|
|
|
| 1 | 2026-02-26T16:12:27.906Z | job assigned to worker 01KJDBH3AFQEBR79VE2FTSM3P5 [factory gimlet-EVT22200007-propolis, EVT22200007/59482] (queued for 32 s) |
| |
| 2 | 2026-02-26T16:12:36.304Z | starting task 0: "setup" |
| 3 | 2026-02-26T16:12:36.330Z | ++ uname -s |
| 4 | 2026-02-26T16:12:36.330Z | + kern=SunOS |
| 5 | 2026-02-26T16:12:36.330Z | + build_user=build |
| 6 | 2026-02-26T16:12:36.330Z | + build_uid=12345 |
| 7 | 2026-02-26T16:12:36.330Z | + work_dir=/work |
| 8 | 2026-02-26T16:12:36.330Z | + input_dir=/input |
| 9 | 2026-02-26T16:12:36.330Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-26T16:12:36.330Z | + case "$kern" in |
| 11 | 2026-02-26T16:12:36.330Z | + groupadd -g 12345 build |
| 12 | 2026-02-26T16:12:36.330Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-26T16:12:38.334Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-26T16:12:38.371Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-26T16:12:38.397Z | + home_fs=zfs |
| 16 | 2026-02-26T16:12:38.397Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-26T16:12:38.397Z | + mkdir -p /home/build |
| 18 | 2026-02-26T16:12:38.397Z | + chown build:build /home/build /work |
| 19 | 2026-02-26T16:12:40.380Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-26T16:12:40.405Z | process exited: duration 4080 ms, exit code 0 |
| |
| 21 | 2026-02-26T16:12:40.454Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-26T16:12:40.479Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-02-26T16:12:40.479Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-02-26T16:12:40.479Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-02-26T16:12:40.479Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-02-26T16:12:40.479Z | * rust toolchain channel = "1.91.1" |
| 27 | 2026-02-26T16:12:40.479Z | * rust toolchain profile = "default" |
| 28 | 2026-02-26T16:12:40.479Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-26T16:12:40.479Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-02-26T16:12:40.595Z | info: downloading installer |
| 31 | 2026-02-26T16:12:41.007Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-26T16:12:41.007Z | warn: /opt/ooce/bin |
| 33 | 2026-02-26T16:12:41.007Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-26T16:12:41.007Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-26T16:12:41.007Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-26T16:12:41.007Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-26T16:12:41.007Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-26T16:12:41.007Z | error: cannot install while Rust is installed |
| 39 | 2026-02-26T16:12:41.007Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-26T16:12:41.031Z | info: profile set to 'default' |
| 41 | 2026-02-26T16:12:41.031Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-26T16:12:41.032Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-02-26T16:12:41.132Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-02-26T16:12:41.132Z | info: downloading component 'cargo' |
| 45 | 2026-02-26T16:12:41.330Z | info: downloading component 'clippy' |
| 46 | 2026-02-26T16:12:41.383Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-26T16:12:41.651Z | info: downloading component 'rust-std' |
| 48 | 2026-02-26T16:12:42.037Z | info: downloading component 'rustc' |
| 49 | 2026-02-26T16:12:43.187Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-26T16:12:43.253Z | info: installing component 'cargo' |
| 51 | 2026-02-26T16:12:44.506Z | info: installing component 'clippy' |
| 52 | 2026-02-26T16:12:44.976Z | info: installing component 'rust-docs' |
| 53 | 2026-02-26T16:12:48.241Z | info: installing component 'rust-std' |
| 54 | 2026-02-26T16:12:50.361Z | info: installing component 'rustc' |
| 55 | 2026-02-26T16:12:58.626Z | info: installing component 'rustfmt' |
| 56 | 2026-02-26T16:12:59.011Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-02-26T16:12:59.011Z | |
| 58 | 2026-02-26T16:12:59.179Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-02-26T16:12:59.179Z | |
| 60 | 2026-02-26T16:12:59.179Z | |
| 61 | 2026-02-26T16:12:59.179Z | Rust is installed now. Great! |
| 62 | 2026-02-26T16:12:59.179Z | |
| 63 | 2026-02-26T16:12:59.179Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-26T16:12:59.203Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-26T16:12:59.203Z | |
| 66 | 2026-02-26T16:12:59.203Z | To configure your current shell, you need to source |
| 67 | 2026-02-26T16:12:59.203Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-26T16:12:59.203Z | |
| 69 | 2026-02-26T16:12:59.203Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-26T16:12:59.203Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-26T16:12:59.203Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-26T16:12:59.203Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-26T16:12:59.297Z | + rustup --version |
| 74 | 2026-02-26T16:12:59.322Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-26T16:12:59.322Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-26T16:12:59.422Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-02-26T16:12:59.447Z | + cargo --version |
| 78 | 2026-02-26T16:12:59.520Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-02-26T16:12:59.545Z | + rustc --version |
| 80 | 2026-02-26T16:12:59.619Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-02-26T16:12:59.644Z | process exited: duration 19170 ms, exit code 0 |
| |
| 82 | 2026-02-26T16:12:59.693Z | starting task 2: "authentication" |
| 83 | 2026-02-26T16:12:59.748Z | process exited: duration 55 ms, exit code 0 |
| |
| 84 | 2026-02-26T16:12:59.797Z | starting task 3: "clone repository" |
| 85 | 2026-02-26T16:12:59.821Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-02-26T16:12:59.821Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-02-26T16:12:59.846Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-02-26T16:13:21.968Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-02-26T16:13:21.968Z | + git fetch origin 889deabbf7d820f01adc6593ba2b00d7da64710f |
| 90 | 2026-02-26T16:13:22.765Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-02-26T16:13:22.765Z | * branch 889deabbf7d820f01adc6593ba2b00d7da64710f -> FETCH_HEAD |
| 92 | 2026-02-26T16:13:22.789Z | + [[ -n '' ]] |
| 93 | 2026-02-26T16:13:22.789Z | + git reset --hard 889deabbf7d820f01adc6593ba2b00d7da64710f |
| 94 | 2026-02-26T16:13:23.380Z | HEAD is now at 889deabbf EarlyNetworkSetupError: stop duplicate log output on DnsResolver variant |
| 95 | 2026-02-26T16:13:23.404Z | process exited: duration 23585 ms, exit code 0 |
| |
| 96 | 2026-02-26T16:13:23.455Z | starting task 4: "build" |
| 97 | 2026-02-26T16:13:23.480Z | + source .github/buildomat/ci-env.sh |
| 98 | 2026-02-26T16:13:23.480Z | ++ export CARGO_TERM_COLOR=always |
| 99 | 2026-02-26T16:13:23.480Z | ++ CARGO_TERM_COLOR=always |
| 100 | 2026-02-26T16:13:23.480Z | + cargo --version |
| 101 | 2026-02-26T16:13:23.543Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 102 | 2026-02-26T16:13:23.567Z | + rustc --version |
| 103 | 2026-02-26T16:13:23.651Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 104 | 2026-02-26T16:13:23.675Z | + WORK=/work |
| 105 | 2026-02-26T16:13:23.675Z | + pfexec mkdir -p /work |
| 106 | 2026-02-26T16:13:23.675Z | + pfexec chown build /work |
| 107 | 2026-02-26T16:13:23.675Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 108 | 2026-02-26T16:13:44.999Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 109 | 2026-02-26T16:13:57.671Z | Startup: Caching catalogs ... Done |
| 110 | 2026-02-26T16:14:25.902Z | Planning: Solver setup ... Done (26.149s) |
| 111 | 2026-02-26T16:14:26.102Z | Planning: Running solver ... Done (0.200s) |
| 112 | 2026-02-26T16:14:26.260Z | Planning: Finding local manifests ... Done (0.002s) |
| 113 | 2026-02-26T16:14:26.341Z | Planning: Fetching manifests: 0/4 0% complete |
| 114 | 2026-02-26T16:14:26.831Z | Planning: Fetching manifests: 4/4 100% complete |
| 115 | 2026-02-26T16:14:26.891Z | Planning: Package planning ... Done (0.060s) |
| 116 | 2026-02-26T16:14:26.950Z | Planning: Merging actions ... Done (0.058s) |
| 117 | 2026-02-26T16:14:27.278Z | Planning: Checking for conflicting actions ... Done (0.325s) |
| 118 | 2026-02-26T16:14:27.315Z | Planning: Consolidating action changes ... Done (0.013s) |
| 119 | 2026-02-26T16:14:27.928Z | Planning: Evaluating mediators ... Done (0.632s) |
| 120 | 2026-02-26T16:14:27.954Z | Planning: Planning completed in 30.14 seconds |
| 121 | 2026-02-26T16:14:27.954Z | Packages to install: 4 |
| 122 | 2026-02-26T16:14:27.954Z | Mediators to change: 2 |
| 123 | 2026-02-26T16:14:27.954Z | Services to change: 1 |
| 124 | 2026-02-26T16:14:27.954Z | Estimated space available: 154.93 GB |
| 125 | 2026-02-26T16:14:27.954Z | Estimated space to be consumed: 1.81 GB |
| 126 | 2026-02-26T16:14:27.954Z | Create boot environment: No |
| 127 | 2026-02-26T16:14:27.955Z | Create backup boot environment: No |
| 128 | 2026-02-26T16:14:27.955Z | Rebuild boot archive: No |
| 129 | 2026-02-26T16:14:27.955Z | |
| 130 | 2026-02-26T16:14:27.955Z | Changed mediators: |
| 131 | 2026-02-26T16:14:27.955Z | mediator clang: |
| 132 | 2026-02-26T16:14:27.955Z | version: None -> 15 (system default) |
| 133 | 2026-02-26T16:14:27.955Z | |
| 134 | 2026-02-26T16:14:27.955Z | mediator llvm: |
| 135 | 2026-02-26T16:14:27.955Z | version: 14 (system default) -> 15 (system default) |
| 136 | 2026-02-26T16:14:27.955Z | |
| 137 | 2026-02-26T16:14:27.955Z | Changed packages: |
| 138 | 2026-02-26T16:14:27.956Z | helios-dev |
| 139 | 2026-02-26T16:14:27.956Z | developer/build-essential |
| 140 | 2026-02-26T16:14:27.956Z | None -> 11-2.0 |
| 141 | 2026-02-26T16:14:27.956Z | library/libxmlsec1 |
| 142 | 2026-02-26T16:14:27.956Z | None -> 1.2.35-2.0 |
| 143 | 2026-02-26T16:14:27.956Z | ooce/developer/clang-15 |
| 144 | 2026-02-26T16:14:27.956Z | None -> 15.0.7-2.0 |
| 145 | 2026-02-26T16:14:27.956Z | ooce/developer/llvm-15 |
| 146 | 2026-02-26T16:14:27.957Z | None -> 15.0.7-2.0 |
| 147 | 2026-02-26T16:14:27.957Z | |
| 148 | 2026-02-26T16:14:27.957Z | Services: |
| 149 | 2026-02-26T16:14:27.957Z | restart_fmri: |
| 150 | 2026-02-26T16:14:27.957Z | svc:/system/update-man-index:default |
| 151 | 2026-02-26T16:14:28.015Z | |
| 152 | 2026-02-26T16:14:28.016Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 153 | 2026-02-26T16:14:33.040Z | Download: 1158/3290 items 53.7/212.6MB 25% complete (10.8M/s) |
| 154 | 2026-02-26T16:14:38.017Z | Download: 1982/3290 items 118.7/212.6MB 55% complete (12.0M/s) |
| 155 | 2026-02-26T16:14:43.018Z | Download: 3176/3290 items 154.0/212.6MB 72% complete (10.0M/s) |
| 156 | 2026-02-26T16:14:47.400Z | Download: Completed 212.60 MB in 19.39 seconds (11.0M/s) |
| 157 | 2026-02-26T16:14:47.570Z | Actions: 1/3689 actions (Installing new actions) |
| 158 | 2026-02-26T16:14:52.838Z | Actions: 3141/3689 actions (Installing new actions) |
| 159 | 2026-02-26T16:14:53.455Z | Actions: Completed 3689 actions in 5.89 seconds. |
| 160 | 2026-02-26T16:14:54.137Z | Done (0.675s) |
| 161 | 2026-02-26T16:14:54.137Z | Done (0.000s) |
| 162 | 2026-02-26T16:14:55.433Z | Done (1.296s) |
| 163 | 2026-02-26T16:15:00.421Z | Done (4.727s) |
| 164 | 2026-02-26T16:15:00.517Z | Done (0.018s) |
| 165 | 2026-02-26T16:15:00.541Z | Done (0.000s) |
| 166 | 2026-02-26T16:15:00.670Z | Done (0.000s) |
| 167 | 2026-02-26T16:15:01.667Z | Planning: Evaluating mediator changes ... Done |
| 168 | 2026-02-26T16:15:01.881Z | Planning: Checking for conflicting actions ... Done |
| 169 | 2026-02-26T16:15:01.905Z | Planning: Consolidating action changes ... Done |
| 170 | 2026-02-26T16:15:02.235Z | Planning: Evaluating mediators ... Done |
| 171 | 2026-02-26T16:15:02.259Z | Planning: Planning completed in 0.57 seconds |
| 172 | 2026-02-26T16:15:02.283Z | Mediators to change: 2 |
| 173 | 2026-02-26T16:15:02.283Z | Create boot environment: No |
| 174 | 2026-02-26T16:15:02.283Z | Create backup boot environment: No |
| 175 | 2026-02-26T16:15:02.337Z | Done |
| 176 | 2026-02-26T16:15:02.337Z | Done |
| 177 | 2026-02-26T16:15:03.446Z | Done |
| 178 | 2026-02-26T16:15:08.061Z | Done |
| 179 | 2026-02-26T16:15:08.149Z | Done |
| 180 | 2026-02-26T16:15:08.149Z | Done |
| 181 | 2026-02-26T16:15:08.207Z | Done |
| 182 | 2026-02-26T16:15:08.960Z | Planning: Evaluating mediator changes ... Done |
| 183 | 2026-02-26T16:15:08.984Z | Planning: Merging actions ... Done |
| 184 | 2026-02-26T16:15:09.204Z | Planning: Checking for conflicting actions ... Done |
| 185 | 2026-02-26T16:15:09.229Z | Planning: Consolidating action changes ... Done |
| 186 | 2026-02-26T16:15:09.528Z | Planning: Evaluating mediators ... Done |
| 187 | 2026-02-26T16:15:09.597Z | Planning: Planning completed in 0.94 seconds |
| 188 | 2026-02-26T16:15:09.638Z | Packages to change: 1 |
| 189 | 2026-02-26T16:15:09.638Z | Mediators to change: 1 |
| 190 | 2026-02-26T16:15:09.638Z | Services to change: 1 |
| 191 | 2026-02-26T16:15:09.638Z | Create boot environment: No |
| 192 | 2026-02-26T16:15:09.638Z | Create backup boot environment: Yes |
| 193 | 2026-02-26T16:15:11.648Z | Actions: 1/6 actions (Updating modified actions) |
| 194 | 2026-02-26T16:15:11.672Z | Actions: Completed 6 actions in 0.00 seconds. |
| 195 | 2026-02-26T16:15:11.672Z | Done |
| 196 | 2026-02-26T16:15:11.672Z | Done |
| 197 | 2026-02-26T16:15:11.914Z | Done |
| 198 | 2026-02-26T16:15:16.283Z | Done |
| 199 | 2026-02-26T16:15:16.371Z | Done |
| 200 | 2026-02-26T16:15:16.395Z | Done |
| 201 | 2026-02-26T16:15:16.489Z | Done |
| 202 | 2026-02-26T16:15:17.025Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 203 | 2026-02-26T16:15:17.025Z | clang system 15 system |
| 204 | 2026-02-26T16:15:17.025Z | csh system system illumos |
| 205 | 2026-02-26T16:15:17.025Z | ctags system system illumos |
| 206 | 2026-02-26T16:15:17.025Z | file system system illumos |
| 207 | 2026-02-26T16:15:17.025Z | gcc vendor 12 vendor |
| 208 | 2026-02-26T16:15:17.025Z | gcc system 10 system |
| 209 | 2026-02-26T16:15:17.025Z | gcc system 7 system |
| 210 | 2026-02-26T16:15:17.025Z | go system 1.20 system |
| 211 | 2026-02-26T16:15:17.025Z | go system 1.19 system |
| 212 | 2026-02-26T16:15:17.025Z | llvm system 15 system |
| 213 | 2026-02-26T16:15:17.025Z | llvm system 14 system |
| 214 | 2026-02-26T16:15:17.025Z | mariadb system 10.6 system |
| 215 | 2026-02-26T16:15:17.025Z | mta vendor vendor dma |
| 216 | 2026-02-26T16:15:17.025Z | openjdk system 17 system |
| 217 | 2026-02-26T16:15:17.025Z | openjdk system 11 system |
| 218 | 2026-02-26T16:15:17.025Z | openjdk system 1.8 system |
| 219 | 2026-02-26T16:15:17.025Z | openssl vendor 3 vendor |
| 220 | 2026-02-26T16:15:17.025Z | perl system 5.36 system |
| 221 | 2026-02-26T16:15:17.025Z | postgresql system 15 system |
| 222 | 2026-02-26T16:15:17.025Z | postgresql system 13 system |
| 223 | 2026-02-26T16:15:17.025Z | python vendor 3 vendor |
| 224 | 2026-02-26T16:15:17.025Z | python system 2 system |
| 225 | 2026-02-26T16:15:17.025Z | python3 system 3.11 system |
| 226 | 2026-02-26T16:15:17.025Z | ruby system 3.0 system |
| 227 | 2026-02-26T16:15:17.025Z | words vendor vendor american-english |
| 228 | 2026-02-26T16:15:17.025Z | words system system australian-english |
| 229 | 2026-02-26T16:15:17.025Z | words system system british-english |
| 230 | 2026-02-26T16:15:17.025Z | words system system canadian-english |
| 231 | 2026-02-26T16:15:17.025Z | words system system french |
| 232 | 2026-02-26T16:15:17.026Z | words system system italian |
| 233 | 2026-02-26T16:15:17.026Z | words system system ngerman |
| 234 | 2026-02-26T16:15:17.026Z | words system system ogerman |
| 235 | 2026-02-26T16:15:17.026Z | words system system spanish |
| 236 | 2026-02-26T16:15:17.435Z | PUBLISHER TYPE STATUS P LOCATION |
| 237 | 2026-02-26T16:15:17.435Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 238 | 2026-02-26T16:15:25.263Z | FMRI IFO |
| 239 | 2026-02-26T16:15:25.263Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 240 | 2026-02-26T16:15:25.263Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 241 | 2026-02-26T16:15:25.263Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 242 | 2026-02-26T16:15:25.263Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 243 | 2026-02-26T16:15:25.263Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 244 | 2026-02-26T16:15:25.263Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 245 | 2026-02-26T16:15:25.263Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 246 | 2026-02-26T16:15:25.263Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 247 | 2026-02-26T16:15:25.263Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 248 | 2026-02-26T16:15:25.263Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 249 | 2026-02-26T16:15:25.263Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 250 | 2026-02-26T16:15:25.263Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 251 | 2026-02-26T16:15:25.263Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 252 | 2026-02-26T16:15:25.263Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 253 | 2026-02-26T16:15:25.263Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 254 | 2026-02-26T16:15:25.263Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 255 | 2026-02-26T16:15:26.509Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 256 | 2026-02-26T16:15:27.205Z | Updating crates.io index |
| 257 | 2026-02-26T16:15:27.236Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 258 | 2026-02-26T16:15:27.828Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 259 | 2026-02-26T16:15:28.653Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 260 | 2026-02-26T16:15:30.301Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 261 | 2026-02-26T16:15:30.870Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 262 | 2026-02-26T16:15:31.569Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 263 | 2026-02-26T16:15:34.013Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 264 | 2026-02-26T16:15:37.548Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 265 | 2026-02-26T16:15:42.818Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 266 | 2026-02-26T16:15:43.486Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 267 | 2026-02-26T16:15:45.015Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 268 | 2026-02-26T16:15:46.089Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 269 | 2026-02-26T16:15:46.666Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 270 | 2026-02-26T16:15:47.555Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 271 | 2026-02-26T16:15:48.166Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 272 | 2026-02-26T16:15:49.449Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 273 | 2026-02-26T16:15:50.481Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 274 | 2026-02-26T16:15:51.029Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 275 | 2026-02-26T16:15:51.675Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 276 | 2026-02-26T16:15:52.432Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 277 | 2026-02-26T16:15:53.062Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 278 | 2026-02-26T16:15:53.587Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 279 | 2026-02-26T16:15:54.165Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 280 | 2026-02-26T16:15:54.993Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 281 | 2026-02-26T16:15:55.784Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 282 | 2026-02-26T16:15:56.720Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 283 | 2026-02-26T16:15:57.300Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 284 | 2026-02-26T16:15:58.274Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 285 | 2026-02-26T16:15:58.947Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 286 | 2026-02-26T16:15:59.857Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 287 | 2026-02-26T16:16:00.617Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 288 | 2026-02-26T16:16:01.146Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 289 | 2026-02-26T16:16:01.882Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 290 | 2026-02-26T16:16:02.459Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 291 | 2026-02-26T16:16:03.194Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 292 | 2026-02-26T16:16:03.695Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 293 | 2026-02-26T16:16:04.373Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 294 | 2026-02-26T16:16:04.958Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 295 | 2026-02-26T16:16:05.557Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 296 | 2026-02-26T16:16:24.117Z | Downloading crates ... |
| 297 | 2026-02-26T16:16:24.173Z | Downloaded anstyle-parse v0.2.5 |
| 298 | 2026-02-26T16:16:24.198Z | Downloaded smawk v0.3.2 |
| 299 | 2026-02-26T16:16:24.198Z | Downloaded tabled_derive v0.7.0 |
| 300 | 2026-02-26T16:16:24.198Z | Downloaded anstream v0.6.18 |
| 301 | 2026-02-26T16:16:24.198Z | Downloaded toml v0.8.23 |
| 302 | 2026-02-26T16:16:24.198Z | Downloaded thread-id v4.2.2 |
| 303 | 2026-02-26T16:16:24.198Z | Downloaded terminal_size v0.4.0 |
| 304 | 2026-02-26T16:16:24.198Z | Downloaded textwrap v0.16.2 |
| 305 | 2026-02-26T16:16:24.198Z | Downloaded zerovec v0.10.4 |
| 306 | 2026-02-26T16:16:24.225Z | Downloaded zerofrom-derive v0.1.4 |
| 307 | 2026-02-26T16:16:24.225Z | Downloaded utf8parse v0.2.2 |
| 308 | 2026-02-26T16:16:24.225Z | Downloaded writeable v0.5.5 |
| 309 | 2026-02-26T16:16:24.225Z | Downloaded write16 v1.0.0 |
| 310 | 2026-02-26T16:16:24.225Z | Downloaded zerovec-derive v0.10.3 |
| 311 | 2026-02-26T16:16:24.225Z | Downloaded zmij v1.0.15 |
| 312 | 2026-02-26T16:16:24.225Z | Downloaded zerocopy-derive v0.7.35 |
| 313 | 2026-02-26T16:16:24.225Z | Downloaded ucd-trie v0.1.7 |
| 314 | 2026-02-26T16:16:24.225Z | Downloaded url v2.5.4 |
| 315 | 2026-02-26T16:16:24.250Z | Downloaded toml_edit v0.22.27 |
| 316 | 2026-02-26T16:16:24.250Z | Downloaded swrite v0.1.0 |
| 317 | 2026-02-26T16:16:24.250Z | Downloaded zerocopy v0.7.35 |
| 318 | 2026-02-26T16:16:24.274Z | Downloaded synstructure v0.13.1 |
| 319 | 2026-02-26T16:16:24.274Z | Downloaded quote v1.0.44 |
| 320 | 2026-02-26T16:16:24.274Z | Downloaded plain v0.2.3 |
| 321 | 2026-02-26T16:16:24.275Z | Downloaded semver v1.0.27 |
| 322 | 2026-02-26T16:16:24.275Z | Downloaded winnow v0.7.14 |
| 323 | 2026-02-26T16:16:24.299Z | Downloaded unicode-width v0.1.14 |
| 324 | 2026-02-26T16:16:24.299Z | Downloaded strsim v0.11.1 |
| 325 | 2026-02-26T16:16:24.299Z | Downloaded serde_derive v1.0.228 |
| 326 | 2026-02-26T16:16:24.299Z | Downloaded serde_core v1.0.228 |
| 327 | 2026-02-26T16:16:24.299Z | Downloaded tabled v0.15.0 |
| 328 | 2026-02-26T16:16:24.323Z | Downloaded sha2 v0.10.9 |
| 329 | 2026-02-26T16:16:24.323Z | Downloaded icu_properties_data v1.5.0 |
| 330 | 2026-02-26T16:16:24.348Z | Downloaded serde_json v1.0.149 |
| 331 | 2026-02-26T16:16:24.348Z | Downloaded proc-macro-error v1.0.4 |
| 332 | 2026-02-26T16:16:24.348Z | Downloaded syn v1.0.109 |
| 333 | 2026-02-26T16:16:24.348Z | Downloaded goblin v0.8.2 |
| 334 | 2026-02-26T16:16:24.372Z | Downloaded papergrid v0.11.0 |
| 335 | 2026-02-26T16:16:24.372Z | Downloaded icu_normalizer v1.5.0 |
| 336 | 2026-02-26T16:16:24.372Z | Downloaded serde v1.0.228 |
| 337 | 2026-02-26T16:16:24.373Z | Downloaded icu_locid v1.5.0 |
| 338 | 2026-02-26T16:16:24.373Z | Downloaded rustix v1.1.3 |
| 339 | 2026-02-26T16:16:24.397Z | Downloaded pest_derive v2.8.2 |
| 340 | 2026-02-26T16:16:24.421Z | Downloaded litemap v0.7.3 |
| 341 | 2026-02-26T16:16:24.421Z | Downloaded rustix v0.38.37 |
| 342 | 2026-02-26T16:16:24.445Z | Downloaded syn v2.0.117 |
| 343 | 2026-02-26T16:16:24.445Z | Downloaded dtrace-parser v0.2.0 |
| 344 | 2026-02-26T16:16:24.445Z | Downloaded pest v2.8.2 |
| 345 | 2026-02-26T16:16:24.445Z | Downloaded libc v0.2.180 |
| 346 | 2026-02-26T16:16:24.478Z | Downloaded macaddr v1.0.1 |
| 347 | 2026-02-26T16:16:24.502Z | Downloaded idna_adapter v1.2.0 |
| 348 | 2026-02-26T16:16:24.502Z | Downloaded icu_provider v1.5.0 |
| 349 | 2026-02-26T16:16:24.502Z | Downloaded icu_collections v1.5.0 |
| 350 | 2026-02-26T16:16:24.502Z | Downloaded dof v0.3.0 |
| 351 | 2026-02-26T16:16:24.502Z | Downloaded proc-macro2 v1.0.106 |
| 352 | 2026-02-26T16:16:24.502Z | Downloaded pest_meta v2.8.2 |
| 353 | 2026-02-26T16:16:24.502Z | Downloaded num-traits v0.2.19 |
| 354 | 2026-02-26T16:16:24.502Z | Downloaded memchr v2.7.4 |
| 355 | 2026-02-26T16:16:24.502Z | Downloaded stable_deref_trait v1.2.0 |
| 356 | 2026-02-26T16:16:24.527Z | Downloaded serde_tokenstream v0.2.3 |
| 357 | 2026-02-26T16:16:24.527Z | Downloaded serde_spanned v0.6.9 |
| 358 | 2026-02-26T16:16:24.527Z | Downloaded serde-value v0.7.0 |
| 359 | 2026-02-26T16:16:24.527Z | Downloaded serde-untagged v0.1.7 |
| 360 | 2026-02-26T16:16:24.527Z | Downloaded scroll_derive v0.12.0 |
| 361 | 2026-02-26T16:16:24.527Z | Downloaded scroll v0.12.0 |
| 362 | 2026-02-26T16:16:24.527Z | Downloaded proc-macro-error-attr v1.0.4 |
| 363 | 2026-02-26T16:16:24.527Z | Downloaded pest_generator v2.8.2 |
| 364 | 2026-02-26T16:16:24.527Z | Downloaded icu_provider_macros v1.5.0 |
| 365 | 2026-02-26T16:16:24.527Z | Downloaded icu_normalizer_data v1.5.0 |
| 366 | 2026-02-26T16:16:24.527Z | Downloaded digest v0.10.7 |
| 367 | 2026-02-26T16:16:24.527Z | Downloaded smallvec v1.15.1 |
| 368 | 2026-02-26T16:16:24.527Z | Downloaded pretty-hex v0.4.1 |
| 369 | 2026-02-26T16:16:24.527Z | Downloaded percent-encoding v2.3.2 |
| 370 | 2026-02-26T16:16:24.527Z | Downloaded ordered-float v2.10.1 |
| 371 | 2026-02-26T16:16:24.527Z | Downloaded once_cell v1.21.3 |
| 372 | 2026-02-26T16:16:24.527Z | Downloaded icu_properties v1.5.1 |
| 373 | 2026-02-26T16:16:24.527Z | Downloaded icu_locid_transform_data v1.5.0 |
| 374 | 2026-02-26T16:16:24.552Z | Downloaded icu_locid_transform v1.5.0 |
| 375 | 2026-02-26T16:16:24.552Z | Downloaded heck v0.5.0 |
| 376 | 2026-02-26T16:16:24.552Z | Downloaded hashbrown v0.16.1 |
| 377 | 2026-02-26T16:16:24.552Z | Downloaded getrandom v0.3.4 |
| 378 | 2026-02-26T16:16:24.552Z | Downloaded fastrand v2.1.1 |
| 379 | 2026-02-26T16:16:24.552Z | Downloaded erased-serde v0.4.6 |
| 380 | 2026-02-26T16:16:24.552Z | Downloaded equivalent v1.0.2 |
| 381 | 2026-02-26T16:16:24.552Z | Downloaded memmap v0.7.0 |
| 382 | 2026-02-26T16:16:24.552Z | Downloaded log v0.4.29 |
| 383 | 2026-02-26T16:16:24.552Z | Downloaded itoa v1.0.11 |
| 384 | 2026-02-26T16:16:24.552Z | Downloaded is_terminal_polyfill v1.70.1 |
| 385 | 2026-02-26T16:16:24.552Z | Downloaded idna v1.0.3 |
| 386 | 2026-02-26T16:16:24.576Z | Downloaded heck v0.4.1 |
| 387 | 2026-02-26T16:16:24.576Z | Downloaded generic-array v0.14.7 |
| 388 | 2026-02-26T16:16:24.576Z | Downloaded form_urlencoded v1.2.2 |
| 389 | 2026-02-26T16:16:24.576Z | Downloaded unicode-width v0.2.0 |
| 390 | 2026-02-26T16:16:24.576Z | Downloaded fs-err v3.1.1 |
| 391 | 2026-02-26T16:16:24.576Z | Downloaded errno v0.3.12 |
| 392 | 2026-02-26T16:16:24.576Z | Downloaded displaydoc v0.2.5 |
| 393 | 2026-02-26T16:16:24.576Z | Downloaded typenum v1.17.0 |
| 394 | 2026-02-26T16:16:24.576Z | Downloaded tempfile v3.24.0 |
| 395 | 2026-02-26T16:16:24.576Z | Downloaded fnv v1.0.7 |
| 396 | 2026-02-26T16:16:24.576Z | Downloaded cfg-if v1.0.4 |
| 397 | 2026-02-26T16:16:24.577Z | Downloaded cargo_metadata v0.21.0 |
| 398 | 2026-02-26T16:16:24.577Z | Downloaded yoke v0.7.4 |
| 399 | 2026-02-26T16:16:24.601Z | Downloaded thiserror v2.0.18 |
| 400 | 2026-02-26T16:16:24.601Z | Downloaded cpufeatures v0.2.14 |
| 401 | 2026-02-26T16:16:24.601Z | Downloaded unicode-ident v1.0.24 |
| 402 | 2026-02-26T16:16:24.601Z | Downloaded version_check v0.9.5 |
| 403 | 2026-02-26T16:16:24.601Z | Downloaded usdt-attr-macro v0.5.0 |
| 404 | 2026-02-26T16:16:24.601Z | Downloaded tinystr v0.7.6 |
| 405 | 2026-02-26T16:16:24.601Z | Downloaded thiserror-impl v1.0.69 |
| 406 | 2026-02-26T16:16:24.601Z | Downloaded colorchoice v1.0.2 |
| 407 | 2026-02-26T16:16:24.601Z | Downloaded byteorder v1.5.0 |
| 408 | 2026-02-26T16:16:24.601Z | Downloaded typeid v1.0.3 |
| 409 | 2026-02-26T16:16:24.601Z | Downloaded cargo-util-schemas v0.8.2 |
| 410 | 2026-02-26T16:16:24.601Z | Downloaded thiserror-impl v2.0.18 |
| 411 | 2026-02-26T16:16:24.601Z | Downloaded clap_lex v0.7.4 |
| 412 | 2026-02-26T16:16:24.602Z | Downloaded utf8_iter v1.0.4 |
| 413 | 2026-02-26T16:16:24.602Z | Downloaded usdt-macro v0.5.0 |
| 414 | 2026-02-26T16:16:24.602Z | Downloaded usdt v0.5.0 |
| 415 | 2026-02-26T16:16:24.602Z | Downloaded unicode-linebreak v0.1.5 |
| 416 | 2026-02-26T16:16:24.626Z | Downloaded toml_datetime v0.6.11 |
| 417 | 2026-02-26T16:16:24.626Z | Downloaded thiserror v1.0.69 |
| 418 | 2026-02-26T16:16:24.626Z | Downloaded clap_derive v4.5.47 |
| 419 | 2026-02-26T16:16:24.626Z | Downloaded autocfg v1.4.0 |
| 420 | 2026-02-26T16:16:24.626Z | Downloaded zerofrom v0.1.4 |
| 421 | 2026-02-26T16:16:24.626Z | Downloaded utf16_iter v1.0.5 |
| 422 | 2026-02-26T16:16:24.626Z | Downloaded usdt-impl v0.5.0 |
| 423 | 2026-02-26T16:16:24.626Z | Downloaded unicode-xid v0.2.6 |
| 424 | 2026-02-26T16:16:24.626Z | Downloaded toml_write v0.1.2 |
| 425 | 2026-02-26T16:16:24.626Z | Downloaded crypto-common v0.1.6 |
| 426 | 2026-02-26T16:16:24.626Z | Downloaded clap_builder v4.5.48 |
| 427 | 2026-02-26T16:16:24.626Z | Downloaded clap v4.5.48 |
| 428 | 2026-02-26T16:16:24.651Z | Downloaded anstyle v1.0.11 |
| 429 | 2026-02-26T16:16:24.651Z | Downloaded yoke-derive v0.7.4 |
| 430 | 2026-02-26T16:16:24.651Z | Downloaded cargo_toml v0.21.0 |
| 431 | 2026-02-26T16:16:24.651Z | Downloaded camino v1.2.2 |
| 432 | 2026-02-26T16:16:24.651Z | Downloaded anyhow v1.0.99 |
| 433 | 2026-02-26T16:16:24.651Z | Downloaded cargo-platform v0.2.0 |
| 434 | 2026-02-26T16:16:24.651Z | Downloaded camino-tempfile v1.4.1 |
| 435 | 2026-02-26T16:16:24.651Z | Downloaded bytecount v0.6.8 |
| 436 | 2026-02-26T16:16:24.651Z | Downloaded anstyle-query v1.1.1 |
| 437 | 2026-02-26T16:16:24.651Z | Downloaded indexmap v2.13.0 |
| 438 | 2026-02-26T16:16:24.675Z | Downloaded block-buffer v0.10.4 |
| 439 | 2026-02-26T16:16:24.675Z | Downloaded bitflags v2.9.4 |
| 440 | 2026-02-26T16:16:24.737Z | Compiling proc-macro2 v1.0.106 |
| 441 | 2026-02-26T16:16:24.737Z | Compiling unicode-ident v1.0.24 |
| 442 | 2026-02-26T16:16:24.737Z | Compiling quote v1.0.44 |
| 443 | 2026-02-26T16:16:24.761Z | Compiling serde_core v1.0.228 |
| 444 | 2026-02-26T16:16:24.761Z | Compiling serde v1.0.228 |
| 445 | 2026-02-26T16:16:24.761Z | Compiling version_check v0.9.5 |
| 446 | 2026-02-26T16:16:24.761Z | Compiling libc v0.2.180 |
| 447 | 2026-02-26T16:16:24.761Z | Compiling memchr v2.7.4 |
| 448 | 2026-02-26T16:16:25.064Z | Compiling thiserror v2.0.18 |
| 449 | 2026-02-26T16:16:25.487Z | Compiling stable_deref_trait v1.2.0 |
| 450 | 2026-02-26T16:16:25.517Z | Compiling zmij v1.0.15 |
| 451 | 2026-02-26T16:16:25.626Z | Compiling ucd-trie v0.1.7 |
| 452 | 2026-02-26T16:16:26.020Z | Compiling itoa v1.0.11 |
| 453 | 2026-02-26T16:16:26.117Z | Compiling litemap v0.7.3 |
| 454 | 2026-02-26T16:16:26.220Z | Compiling writeable v0.5.5 |
| 455 | 2026-02-26T16:16:26.252Z | Compiling thiserror v1.0.69 |
| 456 | 2026-02-26T16:16:26.281Z | Compiling autocfg v1.4.0 |
| 457 | 2026-02-26T16:16:26.611Z | Compiling byteorder v1.5.0 |
| 458 | 2026-02-26T16:16:27.043Z | Compiling errno v0.3.12 |
| 459 | 2026-02-26T16:16:27.107Z | Compiling icu_locid_transform_data v1.5.0 |
| 460 | 2026-02-26T16:16:27.307Z | Compiling syn v2.0.117 |
| 461 | 2026-02-26T16:16:27.350Z | Compiling bitflags v2.9.4 |
| 462 | 2026-02-26T16:16:27.430Z | Compiling serde_json v1.0.149 |
| 463 | 2026-02-26T16:16:27.520Z | Compiling icu_properties_data v1.5.0 |
| 464 | 2026-02-26T16:16:27.763Z | Compiling num-traits v0.2.19 |
| 465 | 2026-02-26T16:16:27.790Z | Compiling equivalent v1.0.2 |
| 466 | 2026-02-26T16:16:27.814Z | Compiling hashbrown v0.16.1 |
| 467 | 2026-02-26T16:16:27.941Z | Compiling utf8_iter v1.0.4 |
| 468 | 2026-02-26T16:16:27.998Z | Compiling icu_normalizer_data v1.5.0 |
| 469 | 2026-02-26T16:16:28.122Z | Compiling rustix v0.38.37 |
| 470 | 2026-02-26T16:16:28.205Z | Compiling utf16_iter v1.0.5 |
| 471 | 2026-02-26T16:16:28.237Z | Compiling write16 v1.0.0 |
| 472 | 2026-02-26T16:16:28.388Z | Compiling typeid v1.0.3 |
| 473 | 2026-02-26T16:16:28.417Z | Compiling smallvec v1.15.1 |
| 474 | 2026-02-26T16:16:28.823Z | Compiling indexmap v2.13.0 |
| 475 | 2026-02-26T16:16:28.944Z | Compiling usdt-impl v0.5.0 |
| 476 | 2026-02-26T16:16:28.983Z | Compiling proc-macro-error-attr v1.0.4 |
| 477 | 2026-02-26T16:16:29.188Z | Compiling toml_write v0.1.2 |
| 478 | 2026-02-26T16:16:29.300Z | Compiling syn v1.0.109 |
| 479 | 2026-02-26T16:16:29.330Z | Compiling winnow v0.7.14 |
| 480 | 2026-02-26T16:16:29.588Z | Compiling thread-id v4.2.2 |
| 481 | 2026-02-26T16:16:30.141Z | Compiling proc-macro-error v1.0.4 |
| 482 | 2026-02-26T16:16:30.172Z | Compiling utf8parse v0.2.2 |
| 483 | 2026-02-26T16:16:30.386Z | Compiling log v0.4.29 |
| 484 | 2026-02-26T16:16:30.498Z | Compiling rustix v1.1.3 |
| 485 | 2026-02-26T16:16:30.930Z | Compiling plain v0.2.3 |
| 486 | 2026-02-26T16:16:31.155Z | Compiling getrandom v0.3.4 |
| 487 | 2026-02-26T16:16:31.245Z | Compiling camino v1.2.2 |
| 488 | 2026-02-26T16:16:31.292Z | Compiling percent-encoding v2.3.2 |
| 489 | 2026-02-26T16:16:31.702Z | Compiling form_urlencoded v1.2.2 |
| 490 | 2026-02-26T16:16:31.777Z | Compiling ordered-float v2.10.1 |
| 491 | 2026-02-26T16:16:31.992Z | Compiling terminal_size v0.4.0 |
| 492 | 2026-02-26T16:16:32.104Z | Compiling anstyle-parse v0.2.5 |
| 493 | 2026-02-26T16:16:32.447Z | Compiling anstyle v1.0.11 |
| 494 | 2026-02-26T16:16:32.534Z | Compiling anstyle-query v1.1.1 |
| 495 | 2026-02-26T16:16:32.714Z | Compiling pretty-hex v0.4.1 |
| 496 | 2026-02-26T16:16:32.744Z | Compiling is_terminal_polyfill v1.70.1 |
| 497 | 2026-02-26T16:16:32.881Z | Compiling colorchoice v1.0.2 |
| 498 | 2026-02-26T16:16:32.915Z | Compiling cfg-if v1.0.4 |
| 499 | 2026-02-26T16:16:33.089Z | Compiling anstream v0.6.18 |
| 500 | 2026-02-26T16:16:33.132Z | Compiling semver v1.0.27 |
| 501 | 2026-02-26T16:16:33.198Z | Compiling fs-err v3.1.1 |
| 502 | 2026-02-26T16:16:33.519Z | Compiling synstructure v0.13.1 |
| 503 | 2026-02-26T16:16:33.771Z | Compiling unicode-xid v0.2.6 |
| 504 | 2026-02-26T16:16:33.805Z | Compiling unicode-width v0.1.14 |
| 505 | 2026-02-26T16:16:33.842Z | Compiling anyhow v1.0.99 |
| 506 | 2026-02-26T16:16:33.992Z | Compiling fastrand v2.1.1 |
| 507 | 2026-02-26T16:16:34.314Z | Compiling heck v0.5.0 |
| 508 | 2026-02-26T16:16:34.406Z | Compiling strsim v0.11.1 |
| 509 | 2026-02-26T16:16:34.465Z | Compiling fnv v1.0.7 |
| 510 | 2026-02-26T16:16:34.623Z | Compiling heck v0.4.1 |
| 511 | 2026-02-26T16:16:34.871Z | Compiling bytecount v0.6.8 |
| 512 | 2026-02-26T16:16:34.939Z | Compiling once_cell v1.21.3 |
| 513 | 2026-02-26T16:16:35.030Z | Compiling clap_lex v0.7.4 |
| 514 | 2026-02-26T16:16:35.060Z | Compiling papergrid v0.11.0 |
| 515 | 2026-02-26T16:16:35.325Z | Compiling clap_builder v4.5.48 |
| 516 | 2026-02-26T16:16:35.354Z | Compiling tempfile v3.24.0 |
| 517 | 2026-02-26T16:16:35.497Z | Compiling memmap v0.7.0 |
| 518 | 2026-02-26T16:16:35.629Z | Compiling unicode-width v0.2.0 |
| 519 | 2026-02-26T16:16:35.845Z | Compiling smawk v0.3.2 |
| 520 | 2026-02-26T16:16:36.085Z | Compiling unicode-linebreak v0.1.5 |
| 521 | 2026-02-26T16:16:36.123Z | Compiling camino-tempfile v1.4.1 |
| 522 | 2026-02-26T16:16:36.608Z | Compiling textwrap v0.16.2 |
| 523 | 2026-02-26T16:16:36.776Z | Compiling swrite v0.1.0 |
| 524 | 2026-02-26T16:16:36.940Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 525 | 2026-02-26T16:16:37.116Z | Compiling tabled_derive v0.7.0 |
| 526 | 2026-02-26T16:16:37.642Z | Compiling serde_derive v1.0.228 |
| 527 | 2026-02-26T16:16:37.667Z | Compiling zerofrom-derive v0.1.4 |
| 528 | 2026-02-26T16:16:37.667Z | Compiling yoke-derive v0.7.4 |
| 529 | 2026-02-26T16:16:37.699Z | Compiling zerovec-derive v0.10.3 |
| 530 | 2026-02-26T16:16:37.775Z | Compiling thiserror-impl v2.0.18 |
| 531 | 2026-02-26T16:16:38.912Z | Compiling displaydoc v0.2.5 |
| 532 | 2026-02-26T16:16:39.761Z | Compiling icu_provider_macros v1.5.0 |
| 533 | 2026-02-26T16:16:40.143Z | Compiling thiserror-impl v1.0.69 |
| 534 | 2026-02-26T16:16:40.295Z | Compiling zerocopy-derive v0.7.35 |
| 535 | 2026-02-26T16:16:40.543Z | Compiling zerofrom v0.1.4 |
| 536 | 2026-02-26T16:16:40.674Z | Compiling pest v2.8.2 |
| 537 | 2026-02-26T16:16:40.704Z | Compiling scroll_derive v0.12.0 |
| 538 | 2026-02-26T16:16:40.796Z | Compiling yoke v0.7.4 |
| 539 | 2026-02-26T16:16:41.152Z | Compiling zerovec v0.10.4 |
| 540 | 2026-02-26T16:16:42.028Z | Compiling scroll v0.12.0 |
| 541 | 2026-02-26T16:16:42.118Z | Compiling zerocopy v0.7.35 |
| 542 | 2026-02-26T16:16:42.494Z | Compiling goblin v0.8.2 |
| 543 | 2026-02-26T16:16:42.562Z | Compiling clap_derive v4.5.47 |
| 544 | 2026-02-26T16:16:42.873Z | Compiling tinystr v0.7.6 |
| 545 | 2026-02-26T16:16:42.907Z | Compiling icu_collections v1.5.0 |
| 546 | 2026-02-26T16:16:43.159Z | Compiling tabled v0.15.0 |
| 547 | 2026-02-26T16:16:43.261Z | Compiling icu_locid v1.5.0 |
| 548 | 2026-02-26T16:16:43.361Z | Compiling pest_meta v2.8.2 |
| 549 | 2026-02-26T16:16:44.319Z | Compiling icu_provider v1.5.0 |
| 550 | 2026-02-26T16:16:45.043Z | Compiling icu_locid_transform v1.5.0 |
| 551 | 2026-02-26T16:16:45.158Z | Compiling pest_generator v2.8.2 |
| 552 | 2026-02-26T16:16:45.188Z | Compiling toml_datetime v0.6.11 |
| 553 | 2026-02-26T16:16:45.223Z | Compiling serde_spanned v0.6.9 |
| 554 | 2026-02-26T16:16:45.472Z | Compiling dof v0.3.0 |
| 555 | 2026-02-26T16:16:45.689Z | Compiling toml_edit v0.22.27 |
| 556 | 2026-02-26T16:16:46.229Z | Compiling erased-serde v0.4.6 |
| 557 | 2026-02-26T16:16:46.274Z | Compiling serde_tokenstream v0.2.3 |
| 558 | 2026-02-26T16:16:46.818Z | Compiling icu_properties v1.5.1 |
| 559 | 2026-02-26T16:16:46.930Z | Compiling serde-value v0.7.0 |
| 560 | 2026-02-26T16:16:47.232Z | Compiling cargo-platform v0.2.0 |
| 561 | 2026-02-26T16:16:47.308Z | Compiling pest_derive v2.8.2 |
| 562 | 2026-02-26T16:16:47.485Z | Compiling serde-untagged v0.1.7 |
| 563 | 2026-02-26T16:16:47.676Z | Compiling clap v4.5.48 |
| 564 | 2026-02-26T16:16:47.773Z | Compiling macaddr v1.0.1 |
| 565 | 2026-02-26T16:16:48.021Z | Compiling dtrace-parser v0.2.0 |
| 566 | 2026-02-26T16:16:49.133Z | Compiling toml v0.8.23 |
| 567 | 2026-02-26T16:16:49.758Z | Compiling usdt-attr-macro v0.5.0 |
| 568 | 2026-02-26T16:16:49.816Z | Compiling usdt-macro v0.5.0 |
| 569 | 2026-02-26T16:16:49.921Z | Compiling cargo_toml v0.21.0 |
| 570 | 2026-02-26T16:16:50.180Z | Compiling icu_normalizer v1.5.0 |
| 571 | 2026-02-26T16:16:50.936Z | Compiling usdt v0.5.0 |
| 572 | 2026-02-26T16:16:50.999Z | Compiling idna_adapter v1.2.0 |
| 573 | 2026-02-26T16:16:51.183Z | Compiling idna v1.0.3 |
| 574 | 2026-02-26T16:16:51.757Z | Compiling url v2.5.4 |
| 575 | 2026-02-26T16:16:52.577Z | Compiling cargo-util-schemas v0.8.2 |
| 576 | 2026-02-26T16:16:54.430Z | Compiling cargo_metadata v0.21.0 |
| 577 | 2026-02-26T16:16:56.455Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 578 | 2026-02-26T16:17:00.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s |
| 579 | 2026-02-26T16:17:01.256Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 580 | 2026-02-26T16:17:02.249Z | Downloading crates ... |
| 581 | 2026-02-26T16:17:02.428Z | Downloaded async-trait v0.1.89 |
| 582 | 2026-02-26T16:17:02.453Z | Downloaded cstr-argument v0.1.2 |
| 583 | 2026-02-26T16:17:02.453Z | Downloaded csv-core v0.1.11 |
| 584 | 2026-02-26T16:17:02.453Z | Downloaded crossbeam-channel v0.5.15 |
| 585 | 2026-02-26T16:17:02.477Z | Downloaded blowfish v0.9.1 |
| 586 | 2026-02-26T16:17:02.477Z | Downloaded debug-ignore v1.0.5 |
| 587 | 2026-02-26T16:17:02.502Z | Downloaded either v1.15.0 |
| 588 | 2026-02-26T16:17:02.502Z | Downloaded ghash v0.5.1 |
| 589 | 2026-02-26T16:17:02.502Z | Downloaded hash32 v0.2.1 |
| 590 | 2026-02-26T16:17:02.529Z | Downloaded headers-core v0.3.0 |
| 591 | 2026-02-26T16:17:02.529Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 592 | 2026-02-26T16:17:02.529Z | Downloaded ident_case v1.0.1 |
| 593 | 2026-02-26T16:17:02.554Z | Downloaded is-terminal v0.4.13 |
| 594 | 2026-02-26T16:17:02.554Z | Downloaded md-5 v0.10.6 |
| 595 | 2026-02-26T16:17:02.554Z | Downloaded num-derive v0.4.2 |
| 596 | 2026-02-26T16:17:02.578Z | Downloaded multimap v0.10.1 |
| 597 | 2026-02-26T16:17:02.578Z | Downloaded openssl-probe v0.1.5 |
| 598 | 2026-02-26T16:17:02.578Z | Downloaded oso-derive v0.27.3 |
| 599 | 2026-02-26T16:17:02.578Z | Downloaded number_prefix v0.4.0 |
| 600 | 2026-02-26T16:17:02.605Z | Downloaded pretty-hex v0.2.1 |
| 601 | 2026-02-26T16:17:02.605Z | Downloaded progenitor-macro v0.13.0 |
| 602 | 2026-02-26T16:17:02.605Z | Downloaded radium v0.7.0 |
| 603 | 2026-02-26T16:17:02.605Z | Downloaded progenitor-macro v0.8.0 |
| 604 | 2026-02-26T16:17:02.605Z | Downloaded progenitor-macro v0.10.0 |
| 605 | 2026-02-26T16:17:02.605Z | Downloaded ref-cast-impl v1.0.25 |
| 606 | 2026-02-26T16:17:02.642Z | Downloaded ref-cast v1.0.25 |
| 607 | 2026-02-26T16:17:02.642Z | Downloaded rand_xorshift v0.4.0 |
| 608 | 2026-02-26T16:17:02.642Z | Downloaded rustc_version v0.1.7 |
| 609 | 2026-02-26T16:17:02.642Z | Downloaded rand_seeder v0.4.0 |
| 610 | 2026-02-26T16:17:02.642Z | Downloaded quinn-udp v0.5.5 |
| 611 | 2026-02-26T16:17:02.642Z | Downloaded rustc_version v0.4.1 |
| 612 | 2026-02-26T16:17:02.667Z | Downloaded prefix-trie v0.7.0 |
| 613 | 2026-02-26T16:17:02.667Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 614 | 2026-02-26T16:17:02.667Z | Downloaded polyval v0.6.2 |
| 615 | 2026-02-26T16:17:02.667Z | Downloaded packed_struct v0.10.1 |
| 616 | 2026-02-26T16:17:02.667Z | Downloaded scopeguard v1.2.0 |
| 617 | 2026-02-26T16:17:02.667Z | Downloaded pkcs8 v0.10.2 |
| 618 | 2026-02-26T16:17:02.667Z | Downloaded scrypt v0.11.0 |
| 619 | 2026-02-26T16:17:02.667Z | Downloaded scroll_derive v0.13.1 |
| 620 | 2026-02-26T16:17:02.691Z | Downloaded serde_plain v1.0.2 |
| 621 | 2026-02-26T16:17:02.691Z | Downloaded semver v0.1.20 |
| 622 | 2026-02-26T16:17:02.692Z | Downloaded primeorder v0.13.6 |
| 623 | 2026-02-26T16:17:02.692Z | Downloaded serde_urlencoded v0.7.1 |
| 624 | 2026-02-26T16:17:02.692Z | Downloaded simd-adler32 v0.3.7 |
| 625 | 2026-02-26T16:17:02.692Z | Downloaded signal-hook-mio v0.2.4 |
| 626 | 2026-02-26T16:17:02.692Z | Downloaded secrecy v0.10.3 |
| 627 | 2026-02-26T16:17:02.721Z | Downloaded signature v2.2.0 |
| 628 | 2026-02-26T16:17:02.721Z | Downloaded slog-bunyan v2.5.0 |
| 629 | 2026-02-26T16:17:02.721Z | Downloaded siphasher v1.0.1 |
| 630 | 2026-02-26T16:17:02.721Z | Downloaded strum v0.27.2 |
| 631 | 2026-02-26T16:17:02.721Z | Downloaded structmeta v0.3.0 |
| 632 | 2026-02-26T16:17:02.721Z | Downloaded take_mut v0.2.2 |
| 633 | 2026-02-26T16:17:02.721Z | Downloaded tabled_derive v0.11.0 |
| 634 | 2026-02-26T16:17:02.721Z | Downloaded tap v1.0.1 |
| 635 | 2026-02-26T16:17:02.746Z | Downloaded tagptr v0.2.0 |
| 636 | 2026-02-26T16:17:02.746Z | Downloaded publicsuffix v2.3.0 |
| 637 | 2026-02-26T16:17:02.746Z | Downloaded tinyvec_macros v0.1.1 |
| 638 | 2026-02-26T16:17:02.746Z | Downloaded sync-ptr v0.1.4 |
| 639 | 2026-02-26T16:17:02.746Z | Downloaded ssh-cipher v0.2.0 |
| 640 | 2026-02-26T16:17:02.746Z | Downloaded thread-id v5.0.0 |
| 641 | 2026-02-26T16:17:02.746Z | Downloaded topological-sort v0.2.2 |
| 642 | 2026-02-26T16:17:02.770Z | Downloaded typify-macro v0.2.0 |
| 643 | 2026-02-26T16:17:02.770Z | Downloaded tower-service v0.3.3 |
| 644 | 2026-02-26T16:17:02.770Z | Downloaded typify-macro v0.4.3 |
| 645 | 2026-02-26T16:17:02.770Z | Downloaded try-lock v0.2.5 |
| 646 | 2026-02-26T16:17:02.770Z | Downloaded untrusted v0.7.1 |
| 647 | 2026-02-26T16:17:02.770Z | Downloaded universal-hash v0.5.1 |
| 648 | 2026-02-26T16:17:02.771Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 649 | 2026-02-26T16:17:02.771Z | Downloaded unit-prefix v0.5.1 |
| 650 | 2026-02-26T16:17:02.771Z | Downloaded tui-tree-widget v0.23.1 |
| 651 | 2026-02-26T16:17:02.796Z | Downloaded usdt-macro v0.6.0 |
| 652 | 2026-02-26T16:17:02.796Z | Downloaded want v0.3.1 |
| 653 | 2026-02-26T16:17:02.796Z | Downloaded waitgroup v0.1.2 |
| 654 | 2026-02-26T16:17:02.796Z | Downloaded xattr v1.3.1 |
| 655 | 2026-02-26T16:17:02.796Z | Downloaded xshell-macros v0.2.7 |
| 656 | 2026-02-26T16:17:02.796Z | Downloaded uzers v0.12.1 |
| 657 | 2026-02-26T16:17:02.796Z | Downloaded zone v0.3.1 |
| 658 | 2026-02-26T16:17:02.796Z | Downloaded zone_cfg_derive v0.1.2 |
| 659 | 2026-02-26T16:17:02.796Z | Downloaded tokio-rustls v0.24.1 |
| 660 | 2026-02-26T16:17:02.796Z | Downloaded walkdir v2.5.0 |
| 661 | 2026-02-26T16:17:02.821Z | Downloaded zone_cfg_derive v0.3.0 |
| 662 | 2026-02-26T16:17:02.821Z | Downloaded xshell v0.2.7 |
| 663 | 2026-02-26T16:17:02.821Z | Downloaded value-bag v1.12.0 |
| 664 | 2026-02-26T16:17:02.821Z | Downloaded zstd-safe v7.2.3 |
| 665 | 2026-02-26T16:17:02.821Z | Downloaded xz2 v0.1.7 |
| 666 | 2026-02-26T16:17:02.821Z | Downloaded unsafe-libyaml v0.2.11 |
| 667 | 2026-02-26T16:17:02.821Z | Downloaded zeroize v1.8.1 |
| 668 | 2026-02-26T16:17:02.846Z | Downloaded zstd v0.13.3 |
| 669 | 2026-02-26T16:17:02.846Z | Downloaded yasna v0.5.2 |
| 670 | 2026-02-26T16:17:02.846Z | Downloaded ssh-key v0.6.6 |
| 671 | 2026-02-26T16:17:02.846Z | Downloaded uuid v1.19.0 |
| 672 | 2026-02-26T16:17:02.872Z | Downloaded zopfli v0.8.1 |
| 673 | 2026-02-26T16:17:02.872Z | Downloaded yansi v1.0.1 |
| 674 | 2026-02-26T16:17:02.872Z | Downloaded x509-cert v0.2.5 |
| 675 | 2026-02-26T16:17:02.872Z | Downloaded zerocopy-derive v0.8.27 |
| 676 | 2026-02-26T16:17:02.897Z | Downloaded unicode-normalization v0.1.24 |
| 677 | 2026-02-26T16:17:02.897Z | Downloaded tough v0.20.0 |
| 678 | 2026-02-26T16:17:02.897Z | Downloaded tower-http v0.6.8 |
| 679 | 2026-02-26T16:17:02.922Z | Downloaded zip v4.2.0 |
| 680 | 2026-02-26T16:17:02.922Z | Downloaded tabled v0.20.0 |
| 681 | 2026-02-26T16:17:02.946Z | Downloaded winnow v0.6.26 |
| 682 | 2026-02-26T16:17:02.970Z | Downloaded vcpkg v0.2.15 |
| 683 | 2026-02-26T16:17:02.994Z | Downloaded webpki-roots v1.0.1 |
| 684 | 2026-02-26T16:17:03.019Z | Downloaded zerocopy v0.8.27 |
| 685 | 2026-02-26T16:17:03.044Z | Downloaded zlib-rs v0.5.1 |
| 686 | 2026-02-26T16:17:03.044Z | Downloaded time v0.3.47 |
| 687 | 2026-02-26T16:17:03.068Z | Downloaded regex-syntax v0.6.29 |
| 688 | 2026-02-26T16:17:03.068Z | Downloaded tabled v0.18.0 |
| 689 | 2026-02-26T16:17:03.093Z | Downloaded rustls v0.22.4 |
| 690 | 2026-02-26T16:17:03.117Z | Downloaded openapiv3 v2.2.0 |
| 691 | 2026-02-26T16:17:03.117Z | Downloaded regex-syntax v0.8.5 |
| 692 | 2026-02-26T16:17:03.142Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 693 | 2026-02-26T16:17:03.142Z | Downloaded rustls v0.23.37 |
| 694 | 2026-02-26T16:17:03.166Z | Downloaded regress v0.10.5 |
| 695 | 2026-02-26T16:17:03.166Z | Downloaded polar-core v0.27.3 |
| 696 | 2026-02-26T16:17:03.190Z | Downloaded object v0.37.3 |
| 697 | 2026-02-26T16:17:03.190Z | Downloaded sqlparser v0.61.0 |
| 698 | 2026-02-26T16:17:03.215Z | Downloaded typify-impl v0.6.1 |
| 699 | 2026-02-26T16:17:03.215Z | Downloaded smoltcp v0.11.0 |
| 700 | 2026-02-26T16:17:03.239Z | Downloaded smoltcp v0.9.1 |
| 701 | 2026-02-26T16:17:03.264Z | Downloaded zerocopy-derive v0.6.6 |
| 702 | 2026-02-26T16:17:03.264Z | Downloaded jiff v0.2.15 |
| 703 | 2026-02-26T16:17:03.288Z | Downloaded ratatui v0.29.0 |
| 704 | 2026-02-26T16:17:03.313Z | Downloaded petgraph v0.6.5 |
| 705 | 2026-02-26T16:17:03.337Z | Downloaded lzma-sys v0.1.20 |
| 706 | 2026-02-26T16:17:03.363Z | Downloaded regex-automata v0.4.14 |
| 707 | 2026-02-26T16:17:03.388Z | Downloaded petgraph v0.8.2 |
| 708 | 2026-02-26T16:17:03.413Z | Downloaded libz-sys v1.1.20 |
| 709 | 2026-02-26T16:17:03.438Z | Downloaded chrono-tz v0.10.4 |
| 710 | 2026-02-26T16:17:03.462Z | Downloaded typify-impl v0.4.3 |
| 711 | 2026-02-26T16:17:03.462Z | Downloaded typify-impl v0.2.0 |
| 712 | 2026-02-26T16:17:03.487Z | Downloaded sled v0.34.7 |
| 713 | 2026-02-26T16:17:03.511Z | Downloaded hickory-proto v0.25.2 |
| 714 | 2026-02-26T16:17:03.511Z | Downloaded sha3 v0.10.8 |
| 715 | 2026-02-26T16:17:03.536Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 716 | 2026-02-26T16:17:03.536Z | Downloaded winnow v0.5.40 |
| 717 | 2026-02-26T16:17:03.562Z | Downloaded rustls v0.21.12 |
| 718 | 2026-02-26T16:17:03.562Z | Downloaded object v0.36.5 |
| 719 | 2026-02-26T16:17:03.589Z | Downloaded tokio v1.49.0 |
| 720 | 2026-02-26T16:17:03.615Z | Downloaded object v0.30.4 |
| 721 | 2026-02-26T16:17:03.639Z | Downloaded nix v0.29.0 |
| 722 | 2026-02-26T16:17:03.639Z | Downloaded hickory-proto v0.24.4 |
| 723 | 2026-02-26T16:17:03.664Z | Downloaded radix_trie v0.2.1 |
| 724 | 2026-02-26T16:17:03.664Z | Downloaded quick-xml v0.37.2 |
| 725 | 2026-02-26T16:17:03.688Z | Downloaded nix v0.30.1 |
| 726 | 2026-02-26T16:17:03.688Z | Downloaded nix v0.28.0 |
| 727 | 2026-02-26T16:17:03.713Z | Downloaded reqwest v0.13.2 |
| 728 | 2026-02-26T16:17:03.713Z | Downloaded reqwest v0.12.28 |
| 729 | 2026-02-26T16:17:03.713Z | Downloaded rayon v1.10.0 |
| 730 | 2026-02-26T16:17:03.713Z | Downloaded encoding_rs v0.8.34 |
| 731 | 2026-02-26T16:17:03.741Z | Downloaded quinn-proto v0.11.13 |
| 732 | 2026-02-26T16:17:03.765Z | Downloaded portable-atomic v1.11.0 |
| 733 | 2026-02-26T16:17:03.765Z | Downloaded nix v0.27.1 |
| 734 | 2026-02-26T16:17:03.791Z | Downloaded typed-path v0.9.3 |
| 735 | 2026-02-26T16:17:03.791Z | Downloaded tower v0.5.2 |
| 736 | 2026-02-26T16:17:03.791Z | Downloaded serde_with v3.16.1 |
| 737 | 2026-02-26T16:17:03.816Z | Downloaded openssl v0.10.73 |
| 738 | 2026-02-26T16:17:03.816Z | Downloaded tokio-util v0.7.15 |
| 739 | 2026-02-26T16:17:03.816Z | Downloaded rustls-webpki v0.102.8 |
| 740 | 2026-02-26T16:17:03.840Z | Downloaded unicode_categories v0.1.1 |
| 741 | 2026-02-26T16:17:03.840Z | Downloaded unicode-segmentation v1.12.0 |
| 742 | 2026-02-26T16:17:03.840Z | Downloaded salty v0.3.0 |
| 743 | 2026-02-26T16:17:03.864Z | Downloaded proptest v1.7.0 |
| 744 | 2026-02-26T16:17:03.864Z | Downloaded petname v2.0.2 |
| 745 | 2026-02-26T16:17:03.864Z | Downloaded moka v0.12.10 |
| 746 | 2026-02-26T16:17:03.889Z | Downloaded bstr v1.10.0 |
| 747 | 2026-02-26T16:17:03.889Z | Downloaded zip v0.6.6 |
| 748 | 2026-02-26T16:17:03.889Z | Downloaded toml_edit v0.19.15 |
| 749 | 2026-02-26T16:17:03.913Z | Downloaded ring v0.17.14 |
| 750 | 2026-02-26T16:17:03.950Z | Downloaded tokio-postgres v0.7.13 |
| 751 | 2026-02-26T16:17:03.974Z | Downloaded rustls-webpki v0.101.7 |
| 752 | 2026-02-26T16:17:04.002Z | Downloaded russh v0.45.0 |
| 753 | 2026-02-26T16:17:04.002Z | Downloaded tungstenite v0.23.0 |
| 754 | 2026-02-26T16:17:04.002Z | Downloaded rustyline v14.0.0 |
| 755 | 2026-02-26T16:17:04.002Z | Downloaded rustls-webpki v0.103.9 |
| 756 | 2026-02-26T16:17:04.002Z | Downloaded regex v1.12.3 |
| 757 | 2026-02-26T16:17:04.027Z | Downloaded whoami v1.5.2 |
| 758 | 2026-02-26T16:17:04.027Z | Downloaded vte v0.11.1 |
| 759 | 2026-02-26T16:17:04.027Z | Downloaded typify v0.6.1 |
| 760 | 2026-02-26T16:17:04.027Z | Downloaded tungstenite v0.21.0 |
| 761 | 2026-02-26T16:17:04.027Z | Downloaded tracing-core v0.1.32 |
| 762 | 2026-02-26T16:17:04.027Z | Downloaded rsa v0.9.8 |
| 763 | 2026-02-26T16:17:04.051Z | Downloaded schemars v0.9.0 |
| 764 | 2026-02-26T16:17:04.051Z | Downloaded p384 v0.13.1 |
| 765 | 2026-02-26T16:17:04.052Z | Downloaded zerocopy v0.6.6 |
| 766 | 2026-02-26T16:17:04.052Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 767 | 2026-02-26T16:17:04.076Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 768 | 2026-02-26T16:17:04.115Z | Downloaded schemars v1.0.4 |
| 769 | 2026-02-26T16:17:04.140Z | Downloaded tracing v0.1.40 |
| 770 | 2026-02-26T16:17:04.140Z | Downloaded wyz v0.5.1 |
| 771 | 2026-02-26T16:17:04.140Z | Downloaded vergen v9.0.6 |
| 772 | 2026-02-26T16:17:04.140Z | Downloaded unicode-properties v0.1.3 |
| 773 | 2026-02-26T16:17:04.164Z | Downloaded unicode-bidi v0.3.17 |
| 774 | 2026-02-26T16:17:04.164Z | Downloaded twox-hash v2.1.0 |
| 775 | 2026-02-26T16:17:04.164Z | Downloaded socket2 v0.5.10 |
| 776 | 2026-02-26T16:17:04.164Z | Downloaded vsss-rs v3.3.4 |
| 777 | 2026-02-26T16:17:04.164Z | Downloaded vergen-git2 v1.0.7 |
| 778 | 2026-02-26T16:17:04.164Z | Downloaded typify v0.4.3 |
| 779 | 2026-02-26T16:17:04.188Z | Downloaded test-strategy v0.4.3 |
| 780 | 2026-02-26T16:17:04.189Z | Downloaded reedline v0.40.0 |
| 781 | 2026-02-26T16:17:04.189Z | Downloaded steno v0.4.1 |
| 782 | 2026-02-26T16:17:04.189Z | Downloaded rand v0.9.2 |
| 783 | 2026-02-26T16:17:04.189Z | Downloaded quinn v0.11.9 |
| 784 | 2026-02-26T16:17:04.189Z | Downloaded pretty_assertions v1.4.1 |
| 785 | 2026-02-26T16:17:04.213Z | Downloaded goblin v0.10.2 |
| 786 | 2026-02-26T16:17:04.213Z | Downloaded lalrpop v0.19.12 |
| 787 | 2026-02-26T16:17:04.213Z | Downloaded vergen-lib v0.1.6 |
| 788 | 2026-02-26T16:17:04.213Z | Downloaded vergen-gitcl v1.0.8 |
| 789 | 2026-02-26T16:17:04.213Z | Downloaded utf-8 v0.7.6 |
| 790 | 2026-02-26T16:17:04.213Z | Downloaded usdt-impl v0.6.0 |
| 791 | 2026-02-26T16:17:04.238Z | Downloaded toml v0.7.8 |
| 792 | 2026-02-26T16:17:04.238Z | Downloaded socket2 v0.6.1 |
| 793 | 2026-02-26T16:17:04.238Z | Downloaded slog v2.8.2 |
| 794 | 2026-02-26T16:17:04.238Z | Downloaded dropshot v0.16.7 |
| 795 | 2026-02-26T16:17:04.262Z | Downloaded zone v0.1.8 |
| 796 | 2026-02-26T16:17:04.262Z | Downloaded zeroize_derive v1.4.2 |
| 797 | 2026-02-26T16:17:04.262Z | Downloaded typify v0.2.0 |
| 798 | 2026-02-26T16:17:04.262Z | Downloaded unicase v2.8.1 |
| 799 | 2026-02-26T16:17:04.262Z | Downloaded wait-timeout v0.2.0 |
| 800 | 2026-02-26T16:17:04.262Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 801 | 2026-02-26T16:17:04.262Z | Downloaded tar v0.4.44 |
| 802 | 2026-02-26T16:17:04.262Z | Downloaded p521 v0.13.3 |
| 803 | 2026-02-26T16:17:04.286Z | Downloaded tokio-stream v0.1.17 |
| 804 | 2026-02-26T16:17:04.286Z | Downloaded termios v0.3.3 |
| 805 | 2026-02-26T16:17:04.287Z | Downloaded term v1.1.0 |
| 806 | 2026-02-26T16:17:04.287Z | Downloaded term v0.7.0 |
| 807 | 2026-02-26T16:17:04.287Z | Downloaded snafu v0.8.5 |
| 808 | 2026-02-26T16:17:04.287Z | Downloaded rcgen v0.12.1 |
| 809 | 2026-02-26T16:17:04.311Z | Downloaded rayon-core v1.12.1 |
| 810 | 2026-02-26T16:17:04.311Z | Downloaded vte_generate_state_changes v0.1.2 |
| 811 | 2026-02-26T16:17:04.311Z | Downloaded void v1.0.2 |
| 812 | 2026-02-26T16:17:04.311Z | Downloaded untrusted v0.9.0 |
| 813 | 2026-02-26T16:17:04.311Z | Downloaded tokio-rustls v0.26.0 |
| 814 | 2026-02-26T16:17:04.311Z | Downloaded usdt-attr-macro v0.6.0 |
| 815 | 2026-02-26T16:17:04.311Z | Downloaded usdt v0.6.0 |
| 816 | 2026-02-26T16:17:04.311Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 817 | 2026-02-26T16:17:04.311Z | Downloaded tinyvec v1.8.0 |
| 818 | 2026-02-26T16:17:04.311Z | Downloaded serde_yaml v0.9.34+deprecated |
| 819 | 2026-02-26T16:17:04.311Z | Downloaded tracing-attributes v0.1.27 |
| 820 | 2026-02-26T16:17:04.311Z | Downloaded tower-layer v0.3.3 |
| 821 | 2026-02-26T16:17:04.336Z | Downloaded samael v0.0.19 |
| 822 | 2026-02-26T16:17:04.336Z | Downloaded rpassword v7.4.0 |
| 823 | 2026-02-26T16:17:04.336Z | Downloaded num-bigint-dig v0.8.6 |
| 824 | 2026-02-26T16:17:04.336Z | Downloaded unarray v0.1.4 |
| 825 | 2026-02-26T16:17:04.336Z | Downloaded typify-macro v0.6.1 |
| 826 | 2026-02-26T16:17:04.336Z | Downloaded tokio-rustls v0.25.0 |
| 827 | 2026-02-26T16:17:04.336Z | Downloaded tokio-dtrace v0.1.0 |
| 828 | 2026-02-26T16:17:04.336Z | Downloaded tls_codec_derive v0.4.1 |
| 829 | 2026-02-26T16:17:04.336Z | Downloaded unicode-truncate v1.1.0 |
| 830 | 2026-02-26T16:17:04.336Z | Downloaded tls_codec v0.4.1 |
| 831 | 2026-02-26T16:17:04.361Z | Downloaded thiserror-no-std v2.0.2 |
| 832 | 2026-02-26T16:17:04.361Z | Downloaded trait-variant v0.1.2 |
| 833 | 2026-02-26T16:17:04.361Z | Downloaded tokio-tungstenite v0.21.0 |
| 834 | 2026-02-26T16:17:04.361Z | Downloaded time-macros v0.2.27 |
| 835 | 2026-02-26T16:17:04.361Z | Downloaded support-bundle-viewer v0.1.2 |
| 836 | 2026-02-26T16:17:04.361Z | Downloaded similar v2.7.0 |
| 837 | 2026-02-26T16:17:04.361Z | Downloaded signal-hook v0.3.18 |
| 838 | 2026-02-26T16:17:04.361Z | Downloaded tokio-tungstenite v0.23.1 |
| 839 | 2026-02-26T16:17:04.361Z | Downloaded tokio-native-tls v0.3.1 |
| 840 | 2026-02-26T16:17:04.361Z | Downloaded tokio-macros v2.6.0 |
| 841 | 2026-02-26T16:17:04.385Z | Downloaded subprocess v0.2.9 |
| 842 | 2026-02-26T16:17:04.385Z | Downloaded stacker v0.1.23 |
| 843 | 2026-02-26T16:17:04.385Z | Downloaded chrono v0.4.43 |
| 844 | 2026-02-26T16:17:04.385Z | Downloaded tiny-keccak v2.0.2 |
| 845 | 2026-02-26T16:17:04.385Z | Downloaded strum_macros v0.24.3 |
| 846 | 2026-02-26T16:17:04.410Z | Downloaded static_assertions v1.1.0 |
| 847 | 2026-02-26T16:17:04.410Z | Downloaded schemars v0.8.22 |
| 848 | 2026-02-26T16:17:04.410Z | Downloaded pkcs5 v0.7.1 |
| 849 | 2026-02-26T16:17:04.410Z | Downloaded structmeta-derive v0.3.0 |
| 850 | 2026-02-26T16:17:04.410Z | Downloaded stringprep v0.1.5 |
| 851 | 2026-02-26T16:17:04.410Z | Downloaded itertools v0.14.0 |
| 852 | 2026-02-26T16:17:04.435Z | Downloaded strum_macros v0.27.2 |
| 853 | 2026-02-26T16:17:04.435Z | Downloaded strum_macros v0.26.4 |
| 854 | 2026-02-26T16:17:04.435Z | Downloaded spin v0.9.8 |
| 855 | 2026-02-26T16:17:04.435Z | Downloaded snafu-derive v0.8.5 |
| 856 | 2026-02-26T16:17:04.435Z | Downloaded sqlformat v0.3.5 |
| 857 | 2026-02-26T16:17:04.435Z | Downloaded smallvec v0.6.14 |
| 858 | 2026-02-26T16:17:04.435Z | Downloaded slog-stdlog v4.1.1 |
| 859 | 2026-02-26T16:17:04.435Z | Downloaded slog-dtrace v0.3.0 |
| 860 | 2026-02-26T16:17:04.435Z | Downloaded rustls-platform-verifier v0.6.2 |
| 861 | 2026-02-26T16:17:04.435Z | Downloaded itertools v0.12.1 |
| 862 | 2026-02-26T16:17:04.459Z | Downloaded sqlparser_derive v0.5.0 |
| 863 | 2026-02-26T16:17:04.459Z | Downloaded spki v0.7.3 |
| 864 | 2026-02-26T16:17:04.459Z | Downloaded smf v0.2.3 |
| 865 | 2026-02-26T16:17:04.459Z | Downloaded slog-json v2.6.1 |
| 866 | 2026-02-26T16:17:04.459Z | Downloaded slab v0.4.9 |
| 867 | 2026-02-26T16:17:04.459Z | Downloaded signal-hook-registry v1.4.2 |
| 868 | 2026-02-26T16:17:04.459Z | Downloaded serde_with_macros v3.16.1 |
| 869 | 2026-02-26T16:17:04.459Z | Downloaded time-core v0.1.8 |
| 870 | 2026-02-26T16:17:04.459Z | Downloaded thread_local v1.1.8 |
| 871 | 2026-02-26T16:17:04.459Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 872 | 2026-02-26T16:17:04.459Z | Downloaded testing_table v0.3.0 |
| 873 | 2026-02-26T16:17:04.459Z | Downloaded termtree v0.5.1 |
| 874 | 2026-02-26T16:17:04.459Z | Downloaded string_cache v0.8.9 |
| 875 | 2026-02-26T16:17:04.459Z | Downloaded rand v0.8.5 |
| 876 | 2026-02-26T16:17:04.484Z | Downloaded papergrid v0.14.0 |
| 877 | 2026-02-26T16:17:04.484Z | Downloaded hyper v1.8.1 |
| 878 | 2026-02-26T16:17:04.484Z | Downloaded hkdf v0.12.4 |
| 879 | 2026-02-26T16:17:04.484Z | Downloaded tabwriter v1.4.0 |
| 880 | 2026-02-26T16:17:04.484Z | Downloaded serde-hex v0.1.0 |
| 881 | 2026-02-26T16:17:04.484Z | Downloaded sec1 v0.7.3 |
| 882 | 2026-02-26T16:17:04.484Z | Downloaded rusty-fork v0.3.0 |
| 883 | 2026-02-26T16:17:04.484Z | Downloaded rustls-pemfile v1.0.4 |
| 884 | 2026-02-26T16:17:04.509Z | Downloaded slog-term v2.9.2 |
| 885 | 2026-02-26T16:17:04.509Z | Downloaded slog-scope v4.4.0 |
| 886 | 2026-02-26T16:17:04.509Z | Downloaded slog-async v2.8.0 |
| 887 | 2026-02-26T16:17:04.509Z | Downloaded iri-string v0.7.8 |
| 888 | 2026-02-26T16:17:04.509Z | Downloaded tabled_derive v0.10.0 |
| 889 | 2026-02-26T16:17:04.509Z | Downloaded shlex v1.3.0 |
| 890 | 2026-02-26T16:17:04.509Z | Downloaded serde_cbor v0.11.2 |
| 891 | 2026-02-26T16:17:04.509Z | Downloaded rustversion v1.0.22 |
| 892 | 2026-02-26T16:17:04.509Z | Downloaded itertools v0.13.0 |
| 893 | 2026-02-26T16:17:04.533Z | Downloaded sync_wrapper v1.0.1 |
| 894 | 2026-02-26T16:17:04.533Z | Downloaded supports-color v3.0.2 |
| 895 | 2026-02-26T16:17:04.533Z | Downloaded subtle v2.6.1 |
| 896 | 2026-02-26T16:17:04.533Z | Downloaded rustls-native-certs v0.8.1 |
| 897 | 2026-02-26T16:17:04.533Z | Downloaded strip-ansi-escapes v0.2.0 |
| 898 | 2026-02-26T16:17:04.533Z | Downloaded ron v0.8.1 |
| 899 | 2026-02-26T16:17:04.533Z | Downloaded qorb v0.4.1 |
| 900 | 2026-02-26T16:17:04.533Z | Downloaded pkcs1 v0.7.5 |
| 901 | 2026-02-26T16:17:04.558Z | Downloaded parking_lot v0.12.3 |
| 902 | 2026-02-26T16:17:04.558Z | Downloaded strum v0.26.3 |
| 903 | 2026-02-26T16:17:04.558Z | Downloaded ssh-encoding v0.2.0 |
| 904 | 2026-02-26T16:17:04.558Z | Downloaded slog-envlogger v2.2.0 |
| 905 | 2026-02-26T16:17:04.558Z | Downloaded ryu v1.0.18 |
| 906 | 2026-02-26T16:17:04.558Z | Downloaded shell-words v1.1.0 |
| 907 | 2026-02-26T16:17:04.558Z | Downloaded serde_derive_internals v0.29.1 |
| 908 | 2026-02-26T16:17:04.558Z | Downloaded progenitor-impl v0.10.0 |
| 909 | 2026-02-26T16:17:04.558Z | Downloaded gimli v0.31.1 |
| 910 | 2026-02-26T16:17:04.582Z | Downloaded siphasher v0.3.11 |
| 911 | 2026-02-26T16:17:04.582Z | Downloaded sigpipe v0.1.3 |
| 912 | 2026-02-26T16:17:04.582Z | Downloaded serde_path_to_error v0.1.20 |
| 913 | 2026-02-26T16:17:04.582Z | Downloaded serde-big-array v0.5.1 |
| 914 | 2026-02-26T16:17:04.582Z | Downloaded sct v0.7.1 |
| 915 | 2026-02-26T16:17:04.582Z | Downloaded scroll v0.13.0 |
| 916 | 2026-02-26T16:17:04.583Z | Downloaded resolv-conf v0.7.0 |
| 917 | 2026-02-26T16:17:04.583Z | Downloaded signal-hook-tokio v0.3.1 |
| 918 | 2026-02-26T16:17:04.583Z | Downloaded seq-macro v0.3.6 |
| 919 | 2026-02-26T16:17:04.583Z | Downloaded schemars_derive v0.8.22 |
| 920 | 2026-02-26T16:17:04.607Z | Downloaded proc-macro-error2 v2.0.1 |
| 921 | 2026-02-26T16:17:04.607Z | Downloaded rustls-pki-types v1.14.0 |
| 922 | 2026-02-26T16:17:04.607Z | Downloaded russh-keys v0.45.0 |
| 923 | 2026-02-26T16:17:04.607Z | Downloaded aws-lc-rs v1.16.0 |
| 924 | 2026-02-26T16:17:04.607Z | Downloaded postgres-protocol v0.6.8 |
| 925 | 2026-02-26T16:17:04.607Z | Downloaded pin-project-internal v1.1.6 |
| 926 | 2026-02-26T16:17:04.607Z | Downloaded paste v1.0.15 |
| 927 | 2026-02-26T16:17:04.632Z | Downloaded itertools v0.10.5 |
| 928 | 2026-02-26T16:17:04.632Z | Downloaded sha1 v0.10.6 |
| 929 | 2026-02-26T16:17:04.632Z | Downloaded serde_repr v0.1.19 |
| 930 | 2026-02-26T16:17:04.632Z | Downloaded serde_bytes v0.11.19 |
| 931 | 2026-02-26T16:17:04.632Z | Downloaded ron v0.7.1 |
| 932 | 2026-02-26T16:17:04.632Z | Downloaded rand_core v0.6.4 |
| 933 | 2026-02-26T16:17:04.632Z | Downloaded progenitor v0.10.0 |
| 934 | 2026-02-26T16:17:04.632Z | Downloaded curve25519-dalek v4.1.3 |
| 935 | 2026-02-26T16:17:04.657Z | Downloaded serde_spanned v1.0.4 |
| 936 | 2026-02-26T16:17:04.657Z | Downloaded rtoolbox v0.0.2 |
| 937 | 2026-02-26T16:17:04.657Z | Downloaded rand_chacha v0.3.1 |
| 938 | 2026-02-26T16:17:04.657Z | Downloaded postcard v1.0.10 |
| 939 | 2026-02-26T16:17:04.657Z | Downloaded peg-macros v0.8.5 |
| 940 | 2026-02-26T16:17:04.657Z | Downloaded peg v0.8.5 |
| 941 | 2026-02-26T16:17:04.657Z | Downloaded parking_lot v0.11.2 |
| 942 | 2026-02-26T16:17:04.657Z | Downloaded rustls-pemfile v2.2.0 |
| 943 | 2026-02-26T16:17:04.657Z | Downloaded rfc6979 v0.4.0 |
| 944 | 2026-02-26T16:17:04.657Z | Downloaded progenitor v0.8.0 |
| 945 | 2026-02-26T16:17:04.657Z | Downloaded proc-macro-crate v1.3.1 |
| 946 | 2026-02-26T16:17:04.657Z | Downloaded secrecy v0.8.0 |
| 947 | 2026-02-26T16:17:04.682Z | Downloaded rand_chacha v0.9.0 |
| 948 | 2026-02-26T16:17:04.682Z | Downloaded quick-error v1.2.3 |
| 949 | 2026-02-26T16:17:04.682Z | Downloaded progenitor-impl v0.11.2 |
| 950 | 2026-02-26T16:17:04.682Z | Downloaded nom v7.1.3 |
| 951 | 2026-02-26T16:17:04.682Z | Downloaded recursive v0.1.1 |
| 952 | 2026-02-26T16:17:04.682Z | Downloaded progenitor-impl v0.13.0 |
| 953 | 2026-02-26T16:17:04.682Z | Downloaded parse-display v0.10.0 |
| 954 | 2026-02-26T16:17:04.682Z | Downloaded rustc-demangle v0.1.24 |
| 955 | 2026-02-26T16:17:04.682Z | Downloaded openssl-sys v0.9.109 |
| 956 | 2026-02-26T16:17:04.682Z | Downloaded path-slash v0.1.5 |
| 957 | 2026-02-26T16:17:04.682Z | Downloaded iddqd v0.3.16 |
| 958 | 2026-02-26T16:17:04.706Z | Downloaded scheduled-thread-pool v0.2.7 |
| 959 | 2026-02-26T16:17:04.706Z | Downloaded sapling-renderdag v0.1.0 |
| 960 | 2026-02-26T16:17:04.706Z | Downloaded same-file v1.0.6 |
| 961 | 2026-02-26T16:17:04.706Z | Downloaded salsa20 v0.10.2 |
| 962 | 2026-02-26T16:17:04.706Z | Downloaded progenitor v0.11.2 |
| 963 | 2026-02-26T16:17:04.706Z | Downloaded poly1305 v0.8.0 |
| 964 | 2026-02-26T16:17:04.706Z | Downloaded pkg-config v0.3.31 |
| 965 | 2026-02-26T16:17:04.706Z | Downloaded pin-project-lite v0.2.14 |
| 966 | 2026-02-26T16:17:04.706Z | Downloaded parking_lot_core v0.9.10 |
| 967 | 2026-02-26T16:17:04.732Z | Downloaded omicron-zone-package v0.12.2 |
| 968 | 2026-02-26T16:17:04.732Z | Downloaded hyper-util v0.1.19 |
| 969 | 2026-02-26T16:17:04.732Z | Downloaded password-hash v0.5.0 |
| 970 | 2026-02-26T16:17:04.732Z | Downloaded pin-utils v0.1.0 |
| 971 | 2026-02-26T16:17:04.732Z | Downloaded rand_core v0.9.3 |
| 972 | 2026-02-26T16:17:04.732Z | Downloaded progenitor-impl v0.8.0 |
| 973 | 2026-02-26T16:17:04.732Z | Downloaded progenitor-extras v0.1.0 |
| 974 | 2026-02-26T16:17:04.732Z | Downloaded packed_struct_codegen v0.10.1 |
| 975 | 2026-02-26T16:17:04.732Z | Downloaded git2 v0.20.2 |
| 976 | 2026-02-26T16:17:04.756Z | Downloaded pin-project v1.1.6 |
| 977 | 2026-02-26T16:17:04.757Z | Downloaded pbkdf2 v0.12.2 |
| 978 | 2026-02-26T16:17:04.757Z | Downloaded parse-size v1.1.0 |
| 979 | 2026-02-26T16:17:04.781Z | Downloaded h2 v0.4.6 |
| 980 | 2026-02-26T16:17:04.781Z | Downloaded parking_lot_core v0.8.6 |
| 981 | 2026-02-26T16:17:04.781Z | Downloaded papergrid v0.17.0 |
| 982 | 2026-02-26T16:17:04.781Z | Downloaded num-iter v0.1.45 |
| 983 | 2026-02-26T16:17:04.781Z | Downloaded bindgen v0.71.1 |
| 984 | 2026-02-26T16:17:04.781Z | Downloaded rustc-hash v2.1.1 |
| 985 | 2026-02-26T16:17:04.806Z | Downloaded russh-cryptovec v0.7.3 |
| 986 | 2026-02-26T16:17:04.806Z | Downloaded psm v0.1.30 |
| 987 | 2026-02-26T16:17:04.806Z | Downloaded progenitor v0.13.0 |
| 988 | 2026-02-26T16:17:04.806Z | Downloaded pbkdf2 v0.11.0 |
| 989 | 2026-02-26T16:17:04.806Z | Downloaded password-hash v0.4.2 |
| 990 | 2026-02-26T16:17:04.806Z | Downloaded parse-display-derive v0.10.0 |
| 991 | 2026-02-26T16:17:04.806Z | Downloaded p256 v0.13.2 |
| 992 | 2026-02-26T16:17:04.806Z | Downloaded oso v0.27.3 |
| 993 | 2026-02-26T16:17:04.806Z | Downloaded num_enum_derive v0.5.11 |
| 994 | 2026-02-26T16:17:04.806Z | Downloaded num-bigint v0.4.6 |
| 995 | 2026-02-26T16:17:04.806Z | Downloaded indicatif v0.17.11 |
| 996 | 2026-02-26T16:17:04.830Z | Downloaded blake3 v1.5.4 |
| 997 | 2026-02-26T16:17:04.830Z | Downloaded r2d2 v0.8.10 |
| 998 | 2026-02-26T16:17:04.831Z | Downloaded progenitor-macro v0.11.2 |
| 999 | 2026-02-26T16:17:04.831Z | Downloaded progenitor-client v0.13.0 |
| 1000 | 2026-02-26T16:17:04.831Z | Downloaded ppv-lite86 v0.2.20 |
| 1001 | 2026-02-26T16:17:04.831Z | Downloaded postgres-types v0.2.9 |
| 1002 | 2026-02-26T16:17:04.831Z | Downloaded pem-rfc7468 v0.7.0 |
| 1003 | 2026-02-26T16:17:04.831Z | Downloaded owo-colors v4.2.3 |
| 1004 | 2026-02-26T16:17:04.831Z | Downloaded minimal-lexical v0.2.1 |
| 1005 | 2026-02-26T16:17:04.855Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1006 | 2026-02-26T16:17:04.855Z | Downloaded progenitor-client v0.8.0 |
| 1007 | 2026-02-26T16:17:04.855Z | Downloaded prettyplease v0.2.36 |
| 1008 | 2026-02-26T16:17:04.855Z | Downloaded peg-runtime v0.8.5 |
| 1009 | 2026-02-26T16:17:04.855Z | Downloaded oxnet v0.1.4 |
| 1010 | 2026-02-26T16:17:04.855Z | Downloaded miniz_oxide v0.8.5 |
| 1011 | 2026-02-26T16:17:04.855Z | Downloaded libxml v0.3.3 |
| 1012 | 2026-02-26T16:17:04.855Z | Downloaded hashbrown v0.12.3 |
| 1013 | 2026-02-26T16:17:04.879Z | Downloaded progenitor-client v0.10.0 |
| 1014 | 2026-02-26T16:17:04.880Z | Downloaded predicates v3.1.3 |
| 1015 | 2026-02-26T16:17:04.880Z | Downloaded mio v1.0.2 |
| 1016 | 2026-02-26T16:17:04.880Z | Downloaded hashbrown v0.15.4 |
| 1017 | 2026-02-26T16:17:04.880Z | Downloaded futures-util v0.3.31 |
| 1018 | 2026-02-26T16:17:04.904Z | Downloaded psl-types v2.0.11 |
| 1019 | 2026-02-26T16:17:04.904Z | Downloaded progenitor-client v0.11.2 |
| 1020 | 2026-02-26T16:17:04.904Z | Downloaded predicates-core v1.0.8 |
| 1021 | 2026-02-26T16:17:04.904Z | Downloaded phf v0.12.1 |
| 1022 | 2026-02-26T16:17:04.904Z | Downloaded phf v0.11.2 |
| 1023 | 2026-02-26T16:17:04.904Z | Downloaded pem v3.0.5 |
| 1024 | 2026-02-26T16:17:04.904Z | Downloaded num_enum v0.5.11 |
| 1025 | 2026-02-26T16:17:04.904Z | Downloaded nonempty v0.12.0 |
| 1026 | 2026-02-26T16:17:04.904Z | Downloaded libm v0.2.8 |
| 1027 | 2026-02-26T16:17:04.929Z | Downloaded heapless v0.8.0 |
| 1028 | 2026-02-26T16:17:04.929Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1029 | 2026-02-26T16:17:04.929Z | Downloaded opaque-debug v0.3.1 |
| 1030 | 2026-02-26T16:17:04.929Z | Downloaded num_threads v0.1.7 |
| 1031 | 2026-02-26T16:17:04.929Z | Downloaded mime v0.3.17 |
| 1032 | 2026-02-26T16:17:04.929Z | Downloaded libsw-core v0.3.1 |
| 1033 | 2026-02-26T16:17:04.929Z | Downloaded indicatif v0.18.0 |
| 1034 | 2026-02-26T16:17:04.929Z | Downloaded hickory-server v0.25.2 |
| 1035 | 2026-02-26T16:17:04.929Z | Downloaded hickory-resolver v0.24.4 |
| 1036 | 2026-02-26T16:17:04.954Z | Downloaded predicates-tree v1.0.12 |
| 1037 | 2026-02-26T16:17:04.954Z | Downloaded precomputed-hash v0.1.1 |
| 1038 | 2026-02-26T16:17:04.954Z | Downloaded powerfmt v0.2.0 |
| 1039 | 2026-02-26T16:17:04.954Z | Downloaded phf_shared v0.12.1 |
| 1040 | 2026-02-26T16:17:04.954Z | Downloaded phf_shared v0.11.2 |
| 1041 | 2026-02-26T16:17:04.954Z | Downloaded num-rational v0.4.2 |
| 1042 | 2026-02-26T16:17:04.954Z | Downloaded nanorand v0.7.0 |
| 1043 | 2026-02-26T16:17:04.954Z | Downloaded multer v3.1.0 |
| 1044 | 2026-02-26T16:17:04.954Z | Downloaded mime_guess v2.0.5 |
| 1045 | 2026-02-26T16:17:04.954Z | Downloaded hashbrown v0.13.2 |
| 1046 | 2026-02-26T16:17:04.954Z | Downloaded num-integer v0.1.46 |
| 1047 | 2026-02-26T16:17:04.997Z | Downloaded num-complex v0.4.6 |
| 1048 | 2026-02-26T16:17:04.997Z | Downloaded num v0.4.3 |
| 1049 | 2026-02-26T16:17:04.997Z | Downloaded lock_api v0.4.12 |
| 1050 | 2026-02-26T16:17:04.997Z | Downloaded jiff-static v0.2.15 |
| 1051 | 2026-02-26T16:17:04.997Z | Downloaded hickory-resolver v0.25.2 |
| 1052 | 2026-02-26T16:17:04.997Z | Downloaded olpc-cjson v0.1.4 |
| 1053 | 2026-02-26T16:17:04.997Z | Downloaded nu-ansi-term v0.50.1 |
| 1054 | 2026-02-26T16:17:04.997Z | Downloaded newtype-uuid v1.3.2 |
| 1055 | 2026-02-26T16:17:04.997Z | Downloaded memoffset v0.9.1 |
| 1056 | 2026-02-26T16:17:04.997Z | Downloaded litrs v0.4.1 |
| 1057 | 2026-02-26T16:17:04.997Z | Downloaded linked-hash-map v0.5.6 |
| 1058 | 2026-02-26T16:17:04.997Z | Downloaded linear-map v1.2.0 |
| 1059 | 2026-02-26T16:17:04.997Z | Downloaded libz-rs-sys v0.5.1 |
| 1060 | 2026-02-26T16:17:04.997Z | Downloaded libscf-sys v1.1.0 |
| 1061 | 2026-02-26T16:17:04.997Z | Downloaded ingot-macros v0.1.1 |
| 1062 | 2026-02-26T16:17:04.998Z | Downloaded indexmap v1.9.3 |
| 1063 | 2026-02-26T16:17:04.998Z | Downloaded expectorate v1.2.0 |
| 1064 | 2026-02-26T16:17:04.998Z | Downloaded openssl-macros v0.1.1 |
| 1065 | 2026-02-26T16:17:04.998Z | Downloaded normalize-line-endings v0.3.0 |
| 1066 | 2026-02-26T16:17:04.998Z | Downloaded new_debug_unreachable v1.0.6 |
| 1067 | 2026-02-26T16:17:04.998Z | Downloaded native-tls v0.2.12 |
| 1068 | 2026-02-26T16:17:04.998Z | Downloaded libloading v0.8.5 |
| 1069 | 2026-02-26T16:17:05.022Z | Downloaded libefi-sys v0.1.0 |
| 1070 | 2026-02-26T16:17:05.023Z | Downloaded ipnet v2.11.0 |
| 1071 | 2026-02-26T16:17:05.023Z | Downloaded memmap2 v0.9.8 |
| 1072 | 2026-02-26T16:17:05.023Z | Downloaded kstat-rs v0.2.4 |
| 1073 | 2026-02-26T16:17:05.023Z | Downloaded jobserver v0.1.32 |
| 1074 | 2026-02-26T16:17:05.023Z | Downloaded ipnetwork v0.21.1 |
| 1075 | 2026-02-26T16:17:05.023Z | Downloaded ingot-types v0.1.2 |
| 1076 | 2026-02-26T16:17:05.023Z | Downloaded ingot v0.1.1 |
| 1077 | 2026-02-26T16:17:05.023Z | Downloaded indoc v2.0.6 |
| 1078 | 2026-02-26T16:17:05.023Z | Downloaded iana-time-zone v0.1.63 |
| 1079 | 2026-02-26T16:17:05.023Z | Downloaded http v1.4.0 |
| 1080 | 2026-02-26T16:17:05.023Z | Downloaded num-derive v0.3.3 |
| 1081 | 2026-02-26T16:17:05.023Z | Downloaded num-conv v0.2.0 |
| 1082 | 2026-02-26T16:17:05.023Z | Downloaded nodrop v0.1.14 |
| 1083 | 2026-02-26T16:17:05.023Z | Downloaded nibble_vec v0.1.0 |
| 1084 | 2026-02-26T16:17:05.023Z | Downloaded newtype_derive v0.1.6 |
| 1085 | 2026-02-26T16:17:05.047Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1086 | 2026-02-26T16:17:05.047Z | Downloaded newline-converter v0.3.0 |
| 1087 | 2026-02-26T16:17:05.047Z | Downloaded md5 v0.7.0 |
| 1088 | 2026-02-26T16:17:05.047Z | Downloaded maybe-uninit v2.0.0 |
| 1089 | 2026-02-26T16:17:05.047Z | Downloaded match_cfg v0.1.0 |
| 1090 | 2026-02-26T16:17:05.047Z | Downloaded lru-slab v0.1.2 |
| 1091 | 2026-02-26T16:17:05.047Z | Downloaded lru-cache v0.1.2 |
| 1092 | 2026-02-26T16:17:05.047Z | Downloaded lockfree-object-pool v0.1.6 |
| 1093 | 2026-02-26T16:17:05.047Z | Downloaded instability v0.3.2 |
| 1094 | 2026-02-26T16:17:05.047Z | Downloaded ignore v0.4.23 |
| 1095 | 2026-02-26T16:17:05.048Z | Downloaded hyper-rustls v0.27.7 |
| 1096 | 2026-02-26T16:17:05.048Z | Downloaded hubpack v0.1.2 |
| 1097 | 2026-02-26T16:17:05.048Z | Downloaded heapless v0.7.17 |
| 1098 | 2026-02-26T16:17:05.072Z | Downloaded flume v0.11.1 |
| 1099 | 2026-02-26T16:17:05.072Z | Downloaded ed25519-dalek v2.1.1 |
| 1100 | 2026-02-26T16:17:05.072Z | Downloaded const_format v0.2.34 |
| 1101 | 2026-02-26T16:17:05.072Z | Downloaded maplit v1.0.2 |
| 1102 | 2026-02-26T16:17:05.072Z | Downloaded managed v0.8.0 |
| 1103 | 2026-02-26T16:17:05.072Z | Downloaded lzss v0.8.2 |
| 1104 | 2026-02-26T16:17:05.072Z | Downloaded lru v0.12.5 |
| 1105 | 2026-02-26T16:17:05.072Z | Downloaded libsw v3.5.0 |
| 1106 | 2026-02-26T16:17:05.072Z | Downloaded lazy_static v1.5.0 |
| 1107 | 2026-02-26T16:17:05.072Z | Downloaded lalrpop-util v0.19.12 |
| 1108 | 2026-02-26T16:17:05.072Z | Downloaded keccak v0.1.5 |
| 1109 | 2026-02-26T16:17:05.097Z | Downloaded is_ci v1.2.0 |
| 1110 | 2026-02-26T16:17:05.097Z | Downloaded internet-checksum v0.2.1 |
| 1111 | 2026-02-26T16:17:05.097Z | Downloaded inout v0.1.3 |
| 1112 | 2026-02-26T16:17:05.097Z | Downloaded hickory-client v0.25.2 |
| 1113 | 2026-02-26T16:17:05.097Z | Downloaded futures-channel v0.3.31 |
| 1114 | 2026-02-26T16:17:05.097Z | Downloaded flate2 v1.1.2 |
| 1115 | 2026-02-26T16:17:05.097Z | Downloaded dropshot-api-manager v0.3.0 |
| 1116 | 2026-02-26T16:17:05.097Z | Downloaded diff v0.1.13 |
| 1117 | 2026-02-26T16:17:05.097Z | Downloaded diesel v2.2.12 |
| 1118 | 2026-02-26T16:17:05.122Z | Downloaded instant v0.1.13 |
| 1119 | 2026-02-26T16:17:05.122Z | Downloaded indoc v1.0.9 |
| 1120 | 2026-02-26T16:17:05.122Z | Downloaded indent_write v2.2.0 |
| 1121 | 2026-02-26T16:17:05.122Z | Downloaded hyper-staticfile v0.10.1 |
| 1122 | 2026-02-26T16:17:05.122Z | Downloaded httparse v1.9.5 |
| 1123 | 2026-02-26T16:17:05.122Z | Downloaded http-body-util v0.1.3 |
| 1124 | 2026-02-26T16:17:05.147Z | Downloaded hmac v0.12.1 |
| 1125 | 2026-02-26T16:17:05.147Z | Downloaded headers v0.4.1 |
| 1126 | 2026-02-26T16:17:05.147Z | Downloaded half v2.4.1 |
| 1127 | 2026-02-26T16:17:05.147Z | Downloaded fs_extra v1.3.0 |
| 1128 | 2026-02-26T16:17:05.147Z | Downloaded foreign-types v0.3.2 |
| 1129 | 2026-02-26T16:17:05.147Z | Downloaded foldhash v0.1.5 |
| 1130 | 2026-02-26T16:17:05.147Z | Downloaded find-msvc-tools v0.1.9 |
| 1131 | 2026-02-26T16:17:05.147Z | Downloaded fallible-iterator v0.2.0 |
| 1132 | 2026-02-26T16:17:05.147Z | Downloaded erased-serde v0.3.31 |
| 1133 | 2026-02-26T16:17:05.147Z | Downloaded dropshot_endpoint v0.16.7 |
| 1134 | 2026-02-26T16:17:05.171Z | Downloaded document-features v0.2.11 |
| 1135 | 2026-02-26T16:17:05.171Z | Downloaded derive_more v0.99.20 |
| 1136 | 2026-02-26T16:17:05.171Z | Downloaded derive_builder v0.20.2 |
| 1137 | 2026-02-26T16:17:05.171Z | Downloaded derive-ex v0.1.8 |
| 1138 | 2026-02-26T16:17:05.171Z | Downloaded darling v0.20.10 |
| 1139 | 2026-02-26T16:17:05.171Z | Downloaded cc v1.2.56 |
| 1140 | 2026-02-26T16:17:05.171Z | Downloaded hyper-tls v0.6.0 |
| 1141 | 2026-02-26T16:17:05.171Z | Downloaded humantime v2.2.0 |
| 1142 | 2026-02-26T16:17:05.196Z | Downloaded hubpack_derive v0.1.1 |
| 1143 | 2026-02-26T16:17:05.196Z | Downloaded httpdate v1.0.3 |
| 1144 | 2026-02-26T16:17:05.196Z | Downloaded http-range v0.1.5 |
| 1145 | 2026-02-26T16:17:05.196Z | Downloaded http-body v1.0.1 |
| 1146 | 2026-02-26T16:17:05.196Z | Downloaded hostname v0.3.1 |
| 1147 | 2026-02-26T16:17:05.196Z | Downloaded highway v1.3.0 |
| 1148 | 2026-02-26T16:17:05.196Z | Downloaded hex-literal v0.4.1 |
| 1149 | 2026-02-26T16:17:05.196Z | Downloaded half v1.8.3 |
| 1150 | 2026-02-26T16:17:05.196Z | Downloaded globset v0.4.15 |
| 1151 | 2026-02-26T16:17:05.196Z | Downloaded getrandom v0.2.15 |
| 1152 | 2026-02-26T16:17:05.196Z | Downloaded funty v2.0.0 |
| 1153 | 2026-02-26T16:17:05.196Z | Downloaded fixedbitset v0.4.2 |
| 1154 | 2026-02-26T16:17:05.220Z | Downloaded filetime v0.2.26 |
| 1155 | 2026-02-26T16:17:05.220Z | Downloaded fatfs v0.3.6 |
| 1156 | 2026-02-26T16:17:05.221Z | Downloaded env_logger v0.11.8 |
| 1157 | 2026-02-26T16:17:05.221Z | Downloaded endian-type v0.1.2 |
| 1158 | 2026-02-26T16:17:05.221Z | Downloaded embedded-io v0.4.0 |
| 1159 | 2026-02-26T16:17:05.221Z | Downloaded dropshot-api-manager-types v0.3.0 |
| 1160 | 2026-02-26T16:17:05.221Z | Downloaded drift v0.1.3 |
| 1161 | 2026-02-26T16:17:05.245Z | Downloaded display-error-chain v0.2.2 |
| 1162 | 2026-02-26T16:17:05.245Z | Downloaded diesel-dtrace v0.4.2 |
| 1163 | 2026-02-26T16:17:05.245Z | Downloaded derive_more-impl v2.0.1 |
| 1164 | 2026-02-26T16:17:05.245Z | Downloaded derive-where v1.5.0 |
| 1165 | 2026-02-26T16:17:05.245Z | Downloaded deranged v0.5.3 |
| 1166 | 2026-02-26T16:17:05.245Z | Downloaded der v0.7.10 |
| 1167 | 2026-02-26T16:17:05.245Z | Downloaded daft v0.1.4 |
| 1168 | 2026-02-26T16:17:05.245Z | Downloaded compact_str v0.8.0 |
| 1169 | 2026-02-26T16:17:05.270Z | Downloaded bumpalo v3.16.0 |
| 1170 | 2026-02-26T16:17:05.270Z | Downloaded base64 v0.21.7 |
| 1171 | 2026-02-26T16:17:05.270Z | Downloaded hostname v0.4.2 |
| 1172 | 2026-02-26T16:17:05.270Z | Downloaded home v0.5.9 |
| 1173 | 2026-02-26T16:17:05.270Z | Downloaded hex v0.4.3 |
| 1174 | 2026-02-26T16:17:05.270Z | Downloaded heck v0.3.3 |
| 1175 | 2026-02-26T16:17:05.270Z | Downloaded futures v0.3.31 |
| 1176 | 2026-02-26T16:17:05.270Z | Downloaded foreign-types-shared v0.3.1 |
| 1177 | 2026-02-26T16:17:05.270Z | Downloaded foreign-types-macros v0.2.3 |
| 1178 | 2026-02-26T16:17:05.270Z | Downloaded float-ord v0.3.2 |
| 1179 | 2026-02-26T16:17:05.270Z | Downloaded float-cmp v0.10.0 |
| 1180 | 2026-02-26T16:17:05.270Z | Downloaded fd-lock v4.0.2 |
| 1181 | 2026-02-26T16:17:05.294Z | Downloaded enum-as-inner v0.6.1 |
| 1182 | 2026-02-26T16:17:05.294Z | Downloaded embedded-io v0.6.1 |
| 1183 | 2026-02-26T16:17:05.295Z | Downloaded dtrace-parser v0.3.0 |
| 1184 | 2026-02-26T16:17:05.295Z | Downloaded dirs-sys-next v0.1.2 |
| 1185 | 2026-02-26T16:17:05.295Z | Downloaded crc-any v2.5.0 |
| 1186 | 2026-02-26T16:17:05.295Z | Downloaded const-oid v0.9.6 |
| 1187 | 2026-02-26T16:17:05.295Z | Downloaded console v0.16.0 |
| 1188 | 2026-02-26T16:17:05.295Z | Downloaded bytes v1.11.1 |
| 1189 | 2026-02-26T16:17:05.295Z | Downloaded hash32 v0.3.1 |
| 1190 | 2026-02-26T16:17:05.295Z | Downloaded group v0.13.0 |
| 1191 | 2026-02-26T16:17:05.295Z | Downloaded globwalk v0.9.1 |
| 1192 | 2026-02-26T16:17:05.295Z | Downloaded fs-err v2.11.0 |
| 1193 | 2026-02-26T16:17:05.319Z | Downloaded foldhash v0.2.0 |
| 1194 | 2026-02-26T16:17:05.319Z | Downloaded flagset v0.4.6 |
| 1195 | 2026-02-26T16:17:05.319Z | Downloaded fixedbitset v0.5.7 |
| 1196 | 2026-02-26T16:17:05.319Z | Downloaded ecdsa v0.16.9 |
| 1197 | 2026-02-26T16:17:05.319Z | Downloaded des v0.8.1 |
| 1198 | 2026-02-26T16:17:05.319Z | Downloaded crc32fast v1.4.2 |
| 1199 | 2026-02-26T16:17:05.319Z | Downloaded cookie v0.18.1 |
| 1200 | 2026-02-26T16:17:05.319Z | Downloaded console v0.15.10 |
| 1201 | 2026-02-26T16:17:05.319Z | Downloaded colored v3.0.0 |
| 1202 | 2026-02-26T16:17:05.319Z | Downloaded chacha20poly1305 v0.10.1 |
| 1203 | 2026-02-26T16:17:05.319Z | Downloaded bzip2 v0.5.2 |
| 1204 | 2026-02-26T16:17:05.319Z | Downloaded glob v0.3.2 |
| 1205 | 2026-02-26T16:17:05.344Z | Downloaded gethostname v0.5.0 |
| 1206 | 2026-02-26T16:17:05.344Z | Downloaded futures-sink v0.3.31 |
| 1207 | 2026-02-26T16:17:05.344Z | Downloaded futures-macro v0.3.31 |
| 1208 | 2026-02-26T16:17:05.344Z | Downloaded futures-io v0.3.31 |
| 1209 | 2026-02-26T16:17:05.344Z | Downloaded foreign-types-shared v0.1.1 |
| 1210 | 2026-02-26T16:17:05.344Z | Downloaded foreign-types v0.5.0 |
| 1211 | 2026-02-26T16:17:05.344Z | Downloaded ff v0.13.0 |
| 1212 | 2026-02-26T16:17:05.344Z | Downloaded env_filter v0.1.2 |
| 1213 | 2026-02-26T16:17:05.344Z | Downloaded ena v0.14.3 |
| 1214 | 2026-02-26T16:17:05.344Z | Downloaded elliptic-curve v0.13.8 |
| 1215 | 2026-02-26T16:17:05.344Z | Downloaded ed25519 v2.2.3 |
| 1216 | 2026-02-26T16:17:05.344Z | Downloaded dunce v1.0.5 |
| 1217 | 2026-02-26T16:17:05.344Z | Downloaded aws-lc-sys v0.37.1 |
| 1218 | 2026-02-26T16:17:05.615Z | Downloaded dsl_auto_type v0.1.2 |
| 1219 | 2026-02-26T16:17:05.639Z | Downloaded darling_core v0.21.0 |
| 1220 | 2026-02-26T16:17:05.639Z | Downloaded ctr v0.9.2 |
| 1221 | 2026-02-26T16:17:05.640Z | Downloaded crossterm v0.29.0 |
| 1222 | 2026-02-26T16:17:05.640Z | Downloaded cookie_store v0.22.1 |
| 1223 | 2026-02-26T16:17:05.640Z | Downloaded cmake v0.1.57 |
| 1224 | 2026-02-26T16:17:05.640Z | Downloaded clang-sys v1.8.1 |
| 1225 | 2026-02-26T16:17:05.640Z | Downloaded ciborium-ll v0.2.2 |
| 1226 | 2026-02-26T16:17:05.640Z | Downloaded ciborium v0.2.2 |
| 1227 | 2026-02-26T16:17:05.664Z | Downloaded cexpr v0.6.0 |
| 1228 | 2026-02-26T16:17:05.664Z | Downloaded cargo_metadata v0.19.2 |
| 1229 | 2026-02-26T16:17:05.664Z | Downloaded blake2 v0.10.6 |
| 1230 | 2026-02-26T16:17:05.664Z | Downloaded backtrace v0.3.74 |
| 1231 | 2026-02-26T16:17:05.664Z | Downloaded fxhash v0.2.1 |
| 1232 | 2026-02-26T16:17:05.664Z | Downloaded futures-task v0.3.31 |
| 1233 | 2026-02-26T16:17:05.664Z | Downloaded futures-executor v0.3.31 |
| 1234 | 2026-02-26T16:17:05.664Z | Downloaded futures-core v0.3.32 |
| 1235 | 2026-02-26T16:17:05.664Z | Downloaded dyn-clone v1.0.20 |
| 1236 | 2026-02-26T16:17:05.664Z | Downloaded dof v0.4.0 |
| 1237 | 2026-02-26T16:17:05.664Z | Downloaded dirs-next v2.0.0 |
| 1238 | 2026-02-26T16:17:05.664Z | Downloaded difflib v0.4.0 |
| 1239 | 2026-02-26T16:17:05.665Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1240 | 2026-02-26T16:17:05.665Z | Downloaded diesel_derives v2.2.3 |
| 1241 | 2026-02-26T16:17:05.689Z | Downloaded derive_more v2.0.1 |
| 1242 | 2026-02-26T16:17:05.689Z | Downloaded derive_builder_macro v0.20.2 |
| 1243 | 2026-02-26T16:17:05.689Z | Downloaded der_derive v0.7.3 |
| 1244 | 2026-02-26T16:17:05.690Z | Downloaded defmt-macros v0.3.9 |
| 1245 | 2026-02-26T16:17:05.690Z | Downloaded defmt v0.3.8 |
| 1246 | 2026-02-26T16:17:05.715Z | Downloaded data-encoding v2.9.0 |
| 1247 | 2026-02-26T16:17:05.715Z | Downloaded darling v0.21.0 |
| 1248 | 2026-02-26T16:17:05.715Z | Downloaded daft-derive v0.1.4 |
| 1249 | 2026-02-26T16:17:05.715Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1250 | 2026-02-26T16:17:05.715Z | Downloaded crypto-bigint v0.5.5 |
| 1251 | 2026-02-26T16:17:05.715Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1252 | 2026-02-26T16:17:05.715Z | Downloaded crossterm v0.28.1 |
| 1253 | 2026-02-26T16:17:05.740Z | Downloaded crossbeam-epoch v0.9.18 |
| 1254 | 2026-02-26T16:17:05.740Z | Downloaded critical-section v1.1.3 |
| 1255 | 2026-02-26T16:17:05.740Z | Downloaded crc8 v0.1.1 |
| 1256 | 2026-02-26T16:17:05.740Z | Downloaded corncobs v0.1.4 |
| 1257 | 2026-02-26T16:17:05.740Z | Downloaded convert_case v0.7.1 |
| 1258 | 2026-02-26T16:17:05.740Z | Downloaded convert_case v0.4.0 |
| 1259 | 2026-02-26T16:17:05.740Z | Downloaded const_format_proc_macros v0.2.34 |
| 1260 | 2026-02-26T16:17:05.740Z | Downloaded colored v2.2.0 |
| 1261 | 2026-02-26T16:17:05.740Z | Downloaded cbc v0.1.2 |
| 1262 | 2026-02-26T16:17:05.740Z | Downloaded castaway v0.2.3 |
| 1263 | 2026-02-26T16:17:05.740Z | Downloaded cassowary v0.3.0 |
| 1264 | 2026-02-26T16:17:05.765Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1265 | 2026-02-26T16:17:05.765Z | Downloaded bzip2 v0.4.4 |
| 1266 | 2026-02-26T16:17:05.765Z | Downloaded buf-list v1.0.3 |
| 1267 | 2026-02-26T16:17:05.765Z | Downloaded bitfield v0.19.2 |
| 1268 | 2026-02-26T16:17:05.765Z | Downloaded bit-vec v0.6.3 |
| 1269 | 2026-02-26T16:17:05.765Z | Downloaded base64 v0.22.1 |
| 1270 | 2026-02-26T16:17:05.765Z | Downloaded base16ct v0.2.0 |
| 1271 | 2026-02-26T16:17:05.765Z | Downloaded derive_builder_core v0.20.2 |
| 1272 | 2026-02-26T16:17:05.765Z | Downloaded defmt-parser v0.3.4 |
| 1273 | 2026-02-26T16:17:05.765Z | Downloaded darling_macro v0.21.0 |
| 1274 | 2026-02-26T16:17:05.765Z | Downloaded csv v1.3.1 |
| 1275 | 2026-02-26T16:17:05.790Z | Downloaded crc-catalog v2.4.0 |
| 1276 | 2026-02-26T16:17:05.790Z | Downloaded crc v3.2.1 |
| 1277 | 2026-02-26T16:17:05.790Z | Downloaded constant_time_eq v0.3.1 |
| 1278 | 2026-02-26T16:17:05.790Z | Downloaded cobs v0.2.3 |
| 1279 | 2026-02-26T16:17:05.790Z | Downloaded chacha20 v0.9.1 |
| 1280 | 2026-02-26T16:17:05.790Z | Downloaded cargo-platform v0.1.8 |
| 1281 | 2026-02-26T16:17:05.815Z | Downloaded cancel-safe-futures v0.1.5 |
| 1282 | 2026-02-26T16:17:05.815Z | Downloaded bitflags v1.3.2 |
| 1283 | 2026-02-26T16:17:05.815Z | Downloaded bitfield-struct v0.6.2 |
| 1284 | 2026-02-26T16:17:05.815Z | Downloaded bit-vec v0.8.0 |
| 1285 | 2026-02-26T16:17:05.815Z | Downloaded bit-set v0.5.3 |
| 1286 | 2026-02-26T16:17:05.815Z | Downloaded bcs v0.1.6 |
| 1287 | 2026-02-26T16:17:05.815Z | Downloaded base64ct v1.6.0 |
| 1288 | 2026-02-26T16:17:05.815Z | Downloaded darling_macro v0.20.10 |
| 1289 | 2026-02-26T16:17:05.815Z | Downloaded darling_core v0.20.10 |
| 1290 | 2026-02-26T16:17:05.815Z | Downloaded crunchy v0.2.2 |
| 1291 | 2026-02-26T16:17:05.815Z | Downloaded crossbeam-deque v0.8.5 |
| 1292 | 2026-02-26T16:17:05.840Z | Downloaded cipher v0.4.4 |
| 1293 | 2026-02-26T16:17:05.840Z | Downloaded ciborium-io v0.2.2 |
| 1294 | 2026-02-26T16:17:05.840Z | Downloaded cfg_aliases v0.2.1 |
| 1295 | 2026-02-26T16:17:05.840Z | Downloaded cfg_aliases v0.1.1 |
| 1296 | 2026-02-26T16:17:05.840Z | Downloaded block-padding v0.3.3 |
| 1297 | 2026-02-26T16:17:05.840Z | Downloaded bitfield-macros v0.19.2 |
| 1298 | 2026-02-26T16:17:05.841Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1299 | 2026-02-26T16:17:05.841Z | Downloaded bb8 v0.8.5 |
| 1300 | 2026-02-26T16:17:05.841Z | Downloaded base64 v0.13.1 |
| 1301 | 2026-02-26T16:17:05.841Z | Downloaded backon v1.6.0 |
| 1302 | 2026-02-26T16:17:05.841Z | Downloaded backoff v0.4.0 |
| 1303 | 2026-02-26T16:17:05.841Z | Downloaded atty v0.2.14 |
| 1304 | 2026-02-26T16:17:05.841Z | Downloaded aho-corasick v1.1.3 |
| 1305 | 2026-02-26T16:17:05.841Z | Downloaded aes v0.8.4 |
| 1306 | 2026-02-26T16:17:05.866Z | Downloaded bitvec v1.0.1 |
| 1307 | 2026-02-26T16:17:05.866Z | Downloaded bit-set v0.8.0 |
| 1308 | 2026-02-26T16:17:05.866Z | Downloaded array-init v0.0.4 |
| 1309 | 2026-02-26T16:17:05.866Z | Downloaded arc-swap v1.7.1 |
| 1310 | 2026-02-26T16:17:05.867Z | Downloaded allocator-api2 v0.2.21 |
| 1311 | 2026-02-26T16:17:05.891Z | Downloaded aes-gcm v0.10.3 |
| 1312 | 2026-02-26T16:17:05.891Z | Downloaded addr2line v0.24.2 |
| 1313 | 2026-02-26T16:17:05.891Z | Downloaded async-recursion v1.1.1 |
| 1314 | 2026-02-26T16:17:05.891Z | Downloaded async-bb8-diesel v0.2.1 |
| 1315 | 2026-02-26T16:17:05.891Z | Downloaded arrayref v0.3.9 |
| 1316 | 2026-02-26T16:17:05.891Z | Downloaded ar_archive_writer v0.5.1 |
| 1317 | 2026-02-26T16:17:05.891Z | Downloaded ahash v0.8.12 |
| 1318 | 2026-02-26T16:17:05.916Z | Downloaded adler2 v2.0.0 |
| 1319 | 2026-02-26T16:17:05.916Z | Downloaded crossbeam-utils v0.8.21 |
| 1320 | 2026-02-26T16:17:05.916Z | Downloaded async-stream-impl v0.3.6 |
| 1321 | 2026-02-26T16:17:05.916Z | Downloaded arrayvec v0.7.6 |
| 1322 | 2026-02-26T16:17:05.916Z | Downloaded argon2 v0.5.3 |
| 1323 | 2026-02-26T16:17:05.916Z | Downloaded aead v0.5.2 |
| 1324 | 2026-02-26T16:17:05.916Z | Downloaded atomicwrites v0.4.4 |
| 1325 | 2026-02-26T16:17:05.916Z | Downloaded atomic-waker v1.1.2 |
| 1326 | 2026-02-26T16:17:05.916Z | Downloaded async-stream v0.3.6 |
| 1327 | 2026-02-26T16:17:05.916Z | Downloaded assert_matches v1.5.0 |
| 1328 | 2026-02-26T16:17:05.916Z | Downloaded ascii-canvas v3.0.0 |
| 1329 | 2026-02-26T16:17:06.116Z | Compiling value-bag v1.12.0 |
| 1330 | 2026-02-26T16:17:06.116Z | Compiling find-msvc-tools v0.1.9 |
| 1331 | 2026-02-26T16:17:06.116Z | Compiling shlex v1.3.0 |
| 1332 | 2026-02-26T16:17:06.141Z | Compiling smallvec v1.15.1 |
| 1333 | 2026-02-26T16:17:06.141Z | Compiling typenum v1.17.0 |
| 1334 | 2026-02-26T16:17:06.141Z | Compiling syn v2.0.117 |
| 1335 | 2026-02-26T16:17:06.141Z | Compiling getrandom v0.2.15 |
| 1336 | 2026-02-26T16:17:06.141Z | Compiling jobserver v0.1.32 |
| 1337 | 2026-02-26T16:17:06.920Z | Compiling log v0.4.29 |
| 1338 | 2026-02-26T16:17:06.965Z | Compiling rand_core v0.6.4 |
| 1339 | 2026-02-26T16:17:07.114Z | Compiling cc v1.2.56 |
| 1340 | 2026-02-26T16:17:07.139Z | Compiling generic-array v0.14.7 |
| 1341 | 2026-02-26T16:17:07.207Z | Compiling lock_api v0.4.12 |
| 1342 | 2026-02-26T16:17:07.501Z | Compiling subtle v2.6.1 |
| 1343 | 2026-02-26T16:17:07.556Z | Compiling scopeguard v1.2.0 |
| 1344 | 2026-02-26T16:17:07.616Z | Compiling portable-atomic v1.11.0 |
| 1345 | 2026-02-26T16:17:07.735Z | Compiling critical-section v1.1.3 |
| 1346 | 2026-02-26T16:17:07.773Z | Compiling const-oid v0.9.6 |
| 1347 | 2026-02-26T16:17:07.899Z | Compiling serde_json v1.0.149 |
| 1348 | 2026-02-26T16:17:07.944Z | Compiling parking_lot_core v0.9.10 |
| 1349 | 2026-02-26T16:17:08.298Z | Compiling pin-project-lite v0.2.14 |
| 1350 | 2026-02-26T16:17:08.357Z | Compiling getrandom v0.3.4 |
| 1351 | 2026-02-26T16:17:08.433Z | Compiling pkg-config v0.3.31 |
| 1352 | 2026-02-26T16:17:09.506Z | Compiling signal-hook-registry v1.4.2 |
| 1353 | 2026-02-26T16:17:09.540Z | Compiling allocator-api2 v0.2.21 |
| 1354 | 2026-02-26T16:17:09.629Z | Compiling libm v0.2.8 |
| 1355 | 2026-02-26T16:17:09.884Z | Compiling once_cell v1.21.3 |
| 1356 | 2026-02-26T16:17:09.978Z | Compiling parking_lot v0.12.3 |
| 1357 | 2026-02-26T16:17:10.008Z | Compiling mio v1.0.2 |
| 1358 | 2026-02-26T16:17:10.162Z | Compiling num-traits v0.2.19 |
| 1359 | 2026-02-26T16:17:10.231Z | Compiling futures-core v0.3.32 |
| 1360 | 2026-02-26T16:17:10.482Z | Compiling percent-encoding v2.3.2 |
| 1361 | 2026-02-26T16:17:10.639Z | Compiling socket2 v0.6.1 |
| 1362 | 2026-02-26T16:17:10.712Z | Compiling slab v0.4.9 |
| 1363 | 2026-02-26T16:17:10.736Z | Compiling foldhash v0.2.0 |
| 1364 | 2026-02-26T16:17:10.826Z | Compiling cpufeatures v0.2.14 |
| 1365 | 2026-02-26T16:17:10.948Z | Compiling futures-sink v0.3.31 |
| 1366 | 2026-02-26T16:17:11.064Z | Compiling hashbrown v0.16.1 |
| 1367 | 2026-02-26T16:17:11.100Z | Compiling futures-channel v0.3.31 |
| 1368 | 2026-02-26T16:17:11.160Z | Compiling pin-utils v0.1.0 |
| 1369 | 2026-02-26T16:17:11.287Z | Compiling futures-io v0.3.31 |
| 1370 | 2026-02-26T16:17:11.443Z | Compiling futures-task v0.3.31 |
| 1371 | 2026-02-26T16:17:11.566Z | Compiling rustversion v1.0.22 |
| 1372 | 2026-02-26T16:17:11.618Z | Compiling form_urlencoded v1.2.2 |
| 1373 | 2026-02-26T16:17:11.643Z | Compiling cmake v0.1.57 |
| 1374 | 2026-02-26T16:17:11.668Z | Compiling ident_case v1.0.1 |
| 1375 | 2026-02-26T16:17:11.779Z | Compiling dunce v1.0.5 |
| 1376 | 2026-02-26T16:17:11.870Z | Compiling fs_extra v1.3.0 |
| 1377 | 2026-02-26T16:17:11.933Z | Compiling base64ct v1.6.0 |
| 1378 | 2026-02-26T16:17:11.958Z | Compiling flagset v0.4.6 |
| 1379 | 2026-02-26T16:17:12.188Z | Compiling foldhash v0.1.5 |
| 1380 | 2026-02-26T16:17:12.401Z | Compiling indexmap v2.13.0 |
| 1381 | 2026-02-26T16:17:12.426Z | Compiling pem-rfc7468 v0.7.0 |
| 1382 | 2026-02-26T16:17:12.475Z | Compiling hashbrown v0.15.4 |
| 1383 | 2026-02-26T16:17:12.505Z | Compiling aws-lc-sys v0.37.1 |
| 1384 | 2026-02-26T16:17:12.529Z | Compiling rand_core v0.9.3 |
| 1385 | 2026-02-26T16:17:12.807Z | Compiling iana-time-zone v0.1.63 |
| 1386 | 2026-02-26T16:17:13.005Z | Compiling ring v0.17.14 |
| 1387 | 2026-02-26T16:17:13.053Z | Compiling rustc_version v0.4.1 |
| 1388 | 2026-02-26T16:17:13.149Z | Compiling uuid v1.19.0 |
| 1389 | 2026-02-26T16:17:13.360Z | Compiling spin v0.9.8 |
| 1390 | 2026-02-26T16:17:13.643Z | Compiling synstructure v0.13.1 |
| 1391 | 2026-02-26T16:17:13.668Z | Compiling regex-syntax v0.8.5 |
| 1392 | 2026-02-26T16:17:13.722Z | Compiling zerocopy v0.8.27 |
| 1393 | 2026-02-26T16:17:13.747Z | Compiling aws-lc-rs v1.16.0 |
| 1394 | 2026-02-26T16:17:13.978Z | Compiling vcpkg v0.2.15 |
| 1395 | 2026-02-26T16:17:14.517Z | Compiling tracing-core v0.1.32 |
| 1396 | 2026-02-26T16:17:14.549Z | Compiling serde_derive_internals v0.29.1 |
| 1397 | 2026-02-26T16:17:14.995Z | Compiling adler2 v2.0.0 |
| 1398 | 2026-02-26T16:17:15.243Z | Compiling openssl-probe v0.1.5 |
| 1399 | 2026-02-26T16:17:15.570Z | Compiling schemars v0.8.22 |
| 1400 | 2026-02-26T16:17:15.626Z | Compiling openssl-sys v0.9.109 |
| 1401 | 2026-02-26T16:17:15.698Z | Compiling untrusted v0.9.0 |
| 1402 | 2026-02-26T16:17:15.900Z | Compiling rustix v1.1.3 |
| 1403 | 2026-02-26T16:17:15.900Z | Compiling untrusted v0.7.1 |
| 1404 | 2026-02-26T16:17:16.103Z | Compiling base64 v0.22.1 |
| 1405 | 2026-02-26T16:17:16.626Z | Compiling httparse v1.9.5 |
| 1406 | 2026-02-26T16:17:16.682Z | Compiling rustix v0.38.37 |
| 1407 | 2026-02-26T16:17:16.839Z | Compiling miniz_oxide v0.8.5 |
| 1408 | 2026-02-26T16:17:17.105Z | Compiling darling_core v0.20.10 |
| 1409 | 2026-02-26T16:17:17.345Z | Compiling tower-service v0.3.3 |
| 1410 | 2026-02-26T16:17:17.463Z | Compiling tower-layer v0.3.3 |
| 1411 | 2026-02-26T16:17:17.494Z | Compiling dyn-clone v1.0.20 |
| 1412 | 2026-02-26T16:17:17.719Z | Compiling rustls v0.23.37 |
| 1413 | 2026-02-26T16:17:17.764Z | Compiling atomic-waker v1.1.2 |
| 1414 | 2026-02-26T16:17:17.911Z | Compiling serde_derive v1.0.228 |
| 1415 | 2026-02-26T16:17:17.980Z | Compiling zeroize_derive v1.4.2 |
| 1416 | 2026-02-26T16:17:18.005Z | Compiling zerofrom-derive v0.1.4 |
| 1417 | 2026-02-26T16:17:18.098Z | Compiling yoke-derive v0.7.4 |
| 1418 | 2026-02-26T16:17:19.132Z | Compiling zerovec-derive v0.10.3 |
| 1419 | 2026-02-26T16:17:19.227Z | Compiling zeroize v1.8.1 |
| 1420 | 2026-02-26T16:17:19.378Z | Compiling displaydoc v0.2.5 |
| 1421 | 2026-02-26T16:17:20.533Z | Compiling icu_provider_macros v1.5.0 |
| 1422 | 2026-02-26T16:17:20.840Z | Compiling tokio-macros v2.6.0 |
| 1423 | 2026-02-26T16:17:20.956Z | Compiling crypto-common v0.1.6 |
| 1424 | 2026-02-26T16:17:21.077Z | Compiling zerofrom v0.1.4 |
| 1425 | 2026-02-26T16:17:21.219Z | Compiling block-buffer v0.10.4 |
| 1426 | 2026-02-26T16:17:21.322Z | Compiling yoke v0.7.4 |
| 1427 | 2026-02-26T16:17:21.347Z | Compiling zerocopy-derive v0.7.35 |
| 1428 | 2026-02-26T16:17:21.540Z | Compiling digest v0.10.7 |
| 1429 | 2026-02-26T16:17:21.600Z | Compiling futures-macro v0.3.31 |
| 1430 | 2026-02-26T16:17:21.736Z | Compiling zerovec v0.10.4 |
| 1431 | 2026-02-26T16:17:22.012Z | Compiling hmac v0.12.1 |
| 1432 | 2026-02-26T16:17:22.285Z | Compiling thiserror-impl v2.0.18 |
| 1433 | 2026-02-26T16:17:22.332Z | Compiling block-padding v0.3.3 |
| 1434 | 2026-02-26T16:17:22.444Z | Compiling sha2 v0.10.9 |
| 1435 | 2026-02-26T16:17:22.607Z | Compiling inout v0.1.3 |
| 1436 | 2026-02-26T16:17:22.897Z | Compiling cipher v0.4.4 |
| 1437 | 2026-02-26T16:17:23.006Z | Compiling der_derive v0.7.3 |
| 1438 | 2026-02-26T16:17:23.183Z | Compiling zerocopy v0.7.35 |
| 1439 | 2026-02-26T16:17:23.213Z | Compiling futures-util v0.3.31 |
| 1440 | 2026-02-26T16:17:23.403Z | Compiling tinystr v0.7.6 |
| 1441 | 2026-02-26T16:17:23.665Z | Compiling icu_collections v1.5.0 |
| 1442 | 2026-02-26T16:17:23.762Z | Compiling icu_locid v1.5.0 |
| 1443 | 2026-02-26T16:17:24.287Z | Compiling serde v1.0.228 |
| 1444 | 2026-02-26T16:17:24.417Z | Compiling ppv-lite86 v0.2.20 |
| 1445 | 2026-02-26T16:17:24.867Z | Compiling icu_provider v1.5.0 |
| 1446 | 2026-02-26T16:17:24.987Z | Compiling der v0.7.10 |
| 1447 | 2026-02-26T16:17:25.125Z | Compiling thiserror v2.0.18 |
| 1448 | 2026-02-26T16:17:25.312Z | Compiling pest v2.8.2 |
| 1449 | 2026-02-26T16:17:25.488Z | Compiling bytes v1.11.1 |
| 1450 | 2026-02-26T16:17:25.513Z | Compiling bitflags v2.9.4 |
| 1451 | 2026-02-26T16:17:25.685Z | Compiling icu_locid_transform v1.5.0 |
| 1452 | 2026-02-26T16:17:25.786Z | Compiling chrono v0.4.43 |
| 1453 | 2026-02-26T16:17:25.949Z | Compiling salsa20 v0.10.2 |
| 1454 | 2026-02-26T16:17:26.183Z | Compiling pbkdf2 v0.12.2 |
| 1455 | 2026-02-26T16:17:26.362Z | Compiling scrypt v0.11.0 |
| 1456 | 2026-02-26T16:17:26.861Z | Compiling tokio v1.49.0 |
| 1457 | 2026-02-26T16:17:26.907Z | Compiling icu_properties v1.5.1 |
| 1458 | 2026-02-26T16:17:27.727Z | Compiling spki v0.7.3 |
| 1459 | 2026-02-26T16:17:27.808Z | Compiling http v1.4.0 |
| 1460 | 2026-02-26T16:17:28.098Z | Compiling pest_meta v2.8.2 |
| 1461 | 2026-02-26T16:17:28.268Z | Compiling rand_chacha v0.9.0 |
| 1462 | 2026-02-26T16:17:28.385Z | Compiling aes v0.8.4 |
| 1463 | 2026-02-26T16:17:28.950Z | Compiling cbc v0.1.2 |
| 1464 | 2026-02-26T16:17:29.227Z | Compiling rustls-pki-types v1.14.0 |
| 1465 | 2026-02-26T16:17:29.776Z | Compiling zerocopy-derive v0.8.27 |
| 1466 | 2026-02-26T16:17:29.897Z | Compiling tracing-attributes v0.1.27 |
| 1467 | 2026-02-26T16:17:30.180Z | Compiling pest_generator v2.8.2 |
| 1468 | 2026-02-26T16:17:30.888Z | Compiling icu_normalizer v1.5.0 |
| 1469 | 2026-02-26T16:17:31.186Z | Compiling pkcs5 v0.7.1 |
| 1470 | 2026-02-26T16:17:31.737Z | Compiling http-body v1.0.1 |
| 1471 | 2026-02-26T16:17:31.983Z | Compiling idna_adapter v1.2.0 |
| 1472 | 2026-02-26T16:17:32.110Z | Compiling rand v0.9.2 |
| 1473 | 2026-02-26T16:17:32.210Z | Compiling idna v1.0.3 |
| 1474 | 2026-02-26T16:17:32.239Z | Compiling pest_derive v2.8.2 |
| 1475 | 2026-02-26T16:17:32.469Z | Compiling pkcs8 v0.10.2 |
| 1476 | 2026-02-26T16:17:32.678Z | Compiling tracing v0.1.40 |
| 1477 | 2026-02-26T16:17:32.964Z | Compiling url v2.5.4 |
| 1478 | 2026-02-26T16:17:33.175Z | Compiling schemars_derive v0.8.22 |
| 1479 | 2026-02-26T16:17:33.554Z | Compiling scroll_derive v0.13.1 |
| 1480 | 2026-02-26T16:17:33.727Z | Compiling tinyvec_macros v0.1.1 |
| 1481 | 2026-02-26T16:17:33.836Z | Compiling try-lock v0.2.5 |
| 1482 | 2026-02-26T16:17:34.018Z | Compiling want v0.3.1 |
| 1483 | 2026-02-26T16:17:34.330Z | Compiling tinyvec v1.8.0 |
| 1484 | 2026-02-26T16:17:35.342Z | Compiling scroll v0.13.0 |
| 1485 | 2026-02-26T16:17:35.910Z | Compiling tokio-util v0.7.15 |
| 1486 | 2026-02-26T16:17:36.244Z | Compiling ipnet v2.11.0 |
| 1487 | 2026-02-26T16:17:37.307Z | Compiling darling_macro v0.20.10 |
| 1488 | 2026-02-26T16:17:37.581Z | Compiling h2 v0.4.6 |
| 1489 | 2026-02-26T16:17:38.109Z | Compiling lazy_static v1.5.0 |
| 1490 | 2026-02-26T16:17:38.133Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1491 | 2026-02-26T16:17:38.224Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1492 | 2026-02-26T16:17:38.253Z | Compiling aho-corasick v1.1.3 |
| 1493 | 2026-02-26T16:17:38.594Z | Compiling num-conv v0.2.0 |
| 1494 | 2026-02-26T16:17:38.841Z | Compiling powerfmt v0.2.0 |
| 1495 | 2026-02-26T16:17:38.908Z | Compiling httpdate v1.0.3 |
| 1496 | 2026-02-26T16:17:39.069Z | Compiling openssl v0.10.73 |
| 1497 | 2026-02-26T16:17:39.219Z | Compiling time-core v0.1.8 |
| 1498 | 2026-02-26T16:17:39.333Z | Compiling foreign-types-shared v0.1.1 |
| 1499 | 2026-02-26T16:17:39.478Z | Compiling foreign-types v0.3.2 |
| 1500 | 2026-02-26T16:17:39.529Z | Compiling time-macros v0.2.27 |
| 1501 | 2026-02-26T16:17:39.565Z | Compiling tempfile v3.24.0 |
| 1502 | 2026-02-26T16:17:39.608Z | Compiling deranged v0.5.3 |
| 1503 | 2026-02-26T16:17:40.188Z | Compiling regex-automata v0.4.14 |
| 1504 | 2026-02-26T16:17:41.774Z | Compiling darling v0.20.10 |
| 1505 | 2026-02-26T16:17:41.903Z | Compiling goblin v0.10.2 |
| 1506 | 2026-02-26T16:17:41.975Z | Compiling openssl-macros v0.1.1 |
| 1507 | 2026-02-26T16:17:42.318Z | Compiling wait-timeout v0.2.0 |
| 1508 | 2026-02-26T16:17:42.622Z | Compiling quick-error v1.2.3 |
| 1509 | 2026-02-26T16:17:42.787Z | Compiling crossbeam-utils v0.8.21 |
| 1510 | 2026-02-26T16:17:42.841Z | Compiling usdt-impl v0.6.0 |
| 1511 | 2026-02-26T16:17:43.192Z | Compiling bit-vec v0.8.0 |
| 1512 | 2026-02-26T16:17:43.217Z | Compiling gimli v0.31.1 |
| 1513 | 2026-02-26T16:17:43.277Z | Compiling native-tls v0.2.12 |
| 1514 | 2026-02-26T16:17:43.592Z | Compiling syn v1.0.109 |
| 1515 | 2026-02-26T16:17:43.617Z | Compiling num_threads v0.1.7 |
| 1516 | 2026-02-26T16:17:43.775Z | Compiling time v0.3.47 |
| 1517 | 2026-02-26T16:17:44.252Z | Compiling hyper v1.8.1 |
| 1518 | 2026-02-26T16:17:46.517Z | Compiling bit-set v0.8.0 |
| 1519 | 2026-02-26T16:17:46.800Z | Compiling hyper-util v0.1.19 |
| 1520 | 2026-02-26T16:17:47.355Z | Compiling addr2line v0.24.2 |
| 1521 | 2026-02-26T16:17:47.720Z | Compiling rusty-fork v0.3.0 |
| 1522 | 2026-02-26T16:17:47.984Z | Compiling derive_builder_core v0.20.2 |
| 1523 | 2026-02-26T16:17:48.494Z | Compiling dof v0.4.0 |
| 1524 | 2026-02-26T16:17:49.746Z | Compiling unicode-normalization v0.1.24 |
| 1525 | 2026-02-26T16:17:49.888Z | Compiling dtrace-parser v0.3.0 |
| 1526 | 2026-02-26T16:17:50.616Z | Compiling rustls-native-certs v0.8.1 |
| 1527 | 2026-02-26T16:17:50.685Z | Compiling signature v2.2.0 |
| 1528 | 2026-02-26T16:17:50.740Z | Compiling scroll_derive v0.12.0 |
| 1529 | 2026-02-26T16:17:51.012Z | Compiling thiserror-impl v1.0.69 |
| 1530 | 2026-02-26T16:17:51.157Z | Compiling heapless v0.7.17 |
| 1531 | 2026-02-26T16:17:51.617Z | Compiling darling_core v0.21.0 |
| 1532 | 2026-02-26T16:17:51.641Z | Compiling slog v2.8.2 |
| 1533 | 2026-02-26T16:17:51.944Z | Compiling rand_xorshift v0.4.0 |
| 1534 | 2026-02-26T16:17:51.996Z | Compiling sync_wrapper v1.0.1 |
| 1535 | 2026-02-26T16:17:52.126Z | Compiling thread-id v5.0.0 |
| 1536 | 2026-02-26T16:17:52.176Z | Compiling object v0.36.5 |
| 1537 | 2026-02-26T16:17:52.227Z | Compiling cookie v0.18.1 |
| 1538 | 2026-02-26T16:17:52.259Z | Compiling crc32fast v1.4.2 |
| 1539 | 2026-02-26T16:17:52.553Z | Compiling unarray v0.1.4 |
| 1540 | 2026-02-26T16:17:52.596Z | Compiling anyhow v1.0.99 |
| 1541 | 2026-02-26T16:17:52.732Z | Compiling paste v1.0.15 |
| 1542 | 2026-02-26T16:17:52.762Z | Compiling unicode-bidi v0.3.17 |
| 1543 | 2026-02-26T16:17:53.138Z | Compiling siphasher v0.3.11 |
| 1544 | 2026-02-26T16:17:53.207Z | Compiling signal-hook v0.3.18 |
| 1545 | 2026-02-26T16:17:53.498Z | Compiling unicode-properties v0.1.3 |
| 1546 | 2026-02-26T16:17:53.522Z | Compiling rustc-demangle v0.1.24 |
| 1547 | 2026-02-26T16:17:53.658Z | Compiling zlib-rs v0.5.1 |
| 1548 | 2026-02-26T16:17:53.877Z | Compiling zstd-safe v7.2.3 |
| 1549 | 2026-02-26T16:17:53.905Z | Compiling stringprep v0.1.5 |
| 1550 | 2026-02-26T16:17:54.200Z | Compiling thiserror v1.0.69 |
| 1551 | 2026-02-26T16:17:54.300Z | Compiling phf_shared v0.11.2 |
| 1552 | 2026-02-26T16:17:54.660Z | Compiling proptest v1.7.0 |
| 1553 | 2026-02-26T16:17:54.864Z | Compiling tower v0.5.2 |
| 1554 | 2026-02-26T16:17:55.355Z | Compiling scroll v0.12.0 |
| 1555 | 2026-02-26T16:17:55.868Z | Compiling derive_builder_macro v0.20.2 |
| 1556 | 2026-02-26T16:17:56.740Z | Compiling ipnetwork v0.21.1 |
| 1557 | 2026-02-26T16:17:56.957Z | Compiling http-body-util v0.1.3 |
| 1558 | 2026-02-26T16:17:57.129Z | Compiling darling_macro v0.21.0 |
| 1559 | 2026-02-26T16:17:57.400Z | Compiling webpki-roots v1.0.1 |
| 1560 | 2026-02-26T16:17:57.534Z | Compiling erased-serde v0.3.31 |
| 1561 | 2026-02-26T16:17:57.618Z | Compiling serde_tokenstream v0.2.3 |
| 1562 | 2026-02-26T16:17:57.943Z | Compiling serde_spanned v0.6.9 |
| 1563 | 2026-02-26T16:17:58.206Z | Compiling backtrace v0.3.74 |
| 1564 | 2026-02-26T16:17:58.206Z | Compiling toml_datetime v0.6.11 |
| 1565 | 2026-02-26T16:17:58.639Z | Compiling rand_chacha v0.3.1 |
| 1566 | 2026-02-26T16:17:58.685Z | Compiling md-5 v0.10.6 |
| 1567 | 2026-02-26T16:17:58.721Z | Compiling curve25519-dalek v4.1.3 |
| 1568 | 2026-02-26T16:17:58.982Z | Compiling vergen-lib v0.1.6 |
| 1569 | 2026-02-26T16:17:59.298Z | Compiling num-integer v0.1.46 |
| 1570 | 2026-02-26T16:17:59.329Z | Compiling hash32 v0.2.1 |
| 1571 | 2026-02-26T16:17:59.719Z | Compiling ff v0.13.0 |
| 1572 | 2026-02-26T16:17:59.968Z | Compiling memoffset v0.9.1 |
| 1573 | 2026-02-26T16:17:59.992Z | Compiling num-bigint-dig v0.8.6 |
| 1574 | 2026-02-26T16:18:00.278Z | Compiling libz-rs-sys v0.5.1 |
| 1575 | 2026-02-26T16:18:00.333Z | Compiling litrs v0.4.1 |
| 1576 | 2026-02-26T16:18:00.447Z | Compiling cfg_aliases v0.2.1 |
| 1577 | 2026-02-26T16:18:00.569Z | Compiling ryu v1.0.18 |
| 1578 | 2026-02-26T16:18:00.593Z | Compiling ref-cast v1.0.25 |
| 1579 | 2026-02-26T16:18:00.796Z | Compiling fallible-iterator v0.2.0 |
| 1580 | 2026-02-26T16:18:00.918Z | Compiling iri-string v0.7.8 |
| 1581 | 2026-02-26T16:18:00.994Z | Compiling smoltcp v0.9.1 |
| 1582 | 2026-02-26T16:18:01.143Z | Compiling base16ct v0.2.0 |
| 1583 | 2026-02-26T16:18:01.321Z | Compiling psl-types v2.0.11 |
| 1584 | 2026-02-26T16:18:01.424Z | Compiling postgres-protocol v0.6.8 |
| 1585 | 2026-02-26T16:18:01.572Z | Compiling publicsuffix v2.3.0 |
| 1586 | 2026-02-26T16:18:01.597Z | Compiling sec1 v0.7.3 |
| 1587 | 2026-02-26T16:18:01.668Z | Compiling document-features v0.2.11 |
| 1588 | 2026-02-26T16:18:01.958Z | Compiling serde_urlencoded v0.7.1 |
| 1589 | 2026-02-26T16:18:02.131Z | Compiling nix v0.29.0 |
| 1590 | 2026-02-26T16:18:02.409Z | Compiling flate2 v1.1.2 |
| 1591 | 2026-02-26T16:18:02.734Z | Compiling newtype-uuid v1.3.2 |
| 1592 | 2026-02-26T16:18:02.788Z | Compiling group v0.13.0 |
| 1593 | 2026-02-26T16:18:02.858Z | Compiling num-iter v0.1.45 |
| 1594 | 2026-02-26T16:18:03.253Z | Compiling rand v0.8.5 |
| 1595 | 2026-02-26T16:18:03.970Z | Compiling tower-http v0.6.8 |
| 1596 | 2026-02-26T16:18:04.054Z | Compiling darling v0.21.0 |
| 1597 | 2026-02-26T16:18:04.193Z | Compiling oxnet v0.1.4 |
| 1598 | 2026-02-26T16:18:04.218Z | Compiling derive_builder v0.20.2 |
| 1599 | 2026-02-26T16:18:04.358Z | Compiling goblin v0.8.2 |
| 1600 | 2026-02-26T16:18:04.436Z | Compiling tokio-native-tls v0.3.1 |
| 1601 | 2026-02-26T16:18:05.239Z | Compiling regex v1.12.3 |
| 1602 | 2026-02-26T16:18:05.896Z | Compiling terminal_size v0.4.0 |
| 1603 | 2026-02-26T16:18:05.947Z | Compiling cargo-platform v0.1.8 |
| 1604 | 2026-02-26T16:18:06.032Z | Compiling hkdf v0.12.4 |
| 1605 | 2026-02-26T16:18:06.122Z | Compiling crypto-bigint v0.5.5 |
| 1606 | 2026-02-26T16:18:06.146Z | Compiling strum_macros v0.27.2 |
| 1607 | 2026-02-26T16:18:06.322Z | Compiling ref-cast-impl v1.0.25 |
| 1608 | 2026-02-26T16:18:06.492Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1609 | 2026-02-26T16:18:06.538Z | Compiling hubpack_derive v0.1.1 |
| 1610 | 2026-02-26T16:18:07.295Z | Compiling daft-derive v0.1.4 |
| 1611 | 2026-02-26T16:18:07.366Z | Compiling async-trait v0.1.89 |
| 1612 | 2026-02-26T16:18:07.686Z | Compiling vergen v9.0.6 |
| 1613 | 2026-02-26T16:18:07.980Z | Compiling ahash v0.8.12 |
| 1614 | 2026-02-26T16:18:08.305Z | Compiling fs-err v3.1.1 |
| 1615 | 2026-02-26T16:18:08.607Z | Compiling simd-adler32 v0.3.7 |
| 1616 | 2026-02-26T16:18:08.719Z | Compiling bumpalo v3.16.0 |
| 1617 | 2026-02-26T16:18:09.115Z | Compiling lockfree-object-pool v0.1.6 |
| 1618 | 2026-02-26T16:18:09.188Z | Compiling unicode-segmentation v1.12.0 |
| 1619 | 2026-02-26T16:18:09.394Z | Compiling managed v0.8.0 |
| 1620 | 2026-02-26T16:18:09.627Z | Compiling either v1.15.0 |
| 1621 | 2026-02-26T16:18:09.888Z | Compiling bitflags v1.3.2 |
| 1622 | 2026-02-26T16:18:10.039Z | Compiling buf-list v1.0.3 |
| 1623 | 2026-02-26T16:18:10.070Z | Compiling winnow v0.5.40 |
| 1624 | 2026-02-26T16:18:10.494Z | Compiling strum v0.27.2 |
| 1625 | 2026-02-26T16:18:10.743Z | Compiling dof v0.3.0 |
| 1626 | 2026-02-26T16:18:10.805Z | Compiling zopfli v0.8.1 |
| 1627 | 2026-02-26T16:18:11.477Z | Compiling elliptic-curve v0.13.8 |
| 1628 | 2026-02-26T16:18:12.092Z | Compiling daft v0.1.4 |
| 1629 | 2026-02-26T16:18:12.378Z | Compiling clap_builder v4.5.48 |
| 1630 | 2026-02-26T16:18:12.684Z | Compiling hubpack v0.1.2 |
| 1631 | 2026-02-26T16:18:12.710Z | Compiling cargo_metadata v0.19.2 |
| 1632 | 2026-02-26T16:18:12.823Z | Compiling signal-hook-mio v0.2.4 |
| 1633 | 2026-02-26T16:18:13.006Z | Compiling cookie_store v0.22.1 |
| 1634 | 2026-02-26T16:18:13.106Z | Compiling zstd v0.13.3 |
| 1635 | 2026-02-26T16:18:13.448Z | Compiling toml_edit v0.19.15 |
| 1636 | 2026-02-26T16:18:13.593Z | Compiling hyper-tls v0.6.0 |
| 1637 | 2026-02-26T16:18:15.230Z | Compiling serde_with_macros v3.16.1 |
| 1638 | 2026-02-26T16:18:16.029Z | Compiling postgres-types v0.2.9 |
| 1639 | 2026-02-26T16:18:17.166Z | Compiling usdt-macro v0.6.0 |
| 1640 | 2026-02-26T16:18:17.436Z | Compiling usdt-attr-macro v0.6.0 |
| 1641 | 2026-02-26T16:18:18.288Z | Compiling phf v0.11.2 |
| 1642 | 2026-02-26T16:18:18.424Z | Compiling dtrace-parser v0.2.0 |
| 1643 | 2026-02-26T16:18:18.575Z | Compiling ed25519 v2.2.3 |
| 1644 | 2026-02-26T16:18:18.771Z | Compiling bzip2 v0.5.2 |
| 1645 | 2026-02-26T16:18:19.142Z | Compiling bzip2 v0.4.4 |
| 1646 | 2026-02-26T16:18:19.349Z | Compiling bstr v1.10.0 |
| 1647 | 2026-02-26T16:18:19.381Z | Compiling pkcs1 v0.7.5 |
| 1648 | 2026-02-26T16:18:19.431Z | Compiling serde-big-array v0.5.1 |
| 1649 | 2026-02-26T16:18:19.549Z | Compiling hex v0.4.3 |
| 1650 | 2026-02-26T16:18:19.681Z | Compiling rfc6979 v0.4.0 |
| 1651 | 2026-02-26T16:18:19.917Z | Compiling enum-as-inner v0.6.1 |
| 1652 | 2026-02-26T16:18:20.111Z | Compiling clap_derive v4.5.47 |
| 1653 | 2026-02-26T16:18:20.198Z | Compiling strum_macros v0.26.4 |
| 1654 | 2026-02-26T16:18:20.268Z | Compiling serde_repr v0.1.19 |
| 1655 | 2026-02-26T16:18:20.519Z | Compiling float-cmp v0.10.0 |
| 1656 | 2026-02-26T16:18:20.740Z | Compiling env_filter v0.1.2 |
| 1657 | 2026-02-26T16:18:20.779Z | Compiling memmap2 v0.9.8 |
| 1658 | 2026-02-26T16:18:20.822Z | Compiling socket2 v0.5.10 |
| 1659 | 2026-02-26T16:18:21.162Z | Compiling encoding_rs v0.8.34 |
| 1660 | 2026-02-26T16:18:21.199Z | Compiling rustc-hash v2.1.1 |
| 1661 | 2026-02-26T16:18:21.321Z | Compiling fixedbitset v0.4.2 |
| 1662 | 2026-02-26T16:18:21.408Z | Compiling keccak v0.1.5 |
| 1663 | 2026-02-26T16:18:21.737Z | Compiling mime v0.3.17 |
| 1664 | 2026-02-26T16:18:21.780Z | Compiling predicates-core v1.0.8 |
| 1665 | 2026-02-26T16:18:22.104Z | Compiling normalize-line-endings v0.3.0 |
| 1666 | 2026-02-26T16:18:22.237Z | Compiling new_debug_unreachable v1.0.6 |
| 1667 | 2026-02-26T16:18:22.262Z | Compiling difflib v0.4.0 |
| 1668 | 2026-02-26T16:18:22.361Z | Compiling jiff v0.2.15 |
| 1669 | 2026-02-26T16:18:23.196Z | Compiling data-encoding v2.9.0 |
| 1670 | 2026-02-26T16:18:23.404Z | Compiling fixedbitset v0.5.7 |
| 1671 | 2026-02-26T16:18:23.830Z | Compiling static_assertions v1.1.0 |
| 1672 | 2026-02-26T16:18:23.941Z | Compiling whoami v1.5.2 |
| 1673 | 2026-02-26T16:18:23.965Z | Compiling precomputed-hash v0.1.1 |
| 1674 | 2026-02-26T16:18:23.989Z | Compiling toml_edit v0.22.27 |
| 1675 | 2026-02-26T16:18:24.122Z | Compiling string_cache v0.8.9 |
| 1676 | 2026-02-26T16:18:24.375Z | Compiling tokio-postgres v0.7.13 |
| 1677 | 2026-02-26T16:18:24.476Z | Compiling strum v0.26.3 |
| 1678 | 2026-02-26T16:18:24.553Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1679 | 2026-02-26T16:18:24.675Z | Compiling clap v4.5.48 |
| 1680 | 2026-02-26T16:18:24.709Z | Compiling petgraph v0.8.2 |
| 1681 | 2026-02-26T16:18:24.823Z | Compiling hickory-proto v0.25.2 |
| 1682 | 2026-02-26T16:18:25.714Z | Compiling predicates v3.1.3 |
| 1683 | 2026-02-26T16:18:27.087Z | Compiling sha3 v0.10.8 |
| 1684 | 2026-02-26T16:18:28.012Z | Compiling petgraph v0.6.5 |
| 1685 | 2026-02-26T16:18:29.022Z | Compiling zip v4.2.0 |
| 1686 | 2026-02-26T16:18:29.288Z | Compiling iddqd v0.3.16 |
| 1687 | 2026-02-26T16:18:30.394Z | Compiling usdt v0.6.0 |
| 1688 | 2026-02-26T16:18:30.647Z | Compiling env_logger v0.11.8 |
| 1689 | 2026-02-26T16:18:30.882Z | Compiling usdt-impl v0.5.0 |
| 1690 | 2026-02-26T16:18:31.028Z | Compiling similar v2.7.0 |
| 1691 | 2026-02-26T16:18:31.237Z | Compiling serde_with v3.16.1 |
| 1692 | 2026-02-26T16:18:31.364Z | Compiling ecdsa v0.16.9 |
| 1693 | 2026-02-26T16:18:31.687Z | Compiling rsa v0.9.8 |
| 1694 | 2026-02-26T16:18:32.126Z | Compiling zip v0.6.6 |
| 1695 | 2026-02-26T16:18:32.176Z | Compiling ed25519-dalek v2.1.1 |
| 1696 | 2026-02-26T16:18:32.451Z | Compiling toml v0.7.8 |
| 1697 | 2026-02-26T16:18:33.360Z | Compiling crossterm v0.28.1 |
| 1698 | 2026-02-26T16:18:34.530Z | Compiling itertools v0.13.0 |
| 1699 | 2026-02-26T16:18:34.779Z | Compiling itertools v0.10.5 |
| 1700 | 2026-02-26T16:18:34.882Z | Compiling heck v0.4.1 |
| 1701 | 2026-02-26T16:18:35.149Z | Compiling crossbeam-epoch v0.9.18 |
| 1702 | 2026-02-26T16:18:35.337Z | Compiling tokio-stream v0.1.17 |
| 1703 | 2026-02-26T16:18:35.578Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1704 | 2026-02-26T16:18:35.775Z | Compiling x509-cert v0.2.5 |
| 1705 | 2026-02-26T16:18:35.984Z | Compiling openapiv3 v2.2.0 |
| 1706 | 2026-02-26T16:18:36.258Z | Compiling sha1 v0.10.6 |
| 1707 | 2026-02-26T16:18:36.333Z | Compiling winnow v0.6.26 |
| 1708 | 2026-02-26T16:18:36.707Z | Compiling lalrpop-util v0.19.12 |
| 1709 | 2026-02-26T16:18:37.048Z | Compiling peg-runtime v0.8.5 |
| 1710 | 2026-02-26T16:18:37.116Z | Compiling thread_local v1.1.8 |
| 1711 | 2026-02-26T16:18:37.299Z | Compiling slog-async v2.8.0 |
| 1712 | 2026-02-26T16:18:37.575Z | Compiling crossbeam-channel v0.5.15 |
| 1713 | 2026-02-26T16:18:37.599Z | Compiling xattr v1.3.1 |
| 1714 | 2026-02-26T16:18:37.829Z | Compiling futures-executor v0.3.31 |
| 1715 | 2026-02-26T16:18:37.869Z | Compiling is-terminal v0.4.13 |
| 1716 | 2026-02-26T16:18:38.030Z | Compiling filetime v0.2.26 |
| 1717 | 2026-02-26T16:18:38.292Z | Compiling term v1.1.0 |
| 1718 | 2026-02-26T16:18:38.325Z | Compiling take_mut v0.2.2 |
| 1719 | 2026-02-26T16:18:38.413Z | Compiling tar v0.4.44 |
| 1720 | 2026-02-26T16:18:38.551Z | Compiling futures v0.3.31 |
| 1721 | 2026-02-26T16:18:39.092Z | Compiling slog-term v2.9.2 |
| 1722 | 2026-02-26T16:18:48.636Z | Compiling rustls-webpki v0.103.9 |
| 1723 | 2026-02-26T16:18:55.073Z | Compiling tokio-rustls v0.26.0 |
| 1724 | 2026-02-26T16:18:55.073Z | Compiling rustls-platform-verifier v0.6.2 |
| 1725 | 2026-02-26T16:18:55.416Z | Compiling hyper-rustls v0.27.7 |
| 1726 | 2026-02-26T16:18:55.762Z | Compiling reqwest v0.12.28 |
| 1727 | 2026-02-26T16:18:55.790Z | Compiling reqwest v0.13.2 |
| 1728 | 2026-02-26T16:19:00.546Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1729 | 2026-02-26T16:19:00.910Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1730 | 2026-02-26T16:19:06.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s |
| 1731 | 2026-02-26T16:19:06.727Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1732 | 2026-02-26T16:19:06.805Z | Feb 26 16:19:06.566 INFO Starting download, target: Clickhouse |
| 1733 | 2026-02-26T16:19:06.805Z | Feb 26 16:19:06.567 INFO Starting download, target: Cockroach |
| 1734 | 2026-02-26T16:19:06.805Z | Feb 26 16:19:06.567 INFO Starting download, target: Console |
| 1735 | 2026-02-26T16:19:06.843Z | Feb 26 16:19:06.567 INFO Starting download, target: DendriteStub |
| 1736 | 2026-02-26T16:19:06.843Z | Feb 26 16:19:06.567 INFO Starting download, target: MaghemiteMgd |
| 1737 | 2026-02-26T16:19:06.844Z | Feb 26 16:19:06.567 INFO Starting download, target: TransceiverControl |
| 1738 | 2026-02-26T16:19:06.844Z | Feb 26 16:19:06.569 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1739 | 2026-02-26T16:19:06.844Z | Feb 26 16:19:06.569 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1740 | 2026-02-26T16:19:06.844Z | Feb 26 16:19:06.569 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1741 | 2026-02-26T16:19:06.844Z | Feb 26 16:19:06.569 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1742 | 2026-02-26T16:19:06.844Z | Feb 26 16:19:06.569 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1743 | 2026-02-26T16:19:06.844Z | Feb 26 16:19:06.569 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1744 | 2026-02-26T16:19:07.454Z | Feb 26 16:19:07.199 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1745 | 2026-02-26T16:19:07.880Z | Feb 26 16:19:07.616 INFO Download complete, target: Console |
| 1746 | 2026-02-26T16:19:08.815Z | Feb 26 16:19:08.570 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1747 | 2026-02-26T16:19:09.340Z | Feb 26 16:19:09.097 INFO Download complete, target: TransceiverControl |
| 1748 | 2026-02-26T16:19:14.844Z | Feb 26 16:19:14.615 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1749 | 2026-02-26T16:19:17.931Z | Feb 26 16:19:17.704 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1750 | 2026-02-26T16:19:19.197Z | Feb 26 16:19:18.970 INFO Download complete, target: DendriteStub |
| 1751 | 2026-02-26T16:19:20.447Z | Feb 26 16:19:20.220 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1752 | 2026-02-26T16:19:20.448Z | Feb 26 16:19:20.221 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1753 | 2026-02-26T16:19:22.447Z | Feb 26 16:19:22.221 INFO Download complete, target: MaghemiteMgd |
| 1754 | 2026-02-26T16:19:29.693Z | Feb 26 16:19:29.465 INFO Checking that binary works, target: Cockroach |
| 1755 | 2026-02-26T16:19:29.897Z | Feb 26 16:19:29.671 INFO Download complete, target: Cockroach |
| 1756 | 2026-02-26T16:19:33.084Z | Feb 26 16:19:32.858 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1757 | 2026-02-26T16:19:45.019Z | Feb 26 16:19:44.793 INFO Checking that binary works, target: Clickhouse |
| 1758 | 2026-02-26T16:19:45.173Z | Feb 26 16:19:44.947 INFO Download complete, target: Clickhouse |
| 1759 | 2026-02-26T16:19:45.198Z | All prerequisites installed successfully |
| 1760 | 2026-02-26T16:19:45.198Z | |
| 1761 | 2026-02-26T16:19:45.198Z | real 6:21.522672592 |
| 1762 | 2026-02-26T16:19:45.198Z | user 16:22.538009551 |
| 1763 | 2026-02-26T16:19:45.198Z | sys 2:43.932675227 |
| 1764 | 2026-02-26T16:19:45.198Z | trap 0.609210119 |
| 1765 | 2026-02-26T16:19:45.198Z | tflt 0.364647314 |
| 1766 | 2026-02-26T16:19:45.198Z | dflt 0.622117414 |
| 1767 | 2026-02-26T16:19:45.198Z | kflt 0.010974535 |
| 1768 | 2026-02-26T16:19:45.198Z | lock 43:16.870334240 |
| 1769 | 2026-02-26T16:19:45.198Z | slp 1:01:47.130320303 |
| 1770 | 2026-02-26T16:19:45.198Z | lat 1:14.558562694 |
| 1771 | 2026-02-26T16:19:45.198Z | stop 2:57.815059345 |
| 1772 | 2026-02-26T16:19:45.198Z | + ptime -m cargo xtask download softnpu |
| 1773 | 2026-02-26T16:19:46.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 1774 | 2026-02-26T16:19:46.418Z | Running `target/debug/xtask download softnpu` |
| 1775 | 2026-02-26T16:19:48.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s |
| 1776 | 2026-02-26T16:19:48.073Z | Running `target/debug/xtask-downloader softnpu` |
| 1777 | 2026-02-26T16:19:48.125Z | Feb 26 16:19:47.898 INFO Starting download, target: Softnpu |
| 1778 | 2026-02-26T16:19:48.149Z | Feb 26 16:19:47.899 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1779 | 2026-02-26T16:19:50.000Z | Feb 26 16:19:49.773 INFO Download complete, target: Softnpu |
| 1780 | 2026-02-26T16:19:50.024Z | |
| 1781 | 2026-02-26T16:19:50.025Z | real 4.815662093 |
| 1782 | 2026-02-26T16:19:50.025Z | user 2.379653974 |
| 1783 | 2026-02-26T16:19:50.025Z | sys 1.650871692 |
| 1784 | 2026-02-26T16:19:50.025Z | trap 0.000672617 |
| 1785 | 2026-02-26T16:19:50.025Z | tflt 0.000215347 |
| 1786 | 2026-02-26T16:19:50.025Z | dflt 0.000195377 |
| 1787 | 2026-02-26T16:19:50.025Z | kflt 0.000000000 |
| 1788 | 2026-02-26T16:19:50.025Z | lock 21.019364875 |
| 1789 | 2026-02-26T16:19:50.025Z | slp 1.560028005 |
| 1790 | 2026-02-26T16:19:50.025Z | lat 0.376602456 |
| 1791 | 2026-02-26T16:19:50.025Z | stop 0.000309379 |
| 1792 | 2026-02-26T16:19:50.025Z | + export CARGO_INCREMENTAL=0 |
| 1793 | 2026-02-26T16:19:50.025Z | + CARGO_INCREMENTAL=0 |
| 1794 | 2026-02-26T16:19:50.025Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1795 | 2026-02-26T16:19:52.052Z | Compiling proc-macro2 v1.0.106 |
| 1796 | 2026-02-26T16:19:52.052Z | Compiling quote v1.0.44 |
| 1797 | 2026-02-26T16:19:52.052Z | Compiling unicode-ident v1.0.24 |
| 1798 | 2026-02-26T16:19:52.052Z | Compiling libc v0.2.180 |
| 1799 | 2026-02-26T16:19:52.052Z | Compiling serde_core v1.0.228 |
| 1800 | 2026-02-26T16:19:52.076Z | Compiling serde v1.0.228 |
| 1801 | 2026-02-26T16:19:52.076Z | Compiling autocfg v1.4.0 |
| 1802 | 2026-02-26T16:19:52.076Z | Compiling cfg-if v1.0.4 |
| 1803 | 2026-02-26T16:19:52.302Z | Compiling version_check v0.9.5 |
| 1804 | 2026-02-26T16:19:52.516Z | Compiling find-msvc-tools v0.1.9 |
| 1805 | 2026-02-26T16:19:52.849Z | Compiling shlex v1.3.0 |
| 1806 | 2026-02-26T16:19:52.897Z | Compiling lock_api v0.4.12 |
| 1807 | 2026-02-26T16:19:52.921Z | Compiling memchr v2.7.4 |
| 1808 | 2026-02-26T16:19:53.167Z | Compiling portable-atomic v1.11.0 |
| 1809 | 2026-02-26T16:19:53.191Z | Compiling zmij v1.0.15 |
| 1810 | 2026-02-26T16:19:53.555Z | Compiling serde_json v1.0.149 |
| 1811 | 2026-02-26T16:19:53.845Z | Compiling jobserver v0.1.32 |
| 1812 | 2026-02-26T16:19:53.941Z | Compiling typenum v1.17.0 |
| 1813 | 2026-02-26T16:19:54.011Z | Compiling generic-array v0.14.7 |
| 1814 | 2026-02-26T16:19:54.274Z | Compiling syn v2.0.117 |
| 1815 | 2026-02-26T16:19:54.298Z | Compiling cc v1.2.56 |
| 1816 | 2026-02-26T16:19:54.381Z | Compiling getrandom v0.3.4 |
| 1817 | 2026-02-26T16:19:54.428Z | Compiling libm v0.2.8 |
| 1818 | 2026-02-26T16:19:54.611Z | Compiling num-traits v0.2.19 |
| 1819 | 2026-02-26T16:19:54.725Z | Compiling parking_lot_core v0.9.10 |
| 1820 | 2026-02-26T16:19:54.830Z | Compiling smallvec v1.15.1 |
| 1821 | 2026-02-26T16:19:54.882Z | Compiling value-bag v1.12.0 |
| 1822 | 2026-02-26T16:19:55.063Z | Compiling itoa v1.0.11 |
| 1823 | 2026-02-26T16:19:55.265Z | Compiling log v0.4.29 |
| 1824 | 2026-02-26T16:19:55.352Z | Compiling getrandom v0.2.15 |
| 1825 | 2026-02-26T16:19:55.928Z | Compiling pkg-config v0.3.31 |
| 1826 | 2026-02-26T16:19:55.966Z | Compiling thiserror v2.0.18 |
| 1827 | 2026-02-26T16:19:56.210Z | Compiling scopeguard v1.2.0 |
| 1828 | 2026-02-26T16:19:56.607Z | Compiling stable_deref_trait v1.2.0 |
| 1829 | 2026-02-26T16:19:56.752Z | Compiling slab v0.4.9 |
| 1830 | 2026-02-26T16:19:56.906Z | Compiling allocator-api2 v0.2.21 |
| 1831 | 2026-02-26T16:19:56.961Z | Compiling equivalent v1.0.2 |
| 1832 | 2026-02-26T16:19:57.095Z | Compiling critical-section v1.1.3 |
| 1833 | 2026-02-26T16:19:57.119Z | Compiling semver v1.0.27 |
| 1834 | 2026-02-26T16:19:57.144Z | Compiling subtle v2.6.1 |
| 1835 | 2026-02-26T16:19:57.552Z | Compiling schemars v0.8.22 |
| 1836 | 2026-02-26T16:19:57.577Z | Compiling writeable v0.5.5 |
| 1837 | 2026-02-26T16:19:57.679Z | Compiling litemap v0.7.3 |
| 1838 | 2026-02-26T16:19:57.786Z | Compiling foldhash v0.2.0 |
| 1839 | 2026-02-26T16:19:58.091Z | Compiling hashbrown v0.16.1 |
| 1840 | 2026-02-26T16:19:58.116Z | Compiling rand_core v0.6.4 |
| 1841 | 2026-02-26T16:19:58.440Z | Compiling once_cell v1.21.3 |
| 1842 | 2026-02-26T16:19:58.897Z | Compiling byteorder v1.5.0 |
| 1843 | 2026-02-26T16:19:58.956Z | Compiling percent-encoding v2.3.2 |
| 1844 | 2026-02-26T16:19:59.009Z | Compiling pin-project-lite v0.2.14 |
| 1845 | 2026-02-26T16:19:59.648Z | Compiling icu_locid_transform_data v1.5.0 |
| 1846 | 2026-02-26T16:19:59.955Z | Compiling icu_properties_data v1.5.0 |
| 1847 | 2026-02-26T16:20:00.004Z | Compiling fnv v1.0.7 |
| 1848 | 2026-02-26T16:20:00.237Z | Compiling utf8_iter v1.0.4 |
| 1849 | 2026-02-26T16:20:00.349Z | Compiling synstructure v0.13.1 |
| 1850 | 2026-02-26T16:20:00.373Z | Compiling serde_derive_internals v0.29.1 |
| 1851 | 2026-02-26T16:20:00.443Z | Compiling write16 v1.0.0 |
| 1852 | 2026-02-26T16:20:00.533Z | Compiling icu_normalizer_data v1.5.0 |
| 1853 | 2026-02-26T16:20:00.608Z | Compiling utf16_iter v1.0.5 |
| 1854 | 2026-02-26T16:20:00.860Z | Compiling ring v0.17.14 |
| 1855 | 2026-02-26T16:20:01.115Z | Compiling cmake v0.1.57 |
| 1856 | 2026-02-26T16:20:01.466Z | Compiling signal-hook-registry v1.4.2 |
| 1857 | 2026-02-26T16:20:01.561Z | Compiling dunce v1.0.5 |
| 1858 | 2026-02-26T16:20:01.686Z | Compiling fs_extra v1.3.0 |
| 1859 | 2026-02-26T16:20:01.734Z | Compiling parking_lot v0.12.3 |
| 1860 | 2026-02-26T16:20:01.784Z | Compiling mio v1.0.2 |
| 1861 | 2026-02-26T16:20:01.981Z | Compiling heck v0.5.0 |
| 1862 | 2026-02-26T16:20:02.176Z | Compiling aws-lc-sys v0.37.1 |
| 1863 | 2026-02-26T16:20:02.504Z | Compiling form_urlencoded v1.2.2 |
| 1864 | 2026-02-26T16:20:02.785Z | Compiling socket2 v0.6.1 |
| 1865 | 2026-02-26T16:20:03.072Z | Compiling indexmap v2.13.0 |
| 1866 | 2026-02-26T16:20:03.232Z | Compiling serde_derive v1.0.228 |
| 1867 | 2026-02-26T16:20:03.280Z | Compiling zeroize_derive v1.4.2 |
| 1868 | 2026-02-26T16:20:03.339Z | Compiling zerofrom-derive v0.1.4 |
| 1869 | 2026-02-26T16:20:03.475Z | Compiling yoke-derive v0.7.4 |
| 1870 | 2026-02-26T16:20:03.519Z | Compiling zerovec-derive v0.10.3 |
| 1871 | 2026-02-26T16:20:03.907Z | Compiling displaydoc v0.2.5 |
| 1872 | 2026-02-26T16:20:04.228Z | Compiling icu_provider_macros v1.5.0 |
| 1873 | 2026-02-26T16:20:04.252Z | Compiling zeroize v1.8.1 |
| 1874 | 2026-02-26T16:20:04.365Z | Compiling tokio-macros v2.6.0 |
| 1875 | 2026-02-26T16:20:04.956Z | Compiling thiserror-impl v2.0.18 |
| 1876 | 2026-02-26T16:20:04.995Z | Compiling zerocopy-derive v0.7.35 |
| 1877 | 2026-02-26T16:20:05.021Z | Compiling futures-macro v0.3.31 |
| 1878 | 2026-02-26T16:20:05.189Z | Compiling schemars_derive v0.8.22 |
| 1879 | 2026-02-26T16:20:05.498Z | Compiling zerofrom v0.1.4 |
| 1880 | 2026-02-26T16:20:05.744Z | Compiling yoke v0.7.4 |
| 1881 | 2026-02-26T16:20:06.120Z | Compiling zerovec v0.10.4 |
| 1882 | 2026-02-26T16:20:06.416Z | Compiling crypto-common v0.1.6 |
| 1883 | 2026-02-26T16:20:06.471Z | Compiling tracing-attributes v0.1.27 |
| 1884 | 2026-02-26T16:20:06.648Z | Compiling const-oid v0.9.6 |
| 1885 | 2026-02-26T16:20:07.350Z | Compiling rustversion v1.0.22 |
| 1886 | 2026-02-26T16:20:07.841Z | Compiling tinystr v0.7.6 |
| 1887 | 2026-02-26T16:20:07.980Z | Compiling icu_collections v1.5.0 |
| 1888 | 2026-02-26T16:20:08.210Z | Compiling icu_locid v1.5.0 |
| 1889 | 2026-02-26T16:20:08.872Z | Compiling aws-lc-rs v1.16.0 |
| 1890 | 2026-02-26T16:20:09.295Z | Compiling icu_provider v1.5.0 |
| 1891 | 2026-02-26T16:20:09.497Z | Compiling bytes v1.11.1 |
| 1892 | 2026-02-26T16:20:09.774Z | Compiling bitflags v2.9.4 |
| 1893 | 2026-02-26T16:20:10.072Z | Compiling icu_locid_transform v1.5.0 |
| 1894 | 2026-02-26T16:20:10.423Z | Compiling zerocopy v0.8.27 |
| 1895 | 2026-02-26T16:20:10.647Z | Compiling tokio v1.49.0 |
| 1896 | 2026-02-26T16:20:11.131Z | Compiling futures-core v0.3.32 |
| 1897 | 2026-02-26T16:20:11.212Z | Compiling icu_properties v1.5.1 |
| 1898 | 2026-02-26T16:20:11.353Z | Compiling block-buffer v0.10.4 |
| 1899 | 2026-02-26T16:20:11.386Z | Compiling der_derive v0.7.3 |
| 1900 | 2026-02-26T16:20:11.640Z | Compiling vcpkg v0.2.15 |
| 1901 | 2026-02-26T16:20:11.664Z | Compiling httparse v1.9.5 |
| 1902 | 2026-02-26T16:20:12.710Z | Compiling thiserror v1.0.69 |
| 1903 | 2026-02-26T16:20:12.982Z | Compiling openssl-sys v0.9.109 |
| 1904 | 2026-02-26T16:20:13.127Z | Compiling digest v0.10.7 |
| 1905 | 2026-02-26T16:20:13.482Z | Compiling zerocopy-derive v0.8.27 |
| 1906 | 2026-02-26T16:20:13.758Z | Compiling regex-syntax v0.8.5 |
| 1907 | 2026-02-26T16:20:13.812Z | Compiling strsim v0.11.1 |
| 1908 | 2026-02-26T16:20:14.316Z | Compiling icu_normalizer v1.5.0 |
| 1909 | 2026-02-26T16:20:14.588Z | Compiling zerocopy v0.7.35 |
| 1910 | 2026-02-26T16:20:15.121Z | Compiling idna_adapter v1.2.0 |
| 1911 | 2026-02-26T16:20:15.338Z | Compiling idna v1.0.3 |
| 1912 | 2026-02-26T16:20:15.542Z | Compiling thiserror-impl v1.0.69 |
| 1913 | 2026-02-26T16:20:15.927Z | Compiling ucd-trie v0.1.7 |
| 1914 | 2026-02-26T16:20:16.338Z | Compiling iana-time-zone v0.1.63 |
| 1915 | 2026-02-26T16:20:16.338Z | Compiling pest v2.8.2 |
| 1916 | 2026-02-26T16:20:16.637Z | Compiling chrono v0.4.43 |
| 1917 | 2026-02-26T16:20:16.957Z | Compiling url v2.5.4 |
| 1918 | 2026-02-26T16:20:17.957Z | Compiling serde_tokenstream v0.2.3 |
| 1919 | 2026-02-26T16:20:18.461Z | Compiling uuid v1.19.0 |
| 1920 | 2026-02-26T16:20:18.852Z | Compiling ident_case v1.0.1 |
| 1921 | 2026-02-26T16:20:19.045Z | Compiling pest_meta v2.8.2 |
| 1922 | 2026-02-26T16:20:21.007Z | Compiling futures-sink v0.3.31 |
| 1923 | 2026-02-26T16:20:21.165Z | Compiling rustls v0.23.37 |
| 1924 | 2026-02-26T16:20:21.199Z | Compiling rustix v1.1.3 |
| 1925 | 2026-02-26T16:20:21.366Z | Compiling futures-channel v0.3.31 |
| 1926 | 2026-02-26T16:20:21.582Z | Compiling pest_generator v2.8.2 |
| 1927 | 2026-02-26T16:20:21.759Z | Compiling aho-corasick v1.1.3 |
| 1928 | 2026-02-26T16:20:21.827Z | Compiling futures-task v0.3.31 |
| 1929 | 2026-02-26T16:20:21.852Z | Compiling pin-utils v0.1.0 |
| 1930 | 2026-02-26T16:20:21.961Z | Compiling futures-io v0.3.31 |
| 1931 | 2026-02-26T16:20:22.084Z | Compiling syn v1.0.109 |
| 1932 | 2026-02-26T16:20:22.278Z | Compiling futures-util v0.3.31 |
| 1933 | 2026-02-26T16:20:22.769Z | Compiling pest_derive v2.8.2 |
| 1934 | 2026-02-26T16:20:23.338Z | Compiling rustc_version v0.4.1 |
| 1935 | 2026-02-26T16:20:23.387Z | Compiling regex-automata v0.4.14 |
| 1936 | 2026-02-26T16:20:23.817Z | Compiling openssl v0.10.73 |
| 1937 | 2026-02-26T16:20:24.172Z | Compiling dyn-clone v1.0.20 |
| 1938 | 2026-02-26T16:20:24.418Z | Compiling cpufeatures v0.2.14 |
| 1939 | 2026-02-26T16:20:24.681Z | Compiling hmac v0.12.1 |
| 1940 | 2026-02-26T16:20:24.912Z | Compiling rustix v0.38.37 |
| 1941 | 2026-02-26T16:20:24.946Z | Compiling plain v0.2.3 |
| 1942 | 2026-02-26T16:20:25.417Z | Compiling block-padding v0.3.3 |
| 1943 | 2026-02-26T16:20:25.667Z | Compiling rustls-pki-types v1.14.0 |
| 1944 | 2026-02-26T16:20:27.233Z | Compiling openssl-macros v0.1.1 |
| 1945 | 2026-02-26T16:20:27.791Z | Compiling native-tls v0.2.12 |
| 1946 | 2026-02-26T16:20:28.137Z | Compiling regex v1.12.3 |
| 1947 | 2026-02-26T16:20:28.172Z | Compiling crossbeam-utils v0.8.21 |
| 1948 | 2026-02-26T16:20:29.077Z | Compiling inout v0.1.3 |
| 1949 | 2026-02-26T16:20:29.321Z | Compiling ppv-lite86 v0.2.20 |
| 1950 | 2026-02-26T16:20:30.053Z | Compiling http v1.4.0 |
| 1951 | 2026-02-26T16:20:30.739Z | Compiling errno v0.3.12 |
| 1952 | 2026-02-26T16:20:31.227Z | Compiling num-conv v0.2.0 |
| 1953 | 2026-02-26T16:20:31.760Z | Compiling time-core v0.1.8 |
| 1954 | 2026-02-26T16:20:31.870Z | Compiling foldhash v0.1.5 |
| 1955 | 2026-02-26T16:20:32.035Z | Compiling pretty-hex v0.4.1 |
| 1956 | 2026-02-26T16:20:32.135Z | Compiling hashbrown v0.15.4 |
| 1957 | 2026-02-26T16:20:32.267Z | Compiling time-macros v0.2.27 |
| 1958 | 2026-02-26T16:20:32.428Z | Compiling cipher v0.4.4 |
| 1959 | 2026-02-26T16:20:32.814Z | Compiling sha2 v0.10.9 |
| 1960 | 2026-02-26T16:20:33.402Z | Compiling scroll_derive v0.12.0 |
| 1961 | 2026-02-26T16:20:33.658Z | Compiling scroll_derive v0.13.1 |
| 1962 | 2026-02-26T16:20:33.818Z | Compiling tracing-core v0.1.32 |
| 1963 | 2026-02-26T16:20:34.056Z | Compiling untrusted v0.9.0 |
| 1964 | 2026-02-26T16:20:34.280Z | Compiling anyhow v1.0.99 |
| 1965 | 2026-02-26T16:20:34.396Z | Compiling base64ct v1.6.0 |
| 1966 | 2026-02-26T16:20:34.761Z | Compiling tracing v0.1.40 |
| 1967 | 2026-02-26T16:20:34.902Z | Compiling pem-rfc7468 v0.7.0 |
| 1968 | 2026-02-26T16:20:34.926Z | Compiling darling_core v0.21.0 |
| 1969 | 2026-02-26T16:20:35.043Z | Compiling slog v2.8.2 |
| 1970 | 2026-02-26T16:20:35.351Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1971 | 2026-02-26T16:20:35.404Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1972 | 2026-02-26T16:20:35.463Z | Compiling spin v0.9.8 |
| 1973 | 2026-02-26T16:20:35.836Z | Compiling base64 v0.22.1 |
| 1974 | 2026-02-26T16:20:35.887Z | Compiling flagset v0.4.6 |
| 1975 | 2026-02-26T16:20:36.003Z | Compiling tokio-util v0.7.15 |
| 1976 | 2026-02-26T16:20:36.123Z | Compiling der v0.7.10 |
| 1977 | 2026-02-26T16:20:37.145Z | Compiling toml_datetime v0.6.11 |
| 1978 | 2026-02-26T16:20:37.274Z | Compiling serde_spanned v0.6.9 |
| 1979 | 2026-02-26T16:20:37.515Z | Compiling rand_core v0.9.3 |
| 1980 | 2026-02-26T16:20:37.879Z | Compiling salsa20 v0.10.2 |
| 1981 | 2026-02-26T16:20:38.105Z | Compiling spki v0.7.3 |
| 1982 | 2026-02-26T16:20:38.454Z | Compiling http-body v1.0.1 |
| 1983 | 2026-02-26T16:20:38.583Z | Compiling pbkdf2 v0.12.2 |
| 1984 | 2026-02-26T16:20:39.177Z | Compiling atomic-waker v1.1.2 |
| 1985 | 2026-02-26T16:20:39.383Z | Compiling camino v1.2.2 |
| 1986 | 2026-02-26T16:20:39.447Z | Compiling darling_macro v0.21.0 |
| 1987 | 2026-02-26T16:20:39.875Z | Compiling winnow v0.5.40 |
| 1988 | 2026-02-26T16:20:39.950Z | Compiling either v1.15.0 |
| 1989 | 2026-02-26T16:20:40.137Z | Compiling darling v0.21.0 |
| 1990 | 2026-02-26T16:20:41.038Z | Compiling scrypt v0.11.0 |
| 1991 | 2026-02-26T16:20:41.495Z | Compiling rand_chacha v0.9.0 |
| 1992 | 2026-02-26T16:20:42.188Z | Compiling cbc v0.1.2 |
| 1993 | 2026-02-26T16:20:42.400Z | Compiling aes v0.8.4 |
| 1994 | 2026-02-26T16:20:42.775Z | Compiling toml_edit v0.19.15 |
| 1995 | 2026-02-26T16:20:45.581Z | Compiling usdt-impl v0.5.0 |
| 1996 | 2026-02-26T16:20:45.645Z | Compiling cookie v0.18.1 |
| 1997 | 2026-02-26T16:20:46.012Z | Compiling tower-layer v0.3.3 |
| 1998 | 2026-02-26T16:20:46.036Z | Compiling ref-cast v1.0.25 |
| 1999 | 2026-02-26T16:20:46.146Z | Compiling tower-service v0.3.3 |
| 2000 | 2026-02-26T16:20:46.320Z | Compiling usdt-impl v0.6.0 |
| 2001 | 2026-02-26T16:20:46.473Z | Compiling try-lock v0.2.5 |
| 2002 | 2026-02-26T16:20:46.587Z | Compiling untrusted v0.7.1 |
| 2003 | 2026-02-26T16:20:46.683Z | Compiling openssl-probe v0.1.5 |
| 2004 | 2026-02-26T16:20:46.716Z | Compiling paste v1.0.15 |
| 2005 | 2026-02-26T16:20:46.826Z | Compiling want v0.3.1 |
| 2006 | 2026-02-26T16:20:47.848Z | Compiling pkcs5 v0.7.1 |
| 2007 | 2026-02-26T16:20:47.900Z | Compiling rand v0.9.2 |
| 2008 | 2026-02-26T16:20:48.696Z | Compiling h2 v0.4.6 |
| 2009 | 2026-02-26T16:20:48.806Z | Compiling scroll v0.13.0 |
| 2010 | 2026-02-26T16:20:49.035Z | Compiling scroll v0.12.0 |
| 2011 | 2026-02-26T16:20:49.305Z | Compiling heapless v0.7.17 |
| 2012 | 2026-02-26T16:20:49.535Z | Compiling ipnet v2.11.0 |
| 2013 | 2026-02-26T16:20:49.711Z | Compiling adler2 v2.0.0 |
| 2014 | 2026-02-26T16:20:49.929Z | Compiling zstd-safe v7.2.3 |
| 2015 | 2026-02-26T16:20:50.059Z | Compiling cfg_aliases v0.2.1 |
| 2016 | 2026-02-26T16:20:50.184Z | Compiling signal-hook v0.3.18 |
| 2017 | 2026-02-26T16:20:50.266Z | Compiling httpdate v1.0.3 |
| 2018 | 2026-02-26T16:20:51.701Z | Compiling miniz_oxide v0.8.5 |
| 2019 | 2026-02-26T16:20:52.978Z | Compiling goblin v0.8.2 |
| 2020 | 2026-02-26T16:20:53.079Z | Compiling goblin v0.10.2 |
| 2021 | 2026-02-26T16:20:53.406Z | Compiling pkcs8 v0.10.2 |
| 2022 | 2026-02-26T16:20:54.817Z | Compiling ipnetwork v0.21.1 |
| 2023 | 2026-02-26T16:20:55.656Z | Compiling darling_core v0.20.10 |
| 2024 | 2026-02-26T16:20:58.076Z | Compiling hyper v1.8.1 |
| 2025 | 2026-02-26T16:20:59.917Z | Compiling ref-cast-impl v1.0.25 |
| 2026 | 2026-02-26T16:20:59.948Z | Compiling memoffset v0.9.1 |
| 2027 | 2026-02-26T16:21:00.319Z | Compiling ryu v1.0.18 |
| 2028 | 2026-02-26T16:21:00.853Z | Compiling tinyvec_macros v0.1.1 |
| 2029 | 2026-02-26T16:21:01.692Z | Compiling tinyvec v1.8.0 |
| 2030 | 2026-02-26T16:21:02.909Z | Compiling hyper-util v0.1.19 |
| 2031 | 2026-02-26T16:21:05.881Z | Compiling darling_macro v0.20.10 |
| 2032 | 2026-02-26T16:21:06.245Z | Compiling dof v0.4.0 |
| 2033 | 2026-02-26T16:21:06.646Z | Compiling dof v0.3.0 |
| 2034 | 2026-02-26T16:21:07.951Z | Compiling dtrace-parser v0.2.0 |
| 2035 | 2026-02-26T16:21:09.043Z | Compiling lazy_static v1.5.0 |
| 2036 | 2026-02-26T16:21:09.205Z | Compiling curve25519-dalek v4.1.3 |
| 2037 | 2026-02-26T16:21:09.230Z | Compiling dtrace-parser v0.3.0 |
| 2038 | 2026-02-26T16:21:09.601Z | Compiling daft-derive v0.1.4 |
| 2039 | 2026-02-26T16:21:09.625Z | Compiling async-trait v0.1.89 |
| 2040 | 2026-02-26T16:21:09.940Z | Compiling thread-id v4.2.2 |
| 2041 | 2026-02-26T16:21:10.077Z | Compiling thread-id v5.0.0 |
| 2042 | 2026-02-26T16:21:10.222Z | Compiling fastrand v2.1.1 |
| 2043 | 2026-02-26T16:21:10.510Z | Compiling foreign-types-shared v0.1.1 |
| 2044 | 2026-02-26T16:21:10.563Z | Compiling litrs v0.4.1 |
| 2045 | 2026-02-26T16:21:10.662Z | Compiling smoltcp v0.9.1 |
| 2046 | 2026-02-26T16:21:11.217Z | Compiling num-bigint-dig v0.8.6 |
| 2047 | 2026-02-26T16:21:11.241Z | Compiling tempfile v3.24.0 |
| 2048 | 2026-02-26T16:21:11.286Z | Compiling foreign-types v0.3.2 |
| 2049 | 2026-02-26T16:21:11.495Z | Compiling document-features v0.2.11 |
| 2050 | 2026-02-26T16:21:12.629Z | Compiling darling v0.20.10 |
| 2051 | 2026-02-26T16:21:14.301Z | Compiling rustls-native-certs v0.8.1 |
| 2052 | 2026-02-26T16:21:14.426Z | Compiling http-body-util v0.1.3 |
| 2053 | 2026-02-26T16:21:15.099Z | Compiling sync_wrapper v1.0.1 |
| 2054 | 2026-02-26T16:21:15.278Z | Compiling strum_macros v0.26.4 |
| 2055 | 2026-02-26T16:21:15.718Z | Compiling wait-timeout v0.2.0 |
| 2056 | 2026-02-26T16:21:16.061Z | Compiling quick-error v1.2.3 |
| 2057 | 2026-02-26T16:21:16.127Z | Compiling bit-vec v0.8.0 |
| 2058 | 2026-02-26T16:21:16.226Z | Compiling gimli v0.31.1 |
| 2059 | 2026-02-26T16:21:17.094Z | Compiling powerfmt v0.2.0 |
| 2060 | 2026-02-26T16:21:17.568Z | Compiling utf8parse v0.2.2 |
| 2061 | 2026-02-26T16:21:17.754Z | Compiling anstyle v1.0.11 |
| 2062 | 2026-02-26T16:21:18.163Z | Compiling anstyle-parse v0.2.5 |
| 2063 | 2026-02-26T16:21:18.446Z | Compiling deranged v0.5.3 |
| 2064 | 2026-02-26T16:21:20.625Z | Compiling addr2line v0.24.2 |
| 2065 | 2026-02-26T16:21:21.065Z | Compiling serde_urlencoded v0.7.1 |
| 2066 | 2026-02-26T16:21:21.683Z | Compiling bit-set v0.8.0 |
| 2067 | 2026-02-26T16:21:21.968Z | Compiling rusty-fork v0.3.0 |
| 2068 | 2026-02-26T16:21:22.020Z | Compiling tower v0.5.2 |
| 2069 | 2026-02-26T16:21:25.745Z | Compiling derive_builder_core v0.20.2 |
| 2070 | 2026-02-26T16:21:26.751Z | Compiling unicode-normalization v0.1.24 |
| 2071 | 2026-02-26T16:21:27.594Z | Compiling nix v0.29.0 |
| 2072 | 2026-02-26T16:21:28.506Z | Compiling rand_xorshift v0.4.0 |
| 2073 | 2026-02-26T16:21:28.733Z | Compiling hubpack_derive v0.1.1 |
| 2074 | 2026-02-26T16:21:28.758Z | Compiling webpki-roots v1.0.1 |
| 2075 | 2026-02-26T16:21:29.154Z | Compiling signature v2.2.0 |
| 2076 | 2026-02-26T16:21:29.301Z | Compiling openapiv3 v2.2.0 |
| 2077 | 2026-02-26T16:21:29.393Z | Compiling erased-serde v0.3.31 |
| 2078 | 2026-02-26T16:21:29.455Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2079 | 2026-02-26T16:21:29.765Z | Compiling strum_macros v0.27.2 |
| 2080 | 2026-02-26T16:21:30.830Z | Compiling object v0.36.5 |
| 2081 | 2026-02-26T16:21:33.389Z | Compiling ahash v0.8.12 |
| 2082 | 2026-02-26T16:21:33.730Z | Compiling fs-err v3.1.1 |
| 2083 | 2026-02-26T16:21:34.026Z | Compiling crc32fast v1.4.2 |
| 2084 | 2026-02-26T16:21:34.334Z | Compiling num_threads v0.1.7 |
| 2085 | 2026-02-26T16:21:34.467Z | Compiling unicode-segmentation v1.12.0 |
| 2086 | 2026-02-26T16:21:35.158Z | Compiling is_terminal_polyfill v1.70.1 |
| 2087 | 2026-02-26T16:21:35.481Z | Compiling unarray v0.1.4 |
| 2088 | 2026-02-26T16:21:35.676Z | Compiling rustc-demangle v0.1.24 |
| 2089 | 2026-02-26T16:21:36.772Z | Compiling zlib-rs v0.5.1 |
| 2090 | 2026-02-26T16:21:37.667Z | Compiling colorchoice v1.0.2 |
| 2091 | 2026-02-26T16:21:37.846Z | Compiling buf-list v1.0.3 |
| 2092 | 2026-02-26T16:21:38.657Z | Compiling unicode-properties v0.1.3 |
| 2093 | 2026-02-26T16:21:38.683Z | Compiling unicode-bidi v0.3.17 |
| 2094 | 2026-02-26T16:21:38.775Z | Compiling siphasher v0.3.11 |
| 2095 | 2026-02-26T16:21:39.083Z | Compiling anstyle-query v1.1.1 |
| 2096 | 2026-02-26T16:21:39.107Z | Compiling iri-string v0.7.8 |
| 2097 | 2026-02-26T16:21:39.133Z | Compiling phf_shared v0.11.2 |
| 2098 | 2026-02-26T16:21:39.259Z | Compiling anstream v0.6.18 |
| 2099 | 2026-02-26T16:21:39.472Z | Compiling stringprep v0.1.5 |
| 2100 | 2026-02-26T16:21:39.693Z | Compiling time v0.3.47 |
| 2101 | 2026-02-26T16:21:39.803Z | Compiling backtrace v0.3.74 |
| 2102 | 2026-02-26T16:21:41.386Z | Compiling libz-rs-sys v0.5.1 |
| 2103 | 2026-02-26T16:21:41.689Z | Compiling proptest v1.7.0 |
| 2104 | 2026-02-26T16:21:44.459Z | Compiling tower-http v0.6.8 |
| 2105 | 2026-02-26T16:21:48.131Z | Compiling derive_builder_macro v0.20.2 |
| 2106 | 2026-02-26T16:21:48.687Z | Compiling usdt-macro v0.6.0 |
| 2107 | 2026-02-26T16:21:48.874Z | Compiling usdt-attr-macro v0.6.0 |
| 2108 | 2026-02-26T16:21:49.194Z | Compiling oxnet v0.1.4 |
| 2109 | 2026-02-26T16:21:50.499Z | Compiling rand_chacha v0.3.1 |
| 2110 | 2026-02-26T16:21:50.750Z | Compiling md-5 v0.10.6 |
| 2111 | 2026-02-26T16:21:51.032Z | Compiling vergen-lib v0.1.6 |
| 2112 | 2026-02-26T16:21:51.337Z | Compiling num-integer v0.1.46 |
| 2113 | 2026-02-26T16:21:51.361Z | Compiling ff v0.13.0 |
| 2114 | 2026-02-26T16:21:51.447Z | Compiling hash32 v0.2.1 |
| 2115 | 2026-02-26T16:21:51.665Z | Compiling encoding_rs v0.8.34 |
| 2116 | 2026-02-26T16:21:51.824Z | Compiling base16ct v0.2.0 |
| 2117 | 2026-02-26T16:21:52.030Z | Compiling mime v0.3.17 |
| 2118 | 2026-02-26T16:21:52.295Z | Compiling psl-types v2.0.11 |
| 2119 | 2026-02-26T16:21:52.512Z | Compiling fallible-iterator v0.2.0 |
| 2120 | 2026-02-26T16:21:52.917Z | Compiling publicsuffix v2.3.0 |
| 2121 | 2026-02-26T16:21:52.958Z | Compiling sec1 v0.7.3 |
| 2122 | 2026-02-26T16:21:53.158Z | Compiling postgres-protocol v0.6.8 |
| 2123 | 2026-02-26T16:21:53.229Z | Compiling num-iter v0.1.45 |
| 2124 | 2026-02-26T16:21:53.474Z | Compiling group v0.13.0 |
| 2125 | 2026-02-26T16:21:54.103Z | Compiling rand v0.8.5 |
| 2126 | 2026-02-26T16:21:54.378Z | Compiling rustls-webpki v0.103.9 |
| 2127 | 2026-02-26T16:21:56.341Z | Compiling derive_builder v0.20.2 |
| 2128 | 2026-02-26T16:21:56.568Z | Compiling tokio-native-tls v0.3.1 |
| 2129 | 2026-02-26T16:21:56.916Z | Compiling newtype-uuid v1.3.2 |
| 2130 | 2026-02-26T16:21:56.940Z | Compiling flate2 v1.1.2 |
| 2131 | 2026-02-26T16:21:57.189Z | Compiling heck v0.4.1 |
| 2132 | 2026-02-26T16:21:57.477Z | Compiling terminal_size v0.4.0 |
| 2133 | 2026-02-26T16:21:57.868Z | Compiling serde_with_macros v3.16.1 |
| 2134 | 2026-02-26T16:21:57.979Z | Compiling hkdf v0.12.4 |
| 2135 | 2026-02-26T16:21:58.186Z | Compiling vergen v9.0.6 |
| 2136 | 2026-02-26T16:21:58.235Z | Compiling cargo-platform v0.1.8 |
| 2137 | 2026-02-26T16:21:58.811Z | Compiling crypto-bigint v0.5.5 |
| 2138 | 2026-02-26T16:21:58.866Z | Compiling clap_derive v4.5.47 |
| 2139 | 2026-02-26T16:21:59.412Z | Compiling enum-as-inner v0.6.1 |
| 2140 | 2026-02-26T16:21:59.763Z | Compiling serde_repr v0.1.19 |
| 2141 | 2026-02-26T16:22:00.610Z | Compiling managed v0.8.0 |
| 2142 | 2026-02-26T16:22:00.687Z | Compiling bitflags v1.3.2 |
| 2143 | 2026-02-26T16:22:00.829Z | Compiling clap_lex v0.7.4 |
| 2144 | 2026-02-26T16:22:01.169Z | Compiling winnow v0.7.14 |
| 2145 | 2026-02-26T16:22:01.225Z | Compiling simd-adler32 v0.3.7 |
| 2146 | 2026-02-26T16:22:01.740Z | Compiling lockfree-object-pool v0.1.6 |
| 2147 | 2026-02-26T16:22:02.168Z | Compiling tokio-rustls v0.26.0 |
| 2148 | 2026-02-26T16:22:02.262Z | Compiling bumpalo v3.16.0 |
| 2149 | 2026-02-26T16:22:02.624Z | Compiling hyper-rustls v0.27.7 |
| 2150 | 2026-02-26T16:22:02.684Z | Compiling zopfli v0.8.1 |
| 2151 | 2026-02-26T16:22:03.180Z | Compiling rustls-platform-verifier v0.6.2 |
| 2152 | 2026-02-26T16:22:03.903Z | Compiling elliptic-curve v0.13.8 |
| 2153 | 2026-02-26T16:22:03.976Z | Compiling clap_builder v4.5.48 |
| 2154 | 2026-02-26T16:22:04.091Z | Compiling cargo_metadata v0.19.2 |
| 2155 | 2026-02-26T16:22:05.597Z | Compiling daft v0.1.4 |
| 2156 | 2026-02-26T16:22:06.226Z | Compiling hyper-tls v0.6.0 |
| 2157 | 2026-02-26T16:22:06.250Z | Compiling zstd v0.13.3 |
| 2158 | 2026-02-26T16:22:06.957Z | Compiling cookie_store v0.22.1 |
| 2159 | 2026-02-26T16:22:07.133Z | Compiling signal-hook-mio v0.2.4 |
| 2160 | 2026-02-26T16:22:07.327Z | Compiling postgres-types v0.2.9 |
| 2161 | 2026-02-26T16:22:07.469Z | Compiling phf v0.11.2 |
| 2162 | 2026-02-26T16:22:07.827Z | Compiling strum v0.27.2 |
| 2163 | 2026-02-26T16:22:07.851Z | Compiling hubpack v0.1.2 |
| 2164 | 2026-02-26T16:22:08.029Z | Compiling ed25519 v2.2.3 |
| 2165 | 2026-02-26T16:22:08.136Z | Compiling bzip2 v0.5.2 |
| 2166 | 2026-02-26T16:22:08.161Z | Compiling bzip2 v0.4.4 |
| 2167 | 2026-02-26T16:22:08.254Z | Compiling crossbeam-epoch v0.9.18 |
| 2168 | 2026-02-26T16:22:08.378Z | Compiling pkcs1 v0.7.5 |
| 2169 | 2026-02-26T16:22:08.764Z | Compiling bstr v1.10.0 |
| 2170 | 2026-02-26T16:22:09.126Z | Compiling rfc6979 v0.4.0 |
| 2171 | 2026-02-26T16:22:09.207Z | Compiling hex v0.4.3 |
| 2172 | 2026-02-26T16:22:09.359Z | Compiling serde-big-array v0.5.1 |
| 2173 | 2026-02-26T16:22:09.462Z | Compiling float-cmp v0.10.0 |
| 2174 | 2026-02-26T16:22:09.615Z | Compiling regress v0.10.5 |
| 2175 | 2026-02-26T16:22:09.713Z | Compiling env_filter v0.1.2 |
| 2176 | 2026-02-26T16:22:09.754Z | Compiling memmap2 v0.9.8 |
| 2177 | 2026-02-26T16:22:09.885Z | Compiling socket2 v0.5.10 |
| 2178 | 2026-02-26T16:22:10.126Z | Compiling jiff v0.2.15 |
| 2179 | 2026-02-26T16:22:10.187Z | Compiling data-encoding v2.9.0 |
| 2180 | 2026-02-26T16:22:10.288Z | Compiling rustc-hash v2.1.1 |
| 2181 | 2026-02-26T16:22:10.504Z | Compiling normalize-line-endings v0.3.0 |
| 2182 | 2026-02-26T16:22:10.654Z | Compiling precomputed-hash v0.1.1 |
| 2183 | 2026-02-26T16:22:10.679Z | Compiling static_assertions v1.1.0 |
| 2184 | 2026-02-26T16:22:10.822Z | Compiling toml_write v0.1.2 |
| 2185 | 2026-02-26T16:22:10.855Z | Compiling whoami v1.5.2 |
| 2186 | 2026-02-26T16:22:11.375Z | Compiling fixedbitset v0.5.7 |
| 2187 | 2026-02-26T16:22:11.426Z | Compiling predicates-core v1.0.8 |
| 2188 | 2026-02-26T16:22:11.455Z | Compiling fixedbitset v0.4.2 |
| 2189 | 2026-02-26T16:22:11.945Z | Compiling new_debug_unreachable v1.0.6 |
| 2190 | 2026-02-26T16:22:12.075Z | Compiling difflib v0.4.0 |
| 2191 | 2026-02-26T16:22:12.180Z | Compiling keccak v0.1.5 |
| 2192 | 2026-02-26T16:22:12.574Z | Compiling predicates v3.1.3 |
| 2193 | 2026-02-26T16:22:12.693Z | Compiling sha3 v0.10.8 |
| 2194 | 2026-02-26T16:22:13.004Z | Compiling typify-impl v0.4.3 |
| 2195 | 2026-02-26T16:22:13.200Z | Compiling reqwest v0.12.28 |
| 2196 | 2026-02-26T16:22:13.767Z | Compiling string_cache v0.8.9 |
| 2197 | 2026-02-26T16:22:14.011Z | Compiling petgraph v0.8.2 |
| 2198 | 2026-02-26T16:22:14.143Z | Compiling petgraph v0.6.5 |
| 2199 | 2026-02-26T16:22:14.961Z | Compiling toml_edit v0.22.27 |
| 2200 | 2026-02-26T16:22:17.356Z | Compiling zip v4.2.0 |
| 2201 | 2026-02-26T16:22:18.152Z | Compiling tokio-postgres v0.7.13 |
| 2202 | 2026-02-26T16:22:18.918Z | Compiling hickory-proto v0.25.2 |
| 2203 | 2026-02-26T16:22:19.211Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2204 | 2026-02-26T16:22:20.282Z | Compiling iddqd v0.3.16 |
| 2205 | 2026-02-26T16:22:21.824Z | Compiling usdt v0.6.0 |
| 2206 | 2026-02-26T16:22:22.689Z | Compiling env_logger v0.11.8 |
| 2207 | 2026-02-26T16:22:22.794Z | Compiling serde_with v3.16.1 |
| 2208 | 2026-02-26T16:22:23.323Z | Compiling similar v2.7.0 |
| 2209 | 2026-02-26T16:22:23.716Z | Compiling ecdsa v0.16.9 |
| 2210 | 2026-02-26T16:22:25.055Z | Compiling rsa v0.9.8 |
| 2211 | 2026-02-26T16:22:25.960Z | Compiling zip v0.6.6 |
| 2212 | 2026-02-26T16:22:26.334Z | Compiling ed25519-dalek v2.1.1 |
| 2213 | 2026-02-26T16:22:27.046Z | Compiling reqwest v0.13.2 |
| 2214 | 2026-02-26T16:22:27.520Z | Compiling clap v4.5.48 |
| 2215 | 2026-02-26T16:22:27.553Z | Compiling crossterm v0.28.1 |
| 2216 | 2026-02-26T16:22:28.386Z | Compiling strum v0.26.3 |
| 2217 | 2026-02-26T16:22:28.732Z | Compiling toml v0.7.8 |
| 2218 | 2026-02-26T16:22:28.985Z | Compiling tokio-stream v0.1.17 |
| 2219 | 2026-02-26T16:22:29.873Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2220 | 2026-02-26T16:22:29.919Z | Compiling itertools v0.10.5 |
| 2221 | 2026-02-26T16:22:30.327Z | Compiling itertools v0.13.0 |
| 2222 | 2026-02-26T16:22:30.606Z | Compiling x509-cert v0.2.5 |
| 2223 | 2026-02-26T16:22:33.701Z | Compiling sha1 v0.10.6 |
| 2224 | 2026-02-26T16:22:34.104Z | Compiling winnow v0.6.26 |
| 2225 | 2026-02-26T16:22:34.813Z | Compiling lalrpop-util v0.19.12 |
| 2226 | 2026-02-26T16:22:35.138Z | Compiling peg-runtime v0.8.5 |
| 2227 | 2026-02-26T16:22:37.230Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2228 | 2026-02-26T16:22:38.415Z | Compiling typify-macro v0.4.3 |
| 2229 | 2026-02-26T16:22:46.459Z | Compiling rayon-core v1.12.1 |
| 2230 | 2026-02-26T16:22:56.074Z | Compiling proc-macro-crate v1.3.1 |
| 2231 | 2026-02-26T16:22:56.534Z | Compiling itertools v0.14.0 |
| 2232 | 2026-02-26T16:22:57.040Z | Compiling macaddr v1.0.1 |
| 2233 | 2026-02-26T16:22:57.533Z | Compiling structmeta-derive v0.3.0 |
| 2234 | 2026-02-26T16:22:59.846Z | Compiling heapless v0.8.0 |
| 2235 | 2026-02-26T16:23:02.338Z | Compiling structmeta v0.3.0 |
| 2236 | 2026-02-26T16:23:03.194Z | Compiling ingot-macros v0.1.1 |
| 2237 | 2026-02-26T16:23:03.773Z | Compiling num_enum_derive v0.5.11 |
| 2238 | 2026-02-26T16:23:06.696Z | Compiling crossbeam-deque v0.8.5 |
| 2239 | 2026-02-26T16:23:08.102Z | Compiling hash32 v0.3.1 |
| 2240 | 2026-02-26T16:23:08.325Z | Compiling smoltcp v0.11.0 |
| 2241 | 2026-02-26T16:23:08.813Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2242 | 2026-02-26T16:23:09.973Z | Compiling unicode-width v0.1.14 |
| 2243 | 2026-02-26T16:23:10.610Z | Compiling tabwriter v1.4.0 |
| 2244 | 2026-02-26T16:23:11.969Z | Compiling ingot-types v0.1.2 |
| 2245 | 2026-02-26T16:23:16.481Z | Compiling num_enum v0.5.11 |
| 2246 | 2026-02-26T16:23:19.226Z | Compiling typify v0.4.3 |
| 2247 | 2026-02-26T16:23:22.779Z | Compiling proc-macro-error-attr v1.0.4 |
| 2248 | 2026-02-26T16:23:23.186Z | Compiling rustls v0.22.4 |
| 2249 | 2026-02-26T16:23:23.507Z | Compiling unsafe-libyaml v0.2.11 |
| 2250 | 2026-02-26T16:23:23.661Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2251 | 2026-02-26T16:23:24.070Z | Compiling cobs v0.2.3 |
| 2252 | 2026-02-26T16:23:32.197Z | Compiling serde_yaml v0.9.34+deprecated |
| 2253 | 2026-02-26T16:23:35.096Z | Compiling postcard v1.0.10 |
| 2254 | 2026-02-26T16:23:41.548Z | Compiling progenitor-impl v0.11.2 |
| 2255 | 2026-02-26T16:23:44.988Z | Compiling ingot v0.1.1 |
| 2256 | 2026-02-26T16:23:51.497Z | Compiling rustls-webpki v0.102.8 |
| 2257 | 2026-02-26T16:23:51.935Z | Compiling futures-executor v0.3.31 |
| 2258 | 2026-02-26T16:23:52.352Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2259 | 2026-02-26T16:23:52.819Z | Compiling foreign-types-macros v0.2.3 |
| 2260 | 2026-02-26T16:23:52.936Z | Compiling thread_local v1.1.8 |
| 2261 | 2026-02-26T16:23:53.025Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2262 | 2026-02-26T16:23:53.221Z | Compiling proc-macro-error v1.0.4 |
| 2263 | 2026-02-26T16:23:53.353Z | Compiling multer v3.1.0 |
| 2264 | 2026-02-26T16:23:53.574Z | Compiling slog-async v2.8.0 |
| 2265 | 2026-02-26T16:23:53.690Z | Compiling foreign-types-shared v0.3.1 |
| 2266 | 2026-02-26T16:23:53.900Z | Compiling match_cfg v0.1.0 |
| 2267 | 2026-02-26T16:23:53.974Z | Compiling foreign-types v0.5.0 |
| 2268 | 2026-02-26T16:23:54.029Z | Compiling hostname v0.3.1 |
| 2269 | 2026-02-26T16:23:54.313Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2270 | 2026-02-26T16:23:54.373Z | Compiling futures v0.3.31 |
| 2271 | 2026-02-26T16:23:54.517Z | Compiling progenitor-macro v0.11.2 |
| 2272 | 2026-02-26T16:23:56.137Z | Compiling derive-ex v0.1.8 |
| 2273 | 2026-02-26T16:23:57.791Z | Compiling progenitor-client v0.11.2 |
| 2274 | 2026-02-26T16:23:57.927Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 2275 | 2026-02-26T16:23:58.695Z | Compiling slog-json v2.6.1 |
| 2276 | 2026-02-26T16:23:59.122Z | Compiling crossbeam-channel v0.5.15 |
| 2277 | 2026-02-26T16:23:59.235Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2278 | 2026-02-26T16:23:59.882Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2279 | 2026-02-26T16:24:00.451Z | Compiling async-stream-impl v0.3.6 |
| 2280 | 2026-02-26T16:24:00.593Z | Compiling serde_spanned v1.0.4 |
| 2281 | 2026-02-26T16:24:00.697Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2282 | 2026-02-26T16:24:00.869Z | Compiling cstr-argument v0.1.2 |
| 2283 | 2026-02-26T16:24:01.045Z | Compiling is-terminal v0.4.13 |
| 2284 | 2026-02-26T16:24:01.172Z | Compiling dropshot v0.16.7 |
| 2285 | 2026-02-26T16:24:01.222Z | Compiling term v1.1.0 |
| 2286 | 2026-02-26T16:24:01.521Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2287 | 2026-02-26T16:24:01.546Z | Compiling take_mut v0.2.2 |
| 2288 | 2026-02-26T16:24:01.547Z | Compiling pretty-hex v0.2.1 |
| 2289 | 2026-02-26T16:24:01.757Z | Compiling crucible-workspace-hack v0.1.0 |
| 2290 | 2026-02-26T16:24:01.838Z | Compiling typeid v1.0.3 |
| 2291 | 2026-02-26T16:24:01.862Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2292 | 2026-02-26T16:24:02.112Z | Compiling slog-term v2.9.2 |
| 2293 | 2026-02-26T16:24:02.350Z | Compiling toml v0.9.11+spec-1.1.0 |
| 2294 | 2026-02-26T16:24:02.415Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2295 | 2026-02-26T16:24:03.533Z | Compiling progenitor v0.11.2 |
| 2296 | 2026-02-26T16:24:03.747Z | Compiling async-stream v0.3.6 |
| 2297 | 2026-02-26T16:24:04.144Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2298 | 2026-02-26T16:24:04.829Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2299 | 2026-02-26T16:24:04.903Z | Compiling test-strategy v0.4.3 |
| 2300 | 2026-02-26T16:24:04.946Z | Compiling slog-bunyan v2.5.0 |
| 2301 | 2026-02-26T16:24:05.085Z | Compiling tokio-rustls v0.25.0 |
| 2302 | 2026-02-26T16:24:05.554Z | Compiling rayon v1.10.0 |
| 2303 | 2026-02-26T16:24:05.825Z | Compiling parse-display-derive v0.10.0 |
| 2304 | 2026-02-26T16:24:06.429Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2305 | 2026-02-26T16:24:06.687Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2306 | 2026-02-26T16:24:07.534Z | Compiling colored v2.2.0 |
| 2307 | 2026-02-26T16:24:07.705Z | Compiling nix v0.30.1 |
| 2308 | 2026-02-26T16:24:08.366Z | Compiling waitgroup v0.1.2 |
| 2309 | 2026-02-26T16:24:08.605Z | Compiling rustls-pemfile v2.2.0 |
| 2310 | 2026-02-26T16:24:08.630Z | Compiling dropshot_endpoint v0.16.7 |
| 2311 | 2026-02-26T16:24:08.679Z | Compiling newtype-uuid-macros v0.1.0 |
| 2312 | 2026-02-26T16:24:08.945Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2313 | 2026-02-26T16:24:09.101Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2314 | 2026-02-26T16:24:09.512Z | Compiling serde_path_to_error v0.1.20 |
| 2315 | 2026-02-26T16:24:09.578Z | Compiling hostname v0.4.2 |
| 2316 | 2026-02-26T16:24:09.854Z | Compiling instant v0.1.13 |
| 2317 | 2026-02-26T16:24:09.973Z | Compiling colored v3.0.0 |
| 2318 | 2026-02-26T16:24:10.085Z | Compiling debug-ignore v1.0.5 |
| 2319 | 2026-02-26T16:24:10.215Z | Compiling backoff v0.4.0 |
| 2320 | 2026-02-26T16:24:10.291Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2321 | 2026-02-26T16:24:10.370Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2322 | 2026-02-26T16:24:10.511Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2323 | 2026-02-26T16:24:10.650Z | Compiling parse-display v0.10.0 |
| 2324 | 2026-02-26T16:24:11.266Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2325 | 2026-02-26T16:24:12.418Z | Compiling zone_cfg_derive v0.3.0 |
| 2326 | 2026-02-26T16:24:13.458Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2327 | 2026-02-26T16:24:13.615Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2328 | 2026-02-26T16:24:14.393Z | Compiling progenitor-client v0.13.0 |
| 2329 | 2026-02-26T16:24:14.450Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2330 | 2026-02-26T16:24:15.286Z | Compiling camino-tempfile v1.4.1 |
| 2331 | 2026-02-26T16:24:15.467Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2332 | 2026-02-26T16:24:15.881Z | Compiling progenitor-client v0.10.0 |
| 2333 | 2026-02-26T16:24:16.758Z | Compiling itertools v0.12.1 |
| 2334 | 2026-02-26T16:24:17.736Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2335 | 2026-02-26T16:24:18.882Z | Compiling backon v1.6.0 |
| 2336 | 2026-02-26T16:24:19.047Z | Compiling secrecy v0.10.3 |
| 2337 | 2026-02-26T16:24:19.251Z | Compiling num-derive v0.4.2 |
| 2338 | 2026-02-26T16:24:19.338Z | Compiling sigpipe v0.1.3 |
| 2339 | 2026-02-26T16:24:19.362Z | Compiling libefi-sys v0.1.0 |
| 2340 | 2026-02-26T16:24:19.493Z | Compiling glob v0.3.2 |
| 2341 | 2026-02-26T16:24:19.685Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2342 | 2026-02-26T16:24:19.774Z | Compiling zone v0.3.1 |
| 2343 | 2026-02-26T16:24:20.033Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2344 | 2026-02-26T16:24:20.838Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2345 | 2026-02-26T16:24:21.374Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2346 | 2026-02-26T16:24:21.589Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2347 | 2026-02-26T16:24:22.217Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2348 | 2026-02-26T16:24:23.003Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2349 | 2026-02-26T16:24:24.021Z | Compiling erased-serde v0.4.6 |
| 2350 | 2026-02-26T16:24:24.557Z | Compiling usdt-attr-macro v0.5.0 |
| 2351 | 2026-02-26T16:24:25.357Z | Compiling usdt-macro v0.5.0 |
| 2352 | 2026-02-26T16:24:25.815Z | Compiling smf v0.2.3 |
| 2353 | 2026-02-26T16:24:26.551Z | Compiling bitfield-struct v0.6.2 |
| 2354 | 2026-02-26T16:24:26.583Z | Compiling ordered-float v2.10.1 |
| 2355 | 2026-02-26T16:24:27.155Z | Compiling blake3 v1.5.4 |
| 2356 | 2026-02-26T16:24:27.643Z | Compiling memmap v0.7.0 |
| 2357 | 2026-02-26T16:24:28.038Z | Compiling usdt v0.5.0 |
| 2358 | 2026-02-26T16:24:28.120Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2359 | 2026-02-26T16:24:28.256Z | Compiling serde-value v0.7.0 |
| 2360 | 2026-02-26T16:24:28.399Z | Compiling serde-untagged v0.1.7 |
| 2361 | 2026-02-26T16:24:29.108Z | Compiling toml v0.8.23 |
| 2362 | 2026-02-26T16:24:29.139Z | Compiling xattr v1.3.1 |
| 2363 | 2026-02-26T16:24:29.182Z | Compiling filetime v0.2.26 |
| 2364 | 2026-02-26T16:24:29.220Z | Compiling same-file v1.0.6 |
| 2365 | 2026-02-26T16:24:29.472Z | Compiling unicode-width v0.2.0 |
| 2366 | 2026-02-26T16:24:29.516Z | Compiling arrayref v0.3.9 |
| 2367 | 2026-02-26T16:24:29.543Z | Compiling arrayvec v0.7.6 |
| 2368 | 2026-02-26T16:24:29.618Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2369 | 2026-02-26T16:24:29.646Z | Compiling constant_time_eq v0.3.1 |
| 2370 | 2026-02-26T16:24:29.768Z | Compiling unicode-xid v0.2.6 |
| 2371 | 2026-02-26T16:24:29.853Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2372 | 2026-02-26T16:24:30.036Z | Compiling console v0.16.0 |
| 2373 | 2026-02-26T16:24:30.060Z | Compiling walkdir v2.5.0 |
| 2374 | 2026-02-26T16:24:31.184Z | Compiling cargo-util-schemas v0.8.2 |
| 2375 | 2026-02-26T16:24:31.504Z | Compiling tar v0.4.44 |
| 2376 | 2026-02-26T16:24:32.160Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2377 | 2026-02-26T16:24:32.451Z | Compiling tokio-dtrace v0.1.0 |
| 2378 | 2026-02-26T16:24:32.544Z | Compiling gethostname v0.5.0 |
| 2379 | 2026-02-26T16:24:32.779Z | Compiling cargo-platform v0.2.0 |
| 2380 | 2026-02-26T16:24:32.938Z | Compiling topological-sort v0.2.2 |
| 2381 | 2026-02-26T16:24:33.224Z | Compiling unit-prefix v0.5.1 |
| 2382 | 2026-02-26T16:24:33.484Z | Compiling indicatif v0.18.0 |
| 2383 | 2026-02-26T16:24:33.864Z | Compiling cargo_metadata v0.21.0 |
| 2384 | 2026-02-26T16:24:33.888Z | Compiling omicron-zone-package v0.12.2 |
| 2385 | 2026-02-26T16:24:35.254Z | Compiling oxide-tokio-rt v0.1.2 |
| 2386 | 2026-02-26T16:24:36.131Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2387 | 2026-02-26T16:24:36.382Z | Compiling indent_write v2.2.0 |
| 2388 | 2026-02-26T16:24:36.464Z | Compiling shell-words v1.1.0 |
| 2389 | 2026-02-26T16:24:41.373Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2390 | 2026-02-26T16:24:42.352Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2391 | 2026-02-26T16:24:44.913Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2392 | 2026-02-26T16:25:03.742Z | Finished `release` profile [optimized] target(s) in 5m 13s |
| 2393 | 2026-02-26T16:25:03.904Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2394 | 2026-02-26T16:25:03.980Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2395 | 2026-02-26T16:25:04.005Z | Created new build target 'test' and set it as active |
| 2396 | 2026-02-26T16:25:04.005Z | |
| 2397 | 2026-02-26T16:25:04.005Z | real 5:13.982146836 |
| 2398 | 2026-02-26T16:25:04.005Z | user 34:31.437351005 |
| 2399 | 2026-02-26T16:25:04.005Z | sys 3:50.702320932 |
| 2400 | 2026-02-26T16:25:04.005Z | trap 1.261291328 |
| 2401 | 2026-02-26T16:25:04.005Z | tflt 1.023260232 |
| 2402 | 2026-02-26T16:25:04.005Z | dflt 0.714670024 |
| 2403 | 2026-02-26T16:25:04.005Z | kflt 0.000446484 |
| 2404 | 2026-02-26T16:25:04.005Z | lock 1:40:05.921006753 |
| 2405 | 2026-02-26T16:25:04.005Z | slp 2:15:30.181673778 |
| 2406 | 2026-02-26T16:25:04.005Z | lat 2:30.753436789 |
| 2407 | 2026-02-26T16:25:04.005Z | stop 4:48.605350057 |
| 2408 | 2026-02-26T16:25:04.005Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2409 | 2026-02-26T16:25:05.806Z | Finished `release` profile [optimized] target(s) in 1.73s |
| 2410 | 2026-02-26T16:25:05.896Z | Running `target/release/omicron-package -t test package` |
| 2411 | 2026-02-26T16:25:05.966Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2412 | 2026-02-26T16:25:08.766Z | Compiling convert_case v0.4.0 |
| 2413 | 2026-02-26T16:25:08.766Z | Compiling typify-impl v0.6.1 |
| 2414 | 2026-02-26T16:25:08.766Z | Compiling half v2.4.1 |
| 2415 | 2026-02-26T16:25:08.766Z | Compiling ciborium-io v0.2.2 |
| 2416 | 2026-02-26T16:25:08.790Z | Compiling is-terminal v0.4.13 |
| 2417 | 2026-02-26T16:25:08.790Z | Compiling prettyplease v0.2.36 |
| 2418 | 2026-02-26T16:25:08.852Z | Compiling rustls v0.22.4 |
| 2419 | 2026-02-26T16:25:09.053Z | Compiling rustls-webpki v0.102.8 |
| 2420 | 2026-02-26T16:25:09.089Z | Compiling thread_local v1.1.8 |
| 2421 | 2026-02-26T16:25:09.119Z | Compiling bytecount v0.6.8 |
| 2422 | 2026-02-26T16:25:09.299Z | Compiling match_cfg v0.1.0 |
| 2423 | 2026-02-26T16:25:09.425Z | Compiling derive_more v0.99.20 |
| 2424 | 2026-02-26T16:25:09.455Z | Compiling ciborium-ll v0.2.2 |
| 2425 | 2026-02-26T16:25:09.481Z | Compiling hostname v0.3.1 |
| 2426 | 2026-02-26T16:25:09.565Z | Compiling multer v3.1.0 |
| 2427 | 2026-02-26T16:25:09.604Z | Compiling slog-async v2.8.0 |
| 2428 | 2026-02-26T16:25:09.667Z | Compiling password-hash v0.5.0 |
| 2429 | 2026-02-26T16:25:09.696Z | Compiling blake2 v0.10.6 |
| 2430 | 2026-02-26T16:25:09.725Z | Compiling crossbeam-channel v0.5.15 |
| 2431 | 2026-02-26T16:25:09.979Z | Compiling ciborium v0.2.2 |
| 2432 | 2026-02-26T16:25:10.608Z | Compiling progenitor-client v0.11.2 |
| 2433 | 2026-02-26T16:25:10.701Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 2434 | 2026-02-26T16:25:11.171Z | Compiling slog-json v2.6.1 |
| 2435 | 2026-02-26T16:25:11.510Z | Compiling futures-executor v0.3.31 |
| 2436 | 2026-02-26T16:25:11.566Z | Compiling serde_spanned v1.0.4 |
| 2437 | 2026-02-26T16:25:11.798Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2438 | 2026-02-26T16:25:11.848Z | Compiling take_mut v0.2.2 |
| 2439 | 2026-02-26T16:25:11.950Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2440 | 2026-02-26T16:25:11.979Z | Compiling unicode-width v0.1.14 |
| 2441 | 2026-02-26T16:25:12.053Z | Compiling term v1.1.0 |
| 2442 | 2026-02-26T16:25:12.358Z | Compiling swrite v0.1.0 |
| 2443 | 2026-02-26T16:25:12.388Z | Compiling toml v0.9.11+spec-1.1.0 |
| 2444 | 2026-02-26T16:25:12.491Z | Compiling tabwriter v1.4.0 |
| 2445 | 2026-02-26T16:25:12.895Z | Compiling slog-term v2.9.2 |
| 2446 | 2026-02-26T16:25:13.077Z | Compiling futures v0.3.31 |
| 2447 | 2026-02-26T16:25:13.224Z | Compiling slog-bunyan v2.5.0 |
| 2448 | 2026-02-26T16:25:13.385Z | Compiling progenitor v0.11.2 |
| 2449 | 2026-02-26T16:25:13.466Z | Compiling argon2 v0.5.3 |
| 2450 | 2026-02-26T16:25:13.957Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2451 | 2026-02-26T16:25:13.993Z | Compiling dropshot v0.16.7 |
| 2452 | 2026-02-26T16:25:14.086Z | Compiling async-stream v0.3.6 |
| 2453 | 2026-02-26T16:25:14.358Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2454 | 2026-02-26T16:25:14.390Z | Compiling tokio-rustls v0.25.0 |
| 2455 | 2026-02-26T16:25:14.584Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2456 | 2026-02-26T16:25:14.813Z | Compiling universal-hash v0.5.1 |
| 2457 | 2026-02-26T16:25:14.913Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2458 | 2026-02-26T16:25:15.087Z | Compiling waitgroup v0.1.2 |
| 2459 | 2026-02-26T16:25:15.226Z | Compiling rustls-pemfile v2.2.0 |
| 2460 | 2026-02-26T16:25:15.334Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2461 | 2026-02-26T16:25:15.433Z | Compiling serde_path_to_error v0.1.20 |
| 2462 | 2026-02-26T16:25:15.581Z | Compiling hostname v0.4.2 |
| 2463 | 2026-02-26T16:25:15.853Z | Compiling instant v0.1.13 |
| 2464 | 2026-02-26T16:25:16.038Z | Compiling opaque-debug v0.3.1 |
| 2465 | 2026-02-26T16:25:16.173Z | Compiling debug-ignore v1.0.5 |
| 2466 | 2026-02-26T16:25:16.202Z | Compiling colored v3.0.0 |
| 2467 | 2026-02-26T16:25:16.784Z | Compiling typify-macro v0.6.1 |
| 2468 | 2026-02-26T16:25:16.835Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2469 | 2026-02-26T16:25:16.958Z | Compiling poly1305 v0.8.0 |
| 2470 | 2026-02-26T16:25:17.077Z | Compiling backoff v0.4.0 |
| 2471 | 2026-02-26T16:25:17.344Z | Compiling thiserror-no-std v2.0.2 |
| 2472 | 2026-02-26T16:25:17.434Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2473 | 2026-02-26T16:25:17.466Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2474 | 2026-02-26T16:25:17.515Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2475 | 2026-02-26T16:25:18.135Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2476 | 2026-02-26T16:25:18.464Z | Compiling parse-display v0.10.0 |
| 2477 | 2026-02-26T16:25:18.938Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2478 | 2026-02-26T16:25:19.166Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2479 | 2026-02-26T16:25:19.622Z | Compiling typify v0.6.1 |
| 2480 | 2026-02-26T16:25:19.809Z | Compiling progenitor-impl v0.13.0 |
| 2481 | 2026-02-26T16:25:20.312Z | Compiling chacha20 v0.9.1 |
| 2482 | 2026-02-26T16:25:20.617Z | Compiling progenitor-client v0.13.0 |
| 2483 | 2026-02-26T16:25:20.798Z | Compiling progenitor-client v0.10.0 |
| 2484 | 2026-02-26T16:25:21.182Z | Compiling aead v0.5.2 |
| 2485 | 2026-02-26T16:25:21.311Z | Compiling backon v1.6.0 |
| 2486 | 2026-02-26T16:25:21.577Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2487 | 2026-02-26T16:25:21.680Z | Compiling macaddr v1.0.1 |
| 2488 | 2026-02-26T16:25:22.129Z | Compiling derive-where v1.5.0 |
| 2489 | 2026-02-26T16:25:23.267Z | Compiling chacha20poly1305 v0.10.1 |
| 2490 | 2026-02-26T16:25:23.519Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2491 | 2026-02-26T16:25:24.573Z | Compiling vsss-rs v3.3.4 |
| 2492 | 2026-02-26T16:25:24.598Z | Compiling progenitor-macro v0.13.0 |
| 2493 | 2026-02-26T16:25:26.357Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2494 | 2026-02-26T16:25:27.266Z | Compiling num-rational v0.4.2 |
| 2495 | 2026-02-26T16:25:29.169Z | Compiling num-complex v0.4.6 |
| 2496 | 2026-02-26T16:25:30.173Z | Compiling num v0.4.3 |
| 2497 | 2026-02-26T16:25:30.342Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2498 | 2026-02-26T16:25:30.382Z | Compiling console v0.15.10 |
| 2499 | 2026-02-26T16:25:30.518Z | Compiling float-ord v0.3.2 |
| 2500 | 2026-02-26T16:25:30.956Z | Compiling toml v0.8.23 |
| 2501 | 2026-02-26T16:25:32.257Z | Compiling newline-converter v0.3.0 |
| 2502 | 2026-02-26T16:25:32.292Z | Compiling atomicwrites v0.4.4 |
| 2503 | 2026-02-26T16:25:32.516Z | Compiling slog-dtrace v0.3.0 |
| 2504 | 2026-02-26T16:25:32.821Z | Compiling expectorate v1.2.0 |
| 2505 | 2026-02-26T16:25:33.006Z | Compiling async-recursion v1.1.1 |
| 2506 | 2026-02-26T16:25:33.208Z | Compiling owo-colors v4.2.3 |
| 2507 | 2026-02-26T16:25:33.423Z | Compiling progenitor v0.13.0 |
| 2508 | 2026-02-26T16:25:33.658Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2509 | 2026-02-26T16:25:33.696Z | Compiling cancel-safe-futures v0.1.5 |
| 2510 | 2026-02-26T16:25:34.192Z | Compiling resolv-conf v0.7.0 |
| 2511 | 2026-02-26T16:25:35.456Z | Compiling libsw-core v0.3.1 |
| 2512 | 2026-02-26T16:25:35.787Z | Compiling libsw v3.5.0 |
| 2513 | 2026-02-26T16:25:36.873Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2514 | 2026-02-26T16:25:37.152Z | Compiling linear-map v1.2.0 |
| 2515 | 2026-02-26T16:25:37.588Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2516 | 2026-02-26T16:25:37.742Z | Compiling minimal-lexical v0.2.1 |
| 2517 | 2026-02-26T16:25:38.214Z | Compiling linked-hash-map v0.5.6 |
| 2518 | 2026-02-26T16:25:38.654Z | Compiling lru-cache v0.1.2 |
| 2519 | 2026-02-26T16:25:38.911Z | Compiling nom v7.1.3 |
| 2520 | 2026-02-26T16:25:41.903Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2521 | 2026-02-26T16:25:42.561Z | Compiling unicode-xid v0.2.6 |
| 2522 | 2026-02-26T16:25:42.814Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2523 | 2026-02-26T16:25:43.889Z | Compiling globset v0.4.15 |
| 2524 | 2026-02-26T16:25:44.966Z | Compiling hickory-proto v0.24.4 |
| 2525 | 2026-02-26T16:25:49.002Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2526 | 2026-02-26T16:25:50.173Z | Compiling hickory-resolver v0.24.4 |
| 2527 | 2026-02-26T16:25:51.181Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2528 | 2026-02-26T16:25:52.926Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2529 | 2026-02-26T16:25:54.922Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2530 | 2026-02-26T16:25:58.366Z | Compiling convert_case v0.7.1 |
| 2531 | 2026-02-26T16:25:58.974Z | Compiling derive_more-impl v2.0.1 |
| 2532 | 2026-02-26T16:26:01.854Z | Compiling qorb v0.4.1 |
| 2533 | 2026-02-26T16:26:02.823Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2534 | 2026-02-26T16:26:03.213Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2535 | 2026-02-26T16:26:05.328Z | Compiling pin-project-internal v1.1.6 |
| 2536 | 2026-02-26T16:26:06.932Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2537 | 2026-02-26T16:26:07.062Z | Compiling derive_more v2.0.1 |
| 2538 | 2026-02-26T16:26:07.223Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2539 | 2026-02-26T16:26:07.431Z | Compiling pin-project v1.1.6 |
| 2540 | 2026-02-26T16:26:07.519Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2541 | 2026-02-26T16:26:07.603Z | Compiling pem v3.0.5 |
| 2542 | 2026-02-26T16:26:07.917Z | Compiling snafu-derive v0.8.5 |
| 2543 | 2026-02-26T16:26:08.010Z | Compiling vte_generate_state_changes v0.1.2 |
| 2544 | 2026-02-26T16:26:08.516Z | Compiling siphasher v1.0.1 |
| 2545 | 2026-02-26T16:26:08.859Z | Compiling termtree v0.5.1 |
| 2546 | 2026-02-26T16:26:08.927Z | Compiling phf_shared v0.12.1 |
| 2547 | 2026-02-26T16:26:09.088Z | Compiling vte v0.11.1 |
| 2548 | 2026-02-26T16:26:09.175Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2549 | 2026-02-26T16:26:09.372Z | Compiling crossterm v0.29.0 |
| 2550 | 2026-02-26T16:26:09.459Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2551 | 2026-02-26T16:26:11.283Z | Compiling snafu v0.8.5 |
| 2552 | 2026-02-26T16:26:12.393Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2553 | 2026-02-26T16:26:13.339Z | Compiling olpc-cjson v0.1.4 |
| 2554 | 2026-02-26T16:26:13.691Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2555 | 2026-02-26T16:26:14.358Z | Compiling csv-core v0.1.11 |
| 2556 | 2026-02-26T16:26:14.492Z | Compiling serde_plain v1.0.2 |
| 2557 | 2026-02-26T16:26:14.983Z | Compiling chrono-tz v0.10.4 |
| 2558 | 2026-02-26T16:26:15.075Z | Compiling highway v1.3.0 |
| 2559 | 2026-02-26T16:26:15.360Z | Compiling typed-path v0.9.3 |
| 2560 | 2026-02-26T16:26:15.821Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2561 | 2026-02-26T16:26:16.489Z | Compiling csv v1.3.1 |
| 2562 | 2026-02-26T16:26:18.236Z | Compiling tough v0.20.0 |
| 2563 | 2026-02-26T16:26:18.370Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2564 | 2026-02-26T16:26:18.811Z | Compiling strip-ansi-escapes v0.2.0 |
| 2565 | 2026-02-26T16:26:19.317Z | Compiling phf v0.12.1 |
| 2566 | 2026-02-26T16:26:19.465Z | Compiling const_format_proc_macros v0.2.34 |
| 2567 | 2026-02-26T16:26:19.652Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2568 | 2026-02-26T16:26:20.415Z | Compiling papergrid v0.11.0 |
| 2569 | 2026-02-26T16:26:20.906Z | Compiling tabled_derive v0.7.0 |
| 2570 | 2026-02-26T16:26:21.144Z | Compiling fd-lock v4.0.2 |
| 2571 | 2026-02-26T16:26:21.225Z | Compiling peg-macros v0.8.5 |
| 2572 | 2026-02-26T16:26:22.012Z | Compiling nu-ansi-term v0.50.1 |
| 2573 | 2026-02-26T16:26:22.530Z | Compiling tabled v0.15.0 |
| 2574 | 2026-02-26T16:26:23.018Z | Compiling reedline v0.40.0 |
| 2575 | 2026-02-26T16:26:23.544Z | Compiling peg v0.8.5 |
| 2576 | 2026-02-26T16:26:23.681Z | Compiling const_format v0.2.34 |
| 2577 | 2026-02-26T16:26:25.696Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2578 | 2026-02-26T16:26:27.973Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2579 | 2026-02-26T16:26:30.799Z | Compiling bcs v0.1.6 |
| 2580 | 2026-02-26T16:26:31.541Z | Compiling semver v0.1.20 |
| 2581 | 2026-02-26T16:26:32.051Z | Compiling base64 v0.21.7 |
| 2582 | 2026-02-26T16:26:32.211Z | Compiling rustc_version v0.1.7 |
| 2583 | 2026-02-26T16:26:32.602Z | Compiling newtype_derive v0.1.6 |
| 2584 | 2026-02-26T16:26:33.027Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2585 | 2026-02-26T16:26:33.468Z | Compiling unicode-linebreak v0.1.5 |
| 2586 | 2026-02-26T16:26:33.926Z | Compiling smawk v0.3.2 |
| 2587 | 2026-02-26T16:26:33.985Z | Compiling humantime v2.2.0 |
| 2588 | 2026-02-26T16:26:34.241Z | Compiling textwrap v0.16.2 |
| 2589 | 2026-02-26T16:26:34.816Z | Compiling dropshot-api-manager-types v0.3.0 |
| 2590 | 2026-02-26T16:26:35.858Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2591 | 2026-02-26T16:26:36.534Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2592 | 2026-02-26T16:26:36.655Z | Compiling steno v0.4.1 |
| 2593 | 2026-02-26T16:26:37.408Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2594 | 2026-02-26T16:26:38.263Z | Compiling utf-8 v0.7.6 |
| 2595 | 2026-02-26T16:26:38.626Z | Compiling moka v0.12.10 |
| 2596 | 2026-02-26T16:26:38.978Z | Compiling tagptr v0.2.0 |
| 2597 | 2026-02-26T16:26:40.888Z | Compiling tungstenite v0.21.0 |
| 2598 | 2026-02-26T16:26:41.922Z | Compiling hickory-resolver v0.25.2 |
| 2599 | 2026-02-26T16:26:43.452Z | Compiling tokio-tungstenite v0.21.0 |
| 2600 | 2026-02-26T16:26:44.060Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2601 | 2026-02-26T16:26:44.296Z | Compiling progenitor-impl v0.10.0 |
| 2602 | 2026-02-26T16:26:45.011Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2603 | 2026-02-26T16:26:48.959Z | Compiling progenitor-macro v0.10.0 |
| 2604 | 2026-02-26T16:26:53.355Z | Compiling radium v0.7.0 |
| 2605 | 2026-02-26T16:26:53.809Z | Compiling maybe-uninit v2.0.0 |
| 2606 | 2026-02-26T16:26:54.227Z | Compiling tap v1.0.1 |
| 2607 | 2026-02-26T16:26:54.459Z | Compiling wyz v0.5.1 |
| 2608 | 2026-02-26T16:26:54.891Z | Compiling zerocopy-derive v0.6.6 |
| 2609 | 2026-02-26T16:26:55.096Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2610 | 2026-02-26T16:26:55.709Z | Compiling funty v2.0.0 |
| 2611 | 2026-02-26T16:26:55.743Z | Compiling packed_struct v0.10.1 |
| 2612 | 2026-02-26T16:26:56.163Z | Compiling display-error-chain v0.2.2 |
| 2613 | 2026-02-26T16:26:56.352Z | Compiling crc-catalog v2.4.0 |
| 2614 | 2026-02-26T16:26:56.405Z | Compiling zerocopy v0.6.6 |
| 2615 | 2026-02-26T16:26:56.570Z | Compiling bitvec v1.0.1 |
| 2616 | 2026-02-26T16:26:57.221Z | Compiling crc v3.2.1 |
| 2617 | 2026-02-26T16:26:57.557Z | Compiling progenitor v0.10.0 |
| 2618 | 2026-02-26T16:26:57.723Z | Compiling proc-macro-error2 v2.0.1 |
| 2619 | 2026-02-26T16:26:57.780Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2620 | 2026-02-26T16:26:58.660Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2621 | 2026-02-26T16:26:58.690Z | Compiling packed_struct_codegen v0.10.1 |
| 2622 | 2026-02-26T16:26:59.797Z | Compiling bitfield-macros v0.19.2 |
| 2623 | 2026-02-26T16:27:00.293Z | Compiling indexmap v1.9.3 |
| 2624 | 2026-02-26T16:27:00.485Z | Compiling nodrop v0.1.14 |
| 2625 | 2026-02-26T16:27:00.683Z | Compiling array-init v0.0.4 |
| 2626 | 2026-02-26T16:27:00.953Z | Compiling bitfield v0.19.2 |
| 2627 | 2026-02-26T16:27:01.389Z | Compiling smallvec v0.6.14 |
| 2628 | 2026-02-26T16:27:01.702Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2629 | 2026-02-26T16:27:01.910Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2630 | 2026-02-26T16:27:04.312Z | Compiling num-derive v0.3.3 |
| 2631 | 2026-02-26T16:27:05.762Z | Compiling hashbrown v0.12.3 |
| 2632 | 2026-02-26T16:27:06.027Z | Compiling libscf-sys v1.1.0 |
| 2633 | 2026-02-26T16:27:06.320Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2634 | 2026-02-26T16:27:07.350Z | Compiling serde-hex v0.1.0 |
| 2635 | 2026-02-26T16:27:07.939Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2636 | 2026-02-26T16:27:08.372Z | Compiling ron v0.8.1 |
| 2637 | 2026-02-26T16:27:11.811Z | Compiling hashbrown v0.13.2 |
| 2638 | 2026-02-26T16:27:12.886Z | Compiling vergen-gitcl v1.0.8 |
| 2639 | 2026-02-26T16:27:12.919Z | Compiling dirs-sys-next v0.1.2 |
| 2640 | 2026-02-26T16:27:13.192Z | Compiling crunchy v0.2.2 |
| 2641 | 2026-02-26T16:27:13.356Z | Compiling maplit v1.0.2 |
| 2642 | 2026-02-26T16:27:13.516Z | Compiling crc-any v2.5.0 |
| 2643 | 2026-02-26T16:27:13.604Z | Compiling glob v0.3.2 |
| 2644 | 2026-02-26T16:27:14.224Z | Compiling clang-sys v1.8.1 |
| 2645 | 2026-02-26T16:27:14.347Z | Compiling dirs-next v2.0.0 |
| 2646 | 2026-02-26T16:27:14.484Z | Compiling object v0.30.4 |
| 2647 | 2026-02-26T16:27:14.576Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2648 | 2026-02-26T16:27:14.811Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2649 | 2026-02-26T16:27:15.804Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2650 | 2026-02-26T16:27:16.136Z | Compiling dsl_auto_type v0.1.2 |
| 2651 | 2026-02-26T16:27:17.179Z | Compiling scheduled-thread-pool v0.2.7 |
| 2652 | 2026-02-26T16:27:18.302Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2653 | 2026-02-26T16:27:24.968Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2654 | 2026-02-26T16:27:25.328Z | Compiling path-slash v0.1.5 |
| 2655 | 2026-02-26T16:27:25.596Z | Compiling tiny-keccak v2.0.2 |
| 2656 | 2026-02-26T16:27:25.938Z | Compiling diesel_derives v2.2.3 |
| 2657 | 2026-02-26T16:27:27.306Z | Compiling r2d2 v0.8.10 |
| 2658 | 2026-02-26T16:27:27.382Z | Compiling term v0.7.0 |
| 2659 | 2026-02-26T16:27:28.529Z | Compiling tabled_derive v0.11.0 |
| 2660 | 2026-02-26T16:27:28.581Z | Compiling papergrid v0.17.0 |
| 2661 | 2026-02-26T16:27:28.769Z | Compiling testing_table v0.3.0 |
| 2662 | 2026-02-26T16:27:29.462Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2663 | 2026-02-26T16:27:30.356Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2664 | 2026-02-26T16:27:30.676Z | Compiling arc-swap v1.7.1 |
| 2665 | 2026-02-26T16:27:31.338Z | Compiling bit-vec v0.6.3 |
| 2666 | 2026-02-26T16:27:31.785Z | Compiling xshell-macros v0.2.7 |
| 2667 | 2026-02-26T16:27:32.235Z | Compiling bit-set v0.5.3 |
| 2668 | 2026-02-26T16:27:32.385Z | Compiling xshell v0.2.7 |
| 2669 | 2026-02-26T16:27:32.540Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2670 | 2026-02-26T16:27:33.393Z | Compiling diesel v2.2.12 |
| 2671 | 2026-02-26T16:27:34.742Z | Compiling slog-scope v4.4.0 |
| 2672 | 2026-02-26T16:27:35.407Z | Compiling tabled v0.20.0 |
| 2673 | 2026-02-26T16:27:35.994Z | Compiling ascii-canvas v3.0.0 |
| 2674 | 2026-02-26T16:27:36.440Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2675 | 2026-02-26T16:27:37.164Z | Compiling ena v0.14.3 |
| 2676 | 2026-02-26T16:27:37.576Z | Compiling libloading v0.8.5 |
| 2677 | 2026-02-26T16:27:37.931Z | Compiling regex-syntax v0.6.29 |
| 2678 | 2026-02-26T16:27:39.534Z | Compiling bindgen v0.71.1 |
| 2679 | 2026-02-26T16:27:39.956Z | Compiling unicase v2.8.1 |
| 2680 | 2026-02-26T16:27:40.487Z | Compiling diff v0.1.13 |
| 2681 | 2026-02-26T16:27:40.923Z | Compiling lalrpop v0.19.12 |
| 2682 | 2026-02-26T16:27:43.381Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2683 | 2026-02-26T16:27:45.383Z | Compiling slog-stdlog v4.1.1 |
| 2684 | 2026-02-26T16:27:45.949Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2685 | 2026-02-26T16:27:46.198Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2686 | 2026-02-26T16:27:47.220Z | Compiling cexpr v0.6.0 |
| 2687 | 2026-02-26T16:27:48.087Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2688 | 2026-02-26T16:27:48.271Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2689 | 2026-02-26T16:27:48.435Z | Compiling crc8 v0.1.1 |
| 2690 | 2026-02-26T16:27:48.552Z | Compiling slog-envlogger v2.2.0 |
| 2691 | 2026-02-26T16:27:48.760Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2692 | 2026-02-26T16:27:49.019Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2693 | 2026-02-26T16:27:49.531Z | Compiling headers-core v0.3.0 |
| 2694 | 2026-02-26T16:27:49.748Z | Compiling libxml v0.3.3 |
| 2695 | 2026-02-26T16:27:50.171Z | Compiling headers v0.4.1 |
| 2696 | 2026-02-26T16:27:50.970Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2697 | 2026-02-26T16:27:51.075Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2698 | 2026-02-26T16:27:51.391Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2699 | 2026-02-26T16:27:52.170Z | Compiling strum_macros v0.24.3 |
| 2700 | 2026-02-26T16:27:53.309Z | Compiling indoc v1.0.9 |
| 2701 | 2026-02-26T16:27:53.953Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2702 | 2026-02-26T16:27:54.498Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2703 | 2026-02-26T16:27:54.796Z | Compiling derive_builder v0.20.2 |
| 2704 | 2026-02-26T16:27:55.026Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2705 | 2026-02-26T16:27:57.364Z | Compiling oso-derive v0.27.3 |
| 2706 | 2026-02-26T16:27:58.165Z | Compiling quick-xml v0.37.2 |
| 2707 | 2026-02-26T16:27:58.386Z | Compiling polar-core v0.27.3 |
| 2708 | 2026-02-26T16:27:59.046Z | Compiling samael v0.0.19 |
| 2709 | 2026-02-26T16:27:59.080Z | Compiling half v1.8.3 |
| 2710 | 2026-02-26T16:27:59.572Z | Compiling serde_cbor v0.11.2 |
| 2711 | 2026-02-26T16:27:59.914Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2712 | 2026-02-26T16:28:01.186Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2713 | 2026-02-26T16:28:01.620Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2714 | 2026-02-26T16:28:02.553Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2715 | 2026-02-26T16:28:03.103Z | Compiling diesel-dtrace v0.4.2 |
| 2716 | 2026-02-26T16:28:03.549Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2717 | 2026-02-26T16:28:12.747Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2718 | 2026-02-26T16:28:13.132Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2719 | 2026-02-26T16:28:15.760Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2720 | 2026-02-26T16:28:16.664Z | Compiling oso v0.27.3 |
| 2721 | 2026-02-26T16:28:17.782Z | Compiling bb8 v0.8.5 |
| 2722 | 2026-02-26T16:28:18.396Z | Compiling trait-variant v0.1.2 |
| 2723 | 2026-02-26T16:28:19.245Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2724 | 2026-02-26T16:28:19.478Z | Compiling async-bb8-diesel v0.2.1 |
| 2725 | 2026-02-26T16:28:20.080Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2726 | 2026-02-26T16:28:20.543Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2727 | 2026-02-26T16:28:20.771Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2728 | 2026-02-26T16:28:21.315Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2729 | 2026-02-26T16:28:23.843Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2730 | 2026-02-26T16:28:24.137Z | Compiling fxhash v0.2.1 |
| 2731 | 2026-02-26T16:28:24.366Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2732 | 2026-02-26T16:28:24.767Z | Compiling typify-impl v0.2.0 |
| 2733 | 2026-02-26T16:28:24.800Z | Compiling kstat-rs v0.2.4 |
| 2734 | 2026-02-26T16:28:25.671Z | Compiling libz-sys v1.1.20 |
| 2735 | 2026-02-26T16:28:26.241Z | Compiling salty v0.3.0 |
| 2736 | 2026-02-26T16:28:26.636Z | Compiling nonempty v0.12.0 |
| 2737 | 2026-02-26T16:28:27.170Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2738 | 2026-02-26T16:28:29.863Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2739 | 2026-02-26T16:28:31.931Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2740 | 2026-02-26T16:28:32.097Z | Compiling typify-macro v0.2.0 |
| 2741 | 2026-02-26T16:28:34.838Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2742 | 2026-02-26T16:28:39.038Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2743 | 2026-02-26T16:28:43.139Z | Compiling nanorand v0.7.0 |
| 2744 | 2026-02-26T16:28:43.750Z | Compiling fs-err v2.11.0 |
| 2745 | 2026-02-26T16:28:43.784Z | Compiling parking_lot_core v0.8.6 |
| 2746 | 2026-02-26T16:28:44.423Z | Compiling flume v0.11.1 |
| 2747 | 2026-02-26T16:28:44.482Z | Compiling mime_guess v2.0.5 |
| 2748 | 2026-02-26T16:28:44.594Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2749 | 2026-02-26T16:28:45.163Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2750 | 2026-02-26T16:28:47.203Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2751 | 2026-02-26T16:28:51.436Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 2752 | 2026-02-26T16:28:52.896Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2753 | 2026-02-26T16:28:59.312Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2754 | 2026-02-26T16:29:06.168Z | Compiling tabled_derive v0.10.0 |
| 2755 | 2026-02-26T16:29:08.038Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2756 | 2026-02-26T16:29:09.791Z | Compiling ignore v0.4.23 |
| 2757 | 2026-02-26T16:29:11.305Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2758 | 2026-02-26T16:29:12.653Z | Compiling papergrid v0.14.0 |
| 2759 | 2026-02-26T16:29:13.572Z | Compiling primeorder v0.13.6 |
| 2760 | 2026-02-26T16:29:13.845Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2761 | 2026-02-26T16:29:14.109Z | Compiling castaway v0.2.3 |
| 2762 | 2026-02-26T16:29:14.339Z | Compiling nibble_vec v0.1.0 |
| 2763 | 2026-02-26T16:29:14.604Z | Compiling atty v0.2.14 |
| 2764 | 2026-02-26T16:29:14.805Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2765 | 2026-02-26T16:29:15.140Z | Compiling endian-type v0.1.2 |
| 2766 | 2026-02-26T16:29:15.419Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2767 | 2026-02-26T16:29:15.843Z | Compiling parse-size v1.1.0 |
| 2768 | 2026-02-26T16:29:16.200Z | Compiling http-range v0.1.5 |
| 2769 | 2026-02-26T16:29:16.615Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2770 | 2026-02-26T16:29:16.844Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2771 | 2026-02-26T16:29:19.435Z | Compiling radix_trie v0.2.1 |
| 2772 | 2026-02-26T16:29:19.631Z | Compiling tabled v0.18.0 |
| 2773 | 2026-02-26T16:29:20.226Z | Compiling compact_str v0.8.0 |
| 2774 | 2026-02-26T16:29:22.212Z | Compiling p384 v0.13.1 |
| 2775 | 2026-02-26T16:29:22.374Z | Compiling globwalk v0.9.1 |
| 2776 | 2026-02-26T16:29:23.297Z | Compiling parking_lot v0.11.2 |
| 2777 | 2026-02-26T16:29:24.930Z | Compiling typify v0.2.0 |
| 2778 | 2026-02-26T16:29:24.991Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2779 | 2026-02-26T16:29:25.133Z | Compiling predicates-tree v1.0.12 |
| 2780 | 2026-02-26T16:29:25.721Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2781 | 2026-02-26T16:29:26.012Z | Compiling unicode-truncate v1.1.0 |
| 2782 | 2026-02-26T16:29:26.358Z | Compiling prefix-trie v0.7.0 |
| 2783 | 2026-02-26T16:29:27.342Z | Compiling lru v0.12.5 |
| 2784 | 2026-02-26T16:29:27.717Z | Compiling vergen-git2 v1.0.7 |
| 2785 | 2026-02-26T16:29:28.056Z | Compiling instability v0.3.2 |
| 2786 | 2026-02-26T16:29:28.863Z | Compiling cassowary v0.3.0 |
| 2787 | 2026-02-26T16:29:28.911Z | Compiling indoc v2.0.6 |
| 2788 | 2026-02-26T16:29:29.695Z | Compiling ratatui v0.29.0 |
| 2789 | 2026-02-26T16:29:32.055Z | Compiling hickory-server v0.25.2 |
| 2790 | 2026-02-26T16:29:32.092Z | Compiling camino-tempfile-ext v0.3.2 |
| 2791 | 2026-02-26T16:29:33.329Z | Compiling progenitor-impl v0.8.0 |
| 2792 | 2026-02-26T16:29:36.143Z | Compiling hyper-staticfile v0.10.1 |
| 2793 | 2026-02-26T16:29:38.013Z | Compiling sled v0.34.7 |
| 2794 | 2026-02-26T16:29:38.268Z | Compiling git2 v0.20.2 |
| 2795 | 2026-02-26T16:29:41.966Z | Compiling hickory-client v0.25.2 |
| 2796 | 2026-02-26T16:29:43.651Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2797 | 2026-02-26T16:29:43.696Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2798 | 2026-02-26T16:29:44.780Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2799 | 2026-02-26T16:29:45.186Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2800 | 2026-02-26T16:29:45.877Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2801 | 2026-02-26T16:29:46.162Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2802 | 2026-02-26T16:29:47.725Z | Compiling rand_seeder v0.4.0 |
| 2803 | 2026-02-26T16:29:48.129Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2804 | 2026-02-26T16:29:48.923Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2805 | 2026-02-26T16:29:49.274Z | Compiling lzma-sys v0.1.20 |
| 2806 | 2026-02-26T16:29:49.882Z | Compiling corncobs v0.1.4 |
| 2807 | 2026-02-26T16:29:50.269Z | Compiling rustls v0.21.12 |
| 2808 | 2026-02-26T16:29:50.336Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2809 | 2026-02-26T16:29:50.688Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2810 | 2026-02-26T16:29:50.843Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2811 | 2026-02-26T16:29:51.147Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2812 | 2026-02-26T16:29:51.478Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2813 | 2026-02-26T16:29:52.299Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2814 | 2026-02-26T16:29:52.698Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2815 | 2026-02-26T16:30:02.267Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2816 | 2026-02-26T16:30:04.471Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2817 | 2026-02-26T16:30:07.042Z | Compiling progenitor-macro v0.8.0 |
| 2818 | 2026-02-26T16:30:15.890Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2819 | 2026-02-26T16:30:19.171Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2820 | 2026-02-26T16:30:20.825Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2821 | 2026-02-26T16:30:22.188Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2822 | 2026-02-26T16:30:22.504Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2823 | 2026-02-26T16:30:22.862Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2824 | 2026-02-26T16:30:23.185Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2825 | 2026-02-26T16:30:25.211Z | Compiling progenitor-client v0.8.0 |
| 2826 | 2026-02-26T16:30:26.048Z | Compiling rustls-webpki v0.101.7 |
| 2827 | 2026-02-26T16:30:26.978Z | Compiling sct v0.7.1 |
| 2828 | 2026-02-26T16:30:27.438Z | Compiling heck v0.3.3 |
| 2829 | 2026-02-26T16:30:27.788Z | Compiling secrecy v0.8.0 |
| 2830 | 2026-02-26T16:30:28.108Z | Compiling void v1.0.2 |
| 2831 | 2026-02-26T16:30:28.314Z | Compiling lzss v0.8.2 |
| 2832 | 2026-02-26T16:30:29.176Z | Compiling zone_cfg_derive v0.1.2 |
| 2833 | 2026-02-26T16:30:30.608Z | Compiling progenitor v0.8.0 |
| 2834 | 2026-02-26T16:30:30.860Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2835 | 2026-02-26T16:30:33.598Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2836 | 2026-02-26T16:30:37.946Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2837 | 2026-02-26T16:30:39.057Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2838 | 2026-02-26T16:30:40.027Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 2839 | 2026-02-26T16:30:41.387Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2840 | 2026-02-26T16:30:42.709Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2841 | 2026-02-26T16:30:49.435Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2842 | 2026-02-26T16:30:49.794Z | Compiling tungstenite v0.23.0 |
| 2843 | 2026-02-26T16:30:51.200Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2844 | 2026-02-26T16:30:51.525Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2845 | 2026-02-26T16:30:51.854Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2846 | 2026-02-26T16:30:52.226Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2847 | 2026-02-26T16:30:52.559Z | Compiling nix v0.27.1 |
| 2848 | 2026-02-26T16:30:53.878Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2849 | 2026-02-26T16:30:54.549Z | Compiling serde_bytes v0.11.19 |
| 2850 | 2026-02-26T16:30:54.622Z | Compiling number_prefix v0.4.0 |
| 2851 | 2026-02-26T16:30:54.726Z | Compiling base64 v0.13.1 |
| 2852 | 2026-02-26T16:30:54.943Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2853 | 2026-02-26T16:30:54.987Z | Compiling indicatif v0.17.11 |
| 2854 | 2026-02-26T16:30:55.098Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2855 | 2026-02-26T16:30:55.444Z | Compiling ron v0.7.1 |
| 2856 | 2026-02-26T16:30:56.045Z | Compiling tokio-tungstenite v0.23.1 |
| 2857 | 2026-02-26T16:30:56.707Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2858 | 2026-02-26T16:30:59.765Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2859 | 2026-02-26T16:31:00.834Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 2860 | 2026-02-26T16:31:01.207Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2861 | 2026-02-26T16:31:03.231Z | Compiling xz2 v0.1.7 |
| 2862 | 2026-02-26T16:31:08.390Z | Compiling tokio-rustls v0.24.1 |
| 2863 | 2026-02-26T16:31:08.874Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2864 | 2026-02-26T16:31:11.306Z | Compiling zone v0.1.8 |
| 2865 | 2026-02-26T16:31:13.708Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2866 | 2026-02-26T16:31:14.559Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2867 | 2026-02-26T16:31:18.596Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2868 | 2026-02-26T16:31:18.841Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2869 | 2026-02-26T16:31:37.675Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2870 | 2026-02-26T16:31:40.732Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2871 | 2026-02-26T16:31:42.358Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2872 | 2026-02-26T16:31:44.662Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2873 | 2026-02-26T16:31:47.858Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2874 | 2026-02-26T16:31:49.735Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2875 | 2026-02-26T16:31:54.956Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2876 | 2026-02-26T16:31:55.613Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2877 | 2026-02-26T16:31:55.784Z | Compiling rustls-pemfile v1.0.4 |
| 2878 | 2026-02-26T16:31:56.469Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2879 | 2026-02-26T16:31:59.113Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2880 | 2026-02-26T16:32:00.734Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2881 | 2026-02-26T16:32:01.066Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2882 | 2026-02-26T16:32:02.107Z | Compiling signal-hook-tokio v0.3.1 |
| 2883 | 2026-02-26T16:32:02.363Z | Compiling yasna v0.5.2 |
| 2884 | 2026-02-26T16:32:02.555Z | Compiling twox-hash v2.1.0 |
| 2885 | 2026-02-26T16:32:03.495Z | Compiling is_ci v1.2.0 |
| 2886 | 2026-02-26T16:32:03.805Z | Compiling supports-color v3.0.2 |
| 2887 | 2026-02-26T16:32:04.246Z | Compiling rcgen v0.12.1 |
| 2888 | 2026-02-26T16:32:06.228Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2889 | 2026-02-26T16:32:06.513Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2890 | 2026-02-26T16:32:15.126Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2891 | 2026-02-26T16:32:16.589Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2892 | 2026-02-26T16:32:34.429Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2893 | 2026-02-26T16:32:34.461Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2894 | 2026-02-26T16:32:41.933Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2895 | 2026-02-26T16:32:44.385Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2896 | 2026-02-26T16:33:00.024Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2897 | 2026-02-26T16:33:01.481Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2898 | 2026-02-26T16:33:04.186Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2899 | 2026-02-26T16:33:04.509Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2900 | 2026-02-26T16:33:04.825Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2901 | 2026-02-26T16:33:09.110Z | Compiling progenitor-extras v0.1.0 |
| 2902 | 2026-02-26T16:33:09.524Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2903 | 2026-02-26T16:33:09.838Z | Compiling fatfs v0.3.6 |
| 2904 | 2026-02-26T16:33:12.295Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2905 | 2026-02-26T16:33:15.094Z | Compiling rtoolbox v0.0.2 |
| 2906 | 2026-02-26T16:33:15.539Z | Compiling subprocess v0.2.9 |
| 2907 | 2026-02-26T16:33:19.609Z | Compiling assert_matches v1.5.0 |
| 2908 | 2026-02-26T16:33:19.763Z | Compiling seq-macro v0.3.6 |
| 2909 | 2026-02-26T16:33:20.215Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2910 | 2026-02-26T16:33:21.910Z | Compiling rpassword v7.4.0 |
| 2911 | 2026-02-26T16:33:22.350Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2912 | 2026-02-26T16:33:30.162Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2913 | 2026-02-26T16:33:40.887Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2914 | 2026-02-26T16:33:41.128Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2915 | 2026-02-26T16:33:45.810Z | Compiling tui-tree-widget v0.23.1 |
| 2916 | 2026-02-26T16:33:46.352Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2917 | 2026-02-26T16:33:51.638Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2918 | 2026-02-26T16:33:52.460Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2919 | 2026-02-26T16:33:55.581Z | Compiling uzers v0.12.1 |
| 2920 | 2026-02-26T16:33:57.691Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2921 | 2026-02-26T16:33:58.410Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2922 | 2026-02-26T16:34:03.933Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2923 | 2026-02-26T16:34:22.397Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2924 | 2026-02-26T16:34:32.926Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2925 | 2026-02-26T16:34:34.018Z | Compiling support-bundle-viewer v0.1.2 |
| 2926 | 2026-02-26T16:34:36.974Z | Compiling multimap v0.10.1 |
| 2927 | 2026-02-26T16:36:40.731Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2928 | 2026-02-26T16:36:42.249Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2929 | 2026-02-26T16:47:01.877Z | Finished `release` profile [optimized] target(s) in 21m 55s |
| 2930 | 2026-02-26T16:48:33.074Z | |
| 2931 | 2026-02-26T16:48:33.074Z | real 23:29.089820537 |
| 2932 | 2026-02-26T16:48:33.074Z | user 2:39:31.299196439 |
| 2933 | 2026-02-26T16:48:33.074Z | sys 5:07.690004386 |
| 2934 | 2026-02-26T16:48:33.074Z | trap 4.850760397 |
| 2935 | 2026-02-26T16:48:33.099Z | tflt 1.281252236 |
| 2936 | 2026-02-26T16:48:33.099Z | dflt 6.557946856 |
| 2937 | 2026-02-26T16:48:33.099Z | kflt 0.011489042 |
| 2938 | 2026-02-26T16:48:33.099Z | lock 11:13:08.678203158 |
| 2939 | 2026-02-26T16:48:33.099Z | slp 7:40:52.248491032 |
| 2940 | 2026-02-26T16:48:33.099Z | lat 4:32.454303837 |
| 2941 | 2026-02-26T16:48:33.099Z | stop 4:13.640115255 |
| 2942 | 2026-02-26T16:48:33.099Z | + mapfile -t packages |
| 2943 | 2026-02-26T16:48:33.099Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2944 | 2026-02-26T16:48:34.870Z | Finished `release` profile [optimized] target(s) in 1.70s |
| 2945 | 2026-02-26T16:48:34.947Z | Running `target/release/omicron-package -t test list-outputs` |
| 2946 | 2026-02-26T16:48:35.018Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2947 | 2026-02-26T16:48:35.043Z | + ptime -m cargo build --locked --release -p xtask |
| 2948 | 2026-02-26T16:48:36.051Z | Compiling serde_core v1.0.228 |
| 2949 | 2026-02-26T16:48:36.051Z | Compiling syn v2.0.117 |
| 2950 | 2026-02-26T16:48:36.075Z | Compiling bitflags v2.9.4 |
| 2951 | 2026-02-26T16:48:36.075Z | Compiling serde v1.0.228 |
| 2952 | 2026-02-26T16:48:36.075Z | Compiling libc v0.2.180 |
| 2953 | 2026-02-26T16:48:36.075Z | Compiling serde_json v1.0.149 |
| 2954 | 2026-02-26T16:48:36.100Z | Compiling num-traits v0.2.19 |
| 2955 | 2026-02-26T16:48:36.153Z | Compiling hashbrown v0.16.1 |
| 2956 | 2026-02-26T16:48:36.473Z | Compiling smallvec v1.15.1 |
| 2957 | 2026-02-26T16:48:36.534Z | Compiling rustix v0.38.37 |
| 2958 | 2026-02-26T16:48:36.930Z | Compiling usdt-impl v0.5.0 |
| 2959 | 2026-02-26T16:48:37.041Z | Compiling syn v1.0.109 |
| 2960 | 2026-02-26T16:48:37.268Z | Compiling indexmap v2.13.0 |
| 2961 | 2026-02-26T16:48:37.544Z | Compiling thread-id v4.2.2 |
| 2962 | 2026-02-26T16:48:37.586Z | Compiling log v0.4.29 |
| 2963 | 2026-02-26T16:48:37.751Z | Compiling getrandom v0.3.4 |
| 2964 | 2026-02-26T16:48:38.026Z | Compiling rustix v1.1.3 |
| 2965 | 2026-02-26T16:48:38.246Z | Compiling percent-encoding v2.3.2 |
| 2966 | 2026-02-26T16:48:38.721Z | Compiling form_urlencoded v1.2.2 |
| 2967 | 2026-02-26T16:48:38.882Z | Compiling terminal_size v0.4.0 |
| 2968 | 2026-02-26T16:48:39.131Z | Compiling ordered-float v2.10.1 |
| 2969 | 2026-02-26T16:48:39.470Z | Compiling fs-err v3.1.1 |
| 2970 | 2026-02-26T16:48:39.720Z | Compiling once_cell v1.21.3 |
| 2971 | 2026-02-26T16:48:39.788Z | Compiling heck v0.4.1 |
| 2972 | 2026-02-26T16:48:40.160Z | Compiling anyhow v1.0.99 |
| 2973 | 2026-02-26T16:48:40.184Z | Compiling clap_builder v4.5.48 |
| 2974 | 2026-02-26T16:48:41.077Z | Compiling tempfile v3.24.0 |
| 2975 | 2026-02-26T16:48:41.983Z | Compiling synstructure v0.13.1 |
| 2976 | 2026-02-26T16:48:42.099Z | Compiling proc-macro-error v1.0.4 |
| 2977 | 2026-02-26T16:48:42.587Z | Compiling textwrap v0.16.2 |
| 2978 | 2026-02-26T16:48:42.612Z | Compiling camino-tempfile v1.4.1 |
| 2979 | 2026-02-26T16:48:42.787Z | Compiling tabled_derive v0.7.0 |
| 2980 | 2026-02-26T16:48:44.062Z | Compiling serde_derive v1.0.228 |
| 2981 | 2026-02-26T16:48:44.087Z | Compiling thiserror-impl v2.0.18 |
| 2982 | 2026-02-26T16:48:44.114Z | Compiling zerofrom-derive v0.1.4 |
| 2983 | 2026-02-26T16:48:44.141Z | Compiling yoke-derive v0.7.4 |
| 2984 | 2026-02-26T16:48:44.237Z | Compiling zerovec-derive v0.10.3 |
| 2985 | 2026-02-26T16:48:45.365Z | Compiling displaydoc v0.2.5 |
| 2986 | 2026-02-26T16:48:45.900Z | Compiling thiserror-impl v1.0.69 |
| 2987 | 2026-02-26T16:48:46.033Z | Compiling zerocopy-derive v0.7.35 |
| 2988 | 2026-02-26T16:48:46.344Z | Compiling thiserror v2.0.18 |
| 2989 | 2026-02-26T16:48:46.372Z | Compiling zerofrom v0.1.4 |
| 2990 | 2026-02-26T16:48:46.537Z | Compiling pest v2.8.2 |
| 2991 | 2026-02-26T16:48:46.582Z | Compiling icu_provider_macros v1.5.0 |
| 2992 | 2026-02-26T16:48:46.651Z | Compiling yoke v0.7.4 |
| 2993 | 2026-02-26T16:48:47.068Z | Compiling zerovec v0.10.4 |
| 2994 | 2026-02-26T16:48:47.476Z | Compiling zerocopy v0.7.35 |
| 2995 | 2026-02-26T16:48:47.689Z | Compiling scroll_derive v0.12.0 |
| 2996 | 2026-02-26T16:48:48.050Z | Compiling thiserror v1.0.69 |
| 2997 | 2026-02-26T16:48:48.740Z | Compiling scroll v0.12.0 |
| 2998 | 2026-02-26T16:48:49.168Z | Compiling tinystr v0.7.6 |
| 2999 | 2026-02-26T16:48:49.348Z | Compiling pest_meta v2.8.2 |
| 3000 | 2026-02-26T16:48:49.598Z | Compiling icu_locid v1.5.0 |
| 3001 | 2026-02-26T16:48:49.823Z | Compiling icu_collections v1.5.0 |
| 3002 | 2026-02-26T16:48:50.428Z | Compiling toml_datetime v0.6.11 |
| 3003 | 2026-02-26T16:48:51.106Z | Compiling icu_provider v1.5.0 |
| 3004 | 2026-02-26T16:48:51.230Z | Compiling pest_generator v2.8.2 |
| 3005 | 2026-02-26T16:48:51.787Z | Compiling serde_spanned v0.6.9 |
| 3006 | 2026-02-26T16:48:52.050Z | Compiling icu_locid_transform v1.5.0 |
| 3007 | 2026-02-26T16:48:52.075Z | Compiling toml_edit v0.22.27 |
| 3008 | 2026-02-26T16:48:52.177Z | Compiling dof v0.3.0 |
| 3009 | 2026-02-26T16:48:52.469Z | Compiling pest_derive v2.8.2 |
| 3010 | 2026-02-26T16:48:52.972Z | Compiling serde_tokenstream v0.2.3 |
| 3011 | 2026-02-26T16:48:53.094Z | Compiling erased-serde v0.4.6 |
| 3012 | 2026-02-26T16:48:53.198Z | Compiling dtrace-parser v0.2.0 |
| 3013 | 2026-02-26T16:48:53.532Z | Compiling icu_properties v1.5.1 |
| 3014 | 2026-02-26T16:48:54.495Z | Compiling goblin v0.8.2 |
| 3015 | 2026-02-26T16:48:55.496Z | Compiling toml v0.8.23 |
| 3016 | 2026-02-26T16:48:55.768Z | Compiling serde-untagged v0.1.7 |
| 3017 | 2026-02-26T16:48:56.707Z | Compiling serde-value v0.7.0 |
| 3018 | 2026-02-26T16:48:58.061Z | Compiling icu_normalizer v1.5.0 |
| 3019 | 2026-02-26T16:48:58.534Z | Compiling usdt-attr-macro v0.5.0 |
| 3020 | 2026-02-26T16:48:59.643Z | Compiling idna_adapter v1.2.0 |
| 3021 | 2026-02-26T16:48:59.881Z | Compiling idna v1.0.3 |
| 3022 | 2026-02-26T16:49:00.114Z | Compiling usdt-macro v0.5.0 |
| 3023 | 2026-02-26T16:49:01.056Z | Compiling url v2.5.4 |
| 3024 | 2026-02-26T16:49:02.055Z | Compiling cargo-util-schemas v0.8.2 |
| 3025 | 2026-02-26T16:49:04.042Z | Compiling cargo-platform v0.2.0 |
| 3026 | 2026-02-26T16:49:04.483Z | Compiling clap_derive v4.5.47 |
| 3027 | 2026-02-26T16:49:05.045Z | Compiling cargo_metadata v0.21.0 |
| 3028 | 2026-02-26T16:49:05.404Z | Compiling usdt v0.5.0 |
| 3029 | 2026-02-26T16:49:06.411Z | Compiling cargo_toml v0.21.0 |
| 3030 | 2026-02-26T16:49:06.533Z | Compiling macaddr v1.0.1 |
| 3031 | 2026-02-26T16:49:07.027Z | Compiling tabled v0.15.0 |
| 3032 | 2026-02-26T16:49:07.534Z | Compiling clap v4.5.48 |
| 3033 | 2026-02-26T16:49:17.586Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3034 | 2026-02-26T16:49:23.771Z | Finished `release` profile [optimized] target(s) in 48.66s |
| 3035 | 2026-02-26T16:49:23.908Z | |
| 3036 | 2026-02-26T16:49:23.909Z | real 48.842417156 |
| 3037 | 2026-02-26T16:49:23.909Z | user 5:03.693520865 |
| 3038 | 2026-02-26T16:49:23.909Z | sys 27.701252263 |
| 3039 | 2026-02-26T16:49:23.909Z | trap 0.167531080 |
| 3040 | 2026-02-26T16:49:23.909Z | tflt 0.239186145 |
| 3041 | 2026-02-26T16:49:23.909Z | dflt 0.392573731 |
| 3042 | 2026-02-26T16:49:23.909Z | kflt 0.000023776 |
| 3043 | 2026-02-26T16:49:23.933Z | lock 14:34.102975949 |
| 3044 | 2026-02-26T16:49:23.933Z | slp 16:46.318178123 |
| 3045 | 2026-02-26T16:49:23.933Z | lat 22.570319205 |
| 3046 | 2026-02-26T16:49:23.934Z | stop 28.735302837 |
| 3047 | 2026-02-26T16:49:23.934Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3048 | 2026-02-26T16:49:23.934Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3049 | 2026-02-26T16:49:23.934Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3050 | 2026-02-26T16:49:23.934Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3051 | 2026-02-26T16:49:23.934Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3052 | 2026-02-26T16:49:25.788Z | Compiling regress v0.10.5 |
| 3053 | 2026-02-26T16:49:25.843Z | Compiling unsafe-libyaml v0.2.11 |
| 3054 | 2026-02-26T16:49:25.868Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3055 | 2026-02-26T16:49:25.868Z | Compiling match_cfg v0.1.0 |
| 3056 | 2026-02-26T16:49:25.924Z | Compiling structmeta-derive v0.3.0 |
| 3057 | 2026-02-26T16:49:25.924Z | Compiling rustls v0.22.4 |
| 3058 | 2026-02-26T16:49:25.948Z | Compiling rustls-webpki v0.102.8 |
| 3059 | 2026-02-26T16:49:25.948Z | Compiling newtype-uuid-macros v0.1.0 |
| 3060 | 2026-02-26T16:49:26.039Z | Compiling hostname v0.3.1 |
| 3061 | 2026-02-26T16:49:26.301Z | Compiling multer v3.1.0 |
| 3062 | 2026-02-26T16:49:26.359Z | Compiling debug-ignore v1.0.5 |
| 3063 | 2026-02-26T16:49:26.479Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 3064 | 2026-02-26T16:49:26.561Z | Compiling slog-json v2.6.1 |
| 3065 | 2026-02-26T16:49:26.723Z | Compiling async-stream-impl v0.3.6 |
| 3066 | 2026-02-26T16:49:26.926Z | Compiling serde_yaml v0.9.34+deprecated |
| 3067 | 2026-02-26T16:49:27.412Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3068 | 2026-02-26T16:49:27.592Z | Compiling serde_spanned v1.0.4 |
| 3069 | 2026-02-26T16:49:27.810Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3070 | 2026-02-26T16:49:27.897Z | Compiling dropshot v0.16.7 |
| 3071 | 2026-02-26T16:49:27.926Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3072 | 2026-02-26T16:49:28.078Z | Compiling structmeta v0.3.0 |
| 3073 | 2026-02-26T16:49:28.329Z | Compiling toml v0.9.11+spec-1.1.0 |
| 3074 | 2026-02-26T16:49:28.360Z | Compiling async-stream v0.3.6 |
| 3075 | 2026-02-26T16:49:28.393Z | Compiling slog-bunyan v2.5.0 |
| 3076 | 2026-02-26T16:49:28.634Z | Compiling itertools v0.14.0 |
| 3077 | 2026-02-26T16:49:28.661Z | Compiling waitgroup v0.1.2 |
| 3078 | 2026-02-26T16:49:28.685Z | Compiling rustls-pemfile v2.2.0 |
| 3079 | 2026-02-26T16:49:28.903Z | Compiling typify-impl v0.4.3 |
| 3080 | 2026-02-26T16:49:29.023Z | Compiling dropshot_endpoint v0.16.7 |
| 3081 | 2026-02-26T16:49:29.366Z | Compiling hostname v0.4.2 |
| 3082 | 2026-02-26T16:49:29.610Z | Compiling serde_path_to_error v0.1.20 |
| 3083 | 2026-02-26T16:49:30.003Z | Compiling derive-ex v0.1.8 |
| 3084 | 2026-02-26T16:49:30.325Z | Compiling progenitor-client v0.13.0 |
| 3085 | 2026-02-26T16:49:30.843Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 3086 | 2026-02-26T16:49:31.019Z | Compiling tokio-rustls v0.25.0 |
| 3087 | 2026-02-26T16:49:31.044Z | Compiling macaddr v1.0.1 |
| 3088 | 2026-02-26T16:49:31.074Z | Compiling tabwriter v1.4.0 |
| 3089 | 2026-02-26T16:49:31.438Z | Compiling progenitor-client v0.10.0 |
| 3090 | 2026-02-26T16:49:31.470Z | Compiling instant v0.1.13 |
| 3091 | 2026-02-26T16:49:31.521Z | Compiling progenitor-client v0.11.2 |
| 3092 | 2026-02-26T16:49:31.662Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3093 | 2026-02-26T16:49:31.861Z | Compiling parse-display-derive v0.10.0 |
| 3094 | 2026-02-26T16:49:31.995Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3095 | 2026-02-26T16:49:32.085Z | Compiling colored v3.0.0 |
| 3096 | 2026-02-26T16:49:32.354Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3097 | 2026-02-26T16:49:32.583Z | Compiling backoff v0.4.0 |
| 3098 | 2026-02-26T16:49:32.757Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3099 | 2026-02-26T16:49:32.829Z | Compiling backon v1.6.0 |
| 3100 | 2026-02-26T16:49:32.976Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3101 | 2026-02-26T16:49:33.232Z | Compiling proc-macro-crate v1.3.1 |
| 3102 | 2026-02-26T16:49:33.344Z | Compiling test-strategy v0.4.3 |
| 3103 | 2026-02-26T16:49:33.420Z | Compiling crucible-workspace-hack v0.1.0 |
| 3104 | 2026-02-26T16:49:33.760Z | Compiling proc-macro-error v1.0.4 |
| 3105 | 2026-02-26T16:49:34.028Z | Compiling num_enum_derive v0.5.11 |
| 3106 | 2026-02-26T16:49:34.261Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3107 | 2026-02-26T16:49:34.341Z | Compiling heapless v0.8.0 |
| 3108 | 2026-02-26T16:49:34.726Z | Compiling ingot-macros v0.1.1 |
| 3109 | 2026-02-26T16:49:34.799Z | Compiling hash32 v0.3.1 |
| 3110 | 2026-02-26T16:49:35.050Z | Compiling parse-display v0.10.0 |
| 3111 | 2026-02-26T16:49:35.075Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3112 | 2026-02-26T16:49:35.163Z | Compiling smoltcp v0.11.0 |
| 3113 | 2026-02-26T16:49:35.609Z | Compiling foreign-types-macros v0.2.3 |
| 3114 | 2026-02-26T16:49:35.776Z | Compiling cobs v0.2.3 |
| 3115 | 2026-02-26T16:49:35.969Z | Compiling num_enum v0.5.11 |
| 3116 | 2026-02-26T16:49:36.092Z | Compiling foreign-types-shared v0.3.1 |
| 3117 | 2026-02-26T16:49:36.181Z | Compiling postcard v1.0.10 |
| 3118 | 2026-02-26T16:49:36.289Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3119 | 2026-02-26T16:49:36.697Z | Compiling foreign-types v0.5.0 |
| 3120 | 2026-02-26T16:49:36.735Z | Compiling nix v0.30.1 |
| 3121 | 2026-02-26T16:49:36.805Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3122 | 2026-02-26T16:49:36.842Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3123 | 2026-02-26T16:49:37.360Z | Compiling secrecy v0.10.3 |
| 3124 | 2026-02-26T16:49:37.439Z | Compiling cstr-argument v0.1.2 |
| 3125 | 2026-02-26T16:49:37.485Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3126 | 2026-02-26T16:49:37.550Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 3127 | 2026-02-26T16:49:37.673Z | Compiling pretty-hex v0.2.1 |
| 3128 | 2026-02-26T16:49:37.791Z | Compiling rayon-core v1.12.1 |
| 3129 | 2026-02-26T16:49:37.985Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3130 | 2026-02-26T16:49:38.018Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3131 | 2026-02-26T16:49:38.044Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3132 | 2026-02-26T16:49:38.181Z | Compiling crossbeam-deque v0.8.5 |
| 3133 | 2026-02-26T16:49:38.263Z | Compiling colored v2.2.0 |
| 3134 | 2026-02-26T16:49:38.398Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3135 | 2026-02-26T16:49:38.500Z | Compiling typify-macro v0.4.3 |
| 3136 | 2026-02-26T16:49:39.128Z | Compiling camino-tempfile v1.4.1 |
| 3137 | 2026-02-26T16:49:39.550Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3138 | 2026-02-26T16:49:39.900Z | Compiling rayon v1.10.0 |
| 3139 | 2026-02-26T16:49:39.976Z | Compiling ingot-types v0.1.2 |
| 3140 | 2026-02-26T16:49:40.056Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3141 | 2026-02-26T16:49:40.104Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3142 | 2026-02-26T16:49:40.282Z | Compiling zone_cfg_derive v0.3.0 |
| 3143 | 2026-02-26T16:49:40.688Z | Compiling ingot v0.1.1 |
| 3144 | 2026-02-26T16:49:40.758Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3145 | 2026-02-26T16:49:41.147Z | Compiling itertools v0.12.1 |
| 3146 | 2026-02-26T16:49:41.171Z | Compiling smf v0.2.3 |
| 3147 | 2026-02-26T16:49:41.461Z | Compiling num-derive v0.4.2 |
| 3148 | 2026-02-26T16:49:41.820Z | Compiling typify v0.4.3 |
| 3149 | 2026-02-26T16:49:42.012Z | Compiling progenitor-impl v0.11.2 |
| 3150 | 2026-02-26T16:49:42.068Z | Compiling sigpipe v0.1.3 |
| 3151 | 2026-02-26T16:49:42.228Z | Compiling glob v0.3.2 |
| 3152 | 2026-02-26T16:49:42.254Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3153 | 2026-02-26T16:49:42.610Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3154 | 2026-02-26T16:49:43.107Z | Compiling toml v0.8.23 |
| 3155 | 2026-02-26T16:49:43.244Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3156 | 2026-02-26T16:49:43.551Z | Compiling zone v0.3.1 |
| 3157 | 2026-02-26T16:49:43.599Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3158 | 2026-02-26T16:49:43.629Z | Compiling convert_case v0.4.0 |
| 3159 | 2026-02-26T16:49:43.717Z | Compiling universal-hash v0.5.1 |
| 3160 | 2026-02-26T16:49:43.937Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3161 | 2026-02-26T16:49:43.969Z | Compiling opaque-debug v0.3.1 |
| 3162 | 2026-02-26T16:49:44.090Z | Compiling half v2.4.1 |
| 3163 | 2026-02-26T16:49:45.142Z | Compiling ciborium-io v0.2.2 |
| 3164 | 2026-02-26T16:49:45.166Z | Compiling aead v0.5.2 |
| 3165 | 2026-02-26T16:49:45.166Z | Compiling derive_more v0.99.20 |
| 3166 | 2026-02-26T16:49:45.166Z | Compiling poly1305 v0.8.0 |
| 3167 | 2026-02-26T16:49:45.166Z | Compiling ciborium-ll v0.2.2 |
| 3168 | 2026-02-26T16:49:45.166Z | Compiling typify-impl v0.6.1 |
| 3169 | 2026-02-26T16:49:45.166Z | Compiling chacha20 v0.9.1 |
| 3170 | 2026-02-26T16:49:45.166Z | Compiling ciborium v0.2.2 |
| 3171 | 2026-02-26T16:49:45.166Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3172 | 2026-02-26T16:49:45.219Z | Compiling num-rational v0.4.2 |
| 3173 | 2026-02-26T16:49:45.862Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3174 | 2026-02-26T16:49:46.050Z | Compiling password-hash v0.5.0 |
| 3175 | 2026-02-26T16:49:46.166Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3176 | 2026-02-26T16:49:46.471Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3177 | 2026-02-26T16:49:46.704Z | Compiling blake2 v0.10.6 |
| 3178 | 2026-02-26T16:49:46.779Z | Compiling num-complex v0.4.6 |
| 3179 | 2026-02-26T16:49:46.862Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3180 | 2026-02-26T16:49:47.706Z | Compiling progenitor-macro v0.11.2 |
| 3181 | 2026-02-26T16:49:47.756Z | Compiling num v0.4.3 |
| 3182 | 2026-02-26T16:49:47.815Z | Compiling argon2 v0.5.3 |
| 3183 | 2026-02-26T16:49:47.904Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3184 | 2026-02-26T16:49:48.082Z | Compiling thiserror-no-std v2.0.2 |
| 3185 | 2026-02-26T16:49:48.248Z | Compiling indent_write v2.2.0 |
| 3186 | 2026-02-26T16:49:48.490Z | Compiling float-ord v0.3.2 |
| 3187 | 2026-02-26T16:49:48.712Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3188 | 2026-02-26T16:49:49.044Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3189 | 2026-02-26T16:49:49.547Z | Compiling vsss-rs v3.3.4 |
| 3190 | 2026-02-26T16:49:49.575Z | Compiling chacha20poly1305 v0.10.1 |
| 3191 | 2026-02-26T16:49:49.837Z | Compiling prettyplease v0.2.36 |
| 3192 | 2026-02-26T16:49:50.224Z | Compiling gethostname v0.5.0 |
| 3193 | 2026-02-26T16:49:50.438Z | Compiling usdt-macro v0.5.0 |
| 3194 | 2026-02-26T16:49:50.712Z | Compiling usdt-attr-macro v0.5.0 |
| 3195 | 2026-02-26T16:49:51.023Z | Compiling derive-where v1.5.0 |
| 3196 | 2026-02-26T16:49:51.670Z | Compiling cancel-safe-futures v0.1.5 |
| 3197 | 2026-02-26T16:49:52.023Z | Compiling owo-colors v4.2.3 |
| 3198 | 2026-02-26T16:49:52.057Z | Compiling usdt v0.5.0 |
| 3199 | 2026-02-26T16:49:52.129Z | Compiling console v0.15.10 |
| 3200 | 2026-02-26T16:49:52.542Z | Compiling resolv-conf v0.7.0 |
| 3201 | 2026-02-26T16:49:52.650Z | Compiling libsw-core v0.3.1 |
| 3202 | 2026-02-26T16:49:52.762Z | Compiling async-recursion v1.1.1 |
| 3203 | 2026-02-26T16:49:53.009Z | Compiling libsw v3.5.0 |
| 3204 | 2026-02-26T16:49:53.343Z | Compiling linear-map v1.2.0 |
| 3205 | 2026-02-26T16:49:53.399Z | Compiling libefi-sys v0.1.0 |
| 3206 | 2026-02-26T16:49:53.715Z | Compiling hickory-proto v0.24.4 |
| 3207 | 2026-02-26T16:49:53.769Z | Compiling newline-converter v0.3.0 |
| 3208 | 2026-02-26T16:49:53.799Z | Compiling atomicwrites v0.4.4 |
| 3209 | 2026-02-26T16:49:53.858Z | Compiling bitfield-struct v0.6.2 |
| 3210 | 2026-02-26T16:49:53.987Z | Compiling linked-hash-map v0.5.6 |
| 3211 | 2026-02-26T16:49:54.018Z | Compiling semver v0.1.20 |
| 3212 | 2026-02-26T16:49:54.155Z | Compiling expectorate v1.2.0 |
| 3213 | 2026-02-26T16:49:54.363Z | Compiling rustc_version v0.1.7 |
| 3214 | 2026-02-26T16:49:54.420Z | Compiling typify-macro v0.6.1 |
| 3215 | 2026-02-26T16:49:54.449Z | Compiling lru-cache v0.1.2 |
| 3216 | 2026-02-26T16:49:54.676Z | Compiling pin-project-internal v1.1.6 |
| 3217 | 2026-02-26T16:49:54.789Z | Compiling slog-dtrace v0.3.0 |
| 3218 | 2026-02-26T16:49:54.968Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3219 | 2026-02-26T16:49:55.031Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3220 | 2026-02-26T16:49:55.063Z | Compiling minimal-lexical v0.2.1 |
| 3221 | 2026-02-26T16:49:55.146Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3222 | 2026-02-26T16:49:55.296Z | Compiling siphasher v1.0.1 |
| 3223 | 2026-02-26T16:49:55.550Z | Compiling nom v7.1.3 |
| 3224 | 2026-02-26T16:49:55.683Z | Compiling phf_shared v0.12.1 |
| 3225 | 2026-02-26T16:49:55.709Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3226 | 2026-02-26T16:49:56.111Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3227 | 2026-02-26T16:49:56.468Z | Compiling newtype_derive v0.1.6 |
| 3228 | 2026-02-26T16:49:56.497Z | Compiling tokio-dtrace v0.1.0 |
| 3229 | 2026-02-26T16:49:56.815Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3230 | 2026-02-26T16:49:56.926Z | Compiling dropshot-api-manager-types v0.3.0 |
| 3231 | 2026-02-26T16:49:56.952Z | Compiling pin-project v1.1.6 |
| 3232 | 2026-02-26T16:49:57.142Z | Compiling pem v3.0.5 |
| 3233 | 2026-02-26T16:49:57.530Z | Compiling snafu-derive v0.8.5 |
| 3234 | 2026-02-26T16:49:57.889Z | Compiling csv-core v0.1.11 |
| 3235 | 2026-02-26T16:49:57.920Z | Compiling typify v0.6.1 |
| 3236 | 2026-02-26T16:49:57.920Z | Compiling highway v1.3.0 |
| 3237 | 2026-02-26T16:49:58.159Z | Compiling progenitor-impl v0.13.0 |
| 3238 | 2026-02-26T16:49:58.214Z | Compiling progenitor v0.11.2 |
| 3239 | 2026-02-26T16:49:58.246Z | Compiling hickory-resolver v0.24.4 |
| 3240 | 2026-02-26T16:49:58.414Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3241 | 2026-02-26T16:49:58.460Z | Compiling xshell-macros v0.2.7 |
| 3242 | 2026-02-26T16:49:58.488Z | Compiling same-file v1.0.6 |
| 3243 | 2026-02-26T16:49:58.662Z | Compiling chrono-tz v0.10.4 |
| 3244 | 2026-02-26T16:49:58.789Z | Compiling base64 v0.21.7 |
| 3245 | 2026-02-26T16:49:59.013Z | Compiling const_format_proc_macros v0.2.34 |
| 3246 | 2026-02-26T16:49:59.146Z | Compiling xshell v0.2.7 |
| 3247 | 2026-02-26T16:49:59.420Z | Compiling walkdir v2.5.0 |
| 3248 | 2026-02-26T16:50:00.018Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3249 | 2026-02-26T16:50:00.114Z | Compiling csv v1.3.1 |
| 3250 | 2026-02-26T16:50:00.520Z | Compiling qorb v0.4.1 |
| 3251 | 2026-02-26T16:50:00.675Z | Compiling oxide-tokio-rt v0.1.2 |
| 3252 | 2026-02-26T16:50:01.000Z | Compiling phf v0.12.1 |
| 3253 | 2026-02-26T16:50:01.186Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3254 | 2026-02-26T16:50:01.287Z | Compiling globset v0.4.15 |
| 3255 | 2026-02-26T16:50:01.479Z | Compiling olpc-cjson v0.1.4 |
| 3256 | 2026-02-26T16:50:01.521Z | Compiling snafu v0.8.5 |
| 3257 | 2026-02-26T16:50:01.782Z | Compiling primeorder v0.13.6 |
| 3258 | 2026-02-26T16:50:02.214Z | Compiling serde_plain v1.0.2 |
| 3259 | 2026-02-26T16:50:02.291Z | Compiling typed-path v0.9.3 |
| 3260 | 2026-02-26T16:50:02.630Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3261 | 2026-02-26T16:50:02.988Z | Compiling const_format v0.2.34 |
| 3262 | 2026-02-26T16:50:03.606Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3263 | 2026-02-26T16:50:03.711Z | Compiling progenitor-macro v0.13.0 |
| 3264 | 2026-02-26T16:50:04.353Z | Compiling tough v0.20.0 |
| 3265 | 2026-02-26T16:50:04.533Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3266 | 2026-02-26T16:50:04.825Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3267 | 2026-02-26T16:50:05.011Z | Compiling tabled_derive v0.7.0 |
| 3268 | 2026-02-26T16:50:05.569Z | Compiling bcs v0.1.6 |
| 3269 | 2026-02-26T16:50:05.848Z | Compiling termtree v0.5.1 |
| 3270 | 2026-02-26T16:50:06.018Z | Compiling radium v0.7.0 |
| 3271 | 2026-02-26T16:50:06.123Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3272 | 2026-02-26T16:50:06.195Z | Compiling utf-8 v0.7.6 |
| 3273 | 2026-02-26T16:50:06.462Z | Compiling salty v0.3.0 |
| 3274 | 2026-02-26T16:50:06.559Z | Compiling tungstenite v0.21.0 |
| 3275 | 2026-02-26T16:50:06.803Z | Compiling tabled v0.15.0 |
| 3276 | 2026-02-26T16:50:06.926Z | Compiling textwrap v0.16.2 |
| 3277 | 2026-02-26T16:50:07.979Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3278 | 2026-02-26T16:50:08.340Z | Compiling steno v0.4.1 |
| 3279 | 2026-02-26T16:50:08.367Z | Compiling typify-impl v0.2.0 |
| 3280 | 2026-02-26T16:50:08.921Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3281 | 2026-02-26T16:50:09.150Z | Compiling maybe-uninit v2.0.0 |
| 3282 | 2026-02-26T16:50:09.621Z | Compiling humantime v2.2.0 |
| 3283 | 2026-02-26T16:50:10.107Z | Compiling tap v1.0.1 |
| 3284 | 2026-02-26T16:50:10.332Z | Compiling moka v0.12.10 |
| 3285 | 2026-02-26T16:50:10.738Z | Compiling wyz v0.5.1 |
| 3286 | 2026-02-26T16:50:11.272Z | Compiling tokio-tungstenite v0.21.0 |
| 3287 | 2026-02-26T16:50:11.918Z | Compiling p384 v0.13.1 |
| 3288 | 2026-02-26T16:50:12.243Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3289 | 2026-02-26T16:50:12.271Z | Compiling progenitor-impl v0.10.0 |
| 3290 | 2026-02-26T16:50:12.624Z | Compiling arc-swap v1.7.1 |
| 3291 | 2026-02-26T16:50:13.011Z | Compiling packed_struct v0.10.1 |
| 3292 | 2026-02-26T16:50:13.225Z | Compiling tagptr v0.2.0 |
| 3293 | 2026-02-26T16:50:13.392Z | Compiling funty v2.0.0 |
| 3294 | 2026-02-26T16:50:13.545Z | Compiling slog-scope v4.4.0 |
| 3295 | 2026-02-26T16:50:14.165Z | Compiling bitvec v1.0.1 |
| 3296 | 2026-02-26T16:50:14.197Z | Compiling progenitor v0.13.0 |
| 3297 | 2026-02-26T16:50:14.447Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3298 | 2026-02-26T16:50:14.719Z | Compiling polyval v0.6.2 |
| 3299 | 2026-02-26T16:50:15.043Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3300 | 2026-02-26T16:50:15.172Z | Compiling packed_struct_codegen v0.10.1 |
| 3301 | 2026-02-26T16:50:15.647Z | Compiling zerocopy-derive v0.6.6 |
| 3302 | 2026-02-26T16:50:16.271Z | Compiling bitfield-macros v0.19.2 |
| 3303 | 2026-02-26T16:50:17.068Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3304 | 2026-02-26T16:50:17.255Z | Compiling indexmap v1.9.3 |
| 3305 | 2026-02-26T16:50:17.341Z | Compiling crc-catalog v2.4.0 |
| 3306 | 2026-02-26T16:50:17.535Z | Compiling parking_lot_core v0.8.6 |
| 3307 | 2026-02-26T16:50:17.563Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3308 | 2026-02-26T16:50:17.630Z | Compiling nodrop v0.1.14 |
| 3309 | 2026-02-26T16:50:17.739Z | Compiling typify-macro v0.2.0 |
| 3310 | 2026-02-26T16:50:17.913Z | Compiling array-init v0.0.4 |
| 3311 | 2026-02-26T16:50:17.951Z | Compiling proc-macro-error2 v2.0.1 |
| 3312 | 2026-02-26T16:50:18.077Z | Compiling progenitor-macro v0.10.0 |
| 3313 | 2026-02-26T16:50:18.168Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3314 | 2026-02-26T16:50:18.555Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3315 | 2026-02-26T16:50:18.862Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3316 | 2026-02-26T16:50:19.187Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3317 | 2026-02-26T16:50:19.690Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3318 | 2026-02-26T16:50:20.386Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3319 | 2026-02-26T16:50:20.431Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3320 | 2026-02-26T16:50:21.173Z | Compiling typify v0.2.0 |
| 3321 | 2026-02-26T16:50:21.375Z | Compiling progenitor-impl v0.8.0 |
| 3322 | 2026-02-26T16:50:22.327Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3323 | 2026-02-26T16:50:22.803Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3324 | 2026-02-26T16:50:22.927Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3325 | 2026-02-26T16:50:23.505Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3326 | 2026-02-26T16:50:23.966Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3327 | 2026-02-26T16:50:24.615Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3328 | 2026-02-26T16:50:25.751Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3329 | 2026-02-26T16:50:25.815Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3330 | 2026-02-26T16:50:25.981Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3331 | 2026-02-26T16:50:26.178Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3332 | 2026-02-26T16:50:26.425Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3333 | 2026-02-26T16:50:26.879Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3334 | 2026-02-26T16:50:26.953Z | Compiling bitfield v0.19.2 |
| 3335 | 2026-02-26T16:50:27.403Z | Compiling crc v3.2.1 |
| 3336 | 2026-02-26T16:50:28.086Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3337 | 2026-02-26T16:50:28.365Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3338 | 2026-02-26T16:50:28.564Z | Compiling progenitor v0.10.0 |
| 3339 | 2026-02-26T16:50:28.830Z | Compiling zerocopy v0.6.6 |
| 3340 | 2026-02-26T16:50:29.369Z | Compiling ghash v0.5.1 |
| 3341 | 2026-02-26T16:50:29.561Z | Compiling hickory-resolver v0.25.2 |
| 3342 | 2026-02-26T16:50:29.602Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3343 | 2026-02-26T16:50:29.960Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3344 | 2026-02-26T16:50:30.421Z | Compiling smallvec v0.6.14 |
| 3345 | 2026-02-26T16:50:30.844Z | Compiling slog-stdlog v4.1.1 |
| 3346 | 2026-02-26T16:50:31.182Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3347 | 2026-02-26T16:50:31.243Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3348 | 2026-02-26T16:50:31.722Z | Compiling ctr v0.9.2 |
| 3349 | 2026-02-26T16:50:32.109Z | Compiling num-derive v0.3.3 |
| 3350 | 2026-02-26T16:50:32.528Z | Compiling lzma-sys v0.1.20 |
| 3351 | 2026-02-26T16:50:33.348Z | Compiling unicase v2.8.1 |
| 3352 | 2026-02-26T16:50:33.517Z | Compiling hashbrown v0.12.3 |
| 3353 | 2026-02-26T16:50:33.736Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3354 | 2026-02-26T16:50:33.914Z | Compiling mime_guess v2.0.5 |
| 3355 | 2026-02-26T16:50:33.940Z | Compiling libscf-sys v1.1.0 |
| 3356 | 2026-02-26T16:50:34.161Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 3357 | 2026-02-26T16:50:34.194Z | Compiling aes-gcm v0.10.3 |
| 3358 | 2026-02-26T16:50:34.529Z | Compiling slog-envlogger v2.2.0 |
| 3359 | 2026-02-26T16:50:34.857Z | Compiling serde-hex v0.1.0 |
| 3360 | 2026-02-26T16:50:35.181Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3361 | 2026-02-26T16:50:35.209Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3362 | 2026-02-26T16:50:35.518Z | Compiling progenitor-macro v0.8.0 |
| 3363 | 2026-02-26T16:50:38.506Z | Compiling tabled_derive v0.11.0 |
| 3364 | 2026-02-26T16:50:40.211Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3365 | 2026-02-26T16:50:41.620Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3366 | 2026-02-26T16:50:42.389Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3367 | 2026-02-26T16:50:42.672Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3368 | 2026-02-26T16:50:43.512Z | Compiling ron v0.8.1 |
| 3369 | 2026-02-26T16:50:45.470Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3370 | 2026-02-26T16:50:45.712Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3371 | 2026-02-26T16:50:45.986Z | Compiling papergrid v0.17.0 |
| 3372 | 2026-02-26T16:50:46.683Z | Compiling testing_table v0.3.0 |
| 3373 | 2026-02-26T16:50:46.862Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3374 | 2026-02-26T16:50:46.963Z | Compiling hashbrown v0.13.2 |
| 3375 | 2026-02-26T16:50:47.849Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3376 | 2026-02-26T16:50:47.894Z | Compiling heck v0.3.3 |
| 3377 | 2026-02-26T16:50:48.052Z | Compiling progenitor-client v0.8.0 |
| 3378 | 2026-02-26T16:50:48.263Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3379 | 2026-02-26T16:50:48.557Z | Compiling ssh-encoding v0.2.0 |
| 3380 | 2026-02-26T16:50:48.634Z | Compiling blowfish v0.9.1 |
| 3381 | 2026-02-26T16:50:49.059Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3382 | 2026-02-26T16:50:49.085Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3383 | 2026-02-26T16:50:49.430Z | Compiling nibble_vec v0.1.0 |
| 3384 | 2026-02-26T16:50:49.697Z | Compiling endian-type v0.1.2 |
| 3385 | 2026-02-26T16:50:49.726Z | Compiling corncobs v0.1.4 |
| 3386 | 2026-02-26T16:50:49.757Z | Compiling crc-any v2.5.0 |
| 3387 | 2026-02-26T16:50:49.787Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3388 | 2026-02-26T16:50:49.967Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3389 | 2026-02-26T16:50:50.061Z | Compiling radix_trie v0.2.1 |
| 3390 | 2026-02-26T16:50:50.157Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 3391 | 2026-02-26T16:50:50.238Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3392 | 2026-02-26T16:50:50.654Z | Compiling ssh-cipher v0.2.0 |
| 3393 | 2026-02-26T16:50:50.723Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3394 | 2026-02-26T16:50:50.753Z | Compiling progenitor v0.8.0 |
| 3395 | 2026-02-26T16:50:50.818Z | Compiling zone_cfg_derive v0.1.2 |
| 3396 | 2026-02-26T16:50:51.030Z | Compiling tabled v0.20.0 |
| 3397 | 2026-02-26T16:50:51.285Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3398 | 2026-02-26T16:50:51.820Z | Compiling object v0.30.4 |
| 3399 | 2026-02-26T16:50:51.923Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3400 | 2026-02-26T16:50:52.387Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3401 | 2026-02-26T16:50:53.019Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3402 | 2026-02-26T16:50:53.400Z | Compiling parking_lot v0.11.2 |
| 3403 | 2026-02-26T16:50:54.199Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3404 | 2026-02-26T16:50:54.726Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3405 | 2026-02-26T16:50:54.903Z | Compiling prefix-trie v0.7.0 |
| 3406 | 2026-02-26T16:50:54.934Z | Compiling password-hash v0.4.2 |
| 3407 | 2026-02-26T16:50:55.118Z | Compiling fxhash v0.2.1 |
| 3408 | 2026-02-26T16:50:55.350Z | Compiling secrecy v0.8.0 |
| 3409 | 2026-02-26T16:50:55.621Z | Compiling http-range v0.1.5 |
| 3410 | 2026-02-26T16:50:55.657Z | Compiling number_prefix v0.4.0 |
| 3411 | 2026-02-26T16:50:55.687Z | Compiling base64 v0.13.1 |
| 3412 | 2026-02-26T16:50:55.928Z | Compiling path-slash v0.1.5 |
| 3413 | 2026-02-26T16:50:55.980Z | Compiling half v1.8.3 |
| 3414 | 2026-02-26T16:50:56.169Z | Compiling ron v0.7.1 |
| 3415 | 2026-02-26T16:50:56.232Z | Compiling indicatif v0.17.11 |
| 3416 | 2026-02-26T16:50:56.281Z | Compiling hickory-server v0.25.2 |
| 3417 | 2026-02-26T16:50:56.528Z | Compiling serde_cbor v0.11.2 |
| 3418 | 2026-02-26T16:50:57.714Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3419 | 2026-02-26T16:50:57.977Z | Compiling pbkdf2 v0.11.0 |
| 3420 | 2026-02-26T16:50:58.036Z | Compiling sled v0.34.7 |
| 3421 | 2026-02-26T16:50:58.356Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3422 | 2026-02-26T16:50:58.541Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3423 | 2026-02-26T16:50:58.921Z | Compiling xz2 v0.1.7 |
| 3424 | 2026-02-26T16:50:59.961Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3425 | 2026-02-26T16:51:00.537Z | Compiling zone v0.1.8 |
| 3426 | 2026-02-26T16:51:00.656Z | Compiling ssh-key v0.6.6 |
| 3427 | 2026-02-26T16:51:01.192Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3428 | 2026-02-26T16:51:01.528Z | Compiling hickory-client v0.25.2 |
| 3429 | 2026-02-26T16:51:02.096Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3430 | 2026-02-26T16:51:02.120Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3431 | 2026-02-26T16:51:02.402Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3432 | 2026-02-26T16:51:04.115Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3433 | 2026-02-26T16:51:05.471Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3434 | 2026-02-26T16:51:05.675Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3435 | 2026-02-26T16:51:06.223Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 3436 | 2026-02-26T16:51:06.393Z | Compiling p521 v0.13.3 |
| 3437 | 2026-02-26T16:51:06.528Z | Compiling p256 v0.13.2 |
| 3438 | 2026-02-26T16:51:06.681Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3439 | 2026-02-26T16:51:06.986Z | Compiling yasna v0.5.2 |
| 3440 | 2026-02-26T16:51:07.068Z | Compiling headers-core v0.3.0 |
| 3441 | 2026-02-26T16:51:07.215Z | Compiling kstat-rs v0.2.4 |
| 3442 | 2026-02-26T16:51:07.253Z | Compiling nanorand v0.7.0 |
| 3443 | 2026-02-26T16:51:07.292Z | Compiling russh-cryptovec v0.7.3 |
| 3444 | 2026-02-26T16:51:07.664Z | Compiling atty v0.2.14 |
| 3445 | 2026-02-26T16:51:07.849Z | Compiling crc8 v0.1.1 |
| 3446 | 2026-02-26T16:51:07.879Z | Compiling home v0.5.9 |
| 3447 | 2026-02-26T16:51:07.907Z | Compiling md5 v0.7.0 |
| 3448 | 2026-02-26T16:51:08.079Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3449 | 2026-02-26T16:51:08.160Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3450 | 2026-02-26T16:51:08.195Z | Compiling rcgen v0.12.1 |
| 3451 | 2026-02-26T16:51:08.263Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3452 | 2026-02-26T16:51:08.406Z | Compiling russh-keys v0.45.0 |
| 3453 | 2026-02-26T16:51:08.452Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3454 | 2026-02-26T16:51:08.890Z | Compiling flume v0.11.1 |
| 3455 | 2026-02-26T16:51:09.022Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3456 | 2026-02-26T16:51:09.500Z | Compiling headers v0.4.1 |
| 3457 | 2026-02-26T16:51:10.002Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 3458 | 2026-02-26T16:51:11.116Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3459 | 2026-02-26T16:51:11.483Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3460 | 2026-02-26T16:51:11.935Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3461 | 2026-02-26T16:51:13.700Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3462 | 2026-02-26T16:51:15.009Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3463 | 2026-02-26T16:51:16.893Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3464 | 2026-02-26T16:51:19.107Z | Compiling hyper-staticfile v0.10.1 |
| 3465 | 2026-02-26T16:51:19.462Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3466 | 2026-02-26T16:51:20.044Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3467 | 2026-02-26T16:51:20.078Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3468 | 2026-02-26T16:51:20.272Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3469 | 2026-02-26T16:51:20.522Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3470 | 2026-02-26T16:51:21.283Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3471 | 2026-02-26T16:51:21.745Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3472 | 2026-02-26T16:51:22.137Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3473 | 2026-02-26T16:51:22.562Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3474 | 2026-02-26T16:51:22.619Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3475 | 2026-02-26T16:51:22.920Z | Compiling num-bigint v0.4.6 |
| 3476 | 2026-02-26T16:51:23.164Z | Compiling des v0.8.1 |
| 3477 | 2026-02-26T16:51:23.507Z | Compiling subprocess v0.2.9 |
| 3478 | 2026-02-26T16:51:23.946Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3479 | 2026-02-26T16:51:23.976Z | Compiling display-error-chain v0.2.2 |
| 3480 | 2026-02-26T16:51:24.231Z | Compiling hex-literal v0.4.1 |
| 3481 | 2026-02-26T16:51:24.257Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3482 | 2026-02-26T16:51:24.433Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3483 | 2026-02-26T16:51:24.689Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3484 | 2026-02-26T16:51:24.936Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3485 | 2026-02-26T16:51:25.371Z | Compiling internet-checksum v0.2.1 |
| 3486 | 2026-02-26T16:51:25.598Z | Compiling russh v0.45.0 |
| 3487 | 2026-02-26T16:51:28.025Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3488 | 2026-02-26T16:52:12.471Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3489 | 2026-02-26T16:52:52.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 28s |
| 3490 | 2026-02-26T16:52:52.907Z | |
| 3491 | 2026-02-26T16:52:52.907Z | real 3:28.920728043 |
| 3492 | 2026-02-26T16:52:52.932Z | user 17:20.858936759 |
| 3493 | 2026-02-26T16:52:52.932Z | sys 2:42.026964481 |
| 3494 | 2026-02-26T16:52:52.932Z | trap 0.483373791 |
| 3495 | 2026-02-26T16:52:52.932Z | tflt 0.145700255 |
| 3496 | 2026-02-26T16:52:52.932Z | dflt 0.467553030 |
| 3497 | 2026-02-26T16:52:52.932Z | kflt 0.000271487 |
| 3498 | 2026-02-26T16:52:52.932Z | lock 47:42.718397289 |
| 3499 | 2026-02-26T16:52:52.932Z | slp 1:03:08.509385514 |
| 3500 | 2026-02-26T16:52:52.932Z | lat 1:05.880962161 |
| 3501 | 2026-02-26T16:52:52.932Z | stop 2:36.652565082 |
| 3502 | 2026-02-26T16:52:52.932Z | + mkdir tests |
| 3503 | 2026-02-26T16:52:52.932Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3504 | 2026-02-26T16:52:52.932Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3505 | 2026-02-26T16:52:52.965Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-c82afbb74b97620c tests/ |
| 3506 | 2026-02-26T16:52:52.990Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-1370b93670262bd6 tests/ |
| 3507 | 2026-02-26T16:52:53.014Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-b669a49129ca9d3d tests/ |
| 3508 | 2026-02-26T16:52:53.039Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-9f871cc87724d7c7 tests/ |
| 3509 | 2026-02-26T16:52:53.363Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
| 3510 | 2026-02-26T16:52:53.388Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-1370b93670262bd6 tests/commtest-b669a49129ca9d3d tests/dhcp_server-c82afbb74b97620c tests/end_to_end_tests-9f871cc87724d7c7 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 3511 | 2026-02-26T16:55:12.174Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3512 | 2026-02-26T16:55:12.174Z | a .github/buildomat/ci-env.sh 1K |
| 3513 | 2026-02-26T16:55:12.174Z | a out/target/test 1K |
| 3514 | 2026-02-26T16:55:12.174Z | a out/npuzone/npuzone 27402K |
| 3515 | 2026-02-26T16:55:12.174Z | a package-manifest.toml 35K |
| 3516 | 2026-02-26T16:55:12.174Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3517 | 2026-02-26T16:55:12.174Z | a target/release/omicron-package 45055K |
| 3518 | 2026-02-26T16:55:12.174Z | a target/release/xtask 11462K |
| 3519 | 2026-02-26T16:55:12.174Z | a target/debug/bootstrap 348698K |
| 3520 | 2026-02-26T16:55:12.174Z | a tests/bootstrap-1370b93670262bd6 31192K |
| 3521 | 2026-02-26T16:55:12.174Z | a tests/commtest-b669a49129ca9d3d 31453K |
| 3522 | 2026-02-26T16:55:12.174Z | a tests/dhcp_server-c82afbb74b97620c 31192K |
| 3523 | 2026-02-26T16:55:12.174Z | a tests/end_to_end_tests-9f871cc87724d7c7 391958K |
| 3524 | 2026-02-26T16:55:12.174Z | a out/clickhouse.tar.gz 324420K |
| 3525 | 2026-02-26T16:55:12.174Z | a out/clickhouse_keeper.tar.gz 306517K |
| 3526 | 2026-02-26T16:55:12.174Z | a out/clickhouse_server.tar.gz 324419K |
| 3527 | 2026-02-26T16:55:12.174Z | a out/cockroachdb.tar.gz 167459K |
| 3528 | 2026-02-26T16:55:12.174Z | a out/crucible-pantry-zone.tar.gz 44590K |
| 3529 | 2026-02-26T16:55:12.174Z | a out/crucible-utils.tar 17744K |
| 3530 | 2026-02-26T16:55:12.174Z | a out/crucible-zone.tar.gz 58728K |
| 3531 | 2026-02-26T16:55:12.174Z | a out/external-dns.tar.gz 56524K |
| 3532 | 2026-02-26T16:55:12.174Z | a out/internal-dns.tar.gz 56523K |
| 3533 | 2026-02-26T16:55:12.174Z | a out/mg-ddm-gz.tar 86339K |
| 3534 | 2026-02-26T16:55:12.174Z | a out/nexus.tar.gz 217675K |
| 3535 | 2026-02-26T16:55:12.174Z | a out/ntp.tar.gz 34912K |
| 3536 | 2026-02-26T16:55:12.174Z | a out/omicron-gateway-softnpu.tar.gz 29035K |
| 3537 | 2026-02-26T16:55:12.174Z | a out/omicron-sled-agent.tar 204912K |
| 3538 | 2026-02-26T16:55:12.174Z | a out/overlay.tar.gz 3K |
| 3539 | 2026-02-26T16:55:12.174Z | a out/oximeter.tar.gz 70047K |
| 3540 | 2026-02-26T16:55:12.174Z | a out/oxlog.tar 3945K |
| 3541 | 2026-02-26T16:55:12.174Z | a out/probe.tar.gz 3037K |
| 3542 | 2026-02-26T16:55:12.174Z | a out/propolis-server.tar.gz 74633K |
| 3543 | 2026-02-26T16:55:12.174Z | a out/pumpkind-gz.tar 26647K |
| 3544 | 2026-02-26T16:55:12.175Z | a out/switch-softnpu.tar.gz 389597K |
| 3545 | 2026-02-26T16:55:12.200Z | |
| 3546 | 2026-02-26T16:55:12.200Z | real 2:18.810239753 |
| 3547 | 2026-02-26T16:55:12.200Z | user 2:08.213673641 |
| 3548 | 2026-02-26T16:55:12.200Z | sys 12.856752998 |
| 3549 | 2026-02-26T16:55:12.200Z | trap 0.039458333 |
| 3550 | 2026-02-26T16:55:12.200Z | tflt 0.000000000 |
| 3551 | 2026-02-26T16:55:12.200Z | dflt 0.000000000 |
| 3552 | 2026-02-26T16:55:12.200Z | kflt 0.000000000 |
| 3553 | 2026-02-26T16:55:12.200Z | lock 0.000000000 |
| 3554 | 2026-02-26T16:55:12.200Z | slp 2:08.493197435 |
| 3555 | 2026-02-26T16:55:12.200Z | lat 8.011225871 |
| 3556 | 2026-02-26T16:55:12.200Z | stop 0.000366692 |
| 3557 | 2026-02-26T16:55:12.200Z | process exited: duration 2508792 ms, exit code 0 |
| |
| 3558 | 2026-02-26T16:55:12.288Z | found 1 output files |
| 3559 | 2026-02-26T16:55:12.288Z | uploading: /work/package.tar.gz (2502916367 bytes) |
| 3560 | 2026-02-26T16:58:50.193Z | uploaded: /work/package.tar.gz |