[INFO] cloning repository https://github.com/ium-team/tfy
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ium-team/tfy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fium-team%2Ftfy", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fium-team%2Ftfy'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7566f25819a86d53181a43432bf8051b3d568e0d
[INFO] testing ium-team/tfy against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fium-team%2Ftfy" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ium-team/tfy
[INFO] finished tweaking git repo https://github.com/ium-team/tfy
[INFO] tweaked toml for git repo https://github.com/ium-team/tfy written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ium-team/tfy on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ium-team/tfy 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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bitflags v2.12.1
[INFO] [stderr]   Downloaded criterion-plot v0.6.0
[INFO] [stderr]   Downloaded tree-sitter-python v0.25.0
[INFO] [stderr]   Downloaded tree-sitter-go v0.25.0
[INFO] [stderr]   Downloaded tree-sitter-javascript v0.25.0
[INFO] [stderr]   Downloaded criterion v0.7.0
[INFO] [stderr]   Downloaded tree-sitter-rust v0.24.2
[INFO] [stderr]   Downloaded tree-sitter-typescript v0.23.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6f13bc8097928ca5d0328c7c79cf11e8728613e6ba094bee0ff6557ea3aaecaf
[INFO] running `Command { std: "docker" "start" "6f13bc8097928ca5d0328c7c79cf11e8728613e6ba094bee0ff6557ea3aaecaf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6f13bc8097928ca5d0328c7c79cf11e8728613e6ba094bee0ff6557ea3aaecaf", 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" "6f13bc8097928ca5d0328c7c79cf11e8728613e6ba094bee0ff6557ea3aaecaf" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6f13bc8097928ca5d0328c7c79cf11e8728613e6ba094bee0ff6557ea3aaecaf", 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" "6f13bc8097928ca5d0328c7c79cf11e8728613e6ba094bee0ff6557ea3aaecaf" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling tree-sitter-language v0.1.7
[INFO] [stderr]    Compiling memchr v2.8.1
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling bitflags v2.12.1
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling num-conv v0.2.2
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling streaming-iterator v0.1.9
[INFO] [stderr]    Compiling cc v1.2.63
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling tree-sitter-javascript v0.25.0
[INFO] [stderr]    Compiling tree-sitter-rust v0.24.2
[INFO] [stderr]    Compiling tree-sitter-python v0.25.0
[INFO] [stderr]    Compiling tree-sitter-typescript v0.23.2
[INFO] [stderr]    Compiling tree-sitter-go v0.25.0
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling tree-sitter v0.25.10
[INFO] [stderr]    Compiling tfy-runtime v0.1.1 (/opt/rustwide/workdir/crates/tfy-runtime)
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling tfy-core v0.1.1 (/opt/rustwide/workdir/crates/tfy-core)
[INFO] [stderr]    Compiling tfy-cli v0.1.1 (/opt/rustwide/workdir/crates/tfy-cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.12s
[INFO] running `Command { std: "docker" "inspect" "6f13bc8097928ca5d0328c7c79cf11e8728613e6ba094bee0ff6557ea3aaecaf", 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" "6f13bc8097928ca5d0328c7c79cf11e8728613e6ba094bee0ff6557ea3aaecaf" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.50
[INFO] [stderr]    Compiling zerocopy-derive v0.8.50
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling tfy-runtime v0.1.1 (/opt/rustwide/workdir/crates/tfy-runtime)
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling criterion-plot v0.6.0
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling tfy-core v0.1.1 (/opt/rustwide/workdir/crates/tfy-core)
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling criterion v0.7.0
[INFO] [stderr]    Compiling tfy-cli v0.1.1 (/opt/rustwide/workdir/crates/tfy-cli)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 37.01s
[INFO] running `Command { std: "docker" "inspect" "6f13bc8097928ca5d0328c7c79cf11e8728613e6ba094bee0ff6557ea3aaecaf", 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" "6f13bc8097928ca5d0328c7c79cf11e8728613e6ba094bee0ff6557ea3aaecaf" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.54s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/tfy-3be8de79b1837128)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test human::tests::powershell_script_uses_windows_powershell_proxy_contract ... ok
[INFO] [stdout] test human::tests::human_script_respects_no_auto_intercept ... ok
[INFO] [stderr]      Running tests/adapter_gateway.rs (/opt/rustwide/target/debug/deps/adapter_gateway-8e964b58ac3108ad)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test adapter_capabilities_marks_generic_shell_supported ... ok
[INFO] [stdout] test adapter_install_generic_shell_dry_run_does_not_write ... ok
[INFO] [stdout] test adapter_report_loads_legacy_tool_command_completed_events ... ok
[INFO] [stdout] test adapter_report_reclassifies_new_p0_families_from_legacy_events ... ok
[INFO] [stdout] test adapter_report_uses_byte_consistent_metrics_for_multibyte_output ... ok
[INFO] [stdout] test adapter_run_ledger_failure_preserves_command_output_and_exit_code ... ok
[INFO] [stdout] test adapter_run_preserves_failure_exit_code ... ok
[INFO] [stdout] test adapter_run_intercepts_command_without_json_leakage_and_records_report ... ok
[INFO] [stdout] test adapter_report_includes_deterministic_family_savings ... ok
[INFO] [stdout] test adapter_run_summarizes_long_output_and_report_shows_positive_savings ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 21.56s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/agent_workspace.rs (/opt/rustwide/target/debug/deps/agent_workspace-34e1ee9ed169e400)
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test restore_display_is_readable_and_not_apply_authority ... ok
[INFO] [stdout] test restore_file_writes_readable_canonical_code_not_compact_names ... ok
[INFO] [stdout] test workspace_exact_delete_rename_move_are_gated ... ok
[INFO] [stdout] test restore_patch_restores_compact_patch_text_without_apply_authority ... ok
[INFO] [stdout] test workspace_validate_and_apply_exact_plan_with_hash_proof ... ok
[INFO] [stdout] test workspace_apply_restores_compact_payload_before_writing ... ok
[INFO] [stdout] test workspace_rejects_multiple_same_file_mutations_until_range_apply_exists ... ok
[INFO] [stdout] test workspace_rejects_stale_hash_empty_delete_and_changed_plan_hash ... ok
[INFO] [stdout] test workspace_conflict_overlap_rejected_and_refactor_plan_chunks ... ok
[INFO] [stdout] test workspace_fuzzy_apply_unique_anchor_and_rejects_ambiguous ... ok
[INFO] [stdout] test workspace_fuzzy_requires_base_and_preview_proofs ... ok
[INFO] [stdout] test workspace_rejects_human_origin_string_proof_and_symlink_escape ... ok
[INFO] [stdout] test agent_run_records_agent_origin_without_human_shell_mutation ... ok
[INFO] [stdout] test agent_run_records_custom_guidance_without_stdout_pollution_and_reports_it ... ok
[INFO] [stdout] test agent_run_does_not_record_custom_guidance_for_non_summary_renderings ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 17.74s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/hook_gateway.rs (/opt/rustwide/target/debug/deps/hook_gateway-25cd29f5ad0d5a65)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test hook_run_rewrites_codex_pre_tool_use_without_executing_pending_command ... ok
[INFO] [stdout] test hook_kill_switch_fails_closed ... ok
[INFO] [stdout] test hook_run_fails_closed_on_malformed_real_host_payload ... ok
[INFO] [stdout] test hook_run_fails_closed_for_unsupported_host_even_with_explicit_command ... ok
[INFO] [stdout] test hook_capabilities_and_install_are_truthful_dry_run_surfaces ... ok
[INFO] [stdout] test hook_run_fails_closed_for_non_bash_and_ambiguous_payloads ... ok
[INFO] [stdout] test rewritten_hook_command_records_official_hook_provenance_when_host_executes_it ... ok
[INFO] [stdout] test hook_json_records_host_hook_route_without_claiming_private_interception ... ok
[INFO] [stderr]      Running tests/human_mode.rs (/opt/rustwide/target/debug/deps/human_mode-55b1bd5de89fff13)
[INFO] [stdout] test hook_shim_routes_through_same_plain_tool_gateway_behavior ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.21s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test plain_both_start_is_intent_only_without_human_auto_activation_marker ... ok
[INFO] [stdout] test interactive_explicit_auto_activate_creates_marker_without_entering_managed_shell ... ok
[INFO] [stdout] test plain_noninteractive_human_start_is_intent_only_without_auto_activation_marker ... ok
[INFO] [stdout] test human_auto_activate_rejects_self_certifying_or_symlinked_state ... ok
[INFO] [stdout] test human_start_rejects_unsupported_shell_before_lifecycle_mutation ... ok
[INFO] [stdout] test human_auto_activate_rejects_both_target_before_agent_mutation ... ok
[INFO] [stdout] test human_shell_rejects_cmd_backend_explicitly ... ok
[INFO] [stdout] test setup_human_dry_run_apply_and_mixed_flags_preserve_explicit_trust_boundary ... ok
[INFO] [stdout] test human_run_preserves_plain_text_for_small_output_on_supported_unix_backends ... ok
[INFO] [stdout] test human_run_preserves_plain_text_for_small_output ... ok
[INFO] [stdout] test human_run_summarizes_long_output_and_records_human_route_metadata ... ok
[INFO] [stdout] test human_auto_activate_enables_fresh_bash_from_trusted_repo_marker has been running for over 60 seconds
[INFO] [stdout] test human_install_generates_owned_bash_wrapper_and_refuses_non_tfy_uninstall has been running for over 60 seconds
[INFO] [stdout] test human_auto_activate_enables_fresh_bash_from_trusted_repo_marker ... ok
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "6f13bc8097928ca5d0328c7c79cf11e8728613e6ba094bee0ff6557ea3aaecaf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6f13bc8097928ca5d0328c7c79cf11e8728613e6ba094bee0ff6557ea3aaecaf", kill_on_drop: false }`
[INFO] [stdout] 6f13bc8097928ca5d0328c7c79cf11e8728613e6ba094bee0ff6557ea3aaecaf
