|
|
|
| 1 | 2026-02-27T02:03:21.198Z | job assigned to worker 01KJEDABWQ9W3DQS4BTVRPY59W [factory aws, i-0f06f2559e2705424] (queued for 1 m 1 s) |
| |
| 2 | 2026-02-27T02:03:29.808Z | starting task 0: "setup" |
| 3 | 2026-02-27T02:03:29.813Z | ++ uname -s |
| 4 | 2026-02-27T02:03:29.816Z | + kern=SunOS |
| 5 | 2026-02-27T02:03:29.816Z | + build_user=build |
| 6 | 2026-02-27T02:03:29.816Z | + build_uid=12345 |
| 7 | 2026-02-27T02:03:29.816Z | + work_dir=/work |
| 8 | 2026-02-27T02:03:29.816Z | + input_dir=/input |
| 9 | 2026-02-27T02:03:29.816Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-27T02:03:29.816Z | + case "$kern" in |
| 11 | 2026-02-27T02:03:29.816Z | + groupadd -g 12345 build |
| 12 | 2026-02-27T02:03:29.820Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-27T02:03:31.826Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-27T02:03:31.911Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-27T02:03:31.914Z | + home_fs=zfs |
| 16 | 2026-02-27T02:03:31.914Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-27T02:03:31.914Z | + mkdir -p /home/build |
| 18 | 2026-02-27T02:03:31.917Z | + chown build:build /home/build /work |
| 19 | 2026-02-27T02:03:33.918Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-27T02:03:33.921Z | process exited: duration 4115 ms, exit code 0 |
| |
| 21 | 2026-02-27T02:03:33.927Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-27T02:03:33.932Z | * rust toolchain channel = "1.91.1" |
| 23 | 2026-02-27T02:03:33.932Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 24 | 2026-02-27T02:03:33.932Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-02-27T02:03:33.932Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-02-27T02:03:33.932Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-02-27T02:03:33.932Z | * rust toolchain profile = "default" |
| 28 | 2026-02-27T02:03:33.935Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-27T02:03:33.935Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-02-27T02:03:34.070Z | info: downloading installer |
| 31 | 2026-02-27T02:03:36.145Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-27T02:03:36.145Z | warn: /opt/ooce/bin |
| 33 | 2026-02-27T02:03:36.145Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-27T02:03:36.145Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-27T02:03:36.145Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-27T02:03:36.145Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-27T02:03:36.145Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-27T02:03:36.145Z | error: cannot install while Rust is installed |
| 39 | 2026-02-27T02:03:36.146Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-27T02:03:36.159Z | info: profile set to 'default' |
| 41 | 2026-02-27T02:03:36.159Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-27T02:03:36.163Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-02-27T02:03:36.373Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-02-27T02:03:36.373Z | info: downloading component 'cargo' |
| 45 | 2026-02-27T02:03:37.585Z | info: downloading component 'clippy' |
| 46 | 2026-02-27T02:03:38.162Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-27T02:03:39.775Z | info: downloading component 'rust-std' |
| 48 | 2026-02-27T02:03:42.277Z | info: downloading component 'rustc' |
| 49 | 2026-02-27T02:03:53.600Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-27T02:03:53.966Z | info: installing component 'cargo' |
| 51 | 2026-02-27T02:03:54.886Z | info: installing component 'clippy' |
| 52 | 2026-02-27T02:03:55.282Z | info: installing component 'rust-docs' |
| 53 | 2026-02-27T02:03:57.239Z | info: installing component 'rust-std' |
| 54 | 2026-02-27T02:03:59.071Z | info: installing component 'rustc' |
| 55 | 2026-02-27T02:04:05.937Z | info: installing component 'rustfmt' |
| 56 | 2026-02-27T02:04:06.293Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-02-27T02:04:06.294Z | |
| 58 | 2026-02-27T02:04:06.799Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-02-27T02:04:06.799Z | |
| 60 | 2026-02-27T02:04:06.803Z | |
| 61 | 2026-02-27T02:04:06.803Z | Rust is installed now. Great! |
| 62 | 2026-02-27T02:04:06.803Z | |
| 63 | 2026-02-27T02:04:06.803Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-27T02:04:06.803Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-27T02:04:06.803Z | |
| 66 | 2026-02-27T02:04:06.803Z | To configure your current shell, you need to source |
| 67 | 2026-02-27T02:04:06.803Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-27T02:04:06.803Z | |
| 69 | 2026-02-27T02:04:06.803Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-27T02:04:06.803Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-27T02:04:06.803Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-27T02:04:06.803Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-27T02:04:06.897Z | + rustup --version |
| 74 | 2026-02-27T02:04:06.909Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-27T02:04:06.912Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-27T02:04:06.999Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-02-27T02:04:07.002Z | + cargo --version |
| 78 | 2026-02-27T02:04:07.076Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-02-27T02:04:07.079Z | + rustc --version |
| 80 | 2026-02-27T02:04:07.156Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-02-27T02:04:07.159Z | process exited: duration 33230 ms, exit code 0 |
| |
| 82 | 2026-02-27T02:04:07.165Z | starting task 2: "authentication" |
| 83 | 2026-02-27T02:04:07.188Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2026-02-27T02:04:07.196Z | starting task 3: "clone repository" |
| 85 | 2026-02-27T02:04:07.199Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-02-27T02:04:07.202Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-02-27T02:04:07.246Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-02-27T02:05:05.226Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-02-27T02:05:05.226Z | + git fetch origin 0c68818c355c7ac10a6f294956c525726c53275e |
| 90 | 2026-02-27T02:05:05.888Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-02-27T02:05:05.888Z | * branch 0c68818c355c7ac10a6f294956c525726c53275e -> FETCH_HEAD |
| 92 | 2026-02-27T02:05:05.899Z | + [[ -n sunshowers/spr/meta-use-oxide-update-engine-from-cratesio ]] |
| 93 | 2026-02-27T02:05:05.902Z | ++ git branch --show-current |
| 94 | 2026-02-27T02:05:05.905Z | + current=main |
| 95 | 2026-02-27T02:05:05.905Z | + [[ main != sunshowers/spr/meta-use-oxide-update-engine-from-cratesio ]] |
| 96 | 2026-02-27T02:05:05.905Z | + git branch -f sunshowers/spr/meta-use-oxide-update-engine-from-cratesio 0c68818c355c7ac10a6f294956c525726c53275e |
| 97 | 2026-02-27T02:05:05.908Z | + git checkout -f sunshowers/spr/meta-use-oxide-update-engine-from-cratesio |
| 98 | 2026-02-27T02:05:06.449Z | Switched to branch 'sunshowers/spr/meta-use-oxide-update-engine-from-cratesio' |
| 99 | 2026-02-27T02:05:06.452Z | + git reset --hard 0c68818c355c7ac10a6f294956c525726c53275e |
| 100 | 2026-02-27T02:05:06.475Z | HEAD is now at 0c68818c3 remove patches |
| 101 | 2026-02-27T02:05:06.478Z | process exited: duration 59281 ms, exit code 0 |
| |
| 102 | 2026-02-27T02:05:06.484Z | starting task 4: "build" |
| 103 | 2026-02-27T02:05:06.490Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-02-27T02:05:06.490Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-02-27T02:05:06.490Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-02-27T02:05:06.494Z | + cargo --version |
| 107 | 2026-02-27T02:05:06.555Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-02-27T02:05:06.558Z | + rustc --version |
| 109 | 2026-02-27T02:05:06.638Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-02-27T02:05:06.641Z | + cd /tmp |
| 111 | 2026-02-27T02:05:06.644Z | + cargo new --lib test-project |
| 112 | 2026-02-27T02:05:06.723Z | Creating library `test-project` package |
| 113 | 2026-02-27T02:05:06.843Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 114 | 2026-02-27T02:05:06.846Z | + cd test-project |
| 115 | 2026-02-27T02:05:06.846Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 116 | 2026-02-27T02:05:06.928Z | Adding omicron-common (local) to dependencies |
| 117 | 2026-02-27T02:05:06.931Z | Features: |
| 118 | 2026-02-27T02:05:06.931Z | - proptest |
| 119 | 2026-02-27T02:05:06.931Z | - test-strategy |
| 120 | 2026-02-27T02:05:06.931Z | - testing |
| 121 | 2026-02-27T02:05:06.961Z | Updating crates.io index |
| 122 | 2026-02-27T02:05:07.095Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 123 | 2026-02-27T02:05:08.102Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 124 | 2026-02-27T02:05:09.031Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 125 | 2026-02-27T02:05:09.688Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 126 | 2026-02-27T02:05:13.012Z | Locking 385 packages to latest Rust 1.91.1 compatible versions |
| 127 | 2026-02-27T02:05:13.016Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 128 | 2026-02-27T02:05:13.140Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 129 | 2026-02-27T02:05:13.143Z | + cargo check |
| 130 | 2026-02-27T02:05:13.348Z | Updating crates.io index |
| 131 | 2026-02-27T02:05:14.251Z | Locking 1 package to latest Rust 1.91.1 compatible version |
| 132 | 2026-02-27T02:05:14.251Z | Adding omicron-workspace-hack v0.1.0 |
| 133 | 2026-02-27T02:05:14.273Z | Downloading crates ... |
| 134 | 2026-02-27T02:05:14.385Z | Downloaded async-stream v0.3.6 |
| 135 | 2026-02-27T02:05:14.440Z | Downloaded bytes v1.11.1 |
| 136 | 2026-02-27T02:05:14.440Z | Downloaded async-stream-impl v0.3.6 |
| 137 | 2026-02-27T02:05:14.440Z | Downloaded async-trait v0.1.89 |
| 138 | 2026-02-27T02:05:14.441Z | Downloaded allocator-api2 v0.2.21 |
| 139 | 2026-02-27T02:05:14.441Z | Downloaded pest_generator v2.8.2 |
| 140 | 2026-02-27T02:05:14.441Z | Downloaded futures-macro v0.3.31 |
| 141 | 2026-02-27T02:05:14.441Z | Downloaded httpdate v1.0.3 |
| 142 | 2026-02-27T02:05:14.441Z | Downloaded rand_chacha v0.9.0 |
| 143 | 2026-02-27T02:05:14.442Z | Downloaded fs_extra v1.3.0 |
| 144 | 2026-02-27T02:05:14.442Z | Downloaded futures-task v0.3.31 |
| 145 | 2026-02-27T02:05:14.442Z | Downloaded darling_macro v0.21.0 |
| 146 | 2026-02-27T02:05:14.443Z | Downloaded anyhow v1.0.99 |
| 147 | 2026-02-27T02:05:14.443Z | Downloaded rustls-platform-verifier v0.6.2 |
| 148 | 2026-02-27T02:05:14.443Z | Downloaded scroll_derive v0.13.1 |
| 149 | 2026-02-27T02:05:14.443Z | Downloaded parse-display v0.10.0 |
| 150 | 2026-02-27T02:05:14.443Z | Downloaded itoa v1.0.11 |
| 151 | 2026-02-27T02:05:14.443Z | Downloaded fastrand v2.1.1 |
| 152 | 2026-02-27T02:05:14.444Z | Downloaded displaydoc v0.2.5 |
| 153 | 2026-02-27T02:05:14.444Z | Downloaded ipnet v2.11.0 |
| 154 | 2026-02-27T02:05:14.444Z | Downloaded lock_api v0.4.12 |
| 155 | 2026-02-27T02:05:14.444Z | Downloaded dtrace-parser v0.3.0 |
| 156 | 2026-02-27T02:05:14.444Z | Downloaded dunce v1.0.5 |
| 157 | 2026-02-27T02:05:14.445Z | Downloaded ppv-lite86 v0.2.20 |
| 158 | 2026-02-27T02:05:14.445Z | Downloaded hex v0.4.3 |
| 159 | 2026-02-27T02:05:14.498Z | Downloaded getrandom v0.2.15 |
| 160 | 2026-02-27T02:05:14.498Z | Downloaded log v0.4.29 |
| 161 | 2026-02-27T02:05:14.499Z | Downloaded generic-array v0.14.7 |
| 162 | 2026-02-27T02:05:14.499Z | Downloaded equivalent v1.0.2 |
| 163 | 2026-02-27T02:05:14.499Z | Downloaded pretty-hex v0.4.1 |
| 164 | 2026-02-27T02:05:14.499Z | Downloaded lazy_static v1.5.0 |
| 165 | 2026-02-27T02:05:14.499Z | Downloaded heck v0.5.0 |
| 166 | 2026-02-27T02:05:14.499Z | Downloaded bit-set v0.8.0 |
| 167 | 2026-02-27T02:05:14.499Z | Downloaded dof v0.4.0 |
| 168 | 2026-02-27T02:05:14.499Z | Downloaded errno v0.3.12 |
| 169 | 2026-02-27T02:05:14.500Z | Downloaded quinn-udp v0.5.5 |
| 170 | 2026-02-27T02:05:14.500Z | Downloaded foldhash v0.2.0 |
| 171 | 2026-02-27T02:05:14.500Z | Downloaded block-buffer v0.10.4 |
| 172 | 2026-02-27T02:05:14.500Z | Downloaded is-terminal v0.4.13 |
| 173 | 2026-02-27T02:05:14.500Z | Downloaded byteorder v1.5.0 |
| 174 | 2026-02-27T02:05:14.500Z | Downloaded ident_case v1.0.1 |
| 175 | 2026-02-27T02:05:14.507Z | Downloaded instant v0.1.13 |
| 176 | 2026-02-27T02:05:14.514Z | Downloaded cfg-if v1.0.4 |
| 177 | 2026-02-27T02:05:14.514Z | Downloaded jobserver v0.1.32 |
| 178 | 2026-02-27T02:05:14.514Z | Downloaded icu_provider_macros v1.5.0 |
| 179 | 2026-02-27T02:05:14.515Z | Downloaded hostname v0.3.1 |
| 180 | 2026-02-27T02:05:14.515Z | Downloaded atomic-waker v1.1.2 |
| 181 | 2026-02-27T02:05:14.515Z | Downloaded cfg_aliases v0.2.1 |
| 182 | 2026-02-27T02:05:14.515Z | Downloaded backoff v0.4.0 |
| 183 | 2026-02-27T02:05:14.515Z | Downloaded aho-corasick v1.1.3 |
| 184 | 2026-02-27T02:05:14.515Z | Downloaded form_urlencoded v1.2.2 |
| 185 | 2026-02-27T02:05:14.515Z | Downloaded dyn-clone v1.0.20 |
| 186 | 2026-02-27T02:05:14.515Z | Downloaded serde_spanned v1.0.4 |
| 187 | 2026-02-27T02:05:14.515Z | Downloaded ref-cast v1.0.25 |
| 188 | 2026-02-27T02:05:14.515Z | Downloaded idna_adapter v1.2.0 |
| 189 | 2026-02-27T02:05:14.538Z | Downloaded http-body v1.0.1 |
| 190 | 2026-02-27T02:05:14.538Z | Downloaded hostname v0.4.2 |
| 191 | 2026-02-27T02:05:14.538Z | Downloaded futures-core v0.3.32 |
| 192 | 2026-02-27T02:05:14.538Z | Downloaded pin-utils v0.1.0 |
| 193 | 2026-02-27T02:05:14.538Z | Downloaded quick-error v1.2.3 |
| 194 | 2026-02-27T02:05:14.539Z | Downloaded num-conv v0.2.0 |
| 195 | 2026-02-27T02:05:14.539Z | Downloaded mime v0.3.17 |
| 196 | 2026-02-27T02:05:14.539Z | Downloaded lru-slab v0.1.2 |
| 197 | 2026-02-27T02:05:14.539Z | Downloaded http-body-util v0.1.3 |
| 198 | 2026-02-27T02:05:14.539Z | Downloaded digest v0.10.7 |
| 199 | 2026-02-27T02:05:14.539Z | Downloaded rustc-hash v2.1.1 |
| 200 | 2026-02-27T02:05:14.539Z | Downloaded plain v0.2.3 |
| 201 | 2026-02-27T02:05:14.540Z | Downloaded macaddr v1.0.1 |
| 202 | 2026-02-27T02:05:14.540Z | Downloaded daft-derive v0.1.4 |
| 203 | 2026-02-27T02:05:14.540Z | Downloaded sha1 v0.10.6 |
| 204 | 2026-02-27T02:05:14.540Z | Downloaded rand_xorshift v0.4.0 |
| 205 | 2026-02-27T02:05:14.540Z | Downloaded futures-io v0.3.31 |
| 206 | 2026-02-27T02:05:14.540Z | Downloaded fnv v1.0.7 |
| 207 | 2026-02-27T02:05:14.540Z | Downloaded cpufeatures v0.2.14 |
| 208 | 2026-02-27T02:05:14.540Z | Downloaded debug-ignore v1.0.5 |
| 209 | 2026-02-27T02:05:14.541Z | Downloaded futures-executor v0.3.31 |
| 210 | 2026-02-27T02:05:14.541Z | Downloaded strum v0.27.2 |
| 211 | 2026-02-27T02:05:14.541Z | Downloaded strum v0.26.3 |
| 212 | 2026-02-27T02:05:14.541Z | Downloaded take_mut v0.2.2 |
| 213 | 2026-02-27T02:05:14.541Z | Downloaded strsim v0.11.1 |
| 214 | 2026-02-27T02:05:14.541Z | Downloaded stable_deref_trait v1.2.0 |
| 215 | 2026-02-27T02:05:14.541Z | Downloaded find-msvc-tools v0.1.9 |
| 216 | 2026-02-27T02:05:14.541Z | Downloaded structmeta v0.3.0 |
| 217 | 2026-02-27T02:05:14.541Z | Downloaded omicron-workspace-hack v0.1.0 |
| 218 | 2026-02-27T02:05:14.541Z | Downloaded either v1.15.0 |
| 219 | 2026-02-27T02:05:14.542Z | Downloaded match_cfg v0.1.0 |
| 220 | 2026-02-27T02:05:14.542Z | Downloaded progenitor-client v0.10.0 |
| 221 | 2026-02-27T02:05:14.542Z | Downloaded ipnetwork v0.21.1 |
| 222 | 2026-02-27T02:05:14.542Z | Downloaded cmake v0.1.57 |
| 223 | 2026-02-27T02:05:14.542Z | Downloaded sha2 v0.10.9 |
| 224 | 2026-02-27T02:05:14.542Z | Downloaded slog-term v2.9.2 |
| 225 | 2026-02-27T02:05:14.542Z | Downloaded deranged v0.5.3 |
| 226 | 2026-02-27T02:05:14.542Z | Downloaded futures-sink v0.3.31 |
| 227 | 2026-02-27T02:05:14.542Z | Downloaded darling v0.21.0 |
| 228 | 2026-02-27T02:05:14.556Z | Downloaded time-core v0.1.8 |
| 229 | 2026-02-27T02:05:14.556Z | Downloaded autocfg v1.4.0 |
| 230 | 2026-02-27T02:05:14.556Z | Downloaded thread-id v5.0.0 |
| 231 | 2026-02-27T02:05:14.556Z | Downloaded rand_chacha v0.3.1 |
| 232 | 2026-02-27T02:05:14.558Z | Downloaded slog-async v2.8.0 |
| 233 | 2026-02-27T02:05:14.558Z | Downloaded shlex v1.3.0 |
| 234 | 2026-02-27T02:05:14.558Z | Downloaded slog-bunyan v2.5.0 |
| 235 | 2026-02-27T02:05:14.558Z | Downloaded scopeguard v1.2.0 |
| 236 | 2026-02-27T02:05:14.558Z | Downloaded num_threads v0.1.7 |
| 237 | 2026-02-27T02:05:14.558Z | Downloaded hyper-rustls v0.27.7 |
| 238 | 2026-02-27T02:05:14.558Z | Downloaded httparse v1.9.5 |
| 239 | 2026-02-27T02:05:14.577Z | Downloaded structmeta-derive v0.3.0 |
| 240 | 2026-02-27T02:05:14.577Z | Downloaded sync_wrapper v1.0.1 |
| 241 | 2026-02-27T02:05:14.578Z | Downloaded newtype-uuid-macros v0.1.0 |
| 242 | 2026-02-27T02:05:14.578Z | Downloaded cc v1.2.56 |
| 243 | 2026-02-27T02:05:14.578Z | Downloaded powerfmt v0.2.0 |
| 244 | 2026-02-27T02:05:14.578Z | Downloaded icu_locid_transform_data v1.5.0 |
| 245 | 2026-02-27T02:05:14.578Z | Downloaded derive-ex v0.1.8 |
| 246 | 2026-02-27T02:05:14.578Z | Downloaded slab v0.4.9 |
| 247 | 2026-02-27T02:05:14.578Z | Downloaded serde_urlencoded v0.7.1 |
| 248 | 2026-02-27T02:05:14.578Z | Downloaded futures-channel v0.3.31 |
| 249 | 2026-02-27T02:05:14.578Z | Downloaded tower-layer v0.3.3 |
| 250 | 2026-02-27T02:05:14.579Z | Downloaded slog-json v2.6.1 |
| 251 | 2026-02-27T02:05:14.598Z | Downloaded icu_locid_transform v1.5.0 |
| 252 | 2026-02-27T02:05:14.598Z | Downloaded thread_local v1.1.8 |
| 253 | 2026-02-27T02:05:14.598Z | Downloaded signal-hook-registry v1.4.2 |
| 254 | 2026-02-27T02:05:14.598Z | Downloaded tinyvec_macros v0.1.1 |
| 255 | 2026-02-27T02:05:14.598Z | Downloaded rustls-pemfile v2.2.0 |
| 256 | 2026-02-27T02:05:14.598Z | Downloaded tower-service v0.3.3 |
| 257 | 2026-02-27T02:05:14.599Z | Downloaded strum_macros v0.26.4 |
| 258 | 2026-02-27T02:05:14.599Z | Downloaded crypto-common v0.1.6 |
| 259 | 2026-02-27T02:05:14.599Z | Downloaded untrusted v0.9.0 |
| 260 | 2026-02-27T02:05:14.599Z | Downloaded unarray v0.1.4 |
| 261 | 2026-02-27T02:05:14.599Z | Downloaded litemap v0.7.3 |
| 262 | 2026-02-27T02:05:14.618Z | Downloaded bit-vec v0.8.0 |
| 263 | 2026-02-27T02:05:14.618Z | Downloaded daft v0.1.4 |
| 264 | 2026-02-27T02:05:14.618Z | Downloaded rustversion v1.0.22 |
| 265 | 2026-02-27T02:05:14.618Z | Downloaded iana-time-zone v0.1.63 |
| 266 | 2026-02-27T02:05:14.618Z | Downloaded erased-serde v0.3.31 |
| 267 | 2026-02-27T02:05:14.618Z | Downloaded multer v3.1.0 |
| 268 | 2026-02-27T02:05:14.618Z | Downloaded backon v1.6.0 |
| 269 | 2026-02-27T02:05:14.619Z | Downloaded utf16_iter v1.0.5 |
| 270 | 2026-02-27T02:05:14.619Z | Downloaded try-lock v0.2.5 |
| 271 | 2026-02-27T02:05:14.619Z | Downloaded tinystr v0.7.6 |
| 272 | 2026-02-27T02:05:14.635Z | Downloaded usdt-attr-macro v0.6.0 |
| 273 | 2026-02-27T02:05:14.635Z | Downloaded usdt v0.6.0 |
| 274 | 2026-02-27T02:05:14.635Z | Downloaded usdt-macro v0.6.0 |
| 275 | 2026-02-27T02:05:14.635Z | Downloaded write16 v1.0.0 |
| 276 | 2026-02-27T02:05:14.636Z | Downloaded waitgroup v0.1.2 |
| 277 | 2026-02-27T02:05:14.636Z | Downloaded utf8_iter v1.0.4 |
| 278 | 2026-02-27T02:05:14.636Z | Downloaded want v0.3.1 |
| 279 | 2026-02-27T02:05:14.636Z | Downloaded wait-timeout v0.2.0 |
| 280 | 2026-02-27T02:05:14.636Z | Downloaded version_check v0.9.5 |
| 281 | 2026-02-27T02:05:14.636Z | Downloaded thiserror-impl v2.0.18 |
| 282 | 2026-02-27T02:05:14.636Z | Downloaded icu_normalizer_data v1.5.0 |
| 283 | 2026-02-27T02:05:14.636Z | Downloaded icu_locid v1.5.0 |
| 284 | 2026-02-27T02:05:14.636Z | Downloaded futures v0.3.31 |
| 285 | 2026-02-27T02:05:14.658Z | Downloaded zerofrom-derive v0.1.4 |
| 286 | 2026-02-27T02:05:14.659Z | Downloaded bitflags v2.9.4 |
| 287 | 2026-02-27T02:05:14.659Z | Downloaded tokio-macros v2.6.0 |
| 288 | 2026-02-27T02:05:14.659Z | Downloaded strum_macros v0.27.2 |
| 289 | 2026-02-27T02:05:14.659Z | Downloaded zerofrom v0.1.4 |
| 290 | 2026-02-27T02:05:14.659Z | Downloaded yoke-derive v0.7.4 |
| 291 | 2026-02-27T02:05:14.660Z | Downloaded rand_core v0.9.3 |
| 292 | 2026-02-27T02:05:14.660Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 293 | 2026-02-27T02:05:14.660Z | Downloaded scroll v0.13.0 |
| 294 | 2026-02-27T02:05:14.660Z | Downloaded ref-cast-impl v1.0.25 |
| 295 | 2026-02-27T02:05:14.660Z | Downloaded smallvec v1.15.1 |
| 296 | 2026-02-27T02:05:14.660Z | Downloaded parse-display-derive v0.10.0 |
| 297 | 2026-02-27T02:05:14.661Z | Downloaded oxnet v0.1.4 |
| 298 | 2026-02-27T02:05:14.661Z | Downloaded openssl-probe v0.1.5 |
| 299 | 2026-02-27T02:05:14.682Z | Downloaded synstructure v0.13.1 |
| 300 | 2026-02-27T02:05:14.682Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 301 | 2026-02-27T02:05:14.682Z | Downloaded progenitor-client v0.13.0 |
| 302 | 2026-02-27T02:05:14.683Z | Downloaded newtype-uuid v1.3.2 |
| 303 | 2026-02-27T02:05:14.683Z | Downloaded icu_provider v1.5.0 |
| 304 | 2026-02-27T02:05:14.683Z | Downloaded tempfile v3.24.0 |
| 305 | 2026-02-27T02:05:14.683Z | Downloaded socket2 v0.5.10 |
| 306 | 2026-02-27T02:05:14.683Z | Downloaded semver v1.0.27 |
| 307 | 2026-02-27T02:05:14.683Z | Downloaded icu_properties v1.5.1 |
| 308 | 2026-02-27T02:05:14.683Z | Downloaded camino v1.2.2 |
| 309 | 2026-02-27T02:05:14.683Z | Downloaded schemars_derive v0.8.22 |
| 310 | 2026-02-27T02:05:14.684Z | Downloaded rustls-native-certs v0.8.1 |
| 311 | 2026-02-27T02:05:14.736Z | Downloaded quote v1.0.44 |
| 312 | 2026-02-27T02:05:14.736Z | Downloaded icu_normalizer v1.5.0 |
| 313 | 2026-02-27T02:05:14.737Z | Downloaded yoke v0.7.4 |
| 314 | 2026-02-27T02:05:14.737Z | Downloaded thiserror v2.0.18 |
| 315 | 2026-02-27T02:05:14.737Z | Downloaded zeroize v1.8.1 |
| 316 | 2026-02-27T02:05:14.737Z | Downloaded ryu v1.0.18 |
| 317 | 2026-02-27T02:05:14.737Z | Downloaded zmij v1.0.15 |
| 318 | 2026-02-27T02:05:14.737Z | Downloaded pin-project-lite v0.2.14 |
| 319 | 2026-02-27T02:05:14.737Z | Downloaded dropshot_endpoint v0.16.7 |
| 320 | 2026-02-27T02:05:14.764Z | Downloaded time-macros v0.2.27 |
| 321 | 2026-02-27T02:05:14.765Z | Downloaded ucd-trie v0.1.7 |
| 322 | 2026-02-27T02:05:14.765Z | Downloaded socket2 v0.6.1 |
| 323 | 2026-02-27T02:05:14.765Z | Downloaded paste v1.0.15 |
| 324 | 2026-02-27T02:05:14.765Z | Downloaded usdt-impl v0.6.0 |
| 325 | 2026-02-27T02:05:14.765Z | Downloaded darling_core v0.21.0 |
| 326 | 2026-02-27T02:05:14.765Z | Downloaded test-strategy v0.4.3 |
| 327 | 2026-02-27T02:05:14.765Z | Downloaded icu_collections v1.5.0 |
| 328 | 2026-02-27T02:05:14.765Z | Downloaded rand_core v0.6.4 |
| 329 | 2026-02-27T02:05:14.765Z | Downloaded zerocopy-derive v0.7.35 |
| 330 | 2026-02-27T02:05:14.765Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 331 | 2026-02-27T02:05:14.766Z | Downloaded spin v0.9.8 |
| 332 | 2026-02-27T02:05:14.766Z | Downloaded subtle v2.6.1 |
| 333 | 2026-02-27T02:05:14.766Z | Downloaded slog v2.8.2 |
| 334 | 2026-02-27T02:05:14.766Z | Downloaded serde_with_macros v3.16.1 |
| 335 | 2026-02-27T02:05:14.766Z | Downloaded once_cell v1.21.3 |
| 336 | 2026-02-27T02:05:14.766Z | Downloaded rustls-pki-types v1.14.0 |
| 337 | 2026-02-27T02:05:14.766Z | Downloaded term v1.1.0 |
| 338 | 2026-02-27T02:05:14.766Z | Downloaded pest_meta v2.8.2 |
| 339 | 2026-02-27T02:05:14.766Z | Downloaded zerovec-derive v0.10.3 |
| 340 | 2026-02-27T02:05:14.766Z | Downloaded base64 v0.22.1 |
| 341 | 2026-02-27T02:05:14.822Z | Downloaded num-traits v0.2.19 |
| 342 | 2026-02-27T02:05:14.822Z | Downloaded indexmap v2.13.0 |
| 343 | 2026-02-27T02:05:14.822Z | Downloaded typenum v1.17.0 |
| 344 | 2026-02-27T02:05:14.822Z | Downloaded tokio-rustls v0.26.0 |
| 345 | 2026-02-27T02:05:14.822Z | Downloaded writeable v0.5.5 |
| 346 | 2026-02-27T02:05:14.822Z | Downloaded tinyvec v1.8.0 |
| 347 | 2026-02-27T02:05:14.822Z | Downloaded hyper v1.8.1 |
| 348 | 2026-02-27T02:05:14.822Z | Downloaded tracing-core v0.1.32 |
| 349 | 2026-02-27T02:05:14.822Z | Downloaded url v2.5.4 |
| 350 | 2026-02-27T02:05:14.823Z | Downloaded crossbeam-channel v0.5.15 |
| 351 | 2026-02-27T02:05:14.823Z | Downloaded schemars v0.8.22 |
| 352 | 2026-02-27T02:05:14.859Z | Downloaded unicode-ident v1.0.24 |
| 353 | 2026-02-27T02:05:14.859Z | Downloaded serde_derive v1.0.228 |
| 354 | 2026-02-27T02:05:14.860Z | Downloaded hyper-util v0.1.19 |
| 355 | 2026-02-27T02:05:14.860Z | Downloaded zerocopy-derive v0.8.27 |
| 356 | 2026-02-27T02:05:14.860Z | Downloaded rustls v0.22.4 |
| 357 | 2026-02-27T02:05:14.887Z | Downloaded uuid v1.19.0 |
| 358 | 2026-02-27T02:05:14.888Z | Downloaded tower v0.5.2 |
| 359 | 2026-02-27T02:05:14.888Z | Downloaded iddqd v0.3.16 |
| 360 | 2026-02-27T02:05:14.888Z | Downloaded hashbrown v0.16.1 |
| 361 | 2026-02-27T02:05:14.888Z | Downloaded tokio-util v0.7.15 |
| 362 | 2026-02-27T02:05:14.888Z | Downloaded idna v1.0.3 |
| 363 | 2026-02-27T02:05:14.888Z | Downloaded serde_core v1.0.228 |
| 364 | 2026-02-27T02:05:14.888Z | Downloaded rand v0.8.5 |
| 365 | 2026-02-27T02:05:14.888Z | Downloaded http v1.4.0 |
| 366 | 2026-02-27T02:05:14.888Z | Downloaded futures-util v0.3.31 |
| 367 | 2026-02-27T02:05:14.889Z | Downloaded quinn v0.11.9 |
| 368 | 2026-02-27T02:05:14.889Z | Downloaded memchr v2.7.4 |
| 369 | 2026-02-27T02:05:14.889Z | Downloaded h2 v0.4.6 |
| 370 | 2026-02-27T02:05:14.907Z | Downloaded rustls-webpki v0.103.9 |
| 371 | 2026-02-27T02:05:14.908Z | Downloaded serde v1.0.228 |
| 372 | 2026-02-27T02:05:14.908Z | Downloaded iri-string v0.7.8 |
| 373 | 2026-02-27T02:05:14.908Z | Downloaded zerocopy v0.7.35 |
| 374 | 2026-02-27T02:05:14.930Z | Downloaded rand v0.9.2 |
| 375 | 2026-02-27T02:05:14.930Z | Downloaded goblin v0.10.2 |
| 376 | 2026-02-27T02:05:14.930Z | Downloaded icu_properties_data v1.5.0 |
| 377 | 2026-02-27T02:05:14.930Z | Downloaded time v0.3.47 |
| 378 | 2026-02-27T02:05:14.959Z | Downloaded aws-lc-rs v1.16.0 |
| 379 | 2026-02-27T02:05:14.959Z | Downloaded zerocopy v0.8.27 |
| 380 | 2026-02-27T02:05:14.967Z | Downloaded mio v1.0.2 |
| 381 | 2026-02-27T02:05:14.967Z | Downloaded chrono v0.4.43 |
| 382 | 2026-02-27T02:05:14.986Z | Downloaded dropshot v0.16.7 |
| 383 | 2026-02-27T02:05:15.008Z | Downloaded zerovec v0.10.4 |
| 384 | 2026-02-27T02:05:15.008Z | Downloaded itertools v0.14.0 |
| 385 | 2026-02-27T02:05:15.009Z | Downloaded regex v1.12.3 |
| 386 | 2026-02-27T02:05:15.040Z | Downloaded serde_json v1.0.149 |
| 387 | 2026-02-27T02:05:15.041Z | Downloaded tower-http v0.6.8 |
| 388 | 2026-02-27T02:05:15.041Z | Downloaded reqwest v0.12.28 |
| 389 | 2026-02-27T02:05:15.041Z | Downloaded rustls-webpki v0.102.8 |
| 390 | 2026-02-27T02:05:15.075Z | Downloaded winnow v0.7.14 |
| 391 | 2026-02-27T02:05:15.076Z | Downloaded proptest v1.7.0 |
| 392 | 2026-02-27T02:05:15.076Z | Downloaded serde_with v3.16.1 |
| 393 | 2026-02-27T02:05:15.090Z | Downloaded reqwest v0.13.2 |
| 394 | 2026-02-27T02:05:15.090Z | Downloaded quinn-proto v0.11.13 |
| 395 | 2026-02-27T02:05:15.090Z | Downloaded proc-macro2 v1.0.106 |
| 396 | 2026-02-27T02:05:15.090Z | Downloaded tracing v0.1.40 |
| 397 | 2026-02-27T02:05:15.090Z | Downloaded pest v2.8.2 |
| 398 | 2026-02-27T02:05:15.110Z | Downloaded serde_derive_internals v0.29.1 |
| 399 | 2026-02-27T02:05:15.111Z | Downloaded parking_lot_core v0.9.10 |
| 400 | 2026-02-27T02:05:15.111Z | Downloaded tokio-rustls v0.25.0 |
| 401 | 2026-02-27T02:05:15.111Z | Downloaded pest_derive v2.8.2 |
| 402 | 2026-02-27T02:05:15.111Z | Downloaded parking_lot v0.12.3 |
| 403 | 2026-02-27T02:05:15.111Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 404 | 2026-02-27T02:05:15.111Z | Downloaded memmap2 v0.9.8 |
| 405 | 2026-02-27T02:05:15.111Z | Downloaded getrandom v0.3.4 |
| 406 | 2026-02-27T02:05:15.112Z | Downloaded crossbeam-utils v0.8.21 |
| 407 | 2026-02-27T02:05:15.112Z | Downloaded rusty-fork v0.3.0 |
| 408 | 2026-02-27T02:05:15.127Z | Downloaded serde_tokenstream v0.2.3 |
| 409 | 2026-02-27T02:05:15.127Z | Downloaded serde_path_to_error v0.1.20 |
| 410 | 2026-02-27T02:05:15.127Z | Downloaded percent-encoding v2.3.2 |
| 411 | 2026-02-27T02:05:15.128Z | Downloaded thiserror-impl v1.0.69 |
| 412 | 2026-02-27T02:05:15.128Z | Downloaded thiserror v1.0.69 |
| 413 | 2026-02-27T02:05:15.139Z | Downloaded syn v2.0.117 |
| 414 | 2026-02-27T02:05:15.162Z | Downloaded regress v0.10.5 |
| 415 | 2026-02-27T02:05:15.186Z | Downloaded tokio v1.49.0 |
| 416 | 2026-02-27T02:05:15.199Z | Downloaded openapiv3 v2.2.0 |
| 417 | 2026-02-27T02:05:15.199Z | Downloaded rustls v0.23.37 |
| 418 | 2026-02-27T02:05:15.210Z | Downloaded regex-syntax v0.8.5 |
| 419 | 2026-02-27T02:05:15.222Z | Downloaded rustix v1.1.3 |
| 420 | 2026-02-27T02:05:15.267Z | Downloaded encoding_rs v0.8.34 |
| 421 | 2026-02-27T02:05:15.289Z | Downloaded regex-automata v0.4.14 |
| 422 | 2026-02-27T02:05:15.310Z | Downloaded libc v0.2.180 |
| 423 | 2026-02-27T02:05:15.377Z | Downloaded ring v0.17.14 |
| 424 | 2026-02-27T02:05:15.866Z | Downloaded aws-lc-sys v0.37.1 |
| 425 | 2026-02-27T02:05:16.132Z | Compiling proc-macro2 v1.0.106 |
| 426 | 2026-02-27T02:05:16.132Z | Compiling quote v1.0.44 |
| 427 | 2026-02-27T02:05:16.136Z | Compiling unicode-ident v1.0.24 |
| 428 | 2026-02-27T02:05:16.137Z | Compiling libc v0.2.180 |
| 429 | 2026-02-27T02:05:16.137Z | Checking cfg-if v1.0.4 |
| 430 | 2026-02-27T02:05:16.137Z | Compiling serde_core v1.0.228 |
| 431 | 2026-02-27T02:05:16.265Z | Compiling autocfg v1.4.0 |
| 432 | 2026-02-27T02:05:16.269Z | Checking memchr v2.7.4 |
| 433 | 2026-02-27T02:05:16.419Z | Checking itoa v1.0.11 |
| 434 | 2026-02-27T02:05:16.486Z | Compiling serde v1.0.228 |
| 435 | 2026-02-27T02:05:16.683Z | Compiling zmij v1.0.15 |
| 436 | 2026-02-27T02:05:17.057Z | Compiling serde_json v1.0.149 |
| 437 | 2026-02-27T02:05:17.178Z | Checking pin-project-lite v0.2.14 |
| 438 | 2026-02-27T02:05:17.306Z | Compiling shlex v1.3.0 |
| 439 | 2026-02-27T02:05:17.310Z | Compiling find-msvc-tools v0.1.9 |
| 440 | 2026-02-27T02:05:17.352Z | Checking smallvec v1.15.1 |
| 441 | 2026-02-27T02:05:17.709Z | Checking futures-core v0.3.32 |
| 442 | 2026-02-27T02:05:17.773Z | Checking once_cell v1.21.3 |
| 443 | 2026-02-27T02:05:17.846Z | Checking bytes v1.11.1 |
| 444 | 2026-02-27T02:05:17.896Z | Compiling getrandom v0.3.4 |
| 445 | 2026-02-27T02:05:17.927Z | Compiling lock_api v0.4.12 |
| 446 | 2026-02-27T02:05:18.091Z | Compiling parking_lot_core v0.9.10 |
| 447 | 2026-02-27T02:05:18.307Z | Compiling thiserror v2.0.18 |
| 448 | 2026-02-27T02:05:18.330Z | Compiling jobserver v0.1.32 |
| 449 | 2026-02-27T02:05:18.752Z | Compiling cc v1.2.56 |
| 450 | 2026-02-27T02:05:18.813Z | Checking scopeguard v1.2.0 |
| 451 | 2026-02-27T02:05:19.199Z | Compiling syn v2.0.117 |
| 452 | 2026-02-27T02:05:19.251Z | Compiling slab v0.4.9 |
| 453 | 2026-02-27T02:05:19.338Z | Checking futures-sink v0.3.31 |
| 454 | 2026-02-27T02:05:19.342Z | Checking signal-hook-registry v1.4.2 |
| 455 | 2026-02-27T02:05:19.367Z | Checking parking_lot v0.12.3 |
| 456 | 2026-02-27T02:05:19.506Z | Checking mio v1.0.2 |
| 457 | 2026-02-27T02:05:19.592Z | Checking socket2 v0.6.1 |
| 458 | 2026-02-27T02:05:19.684Z | Checking stable_deref_trait v1.2.0 |
| 459 | 2026-02-27T02:05:19.725Z | Compiling num-traits v0.2.19 |
| 460 | 2026-02-27T02:05:19.792Z | Checking zeroize v1.8.1 |
| 461 | 2026-02-27T02:05:20.019Z | Checking futures-channel v0.3.31 |
| 462 | 2026-02-27T02:05:20.023Z | Checking foldhash v0.2.0 |
| 463 | 2026-02-27T02:05:20.072Z | Checking equivalent v1.0.2 |
| 464 | 2026-02-27T02:05:20.102Z | Checking pin-utils v0.1.0 |
| 465 | 2026-02-27T02:05:20.202Z | Compiling rustversion v1.0.22 |
| 466 | 2026-02-27T02:05:20.272Z | Checking allocator-api2 v0.2.21 |
| 467 | 2026-02-27T02:05:20.352Z | Compiling cmake v0.1.57 |
| 468 | 2026-02-27T02:05:20.838Z | Checking rustls-pki-types v1.14.0 |
| 469 | 2026-02-27T02:05:20.903Z | Checking hashbrown v0.16.1 |
| 470 | 2026-02-27T02:05:20.927Z | Checking http v1.4.0 |
| 471 | 2026-02-27T02:05:21.075Z | Compiling version_check v0.9.5 |
| 472 | 2026-02-27T02:05:21.407Z | Compiling dunce v1.0.5 |
| 473 | 2026-02-27T02:05:21.553Z | Compiling fs_extra v1.3.0 |
| 474 | 2026-02-27T02:05:21.633Z | Checking futures-io v0.3.31 |
| 475 | 2026-02-27T02:05:21.742Z | Checking futures-task v0.3.31 |
| 476 | 2026-02-27T02:05:21.970Z | Checking byteorder v1.5.0 |
| 477 | 2026-02-27T02:05:22.039Z | Compiling aws-lc-sys v0.37.1 |
| 478 | 2026-02-27T02:05:22.054Z | Checking writeable v0.5.5 |
| 479 | 2026-02-27T02:05:22.263Z | Checking litemap v0.7.3 |
| 480 | 2026-02-27T02:05:22.426Z | Checking untrusted v0.9.0 |
| 481 | 2026-02-27T02:05:22.509Z | Checking iana-time-zone v0.1.63 |
| 482 | 2026-02-27T02:05:22.581Z | Checking fnv v1.0.7 |
| 483 | 2026-02-27T02:05:22.619Z | Checking log v0.4.29 |
| 484 | 2026-02-27T02:05:22.705Z | Compiling ucd-trie v0.1.7 |
| 485 | 2026-02-27T02:05:22.823Z | Compiling zerocopy v0.8.27 |
| 486 | 2026-02-27T02:05:22.892Z | Compiling schemars v0.8.22 |
| 487 | 2026-02-27T02:05:22.955Z | Compiling httparse v1.9.5 |
| 488 | 2026-02-27T02:05:23.136Z | Checking http-body v1.0.1 |
| 489 | 2026-02-27T02:05:23.230Z | Checking indexmap v2.13.0 |
| 490 | 2026-02-27T02:05:23.296Z | Checking semver v1.0.27 |
| 491 | 2026-02-27T02:05:23.337Z | Checking uuid v1.19.0 |
| 492 | 2026-02-27T02:05:23.607Z | Checking tracing-core v0.1.32 |
| 493 | 2026-02-27T02:05:23.653Z | Checking atomic-waker v1.1.2 |
| 494 | 2026-02-27T02:05:23.711Z | Checking dyn-clone v1.0.20 |
| 495 | 2026-02-27T02:05:23.796Z | Checking bitflags v2.9.4 |
| 496 | 2026-02-27T02:05:23.829Z | Checking percent-encoding v2.3.2 |
| 497 | 2026-02-27T02:05:23.967Z | Checking icu_locid_transform_data v1.5.0 |
| 498 | 2026-02-27T02:05:24.075Z | Compiling aws-lc-rs v1.16.0 |
| 499 | 2026-02-27T02:05:24.128Z | Checking getrandom v0.2.15 |
| 500 | 2026-02-27T02:05:24.247Z | Checking tracing v0.1.40 |
| 501 | 2026-02-27T02:05:24.318Z | Checking icu_properties_data v1.5.0 |
| 502 | 2026-02-27T02:05:24.481Z | Checking tower-layer v0.3.3 |
| 503 | 2026-02-27T02:05:24.521Z | Checking subtle v2.6.1 |
| 504 | 2026-02-27T02:05:24.532Z | Compiling heck v0.5.0 |
| 505 | 2026-02-27T02:05:24.541Z | Checking try-lock v0.2.5 |
| 506 | 2026-02-27T02:05:24.550Z | Checking base64 v0.22.1 |
| 507 | 2026-02-27T02:05:24.661Z | Checking tower-service v0.3.3 |
| 508 | 2026-02-27T02:05:24.687Z | Checking want v0.3.1 |
| 509 | 2026-02-27T02:05:24.738Z | Compiling slog v2.8.2 |
| 510 | 2026-02-27T02:05:24.806Z | Checking httpdate v1.0.3 |
| 511 | 2026-02-27T02:05:24.887Z | Checking write16 v1.0.0 |
| 512 | 2026-02-27T02:05:24.906Z | Compiling typenum v1.17.0 |
| 513 | 2026-02-27T02:05:25.035Z | Checking utf16_iter v1.0.5 |
| 514 | 2026-02-27T02:05:25.088Z | Checking icu_normalizer_data v1.5.0 |
| 515 | 2026-02-27T02:05:25.088Z | Checking utf8_iter v1.0.4 |
| 516 | 2026-02-27T02:05:25.195Z | Checking form_urlencoded v1.2.2 |
| 517 | 2026-02-27T02:05:25.195Z | Compiling ring v0.17.14 |
| 518 | 2026-02-27T02:05:25.255Z | Compiling generic-array v0.14.7 |
| 519 | 2026-02-27T02:05:25.521Z | Checking ipnet v2.11.0 |
| 520 | 2026-02-27T02:05:25.535Z | Compiling paste v1.0.15 |
| 521 | 2026-02-27T02:05:25.707Z | Compiling rustls v0.23.37 |
| 522 | 2026-02-27T02:05:25.992Z | Compiling synstructure v0.13.1 |
| 523 | 2026-02-27T02:05:26.042Z | Compiling serde_derive_internals v0.29.1 |
| 524 | 2026-02-27T02:05:26.271Z | Checking sync_wrapper v1.0.1 |
| 525 | 2026-02-27T02:05:26.442Z | Compiling num-conv v0.2.0 |
| 526 | 2026-02-27T02:05:26.653Z | Checking ryu v1.0.18 |
| 527 | 2026-02-27T02:05:26.924Z | Checking powerfmt v0.2.0 |
| 528 | 2026-02-27T02:05:26.928Z | Compiling usdt-impl v0.6.0 |
| 529 | 2026-02-27T02:05:27.029Z | Compiling rustix v1.1.3 |
| 530 | 2026-02-27T02:05:27.157Z | Compiling time-core v0.1.8 |
| 531 | 2026-02-27T02:05:27.457Z | Compiling time-macros v0.2.27 |
| 532 | 2026-02-27T02:05:27.676Z | Checking deranged v0.5.3 |
| 533 | 2026-02-27T02:05:28.195Z | Checking http-body-util v0.1.3 |
| 534 | 2026-02-27T02:05:28.573Z | Checking rand_core v0.9.3 |
| 535 | 2026-02-27T02:05:28.847Z | Compiling thread-id v5.0.0 |
| 536 | 2026-02-27T02:05:28.956Z | Checking errno v0.3.12 |
| 537 | 2026-02-27T02:05:28.970Z | Checking iri-string v0.7.8 |
| 538 | 2026-02-27T02:05:29.193Z | Compiling ident_case v1.0.1 |
| 539 | 2026-02-27T02:05:29.245Z | Compiling serde_derive v1.0.228 |
| 540 | 2026-02-27T02:05:29.319Z | Compiling thiserror-impl v2.0.18 |
| 541 | 2026-02-27T02:05:29.365Z | Compiling zerofrom-derive v0.1.4 |
| 542 | 2026-02-27T02:05:29.570Z | Compiling tokio-macros v2.6.0 |
| 543 | 2026-02-27T02:05:29.893Z | Compiling yoke-derive v0.7.4 |
| 544 | 2026-02-27T02:05:30.933Z | Checking tokio v1.49.0 |
| 545 | 2026-02-27T02:05:31.199Z | Compiling zerovec-derive v0.10.3 |
| 546 | 2026-02-27T02:05:31.796Z | Compiling displaydoc v0.2.5 |
| 547 | 2026-02-27T02:05:31.965Z | Compiling futures-macro v0.3.31 |
| 548 | 2026-02-27T02:05:31.989Z | Compiling pest v2.8.2 |
| 549 | 2026-02-27T02:05:32.083Z | Checking zerofrom v0.1.4 |
| 550 | 2026-02-27T02:05:32.310Z | Checking yoke v0.7.4 |
| 551 | 2026-02-27T02:05:32.625Z | Compiling icu_provider_macros v1.5.0 |
| 552 | 2026-02-27T02:05:33.184Z | Compiling zerocopy-derive v0.8.27 |
| 553 | 2026-02-27T02:05:33.339Z | Checking zerovec v0.10.4 |
| 554 | 2026-02-27T02:05:33.668Z | Compiling schemars_derive v0.8.22 |
| 555 | 2026-02-27T02:05:33.685Z | Checking futures-util v0.3.31 |
| 556 | 2026-02-27T02:05:34.688Z | Compiling pest_meta v2.8.2 |
| 557 | 2026-02-27T02:05:34.809Z | Checking tinystr v0.7.6 |
| 558 | 2026-02-27T02:05:35.130Z | Checking icu_locid v1.5.0 |
| 559 | 2026-02-27T02:05:36.074Z | Checking icu_provider v1.5.0 |
| 560 | 2026-02-27T02:05:36.324Z | Compiling pest_generator v2.8.2 |
| 561 | 2026-02-27T02:05:36.343Z | Checking chrono v0.4.43 |
| 562 | 2026-02-27T02:05:36.638Z | Checking icu_locid_transform v1.5.0 |
| 563 | 2026-02-27T02:05:37.166Z | Checking icu_collections v1.5.0 |
| 564 | 2026-02-27T02:05:37.456Z | Checking tokio-util v0.7.15 |
| 565 | 2026-02-27T02:05:37.559Z | Compiling zerocopy-derive v0.7.35 |
| 566 | 2026-02-27T02:05:37.777Z | Compiling serde_tokenstream v0.2.3 |
| 567 | 2026-02-27T02:05:37.823Z | Checking icu_properties v1.5.1 |
| 568 | 2026-02-27T02:05:38.003Z | Compiling pest_derive v2.8.2 |
| 569 | 2026-02-27T02:05:38.083Z | Checking erased-serde v0.3.31 |
| 570 | 2026-02-27T02:05:38.240Z | Checking h2 v0.4.6 |
| 571 | 2026-02-27T02:05:38.796Z | Compiling scroll_derive v0.13.1 |
| 572 | 2026-02-27T02:05:39.296Z | Checking zerocopy v0.7.35 |
| 573 | 2026-02-27T02:05:39.669Z | Compiling structmeta-derive v0.3.0 |
| 574 | 2026-02-27T02:05:39.805Z | Checking ipnetwork v0.21.1 |
| 575 | 2026-02-27T02:05:40.160Z | Compiling dtrace-parser v0.3.0 |
| 576 | 2026-02-27T02:05:40.548Z | Checking scroll v0.13.0 |
| 577 | 2026-02-27T02:05:40.551Z | Checking ppv-lite86 v0.2.20 |
| 578 | 2026-02-27T02:05:41.023Z | Checking tower v0.5.2 |
| 579 | 2026-02-27T02:05:41.119Z | Checking icu_normalizer v1.5.0 |
| 580 | 2026-02-27T02:05:41.249Z | Checking serde_urlencoded v0.7.1 |
| 581 | 2026-02-27T02:05:41.572Z | Checking fastrand v2.1.1 |
| 582 | 2026-02-27T02:05:41.643Z | Compiling dof v0.4.0 |
| 583 | 2026-02-27T02:05:41.809Z | Checking num_threads v0.1.7 |
| 584 | 2026-02-27T02:05:41.834Z | Compiling strsim v0.11.1 |
| 585 | 2026-02-27T02:05:41.856Z | Checking idna_adapter v1.2.0 |
| 586 | 2026-02-27T02:05:41.973Z | Compiling structmeta v0.3.0 |
| 587 | 2026-02-27T02:05:42.033Z | Checking idna v1.0.3 |
| 588 | 2026-02-27T02:05:42.175Z | Checking hyper v1.8.1 |
| 589 | 2026-02-27T02:05:42.233Z | Checking regex-syntax v0.8.5 |
| 590 | 2026-02-27T02:05:42.331Z | Checking plain v0.2.3 |
| 591 | 2026-02-27T02:05:42.411Z | Compiling crossbeam-utils v0.8.21 |
| 592 | 2026-02-27T02:05:42.478Z | Checking goblin v0.10.2 |
| 593 | 2026-02-27T02:05:42.499Z | Checking url v2.5.4 |
| 594 | 2026-02-27T02:05:42.529Z | Checking time v0.3.47 |
| 595 | 2026-02-27T02:05:42.969Z | Compiling darling_core v0.21.0 |
| 596 | 2026-02-27T02:05:43.162Z | Checking tower-http v0.6.8 |
| 597 | 2026-02-27T02:05:43.698Z | Checking oxnet v0.1.4 |
| 598 | 2026-02-27T02:05:43.803Z | Checking newtype-uuid v1.3.2 |
| 599 | 2026-02-27T02:05:43.996Z | Checking hyper-util v0.1.19 |
| 600 | 2026-02-27T02:05:45.312Z | Compiling daft-derive v0.1.4 |
| 601 | 2026-02-27T02:05:46.632Z | Compiling aho-corasick v1.1.3 |
| 602 | 2026-02-27T02:05:47.192Z | Compiling omicron-workspace-hack v0.1.0 |
| 603 | 2026-02-27T02:05:47.330Z | Checking pretty-hex v0.4.1 |
| 604 | 2026-02-27T02:05:47.525Z | Checking openssl-probe v0.1.5 |
| 605 | 2026-02-27T02:05:47.528Z | Compiling rustls v0.22.4 |
| 606 | 2026-02-27T02:05:47.602Z | Checking tempfile v3.24.0 |
| 607 | 2026-02-27T02:05:47.694Z | Checking rustls-native-certs v0.8.1 |
| 608 | 2026-02-27T02:05:47.938Z | Checking daft v0.1.4 |
| 609 | 2026-02-27T02:05:48.289Z | Compiling darling_macro v0.21.0 |
| 610 | 2026-02-27T02:05:48.313Z | Checking rustls-webpki v0.102.8 |
| 611 | 2026-02-27T02:05:49.055Z | Checking rand_chacha v0.9.0 |
| 612 | 2026-02-27T02:05:49.134Z | Checking block-buffer v0.10.4 |
| 613 | 2026-02-27T02:05:49.194Z | Checking crypto-common v0.1.6 |
| 614 | 2026-02-27T02:05:49.224Z | Checking rand_core v0.6.4 |
| 615 | 2026-02-27T02:05:49.335Z | Compiling multer v3.1.0 |
| 616 | 2026-02-27T02:05:49.387Z | Checking wait-timeout v0.2.0 |
| 617 | 2026-02-27T02:05:49.484Z | Checking thread_local v1.1.8 |
| 618 | 2026-02-27T02:05:49.577Z | Checking winnow v0.7.14 |
| 619 | 2026-02-27T02:05:49.711Z | Checking bit-vec v0.8.0 |
| 620 | 2026-02-27T02:05:49.751Z | Compiling camino v1.2.2 |
| 621 | 2026-02-27T02:05:50.065Z | Compiling thiserror v1.0.69 |
| 622 | 2026-02-27T02:05:50.080Z | Compiling regex-automata v0.4.14 |
| 623 | 2026-02-27T02:05:50.307Z | Compiling slog-async v2.8.0 |
| 624 | 2026-02-27T02:05:50.615Z | Checking match_cfg v0.1.0 |
| 625 | 2026-02-27T02:05:50.714Z | Compiling anyhow v1.0.99 |
| 626 | 2026-02-27T02:05:50.837Z | Checking quick-error v1.2.3 |
| 627 | 2026-02-27T02:05:50.992Z | Compiling ref-cast v1.0.25 |
| 628 | 2026-02-27T02:05:51.629Z | Checking rusty-fork v0.3.0 |
| 629 | 2026-02-27T02:05:51.731Z | Checking hostname v0.3.1 |
| 630 | 2026-02-27T02:05:51.919Z | Checking bit-set v0.8.0 |
| 631 | 2026-02-27T02:05:52.002Z | Checking rand_chacha v0.3.1 |
| 632 | 2026-02-27T02:05:52.112Z | Checking rand v0.9.2 |
| 633 | 2026-02-27T02:05:52.179Z | Checking digest v0.10.7 |
| 634 | 2026-02-27T02:05:52.182Z | Checking toml_parser v1.0.6+spec-1.1.0 |
| 635 | 2026-02-27T02:05:52.356Z | Compiling darling v0.21.0 |
| 636 | 2026-02-27T02:05:52.468Z | Checking crossbeam-channel v0.5.15 |
| 637 | 2026-02-27T02:05:52.910Z | Checking slog-json v2.6.1 |
| 638 | 2026-02-27T02:05:52.969Z | Compiling usdt-macro v0.6.0 |
| 639 | 2026-02-27T02:05:53.088Z | Compiling usdt-attr-macro v0.6.0 |
| 640 | 2026-02-27T02:05:53.160Z | Compiling derive-ex v0.1.8 |
| 641 | 2026-02-27T02:05:53.164Z | Checking futures-executor v0.3.31 |
| 642 | 2026-02-27T02:05:53.416Z | Compiling async-stream-impl v0.3.6 |
| 643 | 2026-02-27T02:05:54.144Z | Compiling regex v1.12.3 |
| 644 | 2026-02-27T02:05:54.205Z | Compiling thiserror-impl v1.0.69 |
| 645 | 2026-02-27T02:05:54.417Z | Compiling ref-cast-impl v1.0.25 |
| 646 | 2026-02-27T02:05:54.594Z | Compiling strum_macros v0.26.4 |
| 647 | 2026-02-27T02:05:54.997Z | Checking rand_xorshift v0.4.0 |
| 648 | 2026-02-27T02:05:55.168Z | Compiling dropshot v0.16.7 |
| 649 | 2026-02-27T02:05:55.525Z | Checking serde_spanned v1.0.4 |
| 650 | 2026-02-27T02:05:55.539Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 651 | 2026-02-27T02:05:55.732Z | Checking is-terminal v0.4.13 |
| 652 | 2026-02-27T02:05:55.867Z | Checking memmap2 v0.9.8 |
| 653 | 2026-02-27T02:05:55.887Z | Checking encoding_rs v0.8.34 |
| 654 | 2026-02-27T02:05:55.921Z | Checking take_mut v0.2.2 |
| 655 | 2026-02-27T02:05:56.054Z | Checking spin v0.9.8 |
| 656 | 2026-02-27T02:05:56.155Z | Checking mime v0.3.17 |
| 657 | 2026-02-27T02:05:56.222Z | Checking cpufeatures v0.2.14 |
| 658 | 2026-02-27T02:05:56.316Z | Checking unarray v0.1.4 |
| 659 | 2026-02-27T02:05:56.466Z | Checking hex v0.4.3 |
| 660 | 2026-02-27T02:05:56.481Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 661 | 2026-02-27T02:05:56.581Z | Checking term v1.1.0 |
| 662 | 2026-02-27T02:05:56.656Z | Checking lazy_static v1.5.0 |
| 663 | 2026-02-27T02:05:56.683Z | Compiling dropshot_endpoint v0.16.7 |
| 664 | 2026-02-27T02:05:56.794Z | Checking proptest v1.7.0 |
| 665 | 2026-02-27T02:05:56.812Z | Checking toml v0.9.11+spec-1.1.0 |
| 666 | 2026-02-27T02:05:56.908Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 667 | 2026-02-27T02:05:56.985Z | Checking slog-term v2.9.2 |
| 668 | 2026-02-27T02:05:57.228Z | Compiling test-strategy v0.4.3 |
| 669 | 2026-02-27T02:05:57.516Z | Checking sha1 v0.10.6 |
| 670 | 2026-02-27T02:05:57.801Z | Checking usdt v0.6.0 |
| 671 | 2026-02-27T02:05:58.065Z | Compiling parse-display-derive v0.10.0 |
| 672 | 2026-02-27T02:05:58.404Z | Checking tokio-rustls v0.25.0 |
| 673 | 2026-02-27T02:05:58.505Z | Checking strum v0.26.3 |
| 674 | 2026-02-27T02:05:58.687Z | Checking async-stream v0.3.6 |
| 675 | 2026-02-27T02:05:58.761Z | Checking futures v0.3.31 |
| 676 | 2026-02-27T02:05:58.872Z | Checking slog-bunyan v2.5.0 |
| 677 | 2026-02-27T02:05:58.887Z | Compiling serde_with_macros v3.16.1 |
| 678 | 2026-02-27T02:05:59.053Z | Checking rand v0.8.5 |
| 679 | 2026-02-27T02:06:00.280Z | Checking reqwest v0.12.28 |
| 680 | 2026-02-27T02:06:00.344Z | Compiling newtype-uuid-macros v0.1.0 |
| 681 | 2026-02-27T02:06:00.361Z | Checking openapiv3 v2.2.0 |
| 682 | 2026-02-27T02:06:00.470Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 683 | 2026-02-27T02:06:00.805Z | Compiling strum_macros v0.27.2 |
| 684 | 2026-02-27T02:06:01.139Z | Compiling async-trait v0.1.89 |
| 685 | 2026-02-27T02:06:01.242Z | Checking waitgroup v0.1.2 |
| 686 | 2026-02-27T02:06:01.379Z | Checking rustls-pemfile v2.2.0 |
| 687 | 2026-02-27T02:06:01.396Z | Checking serde_path_to_error v0.1.20 |
| 688 | 2026-02-27T02:06:01.399Z | Checking hostname v0.4.2 |
| 689 | 2026-02-27T02:06:01.565Z | Checking instant v0.1.13 |
| 690 | 2026-02-27T02:06:01.617Z | Checking debug-ignore v1.0.5 |
| 691 | 2026-02-27T02:06:01.691Z | Checking rustc-hash v2.1.1 |
| 692 | 2026-02-27T02:06:01.778Z | Checking either v1.15.0 |
| 693 | 2026-02-27T02:06:01.866Z | Checking iddqd v0.3.16 |
| 694 | 2026-02-27T02:06:01.901Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 695 | 2026-02-27T02:06:01.964Z | Checking backoff v0.4.0 |
| 696 | 2026-02-27T02:06:02.146Z | Checking itertools v0.14.0 |
| 697 | 2026-02-27T02:06:02.251Z | Checking parse-display v0.10.0 |
| 698 | 2026-02-27T02:06:02.485Z | Checking progenitor-client v0.10.0 |
| 699 | 2026-02-27T02:06:02.803Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 700 | 2026-02-27T02:06:02.840Z | Checking serde_with v3.16.1 |
| 701 | 2026-02-27T02:06:02.952Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 702 | 2026-02-27T02:06:03.408Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 703 | 2026-02-27T02:06:03.566Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 704 | 2026-02-27T02:06:03.726Z | Checking backon v1.6.0 |
| 705 | 2026-02-27T02:06:04.025Z | Checking macaddr v1.0.1 |
| 706 | 2026-02-27T02:06:04.329Z | Checking regress v0.10.5 |
| 707 | 2026-02-27T02:06:05.107Z | Checking strum v0.27.2 |
| 708 | 2026-02-27T02:06:11.726Z | Checking rustls-webpki v0.103.9 |
| 709 | 2026-02-27T02:06:15.322Z | Checking tokio-rustls v0.26.0 |
| 710 | 2026-02-27T02:06:15.327Z | Checking rustls-platform-verifier v0.6.2 |
| 711 | 2026-02-27T02:06:15.556Z | Checking hyper-rustls v0.27.7 |
| 712 | 2026-02-27T02:06:15.747Z | Checking reqwest v0.13.2 |
| 713 | 2026-02-27T02:06:16.612Z | Checking progenitor-client v0.13.0 |
| 714 | 2026-02-27T02:06:16.849Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 715 | 2026-02-27T02:06:24.881Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 716 | 2026-02-27T02:06:24.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
| 717 | 2026-02-27T02:06:25.097Z | + cargo build --release |
| 718 | 2026-02-27T02:06:25.370Z | Compiling proc-macro2 v1.0.106 |
| 719 | 2026-02-27T02:06:25.370Z | Compiling quote v1.0.44 |
| 720 | 2026-02-27T02:06:25.370Z | Compiling unicode-ident v1.0.24 |
| 721 | 2026-02-27T02:06:25.373Z | Compiling libc v0.2.180 |
| 722 | 2026-02-27T02:06:25.373Z | Compiling cfg-if v1.0.4 |
| 723 | 2026-02-27T02:06:25.373Z | Compiling serde_core v1.0.228 |
| 724 | 2026-02-27T02:06:25.374Z | Compiling autocfg v1.4.0 |
| 725 | 2026-02-27T02:06:25.420Z | Compiling memchr v2.7.4 |
| 726 | 2026-02-27T02:06:25.520Z | Compiling itoa v1.0.11 |
| 727 | 2026-02-27T02:06:25.586Z | Compiling zmij v1.0.15 |
| 728 | 2026-02-27T02:06:25.749Z | Compiling serde v1.0.228 |
| 729 | 2026-02-27T02:06:25.953Z | Compiling serde_json v1.0.149 |
| 730 | 2026-02-27T02:06:26.085Z | Compiling find-msvc-tools v0.1.9 |
| 731 | 2026-02-27T02:06:26.336Z | Compiling pin-project-lite v0.2.14 |
| 732 | 2026-02-27T02:06:26.351Z | Compiling shlex v1.3.0 |
| 733 | 2026-02-27T02:06:26.474Z | Compiling smallvec v1.15.1 |
| 734 | 2026-02-27T02:06:26.688Z | Compiling once_cell v1.21.3 |
| 735 | 2026-02-27T02:06:26.953Z | Compiling jobserver v0.1.32 |
| 736 | 2026-02-27T02:06:27.011Z | Compiling futures-core v0.3.32 |
| 737 | 2026-02-27T02:06:27.092Z | Compiling getrandom v0.3.4 |
| 738 | 2026-02-27T02:06:27.103Z | Compiling thiserror v2.0.18 |
| 739 | 2026-02-27T02:06:27.119Z | Compiling bytes v1.11.1 |
| 740 | 2026-02-27T02:06:27.264Z | Compiling lock_api v0.4.12 |
| 741 | 2026-02-27T02:06:27.652Z | Compiling cc v1.2.56 |
| 742 | 2026-02-27T02:06:27.695Z | Compiling parking_lot_core v0.9.10 |
| 743 | 2026-02-27T02:06:28.044Z | Compiling syn v2.0.117 |
| 744 | 2026-02-27T02:06:28.086Z | Compiling scopeguard v1.2.0 |
| 745 | 2026-02-27T02:06:28.194Z | Compiling slab v0.4.9 |
| 746 | 2026-02-27T02:06:28.598Z | Compiling futures-sink v0.3.31 |
| 747 | 2026-02-27T02:06:28.698Z | Compiling parking_lot v0.12.3 |
| 748 | 2026-02-27T02:06:28.901Z | Compiling mio v1.0.2 |
| 749 | 2026-02-27T02:06:28.931Z | Compiling socket2 v0.6.1 |
| 750 | 2026-02-27T02:06:28.980Z | Compiling signal-hook-registry v1.4.2 |
| 751 | 2026-02-27T02:06:29.061Z | Compiling stable_deref_trait v1.2.0 |
| 752 | 2026-02-27T02:06:29.492Z | Compiling num-traits v0.2.19 |
| 753 | 2026-02-27T02:06:29.890Z | Compiling zeroize v1.8.1 |
| 754 | 2026-02-27T02:06:30.403Z | Compiling futures-channel v0.3.31 |
| 755 | 2026-02-27T02:06:30.464Z | Compiling pin-utils v0.1.0 |
| 756 | 2026-02-27T02:06:30.558Z | Compiling allocator-api2 v0.2.21 |
| 757 | 2026-02-27T02:06:30.604Z | Compiling foldhash v0.2.0 |
| 758 | 2026-02-27T02:06:30.722Z | Compiling rustversion v1.0.22 |
| 759 | 2026-02-27T02:06:30.827Z | Compiling equivalent v1.0.2 |
| 760 | 2026-02-27T02:06:31.156Z | Compiling rustls-pki-types v1.14.0 |
| 761 | 2026-02-27T02:06:31.218Z | Compiling cmake v0.1.57 |
| 762 | 2026-02-27T02:06:31.345Z | Compiling hashbrown v0.16.1 |
| 763 | 2026-02-27T02:06:31.351Z | Compiling http v1.4.0 |
| 764 | 2026-02-27T02:06:31.421Z | Compiling futures-io v0.3.31 |
| 765 | 2026-02-27T02:06:31.771Z | Compiling fs_extra v1.3.0 |
| 766 | 2026-02-27T02:06:31.955Z | Compiling version_check v0.9.5 |
| 767 | 2026-02-27T02:06:32.267Z | Compiling dunce v1.0.5 |
| 768 | 2026-02-27T02:06:32.397Z | Compiling futures-task v0.3.31 |
| 769 | 2026-02-27T02:06:32.501Z | Compiling aws-lc-sys v0.37.1 |
| 770 | 2026-02-27T02:06:32.985Z | Compiling log v0.4.29 |
| 771 | 2026-02-27T02:06:33.004Z | Compiling iana-time-zone v0.1.63 |
| 772 | 2026-02-27T02:06:33.402Z | Compiling fnv v1.0.7 |
| 773 | 2026-02-27T02:06:33.550Z | Compiling byteorder v1.5.0 |
| 774 | 2026-02-27T02:06:33.708Z | Compiling ucd-trie v0.1.7 |
| 775 | 2026-02-27T02:06:33.895Z | Compiling untrusted v0.9.0 |
| 776 | 2026-02-27T02:06:34.079Z | Compiling zerocopy v0.8.27 |
| 777 | 2026-02-27T02:06:34.120Z | Compiling writeable v0.5.5 |
| 778 | 2026-02-27T02:06:34.298Z | Compiling litemap v0.7.3 |
| 779 | 2026-02-27T02:06:34.782Z | Compiling schemars v0.8.22 |
| 780 | 2026-02-27T02:06:34.832Z | Compiling httparse v1.9.5 |
| 781 | 2026-02-27T02:06:35.208Z | Compiling http-body v1.0.1 |
| 782 | 2026-02-27T02:06:35.224Z | Compiling indexmap v2.13.0 |
| 783 | 2026-02-27T02:06:35.469Z | Compiling synstructure v0.13.1 |
| 784 | 2026-02-27T02:06:35.477Z | Compiling serde_derive_internals v0.29.1 |
| 785 | 2026-02-27T02:06:35.733Z | Compiling semver v1.0.27 |
| 786 | 2026-02-27T02:06:36.602Z | Compiling uuid v1.19.0 |
| 787 | 2026-02-27T02:06:37.053Z | Compiling tracing-core v0.1.32 |
| 788 | 2026-02-27T02:06:37.089Z | Compiling percent-encoding v2.3.2 |
| 789 | 2026-02-27T02:06:37.148Z | Compiling bitflags v2.9.4 |
| 790 | 2026-02-27T02:06:37.232Z | Compiling dyn-clone v1.0.20 |
| 791 | 2026-02-27T02:06:37.466Z | Compiling icu_locid_transform_data v1.5.0 |
| 792 | 2026-02-27T02:06:37.570Z | Compiling aws-lc-rs v1.16.0 |
| 793 | 2026-02-27T02:06:37.586Z | Compiling atomic-waker v1.1.2 |
| 794 | 2026-02-27T02:06:37.775Z | Compiling tracing v0.1.40 |
| 795 | 2026-02-27T02:06:37.881Z | Compiling getrandom v0.2.15 |
| 796 | 2026-02-27T02:06:37.918Z | Compiling tower-layer v0.3.3 |
| 797 | 2026-02-27T02:06:38.148Z | Compiling subtle v2.6.1 |
| 798 | 2026-02-27T02:06:38.216Z | Compiling icu_properties_data v1.5.0 |
| 799 | 2026-02-27T02:06:38.376Z | Compiling try-lock v0.2.5 |
| 800 | 2026-02-27T02:06:38.391Z | Compiling heck v0.5.0 |
| 801 | 2026-02-27T02:06:38.442Z | Compiling tower-service v0.3.3 |
| 802 | 2026-02-27T02:06:38.445Z | Compiling base64 v0.22.1 |
| 803 | 2026-02-27T02:06:38.529Z | Compiling want v0.3.1 |
| 804 | 2026-02-27T02:06:38.571Z | Compiling slog v2.8.2 |
| 805 | 2026-02-27T02:06:38.822Z | Compiling icu_normalizer_data v1.5.0 |
| 806 | 2026-02-27T02:06:38.856Z | Compiling typenum v1.17.0 |
| 807 | 2026-02-27T02:06:38.918Z | Compiling utf8_iter v1.0.4 |
| 808 | 2026-02-27T02:06:38.927Z | Compiling serde_derive v1.0.228 |
| 809 | 2026-02-27T02:06:38.946Z | Compiling thiserror-impl v2.0.18 |
| 810 | 2026-02-27T02:06:39.006Z | Compiling zerofrom-derive v0.1.4 |
| 811 | 2026-02-27T02:06:39.165Z | Compiling yoke-derive v0.7.4 |
| 812 | 2026-02-27T02:06:39.181Z | Compiling tokio-macros v2.6.0 |
| 813 | 2026-02-27T02:06:39.483Z | Compiling zerovec-derive v0.10.3 |
| 814 | 2026-02-27T02:06:39.772Z | Compiling displaydoc v0.2.5 |
| 815 | 2026-02-27T02:06:40.720Z | Compiling tokio v1.49.0 |
| 816 | 2026-02-27T02:06:41.234Z | Compiling futures-macro v0.3.31 |
| 817 | 2026-02-27T02:06:41.372Z | Compiling icu_provider_macros v1.5.0 |
| 818 | 2026-02-27T02:06:41.634Z | Compiling zerocopy-derive v0.8.27 |
| 819 | 2026-02-27T02:06:41.766Z | Compiling zerofrom v0.1.4 |
| 820 | 2026-02-27T02:06:41.795Z | Compiling pest v2.8.2 |
| 821 | 2026-02-27T02:06:41.998Z | Compiling yoke v0.7.4 |
| 822 | 2026-02-27T02:06:42.393Z | Compiling zerovec v0.10.4 |
| 823 | 2026-02-27T02:06:42.422Z | Compiling schemars_derive v0.8.22 |
| 824 | 2026-02-27T02:06:42.990Z | Compiling futures-util v0.3.31 |
| 825 | 2026-02-27T02:06:44.455Z | Compiling pest_meta v2.8.2 |
| 826 | 2026-02-27T02:06:44.572Z | Compiling tinystr v0.7.6 |
| 827 | 2026-02-27T02:06:44.964Z | Compiling icu_locid v1.5.0 |
| 828 | 2026-02-27T02:06:45.046Z | Compiling icu_collections v1.5.0 |
| 829 | 2026-02-27T02:06:45.365Z | Compiling zerocopy-derive v0.7.35 |
| 830 | 2026-02-27T02:06:46.979Z | Compiling chrono v0.4.43 |
| 831 | 2026-02-27T02:06:47.256Z | Compiling icu_provider v1.5.0 |
| 832 | 2026-02-27T02:06:47.814Z | Compiling pest_generator v2.8.2 |
| 833 | 2026-02-27T02:06:49.052Z | Compiling icu_locid_transform v1.5.0 |
| 834 | 2026-02-27T02:06:49.165Z | Compiling zerocopy v0.7.35 |
| 835 | 2026-02-27T02:06:49.391Z | Compiling pest_derive v2.8.2 |
| 836 | 2026-02-27T02:06:49.480Z | Compiling write16 v1.0.0 |
| 837 | 2026-02-27T02:06:50.260Z | Compiling tokio-util v0.7.15 |
| 838 | 2026-02-27T02:06:50.695Z | Compiling icu_properties v1.5.1 |
| 839 | 2026-02-27T02:06:52.436Z | Compiling h2 v0.4.6 |
| 840 | 2026-02-27T02:06:52.646Z | Compiling httpdate v1.0.3 |
| 841 | 2026-02-27T02:06:53.412Z | Compiling utf16_iter v1.0.5 |
| 842 | 2026-02-27T02:06:53.653Z | Compiling ppv-lite86 v0.2.20 |
| 843 | 2026-02-27T02:06:54.476Z | Compiling serde_tokenstream v0.2.3 |
| 844 | 2026-02-27T02:06:55.047Z | Compiling icu_normalizer v1.5.0 |
| 845 | 2026-02-27T02:06:55.085Z | Compiling erased-serde v0.3.31 |
| 846 | 2026-02-27T02:06:56.220Z | Compiling form_urlencoded v1.2.2 |
| 847 | 2026-02-27T02:06:56.722Z | Compiling generic-array v0.14.7 |
| 848 | 2026-02-27T02:06:56.771Z | Compiling ring v0.17.14 |
| 849 | 2026-02-27T02:06:57.098Z | Compiling rustls v0.23.37 |
| 850 | 2026-02-27T02:06:57.121Z | Compiling paste v1.0.15 |
| 851 | 2026-02-27T02:06:57.459Z | Compiling ipnet v2.11.0 |
| 852 | 2026-02-27T02:06:57.823Z | Compiling hyper v1.8.1 |
| 853 | 2026-02-27T02:07:01.032Z | Compiling hyper-util v0.1.19 |
| 854 | 2026-02-27T02:07:01.388Z | Compiling idna_adapter v1.2.0 |
| 855 | 2026-02-27T02:07:02.865Z | Compiling structmeta-derive v0.3.0 |
| 856 | 2026-02-27T02:07:03.809Z | Compiling scroll_derive v0.13.1 |
| 857 | 2026-02-27T02:07:05.160Z | Compiling sync_wrapper v1.0.1 |
| 858 | 2026-02-27T02:07:05.734Z | Compiling powerfmt v0.2.0 |
| 859 | 2026-02-27T02:07:05.809Z | Compiling ryu v1.0.18 |
| 860 | 2026-02-27T02:07:06.220Z | Compiling num-conv v0.2.0 |
| 861 | 2026-02-27T02:07:06.426Z | Compiling time-core v0.1.8 |
| 862 | 2026-02-27T02:07:06.454Z | Compiling rustix v1.1.3 |
| 863 | 2026-02-27T02:07:06.730Z | Compiling usdt-impl v0.6.0 |
| 864 | 2026-02-27T02:07:06.798Z | Compiling time-macros v0.2.27 |
| 865 | 2026-02-27T02:07:07.150Z | Compiling serde_urlencoded v0.7.1 |
| 866 | 2026-02-27T02:07:07.285Z | Compiling deranged v0.5.3 |
| 867 | 2026-02-27T02:07:07.649Z | Compiling scroll v0.13.0 |
| 868 | 2026-02-27T02:07:07.729Z | Compiling tower v0.5.2 |
| 869 | 2026-02-27T02:07:08.236Z | Compiling structmeta v0.3.0 |
| 870 | 2026-02-27T02:07:08.562Z | Compiling dof v0.4.0 |
| 871 | 2026-02-27T02:07:08.965Z | Compiling idna v1.0.3 |
| 872 | 2026-02-27T02:07:09.637Z | Compiling ipnetwork v0.21.1 |
| 873 | 2026-02-27T02:07:10.181Z | Compiling dtrace-parser v0.3.0 |
| 874 | 2026-02-27T02:07:10.232Z | Compiling http-body-util v0.1.3 |
| 875 | 2026-02-27T02:07:10.544Z | Compiling rand_core v0.9.3 |
| 876 | 2026-02-27T02:07:10.737Z | Compiling errno v0.3.12 |
| 877 | 2026-02-27T02:07:11.008Z | Compiling thread-id v5.0.0 |
| 878 | 2026-02-27T02:07:11.110Z | Compiling fastrand v2.1.1 |
| 879 | 2026-02-27T02:07:11.469Z | Compiling crossbeam-utils v0.8.21 |
| 880 | 2026-02-27T02:07:11.792Z | Compiling omicron-workspace-hack v0.1.0 |
| 881 | 2026-02-27T02:07:11.873Z | Compiling regex-syntax v0.8.5 |
| 882 | 2026-02-27T02:07:11.966Z | Compiling iri-string v0.7.8 |
| 883 | 2026-02-27T02:07:12.376Z | Compiling strsim v0.11.1 |
| 884 | 2026-02-27T02:07:12.944Z | Compiling ident_case v1.0.1 |
| 885 | 2026-02-27T02:07:12.953Z | Compiling num_threads v0.1.7 |
| 886 | 2026-02-27T02:07:13.070Z | Compiling plain v0.2.3 |
| 887 | 2026-02-27T02:07:13.238Z | Compiling goblin v0.10.2 |
| 888 | 2026-02-27T02:07:13.256Z | Compiling darling_core v0.21.0 |
| 889 | 2026-02-27T02:07:13.331Z | Compiling time v0.3.47 |
| 890 | 2026-02-27T02:07:17.555Z | Compiling tower-http v0.6.8 |
| 891 | 2026-02-27T02:07:19.520Z | Compiling oxnet v0.1.4 |
| 892 | 2026-02-27T02:07:19.785Z | Compiling url v2.5.4 |
| 893 | 2026-02-27T02:07:21.774Z | Compiling newtype-uuid v1.3.2 |
| 894 | 2026-02-27T02:07:23.146Z | Compiling daft-derive v0.1.4 |
| 895 | 2026-02-27T02:07:23.313Z | Compiling aho-corasick v1.1.3 |
| 896 | 2026-02-27T02:07:24.241Z | Compiling openssl-probe v0.1.5 |
| 897 | 2026-02-27T02:07:24.388Z | Compiling rustls v0.22.4 |
| 898 | 2026-02-27T02:07:24.668Z | Compiling pretty-hex v0.4.1 |
| 899 | 2026-02-27T02:07:24.777Z | Compiling daft v0.1.4 |
| 900 | 2026-02-27T02:07:25.236Z | Compiling rustls-native-certs v0.8.1 |
| 901 | 2026-02-27T02:07:25.311Z | Compiling tempfile v3.24.0 |
| 902 | 2026-02-27T02:07:26.861Z | Compiling darling_macro v0.21.0 |
| 903 | 2026-02-27T02:07:27.861Z | Compiling rustls-webpki v0.102.8 |
| 904 | 2026-02-27T02:07:28.679Z | Compiling regex-automata v0.4.14 |
| 905 | 2026-02-27T02:07:29.937Z | Compiling rand_chacha v0.9.0 |
| 906 | 2026-02-27T02:07:31.231Z | Compiling block-buffer v0.10.4 |
| 907 | 2026-02-27T02:07:31.488Z | Compiling crypto-common v0.1.6 |
| 908 | 2026-02-27T02:07:31.634Z | Compiling rand_core v0.6.4 |
| 909 | 2026-02-27T02:07:31.729Z | Compiling multer v3.1.0 |
| 910 | 2026-02-27T02:07:32.121Z | Compiling thread_local v1.1.8 |
| 911 | 2026-02-27T02:07:32.129Z | Compiling wait-timeout v0.2.0 |
| 912 | 2026-02-27T02:07:32.841Z | Compiling quick-error v1.2.3 |
| 913 | 2026-02-27T02:07:32.998Z | Compiling camino v1.2.2 |
| 914 | 2026-02-27T02:07:33.119Z | Compiling thiserror v1.0.69 |
| 915 | 2026-02-27T02:07:33.583Z | Compiling anyhow v1.0.99 |
| 916 | 2026-02-27T02:07:33.672Z | Compiling bit-vec v0.8.0 |
| 917 | 2026-02-27T02:07:34.197Z | Compiling slog-async v2.8.0 |
| 918 | 2026-02-27T02:07:34.246Z | Compiling ref-cast v1.0.25 |
| 919 | 2026-02-27T02:07:34.720Z | Compiling winnow v0.7.14 |
| 920 | 2026-02-27T02:07:34.836Z | Compiling match_cfg v0.1.0 |
| 921 | 2026-02-27T02:07:34.931Z | Compiling hostname v0.3.1 |
| 922 | 2026-02-27T02:07:35.575Z | Compiling bit-set v0.8.0 |
| 923 | 2026-02-27T02:07:36.310Z | Compiling rusty-fork v0.3.0 |
| 924 | 2026-02-27T02:07:38.266Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 925 | 2026-02-27T02:07:38.608Z | Compiling regex v1.12.3 |
| 926 | 2026-02-27T02:07:39.569Z | Compiling rand_chacha v0.3.1 |
| 927 | 2026-02-27T02:07:41.027Z | Compiling digest v0.10.7 |
| 928 | 2026-02-27T02:07:41.367Z | Compiling rand v0.9.2 |
| 929 | 2026-02-27T02:07:41.431Z | Compiling crossbeam-channel v0.5.15 |
| 930 | 2026-02-27T02:07:42.903Z | Compiling darling v0.21.0 |
| 931 | 2026-02-27T02:07:42.968Z | Compiling usdt-macro v0.6.0 |
| 932 | 2026-02-27T02:07:43.012Z | Compiling usdt-attr-macro v0.6.0 |
| 933 | 2026-02-27T02:07:44.225Z | Compiling slog-json v2.6.1 |
| 934 | 2026-02-27T02:07:44.409Z | Compiling rand_xorshift v0.4.0 |
| 935 | 2026-02-27T02:07:44.670Z | Compiling derive-ex v0.1.8 |
| 936 | 2026-02-27T02:07:44.714Z | Compiling futures-executor v0.3.31 |
| 937 | 2026-02-27T02:07:45.587Z | Compiling strum_macros v0.26.4 |
| 938 | 2026-02-27T02:07:45.610Z | Compiling thiserror-impl v1.0.69 |
| 939 | 2026-02-27T02:07:45.762Z | Compiling ref-cast-impl v1.0.25 |
| 940 | 2026-02-27T02:07:46.905Z | Compiling async-stream-impl v0.3.6 |
| 941 | 2026-02-27T02:07:48.223Z | Compiling dropshot v0.16.7 |
| 942 | 2026-02-27T02:07:48.242Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 943 | 2026-02-27T02:07:48.347Z | Compiling serde_spanned v1.0.4 |
| 944 | 2026-02-27T02:07:48.587Z | Compiling memmap2 v0.9.8 |
| 945 | 2026-02-27T02:07:48.601Z | Compiling is-terminal v0.4.13 |
| 946 | 2026-02-27T02:07:48.732Z | Compiling encoding_rs v0.8.34 |
| 947 | 2026-02-27T02:07:49.054Z | Compiling cpufeatures v0.2.14 |
| 948 | 2026-02-27T02:07:49.124Z | Compiling term v1.1.0 |
| 949 | 2026-02-27T02:07:49.150Z | Compiling lazy_static v1.5.0 |
| 950 | 2026-02-27T02:07:49.283Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 951 | 2026-02-27T02:07:49.788Z | Compiling spin v0.9.8 |
| 952 | 2026-02-27T02:07:49.913Z | Compiling mime v0.3.17 |
| 953 | 2026-02-27T02:07:49.983Z | Compiling take_mut v0.2.2 |
| 954 | 2026-02-27T02:07:50.148Z | Compiling unarray v0.1.4 |
| 955 | 2026-02-27T02:07:50.341Z | Compiling hex v0.4.3 |
| 956 | 2026-02-27T02:07:50.912Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 957 | 2026-02-27T02:07:50.978Z | Compiling proptest v1.7.0 |
| 958 | 2026-02-27T02:07:54.312Z | Compiling dropshot_endpoint v0.16.7 |
| 959 | 2026-02-27T02:07:56.028Z | Compiling slog-term v2.9.2 |
| 960 | 2026-02-27T02:07:58.100Z | Compiling toml v0.9.11+spec-1.1.0 |
| 961 | 2026-02-27T02:07:59.252Z | Compiling strum v0.26.3 |
| 962 | 2026-02-27T02:07:59.290Z | Compiling sha1 v0.10.6 |
| 963 | 2026-02-27T02:07:59.445Z | Compiling usdt v0.6.0 |
| 964 | 2026-02-27T02:08:00.199Z | Compiling test-strategy v0.4.3 |
| 965 | 2026-02-27T02:08:01.014Z | Compiling async-stream v0.3.6 |
| 966 | 2026-02-27T02:08:01.240Z | Compiling tokio-rustls v0.25.0 |
| 967 | 2026-02-27T02:08:01.347Z | Compiling futures v0.3.31 |
| 968 | 2026-02-27T02:08:01.464Z | Compiling slog-bunyan v2.5.0 |
| 969 | 2026-02-27T02:08:01.769Z | Compiling serde_with_macros v3.16.1 |
| 970 | 2026-02-27T02:08:01.781Z | Compiling rand v0.8.5 |
| 971 | 2026-02-27T02:08:03.519Z | Compiling parse-display-derive v0.10.0 |
| 972 | 2026-02-27T02:08:06.412Z | Compiling reqwest v0.12.28 |
| 973 | 2026-02-27T02:08:06.806Z | Compiling newtype-uuid-macros v0.1.0 |
| 974 | 2026-02-27T02:08:06.859Z | Compiling openapiv3 v2.2.0 |
| 975 | 2026-02-27T02:08:08.427Z | Compiling strum_macros v0.27.2 |
| 976 | 2026-02-27T02:08:08.436Z | Compiling async-trait v0.1.89 |
| 977 | 2026-02-27T02:08:10.592Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 978 | 2026-02-27T02:08:11.417Z | Compiling waitgroup v0.1.2 |
| 979 | 2026-02-27T02:08:11.704Z | Compiling rustls-pemfile v2.2.0 |
| 980 | 2026-02-27T02:08:12.149Z | Compiling serde_path_to_error v0.1.20 |
| 981 | 2026-02-27T02:08:12.230Z | Compiling hostname v0.4.2 |
| 982 | 2026-02-27T02:08:12.340Z | Compiling instant v0.1.13 |
| 983 | 2026-02-27T02:08:12.482Z | Compiling debug-ignore v1.0.5 |
| 984 | 2026-02-27T02:08:12.507Z | Compiling rustc-hash v2.1.1 |
| 985 | 2026-02-27T02:08:12.532Z | Compiling either v1.15.0 |
| 986 | 2026-02-27T02:08:12.633Z | Compiling backoff v0.4.0 |
| 987 | 2026-02-27T02:08:12.697Z | Compiling iddqd v0.3.16 |
| 988 | 2026-02-27T02:08:12.850Z | Compiling strum v0.27.2 |
| 989 | 2026-02-27T02:08:12.939Z | Compiling itertools v0.14.0 |
| 990 | 2026-02-27T02:08:13.040Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 991 | 2026-02-27T02:08:13.077Z | Compiling progenitor-client v0.10.0 |
| 992 | 2026-02-27T02:08:13.256Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 993 | 2026-02-27T02:08:13.979Z | Compiling parse-display v0.10.0 |
| 994 | 2026-02-27T02:08:16.085Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 995 | 2026-02-27T02:08:16.508Z | Compiling serde_with v3.16.1 |
| 996 | 2026-02-27T02:08:16.758Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 997 | 2026-02-27T02:08:17.732Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 998 | 2026-02-27T02:08:18.455Z | Compiling backon v1.6.0 |
| 999 | 2026-02-27T02:08:18.896Z | Compiling macaddr v1.0.1 |
| 1000 | 2026-02-27T02:08:19.450Z | Compiling regress v0.10.5 |
| 1001 | 2026-02-27T02:08:32.755Z | Compiling rustls-webpki v0.103.9 |
| 1002 | 2026-02-27T02:08:38.471Z | Compiling tokio-rustls v0.26.0 |
| 1003 | 2026-02-27T02:08:38.471Z | Compiling rustls-platform-verifier v0.6.2 |
| 1004 | 2026-02-27T02:08:38.862Z | Compiling hyper-rustls v0.27.7 |
| 1005 | 2026-02-27T02:08:39.526Z | Compiling reqwest v0.13.2 |
| 1006 | 2026-02-27T02:08:44.328Z | Compiling progenitor-client v0.13.0 |
| 1007 | 2026-02-27T02:08:45.177Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1008 | 2026-02-27T02:08:55.757Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1009 | 2026-02-27T02:09:07.379Z | Finished `release` profile [optimized] target(s) in 2m 42s |
| 1010 | 2026-02-27T02:09:07.446Z | process exited: duration 240951 ms, exit code 0 |
| |
| 1011 | 2026-02-27T02:09:07.452Z | found 0 output files |