[INFO] cloning repository https://github.com/JYC11/filament
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JYC11/filament" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJYC11%2Ffilament", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJYC11%2Ffilament'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 78db856b038cc281d9a7cfa2abdc5aaa380a1741
[INFO] testing JYC11/filament 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%2FJYC11%2Ffilament" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/JYC11/filament
[INFO] finished tweaking git repo https://github.com/JYC11/filament
[INFO] tweaked toml for git repo https://github.com/JYC11/filament written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/JYC11/filament 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/JYC11/filament 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 serial_test v3.4.0
[INFO] [stderr]   Downloaded sdd v3.0.10
[INFO] [stderr]   Downloaded predicates-core v1.0.10
[INFO] [stderr]   Downloaded serial_test_derive v3.4.0
[INFO] [stderr]   Downloaded scc v2.4.0
[INFO] [stderr]   Downloaded pastey v0.2.1
[INFO] [stderr]   Downloaded predicates-tree v1.0.13
[INFO] [stderr]   Downloaded rmcp-macros v0.17.0
[INFO] [stderr]   Downloaded predicates v3.1.4
[INFO] [stderr]   Downloaded clap_complete v4.5.66
[INFO] [stderr]   Downloaded rmcp v0.17.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] d6c494b3ab5b47d8f8f7084d52b11d12630e287f6a1ff665d5eae98c06dbc20b
[INFO] running `Command { std: "docker" "start" "d6c494b3ab5b47d8f8f7084d52b11d12630e287f6a1ff665d5eae98c06dbc20b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d6c494b3ab5b47d8f8f7084d52b11d12630e287f6a1ff665d5eae98c06dbc20b", 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" "d6c494b3ab5b47d8f8f7084d52b11d12630e287f6a1ff665d5eae98c06dbc20b" "/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" "d6c494b3ab5b47d8f8f7084d52b11d12630e287f6a1ff665d5eae98c06dbc20b", 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" "d6c494b3ab5b47d8f8f7084d52b11d12630e287f6a1ff665d5eae98c06dbc20b" "/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 syn v2.0.117
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling blake3 v1.8.3
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling constant_time_eq v0.4.2
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]    Compiling rmcp v0.17.0
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling pastey v0.2.1
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]    Compiling instability v0.3.11
[INFO] [stderr]    Compiling rmcp-macros v0.17.0
[INFO] [stderr]    Compiling clap_complete v4.5.66
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[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 itertools v0.13.0
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling schemars v1.2.1
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling sqlx-sqlite v0.8.6
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]    Compiling sqlx v0.8.6
[INFO] [stderr]    Compiling filament-core v0.1.0 (/opt/rustwide/workdir/crates/filament-core)
[INFO] [stderr]    Compiling filament-daemon v0.1.0 (/opt/rustwide/workdir/crates/filament-daemon)
[INFO] [stderr]    Compiling filament-tui v0.1.0 (/opt/rustwide/workdir/crates/filament-tui)
[INFO] [stderr]    Compiling filament-cli v0.1.0 (/opt/rustwide/workdir/crates/filament-cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.20s
[INFO] running `Command { std: "docker" "inspect" "d6c494b3ab5b47d8f8f7084d52b11d12630e287f6a1ff665d5eae98c06dbc20b", 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" "d6c494b3ab5b47d8f8f7084d52b11d12630e287f6a1ff665d5eae98c06dbc20b" "/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 rmcp v0.17.0
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling predicates-core v1.0.10
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling assert_cmd v2.1.2
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling sdd v3.0.10
[INFO] [stderr]    Compiling serial_test_derive v3.4.0
[INFO] [stderr]    Compiling filament-core v0.1.0 (/opt/rustwide/workdir/crates/filament-core)
[INFO] [stderr]    Compiling tempfile v3.26.0
[INFO] [stderr]    Compiling predicates-tree v1.0.13
[INFO] [stderr]    Compiling scc v2.4.0
[INFO] [stderr]    Compiling serial_test v3.4.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling filament-tui v0.1.0 (/opt/rustwide/workdir/crates/filament-tui)
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling predicates v3.1.4
[INFO] [stderr]    Compiling filament-daemon v0.1.0 (/opt/rustwide/workdir/crates/filament-daemon)
[INFO] [stderr]    Compiling filament-cli v0.1.0 (/opt/rustwide/workdir/crates/filament-cli)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 30.56s
[INFO] running `Command { std: "docker" "inspect" "d6c494b3ab5b47d8f8f7084d52b11d12630e287f6a1ff665d5eae98c06dbc20b", 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" "d6c494b3ab5b47d8f8f7084d52b11d12630e287f6a1ff665d5eae98c06dbc20b" "/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.36s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/fl-4d2ac79f48870209)
[INFO] [stdout] 
[INFO] [stdout] running 31 tests
[INFO] [stdout] test commands::hook::tests::glob_bare_double_star ... ok
[INFO] [stdout] test commands::hook::tests::glob_double_star ... ok
[INFO] [stdout] test commands::hook::tests::glob_double_star_at_end ... ok
[INFO] [stdout] test commands::hook::tests::glob_dot_files ... ok
[INFO] [stdout] test commands::hook::tests::glob_empty_inputs ... ok
[INFO] [stdout] test commands::hook::tests::glob_exact_match ... ok
[INFO] [stdout] test commands::hook::tests::glob_middle_star ... ok
[INFO] [stdout] test commands::hook::tests::glob_multiple_double_stars ... ok
[INFO] [stdout] test commands::hook::tests::glob_no_wildcards_mismatch_length ... ok
[INFO] [stdout] test commands::hook::tests::glob_prefix_star ... ok
[INFO] [stdout] test commands::hook::tests::glob_star_extension ... ok
[INFO] [stdout] test commands::hook::tests::glob_star_matches_empty ... ok
[INFO] [stdout] test commands::seed::tests::extract_summary_empty_body ... ok
[INFO] [stdout] test commands::seed::tests::extract_summary_plain_text ... ok
[INFO] [stdout] test commands::seed::tests::extract_summary_skips_blank_lines ... ok
[INFO] [stdout] test commands::seed::tests::extract_summary_skips_headings ... ok
[INFO] [stdout] test commands::seed::tests::extract_summary_skips_hr_and_code_fence_lines ... ok
[INFO] [stdout] test commands::seed::tests::extract_summary_strips_list_markers ... ok
[INFO] [stdout] test commands::seed::tests::extract_summary_truncates_long_lines ... ok
[INFO] [stdout] test commands::seed::tests::truncate_empty_string ... ok
[INFO] [stdout] test commands::seed::tests::truncate_exact_length_unchanged ... ok
[INFO] [stdout] test commands::seed::tests::truncate_long_string ... ok
[INFO] [stdout] test commands::seed::tests::truncate_short_string_unchanged ... ok
[INFO] [stdout] test commands::seed::tests::truncate_multibyte_mid_string ... ok
[INFO] [stdout] test commands::seed::tests::seed_item_content_path_is_file_path ... ok
[INFO] [stdout] test commands::seed::tests::seed_item_empty_file_gives_empty_summary ... ok
[INFO] [stdout] test commands::seed::tests::seed_item_name_is_filename ... ok
[INFO] [stdout] test commands::seed::tests::truncate_zero_max ... ok
[INFO] [stdout] test commands::seed::tests::seed_item_summary_skips_headings_in_file ... ok
[INFO] [stdout] test commands::seed::tests::seed_item_summary_from_file_content ... ok
[INFO] [stdout] test commands::seed::tests::truncate_utf8_boundary ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/agent.rs (/opt/rustwide/target/debug/deps/agent-dd2888cd76bc7bd2)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test agent_list_direct_mode ... ok
[INFO] [stdout] test agent_dispatch_all_requires_daemon ... ok
[INFO] [stdout] test agent_dispatch_requires_daemon ... ok
[INFO] [stdout] test agent_history_direct_mode ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/audit.rs (/opt/rustwide/target/debug/deps/audit-a7807d4b33a368f9)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test audit_rejects_dirty_tree ... ok
[INFO] [stdout] test audit_custom_branch ... ok
[INFO] [stdout] test audit_json_output ... ok
[INFO] [stdout] test audit_creates_snapshot_on_branch ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/completions.rs (/opt/rustwide/target/debug/deps/completions-ce815c222720f8a8)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test completions_bash_outputs_valid_script ... ok
[INFO] [stdout] test completions_zsh_outputs_valid_script ... ok
[INFO] [stdout] test completions_fish_outputs_valid_script ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/config.rs (/opt/rustwide/target/debug/deps/config-54d5e5332e82dd40)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test config_show_json ... ok
[INFO] [stdout] test config_init_prints_template ... ok
[INFO] [stdout] test config_path_shows_config_location ... ok
[INFO] [stdout] test config_show_defaults ... ok
[INFO] [stdout] test config_file_overrides_defaults ... ok
[INFO] [stdout] test config_file_json_output_format_applied ... ok
[INFO] [stdout] test config_default_priority_used_by_task_add ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/edge_cases.rs (/opt/rustwide/target/debug/deps/edge_cases-5fb45256f94eae2b)
[INFO] [stdout] 
[INFO] [stdout] running 24 tests
[INFO] [stdout] test config_show_without_config_file ... ok
[INFO] [stdout] test lesson_show_nonexistent ... ok
[INFO] [stdout] test config_show_json ... ok
[INFO] [stdout] test entity_update_nonexistent ... ok
[INFO] [stdout] test entity_inspect_nonexistent ... ok
[INFO] [stdout] test entity_add_with_special_chars ... ok
[INFO] [stdout] test entity_remove_nonexistent ... ok
[INFO] [stdout] test export_empty_db ... ok
[INFO] [stdout] test lesson_add_and_list ... ok
[INFO] [stdout] test relate_nonexistent_target ... ok
[INFO] [stdout] test search_no_results ... ok
[INFO] [stdout] test relate_nonexistent_source ... ok
[INFO] [stdout] test task_add_with_depends_on ... ok
[INFO] [stdout] test search_finds_match ... ok
[INFO] [stdout] test task_add_with_blocks ... ok
[INFO] [stdout] test task_close_nonexistent ... ok
[INFO] [stdout] test task_list_json_empty ... ok
[INFO] [stdout] test task_close_already_closed ... ok
[INFO] [stdout] test task_show_nonexistent ... ok
[INFO] [stdout] test task_ready_json ... ok
[INFO] [stdout] test task_ready_with_limit_zero ... ok
[INFO] [stdout] test export_import_roundtrip ... ok
[INFO] [stdout] test unrelate_nonexistent_relation ... ok
[INFO] [stdout] test task_list_status_all ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/entity.rs (/opt/rustwide/target/debug/deps/entity-c70f49a00985aeba)
[INFO] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test entity_not_found_json_error ... ok
[INFO] [stdout] test entity_not_found_error ... ok
[INFO] [stdout] test entity_add_json ... ok
[INFO] [stdout] test entity_inspect ... ok
[INFO] [stdout] test entity_update_content_missing_file ... ok
[INFO] [stdout] test entity_read_with_content_file ... ok
[INFO] [stdout] test entity_update_facts_invalid_json ... ok
[INFO] [stdout] test entity_add_with_facts ... ok
[INFO] [stdout] test entity_update_facts ... ok
[INFO] [stdout] test entity_read_no_content ... ok
[INFO] [stdout] test entity_add_and_list ... ok
[INFO] [stdout] test entity_update_content ... ok
[INFO] [stdout] test entity_remove ... ok
[INFO] [stdout] test entity_list_with_filters ... ok
[INFO] [stdout] test entity_update_invalid_status ... ok
[INFO] [stdout] test entity_duplicate_name_allowed ... ok
[INFO] [stdout] test entity_inspect_shows_relations ... ok
[INFO] [stdout] test entity_update_priority_invalid ... ok
[INFO] [stdout] test entity_update_no_args_error ... ok
[INFO] [stdout] test invalid_entity_type_error ... ok
[INFO] [stdout] test entity_update_priority ... ok
[INFO] [stdout] test entity_update_status_only ... ok
[INFO] [stdout] test entity_update_summary_and_status ... ok
[INFO] [stdout] test entity_with_priority ... ok
[INFO] [stdout] test entity_update_summary_only ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/export.rs (/opt/rustwide/target/debug/deps/export-0feecd6115c78d2f)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test import_invalid_json_gives_clear_error ... ok
[INFO] [stdout] test export_empty_db_produces_valid_json ... ok
[INFO] [stdout] test escalations_empty_shows_no_pending ... ok
[INFO] [stdout] test export_no_events_flag_omits_events ... ok
[INFO] [stdout] test export_to_file_writes_json ... ok
[INFO] [stdout] test export_includes_created_entities ... ok
[INFO] [stdout] test import_from_file_creates_entities ... ok
[INFO] [stdout] test export_import_round_trip ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/init.rs (/opt/rustwide/target/debug/deps/init-7137a70cc4c85a89)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test init_creates_filament_dir ... ok
[INFO] [stdout] test init_json_output ... ok
[INFO] [stdout] test init_idempotent ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/message.rs (/opt/rustwide/target/debug/deps/message-16975b82f577b0cf)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test message_read_invalid_id ... ok
[INFO] [stdout] test message_send_to_nonexistent_entity_rejected ... ok
[INFO] [stdout] test message_send_from_nonexistent_entity_rejected ... ok
[INFO] [stdout] test message_send_to_user_escalation ... ok
[INFO] [stdout] test message_send_with_type ... ok
[INFO] [stdout] test message_send_inbox_read ... ok
[INFO] [stderr]      Running tests/query.rs (/opt/rustwide/target/debug/deps/query-251f82a85adfb8b1)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test context_no_relations ... ok
[INFO] [stdout] test context_around_entity ... ok
[INFO] [stdout] test context_finds_incoming_edge_neighbors ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/relation.rs (/opt/rustwide/target/debug/deps/relation-78bd4f31de3da11d)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test relate_self_referential_fails ... ok
[INFO] [stdout] test relate_invalid_type_fails ... ok
[INFO] [stdout] test relate_and_unrelate ... ok
[INFO] [stderr]      Running tests/reserve.rs (/opt/rustwide/target/debug/deps/reserve-ec5b8db2d0925f69)
[INFO] [stdout] test relate_circular_dependency_prevented ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test reservations_filter_by_agent ... ok
[INFO] [stdout] test reserve_and_release ... ok
[INFO] [stdout] test reserve_conflict ... ok
[INFO] [stdout] test reservations_clean ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.11s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/task.rs (/opt/rustwide/target/debug/deps/task-970411d748a287c8)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test task_list_status_conflicts_with_unblocked ... ok
[INFO] [stdout] test task_ready ... ok
[INFO] [stdout] test task_show ... ok
[INFO] [stdout] test task_close ... ok
[INFO] [stdout] test task_blocker_depth_no_deps ... ok
[INFO] [stdout] test task_ready_json ... ok
[INFO] [stdout] test task_close_rejects_non_task ... ok
[INFO] [stdout] test task_assign ... ok
[INFO] [stdout] test task_add_and_list ... ok
[INFO] [stdout] test task_blocker_depth ... ok
[INFO] [stdout] test task_assign_rejects_non_task ... ok
[INFO] [stdout] test task_add_with_depends_on ... ok
[INFO] [stdout] test task_with_blocks ... ok
[INFO] [stdout] test task_list_unblocked ... ok
[INFO] [stdout] test task_show_displays_relation_names ... ok
[INFO] [stdout] test task_blocker_depth_plural_layers ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.34s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/workflow.rs (/opt/rustwide/target/debug/deps/workflow-5dc9d3fde5589c0d)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test no_project_error ... ok
[INFO] [stdout] test list_json_output ... ok
[INFO] [stdout] test full_workflow ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/filament_core-d63ec15c1befe8f2)
[INFO] [stdout] 
[INFO] [stdout] running 38 tests
[INFO] [stdout] test diff::tests::create_diff_returns_none_when_all_empty ... ok
[INFO] [stdout] test config::tests::load_missing_file_returns_default ... ok
[INFO] [stdout] test diff::tests::create_diff_skips_empty_values ... ok
[INFO] [stdout] test diff::tests::create_diff_records_values ... ok
[INFO] [stdout] test diff::tests::default_diff_builder_is_update_mode ... ok
[INFO] [stdout] test diff::tests::fields_in_diff_handles_null ... ok
[INFO] [stdout] test diff::tests::fields_in_diff_non_object_types ... ok
[INFO] [stdout] test diff::tests::update_diff_both_empty_strings ... ok
[INFO] [stdout] test diff::tests::update_diff_records_changed_fields ... ok
[INFO] [stdout] test config::tests::env_var_overrides_reconciliation_interval ... ok
[INFO] [stdout] test diff::tests::update_diff_returns_none_when_empty ... ok
[INFO] [stdout] test config::tests::env_var_overrides_agent_timeout ... ok
[INFO] [stdout] test config::tests::env_var_auto_dispatch_true_string ... ok
[INFO] [stdout] test config::tests::agent_timeout_zero_means_no_limit ... ok
[INFO] [stdout] test config::tests::env_var_overrides_config_value ... ok
[INFO] [stdout] test config::tests::env_var_invalid_value_falls_back ... ok
[INFO] [stdout] test config::tests::env_var_overrides_context_depth ... ok
[INFO] [stdout] test config::tests::default_config_has_sensible_defaults ... ok
[INFO] [stdout] test diff::tests::fields_in_diff_extracts_keys ... ok
[INFO] [stdout] test diff::tests::update_diff_newlines_in_values ... ok
[INFO] [stdout] test diff::tests::update_diff_skips_unchanged_fields ... ok
[INFO] [stdout] test diff::tests::update_diff_special_json_chars ... ok
[INFO] [stdout] test pagination::tests::backward_first_page_reached ... ok
[INFO] [stdout] test pagination::tests::backward_reverses_rows ... ok
[INFO] [stdout] test pagination::tests::forward_first_page_has_more ... ok
[INFO] [stdout] test pagination::tests::empty_result_set ... ok
[INFO] [stdout] test pagination::tests::forward_first_page_no_more ... ok
[INFO] [stdout] test pagination::tests::forward_last_page ... ok
[INFO] [stdout] test pagination::tests::forward_middle_page ... ok
[INFO] [stdout] test pagination::tests::pagination_state_lifecycle ... ok
[INFO] [stdout] test util::tests::exact_length_no_truncation ... ok
[INFO] [stdout] test util::tests::no_truncation_when_short ... ok
[INFO] [stdout] test util::tests::small_max_no_ellipsis ... ok
[INFO] [stdout] test util::tests::truncates_with_ellipsis ... ok
[INFO] [stdout] test util::tests::zero_max ... ok
[INFO] [stdout] test config::tests::out_of_range_priority_clamped_to_max ... ok
[INFO] [stdout] test config::tests::parse_full_config ... ok
[INFO] [stdout] test config::tests::parse_partial_config ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/conflict_test.rs (/opt/rustwide/target/debug/deps/conflict_test-6b8115d004a7518c)
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test diff_builder_create_mode ... ok
[INFO] [stdout] test fields_in_diff_works_on_update_diff ... ok
[INFO] [stdout] test version_conflict_error_code_and_retryable ... ok
[INFO] [stdout] test update_with_matching_version_bumps_version ... ok
[INFO] [stdout] test update_entity_records_diff_in_event ... ok
[INFO] [stdout] test update_with_matching_version_succeeds ... ok
[INFO] [stdout] test update_nonexistent_entity_returns_not_found ... ok
[INFO] [stdout] test two_agents_race_same_field_second_conflicts ... ok
[INFO] [stdout] test update_bumps_version_from_0_to_1 ... ok
[INFO] [stdout] test entity_has_version_zero_on_create ... ok
[INFO] [stdout] test auto_merge_non_overlapping_fields ... ok
[INFO] [stdout] test empty_changeset_returns_validation_error ... ok
[INFO] [stdout] test create_entity_records_diff_in_event ... ok
[INFO] [stdout] test partial_overlap_still_conflicts ... ok
[INFO] [stdout] test conflict_includes_all_overlapping_fields ... ok
[INFO] [stdout] test auto_merge_across_multiple_version_gaps ... ok
[INFO] [stdout] test retry_after_conflict_with_fresh_version_succeeds ... ok
[INFO] [stdout] test conflict_on_overlapping_fields ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.42s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/errors.rs (/opt/rustwide/target/debug/deps/errors-0c5f2de206f1532a)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test retryable_only_for_db_and_io ... ok
[INFO] [stdout] test error_codes_are_stable ... ok
[INFO] [stdout] test exit_codes_categorized ... ok
[INFO] [stdout] test hints_populated_for_key_errors ... ok
[INFO] [stdout] test structured_error_json_format ... ok
[INFO] [stdout] test daemon_error_preserves_exit_code_through_round_trip ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/graph.rs (/opt/rustwide/target/debug/deps/graph-2dfb4312d79cddf5)
[INFO] [stdout] 
[INFO] [stdout] running 46 tests
[INFO] [stdout] test context_bundle_nonexistent_entity ... ok
[INFO] [stdout] test degree_centrality_empty_graph ... ok
[INFO] [stdout] test blocker_depth_nonexistent_entity ... ok
[INFO] [stdout] test build_context_bundle_includes_all_sections ... ok
[INFO] [stdout] test degree_centrality_single_node ... ok
[INFO] [stdout] test context_bundle_prompt_lines_empty_for_isolated_node ... ok
[INFO] [stdout] test degree_centrality_counts_edges ... ok
[INFO] [stdout] test cycle_detected_returns_error ... ok
[INFO] [stdout] test contradictory_dependency_types_rejected_as_cycle ... ok
[INFO] [stdout] test newly_unblocked_by_nonexistent ... ok
[INFO] [stdout] test batch_impact_scores_returns_all_requested ... ok
[INFO] [stdout] test blocker_depth_follows_depends_on ... ok
[INFO] [stdout] test context_summaries_within_hops ... ok
[INFO] [stdout] test blocker_depth_does_not_follow_outgoing_blocks ... ok
[INFO] [stdout] test pagerank_empty_graph ... ok
[INFO] [stdout] test degree_centrality_disconnected_components ... ok
[INFO] [stdout] test blocker_depth_safe_with_cycle ... ok
[INFO] [stdout] test blocker_depth_mixed_blocks_and_depends_on ... ok
[INFO] [stdout] test ready_tasks_empty_graph ... ok
[INFO] [stdout] test context_traverses_incoming_edges ... ok
[INFO] [stdout] test blocker_depth_follows_upstream_blocks ... ok
[INFO] [stdout] test different_relation_types_between_same_entities ... ok
[INFO] [stdout] test pagerank_single_node_no_edges ... ok
[INFO] [stdout] test remove_edge_nonexistent_nodes_returns_false ... ok
[INFO] [stdout] test hydrate_matches_store_counts ... ok
[INFO] [stdout] test impact_score_counts_transitive_dependents ... ok
[INFO] [stdout] test ready_tasks_excludes_closed ... ok
[INFO] [stdout] test impact_score_with_depends_on_edges ... ok
[INFO] [stdout] test pagerank_scores_sum_to_one ... ok
[INFO] [stdout] test upstream_artifacts_nonexistent ... ok
[INFO] [stdout] test newly_unblocked_empty_when_other_blockers_remain ... ok
[INFO] [stdout] test impact_score_leaf_node_has_zero_impact ... ok
[INFO] [stdout] test pagerank_sink_node_gets_highest_score ... ok
[INFO] [stdout] test newly_unblocked_by_returns_sole_blocked_tasks ... ok
[INFO] [stdout] test ready_tasks_excludes_blocked_nodes ... ok
[INFO] [stdout] test impact_score_nonexistent_entity ... ok
[INFO] [stdout] test no_cycle_in_dag ... ok
[INFO] [stdout] test pagerank_disconnected_components ... ok
[INFO] [stdout] test ready_tasks_excludes_non_task_entities ... ok
[INFO] [stdout] test ready_tasks_single_open_task ... ok
[INFO] [stdout] test remove_edge_nonexistent_returns_false ... ok
[INFO] [stdout] test traverse_bfs_depth_zero ... ok
[INFO] [stdout] test upstream_artifacts_excludes_open_predecessors ... ok
[INFO] [stdout] test upstream_artifacts_returns_closed_predecessors ... ok
[INFO] [stdout] test remove_node_updates_counts ... ok
[INFO] [stdout] test traverse_bfs_nonexistent_entity ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 46 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.04s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/models.rs (/opt/rustwide/target/debug/deps/models-4a3c38ab23dd6b0a)
[INFO] [stdout] 
[INFO] [stdout] running 99 tests
[INFO] [stdout] test budget_pct_rejects_out_of_range ... ok
[INFO] [stdout] test budget_pct_display_formatting ... ok
[INFO] [stdout] test agent_status_all_variants_serialize ... ok
[INFO] [stdout] test agent_role_fromstr_case_insensitive ... ok
[INFO] [stdout] test budget_pct_negative_zero_valid ... ok
[INFO] [stdout] test budget_pct_valid_range ... ok
[INFO] [stdout] test budget_pct_serde_roundtrip ... ok
[INFO] [stdout] test create_entity_empty_name_rejected ... ok
[INFO] [stdout] test budget_pct_serde_rejects_out_of_range ... ok
[INFO] [stdout] test agent_result_deserialize ... ok
[INFO] [stdout] test agent_message_rejects_empty_to_agent ... ok
[INFO] [stdout] test agent_message_rejects_empty_body ... ok
[INFO] [stdout] test create_entity_valid ... ok
[INFO] [stdout] test create_entity_with_facts_and_content ... ok
[INFO] [stdout] test create_relation_bad_weight_rejected ... ok
[INFO] [stdout] test create_relation_self_loop_after_trim_rejected ... ok
[INFO] [stdout] test create_entity_invalid_type_rejected_by_serde ... ok
[INFO] [stdout] test create_relation_trims_whitespace_ids ... ok
[INFO] [stdout] test create_relation_whitespace_only_ids_rejected ... ok
[INFO] [stdout] test create_entity_bad_priority_rejected_by_serde ... ok
[INFO] [stdout] test entity_adt_accessors ... ok
[INFO] [stdout] test entity_adt_agent_variant ... ok
[INFO] [stdout] test entity_adt_lesson_variant ... ok
[INFO] [stdout] test entity_adt_task_variant ... ok
[INFO] [stdout] test entity_changeset_is_empty_all_none ... ok
[INFO] [stdout] test entity_changeset_multiple_fields ... ok
[INFO] [stdout] test entity_changeset_not_empty_with_summary ... ok
[INFO] [stdout] test entity_id_display_fromstr_roundtrip ... ok
[INFO] [stdout] test entity_adt_serde_roundtrip ... ok
[INFO] [stdout] test entity_id_from_str ... ok
[INFO] [stdout] test create_relation_self_loop_rejected ... ok
[INFO] [stdout] test entity_adt_all_variants_type_check ... ok
[INFO] [stdout] test entity_id_from_string ... ok
[INFO] [stdout] test entity_id_uniqueness ... ok
[INFO] [stdout] test entity_into_agent_success ... ok
[INFO] [stdout] test entity_into_lesson_type_mismatch ... ok
[INFO] [stdout] test entity_into_task_type_mismatch_preserves_info ... ok
[INFO] [stdout] test entity_status_fromstr_case_insensitive ... ok
[INFO] [stdout] test entity_status_serde_roundtrip ... ok
[INFO] [stdout] test entity_type_fromstr_case_insensitive ... ok
[INFO] [stdout] test entity_type_fromstr_rejects_substring ... ok
[INFO] [stdout] test entity_type_fromstr_rejects_with_spaces ... ok
[INFO] [stdout] test entity_type_serde_roundtrip ... ok
[INFO] [stdout] test event_type_fromstr_all_variants ... ok
[INFO] [stdout] test event_type_serde_roundtrip ... ok
[INFO] [stdout] test lesson_fields_from_entity_non_lesson ... ok
[INFO] [stdout] test lesson_fields_from_key_facts_array ... ok
[INFO] [stdout] test lesson_fields_from_key_facts_empty_object ... ok
[INFO] [stdout] test lesson_fields_from_key_facts_integer_values ... ok
[INFO] [stdout] test lesson_fields_from_key_facts_missing_learned ... ok
[INFO] [stdout] test lesson_fields_from_key_facts_missing_problem ... ok
[INFO] [stdout] test lesson_fields_from_key_facts_missing_solution ... ok
[INFO] [stdout] test lesson_fields_from_key_facts_not_object ... ok
[INFO] [stdout] test lesson_fields_from_key_facts_null_values ... ok
[INFO] [stdout] test lesson_fields_pattern_optional ... ok
[INFO] [stdout] test lesson_fields_roundtrip ... ok
[INFO] [stdout] test non_empty_string_partial_eq_str ... ok
[INFO] [stdout] test non_empty_string_preserves_inner_whitespace ... ok
[INFO] [stdout] test non_empty_string_rejects_empty ... ok
[INFO] [stdout] test non_empty_string_rejects_tabs_and_newlines_only ... ok
[INFO] [stdout] test non_empty_string_serde_rejects_empty ... ok
[INFO] [stdout] test non_empty_string_serde_roundtrip ... ok
[INFO] [stdout] test non_empty_string_trims ... ok
[INFO] [stdout] test priority_default_is_2 ... ok
[INFO] [stdout] test priority_display ... ok
[INFO] [stdout] test priority_ordering ... ok
[INFO] [stdout] test priority_serde_rejects_invalid ... ok
[INFO] [stdout] test priority_serde_roundtrip ... ok
[INFO] [stdout] test priority_valid_range ... ok
[INFO] [stdout] test relation_id_uniqueness ... ok
[INFO] [stdout] test relation_type_fromstr_case_insensitive ... ok
[INFO] [stdout] test relation_type_serde_roundtrip ... ok
[INFO] [stdout] test reservation_mode_fromstr ... ok
[INFO] [stdout] test send_message_defaults_to_text_type ... ok
[INFO] [stdout] test send_message_empty_body_rejected ... ok
[INFO] [stdout] test send_message_empty_from_rejected ... ok
[INFO] [stdout] test send_message_empty_to_rejected ... ok
[INFO] [stdout] test slug_display_roundtrip ... ok
[INFO] [stdout] test slug_new_generates_valid_8char ... ok
[INFO] [stdout] test slug_serde_roundtrip ... ok
[INFO] [stdout] test slug_try_from_rejects_empty ... ok
[INFO] [stdout] test slug_try_from_rejects_special_chars ... ok
[INFO] [stdout] test slug_try_from_rejects_too_long ... ok
[INFO] [stdout] test slug_try_from_rejects_too_short ... ok
[INFO] [stdout] test slug_try_from_rejects_uppercase ... ok
[INFO] [stdout] test slug_try_from_trims_tabs_and_newlines ... ok
[INFO] [stdout] test slug_try_from_trims_whitespace ... ok
[INFO] [stdout] test slug_try_from_valid ... ok
[INFO] [stdout] test slug_uniqueness ... ok
[INFO] [stdout] test ttl_seconds_as_duration ... ok
[INFO] [stdout] test ttl_seconds_display ... ok
[INFO] [stdout] test ttl_seconds_rejects_zero ... ok
[INFO] [stdout] test ttl_seconds_u32_max_valid ... ok
[INFO] [stdout] test ttl_seconds_valid ... ok
[INFO] [stdout] test weight_rejects_invalid ... ok
[INFO] [stdout] test weight_rejects_negative_zero ... ok
[INFO] [stdout] test weight_serde_roundtrip ... ok
[INFO] [stdout] test weight_valid ... ok
[INFO] [stdout] test weight_zero_is_valid ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 99 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/protocol.rs (/opt/rustwide/target/debug/deps/protocol-ad70bcef30fc55ac)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test method_enum_all_variants_serialize ... ok
[INFO] [stdout] test success_response_roundtrip ... ok
[INFO] [stdout] test request_roundtrip ... ok
[INFO] [stdout] test error_response_roundtrip ... 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/store.rs (/opt/rustwide/target/debug/deps/store-96191c6364a4ee3b)
[INFO] [stdout] 
[INFO] [stdout] running 100 tests
[INFO] [stdout] test check_constraint_rejects_self_referencing_relation ... ok
[INFO] [stdout] test acquire_reservation_rejects_whitespace_only_glob ... ok
[INFO] [stdout] test check_constraint_rejects_invalid_status ... ok
[INFO] [stdout] test batch_get_entities_missing_ids_are_omitted ... ok
[INFO] [stdout] test entity_chunk_size_respects_param_limit ... ok
[INFO] [stdout] test entity_insert_sql_single_row ... ok
[INFO] [stdout] test entity_insert_sql_uses_multi_row_values ... ok
[INFO] [stdout] test create_entity_with_special_chars_in_name ... ok
[INFO] [stdout] test event_chunk_size_respects_param_limit ... ok
[INFO] [stdout] test event_insert_sql_uses_multi_row_values ... ok
[INFO] [stdout] test acquire_reservation_rejects_empty_glob ... ok
[INFO] [stdout] test check_constraint_rejects_priority_out_of_range ... ok
[INFO] [stdout] test blocked_by_counts_returns_correct_counts ... ok
[INFO] [stdout] test batch_get_entities_empty_ids_returns_empty ... ok
[INFO] [stdout] test agent_run_create_and_finish ... ok
[INFO] [stdout] test batch_import_all_types_round_trip ... ok
[INFO] [stdout] test batch_get_entities_returns_requested ... ok
[INFO] [stdout] test check_constraint_rejects_invalid_entity_type ... ok
[INFO] [stdout] test create_duplicate_relation_returns_validation_error ... ok
[INFO] [stdout] test blocked_by_counts_includes_blocks_relations ... ok
[INFO] [stdout] test batch_import_multi_chunk_entities_round_trip ... ok
[INFO] [stdout] test delete_entity_cascades_relations ... ok
[INFO] [stdout] test entity_not_found ... ok
[INFO] [stdout] test delete_entity_with_version_mismatch_returns_conflict ... ok
[INFO] [stdout] test delete_entity_with_correct_version_succeeds ... ok
[INFO] [stdout] test expire_stale_reservations_cleans_expired ... ok
[INFO] [stdout] test finish_nonexistent_agent_run_returns_error ... ok
[INFO] [stdout] test exclusive_conflicts_with_shared ... ok
[INFO] [stdout] test exclusive_reservation_conflicts_with_nonexclusive ... ok
[INFO] [stdout] test has_running_agent_false_when_none ... ok
[INFO] [stdout] test has_running_agent_false_after_finish ... ok
[INFO] [stdout] test has_running_agent_conn_in_transaction ... ok
[INFO] [stdout] test export_empty_db_returns_valid_export_data ... ok
[INFO] [stdout] test get_agent_run_returns_run ... ok
[INFO] [stdout] test export_includes_entity_and_relation ... ok
[INFO] [stdout] test get_agent_run_not_found ... ok
[INFO] [stdout] test has_running_agent_true_when_running ... ok
[INFO] [stdout] test import_slug_conflict_returns_validation_error ... ok
[INFO] [stdout] test import_relation_with_missing_entity_returns_validation_error ... ok
[INFO] [stdout] test lesson_create_and_retrieve ... ok
[INFO] [stdout] test list_lessons_filters_by_status ... ok
[INFO] [stdout] test list_lessons_empty_db ... ok
[INFO] [stdout] test lesson_listed_by_type_filter ... ok
[INFO] [stdout] test list_agent_runs_by_task_returns_all_runs ... ok
[INFO] [stdout] test lesson_with_pattern ... ok
[INFO] [stdout] test list_lessons_filters_by_pattern ... ok
[INFO] [stdout] test list_entities_paged_filters_and_sort ... ok
[INFO] [stdout] test list_entities_both_type_and_status_filter ... ok
[INFO] [stdout] test message_chunk_size_respects_param_limit ... ok
[INFO] [stdout] test message_insert_sql_uses_multi_row_values ... ok
[INFO] [stdout] test list_entities_paged_returns_correct_pages ... ok
[INFO] [stdout] test list_lessons_filters_by_status_and_pattern ... ok
[INFO] [stdout] test list_lessons_no_filter ... ok
[INFO] [stdout] test list_lessons_pattern_with_sql_wildcards ... ok
[INFO] [stdout] test list_messages_paged_with_filters ... ok
[INFO] [stdout] test import_into_empty_db_creates_entities_and_relations ... ok
[INFO] [stdout] test list_pending_escalations_empty_when_no_blockers ... ok
[INFO] [stdout] test list_pending_escalations_excludes_read_messages ... ok
[INFO] [stdout] test relation_chunk_size_respects_param_limit ... ok
[INFO] [stdout] test relation_insert_sql_uses_multi_row_values ... ok
[INFO] [stdout] test list_pending_escalations_blocked_agent_run_has_blocker_kind ... ok
[INFO] [stdout] test list_pending_escalations_returns_blocker_messages ... ok
[INFO] [stdout] test list_pending_escalations_needs_input_agent_run_has_needs_input_kind ... ok
[INFO] [stdout] test mark_nonexistent_message_read_returns_error ... ok
[INFO] [stdout] test message_mark_read_nonexistent ... ok
[INFO] [stdout] test message_mark_read_removes_from_inbox ... ok
[INFO] [stdout] test list_relations_returns_both_directions ... ok
[INFO] [stdout] test mark_already_read_message_returns_not_found ... ok
[INFO] [stdout] test import_twice_is_idempotent ... ok
[INFO] [stdout] test message_send_and_inbox ... ok
[INFO] [stdout] test ready_tasks_excludes_blocked ... ok
[INFO] [stdout] test reconcile_stale_runs_noop_when_none_running ... ok
[INFO] [stdout] test ready_tasks_excludes_depends_on ... ok
[INFO] [stdout] test reconcile_stale_runs_does_not_revert_closed_tasks ... ok
[INFO] [stdout] test release_nonexistent_reservation_returns_error ... ok
[INFO] [stdout] test reconcile_stale_runs_marks_running_as_failed ... ok
[INFO] [stdout] test release_reservations_by_agent_releases_all ... ok
[INFO] [stdout] test reservation_acquire_and_conflict ... ok
[INFO] [stdout] test resolve_lesson_type_check ... ok
[INFO] [stdout] test search_empty_db_returns_empty ... ok
[INFO] [stdout] test reservation_release_allows_reacquire ... ok
[INFO] [stdout] test search_filters_by_entity_type ... ok
[INFO] [stdout] test search_entities_empty_results ... ok
[INFO] [stdout] test search_finds_text_in_key_facts ... ok
[INFO] [stdout] test search_no_results_returns_empty ... ok
[INFO] [stdout] test search_not_operator ... ok
[INFO] [stdout] test search_or_operator ... ok
[INFO] [stdout] test search_phrase_query ... ok
[INFO] [stdout] test search_respects_limit ... ok
[INFO] [stdout] test search_returns_matching_entities ... ok
[INFO] [stdout] test search_reflects_deletes ... ok
[INFO] [stdout] test shared_reservations_dont_conflict ... ok
[INFO] [stdout] test search_special_chars_dont_crash ... ok
[INFO] [stdout] test search_reflects_updates ... ok
[INFO] [stdout] test transaction_commits_on_ok ... ok
[INFO] [stdout] test transaction_rolls_back_on_err ... ok
[INFO] [stdout] test trigger_creates_event_on_status_change ... ok
[INFO] [stdout] test trigger_creates_event_on_entity_delete ... ok
[INFO] [stdout] test update_entity_status_works ... ok
[INFO] [stdout] test trigger_creates_event_on_entity_insert ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 100 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.19s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/filament_daemon-c29803ff470ae664)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test roles::tests::test_allowed_tools_non_empty ... ok
[INFO] [stdout] test roles::tests::test_allowed_tools_use_fl_prefix ... ok
[INFO] [stdout] test dispatch::tests::test_child_guard_disarm_preserves_child ... ok
[INFO] [stdout] test roles::tests::test_role_roundtrip ... ok
[INFO] [stdout] test dispatch::tests::test_child_guard_kills_on_drop ... ok
[INFO] [stdout] test roles::tests::test_role_invalid ... ok
[INFO] [stdout] test roles::tests::test_role_case_insensitive ... ok
[INFO] [stdout] test roles::tests::test_system_prompts_non_empty ... ok
[INFO] [stdout] test dispatch::tests::test_parse_agent_output_full_json ... ok
[INFO] [stdout] test dispatch::tests::test_parse_agent_output_invalid ... ok
[INFO] [stdout] test dispatch::tests::test_build_system_prompt_no_context ... ok
[INFO] [stdout] test dispatch::tests::test_parse_agent_output_with_noise ... ok
[INFO] [stdout] test dispatch::tests::test_build_system_prompt ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/daemon.rs (/opt/rustwide/target/debug/deps/daemon-6e1f3e5dedfccd69)
[INFO] [stdout] 
[INFO] [stdout] running 26 tests
[INFO] [stdout] test invalid_request_returns_error ... ok
[INFO] [stdout] test list_reservations_via_socket ... ok
[INFO] [stdout] test daemon_starts_and_accepts_connection ... ok
[INFO] [stdout] test find_reservation_via_socket ... ok
[INFO] [stdout] test agent_run_operations_via_socket ... ok
[INFO] [stdout] test message_operations_via_socket ... ok
[INFO] [stdout] test delete_relation_invalid_type_returns_error ... ok
[INFO] [stdout] test graph_operations_via_socket ... ok
[INFO] [stdout] test get_entity_by_slug_via_socket ... ok
[INFO] [stdout] test list_all_agent_runs_via_socket ... ok
[INFO] [stdout] test entity_crud_via_socket ... ok
[INFO] [stdout] test entity_events_via_socket ... ok
[INFO] [stdout] test concurrent_clients ... ok
[INFO] [stdout] test multi_agent_messaging_workflow ... ok
[INFO] [stdout] test list_all_agent_runs_respects_limit ... ok
[INFO] [stdout] test multi_agent_full_workflow ... ok
[INFO] [stdout] test multi_agent_reservation_conflicts ... ok
[INFO] [stdout] test update_entity_status_invalid_returns_error ... ok
[INFO] [stdout] test relation_crud_via_socket ... ok
[INFO] [stdout] test update_summary_refreshes_graph ... ok
[INFO] [stdout] test reservation_operations_via_socket ... ok
[INFO] [stdout] test update_entity_summary_via_socket ... ok
[INFO] [stdout] test multi_agent_task_scheduling ... ok
[INFO] [stdout] test subscribe_with_filter_only_receives_matching ... ok
[INFO] [stdout] test subscribe_receives_entity_notifications ... ok
[INFO] [stdout] test stale_reservation_cleanup ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.73s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/dispatch.rs (/opt/rustwide/target/debug/deps/dispatch-23b268d7a6658e65)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test dispatch_agent_via_socket ... ok
[INFO] [stdout] test dispatch_agent_timeout_kills_long_running ... ok
[INFO] [stdout] test get_agent_run_and_list_by_task ... ok
[INFO] [stdout] test dispatch_closed_task_fails ... ok
[INFO] [stdout] test dispatch_result_routes_messages ... ok
[INFO] [stdout] test dispatch_agent_death ... ok
[INFO] [stdout] test dispatch_agent_already_running ... FAILED
[INFO] [stdout] test sequential_multi_dispatch ... FAILED
[INFO] [stdout] test reconcile_dead_agent_process ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- dispatch_agent_already_running stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'dispatch_agent_already_running' (12007) panicked at crates/filament-daemon/tests/dispatch.rs:317:10:
[INFO] [stdout] second dispatch should fail: AgentRunId("019f451f-97af-7d18-9e0d-71576171af8e")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6474abc42e78 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6474abc42e78 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6474abc42e78 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6474abc42e78 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6474abc58e2a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6474abc58e2a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x6474abc47a22 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x6474abc47a22 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x6474abc1f226 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6474abc1f226 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6474abc3a229 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6474ab473a6c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x6474ab473a6c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x6474abc3a4a2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x6474abc3a4a2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x6474abc1f2e2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6474abc14289 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x6474abc2008d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x6474abc5961c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6474abc59362 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x6474ab438e6a - <core[8fb95b77d25ab6c8]::result::Result<filament_core[900ad2c2c06ca092]::types::AgentRunId, filament_core[900ad2c2c06ca092]::error::FilamentError>>::expect_err
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1298:22
[INFO] [stdout]   21:     0x6474ab445808 - dispatch[158b1765f7e6c840]::dispatch_agent_already_running::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/filament-daemon/tests/dispatch.rs:317:10
[INFO] [stdout]   22:     0x6474ab426402 - <core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x6474ab437e7d - <tokio[f0b0109fc9cb8063]::runtime::park::CachedParkThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/park.rs:284:71
[INFO] [stdout]   24:     0x6474ab434036 - tokio[f0b0109fc9cb8063]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[f0b0109fc9cb8063]::runtime::park::CachedParkThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   25:     0x6474ab434036 - tokio[f0b0109fc9cb8063]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[f0b0109fc9cb8063]::runtime::park::CachedParkThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   26:     0x6474ab434036 - <tokio[f0b0109fc9cb8063]::runtime::park::CachedParkThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/park.rs:284:31
[INFO] [stdout]   27:     0x6474ab427f64 - <tokio[f0b0109fc9cb8063]::runtime::context::blocking::BlockingRegionGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/blocking.rs:66:14
[INFO] [stdout]   28:     0x6474ab42d038 - <tokio[f0b0109fc9cb8063]::runtime::scheduler::multi_thread::MultiThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/mod.rs:89:22
[INFO] [stdout]   29:     0x6474ab429a7b - tokio[f0b0109fc9cb8063]::runtime::context::runtime::enter_runtime::<<tokio[f0b0109fc9cb8063]::runtime::scheduler::multi_thread::MultiThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   30:     0x6474ab428104 - <tokio[f0b0109fc9cb8063]::runtime::scheduler::multi_thread::MultiThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/mod.rs:88:9
[INFO] [stdout]   31:     0x6474ab4272a4 - <tokio[f0b0109fc9cb8063]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:370:50
[INFO] [stdout]   32:     0x6474ab42749f - <tokio[f0b0109fc9cb8063]::runtime::runtime::Runtime>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   33:     0x6474ab449a76 - dispatch[158b1765f7e6c840]::dispatch_agent_already_running
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/filament-daemon/tests/dispatch.rs:325:20
[INFO] [stdout]   34:     0x6474ab43d907 - dispatch[158b1765f7e6c840]::dispatch_agent_already_running::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/filament-daemon/tests/dispatch.rs:294:42
[INFO] [stdout]   35:     0x6474ab4268f6 - <dispatch[158b1765f7e6c840]::dispatch_agent_already_running::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   36:     0x6474ab466b4b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   37:     0x6474ab466b4b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   38:     0x6474ab4743c5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   39:     0x6474ab4743c5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   40:     0x6474ab4743c5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   41:     0x6474ab4743c5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   42:     0x6474ab4743c5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x6474ab4743c5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   44:     0x6474ab4743c5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   45:     0x6474ab46dcd4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   46:     0x6474ab46dcd4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   47:     0x6474ab477442 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   48:     0x6474ab477442 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   49:     0x6474ab477442 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   50:     0x6474ab477442 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   51:     0x6474ab477442 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x6474ab477442 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   53:     0x6474ab477442 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x6474abc4228f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   55:     0x6474abc4228f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   56:     0x7214ae67daa4 - <unknown>
[INFO] [stdout]   57:     0x7214ae70aa64 - clone
[INFO] [stdout]   58:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- sequential_multi_dispatch stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'sequential_multi_dispatch' (12015) panicked at crates/filament-daemon/tests/dispatch.rs:376:5:
[INFO] [stdout] assertion `left == right` failed: first agent should complete
[INFO] [stdout]   left: "failed"
[INFO] [stdout]  right: "completed"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6474abc42e78 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6474abc42e78 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6474abc42e78 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6474abc42e78 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6474abc58e2a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6474abc58e2a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x6474abc47a22 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x6474abc47a22 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x6474abc1f226 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6474abc1f226 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6474abc3a229 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6474ab473a6c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x6474ab473a6c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x6474abc3a4a2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x6474abc3a4a2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x6474abc1f2e2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6474abc14289 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x6474abc2008d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x6474abc5961c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6474abc59503 - core[8fb95b77d25ab6c8]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:434:23
[INFO] [stdout]   20:     0x6474ab429025 - core[8fb95b77d25ab6c8]::panicking::assert_failed::<alloc[a7ee25936407c584]::string::String, &str>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x6474ab44124a - dispatch[158b1765f7e6c840]::sequential_multi_dispatch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/filament-daemon/tests/dispatch.rs:376:5
[INFO] [stdout]   22:     0x6474ab426402 - <core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x6474ab437e7d - <tokio[f0b0109fc9cb8063]::runtime::park::CachedParkThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/park.rs:284:71
[INFO] [stdout]   24:     0x6474ab434036 - tokio[f0b0109fc9cb8063]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[f0b0109fc9cb8063]::runtime::park::CachedParkThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   25:     0x6474ab434036 - tokio[f0b0109fc9cb8063]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[f0b0109fc9cb8063]::runtime::park::CachedParkThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   26:     0x6474ab434036 - <tokio[f0b0109fc9cb8063]::runtime::park::CachedParkThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/park.rs:284:31
[INFO] [stdout]   27:     0x6474ab427f64 - <tokio[f0b0109fc9cb8063]::runtime::context::blocking::BlockingRegionGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/blocking.rs:66:14
[INFO] [stdout]   28:     0x6474ab42d038 - <tokio[f0b0109fc9cb8063]::runtime::scheduler::multi_thread::MultiThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/mod.rs:89:22
[INFO] [stdout]   29:     0x6474ab429a7b - tokio[f0b0109fc9cb8063]::runtime::context::runtime::enter_runtime::<<tokio[f0b0109fc9cb8063]::runtime::scheduler::multi_thread::MultiThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   30:     0x6474ab428104 - <tokio[f0b0109fc9cb8063]::runtime::scheduler::multi_thread::MultiThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/mod.rs:88:9
[INFO] [stdout]   31:     0x6474ab4272a4 - <tokio[f0b0109fc9cb8063]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:370:50
[INFO] [stdout]   32:     0x6474ab42749f - <tokio[f0b0109fc9cb8063]::runtime::runtime::Runtime>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   33:     0x6474ab4494d6 - dispatch[158b1765f7e6c840]::sequential_multi_dispatch
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/filament-daemon/tests/dispatch.rs:397:20
[INFO] [stdout]   34:     0x6474ab43d877 - dispatch[158b1765f7e6c840]::sequential_multi_dispatch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/filament-daemon/tests/dispatch.rs:359:37
[INFO] [stdout]   35:     0x6474ab426836 - <dispatch[158b1765f7e6c840]::sequential_multi_dispatch::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   36:     0x6474ab466b4b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   37:     0x6474ab466b4b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   38:     0x6474ab4743c5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   39:     0x6474ab4743c5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   40:     0x6474ab4743c5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   41:     0x6474ab4743c5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   42:     0x6474ab4743c5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x6474ab4743c5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   44:     0x6474ab4743c5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   45:     0x6474ab46dcd4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   46:     0x6474ab46dcd4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   47:     0x6474ab477442 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   48:     0x6474ab477442 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   49:     0x6474ab477442 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   50:     0x6474ab477442 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   51:     0x6474ab477442 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x6474ab477442 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   53:     0x6474ab477442 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x6474abc4228f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   55:     0x6474abc4228f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   56:     0x7214ae67daa4 - <unknown>
[INFO] [stdout]   57:     0x7214ae70aa64 - clone
[INFO] [stdout]   58:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     dispatch_agent_already_running
[INFO] [stdout]     sequential_multi_dispatch
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 7 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.33s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p filament-daemon --test dispatch`
[INFO] running `Command { std: "docker" "inspect" "d6c494b3ab5b47d8f8f7084d52b11d12630e287f6a1ff665d5eae98c06dbc20b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d6c494b3ab5b47d8f8f7084d52b11d12630e287f6a1ff665d5eae98c06dbc20b", kill_on_drop: false }`
[INFO] [stdout] d6c494b3ab5b47d8f8f7084d52b11d12630e287f6a1ff665d5eae98c06dbc20b
