|
|
|
| 1 | 2025-08-18T18:49:07.894Z | job assigned to worker 01K2Z84XY23SVHZGZMKHPHCBX0 [factory aws, i-0e55c2c5141839007] (queued for 1 m 14 s) |
| |
| 2 | 2025-08-18T18:49:16.929Z | starting task 0: "setup" |
| 3 | 2025-08-18T18:49:16.934Z | ++ uname -s |
| 4 | 2025-08-18T18:49:16.937Z | + kern=SunOS |
| 5 | 2025-08-18T18:49:16.937Z | + build_user=build |
| 6 | 2025-08-18T18:49:16.938Z | + build_uid=12345 |
| 7 | 2025-08-18T18:49:16.938Z | + work_dir=/work |
| 8 | 2025-08-18T18:49:16.938Z | + input_dir=/input |
| 9 | 2025-08-18T18:49:16.938Z | + [[ 0 == 12345 ]] |
| 10 | 2025-08-18T18:49:16.938Z | + case "$kern" in |
| 11 | 2025-08-18T18:49:16.938Z | + groupadd -g 12345 build |
| 12 | 2025-08-18T18:49:16.944Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-08-18T18:49:18.946Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-08-18T18:49:19.005Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-08-18T18:49:19.009Z | + home_fs=zfs |
| 16 | 2025-08-18T18:49:19.009Z | + [[ zfs == autofs ]] |
| 17 | 2025-08-18T18:49:19.009Z | + mkdir -p /home/build |
| 18 | 2025-08-18T18:49:19.012Z | + chown build:build /home/build /work |
| 19 | 2025-08-18T18:49:21.012Z | + chmod 0700 /home/build /work |
| 20 | 2025-08-18T18:49:21.016Z | process exited: duration 4088 ms, exit code 0 |
| |
| 21 | 2025-08-18T18:49:21.024Z | starting task 1: "rust-toolchain" |
| 22 | 2025-08-18T18:49:21.029Z | * rust toolchain channel = "1.89.0" |
| 23 | 2025-08-18T18:49:21.029Z | + printf ' * rust toolchain channel = "%s"\n' 1.89.0 |
| 24 | 2025-08-18T18:49:21.029Z | * rust toolchain profile = "default" |
| 25 | 2025-08-18T18:49:21.029Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-08-18T18:49:21.029Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-08-18T18:49:21.029Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-08-18T18:49:21.033Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-08-18T18:49:21.033Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default |
| 30 | 2025-08-18T18:49:21.156Z | info: downloading installer |
| 31 | 2025-08-18T18:49:22.422Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-08-18T18:49:22.422Z | warn: /opt/ooce/bin |
| 33 | 2025-08-18T18:49:22.422Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-08-18T18:49:22.422Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-08-18T18:49:22.422Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-08-18T18:49:22.422Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-08-18T18:49:22.422Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-08-18T18:49:22.422Z | error: cannot install while Rust is installed |
| 39 | 2025-08-18T18:49:22.422Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-08-18T18:49:22.450Z | info: profile set to 'default' |
| 41 | 2025-08-18T18:49:22.450Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-08-18T18:49:22.453Z | info: syncing channel updates for '1.89.0-x86_64-unknown-illumos' |
| 43 | 2025-08-18T18:49:22.612Z | info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04) |
| 44 | 2025-08-18T18:49:22.614Z | info: downloading component 'cargo' |
| 45 | 2025-08-18T18:49:23.387Z | info: downloading component 'clippy' |
| 46 | 2025-08-18T18:49:23.705Z | info: downloading component 'rust-docs' |
| 47 | 2025-08-18T18:49:24.927Z | info: downloading component 'rust-std' |
| 48 | 2025-08-18T18:49:26.617Z | info: downloading component 'rustc' |
| 49 | 2025-08-18T18:49:32.571Z | info: downloading component 'rustfmt' |
| 50 | 2025-08-18T18:49:32.808Z | info: installing component 'cargo' |
| 51 | 2025-08-18T18:49:33.718Z | info: installing component 'clippy' |
| 52 | 2025-08-18T18:49:34.123Z | info: installing component 'rust-docs' |
| 53 | 2025-08-18T18:49:36.024Z | info: installing component 'rust-std' |
| 54 | 2025-08-18T18:49:37.995Z | info: installing component 'rustc' |
| 55 | 2025-08-18T18:49:44.563Z | info: installing component 'rustfmt' |
| 56 | 2025-08-18T18:49:44.912Z | info: default toolchain set to '1.89.0-x86_64-unknown-illumos' |
| 57 | 2025-08-18T18:49:44.912Z | |
| 58 | 2025-08-18T18:49:45.339Z | 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04) |
| 59 | 2025-08-18T18:49:45.339Z | |
| 60 | 2025-08-18T18:49:45.362Z | |
| 61 | 2025-08-18T18:49:45.362Z | Rust is installed now. Great! |
| 62 | 2025-08-18T18:49:45.362Z | |
| 63 | 2025-08-18T18:49:45.362Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-08-18T18:49:45.362Z | environment variable. This has not been done automatically. |
| 65 | 2025-08-18T18:49:45.362Z | |
| 66 | 2025-08-18T18:49:45.362Z | To configure your current shell, you need to source |
| 67 | 2025-08-18T18:49:45.362Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-08-18T18:49:45.362Z | |
| 69 | 2025-08-18T18:49:45.362Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-08-18T18:49:45.362Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-08-18T18:49:45.362Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-08-18T18:49:45.362Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-08-18T18:49:45.462Z | + rustup --version |
| 74 | 2025-08-18T18:49:45.474Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-08-18T18:49:45.478Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-08-18T18:49:45.576Z | info: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)` |
| 77 | 2025-08-18T18:49:45.583Z | + cargo --version |
| 78 | 2025-08-18T18:49:45.686Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 79 | 2025-08-18T18:49:45.693Z | + rustc --version |
| 80 | 2025-08-18T18:49:45.768Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 81 | 2025-08-18T18:49:45.772Z | process exited: duration 24744 ms, exit code 0 |
| |
| 82 | 2025-08-18T18:49:45.779Z | starting task 2: "authentication" |
| 83 | 2025-08-18T18:49:45.803Z | process exited: duration 23 ms, exit code 0 |
| |
| 84 | 2025-08-18T18:49:45.810Z | starting task 3: "clone repository" |
| 85 | 2025-08-18T18:49:45.816Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-08-18T18:49:45.820Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-08-18T18:49:45.991Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-08-18T18:49:54.157Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-08-18T18:49:54.161Z | + git fetch origin 33b001744b04f04128c1eba52b6b9353cbabedb3 |
| 90 | 2025-08-18T18:49:54.485Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-08-18T18:49:54.485Z | * branch 33b001744b04f04128c1eba52b6b9353cbabedb3 -> FETCH_HEAD |
| 92 | 2025-08-18T18:49:54.495Z | + [[ -n john/mgs-update-no-unreachable ]] |
| 93 | 2025-08-18T18:49:54.500Z | ++ git branch --show-current |
| 94 | 2025-08-18T18:49:54.503Z | + current=main |
| 95 | 2025-08-18T18:49:54.503Z | + [[ main != john/mgs-update-no-unreachable ]] |
| 96 | 2025-08-18T18:49:54.503Z | + git branch -f john/mgs-update-no-unreachable 33b001744b04f04128c1eba52b6b9353cbabedb3 |
| 97 | 2025-08-18T18:49:54.507Z | + git checkout -f john/mgs-update-no-unreachable |
| 98 | 2025-08-18T18:49:54.524Z | Switched to branch 'john/mgs-update-no-unreachable' |
| 99 | 2025-08-18T18:49:54.527Z | + git reset --hard 33b001744b04f04128c1eba52b6b9353cbabedb3 |
| 100 | 2025-08-18T18:49:54.553Z | HEAD is now at 33b001744 expectorate (debug formatting...) |
| 101 | 2025-08-18T18:49:54.557Z | process exited: duration 8743 ms, exit code 0 |
| |
| 102 | 2025-08-18T18:49:54.566Z | starting task 4: "build" |
| 103 | 2025-08-18T18:49:54.569Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-08-18T18:49:54.569Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-08-18T18:49:54.569Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-08-18T18:49:54.569Z | + cargo --version |
| 107 | 2025-08-18T18:49:54.626Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 108 | 2025-08-18T18:49:54.629Z | + rustc --version |
| 109 | 2025-08-18T18:49:54.699Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 110 | 2025-08-18T18:49:54.703Z | + cd /tmp |
| 111 | 2025-08-18T18:49:54.703Z | + cargo new --lib test-project |
| 112 | 2025-08-18T18:49:54.774Z | Creating library `test-project` package |
| 113 | 2025-08-18T18:49:54.862Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 114 | 2025-08-18T18:49:54.866Z | + cd test-project |
| 115 | 2025-08-18T18:49:54.866Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 116 | 2025-08-18T18:49:54.941Z | Adding omicron-common (local) to dependencies |
| 117 | 2025-08-18T18:49:54.941Z | Features: |
| 118 | 2025-08-18T18:49:54.941Z | - proptest |
| 119 | 2025-08-18T18:49:54.941Z | - test-strategy |
| 120 | 2025-08-18T18:49:54.941Z | - testing |
| 121 | 2025-08-18T18:49:54.971Z | Updating crates.io index |
| 122 | 2025-08-18T18:49:55.070Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 123 | 2025-08-18T18:49:55.534Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 124 | 2025-08-18T18:49:56.283Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 125 | 2025-08-18T18:49:56.704Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 126 | 2025-08-18T18:49:57.085Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 127 | 2025-08-18T18:49:58.429Z | Locking 358 packages to latest Rust 1.89.0 compatible versions |
| 128 | 2025-08-18T18:49:58.541Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 129 | 2025-08-18T18:49:58.544Z | + cargo check |
| 130 | 2025-08-18T18:49:58.730Z | Updating crates.io index |
| 131 | 2025-08-18T18:49:59.710Z | Locking 1 package to latest Rust 1.89.0 compatible version |
| 132 | 2025-08-18T18:49:59.710Z | Adding omicron-workspace-hack v0.1.0 |
| 133 | 2025-08-18T18:49:59.746Z | Downloading crates ... |
| 134 | 2025-08-18T18:49:59.809Z | Downloaded bitflags v2.9.1 |
| 135 | 2025-08-18T18:49:59.822Z | Downloaded autocfg v1.4.0 |
| 136 | 2025-08-18T18:49:59.826Z | Downloaded dtrace-parser v0.2.0 |
| 137 | 2025-08-18T18:49:59.830Z | Downloaded byteorder v1.5.0 |
| 138 | 2025-08-18T18:49:59.830Z | Downloaded bit-set v0.8.0 |
| 139 | 2025-08-18T18:49:59.833Z | Downloaded dirs-next v2.0.0 |
| 140 | 2025-08-18T18:49:59.833Z | Downloaded take_mut v0.2.2 |
| 141 | 2025-08-18T18:49:59.837Z | Downloaded unarray v0.1.4 |
| 142 | 2025-08-18T18:49:59.837Z | Downloaded derive-where v1.5.0 |
| 143 | 2025-08-18T18:49:59.841Z | Downloaded dyn-clone v1.0.19 |
| 144 | 2025-08-18T18:49:59.844Z | Downloaded want v0.3.1 |
| 145 | 2025-08-18T18:49:59.847Z | Downloaded structmeta v0.3.0 |
| 146 | 2025-08-18T18:49:59.847Z | Downloaded try-lock v0.2.5 |
| 147 | 2025-08-18T18:49:59.850Z | Downloaded tinystr v0.7.6 |
| 148 | 2025-08-18T18:49:59.854Z | Downloaded thread-id v4.2.2 |
| 149 | 2025-08-18T18:49:59.854Z | Downloaded thiserror-impl v1.0.69 |
| 150 | 2025-08-18T18:49:59.857Z | Downloaded typenum v1.17.0 |
| 151 | 2025-08-18T18:49:59.862Z | Downloaded async-stream v0.3.6 |
| 152 | 2025-08-18T18:49:59.866Z | Downloaded match_cfg v0.1.0 |
| 153 | 2025-08-18T18:49:59.866Z | Downloaded write16 v1.0.0 |
| 154 | 2025-08-18T18:49:59.869Z | Downloaded zerovec-derive v0.10.3 |
| 155 | 2025-08-18T18:49:59.869Z | Downloaded untrusted v0.9.0 |
| 156 | 2025-08-18T18:49:59.874Z | Downloaded icu_normalizer v1.5.0 |
| 157 | 2025-08-18T18:49:59.877Z | Downloaded zeroize v1.8.1 |
| 158 | 2025-08-18T18:49:59.880Z | Downloaded omicron-workspace-hack v0.1.0 |
| 159 | 2025-08-18T18:49:59.880Z | Downloaded memmap v0.7.0 |
| 160 | 2025-08-18T18:49:59.885Z | Downloaded rustc-hash v2.1.1 |
| 161 | 2025-08-18T18:49:59.885Z | Downloaded scroll_derive v0.12.0 |
| 162 | 2025-08-18T18:49:59.889Z | Downloaded icu_locid_transform_data v1.5.0 |
| 163 | 2025-08-18T18:49:59.889Z | Downloaded http-body v1.0.1 |
| 164 | 2025-08-18T18:49:59.892Z | Downloaded parse-display-derive v0.10.0 |
| 165 | 2025-08-18T18:49:59.893Z | Downloaded num-traits v0.2.19 |
| 166 | 2025-08-18T18:49:59.896Z | Downloaded futures-io v0.3.31 |
| 167 | 2025-08-18T18:49:59.899Z | Downloaded lazy_static v1.5.0 |
| 168 | 2025-08-18T18:49:59.899Z | Downloaded is-terminal v0.4.13 |
| 169 | 2025-08-18T18:49:59.903Z | Downloaded uuid v1.17.0 |
| 170 | 2025-08-18T18:49:59.906Z | Downloaded spin v0.9.8 |
| 171 | 2025-08-18T18:49:59.910Z | Downloaded serde_yaml v0.9.34+deprecated |
| 172 | 2025-08-18T18:49:59.913Z | Downloaded hex v0.4.3 |
| 173 | 2025-08-18T18:49:59.916Z | Downloaded url v2.5.4 |
| 174 | 2025-08-18T18:49:59.920Z | Downloaded hostname v0.4.0 |
| 175 | 2025-08-18T18:49:59.923Z | Downloaded serde_path_to_error v0.1.17 |
| 176 | 2025-08-18T18:49:59.923Z | Downloaded hyper-rustls v0.27.7 |
| 177 | 2025-08-18T18:49:59.927Z | Downloaded ipnetwork v0.21.1 |
| 178 | 2025-08-18T18:49:59.932Z | Downloaded syn v2.0.104 |
| 179 | 2025-08-18T18:49:59.940Z | Downloaded sha2 v0.10.9 |
| 180 | 2025-08-18T18:49:59.943Z | Downloaded pin-project-lite v0.2.14 |
| 181 | 2025-08-18T18:49:59.950Z | Downloaded winnow v0.7.10 |
| 182 | 2025-08-18T18:49:59.960Z | Downloaded quick-error v1.2.3 |
| 183 | 2025-08-18T18:49:59.964Z | Downloaded ppv-lite86 v0.2.20 |
| 184 | 2025-08-18T18:49:59.964Z | Downloaded serde_json v1.0.142 |
| 185 | 2025-08-18T18:49:59.970Z | Downloaded slog-async v2.8.0 |
| 186 | 2025-08-18T18:49:59.973Z | Downloaded smallvec v1.15.1 |
| 187 | 2025-08-18T18:49:59.978Z | Downloaded ref-cast v1.0.24 |
| 188 | 2025-08-18T18:49:59.978Z | Downloaded schemars_derive v0.8.22 |
| 189 | 2025-08-18T18:49:59.982Z | Downloaded camino v1.1.11 |
| 190 | 2025-08-18T18:49:59.982Z | Downloaded rusty-fork v0.3.0 |
| 191 | 2025-08-18T18:49:59.986Z | Downloaded icu_properties v1.5.1 |
| 192 | 2025-08-18T18:49:59.986Z | Downloaded rand v0.8.5 |
| 193 | 2025-08-18T18:49:59.989Z | Downloaded regex v1.11.1 |
| 194 | 2025-08-18T18:50:00.001Z | Downloaded progenitor-client v0.9.1 |
| 195 | 2025-08-18T18:50:00.005Z | Downloaded pest_meta v2.7.14 |
| 196 | 2025-08-18T18:50:00.005Z | Downloaded crossbeam-utils v0.8.21 |
| 197 | 2025-08-18T18:50:00.008Z | Downloaded webpki-roots v1.0.1 |
| 198 | 2025-08-18T18:50:00.011Z | Downloaded rustls-pki-types v1.10.0 |
| 199 | 2025-08-18T18:50:00.015Z | Downloaded slab v0.4.9 |
| 200 | 2025-08-18T18:50:00.019Z | Downloaded serde_urlencoded v0.7.1 |
| 201 | 2025-08-18T18:50:00.022Z | Downloaded icu_locid v1.5.0 |
| 202 | 2025-08-18T18:50:00.025Z | Downloaded progenitor v0.9.1 |
| 203 | 2025-08-18T18:50:00.029Z | Downloaded progenitor-impl v0.9.1 |
| 204 | 2025-08-18T18:50:00.029Z | Downloaded hyper-util v0.1.16 |
| 205 | 2025-08-18T18:50:00.033Z | Downloaded rand_xorshift v0.4.0 |
| 206 | 2025-08-18T18:50:00.036Z | Downloaded futures v0.3.31 |
| 207 | 2025-08-18T18:50:00.040Z | Downloaded rand_core v0.9.2 |
| 208 | 2025-08-18T18:50:00.043Z | Downloaded socket2 v0.6.0 |
| 209 | 2025-08-18T18:50:00.047Z | Downloaded serde_derive v1.0.219 |
| 210 | 2025-08-18T18:50:00.050Z | Downloaded crossbeam-channel v0.5.15 |
| 211 | 2025-08-18T18:50:00.053Z | Downloaded quote v1.0.40 |
| 212 | 2025-08-18T18:50:00.057Z | Downloaded slog-json v2.6.1 |
| 213 | 2025-08-18T18:50:00.057Z | Downloaded futures-channel v0.3.31 |
| 214 | 2025-08-18T18:50:00.060Z | Downloaded slog v2.7.0 |
| 215 | 2025-08-18T18:50:00.063Z | Downloaded serde v1.0.219 |
| 216 | 2025-08-18T18:50:00.066Z | Downloaded rand v0.9.1 |
| 217 | 2025-08-18T18:50:00.070Z | Downloaded http v1.3.1 |
| 218 | 2025-08-18T18:50:00.073Z | Downloaded iddqd v0.3.9 |
| 219 | 2025-08-18T18:50:00.079Z | Downloaded socket2 v0.5.10 |
| 220 | 2025-08-18T18:50:00.082Z | Downloaded scopeguard v1.2.0 |
| 221 | 2025-08-18T18:50:00.085Z | Downloaded rand_chacha v0.3.1 |
| 222 | 2025-08-18T18:50:00.085Z | Downloaded progenitor-macro v0.9.1 |
| 223 | 2025-08-18T18:50:00.085Z | Downloaded pest_generator v2.7.14 |
| 224 | 2025-08-18T18:50:00.089Z | Downloaded percent-encoding v2.3.1 |
| 225 | 2025-08-18T18:50:00.090Z | Downloaded httparse v1.9.5 |
| 226 | 2025-08-18T18:50:00.094Z | Downloaded daft v0.1.4 |
| 227 | 2025-08-18T18:50:00.094Z | Downloaded ipnet v2.11.0 |
| 228 | 2025-08-18T18:50:00.097Z | Downloaded http-body-util v0.1.3 |
| 229 | 2025-08-18T18:50:00.097Z | Downloaded futures-executor v0.3.31 |
| 230 | 2025-08-18T18:50:00.100Z | Downloaded heck v0.5.0 |
| 231 | 2025-08-18T18:50:00.100Z | Downloaded generic-array v0.14.7 |
| 232 | 2025-08-18T18:50:00.104Z | Downloaded futures-sink v0.3.31 |
| 233 | 2025-08-18T18:50:00.104Z | Downloaded futures-macro v0.3.31 |
| 234 | 2025-08-18T18:50:00.104Z | Downloaded form_urlencoded v1.2.1 |
| 235 | 2025-08-18T18:50:00.107Z | Downloaded crypto-common v0.1.6 |
| 236 | 2025-08-18T18:50:00.107Z | Downloaded wait-timeout v0.2.0 |
| 237 | 2025-08-18T18:50:00.111Z | Downloaded tracing-core v0.1.32 |
| 238 | 2025-08-18T18:50:00.111Z | Downloaded idna v1.0.3 |
| 239 | 2025-08-18T18:50:00.114Z | Downloaded toml v0.9.5 |
| 240 | 2025-08-18T18:50:00.119Z | Downloaded pest v2.7.14 |
| 241 | 2025-08-18T18:50:00.125Z | Downloaded tower v0.5.2 |
| 242 | 2025-08-18T18:50:00.134Z | Downloaded plain v0.2.3 |
| 243 | 2025-08-18T18:50:00.137Z | Downloaded ucd-trie v0.1.7 |
| 244 | 2025-08-18T18:50:00.140Z | Downloaded serde_with v3.14.0 |
| 245 | 2025-08-18T18:50:00.152Z | Downloaded parking_lot v0.12.3 |
| 246 | 2025-08-18T18:50:00.155Z | Downloaded proptest v1.7.0 |
| 247 | 2025-08-18T18:50:00.163Z | Downloaded parse-display v0.10.0 |
| 248 | 2025-08-18T18:50:00.166Z | Downloaded reqwest v0.12.22 |
| 249 | 2025-08-18T18:50:00.174Z | Downloaded mime v0.3.17 |
| 250 | 2025-08-18T18:50:00.177Z | Downloaded zerocopy v0.7.35 |
| 251 | 2025-08-18T18:50:00.194Z | Downloaded serde_with_macros v3.14.0 |
| 252 | 2025-08-18T18:50:00.197Z | Downloaded zerocopy-derive v0.7.35 |
| 253 | 2025-08-18T18:50:00.201Z | Downloaded ryu v1.0.18 |
| 254 | 2025-08-18T18:50:00.204Z | Downloaded tinyvec v1.8.0 |
| 255 | 2025-08-18T18:50:00.208Z | Downloaded writeable v0.5.5 |
| 256 | 2025-08-18T18:50:00.212Z | Downloaded rustls v0.23.19 |
| 257 | 2025-08-18T18:50:00.222Z | Downloaded unsafe-libyaml v0.2.11 |
| 258 | 2025-08-18T18:50:00.225Z | Downloaded sync_wrapper v1.0.1 |
| 259 | 2025-08-18T18:50:00.229Z | Downloaded subtle v2.6.1 |
| 260 | 2025-08-18T18:50:00.229Z | Downloaded tokio-macros v2.5.0 |
| 261 | 2025-08-18T18:50:00.232Z | Downloaded rustix v1.0.7 |
| 262 | 2025-08-18T18:50:00.254Z | Downloaded regex-automata v0.4.8 |
| 263 | 2025-08-18T18:50:00.270Z | Downloaded rand_core v0.6.4 |
| 264 | 2025-08-18T18:50:00.273Z | Downloaded serde_spanned v1.0.0 |
| 265 | 2025-08-18T18:50:00.273Z | Downloaded serde_derive_internals v0.29.1 |
| 266 | 2025-08-18T18:50:00.276Z | Downloaded mio v1.0.2 |
| 267 | 2025-08-18T18:50:00.280Z | Downloaded zerovec v0.10.4 |
| 268 | 2025-08-18T18:50:00.286Z | Downloaded waitgroup v0.1.2 |
| 269 | 2025-08-18T18:50:00.289Z | Downloaded utf16_iter v1.0.5 |
| 270 | 2025-08-18T18:50:00.289Z | Downloaded usdt-impl v0.5.0 |
| 271 | 2025-08-18T18:50:00.293Z | Downloaded usdt v0.5.0 |
| 272 | 2025-08-18T18:50:00.293Z | Downloaded strum v0.26.3 |
| 273 | 2025-08-18T18:50:00.293Z | Downloaded thiserror v2.0.12 |
| 274 | 2025-08-18T18:50:00.299Z | Downloaded libc v0.2.174 |
| 275 | 2025-08-18T18:50:00.321Z | Downloaded quinn v0.11.5 |
| 276 | 2025-08-18T18:50:00.325Z | Downloaded lock_api v0.4.12 |
| 277 | 2025-08-18T18:50:00.328Z | Downloaded tokio-util v0.7.15 |
| 278 | 2025-08-18T18:50:00.332Z | Downloaded tokio v1.47.0 |
| 279 | 2025-08-18T18:50:00.365Z | Downloaded time-macros v0.2.18 |
| 280 | 2025-08-18T18:50:00.368Z | Downloaded paste v1.0.15 |
| 281 | 2025-08-18T18:50:00.371Z | Downloaded unicode-ident v1.0.18 |
| 282 | 2025-08-18T18:50:00.375Z | Downloaded dropshot v0.16.3 |
| 283 | 2025-08-18T18:50:00.391Z | Downloaded encoding_rs v0.8.34 |
| 284 | 2025-08-18T18:50:00.408Z | Downloaded ring v0.17.14 |
| 285 | 2025-08-18T18:50:00.442Z | Downloaded chrono v0.4.41 |
| 286 | 2025-08-18T18:50:00.448Z | Downloaded time v0.3.36 |
| 287 | 2025-08-18T18:50:00.454Z | Downloaded icu_properties_data v1.5.0 |
| 288 | 2025-08-18T18:50:00.464Z | Downloaded yoke-derive v0.7.4 |
| 289 | 2025-08-18T18:50:00.467Z | Downloaded tower-layer v0.3.3 |
| 290 | 2025-08-18T18:50:00.467Z | Downloaded litemap v0.7.3 |
| 291 | 2025-08-18T18:50:00.467Z | Downloaded hyper v1.6.0 |
| 292 | 2025-08-18T18:50:00.471Z | Downloaded h2 v0.4.6 |
| 293 | 2025-08-18T18:50:00.477Z | Downloaded term v0.7.0 |
| 294 | 2025-08-18T18:50:00.480Z | Downloaded goblin v0.8.2 |
| 295 | 2025-08-18T18:50:00.484Z | Downloaded iri-string v0.7.8 |
| 296 | 2025-08-18T18:50:00.490Z | Downloaded getrandom v0.3.1 |
| 297 | 2025-08-18T18:50:00.493Z | Downloaded icu_provider_macros v1.5.0 |
| 298 | 2025-08-18T18:50:00.498Z | Downloaded toml_writer v1.0.2 |
| 299 | 2025-08-18T18:50:00.498Z | Downloaded tinyvec_macros v0.1.1 |
| 300 | 2025-08-18T18:50:00.498Z | Downloaded synstructure v0.13.1 |
| 301 | 2025-08-18T18:50:00.501Z | Downloaded icu_locid_transform v1.5.0 |
| 302 | 2025-08-18T18:50:00.501Z | Downloaded daft-derive v0.1.4 |
| 303 | 2025-08-18T18:50:00.504Z | Downloaded cfg-if v1.0.1 |
| 304 | 2025-08-18T18:50:00.504Z | Downloaded anyhow v1.0.99 |
| 305 | 2025-08-18T18:50:00.509Z | Downloaded tokio-rustls v0.26.0 |
| 306 | 2025-08-18T18:50:00.512Z | Downloaded debug-ignore v1.0.5 |
| 307 | 2025-08-18T18:50:00.512Z | Downloaded strum v0.27.2 |
| 308 | 2025-08-18T18:50:00.512Z | Downloaded errno v0.3.12 |
| 309 | 2025-08-18T18:50:00.515Z | Downloaded backoff v0.4.0 |
| 310 | 2025-08-18T18:50:00.515Z | Downloaded digest v0.10.7 |
| 311 | 2025-08-18T18:50:00.527Z | Downloaded tracing v0.1.40 |
| 312 | 2025-08-18T18:50:00.527Z | Downloaded structmeta-derive v0.3.0 |
| 313 | 2025-08-18T18:50:00.528Z | Downloaded fastrand v2.1.1 |
| 314 | 2025-08-18T18:50:00.528Z | Downloaded darling_core v0.20.10 |
| 315 | 2025-08-18T18:50:00.531Z | Downloaded aho-corasick v1.1.3 |
| 316 | 2025-08-18T18:50:00.537Z | Downloaded deranged v0.3.11 |
| 317 | 2025-08-18T18:50:00.540Z | Downloaded async-trait v0.1.88 |
| 318 | 2025-08-18T18:50:00.543Z | Downloaded displaydoc v0.2.5 |
| 319 | 2025-08-18T18:50:00.547Z | Downloaded derive-ex v0.1.8 |
| 320 | 2025-08-18T18:50:00.550Z | Downloaded base64 v0.22.1 |
| 321 | 2025-08-18T18:50:00.662Z | Downloaded once_cell v1.21.3 |
| 322 | 2025-08-18T18:50:00.859Z | Downloaded newtype-uuid v1.2.4 |
| 323 | 2025-08-18T18:50:00.894Z | Downloaded tower-service v0.3.3 |
| 324 | 2025-08-18T18:50:00.926Z | Downloaded toml_datetime v0.7.0 |
| 325 | 2025-08-18T18:50:00.929Z | Downloaded time-core v0.1.2 |
| 326 | 2025-08-18T18:50:00.929Z | Downloaded test-strategy v0.4.3 |
| 327 | 2025-08-18T18:50:01.023Z | Downloaded strum_macros v0.26.4 |
| 328 | 2025-08-18T18:50:01.107Z | Downloaded serde_tokenstream v0.2.2 |
| 329 | 2025-08-18T18:50:01.126Z | Downloaded toml_parser v1.0.2 |
| 330 | 2025-08-18T18:50:01.189Z | Downloaded rustversion v1.0.17 |
| 331 | 2025-08-18T18:50:01.192Z | Downloaded scroll v0.12.0 |
| 332 | 2025-08-18T18:50:01.195Z | Downloaded usdt-attr-macro v0.5.0 |
| 333 | 2025-08-18T18:50:01.195Z | Downloaded thiserror-impl v2.0.12 |
| 334 | 2025-08-18T18:50:01.207Z | Downloaded progenitor-client v0.10.0 |
| 335 | 2025-08-18T18:50:01.211Z | Downloaded memchr v2.7.4 |
| 336 | 2025-08-18T18:50:01.247Z | Downloaded zerofrom-derive v0.1.4 |
| 337 | 2025-08-18T18:50:01.251Z | Downloaded num_threads v0.1.7 |
| 338 | 2025-08-18T18:50:01.255Z | Downloaded sha1 v0.10.6 |
| 339 | 2025-08-18T18:50:01.255Z | Downloaded zerofrom v0.1.4 |
| 340 | 2025-08-18T18:50:01.274Z | Downloaded parking_lot_core v0.9.10 |
| 341 | 2025-08-18T18:50:01.293Z | Downloaded stable_deref_trait v1.2.0 |
| 342 | 2025-08-18T18:50:01.296Z | Downloaded utf8_iter v1.0.4 |
| 343 | 2025-08-18T18:50:01.296Z | Downloaded dof v0.3.0 |
| 344 | 2025-08-18T18:50:01.318Z | Downloaded allocator-api2 v0.2.21 |
| 345 | 2025-08-18T18:50:01.321Z | Downloaded thiserror v1.0.69 |
| 346 | 2025-08-18T18:50:01.357Z | Downloaded cpufeatures v0.2.14 |
| 347 | 2025-08-18T18:50:01.374Z | Downloaded quinn-udp v0.5.5 |
| 348 | 2025-08-18T18:50:01.379Z | Downloaded typify v0.3.0 |
| 349 | 2025-08-18T18:50:01.382Z | Downloaded tempfile v3.20.0 |
| 350 | 2025-08-18T18:50:01.387Z | Downloaded rustls-pemfile v2.2.0 |
| 351 | 2025-08-18T18:50:01.424Z | Downloaded quinn-proto v0.11.8 |
| 352 | 2025-08-18T18:50:01.435Z | Downloaded async-stream-impl v0.3.6 |
| 353 | 2025-08-18T18:50:01.456Z | Downloaded foldhash v0.1.5 |
| 354 | 2025-08-18T18:50:01.459Z | Downloaded openapiv3 v2.2.0 |
| 355 | 2025-08-18T18:50:01.474Z | Downloaded iana-time-zone v0.1.63 |
| 356 | 2025-08-18T18:50:01.492Z | Downloaded regex-syntax v0.8.5 |
| 357 | 2025-08-18T18:50:01.500Z | Downloaded log v0.4.27 |
| 358 | 2025-08-18T18:50:01.505Z | Downloaded usdt-macro v0.5.0 |
| 359 | 2025-08-18T18:50:01.509Z | Downloaded strum_macros v0.27.1 |
| 360 | 2025-08-18T18:50:01.509Z | Downloaded typify-impl v0.3.0 |
| 361 | 2025-08-18T18:50:01.591Z | Downloaded yoke v0.7.4 |
| 362 | 2025-08-18T18:50:01.595Z | Downloaded tokio-rustls v0.25.0 |
| 363 | 2025-08-18T18:50:01.598Z | Downloaded thread_local v1.1.8 |
| 364 | 2025-08-18T18:50:01.601Z | Downloaded instant v0.1.13 |
| 365 | 2025-08-18T18:50:01.666Z | Downloaded zerocopy v0.8.26 |
| 366 | 2025-08-18T18:50:01.686Z | Downloaded regress v0.10.4 |
| 367 | 2025-08-18T18:50:01.694Z | Downloaded pretty-hex v0.4.1 |
| 368 | 2025-08-18T18:50:01.698Z | Downloaded block-buffer v0.10.4 |
| 369 | 2025-08-18T18:50:01.759Z | Downloaded proc-macro2 v1.0.95 |
| 370 | 2025-08-18T18:50:01.764Z | Downloaded fnv v1.0.7 |
| 371 | 2025-08-18T18:50:01.787Z | Downloaded dirs-sys-next v0.1.2 |
| 372 | 2025-08-18T18:50:01.808Z | Downloaded version_check v0.9.5 |
| 373 | 2025-08-18T18:50:01.824Z | Downloaded slog-bunyan v2.5.0 |
| 374 | 2025-08-18T18:50:01.836Z | Downloaded dropshot_endpoint v0.16.3 |
| 375 | 2025-08-18T18:50:01.863Z | Downloaded atomic-waker v1.1.2 |
| 376 | 2025-08-18T18:50:01.873Z | Downloaded tower-http v0.6.6 |
| 377 | 2025-08-18T18:50:01.893Z | Downloaded semver v1.0.26 |
| 378 | 2025-08-18T18:50:01.961Z | Downloaded strsim v0.11.1 |
| 379 | 2025-08-18T18:50:02.041Z | Downloaded icu_provider v1.5.0 |
| 380 | 2025-08-18T18:50:02.044Z | Downloaded hashbrown v0.15.4 |
| 381 | 2025-08-18T18:50:02.117Z | Downloaded getrandom v0.2.15 |
| 382 | 2025-08-18T18:50:02.121Z | Downloaded ident_case v1.0.1 |
| 383 | 2025-08-18T18:50:02.195Z | Downloaded powerfmt v0.2.0 |
| 384 | 2025-08-18T18:50:02.198Z | Downloaded macaddr v1.0.1 |
| 385 | 2025-08-18T18:50:02.213Z | Downloaded pin-utils v0.1.0 |
| 386 | 2025-08-18T18:50:02.216Z | Downloaded slog-term v2.9.1 |
| 387 | 2025-08-18T18:50:02.220Z | Downloaded schemars v0.8.22 |
| 388 | 2025-08-18T18:50:02.230Z | Downloaded signal-hook-registry v1.4.2 |
| 389 | 2025-08-18T18:50:02.234Z | Downloaded ref-cast-impl v1.0.24 |
| 390 | 2025-08-18T18:50:02.234Z | Downloaded hostname v0.3.1 |
| 391 | 2025-08-18T18:50:02.234Z | Downloaded equivalent v1.0.2 |
| 392 | 2025-08-18T18:50:02.264Z | Downloaded icu_normalizer_data v1.5.0 |
| 393 | 2025-08-18T18:50:02.267Z | Downloaded icu_collections v1.5.0 |
| 394 | 2025-08-18T18:50:02.271Z | Downloaded darling_macro v0.20.10 |
| 395 | 2025-08-18T18:50:02.292Z | Downloaded itoa v1.0.11 |
| 396 | 2025-08-18T18:50:02.301Z | Downloaded num-conv v0.1.0 |
| 397 | 2025-08-18T18:50:02.305Z | Downloaded cc v1.2.30 |
| 398 | 2025-08-18T18:50:02.326Z | Downloaded rand_chacha v0.9.0 |
| 399 | 2025-08-18T18:50:02.355Z | Downloaded futures-core v0.3.31 |
| 400 | 2025-08-18T18:50:02.562Z | Downloaded futures-task v0.3.31 |
| 401 | 2025-08-18T18:50:02.589Z | Downloaded rustls-webpki v0.102.8 |
| 402 | 2025-08-18T18:50:02.605Z | Downloaded shlex v1.3.0 |
| 403 | 2025-08-18T18:50:02.670Z | Downloaded httpdate v1.0.3 |
| 404 | 2025-08-18T18:50:02.674Z | Downloaded rustls v0.22.4 |
| 405 | 2025-08-18T18:50:02.787Z | Downloaded darling v0.20.10 |
| 406 | 2025-08-18T18:50:02.795Z | Downloaded indexmap v2.10.0 |
| 407 | 2025-08-18T18:50:02.859Z | Downloaded futures-util v0.3.31 |
| 408 | 2025-08-18T18:50:02.988Z | Downloaded idna_adapter v1.2.0 |
| 409 | 2025-08-18T18:50:03.387Z | Downloaded pest_derive v2.7.14 |
| 410 | 2025-08-18T18:50:03.614Z | Downloaded typify-macro v0.3.0 |
| 411 | 2025-08-18T18:50:03.793Z | Downloaded multer v3.1.0 |
| 412 | 2025-08-18T18:50:03.960Z | Downloaded bytes v1.10.1 |
| 413 | 2025-08-18T18:50:04.269Z | Downloaded bit-vec v0.8.0 |
| 414 | 2025-08-18T18:50:04.303Z | Downloaded oxnet v0.1.3 |
| 415 | 2025-08-18T18:50:04.378Z | Compiling proc-macro2 v1.0.95 |
| 416 | 2025-08-18T18:50:04.378Z | Compiling unicode-ident v1.0.18 |
| 417 | 2025-08-18T18:50:04.382Z | Compiling libc v0.2.174 |
| 418 | 2025-08-18T18:50:04.382Z | Checking cfg-if v1.0.1 |
| 419 | 2025-08-18T18:50:04.382Z | Compiling autocfg v1.4.0 |
| 420 | 2025-08-18T18:50:04.382Z | Compiling serde v1.0.219 |
| 421 | 2025-08-18T18:50:04.382Z | Checking memchr v2.7.4 |
| 422 | 2025-08-18T18:50:04.382Z | Checking itoa v1.0.11 |
| 423 | 2025-08-18T18:50:04.571Z | Compiling serde_json v1.0.142 |
| 424 | 2025-08-18T18:50:04.770Z | Checking ryu v1.0.18 |
| 425 | 2025-08-18T18:50:04.980Z | Compiling getrandom v0.3.1 |
| 426 | 2025-08-18T18:50:05.232Z | Compiling semver v1.0.26 |
| 427 | 2025-08-18T18:50:05.410Z | Checking pin-project-lite v0.2.14 |
| 428 | 2025-08-18T18:50:05.465Z | Checking smallvec v1.15.1 |
| 429 | 2025-08-18T18:50:05.468Z | Checking bytes v1.10.1 |
| 430 | 2025-08-18T18:50:05.585Z | Compiling version_check v0.9.5 |
| 431 | 2025-08-18T18:50:05.820Z | Checking futures-core v0.3.31 |
| 432 | 2025-08-18T18:50:05.865Z | Checking once_cell v1.21.3 |
| 433 | 2025-08-18T18:50:05.908Z | Compiling lock_api v0.4.12 |
| 434 | 2025-08-18T18:50:05.953Z | Compiling num-traits v0.2.19 |
| 435 | 2025-08-18T18:50:06.052Z | Compiling parking_lot_core v0.9.10 |
| 436 | 2025-08-18T18:50:06.206Z | Checking scopeguard v1.2.0 |
| 437 | 2025-08-18T18:50:06.375Z | Checking fnv v1.0.7 |
| 438 | 2025-08-18T18:50:06.443Z | Compiling thiserror v1.0.69 |
| 439 | 2025-08-18T18:50:06.477Z | Compiling slab v0.4.9 |
| 440 | 2025-08-18T18:50:06.507Z | Checking equivalent v1.0.2 |
| 441 | 2025-08-18T18:50:06.542Z | Compiling quote v1.0.40 |
| 442 | 2025-08-18T18:50:06.705Z | Checking allocator-api2 v0.2.21 |
| 443 | 2025-08-18T18:50:06.845Z | Compiling shlex v1.3.0 |
| 444 | 2025-08-18T18:50:06.885Z | Checking foldhash v0.1.5 |
| 445 | 2025-08-18T18:50:06.945Z | Compiling syn v2.0.104 |
| 446 | 2025-08-18T18:50:07.019Z | Checking futures-sink v0.3.31 |
| 447 | 2025-08-18T18:50:07.127Z | Compiling cc v1.2.30 |
| 448 | 2025-08-18T18:50:07.152Z | Checking parking_lot v0.12.3 |
| 449 | 2025-08-18T18:50:07.195Z | Checking getrandom v0.2.15 |
| 450 | 2025-08-18T18:50:07.316Z | Checking signal-hook-registry v1.4.2 |
| 451 | 2025-08-18T18:50:07.330Z | Checking hashbrown v0.15.4 |
| 452 | 2025-08-18T18:50:07.382Z | Checking mio v1.0.2 |
| 453 | 2025-08-18T18:50:07.427Z | Checking socket2 v0.6.0 |
| 454 | 2025-08-18T18:50:07.510Z | Checking iana-time-zone v0.1.63 |
| 455 | 2025-08-18T18:50:07.597Z | Checking stable_deref_trait v1.2.0 |
| 456 | 2025-08-18T18:50:07.676Z | Compiling schemars v0.8.22 |
| 457 | 2025-08-18T18:50:07.908Z | Compiling heck v0.5.0 |
| 458 | 2025-08-18T18:50:07.977Z | Checking dyn-clone v1.0.19 |
| 459 | 2025-08-18T18:50:07.998Z | Checking futures-channel v0.3.31 |
| 460 | 2025-08-18T18:50:08.124Z | Checking http v1.3.1 |
| 461 | 2025-08-18T18:50:08.138Z | Compiling thiserror v2.0.12 |
| 462 | 2025-08-18T18:50:08.207Z | Checking futures-task v0.3.31 |
| 463 | 2025-08-18T18:50:08.320Z | Checking log v0.4.27 |
| 464 | 2025-08-18T18:50:08.357Z | Checking futures-io v0.3.31 |
| 465 | 2025-08-18T18:50:08.428Z | Checking pin-utils v0.1.0 |
| 466 | 2025-08-18T18:50:08.456Z | Checking rustls-pki-types v1.10.0 |
| 467 | 2025-08-18T18:50:08.876Z | Checking untrusted v0.9.0 |
| 468 | 2025-08-18T18:50:08.983Z | Checking writeable v0.5.5 |
| 469 | 2025-08-18T18:50:09.042Z | Checking litemap v0.7.3 |
| 470 | 2025-08-18T18:50:09.099Z | Checking byteorder v1.5.0 |
| 471 | 2025-08-18T18:50:09.306Z | Compiling ucd-trie v0.1.7 |
| 472 | 2025-08-18T18:50:09.323Z | Compiling httparse v1.9.5 |
| 473 | 2025-08-18T18:50:09.391Z | Checking http-body v1.0.1 |
| 474 | 2025-08-18T18:50:09.518Z | Checking tracing-core v0.1.32 |
| 475 | 2025-08-18T18:50:09.723Z | Checking bitflags v2.9.1 |
| 476 | 2025-08-18T18:50:09.996Z | Compiling ring v0.17.14 |
| 477 | 2025-08-18T18:50:10.011Z | Checking icu_locid_transform_data v1.5.0 |
| 478 | 2025-08-18T18:50:10.023Z | Checking subtle v2.6.1 |
| 479 | 2025-08-18T18:50:10.109Z | Checking percent-encoding v2.3.1 |
| 480 | 2025-08-18T18:50:10.153Z | Checking atomic-waker v1.1.2 |
| 481 | 2025-08-18T18:50:10.333Z | Checking zeroize v1.8.1 |
| 482 | 2025-08-18T18:50:10.339Z | Checking tracing v0.1.40 |
| 483 | 2025-08-18T18:50:10.566Z | Checking try-lock v0.2.5 |
| 484 | 2025-08-18T18:50:10.636Z | Checking tower-service v0.3.3 |
| 485 | 2025-08-18T18:50:10.654Z | Compiling uuid v1.17.0 |
| 486 | 2025-08-18T18:50:10.719Z | Checking icu_properties_data v1.5.0 |
| 487 | 2025-08-18T18:50:10.877Z | Compiling chrono v0.4.41 |
| 488 | 2025-08-18T18:50:10.956Z | Checking want v0.3.1 |
| 489 | 2025-08-18T18:50:10.980Z | Compiling regress v0.10.4 |
| 490 | 2025-08-18T18:50:11.147Z | Checking icu_normalizer_data v1.5.0 |
| 491 | 2025-08-18T18:50:11.241Z | Compiling slog v2.7.0 |
| 492 | 2025-08-18T18:50:11.255Z | Checking write16 v1.0.0 |
| 493 | 2025-08-18T18:50:11.317Z | Checking httpdate v1.0.3 |
| 494 | 2025-08-18T18:50:11.375Z | Compiling rustls v0.23.19 |
| 495 | 2025-08-18T18:50:11.416Z | Checking utf16_iter v1.0.5 |
| 496 | 2025-08-18T18:50:11.553Z | Checking utf8_iter v1.0.4 |
| 497 | 2025-08-18T18:50:11.728Z | Checking form_urlencoded v1.2.1 |
| 498 | 2025-08-18T18:50:11.749Z | Compiling aho-corasick v1.1.3 |
| 499 | 2025-08-18T18:50:11.824Z | Compiling paste v1.0.15 |
| 500 | 2025-08-18T18:50:11.916Z | Checking base64 v0.22.1 |
| 501 | 2025-08-18T18:50:12.323Z | Checking regex-syntax v0.8.5 |
| 502 | 2025-08-18T18:50:12.374Z | Compiling typenum v1.17.0 |
| 503 | 2025-08-18T18:50:13.272Z | Compiling zerocopy v0.8.26 |
| 504 | 2025-08-18T18:50:14.057Z | Compiling serde_derive_internals v0.29.1 |
| 505 | 2025-08-18T18:50:15.219Z | Compiling synstructure v0.13.1 |
| 506 | 2025-08-18T18:50:15.488Z | Checking ipnet v2.11.0 |
| 507 | 2025-08-18T18:50:16.042Z | Compiling generic-array v0.14.7 |
| 508 | 2025-08-18T18:50:16.415Z | Compiling regex-automata v0.4.8 |
| 509 | 2025-08-18T18:50:16.430Z | Checking sync_wrapper v1.0.1 |
| 510 | 2025-08-18T18:50:16.489Z | Compiling rustversion v1.0.17 |
| 511 | 2025-08-18T18:50:16.512Z | Compiling newtype-uuid v1.2.4 |
| 512 | 2025-08-18T18:50:16.579Z | Checking tower-layer v0.3.3 |
| 513 | 2025-08-18T18:50:17.666Z | Compiling serde_derive v1.0.219 |
| 514 | 2025-08-18T18:50:17.761Z | Compiling schemars_derive v0.8.22 |
| 515 | 2025-08-18T18:50:17.825Z | Compiling thiserror-impl v1.0.69 |
| 516 | 2025-08-18T18:50:17.917Z | Compiling zerofrom-derive v0.1.4 |
| 517 | 2025-08-18T18:50:18.007Z | Compiling yoke-derive v0.7.4 |
| 518 | 2025-08-18T18:50:18.430Z | Compiling tokio-macros v2.5.0 |
| 519 | 2025-08-18T18:50:19.934Z | Compiling zerocopy-derive v0.7.35 |
| 520 | 2025-08-18T18:50:20.457Z | Checking tokio v1.47.0 |
| 521 | 2025-08-18T18:50:20.488Z | Compiling zerovec-derive v0.10.3 |
| 522 | 2025-08-18T18:50:20.503Z | Compiling futures-macro v0.3.31 |
| 523 | 2025-08-18T18:50:20.533Z | Compiling displaydoc v0.2.5 |
| 524 | 2025-08-18T18:50:21.000Z | Checking zerofrom v0.1.4 |
| 525 | 2025-08-18T18:50:21.220Z | Checking yoke v0.7.4 |
| 526 | 2025-08-18T18:50:21.593Z | Compiling thiserror-impl v2.0.12 |
| 527 | 2025-08-18T18:50:21.940Z | Compiling icu_provider_macros v1.5.0 |
| 528 | 2025-08-18T18:50:22.106Z | Compiling pest v2.7.14 |
| 529 | 2025-08-18T18:50:22.349Z | Checking futures-util v0.3.31 |
| 530 | 2025-08-18T18:50:22.838Z | Checking zerovec v0.10.4 |
| 531 | 2025-08-18T18:50:23.061Z | Checking zerocopy v0.7.35 |
| 532 | 2025-08-18T18:50:23.076Z | Checking rustls-webpki v0.102.8 |
| 533 | 2025-08-18T18:50:24.431Z | Checking tinystr v0.7.6 |
| 534 | 2025-08-18T18:50:24.549Z | Compiling pest_meta v2.7.14 |
| 535 | 2025-08-18T18:50:24.763Z | Checking icu_locid v1.5.0 |
| 536 | 2025-08-18T18:50:24.894Z | Checking icu_collections v1.5.0 |
| 537 | 2025-08-18T18:50:25.741Z | Checking ppv-lite86 v0.2.20 |
| 538 | 2025-08-18T18:50:25.758Z | Checking icu_provider v1.5.0 |
| 539 | 2025-08-18T18:50:26.390Z | Checking icu_locid_transform v1.5.0 |
| 540 | 2025-08-18T18:50:26.509Z | Compiling pest_generator v2.7.14 |
| 541 | 2025-08-18T18:50:27.420Z | Checking icu_properties v1.5.1 |
| 542 | 2025-08-18T18:50:27.499Z | Checking tokio-util v0.7.15 |
| 543 | 2025-08-18T18:50:28.122Z | Checking tower v0.5.2 |
| 544 | 2025-08-18T18:50:28.284Z | Compiling regex v1.11.1 |
| 545 | 2025-08-18T18:50:28.309Z | Compiling pest_derive v2.7.14 |
| 546 | 2025-08-18T18:50:28.322Z | Compiling scroll_derive v0.12.0 |
| 547 | 2025-08-18T18:50:28.459Z | Checking tokio-rustls v0.26.0 |
| 548 | 2025-08-18T18:50:28.791Z | Compiling structmeta-derive v0.3.0 |
| 549 | 2025-08-18T18:50:28.848Z | Checking http-body-util v0.1.3 |
| 550 | 2025-08-18T18:50:29.549Z | Checking indexmap v2.10.0 |
| 551 | 2025-08-18T18:50:29.778Z | Compiling serde_tokenstream v0.2.2 |
| 552 | 2025-08-18T18:50:30.537Z | Checking serde_urlencoded v0.7.1 |
| 553 | 2025-08-18T18:50:30.574Z | Checking webpki-roots v1.0.1 |
| 554 | 2025-08-18T18:50:30.759Z | Checking icu_normalizer v1.5.0 |
| 555 | 2025-08-18T18:50:30.783Z | Compiling usdt-impl v0.5.0 |
| 556 | 2025-08-18T18:50:30.806Z | Checking h2 v0.4.6 |
| 557 | 2025-08-18T18:50:31.205Z | Checking powerfmt v0.2.0 |
| 558 | 2025-08-18T18:50:31.511Z | Checking idna_adapter v1.2.0 |
| 559 | 2025-08-18T18:50:31.688Z | Checking iri-string v0.7.8 |
| 560 | 2025-08-18T18:50:31.713Z | Checking idna v1.0.3 |
| 561 | 2025-08-18T18:50:31.727Z | Compiling rustix v1.0.7 |
| 562 | 2025-08-18T18:50:31.987Z | Compiling time-core v0.1.2 |
| 563 | 2025-08-18T18:50:32.173Z | Compiling num-conv v0.1.0 |
| 564 | 2025-08-18T18:50:32.198Z | Checking url v2.5.4 |
| 565 | 2025-08-18T18:50:32.445Z | Compiling time-macros v0.2.18 |
| 566 | 2025-08-18T18:50:32.557Z | Compiling thread-id v4.2.2 |
| 567 | 2025-08-18T18:50:32.687Z | Checking deranged v0.3.11 |
| 568 | 2025-08-18T18:50:32.769Z | Checking ipnetwork v0.21.1 |
| 569 | 2025-08-18T18:50:33.161Z | Checking oxnet v0.1.3 |
| 570 | 2025-08-18T18:50:33.290Z | Compiling dof v0.3.0 |
| 571 | 2025-08-18T18:50:33.516Z | Compiling typify-impl v0.3.0 |
| 572 | 2025-08-18T18:50:34.118Z | Compiling structmeta v0.3.0 |
| 573 | 2025-08-18T18:50:34.154Z | Checking scroll v0.12.0 |
| 574 | 2025-08-18T18:50:34.281Z | Checking tower-http v0.6.6 |
| 575 | 2025-08-18T18:50:34.463Z | Compiling dtrace-parser v0.2.0 |
| 576 | 2025-08-18T18:50:34.477Z | Checking rand_core v0.9.2 |
| 577 | 2025-08-18T18:50:34.802Z | Compiling daft-derive v0.1.4 |
| 578 | 2025-08-18T18:50:34.970Z | Checking hyper v1.6.0 |
| 579 | 2025-08-18T18:50:35.785Z | Checking errno v0.3.12 |
| 580 | 2025-08-18T18:50:36.085Z | Compiling crossbeam-utils v0.8.21 |
| 581 | 2025-08-18T18:50:36.152Z | Compiling omicron-workspace-hack v0.1.0 |
| 582 | 2025-08-18T18:50:36.244Z | Checking plain v0.2.3 |
| 583 | 2025-08-18T18:50:36.339Z | Compiling strsim v0.11.1 |
| 584 | 2025-08-18T18:50:36.410Z | Compiling ident_case v1.0.1 |
| 585 | 2025-08-18T18:50:36.656Z | Checking num_threads v0.1.7 |
| 586 | 2025-08-18T18:50:36.783Z | Compiling darling_core v0.20.10 |
| 587 | 2025-08-18T18:50:36.798Z | Checking time v0.3.36 |
| 588 | 2025-08-18T18:50:36.892Z | Checking hyper-util v0.1.16 |
| 589 | 2025-08-18T18:50:37.272Z | Checking goblin v0.8.2 |
| 590 | 2025-08-18T18:50:38.628Z | Checking daft v0.1.4 |
| 591 | 2025-08-18T18:50:39.069Z | Checking hyper-rustls v0.27.7 |
| 592 | 2025-08-18T18:50:39.427Z | Checking reqwest v0.12.22 |
| 593 | 2025-08-18T18:50:39.497Z | Compiling openapiv3 v2.2.0 |
| 594 | 2025-08-18T18:50:40.768Z | Checking dirs-sys-next v0.1.2 |
| 595 | 2025-08-18T18:50:40.979Z | Compiling anyhow v1.0.99 |
| 596 | 2025-08-18T18:50:41.160Z | Checking fastrand v2.1.1 |
| 597 | 2025-08-18T18:50:41.409Z | Compiling unsafe-libyaml v0.2.11 |
| 598 | 2025-08-18T18:50:41.508Z | Checking pretty-hex v0.4.1 |
| 599 | 2025-08-18T18:50:41.620Z | Compiling rustls v0.22.4 |
| 600 | 2025-08-18T18:50:41.900Z | Compiling darling_macro v0.20.10 |
| 601 | 2025-08-18T18:50:42.013Z | Checking tempfile v3.20.0 |
| 602 | 2025-08-18T18:50:42.285Z | Checking dirs-next v2.0.0 |
| 603 | 2025-08-18T18:50:42.764Z | Compiling typify-macro v0.3.0 |
| 604 | 2025-08-18T18:50:42.858Z | Compiling serde_yaml v0.9.34+deprecated |
| 605 | 2025-08-18T18:50:42.898Z | Checking block-buffer v0.10.4 |
| 606 | 2025-08-18T18:50:42.939Z | Checking crypto-common v0.1.6 |
| 607 | 2025-08-18T18:50:43.074Z | Checking rand_core v0.6.4 |
| 608 | 2025-08-18T18:50:43.120Z | Compiling multer v3.1.0 |
| 609 | 2025-08-18T18:50:43.134Z | Checking thread_local v1.1.8 |
| 610 | 2025-08-18T18:50:43.328Z | Checking wait-timeout v0.2.0 |
| 611 | 2025-08-18T18:50:43.384Z | Compiling slog-async v2.8.0 |
| 612 | 2025-08-18T18:50:43.415Z | Checking bit-vec v0.8.0 |
| 613 | 2025-08-18T18:50:43.436Z | Checking match_cfg v0.1.0 |
| 614 | 2025-08-18T18:50:43.509Z | Compiling ref-cast v1.0.24 |
| 615 | 2025-08-18T18:50:43.523Z | Compiling camino v1.1.11 |
| 616 | 2025-08-18T18:50:43.537Z | Checking winnow v0.7.10 |
| 617 | 2025-08-18T18:50:43.801Z | Checking quick-error v1.2.3 |
| 618 | 2025-08-18T18:50:43.942Z | Checking bit-set v0.8.0 |
| 619 | 2025-08-18T18:50:43.966Z | Checking rusty-fork v0.3.0 |
| 620 | 2025-08-18T18:50:43.986Z | Checking hostname v0.3.1 |
| 621 | 2025-08-18T18:50:44.127Z | Checking rand_chacha v0.3.1 |
| 622 | 2025-08-18T18:50:44.198Z | Checking crossbeam-channel v0.5.15 |
| 623 | 2025-08-18T18:50:44.228Z | Checking digest v0.10.7 |
| 624 | 2025-08-18T18:50:44.261Z | Compiling darling v0.20.10 |
| 625 | 2025-08-18T18:50:44.388Z | Checking term v0.7.0 |
| 626 | 2025-08-18T18:50:44.740Z | Checking progenitor-client v0.9.1 |
| 627 | 2025-08-18T18:50:44.838Z | Compiling usdt-attr-macro v0.5.0 |
| 628 | 2025-08-18T18:50:44.906Z | Compiling usdt-macro v0.5.0 |
| 629 | 2025-08-18T18:50:44.921Z | Checking slog-json v2.6.1 |
| 630 | 2025-08-18T18:50:45.138Z | Compiling strum_macros v0.26.4 |
| 631 | 2025-08-18T18:50:45.218Z | Checking rand v0.9.1 |
| 632 | 2025-08-18T18:50:46.048Z | Checking rand_chacha v0.9.0 |
| 633 | 2025-08-18T18:50:46.115Z | Compiling typify v0.3.0 |
| 634 | 2025-08-18T18:50:46.224Z | Checking rand_xorshift v0.4.0 |
| 635 | 2025-08-18T18:50:46.258Z | Compiling progenitor-impl v0.9.1 |
| 636 | 2025-08-18T18:50:46.274Z | Compiling derive-ex v0.1.8 |
| 637 | 2025-08-18T18:50:46.277Z | Checking toml_parser v1.0.2 |
| 638 | 2025-08-18T18:50:46.359Z | Checking serde_spanned v1.0.0 |
| 639 | 2025-08-18T18:50:46.405Z | Checking toml_datetime v0.7.0 |
| 640 | 2025-08-18T18:50:46.581Z | Checking hex v0.4.3 |
| 641 | 2025-08-18T18:50:46.813Z | Checking futures-executor v0.3.31 |
| 642 | 2025-08-18T18:50:47.028Z | Compiling ref-cast-impl v1.0.24 |
| 643 | 2025-08-18T18:50:47.071Z | Compiling async-stream-impl v0.3.6 |
| 644 | 2025-08-18T18:50:47.075Z | Compiling dropshot v0.16.3 |
| 645 | 2025-08-18T18:50:47.535Z | Checking is-terminal v0.4.13 |
| 646 | 2025-08-18T18:50:47.681Z | Checking memmap v0.7.0 |
| 647 | 2025-08-18T18:50:47.912Z | Checking encoding_rs v0.8.34 |
| 648 | 2025-08-18T18:50:48.010Z | Checking take_mut v0.2.2 |
| 649 | 2025-08-18T18:50:48.191Z | Checking spin v0.9.8 |
| 650 | 2025-08-18T18:50:48.224Z | Checking mime v0.3.17 |
| 651 | 2025-08-18T18:50:48.283Z | Checking unarray v0.1.4 |
| 652 | 2025-08-18T18:50:48.375Z | Checking toml_writer v1.0.2 |
| 653 | 2025-08-18T18:50:48.378Z | Checking lazy_static v1.5.0 |
| 654 | 2025-08-18T18:50:48.453Z | Checking cpufeatures v0.2.14 |
| 655 | 2025-08-18T18:50:48.540Z | Checking proptest v1.7.0 |
| 656 | 2025-08-18T18:50:48.564Z | Checking sha1 v0.10.6 |
| 657 | 2025-08-18T18:50:48.580Z | Checking async-stream v0.3.6 |
| 658 | 2025-08-18T18:50:48.721Z | Checking toml v0.9.5 |
| 659 | 2025-08-18T18:50:48.937Z | Checking tokio-rustls v0.25.0 |
| 660 | 2025-08-18T18:50:49.137Z | Checking strum v0.26.3 |
| 661 | 2025-08-18T18:50:49.157Z | Checking usdt v0.5.0 |
| 662 | 2025-08-18T18:50:49.313Z | Checking slog-term v2.9.1 |
| 663 | 2025-08-18T18:50:49.399Z | Checking futures v0.3.31 |
| 664 | 2025-08-18T18:50:49.430Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 665 | 2025-08-18T18:50:49.522Z | Checking slog-bunyan v2.5.0 |
| 666 | 2025-08-18T18:50:49.606Z | Checking rand v0.8.5 |
| 667 | 2025-08-18T18:50:49.708Z | Compiling serde_with_macros v3.14.0 |
| 668 | 2025-08-18T18:50:50.060Z | Compiling test-strategy v0.4.3 |
| 669 | 2025-08-18T18:50:50.257Z | Compiling strum_macros v0.27.1 |
| 670 | 2025-08-18T18:50:50.411Z | Compiling parse-display-derive v0.10.0 |
| 671 | 2025-08-18T18:50:50.582Z | Compiling dropshot_endpoint v0.16.3 |
| 672 | 2025-08-18T18:50:50.843Z | Checking serde_path_to_error v0.1.17 |
| 673 | 2025-08-18T18:50:51.505Z | Compiling derive-where v1.5.0 |
| 674 | 2025-08-18T18:50:51.822Z | Compiling progenitor-macro v0.9.1 |
| 675 | 2025-08-18T18:50:52.232Z | Compiling async-trait v0.1.88 |
| 676 | 2025-08-18T18:50:52.764Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 677 | 2025-08-18T18:50:53.379Z | Checking waitgroup v0.1.2 |
| 678 | 2025-08-18T18:50:53.547Z | Checking rustls-pemfile v2.2.0 |
| 679 | 2025-08-18T18:50:53.639Z | Checking hostname v0.4.0 |
| 680 | 2025-08-18T18:50:53.792Z | Checking instant v0.1.13 |
| 681 | 2025-08-18T18:50:53.795Z | Checking debug-ignore v1.0.5 |
| 682 | 2025-08-18T18:50:53.904Z | Checking rustc-hash v2.1.1 |
| 683 | 2025-08-18T18:50:53.957Z | Checking backoff v0.4.0 |
| 684 | 2025-08-18T18:50:54.070Z | Checking parse-display v0.10.0 |
| 685 | 2025-08-18T18:50:54.106Z | Checking iddqd v0.3.9 |
| 686 | 2025-08-18T18:50:54.268Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 687 | 2025-08-18T18:50:54.317Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#570f7cbd) |
| 688 | 2025-08-18T18:50:54.418Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 689 | 2025-08-18T18:50:54.432Z | Checking serde_with v3.14.0 |
| 690 | 2025-08-18T18:50:54.449Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 691 | 2025-08-18T18:50:54.795Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 692 | 2025-08-18T18:50:54.849Z | Checking strum v0.27.2 |
| 693 | 2025-08-18T18:50:55.025Z | Checking progenitor-client v0.10.0 |
| 694 | 2025-08-18T18:50:55.038Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 695 | 2025-08-18T18:50:55.393Z | Checking macaddr v1.0.1 |
| 696 | 2025-08-18T18:50:58.111Z | Checking progenitor v0.9.1 |
| 697 | 2025-08-18T18:50:58.225Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 698 | 2025-08-18T18:51:00.888Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 699 | 2025-08-18T18:51:08.437Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 700 | 2025-08-18T18:51:08.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
| 701 | 2025-08-18T18:51:08.671Z | + cargo build --release |
| 702 | 2025-08-18T18:51:08.963Z | Compiling proc-macro2 v1.0.95 |
| 703 | 2025-08-18T18:51:08.963Z | Compiling unicode-ident v1.0.18 |
| 704 | 2025-08-18T18:51:08.963Z | Compiling libc v0.2.174 |
| 705 | 2025-08-18T18:51:08.963Z | Compiling cfg-if v1.0.1 |
| 706 | 2025-08-18T18:51:08.968Z | Compiling autocfg v1.4.0 |
| 707 | 2025-08-18T18:51:08.968Z | Compiling serde v1.0.219 |
| 708 | 2025-08-18T18:51:08.968Z | Compiling memchr v2.7.4 |
| 709 | 2025-08-18T18:51:09.013Z | Compiling serde_json v1.0.142 |
| 710 | 2025-08-18T18:51:09.097Z | Compiling itoa v1.0.11 |
| 711 | 2025-08-18T18:51:09.329Z | Compiling ryu v1.0.18 |
| 712 | 2025-08-18T18:51:09.438Z | Compiling semver v1.0.26 |
| 713 | 2025-08-18T18:51:09.622Z | Compiling getrandom v0.3.1 |
| 714 | 2025-08-18T18:51:09.909Z | Compiling pin-project-lite v0.2.14 |
| 715 | 2025-08-18T18:51:09.980Z | Compiling smallvec v1.15.1 |
| 716 | 2025-08-18T18:51:10.044Z | Compiling version_check v0.9.5 |
| 717 | 2025-08-18T18:51:10.085Z | Compiling bytes v1.10.1 |
| 718 | 2025-08-18T18:51:10.342Z | Compiling futures-core v0.3.31 |
| 719 | 2025-08-18T18:51:10.461Z | Compiling once_cell v1.21.3 |
| 720 | 2025-08-18T18:51:10.469Z | Compiling lock_api v0.4.12 |
| 721 | 2025-08-18T18:51:10.600Z | Compiling num-traits v0.2.19 |
| 722 | 2025-08-18T18:51:10.608Z | Compiling parking_lot_core v0.9.10 |
| 723 | 2025-08-18T18:51:10.773Z | Compiling quote v1.0.40 |
| 724 | 2025-08-18T18:51:10.866Z | Compiling thiserror v1.0.69 |
| 725 | 2025-08-18T18:51:11.133Z | Compiling syn v2.0.104 |
| 726 | 2025-08-18T18:51:11.218Z | Compiling fnv v1.0.7 |
| 727 | 2025-08-18T18:51:11.236Z | Compiling scopeguard v1.2.0 |
| 728 | 2025-08-18T18:51:11.450Z | Compiling slab v0.4.9 |
| 729 | 2025-08-18T18:51:11.535Z | Compiling allocator-api2 v0.2.21 |
| 730 | 2025-08-18T18:51:11.612Z | Compiling foldhash v0.1.5 |
| 731 | 2025-08-18T18:51:11.840Z | Compiling shlex v1.3.0 |
| 732 | 2025-08-18T18:51:11.866Z | Compiling equivalent v1.0.2 |
| 733 | 2025-08-18T18:51:12.001Z | Compiling futures-sink v0.3.31 |
| 734 | 2025-08-18T18:51:12.200Z | Compiling cc v1.2.30 |
| 735 | 2025-08-18T18:51:12.209Z | Compiling parking_lot v0.12.3 |
| 736 | 2025-08-18T18:51:12.228Z | Compiling socket2 v0.6.0 |
| 737 | 2025-08-18T18:51:12.232Z | Compiling mio v1.0.2 |
| 738 | 2025-08-18T18:51:12.361Z | Compiling hashbrown v0.15.4 |
| 739 | 2025-08-18T18:51:12.381Z | Compiling signal-hook-registry v1.4.2 |
| 740 | 2025-08-18T18:51:13.441Z | Compiling getrandom v0.2.15 |
| 741 | 2025-08-18T18:51:13.849Z | Compiling stable_deref_trait v1.2.0 |
| 742 | 2025-08-18T18:51:13.883Z | Compiling schemars v0.8.22 |
| 743 | 2025-08-18T18:51:14.004Z | Compiling iana-time-zone v0.1.63 |
| 744 | 2025-08-18T18:51:14.209Z | Compiling thiserror v2.0.12 |
| 745 | 2025-08-18T18:51:14.209Z | Compiling dyn-clone v1.0.19 |
| 746 | 2025-08-18T18:51:14.232Z | Compiling heck v0.5.0 |
| 747 | 2025-08-18T18:51:14.245Z | Compiling futures-channel v0.3.31 |
| 748 | 2025-08-18T18:51:14.302Z | Compiling http v1.3.1 |
| 749 | 2025-08-18T18:51:14.309Z | Compiling log v0.4.27 |
| 750 | 2025-08-18T18:51:14.900Z | Compiling pin-utils v0.1.0 |
| 751 | 2025-08-18T18:51:15.010Z | Compiling futures-io v0.3.31 |
| 752 | 2025-08-18T18:51:15.010Z | Compiling futures-task v0.3.31 |
| 753 | 2025-08-18T18:51:15.011Z | Compiling rustls-pki-types v1.10.0 |
| 754 | 2025-08-18T18:51:15.130Z | Compiling untrusted v0.9.0 |
| 755 | 2025-08-18T18:51:15.139Z | Compiling writeable v0.5.5 |
| 756 | 2025-08-18T18:51:15.139Z | Compiling ring v0.17.14 |
| 757 | 2025-08-18T18:51:15.241Z | Compiling litemap v0.7.3 |
| 758 | 2025-08-18T18:51:15.729Z | Compiling ucd-trie v0.1.7 |
| 759 | 2025-08-18T18:51:15.825Z | Compiling httparse v1.9.5 |
| 760 | 2025-08-18T18:51:16.252Z | Compiling byteorder v1.5.0 |
| 761 | 2025-08-18T18:51:16.277Z | Compiling http-body v1.0.1 |
| 762 | 2025-08-18T18:51:16.518Z | Compiling tracing-core v0.1.32 |
| 763 | 2025-08-18T18:51:16.630Z | Compiling bitflags v2.9.1 |
| 764 | 2025-08-18T18:51:17.050Z | Compiling subtle v2.6.1 |
| 765 | 2025-08-18T18:51:17.308Z | Compiling zeroize v1.8.1 |
| 766 | 2025-08-18T18:51:17.390Z | Compiling percent-encoding v2.3.1 |
| 767 | 2025-08-18T18:51:17.447Z | Compiling atomic-waker v1.1.2 |
| 768 | 2025-08-18T18:51:17.661Z | Compiling icu_locid_transform_data v1.5.0 |
| 769 | 2025-08-18T18:51:17.785Z | Compiling tracing v0.1.40 |
| 770 | 2025-08-18T18:51:18.007Z | Compiling chrono v0.4.41 |
| 771 | 2025-08-18T18:51:18.792Z | Compiling serde_derive_internals v0.29.1 |
| 772 | 2025-08-18T18:51:18.807Z | Compiling synstructure v0.13.1 |
| 773 | 2025-08-18T18:51:18.971Z | Compiling uuid v1.17.0 |
| 774 | 2025-08-18T18:51:19.154Z | Compiling tower-service v0.3.3 |
| 775 | 2025-08-18T18:51:19.307Z | Compiling icu_properties_data v1.5.0 |
| 776 | 2025-08-18T18:51:19.569Z | Compiling try-lock v0.2.5 |
| 777 | 2025-08-18T18:51:19.750Z | Compiling want v0.3.1 |
| 778 | 2025-08-18T18:51:19.959Z | Compiling regress v0.10.4 |
| 779 | 2025-08-18T18:51:19.968Z | Compiling write16 v1.0.0 |
| 780 | 2025-08-18T18:51:20.113Z | Compiling slog v2.7.0 |
| 781 | 2025-08-18T18:51:20.410Z | Compiling rustls v0.23.19 |
| 782 | 2025-08-18T18:51:20.627Z | Compiling httpdate v1.0.3 |
| 783 | 2025-08-18T18:51:20.648Z | Compiling icu_normalizer_data v1.5.0 |
| 784 | 2025-08-18T18:51:20.765Z | Compiling utf8_iter v1.0.4 |
| 785 | 2025-08-18T18:51:20.779Z | Compiling utf16_iter v1.0.5 |
| 786 | 2025-08-18T18:51:21.072Z | Compiling form_urlencoded v1.2.1 |
| 787 | 2025-08-18T18:51:21.580Z | Compiling aho-corasick v1.1.3 |
| 788 | 2025-08-18T18:51:21.712Z | Compiling ipnet v2.11.0 |
| 789 | 2025-08-18T18:51:21.901Z | Compiling typenum v1.17.0 |
| 790 | 2025-08-18T18:51:22.460Z | Compiling serde_derive v1.0.219 |
| 791 | 2025-08-18T18:51:22.808Z | Compiling schemars_derive v0.8.22 |
| 792 | 2025-08-18T18:51:22.819Z | Compiling thiserror-impl v1.0.69 |
| 793 | 2025-08-18T18:51:24.715Z | Compiling zerofrom-derive v0.1.4 |
| 794 | 2025-08-18T18:51:25.022Z | Compiling zerocopy-derive v0.7.35 |
| 795 | 2025-08-18T18:51:25.172Z | Compiling yoke-derive v0.7.4 |
| 796 | 2025-08-18T18:51:25.551Z | Compiling tokio-macros v2.5.0 |
| 797 | 2025-08-18T18:51:25.634Z | Compiling zerovec-derive v0.10.3 |
| 798 | 2025-08-18T18:51:26.194Z | Compiling futures-macro v0.3.31 |
| 799 | 2025-08-18T18:51:27.014Z | Compiling displaydoc v0.2.5 |
| 800 | 2025-08-18T18:51:27.085Z | Compiling tokio v1.47.0 |
| 801 | 2025-08-18T18:51:27.581Z | Compiling thiserror-impl v2.0.12 |
| 802 | 2025-08-18T18:51:27.733Z | Compiling zerofrom v0.1.4 |
| 803 | 2025-08-18T18:51:27.952Z | Compiling yoke v0.7.4 |
| 804 | 2025-08-18T18:51:27.956Z | Compiling futures-util v0.3.31 |
| 805 | 2025-08-18T18:51:28.327Z | Compiling zerovec v0.10.4 |
| 806 | 2025-08-18T18:51:28.481Z | Compiling icu_provider_macros v1.5.0 |
| 807 | 2025-08-18T18:51:30.511Z | Compiling tinystr v0.7.6 |
| 808 | 2025-08-18T18:51:30.981Z | Compiling icu_locid v1.5.0 |
| 809 | 2025-08-18T18:51:31.160Z | Compiling rustls-webpki v0.102.8 |
| 810 | 2025-08-18T18:51:34.380Z | Compiling icu_provider v1.5.0 |
| 811 | 2025-08-18T18:51:37.835Z | Compiling serde_tokenstream v0.2.2 |
| 812 | 2025-08-18T18:51:37.871Z | Compiling indexmap v2.10.0 |
| 813 | 2025-08-18T18:51:38.373Z | Compiling pest v2.7.14 |
| 814 | 2025-08-18T18:51:38.446Z | Compiling zerocopy v0.7.35 |
| 815 | 2025-08-18T18:51:38.635Z | Compiling tokio-util v0.7.15 |
| 816 | 2025-08-18T18:51:40.063Z | Compiling icu_locid_transform v1.5.0 |
| 817 | 2025-08-18T18:51:40.885Z | Compiling icu_collections v1.5.0 |
| 818 | 2025-08-18T18:51:41.125Z | Compiling pest_meta v2.7.14 |
| 819 | 2025-08-18T18:51:41.356Z | Compiling h2 v0.4.6 |
| 820 | 2025-08-18T18:51:43.558Z | Compiling pest_generator v2.7.14 |
| 821 | 2025-08-18T18:51:44.615Z | Compiling icu_properties v1.5.1 |
| 822 | 2025-08-18T18:51:45.872Z | Compiling pest_derive v2.7.14 |
| 823 | 2025-08-18T18:51:46.068Z | Compiling regex-syntax v0.8.5 |
| 824 | 2025-08-18T18:51:48.179Z | Compiling hyper v1.6.0 |
| 825 | 2025-08-18T18:51:50.951Z | Compiling icu_normalizer v1.5.0 |
| 826 | 2025-08-18T18:51:51.523Z | Compiling typify-impl v0.3.0 |
| 827 | 2025-08-18T18:51:51.634Z | Compiling zerocopy v0.8.26 |
| 828 | 2025-08-18T18:51:52.386Z | Compiling base64 v0.22.1 |
| 829 | 2025-08-18T18:51:53.491Z | Compiling paste v1.0.15 |
| 830 | 2025-08-18T18:51:54.142Z | Compiling hyper-util v0.1.16 |
| 831 | 2025-08-18T18:51:56.480Z | Compiling idna_adapter v1.2.0 |
| 832 | 2025-08-18T18:51:56.719Z | Compiling regex-automata v0.4.8 |
| 833 | 2025-08-18T18:51:58.599Z | Compiling generic-array v0.14.7 |
| 834 | 2025-08-18T18:51:58.959Z | Compiling sync_wrapper v1.0.1 |
| 835 | 2025-08-18T18:51:59.137Z | Compiling tower-layer v0.3.3 |
| 836 | 2025-08-18T18:51:59.538Z | Compiling rustversion v1.0.17 |
| 837 | 2025-08-18T18:51:59.584Z | Compiling newtype-uuid v1.2.4 |
| 838 | 2025-08-18T18:51:59.982Z | Compiling tower v0.5.2 |
| 839 | 2025-08-18T18:52:00.910Z | Compiling regex v1.11.1 |
| 840 | 2025-08-18T18:52:01.037Z | Compiling typify-macro v0.3.0 |
| 841 | 2025-08-18T18:52:01.671Z | Compiling idna v1.0.3 |
| 842 | 2025-08-18T18:52:03.357Z | Compiling ipnetwork v0.21.1 |
| 843 | 2025-08-18T18:52:03.778Z | Compiling tokio-rustls v0.26.0 |
| 844 | 2025-08-18T18:52:04.269Z | Compiling ppv-lite86 v0.2.20 |
| 845 | 2025-08-18T18:52:04.373Z | Compiling serde_urlencoded v0.7.1 |
| 846 | 2025-08-18T18:52:04.929Z | Compiling scroll_derive v0.12.0 |
| 847 | 2025-08-18T18:52:05.137Z | Compiling structmeta-derive v0.3.0 |
| 848 | 2025-08-18T18:52:05.742Z | Compiling http-body-util v0.1.3 |
| 849 | 2025-08-18T18:52:06.059Z | Compiling webpki-roots v1.0.1 |
| 850 | 2025-08-18T18:52:06.292Z | Compiling usdt-impl v0.5.0 |
| 851 | 2025-08-18T18:52:06.401Z | Compiling powerfmt v0.2.0 |
| 852 | 2025-08-18T18:52:06.725Z | Compiling omicron-workspace-hack v0.1.0 |
| 853 | 2025-08-18T18:52:06.906Z | Compiling iri-string v0.7.8 |
| 854 | 2025-08-18T18:52:06.924Z | Compiling rustix v1.0.7 |
| 855 | 2025-08-18T18:52:07.100Z | Compiling num-conv v0.1.0 |
| 856 | 2025-08-18T18:52:07.369Z | Compiling time-core v0.1.2 |
| 857 | 2025-08-18T18:52:07.556Z | Compiling time-macros v0.2.18 |
| 858 | 2025-08-18T18:52:07.613Z | Compiling structmeta v0.3.0 |
| 859 | 2025-08-18T18:52:07.784Z | Compiling deranged v0.3.11 |
| 860 | 2025-08-18T18:52:07.902Z | Compiling scroll v0.12.0 |
| 861 | 2025-08-18T18:52:07.979Z | Compiling hyper-rustls v0.27.7 |
| 862 | 2025-08-18T18:52:09.469Z | Compiling rand_core v0.9.2 |
| 863 | 2025-08-18T18:52:09.645Z | Compiling oxnet v0.1.3 |
| 864 | 2025-08-18T18:52:10.490Z | Compiling url v2.5.4 |
| 865 | 2025-08-18T18:52:11.273Z | Compiling tower-http v0.6.6 |
| 866 | 2025-08-18T18:52:13.003Z | Compiling dof v0.3.0 |
| 867 | 2025-08-18T18:52:13.495Z | Compiling thread-id v4.2.2 |
| 868 | 2025-08-18T18:52:14.161Z | Compiling dtrace-parser v0.2.0 |
| 869 | 2025-08-18T18:52:14.433Z | Compiling daft-derive v0.1.4 |
| 870 | 2025-08-18T18:52:15.643Z | Compiling errno v0.3.12 |
| 871 | 2025-08-18T18:52:15.928Z | Compiling ident_case v1.0.1 |
| 872 | 2025-08-18T18:52:16.124Z | Compiling crossbeam-utils v0.8.21 |
| 873 | 2025-08-18T18:52:16.301Z | Compiling strsim v0.11.1 |
| 874 | 2025-08-18T18:52:16.907Z | Compiling num_threads v0.1.7 |
| 875 | 2025-08-18T18:52:17.820Z | Compiling plain v0.2.3 |
| 876 | 2025-08-18T18:52:18.022Z | Compiling goblin v0.8.2 |
| 877 | 2025-08-18T18:52:18.410Z | Compiling time v0.3.36 |
| 878 | 2025-08-18T18:52:24.036Z | Compiling darling_core v0.20.10 |
| 879 | 2025-08-18T18:52:26.124Z | Compiling daft v0.1.4 |
| 880 | 2025-08-18T18:52:28.150Z | Compiling reqwest v0.12.22 |
| 881 | 2025-08-18T18:52:29.450Z | Compiling openapiv3 v2.2.0 |
| 882 | 2025-08-18T18:52:30.025Z | Compiling typify v0.3.0 |
| 883 | 2025-08-18T18:52:30.952Z | Compiling dirs-sys-next v0.1.2 |
| 884 | 2025-08-18T18:52:31.997Z | Compiling rustls v0.22.4 |
| 885 | 2025-08-18T18:52:32.392Z | Compiling pretty-hex v0.4.1 |
| 886 | 2025-08-18T18:52:32.666Z | Compiling unsafe-libyaml v0.2.11 |
| 887 | 2025-08-18T18:52:33.437Z | Compiling fastrand v2.1.1 |
| 888 | 2025-08-18T18:52:34.156Z | Compiling anyhow v1.0.99 |
| 889 | 2025-08-18T18:52:34.312Z | Compiling serde_yaml v0.9.34+deprecated |
| 890 | 2025-08-18T18:52:35.207Z | Compiling tempfile v3.20.0 |
| 891 | 2025-08-18T18:52:36.233Z | Compiling progenitor-impl v0.9.1 |
| 892 | 2025-08-18T18:52:37.152Z | Compiling dirs-next v2.0.0 |
| 893 | 2025-08-18T18:52:37.465Z | Compiling darling_macro v0.20.10 |
| 894 | 2025-08-18T18:52:39.650Z | Compiling block-buffer v0.10.4 |
| 895 | 2025-08-18T18:52:39.928Z | Compiling crypto-common v0.1.6 |
| 896 | 2025-08-18T18:52:40.183Z | Compiling rand_core v0.6.4 |
| 897 | 2025-08-18T18:52:40.704Z | Compiling thread_local v1.1.8 |
| 898 | 2025-08-18T18:52:41.040Z | Compiling multer v3.1.0 |
| 899 | 2025-08-18T18:52:41.474Z | Compiling wait-timeout v0.2.0 |
| 900 | 2025-08-18T18:52:41.583Z | Compiling match_cfg v0.1.0 |
| 901 | 2025-08-18T18:52:41.689Z | Compiling quick-error v1.2.3 |
| 902 | 2025-08-18T18:52:41.863Z | Compiling camino v1.1.11 |
| 903 | 2025-08-18T18:52:42.011Z | Compiling slog-async v2.8.0 |
| 904 | 2025-08-18T18:52:42.040Z | Compiling ref-cast v1.0.24 |
| 905 | 2025-08-18T18:52:42.445Z | Compiling bit-vec v0.8.0 |
| 906 | 2025-08-18T18:52:42.474Z | Compiling winnow v0.7.10 |
| 907 | 2025-08-18T18:52:42.566Z | Compiling progenitor-macro v0.9.1 |
| 908 | 2025-08-18T18:52:42.601Z | Compiling rusty-fork v0.3.0 |
| 909 | 2025-08-18T18:52:42.638Z | Compiling hostname v0.3.1 |
| 910 | 2025-08-18T18:52:42.911Z | Compiling bit-set v0.8.0 |
| 911 | 2025-08-18T18:52:43.350Z | Compiling rand_chacha v0.3.1 |
| 912 | 2025-08-18T18:52:44.522Z | Compiling digest v0.10.7 |
| 913 | 2025-08-18T18:52:44.542Z | Compiling crossbeam-channel v0.5.15 |
| 914 | 2025-08-18T18:52:44.975Z | Compiling darling v0.20.10 |
| 915 | 2025-08-18T18:52:45.098Z | Compiling term v0.7.0 |
| 916 | 2025-08-18T18:52:46.139Z | Compiling toml_parser v1.0.2 |
| 917 | 2025-08-18T18:52:49.540Z | Compiling progenitor-client v0.9.1 |
| 918 | 2025-08-18T18:52:50.560Z | Compiling usdt-attr-macro v0.5.0 |
| 919 | 2025-08-18T18:52:51.066Z | Compiling usdt-macro v0.5.0 |
| 920 | 2025-08-18T18:52:52.010Z | Compiling slog-json v2.6.1 |
| 921 | 2025-08-18T18:52:52.390Z | Compiling strum_macros v0.26.4 |
| 922 | 2025-08-18T18:52:52.506Z | Compiling rand v0.9.1 |
| 923 | 2025-08-18T18:52:53.810Z | Compiling rand_xorshift v0.4.0 |
| 924 | 2025-08-18T18:52:53.861Z | Compiling rand_chacha v0.9.0 |
| 925 | 2025-08-18T18:52:53.899Z | Compiling derive-ex v0.1.8 |
| 926 | 2025-08-18T18:52:54.104Z | Compiling toml_datetime v0.7.0 |
| 927 | 2025-08-18T18:52:54.835Z | Compiling serde_spanned v1.0.0 |
| 928 | 2025-08-18T18:52:54.989Z | Compiling hex v0.4.3 |
| 929 | 2025-08-18T18:52:55.119Z | Compiling futures-executor v0.3.31 |
| 930 | 2025-08-18T18:52:55.674Z | Compiling ref-cast-impl v1.0.24 |
| 931 | 2025-08-18T18:52:56.268Z | Compiling async-stream-impl v0.3.6 |
| 932 | 2025-08-18T18:52:56.679Z | Compiling dropshot v0.16.3 |
| 933 | 2025-08-18T18:52:57.002Z | Compiling is-terminal v0.4.13 |
| 934 | 2025-08-18T18:52:57.110Z | Compiling memmap v0.7.0 |
| 935 | 2025-08-18T18:52:57.151Z | Compiling encoding_rs v0.8.34 |
| 936 | 2025-08-18T18:52:57.576Z | Compiling mime v0.3.17 |
| 937 | 2025-08-18T18:52:57.614Z | Compiling cpufeatures v0.2.14 |
| 938 | 2025-08-18T18:52:57.728Z | Compiling toml_writer v1.0.2 |
| 939 | 2025-08-18T18:52:57.874Z | Compiling take_mut v0.2.2 |
| 940 | 2025-08-18T18:52:58.060Z | Compiling unarray v0.1.4 |
| 941 | 2025-08-18T18:52:58.267Z | Compiling lazy_static v1.5.0 |
| 942 | 2025-08-18T18:52:58.277Z | Compiling spin v0.9.8 |
| 943 | 2025-08-18T18:52:58.444Z | Compiling proptest v1.7.0 |
| 944 | 2025-08-18T18:52:58.499Z | Compiling toml v0.9.5 |
| 945 | 2025-08-18T18:53:04.368Z | Compiling test-strategy v0.4.3 |
| 946 | 2025-08-18T18:53:07.688Z | Compiling sha1 v0.10.6 |
| 947 | 2025-08-18T18:53:08.052Z | Compiling async-stream v0.3.6 |
| 948 | 2025-08-18T18:53:08.169Z | Compiling usdt v0.5.0 |
| 949 | 2025-08-18T18:53:08.427Z | Compiling slog-term v2.9.1 |
| 950 | 2025-08-18T18:53:08.675Z | Compiling strum v0.26.3 |
| 951 | 2025-08-18T18:53:08.754Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 952 | 2025-08-18T18:53:08.889Z | Compiling futures v0.3.31 |
| 953 | 2025-08-18T18:53:09.088Z | Compiling progenitor v0.9.1 |
| 954 | 2025-08-18T18:53:09.158Z | Compiling slog-bunyan v2.5.0 |
| 955 | 2025-08-18T18:53:09.284Z | Compiling tokio-rustls v0.25.0 |
| 956 | 2025-08-18T18:53:09.480Z | Compiling serde_with_macros v3.14.0 |
| 957 | 2025-08-18T18:53:09.653Z | Compiling rand v0.8.5 |
| 958 | 2025-08-18T18:53:11.067Z | Compiling strum_macros v0.27.1 |
| 959 | 2025-08-18T18:53:11.189Z | Compiling parse-display-derive v0.10.0 |
| 960 | 2025-08-18T18:53:11.502Z | Compiling dropshot_endpoint v0.16.3 |
| 961 | 2025-08-18T18:53:12.017Z | Compiling serde_path_to_error v0.1.17 |
| 962 | 2025-08-18T18:53:13.047Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 963 | 2025-08-18T18:53:13.918Z | Compiling derive-where v1.5.0 |
| 964 | 2025-08-18T18:53:14.768Z | Compiling async-trait v0.1.88 |
| 965 | 2025-08-18T18:53:15.472Z | Compiling waitgroup v0.1.2 |
| 966 | 2025-08-18T18:53:15.629Z | Compiling rustls-pemfile v2.2.0 |
| 967 | 2025-08-18T18:53:15.738Z | Compiling hostname v0.4.0 |
| 968 | 2025-08-18T18:53:16.019Z | Compiling instant v0.1.13 |
| 969 | 2025-08-18T18:53:16.113Z | Compiling debug-ignore v1.0.5 |
| 970 | 2025-08-18T18:53:16.203Z | Compiling rustc-hash v2.1.1 |
| 971 | 2025-08-18T18:53:16.285Z | Compiling backoff v0.4.0 |
| 972 | 2025-08-18T18:53:16.403Z | Compiling iddqd v0.3.9 |
| 973 | 2025-08-18T18:53:16.626Z | Compiling strum v0.27.2 |
| 974 | 2025-08-18T18:53:16.834Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 975 | 2025-08-18T18:53:16.842Z | Compiling parse-display v0.10.0 |
| 976 | 2025-08-18T18:53:17.153Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 977 | 2025-08-18T18:53:17.382Z | Compiling serde_with v3.14.0 |
| 978 | 2025-08-18T18:53:18.669Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 979 | 2025-08-18T18:53:18.854Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 980 | 2025-08-18T18:53:19.734Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#570f7cbd) |
| 981 | 2025-08-18T18:53:20.265Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 982 | 2025-08-18T18:53:20.939Z | Compiling progenitor-client v0.10.0 |
| 983 | 2025-08-18T18:53:21.086Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 984 | 2025-08-18T18:53:21.963Z | Compiling macaddr v1.0.1 |
| 985 | 2025-08-18T18:53:24.967Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 986 | 2025-08-18T18:53:36.264Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 987 | 2025-08-18T18:53:46.275Z | Finished `release` profile [optimized] target(s) in 2m 37s |
| 988 | 2025-08-18T18:53:46.346Z | process exited: duration 231753 ms, exit code 0 |
| |
| 989 | 2025-08-18T18:53:46.354Z | found 0 output files |