|
|
|
| 1 | 2026-02-26T16:12:47.952Z | job assigned to worker 01KJDBH9Z6EDJHERQZXJ7FGFD6 [factory aws, i-077e8e0832c757ab5] (queued for 51 s) |
| |
| 2 | 2026-02-26T16:12:56.226Z | starting task 0: "setup" |
| 3 | 2026-02-26T16:12:56.230Z | ++ uname -s |
| 4 | 2026-02-26T16:12:56.233Z | + kern=SunOS |
| 5 | 2026-02-26T16:12:56.233Z | + build_user=build |
| 6 | 2026-02-26T16:12:56.234Z | + build_uid=12345 |
| 7 | 2026-02-26T16:12:56.234Z | + work_dir=/work |
| 8 | 2026-02-26T16:12:56.234Z | + input_dir=/input |
| 9 | 2026-02-26T16:12:56.234Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-26T16:12:56.234Z | + case "$kern" in |
| 11 | 2026-02-26T16:12:56.234Z | + groupadd -g 12345 build |
| 12 | 2026-02-26T16:12:56.237Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-26T16:12:58.242Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-26T16:12:58.297Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-26T16:12:58.301Z | + home_fs=zfs |
| 16 | 2026-02-26T16:12:58.301Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-26T16:12:58.301Z | + mkdir -p /home/build |
| 18 | 2026-02-26T16:12:58.303Z | + chown build:build /home/build /work |
| 19 | 2026-02-26T16:13:00.304Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-26T16:13:00.308Z | process exited: duration 4081 ms, exit code 0 |
| |
| 21 | 2026-02-26T16:13:00.314Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-26T16:13:00.318Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-02-26T16:13:00.319Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-02-26T16:13:00.319Z | * rust toolchain channel = "1.91.1" |
| 25 | 2026-02-26T16:13:00.319Z | * rust toolchain profile = "default" |
| 26 | 2026-02-26T16:13:00.319Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-02-26T16:13:00.319Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-02-26T16:13:00.322Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-26T16:13:00.322Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-02-26T16:13:00.433Z | info: downloading installer |
| 31 | 2026-02-26T16:13:02.479Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-26T16:13:02.480Z | warn: /opt/ooce/bin |
| 33 | 2026-02-26T16:13:02.480Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-26T16:13:02.480Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-26T16:13:02.480Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-26T16:13:02.480Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-26T16:13:02.480Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-26T16:13:02.480Z | error: cannot install while Rust is installed |
| 39 | 2026-02-26T16:13:02.480Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-26T16:13:02.505Z | info: profile set to 'default' |
| 41 | 2026-02-26T16:13:02.505Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-26T16:13:02.508Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-02-26T16:13:02.699Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-02-26T16:13:02.699Z | info: downloading component 'cargo' |
| 45 | 2026-02-26T16:13:03.959Z | info: downloading component 'clippy' |
| 46 | 2026-02-26T16:13:04.409Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-26T16:13:06.476Z | info: downloading component 'rust-std' |
| 48 | 2026-02-26T16:13:08.426Z | info: downloading component 'rustc' |
| 49 | 2026-02-26T16:13:18.956Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-26T16:13:19.353Z | info: installing component 'cargo' |
| 51 | 2026-02-26T16:13:20.242Z | info: installing component 'clippy' |
| 52 | 2026-02-26T16:13:20.634Z | info: installing component 'rust-docs' |
| 53 | 2026-02-26T16:13:22.562Z | info: installing component 'rust-std' |
| 54 | 2026-02-26T16:13:24.346Z | info: installing component 'rustc' |
| 55 | 2026-02-26T16:13:30.968Z | info: installing component 'rustfmt' |
| 56 | 2026-02-26T16:13:31.307Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-02-26T16:13:31.307Z | |
| 58 | 2026-02-26T16:13:31.756Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-02-26T16:13:31.757Z | |
| 60 | 2026-02-26T16:13:31.760Z | |
| 61 | 2026-02-26T16:13:31.760Z | Rust is installed now. Great! |
| 62 | 2026-02-26T16:13:31.760Z | |
| 63 | 2026-02-26T16:13:31.760Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-26T16:13:31.760Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-26T16:13:31.760Z | |
| 66 | 2026-02-26T16:13:31.760Z | To configure your current shell, you need to source |
| 67 | 2026-02-26T16:13:31.760Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-26T16:13:31.760Z | |
| 69 | 2026-02-26T16:13:31.760Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-26T16:13:31.760Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-26T16:13:31.760Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-26T16:13:31.760Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-26T16:13:31.853Z | + rustup --version |
| 74 | 2026-02-26T16:13:31.868Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-26T16:13:31.871Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-26T16:13:31.999Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-02-26T16:13:32.004Z | + cargo --version |
| 78 | 2026-02-26T16:13:32.075Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-02-26T16:13:32.078Z | + rustc --version |
| 80 | 2026-02-26T16:13:32.152Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-02-26T16:13:32.155Z | process exited: duration 31830 ms, exit code 0 |
| |
| 82 | 2026-02-26T16:13:32.161Z | starting task 2: "authentication" |
| 83 | 2026-02-26T16:13:32.183Z | process exited: duration 21 ms, exit code 0 |
| |
| 84 | 2026-02-26T16:13:32.189Z | starting task 3: "clone repository" |
| 85 | 2026-02-26T16:13:32.193Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-02-26T16:13:32.196Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-02-26T16:13:32.225Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-02-26T16:14:39.365Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-02-26T16:14:39.365Z | + git fetch origin 889deabbf7d820f01adc6593ba2b00d7da64710f |
| 90 | 2026-02-26T16:14:40.178Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-02-26T16:14:40.179Z | * branch 889deabbf7d820f01adc6593ba2b00d7da64710f -> FETCH_HEAD |
| 92 | 2026-02-26T16:14:40.189Z | + [[ -n '' ]] |
| 93 | 2026-02-26T16:14:40.189Z | + git reset --hard 889deabbf7d820f01adc6593ba2b00d7da64710f |
| 94 | 2026-02-26T16:14:40.728Z | HEAD is now at 889deabbf EarlyNetworkSetupError: stop duplicate log output on DnsResolver variant |
| 95 | 2026-02-26T16:14:40.731Z | process exited: duration 68517 ms, exit code 0 |
| |
| 96 | 2026-02-26T16:14:40.737Z | starting task 4: "build" |
| 97 | 2026-02-26T16:14:40.742Z | + source .github/buildomat/ci-env.sh |
| 98 | 2026-02-26T16:14:40.745Z | ++ export CARGO_TERM_COLOR=always |
| 99 | 2026-02-26T16:14:40.745Z | ++ CARGO_TERM_COLOR=always |
| 100 | 2026-02-26T16:14:40.745Z | + cargo --version |
| 101 | 2026-02-26T16:14:40.803Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 102 | 2026-02-26T16:14:40.806Z | + rustc --version |
| 103 | 2026-02-26T16:14:40.879Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 104 | 2026-02-26T16:14:40.882Z | + cd /tmp |
| 105 | 2026-02-26T16:14:40.882Z | + cargo new --lib test-project |
| 106 | 2026-02-26T16:14:40.956Z | Creating library `test-project` package |
| 107 | 2026-02-26T16:14:41.045Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 108 | 2026-02-26T16:14:41.048Z | + cd test-project |
| 109 | 2026-02-26T16:14:41.048Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 110 | 2026-02-26T16:14:41.123Z | Adding omicron-common (local) to dependencies |
| 111 | 2026-02-26T16:14:41.123Z | Features: |
| 112 | 2026-02-26T16:14:41.123Z | - proptest |
| 113 | 2026-02-26T16:14:41.123Z | - test-strategy |
| 114 | 2026-02-26T16:14:41.123Z | - testing |
| 115 | 2026-02-26T16:14:41.150Z | Updating crates.io index |
| 116 | 2026-02-26T16:14:41.195Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 117 | 2026-02-26T16:14:42.631Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 118 | 2026-02-26T16:14:45.244Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 119 | 2026-02-26T16:14:46.332Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 120 | 2026-02-26T16:14:47.194Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 121 | 2026-02-26T16:14:51.358Z | Locking 400 packages to latest Rust 1.91.1 compatible versions |
| 122 | 2026-02-26T16:14:51.361Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 123 | 2026-02-26T16:14:51.479Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 124 | 2026-02-26T16:14:51.482Z | + cargo check |
| 125 | 2026-02-26T16:14:51.661Z | Updating crates.io index |
| 126 | 2026-02-26T16:14:52.556Z | Locking 1 package to latest Rust 1.91.1 compatible version |
| 127 | 2026-02-26T16:14:52.556Z | Adding omicron-workspace-hack v0.1.0 |
| 128 | 2026-02-26T16:14:52.595Z | Downloading crates ... |
| 129 | 2026-02-26T16:14:52.682Z | Downloaded byteorder v1.5.0 |
| 130 | 2026-02-26T16:14:52.688Z | Downloaded block-buffer v0.10.4 |
| 131 | 2026-02-26T16:14:52.691Z | Downloaded backoff v0.4.0 |
| 132 | 2026-02-26T16:14:52.694Z | Downloaded async-stream v0.3.6 |
| 133 | 2026-02-26T16:14:52.697Z | Downloaded async-stream-impl v0.3.6 |
| 134 | 2026-02-26T16:14:52.697Z | Downloaded lru-slab v0.1.2 |
| 135 | 2026-02-26T16:14:52.701Z | Downloaded instant v0.1.13 |
| 136 | 2026-02-26T16:14:52.704Z | Downloaded hostname v0.3.1 |
| 137 | 2026-02-26T16:14:52.708Z | Downloaded ipnet v2.11.0 |
| 138 | 2026-02-26T16:14:52.711Z | Downloaded log v0.4.29 |
| 139 | 2026-02-26T16:14:52.714Z | Downloaded powerfmt v0.2.0 |
| 140 | 2026-02-26T16:14:52.716Z | Downloaded progenitor-client v0.13.0 |
| 141 | 2026-02-26T16:14:52.719Z | Downloaded progenitor-macro v0.11.2 |
| 142 | 2026-02-26T16:14:52.719Z | Downloaded httpdate v1.0.3 |
| 143 | 2026-02-26T16:14:52.722Z | Downloaded rand_xorshift v0.4.0 |
| 144 | 2026-02-26T16:14:52.725Z | Downloaded quick-error v1.2.3 |
| 145 | 2026-02-26T16:14:52.725Z | Downloaded idna_adapter v1.2.0 |
| 146 | 2026-02-26T16:14:52.728Z | Downloaded crypto-common v0.1.6 |
| 147 | 2026-02-26T16:14:52.731Z | Downloaded num-traits v0.2.19 |
| 148 | 2026-02-26T16:14:52.734Z | Downloaded percent-encoding v2.3.2 |
| 149 | 2026-02-26T16:14:52.734Z | Downloaded progenitor v0.11.2 |
| 150 | 2026-02-26T16:14:52.739Z | Downloaded async-trait v0.1.89 |
| 151 | 2026-02-26T16:14:52.743Z | Downloaded dyn-clone v1.0.20 |
| 152 | 2026-02-26T16:14:52.743Z | Downloaded cfg_aliases v0.2.1 |
| 153 | 2026-02-26T16:14:52.746Z | Downloaded openssl-probe v0.1.5 |
| 154 | 2026-02-26T16:14:52.746Z | Downloaded generic-array v0.14.7 |
| 155 | 2026-02-26T16:14:52.749Z | Downloaded http-body v1.0.1 |
| 156 | 2026-02-26T16:14:52.752Z | Downloaded hex v0.4.3 |
| 157 | 2026-02-26T16:14:52.752Z | Downloaded macaddr v1.0.1 |
| 158 | 2026-02-26T16:14:52.755Z | Downloaded ident_case v1.0.1 |
| 159 | 2026-02-26T16:14:52.755Z | Downloaded futures-task v0.3.31 |
| 160 | 2026-02-26T16:14:52.757Z | Downloaded progenitor-client v0.10.0 |
| 161 | 2026-02-26T16:14:52.761Z | Downloaded aho-corasick v1.1.3 |
| 162 | 2026-02-26T16:14:52.767Z | Downloaded foldhash v0.2.0 |
| 163 | 2026-02-26T16:14:52.767Z | Downloaded futures-sink v0.3.31 |
| 164 | 2026-02-26T16:14:52.767Z | Downloaded derive-ex v0.1.8 |
| 165 | 2026-02-26T16:14:52.773Z | Downloaded atomic-waker v1.1.2 |
| 166 | 2026-02-26T16:14:52.773Z | Downloaded num_threads v0.1.7 |
| 167 | 2026-02-26T16:14:52.773Z | Downloaded allocator-api2 v0.2.21 |
| 168 | 2026-02-26T16:14:52.777Z | Downloaded omicron-workspace-hack v0.1.0 |
| 169 | 2026-02-26T16:14:52.777Z | Downloaded is-terminal v0.4.13 |
| 170 | 2026-02-26T16:14:52.780Z | Downloaded num-conv v0.2.0 |
| 171 | 2026-02-26T16:14:52.780Z | Downloaded lazy_static v1.5.0 |
| 172 | 2026-02-26T16:14:52.784Z | Downloaded form_urlencoded v1.2.2 |
| 173 | 2026-02-26T16:14:52.784Z | Downloaded fastrand v2.1.1 |
| 174 | 2026-02-26T16:14:52.787Z | Downloaded paste v1.0.15 |
| 175 | 2026-02-26T16:14:52.790Z | Downloaded cpufeatures v0.2.14 |
| 176 | 2026-02-26T16:14:52.790Z | Downloaded cfg-if v1.0.4 |
| 177 | 2026-02-26T16:14:52.793Z | Downloaded rand_core v0.6.4 |
| 178 | 2026-02-26T16:14:52.797Z | Downloaded rustls-pki-types v1.14.0 |
| 179 | 2026-02-26T16:14:52.800Z | Downloaded heck v0.5.0 |
| 180 | 2026-02-26T16:14:52.800Z | Downloaded errno v0.3.12 |
| 181 | 2026-02-26T16:14:52.803Z | Downloaded scroll_derive v0.13.1 |
| 182 | 2026-02-26T16:14:52.803Z | Downloaded futures-macro v0.3.31 |
| 183 | 2026-02-26T16:14:52.806Z | Downloaded equivalent v1.0.2 |
| 184 | 2026-02-26T16:14:52.806Z | Downloaded plain v0.2.3 |
| 185 | 2026-02-26T16:14:52.813Z | Downloaded rand_chacha v0.3.1 |
| 186 | 2026-02-26T16:14:52.813Z | Downloaded itoa v1.0.11 |
| 187 | 2026-02-26T16:14:52.813Z | Downloaded ref-cast-impl v1.0.25 |
| 188 | 2026-02-26T16:14:52.813Z | Downloaded pin-utils v0.1.0 |
| 189 | 2026-02-26T16:14:52.813Z | Downloaded dunce v1.0.5 |
| 190 | 2026-02-26T16:14:52.822Z | Downloaded futures-core v0.3.32 |
| 191 | 2026-02-26T16:14:52.822Z | Downloaded iana-time-zone v0.1.63 |
| 192 | 2026-02-26T16:14:52.822Z | Downloaded parse-display v0.10.0 |
| 193 | 2026-02-26T16:14:52.822Z | Downloaded futures-io v0.3.31 |
| 194 | 2026-02-26T16:14:52.822Z | Downloaded scopeguard v1.2.0 |
| 195 | 2026-02-26T16:14:52.829Z | Downloaded anyhow v1.0.99 |
| 196 | 2026-02-26T16:14:52.829Z | Downloaded debug-ignore v1.0.5 |
| 197 | 2026-02-26T16:14:52.829Z | Downloaded newtype-uuid v1.3.2 |
| 198 | 2026-02-26T16:14:52.833Z | Downloaded rustls-pemfile v2.2.0 |
| 199 | 2026-02-26T16:14:52.833Z | Downloaded darling_macro v0.21.0 |
| 200 | 2026-02-26T16:14:52.836Z | Downloaded rand_core v0.9.3 |
| 201 | 2026-02-26T16:14:52.836Z | Downloaded parse-display-derive v0.10.0 |
| 202 | 2026-02-26T16:14:52.839Z | Downloaded serde_spanned v1.0.4 |
| 203 | 2026-02-26T16:14:52.839Z | Downloaded bit-set v0.8.0 |
| 204 | 2026-02-26T16:14:52.842Z | Downloaded dtrace-parser v0.3.0 |
| 205 | 2026-02-26T16:14:52.842Z | Downloaded dof v0.4.0 |
| 206 | 2026-02-26T16:14:52.845Z | Downloaded pretty-hex v0.4.1 |
| 207 | 2026-02-26T16:14:52.845Z | Downloaded http-body-util v0.1.3 |
| 208 | 2026-02-26T16:14:52.849Z | Downloaded serde_urlencoded v0.7.1 |
| 209 | 2026-02-26T16:14:52.852Z | Downloaded futures-channel v0.3.31 |
| 210 | 2026-02-26T16:14:52.852Z | Downloaded sha1 v0.10.6 |
| 211 | 2026-02-26T16:14:52.855Z | Downloaded newtype-uuid-macros v0.1.0 |
| 212 | 2026-02-26T16:14:52.855Z | Downloaded match_cfg v0.1.0 |
| 213 | 2026-02-26T16:14:52.856Z | Downloaded icu_provider_macros v1.5.0 |
| 214 | 2026-02-26T16:14:52.859Z | Downloaded strum v0.26.3 |
| 215 | 2026-02-26T16:14:52.859Z | Downloaded sync_wrapper v1.0.1 |
| 216 | 2026-02-26T16:14:52.863Z | Downloaded subtle v2.6.1 |
| 217 | 2026-02-26T16:14:52.863Z | Downloaded take_mut v0.2.2 |
| 218 | 2026-02-26T16:14:52.863Z | Downloaded rustc-hash v2.1.1 |
| 219 | 2026-02-26T16:14:52.866Z | Downloaded getrandom v0.2.15 |
| 220 | 2026-02-26T16:14:52.869Z | Downloaded ref-cast v1.0.25 |
| 221 | 2026-02-26T16:14:52.872Z | Downloaded slog-bunyan v2.5.0 |
| 222 | 2026-02-26T16:14:52.872Z | Downloaded pin-project-lite v0.2.14 |
| 223 | 2026-02-26T16:14:52.876Z | Downloaded rand_chacha v0.9.0 |
| 224 | 2026-02-26T16:14:52.879Z | Downloaded fnv v1.0.7 |
| 225 | 2026-02-26T16:14:52.879Z | Downloaded futures-executor v0.3.31 |
| 226 | 2026-02-26T16:14:52.882Z | Downloaded fs_extra v1.3.0 |
| 227 | 2026-02-26T16:14:52.885Z | Downloaded bit-vec v0.8.0 |
| 228 | 2026-02-26T16:14:52.885Z | Downloaded erased-serde v0.3.31 |
| 229 | 2026-02-26T16:14:52.888Z | Downloaded structmeta v0.3.0 |
| 230 | 2026-02-26T16:14:52.888Z | Downloaded either v1.15.0 |
| 231 | 2026-02-26T16:14:52.891Z | Downloaded displaydoc v0.2.5 |
| 232 | 2026-02-26T16:14:52.894Z | Downloaded strum v0.27.2 |
| 233 | 2026-02-26T16:14:52.894Z | Downloaded structmeta-derive v0.3.0 |
| 234 | 2026-02-26T16:14:52.897Z | Downloaded strsim v0.11.1 |
| 235 | 2026-02-26T16:14:52.897Z | Downloaded stable_deref_trait v1.2.0 |
| 236 | 2026-02-26T16:14:52.897Z | Downloaded pest_generator v2.8.2 |
| 237 | 2026-02-26T16:14:52.901Z | Downloaded mime v0.3.17 |
| 238 | 2026-02-26T16:14:52.901Z | Downloaded daft v0.1.4 |
| 239 | 2026-02-26T16:14:52.904Z | Downloaded digest v0.10.7 |
| 240 | 2026-02-26T16:14:52.904Z | Downloaded autocfg v1.4.0 |
| 241 | 2026-02-26T16:14:52.906Z | Downloaded ppv-lite86 v0.2.20 |
| 242 | 2026-02-26T16:14:52.909Z | Downloaded lock_api v0.4.12 |
| 243 | 2026-02-26T16:14:52.909Z | Downloaded hostname v0.4.2 |
| 244 | 2026-02-26T16:14:52.912Z | Downloaded cmake v0.1.57 |
| 245 | 2026-02-26T16:14:52.912Z | Downloaded serde_path_to_error v0.1.20 |
| 246 | 2026-02-26T16:14:52.915Z | Downloaded rustls-native-certs v0.8.1 |
| 247 | 2026-02-26T16:14:52.918Z | Downloaded quinn-udp v0.5.5 |
| 248 | 2026-02-26T16:14:52.918Z | Downloaded time-core v0.1.8 |
| 249 | 2026-02-26T16:14:52.921Z | Downloaded thread_local v1.1.8 |
| 250 | 2026-02-26T16:14:52.921Z | Downloaded thread-id v5.0.0 |
| 251 | 2026-02-26T16:14:52.924Z | Downloaded serde_derive_internals v0.29.1 |
| 252 | 2026-02-26T16:14:52.924Z | Downloaded tinyvec_macros v0.1.1 |
| 253 | 2026-02-26T16:14:52.927Z | Downloaded deranged v0.5.3 |
| 254 | 2026-02-26T16:14:52.927Z | Downloaded parking_lot_core v0.9.10 |
| 255 | 2026-02-26T16:14:52.930Z | Downloaded semver v1.0.27 |
| 256 | 2026-02-26T16:14:52.933Z | Downloaded ipnetwork v0.21.1 |
| 257 | 2026-02-26T16:14:52.935Z | Downloaded slog-async v2.8.0 |
| 258 | 2026-02-26T16:14:52.935Z | Downloaded slab v0.4.9 |
| 259 | 2026-02-26T16:14:52.938Z | Downloaded signal-hook-registry v1.4.2 |
| 260 | 2026-02-26T16:14:52.938Z | Downloaded shlex v1.3.0 |
| 261 | 2026-02-26T16:14:52.941Z | Downloaded quinn v0.11.9 |
| 262 | 2026-02-26T16:14:52.944Z | Downloaded serde_tokenstream v0.2.3 |
| 263 | 2026-02-26T16:14:52.944Z | Downloaded httparse v1.9.5 |
| 264 | 2026-02-26T16:14:52.947Z | Downloaded ryu v1.0.18 |
| 265 | 2026-02-26T16:14:52.950Z | Downloaded try-lock v0.2.5 |
| 266 | 2026-02-26T16:14:52.950Z | Downloaded rustversion v1.0.22 |
| 267 | 2026-02-26T16:14:52.954Z | Downloaded unarray v0.1.4 |
| 268 | 2026-02-26T16:14:52.954Z | Downloaded rusty-fork v0.3.0 |
| 269 | 2026-02-26T16:14:52.956Z | Downloaded multer v3.1.0 |
| 270 | 2026-02-26T16:14:52.959Z | Downloaded daft-derive v0.1.4 |
| 271 | 2026-02-26T16:14:52.962Z | Downloaded tower-layer v0.3.3 |
| 272 | 2026-02-26T16:14:52.962Z | Downloaded slog-json v2.6.1 |
| 273 | 2026-02-26T16:14:52.965Z | Downloaded sha2 v0.10.9 |
| 274 | 2026-02-26T16:14:52.968Z | Downloaded strum_macros v0.27.2 |
| 275 | 2026-02-26T16:14:52.970Z | Downloaded camino v1.2.2 |
| 276 | 2026-02-26T16:14:52.974Z | Downloaded tower-service v0.3.3 |
| 277 | 2026-02-26T16:14:52.974Z | Downloaded bitflags v2.9.4 |
| 278 | 2026-02-26T16:14:52.978Z | Downloaded hyper-rustls v0.27.7 |
| 279 | 2026-02-26T16:14:52.978Z | Downloaded icu_locid_transform v1.5.0 |
| 280 | 2026-02-26T16:14:52.981Z | Downloaded litemap v0.7.3 |
| 281 | 2026-02-26T16:14:52.984Z | Downloaded darling v0.21.0 |
| 282 | 2026-02-26T16:14:52.988Z | Downloaded typify-macro v0.4.3 |
| 283 | 2026-02-26T16:14:52.991Z | Downloaded thiserror v2.0.18 |
| 284 | 2026-02-26T16:14:52.993Z | Downloaded utf16_iter v1.0.5 |
| 285 | 2026-02-26T16:14:52.996Z | Downloaded want v0.3.1 |
| 286 | 2026-02-26T16:14:52.996Z | Downloaded utf8_iter v1.0.4 |
| 287 | 2026-02-26T16:14:52.996Z | Downloaded usdt-macro v0.6.0 |
| 288 | 2026-02-26T16:14:53.000Z | Downloaded version_check v0.9.5 |
| 289 | 2026-02-26T16:14:53.000Z | Downloaded usdt-attr-macro v0.6.0 |
| 290 | 2026-02-26T16:14:53.000Z | Downloaded usdt v0.6.0 |
| 291 | 2026-02-26T16:14:53.003Z | Downloaded untrusted v0.9.0 |
| 292 | 2026-02-26T16:14:53.003Z | Downloaded tabwriter v1.4.0 |
| 293 | 2026-02-26T16:14:53.003Z | Downloaded find-msvc-tools v0.1.9 |
| 294 | 2026-02-26T16:14:53.006Z | Downloaded pest_meta v2.8.2 |
| 295 | 2026-02-26T16:14:53.006Z | Downloaded synstructure v0.13.1 |
| 296 | 2026-02-26T16:14:53.009Z | Downloaded progenitor-client v0.11.2 |
| 297 | 2026-02-26T16:14:53.009Z | Downloaded strum_macros v0.26.4 |
| 298 | 2026-02-26T16:14:53.012Z | Downloaded memmap2 v0.9.8 |
| 299 | 2026-02-26T16:14:53.015Z | Downloaded backon v1.6.0 |
| 300 | 2026-02-26T16:14:53.015Z | Downloaded colored v3.0.0 |
| 301 | 2026-02-26T16:14:53.019Z | Downloaded thiserror-impl v1.0.69 |
| 302 | 2026-02-26T16:14:53.021Z | Downloaded zerofrom v0.1.4 |
| 303 | 2026-02-26T16:14:53.021Z | Downloaded write16 v1.0.0 |
| 304 | 2026-02-26T16:14:53.025Z | Downloaded tinystr v0.7.6 |
| 305 | 2026-02-26T16:14:53.025Z | Downloaded time-macros v0.2.27 |
| 306 | 2026-02-26T16:14:53.028Z | Downloaded yoke-derive v0.7.4 |
| 307 | 2026-02-26T16:14:53.028Z | Downloaded thiserror-impl v2.0.18 |
| 308 | 2026-02-26T16:14:53.031Z | Downloaded pest_derive v2.8.2 |
| 309 | 2026-02-26T16:14:53.031Z | Downloaded zerofrom-derive v0.1.4 |
| 310 | 2026-02-26T16:14:53.037Z | Downloaded progenitor-impl v0.11.2 |
| 311 | 2026-02-26T16:14:53.037Z | Downloaded oxnet v0.1.4 |
| 312 | 2026-02-26T16:14:53.037Z | Downloaded jobserver v0.1.32 |
| 313 | 2026-02-26T16:14:53.040Z | Downloaded tokio-macros v2.6.0 |
| 314 | 2026-02-26T16:14:53.043Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 315 | 2026-02-26T16:14:53.043Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 316 | 2026-02-26T16:14:53.046Z | Downloaded scroll v0.13.0 |
| 317 | 2026-02-26T16:14:53.046Z | Downloaded schemars_derive v0.8.22 |
| 318 | 2026-02-26T16:14:53.050Z | Downloaded quote v1.0.44 |
| 319 | 2026-02-26T16:14:53.054Z | Downloaded tokio-rustls v0.25.0 |
| 320 | 2026-02-26T16:14:53.054Z | Downloaded smallvec v1.15.1 |
| 321 | 2026-02-26T16:14:53.057Z | Downloaded once_cell v1.21.3 |
| 322 | 2026-02-26T16:14:53.060Z | Downloaded icu_normalizer_data v1.5.0 |
| 323 | 2026-02-26T16:14:53.068Z | Downloaded serde_with_macros v3.16.1 |
| 324 | 2026-02-26T16:14:53.071Z | Downloaded bytes v1.11.1 |
| 325 | 2026-02-26T16:14:53.075Z | Downloaded base64 v0.22.1 |
| 326 | 2026-02-26T16:14:53.078Z | Downloaded wait-timeout v0.2.0 |
| 327 | 2026-02-26T16:14:53.081Z | Downloaded thiserror v1.0.69 |
| 328 | 2026-02-26T16:14:53.084Z | Downloaded icu_provider v1.5.0 |
| 329 | 2026-02-26T16:14:53.087Z | Downloaded getrandom v0.3.4 |
| 330 | 2026-02-26T16:14:53.090Z | Downloaded waitgroup v0.1.2 |
| 331 | 2026-02-26T16:14:53.093Z | Downloaded serde_derive v1.0.228 |
| 332 | 2026-02-26T16:14:53.096Z | Downloaded rustls-platform-verifier v0.6.2 |
| 333 | 2026-02-26T16:14:53.099Z | Downloaded parking_lot v0.12.3 |
| 334 | 2026-02-26T16:14:53.101Z | Downloaded usdt-impl v0.6.0 |
| 335 | 2026-02-26T16:14:53.101Z | Downloaded crossbeam-utils v0.8.21 |
| 336 | 2026-02-26T16:14:53.104Z | Downloaded yoke v0.7.4 |
| 337 | 2026-02-26T16:14:53.107Z | Downloaded writeable v0.5.5 |
| 338 | 2026-02-26T16:14:53.109Z | Downloaded tokio-rustls v0.26.0 |
| 339 | 2026-02-26T16:14:53.110Z | Downloaded tinyvec v1.8.0 |
| 340 | 2026-02-26T16:14:53.112Z | Downloaded zeroize v1.8.1 |
| 341 | 2026-02-26T16:14:53.115Z | Downloaded zmij v1.0.15 |
| 342 | 2026-02-26T16:14:53.115Z | Downloaded serde_core v1.0.228 |
| 343 | 2026-02-26T16:14:53.118Z | Downloaded typenum v1.17.0 |
| 344 | 2026-02-26T16:14:53.121Z | Downloaded serde_yaml v0.9.34+deprecated |
| 345 | 2026-02-26T16:14:53.123Z | Downloaded proc-macro2 v1.0.106 |
| 346 | 2026-02-26T16:14:53.126Z | Downloaded slog v2.8.2 |
| 347 | 2026-02-26T16:14:53.129Z | Downloaded icu_locid v1.5.0 |
| 348 | 2026-02-26T16:14:53.133Z | Downloaded ucd-trie v0.1.7 |
| 349 | 2026-02-26T16:14:53.136Z | Downloaded schemars v0.8.22 |
| 350 | 2026-02-26T16:14:53.145Z | Downloaded socket2 v0.6.1 |
| 351 | 2026-02-26T16:14:53.148Z | Downloaded icu_properties v1.5.1 |
| 352 | 2026-02-26T16:14:53.151Z | Downloaded icu_locid_transform_data v1.5.0 |
| 353 | 2026-02-26T16:14:53.153Z | Downloaded darling_core v0.21.0 |
| 354 | 2026-02-26T16:14:53.156Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 355 | 2026-02-26T16:14:53.159Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 356 | 2026-02-26T16:14:53.162Z | Downloaded typify v0.4.3 |
| 357 | 2026-02-26T16:14:53.165Z | Downloaded zerocopy-derive v0.7.35 |
| 358 | 2026-02-26T16:14:53.169Z | Downloaded zerovec-derive v0.10.3 |
| 359 | 2026-02-26T16:14:53.172Z | Downloaded icu_collections v1.5.0 |
| 360 | 2026-02-26T16:14:53.176Z | Downloaded test-strategy v0.4.3 |
| 361 | 2026-02-26T16:14:53.180Z | Downloaded cc v1.2.56 |
| 362 | 2026-02-26T16:14:53.183Z | Downloaded rand v0.8.5 |
| 363 | 2026-02-26T16:14:53.185Z | Downloaded crossbeam-channel v0.5.15 |
| 364 | 2026-02-26T16:14:53.189Z | Downloaded tracing-core v0.1.32 |
| 365 | 2026-02-26T16:14:53.192Z | Downloaded icu_normalizer v1.5.0 |
| 366 | 2026-02-26T16:14:53.195Z | Downloaded socket2 v0.5.10 |
| 367 | 2026-02-26T16:14:53.198Z | Downloaded unsafe-libyaml v0.2.11 |
| 368 | 2026-02-26T16:14:53.201Z | Downloaded unicode-ident v1.0.24 |
| 369 | 2026-02-26T16:14:53.204Z | Downloaded hyper-util v0.1.19 |
| 370 | 2026-02-26T16:14:53.207Z | Downloaded memchr v2.7.4 |
| 371 | 2026-02-26T16:14:53.212Z | Downloaded uuid v1.19.0 |
| 372 | 2026-02-26T16:14:53.224Z | Downloaded http v1.4.0 |
| 373 | 2026-02-26T16:14:53.227Z | Downloaded serde v1.0.228 |
| 374 | 2026-02-26T16:14:53.227Z | Downloaded pest v2.8.2 |
| 375 | 2026-02-26T16:14:53.227Z | Downloaded futures v0.3.31 |
| 376 | 2026-02-26T16:14:53.231Z | Downloaded dropshot_endpoint v0.16.7 |
| 377 | 2026-02-26T16:14:53.234Z | Downloaded url v2.5.4 |
| 378 | 2026-02-26T16:14:53.236Z | Downloaded tracing v0.1.40 |
| 379 | 2026-02-26T16:14:53.240Z | Downloaded indexmap v2.13.0 |
| 380 | 2026-02-26T16:14:53.244Z | Downloaded rustls-webpki v0.103.9 |
| 381 | 2026-02-26T16:14:53.247Z | Downloaded rand v0.9.2 |
| 382 | 2026-02-26T16:14:53.250Z | Downloaded zerocopy-derive v0.8.27 |
| 383 | 2026-02-26T16:14:53.256Z | Downloaded term v1.1.0 |
| 384 | 2026-02-26T16:14:53.259Z | Downloaded tempfile v3.24.0 |
| 385 | 2026-02-26T16:14:53.262Z | Downloaded spin v0.9.8 |
| 386 | 2026-02-26T16:14:53.265Z | Downloaded slog-term v2.9.2 |
| 387 | 2026-02-26T16:14:53.267Z | Downloaded iddqd v0.3.16 |
| 388 | 2026-02-26T16:14:53.272Z | Downloaded iri-string v0.7.8 |
| 389 | 2026-02-26T16:14:53.278Z | Downloaded hyper v1.8.1 |
| 390 | 2026-02-26T16:14:53.284Z | Downloaded idna v1.0.3 |
| 391 | 2026-02-26T16:14:53.287Z | Downloaded mio v1.0.2 |
| 392 | 2026-02-26T16:14:53.292Z | Downloaded h2 v0.4.6 |
| 393 | 2026-02-26T16:14:53.297Z | Downloaded hashbrown v0.16.1 |
| 394 | 2026-02-26T16:14:53.303Z | Downloaded futures-util v0.3.31 |
| 395 | 2026-02-26T16:14:53.324Z | Downloaded tower v0.5.2 |
| 396 | 2026-02-26T16:14:53.338Z | Downloaded tower-http v0.6.8 |
| 397 | 2026-02-26T16:14:53.349Z | Downloaded zerocopy v0.7.35 |
| 398 | 2026-02-26T16:14:53.364Z | Downloaded zerovec v0.10.4 |
| 399 | 2026-02-26T16:14:53.369Z | Downloaded itertools v0.14.0 |
| 400 | 2026-02-26T16:14:53.375Z | Downloaded reqwest v0.13.2 |
| 401 | 2026-02-26T16:14:53.380Z | Downloaded tokio-util v0.7.15 |
| 402 | 2026-02-26T16:14:53.386Z | Downloaded winnow v0.7.14 |
| 403 | 2026-02-26T16:14:53.395Z | Downloaded reqwest v0.12.28 |
| 404 | 2026-02-26T16:14:53.400Z | Downloaded goblin v0.10.2 |
| 405 | 2026-02-26T16:14:53.406Z | Downloaded icu_properties_data v1.5.0 |
| 406 | 2026-02-26T16:14:53.416Z | Downloaded aws-lc-rs v1.16.0 |
| 407 | 2026-02-26T16:14:53.424Z | Downloaded webpki-roots v1.0.1 |
| 408 | 2026-02-26T16:14:53.427Z | Downloaded chrono v0.4.43 |
| 409 | 2026-02-26T16:14:53.433Z | Downloaded serde_with v3.16.1 |
| 410 | 2026-02-26T16:14:53.444Z | Downloaded serde_json v1.0.149 |
| 411 | 2026-02-26T16:14:53.450Z | Downloaded dropshot v0.16.7 |
| 412 | 2026-02-26T16:14:53.470Z | Downloaded rustls-webpki v0.102.8 |
| 413 | 2026-02-26T16:14:53.487Z | Downloaded proptest v1.7.0 |
| 414 | 2026-02-26T16:14:53.495Z | Downloaded quinn-proto v0.11.13 |
| 415 | 2026-02-26T16:14:53.500Z | Downloaded regex v1.12.3 |
| 416 | 2026-02-26T16:14:53.520Z | Downloaded time v0.3.47 |
| 417 | 2026-02-26T16:14:53.539Z | Downloaded zerocopy v0.8.27 |
| 418 | 2026-02-26T16:14:53.576Z | Downloaded unicode-width v0.1.14 |
| 419 | 2026-02-26T16:14:53.581Z | Downloaded syn v2.0.117 |
| 420 | 2026-02-26T16:14:53.600Z | Downloaded regress v0.10.5 |
| 421 | 2026-02-26T16:14:53.609Z | Downloaded rustls v0.22.4 |
| 422 | 2026-02-26T16:14:53.620Z | Downloaded openapiv3 v2.2.0 |
| 423 | 2026-02-26T16:14:53.629Z | Downloaded tokio v1.49.0 |
| 424 | 2026-02-26T16:14:53.663Z | Downloaded rustls v0.23.37 |
| 425 | 2026-02-26T16:14:53.672Z | Downloaded regex-syntax v0.8.5 |
| 426 | 2026-02-26T16:14:53.677Z | Downloaded rustix v1.1.3 |
| 427 | 2026-02-26T16:14:53.707Z | Downloaded typify-impl v0.4.3 |
| 428 | 2026-02-26T16:14:53.727Z | Downloaded regex-automata v0.4.14 |
| 429 | 2026-02-26T16:14:53.763Z | Downloaded encoding_rs v0.8.34 |
| 430 | 2026-02-26T16:14:53.784Z | Downloaded libc v0.2.180 |
| 431 | 2026-02-26T16:14:53.852Z | Downloaded ring v0.17.14 |
| 432 | 2026-02-26T16:14:54.566Z | Downloaded aws-lc-sys v0.37.1 |
| 433 | 2026-02-26T16:14:54.826Z | Compiling proc-macro2 v1.0.106 |
| 434 | 2026-02-26T16:14:54.826Z | Compiling quote v1.0.44 |
| 435 | 2026-02-26T16:14:54.829Z | Compiling unicode-ident v1.0.24 |
| 436 | 2026-02-26T16:14:54.829Z | Compiling libc v0.2.180 |
| 437 | 2026-02-26T16:14:54.829Z | Checking cfg-if v1.0.4 |
| 438 | 2026-02-26T16:14:54.829Z | Compiling autocfg v1.4.0 |
| 439 | 2026-02-26T16:14:54.830Z | Compiling serde_core v1.0.228 |
| 440 | 2026-02-26T16:14:54.830Z | Compiling zmij v1.0.15 |
| 441 | 2026-02-26T16:14:55.038Z | Checking memchr v2.7.4 |
| 442 | 2026-02-26T16:14:55.172Z | Checking itoa v1.0.11 |
| 443 | 2026-02-26T16:14:55.386Z | Compiling serde_json v1.0.149 |
| 444 | 2026-02-26T16:14:55.638Z | Compiling serde v1.0.228 |
| 445 | 2026-02-26T16:14:55.716Z | Compiling thiserror v2.0.18 |
| 446 | 2026-02-26T16:14:56.237Z | Compiling shlex v1.3.0 |
| 447 | 2026-02-26T16:14:56.563Z | Compiling jobserver v0.1.32 |
| 448 | 2026-02-26T16:14:56.577Z | Compiling find-msvc-tools v0.1.9 |
| 449 | 2026-02-26T16:14:56.609Z | Checking pin-project-lite v0.2.14 |
| 450 | 2026-02-26T16:14:56.735Z | Compiling getrandom v0.3.4 |
| 451 | 2026-02-26T16:14:56.750Z | Checking smallvec v1.15.1 |
| 452 | 2026-02-26T16:14:56.961Z | Checking futures-core v0.3.32 |
| 453 | 2026-02-26T16:14:57.166Z | Compiling cc v1.2.56 |
| 454 | 2026-02-26T16:14:57.182Z | Checking once_cell v1.21.3 |
| 455 | 2026-02-26T16:14:57.332Z | Checking bytes v1.11.1 |
| 456 | 2026-02-26T16:14:57.487Z | Compiling lock_api v0.4.12 |
| 457 | 2026-02-26T16:14:57.665Z | Compiling syn v2.0.117 |
| 458 | 2026-02-26T16:14:57.680Z | Compiling parking_lot_core v0.9.10 |
| 459 | 2026-02-26T16:14:58.025Z | Checking getrandom v0.2.15 |
| 460 | 2026-02-26T16:14:58.143Z | Compiling num-traits v0.2.19 |
| 461 | 2026-02-26T16:14:58.193Z | Checking zeroize v1.8.1 |
| 462 | 2026-02-26T16:14:58.246Z | Checking scopeguard v1.2.0 |
| 463 | 2026-02-26T16:14:58.436Z | Compiling slab v0.4.9 |
| 464 | 2026-02-26T16:14:58.642Z | Checking foldhash v0.2.0 |
| 465 | 2026-02-26T16:14:58.754Z | Checking allocator-api2 v0.2.21 |
| 466 | 2026-02-26T16:14:58.793Z | Checking futures-sink v0.3.31 |
| 467 | 2026-02-26T16:14:58.818Z | Checking equivalent v1.0.2 |
| 468 | 2026-02-26T16:14:58.954Z | Checking parking_lot v0.12.3 |
| 469 | 2026-02-26T16:14:59.148Z | Checking rustls-pki-types v1.14.0 |
| 470 | 2026-02-26T16:14:59.286Z | Checking signal-hook-registry v1.4.2 |
| 471 | 2026-02-26T16:14:59.357Z | Checking hashbrown v0.16.1 |
| 472 | 2026-02-26T16:14:59.548Z | Checking socket2 v0.6.1 |
| 473 | 2026-02-26T16:14:59.753Z | Checking mio v1.0.2 |
| 474 | 2026-02-26T16:15:00.012Z | Checking stable_deref_trait v1.2.0 |
| 475 | 2026-02-26T16:15:00.348Z | Compiling cmake v0.1.57 |
| 476 | 2026-02-26T16:15:00.365Z | Compiling ring v0.17.14 |
| 477 | 2026-02-26T16:15:00.432Z | Compiling fs_extra v1.3.0 |
| 478 | 2026-02-26T16:15:00.507Z | Compiling heck v0.5.0 |
| 479 | 2026-02-26T16:15:00.870Z | Compiling dunce v1.0.5 |
| 480 | 2026-02-26T16:15:00.911Z | Checking log v0.4.29 |
| 481 | 2026-02-26T16:15:00.939Z | Checking iana-time-zone v0.1.63 |
| 482 | 2026-02-26T16:15:01.003Z | Checking futures-channel v0.3.31 |
| 483 | 2026-02-26T16:15:01.037Z | Compiling aws-lc-sys v0.37.1 |
| 484 | 2026-02-26T16:15:01.099Z | Checking http v1.4.0 |
| 485 | 2026-02-26T16:15:01.166Z | Compiling schemars v0.8.22 |
| 486 | 2026-02-26T16:15:01.182Z | Checking pin-utils v0.1.0 |
| 487 | 2026-02-26T16:15:01.272Z | Checking untrusted v0.9.0 |
| 488 | 2026-02-26T16:15:01.438Z | Checking semver v1.0.27 |
| 489 | 2026-02-26T16:15:01.546Z | Checking uuid v1.19.0 |
| 490 | 2026-02-26T16:15:01.582Z | Checking dyn-clone v1.0.20 |
| 491 | 2026-02-26T16:15:01.742Z | Checking futures-task v0.3.31 |
| 492 | 2026-02-26T16:15:01.833Z | Checking futures-io v0.3.31 |
| 493 | 2026-02-26T16:15:01.977Z | Compiling aws-lc-rs v1.16.0 |
| 494 | 2026-02-26T16:15:02.030Z | Checking writeable v0.5.5 |
| 495 | 2026-02-26T16:15:02.114Z | Checking fnv v1.0.7 |
| 496 | 2026-02-26T16:15:02.247Z | Checking litemap v0.7.3 |
| 497 | 2026-02-26T16:15:02.346Z | Compiling rustversion v1.0.22 |
| 498 | 2026-02-26T16:15:02.362Z | Checking indexmap v2.13.0 |
| 499 | 2026-02-26T16:15:02.489Z | Compiling httparse v1.9.5 |
| 500 | 2026-02-26T16:15:02.962Z | Checking subtle v2.6.1 |
| 501 | 2026-02-26T16:15:03.195Z | Checking http-body v1.0.1 |
| 502 | 2026-02-26T16:15:03.404Z | Checking tracing-core v0.1.32 |
| 503 | 2026-02-26T16:15:03.580Z | Checking atomic-waker v1.1.2 |
| 504 | 2026-02-26T16:15:03.721Z | Compiling version_check v0.9.5 |
| 505 | 2026-02-26T16:15:03.827Z | Checking icu_locid_transform_data v1.5.0 |
| 506 | 2026-02-26T16:15:03.928Z | Checking bitflags v2.9.4 |
| 507 | 2026-02-26T16:15:03.967Z | Checking percent-encoding v2.3.2 |
| 508 | 2026-02-26T16:15:04.166Z | Checking tracing v0.1.40 |
| 509 | 2026-02-26T16:15:04.232Z | Checking icu_properties_data v1.5.0 |
| 510 | 2026-02-26T16:15:04.396Z | Checking tower-layer v0.3.3 |
| 511 | 2026-02-26T16:15:04.441Z | Compiling rustls v0.23.37 |
| 512 | 2026-02-26T16:15:04.461Z | Checking base64 v0.22.1 |
| 513 | 2026-02-26T16:15:04.640Z | Compiling serde_derive_internals v0.29.1 |
| 514 | 2026-02-26T16:15:04.655Z | Compiling synstructure v0.13.1 |
| 515 | 2026-02-26T16:15:04.768Z | Checking byteorder v1.5.0 |
| 516 | 2026-02-26T16:15:04.783Z | Compiling ucd-trie v0.1.7 |
| 517 | 2026-02-26T16:15:04.846Z | Checking tower-service v0.3.3 |
| 518 | 2026-02-26T16:15:04.979Z | Checking try-lock v0.2.5 |
| 519 | 2026-02-26T16:15:05.120Z | Checking want v0.3.1 |
| 520 | 2026-02-26T16:15:05.287Z | Checking utf16_iter v1.0.5 |
| 521 | 2026-02-26T16:15:05.580Z | Checking write16 v1.0.0 |
| 522 | 2026-02-26T16:15:05.653Z | Checking icu_normalizer_data v1.5.0 |
| 523 | 2026-02-26T16:15:05.687Z | Checking utf8_iter v1.0.4 |
| 524 | 2026-02-26T16:15:05.741Z | Compiling zerocopy v0.8.27 |
| 525 | 2026-02-26T16:15:05.882Z | Checking httpdate v1.0.3 |
| 526 | 2026-02-26T16:15:06.153Z | Checking form_urlencoded v1.2.2 |
| 527 | 2026-02-26T16:15:06.439Z | Compiling chrono v0.4.43 |
| 528 | 2026-02-26T16:15:06.517Z | Checking ipnet v2.11.0 |
| 529 | 2026-02-26T16:15:06.537Z | Compiling regress v0.10.5 |
| 530 | 2026-02-26T16:15:06.866Z | Compiling slog v2.8.2 |
| 531 | 2026-02-26T16:15:06.915Z | Checking sync_wrapper v1.0.1 |
| 532 | 2026-02-26T16:15:07.066Z | Checking ryu v1.0.18 |
| 533 | 2026-02-26T16:15:07.312Z | Checking http-body-util v0.1.3 |
| 534 | 2026-02-26T16:15:07.331Z | Checking webpki-roots v1.0.1 |
| 535 | 2026-02-26T16:15:07.539Z | Compiling aho-corasick v1.1.3 |
| 536 | 2026-02-26T16:15:07.728Z | Checking iri-string v0.7.8 |
| 537 | 2026-02-26T16:15:07.792Z | Compiling serde_derive v1.0.228 |
| 538 | 2026-02-26T16:15:08.255Z | Compiling thiserror-impl v2.0.18 |
| 539 | 2026-02-26T16:15:08.764Z | Compiling schemars_derive v0.8.22 |
| 540 | 2026-02-26T16:15:10.091Z | Compiling zerofrom-derive v0.1.4 |
| 541 | 2026-02-26T16:15:10.854Z | Compiling yoke-derive v0.7.4 |
| 542 | 2026-02-26T16:15:10.916Z | Compiling tokio-macros v2.6.0 |
| 543 | 2026-02-26T16:15:11.280Z | Compiling zerovec-derive v0.10.3 |
| 544 | 2026-02-26T16:15:11.892Z | Compiling displaydoc v0.2.5 |
| 545 | 2026-02-26T16:15:12.344Z | Checking tokio v1.49.0 |
| 546 | 2026-02-26T16:15:12.739Z | Checking zerofrom v0.1.4 |
| 547 | 2026-02-26T16:15:12.763Z | Compiling futures-macro v0.3.31 |
| 548 | 2026-02-26T16:15:12.944Z | Compiling icu_provider_macros v1.5.0 |
| 549 | 2026-02-26T16:15:13.049Z | Checking yoke v0.7.4 |
| 550 | 2026-02-26T16:15:13.387Z | Compiling pest v2.8.2 |
| 551 | 2026-02-26T16:15:13.411Z | Compiling zerocopy-derive v0.8.27 |
| 552 | 2026-02-26T16:15:13.427Z | Checking zerovec v0.10.4 |
| 553 | 2026-02-26T16:15:14.411Z | Checking futures-util v0.3.31 |
| 554 | 2026-02-26T16:15:14.934Z | Checking tinystr v0.7.6 |
| 555 | 2026-02-26T16:15:14.988Z | Compiling serde_tokenstream v0.2.3 |
| 556 | 2026-02-26T16:15:15.285Z | Checking icu_locid v1.5.0 |
| 557 | 2026-02-26T16:15:15.516Z | Checking icu_collections v1.5.0 |
| 558 | 2026-02-26T16:15:15.908Z | Compiling pest_meta v2.8.2 |
| 559 | 2026-02-26T16:15:16.180Z | Compiling zerocopy-derive v0.7.35 |
| 560 | 2026-02-26T16:15:16.183Z | Checking icu_provider v1.5.0 |
| 561 | 2026-02-26T16:15:16.821Z | Checking icu_locid_transform v1.5.0 |
| 562 | 2026-02-26T16:15:17.861Z | Checking icu_properties v1.5.1 |
| 563 | 2026-02-26T16:15:18.011Z | Compiling pest_generator v2.8.2 |
| 564 | 2026-02-26T16:15:18.260Z | Checking zerocopy v0.7.35 |
| 565 | 2026-02-26T16:15:18.619Z | Compiling typify-impl v0.4.3 |
| 566 | 2026-02-26T16:15:18.755Z | Checking erased-serde v0.3.31 |
| 567 | 2026-02-26T16:15:19.036Z | Checking tokio-util v0.7.15 |
| 568 | 2026-02-26T16:15:19.426Z | Checking tower v0.5.2 |
| 569 | 2026-02-26T16:15:19.444Z | Checking serde_urlencoded v0.7.1 |
| 570 | 2026-02-26T16:15:19.511Z | Compiling pest_derive v2.8.2 |
| 571 | 2026-02-26T16:15:19.720Z | Compiling typenum v1.17.0 |
| 572 | 2026-02-26T16:15:19.834Z | Checking h2 v0.4.6 |
| 573 | 2026-02-26T16:15:19.860Z | Checking regex-syntax v0.8.5 |
| 574 | 2026-02-26T16:15:20.339Z | Checking tower-http v0.6.8 |
| 575 | 2026-02-26T16:15:20.857Z | Checking ppv-lite86 v0.2.20 |
| 576 | 2026-02-26T16:15:21.088Z | Checking icu_normalizer v1.5.0 |
| 577 | 2026-02-26T16:15:21.190Z | Checking ipnetwork v0.21.1 |
| 578 | 2026-02-26T16:15:21.437Z | Compiling generic-array v0.14.7 |
| 579 | 2026-02-26T16:15:21.562Z | Compiling paste v1.0.15 |
| 580 | 2026-02-26T16:15:21.803Z | Checking idna_adapter v1.2.0 |
| 581 | 2026-02-26T16:15:21.819Z | Checking oxnet v0.1.4 |
| 582 | 2026-02-26T16:15:21.976Z | Checking idna v1.0.3 |
| 583 | 2026-02-26T16:15:22.437Z | Checking url v2.5.4 |
| 584 | 2026-02-26T16:15:22.769Z | Compiling structmeta-derive v0.3.0 |
| 585 | 2026-02-26T16:15:23.139Z | Compiling scroll_derive v0.13.1 |
| 586 | 2026-02-26T16:15:23.813Z | Checking hyper v1.8.1 |
| 587 | 2026-02-26T16:15:24.568Z | Compiling regex-automata v0.4.14 |
| 588 | 2026-02-26T16:15:24.905Z | Compiling time-core v0.1.8 |
| 589 | 2026-02-26T16:15:25.023Z | Checking powerfmt v0.2.0 |
| 590 | 2026-02-26T16:15:25.175Z | Compiling usdt-impl v0.6.0 |
| 591 | 2026-02-26T16:15:25.307Z | Compiling num-conv v0.2.0 |
| 592 | 2026-02-26T16:15:25.494Z | Compiling rustix v1.1.3 |
| 593 | 2026-02-26T16:15:25.591Z | Compiling time-macros v0.2.27 |
| 594 | 2026-02-26T16:15:25.751Z | Checking hyper-util v0.1.19 |
| 595 | 2026-02-26T16:15:25.798Z | Compiling dof v0.4.0 |
| 596 | 2026-02-26T16:15:26.530Z | Checking deranged v0.5.3 |
| 597 | 2026-02-26T16:15:26.788Z | Compiling structmeta v0.3.0 |
| 598 | 2026-02-26T16:15:27.130Z | Checking scroll v0.13.0 |
| 599 | 2026-02-26T16:15:27.521Z | Compiling typify-macro v0.4.3 |
| 600 | 2026-02-26T16:15:28.157Z | Compiling dtrace-parser v0.3.0 |
| 601 | 2026-02-26T16:15:28.624Z | Compiling regex v1.12.3 |
| 602 | 2026-02-26T16:15:28.966Z | Checking rand_core v0.9.3 |
| 603 | 2026-02-26T16:15:29.270Z | Checking errno v0.3.12 |
| 604 | 2026-02-26T16:15:29.449Z | Compiling thread-id v5.0.0 |
| 605 | 2026-02-26T16:15:29.466Z | Checking num_threads v0.1.7 |
| 606 | 2026-02-26T16:15:29.595Z | Compiling crossbeam-utils v0.8.21 |
| 607 | 2026-02-26T16:15:29.699Z | Checking fastrand v2.1.1 |
| 608 | 2026-02-26T16:15:29.977Z | Compiling ident_case v1.0.1 |
| 609 | 2026-02-26T16:15:30.134Z | Compiling strsim v0.11.1 |
| 610 | 2026-02-26T16:15:30.247Z | Checking plain v0.2.3 |
| 611 | 2026-02-26T16:15:30.448Z | Checking time v0.3.47 |
| 612 | 2026-02-26T16:15:30.617Z | Compiling darling_core v0.21.0 |
| 613 | 2026-02-26T16:15:30.620Z | Compiling typify v0.4.3 |
| 614 | 2026-02-26T16:15:30.748Z | Checking goblin v0.10.2 |
| 615 | 2026-02-26T16:15:32.545Z | Compiling openapiv3 v2.2.0 |
| 616 | 2026-02-26T16:15:32.590Z | Checking newtype-uuid v1.3.2 |
| 617 | 2026-02-26T16:15:33.802Z | Compiling daft-derive v0.1.4 |
| 618 | 2026-02-26T16:15:34.002Z | Compiling unsafe-libyaml v0.2.11 |
| 619 | 2026-02-26T16:15:35.353Z | Checking pretty-hex v0.4.1 |
| 620 | 2026-02-26T16:15:35.548Z | Compiling omicron-workspace-hack v0.1.0 |
| 621 | 2026-02-26T16:15:35.903Z | Checking openssl-probe v0.1.5 |
| 622 | 2026-02-26T16:15:36.032Z | Compiling rustls v0.22.4 |
| 623 | 2026-02-26T16:15:36.060Z | Checking rustls-native-certs v0.8.1 |
| 624 | 2026-02-26T16:15:36.097Z | Compiling progenitor-impl v0.11.2 |
| 625 | 2026-02-26T16:15:36.223Z | Compiling serde_yaml v0.9.34+deprecated |
| 626 | 2026-02-26T16:15:36.257Z | Compiling darling_macro v0.21.0 |
| 627 | 2026-02-26T16:15:36.303Z | Checking daft v0.1.4 |
| 628 | 2026-02-26T16:15:36.404Z | Checking tempfile v3.24.0 |
| 629 | 2026-02-26T16:15:36.769Z | Checking rand_chacha v0.9.0 |
| 630 | 2026-02-26T16:15:36.896Z | Checking crypto-common v0.1.6 |
| 631 | 2026-02-26T16:15:37.083Z | Checking block-buffer v0.10.4 |
| 632 | 2026-02-26T16:15:37.106Z | Checking rustls-webpki v0.102.8 |
| 633 | 2026-02-26T16:15:37.204Z | Compiling multer v3.1.0 |
| 634 | 2026-02-26T16:15:37.276Z | Checking rand_core v0.6.4 |
| 635 | 2026-02-26T16:15:37.332Z | Checking thread_local v1.1.8 |
| 636 | 2026-02-26T16:15:37.431Z | Checking wait-timeout v0.2.0 |
| 637 | 2026-02-26T16:15:37.582Z | Compiling camino v1.2.2 |
| 638 | 2026-02-26T16:15:37.597Z | Compiling anyhow v1.0.99 |
| 639 | 2026-02-26T16:15:37.620Z | Compiling ref-cast v1.0.25 |
| 640 | 2026-02-26T16:15:37.687Z | Compiling slog-async v2.8.0 |
| 641 | 2026-02-26T16:15:37.822Z | Checking winnow v0.7.14 |
| 642 | 2026-02-26T16:15:38.162Z | Compiling thiserror v1.0.69 |
| 643 | 2026-02-26T16:15:38.187Z | Checking quick-error v1.2.3 |
| 644 | 2026-02-26T16:15:38.202Z | Checking match_cfg v0.1.0 |
| 645 | 2026-02-26T16:15:38.205Z | Checking bit-vec v0.8.0 |
| 646 | 2026-02-26T16:15:38.291Z | Checking hostname v0.3.1 |
| 647 | 2026-02-26T16:15:38.332Z | Checking rusty-fork v0.3.0 |
| 648 | 2026-02-26T16:15:38.568Z | Checking bit-set v0.8.0 |
| 649 | 2026-02-26T16:15:38.952Z | Checking rand_chacha v0.3.1 |
| 650 | 2026-02-26T16:15:39.060Z | Checking crossbeam-channel v0.5.15 |
| 651 | 2026-02-26T16:15:39.246Z | Checking digest v0.10.7 |
| 652 | 2026-02-26T16:15:39.308Z | Compiling darling v0.21.0 |
| 653 | 2026-02-26T16:15:39.340Z | Checking rand v0.9.2 |
| 654 | 2026-02-26T16:15:39.565Z | Checking slog-json v2.6.1 |
| 655 | 2026-02-26T16:15:39.748Z | Compiling usdt-macro v0.6.0 |
| 656 | 2026-02-26T16:15:39.828Z | Compiling usdt-attr-macro v0.6.0 |
| 657 | 2026-02-26T16:15:40.346Z | Checking rand_xorshift v0.4.0 |
| 658 | 2026-02-26T16:15:40.440Z | Checking toml_parser v1.0.6+spec-1.1.0 |
| 659 | 2026-02-26T16:15:40.533Z | Compiling derive-ex v0.1.8 |
| 660 | 2026-02-26T16:15:40.812Z | Checking futures-executor v0.3.31 |
| 661 | 2026-02-26T16:15:41.015Z | Compiling async-stream-impl v0.3.6 |
| 662 | 2026-02-26T16:15:41.104Z | Compiling ref-cast-impl v1.0.25 |
| 663 | 2026-02-26T16:15:41.141Z | Compiling strum_macros v0.26.4 |
| 664 | 2026-02-26T16:15:41.330Z | Compiling thiserror-impl v1.0.69 |
| 665 | 2026-02-26T16:15:41.482Z | Compiling progenitor-macro v0.11.2 |
| 666 | 2026-02-26T16:15:41.955Z | Compiling dropshot v0.16.7 |
| 667 | 2026-02-26T16:15:42.219Z | Checking serde_spanned v1.0.4 |
| 668 | 2026-02-26T16:15:42.222Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 669 | 2026-02-26T16:15:42.356Z | Checking is-terminal v0.4.13 |
| 670 | 2026-02-26T16:15:42.443Z | Checking memmap2 v0.9.8 |
| 671 | 2026-02-26T16:15:42.489Z | Checking encoding_rs v0.8.34 |
| 672 | 2026-02-26T16:15:42.582Z | Checking term v1.1.0 |
| 673 | 2026-02-26T16:15:42.705Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 674 | 2026-02-26T16:15:43.035Z | Checking cpufeatures v0.2.14 |
| 675 | 2026-02-26T16:15:43.048Z | Checking hex v0.4.3 |
| 676 | 2026-02-26T16:15:43.128Z | Checking unicode-width v0.1.14 |
| 677 | 2026-02-26T16:15:43.501Z | Checking mime v0.3.17 |
| 678 | 2026-02-26T16:15:43.577Z | Checking lazy_static v1.5.0 |
| 679 | 2026-02-26T16:15:43.701Z | Checking unarray v0.1.4 |
| 680 | 2026-02-26T16:15:43.715Z | Checking take_mut v0.2.2 |
| 681 | 2026-02-26T16:15:43.796Z | Checking spin v0.9.8 |
| 682 | 2026-02-26T16:15:43.838Z | Checking proptest v1.7.0 |
| 683 | 2026-02-26T16:15:43.954Z | Compiling test-strategy v0.4.3 |
| 684 | 2026-02-26T16:15:44.113Z | Checking tabwriter v1.4.0 |
| 685 | 2026-02-26T16:15:44.154Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 686 | 2026-02-26T16:15:44.318Z | Checking sha1 v0.10.6 |
| 687 | 2026-02-26T16:15:44.345Z | Checking slog-term v2.9.2 |
| 688 | 2026-02-26T16:15:44.584Z | Checking toml v0.9.11+spec-1.1.0 |
| 689 | 2026-02-26T16:15:44.881Z | Checking usdt v0.6.0 |
| 690 | 2026-02-26T16:15:44.906Z | Checking strum v0.26.3 |
| 691 | 2026-02-26T16:15:45.055Z | Checking async-stream v0.3.6 |
| 692 | 2026-02-26T16:15:45.124Z | Checking tokio-rustls v0.25.0 |
| 693 | 2026-02-26T16:15:45.222Z | Checking futures v0.3.31 |
| 694 | 2026-02-26T16:15:45.238Z | Checking slog-bunyan v2.5.0 |
| 695 | 2026-02-26T16:15:45.334Z | Compiling serde_with_macros v3.16.1 |
| 696 | 2026-02-26T16:15:45.412Z | Checking rand v0.8.5 |
| 697 | 2026-02-26T16:15:45.929Z | Compiling parse-display-derive v0.10.0 |
| 698 | 2026-02-26T16:15:46.348Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 699 | 2026-02-26T16:15:46.575Z | Compiling newtype-uuid-macros v0.1.0 |
| 700 | 2026-02-26T16:15:46.757Z | Compiling dropshot_endpoint v0.16.7 |
| 701 | 2026-02-26T16:15:46.920Z | Compiling strum_macros v0.27.2 |
| 702 | 2026-02-26T16:15:47.645Z | Compiling async-trait v0.1.89 |
| 703 | 2026-02-26T16:15:47.710Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 704 | 2026-02-26T16:15:48.145Z | Checking waitgroup v0.1.2 |
| 705 | 2026-02-26T16:15:48.287Z | Checking rustls-pemfile v2.2.0 |
| 706 | 2026-02-26T16:15:48.456Z | Checking serde_path_to_error v0.1.20 |
| 707 | 2026-02-26T16:15:48.492Z | Checking hostname v0.4.2 |
| 708 | 2026-02-26T16:15:48.639Z | Checking instant v0.1.13 |
| 709 | 2026-02-26T16:15:48.759Z | Checking debug-ignore v1.0.5 |
| 710 | 2026-02-26T16:15:48.908Z | Checking rustc-hash v2.1.1 |
| 711 | 2026-02-26T16:15:49.063Z | Checking colored v3.0.0 |
| 712 | 2026-02-26T16:15:49.084Z | Checking either v1.15.0 |
| 713 | 2026-02-26T16:15:49.270Z | Checking parse-display v0.10.0 |
| 714 | 2026-02-26T16:15:49.420Z | Checking iddqd v0.3.16 |
| 715 | 2026-02-26T16:15:49.443Z | Checking itertools v0.14.0 |
| 716 | 2026-02-26T16:15:49.490Z | Checking backoff v0.4.0 |
| 717 | 2026-02-26T16:15:49.737Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 718 | 2026-02-26T16:15:49.752Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 719 | 2026-02-26T16:15:49.893Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 720 | 2026-02-26T16:15:50.543Z | Checking serde_with v3.16.1 |
| 721 | 2026-02-26T16:15:50.559Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 722 | 2026-02-26T16:15:51.018Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 723 | 2026-02-26T16:15:51.127Z | Checking strum v0.27.2 |
| 724 | 2026-02-26T16:15:51.366Z | Checking backon v1.6.0 |
| 725 | 2026-02-26T16:15:51.390Z | Checking macaddr v1.0.1 |
| 726 | 2026-02-26T16:15:57.298Z | Checking rustls-webpki v0.103.9 |
| 727 | 2026-02-26T16:16:00.808Z | Checking tokio-rustls v0.26.0 |
| 728 | 2026-02-26T16:16:00.808Z | Checking rustls-platform-verifier v0.6.2 |
| 729 | 2026-02-26T16:16:01.038Z | Checking hyper-rustls v0.27.7 |
| 730 | 2026-02-26T16:16:01.225Z | Checking reqwest v0.12.28 |
| 731 | 2026-02-26T16:16:01.227Z | Checking reqwest v0.13.2 |
| 732 | 2026-02-26T16:16:02.051Z | Checking progenitor-client v0.13.0 |
| 733 | 2026-02-26T16:16:02.062Z | Checking progenitor-client v0.11.2 |
| 734 | 2026-02-26T16:16:02.065Z | Checking progenitor-client v0.10.0 |
| 735 | 2026-02-26T16:16:02.294Z | Checking progenitor v0.11.2 |
| 736 | 2026-02-26T16:16:02.401Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 737 | 2026-02-26T16:16:07.182Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 738 | 2026-02-26T16:16:15.159Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 739 | 2026-02-26T16:16:15.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s |
| 740 | 2026-02-26T16:16:15.369Z | + cargo build --release |
| 741 | 2026-02-26T16:16:15.658Z | Compiling proc-macro2 v1.0.106 |
| 742 | 2026-02-26T16:16:15.658Z | Compiling quote v1.0.44 |
| 743 | 2026-02-26T16:16:15.658Z | Compiling unicode-ident v1.0.24 |
| 744 | 2026-02-26T16:16:15.658Z | Compiling libc v0.2.180 |
| 745 | 2026-02-26T16:16:15.661Z | Compiling cfg-if v1.0.4 |
| 746 | 2026-02-26T16:16:15.661Z | Compiling autocfg v1.4.0 |
| 747 | 2026-02-26T16:16:15.661Z | Compiling serde_core v1.0.228 |
| 748 | 2026-02-26T16:16:15.661Z | Compiling zmij v1.0.15 |
| 749 | 2026-02-26T16:16:15.783Z | Compiling memchr v2.7.4 |
| 750 | 2026-02-26T16:16:15.871Z | Compiling serde_json v1.0.149 |
| 751 | 2026-02-26T16:16:16.209Z | Compiling itoa v1.0.11 |
| 752 | 2026-02-26T16:16:16.221Z | Compiling serde v1.0.228 |
| 753 | 2026-02-26T16:16:16.364Z | Compiling thiserror v2.0.18 |
| 754 | 2026-02-26T16:16:16.978Z | Compiling shlex v1.3.0 |
| 755 | 2026-02-26T16:16:17.298Z | Compiling jobserver v0.1.32 |
| 756 | 2026-02-26T16:16:17.387Z | Compiling find-msvc-tools v0.1.9 |
| 757 | 2026-02-26T16:16:17.442Z | Compiling pin-project-lite v0.2.14 |
| 758 | 2026-02-26T16:16:17.450Z | Compiling getrandom v0.3.4 |
| 759 | 2026-02-26T16:16:17.805Z | Compiling cc v1.2.56 |
| 760 | 2026-02-26T16:16:17.925Z | Compiling syn v2.0.117 |
| 761 | 2026-02-26T16:16:18.032Z | Compiling smallvec v1.15.1 |
| 762 | 2026-02-26T16:16:18.359Z | Compiling once_cell v1.21.3 |
| 763 | 2026-02-26T16:16:18.393Z | Compiling bytes v1.11.1 |
| 764 | 2026-02-26T16:16:18.497Z | Compiling futures-core v0.3.32 |
| 765 | 2026-02-26T16:16:18.736Z | Compiling lock_api v0.4.12 |
| 766 | 2026-02-26T16:16:18.769Z | Compiling parking_lot_core v0.9.10 |
| 767 | 2026-02-26T16:16:19.051Z | Compiling getrandom v0.2.15 |
| 768 | 2026-02-26T16:16:19.213Z | Compiling num-traits v0.2.19 |
| 769 | 2026-02-26T16:16:19.220Z | Compiling scopeguard v1.2.0 |
| 770 | 2026-02-26T16:16:19.385Z | Compiling zeroize v1.8.1 |
| 771 | 2026-02-26T16:16:19.815Z | Compiling slab v0.4.9 |
| 772 | 2026-02-26T16:16:19.891Z | Compiling allocator-api2 v0.2.21 |
| 773 | 2026-02-26T16:16:20.225Z | Compiling foldhash v0.2.0 |
| 774 | 2026-02-26T16:16:20.515Z | Compiling futures-sink v0.3.31 |
| 775 | 2026-02-26T16:16:20.518Z | Compiling equivalent v1.0.2 |
| 776 | 2026-02-26T16:16:20.640Z | Compiling hashbrown v0.16.1 |
| 777 | 2026-02-26T16:16:20.708Z | Compiling parking_lot v0.12.3 |
| 778 | 2026-02-26T16:16:20.803Z | Compiling rustls-pki-types v1.14.0 |
| 779 | 2026-02-26T16:16:20.841Z | Compiling ring v0.17.14 |
| 780 | 2026-02-26T16:16:22.214Z | Compiling mio v1.0.2 |
| 781 | 2026-02-26T16:16:22.581Z | Compiling socket2 v0.6.1 |
| 782 | 2026-02-26T16:16:22.691Z | Compiling signal-hook-registry v1.4.2 |
| 783 | 2026-02-26T16:16:22.747Z | Compiling stable_deref_trait v1.2.0 |
| 784 | 2026-02-26T16:16:23.264Z | Compiling cmake v0.1.57 |
| 785 | 2026-02-26T16:16:23.298Z | Compiling heck v0.5.0 |
| 786 | 2026-02-26T16:16:23.701Z | Compiling dunce v1.0.5 |
| 787 | 2026-02-26T16:16:23.708Z | Compiling iana-time-zone v0.1.63 |
| 788 | 2026-02-26T16:16:23.831Z | Compiling log v0.4.29 |
| 789 | 2026-02-26T16:16:23.960Z | Compiling fs_extra v1.3.0 |
| 790 | 2026-02-26T16:16:24.223Z | Compiling futures-channel v0.3.31 |
| 791 | 2026-02-26T16:16:24.227Z | Compiling http v1.4.0 |
| 792 | 2026-02-26T16:16:24.393Z | Compiling schemars v0.8.22 |
| 793 | 2026-02-26T16:16:24.442Z | Compiling aws-lc-sys v0.37.1 |
| 794 | 2026-02-26T16:16:24.669Z | Compiling pin-utils v0.1.0 |
| 795 | 2026-02-26T16:16:24.767Z | Compiling untrusted v0.9.0 |
| 796 | 2026-02-26T16:16:24.815Z | Compiling semver v1.0.27 |
| 797 | 2026-02-26T16:16:24.954Z | Compiling serde_derive_internals v0.29.1 |
| 798 | 2026-02-26T16:16:26.158Z | Compiling synstructure v0.13.1 |
| 799 | 2026-02-26T16:16:26.463Z | Compiling uuid v1.19.0 |
| 800 | 2026-02-26T16:16:26.743Z | Compiling dyn-clone v1.0.20 |
| 801 | 2026-02-26T16:16:26.958Z | Compiling futures-io v0.3.31 |
| 802 | 2026-02-26T16:16:27.234Z | Compiling futures-task v0.3.31 |
| 803 | 2026-02-26T16:16:27.269Z | Compiling writeable v0.5.5 |
| 804 | 2026-02-26T16:16:27.459Z | Compiling aws-lc-rs v1.16.0 |
| 805 | 2026-02-26T16:16:27.498Z | Compiling litemap v0.7.3 |
| 806 | 2026-02-26T16:16:27.675Z | Compiling fnv v1.0.7 |
| 807 | 2026-02-26T16:16:27.817Z | Compiling rustversion v1.0.22 |
| 808 | 2026-02-26T16:16:27.909Z | Compiling indexmap v2.13.0 |
| 809 | 2026-02-26T16:16:28.008Z | Compiling httparse v1.9.5 |
| 810 | 2026-02-26T16:16:28.351Z | Compiling serde_derive v1.0.228 |
| 811 | 2026-02-26T16:16:28.376Z | Compiling thiserror-impl v2.0.18 |
| 812 | 2026-02-26T16:16:28.424Z | Compiling schemars_derive v0.8.22 |
| 813 | 2026-02-26T16:16:28.489Z | Compiling zerofrom-derive v0.1.4 |
| 814 | 2026-02-26T16:16:28.570Z | Compiling yoke-derive v0.7.4 |
| 815 | 2026-02-26T16:16:29.484Z | Compiling tokio-macros v2.6.0 |
| 816 | 2026-02-26T16:16:30.745Z | Compiling zerovec-derive v0.10.3 |
| 817 | 2026-02-26T16:16:30.807Z | Compiling tokio v1.49.0 |
| 818 | 2026-02-26T16:16:30.828Z | Compiling displaydoc v0.2.5 |
| 819 | 2026-02-26T16:16:30.906Z | Compiling zerofrom v0.1.4 |
| 820 | 2026-02-26T16:16:30.934Z | Compiling futures-macro v0.3.31 |
| 821 | 2026-02-26T16:16:31.088Z | Compiling yoke v0.7.4 |
| 822 | 2026-02-26T16:16:31.521Z | Compiling icu_provider_macros v1.5.0 |
| 823 | 2026-02-26T16:16:32.514Z | Compiling subtle v2.6.1 |
| 824 | 2026-02-26T16:16:32.590Z | Compiling futures-util v0.3.31 |
| 825 | 2026-02-26T16:16:32.775Z | Compiling zerovec v0.10.4 |
| 826 | 2026-02-26T16:16:33.913Z | Compiling http-body v1.0.1 |
| 827 | 2026-02-26T16:16:34.103Z | Compiling tracing-core v0.1.32 |
| 828 | 2026-02-26T16:16:35.434Z | Compiling chrono v0.4.43 |
| 829 | 2026-02-26T16:16:35.580Z | Compiling serde_tokenstream v0.2.3 |
| 830 | 2026-02-26T16:16:35.656Z | Compiling tinystr v0.7.6 |
| 831 | 2026-02-26T16:16:36.056Z | Compiling icu_locid v1.5.0 |
| 832 | 2026-02-26T16:16:36.182Z | Compiling icu_locid_transform_data v1.5.0 |
| 833 | 2026-02-26T16:16:36.282Z | Compiling percent-encoding v2.3.2 |
| 834 | 2026-02-26T16:16:36.504Z | Compiling version_check v0.9.5 |
| 835 | 2026-02-26T16:16:36.775Z | Compiling bitflags v2.9.4 |
| 836 | 2026-02-26T16:16:37.061Z | Compiling atomic-waker v1.1.2 |
| 837 | 2026-02-26T16:16:37.251Z | Compiling icu_provider v1.5.0 |
| 838 | 2026-02-26T16:16:37.779Z | Compiling tracing v0.1.40 |
| 839 | 2026-02-26T16:16:38.400Z | Compiling icu_locid_transform v1.5.0 |
| 840 | 2026-02-26T16:16:39.412Z | Compiling tokio-util v0.7.15 |
| 841 | 2026-02-26T16:16:41.488Z | Compiling icu_collections v1.5.0 |
| 842 | 2026-02-26T16:16:43.671Z | Compiling try-lock v0.2.5 |
| 843 | 2026-02-26T16:16:43.776Z | Compiling tower-service v0.3.3 |
| 844 | 2026-02-26T16:16:43.840Z | Compiling ucd-trie v0.1.7 |
| 845 | 2026-02-26T16:16:43.912Z | Compiling tower-layer v0.3.3 |
| 846 | 2026-02-26T16:16:44.062Z | Compiling icu_properties_data v1.5.0 |
| 847 | 2026-02-26T16:16:44.233Z | Compiling byteorder v1.5.0 |
| 848 | 2026-02-26T16:16:44.271Z | Compiling base64 v0.22.1 |
| 849 | 2026-02-26T16:16:44.286Z | Compiling rustls v0.23.37 |
| 850 | 2026-02-26T16:16:44.356Z | Compiling zerocopy v0.8.27 |
| 851 | 2026-02-26T16:16:44.359Z | Compiling icu_properties v1.5.1 |
| 852 | 2026-02-26T16:16:44.629Z | Compiling pest v2.8.2 |
| 853 | 2026-02-26T16:16:44.694Z | Compiling want v0.3.1 |
| 854 | 2026-02-26T16:16:44.948Z | Compiling h2 v0.4.6 |
| 855 | 2026-02-26T16:16:46.567Z | Compiling utf16_iter v1.0.5 |
| 856 | 2026-02-26T16:16:46.805Z | Compiling utf8_iter v1.0.4 |
| 857 | 2026-02-26T16:16:46.850Z | Compiling icu_normalizer_data v1.5.0 |
| 858 | 2026-02-26T16:16:46.955Z | Compiling write16 v1.0.0 |
| 859 | 2026-02-26T16:16:47.075Z | Compiling httpdate v1.0.3 |
| 860 | 2026-02-26T16:16:47.469Z | Compiling pest_meta v2.8.2 |
| 861 | 2026-02-26T16:16:49.394Z | Compiling icu_normalizer v1.5.0 |
| 862 | 2026-02-26T16:16:49.685Z | Compiling form_urlencoded v1.2.2 |
| 863 | 2026-02-26T16:16:50.192Z | Compiling hyper v1.8.1 |
| 864 | 2026-02-26T16:16:50.424Z | Compiling zerocopy-derive v0.8.27 |
| 865 | 2026-02-26T16:16:51.529Z | Compiling ipnet v2.11.0 |
| 866 | 2026-02-26T16:16:53.271Z | Compiling hyper-util v0.1.19 |
| 867 | 2026-02-26T16:16:54.406Z | Compiling idna_adapter v1.2.0 |
| 868 | 2026-02-26T16:16:54.599Z | Compiling pest_generator v2.8.2 |
| 869 | 2026-02-26T16:16:54.870Z | Compiling regress v0.10.5 |
| 870 | 2026-02-26T16:16:55.889Z | Compiling slog v2.8.2 |
| 871 | 2026-02-26T16:16:56.045Z | Compiling zerocopy-derive v0.7.35 |
| 872 | 2026-02-26T16:16:56.269Z | Compiling sync_wrapper v1.0.1 |
| 873 | 2026-02-26T16:16:56.429Z | Compiling ryu v1.0.18 |
| 874 | 2026-02-26T16:16:57.361Z | Compiling serde_urlencoded v0.7.1 |
| 875 | 2026-02-26T16:16:57.788Z | Compiling zerocopy v0.7.35 |
| 876 | 2026-02-26T16:16:57.828Z | Compiling tower v0.5.2 |
| 877 | 2026-02-26T16:16:59.038Z | Compiling typify-impl v0.4.3 |
| 878 | 2026-02-26T16:16:59.054Z | Compiling pest_derive v2.8.2 |
| 879 | 2026-02-26T16:16:59.243Z | Compiling idna v1.0.3 |
| 880 | 2026-02-26T16:16:59.669Z | Compiling erased-serde v0.3.31 |
| 881 | 2026-02-26T16:16:59.746Z | Compiling http-body-util v0.1.3 |
| 882 | 2026-02-26T16:16:59.899Z | Compiling webpki-roots v1.0.1 |
| 883 | 2026-02-26T16:17:00.094Z | Compiling aho-corasick v1.1.3 |
| 884 | 2026-02-26T16:17:00.186Z | Compiling iri-string v0.7.8 |
| 885 | 2026-02-26T16:17:00.276Z | Compiling regex-syntax v0.8.5 |
| 886 | 2026-02-26T16:17:01.173Z | Compiling typenum v1.17.0 |
| 887 | 2026-02-26T16:17:04.364Z | Compiling regex-automata v0.4.14 |
| 888 | 2026-02-26T16:17:04.730Z | Compiling tower-http v0.6.8 |
| 889 | 2026-02-26T16:17:05.212Z | Compiling url v2.5.4 |
| 890 | 2026-02-26T16:17:05.914Z | Compiling ppv-lite86 v0.2.20 |
| 891 | 2026-02-26T16:17:06.808Z | Compiling ipnetwork v0.21.1 |
| 892 | 2026-02-26T16:17:06.923Z | Compiling generic-array v0.14.7 |
| 893 | 2026-02-26T16:17:07.295Z | Compiling paste v1.0.15 |
| 894 | 2026-02-26T16:17:07.920Z | Compiling oxnet v0.1.4 |
| 895 | 2026-02-26T16:17:07.995Z | Compiling typify-macro v0.4.3 |
| 896 | 2026-02-26T16:17:10.517Z | Compiling regex v1.12.3 |
| 897 | 2026-02-26T16:17:11.425Z | Compiling scroll_derive v0.13.1 |
| 898 | 2026-02-26T16:17:12.325Z | Compiling structmeta-derive v0.3.0 |
| 899 | 2026-02-26T16:17:12.770Z | Compiling rustix v1.1.3 |
| 900 | 2026-02-26T16:17:13.241Z | Compiling powerfmt v0.2.0 |
| 901 | 2026-02-26T16:17:13.389Z | Compiling usdt-impl v0.6.0 |
| 902 | 2026-02-26T16:17:13.724Z | Compiling num-conv v0.2.0 |
| 903 | 2026-02-26T16:17:13.807Z | Compiling time-core v0.1.8 |
| 904 | 2026-02-26T16:17:13.969Z | Compiling deranged v0.5.3 |
| 905 | 2026-02-26T16:17:14.107Z | Compiling time-macros v0.2.27 |
| 906 | 2026-02-26T16:17:14.403Z | Compiling dof v0.4.0 |
| 907 | 2026-02-26T16:17:14.639Z | Compiling structmeta v0.3.0 |
| 908 | 2026-02-26T16:17:15.781Z | Compiling scroll v0.13.0 |
| 909 | 2026-02-26T16:17:16.912Z | Compiling dtrace-parser v0.3.0 |
| 910 | 2026-02-26T16:17:17.715Z | Compiling rand_core v0.9.3 |
| 911 | 2026-02-26T16:17:18.191Z | Compiling errno v0.3.12 |
| 912 | 2026-02-26T16:17:18.396Z | Compiling thread-id v5.0.0 |
| 913 | 2026-02-26T16:17:18.454Z | Compiling fastrand v2.1.1 |
| 914 | 2026-02-26T16:17:18.502Z | Compiling omicron-workspace-hack v0.1.0 |
| 915 | 2026-02-26T16:17:19.101Z | Compiling crossbeam-utils v0.8.21 |
| 916 | 2026-02-26T16:17:19.887Z | Compiling ident_case v1.0.1 |
| 917 | 2026-02-26T16:17:20.140Z | Compiling num_threads v0.1.7 |
| 918 | 2026-02-26T16:17:20.389Z | Compiling strsim v0.11.1 |
| 919 | 2026-02-26T16:17:20.478Z | Compiling plain v0.2.3 |
| 920 | 2026-02-26T16:17:20.651Z | Compiling goblin v0.10.2 |
| 921 | 2026-02-26T16:17:20.949Z | Compiling darling_core v0.21.0 |
| 922 | 2026-02-26T16:17:26.298Z | Compiling time v0.3.47 |
| 923 | 2026-02-26T16:17:32.982Z | Compiling openapiv3 v2.2.0 |
| 924 | 2026-02-26T16:17:34.208Z | Compiling typify v0.4.3 |
| 925 | 2026-02-26T16:17:34.336Z | Compiling newtype-uuid v1.3.2 |
| 926 | 2026-02-26T16:17:36.551Z | Compiling daft-derive v0.1.4 |
| 927 | 2026-02-26T16:17:36.994Z | Compiling openssl-probe v0.1.5 |
| 928 | 2026-02-26T16:17:37.511Z | Compiling rustls v0.22.4 |
| 929 | 2026-02-26T16:17:38.049Z | Compiling unsafe-libyaml v0.2.11 |
| 930 | 2026-02-26T16:17:38.302Z | Compiling pretty-hex v0.4.1 |
| 931 | 2026-02-26T16:17:39.642Z | Compiling serde_yaml v0.9.34+deprecated |
| 932 | 2026-02-26T16:17:41.672Z | Compiling daft v0.1.4 |
| 933 | 2026-02-26T16:17:41.789Z | Compiling rustls-native-certs v0.8.1 |
| 934 | 2026-02-26T16:17:42.196Z | Compiling progenitor-impl v0.11.2 |
| 935 | 2026-02-26T16:17:42.749Z | Compiling tempfile v3.24.0 |
| 936 | 2026-02-26T16:17:45.239Z | Compiling darling_macro v0.21.0 |
| 937 | 2026-02-26T16:17:46.175Z | Compiling rand_chacha v0.9.0 |
| 938 | 2026-02-26T16:17:46.186Z | Compiling crypto-common v0.1.6 |
| 939 | 2026-02-26T16:17:46.393Z | Compiling block-buffer v0.10.4 |
| 940 | 2026-02-26T16:17:46.641Z | Compiling rustls-webpki v0.102.8 |
| 941 | 2026-02-26T16:17:47.397Z | Compiling multer v3.1.0 |
| 942 | 2026-02-26T16:17:47.620Z | Compiling rand_core v0.6.4 |
| 943 | 2026-02-26T16:17:47.768Z | Compiling thread_local v1.1.8 |
| 944 | 2026-02-26T16:17:48.070Z | Compiling wait-timeout v0.2.0 |
| 945 | 2026-02-26T16:17:48.081Z | Compiling thiserror v1.0.69 |
| 946 | 2026-02-26T16:17:48.448Z | Compiling quick-error v1.2.3 |
| 947 | 2026-02-26T16:17:48.591Z | Compiling anyhow v1.0.99 |
| 948 | 2026-02-26T16:17:48.644Z | Compiling camino v1.2.2 |
| 949 | 2026-02-26T16:17:48.983Z | Compiling slog-async v2.8.0 |
| 950 | 2026-02-26T16:17:49.066Z | Compiling bit-vec v0.8.0 |
| 951 | 2026-02-26T16:17:49.161Z | Compiling match_cfg v0.1.0 |
| 952 | 2026-02-26T16:17:49.241Z | Compiling ref-cast v1.0.25 |
| 953 | 2026-02-26T16:17:49.255Z | Compiling winnow v0.7.14 |
| 954 | 2026-02-26T16:17:49.548Z | Compiling bit-set v0.8.0 |
| 955 | 2026-02-26T16:17:49.680Z | Compiling hostname v0.3.1 |
| 956 | 2026-02-26T16:17:49.903Z | Compiling rusty-fork v0.3.0 |
| 957 | 2026-02-26T16:17:50.209Z | Compiling rand_chacha v0.3.1 |
| 958 | 2026-02-26T16:17:50.909Z | Compiling progenitor-macro v0.11.2 |
| 959 | 2026-02-26T16:17:51.704Z | Compiling digest v0.10.7 |
| 960 | 2026-02-26T16:17:52.114Z | Compiling rand v0.9.2 |
| 961 | 2026-02-26T16:17:53.012Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 962 | 2026-02-26T16:17:53.708Z | Compiling darling v0.21.0 |
| 963 | 2026-02-26T16:17:53.814Z | Compiling crossbeam-channel v0.5.15 |
| 964 | 2026-02-26T16:17:56.136Z | Compiling usdt-macro v0.6.0 |
| 965 | 2026-02-26T16:17:57.389Z | Compiling usdt-attr-macro v0.6.0 |
| 966 | 2026-02-26T16:17:58.736Z | Compiling slog-json v2.6.1 |
| 967 | 2026-02-26T16:17:59.210Z | Compiling rand_xorshift v0.4.0 |
| 968 | 2026-02-26T16:17:59.446Z | Compiling derive-ex v0.1.8 |
| 969 | 2026-02-26T16:18:00.083Z | Compiling futures-executor v0.3.31 |
| 970 | 2026-02-26T16:18:00.619Z | Compiling dropshot v0.16.7 |
| 971 | 2026-02-26T16:18:00.937Z | Compiling strum_macros v0.26.4 |
| 972 | 2026-02-26T16:18:01.084Z | Compiling ref-cast-impl v1.0.25 |
| 973 | 2026-02-26T16:18:01.564Z | Compiling async-stream-impl v0.3.6 |
| 974 | 2026-02-26T16:18:02.213Z | Compiling thiserror-impl v1.0.69 |
| 975 | 2026-02-26T16:18:02.772Z | Compiling serde_spanned v1.0.4 |
| 976 | 2026-02-26T16:18:02.895Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 977 | 2026-02-26T16:18:03.024Z | Compiling memmap2 v0.9.8 |
| 978 | 2026-02-26T16:18:03.584Z | Compiling is-terminal v0.4.13 |
| 979 | 2026-02-26T16:18:03.717Z | Compiling encoding_rs v0.8.34 |
| 980 | 2026-02-26T16:18:03.735Z | Compiling mime v0.3.17 |
| 981 | 2026-02-26T16:18:04.639Z | Compiling spin v0.9.8 |
| 982 | 2026-02-26T16:18:04.663Z | Compiling hex v0.4.3 |
| 983 | 2026-02-26T16:18:04.776Z | Compiling term v1.1.0 |
| 984 | 2026-02-26T16:18:04.822Z | Compiling cpufeatures v0.2.14 |
| 985 | 2026-02-26T16:18:04.920Z | Compiling unarray v0.1.4 |
| 986 | 2026-02-26T16:18:05.110Z | Compiling unicode-width v0.1.14 |
| 987 | 2026-02-26T16:18:05.285Z | Compiling lazy_static v1.5.0 |
| 988 | 2026-02-26T16:18:05.430Z | Compiling take_mut v0.2.2 |
| 989 | 2026-02-26T16:18:05.595Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 990 | 2026-02-26T16:18:08.690Z | Compiling toml v0.9.11+spec-1.1.0 |
| 991 | 2026-02-26T16:18:08.857Z | Compiling tabwriter v1.4.0 |
| 992 | 2026-02-26T16:18:09.010Z | Compiling proptest v1.7.0 |
| 993 | 2026-02-26T16:18:09.623Z | Compiling slog-term v2.9.2 |
| 994 | 2026-02-26T16:18:12.834Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 995 | 2026-02-26T16:18:13.060Z | Compiling sha1 v0.10.6 |
| 996 | 2026-02-26T16:18:14.106Z | Compiling strum v0.26.3 |
| 997 | 2026-02-26T16:18:14.309Z | Compiling usdt v0.6.0 |
| 998 | 2026-02-26T16:18:14.318Z | Compiling test-strategy v0.4.3 |
| 999 | 2026-02-26T16:18:15.671Z | Compiling async-stream v0.3.6 |
| 1000 | 2026-02-26T16:18:16.235Z | Compiling futures v0.3.31 |
| 1001 | 2026-02-26T16:18:16.432Z | Compiling slog-bunyan v2.5.0 |
| 1002 | 2026-02-26T16:18:16.734Z | Compiling tokio-rustls v0.25.0 |
| 1003 | 2026-02-26T16:18:17.152Z | Compiling serde_with_macros v3.16.1 |
| 1004 | 2026-02-26T16:18:17.395Z | Compiling rand v0.8.5 |
| 1005 | 2026-02-26T16:18:19.492Z | Compiling parse-display-derive v0.10.0 |
| 1006 | 2026-02-26T16:18:20.271Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 1007 | 2026-02-26T16:18:20.348Z | Compiling dropshot_endpoint v0.16.7 |
| 1008 | 2026-02-26T16:18:21.895Z | Compiling waitgroup v0.1.2 |
| 1009 | 2026-02-26T16:18:22.139Z | Compiling newtype-uuid-macros v0.1.0 |
| 1010 | 2026-02-26T16:18:22.715Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1011 | 2026-02-26T16:18:23.468Z | Compiling strum_macros v0.27.2 |
| 1012 | 2026-02-26T16:18:23.632Z | Compiling async-trait v0.1.89 |
| 1013 | 2026-02-26T16:18:23.716Z | Compiling rustls-pemfile v2.2.0 |
| 1014 | 2026-02-26T16:18:24.081Z | Compiling serde_path_to_error v0.1.20 |
| 1015 | 2026-02-26T16:18:24.209Z | Compiling hostname v0.4.2 |
| 1016 | 2026-02-26T16:18:24.466Z | Compiling instant v0.1.13 |
| 1017 | 2026-02-26T16:18:24.633Z | Compiling rustc-hash v2.1.1 |
| 1018 | 2026-02-26T16:18:24.822Z | Compiling colored v3.0.0 |
| 1019 | 2026-02-26T16:18:25.067Z | Compiling debug-ignore v1.0.5 |
| 1020 | 2026-02-26T16:18:25.230Z | Compiling either v1.15.0 |
| 1021 | 2026-02-26T16:18:25.747Z | Compiling itertools v0.14.0 |
| 1022 | 2026-02-26T16:18:26.174Z | Compiling iddqd v0.3.16 |
| 1023 | 2026-02-26T16:18:27.865Z | Compiling strum v0.27.2 |
| 1024 | 2026-02-26T16:18:28.060Z | Compiling rustls-webpki v0.103.9 |
| 1025 | 2026-02-26T16:18:30.141Z | Compiling backoff v0.4.0 |
| 1026 | 2026-02-26T16:18:30.265Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1027 | 2026-02-26T16:18:30.490Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1028 | 2026-02-26T16:18:30.715Z | Compiling parse-display v0.10.0 |
| 1029 | 2026-02-26T16:18:31.176Z | Compiling serde_with v3.16.1 |
| 1030 | 2026-02-26T16:18:31.799Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 1031 | 2026-02-26T16:18:32.715Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1032 | 2026-02-26T16:18:34.194Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1033 | 2026-02-26T16:18:34.632Z | Compiling backon v1.6.0 |
| 1034 | 2026-02-26T16:18:34.823Z | Compiling macaddr v1.0.1 |
| 1035 | 2026-02-26T16:18:38.653Z | Compiling tokio-rustls v0.26.0 |
| 1036 | 2026-02-26T16:18:38.744Z | Compiling rustls-platform-verifier v0.6.2 |
| 1037 | 2026-02-26T16:18:39.145Z | Compiling hyper-rustls v0.27.7 |
| 1038 | 2026-02-26T16:18:40.049Z | Compiling reqwest v0.12.28 |
| 1039 | 2026-02-26T16:18:40.474Z | Compiling reqwest v0.13.2 |
| 1040 | 2026-02-26T16:18:44.523Z | Compiling progenitor-client v0.11.2 |
| 1041 | 2026-02-26T16:18:44.762Z | Compiling progenitor-client v0.13.0 |
| 1042 | 2026-02-26T16:18:45.466Z | Compiling progenitor v0.11.2 |
| 1043 | 2026-02-26T16:18:45.531Z | Compiling progenitor-client v0.10.0 |
| 1044 | 2026-02-26T16:18:45.650Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 1045 | 2026-02-26T16:18:56.011Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1046 | 2026-02-26T16:19:06.954Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1047 | 2026-02-26T16:19:18.665Z | Finished `release` profile [optimized] target(s) in 3m 03s |
| 1048 | 2026-02-26T16:19:18.731Z | process exited: duration 277897 ms, exit code 0 |
| |
| 1049 | 2026-02-26T16:19:18.738Z | found 0 output files |