|
|
|
| 1 | 2026-07-21T17:26:48.328Z | job assigned to worker 01KY2VD9CRN68WR57WYQWXXX60 [factory aws, i-002bde288f70f5291] (queued for 1 m 0 s) |
| |
| 2 | 2026-07-21T17:26:55.099Z | starting task 0: "setup" |
| 3 | 2026-07-21T17:26:55.105Z | ++ uname -s |
| 4 | 2026-07-21T17:26:55.108Z | + kern=SunOS |
| 5 | 2026-07-21T17:26:55.108Z | + build_user=build |
| 6 | 2026-07-21T17:26:55.108Z | + build_uid=12345 |
| 7 | 2026-07-21T17:26:55.108Z | + work_dir=/work |
| 8 | 2026-07-21T17:26:55.108Z | + input_dir=/input |
| 9 | 2026-07-21T17:26:55.108Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-21T17:26:55.109Z | + case "$kern" in |
| 11 | 2026-07-21T17:26:55.109Z | + groupadd -g 12345 build |
| 12 | 2026-07-21T17:26:55.109Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-21T17:26:57.113Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-21T17:26:57.179Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-21T17:26:57.203Z | + home_fs=zfs |
| 16 | 2026-07-21T17:26:57.203Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-21T17:26:57.203Z | + mkdir -p /home/build |
| 18 | 2026-07-21T17:26:57.203Z | + chown build:build /home/build /work |
| 19 | 2026-07-21T17:26:59.183Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-21T17:26:59.186Z | process exited: duration 4087 ms, exit code 0 |
| |
| 21 | 2026-07-21T17:26:59.192Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-21T17:26:59.196Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-21T17:26:59.196Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-21T17:26:59.196Z | * rust toolchain channel = "1.96.1" |
| 25 | 2026-07-21T17:26:59.196Z | * rust toolchain profile = "default" |
| 26 | 2026-07-21T17:26:59.199Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-21T17:26:59.199Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-21T17:26:59.199Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-21T17:26:59.199Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-21T17:26:59.294Z | info: downloading installer |
| 31 | 2026-07-21T17:27:00.585Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-21T17:27:00.585Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-21T17:27:00.585Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-21T17:27:00.585Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-21T17:27:00.598Z | info: profile set to default |
| 36 | 2026-07-21T17:27:00.598Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-21T17:27:00.601Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-21T17:27:00.734Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-21T17:27:00.737Z | info: downloading 6 components |
| 40 | 2026-07-21T17:27:16.710Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-21T17:27:16.710Z | |
| 42 | 2026-07-21T17:27:16.735Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-21T17:27:16.735Z | |
| 44 | 2026-07-21T17:27:16.735Z | |
| 45 | 2026-07-21T17:27:16.735Z | Rust is installed now. Great! |
| 46 | 2026-07-21T17:27:16.735Z | |
| 47 | 2026-07-21T17:27:16.739Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-21T17:27:16.739Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-21T17:27:16.739Z | |
| 50 | 2026-07-21T17:27:16.739Z | To configure your current shell, you need to source |
| 51 | 2026-07-21T17:27:16.739Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-21T17:27:16.739Z | |
| 53 | 2026-07-21T17:27:16.740Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-21T17:27:16.740Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-21T17:27:16.740Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-21T17:27:16.740Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-21T17:27:16.740Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-21T17:27:16.740Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-21T17:27:16.740Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-21T17:27:16.740Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-21T17:27:16.740Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-21T17:27:16.821Z | + rustup --version |
| 63 | 2026-07-21T17:27:16.829Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-21T17:27:16.832Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-21T17:27:16.855Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-21T17:27:16.860Z | + cargo --version |
| 67 | 2026-07-21T17:27:16.867Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-21T17:27:16.870Z | + rustc --version |
| 69 | 2026-07-21T17:27:16.896Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-21T17:27:16.901Z | process exited: duration 17699 ms, exit code 0 |
| |
| 71 | 2026-07-21T17:27:16.909Z | starting task 2: "authentication" |
| 72 | 2026-07-21T17:27:16.926Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-07-21T17:27:16.933Z | starting task 3: "clone repository" |
| 74 | 2026-07-21T17:27:16.939Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-21T17:27:16.943Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-21T17:27:16.976Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-21T17:27:25.939Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-21T17:27:25.939Z | + git fetch origin 6abd5bd5c84a8cc10cd1cfa0a42327c7a6022496 |
| 79 | 2026-07-21T17:27:26.336Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-21T17:27:26.337Z | * branch 6abd5bd5c84a8cc10cd1cfa0a42327c7a6022496 -> FETCH_HEAD |
| 81 | 2026-07-21T17:27:26.347Z | + [[ -n '' ]] |
| 82 | 2026-07-21T17:27:26.347Z | + git reset --hard 6abd5bd5c84a8cc10cd1cfa0a42327c7a6022496 |
| 83 | 2026-07-21T17:27:26.607Z | HEAD is now at 6abd5bd5c rebase |
| 84 | 2026-07-21T17:27:26.611Z | process exited: duration 9677 ms, exit code 0 |
| |
| 85 | 2026-07-21T17:27:26.617Z | starting task 4: "build" |
| 86 | 2026-07-21T17:27:26.621Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-07-21T17:27:26.621Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-07-21T17:27:26.623Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-07-21T17:27:26.624Z | +++ uname -s |
| 90 | 2026-07-21T17:27:26.624Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 91 | 2026-07-21T17:27:26.624Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 92 | 2026-07-21T17:27:26.626Z | + cargo --version |
| 93 | 2026-07-21T17:27:26.634Z | cargo 1.96.1 (356927216 2026-06-26) |
| 94 | 2026-07-21T17:27:26.637Z | + rustc --version |
| 95 | 2026-07-21T17:27:26.656Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 96 | 2026-07-21T17:27:26.659Z | + cd /tmp |
| 97 | 2026-07-21T17:27:26.659Z | + cargo new --lib test-project |
| 98 | 2026-07-21T17:27:26.678Z | Creating library `test-project` package |
| 99 | 2026-07-21T17:27:26.715Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 100 | 2026-07-21T17:27:26.718Z | + cd test-project |
| 101 | 2026-07-21T17:27:26.719Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 102 | 2026-07-21T17:27:26.738Z | Adding omicron-common (local) to dependencies |
| 103 | 2026-07-21T17:27:26.741Z | Features: |
| 104 | 2026-07-21T17:27:26.741Z | - proptest |
| 105 | 2026-07-21T17:27:26.741Z | - test-strategy |
| 106 | 2026-07-21T17:27:26.741Z | - testing |
| 107 | 2026-07-21T17:27:26.761Z | Updating crates.io index |
| 108 | 2026-07-21T17:27:26.764Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 109 | 2026-07-21T17:27:27.205Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 110 | 2026-07-21T17:27:27.644Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 111 | 2026-07-21T17:27:30.355Z | Locking 368 packages to latest Rust 1.96.1 compatible versions |
| 112 | 2026-07-21T17:27:30.462Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 113 | 2026-07-21T17:27:30.466Z | + cargo check |
| 114 | 2026-07-21T17:27:30.570Z | Updating crates.io index |
| 115 | 2026-07-21T17:27:31.141Z | Locking 1 package to latest Rust 1.96.1 compatible version |
| 116 | 2026-07-21T17:27:31.141Z | Adding omicron-workspace-hack v0.1.0 |
| 117 | 2026-07-21T17:27:31.169Z | Downloading crates ... |
| 118 | 2026-07-21T17:27:31.214Z | Downloaded adler2 v2.0.1 |
| 119 | 2026-07-21T17:27:31.220Z | Downloaded autocfg v1.5.0 |
| 120 | 2026-07-21T17:27:31.224Z | Downloaded block-buffer v0.12.1 |
| 121 | 2026-07-21T17:27:31.232Z | Downloaded allocator-api2 v0.2.21 |
| 122 | 2026-07-21T17:27:31.236Z | Downloaded generic-array v0.14.7 |
| 123 | 2026-07-21T17:27:31.239Z | Downloaded async-stream-impl v0.3.6 |
| 124 | 2026-07-21T17:27:31.242Z | Downloaded async-compression v0.4.41 |
| 125 | 2026-07-21T17:27:31.246Z | Downloaded ident_case v1.0.1 |
| 126 | 2026-07-21T17:27:31.246Z | Downloaded iana-time-zone v0.1.65 |
| 127 | 2026-07-21T17:27:31.249Z | Downloaded anyhow v1.0.102 |
| 128 | 2026-07-21T17:27:31.250Z | Downloaded async-stream v0.3.6 |
| 129 | 2026-07-21T17:27:31.253Z | Downloaded icu_provider v2.1.1 |
| 130 | 2026-07-21T17:27:31.256Z | Downloaded bit-set v0.8.0 |
| 131 | 2026-07-21T17:27:31.256Z | Downloaded cmake v0.1.57 |
| 132 | 2026-07-21T17:27:31.261Z | Downloaded oxnet v0.1.6 |
| 133 | 2026-07-21T17:27:31.264Z | Downloaded omicron-workspace-hack v0.1.0 |
| 134 | 2026-07-21T17:27:31.264Z | Downloaded atomic-waker v1.1.2 |
| 135 | 2026-07-21T17:27:31.268Z | Downloaded lock_api v0.4.14 |
| 136 | 2026-07-21T17:27:31.268Z | Downloaded jobserver v0.1.34 |
| 137 | 2026-07-21T17:27:31.276Z | Downloaded num_threads v0.1.7 |
| 138 | 2026-07-21T17:27:31.276Z | Downloaded match_cfg v0.1.0 |
| 139 | 2026-07-21T17:27:31.276Z | Downloaded bit-vec v0.8.0 |
| 140 | 2026-07-21T17:27:31.276Z | Downloaded macaddr v1.0.1 |
| 141 | 2026-07-21T17:27:31.280Z | Downloaded debug-ignore v1.0.5 |
| 142 | 2026-07-21T17:27:31.281Z | Downloaded block-buffer v0.10.4 |
| 143 | 2026-07-21T17:27:31.281Z | Downloaded mime v0.3.17 |
| 144 | 2026-07-21T17:27:31.281Z | Downloaded lru-slab v0.1.2 |
| 145 | 2026-07-21T17:27:31.281Z | Downloaded deranged v0.5.8 |
| 146 | 2026-07-21T17:27:31.281Z | Downloaded openssl-probe v0.2.1 |
| 147 | 2026-07-21T17:27:31.281Z | Downloaded compression-codecs v0.4.37 |
| 148 | 2026-07-21T17:27:31.286Z | Downloaded idna_adapter v1.2.1 |
| 149 | 2026-07-21T17:27:31.286Z | Downloaded byteorder v1.5.0 |
| 150 | 2026-07-21T17:27:31.286Z | Downloaded compression-core v0.4.31 |
| 151 | 2026-07-21T17:27:31.290Z | Downloaded multer v3.1.0 |
| 152 | 2026-07-21T17:27:31.290Z | Downloaded ipnetwork v0.21.1 |
| 153 | 2026-07-21T17:27:31.290Z | Downloaded num-conv v0.2.0 |
| 154 | 2026-07-21T17:27:31.290Z | Downloaded atomicwrites v0.4.4 |
| 155 | 2026-07-21T17:27:31.293Z | Downloaded parse-display v0.10.0 |
| 156 | 2026-07-21T17:27:31.293Z | Downloaded dtrace-parser v0.3.0 |
| 157 | 2026-07-21T17:27:31.293Z | Downloaded cfg-if v1.0.4 |
| 158 | 2026-07-21T17:27:31.297Z | Downloaded crypto-common v0.2.2 |
| 159 | 2026-07-21T17:27:31.297Z | Downloaded newtype-uuid-macros v0.1.0 |
| 160 | 2026-07-21T17:27:31.297Z | Downloaded bitflags v2.11.0 |
| 161 | 2026-07-21T17:27:31.300Z | Downloaded errno v0.3.14 |
| 162 | 2026-07-21T17:27:31.302Z | Downloaded itoa v1.0.17 |
| 163 | 2026-07-21T17:27:31.306Z | Downloaded aho-corasick v1.1.4 |
| 164 | 2026-07-21T17:27:31.309Z | Downloaded ipnet v2.11.0 |
| 165 | 2026-07-21T17:27:31.309Z | Downloaded crypto-common v0.1.7 |
| 166 | 2026-07-21T17:27:31.309Z | Downloaded cfg_aliases v0.2.1 |
| 167 | 2026-07-21T17:27:31.310Z | Downloaded litemap v0.8.1 |
| 168 | 2026-07-21T17:27:31.315Z | Downloaded cpufeatures v0.2.17 |
| 169 | 2026-07-21T17:27:31.315Z | Downloaded quick-error v1.2.3 |
| 170 | 2026-07-21T17:27:31.315Z | Downloaded percent-encoding v2.3.2 |
| 171 | 2026-07-21T17:27:31.315Z | Downloaded paste v1.0.15 |
| 172 | 2026-07-21T17:27:31.315Z | Downloaded futures-task v0.3.32 |
| 173 | 2026-07-21T17:27:31.321Z | Downloaded potential_utf v0.1.4 |
| 174 | 2026-07-21T17:27:31.321Z | Downloaded ref-cast v1.0.25 |
| 175 | 2026-07-21T17:27:31.321Z | Downloaded pretty-hex v0.4.1 |
| 176 | 2026-07-21T17:27:31.321Z | Downloaded progenitor-client v0.14.0 |
| 177 | 2026-07-21T17:27:31.321Z | Downloaded rand_xorshift v0.4.0 |
| 178 | 2026-07-21T17:27:31.321Z | Downloaded fastrand v2.3.0 |
| 179 | 2026-07-21T17:27:31.324Z | Downloaded equivalent v1.0.2 |
| 180 | 2026-07-21T17:27:31.324Z | Downloaded dof v0.4.0 |
| 181 | 2026-07-21T17:27:31.324Z | Downloaded ref-cast-impl v1.0.25 |
| 182 | 2026-07-21T17:27:31.324Z | Downloaded hostname v0.4.2 |
| 183 | 2026-07-21T17:27:31.327Z | Downloaded cpufeatures v0.3.0 |
| 184 | 2026-07-21T17:27:31.327Z | Downloaded rustc-hash v2.1.1 |
| 185 | 2026-07-21T17:27:31.327Z | Downloaded powerfmt v0.2.0 |
| 186 | 2026-07-21T17:27:31.331Z | Downloaded futures-core v0.3.32 |
| 187 | 2026-07-21T17:27:31.331Z | Downloaded dunce v1.0.5 |
| 188 | 2026-07-21T17:27:31.331Z | Downloaded newtype-uuid v1.3.2 |
| 189 | 2026-07-21T17:27:31.331Z | Downloaded instant v0.1.13 |
| 190 | 2026-07-21T17:27:31.334Z | Downloaded http-body v1.0.1 |
| 191 | 2026-07-21T17:27:31.334Z | Downloaded fnv v1.0.7 |
| 192 | 2026-07-21T17:27:31.334Z | Downloaded hex v0.4.3 |
| 193 | 2026-07-21T17:27:31.337Z | Downloaded futures-macro v0.3.32 |
| 194 | 2026-07-21T17:27:31.337Z | Downloaded darling_macro v0.23.0 |
| 195 | 2026-07-21T17:27:31.337Z | Downloaded futures-sink v0.3.32 |
| 196 | 2026-07-21T17:27:31.337Z | Downloaded parse-display-derive v0.10.0 |
| 197 | 2026-07-21T17:27:31.340Z | Downloaded pest_generator v2.8.6 |
| 198 | 2026-07-21T17:27:31.340Z | Downloaded httpdate v1.0.3 |
| 199 | 2026-07-21T17:27:31.340Z | Downloaded form_urlencoded v1.2.2 |
| 200 | 2026-07-21T17:27:31.344Z | Downloaded heck v0.5.0 |
| 201 | 2026-07-21T17:27:31.344Z | Downloaded parking_lot_core v0.9.12 |
| 202 | 2026-07-21T17:27:31.344Z | Downloaded is-terminal v0.4.17 |
| 203 | 2026-07-21T17:27:31.351Z | Downloaded futures-io v0.3.32 |
| 204 | 2026-07-21T17:27:31.354Z | Downloaded rand_chacha v0.3.1 |
| 205 | 2026-07-21T17:27:31.358Z | Downloaded daft-derive v0.1.7 |
| 206 | 2026-07-21T17:27:31.362Z | Downloaded daft v0.1.7 |
| 207 | 2026-07-21T17:27:31.362Z | Downloaded bs58 v0.5.1 |
| 208 | 2026-07-21T17:27:31.366Z | Downloaded icu_properties v2.1.2 |
| 209 | 2026-07-21T17:27:31.366Z | Downloaded digest v0.11.3 |
| 210 | 2026-07-21T17:27:31.407Z | Downloaded serde_urlencoded v0.7.1 |
| 211 | 2026-07-21T17:27:31.407Z | Downloaded getrandom v0.4.1 |
| 212 | 2026-07-21T17:27:31.419Z | Downloaded derive-ex v0.1.8 |
| 213 | 2026-07-21T17:27:31.419Z | Downloaded async-trait v0.1.89 |
| 214 | 2026-07-21T17:27:31.419Z | Downloaded crossbeam-utils v0.8.21 |
| 215 | 2026-07-21T17:27:31.419Z | Downloaded bytes v1.11.1 |
| 216 | 2026-07-21T17:27:31.419Z | Downloaded sha1 v0.11.0 |
| 217 | 2026-07-21T17:27:31.419Z | Downloaded serde_spanned v1.1.1 |
| 218 | 2026-07-21T17:27:31.419Z | Downloaded scroll_derive v0.13.1 |
| 219 | 2026-07-21T17:27:31.419Z | Downloaded structmeta v0.3.0 |
| 220 | 2026-07-21T17:27:31.419Z | Downloaded strum v0.27.2 |
| 221 | 2026-07-21T17:27:31.419Z | Downloaded strsim v0.11.1 |
| 222 | 2026-07-21T17:27:31.419Z | Downloaded stable_deref_trait v1.2.1 |
| 223 | 2026-07-21T17:27:31.419Z | Downloaded scopeguard v1.2.0 |
| 224 | 2026-07-21T17:27:31.419Z | Downloaded take_mut v0.2.2 |
| 225 | 2026-07-21T17:27:31.419Z | Downloaded thread-id v5.1.0 |
| 226 | 2026-07-21T17:27:31.420Z | Downloaded scroll v0.13.0 |
| 227 | 2026-07-21T17:27:31.420Z | Downloaded slog-bunyan v2.5.0 |
| 228 | 2026-07-21T17:27:31.420Z | Downloaded rustls-pemfile v2.2.0 |
| 229 | 2026-07-21T17:27:31.420Z | Downloaded erased-serde v0.3.31 |
| 230 | 2026-07-21T17:27:31.420Z | Downloaded displaydoc v0.2.5 |
| 231 | 2026-07-21T17:27:31.420Z | Downloaded serde_derive_internals v0.29.1 |
| 232 | 2026-07-21T17:27:31.420Z | Downloaded foldhash v0.2.0 |
| 233 | 2026-07-21T17:27:31.420Z | Downloaded subtle v2.6.1 |
| 234 | 2026-07-21T17:27:31.420Z | Downloaded strum v0.26.3 |
| 235 | 2026-07-21T17:27:31.420Z | Downloaded structmeta-derive v0.3.0 |
| 236 | 2026-07-21T17:27:31.420Z | Downloaded either v1.15.0 |
| 237 | 2026-07-21T17:27:31.420Z | Downloaded hostname v0.3.1 |
| 238 | 2026-07-21T17:27:31.420Z | Downloaded dyn-clone v1.0.20 |
| 239 | 2026-07-21T17:27:31.420Z | Downloaded humantime v2.3.0 |
| 240 | 2026-07-21T17:27:31.420Z | Downloaded find-msvc-tools v0.1.9 |
| 241 | 2026-07-21T17:27:31.420Z | Downloaded http-body-util v0.1.3 |
| 242 | 2026-07-21T17:27:31.420Z | Downloaded once_cell v1.21.3 |
| 243 | 2026-07-21T17:27:31.420Z | Downloaded fs_extra v1.3.0 |
| 244 | 2026-07-21T17:27:31.425Z | Downloaded tinyvec_macros v0.1.1 |
| 245 | 2026-07-21T17:27:31.425Z | Downloaded time-core v0.1.8 |
| 246 | 2026-07-21T17:27:31.425Z | Downloaded ppv-lite86 v0.2.21 |
| 247 | 2026-07-21T17:27:31.425Z | Downloaded parking_lot v0.12.5 |
| 248 | 2026-07-21T17:27:31.425Z | Downloaded pin-project-lite v0.2.17 |
| 249 | 2026-07-21T17:27:31.428Z | Downloaded futures-executor v0.3.32 |
| 250 | 2026-07-21T17:27:31.428Z | Downloaded crc32fast v1.5.0 |
| 251 | 2026-07-21T17:27:31.428Z | Downloaded backoff v0.4.0 |
| 252 | 2026-07-21T17:27:31.428Z | Downloaded num-traits v0.2.19 |
| 253 | 2026-07-21T17:27:31.431Z | Downloaded schemars_derive v0.8.22 |
| 254 | 2026-07-21T17:27:31.431Z | Downloaded rand_core v0.6.4 |
| 255 | 2026-07-21T17:27:31.431Z | Downloaded progenitor-extras v0.2.0 |
| 256 | 2026-07-21T17:27:31.436Z | Downloaded const-oid v0.10.2 |
| 257 | 2026-07-21T17:27:31.436Z | Downloaded plain v0.2.3 |
| 258 | 2026-07-21T17:27:31.439Z | Downloaded rand_chacha v0.9.0 |
| 259 | 2026-07-21T17:27:31.439Z | Downloaded try-lock v0.2.5 |
| 260 | 2026-07-21T17:27:31.439Z | Downloaded usdt-attr-macro v0.6.0 |
| 261 | 2026-07-21T17:27:31.439Z | Downloaded usdt v0.6.0 |
| 262 | 2026-07-21T17:27:31.439Z | Downloaded icu_normalizer_data v2.1.1 |
| 263 | 2026-07-21T17:27:31.442Z | Downloaded serde_path_to_error v0.1.20 |
| 264 | 2026-07-21T17:27:31.442Z | Downloaded slog-term v2.9.2 |
| 265 | 2026-07-21T17:27:31.442Z | Downloaded rusty-fork v0.3.1 |
| 266 | 2026-07-21T17:27:31.445Z | Downloaded tower-layer v0.3.3 |
| 267 | 2026-07-21T17:27:31.445Z | Downloaded tokio-macros v2.7.0 |
| 268 | 2026-07-21T17:27:31.446Z | Downloaded signal-hook-registry v1.4.8 |
| 269 | 2026-07-21T17:27:31.448Z | Downloaded strum_macros v0.26.4 |
| 270 | 2026-07-21T17:27:31.449Z | Downloaded unarray v0.1.4 |
| 271 | 2026-07-21T17:27:31.451Z | Downloaded untrusted v0.9.0 |
| 272 | 2026-07-21T17:27:31.451Z | Downloaded tower-service v0.3.3 |
| 273 | 2026-07-21T17:27:31.451Z | Downloaded waitgroup v0.1.2 |
| 274 | 2026-07-21T17:27:31.451Z | Downloaded usdt-macro v0.6.0 |
| 275 | 2026-07-21T17:27:31.454Z | Downloaded rustls-native-certs v0.8.3 |
| 276 | 2026-07-21T17:27:31.454Z | Downloaded yoke-derive v0.8.1 |
| 277 | 2026-07-21T17:27:31.457Z | Downloaded quote v1.0.45 |
| 278 | 2026-07-21T17:27:31.460Z | Downloaded rand_core v0.9.5 |
| 279 | 2026-07-21T17:27:31.463Z | Downloaded zerofrom-derive v0.1.6 |
| 280 | 2026-07-21T17:27:31.464Z | Downloaded darling v0.23.0 |
| 281 | 2026-07-21T17:27:31.468Z | Downloaded wait-timeout v0.2.1 |
| 282 | 2026-07-21T17:27:31.468Z | Downloaded utf8_iter v1.0.4 |
| 283 | 2026-07-21T17:27:31.468Z | Downloaded want v0.3.1 |
| 284 | 2026-07-21T17:27:31.468Z | Downloaded sha2 v0.10.9 |
| 285 | 2026-07-21T17:27:31.474Z | Downloaded thiserror v2.0.18 |
| 286 | 2026-07-21T17:27:31.474Z | Downloaded simd-adler32 v0.3.8 |
| 287 | 2026-07-21T17:27:31.483Z | Downloaded zerofrom v0.1.6 |
| 288 | 2026-07-21T17:27:31.489Z | Downloaded time-macros v0.2.27 |
| 289 | 2026-07-21T17:27:31.492Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 290 | 2026-07-21T17:27:31.492Z | Downloaded pest_derive v2.8.6 |
| 291 | 2026-07-21T17:27:31.495Z | Downloaded futures-channel v0.3.32 |
| 292 | 2026-07-21T17:27:31.495Z | Downloaded thread_local v1.1.9 |
| 293 | 2026-07-21T17:27:31.495Z | Downloaded semver v1.0.28 |
| 294 | 2026-07-21T17:27:31.498Z | Downloaded tinystr v0.8.2 |
| 295 | 2026-07-21T17:27:31.498Z | Downloaded camino v1.2.2 |
| 296 | 2026-07-21T17:27:31.501Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 297 | 2026-07-21T17:27:31.501Z | Downloaded backon v1.6.0 |
| 298 | 2026-07-21T17:27:31.501Z | Downloaded thiserror-impl v2.0.18 |
| 299 | 2026-07-21T17:27:31.504Z | Downloaded sync_wrapper v1.0.2 |
| 300 | 2026-07-21T17:27:31.504Z | Downloaded strum_macros v0.27.2 |
| 301 | 2026-07-21T17:27:31.504Z | Downloaded slog-json v2.6.1 |
| 302 | 2026-07-21T17:27:31.507Z | Downloaded slab v0.4.12 |
| 303 | 2026-07-21T17:27:31.507Z | Downloaded shlex v1.3.0 |
| 304 | 2026-07-21T17:27:31.507Z | Downloaded smallvec v1.15.1 |
| 305 | 2026-07-21T17:27:31.510Z | Downloaded rustversion v1.0.22 |
| 306 | 2026-07-21T17:27:31.510Z | Downloaded version_check v0.9.5 |
| 307 | 2026-07-21T17:27:31.510Z | Downloaded usdt-impl v0.6.0 |
| 308 | 2026-07-21T17:27:31.512Z | Downloaded quinn-udp v0.5.14 |
| 309 | 2026-07-21T17:27:31.513Z | Downloaded writeable v0.6.2 |
| 310 | 2026-07-21T17:27:31.513Z | Downloaded miniz_oxide v0.8.9 |
| 311 | 2026-07-21T17:27:31.516Z | Downloaded rustls-pki-types v1.14.0 |
| 312 | 2026-07-21T17:27:31.516Z | Downloaded zerovec-derive v0.11.2 |
| 313 | 2026-07-21T17:27:31.516Z | Downloaded zeroize v1.8.2 |
| 314 | 2026-07-21T17:27:31.519Z | Downloaded memmap2 v0.9.10 |
| 315 | 2026-07-21T17:27:31.519Z | Downloaded hyper-rustls v0.27.7 |
| 316 | 2026-07-21T17:27:31.522Z | Downloaded term v1.2.1 |
| 317 | 2026-07-21T17:27:31.522Z | Downloaded slog-async v2.8.0 |
| 318 | 2026-07-21T17:27:31.522Z | Downloaded log v0.4.29 |
| 319 | 2026-07-21T17:27:31.526Z | Downloaded spin v0.9.8 |
| 320 | 2026-07-21T17:27:31.526Z | Downloaded dropshot_endpoint v0.17.1 |
| 321 | 2026-07-21T17:27:31.529Z | Downloaded getrandom v0.3.4 |
| 322 | 2026-07-21T17:27:31.529Z | Downloaded yoke v0.8.1 |
| 323 | 2026-07-21T17:27:31.532Z | Downloaded proc-macro2 v1.0.106 |
| 324 | 2026-07-21T17:27:31.532Z | Downloaded getrandom v0.2.17 |
| 325 | 2026-07-21T17:27:31.535Z | Downloaded hybrid-array v0.4.13 |
| 326 | 2026-07-21T17:27:31.535Z | Downloaded httparse v1.10.1 |
| 327 | 2026-07-21T17:27:31.538Z | Downloaded zmij v1.0.21 |
| 328 | 2026-07-21T17:27:31.538Z | Downloaded digest v0.10.7 |
| 329 | 2026-07-21T17:27:31.538Z | Downloaded serde_derive v1.0.228 |
| 330 | 2026-07-21T17:27:31.542Z | Downloaded schemars v0.8.22 |
| 331 | 2026-07-21T17:27:31.545Z | Downloaded tokio-rustls v0.26.4 |
| 332 | 2026-07-21T17:27:31.555Z | Downloaded serde_with_macros v3.21.0 |
| 333 | 2026-07-21T17:27:31.555Z | Downloaded ucd-trie v0.1.7 |
| 334 | 2026-07-21T17:27:31.558Z | Downloaded tempfile v3.25.0 |
| 335 | 2026-07-21T17:27:31.558Z | Downloaded synstructure v0.13.2 |
| 336 | 2026-07-21T17:27:31.558Z | Downloaded slog v2.8.2 |
| 337 | 2026-07-21T17:27:31.559Z | Downloaded ryu v1.0.23 |
| 338 | 2026-07-21T17:27:31.559Z | Downloaded base64 v0.22.1 |
| 339 | 2026-07-21T17:27:31.559Z | Downloaded serde_tokenstream v0.2.3 |
| 340 | 2026-07-21T17:27:31.561Z | Downloaded rustls-platform-verifier v0.6.2 |
| 341 | 2026-07-21T17:27:31.564Z | Downloaded darling_core v0.23.0 |
| 342 | 2026-07-21T17:27:31.567Z | Downloaded futures v0.3.32 |
| 343 | 2026-07-21T17:27:31.570Z | Downloaded test-strategy v0.4.5 |
| 344 | 2026-07-21T17:27:31.573Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 345 | 2026-07-21T17:27:31.573Z | Downloaded tinyvec v1.10.0 |
| 346 | 2026-07-21T17:27:31.576Z | Downloaded serde_core v1.0.228 |
| 347 | 2026-07-21T17:27:31.576Z | Downloaded socket2 v0.6.3 |
| 348 | 2026-07-21T17:27:31.579Z | Downloaded icu_normalizer v2.1.1 |
| 349 | 2026-07-21T17:27:31.587Z | Downloaded pest_meta v2.8.6 |
| 350 | 2026-07-21T17:27:31.590Z | Downloaded flate2 v1.1.9 |
| 351 | 2026-07-21T17:27:31.593Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 352 | 2026-07-21T17:27:31.596Z | Downloaded icu_locale_core v2.1.1 |
| 353 | 2026-07-21T17:27:31.599Z | Downloaded unicode-ident v1.0.24 |
| 354 | 2026-07-21T17:27:31.603Z | Downloaded icu_collections v2.1.1 |
| 355 | 2026-07-21T17:27:31.616Z | Downloaded uuid v1.23.4 |
| 356 | 2026-07-21T17:27:31.619Z | Downloaded rand v0.8.6 |
| 357 | 2026-07-21T17:27:31.619Z | Downloaded zerotrie v0.2.3 |
| 358 | 2026-07-21T17:27:31.619Z | Downloaded serde v1.0.228 |
| 359 | 2026-07-21T17:27:31.619Z | Downloaded memchr v2.8.0 |
| 360 | 2026-07-21T17:27:31.622Z | Downloaded cc v1.2.56 |
| 361 | 2026-07-21T17:27:31.625Z | Downloaded hyper-util v0.1.20 |
| 362 | 2026-07-21T17:27:31.628Z | Downloaded crossbeam-channel v0.5.15 |
| 363 | 2026-07-21T17:27:31.631Z | Downloaded tracing-core v0.1.36 |
| 364 | 2026-07-21T17:27:31.634Z | Downloaded url v2.5.8 |
| 365 | 2026-07-21T17:27:31.634Z | Downloaded zerocopy-derive v0.8.40 |
| 366 | 2026-07-21T17:27:31.638Z | Downloaded quinn v0.11.9 |
| 367 | 2026-07-21T17:27:31.641Z | Downloaded http v1.4.2 |
| 368 | 2026-07-21T17:27:31.644Z | Downloaded rand v0.9.2 |
| 369 | 2026-07-21T17:27:31.647Z | Downloaded indexmap v2.14.0 |
| 370 | 2026-07-21T17:27:31.652Z | Downloaded tower v0.5.3 |
| 371 | 2026-07-21T17:27:31.667Z | Downloaded mio v1.2.0 |
| 372 | 2026-07-21T17:27:31.675Z | Downloaded pest v2.8.6 |
| 373 | 2026-07-21T17:27:31.681Z | Downloaded rustls-webpki v0.103.13 |
| 374 | 2026-07-21T17:27:31.684Z | Downloaded hashbrown v0.16.1 |
| 375 | 2026-07-21T17:27:31.688Z | Downloaded hyper v1.10.1 |
| 376 | 2026-07-21T17:27:31.692Z | Downloaded tower-http v0.6.8 |
| 377 | 2026-07-21T17:27:31.696Z | Downloaded zerovec v0.11.5 |
| 378 | 2026-07-21T17:27:31.699Z | Downloaded serde_json v1.0.150 |
| 379 | 2026-07-21T17:27:31.703Z | Downloaded itertools v0.14.0 |
| 380 | 2026-07-21T17:27:31.707Z | Downloaded h2 v0.4.15 |
| 381 | 2026-07-21T17:27:31.710Z | Downloaded aws-lc-rs v1.16.3 |
| 382 | 2026-07-21T17:27:31.715Z | Downloaded iri-string v0.7.10 |
| 383 | 2026-07-21T17:27:31.719Z | Downloaded idna v1.1.0 |
| 384 | 2026-07-21T17:27:31.721Z | Downloaded chrono v0.4.45 |
| 385 | 2026-07-21T17:27:31.725Z | Downloaded hashbrown v0.17.0 |
| 386 | 2026-07-21T17:27:31.728Z | Downloaded iddqd v0.4.2 |
| 387 | 2026-07-21T17:27:31.732Z | Downloaded futures-util v0.3.32 |
| 388 | 2026-07-21T17:27:31.738Z | Downloaded typenum v1.20.1 |
| 389 | 2026-07-21T17:27:31.741Z | Downloaded icu_properties_data v2.1.2 |
| 390 | 2026-07-21T17:27:31.745Z | Downloaded regex v1.12.3 |
| 391 | 2026-07-21T17:27:31.748Z | Downloaded zerocopy v0.8.40 |
| 392 | 2026-07-21T17:27:31.753Z | Downloaded reqwest v0.13.2 |
| 393 | 2026-07-21T17:27:31.756Z | Downloaded goblin v0.10.5 |
| 394 | 2026-07-21T17:27:31.762Z | Downloaded dropshot v0.17.1 |
| 395 | 2026-07-21T17:27:31.777Z | Downloaded tokio-util v0.7.18 |
| 396 | 2026-07-21T17:27:31.815Z | Downloaded winnow v1.0.3 |
| 397 | 2026-07-21T17:27:31.820Z | Downloaded proptest v1.10.0 |
| 398 | 2026-07-21T17:27:31.825Z | Downloaded serde_with v3.21.0 |
| 399 | 2026-07-21T17:27:31.841Z | Downloaded quinn-proto v0.11.13 |
| 400 | 2026-07-21T17:27:31.857Z | Downloaded time v0.3.47 |
| 401 | 2026-07-21T17:27:31.896Z | Downloaded encoding_rs v0.8.35 |
| 402 | 2026-07-21T17:27:31.907Z | Downloaded syn v2.0.117 |
| 403 | 2026-07-21T17:27:31.918Z | Downloaded regress v0.10.5 |
| 404 | 2026-07-21T17:27:31.927Z | Downloaded regex-syntax v0.8.10 |
| 405 | 2026-07-21T17:27:31.938Z | Downloaded openapiv3 v2.2.0 |
| 406 | 2026-07-21T17:27:31.946Z | Downloaded rustls v0.23.41 |
| 407 | 2026-07-21T17:27:31.956Z | Downloaded rustix v0.38.44 |
| 408 | 2026-07-21T17:27:31.970Z | Downloaded rustix v1.1.3 |
| 409 | 2026-07-21T17:27:31.999Z | Downloaded tracing v0.1.44 |
| 410 | 2026-07-21T17:27:32.029Z | Downloaded regex-automata v0.4.14 |
| 411 | 2026-07-21T17:27:32.062Z | Downloaded libc v0.2.185 |
| 412 | 2026-07-21T17:27:32.086Z | Downloaded tokio v1.52.1 |
| 413 | 2026-07-21T17:27:32.133Z | Downloaded ring v0.17.14 |
| 414 | 2026-07-21T17:27:32.464Z | Downloaded aws-lc-sys v0.40.0 |
| 415 | 2026-07-21T17:27:32.654Z | Compiling proc-macro2 v1.0.106 |
| 416 | 2026-07-21T17:27:32.654Z | Compiling quote v1.0.45 |
| 417 | 2026-07-21T17:27:32.654Z | Compiling unicode-ident v1.0.24 |
| 418 | 2026-07-21T17:27:32.654Z | Compiling libc v0.2.185 |
| 419 | 2026-07-21T17:27:32.654Z | Checking cfg-if v1.0.4 |
| 420 | 2026-07-21T17:27:32.659Z | Compiling serde_core v1.0.228 |
| 421 | 2026-07-21T17:27:32.771Z | Checking memchr v2.8.0 |
| 422 | 2026-07-21T17:27:32.776Z | Checking itoa v1.0.17 |
| 423 | 2026-07-21T17:27:32.844Z | Compiling serde v1.0.228 |
| 424 | 2026-07-21T17:27:32.906Z | Compiling zmij v1.0.21 |
| 425 | 2026-07-21T17:27:32.928Z | Compiling serde_json v1.0.150 |
| 426 | 2026-07-21T17:27:33.193Z | Checking pin-project-lite v0.2.17 |
| 427 | 2026-07-21T17:27:33.201Z | Checking smallvec v1.15.1 |
| 428 | 2026-07-21T17:27:33.237Z | Checking futures-core v0.3.32 |
| 429 | 2026-07-21T17:27:33.279Z | Checking bytes v1.11.1 |
| 430 | 2026-07-21T17:27:33.376Z | Compiling parking_lot_core v0.9.12 |
| 431 | 2026-07-21T17:27:33.447Z | Checking once_cell v1.21.3 |
| 432 | 2026-07-21T17:27:33.605Z | Checking scopeguard v1.2.0 |
| 433 | 2026-07-21T17:27:33.629Z | Checking errno v0.3.14 |
| 434 | 2026-07-21T17:27:33.686Z | Compiling find-msvc-tools v0.1.9 |
| 435 | 2026-07-21T17:27:33.696Z | Checking lock_api v0.4.14 |
| 436 | 2026-07-21T17:27:33.746Z | Compiling shlex v1.3.0 |
| 437 | 2026-07-21T17:27:33.914Z | Compiling jobserver v0.1.34 |
| 438 | 2026-07-21T17:27:33.946Z | Compiling getrandom v0.4.1 |
| 439 | 2026-07-21T17:27:33.950Z | Checking parking_lot v0.12.5 |
| 440 | 2026-07-21T17:27:33.950Z | Checking signal-hook-registry v1.4.8 |
| 441 | 2026-07-21T17:27:33.977Z | Checking socket2 v0.6.3 |
| 442 | 2026-07-21T17:27:34.023Z | Compiling syn v2.0.117 |
| 443 | 2026-07-21T17:27:34.082Z | Checking mio v1.2.0 |
| 444 | 2026-07-21T17:27:34.136Z | Compiling cc v1.2.56 |
| 445 | 2026-07-21T17:27:34.195Z | Checking futures-sink v0.3.32 |
| 446 | 2026-07-21T17:27:34.234Z | Checking stable_deref_trait v1.2.1 |
| 447 | 2026-07-21T17:27:34.257Z | Compiling fs_extra v1.3.0 |
| 448 | 2026-07-21T17:27:34.257Z | Compiling autocfg v1.5.0 |
| 449 | 2026-07-21T17:27:34.299Z | Compiling rustversion v1.0.22 |
| 450 | 2026-07-21T17:27:34.366Z | Compiling dunce v1.0.5 |
| 451 | 2026-07-21T17:27:34.392Z | Compiling thiserror v2.0.18 |
| 452 | 2026-07-21T17:27:34.457Z | Checking slab v0.4.12 |
| 453 | 2026-07-21T17:27:34.522Z | Compiling zerocopy v0.8.40 |
| 454 | 2026-07-21T17:27:34.620Z | Compiling num-traits v0.2.19 |
| 455 | 2026-07-21T17:27:34.916Z | Compiling cmake v0.1.57 |
| 456 | 2026-07-21T17:27:34.967Z | Checking futures-channel v0.3.32 |
| 457 | 2026-07-21T17:27:34.982Z | Checking zeroize v1.8.2 |
| 458 | 2026-07-21T17:27:35.003Z | Checking equivalent v1.0.2 |
| 459 | 2026-07-21T17:27:35.156Z | Checking http v1.4.2 |
| 460 | 2026-07-21T17:27:35.255Z | Checking futures-io v0.3.32 |
| 461 | 2026-07-21T17:27:35.297Z | Compiling ucd-trie v0.1.7 |
| 462 | 2026-07-21T17:27:35.362Z | Checking bitflags v2.11.0 |
| 463 | 2026-07-21T17:27:35.459Z | Compiling aws-lc-sys v0.40.0 |
| 464 | 2026-07-21T17:27:35.523Z | Compiling aws-lc-rs v1.16.3 |
| 465 | 2026-07-21T17:27:35.547Z | Checking log v0.4.29 |
| 466 | 2026-07-21T17:27:35.755Z | Checking futures-task v0.3.32 |
| 467 | 2026-07-21T17:27:35.776Z | Compiling pest v2.8.6 |
| 468 | 2026-07-21T17:27:35.776Z | Checking rustls-pki-types v1.14.0 |
| 469 | 2026-07-21T17:27:35.776Z | Checking fnv v1.0.7 |
| 470 | 2026-07-21T17:27:35.832Z | Checking iana-time-zone v0.1.65 |
| 471 | 2026-07-21T17:27:35.840Z | Compiling schemars v0.8.22 |
| 472 | 2026-07-21T17:27:35.843Z | Checking writeable v0.6.2 |
| 473 | 2026-07-21T17:27:35.925Z | Checking litemap v0.8.1 |
| 474 | 2026-07-21T17:27:36.003Z | Checking hashbrown v0.17.0 |
| 475 | 2026-07-21T17:27:36.012Z | Compiling httparse v1.10.1 |
| 476 | 2026-07-21T17:27:36.088Z | Checking http-body v1.0.1 |
| 477 | 2026-07-21T17:27:36.099Z | Compiling slog v2.8.2 |
| 478 | 2026-07-21T17:27:36.200Z | Checking uuid v1.23.4 |
| 479 | 2026-07-21T17:27:36.322Z | Checking semver v1.0.28 |
| 480 | 2026-07-21T17:27:36.391Z | Checking tracing-core v0.1.36 |
| 481 | 2026-07-21T17:27:36.454Z | Checking indexmap v2.14.0 |
| 482 | 2026-07-21T17:27:36.473Z | Compiling heck v0.5.0 |
| 483 | 2026-07-21T17:27:36.516Z | Compiling icu_normalizer_data v2.1.1 |
| 484 | 2026-07-21T17:27:36.666Z | Compiling icu_properties_data v2.1.2 |
| 485 | 2026-07-21T17:27:36.688Z | Checking dyn-clone v1.0.20 |
| 486 | 2026-07-21T17:27:36.739Z | Compiling pest_meta v2.8.6 |
| 487 | 2026-07-21T17:27:36.778Z | Checking untrusted v0.9.0 |
| 488 | 2026-07-21T17:27:36.878Z | Compiling synstructure v0.13.2 |
| 489 | 2026-07-21T17:27:36.887Z | Compiling serde_derive_internals v0.29.1 |
| 490 | 2026-07-21T17:27:36.890Z | Checking atomic-waker v1.1.2 |
| 491 | 2026-07-21T17:27:36.947Z | Checking percent-encoding v2.3.2 |
| 492 | 2026-07-21T17:27:36.981Z | Compiling rustls v0.23.41 |
| 493 | 2026-07-21T17:27:37.032Z | Checking tracing v0.1.44 |
| 494 | 2026-07-21T17:27:37.220Z | Compiling rustix v1.1.3 |
| 495 | 2026-07-21T17:27:37.228Z | Checking subtle v2.6.1 |
| 496 | 2026-07-21T17:27:37.295Z | Checking try-lock v0.2.5 |
| 497 | 2026-07-21T17:27:37.351Z | Compiling pest_generator v2.8.6 |
| 498 | 2026-07-21T17:27:37.370Z | Checking fastrand v2.3.0 |
| 499 | 2026-07-21T17:27:37.385Z | Checking base64 v0.22.1 |
| 500 | 2026-07-21T17:27:37.566Z | Checking tower-layer v0.3.3 |
| 501 | 2026-07-21T17:27:37.594Z | Checking tower-service v0.3.3 |
| 502 | 2026-07-21T17:27:37.610Z | Compiling getrandom v0.3.4 |
| 503 | 2026-07-21T17:27:37.702Z | Checking want v0.3.1 |
| 504 | 2026-07-21T17:27:37.948Z | Checking httpdate v1.0.3 |
| 505 | 2026-07-21T17:27:37.959Z | Compiling paste v1.0.15 |
| 506 | 2026-07-21T17:27:38.036Z | Compiling serde_derive v1.0.228 |
| 507 | 2026-07-21T17:27:38.075Z | Compiling zerocopy-derive v0.8.40 |
| 508 | 2026-07-21T17:27:38.101Z | Compiling zerofrom-derive v0.1.6 |
| 509 | 2026-07-21T17:27:38.115Z | Compiling tokio-macros v2.7.0 |
| 510 | 2026-07-21T17:27:38.125Z | Compiling yoke-derive v0.8.1 |
| 511 | 2026-07-21T17:27:38.246Z | Compiling zerovec-derive v0.11.2 |
| 512 | 2026-07-21T17:27:38.598Z | Compiling thiserror-impl v2.0.18 |
| 513 | 2026-07-21T17:27:38.831Z | Checking tokio v1.52.1 |
| 514 | 2026-07-21T17:27:39.104Z | Compiling displaydoc v0.2.5 |
| 515 | 2026-07-21T17:27:39.252Z | Checking zerofrom v0.1.6 |
| 516 | 2026-07-21T17:27:39.305Z | Compiling futures-macro v0.3.32 |
| 517 | 2026-07-21T17:27:39.361Z | Checking yoke v0.8.1 |
| 518 | 2026-07-21T17:27:39.518Z | Checking zerovec v0.11.5 |
| 519 | 2026-07-21T17:27:39.795Z | Compiling schemars_derive v0.8.22 |
| 520 | 2026-07-21T17:27:39.813Z | Checking zerotrie v0.2.3 |
| 521 | 2026-07-21T17:27:39.945Z | Checking tinystr v0.8.2 |
| 522 | 2026-07-21T17:27:40.042Z | Checking potential_utf v0.1.4 |
| 523 | 2026-07-21T17:27:40.087Z | Checking futures-util v0.3.32 |
| 524 | 2026-07-21T17:27:40.151Z | Checking icu_locale_core v2.1.1 |
| 525 | 2026-07-21T17:27:40.169Z | Checking icu_collections v2.1.1 |
| 526 | 2026-07-21T17:27:40.465Z | Compiling pest_derive v2.8.6 |
| 527 | 2026-07-21T17:27:40.635Z | Checking icu_provider v2.1.1 |
| 528 | 2026-07-21T17:27:41.033Z | Checking icu_normalizer v2.1.1 |
| 529 | 2026-07-21T17:27:41.044Z | Checking chrono v0.4.45 |
| 530 | 2026-07-21T17:27:41.054Z | Checking erased-serde v0.3.31 |
| 531 | 2026-07-21T17:27:41.314Z | Compiling serde_tokenstream v0.2.3 |
| 532 | 2026-07-21T17:27:41.337Z | Checking icu_properties v2.1.2 |
| 533 | 2026-07-21T17:27:41.843Z | Checking tokio-util v0.7.18 |
| 534 | 2026-07-21T17:27:41.958Z | Compiling structmeta-derive v0.3.0 |
| 535 | 2026-07-21T17:27:42.099Z | Checking ppv-lite86 v0.2.21 |
| 536 | 2026-07-21T17:27:42.138Z | Compiling scroll_derive v0.13.1 |
| 537 | 2026-07-21T17:27:42.239Z | Checking h2 v0.4.15 |
| 538 | 2026-07-21T17:27:42.374Z | Checking form_urlencoded v1.2.2 |
| 539 | 2026-07-21T17:27:42.496Z | Checking powerfmt v0.2.0 |
| 540 | 2026-07-21T17:27:42.564Z | Checking typenum v1.20.1 |
| 541 | 2026-07-21T17:27:42.607Z | Compiling time-core v0.1.8 |
| 542 | 2026-07-21T17:27:42.636Z | Compiling num-conv v0.2.0 |
| 543 | 2026-07-21T17:27:42.742Z | Compiling version_check v0.9.5 |
| 544 | 2026-07-21T17:27:42.754Z | Compiling usdt-impl v0.6.0 |
| 545 | 2026-07-21T17:27:42.932Z | Compiling crc32fast v1.5.0 |
| 546 | 2026-07-21T17:27:42.953Z | Checking ipnet v2.11.0 |
| 547 | 2026-07-21T17:27:43.000Z | Compiling structmeta v0.3.0 |
| 548 | 2026-07-21T17:27:43.012Z | Checking scroll v0.13.0 |
| 549 | 2026-07-21T17:27:43.171Z | Compiling time-macros v0.2.27 |
| 550 | 2026-07-21T17:27:43.202Z | Checking deranged v0.5.8 |
| 551 | 2026-07-21T17:27:43.269Z | Checking ipnetwork v0.21.1 |
| 552 | 2026-07-21T17:27:43.318Z | Checking hybrid-array v0.4.13 |
| 553 | 2026-07-21T17:27:43.448Z | Checking idna_adapter v1.2.1 |
| 554 | 2026-07-21T17:27:43.555Z | Compiling dtrace-parser v0.3.0 |
| 555 | 2026-07-21T17:27:43.753Z | Checking tempfile v3.25.0 |
| 556 | 2026-07-21T17:27:43.937Z | Checking rand_core v0.9.5 |
| 557 | 2026-07-21T17:27:44.018Z | Compiling thread-id v5.1.0 |
| 558 | 2026-07-21T17:27:44.093Z | Checking sync_wrapper v1.0.2 |
| 559 | 2026-07-21T17:27:44.105Z | Compiling strsim v0.11.1 |
| 560 | 2026-07-21T17:27:44.126Z | Checking hyper v1.10.1 |
| 561 | 2026-07-21T17:27:44.137Z | Compiling crossbeam-utils v0.8.21 |
| 562 | 2026-07-21T17:27:44.147Z | Checking utf8_iter v1.0.4 |
| 563 | 2026-07-21T17:27:44.256Z | Checking ryu v1.0.23 |
| 564 | 2026-07-21T17:27:44.302Z | Checking adler2 v2.0.1 |
| 565 | 2026-07-21T17:27:44.342Z | Compiling dof v0.4.0 |
| 566 | 2026-07-21T17:27:44.416Z | Checking plain v0.2.3 |
| 567 | 2026-07-21T17:27:44.421Z | Checking simd-adler32 v0.3.8 |
| 568 | 2026-07-21T17:27:44.422Z | Compiling ident_case v1.0.1 |
| 569 | 2026-07-21T17:27:44.427Z | Checking regex-syntax v0.8.10 |
| 570 | 2026-07-21T17:27:44.471Z | Compiling omicron-workspace-hack v0.1.0 |
| 571 | 2026-07-21T17:27:44.513Z | Checking num_threads v0.1.7 |
| 572 | 2026-07-21T17:27:44.523Z | Compiling byteorder v1.5.0 |
| 573 | 2026-07-21T17:27:44.527Z | Checking openssl-probe v0.2.1 |
| 574 | 2026-07-21T17:27:44.590Z | Checking time v0.3.47 |
| 575 | 2026-07-21T17:27:44.628Z | Checking rustls-native-certs v0.8.3 |
| 576 | 2026-07-21T17:27:44.694Z | Checking miniz_oxide v0.8.9 |
| 577 | 2026-07-21T17:27:44.739Z | Compiling darling_core v0.23.0 |
| 578 | 2026-07-21T17:27:44.744Z | Checking goblin v0.10.5 |
| 579 | 2026-07-21T17:27:45.048Z | Checking hyper-util v0.1.20 |
| 580 | 2026-07-21T17:27:45.061Z | Checking serde_urlencoded v0.7.1 |
| 581 | 2026-07-21T17:27:45.396Z | Checking idna v1.1.0 |
| 582 | 2026-07-21T17:27:45.532Z | Checking tower v0.5.3 |
| 583 | 2026-07-21T17:27:45.721Z | Checking oxnet v0.1.6 |
| 584 | 2026-07-21T17:27:45.901Z | Checking newtype-uuid v1.3.2 |
| 585 | 2026-07-21T17:27:45.925Z | Compiling daft-derive v0.1.7 |
| 586 | 2026-07-21T17:27:45.950Z | Checking http-body-util v0.1.3 |
| 587 | 2026-07-21T17:27:46.058Z | Compiling aho-corasick v1.1.4 |
| 588 | 2026-07-21T17:27:46.103Z | Checking getrandom v0.2.17 |
| 589 | 2026-07-21T17:27:46.236Z | Compiling camino v1.2.2 |
| 590 | 2026-07-21T17:27:46.292Z | Checking iri-string v0.7.10 |
| 591 | 2026-07-21T17:27:46.399Z | Compiling rustix v0.38.44 |
| 592 | 2026-07-21T17:27:46.563Z | Checking pretty-hex v0.4.1 |
| 593 | 2026-07-21T17:27:46.669Z | Checking daft v0.1.7 |
| 594 | 2026-07-21T17:27:46.838Z | Compiling darling_macro v0.23.0 |
| 595 | 2026-07-21T17:27:46.892Z | Checking rand_core v0.6.4 |
| 596 | 2026-07-21T17:27:47.047Z | Checking flate2 v1.1.9 |
| 597 | 2026-07-21T17:27:47.304Z | Checking tower-http v0.6.8 |
| 598 | 2026-07-21T17:27:47.333Z | Checking url v2.5.8 |
| 599 | 2026-07-21T17:27:47.440Z | Checking rand_chacha v0.9.0 |
| 600 | 2026-07-21T17:27:47.556Z | Checking block-buffer v0.12.1 |
| 601 | 2026-07-21T17:27:47.615Z | Checking crypto-common v0.2.2 |
| 602 | 2026-07-21T17:27:47.670Z | Compiling multer v3.1.0 |
| 603 | 2026-07-21T17:27:47.687Z | Checking wait-timeout v0.2.1 |
| 604 | 2026-07-21T17:27:47.754Z | Checking thread_local v1.1.9 |
| 605 | 2026-07-21T17:27:47.809Z | Checking winnow v1.0.3 |
| 606 | 2026-07-21T17:27:47.890Z | Checking match_cfg v0.1.0 |
| 607 | 2026-07-21T17:27:47.908Z | Checking foldhash v0.2.0 |
| 608 | 2026-07-21T17:27:47.948Z | Checking quick-error v1.2.3 |
| 609 | 2026-07-21T17:27:48.055Z | Checking bit-vec v0.8.0 |
| 610 | 2026-07-21T17:27:48.060Z | Checking allocator-api2 v0.2.21 |
| 611 | 2026-07-21T17:27:48.086Z | Compiling regex-automata v0.4.14 |
| 612 | 2026-07-21T17:27:48.228Z | Checking const-oid v0.10.2 |
| 613 | 2026-07-21T17:27:48.290Z | Compiling ref-cast v1.0.25 |
| 614 | 2026-07-21T17:27:48.319Z | Compiling slog-async v2.8.0 |
| 615 | 2026-07-21T17:27:48.379Z | Checking compression-core v0.4.31 |
| 616 | 2026-07-21T17:27:48.389Z | Checking digest v0.11.3 |
| 617 | 2026-07-21T17:27:48.483Z | Checking compression-codecs v0.4.37 |
| 618 | 2026-07-21T17:27:48.635Z | Checking hashbrown v0.16.1 |
| 619 | 2026-07-21T17:27:48.644Z | Checking bit-set v0.8.0 |
| 620 | 2026-07-21T17:27:48.647Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 621 | 2026-07-21T17:27:48.672Z | Checking rusty-fork v0.3.1 |
| 622 | 2026-07-21T17:27:48.778Z | Checking hostname v0.3.1 |
| 623 | 2026-07-21T17:27:48.864Z | Checking crossbeam-channel v0.5.15 |
| 624 | 2026-07-21T17:27:48.875Z | Checking rand v0.9.2 |
| 625 | 2026-07-21T17:27:48.968Z | Compiling darling v0.23.0 |
| 626 | 2026-07-21T17:27:49.077Z | Checking rand_chacha v0.3.1 |
| 627 | 2026-07-21T17:27:49.192Z | Compiling usdt-macro v0.6.0 |
| 628 | 2026-07-21T17:27:49.227Z | Compiling usdt-attr-macro v0.6.0 |
| 629 | 2026-07-21T17:27:49.315Z | Checking slog-json v2.6.1 |
| 630 | 2026-07-21T17:27:49.356Z | Checking rand_xorshift v0.4.0 |
| 631 | 2026-07-21T17:27:49.458Z | Compiling derive-ex v0.1.8 |
| 632 | 2026-07-21T17:27:49.461Z | Compiling dropshot v0.17.1 |
| 633 | 2026-07-21T17:27:49.701Z | Checking futures-executor v0.3.32 |
| 634 | 2026-07-21T17:27:49.739Z | Compiling regex v1.12.3 |
| 635 | 2026-07-21T17:27:49.830Z | Compiling strum_macros v0.26.4 |
| 636 | 2026-07-21T17:27:49.837Z | Compiling async-trait v0.1.89 |
| 637 | 2026-07-21T17:27:49.891Z | Compiling ref-cast-impl v1.0.25 |
| 638 | 2026-07-21T17:27:49.937Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 639 | 2026-07-21T17:27:50.127Z | Compiling async-stream-impl v0.3.6 |
| 640 | 2026-07-21T17:27:50.364Z | Checking serde_spanned v1.1.1 |
| 641 | 2026-07-21T17:27:50.467Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 642 | 2026-07-21T17:27:50.485Z | Checking is-terminal v0.4.17 |
| 643 | 2026-07-21T17:27:50.571Z | Checking memmap2 v0.9.10 |
| 644 | 2026-07-21T17:27:50.591Z | Checking encoding_rs v0.8.35 |
| 645 | 2026-07-21T17:27:50.653Z | Checking term v1.2.1 |
| 646 | 2026-07-21T17:27:50.722Z | Checking hex v0.4.3 |
| 647 | 2026-07-21T17:27:50.728Z | Checking unarray v0.1.4 |
| 648 | 2026-07-21T17:27:50.760Z | Checking mime v0.3.17 |
| 649 | 2026-07-21T17:27:50.835Z | Checking spin v0.9.8 |
| 650 | 2026-07-21T17:27:50.874Z | Checking take_mut v0.2.2 |
| 651 | 2026-07-21T17:27:50.918Z | Checking cpufeatures v0.3.0 |
| 652 | 2026-07-21T17:27:50.954Z | Compiling anyhow v1.0.102 |
| 653 | 2026-07-21T17:27:50.974Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 654 | 2026-07-21T17:27:50.985Z | Checking sha1 v0.11.0 |
| 655 | 2026-07-21T17:27:50.992Z | Compiling test-strategy v0.4.5 |
| 656 | 2026-07-21T17:27:51.120Z | Checking toml v1.1.2+spec-1.1.0 |
| 657 | 2026-07-21T17:27:51.235Z | Compiling dropshot_endpoint v0.17.1 |
| 658 | 2026-07-21T17:27:51.302Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 659 | 2026-07-21T17:27:51.419Z | Checking slog-term v2.9.2 |
| 660 | 2026-07-21T17:27:51.424Z | Checking strum v0.26.3 |
| 661 | 2026-07-21T17:27:51.442Z | Checking proptest v1.10.0 |
| 662 | 2026-07-21T17:27:51.525Z | Checking async-stream v0.3.6 |
| 663 | 2026-07-21T17:27:51.640Z | Checking usdt v0.6.0 |
| 664 | 2026-07-21T17:27:51.665Z | Compiling parse-display-derive v0.10.0 |
| 665 | 2026-07-21T17:27:51.733Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 666 | 2026-07-21T17:27:51.783Z | Checking futures v0.3.32 |
| 667 | 2026-07-21T17:27:51.807Z | Checking atomicwrites v0.4.4 |
| 668 | 2026-07-21T17:27:51.892Z | Checking slog-bunyan v2.5.0 |
| 669 | 2026-07-21T17:27:51.924Z | Checking rand v0.8.6 |
| 670 | 2026-07-21T17:27:51.996Z | Compiling serde_with_macros v3.21.0 |
| 671 | 2026-07-21T17:27:52.052Z | Checking async-compression v0.4.41 |
| 672 | 2026-07-21T17:27:52.328Z | Compiling newtype-uuid-macros v0.1.0 |
| 673 | 2026-07-21T17:27:52.354Z | Checking openapiv3 v2.2.0 |
| 674 | 2026-07-21T17:27:52.411Z | Compiling strum_macros v0.27.2 |
| 675 | 2026-07-21T17:27:52.791Z | Checking backon v1.6.0 |
| 676 | 2026-07-21T17:27:52.948Z | Checking waitgroup v0.1.2 |
| 677 | 2026-07-21T17:27:53.037Z | Checking rustls-pemfile v2.2.0 |
| 678 | 2026-07-21T17:27:53.047Z | Checking serde_path_to_error v0.1.20 |
| 679 | 2026-07-21T17:27:53.050Z | Checking hostname v0.4.2 |
| 680 | 2026-07-21T17:27:53.077Z | Checking instant v0.1.13 |
| 681 | 2026-07-21T17:27:53.133Z | Checking either v1.15.0 |
| 682 | 2026-07-21T17:27:53.144Z | Checking debug-ignore v1.0.5 |
| 683 | 2026-07-21T17:27:53.154Z | Checking backoff v0.4.0 |
| 684 | 2026-07-21T17:27:53.166Z | Checking parse-display v0.10.0 |
| 685 | 2026-07-21T17:27:53.230Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 686 | 2026-07-21T17:27:53.295Z | Checking serde_with v3.21.0 |
| 687 | 2026-07-21T17:27:53.306Z | Checking itertools v0.14.0 |
| 688 | 2026-07-21T17:27:53.310Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 689 | 2026-07-21T17:27:53.310Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 690 | 2026-07-21T17:27:53.530Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 691 | 2026-07-21T17:27:53.641Z | Checking iddqd v0.4.2 |
| 692 | 2026-07-21T17:27:53.662Z | Checking regress v0.10.5 |
| 693 | 2026-07-21T17:27:53.831Z | Checking macaddr v1.0.1 |
| 694 | 2026-07-21T17:27:54.000Z | Checking humantime v2.3.0 |
| 695 | 2026-07-21T17:27:54.186Z | Checking strum v0.27.2 |
| 696 | 2026-07-21T17:27:58.557Z | Checking rustls-webpki v0.103.13 |
| 697 | 2026-07-21T17:28:00.726Z | Checking tokio-rustls v0.26.4 |
| 698 | 2026-07-21T17:28:00.773Z | Checking rustls-platform-verifier v0.6.2 |
| 699 | 2026-07-21T17:28:00.901Z | Checking hyper-rustls v0.27.7 |
| 700 | 2026-07-21T17:28:01.043Z | Checking reqwest v0.13.2 |
| 701 | 2026-07-21T17:28:01.589Z | Checking progenitor-client v0.14.0 |
| 702 | 2026-07-21T17:28:01.768Z | Checking progenitor-extras v0.2.0 |
| 703 | 2026-07-21T17:28:02.519Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 704 | 2026-07-21T17:28:05.522Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 705 | 2026-07-21T17:28:05.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.04s |
| 706 | 2026-07-21T17:28:05.658Z | + cargo build --release |
| 707 | 2026-07-21T17:28:05.823Z | Compiling proc-macro2 v1.0.106 |
| 708 | 2026-07-21T17:28:05.823Z | Compiling quote v1.0.45 |
| 709 | 2026-07-21T17:28:05.823Z | Compiling unicode-ident v1.0.24 |
| 710 | 2026-07-21T17:28:05.823Z | Compiling libc v0.2.185 |
| 711 | 2026-07-21T17:28:05.833Z | Compiling cfg-if v1.0.4 |
| 712 | 2026-07-21T17:28:05.833Z | Compiling serde_core v1.0.228 |
| 713 | 2026-07-21T17:28:05.833Z | Compiling memchr v2.8.0 |
| 714 | 2026-07-21T17:28:05.833Z | Compiling itoa v1.0.17 |
| 715 | 2026-07-21T17:28:05.920Z | Compiling zmij v1.0.21 |
| 716 | 2026-07-21T17:28:05.966Z | Compiling serde v1.0.228 |
| 717 | 2026-07-21T17:28:06.087Z | Compiling serde_json v1.0.150 |
| 718 | 2026-07-21T17:28:06.198Z | Compiling pin-project-lite v0.2.17 |
| 719 | 2026-07-21T17:28:06.280Z | Compiling smallvec v1.15.1 |
| 720 | 2026-07-21T17:28:06.321Z | Compiling bytes v1.11.1 |
| 721 | 2026-07-21T17:28:06.512Z | Compiling futures-core v0.3.32 |
| 722 | 2026-07-21T17:28:06.639Z | Compiling parking_lot_core v0.9.12 |
| 723 | 2026-07-21T17:28:06.887Z | Compiling errno v0.3.14 |
| 724 | 2026-07-21T17:28:06.904Z | Compiling once_cell v1.21.3 |
| 725 | 2026-07-21T17:28:06.989Z | Compiling syn v2.0.117 |
| 726 | 2026-07-21T17:28:07.026Z | Compiling scopeguard v1.2.0 |
| 727 | 2026-07-21T17:28:07.037Z | Compiling jobserver v0.1.34 |
| 728 | 2026-07-21T17:28:07.102Z | Compiling lock_api v0.4.14 |
| 729 | 2026-07-21T17:28:07.133Z | Compiling shlex v1.3.0 |
| 730 | 2026-07-21T17:28:07.185Z | Compiling find-msvc-tools v0.1.9 |
| 731 | 2026-07-21T17:28:07.193Z | Compiling getrandom v0.4.1 |
| 732 | 2026-07-21T17:28:07.304Z | Compiling parking_lot v0.12.5 |
| 733 | 2026-07-21T17:28:07.335Z | Compiling cc v1.2.56 |
| 734 | 2026-07-21T17:28:07.338Z | Compiling signal-hook-registry v1.4.8 |
| 735 | 2026-07-21T17:28:07.395Z | Compiling mio v1.2.0 |
| 736 | 2026-07-21T17:28:07.405Z | Compiling socket2 v0.6.3 |
| 737 | 2026-07-21T17:28:07.468Z | Compiling thiserror v2.0.18 |
| 738 | 2026-07-21T17:28:07.806Z | Compiling stable_deref_trait v1.2.1 |
| 739 | 2026-07-21T17:28:07.866Z | Compiling futures-sink v0.3.32 |
| 740 | 2026-07-21T17:28:07.966Z | Compiling autocfg v1.5.0 |
| 741 | 2026-07-21T17:28:08.077Z | Compiling cmake v0.1.57 |
| 742 | 2026-07-21T17:28:08.176Z | Compiling rustversion v1.0.22 |
| 743 | 2026-07-21T17:28:08.223Z | Compiling dunce v1.0.5 |
| 744 | 2026-07-21T17:28:08.229Z | Compiling fs_extra v1.3.0 |
| 745 | 2026-07-21T17:28:08.305Z | Compiling num-traits v0.2.19 |
| 746 | 2026-07-21T17:28:08.399Z | Compiling slab v0.4.12 |
| 747 | 2026-07-21T17:28:08.464Z | Compiling zerocopy v0.8.40 |
| 748 | 2026-07-21T17:28:08.568Z | Compiling aws-lc-sys v0.40.0 |
| 749 | 2026-07-21T17:28:08.588Z | Compiling futures-channel v0.3.32 |
| 750 | 2026-07-21T17:28:08.655Z | Compiling equivalent v1.0.2 |
| 751 | 2026-07-21T17:28:08.673Z | Compiling zeroize v1.8.2 |
| 752 | 2026-07-21T17:28:08.863Z | Compiling http v1.4.2 |
| 753 | 2026-07-21T17:28:08.883Z | Compiling bitflags v2.11.0 |
| 754 | 2026-07-21T17:28:09.133Z | Compiling aws-lc-rs v1.16.3 |
| 755 | 2026-07-21T17:28:09.284Z | Compiling ucd-trie v0.1.7 |
| 756 | 2026-07-21T17:28:09.423Z | Compiling futures-io v0.3.32 |
| 757 | 2026-07-21T17:28:09.445Z | Compiling log v0.4.29 |
| 758 | 2026-07-21T17:28:09.607Z | Compiling futures-task v0.3.32 |
| 759 | 2026-07-21T17:28:09.661Z | Compiling pest v2.8.6 |
| 760 | 2026-07-21T17:28:09.757Z | Compiling synstructure v0.13.2 |
| 761 | 2026-07-21T17:28:09.821Z | Compiling rustls-pki-types v1.14.0 |
| 762 | 2026-07-21T17:28:10.278Z | Compiling fnv v1.0.7 |
| 763 | 2026-07-21T17:28:10.381Z | Compiling iana-time-zone v0.1.65 |
| 764 | 2026-07-21T17:28:10.639Z | Compiling serde_derive_internals v0.29.1 |
| 765 | 2026-07-21T17:28:10.673Z | Compiling writeable v0.6.2 |
| 766 | 2026-07-21T17:28:10.722Z | Compiling httparse v1.10.1 |
| 767 | 2026-07-21T17:28:10.722Z | Compiling pest_meta v2.8.6 |
| 768 | 2026-07-21T17:28:10.758Z | Compiling schemars v0.8.22 |
| 769 | 2026-07-21T17:28:10.877Z | Compiling litemap v0.8.1 |
| 770 | 2026-07-21T17:28:10.925Z | Compiling hashbrown v0.17.0 |
| 771 | 2026-07-21T17:28:10.926Z | Compiling serde_derive v1.0.228 |
| 772 | 2026-07-21T17:28:11.007Z | Compiling zerocopy-derive v0.8.40 |
| 773 | 2026-07-21T17:28:11.021Z | Compiling zerofrom-derive v0.1.6 |
| 774 | 2026-07-21T17:28:11.021Z | Compiling yoke-derive v0.8.1 |
| 775 | 2026-07-21T17:28:11.362Z | Compiling tokio-macros v2.7.0 |
| 776 | 2026-07-21T17:28:11.506Z | Compiling thiserror-impl v2.0.18 |
| 777 | 2026-07-21T17:28:11.890Z | Compiling zerovec-derive v0.11.2 |
| 778 | 2026-07-21T17:28:12.028Z | Compiling displaydoc v0.2.5 |
| 779 | 2026-07-21T17:28:12.097Z | Compiling tokio v1.52.1 |
| 780 | 2026-07-21T17:28:12.127Z | Compiling zerofrom v0.1.6 |
| 781 | 2026-07-21T17:28:12.220Z | Compiling yoke v0.8.1 |
| 782 | 2026-07-21T17:28:12.417Z | Compiling futures-macro v0.3.32 |
| 783 | 2026-07-21T17:28:12.688Z | Compiling zerotrie v0.2.3 |
| 784 | 2026-07-21T17:28:12.692Z | Compiling indexmap v2.14.0 |
| 785 | 2026-07-21T17:28:12.888Z | Compiling zerovec v0.11.5 |
| 786 | 2026-07-21T17:28:13.094Z | Compiling schemars_derive v0.8.22 |
| 787 | 2026-07-21T17:28:13.189Z | Compiling futures-util v0.3.32 |
| 788 | 2026-07-21T17:28:13.447Z | Compiling tinystr v0.8.2 |
| 789 | 2026-07-21T17:28:13.645Z | Compiling icu_locale_core v2.1.1 |
| 790 | 2026-07-21T17:28:13.951Z | Compiling chrono v0.4.45 |
| 791 | 2026-07-21T17:28:14.042Z | Compiling potential_utf v0.1.4 |
| 792 | 2026-07-21T17:28:14.208Z | Compiling pest_generator v2.8.6 |
| 793 | 2026-07-21T17:28:14.299Z | Compiling http-body v1.0.1 |
| 794 | 2026-07-21T17:28:14.448Z | Compiling slog v2.8.2 |
| 795 | 2026-07-21T17:28:14.682Z | Compiling semver v1.0.28 |
| 796 | 2026-07-21T17:28:14.782Z | Compiling uuid v1.23.4 |
| 797 | 2026-07-21T17:28:15.300Z | Compiling tracing-core v0.1.36 |
| 798 | 2026-07-21T17:28:15.354Z | Compiling dyn-clone v1.0.20 |
| 799 | 2026-07-21T17:28:15.425Z | Compiling rustls v0.23.41 |
| 800 | 2026-07-21T17:28:15.487Z | Compiling icu_properties_data v2.1.2 |
| 801 | 2026-07-21T17:28:15.638Z | Compiling untrusted v0.9.0 |
| 802 | 2026-07-21T17:28:15.715Z | Compiling heck v0.5.0 |
| 803 | 2026-07-21T17:28:15.757Z | Compiling atomic-waker v1.1.2 |
| 804 | 2026-07-21T17:28:15.815Z | Compiling percent-encoding v2.3.2 |
| 805 | 2026-07-21T17:28:15.876Z | Compiling icu_normalizer_data v2.1.1 |
| 806 | 2026-07-21T17:28:15.900Z | Compiling tracing v0.1.44 |
| 807 | 2026-07-21T17:28:16.094Z | Compiling tokio-util v0.7.18 |
| 808 | 2026-07-21T17:28:16.140Z | Compiling pest_derive v2.8.6 |
| 809 | 2026-07-21T17:28:16.238Z | Compiling icu_provider v2.1.1 |
| 810 | 2026-07-21T17:28:16.626Z | Compiling icu_collections v2.1.1 |
| 811 | 2026-07-21T17:28:16.647Z | Compiling erased-serde v0.3.31 |
| 812 | 2026-07-21T17:28:17.199Z | Compiling base64 v0.22.1 |
| 813 | 2026-07-21T17:28:17.216Z | Compiling try-lock v0.2.5 |
| 814 | 2026-07-21T17:28:17.292Z | Compiling rustix v1.1.3 |
| 815 | 2026-07-21T17:28:17.336Z | Compiling getrandom v0.3.4 |
| 816 | 2026-07-21T17:28:17.439Z | Compiling fastrand v2.3.0 |
| 817 | 2026-07-21T17:28:17.660Z | Compiling tower-layer v0.3.3 |
| 818 | 2026-07-21T17:28:17.739Z | Compiling tower-service v0.3.3 |
| 819 | 2026-07-21T17:28:17.739Z | Compiling subtle v2.6.1 |
| 820 | 2026-07-21T17:28:17.862Z | Compiling want v0.3.1 |
| 821 | 2026-07-21T17:28:17.937Z | Compiling h2 v0.4.15 |
| 822 | 2026-07-21T17:28:18.031Z | Compiling ppv-lite86 v0.2.21 |
| 823 | 2026-07-21T17:28:18.126Z | Compiling serde_tokenstream v0.2.3 |
| 824 | 2026-07-21T17:28:18.126Z | Compiling paste v1.0.15 |
| 825 | 2026-07-21T17:28:18.318Z | Compiling httpdate v1.0.3 |
| 826 | 2026-07-21T17:28:18.355Z | Compiling icu_properties v2.1.2 |
| 827 | 2026-07-21T17:28:18.376Z | Compiling icu_normalizer v2.1.1 |
| 828 | 2026-07-21T17:28:19.752Z | Compiling form_urlencoded v1.2.2 |
| 829 | 2026-07-21T17:28:19.828Z | Compiling structmeta-derive v0.3.0 |
| 830 | 2026-07-21T17:28:20.008Z | Compiling scroll_derive v0.13.1 |
| 831 | 2026-07-21T17:28:20.355Z | Compiling hyper v1.10.1 |
| 832 | 2026-07-21T17:28:20.817Z | Compiling usdt-impl v0.6.0 |
| 833 | 2026-07-21T17:28:20.890Z | Compiling crc32fast v1.5.0 |
| 834 | 2026-07-21T17:28:20.930Z | Compiling time-core v0.1.8 |
| 835 | 2026-07-21T17:28:21.073Z | Compiling version_check v0.9.5 |
| 836 | 2026-07-21T17:28:21.141Z | Compiling typenum v1.20.1 |
| 837 | 2026-07-21T17:28:21.183Z | Compiling powerfmt v0.2.0 |
| 838 | 2026-07-21T17:28:21.278Z | Compiling ipnet v2.11.0 |
| 839 | 2026-07-21T17:28:21.422Z | Compiling num-conv v0.2.0 |
| 840 | 2026-07-21T17:28:21.538Z | Compiling omicron-workspace-hack v0.1.0 |
| 841 | 2026-07-21T17:28:21.750Z | Compiling hyper-util v0.1.20 |
| 842 | 2026-07-21T17:28:21.935Z | Compiling hybrid-array v0.4.13 |
| 843 | 2026-07-21T17:28:22.293Z | Compiling dof v0.4.0 |
| 844 | 2026-07-21T17:28:22.402Z | Compiling time-macros v0.2.27 |
| 845 | 2026-07-21T17:28:22.529Z | Compiling deranged v0.5.8 |
| 846 | 2026-07-21T17:28:23.437Z | Compiling structmeta v0.3.0 |
| 847 | 2026-07-21T17:28:23.581Z | Compiling scroll v0.13.0 |
| 848 | 2026-07-21T17:28:23.626Z | Compiling rand_core v0.9.5 |
| 849 | 2026-07-21T17:28:23.867Z | Compiling tempfile v3.25.0 |
| 850 | 2026-07-21T17:28:23.867Z | Compiling idna_adapter v1.2.1 |
| 851 | 2026-07-21T17:28:24.017Z | Compiling dtrace-parser v0.3.0 |
| 852 | 2026-07-21T17:28:24.457Z | Compiling ipnetwork v0.21.1 |
| 853 | 2026-07-21T17:28:24.480Z | Compiling thread-id v5.1.0 |
| 854 | 2026-07-21T17:28:24.562Z | Compiling sync_wrapper v1.0.2 |
| 855 | 2026-07-21T17:28:24.622Z | Compiling simd-adler32 v0.3.8 |
| 856 | 2026-07-21T17:28:24.653Z | Compiling strsim v0.11.1 |
| 857 | 2026-07-21T17:28:24.751Z | Compiling regex-syntax v0.8.10 |
| 858 | 2026-07-21T17:28:24.820Z | Compiling ryu v1.0.23 |
| 859 | 2026-07-21T17:28:24.924Z | Compiling ident_case v1.0.1 |
| 860 | 2026-07-21T17:28:24.948Z | Compiling num_threads v0.1.7 |
| 861 | 2026-07-21T17:28:25.031Z | Compiling utf8_iter v1.0.4 |
| 862 | 2026-07-21T17:28:25.099Z | Compiling openssl-probe v0.2.1 |
| 863 | 2026-07-21T17:28:25.139Z | Compiling byteorder v1.5.0 |
| 864 | 2026-07-21T17:28:25.144Z | Compiling crossbeam-utils v0.8.21 |
| 865 | 2026-07-21T17:28:25.176Z | Compiling adler2 v2.0.1 |
| 866 | 2026-07-21T17:28:25.322Z | Compiling plain v0.2.3 |
| 867 | 2026-07-21T17:28:25.422Z | Compiling goblin v0.10.5 |
| 868 | 2026-07-21T17:28:25.438Z | Compiling miniz_oxide v0.8.9 |
| 869 | 2026-07-21T17:28:25.450Z | Compiling rustls-native-certs v0.8.3 |
| 870 | 2026-07-21T17:28:25.884Z | Compiling idna v1.1.0 |
| 871 | 2026-07-21T17:28:26.289Z | Compiling time v0.3.47 |
| 872 | 2026-07-21T17:28:26.460Z | Compiling darling_core v0.23.0 |
| 873 | 2026-07-21T17:28:26.865Z | Compiling serde_urlencoded v0.7.1 |
| 874 | 2026-07-21T17:28:27.113Z | Compiling oxnet v0.1.6 |
| 875 | 2026-07-21T17:28:27.479Z | Compiling tower v0.5.3 |
| 876 | 2026-07-21T17:28:28.052Z | Compiling newtype-uuid v1.3.2 |
| 877 | 2026-07-21T17:28:28.277Z | Compiling http-body-util v0.1.3 |
| 878 | 2026-07-21T17:28:28.523Z | Compiling daft-derive v0.1.7 |
| 879 | 2026-07-21T17:28:28.549Z | Compiling aho-corasick v1.1.4 |
| 880 | 2026-07-21T17:28:28.685Z | Compiling getrandom v0.2.17 |
| 881 | 2026-07-21T17:28:29.063Z | Compiling pretty-hex v0.4.1 |
| 882 | 2026-07-21T17:28:29.142Z | Compiling rustix v0.38.44 |
| 883 | 2026-07-21T17:28:29.189Z | Compiling camino v1.2.2 |
| 884 | 2026-07-21T17:28:29.268Z | Compiling iri-string v0.7.10 |
| 885 | 2026-07-21T17:28:29.564Z | Compiling daft v0.1.7 |
| 886 | 2026-07-21T17:28:29.822Z | Compiling rand_core v0.6.4 |
| 887 | 2026-07-21T17:28:29.905Z | Compiling darling_macro v0.23.0 |
| 888 | 2026-07-21T17:28:30.059Z | Compiling flate2 v1.1.9 |
| 889 | 2026-07-21T17:28:31.271Z | Compiling regex-automata v0.4.14 |
| 890 | 2026-07-21T17:28:31.802Z | Compiling tower-http v0.6.8 |
| 891 | 2026-07-21T17:28:31.939Z | Compiling url v2.5.8 |
| 892 | 2026-07-21T17:28:32.759Z | Compiling rand_chacha v0.9.0 |
| 893 | 2026-07-21T17:28:33.123Z | Compiling crypto-common v0.2.2 |
| 894 | 2026-07-21T17:28:33.302Z | Compiling block-buffer v0.12.1 |
| 895 | 2026-07-21T17:28:33.407Z | Compiling multer v3.1.0 |
| 896 | 2026-07-21T17:28:33.469Z | Compiling wait-timeout v0.2.1 |
| 897 | 2026-07-21T17:28:33.740Z | Compiling thread_local v1.1.9 |
| 898 | 2026-07-21T17:28:33.947Z | Compiling winnow v1.0.3 |
| 899 | 2026-07-21T17:28:34.086Z | Compiling match_cfg v0.1.0 |
| 900 | 2026-07-21T17:28:34.362Z | Compiling compression-core v0.4.31 |
| 901 | 2026-07-21T17:28:34.394Z | Compiling allocator-api2 v0.2.21 |
| 902 | 2026-07-21T17:28:34.399Z | Compiling const-oid v0.10.2 |
| 903 | 2026-07-21T17:28:34.402Z | Compiling foldhash v0.2.0 |
| 904 | 2026-07-21T17:28:34.522Z | Compiling ref-cast v1.0.25 |
| 905 | 2026-07-21T17:28:34.667Z | Compiling slog-async v2.8.0 |
| 906 | 2026-07-21T17:28:34.674Z | Compiling quick-error v1.2.3 |
| 907 | 2026-07-21T17:28:34.770Z | Compiling bit-vec v0.8.0 |
| 908 | 2026-07-21T17:28:34.779Z | Compiling rusty-fork v0.3.1 |
| 909 | 2026-07-21T17:28:34.874Z | Compiling hashbrown v0.16.1 |
| 910 | 2026-07-21T17:28:34.996Z | Compiling bit-set v0.8.0 |
| 911 | 2026-07-21T17:28:35.181Z | Compiling digest v0.11.3 |
| 912 | 2026-07-21T17:28:35.356Z | Compiling compression-codecs v0.4.37 |
| 913 | 2026-07-21T17:28:35.627Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 914 | 2026-07-21T17:28:35.728Z | Compiling hostname v0.3.1 |
| 915 | 2026-07-21T17:28:35.938Z | Compiling crossbeam-channel v0.5.15 |
| 916 | 2026-07-21T17:28:36.626Z | Compiling rand v0.9.2 |
| 917 | 2026-07-21T17:28:36.746Z | Compiling regex v1.12.3 |
| 918 | 2026-07-21T17:28:36.933Z | Compiling darling v0.23.0 |
| 919 | 2026-07-21T17:28:37.006Z | Compiling rand_chacha v0.3.1 |
| 920 | 2026-07-21T17:28:37.628Z | Compiling slog-json v2.6.1 |
| 921 | 2026-07-21T17:28:37.894Z | Compiling usdt-macro v0.6.0 |
| 922 | 2026-07-21T17:28:37.943Z | Compiling usdt-attr-macro v0.6.0 |
| 923 | 2026-07-21T17:28:38.481Z | Compiling rand_xorshift v0.4.0 |
| 924 | 2026-07-21T17:28:38.560Z | Compiling derive-ex v0.1.8 |
| 925 | 2026-07-21T17:28:38.650Z | Compiling dropshot v0.17.1 |
| 926 | 2026-07-21T17:28:38.680Z | Compiling strum_macros v0.26.4 |
| 927 | 2026-07-21T17:28:38.888Z | Compiling futures-executor v0.3.32 |
| 928 | 2026-07-21T17:28:39.170Z | Compiling async-trait v0.1.89 |
| 929 | 2026-07-21T17:28:39.451Z | Compiling ref-cast-impl v1.0.25 |
| 930 | 2026-07-21T17:28:39.992Z | Compiling async-stream-impl v0.3.6 |
| 931 | 2026-07-21T17:28:40.038Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 932 | 2026-07-21T17:28:40.117Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 933 | 2026-07-21T17:28:40.126Z | Compiling serde_spanned v1.1.1 |
| 934 | 2026-07-21T17:28:40.252Z | Compiling memmap2 v0.9.10 |
| 935 | 2026-07-21T17:28:40.288Z | Compiling is-terminal v0.4.17 |
| 936 | 2026-07-21T17:28:40.393Z | Compiling encoding_rs v0.8.35 |
| 937 | 2026-07-21T17:28:40.515Z | Compiling unarray v0.1.4 |
| 938 | 2026-07-21T17:28:40.537Z | Compiling mime v0.3.17 |
| 939 | 2026-07-21T17:28:40.628Z | Compiling spin v0.9.8 |
| 940 | 2026-07-21T17:28:40.639Z | Compiling hex v0.4.3 |
| 941 | 2026-07-21T17:28:40.738Z | Compiling cpufeatures v0.3.0 |
| 942 | 2026-07-21T17:28:40.752Z | Compiling term v1.2.1 |
| 943 | 2026-07-21T17:28:40.815Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 944 | 2026-07-21T17:28:40.913Z | Compiling take_mut v0.2.2 |
| 945 | 2026-07-21T17:28:41.017Z | Compiling anyhow v1.0.102 |
| 946 | 2026-07-21T17:28:41.048Z | Compiling slog-term v2.9.2 |
| 947 | 2026-07-21T17:28:42.397Z | Compiling toml v1.1.2+spec-1.1.0 |
| 948 | 2026-07-21T17:28:42.531Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 949 | 2026-07-21T17:28:42.689Z | Compiling sha1 v0.11.0 |
| 950 | 2026-07-21T17:28:42.752Z | Compiling dropshot_endpoint v0.17.1 |
| 951 | 2026-07-21T17:28:42.783Z | Compiling async-stream v0.3.6 |
| 952 | 2026-07-21T17:28:43.576Z | Compiling proptest v1.10.0 |
| 953 | 2026-07-21T17:28:43.623Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 954 | 2026-07-21T17:28:43.624Z | Compiling usdt v0.6.0 |
| 955 | 2026-07-21T17:28:43.843Z | Compiling strum v0.26.3 |
| 956 | 2026-07-21T17:28:43.964Z | Compiling test-strategy v0.4.5 |
| 957 | 2026-07-21T17:28:44.401Z | Compiling futures v0.3.32 |
| 958 | 2026-07-21T17:28:44.641Z | Compiling atomicwrites v0.4.4 |
| 959 | 2026-07-21T17:28:44.688Z | Compiling slog-bunyan v2.5.0 |
| 960 | 2026-07-21T17:28:44.850Z | Compiling rand v0.8.6 |
| 961 | 2026-07-21T17:28:44.921Z | Compiling parse-display-derive v0.10.0 |
| 962 | 2026-07-21T17:28:45.649Z | Compiling serde_with_macros v3.21.0 |
| 963 | 2026-07-21T17:28:46.302Z | Compiling async-compression v0.4.41 |
| 964 | 2026-07-21T17:28:46.402Z | Compiling newtype-uuid-macros v0.1.0 |
| 965 | 2026-07-21T17:28:46.710Z | Compiling backon v1.6.0 |
| 966 | 2026-07-21T17:28:46.721Z | Compiling strum_macros v0.27.2 |
| 967 | 2026-07-21T17:28:46.753Z | Compiling waitgroup v0.1.2 |
| 968 | 2026-07-21T17:28:46.951Z | Compiling openapiv3 v2.2.0 |
| 969 | 2026-07-21T17:28:46.995Z | Compiling rustls-pemfile v2.2.0 |
| 970 | 2026-07-21T17:28:46.995Z | Compiling serde_path_to_error v0.1.20 |
| 971 | 2026-07-21T17:28:47.166Z | Compiling hostname v0.4.2 |
| 972 | 2026-07-21T17:28:47.202Z | Compiling instant v0.1.13 |
| 973 | 2026-07-21T17:28:47.312Z | Compiling debug-ignore v1.0.5 |
| 974 | 2026-07-21T17:28:47.324Z | Compiling either v1.15.0 |
| 975 | 2026-07-21T17:28:47.390Z | Compiling backoff v0.4.0 |
| 976 | 2026-07-21T17:28:47.410Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 977 | 2026-07-21T17:28:47.526Z | Compiling itertools v0.14.0 |
| 978 | 2026-07-21T17:28:47.583Z | Compiling serde_with v3.21.0 |
| 979 | 2026-07-21T17:28:48.512Z | Compiling strum v0.27.2 |
| 980 | 2026-07-21T17:28:48.641Z | Compiling parse-display v0.10.0 |
| 981 | 2026-07-21T17:28:49.011Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 982 | 2026-07-21T17:28:49.130Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 983 | 2026-07-21T17:28:49.410Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 984 | 2026-07-21T17:28:49.429Z | Compiling iddqd v0.4.2 |
| 985 | 2026-07-21T17:28:49.525Z | Compiling regress v0.10.5 |
| 986 | 2026-07-21T17:28:49.860Z | Compiling macaddr v1.0.1 |
| 987 | 2026-07-21T17:28:50.062Z | Compiling humantime v2.3.0 |
| 988 | 2026-07-21T17:28:56.378Z | Compiling rustls-webpki v0.103.13 |
| 989 | 2026-07-21T17:28:59.641Z | Compiling tokio-rustls v0.26.4 |
| 990 | 2026-07-21T17:28:59.641Z | Compiling rustls-platform-verifier v0.6.2 |
| 991 | 2026-07-21T17:28:59.932Z | Compiling hyper-rustls v0.27.7 |
| 992 | 2026-07-21T17:29:00.251Z | Compiling reqwest v0.13.2 |
| 993 | 2026-07-21T17:29:02.523Z | Compiling progenitor-client v0.14.0 |
| 994 | 2026-07-21T17:29:02.800Z | Compiling progenitor-extras v0.2.0 |
| 995 | 2026-07-21T17:29:03.589Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 996 | 2026-07-21T17:29:07.556Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 997 | 2026-07-21T17:29:11.310Z | Finished `release` profile [optimized] target(s) in 1m 05s |
| 998 | 2026-07-21T17:29:11.363Z | process exited: duration 104734 ms, exit code 0 |
| |
| 999 | 2026-07-21T17:29:11.390Z | found 0 output files |