|
|
|
| 1 | 2026-05-22T15:38:26.861Z | job assigned to worker 01KS85BAB9N4SNJD9QW0HHNPE5 [factory aws, i-01a4c17d00a1cd9d1] (queued for 1 m 11 s) |
| |
| 2 | 2026-05-22T15:38:33.924Z | starting task 0: "setup" |
| 3 | 2026-05-22T15:38:33.929Z | ++ uname -s |
| 4 | 2026-05-22T15:38:33.932Z | + kern=SunOS |
| 5 | 2026-05-22T15:38:33.932Z | + build_user=build |
| 6 | 2026-05-22T15:38:33.932Z | + build_uid=12345 |
| 7 | 2026-05-22T15:38:33.932Z | + work_dir=/work |
| 8 | 2026-05-22T15:38:33.932Z | + input_dir=/input |
| 9 | 2026-05-22T15:38:33.932Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-22T15:38:33.932Z | + case "$kern" in |
| 11 | 2026-05-22T15:38:33.932Z | + groupadd -g 12345 build |
| 12 | 2026-05-22T15:38:33.932Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-22T15:38:35.937Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-22T15:38:35.983Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-22T15:38:35.987Z | + home_fs=zfs |
| 16 | 2026-05-22T15:38:35.987Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-22T15:38:35.987Z | + mkdir -p /home/build |
| 18 | 2026-05-22T15:38:35.987Z | + chown build:build /home/build /work |
| 19 | 2026-05-22T15:38:37.988Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-22T15:38:37.991Z | process exited: duration 4065 ms, exit code 0 |
| |
| 21 | 2026-05-22T15:38:37.997Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-22T15:38:38.001Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-22T15:38:38.001Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-22T15:38:38.001Z | * rust toolchain profile = "default" |
| 25 | 2026-05-22T15:38:38.002Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-22T15:38:38.002Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-22T15:38:38.002Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-22T15:38:38.005Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-22T15:38:38.005Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-22T15:38:38.081Z | info: downloading installer |
| 31 | 2026-05-22T15:38:39.476Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-22T15:38:39.476Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-22T15:38:39.477Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-22T15:38:39.477Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-22T15:38:39.488Z | info: profile set to default |
| 36 | 2026-05-22T15:38:39.488Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-22T15:38:39.492Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-22T15:38:39.629Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-22T15:38:39.632Z | info: downloading 6 components |
| 40 | 2026-05-22T15:38:54.407Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-22T15:38:54.407Z | |
| 42 | 2026-05-22T15:38:54.441Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-22T15:38:54.441Z | |
| 44 | 2026-05-22T15:38:54.441Z | |
| 45 | 2026-05-22T15:38:54.441Z | Rust is installed now. Great! |
| 46 | 2026-05-22T15:38:54.441Z | |
| 47 | 2026-05-22T15:38:54.441Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-22T15:38:54.441Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-22T15:38:54.441Z | |
| 50 | 2026-05-22T15:38:54.441Z | To configure your current shell, you need to source |
| 51 | 2026-05-22T15:38:54.441Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-22T15:38:54.441Z | |
| 53 | 2026-05-22T15:38:54.441Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-22T15:38:54.446Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-22T15:38:54.446Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-22T15:38:54.446Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-22T15:38:54.446Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-22T15:38:54.446Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-22T15:38:54.446Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-22T15:38:54.446Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-22T15:38:54.446Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-22T15:38:54.542Z | + rustup --version |
| 63 | 2026-05-22T15:38:54.551Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-22T15:38:54.555Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-22T15:38:54.573Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-22T15:38:54.577Z | + cargo --version |
| 67 | 2026-05-22T15:38:54.589Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-22T15:38:54.592Z | + rustc --version |
| 69 | 2026-05-22T15:38:54.611Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-22T15:38:54.615Z | process exited: duration 16616 ms, exit code 0 |
| |
| 71 | 2026-05-22T15:38:54.621Z | starting task 2: "authentication" |
| 72 | 2026-05-22T15:38:54.637Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-05-22T15:38:54.643Z | starting task 3: "clone repository" |
| 74 | 2026-05-22T15:38:54.646Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-22T15:38:54.649Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-22T15:38:54.687Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-22T15:39:05.163Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-22T15:39:05.163Z | + git fetch origin 8ca839ac1900af54c53d970939d11dee36717552 |
| 79 | 2026-05-22T15:39:05.447Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-22T15:39:05.447Z | * branch 8ca839ac1900af54c53d970939d11dee36717552 -> FETCH_HEAD |
| 81 | 2026-05-22T15:39:05.457Z | + [[ -n jmcarp/block-size-docs ]] |
| 82 | 2026-05-22T15:39:05.460Z | ++ git branch --show-current |
| 83 | 2026-05-22T15:39:05.460Z | + current=main |
| 84 | 2026-05-22T15:39:05.460Z | + [[ main != jmcarp/block-size-docs ]] |
| 85 | 2026-05-22T15:39:05.460Z | + git branch -f jmcarp/block-size-docs 8ca839ac1900af54c53d970939d11dee36717552 |
| 86 | 2026-05-22T15:39:05.463Z | + git checkout -f jmcarp/block-size-docs |
| 87 | 2026-05-22T15:39:05.692Z | Switched to branch 'jmcarp/block-size-docs' |
| 88 | 2026-05-22T15:39:05.695Z | + git reset --hard 8ca839ac1900af54c53d970939d11dee36717552 |
| 89 | 2026-05-22T15:39:05.716Z | HEAD is now at 8ca839ac1 Fix generated block size docs. |
| 90 | 2026-05-22T15:39:05.719Z | process exited: duration 11073 ms, exit code 0 |
| |
| 91 | 2026-05-22T15:39:05.725Z | starting task 4: "build" |
| 92 | 2026-05-22T15:39:05.729Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-22T15:39:05.732Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-22T15:39:05.732Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-22T15:39:05.732Z | + cargo --version |
| 96 | 2026-05-22T15:39:05.738Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-22T15:39:05.742Z | + rustc --version |
| 98 | 2026-05-22T15:39:05.761Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-22T15:39:05.764Z | + cd /tmp |
| 100 | 2026-05-22T15:39:05.764Z | + cargo new --lib test-project |
| 101 | 2026-05-22T15:39:05.783Z | Creating library `test-project` package |
| 102 | 2026-05-22T15:39:05.820Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 103 | 2026-05-22T15:39:05.823Z | + cd test-project |
| 104 | 2026-05-22T15:39:05.823Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 105 | 2026-05-22T15:39:05.842Z | Adding omicron-common (local) to dependencies |
| 106 | 2026-05-22T15:39:05.846Z | Features: |
| 107 | 2026-05-22T15:39:05.846Z | - proptest |
| 108 | 2026-05-22T15:39:05.846Z | - test-strategy |
| 109 | 2026-05-22T15:39:05.846Z | - testing |
| 110 | 2026-05-22T15:39:05.863Z | Updating crates.io index |
| 111 | 2026-05-22T15:39:05.895Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 112 | 2026-05-22T15:39:06.865Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 113 | 2026-05-22T15:39:07.269Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 114 | 2026-05-22T15:39:07.991Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 115 | 2026-05-22T15:39:10.446Z | Locking 393 packages to latest Rust 1.94.0 compatible versions |
| 116 | 2026-05-22T15:39:10.450Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 117 | 2026-05-22T15:39:10.562Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 118 | 2026-05-22T15:39:10.565Z | + cargo check |
| 119 | 2026-05-22T15:39:10.676Z | Updating crates.io index |
| 120 | 2026-05-22T15:39:10.796Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 121 | 2026-05-22T15:39:10.799Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 122 | 2026-05-22T15:39:10.799Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 123 | 2026-05-22T15:39:10.799Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 124 | 2026-05-22T15:39:10.799Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 125 | 2026-05-22T15:39:10.799Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 126 | 2026-05-22T15:39:10.799Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 127 | 2026-05-22T15:39:10.799Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 128 | 2026-05-22T15:39:10.799Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 129 | 2026-05-22T15:39:12.820Z | Locking 1 package to latest Rust 1.94.0 compatible version |
| 130 | 2026-05-22T15:39:12.820Z | Adding omicron-workspace-hack v0.1.0 |
| 131 | 2026-05-22T15:39:12.847Z | Downloading crates ... |
| 132 | 2026-05-22T15:39:12.901Z | Downloaded compression-codecs v0.4.37 |
| 133 | 2026-05-22T15:39:12.910Z | Downloaded crypto-common v0.1.7 |
| 134 | 2026-05-22T15:39:12.914Z | Downloaded crc32fast v1.5.0 |
| 135 | 2026-05-22T15:39:12.919Z | Downloaded lru-slab v0.1.2 |
| 136 | 2026-05-22T15:39:12.919Z | Downloaded macaddr v1.0.1 |
| 137 | 2026-05-22T15:39:12.919Z | Downloaded bytes v1.11.1 |
| 138 | 2026-05-22T15:39:12.923Z | Downloaded adler2 v2.0.1 |
| 139 | 2026-05-22T15:39:12.926Z | Downloaded find-msvc-tools v0.1.9 |
| 140 | 2026-05-22T15:39:12.929Z | Downloaded futures-core v0.3.32 |
| 141 | 2026-05-22T15:39:12.929Z | Downloaded match_cfg v0.1.0 |
| 142 | 2026-05-22T15:39:12.932Z | Downloaded log v0.4.29 |
| 143 | 2026-05-22T15:39:12.932Z | Downloaded multer v3.1.0 |
| 144 | 2026-05-22T15:39:12.935Z | Downloaded iana-time-zone v0.1.65 |
| 145 | 2026-05-22T15:39:12.935Z | Downloaded humantime v2.3.0 |
| 146 | 2026-05-22T15:39:12.939Z | Downloaded mime v0.3.17 |
| 147 | 2026-05-22T15:39:12.942Z | Downloaded errno v0.3.14 |
| 148 | 2026-05-22T15:39:12.945Z | Downloaded generic-array v0.14.7 |
| 149 | 2026-05-22T15:39:12.945Z | Downloaded memchr v2.8.0 |
| 150 | 2026-05-22T15:39:12.948Z | Downloaded miniz_oxide v0.8.9 |
| 151 | 2026-05-22T15:39:12.948Z | Downloaded memmap2 v0.9.10 |
| 152 | 2026-05-22T15:39:12.951Z | Downloaded mio v1.2.0 |
| 153 | 2026-05-22T15:39:12.955Z | Downloaded bit-set v0.8.0 |
| 154 | 2026-05-22T15:39:12.955Z | Downloaded either v1.15.0 |
| 155 | 2026-05-22T15:39:12.957Z | Downloaded http-body v1.0.1 |
| 156 | 2026-05-22T15:39:12.957Z | Downloaded pin-utils v0.1.0 |
| 157 | 2026-05-22T15:39:12.958Z | Downloaded autocfg v1.5.0 |
| 158 | 2026-05-22T15:39:12.961Z | Downloaded num_threads v0.1.7 |
| 159 | 2026-05-22T15:39:12.964Z | Downloaded hex v0.4.3 |
| 160 | 2026-05-22T15:39:12.964Z | Downloaded proc-macro2 v1.0.106 |
| 161 | 2026-05-22T15:39:12.968Z | Downloaded parking_lot_core v0.9.12 |
| 162 | 2026-05-22T15:39:12.968Z | Downloaded ppv-lite86 v0.2.21 |
| 163 | 2026-05-22T15:39:12.968Z | Downloaded pest_derive v2.8.6 |
| 164 | 2026-05-22T15:39:12.971Z | Downloaded cpufeatures v0.2.17 |
| 165 | 2026-05-22T15:39:12.971Z | Downloaded dunce v1.0.5 |
| 166 | 2026-05-22T15:39:12.971Z | Downloaded parking_lot v0.12.5 |
| 167 | 2026-05-22T15:39:12.975Z | Downloaded hostname v0.4.2 |
| 168 | 2026-05-22T15:39:12.978Z | Downloaded futures-task v0.3.32 |
| 169 | 2026-05-22T15:39:12.981Z | Downloaded darling_macro v0.21.3 |
| 170 | 2026-05-22T15:39:12.984Z | Downloaded form_urlencoded v1.2.2 |
| 171 | 2026-05-22T15:39:12.984Z | Downloaded futures-executor v0.3.32 |
| 172 | 2026-05-22T15:39:12.984Z | Downloaded foldhash v0.2.0 |
| 173 | 2026-05-22T15:39:12.989Z | Downloaded powerfmt v0.2.0 |
| 174 | 2026-05-22T15:39:12.992Z | Downloaded dof v0.4.0 |
| 175 | 2026-05-22T15:39:12.992Z | Downloaded block-buffer v0.10.4 |
| 176 | 2026-05-22T15:39:12.992Z | Downloaded percent-encoding v2.3.2 |
| 177 | 2026-05-22T15:39:12.997Z | Downloaded httpdate v1.0.3 |
| 178 | 2026-05-22T15:39:12.997Z | Downloaded num-conv v0.2.0 |
| 179 | 2026-05-22T15:39:12.997Z | Downloaded instant v0.1.13 |
| 180 | 2026-05-22T15:39:13.001Z | Downloaded ident_case v1.0.1 |
| 181 | 2026-05-22T15:39:13.001Z | Downloaded futures v0.3.32 |
| 182 | 2026-05-22T15:39:13.004Z | Downloaded scroll_derive v0.13.1 |
| 183 | 2026-05-22T15:39:13.004Z | Downloaded pretty-hex v0.4.1 |
| 184 | 2026-05-22T15:39:13.004Z | Downloaded serde_spanned v1.0.4 |
| 185 | 2026-05-22T15:39:13.004Z | Downloaded erased-serde v0.3.31 |
| 186 | 2026-05-22T15:39:13.007Z | Downloaded potential_utf v0.1.4 |
| 187 | 2026-05-22T15:39:13.007Z | Downloaded plain v0.2.3 |
| 188 | 2026-05-22T15:39:13.007Z | Downloaded heck v0.5.0 |
| 189 | 2026-05-22T15:39:13.010Z | Downloaded cfg_aliases v0.2.1 |
| 190 | 2026-05-22T15:39:13.010Z | Downloaded fastrand v2.3.0 |
| 191 | 2026-05-22T15:39:13.010Z | Downloaded dtrace-parser v0.3.0 |
| 192 | 2026-05-22T15:39:13.010Z | Downloaded atomic-waker v1.1.2 |
| 193 | 2026-05-22T15:39:13.014Z | Downloaded iddqd v0.4.1 |
| 194 | 2026-05-22T15:39:13.017Z | Downloaded parse-display-derive v0.10.0 |
| 195 | 2026-05-22T15:39:13.017Z | Downloaded futures-macro v0.3.32 |
| 196 | 2026-05-22T15:39:13.017Z | Downloaded omicron-workspace-hack v0.1.0 |
| 197 | 2026-05-22T15:39:13.021Z | Downloaded compression-core v0.4.31 |
| 198 | 2026-05-22T15:39:13.021Z | Downloaded backoff v0.4.0 |
| 199 | 2026-05-22T15:39:13.021Z | Downloaded displaydoc v0.2.5 |
| 200 | 2026-05-22T15:39:13.024Z | Downloaded byteorder v1.5.0 |
| 201 | 2026-05-22T15:39:13.024Z | Downloaded rustc-hash v2.1.1 |
| 202 | 2026-05-22T15:39:13.024Z | Downloaded dyn-clone v1.0.20 |
| 203 | 2026-05-22T15:39:13.027Z | Downloaded fnv v1.0.7 |
| 204 | 2026-05-22T15:39:13.027Z | Downloaded cfg-if v1.0.4 |
| 205 | 2026-05-22T15:39:13.031Z | Downloaded itoa v1.0.17 |
| 206 | 2026-05-22T15:39:13.031Z | Downloaded ref-cast v1.0.25 |
| 207 | 2026-05-22T15:39:13.034Z | Downloaded progenitor-client v0.10.0 |
| 208 | 2026-05-22T15:39:13.034Z | Downloaded openssl-probe v0.2.1 |
| 209 | 2026-05-22T15:39:13.034Z | Downloaded rand_chacha v0.3.1 |
| 210 | 2026-05-22T15:39:13.037Z | Downloaded hostname v0.3.1 |
| 211 | 2026-05-22T15:39:13.037Z | Downloaded icu_properties v2.1.2 |
| 212 | 2026-05-22T15:39:13.040Z | Downloaded bitflags v2.11.0 |
| 213 | 2026-05-22T15:39:13.040Z | Downloaded futures-channel v0.3.32 |
| 214 | 2026-05-22T15:39:13.043Z | Downloaded derive-ex v0.1.8 |
| 215 | 2026-05-22T15:39:13.046Z | Downloaded futures-sink v0.3.32 |
| 216 | 2026-05-22T15:39:13.046Z | Downloaded sha1 v0.10.6 |
| 217 | 2026-05-22T15:39:13.046Z | Downloaded slog-bunyan v2.5.0 |
| 218 | 2026-05-22T15:39:13.050Z | Downloaded is-terminal v0.4.17 |
| 219 | 2026-05-22T15:39:13.053Z | Downloaded futures-io v0.3.32 |
| 220 | 2026-05-22T15:39:13.053Z | Downloaded scopeguard v1.2.0 |
| 221 | 2026-05-22T15:39:13.053Z | Downloaded aho-corasick v1.1.4 |
| 222 | 2026-05-22T15:39:13.056Z | Downloaded idna_adapter v1.2.1 |
| 223 | 2026-05-22T15:39:13.059Z | Downloaded icu_provider v2.1.1 |
| 224 | 2026-05-22T15:39:13.059Z | Downloaded newtype-uuid-macros v0.1.0 |
| 225 | 2026-05-22T15:39:13.062Z | Downloaded rand_xorshift v0.4.0 |
| 226 | 2026-05-22T15:39:13.062Z | Downloaded strsim v0.11.1 |
| 227 | 2026-05-22T15:39:13.062Z | Downloaded debug-ignore v1.0.5 |
| 228 | 2026-05-22T15:39:13.065Z | Downloaded paste v1.0.15 |
| 229 | 2026-05-22T15:39:13.068Z | Downloaded quick-error v1.2.3 |
| 230 | 2026-05-22T15:39:13.068Z | Downloaded jobserver v0.1.34 |
| 231 | 2026-05-22T15:39:13.068Z | Downloaded ref-cast-impl v1.0.25 |
| 232 | 2026-05-22T15:39:13.071Z | Downloaded parse-display v0.10.0 |
| 233 | 2026-05-22T15:39:13.071Z | Downloaded serde_urlencoded v0.7.1 |
| 234 | 2026-05-22T15:39:13.071Z | Downloaded scroll v0.13.0 |
| 235 | 2026-05-22T15:39:13.074Z | Downloaded rustls-pemfile v2.2.0 |
| 236 | 2026-05-22T15:39:13.074Z | Downloaded oxnet v0.1.4 |
| 237 | 2026-05-22T15:39:13.074Z | Downloaded cmake v0.1.57 |
| 238 | 2026-05-22T15:39:13.077Z | Downloaded async-stream v0.3.6 |
| 239 | 2026-05-22T15:39:13.078Z | Downloaded rustls-pki-types v1.14.0 |
| 240 | 2026-05-22T15:39:13.078Z | Downloaded subtle v2.6.1 |
| 241 | 2026-05-22T15:39:13.080Z | Downloaded strum v0.26.3 |
| 242 | 2026-05-22T15:39:13.080Z | Downloaded progenitor-client v0.14.0 |
| 243 | 2026-05-22T15:39:13.081Z | Downloaded async-stream-impl v0.3.6 |
| 244 | 2026-05-22T15:39:13.084Z | Downloaded structmeta-derive v0.3.0 |
| 245 | 2026-05-22T15:39:13.087Z | Downloaded sync_wrapper v1.0.2 |
| 246 | 2026-05-22T15:39:13.087Z | Downloaded crossbeam-utils v0.8.21 |
| 247 | 2026-05-22T15:39:13.087Z | Downloaded strum v0.27.2 |
| 248 | 2026-05-22T15:39:13.090Z | Downloaded structmeta v0.3.0 |
| 249 | 2026-05-22T15:39:13.090Z | Downloaded http-body-util v0.1.3 |
| 250 | 2026-05-22T15:39:13.090Z | Downloaded camino v1.2.2 |
| 251 | 2026-05-22T15:39:13.093Z | Downloaded thread-id v5.1.0 |
| 252 | 2026-05-22T15:39:13.093Z | Downloaded deranged v0.5.8 |
| 253 | 2026-05-22T15:39:13.097Z | Downloaded equivalent v1.0.2 |
| 254 | 2026-05-22T15:39:13.100Z | Downloaded tokio-macros v2.7.0 |
| 255 | 2026-05-22T15:39:13.100Z | Downloaded quote v1.0.45 |
| 256 | 2026-05-22T15:39:13.103Z | Downloaded signal-hook-registry v1.4.8 |
| 257 | 2026-05-22T15:39:13.103Z | Downloaded newtype-uuid v1.3.2 |
| 258 | 2026-05-22T15:39:13.107Z | Downloaded tinyvec_macros v0.1.1 |
| 259 | 2026-05-22T15:39:13.110Z | Downloaded ipnet v2.11.0 |
| 260 | 2026-05-22T15:39:13.110Z | Downloaded fs_extra v1.3.0 |
| 261 | 2026-05-22T15:39:13.110Z | Downloaded rustls-native-certs v0.8.3 |
| 262 | 2026-05-22T15:39:13.113Z | Downloaded tower-layer v0.3.3 |
| 263 | 2026-05-22T15:39:13.113Z | Downloaded time-core v0.1.8 |
| 264 | 2026-05-22T15:39:13.113Z | Downloaded schemars_derive v0.8.22 |
| 265 | 2026-05-22T15:39:13.116Z | Downloaded tower-service v0.3.3 |
| 266 | 2026-05-22T15:39:13.116Z | Downloaded rand_chacha v0.9.0 |
| 267 | 2026-05-22T15:39:13.116Z | Downloaded ipnetwork v0.21.1 |
| 268 | 2026-05-22T15:39:13.116Z | Downloaded rustversion v1.0.22 |
| 269 | 2026-05-22T15:39:13.119Z | Downloaded rand_core v0.6.4 |
| 270 | 2026-05-22T15:39:13.122Z | Downloaded hyper-rustls v0.27.7 |
| 271 | 2026-05-22T15:39:13.126Z | Downloaded serde_tokenstream v0.2.3 |
| 272 | 2026-05-22T15:39:13.126Z | Downloaded rand_core v0.9.5 |
| 273 | 2026-05-22T15:39:13.126Z | Downloaded shlex v1.3.0 |
| 274 | 2026-05-22T15:39:13.126Z | Downloaded rusty-fork v0.3.1 |
| 275 | 2026-05-22T15:39:13.129Z | Downloaded try-lock v0.2.5 |
| 276 | 2026-05-22T15:39:13.129Z | Downloaded darling_core v0.21.3 |
| 277 | 2026-05-22T15:39:13.133Z | Downloaded stable_deref_trait v1.2.1 |
| 278 | 2026-05-22T15:39:13.133Z | Downloaded slog-json v2.6.1 |
| 279 | 2026-05-22T15:39:13.133Z | Downloaded serde_path_to_error v0.1.20 |
| 280 | 2026-05-22T15:39:13.136Z | Downloaded slog-term v2.9.2 |
| 281 | 2026-05-22T15:39:13.136Z | Downloaded pest_generator v2.8.6 |
| 282 | 2026-05-22T15:39:13.136Z | Downloaded version_check v0.9.5 |
| 283 | 2026-05-22T15:39:13.139Z | Downloaded pin-project-lite v0.2.17 |
| 284 | 2026-05-22T15:39:13.142Z | Downloaded serde_with_macros v3.17.0 |
| 285 | 2026-05-22T15:39:13.142Z | Downloaded usdt v0.6.0 |
| 286 | 2026-05-22T15:39:13.142Z | Downloaded slog-async v2.8.0 |
| 287 | 2026-05-22T15:39:13.142Z | Downloaded usdt-macro v0.6.0 |
| 288 | 2026-05-22T15:39:13.145Z | Downloaded want v0.3.1 |
| 289 | 2026-05-22T15:39:13.145Z | Downloaded waitgroup v0.1.2 |
| 290 | 2026-05-22T15:39:13.145Z | Downloaded utf8_iter v1.0.4 |
| 291 | 2026-05-22T15:39:13.145Z | Downloaded wait-timeout v0.2.1 |
| 292 | 2026-05-22T15:39:13.145Z | Downloaded unarray v0.1.4 |
| 293 | 2026-05-22T15:39:13.148Z | Downloaded take_mut v0.2.2 |
| 294 | 2026-05-22T15:39:13.148Z | Downloaded simd-adler32 v0.3.8 |
| 295 | 2026-05-22T15:39:13.148Z | Downloaded digest v0.10.7 |
| 296 | 2026-05-22T15:39:13.148Z | Downloaded usdt-attr-macro v0.6.0 |
| 297 | 2026-05-22T15:39:13.148Z | Downloaded async-trait v0.1.89 |
| 298 | 2026-05-22T15:39:13.151Z | Downloaded sha2 v0.10.9 |
| 299 | 2026-05-22T15:39:13.154Z | Downloaded thread_local v1.1.9 |
| 300 | 2026-05-22T15:39:13.154Z | Downloaded thiserror-impl v1.0.69 |
| 301 | 2026-05-22T15:39:13.154Z | Downloaded tinystr v0.8.2 |
| 302 | 2026-05-22T15:39:13.154Z | Downloaded zerofrom-derive v0.1.6 |
| 303 | 2026-05-22T15:39:13.158Z | Downloaded yoke-derive v0.8.1 |
| 304 | 2026-05-22T15:39:13.158Z | Downloaded httparse v1.10.1 |
| 305 | 2026-05-22T15:39:13.158Z | Downloaded thiserror-impl v2.0.18 |
| 306 | 2026-05-22T15:39:13.158Z | Downloaded thiserror v1.0.69 |
| 307 | 2026-05-22T15:39:13.161Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 308 | 2026-05-22T15:39:13.164Z | Downloaded time-macros v0.2.27 |
| 309 | 2026-05-22T15:39:13.164Z | Downloaded zerofrom v0.1.6 |
| 310 | 2026-05-22T15:39:13.164Z | Downloaded daft v0.1.7 |
| 311 | 2026-05-22T15:39:13.164Z | Downloaded tokio-rustls v0.25.0 |
| 312 | 2026-05-22T15:39:13.167Z | Downloaded quinn-udp v0.5.14 |
| 313 | 2026-05-22T15:39:13.167Z | Downloaded lock_api v0.4.14 |
| 314 | 2026-05-22T15:39:13.167Z | Downloaded synstructure v0.13.2 |
| 315 | 2026-05-22T15:39:13.170Z | Downloaded strum_macros v0.27.2 |
| 316 | 2026-05-22T15:39:13.170Z | Downloaded serde_derive_internals v0.29.1 |
| 317 | 2026-05-22T15:39:13.170Z | Downloaded bit-vec v0.8.0 |
| 318 | 2026-05-22T15:39:13.173Z | Downloaded litemap v0.8.1 |
| 319 | 2026-05-22T15:39:13.178Z | Downloaded once_cell v1.21.3 |
| 320 | 2026-05-22T15:39:13.181Z | Downloaded slab v0.4.12 |
| 321 | 2026-05-22T15:39:13.185Z | Downloaded untrusted v0.9.0 |
| 322 | 2026-05-22T15:39:13.185Z | Downloaded rustls-platform-verifier v0.6.2 |
| 323 | 2026-05-22T15:39:13.188Z | Downloaded serde_core v1.0.228 |
| 324 | 2026-05-22T15:39:13.192Z | Downloaded getrandom v0.4.1 |
| 325 | 2026-05-22T15:39:13.199Z | Downloaded spin v0.9.8 |
| 326 | 2026-05-22T15:39:13.202Z | Downloaded zerovec-derive v0.11.2 |
| 327 | 2026-05-22T15:39:13.202Z | Downloaded writeable v0.6.2 |
| 328 | 2026-05-22T15:39:13.202Z | Downloaded strum_macros v0.26.4 |
| 329 | 2026-05-22T15:39:13.205Z | Downloaded backon v1.6.0 |
| 330 | 2026-05-22T15:39:13.205Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 331 | 2026-05-22T15:39:13.209Z | Downloaded daft-derive v0.1.7 |
| 332 | 2026-05-22T15:39:13.209Z | Downloaded anyhow v1.0.102 |
| 333 | 2026-05-22T15:39:13.212Z | Downloaded num-traits v0.2.19 |
| 334 | 2026-05-22T15:39:13.215Z | Downloaded tempfile v3.25.0 |
| 335 | 2026-05-22T15:39:13.218Z | Downloaded term v1.2.1 |
| 336 | 2026-05-22T15:39:13.221Z | Downloaded ryu v1.0.23 |
| 337 | 2026-05-22T15:39:13.221Z | Downloaded yoke v0.8.1 |
| 338 | 2026-05-22T15:39:13.221Z | Downloaded semver v1.0.28 |
| 339 | 2026-05-22T15:39:13.224Z | Downloaded zeroize v1.8.2 |
| 340 | 2026-05-22T15:39:13.224Z | Downloaded getrandom v0.3.4 |
| 341 | 2026-05-22T15:39:13.228Z | Downloaded zmij v1.0.21 |
| 342 | 2026-05-22T15:39:13.228Z | Downloaded progenitor-extras v0.2.0 |
| 343 | 2026-05-22T15:39:13.228Z | Downloaded usdt-impl v0.6.0 |
| 344 | 2026-05-22T15:39:13.231Z | Downloaded darling v0.21.3 |
| 345 | 2026-05-22T15:39:13.234Z | Downloaded getrandom v0.2.17 |
| 346 | 2026-05-22T15:39:13.234Z | Downloaded socket2 v0.6.3 |
| 347 | 2026-05-22T15:39:13.237Z | Downloaded smallvec v1.15.1 |
| 348 | 2026-05-22T15:39:13.237Z | Downloaded dropshot_endpoint v0.17.0 |
| 349 | 2026-05-22T15:39:13.241Z | Downloaded ucd-trie v0.1.7 |
| 350 | 2026-05-22T15:39:13.241Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 351 | 2026-05-22T15:39:13.244Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 352 | 2026-05-22T15:39:13.247Z | Downloaded icu_locale_core v2.1.1 |
| 353 | 2026-05-22T15:39:13.250Z | Downloaded tokio-rustls v0.26.4 |
| 354 | 2026-05-22T15:39:13.250Z | Downloaded slog v2.8.2 |
| 355 | 2026-05-22T15:39:13.253Z | Downloaded schemars v0.8.22 |
| 356 | 2026-05-22T15:39:13.256Z | Downloaded unicode-ident v1.0.24 |
| 357 | 2026-05-22T15:39:13.260Z | Downloaded serde_derive v1.0.228 |
| 358 | 2026-05-22T15:39:13.263Z | Downloaded serde v1.0.228 |
| 359 | 2026-05-22T15:39:13.263Z | Downloaded pest v2.8.6 |
| 360 | 2026-05-22T15:39:13.266Z | Downloaded uuid v1.23.0 |
| 361 | 2026-05-22T15:39:13.269Z | Downloaded thiserror v2.0.18 |
| 362 | 2026-05-22T15:39:13.272Z | Downloaded test-strategy v0.4.5 |
| 363 | 2026-05-22T15:39:13.272Z | Downloaded icu_normalizer v2.1.1 |
| 364 | 2026-05-22T15:39:13.275Z | Downloaded pest_meta v2.8.6 |
| 365 | 2026-05-22T15:39:13.275Z | Downloaded allocator-api2 v0.2.21 |
| 366 | 2026-05-22T15:39:13.278Z | Downloaded rustls-webpki v0.103.9 |
| 367 | 2026-05-22T15:39:13.278Z | Downloaded quinn v0.11.9 |
| 368 | 2026-05-22T15:39:13.281Z | Downloaded tinyvec v1.10.0 |
| 369 | 2026-05-22T15:39:13.285Z | Downloaded rand v0.9.2 |
| 370 | 2026-05-22T15:39:13.288Z | Downloaded cc v1.2.56 |
| 371 | 2026-05-22T15:39:13.291Z | Downloaded rand v0.8.6 |
| 372 | 2026-05-22T15:39:13.291Z | Downloaded zerotrie v0.2.3 |
| 373 | 2026-05-22T15:39:13.294Z | Downloaded crossbeam-channel v0.5.15 |
| 374 | 2026-05-22T15:39:13.297Z | Downloaded indexmap v2.14.0 |
| 375 | 2026-05-22T15:39:13.297Z | Downloaded base64 v0.22.1 |
| 376 | 2026-05-22T15:39:13.304Z | Downloaded hyper v1.8.1 |
| 377 | 2026-05-22T15:39:13.313Z | Downloaded tracing-core v0.1.36 |
| 378 | 2026-05-22T15:39:13.316Z | Downloaded goblin v0.10.5 |
| 379 | 2026-05-22T15:39:13.319Z | Downloaded typenum v1.19.0 |
| 380 | 2026-05-22T15:39:13.322Z | Downloaded icu_collections v2.1.1 |
| 381 | 2026-05-22T15:39:13.325Z | Downloaded icu_normalizer_data v2.1.1 |
| 382 | 2026-05-22T15:39:13.328Z | Downloaded http v1.4.0 |
| 383 | 2026-05-22T15:39:13.331Z | Downloaded async-compression v0.4.41 |
| 384 | 2026-05-22T15:39:13.340Z | Downloaded flate2 v1.1.9 |
| 385 | 2026-05-22T15:39:13.343Z | Downloaded url v2.5.8 |
| 386 | 2026-05-22T15:39:13.354Z | Downloaded iri-string v0.7.10 |
| 387 | 2026-05-22T15:39:13.363Z | Downloaded zerocopy-derive v0.8.40 |
| 388 | 2026-05-22T15:39:13.367Z | Downloaded reqwest v0.12.28 |
| 389 | 2026-05-22T15:39:13.370Z | Downloaded itertools v0.14.0 |
| 390 | 2026-05-22T15:39:13.374Z | Downloaded tower v0.5.3 |
| 391 | 2026-05-22T15:39:13.379Z | Downloaded hyper-util v0.1.20 |
| 392 | 2026-05-22T15:39:13.382Z | Downloaded reqwest v0.13.2 |
| 393 | 2026-05-22T15:39:13.385Z | Downloaded regex v1.12.3 |
| 394 | 2026-05-22T15:39:13.388Z | Downloaded futures-util v0.3.32 |
| 395 | 2026-05-22T15:39:13.393Z | Downloaded hashbrown v0.16.1 |
| 396 | 2026-05-22T15:39:13.396Z | Downloaded idna v1.1.0 |
| 397 | 2026-05-22T15:39:13.401Z | Downloaded icu_properties_data v2.1.2 |
| 398 | 2026-05-22T15:39:13.406Z | Downloaded zerovec v0.11.5 |
| 399 | 2026-05-22T15:39:13.409Z | Downloaded tower-http v0.6.8 |
| 400 | 2026-05-22T15:39:13.412Z | Downloaded h2 v0.4.13 |
| 401 | 2026-05-22T15:39:13.416Z | Downloaded serde_json v1.0.149 |
| 402 | 2026-05-22T15:39:13.420Z | Downloaded rustls-webpki v0.102.8 |
| 403 | 2026-05-22T15:39:13.429Z | Downloaded serde_with v3.17.0 |
| 404 | 2026-05-22T15:39:13.435Z | Downloaded proptest v1.10.0 |
| 405 | 2026-05-22T15:39:13.440Z | Downloaded winnow v0.7.14 |
| 406 | 2026-05-22T15:39:13.445Z | Downloaded hashbrown v0.17.0 |
| 407 | 2026-05-22T15:39:13.448Z | Downloaded aws-lc-rs v1.16.3 |
| 408 | 2026-05-22T15:39:13.453Z | Downloaded time v0.3.47 |
| 409 | 2026-05-22T15:39:13.459Z | Downloaded chrono v0.4.44 |
| 410 | 2026-05-22T15:39:13.463Z | Downloaded tokio-util v0.7.18 |
| 411 | 2026-05-22T15:39:13.469Z | Downloaded dropshot v0.17.0 |
| 412 | 2026-05-22T15:39:13.481Z | Downloaded quinn-proto v0.11.13 |
| 413 | 2026-05-22T15:39:13.489Z | Downloaded zerocopy v0.8.40 |
| 414 | 2026-05-22T15:39:13.493Z | Downloaded rustls v0.22.4 |
| 415 | 2026-05-22T15:39:13.502Z | Downloaded syn v2.0.117 |
| 416 | 2026-05-22T15:39:13.516Z | Downloaded regress v0.10.5 |
| 417 | 2026-05-22T15:39:13.520Z | Downloaded openapiv3 v2.2.0 |
| 418 | 2026-05-22T15:39:13.525Z | Downloaded rustls v0.23.37 |
| 419 | 2026-05-22T15:39:13.531Z | Downloaded rustix v1.1.3 |
| 420 | 2026-05-22T15:39:13.544Z | Downloaded regex-syntax v0.8.10 |
| 421 | 2026-05-22T15:39:13.570Z | Downloaded tracing v0.1.44 |
| 422 | 2026-05-22T15:39:13.590Z | Downloaded tokio v1.52.1 |
| 423 | 2026-05-22T15:39:13.611Z | Downloaded regex-automata v0.4.14 |
| 424 | 2026-05-22T15:39:13.634Z | Downloaded libc v0.2.185 |
| 425 | 2026-05-22T15:39:13.673Z | Downloaded encoding_rs v0.8.35 |
| 426 | 2026-05-22T15:39:13.684Z | Downloaded ring v0.17.14 |
| 427 | 2026-05-22T15:39:14.198Z | Downloaded aws-lc-sys v0.40.0 |
| 428 | 2026-05-22T15:39:14.385Z | Compiling proc-macro2 v1.0.106 |
| 429 | 2026-05-22T15:39:14.385Z | Compiling quote v1.0.45 |
| 430 | 2026-05-22T15:39:14.388Z | Compiling unicode-ident v1.0.24 |
| 431 | 2026-05-22T15:39:14.388Z | Compiling libc v0.2.185 |
| 432 | 2026-05-22T15:39:14.388Z | Checking cfg-if v1.0.4 |
| 433 | 2026-05-22T15:39:14.388Z | Compiling serde_core v1.0.228 |
| 434 | 2026-05-22T15:39:14.388Z | Checking memchr v2.8.0 |
| 435 | 2026-05-22T15:39:14.388Z | Checking itoa v1.0.17 |
| 436 | 2026-05-22T15:39:14.543Z | Compiling serde v1.0.228 |
| 437 | 2026-05-22T15:39:14.609Z | Compiling zmij v1.0.21 |
| 438 | 2026-05-22T15:39:14.634Z | Compiling serde_json v1.0.149 |
| 439 | 2026-05-22T15:39:14.877Z | Checking pin-project-lite v0.2.17 |
| 440 | 2026-05-22T15:39:14.884Z | Checking smallvec v1.15.1 |
| 441 | 2026-05-22T15:39:14.892Z | Compiling find-msvc-tools v0.1.9 |
| 442 | 2026-05-22T15:39:14.931Z | Compiling shlex v1.3.0 |
| 443 | 2026-05-22T15:39:15.069Z | Checking bytes v1.11.1 |
| 444 | 2026-05-22T15:39:15.101Z | Checking futures-core v0.3.32 |
| 445 | 2026-05-22T15:39:15.114Z | Compiling parking_lot_core v0.9.12 |
| 446 | 2026-05-22T15:39:15.157Z | Checking scopeguard v1.2.0 |
| 447 | 2026-05-22T15:39:15.196Z | Checking errno v0.3.14 |
| 448 | 2026-05-22T15:39:15.208Z | Compiling jobserver v0.1.34 |
| 449 | 2026-05-22T15:39:15.233Z | Checking socket2 v0.6.3 |
| 450 | 2026-05-22T15:39:15.245Z | Checking lock_api v0.4.14 |
| 451 | 2026-05-22T15:39:15.296Z | Checking signal-hook-registry v1.4.8 |
| 452 | 2026-05-22T15:39:15.429Z | Compiling cc v1.2.56 |
| 453 | 2026-05-22T15:39:15.439Z | Checking mio v1.2.0 |
| 454 | 2026-05-22T15:39:15.527Z | Checking once_cell v1.21.3 |
| 455 | 2026-05-22T15:39:15.546Z | Checking parking_lot v0.12.5 |
| 456 | 2026-05-22T15:39:15.668Z | Compiling syn v2.0.117 |
| 457 | 2026-05-22T15:39:15.685Z | Checking futures-sink v0.3.32 |
| 458 | 2026-05-22T15:39:15.695Z | Checking stable_deref_trait v1.2.1 |
| 459 | 2026-05-22T15:39:15.704Z | Compiling getrandom v0.4.1 |
| 460 | 2026-05-22T15:39:15.715Z | Checking zeroize v1.8.2 |
| 461 | 2026-05-22T15:39:15.754Z | Checking slab v0.4.12 |
| 462 | 2026-05-22T15:39:15.768Z | Compiling autocfg v1.5.0 |
| 463 | 2026-05-22T15:39:15.842Z | Checking futures-channel v0.3.32 |
| 464 | 2026-05-22T15:39:15.895Z | Compiling rustversion v1.0.22 |
| 465 | 2026-05-22T15:39:15.954Z | Checking equivalent v1.0.2 |
| 466 | 2026-05-22T15:39:16.023Z | Compiling thiserror v2.0.18 |
| 467 | 2026-05-22T15:39:16.042Z | Checking rustls-pki-types v1.14.0 |
| 468 | 2026-05-22T15:39:16.099Z | Compiling num-traits v0.2.19 |
| 469 | 2026-05-22T15:39:16.144Z | Compiling cmake v0.1.57 |
| 470 | 2026-05-22T15:39:16.257Z | Checking http v1.4.0 |
| 471 | 2026-05-22T15:39:16.313Z | Checking futures-io v0.3.32 |
| 472 | 2026-05-22T15:39:16.412Z | Compiling fs_extra v1.3.0 |
| 473 | 2026-05-22T15:39:16.449Z | Checking futures-task v0.3.32 |
| 474 | 2026-05-22T15:39:16.473Z | Compiling zerocopy v0.8.40 |
| 475 | 2026-05-22T15:39:16.524Z | Compiling dunce v1.0.5 |
| 476 | 2026-05-22T15:39:16.676Z | Compiling aws-lc-sys v0.40.0 |
| 477 | 2026-05-22T15:39:16.802Z | Checking untrusted v0.9.0 |
| 478 | 2026-05-22T15:39:16.872Z | Checking log v0.4.29 |
| 479 | 2026-05-22T15:39:16.898Z | Compiling version_check v0.9.5 |
| 480 | 2026-05-22T15:39:16.907Z | Checking fnv v1.0.7 |
| 481 | 2026-05-22T15:39:16.986Z | Compiling httparse v1.10.1 |
| 482 | 2026-05-22T15:39:17.005Z | Checking litemap v0.8.1 |
| 483 | 2026-05-22T15:39:17.111Z | Checking writeable v0.6.2 |
| 484 | 2026-05-22T15:39:17.163Z | Compiling ucd-trie v0.1.7 |
| 485 | 2026-05-22T15:39:17.163Z | Checking hashbrown v0.17.0 |
| 486 | 2026-05-22T15:39:17.181Z | Checking iana-time-zone v0.1.65 |
| 487 | 2026-05-22T15:39:17.272Z | Checking http-body v1.0.1 |
| 488 | 2026-05-22T15:39:17.348Z | Compiling pest v2.8.6 |
| 489 | 2026-05-22T15:39:17.382Z | Checking tracing-core v0.1.36 |
| 490 | 2026-05-22T15:39:17.392Z | Compiling icu_properties_data v2.1.2 |
| 491 | 2026-05-22T15:39:17.589Z | Checking atomic-waker v1.1.2 |
| 492 | 2026-05-22T15:39:17.604Z | Checking percent-encoding v2.3.2 |
| 493 | 2026-05-22T15:39:17.658Z | Checking indexmap v2.14.0 |
| 494 | 2026-05-22T15:39:17.695Z | Compiling aws-lc-rs v1.16.3 |
| 495 | 2026-05-22T15:39:17.722Z | Compiling schemars v0.8.22 |
| 496 | 2026-05-22T15:39:17.778Z | Checking bitflags v2.11.0 |
| 497 | 2026-05-22T15:39:17.929Z | Compiling icu_normalizer_data v2.1.1 |
| 498 | 2026-05-22T15:39:17.954Z | Checking tracing v0.1.44 |
| 499 | 2026-05-22T15:39:18.130Z | Checking uuid v1.23.0 |
| 500 | 2026-05-22T15:39:18.153Z | Checking semver v1.0.28 |
| 501 | 2026-05-22T15:39:18.187Z | Checking subtle v2.6.1 |
| 502 | 2026-05-22T15:39:18.218Z | Checking tower-layer v0.3.3 |
| 503 | 2026-05-22T15:39:18.313Z | Checking try-lock v0.2.5 |
| 504 | 2026-05-22T15:39:18.350Z | Checking tower-service v0.3.3 |
| 505 | 2026-05-22T15:39:18.360Z | Checking dyn-clone v1.0.20 |
| 506 | 2026-05-22T15:39:18.400Z | Compiling synstructure v0.13.2 |
| 507 | 2026-05-22T15:39:18.409Z | Compiling serde_derive_internals v0.29.1 |
| 508 | 2026-05-22T15:39:18.428Z | Compiling pest_meta v2.8.6 |
| 509 | 2026-05-22T15:39:18.447Z | Checking base64 v0.22.1 |
| 510 | 2026-05-22T15:39:18.589Z | Checking want v0.3.1 |
| 511 | 2026-05-22T15:39:18.777Z | Compiling slog v2.8.2 |
| 512 | 2026-05-22T15:39:18.798Z | Checking getrandom v0.2.17 |
| 513 | 2026-05-22T15:39:18.859Z | Compiling heck v0.5.0 |
| 514 | 2026-05-22T15:39:18.930Z | Checking httpdate v1.0.3 |
| 515 | 2026-05-22T15:39:18.930Z | Checking pin-utils v0.1.0 |
| 516 | 2026-05-22T15:39:18.995Z | Checking form_urlencoded v1.2.2 |
| 517 | 2026-05-22T15:39:18.998Z | Checking ipnet v2.11.0 |
| 518 | 2026-05-22T15:39:19.054Z | Compiling pest_generator v2.8.6 |
| 519 | 2026-05-22T15:39:19.114Z | Compiling getrandom v0.3.4 |
| 520 | 2026-05-22T15:39:19.188Z | Compiling rustls v0.23.37 |
| 521 | 2026-05-22T15:39:19.213Z | Compiling typenum v1.19.0 |
| 522 | 2026-05-22T15:39:19.380Z | Compiling generic-array v0.14.7 |
| 523 | 2026-05-22T15:39:19.441Z | Compiling ring v0.17.14 |
| 524 | 2026-05-22T15:39:19.459Z | Checking sync_wrapper v1.0.2 |
| 525 | 2026-05-22T15:39:19.551Z | Checking ryu v1.0.23 |
| 526 | 2026-05-22T15:39:19.583Z | Checking utf8_iter v1.0.4 |
| 527 | 2026-05-22T15:39:19.651Z | Compiling paste v1.0.15 |
| 528 | 2026-05-22T15:39:19.673Z | Compiling serde_derive v1.0.228 |
| 529 | 2026-05-22T15:39:19.683Z | Compiling tokio-macros v2.7.0 |
| 530 | 2026-05-22T15:39:19.698Z | Compiling zerofrom-derive v0.1.6 |
| 531 | 2026-05-22T15:39:19.756Z | Compiling yoke-derive v0.8.1 |
| 532 | 2026-05-22T15:39:19.792Z | Compiling zerocopy-derive v0.8.40 |
| 533 | 2026-05-22T15:39:19.907Z | Compiling zerovec-derive v0.11.2 |
| 534 | 2026-05-22T15:39:19.921Z | Compiling displaydoc v0.2.5 |
| 535 | 2026-05-22T15:39:20.349Z | Checking tokio v1.52.1 |
| 536 | 2026-05-22T15:39:20.602Z | Compiling thiserror-impl v2.0.18 |
| 537 | 2026-05-22T15:39:20.720Z | Compiling futures-macro v0.3.32 |
| 538 | 2026-05-22T15:39:20.807Z | Checking zerofrom v0.1.6 |
| 539 | 2026-05-22T15:39:20.915Z | Checking yoke v0.8.1 |
| 540 | 2026-05-22T15:39:20.922Z | Compiling schemars_derive v0.8.22 |
| 541 | 2026-05-22T15:39:21.068Z | Checking zerovec v0.11.5 |
| 542 | 2026-05-22T15:39:21.484Z | Checking futures-util v0.3.32 |
| 543 | 2026-05-22T15:39:21.487Z | Checking tinystr v0.8.2 |
| 544 | 2026-05-22T15:39:21.647Z | Checking icu_locale_core v2.1.1 |
| 545 | 2026-05-22T15:39:21.764Z | Checking potential_utf v0.1.4 |
| 546 | 2026-05-22T15:39:21.883Z | Checking zerotrie v0.2.3 |
| 547 | 2026-05-22T15:39:22.057Z | Checking icu_collections v2.1.1 |
| 548 | 2026-05-22T15:39:22.108Z | Compiling pest_derive v2.8.6 |
| 549 | 2026-05-22T15:39:22.169Z | Checking icu_provider v2.1.1 |
| 550 | 2026-05-22T15:39:22.380Z | Checking icu_properties v2.1.2 |
| 551 | 2026-05-22T15:39:22.565Z | Checking icu_normalizer v2.1.1 |
| 552 | 2026-05-22T15:39:22.593Z | Checking chrono v0.4.44 |
| 553 | 2026-05-22T15:39:22.815Z | Checking erased-serde v0.3.31 |
| 554 | 2026-05-22T15:39:22.854Z | Compiling serde_tokenstream v0.2.3 |
| 555 | 2026-05-22T15:39:23.152Z | Checking idna_adapter v1.2.1 |
| 556 | 2026-05-22T15:39:23.265Z | Checking tokio-util v0.7.18 |
| 557 | 2026-05-22T15:39:23.299Z | Checking idna v1.1.0 |
| 558 | 2026-05-22T15:39:23.310Z | Checking tower v0.5.3 |
| 559 | 2026-05-22T15:39:23.412Z | Checking serde_urlencoded v0.7.1 |
| 560 | 2026-05-22T15:39:23.650Z | Checking h2 v0.4.13 |
| 561 | 2026-05-22T15:39:23.698Z | Compiling structmeta-derive v0.3.0 |
| 562 | 2026-05-22T15:39:23.736Z | Checking ppv-lite86 v0.2.21 |
| 563 | 2026-05-22T15:39:23.981Z | Compiling scroll_derive v0.13.1 |
| 564 | 2026-05-22T15:39:24.412Z | Checking http-body-util v0.1.3 |
| 565 | 2026-05-22T15:39:24.543Z | Checking fastrand v2.3.0 |
| 566 | 2026-05-22T15:39:24.614Z | Checking powerfmt v0.2.0 |
| 567 | 2026-05-22T15:39:24.645Z | Compiling rustix v1.1.3 |
| 568 | 2026-05-22T15:39:24.734Z | Compiling crc32fast v1.5.0 |
| 569 | 2026-05-22T15:39:24.754Z | Compiling time-core v0.1.8 |
| 570 | 2026-05-22T15:39:24.766Z | Compiling num-conv v0.2.0 |
| 571 | 2026-05-22T15:39:24.879Z | Compiling usdt-impl v0.6.0 |
| 572 | 2026-05-22T15:39:24.882Z | Checking iri-string v0.7.10 |
| 573 | 2026-05-22T15:39:25.151Z | Compiling time-macros v0.2.27 |
| 574 | 2026-05-22T15:39:25.194Z | Checking deranged v0.5.8 |
| 575 | 2026-05-22T15:39:25.371Z | Checking scroll v0.13.0 |
| 576 | 2026-05-22T15:39:25.405Z | Checking hyper v1.8.1 |
| 577 | 2026-05-22T15:39:25.584Z | Compiling structmeta v0.3.0 |
| 578 | 2026-05-22T15:39:25.838Z | Checking tower-http v0.6.8 |
| 579 | 2026-05-22T15:39:26.063Z | Checking rand_core v0.9.5 |
| 580 | 2026-05-22T15:39:26.075Z | Checking ipnetwork v0.21.1 |
| 581 | 2026-05-22T15:39:26.174Z | Compiling dof v0.4.0 |
| 582 | 2026-05-22T15:39:26.215Z | Checking url v2.5.8 |
| 583 | 2026-05-22T15:39:26.250Z | Compiling dtrace-parser v0.3.0 |
| 584 | 2026-05-22T15:39:26.254Z | Checking hyper-util v0.1.20 |
| 585 | 2026-05-22T15:39:26.340Z | Compiling thread-id v5.1.0 |
| 586 | 2026-05-22T15:39:26.501Z | Compiling ident_case v1.0.1 |
| 587 | 2026-05-22T15:39:26.580Z | Checking plain v0.2.3 |
| 588 | 2026-05-22T15:39:26.654Z | Checking num_threads v0.1.7 |
| 589 | 2026-05-22T15:39:26.670Z | Compiling omicron-workspace-hack v0.1.0 |
| 590 | 2026-05-22T15:39:26.729Z | Compiling strsim v0.11.1 |
| 591 | 2026-05-22T15:39:26.825Z | Compiling crossbeam-utils v0.8.21 |
| 592 | 2026-05-22T15:39:26.837Z | Checking openssl-probe v0.2.1 |
| 593 | 2026-05-22T15:39:26.847Z | Compiling byteorder v1.5.0 |
| 594 | 2026-05-22T15:39:26.857Z | Checking regex-syntax v0.8.10 |
| 595 | 2026-05-22T15:39:26.928Z | Checking simd-adler32 v0.3.8 |
| 596 | 2026-05-22T15:39:27.001Z | Checking adler2 v2.0.1 |
| 597 | 2026-05-22T15:39:27.054Z | Checking rustls-native-certs v0.8.3 |
| 598 | 2026-05-22T15:39:27.092Z | Checking miniz_oxide v0.8.9 |
| 599 | 2026-05-22T15:39:27.114Z | Compiling darling_core v0.21.3 |
| 600 | 2026-05-22T15:39:27.177Z | Checking time v0.3.47 |
| 601 | 2026-05-22T15:39:27.269Z | Checking goblin v0.10.5 |
| 602 | 2026-05-22T15:39:27.559Z | Checking oxnet v0.1.4 |
| 603 | 2026-05-22T15:39:28.120Z | Checking newtype-uuid v1.3.2 |
| 604 | 2026-05-22T15:39:28.124Z | Compiling daft-derive v0.1.7 |
| 605 | 2026-05-22T15:39:28.276Z | Compiling aho-corasick v1.1.4 |
| 606 | 2026-05-22T15:39:28.436Z | Compiling camino v1.2.2 |
| 607 | 2026-05-22T15:39:28.498Z | Checking pretty-hex v0.4.1 |
| 608 | 2026-05-22T15:39:28.604Z | Compiling rustls v0.22.4 |
| 609 | 2026-05-22T15:39:28.821Z | Checking daft v0.1.7 |
| 610 | 2026-05-22T15:39:28.851Z | Checking tempfile v3.25.0 |
| 611 | 2026-05-22T15:39:28.975Z | Checking rustls-webpki v0.102.8 |
| 612 | 2026-05-22T15:39:29.028Z | Checking flate2 v1.1.9 |
| 613 | 2026-05-22T15:39:29.162Z | Compiling darling_macro v0.21.3 |
| 614 | 2026-05-22T15:39:29.305Z | Checking rand_chacha v0.9.0 |
| 615 | 2026-05-22T15:39:29.487Z | Checking crypto-common v0.1.7 |
| 616 | 2026-05-22T15:39:29.591Z | Checking block-buffer v0.10.4 |
| 617 | 2026-05-22T15:39:29.620Z | Checking rand_core v0.6.4 |
| 618 | 2026-05-22T15:39:29.653Z | Compiling multer v3.1.0 |
| 619 | 2026-05-22T15:39:29.700Z | Checking wait-timeout v0.2.1 |
| 620 | 2026-05-22T15:39:29.771Z | Checking thread_local v1.1.9 |
| 621 | 2026-05-22T15:39:29.809Z | Checking bit-vec v0.8.0 |
| 622 | 2026-05-22T15:39:29.852Z | Checking match_cfg v0.1.0 |
| 623 | 2026-05-22T15:39:29.911Z | Compiling regex-automata v0.4.14 |
| 624 | 2026-05-22T15:39:29.989Z | Compiling anyhow v1.0.102 |
| 625 | 2026-05-22T15:39:30.110Z | Checking foldhash v0.2.0 |
| 626 | 2026-05-22T15:39:30.121Z | Compiling slog-async v2.8.0 |
| 627 | 2026-05-22T15:39:30.251Z | Compiling ref-cast v1.0.25 |
| 628 | 2026-05-22T15:39:30.289Z | Checking compression-core v0.4.31 |
| 629 | 2026-05-22T15:39:30.408Z | Checking winnow v0.7.14 |
| 630 | 2026-05-22T15:39:30.425Z | Checking quick-error v1.2.3 |
| 631 | 2026-05-22T15:39:30.426Z | Compiling thiserror v1.0.69 |
| 632 | 2026-05-22T15:39:30.481Z | Checking allocator-api2 v0.2.21 |
| 633 | 2026-05-22T15:39:30.520Z | Checking rusty-fork v0.3.1 |
| 634 | 2026-05-22T15:39:30.598Z | Checking compression-codecs v0.4.37 |
| 635 | 2026-05-22T15:39:30.747Z | Checking hashbrown v0.16.1 |
| 636 | 2026-05-22T15:39:30.859Z | Checking bit-set v0.8.0 |
| 637 | 2026-05-22T15:39:30.934Z | Checking hostname v0.3.1 |
| 638 | 2026-05-22T15:39:31.018Z | Checking rand_chacha v0.3.1 |
| 639 | 2026-05-22T15:39:31.037Z | Checking digest v0.10.7 |
| 640 | 2026-05-22T15:39:31.188Z | Compiling darling v0.21.3 |
| 641 | 2026-05-22T15:39:31.188Z | Checking crossbeam-channel v0.5.15 |
| 642 | 2026-05-22T15:39:31.224Z | Checking rand v0.9.2 |
| 643 | 2026-05-22T15:39:31.444Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 644 | 2026-05-22T15:39:31.496Z | Checking slog-json v2.6.1 |
| 645 | 2026-05-22T15:39:31.523Z | Compiling regex v1.12.3 |
| 646 | 2026-05-22T15:39:31.634Z | Compiling usdt-attr-macro v0.6.0 |
| 647 | 2026-05-22T15:39:31.667Z | Compiling usdt-macro v0.6.0 |
| 648 | 2026-05-22T15:39:31.750Z | Checking rand_xorshift v0.4.0 |
| 649 | 2026-05-22T15:39:31.857Z | Compiling derive-ex v0.1.8 |
| 650 | 2026-05-22T15:39:31.904Z | Checking futures-executor v0.3.32 |
| 651 | 2026-05-22T15:39:32.037Z | Compiling async-stream-impl v0.3.6 |
| 652 | 2026-05-22T15:39:32.047Z | Compiling strum_macros v0.26.4 |
| 653 | 2026-05-22T15:39:32.279Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 654 | 2026-05-22T15:39:32.298Z | Compiling async-trait v0.1.89 |
| 655 | 2026-05-22T15:39:32.408Z | Compiling thiserror-impl v1.0.69 |
| 656 | 2026-05-22T15:39:32.612Z | Compiling ref-cast-impl v1.0.25 |
| 657 | 2026-05-22T15:39:32.659Z | Compiling dropshot v0.17.0 |
| 658 | 2026-05-22T15:39:32.696Z | Checking serde_spanned v1.0.4 |
| 659 | 2026-05-22T15:39:32.817Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 660 | 2026-05-22T15:39:32.864Z | Checking is-terminal v0.4.17 |
| 661 | 2026-05-22T15:39:32.945Z | Checking memmap2 v0.9.10 |
| 662 | 2026-05-22T15:39:33.000Z | Checking encoding_rs v0.8.35 |
| 663 | 2026-05-22T15:39:33.096Z | Checking term v1.2.1 |
| 664 | 2026-05-22T15:39:33.158Z | Checking mime v0.3.17 |
| 665 | 2026-05-22T15:39:33.218Z | Checking spin v0.9.8 |
| 666 | 2026-05-22T15:39:33.315Z | Checking take_mut v0.2.2 |
| 667 | 2026-05-22T15:39:33.318Z | Checking unarray v0.1.4 |
| 668 | 2026-05-22T15:39:33.347Z | Checking hex v0.4.3 |
| 669 | 2026-05-22T15:39:33.404Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 670 | 2026-05-22T15:39:33.416Z | Checking cpufeatures v0.2.17 |
| 671 | 2026-05-22T15:39:33.473Z | Checking sha1 v0.10.6 |
| 672 | 2026-05-22T15:39:33.548Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 673 | 2026-05-22T15:39:33.568Z | Checking toml v1.0.6+spec-1.1.0 |
| 674 | 2026-05-22T15:39:33.576Z | Compiling dropshot_endpoint v0.17.0 |
| 675 | 2026-05-22T15:39:33.597Z | Checking proptest v1.10.0 |
| 676 | 2026-05-22T15:39:33.615Z | Checking strum v0.26.3 |
| 677 | 2026-05-22T15:39:33.679Z | Compiling test-strategy v0.4.5 |
| 678 | 2026-05-22T15:39:33.724Z | Checking slog-term v2.9.2 |
| 679 | 2026-05-22T15:39:33.853Z | Checking usdt v0.6.0 |
| 680 | 2026-05-22T15:39:33.975Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 681 | 2026-05-22T15:39:34.000Z | Checking tokio-rustls v0.25.0 |
| 682 | 2026-05-22T15:39:34.067Z | Checking async-stream v0.3.6 |
| 683 | 2026-05-22T15:39:34.106Z | Compiling parse-display-derive v0.10.0 |
| 684 | 2026-05-22T15:39:34.116Z | Checking futures v0.3.32 |
| 685 | 2026-05-22T15:39:34.179Z | Checking slog-bunyan v2.5.0 |
| 686 | 2026-05-22T15:39:34.188Z | Compiling serde_with_macros v3.17.0 |
| 687 | 2026-05-22T15:39:34.277Z | Checking rand v0.8.6 |
| 688 | 2026-05-22T15:39:34.618Z | Checking async-compression v0.4.41 |
| 689 | 2026-05-22T15:39:34.768Z | Checking reqwest v0.12.28 |
| 690 | 2026-05-22T15:39:34.945Z | Checking backon v1.6.0 |
| 691 | 2026-05-22T15:39:34.967Z | Compiling newtype-uuid-macros v0.1.0 |
| 692 | 2026-05-22T15:39:35.098Z | Checking openapiv3 v2.2.0 |
| 693 | 2026-05-22T15:39:35.123Z | Compiling strum_macros v0.27.2 |
| 694 | 2026-05-22T15:39:35.161Z | Checking waitgroup v0.1.2 |
| 695 | 2026-05-22T15:39:35.197Z | Checking serde_path_to_error v0.1.20 |
| 696 | 2026-05-22T15:39:35.249Z | Checking rustls-pemfile v2.2.0 |
| 697 | 2026-05-22T15:39:35.286Z | Checking hostname v0.4.2 |
| 698 | 2026-05-22T15:39:35.371Z | Checking instant v0.1.13 |
| 699 | 2026-05-22T15:39:35.372Z | Checking either v1.15.0 |
| 700 | 2026-05-22T15:39:35.447Z | Checking debug-ignore v1.0.5 |
| 701 | 2026-05-22T15:39:35.457Z | Checking backoff v0.4.0 |
| 702 | 2026-05-22T15:39:35.534Z | Checking progenitor-client v0.10.0 |
| 703 | 2026-05-22T15:39:35.549Z | Checking itertools v0.14.0 |
| 704 | 2026-05-22T15:39:35.559Z | Checking parse-display v0.10.0 |
| 705 | 2026-05-22T15:39:35.605Z | Checking serde_with v3.17.0 |
| 706 | 2026-05-22T15:39:35.690Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 707 | 2026-05-22T15:39:35.700Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 708 | 2026-05-22T15:39:35.717Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 709 | 2026-05-22T15:39:36.020Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 710 | 2026-05-22T15:39:36.098Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 711 | 2026-05-22T15:39:36.185Z | Checking iddqd v0.4.1 |
| 712 | 2026-05-22T15:39:36.238Z | Checking regress v0.10.5 |
| 713 | 2026-05-22T15:39:36.534Z | Checking macaddr v1.0.1 |
| 714 | 2026-05-22T15:39:36.562Z | Checking humantime v2.3.0 |
| 715 | 2026-05-22T15:39:36.872Z | Checking strum v0.27.2 |
| 716 | 2026-05-22T15:39:41.170Z | Checking rustls-webpki v0.103.9 |
| 717 | 2026-05-22T15:39:43.189Z | Checking tokio-rustls v0.26.4 |
| 718 | 2026-05-22T15:39:43.189Z | Checking rustls-platform-verifier v0.6.2 |
| 719 | 2026-05-22T15:39:43.362Z | Checking hyper-rustls v0.27.7 |
| 720 | 2026-05-22T15:39:43.495Z | Checking reqwest v0.13.2 |
| 721 | 2026-05-22T15:39:43.992Z | Checking progenitor-client v0.14.0 |
| 722 | 2026-05-22T15:39:44.152Z | Checking progenitor-extras v0.2.0 |
| 723 | 2026-05-22T15:39:44.305Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 724 | 2026-05-22T15:39:47.619Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 725 | 2026-05-22T15:39:47.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.10s |
| 726 | 2026-05-22T15:39:47.795Z | + cargo build --release |
| 727 | 2026-05-22T15:39:47.964Z | Compiling proc-macro2 v1.0.106 |
| 728 | 2026-05-22T15:39:47.964Z | Compiling quote v1.0.45 |
| 729 | 2026-05-22T15:39:47.964Z | Compiling unicode-ident v1.0.24 |
| 730 | 2026-05-22T15:39:47.964Z | Compiling libc v0.2.185 |
| 731 | 2026-05-22T15:39:47.964Z | Compiling cfg-if v1.0.4 |
| 732 | 2026-05-22T15:39:47.967Z | Compiling serde_core v1.0.228 |
| 733 | 2026-05-22T15:39:47.967Z | Compiling memchr v2.8.0 |
| 734 | 2026-05-22T15:39:47.967Z | Compiling itoa v1.0.17 |
| 735 | 2026-05-22T15:39:48.058Z | Compiling zmij v1.0.21 |
| 736 | 2026-05-22T15:39:48.097Z | Compiling serde v1.0.228 |
| 737 | 2026-05-22T15:39:48.229Z | Compiling serde_json v1.0.149 |
| 738 | 2026-05-22T15:39:48.296Z | Compiling pin-project-lite v0.2.17 |
| 739 | 2026-05-22T15:39:48.319Z | Compiling smallvec v1.15.1 |
| 740 | 2026-05-22T15:39:48.438Z | Compiling shlex v1.3.0 |
| 741 | 2026-05-22T15:39:48.446Z | Compiling find-msvc-tools v0.1.9 |
| 742 | 2026-05-22T15:39:48.612Z | Compiling bytes v1.11.1 |
| 743 | 2026-05-22T15:39:48.655Z | Compiling errno v0.3.14 |
| 744 | 2026-05-22T15:39:48.708Z | Compiling jobserver v0.1.34 |
| 745 | 2026-05-22T15:39:48.725Z | Compiling futures-core v0.3.32 |
| 746 | 2026-05-22T15:39:48.801Z | Compiling parking_lot_core v0.9.12 |
| 747 | 2026-05-22T15:39:48.860Z | Compiling scopeguard v1.2.0 |
| 748 | 2026-05-22T15:39:48.869Z | Compiling signal-hook-registry v1.4.8 |
| 749 | 2026-05-22T15:39:49.005Z | Compiling cc v1.2.56 |
| 750 | 2026-05-22T15:39:49.105Z | Compiling lock_api v0.4.14 |
| 751 | 2026-05-22T15:39:49.126Z | Compiling syn v2.0.117 |
| 752 | 2026-05-22T15:39:49.603Z | Compiling mio v1.2.0 |
| 753 | 2026-05-22T15:39:49.607Z | Compiling parking_lot v0.12.5 |
| 754 | 2026-05-22T15:39:49.607Z | Compiling socket2 v0.6.3 |
| 755 | 2026-05-22T15:39:49.607Z | Compiling once_cell v1.21.3 |
| 756 | 2026-05-22T15:39:49.725Z | Compiling stable_deref_trait v1.2.1 |
| 757 | 2026-05-22T15:39:49.795Z | Compiling futures-sink v0.3.32 |
| 758 | 2026-05-22T15:39:49.885Z | Compiling slab v0.4.12 |
| 759 | 2026-05-22T15:39:49.892Z | Compiling getrandom v0.4.1 |
| 760 | 2026-05-22T15:39:49.971Z | Compiling autocfg v1.5.0 |
| 761 | 2026-05-22T15:39:50.078Z | Compiling thiserror v2.0.18 |
| 762 | 2026-05-22T15:39:50.138Z | Compiling zeroize v1.8.2 |
| 763 | 2026-05-22T15:39:50.249Z | Compiling futures-channel v0.3.32 |
| 764 | 2026-05-22T15:39:50.254Z | Compiling equivalent v1.0.2 |
| 765 | 2026-05-22T15:39:50.285Z | Compiling rustversion v1.0.22 |
| 766 | 2026-05-22T15:39:50.312Z | Compiling num-traits v0.2.19 |
| 767 | 2026-05-22T15:39:50.324Z | Compiling rustls-pki-types v1.14.0 |
| 768 | 2026-05-22T15:39:50.396Z | Compiling cmake v0.1.57 |
| 769 | 2026-05-22T15:39:50.458Z | Compiling http v1.4.0 |
| 770 | 2026-05-22T15:39:50.482Z | Compiling futures-task v0.3.32 |
| 771 | 2026-05-22T15:39:50.635Z | Compiling dunce v1.0.5 |
| 772 | 2026-05-22T15:39:50.640Z | Compiling fs_extra v1.3.0 |
| 773 | 2026-05-22T15:39:50.666Z | Compiling futures-io v0.3.32 |
| 774 | 2026-05-22T15:39:50.716Z | Compiling zerocopy v0.8.40 |
| 775 | 2026-05-22T15:39:50.867Z | Compiling aws-lc-sys v0.40.0 |
| 776 | 2026-05-22T15:39:51.110Z | Compiling log v0.4.29 |
| 777 | 2026-05-22T15:39:51.150Z | Compiling fnv v1.0.7 |
| 778 | 2026-05-22T15:39:51.244Z | Compiling version_check v0.9.5 |
| 779 | 2026-05-22T15:39:51.310Z | Compiling untrusted v0.9.0 |
| 780 | 2026-05-22T15:39:51.499Z | Compiling writeable v0.6.2 |
| 781 | 2026-05-22T15:39:51.565Z | Compiling ucd-trie v0.1.7 |
| 782 | 2026-05-22T15:39:51.597Z | Compiling iana-time-zone v0.1.65 |
| 783 | 2026-05-22T15:39:51.722Z | Compiling hashbrown v0.17.0 |
| 784 | 2026-05-22T15:39:51.925Z | Compiling synstructure v0.13.2 |
| 785 | 2026-05-22T15:39:52.060Z | Compiling httparse v1.10.1 |
| 786 | 2026-05-22T15:39:52.238Z | Compiling litemap v0.8.1 |
| 787 | 2026-05-22T15:39:52.351Z | Compiling indexmap v2.14.0 |
| 788 | 2026-05-22T15:39:52.414Z | Compiling serde_derive_internals v0.29.1 |
| 789 | 2026-05-22T15:39:52.420Z | Compiling pest v2.8.6 |
| 790 | 2026-05-22T15:39:52.425Z | Compiling http-body v1.0.1 |
| 791 | 2026-05-22T15:39:52.563Z | Compiling tracing-core v0.1.36 |
| 792 | 2026-05-22T15:39:52.604Z | Compiling percent-encoding v2.3.2 |
| 793 | 2026-05-22T15:39:52.856Z | Compiling icu_properties_data v2.1.2 |
| 794 | 2026-05-22T15:39:53.016Z | Compiling serde_derive v1.0.228 |
| 795 | 2026-05-22T15:39:53.060Z | Compiling tokio-macros v2.7.0 |
| 796 | 2026-05-22T15:39:53.119Z | Compiling zerofrom-derive v0.1.6 |
| 797 | 2026-05-22T15:39:53.130Z | Compiling yoke-derive v0.8.1 |
| 798 | 2026-05-22T15:39:53.185Z | Compiling zerocopy-derive v0.8.40 |
| 799 | 2026-05-22T15:39:53.585Z | Compiling zerovec-derive v0.11.2 |
| 800 | 2026-05-22T15:39:53.608Z | Compiling displaydoc v0.2.5 |
| 801 | 2026-05-22T15:39:53.749Z | Compiling tokio v1.52.1 |
| 802 | 2026-05-22T15:39:54.083Z | Compiling futures-macro v0.3.32 |
| 803 | 2026-05-22T15:39:54.242Z | Compiling zerofrom v0.1.6 |
| 804 | 2026-05-22T15:39:54.299Z | Compiling thiserror-impl v2.0.18 |
| 805 | 2026-05-22T15:39:54.355Z | Compiling yoke v0.8.1 |
| 806 | 2026-05-22T15:39:54.530Z | Compiling zerotrie v0.2.3 |
| 807 | 2026-05-22T15:39:54.610Z | Compiling zerovec v0.11.5 |
| 808 | 2026-05-22T15:39:54.855Z | Compiling futures-util v0.3.32 |
| 809 | 2026-05-22T15:39:54.929Z | Compiling icu_normalizer_data v2.1.1 |
| 810 | 2026-05-22T15:39:55.135Z | Compiling tinystr v0.8.2 |
| 811 | 2026-05-22T15:39:55.159Z | Compiling potential_utf v0.1.4 |
| 812 | 2026-05-22T15:39:55.322Z | Compiling icu_locale_core v2.1.1 |
| 813 | 2026-05-22T15:39:55.322Z | Compiling aws-lc-rs v1.16.3 |
| 814 | 2026-05-22T15:39:55.453Z | Compiling schemars v0.8.22 |
| 815 | 2026-05-22T15:39:55.596Z | Compiling atomic-waker v1.1.2 |
| 816 | 2026-05-22T15:39:55.669Z | Compiling bitflags v2.11.0 |
| 817 | 2026-05-22T15:39:56.030Z | Compiling chrono v0.4.44 |
| 818 | 2026-05-22T15:39:56.147Z | Compiling icu_provider v2.1.1 |
| 819 | 2026-05-22T15:39:56.178Z | Compiling icu_collections v2.1.1 |
| 820 | 2026-05-22T15:39:56.547Z | Compiling pest_meta v2.8.6 |
| 821 | 2026-05-22T15:39:56.872Z | Compiling schemars_derive v0.8.22 |
| 822 | 2026-05-22T15:39:57.427Z | Compiling tracing v0.1.44 |
| 823 | 2026-05-22T15:39:57.549Z | Compiling tokio-util v0.7.18 |
| 824 | 2026-05-22T15:39:57.711Z | Compiling uuid v1.23.0 |
| 825 | 2026-05-22T15:39:57.760Z | Compiling semver v1.0.28 |
| 826 | 2026-05-22T15:39:57.997Z | Compiling dyn-clone v1.0.20 |
| 827 | 2026-05-22T15:39:58.128Z | Compiling try-lock v0.2.5 |
| 828 | 2026-05-22T15:39:58.128Z | Compiling subtle v2.6.1 |
| 829 | 2026-05-22T15:39:58.231Z | Compiling tower-service v0.3.3 |
| 830 | 2026-05-22T15:39:58.269Z | Compiling tower-layer v0.3.3 |
| 831 | 2026-05-22T15:39:58.283Z | Compiling base64 v0.22.1 |
| 832 | 2026-05-22T15:39:58.314Z | Compiling want v0.3.1 |
| 833 | 2026-05-22T15:39:58.450Z | Compiling h2 v0.4.13 |
| 834 | 2026-05-22T15:39:58.602Z | Compiling pest_generator v2.8.6 |
| 835 | 2026-05-22T15:39:58.707Z | Compiling slog v2.8.2 |
| 836 | 2026-05-22T15:39:58.744Z | Compiling getrandom v0.2.17 |
| 837 | 2026-05-22T15:39:58.924Z | Compiling httpdate v1.0.3 |
| 838 | 2026-05-22T15:39:58.945Z | Compiling pin-utils v0.1.0 |
| 839 | 2026-05-22T15:39:59.011Z | Compiling heck v0.5.0 |
| 840 | 2026-05-22T15:39:59.194Z | Compiling pest_derive v2.8.6 |
| 841 | 2026-05-22T15:39:59.205Z | Compiling icu_normalizer v2.1.1 |
| 842 | 2026-05-22T15:39:59.280Z | Compiling icu_properties v2.1.2 |
| 843 | 2026-05-22T15:39:59.453Z | Compiling erased-serde v0.3.31 |
| 844 | 2026-05-22T15:39:59.669Z | Compiling form_urlencoded v1.2.2 |
| 845 | 2026-05-22T15:40:00.157Z | Compiling ipnet v2.11.0 |
| 846 | 2026-05-22T15:40:00.371Z | Compiling rustls v0.23.37 |
| 847 | 2026-05-22T15:40:00.569Z | Compiling getrandom v0.3.4 |
| 848 | 2026-05-22T15:40:00.572Z | Compiling typenum v1.19.0 |
| 849 | 2026-05-22T15:40:00.752Z | Compiling hyper v1.8.1 |
| 850 | 2026-05-22T15:40:01.103Z | Compiling idna_adapter v1.2.1 |
| 851 | 2026-05-22T15:40:01.223Z | Compiling ppv-lite86 v0.2.21 |
| 852 | 2026-05-22T15:40:01.346Z | Compiling serde_tokenstream v0.2.3 |
| 853 | 2026-05-22T15:40:01.553Z | Compiling generic-array v0.14.7 |
| 854 | 2026-05-22T15:40:01.623Z | Compiling ring v0.17.14 |
| 855 | 2026-05-22T15:40:01.716Z | Compiling sync_wrapper v1.0.2 |
| 856 | 2026-05-22T15:40:01.771Z | Compiling ryu v1.0.23 |
| 857 | 2026-05-22T15:40:01.816Z | Compiling utf8_iter v1.0.4 |
| 858 | 2026-05-22T15:40:02.045Z | Compiling hyper-util v0.1.20 |
| 859 | 2026-05-22T15:40:02.116Z | Compiling paste v1.0.15 |
| 860 | 2026-05-22T15:40:03.312Z | Compiling idna v1.1.0 |
| 861 | 2026-05-22T15:40:03.327Z | Compiling serde_urlencoded v0.7.1 |
| 862 | 2026-05-22T15:40:03.587Z | Compiling tower v0.5.3 |
| 863 | 2026-05-22T15:40:05.057Z | Compiling scroll_derive v0.13.1 |
| 864 | 2026-05-22T15:40:05.140Z | Compiling structmeta-derive v0.3.0 |
| 865 | 2026-05-22T15:40:05.229Z | Compiling http-body-util v0.1.3 |
| 866 | 2026-05-22T15:40:05.481Z | Compiling num-conv v0.2.0 |
| 867 | 2026-05-22T15:40:05.663Z | Compiling omicron-workspace-hack v0.1.0 |
| 868 | 2026-05-22T15:40:05.696Z | Compiling rustix v1.1.3 |
| 869 | 2026-05-22T15:40:05.841Z | Compiling fastrand v2.3.0 |
| 870 | 2026-05-22T15:40:05.856Z | Compiling iri-string v0.7.10 |
| 871 | 2026-05-22T15:40:06.021Z | Compiling powerfmt v0.2.0 |
| 872 | 2026-05-22T15:40:06.124Z | Compiling crc32fast v1.5.0 |
| 873 | 2026-05-22T15:40:06.147Z | Compiling usdt-impl v0.6.0 |
| 874 | 2026-05-22T15:40:06.172Z | Compiling time-core v0.1.8 |
| 875 | 2026-05-22T15:40:06.258Z | Compiling deranged v0.5.8 |
| 876 | 2026-05-22T15:40:06.299Z | Compiling time-macros v0.2.27 |
| 877 | 2026-05-22T15:40:06.371Z | Compiling structmeta v0.3.0 |
| 878 | 2026-05-22T15:40:06.548Z | Compiling scroll v0.13.0 |
| 879 | 2026-05-22T15:40:06.814Z | Compiling rand_core v0.9.5 |
| 880 | 2026-05-22T15:40:07.042Z | Compiling dof v0.4.0 |
| 881 | 2026-05-22T15:40:07.218Z | Compiling tower-http v0.6.8 |
| 882 | 2026-05-22T15:40:07.281Z | Compiling url v2.5.8 |
| 883 | 2026-05-22T15:40:07.716Z | Compiling dtrace-parser v0.3.0 |
| 884 | 2026-05-22T15:40:08.030Z | Compiling ipnetwork v0.21.1 |
| 885 | 2026-05-22T15:40:08.148Z | Compiling thread-id v5.1.0 |
| 886 | 2026-05-22T15:40:08.227Z | Compiling strsim v0.11.1 |
| 887 | 2026-05-22T15:40:08.260Z | Compiling byteorder v1.5.0 |
| 888 | 2026-05-22T15:40:08.463Z | Compiling num_threads v0.1.7 |
| 889 | 2026-05-22T15:40:08.476Z | Compiling openssl-probe v0.2.1 |
| 890 | 2026-05-22T15:40:08.495Z | Compiling plain v0.2.3 |
| 891 | 2026-05-22T15:40:08.543Z | Compiling crossbeam-utils v0.8.21 |
| 892 | 2026-05-22T15:40:08.708Z | Compiling adler2 v2.0.1 |
| 893 | 2026-05-22T15:40:08.818Z | Compiling regex-syntax v0.8.10 |
| 894 | 2026-05-22T15:40:08.829Z | Compiling simd-adler32 v0.3.8 |
| 895 | 2026-05-22T15:40:08.850Z | Compiling ident_case v1.0.1 |
| 896 | 2026-05-22T15:40:08.956Z | Compiling miniz_oxide v0.8.9 |
| 897 | 2026-05-22T15:40:09.139Z | Compiling darling_core v0.21.3 |
| 898 | 2026-05-22T15:40:09.655Z | Compiling time v0.3.47 |
| 899 | 2026-05-22T15:40:10.006Z | Compiling rustls-native-certs v0.8.3 |
| 900 | 2026-05-22T15:40:10.333Z | Compiling goblin v0.10.5 |
| 901 | 2026-05-22T15:40:11.285Z | Compiling oxnet v0.1.4 |
| 902 | 2026-05-22T15:40:11.692Z | Compiling newtype-uuid v1.3.2 |
| 903 | 2026-05-22T15:40:11.900Z | Compiling daft-derive v0.1.7 |
| 904 | 2026-05-22T15:40:12.604Z | Compiling aho-corasick v1.1.4 |
| 905 | 2026-05-22T15:40:12.677Z | Compiling pretty-hex v0.4.1 |
| 906 | 2026-05-22T15:40:12.807Z | Compiling camino v1.2.2 |
| 907 | 2026-05-22T15:40:12.873Z | Compiling rustls v0.22.4 |
| 908 | 2026-05-22T15:40:13.167Z | Compiling daft v0.1.7 |
| 909 | 2026-05-22T15:40:13.415Z | Compiling tempfile v3.25.0 |
| 910 | 2026-05-22T15:40:13.940Z | Compiling flate2 v1.1.9 |
| 911 | 2026-05-22T15:40:14.287Z | Compiling darling_macro v0.21.3 |
| 912 | 2026-05-22T15:40:14.467Z | Compiling regex-automata v0.4.14 |
| 913 | 2026-05-22T15:40:14.807Z | Compiling rustls-webpki v0.102.8 |
| 914 | 2026-05-22T15:40:16.311Z | Compiling block-buffer v0.10.4 |
| 915 | 2026-05-22T15:40:16.457Z | Compiling crypto-common v0.1.7 |
| 916 | 2026-05-22T15:40:16.585Z | Compiling rand_chacha v0.9.0 |
| 917 | 2026-05-22T15:40:16.663Z | Compiling rand_core v0.6.4 |
| 918 | 2026-05-22T15:40:16.680Z | Compiling multer v3.1.0 |
| 919 | 2026-05-22T15:40:16.890Z | Compiling wait-timeout v0.2.1 |
| 920 | 2026-05-22T15:40:16.980Z | Compiling thread_local v1.1.9 |
| 921 | 2026-05-22T15:40:17.126Z | Compiling slog-async v2.8.0 |
| 922 | 2026-05-22T15:40:17.324Z | Compiling allocator-api2 v0.2.21 |
| 923 | 2026-05-22T15:40:17.362Z | Compiling compression-core v0.4.31 |
| 924 | 2026-05-22T15:40:17.399Z | Compiling winnow v0.7.14 |
| 925 | 2026-05-22T15:40:17.520Z | Compiling anyhow v1.0.102 |
| 926 | 2026-05-22T15:40:17.680Z | Compiling ref-cast v1.0.25 |
| 927 | 2026-05-22T15:40:17.830Z | Compiling thiserror v1.0.69 |
| 928 | 2026-05-22T15:40:17.942Z | Compiling bit-vec v0.8.0 |
| 929 | 2026-05-22T15:40:17.976Z | Compiling foldhash v0.2.0 |
| 930 | 2026-05-22T15:40:18.124Z | Compiling match_cfg v0.1.0 |
| 931 | 2026-05-22T15:40:18.189Z | Compiling quick-error v1.2.3 |
| 932 | 2026-05-22T15:40:18.216Z | Compiling hostname v0.3.1 |
| 933 | 2026-05-22T15:40:18.256Z | Compiling bit-set v0.8.0 |
| 934 | 2026-05-22T15:40:18.286Z | Compiling rusty-fork v0.3.1 |
| 935 | 2026-05-22T15:40:18.435Z | Compiling hashbrown v0.16.1 |
| 936 | 2026-05-22T15:40:19.042Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 937 | 2026-05-22T15:40:19.359Z | Compiling compression-codecs v0.4.37 |
| 938 | 2026-05-22T15:40:19.815Z | Compiling rand_chacha v0.3.1 |
| 939 | 2026-05-22T15:40:20.349Z | Compiling rand v0.9.2 |
| 940 | 2026-05-22T15:40:20.432Z | Compiling digest v0.10.7 |
| 941 | 2026-05-22T15:40:20.643Z | Compiling crossbeam-channel v0.5.15 |
| 942 | 2026-05-22T15:40:21.089Z | Compiling regex v1.12.3 |
| 943 | 2026-05-22T15:40:21.473Z | Compiling darling v0.21.3 |
| 944 | 2026-05-22T15:40:21.597Z | Compiling usdt-macro v0.6.0 |
| 945 | 2026-05-22T15:40:22.119Z | Compiling usdt-attr-macro v0.6.0 |
| 946 | 2026-05-22T15:40:22.240Z | Compiling slog-json v2.6.1 |
| 947 | 2026-05-22T15:40:22.383Z | Compiling rand_xorshift v0.4.0 |
| 948 | 2026-05-22T15:40:22.502Z | Compiling derive-ex v0.1.8 |
| 949 | 2026-05-22T15:40:22.550Z | Compiling strum_macros v0.26.4 |
| 950 | 2026-05-22T15:40:22.835Z | Compiling futures-executor v0.3.32 |
| 951 | 2026-05-22T15:40:22.858Z | Compiling ref-cast-impl v1.0.25 |
| 952 | 2026-05-22T15:40:23.365Z | Compiling async-stream-impl v0.3.6 |
| 953 | 2026-05-22T15:40:23.431Z | Compiling thiserror-impl v1.0.69 |
| 954 | 2026-05-22T15:40:23.963Z | Compiling async-trait v0.1.89 |
| 955 | 2026-05-22T15:40:24.028Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 956 | 2026-05-22T15:40:24.124Z | Compiling dropshot v0.17.0 |
| 957 | 2026-05-22T15:40:24.338Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 958 | 2026-05-22T15:40:24.457Z | Compiling serde_spanned v1.0.4 |
| 959 | 2026-05-22T15:40:24.551Z | Compiling memmap2 v0.9.10 |
| 960 | 2026-05-22T15:40:24.604Z | Compiling is-terminal v0.4.17 |
| 961 | 2026-05-22T15:40:24.691Z | Compiling encoding_rs v0.8.35 |
| 962 | 2026-05-22T15:40:24.745Z | Compiling term v1.2.1 |
| 963 | 2026-05-22T15:40:24.872Z | Compiling take_mut v0.2.2 |
| 964 | 2026-05-22T15:40:24.978Z | Compiling unarray v0.1.4 |
| 965 | 2026-05-22T15:40:25.091Z | Compiling hex v0.4.3 |
| 966 | 2026-05-22T15:40:25.097Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 967 | 2026-05-22T15:40:25.339Z | Compiling spin v0.9.8 |
| 968 | 2026-05-22T15:40:25.369Z | Compiling mime v0.3.17 |
| 969 | 2026-05-22T15:40:25.455Z | Compiling cpufeatures v0.2.17 |
| 970 | 2026-05-22T15:40:25.523Z | Compiling sha1 v0.10.6 |
| 971 | 2026-05-22T15:40:25.924Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 972 | 2026-05-22T15:40:26.139Z | Compiling toml v1.0.6+spec-1.1.0 |
| 973 | 2026-05-22T15:40:26.603Z | Compiling dropshot_endpoint v0.17.0 |
| 974 | 2026-05-22T15:40:27.061Z | Compiling proptest v1.10.0 |
| 975 | 2026-05-22T15:40:28.216Z | Compiling slog-term v2.9.2 |
| 976 | 2026-05-22T15:40:29.470Z | Compiling usdt v0.6.0 |
| 977 | 2026-05-22T15:40:30.241Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 978 | 2026-05-22T15:40:30.279Z | Compiling strum v0.26.3 |
| 979 | 2026-05-22T15:40:30.373Z | Compiling test-strategy v0.4.5 |
| 980 | 2026-05-22T15:40:30.374Z | Compiling async-stream v0.3.6 |
| 981 | 2026-05-22T15:40:30.496Z | Compiling tokio-rustls v0.25.0 |
| 982 | 2026-05-22T15:40:30.561Z | Compiling futures v0.3.32 |
| 983 | 2026-05-22T15:40:30.665Z | Compiling slog-bunyan v2.5.0 |
| 984 | 2026-05-22T15:40:30.696Z | Compiling serde_with_macros v3.17.0 |
| 985 | 2026-05-22T15:40:30.717Z | Compiling parse-display-derive v0.10.0 |
| 986 | 2026-05-22T15:40:31.672Z | Compiling rand v0.8.6 |
| 987 | 2026-05-22T15:40:31.733Z | Compiling async-compression v0.4.41 |
| 988 | 2026-05-22T15:40:32.199Z | Compiling reqwest v0.12.28 |
| 989 | 2026-05-22T15:40:32.259Z | Compiling backon v1.6.0 |
| 990 | 2026-05-22T15:40:32.418Z | Compiling newtype-uuid-macros v0.1.0 |
| 991 | 2026-05-22T15:40:32.488Z | Compiling strum_macros v0.27.2 |
| 992 | 2026-05-22T15:40:32.865Z | Compiling openapiv3 v2.2.0 |
| 993 | 2026-05-22T15:40:33.166Z | Compiling waitgroup v0.1.2 |
| 994 | 2026-05-22T15:40:33.314Z | Compiling rustls-pemfile v2.2.0 |
| 995 | 2026-05-22T15:40:33.581Z | Compiling serde_path_to_error v0.1.20 |
| 996 | 2026-05-22T15:40:34.007Z | Compiling hostname v0.4.2 |
| 997 | 2026-05-22T15:40:34.159Z | Compiling instant v0.1.13 |
| 998 | 2026-05-22T15:40:34.243Z | Compiling debug-ignore v1.0.5 |
| 999 | 2026-05-22T15:40:34.267Z | Compiling either v1.15.0 |
| 1000 | 2026-05-22T15:40:34.340Z | Compiling strum v0.27.2 |
| 1001 | 2026-05-22T15:40:34.463Z | Compiling itertools v0.14.0 |
| 1002 | 2026-05-22T15:40:34.688Z | Compiling backoff v0.4.0 |
| 1003 | 2026-05-22T15:40:34.886Z | Compiling progenitor-client v0.10.0 |
| 1004 | 2026-05-22T15:40:35.228Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1005 | 2026-05-22T15:40:35.367Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 1006 | 2026-05-22T15:40:35.924Z | Compiling parse-display v0.10.0 |
| 1007 | 2026-05-22T15:40:36.025Z | Compiling serde_with v3.17.0 |
| 1008 | 2026-05-22T15:40:36.828Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1009 | 2026-05-22T15:40:37.178Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 1010 | 2026-05-22T15:40:37.413Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1011 | 2026-05-22T15:40:37.488Z | Compiling iddqd v0.4.1 |
| 1012 | 2026-05-22T15:40:37.842Z | Compiling regress v0.10.5 |
| 1013 | 2026-05-22T15:40:38.631Z | Compiling macaddr v1.0.1 |
| 1014 | 2026-05-22T15:40:38.772Z | Compiling humantime v2.3.0 |
| 1015 | 2026-05-22T15:40:45.831Z | Compiling rustls-webpki v0.103.9 |
| 1016 | 2026-05-22T15:40:48.870Z | Compiling tokio-rustls v0.26.4 |
| 1017 | 2026-05-22T15:40:48.870Z | Compiling rustls-platform-verifier v0.6.2 |
| 1018 | 2026-05-22T15:40:49.219Z | Compiling hyper-rustls v0.27.7 |
| 1019 | 2026-05-22T15:40:49.514Z | Compiling reqwest v0.13.2 |
| 1020 | 2026-05-22T15:40:51.375Z | Compiling progenitor-client v0.14.0 |
| 1021 | 2026-05-22T15:40:51.666Z | Compiling progenitor-extras v0.2.0 |
| 1022 | 2026-05-22T15:40:51.849Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1023 | 2026-05-22T15:40:55.817Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1024 | 2026-05-22T15:40:59.941Z | Finished `release` profile [optimized] target(s) in 1m 12s |
| 1025 | 2026-05-22T15:40:59.997Z | process exited: duration 114271 ms, exit code 0 |
| |
| 1026 | 2026-05-22T15:41:00.005Z | found 0 output files |