|
|
|
| 1 | 2025-11-11T20:10:26.869Z | job assigned to worker 01K9T8M4427P2MKKEKR9Q0F853 [factory gimlet-EVT22200007-propolis, EVT22200007/48064] (queued for 29 s) |
| |
| 2 | 2025-11-11T20:10:35.932Z | starting task 0: "setup" |
| 3 | 2025-11-11T20:10:35.957Z | ++ uname -s |
| 4 | 2025-11-11T20:10:35.957Z | + kern=SunOS |
| 5 | 2025-11-11T20:10:35.957Z | + build_user=build |
| 6 | 2025-11-11T20:10:35.957Z | + build_uid=12345 |
| 7 | 2025-11-11T20:10:35.957Z | + work_dir=/work |
| 8 | 2025-11-11T20:10:35.957Z | + input_dir=/input |
| 9 | 2025-11-11T20:10:35.957Z | + [[ 0 == 12345 ]] |
| 10 | 2025-11-11T20:10:35.957Z | + case "$kern" in |
| 11 | 2025-11-11T20:10:35.957Z | + groupadd -g 12345 build |
| 12 | 2025-11-11T20:10:35.957Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-11-11T20:10:37.959Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-11-11T20:10:37.996Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-11-11T20:10:38.022Z | + home_fs=zfs |
| 16 | 2025-11-11T20:10:38.022Z | + [[ zfs == autofs ]] |
| 17 | 2025-11-11T20:10:38.022Z | + mkdir -p /home/build |
| 18 | 2025-11-11T20:10:38.022Z | + chown build:build /home/build /work |
| 19 | 2025-11-11T20:10:40.006Z | + chmod 0700 /home/build /work |
| 20 | 2025-11-11T20:10:40.031Z | process exited: duration 4080 ms, exit code 0 |
| |
| 21 | 2025-11-11T20:10:40.083Z | starting task 1: "rust-toolchain" |
| 22 | 2025-11-11T20:10:40.108Z | + printf ' * rust toolchain channel = "%s"\n' 1.89.0 |
| 23 | 2025-11-11T20:10:40.108Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-11-11T20:10:40.108Z | * rust toolchain channel = "1.89.0" |
| 25 | 2025-11-11T20:10:40.108Z | * rust toolchain profile = "default" |
| 26 | 2025-11-11T20:10:40.108Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-11-11T20:10:40.108Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-11-11T20:10:40.108Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-11-11T20:10:40.108Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default |
| 30 | 2025-11-11T20:10:40.217Z | info: downloading installer |
| 31 | 2025-11-11T20:10:41.089Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-11-11T20:10:41.089Z | warn: /opt/ooce/bin |
| 33 | 2025-11-11T20:10:41.089Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-11-11T20:10:41.089Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-11-11T20:10:41.089Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-11-11T20:10:41.089Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-11-11T20:10:41.089Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-11-11T20:10:41.089Z | error: cannot install while Rust is installed |
| 39 | 2025-11-11T20:10:41.089Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-11-11T20:10:41.114Z | info: profile set to 'default' |
| 41 | 2025-11-11T20:10:41.114Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-11-11T20:10:41.114Z | info: syncing channel updates for '1.89.0-x86_64-unknown-illumos' |
| 43 | 2025-11-11T20:10:41.277Z | info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04) |
| 44 | 2025-11-11T20:10:41.278Z | info: downloading component 'cargo' |
| 45 | 2025-11-11T20:10:41.901Z | info: downloading component 'clippy' |
| 46 | 2025-11-11T20:10:41.994Z | info: downloading component 'rust-docs' |
| 47 | 2025-11-11T20:10:42.545Z | info: downloading component 'rust-std' |
| 48 | 2025-11-11T20:10:43.041Z | info: downloading component 'rustc' |
| 49 | 2025-11-11T20:10:45.561Z | info: downloading component 'rustfmt' |
| 50 | 2025-11-11T20:10:45.657Z | info: installing component 'cargo' |
| 51 | 2025-11-11T20:10:46.916Z | info: installing component 'clippy' |
| 52 | 2025-11-11T20:10:47.392Z | info: installing component 'rust-docs' |
| 53 | 2025-11-11T20:10:50.496Z | info: installing component 'rust-std' |
| 54 | 2025-11-11T20:10:52.956Z | info: installing component 'rustc' |
| 55 | 2025-11-11T20:11:01.180Z | info: installing component 'rustfmt' |
| 56 | 2025-11-11T20:11:01.592Z | info: default toolchain set to '1.89.0-x86_64-unknown-illumos' |
| 57 | 2025-11-11T20:11:01.592Z | |
| 58 | 2025-11-11T20:11:01.771Z | 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04) |
| 59 | 2025-11-11T20:11:01.771Z | |
| 60 | 2025-11-11T20:11:01.771Z | |
| 61 | 2025-11-11T20:11:01.771Z | Rust is installed now. Great! |
| 62 | 2025-11-11T20:11:01.771Z | |
| 63 | 2025-11-11T20:11:01.771Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-11-11T20:11:01.771Z | environment variable. This has not been done automatically. |
| 65 | 2025-11-11T20:11:01.771Z | |
| 66 | 2025-11-11T20:11:01.771Z | To configure your current shell, you need to source |
| 67 | 2025-11-11T20:11:01.771Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-11-11T20:11:01.771Z | |
| 69 | 2025-11-11T20:11:01.772Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-11-11T20:11:01.772Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-11-11T20:11:01.772Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-11-11T20:11:01.772Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-11-11T20:11:01.887Z | + rustup --version |
| 74 | 2025-11-11T20:11:01.912Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-11-11T20:11:01.912Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-11-11T20:11:02.037Z | info: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)` |
| 77 | 2025-11-11T20:11:02.061Z | + cargo --version |
| 78 | 2025-11-11T20:11:02.150Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 79 | 2025-11-11T20:11:02.176Z | + rustc --version |
| 80 | 2025-11-11T20:11:02.273Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 81 | 2025-11-11T20:11:02.298Z | process exited: duration 22197 ms, exit code 0 |
| |
| 82 | 2025-11-11T20:11:02.348Z | starting task 2: "authentication" |
| 83 | 2025-11-11T20:11:02.408Z | process exited: duration 58 ms, exit code 0 |
| |
| 84 | 2025-11-11T20:11:02.460Z | starting task 3: "clone repository" |
| 85 | 2025-11-11T20:11:02.486Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-11-11T20:11:02.486Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-11-11T20:11:02.510Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-11-11T20:11:17.440Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-11-11T20:11:17.440Z | + git fetch origin e63468db4286b00fbd6f2809b8b2179920dbb20b |
| 90 | 2025-11-11T20:11:17.894Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-11-11T20:11:17.894Z | * branch e63468db4286b00fbd6f2809b8b2179920dbb20b -> FETCH_HEAD |
| 92 | 2025-11-11T20:11:17.918Z | + [[ -n ixi/max_vcpu_crank_turn ]] |
| 93 | 2025-11-11T20:11:17.918Z | ++ git branch --show-current |
| 94 | 2025-11-11T20:11:17.918Z | + current=main |
| 95 | 2025-11-11T20:11:17.919Z | + [[ main != ixi/max_vcpu_crank_turn ]] |
| 96 | 2025-11-11T20:11:17.919Z | + git branch -f ixi/max_vcpu_crank_turn e63468db4286b00fbd6f2809b8b2179920dbb20b |
| 97 | 2025-11-11T20:11:17.943Z | + git checkout -f ixi/max_vcpu_crank_turn |
| 98 | 2025-11-11T20:11:18.307Z | Switched to branch 'ixi/max_vcpu_crank_turn' |
| 99 | 2025-11-11T20:11:18.331Z | + git reset --hard e63468db4286b00fbd6f2809b8b2179920dbb20b |
| 100 | 2025-11-11T20:11:18.331Z | HEAD is now at e63468db4 Allow up to 254 vCPUs to a VM |
| 101 | 2025-11-11T20:11:18.356Z | process exited: duration 15876 ms, exit code 0 |
| |
| 102 | 2025-11-11T20:11:18.408Z | starting task 4: "build" |
| 103 | 2025-11-11T20:11:18.433Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-11-11T20:11:18.433Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-11-11T20:11:18.433Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-11-11T20:11:18.433Z | + cargo --version |
| 107 | 2025-11-11T20:11:18.490Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 108 | 2025-11-11T20:11:18.515Z | + rustc --version |
| 109 | 2025-11-11T20:11:18.589Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 110 | 2025-11-11T20:11:18.614Z | + cd /tmp |
| 111 | 2025-11-11T20:11:18.614Z | + cargo new --lib test-project |
| 112 | 2025-11-11T20:11:18.698Z | Creating library `test-project` package |
| 113 | 2025-11-11T20:11:18.815Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 114 | 2025-11-11T20:11:18.840Z | + cd test-project |
| 115 | 2025-11-11T20:11:18.840Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 116 | 2025-11-11T20:11:18.916Z | Adding omicron-common (local) to dependencies |
| 117 | 2025-11-11T20:11:18.916Z | Features: |
| 118 | 2025-11-11T20:11:18.916Z | - proptest |
| 119 | 2025-11-11T20:11:18.916Z | - test-strategy |
| 120 | 2025-11-11T20:11:18.916Z | - testing |
| 121 | 2025-11-11T20:11:18.955Z | Updating crates.io index |
| 122 | 2025-11-11T20:11:19.052Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 123 | 2025-11-11T20:11:19.787Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 124 | 2025-11-11T20:11:20.802Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 125 | 2025-11-11T20:11:21.334Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 126 | 2025-11-11T20:11:21.876Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 127 | 2025-11-11T20:11:23.669Z | Locking 349 packages to latest Rust 1.89.0 compatible versions |
| 128 | 2025-11-11T20:11:23.805Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 129 | 2025-11-11T20:11:23.829Z | + cargo check |
| 130 | 2025-11-11T20:11:24.082Z | Updating crates.io index |
| 131 | 2025-11-11T20:11:25.106Z | Locking 1 package to latest Rust 1.89.0 compatible version |
| 132 | 2025-11-11T20:11:25.106Z | Adding omicron-workspace-hack v0.1.0 |
| 133 | 2025-11-11T20:11:25.166Z | Downloading crates ... |
| 134 | 2025-11-11T20:11:25.245Z | Downloaded equivalent v1.0.2 |
| 135 | 2025-11-11T20:11:25.273Z | Downloaded futures-core v0.3.31 |
| 136 | 2025-11-11T20:11:25.273Z | Downloaded fnv v1.0.7 |
| 137 | 2025-11-11T20:11:25.273Z | Downloaded futures-task v0.3.31 |
| 138 | 2025-11-11T20:11:25.273Z | Downloaded http-body-util v0.1.3 |
| 139 | 2025-11-11T20:11:25.273Z | Downloaded icu_normalizer v1.5.0 |
| 140 | 2025-11-11T20:11:25.299Z | Downloaded zerofrom-derive v0.1.4 |
| 141 | 2025-11-11T20:11:25.300Z | Downloaded litemap v0.7.3 |
| 142 | 2025-11-11T20:11:25.300Z | Downloaded tracing-core v0.1.32 |
| 143 | 2025-11-11T20:11:25.300Z | Downloaded usdt-impl v0.5.0 |
| 144 | 2025-11-11T20:11:25.300Z | Downloaded structmeta-derive v0.3.0 |
| 145 | 2025-11-11T20:11:25.300Z | Downloaded smallvec v1.15.1 |
| 146 | 2025-11-11T20:11:25.300Z | Downloaded toml v0.9.5 |
| 147 | 2025-11-11T20:11:25.325Z | Downloaded test-strategy v0.4.3 |
| 148 | 2025-11-11T20:11:25.325Z | Downloaded tempfile v3.20.0 |
| 149 | 2025-11-11T20:11:25.325Z | Downloaded sync_wrapper v1.0.1 |
| 150 | 2025-11-11T20:11:25.325Z | Downloaded strum_macros v0.26.4 |
| 151 | 2025-11-11T20:11:25.325Z | Downloaded ring v0.17.14 |
| 152 | 2025-11-11T20:11:25.377Z | Downloaded powerfmt v0.2.0 |
| 153 | 2025-11-11T20:11:25.405Z | Downloaded match_cfg v0.1.0 |
| 154 | 2025-11-11T20:11:25.405Z | Downloaded lazy_static v1.5.0 |
| 155 | 2025-11-11T20:11:25.405Z | Downloaded iana-time-zone v0.1.63 |
| 156 | 2025-11-11T20:11:25.405Z | Downloaded newtype-uuid-macros v0.1.0 |
| 157 | 2025-11-11T20:11:25.405Z | Downloaded zerovec-derive v0.10.3 |
| 158 | 2025-11-11T20:11:25.405Z | Downloaded http-body v1.0.1 |
| 159 | 2025-11-11T20:11:25.405Z | Downloaded ipnetwork v0.21.1 |
| 160 | 2025-11-11T20:11:25.432Z | Downloaded serde_with_macros v3.14.0 |
| 161 | 2025-11-11T20:11:25.432Z | Downloaded parse-display v0.10.0 |
| 162 | 2025-11-11T20:11:25.432Z | Downloaded percent-encoding v2.3.2 |
| 163 | 2025-11-11T20:11:25.432Z | Downloaded httpdate v1.0.3 |
| 164 | 2025-11-11T20:11:25.432Z | Downloaded tinystr v0.7.6 |
| 165 | 2025-11-11T20:11:25.432Z | Downloaded icu_locid_transform v1.5.0 |
| 166 | 2025-11-11T20:11:25.432Z | Downloaded quinn v0.11.5 |
| 167 | 2025-11-11T20:11:25.432Z | Downloaded progenitor v0.11.2 |
| 168 | 2025-11-11T20:11:25.432Z | Downloaded tokio-macros v2.5.0 |
| 169 | 2025-11-11T20:11:25.459Z | Downloaded memmap v0.7.0 |
| 170 | 2025-11-11T20:11:25.459Z | Downloaded quick-error v1.2.3 |
| 171 | 2025-11-11T20:11:25.459Z | Downloaded slog-json v2.6.1 |
| 172 | 2025-11-11T20:11:25.459Z | Downloaded rustls-pki-types v1.10.0 |
| 173 | 2025-11-11T20:11:25.459Z | Downloaded pretty-hex v0.4.1 |
| 174 | 2025-11-11T20:11:25.459Z | Downloaded socket2 v0.5.10 |
| 175 | 2025-11-11T20:11:25.460Z | Downloaded crossbeam-channel v0.5.15 |
| 176 | 2025-11-11T20:11:25.484Z | Downloaded log v0.4.27 |
| 177 | 2025-11-11T20:11:25.484Z | Downloaded proc-macro2 v1.0.101 |
| 178 | 2025-11-11T20:11:25.484Z | Downloaded signal-hook-registry v1.4.2 |
| 179 | 2025-11-11T20:11:25.485Z | Downloaded plain v0.2.3 |
| 180 | 2025-11-11T20:11:25.485Z | Downloaded pin-utils v0.1.0 |
| 181 | 2025-11-11T20:11:25.485Z | Downloaded pest_generator v2.8.2 |
| 182 | 2025-11-11T20:11:25.485Z | Downloaded scroll v0.12.0 |
| 183 | 2025-11-11T20:11:25.485Z | Downloaded pest v2.8.2 |
| 184 | 2025-11-11T20:11:25.510Z | Downloaded hyper v1.7.0 |
| 185 | 2025-11-11T20:11:25.510Z | Downloaded ryu v1.0.18 |
| 186 | 2025-11-11T20:11:25.510Z | Downloaded pin-project-lite v0.2.14 |
| 187 | 2025-11-11T20:11:25.510Z | Downloaded serde_derive v1.0.226 |
| 188 | 2025-11-11T20:11:25.534Z | Downloaded serde_with v3.14.0 |
| 189 | 2025-11-11T20:11:25.535Z | Downloaded pest_meta v2.8.2 |
| 190 | 2025-11-11T20:11:25.535Z | Downloaded url v2.5.4 |
| 191 | 2025-11-11T20:11:25.535Z | Downloaded mio v1.0.2 |
| 192 | 2025-11-11T20:11:25.559Z | Downloaded rand v0.9.2 |
| 193 | 2025-11-11T20:11:25.559Z | Downloaded tower v0.5.2 |
| 194 | 2025-11-11T20:11:25.559Z | Downloaded rustls v0.23.19 |
| 195 | 2025-11-11T20:11:25.584Z | Downloaded serde_json v1.0.145 |
| 196 | 2025-11-11T20:11:25.584Z | Downloaded regex-syntax v0.8.5 |
| 197 | 2025-11-11T20:11:25.608Z | Downloaded rustls v0.22.4 |
| 198 | 2025-11-11T20:11:25.608Z | Downloaded rustls-webpki v0.102.8 |
| 199 | 2025-11-11T20:11:25.633Z | Downloaded regress v0.10.4 |
| 200 | 2025-11-11T20:11:25.633Z | Downloaded winnow v0.7.13 |
| 201 | 2025-11-11T20:11:25.658Z | Downloaded webpki-roots v1.0.1 |
| 202 | 2025-11-11T20:11:25.658Z | Downloaded rustix v1.0.7 |
| 203 | 2025-11-11T20:11:25.682Z | Downloaded zerocopy v0.7.35 |
| 204 | 2025-11-11T20:11:25.707Z | Downloaded zerovec v0.10.4 |
| 205 | 2025-11-11T20:11:25.707Z | Downloaded tower-http v0.6.6 |
| 206 | 2025-11-11T20:11:25.707Z | Downloaded syn v2.0.106 |
| 207 | 2025-11-11T20:11:25.731Z | Downloaded memchr v2.7.4 |
| 208 | 2025-11-11T20:11:25.731Z | Downloaded openapiv3 v2.2.0 |
| 209 | 2025-11-11T20:11:25.756Z | Downloaded tracing v0.1.40 |
| 210 | 2025-11-11T20:11:25.756Z | Downloaded proptest v1.7.0 |
| 211 | 2025-11-11T20:11:25.756Z | Downloaded serde_core v1.0.226 |
| 212 | 2025-11-11T20:11:25.756Z | Downloaded chrono v0.4.42 |
| 213 | 2025-11-11T20:11:25.781Z | Downloaded typify-impl v0.4.3 |
| 214 | 2025-11-11T20:11:25.781Z | Downloaded regex-automata v0.4.11 |
| 215 | 2025-11-11T20:11:25.806Z | Downloaded slog v2.7.0 |
| 216 | 2025-11-11T20:11:25.806Z | Downloaded socket2 v0.6.0 |
| 217 | 2025-11-11T20:11:25.806Z | Downloaded libc v0.2.174 |
| 218 | 2025-11-11T20:11:25.830Z | Downloaded quinn-proto v0.11.8 |
| 219 | 2025-11-11T20:11:25.830Z | Downloaded unicode-ident v1.0.19 |
| 220 | 2025-11-11T20:11:25.830Z | Downloaded uuid v1.18.1 |
| 221 | 2025-11-11T20:11:25.855Z | Downloaded regex v1.11.3 |
| 222 | 2025-11-11T20:11:25.855Z | Downloaded reqwest v0.12.24 |
| 223 | 2025-11-11T20:11:25.855Z | Downloaded tinyvec v1.8.0 |
| 224 | 2025-11-11T20:11:25.855Z | Downloaded encoding_rs v0.8.34 |
| 225 | 2025-11-11T20:11:25.879Z | Downloaded semver v1.0.27 |
| 226 | 2025-11-11T20:11:25.879Z | Downloaded num-traits v0.2.19 |
| 227 | 2025-11-11T20:11:25.879Z | Downloaded hashbrown v0.15.4 |
| 228 | 2025-11-11T20:11:25.880Z | Downloaded goblin v0.8.2 |
| 229 | 2025-11-11T20:11:25.904Z | Downloaded futures-util v0.3.31 |
| 230 | 2025-11-11T20:11:25.904Z | Downloaded yoke v0.7.4 |
| 231 | 2025-11-11T20:11:25.904Z | Downloaded tokio-rustls v0.25.0 |
| 232 | 2025-11-11T20:11:25.904Z | Downloaded parking_lot v0.12.3 |
| 233 | 2025-11-11T20:11:25.929Z | Downloaded tokio v1.47.0 |
| 234 | 2025-11-11T20:11:25.981Z | Downloaded idna v1.0.3 |
| 235 | 2025-11-11T20:11:25.981Z | Downloaded hashbrown v0.16.0 |
| 236 | 2025-11-11T20:11:25.981Z | Downloaded h2 v0.4.6 |
| 237 | 2025-11-11T20:11:25.981Z | Downloaded shlex v1.3.0 |
| 238 | 2025-11-11T20:11:25.981Z | Downloaded serde_tokenstream v0.2.2 |
| 239 | 2025-11-11T20:11:25.981Z | Downloaded sha2 v0.10.9 |
| 240 | 2025-11-11T20:11:25.981Z | Downloaded typenum v1.17.0 |
| 241 | 2025-11-11T20:11:25.981Z | Downloaded thiserror v2.0.17 |
| 242 | 2025-11-11T20:11:25.981Z | Downloaded http v1.3.1 |
| 243 | 2025-11-11T20:11:25.982Z | Downloaded scopeguard v1.2.0 |
| 244 | 2025-11-11T20:11:25.982Z | Downloaded schemars v0.8.22 |
| 245 | 2025-11-11T20:11:26.006Z | Downloaded progenitor-impl v0.11.2 |
| 246 | 2025-11-11T20:11:26.006Z | Downloaded serde_yaml v0.9.34+deprecated |
| 247 | 2025-11-11T20:11:26.006Z | Downloaded rand v0.8.5 |
| 248 | 2025-11-11T20:11:26.006Z | Downloaded serde_derive_internals v0.29.1 |
| 249 | 2025-11-11T20:11:26.007Z | Downloaded serde v1.0.226 |
| 250 | 2025-11-11T20:11:26.007Z | Downloaded once_cell v1.21.3 |
| 251 | 2025-11-11T20:11:26.031Z | Downloaded unsafe-libyaml v0.2.11 |
| 252 | 2025-11-11T20:11:26.032Z | Downloaded typify v0.4.3 |
| 253 | 2025-11-11T20:11:26.032Z | Downloaded cc v1.2.30 |
| 254 | 2025-11-11T20:11:26.032Z | Downloaded zerocopy-derive v0.7.35 |
| 255 | 2025-11-11T20:11:26.032Z | Downloaded indexmap v2.11.4 |
| 256 | 2025-11-11T20:11:26.032Z | Downloaded icu_collections v1.5.0 |
| 257 | 2025-11-11T20:11:26.056Z | Downloaded hyper-util v0.1.17 |
| 258 | 2025-11-11T20:11:26.057Z | Downloaded scroll_derive v0.12.0 |
| 259 | 2025-11-11T20:11:26.057Z | Downloaded schemars_derive v0.8.22 |
| 260 | 2025-11-11T20:11:26.057Z | Downloaded rustversion v1.0.22 |
| 261 | 2025-11-11T20:11:26.057Z | Downloaded rustls-pemfile v2.2.0 |
| 262 | 2025-11-11T20:11:26.057Z | Downloaded ref-cast-impl v1.0.24 |
| 263 | 2025-11-11T20:11:26.057Z | Downloaded ref-cast v1.0.24 |
| 264 | 2025-11-11T20:11:26.057Z | Downloaded quote v1.0.40 |
| 265 | 2025-11-11T20:11:26.057Z | Downloaded slog-term v2.9.2 |
| 266 | 2025-11-11T20:11:26.081Z | Downloaded multer v3.1.0 |
| 267 | 2025-11-11T20:11:26.081Z | Downloaded mime v0.3.17 |
| 268 | 2025-11-11T20:11:26.081Z | Downloaded lock_api v0.4.12 |
| 269 | 2025-11-11T20:11:26.082Z | Downloaded time-macros v0.2.24 |
| 270 | 2025-11-11T20:11:26.082Z | Downloaded progenitor-macro v0.11.2 |
| 271 | 2025-11-11T20:11:26.082Z | Downloaded serde_urlencoded v0.7.1 |
| 272 | 2025-11-11T20:11:26.082Z | Downloaded rand_xorshift v0.4.0 |
| 273 | 2025-11-11T20:11:26.082Z | Downloaded ppv-lite86 v0.2.20 |
| 274 | 2025-11-11T20:11:26.082Z | Downloaded slab v0.4.9 |
| 275 | 2025-11-11T20:11:26.082Z | Downloaded serde_spanned v1.0.0 |
| 276 | 2025-11-11T20:11:26.082Z | Downloaded rusty-fork v0.3.0 |
| 277 | 2025-11-11T20:11:26.082Z | Downloaded rand_chacha v0.9.0 |
| 278 | 2025-11-11T20:11:26.082Z | Downloaded rand_chacha v0.3.1 |
| 279 | 2025-11-11T20:11:26.082Z | Downloaded pest_derive v2.8.2 |
| 280 | 2025-11-11T20:11:26.082Z | Downloaded spin v0.9.8 |
| 281 | 2025-11-11T20:11:26.107Z | Downloaded icu_properties v1.5.1 |
| 282 | 2025-11-11T20:11:26.107Z | Downloaded rand_core v0.9.3 |
| 283 | 2025-11-11T20:11:26.107Z | Downloaded progenitor-client v0.10.0 |
| 284 | 2025-11-11T20:11:26.107Z | Downloaded oxnet v0.1.3 |
| 285 | 2025-11-11T20:11:26.107Z | Downloaded ucd-trie v0.1.7 |
| 286 | 2025-11-11T20:11:26.107Z | Downloaded icu_provider v1.5.0 |
| 287 | 2025-11-11T20:11:26.107Z | Downloaded icu_normalizer_data v1.5.0 |
| 288 | 2025-11-11T20:11:26.107Z | Downloaded getrandom v0.3.4 |
| 289 | 2025-11-11T20:11:26.107Z | Downloaded crossbeam-utils v0.8.21 |
| 290 | 2025-11-11T20:11:26.107Z | Downloaded sha1 v0.10.6 |
| 291 | 2025-11-11T20:11:26.107Z | Downloaded serde_path_to_error v0.1.17 |
| 292 | 2025-11-11T20:11:26.107Z | Downloaded slog-bunyan v2.5.0 |
| 293 | 2025-11-11T20:11:26.107Z | Downloaded slog-async v2.8.0 |
| 294 | 2025-11-11T20:11:26.131Z | Downloaded rustc-hash v2.1.1 |
| 295 | 2025-11-11T20:11:26.131Z | Downloaded parking_lot_core v0.9.10 |
| 296 | 2025-11-11T20:11:26.131Z | Downloaded time-core v0.1.6 |
| 297 | 2025-11-11T20:11:26.131Z | Downloaded thread_local v1.1.8 |
| 298 | 2025-11-11T20:11:26.132Z | Downloaded thiserror-impl v2.0.17 |
| 299 | 2025-11-11T20:11:26.132Z | Downloaded thiserror v1.0.69 |
| 300 | 2025-11-11T20:11:26.132Z | Downloaded rand_core v0.6.4 |
| 301 | 2025-11-11T20:11:26.132Z | Downloaded quinn-udp v0.5.5 |
| 302 | 2025-11-11T20:11:26.132Z | Downloaded progenitor-client v0.11.2 |
| 303 | 2025-11-11T20:11:26.132Z | Downloaded paste v1.0.15 |
| 304 | 2025-11-11T20:11:26.132Z | Downloaded parse-display-derive v0.10.0 |
| 305 | 2025-11-11T20:11:26.132Z | Downloaded newtype-uuid v1.3.1 |
| 306 | 2025-11-11T20:11:26.132Z | Downloaded version_check v0.9.5 |
| 307 | 2025-11-11T20:11:26.132Z | Downloaded thiserror-impl v1.0.69 |
| 308 | 2025-11-11T20:11:26.157Z | Downloaded ipnet v2.11.0 |
| 309 | 2025-11-11T20:11:26.157Z | Downloaded icu_locid_transform_data v1.5.0 |
| 310 | 2025-11-11T20:11:26.157Z | Downloaded httparse v1.9.5 |
| 311 | 2025-11-11T20:11:26.157Z | Downloaded daft-derive v0.1.4 |
| 312 | 2025-11-11T20:11:26.157Z | Downloaded macaddr v1.0.1 |
| 313 | 2025-11-11T20:11:26.157Z | Downloaded zeroize v1.8.1 |
| 314 | 2025-11-11T20:11:26.157Z | Downloaded wait-timeout v0.2.0 |
| 315 | 2025-11-11T20:11:26.157Z | Downloaded unarray v0.1.4 |
| 316 | 2025-11-11T20:11:26.157Z | Downloaded typify-macro v0.4.3 |
| 317 | 2025-11-11T20:11:26.157Z | Downloaded toml_writer v1.0.2 |
| 318 | 2025-11-11T20:11:26.157Z | Downloaded tinyvec_macros v0.1.1 |
| 319 | 2025-11-11T20:11:26.157Z | Downloaded hostname v0.3.1 |
| 320 | 2025-11-11T20:11:26.157Z | Downloaded crypto-common v0.1.6 |
| 321 | 2025-11-11T20:11:26.157Z | Downloaded cfg-if v1.0.4 |
| 322 | 2025-11-11T20:11:26.157Z | Downloaded hex v0.4.3 |
| 323 | 2025-11-11T20:11:26.182Z | Downloaded futures-sink v0.3.31 |
| 324 | 2025-11-11T20:11:26.182Z | Downloaded displaydoc v0.2.5 |
| 325 | 2025-11-11T20:11:26.182Z | Downloaded darling_macro v0.20.10 |
| 326 | 2025-11-11T20:11:26.182Z | Downloaded darling v0.20.10 |
| 327 | 2025-11-11T20:11:26.182Z | Downloaded cpufeatures v0.2.14 |
| 328 | 2025-11-11T20:11:26.182Z | Downloaded utf16_iter v1.0.5 |
| 329 | 2025-11-11T20:11:26.182Z | Downloaded tokio-util v0.7.15 |
| 330 | 2025-11-11T20:11:26.182Z | Downloaded itoa v1.0.11 |
| 331 | 2025-11-11T20:11:26.182Z | Downloaded is-terminal v0.4.13 |
| 332 | 2025-11-11T20:11:26.182Z | Downloaded ident_case v1.0.1 |
| 333 | 2025-11-11T20:11:26.182Z | Downloaded icu_provider_macros v1.5.0 |
| 334 | 2025-11-11T20:11:26.182Z | Downloaded icu_locid v1.5.0 |
| 335 | 2025-11-11T20:11:26.207Z | Downloaded darling_core v0.20.10 |
| 336 | 2025-11-11T20:11:26.207Z | Downloaded utf8_iter v1.0.4 |
| 337 | 2025-11-11T20:11:26.207Z | Downloaded usdt v0.5.0 |
| 338 | 2025-11-11T20:11:26.207Z | Downloaded thread-id v4.2.2 |
| 339 | 2025-11-11T20:11:26.207Z | Downloaded idna_adapter v1.2.0 |
| 340 | 2025-11-11T20:11:26.207Z | Downloaded hyper-rustls v0.27.7 |
| 341 | 2025-11-11T20:11:26.207Z | Downloaded usdt-macro v0.5.0 |
| 342 | 2025-11-11T20:11:26.207Z | Downloaded try-lock v0.2.5 |
| 343 | 2025-11-11T20:11:26.207Z | Downloaded tower-service v0.3.3 |
| 344 | 2025-11-11T20:11:26.207Z | Downloaded time v0.3.43 |
| 345 | 2025-11-11T20:11:26.232Z | Downloaded term v1.1.0 |
| 346 | 2025-11-11T20:11:26.232Z | Downloaded take_mut v0.2.2 |
| 347 | 2025-11-11T20:11:26.232Z | Downloaded synstructure v0.13.1 |
| 348 | 2025-11-11T20:11:26.232Z | Downloaded strum_macros v0.27.2 |
| 349 | 2025-11-11T20:11:26.232Z | Downloaded instant v0.1.13 |
| 350 | 2025-11-11T20:11:26.232Z | Downloaded hostname v0.4.0 |
| 351 | 2025-11-11T20:11:26.232Z | Downloaded heck v0.5.0 |
| 352 | 2025-11-11T20:11:26.233Z | Downloaded generic-array v0.14.7 |
| 353 | 2025-11-11T20:11:26.233Z | Downloaded dropshot v0.16.4 |
| 354 | 2025-11-11T20:11:26.258Z | Downloaded base64 v0.22.1 |
| 355 | 2025-11-11T20:11:26.258Z | Downloaded async-trait v0.1.89 |
| 356 | 2025-11-11T20:11:26.258Z | Downloaded omicron-workspace-hack v0.1.0 |
| 357 | 2025-11-11T20:11:26.258Z | Downloaded num_threads v0.1.7 |
| 358 | 2025-11-11T20:11:26.258Z | Downloaded num-conv v0.1.0 |
| 359 | 2025-11-11T20:11:26.258Z | Downloaded zerofrom v0.1.4 |
| 360 | 2025-11-11T20:11:26.258Z | Downloaded yoke-derive v0.7.4 |
| 361 | 2025-11-11T20:11:26.258Z | Downloaded write16 v1.0.0 |
| 362 | 2025-11-11T20:11:26.258Z | Downloaded want v0.3.1 |
| 363 | 2025-11-11T20:11:26.283Z | Downloaded waitgroup v0.1.2 |
| 364 | 2025-11-11T20:11:26.283Z | Downloaded usdt-attr-macro v0.5.0 |
| 365 | 2025-11-11T20:11:26.283Z | Downloaded untrusted v0.9.0 |
| 366 | 2025-11-11T20:11:26.283Z | Downloaded toml_parser v1.0.2 |
| 367 | 2025-11-11T20:11:26.283Z | Downloaded futures v0.3.31 |
| 368 | 2025-11-11T20:11:26.283Z | Downloaded bit-set v0.8.0 |
| 369 | 2025-11-11T20:11:26.283Z | Downloaded autocfg v1.4.0 |
| 370 | 2025-11-11T20:11:26.283Z | Downloaded tokio-rustls v0.26.0 |
| 371 | 2025-11-11T20:11:26.283Z | Downloaded futures-io v0.3.31 |
| 372 | 2025-11-11T20:11:26.283Z | Downloaded foldhash v0.2.0 |
| 373 | 2025-11-11T20:11:26.283Z | Downloaded foldhash v0.1.5 |
| 374 | 2025-11-11T20:11:26.283Z | Downloaded errno v0.3.12 |
| 375 | 2025-11-11T20:11:26.283Z | Downloaded dyn-clone v1.0.20 |
| 376 | 2025-11-11T20:11:26.283Z | Downloaded derive-ex v0.1.8 |
| 377 | 2025-11-11T20:11:26.283Z | Downloaded futures-channel v0.3.31 |
| 378 | 2025-11-11T20:11:26.308Z | Downloaded backoff v0.4.0 |
| 379 | 2025-11-11T20:11:26.308Z | Downloaded atomic-waker v1.1.2 |
| 380 | 2025-11-11T20:11:26.308Z | Downloaded async-stream-impl v0.3.6 |
| 381 | 2025-11-11T20:11:26.308Z | Downloaded futures-executor v0.3.31 |
| 382 | 2025-11-11T20:11:26.308Z | Downloaded fastrand v2.1.1 |
| 383 | 2025-11-11T20:11:26.308Z | Downloaded dropshot_endpoint v0.16.4 |
| 384 | 2025-11-11T20:11:26.308Z | Downloaded derive-where v1.5.0 |
| 385 | 2025-11-11T20:11:26.308Z | Downloaded dtrace-parser v0.2.0 |
| 386 | 2025-11-11T20:11:26.308Z | Downloaded strum v0.27.2 |
| 387 | 2025-11-11T20:11:26.308Z | Downloaded camino v1.2.0 |
| 388 | 2025-11-11T20:11:26.308Z | Downloaded stable_deref_trait v1.2.0 |
| 389 | 2025-11-11T20:11:26.308Z | Downloaded strum v0.26.3 |
| 390 | 2025-11-11T20:11:26.308Z | Downloaded strsim v0.11.1 |
| 391 | 2025-11-11T20:11:26.308Z | Downloaded debug-ignore v1.0.5 |
| 392 | 2025-11-11T20:11:26.308Z | Downloaded aho-corasick v1.1.3 |
| 393 | 2025-11-11T20:11:26.333Z | Downloaded iri-string v0.7.8 |
| 394 | 2025-11-11T20:11:26.333Z | Downloaded iddqd v0.3.13 |
| 395 | 2025-11-11T20:11:26.333Z | Downloaded icu_properties_data v1.5.0 |
| 396 | 2025-11-11T20:11:26.357Z | Downloaded byteorder v1.5.0 |
| 397 | 2025-11-11T20:11:26.357Z | Downloaded anyhow v1.0.99 |
| 398 | 2025-11-11T20:11:26.357Z | Downloaded allocator-api2 v0.2.21 |
| 399 | 2025-11-11T20:11:26.357Z | Downloaded writeable v0.5.5 |
| 400 | 2025-11-11T20:11:26.357Z | Downloaded tower-layer v0.3.3 |
| 401 | 2025-11-11T20:11:26.357Z | Downloaded toml_datetime v0.7.0 |
| 402 | 2025-11-11T20:11:26.358Z | Downloaded subtle v2.6.1 |
| 403 | 2025-11-11T20:11:26.358Z | Downloaded structmeta v0.3.0 |
| 404 | 2025-11-11T20:11:26.358Z | Downloaded getrandom v0.2.15 |
| 405 | 2025-11-11T20:11:26.358Z | Downloaded bytes v1.10.1 |
| 406 | 2025-11-11T20:11:26.383Z | Downloaded bitflags v2.9.4 |
| 407 | 2025-11-11T20:11:26.383Z | Downloaded bit-vec v0.8.0 |
| 408 | 2025-11-11T20:11:26.383Z | Downloaded async-stream v0.3.6 |
| 409 | 2025-11-11T20:11:26.383Z | Downloaded form_urlencoded v1.2.2 |
| 410 | 2025-11-11T20:11:26.383Z | Downloaded futures-macro v0.3.31 |
| 411 | 2025-11-11T20:11:26.383Z | Downloaded digest v0.10.7 |
| 412 | 2025-11-11T20:11:26.383Z | Downloaded dof v0.3.0 |
| 413 | 2025-11-11T20:11:26.383Z | Downloaded deranged v0.5.3 |
| 414 | 2025-11-11T20:11:26.383Z | Downloaded daft v0.1.4 |
| 415 | 2025-11-11T20:11:26.383Z | Downloaded block-buffer v0.10.4 |
| 416 | 2025-11-11T20:11:26.478Z | Compiling proc-macro2 v1.0.101 |
| 417 | 2025-11-11T20:11:26.478Z | Compiling unicode-ident v1.0.19 |
| 418 | 2025-11-11T20:11:26.503Z | Compiling libc v0.2.174 |
| 419 | 2025-11-11T20:11:26.503Z | Checking cfg-if v1.0.4 |
| 420 | 2025-11-11T20:11:26.503Z | Compiling autocfg v1.4.0 |
| 421 | 2025-11-11T20:11:26.503Z | Compiling serde_core v1.0.226 |
| 422 | 2025-11-11T20:11:26.503Z | Checking memchr v2.7.4 |
| 423 | 2025-11-11T20:11:26.503Z | Compiling serde v1.0.226 |
| 424 | 2025-11-11T20:11:26.641Z | Compiling serde_json v1.0.145 |
| 425 | 2025-11-11T20:11:26.725Z | Checking itoa v1.0.11 |
| 426 | 2025-11-11T20:11:27.127Z | Checking ryu v1.0.18 |
| 427 | 2025-11-11T20:11:27.247Z | Compiling thiserror v2.0.17 |
| 428 | 2025-11-11T20:11:27.358Z | Compiling getrandom v0.3.4 |
| 429 | 2025-11-11T20:11:27.900Z | Checking pin-project-lite v0.2.14 |
| 430 | 2025-11-11T20:11:28.008Z | Checking smallvec v1.15.1 |
| 431 | 2025-11-11T20:11:28.064Z | Compiling version_check v0.9.5 |
| 432 | 2025-11-11T20:11:28.170Z | Checking bytes v1.10.1 |
| 433 | 2025-11-11T20:11:28.224Z | Checking futures-core v0.3.31 |
| 434 | 2025-11-11T20:11:28.249Z | Compiling num-traits v0.2.19 |
| 435 | 2025-11-11T20:11:28.379Z | Compiling quote v1.0.40 |
| 436 | 2025-11-11T20:11:28.467Z | Checking once_cell v1.21.3 |
| 437 | 2025-11-11T20:11:28.613Z | Compiling lock_api v0.4.12 |
| 438 | 2025-11-11T20:11:28.795Z | Compiling syn v2.0.106 |
| 439 | 2025-11-11T20:11:28.821Z | Compiling parking_lot_core v0.9.10 |
| 440 | 2025-11-11T20:11:29.138Z | Checking allocator-api2 v0.2.21 |
| 441 | 2025-11-11T20:11:29.205Z | Checking fnv v1.0.7 |
| 442 | 2025-11-11T20:11:29.318Z | Checking scopeguard v1.2.0 |
| 443 | 2025-11-11T20:11:29.515Z | Compiling slab v0.4.9 |
| 444 | 2025-11-11T20:11:29.645Z | Checking iana-time-zone v0.1.63 |
| 445 | 2025-11-11T20:11:29.693Z | Compiling shlex v1.3.0 |
| 446 | 2025-11-11T20:11:29.804Z | Compiling heck v0.5.0 |
| 447 | 2025-11-11T20:11:29.829Z | Checking equivalent v1.0.2 |
| 448 | 2025-11-11T20:11:29.862Z | Checking futures-sink v0.3.31 |
| 449 | 2025-11-11T20:11:29.942Z | Compiling cc v1.2.30 |
| 450 | 2025-11-11T20:11:30.016Z | Checking parking_lot v0.12.3 |
| 451 | 2025-11-11T20:11:30.141Z | Checking mio v1.0.2 |
| 452 | 2025-11-11T20:11:30.302Z | Checking socket2 v0.6.0 |
| 453 | 2025-11-11T20:11:30.401Z | Checking getrandom v0.2.15 |
| 454 | 2025-11-11T20:11:30.499Z | Checking signal-hook-registry v1.4.2 |
| 455 | 2025-11-11T20:11:30.608Z | Checking stable_deref_trait v1.2.0 |
| 456 | 2025-11-11T20:11:30.717Z | Compiling schemars v0.8.22 |
| 457 | 2025-11-11T20:11:30.750Z | Checking semver v1.0.27 |
| 458 | 2025-11-11T20:11:30.839Z | Checking dyn-clone v1.0.20 |
| 459 | 2025-11-11T20:11:30.994Z | Checking futures-channel v0.3.31 |
| 460 | 2025-11-11T20:11:31.053Z | Checking http v1.3.1 |
| 461 | 2025-11-11T20:11:31.153Z | Checking pin-utils v0.1.0 |
| 462 | 2025-11-11T20:11:31.177Z | Checking log v0.4.27 |
| 463 | 2025-11-11T20:11:31.248Z | Checking hashbrown v0.16.0 |
| 464 | 2025-11-11T20:11:31.337Z | Checking futures-io v0.3.31 |
| 465 | 2025-11-11T20:11:31.439Z | Checking rustls-pki-types v1.10.0 |
| 466 | 2025-11-11T20:11:31.522Z | Compiling thiserror v1.0.69 |
| 467 | 2025-11-11T20:11:31.952Z | Checking futures-task v0.3.31 |
| 468 | 2025-11-11T20:11:32.166Z | Checking byteorder v1.5.0 |
| 469 | 2025-11-11T20:11:32.191Z | Checking untrusted v0.9.0 |
| 470 | 2025-11-11T20:11:32.215Z | Checking litemap v0.7.3 |
| 471 | 2025-11-11T20:11:32.354Z | Checking writeable v0.5.5 |
| 472 | 2025-11-11T20:11:32.398Z | Checking indexmap v2.11.4 |
| 473 | 2025-11-11T20:11:32.538Z | Compiling ucd-trie v0.1.7 |
| 474 | 2025-11-11T20:11:32.562Z | Compiling httparse v1.9.5 |
| 475 | 2025-11-11T20:11:32.587Z | Compiling ring v0.17.14 |
| 476 | 2025-11-11T20:11:32.663Z | Checking http-body v1.0.1 |
| 477 | 2025-11-11T20:11:32.943Z | Checking tracing-core v0.1.32 |
| 478 | 2025-11-11T20:11:33.183Z | Checking icu_locid_transform_data v1.5.0 |
| 479 | 2025-11-11T20:11:33.285Z | Checking percent-encoding v2.3.2 |
| 480 | 2025-11-11T20:11:33.411Z | Checking bitflags v2.9.4 |
| 481 | 2025-11-11T20:11:33.508Z | Compiling foldhash v0.1.5 |
| 482 | 2025-11-11T20:11:33.678Z | Checking subtle v2.6.1 |
| 483 | 2025-11-11T20:11:33.706Z | Checking atomic-waker v1.1.2 |
| 484 | 2025-11-11T20:11:33.796Z | Checking zeroize v1.8.1 |
| 485 | 2025-11-11T20:11:33.952Z | Checking tracing v0.1.40 |
| 486 | 2025-11-11T20:11:34.063Z | Compiling chrono v0.4.42 |
| 487 | 2025-11-11T20:11:34.170Z | Compiling hashbrown v0.15.4 |
| 488 | 2025-11-11T20:11:34.261Z | Checking icu_properties_data v1.5.0 |
| 489 | 2025-11-11T20:11:34.419Z | Checking try-lock v0.2.5 |
| 490 | 2025-11-11T20:11:34.503Z | Compiling uuid v1.18.1 |
| 491 | 2025-11-11T20:11:34.546Z | Checking tower-service v0.3.3 |
| 492 | 2025-11-11T20:11:34.572Z | Checking want v0.3.1 |
| 493 | 2025-11-11T20:11:34.690Z | Checking utf8_iter v1.0.4 |
| 494 | 2025-11-11T20:11:34.884Z | Checking write16 v1.0.0 |
| 495 | 2025-11-11T20:11:34.999Z | Checking utf16_iter v1.0.5 |
| 496 | 2025-11-11T20:11:35.023Z | Compiling slog v2.7.0 |
| 497 | 2025-11-11T20:11:35.048Z | Checking httpdate v1.0.3 |
| 498 | 2025-11-11T20:11:35.073Z | Compiling rustls v0.23.19 |
| 499 | 2025-11-11T20:11:35.179Z | Compiling regress v0.10.4 |
| 500 | 2025-11-11T20:11:35.261Z | Compiling serde_derive_internals v0.29.1 |
| 501 | 2025-11-11T20:11:35.288Z | Compiling synstructure v0.13.1 |
| 502 | 2025-11-11T20:11:35.410Z | Checking icu_normalizer_data v1.5.0 |
| 503 | 2025-11-11T20:11:35.549Z | Checking form_urlencoded v1.2.2 |
| 504 | 2025-11-11T20:11:35.730Z | Compiling aho-corasick v1.1.3 |
| 505 | 2025-11-11T20:11:35.757Z | Checking base64 v0.22.1 |
| 506 | 2025-11-11T20:11:36.232Z | Compiling regex-syntax v0.8.5 |
| 507 | 2025-11-11T20:11:36.330Z | Compiling paste v1.0.15 |
| 508 | 2025-11-11T20:11:36.924Z | Checking ipnet v2.11.0 |
| 509 | 2025-11-11T20:11:37.315Z | Compiling typenum v1.17.0 |
| 510 | 2025-11-11T20:11:37.986Z | Checking rustls-webpki v0.102.8 |
| 511 | 2025-11-11T20:11:38.369Z | Compiling serde_derive v1.0.226 |
| 512 | 2025-11-11T20:11:38.700Z | Compiling thiserror-impl v2.0.17 |
| 513 | 2025-11-11T20:11:38.734Z | Compiling schemars_derive v0.8.22 |
| 514 | 2025-11-11T20:11:38.903Z | Compiling zerocopy-derive v0.7.35 |
| 515 | 2025-11-11T20:11:39.477Z | Compiling zerofrom-derive v0.1.4 |
| 516 | 2025-11-11T20:11:39.799Z | Compiling yoke-derive v0.7.4 |
| 517 | 2025-11-11T20:11:40.550Z | Compiling tokio-macros v2.5.0 |
| 518 | 2025-11-11T20:11:40.593Z | Compiling zerovec-derive v0.10.3 |
| 519 | 2025-11-11T20:11:40.680Z | Compiling displaydoc v0.2.5 |
| 520 | 2025-11-11T20:11:41.111Z | Compiling futures-macro v0.3.31 |
| 521 | 2025-11-11T20:11:41.290Z | Compiling thiserror-impl v1.0.69 |
| 522 | 2025-11-11T20:11:41.790Z | Checking tokio v1.47.0 |
| 523 | 2025-11-11T20:11:41.892Z | Checking zerocopy v0.7.35 |
| 524 | 2025-11-11T20:11:42.029Z | Compiling icu_provider_macros v1.5.0 |
| 525 | 2025-11-11T20:11:42.095Z | Checking zerofrom v0.1.4 |
| 526 | 2025-11-11T20:11:42.302Z | Checking yoke v0.7.4 |
| 527 | 2025-11-11T20:11:42.560Z | Compiling pest v2.8.2 |
| 528 | 2025-11-11T20:11:42.593Z | Checking futures-util v0.3.31 |
| 529 | 2025-11-11T20:11:42.621Z | Checking zerovec v0.10.4 |
| 530 | 2025-11-11T20:11:42.987Z | Checking ppv-lite86 v0.2.20 |
| 531 | 2025-11-11T20:11:43.105Z | Compiling regex-automata v0.4.11 |
| 532 | 2025-11-11T20:11:43.693Z | Compiling generic-array v0.14.7 |
| 533 | 2025-11-11T20:11:44.046Z | Checking tinystr v0.7.6 |
| 534 | 2025-11-11T20:11:44.346Z | Checking icu_locid v1.5.0 |
| 535 | 2025-11-11T20:11:45.032Z | Compiling serde_tokenstream v0.2.2 |
| 536 | 2025-11-11T20:11:45.263Z | Checking icu_provider v1.5.0 |
| 537 | 2025-11-11T20:11:45.538Z | Compiling pest_meta v2.8.2 |
| 538 | 2025-11-11T20:11:45.563Z | Checking icu_collections v1.5.0 |
| 539 | 2025-11-11T20:11:45.830Z | Checking icu_locid_transform v1.5.0 |
| 540 | 2025-11-11T20:11:46.690Z | Checking sync_wrapper v1.0.1 |
| 541 | 2025-11-11T20:11:46.749Z | Checking icu_properties v1.5.1 |
| 542 | 2025-11-11T20:11:46.846Z | Compiling pest_generator v2.8.2 |
| 543 | 2025-11-11T20:11:47.638Z | Checking tower-layer v0.3.3 |
| 544 | 2025-11-11T20:11:47.912Z | Compiling typify-impl v0.4.3 |
| 545 | 2025-11-11T20:11:48.020Z | Checking tokio-util v0.7.15 |
| 546 | 2025-11-11T20:11:48.582Z | Compiling pest_derive v2.8.2 |
| 547 | 2025-11-11T20:11:48.757Z | Checking h2 v0.4.6 |
| 548 | 2025-11-11T20:11:48.802Z | Checking ipnetwork v0.21.1 |
| 549 | 2025-11-11T20:11:49.147Z | Checking tower v0.5.2 |
| 550 | 2025-11-11T20:11:49.361Z | Checking tokio-rustls v0.26.0 |
| 551 | 2025-11-11T20:11:49.563Z | Compiling regex v1.11.3 |
| 552 | 2025-11-11T20:11:49.648Z | Checking icu_normalizer v1.5.0 |
| 553 | 2025-11-11T20:11:49.717Z | Checking serde_urlencoded v0.7.1 |
| 554 | 2025-11-11T20:11:49.953Z | Compiling scroll_derive v0.12.0 |
| 555 | 2025-11-11T20:11:50.074Z | Compiling structmeta-derive v0.3.0 |
| 556 | 2025-11-11T20:11:50.315Z | Checking idna_adapter v1.2.0 |
| 557 | 2025-11-11T20:11:50.426Z | Checking http-body-util v0.1.3 |
| 558 | 2025-11-11T20:11:50.513Z | Checking idna v1.0.3 |
| 559 | 2025-11-11T20:11:50.809Z | Checking webpki-roots v1.0.1 |
| 560 | 2025-11-11T20:11:50.977Z | Compiling usdt-impl v0.5.0 |
| 561 | 2025-11-11T20:11:51.141Z | Checking iri-string v0.7.8 |
| 562 | 2025-11-11T20:11:51.343Z | Compiling rustix v1.0.7 |
| 563 | 2025-11-11T20:11:51.381Z | Compiling num-conv v0.1.0 |
| 564 | 2025-11-11T20:11:51.647Z | Compiling time-core v0.1.6 |
| 565 | 2025-11-11T20:11:51.685Z | Checking powerfmt v0.2.0 |
| 566 | 2025-11-11T20:11:51.924Z | Compiling time-macros v0.2.24 |
| 567 | 2025-11-11T20:11:51.958Z | Checking deranged v0.5.3 |
| 568 | 2025-11-11T20:11:52.082Z | Compiling thread-id v4.2.2 |
| 569 | 2025-11-11T20:11:52.176Z | Compiling structmeta v0.3.0 |
| 570 | 2025-11-11T20:11:52.526Z | Checking scroll v0.12.0 |
| 571 | 2025-11-11T20:11:52.551Z | Checking hyper v1.7.0 |
| 572 | 2025-11-11T20:11:52.935Z | Checking url v2.5.4 |
| 573 | 2025-11-11T20:11:53.278Z | Compiling dof v0.3.0 |
| 574 | 2025-11-11T20:11:53.467Z | Checking tower-http v0.6.6 |
| 575 | 2025-11-11T20:11:53.944Z | Compiling dtrace-parser v0.2.0 |
| 576 | 2025-11-11T20:11:53.978Z | Checking oxnet v0.1.3 |
| 577 | 2025-11-11T20:11:54.002Z | Checking newtype-uuid v1.3.1 |
| 578 | 2025-11-11T20:11:54.158Z | Compiling daft-derive v0.1.4 |
| 579 | 2025-11-11T20:11:54.288Z | Checking rand_core v0.9.3 |
| 580 | 2025-11-11T20:11:54.313Z | Checking hyper-util v0.1.17 |
| 581 | 2025-11-11T20:11:54.347Z | Checking errno v0.3.12 |
| 582 | 2025-11-11T20:11:54.536Z | Compiling ident_case v1.0.1 |
| 583 | 2025-11-11T20:11:54.572Z | Compiling crossbeam-utils v0.8.21 |
| 584 | 2025-11-11T20:11:54.716Z | Compiling strsim v0.11.1 |
| 585 | 2025-11-11T20:11:55.042Z | Checking num_threads v0.1.7 |
| 586 | 2025-11-11T20:11:55.172Z | Checking plain v0.2.3 |
| 587 | 2025-11-11T20:11:55.289Z | Compiling rustversion v1.0.22 |
| 588 | 2025-11-11T20:11:55.453Z | Compiling omicron-workspace-hack v0.1.0 |
| 589 | 2025-11-11T20:11:55.768Z | Compiling typify-macro v0.4.3 |
| 590 | 2025-11-11T20:11:55.793Z | Checking time v0.3.43 |
| 591 | 2025-11-11T20:11:55.957Z | Checking daft v0.1.4 |
| 592 | 2025-11-11T20:11:56.222Z | Checking hyper-rustls v0.27.7 |
| 593 | 2025-11-11T20:11:56.366Z | Checking goblin v0.8.2 |
| 594 | 2025-11-11T20:11:56.407Z | Compiling darling_core v0.20.10 |
| 595 | 2025-11-11T20:11:56.516Z | Checking reqwest v0.12.24 |
| 596 | 2025-11-11T20:11:58.039Z | Compiling openapiv3 v2.2.0 |
| 597 | 2025-11-11T20:11:58.546Z | Compiling typify v0.4.3 |
| 598 | 2025-11-11T20:11:58.692Z | Checking pretty-hex v0.4.1 |
| 599 | 2025-11-11T20:11:58.859Z | Compiling anyhow v1.0.99 |
| 600 | 2025-11-11T20:11:58.887Z | Checking fastrand v2.1.1 |
| 601 | 2025-11-11T20:11:58.915Z | Compiling unsafe-libyaml v0.2.11 |
| 602 | 2025-11-11T20:11:59.058Z | Compiling rustls v0.22.4 |
| 603 | 2025-11-11T20:11:59.192Z | Checking tempfile v3.20.0 |
| 604 | 2025-11-11T20:12:00.001Z | Compiling serde_yaml v0.9.34+deprecated |
| 605 | 2025-11-11T20:12:00.278Z | Checking rand_chacha v0.9.0 |
| 606 | 2025-11-11T20:12:00.316Z | Checking crypto-common v0.1.6 |
| 607 | 2025-11-11T20:12:00.497Z | Checking block-buffer v0.10.4 |
| 608 | 2025-11-11T20:12:00.611Z | Checking rand_core v0.6.4 |
| 609 | 2025-11-11T20:12:00.686Z | Checking thread_local v1.1.8 |
| 610 | 2025-11-11T20:12:00.719Z | Compiling multer v3.1.0 |
| 611 | 2025-11-11T20:12:00.804Z | Compiling darling_macro v0.20.10 |
| 612 | 2025-11-11T20:12:00.926Z | Checking wait-timeout v0.2.0 |
| 613 | 2025-11-11T20:12:01.100Z | Compiling progenitor-impl v0.11.2 |
| 614 | 2025-11-11T20:12:01.125Z | Checking bit-vec v0.8.0 |
| 615 | 2025-11-11T20:12:01.150Z | Checking match_cfg v0.1.0 |
| 616 | 2025-11-11T20:12:01.250Z | Compiling camino v1.2.0 |
| 617 | 2025-11-11T20:12:01.319Z | Checking winnow v0.7.13 |
| 618 | 2025-11-11T20:12:01.396Z | Compiling ref-cast v1.0.24 |
| 619 | 2025-11-11T20:12:01.431Z | Checking quick-error v1.2.3 |
| 620 | 2025-11-11T20:12:01.476Z | Compiling slog-async v2.8.0 |
| 621 | 2025-11-11T20:12:01.584Z | Checking rusty-fork v0.3.0 |
| 622 | 2025-11-11T20:12:01.706Z | Compiling darling v0.20.10 |
| 623 | 2025-11-11T20:12:01.836Z | Checking bit-set v0.8.0 |
| 624 | 2025-11-11T20:12:01.971Z | Checking hostname v0.3.1 |
| 625 | 2025-11-11T20:12:02.081Z | Checking rand_chacha v0.3.1 |
| 626 | 2025-11-11T20:12:02.112Z | Compiling strum_macros v0.26.4 |
| 627 | 2025-11-11T20:12:02.136Z | Checking digest v0.10.7 |
| 628 | 2025-11-11T20:12:02.365Z | Checking rand v0.9.2 |
| 629 | 2025-11-11T20:12:02.440Z | Checking crossbeam-channel v0.5.15 |
| 630 | 2025-11-11T20:12:02.833Z | Compiling usdt-attr-macro v0.5.0 |
| 631 | 2025-11-11T20:12:03.090Z | Compiling usdt-macro v0.5.0 |
| 632 | 2025-11-11T20:12:03.280Z | Checking progenitor-client v0.11.2 |
| 633 | 2025-11-11T20:12:03.620Z | Checking slog-json v2.6.1 |
| 634 | 2025-11-11T20:12:03.645Z | Checking toml_parser v1.0.2 |
| 635 | 2025-11-11T20:12:03.670Z | Checking rand_xorshift v0.4.0 |
| 636 | 2025-11-11T20:12:03.851Z | Compiling derive-ex v0.1.8 |
| 637 | 2025-11-11T20:12:03.889Z | Checking futures-executor v0.3.31 |
| 638 | 2025-11-11T20:12:04.071Z | Checking serde_spanned v1.0.0 |
| 639 | 2025-11-11T20:12:04.117Z | Checking hex v0.4.3 |
| 640 | 2025-11-11T20:12:04.234Z | Checking toml_datetime v0.7.0 |
| 641 | 2025-11-11T20:12:04.303Z | Compiling async-stream-impl v0.3.6 |
| 642 | 2025-11-11T20:12:04.328Z | Compiling ref-cast-impl v1.0.24 |
| 643 | 2025-11-11T20:12:04.582Z | Compiling dropshot v0.16.4 |
| 644 | 2025-11-11T20:12:04.607Z | Checking memmap v0.7.0 |
| 645 | 2025-11-11T20:12:04.804Z | Checking is-terminal v0.4.13 |
| 646 | 2025-11-11T20:12:04.929Z | Checking encoding_rs v0.8.34 |
| 647 | 2025-11-11T20:12:04.954Z | Checking cpufeatures v0.2.14 |
| 648 | 2025-11-11T20:12:05.054Z | Checking toml_writer v1.0.2 |
| 649 | 2025-11-11T20:12:05.313Z | Checking term v1.1.0 |
| 650 | 2025-11-11T20:12:05.386Z | Checking lazy_static v1.5.0 |
| 651 | 2025-11-11T20:12:05.411Z | Checking mime v0.3.17 |
| 652 | 2025-11-11T20:12:05.472Z | Checking take_mut v0.2.2 |
| 653 | 2025-11-11T20:12:05.532Z | Checking unarray v0.1.4 |
| 654 | 2025-11-11T20:12:05.632Z | Checking spin v0.9.8 |
| 655 | 2025-11-11T20:12:05.695Z | Checking proptest v1.7.0 |
| 656 | 2025-11-11T20:12:05.730Z | Checking slog-term v2.9.2 |
| 657 | 2025-11-11T20:12:05.771Z | Compiling progenitor-macro v0.11.2 |
| 658 | 2025-11-11T20:12:05.822Z | Checking strum v0.26.3 |
| 659 | 2025-11-11T20:12:05.913Z | Checking tokio-rustls v0.25.0 |
| 660 | 2025-11-11T20:12:06.005Z | Checking async-stream v0.3.6 |
| 661 | 2025-11-11T20:12:06.030Z | Checking toml v0.9.5 |
| 662 | 2025-11-11T20:12:06.223Z | Checking sha1 v0.10.6 |
| 663 | 2025-11-11T20:12:06.310Z | Checking usdt v0.5.0 |
| 664 | 2025-11-11T20:12:06.362Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 665 | 2025-11-11T20:12:06.480Z | Checking futures v0.3.31 |
| 666 | 2025-11-11T20:12:06.542Z | Checking slog-bunyan v2.5.0 |
| 667 | 2025-11-11T20:12:06.566Z | Checking rand v0.8.5 |
| 668 | 2025-11-11T20:12:06.712Z | Compiling serde_with_macros v3.14.0 |
| 669 | 2025-11-11T20:12:07.056Z | Compiling test-strategy v0.4.3 |
| 670 | 2025-11-11T20:12:07.199Z | Compiling parse-display-derive v0.10.0 |
| 671 | 2025-11-11T20:12:07.224Z | Compiling dropshot_endpoint v0.16.4 |
| 672 | 2025-11-11T20:12:07.297Z | Compiling newtype-uuid-macros v0.1.0 |
| 673 | 2025-11-11T20:12:07.810Z | Checking serde_path_to_error v0.1.17 |
| 674 | 2025-11-11T20:12:08.117Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 675 | 2025-11-11T20:12:08.749Z | Compiling derive-where v1.5.0 |
| 676 | 2025-11-11T20:12:08.785Z | Compiling async-trait v0.1.89 |
| 677 | 2025-11-11T20:12:08.856Z | Compiling strum_macros v0.27.2 |
| 678 | 2025-11-11T20:12:09.347Z | Checking waitgroup v0.1.2 |
| 679 | 2025-11-11T20:12:09.486Z | Checking rustls-pemfile v2.2.0 |
| 680 | 2025-11-11T20:12:09.687Z | Checking hostname v0.4.0 |
| 681 | 2025-11-11T20:12:09.711Z | Checking instant v0.1.13 |
| 682 | 2025-11-11T20:12:09.824Z | Checking foldhash v0.2.0 |
| 683 | 2025-11-11T20:12:09.849Z | Checking debug-ignore v1.0.5 |
| 684 | 2025-11-11T20:12:09.988Z | Checking rustc-hash v2.1.1 |
| 685 | 2025-11-11T20:12:10.090Z | Checking backoff v0.4.0 |
| 686 | 2025-11-11T20:12:10.115Z | Checking parse-display v0.10.0 |
| 687 | 2025-11-11T20:12:10.170Z | Checking iddqd v0.3.13 |
| 688 | 2025-11-11T20:12:10.358Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 689 | 2025-11-11T20:12:10.383Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 690 | 2025-11-11T20:12:10.493Z | Checking serde_with v3.14.0 |
| 691 | 2025-11-11T20:12:10.526Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 692 | 2025-11-11T20:12:11.002Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 693 | 2025-11-11T20:12:11.210Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 694 | 2025-11-11T20:12:11.249Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 695 | 2025-11-11T20:12:11.538Z | Checking progenitor-client v0.10.0 |
| 696 | 2025-11-11T20:12:11.609Z | Checking macaddr v1.0.1 |
| 697 | 2025-11-11T20:12:12.641Z | Checking strum v0.27.2 |
| 698 | 2025-11-11T20:12:13.969Z | Checking progenitor v0.11.2 |
| 699 | 2025-11-11T20:12:14.124Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 700 | 2025-11-11T20:12:18.382Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 701 | 2025-11-11T20:12:28.784Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 702 | 2025-11-11T20:12:28.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
| 703 | 2025-11-11T20:12:29.020Z | + cargo build --release |
| 704 | 2025-11-11T20:12:29.406Z | Compiling proc-macro2 v1.0.101 |
| 705 | 2025-11-11T20:12:29.406Z | Compiling unicode-ident v1.0.19 |
| 706 | 2025-11-11T20:12:29.406Z | Compiling libc v0.2.174 |
| 707 | 2025-11-11T20:12:29.431Z | Compiling cfg-if v1.0.4 |
| 708 | 2025-11-11T20:12:29.431Z | Compiling autocfg v1.4.0 |
| 709 | 2025-11-11T20:12:29.431Z | Compiling serde_core v1.0.226 |
| 710 | 2025-11-11T20:12:29.432Z | Compiling memchr v2.7.4 |
| 711 | 2025-11-11T20:12:29.432Z | Compiling serde_json v1.0.145 |
| 712 | 2025-11-11T20:12:29.552Z | Compiling serde v1.0.226 |
| 713 | 2025-11-11T20:12:29.598Z | Compiling itoa v1.0.11 |
| 714 | 2025-11-11T20:12:29.821Z | Compiling thiserror v2.0.17 |
| 715 | 2025-11-11T20:12:30.135Z | Compiling ryu v1.0.18 |
| 716 | 2025-11-11T20:12:30.375Z | Compiling getrandom v0.3.4 |
| 717 | 2025-11-11T20:12:30.751Z | Compiling pin-project-lite v0.2.14 |
| 718 | 2025-11-11T20:12:30.870Z | Compiling smallvec v1.15.1 |
| 719 | 2025-11-11T20:12:31.184Z | Compiling quote v1.0.40 |
| 720 | 2025-11-11T20:12:31.265Z | Compiling futures-core v0.3.31 |
| 721 | 2025-11-11T20:12:31.295Z | Compiling bytes v1.10.1 |
| 722 | 2025-11-11T20:12:31.320Z | Compiling version_check v0.9.5 |
| 723 | 2025-11-11T20:12:31.508Z | Compiling num-traits v0.2.19 |
| 724 | 2025-11-11T20:12:31.560Z | Compiling syn v2.0.106 |
| 725 | 2025-11-11T20:12:31.614Z | Compiling once_cell v1.21.3 |
| 726 | 2025-11-11T20:12:31.695Z | Compiling lock_api v0.4.12 |
| 727 | 2025-11-11T20:12:31.807Z | Compiling parking_lot_core v0.9.10 |
| 728 | 2025-11-11T20:12:32.229Z | Compiling scopeguard v1.2.0 |
| 729 | 2025-11-11T20:12:32.254Z | Compiling fnv v1.0.7 |
| 730 | 2025-11-11T20:12:32.381Z | Compiling allocator-api2 v0.2.21 |
| 731 | 2025-11-11T20:12:32.813Z | Compiling slab v0.4.9 |
| 732 | 2025-11-11T20:12:33.113Z | Compiling futures-sink v0.3.31 |
| 733 | 2025-11-11T20:12:33.138Z | Compiling shlex v1.3.0 |
| 734 | 2025-11-11T20:12:33.167Z | Compiling equivalent v1.0.2 |
| 735 | 2025-11-11T20:12:33.209Z | Compiling iana-time-zone v0.1.63 |
| 736 | 2025-11-11T20:12:33.280Z | Compiling heck v0.5.0 |
| 737 | 2025-11-11T20:12:33.426Z | Compiling cc v1.2.30 |
| 738 | 2025-11-11T20:12:33.451Z | Compiling parking_lot v0.12.3 |
| 739 | 2025-11-11T20:12:33.640Z | Compiling getrandom v0.2.15 |
| 740 | 2025-11-11T20:12:33.779Z | Compiling socket2 v0.6.0 |
| 741 | 2025-11-11T20:12:33.893Z | Compiling signal-hook-registry v1.4.2 |
| 742 | 2025-11-11T20:12:33.950Z | Compiling mio v1.0.2 |
| 743 | 2025-11-11T20:12:35.122Z | Compiling stable_deref_trait v1.2.0 |
| 744 | 2025-11-11T20:12:35.147Z | Compiling schemars v0.8.22 |
| 745 | 2025-11-11T20:12:35.233Z | Compiling semver v1.0.27 |
| 746 | 2025-11-11T20:12:35.274Z | Compiling dyn-clone v1.0.20 |
| 747 | 2025-11-11T20:12:35.507Z | Compiling futures-channel v0.3.31 |
| 748 | 2025-11-11T20:12:35.533Z | Compiling http v1.3.1 |
| 749 | 2025-11-11T20:12:35.564Z | Compiling log v0.4.27 |
| 750 | 2025-11-11T20:12:35.809Z | Compiling ring v0.17.14 |
| 751 | 2025-11-11T20:12:35.957Z | Compiling pin-utils v0.1.0 |
| 752 | 2025-11-11T20:12:35.981Z | Compiling thiserror v1.0.69 |
| 753 | 2025-11-11T20:12:36.059Z | Compiling hashbrown v0.16.0 |
| 754 | 2025-11-11T20:12:36.414Z | Compiling rustls-pki-types v1.10.0 |
| 755 | 2025-11-11T20:12:36.568Z | Compiling futures-task v0.3.31 |
| 756 | 2025-11-11T20:12:36.592Z | Compiling futures-io v0.3.31 |
| 757 | 2025-11-11T20:12:36.892Z | Compiling writeable v0.5.5 |
| 758 | 2025-11-11T20:12:37.150Z | Compiling untrusted v0.9.0 |
| 759 | 2025-11-11T20:12:37.259Z | Compiling byteorder v1.5.0 |
| 760 | 2025-11-11T20:12:37.340Z | Compiling litemap v0.7.3 |
| 761 | 2025-11-11T20:12:37.707Z | Compiling serde_derive_internals v0.29.1 |
| 762 | 2025-11-11T20:12:37.732Z | Compiling synstructure v0.13.1 |
| 763 | 2025-11-11T20:12:37.768Z | Compiling indexmap v2.11.4 |
| 764 | 2025-11-11T20:12:38.394Z | Compiling ucd-trie v0.1.7 |
| 765 | 2025-11-11T20:12:38.647Z | Compiling httparse v1.9.5 |
| 766 | 2025-11-11T20:12:39.247Z | Compiling http-body v1.0.1 |
| 767 | 2025-11-11T20:12:39.327Z | Compiling tracing-core v0.1.32 |
| 768 | 2025-11-11T20:12:39.487Z | Compiling percent-encoding v2.3.2 |
| 769 | 2025-11-11T20:12:39.762Z | Compiling atomic-waker v1.1.2 |
| 770 | 2025-11-11T20:12:39.793Z | Compiling zeroize v1.8.1 |
| 771 | 2025-11-11T20:12:39.934Z | Compiling icu_locid_transform_data v1.5.0 |
| 772 | 2025-11-11T20:12:40.041Z | Compiling foldhash v0.1.5 |
| 773 | 2025-11-11T20:12:40.076Z | Compiling bitflags v2.9.4 |
| 774 | 2025-11-11T20:12:40.118Z | Compiling subtle v2.6.1 |
| 775 | 2025-11-11T20:12:40.297Z | Compiling tracing v0.1.40 |
| 776 | 2025-11-11T20:12:40.382Z | Compiling chrono v0.4.42 |
| 777 | 2025-11-11T20:12:40.595Z | Compiling hashbrown v0.15.4 |
| 778 | 2025-11-11T20:12:40.684Z | Compiling serde_derive v1.0.226 |
| 779 | 2025-11-11T20:12:40.761Z | Compiling thiserror-impl v2.0.17 |
| 780 | 2025-11-11T20:12:40.854Z | Compiling schemars_derive v0.8.22 |
| 781 | 2025-11-11T20:12:41.305Z | Compiling zerocopy-derive v0.7.35 |
| 782 | 2025-11-11T20:12:41.685Z | Compiling zerofrom-derive v0.1.4 |
| 783 | 2025-11-11T20:12:41.963Z | Compiling yoke-derive v0.7.4 |
| 784 | 2025-11-11T20:12:42.852Z | Compiling tokio-macros v2.5.0 |
| 785 | 2025-11-11T20:12:43.045Z | Compiling zerovec-derive v0.10.3 |
| 786 | 2025-11-11T20:12:43.211Z | Compiling displaydoc v0.2.5 |
| 787 | 2025-11-11T20:12:43.903Z | Compiling futures-macro v0.3.31 |
| 788 | 2025-11-11T20:12:44.064Z | Compiling tokio v1.47.0 |
| 789 | 2025-11-11T20:12:44.169Z | Compiling zerofrom v0.1.4 |
| 790 | 2025-11-11T20:12:44.194Z | Compiling thiserror-impl v1.0.69 |
| 791 | 2025-11-11T20:12:44.360Z | Compiling yoke v0.7.4 |
| 792 | 2025-11-11T20:12:44.493Z | Compiling zerocopy v0.7.35 |
| 793 | 2025-11-11T20:12:44.734Z | Compiling icu_provider_macros v1.5.0 |
| 794 | 2025-11-11T20:12:44.930Z | Compiling zerovec v0.10.4 |
| 795 | 2025-11-11T20:12:45.407Z | Compiling futures-util v0.3.31 |
| 796 | 2025-11-11T20:12:45.675Z | Compiling pest v2.8.2 |
| 797 | 2025-11-11T20:12:46.807Z | Compiling tinystr v0.7.6 |
| 798 | 2025-11-11T20:12:47.155Z | Compiling icu_locid v1.5.0 |
| 799 | 2025-11-11T20:12:47.454Z | Compiling uuid v1.18.1 |
| 800 | 2025-11-11T20:12:47.479Z | Compiling serde_tokenstream v0.2.2 |
| 801 | 2025-11-11T20:12:47.969Z | Compiling rustls-webpki v0.102.8 |
| 802 | 2025-11-11T20:12:48.127Z | Compiling pest_meta v2.8.2 |
| 803 | 2025-11-11T20:12:48.564Z | Compiling icu_provider v1.5.0 |
| 804 | 2025-11-11T20:12:50.835Z | Compiling icu_locid_transform v1.5.0 |
| 805 | 2025-11-11T20:12:50.985Z | Compiling icu_collections v1.5.0 |
| 806 | 2025-11-11T20:12:52.289Z | Compiling tokio-util v0.7.15 |
| 807 | 2025-11-11T20:12:52.700Z | Compiling tower-service v0.3.3 |
| 808 | 2025-11-11T20:12:52.849Z | Compiling try-lock v0.2.5 |
| 809 | 2025-11-11T20:12:53.256Z | Compiling icu_properties_data v1.5.0 |
| 810 | 2025-11-11T20:12:53.378Z | Compiling h2 v0.4.6 |
| 811 | 2025-11-11T20:12:53.522Z | Compiling icu_properties v1.5.1 |
| 812 | 2025-11-11T20:12:54.203Z | Compiling want v0.3.1 |
| 813 | 2025-11-11T20:12:54.451Z | Compiling pest_generator v2.8.2 |
| 814 | 2025-11-11T20:12:54.531Z | Compiling regress v0.10.4 |
| 815 | 2025-11-11T20:12:55.777Z | Compiling slog v2.7.0 |
| 816 | 2025-11-11T20:12:56.158Z | Compiling rustls v0.23.19 |
| 817 | 2025-11-11T20:12:56.218Z | Compiling httpdate v1.0.3 |
| 818 | 2025-11-11T20:12:56.486Z | Compiling icu_normalizer_data v1.5.0 |
| 819 | 2025-11-11T20:12:56.584Z | Compiling utf16_iter v1.0.5 |
| 820 | 2025-11-11T20:12:56.812Z | Compiling utf8_iter v1.0.4 |
| 821 | 2025-11-11T20:12:56.845Z | Compiling write16 v1.0.0 |
| 822 | 2025-11-11T20:12:57.002Z | Compiling icu_normalizer v1.5.0 |
| 823 | 2025-11-11T20:12:57.367Z | Compiling pest_derive v2.8.2 |
| 824 | 2025-11-11T20:12:58.136Z | Compiling typify-impl v0.4.3 |
| 825 | 2025-11-11T20:12:58.468Z | Compiling hyper v1.7.0 |
| 826 | 2025-11-11T20:12:58.658Z | Compiling form_urlencoded v1.2.2 |
| 827 | 2025-11-11T20:12:59.361Z | Compiling aho-corasick v1.1.3 |
| 828 | 2025-11-11T20:13:00.241Z | Compiling regex-syntax v0.8.5 |
| 829 | 2025-11-11T20:13:01.297Z | Compiling base64 v0.22.1 |
| 830 | 2025-11-11T20:13:02.241Z | Compiling ipnet v2.11.0 |
| 831 | 2025-11-11T20:13:02.378Z | Compiling paste v1.0.15 |
| 832 | 2025-11-11T20:13:04.560Z | Compiling typenum v1.17.0 |
| 833 | 2025-11-11T20:13:04.736Z | Compiling regex-automata v0.4.11 |
| 834 | 2025-11-11T20:13:05.430Z | Compiling hyper-util v0.1.17 |
| 835 | 2025-11-11T20:13:05.773Z | Compiling typify-macro v0.4.3 |
| 836 | 2025-11-11T20:13:06.619Z | Compiling idna_adapter v1.2.0 |
| 837 | 2025-11-11T20:13:07.693Z | Compiling ppv-lite86 v0.2.20 |
| 838 | 2025-11-11T20:13:08.589Z | Compiling generic-array v0.14.7 |
| 839 | 2025-11-11T20:13:08.715Z | Compiling sync_wrapper v1.0.1 |
| 840 | 2025-11-11T20:13:08.926Z | Compiling tower-layer v0.3.3 |
| 841 | 2025-11-11T20:13:10.397Z | Compiling tower v0.5.2 |
| 842 | 2025-11-11T20:13:11.419Z | Compiling regex v1.11.3 |
| 843 | 2025-11-11T20:13:11.465Z | Compiling idna v1.0.3 |
| 844 | 2025-11-11T20:13:11.660Z | Compiling serde_urlencoded v0.7.1 |
| 845 | 2025-11-11T20:13:12.187Z | Compiling ipnetwork v0.21.1 |
| 846 | 2025-11-11T20:13:12.288Z | Compiling scroll_derive v0.12.0 |
| 847 | 2025-11-11T20:13:12.473Z | Compiling structmeta-derive v0.3.0 |
| 848 | 2025-11-11T20:13:12.651Z | Compiling http-body-util v0.1.3 |
| 849 | 2025-11-11T20:13:13.173Z | Compiling webpki-roots v1.0.1 |
| 850 | 2025-11-11T20:13:13.399Z | Compiling usdt-impl v0.5.0 |
| 851 | 2025-11-11T20:13:13.802Z | Compiling rustix v1.0.7 |
| 852 | 2025-11-11T20:13:14.454Z | Compiling tokio-rustls v0.26.0 |
| 853 | 2025-11-11T20:13:14.656Z | Compiling num-conv v0.1.0 |
| 854 | 2025-11-11T20:13:14.922Z | Compiling iri-string v0.7.8 |
| 855 | 2025-11-11T20:13:14.947Z | Compiling powerfmt v0.2.0 |
| 856 | 2025-11-11T20:13:15.412Z | Compiling omicron-workspace-hack v0.1.0 |
| 857 | 2025-11-11T20:13:15.746Z | Compiling time-core v0.1.6 |
| 858 | 2025-11-11T20:13:16.048Z | Compiling time-macros v0.2.24 |
| 859 | 2025-11-11T20:13:16.351Z | Compiling deranged v0.5.3 |
| 860 | 2025-11-11T20:13:17.583Z | Compiling hyper-rustls v0.27.7 |
| 861 | 2025-11-11T20:13:18.228Z | Compiling tower-http v0.6.6 |
| 862 | 2025-11-11T20:13:18.834Z | Compiling structmeta v0.3.0 |
| 863 | 2025-11-11T20:13:19.238Z | Compiling scroll v0.12.0 |
| 864 | 2025-11-11T20:13:19.362Z | Compiling oxnet v0.1.3 |
| 865 | 2025-11-11T20:13:20.149Z | Compiling url v2.5.4 |
| 866 | 2025-11-11T20:13:20.416Z | Compiling thread-id v4.2.2 |
| 867 | 2025-11-11T20:13:21.082Z | Compiling dof v0.3.0 |
| 868 | 2025-11-11T20:13:21.811Z | Compiling dtrace-parser v0.2.0 |
| 869 | 2025-11-11T20:13:23.099Z | Compiling newtype-uuid v1.3.1 |
| 870 | 2025-11-11T20:13:23.693Z | Compiling daft-derive v0.1.4 |
| 871 | 2025-11-11T20:13:25.019Z | Compiling rand_core v0.9.3 |
| 872 | 2025-11-11T20:13:25.081Z | Compiling errno v0.3.12 |
| 873 | 2025-11-11T20:13:25.494Z | Compiling crossbeam-utils v0.8.21 |
| 874 | 2025-11-11T20:13:25.598Z | Compiling rustversion v1.0.22 |
| 875 | 2025-11-11T20:13:25.807Z | Compiling num_threads v0.1.7 |
| 876 | 2025-11-11T20:13:25.956Z | Compiling ident_case v1.0.1 |
| 877 | 2025-11-11T20:13:26.140Z | Compiling plain v0.2.3 |
| 878 | 2025-11-11T20:13:26.269Z | Compiling strsim v0.11.1 |
| 879 | 2025-11-11T20:13:26.341Z | Compiling goblin v0.8.2 |
| 880 | 2025-11-11T20:13:26.822Z | Compiling darling_core v0.20.10 |
| 881 | 2025-11-11T20:13:29.056Z | Compiling time v0.3.43 |
| 882 | 2025-11-11T20:13:32.753Z | Compiling daft v0.1.4 |
| 883 | 2025-11-11T20:13:34.008Z | Compiling reqwest v0.12.24 |
| 884 | 2025-11-11T20:13:34.301Z | Compiling openapiv3 v2.2.0 |
| 885 | 2025-11-11T20:13:36.877Z | Compiling typify v0.4.3 |
| 886 | 2025-11-11T20:13:37.971Z | Compiling fastrand v2.1.1 |
| 887 | 2025-11-11T20:13:38.594Z | Compiling rustls v0.22.4 |
| 888 | 2025-11-11T20:13:38.891Z | Compiling unsafe-libyaml v0.2.11 |
| 889 | 2025-11-11T20:13:39.917Z | Compiling pretty-hex v0.4.1 |
| 890 | 2025-11-11T20:13:40.148Z | Compiling anyhow v1.0.99 |
| 891 | 2025-11-11T20:13:40.977Z | Compiling serde_yaml v0.9.34+deprecated |
| 892 | 2025-11-11T20:13:42.050Z | Compiling tempfile v3.20.0 |
| 893 | 2025-11-11T20:13:43.725Z | Compiling progenitor-impl v0.11.2 |
| 894 | 2025-11-11T20:13:45.489Z | Compiling darling_macro v0.20.10 |
| 895 | 2025-11-11T20:13:46.379Z | Compiling rand_chacha v0.9.0 |
| 896 | 2025-11-11T20:13:47.119Z | Compiling block-buffer v0.10.4 |
| 897 | 2025-11-11T20:13:47.360Z | Compiling crypto-common v0.1.6 |
| 898 | 2025-11-11T20:13:47.464Z | Compiling rand_core v0.6.4 |
| 899 | 2025-11-11T20:13:47.594Z | Compiling thread_local v1.1.8 |
| 900 | 2025-11-11T20:13:47.652Z | Compiling multer v3.1.0 |
| 901 | 2025-11-11T20:13:47.931Z | Compiling wait-timeout v0.2.0 |
| 902 | 2025-11-11T20:13:48.154Z | Compiling match_cfg v0.1.0 |
| 903 | 2025-11-11T20:13:48.253Z | Compiling ref-cast v1.0.24 |
| 904 | 2025-11-11T20:13:48.278Z | Compiling quick-error v1.2.3 |
| 905 | 2025-11-11T20:13:48.413Z | Compiling slog-async v2.8.0 |
| 906 | 2025-11-11T20:13:48.439Z | Compiling winnow v0.7.13 |
| 907 | 2025-11-11T20:13:48.713Z | Compiling camino v1.2.0 |
| 908 | 2025-11-11T20:13:48.781Z | Compiling bit-vec v0.8.0 |
| 909 | 2025-11-11T20:13:48.891Z | Compiling progenitor-macro v0.11.2 |
| 910 | 2025-11-11T20:13:48.956Z | Compiling rusty-fork v0.3.0 |
| 911 | 2025-11-11T20:13:49.317Z | Compiling bit-set v0.8.0 |
| 912 | 2025-11-11T20:13:49.344Z | Compiling hostname v0.3.1 |
| 913 | 2025-11-11T20:13:49.700Z | Compiling rand_chacha v0.3.1 |
| 914 | 2025-11-11T20:13:50.694Z | Compiling digest v0.10.7 |
| 915 | 2025-11-11T20:13:51.177Z | Compiling strum_macros v0.26.4 |
| 916 | 2025-11-11T20:13:51.202Z | Compiling rand v0.9.2 |
| 917 | 2025-11-11T20:13:51.852Z | Compiling toml_parser v1.0.2 |
| 918 | 2025-11-11T20:13:52.674Z | Compiling crossbeam-channel v0.5.15 |
| 919 | 2025-11-11T20:13:52.792Z | Compiling darling v0.20.10 |
| 920 | 2025-11-11T20:13:54.708Z | Compiling progenitor-client v0.11.2 |
| 921 | 2025-11-11T20:13:55.603Z | Compiling usdt-attr-macro v0.5.0 |
| 922 | 2025-11-11T20:13:56.025Z | Compiling usdt-macro v0.5.0 |
| 923 | 2025-11-11T20:13:56.877Z | Compiling slog-json v2.6.1 |
| 924 | 2025-11-11T20:13:57.291Z | Compiling rand_xorshift v0.4.0 |
| 925 | 2025-11-11T20:13:57.425Z | Compiling derive-ex v0.1.8 |
| 926 | 2025-11-11T20:13:57.600Z | Compiling futures-executor v0.3.31 |
| 927 | 2025-11-11T20:13:58.473Z | Compiling toml_datetime v0.7.0 |
| 928 | 2025-11-11T20:13:58.619Z | Compiling serde_spanned v1.0.0 |
| 929 | 2025-11-11T20:13:58.885Z | Compiling hex v0.4.3 |
| 930 | 2025-11-11T20:13:59.125Z | Compiling async-stream-impl v0.3.6 |
| 931 | 2025-11-11T20:13:59.267Z | Compiling ref-cast-impl v1.0.24 |
| 932 | 2025-11-11T20:13:59.498Z | Compiling dropshot v0.16.4 |
| 933 | 2025-11-11T20:13:59.858Z | Compiling is-terminal v0.4.13 |
| 934 | 2025-11-11T20:14:00.003Z | Compiling memmap v0.7.0 |
| 935 | 2025-11-11T20:14:00.281Z | Compiling encoding_rs v0.8.34 |
| 936 | 2025-11-11T20:14:00.352Z | Compiling lazy_static v1.5.0 |
| 937 | 2025-11-11T20:14:00.433Z | Compiling toml_writer v1.0.2 |
| 938 | 2025-11-11T20:14:00.524Z | Compiling term v1.1.0 |
| 939 | 2025-11-11T20:14:00.783Z | Compiling cpufeatures v0.2.14 |
| 940 | 2025-11-11T20:14:00.901Z | Compiling unarray v0.1.4 |
| 941 | 2025-11-11T20:14:00.926Z | Compiling spin v0.9.8 |
| 942 | 2025-11-11T20:14:01.114Z | Compiling mime v0.3.17 |
| 943 | 2025-11-11T20:14:01.145Z | Compiling take_mut v0.2.2 |
| 944 | 2025-11-11T20:14:02.043Z | Compiling slog-term v2.9.2 |
| 945 | 2025-11-11T20:14:04.577Z | Compiling proptest v1.7.0 |
| 946 | 2025-11-11T20:14:04.863Z | Compiling sha1 v0.10.6 |
| 947 | 2025-11-11T20:14:05.529Z | Compiling toml v0.9.5 |
| 948 | 2025-11-11T20:14:06.565Z | Compiling test-strategy v0.4.3 |
| 949 | 2025-11-11T20:14:09.303Z | Compiling async-stream v0.3.6 |
| 950 | 2025-11-11T20:14:09.477Z | Compiling usdt v0.5.0 |
| 951 | 2025-11-11T20:14:09.805Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 952 | 2025-11-11T20:14:10.034Z | Compiling tokio-rustls v0.25.0 |
| 953 | 2025-11-11T20:14:10.486Z | Compiling progenitor v0.11.2 |
| 954 | 2025-11-11T20:14:10.673Z | Compiling futures v0.3.31 |
| 955 | 2025-11-11T20:14:10.888Z | Compiling slog-bunyan v2.5.0 |
| 956 | 2025-11-11T20:14:10.913Z | Compiling strum v0.26.3 |
| 957 | 2025-11-11T20:14:11.090Z | Compiling serde_with_macros v3.14.0 |
| 958 | 2025-11-11T20:14:11.164Z | Compiling rand v0.8.5 |
| 959 | 2025-11-11T20:14:12.328Z | Compiling parse-display-derive v0.10.0 |
| 960 | 2025-11-11T20:14:12.791Z | Compiling newtype-uuid-macros v0.1.0 |
| 961 | 2025-11-11T20:14:13.197Z | Compiling dropshot_endpoint v0.16.4 |
| 962 | 2025-11-11T20:14:14.214Z | Compiling serde_path_to_error v0.1.17 |
| 963 | 2025-11-11T20:14:14.539Z | Compiling derive-where v1.5.0 |
| 964 | 2025-11-11T20:14:15.066Z | Compiling async-trait v0.1.89 |
| 965 | 2025-11-11T20:14:15.332Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 966 | 2025-11-11T20:14:16.095Z | Compiling strum_macros v0.27.2 |
| 967 | 2025-11-11T20:14:16.451Z | Compiling waitgroup v0.1.2 |
| 968 | 2025-11-11T20:14:16.704Z | Compiling rustls-pemfile v2.2.0 |
| 969 | 2025-11-11T20:14:17.000Z | Compiling hostname v0.4.0 |
| 970 | 2025-11-11T20:14:17.070Z | Compiling instant v0.1.13 |
| 971 | 2025-11-11T20:14:17.154Z | Compiling rustc-hash v2.1.1 |
| 972 | 2025-11-11T20:14:17.248Z | Compiling debug-ignore v1.0.5 |
| 973 | 2025-11-11T20:14:17.281Z | Compiling foldhash v0.2.0 |
| 974 | 2025-11-11T20:14:17.354Z | Compiling backoff v0.4.0 |
| 975 | 2025-11-11T20:14:17.732Z | Compiling iddqd v0.3.13 |
| 976 | 2025-11-11T20:14:17.833Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 977 | 2025-11-11T20:14:18.146Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 978 | 2025-11-11T20:14:18.356Z | Compiling parse-display v0.10.0 |
| 979 | 2025-11-11T20:14:19.942Z | Compiling strum v0.27.2 |
| 980 | 2025-11-11T20:14:20.089Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 981 | 2025-11-11T20:14:20.145Z | Compiling serde_with v3.14.0 |
| 982 | 2025-11-11T20:14:21.064Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 983 | 2025-11-11T20:14:22.511Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 984 | 2025-11-11T20:14:23.343Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 985 | 2025-11-11T20:14:23.367Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 986 | 2025-11-11T20:14:23.505Z | Compiling progenitor-client v0.10.0 |
| 987 | 2025-11-11T20:14:24.053Z | Compiling macaddr v1.0.1 |
| 988 | 2025-11-11T20:14:29.038Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 989 | 2025-11-11T20:14:41.103Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 990 | 2025-11-11T20:14:54.924Z | Finished `release` profile [optimized] target(s) in 2m 25s |
| 991 | 2025-11-11T20:14:55.000Z | process exited: duration 216593 ms, exit code 0 |
| |
| 992 | 2025-11-11T20:14:55.051Z | found 0 output files |