|
|
|
| 1 | 2026-08-05T20:36:28.729Z | job assigned to worker 01KZ9T7ADPFFNJV00XW8KBJV3K [factory aws, i-0e782b1fe0898902f] (queued for 49 s) |
| |
| 2 | 2026-08-05T20:36:34.764Z | starting task 0: "setup" |
| 3 | 2026-08-05T20:36:34.767Z | ++ uname -s |
| 4 | 2026-08-05T20:36:34.770Z | + kern=SunOS |
| 5 | 2026-08-05T20:36:34.770Z | + build_user=build |
| 6 | 2026-08-05T20:36:34.770Z | + build_uid=12345 |
| 7 | 2026-08-05T20:36:34.770Z | + work_dir=/work |
| 8 | 2026-08-05T20:36:34.771Z | + input_dir=/input |
| 9 | 2026-08-05T20:36:34.771Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-05T20:36:34.771Z | + case "$kern" in |
| 11 | 2026-08-05T20:36:34.771Z | + groupadd -g 12345 build |
| 12 | 2026-08-05T20:36:34.771Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-05T20:36:36.776Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-05T20:36:36.846Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-05T20:36:36.849Z | + home_fs=zfs |
| 16 | 2026-08-05T20:36:36.849Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-05T20:36:36.849Z | + mkdir -p /home/build |
| 18 | 2026-08-05T20:36:36.849Z | + chown build:build /home/build /work |
| 19 | 2026-08-05T20:36:38.850Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-05T20:36:38.853Z | process exited: duration 4089 ms, exit code 0 |
| |
| 21 | 2026-08-05T20:36:38.860Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-05T20:36:38.863Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-08-05T20:36:38.863Z | * rust toolchain channel = "stable" |
| 24 | 2026-08-05T20:36:38.863Z | * rust toolchain profile = "default" |
| 25 | 2026-08-05T20:36:38.863Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-05T20:36:38.864Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-05T20:36:38.864Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-05T20:36:38.867Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-05T20:36:38.867Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-08-05T20:36:38.969Z | info: downloading installer |
| 31 | 2026-08-05T20:36:40.667Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-05T20:36:40.667Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-05T20:36:40.667Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-05T20:36:40.667Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-05T20:36:40.679Z | info: profile set to default |
| 36 | 2026-08-05T20:36:40.679Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-05T20:36:40.682Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-08-05T20:36:40.829Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-05T20:36:40.833Z | info: downloading 6 components |
| 40 | 2026-08-05T20:36:56.259Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 41 | 2026-08-05T20:36:56.259Z | |
| 42 | 2026-08-05T20:36:56.286Z | stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-05T20:36:56.286Z | |
| 44 | 2026-08-05T20:36:56.289Z | |
| 45 | 2026-08-05T20:36:56.289Z | Rust is installed now. Great! |
| 46 | 2026-08-05T20:36:56.289Z | |
| 47 | 2026-08-05T20:36:56.289Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-05T20:36:56.289Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-05T20:36:56.289Z | |
| 50 | 2026-08-05T20:36:56.289Z | To configure your current shell, you need to source |
| 51 | 2026-08-05T20:36:56.289Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-05T20:36:56.289Z | |
| 53 | 2026-08-05T20:36:56.289Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-05T20:36:56.289Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-05T20:36:56.289Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-05T20:36:56.289Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-05T20:36:56.290Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-05T20:36:56.290Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-05T20:36:56.291Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-05T20:36:56.291Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-05T20:36:56.291Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-05T20:36:56.371Z | + rustup --version |
| 63 | 2026-08-05T20:36:56.379Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-05T20:36:56.383Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-05T20:36:56.401Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-05T20:36:56.404Z | + cargo --version |
| 67 | 2026-08-05T20:36:56.418Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-05T20:36:56.422Z | + rustc --version |
| 69 | 2026-08-05T20:36:56.440Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-05T20:36:56.443Z | process exited: duration 17582 ms, exit code 0 |
| |
| 71 | 2026-08-05T20:36:56.450Z | starting task 2: "authentication" |
| 72 | 2026-08-05T20:36:56.467Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-05T20:36:56.474Z | starting task 3: "clone repository" |
| 74 | 2026-08-05T20:36:56.477Z | + mkdir -p /work/oxidecomputer/vw |
| 75 | 2026-08-05T20:36:56.481Z | + git clone https://github.com/oxidecomputer/vw /work/oxidecomputer/vw |
| 76 | 2026-08-05T20:36:56.509Z | Cloning into '/work/oxidecomputer/vw'... |
| 77 | 2026-08-05T20:36:57.145Z | + cd /work/oxidecomputer/vw |
| 78 | 2026-08-05T20:36:57.145Z | + git fetch origin 02f773d6ce7154b80527c74651e2300edc32141c |
| 79 | 2026-08-05T20:36:57.376Z | From https://github.com/oxidecomputer/vw |
| 80 | 2026-08-05T20:36:57.376Z | * branch 02f773d6ce7154b80527c74651e2300edc32141c -> FETCH_HEAD |
| 81 | 2026-08-05T20:36:57.381Z | + [[ -n ry/locutus ]] |
| 82 | 2026-08-05T20:36:57.384Z | ++ git branch --show-current |
| 83 | 2026-08-05T20:36:57.384Z | + current=main |
| 84 | 2026-08-05T20:36:57.384Z | + [[ main != ry/locutus ]] |
| 85 | 2026-08-05T20:36:57.384Z | + git branch -f ry/locutus 02f773d6ce7154b80527c74651e2300edc32141c |
| 86 | 2026-08-05T20:36:57.388Z | + git checkout -f ry/locutus |
| 87 | 2026-08-05T20:36:57.409Z | Switched to branch 'ry/locutus' |
| 88 | 2026-08-05T20:36:57.413Z | + git reset --hard 02f773d6ce7154b80527c74651e2300edc32141c |
| 89 | 2026-08-05T20:36:57.429Z | HEAD is now at 02f773d bench fixes |
| 90 | 2026-08-05T20:36:57.432Z | process exited: duration 956 ms, exit code 0 |
| |
| 91 | 2026-08-05T20:36:57.439Z | starting task 4: "build" |
| 92 | 2026-08-05T20:36:57.442Z | + cargo --version |
| 93 | 2026-08-05T20:36:57.448Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 94 | 2026-08-05T20:36:57.589Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 95 | 2026-08-05T20:36:57.593Z | info: downloading 6 components |
| 96 | 2026-08-05T20:37:13.906Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 97 | 2026-08-05T20:37:13.909Z | + rustc --version |
| 98 | 2026-08-05T20:37:13.934Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 99 | 2026-08-05T20:37:13.938Z | + export PKG_CONFIG_PATH=/opt/ooce/lib/amd64/pkgconfig |
| 100 | 2026-08-05T20:37:13.938Z | + PKG_CONFIG_PATH=/opt/ooce/lib/amd64/pkgconfig |
| 101 | 2026-08-05T20:37:13.938Z | + banner api |
| 102 | 2026-08-05T20:37:13.941Z | |
| 103 | 2026-08-05T20:37:13.941Z | ## ##### # |
| 104 | 2026-08-05T20:37:13.941Z | # # # # # |
| 105 | 2026-08-05T20:37:13.941Z | # # # # # |
| 106 | 2026-08-05T20:37:13.941Z | ###### ##### # |
| 107 | 2026-08-05T20:37:13.941Z | # # # # |
| 108 | 2026-08-05T20:37:13.941Z | # # # # |
| 109 | 2026-08-05T20:37:13.941Z | |
| 110 | 2026-08-05T20:37:13.941Z | + cargo xtask openapi generate |
| 111 | 2026-08-05T20:39:22.913Z | Generating OpenAPI documents from API definitions ... |
| 112 | 2026-08-05T20:39:22.921Z | Loading local OpenAPI documents from "/work/oxidecomputer/vw/openapi" ... |
| 113 | 2026-08-05T20:39:22.930Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 114 | 2026-08-05T20:39:22.930Z | ------- |
| 115 | 2026-08-05T20:39:22.930Z | Updating 3 OpenAPI documents... |
| 116 | 2026-08-05T20:39:22.930Z | Unchanged vw-admin-api (versioned v1.0.0 (added locally)): VW admin API |
| 117 | 2026-08-05T20:39:22.930Z | Unchanged vw-admin-api "latest" symlink |
| 118 | 2026-08-05T20:39:22.930Z | Unchanged vw-sync-api (versioned v1.0.0 (added locally)): VW agent API |
| 119 | 2026-08-05T20:39:22.930Z | Unchanged vw-sync-api "latest" symlink |
| 120 | 2026-08-05T20:39:22.930Z | Unchanged vw-user-api (versioned v1.0.0 (added locally)): VW user API |
| 121 | 2026-08-05T20:39:22.930Z | Unchanged vw-user-api "latest" symlink |
| 122 | 2026-08-05T20:39:22.930Z | Loading local OpenAPI documents from "/work/oxidecomputer/vw/openapi" ... |
| 123 | 2026-08-05T20:39:22.939Z | Rechecking all local files |
| 124 | 2026-08-05T20:39:22.939Z | ------- |
| 125 | 2026-08-05T20:39:22.939Z | Success 3 documents: 0 changes made, 3 unchanged, 0 failed |
| 126 | 2026-08-05T20:39:22.950Z | + banner check |
| 127 | 2026-08-05T20:39:22.950Z | |
| 128 | 2026-08-05T20:39:22.950Z | #### # # ###### #### # # |
| 129 | 2026-08-05T20:39:22.950Z | # # # # # # # # # |
| 130 | 2026-08-05T20:39:22.950Z | # ###### ##### # #### |
| 131 | 2026-08-05T20:39:22.950Z | # # # # # # # |
| 132 | 2026-08-05T20:39:22.950Z | # # # # # # # # # |
| 133 | 2026-08-05T20:39:22.950Z | #### # # ###### #### # # |
| 134 | 2026-08-05T20:39:22.950Z | |
| 135 | 2026-08-05T20:39:22.950Z | + cargo fmt -- --check |
| 136 | 2026-08-05T20:39:23.421Z | + cargo clippy --all-targets -- --deny warnings |
| 137 | 2026-08-05T20:39:23.630Z | Downloading crates ... |
| 138 | 2026-08-05T20:39:23.691Z | Downloaded aws-region v0.28.1 |
| 139 | 2026-08-05T20:39:23.697Z | Downloaded arboard v3.6.1 |
| 140 | 2026-08-05T20:39:23.697Z | Downloaded dashmap v5.5.3 |
| 141 | 2026-08-05T20:39:23.697Z | Downloaded crunchy v0.2.4 |
| 142 | 2026-08-05T20:39:23.697Z | Downloaded lru v0.12.5 |
| 143 | 2026-08-05T20:39:23.697Z | Downloaded const-random v0.1.18 |
| 144 | 2026-08-05T20:39:23.701Z | Downloaded instability v0.3.13 |
| 145 | 2026-08-05T20:39:23.701Z | Downloaded num-iter v0.1.46 |
| 146 | 2026-08-05T20:39:23.708Z | Downloaded arrayref v0.3.9 |
| 147 | 2026-08-05T20:39:23.711Z | Downloaded castaway v0.2.4 |
| 148 | 2026-08-05T20:39:23.714Z | Downloaded pathfinder_geometry v0.5.1 |
| 149 | 2026-08-05T20:39:23.714Z | Downloaded cfg_aliases v0.1.1 |
| 150 | 2026-08-05T20:39:23.714Z | Downloaded color_quant v1.1.0 |
| 151 | 2026-08-05T20:39:23.720Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 152 | 2026-08-05T20:39:23.725Z | Downloaded p521 v0.13.3 |
| 153 | 2026-08-05T20:39:23.726Z | Downloaded pathfinder_simd v0.5.6 |
| 154 | 2026-08-05T20:39:23.726Z | Downloaded const-random-macro v0.1.16 |
| 155 | 2026-08-05T20:39:23.726Z | Downloaded indicatif v0.17.11 |
| 156 | 2026-08-05T20:39:23.730Z | Downloaded pem-rfc7468 v0.7.0 |
| 157 | 2026-08-05T20:39:23.730Z | Downloaded base64ct v1.8.3 |
| 158 | 2026-08-05T20:39:23.730Z | Downloaded cipher v0.4.4 |
| 159 | 2026-08-05T20:39:23.730Z | Downloaded constant_time_eq v0.4.2 |
| 160 | 2026-08-05T20:39:23.730Z | Downloaded byteorder-lite v0.1.0 |
| 161 | 2026-08-05T20:39:23.733Z | Downloaded aws-creds v0.39.1 |
| 162 | 2026-08-05T20:39:23.733Z | Downloaded cassowary v0.3.0 |
| 163 | 2026-08-05T20:39:23.737Z | Downloaded plotters v0.3.7 |
| 164 | 2026-08-05T20:39:23.740Z | Downloaded byteorder v1.5.0 |
| 165 | 2026-08-05T20:39:23.744Z | Downloaded auto_impl v1.3.0 |
| 166 | 2026-08-05T20:39:23.747Z | Downloaded base16ct v0.2.0 |
| 167 | 2026-08-05T20:39:23.747Z | Downloaded serde_repr v0.1.21 |
| 168 | 2026-08-05T20:39:23.751Z | Downloaded console v0.15.11 |
| 169 | 2026-08-05T20:39:23.751Z | Downloaded const-oid v0.9.6 |
| 170 | 2026-08-05T20:39:23.751Z | Downloaded same-file v1.0.6 |
| 171 | 2026-08-05T20:39:23.757Z | Downloaded arrayvec v0.7.8 |
| 172 | 2026-08-05T20:39:23.757Z | Downloaded bitflags v1.3.2 |
| 173 | 2026-08-05T20:39:23.757Z | Downloaded progenitor v0.14.0 |
| 174 | 2026-08-05T20:39:23.757Z | Downloaded rand_chacha v0.3.1 |
| 175 | 2026-08-05T20:39:23.758Z | Downloaded enum-map-derive v0.17.0 |
| 176 | 2026-08-05T20:39:23.763Z | Downloaded matchers v0.2.0 |
| 177 | 2026-08-05T20:39:23.763Z | Downloaded pinned_vec v0.1.1 |
| 178 | 2026-08-05T20:39:23.763Z | Downloaded rfc6979 v0.4.0 |
| 179 | 2026-08-05T20:39:23.767Z | Downloaded home v0.5.12 |
| 180 | 2026-08-05T20:39:23.767Z | Downloaded defmt-parser v1.0.0 |
| 181 | 2026-08-05T20:39:23.770Z | Downloaded dirs-sys v0.4.1 |
| 182 | 2026-08-05T20:39:23.770Z | Downloaded rand_core v0.6.4 |
| 183 | 2026-08-05T20:39:23.770Z | Downloaded pkcs8 v0.10.2 |
| 184 | 2026-08-05T20:39:23.770Z | Downloaded plotters-svg v0.3.7 |
| 185 | 2026-08-05T20:39:23.776Z | Downloaded dirs v5.0.1 |
| 186 | 2026-08-05T20:39:23.782Z | Downloaded downcast-rs v1.2.1 |
| 187 | 2026-08-05T20:39:23.782Z | Downloaded ident_case v1.0.1 |
| 188 | 2026-08-05T20:39:23.782Z | Downloaded netrc v0.4.1 |
| 189 | 2026-08-05T20:39:23.788Z | Downloaded rustc-demangle v0.1.28 |
| 190 | 2026-08-05T20:39:23.792Z | Downloaded dlib v0.5.3 |
| 191 | 2026-08-05T20:39:23.792Z | Downloaded inout v0.1.4 |
| 192 | 2026-08-05T20:39:23.792Z | Downloaded png v0.17.16 |
| 193 | 2026-08-05T20:39:23.796Z | Downloaded plotters-backend v0.3.7 |
| 194 | 2026-08-05T20:39:23.796Z | Downloaded number_prefix v0.4.0 |
| 195 | 2026-08-05T20:39:23.796Z | Downloaded plotters-bitmap v0.3.7 |
| 196 | 2026-08-05T20:39:23.808Z | Downloaded progenitor-macro v0.14.0 |
| 197 | 2026-08-05T20:39:23.809Z | Downloaded strum v0.26.3 |
| 198 | 2026-08-05T20:39:23.809Z | Downloaded float-ord v0.3.2 |
| 199 | 2026-08-05T20:39:23.809Z | Downloaded darling_macro v0.24.0 |
| 200 | 2026-08-05T20:39:23.809Z | Downloaded quick-error v2.0.1 |
| 201 | 2026-08-05T20:39:23.812Z | Downloaded yeslogic-fontconfig-sys v6.0.1 |
| 202 | 2026-08-05T20:39:23.812Z | Downloaded rustc_version v0.4.1 |
| 203 | 2026-08-05T20:39:23.812Z | Downloaded md5 v0.8.1 |
| 204 | 2026-08-05T20:39:23.817Z | Downloaded shell-words v1.1.1 |
| 205 | 2026-08-05T20:39:23.817Z | Downloaded ssh-encoding v0.2.0 |
| 206 | 2026-08-05T20:39:23.817Z | Downloaded filedescriptor v0.8.3 |
| 207 | 2026-08-05T20:39:23.817Z | Downloaded gethostname v1.1.0 |
| 208 | 2026-08-05T20:39:23.817Z | Downloaded openssl-probe v0.1.6 |
| 209 | 2026-08-05T20:39:23.821Z | Downloaded colored v2.2.0 |
| 210 | 2026-08-05T20:39:23.821Z | Downloaded env_filter v2.0.0 |
| 211 | 2026-08-05T20:39:23.821Z | Downloaded ignore v0.4.33 |
| 212 | 2026-08-05T20:39:23.824Z | Downloaded ssh-cipher v0.2.0 |
| 213 | 2026-08-05T20:39:23.825Z | Downloaded signal-hook-mio v0.2.5 |
| 214 | 2026-08-05T20:39:23.825Z | Downloaded rust-ini v0.21.3 |
| 215 | 2026-08-05T20:39:23.825Z | Downloaded sec1 v0.7.3 |
| 216 | 2026-08-05T20:39:23.829Z | Downloaded dlv-list v0.5.2 |
| 217 | 2026-08-05T20:39:23.829Z | Downloaded foldhash v0.1.5 |
| 218 | 2026-08-05T20:39:23.829Z | Downloaded indoc v2.0.7 |
| 219 | 2026-08-05T20:39:23.833Z | Downloaded serde_spanned v0.6.9 |
| 220 | 2026-08-05T20:39:23.833Z | Downloaded env_logger v0.11.11 |
| 221 | 2026-08-05T20:39:23.833Z | Downloaded group v0.13.0 |
| 222 | 2026-08-05T20:39:23.841Z | Downloaded maybe-async v0.2.11 |
| 223 | 2026-08-05T20:39:23.841Z | Downloaded defmt-macros v1.1.1 |
| 224 | 2026-08-05T20:39:23.841Z | Downloaded enum-map v2.7.3 |
| 225 | 2026-08-05T20:39:23.841Z | Downloaded filetime v0.2.29 |
| 226 | 2026-08-05T20:39:23.841Z | Downloaded fdeflate v0.3.7 |
| 227 | 2026-08-05T20:39:23.841Z | Downloaded globset v0.4.20 |
| 228 | 2026-08-05T20:39:23.842Z | Downloaded signature v2.2.0 |
| 229 | 2026-08-05T20:39:23.842Z | Downloaded toml_write v0.1.2 |
| 230 | 2026-08-05T20:39:23.846Z | Downloaded zune-core v0.5.1 |
| 231 | 2026-08-05T20:39:23.846Z | Downloaded bytemuck v1.25.2 |
| 232 | 2026-08-05T20:39:23.846Z | Downloaded sha1 v0.10.7 |
| 233 | 2026-08-05T20:39:23.846Z | Downloaded unicode-truncate v1.1.0 |
| 234 | 2026-08-05T20:39:23.846Z | Downloaded tower-lsp-macros v0.9.0 |
| 235 | 2026-08-05T20:39:23.846Z | Downloaded utf-8 v0.7.6 |
| 236 | 2026-08-05T20:39:23.849Z | Downloaded fax v0.2.7 |
| 237 | 2026-08-05T20:39:23.849Z | Downloaded fuzzy-matcher v0.3.7 |
| 238 | 2026-08-05T20:39:23.849Z | Downloaded libloading v0.8.9 |
| 239 | 2026-08-05T20:39:23.852Z | Downloaded typify-macro v0.6.2 |
| 240 | 2026-08-05T20:39:23.852Z | Downloaded fixedbitset v0.5.7 |
| 241 | 2026-08-05T20:39:23.858Z | Downloaded daft-derive v0.1.8 |
| 242 | 2026-08-05T20:39:23.860Z | Downloaded ff v0.13.1 |
| 243 | 2026-08-05T20:39:23.861Z | Downloaded portable-pty v0.9.0 |
| 244 | 2026-08-05T20:39:23.861Z | Downloaded ed25519 v2.2.3 |
| 245 | 2026-08-05T20:39:23.863Z | Downloaded strum v0.28.0 |
| 246 | 2026-08-05T20:39:23.877Z | Downloaded glob v0.3.4 |
| 247 | 2026-08-05T20:39:23.882Z | Downloaded lsp-server v0.7.9 |
| 248 | 2026-08-05T20:39:23.882Z | Downloaded subst v0.3.8 |
| 249 | 2026-08-05T20:39:23.885Z | Downloaded ordered-multimap v0.7.3 |
| 250 | 2026-08-05T20:39:23.889Z | Downloaded strum_macros v0.28.0 |
| 251 | 2026-08-05T20:39:23.893Z | Downloaded defmt v1.1.1 |
| 252 | 2026-08-05T20:39:23.893Z | Downloaded tokio-tungstenite v0.21.0 |
| 253 | 2026-08-05T20:39:23.900Z | Downloaded pin-project-internal v1.1.13 |
| 254 | 2026-08-05T20:39:23.900Z | Downloaded strum_macros v0.26.4 |
| 255 | 2026-08-05T20:39:23.901Z | Downloaded weezl v0.1.12 |
| 256 | 2026-08-05T20:39:23.904Z | Downloaded toml_datetime v0.6.11 |
| 257 | 2026-08-05T20:39:23.904Z | Downloaded walkdir v2.5.0 |
| 258 | 2026-08-05T20:39:23.912Z | Downloaded tiny-keccak v2.0.2 |
| 259 | 2026-08-05T20:39:23.916Z | Downloaded ecdsa v0.16.9 |
| 260 | 2026-08-05T20:39:23.923Z | Downloaded crypto-bigint v0.5.5 |
| 261 | 2026-08-05T20:39:23.926Z | Downloaded darling v0.24.0 |
| 262 | 2026-08-05T20:39:23.926Z | Downloaded half v2.7.1 |
| 263 | 2026-08-05T20:39:23.926Z | Downloaded static_assertions v1.1.0 |
| 264 | 2026-08-05T20:39:23.930Z | Downloaded cpp_demangle v0.4.5 |
| 265 | 2026-08-05T20:39:23.930Z | Downloaded elliptic-curve v0.13.8 |
| 266 | 2026-08-05T20:39:23.933Z | Downloaded hmac v0.12.1 |
| 267 | 2026-08-05T20:39:23.938Z | Downloaded nu-ansi-term v0.50.3 |
| 268 | 2026-08-05T20:39:23.941Z | Downloaded compact_str v0.8.2 |
| 269 | 2026-08-05T20:39:23.941Z | Downloaded pkcs1 v0.7.5 |
| 270 | 2026-08-05T20:39:23.944Z | Downloaded spki v0.7.3 |
| 271 | 2026-08-05T20:39:23.951Z | Downloaded lsp-types v0.94.1 |
| 272 | 2026-08-05T20:39:23.954Z | Downloaded primeorder v0.13.6 |
| 273 | 2026-08-05T20:39:23.958Z | Downloaded font-kit v0.14.3 |
| 274 | 2026-08-05T20:39:23.970Z | Downloaded serial2 v0.2.38 |
| 275 | 2026-08-05T20:39:23.973Z | Downloaded darling_core v0.24.0 |
| 276 | 2026-08-05T20:39:23.976Z | Downloaded tracing-log v0.2.0 |
| 277 | 2026-08-05T20:39:23.979Z | Downloaded der v0.7.10 |
| 278 | 2026-08-05T20:39:23.982Z | Downloaded progenitor-impl v0.14.0 |
| 279 | 2026-08-05T20:39:23.982Z | Downloaded serde_yaml v0.9.34+deprecated |
| 280 | 2026-08-05T20:39:23.985Z | Downloaded zune-jpeg v0.5.15 |
| 281 | 2026-08-05T20:39:23.994Z | Downloaded ed25519-dalek v2.2.0 |
| 282 | 2026-08-05T20:39:23.997Z | Downloaded toml v0.8.23 |
| 283 | 2026-08-05T20:39:24.001Z | Downloaded tokio-stream v0.1.19 |
| 284 | 2026-08-05T20:39:24.001Z | Downloaded signal-hook v0.3.18 |
| 285 | 2026-08-05T20:39:24.004Z | Downloaded sharded-slab v0.1.7 |
| 286 | 2026-08-05T20:39:24.009Z | Downloaded tower-lsp v0.20.0 |
| 287 | 2026-08-05T20:39:24.009Z | Downloaded pin-project v1.1.13 |
| 288 | 2026-08-05T20:39:24.013Z | Downloaded typify v0.6.2 |
| 289 | 2026-08-05T20:39:24.018Z | Downloaded crossterm v0.28.1 |
| 290 | 2026-08-05T20:39:24.021Z | Downloaded tungstenite v0.21.0 |
| 291 | 2026-08-05T20:39:24.022Z | Downloaded notify v6.1.1 |
| 292 | 2026-08-05T20:39:24.025Z | Downloaded nucleo-matcher v0.3.1 |
| 293 | 2026-08-05T20:39:24.025Z | Downloaded zerocopy-derive v0.8.55 |
| 294 | 2026-08-05T20:39:24.032Z | Downloaded openssl-sys v0.9.117 |
| 295 | 2026-08-05T20:39:24.041Z | Downloaded p256 v0.13.2 |
| 296 | 2026-08-05T20:39:24.045Z | Downloaded unsafe-libyaml v0.2.11 |
| 297 | 2026-08-05T20:39:24.051Z | Downloaded prettyplease v0.2.37 |
| 298 | 2026-08-05T20:39:24.054Z | Downloaded rust-s3 v0.37.2 |
| 299 | 2026-08-05T20:39:24.058Z | Downloaded quick-xml v0.37.5 |
| 300 | 2026-08-05T20:39:24.062Z | Downloaded hashbrown v0.15.5 |
| 301 | 2026-08-05T20:39:24.066Z | Downloaded tui-textarea v0.7.0 |
| 302 | 2026-08-05T20:39:24.069Z | Downloaded rsa v0.9.10 |
| 303 | 2026-08-05T20:39:24.073Z | Downloaded rand v0.8.7 |
| 304 | 2026-08-05T20:39:24.073Z | Downloaded jiff-core v0.1.0 |
| 305 | 2026-08-05T20:39:24.076Z | Downloaded libm v0.2.16 |
| 306 | 2026-08-05T20:39:24.079Z | Downloaded num-bigint-dig v0.8.6 |
| 307 | 2026-08-05T20:39:24.083Z | Downloaded toml_edit v0.22.27 |
| 308 | 2026-08-05T20:39:24.087Z | Downloaded itertools v0.13.0 |
| 309 | 2026-08-05T20:39:24.093Z | Downloaded tiff v0.11.3 |
| 310 | 2026-08-05T20:39:24.096Z | Downloaded hashbrown v0.14.5 |
| 311 | 2026-08-05T20:39:24.100Z | Downloaded itertools v0.14.0 |
| 312 | 2026-08-05T20:39:24.103Z | Downloaded blake3 v1.8.5 |
| 313 | 2026-08-05T20:39:24.113Z | Downloaded ssh-key v0.6.7 |
| 314 | 2026-08-05T20:39:24.117Z | Downloaded tower v0.4.13 |
| 315 | 2026-08-05T20:39:24.122Z | Downloaded unicode-segmentation v1.13.3 |
| 316 | 2026-08-05T20:39:24.125Z | Downloaded winnow v0.6.26 |
| 317 | 2026-08-05T20:39:24.130Z | Downloaded moxcms v0.8.1 |
| 318 | 2026-08-05T20:39:24.144Z | Downloaded png v0.18.1 |
| 319 | 2026-08-05T20:39:24.147Z | Downloaded git2 v0.18.3 |
| 320 | 2026-08-05T20:39:24.157Z | Downloaded x11rb v0.13.2 |
| 321 | 2026-08-05T20:39:24.163Z | Downloaded portable-atomic v1.14.0 |
| 322 | 2026-08-05T20:39:24.174Z | Downloaded reqwest v0.12.28 |
| 323 | 2026-08-05T20:39:24.182Z | Downloaded ttf-parser v0.20.0 |
| 324 | 2026-08-05T20:39:24.186Z | Downloaded redb v4.1.0 |
| 325 | 2026-08-05T20:39:24.195Z | Downloaded p384 v0.13.1 |
| 326 | 2026-08-05T20:39:24.195Z | Downloaded curve25519-dalek v4.1.3 |
| 327 | 2026-08-05T20:39:24.200Z | Downloaded winnow v0.7.15 |
| 328 | 2026-08-05T20:39:24.203Z | Downloaded quick-xml v0.38.4 |
| 329 | 2026-08-05T20:39:24.209Z | Downloaded nix v0.28.0 |
| 330 | 2026-08-05T20:39:24.217Z | Downloaded tracing-subscriber v0.3.23 |
| 331 | 2026-08-05T20:39:24.221Z | Downloaded image v0.25.10 |
| 332 | 2026-08-05T20:39:24.227Z | Downloaded vcpkg v0.2.15 |
| 333 | 2026-08-05T20:39:24.251Z | Downloaded sysinfo v0.37.2 |
| 334 | 2026-08-05T20:39:24.257Z | Downloaded unicode-width v0.1.14 |
| 335 | 2026-08-05T20:39:24.288Z | Downloaded typify-impl v0.6.2 |
| 336 | 2026-08-05T20:39:24.307Z | Downloaded ratatui v0.29.0 |
| 337 | 2026-08-05T20:39:24.334Z | Downloaded x11rb-protocol v0.13.2 |
| 338 | 2026-08-05T20:39:24.351Z | Downloaded petgraph v0.8.3 |
| 339 | 2026-08-05T20:39:24.365Z | Downloaded pxfm v0.1.30 |
| 340 | 2026-08-05T20:39:24.390Z | Downloaded libssh2-sys v0.3.2 |
| 341 | 2026-08-05T20:39:24.408Z | Downloaded jiff v0.2.35 |
| 342 | 2026-08-05T20:39:24.418Z | Downloaded gif v0.12.0 |
| 343 | 2026-08-05T20:39:24.436Z | Downloaded jpeg-decoder v0.3.2 |
| 344 | 2026-08-05T20:39:24.474Z | Downloaded libz-sys v1.1.29 |
| 345 | 2026-08-05T20:39:24.665Z | Downloaded libgit2-sys v0.16.2+1.7.2 |
| 346 | 2026-08-05T20:39:24.925Z | Downloaded freetype-sys v0.20.1 |
| 347 | 2026-08-05T20:39:25.287Z | Downloaded image v0.24.9 |
| 348 | 2026-08-05T20:39:25.465Z | Compiling proc-macro2 v1.0.107 |
| 349 | 2026-08-05T20:39:25.468Z | Checking cfg-if v1.0.4 |
| 350 | 2026-08-05T20:39:25.468Z | Checking memchr v2.8.3 |
| 351 | 2026-08-05T20:39:25.468Z | Compiling quote v1.0.47 |
| 352 | 2026-08-05T20:39:25.552Z | Checking libc v0.2.189 |
| 353 | 2026-08-05T20:39:25.558Z | Checking serde_core v1.0.229 |
| 354 | 2026-08-05T20:39:25.563Z | Checking log v0.4.33 |
| 355 | 2026-08-05T20:39:25.569Z | Checking smallvec v1.15.2 |
| 356 | 2026-08-05T20:39:25.583Z | Checking itoa v1.0.18 |
| 357 | 2026-08-05T20:39:25.586Z | Checking allocator-api2 v0.2.21 |
| 358 | 2026-08-05T20:39:25.702Z | Checking equivalent v1.0.2 |
| 359 | 2026-08-05T20:39:25.711Z | Checking scopeguard v1.2.0 |
| 360 | 2026-08-05T20:39:25.730Z | Checking pin-project-lite v0.2.17 |
| 361 | 2026-08-05T20:39:25.770Z | Checking once_cell v1.21.4 |
| 362 | 2026-08-05T20:39:25.797Z | Checking lock_api v0.4.14 |
| 363 | 2026-08-05T20:39:25.813Z | Checking bitflags v2.13.1 |
| 364 | 2026-08-05T20:39:25.848Z | Checking hashbrown v0.17.1 |
| 365 | 2026-08-05T20:39:25.899Z | Checking bytes v1.12.1 |
| 366 | 2026-08-05T20:39:25.929Z | Checking stable_deref_trait v1.2.1 |
| 367 | 2026-08-05T20:39:25.950Z | Checking errno v0.3.14 |
| 368 | 2026-08-05T20:39:26.011Z | Checking parking_lot_core v0.9.12 |
| 369 | 2026-08-05T20:39:26.011Z | Checking mio v1.2.2 |
| 370 | 2026-08-05T20:39:26.011Z | Checking socket2 v0.6.5 |
| 371 | 2026-08-05T20:39:26.056Z | Checking signal-hook-registry v1.4.8 |
| 372 | 2026-08-05T20:39:26.128Z | Checking parking_lot v0.12.5 |
| 373 | 2026-08-05T20:39:26.216Z | Checking zmij v1.0.23 |
| 374 | 2026-08-05T20:39:26.243Z | Checking futures-core v0.3.33 |
| 375 | 2026-08-05T20:39:26.293Z | Checking percent-encoding v2.3.2 |
| 376 | 2026-08-05T20:39:26.303Z | Checking writeable v0.6.3 |
| 377 | 2026-08-05T20:39:26.308Z | Checking litemap v0.8.2 |
| 378 | 2026-08-05T20:39:26.350Z | Checking utf8_iter v1.0.4 |
| 379 | 2026-08-05T20:39:26.360Z | Compiling syn v3.0.3 |
| 380 | 2026-08-05T20:39:26.421Z | Compiling syn v2.0.119 |
| 381 | 2026-08-05T20:39:26.427Z | Checking icu_normalizer_data v2.2.0 |
| 382 | 2026-08-05T20:39:26.437Z | Checking icu_properties_data v2.2.0 |
| 383 | 2026-08-05T20:39:26.453Z | Checking form_urlencoded v1.2.2 |
| 384 | 2026-08-05T20:39:26.462Z | Compiling num-traits v0.2.19 |
| 385 | 2026-08-05T20:39:26.465Z | Checking getrandom v0.4.3 |
| 386 | 2026-08-05T20:39:26.485Z | Checking futures-sink v0.3.33 |
| 387 | 2026-08-05T20:39:26.551Z | Checking fnv v1.0.7 |
| 388 | 2026-08-05T20:39:26.565Z | Compiling semver v1.0.28 |
| 389 | 2026-08-05T20:39:26.574Z | Checking slab v0.4.12 |
| 390 | 2026-08-05T20:39:26.583Z | Checking futures-channel v0.3.33 |
| 391 | 2026-08-05T20:39:26.633Z | Checking aho-corasick v1.1.5 |
| 392 | 2026-08-05T20:39:26.721Z | Checking utf8parse v0.2.2 |
| 393 | 2026-08-05T20:39:26.765Z | Checking regex-syntax v0.8.11 |
| 394 | 2026-08-05T20:39:26.808Z | Checking futures-io v0.3.33 |
| 395 | 2026-08-05T20:39:26.843Z | Checking futures-task v0.3.33 |
| 396 | 2026-08-05T20:39:26.909Z | Checking anstyle-parse v1.0.0 |
| 397 | 2026-08-05T20:39:26.970Z | Checking tracing-core v0.1.36 |
| 398 | 2026-08-05T20:39:27.160Z | Checking colorchoice v1.0.5 |
| 399 | 2026-08-05T20:39:27.172Z | Checking indexmap v2.14.0 |
| 400 | 2026-08-05T20:39:27.252Z | Checking serde_json v1.0.151 |
| 401 | 2026-08-05T20:39:27.326Z | Checking anstyle v1.0.14 |
| 402 | 2026-08-05T20:39:27.363Z | Checking option-ext v0.2.0 |
| 403 | 2026-08-05T20:39:27.443Z | Checking anstyle-query v1.1.5 |
| 404 | 2026-08-05T20:39:27.446Z | Checking is_terminal_polyfill v1.70.2 |
| 405 | 2026-08-05T20:39:27.506Z | Checking camino v1.2.5 |
| 406 | 2026-08-05T20:39:27.528Z | Checking iana-time-zone v0.1.65 |
| 407 | 2026-08-05T20:39:27.538Z | Checking anstream v1.0.0 |
| 408 | 2026-08-05T20:39:27.628Z | Checking crossbeam-utils v0.8.22 |
| 409 | 2026-08-05T20:39:27.727Z | Checking clap_lex v1.1.0 |
| 410 | 2026-08-05T20:39:27.748Z | Checking subtle v2.6.1 |
| 411 | 2026-08-05T20:39:27.753Z | Checking strsim v0.11.1 |
| 412 | 2026-08-05T20:39:27.873Z | Checking dirs-sys v0.5.0 |
| 413 | 2026-08-05T20:39:27.878Z | Checking httparse v1.10.1 |
| 414 | 2026-08-05T20:39:27.881Z | Checking http v1.5.0 |
| 415 | 2026-08-05T20:39:27.903Z | Checking clap_builder v4.6.5 |
| 416 | 2026-08-05T20:39:27.966Z | Compiling rustix v1.1.4 |
| 417 | 2026-08-05T20:39:27.976Z | Checking dirs v6.0.0 |
| 418 | 2026-08-05T20:39:28.058Z | Checking simd-adler32 v0.3.10 |
| 419 | 2026-08-05T20:39:28.080Z | Checking zeroize v1.9.0 |
| 420 | 2026-08-05T20:39:28.195Z | Checking regex-automata v0.4.18 |
| 421 | 2026-08-05T20:39:28.198Z | Checking tower-layer v0.3.3 |
| 422 | 2026-08-05T20:39:28.220Z | Checking tower-service v0.3.3 |
| 423 | 2026-08-05T20:39:28.300Z | Checking adler2 v2.0.1 |
| 424 | 2026-08-05T20:39:28.341Z | Checking typenum v1.20.1 |
| 425 | 2026-08-05T20:39:28.396Z | Checking miniz_oxide v0.8.9 |
| 426 | 2026-08-05T20:39:28.434Z | Checking crossbeam-epoch v0.9.20 |
| 427 | 2026-08-05T20:39:28.647Z | Checking crc32fast v1.5.0 |
| 428 | 2026-08-05T20:39:28.740Z | Checking crossbeam-deque v0.8.7 |
| 429 | 2026-08-05T20:39:28.776Z | Checking flate2 v1.1.9 |
| 430 | 2026-08-05T20:39:28.905Z | Checking rustls-pki-types v1.15.1 |
| 431 | 2026-08-05T20:39:29.062Z | Checking base64 v0.22.1 |
| 432 | 2026-08-05T20:39:29.081Z | Checking fastrand v2.5.0 |
| 433 | 2026-08-05T20:39:29.135Z | Checking untrusted v0.9.0 |
| 434 | 2026-08-05T20:39:29.181Z | Checking either v1.17.0 |
| 435 | 2026-08-05T20:39:29.236Z | Checking ryu v1.0.23 |
| 436 | 2026-08-05T20:39:29.253Z | Compiling synstructure v0.13.2 |
| 437 | 2026-08-05T20:39:29.291Z | Compiling serde_derive_internals v0.29.1 |
| 438 | 2026-08-05T20:39:29.362Z | Checking http-body v1.1.0 |
| 439 | 2026-08-05T20:39:29.371Z | Checking atomic-waker v1.1.2 |
| 440 | 2026-08-05T20:39:29.462Z | Checking aws-lc-sys v0.43.0 |
| 441 | 2026-08-05T20:39:29.487Z | Checking try-lock v0.2.5 |
| 442 | 2026-08-05T20:39:29.582Z | Checking want v0.3.1 |
| 443 | 2026-08-05T20:39:29.698Z | Checking zerocopy v0.8.55 |
| 444 | 2026-08-05T20:39:29.742Z | Checking httpdate v1.0.3 |
| 445 | 2026-08-05T20:39:29.874Z | Checking tempfile v3.27.0 |
| 446 | 2026-08-05T20:39:29.885Z | Checking unicode-ident v1.0.24 |
| 447 | 2026-08-05T20:39:29.950Z | Checking aws-lc-rs v1.17.3 |
| 448 | 2026-08-05T20:39:30.029Z | Checking rayon-core v1.13.0 |
| 449 | 2026-08-05T20:39:30.065Z | Checking ipnet v2.12.1 |
| 450 | 2026-08-05T20:39:30.089Z | Checking regex v1.13.1 |
| 451 | 2026-08-05T20:39:30.291Z | Checking generic-array v0.14.7 |
| 452 | 2026-08-05T20:39:30.328Z | Compiling serde_derive v1.0.229 |
| 453 | 2026-08-05T20:39:30.379Z | Compiling tokio-macros v2.7.2 |
| 454 | 2026-08-05T20:39:30.385Z | Compiling displaydoc v0.2.7 |
| 455 | 2026-08-05T20:39:30.463Z | Compiling thiserror-impl v2.0.19 |
| 456 | 2026-08-05T20:39:30.506Z | Compiling zerofrom-derive v0.1.7 |
| 457 | 2026-08-05T20:39:30.711Z | Compiling yoke-derive v0.8.2 |
| 458 | 2026-08-05T20:39:30.775Z | Compiling zerovec-derive v0.11.3 |
| 459 | 2026-08-05T20:39:31.081Z | Checking tokio v1.53.1 |
| 460 | 2026-08-05T20:39:31.127Z | Compiling futures-macro v0.3.33 |
| 461 | 2026-08-05T20:39:31.645Z | Checking thiserror v2.0.19 |
| 462 | 2026-08-05T20:39:31.686Z | Checking zerofrom v0.1.8 |
| 463 | 2026-08-05T20:39:31.735Z | Compiling tracing-attributes v0.1.31 |
| 464 | 2026-08-05T20:39:31.771Z | Compiling clap_derive v4.6.4 |
| 465 | 2026-08-05T20:39:31.792Z | Checking yoke v0.8.3 |
| 466 | 2026-08-05T20:39:31.834Z | Compiling thiserror-impl v1.0.69 |
| 467 | 2026-08-05T20:39:31.934Z | Checking futures-util v0.3.33 |
| 468 | 2026-08-05T20:39:31.964Z | Checking zerovec v0.11.6 |
| 469 | 2026-08-05T20:39:32.373Z | Checking zerotrie v0.2.4 |
| 470 | 2026-08-05T20:39:32.415Z | Checking tinystr v0.8.3 |
| 471 | 2026-08-05T20:39:32.588Z | Checking icu_locale_core v2.2.0 |
| 472 | 2026-08-05T20:39:32.604Z | Checking potential_utf v0.1.5 |
| 473 | 2026-08-05T20:39:32.727Z | Checking icu_collections v2.2.0 |
| 474 | 2026-08-05T20:39:32.972Z | Checking tracing v0.1.44 |
| 475 | 2026-08-05T20:39:32.981Z | Checking serde v1.0.229 |
| 476 | 2026-08-05T20:39:33.020Z | Checking thiserror v1.0.69 |
| 477 | 2026-08-05T20:39:33.033Z | Compiling schemars_derive v0.8.22 |
| 478 | 2026-08-05T20:39:33.107Z | Checking ppv-lite86 v0.2.21 |
| 479 | 2026-08-05T20:39:33.150Z | Checking rustls-webpki v0.103.13 |
| 480 | 2026-08-05T20:39:33.194Z | Checking icu_provider v2.2.0 |
| 481 | 2026-08-05T20:39:33.368Z | Checking chrono v0.4.45 |
| 482 | 2026-08-05T20:39:33.389Z | Checking serde_spanned v0.6.9 |
| 483 | 2026-08-05T20:39:33.406Z | Checking clap v4.6.5 |
| 484 | 2026-08-05T20:39:33.417Z | Checking icu_properties v2.2.0 |
| 485 | 2026-08-05T20:39:33.473Z | Checking icu_normalizer v2.2.0 |
| 486 | 2026-08-05T20:39:33.502Z | Checking toml_datetime v0.6.11 |
| 487 | 2026-08-05T20:39:33.548Z | Checking rustls v0.23.43 |
| 488 | 2026-08-05T20:39:33.673Z | Checking rayon v1.12.0 |
| 489 | 2026-08-05T20:39:33.767Z | Checking winnow v0.7.15 |
| 490 | 2026-08-05T20:39:33.852Z | Checking futures-executor v0.3.33 |
| 491 | 2026-08-05T20:39:34.001Z | Checking futures v0.3.33 |
| 492 | 2026-08-05T20:39:34.067Z | Checking toml_write v0.1.2 |
| 493 | 2026-08-05T20:39:34.197Z | Checking serde_urlencoded v0.7.1 |
| 494 | 2026-08-05T20:39:34.207Z | Checking http-body-util v0.1.4 |
| 495 | 2026-08-05T20:39:34.223Z | Checking uuid v1.24.0 |
| 496 | 2026-08-05T20:39:34.240Z | Checking tokio-util v0.7.19 |
| 497 | 2026-08-05T20:39:34.260Z | Checking idna_adapter v1.2.2 |
| 498 | 2026-08-05T20:39:34.370Z | Checking idna v1.1.0 |
| 499 | 2026-08-05T20:39:34.388Z | Checking sync_wrapper v1.0.2 |
| 500 | 2026-08-05T20:39:34.422Z | Checking foldhash v0.2.0 |
| 501 | 2026-08-05T20:39:34.479Z | Checking dyn-clone v1.0.20 |
| 502 | 2026-08-05T20:39:34.499Z | Checking tower v0.5.3 |
| 503 | 2026-08-05T20:39:34.576Z | Checking schemars v0.8.22 |
| 504 | 2026-08-05T20:39:34.602Z | Checking url v2.5.8 |
| 505 | 2026-08-05T20:39:34.650Z | Checking h2 v0.4.15 |
| 506 | 2026-08-05T20:39:34.865Z | Compiling async-trait v0.1.91 |
| 507 | 2026-08-05T20:39:34.937Z | Checking toml_edit v0.22.27 |
| 508 | 2026-08-05T20:39:35.032Z | Compiling rustc_version v0.4.1 |
| 509 | 2026-08-05T20:39:35.042Z | Checking encoding_rs v0.8.35 |
| 510 | 2026-08-05T20:39:35.101Z | Compiling vcpkg v0.2.15 |
| 511 | 2026-08-05T20:39:35.178Z | Checking mime v0.3.17 |
| 512 | 2026-08-05T20:39:35.287Z | Checking tower-http v0.6.11 |
| 513 | 2026-08-05T20:39:35.343Z | Checking hashbrown v0.16.1 |
| 514 | 2026-08-05T20:39:35.577Z | Checking winnow v1.0.4 |
| 515 | 2026-08-05T20:39:35.634Z | Checking openssl-probe v0.2.1 |
| 516 | 2026-08-05T20:39:35.732Z | Checking rustls-native-certs v0.8.4 |
| 517 | 2026-08-05T20:39:35.794Z | Checking tokio-rustls v0.26.4 |
| 518 | 2026-08-05T20:39:35.818Z | Checking crypto-common v0.1.7 |
| 519 | 2026-08-05T20:39:35.828Z | Checking regress v0.11.1 |
| 520 | 2026-08-05T20:39:35.921Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 521 | 2026-08-05T20:39:35.972Z | Checking toml_writer v1.1.2+spec-1.1.0 |
| 522 | 2026-08-05T20:39:36.001Z | Checking same-file v1.0.6 |
| 523 | 2026-08-05T20:39:36.023Z | Checking toml v0.8.23 |
| 524 | 2026-08-05T20:39:36.108Z | Checking unicode-width v0.1.14 |
| 525 | 2026-08-05T20:39:36.116Z | Checking walkdir v2.5.0 |
| 526 | 2026-08-05T20:39:36.144Z | Checking rustls-platform-verifier v0.7.0 |
| 527 | 2026-08-05T20:39:36.266Z | Checking getrandom v0.3.4 |
| 528 | 2026-08-05T20:39:36.274Z | Checking block-buffer v0.10.4 |
| 529 | 2026-08-05T20:39:36.334Z | Checking serde_spanned v1.1.1 |
| 530 | 2026-08-05T20:39:36.344Z | Checking foldhash v0.1.5 |
| 531 | 2026-08-05T20:39:36.384Z | Checking digest v0.10.7 |
| 532 | 2026-08-05T20:39:36.393Z | Checking rand_core v0.9.5 |
| 533 | 2026-08-05T20:39:36.404Z | Checking toml_parser v1.1.3+spec-1.1.0 |
| 534 | 2026-08-05T20:39:36.454Z | Compiling libz-sys v1.1.29 |
| 535 | 2026-08-05T20:39:36.465Z | Checking hashbrown v0.15.5 |
| 536 | 2026-08-05T20:39:36.531Z | Checking hyper v1.11.0 |
| 537 | 2026-08-05T20:39:36.550Z | Compiling openssl-sys v0.9.117 |
| 538 | 2026-08-05T20:39:36.559Z | Checking fdeflate v0.3.7 |
| 539 | 2026-08-05T20:39:36.717Z | Checking toml v1.1.4+spec-1.1.0 |
| 540 | 2026-08-05T20:39:36.786Z | Checking bstr v1.13.0 |
| 541 | 2026-08-05T20:39:36.841Z | Checking bitflags v1.3.2 |
| 542 | 2026-08-05T20:39:36.920Z | Checking rand_chacha v0.9.0 |
| 543 | 2026-08-05T20:39:36.983Z | Compiling serde_tokenstream v0.2.3 |
| 544 | 2026-08-05T20:39:37.109Z | Compiling enum-map-derive v0.17.0 |
| 545 | 2026-08-05T20:39:37.142Z | Compiling strum_macros v0.28.0 |
| 546 | 2026-08-05T20:39:37.155Z | Compiling daft-derive v0.1.8 |
| 547 | 2026-08-05T20:39:37.282Z | Compiling ref-cast-impl v1.0.26 |
| 548 | 2026-08-05T20:39:37.304Z | Checking byteorder v1.5.0 |
| 549 | 2026-08-05T20:39:37.323Z | Checking cpufeatures v0.2.17 |
| 550 | 2026-08-05T20:39:37.337Z | Checking lazy_static v1.5.0 |
| 551 | 2026-08-05T20:39:37.384Z | Checking rand v0.9.5 |
| 552 | 2026-08-05T20:39:37.424Z | Checking anyhow v1.0.104 |
| 553 | 2026-08-05T20:39:37.495Z | Checking toml_edit v0.25.13+spec-1.1.0 |
| 554 | 2026-08-05T20:39:37.521Z | Checking hyper-util v0.1.20 |
| 555 | 2026-08-05T20:39:37.614Z | Checking subst v0.3.8 |
| 556 | 2026-08-05T20:39:37.648Z | Checking enum-map v2.7.3 |
| 557 | 2026-08-05T20:39:37.797Z | Compiling pathfinder_simd v0.5.6 |
| 558 | 2026-08-05T20:39:37.797Z | Checking erased-serde v0.3.31 |
| 559 | 2026-08-05T20:39:37.840Z | Compiling vhdl_lang_macros v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89) |
| 560 | 2026-08-05T20:39:37.873Z | Checking ref-cast v1.0.26 |
| 561 | 2026-08-05T20:39:37.893Z | Checking daft v0.1.8 |
| 562 | 2026-08-05T20:39:37.963Z | Checking itertools v0.14.0 |
| 563 | 2026-08-05T20:39:37.972Z | Compiling libssh2-sys v0.3.2 |
| 564 | 2026-08-05T20:39:38.041Z | Compiling yeslogic-fontconfig-sys v6.0.1 |
| 565 | 2026-08-05T20:39:38.088Z | Compiling freetype-sys v0.20.1 |
| 566 | 2026-08-05T20:39:38.177Z | Checking thread_local v1.1.10 |
| 567 | 2026-08-05T20:39:38.281Z | Checking bytemuck v1.25.2 |
| 568 | 2026-08-05T20:39:38.335Z | Checking glob v0.3.4 |
| 569 | 2026-08-05T20:39:38.344Z | Checking dunce v1.0.5 |
| 570 | 2026-08-05T20:39:38.366Z | Compiling time-core v0.1.9 |
| 571 | 2026-08-05T20:39:38.419Z | Compiling num-conv v0.2.2 |
| 572 | 2026-08-05T20:39:38.428Z | Checking pinned_vec v0.1.1 |
| 573 | 2026-08-05T20:39:38.528Z | Checking slog v2.8.2 |
| 574 | 2026-08-05T20:39:38.542Z | Checking iddqd v0.4.6 |
| 575 | 2026-08-05T20:39:38.564Z | Compiling time-macros v0.2.32 |
| 576 | 2026-08-05T20:39:38.609Z | Checking crossbeam-channel v0.5.16 |
| 577 | 2026-08-05T20:39:38.619Z | Checking hyper-rustls v0.27.9 |
| 578 | 2026-08-05T20:39:38.783Z | Checking dirs-sys v0.4.1 |
| 579 | 2026-08-05T20:39:38.795Z | Checking reqwest v0.13.4 |
| 580 | 2026-08-05T20:39:38.892Z | Checking deranged v0.5.8 |
| 581 | 2026-08-05T20:39:38.924Z | Checking libloading v0.8.9 |
| 582 | 2026-08-05T20:39:38.966Z | Checking strum v0.28.0 |
| 583 | 2026-08-05T20:39:39.019Z | Checking powerfmt v0.2.0 |
| 584 | 2026-08-05T20:39:39.058Z | Checking color_quant v1.1.0 |
| 585 | 2026-08-05T20:39:39.067Z | Checking vhdl_lang v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89) |
| 586 | 2026-08-05T20:39:39.156Z | Checking num_threads v0.1.7 |
| 587 | 2026-08-05T20:39:39.180Z | Checking fixedbitset v0.5.7 |
| 588 | 2026-08-05T20:39:39.365Z | Checking petgraph v0.8.3 |
| 589 | 2026-08-05T20:39:39.377Z | Checking dlib v0.5.3 |
| 590 | 2026-08-05T20:39:39.463Z | Checking dirs v5.0.1 |
| 591 | 2026-08-05T20:39:39.496Z | Checking progenitor-client v0.14.0 |
| 592 | 2026-08-05T20:39:39.693Z | Checking oxide v0.17.0+2026060800.0.0 |
| 593 | 2026-08-05T20:39:39.880Z | Checking png v0.17.16 |
| 594 | 2026-08-05T20:39:39.901Z | Compiling vw-quote v0.1.0 (/work/oxidecomputer/vw/vw-quote) |
| 595 | 2026-08-05T20:39:39.905Z | Compiling libgit2-sys v0.16.2+1.7.2 |
| 596 | 2026-08-05T20:39:40.015Z | Checking time v0.3.55 |
| 597 | 2026-08-05T20:39:40.319Z | Compiling prettyplease v0.2.37 |
| 598 | 2026-08-05T20:39:40.424Z | Checking weezl v0.1.12 |
| 599 | 2026-08-05T20:39:40.555Z | Checking plotters-backend v0.3.7 |
| 600 | 2026-08-05T20:39:40.651Z | Checking winnow v0.6.26 |
| 601 | 2026-08-05T20:39:40.729Z | Compiling font-kit v0.14.3 |
| 602 | 2026-08-05T20:39:40.739Z | Checking jpeg-decoder v0.3.2 |
| 603 | 2026-08-05T20:39:40.775Z | Checking gif v0.12.0 |
| 604 | 2026-08-05T20:39:40.972Z | Checking pathfinder_geometry v0.5.1 |
| 605 | 2026-08-05T20:39:41.138Z | Checking cpufeatures v0.3.0 |
| 606 | 2026-08-05T20:39:41.154Z | Checking image v0.24.9 |
| 607 | 2026-08-05T20:39:41.200Z | Checking float-ord v0.3.2 |
| 608 | 2026-08-05T20:39:41.642Z | Checking plotters-svg v0.3.7 |
| 609 | 2026-08-05T20:39:41.663Z | Checking colored v2.2.0 |
| 610 | 2026-08-05T20:39:41.684Z | Checking openapiv3 v2.2.0 |
| 611 | 2026-08-05T20:39:41.764Z | Checking ttf-parser v0.20.0 |
| 612 | 2026-08-05T20:39:41.767Z | Checking openssl-probe v0.1.6 |
| 613 | 2026-08-05T20:39:41.841Z | Checking similar v2.7.0 |
| 614 | 2026-08-05T20:39:41.862Z | Checking getrandom v0.2.17 |
| 615 | 2026-08-05T20:39:42.030Z | Checking netrc v0.4.1 |
| 616 | 2026-08-05T20:39:42.145Z | Checking vw-htcl v0.1.0 (/work/oxidecomputer/vw/vw-htcl) |
| 617 | 2026-08-05T20:39:42.164Z | Checking plotters-bitmap v0.3.7 |
| 618 | 2026-08-05T20:39:42.174Z | Checking vw-core v0.1.0 (/work/oxidecomputer/vw/vw-core) |
| 619 | 2026-08-05T20:39:42.232Z | Compiling rustix v0.38.44 |
| 620 | 2026-08-05T20:39:42.647Z | Checking anodizer v0.1.0 (https://github.com/oxidecomputer/anodizer?branch=main#85fdfb3f) |
| 621 | 2026-08-05T20:39:42.657Z | Checking hybrid-array v0.4.14 |
| 622 | 2026-08-05T20:39:43.027Z | Checking unicode-width v0.2.0 |
| 623 | 2026-08-05T20:39:43.061Z | Checking plotters v0.3.7 |
| 624 | 2026-08-05T20:39:43.082Z | Checking block-buffer v0.12.1 |
| 625 | 2026-08-05T20:39:43.163Z | Checking crypto-common v0.2.2 |
| 626 | 2026-08-05T20:39:43.273Z | Checking sha2 v0.10.9 |
| 627 | 2026-08-05T20:39:43.361Z | Checking compression-core v0.4.32 |
| 628 | 2026-08-05T20:39:43.373Z | Checking const-oid v0.10.2 |
| 629 | 2026-08-05T20:39:43.460Z | Checking match_cfg v0.1.0 |
| 630 | 2026-08-05T20:39:43.479Z | Checking compression-codecs v0.4.38 |
| 631 | 2026-08-05T20:39:43.518Z | Checking hostname v0.3.1 |
| 632 | 2026-08-05T20:39:43.604Z | Checking rand_core v0.6.4 |
| 633 | 2026-08-05T20:39:43.633Z | Checking slog-json v2.6.1 |
| 634 | 2026-08-05T20:39:43.652Z | Checking digest v0.11.3 |
| 635 | 2026-08-05T20:39:43.677Z | Compiling async-stream-impl v0.3.6 |
| 636 | 2026-08-05T20:39:43.737Z | Checking is-terminal v0.4.17 |
| 637 | 2026-08-05T20:39:43.779Z | Checking term v1.2.1 |
| 638 | 2026-08-05T20:39:43.793Z | Checking spin v0.9.9 |
| 639 | 2026-08-05T20:39:43.816Z | Checking take_mut v0.2.2 |
| 640 | 2026-08-05T20:39:43.894Z | Checking hashbrown v0.14.5 |
| 641 | 2026-08-05T20:39:43.911Z | Checking slog-async v2.8.0 |
| 642 | 2026-08-05T20:39:43.992Z | Checking slog-term v2.9.2 |
| 643 | 2026-08-05T20:39:44.056Z | Checking multer v3.1.0 |
| 644 | 2026-08-05T20:39:44.086Z | Checking sha1 v0.11.0 |
| 645 | 2026-08-05T20:39:44.239Z | Checking slog-bunyan v2.5.0 |
| 646 | 2026-08-05T20:39:44.248Z | Checking async-compression v0.4.43 |
| 647 | 2026-08-05T20:39:44.283Z | Checking async-stream v0.3.6 |
| 648 | 2026-08-05T20:39:44.332Z | Compiling dropshot_endpoint v0.17.1 |
| 649 | 2026-08-05T20:39:44.341Z | Checking waitgroup v0.1.2 |
| 650 | 2026-08-05T20:39:44.400Z | Checking rustls-pemfile v2.2.0 |
| 651 | 2026-08-05T20:39:44.430Z | Checking serde_path_to_error v0.1.20 |
| 652 | 2026-08-05T20:39:44.479Z | Checking hostname v0.4.2 |
| 653 | 2026-08-05T20:39:44.576Z | Checking hex v0.4.3 |
| 654 | 2026-08-05T20:39:44.803Z | Checking debug-ignore v1.0.5 |
| 655 | 2026-08-05T20:39:44.858Z | Checking rand_chacha v0.3.1 |
| 656 | 2026-08-05T20:39:44.894Z | Checking dropshot-api-manager-types v0.7.2 |
| 657 | 2026-08-05T20:39:45.041Z | Compiling crunchy v0.2.4 |
| 658 | 2026-08-05T20:39:45.071Z | Checking rand v0.8.7 |
| 659 | 2026-08-05T20:39:45.429Z | Compiling cfg_aliases v0.1.1 |
| 660 | 2026-08-05T20:39:45.546Z | Compiling tiny-keccak v2.0.2 |
| 661 | 2026-08-05T20:39:45.559Z | Compiling nix v0.28.0 |
| 662 | 2026-08-05T20:39:45.695Z | Compiling blake3 v1.8.5 |
| 663 | 2026-08-05T20:39:45.936Z | Checking dropshot v0.17.1 |
| 664 | 2026-08-05T20:39:45.979Z | Checking sha1 v0.10.7 |
| 665 | 2026-08-05T20:39:46.122Z | Checking data-encoding v2.11.1 |
| 666 | 2026-08-05T20:39:46.131Z | Checking arrayref v0.3.9 |
| 667 | 2026-08-05T20:39:46.191Z | Checking constant_time_eq v0.4.2 |
| 668 | 2026-08-05T20:39:46.302Z | Checking arrayvec v0.7.8 |
| 669 | 2026-08-05T20:39:46.513Z | Checking utf-8 v0.7.6 |
| 670 | 2026-08-05T20:39:46.597Z | Checking tungstenite v0.21.0 |
| 671 | 2026-08-05T20:39:46.728Z | Compiling const-random-macro v0.1.16 |
| 672 | 2026-08-05T20:39:46.853Z | Compiling typify-impl v0.6.2 |
| 673 | 2026-08-05T20:39:47.039Z | Checking fs-err v3.3.1 |
| 674 | 2026-08-05T20:39:47.211Z | Checking git-stub v1.0.0 |
| 675 | 2026-08-05T20:39:47.354Z | Checking atomicwrites v0.4.4 |
| 676 | 2026-08-05T20:39:47.565Z | Checking filedescriptor v0.8.3 |
| 677 | 2026-08-05T20:39:47.716Z | Checking terminal_size v0.4.4 |
| 678 | 2026-08-05T20:39:47.828Z | Checking serial2 v0.2.38 |
| 679 | 2026-08-05T20:39:47.841Z | Checking downcast-rs v1.2.1 |
| 680 | 2026-08-05T20:39:47.866Z | Checking is_ci v1.2.0 |
| 681 | 2026-08-05T20:39:47.917Z | Checking unicode-linebreak v0.1.5 |
| 682 | 2026-08-05T20:39:47.952Z | Compiling vw-vivado v0.1.0 (/work/oxidecomputer/vw/vw-vivado) |
| 683 | 2026-08-05T20:39:48.021Z | Checking shell-words v1.1.1 |
| 684 | 2026-08-05T20:39:48.115Z | Checking smawk v0.3.3 |
| 685 | 2026-08-05T20:39:48.128Z | Checking portable-pty v0.9.0 |
| 686 | 2026-08-05T20:39:48.188Z | Checking supports-color v3.0.2 |
| 687 | 2026-08-05T20:39:48.232Z | Checking textwrap v0.16.2 |
| 688 | 2026-08-05T20:39:48.303Z | Checking git-stub-vcs v0.1.0 |
| 689 | 2026-08-05T20:39:48.362Z | Checking const-random v0.1.18 |
| 690 | 2026-08-05T20:39:48.425Z | Checking newtype_derive v0.1.6 |
| 691 | 2026-08-05T20:39:48.435Z | Checking owo-colors v4.3.0 |
| 692 | 2026-08-05T20:39:48.479Z | Checking tokio-tungstenite v0.21.0 |
| 693 | 2026-08-05T20:39:48.490Z | Checking drift v0.2.0 |
| 694 | 2026-08-05T20:39:48.743Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 695 | 2026-08-05T20:39:48.794Z | Checking vw-eda v0.1.0 (/work/oxidecomputer/vw/vw-eda) |
| 696 | 2026-08-05T20:39:48.841Z | Checking indent_write v2.2.0 |
| 697 | 2026-08-05T20:39:48.881Z | Checking heck v0.5.0 |
| 698 | 2026-08-05T20:39:48.983Z | Checking dropshot-api-manager v0.7.2 |
| 699 | 2026-08-05T20:39:49.180Z | Checking dlv-list v0.5.2 |
| 700 | 2026-08-05T20:39:50.090Z | Compiling unsafe-libyaml v0.2.11 |
| 701 | 2026-08-05T20:39:50.169Z | Checking ordered-multimap v0.7.3 |
| 702 | 2026-08-05T20:39:50.255Z | Compiling typify-macro v0.6.2 |
| 703 | 2026-08-05T20:39:50.391Z | Checking globset v0.4.20 |
| 704 | 2026-08-05T20:39:50.637Z | Compiling serde_yaml v0.9.34+deprecated |
| 705 | 2026-08-05T20:39:50.753Z | Compiling ident_case v1.0.1 |
| 706 | 2026-08-05T20:39:50.861Z | Compiling signal-hook v0.3.18 |
| 707 | 2026-08-05T20:39:50.870Z | Checking ignore v0.4.33 |
| 708 | 2026-08-05T20:39:51.016Z | Compiling darling_core v0.24.0 |
| 709 | 2026-08-05T20:39:51.087Z | Checking rust-ini v0.21.3 |
| 710 | 2026-08-05T20:39:51.291Z | Checking quick-xml v0.38.4 |
| 711 | 2026-08-05T20:39:51.690Z | Compiling pin-project-internal v1.1.13 |
| 712 | 2026-08-05T20:39:51.768Z | Compiling typify v0.6.2 |
| 713 | 2026-08-05T20:39:51.861Z | Compiling progenitor-impl v0.14.0 |
| 714 | 2026-08-05T20:39:52.108Z | Compiling serde_repr v0.1.21 |
| 715 | 2026-08-05T20:39:52.226Z | Checking gethostname v1.1.0 |
| 716 | 2026-08-05T20:39:52.308Z | Checking home v0.5.12 |
| 717 | 2026-08-05T20:39:52.407Z | Checking jiff-core v0.1.0 |
| 718 | 2026-08-05T20:39:52.688Z | Checking lsp-types v0.94.1 |
| 719 | 2026-08-05T20:39:52.759Z | Checking pin-project v1.1.13 |
| 720 | 2026-08-05T20:39:52.850Z | Checking aws-creds v0.39.1 |
| 721 | 2026-08-05T20:39:53.042Z | Checking reqwest v0.12.28 |
| 722 | 2026-08-05T20:39:53.091Z | Checking jiff v0.2.35 |
| 723 | 2026-08-05T20:39:53.121Z | Checking hmac v0.12.1 |
| 724 | 2026-08-05T20:39:53.242Z | Compiling curve25519-dalek v4.1.3 |
| 725 | 2026-08-05T20:39:53.390Z | Compiling darling_macro v0.24.0 |
| 726 | 2026-08-05T20:39:53.517Z | Checking tokio-stream v0.1.19 |
| 727 | 2026-08-05T20:39:53.598Z | Checking aws-region v0.28.1 |
| 728 | 2026-08-05T20:39:53.732Z | Compiling maybe-async v0.2.11 |
| 729 | 2026-08-05T20:39:53.876Z | Checking env_filter v2.0.0 |
| 730 | 2026-08-05T20:39:53.953Z | Compiling progenitor-macro v0.14.0 |
| 731 | 2026-08-05T20:39:53.972Z | Checking sysinfo v0.37.2 |
| 732 | 2026-08-05T20:39:54.021Z | Compiling instability v0.3.13 |
| 733 | 2026-08-05T20:39:54.229Z | Checking base64ct v1.8.3 |
| 734 | 2026-08-05T20:39:54.238Z | Checking md5 v0.8.1 |
| 735 | 2026-08-05T20:39:54.388Z | Checking unicode-segmentation v1.13.3 |
| 736 | 2026-08-05T20:39:54.453Z | Checking pem-rfc7468 v0.7.0 |
| 737 | 2026-08-05T20:39:54.496Z | Checking rust-s3 v0.37.2 |
| 738 | 2026-08-05T20:39:54.619Z | Compiling darling v0.24.0 |
| 739 | 2026-08-05T20:39:54.710Z | Checking signal-hook-mio v0.2.5 |
| 740 | 2026-08-05T20:39:54.769Z | Checking tower v0.4.13 |
| 741 | 2026-08-05T20:39:54.794Z | Checking env_logger v0.11.11 |
| 742 | 2026-08-05T20:39:54.804Z | Checking dashmap v5.5.3 |
| 743 | 2026-08-05T20:39:54.992Z | Checking lsp-server v0.7.9 |
| 744 | 2026-08-05T20:39:55.051Z | Checking fuzzy-matcher v0.3.7 |
| 745 | 2026-08-05T20:39:55.066Z | Checking sharded-slab v0.1.7 |
| 746 | 2026-08-05T20:39:55.249Z | Checking inout v0.1.4 |
| 747 | 2026-08-05T20:39:55.252Z | Compiling strum_macros v0.26.4 |
| 748 | 2026-08-05T20:39:55.362Z | Compiling auto_impl v1.3.0 |
| 749 | 2026-08-05T20:39:55.476Z | Compiling curve25519-dalek-derive v0.1.1 |
| 750 | 2026-08-05T20:39:56.132Z | Compiling tower-lsp-macros v0.9.0 |
| 751 | 2026-08-05T20:39:56.266Z | Checking matchers v0.2.0 |
| 752 | 2026-08-05T20:39:56.382Z | Checking castaway v0.2.4 |
| 753 | 2026-08-05T20:39:56.414Z | Checking itertools v0.13.0 |
| 754 | 2026-08-05T20:39:56.486Z | Checking tracing-log v0.2.0 |
| 755 | 2026-08-05T20:39:56.641Z | Compiling indoc v2.0.7 |
| 756 | 2026-08-05T20:39:56.677Z | Checking static_assertions v1.1.0 |
| 757 | 2026-08-05T20:39:56.740Z | Checking pxfm v0.1.30 |
| 758 | 2026-08-05T20:39:56.839Z | Checking nu-ansi-term v0.50.3 |
| 759 | 2026-08-05T20:39:57.072Z | Checking signature v2.2.0 |
| 760 | 2026-08-05T20:39:57.185Z | Checking ed25519 v2.2.3 |
| 761 | 2026-08-05T20:39:57.310Z | Checking tracing-subscriber v0.3.23 |
| 762 | 2026-08-05T20:39:57.467Z | Checking unicode-truncate v1.1.0 |
| 763 | 2026-08-05T20:39:57.603Z | Checking strum v0.26.3 |
| 764 | 2026-08-05T20:39:57.708Z | Checking compact_str v0.8.2 |
| 765 | 2026-08-05T20:39:58.077Z | Checking cipher v0.4.4 |
| 766 | 2026-08-05T20:39:58.173Z | Checking crossterm v0.28.1 |
| 767 | 2026-08-05T20:39:58.260Z | Checking progenitor v0.14.0 |
| 768 | 2026-08-05T20:39:58.266Z | Checking ssh-encoding v0.2.0 |
| 769 | 2026-08-05T20:39:58.353Z | Checking lru v0.12.5 |
| 770 | 2026-08-05T20:39:58.384Z | Checking png v0.18.1 |
| 771 | 2026-08-05T20:39:58.438Z | Checking quick-xml v0.37.5 |
| 772 | 2026-08-05T20:39:58.500Z | Checking base16ct v0.2.0 |
| 773 | 2026-08-05T20:39:58.513Z | Checking tower-lsp v0.20.0 |
| 774 | 2026-08-05T20:39:58.581Z | Checking moxcms v0.8.1 |
| 775 | 2026-08-05T20:39:58.604Z | Checking vhdl_ls v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89) |
| 776 | 2026-08-05T20:39:58.701Z | Compiling redb v4.1.0 |
| 777 | 2026-08-05T20:39:58.920Z | Checking x11rb-protocol v0.13.2 |
| 778 | 2026-08-05T20:39:58.930Z | Checking cassowary v0.3.0 |
| 779 | 2026-08-05T20:39:59.007Z | Checking byteorder-lite v0.1.0 |
| 780 | 2026-08-05T20:39:59.118Z | Checking ratatui v0.29.0 |
| 781 | 2026-08-05T20:39:59.242Z | Checking sec1 v0.7.3 |
| 782 | 2026-08-05T20:39:59.310Z | Checking ipxact v0.1.0 (https://github.com/oxidecomputer/ipe?branch=main#73c5c643) |
| 783 | 2026-08-05T20:39:59.389Z | Checking ssh-cipher v0.2.0 |
| 784 | 2026-08-05T20:39:59.505Z | Checking ed25519-dalek v2.2.0 |
| 785 | 2026-08-05T20:39:59.666Z | Compiling ring v0.17.14 |
| 786 | 2026-08-05T20:39:59.727Z | Compiling portable-atomic v1.14.0 |
| 787 | 2026-08-05T20:39:59.769Z | Checking ssh-key v0.6.7 |
| 788 | 2026-08-05T20:40:00.391Z | Checking nucleo-matcher v0.3.1 |
| 789 | 2026-08-05T20:40:00.403Z | Checking tui-textarea v0.7.0 |
| 790 | 2026-08-05T20:40:00.652Z | Compiling cpp_demangle v0.4.5 |
| 791 | 2026-08-05T20:40:00.745Z | Checking vw-api-types-versions v0.1.0 (/work/oxidecomputer/vw/vw-api-types/versions) |
| 792 | 2026-08-05T20:40:00.748Z | Checking image v0.25.10 |
| 793 | 2026-08-05T20:40:00.996Z | Checking x11rb v0.13.2 |
| 794 | 2026-08-05T20:40:01.057Z | Checking vw-ip v0.1.0 (/work/oxidecomputer/vw/vw-ip) |
| 795 | 2026-08-05T20:40:01.138Z | Checking vw-htcl-cmd v0.1.0 (/work/oxidecomputer/vw/vw-htcl-cmd) |
| 796 | 2026-08-05T20:40:01.508Z | Checking console v0.15.11 |
| 797 | 2026-08-05T20:40:01.587Z | Checking vw-api v0.1.0 (/work/oxidecomputer/vw/vw-api) |
| 798 | 2026-08-05T20:40:01.604Z | Checking vw-sync-api v0.1.0 (/work/oxidecomputer/vw/vw-sync-api) |
| 799 | 2026-08-05T20:40:01.729Z | Checking vw-sync v0.1.0 (/work/oxidecomputer/vw/vw-sync) |
| 800 | 2026-08-05T20:40:01.763Z | Checking vw-api-client v0.1.0 (/work/oxidecomputer/vw/vw-api-client) |
| 801 | 2026-08-05T20:40:01.772Z | Checking yasna v0.6.0 |
| 802 | 2026-08-05T20:40:01.856Z | Checking pem v3.0.6 |
| 803 | 2026-08-05T20:40:01.865Z | Checking arboard v3.6.1 |
| 804 | 2026-08-05T20:40:02.028Z | Checking vw-openapi-manager v0.1.0 (/work/oxidecomputer/vw/vw-openapi-manager) |
| 805 | 2026-08-05T20:40:02.038Z | Checking filetime v0.2.29 |
| 806 | 2026-08-05T20:40:02.151Z | Checking number_prefix v0.4.0 |
| 807 | 2026-08-05T20:40:02.166Z | Checking notify v6.1.1 |
| 808 | 2026-08-05T20:40:02.261Z | Checking indicatif v0.17.11 |
| 809 | 2026-08-05T20:40:02.450Z | Checking rustc-demangle v0.1.28 |
| 810 | 2026-08-05T20:40:03.474Z | Checking vw-api-types v0.1.0 (/work/oxidecomputer/vw/vw-api-types) |
| 811 | 2026-08-05T20:40:05.067Z | Checking rcgen v0.14.8 |
| 812 | 2026-08-05T20:40:05.419Z | Checking xtask v0.1.0 (/work/oxidecomputer/vw/xtask) |
| 813 | 2026-08-05T20:40:05.981Z | Checking git2 v0.18.3 |
| 814 | 2026-08-05T20:40:07.554Z | Checking vw-lib v0.1.0 (/work/oxidecomputer/vw/vw-lib) |
| 815 | 2026-08-05T20:40:08.797Z | Checking vw-bench v0.1.0 (/work/oxidecomputer/vw/vw-bench) |
| 816 | 2026-08-05T20:40:08.798Z | Checking vw-analyzer v0.1.0 (/work/oxidecomputer/vw/vw-analyzer) |
| 817 | 2026-08-05T20:40:08.801Z | Checking vw-svc v0.1.0 (/work/oxidecomputer/vw/vw-svc) |
| 818 | 2026-08-05T20:40:09.600Z | Checking vw-remote v0.1.0 (/work/oxidecomputer/vw/vw-remote) |
| 819 | 2026-08-05T20:40:09.600Z | Checking vw-repl v0.1.0 (/work/oxidecomputer/vw/vw-repl) |
| 820 | 2026-08-05T20:40:10.597Z | Checking vw-agent v0.1.0 (/work/oxidecomputer/vw/vw-agent) |
| 821 | 2026-08-05T20:40:10.937Z | Checking vw v0.1.0 (/work/oxidecomputer/vw/vw-cli) |
| 822 | 2026-08-05T20:40:13.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.67s |
| 823 | 2026-08-05T20:40:13.256Z | + banner build |
| 824 | 2026-08-05T20:40:13.259Z | |
| 825 | 2026-08-05T20:40:13.259Z | ##### # # # # ##### |
| 826 | 2026-08-05T20:40:13.259Z | # # # # # # # # |
| 827 | 2026-08-05T20:40:13.259Z | ##### # # # # # # |
| 828 | 2026-08-05T20:40:13.259Z | # # # # # # # # |
| 829 | 2026-08-05T20:40:13.259Z | # # # # # # # # |
| 830 | 2026-08-05T20:40:13.259Z | ##### #### # ###### ##### |
| 831 | 2026-08-05T20:40:13.259Z | |
| 832 | 2026-08-05T20:40:13.259Z | + cargo build --release |
| 833 | 2026-08-05T20:40:13.667Z | Compiling proc-macro2 v1.0.107 |
| 834 | 2026-08-05T20:40:13.667Z | Compiling quote v1.0.47 |
| 835 | 2026-08-05T20:40:13.667Z | Compiling unicode-ident v1.0.24 |
| 836 | 2026-08-05T20:40:13.668Z | Compiling libc v0.2.189 |
| 837 | 2026-08-05T20:40:13.671Z | Compiling cfg-if v1.0.4 |
| 838 | 2026-08-05T20:40:13.672Z | Compiling serde_core v1.0.229 |
| 839 | 2026-08-05T20:40:13.672Z | Compiling memchr v2.8.3 |
| 840 | 2026-08-05T20:40:13.800Z | Compiling log v0.4.33 |
| 841 | 2026-08-05T20:40:13.835Z | Compiling serde v1.0.229 |
| 842 | 2026-08-05T20:40:14.051Z | Compiling find-msvc-tools v0.1.9 |
| 843 | 2026-08-05T20:40:14.070Z | Compiling shlex v2.0.1 |
| 844 | 2026-08-05T20:40:14.176Z | Compiling smallvec v1.15.2 |
| 845 | 2026-08-05T20:40:14.240Z | Compiling itoa v1.0.18 |
| 846 | 2026-08-05T20:40:14.268Z | Compiling pkg-config v0.3.33 |
| 847 | 2026-08-05T20:40:14.415Z | Compiling jobserver v0.1.35 |
| 848 | 2026-08-05T20:40:14.461Z | Compiling zmij v1.0.23 |
| 849 | 2026-08-05T20:40:14.473Z | Compiling allocator-api2 v0.2.21 |
| 850 | 2026-08-05T20:40:14.663Z | Compiling cc v1.4.0 |
| 851 | 2026-08-05T20:40:14.726Z | Compiling errno v0.3.14 |
| 852 | 2026-08-05T20:40:14.747Z | Compiling equivalent v1.0.2 |
| 853 | 2026-08-05T20:40:14.834Z | Compiling parking_lot_core v0.9.12 |
| 854 | 2026-08-05T20:40:14.856Z | Compiling serde_json v1.0.151 |
| 855 | 2026-08-05T20:40:14.875Z | Compiling syn v3.0.3 |
| 856 | 2026-08-05T20:40:14.883Z | Compiling syn v2.0.119 |
| 857 | 2026-08-05T20:40:14.899Z | Compiling scopeguard v1.2.0 |
| 858 | 2026-08-05T20:40:14.940Z | Compiling autocfg v1.5.1 |
| 859 | 2026-08-05T20:40:14.991Z | Compiling pin-project-lite v0.2.17 |
| 860 | 2026-08-05T20:40:15.084Z | Compiling lock_api v0.4.14 |
| 861 | 2026-08-05T20:40:15.091Z | Compiling bytes v1.12.1 |
| 862 | 2026-08-05T20:40:15.324Z | Compiling parking_lot v0.12.5 |
| 863 | 2026-08-05T20:40:15.494Z | Compiling signal-hook-registry v1.4.8 |
| 864 | 2026-08-05T20:40:15.632Z | Compiling once_cell v1.21.4 |
| 865 | 2026-08-05T20:40:15.926Z | Compiling mio v1.2.2 |
| 866 | 2026-08-05T20:40:15.935Z | Compiling bitflags v2.13.1 |
| 867 | 2026-08-05T20:40:15.960Z | Compiling hashbrown v0.17.1 |
| 868 | 2026-08-05T20:40:16.152Z | Compiling futures-core v0.3.33 |
| 869 | 2026-08-05T20:40:16.240Z | Compiling stable_deref_trait v1.2.1 |
| 870 | 2026-08-05T20:40:16.319Z | Compiling socket2 v0.6.5 |
| 871 | 2026-08-05T20:40:16.342Z | Compiling heck v0.5.0 |
| 872 | 2026-08-05T20:40:16.522Z | Compiling thiserror v2.0.19 |
| 873 | 2026-08-05T20:40:16.576Z | Compiling indexmap v2.14.0 |
| 874 | 2026-08-05T20:40:16.687Z | Compiling percent-encoding v2.3.2 |
| 875 | 2026-08-05T20:40:16.860Z | Compiling writeable v0.6.3 |
| 876 | 2026-08-05T20:40:16.947Z | Compiling litemap v0.8.2 |
| 877 | 2026-08-05T20:40:17.067Z | Compiling utf8_iter v1.0.4 |
| 878 | 2026-08-05T20:40:17.139Z | Compiling icu_normalizer_data v2.2.0 |
| 879 | 2026-08-05T20:40:17.147Z | Compiling icu_properties_data v2.2.0 |
| 880 | 2026-08-05T20:40:17.229Z | Compiling futures-sink v0.3.33 |
| 881 | 2026-08-05T20:40:17.340Z | Compiling form_urlencoded v1.2.2 |
| 882 | 2026-08-05T20:40:17.428Z | Compiling num-traits v0.2.19 |
| 883 | 2026-08-05T20:40:17.436Z | Compiling slab v0.4.12 |
| 884 | 2026-08-05T20:40:17.524Z | Compiling futures-channel v0.3.33 |
| 885 | 2026-08-05T20:40:17.611Z | Compiling synstructure v0.13.2 |
| 886 | 2026-08-05T20:40:17.646Z | Compiling semver v1.0.28 |
| 887 | 2026-08-05T20:40:17.726Z | Compiling version_check v0.9.5 |
| 888 | 2026-08-05T20:40:17.923Z | Compiling futures-task v0.3.33 |
| 889 | 2026-08-05T20:40:17.977Z | Compiling futures-io v0.3.33 |
| 890 | 2026-08-05T20:40:17.984Z | Compiling subtle v2.6.1 |
| 891 | 2026-08-05T20:40:18.081Z | Compiling fnv v1.0.7 |
| 892 | 2026-08-05T20:40:18.090Z | Compiling typenum v1.20.1 |
| 893 | 2026-08-05T20:40:18.131Z | Compiling tracing-core v0.1.36 |
| 894 | 2026-08-05T20:40:18.173Z | Compiling crossbeam-utils v0.8.22 |
| 895 | 2026-08-05T20:40:18.181Z | Compiling getrandom v0.4.3 |
| 896 | 2026-08-05T20:40:18.463Z | Compiling http v1.5.0 |
| 897 | 2026-08-05T20:40:18.487Z | Compiling aho-corasick v1.1.5 |
| 898 | 2026-08-05T20:40:18.602Z | Compiling httparse v1.10.1 |
| 899 | 2026-08-05T20:40:18.659Z | Compiling serde_derive v1.0.229 |
| 900 | 2026-08-05T20:40:18.810Z | Compiling zerofrom-derive v0.1.7 |
| 901 | 2026-08-05T20:40:18.920Z | Compiling yoke-derive v0.8.2 |
| 902 | 2026-08-05T20:40:18.946Z | Compiling zerovec-derive v0.11.3 |
| 903 | 2026-08-05T20:40:19.197Z | Compiling tokio-macros v2.7.2 |
| 904 | 2026-08-05T20:40:19.206Z | Compiling displaydoc v0.2.7 |
| 905 | 2026-08-05T20:40:19.966Z | Compiling tokio v1.53.1 |
| 906 | 2026-08-05T20:40:19.985Z | Compiling thiserror-impl v2.0.19 |
| 907 | 2026-08-05T20:40:19.994Z | Compiling zerofrom v0.1.8 |
| 908 | 2026-08-05T20:40:19.999Z | Compiling futures-macro v0.3.33 |
| 909 | 2026-08-05T20:40:20.029Z | Compiling tracing-attributes v0.1.31 |
| 910 | 2026-08-05T20:40:20.116Z | Compiling yoke v0.8.3 |
| 911 | 2026-08-05T20:40:20.321Z | Compiling zerovec v0.11.6 |
| 912 | 2026-08-05T20:40:20.349Z | Compiling zerotrie v0.2.4 |
| 913 | 2026-08-05T20:40:20.778Z | Compiling regex-syntax v0.8.11 |
| 914 | 2026-08-05T20:40:20.827Z | Compiling futures-util v0.3.33 |
| 915 | 2026-08-05T20:40:20.931Z | Compiling tinystr v0.8.3 |
| 916 | 2026-08-05T20:40:21.146Z | Compiling icu_locale_core v2.2.0 |
| 917 | 2026-08-05T20:40:21.194Z | Compiling potential_utf v0.1.5 |
| 918 | 2026-08-05T20:40:21.343Z | Compiling icu_collections v2.2.0 |
| 919 | 2026-08-05T20:40:21.373Z | Compiling tracing v0.1.44 |
| 920 | 2026-08-05T20:40:22.059Z | Compiling icu_provider v2.2.0 |
| 921 | 2026-08-05T20:40:22.492Z | Compiling icu_normalizer v2.2.0 |
| 922 | 2026-08-05T20:40:22.558Z | Compiling icu_properties v2.2.0 |
| 923 | 2026-08-05T20:40:22.639Z | Compiling regex-automata v0.4.18 |
| 924 | 2026-08-05T20:40:23.582Z | Compiling idna_adapter v1.2.2 |
| 925 | 2026-08-05T20:40:23.672Z | Compiling zeroize v1.9.0 |
| 926 | 2026-08-05T20:40:23.716Z | Compiling idna v1.1.0 |
| 927 | 2026-08-05T20:40:23.818Z | Compiling iana-time-zone v0.1.65 |
| 928 | 2026-08-05T20:40:23.869Z | Compiling utf8parse v0.2.2 |
| 929 | 2026-08-05T20:40:23.968Z | Compiling option-ext v0.2.0 |
| 930 | 2026-08-05T20:40:23.978Z | Compiling anstyle-parse v1.0.0 |
| 931 | 2026-08-05T20:40:24.066Z | Compiling url v2.5.8 |
| 932 | 2026-08-05T20:40:24.114Z | Compiling chrono v0.4.45 |
| 933 | 2026-08-05T20:40:24.167Z | Compiling cmake v0.1.58 |
| 934 | 2026-08-05T20:40:24.189Z | Compiling anstyle-query v1.1.5 |
| 935 | 2026-08-05T20:40:24.294Z | Compiling colorchoice v1.0.5 |
| 936 | 2026-08-05T20:40:24.413Z | Compiling is_terminal_polyfill v1.70.2 |
| 937 | 2026-08-05T20:40:24.497Z | Compiling anstyle v1.0.14 |
| 938 | 2026-08-05T20:40:24.510Z | Compiling crc32fast v1.5.0 |
| 939 | 2026-08-05T20:40:24.765Z | Compiling dunce v1.0.5 |
| 940 | 2026-08-05T20:40:24.797Z | Compiling fs_extra v1.3.0 |
| 941 | 2026-08-05T20:40:24.859Z | Compiling simd-adler32 v0.3.10 |
| 942 | 2026-08-05T20:40:25.057Z | Compiling aws-lc-sys v0.43.0 |
| 943 | 2026-08-05T20:40:25.209Z | Compiling anstream v1.0.0 |
| 944 | 2026-08-05T20:40:25.697Z | Compiling generic-array v0.14.7 |
| 945 | 2026-08-05T20:40:25.775Z | Compiling tower-layer v0.3.3 |
| 946 | 2026-08-05T20:40:25.923Z | Compiling adler2 v2.0.1 |
| 947 | 2026-08-05T20:40:25.969Z | Compiling camino v1.2.5 |
| 948 | 2026-08-05T20:40:26.085Z | Compiling schemars v0.8.22 |
| 949 | 2026-08-05T20:40:26.178Z | Compiling rustversion v1.0.23 |
| 950 | 2026-08-05T20:40:26.298Z | Compiling tower-service v0.3.3 |
| 951 | 2026-08-05T20:40:26.390Z | Compiling miniz_oxide v0.8.9 |
| 952 | 2026-08-05T20:40:26.578Z | Compiling tokio-util v0.7.19 |
| 953 | 2026-08-05T20:40:26.790Z | Compiling dirs-sys v0.5.0 |
| 954 | 2026-08-05T20:40:27.301Z | Compiling rustls-pki-types v1.15.1 |
| 955 | 2026-08-05T20:40:27.531Z | Compiling serde_derive_internals v0.29.1 |
| 956 | 2026-08-05T20:40:27.663Z | Compiling strsim v0.11.1 |
| 957 | 2026-08-05T20:40:27.798Z | Compiling clap_lex v1.1.0 |
| 958 | 2026-08-05T20:40:28.149Z | Compiling clap_builder v4.6.5 |
| 959 | 2026-08-05T20:40:28.157Z | Compiling dirs v6.0.0 |
| 960 | 2026-08-05T20:40:28.197Z | Compiling flate2 v1.1.9 |
| 961 | 2026-08-05T20:40:28.231Z | Compiling schemars_derive v0.8.22 |
| 962 | 2026-08-05T20:40:28.847Z | Compiling clap_derive v4.6.4 |
| 963 | 2026-08-05T20:40:28.985Z | Compiling aws-lc-rs v1.17.3 |
| 964 | 2026-08-05T20:40:29.279Z | Compiling crossbeam-epoch v0.9.20 |
| 965 | 2026-08-05T20:40:29.407Z | Compiling untrusted v0.9.0 |
| 966 | 2026-08-05T20:40:29.535Z | Compiling base64 v0.22.1 |
| 967 | 2026-08-05T20:40:29.556Z | Compiling regex v1.13.1 |
| 968 | 2026-08-05T20:40:29.632Z | Compiling http-body v1.1.0 |
| 969 | 2026-08-05T20:40:29.793Z | Compiling crossbeam-deque v0.8.7 |
| 970 | 2026-08-05T20:40:30.010Z | Compiling atomic-waker v1.1.2 |
| 971 | 2026-08-05T20:40:30.060Z | Compiling either v1.17.0 |
| 972 | 2026-08-05T20:40:30.138Z | Compiling rustix v1.1.4 |
| 973 | 2026-08-05T20:40:30.279Z | Compiling ryu v1.0.23 |
| 974 | 2026-08-05T20:40:30.449Z | Compiling clap v4.6.5 |
| 975 | 2026-08-05T20:40:30.669Z | Compiling try-lock v0.2.5 |
| 976 | 2026-08-05T20:40:30.784Z | Compiling thiserror v1.0.69 |
| 977 | 2026-08-05T20:40:31.005Z | Compiling want v0.3.1 |
| 978 | 2026-08-05T20:40:31.173Z | Compiling h2 v0.4.15 |
| 979 | 2026-08-05T20:40:31.181Z | Compiling thiserror-impl v1.0.69 |
| 980 | 2026-08-05T20:40:31.261Z | Compiling httpdate v1.0.3 |
| 981 | 2026-08-05T20:40:31.624Z | Compiling zerocopy v0.8.55 |
| 982 | 2026-08-05T20:40:32.019Z | Compiling rustls v0.23.43 |
| 983 | 2026-08-05T20:40:32.285Z | Compiling crypto-common v0.1.7 |
| 984 | 2026-08-05T20:40:32.419Z | Compiling rustc_version v0.4.1 |
| 985 | 2026-08-05T20:40:32.428Z | Compiling vcpkg v0.2.15 |
| 986 | 2026-08-05T20:40:32.686Z | Compiling rayon-core v1.13.0 |
| 987 | 2026-08-05T20:40:32.696Z | Compiling ipnet v2.12.1 |
| 988 | 2026-08-05T20:40:32.904Z | Compiling paste v1.0.15 |
| 989 | 2026-08-05T20:40:33.232Z | Compiling block-buffer v0.10.4 |
| 990 | 2026-08-05T20:40:33.382Z | Compiling futures-executor v0.3.33 |
| 991 | 2026-08-05T20:40:33.841Z | Compiling hyper v1.11.0 |
| 992 | 2026-08-05T20:40:34.169Z | Compiling futures v0.3.33 |
| 993 | 2026-08-05T20:40:34.245Z | Compiling digest v0.10.7 |
| 994 | 2026-08-05T20:40:36.013Z | Compiling hyper-util v0.1.20 |
| 995 | 2026-08-05T20:40:36.243Z | Compiling ppv-lite86 v0.2.21 |
| 996 | 2026-08-05T20:40:36.573Z | Compiling serde_urlencoded v0.7.1 |
| 997 | 2026-08-05T20:40:36.709Z | Compiling http-body-util v0.1.4 |
| 998 | 2026-08-05T20:40:36.862Z | Compiling uuid v1.24.0 |
| 999 | 2026-08-05T20:40:37.036Z | Compiling sync_wrapper v1.0.2 |
| 1000 | 2026-08-05T20:40:37.189Z | Compiling foldhash v0.2.0 |
| 1001 | 2026-08-05T20:40:37.349Z | Compiling dyn-clone v1.0.20 |
| 1002 | 2026-08-05T20:40:37.491Z | Compiling tower v0.5.3 |
| 1003 | 2026-08-05T20:40:38.058Z | Compiling rayon v1.12.0 |
| 1004 | 2026-08-05T20:40:38.137Z | Compiling serde_tokenstream v0.2.3 |
| 1005 | 2026-08-05T20:40:38.427Z | Compiling toml_datetime v0.6.11 |
| 1006 | 2026-08-05T20:40:38.517Z | Compiling serde_spanned v0.6.9 |
| 1007 | 2026-08-05T20:40:38.676Z | Compiling encoding_rs v0.8.35 |
| 1008 | 2026-08-05T20:40:38.688Z | Compiling toml_write v0.1.2 |
| 1009 | 2026-08-05T20:40:38.792Z | Compiling time-core v0.1.9 |
| 1010 | 2026-08-05T20:40:38.919Z | Compiling winnow v0.7.15 |
| 1011 | 2026-08-05T20:40:38.929Z | Compiling mime v0.3.17 |
| 1012 | 2026-08-05T20:40:39.010Z | Compiling num-conv v0.2.2 |
| 1013 | 2026-08-05T20:40:39.157Z | Compiling unicode-width v0.1.14 |
| 1014 | 2026-08-05T20:40:39.394Z | Compiling cpufeatures v0.2.17 |
| 1015 | 2026-08-05T20:40:39.451Z | Compiling time-macros v0.2.32 |
| 1016 | 2026-08-05T20:40:39.465Z | Compiling tower-http v0.6.11 |
| 1017 | 2026-08-05T20:40:40.127Z | Compiling hashbrown v0.16.1 |
| 1018 | 2026-08-05T20:40:40.260Z | Compiling libz-sys v1.1.29 |
| 1019 | 2026-08-05T20:40:40.676Z | Compiling toml_edit v0.22.27 |
| 1020 | 2026-08-05T20:40:40.830Z | Compiling openssl-sys v0.9.117 |
| 1021 | 2026-08-05T20:40:40.840Z | Compiling slog v2.8.2 |
| 1022 | 2026-08-05T20:40:40.911Z | Compiling fdeflate v0.3.7 |
| 1023 | 2026-08-05T20:40:41.067Z | Compiling async-trait v0.1.91 |
| 1024 | 2026-08-05T20:40:41.375Z | Compiling deranged v0.5.8 |
| 1025 | 2026-08-05T20:40:41.731Z | Compiling fastrand v2.5.0 |
| 1026 | 2026-08-05T20:40:42.077Z | Compiling foldhash v0.1.5 |
| 1027 | 2026-08-05T20:40:42.084Z | Compiling num_threads v0.1.7 |
| 1028 | 2026-08-05T20:40:42.176Z | Compiling winnow v1.0.4 |
| 1029 | 2026-08-05T20:40:42.283Z | Compiling bitflags v1.3.2 |
| 1030 | 2026-08-05T20:40:42.389Z | Compiling getrandom v0.3.4 |
| 1031 | 2026-08-05T20:40:42.513Z | Compiling openssl-probe v0.2.1 |
| 1032 | 2026-08-05T20:40:42.580Z | Compiling powerfmt v0.2.0 |
| 1033 | 2026-08-05T20:40:42.773Z | Compiling rustls-native-certs v0.8.4 |
| 1034 | 2026-08-05T20:40:42.837Z | Compiling toml v0.8.23 |
| 1035 | 2026-08-05T20:40:42.911Z | Compiling time v0.3.55 |
| 1036 | 2026-08-05T20:40:42.981Z | Compiling hashbrown v0.15.5 |
| 1037 | 2026-08-05T20:40:43.534Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1038 | 2026-08-05T20:40:43.662Z | Compiling tempfile v3.27.0 |
| 1039 | 2026-08-05T20:40:43.724Z | Compiling regress v0.11.1 |
| 1040 | 2026-08-05T20:40:44.539Z | Compiling erased-serde v0.3.31 |
| 1041 | 2026-08-05T20:40:44.818Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1042 | 2026-08-05T20:40:45.132Z | Compiling thread_local v1.1.10 |
| 1043 | 2026-08-05T20:40:45.317Z | Compiling byteorder v1.5.0 |
| 1044 | 2026-08-05T20:40:45.471Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 1045 | 2026-08-05T20:40:45.577Z | Compiling same-file v1.0.6 |
| 1046 | 2026-08-05T20:40:45.677Z | Compiling anyhow v1.0.104 |
| 1047 | 2026-08-05T20:40:45.744Z | Compiling lazy_static v1.5.0 |
| 1048 | 2026-08-05T20:40:45.846Z | Compiling walkdir v2.5.0 |
| 1049 | 2026-08-05T20:40:46.162Z | Compiling pathfinder_simd v0.5.6 |
| 1050 | 2026-08-05T20:40:46.208Z | Compiling crossbeam-channel v0.5.16 |
| 1051 | 2026-08-05T20:40:46.419Z | Compiling enum-map-derive v0.17.0 |
| 1052 | 2026-08-05T20:40:46.452Z | Compiling strum_macros v0.28.0 |
| 1053 | 2026-08-05T20:40:46.532Z | Compiling libssh2-sys v0.3.2 |
| 1054 | 2026-08-05T20:40:46.931Z | Compiling freetype-sys v0.20.1 |
| 1055 | 2026-08-05T20:40:46.934Z | Compiling serde_spanned v1.1.1 |
| 1056 | 2026-08-05T20:40:47.134Z | Compiling yeslogic-fontconfig-sys v6.0.1 |
| 1057 | 2026-08-05T20:40:47.273Z | Compiling bytemuck v1.25.2 |
| 1058 | 2026-08-05T20:40:47.590Z | Compiling toml v1.1.4+spec-1.1.0 |
| 1059 | 2026-08-05T20:40:47.814Z | Compiling enum-map v2.7.3 |
| 1060 | 2026-08-05T20:40:48.288Z | Compiling strum v0.28.0 |
| 1061 | 2026-08-05T20:40:48.417Z | Compiling rand_core v0.9.5 |
| 1062 | 2026-08-05T20:40:48.581Z | Compiling subst v0.3.8 |
| 1063 | 2026-08-05T20:40:48.667Z | Compiling itertools v0.14.0 |
| 1064 | 2026-08-05T20:40:48.698Z | Compiling vhdl_lang_macros v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89) |
| 1065 | 2026-08-05T20:40:48.985Z | Compiling getrandom v0.2.17 |
| 1066 | 2026-08-05T20:40:49.198Z | Compiling bstr v1.13.0 |
| 1067 | 2026-08-05T20:40:49.246Z | Compiling libloading v0.8.9 |
| 1068 | 2026-08-05T20:40:49.478Z | Compiling ref-cast v1.0.26 |
| 1069 | 2026-08-05T20:40:49.862Z | Compiling pinned_vec v0.1.1 |
| 1070 | 2026-08-05T20:40:49.871Z | Compiling glob v0.3.4 |
| 1071 | 2026-08-05T20:40:49.880Z | Compiling rustix v0.38.44 |
| 1072 | 2026-08-05T20:40:49.978Z | Compiling color_quant v1.1.0 |
| 1073 | 2026-08-05T20:40:50.157Z | Compiling vhdl_lang v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89) |
| 1074 | 2026-08-05T20:40:50.298Z | Compiling dlib v0.5.3 |
| 1075 | 2026-08-05T20:40:50.419Z | Compiling rand_chacha v0.9.0 |
| 1076 | 2026-08-05T20:40:51.320Z | Compiling png v0.17.16 |
| 1077 | 2026-08-05T20:40:51.525Z | Compiling dirs-sys v0.4.1 |
| 1078 | 2026-08-05T20:40:51.658Z | Compiling openapiv3 v2.2.0 |
| 1079 | 2026-08-05T20:40:52.003Z | Compiling daft-derive v0.1.8 |
| 1080 | 2026-08-05T20:40:52.022Z | Compiling ref-cast-impl v1.0.26 |
| 1081 | 2026-08-05T20:40:52.629Z | Compiling libgit2-sys v0.16.2+1.7.2 |
| 1082 | 2026-08-05T20:40:52.918Z | Compiling plotters-backend v0.3.7 |
| 1083 | 2026-08-05T20:40:53.053Z | Compiling weezl v0.1.12 |
| 1084 | 2026-08-05T20:40:53.262Z | Compiling font-kit v0.14.3 |
| 1085 | 2026-08-05T20:40:53.490Z | Compiling jpeg-decoder v0.3.2 |
| 1086 | 2026-08-05T20:40:53.527Z | Compiling prettyplease v0.2.37 |
| 1087 | 2026-08-05T20:40:53.768Z | Compiling fixedbitset v0.5.7 |
| 1088 | 2026-08-05T20:40:54.119Z | Compiling image v0.24.9 |
| 1089 | 2026-08-05T20:40:54.270Z | Compiling petgraph v0.8.3 |
| 1090 | 2026-08-05T20:40:54.814Z | Compiling gif v0.12.0 |
| 1091 | 2026-08-05T20:40:56.063Z | Compiling daft v0.1.8 |
| 1092 | 2026-08-05T20:40:56.313Z | Compiling dirs v5.0.1 |
| 1093 | 2026-08-05T20:40:56.498Z | Compiling pathfinder_geometry v0.5.1 |
| 1094 | 2026-08-05T20:40:56.681Z | Compiling rand v0.9.5 |
| 1095 | 2026-08-05T20:40:57.362Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 1096 | 2026-08-05T20:40:57.442Z | Compiling hybrid-array v0.4.14 |
| 1097 | 2026-08-05T20:40:58.407Z | Compiling unicode-width v0.2.0 |
| 1098 | 2026-08-05T20:40:58.712Z | Compiling cpufeatures v0.3.0 |
| 1099 | 2026-08-05T20:40:58.734Z | Compiling float-ord v0.3.2 |
| 1100 | 2026-08-05T20:40:58.844Z | Compiling crunchy v0.2.4 |
| 1101 | 2026-08-05T20:41:00.117Z | Compiling vw-core v0.1.0 (/work/oxidecomputer/vw/vw-core) |
| 1102 | 2026-08-05T20:41:01.497Z | Compiling iddqd v0.4.6 |
| 1103 | 2026-08-05T20:41:02.268Z | Compiling plotters-bitmap v0.3.7 |
| 1104 | 2026-08-05T20:41:03.230Z | Compiling plotters-svg v0.3.7 |
| 1105 | 2026-08-05T20:41:03.551Z | Compiling colored v2.2.0 |
| 1106 | 2026-08-05T20:41:04.168Z | Compiling sha2 v0.10.9 |
| 1107 | 2026-08-05T20:41:04.837Z | Compiling hashbrown v0.14.5 |
| 1108 | 2026-08-05T20:41:05.414Z | Compiling openssl-probe v0.1.6 |
| 1109 | 2026-08-05T20:41:05.451Z | Compiling ttf-parser v0.20.0 |
| 1110 | 2026-08-05T20:41:05.852Z | Compiling tiny-keccak v2.0.2 |
| 1111 | 2026-08-05T20:41:06.085Z | Compiling typify-impl v0.6.2 |
| 1112 | 2026-08-05T20:41:07.429Z | Compiling plotters v0.3.7 |
| 1113 | 2026-08-05T20:41:08.613Z | Compiling anodizer v0.1.0 (https://github.com/oxidecomputer/anodizer?branch=main#85fdfb3f) |
| 1114 | 2026-08-05T20:41:09.010Z | Compiling block-buffer v0.12.1 |
| 1115 | 2026-08-05T20:41:09.187Z | Compiling crypto-common v0.2.2 |
| 1116 | 2026-08-05T20:41:09.442Z | Compiling similar v2.7.0 |
| 1117 | 2026-08-05T20:41:09.682Z | Compiling rand_core v0.6.4 |
| 1118 | 2026-08-05T20:41:09.937Z | Compiling vw-quote v0.1.0 (/work/oxidecomputer/vw/vw-quote) |
| 1119 | 2026-08-05T20:41:10.123Z | Compiling multer v3.1.0 |
| 1120 | 2026-08-05T20:41:10.349Z | Compiling winnow v0.6.26 |
| 1121 | 2026-08-05T20:41:10.442Z | Compiling match_cfg v0.1.0 |
| 1122 | 2026-08-05T20:41:10.467Z | Compiling const-oid v0.10.2 |
| 1123 | 2026-08-05T20:41:10.508Z | Compiling netrc v0.4.1 |
| 1124 | 2026-08-05T20:41:10.716Z | Compiling slog-async v2.8.0 |
| 1125 | 2026-08-05T20:41:10.755Z | Compiling compression-core v0.4.32 |
| 1126 | 2026-08-05T20:41:11.038Z | Compiling compression-codecs v0.4.38 |
| 1127 | 2026-08-05T20:41:11.137Z | Compiling digest v0.11.3 |
| 1128 | 2026-08-05T20:41:11.325Z | Compiling hostname v0.3.1 |
| 1129 | 2026-08-05T20:41:11.449Z | Compiling typify-macro v0.6.2 |
| 1130 | 2026-08-05T20:41:11.678Z | Compiling slog-json v2.6.1 |
| 1131 | 2026-08-05T20:41:11.934Z | Compiling vw-htcl v0.1.0 (/work/oxidecomputer/vw/vw-htcl) |
| 1132 | 2026-08-05T20:41:12.182Z | Compiling async-stream-impl v0.3.6 |
| 1133 | 2026-08-05T20:41:12.281Z | Compiling dropshot v0.17.1 |
| 1134 | 2026-08-05T20:41:12.511Z | Compiling is-terminal v0.4.17 |
| 1135 | 2026-08-05T20:41:12.606Z | Compiling term v1.2.1 |
| 1136 | 2026-08-05T20:41:12.814Z | Compiling take_mut v0.2.2 |
| 1137 | 2026-08-05T20:41:12.925Z | Compiling hex v0.4.3 |
| 1138 | 2026-08-05T20:41:13.036Z | Compiling spin v0.9.9 |
| 1139 | 2026-08-05T20:41:13.073Z | Compiling cfg_aliases v0.1.1 |
| 1140 | 2026-08-05T20:41:13.153Z | Compiling semver v0.1.20 |
| 1141 | 2026-08-05T20:41:13.202Z | Compiling nix v0.28.0 |
| 1142 | 2026-08-05T20:41:13.294Z | Compiling const-random-macro v0.1.16 |
| 1143 | 2026-08-05T20:41:13.401Z | Compiling rustc_version v0.1.7 |
| 1144 | 2026-08-05T20:41:13.681Z | Compiling slog-term v2.9.2 |
| 1145 | 2026-08-05T20:41:14.494Z | Compiling async-stream v0.3.6 |
| 1146 | 2026-08-05T20:41:14.739Z | Compiling slog-bunyan v2.5.0 |
| 1147 | 2026-08-05T20:41:14.797Z | Compiling sha1 v0.11.0 |
| 1148 | 2026-08-05T20:41:14.912Z | Compiling async-compression v0.4.43 |
| 1149 | 2026-08-05T20:41:15.157Z | Compiling rand_chacha v0.3.1 |
| 1150 | 2026-08-05T20:41:15.359Z | Compiling dropshot_endpoint v0.17.1 |
| 1151 | 2026-08-05T20:41:15.495Z | Compiling waitgroup v0.1.2 |
| 1152 | 2026-08-05T20:41:15.650Z | Compiling rustls-pemfile v2.2.0 |
| 1153 | 2026-08-05T20:41:15.750Z | Compiling serde_path_to_error v0.1.20 |
| 1154 | 2026-08-05T20:41:15.918Z | Compiling fs-err v3.3.1 |
| 1155 | 2026-08-05T20:41:16.151Z | Compiling hostname v0.4.2 |
| 1156 | 2026-08-05T20:41:16.188Z | Compiling debug-ignore v1.0.5 |
| 1157 | 2026-08-05T20:41:16.305Z | Compiling ident_case v1.0.1 |
| 1158 | 2026-08-05T20:41:16.524Z | Compiling signal-hook v0.3.18 |
| 1159 | 2026-08-05T20:41:16.578Z | Compiling darling_core v0.24.0 |
| 1160 | 2026-08-05T20:41:16.841Z | Compiling rand v0.8.7 |
| 1161 | 2026-08-05T20:41:16.945Z | Compiling const-random v0.1.18 |
| 1162 | 2026-08-05T20:41:17.022Z | Compiling newtype_derive v0.1.6 |
| 1163 | 2026-08-05T20:41:17.269Z | Compiling dropshot-api-manager-types v0.7.2 |
| 1164 | 2026-08-05T20:41:17.839Z | Compiling owo-colors v4.3.0 |
| 1165 | 2026-08-05T20:41:18.944Z | Compiling darling_macro v0.24.0 |
| 1166 | 2026-08-05T20:41:20.287Z | Compiling dlv-list v0.5.2 |
| 1167 | 2026-08-05T20:41:21.140Z | Compiling git-stub v1.0.0 |
| 1168 | 2026-08-05T20:41:21.206Z | Compiling typify v0.6.2 |
| 1169 | 2026-08-05T20:41:21.253Z | Compiling atomicwrites v0.4.4 |
| 1170 | 2026-08-05T20:41:21.535Z | Compiling sha1 v0.10.7 |
| 1171 | 2026-08-05T20:41:21.592Z | Compiling terminal_size v0.4.4 |
| 1172 | 2026-08-05T20:41:21.741Z | Compiling filedescriptor v0.8.3 |
| 1173 | 2026-08-05T20:41:21.945Z | Compiling pin-project-internal v1.1.13 |
| 1174 | 2026-08-05T20:41:22.002Z | Compiling serde_repr v0.1.21 |
| 1175 | 2026-08-05T20:41:22.528Z | Compiling blake3 v1.8.5 |
| 1176 | 2026-08-05T20:41:22.601Z | Compiling serial2 v0.2.38 |
| 1177 | 2026-08-05T20:41:22.918Z | Compiling data-encoding v2.11.1 |
| 1178 | 2026-08-05T20:41:23.018Z | Compiling unsafe-libyaml v0.2.11 |
| 1179 | 2026-08-05T20:41:23.110Z | Compiling downcast-rs v1.2.1 |
| 1180 | 2026-08-05T20:41:23.170Z | Compiling instability v0.3.13 |
| 1181 | 2026-08-05T20:41:23.201Z | Compiling shell-words v1.1.1 |
| 1182 | 2026-08-05T20:41:23.386Z | Compiling utf-8 v0.7.6 |
| 1183 | 2026-08-05T20:41:23.445Z | Compiling jiff-core v0.1.0 |
| 1184 | 2026-08-05T20:41:23.581Z | Compiling vw-vivado v0.1.0 (/work/oxidecomputer/vw/vw-vivado) |
| 1185 | 2026-08-05T20:41:23.673Z | Compiling unicode-linebreak v0.1.5 |
| 1186 | 2026-08-05T20:41:23.804Z | Compiling smawk v0.3.3 |
| 1187 | 2026-08-05T20:41:23.935Z | Compiling is_ci v1.2.0 |
| 1188 | 2026-08-05T20:41:24.096Z | Compiling unicode-segmentation v1.13.3 |
| 1189 | 2026-08-05T20:41:24.099Z | Compiling serde_yaml v0.9.34+deprecated |
| 1190 | 2026-08-05T20:41:24.684Z | Compiling jiff v0.2.35 |
| 1191 | 2026-08-05T20:41:25.202Z | Compiling supports-color v3.0.2 |
| 1192 | 2026-08-05T20:41:25.341Z | Compiling textwrap v0.16.2 |
| 1193 | 2026-08-05T20:41:25.448Z | Compiling tungstenite v0.21.0 |
| 1194 | 2026-08-05T20:41:25.579Z | Compiling portable-pty v0.9.0 |
| 1195 | 2026-08-05T20:41:26.865Z | Compiling pin-project v1.1.13 |
| 1196 | 2026-08-05T20:41:27.439Z | Compiling lsp-types v0.94.1 |
| 1197 | 2026-08-05T20:41:27.731Z | Compiling progenitor-impl v0.14.0 |
| 1198 | 2026-08-05T20:41:27.753Z | Compiling git-stub-vcs v0.1.0 |
| 1199 | 2026-08-05T20:41:28.507Z | Compiling signal-hook-mio v0.2.5 |
| 1200 | 2026-08-05T20:41:28.733Z | Compiling ordered-multimap v0.7.3 |
| 1201 | 2026-08-05T20:41:29.126Z | Compiling darling v0.24.0 |
| 1202 | 2026-08-05T20:41:29.759Z | Compiling drift v0.2.0 |
| 1203 | 2026-08-05T20:41:30.136Z | Compiling vw-eda v0.1.0 (/work/oxidecomputer/vw/vw-eda) |
| 1204 | 2026-08-05T20:41:30.472Z | Compiling curve25519-dalek v4.1.3 |
| 1205 | 2026-08-05T20:41:30.756Z | Compiling gethostname v1.1.0 |
| 1206 | 2026-08-05T20:41:30.897Z | Compiling itertools v0.13.0 |
| 1207 | 2026-08-05T20:41:32.384Z | Compiling env_filter v2.0.0 |
| 1208 | 2026-08-05T20:41:32.642Z | Compiling strum_macros v0.26.4 |
| 1209 | 2026-08-05T20:41:33.400Z | Compiling castaway v0.2.4 |
| 1210 | 2026-08-05T20:41:33.522Z | Compiling arrayref v0.3.9 |
| 1211 | 2026-08-05T20:41:33.595Z | Compiling constant_time_eq v0.4.2 |
| 1212 | 2026-08-05T20:41:33.781Z | Compiling base64ct v1.8.3 |
| 1213 | 2026-08-05T20:41:34.121Z | Compiling indent_write v2.2.0 |
| 1214 | 2026-08-05T20:41:34.263Z | Compiling arrayvec v0.7.8 |
| 1215 | 2026-08-05T20:41:34.267Z | Compiling indoc v2.0.7 |
| 1216 | 2026-08-05T20:41:34.490Z | Compiling static_assertions v1.1.0 |
| 1217 | 2026-08-05T20:41:34.562Z | Compiling pxfm v0.1.30 |
| 1218 | 2026-08-05T20:41:35.385Z | Compiling compact_str v0.8.2 |
| 1219 | 2026-08-05T20:41:36.271Z | Compiling strum v0.26.3 |
| 1220 | 2026-08-05T20:41:36.400Z | Compiling pem-rfc7468 v0.7.0 |
| 1221 | 2026-08-05T20:41:36.429Z | Compiling env_logger v0.11.11 |
| 1222 | 2026-08-05T20:41:36.567Z | Compiling unicode-truncate v1.1.0 |
| 1223 | 2026-08-05T20:41:36.729Z | Compiling moxcms v0.8.1 |
| 1224 | 2026-08-05T20:41:37.122Z | Compiling progenitor-macro v0.14.0 |
| 1225 | 2026-08-05T20:41:37.496Z | Compiling rust-ini v0.21.3 |
| 1226 | 2026-08-05T20:41:41.463Z | Compiling crossterm v0.28.1 |
| 1227 | 2026-08-05T20:41:44.121Z | Compiling rustls-webpki v0.103.13 |
| 1228 | 2026-08-05T20:41:44.565Z | Compiling tower v0.4.13 |
| 1229 | 2026-08-05T20:41:45.984Z | Compiling tokio-tungstenite v0.21.0 |
| 1230 | 2026-08-05T20:41:46.311Z | Compiling dashmap v5.5.3 |
| 1231 | 2026-08-05T20:41:46.555Z | Compiling globset v0.4.20 |
| 1232 | 2026-08-05T20:41:46.861Z | Compiling lsp-server v0.7.9 |
| 1233 | 2026-08-05T20:41:48.301Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1234 | 2026-08-05T20:41:48.418Z | Compiling tokio-rustls v0.26.4 |
| 1235 | 2026-08-05T20:41:48.451Z | Compiling rustls-platform-verifier v0.7.0 |
| 1236 | 2026-08-05T20:41:48.720Z | Compiling hyper-rustls v0.27.9 |
| 1237 | 2026-08-05T20:41:49.011Z | Compiling reqwest v0.13.4 |
| 1238 | 2026-08-05T20:41:49.107Z | Compiling git2 v0.18.3 |
| 1239 | 2026-08-05T20:41:50.492Z | Compiling progenitor-client v0.14.0 |
| 1240 | 2026-08-05T20:41:50.979Z | Compiling oxide v0.17.0+2026060800.0.0 |
| 1241 | 2026-08-05T20:41:56.613Z | Compiling vw-lib v0.1.0 (/work/oxidecomputer/vw/vw-lib) |
| 1242 | 2026-08-05T20:41:57.122Z | Compiling dropshot-api-manager v0.7.2 |
| 1243 | 2026-08-05T20:41:57.980Z | Compiling sharded-slab v0.1.7 |
| 1244 | 2026-08-05T20:41:58.305Z | Compiling fuzzy-matcher v0.3.7 |
| 1245 | 2026-08-05T20:41:59.355Z | Compiling lru v0.12.5 |
| 1246 | 2026-08-05T20:41:59.548Z | Compiling png v0.18.1 |
| 1247 | 2026-08-05T20:42:02.150Z | Compiling inout v0.1.4 |
| 1248 | 2026-08-05T20:42:02.302Z | Compiling matchers v0.2.0 |
| 1249 | 2026-08-05T20:42:02.474Z | Compiling quick-xml v0.38.4 |
| 1250 | 2026-08-05T20:42:04.995Z | Compiling tower-lsp-macros v0.9.0 |
| 1251 | 2026-08-05T20:42:05.568Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1252 | 2026-08-05T20:42:06.262Z | Compiling auto_impl v1.3.0 |
| 1253 | 2026-08-05T20:42:06.393Z | Compiling tracing-log v0.2.0 |
| 1254 | 2026-08-05T20:42:06.747Z | Compiling ring v0.17.14 |
| 1255 | 2026-08-05T20:42:06.912Z | Compiling byteorder-lite v0.1.0 |
| 1256 | 2026-08-05T20:42:07.215Z | Compiling cassowary v0.3.0 |
| 1257 | 2026-08-05T20:42:07.222Z | Compiling x11rb-protocol v0.13.2 |
| 1258 | 2026-08-05T20:42:07.312Z | Compiling nu-ansi-term v0.50.3 |
| 1259 | 2026-08-05T20:42:07.834Z | Compiling home v0.5.12 |
| 1260 | 2026-08-05T20:42:08.007Z | Compiling portable-atomic v1.14.0 |
| 1261 | 2026-08-05T20:42:08.463Z | Compiling signature v2.2.0 |
| 1262 | 2026-08-05T20:42:08.622Z | Compiling ed25519 v2.2.3 |
| 1263 | 2026-08-05T20:42:08.849Z | Compiling aws-creds v0.39.1 |
| 1264 | 2026-08-05T20:42:08.859Z | Compiling tracing-subscriber v0.3.23 |
| 1265 | 2026-08-05T20:42:09.579Z | Compiling ratatui v0.29.0 |
| 1266 | 2026-08-05T20:42:09.772Z | Compiling tower-lsp v0.20.0 |
| 1267 | 2026-08-05T20:42:14.071Z | Compiling x11rb v0.13.2 |
| 1268 | 2026-08-05T20:42:14.868Z | Compiling image v0.25.10 |
| 1269 | 2026-08-05T20:42:17.400Z | Compiling cipher v0.4.4 |
| 1270 | 2026-08-05T20:42:17.643Z | Compiling vhdl_ls v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89) |
| 1271 | 2026-08-05T20:42:17.691Z | Compiling vw-bench v0.1.0 (/work/oxidecomputer/vw/vw-bench) |
| 1272 | 2026-08-05T20:42:17.854Z | Compiling progenitor v0.14.0 |
| 1273 | 2026-08-05T20:42:18.000Z | Compiling ignore v0.4.33 |
| 1274 | 2026-08-05T20:42:18.171Z | Compiling ssh-encoding v0.2.0 |
| 1275 | 2026-08-05T20:42:18.704Z | Compiling reqwest v0.12.28 |
| 1276 | 2026-08-05T20:42:18.728Z | Compiling hmac v0.12.1 |
| 1277 | 2026-08-05T20:42:18.881Z | Compiling tokio-stream v0.1.19 |
| 1278 | 2026-08-05T20:42:19.056Z | Compiling quick-xml v0.37.5 |
| 1279 | 2026-08-05T20:42:19.447Z | Compiling vw-api-types-versions v0.1.0 (/work/oxidecomputer/vw/vw-api-types/versions) |
| 1280 | 2026-08-05T20:42:21.803Z | Compiling vw-sync-api v0.1.0 (/work/oxidecomputer/vw/vw-sync-api) |
| 1281 | 2026-08-05T20:42:22.648Z | Compiling vw-api v0.1.0 (/work/oxidecomputer/vw/vw-api) |
| 1282 | 2026-08-05T20:42:24.570Z | Compiling aws-region v0.28.1 |
| 1283 | 2026-08-05T20:42:24.961Z | Compiling maybe-async v0.2.11 |
| 1284 | 2026-08-05T20:42:25.795Z | Compiling sysinfo v0.37.2 |
| 1285 | 2026-08-05T20:42:26.592Z | Compiling base16ct v0.2.0 |
| 1286 | 2026-08-05T20:42:26.808Z | Compiling cpp_demangle v0.4.5 |
| 1287 | 2026-08-05T20:42:27.183Z | Compiling redb v4.1.0 |
| 1288 | 2026-08-05T20:42:27.245Z | Compiling md5 v0.8.1 |
| 1289 | 2026-08-05T20:42:27.444Z | Compiling rust-s3 v0.37.2 |
| 1290 | 2026-08-05T20:42:27.551Z | Compiling sec1 v0.7.3 |
| 1291 | 2026-08-05T20:42:27.761Z | Compiling ipxact v0.1.0 (https://github.com/oxidecomputer/ipe?branch=main#73c5c643) |
| 1292 | 2026-08-05T20:42:28.638Z | Compiling vw-api-client v0.1.0 (/work/oxidecomputer/vw/vw-api-client) |
| 1293 | 2026-08-05T20:42:30.178Z | Compiling vw-sync v0.1.0 (/work/oxidecomputer/vw/vw-sync) |
| 1294 | 2026-08-05T20:42:31.591Z | Compiling vw-analyzer v0.1.0 (/work/oxidecomputer/vw/vw-analyzer) |
| 1295 | 2026-08-05T20:42:32.748Z | Compiling ssh-cipher v0.2.0 |
| 1296 | 2026-08-05T20:42:32.919Z | Compiling vw-remote v0.1.0 (/work/oxidecomputer/vw/vw-remote) |
| 1297 | 2026-08-05T20:42:33.732Z | Compiling arboard v3.6.1 |
| 1298 | 2026-08-05T20:42:34.950Z | Compiling ed25519-dalek v2.2.0 |
| 1299 | 2026-08-05T20:42:35.310Z | Compiling tui-textarea v0.7.0 |
| 1300 | 2026-08-05T20:42:36.952Z | Compiling nucleo-matcher v0.3.1 |
| 1301 | 2026-08-05T20:42:37.187Z | Compiling console v0.15.11 |
| 1302 | 2026-08-05T20:42:37.567Z | Compiling yasna v0.6.0 |
| 1303 | 2026-08-05T20:42:37.642Z | Compiling pem v3.0.6 |
| 1304 | 2026-08-05T20:42:38.336Z | Compiling filetime v0.2.29 |
| 1305 | 2026-08-05T20:42:38.523Z | Compiling number_prefix v0.4.0 |
| 1306 | 2026-08-05T20:42:38.556Z | Compiling notify v6.1.1 |
| 1307 | 2026-08-05T20:42:38.634Z | Compiling indicatif v0.17.11 |
| 1308 | 2026-08-05T20:42:38.683Z | Compiling rcgen v0.14.8 |
| 1309 | 2026-08-05T20:42:39.080Z | Compiling vw-repl v0.1.0 (/work/oxidecomputer/vw/vw-repl) |
| 1310 | 2026-08-05T20:42:40.220Z | Compiling ssh-key v0.6.7 |
| 1311 | 2026-08-05T20:42:41.529Z | Compiling vw-ip v0.1.0 (/work/oxidecomputer/vw/vw-ip) |
| 1312 | 2026-08-05T20:42:45.268Z | Compiling vw-openapi-manager v0.1.0 (/work/oxidecomputer/vw/vw-openapi-manager) |
| 1313 | 2026-08-05T20:42:45.939Z | Compiling vw-htcl-cmd v0.1.0 (/work/oxidecomputer/vw/vw-htcl-cmd) |
| 1314 | 2026-08-05T20:42:46.244Z | Compiling rustc-demangle v0.1.28 |
| 1315 | 2026-08-05T20:42:46.474Z | Compiling xtask v0.1.0 (/work/oxidecomputer/vw/xtask) |
| 1316 | 2026-08-05T20:42:47.250Z | Compiling vw-api-types v0.1.0 (/work/oxidecomputer/vw/vw-api-types) |
| 1317 | 2026-08-05T20:43:06.915Z | Compiling vw v0.1.0 (/work/oxidecomputer/vw/vw-cli) |
| 1318 | 2026-08-05T20:43:06.918Z | Compiling vw-agent v0.1.0 (/work/oxidecomputer/vw/vw-agent) |
| 1319 | 2026-08-05T20:43:06.918Z | Compiling vw-svc v0.1.0 (/work/oxidecomputer/vw/vw-svc) |
| 1320 | 2026-08-05T20:43:44.156Z | Finished `release` profile [optimized] target(s) in 3m 30s |
| 1321 | 2026-08-05T20:43:44.260Z | + mkdir -p /work/release/ |
| 1322 | 2026-08-05T20:43:44.264Z | + cp target/release/vw /work/release/ |
| 1323 | 2026-08-05T20:43:44.347Z | + cp target/release/vw-agent /work/release/ |
| 1324 | 2026-08-05T20:43:44.416Z | + cp target/release/vw-svc /work/release/ |
| 1325 | 2026-08-05T20:43:44.470Z | + cp target/release/vw-analyzer /work/release/ |
| 1326 | 2026-08-05T20:43:44.511Z | process exited: duration 407068 ms, exit code 0 |
| |
| 1327 | 2026-08-05T20:43:44.524Z | found 4 output files |
| 1328 | 2026-08-05T20:43:44.524Z | uploading: /work/release/vw (100190520 bytes) |
| 1329 | 2026-08-05T20:43:46.058Z | uploaded: /work/release/vw |
| 1330 | 2026-08-05T20:43:46.062Z | uploading: /work/release/vw-agent (78982248 bytes) |
| 1331 | 2026-08-05T20:43:47.513Z | uploaded: /work/release/vw-agent |
| 1332 | 2026-08-05T20:43:47.513Z | uploading: /work/release/vw-analyzer (43100864 bytes) |
| 1333 | 2026-08-05T20:43:48.753Z | uploaded: /work/release/vw-analyzer |
| 1334 | 2026-08-05T20:43:48.753Z | uploading: /work/release/vw-svc (62449392 bytes) |
| 1335 | 2026-08-05T20:43:50.111Z | uploaded: /work/release/vw-svc |