|
|
|
| 1 | 2026-03-25T16:40:05.756Z | job assigned to worker 01KMJXTH476613WE37E2HSK2Q4 [factory aws, i-01b5f53eddd1b6ca7] (queued for 9 m 25 s) |
| |
| 2 | 2026-03-25T16:40:12.315Z | starting task 0: "setup" |
| 3 | 2026-03-25T16:40:12.322Z | ++ uname -s |
| 4 | 2026-03-25T16:40:12.325Z | + kern=SunOS |
| 5 | 2026-03-25T16:40:12.326Z | + build_user=build |
| 6 | 2026-03-25T16:40:12.326Z | + build_uid=12345 |
| 7 | 2026-03-25T16:40:12.326Z | + work_dir=/work |
| 8 | 2026-03-25T16:40:12.326Z | + input_dir=/input |
| 9 | 2026-03-25T16:40:12.326Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-25T16:40:12.326Z | + case "$kern" in |
| 11 | 2026-03-25T16:40:12.326Z | + groupadd -g 12345 build |
| 12 | 2026-03-25T16:40:12.326Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-25T16:40:14.332Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-25T16:40:14.449Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-25T16:40:14.452Z | + home_fs=zfs |
| 16 | 2026-03-25T16:40:14.452Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-25T16:40:14.452Z | + mkdir -p /home/build |
| 18 | 2026-03-25T16:40:14.452Z | + chown build:build /home/build /work |
| 19 | 2026-03-25T16:40:15.453Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-25T16:40:15.456Z | process exited: duration 3140 ms, exit code 0 |
| |
| 21 | 2026-03-25T16:40:15.462Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-25T16:40:15.467Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-03-25T16:40:15.467Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-03-25T16:40:15.467Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-25T16:40:15.467Z | * rust toolchain profile = "default" |
| 26 | 2026-03-25T16:40:15.467Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-25T16:40:15.467Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-25T16:40:15.470Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-25T16:40:15.470Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-03-25T16:40:15.544Z | info: downloading installer |
| 31 | 2026-03-25T16:40:17.175Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-25T16:40:17.175Z | warn: /opt/ooce/bin |
| 33 | 2026-03-25T16:40:17.175Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-25T16:40:17.175Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-25T16:40:17.175Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-25T16:40:17.175Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-25T16:40:17.175Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-25T16:40:17.175Z | error: cannot install while Rust is installed |
| 39 | 2026-03-25T16:40:17.175Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-25T16:40:17.175Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-25T16:40:17.175Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-25T16:40:17.175Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-25T16:40:17.175Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-25T16:40:17.188Z | info: profile set to default |
| 45 | 2026-03-25T16:40:17.188Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-25T16:40:17.192Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 47 | 2026-03-25T16:40:17.343Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 48 | 2026-03-25T16:40:17.347Z | info: downloading 6 components |
| 49 | 2026-03-25T16:40:32.660Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 50 | 2026-03-25T16:40:32.660Z | |
| 51 | 2026-03-25T16:40:32.691Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 52 | 2026-03-25T16:40:32.691Z | |
| 53 | 2026-03-25T16:40:32.692Z | |
| 54 | 2026-03-25T16:40:32.692Z | Rust is installed now. Great! |
| 55 | 2026-03-25T16:40:32.692Z | |
| 56 | 2026-03-25T16:40:32.692Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-25T16:40:32.692Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-25T16:40:32.692Z | |
| 59 | 2026-03-25T16:40:32.692Z | To configure your current shell, you need to source |
| 60 | 2026-03-25T16:40:32.692Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-25T16:40:32.692Z | |
| 62 | 2026-03-25T16:40:32.692Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-25T16:40:32.692Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-25T16:40:32.692Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-25T16:40:32.692Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-25T16:40:32.692Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-25T16:40:32.692Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-25T16:40:32.692Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-25T16:40:32.696Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-25T16:40:32.696Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-25T16:40:32.790Z | + rustup --version |
| 72 | 2026-03-25T16:40:32.799Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-25T16:40:32.802Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-25T16:40:32.821Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 75 | 2026-03-25T16:40:32.824Z | + cargo --version |
| 76 | 2026-03-25T16:40:32.836Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 77 | 2026-03-25T16:40:32.840Z | + rustc --version |
| 78 | 2026-03-25T16:40:32.859Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 79 | 2026-03-25T16:40:32.862Z | process exited: duration 17396 ms, exit code 0 |
| |
| 80 | 2026-03-25T16:40:32.868Z | starting task 2: "authentication" |
| 81 | 2026-03-25T16:40:32.885Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-03-25T16:40:32.891Z | starting task 3: "clone repository" |
| 83 | 2026-03-25T16:40:32.894Z | + mkdir -p /work/oxidecomputer/omicron |
| 84 | 2026-03-25T16:40:32.897Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 85 | 2026-03-25T16:40:32.931Z | Cloning into '/work/oxidecomputer/omicron'... |
| 86 | 2026-03-25T16:40:42.836Z | + cd /work/oxidecomputer/omicron |
| 87 | 2026-03-25T16:40:42.836Z | + git fetch origin 43914a10ea33968a251727a8000bf5bbcb9e4af1 |
| 88 | 2026-03-25T16:40:43.157Z | From https://github.com/oxidecomputer/omicron |
| 89 | 2026-03-25T16:40:43.157Z | * branch 43914a10ea33968a251727a8000bf5bbcb9e4af1 -> FETCH_HEAD |
| 90 | 2026-03-25T16:40:43.165Z | + [[ -n ea-ztnrpmzzkqvp ]] |
| 91 | 2026-03-25T16:40:43.169Z | ++ git branch --show-current |
| 92 | 2026-03-25T16:40:43.169Z | + current=main |
| 93 | 2026-03-25T16:40:43.169Z | + [[ main != ea-ztnrpmzzkqvp ]] |
| 94 | 2026-03-25T16:40:43.169Z | + git branch -f ea-ztnrpmzzkqvp 43914a10ea33968a251727a8000bf5bbcb9e4af1 |
| 95 | 2026-03-25T16:40:43.171Z | + git checkout -f ea-ztnrpmzzkqvp |
| 96 | 2026-03-25T16:40:43.402Z | Switched to branch 'ea-ztnrpmzzkqvp' |
| 97 | 2026-03-25T16:40:43.406Z | + git reset --hard 43914a10ea33968a251727a8000bf5bbcb9e4af1 |
| 98 | 2026-03-25T16:40:43.639Z | HEAD is now at 43914a10e monitor resource consumption on linux |
| 99 | 2026-03-25T16:40:43.643Z | process exited: duration 10748 ms, exit code 0 |
| |
| 100 | 2026-03-25T16:40:43.651Z | starting task 4: "build" |
| 101 | 2026-03-25T16:40:43.655Z | + source .github/buildomat/ci-env.sh |
| 102 | 2026-03-25T16:40:43.658Z | ++ export CARGO_TERM_COLOR=always |
| 103 | 2026-03-25T16:40:43.659Z | ++ CARGO_TERM_COLOR=always |
| 104 | 2026-03-25T16:40:43.659Z | + cargo --version |
| 105 | 2026-03-25T16:40:43.665Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 106 | 2026-03-25T16:40:43.669Z | + rustc --version |
| 107 | 2026-03-25T16:40:43.689Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 108 | 2026-03-25T16:40:43.691Z | + cargo build --release -p ci-resource-usage |
| 109 | 2026-03-25T16:40:43.858Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 110 | 2026-03-25T16:40:44.130Z | Updating crates.io index |
| 111 | 2026-03-25T16:40:44.171Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 112 | 2026-03-25T16:40:45.109Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 113 | 2026-03-25T16:40:45.467Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 114 | 2026-03-25T16:40:46.234Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 115 | 2026-03-25T16:40:47.117Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 116 | 2026-03-25T16:40:47.612Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 117 | 2026-03-25T16:40:48.918Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 118 | 2026-03-25T16:40:50.264Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 119 | 2026-03-25T16:40:50.987Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 120 | 2026-03-25T16:40:51.531Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 121 | 2026-03-25T16:40:52.252Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 122 | 2026-03-25T16:40:53.090Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 123 | 2026-03-25T16:40:53.421Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 124 | 2026-03-25T16:40:53.970Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 125 | 2026-03-25T16:40:54.842Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 126 | 2026-03-25T16:40:55.620Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 127 | 2026-03-25T16:40:55.936Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 128 | 2026-03-25T16:40:56.447Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 129 | 2026-03-25T16:40:56.922Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 130 | 2026-03-25T16:40:57.178Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 131 | 2026-03-25T16:40:57.431Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 132 | 2026-03-25T16:40:57.687Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 133 | 2026-03-25T16:40:58.152Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 134 | 2026-03-25T16:40:58.721Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 135 | 2026-03-25T16:40:59.157Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 136 | 2026-03-25T16:40:59.528Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 137 | 2026-03-25T16:40:59.858Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 138 | 2026-03-25T16:41:00.162Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 139 | 2026-03-25T16:41:01.546Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 140 | 2026-03-25T16:41:02.395Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 141 | 2026-03-25T16:41:03.008Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 142 | 2026-03-25T16:41:03.337Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 143 | 2026-03-25T16:41:03.788Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 144 | 2026-03-25T16:41:04.089Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 145 | 2026-03-25T16:41:04.684Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 146 | 2026-03-25T16:41:04.953Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 147 | 2026-03-25T16:41:05.231Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 148 | 2026-03-25T16:41:05.546Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 149 | 2026-03-25T16:41:05.831Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 150 | 2026-03-25T16:41:18.104Z | Downloading crates ... |
| 151 | 2026-03-25T16:41:18.142Z | Downloaded thiserror-impl v1.0.69 |
| 152 | 2026-03-25T16:41:18.149Z | Downloaded quote v1.0.44 |
| 153 | 2026-03-25T16:41:18.153Z | Downloaded kstat-rs v0.2.4 |
| 154 | 2026-03-25T16:41:18.157Z | Downloaded proc-macro2 v1.0.106 |
| 155 | 2026-03-25T16:41:18.161Z | Downloaded thiserror v1.0.69 |
| 156 | 2026-03-25T16:41:18.166Z | Downloaded unicode-ident v1.0.24 |
| 157 | 2026-03-25T16:41:18.166Z | Downloaded anyhow v1.0.102 |
| 158 | 2026-03-25T16:41:18.190Z | Downloaded syn v2.0.117 |
| 159 | 2026-03-25T16:41:18.240Z | Downloaded libc v0.2.180 |
| 160 | 2026-03-25T16:41:18.287Z | Compiling proc-macro2 v1.0.106 |
| 161 | 2026-03-25T16:41:18.287Z | Compiling unicode-ident v1.0.24 |
| 162 | 2026-03-25T16:41:18.288Z | Compiling quote v1.0.44 |
| 163 | 2026-03-25T16:41:18.292Z | Compiling libc v0.2.180 |
| 164 | 2026-03-25T16:41:18.293Z | Compiling thiserror v1.0.69 |
| 165 | 2026-03-25T16:41:18.293Z | Compiling anyhow v1.0.102 |
| 166 | 2026-03-25T16:41:19.564Z | Compiling syn v2.0.117 |
| 167 | 2026-03-25T16:41:20.648Z | Compiling thiserror-impl v1.0.69 |
| 168 | 2026-03-25T16:41:21.349Z | Compiling kstat-rs v0.2.4 |
| 169 | 2026-03-25T16:41:21.629Z | Compiling ci-resource-usage v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ci-resource-usage) |
| 170 | 2026-03-25T16:41:22.069Z | Finished `release` profile [optimized] target(s) in 38.36s |
| 171 | 2026-03-25T16:41:22.372Z | + bmat process start ci-resource-usage target/release/ci-resource-usage /var/tmp/ci-resource-usage.csv |
| 172 | 2026-03-25T16:41:22.379Z | + cd /tmp |
| 173 | 2026-03-25T16:41:22.379Z | + cargo new --lib test-project |
| 174 | 2026-03-25T16:41:22.394Z | Creating library `test-project` package |
| 175 | 2026-03-25T16:41:22.429Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 176 | 2026-03-25T16:41:22.433Z | + cd test-project |
| 177 | 2026-03-25T16:41:22.433Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 178 | 2026-03-25T16:41:22.447Z | Adding omicron-common (local) to dependencies |
| 179 | 2026-03-25T16:41:22.447Z | Features: |
| 180 | 2026-03-25T16:41:22.447Z | - proptest |
| 181 | 2026-03-25T16:41:22.447Z | - test-strategy |
| 182 | 2026-03-25T16:41:22.447Z | - testing |
| 183 | 2026-03-25T16:41:22.469Z | Updating crates.io index |
| 184 | 2026-03-25T16:41:22.510Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 185 | 2026-03-25T16:41:23.116Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 186 | 2026-03-25T16:41:23.386Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 187 | 2026-03-25T16:41:23.704Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 188 | 2026-03-25T16:41:24.715Z | Locking 391 packages to latest Rust 1.94.0 compatible versions |
| 189 | 2026-03-25T16:41:24.728Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 190 | 2026-03-25T16:41:24.923Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 191 | 2026-03-25T16:41:24.934Z | + cargo check |
| 192 | 2026-03-25T16:41:25.024Z | Updating crates.io index |
| 193 | 2026-03-25T16:41:25.667Z | Locking 1 package to latest Rust 1.94.0 compatible version |
| 194 | 2026-03-25T16:41:25.667Z | Adding omicron-workspace-hack v0.1.0 |
| 195 | 2026-03-25T16:41:25.693Z | Downloading crates ... |
| 196 | 2026-03-25T16:41:25.768Z | Downloaded heck v0.5.0 |
| 197 | 2026-03-25T16:41:25.788Z | Downloaded once_cell v1.21.3 |
| 198 | 2026-03-25T16:41:25.789Z | Downloaded bit-set v0.8.0 |
| 199 | 2026-03-25T16:41:25.789Z | Downloaded darling_macro v0.21.3 |
| 200 | 2026-03-25T16:41:25.789Z | Downloaded crypto-common v0.1.7 |
| 201 | 2026-03-25T16:41:25.789Z | Downloaded rustc-hash v2.1.1 |
| 202 | 2026-03-25T16:41:25.789Z | Downloaded newtype-uuid-macros v0.1.0 |
| 203 | 2026-03-25T16:41:25.795Z | Downloaded instant v0.1.13 |
| 204 | 2026-03-25T16:41:25.795Z | Downloaded displaydoc v0.2.5 |
| 205 | 2026-03-25T16:41:25.795Z | Downloaded erased-serde v0.3.31 |
| 206 | 2026-03-25T16:41:25.795Z | Downloaded async-trait v0.1.89 |
| 207 | 2026-03-25T16:41:25.805Z | Downloaded async-stream-impl v0.3.6 |
| 208 | 2026-03-25T16:41:25.805Z | Downloaded atomic-waker v1.1.2 |
| 209 | 2026-03-25T16:41:25.805Z | Downloaded cfg-if v1.0.4 |
| 210 | 2026-03-25T16:41:25.805Z | Downloaded form_urlencoded v1.2.2 |
| 211 | 2026-03-25T16:41:25.814Z | Downloaded autocfg v1.5.0 |
| 212 | 2026-03-25T16:41:25.814Z | Downloaded hostname v0.4.2 |
| 213 | 2026-03-25T16:41:25.814Z | Downloaded num_threads v0.1.7 |
| 214 | 2026-03-25T16:41:25.814Z | Downloaded lru-slab v0.1.2 |
| 215 | 2026-03-25T16:41:25.814Z | Downloaded itoa v1.0.17 |
| 216 | 2026-03-25T16:41:25.840Z | Downloaded futures-core v0.3.32 |
| 217 | 2026-03-25T16:41:25.840Z | Downloaded dunce v1.0.5 |
| 218 | 2026-03-25T16:41:25.840Z | Downloaded ref-cast-impl v1.0.25 |
| 219 | 2026-03-25T16:41:25.840Z | Downloaded is-terminal v0.4.17 |
| 220 | 2026-03-25T16:41:25.840Z | Downloaded httpdate v1.0.3 |
| 221 | 2026-03-25T16:41:25.840Z | Downloaded futures-sink v0.3.32 |
| 222 | 2026-03-25T16:41:25.840Z | Downloaded block-buffer v0.10.4 |
| 223 | 2026-03-25T16:41:25.840Z | Downloaded async-stream v0.3.6 |
| 224 | 2026-03-25T16:41:25.840Z | Downloaded match_cfg v0.1.0 |
| 225 | 2026-03-25T16:41:25.841Z | Downloaded quick-error v1.2.3 |
| 226 | 2026-03-25T16:41:25.841Z | Downloaded hex v0.4.3 |
| 227 | 2026-03-25T16:41:25.841Z | Downloaded fs_extra v1.3.0 |
| 228 | 2026-03-25T16:41:25.841Z | Downloaded sha1 v0.10.6 |
| 229 | 2026-03-25T16:41:25.841Z | Downloaded pretty-hex v0.4.1 |
| 230 | 2026-03-25T16:41:25.872Z | Downloaded plain v0.2.3 |
| 231 | 2026-03-25T16:41:25.872Z | Downloaded parse-display v0.10.0 |
| 232 | 2026-03-25T16:41:25.872Z | Downloaded byteorder v1.5.0 |
| 233 | 2026-03-25T16:41:25.873Z | Downloaded scopeguard v1.2.0 |
| 234 | 2026-03-25T16:41:25.873Z | Downloaded backoff v0.4.0 |
| 235 | 2026-03-25T16:41:25.873Z | Downloaded ref-cast v1.0.25 |
| 236 | 2026-03-25T16:41:25.873Z | Downloaded rand_xorshift v0.4.0 |
| 237 | 2026-03-25T16:41:25.873Z | Downloaded openssl-probe v0.2.1 |
| 238 | 2026-03-25T16:41:25.873Z | Downloaded omicron-workspace-hack v0.1.0 |
| 239 | 2026-03-25T16:41:25.873Z | Downloaded num-conv v0.2.0 |
| 240 | 2026-03-25T16:41:25.873Z | Downloaded serde_spanned v1.0.4 |
| 241 | 2026-03-25T16:41:25.873Z | Downloaded mime v0.3.17 |
| 242 | 2026-03-25T16:41:25.873Z | Downloaded powerfmt v0.2.0 |
| 243 | 2026-03-25T16:41:25.873Z | Downloaded potential_utf v0.1.4 |
| 244 | 2026-03-25T16:41:25.873Z | Downloaded dtrace-parser v0.3.0 |
| 245 | 2026-03-25T16:41:25.873Z | Downloaded errno v0.3.14 |
| 246 | 2026-03-25T16:41:25.873Z | Downloaded cpufeatures v0.2.17 |
| 247 | 2026-03-25T16:41:25.873Z | Downloaded cfg_aliases v0.2.1 |
| 248 | 2026-03-25T16:41:25.882Z | Downloaded progenitor-extras v0.1.1 |
| 249 | 2026-03-25T16:41:25.882Z | Downloaded futures-macro v0.3.32 |
| 250 | 2026-03-25T16:41:25.882Z | Downloaded fastrand v2.3.0 |
| 251 | 2026-03-25T16:41:25.882Z | Downloaded progenitor-client v0.10.0 |
| 252 | 2026-03-25T16:41:25.882Z | Downloaded deranged v0.5.8 |
| 253 | 2026-03-25T16:41:25.882Z | Downloaded rusty-fork v0.3.1 |
| 254 | 2026-03-25T16:41:25.882Z | Downloaded fnv v1.0.7 |
| 255 | 2026-03-25T16:41:25.882Z | Downloaded dyn-clone v1.0.20 |
| 256 | 2026-03-25T16:41:25.882Z | Downloaded parse-display-derive v0.10.0 |
| 257 | 2026-03-25T16:41:25.882Z | Downloaded scroll v0.13.0 |
| 258 | 2026-03-25T16:41:25.882Z | Downloaded lock_api v0.4.14 |
| 259 | 2026-03-25T16:41:25.882Z | Downloaded newtype-uuid v1.3.2 |
| 260 | 2026-03-25T16:41:25.882Z | Downloaded ident_case v1.0.1 |
| 261 | 2026-03-25T16:41:25.882Z | Downloaded signal-hook-registry v1.4.8 |
| 262 | 2026-03-25T16:41:25.892Z | Downloaded rustversion v1.0.22 |
| 263 | 2026-03-25T16:41:25.892Z | Downloaded http-body-util v0.1.3 |
| 264 | 2026-03-25T16:41:25.892Z | Downloaded sha2 v0.10.9 |
| 265 | 2026-03-25T16:41:25.892Z | Downloaded serde_tokenstream v0.2.3 |
| 266 | 2026-03-25T16:41:25.892Z | Downloaded serde_derive_internals v0.29.1 |
| 267 | 2026-03-25T16:41:25.892Z | Downloaded futures-executor v0.3.32 |
| 268 | 2026-03-25T16:41:25.892Z | Downloaded serde_urlencoded v0.7.1 |
| 269 | 2026-03-25T16:41:25.892Z | Downloaded getrandom v0.2.17 |
| 270 | 2026-03-25T16:41:25.902Z | Downloaded quinn-udp v0.5.14 |
| 271 | 2026-03-25T16:41:25.903Z | Downloaded semver v1.0.27 |
| 272 | 2026-03-25T16:41:25.903Z | Downloaded rand_core v0.9.5 |
| 273 | 2026-03-25T16:41:25.903Z | Downloaded pest_generator v2.8.6 |
| 274 | 2026-03-25T16:41:25.903Z | Downloaded http-body v1.0.1 |
| 275 | 2026-03-25T16:41:25.903Z | Downloaded idna_adapter v1.2.1 |
| 276 | 2026-03-25T16:41:25.903Z | Downloaded hostname v0.3.1 |
| 277 | 2026-03-25T16:41:25.916Z | Downloaded pin-utils v0.1.0 |
| 278 | 2026-03-25T16:41:25.916Z | Downloaded percent-encoding v2.3.2 |
| 279 | 2026-03-25T16:41:25.916Z | Downloaded dof v0.4.0 |
| 280 | 2026-03-25T16:41:25.916Z | Downloaded futures-io v0.3.32 |
| 281 | 2026-03-25T16:41:25.916Z | Downloaded equivalent v1.0.2 |
| 282 | 2026-03-25T16:41:25.916Z | Downloaded rand_chacha v0.3.1 |
| 283 | 2026-03-25T16:41:25.929Z | Downloaded scroll_derive v0.13.1 |
| 284 | 2026-03-25T16:41:25.929Z | Downloaded futures-task v0.3.32 |
| 285 | 2026-03-25T16:41:25.947Z | Downloaded time-core v0.1.8 |
| 286 | 2026-03-25T16:41:25.959Z | Downloaded stable_deref_trait v1.2.1 |
| 287 | 2026-03-25T16:41:25.959Z | Downloaded strsim v0.11.1 |
| 288 | 2026-03-25T16:41:25.959Z | Downloaded parking_lot_core v0.9.12 |
| 289 | 2026-03-25T16:41:25.959Z | Downloaded slog-bunyan v2.5.0 |
| 290 | 2026-03-25T16:41:25.959Z | Downloaded slog-async v2.8.0 |
| 291 | 2026-03-25T16:41:25.959Z | Downloaded macaddr v1.0.1 |
| 292 | 2026-03-25T16:41:25.959Z | Downloaded generic-array v0.14.7 |
| 293 | 2026-03-25T16:41:25.959Z | Downloaded debug-ignore v1.0.5 |
| 294 | 2026-03-25T16:41:25.959Z | Downloaded serde_with_macros v3.17.0 |
| 295 | 2026-03-25T16:41:25.959Z | Downloaded oxnet v0.1.4 |
| 296 | 2026-03-25T16:41:25.959Z | Downloaded pin-project-lite v0.2.17 |
| 297 | 2026-03-25T16:41:25.970Z | Downloaded strum v0.27.2 |
| 298 | 2026-03-25T16:41:25.970Z | Downloaded strum v0.26.3 |
| 299 | 2026-03-25T16:41:25.970Z | Downloaded tinyvec_macros v0.1.1 |
| 300 | 2026-03-25T16:41:25.970Z | Downloaded httparse v1.10.1 |
| 301 | 2026-03-25T16:41:25.970Z | Downloaded litemap v0.8.1 |
| 302 | 2026-03-25T16:41:25.970Z | Downloaded daft-derive v0.1.5 |
| 303 | 2026-03-25T16:41:25.970Z | Downloaded tower-layer v0.3.3 |
| 304 | 2026-03-25T16:41:25.970Z | Downloaded derive-ex v0.1.8 |
| 305 | 2026-03-25T16:41:25.970Z | Downloaded serde_derive v1.0.228 |
| 306 | 2026-03-25T16:41:25.999Z | Downloaded backon v1.6.0 |
| 307 | 2026-03-25T16:41:25.999Z | Downloaded structmeta-derive v0.3.0 |
| 308 | 2026-03-25T16:41:25.999Z | Downloaded structmeta v0.3.0 |
| 309 | 2026-03-25T16:41:25.999Z | Downloaded rustls-platform-verifier v0.6.2 |
| 310 | 2026-03-25T16:41:25.999Z | Downloaded take_mut v0.2.2 |
| 311 | 2026-03-25T16:41:25.999Z | Downloaded sync_wrapper v1.0.2 |
| 312 | 2026-03-25T16:41:26.000Z | Downloaded pest v2.8.6 |
| 313 | 2026-03-25T16:41:26.000Z | Downloaded ipnetwork v0.21.1 |
| 314 | 2026-03-25T16:41:26.000Z | Downloaded slog-term v2.9.2 |
| 315 | 2026-03-25T16:41:26.000Z | Downloaded schemars_derive v0.8.22 |
| 316 | 2026-03-25T16:41:26.000Z | Downloaded rand_chacha v0.9.0 |
| 317 | 2026-03-25T16:41:26.017Z | Downloaded allocator-api2 v0.2.21 |
| 318 | 2026-03-25T16:41:26.018Z | Downloaded unarray v0.1.4 |
| 319 | 2026-03-25T16:41:26.018Z | Downloaded synstructure v0.13.2 |
| 320 | 2026-03-25T16:41:26.018Z | Downloaded utf8_iter v1.0.4 |
| 321 | 2026-03-25T16:41:26.018Z | Downloaded thread-id v5.1.0 |
| 322 | 2026-03-25T16:41:26.018Z | Downloaded want v0.3.1 |
| 323 | 2026-03-25T16:41:26.018Z | Downloaded wait-timeout v0.2.1 |
| 324 | 2026-03-25T16:41:26.018Z | Downloaded usdt-macro v0.6.0 |
| 325 | 2026-03-25T16:41:26.018Z | Downloaded usdt v0.6.0 |
| 326 | 2026-03-25T16:41:26.018Z | Downloaded yoke-derive v0.8.1 |
| 327 | 2026-03-25T16:41:26.018Z | Downloaded subtle v2.6.1 |
| 328 | 2026-03-25T16:41:26.018Z | Downloaded shlex v1.3.0 |
| 329 | 2026-03-25T16:41:26.018Z | Downloaded try-lock v0.2.5 |
| 330 | 2026-03-25T16:41:26.018Z | Downloaded rand_core v0.6.4 |
| 331 | 2026-03-25T16:41:26.018Z | Downloaded ppv-lite86 v0.2.21 |
| 332 | 2026-03-25T16:41:26.018Z | Downloaded jobserver v0.1.34 |
| 333 | 2026-03-25T16:41:26.018Z | Downloaded zerofrom v0.1.6 |
| 334 | 2026-03-25T16:41:26.018Z | Downloaded untrusted v0.9.0 |
| 335 | 2026-03-25T16:41:26.028Z | Downloaded zerofrom-derive v0.1.6 |
| 336 | 2026-03-25T16:41:26.028Z | Downloaded progenitor-client v0.13.0 |
| 337 | 2026-03-25T16:41:26.028Z | Downloaded version_check v0.9.5 |
| 338 | 2026-03-25T16:41:26.028Z | Downloaded paste v1.0.15 |
| 339 | 2026-03-25T16:41:26.028Z | Downloaded multer v3.1.0 |
| 340 | 2026-03-25T16:41:26.028Z | Downloaded either v1.15.0 |
| 341 | 2026-03-25T16:41:26.028Z | Downloaded thread_local v1.1.9 |
| 342 | 2026-03-25T16:41:26.028Z | Downloaded foldhash v0.2.0 |
| 343 | 2026-03-25T16:41:26.028Z | Downloaded pest_derive v2.8.6 |
| 344 | 2026-03-25T16:41:26.028Z | Downloaded digest v0.10.7 |
| 345 | 2026-03-25T16:41:26.028Z | Downloaded cmake v0.1.57 |
| 346 | 2026-03-25T16:41:26.028Z | Downloaded rustls-pemfile v2.2.0 |
| 347 | 2026-03-25T16:41:26.033Z | Downloaded smallvec v1.15.1 |
| 348 | 2026-03-25T16:41:26.033Z | Downloaded parking_lot v0.12.5 |
| 349 | 2026-03-25T16:41:26.033Z | Downloaded tokio-rustls v0.25.0 |
| 350 | 2026-03-25T16:41:26.033Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 351 | 2026-03-25T16:41:26.033Z | Downloaded tokio-macros v2.6.0 |
| 352 | 2026-03-25T16:41:26.033Z | Downloaded rustls-native-certs v0.8.3 |
| 353 | 2026-03-25T16:41:26.037Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 354 | 2026-03-25T16:41:26.037Z | Downloaded schemars v0.8.22 |
| 355 | 2026-03-25T16:41:26.041Z | Downloaded slog-json v2.6.1 |
| 356 | 2026-03-25T16:41:26.044Z | Downloaded waitgroup v0.1.2 |
| 357 | 2026-03-25T16:41:26.044Z | Downloaded usdt-attr-macro v0.6.0 |
| 358 | 2026-03-25T16:41:26.044Z | Downloaded slab v0.4.12 |
| 359 | 2026-03-25T16:41:26.044Z | Downloaded memmap2 v0.9.10 |
| 360 | 2026-03-25T16:41:26.049Z | Downloaded num-traits v0.2.19 |
| 361 | 2026-03-25T16:41:26.049Z | Downloaded serde_path_to_error v0.1.20 |
| 362 | 2026-03-25T16:41:26.049Z | Downloaded bit-vec v0.8.0 |
| 363 | 2026-03-25T16:41:26.054Z | Downloaded camino v1.2.2 |
| 364 | 2026-03-25T16:41:26.054Z | Downloaded usdt-impl v0.6.0 |
| 365 | 2026-03-25T16:41:26.058Z | Downloaded yoke v0.8.1 |
| 366 | 2026-03-25T16:41:26.058Z | Downloaded writeable v0.6.2 |
| 367 | 2026-03-25T16:41:26.063Z | Downloaded getrandom v0.3.4 |
| 368 | 2026-03-25T16:41:26.063Z | Downloaded futures-channel v0.3.32 |
| 369 | 2026-03-25T16:41:26.068Z | Downloaded tokio-rustls v0.26.4 |
| 370 | 2026-03-25T16:41:26.068Z | Downloaded term v1.2.1 |
| 371 | 2026-03-25T16:41:26.069Z | Downloaded darling v0.21.3 |
| 372 | 2026-03-25T16:41:26.102Z | Downloaded ryu v1.0.23 |
| 373 | 2026-03-25T16:41:26.102Z | Downloaded pest_meta v2.8.6 |
| 374 | 2026-03-25T16:41:26.102Z | Downloaded zmij v1.0.21 |
| 375 | 2026-03-25T16:41:26.102Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 376 | 2026-03-25T16:41:26.102Z | Downloaded rustls-webpki v0.103.9 |
| 377 | 2026-03-25T16:41:26.102Z | Downloaded strum_macros v0.27.2 |
| 378 | 2026-03-25T16:41:26.102Z | Downloaded thiserror-impl v2.0.18 |
| 379 | 2026-03-25T16:41:26.102Z | Downloaded rand v0.8.5 |
| 380 | 2026-03-25T16:41:26.102Z | Downloaded thiserror v2.0.18 |
| 381 | 2026-03-25T16:41:26.102Z | Downloaded rustls-pki-types v1.14.0 |
| 382 | 2026-03-25T16:41:26.180Z | Downloaded tower-service v0.3.3 |
| 383 | 2026-03-25T16:41:26.181Z | Downloaded tinystr v0.8.2 |
| 384 | 2026-03-25T16:41:26.181Z | Downloaded quinn v0.11.9 |
| 385 | 2026-03-25T16:41:26.181Z | Downloaded strum_macros v0.26.4 |
| 386 | 2026-03-25T16:41:26.181Z | Downloaded test-strategy v0.4.5 |
| 387 | 2026-03-25T16:41:26.181Z | Downloaded hyper-rustls v0.27.7 |
| 388 | 2026-03-25T16:41:26.181Z | Downloaded iana-time-zone v0.1.65 |
| 389 | 2026-03-25T16:41:26.181Z | Downloaded tinyvec v1.10.0 |
| 390 | 2026-03-25T16:41:26.181Z | Downloaded bitflags v2.11.0 |
| 391 | 2026-03-25T16:41:26.181Z | Downloaded tracing-core v0.1.36 |
| 392 | 2026-03-25T16:41:26.181Z | Downloaded serde_core v1.0.228 |
| 393 | 2026-03-25T16:41:26.181Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 394 | 2026-03-25T16:41:26.196Z | Downloaded spin v0.9.8 |
| 395 | 2026-03-25T16:41:26.196Z | Downloaded daft v0.1.5 |
| 396 | 2026-03-25T16:41:26.196Z | Downloaded log v0.4.29 |
| 397 | 2026-03-25T16:41:26.196Z | Downloaded zeroize v1.8.2 |
| 398 | 2026-03-25T16:41:26.196Z | Downloaded zerovec-derive v0.11.2 |
| 399 | 2026-03-25T16:41:26.196Z | Downloaded icu_properties v2.1.2 |
| 400 | 2026-03-25T16:41:26.196Z | Downloaded icu_normalizer v2.1.1 |
| 401 | 2026-03-25T16:41:26.196Z | Downloaded serde v1.0.228 |
| 402 | 2026-03-25T16:41:26.196Z | Downloaded tempfile v3.25.0 |
| 403 | 2026-03-25T16:41:26.196Z | Downloaded memchr v2.8.0 |
| 404 | 2026-03-25T16:41:26.196Z | Downloaded darling_core v0.21.3 |
| 405 | 2026-03-25T16:41:26.196Z | Downloaded base64 v0.22.1 |
| 406 | 2026-03-25T16:41:26.196Z | Downloaded time-macros v0.2.27 |
| 407 | 2026-03-25T16:41:26.196Z | Downloaded dropshot_endpoint v0.16.7 |
| 408 | 2026-03-25T16:41:26.196Z | Downloaded crossbeam-utils v0.8.21 |
| 409 | 2026-03-25T16:41:26.196Z | Downloaded ucd-trie v0.1.7 |
| 410 | 2026-03-25T16:41:26.197Z | Downloaded zerotrie v0.2.3 |
| 411 | 2026-03-25T16:41:26.197Z | Downloaded mio v1.1.1 |
| 412 | 2026-03-25T16:41:26.197Z | Downloaded ipnet v2.11.0 |
| 413 | 2026-03-25T16:41:26.197Z | Downloaded find-msvc-tools v0.1.9 |
| 414 | 2026-03-25T16:41:26.197Z | Downloaded getrandom v0.4.1 |
| 415 | 2026-03-25T16:41:26.197Z | Downloaded futures v0.3.32 |
| 416 | 2026-03-25T16:41:26.197Z | Downloaded rand v0.9.2 |
| 417 | 2026-03-25T16:41:26.197Z | Downloaded icu_provider v2.1.1 |
| 418 | 2026-03-25T16:41:26.207Z | Downloaded bytes v1.11.1 |
| 419 | 2026-03-25T16:41:26.214Z | Downloaded slog v2.8.2 |
| 420 | 2026-03-25T16:41:26.228Z | Downloaded icu_locale_core v2.1.1 |
| 421 | 2026-03-25T16:41:26.228Z | Downloaded serde_json v1.0.149 |
| 422 | 2026-03-25T16:41:26.229Z | Downloaded tower v0.5.3 |
| 423 | 2026-03-25T16:41:26.229Z | Downloaded socket2 v0.6.2 |
| 424 | 2026-03-25T16:41:26.235Z | Downloaded reqwest v0.13.2 |
| 425 | 2026-03-25T16:41:26.235Z | Downloaded crossbeam-channel v0.5.15 |
| 426 | 2026-03-25T16:41:26.235Z | Downloaded icu_normalizer_data v2.1.1 |
| 427 | 2026-03-25T16:41:26.252Z | Downloaded typenum v1.19.0 |
| 428 | 2026-03-25T16:41:26.261Z | Downloaded reqwest v0.12.28 |
| 429 | 2026-03-25T16:41:26.262Z | Downloaded uuid v1.21.0 |
| 430 | 2026-03-25T16:41:26.262Z | Downloaded itertools v0.14.0 |
| 431 | 2026-03-25T16:41:26.262Z | Downloaded icu_collections v2.1.1 |
| 432 | 2026-03-25T16:41:26.262Z | Downloaded cc v1.2.56 |
| 433 | 2026-03-25T16:41:26.278Z | Downloaded tower-http v0.6.8 |
| 434 | 2026-03-25T16:41:26.279Z | Downloaded serde_with v3.17.0 |
| 435 | 2026-03-25T16:41:26.307Z | Downloaded rustls-webpki v0.102.8 |
| 436 | 2026-03-25T16:41:26.307Z | Downloaded regex v1.12.3 |
| 437 | 2026-03-25T16:41:26.307Z | Downloaded url v2.5.8 |
| 438 | 2026-03-25T16:41:26.308Z | Downloaded proptest v1.10.0 |
| 439 | 2026-03-25T16:41:26.344Z | Downloaded indexmap v2.13.0 |
| 440 | 2026-03-25T16:41:26.344Z | Downloaded http v1.4.0 |
| 441 | 2026-03-25T16:41:26.344Z | Downloaded winnow v0.7.14 |
| 442 | 2026-03-25T16:41:26.344Z | Downloaded quinn-proto v0.11.13 |
| 443 | 2026-03-25T16:41:26.344Z | Downloaded hyper-util v0.1.20 |
| 444 | 2026-03-25T16:41:26.353Z | Downloaded zerocopy-derive v0.8.40 |
| 445 | 2026-03-25T16:41:26.353Z | Downloaded aho-corasick v1.1.4 |
| 446 | 2026-03-25T16:41:26.364Z | Downloaded futures-util v0.3.32 |
| 447 | 2026-03-25T16:41:26.364Z | Downloaded iri-string v0.7.10 |
| 448 | 2026-03-25T16:41:26.372Z | Downloaded h2 v0.4.13 |
| 449 | 2026-03-25T16:41:26.373Z | Downloaded iddqd v0.3.17 |
| 450 | 2026-03-25T16:41:26.385Z | Downloaded zerovec v0.11.5 |
| 451 | 2026-03-25T16:41:26.385Z | Downloaded rustls v0.22.4 |
| 452 | 2026-03-25T16:41:26.416Z | Downloaded tokio-util v0.7.18 |
| 453 | 2026-03-25T16:41:26.416Z | Downloaded idna v1.1.0 |
| 454 | 2026-03-25T16:41:26.433Z | Downloaded regress v0.10.5 |
| 455 | 2026-03-25T16:41:26.433Z | Downloaded rustls v0.23.37 |
| 456 | 2026-03-25T16:41:26.433Z | Downloaded icu_properties_data v2.1.2 |
| 457 | 2026-03-25T16:41:26.433Z | Downloaded chrono v0.4.44 |
| 458 | 2026-03-25T16:41:26.433Z | Downloaded hashbrown v0.16.1 |
| 459 | 2026-03-25T16:41:26.433Z | Downloaded regex-syntax v0.8.10 |
| 460 | 2026-03-25T16:41:26.433Z | Downloaded openapiv3 v2.2.0 |
| 461 | 2026-03-25T16:41:26.458Z | Downloaded hyper v1.8.1 |
| 462 | 2026-03-25T16:41:26.458Z | Downloaded rustix v1.1.3 |
| 463 | 2026-03-25T16:41:26.482Z | Downloaded tracing v0.1.44 |
| 464 | 2026-03-25T16:41:26.482Z | Downloaded time v0.3.47 |
| 465 | 2026-03-25T16:41:26.504Z | Downloaded zerocopy v0.8.40 |
| 466 | 2026-03-25T16:41:26.504Z | Downloaded goblin v0.10.5 |
| 467 | 2026-03-25T16:41:26.504Z | Downloaded aws-lc-rs v1.16.0 |
| 468 | 2026-03-25T16:41:26.504Z | Downloaded regex-automata v0.4.14 |
| 469 | 2026-03-25T16:41:26.513Z | Downloaded dropshot v0.16.7 |
| 470 | 2026-03-25T16:41:26.560Z | Downloaded ring v0.17.14 |
| 471 | 2026-03-25T16:41:26.653Z | Downloaded tokio v1.49.0 |
| 472 | 2026-03-25T16:41:26.732Z | Downloaded encoding_rs v0.8.35 |
| 473 | 2026-03-25T16:41:27.582Z | Downloaded aws-lc-sys v0.37.1 |
| 474 | 2026-03-25T16:41:27.765Z | Compiling proc-macro2 v1.0.106 |
| 475 | 2026-03-25T16:41:27.766Z | Compiling quote v1.0.44 |
| 476 | 2026-03-25T16:41:27.766Z | Compiling unicode-ident v1.0.24 |
| 477 | 2026-03-25T16:41:27.766Z | Compiling libc v0.2.180 |
| 478 | 2026-03-25T16:41:27.775Z | Checking cfg-if v1.0.4 |
| 479 | 2026-03-25T16:41:27.775Z | Compiling serde_core v1.0.228 |
| 480 | 2026-03-25T16:41:27.775Z | Checking memchr v2.8.0 |
| 481 | 2026-03-25T16:41:27.776Z | Checking itoa v1.0.17 |
| 482 | 2026-03-25T16:41:27.920Z | Compiling serde v1.0.228 |
| 483 | 2026-03-25T16:41:27.971Z | Compiling zmij v1.0.21 |
| 484 | 2026-03-25T16:41:27.981Z | Compiling serde_json v1.0.149 |
| 485 | 2026-03-25T16:41:28.158Z | Checking pin-project-lite v0.2.17 |
| 486 | 2026-03-25T16:41:28.232Z | Compiling shlex v1.3.0 |
| 487 | 2026-03-25T16:41:28.264Z | Compiling find-msvc-tools v0.1.9 |
| 488 | 2026-03-25T16:41:28.278Z | Checking smallvec v1.15.1 |
| 489 | 2026-03-25T16:41:28.368Z | Checking futures-core v0.3.32 |
| 490 | 2026-03-25T16:41:28.423Z | Checking bytes v1.11.1 |
| 491 | 2026-03-25T16:41:28.445Z | Compiling parking_lot_core v0.9.12 |
| 492 | 2026-03-25T16:41:28.455Z | Checking scopeguard v1.2.0 |
| 493 | 2026-03-25T16:41:28.575Z | Checking errno v0.3.14 |
| 494 | 2026-03-25T16:41:28.591Z | Compiling jobserver v0.1.34 |
| 495 | 2026-03-25T16:41:28.591Z | Checking lock_api v0.4.14 |
| 496 | 2026-03-25T16:41:28.626Z | Checking once_cell v1.21.3 |
| 497 | 2026-03-25T16:41:28.725Z | Compiling cc v1.2.56 |
| 498 | 2026-03-25T16:41:28.821Z | Checking signal-hook-registry v1.4.8 |
| 499 | 2026-03-25T16:41:28.858Z | Checking mio v1.1.1 |
| 500 | 2026-03-25T16:41:28.871Z | Checking parking_lot v0.12.5 |
| 501 | 2026-03-25T16:41:28.955Z | Compiling syn v2.0.117 |
| 502 | 2026-03-25T16:41:28.966Z | Checking socket2 v0.6.2 |
| 503 | 2026-03-25T16:41:29.254Z | Checking stable_deref_trait v1.2.1 |
| 504 | 2026-03-25T16:41:29.279Z | Checking futures-sink v0.3.32 |
| 505 | 2026-03-25T16:41:29.279Z | Checking slab v0.4.12 |
| 506 | 2026-03-25T16:41:29.279Z | Compiling autocfg v1.5.0 |
| 507 | 2026-03-25T16:41:29.279Z | Compiling getrandom v0.4.1 |
| 508 | 2026-03-25T16:41:29.279Z | Checking zeroize v1.8.2 |
| 509 | 2026-03-25T16:41:29.279Z | Checking futures-channel v0.3.32 |
| 510 | 2026-03-25T16:41:29.279Z | Compiling rustversion v1.0.22 |
| 511 | 2026-03-25T16:41:29.279Z | Compiling thiserror v2.0.18 |
| 512 | 2026-03-25T16:41:29.344Z | Checking allocator-api2 v0.2.21 |
| 513 | 2026-03-25T16:41:29.354Z | Checking foldhash v0.2.0 |
| 514 | 2026-03-25T16:41:29.416Z | Compiling num-traits v0.2.19 |
| 515 | 2026-03-25T16:41:29.503Z | Checking equivalent v1.0.2 |
| 516 | 2026-03-25T16:41:29.556Z | Compiling cmake v0.1.57 |
| 517 | 2026-03-25T16:41:29.604Z | Checking hashbrown v0.16.1 |
| 518 | 2026-03-25T16:41:29.673Z | Checking rustls-pki-types v1.14.0 |
| 519 | 2026-03-25T16:41:29.729Z | Checking http v1.4.0 |
| 520 | 2026-03-25T16:41:29.876Z | Checking futures-task v0.3.32 |
| 521 | 2026-03-25T16:41:34.103Z | Compiling fs_extra v1.3.0 |
| 522 | 2026-03-25T16:41:34.104Z | Compiling dunce v1.0.5 |
| 523 | 2026-03-25T16:41:34.104Z | Checking futures-io v0.3.32 |
| 524 | 2026-03-25T16:41:34.104Z | Compiling zerocopy v0.8.40 |
| 525 | 2026-03-25T16:41:34.104Z | Checking fnv v1.0.7 |
| 526 | 2026-03-25T16:41:34.104Z | Compiling aws-lc-sys v0.37.1 |
| 527 | 2026-03-25T16:41:34.104Z | Compiling version_check v0.9.5 |
| 528 | 2026-03-25T16:41:34.104Z | Checking log v0.4.29 |
| 529 | 2026-03-25T16:41:34.104Z | Checking untrusted v0.9.0 |
| 530 | 2026-03-25T16:41:34.104Z | Compiling httparse v1.10.1 |
| 531 | 2026-03-25T16:41:34.104Z | Checking iana-time-zone v0.1.65 |
| 532 | 2026-03-25T16:41:34.104Z | Compiling ucd-trie v0.1.7 |
| 533 | 2026-03-25T16:41:34.104Z | Checking writeable v0.6.2 |
| 534 | 2026-03-25T16:41:34.104Z | Checking litemap v0.8.1 |
| 535 | 2026-03-25T16:41:34.104Z | Compiling pest v2.8.6 |
| 536 | 2026-03-25T16:41:34.104Z | Checking http-body v1.0.1 |
| 537 | 2026-03-25T16:41:34.105Z | Checking indexmap v2.13.0 |
| 538 | 2026-03-25T16:41:34.105Z | Checking tracing-core v0.1.36 |
| 539 | 2026-03-25T16:41:34.105Z | Compiling icu_normalizer_data v2.1.1 |
| 540 | 2026-03-25T16:41:34.105Z | Compiling icu_properties_data v2.1.2 |
| 541 | 2026-03-25T16:41:34.105Z | Compiling schemars v0.8.22 |
| 542 | 2026-03-25T16:41:34.105Z | Compiling aws-lc-rs v1.16.0 |
| 543 | 2026-03-25T16:41:34.105Z | Checking bitflags v2.11.0 |
| 544 | 2026-03-25T16:41:34.105Z | Checking percent-encoding v2.3.2 |
| 545 | 2026-03-25T16:41:34.105Z | Checking atomic-waker v1.1.2 |
| 546 | 2026-03-25T16:41:34.105Z | Checking tracing v0.1.44 |
| 547 | 2026-03-25T16:41:34.105Z | Checking uuid v1.21.0 |
| 548 | 2026-03-25T16:41:34.105Z | Checking semver v1.0.27 |
| 549 | 2026-03-25T16:41:34.105Z | Checking base64 v0.22.1 |
| 550 | 2026-03-25T16:41:34.105Z | Checking tower-service v0.3.3 |
| 551 | 2026-03-25T16:41:34.105Z | Checking dyn-clone v1.0.20 |
| 552 | 2026-03-25T16:41:34.105Z | Checking tower-layer v0.3.3 |
| 553 | 2026-03-25T16:41:34.105Z | Checking try-lock v0.2.5 |
| 554 | 2026-03-25T16:41:34.105Z | Compiling synstructure v0.13.2 |
| 555 | 2026-03-25T16:41:34.105Z | Compiling serde_derive_internals v0.29.1 |
| 556 | 2026-03-25T16:41:34.105Z | Checking subtle v2.6.1 |
| 557 | 2026-03-25T16:41:34.105Z | Compiling pest_meta v2.8.6 |
| 558 | 2026-03-25T16:41:34.105Z | Checking want v0.3.1 |
| 559 | 2026-03-25T16:41:34.105Z | Compiling slog v2.8.2 |
| 560 | 2026-03-25T16:41:34.106Z | Checking getrandom v0.2.17 |
| 561 | 2026-03-25T16:41:34.106Z | Checking pin-utils v0.1.0 |
| 562 | 2026-03-25T16:41:34.106Z | Compiling heck v0.5.0 |
| 563 | 2026-03-25T16:41:34.106Z | Checking httpdate v1.0.3 |
| 564 | 2026-03-25T16:41:34.106Z | Checking form_urlencoded v1.2.2 |
| 565 | 2026-03-25T16:41:34.106Z | Compiling getrandom v0.3.4 |
| 566 | 2026-03-25T16:41:34.307Z | Compiling pest_generator v2.8.6 |
| 567 | 2026-03-25T16:41:34.307Z | Compiling typenum v1.19.0 |
| 568 | 2026-03-25T16:41:34.307Z | Compiling rustls v0.23.37 |
| 569 | 2026-03-25T16:41:34.307Z | Checking ipnet v2.11.0 |
| 570 | 2026-03-25T16:41:34.307Z | Compiling generic-array v0.14.7 |
| 571 | 2026-03-25T16:41:34.307Z | Compiling ring v0.17.14 |
| 572 | 2026-03-25T16:41:34.307Z | Checking sync_wrapper v1.0.2 |
| 573 | 2026-03-25T16:41:34.307Z | Compiling paste v1.0.15 |
| 574 | 2026-03-25T16:41:34.307Z | Checking utf8_iter v1.0.4 |
| 575 | 2026-03-25T16:41:34.307Z | Compiling serde_derive v1.0.228 |
| 576 | 2026-03-25T16:41:34.307Z | Compiling zerofrom-derive v0.1.6 |
| 577 | 2026-03-25T16:41:34.307Z | Compiling tokio-macros v2.6.0 |
| 578 | 2026-03-25T16:41:34.307Z | Compiling zerocopy-derive v0.8.40 |
| 579 | 2026-03-25T16:41:34.307Z | Compiling yoke-derive v0.8.1 |
| 580 | 2026-03-25T16:41:34.307Z | Compiling zerovec-derive v0.11.2 |
| 581 | 2026-03-25T16:41:34.307Z | Compiling displaydoc v0.2.5 |
| 582 | 2026-03-25T16:41:34.307Z | Checking tokio v1.49.0 |
| 583 | 2026-03-25T16:41:34.307Z | Compiling futures-macro v0.3.32 |
| 584 | 2026-03-25T16:41:34.307Z | Compiling thiserror-impl v2.0.18 |
| 585 | 2026-03-25T16:41:34.307Z | Checking zerofrom v0.1.6 |
| 586 | 2026-03-25T16:41:34.363Z | Compiling schemars_derive v0.8.22 |
| 587 | 2026-03-25T16:41:34.363Z | Checking yoke v0.8.1 |
| 588 | 2026-03-25T16:41:34.380Z | Checking zerovec v0.11.5 |
| 589 | 2026-03-25T16:41:34.634Z | Checking futures-util v0.3.32 |
| 590 | 2026-03-25T16:41:34.753Z | Checking tinystr v0.8.2 |
| 591 | 2026-03-25T16:41:34.915Z | Checking icu_locale_core v2.1.1 |
| 592 | 2026-03-25T16:41:35.158Z | Checking potential_utf v0.1.4 |
| 593 | 2026-03-25T16:41:35.245Z | Checking zerotrie v0.2.3 |
| 594 | 2026-03-25T16:41:35.279Z | Checking icu_collections v2.1.1 |
| 595 | 2026-03-25T16:41:35.477Z | Checking icu_provider v2.1.1 |
| 596 | 2026-03-25T16:41:35.570Z | Compiling pest_derive v2.8.6 |
| 597 | 2026-03-25T16:41:35.688Z | Checking icu_properties v2.1.2 |
| 598 | 2026-03-25T16:41:35.818Z | Checking chrono v0.4.44 |
| 599 | 2026-03-25T16:41:35.913Z | Checking erased-serde v0.3.31 |
| 600 | 2026-03-25T16:41:36.025Z | Checking icu_normalizer v2.1.1 |
| 601 | 2026-03-25T16:41:36.310Z | Compiling serde_tokenstream v0.2.3 |
| 602 | 2026-03-25T16:41:36.468Z | Checking idna_adapter v1.2.1 |
| 603 | 2026-03-25T16:41:36.546Z | Checking ryu v1.0.23 |
| 604 | 2026-03-25T16:41:36.580Z | Checking idna v1.1.0 |
| 605 | 2026-03-25T16:41:36.600Z | Checking tokio-util v0.7.18 |
| 606 | 2026-03-25T16:41:36.667Z | Checking serde_urlencoded v0.7.1 |
| 607 | 2026-03-25T16:41:36.799Z | Checking tower v0.5.3 |
| 608 | 2026-03-25T16:41:36.989Z | Checking ppv-lite86 v0.2.21 |
| 609 | 2026-03-25T16:41:36.992Z | Checking h2 v0.4.13 |
| 610 | 2026-03-25T16:41:37.194Z | Compiling structmeta-derive v0.3.0 |
| 611 | 2026-03-25T16:41:37.211Z | Compiling scroll_derive v0.13.1 |
| 612 | 2026-03-25T16:41:37.726Z | Checking http-body-util v0.1.3 |
| 613 | 2026-03-25T16:41:37.796Z | Compiling usdt-impl v0.6.0 |
| 614 | 2026-03-25T16:41:37.963Z | Checking powerfmt v0.2.0 |
| 615 | 2026-03-25T16:41:38.013Z | Compiling rustix v1.1.3 |
| 616 | 2026-03-25T16:41:38.016Z | Compiling num-conv v0.2.0 |
| 617 | 2026-03-25T16:41:38.098Z | Checking iri-string v0.7.10 |
| 618 | 2026-03-25T16:41:38.128Z | Compiling time-core v0.1.8 |
| 619 | 2026-03-25T16:41:38.147Z | Checking fastrand v2.3.0 |
| 620 | 2026-03-25T16:41:38.260Z | Compiling time-macros v0.2.27 |
| 621 | 2026-03-25T16:41:38.312Z | Compiling structmeta v0.3.0 |
| 622 | 2026-03-25T16:41:38.488Z | Checking deranged v0.5.8 |
| 623 | 2026-03-25T16:41:38.758Z | Checking hyper v1.8.1 |
| 624 | 2026-03-25T16:41:38.844Z | Checking scroll v0.13.0 |
| 625 | 2026-03-25T16:41:39.056Z | Checking tower-http v0.6.8 |
| 626 | 2026-03-25T16:41:39.193Z | Checking rand_core v0.9.5 |
| 627 | 2026-03-25T16:41:39.300Z | Compiling dof v0.4.0 |
| 628 | 2026-03-25T16:41:39.342Z | Checking ipnetwork v0.21.1 |
| 629 | 2026-03-25T16:41:39.386Z | Checking url v2.5.8 |
| 630 | 2026-03-25T16:41:39.453Z | Compiling dtrace-parser v0.3.0 |
| 631 | 2026-03-25T16:41:39.515Z | Compiling thread-id v5.1.0 |
| 632 | 2026-03-25T16:41:39.607Z | Checking hyper-util v0.1.20 |
| 633 | 2026-03-25T16:41:39.707Z | Compiling crossbeam-utils v0.8.21 |
| 634 | 2026-03-25T16:41:39.740Z | Compiling ident_case v1.0.1 |
| 635 | 2026-03-25T16:41:39.832Z | Compiling omicron-workspace-hack v0.1.0 |
| 636 | 2026-03-25T16:41:39.987Z | Checking plain v0.2.3 |
| 637 | 2026-03-25T16:41:39.999Z | Checking openssl-probe v0.2.1 |
| 638 | 2026-03-25T16:41:40.007Z | Compiling strsim v0.11.1 |
| 639 | 2026-03-25T16:41:40.016Z | Checking num_threads v0.1.7 |
| 640 | 2026-03-25T16:41:40.072Z | Checking regex-syntax v0.8.10 |
| 641 | 2026-03-25T16:41:40.082Z | Compiling byteorder v1.5.0 |
| 642 | 2026-03-25T16:41:40.112Z | Checking rustls-native-certs v0.8.3 |
| 643 | 2026-03-25T16:41:40.189Z | Checking time v0.3.47 |
| 644 | 2026-03-25T16:41:40.222Z | Compiling darling_core v0.21.3 |
| 645 | 2026-03-25T16:41:40.287Z | Checking goblin v0.10.5 |
| 646 | 2026-03-25T16:41:40.767Z | Checking oxnet v0.1.4 |
| 647 | 2026-03-25T16:41:41.126Z | Checking newtype-uuid v1.3.2 |
| 648 | 2026-03-25T16:41:41.282Z | Compiling daft-derive v0.1.5 |
| 649 | 2026-03-25T16:41:41.338Z | Compiling aho-corasick v1.1.4 |
| 650 | 2026-03-25T16:41:41.648Z | Compiling camino v1.2.2 |
| 651 | 2026-03-25T16:41:41.729Z | Compiling rustls v0.22.4 |
| 652 | 2026-03-25T16:41:41.920Z | Checking pretty-hex v0.4.1 |
| 653 | 2026-03-25T16:41:41.961Z | Checking daft v0.1.5 |
| 654 | 2026-03-25T16:41:42.017Z | Checking rustls-webpki v0.102.8 |
| 655 | 2026-03-25T16:41:42.157Z | Checking tempfile v3.25.0 |
| 656 | 2026-03-25T16:41:42.269Z | Compiling darling_macro v0.21.3 |
| 657 | 2026-03-25T16:41:42.347Z | Checking block-buffer v0.10.4 |
| 658 | 2026-03-25T16:41:42.459Z | Checking crypto-common v0.1.7 |
| 659 | 2026-03-25T16:41:42.561Z | Checking rand_chacha v0.9.0 |
| 660 | 2026-03-25T16:41:42.649Z | Checking rand_core v0.6.4 |
| 661 | 2026-03-25T16:41:42.715Z | Compiling multer v3.1.0 |
| 662 | 2026-03-25T16:41:42.730Z | Checking wait-timeout v0.2.1 |
| 663 | 2026-03-25T16:41:42.849Z | Checking thread_local v1.1.9 |
| 664 | 2026-03-25T16:41:42.852Z | Checking match_cfg v0.1.0 |
| 665 | 2026-03-25T16:41:42.901Z | Compiling thiserror v1.0.69 |
| 666 | 2026-03-25T16:41:42.910Z | Checking winnow v0.7.14 |
| 667 | 2026-03-25T16:41:42.997Z | Compiling anyhow v1.0.102 |
| 668 | 2026-03-25T16:41:43.156Z | Checking quick-error v1.2.3 |
| 669 | 2026-03-25T16:41:43.186Z | Compiling regex-automata v0.4.14 |
| 670 | 2026-03-25T16:41:43.231Z | Compiling slog-async v2.8.0 |
| 671 | 2026-03-25T16:41:43.289Z | Compiling ref-cast v1.0.25 |
| 672 | 2026-03-25T16:41:43.499Z | Checking bit-vec v0.8.0 |
| 673 | 2026-03-25T16:41:43.696Z | Checking bit-set v0.8.0 |
| 674 | 2026-03-25T16:41:43.772Z | Checking rusty-fork v0.3.1 |
| 675 | 2026-03-25T16:41:43.891Z | Checking hostname v0.3.1 |
| 676 | 2026-03-25T16:41:43.943Z | Checking rand_chacha v0.3.1 |
| 677 | 2026-03-25T16:41:43.975Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 678 | 2026-03-25T16:41:43.998Z | Compiling darling v0.21.3 |
| 679 | 2026-03-25T16:41:43.998Z | Checking rand v0.9.2 |
| 680 | 2026-03-25T16:41:44.036Z | Checking crossbeam-channel v0.5.15 |
| 681 | 2026-03-25T16:41:44.116Z | Checking digest v0.10.7 |
| 682 | 2026-03-25T16:41:44.283Z | Checking slog-json v2.6.1 |
| 683 | 2026-03-25T16:41:44.344Z | Compiling usdt-attr-macro v0.6.0 |
| 684 | 2026-03-25T16:41:44.405Z | Compiling usdt-macro v0.6.0 |
| 685 | 2026-03-25T16:41:44.412Z | Checking rand_xorshift v0.4.0 |
| 686 | 2026-03-25T16:41:44.510Z | Compiling derive-ex v0.1.8 |
| 687 | 2026-03-25T16:41:44.519Z | Checking futures-executor v0.3.32 |
| 688 | 2026-03-25T16:41:44.644Z | Compiling async-trait v0.1.89 |
| 689 | 2026-03-25T16:41:44.965Z | Compiling regex v1.12.3 |
| 690 | 2026-03-25T16:41:45.014Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 691 | 2026-03-25T16:41:45.029Z | Compiling ref-cast-impl v1.0.25 |
| 692 | 2026-03-25T16:41:45.341Z | Compiling strum_macros v0.26.4 |
| 693 | 2026-03-25T16:41:45.418Z | Compiling thiserror-impl v1.0.69 |
| 694 | 2026-03-25T16:41:45.560Z | Compiling async-stream-impl v0.3.6 |
| 695 | 2026-03-25T16:41:45.576Z | Compiling dropshot v0.16.7 |
| 696 | 2026-03-25T16:41:45.675Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 697 | 2026-03-25T16:41:45.678Z | Checking serde_spanned v1.0.4 |
| 698 | 2026-03-25T16:41:45.777Z | Checking is-terminal v0.4.17 |
| 699 | 2026-03-25T16:41:45.797Z | Checking memmap2 v0.9.10 |
| 700 | 2026-03-25T16:41:45.854Z | Checking encoding_rs v0.8.35 |
| 701 | 2026-03-25T16:41:45.857Z | Checking mime v0.3.17 |
| 702 | 2026-03-25T16:41:46.009Z | Checking hex v0.4.3 |
| 703 | 2026-03-25T16:41:46.020Z | Checking unarray v0.1.4 |
| 704 | 2026-03-25T16:41:46.111Z | Checking take_mut v0.2.2 |
| 705 | 2026-03-25T16:41:46.128Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 706 | 2026-03-25T16:41:46.201Z | Checking cpufeatures v0.2.17 |
| 707 | 2026-03-25T16:41:46.211Z | Checking term v1.2.1 |
| 708 | 2026-03-25T16:41:46.215Z | Checking spin v0.9.8 |
| 709 | 2026-03-25T16:41:46.261Z | Checking sha1 v0.10.6 |
| 710 | 2026-03-25T16:41:46.290Z | Checking toml v0.9.12+spec-1.1.0 |
| 711 | 2026-03-25T16:41:46.306Z | Compiling dropshot_endpoint v0.16.7 |
| 712 | 2026-03-25T16:41:46.403Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 713 | 2026-03-25T16:41:46.419Z | Checking slog-term v2.9.2 |
| 714 | 2026-03-25T16:41:46.593Z | Checking async-stream v0.3.6 |
| 715 | 2026-03-25T16:41:46.656Z | Checking proptest v1.10.0 |
| 716 | 2026-03-25T16:41:46.680Z | Compiling test-strategy v0.4.5 |
| 717 | 2026-03-25T16:41:46.710Z | Checking usdt v0.6.0 |
| 718 | 2026-03-25T16:41:46.855Z | Checking tokio-rustls v0.25.0 |
| 719 | 2026-03-25T16:41:46.874Z | Compiling parse-display-derive v0.10.0 |
| 720 | 2026-03-25T16:41:46.884Z | Checking strum v0.26.3 |
| 721 | 2026-03-25T16:41:46.980Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 722 | 2026-03-25T16:41:47.036Z | Checking futures v0.3.32 |
| 723 | 2026-03-25T16:41:47.075Z | Checking slog-bunyan v2.5.0 |
| 724 | 2026-03-25T16:41:47.100Z | Checking rand v0.8.5 |
| 725 | 2026-03-25T16:41:47.176Z | Compiling serde_with_macros v3.17.0 |
| 726 | 2026-03-25T16:41:47.587Z | Checking reqwest v0.12.28 |
| 727 | 2026-03-25T16:41:47.597Z | Checking backon v1.6.0 |
| 728 | 2026-03-25T16:41:47.746Z | Compiling newtype-uuid-macros v0.1.0 |
| 729 | 2026-03-25T16:41:47.861Z | Checking openapiv3 v2.2.0 |
| 730 | 2026-03-25T16:41:47.966Z | Compiling strum_macros v0.27.2 |
| 731 | 2026-03-25T16:41:48.101Z | Checking waitgroup v0.1.2 |
| 732 | 2026-03-25T16:41:48.191Z | Checking rustls-pemfile v2.2.0 |
| 733 | 2026-03-25T16:41:48.200Z | Checking serde_path_to_error v0.1.20 |
| 734 | 2026-03-25T16:41:48.215Z | Checking hostname v0.4.2 |
| 735 | 2026-03-25T16:41:48.296Z | Checking instant v0.1.13 |
| 736 | 2026-03-25T16:41:48.300Z | Checking either v1.15.0 |
| 737 | 2026-03-25T16:41:48.314Z | Checking debug-ignore v1.0.5 |
| 738 | 2026-03-25T16:41:48.369Z | Checking rustc-hash v2.1.1 |
| 739 | 2026-03-25T16:41:48.396Z | Checking backoff v0.4.0 |
| 740 | 2026-03-25T16:41:48.449Z | Checking parse-display v0.10.0 |
| 741 | 2026-03-25T16:41:48.464Z | Checking iddqd v0.3.17 |
| 742 | 2026-03-25T16:41:48.468Z | Checking itertools v0.14.0 |
| 743 | 2026-03-25T16:41:48.468Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 744 | 2026-03-25T16:41:48.546Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 745 | 2026-03-25T16:41:48.578Z | Checking serde_with v3.17.0 |
| 746 | 2026-03-25T16:41:48.831Z | Checking progenitor-client v0.10.0 |
| 747 | 2026-03-25T16:41:48.875Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 748 | 2026-03-25T16:41:49.017Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 749 | 2026-03-25T16:41:49.201Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 750 | 2026-03-25T16:41:49.230Z | Checking macaddr v1.0.1 |
| 751 | 2026-03-25T16:41:49.349Z | Checking regress v0.10.5 |
| 752 | 2026-03-25T16:41:49.682Z | Checking strum v0.27.2 |
| 753 | 2026-03-25T16:41:53.662Z | Checking rustls-webpki v0.103.9 |
| 754 | 2026-03-25T16:41:55.704Z | Checking tokio-rustls v0.26.4 |
| 755 | 2026-03-25T16:41:55.708Z | Checking rustls-platform-verifier v0.6.2 |
| 756 | 2026-03-25T16:41:55.873Z | Checking hyper-rustls v0.27.7 |
| 757 | 2026-03-25T16:41:56.007Z | Checking reqwest v0.13.2 |
| 758 | 2026-03-25T16:41:56.503Z | Checking progenitor-client v0.13.0 |
| 759 | 2026-03-25T16:41:56.685Z | Checking progenitor-extras v0.1.1 |
| 760 | 2026-03-25T16:41:56.819Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 761 | 2026-03-25T16:42:00.736Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 762 | 2026-03-25T16:42:00.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.85s |
| 763 | 2026-03-25T16:42:00.904Z | + cargo build --release |
| 764 | 2026-03-25T16:42:01.065Z | Compiling proc-macro2 v1.0.106 |
| 765 | 2026-03-25T16:42:01.065Z | Compiling quote v1.0.44 |
| 766 | 2026-03-25T16:42:01.065Z | Compiling unicode-ident v1.0.24 |
| 767 | 2026-03-25T16:42:01.065Z | Compiling libc v0.2.180 |
| 768 | 2026-03-25T16:42:01.065Z | Compiling cfg-if v1.0.4 |
| 769 | 2026-03-25T16:42:01.069Z | Compiling serde_core v1.0.228 |
| 770 | 2026-03-25T16:42:01.069Z | Compiling memchr v2.8.0 |
| 771 | 2026-03-25T16:42:01.069Z | Compiling itoa v1.0.17 |
| 772 | 2026-03-25T16:42:01.152Z | Compiling zmij v1.0.21 |
| 773 | 2026-03-25T16:42:01.200Z | Compiling serde v1.0.228 |
| 774 | 2026-03-25T16:42:01.310Z | Compiling serde_json v1.0.149 |
| 775 | 2026-03-25T16:42:01.380Z | Compiling pin-project-lite v0.2.17 |
| 776 | 2026-03-25T16:42:01.456Z | Compiling smallvec v1.15.1 |
| 777 | 2026-03-25T16:42:01.514Z | Compiling shlex v1.3.0 |
| 778 | 2026-03-25T16:42:01.519Z | Compiling find-msvc-tools v0.1.9 |
| 779 | 2026-03-25T16:42:01.689Z | Compiling futures-core v0.3.32 |
| 780 | 2026-03-25T16:42:01.721Z | Compiling bytes v1.11.1 |
| 781 | 2026-03-25T16:42:01.783Z | Compiling errno v0.3.14 |
| 782 | 2026-03-25T16:42:01.801Z | Compiling jobserver v0.1.34 |
| 783 | 2026-03-25T16:42:01.825Z | Compiling parking_lot_core v0.9.12 |
| 784 | 2026-03-25T16:42:01.926Z | Compiling scopeguard v1.2.0 |
| 785 | 2026-03-25T16:42:01.988Z | Compiling cc v1.2.56 |
| 786 | 2026-03-25T16:42:02.093Z | Compiling lock_api v0.4.14 |
| 787 | 2026-03-25T16:42:02.199Z | Compiling syn v2.0.117 |
| 788 | 2026-03-25T16:42:02.218Z | Compiling once_cell v1.21.3 |
| 789 | 2026-03-25T16:42:02.321Z | Compiling parking_lot v0.12.5 |
| 790 | 2026-03-25T16:42:02.439Z | Compiling signal-hook-registry v1.4.8 |
| 791 | 2026-03-25T16:42:02.461Z | Compiling mio v1.1.1 |
| 792 | 2026-03-25T16:42:02.594Z | Compiling socket2 v0.6.2 |
| 793 | 2026-03-25T16:42:02.792Z | Compiling futures-sink v0.3.32 |
| 794 | 2026-03-25T16:42:02.901Z | Compiling stable_deref_trait v1.2.1 |
| 795 | 2026-03-25T16:42:02.935Z | Compiling slab v0.4.12 |
| 796 | 2026-03-25T16:42:02.971Z | Compiling thiserror v2.0.18 |
| 797 | 2026-03-25T16:42:03.124Z | Compiling autocfg v1.5.0 |
| 798 | 2026-03-25T16:42:03.137Z | Compiling getrandom v0.4.1 |
| 799 | 2026-03-25T16:42:03.238Z | Compiling zeroize v1.8.2 |
| 800 | 2026-03-25T16:42:03.296Z | Compiling futures-channel v0.3.32 |
| 801 | 2026-03-25T16:42:03.378Z | Compiling rustversion v1.0.22 |
| 802 | 2026-03-25T16:42:03.381Z | Compiling foldhash v0.2.0 |
| 803 | 2026-03-25T16:42:03.390Z | Compiling allocator-api2 v0.2.21 |
| 804 | 2026-03-25T16:42:03.412Z | Compiling equivalent v1.0.2 |
| 805 | 2026-03-25T16:42:03.450Z | Compiling num-traits v0.2.19 |
| 806 | 2026-03-25T16:42:03.534Z | Compiling rustls-pki-types v1.14.0 |
| 807 | 2026-03-25T16:42:03.631Z | Compiling cmake v0.1.57 |
| 808 | 2026-03-25T16:42:03.652Z | Compiling http v1.4.0 |
| 809 | 2026-03-25T16:42:03.727Z | Compiling hashbrown v0.16.1 |
| 810 | 2026-03-25T16:42:03.743Z | Compiling futures-task v0.3.32 |
| 811 | 2026-03-25T16:42:03.796Z | Compiling futures-io v0.3.32 |
| 812 | 2026-03-25T16:42:03.901Z | Compiling fs_extra v1.3.0 |
| 813 | 2026-03-25T16:42:03.950Z | Compiling dunce v1.0.5 |
| 814 | 2026-03-25T16:42:04.030Z | Compiling zerocopy v0.8.40 |
| 815 | 2026-03-25T16:42:04.135Z | Compiling aws-lc-sys v0.37.1 |
| 816 | 2026-03-25T16:42:04.403Z | Compiling log v0.4.29 |
| 817 | 2026-03-25T16:42:04.420Z | Compiling version_check v0.9.5 |
| 818 | 2026-03-25T16:42:04.605Z | Compiling fnv v1.0.7 |
| 819 | 2026-03-25T16:42:04.672Z | Compiling untrusted v0.9.0 |
| 820 | 2026-03-25T16:42:04.788Z | Compiling ucd-trie v0.1.7 |
| 821 | 2026-03-25T16:42:04.875Z | Compiling iana-time-zone v0.1.65 |
| 822 | 2026-03-25T16:42:04.889Z | Compiling synstructure v0.13.2 |
| 823 | 2026-03-25T16:42:05.059Z | Compiling httparse v1.10.1 |
| 824 | 2026-03-25T16:42:05.356Z | Compiling writeable v0.6.2 |
| 825 | 2026-03-25T16:42:05.400Z | Compiling litemap v0.8.1 |
| 826 | 2026-03-25T16:42:05.485Z | Compiling pest v2.8.6 |
| 827 | 2026-03-25T16:42:05.528Z | Compiling serde_derive_internals v0.29.1 |
| 828 | 2026-03-25T16:42:05.553Z | Compiling http-body v1.0.1 |
| 829 | 2026-03-25T16:42:05.571Z | Compiling indexmap v2.13.0 |
| 830 | 2026-03-25T16:42:05.696Z | Compiling tracing-core v0.1.36 |
| 831 | 2026-03-25T16:42:05.720Z | Compiling atomic-waker v1.1.2 |
| 832 | 2026-03-25T16:42:05.836Z | Compiling schemars v0.8.22 |
| 833 | 2026-03-25T16:42:06.054Z | Compiling bitflags v2.11.0 |
| 834 | 2026-03-25T16:42:06.080Z | Compiling serde_derive v1.0.228 |
| 835 | 2026-03-25T16:42:06.215Z | Compiling zerofrom-derive v0.1.6 |
| 836 | 2026-03-25T16:42:06.337Z | Compiling zerocopy-derive v0.8.40 |
| 837 | 2026-03-25T16:42:06.416Z | Compiling tokio-macros v2.6.0 |
| 838 | 2026-03-25T16:42:06.435Z | Compiling yoke-derive v0.8.1 |
| 839 | 2026-03-25T16:42:06.597Z | Compiling zerovec-derive v0.11.2 |
| 840 | 2026-03-25T16:42:06.741Z | Compiling displaydoc v0.2.5 |
| 841 | 2026-03-25T16:42:07.101Z | Compiling tokio v1.49.0 |
| 842 | 2026-03-25T16:42:07.323Z | Compiling zerofrom v0.1.6 |
| 843 | 2026-03-25T16:42:07.372Z | Compiling thiserror-impl v2.0.18 |
| 844 | 2026-03-25T16:42:07.421Z | Compiling yoke v0.8.1 |
| 845 | 2026-03-25T16:42:07.433Z | Compiling futures-macro v0.3.32 |
| 846 | 2026-03-25T16:42:07.595Z | Compiling zerotrie v0.2.3 |
| 847 | 2026-03-25T16:42:07.617Z | Compiling zerovec v0.11.5 |
| 848 | 2026-03-25T16:42:07.992Z | Compiling icu_properties_data v2.1.2 |
| 849 | 2026-03-25T16:42:08.159Z | Compiling tinystr v0.8.2 |
| 850 | 2026-03-25T16:42:08.197Z | Compiling potential_utf v0.1.4 |
| 851 | 2026-03-25T16:42:08.197Z | Compiling futures-util v0.3.32 |
| 852 | 2026-03-25T16:42:08.347Z | Compiling icu_locale_core v2.1.1 |
| 853 | 2026-03-25T16:42:08.363Z | Compiling percent-encoding v2.3.2 |
| 854 | 2026-03-25T16:42:08.513Z | Compiling aws-lc-rs v1.16.0 |
| 855 | 2026-03-25T16:42:08.612Z | Compiling icu_normalizer_data v2.1.1 |
| 856 | 2026-03-25T16:42:08.822Z | Compiling icu_collections v2.1.1 |
| 857 | 2026-03-25T16:42:09.211Z | Compiling chrono v0.4.44 |
| 858 | 2026-03-25T16:42:09.245Z | Compiling icu_provider v2.1.1 |
| 859 | 2026-03-25T16:42:09.510Z | Compiling pest_meta v2.8.6 |
| 860 | 2026-03-25T16:42:09.623Z | Compiling schemars_derive v0.8.22 |
| 861 | 2026-03-25T16:42:10.680Z | Compiling tracing v0.1.44 |
| 862 | 2026-03-25T16:42:10.718Z | Compiling uuid v1.21.0 |
| 863 | 2026-03-25T16:42:10.743Z | Compiling semver v1.0.27 |
| 864 | 2026-03-25T16:42:10.748Z | Compiling tower-layer v0.3.3 |
| 865 | 2026-03-25T16:42:10.926Z | Compiling tokio-util v0.7.18 |
| 866 | 2026-03-25T16:42:10.993Z | Compiling subtle v2.6.1 |
| 867 | 2026-03-25T16:42:11.114Z | Compiling dyn-clone v1.0.20 |
| 868 | 2026-03-25T16:42:11.136Z | Compiling try-lock v0.2.5 |
| 869 | 2026-03-25T16:42:11.235Z | Compiling tower-service v0.3.3 |
| 870 | 2026-03-25T16:42:11.251Z | Compiling base64 v0.22.1 |
| 871 | 2026-03-25T16:42:11.277Z | Compiling want v0.3.1 |
| 872 | 2026-03-25T16:42:11.361Z | Compiling pest_generator v2.8.6 |
| 873 | 2026-03-25T16:42:11.433Z | Compiling h2 v0.4.13 |
| 874 | 2026-03-25T16:42:11.892Z | Compiling slog v2.8.2 |
| 875 | 2026-03-25T16:42:11.938Z | Compiling getrandom v0.2.17 |
| 876 | 2026-03-25T16:42:11.996Z | Compiling pin-utils v0.1.0 |
| 877 | 2026-03-25T16:42:12.063Z | Compiling heck v0.5.0 |
| 878 | 2026-03-25T16:42:12.099Z | Compiling httpdate v1.0.3 |
| 879 | 2026-03-25T16:42:12.141Z | Compiling pest_derive v2.8.6 |
| 880 | 2026-03-25T16:42:12.244Z | Compiling icu_normalizer v2.1.1 |
| 881 | 2026-03-25T16:42:12.448Z | Compiling icu_properties v2.1.2 |
| 882 | 2026-03-25T16:42:12.610Z | Compiling erased-serde v0.3.31 |
| 883 | 2026-03-25T16:42:12.619Z | Compiling form_urlencoded v1.2.2 |
| 884 | 2026-03-25T16:42:13.253Z | Compiling getrandom v0.3.4 |
| 885 | 2026-03-25T16:42:13.411Z | Compiling rustls v0.23.37 |
| 886 | 2026-03-25T16:42:13.555Z | Compiling typenum v1.19.0 |
| 887 | 2026-03-25T16:42:13.576Z | Compiling ipnet v2.11.0 |
| 888 | 2026-03-25T16:42:13.650Z | Compiling idna_adapter v1.2.1 |
| 889 | 2026-03-25T16:42:13.771Z | Compiling hyper v1.8.1 |
| 890 | 2026-03-25T16:42:14.148Z | Compiling ppv-lite86 v0.2.21 |
| 891 | 2026-03-25T16:42:14.473Z | Compiling serde_tokenstream v0.2.3 |
| 892 | 2026-03-25T16:42:14.603Z | Compiling generic-array v0.14.7 |
| 893 | 2026-03-25T16:42:14.736Z | Compiling ring v0.17.14 |
| 894 | 2026-03-25T16:42:14.748Z | Compiling sync_wrapper v1.0.2 |
| 895 | 2026-03-25T16:42:14.816Z | Compiling ryu v1.0.23 |
| 896 | 2026-03-25T16:42:15.001Z | Compiling paste v1.0.15 |
| 897 | 2026-03-25T16:42:15.090Z | Compiling hyper-util v0.1.20 |
| 898 | 2026-03-25T16:42:15.219Z | Compiling utf8_iter v1.0.4 |
| 899 | 2026-03-25T16:42:15.375Z | Compiling idna v1.1.0 |
| 900 | 2026-03-25T16:42:17.112Z | Compiling serde_urlencoded v0.7.1 |
| 901 | 2026-03-25T16:42:17.370Z | Compiling tower v0.5.3 |
| 902 | 2026-03-25T16:42:17.919Z | Compiling structmeta-derive v0.3.0 |
| 903 | 2026-03-25T16:42:17.966Z | Compiling scroll_derive v0.13.1 |
| 904 | 2026-03-25T16:42:17.974Z | Compiling http-body-util v0.1.3 |
| 905 | 2026-03-25T16:42:18.278Z | Compiling time-core v0.1.8 |
| 906 | 2026-03-25T16:42:18.406Z | Compiling rustix v1.1.3 |
| 907 | 2026-03-25T16:42:18.527Z | Compiling powerfmt v0.2.0 |
| 908 | 2026-03-25T16:42:18.721Z | Compiling iri-string v0.7.10 |
| 909 | 2026-03-25T16:42:18.762Z | Compiling usdt-impl v0.6.0 |
| 910 | 2026-03-25T16:42:18.821Z | Compiling omicron-workspace-hack v0.1.0 |
| 911 | 2026-03-25T16:42:18.917Z | Compiling fastrand v2.3.0 |
| 912 | 2026-03-25T16:42:18.981Z | Compiling num-conv v0.2.0 |
| 913 | 2026-03-25T16:42:19.021Z | Compiling structmeta v0.3.0 |
| 914 | 2026-03-25T16:42:19.093Z | Compiling time-macros v0.2.27 |
| 915 | 2026-03-25T16:42:19.326Z | Compiling scroll v0.13.0 |
| 916 | 2026-03-25T16:42:19.435Z | Compiling deranged v0.5.8 |
| 917 | 2026-03-25T16:42:20.012Z | Compiling tower-http v0.6.8 |
| 918 | 2026-03-25T16:42:20.080Z | Compiling rand_core v0.9.5 |
| 919 | 2026-03-25T16:42:20.311Z | Compiling dof v0.4.0 |
| 920 | 2026-03-25T16:42:20.443Z | Compiling url v2.5.8 |
| 921 | 2026-03-25T16:42:20.920Z | Compiling dtrace-parser v0.3.0 |
| 922 | 2026-03-25T16:42:20.939Z | Compiling ipnetwork v0.21.1 |
| 923 | 2026-03-25T16:42:20.983Z | Compiling thread-id v5.1.0 |
| 924 | 2026-03-25T16:42:21.084Z | Compiling plain v0.2.3 |
| 925 | 2026-03-25T16:42:21.180Z | Compiling crossbeam-utils v0.8.21 |
| 926 | 2026-03-25T16:42:21.326Z | Compiling openssl-probe v0.2.1 |
| 927 | 2026-03-25T16:42:21.445Z | Compiling strsim v0.11.1 |
| 928 | 2026-03-25T16:42:21.554Z | Compiling regex-syntax v0.8.10 |
| 929 | 2026-03-25T16:42:21.637Z | Compiling num_threads v0.1.7 |
| 930 | 2026-03-25T16:42:21.710Z | Compiling byteorder v1.5.0 |
| 931 | 2026-03-25T16:42:21.716Z | Compiling ident_case v1.0.1 |
| 932 | 2026-03-25T16:42:21.750Z | Compiling time v0.3.47 |
| 933 | 2026-03-25T16:42:21.814Z | Compiling darling_core v0.21.3 |
| 934 | 2026-03-25T16:42:22.415Z | Compiling rustls-native-certs v0.8.3 |
| 935 | 2026-03-25T16:42:22.921Z | Compiling oxnet v0.1.4 |
| 936 | 2026-03-25T16:42:23.252Z | Compiling goblin v0.10.5 |
| 937 | 2026-03-25T16:42:24.255Z | Compiling newtype-uuid v1.3.2 |
| 938 | 2026-03-25T16:42:24.455Z | Compiling daft-derive v0.1.5 |
| 939 | 2026-03-25T16:42:24.901Z | Compiling aho-corasick v1.1.4 |
| 940 | 2026-03-25T16:42:25.199Z | Compiling rustls v0.22.4 |
| 941 | 2026-03-25T16:42:25.397Z | Compiling camino v1.2.2 |
| 942 | 2026-03-25T16:42:25.467Z | Compiling pretty-hex v0.4.1 |
| 943 | 2026-03-25T16:42:25.612Z | Compiling daft v0.1.5 |
| 944 | 2026-03-25T16:42:25.738Z | Compiling tempfile v3.25.0 |
| 945 | 2026-03-25T16:42:26.144Z | Compiling darling_macro v0.21.3 |
| 946 | 2026-03-25T16:42:26.614Z | Compiling regex-automata v0.4.14 |
| 947 | 2026-03-25T16:42:27.161Z | Compiling rustls-webpki v0.102.8 |
| 948 | 2026-03-25T16:42:28.671Z | Compiling rand_chacha v0.9.0 |
| 949 | 2026-03-25T16:42:29.040Z | Compiling crypto-common v0.1.7 |
| 950 | 2026-03-25T16:42:29.071Z | Compiling block-buffer v0.10.4 |
| 951 | 2026-03-25T16:42:29.126Z | Compiling rand_core v0.6.4 |
| 952 | 2026-03-25T16:42:29.163Z | Compiling multer v3.1.0 |
| 953 | 2026-03-25T16:42:29.219Z | Compiling wait-timeout v0.2.1 |
| 954 | 2026-03-25T16:42:29.283Z | Compiling thread_local v1.1.9 |
| 955 | 2026-03-25T16:42:29.363Z | Compiling ref-cast v1.0.25 |
| 956 | 2026-03-25T16:42:29.369Z | Compiling anyhow v1.0.102 |
| 957 | 2026-03-25T16:42:29.632Z | Compiling thiserror v1.0.69 |
| 958 | 2026-03-25T16:42:29.665Z | Compiling match_cfg v0.1.0 |
| 959 | 2026-03-25T16:42:29.685Z | Compiling winnow v0.7.14 |
| 960 | 2026-03-25T16:42:29.726Z | Compiling bit-vec v0.8.0 |
| 961 | 2026-03-25T16:42:29.919Z | Compiling slog-async v2.8.0 |
| 962 | 2026-03-25T16:42:29.925Z | Compiling quick-error v1.2.3 |
| 963 | 2026-03-25T16:42:30.007Z | Compiling rusty-fork v0.3.1 |
| 964 | 2026-03-25T16:42:30.221Z | Compiling bit-set v0.8.0 |
| 965 | 2026-03-25T16:42:30.876Z | Compiling hostname v0.3.1 |
| 966 | 2026-03-25T16:42:31.068Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 967 | 2026-03-25T16:42:31.540Z | Compiling rand_chacha v0.3.1 |
| 968 | 2026-03-25T16:42:32.162Z | Compiling digest v0.10.7 |
| 969 | 2026-03-25T16:42:32.365Z | Compiling rand v0.9.2 |
| 970 | 2026-03-25T16:42:32.373Z | Compiling crossbeam-channel v0.5.15 |
| 971 | 2026-03-25T16:42:33.061Z | Compiling regex v1.12.3 |
| 972 | 2026-03-25T16:42:33.443Z | Compiling darling v0.21.3 |
| 973 | 2026-03-25T16:42:34.093Z | Compiling slog-json v2.6.1 |
| 974 | 2026-03-25T16:42:34.359Z | Compiling usdt-attr-macro v0.6.0 |
| 975 | 2026-03-25T16:42:34.560Z | Compiling usdt-macro v0.6.0 |
| 976 | 2026-03-25T16:42:34.634Z | Compiling rand_xorshift v0.4.0 |
| 977 | 2026-03-25T16:42:34.680Z | Compiling derive-ex v0.1.8 |
| 978 | 2026-03-25T16:42:34.799Z | Compiling strum_macros v0.26.4 |
| 979 | 2026-03-25T16:42:35.053Z | Compiling futures-executor v0.3.32 |
| 980 | 2026-03-25T16:42:35.229Z | Compiling thiserror-impl v1.0.69 |
| 981 | 2026-03-25T16:42:35.589Z | Compiling async-stream-impl v0.3.6 |
| 982 | 2026-03-25T16:42:36.176Z | Compiling async-trait v0.1.89 |
| 983 | 2026-03-25T16:42:36.186Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 984 | 2026-03-25T16:42:36.359Z | Compiling ref-cast-impl v1.0.25 |
| 985 | 2026-03-25T16:42:36.390Z | Compiling dropshot v0.16.7 |
| 986 | 2026-03-25T16:42:36.611Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 987 | 2026-03-25T16:42:36.618Z | Compiling serde_spanned v1.0.4 |
| 988 | 2026-03-25T16:42:36.761Z | Compiling is-terminal v0.4.17 |
| 989 | 2026-03-25T16:42:36.850Z | Compiling memmap2 v0.9.10 |
| 990 | 2026-03-25T16:42:36.930Z | Compiling encoding_rs v0.8.35 |
| 991 | 2026-03-25T16:42:37.011Z | Compiling spin v0.9.8 |
| 992 | 2026-03-25T16:42:37.087Z | Compiling mime v0.3.17 |
| 993 | 2026-03-25T16:42:37.121Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 994 | 2026-03-25T16:42:37.121Z | Compiling take_mut v0.2.2 |
| 995 | 2026-03-25T16:42:37.225Z | Compiling term v1.2.1 |
| 996 | 2026-03-25T16:42:37.367Z | Compiling cpufeatures v0.2.17 |
| 997 | 2026-03-25T16:42:37.435Z | Compiling unarray v0.1.4 |
| 998 | 2026-03-25T16:42:37.554Z | Compiling hex v0.4.3 |
| 999 | 2026-03-25T16:42:37.821Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1000 | 2026-03-25T16:42:37.841Z | Compiling dropshot_endpoint v0.16.7 |
| 1001 | 2026-03-25T16:42:39.085Z | Compiling proptest v1.10.0 |
| 1002 | 2026-03-25T16:42:39.213Z | Compiling slog-term v2.9.2 |
| 1003 | 2026-03-25T16:42:39.397Z | Compiling sha1 v0.10.6 |
| 1004 | 2026-03-25T16:42:39.794Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1005 | 2026-03-25T16:42:41.119Z | Compiling usdt v0.6.0 |
| 1006 | 2026-03-25T16:42:41.407Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1007 | 2026-03-25T16:42:41.572Z | Compiling strum v0.26.3 |
| 1008 | 2026-03-25T16:42:41.780Z | Compiling test-strategy v0.4.5 |
| 1009 | 2026-03-25T16:42:41.789Z | Compiling async-stream v0.3.6 |
| 1010 | 2026-03-25T16:42:41.938Z | Compiling futures v0.3.32 |
| 1011 | 2026-03-25T16:42:41.976Z | Compiling tokio-rustls v0.25.0 |
| 1012 | 2026-03-25T16:42:42.121Z | Compiling slog-bunyan v2.5.0 |
| 1013 | 2026-03-25T16:42:42.191Z | Compiling serde_with_macros v3.17.0 |
| 1014 | 2026-03-25T16:42:42.284Z | Compiling parse-display-derive v0.10.0 |
| 1015 | 2026-03-25T16:42:43.223Z | Compiling rand v0.8.5 |
| 1016 | 2026-03-25T16:42:44.019Z | Compiling reqwest v0.12.28 |
| 1017 | 2026-03-25T16:42:44.235Z | Compiling backon v1.6.0 |
| 1018 | 2026-03-25T16:42:44.421Z | Compiling newtype-uuid-macros v0.1.0 |
| 1019 | 2026-03-25T16:42:44.466Z | Compiling strum_macros v0.27.2 |
| 1020 | 2026-03-25T16:42:44.480Z | Compiling openapiv3 v2.2.0 |
| 1021 | 2026-03-25T16:42:45.158Z | Compiling waitgroup v0.1.2 |
| 1022 | 2026-03-25T16:42:45.301Z | Compiling rustls-pemfile v2.2.0 |
| 1023 | 2026-03-25T16:42:45.567Z | Compiling serde_path_to_error v0.1.20 |
| 1024 | 2026-03-25T16:42:45.997Z | Compiling hostname v0.4.2 |
| 1025 | 2026-03-25T16:42:46.146Z | Compiling instant v0.1.13 |
| 1026 | 2026-03-25T16:42:46.205Z | Compiling debug-ignore v1.0.5 |
| 1027 | 2026-03-25T16:42:46.252Z | Compiling rustc-hash v2.1.1 |
| 1028 | 2026-03-25T16:42:46.301Z | Compiling either v1.15.0 |
| 1029 | 2026-03-25T16:42:46.362Z | Compiling iddqd v0.3.17 |
| 1030 | 2026-03-25T16:42:46.505Z | Compiling itertools v0.14.0 |
| 1031 | 2026-03-25T16:42:46.855Z | Compiling backoff v0.4.0 |
| 1032 | 2026-03-25T16:42:47.049Z | Compiling strum v0.27.2 |
| 1033 | 2026-03-25T16:42:47.171Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1034 | 2026-03-25T16:42:47.943Z | Compiling progenitor-client v0.10.0 |
| 1035 | 2026-03-25T16:42:48.002Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 1036 | 2026-03-25T16:42:48.089Z | Compiling parse-display v0.10.0 |
| 1037 | 2026-03-25T16:42:48.415Z | Compiling serde_with v3.17.0 |
| 1038 | 2026-03-25T16:42:48.923Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1039 | 2026-03-25T16:42:48.972Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1040 | 2026-03-25T16:42:49.397Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 1041 | 2026-03-25T16:42:49.688Z | Compiling macaddr v1.0.1 |
| 1042 | 2026-03-25T16:42:49.796Z | Compiling regress v0.10.5 |
| 1043 | 2026-03-25T16:42:57.181Z | Compiling rustls-webpki v0.103.9 |
| 1044 | 2026-03-25T16:43:00.203Z | Compiling tokio-rustls v0.26.4 |
| 1045 | 2026-03-25T16:43:00.203Z | Compiling rustls-platform-verifier v0.6.2 |
| 1046 | 2026-03-25T16:43:00.462Z | Compiling hyper-rustls v0.27.7 |
| 1047 | 2026-03-25T16:43:00.794Z | Compiling reqwest v0.13.2 |
| 1048 | 2026-03-25T16:43:02.634Z | Compiling progenitor-client v0.13.0 |
| 1049 | 2026-03-25T16:43:02.963Z | Compiling progenitor-extras v0.1.1 |
| 1050 | 2026-03-25T16:43:03.180Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1051 | 2026-03-25T16:43:07.801Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1052 | 2026-03-25T16:43:12.655Z | Finished `release` profile [optimized] target(s) in 1m 11s |
| 1053 | 2026-03-25T16:43:12.709Z | process exited: duration 149037 ms, exit code 0 |
| |
| 1054 | 2026-03-25T16:43:16.820Z | found 1 output files |
| 1055 | 2026-03-25T16:43:16.820Z | uploading: /var/tmp/ci-resource-usage.csv (10291 bytes) |
| 1056 | 2026-03-25T16:43:17.835Z | uploaded: /var/tmp/ci-resource-usage.csv |