|
|
|
| 1 | 2026-07-22T03:40:23.094Z | job assigned to worker 01KY3YGD8ZQPCX4BWCX3RZ1R08 [factory aws, i-0b9994404d1de9c65] (queued for 58 s) |
| |
| 2 | 2026-07-22T03:40:29.242Z | starting task 0: "setup" |
| 3 | 2026-07-22T03:40:29.247Z | ++ uname -s |
| 4 | 2026-07-22T03:40:29.250Z | + kern=SunOS |
| 5 | 2026-07-22T03:40:29.250Z | + build_user=build |
| 6 | 2026-07-22T03:40:29.250Z | + build_uid=12345 |
| 7 | 2026-07-22T03:40:29.250Z | + work_dir=/work |
| 8 | 2026-07-22T03:40:29.250Z | + input_dir=/input |
| 9 | 2026-07-22T03:40:29.250Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-22T03:40:29.250Z | + case "$kern" in |
| 11 | 2026-07-22T03:40:29.250Z | + groupadd -g 12345 build |
| 12 | 2026-07-22T03:40:29.250Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-22T03:40:31.256Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-22T03:40:31.361Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-22T03:40:31.365Z | + home_fs=zfs |
| 16 | 2026-07-22T03:40:31.365Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-22T03:40:31.365Z | + mkdir -p /home/build |
| 18 | 2026-07-22T03:40:31.365Z | + chown build:build /home/build /work |
| 19 | 2026-07-22T03:40:33.365Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-22T03:40:33.369Z | process exited: duration 4125 ms, exit code 0 |
| |
| 21 | 2026-07-22T03:40:33.375Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-22T03:40:33.379Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-07-22T03:40:33.379Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-22T03:40:33.379Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-07-22T03:40:33.379Z | * rust toolchain channel = "stable" |
| 26 | 2026-07-22T03:40:33.379Z | * rust toolchain profile = "default" |
| 27 | 2026-07-22T03:40:33.382Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-22T03:40:33.382Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-22T03:40:33.382Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-07-22T03:40:33.484Z | info: downloading installer |
| 31 | 2026-07-22T03:40:34.868Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-22T03:40:34.868Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-22T03:40:34.868Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-22T03:40:34.868Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-22T03:40:34.880Z | info: profile set to default |
| 36 | 2026-07-22T03:40:34.880Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-22T03:40:34.883Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-07-22T03:40:35.009Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-22T03:40:35.013Z | info: downloading 6 components |
| 40 | 2026-07-22T03:40:49.412Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 41 | 2026-07-22T03:40:49.412Z | |
| 42 | 2026-07-22T03:40:49.441Z | stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-22T03:40:49.441Z | |
| 44 | 2026-07-22T03:40:49.441Z | |
| 45 | 2026-07-22T03:40:49.441Z | Rust is installed now. Great! |
| 46 | 2026-07-22T03:40:49.441Z | |
| 47 | 2026-07-22T03:40:49.441Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-22T03:40:49.441Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-22T03:40:49.441Z | |
| 50 | 2026-07-22T03:40:49.441Z | To configure your current shell, you need to source |
| 51 | 2026-07-22T03:40:49.441Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-22T03:40:49.441Z | |
| 53 | 2026-07-22T03:40:49.441Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-22T03:40:49.445Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-22T03:40:49.445Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-22T03:40:49.445Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-22T03:40:49.445Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-22T03:40:49.445Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-22T03:40:49.445Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-22T03:40:49.446Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-22T03:40:49.446Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-22T03:40:49.547Z | + rustup --version |
| 63 | 2026-07-22T03:40:49.553Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-22T03:40:49.557Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-22T03:40:49.575Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-22T03:40:49.579Z | + cargo --version |
| 67 | 2026-07-22T03:40:49.593Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-22T03:40:49.597Z | + rustc --version |
| 69 | 2026-07-22T03:40:49.615Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-22T03:40:49.637Z | process exited: duration 16242 ms, exit code 0 |
| |
| 71 | 2026-07-22T03:40:49.645Z | starting task 2: "authentication" |
| 72 | 2026-07-22T03:40:49.662Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-22T03:40:49.671Z | starting task 3: "clone repository" |
| 74 | 2026-07-22T03:40:49.675Z | + mkdir -p /work/oxidecomputer/vw |
| 75 | 2026-07-22T03:40:49.675Z | + git clone https://github.com/oxidecomputer/vw /work/oxidecomputer/vw |
| 76 | 2026-07-22T03:40:49.704Z | Cloning into '/work/oxidecomputer/vw'... |
| 77 | 2026-07-22T03:40:50.337Z | + cd /work/oxidecomputer/vw |
| 78 | 2026-07-22T03:40:50.337Z | + git fetch origin 82a860c3fe2f2a2a444966de384ba804c4624166 |
| 79 | 2026-07-22T03:40:50.568Z | From https://github.com/oxidecomputer/vw |
| 80 | 2026-07-22T03:40:50.568Z | * branch 82a860c3fe2f2a2a444966de384ba804c4624166 -> FETCH_HEAD |
| 81 | 2026-07-22T03:40:50.574Z | + [[ -n ry/locutus ]] |
| 82 | 2026-07-22T03:40:50.577Z | ++ git branch --show-current |
| 83 | 2026-07-22T03:40:50.578Z | + current=main |
| 84 | 2026-07-22T03:40:50.578Z | + [[ main != ry/locutus ]] |
| 85 | 2026-07-22T03:40:50.578Z | + git branch -f ry/locutus 82a860c3fe2f2a2a444966de384ba804c4624166 |
| 86 | 2026-07-22T03:40:50.581Z | + git checkout -f ry/locutus |
| 87 | 2026-07-22T03:40:50.601Z | Switched to branch 'ry/locutus' |
| 88 | 2026-07-22T03:40:50.605Z | + git reset --hard 82a860c3fe2f2a2a444966de384ba804c4624166 |
| 89 | 2026-07-22T03:40:50.616Z | HEAD is now at 82a860c manage vhdl_ls/vhdl_libraries as dependency |
| 90 | 2026-07-22T03:40:50.620Z | process exited: duration 948 ms, exit code 0 |
| |
| 91 | 2026-07-22T03:40:50.628Z | starting task 4: "build" |
| 92 | 2026-07-22T03:40:50.632Z | + cargo --version |
| 93 | 2026-07-22T03:40:50.637Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 94 | 2026-07-22T03:40:50.786Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 95 | 2026-07-22T03:40:50.790Z | info: downloading 6 components |
| 96 | 2026-07-22T03:41:05.397Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 97 | 2026-07-22T03:41:05.401Z | + rustc --version |
| 98 | 2026-07-22T03:41:05.430Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 99 | 2026-07-22T03:41:05.434Z | + export PKG_CONFIG_PATH=/opt/ooce/lib/amd64/pkgconfig |
| 100 | 2026-07-22T03:41:05.434Z | + PKG_CONFIG_PATH=/opt/ooce/lib/amd64/pkgconfig |
| 101 | 2026-07-22T03:41:05.434Z | + banner check |
| 102 | 2026-07-22T03:41:05.437Z | |
| 103 | 2026-07-22T03:41:05.438Z | #### # # ###### #### # # |
| 104 | 2026-07-22T03:41:05.438Z | # # # # # # # # # |
| 105 | 2026-07-22T03:41:05.438Z | # ###### ##### # #### |
| 106 | 2026-07-22T03:41:05.438Z | # # # # # # # |
| 107 | 2026-07-22T03:41:05.438Z | # # # # # # # # # |
| 108 | 2026-07-22T03:41:05.438Z | #### # # ###### #### # # |
| 109 | 2026-07-22T03:41:05.438Z | |
| 110 | 2026-07-22T03:41:05.438Z | + cargo fmt -- --check |
| 111 | 2026-07-22T03:41:05.822Z | + cargo clippy --all-targets -- --deny warnings |
| 112 | 2026-07-22T03:41:05.925Z | Updating crates.io index |
| 113 | 2026-07-22T03:41:05.929Z | Updating git repository `https://github.com/oxidecomputer/rust_hdl` |
| 114 | 2026-07-22T03:41:07.564Z | From https://github.com/oxidecomputer/rust_hdl |
| 115 | 2026-07-22T03:41:07.564Z | * [new ref] 941eae89ffcb09a8bdbfbd96eb59aa9827ac0dd2 -> refs/commit/941eae89ffcb09a8bdbfbd96eb59aa9827ac0dd2 |
| 116 | 2026-07-22T03:41:07.627Z | Updating git submodule `https://github.com/OSVVM/OSVVM.git` |
| 117 | 2026-07-22T03:41:09.423Z | From https://github.com/OSVVM/OSVVM |
| 118 | 2026-07-22T03:41:09.423Z | * [new ref] 528dee434cef8cd8425b7fb737c2295ee18ce72a -> refs/commit/528dee434cef8cd8425b7fb737c2295ee18ce72a |
| 119 | 2026-07-22T03:41:09.437Z | Updating git submodule `https://github.com/VLSI-EDA/PoC.git` |
| 120 | 2026-07-22T03:41:10.365Z | From https://github.com/VLSI-EDA/PoC |
| 121 | 2026-07-22T03:41:10.365Z | * [new ref] 51248a8a85c05baa86be10399100871211d9f557 -> refs/commit/51248a8a85c05baa86be10399100871211d9f557 |
| 122 | 2026-07-22T03:41:10.448Z | Updating git submodule `https://github.com/VLSI-EDA/sphinx_rtd_theme.git` |
| 123 | 2026-07-22T03:41:11.334Z | From https://github.com/VLSI-EDA/sphinx_rtd_theme |
| 124 | 2026-07-22T03:41:11.334Z | * [new ref] ccb5ffdfa5f3e00f9d0f08797233c81e6fcaa2da -> refs/commit/ccb5ffdfa5f3e00f9d0f08797233c81e6fcaa2da |
| 125 | 2026-07-22T03:41:11.393Z | Updating git submodule `https://github.com/VLSI-EDA/cocotb.git` |
| 126 | 2026-07-22T03:41:11.837Z | From https://github.com/VLSI-EDA/cocotb |
| 127 | 2026-07-22T03:41:11.838Z | * [new ref] 5f7d5dd5aff235f000c5007417c7127c4afae1a3 -> refs/commit/5f7d5dd5aff235f000c5007417c7127c4afae1a3 |
| 128 | 2026-07-22T03:41:11.862Z | Updating git submodule `https://github.com/VLSI-EDA/OSVVM.git` |
| 129 | 2026-07-22T03:41:12.961Z | From https://github.com/VLSI-EDA/OSVVM |
| 130 | 2026-07-22T03:41:12.961Z | * [new ref] 3e16172113c8540e5716a79f528d64c6dabf5285 -> refs/commit/3e16172113c8540e5716a79f528d64c6dabf5285 |
| 131 | 2026-07-22T03:41:12.997Z | Updating git submodule `https://github.com/VLSI-EDA/pyIPCMI.git` |
| 132 | 2026-07-22T03:41:13.315Z | From https://github.com/VLSI-EDA/pyIPCMI |
| 133 | 2026-07-22T03:41:13.315Z | * [new ref] dd3bb6ddbf150fffb7b104d96e0ab786e0558fd2 -> refs/commit/dd3bb6ddbf150fffb7b104d96e0ab786e0558fd2 |
| 134 | 2026-07-22T03:41:13.363Z | Updating git submodule `https://github.com/VLSI-EDA/UVVM.git` |
| 135 | 2026-07-22T03:41:18.336Z | From https://github.com/VLSI-EDA/UVVM |
| 136 | 2026-07-22T03:41:18.336Z | * [new ref] eaf238fc5b5e4222908b941c11230e457d5c0b63 -> refs/commit/eaf238fc5b5e4222908b941c11230e457d5c0b63 |
| 137 | 2026-07-22T03:41:18.451Z | Updating git submodule `https://github.com/VLSI-EDA/vunit.git` |
| 138 | 2026-07-22T03:41:19.201Z | From https://github.com/VLSI-EDA/vunit |
| 139 | 2026-07-22T03:41:19.201Z | * [new ref] b2eb711f8cf9b6ec0c98db9ccd0db2fb9fbb7f69 -> refs/commit/b2eb711f8cf9b6ec0c98db9ccd0db2fb9fbb7f69 |
| 140 | 2026-07-22T03:41:19.248Z | Updating git submodule `https://github.com/Paebbels/JSON-for-VHDL.git` |
| 141 | 2026-07-22T03:41:19.510Z | From https://github.com/Paebbels/JSON-for-VHDL |
| 142 | 2026-07-22T03:41:19.510Z | * [new ref] 80100fd6dd8c0cf27c7356391f6cbfb5efcddd42 -> refs/commit/80100fd6dd8c0cf27c7356391f6cbfb5efcddd42 |
| 143 | 2026-07-22T03:41:19.571Z | Updating git submodule `https://github.com/UVVM/UVVM.git` |
| 144 | 2026-07-22T03:41:37.935Z | From https://github.com/UVVM/UVVM |
| 145 | 2026-07-22T03:41:37.935Z | * [new ref] b06bce5f56a1f19a53f500b60874d0653875b461 -> refs/commit/b06bce5f56a1f19a53f500b60874d0653875b461 |
| 146 | 2026-07-22T03:41:38.173Z | Updating git submodule `https://github.com/stnolting/neorv32.git` |
| 147 | 2026-07-22T03:41:49.229Z | From https://github.com/stnolting/neorv32 |
| 148 | 2026-07-22T03:41:49.230Z | * [new ref] b2cefc8e09443d1ffeab129557d18af641bdc6f4 -> refs/commit/b2cefc8e09443d1ffeab129557d18af641bdc6f4 |
| 149 | 2026-07-22T03:41:49.293Z | Updating git submodule `https://github.com/VUnit/vunit.git` |
| 150 | 2026-07-22T03:41:50.764Z | From https://github.com/VUnit/vunit |
| 151 | 2026-07-22T03:41:50.764Z | * [new ref] ab56d3ff7aa80e88d0879c2f0be32321b19e529b -> refs/commit/ab56d3ff7aa80e88d0879c2f0be32321b19e529b |
| 152 | 2026-07-22T03:41:50.844Z | Updating git submodule `https://github.com/Paebbels/JSON-for-VHDL.git` |
| 153 | 2026-07-22T03:41:51.118Z | From https://github.com/Paebbels/JSON-for-VHDL |
| 154 | 2026-07-22T03:41:51.118Z | * [new ref] 95e848b8902c6b4275d715462e1a2cc60706917c -> refs/commit/95e848b8902c6b4275d715462e1a2cc60706917c |
| 155 | 2026-07-22T03:41:51.157Z | Updating git repository `https://github.com/oxidecomputer/anodizer` |
| 156 | 2026-07-22T03:41:51.788Z | From https://github.com/oxidecomputer/anodizer |
| 157 | 2026-07-22T03:41:51.788Z | * [new ref] 43fbe290c08b2af04b708bd189b4f0fcddb9b400 -> refs/commit/43fbe290c08b2af04b708bd189b4f0fcddb9b400 |
| 158 | 2026-07-22T03:41:51.795Z | Updating git repository `https://github.com/oxidecomputer/ipe` |
| 159 | 2026-07-22T03:41:52.235Z | From https://github.com/oxidecomputer/ipe |
| 160 | 2026-07-22T03:41:52.235Z | * [new ref] 2f18277e5760dda1346162ff9250caebc797d06c -> refs/commit/2f18277e5760dda1346162ff9250caebc797d06c |
| 161 | 2026-07-22T03:41:54.148Z | Downloading crates ... |
| 162 | 2026-07-22T03:41:54.238Z | Downloaded scopeguard v1.2.0 |
| 163 | 2026-07-22T03:41:54.241Z | Downloaded serde_spanned v0.6.9 |
| 164 | 2026-07-22T03:41:54.241Z | Downloaded lsp-server v0.7.9 |
| 165 | 2026-07-22T03:41:54.251Z | Downloaded libloading v0.8.9 |
| 166 | 2026-07-22T03:41:54.255Z | Downloaded same-file v1.0.6 |
| 167 | 2026-07-22T03:41:54.255Z | Downloaded adler2 v2.0.1 |
| 168 | 2026-07-22T03:41:54.255Z | Downloaded potential_utf v0.1.4 |
| 169 | 2026-07-22T03:41:54.255Z | Downloaded itoa v1.0.18 |
| 170 | 2026-07-22T03:41:54.258Z | Downloaded is_terminal_polyfill v1.70.2 |
| 171 | 2026-07-22T03:41:54.262Z | Downloaded instability v0.3.12 |
| 172 | 2026-07-22T03:41:54.266Z | Downloaded num-traits v0.2.19 |
| 173 | 2026-07-22T03:41:54.266Z | Downloaded openssl-probe v0.1.6 |
| 174 | 2026-07-22T03:41:54.270Z | Downloaded serde_repr v0.1.20 |
| 175 | 2026-07-22T03:41:54.274Z | Downloaded shell-words v1.1.1 |
| 176 | 2026-07-22T03:41:54.274Z | Downloaded signal-hook-mio v0.2.5 |
| 177 | 2026-07-22T03:41:54.275Z | Downloaded lru v0.12.5 |
| 178 | 2026-07-22T03:41:54.279Z | Downloaded ident_case v1.0.1 |
| 179 | 2026-07-22T03:41:54.279Z | Downloaded number_prefix v0.4.0 |
| 180 | 2026-07-22T03:41:54.279Z | Downloaded idna_adapter v1.2.1 |
| 181 | 2026-07-22T03:41:54.279Z | Downloaded zerofrom-derive v0.1.6 |
| 182 | 2026-07-22T03:41:54.279Z | Downloaded utf8parse v0.2.2 |
| 183 | 2026-07-22T03:41:54.283Z | Downloaded anstyle-parse v1.0.0 |
| 184 | 2026-07-22T03:41:54.286Z | Downloaded paste v1.0.15 |
| 185 | 2026-07-22T03:41:54.286Z | Downloaded pin-project-internal v1.1.13 |
| 186 | 2026-07-22T03:41:54.289Z | Downloaded zerotrie v0.2.3 |
| 187 | 2026-07-22T03:41:54.289Z | Downloaded quick-error v2.0.1 |
| 188 | 2026-07-22T03:41:54.293Z | Downloaded utf8_iter v1.0.4 |
| 189 | 2026-07-22T03:41:54.299Z | Downloaded yeslogic-fontconfig-sys v6.0.0 |
| 190 | 2026-07-22T03:41:54.299Z | Downloaded lazy_static v1.5.0 |
| 191 | 2026-07-22T03:41:54.299Z | Downloaded matchers v0.2.0 |
| 192 | 2026-07-22T03:41:54.302Z | Downloaded strsim v0.11.1 |
| 193 | 2026-07-22T03:41:54.302Z | Downloaded yoke-derive v0.8.1 |
| 194 | 2026-07-22T03:41:54.307Z | Downloaded rustc_version v0.4.1 |
| 195 | 2026-07-22T03:41:54.311Z | Downloaded toml_datetime v0.6.11 |
| 196 | 2026-07-22T03:41:54.311Z | Downloaded stable_deref_trait v1.2.1 |
| 197 | 2026-07-22T03:41:54.311Z | Downloaded unicode-truncate v1.1.0 |
| 198 | 2026-07-22T03:41:54.311Z | Downloaded tower-service v0.3.3 |
| 199 | 2026-07-22T03:41:54.315Z | Downloaded anyhow v1.0.102 |
| 200 | 2026-07-22T03:41:54.318Z | Downloaded iana-time-zone v0.1.65 |
| 201 | 2026-07-22T03:41:54.322Z | Downloaded strum v0.26.3 |
| 202 | 2026-07-22T03:41:54.322Z | Downloaded zerofrom v0.1.6 |
| 203 | 2026-07-22T03:41:54.322Z | Downloaded icu_provider v2.1.1 |
| 204 | 2026-07-22T03:41:54.325Z | Downloaded rustversion v1.0.22 |
| 205 | 2026-07-22T03:41:54.329Z | Downloaded plotters-backend v0.3.7 |
| 206 | 2026-07-22T03:41:54.332Z | Downloaded shlex v1.3.0 |
| 207 | 2026-07-22T03:41:54.335Z | Downloaded signal-hook-registry v1.4.8 |
| 208 | 2026-07-22T03:41:54.335Z | Downloaded simd-adler32 v0.3.9 |
| 209 | 2026-07-22T03:41:54.339Z | Downloaded tower-lsp-macros v0.9.0 |
| 210 | 2026-07-22T03:41:54.339Z | Downloaded option-ext v0.2.0 |
| 211 | 2026-07-22T03:41:54.339Z | Downloaded percent-encoding v2.3.2 |
| 212 | 2026-07-22T03:41:54.339Z | Downloaded byteorder-lite v0.1.0 |
| 213 | 2026-07-22T03:41:54.342Z | Downloaded anstyle-query v1.1.5 |
| 214 | 2026-07-22T03:41:54.345Z | Downloaded tower-layer v0.3.3 |
| 215 | 2026-07-22T03:41:54.350Z | Downloaded pinned_vec v0.1.1 |
| 216 | 2026-07-22T03:41:54.355Z | Downloaded cfg_aliases v0.1.1 |
| 217 | 2026-07-22T03:41:54.355Z | Downloaded writeable v0.6.2 |
| 218 | 2026-07-22T03:41:54.360Z | Downloaded thiserror-impl v1.0.69 |
| 219 | 2026-07-22T03:41:54.363Z | Downloaded plotters-bitmap v0.3.7 |
| 220 | 2026-07-22T03:41:54.366Z | Downloaded yoke v0.8.1 |
| 221 | 2026-07-22T03:41:54.366Z | Downloaded tokio-macros v2.6.1 |
| 222 | 2026-07-22T03:41:54.369Z | Downloaded walkdir v2.5.0 |
| 223 | 2026-07-22T03:41:54.369Z | Downloaded rustc-demangle v0.1.28 |
| 224 | 2026-07-22T03:41:54.369Z | Downloaded netrc v0.4.1 |
| 225 | 2026-07-22T03:41:54.373Z | Downloaded colorchoice v1.0.5 |
| 226 | 2026-07-22T03:41:54.376Z | Downloaded jobserver v0.1.34 |
| 227 | 2026-07-22T03:41:54.376Z | Downloaded static_assertions v1.1.0 |
| 228 | 2026-07-22T03:41:54.376Z | Downloaded strum v0.28.0 |
| 229 | 2026-07-22T03:41:54.376Z | Downloaded strum_macros v0.28.0 |
| 230 | 2026-07-22T03:41:54.380Z | Downloaded strum_macros v0.26.4 |
| 231 | 2026-07-22T03:41:54.380Z | Downloaded synstructure v0.13.2 |
| 232 | 2026-07-22T03:41:54.383Z | Downloaded clap_lex v1.1.0 |
| 233 | 2026-07-22T03:41:54.383Z | Downloaded float-ord v0.3.2 |
| 234 | 2026-07-22T03:41:54.386Z | Downloaded once_cell v1.21.4 |
| 235 | 2026-07-22T03:41:54.389Z | Downloaded semver v1.0.27 |
| 236 | 2026-07-22T03:41:54.395Z | Downloaded castaway v0.2.4 |
| 237 | 2026-07-22T03:41:54.398Z | Downloaded plotters-svg v0.3.7 |
| 238 | 2026-07-22T03:41:54.398Z | Downloaded slab v0.4.12 |
| 239 | 2026-07-22T03:41:54.398Z | Downloaded toml_write v0.1.2 |
| 240 | 2026-07-22T03:41:54.401Z | Downloaded thiserror v1.0.69 |
| 241 | 2026-07-22T03:41:54.405Z | Downloaded thiserror v2.0.18 |
| 242 | 2026-07-22T03:41:54.408Z | Downloaded thread_local v1.1.9 |
| 243 | 2026-07-22T03:41:54.411Z | Downloaded cfg-if v1.0.4 |
| 244 | 2026-07-22T03:41:54.411Z | Downloaded fnv v1.0.7 |
| 245 | 2026-07-22T03:41:54.411Z | Downloaded pathfinder_geometry v0.5.1 |
| 246 | 2026-07-22T03:41:54.414Z | Downloaded heck v0.5.0 |
| 247 | 2026-07-22T03:41:54.417Z | Downloaded fastrand v2.3.0 |
| 248 | 2026-07-22T03:41:54.417Z | Downloaded lock_api v0.4.14 |
| 249 | 2026-07-22T03:41:54.420Z | Downloaded subst v0.3.8 |
| 250 | 2026-07-22T03:41:54.423Z | Downloaded enum-map-derive v0.17.0 |
| 251 | 2026-07-22T03:41:54.423Z | Downloaded env_filter v2.0.0 |
| 252 | 2026-07-22T03:41:54.428Z | Downloaded futures-sink v0.3.32 |
| 253 | 2026-07-22T03:41:54.428Z | Downloaded gethostname v1.1.0 |
| 254 | 2026-07-22T03:41:54.431Z | Downloaded dirs-sys v0.5.0 |
| 255 | 2026-07-22T03:41:54.431Z | Downloaded form_urlencoded v1.2.2 |
| 256 | 2026-07-22T03:41:54.434Z | Downloaded smallvec v1.15.1 |
| 257 | 2026-07-22T03:41:54.434Z | Downloaded futures-core v0.3.32 |
| 258 | 2026-07-22T03:41:54.434Z | Downloaded toml v0.8.23 |
| 259 | 2026-07-22T03:41:54.437Z | Downloaded auto_impl v1.3.0 |
| 260 | 2026-07-22T03:41:54.441Z | Downloaded quote v1.0.45 |
| 261 | 2026-07-22T03:41:54.444Z | Downloaded tracing-log v0.2.0 |
| 262 | 2026-07-22T03:41:54.444Z | Downloaded tracing-attributes v0.1.31 |
| 263 | 2026-07-22T03:41:54.444Z | Downloaded serial2 v0.2.37 |
| 264 | 2026-07-22T03:41:54.447Z | Downloaded tinystr v0.8.2 |
| 265 | 2026-07-22T03:41:54.447Z | Downloaded tempfile v3.27.0 |
| 266 | 2026-07-22T03:41:54.450Z | Downloaded futures-task v0.3.32 |
| 267 | 2026-07-22T03:41:54.453Z | Downloaded indoc v2.0.7 |
| 268 | 2026-07-22T03:41:54.453Z | Downloaded portable-pty v0.9.0 |
| 269 | 2026-07-22T03:41:54.456Z | Downloaded serde_core v1.0.228 |
| 270 | 2026-07-22T03:41:54.459Z | Downloaded zerovec-derive v0.11.2 |
| 271 | 2026-07-22T03:41:54.459Z | Downloaded byteorder v1.5.0 |
| 272 | 2026-07-22T03:41:54.462Z | Downloaded ryu v1.0.23 |
| 273 | 2026-07-22T03:41:54.462Z | Downloaded serde_derive v1.0.228 |
| 274 | 2026-07-22T03:41:54.466Z | Downloaded zmij v1.0.21 |
| 275 | 2026-07-22T03:41:54.466Z | Downloaded cassowary v0.3.0 |
| 276 | 2026-07-22T03:41:54.466Z | Downloaded signal-hook v0.3.18 |
| 277 | 2026-07-22T03:41:54.469Z | Downloaded similar v2.7.0 |
| 278 | 2026-07-22T03:41:54.472Z | Downloaded thiserror-impl v2.0.18 |
| 279 | 2026-07-22T03:41:54.472Z | Downloaded defmt-parser v1.0.0 |
| 280 | 2026-07-22T03:41:54.473Z | Downloaded dlib v0.5.3 |
| 281 | 2026-07-22T03:41:54.474Z | Downloaded equivalent v1.0.2 |
| 282 | 2026-07-22T03:41:54.474Z | Downloaded futures-macro v0.3.32 |
| 283 | 2026-07-22T03:41:54.477Z | Downloaded anstream v1.0.0 |
| 284 | 2026-07-22T03:41:54.477Z | Downloaded autocfg v1.5.0 |
| 285 | 2026-07-22T03:41:54.478Z | Downloaded litemap v0.8.1 |
| 286 | 2026-07-22T03:41:54.481Z | Downloaded find-msvc-tools v0.1.9 |
| 287 | 2026-07-22T03:41:54.484Z | Downloaded foldhash v0.1.5 |
| 288 | 2026-07-22T03:41:54.484Z | Downloaded darling_macro v0.23.0 |
| 289 | 2026-07-22T03:41:54.488Z | Downloaded dirs v5.0.1 |
| 290 | 2026-07-22T03:41:54.491Z | Downloaded color_quant v1.1.0 |
| 291 | 2026-07-22T03:41:54.491Z | Downloaded either v1.15.0 |
| 292 | 2026-07-22T03:41:54.491Z | Downloaded weezl v0.1.12 |
| 293 | 2026-07-22T03:41:54.496Z | Downloaded crossbeam-epoch v0.9.18 |
| 294 | 2026-07-22T03:41:54.499Z | Downloaded bitflags v1.3.2 |
| 295 | 2026-07-22T03:41:54.499Z | Downloaded dirs-sys v0.4.1 |
| 296 | 2026-07-22T03:41:54.502Z | Downloaded nu-ansi-term v0.50.3 |
| 297 | 2026-07-22T03:41:54.502Z | Downloaded pathfinder_simd v0.5.5 |
| 298 | 2026-07-22T03:41:54.502Z | Downloaded pkg-config v0.3.32 |
| 299 | 2026-07-22T03:41:54.509Z | Downloaded downcast-rs v1.2.1 |
| 300 | 2026-07-22T03:41:54.516Z | Downloaded defmt-macros v1.1.1 |
| 301 | 2026-07-22T03:41:54.520Z | Downloaded env_logger v0.11.11 |
| 302 | 2026-07-22T03:41:54.520Z | Downloaded dunce v1.0.5 |
| 303 | 2026-07-22T03:41:54.523Z | Downloaded filedescriptor v0.8.3 |
| 304 | 2026-07-22T03:41:54.523Z | Downloaded dirs v6.0.0 |
| 305 | 2026-07-22T03:41:54.523Z | Downloaded errno v0.3.14 |
| 306 | 2026-07-22T03:41:54.526Z | Downloaded proc-macro2 v1.0.106 |
| 307 | 2026-07-22T03:41:54.526Z | Downloaded fixedbitset v0.5.7 |
| 308 | 2026-07-22T03:41:54.531Z | Downloaded rayon-core v1.13.0 |
| 309 | 2026-07-22T03:41:54.531Z | Downloaded sharded-slab v0.1.7 |
| 310 | 2026-07-22T03:41:54.531Z | Downloaded zune-core v0.5.1 |
| 311 | 2026-07-22T03:41:54.534Z | Downloaded futures-io v0.3.32 |
| 312 | 2026-07-22T03:41:54.539Z | Downloaded crossbeam-deque v0.8.6 |
| 313 | 2026-07-22T03:41:54.542Z | Downloaded futures-executor v0.3.32 |
| 314 | 2026-07-22T03:41:54.542Z | Downloaded glob v0.3.3 |
| 315 | 2026-07-22T03:41:54.542Z | Downloaded async-trait v0.1.89 |
| 316 | 2026-07-22T03:41:54.545Z | Downloaded fax v0.2.7 |
| 317 | 2026-07-22T03:41:54.545Z | Downloaded parking_lot v0.12.5 |
| 318 | 2026-07-22T03:41:54.548Z | Downloaded fuzzy-matcher v0.3.7 |
| 319 | 2026-07-22T03:41:54.551Z | Downloaded pin-project-lite v0.2.17 |
| 320 | 2026-07-22T03:41:54.554Z | Downloaded anstyle v1.0.14 |
| 321 | 2026-07-22T03:41:54.554Z | Downloaded bitflags v2.11.0 |
| 322 | 2026-07-22T03:41:54.557Z | Downloaded log v0.4.29 |
| 323 | 2026-07-22T03:41:54.557Z | Downloaded console v0.15.11 |
| 324 | 2026-07-22T03:41:54.563Z | Downloaded enum-map v2.7.3 |
| 325 | 2026-07-22T03:41:54.563Z | Downloaded camino v1.2.2 |
| 326 | 2026-07-22T03:41:54.563Z | Downloaded icu_normalizer_data v2.1.1 |
| 327 | 2026-07-22T03:41:54.563Z | Downloaded icu_normalizer v2.1.1 |
| 328 | 2026-07-22T03:41:54.563Z | Downloaded openssl-sys v0.9.112 |
| 329 | 2026-07-22T03:41:54.566Z | Downloaded prettyplease v0.2.37 |
| 330 | 2026-07-22T03:41:54.569Z | Downloaded tracing-core v0.1.36 |
| 331 | 2026-07-22T03:41:54.573Z | Downloaded unicode-ident v1.0.24 |
| 332 | 2026-07-22T03:41:54.580Z | Downloaded icu_properties v2.1.2 |
| 333 | 2026-07-22T03:41:54.583Z | Downloaded serde v1.0.228 |
| 334 | 2026-07-22T03:41:54.589Z | Downloaded colored v2.2.0 |
| 335 | 2026-07-22T03:41:54.589Z | Downloaded defmt v1.1.1 |
| 336 | 2026-07-22T03:41:54.589Z | Downloaded tower-lsp v0.20.0 |
| 337 | 2026-07-22T03:41:54.592Z | Downloaded displaydoc v0.2.5 |
| 338 | 2026-07-22T03:41:54.592Z | Downloaded dashmap v5.5.3 |
| 339 | 2026-07-22T03:41:54.592Z | Downloaded crossbeam-utils v0.8.21 |
| 340 | 2026-07-22T03:41:54.596Z | Downloaded fdeflate v0.3.7 |
| 341 | 2026-07-22T03:41:54.599Z | Downloaded socket2 v0.6.3 |
| 342 | 2026-07-22T03:41:54.602Z | Downloaded zerocopy-derive v0.8.52 |
| 343 | 2026-07-22T03:41:54.605Z | Downloaded url v2.5.8 |
| 344 | 2026-07-22T03:41:54.608Z | Downloaded nucleo-matcher v0.3.1 |
| 345 | 2026-07-22T03:41:54.608Z | Downloaded arboard v3.6.1 |
| 346 | 2026-07-22T03:41:54.614Z | Downloaded tui-textarea v0.7.0 |
| 347 | 2026-07-22T03:41:54.617Z | Downloaded parking_lot_core v0.9.12 |
| 348 | 2026-07-22T03:41:54.620Z | Downloaded miniz_oxide v0.8.9 |
| 349 | 2026-07-22T03:41:54.620Z | Downloaded futures-channel v0.3.32 |
| 350 | 2026-07-22T03:41:54.623Z | Downloaded memchr v2.8.0 |
| 351 | 2026-07-22T03:41:54.626Z | Downloaded icu_collections v2.1.1 |
| 352 | 2026-07-22T03:41:54.629Z | Downloaded httparse v1.10.1 |
| 353 | 2026-07-22T03:41:54.629Z | Downloaded toml_edit v0.22.27 |
| 354 | 2026-07-22T03:41:54.632Z | Downloaded darling_core v0.23.0 |
| 355 | 2026-07-22T03:41:54.635Z | Downloaded clap v4.6.0 |
| 356 | 2026-07-22T03:41:54.639Z | Downloaded bytemuck v1.25.0 |
| 357 | 2026-07-22T03:41:54.641Z | Downloaded pin-project v1.1.13 |
| 358 | 2026-07-22T03:41:54.645Z | Downloaded clap_derive v4.6.0 |
| 359 | 2026-07-22T03:41:54.648Z | Downloaded itertools v0.13.0 |
| 360 | 2026-07-22T03:41:54.653Z | Downloaded darling v0.23.0 |
| 361 | 2026-07-22T03:41:54.656Z | Downloaded getrandom v0.4.2 |
| 362 | 2026-07-22T03:41:54.656Z | Downloaded unicode-segmentation v1.13.3 |
| 363 | 2026-07-22T03:41:54.662Z | Downloaded allocator-api2 v0.2.21 |
| 364 | 2026-07-22T03:41:54.665Z | Downloaded bytes v1.11.1 |
| 365 | 2026-07-22T03:41:54.669Z | Downloaded indicatif v0.17.11 |
| 366 | 2026-07-22T03:41:54.672Z | Downloaded indexmap v2.13.0 |
| 367 | 2026-07-22T03:41:54.675Z | Downloaded tiff v0.11.3 |
| 368 | 2026-07-22T03:41:54.678Z | Downloaded compact_str v0.8.2 |
| 369 | 2026-07-22T03:41:54.681Z | Downloaded tower v0.4.13 |
| 370 | 2026-07-22T03:41:54.684Z | Downloaded base64 v0.22.1 |
| 371 | 2026-07-22T03:41:54.687Z | Downloaded futures v0.3.32 |
| 372 | 2026-07-22T03:41:54.690Z | Downloaded cpp_demangle v0.4.5 |
| 373 | 2026-07-22T03:41:54.693Z | Downloaded png v0.17.16 |
| 374 | 2026-07-22T03:41:54.694Z | Downloaded crc32fast v1.5.0 |
| 375 | 2026-07-22T03:41:54.697Z | Downloaded lsp-types v0.94.1 |
| 376 | 2026-07-22T03:41:54.697Z | Downloaded flate2 v1.1.9 |
| 377 | 2026-07-22T03:41:54.700Z | Downloaded icu_locale_core v2.1.1 |
| 378 | 2026-07-22T03:41:54.710Z | Downloaded crossbeam-channel v0.5.16 |
| 379 | 2026-07-22T03:41:54.722Z | Downloaded zune-jpeg v0.5.15 |
| 380 | 2026-07-22T03:41:54.730Z | Downloaded half v2.7.1 |
| 381 | 2026-07-22T03:41:54.746Z | Downloaded tokio-util v0.7.18 |
| 382 | 2026-07-22T03:41:54.751Z | Downloaded font-kit v0.14.3 |
| 383 | 2026-07-22T03:41:54.767Z | Downloaded winnow v0.6.26 |
| 384 | 2026-07-22T03:41:54.771Z | Downloaded png v0.18.1 |
| 385 | 2026-07-22T03:41:54.774Z | Downloaded mio v1.1.1 |
| 386 | 2026-07-22T03:41:54.777Z | Downloaded regex v1.12.3 |
| 387 | 2026-07-22T03:41:54.780Z | Downloaded serde_json v1.0.149 |
| 388 | 2026-07-22T03:41:54.785Z | Downloaded cc v1.2.57 |
| 389 | 2026-07-22T03:41:54.796Z | Downloaded rayon v1.11.0 |
| 390 | 2026-07-22T03:41:54.801Z | Downloaded hashbrown v0.14.5 |
| 391 | 2026-07-22T03:41:54.806Z | Downloaded zerovec v0.11.5 |
| 392 | 2026-07-22T03:41:54.809Z | Downloaded winnow v0.7.15 |
| 393 | 2026-07-22T03:41:54.814Z | Downloaded hashbrown v0.15.5 |
| 394 | 2026-07-22T03:41:54.817Z | Downloaded ttf-parser v0.20.0 |
| 395 | 2026-07-22T03:41:54.821Z | Downloaded crossterm v0.28.1 |
| 396 | 2026-07-22T03:41:54.827Z | Downloaded quick-xml v0.37.5 |
| 397 | 2026-07-22T03:41:54.831Z | Downloaded idna v1.1.0 |
| 398 | 2026-07-22T03:41:54.836Z | Downloaded icu_properties_data v2.1.2 |
| 399 | 2026-07-22T03:41:54.841Z | Downloaded futures-util v0.3.32 |
| 400 | 2026-07-22T03:41:54.847Z | Downloaded plotters v0.3.7 |
| 401 | 2026-07-22T03:41:54.852Z | Downloaded tracing-subscriber v0.3.23 |
| 402 | 2026-07-22T03:41:54.857Z | Downloaded itertools v0.14.0 |
| 403 | 2026-07-22T03:41:54.860Z | Downloaded x11rb v0.13.2 |
| 404 | 2026-07-22T03:41:54.865Z | Downloaded hashbrown v0.16.1 |
| 405 | 2026-07-22T03:41:54.876Z | Downloaded vcpkg v0.2.15 |
| 406 | 2026-07-22T03:41:54.898Z | Downloaded portable-atomic v1.13.1 |
| 407 | 2026-07-22T03:41:54.902Z | Downloaded clap_builder v4.6.0 |
| 408 | 2026-07-22T03:41:54.907Z | Downloaded aho-corasick v1.1.4 |
| 409 | 2026-07-22T03:41:54.910Z | Downloaded git2 v0.18.3 |
| 410 | 2026-07-22T03:41:54.913Z | Downloaded moxcms v0.8.1 |
| 411 | 2026-07-22T03:41:54.918Z | Downloaded unicode-width v0.1.14 |
| 412 | 2026-07-22T03:41:54.922Z | Downloaded unicode-width v0.2.0 |
| 413 | 2026-07-22T03:41:54.927Z | Downloaded zerocopy v0.8.52 |
| 414 | 2026-07-22T03:41:54.951Z | Downloaded syn v2.0.117 |
| 415 | 2026-07-22T03:41:54.969Z | Downloaded regex-syntax v0.8.10 |
| 416 | 2026-07-22T03:41:54.973Z | Downloaded image v0.25.10 |
| 417 | 2026-07-22T03:41:54.984Z | Downloaded chrono v0.4.44 |
| 418 | 2026-07-22T03:41:54.993Z | Downloaded rustix v0.38.44 |
| 419 | 2026-07-22T03:41:55.006Z | Downloaded nix v0.28.0 |
| 420 | 2026-07-22T03:41:55.011Z | Downloaded rustix v1.1.4 |
| 421 | 2026-07-22T03:41:55.036Z | Downloaded tracing v0.1.44 |
| 422 | 2026-07-22T03:41:55.050Z | Downloaded x11rb-protocol v0.13.2 |
| 423 | 2026-07-22T03:41:55.058Z | Downloaded ratatui v0.29.0 |
| 424 | 2026-07-22T03:41:55.070Z | Downloaded regex-automata v0.4.14 |
| 425 | 2026-07-22T03:41:55.107Z | Downloaded gif v0.12.0 |
| 426 | 2026-07-22T03:41:55.122Z | Downloaded tokio v1.50.0 |
| 427 | 2026-07-22T03:41:55.142Z | Downloaded pxfm v0.1.29 |
| 428 | 2026-07-22T03:41:55.232Z | Downloaded libssh2-sys v0.3.1 |
| 429 | 2026-07-22T03:41:55.313Z | Downloaded jpeg-decoder v0.3.2 |
| 430 | 2026-07-22T03:41:55.322Z | Downloaded petgraph v0.8.3 |
| 431 | 2026-07-22T03:41:55.339Z | Downloaded jiff v0.2.32 |
| 432 | 2026-07-22T03:41:55.358Z | Downloaded libc v0.2.183 |
| 433 | 2026-07-22T03:41:55.385Z | Downloaded libz-sys v1.1.25 |
| 434 | 2026-07-22T03:41:55.583Z | Downloaded libgit2-sys v0.16.2+1.7.2 |
| 435 | 2026-07-22T03:41:55.931Z | Downloaded freetype-sys v0.20.1 |
| 436 | 2026-07-22T03:41:56.372Z | Downloaded image v0.24.9 |
| 437 | 2026-07-22T03:41:56.481Z | Compiling proc-macro2 v1.0.106 |
| 438 | 2026-07-22T03:41:56.485Z | Compiling quote v1.0.45 |
| 439 | 2026-07-22T03:41:56.485Z | Compiling unicode-ident v1.0.24 |
| 440 | 2026-07-22T03:41:56.485Z | Compiling libc v0.2.183 |
| 441 | 2026-07-22T03:41:56.485Z | Checking cfg-if v1.0.4 |
| 442 | 2026-07-22T03:41:56.485Z | Compiling serde_core v1.0.228 |
| 443 | 2026-07-22T03:41:56.485Z | Compiling serde v1.0.228 |
| 444 | 2026-07-22T03:41:56.485Z | Checking memchr v2.8.0 |
| 445 | 2026-07-22T03:41:56.672Z | Checking log v0.4.29 |
| 446 | 2026-07-22T03:41:56.743Z | Checking smallvec v1.15.1 |
| 447 | 2026-07-22T03:41:56.913Z | Compiling pkg-config v0.3.32 |
| 448 | 2026-07-22T03:41:56.981Z | Checking bitflags v2.11.0 |
| 449 | 2026-07-22T03:41:56.999Z | Compiling find-msvc-tools v0.1.9 |
| 450 | 2026-07-22T03:41:57.008Z | Compiling shlex v1.3.0 |
| 451 | 2026-07-22T03:41:57.125Z | Checking equivalent v1.0.2 |
| 452 | 2026-07-22T03:41:57.180Z | Compiling parking_lot_core v0.9.12 |
| 453 | 2026-07-22T03:41:57.199Z | Checking stable_deref_trait v1.2.1 |
| 454 | 2026-07-22T03:41:57.225Z | Checking once_cell v1.21.4 |
| 455 | 2026-07-22T03:41:57.260Z | Checking scopeguard v1.2.0 |
| 456 | 2026-07-22T03:41:57.346Z | Checking lock_api v0.4.14 |
| 457 | 2026-07-22T03:41:57.362Z | Compiling thiserror v1.0.69 |
| 458 | 2026-07-22T03:41:57.388Z | Checking hashbrown v0.16.1 |
| 459 | 2026-07-22T03:41:57.427Z | Checking errno v0.3.14 |
| 460 | 2026-07-22T03:41:57.537Z | Compiling jobserver v0.1.34 |
| 461 | 2026-07-22T03:41:57.552Z | Checking pin-project-lite v0.2.17 |
| 462 | 2026-07-22T03:41:57.568Z | Checking signal-hook-registry v1.4.8 |
| 463 | 2026-07-22T03:41:57.641Z | Checking parking_lot v0.12.5 |
| 464 | 2026-07-22T03:41:57.723Z | Checking aho-corasick v1.1.4 |
| 465 | 2026-07-22T03:41:57.810Z | Compiling cc v1.2.57 |
| 466 | 2026-07-22T03:41:57.833Z | Compiling syn v2.0.117 |
| 467 | 2026-07-22T03:41:57.844Z | Compiling camino v1.2.2 |
| 468 | 2026-07-22T03:41:57.849Z | Checking indexmap v2.13.0 |
| 469 | 2026-07-22T03:41:57.849Z | Compiling heck v0.5.0 |
| 470 | 2026-07-22T03:41:57.890Z | Checking winnow v0.7.15 |
| 471 | 2026-07-22T03:41:58.054Z | Checking itoa v1.0.18 |
| 472 | 2026-07-22T03:41:58.180Z | Compiling crossbeam-utils v0.8.21 |
| 473 | 2026-07-22T03:41:58.211Z | Checking toml_write v0.1.2 |
| 474 | 2026-07-22T03:41:58.368Z | Checking regex-syntax v0.8.10 |
| 475 | 2026-07-22T03:41:58.402Z | Checking mio v1.1.1 |
| 476 | 2026-07-22T03:41:58.432Z | Compiling zmij v1.0.21 |
| 477 | 2026-07-22T03:41:58.676Z | Checking option-ext v0.2.0 |
| 478 | 2026-07-22T03:41:58.742Z | Checking writeable v0.6.2 |
| 479 | 2026-07-22T03:41:58.752Z | Checking litemap v0.8.1 |
| 480 | 2026-07-22T03:41:58.760Z | Compiling vcpkg v0.2.15 |
| 481 | 2026-07-22T03:41:58.819Z | Compiling rustix v1.1.4 |
| 482 | 2026-07-22T03:41:58.895Z | Compiling serde_json v1.0.149 |
| 483 | 2026-07-22T03:41:58.914Z | Checking either v1.15.0 |
| 484 | 2026-07-22T03:41:59.093Z | Compiling crc32fast v1.5.0 |
| 485 | 2026-07-22T03:41:59.103Z | Checking simd-adler32 v0.3.9 |
| 486 | 2026-07-22T03:41:59.138Z | Compiling icu_normalizer_data v2.1.1 |
| 487 | 2026-07-22T03:41:59.239Z | Compiling autocfg v1.5.0 |
| 488 | 2026-07-22T03:41:59.249Z | Checking utf8parse v0.2.2 |
| 489 | 2026-07-22T03:41:59.299Z | Compiling icu_properties_data v2.1.2 |
| 490 | 2026-07-22T03:41:59.340Z | Checking anstyle-parse v1.0.0 |
| 491 | 2026-07-22T03:41:59.407Z | Checking adler2 v2.0.1 |
| 492 | 2026-07-22T03:41:59.482Z | Checking colorchoice v1.0.5 |
| 493 | 2026-07-22T03:41:59.506Z | Checking anstyle v1.0.14 |
| 494 | 2026-07-22T03:41:59.529Z | Checking is_terminal_polyfill v1.70.2 |
| 495 | 2026-07-22T03:41:59.573Z | Checking anstyle-query v1.1.5 |
| 496 | 2026-07-22T03:41:59.584Z | Compiling num-traits v0.2.19 |
| 497 | 2026-07-22T03:41:59.656Z | Checking unicode-width v0.1.14 |
| 498 | 2026-07-22T03:41:59.656Z | Checking regex-automata v0.4.14 |
| 499 | 2026-07-22T03:41:59.675Z | Checking anstream v1.0.0 |
| 500 | 2026-07-22T03:41:59.889Z | Checking miniz_oxide v0.8.9 |
| 501 | 2026-07-22T03:41:59.991Z | Checking crossbeam-epoch v0.9.18 |
| 502 | 2026-07-22T03:42:00.008Z | Checking dirs-sys v0.5.0 |
| 503 | 2026-07-22T03:42:00.042Z | Checking socket2 v0.6.3 |
| 504 | 2026-07-22T03:42:00.090Z | Checking bytes v1.11.1 |
| 505 | 2026-07-22T03:42:00.117Z | Checking allocator-api2 v0.2.21 |
| 506 | 2026-07-22T03:42:00.223Z | Compiling getrandom v0.4.2 |
| 507 | 2026-07-22T03:42:00.278Z | Checking winnow v0.6.26 |
| 508 | 2026-07-22T03:42:00.291Z | Checking foldhash v0.1.5 |
| 509 | 2026-07-22T03:42:00.419Z | Compiling rayon-core v1.13.0 |
| 510 | 2026-07-22T03:42:00.434Z | Checking hashbrown v0.15.5 |
| 511 | 2026-07-22T03:42:00.471Z | Checking flate2 v1.1.9 |
| 512 | 2026-07-22T03:42:00.501Z | Checking crossbeam-deque v0.8.6 |
| 513 | 2026-07-22T03:42:00.550Z | Checking dirs v6.0.0 |
| 514 | 2026-07-22T03:42:00.651Z | Compiling synstructure v0.13.2 |
| 515 | 2026-07-22T03:42:00.779Z | Compiling openssl-sys v0.9.112 |
| 516 | 2026-07-22T03:42:00.806Z | Compiling libz-sys v1.1.25 |
| 517 | 2026-07-22T03:42:00.931Z | Checking fdeflate v0.3.7 |
| 518 | 2026-07-22T03:42:01.137Z | Compiling semver v1.0.27 |
| 519 | 2026-07-22T03:42:01.170Z | Checking strsim v0.11.1 |
| 520 | 2026-07-22T03:42:01.211Z | Checking bitflags v1.3.2 |
| 521 | 2026-07-22T03:42:01.225Z | Checking percent-encoding v2.3.2 |
| 522 | 2026-07-22T03:42:01.278Z | Checking clap_lex v1.1.0 |
| 523 | 2026-07-22T03:42:01.333Z | Compiling rustc_version v0.4.1 |
| 524 | 2026-07-22T03:42:01.423Z | Checking clap_builder v4.6.0 |
| 525 | 2026-07-22T03:42:01.550Z | Checking regex v1.12.3 |
| 526 | 2026-07-22T03:42:01.561Z | Checking fastrand v2.3.0 |
| 527 | 2026-07-22T03:42:01.564Z | Checking utf8_iter v1.0.4 |
| 528 | 2026-07-22T03:42:01.594Z | Checking futures-core v0.3.32 |
| 529 | 2026-07-22T03:42:01.656Z | Checking lazy_static v1.5.0 |
| 530 | 2026-07-22T03:42:01.689Z | Compiling pathfinder_simd v0.5.5 |
| 531 | 2026-07-22T03:42:01.716Z | Checking form_urlencoded v1.2.2 |
| 532 | 2026-07-22T03:42:01.738Z | Checking tempfile v3.27.0 |
| 533 | 2026-07-22T03:42:01.748Z | Checking subst v0.3.8 |
| 534 | 2026-07-22T03:42:01.751Z | Checking rayon v1.11.0 |
| 535 | 2026-07-22T03:42:01.838Z | Checking itertools v0.14.0 |
| 536 | 2026-07-22T03:42:01.848Z | Compiling libssh2-sys v0.3.1 |
| 537 | 2026-07-22T03:42:01.913Z | Compiling serde_derive v1.0.228 |
| 538 | 2026-07-22T03:42:01.931Z | Compiling zerofrom-derive v0.1.6 |
| 539 | 2026-07-22T03:42:01.934Z | Compiling yoke-derive v0.8.1 |
| 540 | 2026-07-22T03:42:01.951Z | Compiling thiserror-impl v1.0.69 |
| 541 | 2026-07-22T03:42:02.216Z | Compiling zerovec-derive v0.11.2 |
| 542 | 2026-07-22T03:42:02.665Z | Compiling displaydoc v0.2.5 |
| 543 | 2026-07-22T03:42:02.872Z | Compiling tokio-macros v2.6.1 |
| 544 | 2026-07-22T03:42:02.947Z | Compiling vw-quote v0.1.0 (/work/oxidecomputer/vw/vw-quote) |
| 545 | 2026-07-22T03:42:03.104Z | Checking zerofrom v0.1.6 |
| 546 | 2026-07-22T03:42:03.161Z | Compiling strum_macros v0.28.0 |
| 547 | 2026-07-22T03:42:03.212Z | Compiling enum-map-derive v0.17.0 |
| 548 | 2026-07-22T03:42:03.222Z | Checking yoke v0.8.1 |
| 549 | 2026-07-22T03:42:03.273Z | Compiling clap_derive v4.6.0 |
| 550 | 2026-07-22T03:42:03.386Z | Checking zerovec v0.11.5 |
| 551 | 2026-07-22T03:42:03.403Z | Checking zerotrie v0.2.3 |
| 552 | 2026-07-22T03:42:03.600Z | Compiling vhdl_lang_macros v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89) |
| 553 | 2026-07-22T03:42:03.624Z | Checking tokio v1.50.0 |
| 554 | 2026-07-22T03:42:03.643Z | Compiling freetype-sys v0.20.1 |
| 555 | 2026-07-22T03:42:03.772Z | Checking enum-map v2.7.3 |
| 556 | 2026-07-22T03:42:03.834Z | Checking tinystr v0.8.2 |
| 557 | 2026-07-22T03:42:03.924Z | Checking potential_utf v0.1.4 |
| 558 | 2026-07-22T03:42:03.976Z | Compiling yeslogic-fontconfig-sys v6.0.0 |
| 559 | 2026-07-22T03:42:04.011Z | Checking icu_locale_core v2.1.1 |
| 560 | 2026-07-22T03:42:04.051Z | Checking icu_collections v2.1.1 |
| 561 | 2026-07-22T03:42:04.141Z | Checking glob v0.3.3 |
| 562 | 2026-07-22T03:42:04.221Z | Checking dunce v1.0.5 |
| 563 | 2026-07-22T03:42:04.312Z | Checking fnv v1.0.7 |
| 564 | 2026-07-22T03:42:04.322Z | Checking bytemuck v1.25.0 |
| 565 | 2026-07-22T03:42:04.350Z | Checking pinned_vec v0.1.1 |
| 566 | 2026-07-22T03:42:04.522Z | Checking dirs-sys v0.4.1 |
| 567 | 2026-07-22T03:42:04.532Z | Checking libloading v0.8.9 |
| 568 | 2026-07-22T03:42:04.559Z | Checking icu_provider v2.1.1 |
| 569 | 2026-07-22T03:42:04.629Z | Checking color_quant v1.1.0 |
| 570 | 2026-07-22T03:42:04.663Z | Checking byteorder v1.5.0 |
| 571 | 2026-07-22T03:42:04.751Z | Checking fixedbitset v0.5.7 |
| 572 | 2026-07-22T03:42:04.788Z | Checking icu_normalizer v2.1.1 |
| 573 | 2026-07-22T03:42:04.859Z | Checking icu_properties v2.1.2 |
| 574 | 2026-07-22T03:42:04.924Z | Checking clap v4.6.0 |
| 575 | 2026-07-22T03:42:04.940Z | Checking petgraph v0.8.3 |
| 576 | 2026-07-22T03:42:04.954Z | Checking serde_spanned v0.6.9 |
| 577 | 2026-07-22T03:42:04.993Z | Checking toml_datetime v0.6.11 |
| 578 | 2026-07-22T03:42:05.003Z | Checking vw-htcl v0.1.0 (/work/oxidecomputer/vw/vw-htcl) |
| 579 | 2026-07-22T03:42:05.083Z | Checking strum v0.28.0 |
| 580 | 2026-07-22T03:42:05.094Z | Checking dlib v0.5.3 |
| 581 | 2026-07-22T03:42:05.180Z | Checking toml_edit v0.22.27 |
| 582 | 2026-07-22T03:42:05.240Z | Checking dirs v5.0.1 |
| 583 | 2026-07-22T03:42:05.587Z | Checking png v0.17.16 |
| 584 | 2026-07-22T03:42:05.764Z | Checking idna_adapter v1.2.1 |
| 585 | 2026-07-22T03:42:05.881Z | Checking idna v1.1.0 |
| 586 | 2026-07-22T03:42:06.120Z | Checking url v2.5.8 |
| 587 | 2026-07-22T03:42:06.142Z | Compiling libgit2-sys v0.16.2+1.7.2 |
| 588 | 2026-07-22T03:42:06.251Z | Checking jpeg-decoder v0.3.2 |
| 589 | 2026-07-22T03:42:06.315Z | Checking toml v0.8.23 |
| 590 | 2026-07-22T03:42:06.401Z | Compiling prettyplease v0.2.37 |
| 591 | 2026-07-22T03:42:06.557Z | Checking weezl v0.1.12 |
| 592 | 2026-07-22T03:42:06.562Z | Checking futures-sink v0.3.32 |
| 593 | 2026-07-22T03:42:06.638Z | Checking plotters-backend v0.3.7 |
| 594 | 2026-07-22T03:42:06.642Z | Checking vhdl_lang v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89) |
| 595 | 2026-07-22T03:42:06.659Z | Checking same-file v1.0.6 |
| 596 | 2026-07-22T03:42:06.669Z | Compiling font-kit v0.14.3 |
| 597 | 2026-07-22T03:42:06.731Z | Checking image v0.24.9 |
| 598 | 2026-07-22T03:42:06.765Z | Checking walkdir v2.5.0 |
| 599 | 2026-07-22T03:42:06.792Z | Checking gif v0.12.0 |
| 600 | 2026-07-22T03:42:06.831Z | Checking pathfinder_geometry v0.5.1 |
| 601 | 2026-07-22T03:42:07.002Z | Checking tracing-core v0.1.36 |
| 602 | 2026-07-22T03:42:07.011Z | Checking iana-time-zone v0.1.65 |
| 603 | 2026-07-22T03:42:07.023Z | Checking float-ord v0.3.2 |
| 604 | 2026-07-22T03:42:07.109Z | Checking plotters-svg v0.3.7 |
| 605 | 2026-07-22T03:42:07.113Z | Checking chrono v0.4.44 |
| 606 | 2026-07-22T03:42:07.236Z | Checking futures-channel v0.3.32 |
| 607 | 2026-07-22T03:42:07.301Z | Compiling async-trait v0.1.89 |
| 608 | 2026-07-22T03:42:07.419Z | Compiling futures-macro v0.3.32 |
| 609 | 2026-07-22T03:42:07.473Z | Compiling tracing-attributes v0.1.31 |
| 610 | 2026-07-22T03:42:07.668Z | Checking colored v2.2.0 |
| 611 | 2026-07-22T03:42:07.683Z | Checking plotters-bitmap v0.3.7 |
| 612 | 2026-07-22T03:42:07.848Z | Checking slab v0.4.12 |
| 613 | 2026-07-22T03:42:07.858Z | Checking ttf-parser v0.20.0 |
| 614 | 2026-07-22T03:42:07.886Z | Checking openssl-probe v0.1.6 |
| 615 | 2026-07-22T03:42:07.983Z | Checking futures-io v0.3.32 |
| 616 | 2026-07-22T03:42:07.997Z | Checking futures-task v0.3.32 |
| 617 | 2026-07-22T03:42:08.093Z | Compiling rustversion v1.0.22 |
| 618 | 2026-07-22T03:42:08.132Z | Checking netrc v0.4.1 |
| 619 | 2026-07-22T03:42:08.217Z | Checking futures-util v0.3.32 |
| 620 | 2026-07-22T03:42:08.245Z | Compiling cfg_aliases v0.1.1 |
| 621 | 2026-07-22T03:42:08.310Z | Compiling signal-hook v0.3.18 |
| 622 | 2026-07-22T03:42:08.519Z | Compiling ident_case v1.0.1 |
| 623 | 2026-07-22T03:42:08.548Z | Compiling nix v0.28.0 |
| 624 | 2026-07-22T03:42:08.635Z | Compiling darling_core v0.23.0 |
| 625 | 2026-07-22T03:42:08.666Z | Checking tracing v0.1.44 |
| 626 | 2026-07-22T03:42:08.854Z | Compiling pin-project-internal v1.1.13 |
| 627 | 2026-07-22T03:42:08.888Z | Compiling serde_repr v0.1.20 |
| 628 | 2026-07-22T03:42:09.007Z | Checking thread_local v1.1.9 |
| 629 | 2026-07-22T03:42:09.090Z | Checking plotters v0.3.7 |
| 630 | 2026-07-22T03:42:09.165Z | Compiling rustix v0.38.44 |
| 631 | 2026-07-22T03:42:09.507Z | Compiling anyhow v1.0.102 |
| 632 | 2026-07-22T03:42:09.517Z | Compiling httparse v1.10.1 |
| 633 | 2026-07-22T03:42:09.677Z | Checking vw-core v0.1.0 (/work/oxidecomputer/vw/vw-core) |
| 634 | 2026-07-22T03:42:09.905Z | Checking pin-project v1.1.13 |
| 635 | 2026-07-22T03:42:09.989Z | Checking lsp-types v0.94.1 |
| 636 | 2026-07-22T03:42:10.021Z | Checking env_filter v2.0.0 |
| 637 | 2026-07-22T03:42:10.066Z | Checking crossbeam-channel v0.5.16 |
| 638 | 2026-07-22T03:42:10.113Z | Checking futures-executor v0.3.32 |
| 639 | 2026-07-22T03:42:10.153Z | Checking anodizer v0.1.0 (https://github.com/oxidecomputer/anodizer?branch=ry%2Fvw-restructure#43fbe290) |
| 640 | 2026-07-22T03:42:10.164Z | Checking hashbrown v0.14.5 |
| 641 | 2026-07-22T03:42:10.219Z | Checking unicode-segmentation v1.13.3 |
| 642 | 2026-07-22T03:42:10.301Z | Checking futures v0.3.32 |
| 643 | 2026-07-22T03:42:10.373Z | Compiling paste v1.0.15 |
| 644 | 2026-07-22T03:42:10.444Z | Compiling instability v0.3.12 |
| 645 | 2026-07-22T03:42:10.455Z | Checking jiff v0.2.32 |
| 646 | 2026-07-22T03:42:10.555Z | Checking tower-service v0.3.3 |
| 647 | 2026-07-22T03:42:10.635Z | Compiling thiserror v2.0.18 |
| 648 | 2026-07-22T03:42:10.645Z | Checking tower-layer v0.3.3 |
| 649 | 2026-07-22T03:42:10.655Z | Checking unicode-width v0.2.0 |
| 650 | 2026-07-22T03:42:10.723Z | Checking dashmap v5.5.3 |
| 651 | 2026-07-22T03:42:10.788Z | Checking tower v0.4.13 |
| 652 | 2026-07-22T03:42:10.802Z | Compiling darling_macro v0.23.0 |
| 653 | 2026-07-22T03:42:10.892Z | Checking lsp-server v0.7.9 |
| 654 | 2026-07-22T03:42:10.989Z | Checking signal-hook-mio v0.2.5 |
| 655 | 2026-07-22T03:42:11.274Z | Checking fuzzy-matcher v0.3.7 |
| 656 | 2026-07-22T03:42:11.371Z | Checking castaway v0.2.4 |
| 657 | 2026-07-22T03:42:11.381Z | Compiling darling v0.23.0 |
| 658 | 2026-07-22T03:42:11.455Z | Compiling strum_macros v0.26.4 |
| 659 | 2026-07-22T03:42:11.466Z | Checking tracing-log v0.2.0 |
| 660 | 2026-07-22T03:42:11.476Z | Checking tokio-util v0.7.18 |
| 661 | 2026-07-22T03:42:11.561Z | Checking filedescriptor v0.8.3 |
| 662 | 2026-07-22T03:42:11.602Z | Compiling tower-lsp-macros v0.9.0 |
| 663 | 2026-07-22T03:42:11.709Z | Compiling auto_impl v1.3.0 |
| 664 | 2026-07-22T03:42:11.743Z | Compiling thiserror-impl v2.0.18 |
| 665 | 2026-07-22T03:42:11.812Z | Checking sharded-slab v0.1.7 |
| 666 | 2026-07-22T03:42:12.137Z | Checking matchers v0.2.0 |
| 667 | 2026-07-22T03:42:12.212Z | Checking itertools v0.13.0 |
| 668 | 2026-07-22T03:42:12.254Z | Checking serial2 v0.2.37 |
| 669 | 2026-07-22T03:42:12.461Z | Checking ryu v1.0.23 |
| 670 | 2026-07-22T03:42:12.583Z | Checking env_logger v0.11.11 |
| 671 | 2026-07-22T03:42:12.593Z | Checking static_assertions v1.1.0 |
| 672 | 2026-07-22T03:42:12.604Z | Checking downcast-rs v1.2.1 |
| 673 | 2026-07-22T03:42:12.653Z | Checking shell-words v1.1.1 |
| 674 | 2026-07-22T03:42:12.686Z | Compiling indoc v2.0.7 |
| 675 | 2026-07-22T03:42:12.764Z | Checking nu-ansi-term v0.50.3 |
| 676 | 2026-07-22T03:42:12.779Z | Checking pxfm v0.1.29 |
| 677 | 2026-07-22T03:42:12.924Z | Compiling vw-vivado v0.1.0 (/work/oxidecomputer/vw/vw-vivado) |
| 678 | 2026-07-22T03:42:12.961Z | Checking tracing-subscriber v0.3.23 |
| 679 | 2026-07-22T03:42:13.044Z | Checking strum v0.26.3 |
| 680 | 2026-07-22T03:42:13.175Z | Checking portable-pty v0.9.0 |
| 681 | 2026-07-22T03:42:13.245Z | Checking compact_str v0.8.2 |
| 682 | 2026-07-22T03:42:13.255Z | Checking unicode-truncate v1.1.0 |
| 683 | 2026-07-22T03:42:13.387Z | Checking crossterm v0.28.1 |
| 684 | 2026-07-22T03:42:13.597Z | Checking vw-eda v0.1.0 (/work/oxidecomputer/vw/vw-eda) |
| 685 | 2026-07-22T03:42:13.811Z | Checking quick-xml v0.37.5 |
| 686 | 2026-07-22T03:42:13.855Z | Checking png v0.18.1 |
| 687 | 2026-07-22T03:42:13.884Z | Checking lru v0.12.5 |
| 688 | 2026-07-22T03:42:13.894Z | Checking gethostname v1.1.0 |
| 689 | 2026-07-22T03:42:13.963Z | Checking cassowary v0.3.0 |
| 690 | 2026-07-22T03:42:13.973Z | Checking similar v2.7.0 |
| 691 | 2026-07-22T03:42:14.026Z | Checking x11rb-protocol v0.13.2 |
| 692 | 2026-07-22T03:42:14.152Z | Checking byteorder-lite v0.1.0 |
| 693 | 2026-07-22T03:42:14.318Z | Checking ratatui v0.29.0 |
| 694 | 2026-07-22T03:42:14.372Z | Compiling portable-atomic v1.13.1 |
| 695 | 2026-07-22T03:42:14.457Z | Checking nucleo-matcher v0.3.1 |
| 696 | 2026-07-22T03:42:14.540Z | Checking moxcms v0.8.1 |
| 697 | 2026-07-22T03:42:14.664Z | Checking ipxact v0.1.0 (https://github.com/oxidecomputer/ipe?branch=ry%2Finit#2f18277e) |
| 698 | 2026-07-22T03:42:14.781Z | Checking base64 v0.22.1 |
| 699 | 2026-07-22T03:42:14.847Z | Compiling cpp_demangle v0.4.5 |
| 700 | 2026-07-22T03:42:15.096Z | Checking vw-ip v0.1.0 (/work/oxidecomputer/vw/vw-ip) |
| 701 | 2026-07-22T03:42:15.297Z | Checking console v0.15.11 |
| 702 | 2026-07-22T03:42:15.454Z | Checking vw-htcl-cmd v0.1.0 (/work/oxidecomputer/vw/vw-htcl-cmd) |
| 703 | 2026-07-22T03:42:15.566Z | Checking number_prefix v0.4.0 |
| 704 | 2026-07-22T03:42:15.619Z | Checking tui-textarea v0.7.0 |
| 705 | 2026-07-22T03:42:15.684Z | Checking indicatif v0.17.11 |
| 706 | 2026-07-22T03:42:15.882Z | Checking rustc-demangle v0.1.28 |
| 707 | 2026-07-22T03:42:15.895Z | Checking tower-lsp v0.20.0 |
| 708 | 2026-07-22T03:42:16.004Z | Checking vhdl_ls v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89) |
| 709 | 2026-07-22T03:42:16.195Z | Checking x11rb v0.13.2 |
| 710 | 2026-07-22T03:42:16.763Z | Checking image v0.25.10 |
| 711 | 2026-07-22T03:42:17.883Z | Checking arboard v3.6.1 |
| 712 | 2026-07-22T03:42:20.219Z | Checking git2 v0.18.3 |
| 713 | 2026-07-22T03:42:21.661Z | Checking vw-lib v0.1.0 (/work/oxidecomputer/vw/vw-lib) |
| 714 | 2026-07-22T03:42:22.901Z | Checking vw-analyzer v0.1.0 (/work/oxidecomputer/vw/vw-analyzer) |
| 715 | 2026-07-22T03:42:23.602Z | Checking vw-repl v0.1.0 (/work/oxidecomputer/vw/vw-repl) |
| 716 | 2026-07-22T03:42:24.797Z | Checking vw v0.1.0 (/work/oxidecomputer/vw/vw-cli) |
| 717 | 2026-07-22T03:42:25.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
| 718 | 2026-07-22T03:42:26.162Z | + banner build |
| 719 | 2026-07-22T03:42:26.165Z | |
| 720 | 2026-07-22T03:42:26.165Z | ##### # # # # ##### |
| 721 | 2026-07-22T03:42:26.165Z | # # # # # # # # |
| 722 | 2026-07-22T03:42:26.165Z | ##### # # # # # # |
| 723 | 2026-07-22T03:42:26.165Z | # # # # # # # # |
| 724 | 2026-07-22T03:42:26.165Z | # # # # # # # # |
| 725 | 2026-07-22T03:42:26.165Z | ##### #### # ###### ##### |
| 726 | 2026-07-22T03:42:26.165Z | |
| 727 | 2026-07-22T03:42:26.165Z | + cargo build --release |
| 728 | 2026-07-22T03:42:26.408Z | Compiling proc-macro2 v1.0.106 |
| 729 | 2026-07-22T03:42:26.408Z | Compiling quote v1.0.45 |
| 730 | 2026-07-22T03:42:26.411Z | Compiling unicode-ident v1.0.24 |
| 731 | 2026-07-22T03:42:26.411Z | Compiling libc v0.2.183 |
| 732 | 2026-07-22T03:42:26.411Z | Compiling cfg-if v1.0.4 |
| 733 | 2026-07-22T03:42:26.411Z | Compiling memchr v2.8.0 |
| 734 | 2026-07-22T03:42:26.411Z | Compiling log v0.4.29 |
| 735 | 2026-07-22T03:42:26.411Z | Compiling serde_core v1.0.228 |
| 736 | 2026-07-22T03:42:26.541Z | Compiling smallvec v1.15.1 |
| 737 | 2026-07-22T03:42:26.688Z | Compiling pkg-config v0.3.32 |
| 738 | 2026-07-22T03:42:26.747Z | Compiling serde v1.0.228 |
| 739 | 2026-07-22T03:42:26.775Z | Compiling find-msvc-tools v0.1.9 |
| 740 | 2026-07-22T03:42:26.991Z | Compiling shlex v1.3.0 |
| 741 | 2026-07-22T03:42:27.067Z | Compiling stable_deref_trait v1.2.1 |
| 742 | 2026-07-22T03:42:27.103Z | Compiling parking_lot_core v0.9.12 |
| 743 | 2026-07-22T03:42:27.133Z | Compiling bitflags v2.11.0 |
| 744 | 2026-07-22T03:42:27.155Z | Compiling jobserver v0.1.34 |
| 745 | 2026-07-22T03:42:27.206Z | Compiling scopeguard v1.2.0 |
| 746 | 2026-07-22T03:42:27.303Z | Compiling errno v0.3.14 |
| 747 | 2026-07-22T03:42:27.344Z | Compiling cc v1.2.57 |
| 748 | 2026-07-22T03:42:27.451Z | Compiling lock_api v0.4.14 |
| 749 | 2026-07-22T03:42:27.506Z | Compiling equivalent v1.0.2 |
| 750 | 2026-07-22T03:42:27.545Z | Compiling syn v2.0.117 |
| 751 | 2026-07-22T03:42:27.569Z | Compiling heck v0.5.0 |
| 752 | 2026-07-22T03:42:27.583Z | Compiling crossbeam-utils v0.8.21 |
| 753 | 2026-07-22T03:42:27.589Z | Compiling once_cell v1.21.4 |
| 754 | 2026-07-22T03:42:27.674Z | Compiling parking_lot v0.12.5 |
| 755 | 2026-07-22T03:42:27.747Z | Compiling pin-project-lite v0.2.17 |
| 756 | 2026-07-22T03:42:27.812Z | Compiling signal-hook-registry v1.4.8 |
| 757 | 2026-07-22T03:42:27.816Z | Compiling itoa v1.0.18 |
| 758 | 2026-07-22T03:42:27.834Z | Compiling writeable v0.6.2 |
| 759 | 2026-07-22T03:42:27.882Z | Compiling vcpkg v0.2.15 |
| 760 | 2026-07-22T03:42:28.040Z | Compiling litemap v0.8.1 |
| 761 | 2026-07-22T03:42:28.227Z | Compiling mio v1.1.1 |
| 762 | 2026-07-22T03:42:28.232Z | Compiling aho-corasick v1.1.4 |
| 763 | 2026-07-22T03:42:28.407Z | Compiling icu_normalizer_data v2.1.1 |
| 764 | 2026-07-22T03:42:28.573Z | Compiling crc32fast v1.5.0 |
| 765 | 2026-07-22T03:42:28.579Z | Compiling simd-adler32 v0.3.9 |
| 766 | 2026-07-22T03:42:28.626Z | Compiling either v1.15.0 |
| 767 | 2026-07-22T03:42:28.730Z | Compiling option-ext v0.2.0 |
| 768 | 2026-07-22T03:42:28.800Z | Compiling autocfg v1.5.0 |
| 769 | 2026-07-22T03:42:28.815Z | Compiling hashbrown v0.16.1 |
| 770 | 2026-07-22T03:42:28.833Z | Compiling regex-syntax v0.8.10 |
| 771 | 2026-07-22T03:42:28.848Z | Compiling zmij v1.0.21 |
| 772 | 2026-07-22T03:42:28.872Z | Compiling icu_properties_data v2.1.2 |
| 773 | 2026-07-22T03:42:28.921Z | Compiling utf8parse v0.2.2 |
| 774 | 2026-07-22T03:42:29.010Z | Compiling adler2 v2.0.1 |
| 775 | 2026-07-22T03:42:29.097Z | Compiling serde_json v1.0.149 |
| 776 | 2026-07-22T03:42:29.123Z | Compiling num-traits v0.2.19 |
| 777 | 2026-07-22T03:42:29.283Z | Compiling miniz_oxide v0.8.9 |
| 778 | 2026-07-22T03:42:29.325Z | Compiling anstyle-parse v1.0.0 |
| 779 | 2026-07-22T03:42:29.463Z | Compiling indexmap v2.13.0 |
| 780 | 2026-07-22T03:42:29.527Z | Compiling anstyle v1.0.14 |
| 781 | 2026-07-22T03:42:29.545Z | Compiling unicode-width v0.1.14 |
| 782 | 2026-07-22T03:42:29.724Z | Compiling colorchoice v1.0.5 |
| 783 | 2026-07-22T03:42:29.780Z | Compiling anstyle-query v1.1.5 |
| 784 | 2026-07-22T03:42:29.832Z | Compiling toml_write v0.1.2 |
| 785 | 2026-07-22T03:42:29.835Z | Compiling is_terminal_polyfill v1.70.2 |
| 786 | 2026-07-22T03:42:29.872Z | Compiling winnow v0.7.15 |
| 787 | 2026-07-22T03:42:29.918Z | Compiling futures-core v0.3.32 |
| 788 | 2026-07-22T03:42:30.062Z | Compiling thiserror v1.0.69 |
| 789 | 2026-07-22T03:42:30.069Z | Compiling anstream v1.0.0 |
| 790 | 2026-07-22T03:42:30.282Z | Compiling synstructure v0.13.2 |
| 791 | 2026-07-22T03:42:30.556Z | Compiling regex-automata v0.4.14 |
| 792 | 2026-07-22T03:42:30.578Z | Compiling flate2 v1.1.9 |
| 793 | 2026-07-22T03:42:31.132Z | Compiling dirs-sys v0.5.0 |
| 794 | 2026-07-22T03:42:31.472Z | Compiling fdeflate v0.3.7 |
| 795 | 2026-07-22T03:42:31.491Z | Compiling serde_derive v1.0.228 |
| 796 | 2026-07-22T03:42:31.611Z | Compiling zerofrom-derive v0.1.6 |
| 797 | 2026-07-22T03:42:31.815Z | Compiling yoke-derive v0.8.1 |
| 798 | 2026-07-22T03:42:32.316Z | Compiling zerovec-derive v0.11.2 |
| 799 | 2026-07-22T03:42:32.791Z | Compiling zerofrom v0.1.6 |
| 800 | 2026-07-22T03:42:32.849Z | Compiling displaydoc v0.2.5 |
| 801 | 2026-07-22T03:42:32.910Z | Compiling yoke v0.8.1 |
| 802 | 2026-07-22T03:42:33.100Z | Compiling thiserror-impl v1.0.69 |
| 803 | 2026-07-22T03:42:33.305Z | Compiling openssl-sys v0.9.112 |
| 804 | 2026-07-22T03:42:33.426Z | Compiling zerovec v0.11.5 |
| 805 | 2026-07-22T03:42:33.591Z | Compiling zerotrie v0.2.3 |
| 806 | 2026-07-22T03:42:33.663Z | Compiling libz-sys v1.1.25 |
| 807 | 2026-07-22T03:42:33.853Z | Compiling crossbeam-epoch v0.9.18 |
| 808 | 2026-07-22T03:42:34.007Z | Compiling tinystr v0.8.2 |
| 809 | 2026-07-22T03:42:34.010Z | Compiling potential_utf v0.1.4 |
| 810 | 2026-07-22T03:42:34.069Z | Compiling foldhash v0.1.5 |
| 811 | 2026-07-22T03:42:34.178Z | Compiling icu_locale_core v2.1.1 |
| 812 | 2026-07-22T03:42:34.209Z | Compiling icu_collections v2.1.1 |
| 813 | 2026-07-22T03:42:34.243Z | Compiling rayon-core v1.13.0 |
| 814 | 2026-07-22T03:42:34.272Z | Compiling semver v1.0.27 |
| 815 | 2026-07-22T03:42:34.315Z | Compiling percent-encoding v2.3.2 |
| 816 | 2026-07-22T03:42:34.451Z | Compiling bitflags v1.3.2 |
| 817 | 2026-07-22T03:42:34.519Z | Compiling allocator-api2 v0.2.21 |
| 818 | 2026-07-22T03:42:34.546Z | Compiling rustc_version v0.4.1 |
| 819 | 2026-07-22T03:42:34.674Z | Compiling toml_datetime v0.6.11 |
| 820 | 2026-07-22T03:42:34.796Z | Compiling serde_spanned v0.6.9 |
| 821 | 2026-07-22T03:42:34.802Z | Compiling crossbeam-deque v0.8.6 |
| 822 | 2026-07-22T03:42:34.891Z | Compiling icu_provider v2.1.1 |
| 823 | 2026-07-22T03:42:34.900Z | Compiling toml_edit v0.22.27 |
| 824 | 2026-07-22T03:42:34.944Z | Compiling hashbrown v0.15.5 |
| 825 | 2026-07-22T03:42:35.078Z | Compiling regex v1.12.3 |
| 826 | 2026-07-22T03:42:35.084Z | Compiling tokio-macros v2.6.1 |
| 827 | 2026-07-22T03:42:35.326Z | Compiling icu_normalizer v2.1.1 |
| 828 | 2026-07-22T03:42:35.643Z | Compiling icu_properties v2.1.2 |
| 829 | 2026-07-22T03:42:35.855Z | Compiling dirs v6.0.0 |
| 830 | 2026-07-22T03:42:36.009Z | Compiling socket2 v0.6.3 |
| 831 | 2026-07-22T03:42:36.200Z | Compiling bytes v1.11.1 |
| 832 | 2026-07-22T03:42:36.498Z | Compiling camino v1.2.2 |
| 833 | 2026-07-22T03:42:36.514Z | Compiling idna_adapter v1.2.1 |
| 834 | 2026-07-22T03:42:36.514Z | Compiling toml v0.8.23 |
| 835 | 2026-07-22T03:42:36.639Z | Compiling clap_lex v1.1.0 |
| 836 | 2026-07-22T03:42:36.726Z | Compiling strsim v0.11.1 |
| 837 | 2026-07-22T03:42:36.820Z | Compiling utf8_iter v1.0.4 |
| 838 | 2026-07-22T03:42:36.977Z | Compiling rustix v1.1.4 |
| 839 | 2026-07-22T03:42:36.994Z | Compiling lazy_static v1.5.0 |
| 840 | 2026-07-22T03:42:37.057Z | Compiling idna v1.1.0 |
| 841 | 2026-07-22T03:42:37.084Z | Compiling clap_builder v4.6.0 |
| 842 | 2026-07-22T03:42:37.197Z | Compiling tokio v1.50.0 |
| 843 | 2026-07-22T03:42:37.532Z | Compiling pathfinder_simd v0.5.5 |
| 844 | 2026-07-22T03:42:37.779Z | Compiling form_urlencoded v1.2.2 |
| 845 | 2026-07-22T03:42:38.037Z | Compiling enum-map-derive v0.17.0 |
| 846 | 2026-07-22T03:42:38.628Z | Compiling strum_macros v0.28.0 |
| 847 | 2026-07-22T03:42:39.087Z | Compiling clap_derive v4.6.0 |
| 848 | 2026-07-22T03:42:39.186Z | Compiling freetype-sys v0.20.1 |
| 849 | 2026-07-22T03:42:39.193Z | Compiling libssh2-sys v0.3.1 |
| 850 | 2026-07-22T03:42:39.521Z | Compiling yeslogic-fontconfig-sys v6.0.0 |
| 851 | 2026-07-22T03:42:39.765Z | Compiling bytemuck v1.25.0 |
| 852 | 2026-07-22T03:42:40.007Z | Compiling futures-sink v0.3.32 |
| 853 | 2026-07-22T03:42:40.478Z | Compiling strum v0.28.0 |
| 854 | 2026-07-22T03:42:40.617Z | Compiling enum-map v2.7.3 |
| 855 | 2026-07-22T03:42:40.775Z | Compiling clap v4.6.0 |
| 856 | 2026-07-22T03:42:40.788Z | Compiling rayon v1.11.0 |
| 857 | 2026-07-22T03:42:40.846Z | Compiling url v2.5.8 |
| 858 | 2026-07-22T03:42:43.256Z | Compiling vhdl_lang_macros v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89) |
| 859 | 2026-07-22T03:42:43.485Z | Compiling subst v0.3.8 |
| 860 | 2026-07-22T03:42:43.807Z | Compiling itertools v0.14.0 |
| 861 | 2026-07-22T03:42:43.938Z | Compiling libloading v0.8.9 |
| 862 | 2026-07-22T03:42:44.155Z | Compiling rustversion v1.0.22 |
| 863 | 2026-07-22T03:42:44.464Z | Compiling glob v0.3.3 |
| 864 | 2026-07-22T03:42:44.490Z | Compiling dunce v1.0.5 |
| 865 | 2026-07-22T03:42:44.582Z | Compiling fnv v1.0.7 |
| 866 | 2026-07-22T03:42:44.620Z | Compiling byteorder v1.5.0 |
| 867 | 2026-07-22T03:42:44.674Z | Compiling pinned_vec v0.1.1 |
| 868 | 2026-07-22T03:42:44.784Z | Compiling color_quant v1.1.0 |
| 869 | 2026-07-22T03:42:44.890Z | Compiling dlib v0.5.3 |
| 870 | 2026-07-22T03:42:45.312Z | Compiling vhdl_lang v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89) |
| 871 | 2026-07-22T03:42:45.415Z | Compiling futures-channel v0.3.32 |
| 872 | 2026-07-22T03:42:45.658Z | Compiling png v0.17.16 |
| 873 | 2026-07-22T03:42:45.658Z | Compiling futures-macro v0.3.32 |
| 874 | 2026-07-22T03:42:46.091Z | Compiling dirs-sys v0.4.1 |
| 875 | 2026-07-22T03:42:46.386Z | Compiling libgit2-sys v0.16.2+1.7.2 |
| 876 | 2026-07-22T03:42:46.476Z | Compiling tracing-core v0.1.36 |
| 877 | 2026-07-22T03:42:46.571Z | Compiling slab v0.4.12 |
| 878 | 2026-07-22T03:42:46.765Z | Compiling weezl v0.1.12 |
| 879 | 2026-07-22T03:42:46.800Z | Compiling same-file v1.0.6 |
| 880 | 2026-07-22T03:42:46.960Z | Compiling futures-task v0.3.32 |
| 881 | 2026-07-22T03:42:47.123Z | Compiling jpeg-decoder v0.3.2 |
| 882 | 2026-07-22T03:42:47.548Z | Compiling fixedbitset v0.5.7 |
| 883 | 2026-07-22T03:42:47.808Z | Compiling font-kit v0.14.3 |
| 884 | 2026-07-22T03:42:47.821Z | Compiling futures-io v0.3.32 |
| 885 | 2026-07-22T03:42:47.827Z | Compiling getrandom v0.4.2 |
| 886 | 2026-07-22T03:42:48.004Z | Compiling plotters-backend v0.3.7 |
| 887 | 2026-07-22T03:42:48.027Z | Compiling prettyplease v0.2.37 |
| 888 | 2026-07-22T03:42:48.057Z | Compiling futures-util v0.3.32 |
| 889 | 2026-07-22T03:42:48.096Z | Compiling petgraph v0.8.3 |
| 890 | 2026-07-22T03:42:48.265Z | Compiling image v0.24.9 |
| 891 | 2026-07-22T03:42:48.345Z | Compiling gif v0.12.0 |
| 892 | 2026-07-22T03:42:49.719Z | Compiling walkdir v2.5.0 |
| 893 | 2026-07-22T03:42:49.796Z | Compiling dirs v5.0.1 |
| 894 | 2026-07-22T03:42:49.839Z | Compiling pathfinder_geometry v0.5.1 |
| 895 | 2026-07-22T03:42:50.572Z | Compiling vw-quote v0.1.0 (/work/oxidecomputer/vw/vw-quote) |
| 896 | 2026-07-22T03:42:50.661Z | Compiling tracing-attributes v0.1.31 |
| 897 | 2026-07-22T03:42:50.767Z | Compiling signal-hook v0.3.18 |
| 898 | 2026-07-22T03:42:50.977Z | Compiling float-ord v0.3.2 |
| 899 | 2026-07-22T03:42:50.983Z | Compiling iana-time-zone v0.1.65 |
| 900 | 2026-07-22T03:42:51.078Z | Compiling winnow v0.6.26 |
| 901 | 2026-07-22T03:42:51.103Z | Compiling ident_case v1.0.1 |
| 902 | 2026-07-22T03:42:51.217Z | Compiling darling_core v0.23.0 |
| 903 | 2026-07-22T03:42:51.264Z | Compiling chrono v0.4.44 |
| 904 | 2026-07-22T03:42:51.863Z | Compiling tracing v0.1.44 |
| 905 | 2026-07-22T03:42:52.882Z | Compiling vw-htcl v0.1.0 (/work/oxidecomputer/vw/vw-htcl) |
| 906 | 2026-07-22T03:42:54.570Z | Compiling vw-core v0.1.0 (/work/oxidecomputer/vw/vw-core) |
| 907 | 2026-07-22T03:42:55.587Z | Compiling plotters-bitmap v0.3.7 |
| 908 | 2026-07-22T03:42:56.136Z | Compiling plotters-svg v0.3.7 |
| 909 | 2026-07-22T03:42:56.601Z | Compiling colored v2.2.0 |
| 910 | 2026-07-22T03:42:57.217Z | Compiling async-trait v0.1.89 |
| 911 | 2026-07-22T03:42:58.169Z | Compiling cfg_aliases v0.1.1 |
| 912 | 2026-07-22T03:42:58.173Z | Compiling openssl-probe v0.1.6 |
| 913 | 2026-07-22T03:42:58.234Z | Compiling fastrand v2.3.0 |
| 914 | 2026-07-22T03:42:58.422Z | Compiling ttf-parser v0.20.0 |
| 915 | 2026-07-22T03:42:58.553Z | Compiling rustix v0.38.44 |
| 916 | 2026-07-22T03:42:58.975Z | Compiling tempfile v3.27.0 |
| 917 | 2026-07-22T03:42:59.778Z | Compiling nix v0.28.0 |
| 918 | 2026-07-22T03:43:00.126Z | Compiling plotters v0.3.7 |
| 919 | 2026-07-22T03:43:01.826Z | Compiling anodizer v0.1.0 (https://github.com/oxidecomputer/anodizer?branch=ry%2Fvw-restructure#43fbe290) |
| 920 | 2026-07-22T03:43:02.768Z | Compiling darling_macro v0.23.0 |
| 921 | 2026-07-22T03:43:03.012Z | Compiling futures-executor v0.3.32 |
| 922 | 2026-07-22T03:43:03.086Z | Compiling serde_repr v0.1.20 |
| 923 | 2026-07-22T03:43:03.323Z | Compiling pin-project-internal v1.1.13 |
| 924 | 2026-07-22T03:43:03.356Z | Compiling thread_local v1.1.9 |
| 925 | 2026-07-22T03:43:03.526Z | Compiling paste v1.0.15 |
| 926 | 2026-07-22T03:43:03.664Z | Compiling anyhow v1.0.102 |
| 927 | 2026-07-22T03:43:03.670Z | Compiling unicode-width v0.2.0 |
| 928 | 2026-07-22T03:43:03.805Z | Compiling instability v0.3.12 |
| 929 | 2026-07-22T03:43:03.973Z | Compiling httparse v1.10.1 |
| 930 | 2026-07-22T03:43:03.995Z | Compiling netrc v0.4.1 |
| 931 | 2026-07-22T03:43:04.018Z | Compiling unicode-segmentation v1.13.3 |
| 932 | 2026-07-22T03:43:04.375Z | Compiling lsp-types v0.94.1 |
| 933 | 2026-07-22T03:43:04.388Z | Compiling pin-project v1.1.13 |
| 934 | 2026-07-22T03:43:04.400Z | Compiling darling v0.23.0 |
| 935 | 2026-07-22T03:43:04.468Z | Compiling futures v0.3.32 |
| 936 | 2026-07-22T03:43:04.475Z | Compiling signal-hook-mio v0.2.5 |
| 937 | 2026-07-22T03:43:04.587Z | Compiling castaway v0.2.4 |
| 938 | 2026-07-22T03:43:04.595Z | Compiling strum_macros v0.26.4 |
| 939 | 2026-07-22T03:43:04.692Z | Compiling env_filter v2.0.0 |
| 940 | 2026-07-22T03:43:05.190Z | Compiling itertools v0.13.0 |
| 941 | 2026-07-22T03:43:05.449Z | Compiling crossbeam-channel v0.5.16 |
| 942 | 2026-07-22T03:43:05.719Z | Compiling pxfm v0.1.29 |
| 943 | 2026-07-22T03:43:06.143Z | Compiling ryu v1.0.23 |
| 944 | 2026-07-22T03:43:06.223Z | Compiling tower-layer v0.3.3 |
| 945 | 2026-07-22T03:43:06.414Z | Compiling jiff v0.2.32 |
| 946 | 2026-07-22T03:43:06.422Z | Compiling indoc v2.0.7 |
| 947 | 2026-07-22T03:43:06.704Z | Compiling tower-service v0.3.3 |
| 948 | 2026-07-22T03:43:06.796Z | Compiling thiserror v2.0.18 |
| 949 | 2026-07-22T03:43:06.853Z | Compiling static_assertions v1.1.0 |
| 950 | 2026-07-22T03:43:06.921Z | Compiling hashbrown v0.14.5 |
| 951 | 2026-07-22T03:43:07.316Z | Compiling compact_str v0.8.2 |
| 952 | 2026-07-22T03:43:07.559Z | Compiling dashmap v5.5.3 |
| 953 | 2026-07-22T03:43:08.106Z | Compiling moxcms v0.8.1 |
| 954 | 2026-07-22T03:43:09.125Z | Compiling tower v0.4.13 |
| 955 | 2026-07-22T03:43:09.483Z | Compiling env_logger v0.11.11 |
| 956 | 2026-07-22T03:43:10.555Z | Compiling unicode-truncate v1.1.0 |
| 957 | 2026-07-22T03:43:10.715Z | Compiling strum v0.26.3 |
| 958 | 2026-07-22T03:43:10.837Z | Compiling lsp-server v0.7.9 |
| 959 | 2026-07-22T03:43:12.434Z | Compiling crossterm v0.28.1 |
| 960 | 2026-07-22T03:43:15.067Z | Compiling fuzzy-matcher v0.3.7 |
| 961 | 2026-07-22T03:43:15.458Z | Compiling tracing-log v0.2.0 |
| 962 | 2026-07-22T03:43:15.507Z | Compiling gethostname v1.1.0 |
| 963 | 2026-07-22T03:43:15.626Z | Compiling tokio-util v0.7.18 |
| 964 | 2026-07-22T03:43:15.794Z | Compiling sharded-slab v0.1.7 |
| 965 | 2026-07-22T03:43:15.800Z | Compiling lru v0.12.5 |
| 966 | 2026-07-22T03:43:15.972Z | Compiling filedescriptor v0.8.3 |
| 967 | 2026-07-22T03:43:16.089Z | Compiling matchers v0.2.0 |
| 968 | 2026-07-22T03:43:16.212Z | Compiling png v0.18.1 |
| 969 | 2026-07-22T03:43:16.236Z | Compiling tower-lsp-macros v0.9.0 |
| 970 | 2026-07-22T03:43:16.405Z | Compiling thiserror-impl v2.0.18 |
| 971 | 2026-07-22T03:43:16.506Z | Compiling auto_impl v1.3.0 |
| 972 | 2026-07-22T03:43:16.801Z | Compiling serial2 v0.2.37 |
| 973 | 2026-07-22T03:43:17.209Z | Compiling shell-words v1.1.1 |
| 974 | 2026-07-22T03:43:17.302Z | Compiling nu-ansi-term v0.50.3 |
| 975 | 2026-07-22T03:43:17.399Z | Compiling byteorder-lite v0.1.0 |
| 976 | 2026-07-22T03:43:17.444Z | Compiling x11rb-protocol v0.13.2 |
| 977 | 2026-07-22T03:43:17.599Z | Compiling downcast-rs v1.2.1 |
| 978 | 2026-07-22T03:43:17.673Z | Compiling portable-atomic v1.13.1 |
| 979 | 2026-07-22T03:43:17.687Z | Compiling cassowary v0.3.0 |
| 980 | 2026-07-22T03:43:17.805Z | Compiling vw-vivado v0.1.0 (/work/oxidecomputer/vw/vw-vivado) |
| 981 | 2026-07-22T03:43:18.026Z | Compiling ratatui v0.29.0 |
| 982 | 2026-07-22T03:43:18.145Z | Compiling portable-pty v0.9.0 |
| 983 | 2026-07-22T03:43:18.809Z | Compiling image v0.25.10 |
| 984 | 2026-07-22T03:43:19.374Z | Compiling tracing-subscriber v0.3.23 |
| 985 | 2026-07-22T03:43:20.288Z | Compiling tower-lsp v0.20.0 |
| 986 | 2026-07-22T03:43:24.551Z | Compiling x11rb v0.13.2 |
| 987 | 2026-07-22T03:43:25.340Z | Compiling vhdl_ls v0.87.1 (https://github.com/oxidecomputer/rust_hdl?branch=vw%2Fembed-api#941eae89) |
| 988 | 2026-07-22T03:43:26.247Z | Compiling vw-eda v0.1.0 (/work/oxidecomputer/vw/vw-eda) |
| 989 | 2026-07-22T03:43:26.618Z | Compiling quick-xml v0.37.5 |
| 990 | 2026-07-22T03:43:26.626Z | Compiling similar v2.7.0 |
| 991 | 2026-07-22T03:43:27.908Z | Compiling cpp_demangle v0.4.5 |
| 992 | 2026-07-22T03:43:27.919Z | Compiling ipxact v0.1.0 (https://github.com/oxidecomputer/ipe?branch=ry%2Finit#2f18277e) |
| 993 | 2026-07-22T03:43:28.319Z | Compiling arboard v3.6.1 |
| 994 | 2026-07-22T03:43:29.342Z | Compiling tui-textarea v0.7.0 |
| 995 | 2026-07-22T03:43:30.069Z | Compiling nucleo-matcher v0.3.1 |
| 996 | 2026-07-22T03:43:30.961Z | Compiling console v0.15.11 |
| 997 | 2026-07-22T03:43:31.817Z | Compiling base64 v0.22.1 |
| 998 | 2026-07-22T03:43:32.101Z | Compiling number_prefix v0.4.0 |
| 999 | 2026-07-22T03:43:32.249Z | Compiling indicatif v0.17.11 |
| 1000 | 2026-07-22T03:43:32.263Z | Compiling vw-ip v0.1.0 (/work/oxidecomputer/vw/vw-ip) |
| 1001 | 2026-07-22T03:43:32.869Z | Compiling vw-htcl-cmd v0.1.0 (/work/oxidecomputer/vw/vw-htcl-cmd) |
| 1002 | 2026-07-22T03:43:33.285Z | Compiling rustc-demangle v0.1.28 |
| 1003 | 2026-07-22T03:43:38.982Z | Compiling git2 v0.18.3 |
| 1004 | 2026-07-22T03:43:40.864Z | Compiling vw-lib v0.1.0 (/work/oxidecomputer/vw/vw-lib) |
| 1005 | 2026-07-22T03:43:42.472Z | Compiling vw-analyzer v0.1.0 (/work/oxidecomputer/vw/vw-analyzer) |
| 1006 | 2026-07-22T03:43:43.860Z | Compiling vw-repl v0.1.0 (/work/oxidecomputer/vw/vw-repl) |
| 1007 | 2026-07-22T03:43:52.148Z | Compiling vw v0.1.0 (/work/oxidecomputer/vw/vw-cli) |
| 1008 | 2026-07-22T03:44:11.489Z | Finished `release` profile [optimized] target(s) in 1m 45s |
| 1009 | 2026-07-22T03:44:11.543Z | + mkdir -p /work/release/ |
| 1010 | 2026-07-22T03:44:11.547Z | + cp target/release/vw /work/release/ |
| 1011 | 2026-07-22T03:44:11.599Z | process exited: duration 200969 ms, exit code 0 |
| |
| 1012 | 2026-07-22T03:44:11.612Z | found 1 output files |
| 1013 | 2026-07-22T03:44:11.612Z | uploading: /work/release/vw (63317432 bytes) |
| 1014 | 2026-07-22T03:44:13.188Z | uploaded: /work/release/vw |