|
|
|
| 1 | 2026-08-16T02:35:22.517Z | job assigned to worker 01M046QK26TY9ATQ8MSVR7FYGW [factory aws, i-01da26c39f3fcd224] (queued for 46 s) |
| |
| 2 | 2026-08-16T02:35:29.359Z | starting task 0: "setup" |
| 3 | 2026-08-16T02:35:29.363Z | ++ uname -s |
| 4 | 2026-08-16T02:35:29.366Z | + kern=SunOS |
| 5 | 2026-08-16T02:35:29.366Z | + build_user=build |
| 6 | 2026-08-16T02:35:29.366Z | + build_uid=12345 |
| 7 | 2026-08-16T02:35:29.366Z | + work_dir=/work |
| 8 | 2026-08-16T02:35:29.366Z | + input_dir=/input |
| 9 | 2026-08-16T02:35:29.366Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-16T02:35:29.366Z | + case "$kern" in |
| 11 | 2026-08-16T02:35:29.366Z | + groupadd -g 12345 build |
| 12 | 2026-08-16T02:35:29.369Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-16T02:35:31.373Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-16T02:35:31.474Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-16T02:35:31.477Z | + home_fs=zfs |
| 16 | 2026-08-16T02:35:31.477Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-16T02:35:31.477Z | + mkdir -p /home/build |
| 18 | 2026-08-16T02:35:31.477Z | + chown build:build /home/build /work |
| 19 | 2026-08-16T02:35:33.478Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-16T02:35:33.481Z | process exited: duration 4123 ms, exit code 0 |
| |
| 21 | 2026-08-16T02:35:33.488Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-16T02:35:33.492Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-08-16T02:35:33.492Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-16T02:35:33.492Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-08-16T02:35:33.492Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-16T02:35:33.492Z | * rust toolchain channel = "stable" |
| 27 | 2026-08-16T02:35:33.492Z | * rust toolchain profile = "default" |
| 28 | 2026-08-16T02:35:33.496Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-16T02:35:33.496Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-08-16T02:35:33.599Z | info: downloading installer |
| 31 | 2026-08-16T02:35:35.048Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-16T02:35:35.048Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-16T02:35:35.048Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-16T02:35:35.048Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-16T02:35:35.061Z | info: profile set to default |
| 36 | 2026-08-16T02:35:35.061Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-16T02:35:35.064Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-08-16T02:35:35.198Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-16T02:35:35.202Z | info: downloading 6 components |
| 40 | 2026-08-16T02:35:52.234Z | |
| 41 | 2026-08-16T02:35:52.234Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 42 | 2026-08-16T02:35:52.260Z | stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-16T02:35:52.260Z | |
| 44 | 2026-08-16T02:35:52.260Z | |
| 45 | 2026-08-16T02:35:52.260Z | Rust is installed now. Great! |
| 46 | 2026-08-16T02:35:52.260Z | |
| 47 | 2026-08-16T02:35:52.260Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-16T02:35:52.260Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-16T02:35:52.260Z | |
| 50 | 2026-08-16T02:35:52.260Z | To configure your current shell, you need to source |
| 51 | 2026-08-16T02:35:52.264Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-16T02:35:52.264Z | |
| 53 | 2026-08-16T02:35:52.264Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-16T02:35:52.264Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-16T02:35:52.264Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-16T02:35:52.264Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-16T02:35:52.264Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-16T02:35:52.264Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-16T02:35:52.264Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-16T02:35:52.264Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-16T02:35:52.264Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-16T02:35:52.363Z | + rustup --version |
| 63 | 2026-08-16T02:35:52.372Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-16T02:35:52.375Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-16T02:35:52.394Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-16T02:35:52.397Z | + cargo --version |
| 67 | 2026-08-16T02:35:52.411Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-16T02:35:52.414Z | + rustc --version |
| 69 | 2026-08-16T02:35:52.432Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-16T02:35:52.435Z | process exited: duration 18945 ms, exit code 0 |
| |
| 71 | 2026-08-16T02:35:52.441Z | starting task 2: "authentication" |
| 72 | 2026-08-16T02:35:52.457Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-16T02:35:52.464Z | starting task 3: "clone repository" |
| 74 | 2026-08-16T02:35:52.467Z | + mkdir -p /work/oxidecomputer/vw |
| 75 | 2026-08-16T02:35:52.470Z | + git clone https://github.com/oxidecomputer/vw /work/oxidecomputer/vw |
| 76 | 2026-08-16T02:35:52.499Z | Cloning into '/work/oxidecomputer/vw'... |
| 77 | 2026-08-16T02:35:53.405Z | + cd /work/oxidecomputer/vw |
| 78 | 2026-08-16T02:35:53.405Z | + git fetch origin 4c0e609740b2adeaf787ee1504889010a54a44b2 |
| 79 | 2026-08-16T02:35:53.687Z | From https://github.com/oxidecomputer/vw |
| 80 | 2026-08-16T02:35:53.687Z | * branch 4c0e609740b2adeaf787ee1504889010a54a44b2 -> FETCH_HEAD |
| 81 | 2026-08-16T02:35:53.695Z | + [[ -n ry/vhdl-ls-workspace-refresh-fix ]] |
| 82 | 2026-08-16T02:35:53.697Z | ++ git branch --show-current |
| 83 | 2026-08-16T02:35:53.698Z | + current=main |
| 84 | 2026-08-16T02:35:53.698Z | + [[ main != ry/vhdl-ls-workspace-refresh-fix ]] |
| 85 | 2026-08-16T02:35:53.698Z | + git branch -f ry/vhdl-ls-workspace-refresh-fix 4c0e609740b2adeaf787ee1504889010a54a44b2 |
| 86 | 2026-08-16T02:35:53.701Z | + git checkout -f ry/vhdl-ls-workspace-refresh-fix |
| 87 | 2026-08-16T02:35:53.721Z | Switched to branch 'ry/vhdl-ls-workspace-refresh-fix' |
| 88 | 2026-08-16T02:35:53.724Z | + git reset --hard 4c0e609740b2adeaf787ee1504889010a54a44b2 |
| 89 | 2026-08-16T02:35:53.742Z | HEAD is now at 4c0e609 fix ci on macos plus a few symlink bugs |
| 90 | 2026-08-16T02:35:53.745Z | process exited: duration 1280 ms, exit code 0 |
| |
| 91 | 2026-08-16T02:35:53.751Z | starting task 4: "build" |
| 92 | 2026-08-16T02:35:53.754Z | + cargo --version |
| 93 | 2026-08-16T02:35:53.760Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 94 | 2026-08-16T02:35:53.902Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 95 | 2026-08-16T02:35:53.904Z | info: downloading 6 components |
| 96 | 2026-08-16T02:36:09.425Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 97 | 2026-08-16T02:36:09.428Z | + rustc --version |
| 98 | 2026-08-16T02:36:09.454Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 99 | 2026-08-16T02:36:09.457Z | + cargo install cargo-nextest --locked |
| 100 | 2026-08-16T02:36:09.500Z | Updating crates.io index |
| 101 | 2026-08-16T02:36:09.620Z | Downloading crates ... |
| 102 | 2026-08-16T02:36:09.681Z | Downloaded cargo-nextest v0.9.143 |
| 103 | 2026-08-16T02:36:09.709Z | Installing cargo-nextest v0.9.143 |
| 104 | 2026-08-16T02:36:09.712Z | warning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file |
| 105 | 2026-08-16T02:36:09.712Z | | |
| 106 | 2026-08-16T02:36:09.712Z | = help: use `cargo +stable install` if you meant to use the stable toolchain |
| 107 | 2026-08-16T02:36:09.712Z | = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed |
| 108 | 2026-08-16T02:36:09.715Z | Updating crates.io index |
| 109 | 2026-08-16T02:36:12.033Z | Updating crates.io index |
| 110 | 2026-08-16T02:36:12.252Z | Downloading crates ... |
| 111 | 2026-08-16T02:36:12.281Z | Downloaded atomicwrites v0.4.4 |
| 112 | 2026-08-16T02:36:12.284Z | Downloaded addr2line v0.24.2 |
| 113 | 2026-08-16T02:36:12.284Z | Downloaded cargo_metadata v0.23.1 |
| 114 | 2026-08-16T02:36:12.287Z | Downloaded anyhow v1.0.98 |
| 115 | 2026-08-16T02:36:12.294Z | Downloaded anstyle-query v1.1.2 |
| 116 | 2026-08-16T02:36:12.302Z | Downloaded heck v0.5.0 |
| 117 | 2026-08-16T02:36:12.305Z | Downloaded cfg-expr v0.20.6 |
| 118 | 2026-08-16T02:36:12.308Z | Downloaded cc v1.2.30 |
| 119 | 2026-08-16T02:36:12.311Z | Downloaded aws-lc-rs v1.16.2 |
| 120 | 2026-08-16T02:36:12.314Z | Downloaded futures v0.3.33 |
| 121 | 2026-08-16T02:36:12.317Z | Downloaded async-scoped v0.9.0 |
| 122 | 2026-08-16T02:36:12.317Z | Downloaded if_chain v1.0.3 |
| 123 | 2026-08-16T02:36:12.320Z | Downloaded futures-io v0.3.33 |
| 124 | 2026-08-16T02:36:12.320Z | Downloaded indenter v0.3.4 |
| 125 | 2026-08-16T02:36:12.320Z | Downloaded futures-macro v0.3.33 |
| 126 | 2026-08-16T02:36:12.320Z | Downloaded home v0.5.12 |
| 127 | 2026-08-16T02:36:12.324Z | Downloaded getrandom v0.3.4 |
| 128 | 2026-08-16T02:36:12.324Z | Downloaded aho-corasick v1.1.4 |
| 129 | 2026-08-16T02:36:12.327Z | Downloaded allocator-api2 v0.2.21 |
| 130 | 2026-08-16T02:36:12.330Z | Downloaded fixedbitset v0.4.2 |
| 131 | 2026-08-16T02:36:12.331Z | Downloaded generic-array v0.14.7 |
| 132 | 2026-08-16T02:36:12.336Z | Downloaded anstyle v1.0.14 |
| 133 | 2026-08-16T02:36:12.336Z | Downloaded adler2 v2.0.1 |
| 134 | 2026-08-16T02:36:12.336Z | Downloaded ahash v0.8.12 |
| 135 | 2026-08-16T02:36:12.339Z | Downloaded foreign-types-shared v0.1.1 |
| 136 | 2026-08-16T02:36:12.342Z | Downloaded futures-core v0.3.33 |
| 137 | 2026-08-16T02:36:12.342Z | Downloaded futures-sink v0.3.33 |
| 138 | 2026-08-16T02:36:12.345Z | Downloaded cargo-platform v0.3.0 |
| 139 | 2026-08-16T02:36:12.348Z | Downloaded cpufeatures v0.2.17 |
| 140 | 2026-08-16T02:36:12.351Z | Downloaded anstyle-progress v0.1.3 |
| 141 | 2026-08-16T02:36:12.352Z | Downloaded futures-task v0.3.33 |
| 142 | 2026-08-16T02:36:12.352Z | Downloaded guppy-workspace-hack v0.1.0 |
| 143 | 2026-08-16T02:36:12.355Z | Downloaded openssl-macros v0.1.1 |
| 144 | 2026-08-16T02:36:12.357Z | Downloaded cfg_aliases v0.2.1 |
| 145 | 2026-08-16T02:36:12.361Z | Downloaded filedescriptor v0.8.3 |
| 146 | 2026-08-16T02:36:12.361Z | Downloaded form_urlencoded v1.2.2 |
| 147 | 2026-08-16T02:36:12.364Z | Downloaded humantime-serde v1.1.1 |
| 148 | 2026-08-16T02:36:12.364Z | Downloaded idna_adapter v1.0.0 |
| 149 | 2026-08-16T02:36:12.364Z | Downloaded lab v0.11.0 |
| 150 | 2026-08-16T02:36:12.364Z | Downloaded itoa v1.0.17 |
| 151 | 2026-08-16T02:36:12.364Z | Downloaded nested v0.1.1 |
| 152 | 2026-08-16T02:36:12.367Z | Downloaded cpufeatures v0.3.0 |
| 153 | 2026-08-16T02:36:12.370Z | Downloaded os_pipe v1.2.2 |
| 154 | 2026-08-16T02:36:12.370Z | Downloaded foreign-types v0.3.2 |
| 155 | 2026-08-16T02:36:12.370Z | Downloaded is_ci v1.2.0 |
| 156 | 2026-08-16T02:36:12.370Z | Downloaded memoffset v0.9.1 |
| 157 | 2026-08-16T02:36:12.373Z | Downloaded dof v0.4.0 |
| 158 | 2026-08-16T02:36:12.373Z | Downloaded hex v0.4.3 |
| 159 | 2026-08-16T02:36:12.376Z | Downloaded countio v0.2.19 |
| 160 | 2026-08-16T02:36:12.379Z | Downloaded percent-encoding v2.3.2 |
| 161 | 2026-08-16T02:36:12.380Z | Downloaded openssl-probe v0.1.6 |
| 162 | 2026-08-16T02:36:12.391Z | Downloaded bit-set v0.5.3 |
| 163 | 2026-08-16T02:36:12.391Z | Downloaded fastrand v2.3.0 |
| 164 | 2026-08-16T02:36:12.391Z | Downloaded atomic v0.6.1 |
| 165 | 2026-08-16T02:36:12.391Z | Downloaded debug-ignore v1.0.5 |
| 166 | 2026-08-16T02:36:12.395Z | Downloaded enable-ansi-support v0.3.1 |
| 167 | 2026-08-16T02:36:12.395Z | Downloaded errno v0.3.12 |
| 168 | 2026-08-16T02:36:12.395Z | Downloaded digest v0.10.7 |
| 169 | 2026-08-16T02:36:12.395Z | Downloaded anstream v1.0.0 |
| 170 | 2026-08-16T02:36:12.395Z | Downloaded autocfg v1.5.0 |
| 171 | 2026-08-16T02:36:12.395Z | Downloaded pathdiff v0.2.3 |
| 172 | 2026-08-16T02:36:12.395Z | Downloaded camino-tempfile v1.4.1 |
| 173 | 2026-08-16T02:36:12.395Z | Downloaded backtrace-ext v0.2.1 |
| 174 | 2026-08-16T02:36:12.395Z | Downloaded nohash-hasher v0.2.0 |
| 175 | 2026-08-16T02:36:12.398Z | Downloaded mukti-metadata v0.3.0 |
| 176 | 2026-08-16T02:36:12.398Z | Downloaded num-conv v0.2.0 |
| 177 | 2026-08-16T02:36:12.398Z | Downloaded dunce v1.0.5 |
| 178 | 2026-08-16T02:36:12.399Z | Downloaded equivalent v1.0.2 |
| 179 | 2026-08-16T02:36:12.399Z | Downloaded crypto-common v0.1.6 |
| 180 | 2026-08-16T02:36:12.402Z | Downloaded locked-tripwire v0.1.0 |
| 181 | 2026-08-16T02:36:12.402Z | Downloaded mac_address v1.1.8 |
| 182 | 2026-08-16T02:36:12.402Z | Downloaded nextest-workspace-hack v0.1.0 |
| 183 | 2026-08-16T02:36:12.402Z | Downloaded num-derive v0.4.2 |
| 184 | 2026-08-16T02:36:12.409Z | Downloaded block-buffer v0.10.4 |
| 185 | 2026-08-16T02:36:12.409Z | Downloaded colorchoice v1.0.3 |
| 186 | 2026-08-16T02:36:12.412Z | Downloaded memmem v0.1.1 |
| 187 | 2026-08-16T02:36:12.412Z | Downloaded fnv v1.0.7 |
| 188 | 2026-08-16T02:36:12.412Z | Downloaded document-features v0.2.11 |
| 189 | 2026-08-16T02:36:12.412Z | Downloaded foldhash v0.2.0 |
| 190 | 2026-08-16T02:36:12.416Z | Downloaded indoc v2.0.7 |
| 191 | 2026-08-16T02:36:12.416Z | Downloaded fs_extra v1.3.0 |
| 192 | 2026-08-16T02:36:12.419Z | Downloaded cfg-if v1.0.4 |
| 193 | 2026-08-16T02:36:12.419Z | Downloaded dtrace-parser v0.3.0 |
| 194 | 2026-08-16T02:36:12.419Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 195 | 2026-08-16T02:36:12.423Z | Downloaded native-tls v0.2.14 |
| 196 | 2026-08-16T02:36:12.426Z | Downloaded utf8_iter v1.0.4 |
| 197 | 2026-08-16T02:36:12.426Z | Downloaded dirs v6.0.0 |
| 198 | 2026-08-16T02:36:12.430Z | Downloaded jobserver v0.1.33 |
| 199 | 2026-08-16T02:36:12.433Z | Downloaded vec_map v0.8.2 |
| 200 | 2026-08-16T02:36:12.433Z | Downloaded color-spantrace v0.3.0 |
| 201 | 2026-08-16T02:36:12.433Z | Downloaded usdt-attr-macro v0.6.0 |
| 202 | 2026-08-16T02:36:12.433Z | Downloaded eazip v0.2.5 |
| 203 | 2026-08-16T02:36:12.437Z | Downloaded clap_lex v1.0.0 |
| 204 | 2026-08-16T02:36:12.437Z | Downloaded anstyle-parse v1.0.0 |
| 205 | 2026-08-16T02:36:12.437Z | Downloaded cmake v0.1.54 |
| 206 | 2026-08-16T02:36:12.437Z | Downloaded etcetera v0.11.0 |
| 207 | 2026-08-16T02:36:12.441Z | Downloaded phf_generator v0.11.3 |
| 208 | 2026-08-16T02:36:12.441Z | Downloaded dirs-sys v0.5.0 |
| 209 | 2026-08-16T02:36:12.444Z | Downloaded convert_case v0.7.1 |
| 210 | 2026-08-16T02:36:12.444Z | Downloaded dialoguer v0.12.0 |
| 211 | 2026-08-16T02:36:12.444Z | Downloaded ed25519 v2.2.3 |
| 212 | 2026-08-16T02:36:12.448Z | Downloaded unicode-linebreak v0.1.5 |
| 213 | 2026-08-16T02:36:12.451Z | Downloaded future-queue v0.4.0 |
| 214 | 2026-08-16T02:36:12.454Z | Downloaded futures-executor v0.3.33 |
| 215 | 2026-08-16T02:36:12.457Z | Downloaded globset v0.4.19 |
| 216 | 2026-08-16T02:36:12.460Z | Downloaded is_terminal_polyfill v1.70.1 |
| 217 | 2026-08-16T02:36:12.463Z | Downloaded scopeguard v1.2.0 |
| 218 | 2026-08-16T02:36:12.466Z | Downloaded sigchld v0.2.4 |
| 219 | 2026-08-16T02:36:12.466Z | Downloaded newtype-uuid v1.3.2 |
| 220 | 2026-08-16T02:36:12.466Z | Downloaded version_check v0.9.5 |
| 221 | 2026-08-16T02:36:12.469Z | Downloaded nextest-metadata v0.15.0 |
| 222 | 2026-08-16T02:36:12.469Z | Downloaded csscolorparser v0.6.2 |
| 223 | 2026-08-16T02:36:12.472Z | Downloaded either v1.15.0 |
| 224 | 2026-08-16T02:36:12.472Z | Downloaded bit-vec v0.6.3 |
| 225 | 2026-08-16T02:36:12.472Z | Downloaded char_index v0.1.5 |
| 226 | 2026-08-16T02:36:12.472Z | Downloaded ordered-float v4.6.0 |
| 227 | 2026-08-16T02:36:12.475Z | Downloaded bytesize v2.4.2 |
| 228 | 2026-08-16T02:36:12.475Z | Downloaded enum_dispatch v0.3.13 |
| 229 | 2026-08-16T02:36:12.478Z | Downloaded owo-colors v4.3.0 |
| 230 | 2026-08-16T02:36:12.478Z | Downloaded miette-derive v7.6.0 |
| 231 | 2026-08-16T02:36:12.481Z | Downloaded toml_writer v1.1.2+spec-1.1.0 |
| 232 | 2026-08-16T02:36:12.481Z | Downloaded lazy_static v1.5.0 |
| 233 | 2026-08-16T02:36:12.483Z | Downloaded pem-rfc7468 v1.0.0 |
| 234 | 2026-08-16T02:36:12.483Z | Downloaded lock_api v0.4.13 |
| 235 | 2026-08-16T02:36:12.486Z | Downloaded byteorder v1.5.0 |
| 236 | 2026-08-16T02:36:12.486Z | Downloaded filetime v0.2.25 |
| 237 | 2026-08-16T02:36:12.489Z | Downloaded bitflags v1.3.2 |
| 238 | 2026-08-16T02:36:12.492Z | Downloaded unit-prefix v0.5.1 |
| 239 | 2026-08-16T02:36:12.492Z | Downloaded shared_child v1.1.1 |
| 240 | 2026-08-16T02:36:12.495Z | Downloaded xattr v1.5.0 |
| 241 | 2026-08-16T02:36:12.495Z | Downloaded cookie v0.18.1 |
| 242 | 2026-08-16T02:36:12.495Z | Downloaded time-core v0.1.8 |
| 243 | 2026-08-16T02:36:12.501Z | Downloaded humantime v2.3.0 |
| 244 | 2026-08-16T02:36:12.503Z | Downloaded option-ext v0.2.0 |
| 245 | 2026-08-16T02:36:12.507Z | Downloaded httparse v1.10.1 |
| 246 | 2026-08-16T02:36:12.513Z | Downloaded urlencoding v2.1.3 |
| 247 | 2026-08-16T02:36:12.515Z | Downloaded const-oid v0.9.6 |
| 248 | 2026-08-16T02:36:12.515Z | Downloaded utf8-zero v0.8.1 |
| 249 | 2026-08-16T02:36:12.518Z | Downloaded zstd v0.13.3 |
| 250 | 2026-08-16T02:36:12.521Z | Downloaded rand_core v0.10.0 |
| 251 | 2026-08-16T02:36:12.524Z | Downloaded clap_derive v4.6.4 |
| 252 | 2026-08-16T02:36:12.524Z | Downloaded tracing-error v0.2.1 |
| 253 | 2026-08-16T02:36:12.524Z | Downloaded phf_macros v0.11.3 |
| 254 | 2026-08-16T02:36:12.527Z | Downloaded scroll_derive v0.13.1 |
| 255 | 2026-08-16T02:36:12.530Z | Downloaded quote v1.0.45 |
| 256 | 2026-08-16T02:36:12.530Z | Downloaded signature v2.2.0 |
| 257 | 2026-08-16T02:36:12.533Z | Downloaded strip-ansi-escapes v0.2.1 |
| 258 | 2026-08-16T02:36:12.533Z | Downloaded strsim v0.11.1 |
| 259 | 2026-08-16T02:36:12.533Z | Downloaded subtle v2.6.1 |
| 260 | 2026-08-16T02:36:12.536Z | Downloaded supports-color v3.0.2 |
| 261 | 2026-08-16T02:36:12.536Z | Downloaded vtparse v0.6.2 |
| 262 | 2026-08-16T02:36:12.536Z | Downloaded tinyvec_macros v0.1.1 |
| 263 | 2026-08-16T02:36:12.539Z | Downloaded phf_codegen v0.11.3 |
| 264 | 2026-08-16T02:36:12.541Z | Downloaded plain v0.2.3 |
| 265 | 2026-08-16T02:36:12.541Z | Downloaded signal-hook-mio v0.2.5 |
| 266 | 2026-08-16T02:36:12.544Z | Downloaded thread_local v1.1.8 |
| 267 | 2026-08-16T02:36:12.547Z | Downloaded static_assertions v1.1.0 |
| 268 | 2026-08-16T02:36:12.547Z | Downloaded foldhash v0.1.5 |
| 269 | 2026-08-16T02:36:12.550Z | Downloaded deranged v0.5.8 |
| 270 | 2026-08-16T02:36:12.553Z | Downloaded futures-channel v0.3.33 |
| 271 | 2026-08-16T02:36:12.556Z | Downloaded cookie_store v0.22.1 |
| 272 | 2026-08-16T02:36:12.556Z | Downloaded getrandom v0.2.16 |
| 273 | 2026-08-16T02:36:12.558Z | Downloaded iana-time-zone v0.1.63 |
| 274 | 2026-08-16T02:36:12.558Z | Downloaded duct v1.1.1 |
| 275 | 2026-08-16T02:36:12.561Z | Downloaded once_cell v1.21.3 |
| 276 | 2026-08-16T02:36:12.564Z | Downloaded camino v1.2.5 |
| 277 | 2026-08-16T02:36:12.567Z | Downloaded console v0.16.4 |
| 278 | 2026-08-16T02:36:12.567Z | Downloaded litrs v0.4.1 |
| 279 | 2026-08-16T02:36:12.567Z | Downloaded memmap2 v0.9.8 |
| 280 | 2026-08-16T02:36:12.570Z | Downloaded parking_lot v0.12.4 |
| 281 | 2026-08-16T02:36:12.570Z | Downloaded base64ct v1.7.3 |
| 282 | 2026-08-16T02:36:12.573Z | Downloaded lru v0.16.3 |
| 283 | 2026-08-16T02:36:12.573Z | Downloaded wezterm-input-types v0.1.0 |
| 284 | 2026-08-16T02:36:12.576Z | Downloaded smol_str v0.3.2 |
| 285 | 2026-08-16T02:36:12.576Z | Downloaded socks v0.3.4 |
| 286 | 2026-08-16T02:36:12.579Z | Downloaded thread-id v5.0.0 |
| 287 | 2026-08-16T02:36:12.579Z | Downloaded clap v4.6.4 |
| 288 | 2026-08-16T02:36:12.583Z | Downloaded crc32fast v1.5.0 |
| 289 | 2026-08-16T02:36:12.586Z | Downloaded derive-where v1.6.1 |
| 290 | 2026-08-16T02:36:12.589Z | Downloaded thiserror-impl v2.0.19 |
| 291 | 2026-08-16T02:36:12.589Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 292 | 2026-08-16T02:36:12.589Z | Downloaded getrandom v0.4.2 |
| 293 | 2026-08-16T02:36:12.592Z | Downloaded pkcs8 v0.10.2 |
| 294 | 2026-08-16T02:36:12.592Z | Downloaded pkg-config v0.3.32 |
| 295 | 2026-08-16T02:36:12.595Z | Downloaded rustc-demangle v0.1.25 |
| 296 | 2026-08-16T02:36:12.595Z | Downloaded spki v0.7.3 |
| 297 | 2026-08-16T02:36:12.595Z | Downloaded typeid v1.0.3 |
| 298 | 2026-08-16T02:36:12.595Z | Downloaded indicatif v0.18.6 |
| 299 | 2026-08-16T02:36:12.598Z | Downloaded eyre v0.6.12 |
| 300 | 2026-08-16T02:36:12.600Z | Downloaded signal-hook-registry v1.4.5 |
| 301 | 2026-08-16T02:36:12.601Z | Downloaded termios v0.3.3 |
| 302 | 2026-08-16T02:36:12.601Z | Downloaded powerfmt v0.2.0 |
| 303 | 2026-08-16T02:36:12.601Z | Downloaded sha2 v0.10.9 |
| 304 | 2026-08-16T02:36:12.604Z | Downloaded tracing-log v0.2.0 |
| 305 | 2026-08-16T02:36:12.606Z | Downloaded serde_ignored v0.1.14 |
| 306 | 2026-08-16T02:36:12.609Z | Downloaded siphasher v1.0.1 |
| 307 | 2026-08-16T02:36:12.609Z | Downloaded self-replace v1.5.0 |
| 308 | 2026-08-16T02:36:12.609Z | Downloaded serde_spanned v1.1.1 |
| 309 | 2026-08-16T02:36:12.609Z | Downloaded wezterm-blob-leases v0.1.1 |
| 310 | 2026-08-16T02:36:12.612Z | Downloaded unicase v2.9.0 |
| 311 | 2026-08-16T02:36:12.615Z | Downloaded usdt-impl v0.6.0 |
| 312 | 2026-08-16T02:36:12.618Z | Downloaded zeroize v1.8.1 |
| 313 | 2026-08-16T02:36:12.618Z | Downloaded rustc_version v0.4.1 |
| 314 | 2026-08-16T02:36:12.618Z | Downloaded serde_path_to_error v0.1.20 |
| 315 | 2026-08-16T02:36:12.621Z | Downloaded untrusted v0.9.0 |
| 316 | 2026-08-16T02:36:12.624Z | Downloaded usdt v0.6.0 |
| 317 | 2026-08-16T02:36:12.624Z | Downloaded usdt-macro v0.6.0 |
| 318 | 2026-08-16T02:36:12.624Z | Downloaded pretty-hex v0.4.1 |
| 319 | 2026-08-16T02:36:12.624Z | Downloaded terminal_size v0.4.4 |
| 320 | 2026-08-16T02:36:12.627Z | Downloaded tokio-macros v2.7.0 |
| 321 | 2026-08-16T02:36:12.630Z | Downloaded shlex v1.3.0 |
| 322 | 2026-08-16T02:36:12.633Z | Downloaded nextest-filtering v0.22.0 |
| 323 | 2026-08-16T02:36:12.633Z | Downloaded semver v1.0.28 |
| 324 | 2026-08-16T02:36:12.636Z | Downloaded bitflags v2.13.1 |
| 325 | 2026-08-16T02:36:12.639Z | Downloaded num-traits v0.2.19 |
| 326 | 2026-08-16T02:36:12.642Z | Downloaded tinyvec v1.9.0 |
| 327 | 2026-08-16T02:36:12.644Z | Downloaded chacha20 v0.10.0 |
| 328 | 2026-08-16T02:36:12.648Z | Downloaded parking_lot_core v0.9.11 |
| 329 | 2026-08-16T02:36:12.650Z | Downloaded thiserror-impl v1.0.69 |
| 330 | 2026-08-16T02:36:12.650Z | Downloaded log v0.4.29 |
| 331 | 2026-08-16T02:36:12.656Z | Downloaded rustversion v1.0.22 |
| 332 | 2026-08-16T02:36:12.659Z | Downloaded supports-unicode v3.0.0 |
| 333 | 2026-08-16T02:36:12.659Z | Downloaded target-lexicon v0.13.3 |
| 334 | 2026-08-16T02:36:12.662Z | Downloaded wezterm-color-types v0.3.0 |
| 335 | 2026-08-16T02:36:12.662Z | Downloaded borsh v1.5.7 |
| 336 | 2026-08-16T02:36:12.664Z | Downloaded config v0.15.25 |
| 337 | 2026-08-16T02:36:12.669Z | Downloaded euclid v0.22.11 |
| 338 | 2026-08-16T02:36:12.669Z | Downloaded finl_unicode v1.4.0 |
| 339 | 2026-08-16T02:36:12.671Z | Downloaded pin-project-lite v0.2.17 |
| 340 | 2026-08-16T02:36:12.674Z | Downloaded supports-hyperlinks v3.2.0 |
| 341 | 2026-08-16T02:36:12.674Z | Downloaded swrite v0.1.0 |
| 342 | 2026-08-16T02:36:12.674Z | Downloaded shell-words v1.1.1 |
| 343 | 2026-08-16T02:36:12.674Z | Downloaded serde_tokenstream v0.2.2 |
| 344 | 2026-08-16T02:36:12.677Z | Downloaded thiserror v2.0.19 |
| 345 | 2026-08-16T02:36:12.680Z | Downloaded ureq-proto v0.6.0 |
| 346 | 2026-08-16T02:36:12.690Z | Downloaded zstd-safe v7.2.4 |
| 347 | 2026-08-16T02:36:12.690Z | Downloaded target-spec-miette v0.4.8 |
| 348 | 2026-08-16T02:36:12.690Z | Downloaded slab v0.4.11 |
| 349 | 2026-08-16T02:36:12.690Z | Downloaded thiserror v1.0.69 |
| 350 | 2026-08-16T02:36:12.690Z | Downloaded phf_shared v0.11.3 |
| 351 | 2026-08-16T02:36:12.690Z | Downloaded shared_thread v0.2.0 |
| 352 | 2026-08-16T02:36:12.690Z | Downloaded wezterm-dynamic-derive v0.1.1 |
| 353 | 2026-08-16T02:36:12.690Z | Downloaded proc-macro2 v1.0.106 |
| 354 | 2026-08-16T02:36:12.694Z | Downloaded self_update v0.44.0 |
| 355 | 2026-08-16T02:36:12.694Z | Downloaded rand_core v0.6.4 |
| 356 | 2026-08-16T02:36:12.697Z | Downloaded utf8parse v0.2.2 |
| 357 | 2026-08-16T02:36:12.697Z | Downloaded wezterm-dynamic v0.2.1 |
| 358 | 2026-08-16T02:36:12.700Z | Downloaded bytes v1.12.1 |
| 359 | 2026-08-16T02:36:12.703Z | Downloaded pest_derive v2.8.3 |
| 360 | 2026-08-16T02:36:12.703Z | Downloaded quick-junit v0.7.0 |
| 361 | 2026-08-16T02:36:12.703Z | Downloaded zipsign-api v0.1.5 |
| 362 | 2026-08-16T02:36:12.706Z | Downloaded zmij v1.0.18 |
| 363 | 2026-08-16T02:36:12.706Z | Downloaded tempfile v3.20.0 |
| 364 | 2026-08-16T02:36:12.709Z | Downloaded textwrap v0.16.2 |
| 365 | 2026-08-16T02:36:12.709Z | Downloaded base64 v0.22.1 |
| 366 | 2026-08-16T02:36:12.712Z | Downloaded derive_more v2.0.1 |
| 367 | 2026-08-16T02:36:12.714Z | Downloaded derive_more-impl v2.0.1 |
| 368 | 2026-08-16T02:36:12.718Z | Downloaded vte v0.14.1 |
| 369 | 2026-08-16T02:36:12.720Z | Downloaded miniz_oxide v0.8.9 |
| 370 | 2026-08-16T02:36:12.720Z | Downloaded xxhash-rust v0.8.18 |
| 371 | 2026-08-16T02:36:13.726Z | Downloaded ed25519-dalek v2.1.1 |
| 372 | 2026-08-16T02:36:13.730Z | Downloaded pin-project v1.1.10 |
| 373 | 2026-08-16T02:36:13.730Z | Downloaded phf v0.11.3 |
| 374 | 2026-08-16T02:36:13.730Z | Downloaded toml v1.1.3+spec-1.1.0 |
| 375 | 2026-08-16T02:36:13.730Z | Downloaded time-macros v0.2.27 |
| 376 | 2026-08-16T02:36:13.730Z | Downloaded typenum v1.18.0 |
| 377 | 2026-08-16T02:36:13.730Z | Downloaded flate2 v1.1.1 |
| 378 | 2026-08-16T02:36:13.730Z | Downloaded rustls-pki-types v1.12.0 |
| 379 | 2026-08-16T02:36:13.730Z | Downloaded smallvec v1.15.2 |
| 380 | 2026-08-16T02:36:13.730Z | Downloaded fixedbitset v0.5.7 |
| 381 | 2026-08-16T02:36:13.730Z | Downloaded serde_derive v1.0.229 |
| 382 | 2026-08-16T02:36:13.730Z | Downloaded signal-hook v0.3.18 |
| 383 | 2026-08-16T02:36:13.730Z | Downloaded bytemuck v1.24.0 |
| 384 | 2026-08-16T02:36:13.731Z | Downloaded fancy-regex v0.11.0 |
| 385 | 2026-08-16T02:36:13.731Z | Downloaded scroll v0.13.0 |
| 386 | 2026-08-16T02:36:13.731Z | Downloaded der v0.7.10 |
| 387 | 2026-08-16T02:36:13.731Z | Downloaded tracing-attributes v0.1.31 |
| 388 | 2026-08-16T02:36:13.731Z | Downloaded unicode-ident v1.0.24 |
| 389 | 2026-08-16T02:36:13.731Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 390 | 2026-08-16T02:36:13.731Z | Downloaded pest_generator v2.8.3 |
| 391 | 2026-08-16T02:36:13.731Z | Downloaded wezterm-bidi v0.2.3 |
| 392 | 2026-08-16T02:36:13.731Z | Downloaded backtrace v0.3.75 |
| 393 | 2026-08-16T02:36:13.731Z | Downloaded openssl-sys v0.9.116 |
| 394 | 2026-08-16T02:36:13.731Z | Downloaded pest_meta v2.8.3 |
| 395 | 2026-08-16T02:36:13.731Z | Downloaded ucd-trie v0.1.7 |
| 396 | 2026-08-16T02:36:13.731Z | Downloaded target-spec v3.6.0 |
| 397 | 2026-08-16T02:36:13.731Z | Downloaded der v0.8.0 |
| 398 | 2026-08-16T02:36:13.731Z | Downloaded uuid v1.18.1 |
| 399 | 2026-08-16T02:36:13.731Z | Downloaded synoptic v2.2.9 |
| 400 | 2026-08-16T02:36:13.731Z | Downloaded pin-project-internal v1.1.10 |
| 401 | 2026-08-16T02:36:13.731Z | Downloaded terminfo v0.9.0 |
| 402 | 2026-08-16T02:36:13.731Z | Downloaded toml_edit v0.25.13+spec-1.1.0 |
| 403 | 2026-08-16T02:36:13.731Z | Downloaded sharded-slab v0.1.7 |
| 404 | 2026-08-16T02:36:13.731Z | Downloaded serde_core v1.0.229 |
| 405 | 2026-08-16T02:36:13.731Z | Downloaded minimal-lexical v0.2.1 |
| 406 | 2026-08-16T02:36:13.731Z | Downloaded serde v1.0.229 |
| 407 | 2026-08-16T02:36:13.731Z | Downloaded sapling-streampager v0.12.0 |
| 408 | 2026-08-16T02:36:13.731Z | Downloaded memchr v2.7.6 |
| 409 | 2026-08-16T02:36:13.731Z | Downloaded mio v1.2.0 |
| 410 | 2026-08-16T02:36:13.731Z | Downloaded miette v7.6.0 |
| 411 | 2026-08-16T02:36:13.731Z | Downloaded indexmap v2.14.0 |
| 412 | 2026-08-16T02:36:13.731Z | Downloaded http v1.4.2 |
| 413 | 2026-08-16T02:36:13.731Z | Downloaded crossterm v0.29.0 |
| 414 | 2026-08-16T02:36:13.731Z | Downloaded tokio-stream v0.1.19 |
| 415 | 2026-08-16T02:36:13.731Z | Downloaded unicode-segmentation v1.12.0 |
| 416 | 2026-08-16T02:36:13.731Z | Downloaded time v0.3.47 |
| 417 | 2026-08-16T02:36:13.731Z | Downloaded zerocopy-derive v0.8.27 |
| 418 | 2026-08-16T02:36:13.731Z | Downloaded rand v0.8.6 |
| 419 | 2026-08-16T02:36:13.731Z | Downloaded rustls-webpki v0.103.13 |
| 420 | 2026-08-16T02:36:13.731Z | Downloaded tracing-core v0.1.36 |
| 421 | 2026-08-16T02:36:13.731Z | Downloaded tar v0.4.46 |
| 422 | 2026-08-16T02:36:13.731Z | Downloaded nom v7.1.3 |
| 423 | 2026-08-16T02:36:13.732Z | Downloaded url v2.5.7 |
| 424 | 2026-08-16T02:36:13.732Z | Downloaded unicode-normalization v0.1.25 |
| 425 | 2026-08-16T02:36:13.732Z | Downloaded rand v0.10.2 |
| 426 | 2026-08-16T02:36:13.732Z | Downloaded hashbrown v0.15.5 |
| 427 | 2026-08-16T02:36:13.732Z | Downloaded clap_builder v4.6.2 |
| 428 | 2026-08-16T02:36:13.732Z | Downloaded regex v1.13.1 |
| 429 | 2026-08-16T02:36:13.732Z | Downloaded serde_json v1.0.151 |
| 430 | 2026-08-16T02:36:13.732Z | Downloaded portable-atomic v1.13.1 |
| 431 | 2026-08-16T02:36:13.732Z | Downloaded pest v2.8.3 |
| 432 | 2026-08-16T02:36:13.732Z | Downloaded idna v1.1.0 |
| 433 | 2026-08-16T02:36:13.732Z | Downloaded itertools v0.14.0 |
| 434 | 2026-08-16T02:36:13.732Z | Downloaded pulldown-cmark v0.13.4 |
| 435 | 2026-08-16T02:36:13.732Z | Downloaded tracing-subscriber v0.3.23 |
| 436 | 2026-08-16T02:36:13.732Z | Downloaded webpki-root-certs v1.0.6 |
| 437 | 2026-08-16T02:36:13.732Z | Downloaded ureq v3.3.0 |
| 438 | 2026-08-16T02:36:13.732Z | Downloaded guppy v0.17.26 |
| 439 | 2026-08-16T02:36:13.732Z | Downloaded itertools v0.15.0 |
| 440 | 2026-08-16T02:36:13.732Z | Downloaded hashbrown v0.17.1 |
| 441 | 2026-08-16T02:36:13.732Z | Downloaded zerocopy v0.8.27 |
| 442 | 2026-08-16T02:36:13.732Z | Downloaded ron v0.12.0 |
| 443 | 2026-08-16T02:36:13.732Z | Downloaded chrono v0.4.45 |
| 444 | 2026-08-16T02:36:13.732Z | Downloaded futures-util v0.3.33 |
| 445 | 2026-08-16T02:36:13.732Z | Downloaded unicode-width v0.2.2 |
| 446 | 2026-08-16T02:36:13.732Z | Downloaded winnow v1.0.4 |
| 447 | 2026-08-16T02:36:13.732Z | Downloaded bstr v1.13.0 |
| 448 | 2026-08-16T02:36:13.732Z | Downloaded iddqd v0.4.6 |
| 449 | 2026-08-16T02:36:13.732Z | Downloaded curve25519-dalek v4.1.3 |
| 450 | 2026-08-16T02:36:13.732Z | Downloaded unicode-width v0.1.14 |
| 451 | 2026-08-16T02:36:13.732Z | Downloaded goblin v0.10.3 |
| 452 | 2026-08-16T02:36:13.732Z | Downloaded quick-xml v0.38.4 |
| 453 | 2026-08-16T02:36:13.732Z | Downloaded vcpkg v0.2.15 |
| 454 | 2026-08-16T02:36:13.732Z | Downloaded webpki-roots v1.0.0 |
| 455 | 2026-08-16T02:36:13.732Z | Downloaded rustix v0.38.44 |
| 456 | 2026-08-16T02:36:13.732Z | Downloaded syn v1.0.109 |
| 457 | 2026-08-16T02:36:13.732Z | Downloaded gimli v0.31.1 |
| 458 | 2026-08-16T02:36:13.732Z | Downloaded quick-xml v0.41.0 |
| 459 | 2026-08-16T02:36:13.732Z | Downloaded openssl v0.10.80 |
| 460 | 2026-08-16T02:36:13.732Z | Downloaded nix v0.29.0 |
| 461 | 2026-08-16T02:36:13.732Z | Downloaded syn v2.0.117 |
| 462 | 2026-08-16T02:36:13.732Z | Downloaded tracing v0.1.44 |
| 463 | 2026-08-16T02:36:13.733Z | Downloaded nix v0.31.3 |
| 464 | 2026-08-16T02:36:13.733Z | Downloaded object v0.36.7 |
| 465 | 2026-08-16T02:36:13.733Z | Downloaded syn v3.0.3 |
| 466 | 2026-08-16T02:36:13.733Z | Downloaded regex-syntax v0.8.11 |
| 467 | 2026-08-16T02:36:13.733Z | Downloaded rustls v0.23.42 |
| 468 | 2026-08-16T02:36:13.733Z | Downloaded termwiz v0.23.3 |
| 469 | 2026-08-16T02:36:13.733Z | Downloaded color-eyre v0.6.5 |
| 470 | 2026-08-16T02:36:13.733Z | Downloaded rustix v1.0.7 |
| 471 | 2026-08-16T02:36:13.733Z | Downloaded regex-automata v0.4.16 |
| 472 | 2026-08-16T02:36:13.736Z | Downloaded nextest-runner v0.122.1 |
| 473 | 2026-08-16T02:36:13.736Z | Downloaded libc v0.2.189 |
| 474 | 2026-08-16T02:36:13.736Z | Downloaded petgraph v0.8.3 |
| 475 | 2026-08-16T02:36:13.736Z | Downloaded zstd-sys v2.0.15+zstd.1.5.7 |
| 476 | 2026-08-16T02:36:13.736Z | Downloaded ring v0.17.14 |
| 477 | 2026-08-16T02:36:13.736Z | Downloaded tokio v1.53.1 |
| 478 | 2026-08-16T02:36:13.736Z | Downloaded encoding_rs v0.8.35 |
| 479 | 2026-08-16T02:36:13.736Z | Downloaded recursion v0.5.4 |
| 480 | 2026-08-16T02:36:13.736Z | Downloaded deltae v0.3.2 |
| 481 | 2026-08-16T02:36:14.160Z | Downloaded aws-lc-sys v0.39.0 |
| 482 | 2026-08-16T02:36:14.354Z | Compiling proc-macro2 v1.0.106 |
| 483 | 2026-08-16T02:36:14.354Z | Compiling quote v1.0.45 |
| 484 | 2026-08-16T02:36:14.354Z | Compiling unicode-ident v1.0.24 |
| 485 | 2026-08-16T02:36:14.354Z | Compiling libc v0.2.189 |
| 486 | 2026-08-16T02:36:14.357Z | Compiling memchr v2.7.6 |
| 487 | 2026-08-16T02:36:14.357Z | Compiling cfg-if v1.0.4 |
| 488 | 2026-08-16T02:36:14.357Z | Compiling serde_core v1.0.229 |
| 489 | 2026-08-16T02:36:14.536Z | Compiling log v0.4.29 |
| 490 | 2026-08-16T02:36:14.610Z | Compiling serde v1.0.229 |
| 491 | 2026-08-16T02:36:14.780Z | Compiling autocfg v1.5.0 |
| 492 | 2026-08-16T02:36:14.858Z | Compiling bitflags v2.13.1 |
| 493 | 2026-08-16T02:36:14.939Z | Compiling zmij v1.0.18 |
| 494 | 2026-08-16T02:36:15.127Z | Compiling once_cell v1.21.3 |
| 495 | 2026-08-16T02:36:15.205Z | Compiling jobserver v0.1.33 |
| 496 | 2026-08-16T02:36:15.220Z | Compiling shlex v1.3.0 |
| 497 | 2026-08-16T02:36:15.253Z | Compiling thiserror v2.0.19 |
| 498 | 2026-08-16T02:36:15.399Z | Compiling getrandom v0.3.4 |
| 499 | 2026-08-16T02:36:15.432Z | Compiling cc v1.2.30 |
| 500 | 2026-08-16T02:36:15.584Z | Compiling itoa v1.0.17 |
| 501 | 2026-08-16T02:36:15.594Z | Compiling errno v0.3.12 |
| 502 | 2026-08-16T02:36:15.675Z | Compiling rustix v1.0.7 |
| 503 | 2026-08-16T02:36:15.716Z | Compiling syn v2.0.117 |
| 504 | 2026-08-16T02:36:15.750Z | Compiling syn v3.0.3 |
| 505 | 2026-08-16T02:36:15.819Z | Compiling version_check v0.9.5 |
| 506 | 2026-08-16T02:36:15.935Z | Compiling serde_json v1.0.151 |
| 507 | 2026-08-16T02:36:16.085Z | Compiling ucd-trie v0.1.7 |
| 508 | 2026-08-16T02:36:16.178Z | Compiling num-traits v0.2.19 |
| 509 | 2026-08-16T02:36:16.277Z | Compiling pest v2.8.3 |
| 510 | 2026-08-16T02:36:16.308Z | Compiling siphasher v1.0.1 |
| 511 | 2026-08-16T02:36:16.472Z | Compiling rand_core v0.6.4 |
| 512 | 2026-08-16T02:36:16.636Z | Compiling rand v0.8.6 |
| 513 | 2026-08-16T02:36:16.668Z | Compiling phf_shared v0.11.3 |
| 514 | 2026-08-16T02:36:16.728Z | Compiling signal-hook-registry v1.4.5 |
| 515 | 2026-08-16T02:36:16.988Z | Compiling adler2 v2.0.1 |
| 516 | 2026-08-16T02:36:17.115Z | Compiling allocator-api2 v0.2.21 |
| 517 | 2026-08-16T02:36:17.154Z | Compiling thiserror v1.0.69 |
| 518 | 2026-08-16T02:36:17.412Z | Compiling pest_meta v2.8.3 |
| 519 | 2026-08-16T02:36:17.473Z | Compiling pin-project-lite v0.2.17 |
| 520 | 2026-08-16T02:36:17.530Z | Compiling unicode-width v0.2.2 |
| 521 | 2026-08-16T02:36:17.592Z | Compiling hashbrown v0.17.1 |
| 522 | 2026-08-16T02:36:17.732Z | Compiling miniz_oxide v0.8.9 |
| 523 | 2026-08-16T02:36:17.855Z | Compiling phf_generator v0.11.3 |
| 524 | 2026-08-16T02:36:18.137Z | Compiling cmake v0.1.54 |
| 525 | 2026-08-16T02:36:18.288Z | Compiling pest_generator v2.8.3 |
| 526 | 2026-08-16T02:36:18.678Z | Compiling cfg_aliases v0.2.1 |
| 527 | 2026-08-16T02:36:18.698Z | Compiling dunce v1.0.5 |
| 528 | 2026-08-16T02:36:18.736Z | Compiling serde_derive v1.0.229 |
| 529 | 2026-08-16T02:36:18.749Z | Compiling thiserror-impl v2.0.19 |
| 530 | 2026-08-16T02:36:18.793Z | Compiling fs_extra v1.3.0 |
| 531 | 2026-08-16T02:36:18.832Z | Compiling typenum v1.18.0 |
| 532 | 2026-08-16T02:36:19.055Z | Compiling smallvec v1.15.2 |
| 533 | 2026-08-16T02:36:19.137Z | Compiling aws-lc-sys v0.39.0 |
| 534 | 2026-08-16T02:36:19.195Z | Compiling generic-array v0.14.7 |
| 535 | 2026-08-16T02:36:19.274Z | Compiling aho-corasick v1.1.4 |
| 536 | 2026-08-16T02:36:19.313Z | Compiling lazy_static v1.5.0 |
| 537 | 2026-08-16T02:36:19.417Z | Compiling equivalent v1.0.2 |
| 538 | 2026-08-16T02:36:19.421Z | Compiling camino v1.2.5 |
| 539 | 2026-08-16T02:36:19.496Z | Compiling zerocopy-derive v0.8.27 |
| 540 | 2026-08-16T02:36:19.514Z | Compiling thiserror-impl v1.0.69 |
| 541 | 2026-08-16T02:36:19.525Z | Compiling pest_derive v2.8.3 |
| 542 | 2026-08-16T02:36:19.737Z | Compiling signal-hook v0.3.18 |
| 543 | 2026-08-16T02:36:19.951Z | Compiling syn v1.0.109 |
| 544 | 2026-08-16T02:36:19.963Z | Compiling regex-syntax v0.8.11 |
| 545 | 2026-08-16T02:36:20.701Z | Compiling target-lexicon v0.13.3 |
| 546 | 2026-08-16T02:36:20.751Z | Compiling futures-core v0.3.33 |
| 547 | 2026-08-16T02:36:20.907Z | Compiling zeroize v1.8.1 |
| 548 | 2026-08-16T02:36:21.100Z | Compiling object v0.36.7 |
| 549 | 2026-08-16T02:36:21.130Z | Compiling strsim v0.11.1 |
| 550 | 2026-08-16T02:36:21.144Z | Compiling zerocopy v0.8.27 |
| 551 | 2026-08-16T02:36:21.549Z | Compiling regex-automata v0.4.16 |
| 552 | 2026-08-16T02:36:22.015Z | Compiling indexmap v2.14.0 |
| 553 | 2026-08-16T02:36:22.718Z | Compiling memoffset v0.9.1 |
| 554 | 2026-08-16T02:36:22.957Z | Compiling aws-lc-rs v1.16.2 |
| 555 | 2026-08-16T02:36:23.144Z | Compiling bytes v1.12.1 |
| 556 | 2026-08-16T02:36:23.214Z | Compiling guppy-workspace-hack v0.1.0 |
| 557 | 2026-08-16T02:36:23.249Z | Compiling utf8parse v0.2.2 |
| 558 | 2026-08-16T02:36:23.360Z | Compiling owo-colors v4.3.0 |
| 559 | 2026-08-16T02:36:23.420Z | Compiling gimli v0.31.1 |
| 560 | 2026-08-16T02:36:23.680Z | Compiling pkg-config v0.3.32 |
| 561 | 2026-08-16T02:36:23.915Z | Compiling bytemuck v1.24.0 |
| 562 | 2026-08-16T02:36:24.109Z | Compiling zstd-sys v2.0.15+zstd.1.5.7 |
| 563 | 2026-08-16T02:36:24.138Z | Compiling atomic v0.6.1 |
| 564 | 2026-08-16T02:36:24.224Z | Compiling wezterm-dynamic-derive v0.1.1 |
| 565 | 2026-08-16T02:36:24.337Z | Compiling regex v1.13.1 |
| 566 | 2026-08-16T02:36:25.379Z | Compiling addr2line v0.24.2 |
| 567 | 2026-08-16T02:36:25.720Z | Compiling phf_macros v0.11.3 |
| 568 | 2026-08-16T02:36:25.809Z | Compiling nix v0.29.0 |
| 569 | 2026-08-16T02:36:25.984Z | Compiling ordered-float v4.6.0 |
| 570 | 2026-08-16T02:36:26.173Z | Compiling tracing-core v0.1.36 |
| 571 | 2026-08-16T02:36:26.326Z | Compiling futures-sink v0.3.33 |
| 572 | 2026-08-16T02:36:26.414Z | Compiling rustc-demangle v0.1.25 |
| 573 | 2026-08-16T02:36:26.442Z | Compiling pulldown-cmark v0.13.4 |
| 574 | 2026-08-16T02:36:26.534Z | Compiling crc32fast v1.5.0 |
| 575 | 2026-08-16T02:36:26.822Z | Compiling target-spec v3.6.0 |
| 576 | 2026-08-16T02:36:27.097Z | Compiling fastrand v2.3.0 |
| 577 | 2026-08-16T02:36:27.371Z | Compiling tempfile v3.20.0 |
| 578 | 2026-08-16T02:36:27.375Z | Compiling futures-channel v0.3.33 |
| 579 | 2026-08-16T02:36:27.417Z | Compiling phf v0.11.3 |
| 580 | 2026-08-16T02:36:27.597Z | Compiling wezterm-dynamic v0.2.1 |
| 581 | 2026-08-16T02:36:27.639Z | Compiling cfg-expr v0.20.6 |
| 582 | 2026-08-16T02:36:28.324Z | Compiling backtrace v0.3.75 |
| 583 | 2026-08-16T02:36:28.800Z | Compiling uuid v1.18.1 |
| 584 | 2026-08-16T02:36:29.289Z | Compiling crypto-common v0.1.6 |
| 585 | 2026-08-16T02:36:29.378Z | Compiling block-buffer v0.10.4 |
| 586 | 2026-08-16T02:36:29.424Z | Compiling rustls-pki-types v1.12.0 |
| 587 | 2026-08-16T02:36:29.529Z | Compiling futures-macro v0.3.33 |
| 588 | 2026-08-16T02:36:29.592Z | Compiling scroll_derive v0.13.1 |
| 589 | 2026-08-16T02:36:29.623Z | Compiling phf_codegen v0.11.3 |
| 590 | 2026-08-16T02:36:29.752Z | Compiling terminal_size v0.4.4 |
| 591 | 2026-08-16T02:36:29.902Z | Compiling semver v1.0.28 |
| 592 | 2026-08-16T02:36:30.242Z | Compiling mio v1.2.0 |
| 593 | 2026-08-16T02:36:30.388Z | Compiling httparse v1.10.1 |
| 594 | 2026-08-16T02:36:30.538Z | Compiling byteorder v1.5.0 |
| 595 | 2026-08-16T02:36:30.647Z | Compiling usdt-impl v0.6.0 |
| 596 | 2026-08-16T02:36:30.721Z | Compiling winnow v1.0.4 |
| 597 | 2026-08-16T02:36:30.784Z | Compiling slab v0.4.11 |
| 598 | 2026-08-16T02:36:30.876Z | Compiling base64 v0.22.1 |
| 599 | 2026-08-16T02:36:30.890Z | Compiling futures-task v0.3.33 |
| 600 | 2026-08-16T02:36:31.055Z | Compiling either v1.15.0 |
| 601 | 2026-08-16T02:36:31.094Z | Compiling futures-io v0.3.33 |
| 602 | 2026-08-16T02:36:31.266Z | Compiling futures-util v0.3.33 |
| 603 | 2026-08-16T02:36:31.400Z | Compiling scroll v0.13.0 |
| 604 | 2026-08-16T02:36:31.692Z | Compiling terminfo v0.9.0 |
| 605 | 2026-08-16T02:36:32.160Z | Compiling dof v0.4.0 |
| 606 | 2026-08-16T02:36:32.172Z | Compiling digest v0.10.7 |
| 607 | 2026-08-16T02:36:33.054Z | Compiling dtrace-parser v0.3.0 |
| 608 | 2026-08-16T02:36:33.220Z | Compiling tracing-attributes v0.1.31 |
| 609 | 2026-08-16T02:36:33.313Z | Compiling ahash v0.8.12 |
| 610 | 2026-08-16T02:36:33.554Z | Compiling thread-id v5.0.0 |
| 611 | 2026-08-16T02:36:33.594Z | Compiling lock_api v0.4.13 |
| 612 | 2026-08-16T02:36:33.672Z | Compiling unicode-linebreak v0.1.5 |
| 613 | 2026-08-16T02:36:33.829Z | Compiling anyhow v1.0.98 |
| 614 | 2026-08-16T02:36:33.957Z | Compiling fnv v1.0.7 |
| 615 | 2026-08-16T02:36:34.060Z | Compiling foldhash v0.1.5 |
| 616 | 2026-08-16T02:36:34.121Z | Compiling parking_lot_core v0.9.11 |
| 617 | 2026-08-16T02:36:34.134Z | Compiling rustls v0.23.42 |
| 618 | 2026-08-16T02:36:34.266Z | Compiling portable-atomic v1.13.1 |
| 619 | 2026-08-16T02:36:34.342Z | Compiling plain v0.2.3 |
| 620 | 2026-08-16T02:36:34.371Z | Compiling zstd-safe v7.2.4 |
| 621 | 2026-08-16T02:36:34.374Z | Compiling is_ci v1.2.0 |
| 622 | 2026-08-16T02:36:34.451Z | Compiling lab v0.11.0 |
| 623 | 2026-08-16T02:36:34.539Z | Compiling nextest-workspace-hack v0.1.0 |
| 624 | 2026-08-16T02:36:34.607Z | Compiling bit-vec v0.6.3 |
| 625 | 2026-08-16T02:36:34.667Z | Compiling minimal-lexical v0.2.1 |
| 626 | 2026-08-16T02:36:34.694Z | Compiling scopeguard v1.2.0 |
| 627 | 2026-08-16T02:36:34.744Z | Compiling untrusted v0.9.0 |
| 628 | 2026-08-16T02:36:34.802Z | Compiling unicode-segmentation v1.12.0 |
| 629 | 2026-08-16T02:36:34.856Z | Compiling cpufeatures v0.2.17 |
| 630 | 2026-08-16T02:36:34.868Z | Compiling unicode-width v0.1.14 |
| 631 | 2026-08-16T02:36:34.872Z | Compiling nom v7.1.3 |
| 632 | 2026-08-16T02:36:34.923Z | Compiling sha2 v0.10.9 |
| 633 | 2026-08-16T02:36:34.967Z | Compiling bit-set v0.5.3 |
| 634 | 2026-08-16T02:36:35.145Z | Compiling convert_case v0.7.1 |
| 635 | 2026-08-16T02:36:35.180Z | Compiling csscolorparser v0.6.2 |
| 636 | 2026-08-16T02:36:35.208Z | Compiling supports-color v3.0.2 |
| 637 | 2026-08-16T02:36:35.429Z | Compiling goblin v0.10.3 |
| 638 | 2026-08-16T02:36:35.433Z | Compiling tracing v0.1.44 |
| 639 | 2026-08-16T02:36:35.797Z | Compiling hashbrown v0.15.5 |
| 640 | 2026-08-16T02:36:36.006Z | Compiling textwrap v0.16.2 |
| 641 | 2026-08-16T02:36:36.273Z | Compiling mac_address v1.1.8 |
| 642 | 2026-08-16T02:36:36.439Z | Compiling flate2 v1.1.1 |
| 643 | 2026-08-16T02:36:36.567Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 644 | 2026-08-16T02:36:36.963Z | Compiling backtrace-ext v0.2.1 |
| 645 | 2026-08-16T02:36:36.977Z | Compiling tracing-log v0.2.0 |
| 646 | 2026-08-16T02:36:37.013Z | Compiling serde_tokenstream v0.2.2 |
| 647 | 2026-08-16T02:36:37.213Z | Compiling http v1.4.2 |
| 648 | 2026-08-16T02:36:37.291Z | Compiling pathdiff v0.2.3 |
| 649 | 2026-08-16T02:36:37.306Z | Compiling cargo-platform v0.3.0 |
| 650 | 2026-08-16T02:36:37.362Z | Compiling miette-derive v7.6.0 |
| 651 | 2026-08-16T02:36:37.408Z | Compiling tokio-macros v2.7.0 |
| 652 | 2026-08-16T02:36:37.841Z | Compiling sharded-slab v0.1.7 |
| 653 | 2026-08-16T02:36:37.845Z | Compiling euclid v0.22.11 |
| 654 | 2026-08-16T02:36:38.127Z | Compiling console v0.16.4 |
| 655 | 2026-08-16T02:36:38.436Z | Compiling serde_spanned v1.1.1 |
| 656 | 2026-08-16T02:36:38.447Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 657 | 2026-08-16T02:36:38.481Z | Compiling os_pipe v1.2.2 |
| 658 | 2026-08-16T02:36:38.578Z | Compiling thread_local v1.1.8 |
| 659 | 2026-08-16T02:36:38.645Z | Compiling supports-unicode v3.0.0 |
| 660 | 2026-08-16T02:36:38.809Z | Compiling unicase v2.9.0 |
| 661 | 2026-08-16T02:36:38.844Z | Compiling subtle v2.6.1 |
| 662 | 2026-08-16T02:36:38.995Z | Compiling getrandom v0.4.2 |
| 663 | 2026-08-16T02:36:39.060Z | Compiling fixedbitset v0.5.7 |
| 664 | 2026-08-16T02:36:39.071Z | Compiling option-ext v0.2.0 |
| 665 | 2026-08-16T02:36:39.163Z | Compiling bitflags v1.3.2 |
| 666 | 2026-08-16T02:36:39.243Z | Compiling supports-hyperlinks v3.2.0 |
| 667 | 2026-08-16T02:36:39.254Z | Compiling debug-ignore v1.0.5 |
| 668 | 2026-08-16T02:36:39.357Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 669 | 2026-08-16T02:36:39.421Z | Compiling pretty-hex v0.4.1 |
| 670 | 2026-08-16T02:36:39.448Z | Compiling rand_core v0.10.0 |
| 671 | 2026-08-16T02:36:39.467Z | Compiling rustix v0.38.44 |
| 672 | 2026-08-16T02:36:39.556Z | Compiling deltae v0.3.2 |
| 673 | 2026-08-16T02:36:39.606Z | Compiling miette v7.6.0 |
| 674 | 2026-08-16T02:36:39.631Z | Compiling petgraph v0.8.3 |
| 675 | 2026-08-16T02:36:39.882Z | Compiling wezterm-color-types v0.3.0 |
| 676 | 2026-08-16T02:36:40.163Z | Compiling wezterm-input-types v0.1.0 |
| 677 | 2026-08-16T02:36:40.746Z | Compiling dirs-sys v0.5.0 |
| 678 | 2026-08-16T02:36:41.227Z | Compiling tracing-subscriber v0.3.23 |
| 679 | 2026-08-16T02:36:42.021Z | Compiling sigchld v0.2.4 |
| 680 | 2026-08-16T02:36:42.211Z | Compiling tokio v1.53.1 |
| 681 | 2026-08-16T02:36:42.339Z | Compiling ureq-proto v0.6.0 |
| 682 | 2026-08-16T02:36:42.342Z | Compiling cargo_metadata v0.23.1 |
| 683 | 2026-08-16T02:36:44.596Z | Compiling wezterm-blob-leases v0.1.1 |
| 684 | 2026-08-16T02:36:46.198Z | Compiling derive_more-impl v2.0.1 |
| 685 | 2026-08-16T02:36:47.093Z | Compiling fancy-regex v0.11.0 |
| 686 | 2026-08-16T02:36:47.146Z | Compiling futures-executor v0.3.33 |
| 687 | 2026-08-16T02:36:47.158Z | Compiling itertools v0.14.0 |
| 688 | 2026-08-16T02:36:47.553Z | Compiling socks v0.3.4 |
| 689 | 2026-08-16T02:36:47.659Z | Compiling webpki-roots v1.0.0 |
| 690 | 2026-08-16T02:36:48.033Z | Compiling wezterm-bidi v0.2.3 |
| 691 | 2026-08-16T02:36:48.684Z | Compiling anstyle-parse v1.0.0 |
| 692 | 2026-08-16T02:36:48.943Z | Compiling vtparse v0.6.2 |
| 693 | 2026-08-16T02:36:49.300Z | Compiling smol_str v0.3.2 |
| 694 | 2026-08-16T02:36:49.374Z | Compiling filedescriptor v0.8.3 |
| 695 | 2026-08-16T02:36:49.617Z | Compiling pin-project-internal v1.1.10 |
| 696 | 2026-08-16T02:36:49.628Z | Compiling num-derive v0.4.2 |
| 697 | 2026-08-16T02:36:50.006Z | Compiling nix v0.31.3 |
| 698 | 2026-08-16T02:36:50.376Z | Compiling memmap2 v0.9.8 |
| 699 | 2026-08-16T02:36:50.401Z | Compiling filetime v0.2.25 |
| 700 | 2026-08-16T02:36:50.553Z | Compiling termios v0.3.3 |
| 701 | 2026-08-16T02:36:50.602Z | Compiling bstr v1.13.0 |
| 702 | 2026-08-16T02:36:50.662Z | Compiling vte v0.14.1 |
| 703 | 2026-08-16T02:36:50.674Z | Compiling encoding_rs v0.8.35 |
| 704 | 2026-08-16T02:36:50.712Z | Compiling cpufeatures v0.3.0 |
| 705 | 2026-08-16T02:36:50.784Z | Compiling anstyle-query v1.1.2 |
| 706 | 2026-08-16T02:36:50.888Z | Compiling unit-prefix v0.5.1 |
| 707 | 2026-08-16T02:36:51.039Z | Compiling memmem v0.1.1 |
| 708 | 2026-08-16T02:36:51.054Z | Compiling finl_unicode v1.4.0 |
| 709 | 2026-08-16T02:36:51.346Z | Compiling fixedbitset v0.4.2 |
| 710 | 2026-08-16T02:36:51.499Z | Compiling color-spantrace v0.3.0 |
| 711 | 2026-08-16T02:36:51.725Z | Compiling utf8-zero v0.8.1 |
| 712 | 2026-08-16T02:36:51.792Z | Compiling anstyle v1.0.14 |
| 713 | 2026-08-16T02:36:51.803Z | Compiling xattr v1.5.0 |
| 714 | 2026-08-16T02:36:51.928Z | Compiling is_terminal_polyfill v1.70.1 |
| 715 | 2026-08-16T02:36:51.986Z | Compiling nested v0.1.1 |
| 716 | 2026-08-16T02:36:52.025Z | Compiling colorchoice v1.0.3 |
| 717 | 2026-08-16T02:36:52.059Z | Compiling hex v0.4.3 |
| 718 | 2026-08-16T02:36:52.144Z | Compiling self_update v0.44.0 |
| 719 | 2026-08-16T02:36:52.180Z | Compiling eyre v0.6.12 |
| 720 | 2026-08-16T02:36:52.376Z | Compiling tinyvec_macros v0.1.1 |
| 721 | 2026-08-16T02:36:52.469Z | Compiling static_assertions v1.1.0 |
| 722 | 2026-08-16T02:36:52.489Z | Compiling litrs v0.4.1 |
| 723 | 2026-08-16T02:36:52.539Z | Compiling percent-encoding v2.3.2 |
| 724 | 2026-08-16T02:36:52.553Z | Compiling iana-time-zone v0.1.63 |
| 725 | 2026-08-16T02:36:52.808Z | Compiling chrono v0.4.45 |
| 726 | 2026-08-16T02:36:52.864Z | Compiling guppy v0.17.26 |
| 727 | 2026-08-16T02:36:52.904Z | Compiling document-features v0.2.11 |
| 728 | 2026-08-16T02:36:53.798Z | Compiling tinyvec v1.9.0 |
| 729 | 2026-08-16T02:36:54.575Z | Compiling termwiz v0.23.3 |
| 730 | 2026-08-16T02:36:54.586Z | Compiling anstream v1.0.0 |
| 731 | 2026-08-16T02:36:54.953Z | Compiling tar v0.4.46 |
| 732 | 2026-08-16T02:36:55.122Z | Compiling enum_dispatch v0.3.13 |
| 733 | 2026-08-16T02:36:56.015Z | Compiling globset v0.4.19 |
| 734 | 2026-08-16T02:36:56.211Z | Compiling indicatif v0.18.6 |
| 735 | 2026-08-16T02:36:57.436Z | Compiling strip-ansi-escapes v0.2.1 |
| 736 | 2026-08-16T02:36:57.907Z | Compiling chacha20 v0.10.0 |
| 737 | 2026-08-16T02:36:58.202Z | Compiling pin-project v1.1.10 |
| 738 | 2026-08-16T02:36:59.143Z | Compiling nextest-metadata v0.15.0 |
| 739 | 2026-08-16T02:36:59.208Z | Compiling futures v0.3.33 |
| 740 | 2026-08-16T02:36:59.285Z | Compiling derive_more v2.0.1 |
| 741 | 2026-08-16T02:36:59.363Z | Compiling parking_lot v0.12.4 |
| 742 | 2026-08-16T02:37:00.240Z | Compiling shared_child v1.1.1 |
| 743 | 2026-08-16T02:37:00.545Z | Compiling tracing-error v0.2.1 |
| 744 | 2026-08-16T02:37:00.772Z | Compiling dirs v6.0.0 |
| 745 | 2026-08-16T02:37:01.274Z | Compiling zstd v0.13.3 |
| 746 | 2026-08-16T02:37:01.695Z | Compiling toml v1.1.3+spec-1.1.0 |
| 747 | 2026-08-16T02:37:02.544Z | Compiling usdt-macro v0.6.0 |
| 748 | 2026-08-16T02:37:02.806Z | Compiling usdt-attr-macro v0.6.0 |
| 749 | 2026-08-16T02:37:03.199Z | Compiling signal-hook-mio v0.2.5 |
| 750 | 2026-08-16T02:37:03.334Z | Compiling newtype-uuid v1.3.2 |
| 751 | 2026-08-16T02:37:03.525Z | Compiling self-replace v1.5.0 |
| 752 | 2026-08-16T02:37:03.551Z | Compiling quick-xml v0.41.0 |
| 753 | 2026-08-16T02:37:03.779Z | Compiling quick-xml v0.38.4 |
| 754 | 2026-08-16T02:37:04.770Z | Compiling vec_map v0.8.2 |
| 755 | 2026-08-16T02:37:04.955Z | Compiling char_index v0.1.5 |
| 756 | 2026-08-16T02:37:05.375Z | Compiling shell-words v1.1.1 |
| 757 | 2026-08-16T02:37:05.391Z | Compiling if_chain v1.0.3 |
| 758 | 2026-08-16T02:37:05.460Z | Compiling humantime v2.3.0 |
| 759 | 2026-08-16T02:37:05.615Z | Compiling indenter v0.3.4 |
| 760 | 2026-08-16T02:37:05.678Z | Compiling recursion v0.5.4 |
| 761 | 2026-08-16T02:37:05.741Z | Compiling clap_lex v1.0.0 |
| 762 | 2026-08-16T02:37:05.802Z | Compiling nohash-hasher v0.2.0 |
| 763 | 2026-08-16T02:37:05.813Z | Compiling foldhash v0.2.0 |
| 764 | 2026-08-16T02:37:05.872Z | Compiling urlencoding v2.1.3 |
| 765 | 2026-08-16T02:37:05.910Z | Compiling lru v0.16.3 |
| 766 | 2026-08-16T02:37:06.088Z | Compiling shared_thread v0.2.0 |
| 767 | 2026-08-16T02:37:06.088Z | Compiling heck v0.5.0 |
| 768 | 2026-08-16T02:37:06.108Z | Compiling sapling-streampager v0.12.0 |
| 769 | 2026-08-16T02:37:06.117Z | Compiling iddqd v0.4.6 |
| 770 | 2026-08-16T02:37:06.219Z | Compiling duct v1.1.1 |
| 771 | 2026-08-16T02:37:06.284Z | Compiling clap_derive v4.6.4 |
| 772 | 2026-08-16T02:37:06.685Z | Compiling clap_builder v4.6.2 |
| 773 | 2026-08-16T02:37:07.732Z | Compiling synoptic v2.2.9 |
| 774 | 2026-08-16T02:37:08.016Z | Compiling nextest-filtering v0.22.0 |
| 775 | 2026-08-16T02:37:08.637Z | Compiling humantime-serde v1.1.1 |
| 776 | 2026-08-16T02:37:08.792Z | Compiling quick-junit v0.7.0 |
| 777 | 2026-08-16T02:37:10.341Z | Compiling usdt v0.6.0 |
| 778 | 2026-08-16T02:37:10.987Z | Compiling crossterm v0.29.0 |
| 779 | 2026-08-16T02:37:11.600Z | Compiling config v0.15.25 |
| 780 | 2026-08-16T02:37:12.312Z | Compiling atomicwrites v0.4.4 |
| 781 | 2026-08-16T02:37:12.590Z | Compiling eazip v0.2.5 |
| 782 | 2026-08-16T02:37:13.510Z | Compiling rand v0.10.2 |
| 783 | 2026-08-16T02:37:14.047Z | Compiling cargo-nextest v0.9.143 |
| 784 | 2026-08-16T02:37:14.271Z | Compiling async-scoped v0.9.0 |
| 785 | 2026-08-16T02:37:14.467Z | Compiling unicode-normalization v0.1.25 |
| 786 | 2026-08-16T02:37:14.529Z | Compiling tokio-stream v0.1.19 |
| 787 | 2026-08-16T02:37:14.654Z | Compiling target-spec-miette v0.4.8 |
| 788 | 2026-08-16T02:37:15.021Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 789 | 2026-08-16T02:37:15.048Z | Compiling future-queue v0.4.0 |
| 790 | 2026-08-16T02:37:15.064Z | Compiling itertools v0.15.0 |
| 791 | 2026-08-16T02:37:15.172Z | Compiling mukti-metadata v0.3.0 |
| 792 | 2026-08-16T02:37:15.316Z | Compiling camino-tempfile v1.4.1 |
| 793 | 2026-08-16T02:37:15.654Z | Compiling derive-where v1.6.1 |
| 794 | 2026-08-16T02:37:15.681Z | Compiling bytesize v2.4.2 |
| 795 | 2026-08-16T02:37:15.707Z | Compiling serde_ignored v0.1.14 |
| 796 | 2026-08-16T02:37:15.920Z | Compiling serde_path_to_error v0.1.20 |
| 797 | 2026-08-16T02:37:16.076Z | Compiling etcetera v0.11.0 |
| 798 | 2026-08-16T02:37:16.079Z | Compiling countio v0.2.19 |
| 799 | 2026-08-16T02:37:16.194Z | Compiling indoc v2.0.7 |
| 800 | 2026-08-16T02:37:16.377Z | Compiling xxhash-rust v0.8.18 |
| 801 | 2026-08-16T02:37:16.458Z | Compiling swrite v0.1.0 |
| 802 | 2026-08-16T02:37:16.561Z | Compiling home v0.5.12 |
| 803 | 2026-08-16T02:37:16.640Z | Compiling anstyle-progress v0.1.3 |
| 804 | 2026-08-16T02:37:16.652Z | Compiling color-eyre v0.6.5 |
| 805 | 2026-08-16T02:37:16.736Z | Compiling clap v4.6.4 |
| 806 | 2026-08-16T02:37:16.808Z | Compiling dialoguer v0.12.0 |
| 807 | 2026-08-16T02:37:16.820Z | Compiling enable-ansi-support v0.3.1 |
| 808 | 2026-08-16T02:37:16.851Z | Compiling idna_adapter v1.0.0 |
| 809 | 2026-08-16T02:37:16.904Z | Compiling locked-tripwire v0.1.0 |
| 810 | 2026-08-16T02:37:20.578Z | Compiling rustls-webpki v0.103.13 |
| 811 | 2026-08-16T02:37:23.811Z | Compiling ureq v3.3.0 |
| 812 | 2026-08-16T02:37:26.999Z | Compiling nextest-runner v0.122.1 |
| 813 | 2026-08-16T02:37:59.808Z | Finished `release` profile [optimized] target(s) in 1m 50s |
| 814 | 2026-08-16T02:37:59.895Z | Installing /home/build/.cargo/bin/cargo-nextest |
| 815 | 2026-08-16T02:37:59.899Z | Installed package `cargo-nextest v0.9.143` (executable `cargo-nextest`) |
| 816 | 2026-08-16T02:38:00.051Z | + export PKG_CONFIG_PATH=/opt/ooce/lib/amd64/pkgconfig |
| 817 | 2026-08-16T02:38:00.051Z | + PKG_CONFIG_PATH=/opt/ooce/lib/amd64/pkgconfig |
| 818 | 2026-08-16T02:38:00.051Z | + export LD_LIBRARY_PATH=/opt/ooce/lib/amd64 |
| 819 | 2026-08-16T02:38:00.051Z | + LD_LIBRARY_PATH=/opt/ooce/lib/amd64 |
| 820 | 2026-08-16T02:38:00.051Z | + banner api |
| 821 | 2026-08-16T02:38:00.056Z | |
| 822 | 2026-08-16T02:38:00.056Z | ## ##### # |
| 823 | 2026-08-16T02:38:00.056Z | # # # # # |
| 824 | 2026-08-16T02:38:00.056Z | # # # # # |
| 825 | 2026-08-16T02:38:00.056Z | ###### ##### # |
| 826 | 2026-08-16T02:38:00.056Z | # # # # |
| 827 | 2026-08-16T02:38:00.056Z | # # # # |
| 828 | 2026-08-16T02:38:00.057Z | |
| 829 | 2026-08-16T02:38:00.060Z | + cargo xtask openapi generate |
| 830 | 2026-08-16T02:40:01.554Z | Generating OpenAPI documents from API definitions ... |
| 831 | 2026-08-16T02:40:01.564Z | Loading local OpenAPI documents from "/work/oxidecomputer/vw/openapi" ... |
| 832 | 2026-08-16T02:40:01.570Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 833 | 2026-08-16T02:40:01.596Z | ------- |
| 834 | 2026-08-16T02:40:01.596Z | Updating 5 OpenAPI documents... |
| 835 | 2026-08-16T02:40:01.597Z | Unchanged vw-admin-api (versioned v1.0.0 (blessed)): VW admin API |
| 836 | 2026-08-16T02:40:01.597Z | Unchanged vw-admin-api (versioned v2.0.0 (blessed)): VW admin API |
| 837 | 2026-08-16T02:40:01.597Z | Unchanged vw-admin-api "latest" symlink |
| 838 | 2026-08-16T02:40:01.600Z | Unchanged vw-sync-api (versioned v1.0.0 (blessed)): VW agent API |
| 839 | 2026-08-16T02:40:01.600Z | Unchanged vw-sync-api "latest" symlink |
| 840 | 2026-08-16T02:40:01.600Z | Unchanged vw-user-api (versioned v1.0.0 (blessed)): VW user API |
| 841 | 2026-08-16T02:40:01.600Z | Unchanged vw-user-api (versioned v2.0.0 (blessed)): VW user API |
| 842 | 2026-08-16T02:40:01.600Z | Unchanged vw-user-api "latest" symlink |
| 843 | 2026-08-16T02:40:01.600Z | Loading local OpenAPI documents from "/work/oxidecomputer/vw/openapi" ... |
| 844 | 2026-08-16T02:40:01.603Z | Rechecking all local files |
| 845 | 2026-08-16T02:40:01.614Z | ------- |
| 846 | 2026-08-16T02:40:01.614Z | Success 5 documents: 0 changes made, 5 unchanged, 0 failed |
| 847 | 2026-08-16T02:40:01.618Z | + banner check |
| 848 | 2026-08-16T02:40:01.621Z | |
| 849 | 2026-08-16T02:40:01.621Z | #### # # ###### #### # # |
| 850 | 2026-08-16T02:40:01.621Z | # # # # # # # # # |
| 851 | 2026-08-16T02:40:01.621Z | # ###### ##### # #### |
| 852 | 2026-08-16T02:40:01.621Z | # # # # # # # |
| 853 | 2026-08-16T02:40:01.621Z | # # # # # # # # # |
| 854 | 2026-08-16T02:40:01.621Z | #### # # ###### #### # # |
| 855 | 2026-08-16T02:40:01.621Z | |
| 856 | 2026-08-16T02:40:01.621Z | + cargo fmt -- --check |
| 857 | 2026-08-16T02:40:02.115Z | + cargo clippy --all-targets -- --deny warnings |
| 858 | 2026-08-16T02:40:02.333Z | Downloading crates ... |
| 859 | 2026-08-16T02:40:02.401Z | Downloaded enum-map-derive v0.17.0 |
| 860 | 2026-08-16T02:40:02.404Z | Downloaded colored v2.2.0 |
| 861 | 2026-08-16T02:40:02.404Z | Downloaded defmt v1.1.1 |
| 862 | 2026-08-16T02:40:02.407Z | Downloaded downcast-rs v1.2.1 |
| 863 | 2026-08-16T02:40:02.407Z | Downloaded dirs v5.0.1 |
| 864 | 2026-08-16T02:40:02.407Z | Downloaded aws-region v0.28.1 |
| 865 | 2026-08-16T02:40:02.407Z | Downloaded console v0.15.11 |
| 866 | 2026-08-16T02:40:02.411Z | Downloaded color_quant v1.1.0 |
| 867 | 2026-08-16T02:40:02.414Z | Downloaded rand_chacha v0.3.1 |
| 868 | 2026-08-16T02:40:02.414Z | Downloaded defmt-parser v1.0.0 |
| 869 | 2026-08-16T02:40:02.417Z | Downloaded quick-error v2.0.1 |
| 870 | 2026-08-16T02:40:02.420Z | Downloaded float-ord v0.3.2 |
| 871 | 2026-08-16T02:40:02.420Z | Downloaded const-random-macro v0.1.16 |
| 872 | 2026-08-16T02:40:02.420Z | Downloaded crunchy v0.2.4 |
| 873 | 2026-08-16T02:40:02.423Z | Downloaded byteorder-lite v0.1.0 |
| 874 | 2026-08-16T02:40:02.423Z | Downloaded dirs-sys v0.4.1 |
| 875 | 2026-08-16T02:40:02.423Z | Downloaded const-random v0.1.18 |
| 876 | 2026-08-16T02:40:02.429Z | Downloaded typify-macro v0.6.2 |
| 877 | 2026-08-16T02:40:02.432Z | Downloaded arrayref v0.3.9 |
| 878 | 2026-08-16T02:40:02.432Z | Downloaded aws-creds v0.39.1 |
| 879 | 2026-08-16T02:40:02.434Z | Downloaded pathfinder_simd v0.5.6 |
| 880 | 2026-08-16T02:40:02.435Z | Downloaded png v0.17.16 |
| 881 | 2026-08-16T02:40:02.438Z | Downloaded base16ct v0.2.0 |
| 882 | 2026-08-16T02:40:02.438Z | Downloaded cfg_aliases v0.1.1 |
| 883 | 2026-08-16T02:40:02.438Z | Downloaded dlib v0.5.3 |
| 884 | 2026-08-16T02:40:02.438Z | Downloaded castaway v0.2.4 |
| 885 | 2026-08-16T02:40:02.441Z | Downloaded filetime v0.2.29 |
| 886 | 2026-08-16T02:40:02.443Z | Downloaded serial2 v0.2.38 |
| 887 | 2026-08-16T02:40:02.446Z | Downloaded plotters-backend v0.3.7 |
| 888 | 2026-08-16T02:40:02.446Z | Downloaded typify v0.6.2 |
| 889 | 2026-08-16T02:40:02.449Z | Downloaded lru v0.12.5 |
| 890 | 2026-08-16T02:40:02.452Z | Downloaded ident_case v1.0.1 |
| 891 | 2026-08-16T02:40:02.452Z | Downloaded instability v0.3.13 |
| 892 | 2026-08-16T02:40:02.452Z | Downloaded rust-s3 v0.37.2 |
| 893 | 2026-08-16T02:40:02.455Z | Downloaded same-file v1.0.6 |
| 894 | 2026-08-16T02:40:02.455Z | Downloaded darling_macro v0.24.0 |
| 895 | 2026-08-16T02:40:02.458Z | Downloaded strum v0.28.0 |
| 896 | 2026-08-16T02:40:02.458Z | Downloaded netrc v0.4.1 |
| 897 | 2026-08-16T02:40:02.461Z | Downloaded ssh-cipher v0.2.0 |
| 898 | 2026-08-16T02:40:02.461Z | Downloaded env_filter v2.0.0 |
| 899 | 2026-08-16T02:40:02.466Z | Downloaded strum v0.26.3 |
| 900 | 2026-08-16T02:40:02.469Z | Downloaded gethostname v1.1.0 |
| 901 | 2026-08-16T02:40:02.472Z | Downloaded toml_write v0.1.2 |
| 902 | 2026-08-16T02:40:02.472Z | Downloaded progenitor-macro v0.14.0 |
| 903 | 2026-08-16T02:40:02.475Z | Downloaded portable-pty v0.9.0 |
| 904 | 2026-08-16T02:40:02.478Z | Downloaded pathfinder_geometry v0.5.1 |
| 905 | 2026-08-16T02:40:02.478Z | Downloaded ff v0.13.1 |
| 906 | 2026-08-16T02:40:02.478Z | Downloaded nu-ansi-term v0.50.3 |
| 907 | 2026-08-16T02:40:02.480Z | Downloaded auto_impl v1.3.0 |
| 908 | 2026-08-16T02:40:02.483Z | Downloaded cassowary v0.3.0 |
| 909 | 2026-08-16T02:40:02.483Z | Downloaded dlv-list v0.5.2 |
| 910 | 2026-08-16T02:40:02.483Z | Downloaded ecdsa v0.16.9 |
| 911 | 2026-08-16T02:40:02.486Z | Downloaded tower-lsp-macros v0.9.0 |
| 912 | 2026-08-16T02:40:02.486Z | Downloaded tiny-keccak v2.0.2 |
| 913 | 2026-08-16T02:40:02.486Z | Downloaded tokio-tungstenite v0.21.0 |
| 914 | 2026-08-16T02:40:02.489Z | Downloaded constant_time_eq v0.4.2 |
| 915 | 2026-08-16T02:40:02.489Z | Downloaded base64ct v1.8.3 |
| 916 | 2026-08-16T02:40:02.489Z | Downloaded cipher v0.4.4 |
| 917 | 2026-08-16T02:40:02.489Z | Downloaded env_logger v0.11.11 |
| 918 | 2026-08-16T02:40:02.492Z | Downloaded serde_spanned v0.6.9 |
| 919 | 2026-08-16T02:40:02.492Z | Downloaded utf-8 v0.7.6 |
| 920 | 2026-08-16T02:40:02.492Z | Downloaded arrayvec v0.7.8 |
| 921 | 2026-08-16T02:40:02.495Z | Downloaded sha1 v0.10.7 |
| 922 | 2026-08-16T02:40:02.495Z | Downloaded pinned_vec v0.1.1 |
| 923 | 2026-08-16T02:40:02.495Z | Downloaded plotters-svg v0.3.7 |
| 924 | 2026-08-16T02:40:02.499Z | Downloaded unicode-truncate v1.1.0 |
| 925 | 2026-08-16T02:40:02.502Z | Downloaded toml_datetime v0.6.11 |
| 926 | 2026-08-16T02:40:02.506Z | Downloaded num-iter v0.1.46 |
| 927 | 2026-08-16T02:40:02.506Z | Downloaded ssh-encoding v0.2.0 |
| 928 | 2026-08-16T02:40:02.509Z | Downloaded matchers v0.2.0 |
| 929 | 2026-08-16T02:40:02.509Z | Downloaded number_prefix v0.4.0 |
| 930 | 2026-08-16T02:40:02.509Z | Downloaded plotters-bitmap v0.3.7 |
| 931 | 2026-08-16T02:40:02.509Z | Downloaded inout v0.1.4 |
| 932 | 2026-08-16T02:40:02.509Z | Downloaded rfc6979 v0.4.0 |
| 933 | 2026-08-16T02:40:02.514Z | Downloaded pkcs1 v0.7.5 |
| 934 | 2026-08-16T02:40:02.520Z | Downloaded md5 v0.8.1 |
| 935 | 2026-08-16T02:40:02.523Z | Downloaded serde_repr v0.1.21 |
| 936 | 2026-08-16T02:40:02.523Z | Downloaded yeslogic-fontconfig-sys v6.0.1 |
| 937 | 2026-08-16T02:40:02.526Z | Downloaded fdeflate v0.3.7 |
| 938 | 2026-08-16T02:40:02.529Z | Downloaded maybe-async v0.2.11 |
| 939 | 2026-08-16T02:40:02.532Z | Downloaded primeorder v0.13.6 |
| 940 | 2026-08-16T02:40:02.532Z | Downloaded tower-lsp v0.20.0 |
| 941 | 2026-08-16T02:40:02.535Z | Downloaded defmt-macros v1.1.1 |
| 942 | 2026-08-16T02:40:02.538Z | Downloaded progenitor v0.14.0 |
| 943 | 2026-08-16T02:40:02.541Z | Downloaded sec1 v0.7.3 |
| 944 | 2026-08-16T02:40:02.541Z | Downloaded rustc-demangle v0.1.28 |
| 945 | 2026-08-16T02:40:02.541Z | Downloaded group v0.13.0 |
| 946 | 2026-08-16T02:40:02.544Z | Downloaded fax v0.2.7 |
| 947 | 2026-08-16T02:40:02.544Z | Downloaded glob v0.3.4 |
| 948 | 2026-08-16T02:40:02.544Z | Downloaded globset v0.4.20 |
| 949 | 2026-08-16T02:40:02.547Z | Downloaded rust-ini v0.21.3 |
| 950 | 2026-08-16T02:40:02.547Z | Downloaded dashmap v5.5.3 |
| 951 | 2026-08-16T02:40:02.547Z | Downloaded enum-map v2.7.3 |
| 952 | 2026-08-16T02:40:02.550Z | Downloaded subst v0.3.8 |
| 953 | 2026-08-16T02:40:02.550Z | Downloaded pin-project-internal v1.1.13 |
| 954 | 2026-08-16T02:40:02.553Z | Downloaded elliptic-curve v0.13.8 |
| 955 | 2026-08-16T02:40:02.553Z | Downloaded arboard v3.6.1 |
| 956 | 2026-08-16T02:40:02.555Z | Downloaded zune-core v0.5.1 |
| 957 | 2026-08-16T02:40:02.555Z | Downloaded libloading v0.8.9 |
| 958 | 2026-08-16T02:40:02.555Z | Downloaded ordered-multimap v0.7.3 |
| 959 | 2026-08-16T02:40:02.559Z | Downloaded fuzzy-matcher v0.3.7 |
| 960 | 2026-08-16T02:40:02.561Z | Downloaded prettyplease v0.2.37 |
| 961 | 2026-08-16T02:40:02.564Z | Downloaded walkdir v2.5.0 |
| 962 | 2026-08-16T02:40:02.567Z | Downloaded pem-rfc7468 v0.7.0 |
| 963 | 2026-08-16T02:40:02.567Z | Downloaded strum_macros v0.26.4 |
| 964 | 2026-08-16T02:40:02.570Z | Downloaded toml_edit v0.22.27 |
| 965 | 2026-08-16T02:40:02.579Z | Downloaded weezl v0.1.12 |
| 966 | 2026-08-16T02:40:02.584Z | Downloaded notify v6.1.1 |
| 967 | 2026-08-16T02:40:02.587Z | Downloaded rand v0.8.7 |
| 968 | 2026-08-16T02:40:02.590Z | Downloaded daft-derive v0.1.8 |
| 969 | 2026-08-16T02:40:02.593Z | Downloaded darling v0.24.0 |
| 970 | 2026-08-16T02:40:02.596Z | Downloaded bytemuck v1.25.2 |
| 971 | 2026-08-16T02:40:02.598Z | Downloaded cpp_demangle v0.4.5 |
| 972 | 2026-08-16T02:40:02.601Z | Downloaded strum_macros v0.28.0 |
| 973 | 2026-08-16T02:40:02.601Z | Downloaded serde_yaml v0.9.34+deprecated |
| 974 | 2026-08-16T02:40:02.605Z | Downloaded unsafe-libyaml v0.2.11 |
| 975 | 2026-08-16T02:40:02.607Z | Downloaded pin-project v1.1.13 |
| 976 | 2026-08-16T02:40:02.611Z | Downloaded reqwest v0.12.28 |
| 977 | 2026-08-16T02:40:02.614Z | Downloaded tungstenite v0.21.0 |
| 978 | 2026-08-16T02:40:02.617Z | Downloaded toml v0.8.23 |
| 979 | 2026-08-16T02:40:02.620Z | Downloaded lsp-server v0.7.9 |
| 980 | 2026-08-16T02:40:02.620Z | Downloaded progenitor-impl v0.14.0 |
| 981 | 2026-08-16T02:40:02.620Z | Downloaded half v2.7.1 |
| 982 | 2026-08-16T02:40:02.627Z | Downloaded hmac v0.12.1 |
| 983 | 2026-08-16T02:40:02.630Z | Downloaded nucleo-matcher v0.3.1 |
| 984 | 2026-08-16T02:40:02.630Z | Downloaded tui-textarea v0.7.0 |
| 985 | 2026-08-16T02:40:02.642Z | Downloaded rsa v0.9.10 |
| 986 | 2026-08-16T02:40:02.656Z | Downloaded font-kit v0.14.3 |
| 987 | 2026-08-16T02:40:02.659Z | Downloaded ssh-key v0.6.7 |
| 988 | 2026-08-16T02:40:02.661Z | Downloaded ignore v0.4.33 |
| 989 | 2026-08-16T02:40:02.664Z | Downloaded zerocopy-derive v0.8.55 |
| 990 | 2026-08-16T02:40:02.669Z | Downloaded indicatif v0.17.11 |
| 991 | 2026-08-16T02:40:02.671Z | Downloaded openssl-sys v0.9.117 |
| 992 | 2026-08-16T02:40:02.674Z | Downloaded tiff v0.11.3 |
| 993 | 2026-08-16T02:40:02.677Z | Downloaded zune-jpeg v0.5.15 |
| 994 | 2026-08-16T02:40:02.680Z | Downloaded lsp-types v0.94.1 |
| 995 | 2026-08-16T02:40:02.680Z | Downloaded plotters v0.3.7 |
| 996 | 2026-08-16T02:40:02.684Z | Downloaded p256 v0.13.2 |
| 997 | 2026-08-16T02:40:02.687Z | Downloaded png v0.18.1 |
| 998 | 2026-08-16T02:40:02.690Z | Downloaded darling_core v0.24.0 |
| 999 | 2026-08-16T02:40:02.692Z | Downloaded tower v0.4.13 |
| 1000 | 2026-08-16T02:40:02.697Z | Downloaded compact_str v0.8.2 |
| 1001 | 2026-08-16T02:40:02.700Z | Downloaded ed25519-dalek v2.2.0 |
| 1002 | 2026-08-16T02:40:02.715Z | Downloaded crypto-bigint v0.5.5 |
| 1003 | 2026-08-16T02:40:02.718Z | Downloaded ttf-parser v0.20.0 |
| 1004 | 2026-08-16T02:40:02.723Z | Downloaded winnow v0.6.26 |
| 1005 | 2026-08-16T02:40:02.728Z | Downloaded redb v4.1.0 |
| 1006 | 2026-08-16T02:40:02.732Z | Downloaded winnow v0.7.15 |
| 1007 | 2026-08-16T02:40:02.737Z | Downloaded portable-atomic v1.14.0 |
| 1008 | 2026-08-16T02:40:02.741Z | Downloaded quick-xml v0.37.5 |
| 1009 | 2026-08-16T02:40:02.745Z | Downloaded sysinfo v0.37.2 |
| 1010 | 2026-08-16T02:40:02.753Z | Downloaded unicode-segmentation v1.13.3 |
| 1011 | 2026-08-16T02:40:02.760Z | Downloaded crossterm v0.28.1 |
| 1012 | 2026-08-16T02:40:02.763Z | Downloaded jiff-core v0.1.0 |
| 1013 | 2026-08-16T02:40:02.766Z | Downloaded num-bigint-dig v0.8.6 |
| 1014 | 2026-08-16T02:40:02.769Z | Downloaded p521 v0.13.3 |
| 1015 | 2026-08-16T02:40:02.779Z | Downloaded hashbrown v0.14.5 |
| 1016 | 2026-08-16T02:40:02.799Z | Downloaded libm v0.2.16 |
| 1017 | 2026-08-16T02:40:02.803Z | Downloaded itertools v0.13.0 |
| 1018 | 2026-08-16T02:40:02.809Z | Downloaded typify-impl v0.6.2 |
| 1019 | 2026-08-16T02:40:02.818Z | Downloaded x11rb-protocol v0.13.2 |
| 1020 | 2026-08-16T02:40:02.825Z | Downloaded ratatui v0.29.0 |
| 1021 | 2026-08-16T02:40:02.836Z | Downloaded p384 v0.13.1 |
| 1022 | 2026-08-16T02:40:02.839Z | Downloaded moxcms v0.8.1 |
| 1023 | 2026-08-16T02:40:02.844Z | Downloaded pxfm v0.1.30 |
| 1024 | 2026-08-16T02:40:02.857Z | Downloaded blake3 v1.8.5 |
| 1025 | 2026-08-16T02:40:02.887Z | Downloaded x11rb v0.13.2 |
| 1026 | 2026-08-16T02:40:02.891Z | Downloaded git2 v0.18.3 |
| 1027 | 2026-08-16T02:40:02.931Z | Downloaded image v0.25.10 |
| 1028 | 2026-08-16T02:40:02.943Z | Downloaded nix v0.28.0 |
| 1029 | 2026-08-16T02:40:03.072Z | Downloaded libssh2-sys v0.3.2 |
| 1030 | 2026-08-16T02:40:03.111Z | Downloaded gif v0.12.0 |
| 1031 | 2026-08-16T02:40:03.138Z | Downloaded jiff v0.2.35 |
| 1032 | 2026-08-16T02:40:03.147Z | Downloaded jpeg-decoder v0.3.2 |
| 1033 | 2026-08-16T02:40:03.200Z | Downloaded libz-sys v1.1.29 |
| 1034 | 2026-08-16T02:40:03.391Z | Downloaded libgit2-sys v0.16.2+1.7.2 |
| 1035 | 2026-08-16T02:40:03.677Z | Downloaded freetype-sys v0.20.1 |
| 1036 | 2026-08-16T02:40:04.069Z | Downloaded image v0.24.9 |
| 1037 | 2026-08-16T02:40:04.235Z | Compiling proc-macro2 v1.0.107 |
| 1038 | 2026-08-16T02:40:04.235Z | Checking cfg-if v1.0.4 |
| 1039 | 2026-08-16T02:40:04.238Z | Checking memchr v2.8.3 |
| 1040 | 2026-08-16T02:40:04.238Z | Compiling quote v1.0.47 |
| 1041 | 2026-08-16T02:40:04.238Z | Checking libc v0.2.189 |
| 1042 | 2026-08-16T02:40:04.238Z | Checking serde_core v1.0.229 |
| 1043 | 2026-08-16T02:40:04.316Z | Checking log v0.4.33 |
| 1044 | 2026-08-16T02:40:04.348Z | Checking smallvec v1.15.2 |
| 1045 | 2026-08-16T02:40:04.364Z | Checking itoa v1.0.18 |
| 1046 | 2026-08-16T02:40:04.364Z | Checking allocator-api2 v0.2.21 |
| 1047 | 2026-08-16T02:40:04.466Z | Checking equivalent v1.0.2 |
| 1048 | 2026-08-16T02:40:04.495Z | Checking pin-project-lite v0.2.17 |
| 1049 | 2026-08-16T02:40:04.512Z | Checking scopeguard v1.2.0 |
| 1050 | 2026-08-16T02:40:04.537Z | Checking once_cell v1.21.4 |
| 1051 | 2026-08-16T02:40:04.575Z | Checking bitflags v2.13.1 |
| 1052 | 2026-08-16T02:40:04.599Z | Checking lock_api v0.4.14 |
| 1053 | 2026-08-16T02:40:04.634Z | Checking hashbrown v0.17.1 |
| 1054 | 2026-08-16T02:40:04.675Z | Checking bytes v1.12.1 |
| 1055 | 2026-08-16T02:40:04.698Z | Checking stable_deref_trait v1.2.1 |
| 1056 | 2026-08-16T02:40:04.727Z | Checking zmij v1.0.23 |
| 1057 | 2026-08-16T02:40:04.747Z | Checking errno v0.3.14 |
| 1058 | 2026-08-16T02:40:04.762Z | Checking parking_lot_core v0.9.12 |
| 1059 | 2026-08-16T02:40:04.796Z | Checking mio v1.2.2 |
| 1060 | 2026-08-16T02:40:04.852Z | Checking signal-hook-registry v1.4.8 |
| 1061 | 2026-08-16T02:40:04.945Z | Checking parking_lot v0.12.5 |
| 1062 | 2026-08-16T02:40:05.005Z | Checking socket2 v0.6.5 |
| 1063 | 2026-08-16T02:40:05.064Z | Checking futures-core v0.3.33 |
| 1064 | 2026-08-16T02:40:05.083Z | Checking percent-encoding v2.3.2 |
| 1065 | 2026-08-16T02:40:05.093Z | Checking litemap v0.8.2 |
| 1066 | 2026-08-16T02:40:05.121Z | Checking writeable v0.6.3 |
| 1067 | 2026-08-16T02:40:05.131Z | Compiling syn v3.0.3 |
| 1068 | 2026-08-16T02:40:05.170Z | Compiling syn v2.0.119 |
| 1069 | 2026-08-16T02:40:05.180Z | Checking utf8_iter v1.0.4 |
| 1070 | 2026-08-16T02:40:05.212Z | Checking icu_properties_data v2.2.0 |
| 1071 | 2026-08-16T02:40:05.235Z | Checking icu_normalizer_data v2.2.0 |
| 1072 | 2026-08-16T02:40:05.248Z | Checking form_urlencoded v1.2.2 |
| 1073 | 2026-08-16T02:40:05.274Z | Compiling num-traits v0.2.19 |
| 1074 | 2026-08-16T02:40:05.290Z | Checking getrandom v0.4.3 |
| 1075 | 2026-08-16T02:40:05.300Z | Checking fnv v1.0.7 |
| 1076 | 2026-08-16T02:40:05.329Z | Checking futures-sink v0.3.33 |
| 1077 | 2026-08-16T02:40:05.363Z | Compiling semver v1.0.28 |
| 1078 | 2026-08-16T02:40:05.379Z | Checking slab v0.4.12 |
| 1079 | 2026-08-16T02:40:05.404Z | Checking aho-corasick v1.1.5 |
| 1080 | 2026-08-16T02:40:05.416Z | Checking futures-channel v0.3.33 |
| 1081 | 2026-08-16T02:40:05.528Z | Checking utf8parse v0.2.2 |
| 1082 | 2026-08-16T02:40:05.601Z | Checking futures-io v0.3.33 |
| 1083 | 2026-08-16T02:40:05.617Z | Checking regex-syntax v0.8.11 |
| 1084 | 2026-08-16T02:40:05.644Z | Checking futures-task v0.3.33 |
| 1085 | 2026-08-16T02:40:05.704Z | Checking anstyle-parse v1.0.0 |
| 1086 | 2026-08-16T02:40:05.774Z | Checking crossbeam-utils v0.8.22 |
| 1087 | 2026-08-16T02:40:05.828Z | Checking indexmap v2.14.0 |
| 1088 | 2026-08-16T02:40:05.845Z | Checking serde_json v1.0.151 |
| 1089 | 2026-08-16T02:40:06.068Z | Checking camino v1.2.5 |
| 1090 | 2026-08-16T02:40:06.102Z | Checking tracing-core v0.1.36 |
| 1091 | 2026-08-16T02:40:06.161Z | Checking is_terminal_polyfill v1.70.2 |
| 1092 | 2026-08-16T02:40:06.244Z | Checking option-ext v0.2.0 |
| 1093 | 2026-08-16T02:40:06.309Z | Checking anstyle v1.0.14 |
| 1094 | 2026-08-16T02:40:06.324Z | Checking anstyle-query v1.1.5 |
| 1095 | 2026-08-16T02:40:06.374Z | Checking colorchoice v1.0.5 |
| 1096 | 2026-08-16T02:40:06.399Z | Checking iana-time-zone v0.1.65 |
| 1097 | 2026-08-16T02:40:06.429Z | Checking subtle v2.6.1 |
| 1098 | 2026-08-16T02:40:06.466Z | Checking strsim v0.11.1 |
| 1099 | 2026-08-16T02:40:06.480Z | Checking clap_lex v1.1.0 |
| 1100 | 2026-08-16T02:40:06.516Z | Checking anstream v1.0.0 |
| 1101 | 2026-08-16T02:40:06.516Z | Checking dirs-sys v0.5.0 |
| 1102 | 2026-08-16T02:40:06.555Z | Compiling rustix v1.1.4 |
| 1103 | 2026-08-16T02:40:06.620Z | Checking dirs v6.0.0 |
| 1104 | 2026-08-16T02:40:06.629Z | Checking httparse v1.10.1 |
| 1105 | 2026-08-16T02:40:06.632Z | Checking http v1.5.0 |
| 1106 | 2026-08-16T02:40:06.704Z | Checking simd-adler32 v0.3.10 |
| 1107 | 2026-08-16T02:40:06.715Z | Checking clap_builder v4.6.5 |
| 1108 | 2026-08-16T02:40:06.835Z | Checking adler2 v2.0.1 |
| 1109 | 2026-08-16T02:40:06.849Z | Checking typenum v1.20.1 |
| 1110 | 2026-08-16T02:40:06.935Z | Checking miniz_oxide v0.8.9 |
| 1111 | 2026-08-16T02:40:06.945Z | Checking regex-automata v0.4.18 |
| 1112 | 2026-08-16T02:40:07.206Z | Checking crossbeam-epoch v0.9.20 |
| 1113 | 2026-08-16T02:40:07.276Z | Checking crc32fast v1.5.0 |
| 1114 | 2026-08-16T02:40:07.406Z | Checking zeroize v1.9.0 |
| 1115 | 2026-08-16T02:40:07.423Z | Checking crossbeam-deque v0.8.7 |
| 1116 | 2026-08-16T02:40:07.550Z | Checking flate2 v1.1.9 |
| 1117 | 2026-08-16T02:40:07.599Z | Checking tower-service v0.3.3 |
| 1118 | 2026-08-16T02:40:07.602Z | Checking tower-layer v0.3.3 |
| 1119 | 2026-08-16T02:40:07.685Z | Checking fastrand v2.5.0 |
| 1120 | 2026-08-16T02:40:07.755Z | Checking either v1.17.0 |
| 1121 | 2026-08-16T02:40:07.841Z | Checking rustls-pki-types v1.15.1 |
| 1122 | 2026-08-16T02:40:07.863Z | Checking base64 v0.22.1 |
| 1123 | 2026-08-16T02:40:07.946Z | Checking untrusted v0.9.0 |
| 1124 | 2026-08-16T02:40:07.982Z | Compiling synstructure v0.13.2 |
| 1125 | 2026-08-16T02:40:08.049Z | Compiling serde_derive_internals v0.29.1 |
| 1126 | 2026-08-16T02:40:08.099Z | Checking ryu v1.0.23 |
| 1127 | 2026-08-16T02:40:08.128Z | Checking http-body v1.1.0 |
| 1128 | 2026-08-16T02:40:08.228Z | Checking atomic-waker v1.1.2 |
| 1129 | 2026-08-16T02:40:08.252Z | Checking rayon-core v1.13.0 |
| 1130 | 2026-08-16T02:40:08.320Z | Checking aws-lc-sys v0.43.0 |
| 1131 | 2026-08-16T02:40:08.472Z | Checking try-lock v0.2.5 |
| 1132 | 2026-08-16T02:40:08.496Z | Checking tempfile v3.27.0 |
| 1133 | 2026-08-16T02:40:08.565Z | Checking rayon v1.12.0 |
| 1134 | 2026-08-16T02:40:08.568Z | Checking want v0.3.1 |
| 1135 | 2026-08-16T02:40:08.683Z | Checking generic-array v0.14.7 |
| 1136 | 2026-08-16T02:40:08.693Z | Checking zerocopy v0.8.55 |
| 1137 | 2026-08-16T02:40:08.770Z | Checking httpdate v1.0.3 |
| 1138 | 2026-08-16T02:40:08.796Z | Checking aws-lc-rs v1.17.3 |
| 1139 | 2026-08-16T02:40:08.834Z | Checking regex v1.13.1 |
| 1140 | 2026-08-16T02:40:08.905Z | Checking unicode-ident v1.0.24 |
| 1141 | 2026-08-16T02:40:09.029Z | Compiling serde_derive v1.0.229 |
| 1142 | 2026-08-16T02:40:09.102Z | Compiling tokio-macros v2.7.2 |
| 1143 | 2026-08-16T02:40:09.112Z | Compiling displaydoc v0.2.7 |
| 1144 | 2026-08-16T02:40:09.183Z | Compiling zerofrom-derive v0.1.7 |
| 1145 | 2026-08-16T02:40:09.303Z | Compiling yoke-derive v0.8.2 |
| 1146 | 2026-08-16T02:40:09.597Z | Compiling zerovec-derive v0.11.3 |
| 1147 | 2026-08-16T02:40:09.821Z | Checking tokio v1.53.1 |
| 1148 | 2026-08-16T02:40:09.879Z | Compiling thiserror-impl v2.0.19 |
| 1149 | 2026-08-16T02:40:09.990Z | Compiling futures-macro v0.3.33 |
| 1150 | 2026-08-16T02:40:10.374Z | Checking zerofrom v0.1.8 |
| 1151 | 2026-08-16T02:40:10.377Z | Compiling tracing-attributes v0.1.31 |
| 1152 | 2026-08-16T02:40:10.490Z | Checking yoke v0.8.3 |
| 1153 | 2026-08-16T02:40:10.659Z | Checking zerotrie v0.2.4 |
| 1154 | 2026-08-16T02:40:10.670Z | Checking zerovec v0.11.6 |
| 1155 | 2026-08-16T02:40:10.805Z | Checking futures-util v0.3.33 |
| 1156 | 2026-08-16T02:40:10.892Z | Compiling clap_derive v4.6.4 |
| 1157 | 2026-08-16T02:40:11.080Z | Checking thiserror v2.0.19 |
| 1158 | 2026-08-16T02:40:11.125Z | Checking tinystr v0.8.3 |
| 1159 | 2026-08-16T02:40:11.175Z | Checking potential_utf v0.1.5 |
| 1160 | 2026-08-16T02:40:11.299Z | Checking icu_locale_core v2.2.0 |
| 1161 | 2026-08-16T02:40:11.302Z | Checking icu_collections v2.2.0 |
| 1162 | 2026-08-16T02:40:11.322Z | Compiling thiserror-impl v1.0.69 |
| 1163 | 2026-08-16T02:40:11.577Z | Checking tracing v0.1.44 |
| 1164 | 2026-08-16T02:40:11.641Z | Compiling schemars_derive v0.8.22 |
| 1165 | 2026-08-16T02:40:11.644Z | Checking serde v1.0.229 |
| 1166 | 2026-08-16T02:40:11.762Z | Checking ppv-lite86 v0.2.21 |
| 1167 | 2026-08-16T02:40:11.955Z | Checking icu_provider v2.2.0 |
| 1168 | 2026-08-16T02:40:12.047Z | Checking rustls-webpki v0.103.13 |
| 1169 | 2026-08-16T02:40:12.057Z | Checking chrono v0.4.45 |
| 1170 | 2026-08-16T02:40:12.190Z | Checking icu_normalizer v2.2.0 |
| 1171 | 2026-08-16T02:40:12.449Z | Checking icu_properties v2.2.0 |
| 1172 | 2026-08-16T02:40:12.480Z | Checking thiserror v1.0.69 |
| 1173 | 2026-08-16T02:40:12.495Z | Checking ipnet v2.12.1 |
| 1174 | 2026-08-16T02:40:12.561Z | Checking clap v4.6.5 |
| 1175 | 2026-08-16T02:40:12.572Z | Checking rustls v0.23.43 |
| 1176 | 2026-08-16T02:40:12.632Z | Checking serde_spanned v0.6.9 |
| 1177 | 2026-08-16T02:40:12.708Z | Checking toml_datetime v0.6.11 |
| 1178 | 2026-08-16T02:40:12.763Z | Checking futures-executor v0.3.33 |
| 1179 | 2026-08-16T02:40:12.822Z | Compiling async-trait v0.1.91 |
| 1180 | 2026-08-16T02:40:12.885Z | Checking toml_write v0.1.2 |
| 1181 | 2026-08-16T02:40:12.899Z | Checking futures v0.3.33 |
| 1182 | 2026-08-16T02:40:12.908Z | Checking winnow v0.7.15 |
| 1183 | 2026-08-16T02:40:12.918Z | Checking serde_urlencoded v0.7.1 |
| 1184 | 2026-08-16T02:40:12.950Z | Checking tokio-util v0.7.19 |
| 1185 | 2026-08-16T02:40:12.963Z | Checking http-body-util v0.1.4 |
| 1186 | 2026-08-16T02:40:13.040Z | Checking uuid v1.24.0 |
| 1187 | 2026-08-16T02:40:13.109Z | Checking sync_wrapper v1.0.2 |
| 1188 | 2026-08-16T02:40:13.188Z | Checking dyn-clone v1.0.20 |
| 1189 | 2026-08-16T02:40:13.203Z | Checking foldhash v0.2.0 |
| 1190 | 2026-08-16T02:40:13.283Z | Checking tower v0.5.3 |
| 1191 | 2026-08-16T02:40:13.306Z | Checking idna_adapter v1.2.2 |
| 1192 | 2026-08-16T02:40:13.323Z | Checking schemars v0.8.22 |
| 1193 | 2026-08-16T02:40:13.370Z | Checking h2 v0.4.15 |
| 1194 | 2026-08-16T02:40:13.417Z | Checking idna v1.1.0 |
| 1195 | 2026-08-16T02:40:13.649Z | Checking url v2.5.8 |
| 1196 | 2026-08-16T02:40:13.662Z | Checking crypto-common v0.1.7 |
| 1197 | 2026-08-16T02:40:13.768Z | Compiling rustc_version v0.4.1 |
| 1198 | 2026-08-16T02:40:13.777Z | Checking encoding_rs v0.8.35 |
| 1199 | 2026-08-16T02:40:13.838Z | Compiling vcpkg v0.2.15 |
| 1200 | 2026-08-16T02:40:13.932Z | Checking mime v0.3.17 |
| 1201 | 2026-08-16T02:40:14.023Z | Checking hashbrown v0.16.1 |
| 1202 | 2026-08-16T02:40:14.084Z | Checking toml_edit v0.22.27 |
| 1203 | 2026-08-16T02:40:14.095Z | Checking tower-http v0.6.11 |
| 1204 | 2026-08-16T02:40:14.098Z | Checking block-buffer v0.10.4 |
| 1205 | 2026-08-16T02:40:14.220Z | Checking openssl-probe v0.2.1 |
| 1206 | 2026-08-16T02:40:14.319Z | Checking winnow v1.0.4 |
| 1207 | 2026-08-16T02:40:14.376Z | Checking rustls-native-certs v0.8.4 |
| 1208 | 2026-08-16T02:40:14.385Z | Checking digest v0.10.7 |
| 1209 | 2026-08-16T02:40:14.517Z | Checking regress v0.11.1 |
| 1210 | 2026-08-16T02:40:14.563Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1211 | 2026-08-16T02:40:14.711Z | Checking bstr v1.13.0 |
| 1212 | 2026-08-16T02:40:14.756Z | Checking toml_writer v1.1.2+spec-1.1.0 |
| 1213 | 2026-08-16T02:40:14.822Z | Checking tokio-rustls v0.26.4 |
| 1214 | 2026-08-16T02:40:14.925Z | Checking unicode-width v0.1.14 |
| 1215 | 2026-08-16T02:40:15.038Z | Compiling time-core v0.1.9 |
| 1216 | 2026-08-16T02:40:15.047Z | Compiling num-conv v0.2.2 |
| 1217 | 2026-08-16T02:40:15.147Z | Checking toml_parser v1.1.3+spec-1.1.0 |
| 1218 | 2026-08-16T02:40:15.161Z | Checking same-file v1.0.6 |
| 1219 | 2026-08-16T02:40:15.178Z | Checking toml v0.8.23 |
| 1220 | 2026-08-16T02:40:15.190Z | Checking rustls-platform-verifier v0.7.0 |
| 1221 | 2026-08-16T02:40:15.216Z | Compiling time-macros v0.2.32 |
| 1222 | 2026-08-16T02:40:15.242Z | Checking hyper v1.11.0 |
| 1223 | 2026-08-16T02:40:15.265Z | Checking walkdir v2.5.0 |
| 1224 | 2026-08-16T02:40:15.309Z | Checking getrandom v0.3.4 |
| 1225 | 2026-08-16T02:40:15.414Z | Checking serde_spanned v1.1.1 |
| 1226 | 2026-08-16T02:40:15.445Z | Checking deranged v0.5.8 |
| 1227 | 2026-08-16T02:40:15.470Z | Checking powerfmt v0.2.0 |
| 1228 | 2026-08-16T02:40:15.614Z | Checking cpufeatures v0.2.17 |
| 1229 | 2026-08-16T02:40:15.646Z | Checking num_threads v0.1.7 |
| 1230 | 2026-08-16T02:40:15.671Z | Checking foldhash v0.1.5 |
| 1231 | 2026-08-16T02:40:15.680Z | Checking toml v1.1.4+spec-1.1.0 |
| 1232 | 2026-08-16T02:40:15.725Z | Checking rand_core v0.9.5 |
| 1233 | 2026-08-16T02:40:15.797Z | Checking hashbrown v0.15.5 |
| 1234 | 2026-08-16T02:40:15.894Z | Checking anyhow v1.0.104 |
| 1235 | 2026-08-16T02:40:15.925Z | Compiling openssl-sys v0.9.117 |
| 1236 | 2026-08-16T02:40:15.964Z | Compiling libz-sys v1.1.29 |
| 1237 | 2026-08-16T02:40:16.083Z | Checking erased-serde v0.3.31 |
| 1238 | 2026-08-16T02:40:16.166Z | Checking hyper-util v0.1.20 |
| 1239 | 2026-08-16T02:40:16.240Z | Checking fdeflate v0.3.7 |
| 1240 | 2026-08-16T02:40:16.252Z | Checking thread_local v1.1.10 |
| 1241 | 2026-08-16T02:40:16.366Z | Checking bitflags v1.3.2 |
| 1242 | 2026-08-16T02:40:16.450Z | Checking rand_chacha v0.9.0 |
| 1243 | 2026-08-16T02:40:16.465Z | Compiling serde_tokenstream v0.2.3 |
| 1244 | 2026-08-16T02:40:16.495Z | Compiling enum-map-derive v0.17.0 |
| 1245 | 2026-08-16T02:40:16.507Z | Checking slog v2.8.2 |
| 1246 | 2026-08-16T02:40:16.516Z | Compiling strum_macros v0.28.0 |
| 1247 | 2026-08-16T02:40:16.525Z | Compiling ref-cast-impl v1.0.26 |
| 1248 | 2026-08-16T02:40:16.628Z | Compiling daft-derive v0.1.8 |
| 1249 | 2026-08-16T02:40:16.682Z | Checking time v0.3.55 |
| 1250 | 2026-08-16T02:40:16.739Z | Checking crossbeam-channel v0.5.16 |
| 1251 | 2026-08-16T02:40:16.760Z | Checking lazy_static v1.5.0 |
| 1252 | 2026-08-16T02:40:16.850Z | Checking byteorder v1.5.0 |
| 1253 | 2026-08-16T02:40:17.039Z | Checking enum-map v2.7.3 |
| 1254 | 2026-08-16T02:40:17.051Z | Checking rand v0.9.5 |
| 1255 | 2026-08-16T02:40:17.071Z | Checking toml_edit v0.25.13+spec-1.1.0 |
| 1256 | 2026-08-16T02:40:17.121Z | Checking ref-cast v1.0.26 |
| 1257 | 2026-08-16T02:40:17.186Z | Checking subst v0.3.8 |
| 1258 | 2026-08-16T02:40:17.211Z | Compiling pathfinder_simd v0.5.6 |
| 1259 | 2026-08-16T02:40:17.288Z | Checking hyper-rustls v0.27.9 |
| 1260 | 2026-08-16T02:40:17.370Z | Compiling vhdl_lang_macros v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89) |
| 1261 | 2026-08-16T02:40:17.379Z | Checking daft v0.1.8 |
| 1262 | 2026-08-16T02:40:17.462Z | Checking itertools v0.14.0 |
| 1263 | 2026-08-16T02:40:17.473Z | Checking reqwest v0.13.4 |
| 1264 | 2026-08-16T02:40:17.504Z | Compiling yeslogic-fontconfig-sys v6.0.1 |
| 1265 | 2026-08-16T02:40:17.541Z | Compiling libssh2-sys v0.3.2 |
| 1266 | 2026-08-16T02:40:17.574Z | Compiling freetype-sys v0.20.1 |
| 1267 | 2026-08-16T02:40:17.742Z | Checking dunce v1.0.5 |
| 1268 | 2026-08-16T02:40:17.830Z | Checking glob v0.3.4 |
| 1269 | 2026-08-16T02:40:17.897Z | Checking pinned_vec v0.1.1 |
| 1270 | 2026-08-16T02:40:17.908Z | Checking bytemuck v1.25.2 |
| 1271 | 2026-08-16T02:40:18.011Z | Checking iddqd v0.4.6 |
| 1272 | 2026-08-16T02:40:18.084Z | Checking dirs-sys v0.4.1 |
| 1273 | 2026-08-16T02:40:18.114Z | Checking libloading v0.8.9 |
| 1274 | 2026-08-16T02:40:18.144Z | Checking progenitor-client v0.14.0 |
| 1275 | 2026-08-16T02:40:18.192Z | Checking cpufeatures v0.3.0 |
| 1276 | 2026-08-16T02:40:18.249Z | Checking color_quant v1.1.0 |
| 1277 | 2026-08-16T02:40:18.258Z | Checking fixedbitset v0.5.7 |
| 1278 | 2026-08-16T02:40:18.322Z | Checking strum v0.28.0 |
| 1279 | 2026-08-16T02:40:18.347Z | Checking dlib v0.5.3 |
| 1280 | 2026-08-16T02:40:18.357Z | Checking oxide v0.17.0+2026060800.0.0 |
| 1281 | 2026-08-16T02:40:18.366Z | Checking dirs v5.0.1 |
| 1282 | 2026-08-16T02:40:18.438Z | Checking petgraph v0.8.3 |
| 1283 | 2026-08-16T02:40:18.454Z | Checking png v0.17.16 |
| 1284 | 2026-08-16T02:40:18.507Z | Checking vhdl_lang v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89) |
| 1285 | 2026-08-16T02:40:18.768Z | Compiling vw-quote v0.1.0 (/work/oxidecomputer/vw/vw-quote) |
| 1286 | 2026-08-16T02:40:18.785Z | Compiling libgit2-sys v0.16.2+1.7.2 |
| 1287 | 2026-08-16T02:40:18.835Z | Checking winnow v0.6.26 |
| 1288 | 2026-08-16T02:40:18.998Z | Checking plotters-backend v0.3.7 |
| 1289 | 2026-08-16T02:40:19.183Z | Checking weezl v0.1.12 |
| 1290 | 2026-08-16T02:40:19.195Z | Compiling font-kit v0.14.3 |
| 1291 | 2026-08-16T02:40:19.424Z | Checking jpeg-decoder v0.3.2 |
| 1292 | 2026-08-16T02:40:19.434Z | Compiling prettyplease v0.2.37 |
| 1293 | 2026-08-16T02:40:19.611Z | Checking gif v0.12.0 |
| 1294 | 2026-08-16T02:40:19.671Z | Checking pathfinder_geometry v0.5.1 |
| 1295 | 2026-08-16T02:40:19.838Z | Checking image v0.24.9 |
| 1296 | 2026-08-16T02:40:19.841Z | Checking similar v2.7.0 |
| 1297 | 2026-08-16T02:40:19.945Z | Checking hybrid-array v0.4.14 |
| 1298 | 2026-08-16T02:40:19.949Z | Checking float-ord v0.3.2 |
| 1299 | 2026-08-16T02:40:20.222Z | Checking plotters-svg v0.3.7 |
| 1300 | 2026-08-16T02:40:20.345Z | Checking colored v2.2.0 |
| 1301 | 2026-08-16T02:40:20.367Z | Checking openapiv3 v2.2.0 |
| 1302 | 2026-08-16T02:40:20.396Z | Checking openssl-probe v0.1.6 |
| 1303 | 2026-08-16T02:40:20.406Z | Checking ttf-parser v0.20.0 |
| 1304 | 2026-08-16T02:40:20.490Z | Compiling rustix v0.38.44 |
| 1305 | 2026-08-16T02:40:20.523Z | Checking crypto-common v0.2.2 |
| 1306 | 2026-08-16T02:40:20.776Z | Checking plotters-bitmap v0.3.7 |
| 1307 | 2026-08-16T02:40:20.901Z | Checking block-buffer v0.12.1 |
| 1308 | 2026-08-16T02:40:20.936Z | Checking sha2 v0.10.9 |
| 1309 | 2026-08-16T02:40:21.016Z | Checking getrandom v0.2.17 |
| 1310 | 2026-08-16T02:40:21.037Z | Checking const-oid v0.10.2 |
| 1311 | 2026-08-16T02:40:21.150Z | Checking netrc v0.4.1 |
| 1312 | 2026-08-16T02:40:21.173Z | Checking match_cfg v0.1.0 |
| 1313 | 2026-08-16T02:40:21.185Z | Checking compression-core v0.4.32 |
| 1314 | 2026-08-16T02:40:21.235Z | Checking hostname v0.3.1 |
| 1315 | 2026-08-16T02:40:21.264Z | Checking digest v0.11.3 |
| 1316 | 2026-08-16T02:40:21.301Z | Checking compression-codecs v0.4.38 |
| 1317 | 2026-08-16T02:40:21.456Z | Checking vw-htcl v0.1.0 (/work/oxidecomputer/vw/vw-htcl) |
| 1318 | 2026-08-16T02:40:21.498Z | Checking slog-json v2.6.1 |
| 1319 | 2026-08-16T02:40:21.553Z | Checking vw-core v0.1.0 (/work/oxidecomputer/vw/vw-core) |
| 1320 | 2026-08-16T02:40:21.648Z | Compiling async-stream-impl v0.3.6 |
| 1321 | 2026-08-16T02:40:21.683Z | Checking plotters v0.3.7 |
| 1322 | 2026-08-16T02:40:21.683Z | Checking is-terminal v0.4.17 |
| 1323 | 2026-08-16T02:40:21.764Z | Checking unicode-width v0.2.0 |
| 1324 | 2026-08-16T02:40:22.002Z | Checking term v1.2.1 |
| 1325 | 2026-08-16T02:40:22.014Z | Checking anodizer v0.1.0 (https://github.com/oxidecomputer/anodizer?branch=main#85fdfb3f) |
| 1326 | 2026-08-16T02:40:22.190Z | Checking spin v0.9.9 |
| 1327 | 2026-08-16T02:40:22.224Z | Checking take_mut v0.2.2 |
| 1328 | 2026-08-16T02:40:22.280Z | Checking async-stream v0.3.6 |
| 1329 | 2026-08-16T02:40:22.290Z | Checking multer v3.1.0 |
| 1330 | 2026-08-16T02:40:22.315Z | Checking slog-async v2.8.0 |
| 1331 | 2026-08-16T02:40:22.400Z | Checking slog-term v2.9.2 |
| 1332 | 2026-08-16T02:40:22.479Z | Checking slog-bunyan v2.5.0 |
| 1333 | 2026-08-16T02:40:22.491Z | Checking async-compression v0.4.43 |
| 1334 | 2026-08-16T02:40:22.584Z | Checking sha1 v0.11.0 |
| 1335 | 2026-08-16T02:40:22.649Z | Compiling dropshot_endpoint v0.17.1 |
| 1336 | 2026-08-16T02:40:22.673Z | Checking waitgroup v0.1.2 |
| 1337 | 2026-08-16T02:40:22.707Z | Checking rustls-pemfile v2.2.0 |
| 1338 | 2026-08-16T02:40:22.717Z | Checking serde_path_to_error v0.1.20 |
| 1339 | 2026-08-16T02:40:22.743Z | Checking hostname v0.4.2 |
| 1340 | 2026-08-16T02:40:22.759Z | Checking hex v0.4.3 |
| 1341 | 2026-08-16T02:40:22.808Z | Checking debug-ignore v1.0.5 |
| 1342 | 2026-08-16T02:40:22.828Z | Checking dropshot-api-manager-types v0.7.2 |
| 1343 | 2026-08-16T02:40:22.971Z | Checking rand_core v0.6.4 |
| 1344 | 2026-08-16T02:40:22.981Z | Checking hashbrown v0.14.5 |
| 1345 | 2026-08-16T02:40:23.273Z | Checking rand_chacha v0.3.1 |
| 1346 | 2026-08-16T02:40:23.415Z | Checking fs-err v3.3.1 |
| 1347 | 2026-08-16T02:40:23.453Z | Checking git-stub v1.0.0 |
| 1348 | 2026-08-16T02:40:23.598Z | Checking atomicwrites v0.4.4 |
| 1349 | 2026-08-16T02:40:23.656Z | Checking terminal_size v0.4.4 |
| 1350 | 2026-08-16T02:40:23.712Z | Checking is_ci v1.2.0 |
| 1351 | 2026-08-16T02:40:23.799Z | Checking unicode-linebreak v0.1.5 |
| 1352 | 2026-08-16T02:40:23.997Z | Checking smawk v0.3.3 |
| 1353 | 2026-08-16T02:40:24.037Z | Compiling crunchy v0.2.4 |
| 1354 | 2026-08-16T02:40:24.104Z | Checking textwrap v0.16.2 |
| 1355 | 2026-08-16T02:40:24.161Z | Checking supports-color v3.0.2 |
| 1356 | 2026-08-16T02:40:24.235Z | Checking dropshot v0.17.1 |
| 1357 | 2026-08-16T02:40:24.302Z | Checking git-stub-vcs v0.1.0 |
| 1358 | 2026-08-16T02:40:24.321Z | Checking rand v0.8.7 |
| 1359 | 2026-08-16T02:40:24.355Z | Checking newtype_derive v0.1.6 |
| 1360 | 2026-08-16T02:40:24.420Z | Checking owo-colors v4.3.0 |
| 1361 | 2026-08-16T02:40:24.486Z | Checking drift v0.2.0 |
| 1362 | 2026-08-16T02:40:24.806Z | Compiling cfg_aliases v0.1.1 |
| 1363 | 2026-08-16T02:40:24.882Z | Compiling tiny-keccak v2.0.2 |
| 1364 | 2026-08-16T02:40:24.961Z | Checking indent_write v2.2.0 |
| 1365 | 2026-08-16T02:40:25.046Z | Compiling nix v0.28.0 |
| 1366 | 2026-08-16T02:40:25.106Z | Compiling blake3 v1.8.5 |
| 1367 | 2026-08-16T02:40:25.369Z | Checking sha1 v0.10.7 |
| 1368 | 2026-08-16T02:40:25.516Z | Checking utf-8 v0.7.6 |
| 1369 | 2026-08-16T02:40:25.635Z | Compiling typify-impl v0.6.2 |
| 1370 | 2026-08-16T02:40:25.763Z | Checking data-encoding v2.11.1 |
| 1371 | 2026-08-16T02:40:25.926Z | Checking arrayref v0.3.9 |
| 1372 | 2026-08-16T02:40:25.941Z | Checking constant_time_eq v0.4.2 |
| 1373 | 2026-08-16T02:40:25.988Z | Checking arrayvec v0.7.8 |
| 1374 | 2026-08-16T02:40:26.029Z | Checking tungstenite v0.21.0 |
| 1375 | 2026-08-16T02:40:26.085Z | Checking dropshot-api-manager v0.7.2 |
| 1376 | 2026-08-16T02:40:26.437Z | Compiling const-random-macro v0.1.16 |
| 1377 | 2026-08-16T02:40:26.718Z | Checking filedescriptor v0.8.3 |
| 1378 | 2026-08-16T02:40:26.821Z | Checking serial2 v0.2.38 |
| 1379 | 2026-08-16T02:40:26.865Z | Checking downcast-rs v1.2.1 |
| 1380 | 2026-08-16T02:40:26.949Z | Checking shell-words v1.1.1 |
| 1381 | 2026-08-16T02:40:27.019Z | Compiling vw-vivado v0.1.0 (/work/oxidecomputer/vw/vw-vivado) |
| 1382 | 2026-08-16T02:40:27.075Z | Checking const-random v0.1.18 |
| 1383 | 2026-08-16T02:40:27.138Z | Checking tokio-tungstenite v0.21.0 |
| 1384 | 2026-08-16T02:40:27.199Z | Checking portable-pty v0.9.0 |
| 1385 | 2026-08-16T02:40:27.258Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1386 | 2026-08-16T02:40:27.357Z | Checking vw-eda v0.1.0 (/work/oxidecomputer/vw/vw-eda) |
| 1387 | 2026-08-16T02:40:27.435Z | Checking heck v0.5.0 |
| 1388 | 2026-08-16T02:40:27.738Z | Checking dlv-list v0.5.2 |
| 1389 | 2026-08-16T02:40:28.208Z | Compiling unsafe-libyaml v0.2.11 |
| 1390 | 2026-08-16T02:40:28.740Z | Compiling serde_yaml v0.9.34+deprecated |
| 1391 | 2026-08-16T02:40:28.866Z | Checking ordered-multimap v0.7.3 |
| 1392 | 2026-08-16T02:40:29.034Z | Compiling typify-macro v0.6.2 |
| 1393 | 2026-08-16T02:40:29.084Z | Checking globset v0.4.20 |
| 1394 | 2026-08-16T02:40:29.093Z | Compiling signal-hook v0.3.18 |
| 1395 | 2026-08-16T02:40:29.297Z | Compiling ident_case v1.0.1 |
| 1396 | 2026-08-16T02:40:29.412Z | Checking ignore v0.4.33 |
| 1397 | 2026-08-16T02:40:29.472Z | Checking rust-ini v0.21.3 |
| 1398 | 2026-08-16T02:40:29.618Z | Compiling darling_core v0.24.0 |
| 1399 | 2026-08-16T02:40:29.669Z | Checking quick-xml v0.38.4 |
| 1400 | 2026-08-16T02:40:29.841Z | Compiling pin-project-internal v1.1.13 |
| 1401 | 2026-08-16T02:40:29.961Z | Compiling serde_repr v0.1.21 |
| 1402 | 2026-08-16T02:40:30.533Z | Compiling typify v0.6.2 |
| 1403 | 2026-08-16T02:40:30.618Z | Checking gethostname v1.1.0 |
| 1404 | 2026-08-16T02:40:30.645Z | Checking progenitor-impl v0.14.0 |
| 1405 | 2026-08-16T02:40:30.697Z | Checking jiff-core v0.1.0 |
| 1406 | 2026-08-16T02:40:30.916Z | Checking home v0.5.12 |
| 1407 | 2026-08-16T02:40:31.013Z | Checking aws-creds v0.39.1 |
| 1408 | 2026-08-16T02:40:31.212Z | Checking pin-project v1.1.13 |
| 1409 | 2026-08-16T02:40:31.282Z | Checking lsp-types v0.94.1 |
| 1410 | 2026-08-16T02:40:31.363Z | Checking jiff v0.2.35 |
| 1411 | 2026-08-16T02:40:31.519Z | Checking reqwest v0.12.28 |
| 1412 | 2026-08-16T02:40:31.536Z | Checking hmac v0.12.1 |
| 1413 | 2026-08-16T02:40:31.660Z | Compiling curve25519-dalek v4.1.3 |
| 1414 | 2026-08-16T02:40:31.935Z | Checking tokio-stream v0.1.19 |
| 1415 | 2026-08-16T02:40:31.951Z | Compiling darling_macro v0.24.0 |
| 1416 | 2026-08-16T02:40:32.062Z | Checking aws-region v0.28.1 |
| 1417 | 2026-08-16T02:40:32.198Z | Compiling maybe-async v0.2.11 |
| 1418 | 2026-08-16T02:40:32.288Z | Checking env_filter v2.0.0 |
| 1419 | 2026-08-16T02:40:32.439Z | Checking sysinfo v0.37.2 |
| 1420 | 2026-08-16T02:40:32.536Z | Compiling instability v0.3.13 |
| 1421 | 2026-08-16T02:40:32.703Z | Checking base64ct v1.8.3 |
| 1422 | 2026-08-16T02:40:32.750Z | Checking md5 v0.8.1 |
| 1423 | 2026-08-16T02:40:32.898Z | Checking unicode-segmentation v1.13.3 |
| 1424 | 2026-08-16T02:40:32.927Z | Checking pem-rfc7468 v0.7.0 |
| 1425 | 2026-08-16T02:40:32.962Z | Checking rust-s3 v0.37.2 |
| 1426 | 2026-08-16T02:40:33.013Z | Compiling progenitor-macro v0.14.0 |
| 1427 | 2026-08-16T02:40:33.091Z | Compiling darling v0.24.0 |
| 1428 | 2026-08-16T02:40:33.101Z | Checking env_logger v0.11.11 |
| 1429 | 2026-08-16T02:40:33.217Z | Checking signal-hook-mio v0.2.5 |
| 1430 | 2026-08-16T02:40:33.236Z | Checking tower v0.4.13 |
| 1431 | 2026-08-16T02:40:33.297Z | Checking dashmap v5.5.3 |
| 1432 | 2026-08-16T02:40:33.313Z | Checking lsp-server v0.7.9 |
| 1433 | 2026-08-16T02:40:33.530Z | Checking sharded-slab v0.1.7 |
| 1434 | 2026-08-16T02:40:33.558Z | Checking fuzzy-matcher v0.3.7 |
| 1435 | 2026-08-16T02:40:33.568Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1436 | 2026-08-16T02:40:33.749Z | Compiling auto_impl v1.3.0 |
| 1437 | 2026-08-16T02:40:33.915Z | Compiling strum_macros v0.26.4 |
| 1438 | 2026-08-16T02:40:34.213Z | Compiling tower-lsp-macros v0.9.0 |
| 1439 | 2026-08-16T02:40:34.632Z | Checking inout v0.1.4 |
| 1440 | 2026-08-16T02:40:34.747Z | Checking matchers v0.2.0 |
| 1441 | 2026-08-16T02:40:34.756Z | Checking castaway v0.2.4 |
| 1442 | 2026-08-16T02:40:34.854Z | Checking itertools v0.13.0 |
| 1443 | 2026-08-16T02:40:34.864Z | Checking tracing-log v0.2.0 |
| 1444 | 2026-08-16T02:40:34.867Z | Checking pxfm v0.1.30 |
| 1445 | 2026-08-16T02:40:34.999Z | Checking nu-ansi-term v0.50.3 |
| 1446 | 2026-08-16T02:40:35.198Z | Compiling indoc v2.0.7 |
| 1447 | 2026-08-16T02:40:35.496Z | Checking signature v2.2.0 |
| 1448 | 2026-08-16T02:40:35.607Z | Checking static_assertions v1.1.0 |
| 1449 | 2026-08-16T02:40:35.671Z | Checking compact_str v0.8.2 |
| 1450 | 2026-08-16T02:40:35.872Z | Checking unicode-truncate v1.1.0 |
| 1451 | 2026-08-16T02:40:36.005Z | Checking ed25519 v2.2.3 |
| 1452 | 2026-08-16T02:40:36.027Z | Checking strum v0.26.3 |
| 1453 | 2026-08-16T02:40:36.126Z | Checking tracing-subscriber v0.3.23 |
| 1454 | 2026-08-16T02:40:36.135Z | Checking cipher v0.4.4 |
| 1455 | 2026-08-16T02:40:36.394Z | Checking crossterm v0.28.1 |
| 1456 | 2026-08-16T02:40:36.639Z | Checking moxcms v0.8.1 |
| 1457 | 2026-08-16T02:40:36.827Z | Checking ssh-encoding v0.2.0 |
| 1458 | 2026-08-16T02:40:36.934Z | Checking png v0.18.1 |
| 1459 | 2026-08-16T02:40:37.005Z | Checking lru v0.12.5 |
| 1460 | 2026-08-16T02:40:37.040Z | Checking quick-xml v0.37.5 |
| 1461 | 2026-08-16T02:40:37.110Z | Checking tower-lsp v0.20.0 |
| 1462 | 2026-08-16T02:40:37.148Z | Checking vhdl_ls v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89) |
| 1463 | 2026-08-16T02:40:37.256Z | Checking progenitor v0.14.0 |
| 1464 | 2026-08-16T02:40:37.384Z | Checking cassowary v0.3.0 |
| 1465 | 2026-08-16T02:40:37.448Z | Checking x11rb-protocol v0.13.2 |
| 1466 | 2026-08-16T02:40:37.543Z | Checking base16ct v0.2.0 |
| 1467 | 2026-08-16T02:40:37.576Z | Checking byteorder-lite v0.1.0 |
| 1468 | 2026-08-16T02:40:37.651Z | Compiling redb v4.1.0 |
| 1469 | 2026-08-16T02:40:37.794Z | Checking sec1 v0.7.3 |
| 1470 | 2026-08-16T02:40:37.889Z | Checking ipxact v0.1.0 (https://github.com/oxidecomputer/ipe?branch=main#73c5c643) |
| 1471 | 2026-08-16T02:40:37.892Z | Checking ratatui v0.29.0 |
| 1472 | 2026-08-16T02:40:37.935Z | Checking ssh-cipher v0.2.0 |
| 1473 | 2026-08-16T02:40:38.051Z | Checking ed25519-dalek v2.2.0 |
| 1474 | 2026-08-16T02:40:38.213Z | Compiling ring v0.17.14 |
| 1475 | 2026-08-16T02:40:38.308Z | Compiling portable-atomic v1.14.0 |
| 1476 | 2026-08-16T02:40:38.343Z | Checking ssh-key v0.6.7 |
| 1477 | 2026-08-16T02:40:38.821Z | Checking image v0.25.10 |
| 1478 | 2026-08-16T02:40:38.964Z | Checking nucleo-matcher v0.3.1 |
| 1479 | 2026-08-16T02:40:39.077Z | Checking vw-api-types-versions v0.1.0 (/work/oxidecomputer/vw/vw-api-types/versions) |
| 1480 | 2026-08-16T02:40:39.159Z | Checking tui-textarea v0.7.0 |
| 1481 | 2026-08-16T02:40:39.265Z | Compiling cpp_demangle v0.4.5 |
| 1482 | 2026-08-16T02:40:39.516Z | Checking x11rb v0.13.2 |
| 1483 | 2026-08-16T02:40:39.670Z | Checking vw-ip v0.1.0 (/work/oxidecomputer/vw/vw-ip) |
| 1484 | 2026-08-16T02:40:39.849Z | Checking vw-htcl-cmd v0.1.0 (/work/oxidecomputer/vw/vw-htcl-cmd) |
| 1485 | 2026-08-16T02:40:39.938Z | Checking console v0.15.11 |
| 1486 | 2026-08-16T02:40:39.999Z | Checking vw-api v0.1.0 (/work/oxidecomputer/vw/vw-api) |
| 1487 | 2026-08-16T02:40:40.124Z | Checking vw-sync-api v0.1.0 (/work/oxidecomputer/vw/vw-sync-api) |
| 1488 | 2026-08-16T02:40:40.196Z | Checking vw-sync v0.1.0 (/work/oxidecomputer/vw/vw-sync) |
| 1489 | 2026-08-16T02:40:40.208Z | Checking arboard v3.6.1 |
| 1490 | 2026-08-16T02:40:40.272Z | Checking vw-api-client v0.1.0 (/work/oxidecomputer/vw/vw-api-client) |
| 1491 | 2026-08-16T02:40:40.340Z | Checking yasna v0.6.0 |
| 1492 | 2026-08-16T02:40:40.349Z | Checking pem v3.0.6 |
| 1493 | 2026-08-16T02:40:40.456Z | Checking filetime v0.2.29 |
| 1494 | 2026-08-16T02:40:40.501Z | Checking vw-openapi-manager v0.1.0 (/work/oxidecomputer/vw/vw-openapi-manager) |
| 1495 | 2026-08-16T02:40:40.536Z | Checking number_prefix v0.4.0 |
| 1496 | 2026-08-16T02:40:40.578Z | Checking notify v6.1.1 |
| 1497 | 2026-08-16T02:40:40.648Z | Checking indicatif v0.17.11 |
| 1498 | 2026-08-16T02:40:40.926Z | Checking rustc-demangle v0.1.28 |
| 1499 | 2026-08-16T02:40:41.856Z | Checking vw-api-types v0.1.0 (/work/oxidecomputer/vw/vw-api-types) |
| 1500 | 2026-08-16T02:40:43.640Z | Checking rcgen v0.14.8 |
| 1501 | 2026-08-16T02:40:43.984Z | Checking xtask v0.1.0 (/work/oxidecomputer/vw/xtask) |
| 1502 | 2026-08-16T02:40:44.596Z | Checking git2 v0.18.3 |
| 1503 | 2026-08-16T02:40:46.151Z | Checking vw-lib v0.1.0 (/work/oxidecomputer/vw/vw-lib) |
| 1504 | 2026-08-16T02:40:47.423Z | Checking vw-bench v0.1.0 (/work/oxidecomputer/vw/vw-bench) |
| 1505 | 2026-08-16T02:40:47.423Z | Checking vw-analyzer v0.1.0 (/work/oxidecomputer/vw/vw-analyzer) |
| 1506 | 2026-08-16T02:40:47.426Z | Checking vw-svc v0.1.0 (/work/oxidecomputer/vw/vw-svc) |
| 1507 | 2026-08-16T02:40:48.221Z | Checking vw-remote v0.1.0 (/work/oxidecomputer/vw/vw-remote) |
| 1508 | 2026-08-16T02:40:48.224Z | Checking vw-repl v0.1.0 (/work/oxidecomputer/vw/vw-repl) |
| 1509 | 2026-08-16T02:40:49.213Z | Checking vw-agent v0.1.0 (/work/oxidecomputer/vw/vw-agent) |
| 1510 | 2026-08-16T02:40:49.564Z | Checking vw v0.1.0 (/work/oxidecomputer/vw/vw-cli) |
| 1511 | 2026-08-16T02:40:51.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.60s |
| 1512 | 2026-08-16T02:40:51.884Z | + banner test |
| 1513 | 2026-08-16T02:40:51.887Z | |
| 1514 | 2026-08-16T02:40:51.887Z | ##### ###### #### ##### |
| 1515 | 2026-08-16T02:40:51.887Z | # # # # |
| 1516 | 2026-08-16T02:40:51.887Z | # ##### #### # |
| 1517 | 2026-08-16T02:40:51.887Z | # # # # |
| 1518 | 2026-08-16T02:40:51.887Z | # # # # # |
| 1519 | 2026-08-16T02:40:51.887Z | # ###### #### # |
| 1520 | 2026-08-16T02:40:51.887Z | |
| 1521 | 2026-08-16T02:40:51.887Z | + cargo nextest run |
| 1522 | 2026-08-16T02:40:52.716Z | Compiling unicode-ident v1.0.24 |
| 1523 | 2026-08-16T02:40:52.790Z | Compiling log v0.4.33 |
| 1524 | 2026-08-16T02:40:52.799Z | Compiling heck v0.5.0 |
| 1525 | 2026-08-16T02:40:52.805Z | Compiling dunce v1.0.5 |
| 1526 | 2026-08-16T02:40:52.812Z | Compiling num-traits v0.2.19 |
| 1527 | 2026-08-16T02:40:52.820Z | Compiling aho-corasick v1.1.5 |
| 1528 | 2026-08-16T02:40:52.830Z | Compiling tracing-core v0.1.36 |
| 1529 | 2026-08-16T02:40:52.840Z | Compiling rustix v1.1.4 |
| 1530 | 2026-08-16T02:40:52.878Z | Compiling proc-macro2 v1.0.107 |
| 1531 | 2026-08-16T02:40:52.892Z | Compiling simd-adler32 v0.3.10 |
| 1532 | 2026-08-16T02:40:52.983Z | Compiling mio v1.2.2 |
| 1533 | 2026-08-16T02:40:53.034Z | Compiling miniz_oxide v0.8.9 |
| 1534 | 2026-08-16T02:40:53.101Z | Compiling either v1.17.0 |
| 1535 | 2026-08-16T02:40:53.310Z | Compiling quote v1.0.47 |
| 1536 | 2026-08-16T02:40:53.428Z | Compiling flate2 v1.1.9 |
| 1537 | 2026-08-16T02:40:53.439Z | Compiling aws-lc-sys v0.43.0 |
| 1538 | 2026-08-16T02:40:53.481Z | Compiling syn v3.0.3 |
| 1539 | 2026-08-16T02:40:53.595Z | Compiling syn v2.0.119 |
| 1540 | 2026-08-16T02:40:53.610Z | Compiling rayon v1.12.0 |
| 1541 | 2026-08-16T02:40:53.697Z | Compiling regex-automata v0.4.18 |
| 1542 | 2026-08-16T02:40:53.839Z | Compiling toml_write v0.1.2 |
| 1543 | 2026-08-16T02:40:54.034Z | Compiling winnow v0.7.15 |
| 1544 | 2026-08-16T02:40:54.548Z | Compiling tempfile v3.27.0 |
| 1545 | 2026-08-16T02:40:54.837Z | Compiling bstr v1.13.0 |
| 1546 | 2026-08-16T02:40:55.307Z | Compiling unicode-width v0.1.14 |
| 1547 | 2026-08-16T02:40:55.371Z | Compiling same-file v1.0.6 |
| 1548 | 2026-08-16T02:40:55.501Z | Compiling walkdir v2.5.0 |
| 1549 | 2026-08-16T02:40:55.534Z | Compiling foldhash v0.1.5 |
| 1550 | 2026-08-16T02:40:55.567Z | Compiling digest v0.10.7 |
| 1551 | 2026-08-16T02:40:55.701Z | Compiling hashbrown v0.15.5 |
| 1552 | 2026-08-16T02:40:55.770Z | Compiling fdeflate v0.3.7 |
| 1553 | 2026-08-16T02:40:55.837Z | Compiling bitflags v1.3.2 |
| 1554 | 2026-08-16T02:40:55.907Z | Compiling time-macros v0.2.32 |
| 1555 | 2026-08-16T02:40:56.183Z | Compiling regex v1.13.1 |
| 1556 | 2026-08-16T02:40:56.237Z | Compiling subst v0.3.8 |
| 1557 | 2026-08-16T02:40:56.543Z | Compiling synstructure v0.13.2 |
| 1558 | 2026-08-16T02:40:56.674Z | Compiling serde_derive_internals v0.29.1 |
| 1559 | 2026-08-16T02:40:57.033Z | Compiling itertools v0.14.0 |
| 1560 | 2026-08-16T02:40:57.204Z | Compiling serde_derive v1.0.229 |
| 1561 | 2026-08-16T02:40:57.356Z | Compiling tokio-macros v2.7.2 |
| 1562 | 2026-08-16T02:40:57.390Z | Compiling thiserror-impl v2.0.19 |
| 1563 | 2026-08-16T02:40:57.472Z | Compiling zerofrom-derive v0.1.7 |
| 1564 | 2026-08-16T02:40:58.111Z | Compiling tokio v1.53.1 |
| 1565 | 2026-08-16T02:40:58.280Z | Compiling yoke-derive v0.8.2 |
| 1566 | 2026-08-16T02:40:58.585Z | Compiling zerovec-derive v0.11.3 |
| 1567 | 2026-08-16T02:40:58.639Z | Compiling displaydoc v0.2.7 |
| 1568 | 2026-08-16T02:40:58.664Z | Compiling zerofrom v0.1.8 |
| 1569 | 2026-08-16T02:40:58.727Z | Compiling thiserror v2.0.19 |
| 1570 | 2026-08-16T02:40:58.781Z | Compiling futures-macro v0.3.33 |
| 1571 | 2026-08-16T02:40:58.827Z | Compiling tracing-attributes v0.1.31 |
| 1572 | 2026-08-16T02:40:59.351Z | Compiling yoke v0.8.3 |
| 1573 | 2026-08-16T02:40:59.418Z | Compiling clap_derive v4.6.4 |
| 1574 | 2026-08-16T02:40:59.536Z | Compiling zerotrie v0.2.4 |
| 1575 | 2026-08-16T02:40:59.594Z | Compiling futures-util v0.3.33 |
| 1576 | 2026-08-16T02:40:59.656Z | Compiling zerovec v0.11.6 |
| 1577 | 2026-08-16T02:40:59.784Z | Compiling serde v1.0.229 |
| 1578 | 2026-08-16T02:40:59.828Z | Compiling thiserror-impl v1.0.69 |
| 1579 | 2026-08-16T02:41:00.024Z | Compiling tracing v0.1.44 |
| 1580 | 2026-08-16T02:41:00.170Z | Compiling tinystr v0.8.3 |
| 1581 | 2026-08-16T02:41:00.257Z | Compiling potential_utf v0.1.5 |
| 1582 | 2026-08-16T02:41:00.301Z | Compiling chrono v0.4.45 |
| 1583 | 2026-08-16T02:41:00.373Z | Compiling icu_locale_core v2.2.0 |
| 1584 | 2026-08-16T02:41:00.419Z | Compiling icu_collections v2.2.0 |
| 1585 | 2026-08-16T02:41:00.933Z | Compiling schemars_derive v0.8.22 |
| 1586 | 2026-08-16T02:41:00.950Z | Compiling thiserror v1.0.69 |
| 1587 | 2026-08-16T02:41:01.009Z | Compiling clap v4.6.5 |
| 1588 | 2026-08-16T02:41:01.043Z | Compiling icu_provider v2.2.0 |
| 1589 | 2026-08-16T02:41:01.085Z | Compiling serde_spanned v0.6.9 |
| 1590 | 2026-08-16T02:41:01.228Z | Compiling toml_datetime v0.6.11 |
| 1591 | 2026-08-16T02:41:01.371Z | Compiling icu_normalizer v2.2.0 |
| 1592 | 2026-08-16T02:41:01.413Z | Compiling icu_properties v2.2.0 |
| 1593 | 2026-08-16T02:41:01.559Z | Compiling async-trait v0.1.91 |
| 1594 | 2026-08-16T02:41:01.851Z | Compiling tokio-util v0.7.19 |
| 1595 | 2026-08-16T02:41:01.933Z | Compiling futures-executor v0.3.33 |
| 1596 | 2026-08-16T02:41:01.999Z | Compiling toml_edit v0.22.27 |
| 1597 | 2026-08-16T02:41:02.185Z | Compiling futures v0.3.33 |
| 1598 | 2026-08-16T02:41:02.217Z | Compiling serde_urlencoded v0.7.1 |
| 1599 | 2026-08-16T02:41:02.261Z | Compiling schemars v0.8.22 |
| 1600 | 2026-08-16T02:41:02.472Z | Compiling idna_adapter v1.2.2 |
| 1601 | 2026-08-16T02:41:02.505Z | Compiling h2 v0.4.15 |
| 1602 | 2026-08-16T02:41:02.552Z | Compiling tower v0.5.3 |
| 1603 | 2026-08-16T02:41:02.611Z | Compiling idna v1.1.0 |
| 1604 | 2026-08-16T02:41:03.031Z | Compiling url v2.5.8 |
| 1605 | 2026-08-16T02:41:03.116Z | Compiling ref-cast-impl v1.0.26 |
| 1606 | 2026-08-16T02:41:03.376Z | Compiling daft-derive v0.1.8 |
| 1607 | 2026-08-16T02:41:03.711Z | Compiling toml v0.8.23 |
| 1608 | 2026-08-16T02:41:03.721Z | Compiling tower-http v0.6.11 |
| 1609 | 2026-08-16T02:41:03.901Z | Compiling ref-cast v1.0.26 |
| 1610 | 2026-08-16T02:41:04.002Z | Compiling erased-serde v0.3.31 |
| 1611 | 2026-08-16T02:41:04.131Z | Compiling daft v0.1.8 |
| 1612 | 2026-08-16T02:41:04.141Z | Compiling enum-map-derive v0.17.0 |
| 1613 | 2026-08-16T02:41:04.280Z | Compiling strum_macros v0.28.0 |
| 1614 | 2026-08-16T02:41:04.357Z | Compiling iddqd v0.4.6 |
| 1615 | 2026-08-16T02:41:04.390Z | Compiling vhdl_lang_macros v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89) |
| 1616 | 2026-08-16T02:41:04.506Z | Compiling slog v2.8.2 |
| 1617 | 2026-08-16T02:41:04.702Z | Compiling hyper v1.11.0 |
| 1618 | 2026-08-16T02:41:04.919Z | Compiling enum-map v2.7.3 |
| 1619 | 2026-08-16T02:41:04.950Z | Compiling deranged v0.5.8 |
| 1620 | 2026-08-16T02:41:05.079Z | Compiling lazy_static v1.5.0 |
| 1621 | 2026-08-16T02:41:05.177Z | Compiling pinned_vec v0.1.1 |
| 1622 | 2026-08-16T02:41:05.264Z | Compiling byteorder v1.5.0 |
| 1623 | 2026-08-16T02:41:05.285Z | Compiling glob v0.3.4 |
| 1624 | 2026-08-16T02:41:05.475Z | Compiling serde_tokenstream v0.2.3 |
| 1625 | 2026-08-16T02:41:05.490Z | Compiling vw-quote v0.1.0 (/work/oxidecomputer/vw/vw-quote) |
| 1626 | 2026-08-16T02:41:05.631Z | Compiling dirs-sys v0.4.1 |
| 1627 | 2026-08-16T02:41:05.727Z | Compiling fixedbitset v0.5.7 |
| 1628 | 2026-08-16T02:41:05.755Z | Compiling bytemuck v1.25.2 |
| 1629 | 2026-08-16T02:41:05.942Z | Compiling hyper-util v0.1.20 |
| 1630 | 2026-08-16T02:41:05.979Z | Compiling time v0.3.55 |
| 1631 | 2026-08-16T02:41:06.012Z | Compiling winnow v0.6.26 |
| 1632 | 2026-08-16T02:41:06.051Z | Compiling petgraph v0.8.3 |
| 1633 | 2026-08-16T02:41:06.105Z | Compiling strum v0.28.0 |
| 1634 | 2026-08-16T02:41:06.114Z | Compiling dirs v5.0.1 |
| 1635 | 2026-08-16T02:41:06.223Z | Compiling vhdl_lang v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89) |
| 1636 | 2026-08-16T02:41:06.227Z | Compiling libloading v0.8.9 |
| 1637 | 2026-08-16T02:41:06.489Z | Compiling color_quant v1.1.0 |
| 1638 | 2026-08-16T02:41:06.518Z | Compiling dlib v0.5.3 |
| 1639 | 2026-08-16T02:41:06.641Z | Compiling pathfinder_simd v0.5.6 |
| 1640 | 2026-08-16T02:41:06.680Z | Compiling libz-sys v1.1.29 |
| 1641 | 2026-08-16T02:41:06.779Z | Compiling openssl-sys v0.9.117 |
| 1642 | 2026-08-16T02:41:07.027Z | Compiling png v0.17.16 |
| 1643 | 2026-08-16T02:41:07.181Z | Compiling similar v2.7.0 |
| 1644 | 2026-08-16T02:41:07.467Z | Compiling jpeg-decoder v0.3.2 |
| 1645 | 2026-08-16T02:41:07.651Z | Compiling plotters-backend v0.3.7 |
| 1646 | 2026-08-16T02:41:07.885Z | Compiling weezl v0.1.12 |
| 1647 | 2026-08-16T02:41:07.916Z | Compiling libssh2-sys v0.3.2 |
| 1648 | 2026-08-16T02:41:08.046Z | Compiling image v0.24.9 |
| 1649 | 2026-08-16T02:41:08.056Z | Compiling pathfinder_geometry v0.5.1 |
| 1650 | 2026-08-16T02:41:08.181Z | Compiling gif v0.12.0 |
| 1651 | 2026-08-16T02:41:08.201Z | Compiling yeslogic-fontconfig-sys v6.0.1 |
| 1652 | 2026-08-16T02:41:08.273Z | Compiling freetype-sys v0.20.1 |
| 1653 | 2026-08-16T02:41:08.318Z | Compiling float-ord v0.3.2 |
| 1654 | 2026-08-16T02:41:08.332Z | Compiling libgit2-sys v0.16.2+1.7.2 |
| 1655 | 2026-08-16T02:41:08.428Z | Compiling prettyplease v0.2.37 |
| 1656 | 2026-08-16T02:41:08.494Z | Compiling font-kit v0.14.3 |
| 1657 | 2026-08-16T02:41:08.550Z | Compiling plotters-svg v0.3.7 |
| 1658 | 2026-08-16T02:41:08.595Z | Compiling colored v2.2.0 |
| 1659 | 2026-08-16T02:41:08.745Z | Compiling ttf-parser v0.20.0 |
| 1660 | 2026-08-16T02:41:08.763Z | Compiling openssl-probe v0.1.6 |
| 1661 | 2026-08-16T02:41:08.942Z | Compiling git2 v0.18.3 |
| 1662 | 2026-08-16T02:41:08.961Z | Compiling vw-htcl v0.1.0 (/work/oxidecomputer/vw/vw-htcl) |
| 1663 | 2026-08-16T02:41:09.371Z | Compiling plotters-bitmap v0.3.7 |
| 1664 | 2026-08-16T02:41:09.414Z | Compiling openapiv3 v2.2.0 |
| 1665 | 2026-08-16T02:41:09.623Z | Compiling netrc v0.4.1 |
| 1666 | 2026-08-16T02:41:09.790Z | Compiling compression-codecs v0.4.38 |
| 1667 | 2026-08-16T02:41:10.045Z | Compiling rustix v0.38.44 |
| 1668 | 2026-08-16T02:41:10.868Z | Compiling vw-core v0.1.0 (/work/oxidecomputer/vw/vw-core) |
| 1669 | 2026-08-16T02:41:11.002Z | Compiling plotters v0.3.7 |
| 1670 | 2026-08-16T02:41:11.223Z | Compiling slog-json v2.6.1 |
| 1671 | 2026-08-16T02:41:11.382Z | Compiling async-stream-impl v0.3.6 |
| 1672 | 2026-08-16T02:41:11.468Z | Compiling sha2 v0.10.9 |
| 1673 | 2026-08-16T02:41:11.850Z | Compiling anodizer v0.1.0 (https://github.com/oxidecomputer/anodizer?branch=main#85fdfb3f) |
| 1674 | 2026-08-16T02:41:12.034Z | Compiling slog-term v2.9.2 |
| 1675 | 2026-08-16T02:41:12.337Z | Compiling vw-lib v0.1.0 (/work/oxidecomputer/vw/vw-lib) |
| 1676 | 2026-08-16T02:41:12.538Z | Compiling slog-async v2.8.0 |
| 1677 | 2026-08-16T02:41:12.577Z | Compiling multer v3.1.0 |
| 1678 | 2026-08-16T02:41:12.587Z | Compiling async-stream v0.3.6 |
| 1679 | 2026-08-16T02:41:12.754Z | Compiling slog-bunyan v2.5.0 |
| 1680 | 2026-08-16T02:41:12.765Z | Compiling async-compression v0.4.43 |
| 1681 | 2026-08-16T02:41:12.796Z | Compiling dropshot_endpoint v0.17.1 |
| 1682 | 2026-08-16T02:41:12.892Z | Compiling getrandom v0.2.17 |
| 1683 | 2026-08-16T02:41:13.068Z | Compiling rand_core v0.6.4 |
| 1684 | 2026-08-16T02:41:13.079Z | Compiling git-stub v1.0.0 |
| 1685 | 2026-08-16T02:41:13.082Z | Compiling atomicwrites v0.4.4 |
| 1686 | 2026-08-16T02:41:13.096Z | Compiling terminal_size v0.4.4 |
| 1687 | 2026-08-16T02:41:13.231Z | Compiling textwrap v0.16.2 |
| 1688 | 2026-08-16T02:41:13.263Z | Compiling git-stub-vcs v0.1.0 |
| 1689 | 2026-08-16T02:41:13.286Z | Compiling rand_chacha v0.3.1 |
| 1690 | 2026-08-16T02:41:13.346Z | Compiling serde_json v1.0.151 |
| 1691 | 2026-08-16T02:41:13.625Z | Compiling drift v0.2.0 |
| 1692 | 2026-08-16T02:41:13.730Z | Compiling hashbrown v0.14.5 |
| 1693 | 2026-08-16T02:41:13.734Z | Compiling hashbrown v0.16.1 |
| 1694 | 2026-08-16T02:41:14.268Z | Compiling rand v0.8.7 |
| 1695 | 2026-08-16T02:41:14.446Z | Compiling regress v0.11.1 |
| 1696 | 2026-08-16T02:41:14.457Z | Compiling nix v0.28.0 |
| 1697 | 2026-08-16T02:41:14.931Z | Compiling vw-eda v0.1.0 (/work/oxidecomputer/vw/vw-eda) |
| 1698 | 2026-08-16T02:41:15.352Z | Compiling filedescriptor v0.8.3 |
| 1699 | 2026-08-16T02:41:15.512Z | Compiling serial2 v0.2.38 |
| 1700 | 2026-08-16T02:41:15.574Z | Compiling downcast-rs v1.2.1 |
| 1701 | 2026-08-16T02:41:15.671Z | Compiling vw-vivado v0.1.0 (/work/oxidecomputer/vw/vw-vivado) |
| 1702 | 2026-08-16T02:41:15.776Z | Compiling shell-words v1.1.1 |
| 1703 | 2026-08-16T02:41:15.892Z | Compiling portable-pty v0.9.0 |
| 1704 | 2026-08-16T02:41:15.912Z | Compiling sha1 v0.10.7 |
| 1705 | 2026-08-16T02:41:16.090Z | Compiling typify-impl v0.6.2 |
| 1706 | 2026-08-16T02:41:16.129Z | Compiling utf-8 v0.7.6 |
| 1707 | 2026-08-16T02:41:16.308Z | Compiling arrayref v0.3.9 |
| 1708 | 2026-08-16T02:41:16.378Z | Compiling data-encoding v2.11.1 |
| 1709 | 2026-08-16T02:41:16.456Z | Compiling arrayvec v0.7.8 |
| 1710 | 2026-08-16T02:41:16.665Z | Compiling constant_time_eq v0.4.2 |
| 1711 | 2026-08-16T02:41:16.785Z | Compiling blake3 v1.8.5 |
| 1712 | 2026-08-16T02:41:16.844Z | Compiling tungstenite v0.21.0 |
| 1713 | 2026-08-16T02:41:17.228Z | Compiling const-random-macro v0.1.16 |
| 1714 | 2026-08-16T02:41:17.284Z | Compiling indexmap v2.14.0 |
| 1715 | 2026-08-16T02:41:17.798Z | Compiling const-random v0.1.18 |
| 1716 | 2026-08-16T02:41:17.871Z | Compiling tokio-tungstenite v0.21.0 |
| 1717 | 2026-08-16T02:41:18.187Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1718 | 2026-08-16T02:41:18.318Z | Compiling dlv-list v0.5.2 |
| 1719 | 2026-08-16T02:41:18.518Z | Compiling serde_yaml v0.9.34+deprecated |
| 1720 | 2026-08-16T02:41:18.561Z | Compiling ordered-multimap v0.7.3 |
| 1721 | 2026-08-16T02:41:18.823Z | Compiling globset v0.4.20 |
| 1722 | 2026-08-16T02:41:19.747Z | Compiling darling_core v0.24.0 |
| 1723 | 2026-08-16T02:41:19.827Z | Compiling ignore v0.4.33 |
| 1724 | 2026-08-16T02:41:20.108Z | Compiling rust-ini v0.21.3 |
| 1725 | 2026-08-16T02:41:20.217Z | Compiling vw-bench v0.1.0 (/work/oxidecomputer/vw/vw-bench) |
| 1726 | 2026-08-16T02:41:20.655Z | Compiling quick-xml v0.38.4 |
| 1727 | 2026-08-16T02:41:20.885Z | Compiling gethostname v1.1.0 |
| 1728 | 2026-08-16T02:41:21.004Z | Compiling home v0.5.12 |
| 1729 | 2026-08-16T02:41:21.037Z | Compiling signal-hook v0.3.18 |
| 1730 | 2026-08-16T02:41:21.140Z | Compiling reqwest v0.12.28 |
| 1731 | 2026-08-16T02:41:21.360Z | Compiling tokio-stream v0.1.19 |
| 1732 | 2026-08-16T02:41:21.690Z | Compiling aws-region v0.28.1 |
| 1733 | 2026-08-16T02:41:21.856Z | Compiling aws-creds v0.39.1 |
| 1734 | 2026-08-16T02:41:21.919Z | Compiling pin-project-internal v1.1.13 |
| 1735 | 2026-08-16T02:41:22.143Z | Compiling darling_macro v0.24.0 |
| 1736 | 2026-08-16T02:41:22.163Z | Compiling maybe-async v0.2.11 |
| 1737 | 2026-08-16T02:41:22.331Z | Compiling serde_repr v0.1.21 |
| 1738 | 2026-08-16T02:41:22.557Z | Compiling typify-macro v0.6.2 |
| 1739 | 2026-08-16T02:41:22.769Z | Compiling hmac v0.12.1 |
| 1740 | 2026-08-16T02:41:22.905Z | Compiling sysinfo v0.37.2 |
| 1741 | 2026-08-16T02:41:22.937Z | Compiling base64ct v1.8.3 |
| 1742 | 2026-08-16T02:41:22.964Z | Compiling unicode-segmentation v1.13.3 |
| 1743 | 2026-08-16T02:41:23.003Z | Compiling md5 v0.8.1 |
| 1744 | 2026-08-16T02:41:23.226Z | Compiling jiff-core v0.1.0 |
| 1745 | 2026-08-16T02:41:23.229Z | Compiling rust-s3 v0.37.2 |
| 1746 | 2026-08-16T02:41:23.386Z | Compiling pem-rfc7468 v0.7.0 |
| 1747 | 2026-08-16T02:41:23.438Z | Compiling pin-project v1.1.13 |
| 1748 | 2026-08-16T02:41:23.537Z | Compiling lsp-types v0.94.1 |
| 1749 | 2026-08-16T02:41:23.720Z | Compiling darling v0.24.0 |
| 1750 | 2026-08-16T02:41:23.804Z | Compiling signal-hook-mio v0.2.5 |
| 1751 | 2026-08-16T02:41:23.926Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1752 | 2026-08-16T02:41:24.378Z | Compiling jiff v0.2.35 |
| 1753 | 2026-08-16T02:41:24.569Z | Compiling strum_macros v0.26.4 |
| 1754 | 2026-08-16T02:41:24.620Z | Compiling env_filter v2.0.0 |
| 1755 | 2026-08-16T02:41:24.701Z | Compiling typify v0.6.2 |
| 1756 | 2026-08-16T02:41:24.793Z | Compiling progenitor-impl v0.14.0 |
| 1757 | 2026-08-16T02:41:24.976Z | Compiling inout v0.1.4 |
| 1758 | 2026-08-16T02:41:25.110Z | Compiling castaway v0.2.4 |
| 1759 | 2026-08-16T02:41:25.225Z | Compiling itertools v0.13.0 |
| 1760 | 2026-08-16T02:41:26.213Z | Compiling signature v2.2.0 |
| 1761 | 2026-08-16T02:41:26.359Z | Compiling pxfm v0.1.30 |
| 1762 | 2026-08-16T02:41:26.499Z | Compiling static_assertions v1.1.0 |
| 1763 | 2026-08-16T02:41:26.573Z | Compiling compact_str v0.8.2 |
| 1764 | 2026-08-16T02:41:27.191Z | Compiling unicode-truncate v1.1.0 |
| 1765 | 2026-08-16T02:41:27.281Z | Compiling ed25519 v2.2.3 |
| 1766 | 2026-08-16T02:41:27.343Z | Compiling env_logger v0.11.11 |
| 1767 | 2026-08-16T02:41:27.473Z | Compiling instability v0.3.13 |
| 1768 | 2026-08-16T02:41:27.756Z | Compiling strum v0.26.3 |
| 1769 | 2026-08-16T02:41:27.783Z | Compiling cipher v0.4.4 |
| 1770 | 2026-08-16T02:41:27.887Z | Compiling curve25519-dalek v4.1.3 |
| 1771 | 2026-08-16T02:41:27.999Z | Compiling crossterm v0.28.1 |
| 1772 | 2026-08-16T02:41:28.298Z | Compiling moxcms v0.8.1 |
| 1773 | 2026-08-16T02:41:28.420Z | Compiling progenitor-macro v0.14.0 |
| 1774 | 2026-08-16T02:41:28.432Z | Compiling ssh-encoding v0.2.0 |
| 1775 | 2026-08-16T02:41:28.670Z | Compiling tower v0.4.13 |
| 1776 | 2026-08-16T02:41:28.687Z | Compiling vw-remote v0.1.0 (/work/oxidecomputer/vw/vw-remote) |
| 1777 | 2026-08-16T02:41:29.004Z | Compiling dashmap v5.5.3 |
| 1778 | 2026-08-16T02:41:29.282Z | Compiling lsp-server v0.7.9 |
| 1779 | 2026-08-16T02:41:29.407Z | Compiling sharded-slab v0.1.7 |
| 1780 | 2026-08-16T02:41:29.632Z | Compiling fuzzy-matcher v0.3.7 |
| 1781 | 2026-08-16T02:41:29.930Z | Compiling quick-xml v0.37.5 |
| 1782 | 2026-08-16T02:41:30.109Z | Compiling auto_impl v1.3.0 |
| 1783 | 2026-08-16T02:41:30.119Z | Compiling tower-lsp-macros v0.9.0 |
| 1784 | 2026-08-16T02:41:30.255Z | Compiling lru v0.12.5 |
| 1785 | 2026-08-16T02:41:30.417Z | Compiling png v0.18.1 |
| 1786 | 2026-08-16T02:41:30.455Z | Compiling matchers v0.2.0 |
| 1787 | 2026-08-16T02:41:30.598Z | Compiling tracing-log v0.2.0 |
| 1788 | 2026-08-16T02:41:30.676Z | Compiling byteorder-lite v0.1.0 |
| 1789 | 2026-08-16T02:41:30.842Z | Compiling base16ct v0.2.0 |
| 1790 | 2026-08-16T02:41:30.933Z | Compiling nu-ansi-term v0.50.3 |
| 1791 | 2026-08-16T02:41:30.999Z | Compiling x11rb-protocol v0.13.2 |
| 1792 | 2026-08-16T02:41:31.030Z | Compiling cassowary v0.3.0 |
| 1793 | 2026-08-16T02:41:31.251Z | Compiling tracing-subscriber v0.3.23 |
| 1794 | 2026-08-16T02:41:31.370Z | Compiling ratatui v0.29.0 |
| 1795 | 2026-08-16T02:41:31.652Z | Compiling image v0.25.10 |
| 1796 | 2026-08-16T02:41:31.661Z | Compiling tower-lsp v0.20.0 |
| 1797 | 2026-08-16T02:41:33.508Z | Compiling sec1 v0.7.3 |
| 1798 | 2026-08-16T02:41:33.649Z | Compiling x11rb v0.13.2 |
| 1799 | 2026-08-16T02:41:33.684Z | Compiling ipxact v0.1.0 (https://github.com/oxidecomputer/ipe?branch=main#73c5c643) |
| 1800 | 2026-08-16T02:41:33.719Z | Compiling vhdl_ls v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89) |
| 1801 | 2026-08-16T02:41:34.346Z | Compiling ssh-cipher v0.2.0 |
| 1802 | 2026-08-16T02:41:34.497Z | Compiling ed25519-dalek v2.2.0 |
| 1803 | 2026-08-16T02:41:34.672Z | Compiling ssh-key v0.6.7 |
| 1804 | 2026-08-16T02:41:34.772Z | Compiling arboard v3.6.1 |
| 1805 | 2026-08-16T02:41:35.037Z | Compiling tui-textarea v0.7.0 |
| 1806 | 2026-08-16T02:41:35.345Z | Compiling redb v4.1.0 |
| 1807 | 2026-08-16T02:41:35.634Z | Compiling nucleo-matcher v0.3.1 |
| 1808 | 2026-08-16T02:41:35.645Z | Compiling camino v1.2.5 |
| 1809 | 2026-08-16T02:41:35.910Z | Compiling vw-analyzer v0.1.0 (/work/oxidecomputer/vw/vw-analyzer) |
| 1810 | 2026-08-16T02:41:35.976Z | Compiling vw-ip v0.1.0 (/work/oxidecomputer/vw/vw-ip) |
| 1811 | 2026-08-16T02:41:35.990Z | Compiling vw-htcl-cmd v0.1.0 (/work/oxidecomputer/vw/vw-htcl-cmd) |
| 1812 | 2026-08-16T02:41:36.370Z | Compiling vw-repl v0.1.0 (/work/oxidecomputer/vw/vw-repl) |
| 1813 | 2026-08-16T02:41:37.173Z | Compiling ring v0.17.14 |
| 1814 | 2026-08-16T02:41:37.455Z | Compiling portable-atomic v1.14.0 |
| 1815 | 2026-08-16T02:41:37.984Z | Compiling console v0.15.11 |
| 1816 | 2026-08-16T02:41:38.484Z | Compiling yasna v0.6.0 |
| 1817 | 2026-08-16T02:41:38.637Z | Compiling pem v3.0.6 |
| 1818 | 2026-08-16T02:41:39.010Z | Compiling filetime v0.2.29 |
| 1819 | 2026-08-16T02:41:39.175Z | Compiling number_prefix v0.4.0 |
| 1820 | 2026-08-16T02:41:39.194Z | Compiling notify v6.1.1 |
| 1821 | 2026-08-16T02:41:39.203Z | Compiling rcgen v0.14.8 |
| 1822 | 2026-08-16T02:41:39.329Z | Compiling indicatif v0.17.11 |
| 1823 | 2026-08-16T02:41:39.886Z | Compiling cpp_demangle v0.4.5 |
| 1824 | 2026-08-16T02:41:40.087Z | Compiling rustc-demangle v0.1.28 |
| 1825 | 2026-08-16T02:41:40.172Z | Compiling xtask v0.1.0 (/work/oxidecomputer/vw/xtask) |
| 1826 | 2026-08-16T02:41:41.038Z | Compiling aws-lc-rs v1.17.3 |
| 1827 | 2026-08-16T02:41:41.067Z | Compiling rustls v0.23.43 |
| 1828 | 2026-08-16T02:41:42.783Z | Compiling rustls-webpki v0.103.13 |
| 1829 | 2026-08-16T02:41:50.331Z | Compiling tokio-rustls v0.26.4 |
| 1830 | 2026-08-16T02:41:50.617Z | Compiling hyper-rustls v0.27.9 |
| 1831 | 2026-08-16T02:41:50.948Z | Compiling rustls-platform-verifier v0.7.0 |
| 1832 | 2026-08-16T02:41:51.222Z | Compiling reqwest v0.13.4 |
| 1833 | 2026-08-16T02:41:51.562Z | Compiling dropshot v0.17.1 |
| 1834 | 2026-08-16T02:41:53.698Z | Compiling progenitor-client v0.14.0 |
| 1835 | 2026-08-16T02:41:54.093Z | Compiling oxide v0.17.0+2026060800.0.0 |
| 1836 | 2026-08-16T02:41:54.549Z | Compiling progenitor v0.14.0 |
| 1837 | 2026-08-16T02:41:54.694Z | Compiling dropshot-api-manager v0.7.2 |
| 1838 | 2026-08-16T02:42:15.330Z | Compiling vw-api-types-versions v0.1.0 (/work/oxidecomputer/vw/vw-api-types/versions) |
| 1839 | 2026-08-16T02:42:16.146Z | Compiling vw-api v0.1.0 (/work/oxidecomputer/vw/vw-api) |
| 1840 | 2026-08-16T02:42:16.149Z | Compiling vw-sync-api v0.1.0 (/work/oxidecomputer/vw/vw-sync-api) |
| 1841 | 2026-08-16T02:42:16.149Z | Compiling vw-sync v0.1.0 (/work/oxidecomputer/vw/vw-sync) |
| 1842 | 2026-08-16T02:42:16.149Z | Compiling vw-api-types v0.1.0 (/work/oxidecomputer/vw/vw-api-types) |
| 1843 | 2026-08-16T02:42:16.605Z | Compiling vw-api-client v0.1.0 (/work/oxidecomputer/vw/vw-api-client) |
| 1844 | 2026-08-16T02:42:17.257Z | Compiling vw-openapi-manager v0.1.0 (/work/oxidecomputer/vw/vw-openapi-manager) |
| 1845 | 2026-08-16T02:42:20.458Z | Compiling vw-svc v0.1.0 (/work/oxidecomputer/vw/vw-svc) |
| 1846 | 2026-08-16T02:42:21.105Z | Compiling vw v0.1.0 (/work/oxidecomputer/vw/vw-cli) |
| 1847 | 2026-08-16T02:42:21.713Z | Compiling vw-agent v0.1.0 (/work/oxidecomputer/vw/vw-agent) |
| 1848 | 2026-08-16T02:43:00.377Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 07s |
| 1849 | 2026-08-16T02:43:00.624Z | ──────────── |
| 1850 | 2026-08-16T02:43:00.624Z | Nextest run ID d657ea7c-d377-4756-957b-e6c0d2614984 with nextest profile: default |
| 1851 | 2026-08-16T02:43:00.624Z | Starting 1101 tests across 34 binaries (1 test skipped) |
| 1852 | 2026-08-16T02:43:00.642Z | PASS [ 0.016s] ( 1/1101) vw::bin/vw bunyan_tests::severity_maps_to_requested_bunyan_levels |
| 1853 | 2026-08-16T02:43:00.642Z | PASS [ 0.016s] ( 2/1101) vw::bin/vw bunyan_tests::result_record_omits_optional_severity |
| 1854 | 2026-08-16T02:43:00.644Z | PASS [ 0.017s] ( 3/1101) vw::bin/vw cloud::test::a_directory_pattern_takes_what_is_under_it |
| 1855 | 2026-08-16T02:43:00.645Z | PASS [ 0.017s] ( 4/1101) vw::bin/vw bunyan_tests::record_is_single_line_json_with_all_required_fields |
| 1856 | 2026-08-16T02:43:00.645Z | PASS [ 0.017s] ( 5/1101) vw::bin/vw bunyan_tests::a_path_that_cannot_be_opened_is_an_error |
| 1857 | 2026-08-16T02:43:00.645Z | PASS [ 0.017s] ( 6/1101) vw::bin/vw bunyan_tests::the_sink_creates_the_directory_it_was_pointed_at |
| 1858 | 2026-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 |
| 1859 | 2026-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 |
| 1860 | 2026-08-16T02:43:00.658Z | PASS [ 0.016s] ( 9/1101) vw::bin/vw cloud::test::a_malformed_pattern_says_so |
| 1861 | 2026-08-16T02:43:00.661Z | PASS [ 0.016s] ( 10/1101) vw::bin/vw cloud::test::a_pattern_that_matches_nothing_is_refused |
| 1862 | 2026-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 |
| 1863 | 2026-08-16T02:43:00.661Z | PASS [ 0.016s] ( 12/1101) vw::bin/vw cloud::test::instance_states_are_coloured_by_meaning |
| 1864 | 2026-08-16T02:43:00.661Z | PASS [ 0.016s] ( 13/1101) vw::bin/vw cloud::test::a_star_crosses_a_slash |
| 1865 | 2026-08-16T02:43:00.661Z | PASS [ 0.016s] ( 14/1101) vw::bin/vw cloud::test::an_exact_name_still_names_one_thing |
| 1866 | 2026-08-16T02:43:00.661Z | PASS [ 0.016s] ( 15/1101) vw::bin/vw cloud::test::overlapping_patterns_do_not_download_anything_twice |
| 1867 | 2026-08-16T02:43:00.661Z | PASS [ 0.016s] ( 16/1101) vw::bin/vw cloud::test::a_pattern_can_match_part_of_a_name |
| 1868 | 2026-08-16T02:43:00.674Z | PASS [ 0.016s] ( 17/1101) vw::bin/vw htcl_test::tests::strip_falls_back_when_prefix_missing |
| 1869 | 2026-08-16T02:43:00.674Z | PASS [ 0.016s] ( 18/1101) vw::bin/vw htcl_test::tests::strip_removes_message_echo_and_leading_whitespace |
| 1870 | 2026-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 |
| 1871 | 2026-08-16T02:43:00.677Z | PASS [ 0.017s] ( 20/1101) vw::bin/vw cloud_sync::test::a_workspace_with_no_driver_is_all_vivados |
| 1872 | 2026-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 |
| 1873 | 2026-08-16T02:43:00.677Z | PASS [ 0.017s] ( 22/1101) vw::bin/vw cloud_sync::test::build_output_is_not_in_any_target |
| 1874 | 2026-08-16T02:43:00.677Z | PASS [ 0.017s] ( 23/1101) vw::bin/vw cloud_sync::test::the_driver_goes_to_helios_and_nowhere_else |
| 1875 | 2026-08-16T02:43:00.680Z | PASS [ 0.019s] ( 24/1101) vw::bin/vw env_flag_tests::the_environment_variable_fills_in_for_the_flag |
| 1876 | 2026-08-16T02:43:00.838Z | PASS [ 0.164s] ( 25/1101) vw-agent::sync a_credentials_file_is_readable_only_by_its_owner |
| 1877 | 2026-08-16T02:43:00.838Z | PASS [ 0.163s] ( 26/1101) vw-agent::sync a_request_for_another_environment_is_refused |
| 1878 | 2026-08-16T02:43:00.838Z | PASS [ 0.163s] ( 27/1101) vw-agent::sync a_digest_that_is_not_a_digest_is_refused |
| 1879 | 2026-08-16T02:43:00.841Z | PASS [ 0.163s] ( 28/1101) vw-agent::sync a_manifest_cannot_write_outside_the_tree |
| 1880 | 2026-08-16T02:43:00.841Z | PASS [ 0.162s] ( 29/1101) vw-agent::sync a_second_sync_of_the_same_tree_sends_nothing |
| 1881 | 2026-08-16T02:43:00.841Z | PASS [ 0.166s] ( 30/1101) vw-agent::sync a_build_output_directory_survives_synchronization |
| 1882 | 2026-08-16T02:43:00.841Z | PASS [ 0.165s] ( 31/1101) vw-agent::sync a_rename_crosses_no_wire |
| 1883 | 2026-08-16T02:43:00.845Z | PASS [ 0.169s] ( 32/1101) vw-agent::sync a_cleared_agent_asks_for_the_whole_tree_again |
| 1884 | 2026-08-16T02:43:00.893Z | PASS [ 0.055s] ( 33/1101) vw-agent::sync an_edit_sends_only_the_edited_file |
| 1885 | 2026-08-16T02:43:00.896Z | PASS [ 0.056s] ( 34/1101) vw-agent::sync clearing_another_environment_is_refused |
| 1886 | 2026-08-16T02:43:00.899Z | PASS [ 0.055s] ( 35/1101) vw-agent::sync committing_before_delivering_is_refused |
| 1887 | 2026-08-16T02:43:00.899Z | PASS [ 0.060s] ( 36/1101) vw-agent::sync build_output_can_be_removed_over_http |
| 1888 | 2026-08-16T02:43:00.899Z | PASS [ 0.060s] ( 37/1101) vw-agent::sync a_tree_arrives_over_http |
| 1889 | 2026-08-16T02:43:00.910Z | PASS [ 0.012s] ( 38/1101) vw-agent::bin/vw-agent artifacts::test::a_benchs_build_directory_is_not_shipped |
| 1890 | 2026-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 |
| 1891 | 2026-08-16T02:43:00.920Z | PASS [ 0.082s] ( 40/1101) vw-agent::sync cleaning_another_environment_is_refused |
| 1892 | 2026-08-16T02:43:00.923Z | PASS [ 0.083s] ( 41/1101) vw-agent::sync clearing_leaves_a_build_where_it_stands |
| 1893 | 2026-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 |
| 1894 | 2026-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 |
| 1895 | 2026-08-16T02:43:00.930Z | PASS [ 0.091s] ( 44/1101) vw-agent::sync clearing_a_tree_does_not_take_the_credentials_with_it |
| 1896 | 2026-08-16T02:43:00.933Z | PASS [ 0.012s] ( 45/1101) vw-agent::bin/vw-agent artifacts::test::a_mixed_signal_benchs_results_are_gathered |
| 1897 | 2026-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 |
| 1898 | 2026-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 |
| 1899 | 2026-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 |
| 1900 | 2026-08-16T02:43:00.941Z | PASS [ 0.046s] ( 49/1101) vw-agent::sync credentials_for_another_environment_are_refused |
| 1901 | 2026-08-16T02:43:00.941Z | PASS [ 0.048s] ( 50/1101) vw-agent::sync content_that_does_not_match_its_digest_is_refused |
| 1902 | 2026-08-16T02:43:00.944Z | PASS [ 0.012s] ( 51/1101) vw-agent::bin/vw-agent artifacts::test::a_waveform_is_gathered |
| 1903 | 2026-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 |
| 1904 | 2026-08-16T02:43:00.944Z | PASS [ 0.047s] ( 53/1101) vw-agent::sync credentials_land_where_a_build_will_find_them |
| 1905 | 2026-08-16T02:43:00.947Z | PASS [ 0.011s] ( 54/1101) vw-agent::bin/vw-agent artifacts::test::nothing_remembered_is_not_an_error |
| 1906 | 2026-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 |
| 1907 | 2026-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 |
| 1908 | 2026-08-16T02:43:00.953Z | PASS [ 0.011s] ( 57/1101) vw-agent::bin/vw-agent garage::test::every_kind_that_builds_gets_a_bucket |
| 1909 | 2026-08-16T02:43:00.955Z | PASS [ 0.012s] ( 58/1101) vw-agent::bin/vw-agent artifacts::test::where_artifacts_go_survives_a_restart |
| 1910 | 2026-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 |
| 1911 | 2026-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 |
| 1912 | 2026-08-16T02:43:00.956Z | PASS [ 0.010s] ( 61/1101) vw-agent::bin/vw-agent generated::test::a_generated_file_comes_back_by_path |
| 1913 | 2026-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 |
| 1914 | 2026-08-16T02:43:00.959Z | PASS [ 0.011s] ( 63/1101) vw-agent::bin/vw-agent generated::test::both_kinds_of_generated_vhdl_are_found |
| 1915 | 2026-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 |
| 1916 | 2026-08-16T02:43:00.965Z | PASS [ 0.011s] ( 65/1101) vw-agent::bin/vw-agent identity_test::an_instance_knows_itself_by_its_name |
| 1917 | 2026-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 |
| 1918 | 2026-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 |
| 1919 | 2026-08-16T02:43:00.968Z | PASS [ 0.011s] ( 68/1101) vw-agent::bin/vw-agent netrc::test::a_netrc_names_both_github_hosts |
| 1920 | 2026-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 |
| 1921 | 2026-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 |
| 1922 | 2026-08-16T02:43:00.968Z | PASS [ 0.010s] ( 71/1101) vw-agent::bin/vw-agent netrc::test::a_rotated_token_replaces_the_old_one |
| 1923 | 2026-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 |
| 1924 | 2026-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 |
| 1925 | 2026-08-16T02:43:01.269Z | PASS [ 0.292s] ( 74/1101) vw-analyzer htcl_backend::tests::document_symbols_include_proc |
| 1926 | 2026-08-16T02:43:01.269Z | PASS [ 0.303s] ( 75/1101) vw-analyzer htcl_backend::tests::completion_offers_proc_names_in_command_position |
| 1927 | 2026-08-16T02:43:01.272Z | PASS [ 0.303s] ( 76/1101) vw-analyzer htcl_backend::tests::diagnostics_accept_calls_to_imported_procs |
| 1928 | 2026-08-16T02:43:01.272Z | PASS [ 0.301s] ( 77/1101) vw-analyzer htcl_backend::tests::diagnostics_for_unterminated_string |
| 1929 | 2026-08-16T02:43:01.272Z | PASS [ 0.303s] ( 78/1101) vw-analyzer htcl_backend::tests::completion_offers_flags_in_argument_position |
| 1930 | 2026-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 |
| 1931 | 2026-08-16T02:43:01.522Z | PASS [ 0.557s] ( 80/1101) vw-analyzer htcl_backend::tests::completion_returns_empty_when_cursor_is_inside_a_comment |
| 1932 | 2026-08-16T02:43:01.522Z | PASS [ 0.554s] ( 81/1101) vw-analyzer htcl_backend::tests::diagnostics_still_flag_wrong_flag_on_imported_call |
| 1933 | 2026-08-16T02:43:01.522Z | PASS [ 0.557s] ( 82/1101) vw-analyzer htcl_backend::tests::completion_in_command_position_lists_imported_procs |
| 1934 | 2026-08-16T02:43:01.534Z | PASS [ 0.012s] ( 83/1101) vw-analyzer htcl_backend::tests::goto_finds_sibling_workspace_dep_real_htcl_tree |
| 1935 | 2026-08-16T02:43:01.537Z | PASS [ 0.267s] ( 84/1101) vw-analyzer htcl_backend::tests::goto_definition_unknown_returns_empty |
| 1936 | 2026-08-16T02:43:01.537Z | PASS [ 0.267s] ( 85/1101) vw-analyzer htcl_backend::tests::goto_definition_resolves_attribute_ident |
| 1937 | 2026-08-16T02:43:01.537Z | PASS [ 0.267s] ( 86/1101) vw-analyzer htcl_backend::tests::goto_definition_jumps_call_to_proc_decl |
| 1938 | 2026-08-16T02:43:01.546Z | PASS [ 0.010s] ( 87/1101) vw-analyzer htcl_backend::tests::handles_htcl_extension |
| 1939 | 2026-08-16T02:43:01.549Z | PASS [ 0.266s] ( 88/1101) vw-analyzer htcl_backend::tests::goto_finds_sibling_workspace_dep |
| 1940 | 2026-08-16T02:43:01.556Z | PASS [ 0.010s] ( 89/1101) vw-analyzer htcl_backend::tests::hover_finds_imported_proc_real_htcl_tree |
| 1941 | 2026-08-16T02:43:01.789Z | PASS [ 0.267s] ( 90/1101) vw-analyzer htcl_backend::tests::goto_finds_sibling_workspace_dep_via_nested_src |
| 1942 | 2026-08-16T02:43:01.789Z | PASS [ 0.267s] ( 91/1101) vw-analyzer htcl_backend::tests::goto_from_cmdsubst_inside_if_body |
| 1943 | 2026-08-16T02:43:01.800Z | PASS [ 0.264s] ( 92/1101) vw-analyzer htcl_backend::tests::goto_on_call_to_imported_proc_jumps_to_lib |
| 1944 | 2026-08-16T02:43:01.800Z | PASS [ 0.266s] ( 93/1101) vw-analyzer htcl_backend::tests::goto_from_inside_if_body |
| 1945 | 2026-08-16T02:43:01.803Z | PASS [ 0.265s] ( 94/1101) vw-analyzer htcl_backend::tests::goto_on_src_import_jumps_to_imported_file |
| 1946 | 2026-08-16T02:43:01.803Z | PASS [ 0.011s] ( 95/1101) vw-analyzer htcl_backend::tests::hover_goto_on_namespaced_newtype_return_type |
| 1947 | 2026-08-16T02:43:01.812Z | PASS [ 0.265s] ( 96/1101) vw-analyzer htcl_backend::tests::hover_from_cmdsubst_inside_if_body |
| 1948 | 2026-08-16T02:43:01.819Z | PASS [ 0.263s] ( 97/1101) vw-analyzer htcl_backend::tests::hover_from_inside_if_body |
| 1949 | 2026-08-16T02:43:02.043Z | PASS [ 0.774s] ( 98/1101) vw-analyzer htcl_backend::tests::edit_to_imported_file_ripples_to_open_importer |
| 1950 | 2026-08-16T02:43:02.052Z | PASS [ 0.009s] ( 99/1101) vw-analyzer htcl_backend::tests::in_line_comment_recognizes_standalone_and_indented_comments |
| 1951 | 2026-08-16T02:43:02.055Z | PASS [ 0.265s] ( 100/1101) vw-analyzer htcl_backend::tests::hover_on_call_arg_shows_arg_doc |
| 1952 | 2026-08-16T02:43:02.061Z | PASS [ 0.010s] ( 101/1101) vw-analyzer htcl_backend::tests::in_line_comment_returns_false_on_code_line |
| 1953 | 2026-08-16T02:43:02.064Z | PASS [ 0.009s] ( 102/1101) vw-analyzer htcl_backend::tests::in_line_comment_scan_stops_at_line_boundary |
| 1954 | 2026-08-16T02:43:02.067Z | PASS [ 0.266s] ( 103/1101) vw-analyzer htcl_backend::tests::hover_outside_known_construct_returns_none |
| 1955 | 2026-08-16T02:43:02.067Z | PASS [ 0.266s] ( 104/1101) vw-analyzer htcl_backend::tests::hover_on_call_site_shows_signature |
| 1956 | 2026-08-16T02:43:02.067Z | PASS [ 0.266s] ( 105/1101) vw-analyzer htcl_backend::tests::hover_on_imported_call_shows_signature |
| 1957 | 2026-08-16T02:43:02.067Z | PASS [ 0.266s] ( 106/1101) vw-analyzer htcl_backend::tests::hover_on_enum_decl_shows_variants |
| 1958 | 2026-08-16T02:43:02.076Z | PASS [ 0.265s] ( 107/1101) vw-analyzer htcl_backend::tests::hover_proc_def_includes_return_type |
| 1959 | 2026-08-16T02:43:02.079Z | PASS [ 0.013s] ( 108/1101) vw-analyzer htcl_backend::tests::save_skips_debounce_and_commits_immediately |
| 1960 | 2026-08-16T02:43:02.328Z | PASS [ 0.267s] ( 109/1101) vw-analyzer htcl_backend::tests::references_on_type_covers_annotations |
| 1961 | 2026-08-16T02:43:02.331Z | PASS [ 0.265s] ( 110/1101) vw-analyzer htcl_backend::tests::references_returns_all_local_call_sites |
| 1962 | 2026-08-16T02:43:02.331Z | PASS [ 0.265s] ( 111/1101) vw-analyzer htcl_backend::tests::rename_local_via_lsp |
| 1963 | 2026-08-16T02:43:02.331Z | PASS [ 0.264s] ( 112/1101) vw-analyzer htcl_backend::tests::rename_type_covers_all_annotations |
| 1964 | 2026-08-16T02:43:02.331Z | PASS [ 0.265s] ( 113/1101) vw-analyzer htcl_backend::tests::rename_proc_name_via_lsp_covers_decl_and_call |
| 1965 | 2026-08-16T02:43:02.336Z | PASS [ 0.516s] ( 114/1101) vw-analyzer htcl_backend::tests::hover_works_on_call_inside_command_substitution |
| 1966 | 2026-08-16T02:43:02.341Z | PASS [ 0.265s] ( 115/1101) vw-analyzer htcl_backend::tests::signature_help_highlights_active_parameter |
| 1967 | 2026-08-16T02:43:02.344Z | PASS [ 0.263s] ( 116/1101) vw-analyzer htcl_backend::tests::signature_help_includes_return_type_arrow |
| 1968 | 2026-08-16T02:43:02.596Z | PASS [ 0.266s] ( 117/1101) vw-analyzer htcl_backend::tests::unused_var_warning_surfaces_in_lsp |
| 1969 | 2026-08-16T02:43:02.597Z | PASS [ 0.268s] ( 118/1101) vw-analyzer htcl_backend::tests::signature_help_none_outside_call |
| 1970 | 2026-08-16T02:43:02.597Z | PASS [ 0.265s] ( 119/1101) vw-analyzer htcl_backend::tests::validator_diagnostics_surface_in_lsp |
| 1971 | 2026-08-16T02:43:02.597Z | PASS [ 0.266s] ( 120/1101) vw-analyzer htcl_backend::tests::unused_var_underscore_prefix_suppresses_lsp_warning |
| 1972 | 2026-08-16T02:43:02.602Z | PASS [ 0.266s] ( 121/1101) vw-analyzer htcl_backend::tests::workspace_diagnostics_awaits_pending_preload_indexers |
| 1973 | 2026-08-16T02:43:02.612Z | PASS [ 0.010s] ( 122/1101) vw-analyzer src_complete::tests::dep_name_completion_when_no_slash_yet |
| 1974 | 2026-08-16T02:43:02.622Z | PASS [ 0.010s] ( 123/1101) vw-analyzer src_complete::tests::dep_root_listing_hides_module_htcl |
| 1975 | 2026-08-16T02:43:02.632Z | PASS [ 0.009s] ( 124/1101) vw-analyzer src_complete::tests::lists_dep_root_after_trailing_slash |
| 1976 | 2026-08-16T02:43:02.641Z | PASS [ 0.009s] ( 125/1101) vw-analyzer src_complete::tests::lists_dep_subdirectory |
| 1977 | 2026-08-16T02:43:02.650Z | PASS [ 0.009s] ( 126/1101) vw-analyzer src_complete::tests::partial_segment_replaces_only_the_segment |
| 1978 | 2026-08-16T02:43:02.659Z | PASS [ 0.009s] ( 127/1101) vw-analyzer src_complete::tests::relative_completion_uses_entry_directory |
| 1979 | 2026-08-16T02:43:02.670Z | PASS [ 0.011s] ( 128/1101) vw-analyzer tests::forwards_frames_then_stops_after_exit |
| 1980 | 2026-08-16T02:43:02.680Z | PASS [ 0.010s] ( 129/1101) vw-analyzer tests::relays_body_bytes_exactly |
| 1981 | 2026-08-16T02:43:02.693Z | PASS [ 0.013s] ( 130/1101) vw-analyzer vhdl_backend::tests::absent_file_is_memoized_until_saved |
| 1982 | 2026-08-16T02:43:02.704Z | PASS [ 0.011s] ( 131/1101) vw-analyzer vhdl_backend::tests::install_files_clears_the_absent_memo |
| 1983 | 2026-08-16T02:43:02.714Z | PASS [ 0.010s] ( 132/1101) vw-analyzer vhdl_backend::tests::known_file_does_not_re_render |
| 1984 | 2026-08-16T02:43:02.724Z | PASS [ 0.011s] ( 133/1101) vw-analyzer vhdl_backend::tests::new_file_pulls_in_a_fresh_config |
| 1985 | 2026-08-16T02:43:02.732Z | PASS [ 0.008s] ( 134/1101) vw-api-client test::a_call_that_comes_good_stops_being_retried |
| 1986 | 2026-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 |
| 1987 | 2026-08-16T02:43:02.747Z | PASS [ 0.007s] ( 136/1101) vw-api-client test::a_refusal_ends_it_on_the_first_try |
| 1988 | 2026-08-16T02:43:02.754Z | PASS [ 0.007s] ( 137/1101) vw-api-client test::what_never_got_an_answer_is_tried_again |
| 1989 | 2026-08-16T02:43:02.761Z | PASS [ 0.007s] ( 138/1101) vw-api-client test::what_the_service_refused_is_not_tried_again |
| 1990 | 2026-08-16T02:43:02.792Z | PASS [ 0.030s] ( 139/1101) vw-bench test::a_filter_matches_either_kind |
| 1991 | 2026-08-16T02:43:02.807Z | PASS [ 0.015s] ( 140/1101) vw-bench test::a_mixed_signal_bench_is_discovered |
| 1992 | 2026-08-16T02:43:02.821Z | PASS [ 0.014s] ( 141/1101) vw-bench test::an_ignored_directory_is_not_run_whichever_kind_it_is |
| 1993 | 2026-08-16T02:43:02.827Z | PASS [ 0.007s] ( 142/1101) vw-eda protocol::tests::round_trip_err_response |
| 1994 | 2026-08-16T02:43:02.833Z | PASS [ 0.006s] ( 143/1101) vw-eda protocol::tests::round_trip_eval_request |
| 1995 | 2026-08-16T02:43:02.840Z | PASS [ 0.007s] ( 144/1101) vw-eda protocol::tests::round_trip_ok_response |
| 1996 | 2026-08-16T02:43:02.849Z | PASS [ 0.520s] ( 145/1101) vw-analyzer htcl_backend::tests::signature_help_works_on_call_inside_command_substitution |
| 1997 | 2026-08-16T02:43:02.852Z | PASS [ 0.010s] ( 146/1101) vw-htcl cmdline::tests::active_partial_flag_across_lines |
| 1998 | 2026-08-16T02:43:02.855Z | PASS [ 0.007s] ( 147/1101) vw-htcl cmdline::tests::argument_position_after_name |
| 1999 | 2026-08-16T02:43:02.858Z | PASS [ 0.007s] ( 148/1101) vw-htcl cmdline::tests::backslash_newline_continuation_keeps_command_alive |
| 2000 | 2026-08-16T02:43:02.861Z | PASS [ 0.517s] ( 149/1101) vw-analyzer htcl_backend::tests::workspace_diagnostics_clear_when_import_is_fixed |
| 2001 | 2026-08-16T02:43:02.864Z | PASS [ 0.007s] ( 150/1101) vw-htcl cmdline::tests::command_position_with_partial |
| 2002 | 2026-08-16T02:43:02.867Z | PASS [ 0.268s] ( 151/1101) vw-analyzer htcl_backend::tests::workspace_symbols_surface_procs_types_and_enum_variants |
| 2003 | 2026-08-16T02:43:02.867Z | PASS [ 0.268s] ( 152/1101) vw-analyzer htcl_backend::tests::workspace_diagnostics_surface_errors_in_imported_files |
| 2004 | 2026-08-16T02:43:02.868Z | PASS [ 0.268s] ( 153/1101) vw-analyzer htcl_backend::tests::workspace_diagnostics_skip_out_of_workspace_deps |
| 2005 | 2026-08-16T02:43:02.868Z | PASS [ 0.007s] ( 154/1101) vw-htcl cmdline::tests::dash_led_next_line_continuation_no_backslash |
| 2006 | 2026-08-16T02:43:02.868Z | PASS [ 0.007s] ( 155/1101) vw-htcl cmdline::tests::escaped_double_backslash_newline_still_separates |
| 2007 | 2026-08-16T02:43:02.870Z | PASS [ 0.007s] ( 156/1101) vw-htcl cmdline::tests::ignores_newlines_inside_brackets |
| 2008 | 2026-08-16T02:43:02.873Z | PASS [ 0.007s] ( 157/1101) vw-htcl cmdline::tests::resets_at_newline |
| 2009 | 2026-08-16T02:43:02.873Z | PASS [ 0.007s] ( 158/1101) vw-htcl cmdline::tests::resets_at_command_substitution |
| 2010 | 2026-08-16T02:43:02.874Z | PASS [ 0.007s] ( 159/1101) vw-htcl cmdline::tests::skips_balanced_inner_brackets |
| 2011 | 2026-08-16T02:43:02.874Z | PASS [ 0.008s] ( 160/1101) vw-htcl cmdline::tests::partial_flag_after_name |
| 2012 | 2026-08-16T02:43:02.874Z | PASS [ 0.007s] ( 161/1101) vw-htcl cmdline::tests::used_flags_are_reported |
| 2013 | 2026-08-16T02:43:02.877Z | PASS [ 0.008s] ( 162/1101) vw-htcl complete::tests::already_used_flag_is_not_reoffered |
| 2014 | 2026-08-16T02:43:02.880Z | PASS [ 0.007s] ( 163/1101) vw-htcl complete::tests::completes_call_inside_proc_body |
| 2015 | 2026-08-16T02:43:02.880Z | PASS [ 0.007s] ( 164/1101) vw-htcl complete::tests::constructor_hint_absent_produces_no_extra_completion |
| 2016 | 2026-08-16T02:43:02.880Z | PASS [ 0.007s] ( 165/1101) vw-htcl complete::tests::constructor_hint_case_insensitive |
| 2017 | 2026-08-16T02:43:02.880Z | PASS [ 0.007s] ( 166/1101) vw-htcl complete::tests::constructor_hint_offers_snippet_in_value_position |
| 2018 | 2026-08-16T02:43:02.880Z | PASS [ 0.007s] ( 167/1101) vw-htcl complete::tests::dash_partial_keeps_flag_completion |
| 2019 | 2026-08-16T02:43:02.884Z | PASS [ 0.007s] ( 168/1101) vw-htcl complete::tests::enum_completion_kind_marks_items |
| 2020 | 2026-08-16T02:43:02.887Z | PASS [ 0.007s] ( 169/1101) vw-htcl complete::tests::enum_value_position_offers_choices |
| 2021 | 2026-08-16T02:43:02.887Z | PASS [ 0.007s] ( 170/1101) vw-htcl complete::tests::enum_value_with_spaces_gets_quoted |
| 2022 | 2026-08-16T02:43:02.887Z | PASS [ 0.007s] ( 171/1101) vw-htcl complete::tests::enum_values_filter_by_partial |
| 2023 | 2026-08-16T02:43:02.887Z | PASS [ 0.007s] ( 172/1101) vw-htcl complete::tests::flag_completion_carries_doc_and_detail |
| 2024 | 2026-08-16T02:43:02.887Z | PASS [ 0.007s] ( 173/1101) vw-htcl complete::tests::flag_completion_returns_after_value_is_typed |
| 2025 | 2026-08-16T02:43:02.891Z | PASS [ 0.007s] ( 174/1101) vw-htcl complete::tests::flag_detail_quotes_string_enum_values |
| 2026 | 2026-08-16T02:43:02.894Z | PASS [ 0.007s] ( 175/1101) vw-htcl complete::tests::flag_detail_renders_enum_alternatives_and_default |
| 2027 | 2026-08-16T02:43:02.894Z | PASS [ 0.007s] ( 176/1101) vw-htcl complete::tests::flag_without_enum_offers_no_completions_at_value_position |
| 2028 | 2026-08-16T02:43:02.894Z | PASS [ 0.007s] ( 177/1101) vw-htcl complete::tests::flags_filtered_by_partial |
| 2029 | 2026-08-16T02:43:02.894Z | PASS [ 0.007s] ( 178/1101) vw-htcl complete::tests::flags_in_argument_position |
| 2030 | 2026-08-16T02:43:02.894Z | PASS [ 0.007s] ( 179/1101) vw-htcl complete::tests::no_completion_inside_arg_decls |
| 2031 | 2026-08-16T02:43:02.898Z | PASS [ 0.007s] ( 180/1101) vw-htcl complete::tests::proc_names_filtered_by_prefix |
| 2032 | 2026-08-16T02:43:02.901Z | PASS [ 0.007s] ( 181/1101) vw-htcl complete::tests::proc_names_in_command_position |
| 2033 | 2026-08-16T02:43:02.901Z | PASS [ 0.007s] ( 182/1101) vw-htcl complete::tests::unknown_command_offers_no_flags |
| 2034 | 2026-08-16T02:43:02.901Z | PASS [ 0.007s] ( 183/1101) vw-htcl doc::tests::blank_line_becomes_paragraph_break |
| 2035 | 2026-08-16T02:43:02.901Z | PASS [ 0.007s] ( 184/1101) vw-htcl doc::tests::brief_does_not_trip_on_decimal_or_versal_dots |
| 2036 | 2026-08-16T02:43:02.904Z | PASS [ 0.007s] ( 185/1101) vw-htcl doc::tests::brief_extracts_first_sentence_from_wrapped_lines |
| 2037 | 2026-08-16T02:43:02.907Z | PASS [ 0.007s] ( 186/1101) vw-htcl doc::tests::brief_falls_back_to_paragraph_when_no_terminator |
| 2038 | 2026-08-16T02:43:02.907Z | PASS [ 0.007s] ( 187/1101) vw-htcl doc::tests::brief_handles_single_sentence_proc |
| 2039 | 2026-08-16T02:43:02.907Z | PASS [ 0.007s] ( 188/1101) vw-htcl doc::tests::brief_returns_none_for_empty_input |
| 2040 | 2026-08-16T02:43:02.907Z | PASS [ 0.007s] ( 189/1101) vw-htcl doc::tests::empty_input_returns_empty_string |
| 2041 | 2026-08-16T02:43:02.910Z | PASS [ 0.007s] ( 190/1101) vw-htcl doc::tests::extended_brief_round_trip_covers_full_text |
| 2042 | 2026-08-16T02:43:02.910Z | PASS [ 0.007s] ( 191/1101) vw-htcl doc::tests::extended_returns_none_for_single_sentence_doc |
| 2043 | 2026-08-16T02:43:02.913Z | PASS [ 0.007s] ( 192/1101) vw-htcl doc::tests::extended_skips_the_summary_sentence |
| 2044 | 2026-08-16T02:43:02.916Z | PASS [ 0.007s] ( 193/1101) vw-htcl doc::tests::leading_and_trailing_blanks_are_dropped |
| 2045 | 2026-08-16T02:43:02.916Z | PASS [ 0.007s] ( 194/1101) vw-htcl doc::tests::non_ref_brackets_left_alone |
| 2046 | 2026-08-16T02:43:02.916Z | PASS [ 0.007s] ( 195/1101) vw-htcl doc::tests::ref_tokens_render_as_inline_code |
| 2047 | 2026-08-16T02:43:02.916Z | PASS [ 0.007s] ( 196/1101) vw-htcl doc::tests::single_leading_space_is_trimmed_per_line |
| 2048 | 2026-08-16T02:43:02.916Z | PASS [ 0.007s] ( 197/1101) vw-htcl doc::tests::single_wrapped_paragraph_becomes_one_line |
| 2049 | 2026-08-16T02:43:02.919Z | PASS [ 0.320s] ( 198/1101) vw-analyzer htcl_backend::tests::workspace_diagnostics_preload_covers_unopened_entry_points |
| 2050 | 2026-08-16T02:43:02.919Z | PASS [ 0.007s] ( 199/1101) vw-htcl doc::tests::wrap_paragraph_breaks_at_word_boundaries |
| 2051 | 2026-08-16T02:43:02.922Z | PASS [ 0.007s] ( 200/1101) vw-htcl doc::tests::wrap_paragraph_keeps_oversize_words_on_their_own_line |
| 2052 | 2026-08-16T02:43:02.922Z | PASS [ 0.007s] ( 201/1101) vw-htcl emit::tests::emit_command_quotes_when_needed |
| 2053 | 2026-08-16T02:43:02.922Z | PASS [ 0.007s] ( 202/1101) vw-htcl emit::tests::emit_command_simple |
| 2054 | 2026-08-16T02:43:02.922Z | PASS [ 0.007s] ( 203/1101) vw-htcl emit::tests::emit_doc_full_proc |
| 2055 | 2026-08-16T02:43:02.923Z | PASS [ 0.007s] ( 204/1101) vw-htcl emit::tests::emitted_output_round_trips_through_parser |
| 2056 | 2026-08-16T02:43:02.926Z | PASS [ 0.007s] ( 205/1101) vw-htcl emit::tests::empty_body_emits_braces |
| 2057 | 2026-08-16T02:43:02.926Z | PASS [ 0.007s] ( 206/1101) vw-htcl emit::tests::to_htcl_basic_types |
| 2058 | 2026-08-16T02:43:02.929Z | PASS [ 0.007s] ( 207/1101) vw-htcl emit::tests::word_lit_picks_bare_when_safe |
| 2059 | 2026-08-16T02:43:02.929Z | PASS [ 0.007s] ( 208/1101) vw-htcl emit::tests::word_lit_quotes_when_special |
| 2060 | 2026-08-16T02:43:02.929Z | PASS [ 0.007s] ( 209/1101) vw-htcl enum_parse::tests::comments_skipped_between_variants |
| 2061 | 2026-08-16T02:43:02.929Z | PASS [ 0.007s] ( 210/1101) vw-htcl enum_parse::tests::empty_body |
| 2062 | 2026-08-16T02:43:02.932Z | PASS [ 0.007s] ( 211/1101) vw-htcl enum_parse::tests::err_bad_payload_type |
| 2063 | 2026-08-16T02:43:02.932Z | PASS [ 0.007s] ( 212/1101) vw-htcl enum_parse::tests::err_invalid_first_char |
| 2064 | 2026-08-16T02:43:02.935Z | PASS [ 0.007s] ( 213/1101) vw-htcl enum_parse::tests::generic_payload |
| 2065 | 2026-08-16T02:43:02.935Z | PASS [ 0.007s] ( 214/1101) vw-htcl enum_parse::tests::mixed_payload_and_empty |
| 2066 | 2026-08-16T02:43:02.935Z | PASS [ 0.007s] ( 215/1101) vw-htcl enum_parse::tests::single_empty_payload_variant |
| 2067 | 2026-08-16T02:43:02.938Z | PASS [ 0.007s] ( 216/1101) vw-htcl enum_parse::tests::single_variant_with_payload |
| 2068 | 2026-08-16T02:43:02.938Z | PASS [ 0.007s] ( 217/1101) vw-htcl enum_parse::tests::spans_use_base_offset |
| 2069 | 2026-08-16T02:43:02.938Z | PASS [ 0.007s] ( 218/1101) vw-htcl goto::tests::attribute_ident_to_sibling_arg |
| 2070 | 2026-08-16T02:43:02.938Z | PASS [ 0.007s] ( 219/1101) vw-htcl goto::tests::attribute_ident_to_unknown_arg_returns_none |
| 2071 | 2026-08-16T02:43:02.941Z | PASS [ 0.007s] ( 220/1101) vw-htcl goto::tests::call_flag_to_arg_decl |
| 2072 | 2026-08-16T02:43:02.941Z | PASS [ 0.007s] ( 221/1101) vw-htcl goto::tests::call_flag_to_unknown_arg_returns_none |
| 2073 | 2026-08-16T02:43:02.944Z | PASS [ 0.007s] ( 222/1101) vw-htcl goto::tests::call_inside_command_substitution_resolves_to_decl |
| 2074 | 2026-08-16T02:43:02.944Z | PASS [ 0.007s] ( 223/1101) vw-htcl goto::tests::call_to_namespaced_proc_resolves_to_inner_decl |
| 2075 | 2026-08-16T02:43:02.944Z | PASS [ 0.007s] ( 224/1101) vw-htcl goto::tests::call_inside_proc_body_to_proc_decl |
| 2076 | 2026-08-16T02:43:02.944Z | PASS [ 0.007s] ( 225/1101) vw-htcl goto::tests::call_to_proc_decl |
| 2077 | 2026-08-16T02:43:02.947Z | PASS [ 0.007s] ( 226/1101) vw-htcl goto::tests::call_to_unknown_proc_returns_none |
| 2078 | 2026-08-16T02:43:02.947Z | PASS [ 0.007s] ( 227/1101) vw-htcl goto::tests::doc_prose_falls_through |
| 2079 | 2026-08-16T02:43:02.950Z | PASS [ 0.007s] ( 228/1101) vw-htcl goto::tests::doc_ref_in_proc_arg_block_resolves |
| 2080 | 2026-08-16T02:43:02.950Z | PASS [ 0.007s] ( 229/1101) vw-htcl goto::tests::doc_ref_in_proc_block_resolves_to_proc |
| 2081 | 2026-08-16T02:43:02.950Z | PASS [ 0.007s] ( 230/1101) vw-htcl goto::tests::doc_ref_to_unknown_returns_none |
| 2082 | 2026-08-16T02:43:02.950Z | PASS [ 0.007s] ( 231/1101) vw-htcl goto::tests::goto_on_qualified_type_finds_decl |
| 2083 | 2026-08-16T02:43:02.953Z | PASS [ 0.007s] ( 232/1101) vw-htcl goto::tests::goto_on_return_type_finds_type_decl |
| 2084 | 2026-08-16T02:43:02.954Z | PASS [ 0.007s] ( 233/1101) vw-htcl goto::tests::unknown_var_ref_returns_none |
| 2085 | 2026-08-16T02:43:02.954Z | PASS [ 0.007s] ( 234/1101) vw-htcl goto::tests::var_ref_inside_dict_for_body_goes_to_kv_binder |
| 2086 | 2026-08-16T02:43:02.957Z | PASS [ 0.007s] ( 235/1101) vw-htcl goto::tests::var_ref_inside_foreach_body_goes_to_binder |
| 2087 | 2026-08-16T02:43:02.957Z | PASS [ 0.007s] ( 236/1101) vw-htcl goto::tests::var_ref_inside_opaque_condition_resolves_to_param |
| 2088 | 2026-08-16T02:43:02.957Z | PASS [ 0.007s] ( 237/1101) vw-htcl goto::tests::var_ref_to_proc_parameter |
| 2089 | 2026-08-16T02:43:02.957Z | PASS [ 0.007s] ( 238/1101) vw-htcl goto::tests::var_ref_to_set_in_same_body |
| 2090 | 2026-08-16T02:43:02.960Z | PASS [ 0.007s] ( 239/1101) vw-htcl goto::tests::var_ref_to_variable_declaration |
| 2091 | 2026-08-16T02:43:02.960Z | PASS [ 0.007s] ( 240/1101) vw-htcl hover::tests::doc_ref_hovers_as_target_call_site |
| 2092 | 2026-08-16T02:43:02.960Z | PASS [ 0.007s] ( 241/1101) vw-htcl hover::tests::hover_on_bare_name_inside_dict_for_kv_list_resolves |
| 2093 | 2026-08-16T02:43:02.963Z | PASS [ 0.007s] ( 242/1101) vw-htcl hover::tests::hover_on_call_arg_flag |
| 2094 | 2026-08-16T02:43:02.964Z | PASS [ 0.007s] ( 243/1101) vw-htcl hover::tests::hover_on_call_inside_command_substitution |
| 2095 | 2026-08-16T02:43:02.964Z | PASS [ 0.007s] ( 244/1101) vw-htcl hover::tests::hover_on_call_inside_proc_body |
| 2096 | 2026-08-16T02:43:02.967Z | PASS [ 0.007s] ( 245/1101) vw-htcl hover::tests::hover_on_call_name |
| 2097 | 2026-08-16T02:43:02.967Z | PASS [ 0.007s] ( 246/1101) vw-htcl hover::tests::hover_on_foreach_kv_list_binder_resolves |
| 2098 | 2026-08-16T02:43:02.967Z | PASS [ 0.007s] ( 247/1101) vw-htcl hover::tests::hover_on_local_var_infers_type_from_typed_call |
| 2099 | 2026-08-16T02:43:02.970Z | PASS [ 0.007s] ( 248/1101) vw-htcl hover::tests::hover_on_local_var_reports_local |
| 2100 | 2026-08-16T02:43:02.970Z | PASS [ 0.007s] ( 249/1101) vw-htcl hover::tests::hover_on_local_var_untyped_rhs_reports_no_type |
| 2101 | 2026-08-16T02:43:02.970Z | PASS [ 0.007s] ( 250/1101) vw-htcl hover::tests::hover_on_proc_arg_decl |
| 2102 | 2026-08-16T02:43:02.973Z | PASS [ 0.007s] ( 251/1101) vw-htcl hover::tests::hover_on_proc_decl_name |
| 2103 | 2026-08-16T02:43:02.973Z | PASS [ 0.007s] ( 252/1101) vw-htcl hover::tests::hover_on_qualified_call_after_backslash_continued_prev_command |
| 2104 | 2026-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 |
| 2105 | 2026-08-16T02:43:02.976Z | PASS [ 0.007s] ( 254/1101) vw-htcl hover::tests::hover_on_set_binding_name_infers_type |
| 2106 | 2026-08-16T02:43:02.976Z | PASS [ 0.007s] ( 255/1101) vw-htcl hover::tests::hover_on_unknown_call_returns_none |
| 2107 | 2026-08-16T02:43:02.976Z | PASS [ 0.007s] ( 256/1101) vw-htcl hover::tests::hover_on_value_word_returns_none |
| 2108 | 2026-08-16T02:43:02.979Z | PASS [ 0.007s] ( 257/1101) vw-htcl hover::tests::hover_on_var_in_condition_shows_param |
| 2109 | 2026-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 |
| 2110 | 2026-08-16T02:43:02.979Z | PASS [ 0.007s] ( 259/1101) vw-htcl line_index::tests::basic_positions |
| 2111 | 2026-08-16T02:43:02.979Z | PASS [ 0.007s] ( 260/1101) vw-htcl line_index::tests::offset_of_clamps_past_line_end |
| 2112 | 2026-08-16T02:43:02.982Z | PASS [ 0.007s] ( 261/1101) vw-htcl line_index::tests::offset_of_round_trips |
| 2113 | 2026-08-16T02:43:02.982Z | PASS [ 0.007s] ( 262/1101) vw-htcl line_index::tests::utf16_character_count |
| 2114 | 2026-08-16T02:43:02.985Z | PASS [ 0.008s] ( 263/1101) vw-htcl loader::tests::cycle_does_not_loop_forever |
| 2115 | 2026-08-16T02:43:02.985Z | PASS [ 0.007s] ( 264/1101) vw-htcl loader::tests::idempotent_across_diamond_imports |
| 2116 | 2026-08-16T02:43:02.985Z | PASS [ 0.007s] ( 265/1101) vw-htcl loader::tests::imports_local_file_and_drops_src_statement |
| 2117 | 2026-08-16T02:43:02.985Z | PASS [ 0.007s] ( 266/1101) vw-htcl loader::tests::load_source_splices_in_memory_entry_and_resolves_named_dep |
| 2118 | 2026-08-16T02:43:02.988Z | PASS [ 0.007s] ( 267/1101) vw-htcl loader::tests::loads_a_single_file_unchanged |
| 2119 | 2026-08-16T02:43:02.988Z | PASS [ 0.007s] ( 268/1101) vw-htcl loader::tests::named_dependency_resolves_through_the_cache |
| 2120 | 2026-08-16T02:43:02.991Z | PASS [ 0.007s] ( 269/1101) vw-htcl loader::tests::observer_fires_in_dependency_order |
| 2121 | 2026-08-16T02:43:02.991Z | PASS [ 0.007s] ( 270/1101) vw-htcl loader::tests::observer_suppresses_source_for_already_loaded_imports |
| 2122 | 2026-08-16T02:43:02.991Z | PASS [ 0.007s] ( 271/1101) vw-htcl loader::tests::regions_map_each_byte_back_to_its_originating_file |
| 2123 | 2026-08-16T02:43:02.994Z | PASS [ 0.007s] ( 272/1101) vw-htcl loader::tests::unknown_dep_surfaces_helpful_error |
| 2124 | 2026-08-16T02:43:02.994Z | PASS [ 0.007s] ( 273/1101) vw-htcl lower::tests::bare_var_ref_still_uses_bare_form |
| 2125 | 2026-08-16T02:43:02.994Z | PASS [ 0.007s] ( 274/1101) vw-htcl lower::tests::braced_var_ref_preserves_braces_in_output |
| 2126 | 2026-08-16T02:43:02.994Z | PASS [ 0.007s] ( 275/1101) vw-htcl lower::tests::call_inside_proc_body_ships_verbatim |
| 2127 | 2026-08-16T02:43:02.998Z | PASS [ 0.007s] ( 276/1101) vw-htcl lower::tests::call_with_flags_ships_verbatim |
| 2128 | 2026-08-16T02:43:02.998Z | PASS [ 0.007s] ( 277/1101) vw-htcl lower::tests::call_with_omitted_arg_ships_verbatim |
| 2129 | 2026-08-16T02:43:03.002Z | PASS [ 0.007s] ( 278/1101) vw-htcl lower::tests::extern_rename_prelude_is_empty |
| 2130 | 2026-08-16T02:43:03.002Z | PASS [ 0.007s] ( 279/1101) vw-htcl lower::tests::inner_call_inside_brackets_ships_verbatim |
| 2131 | 2026-08-16T02:43:03.002Z | PASS [ 0.007s] ( 280/1101) vw-htcl lower::tests::multiline_bracket_substitution_collapses_to_one_line |
| 2132 | 2026-08-16T02:43:03.002Z | PASS [ 0.007s] ( 281/1101) vw-htcl lower::tests::is_extern_call_recognizes_prefix |
| 2133 | 2026-08-16T02:43:03.005Z | PASS [ 0.007s] ( 282/1101) vw-htcl lower::tests::nested_multiline_brackets_all_collapse |
| 2134 | 2026-08-16T02:43:03.005Z | PASS [ 0.007s] ( 283/1101) vw-htcl lower::tests::newlines_inside_braced_groups_stay_intact |
| 2135 | 2026-08-16T02:43:03.005Z | PASS [ 0.007s] ( 284/1101) vw-htcl lower::tests::proc_decl_emits_kwargs_prelude |
| 2136 | 2026-08-16T02:43:03.005Z | PASS [ 0.007s] ( 285/1101) vw-htcl lower::tests::proc_with_no_default_emits_empty_string_default |
| 2137 | 2026-08-16T02:43:03.008Z | PASS [ 0.007s] ( 286/1101) vw-htcl lower::tests::rewrite_externs_anchors_at_global_namespace |
| 2138 | 2026-08-16T02:43:03.009Z | PASS [ 0.007s] ( 287/1101) vw-htcl lower::tests::rewrite_externs_preserves_namespaced_names |
| 2139 | 2026-08-16T02:43:03.009Z | PASS [ 0.007s] ( 288/1101) vw-htcl lower::tests::rewrite_externs_respects_word_boundary |
| 2140 | 2026-08-16T02:43:03.009Z | PASS [ 0.007s] ( 289/1101) vw-htcl lower::tests::string_default_quotes_correctly_in_kwargs_sig |
| 2141 | 2026-08-16T02:43:03.011Z | PASS [ 0.007s] ( 290/1101) vw-htcl lower::tests::unknown_command_passes_through |
| 2142 | 2026-08-16T02:43:03.011Z | PASS [ 0.007s] ( 291/1101) vw-htcl overload::tests::dispatcher_includes_default_arm |
| 2143 | 2026-08-16T02:43:03.014Z | PASS [ 0.007s] ( 292/1101) vw-htcl overload::tests::dispatcher_single_arm |
| 2144 | 2026-08-16T02:43:03.014Z | PASS [ 0.007s] ( 293/1101) vw-htcl overload::tests::dispatcher_two_arms |
| 2145 | 2026-08-16T02:43:03.014Z | PASS [ 0.007s] ( 294/1101) vw-htcl parser::tests::attribute_comma_separated_still_works |
| 2146 | 2026-08-16T02:43:03.015Z | PASS [ 0.007s] ( 295/1101) vw-htcl parser::tests::attribute_on_non_proc_command_reports_error |
| 2147 | 2026-08-16T02:43:03.018Z | PASS [ 0.007s] ( 296/1101) vw-htcl parser::tests::attribute_with_kebab_value_parses |
| 2148 | 2026-08-16T02:43:03.018Z | PASS [ 0.007s] ( 297/1101) vw-htcl parser::tests::attribute_with_whitespace_separated_items |
| 2149 | 2026-08-16T02:43:03.021Z | PASS [ 0.007s] ( 298/1101) vw-htcl parser::tests::blank_line_before_dash_breaks_continuation |
| 2150 | 2026-08-16T02:43:03.021Z | PASS [ 0.007s] ( 299/1101) vw-htcl parser::tests::bracket_body_still_separates_on_semicolon |
| 2151 | 2026-08-16T02:43:03.021Z | PASS [ 0.007s] ( 300/1101) vw-htcl parser::tests::bracket_body_treats_newlines_as_whitespace |
| 2152 | 2026-08-16T02:43:03.021Z | PASS [ 0.007s] ( 301/1101) vw-htcl parser::tests::control_flow_bodies_get_parsed_into_word_body |
| 2153 | 2026-08-16T02:43:03.021Z | PASS [ 0.007s] ( 302/1101) vw-htcl parser::tests::dash_continuation_survives_trailing_ws_on_previous_line |
| 2154 | 2026-08-16T02:43:03.024Z | PASS [ 0.007s] ( 303/1101) vw-htcl parser::tests::dash_leading_next_line_continues_command |
| 2155 | 2026-08-16T02:43:03.024Z | PASS [ 0.007s] ( 304/1101) vw-htcl parser::tests::dash_underscore_line_continues_command |
| 2156 | 2026-08-16T02:43:03.027Z | PASS [ 0.007s] ( 305/1101) vw-htcl parser::tests::double_dash_next_line_continues_command |
| 2157 | 2026-08-16T02:43:03.027Z | PASS [ 0.007s] ( 306/1101) vw-htcl parser::tests::foreach_body_populated |
| 2158 | 2026-08-16T02:43:03.027Z | PASS [ 0.007s] ( 307/1101) vw-htcl parser::tests::hash_mid_command_line_is_still_comment |
| 2159 | 2026-08-16T02:43:03.030Z | PASS [ 0.007s] ( 308/1101) vw-htcl parser::tests::if_bodies_populated |
| 2160 | 2026-08-16T02:43:03.030Z | PASS [ 0.007s] ( 309/1101) vw-htcl parser::tests::inline_comment_arg_line_is_stripped |
| 2161 | 2026-08-16T02:43:03.030Z | PASS [ 0.007s] ( 310/1101) vw-htcl parser::tests::multiple_attributes_stack_on_one_proc |
| 2162 | 2026-08-16T02:43:03.033Z | PASS [ 0.007s] ( 311/1101) vw-htcl parser::tests::nested_proc_body_is_parsed_recursively |
| 2163 | 2026-08-16T02:43:03.034Z | PASS [ 0.007s] ( 312/1101) vw-htcl parser::tests::non_dash_next_line_terminates_as_before |
| 2164 | 2026-08-16T02:43:03.034Z | PASS [ 0.007s] ( 313/1101) vw-htcl parser::tests::parse_comment_and_doc |
| 2165 | 2026-08-16T02:43:03.034Z | PASS [ 0.007s] ( 314/1101) vw-htcl parser::tests::parse_empty |
| 2166 | 2026-08-16T02:43:03.037Z | PASS [ 0.007s] ( 315/1101) vw-htcl parser::tests::parse_enum_decl_mixed_payload_and_empty |
| 2167 | 2026-08-16T02:43:03.037Z | PASS [ 0.007s] ( 316/1101) vw-htcl parser::tests::parse_enum_decl_simple |
| 2168 | 2026-08-16T02:43:03.037Z | PASS [ 0.007s] ( 317/1101) vw-htcl parser::tests::parse_enum_decl_with_bad_variant_emits_diagnostic |
| 2169 | 2026-08-16T02:43:03.040Z | PASS [ 0.007s] ( 318/1101) vw-htcl parser::tests::parse_enum_decl_with_payloads |
| 2170 | 2026-08-16T02:43:03.040Z | PASS [ 0.007s] ( 319/1101) vw-htcl parser::tests::parse_enum_decl_without_equals |
| 2171 | 2026-08-16T02:43:03.040Z | PASS [ 0.007s] ( 320/1101) vw-htcl parser::tests::parse_proc_braced |
| 2172 | 2026-08-16T02:43:03.043Z | PASS [ 0.007s] ( 321/1101) vw-htcl parser::tests::parse_proc_with_invalid_return_type_emits_diagnostic |
| 2173 | 2026-08-16T02:43:03.043Z | PASS [ 0.007s] ( 322/1101) vw-htcl parser::tests::parse_proc_with_qualified_arg_type |
| 2174 | 2026-08-16T02:43:03.043Z | PASS [ 0.007s] ( 323/1101) vw-htcl parser::tests::parse_proc_with_return_type_bracketed_whitespace |
| 2175 | 2026-08-16T02:43:03.043Z | PASS [ 0.007s] ( 324/1101) vw-htcl parser::tests::parse_proc_with_return_type_generic_no_whitespace |
| 2176 | 2026-08-16T02:43:03.046Z | PASS [ 0.007s] ( 325/1101) vw-htcl parser::tests::parse_proc_with_return_type_named |
| 2177 | 2026-08-16T02:43:03.047Z | PASS [ 0.007s] ( 326/1101) vw-htcl parser::tests::parse_proc_with_return_type_nested_generic |
| 2178 | 2026-08-16T02:43:03.047Z | PASS [ 0.007s] ( 327/1101) vw-htcl parser::tests::parse_quoted_with_subst |
| 2179 | 2026-08-16T02:43:03.050Z | PASS [ 0.007s] ( 328/1101) vw-htcl parser::tests::parse_set_command |
| 2180 | 2026-08-16T02:43:03.050Z | PASS [ 0.007s] ( 329/1101) vw-htcl parser::tests::parse_type_decl_generic_underlying |
| 2181 | 2026-08-16T02:43:03.050Z | PASS [ 0.007s] ( 330/1101) vw-htcl parser::tests::parse_type_decl_named |
| 2182 | 2026-08-16T02:43:03.050Z | PASS [ 0.007s] ( 331/1101) vw-htcl parser::tests::parse_type_decl_with_bad_underlying_emits_diagnostic |
| 2183 | 2026-08-16T02:43:03.054Z | PASS [ 0.007s] ( 332/1101) vw-htcl parser::tests::parse_type_decl_without_equals_works |
| 2184 | 2026-08-16T02:43:03.054Z | PASS [ 0.007s] ( 333/1101) vw-htcl parser::tests::parse_variable_and_subst |
| 2185 | 2026-08-16T02:43:03.054Z | PASS [ 0.007s] ( 334/1101) vw-htcl parser::tests::parses_src_statement |
| 2186 | 2026-08-16T02:43:03.057Z | PASS [ 0.007s] ( 335/1101) vw-htcl parser::tests::parses_src_with_named_dep_prefix |
| 2187 | 2026-08-16T02:43:03.057Z | PASS [ 0.007s] ( 336/1101) vw-htcl parser::tests::proc_body_newlines_still_terminate |
| 2188 | 2026-08-16T02:43:03.057Z | PASS [ 0.007s] ( 337/1101) vw-htcl parser::tests::proc_body_parses_into_statements_with_absolute_spans |
| 2189 | 2026-08-16T02:43:03.057Z | PASS [ 0.007s] ( 338/1101) vw-htcl parser::tests::recovers_from_unterminated_brace |
| 2190 | 2026-08-16T02:43:03.060Z | PASS [ 0.007s] ( 339/1101) vw-htcl parser::tests::semicolon_separates_commands |
| 2191 | 2026-08-16T02:43:03.060Z | PASS [ 0.007s] ( 340/1101) vw-htcl parser::tests::src_with_extra_words_is_generic |
| 2192 | 2026-08-16T02:43:03.063Z | PASS [ 0.007s] ( 341/1101) vw-htcl parser::tests::top_level_attribute_attaches_to_proc |
| 2193 | 2026-08-16T02:43:03.063Z | PASS [ 0.007s] ( 342/1101) vw-htcl parser::tests::toplevel_newlines_still_terminate |
| 2194 | 2026-08-16T02:43:03.063Z | PASS [ 0.007s] ( 343/1101) vw-htcl proc_args::tests::arg_with_attrs_and_type |
| 2195 | 2026-08-16T02:43:03.063Z | PASS [ 0.007s] ( 344/1101) vw-htcl proc_args::tests::arg_with_generic_type_annotation |
| 2196 | 2026-08-16T02:43:03.066Z | PASS [ 0.007s] ( 345/1101) vw-htcl proc_args::tests::arg_with_invalid_type_emits_diagnostic |
| 2197 | 2026-08-16T02:43:03.066Z | PASS [ 0.007s] ( 346/1101) vw-htcl proc_args::tests::arg_with_named_type_annotation |
| 2198 | 2026-08-16T02:43:03.069Z | PASS [ 0.007s] ( 347/1101) vw-htcl proc_args::tests::doc_comments_and_attributes |
| 2199 | 2026-08-16T02:43:03.069Z | PASS [ 0.007s] ( 348/1101) vw-htcl proc_args::tests::empty_signature |
| 2200 | 2026-08-16T02:43:03.069Z | PASS [ 0.007s] ( 349/1101) vw-htcl proc_args::tests::error_on_missing_arg_name |
| 2201 | 2026-08-16T02:43:03.069Z | PASS [ 0.007s] ( 350/1101) vw-htcl proc_args::tests::error_on_garbage_attribute_value |
| 2202 | 2026-08-16T02:43:03.072Z | PASS [ 0.007s] ( 351/1101) vw-htcl proc_args::tests::ident_attribute_values |
| 2203 | 2026-08-16T02:43:03.072Z | PASS [ 0.007s] ( 352/1101) vw-htcl proc_args::tests::plain_arg_names |
| 2204 | 2026-08-16T02:43:03.072Z | PASS [ 0.007s] ( 353/1101) vw-htcl proc_args::tests::required_attribute_no_args |
| 2205 | 2026-08-16T02:43:03.075Z | PASS [ 0.007s] ( 354/1101) vw-htcl proc_args::tests::string_attribute_values |
| 2206 | 2026-08-16T02:43:03.075Z | PASS [ 0.007s] ( 355/1101) vw-htcl proc_args::tests::typed_and_untyped_args_mix |
| 2207 | 2026-08-16T02:43:03.078Z | PASS [ 0.007s] ( 356/1101) vw-htcl putr::tests::inline_proc_call_uses_return_type |
| 2208 | 2026-08-16T02:43:03.079Z | PASS [ 0.007s] ( 357/1101) vw-htcl putr::tests::inside_proc_body_uses_arg_type |
| 2209 | 2026-08-16T02:43:03.079Z | PASS [ 0.007s] ( 358/1101) vw-htcl putr::tests::typed_var_dispatches_through_repr |
| 2210 | 2026-08-16T02:43:03.079Z | PASS [ 0.007s] ( 359/1101) vw-htcl putr::tests::unannotated_proc_return_type_inferred_from_body |
| 2211 | 2026-08-16T02:43:03.082Z | PASS [ 0.007s] ( 360/1101) vw-htcl putr::tests::untyped_var_falls_back_to_plain_puts |
| 2212 | 2026-08-16T02:43:03.082Z | PASS [ 0.007s] ( 361/1101) vw-htcl putr::tests::wrong_arity_left_alone |
| 2213 | 2026-08-16T02:43:03.082Z | PASS [ 0.007s] ( 362/1101) vw-htcl references::tests::find_proc_refs_covers_decl_and_calls |
| 2214 | 2026-08-16T02:43:03.085Z | PASS [ 0.007s] ( 363/1101) vw-htcl references::tests::find_type_refs_covers_decl_and_annotations |
| 2215 | 2026-08-16T02:43:03.085Z | PASS [ 0.007s] ( 364/1101) vw-htcl references::tests::identify_enum_variant_on_decl_variant |
| 2216 | 2026-08-16T02:43:03.085Z | PASS [ 0.007s] ( 365/1101) vw-htcl references::tests::identify_proc_on_call_site |
| 2217 | 2026-08-16T02:43:03.088Z | PASS [ 0.007s] ( 366/1101) vw-htcl references::tests::identify_proc_on_decl_name |
| 2218 | 2026-08-16T02:43:03.088Z | PASS [ 0.007s] ( 367/1101) vw-htcl references::tests::identify_type_on_decl_and_annotation |
| 2219 | 2026-08-16T02:43:03.088Z | PASS [ 0.007s] ( 368/1101) vw-htcl rename::tests::is_valid_ident_smoke |
| 2220 | 2026-08-16T02:43:03.091Z | PASS [ 0.007s] ( 369/1101) vw-htcl rename::tests::refuse_invalid_new_name |
| 2221 | 2026-08-16T02:43:03.091Z | PASS [ 0.007s] ( 370/1101) vw-htcl rename::tests::rename_covers_uses_inside_if_body |
| 2222 | 2026-08-16T02:43:03.091Z | PASS [ 0.007s] ( 371/1101) vw-htcl rename::tests::rename_does_not_leak_into_nested_proc_scope |
| 2223 | 2026-08-16T02:43:03.091Z | PASS [ 0.007s] ( 372/1101) vw-htcl rename::tests::rename_foreach_iterator |
| 2224 | 2026-08-16T02:43:03.094Z | PASS [ 0.007s] ( 373/1101) vw-htcl rename::tests::rename_from_cursor_on_dollar_sign |
| 2225 | 2026-08-16T02:43:03.094Z | PASS [ 0.007s] ( 374/1101) vw-htcl rename::tests::rename_proc_arg_from_body_var_ref |
| 2226 | 2026-08-16T02:43:03.098Z | PASS [ 0.007s] ( 375/1101) vw-htcl rename::tests::rename_proc_arg_from_decl |
| 2227 | 2026-08-16T02:43:03.098Z | PASS [ 0.007s] ( 376/1101) vw-htcl rename::tests::rename_proc_arg_updates_attribute_ident |
| 2228 | 2026-08-16T02:43:03.098Z | PASS [ 0.007s] ( 377/1101) vw-htcl rename::tests::rename_proc_from_call_site |
| 2229 | 2026-08-16T02:43:03.098Z | PASS [ 0.007s] ( 378/1101) vw-htcl rename::tests::rename_proc_from_decl_covers_call_sites |
| 2230 | 2026-08-16T02:43:03.101Z | PASS [ 0.007s] ( 379/1101) vw-htcl rename::tests::rename_set_local_from_decl_position |
| 2231 | 2026-08-16T02:43:03.101Z | PASS [ 0.007s] ( 380/1101) vw-htcl rename::tests::rename_set_local_from_var_ref_position |
| 2232 | 2026-08-16T02:43:03.101Z | PASS [ 0.007s] ( 381/1101) vw-htcl rename::tests::rename_top_level_set |
| 2233 | 2026-08-16T02:43:03.104Z | PASS [ 0.007s] ( 382/1101) vw-htcl rename::tests::rename_upvar_local |
| 2234 | 2026-08-16T02:43:03.104Z | PASS [ 0.007s] ( 383/1101) vw-htcl repr::tests::dispatch_for_generic_uses_mangled |
| 2235 | 2026-08-16T02:43:03.104Z | PASS [ 0.007s] ( 384/1101) vw-htcl repr::tests::dispatch_for_primitive_uses_name |
| 2236 | 2026-08-16T02:43:03.107Z | PASS [ 0.007s] ( 385/1101) vw-htcl repr::tests::emit_repr_dedups_repeated_subtypes |
| 2237 | 2026-08-16T02:43:03.107Z | PASS [ 0.007s] ( 386/1101) vw-htcl repr::tests::emit_repr_dict_string_string |
| 2238 | 2026-08-16T02:43:03.107Z | PASS [ 0.007s] ( 387/1101) vw-htcl repr::tests::emit_repr_list_bd_cell |
| 2239 | 2026-08-16T02:43:03.110Z | PASS [ 0.007s] ( 388/1101) vw-htcl repr::tests::emit_repr_named_emits_no_procs |
| 2240 | 2026-08-16T02:43:03.111Z | PASS [ 0.007s] ( 389/1101) vw-htcl repr::tests::emit_repr_nested_topologically_orders_sub_procs |
| 2241 | 2026-08-16T02:43:03.111Z | PASS [ 0.007s] ( 390/1101) vw-htcl repr::tests::emit_repr_unknown_generic_falls_back_to_identity |
| 2242 | 2026-08-16T02:43:03.114Z | PASS [ 0.007s] ( 391/1101) vw-htcl repr::tests::enum_prelude_mixed_payload_and_empty |
| 2243 | 2026-08-16T02:43:03.114Z | PASS [ 0.007s] ( 392/1101) vw-htcl repr::tests::enum_prelude_with_empty_payload_variants |
| 2244 | 2026-08-16T02:43:03.114Z | PASS [ 0.007s] ( 393/1101) vw-htcl repr::tests::enum_prelude_with_payload_variants |
| 2245 | 2026-08-16T02:43:03.114Z | PASS [ 0.772s] ( 394/1101) vw-analyzer htcl_backend::tests::workspace_diagnostics_clear_when_open_import_is_fixed |
| 2246 | 2026-08-16T02:43:03.118Z | PASS [ 0.008s] ( 395/1101) vw-htcl repr::tests::is_primitive_table |
| 2247 | 2026-08-16T02:43:03.118Z | PASS [ 0.007s] ( 396/1101) vw-htcl repr::tests::mangle_dict_two_args |
| 2248 | 2026-08-16T02:43:03.118Z | PASS [ 0.007s] ( 397/1101) vw-htcl repr::tests::mangle_list_one_arg |
| 2249 | 2026-08-16T02:43:03.118Z | PASS [ 0.008s] ( 398/1101) vw-htcl repr::tests::mangle_nested |
| 2250 | 2026-08-16T02:43:03.121Z | PASS [ 0.007s] ( 399/1101) vw-htcl repr::tests::mangle_primitives |
| 2251 | 2026-08-16T02:43:03.121Z | PASS [ 0.007s] ( 400/1101) vw-htcl scope::tests::scan_finds_bare_var_from_within |
| 2252 | 2026-08-16T02:43:03.121Z | PASS [ 0.008s] ( 401/1101) vw-htcl repr::tests::primitive_prelude_emits_one_namespace_block_per_type |
| 2253 | 2026-08-16T02:43:03.125Z | PASS [ 0.007s] ( 402/1101) vw-htcl scope::tests::scan_finds_braced_var |
| 2254 | 2026-08-16T02:43:03.125Z | PASS [ 0.007s] ( 403/1101) vw-htcl scope::tests::scan_finds_var_on_dollar |
| 2255 | 2026-08-16T02:43:03.125Z | PASS [ 0.008s] ( 404/1101) vw-htcl scope::tests::scan_returns_none_off_a_var |
| 2256 | 2026-08-16T02:43:03.125Z | PASS [ 0.007s] ( 405/1101) vw-htcl signature_help::tests::active_parameter_follows_last_flag |
| 2257 | 2026-08-16T02:43:03.125Z | PASS [ 0.007s] ( 406/1101) vw-htcl signature_help::tests::active_parameter_tracks_partial_flag |
| 2258 | 2026-08-16T02:43:03.128Z | PASS [ 0.007s] ( 407/1101) vw-htcl signature_help::tests::none_for_unknown_command |
| 2259 | 2026-08-16T02:43:03.128Z | PASS [ 0.008s] ( 408/1101) vw-htcl signature_help::tests::none_while_typing_proc_name |
| 2260 | 2026-08-16T02:43:03.132Z | PASS [ 0.007s] ( 409/1101) vw-htcl signature_help::tests::shows_signature_after_name |
| 2261 | 2026-08-16T02:43:03.132Z | PASS [ 0.007s] ( 410/1101) vw-htcl signature_help::tests::works_inside_proc_body |
| 2262 | 2026-08-16T02:43:03.132Z | PASS [ 0.008s] ( 411/1101) vw-htcl src_path::tests::bare_named_dep_resolves_to_module_htcl |
| 2263 | 2026-08-16T02:43:03.132Z | PASS [ 0.007s] ( 412/1101) vw-htcl src_path::tests::classify_absolute |
| 2264 | 2026-08-16T02:43:03.132Z | PASS [ 0.007s] ( 413/1101) vw-htcl src_path::tests::classify_named |
| 2265 | 2026-08-16T02:43:03.132Z | PASS [ 0.007s] ( 414/1101) vw-htcl src_path::tests::classify_relative |
| 2266 | 2026-08-16T02:43:03.136Z | PASS [ 0.007s] ( 415/1101) vw-htcl src_path::tests::directory_with_module_htcl_resolves |
| 2267 | 2026-08-16T02:43:03.137Z | PASS [ 0.007s] ( 416/1101) vw-htcl src_path::tests::directory_without_module_htcl_errors_pointing_at_module |
| 2268 | 2026-08-16T02:43:03.137Z | PASS [ 0.007s] ( 417/1101) vw-htcl src_path::tests::missing_file_errors |
| 2269 | 2026-08-16T02:43:03.137Z | PASS [ 0.007s] ( 418/1101) vw-htcl src_path::tests::named_dep_subpath_can_be_directory_module |
| 2270 | 2026-08-16T02:43:03.140Z | PASS [ 0.007s] ( 419/1101) vw-htcl src_path::tests::resolve_named_dependency |
| 2271 | 2026-08-16T02:43:03.140Z | PASS [ 0.008s] ( 420/1101) vw-htcl src_path::tests::resolve_relative_appends_htcl |
| 2272 | 2026-08-16T02:43:03.140Z | PASS [ 0.008s] ( 421/1101) vw-htcl src_path::tests::self_referential_workspace_resolves |
| 2273 | 2026-08-16T02:43:03.140Z | PASS [ 0.008s] ( 422/1101) vw-htcl src_path::tests::sibling_htcl_wins_over_directory_module |
| 2274 | 2026-08-16T02:43:03.140Z | PASS [ 0.007s] ( 423/1101) vw-htcl src_path::tests::unknown_dep_errors_cleanly |
| 2275 | 2026-08-16T02:43:03.144Z | PASS [ 0.007s] ( 424/1101) vw-htcl src_path::tests::with_dep_if_absent_leaves_existing_alone |
| 2276 | 2026-08-16T02:43:03.144Z | PASS [ 0.007s] ( 425/1101) vw-htcl src_path::tests::with_dep_if_absent_registers_when_missing |
| 2277 | 2026-08-16T02:43:03.144Z | PASS [ 0.007s] ( 426/1101) vw-htcl type_parse::tests::deeply_nested |
| 2278 | 2026-08-16T02:43:03.144Z | PASS [ 0.007s] ( 427/1101) vw-htcl type_parse::tests::err_empty_input |
| 2279 | 2026-08-16T02:43:03.187Z | PASS [ 0.007s] ( 428/1101) vw-htcl type_parse::tests::err_invalid_ident_start |
| 2280 | 2026-08-16T02:43:03.187Z | PASS [ 0.007s] ( 429/1101) vw-htcl type_parse::tests::err_missing_close_after_comma |
| 2281 | 2026-08-16T02:43:03.187Z | PASS [ 0.007s] ( 430/1101) vw-htcl type_parse::tests::err_qualified_missing_variant |
| 2282 | 2026-08-16T02:43:03.192Z | PASS [ 0.007s] ( 431/1101) vw-htcl type_parse::tests::err_qualified_with_generic_args |
| 2283 | 2026-08-16T02:43:03.192Z | PASS [ 0.007s] ( 432/1101) vw-htcl type_parse::tests::err_single_colon_not_qualified |
| 2284 | 2026-08-16T02:43:03.192Z | PASS [ 0.007s] ( 433/1101) vw-htcl type_parse::tests::err_trailing_garbage |
| 2285 | 2026-08-16T02:43:03.192Z | PASS [ 0.007s] ( 434/1101) vw-htcl type_parse::tests::err_unterminated_generic |
| 2286 | 2026-08-16T02:43:03.192Z | PASS [ 0.007s] ( 435/1101) vw-htcl type_parse::tests::generic_single_arg |
| 2287 | 2026-08-16T02:43:03.192Z | PASS [ 0.007s] ( 436/1101) vw-htcl type_parse::tests::generic_two_args |
| 2288 | 2026-08-16T02:43:03.192Z | PASS [ 0.007s] ( 437/1101) vw-htcl type_parse::tests::named_simple |
| 2289 | 2026-08-16T02:43:03.192Z | PASS [ 0.007s] ( 438/1101) vw-htcl type_parse::tests::nested_generic |
| 2290 | 2026-08-16T02:43:03.192Z | PASS [ 0.008s] ( 439/1101) vw-htcl type_parse::tests::qualified_simple |
| 2291 | 2026-08-16T02:43:03.192Z | PASS [ 0.007s] ( 440/1101) vw-htcl type_parse::tests::qualified_with_underscore_idents |
| 2292 | 2026-08-16T02:43:03.192Z | PASS [ 0.007s] ( 441/1101) vw-htcl type_parse::tests::span_uses_base_offset |
| 2293 | 2026-08-16T02:43:03.192Z | PASS [ 0.007s] ( 442/1101) vw-htcl type_parse::tests::whitespace_between_tokens_is_fine |
| 2294 | 2026-08-16T02:43:03.192Z | PASS [ 0.007s] ( 443/1101) vw-htcl undefined::tests::braced_ref_not_flagged |
| 2295 | 2026-08-16T02:43:03.192Z | PASS [ 0.007s] ( 444/1101) vw-htcl undefined::tests::catch_result_var_is_a_decl |
| 2296 | 2026-08-16T02:43:03.192Z | PASS [ 0.007s] ( 445/1101) vw-htcl undefined::tests::cmd_subst_in_body |
| 2297 | 2026-08-16T02:43:03.192Z | PASS [ 0.008s] ( 446/1101) vw-htcl undefined::tests::dcmac_typo_flagged |
| 2298 | 2026-08-16T02:43:03.192Z | PASS [ 0.007s] ( 447/1101) vw-htcl undefined::tests::defined_local_clean |
| 2299 | 2026-08-16T02:43:03.192Z | PASS [ 0.007s] ( 448/1101) vw-htcl undefined::tests::dict_for_binds_key_and_value_vars |
| 2300 | 2026-08-16T02:43:03.192Z | PASS [ 0.007s] ( 449/1101) vw-htcl undefined::tests::dynamic_eval_suppresses |
| 2301 | 2026-08-16T02:43:03.192Z | PASS [ 0.007s] ( 450/1101) vw-htcl undefined::tests::foreach_iterator_available_after_loop |
| 2302 | 2026-08-16T02:43:03.192Z | PASS [ 0.007s] ( 451/1101) vw-htcl undefined::tests::foreach_var_clean |
| 2303 | 2026-08-16T02:43:03.192Z | PASS [ 0.008s] ( 452/1101) vw-htcl undefined::tests::if_else_union_clean |
| 2304 | 2026-08-16T02:43:03.192Z | PASS [ 0.007s] ( 453/1101) vw-htcl undefined::tests::implicit_env_clean |
| 2305 | 2026-08-16T02:43:03.193Z | PASS [ 0.007s] ( 454/1101) vw-htcl undefined::tests::implicit_errorinfo_clean |
| 2306 | 2026-08-16T02:43:03.193Z | PASS [ 0.007s] ( 455/1101) vw-htcl undefined::tests::nested_scope_isolated |
| 2307 | 2026-08-16T02:43:03.193Z | PASS [ 0.007s] ( 456/1101) vw-htcl undefined::tests::numeric_names_skipped |
| 2308 | 2026-08-16T02:43:03.193Z | PASS [ 0.007s] ( 457/1101) vw-htcl undefined::tests::port_htcl_repro |
| 2309 | 2026-08-16T02:43:03.193Z | PASS [ 0.007s] ( 458/1101) vw-htcl undefined::tests::port_htcl_repro_minimal |
| 2310 | 2026-08-16T02:43:03.193Z | PASS [ 0.007s] ( 459/1101) vw-htcl undefined::tests::proc_arg_clean |
| 2311 | 2026-08-16T02:43:03.193Z | PASS [ 0.007s] ( 460/1101) vw-htcl undefined::tests::regexp_var_captures_are_decls |
| 2312 | 2026-08-16T02:43:03.193Z | PASS [ 0.008s] ( 461/1101) vw-htcl undefined::tests::set_inside_foreach_body_defines_in_outer_scope |
| 2313 | 2026-08-16T02:43:03.193Z | PASS [ 0.007s] ( 462/1101) vw-htcl undefined::tests::short_names_no_suggestion_noise |
| 2314 | 2026-08-16T02:43:03.193Z | PASS [ 0.008s] ( 463/1101) vw-htcl undefined::tests::subscript_base_defined |
| 2315 | 2026-08-16T02:43:03.193Z | PASS [ 0.007s] ( 464/1101) vw-htcl undefined::tests::top_level_defined_clean |
| 2316 | 2026-08-16T02:43:03.193Z | PASS [ 0.008s] ( 465/1101) vw-htcl undefined::tests::top_level_flagged |
| 2317 | 2026-08-16T02:43:03.193Z | PASS [ 0.007s] ( 466/1101) vw-htcl undefined::tests::typo_with_multiple_candidates |
| 2318 | 2026-08-16T02:43:03.193Z | PASS [ 0.007s] ( 467/1101) vw-htcl undefined::tests::underscore_prefix_no_alias |
| 2319 | 2026-08-16T02:43:03.193Z | PASS [ 0.007s] ( 468/1101) vw-htcl undefined::tests::upvar_local_defined |
| 2320 | 2026-08-16T02:43:03.193Z | PASS [ 0.007s] ( 469/1101) vw-htcl undefined::tests::vw_kwargs_flags_are_implicit |
| 2321 | 2026-08-16T02:43:03.193Z | PASS [ 0.007s] ( 470/1101) vw-htcl unused::tests::arg_used_in_namespace_eval_body_counts |
| 2322 | 2026-08-16T02:43:03.193Z | PASS [ 0.007s] ( 471/1101) vw-htcl unused::tests::dynamic_apply_leaks_scope |
| 2323 | 2026-08-16T02:43:03.193Z | PASS [ 0.008s] ( 472/1101) vw-htcl unused::tests::dynamic_eval_leaks_scope |
| 2324 | 2026-08-16T02:43:03.193Z | PASS [ 0.008s] ( 473/1101) vw-htcl unused::tests::dynamic_info_exists_leaks_scope |
| 2325 | 2026-08-16T02:43:03.193Z | PASS [ 0.008s] ( 474/1101) vw-htcl unused::tests::dynamic_uplevel_leaks_scope |
| 2326 | 2026-08-16T02:43:03.193Z | PASS [ 0.007s] ( 475/1101) vw-htcl unused::tests::foreach_iterator_unused_is_flagged |
| 2327 | 2026-08-16T02:43:03.193Z | PASS [ 0.008s] ( 476/1101) vw-htcl unused::tests::foreach_iterator_used_in_body_is_not_flagged |
| 2328 | 2026-08-16T02:43:03.198Z | PASS [ 0.007s] ( 477/1101) vw-htcl unused::tests::foreach_multi_var_partial_unused |
| 2329 | 2026-08-16T02:43:03.198Z | PASS [ 0.008s] ( 478/1101) vw-htcl unused::tests::foreach_pairs_form_all_used |
| 2330 | 2026-08-16T02:43:03.198Z | PASS [ 0.010s] ( 479/1101) vw-htcl unused::tests::foreach_multi_var_all_used |
| 2331 | 2026-08-16T02:43:03.198Z | PASS [ 0.008s] ( 480/1101) vw-htcl unused::tests::literal_eval_does_not_leak |
| 2332 | 2026-08-16T02:43:03.198Z | PASS [ 0.007s] ( 481/1101) vw-htcl unused::tests::nested_proc_scope_does_not_leak |
| 2333 | 2026-08-16T02:43:03.198Z | PASS [ 0.007s] ( 482/1101) vw-htcl unused::tests::nested_proc_scope_not_tainted_by_outer_leak |
| 2334 | 2026-08-16T02:43:03.198Z | PASS [ 0.007s] ( 483/1101) vw-htcl unused::tests::subscript_reference_counts_as_use_of_base |
| 2335 | 2026-08-16T02:43:03.198Z | PASS [ 0.007s] ( 484/1101) vw-htcl unused::tests::top_level_underscore_prefix_suppresses |
| 2336 | 2026-08-16T02:43:03.202Z | PASS [ 0.007s] ( 485/1101) vw-htcl unused::tests::top_level_unused_set_is_flagged |
| 2337 | 2026-08-16T02:43:03.202Z | PASS [ 0.007s] ( 486/1101) vw-htcl unused::tests::top_level_used_set_is_not_flagged |
| 2338 | 2026-08-16T02:43:03.202Z | PASS [ 0.008s] ( 487/1101) vw-htcl unused::tests::two_word_set_is_read_not_decl |
| 2339 | 2026-08-16T02:43:03.202Z | PASS [ 0.007s] ( 488/1101) vw-htcl unused::tests::underscore_prefix_suppresses_arg_warning |
| 2340 | 2026-08-16T02:43:03.202Z | PASS [ 0.007s] ( 489/1101) vw-htcl unused::tests::underscore_prefix_suppresses_local_warning |
| 2341 | 2026-08-16T02:43:03.206Z | PASS [ 0.007s] ( 490/1101) vw-htcl unused::tests::unused_local_set_is_flagged |
| 2342 | 2026-08-16T02:43:03.206Z | PASS [ 0.007s] ( 491/1101) vw-htcl unused::tests::unused_proc_arg_is_flagged |
| 2343 | 2026-08-16T02:43:03.206Z | PASS [ 0.007s] ( 492/1101) vw-htcl unused::tests::upvar_local_unused_is_flagged |
| 2344 | 2026-08-16T02:43:03.206Z | PASS [ 0.007s] ( 493/1101) vw-htcl unused::tests::upvar_local_used_is_not_flagged |
| 2345 | 2026-08-16T02:43:03.209Z | PASS [ 0.007s] ( 494/1101) vw-htcl unused::tests::upvar_multi_pair_partial_unused |
| 2346 | 2026-08-16T02:43:03.209Z | PASS [ 0.007s] ( 495/1101) vw-htcl unused::tests::use_inside_command_substitution_counts |
| 2347 | 2026-08-16T02:43:03.209Z | PASS [ 0.008s] ( 496/1101) vw-htcl unused::tests::use_inside_if_body_is_reached |
| 2348 | 2026-08-16T02:43:03.209Z | PASS [ 0.007s] ( 497/1101) vw-htcl unused::tests::use_inside_nested_if_else_is_reached |
| 2349 | 2026-08-16T02:43:03.213Z | PASS [ 0.007s] ( 498/1101) vw-htcl unused::tests::use_via_braced_var_with_namespace_qualifier |
| 2350 | 2026-08-16T02:43:03.213Z | PASS [ 0.008s] ( 499/1101) vw-htcl unused::tests::use_inside_while_body_is_reached |
| 2351 | 2026-08-16T02:43:03.213Z | PASS [ 0.007s] ( 500/1101) vw-htcl unused::tests::use_via_expr_arg_of_expr_command |
| 2352 | 2026-08-16T02:43:03.218Z | PASS [ 0.007s] ( 501/1101) vw-htcl unused::tests::use_via_expr_braced_arg |
| 2353 | 2026-08-16T02:43:03.218Z | PASS [ 0.007s] ( 502/1101) vw-htcl unused::tests::use_via_expr_braced_arg_is_reached |
| 2354 | 2026-08-16T02:43:03.218Z | PASS [ 0.008s] ( 503/1101) vw-htcl unused::tests::use_via_expr_braced_arg_with_string_ops |
| 2355 | 2026-08-16T02:43:03.218Z | PASS [ 0.007s] ( 504/1101) vw-htcl unused::tests::used_local_set_is_not_flagged |
| 2356 | 2026-08-16T02:43:03.218Z | PASS [ 0.007s] ( 505/1101) vw-htcl unused::tests::used_proc_arg_is_not_flagged |
| 2357 | 2026-08-16T02:43:03.222Z | PASS [ 0.008s] ( 506/1101) vw-htcl validate::tests::arg_with_no_default_is_implicitly_required |
| 2358 | 2026-08-16T02:43:03.222Z | PASS [ 0.008s] ( 507/1101) vw-htcl validate::tests::ad_hoc_overload_emits_hard_error |
| 2359 | 2026-08-16T02:43:03.222Z | PASS [ 0.007s] ( 508/1101) vw-htcl validate::tests::bare_positional_typo_of_known_proc_is_flagged |
| 2360 | 2026-08-16T02:43:03.222Z | PASS [ 0.008s] ( 509/1101) vw-htcl validate::tests::bare_return_in_annotated_proc_errors |
| 2361 | 2026-08-16T02:43:03.222Z | PASS [ 0.007s] ( 510/1101) vw-htcl validate::tests::bare_return_in_unit_proc_is_ok |
| 2362 | 2026-08-16T02:43:03.226Z | PASS [ 0.007s] ( 511/1101) vw-htcl validate::tests::baseline_arg_is_optional_and_does_not_warn_when_matched |
| 2363 | 2026-08-16T02:43:03.226Z | PASS [ 0.007s] ( 512/1101) vw-htcl validate::tests::bool_literal_arbitrary_string_errors |
| 2364 | 2026-08-16T02:43:03.226Z | PASS [ 0.007s] ( 513/1101) vw-htcl validate::tests::bool_literal_false_no_diagnostic |
| 2365 | 2026-08-16T02:43:03.226Z | PASS [ 0.008s] ( 514/1101) vw-htcl validate::tests::bool_literal_true_no_diagnostic |
| 2366 | 2026-08-16T02:43:03.230Z | PASS [ 0.007s] ( 515/1101) vw-htcl validate::tests::conflicts_dependency |
| 2367 | 2026-08-16T02:43:03.230Z | PASS [ 0.009s] ( 516/1101) vw-htcl validate::tests::bool_literal_integer_1_errors |
| 2368 | 2026-08-16T02:43:03.230Z | PASS [ 0.008s] ( 517/1101) vw-htcl validate::tests::doc_signatures_shadow_extra_without_warning |
| 2369 | 2026-08-16T02:43:03.230Z | PASS [ 0.007s] ( 518/1101) vw-htcl validate::tests::duplicate_arg_warns |
| 2370 | 2026-08-16T02:43:03.234Z | PASS [ 0.007s] ( 519/1101) vw-htcl validate::tests::dynamic_value_skips_enum_check |
| 2371 | 2026-08-16T02:43:03.234Z | PASS [ 0.008s] ( 520/1101) vw-htcl validate::tests::empty_body_annotated_proc_errors |
| 2372 | 2026-08-16T02:43:03.234Z | PASS [ 0.008s] ( 521/1101) vw-htcl validate::tests::empty_default_is_sentinel_no_warn |
| 2373 | 2026-08-16T02:43:03.234Z | PASS [ 0.007s] ( 522/1101) vw-htcl validate::tests::empty_deps_no_check |
| 2374 | 2026-08-16T02:43:03.234Z | PASS [ 0.007s] ( 523/1101) vw-htcl validate::tests::enum_accepts_listed_value |
| 2375 | 2026-08-16T02:43:03.238Z | PASS [ 0.007s] ( 524/1101) vw-htcl validate::tests::enum_decl_with_duplicate_variants_errors |
| 2376 | 2026-08-16T02:43:03.238Z | PASS [ 0.007s] ( 525/1101) vw-htcl validate::tests::enum_decl_with_unique_variants_passes |
| 2377 | 2026-08-16T02:43:03.238Z | PASS [ 0.007s] ( 526/1101) vw-htcl validate::tests::enum_overload_arm_empty_body_no_error |
| 2378 | 2026-08-16T02:43:03.238Z | PASS [ 0.008s] ( 527/1101) vw-htcl validate::tests::enum_rejects_unlisted_value |
| 2379 | 2026-08-16T02:43:03.241Z | PASS [ 0.007s] ( 528/1101) vw-htcl validate::tests::extern_prefixed_call_skips_unknown_check |
| 2380 | 2026-08-16T02:43:03.242Z | PASS [ 0.007s] ( 529/1101) vw-htcl validate::tests::extra_signatures_resolve_unknown_calls_from_prior_batches |
| 2381 | 2026-08-16T02:43:03.242Z | PASS [ 0.007s] ( 530/1101) vw-htcl validate::tests::happy_path_no_diagnostics |
| 2382 | 2026-08-16T02:43:03.245Z | PASS [ 0.008s] ( 531/1101) vw-htcl validate::tests::if_elseif_else_all_return_no_error |
| 2383 | 2026-08-16T02:43:03.245Z | PASS [ 0.009s] ( 532/1101) vw-htcl validate::tests::if_else_both_return_no_error |
| 2384 | 2026-08-16T02:43:03.245Z | PASS [ 0.007s] ( 533/1101) vw-htcl validate::tests::if_no_else_annotated_proc_errors |
| 2385 | 2026-08-16T02:43:03.245Z | PASS [ 0.008s] ( 534/1101) vw-htcl validate::tests::implicit_last_expression_extern_call_no_error |
| 2386 | 2026-08-16T02:43:03.245Z | PASS [ 0.007s] ( 535/1101) vw-htcl validate::tests::implicit_last_expression_typed_proc_call_no_error |
| 2387 | 2026-08-16T02:43:03.249Z | PASS [ 0.007s] ( 536/1101) vw-htcl validate::tests::implicit_required_satisfied_when_supplied |
| 2388 | 2026-08-16T02:43:03.249Z | PASS [ 0.007s] ( 537/1101) vw-htcl validate::tests::interpolated_value_does_not_warn |
| 2389 | 2026-08-16T02:43:03.249Z | PASS [ 0.007s] ( 538/1101) vw-htcl validate::tests::known_tcl_builtin_with_keyword_args_is_allowed |
| 2390 | 2026-08-16T02:43:03.253Z | PASS [ 0.007s] ( 539/1101) vw-htcl validate::tests::missing_required |
| 2391 | 2026-08-16T02:43:03.253Z | PASS [ 0.008s] ( 540/1101) vw-htcl validate::tests::namespace_eval_extern_is_rejected |
| 2392 | 2026-08-16T02:43:03.253Z | PASS [ 0.008s] ( 541/1101) vw-htcl validate::tests::namespace_eval_proc_validates_at_qualified_name |
| 2393 | 2026-08-16T02:43:03.253Z | PASS [ 0.008s] ( 542/1101) vw-htcl validate::tests::namespaced_newtype_return_type_allowed |
| 2394 | 2026-08-16T02:43:03.253Z | PASS [ 0.007s] ( 543/1101) vw-htcl validate::tests::namespaced_newtype_tail_arg_allowed |
| 2395 | 2026-08-16T02:43:03.256Z | PASS [ 0.008s] ( 544/1101) vw-htcl validate::tests::namespaced_proc_satisfied_by_valid_args |
| 2396 | 2026-08-16T02:43:03.256Z | PASS [ 0.008s] ( 545/1101) vw-htcl validate::tests::nested_namespace_eval_qualifies_recursively |
| 2397 | 2026-08-16T02:43:03.256Z | PASS [ 0.008s] ( 546/1101) vw-htcl validate::tests::newtype_triplet_empty_body_no_error |
| 2398 | 2026-08-16T02:43:03.260Z | PASS [ 0.007s] ( 547/1101) vw-htcl validate::tests::non_default_value_does_not_warn |
| 2399 | 2026-08-16T02:43:03.260Z | PASS [ 0.008s] ( 548/1101) vw-htcl validate::tests::one_of_arg_is_not_treated_as_required |
| 2400 | 2026-08-16T02:43:03.260Z | PASS [ 0.007s] ( 549/1101) vw-htcl validate::tests::one_of_declarations_are_symmetric |
| 2401 | 2026-08-16T02:43:03.260Z | PASS [ 0.007s] ( 550/1101) vw-htcl validate::tests::one_of_rejects_both_alternatives |
| 2402 | 2026-08-16T02:43:03.260Z | PASS [ 0.007s] ( 551/1101) vw-htcl validate::tests::one_of_requires_exactly_one_alternative |
| 2403 | 2026-08-16T02:43:03.263Z | PASS [ 0.008s] ( 552/1101) vw-htcl validate::tests::one_of_satisfied_by_either_alternative |
| 2404 | 2026-08-16T02:43:03.263Z | PASS [ 0.007s] ( 553/1101) vw-htcl validate::tests::overload_set_with_exhaustive_arms_classifies |
| 2405 | 2026-08-16T02:43:03.263Z | PASS [ 0.008s] ( 554/1101) vw-htcl validate::tests::overload_with_duplicate_variant_errors |
| 2406 | 2026-08-16T02:43:03.267Z | PASS [ 0.007s] ( 555/1101) vw-htcl validate::tests::overload_with_extra_args_errors |
| 2407 | 2026-08-16T02:43:03.267Z | PASS [ 0.007s] ( 556/1101) vw-htcl validate::tests::overload_with_mismatched_enums_errors |
| 2408 | 2026-08-16T02:43:03.267Z | PASS [ 0.007s] ( 557/1101) vw-htcl validate::tests::overload_with_mismatched_return_type_errors |
| 2409 | 2026-08-16T02:43:03.270Z | PASS [ 0.007s] ( 558/1101) vw-htcl validate::tests::positional_call_with_no_namespaced_match_still_passes |
| 2410 | 2026-08-16T02:43:03.270Z | PASS [ 0.009s] ( 559/1101) vw-htcl validate::tests::positional_call_with_namespaced_match_is_flagged |
| 2411 | 2026-08-16T02:43:03.270Z | PASS [ 0.007s] ( 560/1101) vw-htcl validate::tests::positional_unknown_call_is_allowed |
| 2412 | 2026-08-16T02:43:03.270Z | PASS [ 0.008s] ( 561/1101) vw-htcl validate::tests::primitive_prelude_reprs_are_not_undefined |
| 2413 | 2026-08-16T02:43:03.273Z | PASS [ 0.007s] ( 562/1101) vw-htcl validate::tests::prior_batch_procs_satisfy_current_batch_type_decl |
| 2414 | 2026-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 |
| 2415 | 2026-08-16T02:43:03.273Z | PASS [ 0.007s] ( 564/1101) vw-htcl validate::tests::qualified_type_in_return_position_errors |
| 2416 | 2026-08-16T02:43:03.273Z | PASS [ 0.007s] ( 565/1101) vw-htcl validate::tests::qualified_type_in_tail_arg_errors |
| 2417 | 2026-08-16T02:43:03.278Z | PASS [ 0.007s] ( 566/1101) vw-htcl validate::tests::qualified_type_inside_generic_errors |
| 2418 | 2026-08-16T02:43:03.278Z | PASS [ 0.008s] ( 567/1101) vw-htcl validate::tests::range_check |
| 2419 | 2026-08-16T02:43:03.278Z | PASS [ 0.008s] ( 568/1101) vw-htcl validate::tests::redundant_default_bare_matches_quoted_default |
| 2420 | 2026-08-16T02:43:03.278Z | PASS [ 0.008s] ( 569/1101) vw-htcl validate::tests::recursive_enum_passes |
| 2421 | 2026-08-16T02:43:03.278Z | PASS [ 0.008s] ( 570/1101) vw-htcl validate::tests::redundant_default_int_arg_warns |
| 2422 | 2026-08-16T02:43:03.282Z | PASS [ 0.007s] ( 571/1101) vw-htcl validate::tests::redundant_default_string_arg_warns |
| 2423 | 2026-08-16T02:43:03.282Z | PASS [ 0.008s] ( 572/1101) vw-htcl validate::tests::requires_dependency |
| 2424 | 2026-08-16T02:43:03.282Z | PASS [ 0.008s] ( 573/1101) vw-htcl validate::tests::reserved_prefix_user_proc_errors |
| 2425 | 2026-08-16T02:43:03.285Z | PASS [ 0.008s] ( 574/1101) vw-htcl validate::tests::return_bareword_at_qualified_type_errors |
| 2426 | 2026-08-16T02:43:03.285Z | PASS [ 0.008s] ( 575/1101) vw-htcl validate::tests::return_of_bare_identifier_matching_var_errors |
| 2427 | 2026-08-16T02:43:03.285Z | PASS [ 0.007s] ( 576/1101) vw-htcl validate::tests::return_of_bare_true_false_ok |
| 2428 | 2026-08-16T02:43:03.285Z | PASS [ 0.007s] ( 577/1101) vw-htcl validate::tests::return_of_int_literal_ok |
| 2429 | 2026-08-16T02:43:03.289Z | PASS [ 0.007s] ( 578/1101) vw-htcl validate::tests::return_type_check_descends_into_if_body |
| 2430 | 2026-08-16T02:43:03.289Z | PASS [ 0.008s] ( 579/1101) vw-htcl validate::tests::return_type_matching_annotation_no_diag |
| 2431 | 2026-08-16T02:43:03.289Z | PASS [ 0.008s] ( 580/1101) vw-htcl validate::tests::return_type_mismatch_errors |
| 2432 | 2026-08-16T02:43:03.289Z | PASS [ 0.008s] ( 581/1101) vw-htcl validate::tests::single_puts_body_annotated_proc_errors |
| 2433 | 2026-08-16T02:43:03.292Z | PASS [ 0.007s] ( 582/1101) vw-htcl validate::tests::src_at_named_multi_flagged |
| 2434 | 2026-08-16T02:43:03.292Z | PASS [ 0.007s] ( 583/1101) vw-htcl validate::tests::src_at_named_resolved_clean |
| 2435 | 2026-08-16T02:43:03.292Z | PASS [ 0.008s] ( 584/1101) vw-htcl validate::tests::src_at_named_unresolved_flagged |
| 2436 | 2026-08-16T02:43:03.292Z | PASS [ 0.008s] ( 585/1101) vw-htcl validate::tests::src_bare_path_not_flagged |
| 2437 | 2026-08-16T02:43:03.297Z | PASS [ 0.007s] ( 586/1101) vw-htcl validate::tests::src_subpath_reported_with_hint |
| 2438 | 2026-08-16T02:43:03.297Z | PASS [ 0.008s] ( 587/1101) vw-htcl validate::tests::switch_default_falls_through_errors |
| 2439 | 2026-08-16T02:43:03.297Z | PASS [ 0.007s] ( 588/1101) vw-htcl validate::tests::switch_no_default_errors |
| 2440 | 2026-08-16T02:43:03.297Z | PASS [ 0.008s] ( 589/1101) vw-htcl validate::tests::switch_with_default_all_return_no_error |
| 2441 | 2026-08-16T02:43:03.301Z | PASS [ 0.007s] ( 590/1101) vw-htcl validate::tests::test_attribute_dedicated_eda_ok |
| 2442 | 2026-08-16T02:43:03.301Z | PASS [ 0.008s] ( 591/1101) vw-htcl validate::tests::test_attribute_on_nested_proc_warns |
| 2443 | 2026-08-16T02:43:03.301Z | PASS [ 0.007s] ( 592/1101) vw-htcl validate::tests::test_attribute_on_proc_with_args_warns |
| 2444 | 2026-08-16T02:43:03.301Z | PASS [ 0.007s] ( 593/1101) vw-htcl validate::tests::test_attribute_unknown_key_warns |
| 2445 | 2026-08-16T02:43:03.301Z | PASS [ 0.008s] ( 594/1101) vw-htcl validate::tests::test_attribute_variant_with_dedicated_eda_ok |
| 2446 | 2026-08-16T02:43:03.304Z | PASS [ 0.007s] ( 595/1101) vw-htcl validate::tests::test_attribute_with_dedicated_eda_and_target_ok |
| 2447 | 2026-08-16T02:43:03.305Z | PASS [ 0.008s] ( 596/1101) vw-htcl validate::tests::test_attribute_wrong_positional_value_warns |
| 2448 | 2026-08-16T02:43:03.305Z | PASS [ 0.007s] ( 597/1101) vw-htcl validate::tests::test_target_and_variant_together_warns |
| 2449 | 2026-08-16T02:43:03.308Z | PASS [ 0.007s] ( 598/1101) vw-htcl validate::tests::test_target_without_dedicated_eda_warns |
| 2450 | 2026-08-16T02:43:03.308Z | PASS [ 0.007s] ( 599/1101) vw-htcl validate::tests::test_variant_without_dedicated_eda_warns |
| 2451 | 2026-08-16T02:43:03.308Z | PASS [ 0.007s] ( 600/1101) vw-htcl validate::tests::try_body_and_handler_terminate_no_error |
| 2452 | 2026-08-16T02:43:03.308Z | PASS [ 0.008s] ( 601/1101) vw-htcl validate::tests::type_check_matching_types_no_diagnostic |
| 2453 | 2026-08-16T02:43:03.311Z | PASS [ 0.008s] ( 602/1101) vw-htcl validate::tests::type_check_mismatched_types_errors |
| 2454 | 2026-08-16T02:43:03.311Z | PASS [ 0.008s] ( 603/1101) vw-htcl validate::tests::type_check_unknown_value_is_silent |
| 2455 | 2026-08-16T02:43:03.311Z | PASS [ 0.008s] ( 604/1101) vw-htcl validate::tests::type_check_var_binding_flows_through_set |
| 2456 | 2026-08-16T02:43:03.315Z | PASS [ 0.008s] ( 605/1101) vw-htcl validate::tests::type_decl_in_namespace_qualifies |
| 2457 | 2026-08-16T02:43:03.315Z | PASS [ 0.008s] ( 606/1101) vw-htcl validate::tests::type_decl_missing_all_three_lists_each |
| 2458 | 2026-08-16T02:43:03.315Z | PASS [ 0.007s] ( 607/1101) vw-htcl validate::tests::type_decl_missing_repr_emits_diagnostic |
| 2459 | 2026-08-16T02:43:03.315Z | PASS [ 0.007s] ( 608/1101) vw-htcl validate::tests::type_decl_unannotated_triplet_still_passes |
| 2460 | 2026-08-16T02:43:03.315Z | PASS [ 0.008s] ( 609/1101) vw-htcl validate::tests::type_decl_with_full_triplet_passes |
| 2461 | 2026-08-16T02:43:03.318Z | PASS [ 0.008s] ( 610/1101) vw-htcl validate::tests::type_decl_wrong_arg_type_emits_diagnostic |
| 2462 | 2026-08-16T02:43:03.318Z | PASS [ 0.008s] ( 611/1101) vw-htcl validate::tests::type_decl_wrong_return_type_emits_diagnostic |
| 2463 | 2026-08-16T02:43:03.323Z | PASS [ 0.007s] ( 612/1101) vw-htcl validate::tests::unannotated_proc_bare_return_ok |
| 2464 | 2026-08-16T02:43:03.323Z | PASS [ 0.008s] ( 613/1101) vw-htcl validate::tests::unannotated_proc_return_value_inside_if_errors |
| 2465 | 2026-08-16T02:43:03.323Z | PASS [ 0.007s] ( 614/1101) vw-htcl validate::tests::unannotated_proc_return_with_value_errors |
| 2466 | 2026-08-16T02:43:03.323Z | PASS [ 0.007s] ( 615/1101) vw-htcl validate::tests::unit_annotated_empty_body_no_error |
| 2467 | 2026-08-16T02:43:03.323Z | PASS [ 0.007s] ( 616/1101) vw-htcl validate::tests::unknown_arg |
| 2468 | 2026-08-16T02:43:03.323Z | PASS [ 0.007s] ( 617/1101) vw-htcl validate::tests::unknown_call_gets_did_you_mean_suggestion |
| 2469 | 2026-08-16T02:43:03.327Z | PASS [ 0.007s] ( 618/1101) vw-htcl validate::tests::unknown_keyword_call_is_an_error |
| 2470 | 2026-08-16T02:43:03.327Z | PASS [ 0.008s] ( 619/1101) vw-htcl validate::tests::unknown_qualified_still_rejected |
| 2471 | 2026-08-16T02:43:03.327Z | PASS [ 0.008s] ( 620/1101) vw-htcl validate::tests::unknown_positional_call_is_not_validated |
| 2472 | 2026-08-16T02:43:03.327Z | PASS [ 0.008s] ( 621/1101) vw-htcl validate::tests::unrelated_unknown_call_has_no_suggestion |
| 2473 | 2026-08-16T02:43:03.330Z | PASS [ 0.008s] ( 622/1101) vw-htcl validate::tests::validates_call_inside_command_substitution |
| 2474 | 2026-08-16T02:43:03.331Z | PASS [ 0.008s] ( 623/1101) vw-htcl validate::tests::validates_call_inside_proc_body |
| 2475 | 2026-08-16T02:43:03.331Z | PASS [ 0.008s] ( 624/1101) vw-htcl validate::tests::while_body_return_annotated_proc_errors |
| 2476 | 2026-08-16T02:43:03.331Z | PASS [ 0.009s] ( 625/1101) vw-htcl-cmd constraints::tests::empty_table_returns_no_overrides |
| 2477 | 2026-08-16T02:43:03.334Z | PASS [ 0.009s] ( 626/1101) vw-htcl-cmd constraints::tests::missing_command_returns_none |
| 2478 | 2026-08-16T02:43:03.334Z | PASS [ 0.007s] ( 627/1101) vw-htcl-cmd parse::tests::classifies_boolean_flag |
| 2479 | 2026-08-16T02:43:03.334Z | PASS [ 0.008s] ( 628/1101) vw-htcl-cmd constraints::tests::parses_full_arg_override_block |
| 2480 | 2026-08-16T02:43:03.337Z | PASS [ 0.008s] ( 629/1101) vw-htcl-cmd parse::tests::classifies_positional_and_recovers_name |
| 2481 | 2026-08-16T02:43:03.337Z | PASS [ 0.008s] ( 630/1101) vw-htcl-cmd parse::tests::classifies_value_flag |
| 2482 | 2026-08-16T02:43:03.338Z | PASS [ 0.007s] ( 631/1101) vw-htcl-cmd parse::tests::de_collides_positional_against_flag |
| 2483 | 2026-08-16T02:43:03.338Z | PASS [ 0.007s] ( 632/1101) vw-htcl-cmd parse::tests::drops_duplicate_flag |
| 2484 | 2026-08-16T02:43:03.341Z | PASS [ 0.007s] ( 633/1101) vw-htcl-cmd parse::tests::first_ident_token_extraction |
| 2485 | 2026-08-16T02:43:03.341Z | PASS [ 0.007s] ( 634/1101) vw-htcl-cmd parse::tests::multiword_placeholder_is_value_flag |
| 2486 | 2026-08-16T02:43:03.344Z | PASS [ 0.007s] ( 635/1101) vw-htcl-cmd parse::tests::non_header_block_is_rejected |
| 2487 | 2026-08-16T02:43:03.344Z | PASS [ 0.007s] ( 636/1101) vw-htcl-cmd parse::tests::positional_without_marker_is_optional |
| 2488 | 2026-08-16T02:43:03.344Z | PASS [ 0.007s] ( 637/1101) vw-htcl-cmd parse::tests::required_value_flag |
| 2489 | 2026-08-16T02:43:03.344Z | PASS [ 0.007s] ( 638/1101) vw-htcl-cmd parse::tests::sanitize_ident_never_yields_varargs |
| 2490 | 2026-08-16T02:43:03.348Z | PASS [ 0.007s] ( 639/1101) vw-htcl-cmd::generate parses_every_argument_shape |
| 2491 | 2026-08-16T02:43:03.351Z | PASS [ 0.007s] ( 640/1101) vw-htcl-cmd::generate real_man_pages_reparse |
| 2492 | 2026-08-16T02:43:03.351Z | PASS [ 0.013s] ( 641/1101) vw-htcl-cmd::generate empty_man_page_still_generates_valid_wrapper |
| 2493 | 2026-08-16T02:43:03.351Z | PASS [ 0.011s] ( 642/1101) vw-htcl-cmd::generate page_without_returns_section_emits_no_annotation |
| 2494 | 2026-08-16T02:43:03.351Z | PASS [ 0.008s] ( 643/1101) vw-htcl-cmd::generate returns_section_emits_type_annotation |
| 2495 | 2026-08-16T02:43:03.351Z | PASS [ 0.013s] ( 644/1101) vw-htcl-cmd::generate generated_wrapper_reparses |
| 2496 | 2026-08-16T02:43:03.351Z | PASS [ 0.008s] ( 645/1101) vw-htcl-cmd::generate returns_section_nothing_emits_unit |
| 2497 | 2026-08-16T02:43:03.351Z | PASS [ 0.008s] ( 646/1101) vw-htcl-cmd::generate synthesizes_operand_when_no_positional |
| 2498 | 2026-08-16T02:43:03.357Z | PASS [ 0.009s] ( 647/1101) vw-ip cips_dict::tests::discovery_returns_empty_outside_xilinx_layout |
| 2499 | 2026-08-16T02:43:03.360Z | PASS [ 0.010s] ( 648/1101) vw-ip cips_dict::tests::from_paired_default_flat_schema |
| 2500 | 2026-08-16T02:43:03.360Z | PASS [ 0.009s] ( 649/1101) vw-ip cips_dict::tests::override_baseline_flag_flows_into_dict_field |
| 2501 | 2026-08-16T02:43:03.360Z | PASS [ 0.010s] ( 650/1101) vw-ip cips_dict::tests::from_paired_default_nested_lr_schema |
| 2502 | 2026-08-16T02:43:03.360Z | PASS [ 0.009s] ( 651/1101) vw-ip cips_dict::tests::override_default_replaces_xml_default |
| 2503 | 2026-08-16T02:43:03.360Z | PASS [ 0.010s] ( 652/1101) vw-ip cips_dict::tests::from_paired_default_two_levels_matches_txrx_shape |
| 2504 | 2026-08-16T02:43:03.360Z | PASS [ 0.009s] ( 653/1101) vw-ip cips_dict::tests::overrides_apply_to_matching_shape_path |
| 2505 | 2026-08-16T02:43:03.360Z | PASS [ 0.010s] ( 654/1101) vw-ip cips_dict::tests::loads_minimum_viable_schema_from_synthetic_layout |
| 2506 | 2026-08-16T02:43:03.366Z | PASS [ 0.009s] ( 655/1101) vw-ip cips_dict::tests::parse_direct_csv_drops_unbalanced_brace_defaults |
| 2507 | 2026-08-16T02:43:03.369Z | PASS [ 0.008s] ( 656/1101) vw-ip cips_dict::tests::safe_key_rejects_anything_with_braces_or_special_chars |
| 2508 | 2026-08-16T02:43:03.369Z | PASS [ 0.008s] ( 657/1101) vw-ip cips_dict::tests::shape_wide_baseline_marks_every_field |
| 2509 | 2026-08-16T02:43:03.369Z | PASS [ 0.008s] ( 658/1101) vw-ip cips_dict::tests::split_brace_aware_respects_tcl_groups |
| 2510 | 2026-08-16T02:43:03.369Z | PASS [ 0.008s] ( 659/1101) vw-ip cips_dict::tests::unwrap_one_brace_strips_outer_pair_only |
| 2511 | 2026-08-16T02:43:03.370Z | PASS [ 0.008s] ( 660/1101) vw-ip family::tests::different_defaults_prevent_collapse |
| 2512 | 2026-08-16T02:43:03.370Z | PASS [ 0.008s] ( 661/1101) vw-ip family::tests::different_choice_refs_do_collapse |
| 2513 | 2026-08-16T02:43:03.370Z | PASS [ 0.009s] ( 662/1101) vw-ip family::tests::dcmac_like_leaf_family_collapses |
| 2514 | 2026-08-16T02:43:03.374Z | PASS [ 0.008s] ( 663/1101) vw-ip family::tests::excluded_stem_stays_per_n |
| 2515 | 2026-08-16T02:43:03.374Z | PASS [ 0.008s] ( 664/1101) vw-ip family::tests::nested_family_does_not_collapse |
| 2516 | 2026-08-16T02:43:03.378Z | PASS [ 0.008s] ( 665/1101) vw-ip family::tests::shape_mismatch_falls_back_to_per_n |
| 2517 | 2026-08-16T02:43:03.378Z | PASS [ 0.007s] ( 666/1101) vw-ip family::tests::strips_trailing_digits |
| 2518 | 2026-08-16T02:43:03.378Z | PASS [ 0.008s] ( 667/1101) vw-ip family::tests::single_shape_ip_produces_no_families |
| 2519 | 2026-08-16T02:43:03.378Z | PASS [ 0.009s] ( 668/1101) vw-ip generate::tests::arg_name_strips_node_prefix |
| 2520 | 2026-08-16T02:43:03.378Z | PASS [ 0.009s] ( 669/1101) vw-ip generate::tests::configure_returns_typed_config_no_side_effects |
| 2521 | 2026-08-16T02:43:03.382Z | PASS [ 0.011s] ( 670/1101) vw-ip generate::tests::bd_switch_arg_toggles_construction |
| 2522 | 2026-08-16T02:43:03.385Z | PASS [ 0.008s] ( 671/1101) vw-ip generate::tests::create_takes_only_name_bd_config |
| 2523 | 2026-08-16T02:43:03.385Z | PASS [ 0.008s] ( 672/1101) vw-ip generate::tests::dict_field_with_baseline_flag_emits_baseline_attr |
| 2524 | 2026-08-16T02:43:03.385Z | PASS [ 0.008s] ( 673/1101) vw-ip generate::tests::create_body_unwraps_config_and_applies |
| 2525 | 2026-08-16T02:43:03.385Z | PASS [ 0.008s] ( 674/1101) vw-ip generate::tests::emits_default_and_enum_attributes |
| 2526 | 2026-08-16T02:43:03.385Z | PASS [ 0.008s] ( 675/1101) vw-ip generate::tests::emits_set_property_for_each_param |
| 2527 | 2026-08-16T02:43:03.385Z | PASS [ 0.008s] ( 676/1101) vw-ip generate::tests::extrapolate_quad_schema_does_not_synthesize_pin_path_enum |
| 2528 | 2026-08-16T02:43:03.386Z | PASS [ 0.009s] ( 677/1101) vw-ip generate::tests::generated_output_parses_back |
| 2529 | 2026-08-16T02:43:03.389Z | PASS [ 0.008s] ( 678/1101) vw-ip generate::tests::includes_description_as_doc_comment |
| 2530 | 2026-08-16T02:43:03.393Z | PASS [ 0.008s] ( 679/1101) vw-ip generate::tests::neither_tag_nor_shape_stays_scalar |
| 2531 | 2026-08-16T02:43:03.393Z | PASS [ 0.008s] ( 680/1101) vw-ip generate::tests::structural_shape_still_wins_without_tag |
| 2532 | 2026-08-16T02:43:03.393Z | PASS [ 0.008s] ( 681/1101) vw-ip generate::tests::tcldict_tag_overrides_scalar_default |
| 2533 | 2026-08-16T02:43:03.393Z | PASS [ 0.009s] ( 682/1101) vw-ip generate::tests::single_mode_below_threshold |
| 2534 | 2026-08-16T02:43:03.393Z | PASS [ 0.009s] ( 683/1101) vw-ip generate::tests::split_sub_procs_take_cell_as_first_arg |
| 2535 | 2026-08-16T02:43:03.396Z | PASS [ 0.009s] ( 684/1101) vw-ip generate::tests::tiny_groups_land_on_the_parent_proc |
| 2536 | 2026-08-16T02:43:03.396Z | PASS [ 0.007s] ( 685/1101) vw-ip group::tests::groups_by_two_prefix_segments |
| 2537 | 2026-08-16T02:43:03.399Z | PASS [ 0.007s] ( 686/1101) vw-ip group::tests::names_with_fewer_segments_become_their_own_key |
| 2538 | 2026-08-16T02:43:03.399Z | PASS [ 0.008s] ( 687/1101) vw-ip overrides::tests::empty_file_yields_empty_shapes_map |
| 2539 | 2026-08-16T02:43:03.403Z | PASS [ 0.009s] ( 688/1101) vw-ip overrides::tests::baseline_defaults_to_false |
| 2540 | 2026-08-16T02:43:03.403Z | PASS [ 0.008s] ( 689/1101) vw-ip overrides::tests::field_baseline_flag_parses |
| 2541 | 2026-08-16T02:43:03.403Z | PASS [ 0.009s] ( 690/1101) vw-ip overrides::tests::field_default_override |
| 2542 | 2026-08-16T02:43:03.403Z | PASS [ 0.008s] ( 691/1101) vw-ip overrides::tests::malformed_toml_errors_with_path_context |
| 2543 | 2026-08-16T02:43:03.403Z | PASS [ 0.008s] ( 692/1101) vw-ip overrides::tests::missing_field_within_present_shape_returns_none |
| 2544 | 2026-08-16T02:43:03.406Z | PASS [ 0.007s] ( 693/1101) vw-ip overrides::tests::missing_file_yields_empty |
| 2545 | 2026-08-16T02:43:03.410Z | PASS [ 0.008s] ( 694/1101) vw-ip overrides::tests::missing_shape_returns_none |
| 2546 | 2026-08-16T02:43:03.410Z | PASS [ 0.008s] ( 695/1101) vw-ip overrides::tests::shape_baseline_defaults_to_false |
| 2547 | 2026-08-16T02:43:03.410Z | PASS [ 0.008s] ( 696/1101) vw-ip overrides::tests::shape_level_baseline_flag_parses |
| 2548 | 2026-08-16T02:43:03.410Z | PASS [ 0.008s] ( 697/1101) vw-ip overrides::tests::single_shape_single_field_enum |
| 2549 | 2026-08-16T02:43:03.410Z | PASS [ 0.008s] ( 698/1101) vw-ip paired_list::tests::deeply_nested_braces_preserved |
| 2550 | 2026-08-16T02:43:03.410Z | PASS [ 0.008s] ( 699/1101) vw-ip paired_list::tests::empty_braces_tokenize_as_empty_string |
| 2551 | 2026-08-16T02:43:03.413Z | PASS [ 0.007s] ( 700/1101) vw-ip paired_list::tests::empty_input_yields_empty_pairs |
| 2552 | 2026-08-16T02:43:03.417Z | PASS [ 0.007s] ( 701/1101) vw-ip paired_list::tests::non_ident_keys_reject_pair_interpretation |
| 2553 | 2026-08-16T02:43:03.417Z | PASS [ 0.008s] ( 702/1101) vw-ip paired_list::tests::flat_paired_list |
| 2554 | 2026-08-16T02:43:03.417Z | PASS [ 0.008s] ( 703/1101) vw-ip paired_list::tests::odd_token_count_yields_empty_pairs |
| 2555 | 2026-08-16T02:43:03.417Z | PASS [ 0.007s] ( 704/1101) vw-ip paired_list::tests::one_level_nested_lr_settings |
| 2556 | 2026-08-16T02:43:03.422Z | PASS [ 0.007s] ( 705/1101) vw-ip paired_list::tests::scalar_value_with_dot |
| 2557 | 2026-08-16T02:43:03.422Z | PASS [ 0.007s] ( 706/1101) vw-ip paired_list::tests::two_level_nesting_matches_txrx_optional_ports_shape |
| 2558 | 2026-08-16T02:43:03.422Z | PASS [ 0.007s] ( 707/1101) vw-ip presets::tests::discovers_under_data_layout |
| 2559 | 2026-08-16T02:43:03.426Z | PASS [ 0.007s] ( 708/1101) vw-ip presets::tests::discovery_empty_when_layout_doesnt_match |
| 2560 | 2026-08-16T02:43:03.426Z | PASS [ 0.007s] ( 709/1101) vw-ip presets::tests::strips_xilinx_version_suffix |
| 2561 | 2026-08-16T02:43:03.426Z | PASS [ 0.008s] ( 710/1101) vw-ip presets::tests::merges_multiple_files |
| 2562 | 2026-08-16T02:43:03.426Z | PASS [ 0.008s] ( 711/1101) vw-ip presets::tests::parses_preset_file |
| 2563 | 2026-08-16T02:43:03.432Z | PASS [ 0.012s] ( 712/1101) vw-ip targets::tests::bare_family_widens_to_placeholder_regex |
| 2564 | 2026-08-16T02:43:03.435Z | PASS [ 0.015s] ( 713/1101) vw-ip targets::tests::architecture_filter_widens_blessed_list |
| 2565 | 2026-08-16T02:43:03.435Z | PASS [ 0.016s] ( 714/1101) vw-ip targets::tests::architecture_filter_dedupes_against_existing_supported |
| 2566 | 2026-08-16T02:43:03.435Z | PASS [ 0.012s] ( 715/1101) vw-ip targets::tests::brace_form_without_lifecycle_is_blessed |
| 2567 | 2026-08-16T02:43:03.439Z | PASS [ 0.012s] ( 716/1101) vw-ip targets::tests::missing_section_returns_empty |
| 2568 | 2026-08-16T02:43:03.439Z | PASS [ 0.013s] ( 717/1101) vw-ip targets::tests::capability_only_filter_adds_nothing_to_supported |
| 2569 | 2026-08-16T02:43:03.439Z | PASS [ 0.013s] ( 718/1101) vw-ip targets::tests::mixed_lifecycles_are_split |
| 2570 | 2026-08-16T02:43:03.443Z | PASS [ 0.057s] ( 719/1101) vw-ip generate::tests::split_mode_emits_top_and_sub_procs |
| 2571 | 2026-08-16T02:43:03.443Z | PASS [ 0.007s] ( 720/1101) vw-ip tree::tests::empty_input_returns_empty_root |
| 2572 | 2026-08-16T02:43:03.446Z | PASS [ 0.008s] ( 721/1101) vw-ip tree::tests::nested_hierarchy_splits_recursively |
| 2573 | 2026-08-16T02:43:03.446Z | PASS [ 0.008s] ( 722/1101) vw-ip tree::tests::singletons_stay_at_root |
| 2574 | 2026-08-16T02:43:03.446Z | PASS [ 0.008s] ( 723/1101) vw-ip tree::tests::splits_when_subgroup_exceeds_threshold |
| 2575 | 2026-08-16T02:43:03.447Z | PASS [ 0.014s] ( 724/1101) vw-ip targets::tests::multiple_architecture_clauses_each_lift |
| 2576 | 2026-08-16T02:43:03.447Z | PASS [ 0.013s] ( 725/1101) vw-ip targets::tests::not_supported_lifecycle_lands_in_ban_list |
| 2577 | 2026-08-16T02:43:03.447Z | PASS [ 0.014s] ( 726/1101) vw-ip targets::tests::production_lifecycle_lands_in_supported |
| 2578 | 2026-08-16T02:43:03.450Z | PASS [ 0.007s] ( 727/1101) vw-ip tree::tests::strip_prefix_returns_local_name |
| 2579 | 2026-08-16T02:43:03.454Z | PASS [ 0.009s] ( 728/1101) vw-ip::load_real_files generates_cips_wrapper_that_reparses |
| 2580 | 2026-08-16T02:43:03.454Z | PASS [ 0.007s] ( 729/1101) vw-ip::load_real_files generates_cpm5_wrapper_in_split_mode |
| 2581 | 2026-08-16T02:43:03.454Z | PASS [ 0.007s] ( 730/1101) vw-ip::load_real_files groups_cpm5_parameters_into_handful_of_buckets |
| 2582 | 2026-08-16T02:43:03.454Z | PASS [ 0.008s] ( 731/1101) vw-ip::load_real_files loads_cips_component |
| 2583 | 2026-08-16T02:43:03.457Z | PASS [ 0.008s] ( 732/1101) vw-ip::load_real_files loads_cpm5_component |
| 2584 | 2026-08-16T02:43:03.461Z | PASS [ 0.015s] ( 733/1101) vw-lib dependency_source_tests::default_variant_multi_with_default_flag |
| 2585 | 2026-08-16T02:43:03.465Z | PASS [ 0.011s] ( 734/1101) vw-lib dependency_source_tests::default_variant_no_variants_yields_none |
| 2586 | 2026-08-16T02:43:03.465Z | PASS [ 0.016s] ( 735/1101) vw-lib dependency_source_tests::ambiguous_substring_errors |
| 2587 | 2026-08-16T02:43:03.465Z | PASS [ 0.011s] ( 736/1101) vw-lib dependency_source_tests::default_variant_multi_without_default_errors |
| 2588 | 2026-08-16T02:43:03.465Z | PASS [ 0.017s] ( 737/1101) vw-lib dependency_source_tests::a_lockfile_serializes_the_same_way_every_time |
| 2589 | 2026-08-16T02:43:03.465Z | PASS [ 0.011s] ( 738/1101) vw-lib dependency_source_tests::design_constraints_empty_when_no_dir |
| 2590 | 2026-08-16T02:43:03.465Z | PASS [ 0.011s] ( 739/1101) vw-lib dependency_source_tests::design_constraints_finds_xdc_and_sdc_recursively |
| 2591 | 2026-08-16T02:43:03.468Z | PASS [ 0.013s] ( 740/1101) vw-lib dependency_source_tests::design_sources_filter_by_active_variant |
| 2592 | 2026-08-16T02:43:03.473Z | PASS [ 0.011s] ( 741/1101) vw-lib dependency_source_tests::duplicate_variant_names_error |
| 2593 | 2026-08-16T02:43:03.477Z | PASS [ 0.011s] ( 742/1101) vw-lib dependency_source_tests::every_reason_a_checkpoint_is_not_reused_is_distinguishable |
| 2594 | 2026-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 |
| 2595 | 2026-08-16T02:43:03.477Z | PASS [ 0.012s] ( 744/1101) vw-lib dependency_source_tests::design_sources_no_variants_declared_returns_all |
| 2596 | 2026-08-16T02:43:03.477Z | PASS [ 0.012s] ( 745/1101) vw-lib dependency_source_tests::design_sources_variant_exclusive_supports_globs |
| 2597 | 2026-08-16T02:43:03.477Z | PASS [ 0.012s] ( 746/1101) vw-lib dependency_source_tests::git_dep_parses_from_repo_key |
| 2598 | 2026-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 |
| 2599 | 2026-08-16T02:43:03.477Z | PASS [ 0.010s] ( 748/1101) vw-lib dependency_source_tests::library_name_hyphens_become_underscores |
| 2600 | 2026-08-16T02:43:03.484Z | PASS [ 0.011s] ( 749/1101) vw-lib dependency_source_tests::list_htcl_tests_returns_empty_when_test_dir_missing |
| 2601 | 2026-08-16T02:43:03.494Z | PASS [ 0.011s] ( 750/1101) vw-lib dependency_source_tests::list_htcl_tests_walks_test_directory |
| 2602 | 2026-08-16T02:43:03.494Z | PASS [ 0.011s] ( 751/1101) vw-lib dependency_source_tests::path_dep_parses_from_path_key |
| 2603 | 2026-08-16T02:43:03.494Z | PASS [ 0.012s] ( 752/1101) vw-lib dependency_source_tests::multi_parts_without_default_flag_errors |
| 2604 | 2026-08-16T02:43:03.494Z | PASS [ 0.010s] ( 753/1101) vw-lib dependency_source_tests::phase_scoped_constraints_empty_when_subdir_missing |
| 2605 | 2026-08-16T02:43:03.494Z | PASS [ 0.012s] ( 754/1101) vw-lib dependency_source_tests::manifest_path_dep_wins_over_stale_git_lock_entry |
| 2606 | 2026-08-16T02:43:03.494Z | PASS [ 0.011s] ( 755/1101) vw-lib dependency_source_tests::path_dep_roundtrips |
| 2607 | 2026-08-16T02:43:03.494Z | PASS [ 0.011s] ( 756/1101) vw-lib dependency_source_tests::phase_scoped_constraints_isolate_per_subdir |
| 2608 | 2026-08-16T02:43:03.498Z | PASS [ 0.010s] ( 757/1101) vw-lib dependency_source_tests::place_needs_update_true_when_checkpoint_missing |
| 2609 | 2026-08-16T02:43:03.498Z | PASS [ 0.011s] ( 758/1101) vw-lib dependency_source_tests::place_needs_update_false_when_non_place_htcl_changes |
| 2610 | 2026-08-16T02:43:03.498Z | PASS [ 0.012s] ( 759/1101) vw-lib dependency_source_tests::place_needs_update_false_when_manifest_matches |
| 2611 | 2026-08-16T02:43:03.498Z | PASS [ 0.010s] ( 760/1101) vw-lib dependency_source_tests::place_needs_update_true_when_synth_checkpoint_changes |
| 2612 | 2026-08-16T02:43:03.498Z | PASS [ 0.010s] ( 761/1101) vw-lib dependency_source_tests::project_needs_wipe_false_when_manifest_matches |
| 2613 | 2026-08-16T02:43:03.498Z | PASS [ 0.011s] ( 762/1101) vw-lib dependency_source_tests::place_needs_update_true_when_place_xdc_content_changes |
| 2614 | 2026-08-16T02:43:03.498Z | PASS [ 0.010s] ( 763/1101) vw-lib dependency_source_tests::project_needs_wipe_false_when_non_ip_htcl_changes |
| 2615 | 2026-08-16T02:43:03.507Z | PASS [ 0.011s] ( 764/1101) vw-lib dependency_source_tests::project_needs_wipe_true_when_xpr_missing |
| 2616 | 2026-08-16T02:43:03.507Z | PASS [ 0.011s] ( 765/1101) vw-lib dependency_source_tests::project_needs_wipe_true_when_manifest_missing |
| 2617 | 2026-08-16T02:43:03.511Z | PASS [ 0.011s] ( 766/1101) vw-lib dependency_source_tests::project_needs_wipe_true_when_vw_toml_changes |
| 2618 | 2026-08-16T02:43:03.511Z | PASS [ 0.011s] ( 767/1101) vw-lib dependency_source_tests::project_needs_wipe_true_when_ip_htcl_content_changes |
| 2619 | 2026-08-16T02:43:03.511Z | PASS [ 0.012s] ( 768/1101) vw-lib dependency_source_tests::prune_drops_now_path_dep_but_keeps_git_deps |
| 2620 | 2026-08-16T02:43:03.511Z | PASS [ 0.011s] ( 769/1101) vw-lib dependency_source_tests::render_vhdl_ls_config_populates_expected_libraries |
| 2621 | 2026-08-16T02:43:03.511Z | PASS [ 0.013s] ( 770/1101) vw-lib dependency_source_tests::render_vhdl_lang_config_round_trips_through_toml |
| 2622 | 2026-08-16T02:43:03.517Z | PASS [ 0.031s] ( 771/1101) vw-lib dependency_source_tests::project_needs_wipe_false_after_identical_rewrite |
| 2623 | 2026-08-16T02:43:03.521Z | PASS [ 0.011s] ( 772/1101) vw-lib dependency_source_tests::route_needs_update_false_when_manifest_matches |
| 2624 | 2026-08-16T02:43:03.521Z | PASS [ 0.012s] ( 773/1101) vw-lib dependency_source_tests::resolve_top_unknown_variant_falls_back_to_workspace |
| 2625 | 2026-08-16T02:43:03.521Z | PASS [ 0.012s] ( 774/1101) vw-lib dependency_source_tests::resolve_top_variant_overrides_workspace |
| 2626 | 2026-08-16T02:43:03.521Z | PASS [ 0.012s] ( 775/1101) vw-lib dependency_source_tests::resolve_top_none_when_unset_everywhere |
| 2627 | 2026-08-16T02:43:03.521Z | PASS [ 0.010s] ( 776/1101) vw-lib dependency_source_tests::route_needs_update_true_when_checkpoint_missing |
| 2628 | 2026-08-16T02:43:03.521Z | PASS [ 0.011s] ( 777/1101) vw-lib dependency_source_tests::route_needs_update_false_when_non_route_xdc_changes |
| 2629 | 2026-08-16T02:43:03.524Z | PASS [ 0.011s] ( 778/1101) vw-lib dependency_source_tests::route_needs_update_true_when_place_checkpoint_changes |
| 2630 | 2026-08-16T02:43:03.528Z | PASS [ 0.011s] ( 779/1101) vw-lib dependency_source_tests::route_needs_update_true_when_route_xdc_content_changes |
| 2631 | 2026-08-16T02:43:03.531Z | PASS [ 0.011s] ( 780/1101) vw-lib dependency_source_tests::select_variant_exact_match_only |
| 2632 | 2026-08-16T02:43:03.532Z | PASS [ 0.011s] ( 781/1101) vw-lib dependency_source_tests::single_variant_no_default_flag_still_parses |
| 2633 | 2026-08-16T02:43:03.532Z | PASS [ 0.011s] ( 782/1101) vw-lib dependency_source_tests::synth_needs_update_true_when_checkpoint_missing |
| 2634 | 2026-08-16T02:43:03.532Z | PASS [ 0.012s] ( 783/1101) vw-lib dependency_source_tests::synth_needs_update_false_when_manifest_matches |
| 2635 | 2026-08-16T02:43:03.532Z | PASS [ 0.012s] ( 784/1101) vw-lib dependency_source_tests::single_part_is_implicit_default |
| 2636 | 2026-08-16T02:43:03.535Z | PASS [ 0.011s] ( 785/1101) vw-lib dependency_source_tests::synth_needs_update_true_when_htcl_content_changes |
| 2637 | 2026-08-16T02:43:03.540Z | PASS [ 0.011s] ( 786/1101) vw-lib dependency_source_tests::synth_needs_update_true_when_manifest_missing |
| 2638 | 2026-08-16T02:43:03.543Z | PASS [ 0.011s] ( 787/1101) vw-lib dependency_source_tests::synth_needs_update_true_when_source_content_changes |
| 2639 | 2026-08-16T02:43:03.546Z | PASS [ 0.014s] ( 788/1101) vw-lib dependency_source_tests::target_compat_no_op_when_no_target_declared |
| 2640 | 2026-08-16T02:43:03.546Z | PASS [ 0.015s] ( 789/1101) vw-lib dependency_source_tests::target_compat_matches_when_pattern_covers_part |
| 2641 | 2026-08-16T02:43:03.546Z | PASS [ 0.014s] ( 790/1101) vw-lib dependency_source_tests::target_compat_reports_unblessed_when_no_pattern_matches |
| 2642 | 2026-08-16T02:43:03.546Z | PASS [ 0.013s] ( 791/1101) vw-lib dependency_source_tests::target_compat_supported_match_clears_when_no_ban |
| 2643 | 2026-08-16T02:43:03.550Z | PASS [ 0.016s] ( 792/1101) vw-lib dependency_source_tests::target_compat_reports_not_supported_wins_over_supported |
| 2644 | 2026-08-16T02:43:03.553Z | PASS [ 0.011s] ( 793/1101) vw-lib dependency_source_tests::target_compat_treats_empty_patterns_as_universal |
| 2645 | 2026-08-16T02:43:03.553Z | PASS [ 0.033s] ( 794/1101) vw-lib dependency_source_tests::synth_needs_update_false_after_identical_rewrite |
| 2646 | 2026-08-16T02:43:03.569Z | PASS [ 0.013s] ( 795/1101) vw-lib dependency_source_tests::target_pattern_anchors_at_start |
| 2647 | 2026-08-16T02:43:03.569Z | PASS [ 0.010s] ( 796/1101) vw-lib dependency_source_tests::target_pattern_rejects_bare_family |
| 2648 | 2026-08-16T02:43:03.569Z | PASS [ 0.011s] ( 797/1101) vw-lib dependency_source_tests::the_reported_reason_agrees_with_the_decision |
| 2649 | 2026-08-16T02:43:03.569Z | PASS [ 0.011s] ( 798/1101) vw-lib dependency_source_tests::test_dependencies_parse_from_test_dependencies_section |
| 2650 | 2026-08-16T02:43:03.569Z | PASS [ 0.012s] ( 799/1101) vw-lib dependency_source_tests::transitive_dep_resolution_first_seen_wins |
| 2651 | 2026-08-16T02:43:03.569Z | PASS [ 0.014s] ( 800/1101) vw-lib dependency_source_tests::target_pattern_parses_brace_form |
| 2652 | 2026-08-16T02:43:03.569Z | PASS [ 0.012s] ( 801/1101) vw-lib dependency_source_tests::transitive_dep_resolution_pulls_in_lib_of_lib |
| 2653 | 2026-08-16T02:43:03.569Z | PASS [ 0.012s] ( 802/1101) vw-lib dependency_source_tests::unlocked_git_deps_detection |
| 2654 | 2026-08-16T02:43:03.569Z | PASS [ 0.010s] ( 803/1101) vw-lib dependency_source_tests::variants_and_target_parts_are_mutually_exclusive |
| 2655 | 2026-08-16T02:43:03.569Z | PASS [ 0.012s] ( 804/1101) vw-lib dependency_source_tests::vhdl_dependency_sources_exclude_sim_only_flag |
| 2656 | 2026-08-16T02:43:03.569Z | PASS [ 0.012s] ( 805/1101) vw-lib dependency_source_tests::vhdl_dependency_sources_finds_git_dep_via_lockfile |
| 2657 | 2026-08-16T02:43:03.569Z | PASS [ 0.011s] ( 806/1101) vw-lib dependency_source_tests::vhdl_dependency_sources_git_cache_is_flattened |
| 2658 | 2026-08-16T02:43:03.574Z | PASS [ 0.012s] ( 807/1101) vw-lib dependency_source_tests::vhdl_dependency_sources_honors_exclude |
| 2659 | 2026-08-16T02:43:03.574Z | PASS [ 0.012s] ( 808/1101) vw-lib dependency_source_tests::vhdl_dependency_sources_include_test_flag |
| 2660 | 2026-08-16T02:43:03.577Z | PASS [ 0.012s] ( 809/1101) vw-lib dependency_source_tests::vhdl_dependency_sources_resolves_relative_path_dep |
| 2661 | 2026-08-16T02:43:03.577Z | PASS [ 0.011s] ( 810/1101) vw-lib dependency_source_tests::vhdl_design_sources_empty_when_no_hdl_dir |
| 2662 | 2026-08-16T02:43:03.578Z | PASS [ 0.012s] ( 811/1101) vw-lib dependency_source_tests::vhdl_dependency_sources_skips_deps_without_src |
| 2663 | 2026-08-16T02:43:03.581Z | PASS [ 0.010s] ( 812/1101) vw-lib dependency_source_tests::vhdl_ip_sources_empty_when_no_target_ip_dir |
| 2664 | 2026-08-16T02:43:03.581Z | PASS [ 0.010s] ( 813/1101) vw-lib dependency_source_tests::vhdl_ip_sources_excludes_vivado_cache_subtrees |
| 2665 | 2026-08-16T02:43:03.581Z | PASS [ 0.011s] ( 814/1101) vw-lib dependency_source_tests::vhdl_design_sources_walks_recursive_and_sorts |
| 2666 | 2026-08-16T02:43:03.581Z | PASS [ 0.010s] ( 815/1101) vw-lib dependency_source_tests::vhdl_ip_sources_walks_target_ip_recursively |
| 2667 | 2026-08-16T02:43:03.584Z | PASS [ 0.010s] ( 816/1101) vw-lib dependency_source_tests::vho_template_rewrites_to_black_box_entity |
| 2668 | 2026-08-16T02:43:03.588Z | PASS [ 0.010s] ( 817/1101) vw-lib dependency_source_tests::vho_without_component_returns_none |
| 2669 | 2026-08-16T02:43:03.588Z | PASS [ 0.011s] ( 818/1101) vw-lib dependency_source_tests::workspace_config_parses_multi_target_parts |
| 2670 | 2026-08-16T02:43:03.588Z | PASS [ 0.011s] ( 819/1101) vw-lib dependency_source_tests::workspace_config_parses_target_part_and_targets |
| 2671 | 2026-08-16T02:43:03.591Z | PASS [ 0.011s] ( 820/1101) vw-lib dependency_source_tests::workspace_config_parses_variants_block |
| 2672 | 2026-08-16T02:43:03.594Z | PASS [ 0.012s] ( 821/1101) vw-lib locked_resolution_tests::a_changed_declaration_fails_the_present_check |
| 2673 | 2026-08-16T02:43:03.597Z | PASS [ 0.013s] ( 822/1101) vw-lib locked_resolution_tests::a_dependency_absent_from_the_lock_still_resolves |
| 2674 | 2026-08-16T02:43:03.597Z | PASS [ 0.011s] ( 823/1101) vw-lib locked_resolution_tests::a_legacy_lock_entry_still_satisfies_the_present_check |
| 2675 | 2026-08-16T02:43:03.601Z | PASS [ 0.012s] ( 824/1101) vw-lib locked_resolution_tests::a_locked_branch_dependency_is_not_re_resolved |
| 2676 | 2026-08-16T02:43:03.605Z | PASS [ 0.012s] ( 825/1101) vw-lib locked_resolution_tests::a_manifest_commit_outranks_a_stale_lock_entry |
| 2677 | 2026-08-16T02:43:03.608Z | PASS [ 0.011s] ( 826/1101) vw-lib parts::tests::classifies_series |
| 2678 | 2026-08-16T02:43:03.612Z | PASS [ 0.011s] ( 827/1101) vw-lib parts::tests::fuzzy_matches_across_tokens_case_insensitive |
| 2679 | 2026-08-16T02:43:03.616Z | PASS [ 0.011s] ( 828/1101) vw-lib parts::tests::parses_pkg_block_and_translates_ids_7series |
| 2680 | 2026-08-16T02:43:03.620Z | PASS [ 0.012s] ( 829/1101) vw-lib parts::tests::parses_pkg_block_and_translates_ids_ultrascale_plus |
| 2681 | 2026-08-16T02:43:03.624Z | PASS [ 0.011s] ( 830/1101) vw-lib parts::tests::skips_in_development_and_out_of_block_rows |
| 2682 | 2026-08-16T02:43:03.628Z | PASS [ 0.009s] ( 831/1101) vw-quote::basic braces_in_template_pass_through |
| 2683 | 2026-08-16T02:43:03.635Z | PASS [ 0.041s] ( 832/1101) vw-lib locked_resolution_tests::an_update_re_resolves_a_locked_branch_dependency |
| 2684 | 2026-08-16T02:43:03.638Z | PASS [ 0.008s] ( 833/1101) vw-quote::basic dollar_in_value_is_escaped |
| 2685 | 2026-08-16T02:43:03.638Z | PASS [ 0.049s] ( 834/1101) vw-lib locked_resolution_tests::a_lock_entry_for_another_repo_does_not_pin |
| 2686 | 2026-08-16T02:43:03.639Z | PASS [ 0.050s] ( 835/1101) vw-lib locked_resolution_tests::a_lock_entry_for_another_branch_does_not_pin |
| 2687 | 2026-08-16T02:43:03.642Z | PASS [ 0.018s] ( 836/1101) vw-quote::basic doc_comment_passes_through |
| 2688 | 2026-08-16T02:43:03.646Z | PASS [ 0.008s] ( 837/1101) vw-quote::basic expression_interpolation |
| 2689 | 2026-08-16T02:43:03.646Z | PASS [ 0.008s] ( 838/1101) vw-quote::basic literal_passthrough |
| 2690 | 2026-08-16T02:43:03.646Z | PASS [ 0.008s] ( 839/1101) vw-quote::basic multiple_interpolations |
| 2691 | 2026-08-16T02:43:03.646Z | PASS [ 0.008s] ( 840/1101) vw-quote::basic method_call_in_interpolation |
| 2692 | 2026-08-16T02:43:03.650Z | PASS [ 0.009s] ( 841/1101) vw-quote::basic output_parses_as_valid_htcl |
| 2693 | 2026-08-16T02:43:03.654Z | PASS [ 0.007s] ( 842/1101) vw-quote::basic simple_ident_interpolation |
| 2694 | 2026-08-16T02:43:03.654Z | PASS [ 0.008s] ( 843/1101) vw-quote::basic tcl_expression_interpolation |
| 2695 | 2026-08-16T02:43:03.654Z | PASS [ 0.008s] ( 844/1101) vw-quote::basic tcl_emits_repr_proc_shape |
| 2696 | 2026-08-16T02:43:03.657Z | PASS [ 0.010s] ( 845/1101) vw-quote::basic tcl_braces_in_template_pass_through |
| 2697 | 2026-08-16T02:43:03.657Z | PASS [ 0.007s] ( 846/1101) vw-quote::basic tcl_literal_passthrough |
| 2698 | 2026-08-16T02:43:03.661Z | PASS [ 0.007s] ( 847/1101) vw-quote::basic tcl_simple_ident_interpolation |
| 2699 | 2026-08-16T02:43:03.661Z | PASS [ 0.008s] ( 848/1101) vw-quote::basic tcl_multiple_interpolations |
| 2700 | 2026-08-16T02:43:03.661Z | PASS [ 0.009s] ( 849/1101) vw-quote::basic tcl_values_needing_quoting_get_quoted |
| 2701 | 2026-08-16T02:43:03.662Z | PASS [ 0.082s] ( 850/1101) vw-lib download_tests::the_pinned_revision_is_what_lands |
| 2702 | 2026-08-16T02:43:03.665Z | PASS [ 0.084s] ( 851/1101) vw-lib download_tests::a_commit_that_is_not_there_says_so |
| 2703 | 2026-08-16T02:43:03.665Z | PASS [ 0.009s] ( 852/1101) vw-quote::basic values_needing_quoting_get_quoted |
| 2704 | 2026-08-16T02:43:03.672Z | PASS [ 0.013s] ( 853/1101) vw-remote driver::test::a_release_build_says_so |
| 2705 | 2026-08-16T02:43:03.677Z | PASS [ 0.015s] ( 854/1101) vw-remote driver::test::an_event_says_which_kind_it_is |
| 2706 | 2026-08-16T02:43:03.681Z | PASS [ 0.016s] ( 855/1101) vw-remote protocol::test::a_response_survives_the_trip |
| 2707 | 2026-08-16T02:43:03.685Z | PASS [ 0.012s] ( 856/1101) vw-remote protocol::test::an_event_says_which_kind_it_is |
| 2708 | 2026-08-16T02:43:03.689Z | PASS [ 0.013s] ( 857/1101) vw-remote protocol::test::an_interrupt_is_distinguishable_from_work |
| 2709 | 2026-08-16T02:43:03.693Z | PASS [ 0.012s] ( 858/1101) vw-remote protocol::test::only_what_was_asked_for_is_in_the_query |
| 2710 | 2026-08-16T02:43:03.703Z | PASS [ 0.087s] ( 859/1101) vw-openapi-manager::openapi openapi_documents_are_up_to_date |
| 2711 | 2026-08-16T02:43:03.707Z | PASS [ 0.043s] ( 860/1101) vw-remote driver::test::a_workspace_that_is_all_userland_is_one_build |
| 2712 | 2026-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 |
| 2713 | 2026-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 |
| 2714 | 2026-08-16T02:43:03.715Z | PASS [ 0.011s] ( 863/1101) vw-remote test::a_wrapper_reports_what_actually_failed |
| 2715 | 2026-08-16T02:43:03.718Z | PASS [ 0.011s] ( 864/1101) vw-remote test::an_error_with_no_cause_is_unchanged |
| 2716 | 2026-08-16T02:43:03.724Z | PASS [ 0.062s] ( 865/1101) vw-remote driver::test::a_workspace_with_nothing_contradictory_is_left_alone |
| 2717 | 2026-08-16T02:43:03.727Z | PASS [ 0.020s] ( 866/1101) vw-remote::streaming a_worker_that_dies_is_reported_rather_than_waited_on |
| 2718 | 2026-08-16T02:43:03.730Z | PASS [ 0.014s] ( 867/1101) vw-repl app::tests::buffer_complete_for_multiline_well_formed_proc |
| 2719 | 2026-08-16T02:43:03.735Z | PASS [ 0.011s] ( 868/1101) vw-repl app::tests::buffer_complete_for_simple_statement |
| 2720 | 2026-08-16T02:43:03.738Z | PASS [ 0.011s] ( 869/1101) vw-repl app::tests::buffer_incomplete_when_required_args_missing |
| 2721 | 2026-08-16T02:43:03.741Z | PASS [ 0.011s] ( 870/1101) vw-repl app::tests::buffer_incomplete_with_unterminated_brace |
| 2722 | 2026-08-16T02:43:03.752Z | PASS [ 0.017s] ( 871/1101) vw-repl app::tests::failed_eval_does_not_activate_next_boundary_before_error |
| 2723 | 2026-08-16T02:43:03.752Z | PASS [ 0.016s] ( 872/1101) vw-repl app::tests::plain_puts_output_flushes_at_eval_done |
| 2724 | 2026-08-16T02:43:03.755Z | PASS [ 0.012s] ( 873/1101) vw-repl app::tests::resolve_dedupes_adjacent_same_proc_frames |
| 2725 | 2026-08-16T02:43:03.763Z | PASS [ 0.011s] ( 874/1101) vw-repl app::tests::rewrite_passes_unknown_proc_through |
| 2726 | 2026-08-16T02:43:03.766Z | PASS [ 0.011s] ( 875/1101) vw-repl app::tests::rewrite_resolves_namespaced_proc |
| 2727 | 2026-08-16T02:43:03.766Z | PASS [ 0.012s] ( 876/1101) vw-repl app::tests::rewrite_resolves_input_line_to_absolute_file_line |
| 2728 | 2026-08-16T02:43:03.772Z | PASS [ 0.010s] ( 877/1101) vw-repl app::tests::rewrite_skips_non_frame_lines |
| 2729 | 2026-08-16T02:43:03.776Z | PASS [ 0.012s] ( 878/1101) vw-repl config::tests::empty_file_is_default |
| 2730 | 2026-08-16T02:43:03.776Z | PASS [ 0.012s] ( 879/1101) vw-repl config::tests::malformed_file_falls_back |
| 2731 | 2026-08-16T02:43:03.782Z | PASS [ 0.010s] ( 880/1101) vw-repl config::tests::missing_file_is_default |
| 2732 | 2026-08-16T02:43:03.785Z | PASS [ 0.010s] ( 881/1101) vw-repl config::tests::no_workspace_root_is_default |
| 2733 | 2026-08-16T02:43:03.788Z | PASS [ 0.011s] ( 882/1101) vw-repl config::tests::parses_aggressive |
| 2734 | 2026-08-16T02:43:03.792Z | PASS [ 0.010s] ( 883/1101) vw-repl config::tests::parses_normal_explicit |
| 2735 | 2026-08-16T02:43:03.795Z | PASS [ 0.010s] ( 884/1101) vw-repl diag_search::tests::critical_shows_under_error_and_critical |
| 2736 | 2026-08-16T02:43:03.798Z | PASS [ 0.010s] ( 885/1101) vw-repl diag_search::tests::current_maps_to_scrollback_idx |
| 2737 | 2026-08-16T02:43:03.802Z | PASS [ 0.010s] ( 886/1101) vw-repl diag_search::tests::default_filter_hides_notice |
| 2738 | 2026-08-16T02:43:03.805Z | PASS [ 0.009s] ( 887/1101) vw-repl diag_search::tests::empty_scrollback_no_panic |
| 2739 | 2026-08-16T02:43:03.809Z | PASS [ 0.011s] ( 888/1101) vw-repl diag_search::tests::fuzzy_query_narrows |
| 2740 | 2026-08-16T02:43:03.809Z | PASS [ 0.122s] ( 889/1101) vw-remote session::test::a_client_that_leaves_takes_the_worker_with_it |
| 2741 | 2026-08-16T02:43:03.809Z | PASS [ 0.117s] ( 890/1101) vw-remote session::test::a_close_frame_ends_it_too |
| 2742 | 2026-08-16T02:43:03.813Z | PASS [ 0.010s] ( 891/1101) vw-repl diag_search::tests::move_updown_clamps |
| 2743 | 2026-08-16T02:43:03.816Z | PASS [ 0.010s] ( 892/1101) vw-repl diag_search::tests::snapshot_filters_to_diagnostics |
| 2744 | 2026-08-16T02:43:03.819Z | PASS [ 0.010s] ( 893/1101) vw-repl diag_search::tests::toggle_notice_shows_it |
| 2745 | 2026-08-16T02:43:03.819Z | PASS [ 0.010s] ( 894/1101) vw-repl highlight::tests::dotted_config_key_parses |
| 2746 | 2026-08-16T02:43:03.819Z | PASS [ 0.011s] ( 895/1101) vw-repl highlight::tests::close_only_line |
| 2747 | 2026-08-16T02:43:03.822Z | PASS [ 0.010s] ( 896/1101) vw-repl highlight::tests::indented_close_line |
| 2748 | 2026-08-16T02:43:03.825Z | PASS [ 0.010s] ( 897/1101) vw-repl highlight::tests::malformed_dotted_key_rejected |
| 2749 | 2026-08-16T02:43:03.828Z | PASS [ 0.010s] ( 898/1101) vw-repl highlight::tests::nested_inline_entry |
| 2750 | 2026-08-16T02:43:03.828Z | PASS [ 0.010s] ( 899/1101) vw-repl highlight::tests::non_repr_line_returns_none |
| 2751 | 2026-08-16T02:43:03.828Z | PASS [ 0.010s] ( 900/1101) vw-repl highlight::tests::plain_two_word_prose_not_styled_as_repr |
| 2752 | 2026-08-16T02:43:03.832Z | PASS [ 0.010s] ( 901/1101) vw-repl highlight::tests::scalar_payload_with_inner_parens_still_highlights |
| 2753 | 2026-08-16T02:43:03.835Z | PASS [ 0.010s] ( 902/1101) vw-repl highlight::tests::simple_scalar_entry |
| 2754 | 2026-08-16T02:43:03.838Z | PASS [ 0.010s] ( 903/1101) vw-repl highlight::tests::variant_open_multiline |
| 2755 | 2026-08-16T02:43:03.838Z | PASS [ 0.010s] ( 904/1101) vw-repl highlight_htcl::tests::body_with_and_without_return_type_scan_same |
| 2756 | 2026-08-16T02:43:03.838Z | PASS [ 0.010s] ( 905/1101) vw-repl highlight_htcl::tests::braced_word_scan_does_not_overshoot_close |
| 2757 | 2026-08-16T02:43:03.841Z | PASS [ 0.010s] ( 906/1101) vw-repl highlight_htcl::tests::builtin_control_flow_keyword |
| 2758 | 2026-08-16T02:43:03.845Z | PASS [ 0.010s] ( 907/1101) vw-repl highlight_htcl::tests::cmd_substitution_recurses |
| 2759 | 2026-08-16T02:43:03.848Z | PASS [ 0.009s] ( 908/1101) vw-repl highlight_htcl::tests::doc_comment_vs_regular |
| 2760 | 2026-08-16T02:43:03.848Z | PASS [ 0.010s] ( 909/1101) vw-repl highlight_htcl::tests::empty_input |
| 2761 | 2026-08-16T02:43:03.848Z | PASS [ 0.010s] ( 910/1101) vw-repl highlight_htcl::tests::enum_decl |
| 2762 | 2026-08-16T02:43:03.851Z | PASS [ 0.010s] ( 911/1101) vw-repl highlight_htcl::tests::generic_call_first_word_function |
| 2763 | 2026-08-16T02:43:03.854Z | PASS [ 0.009s] ( 912/1101) vw-repl highlight_htcl::tests::no_panic_on_garbage |
| 2764 | 2026-08-16T02:43:03.857Z | PASS [ 0.009s] ( 913/1101) vw-repl highlight_htcl::tests::per_line_preserves_content |
| 2765 | 2026-08-16T02:43:03.857Z | PASS [ 0.009s] ( 914/1101) vw-repl highlight_htcl::tests::plain_prose_not_styled_as_decl |
| 2766 | 2026-08-16T02:43:03.857Z | PASS [ 0.010s] ( 915/1101) vw-repl highlight_htcl::tests::proc_body_contents_scan_as_script |
| 2767 | 2026-08-16T02:43:03.860Z | PASS [ 0.009s] ( 916/1101) vw-repl highlight_htcl::tests::proc_decl_keywords_and_names |
| 2768 | 2026-08-16T02:43:03.864Z | PASS [ 0.010s] ( 917/1101) vw-repl highlight_htcl::tests::proc_with_attribute |
| 2769 | 2026-08-16T02:43:03.867Z | PASS [ 0.009s] ( 918/1101) vw-repl highlight_htcl::tests::quoted_string |
| 2770 | 2026-08-16T02:43:03.867Z | PASS [ 0.010s] ( 919/1101) vw-repl highlight_htcl::tests::set_keyword_var_value |
| 2771 | 2026-08-16T02:43:03.867Z | PASS [ 0.010s] ( 920/1101) vw-repl highlight_htcl::tests::stable_on_unclosed_bracket |
| 2772 | 2026-08-16T02:43:03.870Z | PASS [ 0.010s] ( 921/1101) vw-repl highlight_htcl::tests::stable_on_unclosed_outer_brace |
| 2773 | 2026-08-16T02:43:03.873Z | PASS [ 0.010s] ( 922/1101) vw-repl highlight_htcl::tests::stable_on_unclosed_proc_brace |
| 2774 | 2026-08-16T02:43:03.876Z | PASS [ 0.010s] ( 923/1101) vw-repl highlight_htcl::tests::type_decl |
| 2775 | 2026-08-16T02:43:03.876Z | PASS [ 0.010s] ( 924/1101) vw-repl history::tests::append_persists_and_dedupes_consecutive_duplicates |
| 2776 | 2026-08-16T02:43:03.880Z | PASS [ 0.010s] ( 925/1101) vw-repl history::tests::multiline_entries_round_trip_with_escapes |
| 2777 | 2026-08-16T02:43:03.883Z | PASS [ 0.010s] ( 926/1101) vw-repl history::tests::search_back_finds_most_recent_match |
| 2778 | 2026-08-16T02:43:03.883Z | PASS [ 0.010s] ( 927/1101) vw-repl history::tests::search_is_case_insensitive |
| 2779 | 2026-08-16T02:43:03.886Z | PASS [ 0.012s] ( 928/1101) vw-repl lower::tests::cross_batch_newtype_recursion_emits_generic_repr |
| 2780 | 2026-08-16T02:43:03.889Z | PASS [ 0.011s] ( 929/1101) vw-repl lower::tests::each_statement_gets_its_own_origin |
| 2781 | 2026-08-16T02:43:03.889Z | PASS [ 0.011s] ( 930/1101) vw-repl lower::tests::enum_decl_ships_namespace_eval_prelude |
| 2782 | 2026-08-16T02:43:03.892Z | PASS [ 0.010s] ( 931/1101) vw-repl lower::tests::extern_prefixed_call_is_accepted |
| 2783 | 2026-08-16T02:43:03.896Z | PASS [ 0.011s] ( 932/1101) vw-repl lower::tests::known_keyword_call_is_not_errored |
| 2784 | 2026-08-16T02:43:03.899Z | PASS [ 0.010s] ( 933/1101) vw-repl lower::tests::lowers_plain_proc_call_to_tcl |
| 2785 | 2026-08-16T02:43:03.903Z | PASS [ 0.011s] ( 934/1101) vw-repl lower::tests::overload_set_ships_dispatcher_and_mangled_specializations |
| 2786 | 2026-08-16T02:43:03.903Z | PASS [ 0.013s] ( 935/1101) vw-repl lower::tests::origin_via_chain_walks_back_through_src_imports |
| 2787 | 2026-08-16T02:43:03.903Z | PASS [ 0.012s] ( 936/1101) vw-repl lower::tests::prior_batch_proc_location_survives_for_drilldown |
| 2788 | 2026-08-16T02:43:03.907Z | PASS [ 0.011s] ( 937/1101) vw-repl lower::tests::prior_batch_procs_resolve_in_next_batch |
| 2789 | 2026-08-16T02:43:03.910Z | PASS [ 0.011s] ( 938/1101) vw-repl lower::tests::proc_body_line_resolution_matches_tcl_line_counting |
| 2790 | 2026-08-16T02:43:03.913Z | PASS [ 0.011s] ( 939/1101) vw-repl lower::tests::set_var_call_inherits_inner_return_type |
| 2791 | 2026-08-16T02:43:03.913Z | PASS [ 0.012s] ( 940/1101) vw-repl lower::tests::second_batch_parses_only_its_own_files |
| 2792 | 2026-08-16T02:43:03.913Z | PASS [ 0.011s] ( 941/1101) vw-repl lower::tests::src_imported_statements_resolve_to_imported_file |
| 2793 | 2026-08-16T02:43:03.916Z | PASS [ 0.010s] ( 942/1101) vw-repl lower::tests::stack_frame_line_survives_comments_brackets_and_nesting |
| 2794 | 2026-08-16T02:43:03.920Z | PASS [ 0.011s] ( 943/1101) vw-repl lower::tests::typed_proc_call_wraps_with_repr_dispatch |
| 2795 | 2026-08-16T02:43:03.923Z | PASS [ 0.011s] ( 944/1101) vw-repl lower::tests::unit_typed_call_is_wrapped_with_unit_dispatch |
| 2796 | 2026-08-16T02:43:03.923Z | PASS [ 0.011s] ( 945/1101) vw-repl lower::tests::unannotated_call_is_not_wrapped |
| 2797 | 2026-08-16T02:43:03.926Z | PASS [ 0.010s] ( 946/1101) vw-repl lower::tests::unknown_keyword_call_inside_bracket_errors |
| 2798 | 2026-08-16T02:43:03.926Z | PASS [ 0.010s] ( 947/1101) vw-repl popup::tests::current_returns_selected_item |
| 2799 | 2026-08-16T02:43:03.929Z | PASS [ 0.010s] ( 948/1101) vw-repl popup::tests::move_up_down_clamps |
| 2800 | 2026-08-16T02:43:03.932Z | PASS [ 0.010s] ( 949/1101) vw-repl popup::tests::new_returns_none_on_empty |
| 2801 | 2026-08-16T02:43:03.932Z | PASS [ 0.010s] ( 950/1101) vw-repl render::tests::duration_hmmss_hour_plus |
| 2802 | 2026-08-16T02:43:03.935Z | PASS [ 0.009s] ( 951/1101) vw-repl render::tests::duration_mss_minute_to_hour |
| 2803 | 2026-08-16T02:43:03.936Z | PASS [ 0.010s] ( 952/1101) vw-repl render::tests::duration_seconds_under_minute |
| 2804 | 2026-08-16T02:43:03.939Z | PASS [ 0.009s] ( 953/1101) vw-repl render::tests::duration_truncates_subsecond |
| 2805 | 2026-08-16T02:43:03.942Z | PASS [ 0.010s] ( 954/1101) vw-repl render::tests::windowed_slicer_full_range_matches_entry_lines |
| 2806 | 2026-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 |
| 2807 | 2026-08-16T02:43:03.945Z | PASS [ 0.010s] ( 956/1101) vw-repl session::tests::later_batch_shadows_earlier_signature |
| 2808 | 2026-08-16T02:43:03.948Z | PASS [ 0.010s] ( 957/1101) vw-repl session::tests::lookup_proc_returns_latest_batch |
| 2809 | 2026-08-16T02:43:03.952Z | PASS [ 0.010s] ( 958/1101) vw-repl session::tests::signature_table_folds_across_batches |
| 2810 | 2026-08-16T02:43:03.955Z | PASS [ 0.010s] ( 959/1101) vw-repl session::tests::top_level_var_types_resolves_across_batches |
| 2811 | 2026-08-16T02:43:03.955Z | PASS [ 0.010s] ( 960/1101) vw-repl symbol_index::tests::empty_session_yields_empty_index |
| 2812 | 2026-08-16T02:43:03.959Z | PASS [ 0.010s] ( 961/1101) vw-repl symbol_index::tests::enum_emits_decl_and_variants |
| 2813 | 2026-08-16T02:43:03.962Z | PASS [ 0.010s] ( 962/1101) vw-repl symbol_index::tests::in_flight_proc_decl_indexed |
| 2814 | 2026-08-16T02:43:03.965Z | PASS [ 0.010s] ( 963/1101) vw-repl symbol_index::tests::libraries_count_symbols |
| 2815 | 2026-08-16T02:43:03.965Z | PASS [ 0.010s] ( 964/1101) vw-repl symbol_index::tests::namespaced_procs_qualified |
| 2816 | 2026-08-16T02:43:03.968Z | PASS [ 0.037s] ( 965/1101) vw-repl render::tests::windowed_slicer_emits_only_visible_source_lines |
| 2817 | 2026-08-16T02:43:03.972Z | PASS [ 0.010s] ( 966/1101) vw-repl symbol_index::tests::type_decl_indexed |
| 2818 | 2026-08-16T02:43:03.972Z | PASS [ 0.010s] ( 967/1101) vw-repl symbol_search::tests::empty_query_shows_all_alphabetic |
| 2819 | 2026-08-16T02:43:03.975Z | PASS [ 0.010s] ( 968/1101) vw-repl symbol_search::tests::library_view_toggles |
| 2820 | 2026-08-16T02:43:03.975Z | PASS [ 0.010s] ( 969/1101) vw-repl symbol_search::tests::name_match_outranks_doc_only |
| 2821 | 2026-08-16T02:43:03.978Z | PASS [ 0.010s] ( 970/1101) vw-repl symbol_search::tests::query_filters_results |
| 2822 | 2026-08-16T02:43:04.008Z | PASS [ 0.316s] ( 971/1101) vw-remote session::test::an_interrupt_reaches_a_command_that_is_already_running |
| 2823 | 2026-08-16T02:43:04.016Z | PASS [ 0.045s] ( 972/1101) vw-svc::admin_api a_developer_cannot_recycle_images |
| 2824 | 2026-08-16T02:43:04.022Z | PASS [ 0.043s] ( 973/1101) vw-svc::admin_api a_service_with_no_environments_lists_none |
| 2825 | 2026-08-16T02:43:04.025Z | PASS [ 0.052s] ( 974/1101) vw-svc::admin_api a_developer_is_not_an_administrator |
| 2826 | 2026-08-16T02:43:04.032Z | PASS [ 0.063s] ( 975/1101) vw-svc::admin_api a_developer_cannot_delete_anything_through_the_admin_api |
| 2827 | 2026-08-16T02:43:04.059Z | PASS [ 0.084s] ( 976/1101) vw-svc::admin_api a_request_that_names_no_api_version_is_refused |
| 2828 | 2026-08-16T02:43:04.070Z | PASS [ 0.045s] ( 977/1101) vw-svc::admin_api recycling_without_an_oxide_backend_says_so |
| 2829 | 2026-08-16T02:43:04.074Z | PASS [ 0.067s] ( 978/1101) vw-svc::admin_api an_administrator_can_delete_somebody_elses_environment |
| 2830 | 2026-08-16T02:43:04.078Z | PASS [ 0.053s] ( 979/1101) vw-svc::admin_api deleting_an_environment_that_is_not_there_is_not_found |
| 2831 | 2026-08-16T02:43:04.087Z | PASS [ 0.071s] ( 980/1101) vw-svc::admin_api an_administrator_sees_every_environment |
| 2832 | 2026-08-16T02:43:04.116Z | PASS [ 0.057s] ( 981/1101) vw-svc::user_api a_private_key_never_rides_along_with_an_environment |
| 2833 | 2026-08-16T02:43:04.124Z | PASS [ 0.054s] ( 982/1101) vw-svc::user_api an_environment_comes_with_a_key_that_opens_it |
| 2834 | 2026-08-16T02:43:04.137Z | PASS [ 0.062s] ( 983/1101) vw-svc::user_api deleting_an_environment_takes_its_key_with_it |
| 2835 | 2026-08-16T02:43:04.140Z | PASS [ 0.064s] ( 984/1101) vw-svc::user_api creating_the_same_environment_twice_conflicts |
| 2836 | 2026-08-16T02:43:04.143Z | PASS [ 0.056s] ( 985/1101) vw-svc::user_api environment_lifecycle |
| 2837 | 2026-08-16T02:43:04.178Z | PASS [ 0.054s] ( 986/1101) vw-svc::user_api environments_have_no_images_without_an_oxide_backend |
| 2838 | 2026-08-16T02:43:04.190Z | PASS [ 0.052s] ( 987/1101) vw-svc::user_api missing_environments_are_not_found |
| 2839 | 2026-08-16T02:43:04.196Z | PASS [ 0.081s] ( 988/1101) vw-svc::user_api environments_are_scoped_to_their_owner |
| 2840 | 2026-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 |
| 2841 | 2026-08-16T02:43:04.213Z | PASS [ 0.069s] ( 990/1101) vw-svc::user_api names_that_break_the_instance_naming_scheme_are_rejected |
| 2842 | 2026-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 |
| 2843 | 2026-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 |
| 2844 | 2026-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 |
| 2845 | 2026-08-16T02:43:04.224Z | PASS [ 0.086s] ( 994/1101) vw-svc::user_api environments_outlive_the_service |
| 2846 | 2026-08-16T02:43:04.224Z | PASS [ 0.046s] ( 995/1101) vw-svc::user_api naming_an_image_without_an_oxide_backend_is_rejected |
| 2847 | 2026-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 |
| 2848 | 2026-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 |
| 2849 | 2026-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 |
| 2850 | 2026-08-16T02:43:04.234Z | PASS [ 0.008s] ( 999/1101) vw-svc::bin/vw-svc auth::test::one_tokens_answer_is_not_anothers |
| 2851 | 2026-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 |
| 2852 | 2026-08-16T02:43:04.244Z | PASS [ 0.054s] (1001/1101) vw-svc::user_api one_users_key_is_not_another_users_to_fetch |
| 2853 | 2026-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 |
| 2854 | 2026-08-16T02:43:04.248Z | PASS [ 0.015s] (1003/1101) vw-svc::bin/vw-svc keys::test::the_comment_says_which_environment_it_opens |
| 2855 | 2026-08-16T02:43:04.252Z | PASS [ 0.022s] (1004/1101) vw-svc::bin/vw-svc keys::test::every_environment_gets_its_own_key |
| 2856 | 2026-08-16T02:43:04.252Z | PASS [ 0.022s] (1005/1101) vw-svc::bin/vw-svc keys::test::a_generated_key_is_usable_by_ssh |
| 2857 | 2026-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 |
| 2858 | 2026-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 |
| 2859 | 2026-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 |
| 2860 | 2026-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 |
| 2861 | 2026-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 |
| 2862 | 2026-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 |
| 2863 | 2026-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 |
| 2864 | 2026-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 |
| 2865 | 2026-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 |
| 2866 | 2026-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 |
| 2867 | 2026-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 |
| 2868 | 2026-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 |
| 2869 | 2026-08-16T02:43:04.272Z | PASS [ 0.008s] (1018/1101) vw-svc::bin/vw-svc oxide::test::a_stopped_instance_is_started |
| 2870 | 2026-08-16T02:43:04.277Z | PASS [ 0.008s] (1019/1101) vw-svc::bin/vw-svc oxide::test::an_instance_in_motion_is_left_alone |
| 2871 | 2026-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 |
| 2872 | 2026-08-16T02:43:04.280Z | PASS [ 0.008s] (1021/1101) vw-svc::bin/vw-svc oxide::test::only_our_disks_are_ever_reaped |
| 2873 | 2026-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 |
| 2874 | 2026-08-16T02:43:04.280Z | PASS [ 0.009s] (1023/1101) vw-svc::bin/vw-svc oxide::test::only_instances_we_named_are_managed |
| 2875 | 2026-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 |
| 2876 | 2026-08-16T02:43:04.289Z | PASS [ 0.008s] (1025/1101) vw-svc::bin/vw-svc reconciler::test::a_hyphenated_username_still_round_trips |
| 2877 | 2026-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 |
| 2878 | 2026-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 |
| 2879 | 2026-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 |
| 2880 | 2026-08-16T02:43:04.289Z | PASS [ 0.256s] (1029/1101) vw-svc::user_api a_full_listing_is_a_single_page |
| 2881 | 2026-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 |
| 2882 | 2026-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 |
| 2883 | 2026-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 |
| 2884 | 2026-08-16T02:43:04.297Z | PASS [ 0.008s] (1033/1101) vw-svc::bin/vw-svc reconciler::test::instance_names_round_trip |
| 2885 | 2026-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 |
| 2886 | 2026-08-16T02:43:04.297Z | PASS [ 0.009s] (1035/1101) vw-svc::bin/vw-svc reconciler::test::hyphenated_github_usernames_are_allowed |
| 2887 | 2026-08-16T02:43:04.302Z | PASS [ 0.008s] (1036/1101) vw-svc::bin/vw-svc reconciler::test::instances_nothing_wants_are_destroyed |
| 2888 | 2026-08-16T02:43:04.305Z | PASS [ 0.008s] (1037/1101) vw-svc::bin/vw-svc reconciler::test::instances_on_both_sides_are_kept_running |
| 2889 | 2026-08-16T02:43:04.305Z | PASS [ 0.008s] (1038/1101) vw-svc::bin/vw-svc reconciler::test::instances_that_are_not_ours_are_ignored |
| 2890 | 2026-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 |
| 2891 | 2026-08-16T02:43:04.305Z | PASS [ 0.008s] (1040/1101) vw-svc::bin/vw-svc reconciler::test::wanted_but_absent_instances_are_created |
| 2892 | 2026-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 |
| 2893 | 2026-08-16T02:43:04.309Z | PASS [ 0.008s] (1042/1101) vw-svc::bin/vw-svc tls::test::a_missing_file_stamps_rather_than_fails |
| 2894 | 2026-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 |
| 2895 | 2026-08-16T02:43:04.313Z | PASS [ 0.008s] (1044/1101) vw-svc::bin/vw-svc tls::test::nothing_new_leaves_the_stamp_alone |
| 2896 | 2026-08-16T02:43:04.313Z | PASS [ 0.008s] (1045/1101) vw-sync::sync a_digest_cannot_escape_the_store |
| 2897 | 2026-08-16T02:43:04.316Z | PASS [ 0.009s] (1046/1101) vw-sync::sync a_commit_with_content_still_undelivered_is_refused |
| 2898 | 2026-08-16T02:43:04.316Z | PASS [ 0.009s] (1047/1101) vw-sync::sync a_deleted_file_is_deleted_on_the_receiver |
| 2899 | 2026-08-16T02:43:04.319Z | PASS [ 0.007s] (1048/1101) vw-sync::sync a_manifest_cannot_write_outside_the_tree |
| 2900 | 2026-08-16T02:43:04.322Z | PASS [ 0.009s] (1049/1101) vw-sync::sync a_nested_ignore_file_applies_to_its_own_subtree |
| 2901 | 2026-08-16T02:43:04.322Z | PASS [ 0.009s] (1050/1101) vw-sync::sync a_receiver_with_a_different_tree_is_brought_into_line |
| 2902 | 2026-08-16T02:43:04.322Z | PASS [ 0.009s] (1051/1101) vw-sync::sync a_rename_costs_nothing |
| 2903 | 2026-08-16T02:43:04.322Z | PASS [ 0.009s] (1052/1101) vw-sync::sync a_sync_after_a_clean_sends_nothing |
| 2904 | 2026-08-16T02:43:04.322Z | PASS [ 0.009s] (1053/1101) vw-sync::sync a_tree_arrives_intact |
| 2905 | 2026-08-16T02:43:04.326Z | PASS [ 0.009s] (1054/1101) vw-sync::sync a_whole_directory_can_move_without_resending_it |
| 2906 | 2026-08-16T02:43:04.329Z | PASS [ 0.009s] (1055/1101) vw-sync::sync build_output_is_never_sent_or_deleted |
| 2907 | 2026-08-16T02:43:04.330Z | PASS [ 0.009s] (1056/1101) vw-sync::sync cleaning_a_tree_with_no_build_output_is_not_an_error |
| 2908 | 2026-08-16T02:43:04.333Z | PASS [ 0.009s] (1057/1101) vw-sync::sync cleaning_removes_the_build_output_and_nothing_else |
| 2909 | 2026-08-16T02:43:04.333Z | PASS [ 0.009s] (1058/1101) vw-sync::sync clearing_a_receiver_that_has_nothing_is_not_an_error |
| 2910 | 2026-08-16T02:43:04.333Z | PASS [ 0.009s] (1059/1101) vw-sync::sync clearing_leaves_build_output_alone |
| 2911 | 2026-08-16T02:43:04.336Z | PASS [ 0.619s] (1060/1101) vw-remote::streaming without_a_sink_the_output_comes_back_with_the_result |
| 2912 | 2026-08-16T02:43:04.336Z | PASS [ 0.009s] (1061/1101) vw-sync::sync clearing_makes_the_next_sync_send_everything |
| 2913 | 2026-08-16T02:43:04.336Z | PASS [ 0.008s] (1062/1101) vw-sync::sync content_that_does_not_match_its_digest_is_refused |
| 2914 | 2026-08-16T02:43:04.339Z | PASS [ 0.009s] (1063/1101) vw-sync::sync emptied_directories_do_not_linger |
| 2915 | 2026-08-16T02:43:04.339Z | PASS [ 0.009s] (1064/1101) vw-sync::sync flipping_the_executable_bit_is_a_change |
| 2916 | 2026-08-16T02:43:04.342Z | PASS [ 0.009s] (1065/1101) vw-sync::sync gitignored_files_are_invisible_at_both_ends |
| 2917 | 2026-08-16T02:43:04.342Z | PASS [ 0.009s] (1066/1101) vw-sync::sync only_the_edited_file_goes_over_the_wire |
| 2918 | 2026-08-16T02:43:04.342Z | PASS [ 0.008s] (1067/1101) vw-sync::sync syncing_an_unchanged_tree_sends_nothing |
| 2919 | 2026-08-16T02:43:04.346Z | PASS [ 0.008s] (1068/1101) vw-sync::sync the_executable_bit_survives |
| 2920 | 2026-08-16T02:43:04.349Z | PASS [ 0.010s] (1069/1101) vw-vivado raw_log::tests::split_unix_epoch_at_zero_is_1970_01_01 |
| 2921 | 2026-08-16T02:43:04.349Z | PASS [ 0.010s] (1070/1101) vw-vivado raw_log::tests::split_unix_epoch_known_timestamps |
| 2922 | 2026-08-16T02:43:04.349Z | PASS [ 0.013s] (1071/1101) vw-vivado raw_log::tests::raw_log_path_creates_target_logs_dir |
| 2923 | 2026-08-16T02:43:04.352Z | PASS [ 0.010s] (1072/1101) vw-vivado raw_log::tests::timestamp_slug_shape |
| 2924 | 2026-08-16T02:43:04.353Z | PASS [ 0.011s] (1073/1101) vw-vivado stream::tests::back_to_back_diagnostics_emit_no_none_between_them |
| 2925 | 2026-08-16T02:43:04.353Z | PASS [ 0.010s] (1074/1101) vw-vivado stream::tests::critical_warning_is_its_own_severity |
| 2926 | 2026-08-16T02:43:04.356Z | PASS [ 0.010s] (1075/1101) vw-vivado stream::tests::diagnostic_carrying_multiline_message_stays_one_block |
| 2927 | 2026-08-16T02:43:04.359Z | PASS [ 0.010s] (1076/1101) vw-vivado stream::tests::diagnostic_chunk_flushes_pending_none_then_emits_itself |
| 2928 | 2026-08-16T02:43:04.360Z | PASS [ 0.010s] (1077/1101) vw-vivado stream::tests::empty_and_newline_only_chunks_are_ignored |
| 2929 | 2026-08-16T02:43:04.360Z | PASS [ 0.010s] (1078/1101) vw-vivado stream::tests::log_level_allows_diagnostic_severities |
| 2930 | 2026-08-16T02:43:04.360Z | PASS [ 0.010s] (1079/1101) vw-vivado stream::tests::log_level_collapse_none_is_off_only_at_debug |
| 2931 | 2026-08-16T02:43:04.369Z | PASS [ 0.010s] (1080/1101) vw-vivado stream::tests::log_level_parse_accepts_common_forms |
| 2932 | 2026-08-16T02:43:04.369Z | PASS [ 0.010s] (1081/1101) vw-vivado stream::tests::stdout_chunks_accumulate_into_one_none_block |
| 2933 | 2026-08-16T02:43:04.373Z | PASS [ 0.010s] (1082/1101) vw-vivado stream::tests::trailing_none_after_last_diagnostic_flushes_at_end |
| 2934 | 2026-08-16T02:43:04.373Z | PASS [ 0.010s] (1083/1101) vw-vivado worker::tests::classified_chunk_with_leading_indent_still_routes |
| 2935 | 2026-08-16T02:43:04.373Z | PASS [ 0.010s] (1084/1101) vw-vivado worker::tests::classified_chunk_with_stack_inherits_first_line_kind |
| 2936 | 2026-08-16T02:43:04.373Z | PASS [ 0.010s] (1085/1101) vw-vivado worker::tests::classifier_does_not_absorb_unindented_line_as_continuation |
| 2937 | 2026-08-16T02:43:04.373Z | PASS [ 0.011s] (1086/1101) vw-vivado worker::tests::classifier_absorbs_indented_continuation_within_window |
| 2938 | 2026-08-16T02:43:04.373Z | PASS [ 0.009s] (1087/1101) vw-vivado worker::tests::classifier_drops_unclassified_lines_when_no_pending |
| 2939 | 2026-08-16T02:43:04.373Z | PASS [ 0.010s] (1088/1101) vw-vivado worker::tests::classifier_emits_classified_line_only_on_flush |
| 2940 | 2026-08-16T02:43:04.377Z | PASS [ 0.010s] (1089/1101) vw-vivado worker::tests::classifier_flushes_pending_when_window_expires |
| 2941 | 2026-08-16T02:43:04.380Z | PASS [ 0.010s] (1090/1101) vw-vivado worker::tests::classifier_flushes_previous_pending_on_new_classified |
| 2942 | 2026-08-16T02:43:04.380Z | PASS [ 0.010s] (1091/1101) vw-vivado worker::tests::classifier_info_kind_does_not_absorb_continuations |
| 2943 | 2026-08-16T02:43:04.380Z | PASS [ 0.009s] (1092/1101) vw-vivado worker::tests::classifies_each_standard_prefix_to_its_stream_kind |
| 2944 | 2026-08-16T02:43:04.380Z | PASS [ 0.010s] (1093/1101) vw-vivado worker::tests::classifier_treats_blank_line_as_message_separator |
| 2945 | 2026-08-16T02:43:04.383Z | PASS [ 0.009s] (1094/1101) vw-vivado worker::tests::classifies_lines_with_leading_whitespace |
| 2946 | 2026-08-16T02:43:04.383Z | PASS [ 0.010s] (1095/1101) vw-vivado worker::tests::does_not_match_partial_prefixes |
| 2947 | 2026-08-16T02:43:04.383Z | PASS [ 0.009s] (1096/1101) vw-vivado worker::tests::drops_banner_and_source_echo_and_chatter |
| 2948 | 2026-08-16T02:43:04.388Z | PASS [ 0.009s] (1097/1101) vw-vivado worker::tests::plain_chunk_routes_to_stdout |
| 2949 | 2026-08-16T02:43:04.391Z | PASS [ 0.009s] (1098/1101) vw-vivado worker::tests::shim_log_lines_route_as_info |
| 2950 | 2026-08-16T02:43:04.391Z | PASS [ 0.009s] (1099/1101) vw-vivado worker::tests::vw_log_chunk_detection |
| 2951 | 2026-08-16T02:43:04.531Z | PASS [ 0.826s] (1100/1101) vw-remote::streaming output_arrives_while_the_command_is_still_running |
| 2952 | 2026-08-16T02:43:04.713Z | PASS [ 0.335s] (1101/1101) vw-vivado worker::tests::interrupt_reaches_wrapped_grandchild_via_process_group |
| 2953 | 2026-08-16T02:43:04.716Z | ──────────── |
| 2954 | 2026-08-16T02:43:04.716Z | Summary [ 4.089s] 1101 tests run: 1101 passed, 1 skipped |
| 2955 | 2026-08-16T02:43:04.725Z | + banner build |
| 2956 | 2026-08-16T02:43:04.729Z | |
| 2957 | 2026-08-16T02:43:04.729Z | ##### # # # # ##### |
| 2958 | 2026-08-16T02:43:04.729Z | # # # # # # # # |
| 2959 | 2026-08-16T02:43:04.729Z | ##### # # # # # # |
| 2960 | 2026-08-16T02:43:04.729Z | # # # # # # # # |
| 2961 | 2026-08-16T02:43:04.729Z | # # # # # # # # |
| 2962 | 2026-08-16T02:43:04.729Z | ##### #### # ###### ##### |
| 2963 | 2026-08-16T02:43:04.729Z | |
| 2964 | 2026-08-16T02:43:04.729Z | + cargo build --release |
| 2965 | 2026-08-16T02:43:05.079Z | Compiling proc-macro2 v1.0.107 |
| 2966 | 2026-08-16T02:43:05.079Z | Compiling quote v1.0.47 |
| 2967 | 2026-08-16T02:43:05.079Z | Compiling unicode-ident v1.0.24 |
| 2968 | 2026-08-16T02:43:05.079Z | Compiling libc v0.2.189 |
| 2969 | 2026-08-16T02:43:05.079Z | Compiling cfg-if v1.0.4 |
| 2970 | 2026-08-16T02:43:05.082Z | Compiling serde_core v1.0.229 |
| 2971 | 2026-08-16T02:43:05.082Z | Compiling memchr v2.8.3 |
| 2972 | 2026-08-16T02:43:05.225Z | Compiling log v0.4.33 |
| 2973 | 2026-08-16T02:43:05.252Z | Compiling serde v1.0.229 |
| 2974 | 2026-08-16T02:43:05.463Z | Compiling shlex v2.0.1 |
| 2975 | 2026-08-16T02:43:05.489Z | Compiling find-msvc-tools v0.1.9 |
| 2976 | 2026-08-16T02:43:05.597Z | Compiling smallvec v1.15.2 |
| 2977 | 2026-08-16T02:43:05.633Z | Compiling itoa v1.0.18 |
| 2978 | 2026-08-16T02:43:05.711Z | Compiling pkg-config v0.3.33 |
| 2979 | 2026-08-16T02:43:05.838Z | Compiling jobserver v0.1.35 |
| 2980 | 2026-08-16T02:43:05.875Z | Compiling allocator-api2 v0.2.21 |
| 2981 | 2026-08-16T02:43:05.878Z | Compiling zmij v1.0.23 |
| 2982 | 2026-08-16T02:43:06.080Z | Compiling cc v1.4.0 |
| 2983 | 2026-08-16T02:43:06.150Z | Compiling errno v0.3.14 |
| 2984 | 2026-08-16T02:43:06.165Z | Compiling equivalent v1.0.2 |
| 2985 | 2026-08-16T02:43:06.252Z | Compiling parking_lot_core v0.9.12 |
| 2986 | 2026-08-16T02:43:06.272Z | Compiling serde_json v1.0.151 |
| 2987 | 2026-08-16T02:43:06.306Z | Compiling syn v3.0.3 |
| 2988 | 2026-08-16T02:43:06.316Z | Compiling syn v2.0.119 |
| 2989 | 2026-08-16T02:43:06.324Z | Compiling pin-project-lite v0.2.17 |
| 2990 | 2026-08-16T02:43:06.384Z | Compiling autocfg v1.5.1 |
| 2991 | 2026-08-16T02:43:06.414Z | Compiling scopeguard v1.2.0 |
| 2992 | 2026-08-16T02:43:06.507Z | Compiling lock_api v0.4.14 |
| 2993 | 2026-08-16T02:43:06.526Z | Compiling bytes v1.12.1 |
| 2994 | 2026-08-16T02:43:06.755Z | Compiling parking_lot v0.12.5 |
| 2995 | 2026-08-16T02:43:06.913Z | Compiling signal-hook-registry v1.4.8 |
| 2996 | 2026-08-16T02:43:07.094Z | Compiling once_cell v1.21.4 |
| 2997 | 2026-08-16T02:43:07.355Z | Compiling mio v1.2.2 |
| 2998 | 2026-08-16T02:43:07.358Z | Compiling bitflags v2.13.1 |
| 2999 | 2026-08-16T02:43:07.380Z | Compiling hashbrown v0.17.1 |
| 3000 | 2026-08-16T02:43:07.574Z | Compiling futures-core v0.3.33 |
| 3001 | 2026-08-16T02:43:07.678Z | Compiling stable_deref_trait v1.2.1 |
| 3002 | 2026-08-16T02:43:07.765Z | Compiling socket2 v0.6.5 |
| 3003 | 2026-08-16T02:43:07.775Z | Compiling heck v0.5.0 |
| 3004 | 2026-08-16T02:43:07.968Z | Compiling thiserror v2.0.19 |
| 3005 | 2026-08-16T02:43:08.093Z | Compiling indexmap v2.14.0 |
| 3006 | 2026-08-16T02:43:08.117Z | Compiling percent-encoding v2.3.2 |
| 3007 | 2026-08-16T02:43:08.313Z | Compiling writeable v0.6.3 |
| 3008 | 2026-08-16T02:43:08.394Z | Compiling litemap v0.8.2 |
| 3009 | 2026-08-16T02:43:08.485Z | Compiling futures-sink v0.3.33 |
| 3010 | 2026-08-16T02:43:08.559Z | Compiling icu_normalizer_data v2.2.0 |
| 3011 | 2026-08-16T02:43:08.592Z | Compiling icu_properties_data v2.2.0 |
| 3012 | 2026-08-16T02:43:08.595Z | Compiling utf8_iter v1.0.4 |
| 3013 | 2026-08-16T02:43:08.762Z | Compiling form_urlencoded v1.2.2 |
| 3014 | 2026-08-16T02:43:08.882Z | Compiling num-traits v0.2.19 |
| 3015 | 2026-08-16T02:43:08.918Z | Compiling slab v0.4.12 |
| 3016 | 2026-08-16T02:43:08.976Z | Compiling version_check v0.9.5 |
| 3017 | 2026-08-16T02:43:09.031Z | Compiling semver v1.0.28 |
| 3018 | 2026-08-16T02:43:09.119Z | Compiling synstructure v0.13.2 |
| 3019 | 2026-08-16T02:43:09.154Z | Compiling futures-channel v0.3.33 |
| 3020 | 2026-08-16T02:43:09.322Z | Compiling subtle v2.6.1 |
| 3021 | 2026-08-16T02:43:09.410Z | Compiling futures-task v0.3.33 |
| 3022 | 2026-08-16T02:43:09.448Z | Compiling futures-io v0.3.33 |
| 3023 | 2026-08-16T02:43:09.479Z | Compiling fnv v1.0.7 |
| 3024 | 2026-08-16T02:43:09.582Z | Compiling typenum v1.20.1 |
| 3025 | 2026-08-16T02:43:09.591Z | Compiling crossbeam-utils v0.8.22 |
| 3026 | 2026-08-16T02:43:09.610Z | Compiling tracing-core v0.1.36 |
| 3027 | 2026-08-16T02:43:09.640Z | Compiling getrandom v0.4.3 |
| 3028 | 2026-08-16T02:43:09.934Z | Compiling http v1.5.0 |
| 3029 | 2026-08-16T02:43:10.077Z | Compiling aho-corasick v1.1.5 |
| 3030 | 2026-08-16T02:43:10.120Z | Compiling serde_derive v1.0.229 |
| 3031 | 2026-08-16T02:43:10.234Z | Compiling zerofrom-derive v0.1.7 |
| 3032 | 2026-08-16T02:43:10.400Z | Compiling yoke-derive v0.8.2 |
| 3033 | 2026-08-16T02:43:10.574Z | Compiling zerovec-derive v0.11.3 |
| 3034 | 2026-08-16T02:43:10.629Z | Compiling displaydoc v0.2.7 |
| 3035 | 2026-08-16T02:43:10.654Z | Compiling tokio-macros v2.7.2 |
| 3036 | 2026-08-16T02:43:11.412Z | Compiling tokio v1.53.1 |
| 3037 | 2026-08-16T02:43:11.432Z | Compiling thiserror-impl v2.0.19 |
| 3038 | 2026-08-16T02:43:11.441Z | Compiling zerofrom v0.1.8 |
| 3039 | 2026-08-16T02:43:11.494Z | Compiling futures-macro v0.3.33 |
| 3040 | 2026-08-16T02:43:11.567Z | Compiling yoke v0.8.3 |
| 3041 | 2026-08-16T02:43:11.664Z | Compiling tracing-attributes v0.1.31 |
| 3042 | 2026-08-16T02:43:11.771Z | Compiling zerovec v0.11.6 |
| 3043 | 2026-08-16T02:43:11.838Z | Compiling zerotrie v0.2.4 |
| 3044 | 2026-08-16T02:43:12.272Z | Compiling httparse v1.10.1 |
| 3045 | 2026-08-16T02:43:12.335Z | Compiling tinystr v0.8.3 |
| 3046 | 2026-08-16T02:43:12.390Z | Compiling potential_utf v0.1.5 |
| 3047 | 2026-08-16T02:43:12.576Z | Compiling icu_locale_core v2.2.0 |
| 3048 | 2026-08-16T02:43:12.586Z | Compiling icu_collections v2.2.0 |
| 3049 | 2026-08-16T02:43:12.674Z | Compiling futures-util v0.3.33 |
| 3050 | 2026-08-16T02:43:12.807Z | Compiling regex-syntax v0.8.11 |
| 3051 | 2026-08-16T02:43:12.906Z | Compiling tracing v0.1.44 |
| 3052 | 2026-08-16T02:43:13.432Z | Compiling icu_provider v2.2.0 |
| 3053 | 2026-08-16T02:43:13.472Z | Compiling option-ext v0.2.0 |
| 3054 | 2026-08-16T02:43:13.572Z | Compiling zeroize v1.9.0 |
| 3055 | 2026-08-16T02:43:13.776Z | Compiling icu_properties v2.2.0 |
| 3056 | 2026-08-16T02:43:13.800Z | Compiling icu_normalizer v2.2.0 |
| 3057 | 2026-08-16T02:43:14.007Z | Compiling simd-adler32 v0.3.10 |
| 3058 | 2026-08-16T02:43:14.315Z | Compiling utf8parse v0.2.2 |
| 3059 | 2026-08-16T02:43:14.430Z | Compiling regex-automata v0.4.18 |
| 3060 | 2026-08-16T02:43:14.967Z | Compiling idna_adapter v1.2.2 |
| 3061 | 2026-08-16T02:43:15.112Z | Compiling idna v1.1.0 |
| 3062 | 2026-08-16T02:43:15.245Z | Compiling crc32fast v1.5.0 |
| 3063 | 2026-08-16T02:43:15.334Z | Compiling iana-time-zone v0.1.65 |
| 3064 | 2026-08-16T02:43:15.345Z | Compiling anstyle-parse v1.0.0 |
| 3065 | 2026-08-16T02:43:15.546Z | Compiling url v2.5.8 |
| 3066 | 2026-08-16T02:43:15.562Z | Compiling chrono v0.4.45 |
| 3067 | 2026-08-16T02:43:15.606Z | Compiling generic-array v0.14.7 |
| 3068 | 2026-08-16T02:43:15.632Z | Compiling cmake v0.1.58 |
| 3069 | 2026-08-16T02:43:15.844Z | Compiling adler2 v2.0.1 |
| 3070 | 2026-08-16T02:43:15.967Z | Compiling is_terminal_polyfill v1.70.2 |
| 3071 | 2026-08-16T02:43:16.009Z | Compiling anstyle v1.0.14 |
| 3072 | 2026-08-16T02:43:16.067Z | Compiling dunce v1.0.5 |
| 3073 | 2026-08-16T02:43:16.168Z | Compiling anstyle-query v1.1.5 |
| 3074 | 2026-08-16T02:43:16.275Z | Compiling camino v1.2.5 |
| 3075 | 2026-08-16T02:43:16.275Z | Compiling rustversion v1.0.23 |
| 3076 | 2026-08-16T02:43:16.615Z | Compiling colorchoice v1.0.5 |
| 3077 | 2026-08-16T02:43:16.639Z | Compiling fs_extra v1.3.0 |
| 3078 | 2026-08-16T02:43:16.740Z | Compiling anstream v1.0.0 |
| 3079 | 2026-08-16T02:43:16.903Z | Compiling aws-lc-sys v0.43.0 |
| 3080 | 2026-08-16T02:43:17.246Z | Compiling miniz_oxide v0.8.9 |
| 3081 | 2026-08-16T02:43:17.598Z | Compiling schemars v0.8.22 |
| 3082 | 2026-08-16T02:43:17.856Z | Compiling tower-service v0.3.3 |
| 3083 | 2026-08-16T02:43:17.960Z | Compiling tower-layer v0.3.3 |
| 3084 | 2026-08-16T02:43:18.021Z | Compiling flate2 v1.1.9 |
| 3085 | 2026-08-16T02:43:18.697Z | Compiling tokio-util v0.7.19 |
| 3086 | 2026-08-16T02:43:18.989Z | Compiling rustls-pki-types v1.15.1 |
| 3087 | 2026-08-16T02:43:19.134Z | Compiling dirs-sys v0.5.0 |
| 3088 | 2026-08-16T02:43:19.234Z | Compiling serde_derive_internals v0.29.1 |
| 3089 | 2026-08-16T02:43:19.631Z | Compiling crossbeam-epoch v0.9.20 |
| 3090 | 2026-08-16T02:43:19.771Z | Compiling clap_lex v1.1.0 |
| 3091 | 2026-08-16T02:43:19.842Z | Compiling strsim v0.11.1 |
| 3092 | 2026-08-16T02:43:19.921Z | Compiling dirs v6.0.0 |
| 3093 | 2026-08-16T02:43:19.945Z | Compiling schemars_derive v0.8.22 |
| 3094 | 2026-08-16T02:43:20.081Z | Compiling clap_builder v4.6.5 |
| 3095 | 2026-08-16T02:43:20.129Z | Compiling clap_derive v4.6.4 |
| 3096 | 2026-08-16T02:43:20.171Z | Compiling untrusted v0.9.0 |
| 3097 | 2026-08-16T02:43:20.303Z | Compiling aws-lc-rs v1.17.3 |
| 3098 | 2026-08-16T02:43:20.618Z | Compiling crossbeam-deque v0.8.7 |
| 3099 | 2026-08-16T02:43:20.892Z | Compiling base64 v0.22.1 |
| 3100 | 2026-08-16T02:43:20.959Z | Compiling rustix v1.1.4 |
| 3101 | 2026-08-16T02:43:21.134Z | Compiling either v1.17.0 |
| 3102 | 2026-08-16T02:43:21.402Z | Compiling regex v1.13.1 |
| 3103 | 2026-08-16T02:43:21.517Z | Compiling http-body v1.1.0 |
| 3104 | 2026-08-16T02:43:21.683Z | Compiling ryu v1.0.23 |
| 3105 | 2026-08-16T02:43:21.740Z | Compiling atomic-waker v1.1.2 |
| 3106 | 2026-08-16T02:43:21.973Z | Compiling clap v4.6.5 |
| 3107 | 2026-08-16T02:43:22.067Z | Compiling thiserror v1.0.69 |
| 3108 | 2026-08-16T02:43:22.389Z | Compiling try-lock v0.2.5 |
| 3109 | 2026-08-16T02:43:22.512Z | Compiling want v0.3.1 |
| 3110 | 2026-08-16T02:43:22.701Z | Compiling h2 v0.4.15 |
| 3111 | 2026-08-16T02:43:22.757Z | Compiling crypto-common v0.1.7 |
| 3112 | 2026-08-16T02:43:22.847Z | Compiling thiserror-impl v1.0.69 |
| 3113 | 2026-08-16T02:43:22.892Z | Compiling httpdate v1.0.3 |
| 3114 | 2026-08-16T02:43:23.269Z | Compiling rayon-core v1.13.0 |
| 3115 | 2026-08-16T02:43:23.500Z | Compiling rustls v0.23.43 |
| 3116 | 2026-08-16T02:43:23.722Z | Compiling zerocopy v0.8.55 |
| 3117 | 2026-08-16T02:43:24.107Z | Compiling block-buffer v0.10.4 |
| 3118 | 2026-08-16T02:43:24.157Z | Compiling rustc_version v0.4.1 |
| 3119 | 2026-08-16T02:43:24.182Z | Compiling paste v1.0.15 |
| 3120 | 2026-08-16T02:43:24.259Z | Compiling ipnet v2.12.1 |
| 3121 | 2026-08-16T02:43:24.424Z | Compiling vcpkg v0.2.15 |
| 3122 | 2026-08-16T02:43:24.521Z | Compiling digest v0.10.7 |
| 3123 | 2026-08-16T02:43:24.966Z | Compiling futures-executor v0.3.33 |
| 3124 | 2026-08-16T02:43:25.423Z | Compiling hyper v1.11.0 |
| 3125 | 2026-08-16T02:43:25.939Z | Compiling num-conv v0.2.2 |
| 3126 | 2026-08-16T02:43:26.094Z | Compiling time-core v0.1.9 |
| 3127 | 2026-08-16T02:43:26.284Z | Compiling time-macros v0.2.32 |
| 3128 | 2026-08-16T02:43:27.751Z | Compiling hyper-util v0.1.20 |
| 3129 | 2026-08-16T02:43:27.880Z | Compiling ppv-lite86 v0.2.21 |
| 3130 | 2026-08-16T02:43:28.223Z | Compiling rayon v1.12.0 |
| 3131 | 2026-08-16T02:43:28.697Z | Compiling futures v0.3.33 |
| 3132 | 2026-08-16T02:43:28.937Z | Compiling serde_urlencoded v0.7.1 |
| 3133 | 2026-08-16T02:43:29.219Z | Compiling http-body-util v0.1.4 |
| 3134 | 2026-08-16T02:43:29.295Z | Compiling uuid v1.24.0 |
| 3135 | 2026-08-16T02:43:29.524Z | Compiling sync_wrapper v1.0.2 |
| 3136 | 2026-08-16T02:43:29.639Z | Compiling deranged v0.5.8 |
| 3137 | 2026-08-16T02:43:29.943Z | Compiling cpufeatures v0.2.17 |
| 3138 | 2026-08-16T02:43:30.019Z | Compiling foldhash v0.2.0 |
| 3139 | 2026-08-16T02:43:30.301Z | Compiling dyn-clone v1.0.20 |
| 3140 | 2026-08-16T02:43:30.311Z | Compiling num_threads v0.1.7 |
| 3141 | 2026-08-16T02:43:30.415Z | Compiling powerfmt v0.2.0 |
| 3142 | 2026-08-16T02:43:30.588Z | Compiling tower v0.5.3 |
| 3143 | 2026-08-16T02:43:30.650Z | Compiling serde_tokenstream v0.2.3 |
| 3144 | 2026-08-16T02:43:30.668Z | Compiling slog v2.8.2 |
| 3145 | 2026-08-16T02:43:30.863Z | Compiling time v0.3.55 |
| 3146 | 2026-08-16T02:43:30.881Z | Compiling serde_spanned v0.6.9 |
| 3147 | 2026-08-16T02:43:30.898Z | Compiling toml_datetime v0.6.11 |
| 3148 | 2026-08-16T02:43:30.933Z | Compiling async-trait v0.1.91 |
| 3149 | 2026-08-16T02:43:31.038Z | Compiling encoding_rs v0.8.35 |
| 3150 | 2026-08-16T02:43:31.115Z | Compiling toml_write v0.1.2 |
| 3151 | 2026-08-16T02:43:31.156Z | Compiling unicode-width v0.1.14 |
| 3152 | 2026-08-16T02:43:31.262Z | Compiling winnow v0.7.15 |
| 3153 | 2026-08-16T02:43:31.348Z | Compiling fastrand v2.5.0 |
| 3154 | 2026-08-16T02:43:31.682Z | Compiling mime v0.3.17 |
| 3155 | 2026-08-16T02:43:31.898Z | Compiling tempfile v3.27.0 |
| 3156 | 2026-08-16T02:43:31.998Z | Compiling tower-http v0.6.11 |
| 3157 | 2026-08-16T02:43:32.694Z | Compiling hashbrown v0.16.1 |
| 3158 | 2026-08-16T02:43:32.713Z | Compiling libz-sys v1.1.29 |
| 3159 | 2026-08-16T02:43:33.141Z | Compiling toml_edit v0.22.27 |
| 3160 | 2026-08-16T02:43:33.200Z | Compiling openssl-sys v0.9.117 |
| 3161 | 2026-08-16T02:43:33.419Z | Compiling fdeflate v0.3.7 |
| 3162 | 2026-08-16T02:43:33.761Z | Compiling erased-serde v0.3.31 |
| 3163 | 2026-08-16T02:43:33.946Z | Compiling thread_local v1.1.10 |
| 3164 | 2026-08-16T02:43:34.243Z | Compiling bitflags v1.3.2 |
| 3165 | 2026-08-16T02:43:34.279Z | Compiling getrandom v0.3.4 |
| 3166 | 2026-08-16T02:43:34.316Z | Compiling foldhash v0.1.5 |
| 3167 | 2026-08-16T02:43:34.346Z | Compiling openssl-probe v0.2.1 |
| 3168 | 2026-08-16T02:43:34.536Z | Compiling anyhow v1.0.104 |
| 3169 | 2026-08-16T02:43:34.592Z | Compiling winnow v1.0.4 |
| 3170 | 2026-08-16T02:43:34.618Z | Compiling rustls-native-certs v0.8.4 |
| 3171 | 2026-08-16T02:43:35.083Z | Compiling toml v0.8.23 |
| 3172 | 2026-08-16T02:43:35.255Z | Compiling hashbrown v0.15.5 |
| 3173 | 2026-08-16T02:43:35.424Z | Compiling regress v0.11.1 |
| 3174 | 2026-08-16T02:43:35.891Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 3175 | 2026-08-16T02:43:35.988Z | Compiling crossbeam-channel v0.5.16 |
| 3176 | 2026-08-16T02:43:36.027Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3177 | 2026-08-16T02:43:36.447Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 3178 | 2026-08-16T02:43:36.707Z | Compiling lazy_static v1.5.0 |
| 3179 | 2026-08-16T02:43:36.811Z | Compiling byteorder v1.5.0 |
| 3180 | 2026-08-16T02:43:36.942Z | Compiling same-file v1.0.6 |
| 3181 | 2026-08-16T02:43:37.066Z | Compiling walkdir v2.5.0 |
| 3182 | 2026-08-16T02:43:37.386Z | Compiling pathfinder_simd v0.5.6 |
| 3183 | 2026-08-16T02:43:37.654Z | Compiling strum_macros v0.28.0 |
| 3184 | 2026-08-16T02:43:37.769Z | Compiling enum-map-derive v0.17.0 |
| 3185 | 2026-08-16T02:43:37.780Z | Compiling freetype-sys v0.20.1 |
| 3186 | 2026-08-16T02:43:37.920Z | Compiling libssh2-sys v0.3.2 |
| 3187 | 2026-08-16T02:43:38.129Z | Compiling serde_spanned v1.1.1 |
| 3188 | 2026-08-16T02:43:38.339Z | Compiling yeslogic-fontconfig-sys v6.0.1 |
| 3189 | 2026-08-16T02:43:38.352Z | Compiling bstr v1.13.0 |
| 3190 | 2026-08-16T02:43:38.516Z | Compiling bytemuck v1.25.2 |
| 3191 | 2026-08-16T02:43:38.810Z | Compiling rustix v0.38.44 |
| 3192 | 2026-08-16T02:43:39.230Z | Compiling enum-map v2.7.3 |
| 3193 | 2026-08-16T02:43:39.418Z | Compiling toml v1.1.4+spec-1.1.0 |
| 3194 | 2026-08-16T02:43:39.493Z | Compiling strum v0.28.0 |
| 3195 | 2026-08-16T02:43:39.574Z | Compiling rand_core v0.9.5 |
| 3196 | 2026-08-16T02:43:39.617Z | Compiling subst v0.3.8 |
| 3197 | 2026-08-16T02:43:39.824Z | Compiling itertools v0.14.0 |
| 3198 | 2026-08-16T02:43:40.011Z | Compiling hybrid-array v0.4.14 |
| 3199 | 2026-08-16T02:43:40.221Z | Compiling vhdl_lang_macros v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89) |
| 3200 | 2026-08-16T02:43:40.505Z | Compiling getrandom v0.2.17 |
| 3201 | 2026-08-16T02:43:40.725Z | Compiling libloading v0.8.9 |
| 3202 | 2026-08-16T02:43:40.781Z | Compiling ref-cast v1.0.26 |
| 3203 | 2026-08-16T02:43:40.952Z | Compiling color_quant v1.1.0 |
| 3204 | 2026-08-16T02:43:41.095Z | Compiling pinned_vec v0.1.1 |
| 3205 | 2026-08-16T02:43:41.256Z | Compiling glob v0.3.4 |
| 3206 | 2026-08-16T02:43:41.335Z | Compiling dlib v0.5.3 |
| 3207 | 2026-08-16T02:43:41.468Z | Compiling vhdl_lang v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89) |
| 3208 | 2026-08-16T02:43:42.195Z | Compiling rand_chacha v0.9.0 |
| 3209 | 2026-08-16T02:43:43.206Z | Compiling png v0.17.16 |
| 3210 | 2026-08-16T02:43:43.307Z | Compiling sha2 v0.10.9 |
| 3211 | 2026-08-16T02:43:43.851Z | Compiling dirs-sys v0.4.1 |
| 3212 | 2026-08-16T02:43:44.132Z | Compiling openapiv3 v2.2.0 |
| 3213 | 2026-08-16T02:43:44.340Z | Compiling daft-derive v0.1.8 |
| 3214 | 2026-08-16T02:43:44.567Z | Compiling ref-cast-impl v1.0.26 |
| 3215 | 2026-08-16T02:43:45.113Z | Compiling libgit2-sys v0.16.2+1.7.2 |
| 3216 | 2026-08-16T02:43:45.181Z | Compiling plotters-backend v0.3.7 |
| 3217 | 2026-08-16T02:43:45.527Z | Compiling font-kit v0.14.3 |
| 3218 | 2026-08-16T02:43:45.536Z | Compiling prettyplease v0.2.37 |
| 3219 | 2026-08-16T02:43:45.764Z | Compiling weezl v0.1.12 |
| 3220 | 2026-08-16T02:43:45.781Z | Compiling fixedbitset v0.5.7 |
| 3221 | 2026-08-16T02:43:45.879Z | Compiling unicode-width v0.2.0 |
| 3222 | 2026-08-16T02:43:46.182Z | Compiling jpeg-decoder v0.3.2 |
| 3223 | 2026-08-16T02:43:46.295Z | Compiling cpufeatures v0.3.0 |
| 3224 | 2026-08-16T02:43:46.372Z | Compiling gif v0.12.0 |
| 3225 | 2026-08-16T02:43:46.382Z | Compiling petgraph v0.8.3 |
| 3226 | 2026-08-16T02:43:46.853Z | Compiling image v0.24.9 |
| 3227 | 2026-08-16T02:43:48.512Z | Compiling daft v0.1.8 |
| 3228 | 2026-08-16T02:43:48.778Z | Compiling dirs v5.0.1 |
| 3229 | 2026-08-16T02:43:48.903Z | Compiling pathfinder_geometry v0.5.1 |
| 3230 | 2026-08-16T02:43:48.938Z | Compiling rand v0.9.5 |
| 3231 | 2026-08-16T02:43:49.296Z | Compiling crypto-common v0.2.2 |
| 3232 | 2026-08-16T02:43:49.596Z | Compiling block-buffer v0.12.1 |
| 3233 | 2026-08-16T02:43:49.781Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 3234 | 2026-08-16T02:43:49.902Z | Compiling multer v3.1.0 |
| 3235 | 2026-08-16T02:43:50.356Z | Compiling float-ord v0.3.2 |
| 3236 | 2026-08-16T02:43:50.471Z | Compiling compression-core v0.4.32 |
| 3237 | 2026-08-16T02:43:50.580Z | Compiling crunchy v0.2.4 |
| 3238 | 2026-08-16T02:43:50.643Z | Compiling match_cfg v0.1.0 |
| 3239 | 2026-08-16T02:43:50.850Z | Compiling const-oid v0.10.2 |
| 3240 | 2026-08-16T02:43:51.152Z | Compiling slog-async v2.8.0 |
| 3241 | 2026-08-16T02:43:51.493Z | Compiling digest v0.11.3 |
| 3242 | 2026-08-16T02:43:51.703Z | Compiling hostname v0.3.1 |
| 3243 | 2026-08-16T02:43:51.868Z | Compiling compression-codecs v0.4.38 |
| 3244 | 2026-08-16T02:43:52.410Z | Compiling vw-core v0.1.0 (/work/oxidecomputer/vw/vw-core) |
| 3245 | 2026-08-16T02:43:54.563Z | Compiling iddqd v0.4.6 |
| 3246 | 2026-08-16T02:43:54.969Z | Compiling plotters-bitmap v0.3.7 |
| 3247 | 2026-08-16T02:43:56.239Z | Compiling plotters-svg v0.3.7 |
| 3248 | 2026-08-16T02:43:56.559Z | Compiling similar v2.7.0 |
| 3249 | 2026-08-16T02:43:57.516Z | Compiling colored v2.2.0 |
| 3250 | 2026-08-16T02:43:58.139Z | Compiling slog-json v2.6.1 |
| 3251 | 2026-08-16T02:43:58.400Z | Compiling async-stream-impl v0.3.6 |
| 3252 | 2026-08-16T02:43:59.032Z | Compiling dropshot v0.17.1 |
| 3253 | 2026-08-16T02:43:59.268Z | Compiling is-terminal v0.4.17 |
| 3254 | 2026-08-16T02:43:59.349Z | Compiling semver v0.1.20 |
| 3255 | 2026-08-16T02:43:59.367Z | Compiling term v1.2.1 |
| 3256 | 2026-08-16T02:43:59.600Z | Compiling ttf-parser v0.20.0 |
| 3257 | 2026-08-16T02:43:59.610Z | Compiling openssl-probe v0.1.6 |
| 3258 | 2026-08-16T02:43:59.871Z | Compiling spin v0.9.9 |
| 3259 | 2026-08-16T02:44:00.001Z | Compiling hashbrown v0.14.5 |
| 3260 | 2026-08-16T02:44:00.528Z | Compiling take_mut v0.2.2 |
| 3261 | 2026-08-16T02:44:00.641Z | Compiling tiny-keccak v2.0.2 |
| 3262 | 2026-08-16T02:44:00.808Z | Compiling hex v0.4.3 |
| 3263 | 2026-08-16T02:44:00.876Z | Compiling typify-impl v0.6.2 |
| 3264 | 2026-08-16T02:44:01.240Z | Compiling plotters v0.3.7 |
| 3265 | 2026-08-16T02:44:02.377Z | Compiling slog-term v2.9.2 |
| 3266 | 2026-08-16T02:44:02.717Z | Compiling rustc_version v0.1.7 |
| 3267 | 2026-08-16T02:44:02.960Z | Compiling async-stream v0.3.6 |
| 3268 | 2026-08-16T02:44:03.161Z | Compiling slog-bunyan v2.5.0 |
| 3269 | 2026-08-16T02:44:03.345Z | Compiling anodizer v0.1.0 (https://github.com/oxidecomputer/anodizer?branch=main#85fdfb3f) |
| 3270 | 2026-08-16T02:44:03.800Z | Compiling async-compression v0.4.43 |
| 3271 | 2026-08-16T02:44:03.887Z | Compiling sha1 v0.11.0 |
| 3272 | 2026-08-16T02:44:03.924Z | Compiling rand_core v0.6.4 |
| 3273 | 2026-08-16T02:44:04.176Z | Compiling dropshot_endpoint v0.17.1 |
| 3274 | 2026-08-16T02:44:04.209Z | Compiling waitgroup v0.1.2 |
| 3275 | 2026-08-16T02:44:04.247Z | Compiling rustls-pemfile v2.2.0 |
| 3276 | 2026-08-16T02:44:04.295Z | Compiling vw-quote v0.1.0 (/work/oxidecomputer/vw/vw-quote) |
| 3277 | 2026-08-16T02:44:04.360Z | Compiling serde_path_to_error v0.1.20 |
| 3278 | 2026-08-16T02:44:04.524Z | Compiling fs-err v3.3.1 |
| 3279 | 2026-08-16T02:44:04.762Z | Compiling hostname v0.4.2 |
| 3280 | 2026-08-16T02:44:04.805Z | Compiling netrc v0.4.1 |
| 3281 | 2026-08-16T02:44:04.908Z | Compiling winnow v0.6.26 |
| 3282 | 2026-08-16T02:44:04.917Z | Compiling debug-ignore v1.0.5 |
| 3283 | 2026-08-16T02:44:05.121Z | Compiling typify-macro v0.6.2 |
| 3284 | 2026-08-16T02:44:05.374Z | Compiling newtype_derive v0.1.6 |
| 3285 | 2026-08-16T02:44:05.611Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3286 | 2026-08-16T02:44:06.179Z | Compiling cfg_aliases v0.1.1 |
| 3287 | 2026-08-16T02:44:06.252Z | Compiling owo-colors v4.3.0 |
| 3288 | 2026-08-16T02:44:06.502Z | Compiling vw-htcl v0.1.0 (/work/oxidecomputer/vw/vw-htcl) |
| 3289 | 2026-08-16T02:44:06.620Z | Compiling const-random-macro v0.1.16 |
| 3290 | 2026-08-16T02:44:06.727Z | Compiling nix v0.28.0 |
| 3291 | 2026-08-16T02:44:07.084Z | Compiling rand_chacha v0.3.1 |
| 3292 | 2026-08-16T02:44:07.260Z | Compiling git-stub v1.0.0 |
| 3293 | 2026-08-16T02:44:07.299Z | Compiling atomicwrites v0.4.4 |
| 3294 | 2026-08-16T02:44:07.605Z | Compiling terminal_size v0.4.4 |
| 3295 | 2026-08-16T02:44:07.704Z | Compiling ident_case v1.0.1 |
| 3296 | 2026-08-16T02:44:07.714Z | Compiling signal-hook v0.3.18 |
| 3297 | 2026-08-16T02:44:07.754Z | Compiling unicode-linebreak v0.1.5 |
| 3298 | 2026-08-16T02:44:08.027Z | Compiling is_ci v1.2.0 |
| 3299 | 2026-08-16T02:44:08.192Z | Compiling smawk v0.3.3 |
| 3300 | 2026-08-16T02:44:08.214Z | Compiling supports-color v3.0.2 |
| 3301 | 2026-08-16T02:44:08.332Z | Compiling textwrap v0.16.2 |
| 3302 | 2026-08-16T02:44:08.446Z | Compiling darling_core v0.24.0 |
| 3303 | 2026-08-16T02:44:08.833Z | Compiling git-stub-vcs v0.1.0 |
| 3304 | 2026-08-16T02:44:09.854Z | Compiling rand v0.8.7 |
| 3305 | 2026-08-16T02:44:09.959Z | Compiling const-random v0.1.18 |
| 3306 | 2026-08-16T02:44:10.622Z | Compiling drift v0.2.0 |
| 3307 | 2026-08-16T02:44:10.782Z | Compiling indent_write v2.2.0 |
| 3308 | 2026-08-16T02:44:12.172Z | Compiling darling_macro v0.24.0 |
| 3309 | 2026-08-16T02:44:12.299Z | Compiling dlv-list v0.5.2 |
| 3310 | 2026-08-16T02:44:14.186Z | Compiling typify v0.6.2 |
| 3311 | 2026-08-16T02:44:14.285Z | Compiling sha1 v0.10.7 |
| 3312 | 2026-08-16T02:44:14.698Z | Compiling filedescriptor v0.8.3 |
| 3313 | 2026-08-16T02:44:14.773Z | Compiling pin-project-internal v1.1.13 |
| 3314 | 2026-08-16T02:44:14.952Z | Compiling serde_repr v0.1.21 |
| 3315 | 2026-08-16T02:44:15.542Z | Compiling blake3 v1.8.5 |
| 3316 | 2026-08-16T02:44:15.831Z | Compiling serial2 v0.2.38 |
| 3317 | 2026-08-16T02:44:15.938Z | Compiling utf-8 v0.7.6 |
| 3318 | 2026-08-16T02:44:16.145Z | Compiling instability v0.3.13 |
| 3319 | 2026-08-16T02:44:16.341Z | Compiling downcast-rs v1.2.1 |
| 3320 | 2026-08-16T02:44:16.369Z | Compiling shell-words v1.1.1 |
| 3321 | 2026-08-16T02:44:16.441Z | Compiling vw-vivado v0.1.0 (/work/oxidecomputer/vw/vw-vivado) |
| 3322 | 2026-08-16T02:44:16.616Z | Compiling unicode-segmentation v1.13.3 |
| 3323 | 2026-08-16T02:44:16.664Z | Compiling data-encoding v2.11.1 |
| 3324 | 2026-08-16T02:44:17.193Z | Compiling jiff-core v0.1.0 |
| 3325 | 2026-08-16T02:44:17.809Z | Compiling unsafe-libyaml v0.2.11 |
| 3326 | 2026-08-16T02:44:18.459Z | Compiling serde_yaml v0.9.34+deprecated |
| 3327 | 2026-08-16T02:44:18.975Z | Compiling jiff v0.2.35 |
| 3328 | 2026-08-16T02:44:19.267Z | Compiling tungstenite v0.21.0 |
| 3329 | 2026-08-16T02:44:19.700Z | Compiling portable-pty v0.9.0 |
| 3330 | 2026-08-16T02:44:21.807Z | Compiling pin-project v1.1.13 |
| 3331 | 2026-08-16T02:44:21.911Z | Compiling lsp-types v0.94.1 |
| 3332 | 2026-08-16T02:44:22.028Z | Compiling progenitor-impl v0.14.0 |
| 3333 | 2026-08-16T02:44:24.164Z | Compiling signal-hook-mio v0.2.5 |
| 3334 | 2026-08-16T02:44:24.298Z | Compiling darling v0.24.0 |
| 3335 | 2026-08-16T02:44:24.380Z | Compiling ordered-multimap v0.7.3 |
| 3336 | 2026-08-16T02:44:24.695Z | Compiling vw-eda v0.1.0 (/work/oxidecomputer/vw/vw-eda) |
| 3337 | 2026-08-16T02:44:25.072Z | Compiling curve25519-dalek v4.1.3 |
| 3338 | 2026-08-16T02:44:25.357Z | Compiling gethostname v1.1.0 |
| 3339 | 2026-08-16T02:44:25.486Z | Compiling env_filter v2.0.0 |
| 3340 | 2026-08-16T02:44:26.491Z | Compiling itertools v0.13.0 |
| 3341 | 2026-08-16T02:44:26.838Z | Compiling strum_macros v0.26.4 |
| 3342 | 2026-08-16T02:44:27.631Z | Compiling castaway v0.2.4 |
| 3343 | 2026-08-16T02:44:27.752Z | Compiling static_assertions v1.1.0 |
| 3344 | 2026-08-16T02:44:27.826Z | Compiling indoc v2.0.7 |
| 3345 | 2026-08-16T02:44:27.981Z | Compiling arrayref v0.3.9 |
| 3346 | 2026-08-16T02:44:28.054Z | Compiling arrayvec v0.7.8 |
| 3347 | 2026-08-16T02:44:28.277Z | Compiling pxfm v0.1.30 |
| 3348 | 2026-08-16T02:44:28.287Z | Compiling constant_time_eq v0.4.2 |
| 3349 | 2026-08-16T02:44:28.450Z | Compiling base64ct v1.8.3 |
| 3350 | 2026-08-16T02:44:28.469Z | Compiling strum v0.26.3 |
| 3351 | 2026-08-16T02:44:28.787Z | Compiling pem-rfc7468 v0.7.0 |
| 3352 | 2026-08-16T02:44:29.446Z | Compiling unicode-truncate v1.1.0 |
| 3353 | 2026-08-16T02:44:29.611Z | Compiling compact_str v0.8.2 |
| 3354 | 2026-08-16T02:44:29.820Z | Compiling env_logger v0.11.11 |
| 3355 | 2026-08-16T02:44:30.234Z | Compiling rust-ini v0.21.3 |
| 3356 | 2026-08-16T02:44:30.665Z | Compiling moxcms v0.8.1 |
| 3357 | 2026-08-16T02:44:30.876Z | Compiling crossterm v0.28.1 |
| 3358 | 2026-08-16T02:44:33.977Z | Compiling rustls-webpki v0.103.13 |
| 3359 | 2026-08-16T02:44:36.450Z | Compiling progenitor-macro v0.14.0 |
| 3360 | 2026-08-16T02:44:38.711Z | Compiling tokio-rustls v0.26.4 |
| 3361 | 2026-08-16T02:44:38.987Z | Compiling rustls-platform-verifier v0.7.0 |
| 3362 | 2026-08-16T02:44:39.015Z | Compiling hyper-rustls v0.27.9 |
| 3363 | 2026-08-16T02:44:39.424Z | Compiling reqwest v0.13.4 |
| 3364 | 2026-08-16T02:44:39.812Z | Compiling git2 v0.18.3 |
| 3365 | 2026-08-16T02:44:40.767Z | Compiling tower v0.4.13 |
| 3366 | 2026-08-16T02:44:41.171Z | Compiling progenitor-client v0.14.0 |
| 3367 | 2026-08-16T02:44:41.669Z | Compiling oxide v0.17.0+2026060800.0.0 |
| 3368 | 2026-08-16T02:44:41.768Z | Compiling tokio-tungstenite v0.21.0 |
| 3369 | 2026-08-16T02:44:42.109Z | Compiling dashmap v5.5.3 |
| 3370 | 2026-08-16T02:44:42.706Z | Compiling vw-lib v0.1.0 (/work/oxidecomputer/vw/vw-lib) |
| 3371 | 2026-08-16T02:44:47.760Z | Compiling dropshot-api-manager v0.7.2 |
| 3372 | 2026-08-16T02:44:50.698Z | Compiling globset v0.4.20 |
| 3373 | 2026-08-16T02:44:53.980Z | Compiling sharded-slab v0.1.7 |
| 3374 | 2026-08-16T02:44:54.616Z | Compiling lsp-server v0.7.9 |
| 3375 | 2026-08-16T02:44:56.105Z | Compiling lru v0.12.5 |
| 3376 | 2026-08-16T02:44:56.303Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3377 | 2026-08-16T02:44:56.461Z | Compiling fuzzy-matcher v0.3.7 |
| 3378 | 2026-08-16T02:44:57.181Z | Compiling png v0.18.1 |
| 3379 | 2026-08-16T02:44:57.507Z | Compiling inout v0.1.4 |
| 3380 | 2026-08-16T02:44:57.663Z | Compiling matchers v0.2.0 |
| 3381 | 2026-08-16T02:44:57.834Z | Compiling quick-xml v0.38.4 |
| 3382 | 2026-08-16T02:44:58.241Z | Compiling auto_impl v1.3.0 |
| 3383 | 2026-08-16T02:44:59.178Z | Compiling tower-lsp-macros v0.9.0 |
| 3384 | 2026-08-16T02:44:59.412Z | Compiling curve25519-dalek-derive v0.1.1 |
| 3385 | 2026-08-16T02:44:59.767Z | Compiling tracing-log v0.2.0 |
| 3386 | 2026-08-16T02:44:59.826Z | Compiling ring v0.17.14 |
| 3387 | 2026-08-16T02:45:00.120Z | Compiling cassowary v0.3.0 |
| 3388 | 2026-08-16T02:45:00.130Z | Compiling x11rb-protocol v0.13.2 |
| 3389 | 2026-08-16T02:45:00.363Z | Compiling byteorder-lite v0.1.0 |
| 3390 | 2026-08-16T02:45:00.367Z | Compiling home v0.5.12 |
| 3391 | 2026-08-16T02:45:00.545Z | Compiling portable-atomic v1.14.0 |
| 3392 | 2026-08-16T02:45:00.660Z | Compiling nu-ansi-term v0.50.3 |
| 3393 | 2026-08-16T02:45:01.008Z | Compiling signature v2.2.0 |
| 3394 | 2026-08-16T02:45:01.173Z | Compiling ed25519 v2.2.3 |
| 3395 | 2026-08-16T02:45:01.237Z | Compiling tracing-subscriber v0.3.23 |
| 3396 | 2026-08-16T02:45:01.408Z | Compiling image v0.25.10 |
| 3397 | 2026-08-16T02:45:01.520Z | Compiling aws-creds v0.39.1 |
| 3398 | 2026-08-16T02:45:01.719Z | Compiling ratatui v0.29.0 |
| 3399 | 2026-08-16T02:45:04.952Z | Compiling x11rb v0.13.2 |
| 3400 | 2026-08-16T02:45:07.262Z | Compiling tower-lsp v0.20.0 |
| 3401 | 2026-08-16T02:45:08.634Z | Compiling cipher v0.4.4 |
| 3402 | 2026-08-16T02:45:08.887Z | Compiling vhdl_ls v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89) |
| 3403 | 2026-08-16T02:45:10.061Z | Compiling vw-api-types-versions v0.1.0 (/work/oxidecomputer/vw/vw-api-types/versions) |
| 3404 | 2026-08-16T02:45:10.289Z | Compiling ignore v0.4.33 |
| 3405 | 2026-08-16T02:45:10.485Z | Compiling vw-bench v0.1.0 (/work/oxidecomputer/vw/vw-bench) |
| 3406 | 2026-08-16T02:45:11.571Z | Compiling vw-api v0.1.0 (/work/oxidecomputer/vw/vw-api) |
| 3407 | 2026-08-16T02:45:11.855Z | Compiling vw-sync-api v0.1.0 (/work/oxidecomputer/vw/vw-sync-api) |
| 3408 | 2026-08-16T02:45:13.473Z | Compiling progenitor v0.14.0 |
| 3409 | 2026-08-16T02:45:13.625Z | Compiling ssh-encoding v0.2.0 |
| 3410 | 2026-08-16T02:45:14.155Z | Compiling reqwest v0.12.28 |
| 3411 | 2026-08-16T02:45:16.827Z | Compiling hmac v0.12.1 |
| 3412 | 2026-08-16T02:45:16.987Z | Compiling tokio-stream v0.1.19 |
| 3413 | 2026-08-16T02:45:17.116Z | Compiling quick-xml v0.37.5 |
| 3414 | 2026-08-16T02:45:17.561Z | Compiling aws-region v0.28.1 |
| 3415 | 2026-08-16T02:45:17.586Z | Compiling maybe-async v0.2.11 |
| 3416 | 2026-08-16T02:45:17.926Z | Compiling sysinfo v0.37.2 |
| 3417 | 2026-08-16T02:45:18.397Z | Compiling md5 v0.8.1 |
| 3418 | 2026-08-16T02:45:18.698Z | Compiling cpp_demangle v0.4.5 |
| 3419 | 2026-08-16T02:45:18.752Z | Compiling redb v4.1.0 |
| 3420 | 2026-08-16T02:45:19.006Z | Compiling base16ct v0.2.0 |
| 3421 | 2026-08-16T02:45:19.139Z | Compiling sec1 v0.7.3 |
| 3422 | 2026-08-16T02:45:19.234Z | Compiling rust-s3 v0.37.2 |
| 3423 | 2026-08-16T02:45:19.348Z | Compiling ipxact v0.1.0 (https://github.com/oxidecomputer/ipe?branch=main#73c5c643) |
| 3424 | 2026-08-16T02:45:19.888Z | Compiling ssh-cipher v0.2.0 |
| 3425 | 2026-08-16T02:45:20.075Z | Compiling vw-api-client v0.1.0 (/work/oxidecomputer/vw/vw-api-client) |
| 3426 | 2026-08-16T02:45:20.329Z | Compiling vw-sync v0.1.0 (/work/oxidecomputer/vw/vw-sync) |
| 3427 | 2026-08-16T02:45:21.784Z | Compiling vw-remote v0.1.0 (/work/oxidecomputer/vw/vw-remote) |
| 3428 | 2026-08-16T02:45:23.799Z | Compiling vw-analyzer v0.1.0 (/work/oxidecomputer/vw/vw-analyzer) |
| 3429 | 2026-08-16T02:45:24.325Z | Compiling ed25519-dalek v2.2.0 |
| 3430 | 2026-08-16T02:45:24.693Z | Compiling arboard v3.6.1 |
| 3431 | 2026-08-16T02:45:26.932Z | Compiling tui-textarea v0.7.0 |
| 3432 | 2026-08-16T02:45:27.745Z | Compiling nucleo-matcher v0.3.1 |
| 3433 | 2026-08-16T02:45:28.385Z | Compiling console v0.15.11 |
| 3434 | 2026-08-16T02:45:28.556Z | Compiling yasna v0.6.0 |
| 3435 | 2026-08-16T02:45:28.567Z | Compiling pem v3.0.6 |
| 3436 | 2026-08-16T02:45:29.277Z | Compiling filetime v0.2.29 |
| 3437 | 2026-08-16T02:45:29.505Z | Compiling number_prefix v0.4.0 |
| 3438 | 2026-08-16T02:45:29.671Z | Compiling indicatif v0.17.11 |
| 3439 | 2026-08-16T02:45:29.716Z | Compiling notify v6.1.1 |
| 3440 | 2026-08-16T02:45:30.045Z | Compiling rcgen v0.14.8 |
| 3441 | 2026-08-16T02:45:30.393Z | Compiling vw-repl v0.1.0 (/work/oxidecomputer/vw/vw-repl) |
| 3442 | 2026-08-16T02:45:30.967Z | Compiling ssh-key v0.6.7 |
| 3443 | 2026-08-16T02:45:32.669Z | Compiling vw-ip v0.1.0 (/work/oxidecomputer/vw/vw-ip) |
| 3444 | 2026-08-16T02:45:35.534Z | Compiling vw-openapi-manager v0.1.0 (/work/oxidecomputer/vw/vw-openapi-manager) |
| 3445 | 2026-08-16T02:45:36.207Z | Compiling vw-htcl-cmd v0.1.0 (/work/oxidecomputer/vw/vw-htcl-cmd) |
| 3446 | 2026-08-16T02:45:37.160Z | Compiling rustc-demangle v0.1.28 |
| 3447 | 2026-08-16T02:45:37.825Z | Compiling xtask v0.1.0 (/work/oxidecomputer/vw/xtask) |
| 3448 | 2026-08-16T02:45:38.180Z | Compiling vw-api-types v0.1.0 (/work/oxidecomputer/vw/vw-api-types) |
| 3449 | 2026-08-16T02:45:57.656Z | Compiling vw-svc v0.1.0 (/work/oxidecomputer/vw/vw-svc) |
| 3450 | 2026-08-16T02:45:57.766Z | Compiling vw-agent v0.1.0 (/work/oxidecomputer/vw/vw-agent) |
| 3451 | 2026-08-16T02:45:57.861Z | Compiling vw v0.1.0 (/work/oxidecomputer/vw/vw-cli) |
| 3452 | 2026-08-16T02:46:34.893Z | Finished `release` profile [optimized] target(s) in 3m 30s |
| 3453 | 2026-08-16T02:46:35.003Z | + mkdir -p /work/release/ |
| 3454 | 2026-08-16T02:46:35.007Z | + cp target/release/vw /work/release/ |
| 3455 | 2026-08-16T02:46:35.104Z | + cp target/release/vw-agent /work/release/ |
| 3456 | 2026-08-16T02:46:35.179Z | + cp target/release/vw-svc /work/release/ |
| 3457 | 2026-08-16T02:46:35.239Z | + cp target/release/vw-analyzer /work/release/ |
| 3458 | 2026-08-16T02:46:35.281Z | process exited: duration 641523 ms, exit code 0 |
| |
| 3459 | 2026-08-16T02:46:35.295Z | found 4 output files |
| 3460 | 2026-08-16T02:46:35.295Z | uploading: /work/release/vw (104089112 bytes) |
| 3461 | 2026-08-16T02:46:36.912Z | uploaded: /work/release/vw |
| 3462 | 2026-08-16T02:46:36.912Z | uploading: /work/release/vw-agent (79063232 bytes) |
| 3463 | 2026-08-16T02:46:38.595Z | uploaded: /work/release/vw-agent |
| 3464 | 2026-08-16T02:46:38.598Z | uploading: /work/release/vw-analyzer (43164144 bytes) |
| 3465 | 2026-08-16T02:46:39.839Z | uploaded: /work/release/vw-analyzer |
| 3466 | 2026-08-16T02:46:39.839Z | uploading: /work/release/vw-svc (62858288 bytes) |
| 3467 | 2026-08-16T02:46:41.205Z | uploaded: /work/release/vw-svc |