|
|
|
| 1 | 2026-06-26T04:06:38.959Z | job assigned to worker 01KW11P4VY1X53T6H397ZF95VT [factory aws, i-0359f20d4e29c332a] (queued for 51 s) |
| |
| 2 | 2026-06-26T04:06:45.767Z | starting task 0: "setup" |
| 3 | 2026-06-26T04:06:45.773Z | ++ uname -s |
| 4 | 2026-06-26T04:06:45.776Z | + kern=SunOS |
| 5 | 2026-06-26T04:06:45.776Z | + build_user=build |
| 6 | 2026-06-26T04:06:45.776Z | + build_uid=12345 |
| 7 | 2026-06-26T04:06:45.776Z | + work_dir=/work |
| 8 | 2026-06-26T04:06:45.776Z | + input_dir=/input |
| 9 | 2026-06-26T04:06:45.776Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-26T04:06:45.776Z | + case "$kern" in |
| 11 | 2026-06-26T04:06:45.776Z | + groupadd -g 12345 build |
| 12 | 2026-06-26T04:06:45.776Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-26T04:06:47.783Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-26T04:06:47.861Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-26T04:06:47.864Z | + home_fs=zfs |
| 16 | 2026-06-26T04:06:47.864Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-26T04:06:47.864Z | + mkdir -p /home/build |
| 18 | 2026-06-26T04:06:47.864Z | + chown build:build /home/build /work |
| 19 | 2026-06-26T04:06:49.865Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-26T04:06:49.868Z | process exited: duration 4101 ms, exit code 0 |
| |
| 21 | 2026-06-26T04:06:49.874Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-26T04:06:49.878Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-26T04:06:49.878Z | * rust toolchain channel = "1.96.0" |
| 24 | 2026-06-26T04:06:49.878Z | * rust toolchain profile = "default" |
| 25 | 2026-06-26T04:06:49.878Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-26T04:06:49.878Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-26T04:06:49.878Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-26T04:06:49.881Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-26T04:06:49.882Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-26T04:06:49.990Z | info: downloading installer |
| 31 | 2026-06-26T04:06:51.634Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-26T04:06:51.635Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-26T04:06:51.635Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-26T04:06:51.635Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-26T04:06:51.647Z | info: profile set to default |
| 36 | 2026-06-26T04:06:51.647Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-26T04:06:51.650Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-26T04:06:51.817Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-26T04:06:51.820Z | info: downloading 6 components |
| 40 | 2026-06-26T04:07:08.247Z | |
| 41 | 2026-06-26T04:07:08.247Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 42 | 2026-06-26T04:07:08.274Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-26T04:07:08.274Z | |
| 44 | 2026-06-26T04:07:08.274Z | |
| 45 | 2026-06-26T04:07:08.274Z | Rust is installed now. Great! |
| 46 | 2026-06-26T04:07:08.274Z | |
| 47 | 2026-06-26T04:07:08.274Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-26T04:07:08.274Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-26T04:07:08.274Z | |
| 50 | 2026-06-26T04:07:08.274Z | To configure your current shell, you need to source |
| 51 | 2026-06-26T04:07:08.274Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-26T04:07:08.274Z | |
| 53 | 2026-06-26T04:07:08.274Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-26T04:07:08.274Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-26T04:07:08.274Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-26T04:07:08.274Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-26T04:07:08.274Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-26T04:07:08.274Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-26T04:07:08.274Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-26T04:07:08.277Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-26T04:07:08.277Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-26T04:07:08.356Z | + rustup --version |
| 63 | 2026-06-26T04:07:08.366Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-26T04:07:08.369Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-26T04:07:08.387Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-26T04:07:08.390Z | + cargo --version |
| 67 | 2026-06-26T04:07:08.403Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-26T04:07:08.406Z | + rustc --version |
| 69 | 2026-06-26T04:07:08.425Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-26T04:07:08.428Z | process exited: duration 18553 ms, exit code 0 |
| |
| 71 | 2026-06-26T04:07:08.434Z | starting task 2: "authentication" |
| 72 | 2026-06-26T04:07:08.450Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-26T04:07:08.456Z | starting task 3: "clone repository" |
| 74 | 2026-06-26T04:07:08.459Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-26T04:07:08.462Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-26T04:07:08.495Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-26T04:07:18.477Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-26T04:07:18.477Z | + git fetch origin f1ac12ce5c3e7769e153bc8a64a3fc40a90d31ae |
| 79 | 2026-06-26T04:07:18.802Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-26T04:07:18.802Z | * branch f1ac12ce5c3e7769e153bc8a64a3fc40a90d31ae -> FETCH_HEAD |
| 81 | 2026-06-26T04:07:18.813Z | + [[ -n renovate/crucible-agent-client-digest ]] |
| 82 | 2026-06-26T04:07:18.816Z | ++ git branch --show-current |
| 83 | 2026-06-26T04:07:18.816Z | + current=main |
| 84 | 2026-06-26T04:07:18.816Z | + [[ main != renovate/crucible-agent-client-digest ]] |
| 85 | 2026-06-26T04:07:18.816Z | + git branch -f renovate/crucible-agent-client-digest f1ac12ce5c3e7769e153bc8a64a3fc40a90d31ae |
| 86 | 2026-06-26T04:07:18.819Z | + git checkout -f renovate/crucible-agent-client-digest |
| 87 | 2026-06-26T04:07:19.060Z | Switched to branch 'renovate/crucible-agent-client-digest' |
| 88 | 2026-06-26T04:07:19.063Z | + git reset --hard f1ac12ce5c3e7769e153bc8a64a3fc40a90d31ae |
| 89 | 2026-06-26T04:07:19.079Z | HEAD is now at f1ac12ce5 Update crucible-agent-client digest to 2bfe090 |
| 90 | 2026-06-26T04:07:19.082Z | process exited: duration 10623 ms, exit code 0 |
| |
| 91 | 2026-06-26T04:07:19.087Z | starting task 4: "build" |
| 92 | 2026-06-26T04:07:19.092Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-06-26T04:07:19.095Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-06-26T04:07:19.095Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-06-26T04:07:19.095Z | + cargo --version |
| 96 | 2026-06-26T04:07:19.102Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 97 | 2026-06-26T04:07:19.105Z | + rustc --version |
| 98 | 2026-06-26T04:07:19.124Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 99 | 2026-06-26T04:07:19.127Z | + cd /tmp |
| 100 | 2026-06-26T04:07:19.127Z | + cargo new --lib test-project |
| 101 | 2026-06-26T04:07:19.145Z | Creating library `test-project` package |
| 102 | 2026-06-26T04:07:19.182Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 103 | 2026-06-26T04:07:19.185Z | + cd test-project |
| 104 | 2026-06-26T04:07:19.185Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 105 | 2026-06-26T04:07:19.204Z | Adding omicron-common (local) to dependencies |
| 106 | 2026-06-26T04:07:19.207Z | Features: |
| 107 | 2026-06-26T04:07:19.207Z | - proptest |
| 108 | 2026-06-26T04:07:19.207Z | - test-strategy |
| 109 | 2026-06-26T04:07:19.207Z | - testing |
| 110 | 2026-06-26T04:07:19.225Z | Updating crates.io index |
| 111 | 2026-06-26T04:07:19.228Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 112 | 2026-06-26T04:07:19.818Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 113 | 2026-06-26T04:07:20.319Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 114 | 2026-06-26T04:07:20.818Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 115 | 2026-06-26T04:07:23.674Z | Locking 381 packages to latest Rust 1.96.0 compatible versions |
| 116 | 2026-06-26T04:07:23.677Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 117 | 2026-06-26T04:07:23.777Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 118 | 2026-06-26T04:07:23.780Z | + cargo check |
| 119 | 2026-06-26T04:07:23.883Z | Updating crates.io index |
| 120 | 2026-06-26T04:07:24.851Z | Locking 1 package to latest Rust 1.96.0 compatible version |
| 121 | 2026-06-26T04:07:24.851Z | Adding omicron-workspace-hack v0.1.0 |
| 122 | 2026-06-26T04:07:24.879Z | Downloading crates ... |
| 123 | 2026-06-26T04:07:24.939Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 124 | 2026-06-26T04:07:24.939Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 125 | 2026-06-26T04:07:24.939Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 126 | 2026-06-26T04:07:24.939Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 127 | 2026-06-26T04:07:24.939Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 128 | 2026-06-26T04:07:24.939Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 129 | 2026-06-26T04:07:24.939Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 130 | 2026-06-26T04:07:24.939Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 131 | 2026-06-26T04:07:24.939Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 132 | 2026-06-26T04:07:24.939Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 133 | 2026-06-26T04:07:24.939Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 134 | 2026-06-26T04:07:24.939Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 135 | 2026-06-26T04:07:24.939Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 136 | 2026-06-26T04:07:24.939Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 137 | 2026-06-26T04:07:24.939Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 138 | 2026-06-26T04:07:24.939Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 139 | 2026-06-26T04:07:24.939Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 140 | 2026-06-26T04:07:24.939Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 141 | 2026-06-26T04:07:24.939Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 142 | 2026-06-26T04:07:24.939Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 143 | 2026-06-26T04:07:24.939Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 144 | 2026-06-26T04:07:24.939Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 145 | 2026-06-26T04:07:24.944Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 146 | 2026-06-26T04:07:24.944Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 147 | 2026-06-26T04:07:24.944Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 148 | 2026-06-26T04:07:24.944Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 149 | 2026-06-26T04:07:24.944Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 150 | 2026-06-26T04:07:24.944Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 151 | 2026-06-26T04:07:24.944Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 152 | 2026-06-26T04:07:24.944Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 153 | 2026-06-26T04:07:24.944Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 154 | 2026-06-26T04:07:24.944Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 155 | 2026-06-26T04:07:24.944Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 156 | 2026-06-26T04:07:24.944Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 157 | 2026-06-26T04:07:24.944Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 158 | 2026-06-26T04:07:24.944Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 159 | 2026-06-26T04:07:24.944Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 160 | 2026-06-26T04:07:24.944Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 161 | 2026-06-26T04:07:24.944Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 162 | 2026-06-26T04:07:24.944Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 163 | 2026-06-26T04:07:24.944Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 164 | 2026-06-26T04:07:24.944Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 165 | 2026-06-26T04:07:24.944Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 166 | 2026-06-26T04:07:24.944Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 167 | 2026-06-26T04:07:24.944Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 168 | 2026-06-26T04:07:24.944Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 169 | 2026-06-26T04:07:24.944Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 170 | 2026-06-26T04:07:24.944Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 171 | 2026-06-26T04:07:24.944Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 172 | 2026-06-26T04:07:24.944Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 173 | 2026-06-26T04:07:24.944Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 174 | 2026-06-26T04:07:24.944Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 175 | 2026-06-26T04:07:24.944Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 176 | 2026-06-26T04:07:24.944Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 177 | 2026-06-26T04:07:24.945Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 178 | 2026-06-26T04:07:24.945Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 179 | 2026-06-26T04:07:24.945Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 180 | 2026-06-26T04:07:24.945Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 181 | 2026-06-26T04:07:24.945Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 182 | 2026-06-26T04:07:24.945Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 183 | 2026-06-26T04:07:24.945Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 184 | 2026-06-26T04:07:24.945Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 185 | 2026-06-26T04:07:24.945Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 186 | 2026-06-26T04:07:24.945Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 187 | 2026-06-26T04:07:24.945Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 188 | 2026-06-26T04:07:24.945Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 189 | 2026-06-26T04:07:24.945Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 190 | 2026-06-26T04:07:24.945Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 191 | 2026-06-26T04:07:24.945Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 192 | 2026-06-26T04:07:24.945Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 193 | 2026-06-26T04:07:24.945Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 194 | 2026-06-26T04:07:24.945Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 195 | 2026-06-26T04:07:24.945Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 196 | 2026-06-26T04:07:24.945Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 197 | 2026-06-26T04:07:24.945Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 198 | 2026-06-26T04:07:24.945Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 199 | 2026-06-26T04:07:24.945Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 200 | 2026-06-26T04:07:24.949Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 201 | 2026-06-26T04:07:24.949Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 202 | 2026-06-26T04:07:24.949Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 203 | 2026-06-26T04:07:24.949Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 204 | 2026-06-26T04:07:24.949Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 205 | 2026-06-26T04:07:24.949Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 206 | 2026-06-26T04:07:24.949Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 207 | 2026-06-26T04:07:24.949Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 208 | 2026-06-26T04:07:24.949Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 209 | 2026-06-26T04:07:24.949Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 210 | 2026-06-26T04:07:24.949Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 211 | 2026-06-26T04:07:24.949Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 212 | 2026-06-26T04:07:24.949Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 213 | 2026-06-26T04:07:24.949Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 214 | 2026-06-26T04:07:24.949Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 215 | 2026-06-26T04:07:24.949Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 216 | 2026-06-26T04:07:24.949Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 217 | 2026-06-26T04:07:24.949Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 218 | 2026-06-26T04:07:24.950Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 219 | 2026-06-26T04:07:24.950Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 220 | 2026-06-26T04:07:24.950Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 221 | 2026-06-26T04:07:24.950Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 222 | 2026-06-26T04:07:24.950Z | warning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer |
| 223 | 2026-06-26T04:07:24.995Z | Downloaded omicron-workspace-hack v0.1.0 |
| 224 | 2026-06-26T04:07:25.001Z | Downloaded structmeta-derive v0.3.0 |
| 225 | 2026-06-26T04:07:25.008Z | Downloaded ipnet v2.11.0 |
| 226 | 2026-06-26T04:07:25.011Z | Downloaded rand_core v0.6.4 |
| 227 | 2026-06-26T04:07:25.011Z | Downloaded miniz_oxide v0.8.9 |
| 228 | 2026-06-26T04:07:25.014Z | Downloaded litemap v0.8.1 |
| 229 | 2026-06-26T04:07:25.017Z | Downloaded memchr v2.8.0 |
| 230 | 2026-06-26T04:07:25.020Z | Downloaded pin-utils v0.1.0 |
| 231 | 2026-06-26T04:07:25.023Z | Downloaded num-conv v0.2.0 |
| 232 | 2026-06-26T04:07:25.023Z | Downloaded iri-string v0.7.10 |
| 233 | 2026-06-26T04:07:25.026Z | Downloaded tinyvec_macros v0.1.1 |
| 234 | 2026-06-26T04:07:25.031Z | Downloaded zerofrom-derive v0.1.6 |
| 235 | 2026-06-26T04:07:25.038Z | Downloaded writeable v0.6.2 |
| 236 | 2026-06-26T04:07:25.047Z | Downloaded slog v2.8.2 |
| 237 | 2026-06-26T04:07:25.050Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 238 | 2026-06-26T04:07:25.062Z | Downloaded thread_local v1.1.9 |
| 239 | 2026-06-26T04:07:25.065Z | Downloaded rustls v0.23.37 |
| 240 | 2026-06-26T04:07:25.070Z | Downloaded zerotrie v0.2.3 |
| 241 | 2026-06-26T04:07:25.073Z | Downloaded test-strategy v0.4.5 |
| 242 | 2026-06-26T04:07:25.076Z | Downloaded stable_deref_trait v1.2.1 |
| 243 | 2026-06-26T04:07:25.076Z | Downloaded serde_json v1.0.149 |
| 244 | 2026-06-26T04:07:25.079Z | Downloaded typenum v1.19.0 |
| 245 | 2026-06-26T04:07:25.082Z | Downloaded rustc-hash v2.1.1 |
| 246 | 2026-06-26T04:07:25.082Z | Downloaded progenitor-client v0.14.0 |
| 247 | 2026-06-26T04:07:25.085Z | Downloaded powerfmt v0.2.0 |
| 248 | 2026-06-26T04:07:25.085Z | Downloaded ident_case v1.0.1 |
| 249 | 2026-06-26T04:07:25.085Z | Downloaded smallvec v1.15.1 |
| 250 | 2026-06-26T04:07:25.088Z | Downloaded slog-bunyan v2.5.0 |
| 251 | 2026-06-26T04:07:25.088Z | Downloaded is-terminal v0.4.17 |
| 252 | 2026-06-26T04:07:25.088Z | Downloaded newtype-uuid-macros v0.1.0 |
| 253 | 2026-06-26T04:07:25.088Z | Downloaded percent-encoding v2.3.2 |
| 254 | 2026-06-26T04:07:25.091Z | Downloaded multer v3.1.0 |
| 255 | 2026-06-26T04:07:25.093Z | Downloaded scroll_derive v0.13.1 |
| 256 | 2026-06-26T04:07:25.094Z | Downloaded ppv-lite86 v0.2.21 |
| 257 | 2026-06-26T04:07:25.096Z | Downloaded tower-service v0.3.3 |
| 258 | 2026-06-26T04:07:25.099Z | Downloaded strsim v0.11.1 |
| 259 | 2026-06-26T04:07:25.103Z | Downloaded waitgroup v0.1.2 |
| 260 | 2026-06-26T04:07:25.103Z | Downloaded num_threads v0.1.7 |
| 261 | 2026-06-26T04:07:25.103Z | Downloaded utf8_iter v1.0.4 |
| 262 | 2026-06-26T04:07:25.106Z | Downloaded usdt v0.6.0 |
| 263 | 2026-06-26T04:07:25.109Z | Downloaded quote v1.0.45 |
| 264 | 2026-06-26T04:07:25.112Z | Downloaded tower-http v0.6.8 |
| 265 | 2026-06-26T04:07:25.115Z | Downloaded strum_macros v0.27.2 |
| 266 | 2026-06-26T04:07:25.118Z | Downloaded plain v0.2.3 |
| 267 | 2026-06-26T04:07:25.118Z | Downloaded time-macros v0.2.27 |
| 268 | 2026-06-26T04:07:25.121Z | Downloaded oxnet v0.1.6 |
| 269 | 2026-06-26T04:07:25.121Z | Downloaded untrusted v0.9.0 |
| 270 | 2026-06-26T04:07:25.121Z | Downloaded signal-hook-registry v1.4.8 |
| 271 | 2026-06-26T04:07:25.124Z | Downloaded slog-term v2.9.2 |
| 272 | 2026-06-26T04:07:25.124Z | Downloaded rand_xorshift v0.4.0 |
| 273 | 2026-06-26T04:07:25.127Z | Downloaded slog-async v2.8.0 |
| 274 | 2026-06-26T04:07:25.127Z | Downloaded ryu v1.0.23 |
| 275 | 2026-06-26T04:07:25.131Z | Downloaded rand_chacha v0.9.0 |
| 276 | 2026-06-26T04:07:25.131Z | Downloaded paste v1.0.15 |
| 277 | 2026-06-26T04:07:25.131Z | Downloaded shlex v1.3.0 |
| 278 | 2026-06-26T04:07:25.131Z | Downloaded serde_path_to_error v0.1.20 |
| 279 | 2026-06-26T04:07:25.136Z | Downloaded zerovec-derive v0.11.2 |
| 280 | 2026-06-26T04:07:25.139Z | Downloaded serde_tokenstream v0.2.3 |
| 281 | 2026-06-26T04:07:25.139Z | Downloaded yoke v0.8.1 |
| 282 | 2026-06-26T04:07:25.139Z | Downloaded synstructure v0.13.2 |
| 283 | 2026-06-26T04:07:25.142Z | Downloaded simd-adler32 v0.3.8 |
| 284 | 2026-06-26T04:07:25.145Z | Downloaded ref-cast v1.0.25 |
| 285 | 2026-06-26T04:07:25.148Z | Downloaded log v0.4.29 |
| 286 | 2026-06-26T04:07:25.151Z | Downloaded ucd-trie v0.1.7 |
| 287 | 2026-06-26T04:07:25.151Z | Downloaded pest_derive v2.8.6 |
| 288 | 2026-06-26T04:07:25.155Z | Downloaded tokio-rustls v0.26.4 |
| 289 | 2026-06-26T04:07:25.164Z | Downloaded thiserror-impl v2.0.18 |
| 290 | 2026-06-26T04:07:25.166Z | Downloaded uuid v1.23.0 |
| 291 | 2026-06-26T04:07:25.169Z | Downloaded tempfile v3.25.0 |
| 292 | 2026-06-26T04:07:25.172Z | Downloaded serde_with v3.17.0 |
| 293 | 2026-06-26T04:07:25.176Z | Downloaded tinyvec v1.10.0 |
| 294 | 2026-06-26T04:07:25.179Z | Downloaded usdt-impl v0.6.0 |
| 295 | 2026-06-26T04:07:25.179Z | Downloaded proptest v1.10.0 |
| 296 | 2026-06-26T04:07:25.184Z | Downloaded version_check v0.9.5 |
| 297 | 2026-06-26T04:07:25.188Z | Downloaded parse-display v0.10.0 |
| 298 | 2026-06-26T04:07:25.191Z | Downloaded zerovec v0.11.5 |
| 299 | 2026-06-26T04:07:25.194Z | Downloaded pretty-hex v0.4.1 |
| 300 | 2026-06-26T04:07:25.194Z | Downloaded iddqd v0.4.2 |
| 301 | 2026-06-26T04:07:25.198Z | Downloaded zerocopy v0.8.40 |
| 302 | 2026-06-26T04:07:25.203Z | Downloaded time-core v0.1.8 |
| 303 | 2026-06-26T04:07:25.206Z | Downloaded indexmap v2.14.0 |
| 304 | 2026-06-26T04:07:25.206Z | Downloaded lru-slab v0.1.2 |
| 305 | 2026-06-26T04:07:25.209Z | Downloaded tower-layer v0.3.3 |
| 306 | 2026-06-26T04:07:25.209Z | Downloaded slog-json v2.6.1 |
| 307 | 2026-06-26T04:07:25.213Z | Downloaded serde_urlencoded v0.7.1 |
| 308 | 2026-06-26T04:07:25.213Z | Downloaded usdt-macro v0.6.0 |
| 309 | 2026-06-26T04:07:25.213Z | Downloaded rand_chacha v0.3.1 |
| 310 | 2026-06-26T04:07:25.216Z | Downloaded zerofrom v0.1.6 |
| 311 | 2026-06-26T04:07:25.216Z | Downloaded usdt-attr-macro v0.6.0 |
| 312 | 2026-06-26T04:07:25.216Z | Downloaded scopeguard v1.2.0 |
| 313 | 2026-06-26T04:07:25.216Z | Downloaded quick-error v1.2.3 |
| 314 | 2026-06-26T04:07:25.219Z | Downloaded thiserror v1.0.69 |
| 315 | 2026-06-26T04:07:25.222Z | Downloaded sha2 v0.10.9 |
| 316 | 2026-06-26T04:07:25.222Z | Downloaded pest v2.8.6 |
| 317 | 2026-06-26T04:07:25.225Z | Downloaded unarray v0.1.4 |
| 318 | 2026-06-26T04:07:25.225Z | Downloaded openssl-probe v0.2.1 |
| 319 | 2026-06-26T04:07:25.228Z | Downloaded subtle v2.6.1 |
| 320 | 2026-06-26T04:07:25.230Z | Downloaded instant v0.1.13 |
| 321 | 2026-06-26T04:07:25.231Z | Downloaded macaddr v1.0.1 |
| 322 | 2026-06-26T04:07:25.234Z | Downloaded structmeta v0.3.0 |
| 323 | 2026-06-26T04:07:25.247Z | Downloaded want v0.3.1 |
| 324 | 2026-06-26T04:07:25.253Z | Downloaded take_mut v0.2.2 |
| 325 | 2026-06-26T04:07:25.256Z | Downloaded strum v0.27.2 |
| 326 | 2026-06-26T04:07:25.256Z | Downloaded wait-timeout v0.2.1 |
| 327 | 2026-06-26T04:07:25.256Z | Downloaded rusty-fork v0.3.1 |
| 328 | 2026-06-26T04:07:25.259Z | Downloaded yoke-derive v0.8.1 |
| 329 | 2026-06-26T04:07:25.259Z | Downloaded sync_wrapper v1.0.2 |
| 330 | 2026-06-26T04:07:25.259Z | Downloaded strum v0.26.3 |
| 331 | 2026-06-26T04:07:25.259Z | Downloaded rand_core v0.9.5 |
| 332 | 2026-06-26T04:07:25.262Z | Downloaded sha1 v0.10.6 |
| 333 | 2026-06-26T04:07:25.262Z | Downloaded thiserror v2.0.18 |
| 334 | 2026-06-26T04:07:25.265Z | Downloaded slab v0.4.12 |
| 335 | 2026-06-26T04:07:25.265Z | Downloaded serde_spanned v1.0.4 |
| 336 | 2026-06-26T04:07:25.267Z | Downloaded try-lock v0.2.5 |
| 337 | 2026-06-26T04:07:25.267Z | Downloaded match_cfg v0.1.0 |
| 338 | 2026-06-26T04:07:25.267Z | Downloaded thread-id v5.1.0 |
| 339 | 2026-06-26T04:07:25.271Z | Downloaded rustls-native-certs v0.8.3 |
| 340 | 2026-06-26T04:07:25.274Z | Downloaded zeroize v1.8.2 |
| 341 | 2026-06-26T04:07:25.274Z | Downloaded scroll v0.13.0 |
| 342 | 2026-06-26T04:07:25.277Z | Downloaded jobserver v0.1.34 |
| 343 | 2026-06-26T04:07:25.277Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 344 | 2026-06-26T04:07:25.277Z | Downloaded serde_derive_internals v0.29.1 |
| 345 | 2026-06-26T04:07:25.281Z | Downloaded serde_derive v1.0.228 |
| 346 | 2026-06-26T04:07:25.284Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 347 | 2026-06-26T04:07:25.290Z | Downloaded mime v0.3.17 |
| 348 | 2026-06-26T04:07:25.293Z | Downloaded tokio-rustls v0.25.0 |
| 349 | 2026-06-26T04:07:25.293Z | Downloaded spin v0.9.8 |
| 350 | 2026-06-26T04:07:25.293Z | Downloaded parse-display-derive v0.10.0 |
| 351 | 2026-06-26T04:07:25.297Z | Downloaded serde_with_macros v3.17.0 |
| 352 | 2026-06-26T04:07:25.297Z | Downloaded proc-macro2 v1.0.106 |
| 353 | 2026-06-26T04:07:25.297Z | Downloaded socket2 v0.6.3 |
| 354 | 2026-06-26T04:07:25.301Z | Downloaded term v1.2.1 |
| 355 | 2026-06-26T04:07:25.304Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 356 | 2026-06-26T04:07:25.308Z | Downloaded tinystr v0.8.2 |
| 357 | 2026-06-26T04:07:25.308Z | Downloaded ipnetwork v0.21.1 |
| 358 | 2026-06-26T04:07:25.308Z | Downloaded zmij v1.0.21 |
| 359 | 2026-06-26T04:07:25.313Z | Downloaded tracing-core v0.1.36 |
| 360 | 2026-06-26T04:07:25.317Z | Downloaded itoa v1.0.17 |
| 361 | 2026-06-26T04:07:25.317Z | Downloaded tokio-macros v2.7.0 |
| 362 | 2026-06-26T04:07:25.328Z | Downloaded num-traits v0.2.19 |
| 363 | 2026-06-26T04:07:25.334Z | Downloaded quinn-udp v0.5.14 |
| 364 | 2026-06-26T04:07:25.334Z | Downloaded semver v1.0.28 |
| 365 | 2026-06-26T04:07:25.334Z | Downloaded pest_generator v2.8.6 |
| 366 | 2026-06-26T04:07:25.338Z | Downloaded zerocopy-derive v0.8.40 |
| 367 | 2026-06-26T04:07:25.343Z | Downloaded unicode-ident v1.0.24 |
| 368 | 2026-06-26T04:07:25.343Z | Downloaded tower v0.5.3 |
| 369 | 2026-06-26T04:07:25.346Z | Downloaded potential_utf v0.1.4 |
| 370 | 2026-06-26T04:07:25.346Z | Downloaded parking_lot_core v0.9.12 |
| 371 | 2026-06-26T04:07:25.346Z | Downloaded time v0.3.47 |
| 372 | 2026-06-26T04:07:25.355Z | Downloaded tokio-util v0.7.18 |
| 373 | 2026-06-26T04:07:25.359Z | Downloaded rustversion v1.0.22 |
| 374 | 2026-06-26T04:07:25.359Z | Downloaded rustls-pemfile v2.2.0 |
| 375 | 2026-06-26T04:07:25.362Z | Downloaded ref-cast-impl v1.0.25 |
| 376 | 2026-06-26T04:07:25.362Z | Downloaded idna_adapter v1.2.1 |
| 377 | 2026-06-26T04:07:25.362Z | Downloaded lock_api v0.4.14 |
| 378 | 2026-06-26T04:07:25.369Z | Downloaded pin-project-lite v0.2.17 |
| 379 | 2026-06-26T04:07:25.372Z | Downloaded winnow v0.7.14 |
| 380 | 2026-06-26T04:07:25.377Z | Downloaded schemars_derive v0.8.22 |
| 381 | 2026-06-26T04:07:25.388Z | Downloaded progenitor-extras v0.2.0 |
| 382 | 2026-06-26T04:07:25.391Z | Downloaded tracing v0.1.44 |
| 383 | 2026-06-26T04:07:25.397Z | Downloaded parking_lot v0.12.5 |
| 384 | 2026-06-26T04:07:25.399Z | Downloaded memmap2 v0.9.10 |
| 385 | 2026-06-26T04:07:25.399Z | Downloaded once_cell v1.21.3 |
| 386 | 2026-06-26T04:07:25.412Z | Downloaded serde v1.0.228 |
| 387 | 2026-06-26T04:07:25.436Z | Downloaded newtype-uuid v1.3.2 |
| 388 | 2026-06-26T04:07:25.440Z | Downloaded tokio v1.52.1 |
| 389 | 2026-06-26T04:07:25.462Z | Downloaded serde_core v1.0.228 |
| 390 | 2026-06-26T04:07:25.465Z | Downloaded strum_macros v0.26.4 |
| 391 | 2026-06-26T04:07:25.465Z | Downloaded pest_meta v2.8.6 |
| 392 | 2026-06-26T04:07:25.469Z | Downloaded rustls-platform-verifier v0.6.2 |
| 393 | 2026-06-26T04:07:25.469Z | Downloaded thiserror-impl v1.0.69 |
| 394 | 2026-06-26T04:07:25.472Z | Downloaded icu_provider v2.1.1 |
| 395 | 2026-06-26T04:07:25.475Z | Downloaded mio v1.2.0 |
| 396 | 2026-06-26T04:07:25.493Z | Downloaded rand v0.8.6 |
| 397 | 2026-06-26T04:07:25.496Z | Downloaded rustls-webpki v0.103.9 |
| 398 | 2026-06-26T04:07:25.513Z | Downloaded quinn v0.11.9 |
| 399 | 2026-06-26T04:07:25.516Z | Downloaded rand v0.9.2 |
| 400 | 2026-06-26T04:07:25.518Z | Downloaded quinn-proto v0.11.13 |
| 401 | 2026-06-26T04:07:25.546Z | Downloaded idna v1.1.0 |
| 402 | 2026-06-26T04:07:25.555Z | Downloaded rustls-webpki v0.102.8 |
| 403 | 2026-06-26T04:07:25.566Z | Downloaded itertools v0.14.0 |
| 404 | 2026-06-26T04:07:25.569Z | Downloaded syn v2.0.117 |
| 405 | 2026-06-26T04:07:25.575Z | Downloaded reqwest v0.13.2 |
| 406 | 2026-06-26T04:07:25.578Z | Downloaded errno v0.3.14 |
| 407 | 2026-06-26T04:07:25.581Z | Downloaded regex v1.12.3 |
| 408 | 2026-06-26T04:07:25.598Z | Downloaded regress v0.10.5 |
| 409 | 2026-06-26T04:07:25.602Z | Downloaded hostname v0.3.1 |
| 410 | 2026-06-26T04:07:25.610Z | Downloaded autocfg v1.5.0 |
| 411 | 2026-06-26T04:07:25.619Z | Downloaded futures v0.3.32 |
| 412 | 2026-06-26T04:07:25.627Z | Downloaded hostname v0.4.2 |
| 413 | 2026-06-26T04:07:25.630Z | Downloaded rustls v0.22.4 |
| 414 | 2026-06-26T04:07:25.639Z | Downloaded futures-sink v0.3.32 |
| 415 | 2026-06-26T04:07:25.669Z | Downloaded icu_locale_core v2.1.1 |
| 416 | 2026-06-26T04:07:25.676Z | Downloaded atomicwrites v0.4.4 |
| 417 | 2026-06-26T04:07:25.683Z | Downloaded url v2.5.8 |
| 418 | 2026-06-26T04:07:25.689Z | Downloaded bit-set v0.8.0 |
| 419 | 2026-06-26T04:07:25.691Z | Downloaded futures-io v0.3.32 |
| 420 | 2026-06-26T04:07:25.691Z | Downloaded compression-core v0.4.31 |
| 421 | 2026-06-26T04:07:25.703Z | Downloaded regex-syntax v0.8.10 |
| 422 | 2026-06-26T04:07:25.717Z | Downloaded futures-task v0.3.32 |
| 423 | 2026-06-26T04:07:25.722Z | Downloaded heck v0.5.0 |
| 424 | 2026-06-26T04:07:25.725Z | Downloaded openapiv3 v2.2.0 |
| 425 | 2026-06-26T04:07:25.739Z | Downloaded fastrand v2.3.0 |
| 426 | 2026-06-26T04:07:25.741Z | Downloaded erased-serde v0.3.31 |
| 427 | 2026-06-26T04:07:25.751Z | Downloaded rustix v1.1.3 |
| 428 | 2026-06-26T04:07:25.763Z | Downloaded goblin v0.10.5 |
| 429 | 2026-06-26T04:07:25.776Z | Downloaded futures-util v0.3.32 |
| 430 | 2026-06-26T04:07:25.783Z | Downloaded async-trait v0.1.89 |
| 431 | 2026-06-26T04:07:25.786Z | Downloaded fnv v1.0.7 |
| 432 | 2026-06-26T04:07:25.786Z | Downloaded backoff v0.4.0 |
| 433 | 2026-06-26T04:07:25.792Z | Downloaded cfg-if v1.0.4 |
| 434 | 2026-06-26T04:07:25.795Z | Downloaded dof v0.4.0 |
| 435 | 2026-06-26T04:07:25.825Z | Downloaded schemars v0.8.22 |
| 436 | 2026-06-26T04:07:25.854Z | Downloaded deranged v0.5.8 |
| 437 | 2026-06-26T04:07:25.871Z | Downloaded hyper-util v0.1.20 |
| 438 | 2026-06-26T04:07:25.875Z | Downloaded http v1.4.0 |
| 439 | 2026-06-26T04:07:25.883Z | Downloaded atomic-waker v1.1.2 |
| 440 | 2026-06-26T04:07:25.886Z | Downloaded crossbeam-utils v0.8.21 |
| 441 | 2026-06-26T04:07:25.895Z | Downloaded cfg_aliases v0.2.1 |
| 442 | 2026-06-26T04:07:25.898Z | Downloaded aws-lc-rs v1.16.3 |
| 443 | 2026-06-26T04:07:25.901Z | Downloaded compression-codecs v0.4.37 |
| 444 | 2026-06-26T04:07:25.920Z | Downloaded dropshot_endpoint v0.17.0 |
| 445 | 2026-06-26T04:07:25.927Z | Downloaded hyper v1.8.1 |
| 446 | 2026-06-26T04:07:25.930Z | Downloaded httpdate v1.0.3 |
| 447 | 2026-06-26T04:07:25.934Z | Downloaded async-stream v0.3.6 |
| 448 | 2026-06-26T04:07:25.946Z | Downloaded icu_properties v2.1.2 |
| 449 | 2026-06-26T04:07:25.954Z | Downloaded either v1.15.0 |
| 450 | 2026-06-26T04:07:25.960Z | Downloaded daft-derive v0.1.7 |
| 451 | 2026-06-26T04:07:25.974Z | Downloaded hashbrown v0.17.0 |
| 452 | 2026-06-26T04:07:25.982Z | Downloaded cpufeatures v0.2.17 |
| 453 | 2026-06-26T04:07:25.985Z | Downloaded cc v1.2.56 |
| 454 | 2026-06-26T04:07:25.995Z | Downloaded adler2 v2.0.1 |
| 455 | 2026-06-26T04:07:26.007Z | Downloaded futures-core v0.3.32 |
| 456 | 2026-06-26T04:07:26.017Z | Downloaded libc v0.2.185 |
| 457 | 2026-06-26T04:07:26.035Z | Downloaded allocator-api2 v0.2.21 |
| 458 | 2026-06-26T04:07:26.038Z | Downloaded bytes v1.11.1 |
| 459 | 2026-06-26T04:07:26.038Z | Downloaded flate2 v1.1.9 |
| 460 | 2026-06-26T04:07:26.054Z | Downloaded camino v1.2.2 |
| 461 | 2026-06-26T04:07:26.057Z | Downloaded futures-executor v0.3.32 |
| 462 | 2026-06-26T04:07:26.066Z | Downloaded hex v0.4.3 |
| 463 | 2026-06-26T04:07:26.074Z | Downloaded equivalent v1.0.2 |
| 464 | 2026-06-26T04:07:26.084Z | Downloaded digest v0.10.7 |
| 465 | 2026-06-26T04:07:26.090Z | Downloaded crc32fast v1.5.0 |
| 466 | 2026-06-26T04:07:26.095Z | Downloaded darling_core v0.21.3 |
| 467 | 2026-06-26T04:07:26.105Z | Downloaded iana-time-zone v0.1.65 |
| 468 | 2026-06-26T04:07:26.116Z | Downloaded base64 v0.22.1 |
| 469 | 2026-06-26T04:07:26.127Z | Downloaded foldhash v0.2.0 |
| 470 | 2026-06-26T04:07:26.141Z | Downloaded hyper-rustls v0.27.7 |
| 471 | 2026-06-26T04:07:26.144Z | Downloaded getrandom v0.4.1 |
| 472 | 2026-06-26T04:07:26.144Z | Downloaded rustls-pki-types v1.14.0 |
| 473 | 2026-06-26T04:07:26.148Z | Downloaded http-body v1.0.1 |
| 474 | 2026-06-26T04:07:26.160Z | Downloaded icu_normalizer_data v2.1.1 |
| 475 | 2026-06-26T04:07:26.198Z | Downloaded derive-ex v0.1.8 |
| 476 | 2026-06-26T04:07:26.211Z | Downloaded form_urlencoded v1.2.2 |
| 477 | 2026-06-26T04:07:26.214Z | Downloaded futures-macro v0.3.32 |
| 478 | 2026-06-26T04:07:26.214Z | Downloaded rustix v0.38.44 |
| 479 | 2026-06-26T04:07:26.224Z | Downloaded cmake v0.1.57 |
| 480 | 2026-06-26T04:07:26.240Z | Downloaded icu_collections v2.1.1 |
| 481 | 2026-06-26T04:07:26.243Z | Downloaded dunce v1.0.5 |
| 482 | 2026-06-26T04:07:26.247Z | Downloaded crypto-common v0.1.7 |
| 483 | 2026-06-26T04:07:26.247Z | Downloaded h2 v0.4.13 |
| 484 | 2026-06-26T04:07:26.265Z | Downloaded futures-channel v0.3.32 |
| 485 | 2026-06-26T04:07:26.276Z | Downloaded fs_extra v1.3.0 |
| 486 | 2026-06-26T04:07:26.286Z | Downloaded bit-vec v0.8.0 |
| 487 | 2026-06-26T04:07:26.307Z | Downloaded daft v0.1.7 |
| 488 | 2026-06-26T04:07:26.369Z | Downloaded humantime v2.3.0 |
| 489 | 2026-06-26T04:07:26.372Z | Downloaded find-msvc-tools v0.1.9 |
| 490 | 2026-06-26T04:07:26.385Z | Downloaded aho-corasick v1.1.4 |
| 491 | 2026-06-26T04:07:26.389Z | Downloaded backon v1.6.0 |
| 492 | 2026-06-26T04:07:26.407Z | Downloaded async-compression v0.4.41 |
| 493 | 2026-06-26T04:07:26.412Z | Downloaded chrono v0.4.44 |
| 494 | 2026-06-26T04:07:26.433Z | Downloaded generic-array v0.14.7 |
| 495 | 2026-06-26T04:07:26.457Z | Downloaded darling v0.21.3 |
| 496 | 2026-06-26T04:07:26.475Z | Downloaded httparse v1.10.1 |
| 497 | 2026-06-26T04:07:26.478Z | Downloaded crossbeam-channel v0.5.15 |
| 498 | 2026-06-26T04:07:26.481Z | Downloaded ring v0.17.14 |
| 499 | 2026-06-26T04:07:26.500Z | Downloaded dtrace-parser v0.3.0 |
| 500 | 2026-06-26T04:07:26.504Z | Downloaded icu_properties_data v2.1.2 |
| 501 | 2026-06-26T04:07:26.507Z | Downloaded async-stream-impl v0.3.6 |
| 502 | 2026-06-26T04:07:26.507Z | Downloaded displaydoc v0.2.5 |
| 503 | 2026-06-26T04:07:26.511Z | Downloaded bitflags v2.11.0 |
| 504 | 2026-06-26T04:07:26.514Z | Downloaded http-body-util v0.1.3 |
| 505 | 2026-06-26T04:07:26.517Z | Downloaded icu_normalizer v2.1.1 |
| 506 | 2026-06-26T04:07:26.523Z | Downloaded block-buffer v0.10.4 |
| 507 | 2026-06-26T04:07:26.534Z | Downloaded getrandom v0.2.17 |
| 508 | 2026-06-26T04:07:26.544Z | Downloaded darling_macro v0.21.3 |
| 509 | 2026-06-26T04:07:26.547Z | Downloaded regex-automata v0.4.14 |
| 510 | 2026-06-26T04:07:26.553Z | Downloaded debug-ignore v1.0.5 |
| 511 | 2026-06-26T04:07:26.557Z | Downloaded byteorder v1.5.0 |
| 512 | 2026-06-26T04:07:26.557Z | Downloaded dyn-clone v1.0.20 |
| 513 | 2026-06-26T04:07:26.587Z | Downloaded getrandom v0.3.4 |
| 514 | 2026-06-26T04:07:26.608Z | Downloaded anyhow v1.0.102 |
| 515 | 2026-06-26T04:07:26.611Z | Downloaded hashbrown v0.16.1 |
| 516 | 2026-06-26T04:07:26.619Z | Downloaded dropshot v0.17.0 |
| 517 | 2026-06-26T04:07:26.654Z | Downloaded encoding_rs v0.8.35 |
| 518 | 2026-06-26T04:07:27.606Z | Downloaded aws-lc-sys v0.40.0 |
| 519 | 2026-06-26T04:07:27.795Z | Compiling proc-macro2 v1.0.106 |
| 520 | 2026-06-26T04:07:27.795Z | Compiling quote v1.0.45 |
| 521 | 2026-06-26T04:07:27.795Z | Compiling unicode-ident v1.0.24 |
| 522 | 2026-06-26T04:07:27.796Z | Compiling libc v0.2.185 |
| 523 | 2026-06-26T04:07:27.796Z | Checking cfg-if v1.0.4 |
| 524 | 2026-06-26T04:07:27.796Z | Compiling serde_core v1.0.228 |
| 525 | 2026-06-26T04:07:27.799Z | Checking memchr v2.8.0 |
| 526 | 2026-06-26T04:07:27.909Z | Checking itoa v1.0.17 |
| 527 | 2026-06-26T04:07:28.043Z | Compiling serde v1.0.228 |
| 528 | 2026-06-26T04:07:28.052Z | Compiling zmij v1.0.21 |
| 529 | 2026-06-26T04:07:28.283Z | Compiling serde_json v1.0.149 |
| 530 | 2026-06-26T04:07:28.283Z | Compiling shlex v1.3.0 |
| 531 | 2026-06-26T04:07:28.357Z | Compiling find-msvc-tools v0.1.9 |
| 532 | 2026-06-26T04:07:28.368Z | Checking pin-project-lite v0.2.17 |
| 533 | 2026-06-26T04:07:28.447Z | Checking smallvec v1.15.1 |
| 534 | 2026-06-26T04:07:28.507Z | Checking bytes v1.11.1 |
| 535 | 2026-06-26T04:07:28.577Z | Checking futures-core v0.3.32 |
| 536 | 2026-06-26T04:07:28.619Z | Compiling jobserver v0.1.34 |
| 537 | 2026-06-26T04:07:28.681Z | Compiling parking_lot_core v0.9.12 |
| 538 | 2026-06-26T04:07:28.685Z | Checking once_cell v1.21.3 |
| 539 | 2026-06-26T04:07:28.718Z | Checking errno v0.3.14 |
| 540 | 2026-06-26T04:07:28.827Z | Compiling cc v1.2.56 |
| 541 | 2026-06-26T04:07:28.837Z | Checking scopeguard v1.2.0 |
| 542 | 2026-06-26T04:07:28.934Z | Checking lock_api v0.4.14 |
| 543 | 2026-06-26T04:07:28.943Z | Compiling getrandom v0.4.1 |
| 544 | 2026-06-26T04:07:29.086Z | Compiling syn v2.0.117 |
| 545 | 2026-06-26T04:07:29.124Z | Checking signal-hook-registry v1.4.8 |
| 546 | 2026-06-26T04:07:29.127Z | Checking parking_lot v0.12.5 |
| 547 | 2026-06-26T04:07:29.147Z | Checking mio v1.2.0 |
| 548 | 2026-06-26T04:07:29.202Z | Checking socket2 v0.6.3 |
| 549 | 2026-06-26T04:07:29.277Z | Checking futures-sink v0.3.32 |
| 550 | 2026-06-26T04:07:29.307Z | Checking stable_deref_trait v1.2.1 |
| 551 | 2026-06-26T04:07:29.365Z | Checking zeroize v1.8.2 |
| 552 | 2026-06-26T04:07:29.375Z | Compiling autocfg v1.5.0 |
| 553 | 2026-06-26T04:07:29.384Z | Compiling thiserror v2.0.18 |
| 554 | 2026-06-26T04:07:29.417Z | Compiling rustversion v1.0.22 |
| 555 | 2026-06-26T04:07:29.437Z | Compiling zerocopy v0.8.40 |
| 556 | 2026-06-26T04:07:29.499Z | Checking rustls-pki-types v1.14.0 |
| 557 | 2026-06-26T04:07:29.711Z | Compiling num-traits v0.2.19 |
| 558 | 2026-06-26T04:07:29.772Z | Compiling cmake v0.1.57 |
| 559 | 2026-06-26T04:07:29.783Z | Compiling fs_extra v1.3.0 |
| 560 | 2026-06-26T04:07:29.886Z | Checking slab v0.4.12 |
| 561 | 2026-06-26T04:07:30.027Z | Compiling dunce v1.0.5 |
| 562 | 2026-06-26T04:07:30.093Z | Checking futures-channel v0.3.32 |
| 563 | 2026-06-26T04:07:30.107Z | Checking equivalent v1.0.2 |
| 564 | 2026-06-26T04:07:30.115Z | Compiling aws-lc-sys v0.40.0 |
| 565 | 2026-06-26T04:07:30.125Z | Checking untrusted v0.9.0 |
| 566 | 2026-06-26T04:07:30.175Z | Compiling version_check v0.9.5 |
| 567 | 2026-06-26T04:07:30.318Z | Checking http v1.4.0 |
| 568 | 2026-06-26T04:07:30.410Z | Checking futures-io v0.3.32 |
| 569 | 2026-06-26T04:07:30.520Z | Checking iana-time-zone v0.1.65 |
| 570 | 2026-06-26T04:07:30.622Z | Checking bitflags v2.11.0 |
| 571 | 2026-06-26T04:07:30.633Z | Checking futures-task v0.3.32 |
| 572 | 2026-06-26T04:07:30.663Z | Compiling ucd-trie v0.1.7 |
| 573 | 2026-06-26T04:07:30.763Z | Checking log v0.4.29 |
| 574 | 2026-06-26T04:07:30.775Z | Compiling aws-lc-rs v1.16.3 |
| 575 | 2026-06-26T04:07:30.830Z | Compiling pest v2.8.6 |
| 576 | 2026-06-26T04:07:30.890Z | Checking fnv v1.0.7 |
| 577 | 2026-06-26T04:07:30.894Z | Compiling schemars v0.8.22 |
| 578 | 2026-06-26T04:07:30.910Z | Checking uuid v1.23.0 |
| 579 | 2026-06-26T04:07:30.984Z | Checking semver v1.0.28 |
| 580 | 2026-06-26T04:07:31.077Z | Compiling httparse v1.10.1 |
| 581 | 2026-06-26T04:07:31.145Z | Checking writeable v0.6.2 |
| 582 | 2026-06-26T04:07:31.188Z | Checking subtle v2.6.1 |
| 583 | 2026-06-26T04:07:31.199Z | Checking hashbrown v0.17.0 |
| 584 | 2026-06-26T04:07:31.299Z | Checking litemap v0.8.1 |
| 585 | 2026-06-26T04:07:31.317Z | Checking dyn-clone v1.0.20 |
| 586 | 2026-06-26T04:07:31.410Z | Checking http-body v1.0.1 |
| 587 | 2026-06-26T04:07:31.458Z | Compiling slog v2.8.2 |
| 588 | 2026-06-26T04:07:31.467Z | Checking tracing-core v0.1.36 |
| 589 | 2026-06-26T04:07:31.533Z | Checking getrandom v0.2.17 |
| 590 | 2026-06-26T04:07:31.664Z | Compiling heck v0.5.0 |
| 591 | 2026-06-26T04:07:31.667Z | Checking atomic-waker v1.1.2 |
| 592 | 2026-06-26T04:07:31.667Z | Checking indexmap v2.14.0 |
| 593 | 2026-06-26T04:07:31.776Z | Compiling icu_properties_data v2.1.2 |
| 594 | 2026-06-26T04:07:31.779Z | Compiling icu_normalizer_data v2.1.1 |
| 595 | 2026-06-26T04:07:31.894Z | Compiling pest_meta v2.8.6 |
| 596 | 2026-06-26T04:07:31.988Z | Compiling synstructure v0.13.2 |
| 597 | 2026-06-26T04:07:32.001Z | Compiling serde_derive_internals v0.29.1 |
| 598 | 2026-06-26T04:07:32.054Z | Checking percent-encoding v2.3.2 |
| 599 | 2026-06-26T04:07:32.126Z | Checking tracing v0.1.44 |
| 600 | 2026-06-26T04:07:32.300Z | Compiling typenum v1.19.0 |
| 601 | 2026-06-26T04:07:32.395Z | Compiling getrandom v0.3.4 |
| 602 | 2026-06-26T04:07:32.461Z | Compiling pest_generator v2.8.6 |
| 603 | 2026-06-26T04:07:32.601Z | Compiling rustix v1.1.3 |
| 604 | 2026-06-26T04:07:32.623Z | Checking tower-layer v0.3.3 |
| 605 | 2026-06-26T04:07:32.687Z | Checking tower-service v0.3.3 |
| 606 | 2026-06-26T04:07:32.703Z | Compiling rustls v0.23.37 |
| 607 | 2026-06-26T04:07:32.764Z | Checking try-lock v0.2.5 |
| 608 | 2026-06-26T04:07:32.774Z | Checking fastrand v2.3.0 |
| 609 | 2026-06-26T04:07:32.856Z | Checking base64 v0.22.1 |
| 610 | 2026-06-26T04:07:32.896Z | Checking want v0.3.1 |
| 611 | 2026-06-26T04:07:33.048Z | Compiling generic-array v0.14.7 |
| 612 | 2026-06-26T04:07:33.075Z | Compiling ring v0.17.14 |
| 613 | 2026-06-26T04:07:33.100Z | Compiling serde_derive v1.0.228 |
| 614 | 2026-06-26T04:07:33.110Z | Compiling zerocopy-derive v0.8.40 |
| 615 | 2026-06-26T04:07:33.120Z | Compiling tokio-macros v2.7.0 |
| 616 | 2026-06-26T04:07:33.148Z | Compiling zerofrom-derive v0.1.6 |
| 617 | 2026-06-26T04:07:33.246Z | Compiling yoke-derive v0.8.1 |
| 618 | 2026-06-26T04:07:33.322Z | Compiling zerovec-derive v0.11.2 |
| 619 | 2026-06-26T04:07:33.560Z | Compiling thiserror-impl v2.0.18 |
| 620 | 2026-06-26T04:07:33.812Z | Checking tokio v1.52.1 |
| 621 | 2026-06-26T04:07:34.201Z | Compiling displaydoc v0.2.5 |
| 622 | 2026-06-26T04:07:34.270Z | Checking zerofrom v0.1.6 |
| 623 | 2026-06-26T04:07:34.366Z | Compiling futures-macro v0.3.32 |
| 624 | 2026-06-26T04:07:34.378Z | Checking yoke v0.8.1 |
| 625 | 2026-06-26T04:07:34.533Z | Checking zerovec v0.11.5 |
| 626 | 2026-06-26T04:07:34.723Z | Compiling schemars_derive v0.8.22 |
| 627 | 2026-06-26T04:07:34.896Z | Checking zerotrie v0.2.3 |
| 628 | 2026-06-26T04:07:34.958Z | Checking tinystr v0.8.2 |
| 629 | 2026-06-26T04:07:35.127Z | Checking icu_locale_core v2.1.1 |
| 630 | 2026-06-26T04:07:35.130Z | Checking potential_utf v0.1.4 |
| 631 | 2026-06-26T04:07:35.147Z | Checking futures-util v0.3.32 |
| 632 | 2026-06-26T04:07:35.252Z | Checking icu_collections v2.1.1 |
| 633 | 2026-06-26T04:07:35.539Z | Compiling pest_derive v2.8.6 |
| 634 | 2026-06-26T04:07:35.869Z | Checking icu_provider v2.1.1 |
| 635 | 2026-06-26T04:07:36.029Z | Checking chrono v0.4.44 |
| 636 | 2026-06-26T04:07:36.091Z | Checking erased-serde v0.3.31 |
| 637 | 2026-06-26T04:07:36.101Z | Compiling serde_tokenstream v0.2.3 |
| 638 | 2026-06-26T04:07:36.371Z | Compiling paste v1.0.15 |
| 639 | 2026-06-26T04:07:36.404Z | Checking pin-utils v0.1.0 |
| 640 | 2026-06-26T04:07:36.463Z | Checking httpdate v1.0.3 |
| 641 | 2026-06-26T04:07:36.673Z | Checking icu_properties v2.1.2 |
| 642 | 2026-06-26T04:07:36.699Z | Checking icu_normalizer v2.1.1 |
| 643 | 2026-06-26T04:07:36.807Z | Checking tokio-util v0.7.18 |
| 644 | 2026-06-26T04:07:37.100Z | Checking ppv-lite86 v0.2.21 |
| 645 | 2026-06-26T04:07:37.201Z | Checking h2 v0.4.13 |
| 646 | 2026-06-26T04:07:37.446Z | Compiling scroll_derive v0.13.1 |
| 647 | 2026-06-26T04:07:37.457Z | Compiling structmeta-derive v0.3.0 |
| 648 | 2026-06-26T04:07:38.011Z | Checking form_urlencoded v1.2.2 |
| 649 | 2026-06-26T04:07:38.123Z | Compiling crc32fast v1.5.0 |
| 650 | 2026-06-26T04:07:38.206Z | Checking ipnet v2.11.0 |
| 651 | 2026-06-26T04:07:38.222Z | Compiling num-conv v0.2.0 |
| 652 | 2026-06-26T04:07:38.336Z | Compiling usdt-impl v0.6.0 |
| 653 | 2026-06-26T04:07:38.383Z | Checking powerfmt v0.2.0 |
| 654 | 2026-06-26T04:07:38.406Z | Compiling time-core v0.1.8 |
| 655 | 2026-06-26T04:07:38.429Z | Compiling structmeta v0.3.0 |
| 656 | 2026-06-26T04:07:38.517Z | Checking deranged v0.5.8 |
| 657 | 2026-06-26T04:07:38.536Z | Compiling time-macros v0.2.27 |
| 658 | 2026-06-26T04:07:38.615Z | Checking scroll v0.13.0 |
| 659 | 2026-06-26T04:07:38.826Z | Checking rand_core v0.9.5 |
| 660 | 2026-06-26T04:07:38.903Z | Checking tempfile v3.25.0 |
| 661 | 2026-06-26T04:07:39.017Z | Checking hyper v1.8.1 |
| 662 | 2026-06-26T04:07:39.078Z | Checking idna_adapter v1.2.1 |
| 663 | 2026-06-26T04:07:39.187Z | Checking ipnetwork v0.21.1 |
| 664 | 2026-06-26T04:07:39.396Z | Compiling dtrace-parser v0.3.0 |
| 665 | 2026-06-26T04:07:39.408Z | Checking sync_wrapper v1.0.2 |
| 666 | 2026-06-26T04:07:39.477Z | Compiling thread-id v5.1.0 |
| 667 | 2026-06-26T04:07:39.493Z | Compiling strsim v0.11.1 |
| 668 | 2026-06-26T04:07:39.671Z | Checking regex-syntax v0.8.10 |
| 669 | 2026-06-26T04:07:39.770Z | Compiling dof v0.4.0 |
| 670 | 2026-06-26T04:07:39.832Z | Checking utf8_iter v1.0.4 |
| 671 | 2026-06-26T04:07:39.858Z | Compiling byteorder v1.5.0 |
| 672 | 2026-06-26T04:07:39.871Z | Checking hyper-util v0.1.20 |
| 673 | 2026-06-26T04:07:39.944Z | Checking plain v0.2.3 |
| 674 | 2026-06-26T04:07:40.031Z | Checking adler2 v2.0.1 |
| 675 | 2026-06-26T04:07:40.067Z | Checking ryu v1.0.23 |
| 676 | 2026-06-26T04:07:40.123Z | Compiling crossbeam-utils v0.8.21 |
| 677 | 2026-06-26T04:07:40.180Z | Compiling ident_case v1.0.1 |
| 678 | 2026-06-26T04:07:40.189Z | Compiling omicron-workspace-hack v0.1.0 |
| 679 | 2026-06-26T04:07:40.292Z | Checking simd-adler32 v0.3.8 |
| 680 | 2026-06-26T04:07:40.406Z | Checking num_threads v0.1.7 |
| 681 | 2026-06-26T04:07:40.422Z | Checking openssl-probe v0.2.1 |
| 682 | 2026-06-26T04:07:40.444Z | Checking miniz_oxide v0.8.9 |
| 683 | 2026-06-26T04:07:40.486Z | Checking time v0.3.47 |
| 684 | 2026-06-26T04:07:40.520Z | Checking rustls-native-certs v0.8.3 |
| 685 | 2026-06-26T04:07:40.630Z | Compiling darling_core v0.21.3 |
| 686 | 2026-06-26T04:07:40.762Z | Checking serde_urlencoded v0.7.1 |
| 687 | 2026-06-26T04:07:40.906Z | Checking goblin v0.10.5 |
| 688 | 2026-06-26T04:07:40.944Z | Checking idna v1.1.0 |
| 689 | 2026-06-26T04:07:41.022Z | Checking tower v0.5.3 |
| 690 | 2026-06-26T04:07:41.170Z | Checking oxnet v0.1.6 |
| 691 | 2026-06-26T04:07:41.402Z | Checking newtype-uuid v1.3.2 |
| 692 | 2026-06-26T04:07:41.452Z | Compiling daft-derive v0.1.7 |
| 693 | 2026-06-26T04:07:41.513Z | Checking http-body-util v0.1.3 |
| 694 | 2026-06-26T04:07:41.558Z | Compiling aho-corasick v1.1.4 |
| 695 | 2026-06-26T04:07:41.894Z | Compiling rustls v0.22.4 |
| 696 | 2026-06-26T04:07:41.939Z | Checking iri-string v0.7.10 |
| 697 | 2026-06-26T04:07:42.089Z | Compiling camino v1.2.2 |
| 698 | 2026-06-26T04:07:42.146Z | Compiling rustix v0.38.44 |
| 699 | 2026-06-26T04:07:42.396Z | Checking pretty-hex v0.4.1 |
| 700 | 2026-06-26T04:07:42.544Z | Checking daft v0.1.7 |
| 701 | 2026-06-26T04:07:42.702Z | Compiling darling_macro v0.21.3 |
| 702 | 2026-06-26T04:07:42.761Z | Checking rustls-webpki v0.102.8 |
| 703 | 2026-06-26T04:07:42.789Z | Checking flate2 v1.1.9 |
| 704 | 2026-06-26T04:07:42.927Z | Checking tower-http v0.6.8 |
| 705 | 2026-06-26T04:07:43.060Z | Checking url v2.5.8 |
| 706 | 2026-06-26T04:07:43.185Z | Checking block-buffer v0.10.4 |
| 707 | 2026-06-26T04:07:43.213Z | Checking crypto-common v0.1.7 |
| 708 | 2026-06-26T04:07:43.301Z | Checking rand_chacha v0.9.0 |
| 709 | 2026-06-26T04:07:43.316Z | Checking rand_core v0.6.4 |
| 710 | 2026-06-26T04:07:43.415Z | Compiling regex-automata v0.4.14 |
| 711 | 2026-06-26T04:07:43.437Z | Compiling multer v3.1.0 |
| 712 | 2026-06-26T04:07:43.470Z | Checking wait-timeout v0.2.1 |
| 713 | 2026-06-26T04:07:43.592Z | Checking thread_local v1.1.9 |
| 714 | 2026-06-26T04:07:43.645Z | Checking winnow v0.7.14 |
| 715 | 2026-06-26T04:07:43.749Z | Compiling anyhow v1.0.102 |
| 716 | 2026-06-26T04:07:43.988Z | Checking match_cfg v0.1.0 |
| 717 | 2026-06-26T04:07:44.006Z | Checking compression-core v0.4.31 |
| 718 | 2026-06-26T04:07:44.045Z | Checking quick-error v1.2.3 |
| 719 | 2026-06-26T04:07:44.056Z | Checking bit-vec v0.8.0 |
| 720 | 2026-06-26T04:07:44.118Z | Checking allocator-api2 v0.2.21 |
| 721 | 2026-06-26T04:07:44.136Z | Compiling slog-async v2.8.0 |
| 722 | 2026-06-26T04:07:44.202Z | Compiling ref-cast v1.0.25 |
| 723 | 2026-06-26T04:07:44.235Z | Compiling thiserror v1.0.69 |
| 724 | 2026-06-26T04:07:44.385Z | Checking foldhash v0.2.0 |
| 725 | 2026-06-26T04:07:44.437Z | Checking bit-set v0.8.0 |
| 726 | 2026-06-26T04:07:44.527Z | Checking hashbrown v0.16.1 |
| 727 | 2026-06-26T04:07:44.573Z | Checking rusty-fork v0.3.1 |
| 728 | 2026-06-26T04:07:44.699Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 729 | 2026-06-26T04:07:44.709Z | Checking compression-codecs v0.4.37 |
| 730 | 2026-06-26T04:07:44.861Z | Checking hostname v0.3.1 |
| 731 | 2026-06-26T04:07:44.950Z | Checking rand_chacha v0.3.1 |
| 732 | 2026-06-26T04:07:44.966Z | Checking rand v0.9.2 |
| 733 | 2026-06-26T04:07:44.979Z | Checking crossbeam-channel v0.5.15 |
| 734 | 2026-06-26T04:07:45.008Z | Checking digest v0.10.7 |
| 735 | 2026-06-26T04:07:45.013Z | Compiling darling v0.21.3 |
| 736 | 2026-06-26T04:07:45.090Z | Compiling regex v1.12.3 |
| 737 | 2026-06-26T04:07:45.409Z | Checking slog-json v2.6.1 |
| 738 | 2026-06-26T04:07:45.474Z | Compiling usdt-macro v0.6.0 |
| 739 | 2026-06-26T04:07:45.530Z | Compiling usdt-attr-macro v0.6.0 |
| 740 | 2026-06-26T04:07:45.553Z | Checking rand_xorshift v0.4.0 |
| 741 | 2026-06-26T04:07:45.662Z | Compiling derive-ex v0.1.8 |
| 742 | 2026-06-26T04:07:45.733Z | Checking futures-executor v0.3.32 |
| 743 | 2026-06-26T04:07:45.871Z | Compiling async-stream-impl v0.3.6 |
| 744 | 2026-06-26T04:07:45.895Z | Compiling ref-cast-impl v1.0.25 |
| 745 | 2026-06-26T04:07:45.929Z | Compiling strum_macros v0.26.4 |
| 746 | 2026-06-26T04:07:46.106Z | Compiling thiserror-impl v1.0.69 |
| 747 | 2026-06-26T04:07:46.206Z | Compiling async-trait v0.1.89 |
| 748 | 2026-06-26T04:07:46.440Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 749 | 2026-06-26T04:07:46.449Z | Compiling dropshot v0.17.0 |
| 750 | 2026-06-26T04:07:46.546Z | Checking serde_spanned v1.0.4 |
| 751 | 2026-06-26T04:07:46.657Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 752 | 2026-06-26T04:07:46.667Z | Checking memmap2 v0.9.10 |
| 753 | 2026-06-26T04:07:46.818Z | Checking is-terminal v0.4.17 |
| 754 | 2026-06-26T04:07:46.844Z | Checking encoding_rs v0.8.35 |
| 755 | 2026-06-26T04:07:46.856Z | Checking hex v0.4.3 |
| 756 | 2026-06-26T04:07:46.895Z | Checking take_mut v0.2.2 |
| 757 | 2026-06-26T04:07:47.056Z | Checking term v1.2.1 |
| 758 | 2026-06-26T04:07:47.114Z | Checking spin v0.9.8 |
| 759 | 2026-06-26T04:07:47.145Z | Checking cpufeatures v0.2.17 |
| 760 | 2026-06-26T04:07:47.203Z | Checking unarray v0.1.4 |
| 761 | 2026-06-26T04:07:47.213Z | Checking mime v0.3.17 |
| 762 | 2026-06-26T04:07:47.216Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 763 | 2026-06-26T04:07:47.260Z | Compiling dropshot_endpoint v0.17.0 |
| 764 | 2026-06-26T04:07:47.263Z | Checking slog-term v2.9.2 |
| 765 | 2026-06-26T04:07:47.291Z | Checking proptest v1.10.0 |
| 766 | 2026-06-26T04:07:47.366Z | Checking sha1 v0.10.6 |
| 767 | 2026-06-26T04:07:47.379Z | Checking toml v1.0.6+spec-1.1.0 |
| 768 | 2026-06-26T04:07:47.471Z | Checking strum v0.26.3 |
| 769 | 2026-06-26T04:07:47.517Z | Compiling test-strategy v0.4.5 |
| 770 | 2026-06-26T04:07:47.571Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 771 | 2026-06-26T04:07:47.697Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 772 | 2026-06-26T04:07:47.752Z | Checking usdt v0.6.0 |
| 773 | 2026-06-26T04:07:47.833Z | Checking tokio-rustls v0.25.0 |
| 774 | 2026-06-26T04:07:47.899Z | Checking async-stream v0.3.6 |
| 775 | 2026-06-26T04:07:47.959Z | Compiling parse-display-derive v0.10.0 |
| 776 | 2026-06-26T04:07:48.019Z | Checking futures v0.3.32 |
| 777 | 2026-06-26T04:07:48.030Z | Checking atomicwrites v0.4.4 |
| 778 | 2026-06-26T04:07:48.082Z | Checking slog-bunyan v2.5.0 |
| 779 | 2026-06-26T04:07:48.140Z | Checking rand v0.8.6 |
| 780 | 2026-06-26T04:07:48.188Z | Compiling serde_with_macros v3.17.0 |
| 781 | 2026-06-26T04:07:48.458Z | Checking async-compression v0.4.41 |
| 782 | 2026-06-26T04:07:48.697Z | Compiling newtype-uuid-macros v0.1.0 |
| 783 | 2026-06-26T04:07:48.750Z | Checking openapiv3 v2.2.0 |
| 784 | 2026-06-26T04:07:48.801Z | Compiling strum_macros v0.27.2 |
| 785 | 2026-06-26T04:07:48.832Z | Checking backon v1.6.0 |
| 786 | 2026-06-26T04:07:48.879Z | Checking waitgroup v0.1.2 |
| 787 | 2026-06-26T04:07:48.968Z | Checking rustls-pemfile v2.2.0 |
| 788 | 2026-06-26T04:07:48.980Z | Checking serde_path_to_error v0.1.20 |
| 789 | 2026-06-26T04:07:49.097Z | Checking hostname v0.4.2 |
| 790 | 2026-06-26T04:07:49.185Z | Checking instant v0.1.13 |
| 791 | 2026-06-26T04:07:49.205Z | Checking debug-ignore v1.0.5 |
| 792 | 2026-06-26T04:07:49.236Z | Checking either v1.15.0 |
| 793 | 2026-06-26T04:07:49.263Z | Checking backoff v0.4.0 |
| 794 | 2026-06-26T04:07:49.291Z | Checking serde_with v3.17.0 |
| 795 | 2026-06-26T04:07:49.410Z | Checking itertools v0.14.0 |
| 796 | 2026-06-26T04:07:49.414Z | Checking parse-display v0.10.0 |
| 797 | 2026-06-26T04:07:49.420Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 798 | 2026-06-26T04:07:49.438Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 799 | 2026-06-26T04:07:49.545Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 800 | 2026-06-26T04:07:49.755Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 801 | 2026-06-26T04:07:49.766Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 802 | 2026-06-26T04:07:49.835Z | Checking iddqd v0.4.2 |
| 803 | 2026-06-26T04:07:50.193Z | Checking regress v0.10.5 |
| 804 | 2026-06-26T04:07:50.232Z | Checking macaddr v1.0.1 |
| 805 | 2026-06-26T04:07:50.289Z | Checking humantime v2.3.0 |
| 806 | 2026-06-26T04:07:50.542Z | Checking strum v0.27.2 |
| 807 | 2026-06-26T04:07:54.867Z | Checking rustls-webpki v0.103.9 |
| 808 | 2026-06-26T04:07:56.934Z | Checking tokio-rustls v0.26.4 |
| 809 | 2026-06-26T04:07:56.940Z | Checking rustls-platform-verifier v0.6.2 |
| 810 | 2026-06-26T04:07:57.118Z | Checking hyper-rustls v0.27.7 |
| 811 | 2026-06-26T04:07:57.228Z | Checking reqwest v0.13.2 |
| 812 | 2026-06-26T04:07:57.770Z | Checking progenitor-client v0.14.0 |
| 813 | 2026-06-26T04:07:57.962Z | Checking progenitor-extras v0.2.0 |
| 814 | 2026-06-26T04:07:58.060Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 815 | 2026-06-26T04:08:01.157Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 816 | 2026-06-26T04:08:01.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.42s |
| 817 | 2026-06-26T04:08:01.346Z | + cargo build --release |
| 818 | 2026-06-26T04:08:01.511Z | Compiling proc-macro2 v1.0.106 |
| 819 | 2026-06-26T04:08:01.511Z | Compiling quote v1.0.45 |
| 820 | 2026-06-26T04:08:01.511Z | Compiling unicode-ident v1.0.24 |
| 821 | 2026-06-26T04:08:01.511Z | Compiling libc v0.2.185 |
| 822 | 2026-06-26T04:08:01.514Z | Compiling cfg-if v1.0.4 |
| 823 | 2026-06-26T04:08:01.514Z | Compiling serde_core v1.0.228 |
| 824 | 2026-06-26T04:08:01.514Z | Compiling memchr v2.8.0 |
| 825 | 2026-06-26T04:08:01.514Z | Compiling itoa v1.0.17 |
| 826 | 2026-06-26T04:08:01.655Z | Compiling serde v1.0.228 |
| 827 | 2026-06-26T04:08:01.768Z | Compiling zmij v1.0.21 |
| 828 | 2026-06-26T04:08:01.845Z | Compiling serde_json v1.0.149 |
| 829 | 2026-06-26T04:08:01.969Z | Compiling pin-project-lite v0.2.17 |
| 830 | 2026-06-26T04:08:02.028Z | Compiling shlex v1.3.0 |
| 831 | 2026-06-26T04:08:02.048Z | Compiling find-msvc-tools v0.1.9 |
| 832 | 2026-06-26T04:08:02.053Z | Compiling smallvec v1.15.1 |
| 833 | 2026-06-26T04:08:02.256Z | Compiling jobserver v0.1.34 |
| 834 | 2026-06-26T04:08:02.284Z | Compiling bytes v1.11.1 |
| 835 | 2026-06-26T04:08:02.289Z | Compiling parking_lot_core v0.9.12 |
| 836 | 2026-06-26T04:08:02.428Z | Compiling errno v0.3.14 |
| 837 | 2026-06-26T04:08:02.540Z | Compiling cc v1.2.56 |
| 838 | 2026-06-26T04:08:02.556Z | Compiling futures-core v0.3.32 |
| 839 | 2026-06-26T04:08:02.590Z | Compiling scopeguard v1.2.0 |
| 840 | 2026-06-26T04:08:02.662Z | Compiling once_cell v1.21.3 |
| 841 | 2026-06-26T04:08:02.686Z | Compiling syn v2.0.117 |
| 842 | 2026-06-26T04:08:02.695Z | Compiling lock_api v0.4.14 |
| 843 | 2026-06-26T04:08:02.889Z | Compiling getrandom v0.4.1 |
| 844 | 2026-06-26T04:08:02.930Z | Compiling signal-hook-registry v1.4.8 |
| 845 | 2026-06-26T04:08:03.140Z | Compiling parking_lot v0.12.5 |
| 846 | 2026-06-26T04:08:03.150Z | Compiling socket2 v0.6.3 |
| 847 | 2026-06-26T04:08:03.154Z | Compiling mio v1.2.0 |
| 848 | 2026-06-26T04:08:03.324Z | Compiling autocfg v1.5.0 |
| 849 | 2026-06-26T04:08:03.456Z | Compiling futures-sink v0.3.32 |
| 850 | 2026-06-26T04:08:03.558Z | Compiling zeroize v1.8.2 |
| 851 | 2026-06-26T04:08:03.675Z | Compiling stable_deref_trait v1.2.1 |
| 852 | 2026-06-26T04:08:03.740Z | Compiling thiserror v2.0.18 |
| 853 | 2026-06-26T04:08:03.778Z | Compiling num-traits v0.2.19 |
| 854 | 2026-06-26T04:08:03.812Z | Compiling rustversion v1.0.22 |
| 855 | 2026-06-26T04:08:03.907Z | Compiling rustls-pki-types v1.14.0 |
| 856 | 2026-06-26T04:08:03.916Z | Compiling cmake v0.1.57 |
| 857 | 2026-06-26T04:08:04.045Z | Compiling dunce v1.0.5 |
| 858 | 2026-06-26T04:08:04.127Z | Compiling slab v0.4.12 |
| 859 | 2026-06-26T04:08:04.135Z | Compiling fs_extra v1.3.0 |
| 860 | 2026-06-26T04:08:04.173Z | Compiling zerocopy v0.8.40 |
| 861 | 2026-06-26T04:08:04.370Z | Compiling aws-lc-sys v0.40.0 |
| 862 | 2026-06-26T04:08:04.386Z | Compiling futures-channel v0.3.32 |
| 863 | 2026-06-26T04:08:04.567Z | Compiling version_check v0.9.5 |
| 864 | 2026-06-26T04:08:04.629Z | Compiling untrusted v0.9.0 |
| 865 | 2026-06-26T04:08:04.748Z | Compiling equivalent v1.0.2 |
| 866 | 2026-06-26T04:08:04.770Z | Compiling http v1.4.0 |
| 867 | 2026-06-26T04:08:04.826Z | Compiling iana-time-zone v0.1.65 |
| 868 | 2026-06-26T04:08:05.053Z | Compiling futures-io v0.3.32 |
| 869 | 2026-06-26T04:08:05.113Z | Compiling ucd-trie v0.1.7 |
| 870 | 2026-06-26T04:08:05.149Z | Compiling bitflags v2.11.0 |
| 871 | 2026-06-26T04:08:05.232Z | Compiling futures-task v0.3.32 |
| 872 | 2026-06-26T04:08:05.325Z | Compiling pest v2.8.6 |
| 873 | 2026-06-26T04:08:05.391Z | Compiling synstructure v0.13.2 |
| 874 | 2026-06-26T04:08:05.526Z | Compiling serde_derive_internals v0.29.1 |
| 875 | 2026-06-26T04:08:05.895Z | Compiling log v0.4.29 |
| 876 | 2026-06-26T04:08:06.100Z | Compiling aws-lc-rs v1.16.3 |
| 877 | 2026-06-26T04:08:06.210Z | Compiling fnv v1.0.7 |
| 878 | 2026-06-26T04:08:06.301Z | Compiling schemars v0.8.22 |
| 879 | 2026-06-26T04:08:06.337Z | Compiling pest_meta v2.8.6 |
| 880 | 2026-06-26T04:08:06.376Z | Compiling semver v1.0.28 |
| 881 | 2026-06-26T04:08:06.483Z | Compiling uuid v1.23.0 |
| 882 | 2026-06-26T04:08:06.526Z | Compiling httparse v1.10.1 |
| 883 | 2026-06-26T04:08:06.531Z | Compiling subtle v2.6.1 |
| 884 | 2026-06-26T04:08:06.537Z | Compiling serde_derive v1.0.228 |
| 885 | 2026-06-26T04:08:06.642Z | Compiling zerocopy-derive v0.8.40 |
| 886 | 2026-06-26T04:08:06.663Z | Compiling zerofrom-derive v0.1.6 |
| 887 | 2026-06-26T04:08:06.844Z | Compiling tokio-macros v2.7.0 |
| 888 | 2026-06-26T04:08:07.010Z | Compiling yoke-derive v0.8.1 |
| 889 | 2026-06-26T04:08:07.058Z | Compiling thiserror-impl v2.0.18 |
| 890 | 2026-06-26T04:08:07.496Z | Compiling zerovec-derive v0.11.2 |
| 891 | 2026-06-26T04:08:07.539Z | Compiling tokio v1.52.1 |
| 892 | 2026-06-26T04:08:07.778Z | Compiling zerofrom v0.1.6 |
| 893 | 2026-06-26T04:08:07.895Z | Compiling displaydoc v0.2.5 |
| 894 | 2026-06-26T04:08:07.957Z | Compiling yoke v0.8.1 |
| 895 | 2026-06-26T04:08:08.132Z | Compiling futures-macro v0.3.32 |
| 896 | 2026-06-26T04:08:08.229Z | Compiling schemars_derive v0.8.22 |
| 897 | 2026-06-26T04:08:08.520Z | Compiling zerovec v0.11.5 |
| 898 | 2026-06-26T04:08:08.601Z | Compiling writeable v0.6.2 |
| 899 | 2026-06-26T04:08:08.817Z | Compiling dyn-clone v1.0.20 |
| 900 | 2026-06-26T04:08:08.909Z | Compiling futures-util v0.3.32 |
| 901 | 2026-06-26T04:08:08.945Z | Compiling hashbrown v0.17.0 |
| 902 | 2026-06-26T04:08:09.067Z | Compiling tinystr v0.8.2 |
| 903 | 2026-06-26T04:08:09.368Z | Compiling litemap v0.8.1 |
| 904 | 2026-06-26T04:08:09.549Z | Compiling chrono v0.4.44 |
| 905 | 2026-06-26T04:08:09.570Z | Compiling icu_locale_core v2.1.1 |
| 906 | 2026-06-26T04:08:09.673Z | Compiling indexmap v2.14.0 |
| 907 | 2026-06-26T04:08:09.725Z | Compiling potential_utf v0.1.4 |
| 908 | 2026-06-26T04:08:09.887Z | Compiling zerotrie v0.2.3 |
| 909 | 2026-06-26T04:08:10.293Z | Compiling pest_generator v2.8.6 |
| 910 | 2026-06-26T04:08:10.517Z | Compiling http-body v1.0.1 |
| 911 | 2026-06-26T04:08:10.875Z | Compiling slog v2.8.2 |
| 912 | 2026-06-26T04:08:11.045Z | Compiling tracing-core v0.1.36 |
| 913 | 2026-06-26T04:08:11.084Z | Compiling getrandom v0.2.17 |
| 914 | 2026-06-26T04:08:11.287Z | Compiling icu_properties_data v2.1.2 |
| 915 | 2026-06-26T04:08:11.500Z | Compiling percent-encoding v2.3.2 |
| 916 | 2026-06-26T04:08:11.535Z | Compiling atomic-waker v1.1.2 |
| 917 | 2026-06-26T04:08:11.652Z | Compiling heck v0.5.0 |
| 918 | 2026-06-26T04:08:11.756Z | Compiling icu_normalizer_data v2.1.1 |
| 919 | 2026-06-26T04:08:11.834Z | Compiling tracing v0.1.44 |
| 920 | 2026-06-26T04:08:11.838Z | Compiling tokio-util v0.7.18 |
| 921 | 2026-06-26T04:08:11.985Z | Compiling pest_derive v2.8.6 |
| 922 | 2026-06-26T04:08:12.156Z | Compiling icu_provider v2.1.1 |
| 923 | 2026-06-26T04:08:12.473Z | Compiling icu_collections v2.1.1 |
| 924 | 2026-06-26T04:08:12.542Z | Compiling erased-serde v0.3.31 |
| 925 | 2026-06-26T04:08:12.918Z | Compiling try-lock v0.2.5 |
| 926 | 2026-06-26T04:08:12.924Z | Compiling typenum v1.19.0 |
| 927 | 2026-06-26T04:08:13.003Z | Compiling tower-service v0.3.3 |
| 928 | 2026-06-26T04:08:13.021Z | Compiling base64 v0.22.1 |
| 929 | 2026-06-26T04:08:13.088Z | Compiling rustix v1.1.3 |
| 930 | 2026-06-26T04:08:13.122Z | Compiling rustls v0.23.37 |
| 931 | 2026-06-26T04:08:13.238Z | Compiling getrandom v0.3.4 |
| 932 | 2026-06-26T04:08:13.324Z | Compiling tower-layer v0.3.3 |
| 933 | 2026-06-26T04:08:13.424Z | Compiling fastrand v2.3.0 |
| 934 | 2026-06-26T04:08:13.520Z | Compiling want v0.3.1 |
| 935 | 2026-06-26T04:08:13.751Z | Compiling h2 v0.4.13 |
| 936 | 2026-06-26T04:08:13.806Z | Compiling ppv-lite86 v0.2.21 |
| 937 | 2026-06-26T04:08:13.836Z | Compiling serde_tokenstream v0.2.3 |
| 938 | 2026-06-26T04:08:13.891Z | Compiling generic-array v0.14.7 |
| 939 | 2026-06-26T04:08:14.105Z | Compiling ring v0.17.14 |
| 940 | 2026-06-26T04:08:14.121Z | Compiling httpdate v1.0.3 |
| 941 | 2026-06-26T04:08:14.131Z | Compiling pin-utils v0.1.0 |
| 942 | 2026-06-26T04:08:14.187Z | Compiling paste v1.0.15 |
| 943 | 2026-06-26T04:08:14.499Z | Compiling icu_properties v2.1.2 |
| 944 | 2026-06-26T04:08:14.510Z | Compiling icu_normalizer v2.1.1 |
| 945 | 2026-06-26T04:08:15.984Z | Compiling form_urlencoded v1.2.2 |
| 946 | 2026-06-26T04:08:16.241Z | Compiling hyper v1.8.1 |
| 947 | 2026-06-26T04:08:16.484Z | Compiling structmeta-derive v0.3.0 |
| 948 | 2026-06-26T04:08:16.517Z | Compiling scroll_derive v0.13.1 |
| 949 | 2026-06-26T04:08:17.468Z | Compiling num-conv v0.2.0 |
| 950 | 2026-06-26T04:08:17.586Z | Compiling powerfmt v0.2.0 |
| 951 | 2026-06-26T04:08:17.715Z | Compiling omicron-workspace-hack v0.1.0 |
| 952 | 2026-06-26T04:08:17.837Z | Compiling ipnet v2.11.0 |
| 953 | 2026-06-26T04:08:17.911Z | Compiling usdt-impl v0.6.0 |
| 954 | 2026-06-26T04:08:18.138Z | Compiling time-core v0.1.8 |
| 955 | 2026-06-26T04:08:18.265Z | Compiling crc32fast v1.5.0 |
| 956 | 2026-06-26T04:08:18.501Z | Compiling dof v0.4.0 |
| 957 | 2026-06-26T04:08:18.563Z | Compiling time-macros v0.2.27 |
| 958 | 2026-06-26T04:08:19.043Z | Compiling hyper-util v0.1.20 |
| 959 | 2026-06-26T04:08:19.162Z | Compiling deranged v0.5.8 |
| 960 | 2026-06-26T04:08:19.805Z | Compiling structmeta v0.3.0 |
| 961 | 2026-06-26T04:08:19.856Z | Compiling scroll v0.13.0 |
| 962 | 2026-06-26T04:08:20.135Z | Compiling tempfile v3.25.0 |
| 963 | 2026-06-26T04:08:20.237Z | Compiling rand_core v0.9.5 |
| 964 | 2026-06-26T04:08:20.475Z | Compiling idna_adapter v1.2.1 |
| 965 | 2026-06-26T04:08:20.588Z | Compiling dtrace-parser v0.3.0 |
| 966 | 2026-06-26T04:08:20.759Z | Compiling ipnetwork v0.21.1 |
| 967 | 2026-06-26T04:08:20.962Z | Compiling sync_wrapper v1.0.2 |
| 968 | 2026-06-26T04:08:21.006Z | Compiling thread-id v5.1.0 |
| 969 | 2026-06-26T04:08:21.076Z | Compiling ryu v1.0.23 |
| 970 | 2026-06-26T04:08:21.090Z | Compiling adler2 v2.0.1 |
| 971 | 2026-06-26T04:08:21.126Z | Compiling strsim v0.11.1 |
| 972 | 2026-06-26T04:08:21.230Z | Compiling plain v0.2.3 |
| 973 | 2026-06-26T04:08:21.334Z | Compiling crossbeam-utils v0.8.21 |
| 974 | 2026-06-26T04:08:21.348Z | Compiling openssl-probe v0.2.1 |
| 975 | 2026-06-26T04:08:21.393Z | Compiling utf8_iter v1.0.4 |
| 976 | 2026-06-26T04:08:21.618Z | Compiling regex-syntax v0.8.10 |
| 977 | 2026-06-26T04:08:21.670Z | Compiling simd-adler32 v0.3.8 |
| 978 | 2026-06-26T04:08:21.718Z | Compiling ident_case v1.0.1 |
| 979 | 2026-06-26T04:08:21.826Z | Compiling byteorder v1.5.0 |
| 980 | 2026-06-26T04:08:21.923Z | Compiling num_threads v0.1.7 |
| 981 | 2026-06-26T04:08:22.035Z | Compiling time v0.3.47 |
| 982 | 2026-06-26T04:08:22.164Z | Compiling darling_core v0.21.3 |
| 983 | 2026-06-26T04:08:22.479Z | Compiling miniz_oxide v0.8.9 |
| 984 | 2026-06-26T04:08:22.729Z | Compiling idna v1.1.0 |
| 985 | 2026-06-26T04:08:23.818Z | Compiling rustls-native-certs v0.8.3 |
| 986 | 2026-06-26T04:08:23.866Z | Compiling goblin v0.10.5 |
| 987 | 2026-06-26T04:08:24.086Z | Compiling serde_urlencoded v0.7.1 |
| 988 | 2026-06-26T04:08:24.344Z | Compiling tower v0.5.3 |
| 989 | 2026-06-26T04:08:24.637Z | Compiling oxnet v0.1.6 |
| 990 | 2026-06-26T04:08:24.882Z | Compiling newtype-uuid v1.3.2 |
| 991 | 2026-06-26T04:08:24.940Z | Compiling http-body-util v0.1.3 |
| 992 | 2026-06-26T04:08:25.007Z | Compiling daft-derive v0.1.7 |
| 993 | 2026-06-26T04:08:25.201Z | Compiling aho-corasick v1.1.4 |
| 994 | 2026-06-26T04:08:25.724Z | Compiling rustls v0.22.4 |
| 995 | 2026-06-26T04:08:25.941Z | Compiling rustix v0.38.44 |
| 996 | 2026-06-26T04:08:26.255Z | Compiling pretty-hex v0.4.1 |
| 997 | 2026-06-26T04:08:26.530Z | Compiling iri-string v0.7.10 |
| 998 | 2026-06-26T04:08:26.570Z | Compiling camino v1.2.2 |
| 999 | 2026-06-26T04:08:26.705Z | Compiling daft v0.1.7 |
| 1000 | 2026-06-26T04:08:26.839Z | Compiling flate2 v1.1.9 |
| 1001 | 2026-06-26T04:08:27.366Z | Compiling regex-automata v0.4.14 |
| 1002 | 2026-06-26T04:08:27.876Z | Compiling tower-http v0.6.8 |
| 1003 | 2026-06-26T04:08:28.724Z | Compiling darling_macro v0.21.3 |
| 1004 | 2026-06-26T04:08:28.822Z | Compiling rustls-webpki v0.102.8 |
| 1005 | 2026-06-26T04:08:29.263Z | Compiling url v2.5.8 |
| 1006 | 2026-06-26T04:08:30.012Z | Compiling crypto-common v0.1.7 |
| 1007 | 2026-06-26T04:08:30.191Z | Compiling block-buffer v0.10.4 |
| 1008 | 2026-06-26T04:08:30.336Z | Compiling rand_chacha v0.9.0 |
| 1009 | 2026-06-26T04:08:30.579Z | Compiling rand_core v0.6.4 |
| 1010 | 2026-06-26T04:08:30.723Z | Compiling multer v3.1.0 |
| 1011 | 2026-06-26T04:08:30.821Z | Compiling wait-timeout v0.2.1 |
| 1012 | 2026-06-26T04:08:30.951Z | Compiling thread_local v1.1.9 |
| 1013 | 2026-06-26T04:08:31.310Z | Compiling match_cfg v0.1.0 |
| 1014 | 2026-06-26T04:08:31.313Z | Compiling winnow v0.7.14 |
| 1015 | 2026-06-26T04:08:31.358Z | Compiling quick-error v1.2.3 |
| 1016 | 2026-06-26T04:08:31.462Z | Compiling thiserror v1.0.69 |
| 1017 | 2026-06-26T04:08:31.588Z | Compiling foldhash v0.2.0 |
| 1018 | 2026-06-26T04:08:31.706Z | Compiling ref-cast v1.0.25 |
| 1019 | 2026-06-26T04:08:31.761Z | Compiling anyhow v1.0.102 |
| 1020 | 2026-06-26T04:08:31.864Z | Compiling slog-async v2.8.0 |
| 1021 | 2026-06-26T04:08:32.014Z | Compiling allocator-api2 v0.2.21 |
| 1022 | 2026-06-26T04:08:32.067Z | Compiling bit-vec v0.8.0 |
| 1023 | 2026-06-26T04:08:32.138Z | Compiling compression-core v0.4.31 |
| 1024 | 2026-06-26T04:08:32.347Z | Compiling hashbrown v0.16.1 |
| 1025 | 2026-06-26T04:08:32.392Z | Compiling bit-set v0.8.0 |
| 1026 | 2026-06-26T04:08:32.567Z | Compiling compression-codecs v0.4.37 |
| 1027 | 2026-06-26T04:08:32.933Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1028 | 2026-06-26T04:08:33.336Z | Compiling rusty-fork v0.3.1 |
| 1029 | 2026-06-26T04:08:34.176Z | Compiling hostname v0.3.1 |
| 1030 | 2026-06-26T04:08:34.247Z | Compiling rand_chacha v0.3.1 |
| 1031 | 2026-06-26T04:08:34.325Z | Compiling rand v0.9.2 |
| 1032 | 2026-06-26T04:08:34.856Z | Compiling digest v0.10.7 |
| 1033 | 2026-06-26T04:08:35.071Z | Compiling crossbeam-channel v0.5.15 |
| 1034 | 2026-06-26T04:08:35.098Z | Compiling darling v0.21.3 |
| 1035 | 2026-06-26T04:08:35.186Z | Compiling regex v1.12.3 |
| 1036 | 2026-06-26T04:08:36.134Z | Compiling slog-json v2.6.1 |
| 1037 | 2026-06-26T04:08:36.350Z | Compiling usdt-attr-macro v0.6.0 |
| 1038 | 2026-06-26T04:08:36.381Z | Compiling usdt-macro v0.6.0 |
| 1039 | 2026-06-26T04:08:36.947Z | Compiling rand_xorshift v0.4.0 |
| 1040 | 2026-06-26T04:08:37.036Z | Compiling derive-ex v0.1.8 |
| 1041 | 2026-06-26T04:08:37.059Z | Compiling strum_macros v0.26.4 |
| 1042 | 2026-06-26T04:08:37.065Z | Compiling futures-executor v0.3.32 |
| 1043 | 2026-06-26T04:08:37.094Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1044 | 2026-06-26T04:08:37.545Z | Compiling async-trait v0.1.89 |
| 1045 | 2026-06-26T04:08:37.597Z | Compiling ref-cast-impl v1.0.25 |
| 1046 | 2026-06-26T04:08:38.181Z | Compiling async-stream-impl v0.3.6 |
| 1047 | 2026-06-26T04:08:38.463Z | Compiling thiserror-impl v1.0.69 |
| 1048 | 2026-06-26T04:08:38.595Z | Compiling dropshot v0.17.0 |
| 1049 | 2026-06-26T04:08:38.680Z | Compiling serde_spanned v1.0.4 |
| 1050 | 2026-06-26T04:08:38.786Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 1051 | 2026-06-26T04:08:38.803Z | Compiling memmap2 v0.9.10 |
| 1052 | 2026-06-26T04:08:38.806Z | Compiling is-terminal v0.4.17 |
| 1053 | 2026-06-26T04:08:38.892Z | Compiling encoding_rs v0.8.35 |
| 1054 | 2026-06-26T04:08:39.072Z | Compiling mime v0.3.17 |
| 1055 | 2026-06-26T04:08:39.188Z | Compiling unarray v0.1.4 |
| 1056 | 2026-06-26T04:08:39.302Z | Compiling term v1.2.1 |
| 1057 | 2026-06-26T04:08:39.543Z | Compiling take_mut v0.2.2 |
| 1058 | 2026-06-26T04:08:39.589Z | Compiling spin v0.9.8 |
| 1059 | 2026-06-26T04:08:39.701Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 1060 | 2026-06-26T04:08:39.920Z | Compiling hex v0.4.3 |
| 1061 | 2026-06-26T04:08:39.948Z | Compiling cpufeatures v0.2.17 |
| 1062 | 2026-06-26T04:08:40.012Z | Compiling sha1 v0.10.6 |
| 1063 | 2026-06-26T04:08:40.195Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1064 | 2026-06-26T04:08:40.396Z | Compiling dropshot_endpoint v0.17.0 |
| 1065 | 2026-06-26T04:08:41.223Z | Compiling toml v1.0.6+spec-1.1.0 |
| 1066 | 2026-06-26T04:08:42.120Z | Compiling slog-term v2.9.2 |
| 1067 | 2026-06-26T04:08:43.095Z | Compiling proptest v1.10.0 |
| 1068 | 2026-06-26T04:08:43.145Z | Compiling usdt v0.6.0 |
| 1069 | 2026-06-26T04:08:43.484Z | Compiling async-stream v0.3.6 |
| 1070 | 2026-06-26T04:08:43.661Z | Compiling strum v0.26.3 |
| 1071 | 2026-06-26T04:08:43.765Z | Compiling test-strategy v0.4.5 |
| 1072 | 2026-06-26T04:08:43.871Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1073 | 2026-06-26T04:08:44.010Z | Compiling tokio-rustls v0.25.0 |
| 1074 | 2026-06-26T04:08:44.236Z | Compiling futures v0.3.32 |
| 1075 | 2026-06-26T04:08:44.335Z | Compiling atomicwrites v0.4.4 |
| 1076 | 2026-06-26T04:08:44.363Z | Compiling slog-bunyan v2.5.0 |
| 1077 | 2026-06-26T04:08:44.525Z | Compiling parse-display-derive v0.10.0 |
| 1078 | 2026-06-26T04:08:44.602Z | Compiling serde_with_macros v3.17.0 |
| 1079 | 2026-06-26T04:08:45.642Z | Compiling rand v0.8.6 |
| 1080 | 2026-06-26T04:08:45.991Z | Compiling async-compression v0.4.41 |
| 1081 | 2026-06-26T04:08:46.296Z | Compiling newtype-uuid-macros v0.1.0 |
| 1082 | 2026-06-26T04:08:46.413Z | Compiling backon v1.6.0 |
| 1083 | 2026-06-26T04:08:46.454Z | Compiling strum_macros v0.27.2 |
| 1084 | 2026-06-26T04:08:46.484Z | Compiling waitgroup v0.1.2 |
| 1085 | 2026-06-26T04:08:46.617Z | Compiling openapiv3 v2.2.0 |
| 1086 | 2026-06-26T04:08:46.640Z | Compiling rustls-pemfile v2.2.0 |
| 1087 | 2026-06-26T04:08:46.905Z | Compiling serde_path_to_error v0.1.20 |
| 1088 | 2026-06-26T04:08:47.080Z | Compiling hostname v0.4.2 |
| 1089 | 2026-06-26T04:08:47.232Z | Compiling instant v0.1.13 |
| 1090 | 2026-06-26T04:08:47.370Z | Compiling either v1.15.0 |
| 1091 | 2026-06-26T04:08:47.501Z | Compiling debug-ignore v1.0.5 |
| 1092 | 2026-06-26T04:08:47.596Z | Compiling backoff v0.4.0 |
| 1093 | 2026-06-26T04:08:47.596Z | Compiling itertools v0.14.0 |
| 1094 | 2026-06-26T04:08:47.649Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1095 | 2026-06-26T04:08:48.201Z | Compiling strum v0.27.2 |
| 1096 | 2026-06-26T04:08:48.706Z | Compiling parse-display v0.10.0 |
| 1097 | 2026-06-26T04:08:49.032Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1098 | 2026-06-26T04:08:49.128Z | Compiling serde_with v3.17.0 |
| 1099 | 2026-06-26T04:08:49.542Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1100 | 2026-06-26T04:08:49.630Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 1101 | 2026-06-26T04:08:49.920Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1102 | 2026-06-26T04:08:50.387Z | Compiling iddqd v0.4.2 |
| 1103 | 2026-06-26T04:08:50.520Z | Compiling regress v0.10.5 |
| 1104 | 2026-06-26T04:08:51.524Z | Compiling macaddr v1.0.1 |
| 1105 | 2026-06-26T04:08:51.808Z | Compiling humantime v2.3.0 |
| 1106 | 2026-06-26T04:08:58.385Z | Compiling rustls-webpki v0.103.9 |
| 1107 | 2026-06-26T04:09:01.531Z | Compiling tokio-rustls v0.26.4 |
| 1108 | 2026-06-26T04:09:01.531Z | Compiling rustls-platform-verifier v0.6.2 |
| 1109 | 2026-06-26T04:09:01.762Z | Compiling hyper-rustls v0.27.7 |
| 1110 | 2026-06-26T04:09:02.082Z | Compiling reqwest v0.13.2 |
| 1111 | 2026-06-26T04:09:04.052Z | Compiling progenitor-client v0.14.0 |
| 1112 | 2026-06-26T04:09:04.318Z | Compiling progenitor-extras v0.2.0 |
| 1113 | 2026-06-26T04:09:04.526Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1114 | 2026-06-26T04:09:08.427Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1115 | 2026-06-26T04:09:12.391Z | Finished `release` profile [optimized] target(s) in 1m 10s |
| 1116 | 2026-06-26T04:09:12.421Z | process exited: duration 113278 ms, exit code 0 |
| |
| 1117 | 2026-06-26T04:09:12.489Z | found 0 output files |