[INFO] cloning repository https://github.com/jwgrogan/synaptic-graph [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jwgrogan/synaptic-graph" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjwgrogan%2Fsynaptic-graph", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjwgrogan%2Fsynaptic-graph'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2f911b6dc82026c9a9aa07c9c97eeeab9d420b60 [INFO] testing jwgrogan/synaptic-graph against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjwgrogan%2Fsynaptic-graph" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/jwgrogan/synaptic-graph [INFO] finished tweaking git repo https://github.com/jwgrogan/synaptic-graph [INFO] tweaked toml for git repo https://github.com/jwgrogan/synaptic-graph written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/jwgrogan/synaptic-graph on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/jwgrogan/synaptic-graph 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" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 15ee2856b9afced608cc51dc021f52278de366708b91d4eed8d714523f1604cb [INFO] running `Command { std: "docker" "start" "-a" "15ee2856b9afced608cc51dc021f52278de366708b91d4eed8d714523f1604cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "15ee2856b9afced608cc51dc021f52278de366708b91d4eed8d714523f1604cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "15ee2856b9afced608cc51dc021f52278de366708b91d4eed8d714523f1604cb", kill_on_drop: false }` [INFO] [stdout] 15ee2856b9afced608cc51dc021f52278de366708b91d4eed8d714523f1604cb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0a36d5c5f8e810708f533aa75bb532fbd5aa548678b9b7947856ecc12023ed25 [INFO] running `Command { std: "docker" "start" "-a" "0a36d5c5f8e810708f533aa75bb532fbd5aa548678b9b7947856ecc12023ed25", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling libc v0.2.185 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling zerocopy v0.8.48 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling regex-syntax v0.8.10 [INFO] [stderr] Compiling libsqlite3-sys v0.30.1 [INFO] [stderr] Compiling schemars v0.8.22 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling getrandom v0.4.2 [INFO] [stderr] Compiling iana-time-zone v0.1.65 [INFO] [stderr] Compiling pulldown-cmark v0.12.2 [INFO] [stderr] Compiling dyn-clone v1.0.20 [INFO] [stderr] Compiling getopts v0.2.24 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling pulldown-cmark-escape v0.11.0 [INFO] [stderr] Compiling unicase v2.9.0 [INFO] [stderr] Compiling fallible-iterator v0.3.0 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling socket2 v0.6.3 [INFO] [stderr] Compiling mio v1.2.0 [INFO] [stderr] Compiling dirs-sys v0.4.1 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling dirs v5.0.1 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling uuid v1.23.0 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling tokio-macros v2.7.0 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling rmcp-macros v0.1.5 [INFO] [stderr] Compiling schemars_derive v0.8.22 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling tokio v1.51.1 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling tracing-subscriber v0.3.23 [INFO] [stderr] Compiling hashlink v0.9.1 [INFO] [stderr] Compiling chrono v0.4.44 [INFO] [stderr] Compiling futures-executor v0.3.32 [INFO] [stderr] Compiling futures v0.3.32 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling rmcp v0.1.5 [INFO] [stderr] Compiling rusqlite v0.32.1 [INFO] [stderr] Compiling synaptic-graph v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s [INFO] running `Command { std: "docker" "inspect" "0a36d5c5f8e810708f533aa75bb532fbd5aa548678b9b7947856ecc12023ed25", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a36d5c5f8e810708f533aa75bb532fbd5aa548678b9b7947856ecc12023ed25", kill_on_drop: false }` [INFO] [stdout] 0a36d5c5f8e810708f533aa75bb532fbd5aa548678b9b7947856ecc12023ed25 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6792289679e5455c7f76cc8b2c07ab6580a8781e2c01157bd167621be29cac70 [INFO] running `Command { std: "docker" "start" "-a" "6792289679e5455c7f76cc8b2c07ab6580a8781e2c01157bd167621be29cac70", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v2.11.1 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling linux-raw-sys v0.12.1 [INFO] [stderr] Compiling fastrand v2.4.1 [INFO] [stderr] Compiling pulldown-cmark v0.12.2 [INFO] [stderr] Compiling rusqlite v0.32.1 [INFO] [stderr] Compiling synaptic-graph v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling tempfile v3.27.0 [INFO] [stdout] warning: function `test_db` is never used [INFO] [stdout] --> tests/common/mod.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn test_db() -> Database { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_db` is never used [INFO] [stdout] --> tests/common/mod.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn test_db() -> Database { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_db` is never used [INFO] [stdout] --> tests/common/mod.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn test_db() -> Database { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_db` is never used [INFO] [stdout] --> tests/common/mod.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn test_db() -> Database { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_db` is never used [INFO] [stdout] --> tests/common/mod.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn test_db() -> Database { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 24.95s [INFO] running `Command { std: "docker" "inspect" "6792289679e5455c7f76cc8b2c07ab6580a8781e2c01157bd167621be29cac70", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6792289679e5455c7f76cc8b2c07ab6580a8781e2c01157bd167621be29cac70", kill_on_drop: false }` [INFO] [stdout] 6792289679e5455c7f76cc8b2c07ab6580a8781e2c01157bd167621be29cac70 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b49e9fe3727b161ab3adf5049bb662bf970ce2b9ba0dfa118b6f079a76a9de30 [INFO] running `Command { std: "docker" "start" "-a" "b49e9fe3727b161ab3adf5049bb662bf970ce2b9ba0dfa118b6f079a76a9de30", kill_on_drop: false }` [INFO] [stderr] warning: function `test_db` is never used [INFO] [stderr] --> tests/common/mod.rs:5:8 [INFO] [stderr] | [INFO] [stderr] 5 | pub fn test_db() -> Database { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `synaptic-graph` (test "test_backup") generated 1 warning [INFO] [stderr] warning: `synaptic-graph` (test "test_weight") generated 1 warning (1 duplicate) [INFO] [stderr] warning: `synaptic-graph` (test "test_extraction") generated 1 warning (1 duplicate) [INFO] [stderr] warning: `synaptic-graph` (test "test_pull") generated 1 warning (1 duplicate) [INFO] [stderr] warning: `synaptic-graph` (test "test_validation_p3") generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/synaptic_graph-8ec17511eecec48d) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/synaptic_graph-31334c21d5bfaa3c) [INFO] [stdout] running 0 tests [INFO] [stderr] Running tests/test_activation.rs (/opt/rustwide/target/debug/deps/test_activation-118d8b7131d22133) [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 22 tests [INFO] [stdout] test test_activation_with_empty_graph ... ok [INFO] [stdout] test test_confirmed_contradictions_reduce_ranking_but_candidates_do_not ... ok [INFO] [stdout] test test_activation_includes_ghost_nodes ... ok [INFO] [stdout] test test_feedback_confidence_affects_ranking_after_threshold ... ok [INFO] [stdout] test test_direct_match_returns_result ... ok [INFO] [stdout] test test_deleted_impulses_excluded ... ok [INFO] [stdout] test test_activation_spreads_to_connected_nodes ... ok [INFO] [stdout] test test_activation_decays_with_hops ... ok [INFO] [stdout] test test_activation_empty_query ... ok [INFO] [stdout] test test_activation_max_results_zero ... ok [INFO] [stdout] test test_activation_with_single_node ... ok [INFO] [stdout] test test_high_engagement_amplifies_propagation ... ok [INFO] [stdout] test test_max_results_limits_output ... ok [INFO] [stdout] test test_activation_with_disconnected_clusters ... ok [INFO] [stdout] test test_no_match_returns_empty ... ok [INFO] [stdout] test test_superseded_impulses_excluded ... ok [INFO] [stdout] test test_unaffected_nodes_keep_relative_order_when_penalty_applied ... ok [INFO] [stdout] test test_read_only_retrieval_skips_reinforcement ... ok [INFO] [stdout] test test_retrieval_reinforces_traversed_connections ... ok [INFO] [stdout] test test_activation_with_cycle ... ok [INFO] [stdout] test test_activation_at_scale_100_nodes ... ok [INFO] [stdout] test test_activation_at_scale_1000_nodes ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 12.65s [INFO] [stdout] [INFO] [stderr] Running tests/test_backup.rs (/opt/rustwide/target/debug/deps/test_backup-05a4fad765cc79b4) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test test_restore_nonexistent_backup ... ok [INFO] [stdout] test test_backup_empty_database ... ok [INFO] [stdout] test test_backup_includes_checksum ... ok [INFO] [stdout] test test_verify_backup_integrity ... ok [INFO] [stdout] test test_backup_creates_file ... ok [INFO] [stdout] test test_corrupted_backup_fails_verification ... ok [INFO] [stdout] test test_restore_preserves_ghost_nodes ... ok [INFO] [stdout] test test_restore_from_backup ... ok [INFO] [stdout] test test_restore_preserves_connections ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.41s [INFO] [stdout] [INFO] [stderr] Running tests/test_db.rs (/opt/rustwide/target/debug/deps/test_db-15ccc37e1b9c3748) [INFO] [stdout] [INFO] [stdout] running 25 tests [INFO] [stdout] test test_insert_and_get_impulse ... ok [INFO] [stdout] test test_create_and_list_tags ... ok [INFO] [stdout] test test_memory_stats ... ok [INFO] [stdout] test test_database_creates_tables ... ok [INFO] [stdout] test test_database_creates_fts_index ... ok [INFO] [stdout] test test_list_ghost_nodes_by_source ... ok [INFO] [stdout] test test_ghost_node_connections ... ok [INFO] [stdout] test test_fts_search_excludes_non_confirmed ... ok [INFO] [stdout] test test_list_candidates ... ok [INFO] [stdout] test test_insert_and_get_connection ... ok [INFO] [stdout] test test_ghost_source_registry ... ok [INFO] [stdout] test test_insert_and_get_ghost_node ... ok [INFO] [stdout] test test_dismiss_impulse ... ok [INFO] [stdout] test test_get_tags_for_impulse ... ok [INFO] [stdout] test test_fts_search ... ok [INFO] [stdout] test test_canonical_graph_tracks_impulse_and_connection_changes ... ok [INFO] [stdout] test test_purge_expired_evidence_sets_removes_only_stale_rows ... ok [INFO] [stdout] test test_soft_delete ... ok [INFO] [stdout] test test_update_impulse_creates_supersession ... ok [INFO] [stdout] test test_touch_impulse ... ok [INFO] [stdout] test test_touch_connection ... ok [INFO] [stdout] test test_source_provider_stored ... ok [INFO] [stdout] test test_schema_version_and_canonical_graph_are_initialized ... ok [INFO] [stdout] test test_tag_and_untag_impulse ... ok [INFO] [stderr] Running tests/test_extraction.rs (/opt/rustwide/target/debug/deps/test_extraction-eeb7f3ace40d7589) [INFO] [stdout] test test_reopen_preserves_canonical_feedback_and_skill_state ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.29s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stderr] Running tests/test_ghost.rs (/opt/rustwide/target/debug/deps/test_ghost-fd15d73810da62fd) [INFO] [stdout] test test_engagement_score_calculation ... ok [INFO] [stdout] test test_high_engagement_session ... ok [INFO] [stdout] test test_low_engagement_session ... ok [INFO] [stdout] test test_extraction_depth_max_proposals ... ok [INFO] [stdout] test test_medium_engagement_session ... 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] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test test_scan_no_matching_extensions ... ok [INFO] [stdout] test test_scan_empty_directory ... ok [INFO] [stdout] test test_scan_respects_ignore_patterns ... ok [INFO] [stdout] test test_scan_ignores_non_matching_extensions ... ok [INFO] [stdout] test test_scan_extracts_wikilinks ... ok [INFO] [stdout] test test_scan_discovers_markdown_files ... ok [INFO] [stdout] test test_scan_creates_ghost_connections_from_wikilinks ... ok [INFO] [stdout] test test_register_and_scan_ghost_graph ... ok [INFO] [stdout] test test_register_same_source_twice ... ok [INFO] [stdout] test test_refresh_updates_ghost_graph ... ok [INFO] [stdout] test test_scan_extracts_titles ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s [INFO] [stdout] [INFO] [stderr] Running tests/test_ingestion.rs (/opt/rustwide/target/debug/deps/test_ingestion-cbe92159a3058884) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test test_ingestion::test_save_empty_content_fails ... ok [INFO] [stdout] test test_ingestion::test_explicit_save_creates_impulse ... ok [INFO] [stdout] test test_ingestion::test_save_only_secrets_fails ... ok [INFO] [stdout] test test_ingestion::test_explicit_save_with_connections ... ok [INFO] [stdout] test test_ingestion::test_save_and_confirm_creates_confirmed_impulse ... ok [INFO] [stdout] test test_ingestion::test_explicit_save_redacts_secrets ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s [INFO] [stdout] [INFO] [stderr] Running tests/test_markdown.rs (/opt/rustwide/target/debug/deps/test_markdown-68996fa490b5c513) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test test_export_empty_db ... ok [INFO] [stdout] test test_export_ignores_skill_evidence_edges ... ok [INFO] [stdout] test test_export_creates_files ... ok [INFO] [stdout] test test_export_includes_frontmatter ... ok [INFO] [stdout] test test_export_includes_connections_as_wikilinks ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s [INFO] [stdout] [INFO] [stderr] Running tests/test_mcp.rs (/opt/rustwide/target/debug/deps/test_mcp-f864eabe05dc2233) [INFO] [stdout] [INFO] [stdout] running 21 tests [INFO] [stdout] test test_save_memory_blocked_in_incognito ... ok [INFO] [stdout] test test_memory_status_tool ... ok [INFO] [stdout] test test_register_ghost_graph_tool ... ok [INFO] [stdout] test test_pull_through_tool ... ok [INFO] [stdout] test test_save_memory_tool ... ok [INFO] [stdout] test test_refresh_ghost_graph_tool ... ok [INFO] [stdout] test test_delete_memory_tool ... ok [INFO] [stdout] test test_retrieve_context_blocked_in_incognito ... ok [INFO] [stdout] test test_feedback_recall_updates_confidence_idempotently ... ok [INFO] [stdout] test test_save_skill_rejects_fabricated_evidence_ids ... ok [INFO] [stdout] test test_prepare_compression_strips_recalled_context_and_updates_status ... ok [INFO] [stdout] test test_prepare_compression_preserves_plain_user_prose_even_if_it_matches_memory_text ... ok [INFO] [stdout] test test_retrieve_context_tool ... ok [INFO] [stdout] test test_retrieve_context_response_hash_is_stable_for_same_query_and_graph ... ok [INFO] [stdout] test test_reflect_context_returns_typed_packet ... ok [INFO] [stdout] test test_set_incognito_tool ... ok [INFO] [stdout] test test_detect_contradictions_persists_candidates_and_reflects_them ... ok [INFO] [stdout] test test_dismissed_contradictions_are_suppressed_until_memories_change ... ok [INFO] [stdout] test test_update_memory_tool ... ok [INFO] [stdout] test test_backup_tool ... ok [INFO] [stdout] test test_skill_lifecycle_from_evidence_set ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.35s [INFO] [stdout] [INFO] [stderr] Running tests/test_pull.rs (/opt/rustwide/target/debug/deps/test_pull-e2d47d9d7ea24e0f) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test pull_tests::test_pull_through_updates_ghost_weight ... ok [INFO] [stdout] test pull_tests::test_pull_through_reads_file_content ... ok [INFO] [stdout] test pull_tests::test_pull_through_session_only_no_impulse ... ok [INFO] [stderr] Running tests/test_redaction.rs (/opt/rustwide/target/debug/deps/test_redaction-b51acd91415d4cac) [INFO] [stdout] test pull_tests::test_pull_through_permanent_creates_impulses ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test test_redact_empty_string ... ok [INFO] [stdout] test test_multiple_redactions ... ok [INFO] [stdout] test test_redacts_bearer_token ... ok [INFO] [stdout] test test_clean_content_passes_through ... ok [INFO] [stdout] test test_redacts_aws_access_key ... ok [INFO] [stdout] test test_redacts_connection_string ... ok [INFO] [stdout] test test_has_secrets_check ... ok [INFO] [stdout] test test_redacts_email ... ok [INFO] [stdout] test test_redact_github_token ... ok [INFO] [stdout] test test_redact_preserves_surrounding_text ... ok [INFO] [stdout] test test_redact_unicode_content ... ok [INFO] [stdout] test test_redacts_private_key ... ok [INFO] [stdout] test test_redacts_generic_api_key_pattern ... ok [INFO] [stdout] test test_redact_very_long_content ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s [INFO] [stdout] [INFO] [stderr] Running tests/test_session.rs (/opt/rustwide/target/debug/deps/test_session-8ae0dd722a83f528) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test test_disable_incognito ... ok [INFO] [stdout] test test_session_starts_not_incognito ... ok [INFO] [stdout] test test_session_id ... ok [INFO] [stdout] test test_set_incognito ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/test_sync.rs (/opt/rustwide/target/debug/deps/test_sync-2fddc1ff58ffa4c8) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test test_sync_export_creates_snapshot ... ok [INFO] [stdout] test test_external_schema_check_rejects_future_schema_version ... ok [INFO] [stdout] test test_sync_detects_newer_remote_snapshot ... ok [INFO] [stdout] test test_sync_import_remote_snapshot ... ok [INFO] [stdout] test test_sync_manifest_tracks_devices ... ok [INFO] [stdout] test test_sync_import_preserves_canonical_skill_assessment_and_feedback_state ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.57s [INFO] [stdout] [INFO] [stderr] Running tests/test_validation.rs (/opt/rustwide/target/debug/deps/test_validation-a93e15f65bd80d08) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test test_validation::validation_reinforcement_counters_decay ... ok [INFO] [stdout] test test_validation::validation_decay_reduces_effective_weight ... ok [INFO] [stdout] test test_validation::validation_incognito_zero_trace ... ok [INFO] [stdout] test test_validation::validation_security_secrets_stripped ... ok [INFO] [stdout] test test_validation::validation_supersession_preserves_history ... ok [INFO] [stdout] test test_validation::validation_candidate_gate ... ok [INFO] [stdout] test test_validation::validation_spreading_activation_through_adjacency ... ok [INFO] [stdout] test test_validation::validation_narrative_reconstruction_from_connections ... ok [INFO] [stdout] test test_validation::validation_store_retrieve_round_trip ... ok [INFO] [stdout] test test_validation::validation_emotional_weighting ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s [INFO] [stdout] [INFO] [stderr] Running tests/test_validation_p2.rs (/opt/rustwide/target/debug/deps/test_validation_p2-fca033ff84d75741) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test validation_p2_adaptive_extraction_scales ... ok [INFO] [stdout] test validation_p2_ghost_maps_topology_no_content ... ok [INFO] [stdout] test validation_p2_session_only_no_trace ... ok [INFO] [stdout] test validation_p2_ghost_weight_learns_from_access ... ok [INFO] [stdout] test validation_p2_pull_through_on_query ... ok [INFO] [stdout] test validation_p2_permanent_pull_creates_node ... ok [INFO] [stdout] test validation_p2_integrated_retrieval ... ok [INFO] [stderr] Running tests/test_validation_p3.rs (/opt/rustwide/target/debug/deps/test_validation_p3-e91180fd452d06b4) [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test validation_p3_backup_restore_full_integrity ... ok [INFO] [stdout] test validation_p3_cross_source_activation ... ok [INFO] [stdout] test validation_p3_cross_device_consistency ... ok [INFO] [stdout] test validation_p3_sync_preserves_local_first ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.86s [INFO] [stdout] [INFO] [stderr] Running tests/test_weight.rs (/opt/rustwide/target/debug/deps/test_weight-9ba1e58806c0b670) [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test test_decay_over_one_year ... ok [INFO] [stdout] test test_decay_with_max_weight ... ok [INFO] [stdout] test test_decay_with_negative_hours_treated_as_zero ... ok [INFO] [stdout] test test_decay_with_zero_hours ... ok [INFO] [stdout] test test_decay_with_zero_weight ... ok [INFO] [stdout] test test_effective_weight_decays_over_time ... ok [INFO] [stdout] test test_effective_weight_episodic_decays_faster ... ok [INFO] [stdout] test test_decay_rate_for_impulse_type ... ok [INFO] [stdout] test test_effective_weight_never_below_floor ... ok [INFO] [stdout] test test_effective_weight_no_decay ... ok [INFO] [stdout] test test_reinforce_adds_bump ... ok [INFO] [stdout] test test_reinforce_at_exactly_one ... ok [INFO] [stdout] test test_reinforce_at_zero ... ok [INFO] [stdout] test test_reinforce_caps_at_one ... ok [INFO] [stdout] test test_reinforce_from_floor ... ok [INFO] [stdout] test test_repeated_reinforcement_convergence ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests synaptic_graph [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" "b49e9fe3727b161ab3adf5049bb662bf970ce2b9ba0dfa118b6f079a76a9de30", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b49e9fe3727b161ab3adf5049bb662bf970ce2b9ba0dfa118b6f079a76a9de30", kill_on_drop: false }` [INFO] [stdout] b49e9fe3727b161ab3adf5049bb662bf970ce2b9ba0dfa118b6f079a76a9de30