|
|
|
| 1 | 2025-09-17T21:19:35.317Z | job assigned to worker 01K5CRP3PYVM57YMMF72KAR2GT [factory aws, i-03d192d604b4f6275] (queued for 1 m 10 s) |
| |
| 2 | 2025-09-17T21:19:43.856Z | starting task 0: "setup" |
| 3 | 2025-09-17T21:19:43.862Z | ++ uname -s |
| 4 | 2025-09-17T21:19:43.865Z | + kern=SunOS |
| 5 | 2025-09-17T21:19:43.865Z | + build_user=build |
| 6 | 2025-09-17T21:19:43.865Z | + build_uid=12345 |
| 7 | 2025-09-17T21:19:43.865Z | + work_dir=/work |
| 8 | 2025-09-17T21:19:43.865Z | + input_dir=/input |
| 9 | 2025-09-17T21:19:43.865Z | + [[ 0 == 12345 ]] |
| 10 | 2025-09-17T21:19:43.865Z | + case "$kern" in |
| 11 | 2025-09-17T21:19:43.865Z | + groupadd -g 12345 build |
| 12 | 2025-09-17T21:19:43.865Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-09-17T21:19:45.873Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-09-17T21:19:45.995Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-09-17T21:19:45.998Z | + home_fs=zfs |
| 16 | 2025-09-17T21:19:45.998Z | + [[ zfs == autofs ]] |
| 17 | 2025-09-17T21:19:45.998Z | + mkdir -p /home/build |
| 18 | 2025-09-17T21:19:46.002Z | + chown build:build /home/build /work |
| 19 | 2025-09-17T21:19:48.002Z | + chmod 0700 /home/build /work |
| 20 | 2025-09-17T21:19:48.005Z | process exited: duration 4150 ms, exit code 0 |
| |
| 21 | 2025-09-17T21:19:48.013Z | starting task 1: "rust-toolchain" |
| 22 | 2025-09-17T21:19:48.019Z | + printf ' * rust toolchain channel = "%s"\n' 1.89.0 |
| 23 | 2025-09-17T21:19:48.019Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-09-17T21:19:48.019Z | * rust toolchain channel = "1.89.0" |
| 25 | 2025-09-17T21:19:48.019Z | * rust toolchain profile = "default" |
| 26 | 2025-09-17T21:19:48.019Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-09-17T21:19:48.019Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-09-17T21:19:48.022Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-09-17T21:19:48.022Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default |
| 30 | 2025-09-17T21:19:48.136Z | info: downloading installer |
| 31 | 2025-09-17T21:19:49.410Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-09-17T21:19:49.410Z | warn: /opt/ooce/bin |
| 33 | 2025-09-17T21:19:49.410Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-09-17T21:19:49.410Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-09-17T21:19:49.410Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-09-17T21:19:49.410Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-09-17T21:19:49.410Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-09-17T21:19:49.410Z | error: cannot install while Rust is installed |
| 39 | 2025-09-17T21:19:49.410Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-09-17T21:19:49.427Z | info: profile set to 'default' |
| 41 | 2025-09-17T21:19:49.427Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-09-17T21:19:49.431Z | info: syncing channel updates for '1.89.0-x86_64-unknown-illumos' |
| 43 | 2025-09-17T21:19:49.610Z | info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04) |
| 44 | 2025-09-17T21:19:49.610Z | info: downloading component 'cargo' |
| 45 | 2025-09-17T21:19:50.426Z | info: downloading component 'clippy' |
| 46 | 2025-09-17T21:19:50.749Z | info: downloading component 'rust-docs' |
| 47 | 2025-09-17T21:19:51.988Z | info: downloading component 'rust-std' |
| 48 | 2025-09-17T21:19:53.713Z | info: downloading component 'rustc' |
| 49 | 2025-09-17T21:19:59.983Z | info: downloading component 'rustfmt' |
| 50 | 2025-09-17T21:20:00.221Z | info: installing component 'cargo' |
| 51 | 2025-09-17T21:20:01.104Z | info: installing component 'clippy' |
| 52 | 2025-09-17T21:20:01.500Z | info: installing component 'rust-docs' |
| 53 | 2025-09-17T21:20:03.371Z | info: installing component 'rust-std' |
| 54 | 2025-09-17T21:20:05.304Z | info: installing component 'rustc' |
| 55 | 2025-09-17T21:20:11.833Z | info: installing component 'rustfmt' |
| 56 | 2025-09-17T21:20:12.169Z | info: default toolchain set to '1.89.0-x86_64-unknown-illumos' |
| 57 | 2025-09-17T21:20:12.169Z | |
| 58 | 2025-09-17T21:20:12.592Z | 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04) |
| 59 | 2025-09-17T21:20:12.592Z | |
| 60 | 2025-09-17T21:20:12.596Z | |
| 61 | 2025-09-17T21:20:12.597Z | Rust is installed now. Great! |
| 62 | 2025-09-17T21:20:12.597Z | |
| 63 | 2025-09-17T21:20:12.597Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-09-17T21:20:12.597Z | environment variable. This has not been done automatically. |
| 65 | 2025-09-17T21:20:12.597Z | |
| 66 | 2025-09-17T21:20:12.597Z | To configure your current shell, you need to source |
| 67 | 2025-09-17T21:20:12.597Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-09-17T21:20:12.597Z | |
| 69 | 2025-09-17T21:20:12.597Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-09-17T21:20:12.597Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-09-17T21:20:12.597Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-09-17T21:20:12.597Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-09-17T21:20:12.690Z | + rustup --version |
| 74 | 2025-09-17T21:20:12.703Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-09-17T21:20:12.707Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-09-17T21:20:12.794Z | info: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)` |
| 77 | 2025-09-17T21:20:12.800Z | + cargo --version |
| 78 | 2025-09-17T21:20:12.901Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 79 | 2025-09-17T21:20:12.905Z | + rustc --version |
| 80 | 2025-09-17T21:20:12.995Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 81 | 2025-09-17T21:20:12.999Z | process exited: duration 24983 ms, exit code 0 |
| |
| 82 | 2025-09-17T21:20:13.019Z | starting task 2: "authentication" |
| 83 | 2025-09-17T21:20:13.042Z | process exited: duration 23 ms, exit code 0 |
| |
| 84 | 2025-09-17T21:20:13.052Z | starting task 3: "clone repository" |
| 85 | 2025-09-17T21:20:13.055Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-09-17T21:20:13.058Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-09-17T21:20:13.098Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-09-17T21:20:24.360Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-09-17T21:20:24.360Z | + git fetch origin 02e1451ca79d4643c24211fd63bb14f0199007a8 |
| 90 | 2025-09-17T21:20:24.737Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-09-17T21:20:24.737Z | * branch 02e1451ca79d4643c24211fd63bb14f0199007a8 -> FETCH_HEAD |
| 92 | 2025-09-17T21:20:24.747Z | + [[ -n minimum-cpu-platforms ]] |
| 93 | 2025-09-17T21:20:24.751Z | ++ git branch --show-current |
| 94 | 2025-09-17T21:20:24.751Z | + current=main |
| 95 | 2025-09-17T21:20:24.751Z | + [[ main != minimum-cpu-platforms ]] |
| 96 | 2025-09-17T21:20:24.751Z | + git branch -f minimum-cpu-platforms 02e1451ca79d4643c24211fd63bb14f0199007a8 |
| 97 | 2025-09-17T21:20:24.755Z | + git checkout -f minimum-cpu-platforms |
| 98 | 2025-09-17T21:20:24.996Z | Switched to branch 'minimum-cpu-platforms' |
| 99 | 2025-09-17T21:20:25.000Z | + git reset --hard 02e1451ca79d4643c24211fd63bb14f0199007a8 |
| 100 | 2025-09-17T21:20:25.043Z | HEAD is now at 02e1451ca instance_migration_unknown_sled_type was legit flaky |
| 101 | 2025-09-17T21:20:25.047Z | process exited: duration 11993 ms, exit code 0 |
| |
| 102 | 2025-09-17T21:20:25.054Z | starting task 4: "build" |
| 103 | 2025-09-17T21:20:25.061Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-09-17T21:20:25.062Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-09-17T21:20:25.062Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-09-17T21:20:25.062Z | + cargo --version |
| 107 | 2025-09-17T21:20:25.118Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 108 | 2025-09-17T21:20:25.122Z | + rustc --version |
| 109 | 2025-09-17T21:20:25.192Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 110 | 2025-09-17T21:20:25.196Z | + cd /tmp |
| 111 | 2025-09-17T21:20:25.196Z | + cargo new --lib test-project |
| 112 | 2025-09-17T21:20:25.267Z | Creating library `test-project` package |
| 113 | 2025-09-17T21:20:25.354Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 114 | 2025-09-17T21:20:25.357Z | + cd test-project |
| 115 | 2025-09-17T21:20:25.357Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 116 | 2025-09-17T21:20:25.430Z | Adding omicron-common (local) to dependencies |
| 117 | 2025-09-17T21:20:25.430Z | Features: |
| 118 | 2025-09-17T21:20:25.430Z | - proptest |
| 119 | 2025-09-17T21:20:25.430Z | - test-strategy |
| 120 | 2025-09-17T21:20:25.430Z | - testing |
| 121 | 2025-09-17T21:20:25.459Z | Updating crates.io index |
| 122 | 2025-09-17T21:20:25.546Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 123 | 2025-09-17T21:20:26.073Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 124 | 2025-09-17T21:20:26.723Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 125 | 2025-09-17T21:20:27.135Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 126 | 2025-09-17T21:20:27.538Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 127 | 2025-09-17T21:20:28.808Z | Locking 361 packages to latest Rust 1.89.0 compatible versions |
| 128 | 2025-09-17T21:20:28.915Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 129 | 2025-09-17T21:20:28.919Z | + cargo check |
| 130 | 2025-09-17T21:20:29.107Z | Updating crates.io index |
| 131 | 2025-09-17T21:20:30.016Z | Locking 1 package to latest Rust 1.89.0 compatible version |
| 132 | 2025-09-17T21:20:30.016Z | Adding omicron-workspace-hack v0.1.0 |
| 133 | 2025-09-17T21:20:30.053Z | Downloading crates ... |
| 134 | 2025-09-17T21:20:30.135Z | Downloaded futures v0.3.31 |
| 135 | 2025-09-17T21:20:30.140Z | Downloaded cfg-if v1.0.1 |
| 136 | 2025-09-17T21:20:30.144Z | Downloaded bytes v1.10.1 |
| 137 | 2025-09-17T21:20:30.147Z | Downloaded allocator-api2 v0.2.21 |
| 138 | 2025-09-17T21:20:30.151Z | Downloaded ipnetwork v0.21.1 |
| 139 | 2025-09-17T21:20:30.154Z | Downloaded async-trait v0.1.89 |
| 140 | 2025-09-17T21:20:30.157Z | Downloaded backoff v0.4.0 |
| 141 | 2025-09-17T21:20:30.157Z | Downloaded atomic-waker v1.1.2 |
| 142 | 2025-09-17T21:20:30.161Z | Downloaded autocfg v1.4.0 |
| 143 | 2025-09-17T21:20:30.161Z | Downloaded base64 v0.22.1 |
| 144 | 2025-09-17T21:20:30.165Z | Downloaded zerofrom v0.1.4 |
| 145 | 2025-09-17T21:20:30.168Z | Downloaded bit-set v0.8.0 |
| 146 | 2025-09-17T21:20:30.168Z | Downloaded strum v0.27.2 |
| 147 | 2025-09-17T21:20:30.171Z | Downloaded match_cfg v0.1.0 |
| 148 | 2025-09-17T21:20:30.171Z | Downloaded strum_macros v0.27.1 |
| 149 | 2025-09-17T21:20:30.175Z | Downloaded litemap v0.7.3 |
| 150 | 2025-09-17T21:20:30.179Z | Downloaded untrusted v0.9.0 |
| 151 | 2025-09-17T21:20:30.179Z | Downloaded synstructure v0.13.1 |
| 152 | 2025-09-17T21:20:30.182Z | Downloaded strsim v0.11.1 |
| 153 | 2025-09-17T21:20:30.182Z | Downloaded darling v0.20.10 |
| 154 | 2025-09-17T21:20:30.185Z | Downloaded yoke v0.7.4 |
| 155 | 2025-09-17T21:20:30.189Z | Downloaded tempfile v3.20.0 |
| 156 | 2025-09-17T21:20:30.192Z | Downloaded time-macros v0.2.18 |
| 157 | 2025-09-17T21:20:30.195Z | Downloaded unicode-ident v1.0.18 |
| 158 | 2025-09-17T21:20:30.199Z | Downloaded tracing v0.1.40 |
| 159 | 2025-09-17T21:20:30.202Z | Downloaded displaydoc v0.2.5 |
| 160 | 2025-09-17T21:20:30.205Z | Downloaded derive-where v1.5.0 |
| 161 | 2025-09-17T21:20:30.209Z | Downloaded winnow v0.7.10 |
| 162 | 2025-09-17T21:20:30.218Z | Downloaded wait-timeout v0.2.0 |
| 163 | 2025-09-17T21:20:30.221Z | Downloaded toml_writer v1.0.2 |
| 164 | 2025-09-17T21:20:30.225Z | Downloaded typenum v1.17.0 |
| 165 | 2025-09-17T21:20:30.225Z | Downloaded test-strategy v0.4.3 |
| 166 | 2025-09-17T21:20:30.229Z | Downloaded tracing-core v0.1.32 |
| 167 | 2025-09-17T21:20:30.233Z | Downloaded tinyvec_macros v0.1.1 |
| 168 | 2025-09-17T21:20:30.236Z | Downloaded usdt-macro v0.5.0 |
| 169 | 2025-09-17T21:20:30.236Z | Downloaded typify-macro v0.3.0 |
| 170 | 2025-09-17T21:20:30.240Z | Downloaded want v0.3.1 |
| 171 | 2025-09-17T21:20:30.240Z | Downloaded tinystr v0.7.6 |
| 172 | 2025-09-17T21:20:30.243Z | Downloaded fastrand v2.1.1 |
| 173 | 2025-09-17T21:20:30.243Z | Downloaded thread_local v1.1.8 |
| 174 | 2025-09-17T21:20:30.246Z | Downloaded waitgroup v0.1.2 |
| 175 | 2025-09-17T21:20:30.246Z | Downloaded utf8_iter v1.0.4 |
| 176 | 2025-09-17T21:20:30.250Z | Downloaded scroll_derive v0.12.0 |
| 177 | 2025-09-17T21:20:30.250Z | Downloaded try-lock v0.2.5 |
| 178 | 2025-09-17T21:20:30.250Z | Downloaded tower-service v0.3.3 |
| 179 | 2025-09-17T21:20:30.254Z | Downloaded yoke-derive v0.7.4 |
| 180 | 2025-09-17T21:20:30.254Z | Downloaded sync_wrapper v1.0.1 |
| 181 | 2025-09-17T21:20:30.257Z | Downloaded pretty-hex v0.4.1 |
| 182 | 2025-09-17T21:20:30.257Z | Downloaded toml_datetime v0.7.0 |
| 183 | 2025-09-17T21:20:30.260Z | Downloaded futures-macro v0.3.31 |
| 184 | 2025-09-17T21:20:30.260Z | Downloaded zerofrom-derive v0.1.4 |
| 185 | 2025-09-17T21:20:30.260Z | Downloaded unarray v0.1.4 |
| 186 | 2025-09-17T21:20:30.264Z | Downloaded futures-task v0.3.31 |
| 187 | 2025-09-17T21:20:30.264Z | Downloaded write16 v1.0.0 |
| 188 | 2025-09-17T21:20:30.267Z | Downloaded take_mut v0.2.2 |
| 189 | 2025-09-17T21:20:30.267Z | Downloaded strum v0.26.3 |
| 190 | 2025-09-17T21:20:30.267Z | Downloaded omicron-workspace-hack v0.1.0 |
| 191 | 2025-09-17T21:20:30.271Z | Downloaded num_threads v0.1.7 |
| 192 | 2025-09-17T21:20:30.271Z | Downloaded http-body-util v0.1.3 |
| 193 | 2025-09-17T21:20:30.274Z | Downloaded num-conv v0.1.0 |
| 194 | 2025-09-17T21:20:30.274Z | Downloaded term v1.1.0 |
| 195 | 2025-09-17T21:20:30.278Z | Downloaded tower-layer v0.3.3 |
| 196 | 2025-09-17T21:20:30.278Z | Downloaded itoa v1.0.11 |
| 197 | 2025-09-17T21:20:30.281Z | Downloaded tokio-rustls v0.25.0 |
| 198 | 2025-09-17T21:20:30.281Z | Downloaded idna_adapter v1.2.0 |
| 199 | 2025-09-17T21:20:30.285Z | Downloaded hex v0.4.3 |
| 200 | 2025-09-17T21:20:30.285Z | Downloaded is-terminal v0.4.13 |
| 201 | 2025-09-17T21:20:30.288Z | Downloaded tokio-macros v2.5.0 |
| 202 | 2025-09-17T21:20:30.288Z | Downloaded thread-id v4.2.2 |
| 203 | 2025-09-17T21:20:30.288Z | Downloaded writeable v0.5.5 |
| 204 | 2025-09-17T21:20:30.292Z | Downloaded quinn-udp v0.5.5 |
| 205 | 2025-09-17T21:20:30.295Z | Downloaded paste v1.0.15 |
| 206 | 2025-09-17T21:20:30.295Z | Downloaded version_check v0.9.5 |
| 207 | 2025-09-17T21:20:30.298Z | Downloaded serde_urlencoded v0.7.1 |
| 208 | 2025-09-17T21:20:30.298Z | Downloaded rustc-hash v2.1.1 |
| 209 | 2025-09-17T21:20:30.302Z | Downloaded progenitor-client v0.9.1 |
| 210 | 2025-09-17T21:20:30.302Z | Downloaded progenitor-macro v0.9.1 |
| 211 | 2025-09-17T21:20:30.302Z | Downloaded plain v0.2.3 |
| 212 | 2025-09-17T21:20:30.305Z | Downloaded rustls-pemfile v2.2.0 |
| 213 | 2025-09-17T21:20:30.310Z | Downloaded structmeta-derive v0.3.0 |
| 214 | 2025-09-17T21:20:30.310Z | Downloaded mime v0.3.17 |
| 215 | 2025-09-17T21:20:30.310Z | Downloaded zerovec-derive v0.10.3 |
| 216 | 2025-09-17T21:20:30.314Z | Downloaded slog-bunyan v2.5.0 |
| 217 | 2025-09-17T21:20:30.314Z | Downloaded ppv-lite86 v0.2.20 |
| 218 | 2025-09-17T21:20:30.314Z | Downloaded oxnet v0.1.3 |
| 219 | 2025-09-17T21:20:30.317Z | Downloaded rand_chacha v0.3.1 |
| 220 | 2025-09-17T21:20:30.317Z | Downloaded hyper-rustls v0.27.7 |
| 221 | 2025-09-17T21:20:30.320Z | Downloaded httpdate v1.0.3 |
| 222 | 2025-09-17T21:20:30.320Z | Downloaded getrandom v0.2.15 |
| 223 | 2025-09-17T21:20:30.324Z | Downloaded parse-display-derive v0.10.0 |
| 224 | 2025-09-17T21:20:30.324Z | Downloaded icu_locid_transform v1.5.0 |
| 225 | 2025-09-17T21:20:30.327Z | Downloaded newtype-uuid v1.2.4 |
| 226 | 2025-09-17T21:20:30.330Z | Downloaded iana-time-zone v0.1.63 |
| 227 | 2025-09-17T21:20:30.331Z | Downloaded usdt-impl v0.5.0 |
| 228 | 2025-09-17T21:20:30.334Z | Downloaded lazy_static v1.5.0 |
| 229 | 2025-09-17T21:20:30.334Z | Downloaded progenitor v0.9.1 |
| 230 | 2025-09-17T21:20:30.339Z | Downloaded ipnet v2.11.0 |
| 231 | 2025-09-17T21:20:30.339Z | Downloaded rustversion v1.0.17 |
| 232 | 2025-09-17T21:20:30.342Z | Downloaded rusty-fork v0.3.0 |
| 233 | 2025-09-17T21:20:30.342Z | Downloaded strum_macros v0.26.4 |
| 234 | 2025-09-17T21:20:30.346Z | Downloaded pin-utils v0.1.0 |
| 235 | 2025-09-17T21:20:30.346Z | Downloaded unsafe-libyaml v0.2.11 |
| 236 | 2025-09-17T21:20:30.349Z | Downloaded serde v1.0.223 |
| 237 | 2025-09-17T21:20:30.349Z | Downloaded shlex v1.3.0 |
| 238 | 2025-09-17T21:20:30.353Z | Downloaded slab v0.4.9 |
| 239 | 2025-09-17T21:20:30.353Z | Downloaded quick-error v1.2.3 |
| 240 | 2025-09-17T21:20:30.356Z | Downloaded structmeta v0.3.0 |
| 241 | 2025-09-17T21:20:30.356Z | Downloaded scopeguard v1.2.0 |
| 242 | 2025-09-17T21:20:30.356Z | Downloaded schemars_derive v0.8.22 |
| 243 | 2025-09-17T21:20:30.360Z | Downloaded once_cell v1.21.3 |
| 244 | 2025-09-17T21:20:30.360Z | Downloaded quote v1.0.40 |
| 245 | 2025-09-17T21:20:30.363Z | Downloaded ref-cast-impl v1.0.24 |
| 246 | 2025-09-17T21:20:30.363Z | Downloaded parse-display v0.10.0 |
| 247 | 2025-09-17T21:20:30.366Z | Downloaded icu_locid_transform_data v1.5.0 |
| 248 | 2025-09-17T21:20:30.366Z | Downloaded sha1 v0.10.6 |
| 249 | 2025-09-17T21:20:30.369Z | Downloaded parking_lot_core v0.9.10 |
| 250 | 2025-09-17T21:20:30.370Z | Downloaded pest_generator v2.7.14 |
| 251 | 2025-09-17T21:20:30.373Z | Downloaded ucd-trie v0.1.7 |
| 252 | 2025-09-17T21:20:30.373Z | Downloaded icu_normalizer v1.5.0 |
| 253 | 2025-09-17T21:20:30.376Z | Downloaded powerfmt v0.2.0 |
| 254 | 2025-09-17T21:20:30.379Z | Downloaded ref-cast v1.0.24 |
| 255 | 2025-09-17T21:20:30.379Z | Downloaded serde_with_macros v3.14.0 |
| 256 | 2025-09-17T21:20:30.383Z | Downloaded serde_tokenstream v0.2.2 |
| 257 | 2025-09-17T21:20:30.383Z | Downloaded rand_chacha v0.9.0 |
| 258 | 2025-09-17T21:20:30.386Z | Downloaded sha2 v0.10.9 |
| 259 | 2025-09-17T21:20:30.386Z | Downloaded socket2 v0.6.0 |
| 260 | 2025-09-17T21:20:30.390Z | Downloaded tinyvec v1.8.0 |
| 261 | 2025-09-17T21:20:30.393Z | Downloaded serde_derive_internals v0.29.1 |
| 262 | 2025-09-17T21:20:30.393Z | Downloaded signal-hook-registry v1.4.2 |
| 263 | 2025-09-17T21:20:30.393Z | Downloaded log v0.4.27 |
| 264 | 2025-09-17T21:20:30.397Z | Downloaded rustls-pki-types v1.10.0 |
| 265 | 2025-09-17T21:20:30.400Z | Downloaded pest_derive v2.7.14 |
| 266 | 2025-09-17T21:20:30.404Z | Downloaded smallvec v1.15.1 |
| 267 | 2025-09-17T21:20:30.404Z | Downloaded semver v1.0.26 |
| 268 | 2025-09-17T21:20:30.409Z | Downloaded httparse v1.9.5 |
| 269 | 2025-09-17T21:20:30.410Z | Downloaded icu_normalizer_data v1.5.0 |
| 270 | 2025-09-17T21:20:30.410Z | Downloaded slog-term v2.9.2 |
| 271 | 2025-09-17T21:20:30.413Z | Downloaded rand_core v0.6.4 |
| 272 | 2025-09-17T21:20:30.413Z | Downloaded ryu v1.0.18 |
| 273 | 2025-09-17T21:20:30.416Z | Downloaded proc-macro2 v1.0.101 |
| 274 | 2025-09-17T21:20:30.420Z | Downloaded progenitor-impl v0.9.1 |
| 275 | 2025-09-17T21:20:30.420Z | Downloaded parking_lot v0.12.3 |
| 276 | 2025-09-17T21:20:30.425Z | Downloaded slog v2.7.0 |
| 277 | 2025-09-17T21:20:30.425Z | Downloaded num-traits v0.2.19 |
| 278 | 2025-09-17T21:20:30.428Z | Downloaded pest_meta v2.7.14 |
| 279 | 2025-09-17T21:20:30.432Z | Downloaded uuid v1.18.1 |
| 280 | 2025-09-17T21:20:30.436Z | Downloaded url v2.5.4 |
| 281 | 2025-09-17T21:20:30.436Z | Downloaded icu_properties v1.5.1 |
| 282 | 2025-09-17T21:20:30.441Z | Downloaded icu_collections v1.5.0 |
| 283 | 2025-09-17T21:20:30.445Z | Downloaded serde_derive v1.0.223 |
| 284 | 2025-09-17T21:20:30.449Z | Downloaded icu_provider v1.5.0 |
| 285 | 2025-09-17T21:20:30.449Z | Downloaded socket2 v0.5.10 |
| 286 | 2025-09-17T21:20:30.453Z | Downloaded serde_core v1.0.223 |
| 287 | 2025-09-17T21:20:30.453Z | Downloaded serde_yaml v0.9.34+deprecated |
| 288 | 2025-09-17T21:20:30.457Z | Downloaded tower v0.5.2 |
| 289 | 2025-09-17T21:20:30.465Z | Downloaded quinn v0.11.5 |
| 290 | 2025-09-17T21:20:30.469Z | Downloaded crossbeam-channel v0.5.15 |
| 291 | 2025-09-17T21:20:30.473Z | Downloaded schemars v0.8.22 |
| 292 | 2025-09-17T21:20:30.481Z | Downloaded tokio-util v0.7.15 |
| 293 | 2025-09-17T21:20:30.488Z | Downloaded tower-http v0.6.6 |
| 294 | 2025-09-17T21:20:30.495Z | Downloaded time v0.3.36 |
| 295 | 2025-09-17T21:20:30.501Z | Downloaded pest v2.7.14 |
| 296 | 2025-09-17T21:20:30.505Z | Downloaded hashbrown v0.16.0 |
| 297 | 2025-09-17T21:20:30.509Z | Downloaded zerocopy v0.7.35 |
| 298 | 2025-09-17T21:20:30.523Z | Downloaded serde_json v1.0.145 |
| 299 | 2025-09-17T21:20:30.529Z | Downloaded hashbrown v0.15.4 |
| 300 | 2025-09-17T21:20:30.534Z | Downloaded iri-string v0.7.8 |
| 301 | 2025-09-17T21:20:30.540Z | Downloaded h2 v0.4.6 |
| 302 | 2025-09-17T21:20:30.546Z | Downloaded rustls-webpki v0.102.8 |
| 303 | 2025-09-17T21:20:30.563Z | Downloaded proptest v1.7.0 |
| 304 | 2025-09-17T21:20:30.571Z | Downloaded webpki-roots v1.0.1 |
| 305 | 2025-09-17T21:20:30.574Z | Downloaded regex v1.11.1 |
| 306 | 2025-09-17T21:20:30.584Z | Downloaded serde_with v3.14.0 |
| 307 | 2025-09-17T21:20:30.594Z | Downloaded reqwest v0.12.22 |
| 308 | 2025-09-17T21:20:30.601Z | Downloaded quinn-proto v0.11.8 |
| 309 | 2025-09-17T21:20:30.606Z | Downloaded goblin v0.8.2 |
| 310 | 2025-09-17T21:20:30.611Z | Downloaded futures-util v0.3.31 |
| 311 | 2025-09-17T21:20:30.621Z | Downloaded rustls v0.23.19 |
| 312 | 2025-09-17T21:20:30.630Z | Downloaded icu_properties_data v1.5.0 |
| 313 | 2025-09-17T21:20:30.639Z | Downloaded openapiv3 v2.2.0 |
| 314 | 2025-09-17T21:20:30.648Z | Downloaded hyper v1.7.0 |
| 315 | 2025-09-17T21:20:30.653Z | Downloaded chrono v0.4.41 |
| 316 | 2025-09-17T21:20:30.659Z | Downloaded idna v1.0.3 |
| 317 | 2025-09-17T21:20:30.662Z | Downloaded rustls v0.22.4 |
| 318 | 2025-09-17T21:20:30.673Z | Downloaded zerovec v0.10.4 |
| 319 | 2025-09-17T21:20:30.678Z | Downloaded regress v0.10.4 |
| 320 | 2025-09-17T21:20:30.684Z | Downloaded regex-syntax v0.8.5 |
| 321 | 2025-09-17T21:20:30.690Z | Downloaded rustix v1.0.7 |
| 322 | 2025-09-17T21:20:30.710Z | Downloaded typify-impl v0.3.0 |
| 323 | 2025-09-17T21:20:30.721Z | Downloaded dropshot v0.16.4 |
| 324 | 2025-09-17T21:20:30.739Z | Downloaded iddqd v0.3.13 |
| 325 | 2025-09-17T21:20:30.744Z | Downloaded indexmap v2.11.0 |
| 326 | 2025-09-17T21:20:30.749Z | Downloaded hyper-util v0.1.16 |
| 327 | 2025-09-17T21:20:30.752Z | Downloaded http v1.3.1 |
| 328 | 2025-09-17T21:20:30.756Z | Downloaded regex-automata v0.4.8 |
| 329 | 2025-09-17T21:20:30.768Z | Downloaded rand v0.8.5 |
| 330 | 2025-09-17T21:20:30.771Z | Downloaded mio v1.0.2 |
| 331 | 2025-09-17T21:20:30.775Z | Downloaded memchr v2.7.4 |
| 332 | 2025-09-17T21:20:30.779Z | Downloaded rand v0.9.2 |
| 333 | 2025-09-17T21:20:30.783Z | Downloaded icu_locid v1.5.0 |
| 334 | 2025-09-17T21:20:30.786Z | Downloaded getrandom v0.3.1 |
| 335 | 2025-09-17T21:20:30.789Z | Downloaded multer v3.1.0 |
| 336 | 2025-09-17T21:20:30.793Z | Downloaded memmap v0.7.0 |
| 337 | 2025-09-17T21:20:30.793Z | Downloaded lock_api v0.4.12 |
| 338 | 2025-09-17T21:20:30.796Z | Downloaded serde_path_to_error v0.1.17 |
| 339 | 2025-09-17T21:20:30.796Z | Downloaded progenitor-client v0.10.0 |
| 340 | 2025-09-17T21:20:30.796Z | Downloaded slog-json v2.6.1 |
| 341 | 2025-09-17T21:20:30.799Z | Downloaded tokio v1.47.0 |
| 342 | 2025-09-17T21:20:30.829Z | Downloaded spin v0.9.8 |
| 343 | 2025-09-17T21:20:30.832Z | Downloaded scroll v0.12.0 |
| 344 | 2025-09-17T21:20:30.832Z | Downloaded rand_core v0.9.3 |
| 345 | 2025-09-17T21:20:30.835Z | Downloaded zerocopy-derive v0.7.35 |
| 346 | 2025-09-17T21:20:30.839Z | Downloaded typify v0.3.0 |
| 347 | 2025-09-17T21:20:30.842Z | Downloaded cc v1.2.30 |
| 348 | 2025-09-17T21:20:30.845Z | Downloaded pin-project-lite v0.2.14 |
| 349 | 2025-09-17T21:20:30.849Z | Downloaded percent-encoding v2.3.2 |
| 350 | 2025-09-17T21:20:30.849Z | Downloaded camino v1.2.0 |
| 351 | 2025-09-17T21:20:30.849Z | Downloaded libc v0.2.174 |
| 352 | 2025-09-17T21:20:30.868Z | Downloaded slog-async v2.8.0 |
| 353 | 2025-09-17T21:20:30.871Z | Downloaded serde_spanned v1.0.0 |
| 354 | 2025-09-17T21:20:30.871Z | Downloaded heck v0.5.0 |
| 355 | 2025-09-17T21:20:30.871Z | Downloaded bit-vec v0.8.0 |
| 356 | 2025-09-17T21:20:30.874Z | Downloaded rand_xorshift v0.4.0 |
| 357 | 2025-09-17T21:20:30.874Z | Downloaded macaddr v1.0.1 |
| 358 | 2025-09-17T21:20:30.874Z | Downloaded zeroize v1.8.1 |
| 359 | 2025-09-17T21:20:30.878Z | Downloaded utf16_iter v1.0.5 |
| 360 | 2025-09-17T21:20:30.878Z | Downloaded tokio-rustls v0.26.0 |
| 361 | 2025-09-17T21:20:30.878Z | Downloaded thiserror v2.0.16 |
| 362 | 2025-09-17T21:20:30.883Z | Downloaded usdt v0.5.0 |
| 363 | 2025-09-17T21:20:30.886Z | Downloaded hostname v0.4.0 |
| 364 | 2025-09-17T21:20:30.886Z | Downloaded hostname v0.3.1 |
| 365 | 2025-09-17T21:20:30.886Z | Downloaded generic-array v0.14.7 |
| 366 | 2025-09-17T21:20:30.890Z | Downloaded futures-sink v0.3.31 |
| 367 | 2025-09-17T21:20:30.890Z | Downloaded futures-core v0.3.31 |
| 368 | 2025-09-17T21:20:30.890Z | Downloaded futures-io v0.3.31 |
| 369 | 2025-09-17T21:20:30.893Z | Downloaded futures-executor v0.3.31 |
| 370 | 2025-09-17T21:20:30.893Z | Downloaded byteorder v1.5.0 |
| 371 | 2025-09-17T21:20:30.893Z | Downloaded usdt-attr-macro v0.5.0 |
| 372 | 2025-09-17T21:20:30.893Z | Downloaded thiserror-impl v2.0.16 |
| 373 | 2025-09-17T21:20:30.897Z | Downloaded thiserror-impl v1.0.69 |
| 374 | 2025-09-17T21:20:30.897Z | Downloaded block-buffer v0.10.4 |
| 375 | 2025-09-17T21:20:30.897Z | Downloaded instant v0.1.13 |
| 376 | 2025-09-17T21:20:30.900Z | Downloaded icu_provider_macros v1.5.0 |
| 377 | 2025-09-17T21:20:30.900Z | Downloaded fnv v1.0.7 |
| 378 | 2025-09-17T21:20:30.900Z | Downloaded errno v0.3.12 |
| 379 | 2025-09-17T21:20:30.900Z | Downloaded bitflags v2.9.1 |
| 380 | 2025-09-17T21:20:30.903Z | Downloaded darling_macro v0.20.10 |
| 381 | 2025-09-17T21:20:30.907Z | Downloaded time-core v0.1.2 |
| 382 | 2025-09-17T21:20:30.907Z | Downloaded thiserror v1.0.69 |
| 383 | 2025-09-17T21:20:30.910Z | Downloaded ident_case v1.0.1 |
| 384 | 2025-09-17T21:20:30.910Z | Downloaded http-body v1.0.1 |
| 385 | 2025-09-17T21:20:30.910Z | Downloaded toml v0.9.5 |
| 386 | 2025-09-17T21:20:30.914Z | Downloaded syn v2.0.106 |
| 387 | 2025-09-17T21:20:30.922Z | Downloaded futures-channel v0.3.31 |
| 388 | 2025-09-17T21:20:30.974Z | Downloaded foldhash v0.1.5 |
| 389 | 2025-09-17T21:20:30.974Z | Downloaded form_urlencoded v1.2.2 |
| 390 | 2025-09-17T21:20:30.974Z | Downloaded dtrace-parser v0.2.0 |
| 391 | 2025-09-17T21:20:30.974Z | Downloaded encoding_rs v0.8.34 |
| 392 | 2025-09-17T21:20:30.975Z | Downloaded dof v0.3.0 |
| 393 | 2025-09-17T21:20:30.975Z | Downloaded daft-derive v0.1.4 |
| 394 | 2025-09-17T21:20:30.975Z | Downloaded foldhash v0.2.0 |
| 395 | 2025-09-17T21:20:30.975Z | Downloaded equivalent v1.0.2 |
| 396 | 2025-09-17T21:20:30.975Z | Downloaded debug-ignore v1.0.5 |
| 397 | 2025-09-17T21:20:30.975Z | Downloaded dropshot_endpoint v0.16.4 |
| 398 | 2025-09-17T21:20:30.975Z | Downloaded derive-ex v0.1.8 |
| 399 | 2025-09-17T21:20:30.975Z | Downloaded crossbeam-utils v0.8.21 |
| 400 | 2025-09-17T21:20:30.975Z | Downloaded toml_parser v1.0.2 |
| 401 | 2025-09-17T21:20:30.975Z | Downloaded dyn-clone v1.0.20 |
| 402 | 2025-09-17T21:20:30.975Z | Downloaded ring v0.17.14 |
| 403 | 2025-09-17T21:20:30.994Z | Downloaded deranged v0.3.11 |
| 404 | 2025-09-17T21:20:30.997Z | Downloaded daft v0.1.4 |
| 405 | 2025-09-17T21:20:30.997Z | Downloaded digest v0.10.7 |
| 406 | 2025-09-17T21:20:30.997Z | Downloaded crypto-common v0.1.6 |
| 407 | 2025-09-17T21:20:31.002Z | Downloaded subtle v2.6.1 |
| 408 | 2025-09-17T21:20:31.002Z | Downloaded stable_deref_trait v1.2.0 |
| 409 | 2025-09-17T21:20:31.002Z | Downloaded darling_core v0.20.10 |
| 410 | 2025-09-17T21:20:31.006Z | Downloaded cpufeatures v0.2.14 |
| 411 | 2025-09-17T21:20:31.006Z | Downloaded anyhow v1.0.99 |
| 412 | 2025-09-17T21:20:31.010Z | Downloaded async-stream-impl v0.3.6 |
| 413 | 2025-09-17T21:20:31.010Z | Downloaded async-stream v0.3.6 |
| 414 | 2025-09-17T21:20:31.010Z | Downloaded aho-corasick v1.1.3 |
| 415 | 2025-09-17T21:20:31.082Z | Compiling proc-macro2 v1.0.101 |
| 416 | 2025-09-17T21:20:31.082Z | Compiling unicode-ident v1.0.18 |
| 417 | 2025-09-17T21:20:31.086Z | Compiling libc v0.2.174 |
| 418 | 2025-09-17T21:20:31.086Z | Compiling autocfg v1.4.0 |
| 419 | 2025-09-17T21:20:31.086Z | Checking cfg-if v1.0.1 |
| 420 | 2025-09-17T21:20:31.086Z | Compiling serde_core v1.0.223 |
| 421 | 2025-09-17T21:20:31.086Z | Compiling serde v1.0.223 |
| 422 | 2025-09-17T21:20:31.202Z | Checking memchr v2.7.4 |
| 423 | 2025-09-17T21:20:31.287Z | Checking itoa v1.0.11 |
| 424 | 2025-09-17T21:20:31.394Z | Compiling serde_json v1.0.145 |
| 425 | 2025-09-17T21:20:31.832Z | Checking ryu v1.0.18 |
| 426 | 2025-09-17T21:20:31.988Z | Compiling getrandom v0.3.1 |
| 427 | 2025-09-17T21:20:32.058Z | Compiling semver v1.0.26 |
| 428 | 2025-09-17T21:20:32.071Z | Checking pin-project-lite v0.2.14 |
| 429 | 2025-09-17T21:20:32.438Z | Checking smallvec v1.15.1 |
| 430 | 2025-09-17T21:20:32.661Z | Checking futures-core v0.3.31 |
| 431 | 2025-09-17T21:20:32.749Z | Compiling version_check v0.9.5 |
| 432 | 2025-09-17T21:20:32.763Z | Checking bytes v1.10.1 |
| 433 | 2025-09-17T21:20:32.779Z | Compiling num-traits v0.2.19 |
| 434 | 2025-09-17T21:20:32.839Z | Checking once_cell v1.21.3 |
| 435 | 2025-09-17T21:20:32.884Z | Compiling lock_api v0.4.12 |
| 436 | 2025-09-17T21:20:33.152Z | Compiling parking_lot_core v0.9.10 |
| 437 | 2025-09-17T21:20:33.230Z | Compiling quote v1.0.40 |
| 438 | 2025-09-17T21:20:33.645Z | Compiling syn v2.0.106 |
| 439 | 2025-09-17T21:20:33.692Z | Checking fnv v1.0.7 |
| 440 | 2025-09-17T21:20:33.829Z | Checking allocator-api2 v0.2.21 |
| 441 | 2025-09-17T21:20:33.833Z | Compiling thiserror v1.0.69 |
| 442 | 2025-09-17T21:20:33.862Z | Checking scopeguard v1.2.0 |
| 443 | 2025-09-17T21:20:34.450Z | Compiling slab v0.4.9 |
| 444 | 2025-09-17T21:20:34.502Z | Checking equivalent v1.0.2 |
| 445 | 2025-09-17T21:20:34.521Z | Checking futures-sink v0.3.31 |
| 446 | 2025-09-17T21:20:34.619Z | Checking iana-time-zone v0.1.63 |
| 447 | 2025-09-17T21:20:34.670Z | Compiling shlex v1.3.0 |
| 448 | 2025-09-17T21:20:34.765Z | Checking parking_lot v0.12.3 |
| 449 | 2025-09-17T21:20:34.832Z | Checking signal-hook-registry v1.4.2 |
| 450 | 2025-09-17T21:20:34.972Z | Compiling cc v1.2.30 |
| 451 | 2025-09-17T21:20:34.995Z | Checking getrandom v0.2.15 |
| 452 | 2025-09-17T21:20:35.114Z | Checking mio v1.0.2 |
| 453 | 2025-09-17T21:20:35.114Z | Checking socket2 v0.6.0 |
| 454 | 2025-09-17T21:20:35.150Z | Checking stable_deref_trait v1.2.0 |
| 455 | 2025-09-17T21:20:35.215Z | Compiling schemars v0.8.22 |
| 456 | 2025-09-17T21:20:35.248Z | Checking foldhash v0.1.5 |
| 457 | 2025-09-17T21:20:35.482Z | Checking hashbrown v0.15.4 |
| 458 | 2025-09-17T21:20:35.649Z | Checking dyn-clone v1.0.20 |
| 459 | 2025-09-17T21:20:35.663Z | Compiling heck v0.5.0 |
| 460 | 2025-09-17T21:20:35.810Z | Checking futures-channel v0.3.31 |
| 461 | 2025-09-17T21:20:35.869Z | Checking http v1.3.1 |
| 462 | 2025-09-17T21:20:36.066Z | Checking log v0.4.27 |
| 463 | 2025-09-17T21:20:36.156Z | Checking pin-utils v0.1.0 |
| 464 | 2025-09-17T21:20:36.254Z | Compiling thiserror v2.0.16 |
| 465 | 2025-09-17T21:20:36.340Z | Checking futures-io v0.3.31 |
| 466 | 2025-09-17T21:20:36.495Z | Checking rustls-pki-types v1.10.0 |
| 467 | 2025-09-17T21:20:36.528Z | Checking futures-task v0.3.31 |
| 468 | 2025-09-17T21:20:37.369Z | Checking untrusted v0.9.0 |
| 469 | 2025-09-17T21:20:37.392Z | Checking writeable v0.5.5 |
| 470 | 2025-09-17T21:20:37.490Z | Checking byteorder v1.5.0 |
| 471 | 2025-09-17T21:20:37.534Z | Checking litemap v0.7.3 |
| 472 | 2025-09-17T21:20:37.701Z | Compiling ucd-trie v0.1.7 |
| 473 | 2025-09-17T21:20:37.754Z | Compiling ring v0.17.14 |
| 474 | 2025-09-17T21:20:37.870Z | Compiling httparse v1.9.5 |
| 475 | 2025-09-17T21:20:37.918Z | Checking http-body v1.0.1 |
| 476 | 2025-09-17T21:20:38.084Z | Checking tracing-core v0.1.32 |
| 477 | 2025-09-17T21:20:38.105Z | Checking atomic-waker v1.1.2 |
| 478 | 2025-09-17T21:20:38.578Z | Checking subtle v2.6.1 |
| 479 | 2025-09-17T21:20:38.659Z | Checking bitflags v2.9.1 |
| 480 | 2025-09-17T21:20:38.662Z | Checking icu_locid_transform_data v1.5.0 |
| 481 | 2025-09-17T21:20:38.774Z | Checking percent-encoding v2.3.2 |
| 482 | 2025-09-17T21:20:38.941Z | Checking zeroize v1.8.1 |
| 483 | 2025-09-17T21:20:38.961Z | Checking tracing v0.1.40 |
| 484 | 2025-09-17T21:20:39.188Z | Checking tower-service v0.3.3 |
| 485 | 2025-09-17T21:20:39.309Z | Checking try-lock v0.2.5 |
| 486 | 2025-09-17T21:20:39.401Z | Compiling chrono v0.4.41 |
| 487 | 2025-09-17T21:20:39.447Z | Checking icu_properties_data v1.5.0 |
| 488 | 2025-09-17T21:20:39.471Z | Compiling uuid v1.18.1 |
| 489 | 2025-09-17T21:20:39.486Z | Checking want v0.3.1 |
| 490 | 2025-09-17T21:20:39.489Z | Compiling regress v0.10.4 |
| 491 | 2025-09-17T21:20:39.682Z | Checking httpdate v1.0.3 |
| 492 | 2025-09-17T21:20:39.937Z | Compiling slog v2.7.0 |
| 493 | 2025-09-17T21:20:39.949Z | Compiling rustls v0.23.19 |
| 494 | 2025-09-17T21:20:39.992Z | Checking icu_normalizer_data v1.5.0 |
| 495 | 2025-09-17T21:20:40.039Z | Checking write16 v1.0.0 |
| 496 | 2025-09-17T21:20:40.093Z | Checking utf16_iter v1.0.5 |
| 497 | 2025-09-17T21:20:40.183Z | Checking utf8_iter v1.0.4 |
| 498 | 2025-09-17T21:20:40.302Z | Checking form_urlencoded v1.2.2 |
| 499 | 2025-09-17T21:20:40.395Z | Compiling aho-corasick v1.1.3 |
| 500 | 2025-09-17T21:20:40.497Z | Checking ipnet v2.11.0 |
| 501 | 2025-09-17T21:20:40.521Z | Compiling regex-syntax v0.8.5 |
| 502 | 2025-09-17T21:20:40.965Z | Compiling serde_derive_internals v0.29.1 |
| 503 | 2025-09-17T21:20:41.189Z | Compiling synstructure v0.13.1 |
| 504 | 2025-09-17T21:20:42.383Z | Compiling typenum v1.17.0 |
| 505 | 2025-09-17T21:20:42.775Z | Compiling paste v1.0.15 |
| 506 | 2025-09-17T21:20:43.306Z | Checking base64 v0.22.1 |
| 507 | 2025-09-17T21:20:43.846Z | Checking rustls-webpki v0.102.8 |
| 508 | 2025-09-17T21:20:44.023Z | Compiling generic-array v0.14.7 |
| 509 | 2025-09-17T21:20:44.380Z | Compiling regex-automata v0.4.8 |
| 510 | 2025-09-17T21:20:44.410Z | Checking sync_wrapper v1.0.1 |
| 511 | 2025-09-17T21:20:44.426Z | Compiling serde_derive v1.0.223 |
| 512 | 2025-09-17T21:20:44.524Z | Compiling schemars_derive v0.8.22 |
| 513 | 2025-09-17T21:20:44.574Z | Compiling zerofrom-derive v0.1.4 |
| 514 | 2025-09-17T21:20:45.194Z | Compiling zerocopy-derive v0.7.35 |
| 515 | 2025-09-17T21:20:45.792Z | Compiling thiserror-impl v1.0.69 |
| 516 | 2025-09-17T21:20:46.205Z | Compiling tokio-macros v2.5.0 |
| 517 | 2025-09-17T21:20:46.469Z | Compiling yoke-derive v0.7.4 |
| 518 | 2025-09-17T21:20:47.032Z | Compiling zerovec-derive v0.10.3 |
| 519 | 2025-09-17T21:20:47.203Z | Compiling displaydoc v0.2.5 |
| 520 | 2025-09-17T21:20:47.535Z | Checking zerofrom v0.1.4 |
| 521 | 2025-09-17T21:20:47.631Z | Checking tokio v1.47.0 |
| 522 | 2025-09-17T21:20:47.755Z | Compiling futures-macro v0.3.31 |
| 523 | 2025-09-17T21:20:48.295Z | Compiling thiserror-impl v2.0.16 |
| 524 | 2025-09-17T21:20:48.780Z | Checking yoke v0.7.4 |
| 525 | 2025-09-17T21:20:48.819Z | Checking zerocopy v0.7.35 |
| 526 | 2025-09-17T21:20:49.128Z | Compiling icu_provider_macros v1.5.0 |
| 527 | 2025-09-17T21:20:49.253Z | Checking zerovec v0.10.4 |
| 528 | 2025-09-17T21:20:49.410Z | Checking futures-util v0.3.31 |
| 529 | 2025-09-17T21:20:50.076Z | Compiling pest v2.7.14 |
| 530 | 2025-09-17T21:20:50.264Z | Checking ppv-lite86 v0.2.20 |
| 531 | 2025-09-17T21:20:50.787Z | Checking tinystr v0.7.6 |
| 532 | 2025-09-17T21:20:50.843Z | Checking icu_collections v1.5.0 |
| 533 | 2025-09-17T21:20:51.099Z | Checking icu_locid v1.5.0 |
| 534 | 2025-09-17T21:20:51.929Z | Compiling rustversion v1.0.17 |
| 535 | 2025-09-17T21:20:52.579Z | Compiling serde_tokenstream v0.2.2 |
| 536 | 2025-09-17T21:20:52.637Z | Checking indexmap v2.11.0 |
| 537 | 2025-09-17T21:20:52.827Z | Checking icu_provider v1.5.0 |
| 538 | 2025-09-17T21:20:53.114Z | Compiling pest_meta v2.7.14 |
| 539 | 2025-09-17T21:20:53.461Z | Checking icu_locid_transform v1.5.0 |
| 540 | 2025-09-17T21:20:53.936Z | Compiling newtype-uuid v1.2.4 |
| 541 | 2025-09-17T21:20:54.059Z | Checking tower-layer v0.3.3 |
| 542 | 2025-09-17T21:20:54.386Z | Checking serde_urlencoded v0.7.1 |
| 543 | 2025-09-17T21:20:54.399Z | Checking icu_properties v1.5.1 |
| 544 | 2025-09-17T21:20:54.458Z | Checking tokio-util v0.7.15 |
| 545 | 2025-09-17T21:20:54.824Z | Compiling pest_generator v2.7.14 |
| 546 | 2025-09-17T21:20:55.258Z | Checking h2 v0.4.6 |
| 547 | 2025-09-17T21:20:55.500Z | Compiling typify-impl v0.3.0 |
| 548 | 2025-09-17T21:20:55.777Z | Checking ipnetwork v0.21.1 |
| 549 | 2025-09-17T21:20:55.861Z | Checking tokio-rustls v0.26.0 |
| 550 | 2025-09-17T21:20:56.165Z | Checking tower v0.5.2 |
| 551 | 2025-09-17T21:20:56.239Z | Compiling regex v1.11.1 |
| 552 | 2025-09-17T21:20:56.347Z | Compiling structmeta-derive v0.3.0 |
| 553 | 2025-09-17T21:20:56.693Z | Compiling pest_derive v2.7.14 |
| 554 | 2025-09-17T21:20:56.842Z | Compiling scroll_derive v0.12.0 |
| 555 | 2025-09-17T21:20:57.608Z | Checking http-body-util v0.1.3 |
| 556 | 2025-09-17T21:20:57.664Z | Checking icu_normalizer v1.5.0 |
| 557 | 2025-09-17T21:20:58.043Z | Checking webpki-roots v1.0.1 |
| 558 | 2025-09-17T21:20:58.231Z | Compiling usdt-impl v0.5.0 |
| 559 | 2025-09-17T21:20:58.417Z | Checking idna_adapter v1.2.0 |
| 560 | 2025-09-17T21:20:58.511Z | Compiling rustix v1.0.7 |
| 561 | 2025-09-17T21:20:58.601Z | Checking idna v1.0.3 |
| 562 | 2025-09-17T21:20:58.646Z | Checking iri-string v0.7.8 |
| 563 | 2025-09-17T21:20:58.661Z | Checking powerfmt v0.2.0 |
| 564 | 2025-09-17T21:20:58.942Z | Compiling time-core v0.1.2 |
| 565 | 2025-09-17T21:20:58.989Z | Compiling num-conv v0.1.0 |
| 566 | 2025-09-17T21:20:59.096Z | Checking url v2.5.4 |
| 567 | 2025-09-17T21:20:59.123Z | Checking deranged v0.3.11 |
| 568 | 2025-09-17T21:20:59.259Z | Compiling time-macros v0.2.18 |
| 569 | 2025-09-17T21:20:59.343Z | Compiling thread-id v4.2.2 |
| 570 | 2025-09-17T21:20:59.432Z | Checking hyper v1.7.0 |
| 571 | 2025-09-17T21:20:59.469Z | Compiling structmeta v0.3.0 |
| 572 | 2025-09-17T21:21:00.052Z | Checking scroll v0.12.0 |
| 573 | 2025-09-17T21:21:00.562Z | Compiling dtrace-parser v0.2.0 |
| 574 | 2025-09-17T21:21:00.868Z | Compiling dof v0.3.0 |
| 575 | 2025-09-17T21:21:01.170Z | Checking oxnet v0.1.3 |
| 576 | 2025-09-17T21:21:01.321Z | Checking tower-http v0.6.6 |
| 577 | 2025-09-17T21:21:01.483Z | Checking hyper-util v0.1.16 |
| 578 | 2025-09-17T21:21:01.621Z | Compiling daft-derive v0.1.4 |
| 579 | 2025-09-17T21:21:02.002Z | Checking rand_core v0.9.3 |
| 580 | 2025-09-17T21:21:02.101Z | Checking errno v0.3.12 |
| 581 | 2025-09-17T21:21:02.329Z | Checking plain v0.2.3 |
| 582 | 2025-09-17T21:21:02.650Z | Checking num_threads v0.1.7 |
| 583 | 2025-09-17T21:21:02.777Z | Compiling strsim v0.11.1 |
| 584 | 2025-09-17T21:21:02.780Z | Compiling crossbeam-utils v0.8.21 |
| 585 | 2025-09-17T21:21:03.045Z | Compiling ident_case v1.0.1 |
| 586 | 2025-09-17T21:21:03.244Z | Compiling omicron-workspace-hack v0.1.0 |
| 587 | 2025-09-17T21:21:03.258Z | Checking time v0.3.36 |
| 588 | 2025-09-17T21:21:03.400Z | Compiling darling_core v0.20.10 |
| 589 | 2025-09-17T21:21:03.523Z | Checking hyper-rustls v0.27.7 |
| 590 | 2025-09-17T21:21:03.633Z | Checking daft v0.1.4 |
| 591 | 2025-09-17T21:21:03.844Z | Checking reqwest v0.12.22 |
| 592 | 2025-09-17T21:21:04.192Z | Checking goblin v0.8.2 |
| 593 | 2025-09-17T21:21:04.411Z | Compiling typify-macro v0.3.0 |
| 594 | 2025-09-17T21:21:05.293Z | Compiling openapiv3 v2.2.0 |
| 595 | 2025-09-17T21:21:06.541Z | Checking pretty-hex v0.4.1 |
| 596 | 2025-09-17T21:21:06.726Z | Compiling anyhow v1.0.99 |
| 597 | 2025-09-17T21:21:06.842Z | Compiling rustls v0.22.4 |
| 598 | 2025-09-17T21:21:07.220Z | Checking fastrand v2.1.1 |
| 599 | 2025-09-17T21:21:07.344Z | Compiling unsafe-libyaml v0.2.11 |
| 600 | 2025-09-17T21:21:07.546Z | Checking tempfile v3.20.0 |
| 601 | 2025-09-17T21:21:07.719Z | Compiling typify v0.3.0 |
| 602 | 2025-09-17T21:21:08.061Z | Checking rand_chacha v0.9.0 |
| 603 | 2025-09-17T21:21:08.372Z | Compiling darling_macro v0.20.10 |
| 604 | 2025-09-17T21:21:08.436Z | Checking crypto-common v0.1.6 |
| 605 | 2025-09-17T21:21:08.491Z | Checking block-buffer v0.10.4 |
| 606 | 2025-09-17T21:21:08.619Z | Compiling serde_yaml v0.9.34+deprecated |
| 607 | 2025-09-17T21:21:08.705Z | Compiling progenitor-impl v0.9.1 |
| 608 | 2025-09-17T21:21:08.749Z | Checking rand_core v0.6.4 |
| 609 | 2025-09-17T21:21:08.952Z | Compiling multer v3.1.0 |
| 610 | 2025-09-17T21:21:08.976Z | Checking thread_local v1.1.8 |
| 611 | 2025-09-17T21:21:09.147Z | Checking wait-timeout v0.2.0 |
| 612 | 2025-09-17T21:21:09.266Z | Checking bit-vec v0.8.0 |
| 613 | 2025-09-17T21:21:09.307Z | Compiling ref-cast v1.0.24 |
| 614 | 2025-09-17T21:21:09.330Z | Checking quick-error v1.2.3 |
| 615 | 2025-09-17T21:21:09.345Z | Compiling slog-async v2.8.0 |
| 616 | 2025-09-17T21:21:09.490Z | Checking match_cfg v0.1.0 |
| 617 | 2025-09-17T21:21:09.592Z | Compiling camino v1.2.0 |
| 618 | 2025-09-17T21:21:09.595Z | Checking winnow v0.7.10 |
| 619 | 2025-09-17T21:21:09.638Z | Checking bit-set v0.8.0 |
| 620 | 2025-09-17T21:21:09.897Z | Checking hostname v0.3.1 |
| 621 | 2025-09-17T21:21:09.929Z | Checking rusty-fork v0.3.0 |
| 622 | 2025-09-17T21:21:10.046Z | Compiling darling v0.20.10 |
| 623 | 2025-09-17T21:21:10.167Z | Checking rand_chacha v0.3.1 |
| 624 | 2025-09-17T21:21:10.205Z | Checking crossbeam-channel v0.5.15 |
| 625 | 2025-09-17T21:21:10.219Z | Checking digest v0.10.7 |
| 626 | 2025-09-17T21:21:10.245Z | Checking rand v0.9.2 |
| 627 | 2025-09-17T21:21:10.907Z | Compiling usdt-macro v0.5.0 |
| 628 | 2025-09-17T21:21:10.928Z | Compiling usdt-attr-macro v0.5.0 |
| 629 | 2025-09-17T21:21:11.220Z | Checking progenitor-client v0.9.1 |
| 630 | 2025-09-17T21:21:11.597Z | Checking slog-json v2.6.1 |
| 631 | 2025-09-17T21:21:11.658Z | Compiling strum_macros v0.26.4 |
| 632 | 2025-09-17T21:21:11.775Z | Checking rand_xorshift v0.4.0 |
| 633 | 2025-09-17T21:21:11.869Z | Compiling derive-ex v0.1.8 |
| 634 | 2025-09-17T21:21:11.953Z | Checking futures-executor v0.3.31 |
| 635 | 2025-09-17T21:21:12.183Z | Checking toml_datetime v0.7.0 |
| 636 | 2025-09-17T21:21:12.195Z | Checking hex v0.4.3 |
| 637 | 2025-09-17T21:21:12.212Z | Checking toml_parser v1.0.2 |
| 638 | 2025-09-17T21:21:12.329Z | Checking serde_spanned v1.0.0 |
| 639 | 2025-09-17T21:21:12.548Z | Compiling async-stream-impl v0.3.6 |
| 640 | 2025-09-17T21:21:12.549Z | Compiling ref-cast-impl v1.0.24 |
| 641 | 2025-09-17T21:21:12.736Z | Compiling dropshot v0.16.4 |
| 642 | 2025-09-17T21:21:12.946Z | Checking is-terminal v0.4.13 |
| 643 | 2025-09-17T21:21:13.108Z | Checking memmap v0.7.0 |
| 644 | 2025-09-17T21:21:13.162Z | Checking encoding_rs v0.8.34 |
| 645 | 2025-09-17T21:21:13.310Z | Checking unarray v0.1.4 |
| 646 | 2025-09-17T21:21:13.469Z | Checking toml_writer v1.0.2 |
| 647 | 2025-09-17T21:21:13.683Z | Checking mime v0.3.17 |
| 648 | 2025-09-17T21:21:13.768Z | Checking spin v0.9.8 |
| 649 | 2025-09-17T21:21:13.785Z | Checking term v1.1.0 |
| 650 | 2025-09-17T21:21:13.885Z | Checking cpufeatures v0.2.14 |
| 651 | 2025-09-17T21:21:13.941Z | Checking take_mut v0.2.2 |
| 652 | 2025-09-17T21:21:13.956Z | Compiling progenitor-macro v0.9.1 |
| 653 | 2025-09-17T21:21:13.984Z | Checking lazy_static v1.5.0 |
| 654 | 2025-09-17T21:21:13.999Z | Checking sha1 v0.10.6 |
| 655 | 2025-09-17T21:21:14.130Z | Checking proptest v1.7.0 |
| 656 | 2025-09-17T21:21:14.183Z | Checking slog-term v2.9.2 |
| 657 | 2025-09-17T21:21:14.277Z | Checking tokio-rustls v0.25.0 |
| 658 | 2025-09-17T21:21:14.408Z | Checking async-stream v0.3.6 |
| 659 | 2025-09-17T21:21:14.609Z | Checking toml v0.9.5 |
| 660 | 2025-09-17T21:21:14.724Z | Checking usdt v0.5.0 |
| 661 | 2025-09-17T21:21:14.840Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 662 | 2025-09-17T21:21:14.976Z | Checking futures v0.3.31 |
| 663 | 2025-09-17T21:21:14.991Z | Checking slog-bunyan v2.5.0 |
| 664 | 2025-09-17T21:21:15.085Z | Checking rand v0.8.5 |
| 665 | 2025-09-17T21:21:15.491Z | Compiling test-strategy v0.4.3 |
| 666 | 2025-09-17T21:21:15.578Z | Checking strum v0.26.3 |
| 667 | 2025-09-17T21:21:15.726Z | Compiling serde_with_macros v3.14.0 |
| 668 | 2025-09-17T21:21:15.863Z | Compiling strum_macros v0.27.1 |
| 669 | 2025-09-17T21:21:15.866Z | Compiling parse-display-derive v0.10.0 |
| 670 | 2025-09-17T21:21:15.891Z | Compiling dropshot_endpoint v0.16.4 |
| 671 | 2025-09-17T21:21:16.232Z | Checking serde_path_to_error v0.1.17 |
| 672 | 2025-09-17T21:21:16.832Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 673 | 2025-09-17T21:21:17.645Z | Compiling async-trait v0.1.89 |
| 674 | 2025-09-17T21:21:18.069Z | Compiling derive-where v1.5.0 |
| 675 | 2025-09-17T21:21:18.174Z | Checking waitgroup v0.1.2 |
| 676 | 2025-09-17T21:21:18.329Z | Checking rustls-pemfile v2.2.0 |
| 677 | 2025-09-17T21:21:18.560Z | Checking hashbrown v0.16.0 |
| 678 | 2025-09-17T21:21:18.635Z | Checking hostname v0.4.0 |
| 679 | 2025-09-17T21:21:18.784Z | Checking instant v0.1.13 |
| 680 | 2025-09-17T21:21:18.917Z | Checking debug-ignore v1.0.5 |
| 681 | 2025-09-17T21:21:19.084Z | Checking foldhash v0.2.0 |
| 682 | 2025-09-17T21:21:19.290Z | Checking rustc-hash v2.1.1 |
| 683 | 2025-09-17T21:21:19.341Z | Checking parse-display v0.10.0 |
| 684 | 2025-09-17T21:21:19.458Z | Checking backoff v0.4.0 |
| 685 | 2025-09-17T21:21:19.518Z | Checking iddqd v0.3.13 |
| 686 | 2025-09-17T21:21:19.587Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 687 | 2025-09-17T21:21:19.671Z | Checking serde_with v3.14.0 |
| 688 | 2025-09-17T21:21:19.733Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 689 | 2025-09-17T21:21:19.885Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 690 | 2025-09-17T21:21:20.227Z | Checking strum v0.27.2 |
| 691 | 2025-09-17T21:21:20.289Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 692 | 2025-09-17T21:21:20.401Z | Checking progenitor-client v0.10.0 |
| 693 | 2025-09-17T21:21:20.742Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 694 | 2025-09-17T21:21:20.805Z | Checking macaddr v1.0.1 |
| 695 | 2025-09-17T21:21:20.906Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 696 | 2025-09-17T21:21:23.006Z | Checking progenitor v0.9.1 |
| 697 | 2025-09-17T21:21:23.118Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 698 | 2025-09-17T21:21:25.881Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 699 | 2025-09-17T21:21:33.312Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 700 | 2025-09-17T21:21:33.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
| 701 | 2025-09-17T21:21:33.524Z | + cargo build --release |
| 702 | 2025-09-17T21:21:33.813Z | Compiling proc-macro2 v1.0.101 |
| 703 | 2025-09-17T21:21:33.813Z | Compiling unicode-ident v1.0.18 |
| 704 | 2025-09-17T21:21:33.816Z | Compiling libc v0.2.174 |
| 705 | 2025-09-17T21:21:33.817Z | Compiling autocfg v1.4.0 |
| 706 | 2025-09-17T21:21:33.817Z | Compiling cfg-if v1.0.1 |
| 707 | 2025-09-17T21:21:33.817Z | Compiling serde_core v1.0.223 |
| 708 | 2025-09-17T21:21:33.817Z | Compiling serde v1.0.223 |
| 709 | 2025-09-17T21:21:33.866Z | Compiling memchr v2.7.4 |
| 710 | 2025-09-17T21:21:33.956Z | Compiling serde_json v1.0.145 |
| 711 | 2025-09-17T21:21:34.035Z | Compiling itoa v1.0.11 |
| 712 | 2025-09-17T21:21:34.327Z | Compiling ryu v1.0.18 |
| 713 | 2025-09-17T21:21:34.440Z | Compiling getrandom v0.3.1 |
| 714 | 2025-09-17T21:21:34.872Z | Compiling semver v1.0.26 |
| 715 | 2025-09-17T21:21:34.946Z | Compiling pin-project-lite v0.2.14 |
| 716 | 2025-09-17T21:21:35.366Z | Compiling smallvec v1.15.1 |
| 717 | 2025-09-17T21:21:35.447Z | Compiling version_check v0.9.5 |
| 718 | 2025-09-17T21:21:35.601Z | Compiling futures-core v0.3.31 |
| 719 | 2025-09-17T21:21:35.655Z | Compiling bytes v1.10.1 |
| 720 | 2025-09-17T21:21:35.831Z | Compiling quote v1.0.40 |
| 721 | 2025-09-17T21:21:35.860Z | Compiling num-traits v0.2.19 |
| 722 | 2025-09-17T21:21:35.978Z | Compiling once_cell v1.21.3 |
| 723 | 2025-09-17T21:21:36.173Z | Compiling syn v2.0.106 |
| 724 | 2025-09-17T21:21:36.342Z | Compiling lock_api v0.4.12 |
| 725 | 2025-09-17T21:21:36.410Z | Compiling thiserror v1.0.69 |
| 726 | 2025-09-17T21:21:36.483Z | Compiling parking_lot_core v0.9.10 |
| 727 | 2025-09-17T21:21:36.871Z | Compiling scopeguard v1.2.0 |
| 728 | 2025-09-17T21:21:36.936Z | Compiling allocator-api2 v0.2.21 |
| 729 | 2025-09-17T21:21:36.987Z | Compiling fnv v1.0.7 |
| 730 | 2025-09-17T21:21:37.613Z | Compiling slab v0.4.9 |
| 731 | 2025-09-17T21:21:37.739Z | Compiling equivalent v1.0.2 |
| 732 | 2025-09-17T21:21:37.758Z | Compiling iana-time-zone v0.1.63 |
| 733 | 2025-09-17T21:21:37.862Z | Compiling shlex v1.3.0 |
| 734 | 2025-09-17T21:21:38.006Z | Compiling futures-sink v0.3.31 |
| 735 | 2025-09-17T21:21:38.123Z | Compiling cc v1.2.30 |
| 736 | 2025-09-17T21:21:38.185Z | Compiling parking_lot v0.12.3 |
| 737 | 2025-09-17T21:21:38.414Z | Compiling signal-hook-registry v1.4.2 |
| 738 | 2025-09-17T21:21:38.510Z | Compiling mio v1.0.2 |
| 739 | 2025-09-17T21:21:38.767Z | Compiling socket2 v0.6.0 |
| 740 | 2025-09-17T21:21:39.851Z | Compiling getrandom v0.2.15 |
| 741 | 2025-09-17T21:21:40.029Z | Compiling schemars v0.8.22 |
| 742 | 2025-09-17T21:21:40.204Z | Compiling foldhash v0.1.5 |
| 743 | 2025-09-17T21:21:40.213Z | Compiling stable_deref_trait v1.2.0 |
| 744 | 2025-09-17T21:21:40.405Z | Compiling thiserror v2.0.16 |
| 745 | 2025-09-17T21:21:40.468Z | Compiling hashbrown v0.15.4 |
| 746 | 2025-09-17T21:21:40.616Z | Compiling dyn-clone v1.0.20 |
| 747 | 2025-09-17T21:21:40.666Z | Compiling heck v0.5.0 |
| 748 | 2025-09-17T21:21:40.866Z | Compiling futures-channel v0.3.31 |
| 749 | 2025-09-17T21:21:40.886Z | Compiling ring v0.17.14 |
| 750 | 2025-09-17T21:21:40.995Z | Compiling http v1.3.1 |
| 751 | 2025-09-17T21:21:41.064Z | Compiling log v0.4.27 |
| 752 | 2025-09-17T21:21:41.313Z | Compiling pin-utils v0.1.0 |
| 753 | 2025-09-17T21:21:41.505Z | Compiling rustls-pki-types v1.10.0 |
| 754 | 2025-09-17T21:21:41.900Z | Compiling futures-io v0.3.31 |
| 755 | 2025-09-17T21:21:42.021Z | Compiling futures-task v0.3.31 |
| 756 | 2025-09-17T21:21:42.317Z | Compiling writeable v0.5.5 |
| 757 | 2025-09-17T21:21:42.612Z | Compiling untrusted v0.9.0 |
| 758 | 2025-09-17T21:21:42.858Z | Compiling byteorder v1.5.0 |
| 759 | 2025-09-17T21:21:43.194Z | Compiling litemap v0.7.3 |
| 760 | 2025-09-17T21:21:43.341Z | Compiling serde_derive_internals v0.29.1 |
| 761 | 2025-09-17T21:21:43.354Z | Compiling synstructure v0.13.1 |
| 762 | 2025-09-17T21:21:43.945Z | Compiling httparse v1.9.5 |
| 763 | 2025-09-17T21:21:44.055Z | Compiling ucd-trie v0.1.7 |
| 764 | 2025-09-17T21:21:44.479Z | Compiling http-body v1.0.1 |
| 765 | 2025-09-17T21:21:44.645Z | Compiling tracing-core v0.1.32 |
| 766 | 2025-09-17T21:21:45.147Z | Compiling bitflags v2.9.1 |
| 767 | 2025-09-17T21:21:45.474Z | Compiling percent-encoding v2.3.2 |
| 768 | 2025-09-17T21:21:45.718Z | Compiling subtle v2.6.1 |
| 769 | 2025-09-17T21:21:45.900Z | Compiling atomic-waker v1.1.2 |
| 770 | 2025-09-17T21:21:45.928Z | Compiling zeroize v1.8.1 |
| 771 | 2025-09-17T21:21:45.946Z | Compiling icu_locid_transform_data v1.5.0 |
| 772 | 2025-09-17T21:21:45.986Z | Compiling chrono v0.4.41 |
| 773 | 2025-09-17T21:21:46.064Z | Compiling tracing v0.1.40 |
| 774 | 2025-09-17T21:21:46.645Z | Compiling try-lock v0.2.5 |
| 775 | 2025-09-17T21:21:46.700Z | Compiling icu_properties_data v1.5.0 |
| 776 | 2025-09-17T21:21:46.815Z | Compiling tower-service v0.3.3 |
| 777 | 2025-09-17T21:21:46.936Z | Compiling uuid v1.18.1 |
| 778 | 2025-09-17T21:21:47.069Z | Compiling want v0.3.1 |
| 779 | 2025-09-17T21:21:47.079Z | Compiling serde_derive v1.0.223 |
| 780 | 2025-09-17T21:21:47.105Z | Compiling schemars_derive v0.8.22 |
| 781 | 2025-09-17T21:21:47.358Z | Compiling zerocopy-derive v0.7.35 |
| 782 | 2025-09-17T21:21:47.525Z | Compiling thiserror-impl v1.0.69 |
| 783 | 2025-09-17T21:21:47.738Z | Compiling zerofrom-derive v0.1.4 |
| 784 | 2025-09-17T21:21:48.974Z | Compiling tokio-macros v2.5.0 |
| 785 | 2025-09-17T21:21:49.240Z | Compiling yoke-derive v0.7.4 |
| 786 | 2025-09-17T21:21:49.868Z | Compiling zerovec-derive v0.10.3 |
| 787 | 2025-09-17T21:21:50.036Z | Compiling displaydoc v0.2.5 |
| 788 | 2025-09-17T21:21:50.398Z | Compiling tokio v1.47.0 |
| 789 | 2025-09-17T21:21:50.706Z | Compiling zerofrom v0.1.4 |
| 790 | 2025-09-17T21:21:50.873Z | Compiling futures-macro v0.3.31 |
| 791 | 2025-09-17T21:21:50.946Z | Compiling thiserror-impl v2.0.16 |
| 792 | 2025-09-17T21:21:51.558Z | Compiling yoke v0.7.4 |
| 793 | 2025-09-17T21:21:51.572Z | Compiling zerocopy v0.7.35 |
| 794 | 2025-09-17T21:21:51.927Z | Compiling icu_provider_macros v1.5.0 |
| 795 | 2025-09-17T21:21:52.168Z | Compiling zerovec v0.10.4 |
| 796 | 2025-09-17T21:21:52.601Z | Compiling futures-util v0.3.31 |
| 797 | 2025-09-17T21:21:53.017Z | Compiling pest v2.7.14 |
| 798 | 2025-09-17T21:21:53.059Z | Compiling regress v0.10.4 |
| 799 | 2025-09-17T21:21:55.817Z | Compiling serde_tokenstream v0.2.2 |
| 800 | 2025-09-17T21:21:56.293Z | Compiling tinystr v0.7.6 |
| 801 | 2025-09-17T21:21:56.360Z | Compiling indexmap v2.11.0 |
| 802 | 2025-09-17T21:21:56.703Z | Compiling icu_locid v1.5.0 |
| 803 | 2025-09-17T21:21:57.022Z | Compiling rustls-webpki v0.102.8 |
| 804 | 2025-09-17T21:21:58.161Z | Compiling icu_provider v1.5.0 |
| 805 | 2025-09-17T21:21:58.716Z | Compiling pest_meta v2.7.14 |
| 806 | 2025-09-17T21:22:00.394Z | Compiling tokio-util v0.7.15 |
| 807 | 2025-09-17T21:22:01.352Z | Compiling icu_locid_transform v1.5.0 |
| 808 | 2025-09-17T21:22:01.390Z | Compiling icu_collections v1.5.0 |
| 809 | 2025-09-17T21:22:02.162Z | Compiling h2 v0.4.6 |
| 810 | 2025-09-17T21:22:02.558Z | Compiling pest_generator v2.7.14 |
| 811 | 2025-09-17T21:22:03.238Z | Compiling icu_properties v1.5.1 |
| 812 | 2025-09-17T21:22:04.157Z | Compiling rustls v0.23.19 |
| 813 | 2025-09-17T21:22:04.230Z | Compiling utf16_iter v1.0.5 |
| 814 | 2025-09-17T21:22:04.530Z | Compiling httpdate v1.0.3 |
| 815 | 2025-09-17T21:22:04.847Z | Compiling write16 v1.0.0 |
| 816 | 2025-09-17T21:22:05.003Z | Compiling slog v2.7.0 |
| 817 | 2025-09-17T21:22:05.284Z | Compiling icu_normalizer_data v1.5.0 |
| 818 | 2025-09-17T21:22:05.393Z | Compiling utf8_iter v1.0.4 |
| 819 | 2025-09-17T21:22:05.601Z | Compiling pest_derive v2.7.14 |
| 820 | 2025-09-17T21:22:06.516Z | Compiling typify-impl v0.3.0 |
| 821 | 2025-09-17T21:22:06.794Z | Compiling form_urlencoded v1.2.2 |
| 822 | 2025-09-17T21:22:07.170Z | Compiling icu_normalizer v1.5.0 |
| 823 | 2025-09-17T21:22:07.700Z | Compiling hyper v1.7.0 |
| 824 | 2025-09-17T21:22:09.831Z | Compiling aho-corasick v1.1.3 |
| 825 | 2025-09-17T21:22:09.850Z | Compiling base64 v0.22.1 |
| 826 | 2025-09-17T21:22:10.925Z | Compiling paste v1.0.15 |
| 827 | 2025-09-17T21:22:11.447Z | Compiling regex-syntax v0.8.5 |
| 828 | 2025-09-17T21:22:12.446Z | Compiling typenum v1.17.0 |
| 829 | 2025-09-17T21:22:13.434Z | Compiling ipnet v2.11.0 |
| 830 | 2025-09-17T21:22:15.660Z | Compiling typify-macro v0.3.0 |
| 831 | 2025-09-17T21:22:16.246Z | Compiling regex-automata v0.4.8 |
| 832 | 2025-09-17T21:22:16.592Z | Compiling hyper-util v0.1.16 |
| 833 | 2025-09-17T21:22:17.210Z | Compiling idna_adapter v1.2.0 |
| 834 | 2025-09-17T21:22:18.993Z | Compiling ppv-lite86 v0.2.20 |
| 835 | 2025-09-17T21:22:19.095Z | Compiling generic-array v0.14.7 |
| 836 | 2025-09-17T21:22:19.383Z | Compiling sync_wrapper v1.0.1 |
| 837 | 2025-09-17T21:22:19.525Z | Compiling newtype-uuid v1.2.4 |
| 838 | 2025-09-17T21:22:19.542Z | Compiling tower-layer v0.3.3 |
| 839 | 2025-09-17T21:22:19.900Z | Compiling rustversion v1.0.17 |
| 840 | 2025-09-17T21:22:19.970Z | Compiling tower v0.5.2 |
| 841 | 2025-09-17T21:22:20.610Z | Compiling regex v1.11.1 |
| 842 | 2025-09-17T21:22:21.552Z | Compiling idna v1.0.3 |
| 843 | 2025-09-17T21:22:22.631Z | Compiling serde_urlencoded v0.7.1 |
| 844 | 2025-09-17T21:22:22.732Z | Compiling ipnetwork v0.21.1 |
| 845 | 2025-09-17T21:22:22.816Z | Compiling scroll_derive v0.12.0 |
| 846 | 2025-09-17T21:22:23.191Z | Compiling structmeta-derive v0.3.0 |
| 847 | 2025-09-17T21:22:24.235Z | Compiling http-body-util v0.1.3 |
| 848 | 2025-09-17T21:22:24.248Z | Compiling webpki-roots v1.0.1 |
| 849 | 2025-09-17T21:22:24.454Z | Compiling tokio-rustls v0.26.0 |
| 850 | 2025-09-17T21:22:24.821Z | Compiling usdt-impl v0.5.0 |
| 851 | 2025-09-17T21:22:25.247Z | Compiling iri-string v0.7.8 |
| 852 | 2025-09-17T21:22:25.630Z | Compiling omicron-workspace-hack v0.1.0 |
| 853 | 2025-09-17T21:22:26.001Z | Compiling num-conv v0.1.0 |
| 854 | 2025-09-17T21:22:26.287Z | Compiling powerfmt v0.2.0 |
| 855 | 2025-09-17T21:22:26.787Z | Compiling rustix v1.0.7 |
| 856 | 2025-09-17T21:22:26.790Z | Compiling time-core v0.1.2 |
| 857 | 2025-09-17T21:22:26.973Z | Compiling time-macros v0.2.18 |
| 858 | 2025-09-17T21:22:27.089Z | Compiling deranged v0.3.11 |
| 859 | 2025-09-17T21:22:28.742Z | Compiling tower-http v0.6.6 |
| 860 | 2025-09-17T21:22:29.754Z | Compiling structmeta v0.3.0 |
| 861 | 2025-09-17T21:22:30.272Z | Compiling hyper-rustls v0.27.7 |
| 862 | 2025-09-17T21:22:30.627Z | Compiling scroll v0.12.0 |
| 863 | 2025-09-17T21:22:30.929Z | Compiling oxnet v0.1.3 |
| 864 | 2025-09-17T21:22:31.272Z | Compiling url v2.5.4 |
| 865 | 2025-09-17T21:22:31.591Z | Compiling thread-id v4.2.2 |
| 866 | 2025-09-17T21:22:31.715Z | Compiling dof v0.3.0 |
| 867 | 2025-09-17T21:22:32.778Z | Compiling dtrace-parser v0.2.0 |
| 868 | 2025-09-17T21:22:33.662Z | Compiling daft-derive v0.1.4 |
| 869 | 2025-09-17T21:22:35.190Z | Compiling rand_core v0.9.3 |
| 870 | 2025-09-17T21:22:35.545Z | Compiling errno v0.3.12 |
| 871 | 2025-09-17T21:22:35.692Z | Compiling ident_case v1.0.1 |
| 872 | 2025-09-17T21:22:35.815Z | Compiling crossbeam-utils v0.8.21 |
| 873 | 2025-09-17T21:22:36.597Z | Compiling strsim v0.11.1 |
| 874 | 2025-09-17T21:22:36.630Z | Compiling num_threads v0.1.7 |
| 875 | 2025-09-17T21:22:37.127Z | Compiling plain v0.2.3 |
| 876 | 2025-09-17T21:22:37.300Z | Compiling goblin v0.8.2 |
| 877 | 2025-09-17T21:22:40.215Z | Compiling time v0.3.36 |
| 878 | 2025-09-17T21:22:41.989Z | Compiling darling_core v0.20.10 |
| 879 | 2025-09-17T21:22:47.156Z | Compiling daft v0.1.4 |
| 880 | 2025-09-17T21:22:48.833Z | Compiling reqwest v0.12.22 |
| 881 | 2025-09-17T21:22:49.383Z | Compiling openapiv3 v2.2.0 |
| 882 | 2025-09-17T21:22:52.059Z | Compiling typify v0.3.0 |
| 883 | 2025-09-17T21:22:53.799Z | Compiling pretty-hex v0.4.1 |
| 884 | 2025-09-17T21:22:54.056Z | Compiling rustls v0.22.4 |
| 885 | 2025-09-17T21:22:54.179Z | Compiling anyhow v1.0.99 |
| 886 | 2025-09-17T21:22:54.426Z | Compiling fastrand v2.1.1 |
| 887 | 2025-09-17T21:22:54.777Z | Compiling unsafe-libyaml v0.2.11 |
| 888 | 2025-09-17T21:22:55.128Z | Compiling tempfile v3.20.0 |
| 889 | 2025-09-17T21:22:56.412Z | Compiling serde_yaml v0.9.34+deprecated |
| 890 | 2025-09-17T21:22:58.265Z | Compiling progenitor-impl v0.9.1 |
| 891 | 2025-09-17T21:22:59.606Z | Compiling darling_macro v0.20.10 |
| 892 | 2025-09-17T21:23:00.782Z | Compiling rand_chacha v0.9.0 |
| 893 | 2025-09-17T21:23:02.292Z | Compiling block-buffer v0.10.4 |
| 894 | 2025-09-17T21:23:02.330Z | Compiling crypto-common v0.1.6 |
| 895 | 2025-09-17T21:23:02.552Z | Compiling rand_core v0.6.4 |
| 896 | 2025-09-17T21:23:02.555Z | Compiling thread_local v1.1.8 |
| 897 | 2025-09-17T21:23:03.024Z | Compiling multer v3.1.0 |
| 898 | 2025-09-17T21:23:03.377Z | Compiling wait-timeout v0.2.0 |
| 899 | 2025-09-17T21:23:03.407Z | Compiling winnow v0.7.10 |
| 900 | 2025-09-17T21:23:03.515Z | Compiling ref-cast v1.0.24 |
| 901 | 2025-09-17T21:23:03.863Z | Compiling camino v1.2.0 |
| 902 | 2025-09-17T21:23:04.049Z | Compiling match_cfg v0.1.0 |
| 903 | 2025-09-17T21:23:04.155Z | Compiling bit-vec v0.8.0 |
| 904 | 2025-09-17T21:23:04.304Z | Compiling slog-async v2.8.0 |
| 905 | 2025-09-17T21:23:04.475Z | Compiling quick-error v1.2.3 |
| 906 | 2025-09-17T21:23:04.643Z | Compiling rusty-fork v0.3.0 |
| 907 | 2025-09-17T21:23:04.733Z | Compiling bit-set v0.8.0 |
| 908 | 2025-09-17T21:23:04.959Z | Compiling hostname v0.3.1 |
| 909 | 2025-09-17T21:23:05.146Z | Compiling progenitor-macro v0.9.1 |
| 910 | 2025-09-17T21:23:06.617Z | Compiling rand_chacha v0.3.1 |
| 911 | 2025-09-17T21:23:06.626Z | Compiling digest v0.10.7 |
| 912 | 2025-09-17T21:23:07.059Z | Compiling toml_parser v1.0.2 |
| 913 | 2025-09-17T21:23:07.253Z | Compiling crossbeam-channel v0.5.15 |
| 914 | 2025-09-17T21:23:08.340Z | Compiling rand v0.9.2 |
| 915 | 2025-09-17T21:23:08.896Z | Compiling darling v0.20.10 |
| 916 | 2025-09-17T21:23:10.342Z | Compiling progenitor-client v0.9.1 |
| 917 | 2025-09-17T21:23:11.285Z | Compiling usdt-macro v0.5.0 |
| 918 | 2025-09-17T21:23:11.460Z | Compiling usdt-attr-macro v0.5.0 |
| 919 | 2025-09-17T21:23:12.566Z | Compiling slog-json v2.6.1 |
| 920 | 2025-09-17T21:23:12.848Z | Compiling rand_xorshift v0.4.0 |
| 921 | 2025-09-17T21:23:13.073Z | Compiling strum_macros v0.26.4 |
| 922 | 2025-09-17T21:23:13.127Z | Compiling derive-ex v0.1.8 |
| 923 | 2025-09-17T21:23:15.802Z | Compiling futures-executor v0.3.31 |
| 924 | 2025-09-17T21:23:16.162Z | Compiling toml_datetime v0.7.0 |
| 925 | 2025-09-17T21:23:16.777Z | Compiling serde_spanned v1.0.0 |
| 926 | 2025-09-17T21:23:16.859Z | Compiling hex v0.4.3 |
| 927 | 2025-09-17T21:23:16.995Z | Compiling ref-cast-impl v1.0.24 |
| 928 | 2025-09-17T21:23:17.056Z | Compiling async-stream-impl v0.3.6 |
| 929 | 2025-09-17T21:23:17.116Z | Compiling dropshot v0.16.4 |
| 930 | 2025-09-17T21:23:17.508Z | Compiling memmap v0.7.0 |
| 931 | 2025-09-17T21:23:17.517Z | Compiling is-terminal v0.4.13 |
| 932 | 2025-09-17T21:23:17.672Z | Compiling encoding_rs v0.8.34 |
| 933 | 2025-09-17T21:23:17.928Z | Compiling cpufeatures v0.2.14 |
| 934 | 2025-09-17T21:23:18.039Z | Compiling term v1.1.0 |
| 935 | 2025-09-17T21:23:18.129Z | Compiling toml_writer v1.0.2 |
| 936 | 2025-09-17T21:23:18.304Z | Compiling lazy_static v1.5.0 |
| 937 | 2025-09-17T21:23:18.447Z | Compiling spin v0.9.8 |
| 938 | 2025-09-17T21:23:18.636Z | Compiling mime v0.3.17 |
| 939 | 2025-09-17T21:23:18.645Z | Compiling unarray v0.1.4 |
| 940 | 2025-09-17T21:23:18.843Z | Compiling take_mut v0.2.2 |
| 941 | 2025-09-17T21:23:19.640Z | Compiling proptest v1.7.0 |
| 942 | 2025-09-17T21:23:22.441Z | Compiling slog-term v2.9.2 |
| 943 | 2025-09-17T21:23:24.666Z | Compiling toml v0.9.5 |
| 944 | 2025-09-17T21:23:25.320Z | Compiling async-stream v0.3.6 |
| 945 | 2025-09-17T21:23:25.869Z | Compiling sha1 v0.10.6 |
| 946 | 2025-09-17T21:23:26.723Z | Compiling usdt v0.5.0 |
| 947 | 2025-09-17T21:23:27.726Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 948 | 2025-09-17T21:23:27.919Z | Compiling strum v0.26.3 |
| 949 | 2025-09-17T21:23:28.125Z | Compiling test-strategy v0.4.3 |
| 950 | 2025-09-17T21:23:28.148Z | Compiling progenitor v0.9.1 |
| 951 | 2025-09-17T21:23:28.325Z | Compiling futures v0.3.31 |
| 952 | 2025-09-17T21:23:28.542Z | Compiling tokio-rustls v0.25.0 |
| 953 | 2025-09-17T21:23:28.583Z | Compiling slog-bunyan v2.5.0 |
| 954 | 2025-09-17T21:23:28.883Z | Compiling serde_with_macros v3.14.0 |
| 955 | 2025-09-17T21:23:28.979Z | Compiling rand v0.8.5 |
| 956 | 2025-09-17T21:23:31.336Z | Compiling strum_macros v0.27.1 |
| 957 | 2025-09-17T21:23:31.398Z | Compiling parse-display-derive v0.10.0 |
| 958 | 2025-09-17T21:23:32.047Z | Compiling dropshot_endpoint v0.16.4 |
| 959 | 2025-09-17T21:23:34.815Z | Compiling serde_path_to_error v0.1.17 |
| 960 | 2025-09-17T21:23:34.917Z | Compiling derive-where v1.5.0 |
| 961 | 2025-09-17T21:23:35.825Z | Compiling async-trait v0.1.89 |
| 962 | 2025-09-17T21:23:35.858Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 963 | 2025-09-17T21:23:35.908Z | Compiling waitgroup v0.1.2 |
| 964 | 2025-09-17T21:23:36.164Z | Compiling rustls-pemfile v2.2.0 |
| 965 | 2025-09-17T21:23:36.646Z | Compiling hashbrown v0.16.0 |
| 966 | 2025-09-17T21:23:36.707Z | Compiling hostname v0.4.0 |
| 967 | 2025-09-17T21:23:36.972Z | Compiling instant v0.1.13 |
| 968 | 2025-09-17T21:23:37.146Z | Compiling foldhash v0.2.0 |
| 969 | 2025-09-17T21:23:37.745Z | Compiling debug-ignore v1.0.5 |
| 970 | 2025-09-17T21:23:37.754Z | Compiling rustc-hash v2.1.1 |
| 971 | 2025-09-17T21:23:37.922Z | Compiling iddqd v0.3.13 |
| 972 | 2025-09-17T21:23:37.959Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 973 | 2025-09-17T21:23:38.006Z | Compiling backoff v0.4.0 |
| 974 | 2025-09-17T21:23:38.272Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 975 | 2025-09-17T21:23:38.334Z | Compiling strum v0.27.2 |
| 976 | 2025-09-17T21:23:38.493Z | Compiling parse-display v0.10.0 |
| 977 | 2025-09-17T21:23:38.533Z | Compiling serde_with v3.14.0 |
| 978 | 2025-09-17T21:23:40.414Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 979 | 2025-09-17T21:23:40.529Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 980 | 2025-09-17T21:23:41.074Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 981 | 2025-09-17T21:23:41.401Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 982 | 2025-09-17T21:23:41.662Z | Compiling progenitor-client v0.10.0 |
| 983 | 2025-09-17T21:23:42.040Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 984 | 2025-09-17T21:23:42.655Z | Compiling macaddr v1.0.1 |
| 985 | 2025-09-17T21:23:47.030Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 986 | 2025-09-17T21:23:57.472Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 987 | 2025-09-17T21:24:07.070Z | Finished `release` profile [optimized] target(s) in 2m 33s |
| 988 | 2025-09-17T21:24:07.141Z | process exited: duration 222062 ms, exit code 0 |
| |
| 989 | 2025-09-17T21:24:07.148Z | found 0 output files |