[INFO] cloning repository https://github.com/echozyr2001/rune [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/echozyr2001/rune" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fechozyr2001%2Frune", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fechozyr2001%2Frune'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cfe76eaf02c60c0a0fc9ba390fac7b85e3d4052c [INFO] testing echozyr2001/rune against beta-2026-04-21 for beta-1.96-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fechozyr2001%2Frune" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/echozyr2001/rune [INFO] finished tweaking git repo https://github.com/echozyr2001/rune [INFO] tweaked toml for git repo https://github.com/echozyr2001/rune written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/echozyr2001/rune on toolchain beta-2026-04-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/echozyr2001/rune already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b3df0cda49e544fcd7acdc7f543e7ebb48930238f035b7d5859f013278361a2d [INFO] running `Command { std: "docker" "start" "-a" "b3df0cda49e544fcd7acdc7f543e7ebb48930238f035b7d5859f013278361a2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b3df0cda49e544fcd7acdc7f543e7ebb48930238f035b7d5859f013278361a2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b3df0cda49e544fcd7acdc7f543e7ebb48930238f035b7d5859f013278361a2d", kill_on_drop: false }` [INFO] [stdout] b3df0cda49e544fcd7acdc7f543e7ebb48930238f035b7d5859f013278361a2d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] aeafb6ddfc317dd7d5f057ac99bef5647b872e4a2921db72d6a174ebfe46b8c8 [INFO] running `Command { std: "docker" "start" "-a" "aeafb6ddfc317dd7d5f057ac99bef5647b872e4a2921db72d6a174ebfe46b8c8", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.176 [INFO] [stderr] Compiling tracing-core v0.1.34 [INFO] [stderr] Compiling bitflags v2.9.4 [INFO] [stderr] Compiling regex-syntax v0.8.7 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling anyhow v1.0.100 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling nu-ansi-term v0.50.1 [INFO] [stderr] Compiling notify-types v2.0.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling glob-match v0.2.1 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling data-encoding v2.9.0 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling unicode-id v0.3.6 [INFO] [stderr] Compiling utf8-width v0.1.7 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling anstyle v1.0.13 [INFO] [stderr] Compiling markdown v1.0.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.20 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling anstream v0.6.21 [INFO] [stderr] Compiling html-escape v0.2.13 [INFO] [stderr] Compiling serde_path_to_error v0.1.20 [INFO] [stderr] Compiling http-range-header v0.4.2 [INFO] [stderr] Compiling clap_builder v4.5.48 [INFO] [stderr] Compiling clap_derive v4.5.47 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling md5 v0.7.0 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling mio v1.0.4 [INFO] [stderr] Compiling signal-hook-registry v1.4.6 [INFO] [stderr] Compiling socket2 v0.6.0 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling dirs-sys v0.4.1 [INFO] [stderr] Compiling inotify v0.11.0 [INFO] [stderr] Compiling dirs v5.0.1 [INFO] [stderr] Compiling uuid v1.18.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling regex-automata v0.4.12 [INFO] [stderr] Compiling notify v8.2.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling tungstenite v0.24.0 [INFO] [stderr] Compiling axum-core v0.4.5 [INFO] [stderr] Compiling clap v4.5.48 [INFO] [stderr] Compiling regex v1.12.1 [INFO] [stderr] Compiling rune-core v0.1.0 (/opt/rustwide/workdir/rune-core) [INFO] [stderr] Compiling hyper v1.7.0 [INFO] [stderr] Compiling tokio-util v0.7.16 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling tokio-tungstenite v0.24.0 [INFO] [stderr] Compiling tower-http v0.6.6 [INFO] [stderr] Compiling hyper-util v0.1.17 [INFO] [stderr] Compiling axum v0.7.9 [INFO] [stderr] Compiling rune-renderer v0.1.0 (/opt/rustwide/workdir/plugins/renderer) [INFO] [stderr] Compiling rune-file-watcher v0.1.0 (/opt/rustwide/workdir/plugins/file-watcher) [INFO] [stderr] Compiling rune-theme v0.1.0 (/opt/rustwide/workdir/plugins/theme) [INFO] [stderr] Compiling rune-editor v0.1.0 (/opt/rustwide/workdir/plugins/editor) [INFO] [stderr] Compiling rune-server v0.1.0 (/opt/rustwide/workdir/plugins/server) [INFO] [stderr] Compiling rune-cli v0.1.0 (/opt/rustwide/workdir/rune-cli) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.80s [INFO] running `Command { std: "docker" "inspect" "aeafb6ddfc317dd7d5f057ac99bef5647b872e4a2921db72d6a174ebfe46b8c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aeafb6ddfc317dd7d5f057ac99bef5647b872e4a2921db72d6a174ebfe46b8c8", kill_on_drop: false }` [INFO] [stdout] aeafb6ddfc317dd7d5f057ac99bef5647b872e4a2921db72d6a174ebfe46b8c8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e9a8210568d777fa9f1165e2f7151400cf1b00f9c6752925e0736ac473774e16 [INFO] running `Command { std: "docker" "start" "-a" "e9a8210568d777fa9f1165e2f7151400cf1b00f9c6752925e0736ac473774e16", kill_on_drop: false }` [INFO] [stderr] Compiling inotify v0.11.0 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling cookie v0.18.1 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling time v0.3.44 [INFO] [stderr] Compiling assert-json-diff v2.0.2 [INFO] [stderr] Compiling bytesize v1.3.3 [INFO] [stderr] Compiling reserve-port v2.3.0 [INFO] [stderr] Compiling auto-future v1.0.0 [INFO] [stderr] Compiling pretty_assertions v1.4.1 [INFO] [stderr] Compiling notify v8.2.0 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling tungstenite v0.24.0 [INFO] [stderr] Compiling tempfile v3.23.0 [INFO] [stderr] Compiling axum-core v0.4.5 [INFO] [stderr] Compiling rust-multipart-rfc7578_2 v0.6.1 [INFO] [stderr] Compiling rune-core v0.1.0 (/opt/rustwide/workdir/rune-core) [INFO] [stderr] Compiling hyper v1.7.0 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling tokio-tungstenite v0.24.0 [INFO] [stderr] Compiling tokio-util v0.7.16 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling tower-http v0.6.6 [INFO] [stderr] Compiling tokio-test v0.4.4 [INFO] [stderr] Compiling hyper-util v0.1.17 [INFO] [stderr] Compiling axum v0.7.9 [INFO] [stderr] Compiling rune-renderer v0.1.0 (/opt/rustwide/workdir/plugins/renderer) [INFO] [stderr] Compiling rune-editor v0.1.0 (/opt/rustwide/workdir/plugins/editor) [INFO] [stderr] Compiling rune-file-watcher v0.1.0 (/opt/rustwide/workdir/plugins/file-watcher) [INFO] [stderr] Compiling rune-theme v0.1.0 (/opt/rustwide/workdir/plugins/theme) [INFO] [stderr] Compiling axum-test v16.4.1 [INFO] [stderr] Compiling rune-server v0.1.0 (/opt/rustwide/workdir/plugins/server) [INFO] [stderr] Compiling rune-cli v0.1.0 (/opt/rustwide/workdir/rune-cli) [INFO] [stdout] warning: unused import: `HttpResponse` [INFO] [stdout] --> plugins/server/tests/test_markdown_api.rs:3:45 [INFO] [stdout] | [INFO] [stdout] 3 | use rune_server::{HttpHandler, HttpRequest, HttpResponse}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 25.29s [INFO] running `Command { std: "docker" "inspect" "e9a8210568d777fa9f1165e2f7151400cf1b00f9c6752925e0736ac473774e16", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e9a8210568d777fa9f1165e2f7151400cf1b00f9c6752925e0736ac473774e16", kill_on_drop: false }` [INFO] [stdout] e9a8210568d777fa9f1165e2f7151400cf1b00f9c6752925e0736ac473774e16 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 62384a137075a39a41cfe3caf11d07d645bda8540b490898812e85f80307e4d3 [INFO] running `Command { std: "docker" "start" "-a" "62384a137075a39a41cfe3caf11d07d645bda8540b490898812e85f80307e4d3", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `HttpResponse` [INFO] [stderr] --> plugins/server/tests/test_markdown_api.rs:3:45 [INFO] [stderr] | [INFO] [stderr] 3 | use rune_server::{HttpHandler, HttpRequest, HttpResponse}; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `rune-server` (test "test_markdown_api") generated 1 warning (run `cargo fix --test "test_markdown_api" -p rune-server` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rune-0bc3630dcba847ff) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rune_core-5b964d192802557e) [INFO] [stdout] [INFO] [stdout] running 65 tests [INFO] [stdout] test ast::tests::test_node_creation ... ok [INFO] [stdout] test ast::tests::test_tree_creation ... ok [INFO] [stdout] test ast::tests::test_block_vs_inline ... ok [INFO] [stdout] test ast::tests::test_tree_walk ... ok [INFO] [stdout] test ast::tests::test_node_hierarchy ... ok [INFO] [stdout] test ast::tests::test_text_node ... ok [INFO] [stdout] test config::tests::test_cli_overrides ... ok [INFO] [stdout] test config::tests::test_config_creation_and_validation ... ok [INFO] [stdout] test config::tests::test_config_diff ... ok [INFO] [stdout] test config::tests::test_config_merging ... ok [INFO] [stdout] test config::tests::test_environment_overrides ... ok [INFO] [stdout] test config::tests::test_plugin_config_validation ... ok [INFO] [stdout] test config::tests::test_validation_error_types ... ok [INFO] [stdout] test event_test::tests::test_event_creation_helpers ... ok [INFO] [stdout] test event_test::tests::test_event_metadata ... ok [INFO] [stdout] test event_test::tests::test_event_batch_serialization ... ok [INFO] [stdout] test event_test::tests::test_event_debug_formatting ... ok [INFO] [stdout] test config::tests::test_comprehensive_validation ... ok [INFO] [stdout] test event_test::tests::test_event_serialization ... ok [INFO] [stdout] test config::tests::test_config_with_validation ... ok [INFO] [stdout] test plugin_context_test::plugin_context_tests::test_config_field_type_matching ... ok [INFO] [stdout] test plugin_context_test::plugin_context_tests::test_configuration_merging ... ok [INFO] [stdout] test plugin_context_test::plugin_context_tests::test_configuration_validation_results ... ok [INFO] [stdout] test plugin_context_test::plugin_context_tests::test_plugin_configuration ... ok [INFO] [stdout] test plugin_context_test::plugin_context_tests::test_plugin_context_isolation ... ok [INFO] [stdout] test config::tests::test_config_file_operations ... ok [INFO] [stdout] test plugin_context_test::plugin_context_tests::test_configuration_validation ... ok [INFO] [stdout] test config::tests::test_runtime_config_manager ... ok [INFO] [stdout] test plugin_context_test::plugin_context_tests::test_shared_resource_management ... ok [INFO] [stdout] test plugin_context_test::plugin_context_tests::test_validation_rules ... ok [INFO] [stdout] test plugin_context_test::plugin_context_tests::test_configuration_file_operations ... ok [INFO] [stdout] test plugin_test::tests::test_dependency_graph_circular_detection ... ok [INFO] [stdout] test plugin_context_test::plugin_context_tests::test_plugin_specific_context ... ok [INFO] [stdout] test plugin_test::tests::test_plugin_dependency_validation ... ok [INFO] [stdout] test plugin_test::tests::test_plugin_dependency_resolution ... ok [INFO] [stdout] test plugin_test::tests::test_dependency_graph_topological_sort ... ok [INFO] [stdout] test plugin_test::tests::test_plugin_health_monitoring ... ok [INFO] [stdout] test parser::tests::test_parse_code_block ... ok [INFO] [stdout] test plugin_test::tests::test_plugin_registration ... ok [INFO] [stdout] test plugin_test::tests::test_plugin_registry_creation ... ok [INFO] [stdout] test plugin_test::tests::test_plugin_unregistration_with_dependents ... ok [INFO] [stdout] test plugin_test::tests::test_plugin_restart ... ok [INFO] [stdout] test parser::tests::test_parse_paragraph ... ok [INFO] [stdout] test parser::tests::test_parse_heading ... ok [INFO] [stdout] test parser::tests::test_parse_inline_bold ... ok [INFO] [stdout] test parser::tests::test_parse_task_list ... ok [INFO] [stdout] test parser::tests::test_parse_list ... ok [INFO] [stdout] test plugin_test::tests::test_plugin_unregistration ... ok [INFO] [stdout] test render::tests::test_html_escape ... ok [INFO] [stdout] test parser::tests::test_parse_link ... ok [INFO] [stdout] test render::tests::test_render_heading ... ok [INFO] [stdout] test render::tests::test_render_code_block ... ok [INFO] [stdout] test quill::tests::test_markdown_to_wysiwyg ... ok [INFO] [stdout] test quill::tests::test_markdown_to_html ... ok [INFO] [stdout] test render::tests::test_render_list ... ok [INFO] [stdout] test render::tests::test_render_inline_elements ... ok [INFO] [stdout] test render::tests::test_render_task_list ... ok [INFO] [stdout] test render::tests::test_render_paragraph ... ok [INFO] [stdout] test render::tests::test_render_wysiwyg ... ok [INFO] [stdout] test quill::tests::test_clean_wysiwyg_attributes ... ok [INFO] [stdout] test quill::tests::test_convert_code_block ... ok [INFO] [stdout] test quill::tests::test_html_to_markdown ... ok [INFO] [stdout] test quill::tests::test_spin_wysiwyg_dom ... ok [INFO] [stdout] test quill::tests::test_convert_task_list ... ok [INFO] [stdout] test plugin_test::tests::test_plugin_registry_shutdown ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 65 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rune_editor-93f031df9d9b2fbf) [INFO] [stdout] [INFO] [stdout] running 85 tests [INFO] [stdout] test cursor_manager::tests::test_basic_position_mapping ... ok [INFO] [stdout] test cursor_manager::tests::test_content_change_handling ... ok [INFO] [stdout] test cursor_manager::tests::test_cursor_manager_with_position ... ok [INFO] [stdout] test cursor_manager::tests::test_element_at_cursor ... ok [INFO] [stdout] test cursor_manager::tests::test_cursor_manager_creation ... ok [INFO] [stdout] test cursor_manager::tests::test_element_mapping_updates ... ok [INFO] [stdout] test editor_state::tests::test_absolute_position_calculation ... ok [INFO] [stdout] test cursor_manager::tests::test_mapping_stats ... ok [INFO] [stdout] test editor_state::tests::test_auto_save_timing ... ok [INFO] [stdout] test editor_state::tests::test_cursor_position_validation ... ok [INFO] [stdout] test editor_state::tests::test_editor_state_dirty_tracking ... ok [INFO] [stdout] test editor_state::tests::test_line_column_calculation ... ok [INFO] [stdout] test inline_renderer::tests::test_cursor_awareness ... ok [INFO] [stdout] test inline_renderer::tests::test_extract_raw_content ... ok [INFO] [stdout] test inline_renderer::tests::test_editing_mode ... ok [INFO] [stdout] test inline_renderer::tests::test_html_escape ... ok [INFO] [stdout] test inline_renderer::tests::test_render_bold ... ok [INFO] [stdout] test inline_renderer::tests::test_render_header ... ok [INFO] [stdout] test inline_renderer::tests::test_render_inline_code ... ok [INFO] [stdout] test inline_renderer::tests::test_render_italic ... ok [INFO] [stdout] test keyboard_shortcuts::tests::test_bold_without_selection ... ok [INFO] [stdout] test inline_renderer::tests::test_render_link ... ok [INFO] [stdout] test file_sync::tests::test_conflict_resolution_prefer_external ... ok [INFO] [stdout] test file_sync::tests::test_conflict_resolution_prefer_local ... ok [INFO] [stdout] test keyboard_shortcuts::tests::test_continue_indented_list ... ok [INFO] [stdout] test keyboard_shortcuts::tests::test_continue_ordered_list ... ok [INFO] [stdout] test keyboard_shortcuts::tests::test_continue_unordered_list ... ok [INFO] [stdout] test keyboard_shortcuts::tests::test_exit_list_on_empty_item ... ok [INFO] [stdout] test keyboard_shortcuts::tests::test_bold_with_selection ... ok [INFO] [stdout] test keyboard_shortcuts::tests::test_is_list_line ... ok [INFO] [stdout] test keyboard_shortcuts::tests::test_indent_list_item ... ok [INFO] [stdout] test keyboard_shortcuts::tests::test_parse_list_item_ordered ... ok [INFO] [stdout] test keyboard_shortcuts::tests::test_italic_with_selection ... ok [INFO] [stdout] test keyboard_shortcuts::tests::test_parse_list_item_unordered ... ok [INFO] [stdout] test keyboard_shortcuts::tests::test_indent_non_list_line ... ok [INFO] [stdout] test keyboard_shortcuts::tests::test_parse_list_item_with_indentation ... ok [INFO] [stdout] test keyboard_shortcuts::tests::test_shortcut_action_bold ... ok [INFO] [stdout] test keyboard_shortcuts::tests::test_shortcut_action_italic ... ok [INFO] [stdout] test keyboard_shortcuts::tests::test_parse_non_list_line ... ok [INFO] [stdout] test keyboard_shortcuts::tests::test_italic_without_selection ... ok [INFO] [stdout] test keyboard_shortcuts::tests::test_split_list_item_at_cursor ... ok [INFO] [stdout] test keyboard_shortcuts::tests::test_text_selection_extract ... ok [INFO] [stdout] test keyboard_shortcuts::tests::test_text_selection_reversed ... ok [INFO] [stdout] test keyboard_shortcuts::tests::test_unindent_no_indentation ... ok [INFO] [stdout] test keyboard_shortcuts::tests::test_unindent_list_item ... ok [INFO] [stdout] test file_sync::tests::test_local_backup_operations ... ok [INFO] [stdout] test live_editor::tests::test_html_escape ... ok [INFO] [stdout] test keyboard_shortcuts::tests::test_text_selection_creation ... ok [INFO] [stdout] test live_editor::tests::test_live_editor_integration_creation ... ok [INFO] [stdout] test live_editor::tests::test_active_element_management ... ok [INFO] [stdout] test live_editor::tests::test_mode_switching ... ok [INFO] [stdout] test render_trigger::tests::test_block_completion_detection ... ok [INFO] [stdout] test render_trigger::tests::test_config_updates ... ok [INFO] [stdout] test render_trigger::tests::test_cursor_distance_calculation ... ok [INFO] [stdout] test live_editor::tests::test_click_to_edit ... ok [INFO] [stdout] test render_trigger::tests::test_cursor_movement_detection ... ok [INFO] [stdout] test live_editor::tests::test_content_processing ... ok [INFO] [stdout] test render_trigger::tests::test_space_key_detection ... ok [INFO] [stdout] test render_trigger::tests::test_force_trigger ... ok [INFO] [stdout] test syntax_highlighter::tests::test_detect_list_marker ... ok [INFO] [stdout] test syntax_highlighter::tests::test_highlight_blockquote ... ok [INFO] [stdout] test syntax_highlighter::tests::test_highlight_header ... ok [INFO] [stdout] test syntax_highlighter::tests::test_highlight_bold ... ok [INFO] [stdout] test syntax_highlighter::tests::test_highlight_link ... ok [INFO] [stdout] test syntax_highlighter::tests::test_highlight_full_content ... ok [INFO] [stdout] test session::tests::test_cursor_position_updates ... ok [INFO] [stdout] test session::tests::test_session_creation ... ok [INFO] [stdout] test syntax_highlighter::tests::test_highlight_italic ... ok [INFO] [stdout] test session::tests::test_mode_switching ... ok [INFO] [stdout] test syntax_highlighter::tests::test_highlight_list_ordered ... ok [INFO] [stdout] test syntax_highlighter::tests::test_highlight_inline_code ... ok [INFO] [stdout] test syntax_highlighter::tests::test_highlight_horizontal_rule ... ok [INFO] [stdout] test session::tests::test_auto_save_status ... ok [INFO] [stdout] test syntax_highlighter::tests::test_highlight_list_unordered ... ok [INFO] [stdout] test syntax_parser::tests::test_bold_parsing ... ok [INFO] [stdout] test syntax_parser::tests::test_inline_code_parsing ... ok [INFO] [stdout] test syntax_parser::tests::test_italic_parsing ... ok [INFO] [stdout] test syntax_parser::tests::test_header_parsing ... ok [INFO] [stdout] test syntax_parser::tests::test_position_range ... ok [INFO] [stdout] test syntax_parser::tests::test_link_parsing ... ok [INFO] [stdout] test session::tests::test_auto_save_trigger ... ok [INFO] [stdout] test session::tests::test_session_manager_basic_operations ... ok [INFO] [stdout] test syntax_parser::tests::test_list_parsing ... ok [INFO] [stdout] test file_sync::tests::test_external_change_detection ... ok [INFO] [stdout] test render_trigger::tests::test_debounce_timing ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 85 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rune_file_watcher-bf02751ac391a296) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rune_renderer-3a6815e2d6d92bca) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rune_server-8e0047a1036ae4d2) [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test handlers::tests::test_client_message_serialization ... ok [INFO] [stdout] test handlers::tests::test_server_message_serialization ... ok [INFO] [stdout] test handlers::tests::test_live_reload_handler_creation ... ok [INFO] [stdout] test handlers::tests::test_mermaid_handler_creation ... ok [INFO] [stdout] test handlers::tests::test_static_handler_content_type_guessing ... ok [INFO] [stdout] test tests::test_handler_registry_creation ... ok [INFO] [stdout] test handlers::tests::test_static_handler_creation ... ok [INFO] [stdout] test handlers::tests::test_static_handler_extension_checking ... ok [INFO] [stdout] test handlers::tests::test_static_image_handler_creation ... ok [INFO] [stdout] test tests::test_server_config_default ... ok [INFO] [stdout] test tests::test_http_response_creation ... ok [INFO] [stdout] test tests::test_websocket_message_serialization ... ok [INFO] [stdout] test handlers::tests::test_markdown_handler_creation ... 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/test_markdown_api.rs (/opt/rustwide/target/debug/deps/test_markdown_api-0151925fce9ef9f2) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_markdown_render_api_invalid_method ... ok [INFO] [stdout] test test_markdown_render_api_invalid_json ... ok [INFO] [stdout] test test_markdown_render_api ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rune_theme-39140f783296451a) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests rune_core [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests rune_editor [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests rune_file_watcher [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests rune_renderer [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests rune_server [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests rune_theme [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" "62384a137075a39a41cfe3caf11d07d645bda8540b490898812e85f80307e4d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62384a137075a39a41cfe3caf11d07d645bda8540b490898812e85f80307e4d3", kill_on_drop: false }` [INFO] [stdout] 62384a137075a39a41cfe3caf11d07d645bda8540b490898812e85f80307e4d3