01M046Q8DHYZV5YPR8T7NFSBEV: build

BasicConfig {
    output_rules: [
        "/work/release/*",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-3.0",
    ),
    access_repos: [
        "oxidecomputer/ipe",
        "oxidecomputer/anodizer",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/release/vw",
            series: "illumos",
            name: "vw",
        },
        BasicConfigPublish {
            from_output: "/work/release/vw-agent",
            series: "illumos",
            name: "vw-agent",
        },
        BasicConfigPublish {
            from_output: "/work/release/vw-svc",
            series: "illumos",
            name: "vw-svc",
        },
        BasicConfigPublish {
            from_output: "/work/release/vw-analyzer",
            series: "illumos",
            name: "vw-analyzer",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01M046QH4HMC8D1WRNCHQ8A91Z

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-16T02:35:22.517Zjob assigned to worker 01M046QK26TY9ATQ8MSVR7FYGW [factory aws, i-01da26c39f3fcd224] (queued for 46 s)
 
22026-08-16T02:35:29.359Zstarting task 0: "setup"
32026-08-16T02:35:29.363Z++ uname -s
42026-08-16T02:35:29.366Z+ kern=SunOS
52026-08-16T02:35:29.366Z+ build_user=build
62026-08-16T02:35:29.366Z+ build_uid=12345
72026-08-16T02:35:29.366Z+ work_dir=/work
82026-08-16T02:35:29.366Z+ input_dir=/input
92026-08-16T02:35:29.366Z+ [[ 0 == 12345 ]]
102026-08-16T02:35:29.366Z+ case "$kern" in
112026-08-16T02:35:29.366Z+ groupadd -g 12345 build
122026-08-16T02:35:29.369Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-16T02:35:31.373Z+ zfs create -o mountpoint=/work rpool/work
142026-08-16T02:35:31.474Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-16T02:35:31.477Z+ home_fs=zfs
162026-08-16T02:35:31.477Z+ [[ zfs == autofs ]]
172026-08-16T02:35:31.477Z+ mkdir -p /home/build
182026-08-16T02:35:31.477Z+ chown build:build /home/build /work
192026-08-16T02:35:33.478Z+ chmod 0700 /home/build /work
202026-08-16T02:35:33.481Zprocess exited: duration 4123 ms, exit code 0
 
212026-08-16T02:35:33.488Zstarting task 1: "rust-toolchain"
222026-08-16T02:35:33.492Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-16T02:35:33.492Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-16T02:35:33.492Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-16T02:35:33.492Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-16T02:35:33.492Z * rust toolchain channel = "stable"
272026-08-16T02:35:33.492Z * rust toolchain profile = "default"
282026-08-16T02:35:33.496Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-16T02:35:33.496Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-16T02:35:33.599Zinfo: downloading installer
312026-08-16T02:35:35.048Zwarn: It looks like you have an existing rustup settings file at:
322026-08-16T02:35:35.048Zwarn: /home/build/.rustup/settings.toml
332026-08-16T02:35:35.048Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-16T02:35:35.048Zwarn: instead of the one inferred from the default host triple.
352026-08-16T02:35:35.061Zinfo: profile set to default
362026-08-16T02:35:35.061Zinfo: default host triple is x86_64-unknown-illumos
372026-08-16T02:35:35.064Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-08-16T02:35:35.198Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-16T02:35:35.202Zinfo: downloading 6 components
402026-08-16T02:35:52.234Z
412026-08-16T02:35:52.234Zinfo: default toolchain set to stable-x86_64-unknown-illumos
422026-08-16T02:35:52.260Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-16T02:35:52.260Z
442026-08-16T02:35:52.260Z
452026-08-16T02:35:52.260ZRust is installed now. Great!
462026-08-16T02:35:52.260Z
472026-08-16T02:35:52.260ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-16T02:35:52.260Zenvironment variable. This has not been done automatically.
492026-08-16T02:35:52.260Z
502026-08-16T02:35:52.260ZTo configure your current shell, you need to source
512026-08-16T02:35:52.264Zthe corresponding env file under $HOME/.cargo.
522026-08-16T02:35:52.264Z
532026-08-16T02:35:52.264ZThis is usually done by running one of the following (note the leading DOT):
542026-08-16T02:35:52.264Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-16T02:35:52.264Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-16T02:35:52.264Zsource "~/.cargo/env.nu" # For nushell
572026-08-16T02:35:52.264Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-16T02:35:52.264Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-16T02:35:52.264Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-16T02:35:52.264Zwarn: no default linker (`cc`) was found in your PATH
612026-08-16T02:35:52.264Zwarn: many Rust crates require a system C toolchain to build
622026-08-16T02:35:52.363Z+ rustup --version
632026-08-16T02:35:52.372Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-16T02:35:52.375Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-16T02:35:52.394Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-16T02:35:52.397Z+ cargo --version
672026-08-16T02:35:52.411Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-16T02:35:52.414Z+ rustc --version
692026-08-16T02:35:52.432Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-16T02:35:52.435Zprocess exited: duration 18945 ms, exit code 0
 
712026-08-16T02:35:52.441Zstarting task 2: "authentication"
722026-08-16T02:35:52.457Zprocess exited: duration 16 ms, exit code 0
 
732026-08-16T02:35:52.464Zstarting task 3: "clone repository"
742026-08-16T02:35:52.467Z+ mkdir -p /work/oxidecomputer/vw
752026-08-16T02:35:52.470Z+ git clone https://github.com/oxidecomputer/vw /work/oxidecomputer/vw
762026-08-16T02:35:52.499ZCloning into '/work/oxidecomputer/vw'...
772026-08-16T02:35:53.405Z+ cd /work/oxidecomputer/vw
782026-08-16T02:35:53.405Z+ git fetch origin 4c0e609740b2adeaf787ee1504889010a54a44b2
792026-08-16T02:35:53.687ZFrom https://github.com/oxidecomputer/vw
802026-08-16T02:35:53.687Z * branch 4c0e609740b2adeaf787ee1504889010a54a44b2 -> FETCH_HEAD
812026-08-16T02:35:53.695Z+ [[ -n ry/vhdl-ls-workspace-refresh-fix ]]
822026-08-16T02:35:53.697Z++ git branch --show-current
832026-08-16T02:35:53.698Z+ current=main
842026-08-16T02:35:53.698Z+ [[ main != ry/vhdl-ls-workspace-refresh-fix ]]
852026-08-16T02:35:53.698Z+ git branch -f ry/vhdl-ls-workspace-refresh-fix 4c0e609740b2adeaf787ee1504889010a54a44b2
862026-08-16T02:35:53.701Z+ git checkout -f ry/vhdl-ls-workspace-refresh-fix
872026-08-16T02:35:53.721ZSwitched to branch 'ry/vhdl-ls-workspace-refresh-fix'
882026-08-16T02:35:53.724Z+ git reset --hard 4c0e609740b2adeaf787ee1504889010a54a44b2
892026-08-16T02:35:53.742ZHEAD is now at 4c0e609 fix ci on macos plus a few symlink bugs
902026-08-16T02:35:53.745Zprocess exited: duration 1280 ms, exit code 0
 
912026-08-16T02:35:53.751Zstarting task 4: "build"
922026-08-16T02:35:53.754Z+ cargo --version
932026-08-16T02:35:53.760Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
942026-08-16T02:35:53.902Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
952026-08-16T02:35:53.904Zinfo: downloading 6 components
962026-08-16T02:36:09.425Zcargo 1.97.1 (c980f4866 2026-06-30)
972026-08-16T02:36:09.428Z+ rustc --version
982026-08-16T02:36:09.454Zrustc 1.97.1 (8bab26f4f 2026-07-14)
992026-08-16T02:36:09.457Z+ cargo install cargo-nextest --locked
1002026-08-16T02:36:09.500Z Updating crates.io index
1012026-08-16T02:36:09.620Z Downloading crates ...
1022026-08-16T02:36:09.681Z Downloaded cargo-nextest v0.9.143
1032026-08-16T02:36:09.709Z Installing cargo-nextest v0.9.143
1042026-08-16T02:36:09.712Zwarning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file
1052026-08-16T02:36:09.712Z |
1062026-08-16T02:36:09.712Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1072026-08-16T02:36:09.712Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1082026-08-16T02:36:09.715Z Updating crates.io index
1092026-08-16T02:36:12.033Z Updating crates.io index
1102026-08-16T02:36:12.252Z Downloading crates ...
1112026-08-16T02:36:12.281Z Downloaded atomicwrites v0.4.4
1122026-08-16T02:36:12.284Z Downloaded addr2line v0.24.2
1132026-08-16T02:36:12.284Z Downloaded cargo_metadata v0.23.1
1142026-08-16T02:36:12.287Z Downloaded anyhow v1.0.98
1152026-08-16T02:36:12.294Z Downloaded anstyle-query v1.1.2
1162026-08-16T02:36:12.302Z Downloaded heck v0.5.0
1172026-08-16T02:36:12.305Z Downloaded cfg-expr v0.20.6
1182026-08-16T02:36:12.308Z Downloaded cc v1.2.30
1192026-08-16T02:36:12.311Z Downloaded aws-lc-rs v1.16.2
1202026-08-16T02:36:12.314Z Downloaded futures v0.3.33
1212026-08-16T02:36:12.317Z Downloaded async-scoped v0.9.0
1222026-08-16T02:36:12.317Z Downloaded if_chain v1.0.3
1232026-08-16T02:36:12.320Z Downloaded futures-io v0.3.33
1242026-08-16T02:36:12.320Z Downloaded indenter v0.3.4
1252026-08-16T02:36:12.320Z Downloaded futures-macro v0.3.33
1262026-08-16T02:36:12.320Z Downloaded home v0.5.12
1272026-08-16T02:36:12.324Z Downloaded getrandom v0.3.4
1282026-08-16T02:36:12.324Z Downloaded aho-corasick v1.1.4
1292026-08-16T02:36:12.327Z Downloaded allocator-api2 v0.2.21
1302026-08-16T02:36:12.330Z Downloaded fixedbitset v0.4.2
1312026-08-16T02:36:12.331Z Downloaded generic-array v0.14.7
1322026-08-16T02:36:12.336Z Downloaded anstyle v1.0.14
1332026-08-16T02:36:12.336Z Downloaded adler2 v2.0.1
1342026-08-16T02:36:12.336Z Downloaded ahash v0.8.12
1352026-08-16T02:36:12.339Z Downloaded foreign-types-shared v0.1.1
1362026-08-16T02:36:12.342Z Downloaded futures-core v0.3.33
1372026-08-16T02:36:12.342Z Downloaded futures-sink v0.3.33
1382026-08-16T02:36:12.345Z Downloaded cargo-platform v0.3.0
1392026-08-16T02:36:12.348Z Downloaded cpufeatures v0.2.17
1402026-08-16T02:36:12.351Z Downloaded anstyle-progress v0.1.3
1412026-08-16T02:36:12.352Z Downloaded futures-task v0.3.33
1422026-08-16T02:36:12.352Z Downloaded guppy-workspace-hack v0.1.0
1432026-08-16T02:36:12.355Z Downloaded openssl-macros v0.1.1
1442026-08-16T02:36:12.357Z Downloaded cfg_aliases v0.2.1
1452026-08-16T02:36:12.361Z Downloaded filedescriptor v0.8.3
1462026-08-16T02:36:12.361Z Downloaded form_urlencoded v1.2.2
1472026-08-16T02:36:12.364Z Downloaded humantime-serde v1.1.1
1482026-08-16T02:36:12.364Z Downloaded idna_adapter v1.0.0
1492026-08-16T02:36:12.364Z Downloaded lab v0.11.0
1502026-08-16T02:36:12.364Z Downloaded itoa v1.0.17
1512026-08-16T02:36:12.364Z Downloaded nested v0.1.1
1522026-08-16T02:36:12.367Z Downloaded cpufeatures v0.3.0
1532026-08-16T02:36:12.370Z Downloaded os_pipe v1.2.2
1542026-08-16T02:36:12.370Z Downloaded foreign-types v0.3.2
1552026-08-16T02:36:12.370Z Downloaded is_ci v1.2.0
1562026-08-16T02:36:12.370Z Downloaded memoffset v0.9.1
1572026-08-16T02:36:12.373Z Downloaded dof v0.4.0
1582026-08-16T02:36:12.373Z Downloaded hex v0.4.3
1592026-08-16T02:36:12.376Z Downloaded countio v0.2.19
1602026-08-16T02:36:12.379Z Downloaded percent-encoding v2.3.2
1612026-08-16T02:36:12.380Z Downloaded openssl-probe v0.1.6
1622026-08-16T02:36:12.391Z Downloaded bit-set v0.5.3
1632026-08-16T02:36:12.391Z Downloaded fastrand v2.3.0
1642026-08-16T02:36:12.391Z Downloaded atomic v0.6.1
1652026-08-16T02:36:12.391Z Downloaded debug-ignore v1.0.5
1662026-08-16T02:36:12.395Z Downloaded enable-ansi-support v0.3.1
1672026-08-16T02:36:12.395Z Downloaded errno v0.3.12
1682026-08-16T02:36:12.395Z Downloaded digest v0.10.7
1692026-08-16T02:36:12.395Z Downloaded anstream v1.0.0
1702026-08-16T02:36:12.395Z Downloaded autocfg v1.5.0
1712026-08-16T02:36:12.395Z Downloaded pathdiff v0.2.3
1722026-08-16T02:36:12.395Z Downloaded camino-tempfile v1.4.1
1732026-08-16T02:36:12.395Z Downloaded backtrace-ext v0.2.1
1742026-08-16T02:36:12.395Z Downloaded nohash-hasher v0.2.0
1752026-08-16T02:36:12.398Z Downloaded mukti-metadata v0.3.0
1762026-08-16T02:36:12.398Z Downloaded num-conv v0.2.0
1772026-08-16T02:36:12.398Z Downloaded dunce v1.0.5
1782026-08-16T02:36:12.399Z Downloaded equivalent v1.0.2
1792026-08-16T02:36:12.399Z Downloaded crypto-common v0.1.6
1802026-08-16T02:36:12.402Z Downloaded locked-tripwire v0.1.0
1812026-08-16T02:36:12.402Z Downloaded mac_address v1.1.8
1822026-08-16T02:36:12.402Z Downloaded nextest-workspace-hack v0.1.0
1832026-08-16T02:36:12.402Z Downloaded num-derive v0.4.2
1842026-08-16T02:36:12.409Z Downloaded block-buffer v0.10.4
1852026-08-16T02:36:12.409Z Downloaded colorchoice v1.0.3
1862026-08-16T02:36:12.412Z Downloaded memmem v0.1.1
1872026-08-16T02:36:12.412Z Downloaded fnv v1.0.7
1882026-08-16T02:36:12.412Z Downloaded document-features v0.2.11
1892026-08-16T02:36:12.412Z Downloaded foldhash v0.2.0
1902026-08-16T02:36:12.416Z Downloaded indoc v2.0.7
1912026-08-16T02:36:12.416Z Downloaded fs_extra v1.3.0
1922026-08-16T02:36:12.419Z Downloaded cfg-if v1.0.4
1932026-08-16T02:36:12.419Z Downloaded dtrace-parser v0.3.0
1942026-08-16T02:36:12.419Z Downloaded curve25519-dalek-derive v0.1.1
1952026-08-16T02:36:12.423Z Downloaded native-tls v0.2.14
1962026-08-16T02:36:12.426Z Downloaded utf8_iter v1.0.4
1972026-08-16T02:36:12.426Z Downloaded dirs v6.0.0
1982026-08-16T02:36:12.430Z Downloaded jobserver v0.1.33
1992026-08-16T02:36:12.433Z Downloaded vec_map v0.8.2
2002026-08-16T02:36:12.433Z Downloaded color-spantrace v0.3.0
2012026-08-16T02:36:12.433Z Downloaded usdt-attr-macro v0.6.0
2022026-08-16T02:36:12.433Z Downloaded eazip v0.2.5
2032026-08-16T02:36:12.437Z Downloaded clap_lex v1.0.0
2042026-08-16T02:36:12.437Z Downloaded anstyle-parse v1.0.0
2052026-08-16T02:36:12.437Z Downloaded cmake v0.1.54
2062026-08-16T02:36:12.437Z Downloaded etcetera v0.11.0
2072026-08-16T02:36:12.441Z Downloaded phf_generator v0.11.3
2082026-08-16T02:36:12.441Z Downloaded dirs-sys v0.5.0
2092026-08-16T02:36:12.444Z Downloaded convert_case v0.7.1
2102026-08-16T02:36:12.444Z Downloaded dialoguer v0.12.0
2112026-08-16T02:36:12.444Z Downloaded ed25519 v2.2.3
2122026-08-16T02:36:12.448Z Downloaded unicode-linebreak v0.1.5
2132026-08-16T02:36:12.451Z Downloaded future-queue v0.4.0
2142026-08-16T02:36:12.454Z Downloaded futures-executor v0.3.33
2152026-08-16T02:36:12.457Z Downloaded globset v0.4.19
2162026-08-16T02:36:12.460Z Downloaded is_terminal_polyfill v1.70.1
2172026-08-16T02:36:12.463Z Downloaded scopeguard v1.2.0
2182026-08-16T02:36:12.466Z Downloaded sigchld v0.2.4
2192026-08-16T02:36:12.466Z Downloaded newtype-uuid v1.3.2
2202026-08-16T02:36:12.466Z Downloaded version_check v0.9.5
2212026-08-16T02:36:12.469Z Downloaded nextest-metadata v0.15.0
2222026-08-16T02:36:12.469Z Downloaded csscolorparser v0.6.2
2232026-08-16T02:36:12.472Z Downloaded either v1.15.0
2242026-08-16T02:36:12.472Z Downloaded bit-vec v0.6.3
2252026-08-16T02:36:12.472Z Downloaded char_index v0.1.5
2262026-08-16T02:36:12.472Z Downloaded ordered-float v4.6.0
2272026-08-16T02:36:12.475Z Downloaded bytesize v2.4.2
2282026-08-16T02:36:12.475Z Downloaded enum_dispatch v0.3.13
2292026-08-16T02:36:12.478Z Downloaded owo-colors v4.3.0
2302026-08-16T02:36:12.478Z Downloaded miette-derive v7.6.0
2312026-08-16T02:36:12.481Z Downloaded toml_writer v1.1.2+spec-1.1.0
2322026-08-16T02:36:12.481Z Downloaded lazy_static v1.5.0
2332026-08-16T02:36:12.483Z Downloaded pem-rfc7468 v1.0.0
2342026-08-16T02:36:12.483Z Downloaded lock_api v0.4.13
2352026-08-16T02:36:12.486Z Downloaded byteorder v1.5.0
2362026-08-16T02:36:12.486Z Downloaded filetime v0.2.25
2372026-08-16T02:36:12.489Z Downloaded bitflags v1.3.2
2382026-08-16T02:36:12.492Z Downloaded unit-prefix v0.5.1
2392026-08-16T02:36:12.492Z Downloaded shared_child v1.1.1
2402026-08-16T02:36:12.495Z Downloaded xattr v1.5.0
2412026-08-16T02:36:12.495Z Downloaded cookie v0.18.1
2422026-08-16T02:36:12.495Z Downloaded time-core v0.1.8
2432026-08-16T02:36:12.501Z Downloaded humantime v2.3.0
2442026-08-16T02:36:12.503Z Downloaded option-ext v0.2.0
2452026-08-16T02:36:12.507Z Downloaded httparse v1.10.1
2462026-08-16T02:36:12.513Z Downloaded urlencoding v2.1.3
2472026-08-16T02:36:12.515Z Downloaded const-oid v0.9.6
2482026-08-16T02:36:12.515Z Downloaded utf8-zero v0.8.1
2492026-08-16T02:36:12.518Z Downloaded zstd v0.13.3
2502026-08-16T02:36:12.521Z Downloaded rand_core v0.10.0
2512026-08-16T02:36:12.524Z Downloaded clap_derive v4.6.4
2522026-08-16T02:36:12.524Z Downloaded tracing-error v0.2.1
2532026-08-16T02:36:12.524Z Downloaded phf_macros v0.11.3
2542026-08-16T02:36:12.527Z Downloaded scroll_derive v0.13.1
2552026-08-16T02:36:12.530Z Downloaded quote v1.0.45
2562026-08-16T02:36:12.530Z Downloaded signature v2.2.0
2572026-08-16T02:36:12.533Z Downloaded strip-ansi-escapes v0.2.1
2582026-08-16T02:36:12.533Z Downloaded strsim v0.11.1
2592026-08-16T02:36:12.533Z Downloaded subtle v2.6.1
2602026-08-16T02:36:12.536Z Downloaded supports-color v3.0.2
2612026-08-16T02:36:12.536Z Downloaded vtparse v0.6.2
2622026-08-16T02:36:12.536Z Downloaded tinyvec_macros v0.1.1
2632026-08-16T02:36:12.539Z Downloaded phf_codegen v0.11.3
2642026-08-16T02:36:12.541Z Downloaded plain v0.2.3
2652026-08-16T02:36:12.541Z Downloaded signal-hook-mio v0.2.5
2662026-08-16T02:36:12.544Z Downloaded thread_local v1.1.8
2672026-08-16T02:36:12.547Z Downloaded static_assertions v1.1.0
2682026-08-16T02:36:12.547Z Downloaded foldhash v0.1.5
2692026-08-16T02:36:12.550Z Downloaded deranged v0.5.8
2702026-08-16T02:36:12.553Z Downloaded futures-channel v0.3.33
2712026-08-16T02:36:12.556Z Downloaded cookie_store v0.22.1
2722026-08-16T02:36:12.556Z Downloaded getrandom v0.2.16
2732026-08-16T02:36:12.558Z Downloaded iana-time-zone v0.1.63
2742026-08-16T02:36:12.558Z Downloaded duct v1.1.1
2752026-08-16T02:36:12.561Z Downloaded once_cell v1.21.3
2762026-08-16T02:36:12.564Z Downloaded camino v1.2.5
2772026-08-16T02:36:12.567Z Downloaded console v0.16.4
2782026-08-16T02:36:12.567Z Downloaded litrs v0.4.1
2792026-08-16T02:36:12.567Z Downloaded memmap2 v0.9.8
2802026-08-16T02:36:12.570Z Downloaded parking_lot v0.12.4
2812026-08-16T02:36:12.570Z Downloaded base64ct v1.7.3
2822026-08-16T02:36:12.573Z Downloaded lru v0.16.3
2832026-08-16T02:36:12.573Z Downloaded wezterm-input-types v0.1.0
2842026-08-16T02:36:12.576Z Downloaded smol_str v0.3.2
2852026-08-16T02:36:12.576Z Downloaded socks v0.3.4
2862026-08-16T02:36:12.579Z Downloaded thread-id v5.0.0
2872026-08-16T02:36:12.579Z Downloaded clap v4.6.4
2882026-08-16T02:36:12.583Z Downloaded crc32fast v1.5.0
2892026-08-16T02:36:12.586Z Downloaded derive-where v1.6.1
2902026-08-16T02:36:12.589Z Downloaded thiserror-impl v2.0.19
2912026-08-16T02:36:12.589Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2922026-08-16T02:36:12.589Z Downloaded getrandom v0.4.2
2932026-08-16T02:36:12.592Z Downloaded pkcs8 v0.10.2
2942026-08-16T02:36:12.592Z Downloaded pkg-config v0.3.32
2952026-08-16T02:36:12.595Z Downloaded rustc-demangle v0.1.25
2962026-08-16T02:36:12.595Z Downloaded spki v0.7.3
2972026-08-16T02:36:12.595Z Downloaded typeid v1.0.3
2982026-08-16T02:36:12.595Z Downloaded indicatif v0.18.6
2992026-08-16T02:36:12.598Z Downloaded eyre v0.6.12
3002026-08-16T02:36:12.600Z Downloaded signal-hook-registry v1.4.5
3012026-08-16T02:36:12.601Z Downloaded termios v0.3.3
3022026-08-16T02:36:12.601Z Downloaded powerfmt v0.2.0
3032026-08-16T02:36:12.601Z Downloaded sha2 v0.10.9
3042026-08-16T02:36:12.604Z Downloaded tracing-log v0.2.0
3052026-08-16T02:36:12.606Z Downloaded serde_ignored v0.1.14
3062026-08-16T02:36:12.609Z Downloaded siphasher v1.0.1
3072026-08-16T02:36:12.609Z Downloaded self-replace v1.5.0
3082026-08-16T02:36:12.609Z Downloaded serde_spanned v1.1.1
3092026-08-16T02:36:12.609Z Downloaded wezterm-blob-leases v0.1.1
3102026-08-16T02:36:12.612Z Downloaded unicase v2.9.0
3112026-08-16T02:36:12.615Z Downloaded usdt-impl v0.6.0
3122026-08-16T02:36:12.618Z Downloaded zeroize v1.8.1
3132026-08-16T02:36:12.618Z Downloaded rustc_version v0.4.1
3142026-08-16T02:36:12.618Z Downloaded serde_path_to_error v0.1.20
3152026-08-16T02:36:12.621Z Downloaded untrusted v0.9.0
3162026-08-16T02:36:12.624Z Downloaded usdt v0.6.0
3172026-08-16T02:36:12.624Z Downloaded usdt-macro v0.6.0
3182026-08-16T02:36:12.624Z Downloaded pretty-hex v0.4.1
3192026-08-16T02:36:12.624Z Downloaded terminal_size v0.4.4
3202026-08-16T02:36:12.627Z Downloaded tokio-macros v2.7.0
3212026-08-16T02:36:12.630Z Downloaded shlex v1.3.0
3222026-08-16T02:36:12.633Z Downloaded nextest-filtering v0.22.0
3232026-08-16T02:36:12.633Z Downloaded semver v1.0.28
3242026-08-16T02:36:12.636Z Downloaded bitflags v2.13.1
3252026-08-16T02:36:12.639Z Downloaded num-traits v0.2.19
3262026-08-16T02:36:12.642Z Downloaded tinyvec v1.9.0
3272026-08-16T02:36:12.644Z Downloaded chacha20 v0.10.0
3282026-08-16T02:36:12.648Z Downloaded parking_lot_core v0.9.11
3292026-08-16T02:36:12.650Z Downloaded thiserror-impl v1.0.69
3302026-08-16T02:36:12.650Z Downloaded log v0.4.29
3312026-08-16T02:36:12.656Z Downloaded rustversion v1.0.22
3322026-08-16T02:36:12.659Z Downloaded supports-unicode v3.0.0
3332026-08-16T02:36:12.659Z Downloaded target-lexicon v0.13.3
3342026-08-16T02:36:12.662Z Downloaded wezterm-color-types v0.3.0
3352026-08-16T02:36:12.662Z Downloaded borsh v1.5.7
3362026-08-16T02:36:12.664Z Downloaded config v0.15.25
3372026-08-16T02:36:12.669Z Downloaded euclid v0.22.11
3382026-08-16T02:36:12.669Z Downloaded finl_unicode v1.4.0
3392026-08-16T02:36:12.671Z Downloaded pin-project-lite v0.2.17
3402026-08-16T02:36:12.674Z Downloaded supports-hyperlinks v3.2.0
3412026-08-16T02:36:12.674Z Downloaded swrite v0.1.0
3422026-08-16T02:36:12.674Z Downloaded shell-words v1.1.1
3432026-08-16T02:36:12.674Z Downloaded serde_tokenstream v0.2.2
3442026-08-16T02:36:12.677Z Downloaded thiserror v2.0.19
3452026-08-16T02:36:12.680Z Downloaded ureq-proto v0.6.0
3462026-08-16T02:36:12.690Z Downloaded zstd-safe v7.2.4
3472026-08-16T02:36:12.690Z Downloaded target-spec-miette v0.4.8
3482026-08-16T02:36:12.690Z Downloaded slab v0.4.11
3492026-08-16T02:36:12.690Z Downloaded thiserror v1.0.69
3502026-08-16T02:36:12.690Z Downloaded phf_shared v0.11.3
3512026-08-16T02:36:12.690Z Downloaded shared_thread v0.2.0
3522026-08-16T02:36:12.690Z Downloaded wezterm-dynamic-derive v0.1.1
3532026-08-16T02:36:12.690Z Downloaded proc-macro2 v1.0.106
3542026-08-16T02:36:12.694Z Downloaded self_update v0.44.0
3552026-08-16T02:36:12.694Z Downloaded rand_core v0.6.4
3562026-08-16T02:36:12.697Z Downloaded utf8parse v0.2.2
3572026-08-16T02:36:12.697Z Downloaded wezterm-dynamic v0.2.1
3582026-08-16T02:36:12.700Z Downloaded bytes v1.12.1
3592026-08-16T02:36:12.703Z Downloaded pest_derive v2.8.3
3602026-08-16T02:36:12.703Z Downloaded quick-junit v0.7.0
3612026-08-16T02:36:12.703Z Downloaded zipsign-api v0.1.5
3622026-08-16T02:36:12.706Z Downloaded zmij v1.0.18
3632026-08-16T02:36:12.706Z Downloaded tempfile v3.20.0
3642026-08-16T02:36:12.709Z Downloaded textwrap v0.16.2
3652026-08-16T02:36:12.709Z Downloaded base64 v0.22.1
3662026-08-16T02:36:12.712Z Downloaded derive_more v2.0.1
3672026-08-16T02:36:12.714Z Downloaded derive_more-impl v2.0.1
3682026-08-16T02:36:12.718Z Downloaded vte v0.14.1
3692026-08-16T02:36:12.720Z Downloaded miniz_oxide v0.8.9
3702026-08-16T02:36:12.720Z Downloaded xxhash-rust v0.8.18
3712026-08-16T02:36:13.726Z Downloaded ed25519-dalek v2.1.1
3722026-08-16T02:36:13.730Z Downloaded pin-project v1.1.10
3732026-08-16T02:36:13.730Z Downloaded phf v0.11.3
3742026-08-16T02:36:13.730Z Downloaded toml v1.1.3+spec-1.1.0
3752026-08-16T02:36:13.730Z Downloaded time-macros v0.2.27
3762026-08-16T02:36:13.730Z Downloaded typenum v1.18.0
3772026-08-16T02:36:13.730Z Downloaded flate2 v1.1.1
3782026-08-16T02:36:13.730Z Downloaded rustls-pki-types v1.12.0
3792026-08-16T02:36:13.730Z Downloaded smallvec v1.15.2
3802026-08-16T02:36:13.730Z Downloaded fixedbitset v0.5.7
3812026-08-16T02:36:13.730Z Downloaded serde_derive v1.0.229
3822026-08-16T02:36:13.730Z Downloaded signal-hook v0.3.18
3832026-08-16T02:36:13.730Z Downloaded bytemuck v1.24.0
3842026-08-16T02:36:13.731Z Downloaded fancy-regex v0.11.0
3852026-08-16T02:36:13.731Z Downloaded scroll v0.13.0
3862026-08-16T02:36:13.731Z Downloaded der v0.7.10
3872026-08-16T02:36:13.731Z Downloaded tracing-attributes v0.1.31
3882026-08-16T02:36:13.731Z Downloaded unicode-ident v1.0.24
3892026-08-16T02:36:13.731Z Downloaded toml_parser v1.1.2+spec-1.1.0
3902026-08-16T02:36:13.731Z Downloaded pest_generator v2.8.3
3912026-08-16T02:36:13.731Z Downloaded wezterm-bidi v0.2.3
3922026-08-16T02:36:13.731Z Downloaded backtrace v0.3.75
3932026-08-16T02:36:13.731Z Downloaded openssl-sys v0.9.116
3942026-08-16T02:36:13.731Z Downloaded pest_meta v2.8.3
3952026-08-16T02:36:13.731Z Downloaded ucd-trie v0.1.7
3962026-08-16T02:36:13.731Z Downloaded target-spec v3.6.0
3972026-08-16T02:36:13.731Z Downloaded der v0.8.0
3982026-08-16T02:36:13.731Z Downloaded uuid v1.18.1
3992026-08-16T02:36:13.731Z Downloaded synoptic v2.2.9
4002026-08-16T02:36:13.731Z Downloaded pin-project-internal v1.1.10
4012026-08-16T02:36:13.731Z Downloaded terminfo v0.9.0
4022026-08-16T02:36:13.731Z Downloaded toml_edit v0.25.13+spec-1.1.0
4032026-08-16T02:36:13.731Z Downloaded sharded-slab v0.1.7
4042026-08-16T02:36:13.731Z Downloaded serde_core v1.0.229
4052026-08-16T02:36:13.731Z Downloaded minimal-lexical v0.2.1
4062026-08-16T02:36:13.731Z Downloaded serde v1.0.229
4072026-08-16T02:36:13.731Z Downloaded sapling-streampager v0.12.0
4082026-08-16T02:36:13.731Z Downloaded memchr v2.7.6
4092026-08-16T02:36:13.731Z Downloaded mio v1.2.0
4102026-08-16T02:36:13.731Z Downloaded miette v7.6.0
4112026-08-16T02:36:13.731Z Downloaded indexmap v2.14.0
4122026-08-16T02:36:13.731Z Downloaded http v1.4.2
4132026-08-16T02:36:13.731Z Downloaded crossterm v0.29.0
4142026-08-16T02:36:13.731Z Downloaded tokio-stream v0.1.19
4152026-08-16T02:36:13.731Z Downloaded unicode-segmentation v1.12.0
4162026-08-16T02:36:13.731Z Downloaded time v0.3.47
4172026-08-16T02:36:13.731Z Downloaded zerocopy-derive v0.8.27
4182026-08-16T02:36:13.731Z Downloaded rand v0.8.6
4192026-08-16T02:36:13.731Z Downloaded rustls-webpki v0.103.13
4202026-08-16T02:36:13.731Z Downloaded tracing-core v0.1.36
4212026-08-16T02:36:13.731Z Downloaded tar v0.4.46
4222026-08-16T02:36:13.731Z Downloaded nom v7.1.3
4232026-08-16T02:36:13.732Z Downloaded url v2.5.7
4242026-08-16T02:36:13.732Z Downloaded unicode-normalization v0.1.25
4252026-08-16T02:36:13.732Z Downloaded rand v0.10.2
4262026-08-16T02:36:13.732Z Downloaded hashbrown v0.15.5
4272026-08-16T02:36:13.732Z Downloaded clap_builder v4.6.2
4282026-08-16T02:36:13.732Z Downloaded regex v1.13.1
4292026-08-16T02:36:13.732Z Downloaded serde_json v1.0.151
4302026-08-16T02:36:13.732Z Downloaded portable-atomic v1.13.1
4312026-08-16T02:36:13.732Z Downloaded pest v2.8.3
4322026-08-16T02:36:13.732Z Downloaded idna v1.1.0
4332026-08-16T02:36:13.732Z Downloaded itertools v0.14.0
4342026-08-16T02:36:13.732Z Downloaded pulldown-cmark v0.13.4
4352026-08-16T02:36:13.732Z Downloaded tracing-subscriber v0.3.23
4362026-08-16T02:36:13.732Z Downloaded webpki-root-certs v1.0.6
4372026-08-16T02:36:13.732Z Downloaded ureq v3.3.0
4382026-08-16T02:36:13.732Z Downloaded guppy v0.17.26
4392026-08-16T02:36:13.732Z Downloaded itertools v0.15.0
4402026-08-16T02:36:13.732Z Downloaded hashbrown v0.17.1
4412026-08-16T02:36:13.732Z Downloaded zerocopy v0.8.27
4422026-08-16T02:36:13.732Z Downloaded ron v0.12.0
4432026-08-16T02:36:13.732Z Downloaded chrono v0.4.45
4442026-08-16T02:36:13.732Z Downloaded futures-util v0.3.33
4452026-08-16T02:36:13.732Z Downloaded unicode-width v0.2.2
4462026-08-16T02:36:13.732Z Downloaded winnow v1.0.4
4472026-08-16T02:36:13.732Z Downloaded bstr v1.13.0
4482026-08-16T02:36:13.732Z Downloaded iddqd v0.4.6
4492026-08-16T02:36:13.732Z Downloaded curve25519-dalek v4.1.3
4502026-08-16T02:36:13.732Z Downloaded unicode-width v0.1.14
4512026-08-16T02:36:13.732Z Downloaded goblin v0.10.3
4522026-08-16T02:36:13.732Z Downloaded quick-xml v0.38.4
4532026-08-16T02:36:13.732Z Downloaded vcpkg v0.2.15
4542026-08-16T02:36:13.732Z Downloaded webpki-roots v1.0.0
4552026-08-16T02:36:13.732Z Downloaded rustix v0.38.44
4562026-08-16T02:36:13.732Z Downloaded syn v1.0.109
4572026-08-16T02:36:13.732Z Downloaded gimli v0.31.1
4582026-08-16T02:36:13.732Z Downloaded quick-xml v0.41.0
4592026-08-16T02:36:13.732Z Downloaded openssl v0.10.80
4602026-08-16T02:36:13.732Z Downloaded nix v0.29.0
4612026-08-16T02:36:13.732Z Downloaded syn v2.0.117
4622026-08-16T02:36:13.732Z Downloaded tracing v0.1.44
4632026-08-16T02:36:13.733Z Downloaded nix v0.31.3
4642026-08-16T02:36:13.733Z Downloaded object v0.36.7
4652026-08-16T02:36:13.733Z Downloaded syn v3.0.3
4662026-08-16T02:36:13.733Z Downloaded regex-syntax v0.8.11
4672026-08-16T02:36:13.733Z Downloaded rustls v0.23.42
4682026-08-16T02:36:13.733Z Downloaded termwiz v0.23.3
4692026-08-16T02:36:13.733Z Downloaded color-eyre v0.6.5
4702026-08-16T02:36:13.733Z Downloaded rustix v1.0.7
4712026-08-16T02:36:13.733Z Downloaded regex-automata v0.4.16
4722026-08-16T02:36:13.736Z Downloaded nextest-runner v0.122.1
4732026-08-16T02:36:13.736Z Downloaded libc v0.2.189
4742026-08-16T02:36:13.736Z Downloaded petgraph v0.8.3
4752026-08-16T02:36:13.736Z Downloaded zstd-sys v2.0.15+zstd.1.5.7
4762026-08-16T02:36:13.736Z Downloaded ring v0.17.14
4772026-08-16T02:36:13.736Z Downloaded tokio v1.53.1
4782026-08-16T02:36:13.736Z Downloaded encoding_rs v0.8.35
4792026-08-16T02:36:13.736Z Downloaded recursion v0.5.4
4802026-08-16T02:36:13.736Z Downloaded deltae v0.3.2
4812026-08-16T02:36:14.160Z Downloaded aws-lc-sys v0.39.0
4822026-08-16T02:36:14.354Z Compiling proc-macro2 v1.0.106
4832026-08-16T02:36:14.354Z Compiling quote v1.0.45
4842026-08-16T02:36:14.354Z Compiling unicode-ident v1.0.24
4852026-08-16T02:36:14.354Z Compiling libc v0.2.189
4862026-08-16T02:36:14.357Z Compiling memchr v2.7.6
4872026-08-16T02:36:14.357Z Compiling cfg-if v1.0.4
4882026-08-16T02:36:14.357Z Compiling serde_core v1.0.229
4892026-08-16T02:36:14.536Z Compiling log v0.4.29
4902026-08-16T02:36:14.610Z Compiling serde v1.0.229
4912026-08-16T02:36:14.780Z Compiling autocfg v1.5.0
4922026-08-16T02:36:14.858Z Compiling bitflags v2.13.1
4932026-08-16T02:36:14.939Z Compiling zmij v1.0.18
4942026-08-16T02:36:15.127Z Compiling once_cell v1.21.3
4952026-08-16T02:36:15.205Z Compiling jobserver v0.1.33
4962026-08-16T02:36:15.220Z Compiling shlex v1.3.0
4972026-08-16T02:36:15.253Z Compiling thiserror v2.0.19
4982026-08-16T02:36:15.399Z Compiling getrandom v0.3.4
4992026-08-16T02:36:15.432Z Compiling cc v1.2.30
5002026-08-16T02:36:15.584Z Compiling itoa v1.0.17
5012026-08-16T02:36:15.594Z Compiling errno v0.3.12
5022026-08-16T02:36:15.675Z Compiling rustix v1.0.7
5032026-08-16T02:36:15.716Z Compiling syn v2.0.117
5042026-08-16T02:36:15.750Z Compiling syn v3.0.3
5052026-08-16T02:36:15.819Z Compiling version_check v0.9.5
5062026-08-16T02:36:15.935Z Compiling serde_json v1.0.151
5072026-08-16T02:36:16.085Z Compiling ucd-trie v0.1.7
5082026-08-16T02:36:16.178Z Compiling num-traits v0.2.19
5092026-08-16T02:36:16.277Z Compiling pest v2.8.3
5102026-08-16T02:36:16.308Z Compiling siphasher v1.0.1
5112026-08-16T02:36:16.472Z Compiling rand_core v0.6.4
5122026-08-16T02:36:16.636Z Compiling rand v0.8.6
5132026-08-16T02:36:16.668Z Compiling phf_shared v0.11.3
5142026-08-16T02:36:16.728Z Compiling signal-hook-registry v1.4.5
5152026-08-16T02:36:16.988Z Compiling adler2 v2.0.1
5162026-08-16T02:36:17.115Z Compiling allocator-api2 v0.2.21
5172026-08-16T02:36:17.154Z Compiling thiserror v1.0.69
5182026-08-16T02:36:17.412Z Compiling pest_meta v2.8.3
5192026-08-16T02:36:17.473Z Compiling pin-project-lite v0.2.17
5202026-08-16T02:36:17.530Z Compiling unicode-width v0.2.2
5212026-08-16T02:36:17.592Z Compiling hashbrown v0.17.1
5222026-08-16T02:36:17.732Z Compiling miniz_oxide v0.8.9
5232026-08-16T02:36:17.855Z Compiling phf_generator v0.11.3
5242026-08-16T02:36:18.137Z Compiling cmake v0.1.54
5252026-08-16T02:36:18.288Z Compiling pest_generator v2.8.3
5262026-08-16T02:36:18.678Z Compiling cfg_aliases v0.2.1
5272026-08-16T02:36:18.698Z Compiling dunce v1.0.5
5282026-08-16T02:36:18.736Z Compiling serde_derive v1.0.229
5292026-08-16T02:36:18.749Z Compiling thiserror-impl v2.0.19
5302026-08-16T02:36:18.793Z Compiling fs_extra v1.3.0
5312026-08-16T02:36:18.832Z Compiling typenum v1.18.0
5322026-08-16T02:36:19.055Z Compiling smallvec v1.15.2
5332026-08-16T02:36:19.137Z Compiling aws-lc-sys v0.39.0
5342026-08-16T02:36:19.195Z Compiling generic-array v0.14.7
5352026-08-16T02:36:19.274Z Compiling aho-corasick v1.1.4
5362026-08-16T02:36:19.313Z Compiling lazy_static v1.5.0
5372026-08-16T02:36:19.417Z Compiling equivalent v1.0.2
5382026-08-16T02:36:19.421Z Compiling camino v1.2.5
5392026-08-16T02:36:19.496Z Compiling zerocopy-derive v0.8.27
5402026-08-16T02:36:19.514Z Compiling thiserror-impl v1.0.69
5412026-08-16T02:36:19.525Z Compiling pest_derive v2.8.3
5422026-08-16T02:36:19.737Z Compiling signal-hook v0.3.18
5432026-08-16T02:36:19.951Z Compiling syn v1.0.109
5442026-08-16T02:36:19.963Z Compiling regex-syntax v0.8.11
5452026-08-16T02:36:20.701Z Compiling target-lexicon v0.13.3
5462026-08-16T02:36:20.751Z Compiling futures-core v0.3.33
5472026-08-16T02:36:20.907Z Compiling zeroize v1.8.1
5482026-08-16T02:36:21.100Z Compiling object v0.36.7
5492026-08-16T02:36:21.130Z Compiling strsim v0.11.1
5502026-08-16T02:36:21.144Z Compiling zerocopy v0.8.27
5512026-08-16T02:36:21.549Z Compiling regex-automata v0.4.16
5522026-08-16T02:36:22.015Z Compiling indexmap v2.14.0
5532026-08-16T02:36:22.718Z Compiling memoffset v0.9.1
5542026-08-16T02:36:22.957Z Compiling aws-lc-rs v1.16.2
5552026-08-16T02:36:23.144Z Compiling bytes v1.12.1
5562026-08-16T02:36:23.214Z Compiling guppy-workspace-hack v0.1.0
5572026-08-16T02:36:23.249Z Compiling utf8parse v0.2.2
5582026-08-16T02:36:23.360Z Compiling owo-colors v4.3.0
5592026-08-16T02:36:23.420Z Compiling gimli v0.31.1
5602026-08-16T02:36:23.680Z Compiling pkg-config v0.3.32
5612026-08-16T02:36:23.915Z Compiling bytemuck v1.24.0
5622026-08-16T02:36:24.109Z Compiling zstd-sys v2.0.15+zstd.1.5.7
5632026-08-16T02:36:24.138Z Compiling atomic v0.6.1
5642026-08-16T02:36:24.224Z Compiling wezterm-dynamic-derive v0.1.1
5652026-08-16T02:36:24.337Z Compiling regex v1.13.1
5662026-08-16T02:36:25.379Z Compiling addr2line v0.24.2
5672026-08-16T02:36:25.720Z Compiling phf_macros v0.11.3
5682026-08-16T02:36:25.809Z Compiling nix v0.29.0
5692026-08-16T02:36:25.984Z Compiling ordered-float v4.6.0
5702026-08-16T02:36:26.173Z Compiling tracing-core v0.1.36
5712026-08-16T02:36:26.326Z Compiling futures-sink v0.3.33
5722026-08-16T02:36:26.414Z Compiling rustc-demangle v0.1.25
5732026-08-16T02:36:26.442Z Compiling pulldown-cmark v0.13.4
5742026-08-16T02:36:26.534Z Compiling crc32fast v1.5.0
5752026-08-16T02:36:26.822Z Compiling target-spec v3.6.0
5762026-08-16T02:36:27.097Z Compiling fastrand v2.3.0
5772026-08-16T02:36:27.371Z Compiling tempfile v3.20.0
5782026-08-16T02:36:27.375Z Compiling futures-channel v0.3.33
5792026-08-16T02:36:27.417Z Compiling phf v0.11.3
5802026-08-16T02:36:27.597Z Compiling wezterm-dynamic v0.2.1
5812026-08-16T02:36:27.639Z Compiling cfg-expr v0.20.6
5822026-08-16T02:36:28.324Z Compiling backtrace v0.3.75
5832026-08-16T02:36:28.800Z Compiling uuid v1.18.1
5842026-08-16T02:36:29.289Z Compiling crypto-common v0.1.6
5852026-08-16T02:36:29.378Z Compiling block-buffer v0.10.4
5862026-08-16T02:36:29.424Z Compiling rustls-pki-types v1.12.0
5872026-08-16T02:36:29.529Z Compiling futures-macro v0.3.33
5882026-08-16T02:36:29.592Z Compiling scroll_derive v0.13.1
5892026-08-16T02:36:29.623Z Compiling phf_codegen v0.11.3
5902026-08-16T02:36:29.752Z Compiling terminal_size v0.4.4
5912026-08-16T02:36:29.902Z Compiling semver v1.0.28
5922026-08-16T02:36:30.242Z Compiling mio v1.2.0
5932026-08-16T02:36:30.388Z Compiling httparse v1.10.1
5942026-08-16T02:36:30.538Z Compiling byteorder v1.5.0
5952026-08-16T02:36:30.647Z Compiling usdt-impl v0.6.0
5962026-08-16T02:36:30.721Z Compiling winnow v1.0.4
5972026-08-16T02:36:30.784Z Compiling slab v0.4.11
5982026-08-16T02:36:30.876Z Compiling base64 v0.22.1
5992026-08-16T02:36:30.890Z Compiling futures-task v0.3.33
6002026-08-16T02:36:31.055Z Compiling either v1.15.0
6012026-08-16T02:36:31.094Z Compiling futures-io v0.3.33
6022026-08-16T02:36:31.266Z Compiling futures-util v0.3.33
6032026-08-16T02:36:31.400Z Compiling scroll v0.13.0
6042026-08-16T02:36:31.692Z Compiling terminfo v0.9.0
6052026-08-16T02:36:32.160Z Compiling dof v0.4.0
6062026-08-16T02:36:32.172Z Compiling digest v0.10.7
6072026-08-16T02:36:33.054Z Compiling dtrace-parser v0.3.0
6082026-08-16T02:36:33.220Z Compiling tracing-attributes v0.1.31
6092026-08-16T02:36:33.313Z Compiling ahash v0.8.12
6102026-08-16T02:36:33.554Z Compiling thread-id v5.0.0
6112026-08-16T02:36:33.594Z Compiling lock_api v0.4.13
6122026-08-16T02:36:33.672Z Compiling unicode-linebreak v0.1.5
6132026-08-16T02:36:33.829Z Compiling anyhow v1.0.98
6142026-08-16T02:36:33.957Z Compiling fnv v1.0.7
6152026-08-16T02:36:34.060Z Compiling foldhash v0.1.5
6162026-08-16T02:36:34.121Z Compiling parking_lot_core v0.9.11
6172026-08-16T02:36:34.134Z Compiling rustls v0.23.42
6182026-08-16T02:36:34.266Z Compiling portable-atomic v1.13.1
6192026-08-16T02:36:34.342Z Compiling plain v0.2.3
6202026-08-16T02:36:34.371Z Compiling zstd-safe v7.2.4
6212026-08-16T02:36:34.374Z Compiling is_ci v1.2.0
6222026-08-16T02:36:34.451Z Compiling lab v0.11.0
6232026-08-16T02:36:34.539Z Compiling nextest-workspace-hack v0.1.0
6242026-08-16T02:36:34.607Z Compiling bit-vec v0.6.3
6252026-08-16T02:36:34.667Z Compiling minimal-lexical v0.2.1
6262026-08-16T02:36:34.694Z Compiling scopeguard v1.2.0
6272026-08-16T02:36:34.744Z Compiling untrusted v0.9.0
6282026-08-16T02:36:34.802Z Compiling unicode-segmentation v1.12.0
6292026-08-16T02:36:34.856Z Compiling cpufeatures v0.2.17
6302026-08-16T02:36:34.868Z Compiling unicode-width v0.1.14
6312026-08-16T02:36:34.872Z Compiling nom v7.1.3
6322026-08-16T02:36:34.923Z Compiling sha2 v0.10.9
6332026-08-16T02:36:34.967Z Compiling bit-set v0.5.3
6342026-08-16T02:36:35.145Z Compiling convert_case v0.7.1
6352026-08-16T02:36:35.180Z Compiling csscolorparser v0.6.2
6362026-08-16T02:36:35.208Z Compiling supports-color v3.0.2
6372026-08-16T02:36:35.429Z Compiling goblin v0.10.3
6382026-08-16T02:36:35.433Z Compiling tracing v0.1.44
6392026-08-16T02:36:35.797Z Compiling hashbrown v0.15.5
6402026-08-16T02:36:36.006Z Compiling textwrap v0.16.2
6412026-08-16T02:36:36.273Z Compiling mac_address v1.1.8
6422026-08-16T02:36:36.439Z Compiling flate2 v1.1.1
6432026-08-16T02:36:36.567Z Compiling toml_parser v1.1.2+spec-1.1.0
6442026-08-16T02:36:36.963Z Compiling backtrace-ext v0.2.1
6452026-08-16T02:36:36.977Z Compiling tracing-log v0.2.0
6462026-08-16T02:36:37.013Z Compiling serde_tokenstream v0.2.2
6472026-08-16T02:36:37.213Z Compiling http v1.4.2
6482026-08-16T02:36:37.291Z Compiling pathdiff v0.2.3
6492026-08-16T02:36:37.306Z Compiling cargo-platform v0.3.0
6502026-08-16T02:36:37.362Z Compiling miette-derive v7.6.0
6512026-08-16T02:36:37.408Z Compiling tokio-macros v2.7.0
6522026-08-16T02:36:37.841Z Compiling sharded-slab v0.1.7
6532026-08-16T02:36:37.845Z Compiling euclid v0.22.11
6542026-08-16T02:36:38.127Z Compiling console v0.16.4
6552026-08-16T02:36:38.436Z Compiling serde_spanned v1.1.1
6562026-08-16T02:36:38.447Z Compiling toml_datetime v1.1.1+spec-1.1.0
6572026-08-16T02:36:38.481Z Compiling os_pipe v1.2.2
6582026-08-16T02:36:38.578Z Compiling thread_local v1.1.8
6592026-08-16T02:36:38.645Z Compiling supports-unicode v3.0.0
6602026-08-16T02:36:38.809Z Compiling unicase v2.9.0
6612026-08-16T02:36:38.844Z Compiling subtle v2.6.1
6622026-08-16T02:36:38.995Z Compiling getrandom v0.4.2
6632026-08-16T02:36:39.060Z Compiling fixedbitset v0.5.7
6642026-08-16T02:36:39.071Z Compiling option-ext v0.2.0
6652026-08-16T02:36:39.163Z Compiling bitflags v1.3.2
6662026-08-16T02:36:39.243Z Compiling supports-hyperlinks v3.2.0
6672026-08-16T02:36:39.254Z Compiling debug-ignore v1.0.5
6682026-08-16T02:36:39.357Z Compiling toml_writer v1.1.2+spec-1.1.0
6692026-08-16T02:36:39.421Z Compiling pretty-hex v0.4.1
6702026-08-16T02:36:39.448Z Compiling rand_core v0.10.0
6712026-08-16T02:36:39.467Z Compiling rustix v0.38.44
6722026-08-16T02:36:39.556Z Compiling deltae v0.3.2
6732026-08-16T02:36:39.606Z Compiling miette v7.6.0
6742026-08-16T02:36:39.631Z Compiling petgraph v0.8.3
6752026-08-16T02:36:39.882Z Compiling wezterm-color-types v0.3.0
6762026-08-16T02:36:40.163Z Compiling wezterm-input-types v0.1.0
6772026-08-16T02:36:40.746Z Compiling dirs-sys v0.5.0
6782026-08-16T02:36:41.227Z Compiling tracing-subscriber v0.3.23
6792026-08-16T02:36:42.021Z Compiling sigchld v0.2.4
6802026-08-16T02:36:42.211Z Compiling tokio v1.53.1
6812026-08-16T02:36:42.339Z Compiling ureq-proto v0.6.0
6822026-08-16T02:36:42.342Z Compiling cargo_metadata v0.23.1
6832026-08-16T02:36:44.596Z Compiling wezterm-blob-leases v0.1.1
6842026-08-16T02:36:46.198Z Compiling derive_more-impl v2.0.1
6852026-08-16T02:36:47.093Z Compiling fancy-regex v0.11.0
6862026-08-16T02:36:47.146Z Compiling futures-executor v0.3.33
6872026-08-16T02:36:47.158Z Compiling itertools v0.14.0
6882026-08-16T02:36:47.553Z Compiling socks v0.3.4
6892026-08-16T02:36:47.659Z Compiling webpki-roots v1.0.0
6902026-08-16T02:36:48.033Z Compiling wezterm-bidi v0.2.3
6912026-08-16T02:36:48.684Z Compiling anstyle-parse v1.0.0
6922026-08-16T02:36:48.943Z Compiling vtparse v0.6.2
6932026-08-16T02:36:49.300Z Compiling smol_str v0.3.2
6942026-08-16T02:36:49.374Z Compiling filedescriptor v0.8.3
6952026-08-16T02:36:49.617Z Compiling pin-project-internal v1.1.10
6962026-08-16T02:36:49.628Z Compiling num-derive v0.4.2
6972026-08-16T02:36:50.006Z Compiling nix v0.31.3
6982026-08-16T02:36:50.376Z Compiling memmap2 v0.9.8
6992026-08-16T02:36:50.401Z Compiling filetime v0.2.25
7002026-08-16T02:36:50.553Z Compiling termios v0.3.3
7012026-08-16T02:36:50.602Z Compiling bstr v1.13.0
7022026-08-16T02:36:50.662Z Compiling vte v0.14.1
7032026-08-16T02:36:50.674Z Compiling encoding_rs v0.8.35
7042026-08-16T02:36:50.712Z Compiling cpufeatures v0.3.0
7052026-08-16T02:36:50.784Z Compiling anstyle-query v1.1.2
7062026-08-16T02:36:50.888Z Compiling unit-prefix v0.5.1
7072026-08-16T02:36:51.039Z Compiling memmem v0.1.1
7082026-08-16T02:36:51.054Z Compiling finl_unicode v1.4.0
7092026-08-16T02:36:51.346Z Compiling fixedbitset v0.4.2
7102026-08-16T02:36:51.499Z Compiling color-spantrace v0.3.0
7112026-08-16T02:36:51.725Z Compiling utf8-zero v0.8.1
7122026-08-16T02:36:51.792Z Compiling anstyle v1.0.14
7132026-08-16T02:36:51.803Z Compiling xattr v1.5.0
7142026-08-16T02:36:51.928Z Compiling is_terminal_polyfill v1.70.1
7152026-08-16T02:36:51.986Z Compiling nested v0.1.1
7162026-08-16T02:36:52.025Z Compiling colorchoice v1.0.3
7172026-08-16T02:36:52.059Z Compiling hex v0.4.3
7182026-08-16T02:36:52.144Z Compiling self_update v0.44.0
7192026-08-16T02:36:52.180Z Compiling eyre v0.6.12
7202026-08-16T02:36:52.376Z Compiling tinyvec_macros v0.1.1
7212026-08-16T02:36:52.469Z Compiling static_assertions v1.1.0
7222026-08-16T02:36:52.489Z Compiling litrs v0.4.1
7232026-08-16T02:36:52.539Z Compiling percent-encoding v2.3.2
7242026-08-16T02:36:52.553Z Compiling iana-time-zone v0.1.63
7252026-08-16T02:36:52.808Z Compiling chrono v0.4.45
7262026-08-16T02:36:52.864Z Compiling guppy v0.17.26
7272026-08-16T02:36:52.904Z Compiling document-features v0.2.11
7282026-08-16T02:36:53.798Z Compiling tinyvec v1.9.0
7292026-08-16T02:36:54.575Z Compiling termwiz v0.23.3
7302026-08-16T02:36:54.586Z Compiling anstream v1.0.0
7312026-08-16T02:36:54.953Z Compiling tar v0.4.46
7322026-08-16T02:36:55.122Z Compiling enum_dispatch v0.3.13
7332026-08-16T02:36:56.015Z Compiling globset v0.4.19
7342026-08-16T02:36:56.211Z Compiling indicatif v0.18.6
7352026-08-16T02:36:57.436Z Compiling strip-ansi-escapes v0.2.1
7362026-08-16T02:36:57.907Z Compiling chacha20 v0.10.0
7372026-08-16T02:36:58.202Z Compiling pin-project v1.1.10
7382026-08-16T02:36:59.143Z Compiling nextest-metadata v0.15.0
7392026-08-16T02:36:59.208Z Compiling futures v0.3.33
7402026-08-16T02:36:59.285Z Compiling derive_more v2.0.1
7412026-08-16T02:36:59.363Z Compiling parking_lot v0.12.4
7422026-08-16T02:37:00.240Z Compiling shared_child v1.1.1
7432026-08-16T02:37:00.545Z Compiling tracing-error v0.2.1
7442026-08-16T02:37:00.772Z Compiling dirs v6.0.0
7452026-08-16T02:37:01.274Z Compiling zstd v0.13.3
7462026-08-16T02:37:01.695Z Compiling toml v1.1.3+spec-1.1.0
7472026-08-16T02:37:02.544Z Compiling usdt-macro v0.6.0
7482026-08-16T02:37:02.806Z Compiling usdt-attr-macro v0.6.0
7492026-08-16T02:37:03.199Z Compiling signal-hook-mio v0.2.5
7502026-08-16T02:37:03.334Z Compiling newtype-uuid v1.3.2
7512026-08-16T02:37:03.525Z Compiling self-replace v1.5.0
7522026-08-16T02:37:03.551Z Compiling quick-xml v0.41.0
7532026-08-16T02:37:03.779Z Compiling quick-xml v0.38.4
7542026-08-16T02:37:04.770Z Compiling vec_map v0.8.2
7552026-08-16T02:37:04.955Z Compiling char_index v0.1.5
7562026-08-16T02:37:05.375Z Compiling shell-words v1.1.1
7572026-08-16T02:37:05.391Z Compiling if_chain v1.0.3
7582026-08-16T02:37:05.460Z Compiling humantime v2.3.0
7592026-08-16T02:37:05.615Z Compiling indenter v0.3.4
7602026-08-16T02:37:05.678Z Compiling recursion v0.5.4
7612026-08-16T02:37:05.741Z Compiling clap_lex v1.0.0
7622026-08-16T02:37:05.802Z Compiling nohash-hasher v0.2.0
7632026-08-16T02:37:05.813Z Compiling foldhash v0.2.0
7642026-08-16T02:37:05.872Z Compiling urlencoding v2.1.3
7652026-08-16T02:37:05.910Z Compiling lru v0.16.3
7662026-08-16T02:37:06.088Z Compiling shared_thread v0.2.0
7672026-08-16T02:37:06.088Z Compiling heck v0.5.0
7682026-08-16T02:37:06.108Z Compiling sapling-streampager v0.12.0
7692026-08-16T02:37:06.117Z Compiling iddqd v0.4.6
7702026-08-16T02:37:06.219Z Compiling duct v1.1.1
7712026-08-16T02:37:06.284Z Compiling clap_derive v4.6.4
7722026-08-16T02:37:06.685Z Compiling clap_builder v4.6.2
7732026-08-16T02:37:07.732Z Compiling synoptic v2.2.9
7742026-08-16T02:37:08.016Z Compiling nextest-filtering v0.22.0
7752026-08-16T02:37:08.637Z Compiling humantime-serde v1.1.1
7762026-08-16T02:37:08.792Z Compiling quick-junit v0.7.0
7772026-08-16T02:37:10.341Z Compiling usdt v0.6.0
7782026-08-16T02:37:10.987Z Compiling crossterm v0.29.0
7792026-08-16T02:37:11.600Z Compiling config v0.15.25
7802026-08-16T02:37:12.312Z Compiling atomicwrites v0.4.4
7812026-08-16T02:37:12.590Z Compiling eazip v0.2.5
7822026-08-16T02:37:13.510Z Compiling rand v0.10.2
7832026-08-16T02:37:14.047Z Compiling cargo-nextest v0.9.143
7842026-08-16T02:37:14.271Z Compiling async-scoped v0.9.0
7852026-08-16T02:37:14.467Z Compiling unicode-normalization v0.1.25
7862026-08-16T02:37:14.529Z Compiling tokio-stream v0.1.19
7872026-08-16T02:37:14.654Z Compiling target-spec-miette v0.4.8
7882026-08-16T02:37:15.021Z Compiling toml_edit v0.25.13+spec-1.1.0
7892026-08-16T02:37:15.048Z Compiling future-queue v0.4.0
7902026-08-16T02:37:15.064Z Compiling itertools v0.15.0
7912026-08-16T02:37:15.172Z Compiling mukti-metadata v0.3.0
7922026-08-16T02:37:15.316Z Compiling camino-tempfile v1.4.1
7932026-08-16T02:37:15.654Z Compiling derive-where v1.6.1
7942026-08-16T02:37:15.681Z Compiling bytesize v2.4.2
7952026-08-16T02:37:15.707Z Compiling serde_ignored v0.1.14
7962026-08-16T02:37:15.920Z Compiling serde_path_to_error v0.1.20
7972026-08-16T02:37:16.076Z Compiling etcetera v0.11.0
7982026-08-16T02:37:16.079Z Compiling countio v0.2.19
7992026-08-16T02:37:16.194Z Compiling indoc v2.0.7
8002026-08-16T02:37:16.377Z Compiling xxhash-rust v0.8.18
8012026-08-16T02:37:16.458Z Compiling swrite v0.1.0
8022026-08-16T02:37:16.561Z Compiling home v0.5.12
8032026-08-16T02:37:16.640Z Compiling anstyle-progress v0.1.3
8042026-08-16T02:37:16.652Z Compiling color-eyre v0.6.5
8052026-08-16T02:37:16.736Z Compiling clap v4.6.4
8062026-08-16T02:37:16.808Z Compiling dialoguer v0.12.0
8072026-08-16T02:37:16.820Z Compiling enable-ansi-support v0.3.1
8082026-08-16T02:37:16.851Z Compiling idna_adapter v1.0.0
8092026-08-16T02:37:16.904Z Compiling locked-tripwire v0.1.0
8102026-08-16T02:37:20.578Z Compiling rustls-webpki v0.103.13
8112026-08-16T02:37:23.811Z Compiling ureq v3.3.0
8122026-08-16T02:37:26.999Z Compiling nextest-runner v0.122.1
8132026-08-16T02:37:59.808Z Finished `release` profile [optimized] target(s) in 1m 50s
8142026-08-16T02:37:59.895Z Installing /home/build/.cargo/bin/cargo-nextest
8152026-08-16T02:37:59.899Z Installed package `cargo-nextest v0.9.143` (executable `cargo-nextest`)
8162026-08-16T02:38:00.051Z+ export PKG_CONFIG_PATH=/opt/ooce/lib/amd64/pkgconfig
8172026-08-16T02:38:00.051Z+ PKG_CONFIG_PATH=/opt/ooce/lib/amd64/pkgconfig
8182026-08-16T02:38:00.051Z+ export LD_LIBRARY_PATH=/opt/ooce/lib/amd64
8192026-08-16T02:38:00.051Z+ LD_LIBRARY_PATH=/opt/ooce/lib/amd64
8202026-08-16T02:38:00.051Z+ banner api
8212026-08-16T02:38:00.056Z
8222026-08-16T02:38:00.056Z ## ##### #
8232026-08-16T02:38:00.056Z # # # # #
8242026-08-16T02:38:00.056Z # # # # #
8252026-08-16T02:38:00.056Z ###### ##### #
8262026-08-16T02:38:00.056Z # # # #
8272026-08-16T02:38:00.056Z # # # #
8282026-08-16T02:38:00.057Z
8292026-08-16T02:38:00.060Z+ cargo xtask openapi generate
8302026-08-16T02:40:01.554Z Generating OpenAPI documents from API definitions ...
8312026-08-16T02:40:01.564Z Loading local OpenAPI documents from "/work/oxidecomputer/vw/openapi" ...
8322026-08-16T02:40:01.570Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
8332026-08-16T02:40:01.596Z -------
8342026-08-16T02:40:01.596Z Updating 5 OpenAPI documents...
8352026-08-16T02:40:01.597Z Unchanged vw-admin-api (versioned v1.0.0 (blessed)): VW admin API
8362026-08-16T02:40:01.597Z Unchanged vw-admin-api (versioned v2.0.0 (blessed)): VW admin API
8372026-08-16T02:40:01.597Z Unchanged vw-admin-api "latest" symlink
8382026-08-16T02:40:01.600Z Unchanged vw-sync-api (versioned v1.0.0 (blessed)): VW agent API
8392026-08-16T02:40:01.600Z Unchanged vw-sync-api "latest" symlink
8402026-08-16T02:40:01.600Z Unchanged vw-user-api (versioned v1.0.0 (blessed)): VW user API
8412026-08-16T02:40:01.600Z Unchanged vw-user-api (versioned v2.0.0 (blessed)): VW user API
8422026-08-16T02:40:01.600Z Unchanged vw-user-api "latest" symlink
8432026-08-16T02:40:01.600Z Loading local OpenAPI documents from "/work/oxidecomputer/vw/openapi" ...
8442026-08-16T02:40:01.603Z Rechecking all local files
8452026-08-16T02:40:01.614Z -------
8462026-08-16T02:40:01.614Z Success 5 documents: 0 changes made, 5 unchanged, 0 failed
8472026-08-16T02:40:01.618Z+ banner check
8482026-08-16T02:40:01.621Z
8492026-08-16T02:40:01.621Z #### # # ###### #### # #
8502026-08-16T02:40:01.621Z # # # # # # # # #
8512026-08-16T02:40:01.621Z # ###### ##### # ####
8522026-08-16T02:40:01.621Z # # # # # # #
8532026-08-16T02:40:01.621Z # # # # # # # # #
8542026-08-16T02:40:01.621Z #### # # ###### #### # #
8552026-08-16T02:40:01.621Z
8562026-08-16T02:40:01.621Z+ cargo fmt -- --check
8572026-08-16T02:40:02.115Z+ cargo clippy --all-targets -- --deny warnings
8582026-08-16T02:40:02.333Z Downloading crates ...
8592026-08-16T02:40:02.401Z Downloaded enum-map-derive v0.17.0
8602026-08-16T02:40:02.404Z Downloaded colored v2.2.0
8612026-08-16T02:40:02.404Z Downloaded defmt v1.1.1
8622026-08-16T02:40:02.407Z Downloaded downcast-rs v1.2.1
8632026-08-16T02:40:02.407Z Downloaded dirs v5.0.1
8642026-08-16T02:40:02.407Z Downloaded aws-region v0.28.1
8652026-08-16T02:40:02.407Z Downloaded console v0.15.11
8662026-08-16T02:40:02.411Z Downloaded color_quant v1.1.0
8672026-08-16T02:40:02.414Z Downloaded rand_chacha v0.3.1
8682026-08-16T02:40:02.414Z Downloaded defmt-parser v1.0.0
8692026-08-16T02:40:02.417Z Downloaded quick-error v2.0.1
8702026-08-16T02:40:02.420Z Downloaded float-ord v0.3.2
8712026-08-16T02:40:02.420Z Downloaded const-random-macro v0.1.16
8722026-08-16T02:40:02.420Z Downloaded crunchy v0.2.4
8732026-08-16T02:40:02.423Z Downloaded byteorder-lite v0.1.0
8742026-08-16T02:40:02.423Z Downloaded dirs-sys v0.4.1
8752026-08-16T02:40:02.423Z Downloaded const-random v0.1.18
8762026-08-16T02:40:02.429Z Downloaded typify-macro v0.6.2
8772026-08-16T02:40:02.432Z Downloaded arrayref v0.3.9
8782026-08-16T02:40:02.432Z Downloaded aws-creds v0.39.1
8792026-08-16T02:40:02.434Z Downloaded pathfinder_simd v0.5.6
8802026-08-16T02:40:02.435Z Downloaded png v0.17.16
8812026-08-16T02:40:02.438Z Downloaded base16ct v0.2.0
8822026-08-16T02:40:02.438Z Downloaded cfg_aliases v0.1.1
8832026-08-16T02:40:02.438Z Downloaded dlib v0.5.3
8842026-08-16T02:40:02.438Z Downloaded castaway v0.2.4
8852026-08-16T02:40:02.441Z Downloaded filetime v0.2.29
8862026-08-16T02:40:02.443Z Downloaded serial2 v0.2.38
8872026-08-16T02:40:02.446Z Downloaded plotters-backend v0.3.7
8882026-08-16T02:40:02.446Z Downloaded typify v0.6.2
8892026-08-16T02:40:02.449Z Downloaded lru v0.12.5
8902026-08-16T02:40:02.452Z Downloaded ident_case v1.0.1
8912026-08-16T02:40:02.452Z Downloaded instability v0.3.13
8922026-08-16T02:40:02.452Z Downloaded rust-s3 v0.37.2
8932026-08-16T02:40:02.455Z Downloaded same-file v1.0.6
8942026-08-16T02:40:02.455Z Downloaded darling_macro v0.24.0
8952026-08-16T02:40:02.458Z Downloaded strum v0.28.0
8962026-08-16T02:40:02.458Z Downloaded netrc v0.4.1
8972026-08-16T02:40:02.461Z Downloaded ssh-cipher v0.2.0
8982026-08-16T02:40:02.461Z Downloaded env_filter v2.0.0
8992026-08-16T02:40:02.466Z Downloaded strum v0.26.3
9002026-08-16T02:40:02.469Z Downloaded gethostname v1.1.0
9012026-08-16T02:40:02.472Z Downloaded toml_write v0.1.2
9022026-08-16T02:40:02.472Z Downloaded progenitor-macro v0.14.0
9032026-08-16T02:40:02.475Z Downloaded portable-pty v0.9.0
9042026-08-16T02:40:02.478Z Downloaded pathfinder_geometry v0.5.1
9052026-08-16T02:40:02.478Z Downloaded ff v0.13.1
9062026-08-16T02:40:02.478Z Downloaded nu-ansi-term v0.50.3
9072026-08-16T02:40:02.480Z Downloaded auto_impl v1.3.0
9082026-08-16T02:40:02.483Z Downloaded cassowary v0.3.0
9092026-08-16T02:40:02.483Z Downloaded dlv-list v0.5.2
9102026-08-16T02:40:02.483Z Downloaded ecdsa v0.16.9
9112026-08-16T02:40:02.486Z Downloaded tower-lsp-macros v0.9.0
9122026-08-16T02:40:02.486Z Downloaded tiny-keccak v2.0.2
9132026-08-16T02:40:02.486Z Downloaded tokio-tungstenite v0.21.0
9142026-08-16T02:40:02.489Z Downloaded constant_time_eq v0.4.2
9152026-08-16T02:40:02.489Z Downloaded base64ct v1.8.3
9162026-08-16T02:40:02.489Z Downloaded cipher v0.4.4
9172026-08-16T02:40:02.489Z Downloaded env_logger v0.11.11
9182026-08-16T02:40:02.492Z Downloaded serde_spanned v0.6.9
9192026-08-16T02:40:02.492Z Downloaded utf-8 v0.7.6
9202026-08-16T02:40:02.492Z Downloaded arrayvec v0.7.8
9212026-08-16T02:40:02.495Z Downloaded sha1 v0.10.7
9222026-08-16T02:40:02.495Z Downloaded pinned_vec v0.1.1
9232026-08-16T02:40:02.495Z Downloaded plotters-svg v0.3.7
9242026-08-16T02:40:02.499Z Downloaded unicode-truncate v1.1.0
9252026-08-16T02:40:02.502Z Downloaded toml_datetime v0.6.11
9262026-08-16T02:40:02.506Z Downloaded num-iter v0.1.46
9272026-08-16T02:40:02.506Z Downloaded ssh-encoding v0.2.0
9282026-08-16T02:40:02.509Z Downloaded matchers v0.2.0
9292026-08-16T02:40:02.509Z Downloaded number_prefix v0.4.0
9302026-08-16T02:40:02.509Z Downloaded plotters-bitmap v0.3.7
9312026-08-16T02:40:02.509Z Downloaded inout v0.1.4
9322026-08-16T02:40:02.509Z Downloaded rfc6979 v0.4.0
9332026-08-16T02:40:02.514Z Downloaded pkcs1 v0.7.5
9342026-08-16T02:40:02.520Z Downloaded md5 v0.8.1
9352026-08-16T02:40:02.523Z Downloaded serde_repr v0.1.21
9362026-08-16T02:40:02.523Z Downloaded yeslogic-fontconfig-sys v6.0.1
9372026-08-16T02:40:02.526Z Downloaded fdeflate v0.3.7
9382026-08-16T02:40:02.529Z Downloaded maybe-async v0.2.11
9392026-08-16T02:40:02.532Z Downloaded primeorder v0.13.6
9402026-08-16T02:40:02.532Z Downloaded tower-lsp v0.20.0
9412026-08-16T02:40:02.535Z Downloaded defmt-macros v1.1.1
9422026-08-16T02:40:02.538Z Downloaded progenitor v0.14.0
9432026-08-16T02:40:02.541Z Downloaded sec1 v0.7.3
9442026-08-16T02:40:02.541Z Downloaded rustc-demangle v0.1.28
9452026-08-16T02:40:02.541Z Downloaded group v0.13.0
9462026-08-16T02:40:02.544Z Downloaded fax v0.2.7
9472026-08-16T02:40:02.544Z Downloaded glob v0.3.4
9482026-08-16T02:40:02.544Z Downloaded globset v0.4.20
9492026-08-16T02:40:02.547Z Downloaded rust-ini v0.21.3
9502026-08-16T02:40:02.547Z Downloaded dashmap v5.5.3
9512026-08-16T02:40:02.547Z Downloaded enum-map v2.7.3
9522026-08-16T02:40:02.550Z Downloaded subst v0.3.8
9532026-08-16T02:40:02.550Z Downloaded pin-project-internal v1.1.13
9542026-08-16T02:40:02.553Z Downloaded elliptic-curve v0.13.8
9552026-08-16T02:40:02.553Z Downloaded arboard v3.6.1
9562026-08-16T02:40:02.555Z Downloaded zune-core v0.5.1
9572026-08-16T02:40:02.555Z Downloaded libloading v0.8.9
9582026-08-16T02:40:02.555Z Downloaded ordered-multimap v0.7.3
9592026-08-16T02:40:02.559Z Downloaded fuzzy-matcher v0.3.7
9602026-08-16T02:40:02.561Z Downloaded prettyplease v0.2.37
9612026-08-16T02:40:02.564Z Downloaded walkdir v2.5.0
9622026-08-16T02:40:02.567Z Downloaded pem-rfc7468 v0.7.0
9632026-08-16T02:40:02.567Z Downloaded strum_macros v0.26.4
9642026-08-16T02:40:02.570Z Downloaded toml_edit v0.22.27
9652026-08-16T02:40:02.579Z Downloaded weezl v0.1.12
9662026-08-16T02:40:02.584Z Downloaded notify v6.1.1
9672026-08-16T02:40:02.587Z Downloaded rand v0.8.7
9682026-08-16T02:40:02.590Z Downloaded daft-derive v0.1.8
9692026-08-16T02:40:02.593Z Downloaded darling v0.24.0
9702026-08-16T02:40:02.596Z Downloaded bytemuck v1.25.2
9712026-08-16T02:40:02.598Z Downloaded cpp_demangle v0.4.5
9722026-08-16T02:40:02.601Z Downloaded strum_macros v0.28.0
9732026-08-16T02:40:02.601Z Downloaded serde_yaml v0.9.34+deprecated
9742026-08-16T02:40:02.605Z Downloaded unsafe-libyaml v0.2.11
9752026-08-16T02:40:02.607Z Downloaded pin-project v1.1.13
9762026-08-16T02:40:02.611Z Downloaded reqwest v0.12.28
9772026-08-16T02:40:02.614Z Downloaded tungstenite v0.21.0
9782026-08-16T02:40:02.617Z Downloaded toml v0.8.23
9792026-08-16T02:40:02.620Z Downloaded lsp-server v0.7.9
9802026-08-16T02:40:02.620Z Downloaded progenitor-impl v0.14.0
9812026-08-16T02:40:02.620Z Downloaded half v2.7.1
9822026-08-16T02:40:02.627Z Downloaded hmac v0.12.1
9832026-08-16T02:40:02.630Z Downloaded nucleo-matcher v0.3.1
9842026-08-16T02:40:02.630Z Downloaded tui-textarea v0.7.0
9852026-08-16T02:40:02.642Z Downloaded rsa v0.9.10
9862026-08-16T02:40:02.656Z Downloaded font-kit v0.14.3
9872026-08-16T02:40:02.659Z Downloaded ssh-key v0.6.7
9882026-08-16T02:40:02.661Z Downloaded ignore v0.4.33
9892026-08-16T02:40:02.664Z Downloaded zerocopy-derive v0.8.55
9902026-08-16T02:40:02.669Z Downloaded indicatif v0.17.11
9912026-08-16T02:40:02.671Z Downloaded openssl-sys v0.9.117
9922026-08-16T02:40:02.674Z Downloaded tiff v0.11.3
9932026-08-16T02:40:02.677Z Downloaded zune-jpeg v0.5.15
9942026-08-16T02:40:02.680Z Downloaded lsp-types v0.94.1
9952026-08-16T02:40:02.680Z Downloaded plotters v0.3.7
9962026-08-16T02:40:02.684Z Downloaded p256 v0.13.2
9972026-08-16T02:40:02.687Z Downloaded png v0.18.1
9982026-08-16T02:40:02.690Z Downloaded darling_core v0.24.0
9992026-08-16T02:40:02.692Z Downloaded tower v0.4.13
10002026-08-16T02:40:02.697Z Downloaded compact_str v0.8.2
10012026-08-16T02:40:02.700Z Downloaded ed25519-dalek v2.2.0
10022026-08-16T02:40:02.715Z Downloaded crypto-bigint v0.5.5
10032026-08-16T02:40:02.718Z Downloaded ttf-parser v0.20.0
10042026-08-16T02:40:02.723Z Downloaded winnow v0.6.26
10052026-08-16T02:40:02.728Z Downloaded redb v4.1.0
10062026-08-16T02:40:02.732Z Downloaded winnow v0.7.15
10072026-08-16T02:40:02.737Z Downloaded portable-atomic v1.14.0
10082026-08-16T02:40:02.741Z Downloaded quick-xml v0.37.5
10092026-08-16T02:40:02.745Z Downloaded sysinfo v0.37.2
10102026-08-16T02:40:02.753Z Downloaded unicode-segmentation v1.13.3
10112026-08-16T02:40:02.760Z Downloaded crossterm v0.28.1
10122026-08-16T02:40:02.763Z Downloaded jiff-core v0.1.0
10132026-08-16T02:40:02.766Z Downloaded num-bigint-dig v0.8.6
10142026-08-16T02:40:02.769Z Downloaded p521 v0.13.3
10152026-08-16T02:40:02.779Z Downloaded hashbrown v0.14.5
10162026-08-16T02:40:02.799Z Downloaded libm v0.2.16
10172026-08-16T02:40:02.803Z Downloaded itertools v0.13.0
10182026-08-16T02:40:02.809Z Downloaded typify-impl v0.6.2
10192026-08-16T02:40:02.818Z Downloaded x11rb-protocol v0.13.2
10202026-08-16T02:40:02.825Z Downloaded ratatui v0.29.0
10212026-08-16T02:40:02.836Z Downloaded p384 v0.13.1
10222026-08-16T02:40:02.839Z Downloaded moxcms v0.8.1
10232026-08-16T02:40:02.844Z Downloaded pxfm v0.1.30
10242026-08-16T02:40:02.857Z Downloaded blake3 v1.8.5
10252026-08-16T02:40:02.887Z Downloaded x11rb v0.13.2
10262026-08-16T02:40:02.891Z Downloaded git2 v0.18.3
10272026-08-16T02:40:02.931Z Downloaded image v0.25.10
10282026-08-16T02:40:02.943Z Downloaded nix v0.28.0
10292026-08-16T02:40:03.072Z Downloaded libssh2-sys v0.3.2
10302026-08-16T02:40:03.111Z Downloaded gif v0.12.0
10312026-08-16T02:40:03.138Z Downloaded jiff v0.2.35
10322026-08-16T02:40:03.147Z Downloaded jpeg-decoder v0.3.2
10332026-08-16T02:40:03.200Z Downloaded libz-sys v1.1.29
10342026-08-16T02:40:03.391Z Downloaded libgit2-sys v0.16.2+1.7.2
10352026-08-16T02:40:03.677Z Downloaded freetype-sys v0.20.1
10362026-08-16T02:40:04.069Z Downloaded image v0.24.9
10372026-08-16T02:40:04.235Z Compiling proc-macro2 v1.0.107
10382026-08-16T02:40:04.235Z Checking cfg-if v1.0.4
10392026-08-16T02:40:04.238Z Checking memchr v2.8.3
10402026-08-16T02:40:04.238Z Compiling quote v1.0.47
10412026-08-16T02:40:04.238Z Checking libc v0.2.189
10422026-08-16T02:40:04.238Z Checking serde_core v1.0.229
10432026-08-16T02:40:04.316Z Checking log v0.4.33
10442026-08-16T02:40:04.348Z Checking smallvec v1.15.2
10452026-08-16T02:40:04.364Z Checking itoa v1.0.18
10462026-08-16T02:40:04.364Z Checking allocator-api2 v0.2.21
10472026-08-16T02:40:04.466Z Checking equivalent v1.0.2
10482026-08-16T02:40:04.495Z Checking pin-project-lite v0.2.17
10492026-08-16T02:40:04.512Z Checking scopeguard v1.2.0
10502026-08-16T02:40:04.537Z Checking once_cell v1.21.4
10512026-08-16T02:40:04.575Z Checking bitflags v2.13.1
10522026-08-16T02:40:04.599Z Checking lock_api v0.4.14
10532026-08-16T02:40:04.634Z Checking hashbrown v0.17.1
10542026-08-16T02:40:04.675Z Checking bytes v1.12.1
10552026-08-16T02:40:04.698Z Checking stable_deref_trait v1.2.1
10562026-08-16T02:40:04.727Z Checking zmij v1.0.23
10572026-08-16T02:40:04.747Z Checking errno v0.3.14
10582026-08-16T02:40:04.762Z Checking parking_lot_core v0.9.12
10592026-08-16T02:40:04.796Z Checking mio v1.2.2
10602026-08-16T02:40:04.852Z Checking signal-hook-registry v1.4.8
10612026-08-16T02:40:04.945Z Checking parking_lot v0.12.5
10622026-08-16T02:40:05.005Z Checking socket2 v0.6.5
10632026-08-16T02:40:05.064Z Checking futures-core v0.3.33
10642026-08-16T02:40:05.083Z Checking percent-encoding v2.3.2
10652026-08-16T02:40:05.093Z Checking litemap v0.8.2
10662026-08-16T02:40:05.121Z Checking writeable v0.6.3
10672026-08-16T02:40:05.131Z Compiling syn v3.0.3
10682026-08-16T02:40:05.170Z Compiling syn v2.0.119
10692026-08-16T02:40:05.180Z Checking utf8_iter v1.0.4
10702026-08-16T02:40:05.212Z Checking icu_properties_data v2.2.0
10712026-08-16T02:40:05.235Z Checking icu_normalizer_data v2.2.0
10722026-08-16T02:40:05.248Z Checking form_urlencoded v1.2.2
10732026-08-16T02:40:05.274Z Compiling num-traits v0.2.19
10742026-08-16T02:40:05.290Z Checking getrandom v0.4.3
10752026-08-16T02:40:05.300Z Checking fnv v1.0.7
10762026-08-16T02:40:05.329Z Checking futures-sink v0.3.33
10772026-08-16T02:40:05.363Z Compiling semver v1.0.28
10782026-08-16T02:40:05.379Z Checking slab v0.4.12
10792026-08-16T02:40:05.404Z Checking aho-corasick v1.1.5
10802026-08-16T02:40:05.416Z Checking futures-channel v0.3.33
10812026-08-16T02:40:05.528Z Checking utf8parse v0.2.2
10822026-08-16T02:40:05.601Z Checking futures-io v0.3.33
10832026-08-16T02:40:05.617Z Checking regex-syntax v0.8.11
10842026-08-16T02:40:05.644Z Checking futures-task v0.3.33
10852026-08-16T02:40:05.704Z Checking anstyle-parse v1.0.0
10862026-08-16T02:40:05.774Z Checking crossbeam-utils v0.8.22
10872026-08-16T02:40:05.828Z Checking indexmap v2.14.0
10882026-08-16T02:40:05.845Z Checking serde_json v1.0.151
10892026-08-16T02:40:06.068Z Checking camino v1.2.5
10902026-08-16T02:40:06.102Z Checking tracing-core v0.1.36
10912026-08-16T02:40:06.161Z Checking is_terminal_polyfill v1.70.2
10922026-08-16T02:40:06.244Z Checking option-ext v0.2.0
10932026-08-16T02:40:06.309Z Checking anstyle v1.0.14
10942026-08-16T02:40:06.324Z Checking anstyle-query v1.1.5
10952026-08-16T02:40:06.374Z Checking colorchoice v1.0.5
10962026-08-16T02:40:06.399Z Checking iana-time-zone v0.1.65
10972026-08-16T02:40:06.429Z Checking subtle v2.6.1
10982026-08-16T02:40:06.466Z Checking strsim v0.11.1
10992026-08-16T02:40:06.480Z Checking clap_lex v1.1.0
11002026-08-16T02:40:06.516Z Checking anstream v1.0.0
11012026-08-16T02:40:06.516Z Checking dirs-sys v0.5.0
11022026-08-16T02:40:06.555Z Compiling rustix v1.1.4
11032026-08-16T02:40:06.620Z Checking dirs v6.0.0
11042026-08-16T02:40:06.629Z Checking httparse v1.10.1
11052026-08-16T02:40:06.632Z Checking http v1.5.0
11062026-08-16T02:40:06.704Z Checking simd-adler32 v0.3.10
11072026-08-16T02:40:06.715Z Checking clap_builder v4.6.5
11082026-08-16T02:40:06.835Z Checking adler2 v2.0.1
11092026-08-16T02:40:06.849Z Checking typenum v1.20.1
11102026-08-16T02:40:06.935Z Checking miniz_oxide v0.8.9
11112026-08-16T02:40:06.945Z Checking regex-automata v0.4.18
11122026-08-16T02:40:07.206Z Checking crossbeam-epoch v0.9.20
11132026-08-16T02:40:07.276Z Checking crc32fast v1.5.0
11142026-08-16T02:40:07.406Z Checking zeroize v1.9.0
11152026-08-16T02:40:07.423Z Checking crossbeam-deque v0.8.7
11162026-08-16T02:40:07.550Z Checking flate2 v1.1.9
11172026-08-16T02:40:07.599Z Checking tower-service v0.3.3
11182026-08-16T02:40:07.602Z Checking tower-layer v0.3.3
11192026-08-16T02:40:07.685Z Checking fastrand v2.5.0
11202026-08-16T02:40:07.755Z Checking either v1.17.0
11212026-08-16T02:40:07.841Z Checking rustls-pki-types v1.15.1
11222026-08-16T02:40:07.863Z Checking base64 v0.22.1
11232026-08-16T02:40:07.946Z Checking untrusted v0.9.0
11242026-08-16T02:40:07.982Z Compiling synstructure v0.13.2
11252026-08-16T02:40:08.049Z Compiling serde_derive_internals v0.29.1
11262026-08-16T02:40:08.099Z Checking ryu v1.0.23
11272026-08-16T02:40:08.128Z Checking http-body v1.1.0
11282026-08-16T02:40:08.228Z Checking atomic-waker v1.1.2
11292026-08-16T02:40:08.252Z Checking rayon-core v1.13.0
11302026-08-16T02:40:08.320Z Checking aws-lc-sys v0.43.0
11312026-08-16T02:40:08.472Z Checking try-lock v0.2.5
11322026-08-16T02:40:08.496Z Checking tempfile v3.27.0
11332026-08-16T02:40:08.565Z Checking rayon v1.12.0
11342026-08-16T02:40:08.568Z Checking want v0.3.1
11352026-08-16T02:40:08.683Z Checking generic-array v0.14.7
11362026-08-16T02:40:08.693Z Checking zerocopy v0.8.55
11372026-08-16T02:40:08.770Z Checking httpdate v1.0.3
11382026-08-16T02:40:08.796Z Checking aws-lc-rs v1.17.3
11392026-08-16T02:40:08.834Z Checking regex v1.13.1
11402026-08-16T02:40:08.905Z Checking unicode-ident v1.0.24
11412026-08-16T02:40:09.029Z Compiling serde_derive v1.0.229
11422026-08-16T02:40:09.102Z Compiling tokio-macros v2.7.2
11432026-08-16T02:40:09.112Z Compiling displaydoc v0.2.7
11442026-08-16T02:40:09.183Z Compiling zerofrom-derive v0.1.7
11452026-08-16T02:40:09.303Z Compiling yoke-derive v0.8.2
11462026-08-16T02:40:09.597Z Compiling zerovec-derive v0.11.3
11472026-08-16T02:40:09.821Z Checking tokio v1.53.1
11482026-08-16T02:40:09.879Z Compiling thiserror-impl v2.0.19
11492026-08-16T02:40:09.990Z Compiling futures-macro v0.3.33
11502026-08-16T02:40:10.374Z Checking zerofrom v0.1.8
11512026-08-16T02:40:10.377Z Compiling tracing-attributes v0.1.31
11522026-08-16T02:40:10.490Z Checking yoke v0.8.3
11532026-08-16T02:40:10.659Z Checking zerotrie v0.2.4
11542026-08-16T02:40:10.670Z Checking zerovec v0.11.6
11552026-08-16T02:40:10.805Z Checking futures-util v0.3.33
11562026-08-16T02:40:10.892Z Compiling clap_derive v4.6.4
11572026-08-16T02:40:11.080Z Checking thiserror v2.0.19
11582026-08-16T02:40:11.125Z Checking tinystr v0.8.3
11592026-08-16T02:40:11.175Z Checking potential_utf v0.1.5
11602026-08-16T02:40:11.299Z Checking icu_locale_core v2.2.0
11612026-08-16T02:40:11.302Z Checking icu_collections v2.2.0
11622026-08-16T02:40:11.322Z Compiling thiserror-impl v1.0.69
11632026-08-16T02:40:11.577Z Checking tracing v0.1.44
11642026-08-16T02:40:11.641Z Compiling schemars_derive v0.8.22
11652026-08-16T02:40:11.644Z Checking serde v1.0.229
11662026-08-16T02:40:11.762Z Checking ppv-lite86 v0.2.21
11672026-08-16T02:40:11.955Z Checking icu_provider v2.2.0
11682026-08-16T02:40:12.047Z Checking rustls-webpki v0.103.13
11692026-08-16T02:40:12.057Z Checking chrono v0.4.45
11702026-08-16T02:40:12.190Z Checking icu_normalizer v2.2.0
11712026-08-16T02:40:12.449Z Checking icu_properties v2.2.0
11722026-08-16T02:40:12.480Z Checking thiserror v1.0.69
11732026-08-16T02:40:12.495Z Checking ipnet v2.12.1
11742026-08-16T02:40:12.561Z Checking clap v4.6.5
11752026-08-16T02:40:12.572Z Checking rustls v0.23.43
11762026-08-16T02:40:12.632Z Checking serde_spanned v0.6.9
11772026-08-16T02:40:12.708Z Checking toml_datetime v0.6.11
11782026-08-16T02:40:12.763Z Checking futures-executor v0.3.33
11792026-08-16T02:40:12.822Z Compiling async-trait v0.1.91
11802026-08-16T02:40:12.885Z Checking toml_write v0.1.2
11812026-08-16T02:40:12.899Z Checking futures v0.3.33
11822026-08-16T02:40:12.908Z Checking winnow v0.7.15
11832026-08-16T02:40:12.918Z Checking serde_urlencoded v0.7.1
11842026-08-16T02:40:12.950Z Checking tokio-util v0.7.19
11852026-08-16T02:40:12.963Z Checking http-body-util v0.1.4
11862026-08-16T02:40:13.040Z Checking uuid v1.24.0
11872026-08-16T02:40:13.109Z Checking sync_wrapper v1.0.2
11882026-08-16T02:40:13.188Z Checking dyn-clone v1.0.20
11892026-08-16T02:40:13.203Z Checking foldhash v0.2.0
11902026-08-16T02:40:13.283Z Checking tower v0.5.3
11912026-08-16T02:40:13.306Z Checking idna_adapter v1.2.2
11922026-08-16T02:40:13.323Z Checking schemars v0.8.22
11932026-08-16T02:40:13.370Z Checking h2 v0.4.15
11942026-08-16T02:40:13.417Z Checking idna v1.1.0
11952026-08-16T02:40:13.649Z Checking url v2.5.8
11962026-08-16T02:40:13.662Z Checking crypto-common v0.1.7
11972026-08-16T02:40:13.768Z Compiling rustc_version v0.4.1
11982026-08-16T02:40:13.777Z Checking encoding_rs v0.8.35
11992026-08-16T02:40:13.838Z Compiling vcpkg v0.2.15
12002026-08-16T02:40:13.932Z Checking mime v0.3.17
12012026-08-16T02:40:14.023Z Checking hashbrown v0.16.1
12022026-08-16T02:40:14.084Z Checking toml_edit v0.22.27
12032026-08-16T02:40:14.095Z Checking tower-http v0.6.11
12042026-08-16T02:40:14.098Z Checking block-buffer v0.10.4
12052026-08-16T02:40:14.220Z Checking openssl-probe v0.2.1
12062026-08-16T02:40:14.319Z Checking winnow v1.0.4
12072026-08-16T02:40:14.376Z Checking rustls-native-certs v0.8.4
12082026-08-16T02:40:14.385Z Checking digest v0.10.7
12092026-08-16T02:40:14.517Z Checking regress v0.11.1
12102026-08-16T02:40:14.563Z Checking toml_datetime v1.1.1+spec-1.1.0
12112026-08-16T02:40:14.711Z Checking bstr v1.13.0
12122026-08-16T02:40:14.756Z Checking toml_writer v1.1.2+spec-1.1.0
12132026-08-16T02:40:14.822Z Checking tokio-rustls v0.26.4
12142026-08-16T02:40:14.925Z Checking unicode-width v0.1.14
12152026-08-16T02:40:15.038Z Compiling time-core v0.1.9
12162026-08-16T02:40:15.047Z Compiling num-conv v0.2.2
12172026-08-16T02:40:15.147Z Checking toml_parser v1.1.3+spec-1.1.0
12182026-08-16T02:40:15.161Z Checking same-file v1.0.6
12192026-08-16T02:40:15.178Z Checking toml v0.8.23
12202026-08-16T02:40:15.190Z Checking rustls-platform-verifier v0.7.0
12212026-08-16T02:40:15.216Z Compiling time-macros v0.2.32
12222026-08-16T02:40:15.242Z Checking hyper v1.11.0
12232026-08-16T02:40:15.265Z Checking walkdir v2.5.0
12242026-08-16T02:40:15.309Z Checking getrandom v0.3.4
12252026-08-16T02:40:15.414Z Checking serde_spanned v1.1.1
12262026-08-16T02:40:15.445Z Checking deranged v0.5.8
12272026-08-16T02:40:15.470Z Checking powerfmt v0.2.0
12282026-08-16T02:40:15.614Z Checking cpufeatures v0.2.17
12292026-08-16T02:40:15.646Z Checking num_threads v0.1.7
12302026-08-16T02:40:15.671Z Checking foldhash v0.1.5
12312026-08-16T02:40:15.680Z Checking toml v1.1.4+spec-1.1.0
12322026-08-16T02:40:15.725Z Checking rand_core v0.9.5
12332026-08-16T02:40:15.797Z Checking hashbrown v0.15.5
12342026-08-16T02:40:15.894Z Checking anyhow v1.0.104
12352026-08-16T02:40:15.925Z Compiling openssl-sys v0.9.117
12362026-08-16T02:40:15.964Z Compiling libz-sys v1.1.29
12372026-08-16T02:40:16.083Z Checking erased-serde v0.3.31
12382026-08-16T02:40:16.166Z Checking hyper-util v0.1.20
12392026-08-16T02:40:16.240Z Checking fdeflate v0.3.7
12402026-08-16T02:40:16.252Z Checking thread_local v1.1.10
12412026-08-16T02:40:16.366Z Checking bitflags v1.3.2
12422026-08-16T02:40:16.450Z Checking rand_chacha v0.9.0
12432026-08-16T02:40:16.465Z Compiling serde_tokenstream v0.2.3
12442026-08-16T02:40:16.495Z Compiling enum-map-derive v0.17.0
12452026-08-16T02:40:16.507Z Checking slog v2.8.2
12462026-08-16T02:40:16.516Z Compiling strum_macros v0.28.0
12472026-08-16T02:40:16.525Z Compiling ref-cast-impl v1.0.26
12482026-08-16T02:40:16.628Z Compiling daft-derive v0.1.8
12492026-08-16T02:40:16.682Z Checking time v0.3.55
12502026-08-16T02:40:16.739Z Checking crossbeam-channel v0.5.16
12512026-08-16T02:40:16.760Z Checking lazy_static v1.5.0
12522026-08-16T02:40:16.850Z Checking byteorder v1.5.0
12532026-08-16T02:40:17.039Z Checking enum-map v2.7.3
12542026-08-16T02:40:17.051Z Checking rand v0.9.5
12552026-08-16T02:40:17.071Z Checking toml_edit v0.25.13+spec-1.1.0
12562026-08-16T02:40:17.121Z Checking ref-cast v1.0.26
12572026-08-16T02:40:17.186Z Checking subst v0.3.8
12582026-08-16T02:40:17.211Z Compiling pathfinder_simd v0.5.6
12592026-08-16T02:40:17.288Z Checking hyper-rustls v0.27.9
12602026-08-16T02:40:17.370Z Compiling vhdl_lang_macros v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89)
12612026-08-16T02:40:17.379Z Checking daft v0.1.8
12622026-08-16T02:40:17.462Z Checking itertools v0.14.0
12632026-08-16T02:40:17.473Z Checking reqwest v0.13.4
12642026-08-16T02:40:17.504Z Compiling yeslogic-fontconfig-sys v6.0.1
12652026-08-16T02:40:17.541Z Compiling libssh2-sys v0.3.2
12662026-08-16T02:40:17.574Z Compiling freetype-sys v0.20.1
12672026-08-16T02:40:17.742Z Checking dunce v1.0.5
12682026-08-16T02:40:17.830Z Checking glob v0.3.4
12692026-08-16T02:40:17.897Z Checking pinned_vec v0.1.1
12702026-08-16T02:40:17.908Z Checking bytemuck v1.25.2
12712026-08-16T02:40:18.011Z Checking iddqd v0.4.6
12722026-08-16T02:40:18.084Z Checking dirs-sys v0.4.1
12732026-08-16T02:40:18.114Z Checking libloading v0.8.9
12742026-08-16T02:40:18.144Z Checking progenitor-client v0.14.0
12752026-08-16T02:40:18.192Z Checking cpufeatures v0.3.0
12762026-08-16T02:40:18.249Z Checking color_quant v1.1.0
12772026-08-16T02:40:18.258Z Checking fixedbitset v0.5.7
12782026-08-16T02:40:18.322Z Checking strum v0.28.0
12792026-08-16T02:40:18.347Z Checking dlib v0.5.3
12802026-08-16T02:40:18.357Z Checking oxide v0.17.0+2026060800.0.0
12812026-08-16T02:40:18.366Z Checking dirs v5.0.1
12822026-08-16T02:40:18.438Z Checking petgraph v0.8.3
12832026-08-16T02:40:18.454Z Checking png v0.17.16
12842026-08-16T02:40:18.507Z Checking vhdl_lang v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89)
12852026-08-16T02:40:18.768Z Compiling vw-quote v0.1.0 (/work/oxidecomputer/vw/vw-quote)
12862026-08-16T02:40:18.785Z Compiling libgit2-sys v0.16.2+1.7.2
12872026-08-16T02:40:18.835Z Checking winnow v0.6.26
12882026-08-16T02:40:18.998Z Checking plotters-backend v0.3.7
12892026-08-16T02:40:19.183Z Checking weezl v0.1.12
12902026-08-16T02:40:19.195Z Compiling font-kit v0.14.3
12912026-08-16T02:40:19.424Z Checking jpeg-decoder v0.3.2
12922026-08-16T02:40:19.434Z Compiling prettyplease v0.2.37
12932026-08-16T02:40:19.611Z Checking gif v0.12.0
12942026-08-16T02:40:19.671Z Checking pathfinder_geometry v0.5.1
12952026-08-16T02:40:19.838Z Checking image v0.24.9
12962026-08-16T02:40:19.841Z Checking similar v2.7.0
12972026-08-16T02:40:19.945Z Checking hybrid-array v0.4.14
12982026-08-16T02:40:19.949Z Checking float-ord v0.3.2
12992026-08-16T02:40:20.222Z Checking plotters-svg v0.3.7
13002026-08-16T02:40:20.345Z Checking colored v2.2.0
13012026-08-16T02:40:20.367Z Checking openapiv3 v2.2.0
13022026-08-16T02:40:20.396Z Checking openssl-probe v0.1.6
13032026-08-16T02:40:20.406Z Checking ttf-parser v0.20.0
13042026-08-16T02:40:20.490Z Compiling rustix v0.38.44
13052026-08-16T02:40:20.523Z Checking crypto-common v0.2.2
13062026-08-16T02:40:20.776Z Checking plotters-bitmap v0.3.7
13072026-08-16T02:40:20.901Z Checking block-buffer v0.12.1
13082026-08-16T02:40:20.936Z Checking sha2 v0.10.9
13092026-08-16T02:40:21.016Z Checking getrandom v0.2.17
13102026-08-16T02:40:21.037Z Checking const-oid v0.10.2
13112026-08-16T02:40:21.150Z Checking netrc v0.4.1
13122026-08-16T02:40:21.173Z Checking match_cfg v0.1.0
13132026-08-16T02:40:21.185Z Checking compression-core v0.4.32
13142026-08-16T02:40:21.235Z Checking hostname v0.3.1
13152026-08-16T02:40:21.264Z Checking digest v0.11.3
13162026-08-16T02:40:21.301Z Checking compression-codecs v0.4.38
13172026-08-16T02:40:21.456Z Checking vw-htcl v0.1.0 (/work/oxidecomputer/vw/vw-htcl)
13182026-08-16T02:40:21.498Z Checking slog-json v2.6.1
13192026-08-16T02:40:21.553Z Checking vw-core v0.1.0 (/work/oxidecomputer/vw/vw-core)
13202026-08-16T02:40:21.648Z Compiling async-stream-impl v0.3.6
13212026-08-16T02:40:21.683Z Checking plotters v0.3.7
13222026-08-16T02:40:21.683Z Checking is-terminal v0.4.17
13232026-08-16T02:40:21.764Z Checking unicode-width v0.2.0
13242026-08-16T02:40:22.002Z Checking term v1.2.1
13252026-08-16T02:40:22.014Z Checking anodizer v0.1.0 (https://github.com/oxidecomputer/anodizer?branch=main#85fdfb3f)
13262026-08-16T02:40:22.190Z Checking spin v0.9.9
13272026-08-16T02:40:22.224Z Checking take_mut v0.2.2
13282026-08-16T02:40:22.280Z Checking async-stream v0.3.6
13292026-08-16T02:40:22.290Z Checking multer v3.1.0
13302026-08-16T02:40:22.315Z Checking slog-async v2.8.0
13312026-08-16T02:40:22.400Z Checking slog-term v2.9.2
13322026-08-16T02:40:22.479Z Checking slog-bunyan v2.5.0
13332026-08-16T02:40:22.491Z Checking async-compression v0.4.43
13342026-08-16T02:40:22.584Z Checking sha1 v0.11.0
13352026-08-16T02:40:22.649Z Compiling dropshot_endpoint v0.17.1
13362026-08-16T02:40:22.673Z Checking waitgroup v0.1.2
13372026-08-16T02:40:22.707Z Checking rustls-pemfile v2.2.0
13382026-08-16T02:40:22.717Z Checking serde_path_to_error v0.1.20
13392026-08-16T02:40:22.743Z Checking hostname v0.4.2
13402026-08-16T02:40:22.759Z Checking hex v0.4.3
13412026-08-16T02:40:22.808Z Checking debug-ignore v1.0.5
13422026-08-16T02:40:22.828Z Checking dropshot-api-manager-types v0.7.2
13432026-08-16T02:40:22.971Z Checking rand_core v0.6.4
13442026-08-16T02:40:22.981Z Checking hashbrown v0.14.5
13452026-08-16T02:40:23.273Z Checking rand_chacha v0.3.1
13462026-08-16T02:40:23.415Z Checking fs-err v3.3.1
13472026-08-16T02:40:23.453Z Checking git-stub v1.0.0
13482026-08-16T02:40:23.598Z Checking atomicwrites v0.4.4
13492026-08-16T02:40:23.656Z Checking terminal_size v0.4.4
13502026-08-16T02:40:23.712Z Checking is_ci v1.2.0
13512026-08-16T02:40:23.799Z Checking unicode-linebreak v0.1.5
13522026-08-16T02:40:23.997Z Checking smawk v0.3.3
13532026-08-16T02:40:24.037Z Compiling crunchy v0.2.4
13542026-08-16T02:40:24.104Z Checking textwrap v0.16.2
13552026-08-16T02:40:24.161Z Checking supports-color v3.0.2
13562026-08-16T02:40:24.235Z Checking dropshot v0.17.1
13572026-08-16T02:40:24.302Z Checking git-stub-vcs v0.1.0
13582026-08-16T02:40:24.321Z Checking rand v0.8.7
13592026-08-16T02:40:24.355Z Checking newtype_derive v0.1.6
13602026-08-16T02:40:24.420Z Checking owo-colors v4.3.0
13612026-08-16T02:40:24.486Z Checking drift v0.2.0
13622026-08-16T02:40:24.806Z Compiling cfg_aliases v0.1.1
13632026-08-16T02:40:24.882Z Compiling tiny-keccak v2.0.2
13642026-08-16T02:40:24.961Z Checking indent_write v2.2.0
13652026-08-16T02:40:25.046Z Compiling nix v0.28.0
13662026-08-16T02:40:25.106Z Compiling blake3 v1.8.5
13672026-08-16T02:40:25.369Z Checking sha1 v0.10.7
13682026-08-16T02:40:25.516Z Checking utf-8 v0.7.6
13692026-08-16T02:40:25.635Z Compiling typify-impl v0.6.2
13702026-08-16T02:40:25.763Z Checking data-encoding v2.11.1
13712026-08-16T02:40:25.926Z Checking arrayref v0.3.9
13722026-08-16T02:40:25.941Z Checking constant_time_eq v0.4.2
13732026-08-16T02:40:25.988Z Checking arrayvec v0.7.8
13742026-08-16T02:40:26.029Z Checking tungstenite v0.21.0
13752026-08-16T02:40:26.085Z Checking dropshot-api-manager v0.7.2
13762026-08-16T02:40:26.437Z Compiling const-random-macro v0.1.16
13772026-08-16T02:40:26.718Z Checking filedescriptor v0.8.3
13782026-08-16T02:40:26.821Z Checking serial2 v0.2.38
13792026-08-16T02:40:26.865Z Checking downcast-rs v1.2.1
13802026-08-16T02:40:26.949Z Checking shell-words v1.1.1
13812026-08-16T02:40:27.019Z Compiling vw-vivado v0.1.0 (/work/oxidecomputer/vw/vw-vivado)
13822026-08-16T02:40:27.075Z Checking const-random v0.1.18
13832026-08-16T02:40:27.138Z Checking tokio-tungstenite v0.21.0
13842026-08-16T02:40:27.199Z Checking portable-pty v0.9.0
13852026-08-16T02:40:27.258Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
13862026-08-16T02:40:27.357Z Checking vw-eda v0.1.0 (/work/oxidecomputer/vw/vw-eda)
13872026-08-16T02:40:27.435Z Checking heck v0.5.0
13882026-08-16T02:40:27.738Z Checking dlv-list v0.5.2
13892026-08-16T02:40:28.208Z Compiling unsafe-libyaml v0.2.11
13902026-08-16T02:40:28.740Z Compiling serde_yaml v0.9.34+deprecated
13912026-08-16T02:40:28.866Z Checking ordered-multimap v0.7.3
13922026-08-16T02:40:29.034Z Compiling typify-macro v0.6.2
13932026-08-16T02:40:29.084Z Checking globset v0.4.20
13942026-08-16T02:40:29.093Z Compiling signal-hook v0.3.18
13952026-08-16T02:40:29.297Z Compiling ident_case v1.0.1
13962026-08-16T02:40:29.412Z Checking ignore v0.4.33
13972026-08-16T02:40:29.472Z Checking rust-ini v0.21.3
13982026-08-16T02:40:29.618Z Compiling darling_core v0.24.0
13992026-08-16T02:40:29.669Z Checking quick-xml v0.38.4
14002026-08-16T02:40:29.841Z Compiling pin-project-internal v1.1.13
14012026-08-16T02:40:29.961Z Compiling serde_repr v0.1.21
14022026-08-16T02:40:30.533Z Compiling typify v0.6.2
14032026-08-16T02:40:30.618Z Checking gethostname v1.1.0
14042026-08-16T02:40:30.645Z Checking progenitor-impl v0.14.0
14052026-08-16T02:40:30.697Z Checking jiff-core v0.1.0
14062026-08-16T02:40:30.916Z Checking home v0.5.12
14072026-08-16T02:40:31.013Z Checking aws-creds v0.39.1
14082026-08-16T02:40:31.212Z Checking pin-project v1.1.13
14092026-08-16T02:40:31.282Z Checking lsp-types v0.94.1
14102026-08-16T02:40:31.363Z Checking jiff v0.2.35
14112026-08-16T02:40:31.519Z Checking reqwest v0.12.28
14122026-08-16T02:40:31.536Z Checking hmac v0.12.1
14132026-08-16T02:40:31.660Z Compiling curve25519-dalek v4.1.3
14142026-08-16T02:40:31.935Z Checking tokio-stream v0.1.19
14152026-08-16T02:40:31.951Z Compiling darling_macro v0.24.0
14162026-08-16T02:40:32.062Z Checking aws-region v0.28.1
14172026-08-16T02:40:32.198Z Compiling maybe-async v0.2.11
14182026-08-16T02:40:32.288Z Checking env_filter v2.0.0
14192026-08-16T02:40:32.439Z Checking sysinfo v0.37.2
14202026-08-16T02:40:32.536Z Compiling instability v0.3.13
14212026-08-16T02:40:32.703Z Checking base64ct v1.8.3
14222026-08-16T02:40:32.750Z Checking md5 v0.8.1
14232026-08-16T02:40:32.898Z Checking unicode-segmentation v1.13.3
14242026-08-16T02:40:32.927Z Checking pem-rfc7468 v0.7.0
14252026-08-16T02:40:32.962Z Checking rust-s3 v0.37.2
14262026-08-16T02:40:33.013Z Compiling progenitor-macro v0.14.0
14272026-08-16T02:40:33.091Z Compiling darling v0.24.0
14282026-08-16T02:40:33.101Z Checking env_logger v0.11.11
14292026-08-16T02:40:33.217Z Checking signal-hook-mio v0.2.5
14302026-08-16T02:40:33.236Z Checking tower v0.4.13
14312026-08-16T02:40:33.297Z Checking dashmap v5.5.3
14322026-08-16T02:40:33.313Z Checking lsp-server v0.7.9
14332026-08-16T02:40:33.530Z Checking sharded-slab v0.1.7
14342026-08-16T02:40:33.558Z Checking fuzzy-matcher v0.3.7
14352026-08-16T02:40:33.568Z Compiling curve25519-dalek-derive v0.1.1
14362026-08-16T02:40:33.749Z Compiling auto_impl v1.3.0
14372026-08-16T02:40:33.915Z Compiling strum_macros v0.26.4
14382026-08-16T02:40:34.213Z Compiling tower-lsp-macros v0.9.0
14392026-08-16T02:40:34.632Z Checking inout v0.1.4
14402026-08-16T02:40:34.747Z Checking matchers v0.2.0
14412026-08-16T02:40:34.756Z Checking castaway v0.2.4
14422026-08-16T02:40:34.854Z Checking itertools v0.13.0
14432026-08-16T02:40:34.864Z Checking tracing-log v0.2.0
14442026-08-16T02:40:34.867Z Checking pxfm v0.1.30
14452026-08-16T02:40:34.999Z Checking nu-ansi-term v0.50.3
14462026-08-16T02:40:35.198Z Compiling indoc v2.0.7
14472026-08-16T02:40:35.496Z Checking signature v2.2.0
14482026-08-16T02:40:35.607Z Checking static_assertions v1.1.0
14492026-08-16T02:40:35.671Z Checking compact_str v0.8.2
14502026-08-16T02:40:35.872Z Checking unicode-truncate v1.1.0
14512026-08-16T02:40:36.005Z Checking ed25519 v2.2.3
14522026-08-16T02:40:36.027Z Checking strum v0.26.3
14532026-08-16T02:40:36.126Z Checking tracing-subscriber v0.3.23
14542026-08-16T02:40:36.135Z Checking cipher v0.4.4
14552026-08-16T02:40:36.394Z Checking crossterm v0.28.1
14562026-08-16T02:40:36.639Z Checking moxcms v0.8.1
14572026-08-16T02:40:36.827Z Checking ssh-encoding v0.2.0
14582026-08-16T02:40:36.934Z Checking png v0.18.1
14592026-08-16T02:40:37.005Z Checking lru v0.12.5
14602026-08-16T02:40:37.040Z Checking quick-xml v0.37.5
14612026-08-16T02:40:37.110Z Checking tower-lsp v0.20.0
14622026-08-16T02:40:37.148Z Checking vhdl_ls v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89)
14632026-08-16T02:40:37.256Z Checking progenitor v0.14.0
14642026-08-16T02:40:37.384Z Checking cassowary v0.3.0
14652026-08-16T02:40:37.448Z Checking x11rb-protocol v0.13.2
14662026-08-16T02:40:37.543Z Checking base16ct v0.2.0
14672026-08-16T02:40:37.576Z Checking byteorder-lite v0.1.0
14682026-08-16T02:40:37.651Z Compiling redb v4.1.0
14692026-08-16T02:40:37.794Z Checking sec1 v0.7.3
14702026-08-16T02:40:37.889Z Checking ipxact v0.1.0 (https://github.com/oxidecomputer/ipe?branch=main#73c5c643)
14712026-08-16T02:40:37.892Z Checking ratatui v0.29.0
14722026-08-16T02:40:37.935Z Checking ssh-cipher v0.2.0
14732026-08-16T02:40:38.051Z Checking ed25519-dalek v2.2.0
14742026-08-16T02:40:38.213Z Compiling ring v0.17.14
14752026-08-16T02:40:38.308Z Compiling portable-atomic v1.14.0
14762026-08-16T02:40:38.343Z Checking ssh-key v0.6.7
14772026-08-16T02:40:38.821Z Checking image v0.25.10
14782026-08-16T02:40:38.964Z Checking nucleo-matcher v0.3.1
14792026-08-16T02:40:39.077Z Checking vw-api-types-versions v0.1.0 (/work/oxidecomputer/vw/vw-api-types/versions)
14802026-08-16T02:40:39.159Z Checking tui-textarea v0.7.0
14812026-08-16T02:40:39.265Z Compiling cpp_demangle v0.4.5
14822026-08-16T02:40:39.516Z Checking x11rb v0.13.2
14832026-08-16T02:40:39.670Z Checking vw-ip v0.1.0 (/work/oxidecomputer/vw/vw-ip)
14842026-08-16T02:40:39.849Z Checking vw-htcl-cmd v0.1.0 (/work/oxidecomputer/vw/vw-htcl-cmd)
14852026-08-16T02:40:39.938Z Checking console v0.15.11
14862026-08-16T02:40:39.999Z Checking vw-api v0.1.0 (/work/oxidecomputer/vw/vw-api)
14872026-08-16T02:40:40.124Z Checking vw-sync-api v0.1.0 (/work/oxidecomputer/vw/vw-sync-api)
14882026-08-16T02:40:40.196Z Checking vw-sync v0.1.0 (/work/oxidecomputer/vw/vw-sync)
14892026-08-16T02:40:40.208Z Checking arboard v3.6.1
14902026-08-16T02:40:40.272Z Checking vw-api-client v0.1.0 (/work/oxidecomputer/vw/vw-api-client)
14912026-08-16T02:40:40.340Z Checking yasna v0.6.0
14922026-08-16T02:40:40.349Z Checking pem v3.0.6
14932026-08-16T02:40:40.456Z Checking filetime v0.2.29
14942026-08-16T02:40:40.501Z Checking vw-openapi-manager v0.1.0 (/work/oxidecomputer/vw/vw-openapi-manager)
14952026-08-16T02:40:40.536Z Checking number_prefix v0.4.0
14962026-08-16T02:40:40.578Z Checking notify v6.1.1
14972026-08-16T02:40:40.648Z Checking indicatif v0.17.11
14982026-08-16T02:40:40.926Z Checking rustc-demangle v0.1.28
14992026-08-16T02:40:41.856Z Checking vw-api-types v0.1.0 (/work/oxidecomputer/vw/vw-api-types)
15002026-08-16T02:40:43.640Z Checking rcgen v0.14.8
15012026-08-16T02:40:43.984Z Checking xtask v0.1.0 (/work/oxidecomputer/vw/xtask)
15022026-08-16T02:40:44.596Z Checking git2 v0.18.3
15032026-08-16T02:40:46.151Z Checking vw-lib v0.1.0 (/work/oxidecomputer/vw/vw-lib)
15042026-08-16T02:40:47.423Z Checking vw-bench v0.1.0 (/work/oxidecomputer/vw/vw-bench)
15052026-08-16T02:40:47.423Z Checking vw-analyzer v0.1.0 (/work/oxidecomputer/vw/vw-analyzer)
15062026-08-16T02:40:47.426Z Checking vw-svc v0.1.0 (/work/oxidecomputer/vw/vw-svc)
15072026-08-16T02:40:48.221Z Checking vw-remote v0.1.0 (/work/oxidecomputer/vw/vw-remote)
15082026-08-16T02:40:48.224Z Checking vw-repl v0.1.0 (/work/oxidecomputer/vw/vw-repl)
15092026-08-16T02:40:49.213Z Checking vw-agent v0.1.0 (/work/oxidecomputer/vw/vw-agent)
15102026-08-16T02:40:49.564Z Checking vw v0.1.0 (/work/oxidecomputer/vw/vw-cli)
15112026-08-16T02:40:51.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.60s
15122026-08-16T02:40:51.884Z+ banner test
15132026-08-16T02:40:51.887Z
15142026-08-16T02:40:51.887Z ##### ###### #### #####
15152026-08-16T02:40:51.887Z # # # #
15162026-08-16T02:40:51.887Z # ##### #### #
15172026-08-16T02:40:51.887Z # # # #
15182026-08-16T02:40:51.887Z # # # # #
15192026-08-16T02:40:51.887Z # ###### #### #
15202026-08-16T02:40:51.887Z
15212026-08-16T02:40:51.887Z+ cargo nextest run
15222026-08-16T02:40:52.716Z Compiling unicode-ident v1.0.24
15232026-08-16T02:40:52.790Z Compiling log v0.4.33
15242026-08-16T02:40:52.799Z Compiling heck v0.5.0
15252026-08-16T02:40:52.805Z Compiling dunce v1.0.5
15262026-08-16T02:40:52.812Z Compiling num-traits v0.2.19
15272026-08-16T02:40:52.820Z Compiling aho-corasick v1.1.5
15282026-08-16T02:40:52.830Z Compiling tracing-core v0.1.36
15292026-08-16T02:40:52.840Z Compiling rustix v1.1.4
15302026-08-16T02:40:52.878Z Compiling proc-macro2 v1.0.107
15312026-08-16T02:40:52.892Z Compiling simd-adler32 v0.3.10
15322026-08-16T02:40:52.983Z Compiling mio v1.2.2
15332026-08-16T02:40:53.034Z Compiling miniz_oxide v0.8.9
15342026-08-16T02:40:53.101Z Compiling either v1.17.0
15352026-08-16T02:40:53.310Z Compiling quote v1.0.47
15362026-08-16T02:40:53.428Z Compiling flate2 v1.1.9
15372026-08-16T02:40:53.439Z Compiling aws-lc-sys v0.43.0
15382026-08-16T02:40:53.481Z Compiling syn v3.0.3
15392026-08-16T02:40:53.595Z Compiling syn v2.0.119
15402026-08-16T02:40:53.610Z Compiling rayon v1.12.0
15412026-08-16T02:40:53.697Z Compiling regex-automata v0.4.18
15422026-08-16T02:40:53.839Z Compiling toml_write v0.1.2
15432026-08-16T02:40:54.034Z Compiling winnow v0.7.15
15442026-08-16T02:40:54.548Z Compiling tempfile v3.27.0
15452026-08-16T02:40:54.837Z Compiling bstr v1.13.0
15462026-08-16T02:40:55.307Z Compiling unicode-width v0.1.14
15472026-08-16T02:40:55.371Z Compiling same-file v1.0.6
15482026-08-16T02:40:55.501Z Compiling walkdir v2.5.0
15492026-08-16T02:40:55.534Z Compiling foldhash v0.1.5
15502026-08-16T02:40:55.567Z Compiling digest v0.10.7
15512026-08-16T02:40:55.701Z Compiling hashbrown v0.15.5
15522026-08-16T02:40:55.770Z Compiling fdeflate v0.3.7
15532026-08-16T02:40:55.837Z Compiling bitflags v1.3.2
15542026-08-16T02:40:55.907Z Compiling time-macros v0.2.32
15552026-08-16T02:40:56.183Z Compiling regex v1.13.1
15562026-08-16T02:40:56.237Z Compiling subst v0.3.8
15572026-08-16T02:40:56.543Z Compiling synstructure v0.13.2
15582026-08-16T02:40:56.674Z Compiling serde_derive_internals v0.29.1
15592026-08-16T02:40:57.033Z Compiling itertools v0.14.0
15602026-08-16T02:40:57.204Z Compiling serde_derive v1.0.229
15612026-08-16T02:40:57.356Z Compiling tokio-macros v2.7.2
15622026-08-16T02:40:57.390Z Compiling thiserror-impl v2.0.19
15632026-08-16T02:40:57.472Z Compiling zerofrom-derive v0.1.7
15642026-08-16T02:40:58.111Z Compiling tokio v1.53.1
15652026-08-16T02:40:58.280Z Compiling yoke-derive v0.8.2
15662026-08-16T02:40:58.585Z Compiling zerovec-derive v0.11.3
15672026-08-16T02:40:58.639Z Compiling displaydoc v0.2.7
15682026-08-16T02:40:58.664Z Compiling zerofrom v0.1.8
15692026-08-16T02:40:58.727Z Compiling thiserror v2.0.19
15702026-08-16T02:40:58.781Z Compiling futures-macro v0.3.33
15712026-08-16T02:40:58.827Z Compiling tracing-attributes v0.1.31
15722026-08-16T02:40:59.351Z Compiling yoke v0.8.3
15732026-08-16T02:40:59.418Z Compiling clap_derive v4.6.4
15742026-08-16T02:40:59.536Z Compiling zerotrie v0.2.4
15752026-08-16T02:40:59.594Z Compiling futures-util v0.3.33
15762026-08-16T02:40:59.656Z Compiling zerovec v0.11.6
15772026-08-16T02:40:59.784Z Compiling serde v1.0.229
15782026-08-16T02:40:59.828Z Compiling thiserror-impl v1.0.69
15792026-08-16T02:41:00.024Z Compiling tracing v0.1.44
15802026-08-16T02:41:00.170Z Compiling tinystr v0.8.3
15812026-08-16T02:41:00.257Z Compiling potential_utf v0.1.5
15822026-08-16T02:41:00.301Z Compiling chrono v0.4.45
15832026-08-16T02:41:00.373Z Compiling icu_locale_core v2.2.0
15842026-08-16T02:41:00.419Z Compiling icu_collections v2.2.0
15852026-08-16T02:41:00.933Z Compiling schemars_derive v0.8.22
15862026-08-16T02:41:00.950Z Compiling thiserror v1.0.69
15872026-08-16T02:41:01.009Z Compiling clap v4.6.5
15882026-08-16T02:41:01.043Z Compiling icu_provider v2.2.0
15892026-08-16T02:41:01.085Z Compiling serde_spanned v0.6.9
15902026-08-16T02:41:01.228Z Compiling toml_datetime v0.6.11
15912026-08-16T02:41:01.371Z Compiling icu_normalizer v2.2.0
15922026-08-16T02:41:01.413Z Compiling icu_properties v2.2.0
15932026-08-16T02:41:01.559Z Compiling async-trait v0.1.91
15942026-08-16T02:41:01.851Z Compiling tokio-util v0.7.19
15952026-08-16T02:41:01.933Z Compiling futures-executor v0.3.33
15962026-08-16T02:41:01.999Z Compiling toml_edit v0.22.27
15972026-08-16T02:41:02.185Z Compiling futures v0.3.33
15982026-08-16T02:41:02.217Z Compiling serde_urlencoded v0.7.1
15992026-08-16T02:41:02.261Z Compiling schemars v0.8.22
16002026-08-16T02:41:02.472Z Compiling idna_adapter v1.2.2
16012026-08-16T02:41:02.505Z Compiling h2 v0.4.15
16022026-08-16T02:41:02.552Z Compiling tower v0.5.3
16032026-08-16T02:41:02.611Z Compiling idna v1.1.0
16042026-08-16T02:41:03.031Z Compiling url v2.5.8
16052026-08-16T02:41:03.116Z Compiling ref-cast-impl v1.0.26
16062026-08-16T02:41:03.376Z Compiling daft-derive v0.1.8
16072026-08-16T02:41:03.711Z Compiling toml v0.8.23
16082026-08-16T02:41:03.721Z Compiling tower-http v0.6.11
16092026-08-16T02:41:03.901Z Compiling ref-cast v1.0.26
16102026-08-16T02:41:04.002Z Compiling erased-serde v0.3.31
16112026-08-16T02:41:04.131Z Compiling daft v0.1.8
16122026-08-16T02:41:04.141Z Compiling enum-map-derive v0.17.0
16132026-08-16T02:41:04.280Z Compiling strum_macros v0.28.0
16142026-08-16T02:41:04.357Z Compiling iddqd v0.4.6
16152026-08-16T02:41:04.390Z Compiling vhdl_lang_macros v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89)
16162026-08-16T02:41:04.506Z Compiling slog v2.8.2
16172026-08-16T02:41:04.702Z Compiling hyper v1.11.0
16182026-08-16T02:41:04.919Z Compiling enum-map v2.7.3
16192026-08-16T02:41:04.950Z Compiling deranged v0.5.8
16202026-08-16T02:41:05.079Z Compiling lazy_static v1.5.0
16212026-08-16T02:41:05.177Z Compiling pinned_vec v0.1.1
16222026-08-16T02:41:05.264Z Compiling byteorder v1.5.0
16232026-08-16T02:41:05.285Z Compiling glob v0.3.4
16242026-08-16T02:41:05.475Z Compiling serde_tokenstream v0.2.3
16252026-08-16T02:41:05.490Z Compiling vw-quote v0.1.0 (/work/oxidecomputer/vw/vw-quote)
16262026-08-16T02:41:05.631Z Compiling dirs-sys v0.4.1
16272026-08-16T02:41:05.727Z Compiling fixedbitset v0.5.7
16282026-08-16T02:41:05.755Z Compiling bytemuck v1.25.2
16292026-08-16T02:41:05.942Z Compiling hyper-util v0.1.20
16302026-08-16T02:41:05.979Z Compiling time v0.3.55
16312026-08-16T02:41:06.012Z Compiling winnow v0.6.26
16322026-08-16T02:41:06.051Z Compiling petgraph v0.8.3
16332026-08-16T02:41:06.105Z Compiling strum v0.28.0
16342026-08-16T02:41:06.114Z Compiling dirs v5.0.1
16352026-08-16T02:41:06.223Z Compiling vhdl_lang v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89)
16362026-08-16T02:41:06.227Z Compiling libloading v0.8.9
16372026-08-16T02:41:06.489Z Compiling color_quant v1.1.0
16382026-08-16T02:41:06.518Z Compiling dlib v0.5.3
16392026-08-16T02:41:06.641Z Compiling pathfinder_simd v0.5.6
16402026-08-16T02:41:06.680Z Compiling libz-sys v1.1.29
16412026-08-16T02:41:06.779Z Compiling openssl-sys v0.9.117
16422026-08-16T02:41:07.027Z Compiling png v0.17.16
16432026-08-16T02:41:07.181Z Compiling similar v2.7.0
16442026-08-16T02:41:07.467Z Compiling jpeg-decoder v0.3.2
16452026-08-16T02:41:07.651Z Compiling plotters-backend v0.3.7
16462026-08-16T02:41:07.885Z Compiling weezl v0.1.12
16472026-08-16T02:41:07.916Z Compiling libssh2-sys v0.3.2
16482026-08-16T02:41:08.046Z Compiling image v0.24.9
16492026-08-16T02:41:08.056Z Compiling pathfinder_geometry v0.5.1
16502026-08-16T02:41:08.181Z Compiling gif v0.12.0
16512026-08-16T02:41:08.201Z Compiling yeslogic-fontconfig-sys v6.0.1
16522026-08-16T02:41:08.273Z Compiling freetype-sys v0.20.1
16532026-08-16T02:41:08.318Z Compiling float-ord v0.3.2
16542026-08-16T02:41:08.332Z Compiling libgit2-sys v0.16.2+1.7.2
16552026-08-16T02:41:08.428Z Compiling prettyplease v0.2.37
16562026-08-16T02:41:08.494Z Compiling font-kit v0.14.3
16572026-08-16T02:41:08.550Z Compiling plotters-svg v0.3.7
16582026-08-16T02:41:08.595Z Compiling colored v2.2.0
16592026-08-16T02:41:08.745Z Compiling ttf-parser v0.20.0
16602026-08-16T02:41:08.763Z Compiling openssl-probe v0.1.6
16612026-08-16T02:41:08.942Z Compiling git2 v0.18.3
16622026-08-16T02:41:08.961Z Compiling vw-htcl v0.1.0 (/work/oxidecomputer/vw/vw-htcl)
16632026-08-16T02:41:09.371Z Compiling plotters-bitmap v0.3.7
16642026-08-16T02:41:09.414Z Compiling openapiv3 v2.2.0
16652026-08-16T02:41:09.623Z Compiling netrc v0.4.1
16662026-08-16T02:41:09.790Z Compiling compression-codecs v0.4.38
16672026-08-16T02:41:10.045Z Compiling rustix v0.38.44
16682026-08-16T02:41:10.868Z Compiling vw-core v0.1.0 (/work/oxidecomputer/vw/vw-core)
16692026-08-16T02:41:11.002Z Compiling plotters v0.3.7
16702026-08-16T02:41:11.223Z Compiling slog-json v2.6.1
16712026-08-16T02:41:11.382Z Compiling async-stream-impl v0.3.6
16722026-08-16T02:41:11.468Z Compiling sha2 v0.10.9
16732026-08-16T02:41:11.850Z Compiling anodizer v0.1.0 (https://github.com/oxidecomputer/anodizer?branch=main#85fdfb3f)
16742026-08-16T02:41:12.034Z Compiling slog-term v2.9.2
16752026-08-16T02:41:12.337Z Compiling vw-lib v0.1.0 (/work/oxidecomputer/vw/vw-lib)
16762026-08-16T02:41:12.538Z Compiling slog-async v2.8.0
16772026-08-16T02:41:12.577Z Compiling multer v3.1.0
16782026-08-16T02:41:12.587Z Compiling async-stream v0.3.6
16792026-08-16T02:41:12.754Z Compiling slog-bunyan v2.5.0
16802026-08-16T02:41:12.765Z Compiling async-compression v0.4.43
16812026-08-16T02:41:12.796Z Compiling dropshot_endpoint v0.17.1
16822026-08-16T02:41:12.892Z Compiling getrandom v0.2.17
16832026-08-16T02:41:13.068Z Compiling rand_core v0.6.4
16842026-08-16T02:41:13.079Z Compiling git-stub v1.0.0
16852026-08-16T02:41:13.082Z Compiling atomicwrites v0.4.4
16862026-08-16T02:41:13.096Z Compiling terminal_size v0.4.4
16872026-08-16T02:41:13.231Z Compiling textwrap v0.16.2
16882026-08-16T02:41:13.263Z Compiling git-stub-vcs v0.1.0
16892026-08-16T02:41:13.286Z Compiling rand_chacha v0.3.1
16902026-08-16T02:41:13.346Z Compiling serde_json v1.0.151
16912026-08-16T02:41:13.625Z Compiling drift v0.2.0
16922026-08-16T02:41:13.730Z Compiling hashbrown v0.14.5
16932026-08-16T02:41:13.734Z Compiling hashbrown v0.16.1
16942026-08-16T02:41:14.268Z Compiling rand v0.8.7
16952026-08-16T02:41:14.446Z Compiling regress v0.11.1
16962026-08-16T02:41:14.457Z Compiling nix v0.28.0
16972026-08-16T02:41:14.931Z Compiling vw-eda v0.1.0 (/work/oxidecomputer/vw/vw-eda)
16982026-08-16T02:41:15.352Z Compiling filedescriptor v0.8.3
16992026-08-16T02:41:15.512Z Compiling serial2 v0.2.38
17002026-08-16T02:41:15.574Z Compiling downcast-rs v1.2.1
17012026-08-16T02:41:15.671Z Compiling vw-vivado v0.1.0 (/work/oxidecomputer/vw/vw-vivado)
17022026-08-16T02:41:15.776Z Compiling shell-words v1.1.1
17032026-08-16T02:41:15.892Z Compiling portable-pty v0.9.0
17042026-08-16T02:41:15.912Z Compiling sha1 v0.10.7
17052026-08-16T02:41:16.090Z Compiling typify-impl v0.6.2
17062026-08-16T02:41:16.129Z Compiling utf-8 v0.7.6
17072026-08-16T02:41:16.308Z Compiling arrayref v0.3.9
17082026-08-16T02:41:16.378Z Compiling data-encoding v2.11.1
17092026-08-16T02:41:16.456Z Compiling arrayvec v0.7.8
17102026-08-16T02:41:16.665Z Compiling constant_time_eq v0.4.2
17112026-08-16T02:41:16.785Z Compiling blake3 v1.8.5
17122026-08-16T02:41:16.844Z Compiling tungstenite v0.21.0
17132026-08-16T02:41:17.228Z Compiling const-random-macro v0.1.16
17142026-08-16T02:41:17.284Z Compiling indexmap v2.14.0
17152026-08-16T02:41:17.798Z Compiling const-random v0.1.18
17162026-08-16T02:41:17.871Z Compiling tokio-tungstenite v0.21.0
17172026-08-16T02:41:18.187Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17182026-08-16T02:41:18.318Z Compiling dlv-list v0.5.2
17192026-08-16T02:41:18.518Z Compiling serde_yaml v0.9.34+deprecated
17202026-08-16T02:41:18.561Z Compiling ordered-multimap v0.7.3
17212026-08-16T02:41:18.823Z Compiling globset v0.4.20
17222026-08-16T02:41:19.747Z Compiling darling_core v0.24.0
17232026-08-16T02:41:19.827Z Compiling ignore v0.4.33
17242026-08-16T02:41:20.108Z Compiling rust-ini v0.21.3
17252026-08-16T02:41:20.217Z Compiling vw-bench v0.1.0 (/work/oxidecomputer/vw/vw-bench)
17262026-08-16T02:41:20.655Z Compiling quick-xml v0.38.4
17272026-08-16T02:41:20.885Z Compiling gethostname v1.1.0
17282026-08-16T02:41:21.004Z Compiling home v0.5.12
17292026-08-16T02:41:21.037Z Compiling signal-hook v0.3.18
17302026-08-16T02:41:21.140Z Compiling reqwest v0.12.28
17312026-08-16T02:41:21.360Z Compiling tokio-stream v0.1.19
17322026-08-16T02:41:21.690Z Compiling aws-region v0.28.1
17332026-08-16T02:41:21.856Z Compiling aws-creds v0.39.1
17342026-08-16T02:41:21.919Z Compiling pin-project-internal v1.1.13
17352026-08-16T02:41:22.143Z Compiling darling_macro v0.24.0
17362026-08-16T02:41:22.163Z Compiling maybe-async v0.2.11
17372026-08-16T02:41:22.331Z Compiling serde_repr v0.1.21
17382026-08-16T02:41:22.557Z Compiling typify-macro v0.6.2
17392026-08-16T02:41:22.769Z Compiling hmac v0.12.1
17402026-08-16T02:41:22.905Z Compiling sysinfo v0.37.2
17412026-08-16T02:41:22.937Z Compiling base64ct v1.8.3
17422026-08-16T02:41:22.964Z Compiling unicode-segmentation v1.13.3
17432026-08-16T02:41:23.003Z Compiling md5 v0.8.1
17442026-08-16T02:41:23.226Z Compiling jiff-core v0.1.0
17452026-08-16T02:41:23.229Z Compiling rust-s3 v0.37.2
17462026-08-16T02:41:23.386Z Compiling pem-rfc7468 v0.7.0
17472026-08-16T02:41:23.438Z Compiling pin-project v1.1.13
17482026-08-16T02:41:23.537Z Compiling lsp-types v0.94.1
17492026-08-16T02:41:23.720Z Compiling darling v0.24.0
17502026-08-16T02:41:23.804Z Compiling signal-hook-mio v0.2.5
17512026-08-16T02:41:23.926Z Compiling curve25519-dalek-derive v0.1.1
17522026-08-16T02:41:24.378Z Compiling jiff v0.2.35
17532026-08-16T02:41:24.569Z Compiling strum_macros v0.26.4
17542026-08-16T02:41:24.620Z Compiling env_filter v2.0.0
17552026-08-16T02:41:24.701Z Compiling typify v0.6.2
17562026-08-16T02:41:24.793Z Compiling progenitor-impl v0.14.0
17572026-08-16T02:41:24.976Z Compiling inout v0.1.4
17582026-08-16T02:41:25.110Z Compiling castaway v0.2.4
17592026-08-16T02:41:25.225Z Compiling itertools v0.13.0
17602026-08-16T02:41:26.213Z Compiling signature v2.2.0
17612026-08-16T02:41:26.359Z Compiling pxfm v0.1.30
17622026-08-16T02:41:26.499Z Compiling static_assertions v1.1.0
17632026-08-16T02:41:26.573Z Compiling compact_str v0.8.2
17642026-08-16T02:41:27.191Z Compiling unicode-truncate v1.1.0
17652026-08-16T02:41:27.281Z Compiling ed25519 v2.2.3
17662026-08-16T02:41:27.343Z Compiling env_logger v0.11.11
17672026-08-16T02:41:27.473Z Compiling instability v0.3.13
17682026-08-16T02:41:27.756Z Compiling strum v0.26.3
17692026-08-16T02:41:27.783Z Compiling cipher v0.4.4
17702026-08-16T02:41:27.887Z Compiling curve25519-dalek v4.1.3
17712026-08-16T02:41:27.999Z Compiling crossterm v0.28.1
17722026-08-16T02:41:28.298Z Compiling moxcms v0.8.1
17732026-08-16T02:41:28.420Z Compiling progenitor-macro v0.14.0
17742026-08-16T02:41:28.432Z Compiling ssh-encoding v0.2.0
17752026-08-16T02:41:28.670Z Compiling tower v0.4.13
17762026-08-16T02:41:28.687Z Compiling vw-remote v0.1.0 (/work/oxidecomputer/vw/vw-remote)
17772026-08-16T02:41:29.004Z Compiling dashmap v5.5.3
17782026-08-16T02:41:29.282Z Compiling lsp-server v0.7.9
17792026-08-16T02:41:29.407Z Compiling sharded-slab v0.1.7
17802026-08-16T02:41:29.632Z Compiling fuzzy-matcher v0.3.7
17812026-08-16T02:41:29.930Z Compiling quick-xml v0.37.5
17822026-08-16T02:41:30.109Z Compiling auto_impl v1.3.0
17832026-08-16T02:41:30.119Z Compiling tower-lsp-macros v0.9.0
17842026-08-16T02:41:30.255Z Compiling lru v0.12.5
17852026-08-16T02:41:30.417Z Compiling png v0.18.1
17862026-08-16T02:41:30.455Z Compiling matchers v0.2.0
17872026-08-16T02:41:30.598Z Compiling tracing-log v0.2.0
17882026-08-16T02:41:30.676Z Compiling byteorder-lite v0.1.0
17892026-08-16T02:41:30.842Z Compiling base16ct v0.2.0
17902026-08-16T02:41:30.933Z Compiling nu-ansi-term v0.50.3
17912026-08-16T02:41:30.999Z Compiling x11rb-protocol v0.13.2
17922026-08-16T02:41:31.030Z Compiling cassowary v0.3.0
17932026-08-16T02:41:31.251Z Compiling tracing-subscriber v0.3.23
17942026-08-16T02:41:31.370Z Compiling ratatui v0.29.0
17952026-08-16T02:41:31.652Z Compiling image v0.25.10
17962026-08-16T02:41:31.661Z Compiling tower-lsp v0.20.0
17972026-08-16T02:41:33.508Z Compiling sec1 v0.7.3
17982026-08-16T02:41:33.649Z Compiling x11rb v0.13.2
17992026-08-16T02:41:33.684Z Compiling ipxact v0.1.0 (https://github.com/oxidecomputer/ipe?branch=main#73c5c643)
18002026-08-16T02:41:33.719Z Compiling vhdl_ls v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89)
18012026-08-16T02:41:34.346Z Compiling ssh-cipher v0.2.0
18022026-08-16T02:41:34.497Z Compiling ed25519-dalek v2.2.0
18032026-08-16T02:41:34.672Z Compiling ssh-key v0.6.7
18042026-08-16T02:41:34.772Z Compiling arboard v3.6.1
18052026-08-16T02:41:35.037Z Compiling tui-textarea v0.7.0
18062026-08-16T02:41:35.345Z Compiling redb v4.1.0
18072026-08-16T02:41:35.634Z Compiling nucleo-matcher v0.3.1
18082026-08-16T02:41:35.645Z Compiling camino v1.2.5
18092026-08-16T02:41:35.910Z Compiling vw-analyzer v0.1.0 (/work/oxidecomputer/vw/vw-analyzer)
18102026-08-16T02:41:35.976Z Compiling vw-ip v0.1.0 (/work/oxidecomputer/vw/vw-ip)
18112026-08-16T02:41:35.990Z Compiling vw-htcl-cmd v0.1.0 (/work/oxidecomputer/vw/vw-htcl-cmd)
18122026-08-16T02:41:36.370Z Compiling vw-repl v0.1.0 (/work/oxidecomputer/vw/vw-repl)
18132026-08-16T02:41:37.173Z Compiling ring v0.17.14
18142026-08-16T02:41:37.455Z Compiling portable-atomic v1.14.0
18152026-08-16T02:41:37.984Z Compiling console v0.15.11
18162026-08-16T02:41:38.484Z Compiling yasna v0.6.0
18172026-08-16T02:41:38.637Z Compiling pem v3.0.6
18182026-08-16T02:41:39.010Z Compiling filetime v0.2.29
18192026-08-16T02:41:39.175Z Compiling number_prefix v0.4.0
18202026-08-16T02:41:39.194Z Compiling notify v6.1.1
18212026-08-16T02:41:39.203Z Compiling rcgen v0.14.8
18222026-08-16T02:41:39.329Z Compiling indicatif v0.17.11
18232026-08-16T02:41:39.886Z Compiling cpp_demangle v0.4.5
18242026-08-16T02:41:40.087Z Compiling rustc-demangle v0.1.28
18252026-08-16T02:41:40.172Z Compiling xtask v0.1.0 (/work/oxidecomputer/vw/xtask)
18262026-08-16T02:41:41.038Z Compiling aws-lc-rs v1.17.3
18272026-08-16T02:41:41.067Z Compiling rustls v0.23.43
18282026-08-16T02:41:42.783Z Compiling rustls-webpki v0.103.13
18292026-08-16T02:41:50.331Z Compiling tokio-rustls v0.26.4
18302026-08-16T02:41:50.617Z Compiling hyper-rustls v0.27.9
18312026-08-16T02:41:50.948Z Compiling rustls-platform-verifier v0.7.0
18322026-08-16T02:41:51.222Z Compiling reqwest v0.13.4
18332026-08-16T02:41:51.562Z Compiling dropshot v0.17.1
18342026-08-16T02:41:53.698Z Compiling progenitor-client v0.14.0
18352026-08-16T02:41:54.093Z Compiling oxide v0.17.0+2026060800.0.0
18362026-08-16T02:41:54.549Z Compiling progenitor v0.14.0
18372026-08-16T02:41:54.694Z Compiling dropshot-api-manager v0.7.2
18382026-08-16T02:42:15.330Z Compiling vw-api-types-versions v0.1.0 (/work/oxidecomputer/vw/vw-api-types/versions)
18392026-08-16T02:42:16.146Z Compiling vw-api v0.1.0 (/work/oxidecomputer/vw/vw-api)
18402026-08-16T02:42:16.149Z Compiling vw-sync-api v0.1.0 (/work/oxidecomputer/vw/vw-sync-api)
18412026-08-16T02:42:16.149Z Compiling vw-sync v0.1.0 (/work/oxidecomputer/vw/vw-sync)
18422026-08-16T02:42:16.149Z Compiling vw-api-types v0.1.0 (/work/oxidecomputer/vw/vw-api-types)
18432026-08-16T02:42:16.605Z Compiling vw-api-client v0.1.0 (/work/oxidecomputer/vw/vw-api-client)
18442026-08-16T02:42:17.257Z Compiling vw-openapi-manager v0.1.0 (/work/oxidecomputer/vw/vw-openapi-manager)
18452026-08-16T02:42:20.458Z Compiling vw-svc v0.1.0 (/work/oxidecomputer/vw/vw-svc)
18462026-08-16T02:42:21.105Z Compiling vw v0.1.0 (/work/oxidecomputer/vw/vw-cli)
18472026-08-16T02:42:21.713Z Compiling vw-agent v0.1.0 (/work/oxidecomputer/vw/vw-agent)
18482026-08-16T02:43:00.377Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 07s
18492026-08-16T02:43:00.624Z────────────
18502026-08-16T02:43:00.624Z Nextest run ID d657ea7c-d377-4756-957b-e6c0d2614984 with nextest profile: default
18512026-08-16T02:43:00.624Z Starting 1101 tests across 34 binaries (1 test skipped)
18522026-08-16T02:43:00.642Z PASS [ 0.016s] ( 1/1101) vw::bin/vw bunyan_tests::severity_maps_to_requested_bunyan_levels
18532026-08-16T02:43:00.642Z PASS [ 0.016s] ( 2/1101) vw::bin/vw bunyan_tests::result_record_omits_optional_severity
18542026-08-16T02:43:00.644Z PASS [ 0.017s] ( 3/1101) vw::bin/vw cloud::test::a_directory_pattern_takes_what_is_under_it
18552026-08-16T02:43:00.645Z PASS [ 0.017s] ( 4/1101) vw::bin/vw bunyan_tests::record_is_single_line_json_with_all_required_fields
18562026-08-16T02:43:00.645Z PASS [ 0.017s] ( 5/1101) vw::bin/vw bunyan_tests::a_path_that_cannot_be_opened_is_an_error
18572026-08-16T02:43:00.645Z PASS [ 0.017s] ( 6/1101) vw::bin/vw bunyan_tests::the_sink_creates_the_directory_it_was_pointed_at
18582026-08-16T02:43:00.645Z PASS [ 0.017s] ( 7/1101) vw::bin/vw bunyan_tests::opening_the_sink_again_does_not_append_to_the_last_run
18592026-08-16T02:43:00.645Z PASS [ 0.018s] ( 8/1101) vw::bin/vw bunyan_tests::records_are_flushed_one_per_line_as_they_are_written
18602026-08-16T02:43:00.658Z PASS [ 0.016s] ( 9/1101) vw::bin/vw cloud::test::a_malformed_pattern_says_so
18612026-08-16T02:43:00.661Z PASS [ 0.016s] ( 10/1101) vw::bin/vw cloud::test::a_pattern_that_matches_nothing_is_refused
18622026-08-16T02:43:00.661Z PASS [ 0.015s] ( 11/1101) vw::bin/vw cloud::test::results_come_back_in_the_order_they_are_listed_in
18632026-08-16T02:43:00.661Z PASS [ 0.016s] ( 12/1101) vw::bin/vw cloud::test::instance_states_are_coloured_by_meaning
18642026-08-16T02:43:00.661Z PASS [ 0.016s] ( 13/1101) vw::bin/vw cloud::test::a_star_crosses_a_slash
18652026-08-16T02:43:00.661Z PASS [ 0.016s] ( 14/1101) vw::bin/vw cloud::test::an_exact_name_still_names_one_thing
18662026-08-16T02:43:00.661Z PASS [ 0.016s] ( 15/1101) vw::bin/vw cloud::test::overlapping_patterns_do_not_download_anything_twice
18672026-08-16T02:43:00.661Z PASS [ 0.016s] ( 16/1101) vw::bin/vw cloud::test::a_pattern_can_match_part_of_a_name
18682026-08-16T02:43:00.674Z PASS [ 0.016s] ( 17/1101) vw::bin/vw htcl_test::tests::strip_falls_back_when_prefix_missing
18692026-08-16T02:43:00.674Z PASS [ 0.016s] ( 18/1101) vw::bin/vw htcl_test::tests::strip_removes_message_echo_and_leading_whitespace
18702026-08-16T02:43:00.677Z PASS [ 0.016s] ( 19/1101) vw::bin/vw cloud_sync::test::a_workspace_without_a_driver_syncs_its_hardware_anyway
18712026-08-16T02:43:00.677Z PASS [ 0.017s] ( 20/1101) vw::bin/vw cloud_sync::test::a_workspace_with_no_driver_is_all_vivados
18722026-08-16T02:43:00.677Z PASS [ 0.017s] ( 21/1101) vw::bin/vw cloud_sync::test::a_name_that_merely_starts_with_driver_is_not_the_driver
18732026-08-16T02:43:00.677Z PASS [ 0.017s] ( 22/1101) vw::bin/vw cloud_sync::test::build_output_is_not_in_any_target
18742026-08-16T02:43:00.677Z PASS [ 0.017s] ( 23/1101) vw::bin/vw cloud_sync::test::the_driver_goes_to_helios_and_nowhere_else
18752026-08-16T02:43:00.680Z PASS [ 0.019s] ( 24/1101) vw::bin/vw env_flag_tests::the_environment_variable_fills_in_for_the_flag
18762026-08-16T02:43:00.838Z PASS [ 0.164s] ( 25/1101) vw-agent::sync a_credentials_file_is_readable_only_by_its_owner
18772026-08-16T02:43:00.838Z PASS [ 0.163s] ( 26/1101) vw-agent::sync a_request_for_another_environment_is_refused
18782026-08-16T02:43:00.838Z PASS [ 0.163s] ( 27/1101) vw-agent::sync a_digest_that_is_not_a_digest_is_refused
18792026-08-16T02:43:00.841Z PASS [ 0.163s] ( 28/1101) vw-agent::sync a_manifest_cannot_write_outside_the_tree
18802026-08-16T02:43:00.841Z PASS [ 0.162s] ( 29/1101) vw-agent::sync a_second_sync_of_the_same_tree_sends_nothing
18812026-08-16T02:43:00.841Z PASS [ 0.166s] ( 30/1101) vw-agent::sync a_build_output_directory_survives_synchronization
18822026-08-16T02:43:00.841Z PASS [ 0.165s] ( 31/1101) vw-agent::sync a_rename_crosses_no_wire
18832026-08-16T02:43:00.845Z PASS [ 0.169s] ( 32/1101) vw-agent::sync a_cleared_agent_asks_for_the_whole_tree_again
18842026-08-16T02:43:00.893Z PASS [ 0.055s] ( 33/1101) vw-agent::sync an_edit_sends_only_the_edited_file
18852026-08-16T02:43:00.896Z PASS [ 0.056s] ( 34/1101) vw-agent::sync clearing_another_environment_is_refused
18862026-08-16T02:43:00.899Z PASS [ 0.055s] ( 35/1101) vw-agent::sync committing_before_delivering_is_refused
18872026-08-16T02:43:00.899Z PASS [ 0.060s] ( 36/1101) vw-agent::sync build_output_can_be_removed_over_http
18882026-08-16T02:43:00.899Z PASS [ 0.060s] ( 37/1101) vw-agent::sync a_tree_arrives_over_http
18892026-08-16T02:43:00.910Z PASS [ 0.012s] ( 38/1101) vw-agent::bin/vw-agent artifacts::test::a_benchs_build_directory_is_not_shipped
18902026-08-16T02:43:00.913Z PASS [ 0.014s] ( 39/1101) vw-agent::bin/vw-agent artifacts::test::a_build_that_has_only_reached_synthesis_sends_what_it_has
18912026-08-16T02:43:00.920Z PASS [ 0.082s] ( 40/1101) vw-agent::sync cleaning_another_environment_is_refused
18922026-08-16T02:43:00.923Z PASS [ 0.083s] ( 41/1101) vw-agent::sync clearing_leaves_a_build_where_it_stands
18932026-08-16T02:43:00.926Z PASS [ 0.012s] ( 42/1101) vw-agent::bin/vw-agent artifacts::test::a_file_still_being_written_is_not_yet_an_artifact
18942026-08-16T02:43:00.926Z PASS [ 0.016s] ( 43/1101) vw-agent::bin/vw-agent artifacts::test::a_digest_does_not_depend_on_reading_the_whole_file_at_once
18952026-08-16T02:43:00.930Z PASS [ 0.091s] ( 44/1101) vw-agent::sync clearing_a_tree_does_not_take_the_credentials_with_it
18962026-08-16T02:43:00.933Z PASS [ 0.012s] ( 45/1101) vw-agent::bin/vw-agent artifacts::test::a_mixed_signal_benchs_results_are_gathered
18972026-08-16T02:43:00.936Z PASS [ 0.011s] ( 46/1101) vw-agent::bin/vw-agent artifacts::test::a_netlist_from_each_stage_is_its_own_artifact
18982026-08-16T02:43:00.936Z PASS [ 0.011s] ( 47/1101) vw-agent::bin/vw-agent artifacts::test::a_secret_is_not_in_the_debug_output
18992026-08-16T02:43:00.936Z PASS [ 0.011s] ( 48/1101) vw-agent::bin/vw-agent artifacts::test::a_stored_key_is_readable_only_by_its_owner
19002026-08-16T02:43:00.941Z PASS [ 0.046s] ( 49/1101) vw-agent::sync credentials_for_another_environment_are_refused
19012026-08-16T02:43:00.941Z PASS [ 0.048s] ( 50/1101) vw-agent::sync content_that_does_not_match_its_digest_is_refused
19022026-08-16T02:43:00.944Z PASS [ 0.012s] ( 51/1101) vw-agent::bin/vw-agent artifacts::test::a_waveform_is_gathered
19032026-08-16T02:43:00.944Z PASS [ 0.011s] ( 52/1101) vw-agent::bin/vw-agent artifacts::test::an_instance_with_no_build_output_has_nothing_to_send
19042026-08-16T02:43:00.944Z PASS [ 0.047s] ( 53/1101) vw-agent::sync credentials_land_where_a_build_will_find_them
19052026-08-16T02:43:00.947Z PASS [ 0.011s] ( 54/1101) vw-agent::bin/vw-agent artifacts::test::nothing_remembered_is_not_an_error
19062026-08-16T02:43:00.948Z PASS [ 0.011s] ( 55/1101) vw-agent::bin/vw-agent artifacts::test::only_what_a_build_produced_counts_as_an_artifact
19072026-08-16T02:43:00.948Z PASS [ 0.011s] ( 56/1101) vw-agent::bin/vw-agent artifacts::test::two_benches_do_not_collide_in_the_bucket
19082026-08-16T02:43:00.953Z PASS [ 0.011s] ( 57/1101) vw-agent::bin/vw-agent garage::test::every_kind_that_builds_gets_a_bucket
19092026-08-16T02:43:00.955Z PASS [ 0.012s] ( 58/1101) vw-agent::bin/vw-agent artifacts::test::where_artifacts_go_survives_a_restart
19102026-08-16T02:43:00.956Z PASS [ 0.012s] ( 59/1101) vw-agent::bin/vw-agent garage::test::a_restart_keeps_the_config_it_already_had
19112026-08-16T02:43:00.956Z PASS [ 0.011s] ( 60/1101) vw-agent::bin/vw-agent garage::test::the_config_holds_secrets_and_is_kept_to_itself
19122026-08-16T02:43:00.956Z PASS [ 0.010s] ( 61/1101) vw-agent::bin/vw-agent generated::test::a_generated_file_comes_back_by_path
19132026-08-16T02:43:00.956Z PASS [ 0.010s] ( 62/1101) vw-agent::bin/vw-agent generated::test::a_workspace_with_no_generated_ip_has_nothing_to_hand_over
19142026-08-16T02:43:00.959Z PASS [ 0.011s] ( 63/1101) vw-agent::bin/vw-agent generated::test::both_kinds_of_generated_vhdl_are_found
19152026-08-16T02:43:00.959Z PASS [ 0.011s] ( 64/1101) vw-agent::bin/vw-agent generated::test::nothing_outside_the_generated_directories_is_handed_out
19162026-08-16T02:43:00.965Z PASS [ 0.011s] ( 65/1101) vw-agent::bin/vw-agent identity_test::an_instance_knows_itself_by_its_name
19172026-08-16T02:43:00.965Z PASS [ 0.011s] ( 66/1101) vw-agent::bin/vw-agent identity_test::a_machine_that_is_not_one_of_ours_says_so
19182026-08-16T02:43:00.968Z PASS [ 0.011s] ( 67/1101) vw-agent::bin/vw-agent netrc::test::a_home_directory_that_is_not_there_yet_is_created
19192026-08-16T02:43:00.968Z PASS [ 0.011s] ( 68/1101) vw-agent::bin/vw-agent netrc::test::a_netrc_names_both_github_hosts
19202026-08-16T02:43:00.968Z PASS [ 0.012s] ( 69/1101) vw-agent::bin/vw-agent generated::test::the_rest_of_a_vivado_project_is_not_generated_vhdl
19212026-08-16T02:43:00.968Z PASS [ 0.010s] ( 70/1101) vw-agent::bin/vw-agent netrc::test::a_permissive_netrc_already_there_does_not_stay_permissive
19222026-08-16T02:43:00.968Z PASS [ 0.010s] ( 71/1101) vw-agent::bin/vw-agent netrc::test::a_rotated_token_replaces_the_old_one
19232026-08-16T02:43:00.971Z PASS [ 0.010s] ( 72/1101) vw-agent::bin/vw-agent netrc::test::a_token_is_not_in_the_debug_output
19242026-08-16T02:43:00.976Z PASS [ 0.012s] ( 73/1101) vw-agent::bin/vw-agent netrc::test::nobody_but_the_owner_can_read_a_netrc
19252026-08-16T02:43:01.269Z PASS [ 0.292s] ( 74/1101) vw-analyzer htcl_backend::tests::document_symbols_include_proc
19262026-08-16T02:43:01.269Z PASS [ 0.303s] ( 75/1101) vw-analyzer htcl_backend::tests::completion_offers_proc_names_in_command_position
19272026-08-16T02:43:01.272Z PASS [ 0.303s] ( 76/1101) vw-analyzer htcl_backend::tests::diagnostics_accept_calls_to_imported_procs
19282026-08-16T02:43:01.272Z PASS [ 0.301s] ( 77/1101) vw-analyzer htcl_backend::tests::diagnostics_for_unterminated_string
19292026-08-16T02:43:01.272Z PASS [ 0.303s] ( 78/1101) vw-analyzer htcl_backend::tests::completion_offers_flags_in_argument_position
19302026-08-16T02:43:01.281Z PASS [ 0.012s] ( 79/1101) vw-analyzer htcl_backend::tests::goto_and_hover_on_create_bd_cell_and_create_ip_in_cpm5
19312026-08-16T02:43:01.522Z PASS [ 0.557s] ( 80/1101) vw-analyzer htcl_backend::tests::completion_returns_empty_when_cursor_is_inside_a_comment
19322026-08-16T02:43:01.522Z PASS [ 0.554s] ( 81/1101) vw-analyzer htcl_backend::tests::diagnostics_still_flag_wrong_flag_on_imported_call
19332026-08-16T02:43:01.522Z PASS [ 0.557s] ( 82/1101) vw-analyzer htcl_backend::tests::completion_in_command_position_lists_imported_procs
19342026-08-16T02:43:01.534Z PASS [ 0.012s] ( 83/1101) vw-analyzer htcl_backend::tests::goto_finds_sibling_workspace_dep_real_htcl_tree
19352026-08-16T02:43:01.537Z PASS [ 0.267s] ( 84/1101) vw-analyzer htcl_backend::tests::goto_definition_unknown_returns_empty
19362026-08-16T02:43:01.537Z PASS [ 0.267s] ( 85/1101) vw-analyzer htcl_backend::tests::goto_definition_resolves_attribute_ident
19372026-08-16T02:43:01.537Z PASS [ 0.267s] ( 86/1101) vw-analyzer htcl_backend::tests::goto_definition_jumps_call_to_proc_decl
19382026-08-16T02:43:01.546Z PASS [ 0.010s] ( 87/1101) vw-analyzer htcl_backend::tests::handles_htcl_extension
19392026-08-16T02:43:01.549Z PASS [ 0.266s] ( 88/1101) vw-analyzer htcl_backend::tests::goto_finds_sibling_workspace_dep
19402026-08-16T02:43:01.556Z PASS [ 0.010s] ( 89/1101) vw-analyzer htcl_backend::tests::hover_finds_imported_proc_real_htcl_tree
19412026-08-16T02:43:01.789Z PASS [ 0.267s] ( 90/1101) vw-analyzer htcl_backend::tests::goto_finds_sibling_workspace_dep_via_nested_src
19422026-08-16T02:43:01.789Z PASS [ 0.267s] ( 91/1101) vw-analyzer htcl_backend::tests::goto_from_cmdsubst_inside_if_body
19432026-08-16T02:43:01.800Z PASS [ 0.264s] ( 92/1101) vw-analyzer htcl_backend::tests::goto_on_call_to_imported_proc_jumps_to_lib
19442026-08-16T02:43:01.800Z PASS [ 0.266s] ( 93/1101) vw-analyzer htcl_backend::tests::goto_from_inside_if_body
19452026-08-16T02:43:01.803Z PASS [ 0.265s] ( 94/1101) vw-analyzer htcl_backend::tests::goto_on_src_import_jumps_to_imported_file
19462026-08-16T02:43:01.803Z PASS [ 0.011s] ( 95/1101) vw-analyzer htcl_backend::tests::hover_goto_on_namespaced_newtype_return_type
19472026-08-16T02:43:01.812Z PASS [ 0.265s] ( 96/1101) vw-analyzer htcl_backend::tests::hover_from_cmdsubst_inside_if_body
19482026-08-16T02:43:01.819Z PASS [ 0.263s] ( 97/1101) vw-analyzer htcl_backend::tests::hover_from_inside_if_body
19492026-08-16T02:43:02.043Z PASS [ 0.774s] ( 98/1101) vw-analyzer htcl_backend::tests::edit_to_imported_file_ripples_to_open_importer
19502026-08-16T02:43:02.052Z PASS [ 0.009s] ( 99/1101) vw-analyzer htcl_backend::tests::in_line_comment_recognizes_standalone_and_indented_comments
19512026-08-16T02:43:02.055Z PASS [ 0.265s] ( 100/1101) vw-analyzer htcl_backend::tests::hover_on_call_arg_shows_arg_doc
19522026-08-16T02:43:02.061Z PASS [ 0.010s] ( 101/1101) vw-analyzer htcl_backend::tests::in_line_comment_returns_false_on_code_line
19532026-08-16T02:43:02.064Z PASS [ 0.009s] ( 102/1101) vw-analyzer htcl_backend::tests::in_line_comment_scan_stops_at_line_boundary
19542026-08-16T02:43:02.067Z PASS [ 0.266s] ( 103/1101) vw-analyzer htcl_backend::tests::hover_outside_known_construct_returns_none
19552026-08-16T02:43:02.067Z PASS [ 0.266s] ( 104/1101) vw-analyzer htcl_backend::tests::hover_on_call_site_shows_signature
19562026-08-16T02:43:02.067Z PASS [ 0.266s] ( 105/1101) vw-analyzer htcl_backend::tests::hover_on_imported_call_shows_signature
19572026-08-16T02:43:02.067Z PASS [ 0.266s] ( 106/1101) vw-analyzer htcl_backend::tests::hover_on_enum_decl_shows_variants
19582026-08-16T02:43:02.076Z PASS [ 0.265s] ( 107/1101) vw-analyzer htcl_backend::tests::hover_proc_def_includes_return_type
19592026-08-16T02:43:02.079Z PASS [ 0.013s] ( 108/1101) vw-analyzer htcl_backend::tests::save_skips_debounce_and_commits_immediately
19602026-08-16T02:43:02.328Z PASS [ 0.267s] ( 109/1101) vw-analyzer htcl_backend::tests::references_on_type_covers_annotations
19612026-08-16T02:43:02.331Z PASS [ 0.265s] ( 110/1101) vw-analyzer htcl_backend::tests::references_returns_all_local_call_sites
19622026-08-16T02:43:02.331Z PASS [ 0.265s] ( 111/1101) vw-analyzer htcl_backend::tests::rename_local_via_lsp
19632026-08-16T02:43:02.331Z PASS [ 0.264s] ( 112/1101) vw-analyzer htcl_backend::tests::rename_type_covers_all_annotations
19642026-08-16T02:43:02.331Z PASS [ 0.265s] ( 113/1101) vw-analyzer htcl_backend::tests::rename_proc_name_via_lsp_covers_decl_and_call
19652026-08-16T02:43:02.336Z PASS [ 0.516s] ( 114/1101) vw-analyzer htcl_backend::tests::hover_works_on_call_inside_command_substitution
19662026-08-16T02:43:02.341Z PASS [ 0.265s] ( 115/1101) vw-analyzer htcl_backend::tests::signature_help_highlights_active_parameter
19672026-08-16T02:43:02.344Z PASS [ 0.263s] ( 116/1101) vw-analyzer htcl_backend::tests::signature_help_includes_return_type_arrow
19682026-08-16T02:43:02.596Z PASS [ 0.266s] ( 117/1101) vw-analyzer htcl_backend::tests::unused_var_warning_surfaces_in_lsp
19692026-08-16T02:43:02.597Z PASS [ 0.268s] ( 118/1101) vw-analyzer htcl_backend::tests::signature_help_none_outside_call
19702026-08-16T02:43:02.597Z PASS [ 0.265s] ( 119/1101) vw-analyzer htcl_backend::tests::validator_diagnostics_surface_in_lsp
19712026-08-16T02:43:02.597Z PASS [ 0.266s] ( 120/1101) vw-analyzer htcl_backend::tests::unused_var_underscore_prefix_suppresses_lsp_warning
19722026-08-16T02:43:02.602Z PASS [ 0.266s] ( 121/1101) vw-analyzer htcl_backend::tests::workspace_diagnostics_awaits_pending_preload_indexers
19732026-08-16T02:43:02.612Z PASS [ 0.010s] ( 122/1101) vw-analyzer src_complete::tests::dep_name_completion_when_no_slash_yet
19742026-08-16T02:43:02.622Z PASS [ 0.010s] ( 123/1101) vw-analyzer src_complete::tests::dep_root_listing_hides_module_htcl
19752026-08-16T02:43:02.632Z PASS [ 0.009s] ( 124/1101) vw-analyzer src_complete::tests::lists_dep_root_after_trailing_slash
19762026-08-16T02:43:02.641Z PASS [ 0.009s] ( 125/1101) vw-analyzer src_complete::tests::lists_dep_subdirectory
19772026-08-16T02:43:02.650Z PASS [ 0.009s] ( 126/1101) vw-analyzer src_complete::tests::partial_segment_replaces_only_the_segment
19782026-08-16T02:43:02.659Z PASS [ 0.009s] ( 127/1101) vw-analyzer src_complete::tests::relative_completion_uses_entry_directory
19792026-08-16T02:43:02.670Z PASS [ 0.011s] ( 128/1101) vw-analyzer tests::forwards_frames_then_stops_after_exit
19802026-08-16T02:43:02.680Z PASS [ 0.010s] ( 129/1101) vw-analyzer tests::relays_body_bytes_exactly
19812026-08-16T02:43:02.693Z PASS [ 0.013s] ( 130/1101) vw-analyzer vhdl_backend::tests::absent_file_is_memoized_until_saved
19822026-08-16T02:43:02.704Z PASS [ 0.011s] ( 131/1101) vw-analyzer vhdl_backend::tests::install_files_clears_the_absent_memo
19832026-08-16T02:43:02.714Z PASS [ 0.010s] ( 132/1101) vw-analyzer vhdl_backend::tests::known_file_does_not_re_render
19842026-08-16T02:43:02.724Z PASS [ 0.011s] ( 133/1101) vw-analyzer vhdl_backend::tests::new_file_pulls_in_a_fresh_config
19852026-08-16T02:43:02.732Z PASS [ 0.008s] ( 134/1101) vw-api-client test::a_call_that_comes_good_stops_being_retried
19862026-08-16T02:43:02.739Z PASS [ 0.007s] ( 135/1101) vw-api-client test::a_call_that_never_comes_good_is_tried_exactly_ten_times
19872026-08-16T02:43:02.747Z PASS [ 0.007s] ( 136/1101) vw-api-client test::a_refusal_ends_it_on_the_first_try
19882026-08-16T02:43:02.754Z PASS [ 0.007s] ( 137/1101) vw-api-client test::what_never_got_an_answer_is_tried_again
19892026-08-16T02:43:02.761Z PASS [ 0.007s] ( 138/1101) vw-api-client test::what_the_service_refused_is_not_tried_again
19902026-08-16T02:43:02.792Z PASS [ 0.030s] ( 139/1101) vw-bench test::a_filter_matches_either_kind
19912026-08-16T02:43:02.807Z PASS [ 0.015s] ( 140/1101) vw-bench test::a_mixed_signal_bench_is_discovered
19922026-08-16T02:43:02.821Z PASS [ 0.014s] ( 141/1101) vw-bench test::an_ignored_directory_is_not_run_whichever_kind_it_is
19932026-08-16T02:43:02.827Z PASS [ 0.007s] ( 142/1101) vw-eda protocol::tests::round_trip_err_response
19942026-08-16T02:43:02.833Z PASS [ 0.006s] ( 143/1101) vw-eda protocol::tests::round_trip_eval_request
19952026-08-16T02:43:02.840Z PASS [ 0.007s] ( 144/1101) vw-eda protocol::tests::round_trip_ok_response
19962026-08-16T02:43:02.849Z PASS [ 0.520s] ( 145/1101) vw-analyzer htcl_backend::tests::signature_help_works_on_call_inside_command_substitution
19972026-08-16T02:43:02.852Z PASS [ 0.010s] ( 146/1101) vw-htcl cmdline::tests::active_partial_flag_across_lines
19982026-08-16T02:43:02.855Z PASS [ 0.007s] ( 147/1101) vw-htcl cmdline::tests::argument_position_after_name
19992026-08-16T02:43:02.858Z PASS [ 0.007s] ( 148/1101) vw-htcl cmdline::tests::backslash_newline_continuation_keeps_command_alive
20002026-08-16T02:43:02.861Z PASS [ 0.517s] ( 149/1101) vw-analyzer htcl_backend::tests::workspace_diagnostics_clear_when_import_is_fixed
20012026-08-16T02:43:02.864Z PASS [ 0.007s] ( 150/1101) vw-htcl cmdline::tests::command_position_with_partial
20022026-08-16T02:43:02.867Z PASS [ 0.268s] ( 151/1101) vw-analyzer htcl_backend::tests::workspace_symbols_surface_procs_types_and_enum_variants
20032026-08-16T02:43:02.867Z PASS [ 0.268s] ( 152/1101) vw-analyzer htcl_backend::tests::workspace_diagnostics_surface_errors_in_imported_files
20042026-08-16T02:43:02.868Z PASS [ 0.268s] ( 153/1101) vw-analyzer htcl_backend::tests::workspace_diagnostics_skip_out_of_workspace_deps
20052026-08-16T02:43:02.868Z PASS [ 0.007s] ( 154/1101) vw-htcl cmdline::tests::dash_led_next_line_continuation_no_backslash
20062026-08-16T02:43:02.868Z PASS [ 0.007s] ( 155/1101) vw-htcl cmdline::tests::escaped_double_backslash_newline_still_separates
20072026-08-16T02:43:02.870Z PASS [ 0.007s] ( 156/1101) vw-htcl cmdline::tests::ignores_newlines_inside_brackets
20082026-08-16T02:43:02.873Z PASS [ 0.007s] ( 157/1101) vw-htcl cmdline::tests::resets_at_newline
20092026-08-16T02:43:02.873Z PASS [ 0.007s] ( 158/1101) vw-htcl cmdline::tests::resets_at_command_substitution
20102026-08-16T02:43:02.874Z PASS [ 0.007s] ( 159/1101) vw-htcl cmdline::tests::skips_balanced_inner_brackets
20112026-08-16T02:43:02.874Z PASS [ 0.008s] ( 160/1101) vw-htcl cmdline::tests::partial_flag_after_name
20122026-08-16T02:43:02.874Z PASS [ 0.007s] ( 161/1101) vw-htcl cmdline::tests::used_flags_are_reported
20132026-08-16T02:43:02.877Z PASS [ 0.008s] ( 162/1101) vw-htcl complete::tests::already_used_flag_is_not_reoffered
20142026-08-16T02:43:02.880Z PASS [ 0.007s] ( 163/1101) vw-htcl complete::tests::completes_call_inside_proc_body
20152026-08-16T02:43:02.880Z PASS [ 0.007s] ( 164/1101) vw-htcl complete::tests::constructor_hint_absent_produces_no_extra_completion
20162026-08-16T02:43:02.880Z PASS [ 0.007s] ( 165/1101) vw-htcl complete::tests::constructor_hint_case_insensitive
20172026-08-16T02:43:02.880Z PASS [ 0.007s] ( 166/1101) vw-htcl complete::tests::constructor_hint_offers_snippet_in_value_position
20182026-08-16T02:43:02.880Z PASS [ 0.007s] ( 167/1101) vw-htcl complete::tests::dash_partial_keeps_flag_completion
20192026-08-16T02:43:02.884Z PASS [ 0.007s] ( 168/1101) vw-htcl complete::tests::enum_completion_kind_marks_items
20202026-08-16T02:43:02.887Z PASS [ 0.007s] ( 169/1101) vw-htcl complete::tests::enum_value_position_offers_choices
20212026-08-16T02:43:02.887Z PASS [ 0.007s] ( 170/1101) vw-htcl complete::tests::enum_value_with_spaces_gets_quoted
20222026-08-16T02:43:02.887Z PASS [ 0.007s] ( 171/1101) vw-htcl complete::tests::enum_values_filter_by_partial
20232026-08-16T02:43:02.887Z PASS [ 0.007s] ( 172/1101) vw-htcl complete::tests::flag_completion_carries_doc_and_detail
20242026-08-16T02:43:02.887Z PASS [ 0.007s] ( 173/1101) vw-htcl complete::tests::flag_completion_returns_after_value_is_typed
20252026-08-16T02:43:02.891Z PASS [ 0.007s] ( 174/1101) vw-htcl complete::tests::flag_detail_quotes_string_enum_values
20262026-08-16T02:43:02.894Z PASS [ 0.007s] ( 175/1101) vw-htcl complete::tests::flag_detail_renders_enum_alternatives_and_default
20272026-08-16T02:43:02.894Z PASS [ 0.007s] ( 176/1101) vw-htcl complete::tests::flag_without_enum_offers_no_completions_at_value_position
20282026-08-16T02:43:02.894Z PASS [ 0.007s] ( 177/1101) vw-htcl complete::tests::flags_filtered_by_partial
20292026-08-16T02:43:02.894Z PASS [ 0.007s] ( 178/1101) vw-htcl complete::tests::flags_in_argument_position
20302026-08-16T02:43:02.894Z PASS [ 0.007s] ( 179/1101) vw-htcl complete::tests::no_completion_inside_arg_decls
20312026-08-16T02:43:02.898Z PASS [ 0.007s] ( 180/1101) vw-htcl complete::tests::proc_names_filtered_by_prefix
20322026-08-16T02:43:02.901Z PASS [ 0.007s] ( 181/1101) vw-htcl complete::tests::proc_names_in_command_position
20332026-08-16T02:43:02.901Z PASS [ 0.007s] ( 182/1101) vw-htcl complete::tests::unknown_command_offers_no_flags
20342026-08-16T02:43:02.901Z PASS [ 0.007s] ( 183/1101) vw-htcl doc::tests::blank_line_becomes_paragraph_break
20352026-08-16T02:43:02.901Z PASS [ 0.007s] ( 184/1101) vw-htcl doc::tests::brief_does_not_trip_on_decimal_or_versal_dots
20362026-08-16T02:43:02.904Z PASS [ 0.007s] ( 185/1101) vw-htcl doc::tests::brief_extracts_first_sentence_from_wrapped_lines
20372026-08-16T02:43:02.907Z PASS [ 0.007s] ( 186/1101) vw-htcl doc::tests::brief_falls_back_to_paragraph_when_no_terminator
20382026-08-16T02:43:02.907Z PASS [ 0.007s] ( 187/1101) vw-htcl doc::tests::brief_handles_single_sentence_proc
20392026-08-16T02:43:02.907Z PASS [ 0.007s] ( 188/1101) vw-htcl doc::tests::brief_returns_none_for_empty_input
20402026-08-16T02:43:02.907Z PASS [ 0.007s] ( 189/1101) vw-htcl doc::tests::empty_input_returns_empty_string
20412026-08-16T02:43:02.910Z PASS [ 0.007s] ( 190/1101) vw-htcl doc::tests::extended_brief_round_trip_covers_full_text
20422026-08-16T02:43:02.910Z PASS [ 0.007s] ( 191/1101) vw-htcl doc::tests::extended_returns_none_for_single_sentence_doc
20432026-08-16T02:43:02.913Z PASS [ 0.007s] ( 192/1101) vw-htcl doc::tests::extended_skips_the_summary_sentence
20442026-08-16T02:43:02.916Z PASS [ 0.007s] ( 193/1101) vw-htcl doc::tests::leading_and_trailing_blanks_are_dropped
20452026-08-16T02:43:02.916Z PASS [ 0.007s] ( 194/1101) vw-htcl doc::tests::non_ref_brackets_left_alone
20462026-08-16T02:43:02.916Z PASS [ 0.007s] ( 195/1101) vw-htcl doc::tests::ref_tokens_render_as_inline_code
20472026-08-16T02:43:02.916Z PASS [ 0.007s] ( 196/1101) vw-htcl doc::tests::single_leading_space_is_trimmed_per_line
20482026-08-16T02:43:02.916Z PASS [ 0.007s] ( 197/1101) vw-htcl doc::tests::single_wrapped_paragraph_becomes_one_line
20492026-08-16T02:43:02.919Z PASS [ 0.320s] ( 198/1101) vw-analyzer htcl_backend::tests::workspace_diagnostics_preload_covers_unopened_entry_points
20502026-08-16T02:43:02.919Z PASS [ 0.007s] ( 199/1101) vw-htcl doc::tests::wrap_paragraph_breaks_at_word_boundaries
20512026-08-16T02:43:02.922Z PASS [ 0.007s] ( 200/1101) vw-htcl doc::tests::wrap_paragraph_keeps_oversize_words_on_their_own_line
20522026-08-16T02:43:02.922Z PASS [ 0.007s] ( 201/1101) vw-htcl emit::tests::emit_command_quotes_when_needed
20532026-08-16T02:43:02.922Z PASS [ 0.007s] ( 202/1101) vw-htcl emit::tests::emit_command_simple
20542026-08-16T02:43:02.922Z PASS [ 0.007s] ( 203/1101) vw-htcl emit::tests::emit_doc_full_proc
20552026-08-16T02:43:02.923Z PASS [ 0.007s] ( 204/1101) vw-htcl emit::tests::emitted_output_round_trips_through_parser
20562026-08-16T02:43:02.926Z PASS [ 0.007s] ( 205/1101) vw-htcl emit::tests::empty_body_emits_braces
20572026-08-16T02:43:02.926Z PASS [ 0.007s] ( 206/1101) vw-htcl emit::tests::to_htcl_basic_types
20582026-08-16T02:43:02.929Z PASS [ 0.007s] ( 207/1101) vw-htcl emit::tests::word_lit_picks_bare_when_safe
20592026-08-16T02:43:02.929Z PASS [ 0.007s] ( 208/1101) vw-htcl emit::tests::word_lit_quotes_when_special
20602026-08-16T02:43:02.929Z PASS [ 0.007s] ( 209/1101) vw-htcl enum_parse::tests::comments_skipped_between_variants
20612026-08-16T02:43:02.929Z PASS [ 0.007s] ( 210/1101) vw-htcl enum_parse::tests::empty_body
20622026-08-16T02:43:02.932Z PASS [ 0.007s] ( 211/1101) vw-htcl enum_parse::tests::err_bad_payload_type
20632026-08-16T02:43:02.932Z PASS [ 0.007s] ( 212/1101) vw-htcl enum_parse::tests::err_invalid_first_char
20642026-08-16T02:43:02.935Z PASS [ 0.007s] ( 213/1101) vw-htcl enum_parse::tests::generic_payload
20652026-08-16T02:43:02.935Z PASS [ 0.007s] ( 214/1101) vw-htcl enum_parse::tests::mixed_payload_and_empty
20662026-08-16T02:43:02.935Z PASS [ 0.007s] ( 215/1101) vw-htcl enum_parse::tests::single_empty_payload_variant
20672026-08-16T02:43:02.938Z PASS [ 0.007s] ( 216/1101) vw-htcl enum_parse::tests::single_variant_with_payload
20682026-08-16T02:43:02.938Z PASS [ 0.007s] ( 217/1101) vw-htcl enum_parse::tests::spans_use_base_offset
20692026-08-16T02:43:02.938Z PASS [ 0.007s] ( 218/1101) vw-htcl goto::tests::attribute_ident_to_sibling_arg
20702026-08-16T02:43:02.938Z PASS [ 0.007s] ( 219/1101) vw-htcl goto::tests::attribute_ident_to_unknown_arg_returns_none
20712026-08-16T02:43:02.941Z PASS [ 0.007s] ( 220/1101) vw-htcl goto::tests::call_flag_to_arg_decl
20722026-08-16T02:43:02.941Z PASS [ 0.007s] ( 221/1101) vw-htcl goto::tests::call_flag_to_unknown_arg_returns_none
20732026-08-16T02:43:02.944Z PASS [ 0.007s] ( 222/1101) vw-htcl goto::tests::call_inside_command_substitution_resolves_to_decl
20742026-08-16T02:43:02.944Z PASS [ 0.007s] ( 223/1101) vw-htcl goto::tests::call_to_namespaced_proc_resolves_to_inner_decl
20752026-08-16T02:43:02.944Z PASS [ 0.007s] ( 224/1101) vw-htcl goto::tests::call_inside_proc_body_to_proc_decl
20762026-08-16T02:43:02.944Z PASS [ 0.007s] ( 225/1101) vw-htcl goto::tests::call_to_proc_decl
20772026-08-16T02:43:02.947Z PASS [ 0.007s] ( 226/1101) vw-htcl goto::tests::call_to_unknown_proc_returns_none
20782026-08-16T02:43:02.947Z PASS [ 0.007s] ( 227/1101) vw-htcl goto::tests::doc_prose_falls_through
20792026-08-16T02:43:02.950Z PASS [ 0.007s] ( 228/1101) vw-htcl goto::tests::doc_ref_in_proc_arg_block_resolves
20802026-08-16T02:43:02.950Z PASS [ 0.007s] ( 229/1101) vw-htcl goto::tests::doc_ref_in_proc_block_resolves_to_proc
20812026-08-16T02:43:02.950Z PASS [ 0.007s] ( 230/1101) vw-htcl goto::tests::doc_ref_to_unknown_returns_none
20822026-08-16T02:43:02.950Z PASS [ 0.007s] ( 231/1101) vw-htcl goto::tests::goto_on_qualified_type_finds_decl
20832026-08-16T02:43:02.953Z PASS [ 0.007s] ( 232/1101) vw-htcl goto::tests::goto_on_return_type_finds_type_decl
20842026-08-16T02:43:02.954Z PASS [ 0.007s] ( 233/1101) vw-htcl goto::tests::unknown_var_ref_returns_none
20852026-08-16T02:43:02.954Z PASS [ 0.007s] ( 234/1101) vw-htcl goto::tests::var_ref_inside_dict_for_body_goes_to_kv_binder
20862026-08-16T02:43:02.957Z PASS [ 0.007s] ( 235/1101) vw-htcl goto::tests::var_ref_inside_foreach_body_goes_to_binder
20872026-08-16T02:43:02.957Z PASS [ 0.007s] ( 236/1101) vw-htcl goto::tests::var_ref_inside_opaque_condition_resolves_to_param
20882026-08-16T02:43:02.957Z PASS [ 0.007s] ( 237/1101) vw-htcl goto::tests::var_ref_to_proc_parameter
20892026-08-16T02:43:02.957Z PASS [ 0.007s] ( 238/1101) vw-htcl goto::tests::var_ref_to_set_in_same_body
20902026-08-16T02:43:02.960Z PASS [ 0.007s] ( 239/1101) vw-htcl goto::tests::var_ref_to_variable_declaration
20912026-08-16T02:43:02.960Z PASS [ 0.007s] ( 240/1101) vw-htcl hover::tests::doc_ref_hovers_as_target_call_site
20922026-08-16T02:43:02.960Z PASS [ 0.007s] ( 241/1101) vw-htcl hover::tests::hover_on_bare_name_inside_dict_for_kv_list_resolves
20932026-08-16T02:43:02.963Z PASS [ 0.007s] ( 242/1101) vw-htcl hover::tests::hover_on_call_arg_flag
20942026-08-16T02:43:02.964Z PASS [ 0.007s] ( 243/1101) vw-htcl hover::tests::hover_on_call_inside_command_substitution
20952026-08-16T02:43:02.964Z PASS [ 0.007s] ( 244/1101) vw-htcl hover::tests::hover_on_call_inside_proc_body
20962026-08-16T02:43:02.967Z PASS [ 0.007s] ( 245/1101) vw-htcl hover::tests::hover_on_call_name
20972026-08-16T02:43:02.967Z PASS [ 0.007s] ( 246/1101) vw-htcl hover::tests::hover_on_foreach_kv_list_binder_resolves
20982026-08-16T02:43:02.967Z PASS [ 0.007s] ( 247/1101) vw-htcl hover::tests::hover_on_local_var_infers_type_from_typed_call
20992026-08-16T02:43:02.970Z PASS [ 0.007s] ( 248/1101) vw-htcl hover::tests::hover_on_local_var_reports_local
21002026-08-16T02:43:02.970Z PASS [ 0.007s] ( 249/1101) vw-htcl hover::tests::hover_on_local_var_untyped_rhs_reports_no_type
21012026-08-16T02:43:02.970Z PASS [ 0.007s] ( 250/1101) vw-htcl hover::tests::hover_on_proc_arg_decl
21022026-08-16T02:43:02.973Z PASS [ 0.007s] ( 251/1101) vw-htcl hover::tests::hover_on_proc_decl_name
21032026-08-16T02:43:02.973Z PASS [ 0.007s] ( 252/1101) vw-htcl hover::tests::hover_on_qualified_call_after_backslash_continued_prev_command
21042026-08-16T02:43:02.973Z PASS [ 0.007s] ( 253/1101) vw-htcl hover::tests::hover_on_qualified_call_inside_if_body_after_backslash_continued_prev
21052026-08-16T02:43:02.976Z PASS [ 0.007s] ( 254/1101) vw-htcl hover::tests::hover_on_set_binding_name_infers_type
21062026-08-16T02:43:02.976Z PASS [ 0.007s] ( 255/1101) vw-htcl hover::tests::hover_on_unknown_call_returns_none
21072026-08-16T02:43:02.976Z PASS [ 0.007s] ( 256/1101) vw-htcl hover::tests::hover_on_value_word_returns_none
21082026-08-16T02:43:02.979Z PASS [ 0.007s] ( 257/1101) vw-htcl hover::tests::hover_on_var_in_condition_shows_param
21092026-08-16T02:43:02.979Z PASS [ 0.007s] ( 258/1101) vw-htcl hover::tests::hover_on_var_ref_inside_dict_for_body_resolves_to_kv_binder
21102026-08-16T02:43:02.979Z PASS [ 0.007s] ( 259/1101) vw-htcl line_index::tests::basic_positions
21112026-08-16T02:43:02.979Z PASS [ 0.007s] ( 260/1101) vw-htcl line_index::tests::offset_of_clamps_past_line_end
21122026-08-16T02:43:02.982Z PASS [ 0.007s] ( 261/1101) vw-htcl line_index::tests::offset_of_round_trips
21132026-08-16T02:43:02.982Z PASS [ 0.007s] ( 262/1101) vw-htcl line_index::tests::utf16_character_count
21142026-08-16T02:43:02.985Z PASS [ 0.008s] ( 263/1101) vw-htcl loader::tests::cycle_does_not_loop_forever
21152026-08-16T02:43:02.985Z PASS [ 0.007s] ( 264/1101) vw-htcl loader::tests::idempotent_across_diamond_imports
21162026-08-16T02:43:02.985Z PASS [ 0.007s] ( 265/1101) vw-htcl loader::tests::imports_local_file_and_drops_src_statement
21172026-08-16T02:43:02.985Z PASS [ 0.007s] ( 266/1101) vw-htcl loader::tests::load_source_splices_in_memory_entry_and_resolves_named_dep
21182026-08-16T02:43:02.988Z PASS [ 0.007s] ( 267/1101) vw-htcl loader::tests::loads_a_single_file_unchanged
21192026-08-16T02:43:02.988Z PASS [ 0.007s] ( 268/1101) vw-htcl loader::tests::named_dependency_resolves_through_the_cache
21202026-08-16T02:43:02.991Z PASS [ 0.007s] ( 269/1101) vw-htcl loader::tests::observer_fires_in_dependency_order
21212026-08-16T02:43:02.991Z PASS [ 0.007s] ( 270/1101) vw-htcl loader::tests::observer_suppresses_source_for_already_loaded_imports
21222026-08-16T02:43:02.991Z PASS [ 0.007s] ( 271/1101) vw-htcl loader::tests::regions_map_each_byte_back_to_its_originating_file
21232026-08-16T02:43:02.994Z PASS [ 0.007s] ( 272/1101) vw-htcl loader::tests::unknown_dep_surfaces_helpful_error
21242026-08-16T02:43:02.994Z PASS [ 0.007s] ( 273/1101) vw-htcl lower::tests::bare_var_ref_still_uses_bare_form
21252026-08-16T02:43:02.994Z PASS [ 0.007s] ( 274/1101) vw-htcl lower::tests::braced_var_ref_preserves_braces_in_output
21262026-08-16T02:43:02.994Z PASS [ 0.007s] ( 275/1101) vw-htcl lower::tests::call_inside_proc_body_ships_verbatim
21272026-08-16T02:43:02.998Z PASS [ 0.007s] ( 276/1101) vw-htcl lower::tests::call_with_flags_ships_verbatim
21282026-08-16T02:43:02.998Z PASS [ 0.007s] ( 277/1101) vw-htcl lower::tests::call_with_omitted_arg_ships_verbatim
21292026-08-16T02:43:03.002Z PASS [ 0.007s] ( 278/1101) vw-htcl lower::tests::extern_rename_prelude_is_empty
21302026-08-16T02:43:03.002Z PASS [ 0.007s] ( 279/1101) vw-htcl lower::tests::inner_call_inside_brackets_ships_verbatim
21312026-08-16T02:43:03.002Z PASS [ 0.007s] ( 280/1101) vw-htcl lower::tests::multiline_bracket_substitution_collapses_to_one_line
21322026-08-16T02:43:03.002Z PASS [ 0.007s] ( 281/1101) vw-htcl lower::tests::is_extern_call_recognizes_prefix
21332026-08-16T02:43:03.005Z PASS [ 0.007s] ( 282/1101) vw-htcl lower::tests::nested_multiline_brackets_all_collapse
21342026-08-16T02:43:03.005Z PASS [ 0.007s] ( 283/1101) vw-htcl lower::tests::newlines_inside_braced_groups_stay_intact
21352026-08-16T02:43:03.005Z PASS [ 0.007s] ( 284/1101) vw-htcl lower::tests::proc_decl_emits_kwargs_prelude
21362026-08-16T02:43:03.005Z PASS [ 0.007s] ( 285/1101) vw-htcl lower::tests::proc_with_no_default_emits_empty_string_default
21372026-08-16T02:43:03.008Z PASS [ 0.007s] ( 286/1101) vw-htcl lower::tests::rewrite_externs_anchors_at_global_namespace
21382026-08-16T02:43:03.009Z PASS [ 0.007s] ( 287/1101) vw-htcl lower::tests::rewrite_externs_preserves_namespaced_names
21392026-08-16T02:43:03.009Z PASS [ 0.007s] ( 288/1101) vw-htcl lower::tests::rewrite_externs_respects_word_boundary
21402026-08-16T02:43:03.009Z PASS [ 0.007s] ( 289/1101) vw-htcl lower::tests::string_default_quotes_correctly_in_kwargs_sig
21412026-08-16T02:43:03.011Z PASS [ 0.007s] ( 290/1101) vw-htcl lower::tests::unknown_command_passes_through
21422026-08-16T02:43:03.011Z PASS [ 0.007s] ( 291/1101) vw-htcl overload::tests::dispatcher_includes_default_arm
21432026-08-16T02:43:03.014Z PASS [ 0.007s] ( 292/1101) vw-htcl overload::tests::dispatcher_single_arm
21442026-08-16T02:43:03.014Z PASS [ 0.007s] ( 293/1101) vw-htcl overload::tests::dispatcher_two_arms
21452026-08-16T02:43:03.014Z PASS [ 0.007s] ( 294/1101) vw-htcl parser::tests::attribute_comma_separated_still_works
21462026-08-16T02:43:03.015Z PASS [ 0.007s] ( 295/1101) vw-htcl parser::tests::attribute_on_non_proc_command_reports_error
21472026-08-16T02:43:03.018Z PASS [ 0.007s] ( 296/1101) vw-htcl parser::tests::attribute_with_kebab_value_parses
21482026-08-16T02:43:03.018Z PASS [ 0.007s] ( 297/1101) vw-htcl parser::tests::attribute_with_whitespace_separated_items
21492026-08-16T02:43:03.021Z PASS [ 0.007s] ( 298/1101) vw-htcl parser::tests::blank_line_before_dash_breaks_continuation
21502026-08-16T02:43:03.021Z PASS [ 0.007s] ( 299/1101) vw-htcl parser::tests::bracket_body_still_separates_on_semicolon
21512026-08-16T02:43:03.021Z PASS [ 0.007s] ( 300/1101) vw-htcl parser::tests::bracket_body_treats_newlines_as_whitespace
21522026-08-16T02:43:03.021Z PASS [ 0.007s] ( 301/1101) vw-htcl parser::tests::control_flow_bodies_get_parsed_into_word_body
21532026-08-16T02:43:03.021Z PASS [ 0.007s] ( 302/1101) vw-htcl parser::tests::dash_continuation_survives_trailing_ws_on_previous_line
21542026-08-16T02:43:03.024Z PASS [ 0.007s] ( 303/1101) vw-htcl parser::tests::dash_leading_next_line_continues_command
21552026-08-16T02:43:03.024Z PASS [ 0.007s] ( 304/1101) vw-htcl parser::tests::dash_underscore_line_continues_command
21562026-08-16T02:43:03.027Z PASS [ 0.007s] ( 305/1101) vw-htcl parser::tests::double_dash_next_line_continues_command
21572026-08-16T02:43:03.027Z PASS [ 0.007s] ( 306/1101) vw-htcl parser::tests::foreach_body_populated
21582026-08-16T02:43:03.027Z PASS [ 0.007s] ( 307/1101) vw-htcl parser::tests::hash_mid_command_line_is_still_comment
21592026-08-16T02:43:03.030Z PASS [ 0.007s] ( 308/1101) vw-htcl parser::tests::if_bodies_populated
21602026-08-16T02:43:03.030Z PASS [ 0.007s] ( 309/1101) vw-htcl parser::tests::inline_comment_arg_line_is_stripped
21612026-08-16T02:43:03.030Z PASS [ 0.007s] ( 310/1101) vw-htcl parser::tests::multiple_attributes_stack_on_one_proc
21622026-08-16T02:43:03.033Z PASS [ 0.007s] ( 311/1101) vw-htcl parser::tests::nested_proc_body_is_parsed_recursively
21632026-08-16T02:43:03.034Z PASS [ 0.007s] ( 312/1101) vw-htcl parser::tests::non_dash_next_line_terminates_as_before
21642026-08-16T02:43:03.034Z PASS [ 0.007s] ( 313/1101) vw-htcl parser::tests::parse_comment_and_doc
21652026-08-16T02:43:03.034Z PASS [ 0.007s] ( 314/1101) vw-htcl parser::tests::parse_empty
21662026-08-16T02:43:03.037Z PASS [ 0.007s] ( 315/1101) vw-htcl parser::tests::parse_enum_decl_mixed_payload_and_empty
21672026-08-16T02:43:03.037Z PASS [ 0.007s] ( 316/1101) vw-htcl parser::tests::parse_enum_decl_simple
21682026-08-16T02:43:03.037Z PASS [ 0.007s] ( 317/1101) vw-htcl parser::tests::parse_enum_decl_with_bad_variant_emits_diagnostic
21692026-08-16T02:43:03.040Z PASS [ 0.007s] ( 318/1101) vw-htcl parser::tests::parse_enum_decl_with_payloads
21702026-08-16T02:43:03.040Z PASS [ 0.007s] ( 319/1101) vw-htcl parser::tests::parse_enum_decl_without_equals
21712026-08-16T02:43:03.040Z PASS [ 0.007s] ( 320/1101) vw-htcl parser::tests::parse_proc_braced
21722026-08-16T02:43:03.043Z PASS [ 0.007s] ( 321/1101) vw-htcl parser::tests::parse_proc_with_invalid_return_type_emits_diagnostic
21732026-08-16T02:43:03.043Z PASS [ 0.007s] ( 322/1101) vw-htcl parser::tests::parse_proc_with_qualified_arg_type
21742026-08-16T02:43:03.043Z PASS [ 0.007s] ( 323/1101) vw-htcl parser::tests::parse_proc_with_return_type_bracketed_whitespace
21752026-08-16T02:43:03.043Z PASS [ 0.007s] ( 324/1101) vw-htcl parser::tests::parse_proc_with_return_type_generic_no_whitespace
21762026-08-16T02:43:03.046Z PASS [ 0.007s] ( 325/1101) vw-htcl parser::tests::parse_proc_with_return_type_named
21772026-08-16T02:43:03.047Z PASS [ 0.007s] ( 326/1101) vw-htcl parser::tests::parse_proc_with_return_type_nested_generic
21782026-08-16T02:43:03.047Z PASS [ 0.007s] ( 327/1101) vw-htcl parser::tests::parse_quoted_with_subst
21792026-08-16T02:43:03.050Z PASS [ 0.007s] ( 328/1101) vw-htcl parser::tests::parse_set_command
21802026-08-16T02:43:03.050Z PASS [ 0.007s] ( 329/1101) vw-htcl parser::tests::parse_type_decl_generic_underlying
21812026-08-16T02:43:03.050Z PASS [ 0.007s] ( 330/1101) vw-htcl parser::tests::parse_type_decl_named
21822026-08-16T02:43:03.050Z PASS [ 0.007s] ( 331/1101) vw-htcl parser::tests::parse_type_decl_with_bad_underlying_emits_diagnostic
21832026-08-16T02:43:03.054Z PASS [ 0.007s] ( 332/1101) vw-htcl parser::tests::parse_type_decl_without_equals_works
21842026-08-16T02:43:03.054Z PASS [ 0.007s] ( 333/1101) vw-htcl parser::tests::parse_variable_and_subst
21852026-08-16T02:43:03.054Z PASS [ 0.007s] ( 334/1101) vw-htcl parser::tests::parses_src_statement
21862026-08-16T02:43:03.057Z PASS [ 0.007s] ( 335/1101) vw-htcl parser::tests::parses_src_with_named_dep_prefix
21872026-08-16T02:43:03.057Z PASS [ 0.007s] ( 336/1101) vw-htcl parser::tests::proc_body_newlines_still_terminate
21882026-08-16T02:43:03.057Z PASS [ 0.007s] ( 337/1101) vw-htcl parser::tests::proc_body_parses_into_statements_with_absolute_spans
21892026-08-16T02:43:03.057Z PASS [ 0.007s] ( 338/1101) vw-htcl parser::tests::recovers_from_unterminated_brace
21902026-08-16T02:43:03.060Z PASS [ 0.007s] ( 339/1101) vw-htcl parser::tests::semicolon_separates_commands
21912026-08-16T02:43:03.060Z PASS [ 0.007s] ( 340/1101) vw-htcl parser::tests::src_with_extra_words_is_generic
21922026-08-16T02:43:03.063Z PASS [ 0.007s] ( 341/1101) vw-htcl parser::tests::top_level_attribute_attaches_to_proc
21932026-08-16T02:43:03.063Z PASS [ 0.007s] ( 342/1101) vw-htcl parser::tests::toplevel_newlines_still_terminate
21942026-08-16T02:43:03.063Z PASS [ 0.007s] ( 343/1101) vw-htcl proc_args::tests::arg_with_attrs_and_type
21952026-08-16T02:43:03.063Z PASS [ 0.007s] ( 344/1101) vw-htcl proc_args::tests::arg_with_generic_type_annotation
21962026-08-16T02:43:03.066Z PASS [ 0.007s] ( 345/1101) vw-htcl proc_args::tests::arg_with_invalid_type_emits_diagnostic
21972026-08-16T02:43:03.066Z PASS [ 0.007s] ( 346/1101) vw-htcl proc_args::tests::arg_with_named_type_annotation
21982026-08-16T02:43:03.069Z PASS [ 0.007s] ( 347/1101) vw-htcl proc_args::tests::doc_comments_and_attributes
21992026-08-16T02:43:03.069Z PASS [ 0.007s] ( 348/1101) vw-htcl proc_args::tests::empty_signature
22002026-08-16T02:43:03.069Z PASS [ 0.007s] ( 349/1101) vw-htcl proc_args::tests::error_on_missing_arg_name
22012026-08-16T02:43:03.069Z PASS [ 0.007s] ( 350/1101) vw-htcl proc_args::tests::error_on_garbage_attribute_value
22022026-08-16T02:43:03.072Z PASS [ 0.007s] ( 351/1101) vw-htcl proc_args::tests::ident_attribute_values
22032026-08-16T02:43:03.072Z PASS [ 0.007s] ( 352/1101) vw-htcl proc_args::tests::plain_arg_names
22042026-08-16T02:43:03.072Z PASS [ 0.007s] ( 353/1101) vw-htcl proc_args::tests::required_attribute_no_args
22052026-08-16T02:43:03.075Z PASS [ 0.007s] ( 354/1101) vw-htcl proc_args::tests::string_attribute_values
22062026-08-16T02:43:03.075Z PASS [ 0.007s] ( 355/1101) vw-htcl proc_args::tests::typed_and_untyped_args_mix
22072026-08-16T02:43:03.078Z PASS [ 0.007s] ( 356/1101) vw-htcl putr::tests::inline_proc_call_uses_return_type
22082026-08-16T02:43:03.079Z PASS [ 0.007s] ( 357/1101) vw-htcl putr::tests::inside_proc_body_uses_arg_type
22092026-08-16T02:43:03.079Z PASS [ 0.007s] ( 358/1101) vw-htcl putr::tests::typed_var_dispatches_through_repr
22102026-08-16T02:43:03.079Z PASS [ 0.007s] ( 359/1101) vw-htcl putr::tests::unannotated_proc_return_type_inferred_from_body
22112026-08-16T02:43:03.082Z PASS [ 0.007s] ( 360/1101) vw-htcl putr::tests::untyped_var_falls_back_to_plain_puts
22122026-08-16T02:43:03.082Z PASS [ 0.007s] ( 361/1101) vw-htcl putr::tests::wrong_arity_left_alone
22132026-08-16T02:43:03.082Z PASS [ 0.007s] ( 362/1101) vw-htcl references::tests::find_proc_refs_covers_decl_and_calls
22142026-08-16T02:43:03.085Z PASS [ 0.007s] ( 363/1101) vw-htcl references::tests::find_type_refs_covers_decl_and_annotations
22152026-08-16T02:43:03.085Z PASS [ 0.007s] ( 364/1101) vw-htcl references::tests::identify_enum_variant_on_decl_variant
22162026-08-16T02:43:03.085Z PASS [ 0.007s] ( 365/1101) vw-htcl references::tests::identify_proc_on_call_site
22172026-08-16T02:43:03.088Z PASS [ 0.007s] ( 366/1101) vw-htcl references::tests::identify_proc_on_decl_name
22182026-08-16T02:43:03.088Z PASS [ 0.007s] ( 367/1101) vw-htcl references::tests::identify_type_on_decl_and_annotation
22192026-08-16T02:43:03.088Z PASS [ 0.007s] ( 368/1101) vw-htcl rename::tests::is_valid_ident_smoke
22202026-08-16T02:43:03.091Z PASS [ 0.007s] ( 369/1101) vw-htcl rename::tests::refuse_invalid_new_name
22212026-08-16T02:43:03.091Z PASS [ 0.007s] ( 370/1101) vw-htcl rename::tests::rename_covers_uses_inside_if_body
22222026-08-16T02:43:03.091Z PASS [ 0.007s] ( 371/1101) vw-htcl rename::tests::rename_does_not_leak_into_nested_proc_scope
22232026-08-16T02:43:03.091Z PASS [ 0.007s] ( 372/1101) vw-htcl rename::tests::rename_foreach_iterator
22242026-08-16T02:43:03.094Z PASS [ 0.007s] ( 373/1101) vw-htcl rename::tests::rename_from_cursor_on_dollar_sign
22252026-08-16T02:43:03.094Z PASS [ 0.007s] ( 374/1101) vw-htcl rename::tests::rename_proc_arg_from_body_var_ref
22262026-08-16T02:43:03.098Z PASS [ 0.007s] ( 375/1101) vw-htcl rename::tests::rename_proc_arg_from_decl
22272026-08-16T02:43:03.098Z PASS [ 0.007s] ( 376/1101) vw-htcl rename::tests::rename_proc_arg_updates_attribute_ident
22282026-08-16T02:43:03.098Z PASS [ 0.007s] ( 377/1101) vw-htcl rename::tests::rename_proc_from_call_site
22292026-08-16T02:43:03.098Z PASS [ 0.007s] ( 378/1101) vw-htcl rename::tests::rename_proc_from_decl_covers_call_sites
22302026-08-16T02:43:03.101Z PASS [ 0.007s] ( 379/1101) vw-htcl rename::tests::rename_set_local_from_decl_position
22312026-08-16T02:43:03.101Z PASS [ 0.007s] ( 380/1101) vw-htcl rename::tests::rename_set_local_from_var_ref_position
22322026-08-16T02:43:03.101Z PASS [ 0.007s] ( 381/1101) vw-htcl rename::tests::rename_top_level_set
22332026-08-16T02:43:03.104Z PASS [ 0.007s] ( 382/1101) vw-htcl rename::tests::rename_upvar_local
22342026-08-16T02:43:03.104Z PASS [ 0.007s] ( 383/1101) vw-htcl repr::tests::dispatch_for_generic_uses_mangled
22352026-08-16T02:43:03.104Z PASS [ 0.007s] ( 384/1101) vw-htcl repr::tests::dispatch_for_primitive_uses_name
22362026-08-16T02:43:03.107Z PASS [ 0.007s] ( 385/1101) vw-htcl repr::tests::emit_repr_dedups_repeated_subtypes
22372026-08-16T02:43:03.107Z PASS [ 0.007s] ( 386/1101) vw-htcl repr::tests::emit_repr_dict_string_string
22382026-08-16T02:43:03.107Z PASS [ 0.007s] ( 387/1101) vw-htcl repr::tests::emit_repr_list_bd_cell
22392026-08-16T02:43:03.110Z PASS [ 0.007s] ( 388/1101) vw-htcl repr::tests::emit_repr_named_emits_no_procs
22402026-08-16T02:43:03.111Z PASS [ 0.007s] ( 389/1101) vw-htcl repr::tests::emit_repr_nested_topologically_orders_sub_procs
22412026-08-16T02:43:03.111Z PASS [ 0.007s] ( 390/1101) vw-htcl repr::tests::emit_repr_unknown_generic_falls_back_to_identity
22422026-08-16T02:43:03.114Z PASS [ 0.007s] ( 391/1101) vw-htcl repr::tests::enum_prelude_mixed_payload_and_empty
22432026-08-16T02:43:03.114Z PASS [ 0.007s] ( 392/1101) vw-htcl repr::tests::enum_prelude_with_empty_payload_variants
22442026-08-16T02:43:03.114Z PASS [ 0.007s] ( 393/1101) vw-htcl repr::tests::enum_prelude_with_payload_variants
22452026-08-16T02:43:03.114Z PASS [ 0.772s] ( 394/1101) vw-analyzer htcl_backend::tests::workspace_diagnostics_clear_when_open_import_is_fixed
22462026-08-16T02:43:03.118Z PASS [ 0.008s] ( 395/1101) vw-htcl repr::tests::is_primitive_table
22472026-08-16T02:43:03.118Z PASS [ 0.007s] ( 396/1101) vw-htcl repr::tests::mangle_dict_two_args
22482026-08-16T02:43:03.118Z PASS [ 0.007s] ( 397/1101) vw-htcl repr::tests::mangle_list_one_arg
22492026-08-16T02:43:03.118Z PASS [ 0.008s] ( 398/1101) vw-htcl repr::tests::mangle_nested
22502026-08-16T02:43:03.121Z PASS [ 0.007s] ( 399/1101) vw-htcl repr::tests::mangle_primitives
22512026-08-16T02:43:03.121Z PASS [ 0.007s] ( 400/1101) vw-htcl scope::tests::scan_finds_bare_var_from_within
22522026-08-16T02:43:03.121Z PASS [ 0.008s] ( 401/1101) vw-htcl repr::tests::primitive_prelude_emits_one_namespace_block_per_type
22532026-08-16T02:43:03.125Z PASS [ 0.007s] ( 402/1101) vw-htcl scope::tests::scan_finds_braced_var
22542026-08-16T02:43:03.125Z PASS [ 0.007s] ( 403/1101) vw-htcl scope::tests::scan_finds_var_on_dollar
22552026-08-16T02:43:03.125Z PASS [ 0.008s] ( 404/1101) vw-htcl scope::tests::scan_returns_none_off_a_var
22562026-08-16T02:43:03.125Z PASS [ 0.007s] ( 405/1101) vw-htcl signature_help::tests::active_parameter_follows_last_flag
22572026-08-16T02:43:03.125Z PASS [ 0.007s] ( 406/1101) vw-htcl signature_help::tests::active_parameter_tracks_partial_flag
22582026-08-16T02:43:03.128Z PASS [ 0.007s] ( 407/1101) vw-htcl signature_help::tests::none_for_unknown_command
22592026-08-16T02:43:03.128Z PASS [ 0.008s] ( 408/1101) vw-htcl signature_help::tests::none_while_typing_proc_name
22602026-08-16T02:43:03.132Z PASS [ 0.007s] ( 409/1101) vw-htcl signature_help::tests::shows_signature_after_name
22612026-08-16T02:43:03.132Z PASS [ 0.007s] ( 410/1101) vw-htcl signature_help::tests::works_inside_proc_body
22622026-08-16T02:43:03.132Z PASS [ 0.008s] ( 411/1101) vw-htcl src_path::tests::bare_named_dep_resolves_to_module_htcl
22632026-08-16T02:43:03.132Z PASS [ 0.007s] ( 412/1101) vw-htcl src_path::tests::classify_absolute
22642026-08-16T02:43:03.132Z PASS [ 0.007s] ( 413/1101) vw-htcl src_path::tests::classify_named
22652026-08-16T02:43:03.132Z PASS [ 0.007s] ( 414/1101) vw-htcl src_path::tests::classify_relative
22662026-08-16T02:43:03.136Z PASS [ 0.007s] ( 415/1101) vw-htcl src_path::tests::directory_with_module_htcl_resolves
22672026-08-16T02:43:03.137Z PASS [ 0.007s] ( 416/1101) vw-htcl src_path::tests::directory_without_module_htcl_errors_pointing_at_module
22682026-08-16T02:43:03.137Z PASS [ 0.007s] ( 417/1101) vw-htcl src_path::tests::missing_file_errors
22692026-08-16T02:43:03.137Z PASS [ 0.007s] ( 418/1101) vw-htcl src_path::tests::named_dep_subpath_can_be_directory_module
22702026-08-16T02:43:03.140Z PASS [ 0.007s] ( 419/1101) vw-htcl src_path::tests::resolve_named_dependency
22712026-08-16T02:43:03.140Z PASS [ 0.008s] ( 420/1101) vw-htcl src_path::tests::resolve_relative_appends_htcl
22722026-08-16T02:43:03.140Z PASS [ 0.008s] ( 421/1101) vw-htcl src_path::tests::self_referential_workspace_resolves
22732026-08-16T02:43:03.140Z PASS [ 0.008s] ( 422/1101) vw-htcl src_path::tests::sibling_htcl_wins_over_directory_module
22742026-08-16T02:43:03.140Z PASS [ 0.007s] ( 423/1101) vw-htcl src_path::tests::unknown_dep_errors_cleanly
22752026-08-16T02:43:03.144Z PASS [ 0.007s] ( 424/1101) vw-htcl src_path::tests::with_dep_if_absent_leaves_existing_alone
22762026-08-16T02:43:03.144Z PASS [ 0.007s] ( 425/1101) vw-htcl src_path::tests::with_dep_if_absent_registers_when_missing
22772026-08-16T02:43:03.144Z PASS [ 0.007s] ( 426/1101) vw-htcl type_parse::tests::deeply_nested
22782026-08-16T02:43:03.144Z PASS [ 0.007s] ( 427/1101) vw-htcl type_parse::tests::err_empty_input
22792026-08-16T02:43:03.187Z PASS [ 0.007s] ( 428/1101) vw-htcl type_parse::tests::err_invalid_ident_start
22802026-08-16T02:43:03.187Z PASS [ 0.007s] ( 429/1101) vw-htcl type_parse::tests::err_missing_close_after_comma
22812026-08-16T02:43:03.187Z PASS [ 0.007s] ( 430/1101) vw-htcl type_parse::tests::err_qualified_missing_variant
22822026-08-16T02:43:03.192Z PASS [ 0.007s] ( 431/1101) vw-htcl type_parse::tests::err_qualified_with_generic_args
22832026-08-16T02:43:03.192Z PASS [ 0.007s] ( 432/1101) vw-htcl type_parse::tests::err_single_colon_not_qualified
22842026-08-16T02:43:03.192Z PASS [ 0.007s] ( 433/1101) vw-htcl type_parse::tests::err_trailing_garbage
22852026-08-16T02:43:03.192Z PASS [ 0.007s] ( 434/1101) vw-htcl type_parse::tests::err_unterminated_generic
22862026-08-16T02:43:03.192Z PASS [ 0.007s] ( 435/1101) vw-htcl type_parse::tests::generic_single_arg
22872026-08-16T02:43:03.192Z PASS [ 0.007s] ( 436/1101) vw-htcl type_parse::tests::generic_two_args
22882026-08-16T02:43:03.192Z PASS [ 0.007s] ( 437/1101) vw-htcl type_parse::tests::named_simple
22892026-08-16T02:43:03.192Z PASS [ 0.007s] ( 438/1101) vw-htcl type_parse::tests::nested_generic
22902026-08-16T02:43:03.192Z PASS [ 0.008s] ( 439/1101) vw-htcl type_parse::tests::qualified_simple
22912026-08-16T02:43:03.192Z PASS [ 0.007s] ( 440/1101) vw-htcl type_parse::tests::qualified_with_underscore_idents
22922026-08-16T02:43:03.192Z PASS [ 0.007s] ( 441/1101) vw-htcl type_parse::tests::span_uses_base_offset
22932026-08-16T02:43:03.192Z PASS [ 0.007s] ( 442/1101) vw-htcl type_parse::tests::whitespace_between_tokens_is_fine
22942026-08-16T02:43:03.192Z PASS [ 0.007s] ( 443/1101) vw-htcl undefined::tests::braced_ref_not_flagged
22952026-08-16T02:43:03.192Z PASS [ 0.007s] ( 444/1101) vw-htcl undefined::tests::catch_result_var_is_a_decl
22962026-08-16T02:43:03.192Z PASS [ 0.007s] ( 445/1101) vw-htcl undefined::tests::cmd_subst_in_body
22972026-08-16T02:43:03.192Z PASS [ 0.008s] ( 446/1101) vw-htcl undefined::tests::dcmac_typo_flagged
22982026-08-16T02:43:03.192Z PASS [ 0.007s] ( 447/1101) vw-htcl undefined::tests::defined_local_clean
22992026-08-16T02:43:03.192Z PASS [ 0.007s] ( 448/1101) vw-htcl undefined::tests::dict_for_binds_key_and_value_vars
23002026-08-16T02:43:03.192Z PASS [ 0.007s] ( 449/1101) vw-htcl undefined::tests::dynamic_eval_suppresses
23012026-08-16T02:43:03.192Z PASS [ 0.007s] ( 450/1101) vw-htcl undefined::tests::foreach_iterator_available_after_loop
23022026-08-16T02:43:03.192Z PASS [ 0.007s] ( 451/1101) vw-htcl undefined::tests::foreach_var_clean
23032026-08-16T02:43:03.192Z PASS [ 0.008s] ( 452/1101) vw-htcl undefined::tests::if_else_union_clean
23042026-08-16T02:43:03.192Z PASS [ 0.007s] ( 453/1101) vw-htcl undefined::tests::implicit_env_clean
23052026-08-16T02:43:03.193Z PASS [ 0.007s] ( 454/1101) vw-htcl undefined::tests::implicit_errorinfo_clean
23062026-08-16T02:43:03.193Z PASS [ 0.007s] ( 455/1101) vw-htcl undefined::tests::nested_scope_isolated
23072026-08-16T02:43:03.193Z PASS [ 0.007s] ( 456/1101) vw-htcl undefined::tests::numeric_names_skipped
23082026-08-16T02:43:03.193Z PASS [ 0.007s] ( 457/1101) vw-htcl undefined::tests::port_htcl_repro
23092026-08-16T02:43:03.193Z PASS [ 0.007s] ( 458/1101) vw-htcl undefined::tests::port_htcl_repro_minimal
23102026-08-16T02:43:03.193Z PASS [ 0.007s] ( 459/1101) vw-htcl undefined::tests::proc_arg_clean
23112026-08-16T02:43:03.193Z PASS [ 0.007s] ( 460/1101) vw-htcl undefined::tests::regexp_var_captures_are_decls
23122026-08-16T02:43:03.193Z PASS [ 0.008s] ( 461/1101) vw-htcl undefined::tests::set_inside_foreach_body_defines_in_outer_scope
23132026-08-16T02:43:03.193Z PASS [ 0.007s] ( 462/1101) vw-htcl undefined::tests::short_names_no_suggestion_noise
23142026-08-16T02:43:03.193Z PASS [ 0.008s] ( 463/1101) vw-htcl undefined::tests::subscript_base_defined
23152026-08-16T02:43:03.193Z PASS [ 0.007s] ( 464/1101) vw-htcl undefined::tests::top_level_defined_clean
23162026-08-16T02:43:03.193Z PASS [ 0.008s] ( 465/1101) vw-htcl undefined::tests::top_level_flagged
23172026-08-16T02:43:03.193Z PASS [ 0.007s] ( 466/1101) vw-htcl undefined::tests::typo_with_multiple_candidates
23182026-08-16T02:43:03.193Z PASS [ 0.007s] ( 467/1101) vw-htcl undefined::tests::underscore_prefix_no_alias
23192026-08-16T02:43:03.193Z PASS [ 0.007s] ( 468/1101) vw-htcl undefined::tests::upvar_local_defined
23202026-08-16T02:43:03.193Z PASS [ 0.007s] ( 469/1101) vw-htcl undefined::tests::vw_kwargs_flags_are_implicit
23212026-08-16T02:43:03.193Z PASS [ 0.007s] ( 470/1101) vw-htcl unused::tests::arg_used_in_namespace_eval_body_counts
23222026-08-16T02:43:03.193Z PASS [ 0.007s] ( 471/1101) vw-htcl unused::tests::dynamic_apply_leaks_scope
23232026-08-16T02:43:03.193Z PASS [ 0.008s] ( 472/1101) vw-htcl unused::tests::dynamic_eval_leaks_scope
23242026-08-16T02:43:03.193Z PASS [ 0.008s] ( 473/1101) vw-htcl unused::tests::dynamic_info_exists_leaks_scope
23252026-08-16T02:43:03.193Z PASS [ 0.008s] ( 474/1101) vw-htcl unused::tests::dynamic_uplevel_leaks_scope
23262026-08-16T02:43:03.193Z PASS [ 0.007s] ( 475/1101) vw-htcl unused::tests::foreach_iterator_unused_is_flagged
23272026-08-16T02:43:03.193Z PASS [ 0.008s] ( 476/1101) vw-htcl unused::tests::foreach_iterator_used_in_body_is_not_flagged
23282026-08-16T02:43:03.198Z PASS [ 0.007s] ( 477/1101) vw-htcl unused::tests::foreach_multi_var_partial_unused
23292026-08-16T02:43:03.198Z PASS [ 0.008s] ( 478/1101) vw-htcl unused::tests::foreach_pairs_form_all_used
23302026-08-16T02:43:03.198Z PASS [ 0.010s] ( 479/1101) vw-htcl unused::tests::foreach_multi_var_all_used
23312026-08-16T02:43:03.198Z PASS [ 0.008s] ( 480/1101) vw-htcl unused::tests::literal_eval_does_not_leak
23322026-08-16T02:43:03.198Z PASS [ 0.007s] ( 481/1101) vw-htcl unused::tests::nested_proc_scope_does_not_leak
23332026-08-16T02:43:03.198Z PASS [ 0.007s] ( 482/1101) vw-htcl unused::tests::nested_proc_scope_not_tainted_by_outer_leak
23342026-08-16T02:43:03.198Z PASS [ 0.007s] ( 483/1101) vw-htcl unused::tests::subscript_reference_counts_as_use_of_base
23352026-08-16T02:43:03.198Z PASS [ 0.007s] ( 484/1101) vw-htcl unused::tests::top_level_underscore_prefix_suppresses
23362026-08-16T02:43:03.202Z PASS [ 0.007s] ( 485/1101) vw-htcl unused::tests::top_level_unused_set_is_flagged
23372026-08-16T02:43:03.202Z PASS [ 0.007s] ( 486/1101) vw-htcl unused::tests::top_level_used_set_is_not_flagged
23382026-08-16T02:43:03.202Z PASS [ 0.008s] ( 487/1101) vw-htcl unused::tests::two_word_set_is_read_not_decl
23392026-08-16T02:43:03.202Z PASS [ 0.007s] ( 488/1101) vw-htcl unused::tests::underscore_prefix_suppresses_arg_warning
23402026-08-16T02:43:03.202Z PASS [ 0.007s] ( 489/1101) vw-htcl unused::tests::underscore_prefix_suppresses_local_warning
23412026-08-16T02:43:03.206Z PASS [ 0.007s] ( 490/1101) vw-htcl unused::tests::unused_local_set_is_flagged
23422026-08-16T02:43:03.206Z PASS [ 0.007s] ( 491/1101) vw-htcl unused::tests::unused_proc_arg_is_flagged
23432026-08-16T02:43:03.206Z PASS [ 0.007s] ( 492/1101) vw-htcl unused::tests::upvar_local_unused_is_flagged
23442026-08-16T02:43:03.206Z PASS [ 0.007s] ( 493/1101) vw-htcl unused::tests::upvar_local_used_is_not_flagged
23452026-08-16T02:43:03.209Z PASS [ 0.007s] ( 494/1101) vw-htcl unused::tests::upvar_multi_pair_partial_unused
23462026-08-16T02:43:03.209Z PASS [ 0.007s] ( 495/1101) vw-htcl unused::tests::use_inside_command_substitution_counts
23472026-08-16T02:43:03.209Z PASS [ 0.008s] ( 496/1101) vw-htcl unused::tests::use_inside_if_body_is_reached
23482026-08-16T02:43:03.209Z PASS [ 0.007s] ( 497/1101) vw-htcl unused::tests::use_inside_nested_if_else_is_reached
23492026-08-16T02:43:03.213Z PASS [ 0.007s] ( 498/1101) vw-htcl unused::tests::use_via_braced_var_with_namespace_qualifier
23502026-08-16T02:43:03.213Z PASS [ 0.008s] ( 499/1101) vw-htcl unused::tests::use_inside_while_body_is_reached
23512026-08-16T02:43:03.213Z PASS [ 0.007s] ( 500/1101) vw-htcl unused::tests::use_via_expr_arg_of_expr_command
23522026-08-16T02:43:03.218Z PASS [ 0.007s] ( 501/1101) vw-htcl unused::tests::use_via_expr_braced_arg
23532026-08-16T02:43:03.218Z PASS [ 0.007s] ( 502/1101) vw-htcl unused::tests::use_via_expr_braced_arg_is_reached
23542026-08-16T02:43:03.218Z PASS [ 0.008s] ( 503/1101) vw-htcl unused::tests::use_via_expr_braced_arg_with_string_ops
23552026-08-16T02:43:03.218Z PASS [ 0.007s] ( 504/1101) vw-htcl unused::tests::used_local_set_is_not_flagged
23562026-08-16T02:43:03.218Z PASS [ 0.007s] ( 505/1101) vw-htcl unused::tests::used_proc_arg_is_not_flagged
23572026-08-16T02:43:03.222Z PASS [ 0.008s] ( 506/1101) vw-htcl validate::tests::arg_with_no_default_is_implicitly_required
23582026-08-16T02:43:03.222Z PASS [ 0.008s] ( 507/1101) vw-htcl validate::tests::ad_hoc_overload_emits_hard_error
23592026-08-16T02:43:03.222Z PASS [ 0.007s] ( 508/1101) vw-htcl validate::tests::bare_positional_typo_of_known_proc_is_flagged
23602026-08-16T02:43:03.222Z PASS [ 0.008s] ( 509/1101) vw-htcl validate::tests::bare_return_in_annotated_proc_errors
23612026-08-16T02:43:03.222Z PASS [ 0.007s] ( 510/1101) vw-htcl validate::tests::bare_return_in_unit_proc_is_ok
23622026-08-16T02:43:03.226Z PASS [ 0.007s] ( 511/1101) vw-htcl validate::tests::baseline_arg_is_optional_and_does_not_warn_when_matched
23632026-08-16T02:43:03.226Z PASS [ 0.007s] ( 512/1101) vw-htcl validate::tests::bool_literal_arbitrary_string_errors
23642026-08-16T02:43:03.226Z PASS [ 0.007s] ( 513/1101) vw-htcl validate::tests::bool_literal_false_no_diagnostic
23652026-08-16T02:43:03.226Z PASS [ 0.008s] ( 514/1101) vw-htcl validate::tests::bool_literal_true_no_diagnostic
23662026-08-16T02:43:03.230Z PASS [ 0.007s] ( 515/1101) vw-htcl validate::tests::conflicts_dependency
23672026-08-16T02:43:03.230Z PASS [ 0.009s] ( 516/1101) vw-htcl validate::tests::bool_literal_integer_1_errors
23682026-08-16T02:43:03.230Z PASS [ 0.008s] ( 517/1101) vw-htcl validate::tests::doc_signatures_shadow_extra_without_warning
23692026-08-16T02:43:03.230Z PASS [ 0.007s] ( 518/1101) vw-htcl validate::tests::duplicate_arg_warns
23702026-08-16T02:43:03.234Z PASS [ 0.007s] ( 519/1101) vw-htcl validate::tests::dynamic_value_skips_enum_check
23712026-08-16T02:43:03.234Z PASS [ 0.008s] ( 520/1101) vw-htcl validate::tests::empty_body_annotated_proc_errors
23722026-08-16T02:43:03.234Z PASS [ 0.008s] ( 521/1101) vw-htcl validate::tests::empty_default_is_sentinel_no_warn
23732026-08-16T02:43:03.234Z PASS [ 0.007s] ( 522/1101) vw-htcl validate::tests::empty_deps_no_check
23742026-08-16T02:43:03.234Z PASS [ 0.007s] ( 523/1101) vw-htcl validate::tests::enum_accepts_listed_value
23752026-08-16T02:43:03.238Z PASS [ 0.007s] ( 524/1101) vw-htcl validate::tests::enum_decl_with_duplicate_variants_errors
23762026-08-16T02:43:03.238Z PASS [ 0.007s] ( 525/1101) vw-htcl validate::tests::enum_decl_with_unique_variants_passes
23772026-08-16T02:43:03.238Z PASS [ 0.007s] ( 526/1101) vw-htcl validate::tests::enum_overload_arm_empty_body_no_error
23782026-08-16T02:43:03.238Z PASS [ 0.008s] ( 527/1101) vw-htcl validate::tests::enum_rejects_unlisted_value
23792026-08-16T02:43:03.241Z PASS [ 0.007s] ( 528/1101) vw-htcl validate::tests::extern_prefixed_call_skips_unknown_check
23802026-08-16T02:43:03.242Z PASS [ 0.007s] ( 529/1101) vw-htcl validate::tests::extra_signatures_resolve_unknown_calls_from_prior_batches
23812026-08-16T02:43:03.242Z PASS [ 0.007s] ( 530/1101) vw-htcl validate::tests::happy_path_no_diagnostics
23822026-08-16T02:43:03.245Z PASS [ 0.008s] ( 531/1101) vw-htcl validate::tests::if_elseif_else_all_return_no_error
23832026-08-16T02:43:03.245Z PASS [ 0.009s] ( 532/1101) vw-htcl validate::tests::if_else_both_return_no_error
23842026-08-16T02:43:03.245Z PASS [ 0.007s] ( 533/1101) vw-htcl validate::tests::if_no_else_annotated_proc_errors
23852026-08-16T02:43:03.245Z PASS [ 0.008s] ( 534/1101) vw-htcl validate::tests::implicit_last_expression_extern_call_no_error
23862026-08-16T02:43:03.245Z PASS [ 0.007s] ( 535/1101) vw-htcl validate::tests::implicit_last_expression_typed_proc_call_no_error
23872026-08-16T02:43:03.249Z PASS [ 0.007s] ( 536/1101) vw-htcl validate::tests::implicit_required_satisfied_when_supplied
23882026-08-16T02:43:03.249Z PASS [ 0.007s] ( 537/1101) vw-htcl validate::tests::interpolated_value_does_not_warn
23892026-08-16T02:43:03.249Z PASS [ 0.007s] ( 538/1101) vw-htcl validate::tests::known_tcl_builtin_with_keyword_args_is_allowed
23902026-08-16T02:43:03.253Z PASS [ 0.007s] ( 539/1101) vw-htcl validate::tests::missing_required
23912026-08-16T02:43:03.253Z PASS [ 0.008s] ( 540/1101) vw-htcl validate::tests::namespace_eval_extern_is_rejected
23922026-08-16T02:43:03.253Z PASS [ 0.008s] ( 541/1101) vw-htcl validate::tests::namespace_eval_proc_validates_at_qualified_name
23932026-08-16T02:43:03.253Z PASS [ 0.008s] ( 542/1101) vw-htcl validate::tests::namespaced_newtype_return_type_allowed
23942026-08-16T02:43:03.253Z PASS [ 0.007s] ( 543/1101) vw-htcl validate::tests::namespaced_newtype_tail_arg_allowed
23952026-08-16T02:43:03.256Z PASS [ 0.008s] ( 544/1101) vw-htcl validate::tests::namespaced_proc_satisfied_by_valid_args
23962026-08-16T02:43:03.256Z PASS [ 0.008s] ( 545/1101) vw-htcl validate::tests::nested_namespace_eval_qualifies_recursively
23972026-08-16T02:43:03.256Z PASS [ 0.008s] ( 546/1101) vw-htcl validate::tests::newtype_triplet_empty_body_no_error
23982026-08-16T02:43:03.260Z PASS [ 0.007s] ( 547/1101) vw-htcl validate::tests::non_default_value_does_not_warn
23992026-08-16T02:43:03.260Z PASS [ 0.008s] ( 548/1101) vw-htcl validate::tests::one_of_arg_is_not_treated_as_required
24002026-08-16T02:43:03.260Z PASS [ 0.007s] ( 549/1101) vw-htcl validate::tests::one_of_declarations_are_symmetric
24012026-08-16T02:43:03.260Z PASS [ 0.007s] ( 550/1101) vw-htcl validate::tests::one_of_rejects_both_alternatives
24022026-08-16T02:43:03.260Z PASS [ 0.007s] ( 551/1101) vw-htcl validate::tests::one_of_requires_exactly_one_alternative
24032026-08-16T02:43:03.263Z PASS [ 0.008s] ( 552/1101) vw-htcl validate::tests::one_of_satisfied_by_either_alternative
24042026-08-16T02:43:03.263Z PASS [ 0.007s] ( 553/1101) vw-htcl validate::tests::overload_set_with_exhaustive_arms_classifies
24052026-08-16T02:43:03.263Z PASS [ 0.008s] ( 554/1101) vw-htcl validate::tests::overload_with_duplicate_variant_errors
24062026-08-16T02:43:03.267Z PASS [ 0.007s] ( 555/1101) vw-htcl validate::tests::overload_with_extra_args_errors
24072026-08-16T02:43:03.267Z PASS [ 0.007s] ( 556/1101) vw-htcl validate::tests::overload_with_mismatched_enums_errors
24082026-08-16T02:43:03.267Z PASS [ 0.007s] ( 557/1101) vw-htcl validate::tests::overload_with_mismatched_return_type_errors
24092026-08-16T02:43:03.270Z PASS [ 0.007s] ( 558/1101) vw-htcl validate::tests::positional_call_with_no_namespaced_match_still_passes
24102026-08-16T02:43:03.270Z PASS [ 0.009s] ( 559/1101) vw-htcl validate::tests::positional_call_with_namespaced_match_is_flagged
24112026-08-16T02:43:03.270Z PASS [ 0.007s] ( 560/1101) vw-htcl validate::tests::positional_unknown_call_is_allowed
24122026-08-16T02:43:03.270Z PASS [ 0.008s] ( 561/1101) vw-htcl validate::tests::primitive_prelude_reprs_are_not_undefined
24132026-08-16T02:43:03.273Z PASS [ 0.007s] ( 562/1101) vw-htcl validate::tests::prior_batch_procs_satisfy_current_batch_type_decl
24142026-08-16T02:43:03.273Z PASS [ 0.008s] ( 563/1101) vw-htcl validate::tests::prior_batch_type_decl_does_not_re_trigger_in_current_batch
24152026-08-16T02:43:03.273Z PASS [ 0.007s] ( 564/1101) vw-htcl validate::tests::qualified_type_in_return_position_errors
24162026-08-16T02:43:03.273Z PASS [ 0.007s] ( 565/1101) vw-htcl validate::tests::qualified_type_in_tail_arg_errors
24172026-08-16T02:43:03.278Z PASS [ 0.007s] ( 566/1101) vw-htcl validate::tests::qualified_type_inside_generic_errors
24182026-08-16T02:43:03.278Z PASS [ 0.008s] ( 567/1101) vw-htcl validate::tests::range_check
24192026-08-16T02:43:03.278Z PASS [ 0.008s] ( 568/1101) vw-htcl validate::tests::redundant_default_bare_matches_quoted_default
24202026-08-16T02:43:03.278Z PASS [ 0.008s] ( 569/1101) vw-htcl validate::tests::recursive_enum_passes
24212026-08-16T02:43:03.278Z PASS [ 0.008s] ( 570/1101) vw-htcl validate::tests::redundant_default_int_arg_warns
24222026-08-16T02:43:03.282Z PASS [ 0.007s] ( 571/1101) vw-htcl validate::tests::redundant_default_string_arg_warns
24232026-08-16T02:43:03.282Z PASS [ 0.008s] ( 572/1101) vw-htcl validate::tests::requires_dependency
24242026-08-16T02:43:03.282Z PASS [ 0.008s] ( 573/1101) vw-htcl validate::tests::reserved_prefix_user_proc_errors
24252026-08-16T02:43:03.285Z PASS [ 0.008s] ( 574/1101) vw-htcl validate::tests::return_bareword_at_qualified_type_errors
24262026-08-16T02:43:03.285Z PASS [ 0.008s] ( 575/1101) vw-htcl validate::tests::return_of_bare_identifier_matching_var_errors
24272026-08-16T02:43:03.285Z PASS [ 0.007s] ( 576/1101) vw-htcl validate::tests::return_of_bare_true_false_ok
24282026-08-16T02:43:03.285Z PASS [ 0.007s] ( 577/1101) vw-htcl validate::tests::return_of_int_literal_ok
24292026-08-16T02:43:03.289Z PASS [ 0.007s] ( 578/1101) vw-htcl validate::tests::return_type_check_descends_into_if_body
24302026-08-16T02:43:03.289Z PASS [ 0.008s] ( 579/1101) vw-htcl validate::tests::return_type_matching_annotation_no_diag
24312026-08-16T02:43:03.289Z PASS [ 0.008s] ( 580/1101) vw-htcl validate::tests::return_type_mismatch_errors
24322026-08-16T02:43:03.289Z PASS [ 0.008s] ( 581/1101) vw-htcl validate::tests::single_puts_body_annotated_proc_errors
24332026-08-16T02:43:03.292Z PASS [ 0.007s] ( 582/1101) vw-htcl validate::tests::src_at_named_multi_flagged
24342026-08-16T02:43:03.292Z PASS [ 0.007s] ( 583/1101) vw-htcl validate::tests::src_at_named_resolved_clean
24352026-08-16T02:43:03.292Z PASS [ 0.008s] ( 584/1101) vw-htcl validate::tests::src_at_named_unresolved_flagged
24362026-08-16T02:43:03.292Z PASS [ 0.008s] ( 585/1101) vw-htcl validate::tests::src_bare_path_not_flagged
24372026-08-16T02:43:03.297Z PASS [ 0.007s] ( 586/1101) vw-htcl validate::tests::src_subpath_reported_with_hint
24382026-08-16T02:43:03.297Z PASS [ 0.008s] ( 587/1101) vw-htcl validate::tests::switch_default_falls_through_errors
24392026-08-16T02:43:03.297Z PASS [ 0.007s] ( 588/1101) vw-htcl validate::tests::switch_no_default_errors
24402026-08-16T02:43:03.297Z PASS [ 0.008s] ( 589/1101) vw-htcl validate::tests::switch_with_default_all_return_no_error
24412026-08-16T02:43:03.301Z PASS [ 0.007s] ( 590/1101) vw-htcl validate::tests::test_attribute_dedicated_eda_ok
24422026-08-16T02:43:03.301Z PASS [ 0.008s] ( 591/1101) vw-htcl validate::tests::test_attribute_on_nested_proc_warns
24432026-08-16T02:43:03.301Z PASS [ 0.007s] ( 592/1101) vw-htcl validate::tests::test_attribute_on_proc_with_args_warns
24442026-08-16T02:43:03.301Z PASS [ 0.007s] ( 593/1101) vw-htcl validate::tests::test_attribute_unknown_key_warns
24452026-08-16T02:43:03.301Z PASS [ 0.008s] ( 594/1101) vw-htcl validate::tests::test_attribute_variant_with_dedicated_eda_ok
24462026-08-16T02:43:03.304Z PASS [ 0.007s] ( 595/1101) vw-htcl validate::tests::test_attribute_with_dedicated_eda_and_target_ok
24472026-08-16T02:43:03.305Z PASS [ 0.008s] ( 596/1101) vw-htcl validate::tests::test_attribute_wrong_positional_value_warns
24482026-08-16T02:43:03.305Z PASS [ 0.007s] ( 597/1101) vw-htcl validate::tests::test_target_and_variant_together_warns
24492026-08-16T02:43:03.308Z PASS [ 0.007s] ( 598/1101) vw-htcl validate::tests::test_target_without_dedicated_eda_warns
24502026-08-16T02:43:03.308Z PASS [ 0.007s] ( 599/1101) vw-htcl validate::tests::test_variant_without_dedicated_eda_warns
24512026-08-16T02:43:03.308Z PASS [ 0.007s] ( 600/1101) vw-htcl validate::tests::try_body_and_handler_terminate_no_error
24522026-08-16T02:43:03.308Z PASS [ 0.008s] ( 601/1101) vw-htcl validate::tests::type_check_matching_types_no_diagnostic
24532026-08-16T02:43:03.311Z PASS [ 0.008s] ( 602/1101) vw-htcl validate::tests::type_check_mismatched_types_errors
24542026-08-16T02:43:03.311Z PASS [ 0.008s] ( 603/1101) vw-htcl validate::tests::type_check_unknown_value_is_silent
24552026-08-16T02:43:03.311Z PASS [ 0.008s] ( 604/1101) vw-htcl validate::tests::type_check_var_binding_flows_through_set
24562026-08-16T02:43:03.315Z PASS [ 0.008s] ( 605/1101) vw-htcl validate::tests::type_decl_in_namespace_qualifies
24572026-08-16T02:43:03.315Z PASS [ 0.008s] ( 606/1101) vw-htcl validate::tests::type_decl_missing_all_three_lists_each
24582026-08-16T02:43:03.315Z PASS [ 0.007s] ( 607/1101) vw-htcl validate::tests::type_decl_missing_repr_emits_diagnostic
24592026-08-16T02:43:03.315Z PASS [ 0.007s] ( 608/1101) vw-htcl validate::tests::type_decl_unannotated_triplet_still_passes
24602026-08-16T02:43:03.315Z PASS [ 0.008s] ( 609/1101) vw-htcl validate::tests::type_decl_with_full_triplet_passes
24612026-08-16T02:43:03.318Z PASS [ 0.008s] ( 610/1101) vw-htcl validate::tests::type_decl_wrong_arg_type_emits_diagnostic
24622026-08-16T02:43:03.318Z PASS [ 0.008s] ( 611/1101) vw-htcl validate::tests::type_decl_wrong_return_type_emits_diagnostic
24632026-08-16T02:43:03.323Z PASS [ 0.007s] ( 612/1101) vw-htcl validate::tests::unannotated_proc_bare_return_ok
24642026-08-16T02:43:03.323Z PASS [ 0.008s] ( 613/1101) vw-htcl validate::tests::unannotated_proc_return_value_inside_if_errors
24652026-08-16T02:43:03.323Z PASS [ 0.007s] ( 614/1101) vw-htcl validate::tests::unannotated_proc_return_with_value_errors
24662026-08-16T02:43:03.323Z PASS [ 0.007s] ( 615/1101) vw-htcl validate::tests::unit_annotated_empty_body_no_error
24672026-08-16T02:43:03.323Z PASS [ 0.007s] ( 616/1101) vw-htcl validate::tests::unknown_arg
24682026-08-16T02:43:03.323Z PASS [ 0.007s] ( 617/1101) vw-htcl validate::tests::unknown_call_gets_did_you_mean_suggestion
24692026-08-16T02:43:03.327Z PASS [ 0.007s] ( 618/1101) vw-htcl validate::tests::unknown_keyword_call_is_an_error
24702026-08-16T02:43:03.327Z PASS [ 0.008s] ( 619/1101) vw-htcl validate::tests::unknown_qualified_still_rejected
24712026-08-16T02:43:03.327Z PASS [ 0.008s] ( 620/1101) vw-htcl validate::tests::unknown_positional_call_is_not_validated
24722026-08-16T02:43:03.327Z PASS [ 0.008s] ( 621/1101) vw-htcl validate::tests::unrelated_unknown_call_has_no_suggestion
24732026-08-16T02:43:03.330Z PASS [ 0.008s] ( 622/1101) vw-htcl validate::tests::validates_call_inside_command_substitution
24742026-08-16T02:43:03.331Z PASS [ 0.008s] ( 623/1101) vw-htcl validate::tests::validates_call_inside_proc_body
24752026-08-16T02:43:03.331Z PASS [ 0.008s] ( 624/1101) vw-htcl validate::tests::while_body_return_annotated_proc_errors
24762026-08-16T02:43:03.331Z PASS [ 0.009s] ( 625/1101) vw-htcl-cmd constraints::tests::empty_table_returns_no_overrides
24772026-08-16T02:43:03.334Z PASS [ 0.009s] ( 626/1101) vw-htcl-cmd constraints::tests::missing_command_returns_none
24782026-08-16T02:43:03.334Z PASS [ 0.007s] ( 627/1101) vw-htcl-cmd parse::tests::classifies_boolean_flag
24792026-08-16T02:43:03.334Z PASS [ 0.008s] ( 628/1101) vw-htcl-cmd constraints::tests::parses_full_arg_override_block
24802026-08-16T02:43:03.337Z PASS [ 0.008s] ( 629/1101) vw-htcl-cmd parse::tests::classifies_positional_and_recovers_name
24812026-08-16T02:43:03.337Z PASS [ 0.008s] ( 630/1101) vw-htcl-cmd parse::tests::classifies_value_flag
24822026-08-16T02:43:03.338Z PASS [ 0.007s] ( 631/1101) vw-htcl-cmd parse::tests::de_collides_positional_against_flag
24832026-08-16T02:43:03.338Z PASS [ 0.007s] ( 632/1101) vw-htcl-cmd parse::tests::drops_duplicate_flag
24842026-08-16T02:43:03.341Z PASS [ 0.007s] ( 633/1101) vw-htcl-cmd parse::tests::first_ident_token_extraction
24852026-08-16T02:43:03.341Z PASS [ 0.007s] ( 634/1101) vw-htcl-cmd parse::tests::multiword_placeholder_is_value_flag
24862026-08-16T02:43:03.344Z PASS [ 0.007s] ( 635/1101) vw-htcl-cmd parse::tests::non_header_block_is_rejected
24872026-08-16T02:43:03.344Z PASS [ 0.007s] ( 636/1101) vw-htcl-cmd parse::tests::positional_without_marker_is_optional
24882026-08-16T02:43:03.344Z PASS [ 0.007s] ( 637/1101) vw-htcl-cmd parse::tests::required_value_flag
24892026-08-16T02:43:03.344Z PASS [ 0.007s] ( 638/1101) vw-htcl-cmd parse::tests::sanitize_ident_never_yields_varargs
24902026-08-16T02:43:03.348Z PASS [ 0.007s] ( 639/1101) vw-htcl-cmd::generate parses_every_argument_shape
24912026-08-16T02:43:03.351Z PASS [ 0.007s] ( 640/1101) vw-htcl-cmd::generate real_man_pages_reparse
24922026-08-16T02:43:03.351Z PASS [ 0.013s] ( 641/1101) vw-htcl-cmd::generate empty_man_page_still_generates_valid_wrapper
24932026-08-16T02:43:03.351Z PASS [ 0.011s] ( 642/1101) vw-htcl-cmd::generate page_without_returns_section_emits_no_annotation
24942026-08-16T02:43:03.351Z PASS [ 0.008s] ( 643/1101) vw-htcl-cmd::generate returns_section_emits_type_annotation
24952026-08-16T02:43:03.351Z PASS [ 0.013s] ( 644/1101) vw-htcl-cmd::generate generated_wrapper_reparses
24962026-08-16T02:43:03.351Z PASS [ 0.008s] ( 645/1101) vw-htcl-cmd::generate returns_section_nothing_emits_unit
24972026-08-16T02:43:03.351Z PASS [ 0.008s] ( 646/1101) vw-htcl-cmd::generate synthesizes_operand_when_no_positional
24982026-08-16T02:43:03.357Z PASS [ 0.009s] ( 647/1101) vw-ip cips_dict::tests::discovery_returns_empty_outside_xilinx_layout
24992026-08-16T02:43:03.360Z PASS [ 0.010s] ( 648/1101) vw-ip cips_dict::tests::from_paired_default_flat_schema
25002026-08-16T02:43:03.360Z PASS [ 0.009s] ( 649/1101) vw-ip cips_dict::tests::override_baseline_flag_flows_into_dict_field
25012026-08-16T02:43:03.360Z PASS [ 0.010s] ( 650/1101) vw-ip cips_dict::tests::from_paired_default_nested_lr_schema
25022026-08-16T02:43:03.360Z PASS [ 0.009s] ( 651/1101) vw-ip cips_dict::tests::override_default_replaces_xml_default
25032026-08-16T02:43:03.360Z PASS [ 0.010s] ( 652/1101) vw-ip cips_dict::tests::from_paired_default_two_levels_matches_txrx_shape
25042026-08-16T02:43:03.360Z PASS [ 0.009s] ( 653/1101) vw-ip cips_dict::tests::overrides_apply_to_matching_shape_path
25052026-08-16T02:43:03.360Z PASS [ 0.010s] ( 654/1101) vw-ip cips_dict::tests::loads_minimum_viable_schema_from_synthetic_layout
25062026-08-16T02:43:03.366Z PASS [ 0.009s] ( 655/1101) vw-ip cips_dict::tests::parse_direct_csv_drops_unbalanced_brace_defaults
25072026-08-16T02:43:03.369Z PASS [ 0.008s] ( 656/1101) vw-ip cips_dict::tests::safe_key_rejects_anything_with_braces_or_special_chars
25082026-08-16T02:43:03.369Z PASS [ 0.008s] ( 657/1101) vw-ip cips_dict::tests::shape_wide_baseline_marks_every_field
25092026-08-16T02:43:03.369Z PASS [ 0.008s] ( 658/1101) vw-ip cips_dict::tests::split_brace_aware_respects_tcl_groups
25102026-08-16T02:43:03.369Z PASS [ 0.008s] ( 659/1101) vw-ip cips_dict::tests::unwrap_one_brace_strips_outer_pair_only
25112026-08-16T02:43:03.370Z PASS [ 0.008s] ( 660/1101) vw-ip family::tests::different_defaults_prevent_collapse
25122026-08-16T02:43:03.370Z PASS [ 0.008s] ( 661/1101) vw-ip family::tests::different_choice_refs_do_collapse
25132026-08-16T02:43:03.370Z PASS [ 0.009s] ( 662/1101) vw-ip family::tests::dcmac_like_leaf_family_collapses
25142026-08-16T02:43:03.374Z PASS [ 0.008s] ( 663/1101) vw-ip family::tests::excluded_stem_stays_per_n
25152026-08-16T02:43:03.374Z PASS [ 0.008s] ( 664/1101) vw-ip family::tests::nested_family_does_not_collapse
25162026-08-16T02:43:03.378Z PASS [ 0.008s] ( 665/1101) vw-ip family::tests::shape_mismatch_falls_back_to_per_n
25172026-08-16T02:43:03.378Z PASS [ 0.007s] ( 666/1101) vw-ip family::tests::strips_trailing_digits
25182026-08-16T02:43:03.378Z PASS [ 0.008s] ( 667/1101) vw-ip family::tests::single_shape_ip_produces_no_families
25192026-08-16T02:43:03.378Z PASS [ 0.009s] ( 668/1101) vw-ip generate::tests::arg_name_strips_node_prefix
25202026-08-16T02:43:03.378Z PASS [ 0.009s] ( 669/1101) vw-ip generate::tests::configure_returns_typed_config_no_side_effects
25212026-08-16T02:43:03.382Z PASS [ 0.011s] ( 670/1101) vw-ip generate::tests::bd_switch_arg_toggles_construction
25222026-08-16T02:43:03.385Z PASS [ 0.008s] ( 671/1101) vw-ip generate::tests::create_takes_only_name_bd_config
25232026-08-16T02:43:03.385Z PASS [ 0.008s] ( 672/1101) vw-ip generate::tests::dict_field_with_baseline_flag_emits_baseline_attr
25242026-08-16T02:43:03.385Z PASS [ 0.008s] ( 673/1101) vw-ip generate::tests::create_body_unwraps_config_and_applies
25252026-08-16T02:43:03.385Z PASS [ 0.008s] ( 674/1101) vw-ip generate::tests::emits_default_and_enum_attributes
25262026-08-16T02:43:03.385Z PASS [ 0.008s] ( 675/1101) vw-ip generate::tests::emits_set_property_for_each_param
25272026-08-16T02:43:03.385Z PASS [ 0.008s] ( 676/1101) vw-ip generate::tests::extrapolate_quad_schema_does_not_synthesize_pin_path_enum
25282026-08-16T02:43:03.386Z PASS [ 0.009s] ( 677/1101) vw-ip generate::tests::generated_output_parses_back
25292026-08-16T02:43:03.389Z PASS [ 0.008s] ( 678/1101) vw-ip generate::tests::includes_description_as_doc_comment
25302026-08-16T02:43:03.393Z PASS [ 0.008s] ( 679/1101) vw-ip generate::tests::neither_tag_nor_shape_stays_scalar
25312026-08-16T02:43:03.393Z PASS [ 0.008s] ( 680/1101) vw-ip generate::tests::structural_shape_still_wins_without_tag
25322026-08-16T02:43:03.393Z PASS [ 0.008s] ( 681/1101) vw-ip generate::tests::tcldict_tag_overrides_scalar_default
25332026-08-16T02:43:03.393Z PASS [ 0.009s] ( 682/1101) vw-ip generate::tests::single_mode_below_threshold
25342026-08-16T02:43:03.393Z PASS [ 0.009s] ( 683/1101) vw-ip generate::tests::split_sub_procs_take_cell_as_first_arg
25352026-08-16T02:43:03.396Z PASS [ 0.009s] ( 684/1101) vw-ip generate::tests::tiny_groups_land_on_the_parent_proc
25362026-08-16T02:43:03.396Z PASS [ 0.007s] ( 685/1101) vw-ip group::tests::groups_by_two_prefix_segments
25372026-08-16T02:43:03.399Z PASS [ 0.007s] ( 686/1101) vw-ip group::tests::names_with_fewer_segments_become_their_own_key
25382026-08-16T02:43:03.399Z PASS [ 0.008s] ( 687/1101) vw-ip overrides::tests::empty_file_yields_empty_shapes_map
25392026-08-16T02:43:03.403Z PASS [ 0.009s] ( 688/1101) vw-ip overrides::tests::baseline_defaults_to_false
25402026-08-16T02:43:03.403Z PASS [ 0.008s] ( 689/1101) vw-ip overrides::tests::field_baseline_flag_parses
25412026-08-16T02:43:03.403Z PASS [ 0.009s] ( 690/1101) vw-ip overrides::tests::field_default_override
25422026-08-16T02:43:03.403Z PASS [ 0.008s] ( 691/1101) vw-ip overrides::tests::malformed_toml_errors_with_path_context
25432026-08-16T02:43:03.403Z PASS [ 0.008s] ( 692/1101) vw-ip overrides::tests::missing_field_within_present_shape_returns_none
25442026-08-16T02:43:03.406Z PASS [ 0.007s] ( 693/1101) vw-ip overrides::tests::missing_file_yields_empty
25452026-08-16T02:43:03.410Z PASS [ 0.008s] ( 694/1101) vw-ip overrides::tests::missing_shape_returns_none
25462026-08-16T02:43:03.410Z PASS [ 0.008s] ( 695/1101) vw-ip overrides::tests::shape_baseline_defaults_to_false
25472026-08-16T02:43:03.410Z PASS [ 0.008s] ( 696/1101) vw-ip overrides::tests::shape_level_baseline_flag_parses
25482026-08-16T02:43:03.410Z PASS [ 0.008s] ( 697/1101) vw-ip overrides::tests::single_shape_single_field_enum
25492026-08-16T02:43:03.410Z PASS [ 0.008s] ( 698/1101) vw-ip paired_list::tests::deeply_nested_braces_preserved
25502026-08-16T02:43:03.410Z PASS [ 0.008s] ( 699/1101) vw-ip paired_list::tests::empty_braces_tokenize_as_empty_string
25512026-08-16T02:43:03.413Z PASS [ 0.007s] ( 700/1101) vw-ip paired_list::tests::empty_input_yields_empty_pairs
25522026-08-16T02:43:03.417Z PASS [ 0.007s] ( 701/1101) vw-ip paired_list::tests::non_ident_keys_reject_pair_interpretation
25532026-08-16T02:43:03.417Z PASS [ 0.008s] ( 702/1101) vw-ip paired_list::tests::flat_paired_list
25542026-08-16T02:43:03.417Z PASS [ 0.008s] ( 703/1101) vw-ip paired_list::tests::odd_token_count_yields_empty_pairs
25552026-08-16T02:43:03.417Z PASS [ 0.007s] ( 704/1101) vw-ip paired_list::tests::one_level_nested_lr_settings
25562026-08-16T02:43:03.422Z PASS [ 0.007s] ( 705/1101) vw-ip paired_list::tests::scalar_value_with_dot
25572026-08-16T02:43:03.422Z PASS [ 0.007s] ( 706/1101) vw-ip paired_list::tests::two_level_nesting_matches_txrx_optional_ports_shape
25582026-08-16T02:43:03.422Z PASS [ 0.007s] ( 707/1101) vw-ip presets::tests::discovers_under_data_layout
25592026-08-16T02:43:03.426Z PASS [ 0.007s] ( 708/1101) vw-ip presets::tests::discovery_empty_when_layout_doesnt_match
25602026-08-16T02:43:03.426Z PASS [ 0.007s] ( 709/1101) vw-ip presets::tests::strips_xilinx_version_suffix
25612026-08-16T02:43:03.426Z PASS [ 0.008s] ( 710/1101) vw-ip presets::tests::merges_multiple_files
25622026-08-16T02:43:03.426Z PASS [ 0.008s] ( 711/1101) vw-ip presets::tests::parses_preset_file
25632026-08-16T02:43:03.432Z PASS [ 0.012s] ( 712/1101) vw-ip targets::tests::bare_family_widens_to_placeholder_regex
25642026-08-16T02:43:03.435Z PASS [ 0.015s] ( 713/1101) vw-ip targets::tests::architecture_filter_widens_blessed_list
25652026-08-16T02:43:03.435Z PASS [ 0.016s] ( 714/1101) vw-ip targets::tests::architecture_filter_dedupes_against_existing_supported
25662026-08-16T02:43:03.435Z PASS [ 0.012s] ( 715/1101) vw-ip targets::tests::brace_form_without_lifecycle_is_blessed
25672026-08-16T02:43:03.439Z PASS [ 0.012s] ( 716/1101) vw-ip targets::tests::missing_section_returns_empty
25682026-08-16T02:43:03.439Z PASS [ 0.013s] ( 717/1101) vw-ip targets::tests::capability_only_filter_adds_nothing_to_supported
25692026-08-16T02:43:03.439Z PASS [ 0.013s] ( 718/1101) vw-ip targets::tests::mixed_lifecycles_are_split
25702026-08-16T02:43:03.443Z PASS [ 0.057s] ( 719/1101) vw-ip generate::tests::split_mode_emits_top_and_sub_procs
25712026-08-16T02:43:03.443Z PASS [ 0.007s] ( 720/1101) vw-ip tree::tests::empty_input_returns_empty_root
25722026-08-16T02:43:03.446Z PASS [ 0.008s] ( 721/1101) vw-ip tree::tests::nested_hierarchy_splits_recursively
25732026-08-16T02:43:03.446Z PASS [ 0.008s] ( 722/1101) vw-ip tree::tests::singletons_stay_at_root
25742026-08-16T02:43:03.446Z PASS [ 0.008s] ( 723/1101) vw-ip tree::tests::splits_when_subgroup_exceeds_threshold
25752026-08-16T02:43:03.447Z PASS [ 0.014s] ( 724/1101) vw-ip targets::tests::multiple_architecture_clauses_each_lift
25762026-08-16T02:43:03.447Z PASS [ 0.013s] ( 725/1101) vw-ip targets::tests::not_supported_lifecycle_lands_in_ban_list
25772026-08-16T02:43:03.447Z PASS [ 0.014s] ( 726/1101) vw-ip targets::tests::production_lifecycle_lands_in_supported
25782026-08-16T02:43:03.450Z PASS [ 0.007s] ( 727/1101) vw-ip tree::tests::strip_prefix_returns_local_name
25792026-08-16T02:43:03.454Z PASS [ 0.009s] ( 728/1101) vw-ip::load_real_files generates_cips_wrapper_that_reparses
25802026-08-16T02:43:03.454Z PASS [ 0.007s] ( 729/1101) vw-ip::load_real_files generates_cpm5_wrapper_in_split_mode
25812026-08-16T02:43:03.454Z PASS [ 0.007s] ( 730/1101) vw-ip::load_real_files groups_cpm5_parameters_into_handful_of_buckets
25822026-08-16T02:43:03.454Z PASS [ 0.008s] ( 731/1101) vw-ip::load_real_files loads_cips_component
25832026-08-16T02:43:03.457Z PASS [ 0.008s] ( 732/1101) vw-ip::load_real_files loads_cpm5_component
25842026-08-16T02:43:03.461Z PASS [ 0.015s] ( 733/1101) vw-lib dependency_source_tests::default_variant_multi_with_default_flag
25852026-08-16T02:43:03.465Z PASS [ 0.011s] ( 734/1101) vw-lib dependency_source_tests::default_variant_no_variants_yields_none
25862026-08-16T02:43:03.465Z PASS [ 0.016s] ( 735/1101) vw-lib dependency_source_tests::ambiguous_substring_errors
25872026-08-16T02:43:03.465Z PASS [ 0.011s] ( 736/1101) vw-lib dependency_source_tests::default_variant_multi_without_default_errors
25882026-08-16T02:43:03.465Z PASS [ 0.017s] ( 737/1101) vw-lib dependency_source_tests::a_lockfile_serializes_the_same_way_every_time
25892026-08-16T02:43:03.465Z PASS [ 0.011s] ( 738/1101) vw-lib dependency_source_tests::design_constraints_empty_when_no_dir
25902026-08-16T02:43:03.465Z PASS [ 0.011s] ( 739/1101) vw-lib dependency_source_tests::design_constraints_finds_xdc_and_sdc_recursively
25912026-08-16T02:43:03.468Z PASS [ 0.013s] ( 740/1101) vw-lib dependency_source_tests::design_sources_filter_by_active_variant
25922026-08-16T02:43:03.473Z PASS [ 0.011s] ( 741/1101) vw-lib dependency_source_tests::duplicate_variant_names_error
25932026-08-16T02:43:03.477Z PASS [ 0.011s] ( 742/1101) vw-lib dependency_source_tests::every_reason_a_checkpoint_is_not_reused_is_distinguishable
25942026-08-16T02:43:03.477Z PASS [ 0.012s] ( 743/1101) vw-lib dependency_source_tests::design_sources_no_active_variant_still_filters_out_owned_files
25952026-08-16T02:43:03.477Z PASS [ 0.012s] ( 744/1101) vw-lib dependency_source_tests::design_sources_no_variants_declared_returns_all
25962026-08-16T02:43:03.477Z PASS [ 0.012s] ( 745/1101) vw-lib dependency_source_tests::design_sources_variant_exclusive_supports_globs
25972026-08-16T02:43:03.477Z PASS [ 0.012s] ( 746/1101) vw-lib dependency_source_tests::git_dep_parses_from_repo_key
25982026-08-16T02:43:03.477Z PASS [ 0.012s] ( 747/1101) vw-lib dependency_source_tests::get_access_credentials_for_workspace_only_scans_test_deps_when_asked
25992026-08-16T02:43:03.477Z PASS [ 0.010s] ( 748/1101) vw-lib dependency_source_tests::library_name_hyphens_become_underscores
26002026-08-16T02:43:03.484Z PASS [ 0.011s] ( 749/1101) vw-lib dependency_source_tests::list_htcl_tests_returns_empty_when_test_dir_missing
26012026-08-16T02:43:03.494Z PASS [ 0.011s] ( 750/1101) vw-lib dependency_source_tests::list_htcl_tests_walks_test_directory
26022026-08-16T02:43:03.494Z PASS [ 0.011s] ( 751/1101) vw-lib dependency_source_tests::path_dep_parses_from_path_key
26032026-08-16T02:43:03.494Z PASS [ 0.012s] ( 752/1101) vw-lib dependency_source_tests::multi_parts_without_default_flag_errors
26042026-08-16T02:43:03.494Z PASS [ 0.010s] ( 753/1101) vw-lib dependency_source_tests::phase_scoped_constraints_empty_when_subdir_missing
26052026-08-16T02:43:03.494Z PASS [ 0.012s] ( 754/1101) vw-lib dependency_source_tests::manifest_path_dep_wins_over_stale_git_lock_entry
26062026-08-16T02:43:03.494Z PASS [ 0.011s] ( 755/1101) vw-lib dependency_source_tests::path_dep_roundtrips
26072026-08-16T02:43:03.494Z PASS [ 0.011s] ( 756/1101) vw-lib dependency_source_tests::phase_scoped_constraints_isolate_per_subdir
26082026-08-16T02:43:03.498Z PASS [ 0.010s] ( 757/1101) vw-lib dependency_source_tests::place_needs_update_true_when_checkpoint_missing
26092026-08-16T02:43:03.498Z PASS [ 0.011s] ( 758/1101) vw-lib dependency_source_tests::place_needs_update_false_when_non_place_htcl_changes
26102026-08-16T02:43:03.498Z PASS [ 0.012s] ( 759/1101) vw-lib dependency_source_tests::place_needs_update_false_when_manifest_matches
26112026-08-16T02:43:03.498Z PASS [ 0.010s] ( 760/1101) vw-lib dependency_source_tests::place_needs_update_true_when_synth_checkpoint_changes
26122026-08-16T02:43:03.498Z PASS [ 0.010s] ( 761/1101) vw-lib dependency_source_tests::project_needs_wipe_false_when_manifest_matches
26132026-08-16T02:43:03.498Z PASS [ 0.011s] ( 762/1101) vw-lib dependency_source_tests::place_needs_update_true_when_place_xdc_content_changes
26142026-08-16T02:43:03.498Z PASS [ 0.010s] ( 763/1101) vw-lib dependency_source_tests::project_needs_wipe_false_when_non_ip_htcl_changes
26152026-08-16T02:43:03.507Z PASS [ 0.011s] ( 764/1101) vw-lib dependency_source_tests::project_needs_wipe_true_when_xpr_missing
26162026-08-16T02:43:03.507Z PASS [ 0.011s] ( 765/1101) vw-lib dependency_source_tests::project_needs_wipe_true_when_manifest_missing
26172026-08-16T02:43:03.511Z PASS [ 0.011s] ( 766/1101) vw-lib dependency_source_tests::project_needs_wipe_true_when_vw_toml_changes
26182026-08-16T02:43:03.511Z PASS [ 0.011s] ( 767/1101) vw-lib dependency_source_tests::project_needs_wipe_true_when_ip_htcl_content_changes
26192026-08-16T02:43:03.511Z PASS [ 0.012s] ( 768/1101) vw-lib dependency_source_tests::prune_drops_now_path_dep_but_keeps_git_deps
26202026-08-16T02:43:03.511Z PASS [ 0.011s] ( 769/1101) vw-lib dependency_source_tests::render_vhdl_ls_config_populates_expected_libraries
26212026-08-16T02:43:03.511Z PASS [ 0.013s] ( 770/1101) vw-lib dependency_source_tests::render_vhdl_lang_config_round_trips_through_toml
26222026-08-16T02:43:03.517Z PASS [ 0.031s] ( 771/1101) vw-lib dependency_source_tests::project_needs_wipe_false_after_identical_rewrite
26232026-08-16T02:43:03.521Z PASS [ 0.011s] ( 772/1101) vw-lib dependency_source_tests::route_needs_update_false_when_manifest_matches
26242026-08-16T02:43:03.521Z PASS [ 0.012s] ( 773/1101) vw-lib dependency_source_tests::resolve_top_unknown_variant_falls_back_to_workspace
26252026-08-16T02:43:03.521Z PASS [ 0.012s] ( 774/1101) vw-lib dependency_source_tests::resolve_top_variant_overrides_workspace
26262026-08-16T02:43:03.521Z PASS [ 0.012s] ( 775/1101) vw-lib dependency_source_tests::resolve_top_none_when_unset_everywhere
26272026-08-16T02:43:03.521Z PASS [ 0.010s] ( 776/1101) vw-lib dependency_source_tests::route_needs_update_true_when_checkpoint_missing
26282026-08-16T02:43:03.521Z PASS [ 0.011s] ( 777/1101) vw-lib dependency_source_tests::route_needs_update_false_when_non_route_xdc_changes
26292026-08-16T02:43:03.524Z PASS [ 0.011s] ( 778/1101) vw-lib dependency_source_tests::route_needs_update_true_when_place_checkpoint_changes
26302026-08-16T02:43:03.528Z PASS [ 0.011s] ( 779/1101) vw-lib dependency_source_tests::route_needs_update_true_when_route_xdc_content_changes
26312026-08-16T02:43:03.531Z PASS [ 0.011s] ( 780/1101) vw-lib dependency_source_tests::select_variant_exact_match_only
26322026-08-16T02:43:03.532Z PASS [ 0.011s] ( 781/1101) vw-lib dependency_source_tests::single_variant_no_default_flag_still_parses
26332026-08-16T02:43:03.532Z PASS [ 0.011s] ( 782/1101) vw-lib dependency_source_tests::synth_needs_update_true_when_checkpoint_missing
26342026-08-16T02:43:03.532Z PASS [ 0.012s] ( 783/1101) vw-lib dependency_source_tests::synth_needs_update_false_when_manifest_matches
26352026-08-16T02:43:03.532Z PASS [ 0.012s] ( 784/1101) vw-lib dependency_source_tests::single_part_is_implicit_default
26362026-08-16T02:43:03.535Z PASS [ 0.011s] ( 785/1101) vw-lib dependency_source_tests::synth_needs_update_true_when_htcl_content_changes
26372026-08-16T02:43:03.540Z PASS [ 0.011s] ( 786/1101) vw-lib dependency_source_tests::synth_needs_update_true_when_manifest_missing
26382026-08-16T02:43:03.543Z PASS [ 0.011s] ( 787/1101) vw-lib dependency_source_tests::synth_needs_update_true_when_source_content_changes
26392026-08-16T02:43:03.546Z PASS [ 0.014s] ( 788/1101) vw-lib dependency_source_tests::target_compat_no_op_when_no_target_declared
26402026-08-16T02:43:03.546Z PASS [ 0.015s] ( 789/1101) vw-lib dependency_source_tests::target_compat_matches_when_pattern_covers_part
26412026-08-16T02:43:03.546Z PASS [ 0.014s] ( 790/1101) vw-lib dependency_source_tests::target_compat_reports_unblessed_when_no_pattern_matches
26422026-08-16T02:43:03.546Z PASS [ 0.013s] ( 791/1101) vw-lib dependency_source_tests::target_compat_supported_match_clears_when_no_ban
26432026-08-16T02:43:03.550Z PASS [ 0.016s] ( 792/1101) vw-lib dependency_source_tests::target_compat_reports_not_supported_wins_over_supported
26442026-08-16T02:43:03.553Z PASS [ 0.011s] ( 793/1101) vw-lib dependency_source_tests::target_compat_treats_empty_patterns_as_universal
26452026-08-16T02:43:03.553Z PASS [ 0.033s] ( 794/1101) vw-lib dependency_source_tests::synth_needs_update_false_after_identical_rewrite
26462026-08-16T02:43:03.569Z PASS [ 0.013s] ( 795/1101) vw-lib dependency_source_tests::target_pattern_anchors_at_start
26472026-08-16T02:43:03.569Z PASS [ 0.010s] ( 796/1101) vw-lib dependency_source_tests::target_pattern_rejects_bare_family
26482026-08-16T02:43:03.569Z PASS [ 0.011s] ( 797/1101) vw-lib dependency_source_tests::the_reported_reason_agrees_with_the_decision
26492026-08-16T02:43:03.569Z PASS [ 0.011s] ( 798/1101) vw-lib dependency_source_tests::test_dependencies_parse_from_test_dependencies_section
26502026-08-16T02:43:03.569Z PASS [ 0.012s] ( 799/1101) vw-lib dependency_source_tests::transitive_dep_resolution_first_seen_wins
26512026-08-16T02:43:03.569Z PASS [ 0.014s] ( 800/1101) vw-lib dependency_source_tests::target_pattern_parses_brace_form
26522026-08-16T02:43:03.569Z PASS [ 0.012s] ( 801/1101) vw-lib dependency_source_tests::transitive_dep_resolution_pulls_in_lib_of_lib
26532026-08-16T02:43:03.569Z PASS [ 0.012s] ( 802/1101) vw-lib dependency_source_tests::unlocked_git_deps_detection
26542026-08-16T02:43:03.569Z PASS [ 0.010s] ( 803/1101) vw-lib dependency_source_tests::variants_and_target_parts_are_mutually_exclusive
26552026-08-16T02:43:03.569Z PASS [ 0.012s] ( 804/1101) vw-lib dependency_source_tests::vhdl_dependency_sources_exclude_sim_only_flag
26562026-08-16T02:43:03.569Z PASS [ 0.012s] ( 805/1101) vw-lib dependency_source_tests::vhdl_dependency_sources_finds_git_dep_via_lockfile
26572026-08-16T02:43:03.569Z PASS [ 0.011s] ( 806/1101) vw-lib dependency_source_tests::vhdl_dependency_sources_git_cache_is_flattened
26582026-08-16T02:43:03.574Z PASS [ 0.012s] ( 807/1101) vw-lib dependency_source_tests::vhdl_dependency_sources_honors_exclude
26592026-08-16T02:43:03.574Z PASS [ 0.012s] ( 808/1101) vw-lib dependency_source_tests::vhdl_dependency_sources_include_test_flag
26602026-08-16T02:43:03.577Z PASS [ 0.012s] ( 809/1101) vw-lib dependency_source_tests::vhdl_dependency_sources_resolves_relative_path_dep
26612026-08-16T02:43:03.577Z PASS [ 0.011s] ( 810/1101) vw-lib dependency_source_tests::vhdl_design_sources_empty_when_no_hdl_dir
26622026-08-16T02:43:03.578Z PASS [ 0.012s] ( 811/1101) vw-lib dependency_source_tests::vhdl_dependency_sources_skips_deps_without_src
26632026-08-16T02:43:03.581Z PASS [ 0.010s] ( 812/1101) vw-lib dependency_source_tests::vhdl_ip_sources_empty_when_no_target_ip_dir
26642026-08-16T02:43:03.581Z PASS [ 0.010s] ( 813/1101) vw-lib dependency_source_tests::vhdl_ip_sources_excludes_vivado_cache_subtrees
26652026-08-16T02:43:03.581Z PASS [ 0.011s] ( 814/1101) vw-lib dependency_source_tests::vhdl_design_sources_walks_recursive_and_sorts
26662026-08-16T02:43:03.581Z PASS [ 0.010s] ( 815/1101) vw-lib dependency_source_tests::vhdl_ip_sources_walks_target_ip_recursively
26672026-08-16T02:43:03.584Z PASS [ 0.010s] ( 816/1101) vw-lib dependency_source_tests::vho_template_rewrites_to_black_box_entity
26682026-08-16T02:43:03.588Z PASS [ 0.010s] ( 817/1101) vw-lib dependency_source_tests::vho_without_component_returns_none
26692026-08-16T02:43:03.588Z PASS [ 0.011s] ( 818/1101) vw-lib dependency_source_tests::workspace_config_parses_multi_target_parts
26702026-08-16T02:43:03.588Z PASS [ 0.011s] ( 819/1101) vw-lib dependency_source_tests::workspace_config_parses_target_part_and_targets
26712026-08-16T02:43:03.591Z PASS [ 0.011s] ( 820/1101) vw-lib dependency_source_tests::workspace_config_parses_variants_block
26722026-08-16T02:43:03.594Z PASS [ 0.012s] ( 821/1101) vw-lib locked_resolution_tests::a_changed_declaration_fails_the_present_check
26732026-08-16T02:43:03.597Z PASS [ 0.013s] ( 822/1101) vw-lib locked_resolution_tests::a_dependency_absent_from_the_lock_still_resolves
26742026-08-16T02:43:03.597Z PASS [ 0.011s] ( 823/1101) vw-lib locked_resolution_tests::a_legacy_lock_entry_still_satisfies_the_present_check
26752026-08-16T02:43:03.601Z PASS [ 0.012s] ( 824/1101) vw-lib locked_resolution_tests::a_locked_branch_dependency_is_not_re_resolved
26762026-08-16T02:43:03.605Z PASS [ 0.012s] ( 825/1101) vw-lib locked_resolution_tests::a_manifest_commit_outranks_a_stale_lock_entry
26772026-08-16T02:43:03.608Z PASS [ 0.011s] ( 826/1101) vw-lib parts::tests::classifies_series
26782026-08-16T02:43:03.612Z PASS [ 0.011s] ( 827/1101) vw-lib parts::tests::fuzzy_matches_across_tokens_case_insensitive
26792026-08-16T02:43:03.616Z PASS [ 0.011s] ( 828/1101) vw-lib parts::tests::parses_pkg_block_and_translates_ids_7series
26802026-08-16T02:43:03.620Z PASS [ 0.012s] ( 829/1101) vw-lib parts::tests::parses_pkg_block_and_translates_ids_ultrascale_plus
26812026-08-16T02:43:03.624Z PASS [ 0.011s] ( 830/1101) vw-lib parts::tests::skips_in_development_and_out_of_block_rows
26822026-08-16T02:43:03.628Z PASS [ 0.009s] ( 831/1101) vw-quote::basic braces_in_template_pass_through
26832026-08-16T02:43:03.635Z PASS [ 0.041s] ( 832/1101) vw-lib locked_resolution_tests::an_update_re_resolves_a_locked_branch_dependency
26842026-08-16T02:43:03.638Z PASS [ 0.008s] ( 833/1101) vw-quote::basic dollar_in_value_is_escaped
26852026-08-16T02:43:03.638Z PASS [ 0.049s] ( 834/1101) vw-lib locked_resolution_tests::a_lock_entry_for_another_repo_does_not_pin
26862026-08-16T02:43:03.639Z PASS [ 0.050s] ( 835/1101) vw-lib locked_resolution_tests::a_lock_entry_for_another_branch_does_not_pin
26872026-08-16T02:43:03.642Z PASS [ 0.018s] ( 836/1101) vw-quote::basic doc_comment_passes_through
26882026-08-16T02:43:03.646Z PASS [ 0.008s] ( 837/1101) vw-quote::basic expression_interpolation
26892026-08-16T02:43:03.646Z PASS [ 0.008s] ( 838/1101) vw-quote::basic literal_passthrough
26902026-08-16T02:43:03.646Z PASS [ 0.008s] ( 839/1101) vw-quote::basic multiple_interpolations
26912026-08-16T02:43:03.646Z PASS [ 0.008s] ( 840/1101) vw-quote::basic method_call_in_interpolation
26922026-08-16T02:43:03.650Z PASS [ 0.009s] ( 841/1101) vw-quote::basic output_parses_as_valid_htcl
26932026-08-16T02:43:03.654Z PASS [ 0.007s] ( 842/1101) vw-quote::basic simple_ident_interpolation
26942026-08-16T02:43:03.654Z PASS [ 0.008s] ( 843/1101) vw-quote::basic tcl_expression_interpolation
26952026-08-16T02:43:03.654Z PASS [ 0.008s] ( 844/1101) vw-quote::basic tcl_emits_repr_proc_shape
26962026-08-16T02:43:03.657Z PASS [ 0.010s] ( 845/1101) vw-quote::basic tcl_braces_in_template_pass_through
26972026-08-16T02:43:03.657Z PASS [ 0.007s] ( 846/1101) vw-quote::basic tcl_literal_passthrough
26982026-08-16T02:43:03.661Z PASS [ 0.007s] ( 847/1101) vw-quote::basic tcl_simple_ident_interpolation
26992026-08-16T02:43:03.661Z PASS [ 0.008s] ( 848/1101) vw-quote::basic tcl_multiple_interpolations
27002026-08-16T02:43:03.661Z PASS [ 0.009s] ( 849/1101) vw-quote::basic tcl_values_needing_quoting_get_quoted
27012026-08-16T02:43:03.662Z PASS [ 0.082s] ( 850/1101) vw-lib download_tests::the_pinned_revision_is_what_lands
27022026-08-16T02:43:03.665Z PASS [ 0.084s] ( 851/1101) vw-lib download_tests::a_commit_that_is_not_there_says_so
27032026-08-16T02:43:03.665Z PASS [ 0.009s] ( 852/1101) vw-quote::basic values_needing_quoting_get_quoted
27042026-08-16T02:43:03.672Z PASS [ 0.013s] ( 853/1101) vw-remote driver::test::a_release_build_says_so
27052026-08-16T02:43:03.677Z PASS [ 0.015s] ( 854/1101) vw-remote driver::test::an_event_says_which_kind_it_is
27062026-08-16T02:43:03.681Z PASS [ 0.016s] ( 855/1101) vw-remote protocol::test::a_response_survives_the_trip
27072026-08-16T02:43:03.685Z PASS [ 0.012s] ( 856/1101) vw-remote protocol::test::an_event_says_which_kind_it_is
27082026-08-16T02:43:03.689Z PASS [ 0.013s] ( 857/1101) vw-remote protocol::test::an_interrupt_is_distinguishable_from_work
27092026-08-16T02:43:03.693Z PASS [ 0.012s] ( 858/1101) vw-remote protocol::test::only_what_was_asked_for_is_in_the_query
27102026-08-16T02:43:03.703Z PASS [ 0.087s] ( 859/1101) vw-openapi-manager::openapi openapi_documents_are_up_to_date
27112026-08-16T02:43:03.707Z PASS [ 0.043s] ( 860/1101) vw-remote driver::test::a_workspace_that_is_all_userland_is_one_build
27122026-08-16T02:43:03.707Z PASS [ 0.047s] ( 861/1101) vw-remote driver::test::a_member_in_default_members_that_wants_its_own_target_is_refused
27132026-08-16T02:43:03.707Z PASS [ 0.045s] ( 862/1101) vw-remote driver::test::a_member_with_its_own_target_is_built_on_its_own
27142026-08-16T02:43:03.715Z PASS [ 0.011s] ( 863/1101) vw-remote test::a_wrapper_reports_what_actually_failed
27152026-08-16T02:43:03.718Z PASS [ 0.011s] ( 864/1101) vw-remote test::an_error_with_no_cause_is_unchanged
27162026-08-16T02:43:03.724Z PASS [ 0.062s] ( 865/1101) vw-remote driver::test::a_workspace_with_nothing_contradictory_is_left_alone
27172026-08-16T02:43:03.727Z PASS [ 0.020s] ( 866/1101) vw-remote::streaming a_worker_that_dies_is_reported_rather_than_waited_on
27182026-08-16T02:43:03.730Z PASS [ 0.014s] ( 867/1101) vw-repl app::tests::buffer_complete_for_multiline_well_formed_proc
27192026-08-16T02:43:03.735Z PASS [ 0.011s] ( 868/1101) vw-repl app::tests::buffer_complete_for_simple_statement
27202026-08-16T02:43:03.738Z PASS [ 0.011s] ( 869/1101) vw-repl app::tests::buffer_incomplete_when_required_args_missing
27212026-08-16T02:43:03.741Z PASS [ 0.011s] ( 870/1101) vw-repl app::tests::buffer_incomplete_with_unterminated_brace
27222026-08-16T02:43:03.752Z PASS [ 0.017s] ( 871/1101) vw-repl app::tests::failed_eval_does_not_activate_next_boundary_before_error
27232026-08-16T02:43:03.752Z PASS [ 0.016s] ( 872/1101) vw-repl app::tests::plain_puts_output_flushes_at_eval_done
27242026-08-16T02:43:03.755Z PASS [ 0.012s] ( 873/1101) vw-repl app::tests::resolve_dedupes_adjacent_same_proc_frames
27252026-08-16T02:43:03.763Z PASS [ 0.011s] ( 874/1101) vw-repl app::tests::rewrite_passes_unknown_proc_through
27262026-08-16T02:43:03.766Z PASS [ 0.011s] ( 875/1101) vw-repl app::tests::rewrite_resolves_namespaced_proc
27272026-08-16T02:43:03.766Z PASS [ 0.012s] ( 876/1101) vw-repl app::tests::rewrite_resolves_input_line_to_absolute_file_line
27282026-08-16T02:43:03.772Z PASS [ 0.010s] ( 877/1101) vw-repl app::tests::rewrite_skips_non_frame_lines
27292026-08-16T02:43:03.776Z PASS [ 0.012s] ( 878/1101) vw-repl config::tests::empty_file_is_default
27302026-08-16T02:43:03.776Z PASS [ 0.012s] ( 879/1101) vw-repl config::tests::malformed_file_falls_back
27312026-08-16T02:43:03.782Z PASS [ 0.010s] ( 880/1101) vw-repl config::tests::missing_file_is_default
27322026-08-16T02:43:03.785Z PASS [ 0.010s] ( 881/1101) vw-repl config::tests::no_workspace_root_is_default
27332026-08-16T02:43:03.788Z PASS [ 0.011s] ( 882/1101) vw-repl config::tests::parses_aggressive
27342026-08-16T02:43:03.792Z PASS [ 0.010s] ( 883/1101) vw-repl config::tests::parses_normal_explicit
27352026-08-16T02:43:03.795Z PASS [ 0.010s] ( 884/1101) vw-repl diag_search::tests::critical_shows_under_error_and_critical
27362026-08-16T02:43:03.798Z PASS [ 0.010s] ( 885/1101) vw-repl diag_search::tests::current_maps_to_scrollback_idx
27372026-08-16T02:43:03.802Z PASS [ 0.010s] ( 886/1101) vw-repl diag_search::tests::default_filter_hides_notice
27382026-08-16T02:43:03.805Z PASS [ 0.009s] ( 887/1101) vw-repl diag_search::tests::empty_scrollback_no_panic
27392026-08-16T02:43:03.809Z PASS [ 0.011s] ( 888/1101) vw-repl diag_search::tests::fuzzy_query_narrows
27402026-08-16T02:43:03.809Z PASS [ 0.122s] ( 889/1101) vw-remote session::test::a_client_that_leaves_takes_the_worker_with_it
27412026-08-16T02:43:03.809Z PASS [ 0.117s] ( 890/1101) vw-remote session::test::a_close_frame_ends_it_too
27422026-08-16T02:43:03.813Z PASS [ 0.010s] ( 891/1101) vw-repl diag_search::tests::move_updown_clamps
27432026-08-16T02:43:03.816Z PASS [ 0.010s] ( 892/1101) vw-repl diag_search::tests::snapshot_filters_to_diagnostics
27442026-08-16T02:43:03.819Z PASS [ 0.010s] ( 893/1101) vw-repl diag_search::tests::toggle_notice_shows_it
27452026-08-16T02:43:03.819Z PASS [ 0.010s] ( 894/1101) vw-repl highlight::tests::dotted_config_key_parses
27462026-08-16T02:43:03.819Z PASS [ 0.011s] ( 895/1101) vw-repl highlight::tests::close_only_line
27472026-08-16T02:43:03.822Z PASS [ 0.010s] ( 896/1101) vw-repl highlight::tests::indented_close_line
27482026-08-16T02:43:03.825Z PASS [ 0.010s] ( 897/1101) vw-repl highlight::tests::malformed_dotted_key_rejected
27492026-08-16T02:43:03.828Z PASS [ 0.010s] ( 898/1101) vw-repl highlight::tests::nested_inline_entry
27502026-08-16T02:43:03.828Z PASS [ 0.010s] ( 899/1101) vw-repl highlight::tests::non_repr_line_returns_none
27512026-08-16T02:43:03.828Z PASS [ 0.010s] ( 900/1101) vw-repl highlight::tests::plain_two_word_prose_not_styled_as_repr
27522026-08-16T02:43:03.832Z PASS [ 0.010s] ( 901/1101) vw-repl highlight::tests::scalar_payload_with_inner_parens_still_highlights
27532026-08-16T02:43:03.835Z PASS [ 0.010s] ( 902/1101) vw-repl highlight::tests::simple_scalar_entry
27542026-08-16T02:43:03.838Z PASS [ 0.010s] ( 903/1101) vw-repl highlight::tests::variant_open_multiline
27552026-08-16T02:43:03.838Z PASS [ 0.010s] ( 904/1101) vw-repl highlight_htcl::tests::body_with_and_without_return_type_scan_same
27562026-08-16T02:43:03.838Z PASS [ 0.010s] ( 905/1101) vw-repl highlight_htcl::tests::braced_word_scan_does_not_overshoot_close
27572026-08-16T02:43:03.841Z PASS [ 0.010s] ( 906/1101) vw-repl highlight_htcl::tests::builtin_control_flow_keyword
27582026-08-16T02:43:03.845Z PASS [ 0.010s] ( 907/1101) vw-repl highlight_htcl::tests::cmd_substitution_recurses
27592026-08-16T02:43:03.848Z PASS [ 0.009s] ( 908/1101) vw-repl highlight_htcl::tests::doc_comment_vs_regular
27602026-08-16T02:43:03.848Z PASS [ 0.010s] ( 909/1101) vw-repl highlight_htcl::tests::empty_input
27612026-08-16T02:43:03.848Z PASS [ 0.010s] ( 910/1101) vw-repl highlight_htcl::tests::enum_decl
27622026-08-16T02:43:03.851Z PASS [ 0.010s] ( 911/1101) vw-repl highlight_htcl::tests::generic_call_first_word_function
27632026-08-16T02:43:03.854Z PASS [ 0.009s] ( 912/1101) vw-repl highlight_htcl::tests::no_panic_on_garbage
27642026-08-16T02:43:03.857Z PASS [ 0.009s] ( 913/1101) vw-repl highlight_htcl::tests::per_line_preserves_content
27652026-08-16T02:43:03.857Z PASS [ 0.009s] ( 914/1101) vw-repl highlight_htcl::tests::plain_prose_not_styled_as_decl
27662026-08-16T02:43:03.857Z PASS [ 0.010s] ( 915/1101) vw-repl highlight_htcl::tests::proc_body_contents_scan_as_script
27672026-08-16T02:43:03.860Z PASS [ 0.009s] ( 916/1101) vw-repl highlight_htcl::tests::proc_decl_keywords_and_names
27682026-08-16T02:43:03.864Z PASS [ 0.010s] ( 917/1101) vw-repl highlight_htcl::tests::proc_with_attribute
27692026-08-16T02:43:03.867Z PASS [ 0.009s] ( 918/1101) vw-repl highlight_htcl::tests::quoted_string
27702026-08-16T02:43:03.867Z PASS [ 0.010s] ( 919/1101) vw-repl highlight_htcl::tests::set_keyword_var_value
27712026-08-16T02:43:03.867Z PASS [ 0.010s] ( 920/1101) vw-repl highlight_htcl::tests::stable_on_unclosed_bracket
27722026-08-16T02:43:03.870Z PASS [ 0.010s] ( 921/1101) vw-repl highlight_htcl::tests::stable_on_unclosed_outer_brace
27732026-08-16T02:43:03.873Z PASS [ 0.010s] ( 922/1101) vw-repl highlight_htcl::tests::stable_on_unclosed_proc_brace
27742026-08-16T02:43:03.876Z PASS [ 0.010s] ( 923/1101) vw-repl highlight_htcl::tests::type_decl
27752026-08-16T02:43:03.876Z PASS [ 0.010s] ( 924/1101) vw-repl history::tests::append_persists_and_dedupes_consecutive_duplicates
27762026-08-16T02:43:03.880Z PASS [ 0.010s] ( 925/1101) vw-repl history::tests::multiline_entries_round_trip_with_escapes
27772026-08-16T02:43:03.883Z PASS [ 0.010s] ( 926/1101) vw-repl history::tests::search_back_finds_most_recent_match
27782026-08-16T02:43:03.883Z PASS [ 0.010s] ( 927/1101) vw-repl history::tests::search_is_case_insensitive
27792026-08-16T02:43:03.886Z PASS [ 0.012s] ( 928/1101) vw-repl lower::tests::cross_batch_newtype_recursion_emits_generic_repr
27802026-08-16T02:43:03.889Z PASS [ 0.011s] ( 929/1101) vw-repl lower::tests::each_statement_gets_its_own_origin
27812026-08-16T02:43:03.889Z PASS [ 0.011s] ( 930/1101) vw-repl lower::tests::enum_decl_ships_namespace_eval_prelude
27822026-08-16T02:43:03.892Z PASS [ 0.010s] ( 931/1101) vw-repl lower::tests::extern_prefixed_call_is_accepted
27832026-08-16T02:43:03.896Z PASS [ 0.011s] ( 932/1101) vw-repl lower::tests::known_keyword_call_is_not_errored
27842026-08-16T02:43:03.899Z PASS [ 0.010s] ( 933/1101) vw-repl lower::tests::lowers_plain_proc_call_to_tcl
27852026-08-16T02:43:03.903Z PASS [ 0.011s] ( 934/1101) vw-repl lower::tests::overload_set_ships_dispatcher_and_mangled_specializations
27862026-08-16T02:43:03.903Z PASS [ 0.013s] ( 935/1101) vw-repl lower::tests::origin_via_chain_walks_back_through_src_imports
27872026-08-16T02:43:03.903Z PASS [ 0.012s] ( 936/1101) vw-repl lower::tests::prior_batch_proc_location_survives_for_drilldown
27882026-08-16T02:43:03.907Z PASS [ 0.011s] ( 937/1101) vw-repl lower::tests::prior_batch_procs_resolve_in_next_batch
27892026-08-16T02:43:03.910Z PASS [ 0.011s] ( 938/1101) vw-repl lower::tests::proc_body_line_resolution_matches_tcl_line_counting
27902026-08-16T02:43:03.913Z PASS [ 0.011s] ( 939/1101) vw-repl lower::tests::set_var_call_inherits_inner_return_type
27912026-08-16T02:43:03.913Z PASS [ 0.012s] ( 940/1101) vw-repl lower::tests::second_batch_parses_only_its_own_files
27922026-08-16T02:43:03.913Z PASS [ 0.011s] ( 941/1101) vw-repl lower::tests::src_imported_statements_resolve_to_imported_file
27932026-08-16T02:43:03.916Z PASS [ 0.010s] ( 942/1101) vw-repl lower::tests::stack_frame_line_survives_comments_brackets_and_nesting
27942026-08-16T02:43:03.920Z PASS [ 0.011s] ( 943/1101) vw-repl lower::tests::typed_proc_call_wraps_with_repr_dispatch
27952026-08-16T02:43:03.923Z PASS [ 0.011s] ( 944/1101) vw-repl lower::tests::unit_typed_call_is_wrapped_with_unit_dispatch
27962026-08-16T02:43:03.923Z PASS [ 0.011s] ( 945/1101) vw-repl lower::tests::unannotated_call_is_not_wrapped
27972026-08-16T02:43:03.926Z PASS [ 0.010s] ( 946/1101) vw-repl lower::tests::unknown_keyword_call_inside_bracket_errors
27982026-08-16T02:43:03.926Z PASS [ 0.010s] ( 947/1101) vw-repl popup::tests::current_returns_selected_item
27992026-08-16T02:43:03.929Z PASS [ 0.010s] ( 948/1101) vw-repl popup::tests::move_up_down_clamps
28002026-08-16T02:43:03.932Z PASS [ 0.010s] ( 949/1101) vw-repl popup::tests::new_returns_none_on_empty
28012026-08-16T02:43:03.932Z PASS [ 0.010s] ( 950/1101) vw-repl render::tests::duration_hmmss_hour_plus
28022026-08-16T02:43:03.935Z PASS [ 0.009s] ( 951/1101) vw-repl render::tests::duration_mss_minute_to_hour
28032026-08-16T02:43:03.936Z PASS [ 0.010s] ( 952/1101) vw-repl render::tests::duration_seconds_under_minute
28042026-08-16T02:43:03.939Z PASS [ 0.009s] ( 953/1101) vw-repl render::tests::duration_truncates_subsecond
28052026-08-16T02:43:03.942Z PASS [ 0.010s] ( 954/1101) vw-repl render::tests::windowed_slicer_full_range_matches_entry_lines
28062026-08-16T02:43:03.945Z PASS [ 0.010s] ( 955/1101) vw-repl render::tests::windowed_slicer_returns_sub_line_offset_when_window_starts_mid_line
28072026-08-16T02:43:03.945Z PASS [ 0.010s] ( 956/1101) vw-repl session::tests::later_batch_shadows_earlier_signature
28082026-08-16T02:43:03.948Z PASS [ 0.010s] ( 957/1101) vw-repl session::tests::lookup_proc_returns_latest_batch
28092026-08-16T02:43:03.952Z PASS [ 0.010s] ( 958/1101) vw-repl session::tests::signature_table_folds_across_batches
28102026-08-16T02:43:03.955Z PASS [ 0.010s] ( 959/1101) vw-repl session::tests::top_level_var_types_resolves_across_batches
28112026-08-16T02:43:03.955Z PASS [ 0.010s] ( 960/1101) vw-repl symbol_index::tests::empty_session_yields_empty_index
28122026-08-16T02:43:03.959Z PASS [ 0.010s] ( 961/1101) vw-repl symbol_index::tests::enum_emits_decl_and_variants
28132026-08-16T02:43:03.962Z PASS [ 0.010s] ( 962/1101) vw-repl symbol_index::tests::in_flight_proc_decl_indexed
28142026-08-16T02:43:03.965Z PASS [ 0.010s] ( 963/1101) vw-repl symbol_index::tests::libraries_count_symbols
28152026-08-16T02:43:03.965Z PASS [ 0.010s] ( 964/1101) vw-repl symbol_index::tests::namespaced_procs_qualified
28162026-08-16T02:43:03.968Z PASS [ 0.037s] ( 965/1101) vw-repl render::tests::windowed_slicer_emits_only_visible_source_lines
28172026-08-16T02:43:03.972Z PASS [ 0.010s] ( 966/1101) vw-repl symbol_index::tests::type_decl_indexed
28182026-08-16T02:43:03.972Z PASS [ 0.010s] ( 967/1101) vw-repl symbol_search::tests::empty_query_shows_all_alphabetic
28192026-08-16T02:43:03.975Z PASS [ 0.010s] ( 968/1101) vw-repl symbol_search::tests::library_view_toggles
28202026-08-16T02:43:03.975Z PASS [ 0.010s] ( 969/1101) vw-repl symbol_search::tests::name_match_outranks_doc_only
28212026-08-16T02:43:03.978Z PASS [ 0.010s] ( 970/1101) vw-repl symbol_search::tests::query_filters_results
28222026-08-16T02:43:04.008Z PASS [ 0.316s] ( 971/1101) vw-remote session::test::an_interrupt_reaches_a_command_that_is_already_running
28232026-08-16T02:43:04.016Z PASS [ 0.045s] ( 972/1101) vw-svc::admin_api a_developer_cannot_recycle_images
28242026-08-16T02:43:04.022Z PASS [ 0.043s] ( 973/1101) vw-svc::admin_api a_service_with_no_environments_lists_none
28252026-08-16T02:43:04.025Z PASS [ 0.052s] ( 974/1101) vw-svc::admin_api a_developer_is_not_an_administrator
28262026-08-16T02:43:04.032Z PASS [ 0.063s] ( 975/1101) vw-svc::admin_api a_developer_cannot_delete_anything_through_the_admin_api
28272026-08-16T02:43:04.059Z PASS [ 0.084s] ( 976/1101) vw-svc::admin_api a_request_that_names_no_api_version_is_refused
28282026-08-16T02:43:04.070Z PASS [ 0.045s] ( 977/1101) vw-svc::admin_api recycling_without_an_oxide_backend_says_so
28292026-08-16T02:43:04.074Z PASS [ 0.067s] ( 978/1101) vw-svc::admin_api an_administrator_can_delete_somebody_elses_environment
28302026-08-16T02:43:04.078Z PASS [ 0.053s] ( 979/1101) vw-svc::admin_api deleting_an_environment_that_is_not_there_is_not_found
28312026-08-16T02:43:04.087Z PASS [ 0.071s] ( 980/1101) vw-svc::admin_api an_administrator_sees_every_environment
28322026-08-16T02:43:04.116Z PASS [ 0.057s] ( 981/1101) vw-svc::user_api a_private_key_never_rides_along_with_an_environment
28332026-08-16T02:43:04.124Z PASS [ 0.054s] ( 982/1101) vw-svc::user_api an_environment_comes_with_a_key_that_opens_it
28342026-08-16T02:43:04.137Z PASS [ 0.062s] ( 983/1101) vw-svc::user_api deleting_an_environment_takes_its_key_with_it
28352026-08-16T02:43:04.140Z PASS [ 0.064s] ( 984/1101) vw-svc::user_api creating_the_same_environment_twice_conflicts
28362026-08-16T02:43:04.143Z PASS [ 0.056s] ( 985/1101) vw-svc::user_api environment_lifecycle
28372026-08-16T02:43:04.178Z PASS [ 0.054s] ( 986/1101) vw-svc::user_api environments_have_no_images_without_an_oxide_backend
28382026-08-16T02:43:04.190Z PASS [ 0.052s] ( 987/1101) vw-svc::user_api missing_environments_are_not_found
28392026-08-16T02:43:04.196Z PASS [ 0.081s] ( 988/1101) vw-svc::user_api environments_are_scoped_to_their_owner
28402026-08-16T02:43:04.205Z PASS [ 0.009s] ( 989/1101) vw-svc::bin/vw-svc admin_api::in_use_test::an_environment_using_one_image_throughout_is_named_once
28412026-08-16T02:43:04.213Z PASS [ 0.069s] ( 990/1101) vw-svc::user_api names_that_break_the_instance_naming_scheme_are_rejected
28422026-08-16T02:43:04.216Z PASS [ 0.008s] ( 991/1101) vw-svc::bin/vw-svc admin_api::in_use_test::an_environment_without_images_protects_nothing
28432026-08-16T02:43:04.221Z PASS [ 0.008s] ( 992/1101) vw-svc::bin/vw-svc admin_api::in_use_test::an_image_two_environments_boot_names_both
28442026-08-16T02:43:04.224Z PASS [ 0.008s] ( 993/1101) vw-svc::bin/vw-svc admin_api::in_use_test::every_image_an_environment_pins_is_in_use
28452026-08-16T02:43:04.224Z PASS [ 0.086s] ( 994/1101) vw-svc::user_api environments_outlive_the_service
28462026-08-16T02:43:04.224Z PASS [ 0.046s] ( 995/1101) vw-svc::user_api naming_an_image_without_an_oxide_backend_is_rejected
28472026-08-16T02:43:04.229Z PASS [ 0.008s] ( 996/1101) vw-svc::bin/vw-svc auth::test::a_token_is_only_checked_with_github_once_per_ttl
28482026-08-16T02:43:04.234Z PASS [ 0.008s] ( 997/1101) vw-svc::bin/vw-svc auth::test::an_answer_stops_being_believed_once_it_is_old
28492026-08-16T02:43:04.234Z PASS [ 0.008s] ( 998/1101) vw-svc::bin/vw-svc auth::test::ci_is_a_name_an_instance_can_be_built_from
28502026-08-16T02:43:04.234Z PASS [ 0.008s] ( 999/1101) vw-svc::bin/vw-svc auth::test::one_tokens_answer_is_not_anothers
28512026-08-16T02:43:04.237Z PASS [ 0.008s] (1000/1101) vw-svc::bin/vw-svc auth::test::the_cache_is_not_keyed_by_the_credential_itself
28522026-08-16T02:43:04.244Z PASS [ 0.054s] (1001/1101) vw-svc::user_api one_users_key_is_not_another_users_to_fetch
28532026-08-16T02:43:04.247Z PASS [ 0.008s] (1002/1101) vw-svc::bin/vw-svc oxide::recycle_test::a_kind_with_one_image_keeps_it
28542026-08-16T02:43:04.248Z PASS [ 0.015s] (1003/1101) vw-svc::bin/vw-svc keys::test::the_comment_says_which_environment_it_opens
28552026-08-16T02:43:04.252Z PASS [ 0.022s] (1004/1101) vw-svc::bin/vw-svc keys::test::every_environment_gets_its_own_key
28562026-08-16T02:43:04.252Z PASS [ 0.022s] (1005/1101) vw-svc::bin/vw-svc keys::test::a_generated_key_is_usable_by_ssh
28572026-08-16T02:43:04.255Z PASS [ 0.008s] (1006/1101) vw-svc::bin/vw-svc oxide::recycle_test::a_silo_image_of_ours_is_never_deleted
28582026-08-16T02:43:04.256Z PASS [ 0.008s] (1007/1101) vw-svc::bin/vw-svc oxide::recycle_test::a_tie_on_creation_time_still_protects_what_would_boot
28592026-08-16T02:43:04.256Z PASS [ 0.008s] (1008/1101) vw-svc::bin/vw-svc oxide::recycle_test::an_image_an_environment_boots_is_never_deleted
28602026-08-16T02:43:04.261Z PASS [ 0.009s] (1009/1101) vw-svc::bin/vw-svc oxide::recycle_test::older_unused_images_of_ours_are_deleted
28612026-08-16T02:43:04.264Z PASS [ 0.009s] (1010/1101) vw-svc::bin/vw-svc oxide::recycle_test::the_newest_of_each_kind_is_never_deleted
28622026-08-16T02:43:04.264Z PASS [ 0.009s] (1011/1101) vw-svc::bin/vw-svc oxide::recycle_test::an_image_that_is_not_ours_is_never_touched
28632026-08-16T02:43:04.264Z PASS [ 0.008s] (1012/1101) vw-svc::bin/vw-svc oxide::test::a_disk_its_environment_still_wants_is_kept
28642026-08-16T02:43:04.264Z PASS [ 0.008s] (1013/1101) vw-svc::bin/vw-svc oxide::test::a_disk_still_in_use_is_left_for_a_later_pass
28652026-08-16T02:43:04.269Z PASS [ 0.008s] (1014/1101) vw-svc::bin/vw-svc oxide::test::a_hyphenated_owner_does_not_reach_the_hostname
28662026-08-16T02:43:04.272Z PASS [ 0.008s] (1015/1101) vw-svc::bin/vw-svc oxide::test::a_managed_instance_keeps_its_identity_and_state
28672026-08-16T02:43:04.272Z PASS [ 0.008s] (1016/1101) vw-svc::bin/vw-svc oxide::test::a_name_that_is_already_taken_is_not_a_failure
28682026-08-16T02:43:04.272Z PASS [ 0.008s] (1017/1101) vw-svc::bin/vw-svc oxide::test::a_request_that_never_answered_is_not_a_failure
28692026-08-16T02:43:04.272Z PASS [ 0.008s] (1018/1101) vw-svc::bin/vw-svc oxide::test::a_stopped_instance_is_started
28702026-08-16T02:43:04.277Z PASS [ 0.008s] (1019/1101) vw-svc::bin/vw-svc oxide::test::an_instance_in_motion_is_left_alone
28712026-08-16T02:43:04.280Z PASS [ 0.008s] (1020/1101) vw-svc::bin/vw-svc oxide::test::an_instance_the_rack_has_not_got_is_created
28722026-08-16T02:43:04.280Z PASS [ 0.008s] (1021/1101) vw-svc::bin/vw-svc oxide::test::only_our_disks_are_ever_reaped
28732026-08-16T02:43:04.280Z PASS [ 0.009s] (1022/1101) vw-svc::bin/vw-svc oxide::test::an_instance_names_itself_after_its_kind_and_environment
28742026-08-16T02:43:04.280Z PASS [ 0.009s] (1023/1101) vw-svc::bin/vw-svc oxide::test::only_instances_we_named_are_managed
28752026-08-16T02:43:04.286Z PASS [ 0.008s] (1024/1101) vw-svc::bin/vw-svc reconciler::test::a_create_is_recorded_before_it_is_requested
28762026-08-16T02:43:04.289Z PASS [ 0.008s] (1025/1101) vw-svc::bin/vw-svc reconciler::test::a_hyphenated_username_still_round_trips
28772026-08-16T02:43:04.289Z PASS [ 0.008s] (1026/1101) vw-svc::bin/vw-svc reconciler::test::a_pending_marker_is_not_an_instance_on_the_rack
28782026-08-16T02:43:04.289Z PASS [ 0.009s] (1027/1101) vw-svc::bin/vw-svc reconciler::test::a_pending_create_is_not_mistaken_for_a_lost_instance
28792026-08-16T02:43:04.289Z PASS [ 0.009s] (1028/1101) vw-svc::bin/vw-svc reconciler::test::a_state_already_matching_the_rack_is_left_alone
28802026-08-16T02:43:04.289Z PASS [ 0.256s] (1029/1101) vw-svc::user_api a_full_listing_is_a_single_page
28812026-08-16T02:43:04.294Z PASS [ 0.008s] (1030/1101) vw-svc::bin/vw-svc reconciler::test::a_state_the_db_has_not_caught_up_with_is_recorded
28822026-08-16T02:43:04.297Z PASS [ 0.008s] (1031/1101) vw-svc::bin/vw-svc reconciler::test::an_instance_the_rack_has_lost_has_its_record_cleared
28832026-08-16T02:43:04.297Z PASS [ 0.008s] (1032/1101) vw-svc::bin/vw-svc reconciler::test::environment_names_that_would_not_survive_the_scheme_are_rejected
28842026-08-16T02:43:04.297Z PASS [ 0.008s] (1033/1101) vw-svc::bin/vw-svc reconciler::test::instance_names_round_trip
28852026-08-16T02:43:04.297Z PASS [ 0.008s] (1034/1101) vw-svc::bin/vw-svc reconciler::test::every_instance_of_an_environment_gets_its_own_entry
28862026-08-16T02:43:04.297Z PASS [ 0.009s] (1035/1101) vw-svc::bin/vw-svc reconciler::test::hyphenated_github_usernames_are_allowed
28872026-08-16T02:43:04.302Z PASS [ 0.008s] (1036/1101) vw-svc::bin/vw-svc reconciler::test::instances_nothing_wants_are_destroyed
28882026-08-16T02:43:04.305Z PASS [ 0.008s] (1037/1101) vw-svc::bin/vw-svc reconciler::test::instances_on_both_sides_are_kept_running
28892026-08-16T02:43:04.305Z PASS [ 0.008s] (1038/1101) vw-svc::bin/vw-svc reconciler::test::instances_that_are_not_ours_are_ignored
28902026-08-16T02:43:04.305Z PASS [ 0.008s] (1039/1101) vw-svc::bin/vw-svc reconciler::test::the_artifact_instance_is_not_sized_like_a_build_machine
28912026-08-16T02:43:04.305Z PASS [ 0.008s] (1040/1101) vw-svc::bin/vw-svc reconciler::test::wanted_but_absent_instances_are_created
28922026-08-16T02:43:04.305Z PASS [ 0.008s] (1041/1101) vw-svc::bin/vw-svc tls::test::a_certificate_that_is_not_there_is_an_error
28932026-08-16T02:43:04.309Z PASS [ 0.008s] (1042/1101) vw-svc::bin/vw-svc tls::test::a_missing_file_stamps_rather_than_fails
28942026-08-16T02:43:04.313Z PASS [ 0.008s] (1043/1101) vw-svc::bin/vw-svc tls::test::an_unusable_certificate_is_an_error_and_not_a_panic
28952026-08-16T02:43:04.313Z PASS [ 0.008s] (1044/1101) vw-svc::bin/vw-svc tls::test::nothing_new_leaves_the_stamp_alone
28962026-08-16T02:43:04.313Z PASS [ 0.008s] (1045/1101) vw-sync::sync a_digest_cannot_escape_the_store
28972026-08-16T02:43:04.316Z PASS [ 0.009s] (1046/1101) vw-sync::sync a_commit_with_content_still_undelivered_is_refused
28982026-08-16T02:43:04.316Z PASS [ 0.009s] (1047/1101) vw-sync::sync a_deleted_file_is_deleted_on_the_receiver
28992026-08-16T02:43:04.319Z PASS [ 0.007s] (1048/1101) vw-sync::sync a_manifest_cannot_write_outside_the_tree
29002026-08-16T02:43:04.322Z PASS [ 0.009s] (1049/1101) vw-sync::sync a_nested_ignore_file_applies_to_its_own_subtree
29012026-08-16T02:43:04.322Z PASS [ 0.009s] (1050/1101) vw-sync::sync a_receiver_with_a_different_tree_is_brought_into_line
29022026-08-16T02:43:04.322Z PASS [ 0.009s] (1051/1101) vw-sync::sync a_rename_costs_nothing
29032026-08-16T02:43:04.322Z PASS [ 0.009s] (1052/1101) vw-sync::sync a_sync_after_a_clean_sends_nothing
29042026-08-16T02:43:04.322Z PASS [ 0.009s] (1053/1101) vw-sync::sync a_tree_arrives_intact
29052026-08-16T02:43:04.326Z PASS [ 0.009s] (1054/1101) vw-sync::sync a_whole_directory_can_move_without_resending_it
29062026-08-16T02:43:04.329Z PASS [ 0.009s] (1055/1101) vw-sync::sync build_output_is_never_sent_or_deleted
29072026-08-16T02:43:04.330Z PASS [ 0.009s] (1056/1101) vw-sync::sync cleaning_a_tree_with_no_build_output_is_not_an_error
29082026-08-16T02:43:04.333Z PASS [ 0.009s] (1057/1101) vw-sync::sync cleaning_removes_the_build_output_and_nothing_else
29092026-08-16T02:43:04.333Z PASS [ 0.009s] (1058/1101) vw-sync::sync clearing_a_receiver_that_has_nothing_is_not_an_error
29102026-08-16T02:43:04.333Z PASS [ 0.009s] (1059/1101) vw-sync::sync clearing_leaves_build_output_alone
29112026-08-16T02:43:04.336Z PASS [ 0.619s] (1060/1101) vw-remote::streaming without_a_sink_the_output_comes_back_with_the_result
29122026-08-16T02:43:04.336Z PASS [ 0.009s] (1061/1101) vw-sync::sync clearing_makes_the_next_sync_send_everything
29132026-08-16T02:43:04.336Z PASS [ 0.008s] (1062/1101) vw-sync::sync content_that_does_not_match_its_digest_is_refused
29142026-08-16T02:43:04.339Z PASS [ 0.009s] (1063/1101) vw-sync::sync emptied_directories_do_not_linger
29152026-08-16T02:43:04.339Z PASS [ 0.009s] (1064/1101) vw-sync::sync flipping_the_executable_bit_is_a_change
29162026-08-16T02:43:04.342Z PASS [ 0.009s] (1065/1101) vw-sync::sync gitignored_files_are_invisible_at_both_ends
29172026-08-16T02:43:04.342Z PASS [ 0.009s] (1066/1101) vw-sync::sync only_the_edited_file_goes_over_the_wire
29182026-08-16T02:43:04.342Z PASS [ 0.008s] (1067/1101) vw-sync::sync syncing_an_unchanged_tree_sends_nothing
29192026-08-16T02:43:04.346Z PASS [ 0.008s] (1068/1101) vw-sync::sync the_executable_bit_survives
29202026-08-16T02:43:04.349Z PASS [ 0.010s] (1069/1101) vw-vivado raw_log::tests::split_unix_epoch_at_zero_is_1970_01_01
29212026-08-16T02:43:04.349Z PASS [ 0.010s] (1070/1101) vw-vivado raw_log::tests::split_unix_epoch_known_timestamps
29222026-08-16T02:43:04.349Z PASS [ 0.013s] (1071/1101) vw-vivado raw_log::tests::raw_log_path_creates_target_logs_dir
29232026-08-16T02:43:04.352Z PASS [ 0.010s] (1072/1101) vw-vivado raw_log::tests::timestamp_slug_shape
29242026-08-16T02:43:04.353Z PASS [ 0.011s] (1073/1101) vw-vivado stream::tests::back_to_back_diagnostics_emit_no_none_between_them
29252026-08-16T02:43:04.353Z PASS [ 0.010s] (1074/1101) vw-vivado stream::tests::critical_warning_is_its_own_severity
29262026-08-16T02:43:04.356Z PASS [ 0.010s] (1075/1101) vw-vivado stream::tests::diagnostic_carrying_multiline_message_stays_one_block
29272026-08-16T02:43:04.359Z PASS [ 0.010s] (1076/1101) vw-vivado stream::tests::diagnostic_chunk_flushes_pending_none_then_emits_itself
29282026-08-16T02:43:04.360Z PASS [ 0.010s] (1077/1101) vw-vivado stream::tests::empty_and_newline_only_chunks_are_ignored
29292026-08-16T02:43:04.360Z PASS [ 0.010s] (1078/1101) vw-vivado stream::tests::log_level_allows_diagnostic_severities
29302026-08-16T02:43:04.360Z PASS [ 0.010s] (1079/1101) vw-vivado stream::tests::log_level_collapse_none_is_off_only_at_debug
29312026-08-16T02:43:04.369Z PASS [ 0.010s] (1080/1101) vw-vivado stream::tests::log_level_parse_accepts_common_forms
29322026-08-16T02:43:04.369Z PASS [ 0.010s] (1081/1101) vw-vivado stream::tests::stdout_chunks_accumulate_into_one_none_block
29332026-08-16T02:43:04.373Z PASS [ 0.010s] (1082/1101) vw-vivado stream::tests::trailing_none_after_last_diagnostic_flushes_at_end
29342026-08-16T02:43:04.373Z PASS [ 0.010s] (1083/1101) vw-vivado worker::tests::classified_chunk_with_leading_indent_still_routes
29352026-08-16T02:43:04.373Z PASS [ 0.010s] (1084/1101) vw-vivado worker::tests::classified_chunk_with_stack_inherits_first_line_kind
29362026-08-16T02:43:04.373Z PASS [ 0.010s] (1085/1101) vw-vivado worker::tests::classifier_does_not_absorb_unindented_line_as_continuation
29372026-08-16T02:43:04.373Z PASS [ 0.011s] (1086/1101) vw-vivado worker::tests::classifier_absorbs_indented_continuation_within_window
29382026-08-16T02:43:04.373Z PASS [ 0.009s] (1087/1101) vw-vivado worker::tests::classifier_drops_unclassified_lines_when_no_pending
29392026-08-16T02:43:04.373Z PASS [ 0.010s] (1088/1101) vw-vivado worker::tests::classifier_emits_classified_line_only_on_flush
29402026-08-16T02:43:04.377Z PASS [ 0.010s] (1089/1101) vw-vivado worker::tests::classifier_flushes_pending_when_window_expires
29412026-08-16T02:43:04.380Z PASS [ 0.010s] (1090/1101) vw-vivado worker::tests::classifier_flushes_previous_pending_on_new_classified
29422026-08-16T02:43:04.380Z PASS [ 0.010s] (1091/1101) vw-vivado worker::tests::classifier_info_kind_does_not_absorb_continuations
29432026-08-16T02:43:04.380Z PASS [ 0.009s] (1092/1101) vw-vivado worker::tests::classifies_each_standard_prefix_to_its_stream_kind
29442026-08-16T02:43:04.380Z PASS [ 0.010s] (1093/1101) vw-vivado worker::tests::classifier_treats_blank_line_as_message_separator
29452026-08-16T02:43:04.383Z PASS [ 0.009s] (1094/1101) vw-vivado worker::tests::classifies_lines_with_leading_whitespace
29462026-08-16T02:43:04.383Z PASS [ 0.010s] (1095/1101) vw-vivado worker::tests::does_not_match_partial_prefixes
29472026-08-16T02:43:04.383Z PASS [ 0.009s] (1096/1101) vw-vivado worker::tests::drops_banner_and_source_echo_and_chatter
29482026-08-16T02:43:04.388Z PASS [ 0.009s] (1097/1101) vw-vivado worker::tests::plain_chunk_routes_to_stdout
29492026-08-16T02:43:04.391Z PASS [ 0.009s] (1098/1101) vw-vivado worker::tests::shim_log_lines_route_as_info
29502026-08-16T02:43:04.391Z PASS [ 0.009s] (1099/1101) vw-vivado worker::tests::vw_log_chunk_detection
29512026-08-16T02:43:04.531Z PASS [ 0.826s] (1100/1101) vw-remote::streaming output_arrives_while_the_command_is_still_running
29522026-08-16T02:43:04.713Z PASS [ 0.335s] (1101/1101) vw-vivado worker::tests::interrupt_reaches_wrapped_grandchild_via_process_group
29532026-08-16T02:43:04.716Z────────────
29542026-08-16T02:43:04.716Z Summary [ 4.089s] 1101 tests run: 1101 passed, 1 skipped
29552026-08-16T02:43:04.725Z+ banner build
29562026-08-16T02:43:04.729Z
29572026-08-16T02:43:04.729Z ##### # # # # #####
29582026-08-16T02:43:04.729Z # # # # # # # #
29592026-08-16T02:43:04.729Z ##### # # # # # #
29602026-08-16T02:43:04.729Z # # # # # # # #
29612026-08-16T02:43:04.729Z # # # # # # # #
29622026-08-16T02:43:04.729Z ##### #### # ###### #####
29632026-08-16T02:43:04.729Z
29642026-08-16T02:43:04.729Z+ cargo build --release
29652026-08-16T02:43:05.079Z Compiling proc-macro2 v1.0.107
29662026-08-16T02:43:05.079Z Compiling quote v1.0.47
29672026-08-16T02:43:05.079Z Compiling unicode-ident v1.0.24
29682026-08-16T02:43:05.079Z Compiling libc v0.2.189
29692026-08-16T02:43:05.079Z Compiling cfg-if v1.0.4
29702026-08-16T02:43:05.082Z Compiling serde_core v1.0.229
29712026-08-16T02:43:05.082Z Compiling memchr v2.8.3
29722026-08-16T02:43:05.225Z Compiling log v0.4.33
29732026-08-16T02:43:05.252Z Compiling serde v1.0.229
29742026-08-16T02:43:05.463Z Compiling shlex v2.0.1
29752026-08-16T02:43:05.489Z Compiling find-msvc-tools v0.1.9
29762026-08-16T02:43:05.597Z Compiling smallvec v1.15.2
29772026-08-16T02:43:05.633Z Compiling itoa v1.0.18
29782026-08-16T02:43:05.711Z Compiling pkg-config v0.3.33
29792026-08-16T02:43:05.838Z Compiling jobserver v0.1.35
29802026-08-16T02:43:05.875Z Compiling allocator-api2 v0.2.21
29812026-08-16T02:43:05.878Z Compiling zmij v1.0.23
29822026-08-16T02:43:06.080Z Compiling cc v1.4.0
29832026-08-16T02:43:06.150Z Compiling errno v0.3.14
29842026-08-16T02:43:06.165Z Compiling equivalent v1.0.2
29852026-08-16T02:43:06.252Z Compiling parking_lot_core v0.9.12
29862026-08-16T02:43:06.272Z Compiling serde_json v1.0.151
29872026-08-16T02:43:06.306Z Compiling syn v3.0.3
29882026-08-16T02:43:06.316Z Compiling syn v2.0.119
29892026-08-16T02:43:06.324Z Compiling pin-project-lite v0.2.17
29902026-08-16T02:43:06.384Z Compiling autocfg v1.5.1
29912026-08-16T02:43:06.414Z Compiling scopeguard v1.2.0
29922026-08-16T02:43:06.507Z Compiling lock_api v0.4.14
29932026-08-16T02:43:06.526Z Compiling bytes v1.12.1
29942026-08-16T02:43:06.755Z Compiling parking_lot v0.12.5
29952026-08-16T02:43:06.913Z Compiling signal-hook-registry v1.4.8
29962026-08-16T02:43:07.094Z Compiling once_cell v1.21.4
29972026-08-16T02:43:07.355Z Compiling mio v1.2.2
29982026-08-16T02:43:07.358Z Compiling bitflags v2.13.1
29992026-08-16T02:43:07.380Z Compiling hashbrown v0.17.1
30002026-08-16T02:43:07.574Z Compiling futures-core v0.3.33
30012026-08-16T02:43:07.678Z Compiling stable_deref_trait v1.2.1
30022026-08-16T02:43:07.765Z Compiling socket2 v0.6.5
30032026-08-16T02:43:07.775Z Compiling heck v0.5.0
30042026-08-16T02:43:07.968Z Compiling thiserror v2.0.19
30052026-08-16T02:43:08.093Z Compiling indexmap v2.14.0
30062026-08-16T02:43:08.117Z Compiling percent-encoding v2.3.2
30072026-08-16T02:43:08.313Z Compiling writeable v0.6.3
30082026-08-16T02:43:08.394Z Compiling litemap v0.8.2
30092026-08-16T02:43:08.485Z Compiling futures-sink v0.3.33
30102026-08-16T02:43:08.559Z Compiling icu_normalizer_data v2.2.0
30112026-08-16T02:43:08.592Z Compiling icu_properties_data v2.2.0
30122026-08-16T02:43:08.595Z Compiling utf8_iter v1.0.4
30132026-08-16T02:43:08.762Z Compiling form_urlencoded v1.2.2
30142026-08-16T02:43:08.882Z Compiling num-traits v0.2.19
30152026-08-16T02:43:08.918Z Compiling slab v0.4.12
30162026-08-16T02:43:08.976Z Compiling version_check v0.9.5
30172026-08-16T02:43:09.031Z Compiling semver v1.0.28
30182026-08-16T02:43:09.119Z Compiling synstructure v0.13.2
30192026-08-16T02:43:09.154Z Compiling futures-channel v0.3.33
30202026-08-16T02:43:09.322Z Compiling subtle v2.6.1
30212026-08-16T02:43:09.410Z Compiling futures-task v0.3.33
30222026-08-16T02:43:09.448Z Compiling futures-io v0.3.33
30232026-08-16T02:43:09.479Z Compiling fnv v1.0.7
30242026-08-16T02:43:09.582Z Compiling typenum v1.20.1
30252026-08-16T02:43:09.591Z Compiling crossbeam-utils v0.8.22
30262026-08-16T02:43:09.610Z Compiling tracing-core v0.1.36
30272026-08-16T02:43:09.640Z Compiling getrandom v0.4.3
30282026-08-16T02:43:09.934Z Compiling http v1.5.0
30292026-08-16T02:43:10.077Z Compiling aho-corasick v1.1.5
30302026-08-16T02:43:10.120Z Compiling serde_derive v1.0.229
30312026-08-16T02:43:10.234Z Compiling zerofrom-derive v0.1.7
30322026-08-16T02:43:10.400Z Compiling yoke-derive v0.8.2
30332026-08-16T02:43:10.574Z Compiling zerovec-derive v0.11.3
30342026-08-16T02:43:10.629Z Compiling displaydoc v0.2.7
30352026-08-16T02:43:10.654Z Compiling tokio-macros v2.7.2
30362026-08-16T02:43:11.412Z Compiling tokio v1.53.1
30372026-08-16T02:43:11.432Z Compiling thiserror-impl v2.0.19
30382026-08-16T02:43:11.441Z Compiling zerofrom v0.1.8
30392026-08-16T02:43:11.494Z Compiling futures-macro v0.3.33
30402026-08-16T02:43:11.567Z Compiling yoke v0.8.3
30412026-08-16T02:43:11.664Z Compiling tracing-attributes v0.1.31
30422026-08-16T02:43:11.771Z Compiling zerovec v0.11.6
30432026-08-16T02:43:11.838Z Compiling zerotrie v0.2.4
30442026-08-16T02:43:12.272Z Compiling httparse v1.10.1
30452026-08-16T02:43:12.335Z Compiling tinystr v0.8.3
30462026-08-16T02:43:12.390Z Compiling potential_utf v0.1.5
30472026-08-16T02:43:12.576Z Compiling icu_locale_core v2.2.0
30482026-08-16T02:43:12.586Z Compiling icu_collections v2.2.0
30492026-08-16T02:43:12.674Z Compiling futures-util v0.3.33
30502026-08-16T02:43:12.807Z Compiling regex-syntax v0.8.11
30512026-08-16T02:43:12.906Z Compiling tracing v0.1.44
30522026-08-16T02:43:13.432Z Compiling icu_provider v2.2.0
30532026-08-16T02:43:13.472Z Compiling option-ext v0.2.0
30542026-08-16T02:43:13.572Z Compiling zeroize v1.9.0
30552026-08-16T02:43:13.776Z Compiling icu_properties v2.2.0
30562026-08-16T02:43:13.800Z Compiling icu_normalizer v2.2.0
30572026-08-16T02:43:14.007Z Compiling simd-adler32 v0.3.10
30582026-08-16T02:43:14.315Z Compiling utf8parse v0.2.2
30592026-08-16T02:43:14.430Z Compiling regex-automata v0.4.18
30602026-08-16T02:43:14.967Z Compiling idna_adapter v1.2.2
30612026-08-16T02:43:15.112Z Compiling idna v1.1.0
30622026-08-16T02:43:15.245Z Compiling crc32fast v1.5.0
30632026-08-16T02:43:15.334Z Compiling iana-time-zone v0.1.65
30642026-08-16T02:43:15.345Z Compiling anstyle-parse v1.0.0
30652026-08-16T02:43:15.546Z Compiling url v2.5.8
30662026-08-16T02:43:15.562Z Compiling chrono v0.4.45
30672026-08-16T02:43:15.606Z Compiling generic-array v0.14.7
30682026-08-16T02:43:15.632Z Compiling cmake v0.1.58
30692026-08-16T02:43:15.844Z Compiling adler2 v2.0.1
30702026-08-16T02:43:15.967Z Compiling is_terminal_polyfill v1.70.2
30712026-08-16T02:43:16.009Z Compiling anstyle v1.0.14
30722026-08-16T02:43:16.067Z Compiling dunce v1.0.5
30732026-08-16T02:43:16.168Z Compiling anstyle-query v1.1.5
30742026-08-16T02:43:16.275Z Compiling camino v1.2.5
30752026-08-16T02:43:16.275Z Compiling rustversion v1.0.23
30762026-08-16T02:43:16.615Z Compiling colorchoice v1.0.5
30772026-08-16T02:43:16.639Z Compiling fs_extra v1.3.0
30782026-08-16T02:43:16.740Z Compiling anstream v1.0.0
30792026-08-16T02:43:16.903Z Compiling aws-lc-sys v0.43.0
30802026-08-16T02:43:17.246Z Compiling miniz_oxide v0.8.9
30812026-08-16T02:43:17.598Z Compiling schemars v0.8.22
30822026-08-16T02:43:17.856Z Compiling tower-service v0.3.3
30832026-08-16T02:43:17.960Z Compiling tower-layer v0.3.3
30842026-08-16T02:43:18.021Z Compiling flate2 v1.1.9
30852026-08-16T02:43:18.697Z Compiling tokio-util v0.7.19
30862026-08-16T02:43:18.989Z Compiling rustls-pki-types v1.15.1
30872026-08-16T02:43:19.134Z Compiling dirs-sys v0.5.0
30882026-08-16T02:43:19.234Z Compiling serde_derive_internals v0.29.1
30892026-08-16T02:43:19.631Z Compiling crossbeam-epoch v0.9.20
30902026-08-16T02:43:19.771Z Compiling clap_lex v1.1.0
30912026-08-16T02:43:19.842Z Compiling strsim v0.11.1
30922026-08-16T02:43:19.921Z Compiling dirs v6.0.0
30932026-08-16T02:43:19.945Z Compiling schemars_derive v0.8.22
30942026-08-16T02:43:20.081Z Compiling clap_builder v4.6.5
30952026-08-16T02:43:20.129Z Compiling clap_derive v4.6.4
30962026-08-16T02:43:20.171Z Compiling untrusted v0.9.0
30972026-08-16T02:43:20.303Z Compiling aws-lc-rs v1.17.3
30982026-08-16T02:43:20.618Z Compiling crossbeam-deque v0.8.7
30992026-08-16T02:43:20.892Z Compiling base64 v0.22.1
31002026-08-16T02:43:20.959Z Compiling rustix v1.1.4
31012026-08-16T02:43:21.134Z Compiling either v1.17.0
31022026-08-16T02:43:21.402Z Compiling regex v1.13.1
31032026-08-16T02:43:21.517Z Compiling http-body v1.1.0
31042026-08-16T02:43:21.683Z Compiling ryu v1.0.23
31052026-08-16T02:43:21.740Z Compiling atomic-waker v1.1.2
31062026-08-16T02:43:21.973Z Compiling clap v4.6.5
31072026-08-16T02:43:22.067Z Compiling thiserror v1.0.69
31082026-08-16T02:43:22.389Z Compiling try-lock v0.2.5
31092026-08-16T02:43:22.512Z Compiling want v0.3.1
31102026-08-16T02:43:22.701Z Compiling h2 v0.4.15
31112026-08-16T02:43:22.757Z Compiling crypto-common v0.1.7
31122026-08-16T02:43:22.847Z Compiling thiserror-impl v1.0.69
31132026-08-16T02:43:22.892Z Compiling httpdate v1.0.3
31142026-08-16T02:43:23.269Z Compiling rayon-core v1.13.0
31152026-08-16T02:43:23.500Z Compiling rustls v0.23.43
31162026-08-16T02:43:23.722Z Compiling zerocopy v0.8.55
31172026-08-16T02:43:24.107Z Compiling block-buffer v0.10.4
31182026-08-16T02:43:24.157Z Compiling rustc_version v0.4.1
31192026-08-16T02:43:24.182Z Compiling paste v1.0.15
31202026-08-16T02:43:24.259Z Compiling ipnet v2.12.1
31212026-08-16T02:43:24.424Z Compiling vcpkg v0.2.15
31222026-08-16T02:43:24.521Z Compiling digest v0.10.7
31232026-08-16T02:43:24.966Z Compiling futures-executor v0.3.33
31242026-08-16T02:43:25.423Z Compiling hyper v1.11.0
31252026-08-16T02:43:25.939Z Compiling num-conv v0.2.2
31262026-08-16T02:43:26.094Z Compiling time-core v0.1.9
31272026-08-16T02:43:26.284Z Compiling time-macros v0.2.32
31282026-08-16T02:43:27.751Z Compiling hyper-util v0.1.20
31292026-08-16T02:43:27.880Z Compiling ppv-lite86 v0.2.21
31302026-08-16T02:43:28.223Z Compiling rayon v1.12.0
31312026-08-16T02:43:28.697Z Compiling futures v0.3.33
31322026-08-16T02:43:28.937Z Compiling serde_urlencoded v0.7.1
31332026-08-16T02:43:29.219Z Compiling http-body-util v0.1.4
31342026-08-16T02:43:29.295Z Compiling uuid v1.24.0
31352026-08-16T02:43:29.524Z Compiling sync_wrapper v1.0.2
31362026-08-16T02:43:29.639Z Compiling deranged v0.5.8
31372026-08-16T02:43:29.943Z Compiling cpufeatures v0.2.17
31382026-08-16T02:43:30.019Z Compiling foldhash v0.2.0
31392026-08-16T02:43:30.301Z Compiling dyn-clone v1.0.20
31402026-08-16T02:43:30.311Z Compiling num_threads v0.1.7
31412026-08-16T02:43:30.415Z Compiling powerfmt v0.2.0
31422026-08-16T02:43:30.588Z Compiling tower v0.5.3
31432026-08-16T02:43:30.650Z Compiling serde_tokenstream v0.2.3
31442026-08-16T02:43:30.668Z Compiling slog v2.8.2
31452026-08-16T02:43:30.863Z Compiling time v0.3.55
31462026-08-16T02:43:30.881Z Compiling serde_spanned v0.6.9
31472026-08-16T02:43:30.898Z Compiling toml_datetime v0.6.11
31482026-08-16T02:43:30.933Z Compiling async-trait v0.1.91
31492026-08-16T02:43:31.038Z Compiling encoding_rs v0.8.35
31502026-08-16T02:43:31.115Z Compiling toml_write v0.1.2
31512026-08-16T02:43:31.156Z Compiling unicode-width v0.1.14
31522026-08-16T02:43:31.262Z Compiling winnow v0.7.15
31532026-08-16T02:43:31.348Z Compiling fastrand v2.5.0
31542026-08-16T02:43:31.682Z Compiling mime v0.3.17
31552026-08-16T02:43:31.898Z Compiling tempfile v3.27.0
31562026-08-16T02:43:31.998Z Compiling tower-http v0.6.11
31572026-08-16T02:43:32.694Z Compiling hashbrown v0.16.1
31582026-08-16T02:43:32.713Z Compiling libz-sys v1.1.29
31592026-08-16T02:43:33.141Z Compiling toml_edit v0.22.27
31602026-08-16T02:43:33.200Z Compiling openssl-sys v0.9.117
31612026-08-16T02:43:33.419Z Compiling fdeflate v0.3.7
31622026-08-16T02:43:33.761Z Compiling erased-serde v0.3.31
31632026-08-16T02:43:33.946Z Compiling thread_local v1.1.10
31642026-08-16T02:43:34.243Z Compiling bitflags v1.3.2
31652026-08-16T02:43:34.279Z Compiling getrandom v0.3.4
31662026-08-16T02:43:34.316Z Compiling foldhash v0.1.5
31672026-08-16T02:43:34.346Z Compiling openssl-probe v0.2.1
31682026-08-16T02:43:34.536Z Compiling anyhow v1.0.104
31692026-08-16T02:43:34.592Z Compiling winnow v1.0.4
31702026-08-16T02:43:34.618Z Compiling rustls-native-certs v0.8.4
31712026-08-16T02:43:35.083Z Compiling toml v0.8.23
31722026-08-16T02:43:35.255Z Compiling hashbrown v0.15.5
31732026-08-16T02:43:35.424Z Compiling regress v0.11.1
31742026-08-16T02:43:35.891Z Compiling toml_parser v1.1.3+spec-1.1.0
31752026-08-16T02:43:35.988Z Compiling crossbeam-channel v0.5.16
31762026-08-16T02:43:36.027Z Compiling toml_datetime v1.1.1+spec-1.1.0
31772026-08-16T02:43:36.447Z Compiling toml_writer v1.1.2+spec-1.1.0
31782026-08-16T02:43:36.707Z Compiling lazy_static v1.5.0
31792026-08-16T02:43:36.811Z Compiling byteorder v1.5.0
31802026-08-16T02:43:36.942Z Compiling same-file v1.0.6
31812026-08-16T02:43:37.066Z Compiling walkdir v2.5.0
31822026-08-16T02:43:37.386Z Compiling pathfinder_simd v0.5.6
31832026-08-16T02:43:37.654Z Compiling strum_macros v0.28.0
31842026-08-16T02:43:37.769Z Compiling enum-map-derive v0.17.0
31852026-08-16T02:43:37.780Z Compiling freetype-sys v0.20.1
31862026-08-16T02:43:37.920Z Compiling libssh2-sys v0.3.2
31872026-08-16T02:43:38.129Z Compiling serde_spanned v1.1.1
31882026-08-16T02:43:38.339Z Compiling yeslogic-fontconfig-sys v6.0.1
31892026-08-16T02:43:38.352Z Compiling bstr v1.13.0
31902026-08-16T02:43:38.516Z Compiling bytemuck v1.25.2
31912026-08-16T02:43:38.810Z Compiling rustix v0.38.44
31922026-08-16T02:43:39.230Z Compiling enum-map v2.7.3
31932026-08-16T02:43:39.418Z Compiling toml v1.1.4+spec-1.1.0
31942026-08-16T02:43:39.493Z Compiling strum v0.28.0
31952026-08-16T02:43:39.574Z Compiling rand_core v0.9.5
31962026-08-16T02:43:39.617Z Compiling subst v0.3.8
31972026-08-16T02:43:39.824Z Compiling itertools v0.14.0
31982026-08-16T02:43:40.011Z Compiling hybrid-array v0.4.14
31992026-08-16T02:43:40.221Z Compiling vhdl_lang_macros v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89)
32002026-08-16T02:43:40.505Z Compiling getrandom v0.2.17
32012026-08-16T02:43:40.725Z Compiling libloading v0.8.9
32022026-08-16T02:43:40.781Z Compiling ref-cast v1.0.26
32032026-08-16T02:43:40.952Z Compiling color_quant v1.1.0
32042026-08-16T02:43:41.095Z Compiling pinned_vec v0.1.1
32052026-08-16T02:43:41.256Z Compiling glob v0.3.4
32062026-08-16T02:43:41.335Z Compiling dlib v0.5.3
32072026-08-16T02:43:41.468Z Compiling vhdl_lang v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89)
32082026-08-16T02:43:42.195Z Compiling rand_chacha v0.9.0
32092026-08-16T02:43:43.206Z Compiling png v0.17.16
32102026-08-16T02:43:43.307Z Compiling sha2 v0.10.9
32112026-08-16T02:43:43.851Z Compiling dirs-sys v0.4.1
32122026-08-16T02:43:44.132Z Compiling openapiv3 v2.2.0
32132026-08-16T02:43:44.340Z Compiling daft-derive v0.1.8
32142026-08-16T02:43:44.567Z Compiling ref-cast-impl v1.0.26
32152026-08-16T02:43:45.113Z Compiling libgit2-sys v0.16.2+1.7.2
32162026-08-16T02:43:45.181Z Compiling plotters-backend v0.3.7
32172026-08-16T02:43:45.527Z Compiling font-kit v0.14.3
32182026-08-16T02:43:45.536Z Compiling prettyplease v0.2.37
32192026-08-16T02:43:45.764Z Compiling weezl v0.1.12
32202026-08-16T02:43:45.781Z Compiling fixedbitset v0.5.7
32212026-08-16T02:43:45.879Z Compiling unicode-width v0.2.0
32222026-08-16T02:43:46.182Z Compiling jpeg-decoder v0.3.2
32232026-08-16T02:43:46.295Z Compiling cpufeatures v0.3.0
32242026-08-16T02:43:46.372Z Compiling gif v0.12.0
32252026-08-16T02:43:46.382Z Compiling petgraph v0.8.3
32262026-08-16T02:43:46.853Z Compiling image v0.24.9
32272026-08-16T02:43:48.512Z Compiling daft v0.1.8
32282026-08-16T02:43:48.778Z Compiling dirs v5.0.1
32292026-08-16T02:43:48.903Z Compiling pathfinder_geometry v0.5.1
32302026-08-16T02:43:48.938Z Compiling rand v0.9.5
32312026-08-16T02:43:49.296Z Compiling crypto-common v0.2.2
32322026-08-16T02:43:49.596Z Compiling block-buffer v0.12.1
32332026-08-16T02:43:49.781Z Compiling toml_edit v0.25.13+spec-1.1.0
32342026-08-16T02:43:49.902Z Compiling multer v3.1.0
32352026-08-16T02:43:50.356Z Compiling float-ord v0.3.2
32362026-08-16T02:43:50.471Z Compiling compression-core v0.4.32
32372026-08-16T02:43:50.580Z Compiling crunchy v0.2.4
32382026-08-16T02:43:50.643Z Compiling match_cfg v0.1.0
32392026-08-16T02:43:50.850Z Compiling const-oid v0.10.2
32402026-08-16T02:43:51.152Z Compiling slog-async v2.8.0
32412026-08-16T02:43:51.493Z Compiling digest v0.11.3
32422026-08-16T02:43:51.703Z Compiling hostname v0.3.1
32432026-08-16T02:43:51.868Z Compiling compression-codecs v0.4.38
32442026-08-16T02:43:52.410Z Compiling vw-core v0.1.0 (/work/oxidecomputer/vw/vw-core)
32452026-08-16T02:43:54.563Z Compiling iddqd v0.4.6
32462026-08-16T02:43:54.969Z Compiling plotters-bitmap v0.3.7
32472026-08-16T02:43:56.239Z Compiling plotters-svg v0.3.7
32482026-08-16T02:43:56.559Z Compiling similar v2.7.0
32492026-08-16T02:43:57.516Z Compiling colored v2.2.0
32502026-08-16T02:43:58.139Z Compiling slog-json v2.6.1
32512026-08-16T02:43:58.400Z Compiling async-stream-impl v0.3.6
32522026-08-16T02:43:59.032Z Compiling dropshot v0.17.1
32532026-08-16T02:43:59.268Z Compiling is-terminal v0.4.17
32542026-08-16T02:43:59.349Z Compiling semver v0.1.20
32552026-08-16T02:43:59.367Z Compiling term v1.2.1
32562026-08-16T02:43:59.600Z Compiling ttf-parser v0.20.0
32572026-08-16T02:43:59.610Z Compiling openssl-probe v0.1.6
32582026-08-16T02:43:59.871Z Compiling spin v0.9.9
32592026-08-16T02:44:00.001Z Compiling hashbrown v0.14.5
32602026-08-16T02:44:00.528Z Compiling take_mut v0.2.2
32612026-08-16T02:44:00.641Z Compiling tiny-keccak v2.0.2
32622026-08-16T02:44:00.808Z Compiling hex v0.4.3
32632026-08-16T02:44:00.876Z Compiling typify-impl v0.6.2
32642026-08-16T02:44:01.240Z Compiling plotters v0.3.7
32652026-08-16T02:44:02.377Z Compiling slog-term v2.9.2
32662026-08-16T02:44:02.717Z Compiling rustc_version v0.1.7
32672026-08-16T02:44:02.960Z Compiling async-stream v0.3.6
32682026-08-16T02:44:03.161Z Compiling slog-bunyan v2.5.0
32692026-08-16T02:44:03.345Z Compiling anodizer v0.1.0 (https://github.com/oxidecomputer/anodizer?branch=main#85fdfb3f)
32702026-08-16T02:44:03.800Z Compiling async-compression v0.4.43
32712026-08-16T02:44:03.887Z Compiling sha1 v0.11.0
32722026-08-16T02:44:03.924Z Compiling rand_core v0.6.4
32732026-08-16T02:44:04.176Z Compiling dropshot_endpoint v0.17.1
32742026-08-16T02:44:04.209Z Compiling waitgroup v0.1.2
32752026-08-16T02:44:04.247Z Compiling rustls-pemfile v2.2.0
32762026-08-16T02:44:04.295Z Compiling vw-quote v0.1.0 (/work/oxidecomputer/vw/vw-quote)
32772026-08-16T02:44:04.360Z Compiling serde_path_to_error v0.1.20
32782026-08-16T02:44:04.524Z Compiling fs-err v3.3.1
32792026-08-16T02:44:04.762Z Compiling hostname v0.4.2
32802026-08-16T02:44:04.805Z Compiling netrc v0.4.1
32812026-08-16T02:44:04.908Z Compiling winnow v0.6.26
32822026-08-16T02:44:04.917Z Compiling debug-ignore v1.0.5
32832026-08-16T02:44:05.121Z Compiling typify-macro v0.6.2
32842026-08-16T02:44:05.374Z Compiling newtype_derive v0.1.6
32852026-08-16T02:44:05.611Z Compiling dropshot-api-manager-types v0.7.2
32862026-08-16T02:44:06.179Z Compiling cfg_aliases v0.1.1
32872026-08-16T02:44:06.252Z Compiling owo-colors v4.3.0
32882026-08-16T02:44:06.502Z Compiling vw-htcl v0.1.0 (/work/oxidecomputer/vw/vw-htcl)
32892026-08-16T02:44:06.620Z Compiling const-random-macro v0.1.16
32902026-08-16T02:44:06.727Z Compiling nix v0.28.0
32912026-08-16T02:44:07.084Z Compiling rand_chacha v0.3.1
32922026-08-16T02:44:07.260Z Compiling git-stub v1.0.0
32932026-08-16T02:44:07.299Z Compiling atomicwrites v0.4.4
32942026-08-16T02:44:07.605Z Compiling terminal_size v0.4.4
32952026-08-16T02:44:07.704Z Compiling ident_case v1.0.1
32962026-08-16T02:44:07.714Z Compiling signal-hook v0.3.18
32972026-08-16T02:44:07.754Z Compiling unicode-linebreak v0.1.5
32982026-08-16T02:44:08.027Z Compiling is_ci v1.2.0
32992026-08-16T02:44:08.192Z Compiling smawk v0.3.3
33002026-08-16T02:44:08.214Z Compiling supports-color v3.0.2
33012026-08-16T02:44:08.332Z Compiling textwrap v0.16.2
33022026-08-16T02:44:08.446Z Compiling darling_core v0.24.0
33032026-08-16T02:44:08.833Z Compiling git-stub-vcs v0.1.0
33042026-08-16T02:44:09.854Z Compiling rand v0.8.7
33052026-08-16T02:44:09.959Z Compiling const-random v0.1.18
33062026-08-16T02:44:10.622Z Compiling drift v0.2.0
33072026-08-16T02:44:10.782Z Compiling indent_write v2.2.0
33082026-08-16T02:44:12.172Z Compiling darling_macro v0.24.0
33092026-08-16T02:44:12.299Z Compiling dlv-list v0.5.2
33102026-08-16T02:44:14.186Z Compiling typify v0.6.2
33112026-08-16T02:44:14.285Z Compiling sha1 v0.10.7
33122026-08-16T02:44:14.698Z Compiling filedescriptor v0.8.3
33132026-08-16T02:44:14.773Z Compiling pin-project-internal v1.1.13
33142026-08-16T02:44:14.952Z Compiling serde_repr v0.1.21
33152026-08-16T02:44:15.542Z Compiling blake3 v1.8.5
33162026-08-16T02:44:15.831Z Compiling serial2 v0.2.38
33172026-08-16T02:44:15.938Z Compiling utf-8 v0.7.6
33182026-08-16T02:44:16.145Z Compiling instability v0.3.13
33192026-08-16T02:44:16.341Z Compiling downcast-rs v1.2.1
33202026-08-16T02:44:16.369Z Compiling shell-words v1.1.1
33212026-08-16T02:44:16.441Z Compiling vw-vivado v0.1.0 (/work/oxidecomputer/vw/vw-vivado)
33222026-08-16T02:44:16.616Z Compiling unicode-segmentation v1.13.3
33232026-08-16T02:44:16.664Z Compiling data-encoding v2.11.1
33242026-08-16T02:44:17.193Z Compiling jiff-core v0.1.0
33252026-08-16T02:44:17.809Z Compiling unsafe-libyaml v0.2.11
33262026-08-16T02:44:18.459Z Compiling serde_yaml v0.9.34+deprecated
33272026-08-16T02:44:18.975Z Compiling jiff v0.2.35
33282026-08-16T02:44:19.267Z Compiling tungstenite v0.21.0
33292026-08-16T02:44:19.700Z Compiling portable-pty v0.9.0
33302026-08-16T02:44:21.807Z Compiling pin-project v1.1.13
33312026-08-16T02:44:21.911Z Compiling lsp-types v0.94.1
33322026-08-16T02:44:22.028Z Compiling progenitor-impl v0.14.0
33332026-08-16T02:44:24.164Z Compiling signal-hook-mio v0.2.5
33342026-08-16T02:44:24.298Z Compiling darling v0.24.0
33352026-08-16T02:44:24.380Z Compiling ordered-multimap v0.7.3
33362026-08-16T02:44:24.695Z Compiling vw-eda v0.1.0 (/work/oxidecomputer/vw/vw-eda)
33372026-08-16T02:44:25.072Z Compiling curve25519-dalek v4.1.3
33382026-08-16T02:44:25.357Z Compiling gethostname v1.1.0
33392026-08-16T02:44:25.486Z Compiling env_filter v2.0.0
33402026-08-16T02:44:26.491Z Compiling itertools v0.13.0
33412026-08-16T02:44:26.838Z Compiling strum_macros v0.26.4
33422026-08-16T02:44:27.631Z Compiling castaway v0.2.4
33432026-08-16T02:44:27.752Z Compiling static_assertions v1.1.0
33442026-08-16T02:44:27.826Z Compiling indoc v2.0.7
33452026-08-16T02:44:27.981Z Compiling arrayref v0.3.9
33462026-08-16T02:44:28.054Z Compiling arrayvec v0.7.8
33472026-08-16T02:44:28.277Z Compiling pxfm v0.1.30
33482026-08-16T02:44:28.287Z Compiling constant_time_eq v0.4.2
33492026-08-16T02:44:28.450Z Compiling base64ct v1.8.3
33502026-08-16T02:44:28.469Z Compiling strum v0.26.3
33512026-08-16T02:44:28.787Z Compiling pem-rfc7468 v0.7.0
33522026-08-16T02:44:29.446Z Compiling unicode-truncate v1.1.0
33532026-08-16T02:44:29.611Z Compiling compact_str v0.8.2
33542026-08-16T02:44:29.820Z Compiling env_logger v0.11.11
33552026-08-16T02:44:30.234Z Compiling rust-ini v0.21.3
33562026-08-16T02:44:30.665Z Compiling moxcms v0.8.1
33572026-08-16T02:44:30.876Z Compiling crossterm v0.28.1
33582026-08-16T02:44:33.977Z Compiling rustls-webpki v0.103.13
33592026-08-16T02:44:36.450Z Compiling progenitor-macro v0.14.0
33602026-08-16T02:44:38.711Z Compiling tokio-rustls v0.26.4
33612026-08-16T02:44:38.987Z Compiling rustls-platform-verifier v0.7.0
33622026-08-16T02:44:39.015Z Compiling hyper-rustls v0.27.9
33632026-08-16T02:44:39.424Z Compiling reqwest v0.13.4
33642026-08-16T02:44:39.812Z Compiling git2 v0.18.3
33652026-08-16T02:44:40.767Z Compiling tower v0.4.13
33662026-08-16T02:44:41.171Z Compiling progenitor-client v0.14.0
33672026-08-16T02:44:41.669Z Compiling oxide v0.17.0+2026060800.0.0
33682026-08-16T02:44:41.768Z Compiling tokio-tungstenite v0.21.0
33692026-08-16T02:44:42.109Z Compiling dashmap v5.5.3
33702026-08-16T02:44:42.706Z Compiling vw-lib v0.1.0 (/work/oxidecomputer/vw/vw-lib)
33712026-08-16T02:44:47.760Z Compiling dropshot-api-manager v0.7.2
33722026-08-16T02:44:50.698Z Compiling globset v0.4.20
33732026-08-16T02:44:53.980Z Compiling sharded-slab v0.1.7
33742026-08-16T02:44:54.616Z Compiling lsp-server v0.7.9
33752026-08-16T02:44:56.105Z Compiling lru v0.12.5
33762026-08-16T02:44:56.303Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
33772026-08-16T02:44:56.461Z Compiling fuzzy-matcher v0.3.7
33782026-08-16T02:44:57.181Z Compiling png v0.18.1
33792026-08-16T02:44:57.507Z Compiling inout v0.1.4
33802026-08-16T02:44:57.663Z Compiling matchers v0.2.0
33812026-08-16T02:44:57.834Z Compiling quick-xml v0.38.4
33822026-08-16T02:44:58.241Z Compiling auto_impl v1.3.0
33832026-08-16T02:44:59.178Z Compiling tower-lsp-macros v0.9.0
33842026-08-16T02:44:59.412Z Compiling curve25519-dalek-derive v0.1.1
33852026-08-16T02:44:59.767Z Compiling tracing-log v0.2.0
33862026-08-16T02:44:59.826Z Compiling ring v0.17.14
33872026-08-16T02:45:00.120Z Compiling cassowary v0.3.0
33882026-08-16T02:45:00.130Z Compiling x11rb-protocol v0.13.2
33892026-08-16T02:45:00.363Z Compiling byteorder-lite v0.1.0
33902026-08-16T02:45:00.367Z Compiling home v0.5.12
33912026-08-16T02:45:00.545Z Compiling portable-atomic v1.14.0
33922026-08-16T02:45:00.660Z Compiling nu-ansi-term v0.50.3
33932026-08-16T02:45:01.008Z Compiling signature v2.2.0
33942026-08-16T02:45:01.173Z Compiling ed25519 v2.2.3
33952026-08-16T02:45:01.237Z Compiling tracing-subscriber v0.3.23
33962026-08-16T02:45:01.408Z Compiling image v0.25.10
33972026-08-16T02:45:01.520Z Compiling aws-creds v0.39.1
33982026-08-16T02:45:01.719Z Compiling ratatui v0.29.0
33992026-08-16T02:45:04.952Z Compiling x11rb v0.13.2
34002026-08-16T02:45:07.262Z Compiling tower-lsp v0.20.0
34012026-08-16T02:45:08.634Z Compiling cipher v0.4.4
34022026-08-16T02:45:08.887Z Compiling vhdl_ls v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89)
34032026-08-16T02:45:10.061Z Compiling vw-api-types-versions v0.1.0 (/work/oxidecomputer/vw/vw-api-types/versions)
34042026-08-16T02:45:10.289Z Compiling ignore v0.4.33
34052026-08-16T02:45:10.485Z Compiling vw-bench v0.1.0 (/work/oxidecomputer/vw/vw-bench)
34062026-08-16T02:45:11.571Z Compiling vw-api v0.1.0 (/work/oxidecomputer/vw/vw-api)
34072026-08-16T02:45:11.855Z Compiling vw-sync-api v0.1.0 (/work/oxidecomputer/vw/vw-sync-api)
34082026-08-16T02:45:13.473Z Compiling progenitor v0.14.0
34092026-08-16T02:45:13.625Z Compiling ssh-encoding v0.2.0
34102026-08-16T02:45:14.155Z Compiling reqwest v0.12.28
34112026-08-16T02:45:16.827Z Compiling hmac v0.12.1
34122026-08-16T02:45:16.987Z Compiling tokio-stream v0.1.19
34132026-08-16T02:45:17.116Z Compiling quick-xml v0.37.5
34142026-08-16T02:45:17.561Z Compiling aws-region v0.28.1
34152026-08-16T02:45:17.586Z Compiling maybe-async v0.2.11
34162026-08-16T02:45:17.926Z Compiling sysinfo v0.37.2
34172026-08-16T02:45:18.397Z Compiling md5 v0.8.1
34182026-08-16T02:45:18.698Z Compiling cpp_demangle v0.4.5
34192026-08-16T02:45:18.752Z Compiling redb v4.1.0
34202026-08-16T02:45:19.006Z Compiling base16ct v0.2.0
34212026-08-16T02:45:19.139Z Compiling sec1 v0.7.3
34222026-08-16T02:45:19.234Z Compiling rust-s3 v0.37.2
34232026-08-16T02:45:19.348Z Compiling ipxact v0.1.0 (https://github.com/oxidecomputer/ipe?branch=main#73c5c643)
34242026-08-16T02:45:19.888Z Compiling ssh-cipher v0.2.0
34252026-08-16T02:45:20.075Z Compiling vw-api-client v0.1.0 (/work/oxidecomputer/vw/vw-api-client)
34262026-08-16T02:45:20.329Z Compiling vw-sync v0.1.0 (/work/oxidecomputer/vw/vw-sync)
34272026-08-16T02:45:21.784Z Compiling vw-remote v0.1.0 (/work/oxidecomputer/vw/vw-remote)
34282026-08-16T02:45:23.799Z Compiling vw-analyzer v0.1.0 (/work/oxidecomputer/vw/vw-analyzer)
34292026-08-16T02:45:24.325Z Compiling ed25519-dalek v2.2.0
34302026-08-16T02:45:24.693Z Compiling arboard v3.6.1
34312026-08-16T02:45:26.932Z Compiling tui-textarea v0.7.0
34322026-08-16T02:45:27.745Z Compiling nucleo-matcher v0.3.1
34332026-08-16T02:45:28.385Z Compiling console v0.15.11
34342026-08-16T02:45:28.556Z Compiling yasna v0.6.0
34352026-08-16T02:45:28.567Z Compiling pem v3.0.6
34362026-08-16T02:45:29.277Z Compiling filetime v0.2.29
34372026-08-16T02:45:29.505Z Compiling number_prefix v0.4.0
34382026-08-16T02:45:29.671Z Compiling indicatif v0.17.11
34392026-08-16T02:45:29.716Z Compiling notify v6.1.1
34402026-08-16T02:45:30.045Z Compiling rcgen v0.14.8
34412026-08-16T02:45:30.393Z Compiling vw-repl v0.1.0 (/work/oxidecomputer/vw/vw-repl)
34422026-08-16T02:45:30.967Z Compiling ssh-key v0.6.7
34432026-08-16T02:45:32.669Z Compiling vw-ip v0.1.0 (/work/oxidecomputer/vw/vw-ip)
34442026-08-16T02:45:35.534Z Compiling vw-openapi-manager v0.1.0 (/work/oxidecomputer/vw/vw-openapi-manager)
34452026-08-16T02:45:36.207Z Compiling vw-htcl-cmd v0.1.0 (/work/oxidecomputer/vw/vw-htcl-cmd)
34462026-08-16T02:45:37.160Z Compiling rustc-demangle v0.1.28
34472026-08-16T02:45:37.825Z Compiling xtask v0.1.0 (/work/oxidecomputer/vw/xtask)
34482026-08-16T02:45:38.180Z Compiling vw-api-types v0.1.0 (/work/oxidecomputer/vw/vw-api-types)
34492026-08-16T02:45:57.656Z Compiling vw-svc v0.1.0 (/work/oxidecomputer/vw/vw-svc)
34502026-08-16T02:45:57.766Z Compiling vw-agent v0.1.0 (/work/oxidecomputer/vw/vw-agent)
34512026-08-16T02:45:57.861Z Compiling vw v0.1.0 (/work/oxidecomputer/vw/vw-cli)
34522026-08-16T02:46:34.893Z Finished `release` profile [optimized] target(s) in 3m 30s
34532026-08-16T02:46:35.003Z+ mkdir -p /work/release/
34542026-08-16T02:46:35.007Z+ cp target/release/vw /work/release/
34552026-08-16T02:46:35.104Z+ cp target/release/vw-agent /work/release/
34562026-08-16T02:46:35.179Z+ cp target/release/vw-svc /work/release/
34572026-08-16T02:46:35.239Z+ cp target/release/vw-analyzer /work/release/
34582026-08-16T02:46:35.281Zprocess exited: duration 641523 ms, exit code 0
 
34592026-08-16T02:46:35.295Zfound 4 output files
34602026-08-16T02:46:35.295Zuploading: /work/release/vw (104089112 bytes)
34612026-08-16T02:46:36.912Zuploaded: /work/release/vw
34622026-08-16T02:46:36.912Zuploading: /work/release/vw-agent (79063232 bytes)
34632026-08-16T02:46:38.595Zuploaded: /work/release/vw-agent
34642026-08-16T02:46:38.598Zuploading: /work/release/vw-analyzer (43164144 bytes)
34652026-08-16T02:46:39.839Zuploaded: /work/release/vw-analyzer
34662026-08-16T02:46:39.839Zuploading: /work/release/vw-svc (62858288 bytes)
34672026-08-16T02:46:41.205Zuploaded: /work/release/vw-svc