|
|
|
| 1 | 2026-08-04T18:33:17.163Z | job assigned to worker 01KZ70RZKBC22ZF264FYHJ3JX7 [factory aws, i-06b5a887c90b80cf6] (queued for 50 s) |
| |
| 2 | 2026-08-04T18:33:23.722Z | starting task 0: "setup" |
| 3 | 2026-08-04T18:33:23.725Z | ++ uname -s |
| 4 | 2026-08-04T18:33:23.728Z | + kern=SunOS |
| 5 | 2026-08-04T18:33:23.728Z | + build_user=build |
| 6 | 2026-08-04T18:33:23.728Z | + build_uid=12345 |
| 7 | 2026-08-04T18:33:23.728Z | + work_dir=/work |
| 8 | 2026-08-04T18:33:23.728Z | + input_dir=/input |
| 9 | 2026-08-04T18:33:23.728Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-04T18:33:23.728Z | + case "$kern" in |
| 11 | 2026-08-04T18:33:23.728Z | + groupadd -g 12345 build |
| 12 | 2026-08-04T18:33:23.728Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-04T18:33:25.734Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-04T18:33:25.804Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-04T18:33:25.807Z | + home_fs=zfs |
| 16 | 2026-08-04T18:33:25.807Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-04T18:33:25.807Z | + mkdir -p /home/build |
| 18 | 2026-08-04T18:33:25.807Z | + chown build:build /home/build /work |
| 19 | 2026-08-04T18:33:27.809Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-04T18:33:27.812Z | process exited: duration 4089 ms, exit code 0 |
| |
| 21 | 2026-08-04T18:33:27.818Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-04T18:33:27.822Z | * rust toolchain channel = "stable" |
| 23 | 2026-08-04T18:33:27.822Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 24 | 2026-08-04T18:33:27.822Z | * rust toolchain profile = "default" |
| 25 | 2026-08-04T18:33:27.822Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-04T18:33:27.822Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-04T18:33:27.822Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-04T18:33:27.825Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-04T18:33:27.825Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-08-04T18:33:27.927Z | info: downloading installer |
| 31 | 2026-08-04T18:33:29.211Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-04T18:33:29.211Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-04T18:33:29.211Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-04T18:33:29.211Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-04T18:33:29.224Z | info: profile set to default |
| 36 | 2026-08-04T18:33:29.224Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-04T18:33:29.227Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-08-04T18:33:29.354Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-04T18:33:29.357Z | info: downloading 6 components |
| 40 | 2026-08-04T18:33:43.410Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 41 | 2026-08-04T18:33:43.410Z | |
| 42 | 2026-08-04T18:33:43.438Z | stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-04T18:33:43.439Z | |
| 44 | 2026-08-04T18:33:43.439Z | |
| 45 | 2026-08-04T18:33:43.439Z | Rust is installed now. Great! |
| 46 | 2026-08-04T18:33:43.439Z | |
| 47 | 2026-08-04T18:33:43.442Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-04T18:33:43.442Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-04T18:33:43.442Z | |
| 50 | 2026-08-04T18:33:43.442Z | To configure your current shell, you need to source |
| 51 | 2026-08-04T18:33:43.442Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-04T18:33:43.442Z | |
| 53 | 2026-08-04T18:33:43.442Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-04T18:33:43.442Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-04T18:33:43.442Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-04T18:33:43.442Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-04T18:33:43.442Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-04T18:33:43.442Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-04T18:33:43.442Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-04T18:33:43.442Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-04T18:33:43.442Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-04T18:33:43.532Z | + rustup --version |
| 63 | 2026-08-04T18:33:43.540Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-04T18:33:43.543Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-04T18:33:43.561Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-04T18:33:43.564Z | + cargo --version |
| 67 | 2026-08-04T18:33:43.578Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-04T18:33:43.581Z | + rustc --version |
| 69 | 2026-08-04T18:33:43.599Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-04T18:33:43.602Z | process exited: duration 15783 ms, exit code 0 |
| |
| 71 | 2026-08-04T18:33:43.609Z | starting task 2: "authentication" |
| 72 | 2026-08-04T18:33:43.625Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-08-04T18:33:43.631Z | starting task 3: "clone repository" |
| 74 | 2026-08-04T18:33:43.634Z | + mkdir -p /work/oxidecomputer/vw |
| 75 | 2026-08-04T18:33:43.637Z | + git clone https://github.com/oxidecomputer/vw /work/oxidecomputer/vw |
| 76 | 2026-08-04T18:33:43.666Z | Cloning into '/work/oxidecomputer/vw'... |
| 77 | 2026-08-04T18:33:44.442Z | + cd /work/oxidecomputer/vw |
| 78 | 2026-08-04T18:33:44.442Z | + git fetch origin 338ec51b6764d5e446ec536858d02e64f90bd3a3 |
| 79 | 2026-08-04T18:33:44.799Z | From https://github.com/oxidecomputer/vw |
| 80 | 2026-08-04T18:33:44.799Z | * branch 338ec51b6764d5e446ec536858d02e64f90bd3a3 -> FETCH_HEAD |
| 81 | 2026-08-04T18:33:44.805Z | + [[ -n ry/locutus ]] |
| 82 | 2026-08-04T18:33:44.808Z | ++ git branch --show-current |
| 83 | 2026-08-04T18:33:44.809Z | + current=main |
| 84 | 2026-08-04T18:33:44.809Z | + [[ main != ry/locutus ]] |
| 85 | 2026-08-04T18:33:44.809Z | + git branch -f ry/locutus 338ec51b6764d5e446ec536858d02e64f90bd3a3 |
| 86 | 2026-08-04T18:33:44.812Z | + git checkout -f ry/locutus |
| 87 | 2026-08-04T18:33:44.834Z | Switched to branch 'ry/locutus' |
| 88 | 2026-08-04T18:33:44.837Z | + git reset --hard 338ec51b6764d5e446ec536858d02e64f90bd3a3 |
| 89 | 2026-08-04T18:33:44.855Z | HEAD is now at 338ec51 add sources functions |
| 90 | 2026-08-04T18:33:44.859Z | process exited: duration 1223 ms, exit code 0 |
| |
| 91 | 2026-08-04T18:33:44.865Z | starting task 4: "build" |
| 92 | 2026-08-04T18:33:44.869Z | + cargo --version |
| 93 | 2026-08-04T18:33:44.874Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 94 | 2026-08-04T18:33:45.007Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 95 | 2026-08-04T18:33:45.010Z | info: downloading 6 components |
| 96 | 2026-08-04T18:33:59.670Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 97 | 2026-08-04T18:33:59.679Z | + rustc --version |
| 98 | 2026-08-04T18:33:59.704Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 99 | 2026-08-04T18:33:59.708Z | + export PKG_CONFIG_PATH=/opt/ooce/lib/amd64/pkgconfig |
| 100 | 2026-08-04T18:33:59.708Z | + PKG_CONFIG_PATH=/opt/ooce/lib/amd64/pkgconfig |
| 101 | 2026-08-04T18:33:59.708Z | + banner api |
| 102 | 2026-08-04T18:33:59.708Z | |
| 103 | 2026-08-04T18:33:59.708Z | ## ##### # |
| 104 | 2026-08-04T18:33:59.708Z | # # # # # |
| 105 | 2026-08-04T18:33:59.708Z | # # # # # |
| 106 | 2026-08-04T18:33:59.708Z | ###### ##### # |
| 107 | 2026-08-04T18:33:59.708Z | # # # # |
| 108 | 2026-08-04T18:33:59.708Z | # # # # |
| 109 | 2026-08-04T18:33:59.708Z | |
| 110 | 2026-08-04T18:33:59.711Z | + cargo xtask openapi generate |
| 111 | 2026-08-04T18:37:32.631Z | Generating OpenAPI documents from API definitions ... |
| 112 | 2026-08-04T18:37:32.640Z | Loading local OpenAPI documents from "/work/oxidecomputer/vw/openapi" ... |
| 113 | 2026-08-04T18:37:32.645Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 114 | 2026-08-04T18:37:32.653Z | ------- |
| 115 | 2026-08-04T18:37:32.654Z | Updating 3 OpenAPI documents... |
| 116 | 2026-08-04T18:37:32.654Z | Unchanged vw-admin-api (versioned v1.0.0 (added locally)): VW admin API |
| 117 | 2026-08-04T18:37:32.654Z | Unchanged vw-admin-api "latest" symlink |
| 118 | 2026-08-04T18:37:32.661Z | Unchanged vw-sync-api (versioned v1.0.0 (added locally)): VW agent API |
| 119 | 2026-08-04T18:37:32.661Z | Unchanged vw-sync-api "latest" symlink |
| 120 | 2026-08-04T18:37:32.661Z | Unchanged vw-user-api (versioned v1.0.0 (added locally)): VW user API |
| 121 | 2026-08-04T18:37:32.661Z | Unchanged vw-user-api "latest" symlink |
| 122 | 2026-08-04T18:37:32.661Z | Loading local OpenAPI documents from "/work/oxidecomputer/vw/openapi" ... |
| 123 | 2026-08-04T18:37:32.661Z | Rechecking all local files |
| 124 | 2026-08-04T18:37:32.661Z | ------- |
| 125 | 2026-08-04T18:37:32.661Z | Success 3 documents: 0 changes made, 3 unchanged, 0 failed |
| 126 | 2026-08-04T18:37:32.661Z | + banner check |
| 127 | 2026-08-04T18:37:32.667Z | |
| 128 | 2026-08-04T18:37:32.667Z | #### # # ###### #### # # |
| 129 | 2026-08-04T18:37:32.667Z | # # # # # # # # # |
| 130 | 2026-08-04T18:37:32.667Z | # ###### ##### # #### |
| 131 | 2026-08-04T18:37:32.667Z | # # # # # # # |
| 132 | 2026-08-04T18:37:32.668Z | # # # # # # # # # |
| 133 | 2026-08-04T18:37:32.668Z | #### # # ###### #### # # |
| 134 | 2026-08-04T18:37:32.668Z | |
| 135 | 2026-08-04T18:37:32.668Z | + cargo fmt -- --check |
| 136 | 2026-08-04T18:37:33.142Z | + cargo clippy --all-targets -- --deny warnings |
| 137 | 2026-08-04T18:37:33.363Z | Downloading crates ... |
| 138 | 2026-08-04T18:37:33.423Z | Downloaded arrayref v0.3.9 |
| 139 | 2026-08-04T18:37:33.426Z | Downloaded dlib v0.5.3 |
| 140 | 2026-08-04T18:37:33.426Z | Downloaded darling_core v0.23.0 |
| 141 | 2026-08-04T18:37:33.429Z | Downloaded arboard v3.6.1 |
| 142 | 2026-08-04T18:37:33.429Z | Downloaded ed25519 v2.2.3 |
| 143 | 2026-08-04T18:37:33.433Z | Downloaded dirs v5.0.1 |
| 144 | 2026-08-04T18:37:33.441Z | Downloaded number_prefix v0.4.0 |
| 145 | 2026-08-04T18:37:33.448Z | Downloaded crossterm v0.28.1 |
| 146 | 2026-08-04T18:37:33.452Z | Downloaded dlv-list v0.5.2 |
| 147 | 2026-08-04T18:37:33.456Z | Downloaded blake3 v1.8.5 |
| 148 | 2026-08-04T18:37:33.460Z | Downloaded color_quant v1.1.0 |
| 149 | 2026-08-04T18:37:33.461Z | Downloaded darling_macro v0.23.0 |
| 150 | 2026-08-04T18:37:33.461Z | Downloaded base16ct v0.2.0 |
| 151 | 2026-08-04T18:37:33.461Z | Downloaded castaway v0.2.4 |
| 152 | 2026-08-04T18:37:33.464Z | Downloaded dirs-sys v0.4.1 |
| 153 | 2026-08-04T18:37:33.464Z | Downloaded darling v0.23.0 |
| 154 | 2026-08-04T18:37:33.464Z | Downloaded same-file v1.0.6 |
| 155 | 2026-08-04T18:37:33.467Z | Downloaded cpp_demangle v0.4.5 |
| 156 | 2026-08-04T18:37:33.467Z | Downloaded colored v2.2.0 |
| 157 | 2026-08-04T18:37:33.470Z | Downloaded progenitor-macro v0.14.0 |
| 158 | 2026-08-04T18:37:33.470Z | Downloaded plotters-backend v0.3.7 |
| 159 | 2026-08-04T18:37:33.470Z | Downloaded openssl-probe v0.1.6 |
| 160 | 2026-08-04T18:37:33.470Z | Downloaded elliptic-curve v0.13.8 |
| 161 | 2026-08-04T18:37:33.473Z | Downloaded downcast-rs v1.2.1 |
| 162 | 2026-08-04T18:37:33.473Z | Downloaded cipher v0.4.4 |
| 163 | 2026-08-04T18:37:33.473Z | Downloaded gethostname v1.1.0 |
| 164 | 2026-08-04T18:37:33.473Z | Downloaded md5 v0.8.1 |
| 165 | 2026-08-04T18:37:33.477Z | Downloaded pathfinder_geometry v0.5.1 |
| 166 | 2026-08-04T18:37:33.477Z | Downloaded plotters-bitmap v0.3.7 |
| 167 | 2026-08-04T18:37:33.477Z | Downloaded filetime v0.2.29 |
| 168 | 2026-08-04T18:37:33.480Z | Downloaded pathfinder_simd v0.5.5 |
| 169 | 2026-08-04T18:37:33.484Z | Downloaded arrayvec v0.7.8 |
| 170 | 2026-08-04T18:37:33.488Z | Downloaded rustc_version v0.4.1 |
| 171 | 2026-08-04T18:37:33.488Z | Downloaded byteorder-lite v0.1.0 |
| 172 | 2026-08-04T18:37:33.488Z | Downloaded inout v0.1.4 |
| 173 | 2026-08-04T18:37:33.491Z | Downloaded matchers v0.2.0 |
| 174 | 2026-08-04T18:37:33.491Z | Downloaded rand_chacha v0.3.1 |
| 175 | 2026-08-04T18:37:33.496Z | Downloaded crunchy v0.2.4 |
| 176 | 2026-08-04T18:37:33.499Z | Downloaded filedescriptor v0.8.3 |
| 177 | 2026-08-04T18:37:33.499Z | Downloaded rfc6979 v0.4.0 |
| 178 | 2026-08-04T18:37:33.499Z | Downloaded ssh-cipher v0.2.0 |
| 179 | 2026-08-04T18:37:33.499Z | Downloaded serde_spanned v0.6.9 |
| 180 | 2026-08-04T18:37:33.505Z | Downloaded pin-project-internal v1.1.13 |
| 181 | 2026-08-04T18:37:33.509Z | Downloaded ordered-multimap v0.7.3 |
| 182 | 2026-08-04T18:37:33.509Z | Downloaded rustc-demangle v0.1.28 |
| 183 | 2026-08-04T18:37:33.511Z | Downloaded unsafe-libyaml v0.2.11 |
| 184 | 2026-08-04T18:37:33.511Z | Downloaded const-random v0.1.18 |
| 185 | 2026-08-04T18:37:33.511Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 186 | 2026-08-04T18:37:33.516Z | Downloaded plotters-svg v0.3.7 |
| 187 | 2026-08-04T18:37:33.519Z | Downloaded quick-error v2.0.1 |
| 188 | 2026-08-04T18:37:33.519Z | Downloaded aws-creds v0.39.1 |
| 189 | 2026-08-04T18:37:33.523Z | Downloaded const-random-macro v0.1.16 |
| 190 | 2026-08-04T18:37:33.523Z | Downloaded serde_repr v0.1.20 |
| 191 | 2026-08-04T18:37:33.526Z | Downloaded float-ord v0.3.2 |
| 192 | 2026-08-04T18:37:33.529Z | Downloaded typify-macro v0.6.2 |
| 193 | 2026-08-04T18:37:33.529Z | Downloaded instability v0.3.12 |
| 194 | 2026-08-04T18:37:33.529Z | Downloaded pinned_vec v0.1.1 |
| 195 | 2026-08-04T18:37:33.529Z | Downloaded shell-words v1.1.1 |
| 196 | 2026-08-04T18:37:33.529Z | Downloaded unicode-truncate v1.1.0 |
| 197 | 2026-08-04T18:37:33.534Z | Downloaded ident_case v1.0.1 |
| 198 | 2026-08-04T18:37:33.537Z | Downloaded strum v0.28.0 |
| 199 | 2026-08-04T18:37:33.540Z | Downloaded signature v2.2.0 |
| 200 | 2026-08-04T18:37:33.540Z | Downloaded netrc v0.4.1 |
| 201 | 2026-08-04T18:37:33.540Z | Downloaded tower-lsp-macros v0.9.0 |
| 202 | 2026-08-04T18:37:33.544Z | Downloaded home v0.5.12 |
| 203 | 2026-08-04T18:37:33.544Z | Downloaded lru v0.12.5 |
| 204 | 2026-08-04T18:37:33.549Z | Downloaded strum v0.26.3 |
| 205 | 2026-08-04T18:37:33.552Z | Downloaded ssh-encoding v0.2.0 |
| 206 | 2026-08-04T18:37:33.556Z | Downloaded signal-hook-mio v0.2.5 |
| 207 | 2026-08-04T18:37:33.556Z | Downloaded aws-region v0.28.1 |
| 208 | 2026-08-04T18:37:33.559Z | Downloaded toml_datetime v0.6.11 |
| 209 | 2026-08-04T18:37:33.559Z | Downloaded defmt-parser v1.0.0 |
| 210 | 2026-08-04T18:37:33.565Z | Downloaded sha1 v0.10.7 |
| 211 | 2026-08-04T18:37:33.565Z | Downloaded constant_time_eq v0.4.2 |
| 212 | 2026-08-04T18:37:33.565Z | Downloaded defmt-macros v1.1.1 |
| 213 | 2026-08-04T18:37:33.565Z | Downloaded lsp-server v0.7.9 |
| 214 | 2026-08-04T18:37:33.568Z | Downloaded base64ct v1.8.3 |
| 215 | 2026-08-04T18:37:33.568Z | Downloaded enum-map-derive v0.17.0 |
| 216 | 2026-08-04T18:37:33.568Z | Downloaded fax v0.2.7 |
| 217 | 2026-08-04T18:37:33.568Z | Downloaded maybe-async v0.2.11 |
| 218 | 2026-08-04T18:37:33.571Z | Downloaded rand_core v0.6.4 |
| 219 | 2026-08-04T18:37:33.571Z | Downloaded rust-ini v0.21.3 |
| 220 | 2026-08-04T18:37:33.571Z | Downloaded dashmap v5.5.3 |
| 221 | 2026-08-04T18:37:33.571Z | Downloaded num-iter v0.1.46 |
| 222 | 2026-08-04T18:37:33.574Z | Downloaded ed25519-dalek v2.2.0 |
| 223 | 2026-08-04T18:37:33.574Z | Downloaded toml_write v0.1.2 |
| 224 | 2026-08-04T18:37:33.577Z | Downloaded utf-8 v0.7.6 |
| 225 | 2026-08-04T18:37:33.578Z | Downloaded yeslogic-fontconfig-sys v6.0.0 |
| 226 | 2026-08-04T18:37:33.581Z | Downloaded pkcs8 v0.10.2 |
| 227 | 2026-08-04T18:37:33.581Z | Downloaded nu-ansi-term v0.50.3 |
| 228 | 2026-08-04T18:37:33.584Z | Downloaded ecdsa v0.16.9 |
| 229 | 2026-08-04T18:37:33.584Z | Downloaded bitflags v1.3.2 |
| 230 | 2026-08-04T18:37:33.584Z | Downloaded env_logger v0.11.11 |
| 231 | 2026-08-04T18:37:33.588Z | Downloaded fixedbitset v0.5.7 |
| 232 | 2026-08-04T18:37:33.588Z | Downloaded pin-project v1.1.13 |
| 233 | 2026-08-04T18:37:33.592Z | Downloaded cfg_aliases v0.1.1 |
| 234 | 2026-08-04T18:37:33.595Z | Downloaded globset v0.4.19 |
| 235 | 2026-08-04T18:37:33.596Z | Downloaded enum-map v2.7.3 |
| 236 | 2026-08-04T18:37:33.596Z | Downloaded spki v0.7.3 |
| 237 | 2026-08-04T18:37:33.596Z | Downloaded primeorder v0.13.6 |
| 238 | 2026-08-04T18:37:33.599Z | Downloaded cassowary v0.3.0 |
| 239 | 2026-08-04T18:37:33.599Z | Downloaded glob v0.3.3 |
| 240 | 2026-08-04T18:37:33.599Z | Downloaded byteorder v1.5.0 |
| 241 | 2026-08-04T18:37:33.599Z | Downloaded foldhash v0.1.5 |
| 242 | 2026-08-04T18:37:33.604Z | Downloaded static_assertions v1.1.0 |
| 243 | 2026-08-04T18:37:33.604Z | Downloaded strum_macros v0.26.4 |
| 244 | 2026-08-04T18:37:33.604Z | Downloaded walkdir v2.5.0 |
| 245 | 2026-08-04T18:37:33.608Z | Downloaded env_filter v2.0.0 |
| 246 | 2026-08-04T18:37:33.608Z | Downloaded ff v0.13.1 |
| 247 | 2026-08-04T18:37:33.608Z | Downloaded indoc v2.0.7 |
| 248 | 2026-08-04T18:37:33.608Z | Downloaded tiny-keccak v2.0.2 |
| 249 | 2026-08-04T18:37:33.608Z | Downloaded fdeflate v0.3.7 |
| 250 | 2026-08-04T18:37:33.611Z | Downloaded fuzzy-matcher v0.3.7 |
| 251 | 2026-08-04T18:37:33.611Z | Downloaded group v0.13.0 |
| 252 | 2026-08-04T18:37:33.611Z | Downloaded subst v0.3.8 |
| 253 | 2026-08-04T18:37:33.611Z | Downloaded portable-pty v0.9.0 |
| 254 | 2026-08-04T18:37:33.615Z | Downloaded tracing-log v0.2.0 |
| 255 | 2026-08-04T18:37:33.615Z | Downloaded defmt v1.1.1 |
| 256 | 2026-08-04T18:37:33.619Z | Downloaded auto_impl v1.3.0 |
| 257 | 2026-08-04T18:37:33.619Z | Downloaded strum_macros v0.28.0 |
| 258 | 2026-08-04T18:37:33.622Z | Downloaded daft-derive v0.1.8 |
| 259 | 2026-08-04T18:37:33.622Z | Downloaded pkcs1 v0.7.5 |
| 260 | 2026-08-04T18:37:33.625Z | Downloaded console v0.15.11 |
| 261 | 2026-08-04T18:37:33.625Z | Downloaded const-oid v0.9.6 |
| 262 | 2026-08-04T18:37:33.630Z | Downloaded libloading v0.8.9 |
| 263 | 2026-08-04T18:37:33.630Z | Downloaded progenitor v0.14.0 |
| 264 | 2026-08-04T18:37:33.633Z | Downloaded p521 v0.13.3 |
| 265 | 2026-08-04T18:37:33.636Z | Downloaded serial2 v0.2.37 |
| 266 | 2026-08-04T18:37:33.640Z | Downloaded notify v6.1.1 |
| 267 | 2026-08-04T18:37:33.640Z | Downloaded sec1 v0.7.3 |
| 268 | 2026-08-04T18:37:33.643Z | Downloaded tokio-tungstenite v0.21.0 |
| 269 | 2026-08-04T18:37:33.643Z | Downloaded half v2.7.1 |
| 270 | 2026-08-04T18:37:33.646Z | Downloaded zune-core v0.5.1 |
| 271 | 2026-08-04T18:37:33.646Z | Downloaded font-kit v0.14.3 |
| 272 | 2026-08-04T18:37:33.651Z | Downloaded hmac v0.12.1 |
| 273 | 2026-08-04T18:37:33.655Z | Downloaded weezl v0.1.12 |
| 274 | 2026-08-04T18:37:33.660Z | Downloaded pem-rfc7468 v0.7.0 |
| 275 | 2026-08-04T18:37:33.666Z | Downloaded bytemuck v1.25.0 |
| 276 | 2026-08-04T18:37:33.669Z | Downloaded tokio-stream v0.1.19 |
| 277 | 2026-08-04T18:37:33.669Z | Downloaded openssl-sys v0.9.112 |
| 278 | 2026-08-04T18:37:33.675Z | Downloaded der v0.7.10 |
| 279 | 2026-08-04T18:37:33.678Z | Downloaded p256 v0.13.2 |
| 280 | 2026-08-04T18:37:33.681Z | Downloaded sharded-slab v0.1.7 |
| 281 | 2026-08-04T18:37:33.681Z | Downloaded toml v0.8.23 |
| 282 | 2026-08-04T18:37:33.684Z | Downloaded typify v0.6.2 |
| 283 | 2026-08-04T18:37:33.684Z | Downloaded nucleo-matcher v0.3.1 |
| 284 | 2026-08-04T18:37:33.687Z | Downloaded indicatif v0.17.11 |
| 285 | 2026-08-04T18:37:33.687Z | Downloaded lsp-types v0.94.1 |
| 286 | 2026-08-04T18:37:33.691Z | Downloaded serde_yaml v0.9.34+deprecated |
| 287 | 2026-08-04T18:37:33.691Z | Downloaded tower-lsp v0.20.0 |
| 288 | 2026-08-04T18:37:33.694Z | Downloaded rsa v0.9.10 |
| 289 | 2026-08-04T18:37:33.706Z | Downloaded tungstenite v0.21.0 |
| 290 | 2026-08-04T18:37:33.709Z | Downloaded ignore v0.4.31 |
| 291 | 2026-08-04T18:37:33.712Z | Downloaded tui-textarea v0.7.0 |
| 292 | 2026-08-04T18:37:33.712Z | Downloaded compact_str v0.8.2 |
| 293 | 2026-08-04T18:37:33.715Z | Downloaded crypto-bigint v0.5.5 |
| 294 | 2026-08-04T18:37:33.717Z | Downloaded signal-hook v0.3.18 |
| 295 | 2026-08-04T18:37:33.720Z | Downloaded progenitor-impl v0.14.0 |
| 296 | 2026-08-04T18:37:33.720Z | Downloaded prettyplease v0.2.37 |
| 297 | 2026-08-04T18:37:33.728Z | Downloaded rust-s3 v0.37.2 |
| 298 | 2026-08-04T18:37:33.735Z | Downloaded zerocopy-derive v0.8.52 |
| 299 | 2026-08-04T18:37:33.735Z | Downloaded rand v0.8.7 |
| 300 | 2026-08-04T18:37:33.738Z | Downloaded toml_edit v0.22.27 |
| 301 | 2026-08-04T18:37:33.753Z | Downloaded tiff v0.11.3 |
| 302 | 2026-08-04T18:37:33.760Z | Downloaded ssh-key v0.6.7 |
| 303 | 2026-08-04T18:37:33.763Z | Downloaded zune-jpeg v0.5.15 |
| 304 | 2026-08-04T18:37:33.766Z | Downloaded tower v0.4.13 |
| 305 | 2026-08-04T18:37:33.769Z | Downloaded png v0.17.16 |
| 306 | 2026-08-04T18:37:33.783Z | Downloaded unicode-segmentation v1.13.3 |
| 307 | 2026-08-04T18:37:33.791Z | Downloaded hashbrown v0.15.5 |
| 308 | 2026-08-04T18:37:33.791Z | Downloaded plotters v0.3.7 |
| 309 | 2026-08-04T18:37:33.799Z | Downloaded hashbrown v0.14.5 |
| 310 | 2026-08-04T18:37:33.799Z | Downloaded itertools v0.13.0 |
| 311 | 2026-08-04T18:37:33.807Z | Downloaded png v0.18.1 |
| 312 | 2026-08-04T18:37:33.807Z | Downloaded reqwest v0.12.28 |
| 313 | 2026-08-04T18:37:33.815Z | Downloaded libm v0.2.16 |
| 314 | 2026-08-04T18:37:33.819Z | Downloaded num-bigint-dig v0.8.6 |
| 315 | 2026-08-04T18:37:33.819Z | Downloaded ttf-parser v0.20.0 |
| 316 | 2026-08-04T18:37:33.822Z | Downloaded itertools v0.14.0 |
| 317 | 2026-08-04T18:37:33.826Z | Downloaded quick-xml v0.37.5 |
| 318 | 2026-08-04T18:37:33.829Z | Downloaded sysinfo v0.37.2 |
| 319 | 2026-08-04T18:37:33.839Z | Downloaded winnow v0.6.26 |
| 320 | 2026-08-04T18:37:33.842Z | Downloaded nix v0.28.0 |
| 321 | 2026-08-04T18:37:33.846Z | Downloaded redb v4.1.0 |
| 322 | 2026-08-04T18:37:33.849Z | Downloaded quick-xml v0.38.4 |
| 323 | 2026-08-04T18:37:33.852Z | Downloaded winnow v0.7.15 |
| 324 | 2026-08-04T18:37:33.857Z | Downloaded portable-atomic v1.13.1 |
| 325 | 2026-08-04T18:37:33.861Z | Downloaded p384 v0.13.1 |
| 326 | 2026-08-04T18:37:33.864Z | Downloaded moxcms v0.8.1 |
| 327 | 2026-08-04T18:37:33.870Z | Downloaded git2 v0.18.3 |
| 328 | 2026-08-04T18:37:33.877Z | Downloaded x11rb v0.13.2 |
| 329 | 2026-08-04T18:37:33.879Z | Downloaded vcpkg v0.2.15 |
| 330 | 2026-08-04T18:37:33.900Z | Downloaded tracing-subscriber v0.3.23 |
| 331 | 2026-08-04T18:37:33.908Z | Downloaded unicode-width v0.1.14 |
| 332 | 2026-08-04T18:37:33.919Z | Downloaded image v0.25.10 |
| 333 | 2026-08-04T18:37:33.932Z | Downloaded curve25519-dalek v4.1.3 |
| 334 | 2026-08-04T18:37:33.938Z | Downloaded typify-impl v0.6.2 |
| 335 | 2026-08-04T18:37:33.949Z | Downloaded ratatui v0.29.0 |
| 336 | 2026-08-04T18:37:33.975Z | Downloaded petgraph v0.8.3 |
| 337 | 2026-08-04T18:37:33.988Z | Downloaded pxfm v0.1.29 |
| 338 | 2026-08-04T18:37:34.065Z | Downloaded x11rb-protocol v0.13.2 |
| 339 | 2026-08-04T18:37:34.099Z | Downloaded libssh2-sys v0.3.1 |
| 340 | 2026-08-04T18:37:34.121Z | Downloaded gif v0.12.0 |
| 341 | 2026-08-04T18:37:34.162Z | Downloaded jpeg-decoder v0.3.2 |
| 342 | 2026-08-04T18:37:34.177Z | Downloaded jiff v0.2.32 |
| 343 | 2026-08-04T18:37:34.206Z | Downloaded libz-sys v1.1.25 |
| 344 | 2026-08-04T18:37:34.411Z | Downloaded libgit2-sys v0.16.2+1.7.2 |
| 345 | 2026-08-04T18:37:34.693Z | Downloaded freetype-sys v0.20.1 |
| 346 | 2026-08-04T18:37:34.997Z | Downloaded image v0.24.9 |
| 347 | 2026-08-04T18:37:35.154Z | Compiling proc-macro2 v1.0.106 |
| 348 | 2026-08-04T18:37:35.158Z | Checking cfg-if v1.0.4 |
| 349 | 2026-08-04T18:37:35.158Z | Checking memchr v2.8.0 |
| 350 | 2026-08-04T18:37:35.239Z | Compiling quote v1.0.45 |
| 351 | 2026-08-04T18:37:35.247Z | Checking libc v0.2.183 |
| 352 | 2026-08-04T18:37:35.247Z | Checking serde_core v1.0.228 |
| 353 | 2026-08-04T18:37:35.256Z | Checking log v0.4.29 |
| 354 | 2026-08-04T18:37:35.263Z | Checking smallvec v1.15.1 |
| 355 | 2026-08-04T18:37:35.272Z | Checking itoa v1.0.18 |
| 356 | 2026-08-04T18:37:35.281Z | Checking allocator-api2 v0.2.21 |
| 357 | 2026-08-04T18:37:35.401Z | Checking equivalent v1.0.2 |
| 358 | 2026-08-04T18:37:35.412Z | Checking scopeguard v1.2.0 |
| 359 | 2026-08-04T18:37:35.428Z | Checking pin-project-lite v0.2.17 |
| 360 | 2026-08-04T18:37:35.472Z | Checking once_cell v1.21.4 |
| 361 | 2026-08-04T18:37:35.500Z | Checking lock_api v0.4.14 |
| 362 | 2026-08-04T18:37:35.512Z | Checking bitflags v2.11.0 |
| 363 | 2026-08-04T18:37:35.541Z | Checking hashbrown v0.17.1 |
| 364 | 2026-08-04T18:37:35.592Z | Checking bytes v1.11.1 |
| 365 | 2026-08-04T18:37:35.632Z | Checking stable_deref_trait v1.2.1 |
| 366 | 2026-08-04T18:37:35.647Z | Checking errno v0.3.14 |
| 367 | 2026-08-04T18:37:35.657Z | Checking parking_lot_core v0.9.12 |
| 368 | 2026-08-04T18:37:35.692Z | Checking mio v1.2.2 |
| 369 | 2026-08-04T18:37:35.701Z | Checking socket2 v0.6.3 |
| 370 | 2026-08-04T18:37:35.754Z | Checking signal-hook-registry v1.4.8 |
| 371 | 2026-08-04T18:37:35.831Z | Checking parking_lot v0.12.5 |
| 372 | 2026-08-04T18:37:35.924Z | Checking zmij v1.0.21 |
| 373 | 2026-08-04T18:37:35.960Z | Checking futures-core v0.3.32 |
| 374 | 2026-08-04T18:37:35.996Z | Checking percent-encoding v2.3.2 |
| 375 | 2026-08-04T18:37:36.006Z | Checking litemap v0.8.1 |
| 376 | 2026-08-04T18:37:36.015Z | Checking writeable v0.6.2 |
| 377 | 2026-08-04T18:37:36.044Z | Checking icu_properties_data v2.1.2 |
| 378 | 2026-08-04T18:37:36.071Z | Compiling syn v2.0.117 |
| 379 | 2026-08-04T18:37:36.124Z | Compiling syn v3.0.3 |
| 380 | 2026-08-04T18:37:36.127Z | Checking form_urlencoded v1.2.2 |
| 381 | 2026-08-04T18:37:36.147Z | Checking icu_normalizer_data v2.1.1 |
| 382 | 2026-08-04T18:37:36.159Z | Compiling num-traits v0.2.19 |
| 383 | 2026-08-04T18:37:36.162Z | Checking getrandom v0.4.2 |
| 384 | 2026-08-04T18:37:36.162Z | Checking futures-sink v0.3.32 |
| 385 | 2026-08-04T18:37:36.208Z | Checking fnv v1.0.7 |
| 386 | 2026-08-04T18:37:36.247Z | Checking utf8_iter v1.0.4 |
| 387 | 2026-08-04T18:37:36.259Z | Compiling semver v1.0.28 |
| 388 | 2026-08-04T18:37:36.280Z | Checking slab v0.4.12 |
| 389 | 2026-08-04T18:37:36.289Z | Checking futures-channel v0.3.32 |
| 390 | 2026-08-04T18:37:36.360Z | Checking aho-corasick v1.1.4 |
| 391 | 2026-08-04T18:37:36.431Z | Checking futures-task v0.3.32 |
| 392 | 2026-08-04T18:37:36.471Z | Checking utf8parse v0.2.2 |
| 393 | 2026-08-04T18:37:36.543Z | Checking futures-io v0.3.32 |
| 394 | 2026-08-04T18:37:36.559Z | Checking regex-syntax v0.8.10 |
| 395 | 2026-08-04T18:37:36.563Z | Checking anstyle-parse v1.0.0 |
| 396 | 2026-08-04T18:37:36.646Z | Checking tracing-core v0.1.36 |
| 397 | 2026-08-04T18:37:36.701Z | Checking anstyle v1.0.14 |
| 398 | 2026-08-04T18:37:36.757Z | Checking indexmap v2.14.0 |
| 399 | 2026-08-04T18:37:36.880Z | Checking serde_json v1.0.151 |
| 400 | 2026-08-04T18:37:36.950Z | Checking is_terminal_polyfill v1.70.2 |
| 401 | 2026-08-04T18:37:37.035Z | Checking anstyle-query v1.1.5 |
| 402 | 2026-08-04T18:37:37.045Z | Checking colorchoice v1.0.5 |
| 403 | 2026-08-04T18:37:37.055Z | Checking option-ext v0.2.0 |
| 404 | 2026-08-04T18:37:37.121Z | Checking camino v1.2.2 |
| 405 | 2026-08-04T18:37:37.130Z | Checking iana-time-zone v0.1.65 |
| 406 | 2026-08-04T18:37:37.134Z | Checking anstream v1.0.0 |
| 407 | 2026-08-04T18:37:37.230Z | Checking crossbeam-utils v0.8.21 |
| 408 | 2026-08-04T18:37:37.316Z | Checking clap_lex v1.1.0 |
| 409 | 2026-08-04T18:37:37.325Z | Checking strsim v0.11.1 |
| 410 | 2026-08-04T18:37:37.353Z | Checking subtle v2.6.1 |
| 411 | 2026-08-04T18:37:37.458Z | Checking dirs-sys v0.5.0 |
| 412 | 2026-08-04T18:37:37.474Z | Checking clap_builder v4.6.0 |
| 413 | 2026-08-04T18:37:37.483Z | Checking httparse v1.10.1 |
| 414 | 2026-08-04T18:37:37.486Z | Checking http v1.5.0 |
| 415 | 2026-08-04T18:37:37.557Z | Compiling rustix v1.1.4 |
| 416 | 2026-08-04T18:37:37.567Z | Checking dirs v6.0.0 |
| 417 | 2026-08-04T18:37:37.649Z | Checking simd-adler32 v0.3.9 |
| 418 | 2026-08-04T18:37:37.676Z | Checking zeroize v1.9.0 |
| 419 | 2026-08-04T18:37:37.786Z | Checking tower-service v0.3.3 |
| 420 | 2026-08-04T18:37:37.815Z | Checking adler2 v2.0.1 |
| 421 | 2026-08-04T18:37:37.839Z | Checking regex-automata v0.4.14 |
| 422 | 2026-08-04T18:37:37.868Z | Checking typenum v1.20.1 |
| 423 | 2026-08-04T18:37:37.912Z | Checking tower-layer v0.3.3 |
| 424 | 2026-08-04T18:37:38.034Z | Checking miniz_oxide v0.8.9 |
| 425 | 2026-08-04T18:37:38.052Z | Checking crc32fast v1.5.0 |
| 426 | 2026-08-04T18:37:38.183Z | Checking crossbeam-epoch v0.9.18 |
| 427 | 2026-08-04T18:37:38.369Z | Checking flate2 v1.1.9 |
| 428 | 2026-08-04T18:37:38.395Z | Checking crossbeam-deque v0.8.6 |
| 429 | 2026-08-04T18:37:38.567Z | Checking rustls-pki-types v1.15.1 |
| 430 | 2026-08-04T18:37:38.676Z | Checking base64 v0.22.1 |
| 431 | 2026-08-04T18:37:38.687Z | Checking fastrand v2.3.0 |
| 432 | 2026-08-04T18:37:38.697Z | Checking either v1.15.0 |
| 433 | 2026-08-04T18:37:38.809Z | Compiling synstructure v0.13.2 |
| 434 | 2026-08-04T18:37:38.817Z | Compiling serde_derive_internals v0.29.1 |
| 435 | 2026-08-04T18:37:38.837Z | Checking untrusted v0.9.0 |
| 436 | 2026-08-04T18:37:38.861Z | Checking ryu v1.0.23 |
| 437 | 2026-08-04T18:37:38.938Z | Checking http-body v1.1.0 |
| 438 | 2026-08-04T18:37:38.991Z | Checking atomic-waker v1.1.2 |
| 439 | 2026-08-04T18:37:39.063Z | Checking aws-lc-sys v0.43.0 |
| 440 | 2026-08-04T18:37:39.085Z | Checking try-lock v0.2.5 |
| 441 | 2026-08-04T18:37:39.116Z | Compiling tokio-macros v2.7.2 |
| 442 | 2026-08-04T18:37:39.176Z | Checking want v0.3.1 |
| 443 | 2026-08-04T18:37:39.283Z | Checking zerocopy v0.8.52 |
| 444 | 2026-08-04T18:37:39.293Z | Checking unicode-ident v1.0.24 |
| 445 | 2026-08-04T18:37:39.328Z | Checking tempfile v3.27.0 |
| 446 | 2026-08-04T18:37:39.397Z | Checking httpdate v1.0.3 |
| 447 | 2026-08-04T18:37:39.540Z | Checking rayon-core v1.13.0 |
| 448 | 2026-08-04T18:37:39.549Z | Checking ipnet v2.12.0 |
| 449 | 2026-08-04T18:37:39.563Z | Checking aws-lc-rs v1.17.3 |
| 450 | 2026-08-04T18:37:39.689Z | Checking regex v1.12.3 |
| 451 | 2026-08-04T18:37:39.766Z | Checking generic-array v0.14.7 |
| 452 | 2026-08-04T18:37:39.850Z | Checking tokio v1.53.1 |
| 453 | 2026-08-04T18:37:39.859Z | Checking rayon v1.11.0 |
| 454 | 2026-08-04T18:37:39.971Z | Checking winnow v0.7.15 |
| 455 | 2026-08-04T18:37:39.986Z | Checking toml_write v0.1.2 |
| 456 | 2026-08-04T18:37:40.022Z | Compiling serde_derive v1.0.228 |
| 457 | 2026-08-04T18:37:40.147Z | Compiling zerofrom-derive v0.1.6 |
| 458 | 2026-08-04T18:37:40.206Z | Compiling yoke-derive v0.8.1 |
| 459 | 2026-08-04T18:37:40.419Z | Compiling zerovec-derive v0.11.2 |
| 460 | 2026-08-04T18:37:41.153Z | Compiling displaydoc v0.2.5 |
| 461 | 2026-08-04T18:37:41.203Z | Compiling futures-macro v0.3.32 |
| 462 | 2026-08-04T18:37:41.272Z | Compiling tracing-attributes v0.1.31 |
| 463 | 2026-08-04T18:37:41.309Z | Checking zerofrom v0.1.6 |
| 464 | 2026-08-04T18:37:41.421Z | Checking yoke v0.8.1 |
| 465 | 2026-08-04T18:37:41.431Z | Compiling clap_derive v4.6.0 |
| 466 | 2026-08-04T18:37:41.583Z | Checking zerovec v0.11.5 |
| 467 | 2026-08-04T18:37:41.877Z | Checking zerotrie v0.2.3 |
| 468 | 2026-08-04T18:37:41.908Z | Compiling thiserror-impl v2.0.18 |
| 469 | 2026-08-04T18:37:42.008Z | Checking futures-util v0.3.32 |
| 470 | 2026-08-04T18:37:42.018Z | Checking tinystr v0.8.2 |
| 471 | 2026-08-04T18:37:42.117Z | Checking potential_utf v0.1.4 |
| 472 | 2026-08-04T18:37:42.190Z | Checking icu_locale_core v2.1.1 |
| 473 | 2026-08-04T18:37:42.246Z | Checking icu_collections v2.1.1 |
| 474 | 2026-08-04T18:37:42.461Z | Checking tracing v0.1.44 |
| 475 | 2026-08-04T18:37:42.698Z | Compiling thiserror-impl v1.0.69 |
| 476 | 2026-08-04T18:37:42.709Z | Compiling schemars_derive v0.8.22 |
| 477 | 2026-08-04T18:37:42.709Z | Checking serde v1.0.228 |
| 478 | 2026-08-04T18:37:42.723Z | Checking icu_provider v2.1.1 |
| 479 | 2026-08-04T18:37:42.893Z | Checking tokio-util v0.7.18 |
| 480 | 2026-08-04T18:37:42.950Z | Checking icu_normalizer v2.1.1 |
| 481 | 2026-08-04T18:37:43.035Z | Checking icu_properties v2.1.2 |
| 482 | 2026-08-04T18:37:43.053Z | Checking chrono v0.4.45 |
| 483 | 2026-08-04T18:37:43.087Z | Checking clap v4.6.0 |
| 484 | 2026-08-04T18:37:43.159Z | Checking thiserror v2.0.18 |
| 485 | 2026-08-04T18:37:43.250Z | Checking ppv-lite86 v0.2.21 |
| 486 | 2026-08-04T18:37:43.259Z | Checking rustls-webpki v0.103.13 |
| 487 | 2026-08-04T18:37:43.301Z | Checking h2 v0.4.15 |
| 488 | 2026-08-04T18:37:43.521Z | Checking serde_spanned v0.6.9 |
| 489 | 2026-08-04T18:37:43.644Z | Checking toml_datetime v0.6.11 |
| 490 | 2026-08-04T18:37:43.651Z | Checking rustls v0.23.43 |
| 491 | 2026-08-04T18:37:43.665Z | Checking thiserror v1.0.69 |
| 492 | 2026-08-04T18:37:43.757Z | Checking serde_urlencoded v0.7.1 |
| 493 | 2026-08-04T18:37:43.812Z | Checking http-body-util v0.1.4 |
| 494 | 2026-08-04T18:37:43.822Z | Checking toml_edit v0.22.27 |
| 495 | 2026-08-04T18:37:43.832Z | Checking idna_adapter v1.2.1 |
| 496 | 2026-08-04T18:37:43.892Z | Checking uuid v1.24.0 |
| 497 | 2026-08-04T18:37:43.895Z | Checking futures-executor v0.3.32 |
| 498 | 2026-08-04T18:37:43.941Z | Checking idna v1.1.0 |
| 499 | 2026-08-04T18:37:43.951Z | Checking sync_wrapper v1.0.2 |
| 500 | 2026-08-04T18:37:44.035Z | Checking foldhash v0.2.0 |
| 501 | 2026-08-04T18:37:44.045Z | Checking futures v0.3.32 |
| 502 | 2026-08-04T18:37:44.048Z | Checking dyn-clone v1.0.20 |
| 503 | 2026-08-04T18:37:44.114Z | Checking tower v0.5.3 |
| 504 | 2026-08-04T18:37:44.174Z | Checking schemars v0.8.22 |
| 505 | 2026-08-04T18:37:44.177Z | Compiling async-trait v0.1.89 |
| 506 | 2026-08-04T18:37:44.184Z | Checking url v2.5.8 |
| 507 | 2026-08-04T18:37:44.529Z | Compiling rustc_version v0.4.1 |
| 508 | 2026-08-04T18:37:44.654Z | Checking encoding_rs v0.8.35 |
| 509 | 2026-08-04T18:37:44.701Z | Checking mime v0.3.17 |
| 510 | 2026-08-04T18:37:44.783Z | Compiling vcpkg v0.2.15 |
| 511 | 2026-08-04T18:37:44.792Z | Checking tower-http v0.6.11 |
| 512 | 2026-08-04T18:37:44.866Z | Checking hashbrown v0.16.1 |
| 513 | 2026-08-04T18:37:44.949Z | Checking toml v0.8.23 |
| 514 | 2026-08-04T18:37:45.068Z | Checking winnow v1.0.4 |
| 515 | 2026-08-04T18:37:45.190Z | Checking openssl-probe v0.2.1 |
| 516 | 2026-08-04T18:37:45.201Z | Checking hyper v1.11.0 |
| 517 | 2026-08-04T18:37:45.272Z | Checking crypto-common v0.1.7 |
| 518 | 2026-08-04T18:37:45.292Z | Checking rustls-native-certs v0.8.4 |
| 519 | 2026-08-04T18:37:45.363Z | Checking regress v0.11.1 |
| 520 | 2026-08-04T18:37:45.379Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 521 | 2026-08-04T18:37:45.410Z | Checking same-file v1.0.6 |
| 522 | 2026-08-04T18:37:45.524Z | Checking unicode-width v0.1.14 |
| 523 | 2026-08-04T18:37:45.567Z | Checking toml_writer v1.1.2+spec-1.1.0 |
| 524 | 2026-08-04T18:37:45.595Z | Checking walkdir v2.5.0 |
| 525 | 2026-08-04T18:37:45.738Z | Checking getrandom v0.3.4 |
| 526 | 2026-08-04T18:37:45.747Z | Checking block-buffer v0.10.4 |
| 527 | 2026-08-04T18:37:45.755Z | Checking serde_spanned v1.1.1 |
| 528 | 2026-08-04T18:37:45.862Z | Checking foldhash v0.1.5 |
| 529 | 2026-08-04T18:37:45.871Z | Checking digest v0.10.7 |
| 530 | 2026-08-04T18:37:45.874Z | Checking rand_core v0.9.5 |
| 531 | 2026-08-04T18:37:45.917Z | Checking toml_parser v1.1.3+spec-1.1.0 |
| 532 | 2026-08-04T18:37:45.948Z | Checking tokio-rustls v0.26.4 |
| 533 | 2026-08-04T18:37:45.986Z | Checking rustls-platform-verifier v0.7.0 |
| 534 | 2026-08-04T18:37:46.032Z | Checking hashbrown v0.15.5 |
| 535 | 2026-08-04T18:37:46.044Z | Compiling libz-sys v1.1.25 |
| 536 | 2026-08-04T18:37:46.113Z | Compiling openssl-sys v0.9.112 |
| 537 | 2026-08-04T18:37:46.129Z | Checking hyper-util v0.1.20 |
| 538 | 2026-08-04T18:37:46.156Z | Checking fdeflate v0.3.7 |
| 539 | 2026-08-04T18:37:46.236Z | Checking toml v1.1.4+spec-1.1.0 |
| 540 | 2026-08-04T18:37:46.392Z | Checking bstr v1.13.0 |
| 541 | 2026-08-04T18:37:46.435Z | Checking bitflags v1.3.2 |
| 542 | 2026-08-04T18:37:46.500Z | Checking rand_chacha v0.9.0 |
| 543 | 2026-08-04T18:37:46.554Z | Compiling serde_tokenstream v0.2.3 |
| 544 | 2026-08-04T18:37:46.672Z | Compiling enum-map-derive v0.17.0 |
| 545 | 2026-08-04T18:37:46.690Z | Compiling strum_macros v0.28.0 |
| 546 | 2026-08-04T18:37:46.723Z | Compiling daft-derive v0.1.8 |
| 547 | 2026-08-04T18:37:46.754Z | Compiling ref-cast-impl v1.0.26 |
| 548 | 2026-08-04T18:37:46.799Z | Checking cpufeatures v0.2.17 |
| 549 | 2026-08-04T18:37:46.807Z | Checking lazy_static v1.5.0 |
| 550 | 2026-08-04T18:37:46.834Z | Checking byteorder v1.5.0 |
| 551 | 2026-08-04T18:37:46.860Z | Checking rand v0.9.5 |
| 552 | 2026-08-04T18:37:46.893Z | Checking anyhow v1.0.102 |
| 553 | 2026-08-04T18:37:47.025Z | Checking toml_edit v0.25.13+spec-1.1.0 |
| 554 | 2026-08-04T18:37:47.087Z | Checking subst v0.3.8 |
| 555 | 2026-08-04T18:37:47.194Z | Checking hyper-rustls v0.27.9 |
| 556 | 2026-08-04T18:37:47.209Z | Checking enum-map v2.7.3 |
| 557 | 2026-08-04T18:37:47.277Z | Compiling pathfinder_simd v0.5.5 |
| 558 | 2026-08-04T18:37:47.302Z | Compiling vhdl_lang_macros v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89) |
| 559 | 2026-08-04T18:37:47.314Z | Checking ref-cast v1.0.26 |
| 560 | 2026-08-04T18:37:47.357Z | Checking itertools v0.14.0 |
| 561 | 2026-08-04T18:37:47.375Z | Checking reqwest v0.13.4 |
| 562 | 2026-08-04T18:37:47.399Z | Compiling libssh2-sys v0.3.1 |
| 563 | 2026-08-04T18:37:47.423Z | Checking daft v0.1.8 |
| 564 | 2026-08-04T18:37:47.491Z | Compiling freetype-sys v0.20.1 |
| 565 | 2026-08-04T18:37:47.523Z | Compiling yeslogic-fontconfig-sys v6.0.0 |
| 566 | 2026-08-04T18:37:47.617Z | Checking thread_local v1.1.9 |
| 567 | 2026-08-04T18:37:47.759Z | Checking bytemuck v1.25.0 |
| 568 | 2026-08-04T18:37:47.771Z | Checking pinned_vec v0.1.1 |
| 569 | 2026-08-04T18:37:47.778Z | Compiling num-conv v0.2.2 |
| 570 | 2026-08-04T18:37:47.812Z | Checking glob v0.3.3 |
| 571 | 2026-08-04T18:37:47.834Z | Compiling time-core v0.1.9 |
| 572 | 2026-08-04T18:37:47.859Z | Checking dunce v1.0.5 |
| 573 | 2026-08-04T18:37:47.999Z | Checking iddqd v0.4.6 |
| 574 | 2026-08-04T18:37:48.011Z | Checking crossbeam-channel v0.5.16 |
| 575 | 2026-08-04T18:37:48.018Z | Compiling time-macros v0.2.32 |
| 576 | 2026-08-04T18:37:48.043Z | Checking dirs-sys v0.4.1 |
| 577 | 2026-08-04T18:37:48.053Z | Checking progenitor-client v0.14.0 |
| 578 | 2026-08-04T18:37:48.149Z | Checking deranged v0.5.8 |
| 579 | 2026-08-04T18:37:48.257Z | Checking oxide v0.17.0+2026060800.0.0 |
| 580 | 2026-08-04T18:37:48.300Z | Checking libloading v0.8.9 |
| 581 | 2026-08-04T18:37:48.392Z | Checking color_quant v1.1.0 |
| 582 | 2026-08-04T18:37:48.461Z | Checking strum v0.28.0 |
| 583 | 2026-08-04T18:37:48.509Z | Checking powerfmt v0.2.0 |
| 584 | 2026-08-04T18:37:48.562Z | Checking vhdl_lang v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89) |
| 585 | 2026-08-04T18:37:48.604Z | Checking fixedbitset v0.5.7 |
| 586 | 2026-08-04T18:37:48.648Z | Checking num_threads v0.1.7 |
| 587 | 2026-08-04T18:37:48.727Z | Checking dlib v0.5.3 |
| 588 | 2026-08-04T18:37:48.789Z | Checking petgraph v0.8.3 |
| 589 | 2026-08-04T18:37:48.820Z | Checking dirs v5.0.1 |
| 590 | 2026-08-04T18:37:49.165Z | Checking png v0.17.16 |
| 591 | 2026-08-04T18:37:49.216Z | Compiling vw-quote v0.1.0 (/work/oxidecomputer/vw/vw-quote) |
| 592 | 2026-08-04T18:37:49.338Z | Compiling libgit2-sys v0.16.2+1.7.2 |
| 593 | 2026-08-04T18:37:49.500Z | Checking time v0.3.54 |
| 594 | 2026-08-04T18:37:49.750Z | Checking winnow v0.6.26 |
| 595 | 2026-08-04T18:37:49.755Z | Checking plotters-backend v0.3.7 |
| 596 | 2026-08-04T18:37:49.946Z | Checking jpeg-decoder v0.3.2 |
| 597 | 2026-08-04T18:37:50.091Z | Checking weezl v0.1.12 |
| 598 | 2026-08-04T18:37:50.244Z | Compiling prettyplease v0.2.37 |
| 599 | 2026-08-04T18:37:50.320Z | Compiling font-kit v0.14.3 |
| 600 | 2026-08-04T18:37:50.355Z | Checking image v0.24.9 |
| 601 | 2026-08-04T18:37:50.484Z | Checking gif v0.12.0 |
| 602 | 2026-08-04T18:37:50.557Z | Checking pathfinder_geometry v0.5.1 |
| 603 | 2026-08-04T18:37:50.828Z | Checking float-ord v0.3.2 |
| 604 | 2026-08-04T18:37:50.858Z | Checking cpufeatures v0.3.0 |
| 605 | 2026-08-04T18:37:50.929Z | Checking plotters-svg v0.3.7 |
| 606 | 2026-08-04T18:37:51.135Z | Checking colored v2.2.0 |
| 607 | 2026-08-04T18:37:51.200Z | Checking openapiv3 v2.2.0 |
| 608 | 2026-08-04T18:37:51.258Z | Checking ttf-parser v0.20.0 |
| 609 | 2026-08-04T18:37:51.276Z | Checking openssl-probe v0.1.6 |
| 610 | 2026-08-04T18:37:51.299Z | Checking plotters-bitmap v0.3.7 |
| 611 | 2026-08-04T18:37:51.311Z | Checking similar v2.7.0 |
| 612 | 2026-08-04T18:37:51.392Z | Checking erased-serde v0.3.31 |
| 613 | 2026-08-04T18:37:51.458Z | Checking getrandom v0.2.17 |
| 614 | 2026-08-04T18:37:51.578Z | Checking netrc v0.4.1 |
| 615 | 2026-08-04T18:37:51.603Z | Checking vw-core v0.1.0 (/work/oxidecomputer/vw/vw-core) |
| 616 | 2026-08-04T18:37:51.644Z | Checking vw-htcl v0.1.0 (/work/oxidecomputer/vw/vw-htcl) |
| 617 | 2026-08-04T18:37:51.742Z | Checking slog v2.8.2 |
| 618 | 2026-08-04T18:37:52.009Z | Compiling rustix v0.38.44 |
| 619 | 2026-08-04T18:37:52.070Z | Checking anodizer v0.1.0 (https://github.com/oxidecomputer/anodizer?branch=ry%2Fvw-restructure#43fbe290) |
| 620 | 2026-08-04T18:37:52.242Z | Checking hybrid-array v0.4.13 |
| 621 | 2026-08-04T18:37:52.317Z | Checking unicode-width v0.2.0 |
| 622 | 2026-08-04T18:37:52.479Z | Checking plotters v0.3.7 |
| 623 | 2026-08-04T18:37:52.546Z | Checking sha2 v0.10.9 |
| 624 | 2026-08-04T18:37:52.673Z | Checking const-oid v0.10.2 |
| 625 | 2026-08-04T18:37:52.698Z | Checking crypto-common v0.2.2 |
| 626 | 2026-08-04T18:37:52.805Z | Checking block-buffer v0.12.1 |
| 627 | 2026-08-04T18:37:52.854Z | Checking match_cfg v0.1.0 |
| 628 | 2026-08-04T18:37:52.864Z | Checking compression-core v0.4.32 |
| 629 | 2026-08-04T18:37:52.864Z | Checking hostname v0.3.1 |
| 630 | 2026-08-04T18:37:52.964Z | Checking slog-json v2.6.1 |
| 631 | 2026-08-04T18:37:53.153Z | Checking compression-codecs v0.4.38 |
| 632 | 2026-08-04T18:37:53.263Z | Checking rand_core v0.6.4 |
| 633 | 2026-08-04T18:37:53.263Z | Compiling async-stream-impl v0.3.6 |
| 634 | 2026-08-04T18:37:53.263Z | Checking is-terminal v0.4.17 |
| 635 | 2026-08-04T18:37:53.263Z | Checking digest v0.11.3 |
| 636 | 2026-08-04T18:37:53.304Z | Checking spin v0.9.9 |
| 637 | 2026-08-04T18:37:53.304Z | Checking hashbrown v0.14.5 |
| 638 | 2026-08-04T18:37:53.328Z | Checking term v1.2.1 |
| 639 | 2026-08-04T18:37:53.328Z | Checking take_mut v0.2.2 |
| 640 | 2026-08-04T18:37:53.444Z | Checking slog-async v2.8.0 |
| 641 | 2026-08-04T18:37:53.470Z | Checking multer v3.1.0 |
| 642 | 2026-08-04T18:37:54.170Z | Checking slog-term v2.9.2 |
| 643 | 2026-08-04T18:37:54.268Z | Checking sha1 v0.11.0 |
| 644 | 2026-08-04T18:37:54.268Z | Checking async-compression v0.4.43 |
| 645 | 2026-08-04T18:37:54.268Z | Checking slog-bunyan v2.5.0 |
| 646 | 2026-08-04T18:37:54.268Z | Checking async-stream v0.3.6 |
| 647 | 2026-08-04T18:37:54.425Z | Compiling dropshot_endpoint v0.17.1 |
| 648 | 2026-08-04T18:37:54.425Z | Checking waitgroup v0.1.2 |
| 649 | 2026-08-04T18:37:54.425Z | Checking rustls-pemfile v2.2.0 |
| 650 | 2026-08-04T18:37:54.425Z | Checking serde_path_to_error v0.1.20 |
| 651 | 2026-08-04T18:37:54.425Z | Checking hostname v0.4.2 |
| 652 | 2026-08-04T18:37:54.425Z | Checking debug-ignore v1.0.5 |
| 653 | 2026-08-04T18:37:54.425Z | Checking hex v0.4.3 |
| 654 | 2026-08-04T18:37:54.425Z | Checking rand_chacha v0.3.1 |
| 655 | 2026-08-04T18:37:54.425Z | Checking dropshot-api-manager-types v0.7.2 |
| 656 | 2026-08-04T18:37:54.451Z | Compiling crunchy v0.2.4 |
| 657 | 2026-08-04T18:37:54.452Z | Checking rand v0.8.7 |
| 658 | 2026-08-04T18:37:54.762Z | Compiling tiny-keccak v2.0.2 |
| 659 | 2026-08-04T18:37:54.854Z | Compiling cfg_aliases v0.1.1 |
| 660 | 2026-08-04T18:37:54.982Z | Compiling nix v0.28.0 |
| 661 | 2026-08-04T18:37:55.139Z | Compiling blake3 v1.8.5 |
| 662 | 2026-08-04T18:37:55.769Z | Checking sha1 v0.10.7 |
| 663 | 2026-08-04T18:37:55.899Z | Checking dropshot v0.17.1 |
| 664 | 2026-08-04T18:37:55.899Z | Checking utf-8 v0.7.6 |
| 665 | 2026-08-04T18:37:55.899Z | Checking arrayref v0.3.9 |
| 666 | 2026-08-04T18:37:56.034Z | Checking data-encoding v2.11.0 |
| 667 | 2026-08-04T18:37:56.034Z | Checking constant_time_eq v0.4.2 |
| 668 | 2026-08-04T18:37:56.109Z | Checking arrayvec v0.7.8 |
| 669 | 2026-08-04T18:37:56.109Z | Compiling const-random-macro v0.1.16 |
| 670 | 2026-08-04T18:37:56.212Z | Checking tungstenite v0.21.0 |
| 671 | 2026-08-04T18:37:56.454Z | Compiling typify-impl v0.6.2 |
| 672 | 2026-08-04T18:37:56.534Z | Checking fs-err v3.3.1 |
| 673 | 2026-08-04T18:37:57.029Z | Checking git-stub v1.0.0 |
| 674 | 2026-08-04T18:37:57.029Z | Checking atomicwrites v0.4.4 |
| 675 | 2026-08-04T18:37:57.030Z | Checking filedescriptor v0.8.3 |
| 676 | 2026-08-04T18:37:57.031Z | Checking terminal_size v0.4.4 |
| 677 | 2026-08-04T18:37:57.119Z | Checking serial2 v0.2.37 |
| 678 | 2026-08-04T18:37:57.280Z | Checking downcast-rs v1.2.1 |
| 679 | 2026-08-04T18:37:57.375Z | Checking shell-words v1.1.1 |
| 680 | 2026-08-04T18:37:57.375Z | Checking is_ci v1.2.0 |
| 681 | 2026-08-04T18:37:57.460Z | Checking unicode-linebreak v0.1.5 |
| 682 | 2026-08-04T18:37:57.461Z | Compiling vw-vivado v0.1.0 (/work/oxidecomputer/vw/vw-vivado) |
| 683 | 2026-08-04T18:37:57.518Z | Checking smawk v0.3.3 |
| 684 | 2026-08-04T18:37:57.723Z | Checking supports-color v3.0.2 |
| 685 | 2026-08-04T18:37:57.724Z | Checking portable-pty v0.9.0 |
| 686 | 2026-08-04T18:37:57.724Z | Checking textwrap v0.16.2 |
| 687 | 2026-08-04T18:37:57.724Z | Checking git-stub-vcs v0.1.0 |
| 688 | 2026-08-04T18:37:57.831Z | Checking tokio-tungstenite v0.21.0 |
| 689 | 2026-08-04T18:37:57.885Z | Checking newtype_derive v0.1.6 |
| 690 | 2026-08-04T18:37:57.885Z | Checking const-random v0.1.18 |
| 691 | 2026-08-04T18:37:57.916Z | Checking owo-colors v4.3.0 |
| 692 | 2026-08-04T18:37:57.976Z | Checking drift v0.2.0 |
| 693 | 2026-08-04T18:37:58.398Z | Checking vw-eda v0.1.0 (/work/oxidecomputer/vw/vw-eda) |
| 694 | 2026-08-04T18:37:58.477Z | Checking indent_write v2.2.0 |
| 695 | 2026-08-04T18:37:58.478Z | Checking heck v0.5.0 |
| 696 | 2026-08-04T18:37:58.533Z | Checking dropshot-api-manager v0.7.2 |
| 697 | 2026-08-04T18:37:59.105Z | Checking dlv-list v0.5.2 |
| 698 | 2026-08-04T18:37:59.526Z | Compiling unsafe-libyaml v0.2.11 |
| 699 | 2026-08-04T18:37:59.581Z | Checking ordered-multimap v0.7.3 |
| 700 | 2026-08-04T18:37:59.619Z | Checking globset v0.4.19 |
| 701 | 2026-08-04T18:37:59.798Z | Compiling typify-macro v0.6.2 |
| 702 | 2026-08-04T18:37:59.821Z | Compiling ident_case v1.0.1 |
| 703 | 2026-08-04T18:37:59.942Z | Compiling signal-hook v0.3.18 |
| 704 | 2026-08-04T18:38:00.166Z | Compiling serde_yaml v0.9.34+deprecated |
| 705 | 2026-08-04T18:38:00.218Z | Compiling darling_core v0.23.0 |
| 706 | 2026-08-04T18:38:00.537Z | Checking ignore v0.4.31 |
| 707 | 2026-08-04T18:38:00.835Z | Checking rust-ini v0.21.3 |
| 708 | 2026-08-04T18:38:00.953Z | Checking quick-xml v0.38.4 |
| 709 | 2026-08-04T18:38:00.980Z | Compiling pin-project-internal v1.1.13 |
| 710 | 2026-08-04T18:38:01.015Z | Compiling serde_repr v0.1.20 |
| 711 | 2026-08-04T18:38:01.304Z | Compiling typify v0.6.2 |
| 712 | 2026-08-04T18:38:01.383Z | Compiling progenitor-impl v0.14.0 |
| 713 | 2026-08-04T18:38:01.592Z | Checking gethostname v1.1.0 |
| 714 | 2026-08-04T18:38:01.812Z | Checking home v0.5.12 |
| 715 | 2026-08-04T18:38:01.842Z | Checking lsp-types v0.94.1 |
| 716 | 2026-08-04T18:38:01.886Z | Checking aws-creds v0.39.1 |
| 717 | 2026-08-04T18:38:02.009Z | Checking pin-project v1.1.13 |
| 718 | 2026-08-04T18:38:02.117Z | Checking reqwest v0.12.28 |
| 719 | 2026-08-04T18:38:02.219Z | Compiling darling_macro v0.23.0 |
| 720 | 2026-08-04T18:38:02.273Z | Checking hmac v0.12.1 |
| 721 | 2026-08-04T18:38:02.327Z | Compiling curve25519-dalek v4.1.3 |
| 722 | 2026-08-04T18:38:02.392Z | Checking aws-region v0.28.1 |
| 723 | 2026-08-04T18:38:02.524Z | Checking tokio-stream v0.1.19 |
| 724 | 2026-08-04T18:38:02.601Z | Compiling maybe-async v0.2.11 |
| 725 | 2026-08-04T18:38:02.642Z | Checking env_filter v2.0.0 |
| 726 | 2026-08-04T18:38:02.779Z | Checking sysinfo v0.37.2 |
| 727 | 2026-08-04T18:38:02.791Z | Checking jiff v0.2.32 |
| 728 | 2026-08-04T18:38:02.874Z | Checking base64ct v1.8.3 |
| 729 | 2026-08-04T18:38:03.044Z | Checking unicode-segmentation v1.13.3 |
| 730 | 2026-08-04T18:38:03.101Z | Checking md5 v0.8.1 |
| 731 | 2026-08-04T18:38:03.257Z | Compiling instability v0.3.12 |
| 732 | 2026-08-04T18:38:03.366Z | Checking rust-s3 v0.37.2 |
| 733 | 2026-08-04T18:38:03.381Z | Checking pem-rfc7468 v0.7.0 |
| 734 | 2026-08-04T18:38:03.399Z | Compiling progenitor-macro v0.14.0 |
| 735 | 2026-08-04T18:38:03.482Z | Compiling darling v0.23.0 |
| 736 | 2026-08-04T18:38:03.559Z | Checking signal-hook-mio v0.2.5 |
| 737 | 2026-08-04T18:38:03.591Z | Checking tower v0.4.13 |
| 738 | 2026-08-04T18:38:03.654Z | Checking dashmap v5.5.3 |
| 739 | 2026-08-04T18:38:03.881Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 740 | 2026-08-04T18:38:03.921Z | Checking lsp-server v0.7.9 |
| 741 | 2026-08-04T18:38:03.980Z | Checking fuzzy-matcher v0.3.7 |
| 742 | 2026-08-04T18:38:04.173Z | Checking sharded-slab v0.1.7 |
| 743 | 2026-08-04T18:38:04.173Z | Checking castaway v0.2.4 |
| 744 | 2026-08-04T18:38:04.314Z | Compiling strum_macros v0.26.4 |
| 745 | 2026-08-04T18:38:04.606Z | Checking inout v0.1.4 |
| 746 | 2026-08-04T18:38:04.726Z | Compiling auto_impl v1.3.0 |
| 747 | 2026-08-04T18:38:04.915Z | Checking env_logger v0.11.11 |
| 748 | 2026-08-04T18:38:05.126Z | Compiling tower-lsp-macros v0.9.0 |
| 749 | 2026-08-04T18:38:05.304Z | Compiling curve25519-dalek-derive v0.1.1 |
| 750 | 2026-08-04T18:38:05.619Z | Checking matchers v0.2.0 |
| 751 | 2026-08-04T18:38:05.660Z | Checking itertools v0.13.0 |
| 752 | 2026-08-04T18:38:05.735Z | Checking tracing-log v0.2.0 |
| 753 | 2026-08-04T18:38:05.878Z | Checking nu-ansi-term v0.50.3 |
| 754 | 2026-08-04T18:38:05.882Z | Compiling indoc v2.0.7 |
| 755 | 2026-08-04T18:38:05.952Z | Checking static_assertions v1.1.0 |
| 756 | 2026-08-04T18:38:06.021Z | Checking signature v2.2.0 |
| 757 | 2026-08-04T18:38:06.082Z | Checking pxfm v0.1.29 |
| 758 | 2026-08-04T18:38:06.136Z | Checking ed25519 v2.2.3 |
| 759 | 2026-08-04T18:38:06.257Z | Checking tracing-subscriber v0.3.23 |
| 760 | 2026-08-04T18:38:06.670Z | Checking unicode-truncate v1.1.0 |
| 761 | 2026-08-04T18:38:06.815Z | Checking compact_str v0.8.2 |
| 762 | 2026-08-04T18:38:07.136Z | Checking strum v0.26.3 |
| 763 | 2026-08-04T18:38:07.175Z | Checking cipher v0.4.4 |
| 764 | 2026-08-04T18:38:07.208Z | Checking crossterm v0.28.1 |
| 765 | 2026-08-04T18:38:07.358Z | Checking ssh-encoding v0.2.0 |
| 766 | 2026-08-04T18:38:07.490Z | Checking tower-lsp v0.20.0 |
| 767 | 2026-08-04T18:38:07.502Z | Checking vhdl_ls v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89) |
| 768 | 2026-08-04T18:38:07.528Z | Checking lru v0.12.5 |
| 769 | 2026-08-04T18:38:07.620Z | Checking progenitor v0.14.0 |
| 770 | 2026-08-04T18:38:07.670Z | Checking png v0.18.1 |
| 771 | 2026-08-04T18:38:07.710Z | Checking quick-xml v0.37.5 |
| 772 | 2026-08-04T18:38:07.744Z | Checking base16ct v0.2.0 |
| 773 | 2026-08-04T18:38:07.797Z | Compiling redb v4.1.0 |
| 774 | 2026-08-04T18:38:07.818Z | Checking moxcms v0.8.1 |
| 775 | 2026-08-04T18:38:07.855Z | Checking byteorder-lite v0.1.0 |
| 776 | 2026-08-04T18:38:08.020Z | Checking cassowary v0.3.0 |
| 777 | 2026-08-04T18:38:08.072Z | Checking x11rb-protocol v0.13.2 |
| 778 | 2026-08-04T18:38:08.214Z | Checking ratatui v0.29.0 |
| 779 | 2026-08-04T18:38:08.285Z | Checking sec1 v0.7.3 |
| 780 | 2026-08-04T18:38:08.437Z | Checking ssh-cipher v0.2.0 |
| 781 | 2026-08-04T18:38:08.558Z | Checking ed25519-dalek v2.2.0 |
| 782 | 2026-08-04T18:38:08.561Z | Checking ipxact v0.1.0 (https://github.com/oxidecomputer/ipe?branch=ry%2Finit#2f18277e) |
| 783 | 2026-08-04T18:38:08.711Z | Compiling ring v0.17.14 |
| 784 | 2026-08-04T18:38:08.735Z | Compiling portable-atomic v1.13.1 |
| 785 | 2026-08-04T18:38:08.904Z | Checking vw-api-types-versions v0.1.0 (/work/oxidecomputer/vw/vw-api-types/versions) |
| 786 | 2026-08-04T18:38:08.965Z | Checking ssh-key v0.6.7 |
| 787 | 2026-08-04T18:38:09.489Z | Checking tui-textarea v0.7.0 |
| 788 | 2026-08-04T18:38:09.620Z | Checking nucleo-matcher v0.3.1 |
| 789 | 2026-08-04T18:38:09.866Z | Compiling cpp_demangle v0.4.5 |
| 790 | 2026-08-04T18:38:09.876Z | Checking vw-api v0.1.0 (/work/oxidecomputer/vw/vw-api) |
| 791 | 2026-08-04T18:38:09.928Z | Checking vw-sync-api v0.1.0 (/work/oxidecomputer/vw/vw-sync-api) |
| 792 | 2026-08-04T18:38:10.010Z | Checking vw-sync v0.1.0 (/work/oxidecomputer/vw/vw-sync) |
| 793 | 2026-08-04T18:38:10.023Z | Checking vw-api-client v0.1.0 (/work/oxidecomputer/vw/vw-api-client) |
| 794 | 2026-08-04T18:38:10.139Z | Checking image v0.25.10 |
| 795 | 2026-08-04T18:38:10.170Z | Checking x11rb v0.13.2 |
| 796 | 2026-08-04T18:38:10.351Z | Checking vw-openapi-manager v0.1.0 (/work/oxidecomputer/vw/vw-openapi-manager) |
| 797 | 2026-08-04T18:38:10.539Z | Checking vw-ip v0.1.0 (/work/oxidecomputer/vw/vw-ip) |
| 798 | 2026-08-04T18:38:10.762Z | Checking vw-htcl-cmd v0.1.0 (/work/oxidecomputer/vw/vw-htcl-cmd) |
| 799 | 2026-08-04T18:38:10.798Z | Checking console v0.15.11 |
| 800 | 2026-08-04T18:38:10.801Z | Checking yasna v0.6.0 |
| 801 | 2026-08-04T18:38:11.069Z | Checking pem v3.0.6 |
| 802 | 2026-08-04T18:38:11.120Z | Checking filetime v0.2.29 |
| 803 | 2026-08-04T18:38:11.207Z | Checking number_prefix v0.4.0 |
| 804 | 2026-08-04T18:38:11.240Z | Checking notify v6.1.1 |
| 805 | 2026-08-04T18:38:11.251Z | Checking arboard v3.6.1 |
| 806 | 2026-08-04T18:38:11.317Z | Checking indicatif v0.17.11 |
| 807 | 2026-08-04T18:38:11.496Z | Checking rustc-demangle v0.1.28 |
| 808 | 2026-08-04T18:38:12.137Z | Checking vw-api-types v0.1.0 (/work/oxidecomputer/vw/vw-api-types) |
| 809 | 2026-08-04T18:38:14.098Z | Checking rcgen v0.14.8 |
| 810 | 2026-08-04T18:38:14.457Z | Checking xtask v0.1.0 (/work/oxidecomputer/vw/xtask) |
| 811 | 2026-08-04T18:38:14.872Z | Checking git2 v0.18.3 |
| 812 | 2026-08-04T18:38:16.363Z | Checking vw-lib v0.1.0 (/work/oxidecomputer/vw/vw-lib) |
| 813 | 2026-08-04T18:38:17.645Z | Checking vw-bench v0.1.0 (/work/oxidecomputer/vw/vw-bench) |
| 814 | 2026-08-04T18:38:17.645Z | Checking vw-analyzer v0.1.0 (/work/oxidecomputer/vw/vw-analyzer) |
| 815 | 2026-08-04T18:38:17.652Z | Checking vw-svc v0.1.0 (/work/oxidecomputer/vw/vw-svc) |
| 816 | 2026-08-04T18:38:18.431Z | Checking vw-remote v0.1.0 (/work/oxidecomputer/vw/vw-remote) |
| 817 | 2026-08-04T18:38:18.431Z | Checking vw-repl v0.1.0 (/work/oxidecomputer/vw/vw-repl) |
| 818 | 2026-08-04T18:38:19.433Z | Checking vw-agent v0.1.0 (/work/oxidecomputer/vw/vw-agent) |
| 819 | 2026-08-04T18:38:19.793Z | Checking vw v0.1.0 (/work/oxidecomputer/vw/vw-cli) |
| 820 | 2026-08-04T18:38:21.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.81s |
| 821 | 2026-08-04T18:38:22.121Z | + banner build |
| 822 | 2026-08-04T18:38:22.127Z | |
| 823 | 2026-08-04T18:38:22.127Z | ##### # # # # ##### |
| 824 | 2026-08-04T18:38:22.127Z | # # # # # # # # |
| 825 | 2026-08-04T18:38:22.131Z | ##### # # # # # # |
| 826 | 2026-08-04T18:38:22.131Z | # # # # # # # # |
| 827 | 2026-08-04T18:38:22.131Z | # # # # # # # # |
| 828 | 2026-08-04T18:38:22.131Z | ##### #### # ###### ##### |
| 829 | 2026-08-04T18:38:22.131Z | |
| 830 | 2026-08-04T18:38:22.131Z | + cargo build --release |
| 831 | 2026-08-04T18:38:22.636Z | Compiling proc-macro2 v1.0.106 |
| 832 | 2026-08-04T18:38:22.636Z | Compiling quote v1.0.45 |
| 833 | 2026-08-04T18:38:22.656Z | Compiling unicode-ident v1.0.24 |
| 834 | 2026-08-04T18:38:22.656Z | Compiling libc v0.2.183 |
| 835 | 2026-08-04T18:38:22.657Z | Compiling cfg-if v1.0.4 |
| 836 | 2026-08-04T18:38:22.657Z | Compiling serde_core v1.0.228 |
| 837 | 2026-08-04T18:38:22.657Z | Compiling memchr v2.8.0 |
| 838 | 2026-08-04T18:38:22.664Z | Compiling log v0.4.29 |
| 839 | 2026-08-04T18:38:22.690Z | Compiling serde v1.0.228 |
| 840 | 2026-08-04T18:38:22.894Z | Compiling shlex v1.3.0 |
| 841 | 2026-08-04T18:38:22.922Z | Compiling find-msvc-tools v0.1.9 |
| 842 | 2026-08-04T18:38:23.034Z | Compiling smallvec v1.15.1 |
| 843 | 2026-08-04T18:38:23.063Z | Compiling itoa v1.0.18 |
| 844 | 2026-08-04T18:38:23.131Z | Compiling pkg-config v0.3.32 |
| 845 | 2026-08-04T18:38:23.277Z | Compiling jobserver v0.1.34 |
| 846 | 2026-08-04T18:38:23.299Z | Compiling zmij v1.0.21 |
| 847 | 2026-08-04T18:38:23.305Z | Compiling allocator-api2 v0.2.21 |
| 848 | 2026-08-04T18:38:23.554Z | Compiling cc v1.2.57 |
| 849 | 2026-08-04T18:38:23.577Z | Compiling errno v0.3.14 |
| 850 | 2026-08-04T18:38:23.582Z | Compiling equivalent v1.0.2 |
| 851 | 2026-08-04T18:38:23.667Z | Compiling parking_lot_core v0.9.12 |
| 852 | 2026-08-04T18:38:23.686Z | Compiling serde_json v1.0.151 |
| 853 | 2026-08-04T18:38:23.719Z | Compiling syn v2.0.117 |
| 854 | 2026-08-04T18:38:23.733Z | Compiling autocfg v1.5.0 |
| 855 | 2026-08-04T18:38:23.733Z | Compiling pin-project-lite v0.2.17 |
| 856 | 2026-08-04T18:38:23.767Z | Compiling scopeguard v1.2.0 |
| 857 | 2026-08-04T18:38:23.822Z | Compiling syn v3.0.3 |
| 858 | 2026-08-04T18:38:23.876Z | Compiling lock_api v0.4.14 |
| 859 | 2026-08-04T18:38:24.068Z | Compiling bytes v1.11.1 |
| 860 | 2026-08-04T18:38:25.271Z | Compiling signal-hook-registry v1.4.8 |
| 861 | 2026-08-04T18:38:25.275Z | Compiling parking_lot v0.12.5 |
| 862 | 2026-08-04T18:38:25.275Z | Compiling once_cell v1.21.4 |
| 863 | 2026-08-04T18:38:25.276Z | Compiling mio v1.2.2 |
| 864 | 2026-08-04T18:38:25.276Z | Compiling bitflags v2.11.0 |
| 865 | 2026-08-04T18:38:25.276Z | Compiling hashbrown v0.17.1 |
| 866 | 2026-08-04T18:38:25.276Z | Compiling futures-core v0.3.32 |
| 867 | 2026-08-04T18:38:25.276Z | Compiling stable_deref_trait v1.2.1 |
| 868 | 2026-08-04T18:38:25.276Z | Compiling socket2 v0.6.3 |
| 869 | 2026-08-04T18:38:25.276Z | Compiling heck v0.5.0 |
| 870 | 2026-08-04T18:38:25.307Z | Compiling percent-encoding v2.3.2 |
| 871 | 2026-08-04T18:38:25.533Z | Compiling litemap v0.8.1 |
| 872 | 2026-08-04T18:38:25.582Z | Compiling indexmap v2.14.0 |
| 873 | 2026-08-04T18:38:25.635Z | Compiling writeable v0.6.2 |
| 874 | 2026-08-04T18:38:25.729Z | Compiling futures-sink v0.3.32 |
| 875 | 2026-08-04T18:38:25.838Z | Compiling icu_properties_data v2.1.2 |
| 876 | 2026-08-04T18:38:25.866Z | Compiling icu_normalizer_data v2.1.1 |
| 877 | 2026-08-04T18:38:25.935Z | Compiling form_urlencoded v1.2.2 |
| 878 | 2026-08-04T18:38:26.181Z | Compiling num-traits v0.2.19 |
| 879 | 2026-08-04T18:38:26.199Z | Compiling slab v0.4.12 |
| 880 | 2026-08-04T18:38:26.208Z | Compiling futures-channel v0.3.32 |
| 881 | 2026-08-04T18:38:26.401Z | Compiling semver v1.0.28 |
| 882 | 2026-08-04T18:38:26.405Z | Compiling version_check v0.9.5 |
| 883 | 2026-08-04T18:38:26.425Z | Compiling fnv v1.0.7 |
| 884 | 2026-08-04T18:38:26.474Z | Compiling synstructure v0.13.2 |
| 885 | 2026-08-04T18:38:26.521Z | Compiling futures-io v0.3.32 |
| 886 | 2026-08-04T18:38:26.665Z | Compiling utf8_iter v1.0.4 |
| 887 | 2026-08-04T18:38:26.683Z | Compiling futures-task v0.3.32 |
| 888 | 2026-08-04T18:38:26.711Z | Compiling subtle v2.6.1 |
| 889 | 2026-08-04T18:38:26.822Z | Compiling tokio-macros v2.7.2 |
| 890 | 2026-08-04T18:38:26.825Z | Compiling thiserror v2.0.18 |
| 891 | 2026-08-04T18:38:26.851Z | Compiling typenum v1.20.1 |
| 892 | 2026-08-04T18:38:26.863Z | Compiling tracing-core v0.1.36 |
| 893 | 2026-08-04T18:38:27.054Z | Compiling getrandom v0.4.2 |
| 894 | 2026-08-04T18:38:27.177Z | Compiling crossbeam-utils v0.8.21 |
| 895 | 2026-08-04T18:38:27.223Z | Compiling http v1.5.0 |
| 896 | 2026-08-04T18:38:27.349Z | Compiling aho-corasick v1.1.4 |
| 897 | 2026-08-04T18:38:27.499Z | Compiling httparse v1.10.1 |
| 898 | 2026-08-04T18:38:27.545Z | Compiling tokio v1.53.1 |
| 899 | 2026-08-04T18:38:27.632Z | Compiling serde_derive v1.0.228 |
| 900 | 2026-08-04T18:38:27.666Z | Compiling zerofrom-derive v0.1.6 |
| 901 | 2026-08-04T18:38:27.842Z | Compiling yoke-derive v0.8.1 |
| 902 | 2026-08-04T18:38:27.917Z | Compiling zerovec-derive v0.11.2 |
| 903 | 2026-08-04T18:38:27.955Z | Compiling displaydoc v0.2.5 |
| 904 | 2026-08-04T18:38:28.709Z | Compiling futures-macro v0.3.32 |
| 905 | 2026-08-04T18:38:28.937Z | Compiling zerofrom v0.1.6 |
| 906 | 2026-08-04T18:38:28.947Z | Compiling thiserror-impl v2.0.18 |
| 907 | 2026-08-04T18:38:28.974Z | Compiling yoke v0.8.1 |
| 908 | 2026-08-04T18:38:28.990Z | Compiling tracing-attributes v0.1.31 |
| 909 | 2026-08-04T18:38:29.131Z | Compiling zerovec v0.11.5 |
| 910 | 2026-08-04T18:38:29.162Z | Compiling zerotrie v0.2.3 |
| 911 | 2026-08-04T18:38:29.599Z | Compiling regex-syntax v0.8.10 |
| 912 | 2026-08-04T18:38:29.603Z | Compiling futures-util v0.3.32 |
| 913 | 2026-08-04T18:38:29.725Z | Compiling tinystr v0.8.2 |
| 914 | 2026-08-04T18:38:29.948Z | Compiling icu_locale_core v2.1.1 |
| 915 | 2026-08-04T18:38:30.104Z | Compiling potential_utf v0.1.4 |
| 916 | 2026-08-04T18:38:30.242Z | Compiling icu_collections v2.1.1 |
| 917 | 2026-08-04T18:38:30.291Z | Compiling tracing v0.1.44 |
| 918 | 2026-08-04T18:38:30.634Z | Compiling icu_provider v2.1.1 |
| 919 | 2026-08-04T18:38:30.940Z | Compiling icu_normalizer v2.1.1 |
| 920 | 2026-08-04T18:38:30.973Z | Compiling icu_properties v2.1.2 |
| 921 | 2026-08-04T18:38:31.769Z | Compiling regex-automata v0.4.14 |
| 922 | 2026-08-04T18:38:32.108Z | Compiling idna_adapter v1.2.1 |
| 923 | 2026-08-04T18:38:32.216Z | Compiling idna v1.1.0 |
| 924 | 2026-08-04T18:38:32.412Z | Compiling iana-time-zone v0.1.65 |
| 925 | 2026-08-04T18:38:32.520Z | Compiling option-ext v0.2.0 |
| 926 | 2026-08-04T18:38:32.620Z | Compiling url v2.5.8 |
| 927 | 2026-08-04T18:38:32.715Z | Compiling zeroize v1.9.0 |
| 928 | 2026-08-04T18:38:32.723Z | Compiling utf8parse v0.2.2 |
| 929 | 2026-08-04T18:38:32.735Z | Compiling chrono v0.4.45 |
| 930 | 2026-08-04T18:38:32.830Z | Compiling anstyle-parse v1.0.0 |
| 931 | 2026-08-04T18:38:32.911Z | Compiling cmake v0.1.58 |
| 932 | 2026-08-04T18:38:33.049Z | Compiling is_terminal_polyfill v1.70.2 |
| 933 | 2026-08-04T18:38:33.276Z | Compiling anstyle-query v1.1.5 |
| 934 | 2026-08-04T18:38:33.295Z | Compiling crc32fast v1.5.0 |
| 935 | 2026-08-04T18:38:33.295Z | Compiling fs_extra v1.3.0 |
| 936 | 2026-08-04T18:38:33.527Z | Compiling colorchoice v1.0.5 |
| 937 | 2026-08-04T18:38:33.549Z | Compiling dunce v1.0.5 |
| 938 | 2026-08-04T18:38:33.640Z | Compiling simd-adler32 v0.3.9 |
| 939 | 2026-08-04T18:38:33.651Z | Compiling anstyle v1.0.14 |
| 940 | 2026-08-04T18:38:33.916Z | Compiling anstream v1.0.0 |
| 941 | 2026-08-04T18:38:33.947Z | Compiling aws-lc-sys v0.43.0 |
| 942 | 2026-08-04T18:38:34.332Z | Compiling generic-array v0.14.7 |
| 943 | 2026-08-04T18:38:34.449Z | Compiling schemars v0.8.22 |
| 944 | 2026-08-04T18:38:34.566Z | Compiling adler2 v2.0.1 |
| 945 | 2026-08-04T18:38:34.699Z | Compiling camino v1.2.2 |
| 946 | 2026-08-04T18:38:34.732Z | Compiling tower-service v0.3.3 |
| 947 | 2026-08-04T18:38:34.833Z | Compiling tower-layer v0.3.3 |
| 948 | 2026-08-04T18:38:35.037Z | Compiling miniz_oxide v0.8.9 |
| 949 | 2026-08-04T18:38:35.133Z | Compiling rustls-pki-types v1.15.1 |
| 950 | 2026-08-04T18:38:35.425Z | Compiling dirs-sys v0.5.0 |
| 951 | 2026-08-04T18:38:35.834Z | Compiling tokio-util v0.7.18 |
| 952 | 2026-08-04T18:38:36.174Z | Compiling serde_derive_internals v0.29.1 |
| 953 | 2026-08-04T18:38:36.196Z | Compiling strsim v0.11.1 |
| 954 | 2026-08-04T18:38:36.403Z | Compiling clap_lex v1.1.0 |
| 955 | 2026-08-04T18:38:36.765Z | Compiling rustversion v1.0.22 |
| 956 | 2026-08-04T18:38:36.826Z | Compiling clap_builder v4.6.0 |
| 957 | 2026-08-04T18:38:36.887Z | Compiling schemars_derive v0.8.22 |
| 958 | 2026-08-04T18:38:36.994Z | Compiling dirs v6.0.0 |
| 959 | 2026-08-04T18:38:36.999Z | Compiling flate2 v1.1.9 |
| 960 | 2026-08-04T18:38:37.749Z | Compiling clap_derive v4.6.0 |
| 961 | 2026-08-04T18:38:37.759Z | Compiling base64 v0.22.1 |
| 962 | 2026-08-04T18:38:37.995Z | Compiling aws-lc-rs v1.17.3 |
| 963 | 2026-08-04T18:38:38.058Z | Compiling untrusted v0.9.0 |
| 964 | 2026-08-04T18:38:38.189Z | Compiling regex v1.12.3 |
| 965 | 2026-08-04T18:38:38.302Z | Compiling http-body v1.1.0 |
| 966 | 2026-08-04T18:38:38.464Z | Compiling atomic-waker v1.1.2 |
| 967 | 2026-08-04T18:38:38.596Z | Compiling either v1.15.0 |
| 968 | 2026-08-04T18:38:38.731Z | Compiling ryu v1.0.23 |
| 969 | 2026-08-04T18:38:38.816Z | Compiling rustix v1.1.4 |
| 970 | 2026-08-04T18:38:39.154Z | Compiling clap v4.6.0 |
| 971 | 2026-08-04T18:38:39.234Z | Compiling crossbeam-epoch v0.9.18 |
| 972 | 2026-08-04T18:38:39.372Z | Compiling try-lock v0.2.5 |
| 973 | 2026-08-04T18:38:39.492Z | Compiling thiserror v1.0.69 |
| 974 | 2026-08-04T18:38:39.513Z | Compiling crossbeam-deque v0.8.6 |
| 975 | 2026-08-04T18:38:39.608Z | Compiling want v0.3.1 |
| 976 | 2026-08-04T18:38:39.726Z | Compiling h2 v0.4.15 |
| 977 | 2026-08-04T18:38:39.789Z | Compiling thiserror-impl v1.0.69 |
| 978 | 2026-08-04T18:38:39.971Z | Compiling rustls v0.23.43 |
| 979 | 2026-08-04T18:38:40.189Z | Compiling zerocopy v0.8.52 |
| 980 | 2026-08-04T18:38:40.225Z | Compiling httpdate v1.0.3 |
| 981 | 2026-08-04T18:38:40.588Z | Compiling crypto-common v0.1.7 |
| 982 | 2026-08-04T18:38:40.615Z | Compiling rustc_version v0.4.1 |
| 983 | 2026-08-04T18:38:40.724Z | Compiling ipnet v2.12.0 |
| 984 | 2026-08-04T18:38:40.871Z | Compiling paste v1.0.15 |
| 985 | 2026-08-04T18:38:41.033Z | Compiling rayon-core v1.13.0 |
| 986 | 2026-08-04T18:38:41.156Z | Compiling vcpkg v0.2.15 |
| 987 | 2026-08-04T18:38:41.688Z | Compiling block-buffer v0.10.4 |
| 988 | 2026-08-04T18:38:41.841Z | Compiling futures-executor v0.3.32 |
| 989 | 2026-08-04T18:38:42.206Z | Compiling hyper v1.11.0 |
| 990 | 2026-08-04T18:38:42.608Z | Compiling futures v0.3.32 |
| 991 | 2026-08-04T18:38:42.691Z | Compiling digest v0.10.7 |
| 992 | 2026-08-04T18:38:44.324Z | Compiling hyper-util v0.1.20 |
| 993 | 2026-08-04T18:38:44.492Z | Compiling ppv-lite86 v0.2.21 |
| 994 | 2026-08-04T18:38:44.831Z | Compiling serde_urlencoded v0.7.1 |
| 995 | 2026-08-04T18:38:45.109Z | Compiling http-body-util v0.1.4 |
| 996 | 2026-08-04T18:38:45.125Z | Compiling uuid v1.24.0 |
| 997 | 2026-08-04T18:38:45.562Z | Compiling sync_wrapper v1.0.2 |
| 998 | 2026-08-04T18:38:45.576Z | Compiling foldhash v0.2.0 |
| 999 | 2026-08-04T18:38:45.739Z | Compiling dyn-clone v1.0.20 |
| 1000 | 2026-08-04T18:38:45.860Z | Compiling tower v0.5.3 |
| 1001 | 2026-08-04T18:38:46.435Z | Compiling rayon v1.11.0 |
| 1002 | 2026-08-04T18:38:46.498Z | Compiling serde_tokenstream v0.2.3 |
| 1003 | 2026-08-04T18:38:46.791Z | Compiling toml_datetime v0.6.11 |
| 1004 | 2026-08-04T18:38:46.849Z | Compiling serde_spanned v0.6.9 |
| 1005 | 2026-08-04T18:38:47.005Z | Compiling encoding_rs v0.8.35 |
| 1006 | 2026-08-04T18:38:47.153Z | Compiling unicode-width v0.1.14 |
| 1007 | 2026-08-04T18:38:47.231Z | Compiling winnow v0.7.15 |
| 1008 | 2026-08-04T18:38:47.445Z | Compiling toml_write v0.1.2 |
| 1009 | 2026-08-04T18:38:47.638Z | Compiling cpufeatures v0.2.17 |
| 1010 | 2026-08-04T18:38:47.679Z | Compiling num-conv v0.2.2 |
| 1011 | 2026-08-04T18:38:47.708Z | Compiling time-core v0.1.9 |
| 1012 | 2026-08-04T18:38:47.827Z | Compiling mime v0.3.17 |
| 1013 | 2026-08-04T18:38:47.890Z | Compiling time-macros v0.2.32 |
| 1014 | 2026-08-04T18:38:47.966Z | Compiling tower-http v0.6.11 |
| 1015 | 2026-08-04T18:38:48.598Z | Compiling hashbrown v0.16.1 |
| 1016 | 2026-08-04T18:38:48.608Z | Compiling libz-sys v1.1.25 |
| 1017 | 2026-08-04T18:38:49.027Z | Compiling toml_edit v0.22.27 |
| 1018 | 2026-08-04T18:38:49.097Z | Compiling openssl-sys v0.9.112 |
| 1019 | 2026-08-04T18:38:49.315Z | Compiling fdeflate v0.3.7 |
| 1020 | 2026-08-04T18:38:49.327Z | Compiling async-trait v0.1.89 |
| 1021 | 2026-08-04T18:38:49.671Z | Compiling deranged v0.5.8 |
| 1022 | 2026-08-04T18:38:50.213Z | Compiling foldhash v0.1.5 |
| 1023 | 2026-08-04T18:38:50.280Z | Compiling num_threads v0.1.7 |
| 1024 | 2026-08-04T18:38:50.358Z | Compiling winnow v1.0.4 |
| 1025 | 2026-08-04T18:38:50.376Z | Compiling bitflags v1.3.2 |
| 1026 | 2026-08-04T18:38:50.449Z | Compiling openssl-probe v0.2.1 |
| 1027 | 2026-08-04T18:38:50.694Z | Compiling powerfmt v0.2.0 |
| 1028 | 2026-08-04T18:38:50.838Z | Compiling fastrand v2.3.0 |
| 1029 | 2026-08-04T18:38:50.947Z | Compiling getrandom v0.3.4 |
| 1030 | 2026-08-04T18:38:51.024Z | Compiling time v0.3.54 |
| 1031 | 2026-08-04T18:38:51.170Z | Compiling tempfile v3.27.0 |
| 1032 | 2026-08-04T18:38:51.282Z | Compiling toml v0.8.23 |
| 1033 | 2026-08-04T18:38:51.295Z | Compiling rustls-native-certs v0.8.4 |
| 1034 | 2026-08-04T18:38:51.807Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1035 | 2026-08-04T18:38:51.979Z | Compiling hashbrown v0.15.5 |
| 1036 | 2026-08-04T18:38:52.163Z | Compiling regress v0.11.1 |
| 1037 | 2026-08-04T18:38:52.713Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1038 | 2026-08-04T18:38:53.085Z | Compiling thread_local v1.1.9 |
| 1039 | 2026-08-04T18:38:53.125Z | Compiling same-file v1.0.6 |
| 1040 | 2026-08-04T18:38:53.385Z | Compiling byteorder v1.5.0 |
| 1041 | 2026-08-04T18:38:53.411Z | Compiling lazy_static v1.5.0 |
| 1042 | 2026-08-04T18:38:53.520Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 1043 | 2026-08-04T18:38:53.642Z | Compiling anyhow v1.0.102 |
| 1044 | 2026-08-04T18:38:53.947Z | Compiling walkdir v2.5.0 |
| 1045 | 2026-08-04T18:38:54.138Z | Compiling pathfinder_simd v0.5.5 |
| 1046 | 2026-08-04T18:38:54.170Z | Compiling slog v2.8.2 |
| 1047 | 2026-08-04T18:38:54.210Z | Compiling crossbeam-channel v0.5.16 |
| 1048 | 2026-08-04T18:38:54.351Z | Compiling strum_macros v0.28.0 |
| 1049 | 2026-08-04T18:38:54.409Z | Compiling enum-map-derive v0.17.0 |
| 1050 | 2026-08-04T18:38:54.654Z | Compiling libssh2-sys v0.3.1 |
| 1051 | 2026-08-04T18:38:54.932Z | Compiling freetype-sys v0.20.1 |
| 1052 | 2026-08-04T18:38:54.971Z | Compiling serde_spanned v1.1.1 |
| 1053 | 2026-08-04T18:38:55.159Z | Compiling yeslogic-fontconfig-sys v6.0.0 |
| 1054 | 2026-08-04T18:38:55.274Z | Compiling bytemuck v1.25.0 |
| 1055 | 2026-08-04T18:38:55.599Z | Compiling toml v1.1.4+spec-1.1.0 |
| 1056 | 2026-08-04T18:38:55.893Z | Compiling enum-map v2.7.3 |
| 1057 | 2026-08-04T18:38:56.185Z | Compiling strum v0.28.0 |
| 1058 | 2026-08-04T18:38:56.306Z | Compiling rand_core v0.9.5 |
| 1059 | 2026-08-04T18:38:56.569Z | Compiling subst v0.3.8 |
| 1060 | 2026-08-04T18:38:56.789Z | Compiling itertools v0.14.0 |
| 1061 | 2026-08-04T18:38:56.925Z | Compiling erased-serde v0.3.31 |
| 1062 | 2026-08-04T18:38:56.942Z | Compiling vhdl_lang_macros v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89) |
| 1063 | 2026-08-04T18:38:57.506Z | Compiling getrandom v0.2.17 |
| 1064 | 2026-08-04T18:38:57.517Z | Compiling bstr v1.13.0 |
| 1065 | 2026-08-04T18:38:57.705Z | Compiling libloading v0.8.9 |
| 1066 | 2026-08-04T18:38:57.933Z | Compiling ref-cast v1.0.26 |
| 1067 | 2026-08-04T18:38:58.116Z | Compiling color_quant v1.1.0 |
| 1068 | 2026-08-04T18:38:58.235Z | Compiling glob v0.3.3 |
| 1069 | 2026-08-04T18:38:58.329Z | Compiling rustix v0.38.44 |
| 1070 | 2026-08-04T18:38:58.352Z | Compiling pinned_vec v0.1.1 |
| 1071 | 2026-08-04T18:38:58.389Z | Compiling dlib v0.5.3 |
| 1072 | 2026-08-04T18:38:58.503Z | Compiling vhdl_lang v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89) |
| 1073 | 2026-08-04T18:38:59.168Z | Compiling rand_chacha v0.9.0 |
| 1074 | 2026-08-04T18:38:59.760Z | Compiling png v0.17.16 |
| 1075 | 2026-08-04T18:38:59.910Z | Compiling dirs-sys v0.4.1 |
| 1076 | 2026-08-04T18:39:00.150Z | Compiling openapiv3 v2.2.0 |
| 1077 | 2026-08-04T18:39:00.235Z | Compiling daft-derive v0.1.8 |
| 1078 | 2026-08-04T18:39:00.362Z | Compiling ref-cast-impl v1.0.26 |
| 1079 | 2026-08-04T18:39:00.937Z | Compiling libgit2-sys v0.16.2+1.7.2 |
| 1080 | 2026-08-04T18:39:00.937Z | Compiling plotters-backend v0.3.7 |
| 1081 | 2026-08-04T18:39:01.294Z | Compiling prettyplease v0.2.37 |
| 1082 | 2026-08-04T18:39:01.351Z | Compiling jpeg-decoder v0.3.2 |
| 1083 | 2026-08-04T18:39:01.529Z | Compiling font-kit v0.14.3 |
| 1084 | 2026-08-04T18:39:01.912Z | Compiling fixedbitset v0.5.7 |
| 1085 | 2026-08-04T18:39:02.186Z | Compiling weezl v0.1.12 |
| 1086 | 2026-08-04T18:39:02.486Z | Compiling petgraph v0.8.3 |
| 1087 | 2026-08-04T18:39:02.786Z | Compiling gif v0.12.0 |
| 1088 | 2026-08-04T18:39:03.256Z | Compiling image v0.24.9 |
| 1089 | 2026-08-04T18:39:04.065Z | Compiling daft v0.1.8 |
| 1090 | 2026-08-04T18:39:04.146Z | Compiling dirs v5.0.1 |
| 1091 | 2026-08-04T18:39:04.496Z | Compiling pathfinder_geometry v0.5.1 |
| 1092 | 2026-08-04T18:39:04.727Z | Compiling rand v0.9.5 |
| 1093 | 2026-08-04T18:39:05.446Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 1094 | 2026-08-04T18:39:05.485Z | Compiling hybrid-array v0.4.13 |
| 1095 | 2026-08-04T18:39:06.162Z | Compiling float-ord v0.3.2 |
| 1096 | 2026-08-04T18:39:06.535Z | Compiling crunchy v0.2.4 |
| 1097 | 2026-08-04T18:39:06.753Z | Compiling unicode-width v0.2.0 |
| 1098 | 2026-08-04T18:39:06.839Z | Compiling cpufeatures v0.3.0 |
| 1099 | 2026-08-04T18:39:08.085Z | Compiling plotters-bitmap v0.3.7 |
| 1100 | 2026-08-04T18:39:08.643Z | Compiling vw-core v0.1.0 (/work/oxidecomputer/vw/vw-core) |
| 1101 | 2026-08-04T18:39:09.260Z | Compiling iddqd v0.4.6 |
| 1102 | 2026-08-04T18:39:11.004Z | Compiling plotters-svg v0.3.7 |
| 1103 | 2026-08-04T18:39:11.444Z | Compiling colored v2.2.0 |
| 1104 | 2026-08-04T18:39:11.917Z | Compiling sha2 v0.10.9 |
| 1105 | 2026-08-04T18:39:12.936Z | Compiling hashbrown v0.14.5 |
| 1106 | 2026-08-04T18:39:13.426Z | Compiling openssl-probe v0.1.6 |
| 1107 | 2026-08-04T18:39:13.556Z | Compiling tiny-keccak v2.0.2 |
| 1108 | 2026-08-04T18:39:13.603Z | Compiling ttf-parser v0.20.0 |
| 1109 | 2026-08-04T18:39:13.800Z | Compiling typify-impl v0.6.2 |
| 1110 | 2026-08-04T18:39:15.850Z | Compiling plotters v0.3.7 |
| 1111 | 2026-08-04T18:39:16.296Z | Compiling anodizer v0.1.0 (https://github.com/oxidecomputer/anodizer?branch=ry%2Fvw-restructure#43fbe290) |
| 1112 | 2026-08-04T18:39:17.157Z | Compiling crypto-common v0.2.2 |
| 1113 | 2026-08-04T18:39:17.782Z | Compiling block-buffer v0.12.1 |
| 1114 | 2026-08-04T18:39:17.865Z | Compiling similar v2.7.0 |
| 1115 | 2026-08-04T18:39:17.962Z | Compiling rand_core v0.6.4 |
| 1116 | 2026-08-04T18:39:18.210Z | Compiling vw-quote v0.1.0 (/work/oxidecomputer/vw/vw-quote) |
| 1117 | 2026-08-04T18:39:18.406Z | Compiling multer v3.1.0 |
| 1118 | 2026-08-04T18:39:18.487Z | Compiling compression-core v0.4.32 |
| 1119 | 2026-08-04T18:39:18.631Z | Compiling const-oid v0.10.2 |
| 1120 | 2026-08-04T18:39:18.665Z | Compiling netrc v0.4.1 |
| 1121 | 2026-08-04T18:39:18.730Z | Compiling match_cfg v0.1.0 |
| 1122 | 2026-08-04T18:39:18.972Z | Compiling slog-async v2.8.0 |
| 1123 | 2026-08-04T18:39:18.994Z | Compiling winnow v0.6.26 |
| 1124 | 2026-08-04T18:39:19.065Z | Compiling digest v0.11.3 |
| 1125 | 2026-08-04T18:39:19.204Z | Compiling hostname v0.3.1 |
| 1126 | 2026-08-04T18:39:19.293Z | Compiling compression-codecs v0.4.38 |
| 1127 | 2026-08-04T18:39:19.487Z | Compiling typify-macro v0.6.2 |
| 1128 | 2026-08-04T18:39:19.550Z | Compiling slog-json v2.6.1 |
| 1129 | 2026-08-04T18:39:19.644Z | Compiling async-stream-impl v0.3.6 |
| 1130 | 2026-08-04T18:39:19.802Z | Compiling dropshot v0.17.1 |
| 1131 | 2026-08-04T18:39:20.032Z | Compiling is-terminal v0.4.17 |
| 1132 | 2026-08-04T18:39:20.133Z | Compiling spin v0.9.9 |
| 1133 | 2026-08-04T18:39:20.254Z | Compiling semver v0.1.20 |
| 1134 | 2026-08-04T18:39:20.254Z | Compiling cfg_aliases v0.1.1 |
| 1135 | 2026-08-04T18:39:20.327Z | Compiling vw-htcl v0.1.0 (/work/oxidecomputer/vw/vw-htcl) |
| 1136 | 2026-08-04T18:39:20.503Z | Compiling hex v0.4.3 |
| 1137 | 2026-08-04T18:39:21.075Z | Compiling term v1.2.1 |
| 1138 | 2026-08-04T18:39:21.209Z | Compiling take_mut v0.2.2 |
| 1139 | 2026-08-04T18:39:21.209Z | Compiling slog-term v2.9.2 |
| 1140 | 2026-08-04T18:39:21.209Z | Compiling const-random-macro v0.1.16 |
| 1141 | 2026-08-04T18:39:22.467Z | Compiling rustc_version v0.1.7 |
| 1142 | 2026-08-04T18:39:22.520Z | Compiling nix v0.28.0 |
| 1143 | 2026-08-04T18:39:22.520Z | Compiling async-stream v0.3.6 |
| 1144 | 2026-08-04T18:39:22.573Z | Compiling slog-bunyan v2.5.0 |
| 1145 | 2026-08-04T18:39:22.627Z | Compiling async-compression v0.4.43 |
| 1146 | 2026-08-04T18:39:22.716Z | Compiling sha1 v0.11.0 |
| 1147 | 2026-08-04T18:39:22.754Z | Compiling rand_chacha v0.3.1 |
| 1148 | 2026-08-04T18:39:23.333Z | Compiling dropshot_endpoint v0.17.1 |
| 1149 | 2026-08-04T18:39:23.375Z | Compiling waitgroup v0.1.2 |
| 1150 | 2026-08-04T18:39:23.472Z | Compiling rustls-pemfile v2.2.0 |
| 1151 | 2026-08-04T18:39:23.686Z | Compiling serde_path_to_error v0.1.20 |
| 1152 | 2026-08-04T18:39:23.737Z | Compiling fs-err v3.3.1 |
| 1153 | 2026-08-04T18:39:24.134Z | Compiling hostname v0.4.2 |
| 1154 | 2026-08-04T18:39:24.185Z | Compiling ident_case v1.0.1 |
| 1155 | 2026-08-04T18:39:24.282Z | Compiling signal-hook v0.3.18 |
| 1156 | 2026-08-04T18:39:24.398Z | Compiling debug-ignore v1.0.5 |
| 1157 | 2026-08-04T18:39:25.539Z | Compiling rand v0.8.7 |
| 1158 | 2026-08-04T18:39:25.580Z | Compiling darling_core v0.23.0 |
| 1159 | 2026-08-04T18:39:25.580Z | Compiling newtype_derive v0.1.6 |
| 1160 | 2026-08-04T18:39:25.580Z | Compiling const-random v0.1.18 |
| 1161 | 2026-08-04T18:39:25.580Z | Compiling dropshot-api-manager-types v0.7.2 |
| 1162 | 2026-08-04T18:39:25.936Z | Compiling owo-colors v4.3.0 |
| 1163 | 2026-08-04T18:39:26.755Z | Compiling darling_macro v0.23.0 |
| 1164 | 2026-08-04T18:39:27.771Z | Compiling dlv-list v0.5.2 |
| 1165 | 2026-08-04T18:39:28.479Z | Compiling typify v0.6.2 |
| 1166 | 2026-08-04T18:39:28.571Z | Compiling git-stub v1.0.0 |
| 1167 | 2026-08-04T18:39:28.895Z | Compiling atomicwrites v0.4.4 |
| 1168 | 2026-08-04T18:39:29.038Z | Compiling sha1 v0.10.7 |
| 1169 | 2026-08-04T18:39:29.192Z | Compiling terminal_size v0.4.4 |
| 1170 | 2026-08-04T18:39:29.555Z | Compiling filedescriptor v0.8.3 |
| 1171 | 2026-08-04T18:39:30.617Z | Compiling serde_repr v0.1.20 |
| 1172 | 2026-08-04T18:39:30.682Z | Compiling pin-project-internal v1.1.13 |
| 1173 | 2026-08-04T18:39:30.682Z | Compiling blake3 v1.8.5 |
| 1174 | 2026-08-04T18:39:30.682Z | Compiling serial2 v0.2.37 |
| 1175 | 2026-08-04T18:39:30.682Z | Compiling utf-8 v0.7.6 |
| 1176 | 2026-08-04T18:39:30.682Z | Compiling downcast-rs v1.2.1 |
| 1177 | 2026-08-04T18:39:30.682Z | Compiling shell-words v1.1.1 |
| 1178 | 2026-08-04T18:39:30.682Z | Compiling smawk v0.3.3 |
| 1179 | 2026-08-04T18:39:30.757Z | Compiling instability v0.3.12 |
| 1180 | 2026-08-04T18:39:30.757Z | Compiling unicode-linebreak v0.1.5 |
| 1181 | 2026-08-04T18:39:30.757Z | Compiling is_ci v1.2.0 |
| 1182 | 2026-08-04T18:39:31.127Z | Compiling unicode-segmentation v1.13.3 |
| 1183 | 2026-08-04T18:39:31.245Z | Compiling vw-vivado v0.1.0 (/work/oxidecomputer/vw/vw-vivado) |
| 1184 | 2026-08-04T18:39:31.245Z | Compiling data-encoding v2.11.0 |
| 1185 | 2026-08-04T18:39:31.245Z | Compiling unsafe-libyaml v0.2.11 |
| 1186 | 2026-08-04T18:39:31.472Z | Compiling tungstenite v0.21.0 |
| 1187 | 2026-08-04T18:39:31.514Z | Compiling textwrap v0.16.2 |
| 1188 | 2026-08-04T18:39:31.766Z | Compiling serde_yaml v0.9.34+deprecated |
| 1189 | 2026-08-04T18:39:34.123Z | Compiling supports-color v3.0.2 |
| 1190 | 2026-08-04T18:39:34.263Z | Compiling pin-project v1.1.13 |
| 1191 | 2026-08-04T18:39:34.263Z | Compiling portable-pty v0.9.0 |
| 1192 | 2026-08-04T18:39:34.264Z | Compiling lsp-types v0.94.1 |
| 1193 | 2026-08-04T18:39:34.264Z | Compiling progenitor-impl v0.14.0 |
| 1194 | 2026-08-04T18:39:38.234Z | Compiling git-stub-vcs v0.1.0 |
| 1195 | 2026-08-04T18:39:38.424Z | Compiling signal-hook-mio v0.2.5 |
| 1196 | 2026-08-04T18:39:38.424Z | Compiling darling v0.23.0 |
| 1197 | 2026-08-04T18:39:38.424Z | Compiling ordered-multimap v0.7.3 |
| 1198 | 2026-08-04T18:39:38.424Z | Compiling drift v0.2.0 |
| 1199 | 2026-08-04T18:39:38.424Z | Compiling vw-eda v0.1.0 (/work/oxidecomputer/vw/vw-eda) |
| 1200 | 2026-08-04T18:39:38.425Z | Compiling gethostname v1.1.0 |
| 1201 | 2026-08-04T18:39:38.425Z | Compiling curve25519-dalek v4.1.3 |
| 1202 | 2026-08-04T18:39:38.425Z | Compiling itertools v0.13.0 |
| 1203 | 2026-08-04T18:39:38.425Z | Compiling castaway v0.2.4 |
| 1204 | 2026-08-04T18:39:38.425Z | Compiling strum_macros v0.26.4 |
| 1205 | 2026-08-04T18:39:38.425Z | Compiling env_filter v2.0.0 |
| 1206 | 2026-08-04T18:39:38.425Z | Compiling static_assertions v1.1.0 |
| 1207 | 2026-08-04T18:39:38.425Z | Compiling base64ct v1.8.3 |
| 1208 | 2026-08-04T18:39:38.481Z | Compiling indoc v2.0.7 |
| 1209 | 2026-08-04T18:39:38.596Z | Compiling arrayvec v0.7.8 |
| 1210 | 2026-08-04T18:39:38.806Z | Compiling indent_write v2.2.0 |
| 1211 | 2026-08-04T18:39:38.915Z | Compiling pxfm v0.1.29 |
| 1212 | 2026-08-04T18:39:38.969Z | Compiling jiff v0.2.32 |
| 1213 | 2026-08-04T18:39:41.351Z | Compiling arrayref v0.3.9 |
| 1214 | 2026-08-04T18:39:41.426Z | Compiling constant_time_eq v0.4.2 |
| 1215 | 2026-08-04T18:39:42.403Z | Compiling env_logger v0.11.11 |
| 1216 | 2026-08-04T18:39:43.399Z | Compiling moxcms v0.8.1 |
| 1217 | 2026-08-04T18:39:45.127Z | Compiling pem-rfc7468 v0.7.0 |
| 1218 | 2026-08-04T18:39:45.777Z | Compiling compact_str v0.8.2 |
| 1219 | 2026-08-04T18:39:46.833Z | Compiling strum v0.26.3 |
| 1220 | 2026-08-04T18:39:46.965Z | Compiling unicode-truncate v1.1.0 |
| 1221 | 2026-08-04T18:39:47.194Z | Compiling progenitor-macro v0.14.0 |
| 1222 | 2026-08-04T18:39:48.034Z | Compiling rust-ini v0.21.3 |
| 1223 | 2026-08-04T18:39:49.549Z | Compiling crossterm v0.28.1 |
| 1224 | 2026-08-04T18:39:50.165Z | Compiling rustls-webpki v0.103.13 |
| 1225 | 2026-08-04T18:39:52.570Z | Compiling tower v0.4.13 |
| 1226 | 2026-08-04T18:39:52.603Z | Compiling tokio-tungstenite v0.21.0 |
| 1227 | 2026-08-04T18:39:52.924Z | Compiling dashmap v5.5.3 |
| 1228 | 2026-08-04T18:39:52.946Z | Compiling globset v0.4.19 |
| 1229 | 2026-08-04T18:39:53.457Z | Compiling lsp-server v0.7.9 |
| 1230 | 2026-08-04T18:39:55.230Z | Compiling tokio-rustls v0.26.4 |
| 1231 | 2026-08-04T18:39:55.335Z | Compiling hyper-rustls v0.27.9 |
| 1232 | 2026-08-04T18:39:55.725Z | Compiling rustls-platform-verifier v0.7.0 |
| 1233 | 2026-08-04T18:39:56.138Z | Compiling reqwest v0.13.4 |
| 1234 | 2026-08-04T18:39:56.270Z | Compiling git2 v0.18.3 |
| 1235 | 2026-08-04T18:39:57.037Z | Compiling sharded-slab v0.1.7 |
| 1236 | 2026-08-04T18:39:57.651Z | Compiling progenitor-client v0.14.0 |
| 1237 | 2026-08-04T18:39:58.145Z | Compiling oxide v0.17.0+2026060800.0.0 |
| 1238 | 2026-08-04T18:40:03.193Z | Compiling vw-lib v0.1.0 (/work/oxidecomputer/vw/vw-lib) |
| 1239 | 2026-08-04T18:40:03.502Z | Compiling dropshot-api-manager v0.7.2 |
| 1240 | 2026-08-04T18:40:04.077Z | Compiling fuzzy-matcher v0.3.7 |
| 1241 | 2026-08-04T18:40:10.756Z | Compiling lru v0.12.5 |
| 1242 | 2026-08-04T18:40:10.940Z | Compiling png v0.18.1 |
| 1243 | 2026-08-04T18:40:12.630Z | Compiling inout v0.1.4 |
| 1244 | 2026-08-04T18:40:13.978Z | Compiling matchers v0.2.0 |
| 1245 | 2026-08-04T18:40:14.151Z | Compiling quick-xml v0.38.4 |
| 1246 | 2026-08-04T18:40:14.151Z | Compiling auto_impl v1.3.0 |
| 1247 | 2026-08-04T18:40:14.151Z | Compiling tower-lsp-macros v0.9.0 |
| 1248 | 2026-08-04T18:40:14.442Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1249 | 2026-08-04T18:40:14.493Z | Compiling tracing-log v0.2.0 |
| 1250 | 2026-08-04T18:40:14.825Z | Compiling ring v0.17.14 |
| 1251 | 2026-08-04T18:40:15.141Z | Compiling signature v2.2.0 |
| 1252 | 2026-08-04T18:40:15.252Z | Compiling home v0.5.12 |
| 1253 | 2026-08-04T18:40:15.392Z | Compiling cassowary v0.3.0 |
| 1254 | 2026-08-04T18:40:15.452Z | Compiling x11rb-protocol v0.13.2 |
| 1255 | 2026-08-04T18:40:15.577Z | Compiling nu-ansi-term v0.50.3 |
| 1256 | 2026-08-04T18:40:19.336Z | Compiling byteorder-lite v0.1.0 |
| 1257 | 2026-08-04T18:40:19.427Z | Compiling portable-atomic v1.13.1 |
| 1258 | 2026-08-04T18:40:19.428Z | Compiling image v0.25.10 |
| 1259 | 2026-08-04T18:40:19.428Z | Compiling tracing-subscriber v0.3.23 |
| 1260 | 2026-08-04T18:40:19.428Z | Compiling ratatui v0.29.0 |
| 1261 | 2026-08-04T18:40:22.403Z | Compiling x11rb v0.13.2 |
| 1262 | 2026-08-04T18:40:24.068Z | Compiling aws-creds v0.39.1 |
| 1263 | 2026-08-04T18:40:24.784Z | Compiling ed25519 v2.2.3 |
| 1264 | 2026-08-04T18:40:25.010Z | Compiling tower-lsp v0.20.0 |
| 1265 | 2026-08-04T18:40:25.154Z | Compiling cipher v0.4.4 |
| 1266 | 2026-08-04T18:40:25.396Z | Compiling vw-bench v0.1.0 (/work/oxidecomputer/vw/vw-bench) |
| 1267 | 2026-08-04T18:40:25.879Z | Compiling vhdl_ls v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89) |
| 1268 | 2026-08-04T18:40:26.021Z | Compiling progenitor v0.14.0 |
| 1269 | 2026-08-04T18:40:26.169Z | Compiling ignore v0.4.31 |
| 1270 | 2026-08-04T18:40:26.707Z | Compiling vw-api-types-versions v0.1.0 (/work/oxidecomputer/vw/vw-api-types/versions) |
| 1271 | 2026-08-04T18:40:26.730Z | Compiling ssh-encoding v0.2.0 |
| 1272 | 2026-08-04T18:40:27.263Z | Compiling reqwest v0.12.28 |
| 1273 | 2026-08-04T18:40:29.346Z | Compiling vw-sync-api v0.1.0 (/work/oxidecomputer/vw/vw-sync-api) |
| 1274 | 2026-08-04T18:40:29.882Z | Compiling vw-api v0.1.0 (/work/oxidecomputer/vw/vw-api) |
| 1275 | 2026-08-04T18:40:32.754Z | Compiling hmac v0.12.1 |
| 1276 | 2026-08-04T18:40:32.909Z | Compiling aws-region v0.28.1 |
| 1277 | 2026-08-04T18:40:33.309Z | Compiling tokio-stream v0.1.19 |
| 1278 | 2026-08-04T18:40:33.859Z | Compiling quick-xml v0.37.5 |
| 1279 | 2026-08-04T18:40:34.574Z | Compiling maybe-async v0.2.11 |
| 1280 | 2026-08-04T18:40:35.125Z | Compiling sysinfo v0.37.2 |
| 1281 | 2026-08-04T18:40:35.371Z | Compiling base16ct v0.2.0 |
| 1282 | 2026-08-04T18:40:35.620Z | Compiling md5 v0.8.1 |
| 1283 | 2026-08-04T18:40:35.837Z | Compiling cpp_demangle v0.4.5 |
| 1284 | 2026-08-04T18:40:35.892Z | Compiling redb v4.1.0 |
| 1285 | 2026-08-04T18:40:35.927Z | Compiling rust-s3 v0.37.2 |
| 1286 | 2026-08-04T18:40:36.126Z | Compiling sec1 v0.7.3 |
| 1287 | 2026-08-04T18:40:36.248Z | Compiling ipxact v0.1.0 (https://github.com/oxidecomputer/ipe?branch=ry%2Finit#2f18277e) |
| 1288 | 2026-08-04T18:40:36.329Z | Compiling vw-api-client v0.1.0 (/work/oxidecomputer/vw/vw-api-client) |
| 1289 | 2026-08-04T18:40:36.616Z | Compiling vw-sync v0.1.0 (/work/oxidecomputer/vw/vw-sync) |
| 1290 | 2026-08-04T18:40:37.849Z | Compiling ssh-cipher v0.2.0 |
| 1291 | 2026-08-04T18:40:38.020Z | Compiling vw-analyzer v0.1.0 (/work/oxidecomputer/vw/vw-analyzer) |
| 1292 | 2026-08-04T18:40:39.832Z | Compiling vw-remote v0.1.0 (/work/oxidecomputer/vw/vw-remote) |
| 1293 | 2026-08-04T18:40:39.959Z | Compiling ed25519-dalek v2.2.0 |
| 1294 | 2026-08-04T18:40:41.438Z | Compiling arboard v3.6.1 |
| 1295 | 2026-08-04T18:40:41.761Z | Compiling tui-textarea v0.7.0 |
| 1296 | 2026-08-04T18:40:44.175Z | Compiling nucleo-matcher v0.3.1 |
| 1297 | 2026-08-04T18:40:44.534Z | Compiling console v0.15.11 |
| 1298 | 2026-08-04T18:40:44.624Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1299 | 2026-08-04T18:40:44.778Z | Compiling yasna v0.6.0 |
| 1300 | 2026-08-04T18:40:45.018Z | Compiling pem v3.0.6 |
| 1301 | 2026-08-04T18:40:45.710Z | Compiling filetime v0.2.29 |
| 1302 | 2026-08-04T18:40:45.851Z | Compiling number_prefix v0.4.0 |
| 1303 | 2026-08-04T18:40:45.940Z | Compiling notify v6.1.1 |
| 1304 | 2026-08-04T18:40:46.009Z | Compiling indicatif v0.17.11 |
| 1305 | 2026-08-04T18:40:46.250Z | Compiling rcgen v0.14.8 |
| 1306 | 2026-08-04T18:40:47.067Z | Compiling vw-repl v0.1.0 (/work/oxidecomputer/vw/vw-repl) |
| 1307 | 2026-08-04T18:40:47.311Z | Compiling ssh-key v0.6.7 |
| 1308 | 2026-08-04T18:40:48.881Z | Compiling vw-ip v0.1.0 (/work/oxidecomputer/vw/vw-ip) |
| 1309 | 2026-08-04T18:40:51.147Z | Compiling vw-openapi-manager v0.1.0 (/work/oxidecomputer/vw/vw-openapi-manager) |
| 1310 | 2026-08-04T18:40:51.812Z | Compiling vw-htcl-cmd v0.1.0 (/work/oxidecomputer/vw/vw-htcl-cmd) |
| 1311 | 2026-08-04T18:40:53.483Z | Compiling rustc-demangle v0.1.28 |
| 1312 | 2026-08-04T18:40:53.613Z | Compiling xtask v0.1.0 (/work/oxidecomputer/vw/xtask) |
| 1313 | 2026-08-04T18:40:54.483Z | Compiling vw-api-types v0.1.0 (/work/oxidecomputer/vw/vw-api-types) |
| 1314 | 2026-08-04T18:41:13.309Z | Compiling vw v0.1.0 (/work/oxidecomputer/vw/vw-cli) |
| 1315 | 2026-08-04T18:41:13.371Z | Compiling vw-agent v0.1.0 (/work/oxidecomputer/vw/vw-agent) |
| 1316 | 2026-08-04T18:41:13.402Z | Compiling vw-svc v0.1.0 (/work/oxidecomputer/vw/vw-svc) |
| 1317 | 2026-08-04T18:41:50.423Z | Finished `release` profile [optimized] target(s) in 3m 28s |
| 1318 | 2026-08-04T18:41:50.525Z | + mkdir -p /work/release/ |
| 1319 | 2026-08-04T18:41:50.528Z | + cp target/release/vw /work/release/ |
| 1320 | 2026-08-04T18:41:50.606Z | + cp target/release/vw-agent /work/release/ |
| 1321 | 2026-08-04T18:41:50.675Z | + cp target/release/vw-svc /work/release/ |
| 1322 | 2026-08-04T18:41:50.725Z | + cp target/release/vw-analyzer /work/release/ |
| 1323 | 2026-08-04T18:41:50.762Z | process exited: duration 485894 ms, exit code 0 |
| |
| 1324 | 2026-08-04T18:41:50.774Z | found 4 output files |
| 1325 | 2026-08-04T18:41:50.774Z | uploading: /work/release/vw (96886768 bytes) |
| 1326 | 2026-08-04T18:41:52.793Z | uploaded: /work/release/vw |
| 1327 | 2026-08-04T18:41:52.793Z | uploading: /work/release/vw-agent (78815120 bytes) |
| 1328 | 2026-08-04T18:41:54.515Z | uploaded: /work/release/vw-agent |
| 1329 | 2026-08-04T18:41:54.515Z | uploading: /work/release/vw-analyzer (42592240 bytes) |
| 1330 | 2026-08-04T18:41:55.879Z | uploaded: /work/release/vw-analyzer |
| 1331 | 2026-08-04T18:41:55.879Z | uploading: /work/release/vw-svc (55985000 bytes) |
| 1332 | 2026-08-04T18:41:58.338Z | uploaded: /work/release/vw-svc |