[INFO] cloning repository https://github.com/vkhangpham/localex [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vkhangpham/localex" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvkhangpham%2Flocalex", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvkhangpham%2Flocalex'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8cee36281831530db8028270316d111ca113cc36 [INFO] testing vkhangpham/localex 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%2Fvkhangpham%2Flocalex" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/vkhangpham/localex [INFO] finished tweaking git repo https://github.com/vkhangpham/localex [INFO] tweaked toml for git repo https://github.com/vkhangpham/localex written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/vkhangpham/localex 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/vkhangpham/localex 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-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 4f573ccccdbaa095eff0484209ff335b503af59bc24366ec6961ff60e442f84e [INFO] running `Command { std: "docker" "start" "-a" "4f573ccccdbaa095eff0484209ff335b503af59bc24366ec6961ff60e442f84e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4f573ccccdbaa095eff0484209ff335b503af59bc24366ec6961ff60e442f84e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f573ccccdbaa095eff0484209ff335b503af59bc24366ec6961ff60e442f84e", kill_on_drop: false }` [INFO] [stdout] 4f573ccccdbaa095eff0484209ff335b503af59bc24366ec6961ff60e442f84e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] f008a7a647fe6d0fe338e7b5a5ca364b7c9b6f91c4e23b9ffc8a4434adcb0de3 [INFO] running `Command { std: "docker" "start" "-a" "f008a7a647fe6d0fe338e7b5a5ca364b7c9b6f91c4e23b9ffc8a4434adcb0de3", kill_on_drop: false }` [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Compiling unicode-ident v1.0.24 [INFO] [stderr] Compiling libc v0.2.185 [INFO] [stderr] Compiling once_cell v1.21.4 [INFO] [stderr] Compiling pin-project-lite v0.2.17 [INFO] [stderr] Compiling bytes v1.11.1 [INFO] [stderr] Compiling find-msvc-tools v0.1.9 [INFO] [stderr] Compiling futures-core v0.3.32 [INFO] [stderr] Compiling itoa v1.0.18 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling pkg-config v0.3.33 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling bitflags v2.11.1 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling zerocopy v0.8.48 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling cc v1.2.60 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling regex-syntax v0.8.10 [INFO] [stderr] Compiling prettyplease v0.2.37 [INFO] [stderr] Compiling linux-raw-sys v0.12.1 [INFO] [stderr] Compiling anstyle-parse v1.0.0 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.2 [INFO] [stderr] Compiling simd-adler32 v0.3.9 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling colorchoice v1.0.5 [INFO] [stderr] Compiling percent-encoding v2.3.2 [INFO] [stderr] Compiling anstyle v1.0.14 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling slab v0.4.12 [INFO] [stderr] Compiling anstyle-query v1.1.5 [INFO] [stderr] Compiling futures-task v0.3.32 [INFO] [stderr] Compiling zmij v1.0.21 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling unicase v2.9.0 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling anstream v1.0.0 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling http v1.4.0 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling tinyvec v1.11.0 [INFO] [stderr] Compiling futures-channel v0.3.32 [INFO] [stderr] Compiling clap_lex v1.1.0 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling futures-sink v0.3.32 [INFO] [stderr] Compiling memchr v2.8.0 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling unicode-normalization v0.1.25 [INFO] [stderr] Compiling flate2 v1.1.9 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Compiling mio v1.2.0 [INFO] [stderr] Compiling socket2 v0.6.3 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling ryu v1.0.23 [INFO] [stderr] Compiling anyhow v1.0.102 [INFO] [stderr] Compiling deunicode v1.6.2 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling onig_sys v69.9.1 [INFO] [stderr] Compiling libsqlite3-sys v0.28.0 [INFO] [stderr] Compiling terminal_size v0.4.4 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling clap_builder v4.6.0 [INFO] [stderr] Compiling slug v0.1.6 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling inotify v0.9.6 [INFO] [stderr] Compiling caseless v0.2.2 [INFO] [stderr] Compiling filetime v0.2.27 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling shell-words v1.1.1 [INFO] [stderr] Compiling entities v1.0.1 [INFO] [stderr] Compiling fallible-iterator v0.3.0 [INFO] [stderr] Compiling xdg v2.5.2 [INFO] [stderr] Compiling typed-arena v2.0.2 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling matchit v0.8.4 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling http-range-header v0.4.2 [INFO] [stderr] Compiling nu-ansi-term v0.50.3 [INFO] [stderr] Compiling notify v6.1.1 [INFO] [stderr] Compiling dirs v6.0.0 [INFO] [stderr] Compiling serde_path_to_error v0.1.20 [INFO] [stderr] Compiling darling_core v0.23.0 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling tokio-macros v2.7.0 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling clap_derive v4.6.1 [INFO] [stderr] Compiling tokio v1.52.0 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling onig v6.5.1 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling axum-core v0.5.6 [INFO] [stderr] Compiling tracing-subscriber v0.3.23 [INFO] [stderr] Compiling hashlink v0.9.1 [INFO] [stderr] Compiling clap v4.6.1 [INFO] [stderr] Compiling darling_macro v0.23.0 [INFO] [stderr] Compiling darling v0.23.0 [INFO] [stderr] Compiling bon-macros v3.9.1 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling syntect v5.3.0 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling hyper v1.9.0 [INFO] [stderr] Compiling tower v0.5.3 [INFO] [stderr] Compiling bon v3.9.1 [INFO] [stderr] Compiling comrak v0.36.0 [INFO] [stderr] Compiling tokio-stream v0.1.18 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling hyper-util v0.1.20 [INFO] [stderr] Compiling axum v0.8.9 [INFO] [stderr] Compiling rusqlite v0.31.0 [INFO] [stderr] Compiling localex-cli v0.1.0 (/opt/rustwide/workdir/crates/localex-cli) [INFO] [stdout] warning: value assigned to `debounce` is never read [INFO] [stdout] --> crates/localex-cli/src/main.rs:66:32 [INFO] [stdout] | [INFO] [stdout] 66 | let mut debounce = tokio::time::Instant::now(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ this value is reassigned later and never used [INFO] [stdout] ... [INFO] [stdout] 71 | debounce = tokio::time::Instant::now(); [INFO] [stdout] | -------------------------------------- `debounce` is overwritten here before the previous value is read [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s [INFO] running `Command { std: "docker" "inspect" "f008a7a647fe6d0fe338e7b5a5ca364b7c9b6f91c4e23b9ffc8a4434adcb0de3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f008a7a647fe6d0fe338e7b5a5ca364b7c9b6f91c4e23b9ffc8a4434adcb0de3", kill_on_drop: false }` [INFO] [stdout] f008a7a647fe6d0fe338e7b5a5ca364b7c9b6f91c4e23b9ffc8a4434adcb0de3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 9132cc66e3ea195f130b101202b64d4ed0909fd42d930a3700b8449ef907fc17 [INFO] running `Command { std: "docker" "start" "-a" "9132cc66e3ea195f130b101202b64d4ed0909fd42d930a3700b8449ef907fc17", kill_on_drop: false }` [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling getrandom v0.4.2 [INFO] [stderr] Compiling fastrand v2.4.1 [INFO] [stderr] Compiling terminal_size v0.4.4 [INFO] [stderr] Compiling tempfile v3.27.0 [INFO] [stderr] Compiling clap_builder v4.6.0 [INFO] [stderr] Compiling clap v4.6.1 [INFO] [stderr] Compiling comrak v0.36.0 [INFO] [stderr] Compiling localex-cli v0.1.0 (/opt/rustwide/workdir/crates/localex-cli) [INFO] [stdout] warning: value assigned to `debounce` is never read [INFO] [stdout] --> crates/localex-cli/src/main.rs:66:32 [INFO] [stdout] | [INFO] [stdout] 66 | let mut debounce = tokio::time::Instant::now(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ this value is reassigned later and never used [INFO] [stdout] ... [INFO] [stdout] 71 | debounce = tokio::time::Instant::now(); [INFO] [stdout] | -------------------------------------- `debounce` is overwritten here before the previous value is read [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `debounce` is never read [INFO] [stdout] --> crates/localex-cli/src/main.rs:66:32 [INFO] [stdout] | [INFO] [stdout] 66 | let mut debounce = tokio::time::Instant::now(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ this value is reassigned later and never used [INFO] [stdout] ... [INFO] [stdout] 71 | debounce = tokio::time::Instant::now(); [INFO] [stdout] | -------------------------------------- `debounce` is overwritten here before the previous value is read [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 18.25s [INFO] running `Command { std: "docker" "inspect" "9132cc66e3ea195f130b101202b64d4ed0909fd42d930a3700b8449ef907fc17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9132cc66e3ea195f130b101202b64d4ed0909fd42d930a3700b8449ef907fc17", kill_on_drop: false }` [INFO] [stdout] 9132cc66e3ea195f130b101202b64d4ed0909fd42d930a3700b8449ef907fc17 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] b04caa6a1b7d5ea6088e8a54136f6ca50f28c350009569a342258c7d6977fefb [INFO] running `Command { std: "docker" "start" "-a" "b04caa6a1b7d5ea6088e8a54136f6ca50f28c350009569a342258c7d6977fefb", kill_on_drop: false }` [INFO] [stderr] warning: value assigned to `debounce` is never read [INFO] [stderr] --> crates/localex-cli/src/main.rs:66:32 [INFO] [stderr] | [INFO] [stderr] 66 | let mut debounce = tokio::time::Instant::now(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ this value is reassigned later and never used [INFO] [stderr] ... [INFO] [stderr] 71 | debounce = tokio::time::Instant::now(); [INFO] [stderr] | -------------------------------------- `debounce` is overwritten here before the previous value is read [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `localex-cli` (bin "localex") generated 1 warning [INFO] [stderr] warning: `localex-cli` (bin "localex" test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.21s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/localex_cli-89523a3f62ac506c) [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/main.rs (/opt/rustwide/target/debug/deps/localex-7394e5ed1e06573f) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/api_routes.rs (/opt/rustwide/target/debug/deps/api_routes-08ce98c47d4e0f6d) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test config_defaults_match_reading_prd ... ok [INFO] [stdout] test reader_defaults_route_returns_expected_preferences ... ok [INFO] [stderr] Running tests/smoke.rs (/opt/rustwide/target/debug/deps/smoke-f4e136b9422649eb) [INFO] [stdout] test health_route_returns_ok_json ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 22 tests [INFO] [stdout] test config_defaults_match_reading_prd ... ok [INFO] [stdout] test render_rejects_path_traversal ... ok [INFO] [stdout] test health_ok ... ok [INFO] [stdout] test backlinks_empty_for_unlinked_file ... ok [INFO] [stdout] test scan_workspace_filters_dotfiles_and_underscore_dirs ... ok [INFO] [stdout] test backlinks_from_cross_linked_files ... ok [INFO] [stdout] test reader_defaults ... ok [INFO] [stdout] test theme_css_dark_returns_styles ... ok [INFO] [stdout] test safe_resolve_rejects_traversal ... ok [INFO] [stdout] test theme_css_unknown_404 ... ok [INFO] [stdout] test files_returns_tree ... ok [INFO] [stdout] test delete_nonexistent_highlight_404 ... ok [INFO] [stdout] test preferences_round_trip ... ok [INFO] [stdout] test themes_list_includes_builtins ... ok [INFO] [stdout] test notes_create_list_delete ... ok [INFO] [stdout] test highlights_create_list_delete ... ok [INFO] [stdout] test render_markdown_duplicate_heading_slugs ... ok [INFO] [stdout] test render_with_real_md_file ... ok [INFO] [stdout] test render_markdown_tables ... ok [INFO] [stdout] test render_markdown_generates_heading_ids ... ok [INFO] [stdout] test render_markdown_syntax_highlight_in_code_blocks ... ok [INFO] [stdout] test delete_nonexistent_note_404 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s [INFO] [stdout] [INFO] [stderr] Doc-tests localex_cli [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" "b04caa6a1b7d5ea6088e8a54136f6ca50f28c350009569a342258c7d6977fefb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b04caa6a1b7d5ea6088e8a54136f6ca50f28c350009569a342258c7d6977fefb", kill_on_drop: false }` [INFO] [stdout] b04caa6a1b7d5ea6088e8a54136f6ca50f28c350009569a342258c7d6977fefb