|
|
|
| 1 | 2025-09-19T21:05:20.870Z | job assigned to worker 01K5HWNPFK5YB2PQQAJ7NP1WHV [factory aws, i-02e9326e1a8cb77d1] (queued for 1 m 0 s) |
| |
| 2 | 2025-09-19T21:05:29.943Z | starting task 0: "setup" |
| 3 | 2025-09-19T21:05:29.954Z | ++ uname -s |
| 4 | 2025-09-19T21:05:29.954Z | + kern=SunOS |
| 5 | 2025-09-19T21:05:29.954Z | + build_user=build |
| 6 | 2025-09-19T21:05:29.955Z | + build_uid=12345 |
| 7 | 2025-09-19T21:05:29.955Z | + work_dir=/work |
| 8 | 2025-09-19T21:05:29.956Z | + input_dir=/input |
| 9 | 2025-09-19T21:05:29.956Z | + [[ 0 == 12345 ]] |
| 10 | 2025-09-19T21:05:29.956Z | + case "$kern" in |
| 11 | 2025-09-19T21:05:29.956Z | + groupadd -g 12345 build |
| 12 | 2025-09-19T21:05:29.956Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-09-19T21:05:31.978Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-09-19T21:05:32.123Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-09-19T21:05:32.204Z | + home_fs=zfs |
| 16 | 2025-09-19T21:05:32.205Z | + [[ zfs == autofs ]] |
| 17 | 2025-09-19T21:05:32.205Z | + mkdir -p /home/build |
| 18 | 2025-09-19T21:05:32.206Z | + chown build:build /home/build /work |
| 19 | 2025-09-19T21:05:33.079Z | + chmod 0700 /home/build /work |
| 20 | 2025-09-19T21:05:33.088Z | process exited: duration 3154 ms, exit code 0 |
| |
| 21 | 2025-09-19T21:05:33.097Z | starting task 1: "rust-toolchain" |
| 22 | 2025-09-19T21:05:33.102Z | + printf ' * rust toolchain channel = "%s"\n' 1.89.0 |
| 23 | 2025-09-19T21:05:33.102Z | * rust toolchain channel = "1.89.0" |
| 24 | 2025-09-19T21:05:33.102Z | * rust toolchain profile = "default" |
| 25 | 2025-09-19T21:05:33.102Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-09-19T21:05:33.102Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-09-19T21:05:33.107Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-09-19T21:05:33.107Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-09-19T21:05:33.107Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default |
| 30 | 2025-09-19T21:05:33.218Z | info: downloading installer |
| 31 | 2025-09-19T21:05:34.727Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-09-19T21:05:34.727Z | warn: /opt/ooce/bin |
| 33 | 2025-09-19T21:05:34.727Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-09-19T21:05:34.727Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-09-19T21:05:34.727Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-09-19T21:05:34.727Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-09-19T21:05:34.727Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-09-19T21:05:34.727Z | error: cannot install while Rust is installed |
| 39 | 2025-09-19T21:05:34.727Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-09-19T21:05:34.774Z | info: profile set to 'default' |
| 41 | 2025-09-19T21:05:34.774Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-09-19T21:05:34.777Z | info: syncing channel updates for '1.89.0-x86_64-unknown-illumos' |
| 43 | 2025-09-19T21:05:34.950Z | info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04) |
| 44 | 2025-09-19T21:05:34.953Z | info: downloading component 'cargo' |
| 45 | 2025-09-19T21:05:35.751Z | info: downloading component 'clippy' |
| 46 | 2025-09-19T21:05:36.139Z | info: downloading component 'rust-docs' |
| 47 | 2025-09-19T21:05:37.590Z | info: downloading component 'rust-std' |
| 48 | 2025-09-19T21:05:39.247Z | info: downloading component 'rustc' |
| 49 | 2025-09-19T21:05:45.279Z | info: downloading component 'rustfmt' |
| 50 | 2025-09-19T21:05:45.555Z | info: installing component 'cargo' |
| 51 | 2025-09-19T21:05:46.429Z | info: installing component 'clippy' |
| 52 | 2025-09-19T21:05:46.822Z | info: installing component 'rust-docs' |
| 53 | 2025-09-19T21:05:48.587Z | info: installing component 'rust-std' |
| 54 | 2025-09-19T21:05:50.582Z | info: installing component 'rustc' |
| 55 | 2025-09-19T21:05:57.092Z | info: installing component 'rustfmt' |
| 56 | 2025-09-19T21:05:57.427Z | info: default toolchain set to '1.89.0-x86_64-unknown-illumos' |
| 57 | 2025-09-19T21:05:57.427Z | |
| 58 | 2025-09-19T21:05:57.852Z | 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04) |
| 59 | 2025-09-19T21:05:57.852Z | |
| 60 | 2025-09-19T21:05:57.869Z | |
| 61 | 2025-09-19T21:05:57.869Z | Rust is installed now. Great! |
| 62 | 2025-09-19T21:05:57.869Z | |
| 63 | 2025-09-19T21:05:57.869Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-09-19T21:05:57.869Z | environment variable. This has not been done automatically. |
| 65 | 2025-09-19T21:05:57.869Z | |
| 66 | 2025-09-19T21:05:57.869Z | To configure your current shell, you need to source |
| 67 | 2025-09-19T21:05:57.869Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-09-19T21:05:57.869Z | |
| 69 | 2025-09-19T21:05:57.869Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-09-19T21:05:57.869Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-09-19T21:05:57.869Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-09-19T21:05:57.869Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-09-19T21:05:57.940Z | + rustup --version |
| 74 | 2025-09-19T21:05:57.951Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-09-19T21:05:57.957Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-09-19T21:05:58.044Z | info: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)` |
| 77 | 2025-09-19T21:05:58.059Z | + cargo --version |
| 78 | 2025-09-19T21:05:58.105Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 79 | 2025-09-19T21:05:58.109Z | + rustc --version |
| 80 | 2025-09-19T21:05:58.187Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 81 | 2025-09-19T21:05:58.214Z | process exited: duration 25077 ms, exit code 0 |
| |
| 82 | 2025-09-19T21:05:58.223Z | starting task 2: "authentication" |
| 83 | 2025-09-19T21:05:58.251Z | process exited: duration 27 ms, exit code 0 |
| |
| 84 | 2025-09-19T21:05:58.258Z | starting task 3: "clone repository" |
| 85 | 2025-09-19T21:05:58.262Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-09-19T21:05:58.265Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-09-19T21:05:58.304Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-09-19T21:06:12.685Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-09-19T21:06:12.685Z | + git fetch origin fdb6d2356fc0c2552095c17b25651983d56bc788 |
| 90 | 2025-09-19T21:06:12.734Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-09-19T21:06:12.734Z | * branch fdb6d2356fc0c2552095c17b25651983d56bc788 -> FETCH_HEAD |
| 92 | 2025-09-19T21:06:12.734Z | + [[ -n bump-console-36e415c9 ]] |
| 93 | 2025-09-19T21:06:12.734Z | ++ git branch --show-current |
| 94 | 2025-09-19T21:06:12.734Z | + current=main |
| 95 | 2025-09-19T21:06:12.734Z | + [[ main != bump-console-36e415c9 ]] |
| 96 | 2025-09-19T21:06:12.734Z | + git branch -f bump-console-36e415c9 fdb6d2356fc0c2552095c17b25651983d56bc788 |
| 97 | 2025-09-19T21:06:12.734Z | + git checkout -f bump-console-36e415c9 |
| 98 | 2025-09-19T21:06:12.734Z | Switched to branch 'bump-console-36e415c9' |
| 99 | 2025-09-19T21:06:12.734Z | + git reset --hard fdb6d2356fc0c2552095c17b25651983d56bc788 |
| 100 | 2025-09-19T21:06:12.734Z | HEAD is now at fdb6d2356 Bump web console (minor) |
| 101 | 2025-09-19T21:06:12.734Z | process exited: duration 12158 ms, exit code 0 |
| |
| 102 | 2025-09-19T21:06:12.764Z | starting task 4: "build" |
| 103 | 2025-09-19T21:06:12.775Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-09-19T21:06:12.775Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-09-19T21:06:12.775Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-09-19T21:06:12.775Z | + cargo --version |
| 107 | 2025-09-19T21:06:12.825Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 108 | 2025-09-19T21:06:12.827Z | + rustc --version |
| 109 | 2025-09-19T21:06:12.897Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 110 | 2025-09-19T21:06:12.901Z | + cd /tmp |
| 111 | 2025-09-19T21:06:12.901Z | + cargo new --lib test-project |
| 112 | 2025-09-19T21:06:12.971Z | Creating library `test-project` package |
| 113 | 2025-09-19T21:06:13.056Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 114 | 2025-09-19T21:06:13.060Z | + cd test-project |
| 115 | 2025-09-19T21:06:13.060Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 116 | 2025-09-19T21:06:13.131Z | Adding omicron-common (local) to dependencies |
| 117 | 2025-09-19T21:06:13.131Z | Features: |
| 118 | 2025-09-19T21:06:13.131Z | - proptest |
| 119 | 2025-09-19T21:06:13.131Z | - test-strategy |
| 120 | 2025-09-19T21:06:13.131Z | - testing |
| 121 | 2025-09-19T21:06:13.161Z | Updating crates.io index |
| 122 | 2025-09-19T21:06:13.227Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 123 | 2025-09-19T21:06:13.573Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 124 | 2025-09-19T21:06:14.187Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 125 | 2025-09-19T21:06:14.449Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 126 | 2025-09-19T21:06:14.741Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 127 | 2025-09-19T21:06:15.905Z | Locking 361 packages to latest Rust 1.89.0 compatible versions |
| 128 | 2025-09-19T21:06:16.013Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 129 | 2025-09-19T21:06:16.016Z | + cargo check |
| 130 | 2025-09-19T21:06:16.263Z | Updating crates.io index |
| 131 | 2025-09-19T21:06:17.077Z | Locking 1 package to latest Rust 1.89.0 compatible version |
| 132 | 2025-09-19T21:06:17.077Z | Adding omicron-workspace-hack v0.1.0 |
| 133 | 2025-09-19T21:06:17.114Z | Downloading crates ... |
| 134 | 2025-09-19T21:06:17.201Z | Downloaded darling v0.20.10 |
| 135 | 2025-09-19T21:06:17.209Z | Downloaded futures-io v0.3.31 |
| 136 | 2025-09-19T21:06:17.213Z | Downloaded stable_deref_trait v1.2.0 |
| 137 | 2025-09-19T21:06:17.213Z | Downloaded cpufeatures v0.2.14 |
| 138 | 2025-09-19T21:06:17.216Z | Downloaded debug-ignore v1.0.5 |
| 139 | 2025-09-19T21:06:17.216Z | Downloaded is-terminal v0.4.13 |
| 140 | 2025-09-19T21:06:17.220Z | Downloaded litemap v0.7.3 |
| 141 | 2025-09-19T21:06:17.223Z | Downloaded async-stream v0.3.6 |
| 142 | 2025-09-19T21:06:17.233Z | Downloaded dropshot_endpoint v0.16.4 |
| 143 | 2025-09-19T21:06:17.236Z | Downloaded icu_locid_transform v1.5.0 |
| 144 | 2025-09-19T21:06:17.239Z | Downloaded tokio-macros v2.5.0 |
| 145 | 2025-09-19T21:06:17.242Z | Downloaded toml_writer v1.0.2 |
| 146 | 2025-09-19T21:06:17.242Z | Downloaded icu_provider v1.5.0 |
| 147 | 2025-09-19T21:06:17.245Z | Downloaded tinystr v0.7.6 |
| 148 | 2025-09-19T21:06:17.248Z | Downloaded sync_wrapper v1.0.1 |
| 149 | 2025-09-19T21:06:17.252Z | Downloaded thread-id v4.2.2 |
| 150 | 2025-09-19T21:06:17.252Z | Downloaded allocator-api2 v0.2.21 |
| 151 | 2025-09-19T21:06:17.255Z | Downloaded strum v0.27.2 |
| 152 | 2025-09-19T21:06:17.255Z | Downloaded test-strategy v0.4.3 |
| 153 | 2025-09-19T21:06:17.259Z | Downloaded tower-service v0.3.3 |
| 154 | 2025-09-19T21:06:17.262Z | Downloaded http-body v1.0.1 |
| 155 | 2025-09-19T21:06:17.262Z | Downloaded thiserror v2.0.16 |
| 156 | 2025-09-19T21:06:17.268Z | Downloaded tracing-core v0.1.32 |
| 157 | 2025-09-19T21:06:17.271Z | Downloaded structmeta v0.3.0 |
| 158 | 2025-09-19T21:06:17.274Z | Downloaded thiserror-impl v1.0.69 |
| 159 | 2025-09-19T21:06:17.274Z | Downloaded structmeta-derive v0.3.0 |
| 160 | 2025-09-19T21:06:17.277Z | Downloaded ident_case v1.0.1 |
| 161 | 2025-09-19T21:06:17.277Z | Downloaded strsim v0.11.1 |
| 162 | 2025-09-19T21:06:17.280Z | Downloaded tokio-rustls v0.26.0 |
| 163 | 2025-09-19T21:06:17.283Z | Downloaded tracing v0.1.40 |
| 164 | 2025-09-19T21:06:17.287Z | Downloaded futures-macro v0.3.31 |
| 165 | 2025-09-19T21:06:17.290Z | Downloaded atomic-waker v1.1.2 |
| 166 | 2025-09-19T21:06:17.290Z | Downloaded toml_parser v1.0.2 |
| 167 | 2025-09-19T21:06:17.293Z | Downloaded tinyvec_macros v0.1.1 |
| 168 | 2025-09-19T21:06:17.294Z | Downloaded equivalent v1.0.2 |
| 169 | 2025-09-19T21:06:17.297Z | Downloaded waitgroup v0.1.2 |
| 170 | 2025-09-19T21:06:17.297Z | Downloaded instant v0.1.13 |
| 171 | 2025-09-19T21:06:17.300Z | Downloaded tower-layer v0.3.3 |
| 172 | 2025-09-19T21:06:17.300Z | Downloaded dtrace-parser v0.2.0 |
| 173 | 2025-09-19T21:06:17.303Z | Downloaded icu_provider_macros v1.5.0 |
| 174 | 2025-09-19T21:06:17.303Z | Downloaded time-core v0.1.6 |
| 175 | 2025-09-19T21:06:17.306Z | Downloaded try-lock v0.2.5 |
| 176 | 2025-09-19T21:06:17.306Z | Downloaded byteorder v1.5.0 |
| 177 | 2025-09-19T21:06:17.310Z | Downloaded foldhash v0.2.0 |
| 178 | 2025-09-19T21:06:17.310Z | Downloaded form_urlencoded v1.2.2 |
| 179 | 2025-09-19T21:06:17.313Z | Downloaded tinyvec v1.8.0 |
| 180 | 2025-09-19T21:06:17.316Z | Downloaded num_threads v0.1.7 |
| 181 | 2025-09-19T21:06:17.316Z | Downloaded yoke-derive v0.7.4 |
| 182 | 2025-09-19T21:06:17.319Z | Downloaded fnv v1.0.7 |
| 183 | 2025-09-19T21:06:17.319Z | Downloaded errno v0.3.12 |
| 184 | 2025-09-19T21:06:17.322Z | Downloaded crypto-common v0.1.6 |
| 185 | 2025-09-19T21:06:17.322Z | Downloaded thread_local v1.1.8 |
| 186 | 2025-09-19T21:06:17.326Z | Downloaded synstructure v0.13.1 |
| 187 | 2025-09-19T21:06:17.326Z | Downloaded block-buffer v0.10.4 |
| 188 | 2025-09-19T21:06:17.329Z | Downloaded digest v0.10.7 |
| 189 | 2025-09-19T21:06:17.329Z | Downloaded http-body-util v0.1.3 |
| 190 | 2025-09-19T21:06:17.332Z | Downloaded match_cfg v0.1.0 |
| 191 | 2025-09-19T21:06:17.332Z | Downloaded write16 v1.0.0 |
| 192 | 2025-09-19T21:06:17.335Z | Downloaded httpdate v1.0.3 |
| 193 | 2025-09-19T21:06:17.335Z | Downloaded hostname v0.4.0 |
| 194 | 2025-09-19T21:06:17.340Z | Downloaded hostname v0.3.1 |
| 195 | 2025-09-19T21:06:17.341Z | Downloaded pretty-hex v0.4.1 |
| 196 | 2025-09-19T21:06:17.345Z | Downloaded omicron-workspace-hack v0.1.0 |
| 197 | 2025-09-19T21:06:17.345Z | Downloaded zerofrom v0.1.4 |
| 198 | 2025-09-19T21:06:17.345Z | Downloaded want v0.3.1 |
| 199 | 2025-09-19T21:06:17.345Z | Downloaded camino v1.2.0 |
| 200 | 2025-09-19T21:06:17.350Z | Downloaded progenitor-client v0.9.1 |
| 201 | 2025-09-19T21:06:17.350Z | Downloaded ipnetwork v0.21.1 |
| 202 | 2025-09-19T21:06:17.356Z | Downloaded bit-set v0.8.0 |
| 203 | 2025-09-19T21:06:17.356Z | Downloaded futures-task v0.3.31 |
| 204 | 2025-09-19T21:06:17.356Z | Downloaded strum_macros v0.27.1 |
| 205 | 2025-09-19T21:06:17.356Z | Downloaded num-conv v0.1.0 |
| 206 | 2025-09-19T21:06:17.356Z | Downloaded subtle v2.6.1 |
| 207 | 2025-09-19T21:06:17.360Z | Downloaded utf16_iter v1.0.5 |
| 208 | 2025-09-19T21:06:17.360Z | Downloaded idna_adapter v1.2.0 |
| 209 | 2025-09-19T21:06:17.360Z | Downloaded usdt-impl v0.5.0 |
| 210 | 2025-09-19T21:06:17.363Z | Downloaded mime v0.3.17 |
| 211 | 2025-09-19T21:06:17.363Z | Downloaded percent-encoding v2.3.2 |
| 212 | 2025-09-19T21:06:17.366Z | Downloaded macaddr v1.0.1 |
| 213 | 2025-09-19T21:06:17.366Z | Downloaded zerofrom-derive v0.1.4 |
| 214 | 2025-09-19T21:06:17.369Z | Downloaded wait-timeout v0.2.0 |
| 215 | 2025-09-19T21:06:17.370Z | Downloaded utf8_iter v1.0.4 |
| 216 | 2025-09-19T21:06:17.372Z | Downloaded strum_macros v0.26.4 |
| 217 | 2025-09-19T21:06:17.372Z | Downloaded usdt v0.5.0 |
| 218 | 2025-09-19T21:06:17.378Z | Downloaded paste v1.0.15 |
| 219 | 2025-09-19T21:06:17.382Z | Downloaded quick-error v1.2.3 |
| 220 | 2025-09-19T21:06:17.382Z | Downloaded ppv-lite86 v0.2.20 |
| 221 | 2025-09-19T21:06:17.382Z | Downloaded multer v3.1.0 |
| 222 | 2025-09-19T21:06:17.384Z | Downloaded hyper-rustls v0.27.7 |
| 223 | 2025-09-19T21:06:17.389Z | Downloaded parse-display v0.10.0 |
| 224 | 2025-09-19T21:06:17.389Z | Downloaded untrusted v0.9.0 |
| 225 | 2025-09-19T21:06:17.389Z | Downloaded oxnet v0.1.3 |
| 226 | 2025-09-19T21:06:17.392Z | Downloaded memmap v0.7.0 |
| 227 | 2025-09-19T21:06:17.392Z | Downloaded httparse v1.9.5 |
| 228 | 2025-09-19T21:06:17.396Z | Downloaded ref-cast-impl v1.0.24 |
| 229 | 2025-09-19T21:06:17.396Z | Downloaded rand_core v0.6.4 |
| 230 | 2025-09-19T21:06:17.402Z | Downloaded parse-display-derive v0.10.0 |
| 231 | 2025-09-19T21:06:17.403Z | Downloaded usdt-attr-macro v0.5.0 |
| 232 | 2025-09-19T21:06:17.403Z | Downloaded newtype-uuid v1.2.4 |
| 233 | 2025-09-19T21:06:17.403Z | Downloaded getrandom v0.2.15 |
| 234 | 2025-09-19T21:06:17.406Z | Downloaded rand_chacha v0.3.1 |
| 235 | 2025-09-19T21:06:17.406Z | Downloaded scroll_derive v0.12.0 |
| 236 | 2025-09-19T21:06:17.406Z | Downloaded unicode-ident v1.0.18 |
| 237 | 2025-09-19T21:06:17.410Z | Downloaded autocfg v1.4.0 |
| 238 | 2025-09-19T21:06:17.410Z | Downloaded version_check v0.9.5 |
| 239 | 2025-09-19T21:06:17.413Z | Downloaded serde_tokenstream v0.2.2 |
| 240 | 2025-09-19T21:06:17.413Z | Downloaded ipnet v2.11.0 |
| 241 | 2025-09-19T21:06:17.416Z | Downloaded dof v0.3.0 |
| 242 | 2025-09-19T21:06:17.416Z | Downloaded serde_spanned v1.0.0 |
| 243 | 2025-09-19T21:06:17.421Z | Downloaded futures-channel v0.3.31 |
| 244 | 2025-09-19T21:06:17.421Z | Downloaded writeable v0.5.5 |
| 245 | 2025-09-19T21:06:17.424Z | Downloaded lock_api v0.4.12 |
| 246 | 2025-09-19T21:06:17.424Z | Downloaded displaydoc v0.2.5 |
| 247 | 2025-09-19T21:06:17.428Z | Downloaded bit-vec v0.8.0 |
| 248 | 2025-09-19T21:06:17.428Z | Downloaded async-trait v0.1.89 |
| 249 | 2025-09-19T21:06:17.431Z | Downloaded rand_xorshift v0.4.0 |
| 250 | 2025-09-19T21:06:17.438Z | Downloaded slog-bunyan v2.5.0 |
| 251 | 2025-09-19T21:06:17.438Z | Downloaded slog-async v2.8.0 |
| 252 | 2025-09-19T21:06:17.438Z | Downloaded slab v0.4.9 |
| 253 | 2025-09-19T21:06:17.441Z | Downloaded progenitor v0.9.1 |
| 254 | 2025-09-19T21:06:17.441Z | Downloaded yoke v0.7.4 |
| 255 | 2025-09-19T21:06:17.441Z | Downloaded tokio-rustls v0.25.0 |
| 256 | 2025-09-19T21:06:17.441Z | Downloaded ucd-trie v0.1.7 |
| 257 | 2025-09-19T21:06:17.445Z | Downloaded signal-hook-registry v1.4.2 |
| 258 | 2025-09-19T21:06:17.445Z | Downloaded once_cell v1.21.3 |
| 259 | 2025-09-19T21:06:17.449Z | Downloaded rand_chacha v0.9.0 |
| 260 | 2025-09-19T21:06:17.449Z | Downloaded icu_normalizer v1.5.0 |
| 261 | 2025-09-19T21:06:17.452Z | Downloaded icu_locid v1.5.0 |
| 262 | 2025-09-19T21:06:17.455Z | Downloaded rustls-pemfile v2.2.0 |
| 263 | 2025-09-19T21:06:17.459Z | Downloaded parking_lot_core v0.9.10 |
| 264 | 2025-09-19T21:06:17.459Z | Downloaded zerovec-derive v0.10.3 |
| 265 | 2025-09-19T21:06:17.462Z | Downloaded serde v1.0.223 |
| 266 | 2025-09-19T21:06:17.462Z | Downloaded semver v1.0.26 |
| 267 | 2025-09-19T21:06:17.465Z | Downloaded pin-project-lite v0.2.14 |
| 268 | 2025-09-19T21:06:17.468Z | Downloaded rustversion v1.0.22 |
| 269 | 2025-09-19T21:06:17.471Z | Downloaded sha1 v0.10.6 |
| 270 | 2025-09-19T21:06:17.474Z | Downloaded serde_urlencoded v0.7.1 |
| 271 | 2025-09-19T21:06:17.474Z | Downloaded quinn-udp v0.5.5 |
| 272 | 2025-09-19T21:06:17.476Z | Downloaded num-traits v0.2.19 |
| 273 | 2025-09-19T21:06:17.481Z | Downloaded toml v0.9.5 |
| 274 | 2025-09-19T21:06:17.484Z | Downloaded scroll v0.12.0 |
| 275 | 2025-09-19T21:06:17.484Z | Downloaded tempfile v3.20.0 |
| 276 | 2025-09-19T21:06:17.488Z | Downloaded slog v2.7.0 |
| 277 | 2025-09-19T21:06:17.491Z | Downloaded getrandom v0.3.1 |
| 278 | 2025-09-19T21:06:17.494Z | Downloaded serde_path_to_error v0.1.17 |
| 279 | 2025-09-19T21:06:17.494Z | Downloaded slog-term v2.9.2 |
| 280 | 2025-09-19T21:06:17.497Z | Downloaded powerfmt v0.2.0 |
| 281 | 2025-09-19T21:06:17.497Z | Downloaded plain v0.2.3 |
| 282 | 2025-09-19T21:06:17.497Z | Downloaded pest_meta v2.7.14 |
| 283 | 2025-09-19T21:06:17.501Z | Downloaded tower v0.5.2 |
| 284 | 2025-09-19T21:06:17.507Z | Downloaded parking_lot v0.12.3 |
| 285 | 2025-09-19T21:06:17.510Z | Downloaded shlex v1.3.0 |
| 286 | 2025-09-19T21:06:17.513Z | Downloaded rusty-fork v0.3.0 |
| 287 | 2025-09-19T21:06:17.513Z | Downloaded pest_derive v2.7.14 |
| 288 | 2025-09-19T21:06:17.517Z | Downloaded progenitor-impl v0.9.1 |
| 289 | 2025-09-19T21:06:17.517Z | Downloaded smallvec v1.15.1 |
| 290 | 2025-09-19T21:06:17.520Z | Downloaded unsafe-libyaml v0.2.11 |
| 291 | 2025-09-19T21:06:17.523Z | Downloaded rand_core v0.9.3 |
| 292 | 2025-09-19T21:06:17.523Z | Downloaded ryu v1.0.18 |
| 293 | 2025-09-19T21:06:17.526Z | Downloaded url v2.5.4 |
| 294 | 2025-09-19T21:06:17.529Z | Downloaded derive-where v1.5.0 |
| 295 | 2025-09-19T21:06:17.531Z | Downloaded slog-json v2.6.1 |
| 296 | 2025-09-19T21:06:17.536Z | Downloaded serde_derive_internals v0.29.1 |
| 297 | 2025-09-19T21:06:17.536Z | Downloaded quote v1.0.40 |
| 298 | 2025-09-19T21:06:17.539Z | Downloaded bytes v1.10.1 |
| 299 | 2025-09-19T21:06:17.542Z | Downloaded serde_derive v1.0.223 |
| 300 | 2025-09-19T21:06:17.545Z | Downloaded hashbrown v0.15.4 |
| 301 | 2025-09-19T21:06:17.548Z | Downloaded serde_core v1.0.223 |
| 302 | 2025-09-19T21:06:17.551Z | Downloaded serde_with_macros v3.14.0 |
| 303 | 2025-09-19T21:06:17.555Z | Downloaded rustls-pki-types v1.10.0 |
| 304 | 2025-09-19T21:06:17.555Z | Downloaded proc-macro2 v1.0.101 |
| 305 | 2025-09-19T21:06:17.558Z | Downloaded spin v0.9.8 |
| 306 | 2025-09-19T21:06:17.562Z | Downloaded serde_yaml v0.9.34+deprecated |
| 307 | 2025-09-19T21:06:17.565Z | Downloaded base64 v0.22.1 |
| 308 | 2025-09-19T21:06:17.568Z | Downloaded rand v0.8.5 |
| 309 | 2025-09-19T21:06:17.571Z | Downloaded tower-http v0.6.6 |
| 310 | 2025-09-19T21:06:17.575Z | Downloaded mio v1.0.2 |
| 311 | 2025-09-19T21:06:17.581Z | Downloaded quinn v0.11.5 |
| 312 | 2025-09-19T21:06:17.584Z | Downloaded crossbeam-channel v0.5.15 |
| 313 | 2025-09-19T21:06:17.588Z | Downloaded indexmap v2.11.0 |
| 314 | 2025-09-19T21:06:17.591Z | Downloaded hyper-util v0.1.16 |
| 315 | 2025-09-19T21:06:17.595Z | Downloaded tokio-util v0.7.15 |
| 316 | 2025-09-19T21:06:17.601Z | Downloaded http v1.3.1 |
| 317 | 2025-09-19T21:06:17.604Z | Downloaded time v0.3.43 |
| 318 | 2025-09-19T21:06:17.611Z | Downloaded rand v0.9.2 |
| 319 | 2025-09-19T21:06:17.614Z | Downloaded icu_collections v1.5.0 |
| 320 | 2025-09-19T21:06:17.624Z | Downloaded iddqd v0.3.13 |
| 321 | 2025-09-19T21:06:17.627Z | Downloaded hashbrown v0.16.0 |
| 322 | 2025-09-19T21:06:17.630Z | Downloaded pest v2.7.14 |
| 323 | 2025-09-19T21:06:17.634Z | Downloaded iri-string v0.7.8 |
| 324 | 2025-09-19T21:06:17.639Z | Downloaded zerocopy v0.7.35 |
| 325 | 2025-09-19T21:06:17.653Z | Downloaded idna v1.0.3 |
| 326 | 2025-09-19T21:06:17.656Z | Downloaded h2 v0.4.6 |
| 327 | 2025-09-19T21:06:17.662Z | Downloaded winnow v0.7.10 |
| 328 | 2025-09-19T21:06:17.669Z | Downloaded zerovec v0.10.4 |
| 329 | 2025-09-19T21:06:17.674Z | Downloaded hyper v1.7.0 |
| 330 | 2025-09-19T21:06:17.680Z | Downloaded darling_core v0.20.10 |
| 331 | 2025-09-19T21:06:17.684Z | Downloaded socket2 v0.6.0 |
| 332 | 2025-09-19T21:06:17.687Z | Downloaded proptest v1.7.0 |
| 333 | 2025-09-19T21:06:17.693Z | Downloaded rustls-webpki v0.102.8 |
| 334 | 2025-09-19T21:06:17.709Z | Downloaded serde_json v1.0.145 |
| 335 | 2025-09-19T21:06:17.715Z | Downloaded quinn-proto v0.11.8 |
| 336 | 2025-09-19T21:06:17.720Z | Downloaded icu_properties_data v1.5.0 |
| 337 | 2025-09-19T21:06:17.729Z | Downloaded webpki-roots v1.0.1 |
| 338 | 2025-09-19T21:06:17.732Z | Downloaded chrono v0.4.41 |
| 339 | 2025-09-19T21:06:17.738Z | Downloaded regex v1.11.1 |
| 340 | 2025-09-19T21:06:17.749Z | Downloaded syn v2.0.106 |
| 341 | 2025-09-19T21:06:17.758Z | Downloaded reqwest v0.12.22 |
| 342 | 2025-09-19T21:06:17.765Z | Downloaded serde_with v3.14.0 |
| 343 | 2025-09-19T21:06:17.775Z | Downloaded goblin v0.8.2 |
| 344 | 2025-09-19T21:06:17.779Z | Downloaded rustls v0.22.4 |
| 345 | 2025-09-19T21:06:17.790Z | Downloaded regress v0.10.4 |
| 346 | 2025-09-19T21:06:17.796Z | Downloaded regex-syntax v0.8.5 |
| 347 | 2025-09-19T21:06:17.802Z | Downloaded rustix v1.0.7 |
| 348 | 2025-09-19T21:06:17.822Z | Downloaded openapiv3 v2.2.0 |
| 349 | 2025-09-19T21:06:17.830Z | Downloaded typify-impl v0.3.0 |
| 350 | 2025-09-19T21:06:17.840Z | Downloaded rustls v0.23.19 |
| 351 | 2025-09-19T21:06:17.849Z | Downloaded dropshot v0.16.4 |
| 352 | 2025-09-19T21:06:17.867Z | Downloaded socket2 v0.5.10 |
| 353 | 2025-09-19T21:06:17.870Z | Downloaded schemars v0.8.22 |
| 354 | 2025-09-19T21:06:17.878Z | Downloaded backoff v0.4.0 |
| 355 | 2025-09-19T21:06:17.883Z | Downloaded typenum v1.17.0 |
| 356 | 2025-09-19T21:06:17.886Z | Downloaded bitflags v2.9.1 |
| 357 | 2025-09-19T21:06:17.886Z | Downloaded log v0.4.27 |
| 358 | 2025-09-19T21:06:17.889Z | Downloaded typify v0.3.0 |
| 359 | 2025-09-19T21:06:17.892Z | Downloaded futures v0.3.31 |
| 360 | 2025-09-19T21:06:17.895Z | Downloaded icu_properties v1.5.1 |
| 361 | 2025-09-19T21:06:17.898Z | Downloaded icu_locid_transform_data v1.5.0 |
| 362 | 2025-09-19T21:06:17.899Z | Downloaded pin-utils v0.1.0 |
| 363 | 2025-09-19T21:06:17.899Z | Downloaded futures-util v0.3.31 |
| 364 | 2025-09-19T21:06:17.908Z | Downloaded memchr v2.7.4 |
| 365 | 2025-09-19T21:06:17.912Z | Downloaded regex-automata v0.4.8 |
| 366 | 2025-09-19T21:06:17.924Z | Downloaded uuid v1.18.1 |
| 367 | 2025-09-19T21:06:17.927Z | Downloaded term v1.1.0 |
| 368 | 2025-09-19T21:06:17.931Z | Downloaded ref-cast v1.0.24 |
| 369 | 2025-09-19T21:06:17.934Z | Downloaded icu_normalizer_data v1.5.0 |
| 370 | 2025-09-19T21:06:17.934Z | Downloaded sha2 v0.10.9 |
| 371 | 2025-09-19T21:06:17.937Z | Downloaded tokio v1.47.0 |
| 372 | 2025-09-19T21:06:17.966Z | Downloaded aho-corasick v1.1.3 |
| 373 | 2025-09-19T21:06:17.970Z | Downloaded zerocopy-derive v0.7.35 |
| 374 | 2025-09-19T21:06:17.973Z | Downloaded crossbeam-utils v0.8.21 |
| 375 | 2025-09-19T21:06:17.976Z | Downloaded libc v0.2.174 |
| 376 | 2025-09-19T21:06:17.995Z | Downloaded cc v1.2.30 |
| 377 | 2025-09-19T21:06:17.997Z | Downloaded iana-time-zone v0.1.63 |
| 378 | 2025-09-19T21:06:18.001Z | Downloaded rustc-hash v2.1.1 |
| 379 | 2025-09-19T21:06:18.005Z | Downloaded zeroize v1.8.1 |
| 380 | 2025-09-19T21:06:18.005Z | Downloaded scopeguard v1.2.0 |
| 381 | 2025-09-19T21:06:18.005Z | Downloaded schemars_derive v0.8.22 |
| 382 | 2025-09-19T21:06:18.005Z | Downloaded progenitor-macro v0.9.1 |
| 383 | 2025-09-19T21:06:18.005Z | Downloaded progenitor-client v0.10.0 |
| 384 | 2025-09-19T21:06:18.008Z | Downloaded derive-ex v0.1.8 |
| 385 | 2025-09-19T21:06:18.008Z | Downloaded deranged v0.5.3 |
| 386 | 2025-09-19T21:06:18.008Z | Downloaded daft-derive v0.1.4 |
| 387 | 2025-09-19T21:06:18.011Z | Downloaded daft v0.1.4 |
| 388 | 2025-09-19T21:06:18.015Z | Downloaded pest_generator v2.7.14 |
| 389 | 2025-09-19T21:06:18.015Z | Downloaded unarray v0.1.4 |
| 390 | 2025-09-19T21:06:18.018Z | Downloaded typify-macro v0.3.0 |
| 391 | 2025-09-19T21:06:18.018Z | Downloaded lazy_static v1.5.0 |
| 392 | 2025-09-19T21:06:18.018Z | Downloaded hex v0.4.3 |
| 393 | 2025-09-19T21:06:18.019Z | Downloaded itoa v1.0.11 |
| 394 | 2025-09-19T21:06:18.022Z | Downloaded fastrand v2.1.1 |
| 395 | 2025-09-19T21:06:18.022Z | Downloaded cfg-if v1.0.1 |
| 396 | 2025-09-19T21:06:18.022Z | Downloaded usdt-macro v0.5.0 |
| 397 | 2025-09-19T21:06:18.022Z | Downloaded take_mut v0.2.2 |
| 398 | 2025-09-19T21:06:18.025Z | Downloaded futures-core v0.3.31 |
| 399 | 2025-09-19T21:06:18.025Z | Downloaded dyn-clone v1.0.20 |
| 400 | 2025-09-19T21:06:18.025Z | Downloaded thiserror-impl v2.0.16 |
| 401 | 2025-09-19T21:06:18.028Z | Downloaded heck v0.5.0 |
| 402 | 2025-09-19T21:06:18.028Z | Downloaded generic-array v0.14.7 |
| 403 | 2025-09-19T21:06:18.028Z | Downloaded futures-sink v0.3.31 |
| 404 | 2025-09-19T21:06:18.031Z | Downloaded futures-executor v0.3.31 |
| 405 | 2025-09-19T21:06:18.031Z | Downloaded foldhash v0.1.5 |
| 406 | 2025-09-19T21:06:18.031Z | Downloaded darling_macro v0.20.10 |
| 407 | 2025-09-19T21:06:18.035Z | Downloaded async-stream-impl v0.3.6 |
| 408 | 2025-09-19T21:06:18.035Z | Downloaded toml_datetime v0.7.0 |
| 409 | 2025-09-19T21:06:18.035Z | Downloaded time-macros v0.2.24 |
| 410 | 2025-09-19T21:06:18.038Z | Downloaded thiserror v1.0.69 |
| 411 | 2025-09-19T21:06:18.040Z | Downloaded strum v0.26.3 |
| 412 | 2025-09-19T21:06:18.040Z | Downloaded encoding_rs v0.8.34 |
| 413 | 2025-09-19T21:06:18.057Z | Downloaded anyhow v1.0.99 |
| 414 | 2025-09-19T21:06:18.060Z | Downloaded ring v0.17.14 |
| 415 | 2025-09-19T21:06:18.162Z | Compiling proc-macro2 v1.0.101 |
| 416 | 2025-09-19T21:06:18.162Z | Compiling unicode-ident v1.0.18 |
| 417 | 2025-09-19T21:06:18.166Z | Compiling libc v0.2.174 |
| 418 | 2025-09-19T21:06:18.166Z | Checking cfg-if v1.0.1 |
| 419 | 2025-09-19T21:06:18.166Z | Compiling autocfg v1.4.0 |
| 420 | 2025-09-19T21:06:18.166Z | Compiling serde_core v1.0.223 |
| 421 | 2025-09-19T21:06:18.279Z | Compiling serde v1.0.223 |
| 422 | 2025-09-19T21:06:18.283Z | Checking memchr v2.7.4 |
| 423 | 2025-09-19T21:06:18.410Z | Compiling serde_json v1.0.145 |
| 424 | 2025-09-19T21:06:18.481Z | Checking itoa v1.0.11 |
| 425 | 2025-09-19T21:06:18.987Z | Checking ryu v1.0.18 |
| 426 | 2025-09-19T21:06:19.061Z | Compiling getrandom v0.3.1 |
| 427 | 2025-09-19T21:06:19.249Z | Compiling semver v1.0.26 |
| 428 | 2025-09-19T21:06:19.536Z | Checking pin-project-lite v0.2.14 |
| 429 | 2025-09-19T21:06:19.719Z | Checking smallvec v1.15.1 |
| 430 | 2025-09-19T21:06:19.983Z | Checking bytes v1.10.1 |
| 431 | 2025-09-19T21:06:20.127Z | Checking futures-core v0.3.31 |
| 432 | 2025-09-19T21:06:20.260Z | Compiling version_check v0.9.5 |
| 433 | 2025-09-19T21:06:20.260Z | Compiling num-traits v0.2.19 |
| 434 | 2025-09-19T21:06:20.260Z | Checking once_cell v1.21.3 |
| 435 | 2025-09-19T21:06:20.362Z | Compiling lock_api v0.4.12 |
| 436 | 2025-09-19T21:06:20.451Z | Compiling parking_lot_core v0.9.10 |
| 437 | 2025-09-19T21:06:20.593Z | Compiling quote v1.0.40 |
| 438 | 2025-09-19T21:06:20.863Z | Checking allocator-api2 v0.2.21 |
| 439 | 2025-09-19T21:06:20.880Z | Checking fnv v1.0.7 |
| 440 | 2025-09-19T21:06:20.973Z | Compiling syn v2.0.106 |
| 441 | 2025-09-19T21:06:21.026Z | Checking scopeguard v1.2.0 |
| 442 | 2025-09-19T21:06:21.046Z | Compiling thiserror v1.0.69 |
| 443 | 2025-09-19T21:06:21.476Z | Compiling slab v0.4.9 |
| 444 | 2025-09-19T21:06:21.545Z | Checking equivalent v1.0.2 |
| 445 | 2025-09-19T21:06:21.670Z | Compiling shlex v1.3.0 |
| 446 | 2025-09-19T21:06:21.786Z | Checking iana-time-zone v0.1.63 |
| 447 | 2025-09-19T21:06:21.849Z | Checking futures-sink v0.3.31 |
| 448 | 2025-09-19T21:06:21.934Z | Compiling cc v1.2.30 |
| 449 | 2025-09-19T21:06:21.999Z | Checking parking_lot v0.12.3 |
| 450 | 2025-09-19T21:06:22.002Z | Checking socket2 v0.6.0 |
| 451 | 2025-09-19T21:06:22.080Z | Checking signal-hook-registry v1.4.2 |
| 452 | 2025-09-19T21:06:22.117Z | Checking getrandom v0.2.15 |
| 453 | 2025-09-19T21:06:22.313Z | Checking mio v1.0.2 |
| 454 | 2025-09-19T21:06:22.346Z | Checking foldhash v0.1.5 |
| 455 | 2025-09-19T21:06:22.349Z | Compiling schemars v0.8.22 |
| 456 | 2025-09-19T21:06:22.474Z | Checking stable_deref_trait v1.2.0 |
| 457 | 2025-09-19T21:06:22.578Z | Checking hashbrown v0.15.4 |
| 458 | 2025-09-19T21:06:22.755Z | Checking dyn-clone v1.0.20 |
| 459 | 2025-09-19T21:06:22.854Z | Compiling heck v0.5.0 |
| 460 | 2025-09-19T21:06:22.882Z | Checking futures-channel v0.3.31 |
| 461 | 2025-09-19T21:06:22.909Z | Checking http v1.3.1 |
| 462 | 2025-09-19T21:06:23.222Z | Checking pin-utils v0.1.0 |
| 463 | 2025-09-19T21:06:23.258Z | Compiling thiserror v2.0.16 |
| 464 | 2025-09-19T21:06:23.310Z | Checking log v0.4.27 |
| 465 | 2025-09-19T21:06:23.564Z | Checking futures-task v0.3.31 |
| 466 | 2025-09-19T21:06:24.160Z | Checking rustls-pki-types v1.10.0 |
| 467 | 2025-09-19T21:06:24.248Z | Checking futures-io v0.3.31 |
| 468 | 2025-09-19T21:06:24.430Z | Checking writeable v0.5.5 |
| 469 | 2025-09-19T21:06:24.585Z | Checking untrusted v0.9.0 |
| 470 | 2025-09-19T21:06:24.692Z | Checking byteorder v1.5.0 |
| 471 | 2025-09-19T21:06:24.706Z | Compiling ring v0.17.14 |
| 472 | 2025-09-19T21:06:24.736Z | Checking litemap v0.7.3 |
| 473 | 2025-09-19T21:06:24.763Z | Compiling httparse v1.9.5 |
| 474 | 2025-09-19T21:06:24.997Z | Compiling ucd-trie v0.1.7 |
| 475 | 2025-09-19T21:06:25.093Z | Checking http-body v1.0.1 |
| 476 | 2025-09-19T21:06:25.306Z | Checking tracing-core v0.1.32 |
| 477 | 2025-09-19T21:06:25.414Z | Checking atomic-waker v1.1.2 |
| 478 | 2025-09-19T21:06:25.458Z | Checking percent-encoding v2.3.2 |
| 479 | 2025-09-19T21:06:25.693Z | Checking bitflags v2.9.1 |
| 480 | 2025-09-19T21:06:25.886Z | Checking zeroize v1.8.1 |
| 481 | 2025-09-19T21:06:25.906Z | Checking icu_locid_transform_data v1.5.0 |
| 482 | 2025-09-19T21:06:25.976Z | Checking subtle v2.6.1 |
| 483 | 2025-09-19T21:06:25.997Z | Checking tracing v0.1.40 |
| 484 | 2025-09-19T21:06:26.188Z | Checking try-lock v0.2.5 |
| 485 | 2025-09-19T21:06:26.306Z | Checking tower-service v0.3.3 |
| 486 | 2025-09-19T21:06:26.328Z | Checking icu_properties_data v1.5.0 |
| 487 | 2025-09-19T21:06:26.411Z | Compiling chrono v0.4.41 |
| 488 | 2025-09-19T21:06:26.504Z | Compiling uuid v1.18.1 |
| 489 | 2025-09-19T21:06:26.537Z | Checking want v0.3.1 |
| 490 | 2025-09-19T21:06:26.604Z | Compiling regress v0.10.4 |
| 491 | 2025-09-19T21:06:26.655Z | Checking httpdate v1.0.3 |
| 492 | 2025-09-19T21:06:26.718Z | Checking utf8_iter v1.0.4 |
| 493 | 2025-09-19T21:06:26.901Z | Checking write16 v1.0.0 |
| 494 | 2025-09-19T21:06:26.917Z | Checking icu_normalizer_data v1.5.0 |
| 495 | 2025-09-19T21:06:26.931Z | Compiling slog v2.7.0 |
| 496 | 2025-09-19T21:06:27.012Z | Checking utf16_iter v1.0.5 |
| 497 | 2025-09-19T21:06:27.032Z | Compiling rustls v0.23.19 |
| 498 | 2025-09-19T21:06:27.387Z | Checking form_urlencoded v1.2.2 |
| 499 | 2025-09-19T21:06:27.402Z | Compiling aho-corasick v1.1.3 |
| 500 | 2025-09-19T21:06:27.488Z | Compiling paste v1.0.15 |
| 501 | 2025-09-19T21:06:27.597Z | Checking ipnet v2.11.0 |
| 502 | 2025-09-19T21:06:27.956Z | Compiling serde_derive_internals v0.29.1 |
| 503 | 2025-09-19T21:06:28.069Z | Compiling synstructure v0.13.1 |
| 504 | 2025-09-19T21:06:28.226Z | Compiling typenum v1.17.0 |
| 505 | 2025-09-19T21:06:29.217Z | Checking base64 v0.22.1 |
| 506 | 2025-09-19T21:06:29.259Z | Checking regex-syntax v0.8.5 |
| 507 | 2025-09-19T21:06:30.339Z | Compiling generic-array v0.14.7 |
| 508 | 2025-09-19T21:06:30.722Z | Checking sync_wrapper v1.0.1 |
| 509 | 2025-09-19T21:06:30.962Z | Checking tower-layer v0.3.3 |
| 510 | 2025-09-19T21:06:31.237Z | Compiling rustversion v1.0.22 |
| 511 | 2025-09-19T21:06:31.331Z | Compiling newtype-uuid v1.2.4 |
| 512 | 2025-09-19T21:06:31.555Z | Compiling serde_derive v1.0.223 |
| 513 | 2025-09-19T21:06:31.634Z | Compiling schemars_derive v0.8.22 |
| 514 | 2025-09-19T21:06:31.658Z | Compiling zerofrom-derive v0.1.4 |
| 515 | 2025-09-19T21:06:31.917Z | Compiling zerocopy-derive v0.7.35 |
| 516 | 2025-09-19T21:06:31.967Z | Compiling thiserror-impl v1.0.69 |
| 517 | 2025-09-19T21:06:32.426Z | Compiling yoke-derive v0.7.4 |
| 518 | 2025-09-19T21:06:33.222Z | Compiling tokio-macros v2.5.0 |
| 519 | 2025-09-19T21:06:33.773Z | Compiling zerovec-derive v0.10.3 |
| 520 | 2025-09-19T21:06:34.308Z | Compiling displaydoc v0.2.5 |
| 521 | 2025-09-19T21:06:34.554Z | Compiling thiserror-impl v2.0.16 |
| 522 | 2025-09-19T21:06:34.592Z | Checking zerofrom v0.1.4 |
| 523 | 2025-09-19T21:06:34.634Z | Checking tokio v1.47.0 |
| 524 | 2025-09-19T21:06:34.716Z | Compiling futures-macro v0.3.31 |
| 525 | 2025-09-19T21:06:34.802Z | Checking yoke v0.7.4 |
| 526 | 2025-09-19T21:06:34.899Z | Checking zerocopy v0.7.35 |
| 527 | 2025-09-19T21:06:35.130Z | Compiling icu_provider_macros v1.5.0 |
| 528 | 2025-09-19T21:06:35.685Z | Compiling pest v2.7.14 |
| 529 | 2025-09-19T21:06:35.949Z | Checking zerovec v0.10.4 |
| 530 | 2025-09-19T21:06:36.092Z | Checking rustls-webpki v0.102.8 |
| 531 | 2025-09-19T21:06:36.187Z | Checking ppv-lite86 v0.2.20 |
| 532 | 2025-09-19T21:06:36.441Z | Checking futures-util v0.3.31 |
| 533 | 2025-09-19T21:06:37.038Z | Compiling regex-automata v0.4.8 |
| 534 | 2025-09-19T21:06:37.421Z | Checking tinystr v0.7.6 |
| 535 | 2025-09-19T21:06:37.553Z | Checking icu_collections v1.5.0 |
| 536 | 2025-09-19T21:06:37.748Z | Checking icu_locid v1.5.0 |
| 537 | 2025-09-19T21:06:38.525Z | Compiling pest_meta v2.7.14 |
| 538 | 2025-09-19T21:06:38.726Z | Checking icu_provider v1.5.0 |
| 539 | 2025-09-19T21:06:39.843Z | Compiling serde_tokenstream v0.2.2 |
| 540 | 2025-09-19T21:06:39.891Z | Checking indexmap v2.11.0 |
| 541 | 2025-09-19T21:06:40.917Z | Checking icu_locid_transform v1.5.0 |
| 542 | 2025-09-19T21:06:40.969Z | Compiling pest_generator v2.7.14 |
| 543 | 2025-09-19T21:06:41.220Z | Compiling regex v1.11.1 |
| 544 | 2025-09-19T21:06:41.245Z | Checking tokio-util v0.7.15 |
| 545 | 2025-09-19T21:06:41.907Z | Checking icu_properties v1.5.1 |
| 546 | 2025-09-19T21:06:42.036Z | Checking h2 v0.4.6 |
| 547 | 2025-09-19T21:06:42.108Z | Checking tower v0.5.2 |
| 548 | 2025-09-19T21:06:42.114Z | Checking tokio-rustls v0.26.0 |
| 549 | 2025-09-19T21:06:42.500Z | Compiling pest_derive v2.7.14 |
| 550 | 2025-09-19T21:06:42.503Z | Checking ipnetwork v0.21.1 |
| 551 | 2025-09-19T21:06:42.806Z | Checking serde_urlencoded v0.7.1 |
| 552 | 2025-09-19T21:06:43.193Z | Compiling typify-impl v0.3.0 |
| 553 | 2025-09-19T21:06:43.418Z | Compiling scroll_derive v0.12.0 |
| 554 | 2025-09-19T21:06:43.431Z | Compiling structmeta-derive v0.3.0 |
| 555 | 2025-09-19T21:06:44.189Z | Checking http-body-util v0.1.3 |
| 556 | 2025-09-19T21:06:44.618Z | Checking webpki-roots v1.0.1 |
| 557 | 2025-09-19T21:06:44.805Z | Compiling usdt-impl v0.5.0 |
| 558 | 2025-09-19T21:06:45.069Z | Compiling time-core v0.1.6 |
| 559 | 2025-09-19T21:06:45.103Z | Checking icu_normalizer v1.5.0 |
| 560 | 2025-09-19T21:06:45.208Z | Checking powerfmt v0.2.0 |
| 561 | 2025-09-19T21:06:45.348Z | Compiling num-conv v0.1.0 |
| 562 | 2025-09-19T21:06:45.494Z | Compiling rustix v1.0.7 |
| 563 | 2025-09-19T21:06:45.551Z | Checking iri-string v0.7.8 |
| 564 | 2025-09-19T21:06:45.599Z | Compiling time-macros v0.2.24 |
| 565 | 2025-09-19T21:06:45.705Z | Compiling structmeta v0.3.0 |
| 566 | 2025-09-19T21:06:45.861Z | Checking idna_adapter v1.2.0 |
| 567 | 2025-09-19T21:06:46.048Z | Checking idna v1.0.3 |
| 568 | 2025-09-19T21:06:46.091Z | Checking deranged v0.5.3 |
| 569 | 2025-09-19T21:06:46.236Z | Checking hyper v1.7.0 |
| 570 | 2025-09-19T21:06:46.275Z | Compiling thread-id v4.2.2 |
| 571 | 2025-09-19T21:06:46.530Z | Checking url v2.5.4 |
| 572 | 2025-09-19T21:06:47.368Z | Checking scroll v0.12.0 |
| 573 | 2025-09-19T21:06:47.641Z | Compiling dof v0.3.0 |
| 574 | 2025-09-19T21:06:48.070Z | Checking tower-http v0.6.6 |
| 575 | 2025-09-19T21:06:48.171Z | Checking hyper-util v0.1.16 |
| 576 | 2025-09-19T21:06:48.260Z | Compiling dtrace-parser v0.2.0 |
| 577 | 2025-09-19T21:06:48.420Z | Checking oxnet v0.1.3 |
| 578 | 2025-09-19T21:06:48.605Z | Compiling daft-derive v0.1.4 |
| 579 | 2025-09-19T21:06:48.795Z | Checking rand_core v0.9.3 |
| 580 | 2025-09-19T21:06:48.986Z | Checking errno v0.3.12 |
| 581 | 2025-09-19T21:06:49.099Z | Checking num_threads v0.1.7 |
| 582 | 2025-09-19T21:06:49.226Z | Checking plain v0.2.3 |
| 583 | 2025-09-19T21:06:49.384Z | Compiling crossbeam-utils v0.8.21 |
| 584 | 2025-09-19T21:06:49.429Z | Compiling strsim v0.11.1 |
| 585 | 2025-09-19T21:06:50.005Z | Compiling omicron-workspace-hack v0.1.0 |
| 586 | 2025-09-19T21:06:50.111Z | Compiling ident_case v1.0.1 |
| 587 | 2025-09-19T21:06:50.139Z | Checking time v0.3.43 |
| 588 | 2025-09-19T21:06:50.242Z | Checking hyper-rustls v0.27.7 |
| 589 | 2025-09-19T21:06:50.297Z | Compiling darling_core v0.20.10 |
| 590 | 2025-09-19T21:06:50.371Z | Checking daft v0.1.4 |
| 591 | 2025-09-19T21:06:50.544Z | Checking reqwest v0.12.22 |
| 592 | 2025-09-19T21:06:51.683Z | Checking goblin v0.8.2 |
| 593 | 2025-09-19T21:06:52.077Z | Compiling typify-macro v0.3.0 |
| 594 | 2025-09-19T21:06:52.736Z | Compiling openapiv3 v2.2.0 |
| 595 | 2025-09-19T21:06:53.309Z | Compiling anyhow v1.0.99 |
| 596 | 2025-09-19T21:06:53.551Z | Compiling rustls v0.22.4 |
| 597 | 2025-09-19T21:06:53.916Z | Compiling unsafe-libyaml v0.2.11 |
| 598 | 2025-09-19T21:06:53.943Z | Checking pretty-hex v0.4.1 |
| 599 | 2025-09-19T21:06:54.131Z | Checking fastrand v2.1.1 |
| 600 | 2025-09-19T21:06:54.457Z | Checking tempfile v3.20.0 |
| 601 | 2025-09-19T21:06:55.206Z | Compiling darling_macro v0.20.10 |
| 602 | 2025-09-19T21:06:55.277Z | Compiling typify v0.3.0 |
| 603 | 2025-09-19T21:06:55.413Z | Compiling serde_yaml v0.9.34+deprecated |
| 604 | 2025-09-19T21:06:55.525Z | Checking rand_chacha v0.9.0 |
| 605 | 2025-09-19T21:06:55.574Z | Checking block-buffer v0.10.4 |
| 606 | 2025-09-19T21:06:55.720Z | Checking crypto-common v0.1.6 |
| 607 | 2025-09-19T21:06:55.776Z | Checking rand_core v0.6.4 |
| 608 | 2025-09-19T21:06:55.874Z | Compiling multer v3.1.0 |
| 609 | 2025-09-19T21:06:55.907Z | Checking thread_local v1.1.8 |
| 610 | 2025-09-19T21:06:56.025Z | Checking wait-timeout v0.2.0 |
| 611 | 2025-09-19T21:06:56.058Z | Checking quick-error v1.2.3 |
| 612 | 2025-09-19T21:06:56.155Z | Compiling progenitor-impl v0.9.1 |
| 613 | 2025-09-19T21:06:56.197Z | Checking bit-vec v0.8.0 |
| 614 | 2025-09-19T21:06:56.201Z | Checking match_cfg v0.1.0 |
| 615 | 2025-09-19T21:06:56.226Z | Compiling slog-async v2.8.0 |
| 616 | 2025-09-19T21:06:56.238Z | Compiling ref-cast v1.0.24 |
| 617 | 2025-09-19T21:06:56.296Z | Checking winnow v0.7.10 |
| 618 | 2025-09-19T21:06:56.433Z | Compiling camino v1.2.0 |
| 619 | 2025-09-19T21:06:56.556Z | Checking bit-set v0.8.0 |
| 620 | 2025-09-19T21:06:56.783Z | Checking hostname v0.3.1 |
| 621 | 2025-09-19T21:06:56.813Z | Checking rusty-fork v0.3.0 |
| 622 | 2025-09-19T21:06:56.863Z | Compiling darling v0.20.10 |
| 623 | 2025-09-19T21:06:56.921Z | Checking rand_chacha v0.3.1 |
| 624 | 2025-09-19T21:06:57.083Z | Checking digest v0.10.7 |
| 625 | 2025-09-19T21:06:57.110Z | Checking rand v0.9.2 |
| 626 | 2025-09-19T21:06:57.279Z | Checking crossbeam-channel v0.5.15 |
| 627 | 2025-09-19T21:06:57.798Z | Compiling usdt-macro v0.5.0 |
| 628 | 2025-09-19T21:06:58.009Z | Compiling usdt-attr-macro v0.5.0 |
| 629 | 2025-09-19T21:06:58.096Z | Checking slog-json v2.6.1 |
| 630 | 2025-09-19T21:06:58.366Z | Checking progenitor-client v0.9.1 |
| 631 | 2025-09-19T21:06:58.379Z | Checking rand_xorshift v0.4.0 |
| 632 | 2025-09-19T21:06:58.569Z | Compiling strum_macros v0.26.4 |
| 633 | 2025-09-19T21:06:58.755Z | Compiling derive-ex v0.1.8 |
| 634 | 2025-09-19T21:06:58.809Z | Checking toml_parser v1.0.2 |
| 635 | 2025-09-19T21:06:58.826Z | Checking futures-executor v0.3.31 |
| 636 | 2025-09-19T21:06:59.025Z | Checking hex v0.4.3 |
| 637 | 2025-09-19T21:06:59.076Z | Checking serde_spanned v1.0.0 |
| 638 | 2025-09-19T21:06:59.320Z | Checking toml_datetime v0.7.0 |
| 639 | 2025-09-19T21:06:59.404Z | Compiling async-stream-impl v0.3.6 |
| 640 | 2025-09-19T21:06:59.495Z | Compiling ref-cast-impl v1.0.24 |
| 641 | 2025-09-19T21:06:59.520Z | Compiling dropshot v0.16.4 |
| 642 | 2025-09-19T21:06:59.720Z | Checking is-terminal v0.4.13 |
| 643 | 2025-09-19T21:06:59.852Z | Checking memmap v0.7.0 |
| 644 | 2025-09-19T21:06:59.904Z | Checking encoding_rs v0.8.34 |
| 645 | 2025-09-19T21:07:00.065Z | Checking unarray v0.1.4 |
| 646 | 2025-09-19T21:07:00.230Z | Checking spin v0.9.8 |
| 647 | 2025-09-19T21:07:00.405Z | Checking cpufeatures v0.2.14 |
| 648 | 2025-09-19T21:07:00.510Z | Checking mime v0.3.17 |
| 649 | 2025-09-19T21:07:00.609Z | Checking term v1.1.0 |
| 650 | 2025-09-19T21:07:00.635Z | Checking lazy_static v1.5.0 |
| 651 | 2025-09-19T21:07:00.735Z | Checking take_mut v0.2.2 |
| 652 | 2025-09-19T21:07:00.780Z | Checking toml_writer v1.0.2 |
| 653 | 2025-09-19T21:07:00.837Z | Checking proptest v1.7.0 |
| 654 | 2025-09-19T21:07:01.061Z | Checking slog-term v2.9.2 |
| 655 | 2025-09-19T21:07:01.130Z | Checking toml v0.9.5 |
| 656 | 2025-09-19T21:07:01.190Z | Checking tokio-rustls v0.25.0 |
| 657 | 2025-09-19T21:07:01.493Z | Compiling progenitor-macro v0.9.1 |
| 658 | 2025-09-19T21:07:01.544Z | Checking async-stream v0.3.6 |
| 659 | 2025-09-19T21:07:01.732Z | Checking sha1 v0.10.6 |
| 660 | 2025-09-19T21:07:01.750Z | Checking usdt v0.5.0 |
| 661 | 2025-09-19T21:07:02.002Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 662 | 2025-09-19T21:07:02.046Z | Checking futures v0.3.31 |
| 663 | 2025-09-19T21:07:02.157Z | Checking slog-bunyan v2.5.0 |
| 664 | 2025-09-19T21:07:02.170Z | Checking rand v0.8.5 |
| 665 | 2025-09-19T21:07:02.303Z | Compiling test-strategy v0.4.3 |
| 666 | 2025-09-19T21:07:02.431Z | Checking strum v0.26.3 |
| 667 | 2025-09-19T21:07:02.459Z | Compiling serde_with_macros v3.14.0 |
| 668 | 2025-09-19T21:07:02.607Z | Compiling strum_macros v0.27.1 |
| 669 | 2025-09-19T21:07:02.694Z | Compiling parse-display-derive v0.10.0 |
| 670 | 2025-09-19T21:07:02.902Z | Compiling dropshot_endpoint v0.16.4 |
| 671 | 2025-09-19T21:07:03.334Z | Checking serde_path_to_error v0.1.17 |
| 672 | 2025-09-19T21:07:03.967Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 673 | 2025-09-19T21:07:04.764Z | Compiling async-trait v0.1.89 |
| 674 | 2025-09-19T21:07:04.802Z | Compiling derive-where v1.5.0 |
| 675 | 2025-09-19T21:07:04.816Z | Checking waitgroup v0.1.2 |
| 676 | 2025-09-19T21:07:04.969Z | Checking rustls-pemfile v2.2.0 |
| 677 | 2025-09-19T21:07:05.183Z | Checking hashbrown v0.16.0 |
| 678 | 2025-09-19T21:07:05.391Z | Checking hostname v0.4.0 |
| 679 | 2025-09-19T21:07:05.538Z | Checking instant v0.1.13 |
| 680 | 2025-09-19T21:07:05.655Z | Checking rustc-hash v2.1.1 |
| 681 | 2025-09-19T21:07:05.838Z | Checking foldhash v0.2.0 |
| 682 | 2025-09-19T21:07:06.067Z | Checking debug-ignore v1.0.5 |
| 683 | 2025-09-19T21:07:06.085Z | Checking parse-display v0.10.0 |
| 684 | 2025-09-19T21:07:06.178Z | Checking iddqd v0.3.13 |
| 685 | 2025-09-19T21:07:06.212Z | Checking backoff v0.4.0 |
| 686 | 2025-09-19T21:07:06.324Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 687 | 2025-09-19T21:07:06.485Z | Checking serde_with v3.14.0 |
| 688 | 2025-09-19T21:07:06.582Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 689 | 2025-09-19T21:07:06.745Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 690 | 2025-09-19T21:07:06.930Z | Checking strum v0.27.2 |
| 691 | 2025-09-19T21:07:07.020Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 692 | 2025-09-19T21:07:07.101Z | Checking progenitor-client v0.10.0 |
| 693 | 2025-09-19T21:07:07.487Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 694 | 2025-09-19T21:07:07.602Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 695 | 2025-09-19T21:07:07.635Z | Checking macaddr v1.0.1 |
| 696 | 2025-09-19T21:07:09.851Z | Checking progenitor v0.9.1 |
| 697 | 2025-09-19T21:07:09.983Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 698 | 2025-09-19T21:07:12.808Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 699 | 2025-09-19T21:07:20.333Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 700 | 2025-09-19T21:07:20.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
| 701 | 2025-09-19T21:07:20.538Z | + cargo build --release |
| 702 | 2025-09-19T21:07:20.821Z | Compiling proc-macro2 v1.0.101 |
| 703 | 2025-09-19T21:07:20.821Z | Compiling unicode-ident v1.0.18 |
| 704 | 2025-09-19T21:07:20.821Z | Compiling libc v0.2.174 |
| 705 | 2025-09-19T21:07:20.825Z | Compiling cfg-if v1.0.1 |
| 706 | 2025-09-19T21:07:20.825Z | Compiling autocfg v1.4.0 |
| 707 | 2025-09-19T21:07:20.825Z | Compiling serde_core v1.0.223 |
| 708 | 2025-09-19T21:07:20.825Z | Compiling serde v1.0.223 |
| 709 | 2025-09-19T21:07:20.870Z | Compiling memchr v2.7.4 |
| 710 | 2025-09-19T21:07:20.951Z | Compiling serde_json v1.0.145 |
| 711 | 2025-09-19T21:07:21.031Z | Compiling itoa v1.0.11 |
| 712 | 2025-09-19T21:07:21.315Z | Compiling ryu v1.0.18 |
| 713 | 2025-09-19T21:07:21.450Z | Compiling semver v1.0.26 |
| 714 | 2025-09-19T21:07:21.534Z | Compiling getrandom v0.3.1 |
| 715 | 2025-09-19T21:07:21.997Z | Compiling pin-project-lite v0.2.14 |
| 716 | 2025-09-19T21:07:22.131Z | Compiling smallvec v1.15.1 |
| 717 | 2025-09-19T21:07:22.456Z | Compiling bytes v1.10.1 |
| 718 | 2025-09-19T21:07:22.522Z | Compiling version_check v0.9.5 |
| 719 | 2025-09-19T21:07:22.584Z | Compiling futures-core v0.3.31 |
| 720 | 2025-09-19T21:07:22.599Z | Compiling num-traits v0.2.19 |
| 721 | 2025-09-19T21:07:22.836Z | Compiling quote v1.0.40 |
| 722 | 2025-09-19T21:07:22.975Z | Compiling once_cell v1.21.3 |
| 723 | 2025-09-19T21:07:23.204Z | Compiling syn v2.0.106 |
| 724 | 2025-09-19T21:07:23.266Z | Compiling lock_api v0.4.12 |
| 725 | 2025-09-19T21:07:23.361Z | Compiling thiserror v1.0.69 |
| 726 | 2025-09-19T21:07:23.395Z | Compiling parking_lot_core v0.9.10 |
| 727 | 2025-09-19T21:07:23.773Z | Compiling scopeguard v1.2.0 |
| 728 | 2025-09-19T21:07:23.913Z | Compiling allocator-api2 v0.2.21 |
| 729 | 2025-09-19T21:07:23.932Z | Compiling fnv v1.0.7 |
| 730 | 2025-09-19T21:07:24.493Z | Compiling slab v0.4.9 |
| 731 | 2025-09-19T21:07:24.558Z | Compiling shlex v1.3.0 |
| 732 | 2025-09-19T21:07:24.723Z | Compiling futures-sink v0.3.31 |
| 733 | 2025-09-19T21:07:24.875Z | Compiling iana-time-zone v0.1.63 |
| 734 | 2025-09-19T21:07:24.890Z | Compiling equivalent v1.0.2 |
| 735 | 2025-09-19T21:07:24.963Z | Compiling cc v1.2.30 |
| 736 | 2025-09-19T21:07:25.005Z | Compiling parking_lot v0.12.3 |
| 737 | 2025-09-19T21:07:25.031Z | Compiling getrandom v0.2.15 |
| 738 | 2025-09-19T21:07:25.387Z | Compiling signal-hook-registry v1.4.2 |
| 739 | 2025-09-19T21:07:25.541Z | Compiling mio v1.0.2 |
| 740 | 2025-09-19T21:07:25.665Z | Compiling socket2 v0.6.0 |
| 741 | 2025-09-19T21:07:27.060Z | Compiling stable_deref_trait v1.2.0 |
| 742 | 2025-09-19T21:07:27.072Z | Compiling foldhash v0.1.5 |
| 743 | 2025-09-19T21:07:27.105Z | Compiling schemars v0.8.22 |
| 744 | 2025-09-19T21:07:27.381Z | Compiling hashbrown v0.15.4 |
| 745 | 2025-09-19T21:07:27.456Z | Compiling dyn-clone v1.0.20 |
| 746 | 2025-09-19T21:07:27.498Z | Compiling heck v0.5.0 |
| 747 | 2025-09-19T21:07:27.524Z | Compiling thiserror v2.0.16 |
| 748 | 2025-09-19T21:07:27.693Z | Compiling futures-channel v0.3.31 |
| 749 | 2025-09-19T21:07:27.769Z | Compiling ring v0.17.14 |
| 750 | 2025-09-19T21:07:27.883Z | Compiling http v1.3.1 |
| 751 | 2025-09-19T21:07:28.307Z | Compiling log v0.4.27 |
| 752 | 2025-09-19T21:07:28.370Z | Compiling pin-utils v0.1.0 |
| 753 | 2025-09-19T21:07:28.571Z | Compiling futures-io v0.3.31 |
| 754 | 2025-09-19T21:07:29.025Z | Compiling rustls-pki-types v1.10.0 |
| 755 | 2025-09-19T21:07:29.079Z | Compiling futures-task v0.3.31 |
| 756 | 2025-09-19T21:07:29.364Z | Compiling writeable v0.5.5 |
| 757 | 2025-09-19T21:07:29.484Z | Compiling byteorder v1.5.0 |
| 758 | 2025-09-19T21:07:29.979Z | Compiling litemap v0.7.3 |
| 759 | 2025-09-19T21:07:30.406Z | Compiling serde_derive_internals v0.29.1 |
| 760 | 2025-09-19T21:07:30.436Z | Compiling synstructure v0.13.1 |
| 761 | 2025-09-19T21:07:30.458Z | Compiling untrusted v0.9.0 |
| 762 | 2025-09-19T21:07:30.748Z | Compiling httparse v1.9.5 |
| 763 | 2025-09-19T21:07:30.888Z | Compiling ucd-trie v0.1.7 |
| 764 | 2025-09-19T21:07:31.438Z | Compiling http-body v1.0.1 |
| 765 | 2025-09-19T21:07:31.503Z | Compiling tracing-core v0.1.32 |
| 766 | 2025-09-19T21:07:32.218Z | Compiling bitflags v2.9.1 |
| 767 | 2025-09-19T21:07:32.349Z | Compiling percent-encoding v2.3.2 |
| 768 | 2025-09-19T21:07:32.413Z | Compiling subtle v2.6.1 |
| 769 | 2025-09-19T21:07:32.642Z | Compiling zeroize v1.8.1 |
| 770 | 2025-09-19T21:07:32.830Z | Compiling icu_locid_transform_data v1.5.0 |
| 771 | 2025-09-19T21:07:32.872Z | Compiling atomic-waker v1.1.2 |
| 772 | 2025-09-19T21:07:32.925Z | Compiling chrono v0.4.41 |
| 773 | 2025-09-19T21:07:32.993Z | Compiling tracing v0.1.40 |
| 774 | 2025-09-19T21:07:33.513Z | Compiling tower-service v0.3.3 |
| 775 | 2025-09-19T21:07:33.604Z | Compiling uuid v1.18.1 |
| 776 | 2025-09-19T21:07:33.684Z | Compiling try-lock v0.2.5 |
| 777 | 2025-09-19T21:07:33.843Z | Compiling icu_properties_data v1.5.0 |
| 778 | 2025-09-19T21:07:33.885Z | Compiling serde_derive v1.0.223 |
| 779 | 2025-09-19T21:07:33.977Z | Compiling schemars_derive v0.8.22 |
| 780 | 2025-09-19T21:07:34.043Z | Compiling zerofrom-derive v0.1.4 |
| 781 | 2025-09-19T21:07:34.097Z | Compiling zerocopy-derive v0.7.35 |
| 782 | 2025-09-19T21:07:34.174Z | Compiling thiserror-impl v1.0.69 |
| 783 | 2025-09-19T21:07:34.750Z | Compiling yoke-derive v0.7.4 |
| 784 | 2025-09-19T21:07:35.911Z | Compiling tokio-macros v2.5.0 |
| 785 | 2025-09-19T21:07:36.646Z | Compiling zerovec-derive v0.10.3 |
| 786 | 2025-09-19T21:07:36.725Z | Compiling displaydoc v0.2.5 |
| 787 | 2025-09-19T21:07:36.996Z | Compiling zerofrom v0.1.4 |
| 788 | 2025-09-19T21:07:37.069Z | Compiling thiserror-impl v2.0.16 |
| 789 | 2025-09-19T21:07:37.229Z | Compiling yoke v0.7.4 |
| 790 | 2025-09-19T21:07:37.320Z | Compiling tokio v1.47.0 |
| 791 | 2025-09-19T21:07:37.609Z | Compiling futures-macro v0.3.31 |
| 792 | 2025-09-19T21:07:37.915Z | Compiling zerocopy v0.7.35 |
| 793 | 2025-09-19T21:07:38.173Z | Compiling icu_provider_macros v1.5.0 |
| 794 | 2025-09-19T21:07:38.862Z | Compiling zerovec v0.10.4 |
| 795 | 2025-09-19T21:07:39.273Z | Compiling pest v2.7.14 |
| 796 | 2025-09-19T21:07:39.348Z | Compiling futures-util v0.3.31 |
| 797 | 2025-09-19T21:07:39.937Z | Compiling want v0.3.1 |
| 798 | 2025-09-19T21:07:40.210Z | Compiling regress v0.10.4 |
| 799 | 2025-09-19T21:07:42.415Z | Compiling serde_tokenstream v0.2.2 |
| 800 | 2025-09-19T21:07:42.939Z | Compiling tinystr v0.7.6 |
| 801 | 2025-09-19T21:07:43.329Z | Compiling icu_locid v1.5.0 |
| 802 | 2025-09-19T21:07:43.351Z | Compiling indexmap v2.11.0 |
| 803 | 2025-09-19T21:07:43.969Z | Compiling rustls-webpki v0.102.8 |
| 804 | 2025-09-19T21:07:45.141Z | Compiling icu_provider v1.5.0 |
| 805 | 2025-09-19T21:07:45.386Z | Compiling pest_meta v2.7.14 |
| 806 | 2025-09-19T21:07:47.338Z | Compiling tokio-util v0.7.15 |
| 807 | 2025-09-19T21:07:48.167Z | Compiling icu_locid_transform v1.5.0 |
| 808 | 2025-09-19T21:07:48.367Z | Compiling icu_collections v1.5.0 |
| 809 | 2025-09-19T21:07:48.790Z | Compiling h2 v0.4.6 |
| 810 | 2025-09-19T21:07:49.470Z | Compiling pest_generator v2.7.14 |
| 811 | 2025-09-19T21:07:50.244Z | Compiling icu_properties v1.5.1 |
| 812 | 2025-09-19T21:07:50.965Z | Compiling utf8_iter v1.0.4 |
| 813 | 2025-09-19T21:07:51.247Z | Compiling rustls v0.23.19 |
| 814 | 2025-09-19T21:07:51.386Z | Compiling httpdate v1.0.3 |
| 815 | 2025-09-19T21:07:51.624Z | Compiling utf16_iter v1.0.5 |
| 816 | 2025-09-19T21:07:51.873Z | Compiling slog v2.7.0 |
| 817 | 2025-09-19T21:07:52.170Z | Compiling write16 v1.0.0 |
| 818 | 2025-09-19T21:07:52.315Z | Compiling icu_normalizer_data v1.5.0 |
| 819 | 2025-09-19T21:07:52.434Z | Compiling pest_derive v2.7.14 |
| 820 | 2025-09-19T21:07:53.367Z | Compiling typify-impl v0.3.0 |
| 821 | 2025-09-19T21:07:53.502Z | Compiling form_urlencoded v1.2.2 |
| 822 | 2025-09-19T21:07:54.029Z | Compiling icu_normalizer v1.5.0 |
| 823 | 2025-09-19T21:07:54.834Z | Compiling hyper v1.7.0 |
| 824 | 2025-09-19T21:07:56.516Z | Compiling aho-corasick v1.1.3 |
| 825 | 2025-09-19T21:07:56.802Z | Compiling base64 v0.22.1 |
| 826 | 2025-09-19T21:07:57.908Z | Compiling ipnet v2.11.0 |
| 827 | 2025-09-19T21:07:59.559Z | Compiling regex-syntax v0.8.5 |
| 828 | 2025-09-19T21:08:00.257Z | Compiling typenum v1.17.0 |
| 829 | 2025-09-19T21:08:00.809Z | Compiling paste v1.0.15 |
| 830 | 2025-09-19T21:08:01.469Z | Compiling hyper-util v0.1.16 |
| 831 | 2025-09-19T21:08:02.571Z | Compiling typify-macro v0.3.0 |
| 832 | 2025-09-19T21:08:04.055Z | Compiling idna_adapter v1.2.0 |
| 833 | 2025-09-19T21:08:05.310Z | Compiling regex-automata v0.4.8 |
| 834 | 2025-09-19T21:08:05.855Z | Compiling ppv-lite86 v0.2.20 |
| 835 | 2025-09-19T21:08:06.380Z | Compiling generic-array v0.14.7 |
| 836 | 2025-09-19T21:08:06.426Z | Compiling sync_wrapper v1.0.1 |
| 837 | 2025-09-19T21:08:06.624Z | Compiling tower-layer v0.3.3 |
| 838 | 2025-09-19T21:08:06.762Z | Compiling newtype-uuid v1.2.4 |
| 839 | 2025-09-19T21:08:07.047Z | Compiling rustversion v1.0.22 |
| 840 | 2025-09-19T21:08:07.147Z | Compiling tower v0.5.2 |
| 841 | 2025-09-19T21:08:07.757Z | Compiling idna v1.0.3 |
| 842 | 2025-09-19T21:08:08.395Z | Compiling serde_urlencoded v0.7.1 |
| 843 | 2025-09-19T21:08:08.951Z | Compiling ipnetwork v0.21.1 |
| 844 | 2025-09-19T21:08:09.253Z | Compiling regex v1.11.1 |
| 845 | 2025-09-19T21:08:10.140Z | Compiling scroll_derive v0.12.0 |
| 846 | 2025-09-19T21:08:10.770Z | Compiling structmeta-derive v0.3.0 |
| 847 | 2025-09-19T21:08:11.545Z | Compiling http-body-util v0.1.3 |
| 848 | 2025-09-19T21:08:11.658Z | Compiling webpki-roots v1.0.1 |
| 849 | 2025-09-19T21:08:11.865Z | Compiling usdt-impl v0.5.0 |
| 850 | 2025-09-19T21:08:12.302Z | Compiling tokio-rustls v0.26.0 |
| 851 | 2025-09-19T21:08:12.761Z | Compiling powerfmt v0.2.0 |
| 852 | 2025-09-19T21:08:12.948Z | Compiling iri-string v0.7.8 |
| 853 | 2025-09-19T21:08:13.159Z | Compiling omicron-workspace-hack v0.1.0 |
| 854 | 2025-09-19T21:08:13.239Z | Compiling time-core v0.1.6 |
| 855 | 2025-09-19T21:08:13.437Z | Compiling rustix v1.0.7 |
| 856 | 2025-09-19T21:08:13.526Z | Compiling num-conv v0.1.0 |
| 857 | 2025-09-19T21:08:13.529Z | Compiling structmeta v0.3.0 |
| 858 | 2025-09-19T21:08:13.802Z | Compiling time-macros v0.2.24 |
| 859 | 2025-09-19T21:08:13.883Z | Compiling deranged v0.5.3 |
| 860 | 2025-09-19T21:08:16.300Z | Compiling hyper-rustls v0.27.7 |
| 861 | 2025-09-19T21:08:16.879Z | Compiling tower-http v0.6.6 |
| 862 | 2025-09-19T21:08:17.141Z | Compiling scroll v0.12.0 |
| 863 | 2025-09-19T21:08:17.621Z | Compiling oxnet v0.1.3 |
| 864 | 2025-09-19T21:08:18.711Z | Compiling url v2.5.4 |
| 865 | 2025-09-19T21:08:18.986Z | Compiling dof v0.3.0 |
| 866 | 2025-09-19T21:08:19.113Z | Compiling thread-id v4.2.2 |
| 867 | 2025-09-19T21:08:20.134Z | Compiling dtrace-parser v0.2.0 |
| 868 | 2025-09-19T21:08:20.372Z | Compiling daft-derive v0.1.4 |
| 869 | 2025-09-19T21:08:21.923Z | Compiling rand_core v0.9.3 |
| 870 | 2025-09-19T21:08:22.178Z | Compiling errno v0.3.12 |
| 871 | 2025-09-19T21:08:22.417Z | Compiling plain v0.2.3 |
| 872 | 2025-09-19T21:08:22.594Z | Compiling ident_case v1.0.1 |
| 873 | 2025-09-19T21:08:23.937Z | Compiling strsim v0.11.1 |
| 874 | 2025-09-19T21:08:24.197Z | Compiling num_threads v0.1.7 |
| 875 | 2025-09-19T21:08:24.319Z | Compiling crossbeam-utils v0.8.21 |
| 876 | 2025-09-19T21:08:24.530Z | Compiling time v0.3.43 |
| 877 | 2025-09-19T21:08:24.895Z | Compiling darling_core v0.20.10 |
| 878 | 2025-09-19T21:08:28.802Z | Compiling goblin v0.8.2 |
| 879 | 2025-09-19T21:08:30.033Z | Compiling daft v0.1.4 |
| 880 | 2025-09-19T21:08:31.702Z | Compiling reqwest v0.12.22 |
| 881 | 2025-09-19T21:08:33.356Z | Compiling openapiv3 v2.2.0 |
| 882 | 2025-09-19T21:08:35.987Z | Compiling typify v0.3.0 |
| 883 | 2025-09-19T21:08:37.730Z | Compiling anyhow v1.0.99 |
| 884 | 2025-09-19T21:08:38.349Z | Compiling unsafe-libyaml v0.2.11 |
| 885 | 2025-09-19T21:08:40.010Z | Compiling fastrand v2.1.1 |
| 886 | 2025-09-19T21:08:40.685Z | Compiling rustls v0.22.4 |
| 887 | 2025-09-19T21:08:40.792Z | Compiling pretty-hex v0.4.1 |
| 888 | 2025-09-19T21:08:41.059Z | Compiling tempfile v3.20.0 |
| 889 | 2025-09-19T21:08:42.049Z | Compiling serde_yaml v0.9.34+deprecated |
| 890 | 2025-09-19T21:08:43.565Z | Compiling progenitor-impl v0.9.1 |
| 891 | 2025-09-19T21:08:45.358Z | Compiling darling_macro v0.20.10 |
| 892 | 2025-09-19T21:08:48.106Z | Compiling rand_chacha v0.9.0 |
| 893 | 2025-09-19T21:08:48.921Z | Compiling block-buffer v0.10.4 |
| 894 | 2025-09-19T21:08:49.163Z | Compiling crypto-common v0.1.6 |
| 895 | 2025-09-19T21:08:49.175Z | Compiling rand_core v0.6.4 |
| 896 | 2025-09-19T21:08:49.389Z | Compiling thread_local v1.1.8 |
| 897 | 2025-09-19T21:08:49.623Z | Compiling multer v3.1.0 |
| 898 | 2025-09-19T21:08:49.659Z | Compiling wait-timeout v0.2.0 |
| 899 | 2025-09-19T21:08:50.112Z | Compiling match_cfg v0.1.0 |
| 900 | 2025-09-19T21:08:50.138Z | Compiling slog-async v2.8.0 |
| 901 | 2025-09-19T21:08:50.214Z | Compiling ref-cast v1.0.24 |
| 902 | 2025-09-19T21:08:50.605Z | Compiling winnow v0.7.10 |
| 903 | 2025-09-19T21:08:50.637Z | Compiling bit-vec v0.8.0 |
| 904 | 2025-09-19T21:08:50.742Z | Compiling quick-error v1.2.3 |
| 905 | 2025-09-19T21:08:50.902Z | Compiling camino v1.2.0 |
| 906 | 2025-09-19T21:08:51.251Z | Compiling bit-set v0.8.0 |
| 907 | 2025-09-19T21:08:51.565Z | Compiling rusty-fork v0.3.0 |
| 908 | 2025-09-19T21:08:51.707Z | Compiling hostname v0.3.1 |
| 909 | 2025-09-19T21:08:52.024Z | Compiling rand_chacha v0.3.1 |
| 910 | 2025-09-19T21:08:52.129Z | Compiling digest v0.10.7 |
| 911 | 2025-09-19T21:08:52.559Z | Compiling progenitor-macro v0.9.1 |
| 912 | 2025-09-19T21:08:53.497Z | Compiling rand v0.9.2 |
| 913 | 2025-09-19T21:08:54.716Z | Compiling crossbeam-channel v0.5.15 |
| 914 | 2025-09-19T21:08:54.720Z | Compiling toml_parser v1.0.2 |
| 915 | 2025-09-19T21:08:55.112Z | Compiling darling v0.20.10 |
| 916 | 2025-09-19T21:08:56.763Z | Compiling progenitor-client v0.9.1 |
| 917 | 2025-09-19T21:08:57.698Z | Compiling usdt-macro v0.5.0 |
| 918 | 2025-09-19T21:08:57.776Z | Compiling usdt-attr-macro v0.5.0 |
| 919 | 2025-09-19T21:08:58.982Z | Compiling slog-json v2.6.1 |
| 920 | 2025-09-19T21:08:59.151Z | Compiling rand_xorshift v0.4.0 |
| 921 | 2025-09-19T21:08:59.412Z | Compiling strum_macros v0.26.4 |
| 922 | 2025-09-19T21:08:59.462Z | Compiling derive-ex v0.1.8 |
| 923 | 2025-09-19T21:09:02.439Z | Compiling futures-executor v0.3.31 |
| 924 | 2025-09-19T21:09:03.187Z | Compiling serde_spanned v1.0.0 |
| 925 | 2025-09-19T21:09:03.391Z | Compiling hex v0.4.3 |
| 926 | 2025-09-19T21:09:03.431Z | Compiling toml_datetime v0.7.0 |
| 927 | 2025-09-19T21:09:03.532Z | Compiling ref-cast-impl v1.0.24 |
| 928 | 2025-09-19T21:09:03.576Z | Compiling async-stream-impl v0.3.6 |
| 929 | 2025-09-19T21:09:04.036Z | Compiling dropshot v0.16.4 |
| 930 | 2025-09-19T21:09:04.269Z | Compiling is-terminal v0.4.13 |
| 931 | 2025-09-19T21:09:04.401Z | Compiling memmap v0.7.0 |
| 932 | 2025-09-19T21:09:04.415Z | Compiling encoding_rs v0.8.34 |
| 933 | 2025-09-19T21:09:04.673Z | Compiling take_mut v0.2.2 |
| 934 | 2025-09-19T21:09:04.780Z | Compiling mime v0.3.17 |
| 935 | 2025-09-19T21:09:04.783Z | Compiling term v1.1.0 |
| 936 | 2025-09-19T21:09:04.828Z | Compiling toml_writer v1.0.2 |
| 937 | 2025-09-19T21:09:05.354Z | Compiling unarray v0.1.4 |
| 938 | 2025-09-19T21:09:05.548Z | Compiling lazy_static v1.5.0 |
| 939 | 2025-09-19T21:09:05.703Z | Compiling cpufeatures v0.2.14 |
| 940 | 2025-09-19T21:09:05.751Z | Compiling spin v0.9.8 |
| 941 | 2025-09-19T21:09:05.809Z | Compiling sha1 v0.10.6 |
| 942 | 2025-09-19T21:09:05.949Z | Compiling proptest v1.7.0 |
| 943 | 2025-09-19T21:09:06.579Z | Compiling slog-term v2.9.2 |
| 944 | 2025-09-19T21:09:09.830Z | Compiling toml v0.9.5 |
| 945 | 2025-09-19T21:09:11.818Z | Compiling async-stream v0.3.6 |
| 946 | 2025-09-19T21:09:12.341Z | Compiling usdt v0.5.0 |
| 947 | 2025-09-19T21:09:13.510Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 948 | 2025-09-19T21:09:13.705Z | Compiling progenitor v0.9.1 |
| 949 | 2025-09-19T21:09:13.777Z | Compiling strum v0.26.3 |
| 950 | 2025-09-19T21:09:13.884Z | Compiling test-strategy v0.4.3 |
| 951 | 2025-09-19T21:09:13.975Z | Compiling futures v0.3.31 |
| 952 | 2025-09-19T21:09:14.290Z | Compiling tokio-rustls v0.25.0 |
| 953 | 2025-09-19T21:09:14.747Z | Compiling slog-bunyan v2.5.0 |
| 954 | 2025-09-19T21:09:15.049Z | Compiling serde_with_macros v3.14.0 |
| 955 | 2025-09-19T21:09:15.188Z | Compiling rand v0.8.5 |
| 956 | 2025-09-19T21:09:17.054Z | Compiling strum_macros v0.27.1 |
| 957 | 2025-09-19T21:09:17.460Z | Compiling parse-display-derive v0.10.0 |
| 958 | 2025-09-19T21:09:18.326Z | Compiling dropshot_endpoint v0.16.4 |
| 959 | 2025-09-19T21:09:19.921Z | Compiling serde_path_to_error v0.1.17 |
| 960 | 2025-09-19T21:09:20.926Z | Compiling derive-where v1.5.0 |
| 961 | 2025-09-19T21:09:20.999Z | Compiling async-trait v0.1.89 |
| 962 | 2025-09-19T21:09:21.530Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 963 | 2025-09-19T21:09:22.148Z | Compiling waitgroup v0.1.2 |
| 964 | 2025-09-19T21:09:22.361Z | Compiling rustls-pemfile v2.2.0 |
| 965 | 2025-09-19T21:09:22.401Z | Compiling hashbrown v0.16.0 |
| 966 | 2025-09-19T21:09:22.879Z | Compiling hostname v0.4.0 |
| 967 | 2025-09-19T21:09:23.074Z | Compiling instant v0.1.13 |
| 968 | 2025-09-19T21:09:23.083Z | Compiling rustc-hash v2.1.1 |
| 969 | 2025-09-19T21:09:23.313Z | Compiling foldhash v0.2.0 |
| 970 | 2025-09-19T21:09:23.365Z | Compiling debug-ignore v1.0.5 |
| 971 | 2025-09-19T21:09:23.812Z | Compiling iddqd v0.3.13 |
| 972 | 2025-09-19T21:09:23.898Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 973 | 2025-09-19T21:09:23.898Z | Compiling backoff v0.4.0 |
| 974 | 2025-09-19T21:09:24.111Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 975 | 2025-09-19T21:09:24.202Z | Compiling strum v0.27.2 |
| 976 | 2025-09-19T21:09:24.322Z | Compiling parse-display v0.10.0 |
| 977 | 2025-09-19T21:09:24.368Z | Compiling serde_with v3.14.0 |
| 978 | 2025-09-19T21:09:26.293Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 979 | 2025-09-19T21:09:27.185Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 980 | 2025-09-19T21:09:27.467Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 981 | 2025-09-19T21:09:27.471Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 982 | 2025-09-19T21:09:27.982Z | Compiling progenitor-client v0.10.0 |
| 983 | 2025-09-19T21:09:27.992Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 984 | 2025-09-19T21:09:28.916Z | Compiling macaddr v1.0.1 |
| 985 | 2025-09-19T21:09:33.766Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 986 | 2025-09-19T21:09:43.894Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 987 | 2025-09-19T21:09:53.737Z | Finished `release` profile [optimized] target(s) in 2m 33s |
| 988 | 2025-09-19T21:09:53.806Z | process exited: duration 221023 ms, exit code 0 |
| |
| 989 | 2025-09-19T21:09:53.813Z | found 0 output files |