|
|
|
| 1 | 2026-08-03T13:26:46.483Z | job assigned to worker 01KZ3WV3K2XF39HYYG2Z5V6KRG [factory aws, i-0b36458879b2d725b] (queued for 43 s) |
| |
| 2 | 2026-08-03T13:26:53.457Z | starting task 0: "setup" |
| 3 | 2026-08-03T13:26:53.462Z | ++ uname -s |
| 4 | 2026-08-03T13:26:53.465Z | + kern=SunOS |
| 5 | 2026-08-03T13:26:53.465Z | + build_user=build |
| 6 | 2026-08-03T13:26:53.465Z | + build_uid=12345 |
| 7 | 2026-08-03T13:26:53.465Z | + work_dir=/work |
| 8 | 2026-08-03T13:26:53.465Z | + input_dir=/input |
| 9 | 2026-08-03T13:26:53.465Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-03T13:26:53.465Z | + case "$kern" in |
| 11 | 2026-08-03T13:26:53.465Z | + groupadd -g 12345 build |
| 12 | 2026-08-03T13:26:53.468Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-03T13:26:55.473Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-03T13:26:55.530Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-03T13:26:55.534Z | + home_fs=zfs |
| 16 | 2026-08-03T13:26:55.534Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-03T13:26:55.534Z | + mkdir -p /home/build |
| 18 | 2026-08-03T13:26:55.534Z | + chown build:build /home/build /work |
| 19 | 2026-08-03T13:26:57.534Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-03T13:26:57.538Z | process exited: duration 4081 ms, exit code 0 |
| |
| 21 | 2026-08-03T13:26:57.545Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-03T13:26:57.549Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-08-03T13:26:57.549Z | * rust toolchain channel = "stable" |
| 24 | 2026-08-03T13:26:57.549Z | * rust toolchain profile = "default" |
| 25 | 2026-08-03T13:26:57.549Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-03T13:26:57.549Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-03T13:26:57.549Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-03T13:26:57.553Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-03T13:26:57.553Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-08-03T13:26:57.632Z | info: downloading installer |
| 31 | 2026-08-03T13:26:59.059Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-03T13:26:59.059Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-03T13:26:59.059Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-03T13:26:59.059Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-03T13:26:59.072Z | info: profile set to default |
| 36 | 2026-08-03T13:26:59.072Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-03T13:26:59.075Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-08-03T13:26:59.221Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-03T13:26:59.224Z | info: downloading 6 components |
| 40 | 2026-08-03T13:27:14.407Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 41 | 2026-08-03T13:27:14.407Z | |
| 42 | 2026-08-03T13:27:14.435Z | stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-03T13:27:14.435Z | |
| 44 | 2026-08-03T13:27:14.440Z | |
| 45 | 2026-08-03T13:27:14.440Z | Rust is installed now. Great! |
| 46 | 2026-08-03T13:27:14.440Z | |
| 47 | 2026-08-03T13:27:14.440Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-03T13:27:14.440Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-03T13:27:14.440Z | |
| 50 | 2026-08-03T13:27:14.440Z | To configure your current shell, you need to source |
| 51 | 2026-08-03T13:27:14.440Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-03T13:27:14.440Z | |
| 53 | 2026-08-03T13:27:14.440Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-03T13:27:14.440Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-03T13:27:14.440Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-03T13:27:14.441Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-03T13:27:14.441Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-03T13:27:14.441Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-03T13:27:14.441Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-03T13:27:14.441Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-03T13:27:14.441Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-03T13:27:14.517Z | + rustup --version |
| 63 | 2026-08-03T13:27:14.526Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-03T13:27:14.530Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-03T13:27:14.547Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-03T13:27:14.551Z | + cargo --version |
| 67 | 2026-08-03T13:27:14.565Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-03T13:27:14.568Z | + rustc --version |
| 69 | 2026-08-03T13:27:14.586Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-03T13:27:14.589Z | process exited: duration 17042 ms, exit code 0 |
| |
| 71 | 2026-08-03T13:27:14.596Z | starting task 2: "authentication" |
| 72 | 2026-08-03T13:27:14.613Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-08-03T13:27:14.620Z | starting task 3: "clone repository" |
| 74 | 2026-08-03T13:27:14.623Z | + mkdir -p /work/oxidecomputer/vw |
| 75 | 2026-08-03T13:27:14.627Z | + git clone https://github.com/oxidecomputer/vw /work/oxidecomputer/vw |
| 76 | 2026-08-03T13:27:14.656Z | Cloning into '/work/oxidecomputer/vw'... |
| 77 | 2026-08-03T13:27:15.265Z | + cd /work/oxidecomputer/vw |
| 78 | 2026-08-03T13:27:15.265Z | + git fetch origin 040c7fad9fe9806c5b4e43dadbaf7e6cc41939fb |
| 79 | 2026-08-03T13:27:16.504Z | From https://github.com/oxidecomputer/vw |
| 80 | 2026-08-03T13:27:16.504Z | * branch 040c7fad9fe9806c5b4e43dadbaf7e6cc41939fb -> FETCH_HEAD |
| 81 | 2026-08-03T13:27:16.511Z | + [[ -n ry/locutus ]] |
| 82 | 2026-08-03T13:27:16.514Z | ++ git branch --show-current |
| 83 | 2026-08-03T13:27:16.514Z | + current=main |
| 84 | 2026-08-03T13:27:16.514Z | + [[ main != ry/locutus ]] |
| 85 | 2026-08-03T13:27:16.515Z | + git branch -f ry/locutus 040c7fad9fe9806c5b4e43dadbaf7e6cc41939fb |
| 86 | 2026-08-03T13:27:16.518Z | + git checkout -f ry/locutus |
| 87 | 2026-08-03T13:27:16.540Z | Switched to branch 'ry/locutus' |
| 88 | 2026-08-03T13:27:16.543Z | + git reset --hard 040c7fad9fe9806c5b4e43dadbaf7e6cc41939fb |
| 89 | 2026-08-03T13:27:16.560Z | HEAD is now at 040c7fa auth fixes for cii tokens |
| 90 | 2026-08-03T13:27:16.563Z | process exited: duration 1940 ms, exit code 0 |
| |
| 91 | 2026-08-03T13:27:16.569Z | starting task 4: "build" |
| 92 | 2026-08-03T13:27:16.573Z | + cargo --version |
| 93 | 2026-08-03T13:27:16.578Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 94 | 2026-08-03T13:27:16.721Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 95 | 2026-08-03T13:27:16.724Z | info: downloading 6 components |
| 96 | 2026-08-03T13:27:31.831Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 97 | 2026-08-03T13:27:31.834Z | + rustc --version |
| 98 | 2026-08-03T13:27:31.859Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 99 | 2026-08-03T13:27:31.862Z | + export PKG_CONFIG_PATH=/opt/ooce/lib/amd64/pkgconfig |
| 100 | 2026-08-03T13:27:31.862Z | + PKG_CONFIG_PATH=/opt/ooce/lib/amd64/pkgconfig |
| 101 | 2026-08-03T13:27:31.862Z | + banner api |
| 102 | 2026-08-03T13:27:31.866Z | |
| 103 | 2026-08-03T13:27:31.866Z | ## ##### # |
| 104 | 2026-08-03T13:27:31.866Z | # # # # # |
| 105 | 2026-08-03T13:27:31.866Z | # # # # # |
| 106 | 2026-08-03T13:27:31.866Z | ###### ##### # |
| 107 | 2026-08-03T13:27:31.866Z | # # # # |
| 108 | 2026-08-03T13:27:31.866Z | # # # # |
| 109 | 2026-08-03T13:27:31.866Z | |
| 110 | 2026-08-03T13:27:31.866Z | + cargo xtask openapi generate |
| 111 | 2026-08-03T13:29:32.529Z | Generating OpenAPI documents from API definitions ... |
| 112 | 2026-08-03T13:29:32.538Z | Loading local OpenAPI documents from "/work/oxidecomputer/vw/openapi" ... |
| 113 | 2026-08-03T13:29:32.543Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 114 | 2026-08-03T13:29:32.551Z | ------- |
| 115 | 2026-08-03T13:29:32.551Z | Updating 3 OpenAPI documents... |
| 116 | 2026-08-03T13:29:32.554Z | Unchanged vw-admin-api (versioned v1.0.0 (added locally)): VW admin API |
| 117 | 2026-08-03T13:29:32.554Z | Unchanged vw-admin-api "latest" symlink |
| 118 | 2026-08-03T13:29:32.554Z | Unchanged vw-sync-api (versioned v1.0.0 (added locally)): VW agent API |
| 119 | 2026-08-03T13:29:32.554Z | Unchanged vw-sync-api "latest" symlink |
| 120 | 2026-08-03T13:29:32.554Z | Unchanged vw-user-api (versioned v1.0.0 (added locally)): VW user API |
| 121 | 2026-08-03T13:29:32.554Z | Unchanged vw-user-api "latest" symlink |
| 122 | 2026-08-03T13:29:32.554Z | Loading local OpenAPI documents from "/work/oxidecomputer/vw/openapi" ... |
| 123 | 2026-08-03T13:29:32.558Z | Rechecking all local files |
| 124 | 2026-08-03T13:29:32.558Z | ------- |
| 125 | 2026-08-03T13:29:32.558Z | Success 3 documents: 0 changes made, 3 unchanged, 0 failed |
| 126 | 2026-08-03T13:29:32.561Z | + banner check |
| 127 | 2026-08-03T13:29:32.561Z | |
| 128 | 2026-08-03T13:29:32.561Z | #### # # ###### #### # # |
| 129 | 2026-08-03T13:29:32.561Z | # # # # # # # # # |
| 130 | 2026-08-03T13:29:32.561Z | # ###### ##### # #### |
| 131 | 2026-08-03T13:29:32.561Z | # # # # # # # |
| 132 | 2026-08-03T13:29:32.561Z | # # # # # # # # # |
| 133 | 2026-08-03T13:29:32.561Z | #### # # ###### #### # # |
| 134 | 2026-08-03T13:29:32.561Z | |
| 135 | 2026-08-03T13:29:32.561Z | + cargo fmt -- --check |
| 136 | 2026-08-03T13:29:33.039Z | + cargo clippy --all-targets -- --deny warnings |
| 137 | 2026-08-03T13:29:33.252Z | Downloading crates ... |
| 138 | 2026-08-03T13:29:33.309Z | Downloaded base16ct v0.2.0 |
| 139 | 2026-08-03T13:29:33.312Z | Downloaded aws-region v0.28.1 |
| 140 | 2026-08-03T13:29:33.315Z | Downloaded byteorder-lite v0.1.0 |
| 141 | 2026-08-03T13:29:33.315Z | Downloaded arrayref v0.3.9 |
| 142 | 2026-08-03T13:29:33.319Z | Downloaded const-random v0.1.18 |
| 143 | 2026-08-03T13:29:33.319Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 144 | 2026-08-03T13:29:33.322Z | Downloaded dirs v5.0.1 |
| 145 | 2026-08-03T13:29:33.322Z | Downloaded nucleo-matcher v0.3.1 |
| 146 | 2026-08-03T13:29:33.325Z | Downloaded dlib v0.5.3 |
| 147 | 2026-08-03T13:29:33.325Z | Downloaded num-iter v0.1.46 |
| 148 | 2026-08-03T13:29:33.325Z | Downloaded ed25519 v2.2.3 |
| 149 | 2026-08-03T13:29:33.328Z | Downloaded bitflags v1.3.2 |
| 150 | 2026-08-03T13:29:33.331Z | Downloaded darling_macro v0.23.0 |
| 151 | 2026-08-03T13:29:33.331Z | Downloaded shell-words v1.1.1 |
| 152 | 2026-08-03T13:29:33.331Z | Downloaded color_quant v1.1.0 |
| 153 | 2026-08-03T13:29:33.334Z | Downloaded defmt-parser v1.0.0 |
| 154 | 2026-08-03T13:29:33.334Z | Downloaded enum-map-derive v0.17.0 |
| 155 | 2026-08-03T13:29:33.334Z | Downloaded ssh-cipher v0.2.0 |
| 156 | 2026-08-03T13:29:33.337Z | Downloaded crunchy v0.2.4 |
| 157 | 2026-08-03T13:29:33.337Z | Downloaded quick-xml v0.37.5 |
| 158 | 2026-08-03T13:29:33.340Z | Downloaded cfg_aliases v0.1.1 |
| 159 | 2026-08-03T13:29:33.343Z | Downloaded serial2 v0.2.37 |
| 160 | 2026-08-03T13:29:33.343Z | Downloaded const-random-macro v0.1.16 |
| 161 | 2026-08-03T13:29:33.346Z | Downloaded dirs-sys v0.4.1 |
| 162 | 2026-08-03T13:29:33.346Z | Downloaded dlv-list v0.5.2 |
| 163 | 2026-08-03T13:29:33.349Z | Downloaded rand_chacha v0.3.1 |
| 164 | 2026-08-03T13:29:33.353Z | Downloaded rfc6979 v0.4.0 |
| 165 | 2026-08-03T13:29:33.353Z | Downloaded env_filter v2.0.0 |
| 166 | 2026-08-03T13:29:33.353Z | Downloaded gethostname v1.1.0 |
| 167 | 2026-08-03T13:29:33.353Z | Downloaded home v0.5.12 |
| 168 | 2026-08-03T13:29:33.357Z | Downloaded pathfinder_geometry v0.5.1 |
| 169 | 2026-08-03T13:29:33.357Z | Downloaded downcast-rs v1.2.1 |
| 170 | 2026-08-03T13:29:33.361Z | Downloaded md5 v0.8.1 |
| 171 | 2026-08-03T13:29:33.364Z | Downloaded plotters-backend v0.3.7 |
| 172 | 2026-08-03T13:29:33.367Z | Downloaded quick-error v2.0.1 |
| 173 | 2026-08-03T13:29:33.367Z | Downloaded rustc_version v0.4.1 |
| 174 | 2026-08-03T13:29:33.367Z | Downloaded filedescriptor v0.8.3 |
| 175 | 2026-08-03T13:29:33.367Z | Downloaded ordered-multimap v0.7.3 |
| 176 | 2026-08-03T13:29:33.371Z | Downloaded rust-ini v0.21.3 |
| 177 | 2026-08-03T13:29:33.371Z | Downloaded aws-creds v0.39.1 |
| 178 | 2026-08-03T13:29:33.374Z | Downloaded matchers v0.2.0 |
| 179 | 2026-08-03T13:29:33.377Z | Downloaded plotters-svg v0.3.7 |
| 180 | 2026-08-03T13:29:33.377Z | Downloaded lru v0.12.5 |
| 181 | 2026-08-03T13:29:33.379Z | Downloaded float-ord v0.3.2 |
| 182 | 2026-08-03T13:29:33.380Z | Downloaded ident_case v1.0.1 |
| 183 | 2026-08-03T13:29:33.380Z | Downloaded instability v0.3.12 |
| 184 | 2026-08-03T13:29:33.383Z | Downloaded strum v0.26.3 |
| 185 | 2026-08-03T13:29:33.386Z | Downloaded inout v0.1.4 |
| 186 | 2026-08-03T13:29:33.386Z | Downloaded base64ct v1.8.3 |
| 187 | 2026-08-03T13:29:33.389Z | Downloaded darling v0.23.0 |
| 188 | 2026-08-03T13:29:33.392Z | Downloaded byteorder v1.5.0 |
| 189 | 2026-08-03T13:29:33.392Z | Downloaded nu-ansi-term v0.50.3 |
| 190 | 2026-08-03T13:29:33.392Z | Downloaded netrc v0.4.1 |
| 191 | 2026-08-03T13:29:33.395Z | Downloaded yeslogic-fontconfig-sys v6.0.0 |
| 192 | 2026-08-03T13:29:33.398Z | Downloaded plotters-bitmap v0.3.7 |
| 193 | 2026-08-03T13:29:33.402Z | Downloaded ssh-encoding v0.2.0 |
| 194 | 2026-08-03T13:29:33.402Z | Downloaded serde_repr v0.1.20 |
| 195 | 2026-08-03T13:29:33.405Z | Downloaded auto_impl v1.3.0 |
| 196 | 2026-08-03T13:29:33.408Z | Downloaded notify v6.1.1 |
| 197 | 2026-08-03T13:29:33.411Z | Downloaded rustc-demangle v0.1.28 |
| 198 | 2026-08-03T13:29:33.411Z | Downloaded pinned_vec v0.1.1 |
| 199 | 2026-08-03T13:29:33.411Z | Downloaded serde_spanned v0.6.9 |
| 200 | 2026-08-03T13:29:33.411Z | Downloaded number_prefix v0.4.0 |
| 201 | 2026-08-03T13:29:33.414Z | Downloaded signal-hook-mio v0.2.5 |
| 202 | 2026-08-03T13:29:33.414Z | Downloaded castaway v0.2.4 |
| 203 | 2026-08-03T13:29:33.414Z | Downloaded tower-lsp-macros v0.9.0 |
| 204 | 2026-08-03T13:29:33.417Z | Downloaded openssl-probe v0.1.6 |
| 205 | 2026-08-03T13:29:33.417Z | Downloaded same-file v1.0.6 |
| 206 | 2026-08-03T13:29:33.417Z | Downloaded cassowary v0.3.0 |
| 207 | 2026-08-03T13:29:33.422Z | Downloaded cipher v0.4.4 |
| 208 | 2026-08-03T13:29:33.422Z | Downloaded defmt-macros v1.1.1 |
| 209 | 2026-08-03T13:29:33.422Z | Downloaded colored v2.2.0 |
| 210 | 2026-08-03T13:29:33.426Z | Downloaded foldhash v0.1.5 |
| 211 | 2026-08-03T13:29:33.426Z | Downloaded lsp-server v0.7.9 |
| 212 | 2026-08-03T13:29:33.426Z | Downloaded utf-8 v0.7.6 |
| 213 | 2026-08-03T13:29:33.426Z | Downloaded enum-map v2.7.3 |
| 214 | 2026-08-03T13:29:33.426Z | Downloaded fax v0.2.7 |
| 215 | 2026-08-03T13:29:33.429Z | Downloaded daft-derive v0.1.8 |
| 216 | 2026-08-03T13:29:33.429Z | Downloaded env_logger v0.11.11 |
| 217 | 2026-08-03T13:29:33.432Z | Downloaded group v0.13.0 |
| 218 | 2026-08-03T13:29:33.432Z | Downloaded unicode-truncate v1.1.0 |
| 219 | 2026-08-03T13:29:33.432Z | Downloaded sha1 v0.10.7 |
| 220 | 2026-08-03T13:29:33.435Z | Downloaded dashmap v5.5.3 |
| 221 | 2026-08-03T13:29:33.435Z | Downloaded ecdsa v0.16.9 |
| 222 | 2026-08-03T13:29:33.435Z | Downloaded fdeflate v0.3.7 |
| 223 | 2026-08-03T13:29:33.438Z | Downloaded toml_datetime v0.6.11 |
| 224 | 2026-08-03T13:29:33.438Z | Downloaded rand_core v0.6.4 |
| 225 | 2026-08-03T13:29:33.438Z | Downloaded constant_time_eq v0.4.2 |
| 226 | 2026-08-03T13:29:33.441Z | Downloaded pkcs8 v0.10.2 |
| 227 | 2026-08-03T13:29:33.441Z | Downloaded globset v0.4.19 |
| 228 | 2026-08-03T13:29:33.441Z | Downloaded ff v0.13.1 |
| 229 | 2026-08-03T13:29:33.441Z | Downloaded fixedbitset v0.5.7 |
| 230 | 2026-08-03T13:29:33.444Z | Downloaded progenitor-macro v0.14.0 |
| 231 | 2026-08-03T13:29:33.444Z | Downloaded console v0.15.11 |
| 232 | 2026-08-03T13:29:33.447Z | Downloaded defmt v1.1.1 |
| 233 | 2026-08-03T13:29:33.454Z | Downloaded libloading v0.8.9 |
| 234 | 2026-08-03T13:29:33.454Z | Downloaded strum v0.28.0 |
| 235 | 2026-08-03T13:29:33.454Z | Downloaded typify-macro v0.6.2 |
| 236 | 2026-08-03T13:29:33.454Z | Downloaded maybe-async v0.2.11 |
| 237 | 2026-08-03T13:29:33.454Z | Downloaded fuzzy-matcher v0.3.7 |
| 238 | 2026-08-03T13:29:33.454Z | Downloaded tracing-log v0.2.0 |
| 239 | 2026-08-03T13:29:33.454Z | Downloaded arrayvec v0.7.8 |
| 240 | 2026-08-03T13:29:33.462Z | Downloaded const-oid v0.9.6 |
| 241 | 2026-08-03T13:29:33.465Z | Downloaded zune-core v0.5.1 |
| 242 | 2026-08-03T13:29:33.465Z | Downloaded progenitor v0.14.0 |
| 243 | 2026-08-03T13:29:33.465Z | Downloaded pkcs1 v0.7.5 |
| 244 | 2026-08-03T13:29:33.468Z | Downloaded pathfinder_simd v0.5.5 |
| 245 | 2026-08-03T13:29:33.468Z | Downloaded arboard v3.6.1 |
| 246 | 2026-08-03T13:29:33.468Z | Downloaded bytemuck v1.25.0 |
| 247 | 2026-08-03T13:29:33.470Z | Downloaded glob v0.3.3 |
| 248 | 2026-08-03T13:29:33.470Z | Downloaded pem-rfc7468 v0.7.0 |
| 249 | 2026-08-03T13:29:33.476Z | Downloaded pin-project-internal v1.1.13 |
| 250 | 2026-08-03T13:29:33.476Z | Downloaded spki v0.7.3 |
| 251 | 2026-08-03T13:29:33.476Z | Downloaded hmac v0.12.1 |
| 252 | 2026-08-03T13:29:33.476Z | Downloaded num-bigint-dig v0.8.6 |
| 253 | 2026-08-03T13:29:33.479Z | Downloaded signature v2.2.0 |
| 254 | 2026-08-03T13:29:33.479Z | Downloaded filetime v0.2.29 |
| 255 | 2026-08-03T13:29:33.479Z | Downloaded portable-pty v0.9.0 |
| 256 | 2026-08-03T13:29:33.482Z | Downloaded strum_macros v0.26.4 |
| 257 | 2026-08-03T13:29:33.482Z | Downloaded indoc v2.0.7 |
| 258 | 2026-08-03T13:29:33.485Z | Downloaded tokio-tungstenite v0.21.0 |
| 259 | 2026-08-03T13:29:33.488Z | Downloaded walkdir v2.5.0 |
| 260 | 2026-08-03T13:29:33.488Z | Downloaded sec1 v0.7.3 |
| 261 | 2026-08-03T13:29:33.491Z | Downloaded subst v0.3.8 |
| 262 | 2026-08-03T13:29:33.493Z | Downloaded tiny-keccak v2.0.2 |
| 263 | 2026-08-03T13:29:33.496Z | Downloaded primeorder v0.13.6 |
| 264 | 2026-08-03T13:29:33.499Z | Downloaded elliptic-curve v0.13.8 |
| 265 | 2026-08-03T13:29:33.511Z | Downloaded pin-project v1.1.13 |
| 266 | 2026-08-03T13:29:33.517Z | Downloaded tui-textarea v0.7.0 |
| 267 | 2026-08-03T13:29:33.521Z | Downloaded toml_write v0.1.2 |
| 268 | 2026-08-03T13:29:33.523Z | Downloaded darling_core v0.23.0 |
| 269 | 2026-08-03T13:29:33.526Z | Downloaded static_assertions v1.1.0 |
| 270 | 2026-08-03T13:29:33.526Z | Downloaded weezl v0.1.12 |
| 271 | 2026-08-03T13:29:33.533Z | Downloaded cpp_demangle v0.4.5 |
| 272 | 2026-08-03T13:29:33.536Z | Downloaded ignore v0.4.31 |
| 273 | 2026-08-03T13:29:33.539Z | Downloaded half v2.7.1 |
| 274 | 2026-08-03T13:29:33.542Z | Downloaded lsp-types v0.94.1 |
| 275 | 2026-08-03T13:29:33.545Z | Downloaded strum_macros v0.28.0 |
| 276 | 2026-08-03T13:29:33.545Z | Downloaded toml v0.8.23 |
| 277 | 2026-08-03T13:29:33.548Z | Downloaded indicatif v0.17.11 |
| 278 | 2026-08-03T13:29:33.548Z | Downloaded tokio-stream v0.1.19 |
| 279 | 2026-08-03T13:29:33.551Z | Downloaded der v0.7.10 |
| 280 | 2026-08-03T13:29:33.554Z | Downloaded p256 v0.13.2 |
| 281 | 2026-08-03T13:29:33.557Z | Downloaded unsafe-libyaml v0.2.11 |
| 282 | 2026-08-03T13:29:33.557Z | Downloaded font-kit v0.14.3 |
| 283 | 2026-08-03T13:29:33.561Z | Downloaded progenitor-impl v0.14.0 |
| 284 | 2026-08-03T13:29:33.564Z | Downloaded openssl-sys v0.9.112 |
| 285 | 2026-08-03T13:29:33.567Z | Downloaded serde_yaml v0.9.34+deprecated |
| 286 | 2026-08-03T13:29:33.570Z | Downloaded crypto-bigint v0.5.5 |
| 287 | 2026-08-03T13:29:33.573Z | Downloaded tungstenite v0.21.0 |
| 288 | 2026-08-03T13:29:33.577Z | Downloaded compact_str v0.8.2 |
| 289 | 2026-08-03T13:29:33.584Z | Downloaded ed25519-dalek v2.2.0 |
| 290 | 2026-08-03T13:29:33.587Z | Downloaded zune-jpeg v0.5.15 |
| 291 | 2026-08-03T13:29:33.590Z | Downloaded typify v0.6.2 |
| 292 | 2026-08-03T13:29:33.593Z | Downloaded prettyplease v0.2.37 |
| 293 | 2026-08-03T13:29:33.596Z | Downloaded sharded-slab v0.1.7 |
| 294 | 2026-08-03T13:29:33.599Z | Downloaded signal-hook v0.3.18 |
| 295 | 2026-08-03T13:29:33.602Z | Downloaded rand v0.8.7 |
| 296 | 2026-08-03T13:29:33.605Z | Downloaded tower-lsp v0.20.0 |
| 297 | 2026-08-03T13:29:33.619Z | Downloaded toml_edit v0.22.27 |
| 298 | 2026-08-03T13:29:33.627Z | Downloaded rsa v0.9.10 |
| 299 | 2026-08-03T13:29:33.630Z | Downloaded crossterm v0.28.1 |
| 300 | 2026-08-03T13:29:33.639Z | Downloaded rust-s3 v0.37.2 |
| 301 | 2026-08-03T13:29:33.642Z | Downloaded tiff v0.11.3 |
| 302 | 2026-08-03T13:29:33.646Z | Downloaded itertools v0.13.0 |
| 303 | 2026-08-03T13:29:33.651Z | Downloaded zerocopy-derive v0.8.52 |
| 304 | 2026-08-03T13:29:33.656Z | Downloaded hashbrown v0.15.5 |
| 305 | 2026-08-03T13:29:33.659Z | Downloaded png v0.17.16 |
| 306 | 2026-08-03T13:29:33.662Z | Downloaded tower v0.4.13 |
| 307 | 2026-08-03T13:29:33.667Z | Downloaded ssh-key v0.6.7 |
| 308 | 2026-08-03T13:29:33.671Z | Downloaded unicode-segmentation v1.13.3 |
| 309 | 2026-08-03T13:29:33.674Z | Downloaded hashbrown v0.14.5 |
| 310 | 2026-08-03T13:29:33.677Z | Downloaded libm v0.2.16 |
| 311 | 2026-08-03T13:29:33.682Z | Downloaded plotters v0.3.7 |
| 312 | 2026-08-03T13:29:33.687Z | Downloaded png v0.18.1 |
| 313 | 2026-08-03T13:29:33.690Z | Downloaded p521 v0.13.3 |
| 314 | 2026-08-03T13:29:33.701Z | Downloaded reqwest v0.12.28 |
| 315 | 2026-08-03T13:29:33.705Z | Downloaded winnow v0.6.26 |
| 316 | 2026-08-03T13:29:33.710Z | Downloaded itertools v0.14.0 |
| 317 | 2026-08-03T13:29:33.714Z | Downloaded ttf-parser v0.20.0 |
| 318 | 2026-08-03T13:29:33.719Z | Downloaded redb v4.1.0 |
| 319 | 2026-08-03T13:29:33.723Z | Downloaded blake3 v1.8.5 |
| 320 | 2026-08-03T13:29:33.728Z | Downloaded moxcms v0.8.1 |
| 321 | 2026-08-03T13:29:33.734Z | Downloaded winnow v0.7.15 |
| 322 | 2026-08-03T13:29:33.740Z | Downloaded portable-atomic v1.13.1 |
| 323 | 2026-08-03T13:29:33.745Z | Downloaded p384 v0.13.1 |
| 324 | 2026-08-03T13:29:33.748Z | Downloaded sysinfo v0.37.2 |
| 325 | 2026-08-03T13:29:33.753Z | Downloaded tracing-subscriber v0.3.23 |
| 326 | 2026-08-03T13:29:33.758Z | Downloaded quick-xml v0.38.4 |
| 327 | 2026-08-03T13:29:33.762Z | Downloaded x11rb v0.13.2 |
| 328 | 2026-08-03T13:29:33.767Z | Downloaded git2 v0.18.3 |
| 329 | 2026-08-03T13:29:33.772Z | Downloaded vcpkg v0.2.15 |
| 330 | 2026-08-03T13:29:33.797Z | Downloaded nix v0.28.0 |
| 331 | 2026-08-03T13:29:33.803Z | Downloaded unicode-width v0.1.14 |
| 332 | 2026-08-03T13:29:33.807Z | Downloaded curve25519-dalek v4.1.3 |
| 333 | 2026-08-03T13:29:33.814Z | Downloaded typify-impl v0.6.2 |
| 334 | 2026-08-03T13:29:33.824Z | Downloaded image v0.25.10 |
| 335 | 2026-08-03T13:29:33.828Z | Downloaded ratatui v0.29.0 |
| 336 | 2026-08-03T13:29:33.854Z | Downloaded petgraph v0.8.3 |
| 337 | 2026-08-03T13:29:33.867Z | Downloaded pxfm v0.1.29 |
| 338 | 2026-08-03T13:29:33.948Z | Downloaded x11rb-protocol v0.13.2 |
| 339 | 2026-08-03T13:29:33.958Z | Downloaded libssh2-sys v0.3.1 |
| 340 | 2026-08-03T13:29:34.002Z | Downloaded gif v0.12.0 |
| 341 | 2026-08-03T13:29:34.034Z | Downloaded jpeg-decoder v0.3.2 |
| 342 | 2026-08-03T13:29:34.038Z | Downloaded jiff v0.2.32 |
| 343 | 2026-08-03T13:29:34.072Z | Downloaded libz-sys v1.1.25 |
| 344 | 2026-08-03T13:29:34.247Z | Downloaded libgit2-sys v0.16.2+1.7.2 |
| 345 | 2026-08-03T13:29:34.533Z | Downloaded freetype-sys v0.20.1 |
| 346 | 2026-08-03T13:29:34.898Z | Downloaded image v0.24.9 |
| 347 | 2026-08-03T13:29:35.064Z | Compiling proc-macro2 v1.0.106 |
| 348 | 2026-08-03T13:29:35.064Z | Checking cfg-if v1.0.4 |
| 349 | 2026-08-03T13:29:35.068Z | Checking memchr v2.8.0 |
| 350 | 2026-08-03T13:29:35.068Z | Compiling quote v1.0.45 |
| 351 | 2026-08-03T13:29:35.156Z | Checking libc v0.2.183 |
| 352 | 2026-08-03T13:29:35.156Z | Checking serde_core v1.0.228 |
| 353 | 2026-08-03T13:29:35.166Z | Checking log v0.4.29 |
| 354 | 2026-08-03T13:29:35.172Z | Checking smallvec v1.15.1 |
| 355 | 2026-08-03T13:29:35.180Z | Checking itoa v1.0.18 |
| 356 | 2026-08-03T13:29:35.195Z | Checking allocator-api2 v0.2.21 |
| 357 | 2026-08-03T13:29:35.305Z | Checking equivalent v1.0.2 |
| 358 | 2026-08-03T13:29:35.314Z | Checking pin-project-lite v0.2.17 |
| 359 | 2026-08-03T13:29:35.336Z | Checking scopeguard v1.2.0 |
| 360 | 2026-08-03T13:29:35.371Z | Checking once_cell v1.21.4 |
| 361 | 2026-08-03T13:29:35.391Z | Checking bitflags v2.11.0 |
| 362 | 2026-08-03T13:29:35.427Z | Checking lock_api v0.4.14 |
| 363 | 2026-08-03T13:29:35.462Z | Checking hashbrown v0.17.1 |
| 364 | 2026-08-03T13:29:35.506Z | Checking bytes v1.11.1 |
| 365 | 2026-08-03T13:29:35.530Z | Checking stable_deref_trait v1.2.1 |
| 366 | 2026-08-03T13:29:35.539Z | Checking zmij v1.0.21 |
| 367 | 2026-08-03T13:29:35.556Z | Checking errno v0.3.14 |
| 368 | 2026-08-03T13:29:35.592Z | Checking parking_lot_core v0.9.12 |
| 369 | 2026-08-03T13:29:35.619Z | Checking mio v1.2.2 |
| 370 | 2026-08-03T13:29:35.661Z | Checking signal-hook-registry v1.4.8 |
| 371 | 2026-08-03T13:29:35.735Z | Checking socket2 v0.6.3 |
| 372 | 2026-08-03T13:29:35.814Z | Checking parking_lot v0.12.5 |
| 373 | 2026-08-03T13:29:35.891Z | Checking futures-core v0.3.32 |
| 374 | 2026-08-03T13:29:35.903Z | Checking percent-encoding v2.3.2 |
| 375 | 2026-08-03T13:29:35.920Z | Checking writeable v0.6.2 |
| 376 | 2026-08-03T13:29:35.937Z | Compiling syn v2.0.117 |
| 377 | 2026-08-03T13:29:35.969Z | Compiling syn v3.0.3 |
| 378 | 2026-08-03T13:29:35.993Z | Checking litemap v0.8.1 |
| 379 | 2026-08-03T13:29:36.003Z | Checking icu_normalizer_data v2.1.1 |
| 380 | 2026-08-03T13:29:36.003Z | Checking icu_properties_data v2.1.2 |
| 381 | 2026-08-03T13:29:36.029Z | Checking form_urlencoded v1.2.2 |
| 382 | 2026-08-03T13:29:36.066Z | Compiling num-traits v0.2.19 |
| 383 | 2026-08-03T13:29:36.074Z | Checking getrandom v0.4.2 |
| 384 | 2026-08-03T13:29:36.118Z | Checking futures-sink v0.3.32 |
| 385 | 2026-08-03T13:29:36.145Z | Checking fnv v1.0.7 |
| 386 | 2026-08-03T13:29:36.154Z | Checking utf8_iter v1.0.4 |
| 387 | 2026-08-03T13:29:36.190Z | Compiling semver v1.0.28 |
| 388 | 2026-08-03T13:29:36.209Z | Checking slab v0.4.12 |
| 389 | 2026-08-03T13:29:36.229Z | Checking futures-channel v0.3.32 |
| 390 | 2026-08-03T13:29:36.268Z | Checking aho-corasick v1.1.4 |
| 391 | 2026-08-03T13:29:36.360Z | Checking futures-io v0.3.32 |
| 392 | 2026-08-03T13:29:36.417Z | Checking regex-syntax v0.8.10 |
| 393 | 2026-08-03T13:29:36.466Z | Checking futures-task v0.3.32 |
| 394 | 2026-08-03T13:29:36.478Z | Checking utf8parse v0.2.2 |
| 395 | 2026-08-03T13:29:36.568Z | Checking anstyle-parse v1.0.0 |
| 396 | 2026-08-03T13:29:36.593Z | Checking tracing-core v0.1.36 |
| 397 | 2026-08-03T13:29:36.703Z | Checking anstyle v1.0.14 |
| 398 | 2026-08-03T13:29:36.713Z | Checking indexmap v2.14.0 |
| 399 | 2026-08-03T13:29:36.867Z | Checking serde_json v1.0.151 |
| 400 | 2026-08-03T13:29:36.877Z | Checking is_terminal_polyfill v1.70.2 |
| 401 | 2026-08-03T13:29:36.951Z | Checking option-ext v0.2.0 |
| 402 | 2026-08-03T13:29:36.960Z | Checking anstyle-query v1.1.5 |
| 403 | 2026-08-03T13:29:36.964Z | Checking colorchoice v1.0.5 |
| 404 | 2026-08-03T13:29:37.029Z | Checking camino v1.2.2 |
| 405 | 2026-08-03T13:29:37.039Z | Checking iana-time-zone v0.1.65 |
| 406 | 2026-08-03T13:29:37.052Z | Checking anstream v1.0.0 |
| 407 | 2026-08-03T13:29:37.132Z | Checking crossbeam-utils v0.8.21 |
| 408 | 2026-08-03T13:29:37.235Z | Checking clap_lex v1.1.0 |
| 409 | 2026-08-03T13:29:37.255Z | Checking subtle v2.6.1 |
| 410 | 2026-08-03T13:29:37.258Z | Checking strsim v0.11.1 |
| 411 | 2026-08-03T13:29:37.371Z | Checking dirs-sys v0.5.0 |
| 412 | 2026-08-03T13:29:37.381Z | Checking httparse v1.10.1 |
| 413 | 2026-08-03T13:29:37.405Z | Checking clap_builder v4.6.0 |
| 414 | 2026-08-03T13:29:37.454Z | Checking http v1.5.0 |
| 415 | 2026-08-03T13:29:37.462Z | Compiling rustix v1.1.4 |
| 416 | 2026-08-03T13:29:37.474Z | Checking dirs v6.0.0 |
| 417 | 2026-08-03T13:29:37.553Z | Checking zeroize v1.9.0 |
| 418 | 2026-08-03T13:29:37.574Z | Checking simd-adler32 v0.3.9 |
| 419 | 2026-08-03T13:29:37.690Z | Checking typenum v1.20.1 |
| 420 | 2026-08-03T13:29:37.699Z | Checking regex-automata v0.4.14 |
| 421 | 2026-08-03T13:29:37.708Z | Checking tower-layer v0.3.3 |
| 422 | 2026-08-03T13:29:37.842Z | Checking tower-service v0.3.3 |
| 423 | 2026-08-03T13:29:37.921Z | Checking adler2 v2.0.1 |
| 424 | 2026-08-03T13:29:38.005Z | Checking crc32fast v1.5.0 |
| 425 | 2026-08-03T13:29:38.015Z | Checking miniz_oxide v0.8.9 |
| 426 | 2026-08-03T13:29:38.129Z | Checking crossbeam-epoch v0.9.18 |
| 427 | 2026-08-03T13:29:38.340Z | Checking crossbeam-deque v0.8.6 |
| 428 | 2026-08-03T13:29:38.352Z | Checking flate2 v1.1.9 |
| 429 | 2026-08-03T13:29:38.406Z | Checking rustls-pki-types v1.15.1 |
| 430 | 2026-08-03T13:29:38.506Z | Checking base64 v0.22.1 |
| 431 | 2026-08-03T13:29:38.619Z | Checking fastrand v2.3.0 |
| 432 | 2026-08-03T13:29:38.628Z | Checking untrusted v0.9.0 |
| 433 | 2026-08-03T13:29:38.675Z | Compiling synstructure v0.13.2 |
| 434 | 2026-08-03T13:29:38.723Z | Compiling serde_derive_internals v0.29.1 |
| 435 | 2026-08-03T13:29:38.732Z | Checking either v1.15.0 |
| 436 | 2026-08-03T13:29:38.789Z | Checking ryu v1.0.23 |
| 437 | 2026-08-03T13:29:38.904Z | Checking http-body v1.1.0 |
| 438 | 2026-08-03T13:29:38.915Z | Checking atomic-waker v1.1.2 |
| 439 | 2026-08-03T13:29:39.003Z | Checking aws-lc-sys v0.43.0 |
| 440 | 2026-08-03T13:29:39.012Z | Compiling tokio-macros v2.7.2 |
| 441 | 2026-08-03T13:29:39.022Z | Checking try-lock v0.2.5 |
| 442 | 2026-08-03T13:29:39.138Z | Checking want v0.3.1 |
| 443 | 2026-08-03T13:29:39.163Z | Checking zerocopy v0.8.52 |
| 444 | 2026-08-03T13:29:39.241Z | Checking tempfile v3.27.0 |
| 445 | 2026-08-03T13:29:39.251Z | Checking httpdate v1.0.3 |
| 446 | 2026-08-03T13:29:39.390Z | Checking unicode-ident v1.0.24 |
| 447 | 2026-08-03T13:29:39.430Z | Checking rayon-core v1.13.0 |
| 448 | 2026-08-03T13:29:39.479Z | Checking ipnet v2.12.0 |
| 449 | 2026-08-03T13:29:39.489Z | Checking aws-lc-rs v1.17.3 |
| 450 | 2026-08-03T13:29:39.561Z | Checking regex v1.12.3 |
| 451 | 2026-08-03T13:29:39.698Z | Checking generic-array v0.14.7 |
| 452 | 2026-08-03T13:29:39.760Z | Checking tokio v1.53.1 |
| 453 | 2026-08-03T13:29:39.769Z | Checking rayon v1.11.0 |
| 454 | 2026-08-03T13:29:39.846Z | Checking winnow v0.7.15 |
| 455 | 2026-08-03T13:29:39.887Z | Compiling serde_derive v1.0.228 |
| 456 | 2026-08-03T13:29:39.953Z | Compiling zerofrom-derive v0.1.6 |
| 457 | 2026-08-03T13:29:40.133Z | Compiling yoke-derive v0.8.1 |
| 458 | 2026-08-03T13:29:40.327Z | Compiling zerovec-derive v0.11.2 |
| 459 | 2026-08-03T13:29:41.012Z | Compiling displaydoc v0.2.5 |
| 460 | 2026-08-03T13:29:41.128Z | Checking zerofrom v0.1.6 |
| 461 | 2026-08-03T13:29:41.137Z | Compiling futures-macro v0.3.32 |
| 462 | 2026-08-03T13:29:41.196Z | Compiling tracing-attributes v0.1.31 |
| 463 | 2026-08-03T13:29:41.233Z | Checking yoke v0.8.1 |
| 464 | 2026-08-03T13:29:41.369Z | Compiling clap_derive v4.6.0 |
| 465 | 2026-08-03T13:29:41.394Z | Checking zerovec v0.11.5 |
| 466 | 2026-08-03T13:29:41.729Z | Checking zerotrie v0.2.3 |
| 467 | 2026-08-03T13:29:41.772Z | Compiling thiserror-impl v2.0.18 |
| 468 | 2026-08-03T13:29:41.815Z | Checking tinystr v0.8.2 |
| 469 | 2026-08-03T13:29:41.930Z | Checking potential_utf v0.1.4 |
| 470 | 2026-08-03T13:29:41.961Z | Checking futures-util v0.3.32 |
| 471 | 2026-08-03T13:29:41.986Z | Checking icu_locale_core v2.1.1 |
| 472 | 2026-08-03T13:29:42.049Z | Checking icu_collections v2.1.1 |
| 473 | 2026-08-03T13:29:42.341Z | Compiling thiserror-impl v1.0.69 |
| 474 | 2026-08-03T13:29:42.391Z | Checking tracing v0.1.44 |
| 475 | 2026-08-03T13:29:42.504Z | Checking serde v1.0.228 |
| 476 | 2026-08-03T13:29:42.515Z | Checking icu_provider v2.1.1 |
| 477 | 2026-08-03T13:29:42.571Z | Compiling schemars_derive v0.8.22 |
| 478 | 2026-08-03T13:29:42.736Z | Checking icu_properties v2.1.2 |
| 479 | 2026-08-03T13:29:42.801Z | Checking icu_normalizer v2.1.1 |
| 480 | 2026-08-03T13:29:42.894Z | Checking chrono v0.4.45 |
| 481 | 2026-08-03T13:29:42.959Z | Checking tokio-util v0.7.18 |
| 482 | 2026-08-03T13:29:43.016Z | Checking clap v4.6.0 |
| 483 | 2026-08-03T13:29:43.085Z | Checking thiserror v2.0.18 |
| 484 | 2026-08-03T13:29:43.106Z | Checking ppv-lite86 v0.2.21 |
| 485 | 2026-08-03T13:29:43.176Z | Checking rustls-webpki v0.103.13 |
| 486 | 2026-08-03T13:29:43.362Z | Checking h2 v0.4.15 |
| 487 | 2026-08-03T13:29:43.382Z | Checking toml_datetime v0.6.11 |
| 488 | 2026-08-03T13:29:43.461Z | Checking thiserror v1.0.69 |
| 489 | 2026-08-03T13:29:43.544Z | Checking serde_spanned v0.6.9 |
| 490 | 2026-08-03T13:29:43.547Z | Checking idna_adapter v1.2.1 |
| 491 | 2026-08-03T13:29:43.547Z | Checking toml_write v0.1.2 |
| 492 | 2026-08-03T13:29:43.568Z | Checking rustls v0.23.43 |
| 493 | 2026-08-03T13:29:43.659Z | Checking idna v1.1.0 |
| 494 | 2026-08-03T13:29:43.663Z | Checking serde_urlencoded v0.7.1 |
| 495 | 2026-08-03T13:29:43.709Z | Checking toml_edit v0.22.27 |
| 496 | 2026-08-03T13:29:43.726Z | Checking http-body-util v0.1.4 |
| 497 | 2026-08-03T13:29:43.757Z | Checking uuid v1.24.0 |
| 498 | 2026-08-03T13:29:43.855Z | Checking sync_wrapper v1.0.2 |
| 499 | 2026-08-03T13:29:43.868Z | Checking futures-executor v0.3.32 |
| 500 | 2026-08-03T13:29:43.890Z | Checking url v2.5.8 |
| 501 | 2026-08-03T13:29:43.945Z | Checking dyn-clone v1.0.20 |
| 502 | 2026-08-03T13:29:43.948Z | Checking foldhash v0.2.0 |
| 503 | 2026-08-03T13:29:44.006Z | Checking futures v0.3.32 |
| 504 | 2026-08-03T13:29:44.035Z | Checking tower v0.5.3 |
| 505 | 2026-08-03T13:29:44.043Z | Checking schemars v0.8.22 |
| 506 | 2026-08-03T13:29:44.143Z | Compiling async-trait v0.1.89 |
| 507 | 2026-08-03T13:29:44.369Z | Compiling rustc_version v0.4.1 |
| 508 | 2026-08-03T13:29:44.413Z | Checking encoding_rs v0.8.35 |
| 509 | 2026-08-03T13:29:44.587Z | Checking mime v0.3.17 |
| 510 | 2026-08-03T13:29:44.629Z | Compiling vcpkg v0.2.15 |
| 511 | 2026-08-03T13:29:44.700Z | Checking tower-http v0.6.11 |
| 512 | 2026-08-03T13:29:44.751Z | Checking hashbrown v0.16.1 |
| 513 | 2026-08-03T13:29:44.882Z | Checking toml v0.8.23 |
| 514 | 2026-08-03T13:29:44.982Z | Checking openssl-probe v0.2.1 |
| 515 | 2026-08-03T13:29:45.084Z | Checking winnow v1.0.4 |
| 516 | 2026-08-03T13:29:45.103Z | Checking rustls-native-certs v0.8.4 |
| 517 | 2026-08-03T13:29:45.176Z | Checking crypto-common v0.1.7 |
| 518 | 2026-08-03T13:29:45.219Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 519 | 2026-08-03T13:29:45.245Z | Checking regress v0.11.1 |
| 520 | 2026-08-03T13:29:45.280Z | Checking toml_writer v1.1.2+spec-1.1.0 |
| 521 | 2026-08-03T13:29:45.340Z | Checking hyper v1.11.0 |
| 522 | 2026-08-03T13:29:45.355Z | Checking same-file v1.0.6 |
| 523 | 2026-08-03T13:29:45.401Z | Checking unicode-width v0.1.14 |
| 524 | 2026-08-03T13:29:45.447Z | Checking getrandom v0.3.4 |
| 525 | 2026-08-03T13:29:45.459Z | Checking walkdir v2.5.0 |
| 526 | 2026-08-03T13:29:45.577Z | Checking block-buffer v0.10.4 |
| 527 | 2026-08-03T13:29:45.611Z | Checking serde_spanned v1.1.1 |
| 528 | 2026-08-03T13:29:45.630Z | Checking foldhash v0.1.5 |
| 529 | 2026-08-03T13:29:45.690Z | Checking digest v0.10.7 |
| 530 | 2026-08-03T13:29:45.726Z | Checking rand_core v0.9.5 |
| 531 | 2026-08-03T13:29:45.750Z | Checking hashbrown v0.15.5 |
| 532 | 2026-08-03T13:29:45.863Z | Compiling openssl-sys v0.9.112 |
| 533 | 2026-08-03T13:29:45.873Z | Checking tokio-rustls v0.26.4 |
| 534 | 2026-08-03T13:29:45.882Z | Checking rustls-platform-verifier v0.7.0 |
| 535 | 2026-08-03T13:29:45.926Z | Checking toml_parser v1.1.3+spec-1.1.0 |
| 536 | 2026-08-03T13:29:46.002Z | Compiling libz-sys v1.1.25 |
| 537 | 2026-08-03T13:29:46.079Z | Checking fdeflate v0.3.7 |
| 538 | 2026-08-03T13:29:46.215Z | Checking bstr v1.13.0 |
| 539 | 2026-08-03T13:29:46.241Z | Checking toml v1.1.4+spec-1.1.0 |
| 540 | 2026-08-03T13:29:46.258Z | Checking hyper-util v0.1.20 |
| 541 | 2026-08-03T13:29:46.309Z | Checking bitflags v1.3.2 |
| 542 | 2026-08-03T13:29:46.372Z | Checking rand_chacha v0.9.0 |
| 543 | 2026-08-03T13:29:46.431Z | Compiling serde_tokenstream v0.2.3 |
| 544 | 2026-08-03T13:29:46.466Z | Compiling strum_macros v0.28.0 |
| 545 | 2026-08-03T13:29:46.541Z | Compiling enum-map-derive v0.17.0 |
| 546 | 2026-08-03T13:29:46.550Z | Compiling daft-derive v0.1.8 |
| 547 | 2026-08-03T13:29:46.622Z | Compiling ref-cast-impl v1.0.26 |
| 548 | 2026-08-03T13:29:46.679Z | Checking byteorder v1.5.0 |
| 549 | 2026-08-03T13:29:46.705Z | Checking cpufeatures v0.2.17 |
| 550 | 2026-08-03T13:29:46.767Z | Checking lazy_static v1.5.0 |
| 551 | 2026-08-03T13:29:46.806Z | Checking rand v0.9.5 |
| 552 | 2026-08-03T13:29:46.853Z | Checking anyhow v1.0.102 |
| 553 | 2026-08-03T13:29:46.870Z | Checking toml_edit v0.25.13+spec-1.1.0 |
| 554 | 2026-08-03T13:29:47.041Z | Checking subst v0.3.8 |
| 555 | 2026-08-03T13:29:47.071Z | Checking enum-map v2.7.3 |
| 556 | 2026-08-03T13:29:47.176Z | Checking ref-cast v1.0.26 |
| 557 | 2026-08-03T13:29:47.216Z | Compiling pathfinder_simd v0.5.5 |
| 558 | 2026-08-03T13:29:47.225Z | Compiling vhdl_lang_macros v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89) |
| 559 | 2026-08-03T13:29:47.246Z | Checking daft v0.1.8 |
| 560 | 2026-08-03T13:29:47.255Z | Checking itertools v0.14.0 |
| 561 | 2026-08-03T13:29:47.264Z | Compiling yeslogic-fontconfig-sys v6.0.0 |
| 562 | 2026-08-03T13:29:47.320Z | Checking hyper-rustls v0.27.9 |
| 563 | 2026-08-03T13:29:47.330Z | Compiling freetype-sys v0.20.1 |
| 564 | 2026-08-03T13:29:47.439Z | Compiling libssh2-sys v0.3.1 |
| 565 | 2026-08-03T13:29:47.455Z | Checking thread_local v1.1.9 |
| 566 | 2026-08-03T13:29:47.495Z | Checking glob v0.3.3 |
| 567 | 2026-08-03T13:29:47.504Z | Checking reqwest v0.13.4 |
| 568 | 2026-08-03T13:29:47.608Z | Compiling time-core v0.1.9 |
| 569 | 2026-08-03T13:29:47.649Z | Checking dunce v1.0.5 |
| 570 | 2026-08-03T13:29:47.662Z | Checking pinned_vec v0.1.1 |
| 571 | 2026-08-03T13:29:47.732Z | Compiling num-conv v0.2.2 |
| 572 | 2026-08-03T13:29:47.755Z | Checking bytemuck v1.25.0 |
| 573 | 2026-08-03T13:29:47.810Z | Checking iddqd v0.4.6 |
| 574 | 2026-08-03T13:29:47.856Z | Checking crossbeam-channel v0.5.16 |
| 575 | 2026-08-03T13:29:47.875Z | Compiling time-macros v0.2.32 |
| 576 | 2026-08-03T13:29:47.961Z | Checking dirs-sys v0.4.1 |
| 577 | 2026-08-03T13:29:48.068Z | Checking deranged v0.5.8 |
| 578 | 2026-08-03T13:29:48.175Z | Checking libloading v0.8.9 |
| 579 | 2026-08-03T13:29:48.185Z | Checking progenitor-client v0.14.0 |
| 580 | 2026-08-03T13:29:48.263Z | Checking strum v0.28.0 |
| 581 | 2026-08-03T13:29:48.297Z | Checking powerfmt v0.2.0 |
| 582 | 2026-08-03T13:29:48.363Z | Checking vhdl_lang v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89) |
| 583 | 2026-08-03T13:29:48.392Z | Checking oxide v0.17.0+2026060800.0.0 |
| 584 | 2026-08-03T13:29:48.433Z | Checking fixedbitset v0.5.7 |
| 585 | 2026-08-03T13:29:48.474Z | Checking color_quant v1.1.0 |
| 586 | 2026-08-03T13:29:48.589Z | Checking num_threads v0.1.7 |
| 587 | 2026-08-03T13:29:48.613Z | Checking petgraph v0.8.3 |
| 588 | 2026-08-03T13:29:48.663Z | Checking dlib v0.5.3 |
| 589 | 2026-08-03T13:29:48.709Z | Checking dirs v5.0.1 |
| 590 | 2026-08-03T13:29:49.046Z | Checking png v0.17.16 |
| 591 | 2026-08-03T13:29:49.132Z | Compiling vw-quote v0.1.0 (/work/oxidecomputer/vw/vw-quote) |
| 592 | 2026-08-03T13:29:49.338Z | Checking time v0.3.54 |
| 593 | 2026-08-03T13:29:49.354Z | Compiling libgit2-sys v0.16.2+1.7.2 |
| 594 | 2026-08-03T13:29:49.626Z | Checking plotters-backend v0.3.7 |
| 595 | 2026-08-03T13:29:49.777Z | Compiling font-kit v0.14.3 |
| 596 | 2026-08-03T13:29:49.809Z | Checking jpeg-decoder v0.3.2 |
| 597 | 2026-08-03T13:29:49.958Z | Checking weezl v0.1.12 |
| 598 | 2026-08-03T13:29:49.991Z | Compiling prettyplease v0.2.37 |
| 599 | 2026-08-03T13:29:50.048Z | Checking winnow v0.6.26 |
| 600 | 2026-08-03T13:29:50.180Z | Checking gif v0.12.0 |
| 601 | 2026-08-03T13:29:50.227Z | Checking image v0.24.9 |
| 602 | 2026-08-03T13:29:50.251Z | Checking pathfinder_geometry v0.5.1 |
| 603 | 2026-08-03T13:29:50.519Z | Checking float-ord v0.3.2 |
| 604 | 2026-08-03T13:29:50.611Z | Checking cpufeatures v0.3.0 |
| 605 | 2026-08-03T13:29:50.957Z | Checking plotters-svg v0.3.7 |
| 606 | 2026-08-03T13:29:50.966Z | Checking colored v2.2.0 |
| 607 | 2026-08-03T13:29:51.025Z | Checking openapiv3 v2.2.0 |
| 608 | 2026-08-03T13:29:51.077Z | Checking ttf-parser v0.20.0 |
| 609 | 2026-08-03T13:29:51.142Z | Checking openssl-probe v0.1.6 |
| 610 | 2026-08-03T13:29:51.145Z | Checking similar v2.7.0 |
| 611 | 2026-08-03T13:29:51.170Z | Checking plotters-bitmap v0.3.7 |
| 612 | 2026-08-03T13:29:51.234Z | Checking erased-serde v0.3.31 |
| 613 | 2026-08-03T13:29:51.328Z | Checking getrandom v0.2.17 |
| 614 | 2026-08-03T13:29:51.435Z | Checking vw-core v0.1.0 (/work/oxidecomputer/vw/vw-core) |
| 615 | 2026-08-03T13:29:51.460Z | Checking netrc v0.4.1 |
| 616 | 2026-08-03T13:29:51.506Z | Checking vw-htcl v0.1.0 (/work/oxidecomputer/vw/vw-htcl) |
| 617 | 2026-08-03T13:29:51.566Z | Compiling rustix v0.38.44 |
| 618 | 2026-08-03T13:29:51.598Z | Checking slog v2.8.2 |
| 619 | 2026-08-03T13:29:51.894Z | Checking anodizer v0.1.0 (https://github.com/oxidecomputer/anodizer?branch=ry%2Fvw-restructure#43fbe290) |
| 620 | 2026-08-03T13:29:51.968Z | Checking hybrid-array v0.4.13 |
| 621 | 2026-08-03T13:29:52.280Z | Checking unicode-width v0.2.0 |
| 622 | 2026-08-03T13:29:52.283Z | Checking plotters v0.3.7 |
| 623 | 2026-08-03T13:29:52.475Z | Checking crypto-common v0.2.2 |
| 624 | 2026-08-03T13:29:52.513Z | Checking block-buffer v0.12.1 |
| 625 | 2026-08-03T13:29:52.644Z | Checking sha2 v0.10.9 |
| 626 | 2026-08-03T13:29:52.653Z | Checking match_cfg v0.1.0 |
| 627 | 2026-08-03T13:29:52.709Z | Checking compression-core v0.4.32 |
| 628 | 2026-08-03T13:29:52.719Z | Checking const-oid v0.10.2 |
| 629 | 2026-08-03T13:29:52.824Z | Checking compression-codecs v0.4.38 |
| 630 | 2026-08-03T13:29:52.861Z | Checking hostname v0.3.1 |
| 631 | 2026-08-03T13:29:52.892Z | Checking slog-json v2.6.1 |
| 632 | 2026-08-03T13:29:52.944Z | Checking rand_core v0.6.4 |
| 633 | 2026-08-03T13:29:52.967Z | Checking digest v0.11.3 |
| 634 | 2026-08-03T13:29:52.976Z | Compiling async-stream-impl v0.3.6 |
| 635 | 2026-08-03T13:29:53.021Z | Checking is-terminal v0.4.17 |
| 636 | 2026-08-03T13:29:53.096Z | Checking spin v0.9.9 |
| 637 | 2026-08-03T13:29:53.105Z | Checking hashbrown v0.14.5 |
| 638 | 2026-08-03T13:29:53.114Z | Checking take_mut v0.2.2 |
| 639 | 2026-08-03T13:29:53.197Z | Checking term v1.2.1 |
| 640 | 2026-08-03T13:29:53.206Z | Checking slog-async v2.8.0 |
| 641 | 2026-08-03T13:29:53.288Z | Checking multer v3.1.0 |
| 642 | 2026-08-03T13:29:53.362Z | Checking sha1 v0.11.0 |
| 643 | 2026-08-03T13:29:53.407Z | Checking slog-term v2.9.2 |
| 644 | 2026-08-03T13:29:53.492Z | Checking slog-bunyan v2.5.0 |
| 645 | 2026-08-03T13:29:53.541Z | Checking async-compression v0.4.43 |
| 646 | 2026-08-03T13:29:53.583Z | Checking async-stream v0.3.6 |
| 647 | 2026-08-03T13:29:53.594Z | Compiling dropshot_endpoint v0.17.1 |
| 648 | 2026-08-03T13:29:53.653Z | Checking waitgroup v0.1.2 |
| 649 | 2026-08-03T13:29:53.698Z | Checking rustls-pemfile v2.2.0 |
| 650 | 2026-08-03T13:29:53.742Z | Checking serde_path_to_error v0.1.20 |
| 651 | 2026-08-03T13:29:53.768Z | Checking hostname v0.4.2 |
| 652 | 2026-08-03T13:29:54.003Z | Checking debug-ignore v1.0.5 |
| 653 | 2026-08-03T13:29:54.006Z | Checking hex v0.4.3 |
| 654 | 2026-08-03T13:29:54.157Z | Checking rand_chacha v0.3.1 |
| 655 | 2026-08-03T13:29:54.209Z | Checking dropshot-api-manager-types v0.7.2 |
| 656 | 2026-08-03T13:29:54.253Z | Compiling crunchy v0.2.4 |
| 657 | 2026-08-03T13:29:54.481Z | Checking rand v0.8.7 |
| 658 | 2026-08-03T13:29:54.632Z | Compiling tiny-keccak v2.0.2 |
| 659 | 2026-08-03T13:29:54.835Z | Compiling cfg_aliases v0.1.1 |
| 660 | 2026-08-03T13:29:54.900Z | Compiling nix v0.28.0 |
| 661 | 2026-08-03T13:29:55.011Z | Compiling blake3 v1.8.5 |
| 662 | 2026-08-03T13:29:55.211Z | Checking dropshot v0.17.1 |
| 663 | 2026-08-03T13:29:55.276Z | Checking sha1 v0.10.7 |
| 664 | 2026-08-03T13:29:55.422Z | Checking arrayref v0.3.9 |
| 665 | 2026-08-03T13:29:55.482Z | Checking data-encoding v2.11.0 |
| 666 | 2026-08-03T13:29:55.742Z | Checking arrayvec v0.7.8 |
| 667 | 2026-08-03T13:29:55.835Z | Checking constant_time_eq v0.4.2 |
| 668 | 2026-08-03T13:29:55.910Z | Checking utf-8 v0.7.6 |
| 669 | 2026-08-03T13:29:55.942Z | Compiling const-random-macro v0.1.16 |
| 670 | 2026-08-03T13:29:56.029Z | Checking tungstenite v0.21.0 |
| 671 | 2026-08-03T13:29:56.210Z | Compiling typify-impl v0.6.2 |
| 672 | 2026-08-03T13:29:56.311Z | Checking fs-err v3.3.1 |
| 673 | 2026-08-03T13:29:56.480Z | Checking git-stub v1.0.0 |
| 674 | 2026-08-03T13:29:56.605Z | Checking atomicwrites v0.4.4 |
| 675 | 2026-08-03T13:29:56.720Z | Checking filedescriptor v0.8.3 |
| 676 | 2026-08-03T13:29:56.864Z | Checking terminal_size v0.4.4 |
| 677 | 2026-08-03T13:29:56.973Z | Checking serial2 v0.2.37 |
| 678 | 2026-08-03T13:29:57.057Z | Checking downcast-rs v1.2.1 |
| 679 | 2026-08-03T13:29:57.082Z | Checking shell-words v1.1.1 |
| 680 | 2026-08-03T13:29:57.138Z | Compiling vw-vivado v0.1.0 (/work/oxidecomputer/vw/vw-vivado) |
| 681 | 2026-08-03T13:29:57.166Z | Checking smawk v0.3.3 |
| 682 | 2026-08-03T13:29:57.187Z | Checking unicode-linebreak v0.1.5 |
| 683 | 2026-08-03T13:29:57.202Z | Checking is_ci v1.2.0 |
| 684 | 2026-08-03T13:29:57.288Z | Checking supports-color v3.0.2 |
| 685 | 2026-08-03T13:29:57.371Z | Checking portable-pty v0.9.0 |
| 686 | 2026-08-03T13:29:57.380Z | Checking textwrap v0.16.2 |
| 687 | 2026-08-03T13:29:57.400Z | Checking git-stub-vcs v0.1.0 |
| 688 | 2026-08-03T13:29:57.576Z | Checking tokio-tungstenite v0.21.0 |
| 689 | 2026-08-03T13:29:57.579Z | Checking newtype_derive v0.1.6 |
| 690 | 2026-08-03T13:29:57.600Z | Checking owo-colors v4.3.0 |
| 691 | 2026-08-03T13:29:57.645Z | Checking const-random v0.1.18 |
| 692 | 2026-08-03T13:29:57.706Z | Checking drift v0.2.0 |
| 693 | 2026-08-03T13:29:57.833Z | Checking vw-eda v0.1.0 (/work/oxidecomputer/vw/vw-eda) |
| 694 | 2026-08-03T13:29:57.998Z | Checking indent_write v2.2.0 |
| 695 | 2026-08-03T13:29:58.007Z | Checking heck v0.5.0 |
| 696 | 2026-08-03T13:29:58.134Z | Checking dropshot-api-manager v0.7.2 |
| 697 | 2026-08-03T13:29:58.207Z | Checking dlv-list v0.5.2 |
| 698 | 2026-08-03T13:29:59.292Z | Compiling unsafe-libyaml v0.2.11 |
| 699 | 2026-08-03T13:29:59.420Z | Checking ordered-multimap v0.7.3 |
| 700 | 2026-08-03T13:29:59.584Z | Compiling typify-macro v0.6.2 |
| 701 | 2026-08-03T13:29:59.640Z | Checking globset v0.4.19 |
| 702 | 2026-08-03T13:29:59.889Z | Compiling serde_yaml v0.9.34+deprecated |
| 703 | 2026-08-03T13:29:59.893Z | Compiling signal-hook v0.3.18 |
| 704 | 2026-08-03T13:29:59.956Z | Compiling ident_case v1.0.1 |
| 705 | 2026-08-03T13:30:00.069Z | Checking ignore v0.4.31 |
| 706 | 2026-08-03T13:30:00.109Z | Checking rust-ini v0.21.3 |
| 707 | 2026-08-03T13:30:00.230Z | Compiling darling_core v0.23.0 |
| 708 | 2026-08-03T13:30:00.302Z | Checking quick-xml v0.38.4 |
| 709 | 2026-08-03T13:30:00.887Z | Compiling pin-project-internal v1.1.13 |
| 710 | 2026-08-03T13:30:01.099Z | Compiling typify v0.6.2 |
| 711 | 2026-08-03T13:30:01.185Z | Compiling progenitor-impl v0.14.0 |
| 712 | 2026-08-03T13:30:01.204Z | Compiling serde_repr v0.1.20 |
| 713 | 2026-08-03T13:30:01.213Z | Checking gethostname v1.1.0 |
| 714 | 2026-08-03T13:30:01.289Z | Checking home v0.5.12 |
| 715 | 2026-08-03T13:30:01.385Z | Checking aws-creds v0.39.1 |
| 716 | 2026-08-03T13:30:01.760Z | Checking lsp-types v0.94.1 |
| 717 | 2026-08-03T13:30:01.841Z | Checking reqwest v0.12.28 |
| 718 | 2026-08-03T13:30:01.937Z | Checking pin-project v1.1.13 |
| 719 | 2026-08-03T13:30:02.025Z | Checking hmac v0.12.1 |
| 720 | 2026-08-03T13:30:02.048Z | Compiling curve25519-dalek v4.1.3 |
| 721 | 2026-08-03T13:30:02.144Z | Checking aws-region v0.28.1 |
| 722 | 2026-08-03T13:30:02.277Z | Checking tokio-stream v0.1.19 |
| 723 | 2026-08-03T13:30:02.290Z | Compiling darling_macro v0.23.0 |
| 724 | 2026-08-03T13:30:02.315Z | Compiling maybe-async v0.2.11 |
| 725 | 2026-08-03T13:30:02.381Z | Checking env_filter v2.0.0 |
| 726 | 2026-08-03T13:30:02.530Z | Checking sysinfo v0.37.2 |
| 727 | 2026-08-03T13:30:02.629Z | Checking jiff v0.2.32 |
| 728 | 2026-08-03T13:30:02.791Z | Checking base64ct v1.8.3 |
| 729 | 2026-08-03T13:30:02.856Z | Checking unicode-segmentation v1.13.3 |
| 730 | 2026-08-03T13:30:03.028Z | Compiling instability v0.3.12 |
| 731 | 2026-08-03T13:30:03.075Z | Checking md5 v0.8.1 |
| 732 | 2026-08-03T13:30:03.182Z | Checking pem-rfc7468 v0.7.0 |
| 733 | 2026-08-03T13:30:03.212Z | Compiling progenitor-macro v0.14.0 |
| 734 | 2026-08-03T13:30:03.220Z | Checking rust-s3 v0.37.2 |
| 735 | 2026-08-03T13:30:03.248Z | Compiling darling v0.23.0 |
| 736 | 2026-08-03T13:30:03.331Z | Checking tower v0.4.13 |
| 737 | 2026-08-03T13:30:03.394Z | Checking signal-hook-mio v0.2.5 |
| 738 | 2026-08-03T13:30:03.488Z | Checking dashmap v5.5.3 |
| 739 | 2026-08-03T13:30:03.618Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 740 | 2026-08-03T13:30:03.719Z | Checking lsp-server v0.7.9 |
| 741 | 2026-08-03T13:30:03.752Z | Checking fuzzy-matcher v0.3.7 |
| 742 | 2026-08-03T13:30:03.946Z | Checking sharded-slab v0.1.7 |
| 743 | 2026-08-03T13:30:03.969Z | Compiling strum_macros v0.26.4 |
| 744 | 2026-08-03T13:30:04.382Z | Checking castaway v0.2.4 |
| 745 | 2026-08-03T13:30:04.497Z | Checking inout v0.1.4 |
| 746 | 2026-08-03T13:30:04.610Z | Compiling curve25519-dalek-derive v0.1.1 |
| 747 | 2026-08-03T13:30:04.748Z | Checking env_logger v0.11.11 |
| 748 | 2026-08-03T13:30:04.950Z | Compiling tower-lsp-macros v0.9.0 |
| 749 | 2026-08-03T13:30:05.170Z | Compiling auto_impl v1.3.0 |
| 750 | 2026-08-03T13:30:05.260Z | Checking matchers v0.2.0 |
| 751 | 2026-08-03T13:30:05.373Z | Checking itertools v0.13.0 |
| 752 | 2026-08-03T13:30:05.484Z | Checking tracing-log v0.2.0 |
| 753 | 2026-08-03T13:30:05.599Z | Compiling indoc v2.0.7 |
| 754 | 2026-08-03T13:30:05.622Z | Checking pxfm v0.1.29 |
| 755 | 2026-08-03T13:30:06.028Z | Checking signature v2.2.0 |
| 756 | 2026-08-03T13:30:06.060Z | Checking static_assertions v1.1.0 |
| 757 | 2026-08-03T13:30:06.122Z | Checking nu-ansi-term v0.50.3 |
| 758 | 2026-08-03T13:30:06.132Z | Checking ed25519 v2.2.3 |
| 759 | 2026-08-03T13:30:06.254Z | Checking compact_str v0.8.2 |
| 760 | 2026-08-03T13:30:06.317Z | Checking tracing-subscriber v0.3.23 |
| 761 | 2026-08-03T13:30:06.384Z | Checking unicode-truncate v1.1.0 |
| 762 | 2026-08-03T13:30:06.610Z | Checking strum v0.26.3 |
| 763 | 2026-08-03T13:30:07.165Z | Checking cipher v0.4.4 |
| 764 | 2026-08-03T13:30:07.175Z | Checking crossterm v0.28.1 |
| 765 | 2026-08-03T13:30:07.245Z | Checking ssh-encoding v0.2.0 |
| 766 | 2026-08-03T13:30:07.348Z | Checking png v0.18.1 |
| 767 | 2026-08-03T13:30:07.358Z | Checking moxcms v0.8.1 |
| 768 | 2026-08-03T13:30:07.417Z | Checking lru v0.12.5 |
| 769 | 2026-08-03T13:30:07.446Z | Checking progenitor v0.14.0 |
| 770 | 2026-08-03T13:30:07.554Z | Checking quick-xml v0.37.5 |
| 771 | 2026-08-03T13:30:07.557Z | Checking vhdl_ls v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89) |
| 772 | 2026-08-03T13:30:07.571Z | Checking tower-lsp v0.20.0 |
| 773 | 2026-08-03T13:30:07.681Z | Checking base16ct v0.2.0 |
| 774 | 2026-08-03T13:30:07.791Z | Checking byteorder-lite v0.1.0 |
| 775 | 2026-08-03T13:30:07.865Z | Checking x11rb-protocol v0.13.2 |
| 776 | 2026-08-03T13:30:07.942Z | Compiling redb v4.1.0 |
| 777 | 2026-08-03T13:30:08.006Z | Checking cassowary v0.3.0 |
| 778 | 2026-08-03T13:30:08.173Z | Checking sec1 v0.7.3 |
| 779 | 2026-08-03T13:30:08.194Z | Checking ratatui v0.29.0 |
| 780 | 2026-08-03T13:30:08.313Z | Checking ssh-cipher v0.2.0 |
| 781 | 2026-08-03T13:30:08.407Z | Checking ipxact v0.1.0 (https://github.com/oxidecomputer/ipe?branch=ry%2Finit#2f18277e) |
| 782 | 2026-08-03T13:30:08.422Z | Checking ed25519-dalek v2.2.0 |
| 783 | 2026-08-03T13:30:08.580Z | Compiling ring v0.17.14 |
| 784 | 2026-08-03T13:30:08.810Z | Compiling portable-atomic v1.13.1 |
| 785 | 2026-08-03T13:30:08.819Z | Checking ssh-key v0.6.7 |
| 786 | 2026-08-03T13:30:09.269Z | Checking vw-api-types-versions v0.1.0 (/work/oxidecomputer/vw/vw-api-types/versions) |
| 787 | 2026-08-03T13:30:09.463Z | Checking nucleo-matcher v0.3.1 |
| 788 | 2026-08-03T13:30:09.489Z | Checking tui-textarea v0.7.0 |
| 789 | 2026-08-03T13:30:09.563Z | Checking image v0.25.10 |
| 790 | 2026-08-03T13:30:09.741Z | Compiling cpp_demangle v0.4.5 |
| 791 | 2026-08-03T13:30:09.973Z | Checking x11rb v0.13.2 |
| 792 | 2026-08-03T13:30:10.140Z | Checking vw-api v0.1.0 (/work/oxidecomputer/vw/vw-api) |
| 793 | 2026-08-03T13:30:10.150Z | Checking vw-sync-api v0.1.0 (/work/oxidecomputer/vw/vw-sync-api) |
| 794 | 2026-08-03T13:30:10.207Z | Checking vw-sync v0.1.0 (/work/oxidecomputer/vw/vw-sync) |
| 795 | 2026-08-03T13:30:10.400Z | Checking vw-api-client v0.1.0 (/work/oxidecomputer/vw/vw-api-client) |
| 796 | 2026-08-03T13:30:10.523Z | Checking vw-openapi-manager v0.1.0 (/work/oxidecomputer/vw/vw-openapi-manager) |
| 797 | 2026-08-03T13:30:10.544Z | Checking vw-ip v0.1.0 (/work/oxidecomputer/vw/vw-ip) |
| 798 | 2026-08-03T13:30:10.586Z | Checking vw-htcl-cmd v0.1.0 (/work/oxidecomputer/vw/vw-htcl-cmd) |
| 799 | 2026-08-03T13:30:10.683Z | Checking arboard v3.6.1 |
| 800 | 2026-08-03T13:30:10.705Z | Checking console v0.15.11 |
| 801 | 2026-08-03T13:30:10.932Z | Checking yasna v0.6.0 |
| 802 | 2026-08-03T13:30:10.936Z | Checking pem v3.0.6 |
| 803 | 2026-08-03T13:30:10.949Z | Checking filetime v0.2.29 |
| 804 | 2026-08-03T13:30:11.065Z | Checking number_prefix v0.4.0 |
| 805 | 2026-08-03T13:30:11.081Z | Checking notify v6.1.1 |
| 806 | 2026-08-03T13:30:11.177Z | Checking indicatif v0.17.11 |
| 807 | 2026-08-03T13:30:11.492Z | Checking rustc-demangle v0.1.28 |
| 808 | 2026-08-03T13:30:12.082Z | Checking vw-api-types v0.1.0 (/work/oxidecomputer/vw/vw-api-types) |
| 809 | 2026-08-03T13:30:13.996Z | Checking rcgen v0.14.8 |
| 810 | 2026-08-03T13:30:14.361Z | Checking xtask v0.1.0 (/work/oxidecomputer/vw/xtask) |
| 811 | 2026-08-03T13:30:14.768Z | Checking git2 v0.18.3 |
| 812 | 2026-08-03T13:30:16.251Z | Checking vw-lib v0.1.0 (/work/oxidecomputer/vw/vw-lib) |
| 813 | 2026-08-03T13:30:17.530Z | Checking vw-bench v0.1.0 (/work/oxidecomputer/vw/vw-bench) |
| 814 | 2026-08-03T13:30:17.534Z | Checking vw-analyzer v0.1.0 (/work/oxidecomputer/vw/vw-analyzer) |
| 815 | 2026-08-03T13:30:17.534Z | Checking vw-svc v0.1.0 (/work/oxidecomputer/vw/vw-svc) |
| 816 | 2026-08-03T13:30:18.314Z | Checking vw-remote v0.1.0 (/work/oxidecomputer/vw/vw-remote) |
| 817 | 2026-08-03T13:30:18.314Z | Checking vw-repl v0.1.0 (/work/oxidecomputer/vw/vw-repl) |
| 818 | 2026-08-03T13:30:19.298Z | Checking vw-agent v0.1.0 (/work/oxidecomputer/vw/vw-agent) |
| 819 | 2026-08-03T13:30:19.689Z | Checking vw v0.1.0 (/work/oxidecomputer/vw/vw-cli) |
| 820 | 2026-08-03T13:30:21.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.61s |
| 821 | 2026-08-03T13:30:21.815Z | + banner build |
| 822 | 2026-08-03T13:30:21.818Z | |
| 823 | 2026-08-03T13:30:21.818Z | ##### # # # # ##### |
| 824 | 2026-08-03T13:30:21.818Z | # # # # # # # # |
| 825 | 2026-08-03T13:30:21.819Z | ##### # # # # # # |
| 826 | 2026-08-03T13:30:21.819Z | # # # # # # # # |
| 827 | 2026-08-03T13:30:21.819Z | # # # # # # # # |
| 828 | 2026-08-03T13:30:21.819Z | ##### #### # ###### ##### |
| 829 | 2026-08-03T13:30:21.819Z | |
| 830 | 2026-08-03T13:30:21.819Z | + cargo build --release |
| 831 | 2026-08-03T13:30:22.212Z | Compiling proc-macro2 v1.0.106 |
| 832 | 2026-08-03T13:30:22.212Z | Compiling quote v1.0.45 |
| 833 | 2026-08-03T13:30:22.212Z | Compiling unicode-ident v1.0.24 |
| 834 | 2026-08-03T13:30:22.216Z | Compiling libc v0.2.183 |
| 835 | 2026-08-03T13:30:22.216Z | Compiling cfg-if v1.0.4 |
| 836 | 2026-08-03T13:30:22.216Z | Compiling serde_core v1.0.228 |
| 837 | 2026-08-03T13:30:22.216Z | Compiling memchr v2.8.0 |
| 838 | 2026-08-03T13:30:22.346Z | Compiling log v0.4.29 |
| 839 | 2026-08-03T13:30:22.378Z | Compiling serde v1.0.228 |
| 840 | 2026-08-03T13:30:22.585Z | Compiling shlex v1.3.0 |
| 841 | 2026-08-03T13:30:22.594Z | Compiling find-msvc-tools v0.1.9 |
| 842 | 2026-08-03T13:30:22.707Z | Compiling smallvec v1.15.1 |
| 843 | 2026-08-03T13:30:22.750Z | Compiling itoa v1.0.18 |
| 844 | 2026-08-03T13:30:22.808Z | Compiling pkg-config v0.3.32 |
| 845 | 2026-08-03T13:30:22.947Z | Compiling jobserver v0.1.34 |
| 846 | 2026-08-03T13:30:22.982Z | Compiling allocator-api2 v0.2.21 |
| 847 | 2026-08-03T13:30:22.997Z | Compiling zmij v1.0.21 |
| 848 | 2026-08-03T13:30:23.187Z | Compiling cc v1.2.57 |
| 849 | 2026-08-03T13:30:23.250Z | Compiling errno v0.3.14 |
| 850 | 2026-08-03T13:30:23.279Z | Compiling equivalent v1.0.2 |
| 851 | 2026-08-03T13:30:23.362Z | Compiling parking_lot_core v0.9.12 |
| 852 | 2026-08-03T13:30:23.362Z | Compiling serde_json v1.0.151 |
| 853 | 2026-08-03T13:30:23.401Z | Compiling syn v2.0.117 |
| 854 | 2026-08-03T13:30:23.404Z | Compiling scopeguard v1.2.0 |
| 855 | 2026-08-03T13:30:23.408Z | Compiling autocfg v1.5.0 |
| 856 | 2026-08-03T13:30:23.473Z | Compiling pin-project-lite v0.2.17 |
| 857 | 2026-08-03T13:30:23.502Z | Compiling lock_api v0.4.14 |
| 858 | 2026-08-03T13:30:23.565Z | Compiling syn v3.0.3 |
| 859 | 2026-08-03T13:30:23.591Z | Compiling bytes v1.11.1 |
| 860 | 2026-08-03T13:30:23.745Z | Compiling signal-hook-registry v1.4.8 |
| 861 | 2026-08-03T13:30:24.006Z | Compiling parking_lot v0.12.5 |
| 862 | 2026-08-03T13:30:24.101Z | Compiling once_cell v1.21.4 |
| 863 | 2026-08-03T13:30:24.342Z | Compiling mio v1.2.2 |
| 864 | 2026-08-03T13:30:24.483Z | Compiling bitflags v2.11.0 |
| 865 | 2026-08-03T13:30:24.492Z | Compiling hashbrown v0.17.1 |
| 866 | 2026-08-03T13:30:24.696Z | Compiling futures-core v0.3.32 |
| 867 | 2026-08-03T13:30:24.852Z | Compiling stable_deref_trait v1.2.1 |
| 868 | 2026-08-03T13:30:24.925Z | Compiling socket2 v0.6.3 |
| 869 | 2026-08-03T13:30:24.943Z | Compiling heck v0.5.0 |
| 870 | 2026-08-03T13:30:24.990Z | Compiling percent-encoding v2.3.2 |
| 871 | 2026-08-03T13:30:25.131Z | Compiling indexmap v2.14.0 |
| 872 | 2026-08-03T13:30:25.240Z | Compiling litemap v0.8.1 |
| 873 | 2026-08-03T13:30:25.258Z | Compiling writeable v0.6.2 |
| 874 | 2026-08-03T13:30:25.432Z | Compiling icu_normalizer_data v2.1.1 |
| 875 | 2026-08-03T13:30:25.490Z | Compiling futures-sink v0.3.32 |
| 876 | 2026-08-03T13:30:25.595Z | Compiling icu_properties_data v2.1.2 |
| 877 | 2026-08-03T13:30:25.664Z | Compiling form_urlencoded v1.2.2 |
| 878 | 2026-08-03T13:30:25.743Z | Compiling num-traits v0.2.19 |
| 879 | 2026-08-03T13:30:25.918Z | Compiling semver v1.0.28 |
| 880 | 2026-08-03T13:30:25.945Z | Compiling slab v0.4.12 |
| 881 | 2026-08-03T13:30:25.959Z | Compiling futures-channel v0.3.32 |
| 882 | 2026-08-03T13:30:26.031Z | Compiling version_check v0.9.5 |
| 883 | 2026-08-03T13:30:26.141Z | Compiling thiserror v2.0.18 |
| 884 | 2026-08-03T13:30:26.197Z | Compiling synstructure v0.13.2 |
| 885 | 2026-08-03T13:30:26.207Z | Compiling subtle v2.6.1 |
| 886 | 2026-08-03T13:30:26.291Z | Compiling futures-task v0.3.32 |
| 887 | 2026-08-03T13:30:26.355Z | Compiling futures-io v0.3.32 |
| 888 | 2026-08-03T13:30:26.456Z | Compiling utf8_iter v1.0.4 |
| 889 | 2026-08-03T13:30:26.471Z | Compiling fnv v1.0.7 |
| 890 | 2026-08-03T13:30:26.545Z | Compiling typenum v1.20.1 |
| 891 | 2026-08-03T13:30:26.568Z | Compiling tracing-core v0.1.36 |
| 892 | 2026-08-03T13:30:26.609Z | Compiling tokio-macros v2.7.2 |
| 893 | 2026-08-03T13:30:26.618Z | Compiling crossbeam-utils v0.8.21 |
| 894 | 2026-08-03T13:30:26.669Z | Compiling getrandom v0.4.2 |
| 895 | 2026-08-03T13:30:26.876Z | Compiling http v1.5.0 |
| 896 | 2026-08-03T13:30:26.930Z | Compiling aho-corasick v1.1.4 |
| 897 | 2026-08-03T13:30:26.954Z | Compiling httparse v1.10.1 |
| 898 | 2026-08-03T13:30:27.300Z | Compiling regex-syntax v0.8.10 |
| 899 | 2026-08-03T13:30:27.335Z | Compiling tokio v1.53.1 |
| 900 | 2026-08-03T13:30:27.379Z | Compiling serde_derive v1.0.228 |
| 901 | 2026-08-03T13:30:27.387Z | Compiling zerofrom-derive v0.1.6 |
| 902 | 2026-08-03T13:30:27.628Z | Compiling yoke-derive v0.8.1 |
| 903 | 2026-08-03T13:30:27.743Z | Compiling zerovec-derive v0.11.2 |
| 904 | 2026-08-03T13:30:28.577Z | Compiling zerofrom v0.1.6 |
| 905 | 2026-08-03T13:30:28.669Z | Compiling displaydoc v0.2.5 |
| 906 | 2026-08-03T13:30:28.701Z | Compiling yoke v0.8.1 |
| 907 | 2026-08-03T13:30:28.745Z | Compiling futures-macro v0.3.32 |
| 908 | 2026-08-03T13:30:28.832Z | Compiling thiserror-impl v2.0.18 |
| 909 | 2026-08-03T13:30:28.891Z | Compiling zerovec v0.11.5 |
| 910 | 2026-08-03T13:30:29.446Z | Compiling zerotrie v0.2.3 |
| 911 | 2026-08-03T13:30:29.519Z | Compiling tinystr v0.8.2 |
| 912 | 2026-08-03T13:30:29.607Z | Compiling potential_utf v0.1.4 |
| 913 | 2026-08-03T13:30:29.731Z | Compiling icu_locale_core v2.1.1 |
| 914 | 2026-08-03T13:30:29.789Z | Compiling icu_collections v2.1.1 |
| 915 | 2026-08-03T13:30:29.877Z | Compiling futures-util v0.3.32 |
| 916 | 2026-08-03T13:30:30.111Z | Compiling tracing-attributes v0.1.31 |
| 917 | 2026-08-03T13:30:30.494Z | Compiling icu_provider v2.1.1 |
| 918 | 2026-08-03T13:30:30.684Z | Compiling regex-automata v0.4.14 |
| 919 | 2026-08-03T13:30:30.895Z | Compiling icu_properties v2.1.2 |
| 920 | 2026-08-03T13:30:31.340Z | Compiling icu_normalizer v2.1.1 |
| 921 | 2026-08-03T13:30:32.021Z | Compiling idna_adapter v1.2.1 |
| 922 | 2026-08-03T13:30:32.158Z | Compiling idna v1.1.0 |
| 923 | 2026-08-03T13:30:32.352Z | Compiling tracing v0.1.44 |
| 924 | 2026-08-03T13:30:32.509Z | Compiling url v2.5.8 |
| 925 | 2026-08-03T13:30:32.700Z | Compiling zeroize v1.9.0 |
| 926 | 2026-08-03T13:30:32.897Z | Compiling iana-time-zone v0.1.65 |
| 927 | 2026-08-03T13:30:33.046Z | Compiling utf8parse v0.2.2 |
| 928 | 2026-08-03T13:30:33.154Z | Compiling option-ext v0.2.0 |
| 929 | 2026-08-03T13:30:33.191Z | Compiling anstyle-parse v1.0.0 |
| 930 | 2026-08-03T13:30:33.210Z | Compiling chrono v0.4.45 |
| 931 | 2026-08-03T13:30:33.247Z | Compiling cmake v0.1.58 |
| 932 | 2026-08-03T13:30:33.410Z | Compiling colorchoice v1.0.5 |
| 933 | 2026-08-03T13:30:33.530Z | Compiling is_terminal_polyfill v1.70.2 |
| 934 | 2026-08-03T13:30:33.580Z | Compiling crc32fast v1.5.0 |
| 935 | 2026-08-03T13:30:33.625Z | Compiling dunce v1.0.5 |
| 936 | 2026-08-03T13:30:33.720Z | Compiling fs_extra v1.3.0 |
| 937 | 2026-08-03T13:30:33.869Z | Compiling simd-adler32 v0.3.9 |
| 938 | 2026-08-03T13:30:33.982Z | Compiling anstyle v1.0.14 |
| 939 | 2026-08-03T13:30:34.194Z | Compiling anstyle-query v1.1.5 |
| 940 | 2026-08-03T13:30:34.265Z | Compiling aws-lc-sys v0.43.0 |
| 941 | 2026-08-03T13:30:34.280Z | Compiling anstream v1.0.0 |
| 942 | 2026-08-03T13:30:34.338Z | Compiling generic-array v0.14.7 |
| 943 | 2026-08-03T13:30:34.573Z | Compiling adler2 v2.0.1 |
| 944 | 2026-08-03T13:30:34.656Z | Compiling tower-layer v0.3.3 |
| 945 | 2026-08-03T13:30:34.733Z | Compiling schemars v0.8.22 |
| 946 | 2026-08-03T13:30:34.776Z | Compiling camino v1.2.2 |
| 947 | 2026-08-03T13:30:34.856Z | Compiling tower-service v0.3.3 |
| 948 | 2026-08-03T13:30:34.952Z | Compiling miniz_oxide v0.8.9 |
| 949 | 2026-08-03T13:30:35.037Z | Compiling dirs-sys v0.5.0 |
| 950 | 2026-08-03T13:30:35.164Z | Compiling rustls-pki-types v1.15.1 |
| 951 | 2026-08-03T13:30:35.261Z | Compiling tokio-util v0.7.18 |
| 952 | 2026-08-03T13:30:35.724Z | Compiling serde_derive_internals v0.29.1 |
| 953 | 2026-08-03T13:30:36.006Z | Compiling strsim v0.11.1 |
| 954 | 2026-08-03T13:30:36.308Z | Compiling clap_lex v1.1.0 |
| 955 | 2026-08-03T13:30:36.358Z | Compiling rustversion v1.0.22 |
| 956 | 2026-08-03T13:30:36.422Z | Compiling schemars_derive v0.8.22 |
| 957 | 2026-08-03T13:30:36.643Z | Compiling clap_builder v4.6.0 |
| 958 | 2026-08-03T13:30:36.734Z | Compiling flate2 v1.1.9 |
| 959 | 2026-08-03T13:30:36.751Z | Compiling dirs v6.0.0 |
| 960 | 2026-08-03T13:30:37.261Z | Compiling clap_derive v4.6.0 |
| 961 | 2026-08-03T13:30:37.334Z | Compiling base64 v0.22.1 |
| 962 | 2026-08-03T13:30:37.433Z | Compiling untrusted v0.9.0 |
| 963 | 2026-08-03T13:30:37.589Z | Compiling aws-lc-rs v1.17.3 |
| 964 | 2026-08-03T13:30:37.892Z | Compiling regex v1.12.3 |
| 965 | 2026-08-03T13:30:37.905Z | Compiling http-body v1.1.0 |
| 966 | 2026-08-03T13:30:38.062Z | Compiling ryu v1.0.23 |
| 967 | 2026-08-03T13:30:38.347Z | Compiling either v1.15.0 |
| 968 | 2026-08-03T13:30:38.355Z | Compiling atomic-waker v1.1.2 |
| 969 | 2026-08-03T13:30:38.480Z | Compiling rustix v1.1.4 |
| 970 | 2026-08-03T13:30:38.887Z | Compiling clap v4.6.0 |
| 971 | 2026-08-03T13:30:38.963Z | Compiling crossbeam-epoch v0.9.18 |
| 972 | 2026-08-03T13:30:39.013Z | Compiling thiserror v1.0.69 |
| 973 | 2026-08-03T13:30:39.038Z | Compiling try-lock v0.2.5 |
| 974 | 2026-08-03T13:30:39.149Z | Compiling want v0.3.1 |
| 975 | 2026-08-03T13:30:39.309Z | Compiling crossbeam-deque v0.8.6 |
| 976 | 2026-08-03T13:30:39.454Z | Compiling h2 v0.4.15 |
| 977 | 2026-08-03T13:30:39.511Z | Compiling thiserror-impl v1.0.69 |
| 978 | 2026-08-03T13:30:39.519Z | Compiling httpdate v1.0.3 |
| 979 | 2026-08-03T13:30:39.884Z | Compiling zerocopy v0.8.52 |
| 980 | 2026-08-03T13:30:40.131Z | Compiling rustls v0.23.43 |
| 981 | 2026-08-03T13:30:40.300Z | Compiling crypto-common v0.1.7 |
| 982 | 2026-08-03T13:30:40.339Z | Compiling rustc_version v0.4.1 |
| 983 | 2026-08-03T13:30:40.428Z | Compiling vcpkg v0.2.15 |
| 984 | 2026-08-03T13:30:40.598Z | Compiling paste v1.0.15 |
| 985 | 2026-08-03T13:30:40.741Z | Compiling rayon-core v1.13.0 |
| 986 | 2026-08-03T13:30:40.882Z | Compiling ipnet v2.12.0 |
| 987 | 2026-08-03T13:30:41.005Z | Compiling block-buffer v0.10.4 |
| 988 | 2026-08-03T13:30:41.152Z | Compiling futures-executor v0.3.32 |
| 989 | 2026-08-03T13:30:41.957Z | Compiling hyper v1.11.0 |
| 990 | 2026-08-03T13:30:42.230Z | Compiling futures v0.3.32 |
| 991 | 2026-08-03T13:30:42.307Z | Compiling digest v0.10.7 |
| 992 | 2026-08-03T13:30:43.986Z | Compiling hyper-util v0.1.20 |
| 993 | 2026-08-03T13:30:44.187Z | Compiling ppv-lite86 v0.2.21 |
| 994 | 2026-08-03T13:30:44.519Z | Compiling serde_urlencoded v0.7.1 |
| 995 | 2026-08-03T13:30:44.745Z | Compiling http-body-util v0.1.4 |
| 996 | 2026-08-03T13:30:44.809Z | Compiling uuid v1.24.0 |
| 997 | 2026-08-03T13:30:45.036Z | Compiling sync_wrapper v1.0.2 |
| 998 | 2026-08-03T13:30:45.187Z | Compiling foldhash v0.2.0 |
| 999 | 2026-08-03T13:30:45.408Z | Compiling dyn-clone v1.0.20 |
| 1000 | 2026-08-03T13:30:45.597Z | Compiling tower v0.5.3 |
| 1001 | 2026-08-03T13:30:46.109Z | Compiling rayon v1.11.0 |
| 1002 | 2026-08-03T13:30:46.199Z | Compiling serde_tokenstream v0.2.3 |
| 1003 | 2026-08-03T13:30:46.416Z | Compiling toml_datetime v0.6.11 |
| 1004 | 2026-08-03T13:30:46.482Z | Compiling serde_spanned v0.6.9 |
| 1005 | 2026-08-03T13:30:46.580Z | Compiling encoding_rs v0.8.35 |
| 1006 | 2026-08-03T13:30:46.781Z | Compiling time-core v0.1.9 |
| 1007 | 2026-08-03T13:30:46.928Z | Compiling winnow v0.7.15 |
| 1008 | 2026-08-03T13:30:46.967Z | Compiling num-conv v0.2.2 |
| 1009 | 2026-08-03T13:30:47.115Z | Compiling toml_write v0.1.2 |
| 1010 | 2026-08-03T13:30:47.178Z | Compiling mime v0.3.17 |
| 1011 | 2026-08-03T13:30:47.352Z | Compiling unicode-width v0.1.14 |
| 1012 | 2026-08-03T13:30:47.482Z | Compiling cpufeatures v0.2.17 |
| 1013 | 2026-08-03T13:30:47.553Z | Compiling time-macros v0.2.32 |
| 1014 | 2026-08-03T13:30:47.644Z | Compiling tower-http v0.6.11 |
| 1015 | 2026-08-03T13:30:48.289Z | Compiling hashbrown v0.16.1 |
| 1016 | 2026-08-03T13:30:48.299Z | Compiling openssl-sys v0.9.112 |
| 1017 | 2026-08-03T13:30:48.815Z | Compiling toml_edit v0.22.27 |
| 1018 | 2026-08-03T13:30:48.847Z | Compiling libz-sys v1.1.25 |
| 1019 | 2026-08-03T13:30:48.973Z | Compiling fdeflate v0.3.7 |
| 1020 | 2026-08-03T13:30:48.985Z | Compiling async-trait v0.1.89 |
| 1021 | 2026-08-03T13:30:49.262Z | Compiling deranged v0.5.8 |
| 1022 | 2026-08-03T13:30:49.826Z | Compiling getrandom v0.3.4 |
| 1023 | 2026-08-03T13:30:49.958Z | Compiling powerfmt v0.2.0 |
| 1024 | 2026-08-03T13:30:50.214Z | Compiling fastrand v2.3.0 |
| 1025 | 2026-08-03T13:30:50.338Z | Compiling num_threads v0.1.7 |
| 1026 | 2026-08-03T13:30:50.390Z | Compiling winnow v1.0.4 |
| 1027 | 2026-08-03T13:30:50.426Z | Compiling openssl-probe v0.2.1 |
| 1028 | 2026-08-03T13:30:50.533Z | Compiling bitflags v1.3.2 |
| 1029 | 2026-08-03T13:30:50.592Z | Compiling foldhash v0.1.5 |
| 1030 | 2026-08-03T13:30:50.603Z | Compiling time v0.3.54 |
| 1031 | 2026-08-03T13:30:50.670Z | Compiling rustls-native-certs v0.8.4 |
| 1032 | 2026-08-03T13:30:50.804Z | Compiling hashbrown v0.15.5 |
| 1033 | 2026-08-03T13:30:50.915Z | Compiling toml v0.8.23 |
| 1034 | 2026-08-03T13:30:51.429Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1035 | 2026-08-03T13:30:51.451Z | Compiling tempfile v3.27.0 |
| 1036 | 2026-08-03T13:30:51.890Z | Compiling regress v0.11.1 |
| 1037 | 2026-08-03T13:30:52.303Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1038 | 2026-08-03T13:30:52.706Z | Compiling thread_local v1.1.9 |
| 1039 | 2026-08-03T13:30:52.709Z | Compiling lazy_static v1.5.0 |
| 1040 | 2026-08-03T13:30:52.978Z | Compiling same-file v1.0.6 |
| 1041 | 2026-08-03T13:30:53.042Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 1042 | 2026-08-03T13:30:53.147Z | Compiling anyhow v1.0.102 |
| 1043 | 2026-08-03T13:30:53.379Z | Compiling byteorder v1.5.0 |
| 1044 | 2026-08-03T13:30:53.596Z | Compiling walkdir v2.5.0 |
| 1045 | 2026-08-03T13:30:53.673Z | Compiling pathfinder_simd v0.5.5 |
| 1046 | 2026-08-03T13:30:53.747Z | Compiling slog v2.8.2 |
| 1047 | 2026-08-03T13:30:53.816Z | Compiling crossbeam-channel v0.5.16 |
| 1048 | 2026-08-03T13:30:53.922Z | Compiling enum-map-derive v0.17.0 |
| 1049 | 2026-08-03T13:30:53.971Z | Compiling strum_macros v0.28.0 |
| 1050 | 2026-08-03T13:30:54.311Z | Compiling serde_spanned v1.1.1 |
| 1051 | 2026-08-03T13:30:54.458Z | Compiling libssh2-sys v0.3.1 |
| 1052 | 2026-08-03T13:30:54.485Z | Compiling freetype-sys v0.20.1 |
| 1053 | 2026-08-03T13:30:54.789Z | Compiling yeslogic-fontconfig-sys v6.0.0 |
| 1054 | 2026-08-03T13:30:54.812Z | Compiling bytemuck v1.25.0 |
| 1055 | 2026-08-03T13:30:55.444Z | Compiling enum-map v2.7.3 |
| 1056 | 2026-08-03T13:30:55.488Z | Compiling toml v1.1.4+spec-1.1.0 |
| 1057 | 2026-08-03T13:30:55.699Z | Compiling rand_core v0.9.5 |
| 1058 | 2026-08-03T13:30:55.783Z | Compiling strum v0.28.0 |
| 1059 | 2026-08-03T13:30:55.942Z | Compiling subst v0.3.8 |
| 1060 | 2026-08-03T13:30:56.322Z | Compiling itertools v0.14.0 |
| 1061 | 2026-08-03T13:30:56.525Z | Compiling erased-serde v0.3.31 |
| 1062 | 2026-08-03T13:30:56.695Z | Compiling vhdl_lang_macros v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89) |
| 1063 | 2026-08-03T13:30:57.128Z | Compiling getrandom v0.2.17 |
| 1064 | 2026-08-03T13:30:57.242Z | Compiling bstr v1.13.0 |
| 1065 | 2026-08-03T13:30:57.344Z | Compiling libloading v0.8.9 |
| 1066 | 2026-08-03T13:30:57.573Z | Compiling rustix v0.38.44 |
| 1067 | 2026-08-03T13:30:57.824Z | Compiling color_quant v1.1.0 |
| 1068 | 2026-08-03T13:30:57.905Z | Compiling pinned_vec v0.1.1 |
| 1069 | 2026-08-03T13:30:57.996Z | Compiling glob v0.3.3 |
| 1070 | 2026-08-03T13:30:58.006Z | Compiling ref-cast v1.0.26 |
| 1071 | 2026-08-03T13:30:58.084Z | Compiling dlib v0.5.3 |
| 1072 | 2026-08-03T13:30:58.199Z | Compiling vhdl_lang v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89) |
| 1073 | 2026-08-03T13:30:58.913Z | Compiling rand_chacha v0.9.0 |
| 1074 | 2026-08-03T13:30:59.546Z | Compiling png v0.17.16 |
| 1075 | 2026-08-03T13:30:59.568Z | Compiling dirs-sys v0.4.1 |
| 1076 | 2026-08-03T13:30:59.859Z | Compiling openapiv3 v2.2.0 |
| 1077 | 2026-08-03T13:30:59.894Z | Compiling ref-cast-impl v1.0.26 |
| 1078 | 2026-08-03T13:31:00.050Z | Compiling daft-derive v0.1.8 |
| 1079 | 2026-08-03T13:31:00.460Z | Compiling libgit2-sys v0.16.2+1.7.2 |
| 1080 | 2026-08-03T13:31:00.767Z | Compiling jpeg-decoder v0.3.2 |
| 1081 | 2026-08-03T13:31:00.870Z | Compiling font-kit v0.14.3 |
| 1082 | 2026-08-03T13:31:01.097Z | Compiling fixedbitset v0.5.7 |
| 1083 | 2026-08-03T13:31:01.598Z | Compiling prettyplease v0.2.37 |
| 1084 | 2026-08-03T13:31:01.715Z | Compiling plotters-backend v0.3.7 |
| 1085 | 2026-08-03T13:31:01.991Z | Compiling weezl v0.1.12 |
| 1086 | 2026-08-03T13:31:02.081Z | Compiling image v0.24.9 |
| 1087 | 2026-08-03T13:31:02.940Z | Compiling gif v0.12.0 |
| 1088 | 2026-08-03T13:31:03.070Z | Compiling petgraph v0.8.3 |
| 1089 | 2026-08-03T13:31:03.478Z | Compiling daft v0.1.8 |
| 1090 | 2026-08-03T13:31:03.971Z | Compiling dirs v5.0.1 |
| 1091 | 2026-08-03T13:31:04.192Z | Compiling pathfinder_geometry v0.5.1 |
| 1092 | 2026-08-03T13:31:04.457Z | Compiling rand v0.9.5 |
| 1093 | 2026-08-03T13:31:05.408Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 1094 | 2026-08-03T13:31:05.531Z | Compiling hybrid-array v0.4.13 |
| 1095 | 2026-08-03T13:31:06.200Z | Compiling crunchy v0.2.4 |
| 1096 | 2026-08-03T13:31:06.472Z | Compiling cpufeatures v0.3.0 |
| 1097 | 2026-08-03T13:31:06.671Z | Compiling unicode-width v0.2.0 |
| 1098 | 2026-08-03T13:31:06.969Z | Compiling float-ord v0.3.2 |
| 1099 | 2026-08-03T13:31:08.263Z | Compiling vw-core v0.1.0 (/work/oxidecomputer/vw/vw-core) |
| 1100 | 2026-08-03T13:31:09.363Z | Compiling iddqd v0.4.6 |
| 1101 | 2026-08-03T13:31:10.309Z | Compiling plotters-bitmap v0.3.7 |
| 1102 | 2026-08-03T13:31:11.058Z | Compiling plotters-svg v0.3.7 |
| 1103 | 2026-08-03T13:31:11.355Z | Compiling colored v2.2.0 |
| 1104 | 2026-08-03T13:31:11.960Z | Compiling sha2 v0.10.9 |
| 1105 | 2026-08-03T13:31:12.529Z | Compiling openssl-probe v0.1.6 |
| 1106 | 2026-08-03T13:31:12.956Z | Compiling tiny-keccak v2.0.2 |
| 1107 | 2026-08-03T13:31:13.164Z | Compiling hashbrown v0.14.5 |
| 1108 | 2026-08-03T13:31:13.204Z | Compiling ttf-parser v0.20.0 |
| 1109 | 2026-08-03T13:31:13.792Z | Compiling typify-impl v0.6.2 |
| 1110 | 2026-08-03T13:31:15.545Z | Compiling plotters v0.3.7 |
| 1111 | 2026-08-03T13:31:16.770Z | Compiling anodizer v0.1.0 (https://github.com/oxidecomputer/anodizer?branch=ry%2Fvw-restructure#43fbe290) |
| 1112 | 2026-08-03T13:31:16.859Z | Compiling block-buffer v0.12.1 |
| 1113 | 2026-08-03T13:31:17.032Z | Compiling crypto-common v0.2.2 |
| 1114 | 2026-08-03T13:31:17.113Z | Compiling similar v2.7.0 |
| 1115 | 2026-08-03T13:31:17.414Z | Compiling rand_core v0.6.4 |
| 1116 | 2026-08-03T13:31:17.656Z | Compiling vw-quote v0.1.0 (/work/oxidecomputer/vw/vw-quote) |
| 1117 | 2026-08-03T13:31:18.172Z | Compiling multer v3.1.0 |
| 1118 | 2026-08-03T13:31:18.257Z | Compiling slog-async v2.8.0 |
| 1119 | 2026-08-03T13:31:18.281Z | Compiling match_cfg v0.1.0 |
| 1120 | 2026-08-03T13:31:18.347Z | Compiling const-oid v0.10.2 |
| 1121 | 2026-08-03T13:31:18.393Z | Compiling compression-core v0.4.32 |
| 1122 | 2026-08-03T13:31:18.535Z | Compiling netrc v0.4.1 |
| 1123 | 2026-08-03T13:31:18.616Z | Compiling winnow v0.6.26 |
| 1124 | 2026-08-03T13:31:18.763Z | Compiling compression-codecs v0.4.38 |
| 1125 | 2026-08-03T13:31:18.771Z | Compiling digest v0.11.3 |
| 1126 | 2026-08-03T13:31:18.988Z | Compiling hostname v0.3.1 |
| 1127 | 2026-08-03T13:31:19.108Z | Compiling typify-macro v0.6.2 |
| 1128 | 2026-08-03T13:31:19.336Z | Compiling slog-json v2.6.1 |
| 1129 | 2026-08-03T13:31:19.583Z | Compiling async-stream-impl v0.3.6 |
| 1130 | 2026-08-03T13:31:19.893Z | Compiling dropshot v0.17.1 |
| 1131 | 2026-08-03T13:31:20.041Z | Compiling is-terminal v0.4.17 |
| 1132 | 2026-08-03T13:31:20.117Z | Compiling vw-htcl v0.1.0 (/work/oxidecomputer/vw/vw-htcl) |
| 1133 | 2026-08-03T13:31:20.134Z | Compiling hex v0.4.3 |
| 1134 | 2026-08-03T13:31:20.194Z | Compiling term v1.2.1 |
| 1135 | 2026-08-03T13:31:20.415Z | Compiling take_mut v0.2.2 |
| 1136 | 2026-08-03T13:31:20.460Z | Compiling semver v0.1.20 |
| 1137 | 2026-08-03T13:31:20.702Z | Compiling cfg_aliases v0.1.1 |
| 1138 | 2026-08-03T13:31:20.768Z | Compiling spin v0.9.9 |
| 1139 | 2026-08-03T13:31:20.771Z | Compiling const-random-macro v0.1.16 |
| 1140 | 2026-08-03T13:31:21.155Z | Compiling nix v0.28.0 |
| 1141 | 2026-08-03T13:31:21.506Z | Compiling rustc_version v0.1.7 |
| 1142 | 2026-08-03T13:31:21.689Z | Compiling slog-term v2.9.2 |
| 1143 | 2026-08-03T13:31:22.058Z | Compiling async-stream v0.3.6 |
| 1144 | 2026-08-03T13:31:22.150Z | Compiling slog-bunyan v2.5.0 |
| 1145 | 2026-08-03T13:31:22.248Z | Compiling async-compression v0.4.43 |
| 1146 | 2026-08-03T13:31:22.320Z | Compiling sha1 v0.11.0 |
| 1147 | 2026-08-03T13:31:22.686Z | Compiling rand_chacha v0.3.1 |
| 1148 | 2026-08-03T13:31:22.963Z | Compiling dropshot_endpoint v0.17.1 |
| 1149 | 2026-08-03T13:31:23.141Z | Compiling waitgroup v0.1.2 |
| 1150 | 2026-08-03T13:31:23.276Z | Compiling rustls-pemfile v2.2.0 |
| 1151 | 2026-08-03T13:31:23.289Z | Compiling serde_path_to_error v0.1.20 |
| 1152 | 2026-08-03T13:31:23.539Z | Compiling fs-err v3.3.1 |
| 1153 | 2026-08-03T13:31:23.717Z | Compiling hostname v0.4.2 |
| 1154 | 2026-08-03T13:31:23.867Z | Compiling debug-ignore v1.0.5 |
| 1155 | 2026-08-03T13:31:24.045Z | Compiling ident_case v1.0.1 |
| 1156 | 2026-08-03T13:31:24.059Z | Compiling signal-hook v0.3.18 |
| 1157 | 2026-08-03T13:31:24.167Z | Compiling darling_core v0.23.0 |
| 1158 | 2026-08-03T13:31:24.381Z | Compiling rand v0.8.7 |
| 1159 | 2026-08-03T13:31:24.557Z | Compiling newtype_derive v0.1.6 |
| 1160 | 2026-08-03T13:31:24.797Z | Compiling const-random v0.1.18 |
| 1161 | 2026-08-03T13:31:24.866Z | Compiling dropshot-api-manager-types v0.7.2 |
| 1162 | 2026-08-03T13:31:25.972Z | Compiling owo-colors v4.3.0 |
| 1163 | 2026-08-03T13:31:26.226Z | Compiling darling_macro v0.23.0 |
| 1164 | 2026-08-03T13:31:26.805Z | Compiling dlv-list v0.5.2 |
| 1165 | 2026-08-03T13:31:28.326Z | Compiling typify v0.6.2 |
| 1166 | 2026-08-03T13:31:28.425Z | Compiling git-stub v1.0.0 |
| 1167 | 2026-08-03T13:31:28.853Z | Compiling atomicwrites v0.4.4 |
| 1168 | 2026-08-03T13:31:28.905Z | Compiling sha1 v0.10.7 |
| 1169 | 2026-08-03T13:31:29.144Z | Compiling terminal_size v0.4.4 |
| 1170 | 2026-08-03T13:31:29.292Z | Compiling filedescriptor v0.8.3 |
| 1171 | 2026-08-03T13:31:29.303Z | Compiling pin-project-internal v1.1.13 |
| 1172 | 2026-08-03T13:31:29.460Z | Compiling serde_repr v0.1.20 |
| 1173 | 2026-08-03T13:31:29.538Z | Compiling blake3 v1.8.5 |
| 1174 | 2026-08-03T13:31:29.920Z | Compiling serial2 v0.2.37 |
| 1175 | 2026-08-03T13:31:30.214Z | Compiling instability v0.3.12 |
| 1176 | 2026-08-03T13:31:30.341Z | Compiling unicode-segmentation v1.13.3 |
| 1177 | 2026-08-03T13:31:30.421Z | Compiling vw-vivado v0.1.0 (/work/oxidecomputer/vw/vw-vivado) |
| 1178 | 2026-08-03T13:31:30.429Z | Compiling data-encoding v2.11.0 |
| 1179 | 2026-08-03T13:31:30.636Z | Compiling smawk v0.3.3 |
| 1180 | 2026-08-03T13:31:30.768Z | Compiling unicode-linebreak v0.1.5 |
| 1181 | 2026-08-03T13:31:30.914Z | Compiling downcast-rs v1.2.1 |
| 1182 | 2026-08-03T13:31:31.005Z | Compiling utf-8 v0.7.6 |
| 1183 | 2026-08-03T13:31:31.020Z | Compiling unsafe-libyaml v0.2.11 |
| 1184 | 2026-08-03T13:31:31.193Z | Compiling is_ci v1.2.0 |
| 1185 | 2026-08-03T13:31:31.319Z | Compiling shell-words v1.1.1 |
| 1186 | 2026-08-03T13:31:31.352Z | Compiling supports-color v3.0.2 |
| 1187 | 2026-08-03T13:31:31.558Z | Compiling serde_yaml v0.9.34+deprecated |
| 1188 | 2026-08-03T13:31:31.583Z | Compiling portable-pty v0.9.0 |
| 1189 | 2026-08-03T13:31:31.664Z | Compiling tungstenite v0.21.0 |
| 1190 | 2026-08-03T13:31:32.752Z | Compiling textwrap v0.16.2 |
| 1191 | 2026-08-03T13:31:33.052Z | Compiling pin-project v1.1.13 |
| 1192 | 2026-08-03T13:31:33.151Z | Compiling lsp-types v0.94.1 |
| 1193 | 2026-08-03T13:31:33.942Z | Compiling progenitor-impl v0.14.0 |
| 1194 | 2026-08-03T13:31:34.149Z | Compiling git-stub-vcs v0.1.0 |
| 1195 | 2026-08-03T13:31:34.379Z | Compiling signal-hook-mio v0.2.5 |
| 1196 | 2026-08-03T13:31:34.583Z | Compiling ordered-multimap v0.7.3 |
| 1197 | 2026-08-03T13:31:34.884Z | Compiling darling v0.23.0 |
| 1198 | 2026-08-03T13:31:34.963Z | Compiling drift v0.2.0 |
| 1199 | 2026-08-03T13:31:35.747Z | Compiling vw-eda v0.1.0 (/work/oxidecomputer/vw/vw-eda) |
| 1200 | 2026-08-03T13:31:35.953Z | Compiling gethostname v1.1.0 |
| 1201 | 2026-08-03T13:31:36.079Z | Compiling curve25519-dalek v4.1.3 |
| 1202 | 2026-08-03T13:31:36.125Z | Compiling itertools v0.13.0 |
| 1203 | 2026-08-03T13:31:36.353Z | Compiling strum_macros v0.26.4 |
| 1204 | 2026-08-03T13:31:37.571Z | Compiling castaway v0.2.4 |
| 1205 | 2026-08-03T13:31:37.688Z | Compiling env_filter v2.0.0 |
| 1206 | 2026-08-03T13:31:37.942Z | Compiling indoc v2.0.7 |
| 1207 | 2026-08-03T13:31:38.377Z | Compiling base64ct v1.8.3 |
| 1208 | 2026-08-03T13:31:38.696Z | Compiling pxfm v0.1.29 |
| 1209 | 2026-08-03T13:31:38.713Z | Compiling arrayvec v0.7.8 |
| 1210 | 2026-08-03T13:31:38.941Z | Compiling arrayref v0.3.9 |
| 1211 | 2026-08-03T13:31:39.009Z | Compiling indent_write v2.2.0 |
| 1212 | 2026-08-03T13:31:39.159Z | Compiling static_assertions v1.1.0 |
| 1213 | 2026-08-03T13:31:39.229Z | Compiling jiff v0.2.32 |
| 1214 | 2026-08-03T13:31:41.038Z | Compiling constant_time_eq v0.4.2 |
| 1215 | 2026-08-03T13:31:41.985Z | Compiling moxcms v0.8.1 |
| 1216 | 2026-08-03T13:31:44.297Z | Compiling env_logger v0.11.11 |
| 1217 | 2026-08-03T13:31:45.332Z | Compiling compact_str v0.8.2 |
| 1218 | 2026-08-03T13:31:46.367Z | Compiling pem-rfc7468 v0.7.0 |
| 1219 | 2026-08-03T13:31:47.777Z | Compiling strum v0.26.3 |
| 1220 | 2026-08-03T13:31:47.903Z | Compiling unicode-truncate v1.1.0 |
| 1221 | 2026-08-03T13:31:48.138Z | Compiling progenitor-macro v0.14.0 |
| 1222 | 2026-08-03T13:31:48.334Z | Compiling rust-ini v0.21.3 |
| 1223 | 2026-08-03T13:31:49.838Z | Compiling crossterm v0.28.1 |
| 1224 | 2026-08-03T13:31:51.924Z | Compiling rustls-webpki v0.103.13 |
| 1225 | 2026-08-03T13:31:52.881Z | Compiling tower v0.4.13 |
| 1226 | 2026-08-03T13:31:53.240Z | Compiling tokio-tungstenite v0.21.0 |
| 1227 | 2026-08-03T13:31:53.573Z | Compiling dashmap v5.5.3 |
| 1228 | 2026-08-03T13:31:54.152Z | Compiling globset v0.4.19 |
| 1229 | 2026-08-03T13:31:54.241Z | Compiling git2 v0.18.3 |
| 1230 | 2026-08-03T13:31:54.398Z | Compiling lsp-server v0.7.9 |
| 1231 | 2026-08-03T13:31:55.965Z | Compiling fuzzy-matcher v0.3.7 |
| 1232 | 2026-08-03T13:31:56.989Z | Compiling tokio-rustls v0.26.4 |
| 1233 | 2026-08-03T13:31:57.284Z | Compiling hyper-rustls v0.27.9 |
| 1234 | 2026-08-03T13:31:57.418Z | Compiling rustls-platform-verifier v0.7.0 |
| 1235 | 2026-08-03T13:31:57.678Z | Compiling reqwest v0.13.4 |
| 1236 | 2026-08-03T13:31:57.967Z | Compiling vw-lib v0.1.0 (/work/oxidecomputer/vw/vw-lib) |
| 1237 | 2026-08-03T13:32:01.730Z | Compiling progenitor-client v0.14.0 |
| 1238 | 2026-08-03T13:32:02.181Z | Compiling oxide v0.17.0+2026060800.0.0 |
| 1239 | 2026-08-03T13:32:02.210Z | Compiling dropshot-api-manager v0.7.2 |
| 1240 | 2026-08-03T13:32:09.062Z | Compiling sharded-slab v0.1.7 |
| 1241 | 2026-08-03T13:32:09.689Z | Compiling lru v0.12.5 |
| 1242 | 2026-08-03T13:32:09.884Z | Compiling png v0.18.1 |
| 1243 | 2026-08-03T13:32:12.490Z | Compiling inout v0.1.4 |
| 1244 | 2026-08-03T13:32:12.639Z | Compiling matchers v0.2.0 |
| 1245 | 2026-08-03T13:32:12.801Z | Compiling quick-xml v0.38.4 |
| 1246 | 2026-08-03T13:32:13.827Z | Compiling tower-lsp-macros v0.9.0 |
| 1247 | 2026-08-03T13:32:14.013Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1248 | 2026-08-03T13:32:14.401Z | Compiling auto_impl v1.3.0 |
| 1249 | 2026-08-03T13:32:14.690Z | Compiling tracing-log v0.2.0 |
| 1250 | 2026-08-03T13:32:15.040Z | Compiling ring v0.17.14 |
| 1251 | 2026-08-03T13:32:15.311Z | Compiling nu-ansi-term v0.50.3 |
| 1252 | 2026-08-03T13:32:15.323Z | Compiling home v0.5.12 |
| 1253 | 2026-08-03T13:32:15.363Z | Compiling byteorder-lite v0.1.0 |
| 1254 | 2026-08-03T13:32:15.484Z | Compiling cassowary v0.3.0 |
| 1255 | 2026-08-03T13:32:15.570Z | Compiling portable-atomic v1.13.1 |
| 1256 | 2026-08-03T13:32:15.650Z | Compiling signature v2.2.0 |
| 1257 | 2026-08-03T13:32:15.805Z | Compiling x11rb-protocol v0.13.2 |
| 1258 | 2026-08-03T13:32:15.820Z | Compiling ed25519 v2.2.3 |
| 1259 | 2026-08-03T13:32:16.043Z | Compiling ratatui v0.29.0 |
| 1260 | 2026-08-03T13:32:16.058Z | Compiling image v0.25.10 |
| 1261 | 2026-08-03T13:32:17.892Z | Compiling tracing-subscriber v0.3.23 |
| 1262 | 2026-08-03T13:32:20.544Z | Compiling x11rb v0.13.2 |
| 1263 | 2026-08-03T13:32:22.269Z | Compiling aws-creds v0.39.1 |
| 1264 | 2026-08-03T13:32:22.983Z | Compiling tower-lsp v0.20.0 |
| 1265 | 2026-08-03T13:32:24.627Z | Compiling cipher v0.4.4 |
| 1266 | 2026-08-03T13:32:24.858Z | Compiling progenitor v0.14.0 |
| 1267 | 2026-08-03T13:32:24.868Z | Compiling vw-bench v0.1.0 (/work/oxidecomputer/vw/vw-bench) |
| 1268 | 2026-08-03T13:32:24.997Z | Compiling vhdl_ls v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89) |
| 1269 | 2026-08-03T13:32:25.791Z | Compiling ignore v0.4.31 |
| 1270 | 2026-08-03T13:32:26.154Z | Compiling ssh-encoding v0.2.0 |
| 1271 | 2026-08-03T13:32:26.180Z | Compiling reqwest v0.12.28 |
| 1272 | 2026-08-03T13:32:26.680Z | Compiling hmac v0.12.1 |
| 1273 | 2026-08-03T13:32:26.833Z | Compiling aws-region v0.28.1 |
| 1274 | 2026-08-03T13:32:27.194Z | Compiling tokio-stream v0.1.19 |
| 1275 | 2026-08-03T13:32:27.257Z | Compiling quick-xml v0.37.5 |
| 1276 | 2026-08-03T13:32:27.743Z | Compiling maybe-async v0.2.11 |
| 1277 | 2026-08-03T13:32:28.521Z | Compiling sysinfo v0.37.2 |
| 1278 | 2026-08-03T13:32:29.330Z | Compiling base16ct v0.2.0 |
| 1279 | 2026-08-03T13:32:29.539Z | Compiling cpp_demangle v0.4.5 |
| 1280 | 2026-08-03T13:32:29.955Z | Compiling redb v4.1.0 |
| 1281 | 2026-08-03T13:32:29.981Z | Compiling md5 v0.8.1 |
| 1282 | 2026-08-03T13:32:30.209Z | Compiling rust-s3 v0.37.2 |
| 1283 | 2026-08-03T13:32:30.272Z | Compiling vw-api-types-versions v0.1.0 (/work/oxidecomputer/vw/vw-api-types/versions) |
| 1284 | 2026-08-03T13:32:32.491Z | Compiling vw-sync-api v0.1.0 (/work/oxidecomputer/vw/vw-sync-api) |
| 1285 | 2026-08-03T13:32:33.476Z | Compiling vw-api v0.1.0 (/work/oxidecomputer/vw/vw-api) |
| 1286 | 2026-08-03T13:32:34.980Z | Compiling vw-api-client v0.1.0 (/work/oxidecomputer/vw/vw-api-client) |
| 1287 | 2026-08-03T13:32:36.516Z | Compiling vw-sync v0.1.0 (/work/oxidecomputer/vw/vw-sync) |
| 1288 | 2026-08-03T13:32:37.792Z | Compiling sec1 v0.7.3 |
| 1289 | 2026-08-03T13:32:37.998Z | Compiling ipxact v0.1.0 (https://github.com/oxidecomputer/ipe?branch=ry%2Finit#2f18277e) |
| 1290 | 2026-08-03T13:32:38.879Z | Compiling ssh-cipher v0.2.0 |
| 1291 | 2026-08-03T13:32:39.044Z | Compiling vw-analyzer v0.1.0 (/work/oxidecomputer/vw/vw-analyzer) |
| 1292 | 2026-08-03T13:32:39.444Z | Compiling vw-remote v0.1.0 (/work/oxidecomputer/vw/vw-remote) |
| 1293 | 2026-08-03T13:32:41.258Z | Compiling ed25519-dalek v2.2.0 |
| 1294 | 2026-08-03T13:32:41.399Z | Compiling arboard v3.6.1 |
| 1295 | 2026-08-03T13:32:41.614Z | Compiling tui-textarea v0.7.0 |
| 1296 | 2026-08-03T13:32:43.261Z | Compiling nucleo-matcher v0.3.1 |
| 1297 | 2026-08-03T13:32:43.657Z | Compiling console v0.15.11 |
| 1298 | 2026-08-03T13:32:43.711Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1299 | 2026-08-03T13:32:43.861Z | Compiling yasna v0.6.0 |
| 1300 | 2026-08-03T13:32:43.926Z | Compiling pem v3.0.6 |
| 1301 | 2026-08-03T13:32:44.629Z | Compiling filetime v0.2.29 |
| 1302 | 2026-08-03T13:32:44.845Z | Compiling number_prefix v0.4.0 |
| 1303 | 2026-08-03T13:32:44.983Z | Compiling indicatif v0.17.11 |
| 1304 | 2026-08-03T13:32:45.002Z | Compiling notify v6.1.1 |
| 1305 | 2026-08-03T13:32:45.241Z | Compiling rcgen v0.14.8 |
| 1306 | 2026-08-03T13:32:45.351Z | Compiling vw-repl v0.1.0 (/work/oxidecomputer/vw/vw-repl) |
| 1307 | 2026-08-03T13:32:46.473Z | Compiling ssh-key v0.6.7 |
| 1308 | 2026-08-03T13:32:47.937Z | Compiling vw-ip v0.1.0 (/work/oxidecomputer/vw/vw-ip) |
| 1309 | 2026-08-03T13:32:48.476Z | Compiling vw-openapi-manager v0.1.0 (/work/oxidecomputer/vw/vw-openapi-manager) |
| 1310 | 2026-08-03T13:32:49.866Z | Compiling vw-htcl-cmd v0.1.0 (/work/oxidecomputer/vw/vw-htcl-cmd) |
| 1311 | 2026-08-03T13:32:52.626Z | Compiling rustc-demangle v0.1.28 |
| 1312 | 2026-08-03T13:32:52.680Z | Compiling xtask v0.1.0 (/work/oxidecomputer/vw/xtask) |
| 1313 | 2026-08-03T13:32:53.607Z | Compiling vw-api-types v0.1.0 (/work/oxidecomputer/vw/vw-api-types) |
| 1314 | 2026-08-03T13:33:12.692Z | Compiling vw-svc v0.1.0 (/work/oxidecomputer/vw/vw-svc) |
| 1315 | 2026-08-03T13:33:12.959Z | Compiling vw-agent v0.1.0 (/work/oxidecomputer/vw/vw-agent) |
| 1316 | 2026-08-03T13:33:12.995Z | Compiling vw v0.1.0 (/work/oxidecomputer/vw/vw-cli) |
| 1317 | 2026-08-03T13:33:49.740Z | Finished `release` profile [optimized] target(s) in 3m 27s |
| 1318 | 2026-08-03T13:33:49.842Z | + mkdir -p /work/release/ |
| 1319 | 2026-08-03T13:33:49.845Z | + cp target/release/vw /work/release/ |
| 1320 | 2026-08-03T13:33:49.930Z | + cp target/release/vw-agent /work/release/ |
| 1321 | 2026-08-03T13:33:50.002Z | + cp target/release/vw-svc /work/release/ |
| 1322 | 2026-08-03T13:33:50.056Z | + cp target/release/vw-analyzer /work/release/ |
| 1323 | 2026-08-03T13:33:50.097Z | process exited: duration 393523 ms, exit code 0 |
| |
| 1324 | 2026-08-03T13:33:50.109Z | found 4 output files |
| 1325 | 2026-08-03T13:33:50.139Z | uploading: /work/release/vw (96358384 bytes) |
| 1326 | 2026-08-03T13:33:51.801Z | uploaded: /work/release/vw |
| 1327 | 2026-08-03T13:33:51.802Z | uploading: /work/release/vw-agent (78730248 bytes) |
| 1328 | 2026-08-03T13:33:53.464Z | uploaded: /work/release/vw-agent |
| 1329 | 2026-08-03T13:33:53.464Z | uploading: /work/release/vw-analyzer (42555192 bytes) |
| 1330 | 2026-08-03T13:33:55.173Z | uploaded: /work/release/vw-analyzer |
| 1331 | 2026-08-03T13:33:55.173Z | uploading: /work/release/vw-svc (55984312 bytes) |
| 1332 | 2026-08-03T13:33:56.663Z | uploaded: /work/release/vw-svc |