|
|
|
| 1 | 2025-10-27T23:05:16.791Z | job assigned to worker 01K8KYMCP5DWAC21XCQD1E7Z59 [factory aws, i-00486ccb1fc583519] (queued for 1 m 12 s) |
| |
| 2 | 2025-10-27T23:05:25.199Z | starting task 0: "setup" |
| 3 | 2025-10-27T23:05:25.204Z | ++ uname -s |
| 4 | 2025-10-27T23:05:25.208Z | + kern=SunOS |
| 5 | 2025-10-27T23:05:25.208Z | + build_user=build |
| 6 | 2025-10-27T23:05:25.208Z | + build_uid=12345 |
| 7 | 2025-10-27T23:05:25.208Z | + work_dir=/work |
| 8 | 2025-10-27T23:05:25.208Z | + input_dir=/input |
| 9 | 2025-10-27T23:05:25.208Z | + [[ 0 == 12345 ]] |
| 10 | 2025-10-27T23:05:25.208Z | + case "$kern" in |
| 11 | 2025-10-27T23:05:25.208Z | + groupadd -g 12345 build |
| 12 | 2025-10-27T23:05:25.212Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-10-27T23:05:27.216Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-10-27T23:05:27.333Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-10-27T23:05:27.337Z | + home_fs=zfs |
| 16 | 2025-10-27T23:05:27.337Z | + [[ zfs == autofs ]] |
| 17 | 2025-10-27T23:05:27.337Z | + mkdir -p /home/build |
| 18 | 2025-10-27T23:05:27.338Z | + chown build:build /home/build /work |
| 19 | 2025-10-27T23:05:29.341Z | + chmod 0700 /home/build /work |
| 20 | 2025-10-27T23:05:29.348Z | process exited: duration 4146 ms, exit code 0 |
| |
| 21 | 2025-10-27T23:05:29.368Z | starting task 1: "rust-toolchain" |
| 22 | 2025-10-27T23:05:29.374Z | + printf ' * rust toolchain channel = "%s"\n' 1.89.0 |
| 23 | 2025-10-27T23:05:29.374Z | * rust toolchain channel = "1.89.0" |
| 24 | 2025-10-27T23:05:29.374Z | * rust toolchain profile = "default" |
| 25 | 2025-10-27T23:05:29.374Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-10-27T23:05:29.374Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-10-27T23:05:29.375Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-10-27T23:05:29.379Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-10-27T23:05:29.379Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default |
| 30 | 2025-10-27T23:05:29.491Z | info: downloading installer |
| 31 | 2025-10-27T23:05:30.795Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-10-27T23:05:30.795Z | warn: /opt/ooce/bin |
| 33 | 2025-10-27T23:05:30.795Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-10-27T23:05:30.795Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-10-27T23:05:30.795Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-10-27T23:05:30.795Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-10-27T23:05:30.795Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-10-27T23:05:30.795Z | error: cannot install while Rust is installed |
| 39 | 2025-10-27T23:05:30.795Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-10-27T23:05:30.812Z | info: profile set to 'default' |
| 41 | 2025-10-27T23:05:30.812Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-10-27T23:05:30.816Z | info: syncing channel updates for '1.89.0-x86_64-unknown-illumos' |
| 43 | 2025-10-27T23:05:30.979Z | info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04) |
| 44 | 2025-10-27T23:05:30.979Z | info: downloading component 'cargo' |
| 45 | 2025-10-27T23:05:31.838Z | info: downloading component 'clippy' |
| 46 | 2025-10-27T23:05:32.237Z | info: downloading component 'rust-docs' |
| 47 | 2025-10-27T23:05:33.539Z | info: downloading component 'rust-std' |
| 48 | 2025-10-27T23:05:35.300Z | info: downloading component 'rustc' |
| 49 | 2025-10-27T23:05:41.858Z | info: downloading component 'rustfmt' |
| 50 | 2025-10-27T23:05:42.108Z | info: installing component 'cargo' |
| 51 | 2025-10-27T23:05:42.998Z | info: installing component 'clippy' |
| 52 | 2025-10-27T23:05:43.393Z | info: installing component 'rust-docs' |
| 53 | 2025-10-27T23:05:45.261Z | info: installing component 'rust-std' |
| 54 | 2025-10-27T23:05:47.193Z | info: installing component 'rustc' |
| 55 | 2025-10-27T23:05:53.715Z | info: installing component 'rustfmt' |
| 56 | 2025-10-27T23:05:54.047Z | info: default toolchain set to '1.89.0-x86_64-unknown-illumos' |
| 57 | 2025-10-27T23:05:54.047Z | |
| 58 | 2025-10-27T23:05:54.469Z | 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04) |
| 59 | 2025-10-27T23:05:54.469Z | |
| 60 | 2025-10-27T23:05:54.472Z | |
| 61 | 2025-10-27T23:05:54.472Z | Rust is installed now. Great! |
| 62 | 2025-10-27T23:05:54.472Z | |
| 63 | 2025-10-27T23:05:54.472Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-10-27T23:05:54.472Z | environment variable. This has not been done automatically. |
| 65 | 2025-10-27T23:05:54.473Z | |
| 66 | 2025-10-27T23:05:54.473Z | To configure your current shell, you need to source |
| 67 | 2025-10-27T23:05:54.473Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-10-27T23:05:54.473Z | |
| 69 | 2025-10-27T23:05:54.473Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-10-27T23:05:54.473Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-10-27T23:05:54.473Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-10-27T23:05:54.473Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-10-27T23:05:54.552Z | + rustup --version |
| 74 | 2025-10-27T23:05:54.563Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-10-27T23:05:54.566Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-10-27T23:05:54.657Z | info: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)` |
| 77 | 2025-10-27T23:05:54.661Z | + cargo --version |
| 78 | 2025-10-27T23:05:54.732Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 79 | 2025-10-27T23:05:54.735Z | + rustc --version |
| 80 | 2025-10-27T23:05:54.811Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 81 | 2025-10-27T23:05:54.815Z | process exited: duration 25443 ms, exit code 0 |
| |
| 82 | 2025-10-27T23:05:54.825Z | starting task 2: "authentication" |
| 83 | 2025-10-27T23:05:54.846Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2025-10-27T23:05:54.854Z | starting task 3: "clone repository" |
| 85 | 2025-10-27T23:05:54.858Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-10-27T23:05:54.861Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-10-27T23:05:54.897Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-10-27T23:06:14.122Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-10-27T23:06:14.122Z | + git fetch origin 8f1fe46132f4bb6f2cc45e51e041600361a5a1c5 |
| 90 | 2025-10-27T23:06:14.460Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-10-27T23:06:14.460Z | * branch 8f1fe46132f4bb6f2cc45e51e041600361a5a1c5 -> FETCH_HEAD |
| 92 | 2025-10-27T23:06:14.470Z | + [[ -n bump-console-f9854c63 ]] |
| 93 | 2025-10-27T23:06:14.474Z | ++ git branch --show-current |
| 94 | 2025-10-27T23:06:14.474Z | + current=main |
| 95 | 2025-10-27T23:06:14.474Z | + [[ main != bump-console-f9854c63 ]] |
| 96 | 2025-10-27T23:06:14.477Z | + git branch -f bump-console-f9854c63 8f1fe46132f4bb6f2cc45e51e041600361a5a1c5 |
| 97 | 2025-10-27T23:06:14.488Z | + git checkout -f bump-console-f9854c63 |
| 98 | 2025-10-27T23:06:14.767Z | Switched to branch 'bump-console-f9854c63' |
| 99 | 2025-10-27T23:06:14.771Z | + git reset --hard 8f1fe46132f4bb6f2cc45e51e041600361a5a1c5 |
| 100 | 2025-10-27T23:06:14.785Z | HEAD is now at 8f1fe4613 Bump web console (system update polish) |
| 101 | 2025-10-27T23:06:14.790Z | process exited: duration 19930 ms, exit code 0 |
| |
| 102 | 2025-10-27T23:06:14.799Z | starting task 4: "build" |
| 103 | 2025-10-27T23:06:14.804Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-10-27T23:06:14.808Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-10-27T23:06:14.808Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-10-27T23:06:14.808Z | + cargo --version |
| 107 | 2025-10-27T23:06:14.863Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 108 | 2025-10-27T23:06:14.867Z | + rustc --version |
| 109 | 2025-10-27T23:06:14.939Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 110 | 2025-10-27T23:06:14.942Z | + cd /tmp |
| 111 | 2025-10-27T23:06:14.942Z | + cargo new --lib test-project |
| 112 | 2025-10-27T23:06:15.019Z | Creating library `test-project` package |
| 113 | 2025-10-27T23:06:15.105Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 114 | 2025-10-27T23:06:15.108Z | + cd test-project |
| 115 | 2025-10-27T23:06:15.108Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 116 | 2025-10-27T23:06:15.180Z | Adding omicron-common (local) to dependencies |
| 117 | 2025-10-27T23:06:15.184Z | Features: |
| 118 | 2025-10-27T23:06:15.184Z | - proptest |
| 119 | 2025-10-27T23:06:15.185Z | - test-strategy |
| 120 | 2025-10-27T23:06:15.185Z | - testing |
| 121 | 2025-10-27T23:06:15.208Z | Updating crates.io index |
| 122 | 2025-10-27T23:06:15.276Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 123 | 2025-10-27T23:06:15.792Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 124 | 2025-10-27T23:06:16.467Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 125 | 2025-10-27T23:06:16.827Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 126 | 2025-10-27T23:06:17.177Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 127 | 2025-10-27T23:06:18.501Z | Locking 351 packages to latest Rust 1.89.0 compatible versions |
| 128 | 2025-10-27T23:06:18.609Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 129 | 2025-10-27T23:06:18.612Z | + cargo check |
| 130 | 2025-10-27T23:06:18.794Z | Updating crates.io index |
| 131 | 2025-10-27T23:06:19.610Z | Locking 1 package to latest Rust 1.89.0 compatible version |
| 132 | 2025-10-27T23:06:19.610Z | Adding omicron-workspace-hack v0.1.0 |
| 133 | 2025-10-27T23:06:19.650Z | Downloading crates ... |
| 134 | 2025-10-27T23:06:19.720Z | Downloaded equivalent v1.0.2 |
| 135 | 2025-10-27T23:06:19.735Z | Downloaded digest v0.10.7 |
| 136 | 2025-10-27T23:06:19.736Z | Downloaded darling_core v0.20.10 |
| 137 | 2025-10-27T23:06:19.736Z | Downloaded itoa v1.0.11 |
| 138 | 2025-10-27T23:06:19.736Z | Downloaded http v1.3.1 |
| 139 | 2025-10-27T23:06:19.756Z | Downloaded icu_normalizer_data v1.5.0 |
| 140 | 2025-10-27T23:06:19.756Z | Downloaded icu_locid_transform v1.5.0 |
| 141 | 2025-10-27T23:06:19.757Z | Downloaded futures-task v0.3.31 |
| 142 | 2025-10-27T23:06:19.757Z | Downloaded block-buffer v0.10.4 |
| 143 | 2025-10-27T23:06:19.757Z | Downloaded thiserror v2.0.17 |
| 144 | 2025-10-27T23:06:19.765Z | Downloaded litemap v0.7.3 |
| 145 | 2025-10-27T23:06:19.765Z | Downloaded thiserror-impl v2.0.17 |
| 146 | 2025-10-27T23:06:19.765Z | Downloaded pin-project-lite v0.2.14 |
| 147 | 2025-10-27T23:06:19.765Z | Downloaded toml_datetime v0.7.0 |
| 148 | 2025-10-27T23:06:19.765Z | Downloaded toml v0.9.5 |
| 149 | 2025-10-27T23:06:19.798Z | Downloaded tokio-rustls v0.26.0 |
| 150 | 2025-10-27T23:06:19.798Z | Downloaded thiserror-impl v1.0.69 |
| 151 | 2025-10-27T23:06:19.798Z | Downloaded tinyvec v1.8.0 |
| 152 | 2025-10-27T23:06:19.798Z | Downloaded tokio-macros v2.5.0 |
| 153 | 2025-10-27T23:06:19.798Z | Downloaded tinyvec_macros v0.1.1 |
| 154 | 2025-10-27T23:06:19.798Z | Downloaded tinystr v0.7.6 |
| 155 | 2025-10-27T23:06:19.811Z | Downloaded time v0.3.43 |
| 156 | 2025-10-27T23:06:19.811Z | Downloaded toml_parser v1.0.2 |
| 157 | 2025-10-27T23:06:19.811Z | Downloaded tokio-rustls v0.25.0 |
| 158 | 2025-10-27T23:06:19.811Z | Downloaded thread_local v1.1.8 |
| 159 | 2025-10-27T23:06:19.823Z | Downloaded zerofrom v0.1.4 |
| 160 | 2025-10-27T23:06:19.823Z | Downloaded usdt-attr-macro v0.5.0 |
| 161 | 2025-10-27T23:06:19.823Z | Downloaded toml_writer v1.0.2 |
| 162 | 2025-10-27T23:06:19.823Z | Downloaded bit-set v0.8.0 |
| 163 | 2025-10-27T23:06:19.823Z | Downloaded thread-id v4.2.2 |
| 164 | 2025-10-27T23:06:19.823Z | Downloaded yoke-derive v0.7.4 |
| 165 | 2025-10-27T23:06:19.825Z | Downloaded num-conv v0.1.0 |
| 166 | 2025-10-27T23:06:19.834Z | Downloaded typify-macro v0.4.3 |
| 167 | 2025-10-27T23:06:19.835Z | Downloaded waitgroup v0.1.2 |
| 168 | 2025-10-27T23:06:19.835Z | Downloaded utf8_iter v1.0.4 |
| 169 | 2025-10-27T23:06:19.835Z | Downloaded camino v1.2.0 |
| 170 | 2025-10-27T23:06:19.835Z | Downloaded untrusted v0.9.0 |
| 171 | 2025-10-27T23:06:19.835Z | Downloaded usdt v0.5.0 |
| 172 | 2025-10-27T23:06:19.835Z | Downloaded time-core v0.1.6 |
| 173 | 2025-10-27T23:06:19.835Z | Downloaded usdt-macro v0.5.0 |
| 174 | 2025-10-27T23:06:19.835Z | Downloaded want v0.3.1 |
| 175 | 2025-10-27T23:06:19.851Z | Downloaded write16 v1.0.0 |
| 176 | 2025-10-27T23:06:19.852Z | Downloaded tower-service v0.3.3 |
| 177 | 2025-10-27T23:06:19.852Z | Downloaded tower-layer v0.3.3 |
| 178 | 2025-10-27T23:06:19.852Z | Downloaded pretty-hex v0.4.1 |
| 179 | 2025-10-27T23:06:19.852Z | Downloaded num_threads v0.1.7 |
| 180 | 2025-10-27T23:06:19.852Z | Downloaded try-lock v0.2.5 |
| 181 | 2025-10-27T23:06:19.863Z | Downloaded anyhow v1.0.99 |
| 182 | 2025-10-27T23:06:19.863Z | Downloaded omicron-workspace-hack v0.1.0 |
| 183 | 2025-10-27T23:06:19.863Z | Downloaded match_cfg v0.1.0 |
| 184 | 2025-10-27T23:06:19.863Z | Downloaded futures-io v0.3.31 |
| 185 | 2025-10-27T23:06:19.864Z | Downloaded errno v0.3.12 |
| 186 | 2025-10-27T23:06:19.864Z | Downloaded futures-executor v0.3.31 |
| 187 | 2025-10-27T23:06:19.864Z | Downloaded zeroize v1.8.1 |
| 188 | 2025-10-27T23:06:19.864Z | Downloaded usdt-impl v0.5.0 |
| 189 | 2025-10-27T23:06:19.864Z | Downloaded atomic-waker v1.1.2 |
| 190 | 2025-10-27T23:06:19.864Z | Downloaded percent-encoding v2.3.2 |
| 191 | 2025-10-27T23:06:19.888Z | Downloaded macaddr v1.0.1 |
| 192 | 2025-10-27T23:06:19.888Z | Downloaded zerofrom-derive v0.1.4 |
| 193 | 2025-10-27T23:06:19.888Z | Downloaded writeable v0.5.5 |
| 194 | 2025-10-27T23:06:19.888Z | Downloaded http-body v1.0.1 |
| 195 | 2025-10-27T23:06:19.889Z | Downloaded scroll_derive v0.12.0 |
| 196 | 2025-10-27T23:06:19.889Z | Downloaded fnv v1.0.7 |
| 197 | 2025-10-27T23:06:19.889Z | Downloaded wait-timeout v0.2.0 |
| 198 | 2025-10-27T23:06:19.889Z | Downloaded ident_case v1.0.1 |
| 199 | 2025-10-27T23:06:19.889Z | Downloaded ref-cast-impl v1.0.24 |
| 200 | 2025-10-27T23:06:19.889Z | Downloaded version_check v0.9.5 |
| 201 | 2025-10-27T23:06:19.889Z | Downloaded tokio-util v0.7.15 |
| 202 | 2025-10-27T23:06:19.893Z | Downloaded progenitor v0.11.2 |
| 203 | 2025-10-27T23:06:19.893Z | Downloaded hostname v0.3.1 |
| 204 | 2025-10-27T23:06:19.893Z | Downloaded pest_generator v2.8.2 |
| 205 | 2025-10-27T23:06:19.894Z | Downloaded progenitor-client v0.11.2 |
| 206 | 2025-10-27T23:06:19.898Z | Downloaded plain v0.2.3 |
| 207 | 2025-10-27T23:06:19.898Z | Downloaded parking_lot_core v0.9.10 |
| 208 | 2025-10-27T23:06:19.898Z | Downloaded ppv-lite86 v0.2.20 |
| 209 | 2025-10-27T23:06:19.899Z | Downloaded progenitor-client v0.10.0 |
| 210 | 2025-10-27T23:06:19.903Z | Downloaded autocfg v1.4.0 |
| 211 | 2025-10-27T23:06:19.903Z | Downloaded powerfmt v0.2.0 |
| 212 | 2025-10-27T23:06:19.903Z | Downloaded take_mut v0.2.2 |
| 213 | 2025-10-27T23:06:19.903Z | Downloaded instant v0.1.13 |
| 214 | 2025-10-27T23:06:19.903Z | Downloaded crossbeam-channel v0.5.15 |
| 215 | 2025-10-27T23:06:19.907Z | Downloaded newtype-uuid-macros v0.1.0 |
| 216 | 2025-10-27T23:06:19.907Z | Downloaded rand_xorshift v0.4.0 |
| 217 | 2025-10-27T23:06:19.907Z | Downloaded oxnet v0.1.3 |
| 218 | 2025-10-27T23:06:19.913Z | Downloaded unicode-ident v1.0.19 |
| 219 | 2025-10-27T23:06:19.913Z | Downloaded log v0.4.27 |
| 220 | 2025-10-27T23:06:19.917Z | Downloaded ucd-trie v0.1.7 |
| 221 | 2025-10-27T23:06:19.917Z | Downloaded newtype-uuid v1.3.1 |
| 222 | 2025-10-27T23:06:19.922Z | Downloaded memmap v0.7.0 |
| 223 | 2025-10-27T23:06:19.922Z | Downloaded stable_deref_trait v1.2.0 |
| 224 | 2025-10-27T23:06:19.922Z | Downloaded getrandom v0.2.15 |
| 225 | 2025-10-27T23:06:19.928Z | Downloaded strum v0.27.2 |
| 226 | 2025-10-27T23:06:19.929Z | Downloaded slog-json v2.6.1 |
| 227 | 2025-10-27T23:06:19.929Z | Downloaded rand_chacha v0.3.1 |
| 228 | 2025-10-27T23:06:19.934Z | Downloaded strum v0.26.3 |
| 229 | 2025-10-27T23:06:19.935Z | Downloaded quick-error v1.2.3 |
| 230 | 2025-10-27T23:06:19.935Z | Downloaded is-terminal v0.4.13 |
| 231 | 2025-10-27T23:06:19.935Z | Downloaded futures-sink v0.3.31 |
| 232 | 2025-10-27T23:06:19.935Z | Downloaded lazy_static v1.5.0 |
| 233 | 2025-10-27T23:06:19.957Z | Downloaded yoke v0.7.4 |
| 234 | 2025-10-27T23:06:19.957Z | Downloaded time-macros v0.2.24 |
| 235 | 2025-10-27T23:06:19.958Z | Downloaded ipnetwork v0.21.1 |
| 236 | 2025-10-27T23:06:19.958Z | Downloaded paste v1.0.15 |
| 237 | 2025-10-27T23:06:19.958Z | Downloaded multer v3.1.0 |
| 238 | 2025-10-27T23:06:19.958Z | Downloaded dof v0.3.0 |
| 239 | 2025-10-27T23:06:19.958Z | Downloaded zerocopy-derive v0.7.35 |
| 240 | 2025-10-27T23:06:19.984Z | Downloaded slab v0.4.9 |
| 241 | 2025-10-27T23:06:19.984Z | Downloaded rustversion v1.0.22 |
| 242 | 2025-10-27T23:06:19.984Z | Downloaded iana-time-zone v0.1.63 |
| 243 | 2025-10-27T23:06:19.984Z | Downloaded rand_core v0.9.3 |
| 244 | 2025-10-27T23:06:19.984Z | Downloaded getrandom v0.3.4 |
| 245 | 2025-10-27T23:06:19.984Z | Downloaded thiserror v1.0.69 |
| 246 | 2025-10-27T23:06:19.984Z | Downloaded sync_wrapper v1.0.1 |
| 247 | 2025-10-27T23:06:19.985Z | Downloaded hyper-rustls v0.27.7 |
| 248 | 2025-10-27T23:06:19.985Z | Downloaded signal-hook-registry v1.4.2 |
| 249 | 2025-10-27T23:06:19.985Z | Downloaded schemars_derive v0.8.22 |
| 250 | 2025-10-27T23:06:19.985Z | Downloaded ref-cast v1.0.24 |
| 251 | 2025-10-27T23:06:19.996Z | Downloaded serde_tokenstream v0.2.2 |
| 252 | 2025-10-27T23:06:19.997Z | Downloaded scopeguard v1.2.0 |
| 253 | 2025-10-27T23:06:19.997Z | Downloaded lock_api v0.4.12 |
| 254 | 2025-10-27T23:06:19.997Z | Downloaded subtle v2.6.1 |
| 255 | 2025-10-27T23:06:19.998Z | Downloaded deranged v0.5.3 |
| 256 | 2025-10-27T23:06:19.998Z | Downloaded typenum v1.17.0 |
| 257 | 2025-10-27T23:06:19.998Z | Downloaded pest_derive v2.8.2 |
| 258 | 2025-10-27T23:06:19.998Z | Downloaded scroll v0.12.0 |
| 259 | 2025-10-27T23:06:19.999Z | Downloaded spin v0.9.8 |
| 260 | 2025-10-27T23:06:20.009Z | Downloaded icu_locid_transform_data v1.5.0 |
| 261 | 2025-10-27T23:06:20.009Z | Downloaded strum_macros v0.27.2 |
| 262 | 2025-10-27T23:06:20.009Z | Downloaded sha1 v0.10.6 |
| 263 | 2025-10-27T23:06:20.009Z | Downloaded icu_provider v1.5.0 |
| 264 | 2025-10-27T23:06:20.009Z | Downloaded url v2.5.4 |
| 265 | 2025-10-27T23:06:20.010Z | Downloaded rustls-pemfile v2.2.0 |
| 266 | 2025-10-27T23:06:20.010Z | Downloaded progenitor-macro v0.11.2 |
| 267 | 2025-10-27T23:06:20.010Z | Downloaded structmeta-derive v0.3.0 |
| 268 | 2025-10-27T23:06:20.017Z | Downloaded rustc-hash v2.1.1 |
| 269 | 2025-10-27T23:06:20.018Z | Downloaded icu_locid v1.5.0 |
| 270 | 2025-10-27T23:06:20.018Z | Downloaded pest_meta v2.8.2 |
| 271 | 2025-10-27T23:06:20.018Z | Downloaded derive-where v1.5.0 |
| 272 | 2025-10-27T23:06:20.026Z | Downloaded shlex v1.3.0 |
| 273 | 2025-10-27T23:06:20.027Z | Downloaded sha2 v0.10.9 |
| 274 | 2025-10-27T23:06:20.028Z | Downloaded tracing v0.1.40 |
| 275 | 2025-10-27T23:06:20.036Z | Downloaded icu_properties v1.5.1 |
| 276 | 2025-10-27T23:06:20.036Z | Downloaded tracing-core v0.1.32 |
| 277 | 2025-10-27T23:06:20.036Z | Downloaded socket2 v0.6.0 |
| 278 | 2025-10-27T23:06:20.036Z | Downloaded rand_core v0.6.4 |
| 279 | 2025-10-27T23:06:20.036Z | Downloaded socket2 v0.5.10 |
| 280 | 2025-10-27T23:06:20.036Z | Downloaded quote v1.0.40 |
| 281 | 2025-10-27T23:06:20.041Z | Downloaded slog-term v2.9.2 |
| 282 | 2025-10-27T23:06:20.041Z | Downloaded serde v1.0.226 |
| 283 | 2025-10-27T23:06:20.041Z | Downloaded strum_macros v0.26.4 |
| 284 | 2025-10-27T23:06:20.046Z | Downloaded quinn-udp v0.5.5 |
| 285 | 2025-10-27T23:06:20.046Z | Downloaded smallvec v1.15.1 |
| 286 | 2025-10-27T23:06:20.047Z | Downloaded slog v2.7.0 |
| 287 | 2025-10-27T23:06:20.055Z | Downloaded rustls-pki-types v1.10.0 |
| 288 | 2025-10-27T23:06:20.056Z | Downloaded test-strategy v0.4.3 |
| 289 | 2025-10-27T23:06:20.061Z | Downloaded schemars v0.8.22 |
| 290 | 2025-10-27T23:06:20.065Z | Downloaded ryu v1.0.18 |
| 291 | 2025-10-27T23:06:20.072Z | Downloaded serde_with_macros v3.14.0 |
| 292 | 2025-10-27T23:06:20.072Z | Downloaded serde_core v1.0.226 |
| 293 | 2025-10-27T23:06:20.088Z | Downloaded mio v1.0.2 |
| 294 | 2025-10-27T23:06:20.088Z | Downloaded tower v0.5.2 |
| 295 | 2025-10-27T23:06:20.094Z | Downloaded serde_yaml v0.9.34+deprecated |
| 296 | 2025-10-27T23:06:20.094Z | Downloaded progenitor-impl v0.11.2 |
| 297 | 2025-10-27T23:06:20.094Z | Downloaded icu_collections v1.5.0 |
| 298 | 2025-10-27T23:06:20.104Z | Downloaded zerocopy v0.7.35 |
| 299 | 2025-10-27T23:06:20.116Z | Downloaded pest v2.8.2 |
| 300 | 2025-10-27T23:06:20.131Z | Downloaded iddqd v0.3.13 |
| 301 | 2025-10-27T23:06:20.132Z | Downloaded quinn v0.11.5 |
| 302 | 2025-10-27T23:06:20.139Z | Downloaded serde_json v1.0.145 |
| 303 | 2025-10-27T23:06:20.139Z | Downloaded hashbrown v0.16.0 |
| 304 | 2025-10-27T23:06:20.139Z | Downloaded hashbrown v0.15.4 |
| 305 | 2025-10-27T23:06:20.139Z | Downloaded zerovec v0.10.4 |
| 306 | 2025-10-27T23:06:20.157Z | Downloaded regex v1.11.3 |
| 307 | 2025-10-27T23:06:20.157Z | Downloaded futures-util v0.3.31 |
| 308 | 2025-10-27T23:06:20.167Z | Downloaded serde_with v3.14.0 |
| 309 | 2025-10-27T23:06:20.199Z | Downloaded h2 v0.4.6 |
| 310 | 2025-10-27T23:06:20.200Z | Downloaded webpki-roots v1.0.1 |
| 311 | 2025-10-27T23:06:20.212Z | Downloaded goblin v0.8.2 |
| 312 | 2025-10-27T23:06:20.213Z | Downloaded chrono v0.4.42 |
| 313 | 2025-10-27T23:06:20.213Z | Downloaded hyper v1.7.0 |
| 314 | 2025-10-27T23:06:20.213Z | Downloaded quinn-proto v0.11.8 |
| 315 | 2025-10-27T23:06:20.214Z | Downloaded reqwest v0.12.22 |
| 316 | 2025-10-27T23:06:20.214Z | Downloaded icu_properties_data v1.5.0 |
| 317 | 2025-10-27T23:06:20.232Z | Downloaded proptest v1.7.0 |
| 318 | 2025-10-27T23:06:20.232Z | Downloaded syn v2.0.106 |
| 319 | 2025-10-27T23:06:20.232Z | Downloaded rustls v0.23.19 |
| 320 | 2025-10-27T23:06:20.243Z | Downloaded openapiv3 v2.2.0 |
| 321 | 2025-10-27T23:06:20.252Z | Downloaded regex-syntax v0.8.5 |
| 322 | 2025-10-27T23:06:20.259Z | Downloaded rustls v0.22.4 |
| 323 | 2025-10-27T23:06:20.264Z | Downloaded regress v0.10.4 |
| 324 | 2025-10-27T23:06:20.270Z | Downloaded rustls-webpki v0.102.8 |
| 325 | 2025-10-27T23:06:20.286Z | Downloaded rustix v1.0.7 |
| 326 | 2025-10-27T23:06:20.306Z | Downloaded dropshot v0.16.4 |
| 327 | 2025-10-27T23:06:20.325Z | Downloaded winnow v0.7.13 |
| 328 | 2025-10-27T23:06:20.335Z | Downloaded typify-impl v0.4.3 |
| 329 | 2025-10-27T23:06:20.351Z | Downloaded iri-string v0.7.8 |
| 330 | 2025-10-27T23:06:20.396Z | Downloaded idna v1.0.3 |
| 331 | 2025-10-27T23:06:20.397Z | Downloaded tower-http v0.6.6 |
| 332 | 2025-10-27T23:06:20.397Z | Downloaded indexmap v2.11.4 |
| 333 | 2025-10-27T23:06:20.409Z | Downloaded hyper-util v0.1.17 |
| 334 | 2025-10-27T23:06:20.409Z | Downloaded rand v0.8.5 |
| 335 | 2025-10-27T23:06:20.410Z | Downloaded rand v0.9.2 |
| 336 | 2025-10-27T23:06:20.410Z | Downloaded memchr v2.7.4 |
| 337 | 2025-10-27T23:06:20.410Z | Downloaded tempfile v3.20.0 |
| 338 | 2025-10-27T23:06:20.410Z | Downloaded rusty-fork v0.3.0 |
| 339 | 2025-10-27T23:06:20.410Z | Downloaded proc-macro2 v1.0.101 |
| 340 | 2025-10-27T23:06:20.410Z | Downloaded crossbeam-utils v0.8.21 |
| 341 | 2025-10-27T23:06:20.410Z | Downloaded uuid v1.18.1 |
| 342 | 2025-10-27T23:06:20.410Z | Downloaded term v1.1.0 |
| 343 | 2025-10-27T23:06:20.410Z | Downloaded icu_normalizer v1.5.0 |
| 344 | 2025-10-27T23:06:20.411Z | Downloaded tokio v1.47.0 |
| 345 | 2025-10-27T23:06:20.428Z | Downloaded regex-automata v0.4.11 |
| 346 | 2025-10-27T23:06:20.445Z | Downloaded serde_derive v1.0.226 |
| 347 | 2025-10-27T23:06:20.445Z | Downloaded base64 v0.22.1 |
| 348 | 2025-10-27T23:06:20.458Z | Downloaded typify v0.4.3 |
| 349 | 2025-10-27T23:06:20.458Z | Downloaded ipnet v2.11.0 |
| 350 | 2025-10-27T23:06:20.459Z | Downloaded httparse v1.9.5 |
| 351 | 2025-10-27T23:06:20.459Z | Downloaded parking_lot v0.12.3 |
| 352 | 2025-10-27T23:06:20.459Z | Downloaded num-traits v0.2.19 |
| 353 | 2025-10-27T23:06:20.459Z | Downloaded derive-ex v0.1.8 |
| 354 | 2025-10-27T23:06:20.459Z | Downloaded crypto-common v0.1.6 |
| 355 | 2025-10-27T23:06:20.459Z | Downloaded serde_spanned v1.0.0 |
| 356 | 2025-10-27T23:06:20.471Z | Downloaded slog-async v2.8.0 |
| 357 | 2025-10-27T23:06:20.473Z | Downloaded serde_derive_internals v0.29.1 |
| 358 | 2025-10-27T23:06:20.473Z | Downloaded darling v0.20.10 |
| 359 | 2025-10-27T23:06:20.474Z | Downloaded daft-derive v0.1.4 |
| 360 | 2025-10-27T23:06:20.475Z | Downloaded libc v0.2.174 |
| 361 | 2025-10-27T23:06:20.483Z | Downloaded serde_urlencoded v0.7.1 |
| 362 | 2025-10-27T23:06:20.483Z | Downloaded semver v1.0.27 |
| 363 | 2025-10-27T23:06:20.483Z | Downloaded rand_chacha v0.9.0 |
| 364 | 2025-10-27T23:06:20.483Z | Downloaded unsafe-libyaml v0.2.11 |
| 365 | 2025-10-27T23:06:20.490Z | Downloaded daft v0.1.4 |
| 366 | 2025-10-27T23:06:20.490Z | Downloaded synstructure v0.13.1 |
| 367 | 2025-10-27T23:06:20.490Z | Downloaded structmeta v0.3.0 |
| 368 | 2025-10-27T23:06:20.490Z | Downloaded strsim v0.11.1 |
| 369 | 2025-10-27T23:06:20.497Z | Downloaded httpdate v1.0.3 |
| 370 | 2025-10-27T23:06:20.497Z | Downloaded once_cell v1.21.3 |
| 371 | 2025-10-27T23:06:20.497Z | Downloaded idna_adapter v1.2.0 |
| 372 | 2025-10-27T23:06:20.497Z | Downloaded displaydoc v0.2.5 |
| 373 | 2025-10-27T23:06:20.498Z | Downloaded slog-bunyan v2.5.0 |
| 374 | 2025-10-27T23:06:20.504Z | Downloaded serde_path_to_error v0.1.17 |
| 375 | 2025-10-27T23:06:20.504Z | Downloaded backoff v0.4.0 |
| 376 | 2025-10-27T23:06:20.504Z | Downloaded async-trait v0.1.89 |
| 377 | 2025-10-27T23:06:20.505Z | Downloaded http-body-util v0.1.3 |
| 378 | 2025-10-27T23:06:20.505Z | Downloaded hex v0.4.3 |
| 379 | 2025-10-27T23:06:20.505Z | Downloaded heck v0.5.0 |
| 380 | 2025-10-27T23:06:20.512Z | Downloaded mime v0.3.17 |
| 381 | 2025-10-27T23:06:20.513Z | Downloaded hostname v0.4.0 |
| 382 | 2025-10-27T23:06:20.513Z | Downloaded futures-macro v0.3.31 |
| 383 | 2025-10-27T23:06:20.513Z | Downloaded debug-ignore v1.0.5 |
| 384 | 2025-10-27T23:06:20.513Z | Downloaded dtrace-parser v0.2.0 |
| 385 | 2025-10-27T23:06:20.513Z | Downloaded pin-utils v0.1.0 |
| 386 | 2025-10-27T23:06:20.517Z | Downloaded parse-display-derive v0.10.0 |
| 387 | 2025-10-27T23:06:20.517Z | Downloaded parse-display v0.10.0 |
| 388 | 2025-10-27T23:06:20.517Z | Downloaded zerovec-derive v0.10.3 |
| 389 | 2025-10-27T23:06:20.517Z | Downloaded utf16_iter v1.0.5 |
| 390 | 2025-10-27T23:06:20.517Z | Downloaded icu_provider_macros v1.5.0 |
| 391 | 2025-10-27T23:06:20.517Z | Downloaded generic-array v0.14.7 |
| 392 | 2025-10-27T23:06:20.517Z | Downloaded futures v0.3.31 |
| 393 | 2025-10-27T23:06:20.523Z | Downloaded form_urlencoded v1.2.2 |
| 394 | 2025-10-27T23:06:20.523Z | Downloaded foldhash v0.1.5 |
| 395 | 2025-10-27T23:06:20.523Z | Downloaded darling_macro v0.20.10 |
| 396 | 2025-10-27T23:06:20.530Z | Downloaded foldhash v0.2.0 |
| 397 | 2025-10-27T23:06:20.531Z | Downloaded fastrand v2.1.1 |
| 398 | 2025-10-27T23:06:20.531Z | Downloaded futures-core v0.3.31 |
| 399 | 2025-10-27T23:06:20.531Z | Downloaded futures-channel v0.3.31 |
| 400 | 2025-10-27T23:06:20.531Z | Downloaded encoding_rs v0.8.34 |
| 401 | 2025-10-27T23:06:20.544Z | Downloaded dropshot_endpoint v0.16.4 |
| 402 | 2025-10-27T23:06:20.550Z | Downloaded cc v1.2.30 |
| 403 | 2025-10-27T23:06:20.550Z | Downloaded bytes v1.10.1 |
| 404 | 2025-10-27T23:06:20.559Z | Downloaded dyn-clone v1.0.20 |
| 405 | 2025-10-27T23:06:20.559Z | Downloaded bitflags v2.9.4 |
| 406 | 2025-10-27T23:06:20.587Z | Downloaded allocator-api2 v0.2.21 |
| 407 | 2025-10-27T23:06:20.588Z | Downloaded cpufeatures v0.2.14 |
| 408 | 2025-10-27T23:06:20.588Z | Downloaded async-stream-impl v0.3.6 |
| 409 | 2025-10-27T23:06:20.588Z | Downloaded async-stream v0.3.6 |
| 410 | 2025-10-27T23:06:20.588Z | Downloaded unarray v0.1.4 |
| 411 | 2025-10-27T23:06:20.589Z | Downloaded byteorder v1.5.0 |
| 412 | 2025-10-27T23:06:20.589Z | Downloaded cfg-if v1.0.1 |
| 413 | 2025-10-27T23:06:20.589Z | Downloaded ring v0.17.14 |
| 414 | 2025-10-27T23:06:20.608Z | Downloaded bit-vec v0.8.0 |
| 415 | 2025-10-27T23:06:20.623Z | Downloaded aho-corasick v1.1.3 |
| 416 | 2025-10-27T23:06:20.672Z | Compiling proc-macro2 v1.0.101 |
| 417 | 2025-10-27T23:06:20.679Z | Compiling unicode-ident v1.0.19 |
| 418 | 2025-10-27T23:06:20.679Z | Compiling libc v0.2.174 |
| 419 | 2025-10-27T23:06:20.679Z | Checking cfg-if v1.0.1 |
| 420 | 2025-10-27T23:06:20.680Z | Compiling autocfg v1.4.0 |
| 421 | 2025-10-27T23:06:20.680Z | Compiling serde_core v1.0.226 |
| 422 | 2025-10-27T23:06:20.680Z | Checking memchr v2.7.4 |
| 423 | 2025-10-27T23:06:20.793Z | Compiling serde v1.0.226 |
| 424 | 2025-10-27T23:06:20.909Z | Compiling serde_json v1.0.145 |
| 425 | 2025-10-27T23:06:20.985Z | Checking itoa v1.0.11 |
| 426 | 2025-10-27T23:06:21.424Z | Compiling thiserror v2.0.17 |
| 427 | 2025-10-27T23:06:21.519Z | Checking ryu v1.0.18 |
| 428 | 2025-10-27T23:06:21.626Z | Compiling getrandom v0.3.4 |
| 429 | 2025-10-27T23:06:21.737Z | Checking pin-project-lite v0.2.14 |
| 430 | 2025-10-27T23:06:22.150Z | Checking smallvec v1.15.1 |
| 431 | 2025-10-27T23:06:22.410Z | Compiling version_check v0.9.5 |
| 432 | 2025-10-27T23:06:22.434Z | Checking bytes v1.10.1 |
| 433 | 2025-10-27T23:06:22.462Z | Checking futures-core v0.3.31 |
| 434 | 2025-10-27T23:06:22.472Z | Compiling num-traits v0.2.19 |
| 435 | 2025-10-27T23:06:22.482Z | Checking once_cell v1.21.3 |
| 436 | 2025-10-27T23:06:22.644Z | Compiling lock_api v0.4.12 |
| 437 | 2025-10-27T23:06:22.774Z | Compiling quote v1.0.40 |
| 438 | 2025-10-27T23:06:22.943Z | Compiling parking_lot_core v0.9.10 |
| 439 | 2025-10-27T23:06:23.175Z | Compiling syn v2.0.106 |
| 440 | 2025-10-27T23:06:23.369Z | Checking scopeguard v1.2.0 |
| 441 | 2025-10-27T23:06:23.404Z | Checking fnv v1.0.7 |
| 442 | 2025-10-27T23:06:23.451Z | Checking allocator-api2 v0.2.21 |
| 443 | 2025-10-27T23:06:23.679Z | Compiling slab v0.4.9 |
| 444 | 2025-10-27T23:06:23.866Z | Checking futures-sink v0.3.31 |
| 445 | 2025-10-27T23:06:23.897Z | Checking iana-time-zone v0.1.63 |
| 446 | 2025-10-27T23:06:24.026Z | Checking equivalent v1.0.2 |
| 447 | 2025-10-27T23:06:24.041Z | Compiling shlex v1.3.0 |
| 448 | 2025-10-27T23:06:24.051Z | Compiling heck v0.5.0 |
| 449 | 2025-10-27T23:06:24.143Z | Checking parking_lot v0.12.3 |
| 450 | 2025-10-27T23:06:24.199Z | Checking mio v1.0.2 |
| 451 | 2025-10-27T23:06:24.369Z | Compiling cc v1.2.30 |
| 452 | 2025-10-27T23:06:24.433Z | Checking socket2 v0.6.0 |
| 453 | 2025-10-27T23:06:24.505Z | Checking signal-hook-registry v1.4.2 |
| 454 | 2025-10-27T23:06:24.520Z | Checking getrandom v0.2.15 |
| 455 | 2025-10-27T23:06:24.804Z | Checking stable_deref_trait v1.2.0 |
| 456 | 2025-10-27T23:06:24.829Z | Compiling schemars v0.8.22 |
| 457 | 2025-10-27T23:06:24.913Z | Checking dyn-clone v1.0.20 |
| 458 | 2025-10-27T23:06:24.988Z | Checking futures-channel v0.3.31 |
| 459 | 2025-10-27T23:06:25.076Z | Checking http v1.3.1 |
| 460 | 2025-10-27T23:06:25.127Z | Checking log v0.4.27 |
| 461 | 2025-10-27T23:06:25.265Z | Checking pin-utils v0.1.0 |
| 462 | 2025-10-27T23:06:25.354Z | Checking hashbrown v0.16.0 |
| 463 | 2025-10-27T23:06:25.370Z | Checking rustls-pki-types v1.10.0 |
| 464 | 2025-10-27T23:06:25.398Z | Checking semver v1.0.27 |
| 465 | 2025-10-27T23:06:25.941Z | Compiling thiserror v1.0.69 |
| 466 | 2025-10-27T23:06:25.967Z | Checking futures-task v0.3.31 |
| 467 | 2025-10-27T23:06:26.209Z | Checking futures-io v0.3.31 |
| 468 | 2025-10-27T23:06:26.409Z | Checking byteorder v1.5.0 |
| 469 | 2025-10-27T23:06:26.587Z | Checking writeable v0.5.5 |
| 470 | 2025-10-27T23:06:26.742Z | Checking litemap v0.7.3 |
| 471 | 2025-10-27T23:06:26.819Z | Checking untrusted v0.9.0 |
| 472 | 2025-10-27T23:06:26.907Z | Checking indexmap v2.11.4 |
| 473 | 2025-10-27T23:06:26.913Z | Compiling ucd-trie v0.1.7 |
| 474 | 2025-10-27T23:06:26.980Z | Compiling httparse v1.9.5 |
| 475 | 2025-10-27T23:06:27.103Z | Checking http-body v1.0.1 |
| 476 | 2025-10-27T23:06:27.268Z | Compiling ring v0.17.14 |
| 477 | 2025-10-27T23:06:27.348Z | Checking tracing-core v0.1.32 |
| 478 | 2025-10-27T23:06:27.897Z | Checking percent-encoding v2.3.2 |
| 479 | 2025-10-27T23:06:28.118Z | Checking zeroize v1.8.1 |
| 480 | 2025-10-27T23:06:28.220Z | Checking atomic-waker v1.1.2 |
| 481 | 2025-10-27T23:06:28.272Z | Compiling foldhash v0.1.5 |
| 482 | 2025-10-27T23:06:28.285Z | Checking bitflags v2.9.4 |
| 483 | 2025-10-27T23:06:28.343Z | Checking subtle v2.6.1 |
| 484 | 2025-10-27T23:06:28.592Z | Checking icu_locid_transform_data v1.5.0 |
| 485 | 2025-10-27T23:06:28.611Z | Compiling hashbrown v0.15.4 |
| 486 | 2025-10-27T23:06:28.611Z | Compiling chrono v0.4.42 |
| 487 | 2025-10-27T23:06:28.674Z | Checking tracing v0.1.40 |
| 488 | 2025-10-27T23:06:28.704Z | Compiling uuid v1.18.1 |
| 489 | 2025-10-27T23:06:29.066Z | Checking tower-service v0.3.3 |
| 490 | 2025-10-27T23:06:29.081Z | Checking try-lock v0.2.5 |
| 491 | 2025-10-27T23:06:29.197Z | Checking icu_properties_data v1.5.0 |
| 492 | 2025-10-27T23:06:29.211Z | Checking want v0.3.1 |
| 493 | 2025-10-27T23:06:29.438Z | Compiling slog v2.7.0 |
| 494 | 2025-10-27T23:06:29.516Z | Checking utf16_iter v1.0.5 |
| 495 | 2025-10-27T23:06:29.570Z | Checking icu_normalizer_data v1.5.0 |
| 496 | 2025-10-27T23:06:29.667Z | Checking utf8_iter v1.0.4 |
| 497 | 2025-10-27T23:06:29.705Z | Compiling regress v0.10.4 |
| 498 | 2025-10-27T23:06:29.716Z | Checking write16 v1.0.0 |
| 499 | 2025-10-27T23:06:29.742Z | Compiling rustls v0.23.19 |
| 500 | 2025-10-27T23:06:29.803Z | Checking httpdate v1.0.3 |
| 501 | 2025-10-27T23:06:29.997Z | Checking form_urlencoded v1.2.2 |
| 502 | 2025-10-27T23:06:30.048Z | Compiling serde_derive_internals v0.29.1 |
| 503 | 2025-10-27T23:06:30.094Z | Compiling synstructure v0.13.1 |
| 504 | 2025-10-27T23:06:30.233Z | Compiling aho-corasick v1.1.3 |
| 505 | 2025-10-27T23:06:30.383Z | Compiling typenum v1.17.0 |
| 506 | 2025-10-27T23:06:31.284Z | Compiling paste v1.0.15 |
| 507 | 2025-10-27T23:06:31.307Z | Checking regex-syntax v0.8.5 |
| 508 | 2025-10-27T23:06:31.861Z | Checking ipnet v2.11.0 |
| 509 | 2025-10-27T23:06:32.330Z | Checking base64 v0.22.1 |
| 510 | 2025-10-27T23:06:33.312Z | Checking rustls-webpki v0.102.8 |
| 511 | 2025-10-27T23:06:33.369Z | Compiling generic-array v0.14.7 |
| 512 | 2025-10-27T23:06:33.806Z | Checking sync_wrapper v1.0.1 |
| 513 | 2025-10-27T23:06:33.896Z | Compiling serde_derive v1.0.226 |
| 514 | 2025-10-27T23:06:34.061Z | Compiling thiserror-impl v2.0.17 |
| 515 | 2025-10-27T23:06:34.077Z | Compiling schemars_derive v0.8.22 |
| 516 | 2025-10-27T23:06:34.077Z | Compiling zerocopy-derive v0.7.35 |
| 517 | 2025-10-27T23:06:34.419Z | Compiling zerofrom-derive v0.1.4 |
| 518 | 2025-10-27T23:06:34.535Z | Compiling yoke-derive v0.7.4 |
| 519 | 2025-10-27T23:06:35.854Z | Compiling tokio-macros v2.5.0 |
| 520 | 2025-10-27T23:06:36.265Z | Compiling zerovec-derive v0.10.3 |
| 521 | 2025-10-27T23:06:36.628Z | Compiling displaydoc v0.2.5 |
| 522 | 2025-10-27T23:06:36.694Z | Compiling futures-macro v0.3.31 |
| 523 | 2025-10-27T23:06:36.795Z | Compiling thiserror-impl v1.0.69 |
| 524 | 2025-10-27T23:06:36.866Z | Checking zerocopy v0.7.35 |
| 525 | 2025-10-27T23:06:37.227Z | Checking tokio v1.47.0 |
| 526 | 2025-10-27T23:06:37.270Z | Checking zerofrom v0.1.4 |
| 527 | 2025-10-27T23:06:37.479Z | Checking yoke v0.7.4 |
| 528 | 2025-10-27T23:06:37.810Z | Compiling icu_provider_macros v1.5.0 |
| 529 | 2025-10-27T23:06:38.037Z | Compiling pest v2.8.2 |
| 530 | 2025-10-27T23:06:38.283Z | Checking ppv-lite86 v0.2.20 |
| 531 | 2025-10-27T23:06:38.430Z | Checking futures-util v0.3.31 |
| 532 | 2025-10-27T23:06:38.536Z | Checking zerovec v0.10.4 |
| 533 | 2025-10-27T23:06:38.858Z | Compiling regex-automata v0.4.11 |
| 534 | 2025-10-27T23:06:40.035Z | Checking tinystr v0.7.6 |
| 535 | 2025-10-27T23:06:40.482Z | Checking icu_locid v1.5.0 |
| 536 | 2025-10-27T23:06:40.802Z | Compiling pest_meta v2.8.2 |
| 537 | 2025-10-27T23:06:41.568Z | Compiling serde_tokenstream v0.2.2 |
| 538 | 2025-10-27T23:06:42.030Z | Checking icu_provider v1.5.0 |
| 539 | 2025-10-27T23:06:42.080Z | Checking icu_collections v1.5.0 |
| 540 | 2025-10-27T23:06:42.656Z | Checking icu_locid_transform v1.5.0 |
| 541 | 2025-10-27T23:06:42.755Z | Compiling pest_generator v2.8.2 |
| 542 | 2025-10-27T23:06:43.581Z | Checking icu_properties v1.5.1 |
| 543 | 2025-10-27T23:06:43.768Z | Checking tokio-util v0.7.15 |
| 544 | 2025-10-27T23:06:43.820Z | Checking tower-layer v0.3.3 |
| 545 | 2025-10-27T23:06:44.098Z | Checking tower v0.5.2 |
| 546 | 2025-10-27T23:06:44.345Z | Checking tokio-rustls v0.26.0 |
| 547 | 2025-10-27T23:06:44.350Z | Compiling pest_derive v2.8.2 |
| 548 | 2025-10-27T23:06:44.549Z | Checking h2 v0.4.6 |
| 549 | 2025-10-27T23:06:44.782Z | Compiling typify-impl v0.4.3 |
| 550 | 2025-10-27T23:06:44.852Z | Checking ipnetwork v0.21.1 |
| 551 | 2025-10-27T23:06:45.152Z | Compiling regex v1.11.3 |
| 552 | 2025-10-27T23:06:45.230Z | Checking serde_urlencoded v0.7.1 |
| 553 | 2025-10-27T23:06:45.874Z | Compiling structmeta-derive v0.3.0 |
| 554 | 2025-10-27T23:06:46.022Z | Compiling scroll_derive v0.12.0 |
| 555 | 2025-10-27T23:06:46.789Z | Checking http-body-util v0.1.3 |
| 556 | 2025-10-27T23:06:46.914Z | Checking icu_normalizer v1.5.0 |
| 557 | 2025-10-27T23:06:47.167Z | Checking webpki-roots v1.0.1 |
| 558 | 2025-10-27T23:06:47.217Z | Compiling usdt-impl v0.5.0 |
| 559 | 2025-10-27T23:06:47.635Z | Checking idna_adapter v1.2.0 |
| 560 | 2025-10-27T23:06:47.651Z | Checking iri-string v0.7.8 |
| 561 | 2025-10-27T23:06:47.695Z | Checking powerfmt v0.2.0 |
| 562 | 2025-10-27T23:06:47.837Z | Checking idna v1.0.3 |
| 563 | 2025-10-27T23:06:47.971Z | Compiling rustix v1.0.7 |
| 564 | 2025-10-27T23:06:48.091Z | Compiling time-core v0.1.6 |
| 565 | 2025-10-27T23:06:48.156Z | Compiling num-conv v0.1.0 |
| 566 | 2025-10-27T23:06:48.300Z | Checking url v2.5.4 |
| 567 | 2025-10-27T23:06:48.373Z | Compiling structmeta v0.3.0 |
| 568 | 2025-10-27T23:06:48.426Z | Compiling time-macros v0.2.24 |
| 569 | 2025-10-27T23:06:48.501Z | Checking hyper v1.7.0 |
| 570 | 2025-10-27T23:06:48.720Z | Compiling thread-id v4.2.2 |
| 571 | 2025-10-27T23:06:48.785Z | Checking deranged v0.5.3 |
| 572 | 2025-10-27T23:06:48.985Z | Checking scroll v0.12.0 |
| 573 | 2025-10-27T23:06:50.129Z | Compiling dof v0.3.0 |
| 574 | 2025-10-27T23:06:50.193Z | Checking tower-http v0.6.6 |
| 575 | 2025-10-27T23:06:50.439Z | Checking hyper-util v0.1.17 |
| 576 | 2025-10-27T23:06:50.713Z | Compiling dtrace-parser v0.2.0 |
| 577 | 2025-10-27T23:06:50.857Z | Checking oxnet v0.1.3 |
| 578 | 2025-10-27T23:06:50.909Z | Checking newtype-uuid v1.3.1 |
| 579 | 2025-10-27T23:06:51.186Z | Compiling daft-derive v0.1.4 |
| 580 | 2025-10-27T23:06:51.234Z | Checking rand_core v0.9.3 |
| 581 | 2025-10-27T23:06:51.266Z | Checking errno v0.3.12 |
| 582 | 2025-10-27T23:06:51.455Z | Compiling rustversion v1.0.22 |
| 583 | 2025-10-27T23:06:52.091Z | Checking num_threads v0.1.7 |
| 584 | 2025-10-27T23:06:52.114Z | Compiling ident_case v1.0.1 |
| 585 | 2025-10-27T23:06:52.294Z | Compiling omicron-workspace-hack v0.1.0 |
| 586 | 2025-10-27T23:06:52.418Z | Compiling crossbeam-utils v0.8.21 |
| 587 | 2025-10-27T23:06:52.560Z | Checking hyper-rustls v0.27.7 |
| 588 | 2025-10-27T23:06:52.679Z | Compiling strsim v0.11.1 |
| 589 | 2025-10-27T23:06:52.746Z | Checking plain v0.2.3 |
| 590 | 2025-10-27T23:06:52.812Z | Checking time v0.3.43 |
| 591 | 2025-10-27T23:06:52.843Z | Checking daft v0.1.4 |
| 592 | 2025-10-27T23:06:52.857Z | Checking reqwest v0.12.22 |
| 593 | 2025-10-27T23:06:52.915Z | Checking goblin v0.8.2 |
| 594 | 2025-10-27T23:06:53.251Z | Compiling darling_core v0.20.10 |
| 595 | 2025-10-27T23:06:53.746Z | Compiling typify-macro v0.4.3 |
| 596 | 2025-10-27T23:06:54.872Z | Compiling openapiv3 v2.2.0 |
| 597 | 2025-10-27T23:06:55.955Z | Checking fastrand v2.1.1 |
| 598 | 2025-10-27T23:06:56.112Z | Compiling anyhow v1.0.99 |
| 599 | 2025-10-27T23:06:56.184Z | Compiling unsafe-libyaml v0.2.11 |
| 600 | 2025-10-27T23:06:56.293Z | Checking pretty-hex v0.4.1 |
| 601 | 2025-10-27T23:06:56.490Z | Compiling rustls v0.22.4 |
| 602 | 2025-10-27T23:06:56.843Z | Checking tempfile v3.20.0 |
| 603 | 2025-10-27T23:06:56.977Z | Compiling typify v0.4.3 |
| 604 | 2025-10-27T23:06:57.635Z | Compiling serde_yaml v0.9.34+deprecated |
| 605 | 2025-10-27T23:06:57.786Z | Checking rand_chacha v0.9.0 |
| 606 | 2025-10-27T23:06:58.016Z | Checking block-buffer v0.10.4 |
| 607 | 2025-10-27T23:06:58.136Z | Checking crypto-common v0.1.6 |
| 608 | 2025-10-27T23:06:58.211Z | Checking rand_core v0.6.4 |
| 609 | 2025-10-27T23:06:58.255Z | Compiling darling_macro v0.20.10 |
| 610 | 2025-10-27T23:06:58.321Z | Compiling progenitor-impl v0.11.2 |
| 611 | 2025-10-27T23:06:58.337Z | Compiling multer v3.1.0 |
| 612 | 2025-10-27T23:06:58.353Z | Checking thread_local v1.1.8 |
| 613 | 2025-10-27T23:06:58.489Z | Checking wait-timeout v0.2.0 |
| 614 | 2025-10-27T23:06:58.548Z | Compiling ref-cast v1.0.24 |
| 615 | 2025-10-27T23:06:58.563Z | Compiling slog-async v2.8.0 |
| 616 | 2025-10-27T23:06:58.630Z | Checking bit-vec v0.8.0 |
| 617 | 2025-10-27T23:06:58.674Z | Checking quick-error v1.2.3 |
| 618 | 2025-10-27T23:06:58.698Z | Checking match_cfg v0.1.0 |
| 619 | 2025-10-27T23:06:58.790Z | Compiling camino v1.2.0 |
| 620 | 2025-10-27T23:06:58.821Z | Checking winnow v0.7.13 |
| 621 | 2025-10-27T23:06:59.005Z | Checking bit-set v0.8.0 |
| 622 | 2025-10-27T23:06:59.116Z | Checking rusty-fork v0.3.0 |
| 623 | 2025-10-27T23:06:59.132Z | Checking hostname v0.3.1 |
| 624 | 2025-10-27T23:06:59.213Z | Compiling darling v0.20.10 |
| 625 | 2025-10-27T23:06:59.315Z | Checking rand_chacha v0.3.1 |
| 626 | 2025-10-27T23:06:59.399Z | Compiling strum_macros v0.26.4 |
| 627 | 2025-10-27T23:06:59.415Z | Checking digest v0.10.7 |
| 628 | 2025-10-27T23:06:59.682Z | Checking rand v0.9.2 |
| 629 | 2025-10-27T23:06:59.738Z | Checking crossbeam-channel v0.5.15 |
| 630 | 2025-10-27T23:07:00.426Z | Compiling usdt-macro v0.5.0 |
| 631 | 2025-10-27T23:07:00.667Z | Compiling usdt-attr-macro v0.5.0 |
| 632 | 2025-10-27T23:07:00.670Z | Checking slog-json v2.6.1 |
| 633 | 2025-10-27T23:07:00.934Z | Checking progenitor-client v0.11.2 |
| 634 | 2025-10-27T23:07:01.223Z | Checking rand_xorshift v0.4.0 |
| 635 | 2025-10-27T23:07:01.309Z | Compiling derive-ex v0.1.8 |
| 636 | 2025-10-27T23:07:01.385Z | Checking toml_parser v1.0.2 |
| 637 | 2025-10-27T23:07:01.406Z | Checking futures-executor v0.3.31 |
| 638 | 2025-10-27T23:07:01.656Z | Checking toml_datetime v0.7.0 |
| 639 | 2025-10-27T23:07:01.660Z | Checking serde_spanned v1.0.0 |
| 640 | 2025-10-27T23:07:01.897Z | Checking hex v0.4.3 |
| 641 | 2025-10-27T23:07:02.009Z | Compiling ref-cast-impl v1.0.24 |
| 642 | 2025-10-27T23:07:02.032Z | Compiling async-stream-impl v0.3.6 |
| 643 | 2025-10-27T23:07:02.057Z | Compiling dropshot v0.16.4 |
| 644 | 2025-10-27T23:07:02.387Z | Checking is-terminal v0.4.13 |
| 645 | 2025-10-27T23:07:02.442Z | Checking memmap v0.7.0 |
| 646 | 2025-10-27T23:07:02.522Z | Checking encoding_rs v0.8.34 |
| 647 | 2025-10-27T23:07:02.665Z | Checking unarray v0.1.4 |
| 648 | 2025-10-27T23:07:02.828Z | Checking term v1.1.0 |
| 649 | 2025-10-27T23:07:03.128Z | Checking lazy_static v1.5.0 |
| 650 | 2025-10-27T23:07:03.223Z | Checking spin v0.9.8 |
| 651 | 2025-10-27T23:07:03.242Z | Checking mime v0.3.17 |
| 652 | 2025-10-27T23:07:03.268Z | Checking cpufeatures v0.2.14 |
| 653 | 2025-10-27T23:07:03.305Z | Checking take_mut v0.2.2 |
| 654 | 2025-10-27T23:07:03.367Z | Checking toml_writer v1.0.2 |
| 655 | 2025-10-27T23:07:03.397Z | Checking sha1 v0.10.6 |
| 656 | 2025-10-27T23:07:03.446Z | Checking tokio-rustls v0.25.0 |
| 657 | 2025-10-27T23:07:03.547Z | Checking strum v0.26.3 |
| 658 | 2025-10-27T23:07:03.581Z | Compiling progenitor-macro v0.11.2 |
| 659 | 2025-10-27T23:07:03.667Z | Checking proptest v1.7.0 |
| 660 | 2025-10-27T23:07:03.707Z | Checking toml v0.9.5 |
| 661 | 2025-10-27T23:07:03.723Z | Checking slog-term v2.9.2 |
| 662 | 2025-10-27T23:07:03.753Z | Checking async-stream v0.3.6 |
| 663 | 2025-10-27T23:07:03.909Z | Checking usdt v0.5.0 |
| 664 | 2025-10-27T23:07:04.019Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 665 | 2025-10-27T23:07:04.174Z | Checking futures v0.3.31 |
| 666 | 2025-10-27T23:07:04.186Z | Checking slog-bunyan v2.5.0 |
| 667 | 2025-10-27T23:07:04.235Z | Checking rand v0.8.5 |
| 668 | 2025-10-27T23:07:04.350Z | Compiling serde_with_macros v3.14.0 |
| 669 | 2025-10-27T23:07:04.811Z | Compiling test-strategy v0.4.3 |
| 670 | 2025-10-27T23:07:05.026Z | Compiling parse-display-derive v0.10.0 |
| 671 | 2025-10-27T23:07:05.041Z | Compiling newtype-uuid-macros v0.1.0 |
| 672 | 2025-10-27T23:07:05.101Z | Compiling dropshot_endpoint v0.16.4 |
| 673 | 2025-10-27T23:07:05.369Z | Checking serde_path_to_error v0.1.17 |
| 674 | 2025-10-27T23:07:05.958Z | Compiling strum_macros v0.27.2 |
| 675 | 2025-10-27T23:07:06.659Z | Compiling derive-where v1.5.0 |
| 676 | 2025-10-27T23:07:06.711Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 677 | 2025-10-27T23:07:07.523Z | Compiling async-trait v0.1.89 |
| 678 | 2025-10-27T23:07:07.651Z | Checking waitgroup v0.1.2 |
| 679 | 2025-10-27T23:07:07.809Z | Checking rustls-pemfile v2.2.0 |
| 680 | 2025-10-27T23:07:07.822Z | Checking hostname v0.4.0 |
| 681 | 2025-10-27T23:07:07.971Z | Checking instant v0.1.13 |
| 682 | 2025-10-27T23:07:08.044Z | Checking rustc-hash v2.1.1 |
| 683 | 2025-10-27T23:07:08.092Z | Checking debug-ignore v1.0.5 |
| 684 | 2025-10-27T23:07:08.231Z | Checking foldhash v0.2.0 |
| 685 | 2025-10-27T23:07:08.245Z | Checking backoff v0.4.0 |
| 686 | 2025-10-27T23:07:08.354Z | Checking parse-display v0.10.0 |
| 687 | 2025-10-27T23:07:08.496Z | Checking iddqd v0.3.13 |
| 688 | 2025-10-27T23:07:08.511Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 689 | 2025-10-27T23:07:08.605Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 690 | 2025-10-27T23:07:08.758Z | Checking serde_with v3.14.0 |
| 691 | 2025-10-27T23:07:08.832Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 692 | 2025-10-27T23:07:09.204Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 693 | 2025-10-27T23:07:09.373Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 694 | 2025-10-27T23:07:09.602Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 695 | 2025-10-27T23:07:09.695Z | Checking progenitor-client v0.10.0 |
| 696 | 2025-10-27T23:07:09.997Z | Checking macaddr v1.0.1 |
| 697 | 2025-10-27T23:07:10.304Z | Checking strum v0.27.2 |
| 698 | 2025-10-27T23:07:12.068Z | Checking progenitor v0.11.2 |
| 699 | 2025-10-27T23:07:12.188Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 700 | 2025-10-27T23:07:15.181Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 701 | 2025-10-27T23:07:22.565Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 702 | 2025-10-27T23:07:22.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
| 703 | 2025-10-27T23:07:22.779Z | + cargo build --release |
| 704 | 2025-10-27T23:07:23.063Z | Compiling proc-macro2 v1.0.101 |
| 705 | 2025-10-27T23:07:23.063Z | Compiling unicode-ident v1.0.19 |
| 706 | 2025-10-27T23:07:23.063Z | Compiling libc v0.2.174 |
| 707 | 2025-10-27T23:07:23.067Z | Compiling autocfg v1.4.0 |
| 708 | 2025-10-27T23:07:23.067Z | Compiling cfg-if v1.0.1 |
| 709 | 2025-10-27T23:07:23.067Z | Compiling serde_core v1.0.226 |
| 710 | 2025-10-27T23:07:23.067Z | Compiling memchr v2.7.4 |
| 711 | 2025-10-27T23:07:23.067Z | Compiling serde_json v1.0.145 |
| 712 | 2025-10-27T23:07:23.212Z | Compiling serde v1.0.226 |
| 713 | 2025-10-27T23:07:23.281Z | Compiling itoa v1.0.11 |
| 714 | 2025-10-27T23:07:23.758Z | Compiling thiserror v2.0.17 |
| 715 | 2025-10-27T23:07:23.814Z | Compiling ryu v1.0.18 |
| 716 | 2025-10-27T23:07:24.367Z | Compiling getrandom v0.3.4 |
| 717 | 2025-10-27T23:07:24.532Z | Compiling pin-project-lite v0.2.14 |
| 718 | 2025-10-27T23:07:24.675Z | Compiling smallvec v1.15.1 |
| 719 | 2025-10-27T23:07:24.940Z | Compiling quote v1.0.40 |
| 720 | 2025-10-27T23:07:25.095Z | Compiling futures-core v0.3.31 |
| 721 | 2025-10-27T23:07:25.118Z | Compiling version_check v0.9.5 |
| 722 | 2025-10-27T23:07:25.288Z | Compiling bytes v1.10.1 |
| 723 | 2025-10-27T23:07:25.338Z | Compiling syn v2.0.106 |
| 724 | 2025-10-27T23:07:25.399Z | Compiling num-traits v0.2.19 |
| 725 | 2025-10-27T23:07:25.496Z | Compiling once_cell v1.21.3 |
| 726 | 2025-10-27T23:07:25.607Z | Compiling lock_api v0.4.12 |
| 727 | 2025-10-27T23:07:25.655Z | Compiling parking_lot_core v0.9.10 |
| 728 | 2025-10-27T23:07:26.114Z | Compiling scopeguard v1.2.0 |
| 729 | 2025-10-27T23:07:26.122Z | Compiling allocator-api2 v0.2.21 |
| 730 | 2025-10-27T23:07:26.274Z | Compiling fnv v1.0.7 |
| 731 | 2025-10-27T23:07:26.878Z | Compiling slab v0.4.9 |
| 732 | 2025-10-27T23:07:26.916Z | Compiling shlex v1.3.0 |
| 733 | 2025-10-27T23:07:27.203Z | Compiling futures-sink v0.3.31 |
| 734 | 2025-10-27T23:07:27.237Z | Compiling iana-time-zone v0.1.63 |
| 735 | 2025-10-27T23:07:27.278Z | Compiling heck v0.5.0 |
| 736 | 2025-10-27T23:07:27.293Z | Compiling equivalent v1.0.2 |
| 737 | 2025-10-27T23:07:27.406Z | Compiling cc v1.2.30 |
| 738 | 2025-10-27T23:07:27.496Z | Compiling parking_lot v0.12.3 |
| 739 | 2025-10-27T23:07:27.666Z | Compiling mio v1.0.2 |
| 740 | 2025-10-27T23:07:27.888Z | Compiling socket2 v0.6.0 |
| 741 | 2025-10-27T23:07:28.135Z | Compiling getrandom v0.2.15 |
| 742 | 2025-10-27T23:07:28.707Z | Compiling signal-hook-registry v1.4.2 |
| 743 | 2025-10-27T23:07:29.186Z | Compiling schemars v0.8.22 |
| 744 | 2025-10-27T23:07:29.519Z | Compiling stable_deref_trait v1.2.0 |
| 745 | 2025-10-27T23:07:29.597Z | Compiling semver v1.0.27 |
| 746 | 2025-10-27T23:07:29.633Z | Compiling dyn-clone v1.0.20 |
| 747 | 2025-10-27T23:07:29.874Z | Compiling futures-channel v0.3.31 |
| 748 | 2025-10-27T23:07:29.946Z | Compiling http v1.3.1 |
| 749 | 2025-10-27T23:07:30.171Z | Compiling ring v0.17.14 |
| 750 | 2025-10-27T23:07:30.189Z | Compiling thiserror v1.0.69 |
| 751 | 2025-10-27T23:07:30.322Z | Compiling log v0.4.27 |
| 752 | 2025-10-27T23:07:30.763Z | Compiling pin-utils v0.1.0 |
| 753 | 2025-10-27T23:07:30.766Z | Compiling hashbrown v0.16.0 |
| 754 | 2025-10-27T23:07:30.847Z | Compiling rustls-pki-types v1.10.0 |
| 755 | 2025-10-27T23:07:30.971Z | Compiling futures-task v0.3.31 |
| 756 | 2025-10-27T23:07:30.976Z | Compiling futures-io v0.3.31 |
| 757 | 2025-10-27T23:07:31.309Z | Compiling litemap v0.7.3 |
| 758 | 2025-10-27T23:07:31.627Z | Compiling byteorder v1.5.0 |
| 759 | 2025-10-27T23:07:31.730Z | Compiling writeable v0.5.5 |
| 760 | 2025-10-27T23:07:32.104Z | Compiling untrusted v0.9.0 |
| 761 | 2025-10-27T23:07:32.112Z | Compiling indexmap v2.11.4 |
| 762 | 2025-10-27T23:07:32.308Z | Compiling serde_derive_internals v0.29.1 |
| 763 | 2025-10-27T23:07:32.533Z | Compiling synstructure v0.13.1 |
| 764 | 2025-10-27T23:07:33.431Z | Compiling ucd-trie v0.1.7 |
| 765 | 2025-10-27T23:07:33.626Z | Compiling httparse v1.9.5 |
| 766 | 2025-10-27T23:07:33.893Z | Compiling http-body v1.0.1 |
| 767 | 2025-10-27T23:07:34.130Z | Compiling tracing-core v0.1.32 |
| 768 | 2025-10-27T23:07:34.298Z | Compiling zeroize v1.8.1 |
| 769 | 2025-10-27T23:07:34.551Z | Compiling foldhash v0.1.5 |
| 770 | 2025-10-27T23:07:34.611Z | Compiling subtle v2.6.1 |
| 771 | 2025-10-27T23:07:34.812Z | Compiling percent-encoding v2.3.2 |
| 772 | 2025-10-27T23:07:34.892Z | Compiling atomic-waker v1.1.2 |
| 773 | 2025-10-27T23:07:35.094Z | Compiling icu_locid_transform_data v1.5.0 |
| 774 | 2025-10-27T23:07:35.197Z | Compiling bitflags v2.9.4 |
| 775 | 2025-10-27T23:07:35.218Z | Compiling chrono v0.4.42 |
| 776 | 2025-10-27T23:07:35.280Z | Compiling hashbrown v0.15.4 |
| 777 | 2025-10-27T23:07:35.305Z | Compiling tracing v0.1.40 |
| 778 | 2025-10-27T23:07:35.973Z | Compiling tower-service v0.3.3 |
| 779 | 2025-10-27T23:07:36.014Z | Compiling serde_derive v1.0.226 |
| 780 | 2025-10-27T23:07:36.102Z | Compiling thiserror-impl v2.0.17 |
| 781 | 2025-10-27T23:07:36.335Z | Compiling schemars_derive v0.8.22 |
| 782 | 2025-10-27T23:07:36.370Z | Compiling zerofrom-derive v0.1.4 |
| 783 | 2025-10-27T23:07:36.895Z | Compiling zerocopy-derive v0.7.35 |
| 784 | 2025-10-27T23:07:37.034Z | Compiling yoke-derive v0.7.4 |
| 785 | 2025-10-27T23:07:38.717Z | Compiling tokio-macros v2.5.0 |
| 786 | 2025-10-27T23:07:39.001Z | Compiling zerovec-derive v0.10.3 |
| 787 | 2025-10-27T23:07:39.005Z | Compiling displaydoc v0.2.5 |
| 788 | 2025-10-27T23:07:39.303Z | Compiling futures-macro v0.3.31 |
| 789 | 2025-10-27T23:07:39.315Z | Compiling zerofrom v0.1.4 |
| 790 | 2025-10-27T23:07:39.558Z | Compiling yoke v0.7.4 |
| 791 | 2025-10-27T23:07:39.914Z | Compiling thiserror-impl v1.0.69 |
| 792 | 2025-10-27T23:07:40.065Z | Compiling zerocopy v0.7.35 |
| 793 | 2025-10-27T23:07:40.109Z | Compiling tokio v1.47.0 |
| 794 | 2025-10-27T23:07:40.463Z | Compiling icu_provider_macros v1.5.0 |
| 795 | 2025-10-27T23:07:41.003Z | Compiling futures-util v0.3.31 |
| 796 | 2025-10-27T23:07:41.303Z | Compiling zerovec v0.10.4 |
| 797 | 2025-10-27T23:07:41.546Z | Compiling pest v2.8.2 |
| 798 | 2025-10-27T23:07:41.913Z | Compiling uuid v1.18.1 |
| 799 | 2025-10-27T23:07:42.506Z | Compiling icu_properties_data v1.5.0 |
| 800 | 2025-10-27T23:07:42.759Z | Compiling try-lock v0.2.5 |
| 801 | 2025-10-27T23:07:42.930Z | Compiling want v0.3.1 |
| 802 | 2025-10-27T23:07:43.223Z | Compiling tinystr v0.7.6 |
| 803 | 2025-10-27T23:07:43.857Z | Compiling serde_tokenstream v0.2.2 |
| 804 | 2025-10-27T23:07:44.086Z | Compiling icu_locid v1.5.0 |
| 805 | 2025-10-27T23:07:44.324Z | Compiling rustls-webpki v0.102.8 |
| 806 | 2025-10-27T23:07:44.364Z | Compiling pest_meta v2.8.2 |
| 807 | 2025-10-27T23:07:44.947Z | Compiling icu_collections v1.5.0 |
| 808 | 2025-10-27T23:07:47.529Z | Compiling icu_provider v1.5.0 |
| 809 | 2025-10-27T23:07:47.799Z | Compiling pest_generator v2.8.2 |
| 810 | 2025-10-27T23:07:48.588Z | Compiling icu_locid_transform v1.5.0 |
| 811 | 2025-10-27T23:07:49.354Z | Compiling tokio-util v0.7.15 |
| 812 | 2025-10-27T23:07:50.283Z | Compiling icu_properties v1.5.1 |
| 813 | 2025-10-27T23:07:51.310Z | Compiling h2 v0.4.6 |
| 814 | 2025-10-27T23:07:51.496Z | Compiling regress v0.10.4 |
| 815 | 2025-10-27T23:07:52.501Z | Compiling slog v2.7.0 |
| 816 | 2025-10-27T23:07:53.033Z | Compiling httpdate v1.0.3 |
| 817 | 2025-10-27T23:07:53.767Z | Compiling utf16_iter v1.0.5 |
| 818 | 2025-10-27T23:07:53.992Z | Compiling utf8_iter v1.0.4 |
| 819 | 2025-10-27T23:07:54.034Z | Compiling rustls v0.23.19 |
| 820 | 2025-10-27T23:07:54.403Z | Compiling write16 v1.0.0 |
| 821 | 2025-10-27T23:07:54.467Z | Compiling icu_normalizer_data v1.5.0 |
| 822 | 2025-10-27T23:07:54.550Z | Compiling icu_normalizer v1.5.0 |
| 823 | 2025-10-27T23:07:54.629Z | Compiling pest_derive v2.8.2 |
| 824 | 2025-10-27T23:07:55.554Z | Compiling typify-impl v0.4.3 |
| 825 | 2025-10-27T23:07:56.318Z | Compiling form_urlencoded v1.2.2 |
| 826 | 2025-10-27T23:07:56.807Z | Compiling hyper v1.7.0 |
| 827 | 2025-10-27T23:07:56.818Z | Compiling aho-corasick v1.1.3 |
| 828 | 2025-10-27T23:07:58.726Z | Compiling regex-syntax v0.8.5 |
| 829 | 2025-10-27T23:07:59.821Z | Compiling base64 v0.22.1 |
| 830 | 2025-10-27T23:08:00.321Z | Compiling typenum v1.17.0 |
| 831 | 2025-10-27T23:08:00.876Z | Compiling paste v1.0.15 |
| 832 | 2025-10-27T23:08:01.231Z | Compiling ipnet v2.11.0 |
| 833 | 2025-10-27T23:08:03.915Z | Compiling regex-automata v0.4.11 |
| 834 | 2025-10-27T23:08:04.027Z | Compiling hyper-util v0.1.17 |
| 835 | 2025-10-27T23:08:04.642Z | Compiling typify-macro v0.4.3 |
| 836 | 2025-10-27T23:08:06.146Z | Compiling idna_adapter v1.2.0 |
| 837 | 2025-10-27T23:08:07.358Z | Compiling ppv-lite86 v0.2.20 |
| 838 | 2025-10-27T23:08:08.119Z | Compiling generic-array v0.14.7 |
| 839 | 2025-10-27T23:08:08.244Z | Compiling sync_wrapper v1.0.1 |
| 840 | 2025-10-27T23:08:08.467Z | Compiling tower-layer v0.3.3 |
| 841 | 2025-10-27T23:08:10.208Z | Compiling tower v0.5.2 |
| 842 | 2025-10-27T23:08:10.684Z | Compiling regex v1.11.3 |
| 843 | 2025-10-27T23:08:10.765Z | Compiling idna v1.0.3 |
| 844 | 2025-10-27T23:08:11.118Z | Compiling serde_urlencoded v0.7.1 |
| 845 | 2025-10-27T23:08:11.522Z | Compiling ipnetwork v0.21.1 |
| 846 | 2025-10-27T23:08:11.672Z | Compiling scroll_derive v0.12.0 |
| 847 | 2025-10-27T23:08:12.088Z | Compiling structmeta-derive v0.3.0 |
| 848 | 2025-10-27T23:08:12.164Z | Compiling http-body-util v0.1.3 |
| 849 | 2025-10-27T23:08:12.704Z | Compiling webpki-roots v1.0.1 |
| 850 | 2025-10-27T23:08:12.912Z | Compiling usdt-impl v0.5.0 |
| 851 | 2025-10-27T23:08:13.354Z | Compiling time-core v0.1.6 |
| 852 | 2025-10-27T23:08:13.666Z | Compiling tokio-rustls v0.26.0 |
| 853 | 2025-10-27T23:08:14.135Z | Compiling rustix v1.0.7 |
| 854 | 2025-10-27T23:08:14.508Z | Compiling powerfmt v0.2.0 |
| 855 | 2025-10-27T23:08:14.822Z | Compiling num-conv v0.1.0 |
| 856 | 2025-10-27T23:08:14.993Z | Compiling iri-string v0.7.8 |
| 857 | 2025-10-27T23:08:15.100Z | Compiling omicron-workspace-hack v0.1.0 |
| 858 | 2025-10-27T23:08:15.844Z | Compiling time-macros v0.2.24 |
| 859 | 2025-10-27T23:08:15.974Z | Compiling deranged v0.5.3 |
| 860 | 2025-10-27T23:08:18.304Z | Compiling structmeta v0.3.0 |
| 861 | 2025-10-27T23:08:18.325Z | Compiling hyper-rustls v0.27.7 |
| 862 | 2025-10-27T23:08:18.659Z | Compiling tower-http v0.6.6 |
| 863 | 2025-10-27T23:08:19.185Z | Compiling scroll v0.12.0 |
| 864 | 2025-10-27T23:08:19.786Z | Compiling oxnet v0.1.3 |
| 865 | 2025-10-27T23:08:20.682Z | Compiling url v2.5.4 |
| 866 | 2025-10-27T23:08:20.728Z | Compiling thread-id v4.2.2 |
| 867 | 2025-10-27T23:08:20.941Z | Compiling dof v0.3.0 |
| 868 | 2025-10-27T23:08:21.720Z | Compiling dtrace-parser v0.2.0 |
| 869 | 2025-10-27T23:08:23.205Z | Compiling newtype-uuid v1.3.1 |
| 870 | 2025-10-27T23:08:24.499Z | Compiling daft-derive v0.1.4 |
| 871 | 2025-10-27T23:08:25.392Z | Compiling rand_core v0.9.3 |
| 872 | 2025-10-27T23:08:25.900Z | Compiling errno v0.3.12 |
| 873 | 2025-10-27T23:08:25.992Z | Compiling strsim v0.11.1 |
| 874 | 2025-10-27T23:08:26.128Z | Compiling plain v0.2.3 |
| 875 | 2025-10-27T23:08:26.167Z | Compiling ident_case v1.0.1 |
| 876 | 2025-10-27T23:08:26.307Z | Compiling rustversion v1.0.22 |
| 877 | 2025-10-27T23:08:26.345Z | Compiling num_threads v0.1.7 |
| 878 | 2025-10-27T23:08:26.965Z | Compiling crossbeam-utils v0.8.21 |
| 879 | 2025-10-27T23:08:27.817Z | Compiling time v0.3.43 |
| 880 | 2025-10-27T23:08:29.764Z | Compiling darling_core v0.20.10 |
| 881 | 2025-10-27T23:08:31.914Z | Compiling goblin v0.8.2 |
| 882 | 2025-10-27T23:08:32.673Z | Compiling daft v0.1.4 |
| 883 | 2025-10-27T23:08:34.363Z | Compiling reqwest v0.12.22 |
| 884 | 2025-10-27T23:08:35.253Z | Compiling openapiv3 v2.2.0 |
| 885 | 2025-10-27T23:08:38.084Z | Compiling typify v0.4.3 |
| 886 | 2025-10-27T23:08:39.545Z | Compiling anyhow v1.0.99 |
| 887 | 2025-10-27T23:08:40.167Z | Compiling pretty-hex v0.4.1 |
| 888 | 2025-10-27T23:08:40.419Z | Compiling rustls v0.22.4 |
| 889 | 2025-10-27T23:08:40.786Z | Compiling fastrand v2.1.1 |
| 890 | 2025-10-27T23:08:41.479Z | Compiling unsafe-libyaml v0.2.11 |
| 891 | 2025-10-27T23:08:41.871Z | Compiling tempfile v3.20.0 |
| 892 | 2025-10-27T23:08:43.135Z | Compiling serde_yaml v0.9.34+deprecated |
| 893 | 2025-10-27T23:08:44.542Z | Compiling progenitor-impl v0.11.2 |
| 894 | 2025-10-27T23:08:46.235Z | Compiling darling_macro v0.20.10 |
| 895 | 2025-10-27T23:08:50.098Z | Compiling rand_chacha v0.9.0 |
| 896 | 2025-10-27T23:08:50.268Z | Compiling block-buffer v0.10.4 |
| 897 | 2025-10-27T23:08:50.520Z | Compiling crypto-common v0.1.6 |
| 898 | 2025-10-27T23:08:50.745Z | Compiling rand_core v0.6.4 |
| 899 | 2025-10-27T23:08:51.206Z | Compiling thread_local v1.1.8 |
| 900 | 2025-10-27T23:08:51.555Z | Compiling multer v3.1.0 |
| 901 | 2025-10-27T23:08:51.568Z | Compiling wait-timeout v0.2.0 |
| 902 | 2025-10-27T23:08:51.968Z | Compiling match_cfg v0.1.0 |
| 903 | 2025-10-27T23:08:52.009Z | Compiling slog-async v2.8.0 |
| 904 | 2025-10-27T23:08:52.070Z | Compiling ref-cast v1.0.24 |
| 905 | 2025-10-27T23:08:52.530Z | Compiling quick-error v1.2.3 |
| 906 | 2025-10-27T23:08:52.558Z | Compiling bit-vec v0.8.0 |
| 907 | 2025-10-27T23:08:52.590Z | Compiling winnow v0.7.13 |
| 908 | 2025-10-27T23:08:52.694Z | Compiling camino v1.2.0 |
| 909 | 2025-10-27T23:08:53.129Z | Compiling bit-set v0.8.0 |
| 910 | 2025-10-27T23:08:53.287Z | Compiling rusty-fork v0.3.0 |
| 911 | 2025-10-27T23:08:53.461Z | Compiling hostname v0.3.1 |
| 912 | 2025-10-27T23:08:53.797Z | Compiling rand_chacha v0.3.1 |
| 913 | 2025-10-27T23:08:54.826Z | Compiling digest v0.10.7 |
| 914 | 2025-10-27T23:08:55.186Z | Compiling crossbeam-channel v0.5.15 |
| 915 | 2025-10-27T23:08:55.228Z | Compiling rand v0.9.2 |
| 916 | 2025-10-27T23:08:55.477Z | Compiling strum_macros v0.26.4 |
| 917 | 2025-10-27T23:08:56.400Z | Compiling toml_parser v1.0.2 |
| 918 | 2025-10-27T23:08:56.773Z | Compiling progenitor-macro v0.11.2 |
| 919 | 2025-10-27T23:08:57.288Z | Compiling darling v0.20.10 |
| 920 | 2025-10-27T23:08:59.536Z | Compiling progenitor-client v0.11.2 |
| 921 | 2025-10-27T23:08:59.676Z | Compiling usdt-macro v0.5.0 |
| 922 | 2025-10-27T23:09:00.483Z | Compiling usdt-attr-macro v0.5.0 |
| 923 | 2025-10-27T23:09:00.959Z | Compiling slog-json v2.6.1 |
| 924 | 2025-10-27T23:09:01.413Z | Compiling rand_xorshift v0.4.0 |
| 925 | 2025-10-27T23:09:01.681Z | Compiling derive-ex v0.1.8 |
| 926 | 2025-10-27T23:09:01.930Z | Compiling futures-executor v0.3.31 |
| 927 | 2025-10-27T23:09:03.022Z | Compiling toml_datetime v0.7.0 |
| 928 | 2025-10-27T23:09:03.894Z | Compiling hex v0.4.3 |
| 929 | 2025-10-27T23:09:04.026Z | Compiling serde_spanned v1.0.0 |
| 930 | 2025-10-27T23:09:04.301Z | Compiling async-stream-impl v0.3.6 |
| 931 | 2025-10-27T23:09:04.545Z | Compiling ref-cast-impl v1.0.24 |
| 932 | 2025-10-27T23:09:05.459Z | Compiling dropshot v0.16.4 |
| 933 | 2025-10-27T23:09:05.521Z | Compiling is-terminal v0.4.13 |
| 934 | 2025-10-27T23:09:05.648Z | Compiling memmap v0.7.0 |
| 935 | 2025-10-27T23:09:05.652Z | Compiling encoding_rs v0.8.34 |
| 936 | 2025-10-27T23:09:05.840Z | Compiling spin v0.9.8 |
| 937 | 2025-10-27T23:09:06.019Z | Compiling lazy_static v1.5.0 |
| 938 | 2025-10-27T23:09:06.064Z | Compiling term v1.1.0 |
| 939 | 2025-10-27T23:09:06.163Z | Compiling take_mut v0.2.2 |
| 940 | 2025-10-27T23:09:06.338Z | Compiling unarray v0.1.4 |
| 941 | 2025-10-27T23:09:06.534Z | Compiling cpufeatures v0.2.14 |
| 942 | 2025-10-27T23:09:06.640Z | Compiling mime v0.3.17 |
| 943 | 2025-10-27T23:09:07.494Z | Compiling toml_writer v1.0.2 |
| 944 | 2025-10-27T23:09:07.624Z | Compiling progenitor v0.11.2 |
| 945 | 2025-10-27T23:09:07.812Z | Compiling slog-term v2.9.2 |
| 946 | 2025-10-27T23:09:08.006Z | Compiling toml v0.9.5 |
| 947 | 2025-10-27T23:09:11.047Z | Compiling sha1 v0.10.6 |
| 948 | 2025-10-27T23:09:11.894Z | Compiling proptest v1.7.0 |
| 949 | 2025-10-27T23:09:12.990Z | Compiling usdt v0.5.0 |
| 950 | 2025-10-27T23:09:14.634Z | Compiling async-stream v0.3.6 |
| 951 | 2025-10-27T23:09:15.014Z | Compiling test-strategy v0.4.3 |
| 952 | 2025-10-27T23:09:15.212Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 953 | 2025-10-27T23:09:15.407Z | Compiling tokio-rustls v0.25.0 |
| 954 | 2025-10-27T23:09:15.880Z | Compiling futures v0.3.31 |
| 955 | 2025-10-27T23:09:16.173Z | Compiling slog-bunyan v2.5.0 |
| 956 | 2025-10-27T23:09:16.263Z | Compiling strum v0.26.3 |
| 957 | 2025-10-27T23:09:16.470Z | Compiling serde_with_macros v3.14.0 |
| 958 | 2025-10-27T23:09:16.508Z | Compiling rand v0.8.5 |
| 959 | 2025-10-27T23:09:18.214Z | Compiling parse-display-derive v0.10.0 |
| 960 | 2025-10-27T23:09:18.326Z | Compiling dropshot_endpoint v0.16.4 |
| 961 | 2025-10-27T23:09:18.844Z | Compiling newtype-uuid-macros v0.1.0 |
| 962 | 2025-10-27T23:09:19.242Z | Compiling serde_path_to_error v0.1.17 |
| 963 | 2025-10-27T23:09:20.209Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 964 | 2025-10-27T23:09:20.539Z | Compiling strum_macros v0.27.2 |
| 965 | 2025-10-27T23:09:21.058Z | Compiling async-trait v0.1.89 |
| 966 | 2025-10-27T23:09:21.594Z | Compiling derive-where v1.5.0 |
| 967 | 2025-10-27T23:09:22.067Z | Compiling waitgroup v0.1.2 |
| 968 | 2025-10-27T23:09:22.338Z | Compiling rustls-pemfile v2.2.0 |
| 969 | 2025-10-27T23:09:22.819Z | Compiling hostname v0.4.0 |
| 970 | 2025-10-27T23:09:23.059Z | Compiling instant v0.1.13 |
| 971 | 2025-10-27T23:09:23.169Z | Compiling debug-ignore v1.0.5 |
| 972 | 2025-10-27T23:09:23.252Z | Compiling foldhash v0.2.0 |
| 973 | 2025-10-27T23:09:23.323Z | Compiling rustc-hash v2.1.1 |
| 974 | 2025-10-27T23:09:23.513Z | Compiling iddqd v0.3.13 |
| 975 | 2025-10-27T23:09:24.425Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 976 | 2025-10-27T23:09:24.740Z | Compiling backoff v0.4.0 |
| 977 | 2025-10-27T23:09:25.004Z | Compiling strum v0.27.2 |
| 978 | 2025-10-27T23:09:25.062Z | Compiling parse-display v0.10.0 |
| 979 | 2025-10-27T23:09:25.202Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 980 | 2025-10-27T23:09:25.420Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 981 | 2025-10-27T23:09:26.983Z | Compiling serde_with v3.14.0 |
| 982 | 2025-10-27T23:09:27.224Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 983 | 2025-10-27T23:09:29.339Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 984 | 2025-10-27T23:09:29.694Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 985 | 2025-10-27T23:09:30.173Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 986 | 2025-10-27T23:09:30.525Z | Compiling progenitor-client v0.10.0 |
| 987 | 2025-10-27T23:09:31.487Z | Compiling macaddr v1.0.1 |
| 988 | 2025-10-27T23:09:36.035Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 989 | 2025-10-27T23:09:45.694Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 990 | 2025-10-27T23:09:56.324Z | Finished `release` profile [optimized] target(s) in 2m 33s |
| 991 | 2025-10-27T23:09:56.394Z | process exited: duration 221566 ms, exit code 0 |
| |
| 992 | 2025-10-27T23:09:56.406Z | found 0 output files |