|
|
|
| 1 | 2025-11-06T22:08:51.749Z | job assigned to worker 01K9DKCGZG8BH3Z0V1V7TSHQ8X [factory aws, i-02115a2e07280e2cf] (queued for 59 s) |
| |
| 2 | 2025-11-06T22:09:00.618Z | starting task 0: "setup" |
| 3 | 2025-11-06T22:09:00.623Z | ++ uname -s |
| 4 | 2025-11-06T22:09:00.626Z | + kern=SunOS |
| 5 | 2025-11-06T22:09:00.626Z | + build_user=build |
| 6 | 2025-11-06T22:09:00.626Z | + build_uid=12345 |
| 7 | 2025-11-06T22:09:00.626Z | + work_dir=/work |
| 8 | 2025-11-06T22:09:00.626Z | + input_dir=/input |
| 9 | 2025-11-06T22:09:00.627Z | + [[ 0 == 12345 ]] |
| 10 | 2025-11-06T22:09:00.627Z | + case "$kern" in |
| 11 | 2025-11-06T22:09:00.627Z | + groupadd -g 12345 build |
| 12 | 2025-11-06T22:09:00.630Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-11-06T22:09:02.637Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-11-06T22:09:02.761Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-11-06T22:09:02.765Z | + home_fs=zfs |
| 16 | 2025-11-06T22:09:02.765Z | + [[ zfs == autofs ]] |
| 17 | 2025-11-06T22:09:02.765Z | + mkdir -p /home/build |
| 18 | 2025-11-06T22:09:02.769Z | + chown build:build /home/build /work |
| 19 | 2025-11-06T22:09:04.768Z | + chmod 0700 /home/build /work |
| 20 | 2025-11-06T22:09:04.772Z | process exited: duration 4155 ms, exit code 0 |
| |
| 21 | 2025-11-06T22:09:04.779Z | starting task 1: "rust-toolchain" |
| 22 | 2025-11-06T22:09:04.785Z | + printf ' * rust toolchain channel = "%s"\n' 1.89.0 |
| 23 | 2025-11-06T22:09:04.785Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-11-06T22:09:04.785Z | * rust toolchain channel = "1.89.0" |
| 25 | 2025-11-06T22:09:04.785Z | * rust toolchain profile = "default" |
| 26 | 2025-11-06T22:09:04.785Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-11-06T22:09:04.785Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-11-06T22:09:04.788Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-11-06T22:09:04.788Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default |
| 30 | 2025-11-06T22:09:05.004Z | info: downloading installer |
| 31 | 2025-11-06T22:09:07.737Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-11-06T22:09:07.737Z | warn: /opt/ooce/bin |
| 33 | 2025-11-06T22:09:07.737Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-11-06T22:09:07.737Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-11-06T22:09:07.737Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-11-06T22:09:07.737Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-11-06T22:09:07.737Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-11-06T22:09:07.737Z | error: cannot install while Rust is installed |
| 39 | 2025-11-06T22:09:07.737Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-11-06T22:09:07.750Z | info: profile set to 'default' |
| 41 | 2025-11-06T22:09:07.750Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-11-06T22:09:07.753Z | info: syncing channel updates for '1.89.0-x86_64-unknown-illumos' |
| 43 | 2025-11-06T22:09:07.918Z | info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04) |
| 44 | 2025-11-06T22:09:07.918Z | info: downloading component 'cargo' |
| 45 | 2025-11-06T22:09:08.936Z | info: downloading component 'clippy' |
| 46 | 2025-11-06T22:09:09.275Z | info: downloading component 'rust-docs' |
| 47 | 2025-11-06T22:09:10.621Z | info: downloading component 'rust-std' |
| 48 | 2025-11-06T22:09:12.402Z | info: downloading component 'rustc' |
| 49 | 2025-11-06T22:09:19.240Z | info: downloading component 'rustfmt' |
| 50 | 2025-11-06T22:09:19.486Z | info: installing component 'cargo' |
| 51 | 2025-11-06T22:09:20.360Z | info: installing component 'clippy' |
| 52 | 2025-11-06T22:09:20.757Z | info: installing component 'rust-docs' |
| 53 | 2025-11-06T22:09:22.596Z | info: installing component 'rust-std' |
| 54 | 2025-11-06T22:09:24.523Z | info: installing component 'rustc' |
| 55 | 2025-11-06T22:09:31.141Z | info: installing component 'rustfmt' |
| 56 | 2025-11-06T22:09:31.476Z | info: default toolchain set to '1.89.0-x86_64-unknown-illumos' |
| 57 | 2025-11-06T22:09:31.476Z | |
| 58 | 2025-11-06T22:09:31.902Z | 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04) |
| 59 | 2025-11-06T22:09:31.902Z | |
| 60 | 2025-11-06T22:09:31.907Z | |
| 61 | 2025-11-06T22:09:31.907Z | Rust is installed now. Great! |
| 62 | 2025-11-06T22:09:31.907Z | |
| 63 | 2025-11-06T22:09:31.907Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-11-06T22:09:31.907Z | environment variable. This has not been done automatically. |
| 65 | 2025-11-06T22:09:31.907Z | |
| 66 | 2025-11-06T22:09:31.907Z | To configure your current shell, you need to source |
| 67 | 2025-11-06T22:09:31.907Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-11-06T22:09:31.907Z | |
| 69 | 2025-11-06T22:09:31.907Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-11-06T22:09:31.907Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-11-06T22:09:31.907Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-11-06T22:09:31.907Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-11-06T22:09:32.012Z | + rustup --version |
| 74 | 2025-11-06T22:09:32.027Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-11-06T22:09:32.030Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-11-06T22:09:32.142Z | info: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)` |
| 77 | 2025-11-06T22:09:32.145Z | + cargo --version |
| 78 | 2025-11-06T22:09:32.211Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 79 | 2025-11-06T22:09:32.214Z | + rustc --version |
| 80 | 2025-11-06T22:09:32.285Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 81 | 2025-11-06T22:09:32.289Z | process exited: duration 27505 ms, exit code 0 |
| |
| 82 | 2025-11-06T22:09:32.295Z | starting task 2: "authentication" |
| 83 | 2025-11-06T22:09:32.317Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2025-11-06T22:09:32.327Z | starting task 3: "clone repository" |
| 85 | 2025-11-06T22:09:32.330Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-11-06T22:09:32.333Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-11-06T22:09:32.376Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-11-06T22:09:42.858Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-11-06T22:09:42.858Z | + git fetch origin 4fc18ef394c4eda5b69ecd958a0aea9ef78c061f |
| 90 | 2025-11-06T22:09:43.176Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-11-06T22:09:43.176Z | * branch 4fc18ef394c4eda5b69ecd958a0aea9ef78c061f -> FETCH_HEAD |
| 92 | 2025-11-06T22:09:43.187Z | + [[ -n mkeeter/crucible-debug ]] |
| 93 | 2025-11-06T22:09:43.192Z | ++ git branch --show-current |
| 94 | 2025-11-06T22:09:43.192Z | + current=main |
| 95 | 2025-11-06T22:09:43.192Z | + [[ main != mkeeter/crucible-debug ]] |
| 96 | 2025-11-06T22:09:43.192Z | + git branch -f mkeeter/crucible-debug 4fc18ef394c4eda5b69ecd958a0aea9ef78c061f |
| 97 | 2025-11-06T22:09:43.196Z | + git checkout -f mkeeter/crucible-debug |
| 98 | 2025-11-06T22:09:43.507Z | Switched to branch 'mkeeter/crucible-debug' |
| 99 | 2025-11-06T22:09:43.511Z | + git reset --hard 4fc18ef394c4eda5b69ecd958a0aea9ef78c061f |
| 100 | 2025-11-06T22:09:43.816Z | HEAD is now at 4fc18ef39 Temporarily bump Crucible for downstairs debug |
| 101 | 2025-11-06T22:09:43.819Z | process exited: duration 11491 ms, exit code 0 |
| |
| 102 | 2025-11-06T22:09:43.829Z | starting task 4: "build" |
| 103 | 2025-11-06T22:09:43.832Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-11-06T22:09:43.832Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-11-06T22:09:43.832Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-11-06T22:09:43.832Z | + cargo --version |
| 107 | 2025-11-06T22:09:43.892Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 108 | 2025-11-06T22:09:43.895Z | + rustc --version |
| 109 | 2025-11-06T22:09:43.965Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 110 | 2025-11-06T22:09:43.969Z | + cd /tmp |
| 111 | 2025-11-06T22:09:43.969Z | + cargo new --lib test-project |
| 112 | 2025-11-06T22:09:44.041Z | Creating library `test-project` package |
| 113 | 2025-11-06T22:09:44.128Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 114 | 2025-11-06T22:09:44.131Z | + cd test-project |
| 115 | 2025-11-06T22:09:44.131Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 116 | 2025-11-06T22:09:44.205Z | Adding omicron-common (local) to dependencies |
| 117 | 2025-11-06T22:09:44.208Z | Features: |
| 118 | 2025-11-06T22:09:44.208Z | - proptest |
| 119 | 2025-11-06T22:09:44.208Z | - test-strategy |
| 120 | 2025-11-06T22:09:44.208Z | - testing |
| 121 | 2025-11-06T22:09:44.232Z | Updating crates.io index |
| 122 | 2025-11-06T22:09:44.490Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 123 | 2025-11-06T22:09:45.149Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 124 | 2025-11-06T22:09:45.771Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 125 | 2025-11-06T22:09:46.322Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 126 | 2025-11-06T22:09:46.695Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 127 | 2025-11-06T22:09:48.772Z | Locking 349 packages to latest Rust 1.89.0 compatible versions |
| 128 | 2025-11-06T22:09:48.884Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 129 | 2025-11-06T22:09:48.887Z | + cargo check |
| 130 | 2025-11-06T22:09:49.071Z | Updating crates.io index |
| 131 | 2025-11-06T22:09:50.876Z | Locking 1 package to latest Rust 1.89.0 compatible version |
| 132 | 2025-11-06T22:09:50.876Z | Adding omicron-workspace-hack v0.1.0 |
| 133 | 2025-11-06T22:09:50.913Z | Downloading crates ... |
| 134 | 2025-11-06T22:09:50.997Z | Downloaded async-stream-impl v0.3.6 |
| 135 | 2025-11-06T22:09:51.005Z | Downloaded async-stream v0.3.6 |
| 136 | 2025-11-06T22:09:51.006Z | Downloaded icu_provider_macros v1.5.0 |
| 137 | 2025-11-06T22:09:51.006Z | Downloaded byteorder v1.5.0 |
| 138 | 2025-11-06T22:09:51.006Z | Downloaded bitflags v2.9.4 |
| 139 | 2025-11-06T22:09:51.006Z | Downloaded fastrand v2.1.1 |
| 140 | 2025-11-06T22:09:51.006Z | Downloaded getrandom v0.2.15 |
| 141 | 2025-11-06T22:09:51.006Z | Downloaded httpdate v1.0.3 |
| 142 | 2025-11-06T22:09:51.007Z | Downloaded block-buffer v0.10.4 |
| 143 | 2025-11-06T22:09:51.007Z | Downloaded backoff v0.4.0 |
| 144 | 2025-11-06T22:09:51.007Z | Downloaded icu_locid v1.5.0 |
| 145 | 2025-11-06T22:09:51.017Z | Downloaded camino v1.2.0 |
| 146 | 2025-11-06T22:09:51.017Z | Downloaded ucd-trie v0.1.7 |
| 147 | 2025-11-06T22:09:51.017Z | Downloaded toml_datetime v0.7.0 |
| 148 | 2025-11-06T22:09:51.034Z | Downloaded take_mut v0.2.2 |
| 149 | 2025-11-06T22:09:51.035Z | Downloaded allocator-api2 v0.2.21 |
| 150 | 2025-11-06T22:09:51.035Z | Downloaded match_cfg v0.1.0 |
| 151 | 2025-11-06T22:09:51.036Z | Downloaded newtype-uuid v1.3.1 |
| 152 | 2025-11-06T22:09:51.036Z | Downloaded aho-corasick v1.1.3 |
| 153 | 2025-11-06T22:09:51.036Z | Downloaded pest_meta v2.8.2 |
| 154 | 2025-11-06T22:09:51.036Z | Downloaded typify-macro v0.4.3 |
| 155 | 2025-11-06T22:09:51.049Z | Downloaded tempfile v3.20.0 |
| 156 | 2025-11-06T22:09:51.050Z | Downloaded dropshot_endpoint v0.16.4 |
| 157 | 2025-11-06T22:09:51.050Z | Downloaded rusty-fork v0.3.0 |
| 158 | 2025-11-06T22:09:51.051Z | Downloaded unicode-ident v1.0.19 |
| 159 | 2025-11-06T22:09:51.051Z | Downloaded futures-task v0.3.31 |
| 160 | 2025-11-06T22:09:51.051Z | Downloaded futures-sink v0.3.31 |
| 161 | 2025-11-06T22:09:51.057Z | Downloaded toml_writer v1.0.2 |
| 162 | 2025-11-06T22:09:51.061Z | Downloaded subtle v2.6.1 |
| 163 | 2025-11-06T22:09:51.062Z | Downloaded foldhash v0.1.5 |
| 164 | 2025-11-06T22:09:51.062Z | Downloaded equivalent v1.0.2 |
| 165 | 2025-11-06T22:09:51.062Z | Downloaded slab v0.4.9 |
| 166 | 2025-11-06T22:09:51.063Z | Downloaded rand v0.8.5 |
| 167 | 2025-11-06T22:09:51.073Z | Downloaded pest v2.8.2 |
| 168 | 2025-11-06T22:09:51.073Z | Downloaded usdt v0.5.0 |
| 169 | 2025-11-06T22:09:51.074Z | Downloaded bit-set v0.8.0 |
| 170 | 2025-11-06T22:09:51.074Z | Downloaded tower-layer v0.3.3 |
| 171 | 2025-11-06T22:09:51.074Z | Downloaded strum_macros v0.26.4 |
| 172 | 2025-11-06T22:09:51.075Z | Downloaded futures-executor v0.3.31 |
| 173 | 2025-11-06T22:09:51.080Z | Downloaded futures-core v0.3.31 |
| 174 | 2025-11-06T22:09:51.080Z | Downloaded tower v0.5.2 |
| 175 | 2025-11-06T22:09:51.087Z | Downloaded typenum v1.17.0 |
| 176 | 2025-11-06T22:09:51.087Z | Downloaded thiserror-impl v1.0.69 |
| 177 | 2025-11-06T22:09:51.087Z | Downloaded usdt-attr-macro v0.5.0 |
| 178 | 2025-11-06T22:09:51.088Z | Downloaded darling_macro v0.20.10 |
| 179 | 2025-11-06T22:09:51.093Z | Downloaded http-body-util v0.1.3 |
| 180 | 2025-11-06T22:09:51.093Z | Downloaded toml_parser v1.0.2 |
| 181 | 2025-11-06T22:09:51.101Z | Downloaded want v0.3.1 |
| 182 | 2025-11-06T22:09:51.101Z | Downloaded try-lock v0.2.5 |
| 183 | 2025-11-06T22:09:51.102Z | Downloaded num-conv v0.1.0 |
| 184 | 2025-11-06T22:09:51.110Z | Downloaded generic-array v0.14.7 |
| 185 | 2025-11-06T22:09:51.110Z | Downloaded autocfg v1.4.0 |
| 186 | 2025-11-06T22:09:51.110Z | Downloaded futures-macro v0.3.31 |
| 187 | 2025-11-06T22:09:51.110Z | Downloaded omicron-workspace-hack v0.1.0 |
| 188 | 2025-11-06T22:09:51.110Z | Downloaded write16 v1.0.0 |
| 189 | 2025-11-06T22:09:51.110Z | Downloaded async-trait v0.1.89 |
| 190 | 2025-11-06T22:09:51.116Z | Downloaded url v2.5.4 |
| 191 | 2025-11-06T22:09:51.116Z | Downloaded zerofrom v0.1.4 |
| 192 | 2025-11-06T22:09:51.116Z | Downloaded yoke-derive v0.7.4 |
| 193 | 2025-11-06T22:09:51.116Z | Downloaded usdt-macro v0.5.0 |
| 194 | 2025-11-06T22:09:51.121Z | Downloaded getrandom v0.3.4 |
| 195 | 2025-11-06T22:09:51.121Z | Downloaded scopeguard v1.2.0 |
| 196 | 2025-11-06T22:09:51.126Z | Downloaded utf16_iter v1.0.5 |
| 197 | 2025-11-06T22:09:51.126Z | Downloaded is-terminal v0.4.13 |
| 198 | 2025-11-06T22:09:51.127Z | Downloaded newtype-uuid-macros v0.1.0 |
| 199 | 2025-11-06T22:09:51.131Z | Downloaded version_check v0.9.5 |
| 200 | 2025-11-06T22:09:51.131Z | Downloaded ipnetwork v0.21.1 |
| 201 | 2025-11-06T22:09:51.131Z | Downloaded slog-bunyan v2.5.0 |
| 202 | 2025-11-06T22:09:51.137Z | Downloaded thread_local v1.1.8 |
| 203 | 2025-11-06T22:09:51.137Z | Downloaded crypto-common v0.1.6 |
| 204 | 2025-11-06T22:09:51.137Z | Downloaded memmap v0.7.0 |
| 205 | 2025-11-06T22:09:51.137Z | Downloaded tinystr v0.7.6 |
| 206 | 2025-11-06T22:09:51.144Z | Downloaded futures-channel v0.3.31 |
| 207 | 2025-11-06T22:09:51.144Z | Downloaded crossbeam-channel v0.5.15 |
| 208 | 2025-11-06T22:09:51.149Z | Downloaded zerofrom-derive v0.1.4 |
| 209 | 2025-11-06T22:09:51.149Z | Downloaded tracing v0.1.40 |
| 210 | 2025-11-06T22:09:51.155Z | Downloaded zeroize v1.8.1 |
| 211 | 2025-11-06T22:09:51.156Z | Downloaded powerfmt v0.2.0 |
| 212 | 2025-11-06T22:09:51.156Z | Downloaded writeable v0.5.5 |
| 213 | 2025-11-06T22:09:51.156Z | Downloaded pretty-hex v0.4.1 |
| 214 | 2025-11-06T22:09:51.161Z | Downloaded rand_xorshift v0.4.0 |
| 215 | 2025-11-06T22:09:51.162Z | Downloaded scroll_derive v0.12.0 |
| 216 | 2025-11-06T22:09:51.162Z | Downloaded lock_api v0.4.12 |
| 217 | 2025-11-06T22:09:51.162Z | Downloaded plain v0.2.3 |
| 218 | 2025-11-06T22:09:51.162Z | Downloaded oxnet v0.1.3 |
| 219 | 2025-11-06T22:09:51.169Z | Downloaded wait-timeout v0.2.0 |
| 220 | 2025-11-06T22:09:51.169Z | Downloaded displaydoc v0.2.5 |
| 221 | 2025-11-06T22:09:51.179Z | Downloaded rand_chacha v0.9.0 |
| 222 | 2025-11-06T22:09:51.179Z | Downloaded parse-display v0.10.0 |
| 223 | 2025-11-06T22:09:51.179Z | Downloaded daft-derive v0.1.4 |
| 224 | 2025-11-06T22:09:51.204Z | Downloaded multer v3.1.0 |
| 225 | 2025-11-06T22:09:51.205Z | Downloaded typify v0.4.3 |
| 226 | 2025-11-06T22:09:51.205Z | Downloaded percent-encoding v2.3.2 |
| 227 | 2025-11-06T22:09:51.205Z | Downloaded serde_spanned v1.0.0 |
| 228 | 2025-11-06T22:09:51.205Z | Downloaded quinn-udp v0.5.5 |
| 229 | 2025-11-06T22:09:51.205Z | Downloaded serde_tokenstream v0.2.2 |
| 230 | 2025-11-06T22:09:51.206Z | Downloaded rand_core v0.6.4 |
| 231 | 2025-11-06T22:09:51.206Z | Downloaded deranged v0.5.3 |
| 232 | 2025-11-06T22:09:51.206Z | Downloaded rand_chacha v0.3.1 |
| 233 | 2025-11-06T22:09:51.206Z | Downloaded once_cell v1.21.3 |
| 234 | 2025-11-06T22:09:51.206Z | Downloaded icu_locid_transform v1.5.0 |
| 235 | 2025-11-06T22:09:51.206Z | Downloaded slog-json v2.6.1 |
| 236 | 2025-11-06T22:09:51.207Z | Downloaded slog-async v2.8.0 |
| 237 | 2025-11-06T22:09:51.207Z | Downloaded ref-cast-impl v1.0.24 |
| 238 | 2025-11-06T22:09:51.207Z | Downloaded signal-hook-registry v1.4.2 |
| 239 | 2025-11-06T22:09:51.220Z | Downloaded progenitor-macro v0.11.2 |
| 240 | 2025-11-06T22:09:51.221Z | Downloaded thiserror v2.0.17 |
| 241 | 2025-11-06T22:09:51.221Z | Downloaded serde_path_to_error v0.1.17 |
| 242 | 2025-11-06T22:09:51.221Z | Downloaded progenitor-client v0.10.0 |
| 243 | 2025-11-06T22:09:51.221Z | Downloaded progenitor v0.11.2 |
| 244 | 2025-11-06T22:09:51.221Z | Downloaded pin-utils v0.1.0 |
| 245 | 2025-11-06T22:09:51.223Z | Downloaded schemars_derive v0.8.22 |
| 246 | 2025-11-06T22:09:51.226Z | Downloaded tinyvec v1.8.0 |
| 247 | 2025-11-06T22:09:51.250Z | Downloaded rustversion v1.0.22 |
| 248 | 2025-11-06T22:09:51.250Z | Downloaded pin-project-lite v0.2.14 |
| 249 | 2025-11-06T22:09:51.250Z | Downloaded rustc-hash v2.1.1 |
| 250 | 2025-11-06T22:09:51.250Z | Downloaded test-strategy v0.4.3 |
| 251 | 2025-11-06T22:09:51.250Z | Downloaded smallvec v1.15.1 |
| 252 | 2025-11-06T22:09:51.250Z | Downloaded uuid v1.18.1 |
| 253 | 2025-11-06T22:09:51.251Z | Downloaded rustls-pemfile v2.2.0 |
| 254 | 2025-11-06T22:09:51.251Z | Downloaded icu_provider v1.5.0 |
| 255 | 2025-11-06T22:09:51.276Z | Downloaded icu_properties v1.5.1 |
| 256 | 2025-11-06T22:09:51.276Z | Downloaded ppv-lite86 v0.2.20 |
| 257 | 2025-11-06T22:09:51.276Z | Downloaded serde v1.0.226 |
| 258 | 2025-11-06T22:09:51.276Z | Downloaded rand_core v0.9.3 |
| 259 | 2025-11-06T22:09:51.276Z | Downloaded ipnet v2.11.0 |
| 260 | 2025-11-06T22:09:51.277Z | Downloaded slog v2.7.0 |
| 261 | 2025-11-06T22:09:51.277Z | Downloaded sha2 v0.10.9 |
| 262 | 2025-11-06T22:09:51.277Z | Downloaded sha1 v0.10.6 |
| 263 | 2025-11-06T22:09:51.277Z | Downloaded serde_with_macros v3.14.0 |
| 264 | 2025-11-06T22:09:51.277Z | Downloaded pest_derive v2.8.2 |
| 265 | 2025-11-06T22:09:51.277Z | Downloaded serde_derive v1.0.226 |
| 266 | 2025-11-06T22:09:51.288Z | Downloaded socket2 v0.6.0 |
| 267 | 2025-11-06T22:09:51.288Z | Downloaded serde_core v1.0.226 |
| 268 | 2025-11-06T22:09:51.289Z | Downloaded time v0.3.43 |
| 269 | 2025-11-06T22:09:51.289Z | Downloaded memchr v2.7.4 |
| 270 | 2025-11-06T22:09:51.289Z | Downloaded ryu v1.0.18 |
| 271 | 2025-11-06T22:09:51.289Z | Downloaded hyper-util v0.1.17 |
| 272 | 2025-11-06T22:09:51.300Z | Downloaded proc-macro2 v1.0.101 |
| 273 | 2025-11-06T22:09:51.300Z | Downloaded scroll v0.12.0 |
| 274 | 2025-11-06T22:09:51.300Z | Downloaded rand v0.9.2 |
| 275 | 2025-11-06T22:09:51.300Z | Downloaded mio v1.0.2 |
| 276 | 2025-11-06T22:09:51.300Z | Downloaded rustls-pki-types v1.10.0 |
| 277 | 2025-11-06T22:09:51.309Z | Downloaded icu_collections v1.5.0 |
| 278 | 2025-11-06T22:09:51.309Z | Downloaded schemars v0.8.22 |
| 279 | 2025-11-06T22:09:51.321Z | Downloaded semver v1.0.27 |
| 280 | 2025-11-06T22:09:51.330Z | Downloaded serde_yaml v0.9.34+deprecated |
| 281 | 2025-11-06T22:09:51.330Z | Downloaded socket2 v0.5.10 |
| 282 | 2025-11-06T22:09:51.331Z | Downloaded progenitor-impl v0.11.2 |
| 283 | 2025-11-06T22:09:51.331Z | Downloaded quinn v0.11.5 |
| 284 | 2025-11-06T22:09:51.340Z | Downloaded winnow v0.7.13 |
| 285 | 2025-11-06T22:09:51.340Z | Downloaded zerocopy v0.7.35 |
| 286 | 2025-11-06T22:09:51.355Z | Downloaded serde_json v1.0.145 |
| 287 | 2025-11-06T22:09:51.360Z | Downloaded cc v1.2.30 |
| 288 | 2025-11-06T22:09:51.361Z | Downloaded rustls-webpki v0.102.8 |
| 289 | 2025-11-06T22:09:51.378Z | Downloaded hashbrown v0.16.0 |
| 290 | 2025-11-06T22:09:51.384Z | Downloaded syn v2.0.106 |
| 291 | 2025-11-06T22:09:51.392Z | Downloaded webpki-roots v1.0.1 |
| 292 | 2025-11-06T22:09:51.397Z | Downloaded iri-string v0.7.8 |
| 293 | 2025-11-06T22:09:51.397Z | Downloaded idna v1.0.3 |
| 294 | 2025-11-06T22:09:51.402Z | Downloaded hyper v1.7.0 |
| 295 | 2025-11-06T22:09:51.406Z | Downloaded hashbrown v0.15.4 |
| 296 | 2025-11-06T22:09:51.412Z | Downloaded futures-util v0.3.31 |
| 297 | 2025-11-06T22:09:51.421Z | Downloaded serde_with v3.14.0 |
| 298 | 2025-11-06T22:09:51.430Z | Downloaded h2 v0.4.6 |
| 299 | 2025-11-06T22:09:51.435Z | Downloaded regex v1.11.3 |
| 300 | 2025-11-06T22:09:51.452Z | Downloaded rustls v0.22.4 |
| 301 | 2025-11-06T22:09:51.463Z | Downloaded reqwest v0.12.24 |
| 302 | 2025-11-06T22:09:51.463Z | Downloaded quinn-proto v0.11.8 |
| 303 | 2025-11-06T22:09:51.478Z | Downloaded proptest v1.7.0 |
| 304 | 2025-11-06T22:09:51.479Z | Downloaded rustix v1.0.7 |
| 305 | 2025-11-06T22:09:51.491Z | Downloaded icu_properties_data v1.5.0 |
| 306 | 2025-11-06T22:09:51.497Z | Downloaded typify-impl v0.4.3 |
| 307 | 2025-11-06T22:09:51.517Z | Downloaded openapiv3 v2.2.0 |
| 308 | 2025-11-06T22:09:51.527Z | Downloaded chrono v0.4.42 |
| 309 | 2025-11-06T22:09:51.528Z | Downloaded goblin v0.8.2 |
| 310 | 2025-11-06T22:09:51.540Z | Downloaded iddqd v0.3.13 |
| 311 | 2025-11-06T22:09:51.540Z | Downloaded http v1.3.1 |
| 312 | 2025-11-06T22:09:51.541Z | Downloaded dropshot v0.16.4 |
| 313 | 2025-11-06T22:09:51.555Z | Downloaded rustls v0.23.19 |
| 314 | 2025-11-06T22:09:51.567Z | Downloaded regex-syntax v0.8.5 |
| 315 | 2025-11-06T22:09:51.599Z | Downloaded regress v0.10.4 |
| 316 | 2025-11-06T22:09:51.599Z | Downloaded indexmap v2.11.4 |
| 317 | 2025-11-06T22:09:51.599Z | Downloaded zerovec v0.10.4 |
| 318 | 2025-11-06T22:09:51.599Z | Downloaded derive-where v1.5.0 |
| 319 | 2025-11-06T22:09:51.600Z | Downloaded icu_normalizer_data v1.5.0 |
| 320 | 2025-11-06T22:09:51.600Z | Downloaded darling_core v0.20.10 |
| 321 | 2025-11-06T22:09:51.600Z | Downloaded tokio-util v0.7.15 |
| 322 | 2025-11-06T22:09:51.608Z | Downloaded slog-term v2.9.2 |
| 323 | 2025-11-06T22:09:51.608Z | Downloaded log v0.4.27 |
| 324 | 2025-11-06T22:09:51.608Z | Downloaded serde_derive_internals v0.29.1 |
| 325 | 2025-11-06T22:09:51.608Z | Downloaded quote v1.0.40 |
| 326 | 2025-11-06T22:09:51.609Z | Downloaded parking_lot v0.12.3 |
| 327 | 2025-11-06T22:09:51.609Z | Downloaded num-traits v0.2.19 |
| 328 | 2025-11-06T22:09:51.618Z | Downloaded icu_locid_transform_data v1.5.0 |
| 329 | 2025-11-06T22:09:51.618Z | Downloaded serde_urlencoded v0.7.1 |
| 330 | 2025-11-06T22:09:51.618Z | Downloaded icu_normalizer v1.5.0 |
| 331 | 2025-11-06T22:09:51.618Z | Downloaded tokio v1.47.0 |
| 332 | 2025-11-06T22:09:51.645Z | Downloaded ref-cast v1.0.24 |
| 333 | 2025-11-06T22:09:51.654Z | Downloaded regex-automata v0.4.11 |
| 334 | 2025-11-06T22:09:51.660Z | Downloaded shlex v1.3.0 |
| 335 | 2025-11-06T22:09:51.660Z | Downloaded usdt-impl v0.5.0 |
| 336 | 2025-11-06T22:09:51.676Z | Downloaded term v1.1.0 |
| 337 | 2025-11-06T22:09:51.677Z | Downloaded progenitor-client v0.11.2 |
| 338 | 2025-11-06T22:09:51.677Z | Downloaded yoke v0.7.4 |
| 339 | 2025-11-06T22:09:51.677Z | Downloaded pest_generator v2.8.2 |
| 340 | 2025-11-06T22:09:51.686Z | Downloaded paste v1.0.15 |
| 341 | 2025-11-06T22:09:51.686Z | Downloaded parking_lot_core v0.9.10 |
| 342 | 2025-11-06T22:09:51.686Z | Downloaded zerovec-derive v0.10.3 |
| 343 | 2025-11-06T22:09:51.686Z | Downloaded zerocopy-derive v0.7.35 |
| 344 | 2025-11-06T22:09:51.687Z | Downloaded macaddr v1.0.1 |
| 345 | 2025-11-06T22:09:51.687Z | Downloaded parse-display-derive v0.10.0 |
| 346 | 2025-11-06T22:09:51.687Z | Downloaded time-macros v0.2.24 |
| 347 | 2025-11-06T22:09:51.687Z | Downloaded time-core v0.1.6 |
| 348 | 2025-11-06T22:09:51.687Z | Downloaded iana-time-zone v0.1.63 |
| 349 | 2025-11-06T22:09:51.688Z | Downloaded hyper-rustls v0.27.7 |
| 350 | 2025-11-06T22:09:51.693Z | Downloaded httparse v1.9.5 |
| 351 | 2025-11-06T22:09:51.693Z | Downloaded daft v0.1.4 |
| 352 | 2025-11-06T22:09:51.694Z | Downloaded quick-error v1.2.3 |
| 353 | 2025-11-06T22:09:51.694Z | Downloaded libc v0.2.174 |
| 354 | 2025-11-06T22:09:51.711Z | Downloaded hostname v0.4.0 |
| 355 | 2025-11-06T22:09:51.718Z | Downloaded thread-id v4.2.2 |
| 356 | 2025-11-06T22:09:51.718Z | Downloaded thiserror-impl v2.0.17 |
| 357 | 2025-11-06T22:09:51.718Z | Downloaded hex v0.4.3 |
| 358 | 2025-11-06T22:09:51.718Z | Downloaded hostname v0.3.1 |
| 359 | 2025-11-06T22:09:51.718Z | Downloaded unarray v0.1.4 |
| 360 | 2025-11-06T22:09:51.718Z | Downloaded tokio-macros v2.5.0 |
| 361 | 2025-11-06T22:09:51.719Z | Downloaded heck v0.5.0 |
| 362 | 2025-11-06T22:09:51.719Z | Downloaded num_threads v0.1.7 |
| 363 | 2025-11-06T22:09:51.733Z | Downloaded untrusted v0.9.0 |
| 364 | 2025-11-06T22:09:51.733Z | Downloaded tinyvec_macros v0.1.1 |
| 365 | 2025-11-06T22:09:51.733Z | Downloaded thiserror v1.0.69 |
| 366 | 2025-11-06T22:09:51.734Z | Downloaded lazy_static v1.5.0 |
| 367 | 2025-11-06T22:09:51.746Z | Downloaded itoa v1.0.11 |
| 368 | 2025-11-06T22:09:51.747Z | Downloaded idna_adapter v1.2.0 |
| 369 | 2025-11-06T22:09:51.747Z | Downloaded darling v0.20.10 |
| 370 | 2025-11-06T22:09:51.747Z | Downloaded waitgroup v0.1.2 |
| 371 | 2025-11-06T22:09:51.747Z | Downloaded toml v0.9.5 |
| 372 | 2025-11-06T22:09:51.747Z | Downloaded http-body v1.0.1 |
| 373 | 2025-11-06T22:09:51.747Z | Downloaded instant v0.1.13 |
| 374 | 2025-11-06T22:09:51.747Z | Downloaded tokio-rustls v0.25.0 |
| 375 | 2025-11-06T22:09:51.747Z | Downloaded form_urlencoded v1.2.2 |
| 376 | 2025-11-06T22:09:51.748Z | Downloaded fnv v1.0.7 |
| 377 | 2025-11-06T22:09:51.748Z | Downloaded errno v0.3.12 |
| 378 | 2025-11-06T22:09:51.775Z | Downloaded derive-ex v0.1.8 |
| 379 | 2025-11-06T22:09:51.775Z | Downloaded tokio-rustls v0.26.0 |
| 380 | 2025-11-06T22:09:51.776Z | Downloaded dyn-clone v1.0.20 |
| 381 | 2025-11-06T22:09:51.776Z | Downloaded cpufeatures v0.2.14 |
| 382 | 2025-11-06T22:09:51.776Z | Downloaded cfg-if v1.0.4 |
| 383 | 2025-11-06T22:09:51.776Z | Downloaded foldhash v0.2.0 |
| 384 | 2025-11-06T22:09:51.776Z | Downloaded digest v0.10.7 |
| 385 | 2025-11-06T22:09:51.776Z | Downloaded tower-http v0.6.6 |
| 386 | 2025-11-06T22:09:51.776Z | Downloaded ident_case v1.0.1 |
| 387 | 2025-11-06T22:09:51.776Z | Downloaded debug-ignore v1.0.5 |
| 388 | 2025-11-06T22:09:51.776Z | Downloaded dtrace-parser v0.2.0 |
| 389 | 2025-11-06T22:09:51.776Z | Downloaded structmeta-derive v0.3.0 |
| 390 | 2025-11-06T22:09:51.777Z | Downloaded futures v0.3.31 |
| 391 | 2025-11-06T22:09:51.796Z | Downloaded futures-io v0.3.31 |
| 392 | 2025-11-06T22:09:51.796Z | Downloaded crossbeam-utils v0.8.21 |
| 393 | 2025-11-06T22:09:51.796Z | Downloaded bit-vec v0.8.0 |
| 394 | 2025-11-06T22:09:51.796Z | Downloaded strum_macros v0.27.2 |
| 395 | 2025-11-06T22:09:51.796Z | Downloaded bytes v1.10.1 |
| 396 | 2025-11-06T22:09:51.796Z | Downloaded tracing-core v0.1.32 |
| 397 | 2025-11-06T22:09:51.796Z | Downloaded tower-service v0.3.3 |
| 398 | 2025-11-06T22:09:51.796Z | Downloaded mime v0.3.17 |
| 399 | 2025-11-06T22:09:51.796Z | Downloaded synstructure v0.13.1 |
| 400 | 2025-11-06T22:09:51.796Z | Downloaded strum v0.27.2 |
| 401 | 2025-11-06T22:09:51.797Z | Downloaded strum v0.26.3 |
| 402 | 2025-11-06T22:09:51.797Z | Downloaded structmeta v0.3.0 |
| 403 | 2025-11-06T22:09:51.797Z | Downloaded stable_deref_trait v1.2.0 |
| 404 | 2025-11-06T22:09:51.797Z | Downloaded encoding_rs v0.8.34 |
| 405 | 2025-11-06T22:09:51.867Z | Downloaded utf8_iter v1.0.4 |
| 406 | 2025-11-06T22:09:51.867Z | Downloaded unsafe-libyaml v0.2.11 |
| 407 | 2025-11-06T22:09:51.867Z | Downloaded strsim v0.11.1 |
| 408 | 2025-11-06T22:09:51.867Z | Downloaded ring v0.17.14 |
| 409 | 2025-11-06T22:09:51.867Z | Downloaded litemap v0.7.3 |
| 410 | 2025-11-06T22:09:51.867Z | Downloaded sync_wrapper v1.0.1 |
| 411 | 2025-11-06T22:09:51.867Z | Downloaded spin v0.9.8 |
| 412 | 2025-11-06T22:09:51.867Z | Downloaded base64 v0.22.1 |
| 413 | 2025-11-06T22:09:51.867Z | Downloaded anyhow v1.0.99 |
| 414 | 2025-11-06T22:09:51.867Z | Downloaded dof v0.3.0 |
| 415 | 2025-11-06T22:09:51.868Z | Downloaded atomic-waker v1.1.2 |
| 416 | 2025-11-06T22:09:51.917Z | Compiling proc-macro2 v1.0.101 |
| 417 | 2025-11-06T22:09:51.917Z | Compiling unicode-ident v1.0.19 |
| 418 | 2025-11-06T22:09:51.929Z | Compiling libc v0.2.174 |
| 419 | 2025-11-06T22:09:51.930Z | Checking cfg-if v1.0.4 |
| 420 | 2025-11-06T22:09:51.930Z | Compiling autocfg v1.4.0 |
| 421 | 2025-11-06T22:09:51.930Z | Compiling serde_core v1.0.226 |
| 422 | 2025-11-06T22:09:52.049Z | Checking memchr v2.7.4 |
| 423 | 2025-11-06T22:09:52.054Z | Compiling serde_json v1.0.145 |
| 424 | 2025-11-06T22:09:52.157Z | Compiling serde v1.0.226 |
| 425 | 2025-11-06T22:09:52.248Z | Checking itoa v1.0.11 |
| 426 | 2025-11-06T22:09:52.772Z | Compiling thiserror v2.0.17 |
| 427 | 2025-11-06T22:09:52.818Z | Checking ryu v1.0.18 |
| 428 | 2025-11-06T22:09:53.034Z | Compiling getrandom v0.3.4 |
| 429 | 2025-11-06T22:09:53.530Z | Checking pin-project-lite v0.2.14 |
| 430 | 2025-11-06T22:09:53.672Z | Checking smallvec v1.15.1 |
| 431 | 2025-11-06T22:09:53.707Z | Checking bytes v1.10.1 |
| 432 | 2025-11-06T22:09:53.812Z | Compiling version_check v0.9.5 |
| 433 | 2025-11-06T22:09:53.846Z | Checking futures-core v0.3.31 |
| 434 | 2025-11-06T22:09:53.903Z | Compiling num-traits v0.2.19 |
| 435 | 2025-11-06T22:09:54.014Z | Checking once_cell v1.21.3 |
| 436 | 2025-11-06T22:09:54.043Z | Compiling lock_api v0.4.12 |
| 437 | 2025-11-06T22:09:54.279Z | Compiling quote v1.0.40 |
| 438 | 2025-11-06T22:09:54.428Z | Compiling parking_lot_core v0.9.10 |
| 439 | 2025-11-06T22:09:54.650Z | Compiling syn v2.0.106 |
| 440 | 2025-11-06T22:09:54.665Z | Checking scopeguard v1.2.0 |
| 441 | 2025-11-06T22:09:54.820Z | Checking allocator-api2 v0.2.21 |
| 442 | 2025-11-06T22:09:54.839Z | Checking fnv v1.0.7 |
| 443 | 2025-11-06T22:09:54.966Z | Compiling slab v0.4.9 |
| 444 | 2025-11-06T22:09:55.247Z | Compiling heck v0.5.0 |
| 445 | 2025-11-06T22:09:55.293Z | Checking equivalent v1.0.2 |
| 446 | 2025-11-06T22:09:55.357Z | Checking futures-sink v0.3.31 |
| 447 | 2025-11-06T22:09:55.394Z | Checking iana-time-zone v0.1.63 |
| 448 | 2025-11-06T22:09:55.413Z | Compiling shlex v1.3.0 |
| 449 | 2025-11-06T22:09:55.550Z | Checking parking_lot v0.12.3 |
| 450 | 2025-11-06T22:09:55.644Z | Compiling cc v1.2.30 |
| 451 | 2025-11-06T22:09:55.677Z | Checking signal-hook-registry v1.4.2 |
| 452 | 2025-11-06T22:09:55.746Z | Checking mio v1.0.2 |
| 453 | 2025-11-06T22:09:55.889Z | Checking getrandom v0.2.15 |
| 454 | 2025-11-06T22:09:55.915Z | Checking socket2 v0.6.0 |
| 455 | 2025-11-06T22:09:56.116Z | Compiling schemars v0.8.22 |
| 456 | 2025-11-06T22:09:56.174Z | Checking stable_deref_trait v1.2.0 |
| 457 | 2025-11-06T22:09:56.325Z | Checking dyn-clone v1.0.20 |
| 458 | 2025-11-06T22:09:56.418Z | Checking futures-channel v0.3.31 |
| 459 | 2025-11-06T22:09:56.477Z | Checking http v1.3.1 |
| 460 | 2025-11-06T22:09:56.542Z | Checking pin-utils v0.1.0 |
| 461 | 2025-11-06T22:09:56.557Z | Checking log v0.4.27 |
| 462 | 2025-11-06T22:09:56.654Z | Checking hashbrown v0.16.0 |
| 463 | 2025-11-06T22:09:56.746Z | Checking semver v1.0.27 |
| 464 | 2025-11-06T22:09:56.818Z | Compiling thiserror v1.0.69 |
| 465 | 2025-11-06T22:09:57.160Z | Checking rustls-pki-types v1.10.0 |
| 466 | 2025-11-06T22:09:57.554Z | Checking futures-io v0.3.31 |
| 467 | 2025-11-06T22:09:57.712Z | Checking futures-task v0.3.31 |
| 468 | 2025-11-06T22:09:57.883Z | Checking byteorder v1.5.0 |
| 469 | 2025-11-06T22:09:57.950Z | Checking litemap v0.7.3 |
| 470 | 2025-11-06T22:09:58.097Z | Checking untrusted v0.9.0 |
| 471 | 2025-11-06T22:09:58.160Z | Checking writeable v0.5.5 |
| 472 | 2025-11-06T22:09:58.261Z | Checking indexmap v2.11.4 |
| 473 | 2025-11-06T22:09:58.277Z | Compiling ucd-trie v0.1.7 |
| 474 | 2025-11-06T22:09:58.296Z | Compiling httparse v1.9.5 |
| 475 | 2025-11-06T22:09:58.368Z | Compiling ring v0.17.14 |
| 476 | 2025-11-06T22:09:58.497Z | Checking http-body v1.0.1 |
| 477 | 2025-11-06T22:09:58.707Z | Checking tracing-core v0.1.32 |
| 478 | 2025-11-06T22:09:59.330Z | Checking atomic-waker v1.1.2 |
| 479 | 2025-11-06T22:09:59.349Z | Compiling foldhash v0.1.5 |
| 480 | 2025-11-06T22:09:59.514Z | Checking zeroize v1.8.1 |
| 481 | 2025-11-06T22:09:59.630Z | Checking subtle v2.6.1 |
| 482 | 2025-11-06T22:09:59.649Z | Checking icu_locid_transform_data v1.5.0 |
| 483 | 2025-11-06T22:09:59.745Z | Checking bitflags v2.9.4 |
| 484 | 2025-11-06T22:09:59.760Z | Checking percent-encoding v2.3.2 |
| 485 | 2025-11-06T22:09:59.864Z | Compiling chrono v0.4.42 |
| 486 | 2025-11-06T22:09:59.989Z | Compiling hashbrown v0.15.4 |
| 487 | 2025-11-06T22:10:00.003Z | Checking tracing v0.1.40 |
| 488 | 2025-11-06T22:10:00.040Z | Checking icu_properties_data v1.5.0 |
| 489 | 2025-11-06T22:10:00.461Z | Compiling uuid v1.18.1 |
| 490 | 2025-11-06T22:10:00.476Z | Checking try-lock v0.2.5 |
| 491 | 2025-11-06T22:10:00.506Z | Checking tower-service v0.3.3 |
| 492 | 2025-11-06T22:10:00.630Z | Checking want v0.3.1 |
| 493 | 2025-11-06T22:10:00.630Z | Checking write16 v1.0.0 |
| 494 | 2025-11-06T22:10:00.773Z | Checking utf8_iter v1.0.4 |
| 495 | 2025-11-06T22:10:00.823Z | Compiling rustls v0.23.19 |
| 496 | 2025-11-06T22:10:00.982Z | Compiling slog v2.7.0 |
| 497 | 2025-11-06T22:10:01.060Z | Compiling regress v0.10.4 |
| 498 | 2025-11-06T22:10:01.137Z | Checking httpdate v1.0.3 |
| 499 | 2025-11-06T22:10:01.166Z | Checking utf16_iter v1.0.5 |
| 500 | 2025-11-06T22:10:01.188Z | Checking icu_normalizer_data v1.5.0 |
| 501 | 2025-11-06T22:10:01.336Z | Checking form_urlencoded v1.2.2 |
| 502 | 2025-11-06T22:10:01.407Z | Compiling aho-corasick v1.1.3 |
| 503 | 2025-11-06T22:10:01.534Z | Compiling paste v1.0.15 |
| 504 | 2025-11-06T22:10:01.553Z | Checking base64 v0.22.1 |
| 505 | 2025-11-06T22:10:01.686Z | Compiling serde_derive_internals v0.29.1 |
| 506 | 2025-11-06T22:10:02.039Z | Compiling synstructure v0.13.1 |
| 507 | 2025-11-06T22:10:02.071Z | Checking regex-syntax v0.8.5 |
| 508 | 2025-11-06T22:10:03.167Z | Compiling typenum v1.17.0 |
| 509 | 2025-11-06T22:10:03.585Z | Checking ipnet v2.11.0 |
| 510 | 2025-11-06T22:10:04.580Z | Checking rustls-webpki v0.102.8 |
| 511 | 2025-11-06T22:10:04.697Z | Compiling generic-array v0.14.7 |
| 512 | 2025-11-06T22:10:05.043Z | Checking sync_wrapper v1.0.1 |
| 513 | 2025-11-06T22:10:05.264Z | Checking tower-layer v0.3.3 |
| 514 | 2025-11-06T22:10:05.510Z | Compiling serde_derive v1.0.226 |
| 515 | 2025-11-06T22:10:05.535Z | Compiling thiserror-impl v2.0.17 |
| 516 | 2025-11-06T22:10:05.628Z | Compiling schemars_derive v0.8.22 |
| 517 | 2025-11-06T22:10:06.090Z | Compiling zerofrom-derive v0.1.4 |
| 518 | 2025-11-06T22:10:06.392Z | Compiling zerocopy-derive v0.7.35 |
| 519 | 2025-11-06T22:10:07.866Z | Compiling yoke-derive v0.7.4 |
| 520 | 2025-11-06T22:10:08.224Z | Compiling tokio-macros v2.5.0 |
| 521 | 2025-11-06T22:10:08.303Z | Compiling zerovec-derive v0.10.3 |
| 522 | 2025-11-06T22:10:08.543Z | Compiling displaydoc v0.2.5 |
| 523 | 2025-11-06T22:10:09.033Z | Checking zerofrom v0.1.4 |
| 524 | 2025-11-06T22:10:09.221Z | Compiling futures-macro v0.3.31 |
| 525 | 2025-11-06T22:10:09.234Z | Compiling thiserror-impl v1.0.69 |
| 526 | 2025-11-06T22:10:09.697Z | Checking tokio v1.47.0 |
| 527 | 2025-11-06T22:10:09.884Z | Checking zerocopy v0.7.35 |
| 528 | 2025-11-06T22:10:09.967Z | Compiling icu_provider_macros v1.5.0 |
| 529 | 2025-11-06T22:10:10.250Z | Checking yoke v0.7.4 |
| 530 | 2025-11-06T22:10:10.542Z | Compiling pest v2.8.2 |
| 531 | 2025-11-06T22:10:10.602Z | Checking zerovec v0.10.4 |
| 532 | 2025-11-06T22:10:10.970Z | Checking futures-util v0.3.31 |
| 533 | 2025-11-06T22:10:11.090Z | Checking ppv-lite86 v0.2.20 |
| 534 | 2025-11-06T22:10:11.217Z | Compiling regex-automata v0.4.11 |
| 535 | 2025-11-06T22:10:13.255Z | Compiling serde_tokenstream v0.2.2 |
| 536 | 2025-11-06T22:10:13.336Z | Checking tinystr v0.7.6 |
| 537 | 2025-11-06T22:10:13.395Z | Compiling pest_meta v2.8.2 |
| 538 | 2025-11-06T22:10:13.684Z | Checking icu_locid v1.5.0 |
| 539 | 2025-11-06T22:10:13.771Z | Checking icu_collections v1.5.0 |
| 540 | 2025-11-06T22:10:14.431Z | Checking serde_urlencoded v0.7.1 |
| 541 | 2025-11-06T22:10:14.652Z | Checking icu_provider v1.5.0 |
| 542 | 2025-11-06T22:10:14.867Z | Compiling pest_generator v2.8.2 |
| 543 | 2025-11-06T22:10:15.287Z | Checking icu_locid_transform v1.5.0 |
| 544 | 2025-11-06T22:10:15.531Z | Compiling regex v1.11.3 |
| 545 | 2025-11-06T22:10:16.328Z | Checking icu_properties v1.5.1 |
| 546 | 2025-11-06T22:10:16.447Z | Compiling typify-impl v0.4.3 |
| 547 | 2025-11-06T22:10:16.478Z | Compiling scroll_derive v0.12.0 |
| 548 | 2025-11-06T22:10:16.510Z | Checking tokio-util v0.7.15 |
| 549 | 2025-11-06T22:10:16.531Z | Checking ipnetwork v0.21.1 |
| 550 | 2025-11-06T22:10:16.636Z | Checking tokio-rustls v0.26.0 |
| 551 | 2025-11-06T22:10:16.891Z | Checking tower v0.5.2 |
| 552 | 2025-11-06T22:10:17.019Z | Compiling structmeta-derive v0.3.0 |
| 553 | 2025-11-06T22:10:17.036Z | Compiling pest_derive v2.8.2 |
| 554 | 2025-11-06T22:10:17.294Z | Checking h2 v0.4.6 |
| 555 | 2025-11-06T22:10:17.952Z | Checking http-body-util v0.1.3 |
| 556 | 2025-11-06T22:10:18.388Z | Checking webpki-roots v1.0.1 |
| 557 | 2025-11-06T22:10:18.577Z | Compiling usdt-impl v0.5.0 |
| 558 | 2025-11-06T22:10:18.996Z | Compiling time-core v0.1.6 |
| 559 | 2025-11-06T22:10:19.000Z | Compiling num-conv v0.1.0 |
| 560 | 2025-11-06T22:10:19.265Z | Compiling rustix v1.0.7 |
| 561 | 2025-11-06T22:10:19.298Z | Checking iri-string v0.7.8 |
| 562 | 2025-11-06T22:10:19.337Z | Checking powerfmt v0.2.0 |
| 563 | 2025-11-06T22:10:19.540Z | Compiling thread-id v4.2.2 |
| 564 | 2025-11-06T22:10:19.565Z | Checking icu_normalizer v1.5.0 |
| 565 | 2025-11-06T22:10:19.621Z | Checking deranged v0.5.3 |
| 566 | 2025-11-06T22:10:19.665Z | Compiling structmeta v0.3.0 |
| 567 | 2025-11-06T22:10:20.015Z | Compiling time-macros v0.2.24 |
| 568 | 2025-11-06T22:10:20.356Z | Checking idna_adapter v1.2.0 |
| 569 | 2025-11-06T22:10:20.550Z | Checking idna v1.0.3 |
| 570 | 2025-11-06T22:10:21.057Z | Checking url v2.5.4 |
| 571 | 2025-11-06T22:10:21.381Z | Checking hyper v1.7.0 |
| 572 | 2025-11-06T22:10:21.846Z | Compiling dtrace-parser v0.2.0 |
| 573 | 2025-11-06T22:10:21.874Z | Checking tower-http v0.6.6 |
| 574 | 2025-11-06T22:10:22.194Z | Checking scroll v0.12.0 |
| 575 | 2025-11-06T22:10:22.415Z | Checking oxnet v0.1.3 |
| 576 | 2025-11-06T22:10:22.428Z | Checking newtype-uuid v1.3.1 |
| 577 | 2025-11-06T22:10:22.653Z | Compiling dof v0.3.0 |
| 578 | 2025-11-06T22:10:22.709Z | Compiling daft-derive v0.1.4 |
| 579 | 2025-11-06T22:10:22.779Z | Checking rand_core v0.9.3 |
| 580 | 2025-11-06T22:10:23.093Z | Checking errno v0.3.12 |
| 581 | 2025-11-06T22:10:23.291Z | Checking plain v0.2.3 |
| 582 | 2025-11-06T22:10:23.368Z | Checking hyper-util v0.1.17 |
| 583 | 2025-11-06T22:10:23.404Z | Compiling omicron-workspace-hack v0.1.0 |
| 584 | 2025-11-06T22:10:23.423Z | Compiling crossbeam-utils v0.8.21 |
| 585 | 2025-11-06T22:10:23.460Z | Checking num_threads v0.1.7 |
| 586 | 2025-11-06T22:10:23.584Z | Compiling ident_case v1.0.1 |
| 587 | 2025-11-06T22:10:23.799Z | Compiling rustversion v1.0.22 |
| 588 | 2025-11-06T22:10:23.969Z | Compiling strsim v0.11.1 |
| 589 | 2025-11-06T22:10:24.227Z | Checking time v0.3.43 |
| 590 | 2025-11-06T22:10:24.346Z | Compiling darling_core v0.20.10 |
| 591 | 2025-11-06T22:10:24.522Z | Checking daft v0.1.4 |
| 592 | 2025-11-06T22:10:25.470Z | Checking hyper-rustls v0.27.7 |
| 593 | 2025-11-06T22:10:25.591Z | Compiling typify-macro v0.4.3 |
| 594 | 2025-11-06T22:10:25.692Z | Checking goblin v0.8.2 |
| 595 | 2025-11-06T22:10:25.801Z | Checking reqwest v0.12.24 |
| 596 | 2025-11-06T22:10:27.138Z | Compiling openapiv3 v2.2.0 |
| 597 | 2025-11-06T22:10:27.537Z | Checking pretty-hex v0.4.1 |
| 598 | 2025-11-06T22:10:27.735Z | Compiling unsafe-libyaml v0.2.11 |
| 599 | 2025-11-06T22:10:27.851Z | Compiling rustls v0.22.4 |
| 600 | 2025-11-06T22:10:27.973Z | Compiling anyhow v1.0.99 |
| 601 | 2025-11-06T22:10:28.202Z | Checking fastrand v2.1.1 |
| 602 | 2025-11-06T22:10:28.538Z | Checking tempfile v3.20.0 |
| 603 | 2025-11-06T22:10:28.856Z | Compiling typify v0.4.3 |
| 604 | 2025-11-06T22:10:28.994Z | Compiling serde_yaml v0.9.34+deprecated |
| 605 | 2025-11-06T22:10:29.399Z | Compiling darling_macro v0.20.10 |
| 606 | 2025-11-06T22:10:29.514Z | Checking rand_chacha v0.9.0 |
| 607 | 2025-11-06T22:10:29.875Z | Checking block-buffer v0.10.4 |
| 608 | 2025-11-06T22:10:29.887Z | Checking crypto-common v0.1.6 |
| 609 | 2025-11-06T22:10:30.066Z | Checking rand_core v0.6.4 |
| 610 | 2025-11-06T22:10:30.080Z | Compiling multer v3.1.0 |
| 611 | 2025-11-06T22:10:30.340Z | Checking thread_local v1.1.8 |
| 612 | 2025-11-06T22:10:30.376Z | Checking wait-timeout v0.2.0 |
| 613 | 2025-11-06T22:10:30.414Z | Compiling camino v1.2.0 |
| 614 | 2025-11-06T22:10:30.461Z | Checking quick-error v1.2.3 |
| 615 | 2025-11-06T22:10:30.476Z | Checking bit-vec v0.8.0 |
| 616 | 2025-11-06T22:10:30.559Z | Checking match_cfg v0.1.0 |
| 617 | 2025-11-06T22:10:30.608Z | Compiling progenitor-impl v0.11.2 |
| 618 | 2025-11-06T22:10:30.623Z | Compiling ref-cast v1.0.24 |
| 619 | 2025-11-06T22:10:30.650Z | Compiling slog-async v2.8.0 |
| 620 | 2025-11-06T22:10:30.847Z | Checking winnow v0.7.13 |
| 621 | 2025-11-06T22:10:30.876Z | Checking bit-set v0.8.0 |
| 622 | 2025-11-06T22:10:31.059Z | Checking hostname v0.3.1 |
| 623 | 2025-11-06T22:10:31.134Z | Checking rusty-fork v0.3.0 |
| 624 | 2025-11-06T22:10:31.221Z | Compiling strum_macros v0.26.4 |
| 625 | 2025-11-06T22:10:31.237Z | Compiling darling v0.20.10 |
| 626 | 2025-11-06T22:10:31.256Z | Checking rand_chacha v0.3.1 |
| 627 | 2025-11-06T22:10:31.415Z | Checking digest v0.10.7 |
| 628 | 2025-11-06T22:10:31.643Z | Checking crossbeam-channel v0.5.15 |
| 629 | 2025-11-06T22:10:31.659Z | Checking rand v0.9.2 |
| 630 | 2025-11-06T22:10:32.349Z | Compiling usdt-attr-macro v0.5.0 |
| 631 | 2025-11-06T22:10:32.364Z | Compiling usdt-macro v0.5.0 |
| 632 | 2025-11-06T22:10:32.668Z | Checking progenitor-client v0.11.2 |
| 633 | 2025-11-06T22:10:33.067Z | Checking slog-json v2.6.1 |
| 634 | 2025-11-06T22:10:33.337Z | Checking rand_xorshift v0.4.0 |
| 635 | 2025-11-06T22:10:33.357Z | Compiling derive-ex v0.1.8 |
| 636 | 2025-11-06T22:10:33.439Z | Checking toml_parser v1.0.2 |
| 637 | 2025-11-06T22:10:33.520Z | Checking futures-executor v0.3.31 |
| 638 | 2025-11-06T22:10:33.660Z | Checking serde_spanned v1.0.0 |
| 639 | 2025-11-06T22:10:33.742Z | Checking toml_datetime v0.7.0 |
| 640 | 2025-11-06T22:10:33.770Z | Checking hex v0.4.3 |
| 641 | 2025-11-06T22:10:33.894Z | Compiling ref-cast-impl v1.0.24 |
| 642 | 2025-11-06T22:10:34.143Z | Compiling async-stream-impl v0.3.6 |
| 643 | 2025-11-06T22:10:34.146Z | Compiling dropshot v0.16.4 |
| 644 | 2025-11-06T22:10:34.263Z | Checking is-terminal v0.4.13 |
| 645 | 2025-11-06T22:10:34.401Z | Checking memmap v0.7.0 |
| 646 | 2025-11-06T22:10:34.528Z | Checking encoding_rs v0.8.34 |
| 647 | 2025-11-06T22:10:34.617Z | Checking mime v0.3.17 |
| 648 | 2025-11-06T22:10:34.926Z | Checking spin v0.9.8 |
| 649 | 2025-11-06T22:10:35.041Z | Checking unarray v0.1.4 |
| 650 | 2025-11-06T22:10:35.080Z | Checking toml_writer v1.0.2 |
| 651 | 2025-11-06T22:10:35.096Z | Checking take_mut v0.2.2 |
| 652 | 2025-11-06T22:10:35.198Z | Checking cpufeatures v0.2.14 |
| 653 | 2025-11-06T22:10:35.203Z | Checking term v1.1.0 |
| 654 | 2025-11-06T22:10:35.250Z | Checking lazy_static v1.5.0 |
| 655 | 2025-11-06T22:10:35.264Z | Checking sha1 v0.10.6 |
| 656 | 2025-11-06T22:10:35.352Z | Checking async-stream v0.3.6 |
| 657 | 2025-11-06T22:10:35.393Z | Checking proptest v1.7.0 |
| 658 | 2025-11-06T22:10:35.441Z | Checking toml v0.9.5 |
| 659 | 2025-11-06T22:10:35.561Z | Checking strum v0.26.3 |
| 660 | 2025-11-06T22:10:35.618Z | Checking slog-term v2.9.2 |
| 661 | 2025-11-06T22:10:35.732Z | Checking tokio-rustls v0.25.0 |
| 662 | 2025-11-06T22:10:35.924Z | Compiling progenitor-macro v0.11.2 |
| 663 | 2025-11-06T22:10:35.974Z | Checking usdt v0.5.0 |
| 664 | 2025-11-06T22:10:36.147Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 665 | 2025-11-06T22:10:36.162Z | Checking futures v0.3.31 |
| 666 | 2025-11-06T22:10:36.235Z | Checking slog-bunyan v2.5.0 |
| 667 | 2025-11-06T22:10:36.277Z | Checking rand v0.8.5 |
| 668 | 2025-11-06T22:10:36.308Z | Compiling serde_with_macros v3.14.0 |
| 669 | 2025-11-06T22:10:36.955Z | Compiling parse-display-derive v0.10.0 |
| 670 | 2025-11-06T22:10:36.960Z | Compiling newtype-uuid-macros v0.1.0 |
| 671 | 2025-11-06T22:10:37.078Z | Compiling dropshot_endpoint v0.16.4 |
| 672 | 2025-11-06T22:10:37.097Z | Compiling test-strategy v0.4.3 |
| 673 | 2025-11-06T22:10:37.447Z | Checking serde_path_to_error v0.1.17 |
| 674 | 2025-11-06T22:10:38.082Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 675 | 2025-11-06T22:10:38.632Z | Compiling derive-where v1.5.0 |
| 676 | 2025-11-06T22:10:38.696Z | Compiling async-trait v0.1.89 |
| 677 | 2025-11-06T22:10:38.900Z | Compiling strum_macros v0.27.2 |
| 678 | 2025-11-06T22:10:39.500Z | Checking waitgroup v0.1.2 |
| 679 | 2025-11-06T22:10:39.651Z | Checking rustls-pemfile v2.2.0 |
| 680 | 2025-11-06T22:10:39.882Z | Checking hostname v0.4.0 |
| 681 | 2025-11-06T22:10:40.032Z | Checking instant v0.1.13 |
| 682 | 2025-11-06T22:10:40.149Z | Checking rustc-hash v2.1.1 |
| 683 | 2025-11-06T22:10:40.250Z | Checking foldhash v0.2.0 |
| 684 | 2025-11-06T22:10:40.330Z | Checking debug-ignore v1.0.5 |
| 685 | 2025-11-06T22:10:40.334Z | Checking parse-display v0.10.0 |
| 686 | 2025-11-06T22:10:40.505Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 687 | 2025-11-06T22:10:40.519Z | Checking iddqd v0.3.13 |
| 688 | 2025-11-06T22:10:40.588Z | Checking backoff v0.4.0 |
| 689 | 2025-11-06T22:10:40.781Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 690 | 2025-11-06T22:10:40.869Z | Checking serde_with v3.14.0 |
| 691 | 2025-11-06T22:10:40.929Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 692 | 2025-11-06T22:10:41.236Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 693 | 2025-11-06T22:10:41.449Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 694 | 2025-11-06T22:10:41.703Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 695 | 2025-11-06T22:10:41.777Z | Checking progenitor-client v0.10.0 |
| 696 | 2025-11-06T22:10:42.045Z | Checking macaddr v1.0.1 |
| 697 | 2025-11-06T22:10:43.044Z | Checking strum v0.27.2 |
| 698 | 2025-11-06T22:10:44.425Z | Checking progenitor v0.11.2 |
| 699 | 2025-11-06T22:10:44.537Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 700 | 2025-11-06T22:10:47.559Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 701 | 2025-11-06T22:10:54.979Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 702 | 2025-11-06T22:10:55.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 703 | 2025-11-06T22:10:55.205Z | + cargo build --release |
| 704 | 2025-11-06T22:10:55.497Z | Compiling proc-macro2 v1.0.101 |
| 705 | 2025-11-06T22:10:55.497Z | Compiling unicode-ident v1.0.19 |
| 706 | 2025-11-06T22:10:55.497Z | Compiling libc v0.2.174 |
| 707 | 2025-11-06T22:10:55.501Z | Compiling cfg-if v1.0.4 |
| 708 | 2025-11-06T22:10:55.501Z | Compiling autocfg v1.4.0 |
| 709 | 2025-11-06T22:10:55.501Z | Compiling serde_core v1.0.226 |
| 710 | 2025-11-06T22:10:55.502Z | Compiling memchr v2.7.4 |
| 711 | 2025-11-06T22:10:55.502Z | Compiling serde_json v1.0.145 |
| 712 | 2025-11-06T22:10:55.627Z | Compiling serde v1.0.226 |
| 713 | 2025-11-06T22:10:55.713Z | Compiling itoa v1.0.11 |
| 714 | 2025-11-06T22:10:55.925Z | Compiling thiserror v2.0.17 |
| 715 | 2025-11-06T22:10:56.233Z | Compiling ryu v1.0.18 |
| 716 | 2025-11-06T22:10:56.541Z | Compiling getrandom v0.3.4 |
| 717 | 2025-11-06T22:10:56.930Z | Compiling pin-project-lite v0.2.14 |
| 718 | 2025-11-06T22:10:57.064Z | Compiling smallvec v1.15.1 |
| 719 | 2025-11-06T22:10:57.422Z | Compiling bytes v1.10.1 |
| 720 | 2025-11-06T22:10:57.469Z | Compiling quote v1.0.40 |
| 721 | 2025-11-06T22:10:57.477Z | Compiling futures-core v0.3.31 |
| 722 | 2025-11-06T22:10:57.517Z | Compiling version_check v0.9.5 |
| 723 | 2025-11-06T22:10:57.725Z | Compiling num-traits v0.2.19 |
| 724 | 2025-11-06T22:10:57.916Z | Compiling syn v2.0.106 |
| 725 | 2025-11-06T22:10:57.985Z | Compiling once_cell v1.21.3 |
| 726 | 2025-11-06T22:10:58.036Z | Compiling lock_api v0.4.12 |
| 727 | 2025-11-06T22:10:58.315Z | Compiling parking_lot_core v0.9.10 |
| 728 | 2025-11-06T22:10:58.402Z | Compiling fnv v1.0.7 |
| 729 | 2025-11-06T22:10:58.548Z | Compiling scopeguard v1.2.0 |
| 730 | 2025-11-06T22:10:58.699Z | Compiling allocator-api2 v0.2.21 |
| 731 | 2025-11-06T22:10:59.283Z | Compiling slab v0.4.9 |
| 732 | 2025-11-06T22:10:59.484Z | Compiling heck v0.5.0 |
| 733 | 2025-11-06T22:10:59.534Z | Compiling equivalent v1.0.2 |
| 734 | 2025-11-06T22:10:59.594Z | Compiling iana-time-zone v0.1.63 |
| 735 | 2025-11-06T22:10:59.655Z | Compiling shlex v1.3.0 |
| 736 | 2025-11-06T22:10:59.685Z | Compiling futures-sink v0.3.31 |
| 737 | 2025-11-06T22:10:59.868Z | Compiling parking_lot v0.12.3 |
| 738 | 2025-11-06T22:10:59.975Z | Compiling cc v1.2.30 |
| 739 | 2025-11-06T22:10:59.983Z | Compiling socket2 v0.6.0 |
| 740 | 2025-11-06T22:11:00.276Z | Compiling signal-hook-registry v1.4.2 |
| 741 | 2025-11-06T22:11:00.478Z | Compiling getrandom v0.2.15 |
| 742 | 2025-11-06T22:11:00.832Z | Compiling mio v1.0.2 |
| 743 | 2025-11-06T22:11:01.648Z | Compiling stable_deref_trait v1.2.0 |
| 744 | 2025-11-06T22:11:01.731Z | Compiling schemars v0.8.22 |
| 745 | 2025-11-06T22:11:01.762Z | Compiling semver v1.0.27 |
| 746 | 2025-11-06T22:11:02.174Z | Compiling dyn-clone v1.0.20 |
| 747 | 2025-11-06T22:11:02.307Z | Compiling futures-channel v0.3.31 |
| 748 | 2025-11-06T22:11:02.387Z | Compiling http v1.3.1 |
| 749 | 2025-11-06T22:11:02.412Z | Compiling pin-utils v0.1.0 |
| 750 | 2025-11-06T22:11:02.505Z | Compiling thiserror v1.0.69 |
| 751 | 2025-11-06T22:11:02.758Z | Compiling log v0.4.27 |
| 752 | 2025-11-06T22:11:02.772Z | Compiling ring v0.17.14 |
| 753 | 2025-11-06T22:11:03.067Z | Compiling hashbrown v0.16.0 |
| 754 | 2025-11-06T22:11:03.145Z | Compiling futures-io v0.3.31 |
| 755 | 2025-11-06T22:11:03.198Z | Compiling rustls-pki-types v1.10.0 |
| 756 | 2025-11-06T22:11:03.487Z | Compiling futures-task v0.3.31 |
| 757 | 2025-11-06T22:11:03.911Z | Compiling untrusted v0.9.0 |
| 758 | 2025-11-06T22:11:04.105Z | Compiling litemap v0.7.3 |
| 759 | 2025-11-06T22:11:04.268Z | Compiling byteorder v1.5.0 |
| 760 | 2025-11-06T22:11:04.386Z | Compiling writeable v0.5.5 |
| 761 | 2025-11-06T22:11:04.555Z | Compiling indexmap v2.11.4 |
| 762 | 2025-11-06T22:11:04.994Z | Compiling httparse v1.9.5 |
| 763 | 2025-11-06T22:11:05.258Z | Compiling serde_derive_internals v0.29.1 |
| 764 | 2025-11-06T22:11:05.487Z | Compiling synstructure v0.13.1 |
| 765 | 2025-11-06T22:11:05.627Z | Compiling ucd-trie v0.1.7 |
| 766 | 2025-11-06T22:11:06.418Z | Compiling http-body v1.0.1 |
| 767 | 2025-11-06T22:11:06.661Z | Compiling tracing-core v0.1.32 |
| 768 | 2025-11-06T22:11:07.097Z | Compiling foldhash v0.1.5 |
| 769 | 2025-11-06T22:11:07.388Z | Compiling icu_locid_transform_data v1.5.0 |
| 770 | 2025-11-06T22:11:07.464Z | Compiling percent-encoding v2.3.2 |
| 771 | 2025-11-06T22:11:07.491Z | Compiling zeroize v1.8.1 |
| 772 | 2025-11-06T22:11:07.529Z | Compiling subtle v2.6.1 |
| 773 | 2025-11-06T22:11:07.732Z | Compiling bitflags v2.9.4 |
| 774 | 2025-11-06T22:11:07.796Z | Compiling atomic-waker v1.1.2 |
| 775 | 2025-11-06T22:11:07.818Z | Compiling hashbrown v0.15.4 |
| 776 | 2025-11-06T22:11:07.837Z | Compiling chrono v0.4.42 |
| 777 | 2025-11-06T22:11:07.917Z | Compiling tracing v0.1.40 |
| 778 | 2025-11-06T22:11:08.530Z | Compiling try-lock v0.2.5 |
| 779 | 2025-11-06T22:11:08.688Z | Compiling uuid v1.18.1 |
| 780 | 2025-11-06T22:11:08.722Z | Compiling serde_derive v1.0.226 |
| 781 | 2025-11-06T22:11:08.881Z | Compiling thiserror-impl v2.0.17 |
| 782 | 2025-11-06T22:11:09.020Z | Compiling schemars_derive v0.8.22 |
| 783 | 2025-11-06T22:11:09.243Z | Compiling zerofrom-derive v0.1.4 |
| 784 | 2025-11-06T22:11:09.540Z | Compiling zerocopy-derive v0.7.35 |
| 785 | 2025-11-06T22:11:09.588Z | Compiling tokio-macros v2.5.0 |
| 786 | 2025-11-06T22:11:11.036Z | Compiling yoke-derive v0.7.4 |
| 787 | 2025-11-06T22:11:11.381Z | Compiling tokio v1.47.0 |
| 788 | 2025-11-06T22:11:11.684Z | Compiling zerovec-derive v0.10.3 |
| 789 | 2025-11-06T22:11:11.773Z | Compiling displaydoc v0.2.5 |
| 790 | 2025-11-06T22:11:12.249Z | Compiling zerofrom v0.1.4 |
| 791 | 2025-11-06T22:11:12.473Z | Compiling futures-macro v0.3.31 |
| 792 | 2025-11-06T22:11:12.853Z | Compiling thiserror-impl v1.0.69 |
| 793 | 2025-11-06T22:11:13.261Z | Compiling zerocopy v0.7.35 |
| 794 | 2025-11-06T22:11:13.315Z | Compiling yoke v0.7.4 |
| 795 | 2025-11-06T22:11:13.674Z | Compiling icu_provider_macros v1.5.0 |
| 796 | 2025-11-06T22:11:13.986Z | Compiling zerovec v0.10.4 |
| 797 | 2025-11-06T22:11:14.273Z | Compiling futures-util v0.3.31 |
| 798 | 2025-11-06T22:11:14.702Z | Compiling pest v2.8.2 |
| 799 | 2025-11-06T22:11:14.940Z | Compiling icu_properties_data v1.5.0 |
| 800 | 2025-11-06T22:11:15.201Z | Compiling tower-service v0.3.3 |
| 801 | 2025-11-06T22:11:15.604Z | Compiling regress v0.10.4 |
| 802 | 2025-11-06T22:11:16.892Z | Compiling serde_tokenstream v0.2.2 |
| 803 | 2025-11-06T22:11:17.421Z | Compiling tinystr v0.7.6 |
| 804 | 2025-11-06T22:11:17.567Z | Compiling rustls-webpki v0.102.8 |
| 805 | 2025-11-06T22:11:17.824Z | Compiling icu_locid v1.5.0 |
| 806 | 2025-11-06T22:11:18.064Z | Compiling pest_meta v2.8.2 |
| 807 | 2025-11-06T22:11:20.501Z | Compiling icu_provider v1.5.0 |
| 808 | 2025-11-06T22:11:21.540Z | Compiling icu_locid_transform v1.5.0 |
| 809 | 2025-11-06T22:11:22.034Z | Compiling tokio-util v0.7.15 |
| 810 | 2025-11-06T22:11:22.672Z | Compiling icu_collections v1.5.0 |
| 811 | 2025-11-06T22:11:23.002Z | Compiling h2 v0.4.6 |
| 812 | 2025-11-06T22:11:24.182Z | Compiling icu_properties v1.5.1 |
| 813 | 2025-11-06T22:11:25.129Z | Compiling pest_generator v2.8.2 |
| 814 | 2025-11-06T22:11:26.766Z | Compiling want v0.3.1 |
| 815 | 2025-11-06T22:11:27.076Z | Compiling icu_normalizer_data v1.5.0 |
| 816 | 2025-11-06T22:11:27.187Z | Compiling slog v2.7.0 |
| 817 | 2025-11-06T22:11:27.285Z | Compiling utf16_iter v1.0.5 |
| 818 | 2025-11-06T22:11:27.401Z | Compiling write16 v1.0.0 |
| 819 | 2025-11-06T22:11:27.542Z | Compiling utf8_iter v1.0.4 |
| 820 | 2025-11-06T22:11:27.704Z | Compiling rustls v0.23.19 |
| 821 | 2025-11-06T22:11:27.816Z | Compiling httpdate v1.0.3 |
| 822 | 2025-11-06T22:11:27.827Z | Compiling typify-impl v0.4.3 |
| 823 | 2025-11-06T22:11:28.072Z | Compiling icu_normalizer v1.5.0 |
| 824 | 2025-11-06T22:11:28.147Z | Compiling pest_derive v2.8.2 |
| 825 | 2025-11-06T22:11:28.547Z | Compiling hyper v1.7.0 |
| 826 | 2025-11-06T22:11:30.379Z | Compiling form_urlencoded v1.2.2 |
| 827 | 2025-11-06T22:11:31.233Z | Compiling aho-corasick v1.1.3 |
| 828 | 2025-11-06T22:11:32.208Z | Compiling regex-syntax v0.8.5 |
| 829 | 2025-11-06T22:11:33.354Z | Compiling base64 v0.22.1 |
| 830 | 2025-11-06T22:11:34.426Z | Compiling ipnet v2.11.0 |
| 831 | 2025-11-06T22:11:34.818Z | Compiling paste v1.0.15 |
| 832 | 2025-11-06T22:11:37.055Z | Compiling typenum v1.17.0 |
| 833 | 2025-11-06T22:11:37.229Z | Compiling typify-macro v0.4.3 |
| 834 | 2025-11-06T22:11:37.484Z | Compiling regex-automata v0.4.11 |
| 835 | 2025-11-06T22:11:37.948Z | Compiling hyper-util v0.1.17 |
| 836 | 2025-11-06T22:11:38.159Z | Compiling idna_adapter v1.2.0 |
| 837 | 2025-11-06T22:11:39.421Z | Compiling ppv-lite86 v0.2.20 |
| 838 | 2025-11-06T22:11:40.551Z | Compiling generic-array v0.14.7 |
| 839 | 2025-11-06T22:11:40.569Z | Compiling sync_wrapper v1.0.1 |
| 840 | 2025-11-06T22:11:41.098Z | Compiling tower-layer v0.3.3 |
| 841 | 2025-11-06T22:11:41.509Z | Compiling tower v0.5.2 |
| 842 | 2025-11-06T22:11:42.768Z | Compiling regex v1.11.3 |
| 843 | 2025-11-06T22:11:43.814Z | Compiling idna v1.0.3 |
| 844 | 2025-11-06T22:11:44.135Z | Compiling serde_urlencoded v0.7.1 |
| 845 | 2025-11-06T22:11:44.182Z | Compiling ipnetwork v0.21.1 |
| 846 | 2025-11-06T22:11:44.675Z | Compiling structmeta-derive v0.3.0 |
| 847 | 2025-11-06T22:11:45.101Z | Compiling scroll_derive v0.12.0 |
| 848 | 2025-11-06T22:11:45.159Z | Compiling http-body-util v0.1.3 |
| 849 | 2025-11-06T22:11:45.697Z | Compiling tokio-rustls v0.26.0 |
| 850 | 2025-11-06T22:11:46.158Z | Compiling webpki-roots v1.0.1 |
| 851 | 2025-11-06T22:11:46.364Z | Compiling usdt-impl v0.5.0 |
| 852 | 2025-11-06T22:11:46.809Z | Compiling rustix v1.0.7 |
| 853 | 2025-11-06T22:11:47.121Z | Compiling omicron-workspace-hack v0.1.0 |
| 854 | 2025-11-06T22:11:47.468Z | Compiling num-conv v0.1.0 |
| 855 | 2025-11-06T22:11:47.546Z | Compiling powerfmt v0.2.0 |
| 856 | 2025-11-06T22:11:47.750Z | Compiling iri-string v0.7.8 |
| 857 | 2025-11-06T22:11:48.040Z | Compiling time-core v0.1.6 |
| 858 | 2025-11-06T22:11:48.306Z | Compiling time-macros v0.2.24 |
| 859 | 2025-11-06T22:11:48.550Z | Compiling deranged v0.5.3 |
| 860 | 2025-11-06T22:11:50.969Z | Compiling structmeta v0.3.0 |
| 861 | 2025-11-06T22:11:51.318Z | Compiling tower-http v0.6.6 |
| 862 | 2025-11-06T22:11:51.808Z | Compiling scroll v0.12.0 |
| 863 | 2025-11-06T22:11:52.330Z | Compiling hyper-rustls v0.27.7 |
| 864 | 2025-11-06T22:11:53.420Z | Compiling oxnet v0.1.3 |
| 865 | 2025-11-06T22:11:53.560Z | Compiling url v2.5.4 |
| 866 | 2025-11-06T22:11:53.728Z | Compiling dof v0.3.0 |
| 867 | 2025-11-06T22:11:53.733Z | Compiling thread-id v4.2.2 |
| 868 | 2025-11-06T22:11:54.508Z | Compiling dtrace-parser v0.2.0 |
| 869 | 2025-11-06T22:11:55.987Z | Compiling newtype-uuid v1.3.1 |
| 870 | 2025-11-06T22:11:58.130Z | Compiling daft-derive v0.1.4 |
| 871 | 2025-11-06T22:11:58.204Z | Compiling rand_core v0.9.3 |
| 872 | 2025-11-06T22:11:58.706Z | Compiling errno v0.3.12 |
| 873 | 2025-11-06T22:11:59.099Z | Compiling rustversion v1.0.22 |
| 874 | 2025-11-06T22:11:59.675Z | Compiling num_threads v0.1.7 |
| 875 | 2025-11-06T22:11:59.748Z | Compiling plain v0.2.3 |
| 876 | 2025-11-06T22:11:59.976Z | Compiling ident_case v1.0.1 |
| 877 | 2025-11-06T22:12:00.164Z | Compiling crossbeam-utils v0.8.21 |
| 878 | 2025-11-06T22:12:00.172Z | Compiling strsim v0.11.1 |
| 879 | 2025-11-06T22:12:01.031Z | Compiling time v0.3.43 |
| 880 | 2025-11-06T22:12:01.104Z | Compiling darling_core v0.20.10 |
| 881 | 2025-11-06T22:12:05.260Z | Compiling goblin v0.8.2 |
| 882 | 2025-11-06T22:12:05.777Z | Compiling daft v0.1.4 |
| 883 | 2025-11-06T22:12:06.594Z | Compiling reqwest v0.12.24 |
| 884 | 2025-11-06T22:12:09.385Z | Compiling openapiv3 v2.2.0 |
| 885 | 2025-11-06T22:12:10.715Z | Compiling typify v0.4.3 |
| 886 | 2025-11-06T22:12:13.624Z | Compiling rustls v0.22.4 |
| 887 | 2025-11-06T22:12:13.989Z | Compiling pretty-hex v0.4.1 |
| 888 | 2025-11-06T22:12:14.244Z | Compiling fastrand v2.1.1 |
| 889 | 2025-11-06T22:12:14.939Z | Compiling anyhow v1.0.99 |
| 890 | 2025-11-06T22:12:15.547Z | Compiling unsafe-libyaml v0.2.11 |
| 891 | 2025-11-06T22:12:15.938Z | Compiling tempfile v3.20.0 |
| 892 | 2025-11-06T22:12:17.161Z | Compiling serde_yaml v0.9.34+deprecated |
| 893 | 2025-11-06T22:12:18.023Z | Compiling progenitor-impl v0.11.2 |
| 894 | 2025-11-06T22:12:20.468Z | Compiling darling_macro v0.20.10 |
| 895 | 2025-11-06T22:12:22.807Z | Compiling rand_chacha v0.9.0 |
| 896 | 2025-11-06T22:12:23.694Z | Compiling block-buffer v0.10.4 |
| 897 | 2025-11-06T22:12:23.955Z | Compiling crypto-common v0.1.6 |
| 898 | 2025-11-06T22:12:24.190Z | Compiling rand_core v0.6.4 |
| 899 | 2025-11-06T22:12:24.345Z | Compiling thread_local v1.1.8 |
| 900 | 2025-11-06T22:12:24.488Z | Compiling multer v3.1.0 |
| 901 | 2025-11-06T22:12:24.785Z | Compiling wait-timeout v0.2.0 |
| 902 | 2025-11-06T22:12:24.885Z | Compiling camino v1.2.0 |
| 903 | 2025-11-06T22:12:25.026Z | Compiling quick-error v1.2.3 |
| 904 | 2025-11-06T22:12:25.200Z | Compiling ref-cast v1.0.24 |
| 905 | 2025-11-06T22:12:25.524Z | Compiling winnow v0.7.13 |
| 906 | 2025-11-06T22:12:25.728Z | Compiling match_cfg v0.1.0 |
| 907 | 2025-11-06T22:12:25.789Z | Compiling slog-async v2.8.0 |
| 908 | 2025-11-06T22:12:25.827Z | Compiling bit-vec v0.8.0 |
| 909 | 2025-11-06T22:12:26.372Z | Compiling bit-set v0.8.0 |
| 910 | 2025-11-06T22:12:26.382Z | Compiling hostname v0.3.1 |
| 911 | 2025-11-06T22:12:26.718Z | Compiling rusty-fork v0.3.0 |
| 912 | 2025-11-06T22:12:28.029Z | Compiling rand_chacha v0.3.1 |
| 913 | 2025-11-06T22:12:28.317Z | Compiling digest v0.10.7 |
| 914 | 2025-11-06T22:12:28.658Z | Compiling progenitor-macro v0.11.2 |
| 915 | 2025-11-06T22:12:28.739Z | Compiling crossbeam-channel v0.5.15 |
| 916 | 2025-11-06T22:12:29.388Z | Compiling toml_parser v1.0.2 |
| 917 | 2025-11-06T22:12:29.717Z | Compiling rand v0.9.2 |
| 918 | 2025-11-06T22:12:30.288Z | Compiling strum_macros v0.26.4 |
| 919 | 2025-11-06T22:12:31.415Z | Compiling darling v0.20.10 |
| 920 | 2025-11-06T22:12:34.042Z | Compiling progenitor-client v0.11.2 |
| 921 | 2025-11-06T22:12:34.435Z | Compiling usdt-macro v0.5.0 |
| 922 | 2025-11-06T22:12:35.029Z | Compiling usdt-attr-macro v0.5.0 |
| 923 | 2025-11-06T22:12:35.728Z | Compiling slog-json v2.6.1 |
| 924 | 2025-11-06T22:12:36.233Z | Compiling rand_xorshift v0.4.0 |
| 925 | 2025-11-06T22:12:36.450Z | Compiling derive-ex v0.1.8 |
| 926 | 2025-11-06T22:12:36.528Z | Compiling futures-executor v0.3.31 |
| 927 | 2025-11-06T22:12:37.405Z | Compiling serde_spanned v1.0.0 |
| 928 | 2025-11-06T22:12:37.600Z | Compiling hex v0.4.3 |
| 929 | 2025-11-06T22:12:37.653Z | Compiling toml_datetime v0.7.0 |
| 930 | 2025-11-06T22:12:38.262Z | Compiling ref-cast-impl v1.0.24 |
| 931 | 2025-11-06T22:12:38.506Z | Compiling async-stream-impl v0.3.6 |
| 932 | 2025-11-06T22:12:39.454Z | Compiling dropshot v0.16.4 |
| 933 | 2025-11-06T22:12:39.657Z | Compiling memmap v0.7.0 |
| 934 | 2025-11-06T22:12:39.774Z | Compiling is-terminal v0.4.13 |
| 935 | 2025-11-06T22:12:39.832Z | Compiling encoding_rs v0.8.34 |
| 936 | 2025-11-06T22:12:39.909Z | Compiling term v1.1.0 |
| 937 | 2025-11-06T22:12:40.103Z | Compiling cpufeatures v0.2.14 |
| 938 | 2025-11-06T22:12:40.170Z | Compiling unarray v0.1.4 |
| 939 | 2025-11-06T22:12:40.179Z | Compiling take_mut v0.2.2 |
| 940 | 2025-11-06T22:12:40.343Z | Compiling spin v0.9.8 |
| 941 | 2025-11-06T22:12:40.363Z | Compiling toml_writer v1.0.2 |
| 942 | 2025-11-06T22:12:40.541Z | Compiling lazy_static v1.5.0 |
| 943 | 2025-11-06T22:12:40.693Z | Compiling mime v0.3.17 |
| 944 | 2025-11-06T22:12:40.873Z | Compiling toml v0.9.5 |
| 945 | 2025-11-06T22:12:41.703Z | Compiling proptest v1.7.0 |
| 946 | 2025-11-06T22:12:46.933Z | Compiling slog-term v2.9.2 |
| 947 | 2025-11-06T22:12:50.093Z | Compiling test-strategy v0.4.3 |
| 948 | 2025-11-06T22:12:50.720Z | Compiling sha1 v0.10.6 |
| 949 | 2025-11-06T22:12:50.846Z | Compiling usdt v0.5.0 |
| 950 | 2025-11-06T22:12:51.094Z | Compiling async-stream v0.3.6 |
| 951 | 2025-11-06T22:12:51.461Z | Compiling progenitor v0.11.2 |
| 952 | 2025-11-06T22:12:51.642Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 953 | 2025-11-06T22:12:51.662Z | Compiling tokio-rustls v0.25.0 |
| 954 | 2025-11-06T22:12:51.842Z | Compiling futures v0.3.31 |
| 955 | 2025-11-06T22:12:52.101Z | Compiling slog-bunyan v2.5.0 |
| 956 | 2025-11-06T22:12:52.224Z | Compiling strum v0.26.3 |
| 957 | 2025-11-06T22:12:52.254Z | Compiling serde_with_macros v3.14.0 |
| 958 | 2025-11-06T22:12:52.360Z | Compiling rand v0.8.5 |
| 959 | 2025-11-06T22:12:53.296Z | Compiling parse-display-derive v0.10.0 |
| 960 | 2025-11-06T22:12:53.668Z | Compiling newtype-uuid-macros v0.1.0 |
| 961 | 2025-11-06T22:12:54.185Z | Compiling dropshot_endpoint v0.16.4 |
| 962 | 2025-11-06T22:12:54.665Z | Compiling serde_path_to_error v0.1.17 |
| 963 | 2025-11-06T22:12:55.319Z | Compiling derive-where v1.5.0 |
| 964 | 2025-11-06T22:12:55.665Z | Compiling async-trait v0.1.89 |
| 965 | 2025-11-06T22:12:56.872Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 966 | 2025-11-06T22:12:57.693Z | Compiling strum_macros v0.27.2 |
| 967 | 2025-11-06T22:12:57.835Z | Compiling waitgroup v0.1.2 |
| 968 | 2025-11-06T22:12:57.991Z | Compiling rustls-pemfile v2.2.0 |
| 969 | 2025-11-06T22:12:58.073Z | Compiling hostname v0.4.0 |
| 970 | 2025-11-06T22:12:58.076Z | Compiling instant v0.1.13 |
| 971 | 2025-11-06T22:12:58.243Z | Compiling foldhash v0.2.0 |
| 972 | 2025-11-06T22:12:58.318Z | Compiling rustc-hash v2.1.1 |
| 973 | 2025-11-06T22:12:58.460Z | Compiling debug-ignore v1.0.5 |
| 974 | 2025-11-06T22:12:58.501Z | Compiling backoff v0.4.0 |
| 975 | 2025-11-06T22:12:58.819Z | Compiling iddqd v0.3.13 |
| 976 | 2025-11-06T22:12:58.833Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 977 | 2025-11-06T22:12:59.158Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 978 | 2025-11-06T22:12:59.382Z | Compiling parse-display v0.10.0 |
| 979 | 2025-11-06T22:13:01.382Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 980 | 2025-11-06T22:13:02.358Z | Compiling strum v0.27.2 |
| 981 | 2025-11-06T22:13:02.553Z | Compiling serde_with v3.14.0 |
| 982 | 2025-11-06T22:13:02.560Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 983 | 2025-11-06T22:13:03.176Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 984 | 2025-11-06T22:13:03.575Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 985 | 2025-11-06T22:13:03.995Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 986 | 2025-11-06T22:13:05.219Z | Compiling progenitor-client v0.10.0 |
| 987 | 2025-11-06T22:13:06.143Z | Compiling macaddr v1.0.1 |
| 988 | 2025-11-06T22:13:10.190Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 989 | 2025-11-06T22:13:20.197Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 990 | 2025-11-06T22:13:31.243Z | Finished `release` profile [optimized] target(s) in 2m 35s |
| 991 | 2025-11-06T22:13:31.316Z | process exited: duration 227458 ms, exit code 0 |
| |
| 992 | 2025-11-06T22:13:31.325Z | found 0 output files |