[INFO] cloning repository https://github.com/rafazulu/lina-space
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rafazulu/lina-space" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frafazulu%2Flina-space", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frafazulu%2Flina-space'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 39dce3b8a877c764a8bd3ae733416cb4c748b5ab
[INFO] testing rafazulu/lina-space 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%2Frafazulu%2Flina-space" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/rafazulu/lina-space
[INFO] finished tweaking git repo https://github.com/rafazulu/lina-space
[INFO] tweaked toml for git repo https://github.com/rafazulu/lina-space written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rafazulu/lina-space 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/rafazulu/lina-space 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 secret-service v4.0.0
[INFO] [stderr]   Downloaded dbus-secret-service v4.1.0
[INFO] [stderr]   Downloaded sysinfo v0.33.1
[INFO] [stderr]   Downloaded rsqlite-vfs v0.1.1
[INFO] [stderr]   Downloaded hashlink v0.11.0
[INFO] [stderr]   Downloaded rusqlite v0.40.0
[INFO] [stderr]   Downloaded rustix-openpty v0.2.0
[INFO] [stderr]   Downloaded miow v0.6.1
[INFO] [stderr]   Downloaded portable-pty v0.9.0
[INFO] [stderr]   Downloaded serial2 v0.2.37
[INFO] [stderr]   Downloaded signal-hook v0.4.4
[INFO] [stderr]   Downloaded alacritty_terminal v0.26.0
[INFO] [stderr]   Downloaded sqlite-wasm-rs v0.5.5
[INFO] [stderr]   Downloaded libsqlite3-sys v0.38.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] ece96ef943904c6f3e66f42b321e3e7b0c8b8ea393349ebbe4c40ab7a579fd64
[INFO] running `Command { std: "docker" "start" "ece96ef943904c6f3e66f42b321e3e7b0c8b8ea393349ebbe4c40ab7a579fd64", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ece96ef943904c6f3e66f42b321e3e7b0c8b8ea393349ebbe4c40ab7a579fd64", 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" "ece96ef943904c6f3e66f42b321e3e7b0c8b8ea393349ebbe4c40ab7a579fd64" "/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" "ece96ef943904c6f3e66f42b321e3e7b0c8b8ea393349ebbe4c40ab7a579fd64", 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" "ece96ef943904c6f3e66f42b321e3e7b0c8b8ea393349ebbe4c40ab7a579fd64" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling log v0.4.30
[INFO] [stderr]    Compiling memchr v2.8.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling libdbus-sys v0.2.7
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling socket2 v0.6.4
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling block-padding v0.3.3
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling cc v1.2.63
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling signal-hook v0.4.4
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling dbus v0.9.11
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling cursor-icon v1.2.0
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling cbc v0.1.2
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling http v1.4.1
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling serial2 v0.2.37
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling downcast-rs v1.2.1
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling shell-words v1.1.1
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling sysinfo v0.33.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling libsqlite3-sys v0.38.0
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling hashlink v0.11.0
[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 num-rational v0.4.2
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling uuid v1.23.2
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling lina-host v0.0.1 (/opt/rustwide/workdir/crates/lina-host)
[INFO] [stderr]    Compiling toml v0.9.12+spec-1.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling dbus-secret-service v4.1.0
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling keyring v3.6.3
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling axum-core v0.4.5
[INFO] [stderr]    Compiling filedescriptor v0.8.3
[INFO] [stderr]    Compiling portable-pty v0.9.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling lina-secrets v0.0.1 (/opt/rustwide/workdir/crates/lina-secrets)
[INFO] [stderr]    Compiling lina-pty v0.0.1 (/opt/rustwide/workdir/crates/lina-pty)
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling polling v3.11.0
[INFO] [stderr]    Compiling rustix-openpty v0.2.0
[INFO] [stderr]    Compiling vte v0.15.0
[INFO] [stderr]    Compiling lina-cli-profiles v0.0.1 (/opt/rustwide/workdir/crates/lina-cli-profiles)
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling alacritty_terminal v0.26.0
[INFO] [stderr]    Compiling hyper v1.10.1
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling lina-role-discovery v0.0.1 (/opt/rustwide/workdir/crates/lina-role-discovery)
[INFO] [stderr]    Compiling axum v0.7.9
[INFO] [stderr]    Compiling lina-vt v0.0.1 (/opt/rustwide/workdir/crates/lina-vt)
[INFO] [stderr]    Compiling rusqlite v0.40.0
[INFO] [stderr]    Compiling lina-core v0.0.1 (/opt/rustwide/workdir/crates/lina-core)
[INFO] [stderr]    Compiling lina-bootstrap v0.0.1 (/opt/rustwide/workdir/crates/lina-bootstrap)
[INFO] [stderr]    Compiling lina-webhooks v0.0.1 (/opt/rustwide/workdir/crates/lina-webhooks)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
[INFO] running `Command { std: "docker" "inspect" "ece96ef943904c6f3e66f42b321e3e7b0c8b8ea393349ebbe4c40ab7a579fd64", 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" "ece96ef943904c6f3e66f42b321e3e7b0c8b8ea393349ebbe4c40ab7a579fd64" "/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 tokio v1.52.3
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling serial_test_derive v3.4.0
[INFO] [stderr]    Compiling lina-role-discovery v0.0.1 (/opt/rustwide/workdir/crates/lina-role-discovery)
[INFO] [stderr]    Compiling lina-pty v0.0.1 (/opt/rustwide/workdir/crates/lina-pty)
[INFO] [stderr]    Compiling lina-vt v0.0.1 (/opt/rustwide/workdir/crates/lina-vt)
[INFO] [stderr]    Compiling lina-cli-profiles v0.0.1 (/opt/rustwide/workdir/crates/lina-cli-profiles)
[INFO] [stderr]    Compiling lina-host v0.0.1 (/opt/rustwide/workdir/crates/lina-host)
[INFO] [stderr]    Compiling lina-secrets v0.0.1 (/opt/rustwide/workdir/crates/lina-secrets)
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling axum-core v0.4.5
[INFO] [stderr]    Compiling serial_test v3.4.0
[INFO] [stderr]    Compiling lina-core v0.0.1 (/opt/rustwide/workdir/crates/lina-core)
[INFO] [stderr]    Compiling hyper v1.10.1
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling axum v0.7.9
[INFO] [stderr]    Compiling lina-bootstrap v0.0.1 (/opt/rustwide/workdir/crates/lina-bootstrap)
[INFO] [stderr]    Compiling lina-webhooks v0.0.1 (/opt/rustwide/workdir/crates/lina-webhooks)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 47.70s
[INFO] running `Command { std: "docker" "inspect" "ece96ef943904c6f3e66f42b321e3e7b0c8b8ea393349ebbe4c40ab7a579fd64", 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" "ece96ef943904c6f3e66f42b321e3e7b0c8b8ea393349ebbe4c40ab7a579fd64" "/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.44s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lina_bootstrap-50d9d64cbde703af)
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test pretooluse::tests::force_push_main_is_ask_even_autonomous ... ok
[INFO] [stdout] test pretooluse::tests::feature_push_loosens_only_in_autonomous ... ok
[INFO] [stdout] test pretooluse::tests::garbage_autonomy_falls_back_to_assisted ... ok
[INFO] [stdout] test pretooluse::tests::malformed_json_is_failsafe_ask ... ok
[INFO] [stdout] test pretooluse::tests::bash_without_command_is_failsafe_ask ... ok
[INFO] [stdout] test pretooluse::tests::cargo_test_bash_is_allow ... ok
[INFO] [stdout] test tests::bootstrap_input_json_roundtrips_with_defaults ... ok
[INFO] [stdout] test pretooluse::tests::rm_rf_root_bash_is_never_allow_and_well_formed ... ok
[INFO] [stdout] test tests::hook_settings_quotes_lina_bin_safely ... ok
[INFO] [stdout] test pretooluse::tests::non_bash_tool_is_allow ... ok
[INFO] [stdout] test tests::manual_autonomy_zeroes_delegation_budget ... ok
[INFO] [stdout] test tests::canonical_doctrine_8_blocks_in_order_all_placeholders_resolved ... ok
[INFO] [stdout] test tests::malicious_names_cannot_break_structure_or_leak_placeholders ... ok
[INFO] [stdout] test tests::renaming_a_colleague_changes_the_doctrine ... ok
[INFO] [stdout] test tests::tier2_doctrines_have_no_unresolved_placeholders ... ok
[INFO] [stdout] test tests::hook_json_wraps_the_block ... ok
[INFO] [stdout] test tests::whoami_lists_real_colleagues ... ok
[INFO] [stdout] test tests::write_terminal_files_creates_all_files ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.38s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/lina.rs (/opt/rustwide/target/debug/deps/lina-4868ec65792b6520)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/broker_cli.rs (/opt/rustwide/target/debug/deps/broker_cli-e40e84cd5d7b10ec)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test lina_do_unknown_action_is_rejected ... ok
[INFO] [stdout] test lina_resume_does_not_unpause_only_requests ... ok
[INFO] [stdout] test lina_do_enqueues_request_in_dedicated_broker_queue_per_node ... ok
[INFO] [stdout] test lina_do_deploy_registers_and_blocks_without_executing ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/guard_cli.rs (/opt/rustwide/target/debug/deps/guard_cli-2ae062a957006ee3)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test cargo_test_is_allow_with_no_event ... ok
[INFO] [stdout] test force_push_main_autonomous_is_ask_and_logs_gated_hard ... ok
[INFO] [stdout] test feature_push_asks_in_assisted_and_allows_in_autonomous ... ok
[INFO] [stdout] test rm_rf_root_is_never_allow_and_logs ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/list_cli.rs (/opt/rustwide/target/debug/deps/list_cli-2d5ae992590ceb28)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test lina_list_json_shows_agents_with_role ... ok
[INFO] [stdout] test lina_list_plain_and_empty ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/pretooluse_golden.rs (/opt/rustwide/target/debug/deps/pretooluse_golden-343e79de6e168574)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test pretooluse_rm_rf_root_matches_golden_and_is_not_allow ... ok
[INFO] [stdout] test pretooluse_empty_stdin_is_failsafe_ask ... ok
[INFO] [stdout] test pretooluse_malformed_input_is_failsafe_ask_never_raw_stdout ... ok
[INFO] [stdout] test pretooluse_cargo_test_matches_golden_and_is_allow ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/shim_cli.rs (/opt/rustwide/target/debug/deps/shim_cli-58e046ae7768ce06)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test routine_git_status_passes_through_to_real_git ... ok
[INFO] [stderr] lina-shim: ação 'git push --force origin main' BLOQUEADA pelo gate (decisão=ask, confirmação=não).
[INFO] [stderr] lina-shim: o binário real NÃO foi executado. Use o gate humano para aprovar.
[INFO] [stdout] test force_push_with_human_confirm_yes_reaches_real_git ... ok
[INFO] [stdout] test force_push_is_gated_real_git_not_executed ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lina_cli_profiles-4ccaea75e6ea3b37)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test tests::load_dir_on_missing_directory_errors_cleanly ... ok
[INFO] [stdout] test tests::parses_claude_code_example_and_exposes_key_fields ... ok
[INFO] [stdout] test tests::registry_same_id_overrides ... ok
[INFO] [stdout] test tests::registry_loads_the_profiles_directory ... ok
[INFO] [stdout] test tests::invalid_toml_is_a_clear_error_without_panic ... ok
[INFO] [stdout] test tests::unknown_field_is_rejected ... ok
[INFO] [stdout] test tests::missing_required_field_is_a_clear_error ... ok
[INFO] [stdout] test tests::empty_id_is_rejected_semantically ... ok
[INFO] [stdout] test tests::delivery_and_end_signal_variants_parse ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lina_core-e15a760dae1c0ccd)
[INFO] [stdout] 
[INFO] [stdout] running 176 tests
[INFO] [stdout] test a2a::tests::cr_lf_injection_cannot_self_submit ... ok
[INFO] [stdout] test a2a::tests::end_by_stream_json_result ... ok
[INFO] [stdout] test a2a::tests::build_paste_plain_when_not_bracketed ... ok
[INFO] [stdout] test a2a::tests::end_by_hard_timeout_is_truncated ... ok
[INFO] [stdout] test a2a::tests::end_by_grid_idle ... ok
[INFO] [stdout] test a2a::tests::idle_requires_prompt_ready ... ok
[INFO] [stdout] test a2a::tests::result_takes_priority_over_idle ... ok
[INFO] [stdout] test a2a::tests::sanitize_removes_paste_terminators ... ok
[INFO] [stdout] test bench::tests::latency_empty_is_all_zero ... ok
[INFO] [stdout] test bench::tests::latency_four_samples_nearest_rank ... ok
[INFO] [stdout] test bench::tests::latency_is_order_independent ... ok
[INFO] [stdout] test bench::tests::latency_single_sample_is_that_value ... ok
[INFO] [stdout] test bench::tests::rss_trend_doubling_is_growing ... ok
[INFO] [stdout] test bench::tests::rss_trend_drop_is_shrinking ... ok
[INFO] [stdout] test bench::tests::rss_trend_one_point_is_insufficient ... ok
[INFO] [stdout] test bench::tests::rss_trend_flat_is_plateau ... ok
[INFO] [stdout] test bench::tests::rss_trend_small_wobble_within_tol_is_plateau ... ok
[INFO] [stdout] test bus_tests::await_cycle_is_detected_and_does_not_hang ... ok
[INFO] [stdout] test bus_tests::pubsub_emits_node_lifecycle ... ok
[INFO] [stdout] test bus_tests::role_resolves_to_live_node_after_original_dies ... ok
[INFO] [stdout] test cli_discovery::tests::discover_empty_path_finds_nothing ... ok
[INFO] [stdout] test bus_tests::route_resolves_role_and_drops_loops ... ok
[INFO] [stdout] test cli_discovery::tests::discover_resolves_version_of_present_cli ... ok
[INFO] [stdout] test cli_discovery::tests::find_in_path_ignores_non_executable ... ok
[INFO] [stdout] test cli_discovery::tests::find_in_path_locates_executable ... ok
[INFO] [stdout] test broker::tests::unknown_action_is_rejected_without_touching_log ... ok
[INFO] [stdout] test broker::tests::confirmed_without_secret_in_vault_cannot_execute ... ok
[INFO] [stdout] test broker::tests::confirmed_fetches_secret_from_vault_and_executes ... ok
[INFO] [stdout] test cli_discovery::tests::query_version_resolves_fast_binary_under_timeout ... ok
[INFO] [stdout] test broker::tests::custody_gate_is_always_ask ... ok
[INFO] [stdout] test broker::tests::unconfirmed_blocks_and_logs_gated_hard_external ... ok
[INFO] [stdout] test a2a::tests::wait_ready_matches_prompt ... ok
[INFO] [stdout] test a2a::tests::concurrent_deliveries_stay_serial ... ok
[INFO] [stdout] test a2a::tests::delivery_plain_text_when_target_not_in_bracketed_mode ... ok
[INFO] [stdout] test a2a::tests::delivery_produces_phased_sequence ... ok
[INFO] [stdout] test a2a::tests::a2a_sanitizes_bracket_terminator ... ok
[INFO] [stdout] test a2a::tests::inject_policy_denies_blocked_pair ... ok
[INFO] [stdout] test a2a::tests::inject_policy_workspace_denies_foreign_pair ... ok
[INFO] [stdout] test guard::tests::ac_6_2_cargo_test_is_allow ... ok
[INFO] [stdout] test guard::tests::ac_6_2_feature_push_loosens_only_in_autonomous ... ok
[INFO] [stdout] test cli_discovery::tests::query_version_times_out_on_hanging_binary ... ok
[INFO] [stdout] test guard::tests::ac_6_2_force_push_main_is_ask_even_in_autonomous ... ok
[INFO] [stdout] test guard::tests::ac_6_2_rm_rf_root_never_allow ... ok
[INFO] [stdout] test guard::tests::fix19_legit_commands_have_no_false_positive ... ok
[INFO] [stdout] test guard::tests::fix19_unconditional_destructive_is_gated_hard ... ok
[INFO] [stdout] test guard::tests::fix1_command_chaining_takes_most_severe_fragment ... ok
[INFO] [stdout] test guard::tests::fix2_push_to_protected_via_refspec_is_gated_hard ... ok
[INFO] [stdout] test guard::tests::fix3_force_via_plus_prefix_is_gated_hard ... ok
[INFO] [stdout] test guard::tests::fix4_rm_rf_variable_target_is_gated_hard ... ok
[INFO] [stdout] test guard::tests::fix5_quoting_does_not_evade_gate ... ok
[INFO] [stdout] test guard::tests::fix6_obscured_push_destination_is_gated_hard ... ok
[INFO] [stdout] test guard::tests::fix7_rm_recursive_only_on_dangerous_path_is_gated_hard ... ok
[INFO] [stdout] test guard::tests::force_push_to_main_is_gated_hard ... ok
[INFO] [stdout] test guard::tests::l2_1_command_substitution_and_subshell_are_unwrapped ... ok
[INFO] [stdout] test guard::tests::l2_2_parent_traversal_anywhere_is_gated_hard ... ok
[INFO] [stdout] test guard::tests::matrix_gated_hard_confirms_at_every_level ... ok
[INFO] [stdout] test guard::tests::matrix_gated_soft_confirms_except_autonomous ... ok
[INFO] [stdout] test guard::tests::matrix_routine_allows_everywhere ... ok
[INFO] [stdout] test guard::tests::parse_autonomy_accepts_ptbr_and_rejects_garbage ... ok
[INFO] [stdout] test guard::tests::prod_and_external_keywords_are_gated_hard ... ok
[INFO] [stdout] test guard::tests::push_to_feature_branch_is_gated_soft ... ok
[INFO] [stdout] test guard::tests::push_to_protected_branch_without_force_is_gated_hard ... ok
[INFO] [stdout] test guard::tests::rm_in_workspace_is_gated_soft ... ok
[INFO] [stdout] test guard::tests::rm_rf_outside_workspace_is_gated_hard ... ok
[INFO] [stdout] test guard::tests::round5_regressions_legit_cases_unchanged ... ok
[INFO] [stdout] test guard::tests::round6_regressions_legit_cases_unchanged ... ok
[INFO] [stdout] test guard::tests::routine_commands_are_routine ... ok
[INFO] [stdout] test mailbox::tests::agents_json_roundtrips ... ok
[INFO] [stdout] test mailbox::tests::block_fields_with_newlines_cannot_forge_extra_lines ... ok
[INFO] [stdout] test mailbox::tests::corrupt_outbox_file_is_skipped_not_fatal ... ok
[INFO] [stdout] test mailbox::tests::drain_discards_invalid_id ... ok
[INFO] [stdout] test mailbox::tests::drain_of_missing_outbox_is_empty_not_error ... ok
[INFO] [stdout] test mailbox::tests::drain_skips_oversize_messages ... ok
[INFO] [stdout] test mailbox::tests::drain_to_inflight_is_recoverable_and_ack_clears ... ok
[INFO] [stdout] test guard::tests::commit_amend_is_gated_soft ... ok
[INFO] [stdout] test mailbox::tests::enqueue_as_writes_to_node_subdir_and_rejects_unsafe ... ok
[INFO] [stdout] test mailbox::tests::enqueue_rejects_path_traversal_id ... ok
[INFO] [stdout] test mailbox::tests::enqueue_then_drain_is_fifo_and_consumes ... ok
[INFO] [stdout] test mailbox::tests::flat_and_per_node_outboxes_coexist ... ok
[INFO] [stdout] test mailbox::tests::flat_drain_anonymizes_from ... ok
[INFO] [stdout] test mailbox::tests::flat_drain_to_inflight_anonymizes_from_durably ... ok
[INFO] [stdout] test mailbox::tests::id_cannot_forge_block_lines ... ok
[INFO] [stdout] test a2a::tests::session_resume_is_a_fallback_stub ... ok
[INFO] [stdout] test mailbox::tests::mail_message_roundtrips_through_json ... ok
[INFO] [stdout] test bus_tests::three_nodes_and_concurrent_writes_stay_serial_without_interleave ... ok
[INFO] [stdout] test mailbox::tests::malicious_payload_cannot_forge_or_close_the_block ... ok
[INFO] [stdout] test mailbox::tests::missing_optional_fields_get_defaults ... ok
[INFO] [stdout] test mailbox::tests::message_block_has_sentinel_and_lina_terminator ... ok
[INFO] [stdout] test mailbox::tests::one_line_flattens_unicode_and_control_separators ... ok
[INFO] [stdout] test mailbox::tests::parse_target_classifies_name_role_broadcast ... ok
[INFO] [stdout] test mailbox::tests::per_node_drain_attributes_from_to_dir_owner ... ok
[INFO] [stdout] test mailbox::tests::per_node_drain_to_inflight_authenticates_and_recovers ... ok
[INFO] [stdout] test plan::tests::add_duplicate_item_is_rejected ... ok
[INFO] [stdout] test mailbox::tests::reply_to_roundtrips_and_defaults_none ... ok
[INFO] [stdout] test plan::tests::all_four_states_roundtrip ... ok
[INFO] [stdout] test plan::tests::check_requires_owner ... ok
[INFO] [stdout] test plan::tests::check_of_unclaimed_item_is_rejected ... ok
[INFO] [stdout] test plan::tests::claim_of_owned_item_by_another_is_rejected_without_corruption ... ok
[INFO] [stdout] test plan::tests::claim_or_check_missing_item_errors ... ok
[INFO] [stdout] test plan::tests::desc_with_double_colon_roundtrips ... ok
[INFO] [stdout] test plan::tests::parse_rejects_checkbox_status_mismatch ... ok
[INFO] [stdout] test plan::tests::claim_sets_owner_and_is_idempotent_for_same_owner ... ok
[INFO] [stdout] test plan::tests::parse_rejects_owner_without_prefix ... ok
[INFO] [stdout] test plan::tests::parse_rejects_wrong_version ... ok
[INFO] [stdout] test plan::tests::render_then_parse_then_render_is_identical ... ok
[INFO] [stdout] test plan::tests::rendered_format_matches_frozen_spec ... ok
[INFO] [stdout] test router::tests::await_into_a_waiting_target_is_a_deadlock ... ok
[INFO] [stdout] test router::tests::ask_routes_resolves_names_and_delivers ... ok
[INFO] [stdout] test router::tests::await_timeout_closes_ticket ... ok
[INFO] [stdout] test router::tests::await_lifecycle_open_reply_releases_waitgraph ... ok
[INFO] [stdout] test mailbox::tests::inflight_reprocessing_is_capped ... ok
[INFO] [stdout] test router::tests::broadcast_await_preserves_live_single_target_edge ... ok
[INFO] [stdout] test router::tests::budget_entries_are_pruned_after_window ... ok
[INFO] [stdout] test router::tests::cascade_broadcast_over_fanout_gate_still_gated ... ok
[INFO] [stdout] test router::tests::cost_window_is_daily_yesterday_excluded ... ok
[INFO] [stdout] test router::tests::budget_accumulates_under_inherited_root ... ok
[INFO] [stdout] test router::tests::cost_ceiling_pauses_delegation_until_resume ... ok
[INFO] [stdout] test mailbox::tests::drain_truncates_to_max_batch_and_keeps_rest ... ok
[INFO] [stdout] test router::tests::dialogue_reply_delivers_not_loop_detected ... ok
[INFO] [stdout] test router::tests::delivered_root_not_poisoned_by_foreign_root ... ok
[INFO] [stdout] test router::tests::delivered_root_migrates_to_active_chain_after_window ... ok
[INFO] [stdout] test router::tests::duplicate_id_within_window_is_ignored ... ok
[INFO] [stdout] test router::tests::flat_outbox_message_is_unknown_empty_sender_not_per_node ... ok
[INFO] [stdout] test router::tests::delegation_budget_is_enforced_per_root_cause ... ok
[INFO] [stdout] test router::tests::flat_plan_claim_cannot_impersonate_real_peer ... ok
[INFO] [stdout] test router::tests::forged_hops_are_ignored ... ok
[INFO] [stdout] test router::tests::handshake_presence_is_absorbed_not_route_blocked ... ok
[INFO] [stdout] test router::tests::forged_reply_to_does_not_bypass_loop ... ok
[INFO] [stdout] test router::tests::forged_root_does_not_bypass_loop_detection ... ok
[INFO] [stdout] test router::tests::manual_autonomy_blocks_delegation ... ok
[INFO] [stdout] test router::tests::no_redelivery_after_restart_when_already_routed ... ok
[INFO] [stdout] test router::tests::hop_limit_cuts_propagated_chain_at_max_depth ... ok
[INFO] [stdout] test router::tests::orchestration_pause_queues_delegation_until_resume ... ok
[INFO] [stdout] test router::tests::orchestration_pause_state_survives_restart_via_log ... ok
[INFO] [stdout] test router::tests::per_node_ask_with_spaced_name_stamps_origin_and_delivers ... ok
[INFO] [stdout] test router::tests::per_node_outbox_authenticates_origin_over_forged_from ... ok
[INFO] [stdout] test router::tests::per_node_plan_claim_applies_with_authenticated_origin ... ok
[INFO] [stdout] test router::tests::plan_check_requires_owner_and_logs ... ok
[INFO] [stdout] test router::tests::plan_claim_applies_to_file_and_logs_event_fields ... ok
[INFO] [stdout] test router::tests::origin_delegations_are_not_limited_by_budget ... ok
[INFO] [stdout] test router::tests::plan_claim_from_unknown_sender_is_rejected ... ok
[INFO] [stdout] test router::tests::plan_claim_conflict_is_rejected_without_corruption ... ok
[INFO] [stdout] test router::tests::pump_drains_mailbox_and_routes ... ok
[INFO] [stdout] test router::tests::real_message_with_invalid_target_still_logs_block ... ok
[INFO] [stdout] test router::tests::plan_intent_without_ref_is_rejected ... ok
[INFO] [stdout] test router::tests::pump_recovers_inflight_after_crash ... ok
[INFO] [stdout] test router::tests::replay_reconstructs_plan_md_identically ... ok
[INFO] [stdout] test router::tests::root_and_hops_propagate_along_chain ... ok
[INFO] [stdout] test router::tests::reply_from_non_target_does_not_close_await ... ok
[INFO] [stdout] test router::tests::reply_to_wrong_destination_does_not_close_await ... ok
[INFO] [stdout] test router::tests::unknown_sender_and_target_are_rejected ... ok
[INFO] [stdout] test router::tests::same_id_after_window_is_not_duplicate ... ok
[INFO] [stdout] test router::tests::second_await_does_not_erase_first_multi_edge ... ok
[INFO] [stdout] test router::tests::tight_loop_blocked_after_revisit_limit ... ok
[INFO] [stdout] test router::tests::user_origin_broadcast_fans_out_to_all_without_gate ... ok
[INFO] [stdout] test scrollback::tests::push_and_read_from_ram_roundtrip ... ok
[INFO] [stdout] test scrollback::tests::panels_are_isolated ... ok
[INFO] [stdout] test scrollback::tests::paged_lines_hydrate_from_disk_byte_identical ... ok
[INFO] [stdout] test tests::missing_node_errors_cleanly ... ok
[INFO] [stdout] test tests::output_lands_in_parsed_grid ... ok
[INFO] [stdout] test scrollback::tests::reopen_continues_and_recovers_paged_line ... ok
[INFO] [stdout] test events::tests::append_with_flush_signals_saving_then_saved ... ok
[INFO] [stdout] test events::tests::note_and_folder_created_are_meta_but_logged ... ok
[INFO] [stdout] test events::tests::replay_is_deterministic ... ok
[INFO] [stdout] test events::tests::workspace_focus_preset_v2_projects_and_v1_upcasts ... ok
[INFO] [stdout] test events::tests::cli_profile_set_projects_node_cli ... ok
[INFO] [stdout] test events::tests::corrupt_db_recovers_from_jsonl_visibly ... ok
[INFO] [stdout] test events::tests::concurrent_appends_multi_connection_lose_nothing ... ok
[INFO] [stdout] test events::tests::discovery_indexed_projects_and_roundtrips ... ok
[INFO] [stdout] test events::tests::legacy_event_version_is_upcasted_on_replay ... ok
[INFO] [stdout] test tests::flow_control_caps_memory_under_flood_and_others_stay_responsive ... ok
[INFO] [stdout] test tests::panic_in_one_loop_is_contained_and_others_survive ... ok
[INFO] [stdout] test events::tests::replay_projects_expected_state ... ok
[INFO] [stdout] test events::tests::workspace_focus_set_projects_and_replays ... ok
[INFO] [stdout] test events::tests::healthy_open_does_not_recover ... ok
[INFO] [stdout] test scrollback::tests::scrollback_cap_caps_ram ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 176 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.92s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/bench_load.rs (/opt/rustwide/target/debug/deps/bench_load-3c5549d118797387)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/gate_onda0.rs (/opt/rustwide/target/debug/deps/gate_onda0-cfdfb285ce715f9e)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test onda0_exit_gate_end_to_end ... ok
[INFO] [stderr]      Running tests/gate_onda2.rs (/opt/rustwide/target/debug/deps/gate_onda2-61424c386ed11454)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test onda2_exit_gate_end_to_end ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/gate_onda3.rs (/opt/rustwide/target/debug/deps/gate_onda3-df244ebfb9018445)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test g_contrato_envelope_e_terminador ... ok
[INFO] [stdout] test b_gate_duro_classifica_e_loga ... ok
[INFO] [stdout] test a_auto_orquestracao_so_turno_zero ... ok
[INFO] [stdout] test e_await_reply_autenticado ... ok
[INFO] [stdout] test d_teto_de_custo_pausa_e_reabre ... ok
[INFO] [stdout] test c_anti_loop_por_turno ... ok
[INFO] [stdout] test b2_forja_de_hops_e_root_nao_compra_privilegio_de_origem ... ok
[INFO] [stdout] test f_blocks_logados_e_dedupe_ausente ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.82s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/gate_w34.rs (/opt/rustwide/target/debug/deps/gate_w34-5de9945dc71ba381)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]      Running tests/scrollback_cable_w52.rs (/opt/rustwide/target/debug/deps/scrollback_cable_w52-eabbd0a35bee36e9)
[INFO] [stdout] test w34_ask_routes_through_mailbox_and_b_receives_lina_msg ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test pty_host_cables_scrollback_to_store_with_zero_loss ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lina_host-c8bed345fbafe5cc)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test tests::contract_bounds_hold ... ok
[INFO] [stdout] test tests::every_host_event_variant_is_dispatchable ... ok
[INFO] [stdout] test tests::input_sink_records_write_ops_in_order ... ok
[INFO] [stdout] test tests::dummy_shell_receives_full_event_sequence ... ok
[INFO] [stdout] test tests::contract_traits_are_object_safe ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 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/debug/deps/lina_pty-7548029ca2d5b9e0)
[INFO] [stdout] 
[INFO] [stderr]      Running tests/pty.rs (/opt/rustwide/target/debug/deps/pty-1e2a8687ebe937e3)
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test spawn_runs_command_and_streams_output ... ok
[INFO] [stdout] test resize_works_and_missing_node_errors_cleanly ... ok
[INFO] [stdout] test writer_is_single_owner ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lina_role_discovery-e8fa96ea8dee798a)
[INFO] [stdout] test eight_concurrent_ptys_report_distinct_pids ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test tests::empty_role_name_is_rejected ... ok
[INFO] [stdout] test tests::invalid_yaml_is_a_clear_error ... ok
[INFO] [stdout] test tests::missing_yaml_file_is_an_io_error ... ok
[INFO] [stdout] test tests::invalid_regex_pattern_is_a_clear_error ... ok
[INFO] [stdout] test tests::default_registry_builds_with_canonical_roles ... ok
[INFO] [stdout] test tests::inference_is_deterministic ... ok
[INFO] [stdout] test tests::overlay_overrides_role_and_appends_new ... ok
[INFO] [stdout] test tests::no_substring_false_positives ... ok
[INFO] [stdout] test tests::strategy_at_prefix_with_specialty ... ok
[INFO] [stdout] test tests::strategy_keyword_contained ... ok
[INFO] [stdout] test tests::strategy_explicit_override_always_wins ... ok
[INFO] [stdout] test tests::ui_versus_uiux_disambiguation ... ok
[INFO] [stdout] test tests::strategy_exact_name_arquiteto_never_maestro ... ok
[INFO] [stdout] test tests::strategy_default_fallback ... ok
[INFO] [stdout] test tests::strategy_generic_numeric_needs_confirmation ... ok
[INFO] [stdout] test tests::known_names_map_to_role_and_skills ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.39s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lina_secrets-435b4582bae5b1f8)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test tests::namespacing_isola_escopos_e_workspaces ... ok
[INFO] [stdout] test tests::round_trip_set_get_delete ... ok
[INFO] [stdout] test tests::webhook_secret_e_aleatorio_e_estavel ... ok
[INFO] [stdout] test tests::nenhum_segredo_em_claro_no_disco ... ok
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lina_vt-e62eda323e7e103e)
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 26 tests
[INFO] [stdout] test tests::backend_is_send ... ok
[INFO] [stdout] test tests::new_uses_documented_default_scrollback_cap ... ok
[INFO] [stdout] test tests::button_motion_reports_drag_with_motion_bit ... ok
[INFO] [stdout] test tests::bracketed_paste_mode_toggles ... ok
[INFO] [stdout] test tests::last_nonempty_line_skips_trailing_blanks ... ok
[INFO] [stdout] test tests::no_mouse_bytes_when_mode_not_requested ... ok
[INFO] [stdout] test tests::no_selection_returns_none ... ok
[INFO] [stdout] test tests::ansi_sequence_lands_in_grid_cell_by_cell ... ok
[INFO] [stdout] test tests::damage_reports_exact_changed_rows ... ok
[INFO] [stdout] test tests::no_sgr_means_no_bytes_even_with_reporting ... ok
[INFO] [stdout] test tests::report_click_suppresses_motion ... ok
[INFO] [stdout] test tests::clear_selection_yields_none ... ok
[INFO] [stdout] test tests::sgr_press_and_release_left_button ... ok
[INFO] [stdout] test tests::width_wide_char_aligns_following_glyph ... ok
[INFO] [stdout] test tests::no_capture_means_empty_scrollback ... ok
[INFO] [stdout] test tests::scrollback_capture_harvests_each_scrolled_line_in_order ... ok
[INFO] [stdout] test tests::any_motion_reports_buttonless_hover ... ok
[INFO] [stdout] test tests::width_corpus_golden ... ok
[INFO] [stdout] test tests::wheel_and_modifiers_encode ... ok
[INFO] [stdout] test tests::selection_extracts_single_line_text ... ok
[INFO] [stdout] test tests::selection_respects_wrapline_no_newline ... ok
[INFO] [stdout] test tests::selection_is_direction_agnostic ... ok
[INFO] [stdout] test tests::resize_marks_full_damage_and_changes_dims ... ok
[INFO] [stdout] test tests::scrollback_capture_survives_torrential_single_advance ... ok
[INFO] [stdout] test tests::scrollback_ring_respects_configurable_cap ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lina_webhooks-b80e1427e4563060)
[INFO] [stdout] test tests::selection_spans_multiple_lines_with_newline ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test tests::ensure_local_so_aceita_loopback ... ok
[INFO] [stdout] test tests::hmac_rejeita_corpo_adulterado ... ok
[INFO] [stdout] test tests::from_hex_casos_de_borda ... ok
[INFO] [stdout] test tests::hmac_roundtrip_verifica_a_propria_assinatura ... ok
[INFO] [stdout] test tests::hook_id_e_opaco_estavel_no_formato_e_unico ... ok
[INFO] [stdout] test tests::hmac_rejeita_assinatura_malformada ... ok
[INFO] [stdout] test tests::hmac_rejeita_secret_errado ... ok
[INFO] [stdout] test tests::resolve_recipient_mapeia_broadcast_role_e_nome ... ok
[INFO] [stdout] test tests::append_falho_responde_5xx_e_nao_publica ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/webhook_e2e.rs (/opt/rustwide/target/debug/deps/webhook_e2e-2171839aaae7248a)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test append_e_sincrono_o_evento_esta_no_log_antes_do_202 ... ok
[INFO] [stdout] test valid_hmac_post_returns_202_logs_event_and_routes_to_target ... ok
[INFO] [stdout] test hmac_invalido_nao_consome_budget_por_hook ... ok
[INFO] [stdout] test flood_bruto_por_ip_barra_antes_do_hmac ... ok
[INFO] [stdout] test invalid_hmac_post_returns_401_without_publishing ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.34s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests lina_bootstrap
[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 lina_cli_profiles
[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 lina_core
[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 lina_host
[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 lina_pty
[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 lina_role_discovery
[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 lina_secrets
[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 lina_vt
[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 lina_webhooks
[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" "ece96ef943904c6f3e66f42b321e3e7b0c8b8ea393349ebbe4c40ab7a579fd64", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ece96ef943904c6f3e66f42b321e3e7b0c8b8ea393349ebbe4c40ab7a579fd64", kill_on_drop: false }`
[INFO] [stdout] ece96ef943904c6f3e66f42b321e3e7b0c8b8ea393349ebbe4c40ab7a579fd64
