|
|
|
| 1 | 2026-07-01T02:47:54.578Z | job assigned to worker 01KWDS5HBF1PGFRMEPVWENYV1G [factory aws, i-0b88c66d9b7dfe1a1] (queued for 43 s) |
| |
| 2 | 2026-07-01T02:48:01.402Z | starting task 0: "setup" |
| 3 | 2026-07-01T02:48:01.414Z | ++ uname -s |
| 4 | 2026-07-01T02:48:01.417Z | + kern=SunOS |
| 5 | 2026-07-01T02:48:01.417Z | + build_user=build |
| 6 | 2026-07-01T02:48:01.417Z | + build_uid=12345 |
| 7 | 2026-07-01T02:48:01.417Z | + work_dir=/work |
| 8 | 2026-07-01T02:48:01.417Z | + input_dir=/input |
| 9 | 2026-07-01T02:48:01.417Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-01T02:48:01.417Z | + case "$kern" in |
| 11 | 2026-07-01T02:48:01.417Z | + groupadd -g 12345 build |
| 12 | 2026-07-01T02:48:01.420Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-01T02:48:03.428Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-01T02:48:03.540Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-01T02:48:03.543Z | + home_fs=zfs |
| 16 | 2026-07-01T02:48:03.543Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-01T02:48:03.543Z | + mkdir -p /home/build |
| 18 | 2026-07-01T02:48:03.543Z | + chown build:build /home/build /work |
| 19 | 2026-07-01T02:48:04.543Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-01T02:48:04.547Z | process exited: duration 3143 ms, exit code 0 |
| |
| 21 | 2026-07-01T02:48:04.554Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-01T02:48:04.559Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-07-01T02:48:04.559Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-01T02:48:04.559Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-07-01T02:48:04.559Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-07-01T02:48:04.559Z | * rust toolchain channel = "stable" |
| 27 | 2026-07-01T02:48:04.559Z | * rust toolchain profile = "default" |
| 28 | 2026-07-01T02:48:04.562Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-01T02:48:04.562Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-07-01T02:48:04.617Z | info: downloading installer |
| 31 | 2026-07-01T02:48:06.259Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-01T02:48:06.259Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-01T02:48:06.259Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-01T02:48:06.259Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-01T02:48:06.271Z | info: profile set to default |
| 36 | 2026-07-01T02:48:06.271Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-01T02:48:06.274Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-07-01T02:48:06.419Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-01T02:48:06.422Z | info: downloading 6 components |
| 40 | 2026-07-01T02:48:21.590Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 41 | 2026-07-01T02:48:21.590Z | |
| 42 | 2026-07-01T02:48:21.618Z | stable-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-01T02:48:21.619Z | |
| 44 | 2026-07-01T02:48:21.622Z | |
| 45 | 2026-07-01T02:48:21.622Z | Rust is installed now. Great! |
| 46 | 2026-07-01T02:48:21.622Z | |
| 47 | 2026-07-01T02:48:21.622Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-01T02:48:21.622Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-01T02:48:21.622Z | |
| 50 | 2026-07-01T02:48:21.622Z | To configure your current shell, you need to source |
| 51 | 2026-07-01T02:48:21.622Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-01T02:48:21.622Z | |
| 53 | 2026-07-01T02:48:21.622Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-01T02:48:21.622Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-01T02:48:21.622Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-01T02:48:21.622Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-01T02:48:21.622Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-01T02:48:21.622Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-01T02:48:21.622Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-01T02:48:21.622Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-01T02:48:21.622Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-01T02:48:21.717Z | + rustup --version |
| 63 | 2026-07-01T02:48:21.725Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-01T02:48:21.728Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-01T02:48:21.747Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-01T02:48:21.750Z | + cargo --version |
| 67 | 2026-07-01T02:48:21.764Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-01T02:48:21.767Z | + rustc --version |
| 69 | 2026-07-01T02:48:21.786Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-01T02:48:21.789Z | process exited: duration 17234 ms, exit code 0 |
| |
| 71 | 2026-07-01T02:48:21.794Z | starting task 2: "authentication" |
| 72 | 2026-07-01T02:48:21.811Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-01T02:48:21.817Z | starting task 3: "clone repository" |
| 74 | 2026-07-01T02:48:21.820Z | + mkdir -p /work/oxidecomputer/vw |
| 75 | 2026-07-01T02:48:21.823Z | + git clone https://github.com/oxidecomputer/vw /work/oxidecomputer/vw |
| 76 | 2026-07-01T02:48:21.853Z | Cloning into '/work/oxidecomputer/vw'... |
| 77 | 2026-07-01T02:48:22.411Z | + cd /work/oxidecomputer/vw |
| 78 | 2026-07-01T02:48:22.411Z | + git fetch origin abac9a3422c5f57abf61c03b93e0ad020c5db786 |
| 79 | 2026-07-01T02:48:22.657Z | From https://github.com/oxidecomputer/vw |
| 80 | 2026-07-01T02:48:22.657Z | * branch abac9a3422c5f57abf61c03b93e0ad020c5db786 -> FETCH_HEAD |
| 81 | 2026-07-01T02:48:22.662Z | + [[ -n '' ]] |
| 82 | 2026-07-01T02:48:22.662Z | + git reset --hard abac9a3422c5f57abf61c03b93e0ad020c5db786 |
| 83 | 2026-07-01T02:48:22.674Z | HEAD is now at abac9a3 more comprehensive infra for stack traces |
| 84 | 2026-07-01T02:48:22.677Z | process exited: duration 858 ms, exit code 0 |
| |
| 85 | 2026-07-01T02:48:22.683Z | starting task 4: "build" |
| 86 | 2026-07-01T02:48:22.687Z | + cargo --version |
| 87 | 2026-07-01T02:48:22.696Z | cargo 1.96.1 (356927216 2026-06-26) |
| 88 | 2026-07-01T02:48:22.699Z | + rustc --version |
| 89 | 2026-07-01T02:48:22.718Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 90 | 2026-07-01T02:48:22.721Z | + export PKG_CONFIG_PATH=/opt/ooce/lib/amd64/pkgconfig |
| 91 | 2026-07-01T02:48:22.721Z | + PKG_CONFIG_PATH=/opt/ooce/lib/amd64/pkgconfig |
| 92 | 2026-07-01T02:48:22.721Z | + banner check |
| 93 | 2026-07-01T02:48:22.724Z | |
| 94 | 2026-07-01T02:48:22.724Z | #### # # ###### #### # # |
| 95 | 2026-07-01T02:48:22.724Z | # # # # # # # # # |
| 96 | 2026-07-01T02:48:22.724Z | # ###### ##### # #### |
| 97 | 2026-07-01T02:48:22.724Z | # # # # # # # |
| 98 | 2026-07-01T02:48:22.724Z | # # # # # # # # # |
| 99 | 2026-07-01T02:48:22.724Z | #### # # ###### #### # # |
| 100 | 2026-07-01T02:48:22.724Z | |
| 101 | 2026-07-01T02:48:22.724Z | + cargo fmt -- --check |
| 102 | 2026-07-01T02:48:22.957Z | + cargo clippy --all-targets -- --deny warnings |
| 103 | 2026-07-01T02:48:23.059Z | Updating crates.io index |
| 104 | 2026-07-01T02:48:23.062Z | Updating git repository `https://github.com/oxidecomputer/ipe` |
| 105 | 2026-07-01T02:48:23.514Z | From https://github.com/oxidecomputer/ipe |
| 106 | 2026-07-01T02:48:23.514Z | * [new ref] 0360158d06554a7019aba9d17c9d654119f48d5c -> refs/commit/0360158d06554a7019aba9d17c9d654119f48d5c |
| 107 | 2026-07-01T02:48:25.478Z | Downloading crates ... |
| 108 | 2026-07-01T02:48:25.566Z | Downloaded darling v0.23.0 |
| 109 | 2026-07-01T02:48:25.570Z | Downloaded dirs-sys v0.4.1 |
| 110 | 2026-07-01T02:48:25.573Z | Downloaded byteorder-lite v0.1.0 |
| 111 | 2026-07-01T02:48:25.573Z | Downloaded colored v2.2.0 |
| 112 | 2026-07-01T02:48:25.575Z | Downloaded cfg-if v1.0.4 |
| 113 | 2026-07-01T02:48:25.575Z | Downloaded bitflags v1.3.2 |
| 114 | 2026-07-01T02:48:25.578Z | Downloaded displaydoc v0.2.5 |
| 115 | 2026-07-01T02:48:25.582Z | Downloaded dirs-sys v0.5.0 |
| 116 | 2026-07-01T02:48:25.583Z | Downloaded dirs v6.0.0 |
| 117 | 2026-07-01T02:48:25.585Z | Downloaded itoa v1.0.18 |
| 118 | 2026-07-01T02:48:25.588Z | Downloaded autocfg v1.5.0 |
| 119 | 2026-07-01T02:48:25.599Z | Downloaded pin-project v1.1.13 |
| 120 | 2026-07-01T02:48:25.605Z | Downloaded darling_macro v0.23.0 |
| 121 | 2026-07-01T02:48:25.608Z | Downloaded nucleo-matcher v0.3.1 |
| 122 | 2026-07-01T02:48:25.608Z | Downloaded colorchoice v1.0.5 |
| 123 | 2026-07-01T02:48:25.610Z | Downloaded percent-encoding v2.3.2 |
| 124 | 2026-07-01T02:48:25.610Z | Downloaded pin-project-lite v0.2.17 |
| 125 | 2026-07-01T02:48:25.613Z | Downloaded paste v1.0.15 |
| 126 | 2026-07-01T02:48:25.616Z | Downloaded lazy_static v1.5.0 |
| 127 | 2026-07-01T02:48:25.616Z | Downloaded pad v0.1.6 |
| 128 | 2026-07-01T02:48:25.619Z | Downloaded is_terminal_polyfill v1.70.2 |
| 129 | 2026-07-01T02:48:25.619Z | Downloaded litemap v0.8.1 |
| 130 | 2026-07-01T02:48:25.619Z | Downloaded adler2 v2.0.1 |
| 131 | 2026-07-01T02:48:25.622Z | Downloaded errno v0.3.14 |
| 132 | 2026-07-01T02:48:25.622Z | Downloaded indoc v2.0.7 |
| 133 | 2026-07-01T02:48:25.625Z | Downloaded color_quant v1.1.0 |
| 134 | 2026-07-01T02:48:25.625Z | Downloaded lru v0.12.5 |
| 135 | 2026-07-01T02:48:25.628Z | Downloaded equivalent v1.0.2 |
| 136 | 2026-07-01T02:48:25.634Z | Downloaded dunce v1.0.5 |
| 137 | 2026-07-01T02:48:25.637Z | Downloaded once_cell v1.21.4 |
| 138 | 2026-07-01T02:48:25.640Z | Downloaded quote v1.0.45 |
| 139 | 2026-07-01T02:48:25.641Z | Downloaded jobserver v0.1.34 |
| 140 | 2026-07-01T02:48:25.644Z | Downloaded fnv v1.0.7 |
| 141 | 2026-07-01T02:48:25.644Z | Downloaded dashmap v5.5.3 |
| 142 | 2026-07-01T02:48:25.644Z | Downloaded compact_str v0.8.2 |
| 143 | 2026-07-01T02:48:25.647Z | Downloaded option-ext v0.2.0 |
| 144 | 2026-07-01T02:48:25.647Z | Downloaded log v0.4.29 |
| 145 | 2026-07-01T02:48:25.649Z | Downloaded futures-sink v0.3.32 |
| 146 | 2026-07-01T02:48:25.649Z | Downloaded matchers v0.2.0 |
| 147 | 2026-07-01T02:48:25.652Z | Downloaded futures-task v0.3.32 |
| 148 | 2026-07-01T02:48:25.652Z | Downloaded clap_lex v1.1.0 |
| 149 | 2026-07-01T02:48:25.656Z | Downloaded serde_repr v0.1.20 |
| 150 | 2026-07-01T02:48:25.659Z | Downloaded netrc v0.4.1 |
| 151 | 2026-07-01T02:48:25.659Z | Downloaded camino v1.2.2 |
| 152 | 2026-07-01T02:48:25.662Z | Downloaded pkg-config v0.3.32 |
| 153 | 2026-07-01T02:48:25.665Z | Downloaded dirs v5.0.1 |
| 154 | 2026-07-01T02:48:25.668Z | Downloaded dlib v0.5.3 |
| 155 | 2026-07-01T02:48:25.668Z | Downloaded strum_macros v0.26.4 |
| 156 | 2026-07-01T02:48:25.671Z | Downloaded nu-ansi-term v0.50.3 |
| 157 | 2026-07-01T02:48:25.674Z | Downloaded ident_case v1.0.1 |
| 158 | 2026-07-01T02:48:25.674Z | Downloaded form_urlencoded v1.2.2 |
| 159 | 2026-07-01T02:48:25.674Z | Downloaded float-ord v0.3.2 |
| 160 | 2026-07-01T02:48:25.674Z | Downloaded instability v0.3.12 |
| 161 | 2026-07-01T02:48:25.677Z | Downloaded strum v0.26.3 |
| 162 | 2026-07-01T02:48:25.677Z | Downloaded heck v0.5.0 |
| 163 | 2026-07-01T02:48:25.679Z | Downloaded serde_spanned v0.6.9 |
| 164 | 2026-07-01T02:48:25.679Z | Downloaded enum-map-derive v0.17.0 |
| 165 | 2026-07-01T02:48:25.679Z | Downloaded futures-macro v0.3.32 |
| 166 | 2026-07-01T02:48:25.683Z | Downloaded castaway v0.2.4 |
| 167 | 2026-07-01T02:48:25.686Z | Downloaded rustc_version v0.4.1 |
| 168 | 2026-07-01T02:48:25.686Z | Downloaded scopeguard v1.2.0 |
| 169 | 2026-07-01T02:48:25.689Z | Downloaded cfg_aliases v0.1.1 |
| 170 | 2026-07-01T02:48:25.689Z | Downloaded gethostname v1.1.0 |
| 171 | 2026-07-01T02:48:25.689Z | Downloaded downcast-rs v1.2.1 |
| 172 | 2026-07-01T02:48:25.692Z | Downloaded cc v1.2.57 |
| 173 | 2026-07-01T02:48:25.692Z | Downloaded anstyle-query v1.1.5 |
| 174 | 2026-07-01T02:48:25.695Z | Downloaded strsim v0.11.1 |
| 175 | 2026-07-01T02:48:25.695Z | Downloaded pathfinder_geometry v0.5.1 |
| 176 | 2026-07-01T02:48:25.695Z | Downloaded anstyle-parse v1.0.0 |
| 177 | 2026-07-01T02:48:25.698Z | Downloaded pin-project-internal v1.1.13 |
| 178 | 2026-07-01T02:48:25.700Z | Downloaded pathfinder_simd v0.5.5 |
| 179 | 2026-07-01T02:48:25.703Z | Downloaded futures-executor v0.3.32 |
| 180 | 2026-07-01T02:48:25.703Z | Downloaded find-msvc-tools v0.1.9 |
| 181 | 2026-07-01T02:48:25.703Z | Downloaded byteorder v1.5.0 |
| 182 | 2026-07-01T02:48:25.706Z | Downloaded idna_adapter v1.2.1 |
| 183 | 2026-07-01T02:48:25.706Z | Downloaded same-file v1.0.6 |
| 184 | 2026-07-01T02:48:25.709Z | Downloaded plotters-backend v0.3.7 |
| 185 | 2026-07-01T02:48:25.712Z | Downloaded futures-io v0.3.32 |
| 186 | 2026-07-01T02:48:25.715Z | Downloaded fastrand v2.3.0 |
| 187 | 2026-07-01T02:48:25.715Z | Downloaded plotters-bitmap v0.3.7 |
| 188 | 2026-07-01T02:48:25.718Z | Downloaded signal-hook-mio v0.2.5 |
| 189 | 2026-07-01T02:48:25.718Z | Downloaded shell-words v1.1.1 |
| 190 | 2026-07-01T02:48:25.721Z | Downloaded anyhow v1.0.102 |
| 191 | 2026-07-01T02:48:25.724Z | Downloaded openssl-probe v0.1.6 |
| 192 | 2026-07-01T02:48:25.724Z | Downloaded quick-error v2.0.1 |
| 193 | 2026-07-01T02:48:25.729Z | Downloaded potential_utf v0.1.4 |
| 194 | 2026-07-01T02:48:25.731Z | Downloaded pinned_vec v0.1.1 |
| 195 | 2026-07-01T02:48:25.734Z | Downloaded signal-hook-registry v1.4.8 |
| 196 | 2026-07-01T02:48:25.738Z | Downloaded libloading v0.8.9 |
| 197 | 2026-07-01T02:48:25.740Z | Downloaded glob v0.3.3 |
| 198 | 2026-07-01T02:48:25.743Z | Downloaded anstyle v1.0.14 |
| 199 | 2026-07-01T02:48:25.743Z | Downloaded anstream v1.0.0 |
| 200 | 2026-07-01T02:48:25.743Z | Downloaded foldhash v0.1.5 |
| 201 | 2026-07-01T02:48:25.746Z | Downloaded filedescriptor v0.8.3 |
| 202 | 2026-07-01T02:48:25.746Z | Downloaded static_assertions v1.1.0 |
| 203 | 2026-07-01T02:48:25.749Z | Downloaded tower-lsp-macros v0.9.0 |
| 204 | 2026-07-01T02:48:25.749Z | Downloaded crossbeam-deque v0.8.6 |
| 205 | 2026-07-01T02:48:25.749Z | Downloaded auto_impl v1.3.0 |
| 206 | 2026-07-01T02:48:25.752Z | Downloaded cassowary v0.3.0 |
| 207 | 2026-07-01T02:48:25.756Z | Downloaded bitflags v2.11.0 |
| 208 | 2026-07-01T02:48:25.763Z | Downloaded miniz_oxide v0.8.9 |
| 209 | 2026-07-01T02:48:25.766Z | Downloaded arboard v3.6.1 |
| 210 | 2026-07-01T02:48:25.769Z | Downloaded tower-layer v0.3.3 |
| 211 | 2026-07-01T02:48:25.769Z | Downloaded toml_datetime v0.6.11 |
| 212 | 2026-07-01T02:48:25.769Z | Downloaded httparse v1.10.1 |
| 213 | 2026-07-01T02:48:25.772Z | Downloaded utf8parse v0.2.2 |
| 214 | 2026-07-01T02:48:25.772Z | Downloaded async-trait v0.1.89 |
| 215 | 2026-07-01T02:48:25.775Z | Downloaded strum_macros v0.27.2 |
| 216 | 2026-07-01T02:48:25.775Z | Downloaded shlex v1.3.0 |
| 217 | 2026-07-01T02:48:25.778Z | Downloaded strum v0.27.2 |
| 218 | 2026-07-01T02:48:25.778Z | Downloaded stable_deref_trait v1.2.1 |
| 219 | 2026-07-01T02:48:25.778Z | Downloaded plotters-svg v0.3.7 |
| 220 | 2026-07-01T02:48:25.781Z | Downloaded futures-core v0.3.32 |
| 221 | 2026-07-01T02:48:25.781Z | Downloaded bytemuck v1.25.0 |
| 222 | 2026-07-01T02:48:25.784Z | Downloaded synstructure v0.13.2 |
| 223 | 2026-07-01T02:48:25.784Z | Downloaded subst v0.3.8 |
| 224 | 2026-07-01T02:48:25.787Z | Downloaded portable-pty v0.9.0 |
| 225 | 2026-07-01T02:48:25.787Z | Downloaded thiserror v1.0.69 |
| 226 | 2026-07-01T02:48:25.789Z | Downloaded crossbeam-epoch v0.9.18 |
| 227 | 2026-07-01T02:48:25.792Z | Downloaded bytes v1.11.1 |
| 228 | 2026-07-01T02:48:25.795Z | Downloaded unicode-truncate v1.1.0 |
| 229 | 2026-07-01T02:48:25.795Z | Downloaded vhdl_lang_macros v0.86.0 |
| 230 | 2026-07-01T02:48:25.795Z | Downloaded fax v0.2.7 |
| 231 | 2026-07-01T02:48:25.798Z | Downloaded indexmap v2.13.0 |
| 232 | 2026-07-01T02:48:25.801Z | Downloaded enum-map v2.7.3 |
| 233 | 2026-07-01T02:48:25.804Z | Downloaded zerofrom v0.1.6 |
| 234 | 2026-07-01T02:48:25.807Z | Downloaded tracing-log v0.2.0 |
| 235 | 2026-07-01T02:48:25.807Z | Downloaded lock_api v0.4.14 |
| 236 | 2026-07-01T02:48:25.811Z | Downloaded parking_lot v0.12.5 |
| 237 | 2026-07-01T02:48:25.813Z | Downloaded utf8_iter v1.0.4 |
| 238 | 2026-07-01T02:48:25.813Z | Downloaded zerofrom-derive v0.1.6 |
| 239 | 2026-07-01T02:48:25.816Z | Downloaded serde_core v1.0.228 |
| 240 | 2026-07-01T02:48:25.820Z | Downloaded crossbeam-utils v0.8.21 |
| 241 | 2026-07-01T02:48:25.822Z | Downloaded parking_lot_core v0.9.12 |
| 242 | 2026-07-01T02:48:25.822Z | Downloaded thiserror-impl v2.0.18 |
| 243 | 2026-07-01T02:48:25.825Z | Downloaded thiserror-impl v1.0.69 |
| 244 | 2026-07-01T02:48:25.825Z | Downloaded sharded-slab v0.1.7 |
| 245 | 2026-07-01T02:48:25.828Z | Downloaded num-traits v0.2.19 |
| 246 | 2026-07-01T02:48:25.828Z | Downloaded semver v1.0.27 |
| 247 | 2026-07-01T02:48:25.833Z | Downloaded yeslogic-fontconfig-sys v6.0.0 |
| 248 | 2026-07-01T02:48:25.836Z | Downloaded rustversion v1.0.22 |
| 249 | 2026-07-01T02:48:25.839Z | Downloaded tokio-macros v2.6.1 |
| 250 | 2026-07-01T02:48:25.842Z | Downloaded either v1.15.0 |
| 251 | 2026-07-01T02:48:25.847Z | Downloaded clap_derive v4.6.0 |
| 252 | 2026-07-01T02:48:25.850Z | Downloaded fdeflate v0.3.7 |
| 253 | 2026-07-01T02:48:25.857Z | Downloaded zmij v1.0.21 |
| 254 | 2026-07-01T02:48:25.859Z | Downloaded walkdir v2.5.0 |
| 255 | 2026-07-01T02:48:25.864Z | Downloaded iana-time-zone v0.1.65 |
| 256 | 2026-07-01T02:48:25.867Z | Downloaded clap_builder v4.6.0 |
| 257 | 2026-07-01T02:48:25.870Z | Downloaded signal-hook v0.3.18 |
| 258 | 2026-07-01T02:48:25.872Z | Downloaded smallvec v1.15.1 |
| 259 | 2026-07-01T02:48:25.873Z | Downloaded slab v0.4.12 |
| 260 | 2026-07-01T02:48:25.875Z | Downloaded proc-macro2 v1.0.106 |
| 261 | 2026-07-01T02:48:25.875Z | Downloaded simd-adler32 v0.3.9 |
| 262 | 2026-07-01T02:48:25.878Z | Downloaded base64 v0.22.1 |
| 263 | 2026-07-01T02:48:25.881Z | Downloaded zune-core v0.5.1 |
| 264 | 2026-07-01T02:48:25.881Z | Downloaded allocator-api2 v0.2.21 |
| 265 | 2026-07-01T02:48:25.884Z | Downloaded mio v1.1.1 |
| 266 | 2026-07-01T02:48:25.891Z | Downloaded futures-channel v0.3.32 |
| 267 | 2026-07-01T02:48:25.894Z | Downloaded crc32fast v1.5.0 |
| 268 | 2026-07-01T02:48:25.899Z | Downloaded thiserror v2.0.18 |
| 269 | 2026-07-01T02:48:25.902Z | Downloaded thread_local v1.1.9 |
| 270 | 2026-07-01T02:48:25.905Z | Downloaded serial2 v0.2.37 |
| 271 | 2026-07-01T02:48:25.909Z | Downloaded tower-service v0.3.3 |
| 272 | 2026-07-01T02:48:25.912Z | Downloaded toml_write v0.1.2 |
| 273 | 2026-07-01T02:48:25.915Z | Downloaded yoke-derive v0.8.1 |
| 274 | 2026-07-01T02:48:25.915Z | Downloaded prettyplease v0.2.37 |
| 275 | 2026-07-01T02:48:25.918Z | Downloaded icu_normalizer v2.1.1 |
| 276 | 2026-07-01T02:48:25.920Z | Downloaded clap v4.6.0 |
| 277 | 2026-07-01T02:48:25.924Z | Downloaded writeable v0.6.2 |
| 278 | 2026-07-01T02:48:25.927Z | Downloaded socket2 v0.6.3 |
| 279 | 2026-07-01T02:48:25.927Z | Downloaded zerovec-derive v0.11.2 |
| 280 | 2026-07-01T02:48:25.929Z | Downloaded half v2.7.1 |
| 281 | 2026-07-01T02:48:25.929Z | Downloaded tracing-attributes v0.1.31 |
| 282 | 2026-07-01T02:48:25.932Z | Downloaded lsp-types v0.94.1 |
| 283 | 2026-07-01T02:48:25.935Z | Downloaded serde_derive v1.0.228 |
| 284 | 2026-07-01T02:48:25.935Z | Downloaded getrandom v0.4.2 |
| 285 | 2026-07-01T02:48:25.938Z | Downloaded itertools v0.14.0 |
| 286 | 2026-07-01T02:48:25.945Z | Downloaded weezl v0.1.12 |
| 287 | 2026-07-01T02:48:25.947Z | Downloaded ryu v1.0.23 |
| 288 | 2026-07-01T02:48:25.950Z | Downloaded icu_provider v2.1.1 |
| 289 | 2026-07-01T02:48:25.950Z | Downloaded icu_properties v2.1.2 |
| 290 | 2026-07-01T02:48:25.953Z | Downloaded toml_edit v0.22.27 |
| 291 | 2026-07-01T02:48:25.957Z | Downloaded yoke v0.8.1 |
| 292 | 2026-07-01T02:48:25.960Z | Downloaded serde v1.0.228 |
| 293 | 2026-07-01T02:48:25.963Z | Downloaded icu_collections v2.1.1 |
| 294 | 2026-07-01T02:48:25.966Z | Downloaded rayon-core v1.13.0 |
| 295 | 2026-07-01T02:48:25.968Z | Downloaded openssl-sys v0.9.112 |
| 296 | 2026-07-01T02:48:25.972Z | Downloaded icu_normalizer_data v2.1.1 |
| 297 | 2026-07-01T02:48:25.975Z | Downloaded icu_locale_core v2.1.1 |
| 298 | 2026-07-01T02:48:25.977Z | Downloaded fixedbitset v0.5.7 |
| 299 | 2026-07-01T02:48:25.977Z | Downloaded unicode-ident v1.0.24 |
| 300 | 2026-07-01T02:48:25.980Z | Downloaded tinystr v0.8.2 |
| 301 | 2026-07-01T02:48:25.980Z | Downloaded tempfile v3.27.0 |
| 302 | 2026-07-01T02:48:25.984Z | Downloaded toml v0.8.23 |
| 303 | 2026-07-01T02:48:25.991Z | Downloaded futures v0.3.32 |
| 304 | 2026-07-01T02:48:25.994Z | Downloaded tower-lsp v0.20.0 |
| 305 | 2026-07-01T02:48:25.997Z | Downloaded font-kit v0.14.3 |
| 306 | 2026-07-01T02:48:26.000Z | Downloaded tracing-core v0.1.36 |
| 307 | 2026-07-01T02:48:26.003Z | Downloaded zerotrie v0.2.3 |
| 308 | 2026-07-01T02:48:26.013Z | Downloaded itertools v0.13.0 |
| 309 | 2026-07-01T02:48:26.028Z | Downloaded tower v0.4.13 |
| 310 | 2026-07-01T02:48:26.035Z | Downloaded png v0.17.16 |
| 311 | 2026-07-01T02:48:26.038Z | Downloaded memchr v2.8.0 |
| 312 | 2026-07-01T02:48:26.040Z | Downloaded darling_core v0.23.0 |
| 313 | 2026-07-01T02:48:26.043Z | Downloaded flate2 v1.1.9 |
| 314 | 2026-07-01T02:48:26.046Z | Downloaded url v2.5.8 |
| 315 | 2026-07-01T02:48:26.060Z | Downloaded moxcms v0.8.1 |
| 316 | 2026-07-01T02:48:26.066Z | Downloaded tiff v0.11.3 |
| 317 | 2026-07-01T02:48:26.069Z | Downloaded png v0.18.1 |
| 318 | 2026-07-01T02:48:26.071Z | Downloaded tui-textarea v0.7.0 |
| 319 | 2026-07-01T02:48:26.074Z | Downloaded zune-jpeg v0.5.15 |
| 320 | 2026-07-01T02:48:26.074Z | Downloaded idna v1.1.0 |
| 321 | 2026-07-01T02:48:26.077Z | Downloaded zerocopy-derive v0.8.52 |
| 322 | 2026-07-01T02:48:26.081Z | Downloaded unicode-segmentation v1.13.3 |
| 323 | 2026-07-01T02:48:26.090Z | Downloaded crossterm v0.28.1 |
| 324 | 2026-07-01T02:48:26.103Z | Downloaded plotters v0.3.7 |
| 325 | 2026-07-01T02:48:26.112Z | Downloaded hashbrown v0.15.5 |
| 326 | 2026-07-01T02:48:26.121Z | Downloaded serde_json v1.0.149 |
| 327 | 2026-07-01T02:48:26.125Z | Downloaded regex v1.12.3 |
| 328 | 2026-07-01T02:48:26.128Z | Downloaded hashbrown v0.16.1 |
| 329 | 2026-07-01T02:48:26.137Z | Downloaded futures-util v0.3.32 |
| 330 | 2026-07-01T02:48:26.144Z | Downloaded zerovec v0.11.5 |
| 331 | 2026-07-01T02:48:26.147Z | Downloaded hashbrown v0.14.5 |
| 332 | 2026-07-01T02:48:26.150Z | Downloaded icu_properties_data v2.1.2 |
| 333 | 2026-07-01T02:48:26.154Z | Downloaded ttf-parser v0.20.0 |
| 334 | 2026-07-01T02:48:26.159Z | Downloaded rayon v1.11.0 |
| 335 | 2026-07-01T02:48:26.163Z | Downloaded quick-xml v0.37.5 |
| 336 | 2026-07-01T02:48:26.166Z | Downloaded tokio-util v0.7.18 |
| 337 | 2026-07-01T02:48:26.170Z | Downloaded winnow v0.6.26 |
| 338 | 2026-07-01T02:48:26.192Z | Downloaded aho-corasick v1.1.4 |
| 339 | 2026-07-01T02:48:26.202Z | Downloaded winnow v0.7.15 |
| 340 | 2026-07-01T02:48:26.217Z | Downloaded git2 v0.18.3 |
| 341 | 2026-07-01T02:48:26.234Z | Downloaded chrono v0.4.44 |
| 342 | 2026-07-01T02:48:26.238Z | Downloaded tracing-subscriber v0.3.23 |
| 343 | 2026-07-01T02:48:26.248Z | Downloaded x11rb v0.13.2 |
| 344 | 2026-07-01T02:48:26.266Z | Downloaded vcpkg v0.2.15 |
| 345 | 2026-07-01T02:48:26.287Z | Downloaded zerocopy v0.8.52 |
| 346 | 2026-07-01T02:48:26.296Z | Downloaded nix v0.28.0 |
| 347 | 2026-07-01T02:48:26.302Z | Downloaded unicode-width v0.1.14 |
| 348 | 2026-07-01T02:48:26.305Z | Downloaded syn v2.0.117 |
| 349 | 2026-07-01T02:48:26.317Z | Downloaded image v0.25.10 |
| 350 | 2026-07-01T02:48:26.324Z | Downloaded vhdl_lang v0.86.0 |
| 351 | 2026-07-01T02:48:26.346Z | Downloaded unicode-width v0.2.0 |
| 352 | 2026-07-01T02:48:26.351Z | Downloaded tracing v0.1.44 |
| 353 | 2026-07-01T02:48:26.361Z | Downloaded regex-syntax v0.8.10 |
| 354 | 2026-07-01T02:48:26.377Z | Downloaded rustix v0.38.44 |
| 355 | 2026-07-01T02:48:26.388Z | Downloaded x11rb-protocol v0.13.2 |
| 356 | 2026-07-01T02:48:26.395Z | Downloaded rustix v1.1.4 |
| 357 | 2026-07-01T02:48:26.407Z | Downloaded gif v0.12.0 |
| 358 | 2026-07-01T02:48:26.458Z | Downloaded ratatui v0.29.0 |
| 359 | 2026-07-01T02:48:26.468Z | Downloaded tokio v1.50.0 |
| 360 | 2026-07-01T02:48:26.503Z | Downloaded libssh2-sys v0.3.1 |
| 361 | 2026-07-01T02:48:26.518Z | Downloaded regex-automata v0.4.14 |
| 362 | 2026-07-01T02:48:26.570Z | Downloaded petgraph v0.8.3 |
| 363 | 2026-07-01T02:48:26.583Z | Downloaded jpeg-decoder v0.3.2 |
| 364 | 2026-07-01T02:48:26.598Z | Downloaded libc v0.2.183 |
| 365 | 2026-07-01T02:48:26.616Z | Downloaded pxfm v0.1.29 |
| 366 | 2026-07-01T02:48:26.637Z | Downloaded libz-sys v1.1.25 |
| 367 | 2026-07-01T02:48:26.713Z | Downloaded freetype-sys v0.20.1 |
| 368 | 2026-07-01T02:48:26.779Z | Downloaded libgit2-sys v0.16.2+1.7.2 |
| 369 | 2026-07-01T02:48:27.294Z | Downloaded image v0.24.9 |
| 370 | 2026-07-01T02:48:27.391Z | Compiling proc-macro2 v1.0.106 |
| 371 | 2026-07-01T02:48:27.391Z | Compiling quote v1.0.45 |
| 372 | 2026-07-01T02:48:27.391Z | Compiling unicode-ident v1.0.24 |
| 373 | 2026-07-01T02:48:27.394Z | Compiling libc v0.2.183 |
| 374 | 2026-07-01T02:48:27.394Z | Checking cfg-if v1.0.4 |
| 375 | 2026-07-01T02:48:27.394Z | Compiling serde_core v1.0.228 |
| 376 | 2026-07-01T02:48:27.394Z | Compiling serde v1.0.228 |
| 377 | 2026-07-01T02:48:27.394Z | Checking memchr v2.8.0 |
| 378 | 2026-07-01T02:48:27.557Z | Checking bitflags v2.11.0 |
| 379 | 2026-07-01T02:48:27.708Z | Compiling pkg-config v0.3.32 |
| 380 | 2026-07-01T02:48:27.893Z | Checking smallvec v1.15.1 |
| 381 | 2026-07-01T02:48:27.896Z | Compiling find-msvc-tools v0.1.9 |
| 382 | 2026-07-01T02:48:27.908Z | Compiling shlex v1.3.0 |
| 383 | 2026-07-01T02:48:28.056Z | Checking log v0.4.29 |
| 384 | 2026-07-01T02:48:28.088Z | Compiling thiserror v1.0.69 |
| 385 | 2026-07-01T02:48:28.117Z | Checking once_cell v1.21.4 |
| 386 | 2026-07-01T02:48:28.168Z | Compiling parking_lot_core v0.9.12 |
| 387 | 2026-07-01T02:48:28.210Z | Checking stable_deref_trait v1.2.1 |
| 388 | 2026-07-01T02:48:28.275Z | Checking scopeguard v1.2.0 |
| 389 | 2026-07-01T02:48:28.284Z | Compiling jobserver v0.1.34 |
| 390 | 2026-07-01T02:48:28.328Z | Checking errno v0.3.14 |
| 391 | 2026-07-01T02:48:28.331Z | Compiling rustix v1.1.4 |
| 392 | 2026-07-01T02:48:28.359Z | Checking lock_api v0.4.14 |
| 393 | 2026-07-01T02:48:28.437Z | Checking pin-project-lite v0.2.17 |
| 394 | 2026-07-01T02:48:28.547Z | Compiling cc v1.2.57 |
| 395 | 2026-07-01T02:48:28.566Z | Checking signal-hook-registry v1.4.8 |
| 396 | 2026-07-01T02:48:28.593Z | Checking equivalent v1.0.2 |
| 397 | 2026-07-01T02:48:28.641Z | Checking parking_lot v0.12.5 |
| 398 | 2026-07-01T02:48:28.682Z | Compiling camino v1.2.2 |
| 399 | 2026-07-01T02:48:28.727Z | Compiling syn v2.0.117 |
| 400 | 2026-07-01T02:48:28.737Z | Checking mio v1.1.1 |
| 401 | 2026-07-01T02:48:28.774Z | Compiling vcpkg v0.2.15 |
| 402 | 2026-07-01T02:48:28.821Z | Compiling crc32fast v1.5.0 |
| 403 | 2026-07-01T02:48:29.006Z | Compiling getrandom v0.4.2 |
| 404 | 2026-07-01T02:48:29.120Z | Compiling autocfg v1.5.0 |
| 405 | 2026-07-01T02:48:29.279Z | Checking simd-adler32 v0.3.9 |
| 406 | 2026-07-01T02:48:29.289Z | Checking writeable v0.6.2 |
| 407 | 2026-07-01T02:48:29.328Z | Checking litemap v0.8.1 |
| 408 | 2026-07-01T02:48:29.416Z | Checking itoa v1.0.18 |
| 409 | 2026-07-01T02:48:29.493Z | Compiling num-traits v0.2.19 |
| 410 | 2026-07-01T02:48:29.513Z | Compiling icu_properties_data v2.1.2 |
| 411 | 2026-07-01T02:48:29.523Z | Checking adler2 v2.0.1 |
| 412 | 2026-07-01T02:48:29.574Z | Compiling zmij v1.0.21 |
| 413 | 2026-07-01T02:48:29.583Z | Compiling heck v0.5.0 |
| 414 | 2026-07-01T02:48:29.622Z | Compiling icu_normalizer_data v2.1.1 |
| 415 | 2026-07-01T02:48:29.766Z | Checking miniz_oxide v0.8.9 |
| 416 | 2026-07-01T02:48:29.884Z | Checking winnow v0.6.26 |
| 417 | 2026-07-01T02:48:29.902Z | Checking hashbrown v0.16.1 |
| 418 | 2026-07-01T02:48:29.921Z | Compiling serde_json v1.0.149 |
| 419 | 2026-07-01T02:48:29.998Z | Checking futures-core v0.3.32 |
| 420 | 2026-07-01T02:48:30.026Z | Checking fastrand v2.3.0 |
| 421 | 2026-07-01T02:48:30.133Z | Checking flate2 v1.1.9 |
| 422 | 2026-07-01T02:48:30.205Z | Checking tempfile v3.27.0 |
| 423 | 2026-07-01T02:48:30.331Z | Compiling libz-sys v1.1.25 |
| 424 | 2026-07-01T02:48:30.366Z | Compiling openssl-sys v0.9.112 |
| 425 | 2026-07-01T02:48:30.376Z | Checking indexmap v2.13.0 |
| 426 | 2026-07-01T02:48:30.464Z | Checking fdeflate v0.3.7 |
| 427 | 2026-07-01T02:48:30.541Z | Checking socket2 v0.6.3 |
| 428 | 2026-07-01T02:48:30.702Z | Checking either v1.15.0 |
| 429 | 2026-07-01T02:48:30.715Z | Compiling crossbeam-utils v0.8.21 |
| 430 | 2026-07-01T02:48:30.737Z | Compiling semver v1.0.27 |
| 431 | 2026-07-01T02:48:30.785Z | Checking bytes v1.11.1 |
| 432 | 2026-07-01T02:48:30.882Z | Checking option-ext v0.2.0 |
| 433 | 2026-07-01T02:48:30.964Z | Compiling rustc_version v0.4.1 |
| 434 | 2026-07-01T02:48:31.073Z | Checking unicode-width v0.1.14 |
| 435 | 2026-07-01T02:48:31.133Z | Checking percent-encoding v2.3.2 |
| 436 | 2026-07-01T02:48:31.186Z | Checking winnow v0.7.15 |
| 437 | 2026-07-01T02:48:31.218Z | Checking bitflags v1.3.2 |
| 438 | 2026-07-01T02:48:31.227Z | Checking toml_write v0.1.2 |
| 439 | 2026-07-01T02:48:31.237Z | Compiling pathfinder_simd v0.5.5 |
| 440 | 2026-07-01T02:48:31.280Z | Compiling libssh2-sys v0.3.1 |
| 441 | 2026-07-01T02:48:31.310Z | Compiling freetype-sys v0.20.1 |
| 442 | 2026-07-01T02:48:31.383Z | Compiling yeslogic-fontconfig-sys v6.0.0 |
| 443 | 2026-07-01T02:48:31.494Z | Checking allocator-api2 v0.2.21 |
| 444 | 2026-07-01T02:48:31.617Z | Compiling synstructure v0.13.2 |
| 445 | 2026-07-01T02:48:31.642Z | Checking utf8parse v0.2.2 |
| 446 | 2026-07-01T02:48:31.653Z | Checking bytemuck v1.25.0 |
| 447 | 2026-07-01T02:48:31.679Z | Checking lazy_static v1.5.0 |
| 448 | 2026-07-01T02:48:31.683Z | Checking foldhash v0.1.5 |
| 449 | 2026-07-01T02:48:31.757Z | Checking futures-sink v0.3.32 |
| 450 | 2026-07-01T02:48:31.777Z | Checking utf8_iter v1.0.4 |
| 451 | 2026-07-01T02:48:31.799Z | Checking anstyle-parse v1.0.0 |
| 452 | 2026-07-01T02:48:31.809Z | Checking hashbrown v0.15.5 |
| 453 | 2026-07-01T02:48:31.900Z | Checking crossbeam-epoch v0.9.18 |
| 454 | 2026-07-01T02:48:31.941Z | Checking form_urlencoded v1.2.2 |
| 455 | 2026-07-01T02:48:31.979Z | Checking dirs-sys v0.5.0 |
| 456 | 2026-07-01T02:48:32.063Z | Checking tracing-core v0.1.36 |
| 457 | 2026-07-01T02:48:32.091Z | Checking aho-corasick v1.1.4 |
| 458 | 2026-07-01T02:48:32.124Z | Checking libloading v0.8.9 |
| 459 | 2026-07-01T02:48:32.146Z | Checking byteorder v1.5.0 |
| 460 | 2026-07-01T02:48:32.261Z | Checking is_terminal_polyfill v1.70.2 |
| 461 | 2026-07-01T02:48:32.271Z | Checking colorchoice v1.0.5 |
| 462 | 2026-07-01T02:48:32.341Z | Compiling rayon-core v1.13.0 |
| 463 | 2026-07-01T02:48:32.341Z | Checking regex-syntax v0.8.10 |
| 464 | 2026-07-01T02:48:32.360Z | Checking anstyle v1.0.14 |
| 465 | 2026-07-01T02:48:32.363Z | Checking color_quant v1.1.0 |
| 466 | 2026-07-01T02:48:32.415Z | Checking anstyle-query v1.1.5 |
| 467 | 2026-07-01T02:48:32.481Z | Checking dlib v0.5.3 |
| 468 | 2026-07-01T02:48:32.500Z | Checking crossbeam-deque v0.8.6 |
| 469 | 2026-07-01T02:48:32.540Z | Checking anstream v1.0.0 |
| 470 | 2026-07-01T02:48:32.578Z | Checking dirs v6.0.0 |
| 471 | 2026-07-01T02:48:32.665Z | Checking futures-channel v0.3.32 |
| 472 | 2026-07-01T02:48:32.675Z | Checking png v0.17.16 |
| 473 | 2026-07-01T02:48:32.827Z | Compiling libgit2-sys v0.16.2+1.7.2 |
| 474 | 2026-07-01T02:48:32.854Z | Checking strsim v0.11.1 |
| 475 | 2026-07-01T02:48:32.873Z | Compiling serde_derive v1.0.228 |
| 476 | 2026-07-01T02:48:32.919Z | Compiling zerofrom-derive v0.1.6 |
| 477 | 2026-07-01T02:48:33.009Z | Compiling thiserror-impl v1.0.69 |
| 478 | 2026-07-01T02:48:33.226Z | Compiling yoke-derive v0.8.1 |
| 479 | 2026-07-01T02:48:33.238Z | Compiling zerovec-derive v0.11.2 |
| 480 | 2026-07-01T02:48:33.248Z | Compiling displaydoc v0.2.5 |
| 481 | 2026-07-01T02:48:33.643Z | Compiling vw-quote v0.1.0 (/work/oxidecomputer/vw/vw-quote) |
| 482 | 2026-07-01T02:48:33.990Z | Compiling tokio-macros v2.6.1 |
| 483 | 2026-07-01T02:48:34.102Z | Checking zerofrom v0.1.6 |
| 484 | 2026-07-01T02:48:34.221Z | Checking regex-automata v0.4.14 |
| 485 | 2026-07-01T02:48:34.238Z | Checking yoke v0.8.1 |
| 486 | 2026-07-01T02:48:34.248Z | Compiling tracing-attributes v0.1.31 |
| 487 | 2026-07-01T02:48:34.278Z | Compiling futures-macro v0.3.32 |
| 488 | 2026-07-01T02:48:34.310Z | Compiling async-trait v0.1.89 |
| 489 | 2026-07-01T02:48:34.445Z | Checking zerovec v0.11.5 |
| 490 | 2026-07-01T02:48:34.774Z | Checking zerotrie v0.2.3 |
| 491 | 2026-07-01T02:48:34.884Z | Checking tinystr v0.8.2 |
| 492 | 2026-07-01T02:48:35.013Z | Checking potential_utf v0.1.4 |
| 493 | 2026-07-01T02:48:35.058Z | Checking icu_locale_core v2.1.1 |
| 494 | 2026-07-01T02:48:35.136Z | Checking tokio v1.50.0 |
| 495 | 2026-07-01T02:48:35.139Z | Checking icu_collections v2.1.1 |
| 496 | 2026-07-01T02:48:35.318Z | Checking slab v0.4.12 |
| 497 | 2026-07-01T02:48:35.436Z | Checking clap_lex v1.1.0 |
| 498 | 2026-07-01T02:48:35.474Z | Checking same-file v1.0.6 |
| 499 | 2026-07-01T02:48:35.530Z | Checking futures-task v0.3.32 |
| 500 | 2026-07-01T02:48:35.578Z | Checking futures-io v0.3.32 |
| 501 | 2026-07-01T02:48:35.586Z | Compiling font-kit v0.14.3 |
| 502 | 2026-07-01T02:48:35.597Z | Checking icu_provider v2.1.1 |
| 503 | 2026-07-01T02:48:35.662Z | Checking jpeg-decoder v0.3.2 |
| 504 | 2026-07-01T02:48:35.683Z | Checking plotters-backend v0.3.7 |
| 505 | 2026-07-01T02:48:35.817Z | Checking weezl v0.1.12 |
| 506 | 2026-07-01T02:48:35.826Z | Checking icu_properties v2.1.2 |
| 507 | 2026-07-01T02:48:35.862Z | Checking icu_normalizer v2.1.1 |
| 508 | 2026-07-01T02:48:35.963Z | Checking serde_spanned v0.6.9 |
| 509 | 2026-07-01T02:48:36.043Z | Checking vw-htcl v0.1.0 (/work/oxidecomputer/vw/vw-htcl) |
| 510 | 2026-07-01T02:48:36.070Z | Checking toml_datetime v0.6.11 |
| 511 | 2026-07-01T02:48:36.083Z | Checking image v0.24.9 |
| 512 | 2026-07-01T02:48:36.100Z | Checking gif v0.12.0 |
| 513 | 2026-07-01T02:48:36.178Z | Checking futures-util v0.3.32 |
| 514 | 2026-07-01T02:48:36.239Z | Checking toml_edit v0.22.27 |
| 515 | 2026-07-01T02:48:36.330Z | Checking walkdir v2.5.0 |
| 516 | 2026-07-01T02:48:36.513Z | Checking clap_builder v4.6.0 |
| 517 | 2026-07-01T02:48:36.617Z | Checking idna_adapter v1.2.1 |
| 518 | 2026-07-01T02:48:36.729Z | Checking idna v1.1.0 |
| 519 | 2026-07-01T02:48:36.826Z | Checking tracing v0.1.44 |
| 520 | 2026-07-01T02:48:36.961Z | Checking url v2.5.8 |
| 521 | 2026-07-01T02:48:37.006Z | Checking pathfinder_geometry v0.5.1 |
| 522 | 2026-07-01T02:48:37.038Z | Compiling enum-map-derive v0.17.0 |
| 523 | 2026-07-01T02:48:37.173Z | Compiling clap_derive v4.6.0 |
| 524 | 2026-07-01T02:48:37.322Z | Checking toml v0.8.23 |
| 525 | 2026-07-01T02:48:37.390Z | Compiling strum_macros v0.27.2 |
| 526 | 2026-07-01T02:48:37.897Z | Compiling prettyplease v0.2.37 |
| 527 | 2026-07-01T02:48:37.916Z | Checking float-ord v0.3.2 |
| 528 | 2026-07-01T02:48:38.020Z | Compiling rustversion v1.0.22 |
| 529 | 2026-07-01T02:48:38.053Z | Checking iana-time-zone v0.1.65 |
| 530 | 2026-07-01T02:48:38.155Z | Checking chrono v0.4.44 |
| 531 | 2026-07-01T02:48:38.166Z | Checking rayon v1.11.0 |
| 532 | 2026-07-01T02:48:38.420Z | Checking enum-map v2.7.3 |
| 533 | 2026-07-01T02:48:38.518Z | Checking plotters-bitmap v0.3.7 |
| 534 | 2026-07-01T02:48:38.568Z | Checking plotters-svg v0.3.7 |
| 535 | 2026-07-01T02:48:38.683Z | Compiling vhdl_lang_macros v0.86.0 |
| 536 | 2026-07-01T02:48:38.698Z | Checking subst v0.3.8 |
| 537 | 2026-07-01T02:48:38.849Z | Checking clap v4.6.0 |
| 538 | 2026-07-01T02:48:38.886Z | Checking pad v0.1.6 |
| 539 | 2026-07-01T02:48:38.916Z | Checking dirs-sys v0.4.1 |
| 540 | 2026-07-01T02:48:38.926Z | Checking itertools v0.14.0 |
| 541 | 2026-07-01T02:48:38.989Z | Checking pinned_vec v0.1.1 |
| 542 | 2026-07-01T02:48:39.028Z | Checking fnv v1.0.7 |
| 543 | 2026-07-01T02:48:39.086Z | Checking fixedbitset v0.5.7 |
| 544 | 2026-07-01T02:48:39.119Z | Checking ttf-parser v0.20.0 |
| 545 | 2026-07-01T02:48:39.176Z | Checking dunce v1.0.5 |
| 546 | 2026-07-01T02:48:39.197Z | Checking strum v0.27.2 |
| 547 | 2026-07-01T02:48:39.218Z | Checking openssl-probe v0.1.6 |
| 548 | 2026-07-01T02:48:39.259Z | Checking glob v0.3.3 |
| 549 | 2026-07-01T02:48:39.273Z | Checking petgraph v0.8.3 |
| 550 | 2026-07-01T02:48:39.311Z | Checking dirs v5.0.1 |
| 551 | 2026-07-01T02:48:39.448Z | Checking futures-executor v0.3.32 |
| 552 | 2026-07-01T02:48:39.592Z | Checking regex v1.12.3 |
| 553 | 2026-07-01T02:48:39.652Z | Checking netrc v0.4.1 |
| 554 | 2026-07-01T02:48:39.700Z | Compiling ident_case v1.0.1 |
| 555 | 2026-07-01T02:48:39.818Z | Compiling signal-hook v0.3.18 |
| 556 | 2026-07-01T02:48:39.868Z | Compiling cfg_aliases v0.1.1 |
| 557 | 2026-07-01T02:48:39.937Z | Compiling nix v0.28.0 |
| 558 | 2026-07-01T02:48:39.968Z | Compiling darling_core v0.23.0 |
| 559 | 2026-07-01T02:48:40.008Z | Checking vhdl_lang v0.86.0 |
| 560 | 2026-07-01T02:48:40.053Z | Checking futures v0.3.32 |
| 561 | 2026-07-01T02:48:40.062Z | Compiling pin-project-internal v1.1.13 |
| 562 | 2026-07-01T02:48:40.122Z | Compiling httparse v1.10.1 |
| 563 | 2026-07-01T02:48:40.301Z | Compiling rustix v0.38.44 |
| 564 | 2026-07-01T02:48:40.414Z | Checking plotters v0.3.7 |
| 565 | 2026-07-01T02:48:40.480Z | Compiling anyhow v1.0.102 |
| 566 | 2026-07-01T02:48:40.778Z | Compiling serde_repr v0.1.20 |
| 567 | 2026-07-01T02:48:40.945Z | Compiling instability v0.3.12 |
| 568 | 2026-07-01T02:48:41.007Z | Checking hashbrown v0.14.5 |
| 569 | 2026-07-01T02:48:41.130Z | Checking pin-project v1.1.13 |
| 570 | 2026-07-01T02:48:41.171Z | Compiling thiserror v2.0.18 |
| 571 | 2026-07-01T02:48:41.217Z | Checking tower-layer v0.3.3 |
| 572 | 2026-07-01T02:48:41.345Z | Compiling paste v1.0.15 |
| 573 | 2026-07-01T02:48:41.361Z | Checking tower-service v0.3.3 |
| 574 | 2026-07-01T02:48:41.400Z | Checking unicode-segmentation v1.13.3 |
| 575 | 2026-07-01T02:48:41.445Z | Checking tower v0.4.13 |
| 576 | 2026-07-01T02:48:41.454Z | Checking dashmap v5.5.3 |
| 577 | 2026-07-01T02:48:41.676Z | Checking lsp-types v0.94.1 |
| 578 | 2026-07-01T02:48:41.721Z | Checking signal-hook-mio v0.2.5 |
| 579 | 2026-07-01T02:48:41.913Z | Checking castaway v0.2.4 |
| 580 | 2026-07-01T02:48:41.941Z | Compiling strum_macros v0.26.4 |
| 581 | 2026-07-01T02:48:42.010Z | Checking tokio-util v0.7.18 |
| 582 | 2026-07-01T02:48:42.070Z | Compiling darling_macro v0.23.0 |
| 583 | 2026-07-01T02:48:42.232Z | Checking matchers v0.2.0 |
| 584 | 2026-07-01T02:48:42.347Z | Checking filedescriptor v0.8.3 |
| 585 | 2026-07-01T02:48:42.357Z | Compiling thiserror-impl v2.0.18 |
| 586 | 2026-07-01T02:48:42.402Z | Compiling tower-lsp-macros v0.9.0 |
| 587 | 2026-07-01T02:48:42.494Z | Compiling auto_impl v1.3.0 |
| 588 | 2026-07-01T02:48:42.621Z | Compiling darling v0.23.0 |
| 589 | 2026-07-01T02:48:42.697Z | Checking tracing-log v0.2.0 |
| 590 | 2026-07-01T02:48:42.838Z | Checking sharded-slab v0.1.7 |
| 591 | 2026-07-01T02:48:42.944Z | Checking itertools v0.13.0 |
| 592 | 2026-07-01T02:48:43.029Z | Checking serial2 v0.2.37 |
| 593 | 2026-07-01T02:48:43.230Z | Checking thread_local v1.1.9 |
| 594 | 2026-07-01T02:48:43.240Z | Checking pxfm v0.1.29 |
| 595 | 2026-07-01T02:48:43.380Z | Checking shell-words v1.1.1 |
| 596 | 2026-07-01T02:48:43.389Z | Checking ryu v1.0.23 |
| 597 | 2026-07-01T02:48:43.493Z | Checking static_assertions v1.1.0 |
| 598 | 2026-07-01T02:48:43.517Z | Checking nu-ansi-term v0.50.3 |
| 599 | 2026-07-01T02:48:43.527Z | Compiling indoc v2.0.7 |
| 600 | 2026-07-01T02:48:43.551Z | Compiling vw-vivado v0.1.0 (/work/oxidecomputer/vw/vw-vivado) |
| 601 | 2026-07-01T02:48:43.554Z | Checking downcast-rs v1.2.1 |
| 602 | 2026-07-01T02:48:43.635Z | Checking portable-pty v0.9.0 |
| 603 | 2026-07-01T02:48:43.711Z | Checking tracing-subscriber v0.3.23 |
| 604 | 2026-07-01T02:48:43.867Z | Checking compact_str v0.8.2 |
| 605 | 2026-07-01T02:48:43.905Z | Checking strum v0.26.3 |
| 606 | 2026-07-01T02:48:43.965Z | Checking unicode-truncate v1.1.0 |
| 607 | 2026-07-01T02:48:44.006Z | Checking crossterm v0.28.1 |
| 608 | 2026-07-01T02:48:44.214Z | Checking vw-eda v0.1.0 (/work/oxidecomputer/vw/vw-eda) |
| 609 | 2026-07-01T02:48:44.527Z | Checking quick-xml v0.37.5 |
| 610 | 2026-07-01T02:48:44.573Z | Checking lru v0.12.5 |
| 611 | 2026-07-01T02:48:44.600Z | Checking png v0.18.1 |
| 612 | 2026-07-01T02:48:44.625Z | Checking gethostname v1.1.0 |
| 613 | 2026-07-01T02:48:44.706Z | Checking x11rb-protocol v0.13.2 |
| 614 | 2026-07-01T02:48:44.716Z | Checking byteorder-lite v0.1.0 |
| 615 | 2026-07-01T02:48:44.738Z | Checking cassowary v0.3.0 |
| 616 | 2026-07-01T02:48:44.928Z | Checking unicode-width v0.2.0 |
| 617 | 2026-07-01T02:48:45.038Z | Checking moxcms v0.8.1 |
| 618 | 2026-07-01T02:48:45.172Z | Checking ratatui v0.29.0 |
| 619 | 2026-07-01T02:48:45.196Z | Checking nucleo-matcher v0.3.1 |
| 620 | 2026-07-01T02:48:45.329Z | Checking base64 v0.22.1 |
| 621 | 2026-07-01T02:48:45.401Z | Checking ipxact v0.1.0 (https://github.com/oxidecomputer/ipe?branch=ry%2Finit#0360158d) |
| 622 | 2026-07-01T02:48:45.517Z | Checking vw-htcl-cmd v0.1.0 (/work/oxidecomputer/vw/vw-htcl-cmd) |
| 623 | 2026-07-01T02:48:45.560Z | Checking colored v2.2.0 |
| 624 | 2026-07-01T02:48:45.800Z | Checking vw-ip v0.1.0 (/work/oxidecomputer/vw/vw-ip) |
| 625 | 2026-07-01T02:48:46.416Z | Checking tui-textarea v0.7.0 |
| 626 | 2026-07-01T02:48:46.745Z | Checking x11rb v0.13.2 |
| 627 | 2026-07-01T02:48:47.210Z | Checking image v0.25.10 |
| 628 | 2026-07-01T02:48:47.443Z | Checking tower-lsp v0.20.0 |
| 629 | 2026-07-01T02:48:48.311Z | Checking arboard v3.6.1 |
| 630 | 2026-07-01T02:48:49.937Z | Checking git2 v0.18.3 |
| 631 | 2026-07-01T02:48:51.350Z | Checking vw-lib v0.1.0 (/work/oxidecomputer/vw/vw-lib) |
| 632 | 2026-07-01T02:48:52.472Z | Checking vw-analyzer v0.1.0 (/work/oxidecomputer/vw/vw-analyzer) |
| 633 | 2026-07-01T02:48:52.475Z | Checking vw-repl v0.1.0 (/work/oxidecomputer/vw/vw-repl) |
| 634 | 2026-07-01T02:48:53.412Z | Checking vw v0.1.0 (/work/oxidecomputer/vw/vw-cli) |
| 635 | 2026-07-01T02:48:54.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.06s |
| 636 | 2026-07-01T02:48:54.222Z | + banner build |
| 637 | 2026-07-01T02:48:54.225Z | |
| 638 | 2026-07-01T02:48:54.225Z | ##### # # # # ##### |
| 639 | 2026-07-01T02:48:54.225Z | # # # # # # # # |
| 640 | 2026-07-01T02:48:54.225Z | ##### # # # # # # |
| 641 | 2026-07-01T02:48:54.225Z | # # # # # # # # |
| 642 | 2026-07-01T02:48:54.225Z | # # # # # # # # |
| 643 | 2026-07-01T02:48:54.225Z | ##### #### # ###### ##### |
| 644 | 2026-07-01T02:48:54.225Z | |
| 645 | 2026-07-01T02:48:54.225Z | + cargo build --release |
| 646 | 2026-07-01T02:48:54.448Z | Compiling proc-macro2 v1.0.106 |
| 647 | 2026-07-01T02:48:54.448Z | Compiling quote v1.0.45 |
| 648 | 2026-07-01T02:48:54.448Z | Compiling unicode-ident v1.0.24 |
| 649 | 2026-07-01T02:48:54.448Z | Compiling libc v0.2.183 |
| 650 | 2026-07-01T02:48:54.448Z | Compiling cfg-if v1.0.4 |
| 651 | 2026-07-01T02:48:54.451Z | Compiling pkg-config v0.3.32 |
| 652 | 2026-07-01T02:48:54.451Z | Compiling shlex v1.3.0 |
| 653 | 2026-07-01T02:48:54.538Z | Compiling memchr v2.8.0 |
| 654 | 2026-07-01T02:48:54.581Z | Compiling serde_core v1.0.228 |
| 655 | 2026-07-01T02:48:54.648Z | Compiling find-msvc-tools v0.1.9 |
| 656 | 2026-07-01T02:48:54.794Z | Compiling smallvec v1.15.1 |
| 657 | 2026-07-01T02:48:54.859Z | Compiling serde v1.0.228 |
| 658 | 2026-07-01T02:48:54.897Z | Compiling log v0.4.29 |
| 659 | 2026-07-01T02:48:55.038Z | Compiling bitflags v2.11.0 |
| 660 | 2026-07-01T02:48:55.135Z | Compiling stable_deref_trait v1.2.1 |
| 661 | 2026-07-01T02:48:55.166Z | Compiling jobserver v0.1.34 |
| 662 | 2026-07-01T02:48:55.201Z | Compiling parking_lot_core v0.9.12 |
| 663 | 2026-07-01T02:48:55.218Z | Compiling scopeguard v1.2.0 |
| 664 | 2026-07-01T02:48:55.310Z | Compiling errno v0.3.14 |
| 665 | 2026-07-01T02:48:55.397Z | Compiling cc v1.2.57 |
| 666 | 2026-07-01T02:48:55.412Z | Compiling lock_api v0.4.14 |
| 667 | 2026-07-01T02:48:55.464Z | Compiling pin-project-lite v0.2.17 |
| 668 | 2026-07-01T02:48:55.548Z | Compiling once_cell v1.21.4 |
| 669 | 2026-07-01T02:48:55.624Z | Compiling syn v2.0.117 |
| 670 | 2026-07-01T02:48:55.636Z | Compiling vcpkg v0.2.15 |
| 671 | 2026-07-01T02:48:55.676Z | Compiling parking_lot v0.12.5 |
| 672 | 2026-07-01T02:48:55.686Z | Compiling signal-hook-registry v1.4.8 |
| 673 | 2026-07-01T02:48:55.779Z | Compiling writeable v0.6.2 |
| 674 | 2026-07-01T02:48:55.856Z | Compiling simd-adler32 v0.3.9 |
| 675 | 2026-07-01T02:48:56.002Z | Compiling equivalent v1.0.2 |
| 676 | 2026-07-01T02:48:56.082Z | Compiling autocfg v1.5.0 |
| 677 | 2026-07-01T02:48:56.147Z | Compiling crc32fast v1.5.0 |
| 678 | 2026-07-01T02:48:56.157Z | Compiling litemap v0.8.1 |
| 679 | 2026-07-01T02:48:56.213Z | Compiling mio v1.1.1 |
| 680 | 2026-07-01T02:48:56.346Z | Compiling icu_normalizer_data v2.1.1 |
| 681 | 2026-07-01T02:48:56.419Z | Compiling num-traits v0.2.19 |
| 682 | 2026-07-01T02:48:56.469Z | Compiling heck v0.5.0 |
| 683 | 2026-07-01T02:48:56.587Z | Compiling icu_properties_data v2.1.2 |
| 684 | 2026-07-01T02:48:56.598Z | Compiling futures-core v0.3.32 |
| 685 | 2026-07-01T02:48:56.622Z | Compiling adler2 v2.0.1 |
| 686 | 2026-07-01T02:48:56.654Z | Compiling thiserror v1.0.69 |
| 687 | 2026-07-01T02:48:56.743Z | Compiling miniz_oxide v0.8.9 |
| 688 | 2026-07-01T02:48:56.803Z | Compiling itoa v1.0.18 |
| 689 | 2026-07-01T02:48:56.955Z | Compiling libz-sys v1.1.25 |
| 690 | 2026-07-01T02:48:56.999Z | Compiling openssl-sys v0.9.112 |
| 691 | 2026-07-01T02:48:57.014Z | Compiling fdeflate v0.3.7 |
| 692 | 2026-07-01T02:48:57.027Z | Compiling option-ext v0.2.0 |
| 693 | 2026-07-01T02:48:57.110Z | Compiling semver v1.0.27 |
| 694 | 2026-07-01T02:48:57.117Z | Compiling either v1.15.0 |
| 695 | 2026-07-01T02:48:57.319Z | Compiling flate2 v1.1.9 |
| 696 | 2026-07-01T02:48:57.355Z | Compiling rustix v1.1.4 |
| 697 | 2026-07-01T02:48:57.372Z | Compiling crossbeam-utils v0.8.21 |
| 698 | 2026-07-01T02:48:57.543Z | Compiling zmij v1.0.21 |
| 699 | 2026-07-01T02:48:57.698Z | Compiling rustc_version v0.4.1 |
| 700 | 2026-07-01T02:48:57.754Z | Compiling bitflags v1.3.2 |
| 701 | 2026-07-01T02:48:57.818Z | Compiling futures-sink v0.3.32 |
| 702 | 2026-07-01T02:48:57.838Z | Compiling serde_json v1.0.149 |
| 703 | 2026-07-01T02:48:57.858Z | Compiling percent-encoding v2.3.2 |
| 704 | 2026-07-01T02:48:57.873Z | Compiling hashbrown v0.16.1 |
| 705 | 2026-07-01T02:48:57.889Z | Compiling unicode-width v0.1.14 |
| 706 | 2026-07-01T02:48:57.954Z | Compiling pathfinder_simd v0.5.5 |
| 707 | 2026-07-01T02:48:58.178Z | Compiling libssh2-sys v0.3.1 |
| 708 | 2026-07-01T02:48:58.200Z | Compiling freetype-sys v0.20.1 |
| 709 | 2026-07-01T02:48:58.213Z | Compiling socket2 v0.6.3 |
| 710 | 2026-07-01T02:48:58.405Z | Compiling synstructure v0.13.2 |
| 711 | 2026-07-01T02:48:58.530Z | Compiling indexmap v2.13.0 |
| 712 | 2026-07-01T02:48:58.535Z | Compiling yeslogic-fontconfig-sys v6.0.0 |
| 713 | 2026-07-01T02:48:58.559Z | Compiling camino v1.2.2 |
| 714 | 2026-07-01T02:48:58.792Z | Compiling bytemuck v1.25.0 |
| 715 | 2026-07-01T02:48:58.878Z | Compiling lazy_static v1.5.0 |
| 716 | 2026-07-01T02:48:58.883Z | Compiling bytes v1.11.1 |
| 717 | 2026-07-01T02:48:58.888Z | Compiling rustversion v1.0.22 |
| 718 | 2026-07-01T02:48:58.967Z | Compiling utf8parse v0.2.2 |
| 719 | 2026-07-01T02:48:58.986Z | Compiling utf8_iter v1.0.4 |
| 720 | 2026-07-01T02:48:59.059Z | Compiling allocator-api2 v0.2.21 |
| 721 | 2026-07-01T02:48:59.066Z | Compiling foldhash v0.1.5 |
| 722 | 2026-07-01T02:48:59.135Z | Compiling anstyle-parse v1.0.0 |
| 723 | 2026-07-01T02:48:59.312Z | Compiling crossbeam-epoch v0.9.18 |
| 724 | 2026-07-01T02:48:59.429Z | Compiling hashbrown v0.15.5 |
| 725 | 2026-07-01T02:48:59.476Z | Compiling form_urlencoded v1.2.2 |
| 726 | 2026-07-01T02:48:59.549Z | Compiling serde_derive v1.0.228 |
| 727 | 2026-07-01T02:48:59.727Z | Compiling zerofrom-derive v0.1.6 |
| 728 | 2026-07-01T02:48:59.771Z | Compiling yoke-derive v0.8.1 |
| 729 | 2026-07-01T02:48:59.849Z | Compiling zerovec-derive v0.11.2 |
| 730 | 2026-07-01T02:49:00.099Z | Compiling displaydoc v0.2.5 |
| 731 | 2026-07-01T02:49:00.452Z | Compiling thiserror-impl v1.0.69 |
| 732 | 2026-07-01T02:49:00.793Z | Compiling tokio-macros v2.6.1 |
| 733 | 2026-07-01T02:49:00.851Z | Compiling futures-macro v0.3.32 |
| 734 | 2026-07-01T02:49:00.907Z | Compiling zerofrom v0.1.6 |
| 735 | 2026-07-01T02:49:00.944Z | Compiling futures-channel v0.3.32 |
| 736 | 2026-07-01T02:49:01.021Z | Compiling yoke v0.8.1 |
| 737 | 2026-07-01T02:49:01.188Z | Compiling zerovec v0.11.5 |
| 738 | 2026-07-01T02:49:01.205Z | Compiling zerotrie v0.2.3 |
| 739 | 2026-07-01T02:49:01.559Z | Compiling tokio v1.50.0 |
| 740 | 2026-07-01T02:49:01.624Z | Compiling dirs-sys v0.5.0 |
| 741 | 2026-07-01T02:49:01.674Z | Compiling tracing-core v0.1.36 |
| 742 | 2026-07-01T02:49:01.696Z | Compiling aho-corasick v1.1.4 |
| 743 | 2026-07-01T02:49:01.773Z | Compiling tinystr v0.8.2 |
| 744 | 2026-07-01T02:49:01.966Z | Compiling icu_locale_core v2.1.1 |
| 745 | 2026-07-01T02:49:01.969Z | Compiling potential_utf v0.1.4 |
| 746 | 2026-07-01T02:49:02.130Z | Compiling icu_collections v2.1.1 |
| 747 | 2026-07-01T02:49:02.450Z | Compiling libloading v0.8.9 |
| 748 | 2026-07-01T02:49:02.675Z | Compiling icu_provider v2.1.1 |
| 749 | 2026-07-01T02:49:02.752Z | Compiling toml_datetime v0.6.11 |
| 750 | 2026-07-01T02:49:02.835Z | Compiling serde_spanned v0.6.9 |
| 751 | 2026-07-01T02:49:02.851Z | Compiling regex-syntax v0.8.10 |
| 752 | 2026-07-01T02:49:02.980Z | Compiling icu_normalizer v2.1.1 |
| 753 | 2026-07-01T02:49:03.067Z | Compiling icu_properties v2.1.2 |
| 754 | 2026-07-01T02:49:03.111Z | Compiling byteorder v1.5.0 |
| 755 | 2026-07-01T02:49:03.350Z | Compiling futures-task v0.3.32 |
| 756 | 2026-07-01T02:49:03.514Z | Compiling color_quant v1.1.0 |
| 757 | 2026-07-01T02:49:03.814Z | Compiling anstyle-query v1.1.5 |
| 758 | 2026-07-01T02:49:03.911Z | Compiling idna_adapter v1.2.1 |
| 759 | 2026-07-01T02:49:04.037Z | Compiling idna v1.1.0 |
| 760 | 2026-07-01T02:49:04.143Z | Compiling colorchoice v1.0.5 |
| 761 | 2026-07-01T02:49:04.255Z | Compiling toml_write v0.1.2 |
| 762 | 2026-07-01T02:49:04.264Z | Compiling getrandom v0.4.2 |
| 763 | 2026-07-01T02:49:04.515Z | Compiling winnow v0.7.15 |
| 764 | 2026-07-01T02:49:04.560Z | Compiling slab v0.4.12 |
| 765 | 2026-07-01T02:49:04.594Z | Compiling anstyle v1.0.14 |
| 766 | 2026-07-01T02:49:04.756Z | Compiling rayon-core v1.13.0 |
| 767 | 2026-07-01T02:49:04.852Z | Compiling futures-io v0.3.32 |
| 768 | 2026-07-01T02:49:04.983Z | Compiling is_terminal_polyfill v1.70.2 |
| 769 | 2026-07-01T02:49:05.067Z | Compiling anstream v1.0.0 |
| 770 | 2026-07-01T02:49:05.565Z | Compiling futures-util v0.3.32 |
| 771 | 2026-07-01T02:49:06.130Z | Compiling toml_edit v0.22.27 |
| 772 | 2026-07-01T02:49:06.415Z | Compiling regex-automata v0.4.14 |
| 773 | 2026-07-01T02:49:07.100Z | Compiling url v2.5.8 |
| 774 | 2026-07-01T02:49:07.249Z | Compiling dlib v0.5.3 |
| 775 | 2026-07-01T02:49:07.369Z | Compiling dirs v6.0.0 |
| 776 | 2026-07-01T02:49:07.520Z | Compiling crossbeam-deque v0.8.6 |
| 777 | 2026-07-01T02:49:07.717Z | Compiling tracing-attributes v0.1.31 |
| 778 | 2026-07-01T02:49:08.669Z | Compiling png v0.17.16 |
| 779 | 2026-07-01T02:49:08.938Z | Compiling libgit2-sys v0.16.2+1.7.2 |
| 780 | 2026-07-01T02:49:09.405Z | Compiling strsim v0.11.1 |
| 781 | 2026-07-01T02:49:09.447Z | Compiling ident_case v1.0.1 |
| 782 | 2026-07-01T02:49:09.563Z | Compiling clap_lex v1.1.0 |
| 783 | 2026-07-01T02:49:09.611Z | Compiling jpeg-decoder v0.3.2 |
| 784 | 2026-07-01T02:49:09.692Z | Compiling signal-hook v0.3.18 |
| 785 | 2026-07-01T02:49:09.918Z | Compiling weezl v0.1.12 |
| 786 | 2026-07-01T02:49:10.178Z | Compiling same-file v1.0.6 |
| 787 | 2026-07-01T02:49:10.342Z | Compiling plotters-backend v0.3.7 |
| 788 | 2026-07-01T02:49:10.690Z | Compiling font-kit v0.14.3 |
| 789 | 2026-07-01T02:49:10.718Z | Compiling walkdir v2.5.0 |
| 790 | 2026-07-01T02:49:10.924Z | Compiling image v0.24.9 |
| 791 | 2026-07-01T02:49:10.936Z | Compiling gif v0.12.0 |
| 792 | 2026-07-01T02:49:10.979Z | Compiling clap_builder v4.6.0 |
| 793 | 2026-07-01T02:49:11.506Z | Compiling darling_core v0.23.0 |
| 794 | 2026-07-01T02:49:13.007Z | Compiling tracing v0.1.44 |
| 795 | 2026-07-01T02:49:13.343Z | Compiling pathfinder_geometry v0.5.1 |
| 796 | 2026-07-01T02:49:13.583Z | Compiling toml v0.8.23 |
| 797 | 2026-07-01T02:49:14.191Z | Compiling clap_derive v4.6.0 |
| 798 | 2026-07-01T02:49:15.265Z | Compiling vw-quote v0.1.0 (/work/oxidecomputer/vw/vw-quote) |
| 799 | 2026-07-01T02:49:15.500Z | Compiling strum_macros v0.27.2 |
| 800 | 2026-07-01T02:49:15.802Z | Compiling async-trait v0.1.89 |
| 801 | 2026-07-01T02:49:15.862Z | Compiling enum-map-derive v0.17.0 |
| 802 | 2026-07-01T02:49:16.423Z | Compiling winnow v0.6.26 |
| 803 | 2026-07-01T02:49:16.605Z | Compiling iana-time-zone v0.1.65 |
| 804 | 2026-07-01T02:49:16.744Z | Compiling fastrand v2.3.0 |
| 805 | 2026-07-01T02:49:16.934Z | Compiling float-ord v0.3.2 |
| 806 | 2026-07-01T02:49:17.032Z | Compiling rustix v0.38.44 |
| 807 | 2026-07-01T02:49:17.091Z | Compiling prettyplease v0.2.37 |
| 808 | 2026-07-01T02:49:17.312Z | Compiling cfg_aliases v0.1.1 |
| 809 | 2026-07-01T02:49:17.347Z | Compiling strum v0.27.2 |
| 810 | 2026-07-01T02:49:17.373Z | Compiling nix v0.28.0 |
| 811 | 2026-07-01T02:49:17.466Z | Compiling tempfile v3.27.0 |
| 812 | 2026-07-01T02:49:17.747Z | Compiling chrono v0.4.44 |
| 813 | 2026-07-01T02:49:18.273Z | Compiling vw-htcl v0.1.0 (/work/oxidecomputer/vw/vw-htcl) |
| 814 | 2026-07-01T02:49:18.355Z | Compiling enum-map v2.7.3 |
| 815 | 2026-07-01T02:49:18.527Z | Compiling clap v4.6.0 |
| 816 | 2026-07-01T02:49:18.600Z | Compiling rayon v1.11.0 |
| 817 | 2026-07-01T02:49:19.796Z | Compiling darling_macro v0.23.0 |
| 818 | 2026-07-01T02:49:20.365Z | Compiling plotters-bitmap v0.3.7 |
| 819 | 2026-07-01T02:49:21.114Z | Compiling plotters-svg v0.3.7 |
| 820 | 2026-07-01T02:49:21.307Z | Compiling futures-executor v0.3.32 |
| 821 | 2026-07-01T02:49:21.437Z | Compiling vhdl_lang_macros v0.86.0 |
| 822 | 2026-07-01T02:49:21.684Z | Compiling pin-project-internal v1.1.13 |
| 823 | 2026-07-01T02:49:21.829Z | Compiling subst v0.3.8 |
| 824 | 2026-07-01T02:49:21.950Z | Compiling pad v0.1.6 |
| 825 | 2026-07-01T02:49:22.002Z | Compiling itertools v0.14.0 |
| 826 | 2026-07-01T02:49:22.198Z | Compiling dirs-sys v0.4.1 |
| 827 | 2026-07-01T02:49:22.227Z | Compiling unicode-segmentation v1.13.3 |
| 828 | 2026-07-01T02:49:22.690Z | Compiling fixedbitset v0.5.7 |
| 829 | 2026-07-01T02:49:22.749Z | Compiling ttf-parser v0.20.0 |
| 830 | 2026-07-01T02:49:22.841Z | Compiling instability v0.3.12 |
| 831 | 2026-07-01T02:49:23.070Z | Compiling fnv v1.0.7 |
| 832 | 2026-07-01T02:49:23.164Z | Compiling httparse v1.10.1 |
| 833 | 2026-07-01T02:49:23.199Z | Compiling dunce v1.0.5 |
| 834 | 2026-07-01T02:49:23.289Z | Compiling openssl-probe v0.1.6 |
| 835 | 2026-07-01T02:49:23.506Z | Compiling anyhow v1.0.102 |
| 836 | 2026-07-01T02:49:23.517Z | Compiling glob v0.3.3 |
| 837 | 2026-07-01T02:49:23.540Z | Compiling pinned_vec v0.1.1 |
| 838 | 2026-07-01T02:49:23.648Z | Compiling paste v1.0.15 |
| 839 | 2026-07-01T02:49:23.981Z | Compiling vhdl_lang v0.86.0 |
| 840 | 2026-07-01T02:49:24.059Z | Compiling petgraph v0.8.3 |
| 841 | 2026-07-01T02:49:24.385Z | Compiling plotters v0.3.7 |
| 842 | 2026-07-01T02:49:25.638Z | Compiling pin-project v1.1.13 |
| 843 | 2026-07-01T02:49:25.730Z | Compiling dirs v5.0.1 |
| 844 | 2026-07-01T02:49:25.883Z | Compiling futures v0.3.32 |
| 845 | 2026-07-01T02:49:25.955Z | Compiling signal-hook-mio v0.2.5 |
| 846 | 2026-07-01T02:49:26.078Z | Compiling darling v0.23.0 |
| 847 | 2026-07-01T02:49:26.517Z | Compiling regex v1.12.3 |
| 848 | 2026-07-01T02:49:26.973Z | Compiling castaway v0.2.4 |
| 849 | 2026-07-01T02:49:27.037Z | Compiling strum_macros v0.26.4 |
| 850 | 2026-07-01T02:49:27.069Z | Compiling serde_repr v0.1.20 |
| 851 | 2026-07-01T02:49:27.079Z | Compiling itertools v0.13.0 |
| 852 | 2026-07-01T02:49:27.646Z | Compiling pxfm v0.1.29 |
| 853 | 2026-07-01T02:49:27.948Z | Compiling hashbrown v0.14.5 |
| 854 | 2026-07-01T02:49:28.550Z | Compiling netrc v0.4.1 |
| 855 | 2026-07-01T02:49:28.571Z | Compiling tower-layer v0.3.3 |
| 856 | 2026-07-01T02:49:28.640Z | Compiling tower-service v0.3.3 |
| 857 | 2026-07-01T02:49:28.726Z | Compiling ryu v1.0.23 |
| 858 | 2026-07-01T02:49:28.750Z | Compiling indoc v2.0.7 |
| 859 | 2026-07-01T02:49:28.755Z | Compiling thiserror v2.0.18 |
| 860 | 2026-07-01T02:49:28.997Z | Compiling static_assertions v1.1.0 |
| 861 | 2026-07-01T02:49:29.063Z | Compiling compact_str v0.8.2 |
| 862 | 2026-07-01T02:49:29.280Z | Compiling tower v0.4.13 |
| 863 | 2026-07-01T02:49:29.654Z | Compiling strum v0.26.3 |
| 864 | 2026-07-01T02:49:29.777Z | Compiling moxcms v0.8.1 |
| 865 | 2026-07-01T02:49:29.973Z | Compiling dashmap v5.5.3 |
| 866 | 2026-07-01T02:49:30.199Z | Compiling unicode-truncate v1.1.0 |
| 867 | 2026-07-01T02:49:30.356Z | Compiling lsp-types v0.94.1 |
| 868 | 2026-07-01T02:49:30.467Z | Compiling crossterm v0.28.1 |
| 869 | 2026-07-01T02:49:33.571Z | Compiling matchers v0.2.0 |
| 870 | 2026-07-01T02:49:33.630Z | Compiling tokio-util v0.7.18 |
| 871 | 2026-07-01T02:49:33.718Z | Compiling tracing-log v0.2.0 |
| 872 | 2026-07-01T02:49:34.056Z | Compiling filedescriptor v0.8.3 |
| 873 | 2026-07-01T02:49:34.298Z | Compiling lru v0.12.5 |
| 874 | 2026-07-01T02:49:34.484Z | Compiling thiserror-impl v2.0.18 |
| 875 | 2026-07-01T02:49:34.541Z | Compiling tower-lsp-macros v0.9.0 |
| 876 | 2026-07-01T02:49:35.094Z | Compiling auto_impl v1.3.0 |
| 877 | 2026-07-01T02:49:35.688Z | Compiling gethostname v1.1.0 |
| 878 | 2026-07-01T02:49:35.810Z | Compiling sharded-slab v0.1.7 |
| 879 | 2026-07-01T02:49:35.995Z | Compiling png v0.18.1 |
| 880 | 2026-07-01T02:49:36.413Z | Compiling serial2 v0.2.37 |
| 881 | 2026-07-01T02:49:36.957Z | Compiling thread_local v1.1.9 |
| 882 | 2026-07-01T02:49:37.303Z | Compiling cassowary v0.3.0 |
| 883 | 2026-07-01T02:49:38.299Z | Compiling downcast-rs v1.2.1 |
| 884 | 2026-07-01T02:49:38.385Z | Compiling byteorder-lite v0.1.0 |
| 885 | 2026-07-01T02:49:38.522Z | Compiling nu-ansi-term v0.50.3 |
| 886 | 2026-07-01T02:49:38.661Z | Compiling unicode-width v0.2.0 |
| 887 | 2026-07-01T02:49:38.925Z | Compiling shell-words v1.1.1 |
| 888 | 2026-07-01T02:49:38.948Z | Compiling x11rb-protocol v0.13.2 |
| 889 | 2026-07-01T02:49:39.023Z | Compiling vw-vivado v0.1.0 (/work/oxidecomputer/vw/vw-vivado) |
| 890 | 2026-07-01T02:49:39.163Z | Compiling portable-pty v0.9.0 |
| 891 | 2026-07-01T02:49:39.214Z | Compiling ratatui v0.29.0 |
| 892 | 2026-07-01T02:49:39.256Z | Compiling tracing-subscriber v0.3.23 |
| 893 | 2026-07-01T02:49:41.341Z | Compiling image v0.25.10 |
| 894 | 2026-07-01T02:49:42.234Z | Compiling x11rb v0.13.2 |
| 895 | 2026-07-01T02:49:43.895Z | Compiling tower-lsp v0.20.0 |
| 896 | 2026-07-01T02:49:45.198Z | Compiling vw-eda v0.1.0 (/work/oxidecomputer/vw/vw-eda) |
| 897 | 2026-07-01T02:49:45.551Z | Compiling quick-xml v0.37.5 |
| 898 | 2026-07-01T02:49:47.801Z | Compiling ipxact v0.1.0 (https://github.com/oxidecomputer/ipe?branch=ry%2Finit#0360158d) |
| 899 | 2026-07-01T02:49:48.343Z | Compiling arboard v3.6.1 |
| 900 | 2026-07-01T02:49:49.245Z | Compiling tui-textarea v0.7.0 |
| 901 | 2026-07-01T02:49:49.723Z | Compiling nucleo-matcher v0.3.1 |
| 902 | 2026-07-01T02:49:50.927Z | Compiling base64 v0.22.1 |
| 903 | 2026-07-01T02:49:51.069Z | Compiling vw-ip v0.1.0 (/work/oxidecomputer/vw/vw-ip) |
| 904 | 2026-07-01T02:49:51.405Z | Compiling vw-htcl-cmd v0.1.0 (/work/oxidecomputer/vw/vw-htcl-cmd) |
| 905 | 2026-07-01T02:49:52.088Z | Compiling colored v2.2.0 |
| 906 | 2026-07-01T02:49:58.263Z | Compiling git2 v0.18.3 |
| 907 | 2026-07-01T02:50:00.127Z | Compiling vw-lib v0.1.0 (/work/oxidecomputer/vw/vw-lib) |
| 908 | 2026-07-01T02:50:01.542Z | Compiling vw-analyzer v0.1.0 (/work/oxidecomputer/vw/vw-analyzer) |
| 909 | 2026-07-01T02:50:01.546Z | Compiling vw-repl v0.1.0 (/work/oxidecomputer/vw/vw-repl) |
| 910 | 2026-07-01T02:50:08.092Z | Compiling vw v0.1.0 (/work/oxidecomputer/vw/vw-cli) |
| 911 | 2026-07-01T02:50:23.310Z | Finished `release` profile [optimized] target(s) in 1m 29s |
| 912 | 2026-07-01T02:50:23.361Z | + mkdir -p /work/release/ |
| 913 | 2026-07-01T02:50:23.365Z | + cp target/release/vw /work/release/ |
| 914 | 2026-07-01T02:50:23.404Z | process exited: duration 120719 ms, exit code 0 |
| |
| 915 | 2026-07-01T02:50:23.411Z | found 1 output files |
| 916 | 2026-07-01T02:50:23.412Z | uploading: /work/release/vw (46555968 bytes) |
| 917 | 2026-07-01T02:50:25.332Z | uploaded: /work/release/vw |