|
|
|
| 1 | 2026-03-10T18:25:00.346Z | job assigned to worker 01KKCFSMHJDESA958091N1RRFS [factory aws, i-00b62bcf77747b1ec] (queued for 2 m 13 s) |
| |
| 2 | 2026-03-10T18:25:07.565Z | starting task 0: "setup" |
| 3 | 2026-03-10T18:25:07.572Z | ++ uname -s |
| 4 | 2026-03-10T18:25:07.575Z | + kern=SunOS |
| 5 | 2026-03-10T18:25:07.575Z | + build_user=build |
| 6 | 2026-03-10T18:25:07.575Z | + build_uid=12345 |
| 7 | 2026-03-10T18:25:07.575Z | + work_dir=/work |
| 8 | 2026-03-10T18:25:07.575Z | + input_dir=/input |
| 9 | 2026-03-10T18:25:07.575Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-10T18:25:07.575Z | + case "$kern" in |
| 11 | 2026-03-10T18:25:07.575Z | + groupadd -g 12345 build |
| 12 | 2026-03-10T18:25:07.578Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-10T18:25:09.587Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-10T18:25:09.705Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-10T18:25:09.714Z | + home_fs=zfs |
| 16 | 2026-03-10T18:25:09.714Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-10T18:25:09.714Z | + mkdir -p /home/build |
| 18 | 2026-03-10T18:25:09.714Z | + chown build:build /home/build /work |
| 19 | 2026-03-10T18:25:11.704Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-10T18:25:11.709Z | process exited: duration 4141 ms, exit code 0 |
| |
| 21 | 2026-03-10T18:25:11.715Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-10T18:25:11.720Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-03-10T18:25:11.720Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-03-10T18:25:11.720Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-03-10T18:25:11.723Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-03-10T18:25:11.723Z | * rust toolchain channel = "1.91.1" |
| 27 | 2026-03-10T18:25:11.723Z | * rust toolchain profile = "default" |
| 28 | 2026-03-10T18:25:11.723Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-10T18:25:11.723Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-10T18:25:11.851Z | info: downloading installer |
| 31 | 2026-03-10T18:25:13.555Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-10T18:25:13.555Z | warn: /opt/ooce/bin |
| 33 | 2026-03-10T18:25:13.555Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-10T18:25:13.555Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-10T18:25:13.555Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-10T18:25:13.555Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-10T18:25:13.555Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-10T18:25:13.555Z | error: cannot install while Rust is installed |
| 39 | 2026-03-10T18:25:13.555Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-10T18:25:13.571Z | info: profile set to 'default' |
| 41 | 2026-03-10T18:25:13.571Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-10T18:25:13.575Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-03-10T18:25:13.741Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-03-10T18:25:13.741Z | info: downloading component 'cargo' |
| 45 | 2026-03-10T18:25:14.994Z | info: downloading component 'clippy' |
| 46 | 2026-03-10T18:25:15.399Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-10T18:25:16.884Z | info: downloading component 'rust-std' |
| 48 | 2026-03-10T18:25:18.721Z | info: downloading component 'rustc' |
| 49 | 2026-03-10T18:25:27.583Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-10T18:25:27.859Z | info: installing component 'cargo' |
| 51 | 2026-03-10T18:25:28.678Z | info: installing component 'clippy' |
| 52 | 2026-03-10T18:25:29.037Z | info: installing component 'rust-docs' |
| 53 | 2026-03-10T18:25:30.468Z | info: installing component 'rust-std' |
| 54 | 2026-03-10T18:25:31.959Z | info: installing component 'rustc' |
| 55 | 2026-03-10T18:25:37.761Z | info: installing component 'rustfmt' |
| 56 | 2026-03-10T18:25:38.091Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-03-10T18:25:38.091Z | |
| 58 | 2026-03-10T18:25:38.490Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-03-10T18:25:38.490Z | |
| 60 | 2026-03-10T18:25:38.524Z | |
| 61 | 2026-03-10T18:25:38.524Z | Rust is installed now. Great! |
| 62 | 2026-03-10T18:25:38.524Z | |
| 63 | 2026-03-10T18:25:38.524Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-10T18:25:38.524Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-10T18:25:38.524Z | |
| 66 | 2026-03-10T18:25:38.524Z | To configure your current shell, you need to source |
| 67 | 2026-03-10T18:25:38.524Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-10T18:25:38.524Z | |
| 69 | 2026-03-10T18:25:38.524Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-10T18:25:38.524Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-10T18:25:38.525Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-10T18:25:38.525Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-10T18:25:38.609Z | + rustup --version |
| 74 | 2026-03-10T18:25:38.620Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-10T18:25:38.620Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-10T18:25:38.737Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-03-10T18:25:38.758Z | + cargo --version |
| 78 | 2026-03-10T18:25:38.798Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-03-10T18:25:38.798Z | + rustc --version |
| 80 | 2026-03-10T18:25:38.858Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-03-10T18:25:38.867Z | process exited: duration 27116 ms, exit code 0 |
| |
| 82 | 2026-03-10T18:25:38.875Z | starting task 2: "authentication" |
| 83 | 2026-03-10T18:25:38.896Z | process exited: duration 20 ms, exit code 0 |
| |
| 84 | 2026-03-10T18:25:38.904Z | starting task 3: "clone repository" |
| 85 | 2026-03-10T18:25:38.909Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-03-10T18:25:38.913Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-03-10T18:25:38.958Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-03-10T18:27:26.669Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-03-10T18:27:26.669Z | + git fetch origin c1b514da82f27c57b8ea415a61a4bc71b9181f9a |
| 90 | 2026-03-10T18:27:27.059Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-03-10T18:27:27.059Z | * branch c1b514da82f27c57b8ea415a61a4bc71b9181f9a -> FETCH_HEAD |
| 92 | 2026-03-10T18:27:27.069Z | + [[ -n alan/test-wip-discard ]] |
| 93 | 2026-03-10T18:27:27.087Z | ++ git branch --show-current |
| 94 | 2026-03-10T18:27:27.087Z | + current=main |
| 95 | 2026-03-10T18:27:27.087Z | + [[ main != alan/test-wip-discard ]] |
| 96 | 2026-03-10T18:27:27.087Z | + git branch -f alan/test-wip-discard c1b514da82f27c57b8ea415a61a4bc71b9181f9a |
| 97 | 2026-03-10T18:27:27.102Z | + git checkout -f alan/test-wip-discard |
| 98 | 2026-03-10T18:27:27.417Z | Switched to branch 'alan/test-wip-discard' |
| 99 | 2026-03-10T18:27:27.431Z | + git reset --hard c1b514da82f27c57b8ea415a61a4bc71b9181f9a |
| 100 | 2026-03-10T18:27:27.450Z | HEAD is now at c1b514da8 Finish openapi update to versioned |
| 101 | 2026-03-10T18:27:27.456Z | process exited: duration 108538 ms, exit code 0 |
| |
| 102 | 2026-03-10T18:27:27.467Z | starting task 4: "build" |
| 103 | 2026-03-10T18:27:27.471Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-03-10T18:27:27.471Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-03-10T18:27:27.471Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-03-10T18:27:27.472Z | + cargo --version |
| 107 | 2026-03-10T18:27:27.529Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-03-10T18:27:27.535Z | + rustc --version |
| 109 | 2026-03-10T18:27:27.604Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-03-10T18:27:27.610Z | + cd /tmp |
| 111 | 2026-03-10T18:27:27.610Z | + cargo new --lib test-project |
| 112 | 2026-03-10T18:27:27.675Z | Creating library `test-project` package |
| 113 | 2026-03-10T18:27:27.763Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 114 | 2026-03-10T18:27:27.766Z | + cd test-project |
| 115 | 2026-03-10T18:27:27.766Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 116 | 2026-03-10T18:27:27.838Z | Adding omicron-common (local) to dependencies |
| 117 | 2026-03-10T18:27:27.845Z | Features: |
| 118 | 2026-03-10T18:27:27.845Z | - proptest |
| 119 | 2026-03-10T18:27:27.845Z | - test-strategy |
| 120 | 2026-03-10T18:27:27.845Z | - testing |
| 121 | 2026-03-10T18:27:27.874Z | Updating crates.io index |
| 122 | 2026-03-10T18:27:27.983Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 123 | 2026-03-10T18:27:28.941Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 124 | 2026-03-10T18:27:29.343Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 125 | 2026-03-10T18:27:29.817Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 126 | 2026-03-10T18:27:32.865Z | Locking 386 packages to latest Rust 1.91.1 compatible versions |
| 127 | 2026-03-10T18:27:32.865Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 128 | 2026-03-10T18:27:32.865Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 129 | 2026-03-10T18:27:32.865Z | + cargo check |
| 130 | 2026-03-10T18:27:32.900Z | Updating crates.io index |
| 131 | 2026-03-10T18:27:33.650Z | Locking 1 package to latest Rust 1.91.1 compatible version |
| 132 | 2026-03-10T18:27:33.650Z | Adding omicron-workspace-hack v0.1.0 |
| 133 | 2026-03-10T18:27:33.722Z | Downloading crates ... |
| 134 | 2026-03-10T18:27:33.767Z | Downloaded block-buffer v0.10.4 |
| 135 | 2026-03-10T18:27:33.810Z | Downloaded atomic-waker v1.1.2 |
| 136 | 2026-03-10T18:27:33.810Z | Downloaded debug-ignore v1.0.5 |
| 137 | 2026-03-10T18:27:33.810Z | Downloaded async-stream v0.3.6 |
| 138 | 2026-03-10T18:27:33.810Z | Downloaded jobserver v0.1.34 |
| 139 | 2026-03-10T18:27:33.810Z | Downloaded parking_lot v0.12.5 |
| 140 | 2026-03-10T18:27:33.810Z | Downloaded generic-array v0.14.7 |
| 141 | 2026-03-10T18:27:33.863Z | Downloaded serde_derive_internals v0.29.1 |
| 142 | 2026-03-10T18:27:33.863Z | Downloaded openssl-probe v0.2.1 |
| 143 | 2026-03-10T18:27:33.863Z | Downloaded itoa v1.0.17 |
| 144 | 2026-03-10T18:27:33.863Z | Downloaded futures-core v0.3.32 |
| 145 | 2026-03-10T18:27:33.863Z | Downloaded bitflags v2.11.0 |
| 146 | 2026-03-10T18:27:33.863Z | Downloaded serde_tokenstream v0.2.3 |
| 147 | 2026-03-10T18:27:33.863Z | Downloaded cfg-if v1.0.4 |
| 148 | 2026-03-10T18:27:33.863Z | Downloaded iana-time-zone v0.1.65 |
| 149 | 2026-03-10T18:27:33.863Z | Downloaded ref-cast-impl v1.0.25 |
| 150 | 2026-03-10T18:27:33.863Z | Downloaded cpufeatures v0.2.17 |
| 151 | 2026-03-10T18:27:33.863Z | Downloaded oxnet v0.1.4 |
| 152 | 2026-03-10T18:27:33.863Z | Downloaded lock_api v0.4.14 |
| 153 | 2026-03-10T18:27:33.863Z | Downloaded sha1 v0.10.6 |
| 154 | 2026-03-10T18:27:33.863Z | Downloaded is-terminal v0.4.17 |
| 155 | 2026-03-10T18:27:33.864Z | Downloaded rand_xorshift v0.4.0 |
| 156 | 2026-03-10T18:27:33.864Z | Downloaded num-conv v0.2.0 |
| 157 | 2026-03-10T18:27:33.864Z | Downloaded newtype-uuid-macros v0.1.0 |
| 158 | 2026-03-10T18:27:33.864Z | Downloaded scroll_derive v0.13.1 |
| 159 | 2026-03-10T18:27:33.864Z | Downloaded pest_derive v2.8.6 |
| 160 | 2026-03-10T18:27:33.864Z | Downloaded errno v0.3.14 |
| 161 | 2026-03-10T18:27:33.864Z | Downloaded fastrand v2.3.0 |
| 162 | 2026-03-10T18:27:33.864Z | Downloaded scopeguard v1.2.0 |
| 163 | 2026-03-10T18:27:33.864Z | Downloaded futures-io v0.3.32 |
| 164 | 2026-03-10T18:27:33.864Z | Downloaded potential_utf v0.1.4 |
| 165 | 2026-03-10T18:27:33.864Z | Downloaded parse-display v0.10.0 |
| 166 | 2026-03-10T18:27:33.899Z | Downloaded equivalent v1.0.2 |
| 167 | 2026-03-10T18:27:33.899Z | Downloaded once_cell v1.21.3 |
| 168 | 2026-03-10T18:27:33.899Z | Downloaded rustls-pemfile v2.2.0 |
| 169 | 2026-03-10T18:27:33.899Z | Downloaded ipnet v2.11.0 |
| 170 | 2026-03-10T18:27:33.899Z | Downloaded base64 v0.22.1 |
| 171 | 2026-03-10T18:27:33.899Z | Downloaded serde_spanned v1.0.4 |
| 172 | 2026-03-10T18:27:33.899Z | Downloaded rand_chacha v0.3.1 |
| 173 | 2026-03-10T18:27:33.899Z | Downloaded serde_urlencoded v0.7.1 |
| 174 | 2026-03-10T18:27:33.899Z | Downloaded pin-utils v0.1.0 |
| 175 | 2026-03-10T18:27:33.899Z | Downloaded dyn-clone v1.0.20 |
| 176 | 2026-03-10T18:27:33.899Z | Downloaded pest_meta v2.8.6 |
| 177 | 2026-03-10T18:27:33.899Z | Downloaded heck v0.5.0 |
| 178 | 2026-03-10T18:27:33.899Z | Downloaded futures-sink v0.3.32 |
| 179 | 2026-03-10T18:27:33.899Z | Downloaded progenitor-client v0.10.0 |
| 180 | 2026-03-10T18:27:33.899Z | Downloaded match_cfg v0.1.0 |
| 181 | 2026-03-10T18:27:33.899Z | Downloaded macaddr v1.0.1 |
| 182 | 2026-03-10T18:27:33.899Z | Downloaded hostname v0.3.1 |
| 183 | 2026-03-10T18:27:33.899Z | Downloaded instant v0.1.13 |
| 184 | 2026-03-10T18:27:33.899Z | Downloaded scroll v0.13.0 |
| 185 | 2026-03-10T18:27:33.900Z | Downloaded rustversion v1.0.22 |
| 186 | 2026-03-10T18:27:33.900Z | Downloaded rand_chacha v0.9.0 |
| 187 | 2026-03-10T18:27:33.900Z | Downloaded dunce v1.0.5 |
| 188 | 2026-03-10T18:27:33.900Z | Downloaded dtrace-parser v0.3.0 |
| 189 | 2026-03-10T18:27:33.900Z | Downloaded http-body v1.0.1 |
| 190 | 2026-03-10T18:27:33.900Z | Downloaded hex v0.4.3 |
| 191 | 2026-03-10T18:27:33.900Z | Downloaded plain v0.2.3 |
| 192 | 2026-03-10T18:27:33.900Z | Downloaded futures-macro v0.3.32 |
| 193 | 2026-03-10T18:27:33.900Z | Downloaded crypto-common v0.1.7 |
| 194 | 2026-03-10T18:27:33.900Z | Downloaded lru-slab v0.1.2 |
| 195 | 2026-03-10T18:27:33.900Z | Downloaded find-msvc-tools v0.1.9 |
| 196 | 2026-03-10T18:27:33.900Z | Downloaded powerfmt v0.2.0 |
| 197 | 2026-03-10T18:27:33.900Z | Downloaded daft-derive v0.1.5 |
| 198 | 2026-03-10T18:27:33.900Z | Downloaded fs_extra v1.3.0 |
| 199 | 2026-03-10T18:27:33.900Z | Downloaded quick-error v1.2.3 |
| 200 | 2026-03-10T18:27:33.900Z | Downloaded slog-bunyan v2.5.0 |
| 201 | 2026-03-10T18:27:33.900Z | Downloaded async-trait v0.1.89 |
| 202 | 2026-03-10T18:27:33.945Z | Downloaded pretty-hex v0.4.1 |
| 203 | 2026-03-10T18:27:33.945Z | Downloaded newtype-uuid v1.3.2 |
| 204 | 2026-03-10T18:27:33.945Z | Downloaded quote v1.0.44 |
| 205 | 2026-03-10T18:27:33.945Z | Downloaded futures-task v0.3.32 |
| 206 | 2026-03-10T18:27:33.945Z | Downloaded ident_case v1.0.1 |
| 207 | 2026-03-10T18:27:33.946Z | Downloaded icu_properties v2.1.2 |
| 208 | 2026-03-10T18:27:33.946Z | Downloaded strsim v0.11.1 |
| 209 | 2026-03-10T18:27:33.946Z | Downloaded futures v0.3.32 |
| 210 | 2026-03-10T18:27:33.946Z | Downloaded take_mut v0.2.2 |
| 211 | 2026-03-10T18:27:33.946Z | Downloaded strum v0.26.3 |
| 212 | 2026-03-10T18:27:33.946Z | Downloaded structmeta-derive v0.3.0 |
| 213 | 2026-03-10T18:27:33.946Z | Downloaded structmeta v0.3.0 |
| 214 | 2026-03-10T18:27:33.946Z | Downloaded stable_deref_trait v1.2.1 |
| 215 | 2026-03-10T18:27:33.946Z | Downloaded idna_adapter v1.2.1 |
| 216 | 2026-03-10T18:27:33.946Z | Downloaded fnv v1.0.7 |
| 217 | 2026-03-10T18:27:33.946Z | Downloaded progenitor-client v0.13.0 |
| 218 | 2026-03-10T18:27:33.946Z | Downloaded hostname v0.4.2 |
| 219 | 2026-03-10T18:27:33.946Z | Downloaded paste v1.0.15 |
| 220 | 2026-03-10T18:27:33.946Z | Downloaded cfg_aliases v0.2.1 |
| 221 | 2026-03-10T18:27:33.946Z | Downloaded darling_macro v0.21.3 |
| 222 | 2026-03-10T18:27:33.946Z | Downloaded httpdate v1.0.3 |
| 223 | 2026-03-10T18:27:33.946Z | Downloaded backon v1.6.0 |
| 224 | 2026-03-10T18:27:33.946Z | Downloaded bit-vec v0.8.0 |
| 225 | 2026-03-10T18:27:33.946Z | Downloaded autocfg v1.5.0 |
| 226 | 2026-03-10T18:27:33.946Z | Downloaded rand_core v0.6.4 |
| 227 | 2026-03-10T18:27:33.999Z | Downloaded time-core v0.1.8 |
| 228 | 2026-03-10T18:27:33.999Z | Downloaded thread-id v5.1.0 |
| 229 | 2026-03-10T18:27:33.999Z | Downloaded tinyvec_macros v0.1.1 |
| 230 | 2026-03-10T18:27:33.999Z | Downloaded pest_generator v2.8.6 |
| 231 | 2026-03-10T18:27:34.000Z | Downloaded multer v3.1.0 |
| 232 | 2026-03-10T18:27:34.000Z | Downloaded async-stream-impl v0.3.6 |
| 233 | 2026-03-10T18:27:34.000Z | Downloaded schemars_derive v0.8.22 |
| 234 | 2026-03-10T18:27:34.000Z | Downloaded strum v0.27.2 |
| 235 | 2026-03-10T18:27:34.000Z | Downloaded rusty-fork v0.3.1 |
| 236 | 2026-03-10T18:27:34.000Z | Downloaded rand_core v0.9.5 |
| 237 | 2026-03-10T18:27:34.000Z | Downloaded sync_wrapper v1.0.2 |
| 238 | 2026-03-10T18:27:34.000Z | Downloaded subtle v2.6.1 |
| 239 | 2026-03-10T18:27:34.000Z | Downloaded pin-project-lite v0.2.17 |
| 240 | 2026-03-10T18:27:34.000Z | Downloaded anyhow v1.0.102 |
| 241 | 2026-03-10T18:27:34.000Z | Downloaded rustls-native-certs v0.8.3 |
| 242 | 2026-03-10T18:27:34.000Z | Downloaded backoff v0.4.0 |
| 243 | 2026-03-10T18:27:34.000Z | Downloaded http-body-util v0.1.3 |
| 244 | 2026-03-10T18:27:34.000Z | Downloaded form_urlencoded v1.2.2 |
| 245 | 2026-03-10T18:27:34.000Z | Downloaded mime v0.3.17 |
| 246 | 2026-03-10T18:27:34.000Z | Downloaded serde_path_to_error v0.1.20 |
| 247 | 2026-03-10T18:27:34.000Z | Downloaded futures-executor v0.3.32 |
| 248 | 2026-03-10T18:27:34.000Z | Downloaded rustc-hash v2.1.1 |
| 249 | 2026-03-10T18:27:34.000Z | Downloaded foldhash v0.2.0 |
| 250 | 2026-03-10T18:27:34.000Z | Downloaded erased-serde v0.3.31 |
| 251 | 2026-03-10T18:27:34.000Z | Downloaded deranged v0.5.8 |
| 252 | 2026-03-10T18:27:34.001Z | Downloaded ppv-lite86 v0.2.21 |
| 253 | 2026-03-10T18:27:34.001Z | Downloaded tower-layer v0.3.3 |
| 254 | 2026-03-10T18:27:34.001Z | Downloaded either v1.15.0 |
| 255 | 2026-03-10T18:27:34.001Z | Downloaded cmake v0.1.57 |
| 256 | 2026-03-10T18:27:34.001Z | Downloaded ref-cast v1.0.25 |
| 257 | 2026-03-10T18:27:34.001Z | Downloaded derive-ex v0.1.8 |
| 258 | 2026-03-10T18:27:34.001Z | Downloaded percent-encoding v2.3.2 |
| 259 | 2026-03-10T18:27:34.001Z | Downloaded untrusted v0.9.0 |
| 260 | 2026-03-10T18:27:34.086Z | Downloaded displaydoc v0.2.5 |
| 261 | 2026-03-10T18:27:34.086Z | Downloaded version_check v0.9.5 |
| 262 | 2026-03-10T18:27:34.086Z | Downloaded try-lock v0.2.5 |
| 263 | 2026-03-10T18:27:34.086Z | Downloaded parse-display-derive v0.10.0 |
| 264 | 2026-03-10T18:27:34.087Z | Downloaded omicron-workspace-hack v0.1.0 |
| 265 | 2026-03-10T18:27:34.087Z | Downloaded num_threads v0.1.7 |
| 266 | 2026-03-10T18:27:34.087Z | Downloaded shlex v1.3.0 |
| 267 | 2026-03-10T18:27:34.087Z | Downloaded sha2 v0.10.9 |
| 268 | 2026-03-10T18:27:34.087Z | Downloaded unarray v0.1.4 |
| 269 | 2026-03-10T18:27:34.087Z | Downloaded tower-service v0.3.3 |
| 270 | 2026-03-10T18:27:34.087Z | Downloaded thiserror v2.0.18 |
| 271 | 2026-03-10T18:27:34.087Z | Downloaded zerofrom v0.1.6 |
| 272 | 2026-03-10T18:27:34.087Z | Downloaded utf8_iter v1.0.4 |
| 273 | 2026-03-10T18:27:34.087Z | Downloaded darling v0.21.3 |
| 274 | 2026-03-10T18:27:34.087Z | Downloaded daft v0.1.5 |
| 275 | 2026-03-10T18:27:34.087Z | Downloaded crossbeam-utils v0.8.21 |
| 276 | 2026-03-10T18:27:34.087Z | Downloaded usdt-attr-macro v0.6.0 |
| 277 | 2026-03-10T18:27:34.087Z | Downloaded slog-async v2.8.0 |
| 278 | 2026-03-10T18:27:34.087Z | Downloaded quinn-udp v0.5.14 |
| 279 | 2026-03-10T18:27:34.087Z | Downloaded waitgroup v0.1.2 |
| 280 | 2026-03-10T18:27:34.087Z | Downloaded usdt-macro v0.6.0 |
| 281 | 2026-03-10T18:27:34.087Z | Downloaded want v0.3.1 |
| 282 | 2026-03-10T18:27:34.087Z | Downloaded yoke-derive v0.8.1 |
| 283 | 2026-03-10T18:27:34.088Z | Downloaded thread_local v1.1.9 |
| 284 | 2026-03-10T18:27:34.088Z | Downloaded wait-timeout v0.2.1 |
| 285 | 2026-03-10T18:27:34.088Z | Downloaded zerofrom-derive v0.1.6 |
| 286 | 2026-03-10T18:27:34.088Z | Downloaded bytes v1.11.1 |
| 287 | 2026-03-10T18:27:34.088Z | Downloaded tinystr v0.8.2 |
| 288 | 2026-03-10T18:27:34.088Z | Downloaded allocator-api2 v0.2.21 |
| 289 | 2026-03-10T18:27:34.088Z | Downloaded tokio-rustls v0.25.0 |
| 290 | 2026-03-10T18:27:34.088Z | Downloaded tokio-macros v2.6.0 |
| 291 | 2026-03-10T18:27:34.088Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 292 | 2026-03-10T18:27:34.088Z | Downloaded thiserror v1.0.69 |
| 293 | 2026-03-10T18:27:34.088Z | Downloaded strum_macros v0.26.4 |
| 294 | 2026-03-10T18:27:34.088Z | Downloaded hyper-rustls v0.27.7 |
| 295 | 2026-03-10T18:27:34.088Z | Downloaded thiserror-impl v1.0.69 |
| 296 | 2026-03-10T18:27:34.088Z | Downloaded serde_with_macros v3.17.0 |
| 297 | 2026-03-10T18:27:34.088Z | Downloaded slog-term v2.9.2 |
| 298 | 2026-03-10T18:27:34.151Z | Downloaded httparse v1.10.1 |
| 299 | 2026-03-10T18:27:34.152Z | Downloaded ipnetwork v0.21.1 |
| 300 | 2026-03-10T18:27:34.152Z | Downloaded futures-channel v0.3.32 |
| 301 | 2026-03-10T18:27:34.152Z | Downloaded camino v1.2.2 |
| 302 | 2026-03-10T18:27:34.152Z | Downloaded time-macros v0.2.27 |
| 303 | 2026-03-10T18:27:34.152Z | Downloaded usdt v0.6.0 |
| 304 | 2026-03-10T18:27:34.152Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 305 | 2026-03-10T18:27:34.152Z | Downloaded synstructure v0.13.2 |
| 306 | 2026-03-10T18:27:34.152Z | Downloaded spin v0.9.8 |
| 307 | 2026-03-10T18:27:34.152Z | Downloaded rustls-pki-types v1.14.0 |
| 308 | 2026-03-10T18:27:34.152Z | Downloaded slog-json v2.6.1 |
| 309 | 2026-03-10T18:27:34.152Z | Downloaded semver v1.0.27 |
| 310 | 2026-03-10T18:27:34.152Z | Downloaded thiserror-impl v2.0.18 |
| 311 | 2026-03-10T18:27:34.152Z | Downloaded schemars v0.8.22 |
| 312 | 2026-03-10T18:27:34.152Z | Downloaded zmij v1.0.21 |
| 313 | 2026-03-10T18:27:34.152Z | Downloaded zeroize v1.8.2 |
| 314 | 2026-03-10T18:27:34.152Z | Downloaded slab v0.4.12 |
| 315 | 2026-03-10T18:27:34.152Z | Downloaded signal-hook-registry v1.4.8 |
| 316 | 2026-03-10T18:27:34.152Z | Downloaded tokio-rustls v0.26.4 |
| 317 | 2026-03-10T18:27:34.152Z | Downloaded serde_derive v1.0.228 |
| 318 | 2026-03-10T18:27:34.153Z | Downloaded usdt-impl v0.6.0 |
| 319 | 2026-03-10T18:27:34.153Z | Downloaded rustls-platform-verifier v0.6.2 |
| 320 | 2026-03-10T18:27:34.153Z | Downloaded log v0.4.29 |
| 321 | 2026-03-10T18:27:34.153Z | Downloaded writeable v0.6.2 |
| 322 | 2026-03-10T18:27:34.153Z | Downloaded litemap v0.8.1 |
| 323 | 2026-03-10T18:27:34.153Z | Downloaded smallvec v1.15.1 |
| 324 | 2026-03-10T18:27:34.153Z | Downloaded serde_core v1.0.228 |
| 325 | 2026-03-10T18:27:34.153Z | Downloaded icu_normalizer_data v2.1.1 |
| 326 | 2026-03-10T18:27:34.153Z | Downloaded ryu v1.0.23 |
| 327 | 2026-03-10T18:27:34.153Z | Downloaded rand v0.8.5 |
| 328 | 2026-03-10T18:27:34.153Z | Downloaded zerovec-derive v0.11.2 |
| 329 | 2026-03-10T18:27:34.153Z | Downloaded tempfile v3.25.0 |
| 330 | 2026-03-10T18:27:34.153Z | Downloaded icu_provider v2.1.1 |
| 331 | 2026-03-10T18:27:34.153Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 332 | 2026-03-10T18:27:34.153Z | Downloaded ucd-trie v0.1.7 |
| 333 | 2026-03-10T18:27:34.153Z | Downloaded term v1.2.1 |
| 334 | 2026-03-10T18:27:34.153Z | Downloaded dropshot_endpoint v0.16.7 |
| 335 | 2026-03-10T18:27:34.153Z | Downloaded getrandom v0.2.17 |
| 336 | 2026-03-10T18:27:34.153Z | Downloaded tinyvec v1.10.0 |
| 337 | 2026-03-10T18:27:34.153Z | Downloaded iri-string v0.7.10 |
| 338 | 2026-03-10T18:27:34.153Z | Downloaded num-traits v0.2.19 |
| 339 | 2026-03-10T18:27:34.238Z | Downloaded getrandom v0.4.1 |
| 340 | 2026-03-10T18:27:34.238Z | Downloaded proc-macro2 v1.0.106 |
| 341 | 2026-03-10T18:27:34.239Z | Downloaded yoke v0.8.1 |
| 342 | 2026-03-10T18:27:34.239Z | Downloaded tracing-core v0.1.36 |
| 343 | 2026-03-10T18:27:34.239Z | Downloaded strum_macros v0.27.2 |
| 344 | 2026-03-10T18:27:34.239Z | Downloaded test-strategy v0.4.5 |
| 345 | 2026-03-10T18:27:34.239Z | Downloaded memchr v2.8.0 |
| 346 | 2026-03-10T18:27:34.239Z | Downloaded darling_core v0.21.3 |
| 347 | 2026-03-10T18:27:34.239Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 348 | 2026-03-10T18:27:34.239Z | Downloaded crossbeam-channel v0.5.15 |
| 349 | 2026-03-10T18:27:34.239Z | Downloaded socket2 v0.6.2 |
| 350 | 2026-03-10T18:27:34.239Z | Downloaded slog v2.8.2 |
| 351 | 2026-03-10T18:27:34.239Z | Downloaded getrandom v0.3.4 |
| 352 | 2026-03-10T18:27:34.239Z | Downloaded parking_lot_core v0.9.12 |
| 353 | 2026-03-10T18:27:34.239Z | Downloaded icu_normalizer v2.1.1 |
| 354 | 2026-03-10T18:27:34.239Z | Downloaded serde v1.0.228 |
| 355 | 2026-03-10T18:27:34.239Z | Downloaded typenum v1.19.0 |
| 356 | 2026-03-10T18:27:34.239Z | Downloaded uuid v1.21.0 |
| 357 | 2026-03-10T18:27:34.239Z | Downloaded rand v0.9.2 |
| 358 | 2026-03-10T18:27:34.239Z | Downloaded zerotrie v0.2.3 |
| 359 | 2026-03-10T18:27:34.239Z | Downloaded mio v1.1.1 |
| 360 | 2026-03-10T18:27:34.239Z | Downloaded pest v2.8.6 |
| 361 | 2026-03-10T18:27:34.239Z | Downloaded icu_collections v2.1.1 |
| 362 | 2026-03-10T18:27:34.239Z | Downloaded url v2.5.8 |
| 363 | 2026-03-10T18:27:34.305Z | Downloaded iddqd v0.3.17 |
| 364 | 2026-03-10T18:27:34.305Z | Downloaded unicode-ident v1.0.24 |
| 365 | 2026-03-10T18:27:34.305Z | Downloaded rustls-webpki v0.103.9 |
| 366 | 2026-03-10T18:27:34.305Z | Downloaded icu_locale_core v2.1.1 |
| 367 | 2026-03-10T18:27:34.305Z | Downloaded cc v1.2.56 |
| 368 | 2026-03-10T18:27:34.305Z | Downloaded digest v0.10.7 |
| 369 | 2026-03-10T18:27:34.305Z | Downloaded zerocopy-derive v0.8.40 |
| 370 | 2026-03-10T18:27:34.305Z | Downloaded tower v0.5.3 |
| 371 | 2026-03-10T18:27:34.305Z | Downloaded itertools v0.14.0 |
| 372 | 2026-03-10T18:27:34.305Z | Downloaded hyper-util v0.1.20 |
| 373 | 2026-03-10T18:27:34.305Z | Downloaded indexmap v2.13.0 |
| 374 | 2026-03-10T18:27:34.305Z | Downloaded quinn v0.11.9 |
| 375 | 2026-03-10T18:27:34.305Z | Downloaded aho-corasick v1.1.4 |
| 376 | 2026-03-10T18:27:34.305Z | Downloaded byteorder v1.5.0 |
| 377 | 2026-03-10T18:27:34.305Z | Downloaded dof v0.4.0 |
| 378 | 2026-03-10T18:27:34.306Z | Downloaded memmap2 v0.9.10 |
| 379 | 2026-03-10T18:27:34.306Z | Downloaded bit-set v0.8.0 |
| 380 | 2026-03-10T18:27:34.306Z | Downloaded http v1.4.0 |
| 381 | 2026-03-10T18:27:34.306Z | Downloaded tower-http v0.6.8 |
| 382 | 2026-03-10T18:27:34.306Z | Downloaded tokio-util v0.7.18 |
| 383 | 2026-03-10T18:27:34.306Z | Downloaded reqwest v0.12.28 |
| 384 | 2026-03-10T18:27:34.306Z | Downloaded regex v1.12.3 |
| 385 | 2026-03-10T18:27:34.370Z | Downloaded idna v1.1.0 |
| 386 | 2026-03-10T18:27:34.370Z | Downloaded reqwest v0.13.2 |
| 387 | 2026-03-10T18:27:34.370Z | Downloaded zerovec v0.11.5 |
| 388 | 2026-03-10T18:27:34.370Z | Downloaded serde_json v1.0.149 |
| 389 | 2026-03-10T18:27:34.370Z | Downloaded hashbrown v0.16.1 |
| 390 | 2026-03-10T18:27:34.370Z | Downloaded rustls-webpki v0.102.8 |
| 391 | 2026-03-10T18:27:34.370Z | Downloaded serde_with v3.17.0 |
| 392 | 2026-03-10T18:27:34.370Z | Downloaded proptest v1.10.0 |
| 393 | 2026-03-10T18:27:34.370Z | Downloaded h2 v0.4.13 |
| 394 | 2026-03-10T18:27:34.370Z | Downloaded futures-util v0.3.32 |
| 395 | 2026-03-10T18:27:34.427Z | Downloaded winnow v0.7.14 |
| 396 | 2026-03-10T18:27:34.427Z | Downloaded quinn-proto v0.11.13 |
| 397 | 2026-03-10T18:27:34.427Z | Downloaded time v0.3.47 |
| 398 | 2026-03-10T18:27:34.427Z | Downloaded chrono v0.4.44 |
| 399 | 2026-03-10T18:27:34.428Z | Downloaded zerocopy v0.8.40 |
| 400 | 2026-03-10T18:27:34.428Z | Downloaded goblin v0.10.5 |
| 401 | 2026-03-10T18:27:34.428Z | Downloaded aws-lc-rs v1.16.0 |
| 402 | 2026-03-10T18:27:34.428Z | Downloaded rustls v0.22.4 |
| 403 | 2026-03-10T18:27:34.428Z | Downloaded regex-syntax v0.8.10 |
| 404 | 2026-03-10T18:27:34.428Z | Downloaded syn v2.0.117 |
| 405 | 2026-03-10T18:27:34.434Z | Downloaded regress v0.10.5 |
| 406 | 2026-03-10T18:27:34.434Z | Downloaded rustls v0.23.37 |
| 407 | 2026-03-10T18:27:34.434Z | Downloaded dropshot v0.16.7 |
| 408 | 2026-03-10T18:27:34.434Z | Downloaded rustix v1.1.3 |
| 409 | 2026-03-10T18:27:34.434Z | Downloaded openapiv3 v2.2.0 |
| 410 | 2026-03-10T18:27:34.453Z | Downloaded icu_properties_data v2.1.2 |
| 411 | 2026-03-10T18:27:34.578Z | Downloaded hyper v1.8.1 |
| 412 | 2026-03-10T18:27:34.726Z | Downloaded tracing v0.1.44 |
| 413 | 2026-03-10T18:27:34.727Z | Downloaded regex-automata v0.4.14 |
| 414 | 2026-03-10T18:27:34.727Z | Downloaded libc v0.2.180 |
| 415 | 2026-03-10T18:27:34.727Z | Downloaded ring v0.17.14 |
| 416 | 2026-03-10T18:27:34.727Z | Downloaded tokio v1.49.0 |
| 417 | 2026-03-10T18:27:34.855Z | Downloaded encoding_rs v0.8.35 |
| 418 | 2026-03-10T18:27:35.320Z | Downloaded aws-lc-sys v0.37.1 |
| 419 | 2026-03-10T18:27:35.528Z | Compiling proc-macro2 v1.0.106 |
| 420 | 2026-03-10T18:27:35.538Z | Compiling quote v1.0.44 |
| 421 | 2026-03-10T18:27:35.538Z | Compiling unicode-ident v1.0.24 |
| 422 | 2026-03-10T18:27:35.539Z | Compiling libc v0.2.180 |
| 423 | 2026-03-10T18:27:35.539Z | Checking cfg-if v1.0.4 |
| 424 | 2026-03-10T18:27:35.539Z | Compiling serde_core v1.0.228 |
| 425 | 2026-03-10T18:27:35.539Z | Checking memchr v2.8.0 |
| 426 | 2026-03-10T18:27:35.539Z | Checking itoa v1.0.17 |
| 427 | 2026-03-10T18:27:35.785Z | Compiling serde v1.0.228 |
| 428 | 2026-03-10T18:27:35.800Z | Compiling zmij v1.0.21 |
| 429 | 2026-03-10T18:27:35.880Z | Compiling serde_json v1.0.149 |
| 430 | 2026-03-10T18:27:36.153Z | Compiling find-msvc-tools v0.1.9 |
| 431 | 2026-03-10T18:27:36.182Z | Checking pin-project-lite v0.2.17 |
| 432 | 2026-03-10T18:27:36.216Z | Compiling shlex v1.3.0 |
| 433 | 2026-03-10T18:27:36.253Z | Checking smallvec v1.15.1 |
| 434 | 2026-03-10T18:27:36.427Z | Checking futures-core v0.3.32 |
| 435 | 2026-03-10T18:27:36.440Z | Checking bytes v1.11.1 |
| 436 | 2026-03-10T18:27:36.481Z | Compiling parking_lot_core v0.9.12 |
| 437 | 2026-03-10T18:27:36.562Z | Checking once_cell v1.21.3 |
| 438 | 2026-03-10T18:27:36.693Z | Compiling jobserver v0.1.34 |
| 439 | 2026-03-10T18:27:36.736Z | Checking errno v0.3.14 |
| 440 | 2026-03-10T18:27:36.780Z | Checking scopeguard v1.2.0 |
| 441 | 2026-03-10T18:27:36.880Z | Checking stable_deref_trait v1.2.1 |
| 442 | 2026-03-10T18:27:36.900Z | Checking lock_api v0.4.14 |
| 443 | 2026-03-10T18:27:37.059Z | Compiling cc v1.2.56 |
| 444 | 2026-03-10T18:27:37.121Z | Checking futures-sink v0.3.32 |
| 445 | 2026-03-10T18:27:41.473Z | Checking signal-hook-registry v1.4.8 |
| 446 | 2026-03-10T18:27:41.473Z | Checking mio v1.1.1 |
| 447 | 2026-03-10T18:27:41.658Z | Checking parking_lot v0.12.5 |
| 448 | 2026-03-10T18:27:41.658Z | Compiling syn v2.0.117 |
| 449 | 2026-03-10T18:27:41.658Z | Checking socket2 v0.6.2 |
| 450 | 2026-03-10T18:27:41.658Z | Compiling getrandom v0.4.1 |
| 451 | 2026-03-10T18:27:41.658Z | Compiling autocfg v1.5.0 |
| 452 | 2026-03-10T18:27:41.658Z | Checking zeroize v1.8.2 |
| 453 | 2026-03-10T18:27:41.658Z | Checking slab v0.4.12 |
| 454 | 2026-03-10T18:27:41.658Z | Checking futures-channel v0.3.32 |
| 455 | 2026-03-10T18:27:41.658Z | Compiling zerocopy v0.8.40 |
| 456 | 2026-03-10T18:27:41.658Z | Checking allocator-api2 v0.2.21 |
| 457 | 2026-03-10T18:27:41.658Z | Compiling thiserror v2.0.18 |
| 458 | 2026-03-10T18:27:41.658Z | Compiling num-traits v0.2.19 |
| 459 | 2026-03-10T18:27:41.658Z | Compiling rustversion v1.0.22 |
| 460 | 2026-03-10T18:27:41.658Z | Checking equivalent v1.0.2 |
| 461 | 2026-03-10T18:27:41.659Z | Checking foldhash v0.2.0 |
| 462 | 2026-03-10T18:27:41.659Z | Compiling cmake v0.1.57 |
| 463 | 2026-03-10T18:27:41.659Z | Checking hashbrown v0.16.1 |
| 464 | 2026-03-10T18:27:41.659Z | Checking rustls-pki-types v1.14.0 |
| 465 | 2026-03-10T18:27:41.659Z | Checking http v1.4.0 |
| 466 | 2026-03-10T18:27:41.659Z | Compiling dunce v1.0.5 |
| 467 | 2026-03-10T18:27:41.659Z | Compiling version_check v0.9.5 |
| 468 | 2026-03-10T18:27:41.659Z | Checking futures-task v0.3.32 |
| 469 | 2026-03-10T18:27:41.659Z | Checking futures-io v0.3.32 |
| 470 | 2026-03-10T18:27:41.659Z | Compiling fs_extra v1.3.0 |
| 471 | 2026-03-10T18:27:41.659Z | Checking untrusted v0.9.0 |
| 472 | 2026-03-10T18:27:41.659Z | Checking iana-time-zone v0.1.65 |
| 473 | 2026-03-10T18:27:41.659Z | Checking fnv v1.0.7 |
| 474 | 2026-03-10T18:27:41.659Z | Checking log v0.4.29 |
| 475 | 2026-03-10T18:27:41.659Z | Compiling ucd-trie v0.1.7 |
| 476 | 2026-03-10T18:27:41.659Z | Compiling aws-lc-sys v0.37.1 |
| 477 | 2026-03-10T18:27:41.659Z | Checking litemap v0.8.1 |
| 478 | 2026-03-10T18:27:41.659Z | Compiling pest v2.8.6 |
| 479 | 2026-03-10T18:27:41.659Z | Compiling schemars v0.8.22 |
| 480 | 2026-03-10T18:27:41.659Z | Checking writeable v0.6.2 |
| 481 | 2026-03-10T18:27:41.659Z | Compiling httparse v1.10.1 |
| 482 | 2026-03-10T18:27:41.659Z | Checking http-body v1.0.1 |
| 483 | 2026-03-10T18:27:41.659Z | Checking indexmap v2.13.0 |
| 484 | 2026-03-10T18:27:41.659Z | Checking semver v1.0.27 |
| 485 | 2026-03-10T18:27:41.659Z | Checking uuid v1.21.0 |
| 486 | 2026-03-10T18:27:41.659Z | Checking tracing-core v0.1.36 |
| 487 | 2026-03-10T18:27:41.659Z | Checking dyn-clone v1.0.20 |
| 488 | 2026-03-10T18:27:41.659Z | Checking atomic-waker v1.1.2 |
| 489 | 2026-03-10T18:27:41.659Z | Compiling icu_properties_data v2.1.2 |
| 490 | 2026-03-10T18:27:41.659Z | Compiling aws-lc-rs v1.16.0 |
| 491 | 2026-03-10T18:27:41.659Z | Compiling icu_normalizer_data v2.1.1 |
| 492 | 2026-03-10T18:27:41.659Z | Checking bitflags v2.11.0 |
| 493 | 2026-03-10T18:27:41.659Z | Checking percent-encoding v2.3.2 |
| 494 | 2026-03-10T18:27:41.659Z | Checking tracing v0.1.44 |
| 495 | 2026-03-10T18:27:41.660Z | Checking getrandom v0.2.17 |
| 496 | 2026-03-10T18:27:41.660Z | Checking try-lock v0.2.5 |
| 497 | 2026-03-10T18:27:41.660Z | Checking tower-service v0.3.3 |
| 498 | 2026-03-10T18:27:41.660Z | Checking base64 v0.22.1 |
| 499 | 2026-03-10T18:27:41.660Z | Checking subtle v2.6.1 |
| 500 | 2026-03-10T18:27:41.660Z | Compiling pest_meta v2.8.6 |
| 501 | 2026-03-10T18:27:41.660Z | Checking tower-layer v0.3.3 |
| 502 | 2026-03-10T18:27:41.660Z | Compiling heck v0.5.0 |
| 503 | 2026-03-10T18:27:41.660Z | Checking want v0.3.1 |
| 504 | 2026-03-10T18:27:41.660Z | Compiling synstructure v0.13.2 |
| 505 | 2026-03-10T18:27:41.660Z | Compiling serde_derive_internals v0.29.1 |
| 506 | 2026-03-10T18:27:41.660Z | Compiling slog v2.8.2 |
| 507 | 2026-03-10T18:27:41.660Z | Checking pin-utils v0.1.0 |
| 508 | 2026-03-10T18:27:41.711Z | Checking httpdate v1.0.3 |
| 509 | 2026-03-10T18:27:41.711Z | Compiling typenum v1.19.0 |
| 510 | 2026-03-10T18:27:41.794Z | Compiling pest_generator v2.8.6 |
| 511 | 2026-03-10T18:27:41.912Z | Compiling getrandom v0.3.4 |
| 512 | 2026-03-10T18:27:41.991Z | Checking form_urlencoded v1.2.2 |
| 513 | 2026-03-10T18:27:42.083Z | Compiling generic-array v0.14.7 |
| 514 | 2026-03-10T18:27:42.133Z | Compiling ring v0.17.14 |
| 515 | 2026-03-10T18:27:42.334Z | Compiling rustls v0.23.37 |
| 516 | 2026-03-10T18:27:42.350Z | Checking ipnet v2.11.0 |
| 517 | 2026-03-10T18:27:42.584Z | Compiling paste v1.0.15 |
| 518 | 2026-03-10T18:27:42.804Z | Checking sync_wrapper v1.0.2 |
| 519 | 2026-03-10T18:27:42.838Z | Checking utf8_iter v1.0.4 |
| 520 | 2026-03-10T18:27:42.914Z | Compiling num-conv v0.2.0 |
| 521 | 2026-03-10T18:27:43.002Z | Checking powerfmt v0.2.0 |
| 522 | 2026-03-10T18:27:43.073Z | Compiling rustix v1.1.3 |
| 523 | 2026-03-10T18:27:43.086Z | Compiling serde_derive v1.0.228 |
| 524 | 2026-03-10T18:27:43.104Z | Compiling zerocopy-derive v0.8.40 |
| 525 | 2026-03-10T18:27:43.170Z | Compiling zerofrom-derive v0.1.6 |
| 526 | 2026-03-10T18:27:43.344Z | Compiling yoke-derive v0.8.1 |
| 527 | 2026-03-10T18:27:43.500Z | Compiling tokio-macros v2.6.0 |
| 528 | 2026-03-10T18:27:44.033Z | Compiling zerovec-derive v0.11.2 |
| 529 | 2026-03-10T18:27:44.411Z | Checking tokio v1.49.0 |
| 530 | 2026-03-10T18:27:44.719Z | Compiling displaydoc v0.2.5 |
| 531 | 2026-03-10T18:27:44.793Z | Checking zerofrom v0.1.6 |
| 532 | 2026-03-10T18:27:44.914Z | Compiling thiserror-impl v2.0.18 |
| 533 | 2026-03-10T18:27:44.928Z | Checking yoke v0.8.1 |
| 534 | 2026-03-10T18:27:45.127Z | Compiling futures-macro v0.3.32 |
| 535 | 2026-03-10T18:27:45.417Z | Checking zerovec v0.11.5 |
| 536 | 2026-03-10T18:27:45.977Z | Checking tinystr v0.8.2 |
| 537 | 2026-03-10T18:27:46.142Z | Checking futures-util v0.3.32 |
| 538 | 2026-03-10T18:27:46.190Z | Checking icu_locale_core v2.1.1 |
| 539 | 2026-03-10T18:27:46.474Z | Checking potential_utf v0.1.4 |
| 540 | 2026-03-10T18:27:46.750Z | Checking zerotrie v0.2.3 |
| 541 | 2026-03-10T18:27:46.942Z | Compiling schemars_derive v0.8.22 |
| 542 | 2026-03-10T18:27:47.041Z | Checking icu_provider v2.1.1 |
| 543 | 2026-03-10T18:27:47.125Z | Checking chrono v0.4.44 |
| 544 | 2026-03-10T18:27:47.279Z | Checking icu_collections v2.1.1 |
| 545 | 2026-03-10T18:27:47.318Z | Compiling pest_derive v2.8.6 |
| 546 | 2026-03-10T18:27:47.654Z | Checking icu_normalizer v2.1.1 |
| 547 | 2026-03-10T18:27:47.923Z | Checking icu_properties v2.1.2 |
| 548 | 2026-03-10T18:27:48.025Z | Compiling serde_tokenstream v0.2.3 |
| 549 | 2026-03-10T18:27:48.252Z | Checking erased-serde v0.3.31 |
| 550 | 2026-03-10T18:27:48.360Z | Checking tokio-util v0.7.18 |
| 551 | 2026-03-10T18:27:48.705Z | Compiling scroll_derive v0.13.1 |
| 552 | 2026-03-10T18:27:48.879Z | Checking h2 v0.4.13 |
| 553 | 2026-03-10T18:27:49.033Z | Checking idna_adapter v1.2.1 |
| 554 | 2026-03-10T18:27:49.130Z | Compiling structmeta-derive v0.3.0 |
| 555 | 2026-03-10T18:27:49.165Z | Checking ryu v1.0.23 |
| 556 | 2026-03-10T18:27:49.280Z | Compiling usdt-impl v0.6.0 |
| 557 | 2026-03-10T18:27:49.325Z | Compiling time-core v0.1.8 |
| 558 | 2026-03-10T18:27:49.511Z | Compiling time-macros v0.2.27 |
| 559 | 2026-03-10T18:27:49.598Z | Checking serde_urlencoded v0.7.1 |
| 560 | 2026-03-10T18:27:49.759Z | Checking scroll v0.13.0 |
| 561 | 2026-03-10T18:27:49.847Z | Checking ppv-lite86 v0.2.21 |
| 562 | 2026-03-10T18:27:49.860Z | Checking ipnetwork v0.21.1 |
| 563 | 2026-03-10T18:27:50.038Z | Checking idna v1.1.0 |
| 564 | 2026-03-10T18:27:50.090Z | Checking tower v0.5.3 |
| 565 | 2026-03-10T18:27:50.266Z | Compiling dtrace-parser v0.3.0 |
| 566 | 2026-03-10T18:27:50.480Z | Compiling structmeta v0.3.0 |
| 567 | 2026-03-10T18:27:50.585Z | Checking deranged v0.5.8 |
| 568 | 2026-03-10T18:27:51.093Z | Checking rand_core v0.9.5 |
| 569 | 2026-03-10T18:27:51.106Z | Checking http-body-util v0.1.3 |
| 570 | 2026-03-10T18:27:51.177Z | Compiling thread-id v5.1.0 |
| 571 | 2026-03-10T18:27:51.277Z | Checking hyper v1.8.1 |
| 572 | 2026-03-10T18:27:51.365Z | Compiling byteorder v1.5.0 |
| 573 | 2026-03-10T18:27:51.403Z | Checking iri-string v0.7.10 |
| 574 | 2026-03-10T18:27:51.432Z | Compiling ident_case v1.0.1 |
| 575 | 2026-03-10T18:27:51.448Z | Checking regex-syntax v0.8.10 |
| 576 | 2026-03-10T18:27:51.637Z | Compiling strsim v0.11.1 |
| 577 | 2026-03-10T18:27:51.843Z | Checking plain v0.2.3 |
| 578 | 2026-03-10T18:27:51.912Z | Compiling crossbeam-utils v0.8.21 |
| 579 | 2026-03-10T18:27:51.956Z | Checking fastrand v2.3.0 |
| 580 | 2026-03-10T18:27:52.003Z | Checking num_threads v0.1.7 |
| 581 | 2026-03-10T18:27:52.094Z | Checking time v0.3.47 |
| 582 | 2026-03-10T18:27:52.165Z | Checking goblin v0.10.5 |
| 583 | 2026-03-10T18:27:52.298Z | Compiling darling_core v0.21.3 |
| 584 | 2026-03-10T18:27:52.422Z | Checking hyper-util v0.1.20 |
| 585 | 2026-03-10T18:27:52.814Z | Checking tower-http v0.6.8 |
| 586 | 2026-03-10T18:27:53.038Z | Compiling dof v0.4.0 |
| 587 | 2026-03-10T18:27:53.411Z | Checking url v2.5.8 |
| 588 | 2026-03-10T18:27:53.776Z | Checking oxnet v0.1.4 |
| 589 | 2026-03-10T18:27:53.898Z | Checking newtype-uuid v1.3.2 |
| 590 | 2026-03-10T18:27:54.094Z | Compiling daft-derive v0.1.5 |
| 591 | 2026-03-10T18:27:54.110Z | Compiling aho-corasick v1.1.4 |
| 592 | 2026-03-10T18:27:54.600Z | Checking pretty-hex v0.4.1 |
| 593 | 2026-03-10T18:27:54.734Z | Compiling omicron-workspace-hack v0.1.0 |
| 594 | 2026-03-10T18:27:55.018Z | Compiling rustls v0.22.4 |
| 595 | 2026-03-10T18:27:55.266Z | Checking openssl-probe v0.2.1 |
| 596 | 2026-03-10T18:27:55.309Z | Compiling darling_macro v0.21.3 |
| 597 | 2026-03-10T18:27:55.322Z | Checking daft v0.1.5 |
| 598 | 2026-03-10T18:27:55.367Z | Checking rustls-webpki v0.102.8 |
| 599 | 2026-03-10T18:27:55.382Z | Checking rustls-native-certs v0.8.3 |
| 600 | 2026-03-10T18:27:55.585Z | Checking tempfile v3.25.0 |
| 601 | 2026-03-10T18:27:55.839Z | Checking rand_chacha v0.9.0 |
| 602 | 2026-03-10T18:27:55.970Z | Checking block-buffer v0.10.4 |
| 603 | 2026-03-10T18:27:56.057Z | Checking crypto-common v0.1.7 |
| 604 | 2026-03-10T18:27:56.071Z | Checking rand_core v0.6.4 |
| 605 | 2026-03-10T18:27:56.112Z | Compiling multer v3.1.0 |
| 606 | 2026-03-10T18:27:56.240Z | Checking wait-timeout v0.2.1 |
| 607 | 2026-03-10T18:27:56.263Z | Checking thread_local v1.1.9 |
| 608 | 2026-03-10T18:27:56.375Z | Compiling ref-cast v1.0.25 |
| 609 | 2026-03-10T18:27:56.380Z | Compiling slog-async v2.8.0 |
| 610 | 2026-03-10T18:27:56.380Z | Compiling anyhow v1.0.102 |
| 611 | 2026-03-10T18:27:56.452Z | Checking quick-error v1.2.3 |
| 612 | 2026-03-10T18:27:56.563Z | Checking match_cfg v0.1.0 |
| 613 | 2026-03-10T18:27:56.636Z | Checking winnow v0.7.14 |
| 614 | 2026-03-10T18:27:56.748Z | Compiling regex-automata v0.4.14 |
| 615 | 2026-03-10T18:27:56.769Z | Compiling thiserror v1.0.69 |
| 616 | 2026-03-10T18:27:57.022Z | Checking bit-vec v0.8.0 |
| 617 | 2026-03-10T18:27:57.167Z | Compiling camino v1.2.2 |
| 618 | 2026-03-10T18:27:57.265Z | Checking bit-set v0.8.0 |
| 619 | 2026-03-10T18:27:57.672Z | Checking hostname v0.3.1 |
| 620 | 2026-03-10T18:27:57.701Z | Checking rusty-fork v0.3.1 |
| 621 | 2026-03-10T18:27:57.808Z | Checking rand_chacha v0.3.1 |
| 622 | 2026-03-10T18:27:57.826Z | Checking crossbeam-channel v0.5.15 |
| 623 | 2026-03-10T18:27:57.894Z | Checking digest v0.10.7 |
| 624 | 2026-03-10T18:27:58.040Z | Checking rand v0.9.2 |
| 625 | 2026-03-10T18:27:58.100Z | Compiling darling v0.21.3 |
| 626 | 2026-03-10T18:27:58.105Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 627 | 2026-03-10T18:27:58.248Z | Compiling usdt-macro v0.6.0 |
| 628 | 2026-03-10T18:27:58.528Z | Compiling usdt-attr-macro v0.6.0 |
| 629 | 2026-03-10T18:27:58.634Z | Checking slog-json v2.6.1 |
| 630 | 2026-03-10T18:27:58.759Z | Checking rand_xorshift v0.4.0 |
| 631 | 2026-03-10T18:27:58.810Z | Compiling derive-ex v0.1.8 |
| 632 | 2026-03-10T18:27:58.893Z | Checking futures-executor v0.3.32 |
| 633 | 2026-03-10T18:27:59.019Z | Compiling regex v1.12.3 |
| 634 | 2026-03-10T18:27:59.058Z | Compiling strum_macros v0.26.4 |
| 635 | 2026-03-10T18:27:59.080Z | Compiling thiserror-impl v1.0.69 |
| 636 | 2026-03-10T18:27:59.425Z | Compiling ref-cast-impl v1.0.25 |
| 637 | 2026-03-10T18:27:59.540Z | Compiling async-stream-impl v0.3.6 |
| 638 | 2026-03-10T18:28:00.097Z | Compiling dropshot v0.16.7 |
| 639 | 2026-03-10T18:28:00.165Z | Checking serde_spanned v1.0.4 |
| 640 | 2026-03-10T18:28:00.293Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 641 | 2026-03-10T18:28:00.313Z | Checking memmap2 v0.9.10 |
| 642 | 2026-03-10T18:28:00.328Z | Checking is-terminal v0.4.17 |
| 643 | 2026-03-10T18:28:00.375Z | Checking encoding_rs v0.8.35 |
| 644 | 2026-03-10T18:28:00.421Z | Checking term v1.2.1 |
| 645 | 2026-03-10T18:28:00.500Z | Checking spin v0.9.8 |
| 646 | 2026-03-10T18:28:00.536Z | Checking unarray v0.1.4 |
| 647 | 2026-03-10T18:28:00.601Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 648 | 2026-03-10T18:28:00.658Z | Checking cpufeatures v0.2.17 |
| 649 | 2026-03-10T18:28:00.671Z | Checking hex v0.4.3 |
| 650 | 2026-03-10T18:28:00.691Z | Checking mime v0.3.17 |
| 651 | 2026-03-10T18:28:00.819Z | Checking take_mut v0.2.2 |
| 652 | 2026-03-10T18:28:00.879Z | Compiling test-strategy v0.4.5 |
| 653 | 2026-03-10T18:28:00.900Z | Checking toml v0.9.12+spec-1.1.0 |
| 654 | 2026-03-10T18:28:00.930Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 655 | 2026-03-10T18:28:01.067Z | Compiling dropshot_endpoint v0.16.7 |
| 656 | 2026-03-10T18:28:01.100Z | Checking sha1 v0.10.6 |
| 657 | 2026-03-10T18:28:01.137Z | Checking slog-term v2.9.2 |
| 658 | 2026-03-10T18:28:01.223Z | Checking strum v0.26.3 |
| 659 | 2026-03-10T18:28:01.288Z | Checking proptest v1.10.0 |
| 660 | 2026-03-10T18:28:01.454Z | Checking usdt v0.6.0 |
| 661 | 2026-03-10T18:28:01.524Z | Checking async-stream v0.3.6 |
| 662 | 2026-03-10T18:28:01.625Z | Compiling parse-display-derive v0.10.0 |
| 663 | 2026-03-10T18:28:01.689Z | Checking tokio-rustls v0.25.0 |
| 664 | 2026-03-10T18:28:01.759Z | Checking futures v0.3.32 |
| 665 | 2026-03-10T18:28:01.878Z | Checking slog-bunyan v2.5.0 |
| 666 | 2026-03-10T18:28:01.912Z | Compiling serde_with_macros v3.17.0 |
| 667 | 2026-03-10T18:28:02.004Z | Checking rand v0.8.5 |
| 668 | 2026-03-10T18:28:02.684Z | Checking reqwest v0.12.28 |
| 669 | 2026-03-10T18:28:02.745Z | Compiling newtype-uuid-macros v0.1.0 |
| 670 | 2026-03-10T18:28:02.770Z | Checking openapiv3 v2.2.0 |
| 671 | 2026-03-10T18:28:03.222Z | Compiling async-trait v0.1.89 |
| 672 | 2026-03-10T18:28:03.304Z | Compiling strum_macros v0.27.2 |
| 673 | 2026-03-10T18:28:03.354Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 674 | 2026-03-10T18:28:03.566Z | Checking waitgroup v0.1.2 |
| 675 | 2026-03-10T18:28:03.626Z | Checking rustls-pemfile v2.2.0 |
| 676 | 2026-03-10T18:28:03.673Z | Checking serde_path_to_error v0.1.20 |
| 677 | 2026-03-10T18:28:03.722Z | Checking hostname v0.4.2 |
| 678 | 2026-03-10T18:28:03.779Z | Checking instant v0.1.13 |
| 679 | 2026-03-10T18:28:03.828Z | Checking debug-ignore v1.0.5 |
| 680 | 2026-03-10T18:28:03.871Z | Checking rustc-hash v2.1.1 |
| 681 | 2026-03-10T18:28:03.895Z | Checking either v1.15.0 |
| 682 | 2026-03-10T18:28:03.936Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 683 | 2026-03-10T18:28:03.993Z | Checking iddqd v0.3.17 |
| 684 | 2026-03-10T18:28:04.024Z | Checking backoff v0.4.0 |
| 685 | 2026-03-10T18:28:04.050Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 686 | 2026-03-10T18:28:04.125Z | Checking itertools v0.14.0 |
| 687 | 2026-03-10T18:28:04.216Z | Checking parse-display v0.10.0 |
| 688 | 2026-03-10T18:28:04.378Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 689 | 2026-03-10T18:28:04.503Z | Checking progenitor-client v0.10.0 |
| 690 | 2026-03-10T18:28:04.533Z | Checking serde_with v3.17.0 |
| 691 | 2026-03-10T18:28:04.743Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 692 | 2026-03-10T18:28:04.803Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 693 | 2026-03-10T18:28:05.146Z | Checking backon v1.6.0 |
| 694 | 2026-03-10T18:28:05.284Z | Checking macaddr v1.0.1 |
| 695 | 2026-03-10T18:28:05.351Z | Checking regress v0.10.5 |
| 696 | 2026-03-10T18:28:05.709Z | Checking strum v0.27.2 |
| 697 | 2026-03-10T18:28:10.516Z | Checking rustls-webpki v0.103.9 |
| 698 | 2026-03-10T18:28:13.469Z | Checking tokio-rustls v0.26.4 |
| 699 | 2026-03-10T18:28:13.473Z | Checking rustls-platform-verifier v0.6.2 |
| 700 | 2026-03-10T18:28:13.701Z | Checking hyper-rustls v0.27.7 |
| 701 | 2026-03-10T18:28:13.873Z | Checking reqwest v0.13.2 |
| 702 | 2026-03-10T18:28:14.583Z | Checking progenitor-client v0.13.0 |
| 703 | 2026-03-10T18:28:14.796Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 704 | 2026-03-10T18:28:20.611Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 705 | 2026-03-10T18:28:20.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.91s |
| 706 | 2026-03-10T18:28:20.819Z | + cargo build --release |
| 707 | 2026-03-10T18:28:21.067Z | Compiling proc-macro2 v1.0.106 |
| 708 | 2026-03-10T18:28:21.067Z | Compiling quote v1.0.44 |
| 709 | 2026-03-10T18:28:21.071Z | Compiling unicode-ident v1.0.24 |
| 710 | 2026-03-10T18:28:21.071Z | Compiling libc v0.2.180 |
| 711 | 2026-03-10T18:28:21.071Z | Compiling cfg-if v1.0.4 |
| 712 | 2026-03-10T18:28:21.071Z | Compiling serde_core v1.0.228 |
| 713 | 2026-03-10T18:28:21.071Z | Compiling memchr v2.8.0 |
| 714 | 2026-03-10T18:28:21.071Z | Compiling itoa v1.0.17 |
| 715 | 2026-03-10T18:28:21.172Z | Compiling serde v1.0.228 |
| 716 | 2026-03-10T18:28:21.225Z | Compiling zmij v1.0.21 |
| 717 | 2026-03-10T18:28:21.400Z | Compiling serde_json v1.0.149 |
| 718 | 2026-03-10T18:28:21.486Z | Compiling shlex v1.3.0 |
| 719 | 2026-03-10T18:28:21.585Z | Compiling find-msvc-tools v0.1.9 |
| 720 | 2026-03-10T18:28:21.678Z | Compiling pin-project-lite v0.2.17 |
| 721 | 2026-03-10T18:28:21.732Z | Compiling smallvec v1.15.1 |
| 722 | 2026-03-10T18:28:21.868Z | Compiling futures-core v0.3.32 |
| 723 | 2026-03-10T18:28:22.034Z | Compiling bytes v1.11.1 |
| 724 | 2026-03-10T18:28:22.034Z | Compiling parking_lot_core v0.9.12 |
| 725 | 2026-03-10T18:28:22.119Z | Compiling jobserver v0.1.34 |
| 726 | 2026-03-10T18:28:22.128Z | Compiling errno v0.3.14 |
| 727 | 2026-03-10T18:28:22.302Z | Compiling once_cell v1.21.3 |
| 728 | 2026-03-10T18:28:22.512Z | Compiling cc v1.2.56 |
| 729 | 2026-03-10T18:28:22.583Z | Compiling syn v2.0.117 |
| 730 | 2026-03-10T18:28:22.587Z | Compiling scopeguard v1.2.0 |
| 731 | 2026-03-10T18:28:22.675Z | Compiling lock_api v0.4.14 |
| 732 | 2026-03-10T18:28:22.702Z | Compiling futures-sink v0.3.32 |
| 733 | 2026-03-10T18:28:22.818Z | Compiling stable_deref_trait v1.2.1 |
| 734 | 2026-03-10T18:28:22.892Z | Compiling signal-hook-registry v1.4.8 |
| 735 | 2026-03-10T18:28:22.908Z | Compiling mio v1.1.1 |
| 736 | 2026-03-10T18:28:22.978Z | Compiling parking_lot v0.12.5 |
| 737 | 2026-03-10T18:28:23.100Z | Compiling socket2 v0.6.2 |
| 738 | 2026-03-10T18:28:23.175Z | Compiling getrandom v0.4.1 |
| 739 | 2026-03-10T18:28:23.504Z | Compiling autocfg v1.5.0 |
| 740 | 2026-03-10T18:28:23.551Z | Compiling zeroize v1.8.2 |
| 741 | 2026-03-10T18:28:23.776Z | Compiling thiserror v2.0.18 |
| 742 | 2026-03-10T18:28:23.787Z | Compiling slab v0.4.12 |
| 743 | 2026-03-10T18:28:23.943Z | Compiling num-traits v0.2.19 |
| 744 | 2026-03-10T18:28:24.094Z | Compiling futures-channel v0.3.32 |
| 745 | 2026-03-10T18:28:24.198Z | Compiling allocator-api2 v0.2.21 |
| 746 | 2026-03-10T18:28:24.210Z | Compiling zerocopy v0.8.40 |
| 747 | 2026-03-10T18:28:24.244Z | Compiling equivalent v1.0.2 |
| 748 | 2026-03-10T18:28:24.334Z | Compiling rustversion v1.0.22 |
| 749 | 2026-03-10T18:28:24.361Z | Compiling foldhash v0.2.0 |
| 750 | 2026-03-10T18:28:24.684Z | Compiling hashbrown v0.16.1 |
| 751 | 2026-03-10T18:28:24.700Z | Compiling rustls-pki-types v1.14.0 |
| 752 | 2026-03-10T18:28:24.726Z | Compiling cmake v0.1.57 |
| 753 | 2026-03-10T18:28:24.804Z | Compiling http v1.4.0 |
| 754 | 2026-03-10T18:28:24.827Z | Compiling version_check v0.9.5 |
| 755 | 2026-03-10T18:28:25.145Z | Compiling futures-task v0.3.32 |
| 756 | 2026-03-10T18:28:25.158Z | Compiling futures-io v0.3.32 |
| 757 | 2026-03-10T18:28:25.338Z | Compiling dunce v1.0.5 |
| 758 | 2026-03-10T18:28:25.376Z | Compiling fs_extra v1.3.0 |
| 759 | 2026-03-10T18:28:25.610Z | Compiling log v0.4.29 |
| 760 | 2026-03-10T18:28:25.681Z | Compiling aws-lc-sys v0.37.1 |
| 761 | 2026-03-10T18:28:25.752Z | Compiling ucd-trie v0.1.7 |
| 762 | 2026-03-10T18:28:25.871Z | Compiling iana-time-zone v0.1.65 |
| 763 | 2026-03-10T18:28:26.014Z | Compiling untrusted v0.9.0 |
| 764 | 2026-03-10T18:28:26.241Z | Compiling fnv v1.0.7 |
| 765 | 2026-03-10T18:28:26.305Z | Compiling pest v2.8.6 |
| 766 | 2026-03-10T18:28:26.346Z | Compiling litemap v0.8.1 |
| 767 | 2026-03-10T18:28:26.562Z | Compiling synstructure v0.13.2 |
| 768 | 2026-03-10T18:28:26.649Z | Compiling serde_derive_internals v0.29.1 |
| 769 | 2026-03-10T18:28:27.160Z | Compiling writeable v0.6.2 |
| 770 | 2026-03-10T18:28:27.205Z | Compiling schemars v0.8.22 |
| 771 | 2026-03-10T18:28:27.430Z | Compiling httparse v1.10.1 |
| 772 | 2026-03-10T18:28:27.444Z | Compiling http-body v1.0.1 |
| 773 | 2026-03-10T18:28:27.513Z | Compiling indexmap v2.13.0 |
| 774 | 2026-03-10T18:28:27.610Z | Compiling uuid v1.21.0 |
| 775 | 2026-03-10T18:28:27.641Z | Compiling semver v1.0.27 |
| 776 | 2026-03-10T18:28:27.889Z | Compiling pest_meta v2.8.6 |
| 777 | 2026-03-10T18:28:27.948Z | Compiling tracing-core v0.1.36 |
| 778 | 2026-03-10T18:28:27.995Z | Compiling icu_properties_data v2.1.2 |
| 779 | 2026-03-10T18:28:28.265Z | Compiling dyn-clone v1.0.20 |
| 780 | 2026-03-10T18:28:28.333Z | Compiling serde_derive v1.0.228 |
| 781 | 2026-03-10T18:28:28.341Z | Compiling zerofrom-derive v0.1.6 |
| 782 | 2026-03-10T18:28:28.430Z | Compiling zerocopy-derive v0.8.40 |
| 783 | 2026-03-10T18:28:28.438Z | Compiling yoke-derive v0.8.1 |
| 784 | 2026-03-10T18:28:28.565Z | Compiling tokio-macros v2.6.0 |
| 785 | 2026-03-10T18:28:29.284Z | Compiling zerovec-derive v0.11.2 |
| 786 | 2026-03-10T18:28:29.489Z | Compiling tokio v1.49.0 |
| 787 | 2026-03-10T18:28:29.619Z | Compiling displaydoc v0.2.5 |
| 788 | 2026-03-10T18:28:29.764Z | Compiling futures-macro v0.3.32 |
| 789 | 2026-03-10T18:28:29.915Z | Compiling zerofrom v0.1.6 |
| 790 | 2026-03-10T18:28:30.061Z | Compiling yoke v0.8.1 |
| 791 | 2026-03-10T18:28:30.232Z | Compiling thiserror-impl v2.0.18 |
| 792 | 2026-03-10T18:28:30.540Z | Compiling zerotrie v0.2.3 |
| 793 | 2026-03-10T18:28:30.675Z | Compiling zerovec v0.11.5 |
| 794 | 2026-03-10T18:28:30.805Z | Compiling futures-util v0.3.32 |
| 795 | 2026-03-10T18:28:31.067Z | Compiling schemars_derive v0.8.22 |
| 796 | 2026-03-10T18:28:31.433Z | Compiling tinystr v0.8.2 |
| 797 | 2026-03-10T18:28:31.688Z | Compiling icu_locale_core v2.1.1 |
| 798 | 2026-03-10T18:28:31.815Z | Compiling potential_utf v0.1.4 |
| 799 | 2026-03-10T18:28:32.591Z | Compiling chrono v0.4.44 |
| 800 | 2026-03-10T18:28:32.649Z | Compiling icu_normalizer_data v2.1.1 |
| 801 | 2026-03-10T18:28:32.663Z | Compiling bitflags v2.11.0 |
| 802 | 2026-03-10T18:28:32.923Z | Compiling atomic-waker v1.1.2 |
| 803 | 2026-03-10T18:28:33.059Z | Compiling aws-lc-rs v1.16.0 |
| 804 | 2026-03-10T18:28:33.127Z | Compiling percent-encoding v2.3.2 |
| 805 | 2026-03-10T18:28:33.429Z | Compiling icu_provider v2.1.1 |
| 806 | 2026-03-10T18:28:33.442Z | Compiling icu_collections v2.1.1 |
| 807 | 2026-03-10T18:28:33.932Z | Compiling pest_generator v2.8.6 |
| 808 | 2026-03-10T18:28:34.304Z | Compiling tracing v0.1.44 |
| 809 | 2026-03-10T18:28:34.719Z | Compiling tokio-util v0.7.18 |
| 810 | 2026-03-10T18:28:34.782Z | Compiling getrandom v0.2.17 |
| 811 | 2026-03-10T18:28:35.021Z | Compiling heck v0.5.0 |
| 812 | 2026-03-10T18:28:35.167Z | Compiling tower-service v0.3.3 |
| 813 | 2026-03-10T18:28:35.266Z | Compiling tower-layer v0.3.3 |
| 814 | 2026-03-10T18:28:35.272Z | Compiling base64 v0.22.1 |
| 815 | 2026-03-10T18:28:35.313Z | Compiling subtle v2.6.1 |
| 816 | 2026-03-10T18:28:35.500Z | Compiling try-lock v0.2.5 |
| 817 | 2026-03-10T18:28:35.538Z | Compiling h2 v0.4.13 |
| 818 | 2026-03-10T18:28:35.621Z | Compiling want v0.3.1 |
| 819 | 2026-03-10T18:28:35.878Z | Compiling pest_derive v2.8.6 |
| 820 | 2026-03-10T18:28:36.058Z | Compiling slog v2.8.2 |
| 821 | 2026-03-10T18:28:36.366Z | Compiling httpdate v1.0.3 |
| 822 | 2026-03-10T18:28:36.374Z | Compiling typenum v1.19.0 |
| 823 | 2026-03-10T18:28:36.505Z | Compiling getrandom v0.3.4 |
| 824 | 2026-03-10T18:28:36.807Z | Compiling pin-utils v0.1.0 |
| 825 | 2026-03-10T18:28:37.043Z | Compiling icu_normalizer v2.1.1 |
| 826 | 2026-03-10T18:28:37.189Z | Compiling icu_properties v2.1.2 |
| 827 | 2026-03-10T18:28:37.196Z | Compiling ppv-lite86 v0.2.21 |
| 828 | 2026-03-10T18:28:37.337Z | Compiling form_urlencoded v1.2.2 |
| 829 | 2026-03-10T18:28:37.640Z | Compiling serde_tokenstream v0.2.3 |
| 830 | 2026-03-10T18:28:37.656Z | Compiling erased-serde v0.3.31 |
| 831 | 2026-03-10T18:28:37.983Z | Compiling generic-array v0.14.7 |
| 832 | 2026-03-10T18:28:38.261Z | Compiling ring v0.17.14 |
| 833 | 2026-03-10T18:28:38.596Z | Compiling rustls v0.23.37 |
| 834 | 2026-03-10T18:28:38.749Z | Compiling hyper v1.8.1 |
| 835 | 2026-03-10T18:28:38.856Z | Compiling ipnet v2.11.0 |
| 836 | 2026-03-10T18:28:38.927Z | Compiling paste v1.0.15 |
| 837 | 2026-03-10T18:28:40.508Z | Compiling hyper-util v0.1.20 |
| 838 | 2026-03-10T18:28:40.523Z | Compiling idna_adapter v1.2.1 |
| 839 | 2026-03-10T18:28:42.398Z | Compiling structmeta-derive v0.3.0 |
| 840 | 2026-03-10T18:28:43.496Z | Compiling scroll_derive v0.13.1 |
| 841 | 2026-03-10T18:28:43.730Z | Compiling sync_wrapper v1.0.2 |
| 842 | 2026-03-10T18:28:44.219Z | Compiling time-core v0.1.8 |
| 843 | 2026-03-10T18:28:44.226Z | Compiling utf8_iter v1.0.4 |
| 844 | 2026-03-10T18:28:44.393Z | Compiling rustix v1.1.3 |
| 845 | 2026-03-10T18:28:44.532Z | Compiling usdt-impl v0.6.0 |
| 846 | 2026-03-10T18:28:44.546Z | Compiling num-conv v0.2.0 |
| 847 | 2026-03-10T18:28:44.573Z | Compiling powerfmt v0.2.0 |
| 848 | 2026-03-10T18:28:44.699Z | Compiling ryu v1.0.23 |
| 849 | 2026-03-10T18:28:44.842Z | Compiling serde_urlencoded v0.7.1 |
| 850 | 2026-03-10T18:28:44.873Z | Compiling deranged v0.5.8 |
| 851 | 2026-03-10T18:28:45.048Z | Compiling time-macros v0.2.27 |
| 852 | 2026-03-10T18:28:45.068Z | Compiling scroll v0.13.0 |
| 853 | 2026-03-10T18:28:45.176Z | Compiling dof v0.4.0 |
| 854 | 2026-03-10T18:28:45.430Z | Compiling idna v1.1.0 |
| 855 | 2026-03-10T18:28:45.571Z | Compiling tower v0.5.3 |
| 856 | 2026-03-10T18:28:46.201Z | Compiling structmeta v0.3.0 |
| 857 | 2026-03-10T18:28:46.341Z | Compiling rand_core v0.9.5 |
| 858 | 2026-03-10T18:28:46.425Z | Compiling dtrace-parser v0.3.0 |
| 859 | 2026-03-10T18:28:46.648Z | Compiling ipnetwork v0.21.1 |
| 860 | 2026-03-10T18:28:47.027Z | Compiling http-body-util v0.1.3 |
| 861 | 2026-03-10T18:28:47.037Z | Compiling thread-id v5.1.0 |
| 862 | 2026-03-10T18:28:47.116Z | Compiling omicron-workspace-hack v0.1.0 |
| 863 | 2026-03-10T18:28:47.152Z | Compiling num_threads v0.1.7 |
| 864 | 2026-03-10T18:28:47.197Z | Compiling strsim v0.11.1 |
| 865 | 2026-03-10T18:28:47.247Z | Compiling plain v0.2.3 |
| 866 | 2026-03-10T18:28:47.374Z | Compiling byteorder v1.5.0 |
| 867 | 2026-03-10T18:28:47.377Z | Compiling crossbeam-utils v0.8.21 |
| 868 | 2026-03-10T18:28:47.556Z | Compiling fastrand v2.3.0 |
| 869 | 2026-03-10T18:28:47.651Z | Compiling ident_case v1.0.1 |
| 870 | 2026-03-10T18:28:47.751Z | Compiling regex-syntax v0.8.10 |
| 871 | 2026-03-10T18:28:47.972Z | Compiling iri-string v0.7.10 |
| 872 | 2026-03-10T18:28:48.028Z | Compiling time v0.3.47 |
| 873 | 2026-03-10T18:28:48.040Z | Compiling darling_core v0.21.3 |
| 874 | 2026-03-10T18:28:48.896Z | Compiling goblin v0.10.5 |
| 875 | 2026-03-10T18:28:50.102Z | Compiling tower-http v0.6.8 |
| 876 | 2026-03-10T18:28:50.405Z | Compiling oxnet v0.1.4 |
| 877 | 2026-03-10T18:28:50.993Z | Compiling url v2.5.8 |
| 878 | 2026-03-10T18:28:51.343Z | Compiling newtype-uuid v1.3.2 |
| 879 | 2026-03-10T18:28:52.595Z | Compiling daft-derive v0.1.5 |
| 880 | 2026-03-10T18:28:52.979Z | Compiling aho-corasick v1.1.4 |
| 881 | 2026-03-10T18:28:53.530Z | Compiling rustls v0.22.4 |
| 882 | 2026-03-10T18:28:54.100Z | Compiling pretty-hex v0.4.1 |
| 883 | 2026-03-10T18:28:54.108Z | Compiling openssl-probe v0.2.1 |
| 884 | 2026-03-10T18:28:54.272Z | Compiling rustls-native-certs v0.8.3 |
| 885 | 2026-03-10T18:28:54.937Z | Compiling daft v0.1.5 |
| 886 | 2026-03-10T18:28:55.268Z | Compiling regex-automata v0.4.14 |
| 887 | 2026-03-10T18:28:55.358Z | Compiling tempfile v3.25.0 |
| 888 | 2026-03-10T18:28:55.677Z | Compiling rustls-webpki v0.102.8 |
| 889 | 2026-03-10T18:28:55.887Z | Compiling darling_macro v0.21.3 |
| 890 | 2026-03-10T18:28:58.002Z | Compiling block-buffer v0.10.4 |
| 891 | 2026-03-10T18:28:58.174Z | Compiling crypto-common v0.1.7 |
| 892 | 2026-03-10T18:28:58.188Z | Compiling rand_chacha v0.9.0 |
| 893 | 2026-03-10T18:28:58.338Z | Compiling rand_core v0.6.4 |
| 894 | 2026-03-10T18:28:58.552Z | Compiling multer v3.1.0 |
| 895 | 2026-03-10T18:28:58.736Z | Compiling wait-timeout v0.2.1 |
| 896 | 2026-03-10T18:28:58.871Z | Compiling thread_local v1.1.9 |
| 897 | 2026-03-10T18:28:58.908Z | Compiling slog-async v2.8.0 |
| 898 | 2026-03-10T18:28:59.278Z | Compiling thiserror v1.0.69 |
| 899 | 2026-03-10T18:28:59.282Z | Compiling match_cfg v0.1.0 |
| 900 | 2026-03-10T18:28:59.320Z | Compiling ref-cast v1.0.25 |
| 901 | 2026-03-10T18:28:59.352Z | Compiling camino v1.2.2 |
| 902 | 2026-03-10T18:28:59.668Z | Compiling bit-vec v0.8.0 |
| 903 | 2026-03-10T18:28:59.713Z | Compiling quick-error v1.2.3 |
| 904 | 2026-03-10T18:28:59.757Z | Compiling winnow v0.7.14 |
| 905 | 2026-03-10T18:28:59.826Z | Compiling anyhow v1.0.102 |
| 906 | 2026-03-10T18:29:00.033Z | Compiling bit-set v0.8.0 |
| 907 | 2026-03-10T18:29:00.265Z | Compiling rusty-fork v0.3.1 |
| 908 | 2026-03-10T18:29:01.634Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 909 | 2026-03-10T18:29:01.933Z | Compiling hostname v0.3.1 |
| 910 | 2026-03-10T18:29:02.205Z | Compiling rand_chacha v0.3.1 |
| 911 | 2026-03-10T18:29:03.006Z | Compiling rand v0.9.2 |
| 912 | 2026-03-10T18:29:03.355Z | Compiling digest v0.10.7 |
| 913 | 2026-03-10T18:29:03.625Z | Compiling crossbeam-channel v0.5.15 |
| 914 | 2026-03-10T18:29:03.964Z | Compiling regex v1.12.3 |
| 915 | 2026-03-10T18:29:04.246Z | Compiling darling v0.21.3 |
| 916 | 2026-03-10T18:29:04.486Z | Compiling slog-json v2.6.1 |
| 917 | 2026-03-10T18:29:04.511Z | Compiling usdt-attr-macro v0.6.0 |
| 918 | 2026-03-10T18:29:04.790Z | Compiling usdt-macro v0.6.0 |
| 919 | 2026-03-10T18:29:05.444Z | Compiling rand_xorshift v0.4.0 |
| 920 | 2026-03-10T18:29:05.627Z | Compiling derive-ex v0.1.8 |
| 921 | 2026-03-10T18:29:05.646Z | Compiling strum_macros v0.26.4 |
| 922 | 2026-03-10T18:29:06.011Z | Compiling futures-executor v0.3.32 |
| 923 | 2026-03-10T18:29:06.138Z | Compiling thiserror-impl v1.0.69 |
| 924 | 2026-03-10T18:29:06.635Z | Compiling ref-cast-impl v1.0.25 |
| 925 | 2026-03-10T18:29:07.374Z | Compiling async-stream-impl v0.3.6 |
| 926 | 2026-03-10T18:29:07.664Z | Compiling dropshot v0.16.7 |
| 927 | 2026-03-10T18:29:07.718Z | Compiling serde_spanned v1.0.4 |
| 928 | 2026-03-10T18:29:07.804Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 929 | 2026-03-10T18:29:07.885Z | Compiling memmap2 v0.9.10 |
| 930 | 2026-03-10T18:29:07.947Z | Compiling is-terminal v0.4.17 |
| 931 | 2026-03-10T18:29:08.050Z | Compiling encoding_rs v0.8.35 |
| 932 | 2026-03-10T18:29:08.184Z | Compiling take_mut v0.2.2 |
| 933 | 2026-03-10T18:29:08.229Z | Compiling mime v0.3.17 |
| 934 | 2026-03-10T18:29:08.300Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 935 | 2026-03-10T18:29:08.305Z | Compiling hex v0.4.3 |
| 936 | 2026-03-10T18:29:08.675Z | Compiling unarray v0.1.4 |
| 937 | 2026-03-10T18:29:08.811Z | Compiling cpufeatures v0.2.17 |
| 938 | 2026-03-10T18:29:08.811Z | Compiling spin v0.9.8 |
| 939 | 2026-03-10T18:29:08.888Z | Compiling term v1.2.1 |
| 940 | 2026-03-10T18:29:08.949Z | Compiling sha1 v0.10.6 |
| 941 | 2026-03-10T18:29:08.975Z | Compiling dropshot_endpoint v0.16.7 |
| 942 | 2026-03-10T18:29:10.903Z | Compiling slog-term v2.9.2 |
| 943 | 2026-03-10T18:29:11.136Z | Compiling proptest v1.10.0 |
| 944 | 2026-03-10T18:29:11.320Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 945 | 2026-03-10T18:29:11.591Z | Compiling toml v0.9.12+spec-1.1.0 |
| 946 | 2026-03-10T18:29:13.608Z | Compiling async-stream v0.3.6 |
| 947 | 2026-03-10T18:29:13.838Z | Compiling usdt v0.6.0 |
| 948 | 2026-03-10T18:29:14.446Z | Compiling strum v0.26.3 |
| 949 | 2026-03-10T18:29:14.586Z | Compiling test-strategy v0.4.5 |
| 950 | 2026-03-10T18:29:14.806Z | Compiling tokio-rustls v0.25.0 |
| 951 | 2026-03-10T18:29:14.901Z | Compiling futures v0.3.32 |
| 952 | 2026-03-10T18:29:15.060Z | Compiling slog-bunyan v2.5.0 |
| 953 | 2026-03-10T18:29:15.085Z | Compiling parse-display-derive v0.10.0 |
| 954 | 2026-03-10T18:29:15.264Z | Compiling serde_with_macros v3.17.0 |
| 955 | 2026-03-10T18:29:16.681Z | Compiling rand v0.8.5 |
| 956 | 2026-03-10T18:29:17.753Z | Compiling reqwest v0.12.28 |
| 957 | 2026-03-10T18:29:17.876Z | Compiling newtype-uuid-macros v0.1.0 |
| 958 | 2026-03-10T18:29:18.162Z | Compiling strum_macros v0.27.2 |
| 959 | 2026-03-10T18:29:18.285Z | Compiling waitgroup v0.1.2 |
| 960 | 2026-03-10T18:29:18.458Z | Compiling openapiv3 v2.2.0 |
| 961 | 2026-03-10T18:29:18.933Z | Compiling async-trait v0.1.89 |
| 962 | 2026-03-10T18:29:20.167Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 963 | 2026-03-10T18:29:20.664Z | Compiling rustls-pemfile v2.2.0 |
| 964 | 2026-03-10T18:29:20.756Z | Compiling serde_path_to_error v0.1.20 |
| 965 | 2026-03-10T18:29:20.974Z | Compiling hostname v0.4.2 |
| 966 | 2026-03-10T18:29:21.206Z | Compiling instant v0.1.13 |
| 967 | 2026-03-10T18:29:21.333Z | Compiling debug-ignore v1.0.5 |
| 968 | 2026-03-10T18:29:21.394Z | Compiling either v1.15.0 |
| 969 | 2026-03-10T18:29:21.460Z | Compiling rustc-hash v2.1.1 |
| 970 | 2026-03-10T18:29:21.505Z | Compiling itertools v0.14.0 |
| 971 | 2026-03-10T18:29:21.545Z | Compiling iddqd v0.3.17 |
| 972 | 2026-03-10T18:29:21.651Z | Compiling backoff v0.4.0 |
| 973 | 2026-03-10T18:29:21.926Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 974 | 2026-03-10T18:29:22.036Z | Compiling strum v0.27.2 |
| 975 | 2026-03-10T18:29:22.161Z | Compiling progenitor-client v0.10.0 |
| 976 | 2026-03-10T18:29:22.763Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 977 | 2026-03-10T18:29:23.321Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 978 | 2026-03-10T18:29:23.573Z | Compiling parse-display v0.10.0 |
| 979 | 2026-03-10T18:29:27.814Z | Compiling serde_with v3.17.0 |
| 980 | 2026-03-10T18:29:27.953Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 981 | 2026-03-10T18:29:27.953Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 982 | 2026-03-10T18:29:27.953Z | Compiling backon v1.6.0 |
| 983 | 2026-03-10T18:29:27.953Z | Compiling macaddr v1.0.1 |
| 984 | 2026-03-10T18:29:27.953Z | Compiling regress v0.10.5 |
| 985 | 2026-03-10T18:29:35.473Z | Compiling rustls-webpki v0.103.9 |
| 986 | 2026-03-10T18:29:39.873Z | Compiling tokio-rustls v0.26.4 |
| 987 | 2026-03-10T18:29:39.873Z | Compiling rustls-platform-verifier v0.6.2 |
| 988 | 2026-03-10T18:29:40.193Z | Compiling hyper-rustls v0.27.7 |
| 989 | 2026-03-10T18:29:40.606Z | Compiling reqwest v0.13.2 |
| 990 | 2026-03-10T18:29:43.195Z | Compiling progenitor-client v0.13.0 |
| 991 | 2026-03-10T18:29:43.585Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 992 | 2026-03-10T18:29:50.099Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 993 | 2026-03-10T18:29:57.225Z | Finished `release` profile [optimized] target(s) in 1m 36s |
| 994 | 2026-03-10T18:29:57.298Z | process exited: duration 149810 ms, exit code 0 |
| |
| 995 | 2026-03-10T18:29:57.315Z | found 0 output files |