|
|
|
| 1 | 2026-02-23T23:17:54.468Z | job assigned to worker 01KJ6CN0AM67PQ7XJZJYXZ4N89 [factory aws, i-01b650037d63d777e] (queued for 1 m 6 s) |
| |
| 2 | 2026-02-23T23:18:03.086Z | starting task 0: "setup" |
| 3 | 2026-02-23T23:18:03.091Z | ++ uname -s |
| 4 | 2026-02-23T23:18:03.094Z | + kern=SunOS |
| 5 | 2026-02-23T23:18:03.094Z | + build_user=build |
| 6 | 2026-02-23T23:18:03.094Z | + build_uid=12345 |
| 7 | 2026-02-23T23:18:03.094Z | + work_dir=/work |
| 8 | 2026-02-23T23:18:03.094Z | + input_dir=/input |
| 9 | 2026-02-23T23:18:03.095Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-23T23:18:03.095Z | + case "$kern" in |
| 11 | 2026-02-23T23:18:03.095Z | + groupadd -g 12345 build |
| 12 | 2026-02-23T23:18:03.098Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-23T23:18:05.108Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-23T23:18:05.162Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-23T23:18:05.165Z | + home_fs=zfs |
| 16 | 2026-02-23T23:18:05.165Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-23T23:18:05.165Z | + mkdir -p /home/build |
| 18 | 2026-02-23T23:18:05.168Z | + chown build:build /home/build /work |
| 19 | 2026-02-23T23:18:07.169Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-23T23:18:07.172Z | process exited: duration 4087 ms, exit code 0 |
| |
| 21 | 2026-02-23T23:18:07.178Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-23T23:18:07.185Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-02-23T23:18:07.185Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-02-23T23:18:07.186Z | * rust toolchain channel = "1.91.1" |
| 25 | 2026-02-23T23:18:07.186Z | * rust toolchain profile = "default" |
| 26 | 2026-02-23T23:18:07.186Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-02-23T23:18:07.186Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-02-23T23:18:07.189Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-23T23:18:07.189Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-02-23T23:18:07.323Z | info: downloading installer |
| 31 | 2026-02-23T23:18:09.288Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-23T23:18:09.288Z | warn: /opt/ooce/bin |
| 33 | 2026-02-23T23:18:09.289Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-23T23:18:09.289Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-23T23:18:09.289Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-23T23:18:09.289Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-23T23:18:09.289Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-23T23:18:09.289Z | error: cannot install while Rust is installed |
| 39 | 2026-02-23T23:18:09.289Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-23T23:18:09.326Z | info: profile set to 'default' |
| 41 | 2026-02-23T23:18:09.327Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-23T23:18:09.330Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-02-23T23:18:09.516Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-02-23T23:18:09.517Z | info: downloading component 'cargo' |
| 45 | 2026-02-23T23:18:10.473Z | info: downloading component 'clippy' |
| 46 | 2026-02-23T23:18:10.937Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-23T23:18:12.640Z | info: downloading component 'rust-std' |
| 48 | 2026-02-23T23:18:14.847Z | info: downloading component 'rustc' |
| 49 | 2026-02-23T23:18:23.708Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-23T23:18:23.953Z | info: installing component 'cargo' |
| 51 | 2026-02-23T23:18:24.879Z | info: installing component 'clippy' |
| 52 | 2026-02-23T23:18:25.282Z | info: installing component 'rust-docs' |
| 53 | 2026-02-23T23:18:27.272Z | info: installing component 'rust-std' |
| 54 | 2026-02-23T23:18:29.133Z | info: installing component 'rustc' |
| 55 | 2026-02-23T23:18:36.180Z | info: installing component 'rustfmt' |
| 56 | 2026-02-23T23:18:36.527Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-02-23T23:18:36.527Z | |
| 58 | 2026-02-23T23:18:36.995Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-02-23T23:18:36.995Z | |
| 60 | 2026-02-23T23:18:37.003Z | |
| 61 | 2026-02-23T23:18:37.003Z | Rust is installed now. Great! |
| 62 | 2026-02-23T23:18:37.003Z | |
| 63 | 2026-02-23T23:18:37.003Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-23T23:18:37.003Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-23T23:18:37.003Z | |
| 66 | 2026-02-23T23:18:37.003Z | To configure your current shell, you need to source |
| 67 | 2026-02-23T23:18:37.003Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-23T23:18:37.003Z | |
| 69 | 2026-02-23T23:18:37.003Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-23T23:18:37.003Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-23T23:18:37.003Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-23T23:18:37.003Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-23T23:18:37.126Z | + rustup --version |
| 74 | 2026-02-23T23:18:37.138Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-23T23:18:37.142Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-23T23:18:37.227Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-02-23T23:18:37.230Z | + cargo --version |
| 78 | 2026-02-23T23:18:37.310Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-02-23T23:18:37.314Z | + rustc --version |
| 80 | 2026-02-23T23:18:37.381Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-02-23T23:18:37.384Z | process exited: duration 30200 ms, exit code 0 |
| |
| 82 | 2026-02-23T23:18:37.389Z | starting task 2: "authentication" |
| 83 | 2026-02-23T23:18:37.411Z | process exited: duration 21 ms, exit code 0 |
| |
| 84 | 2026-02-23T23:18:37.417Z | starting task 3: "clone repository" |
| 85 | 2026-02-23T23:18:37.422Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-02-23T23:18:37.425Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-02-23T23:18:37.615Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-02-23T23:19:41.167Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-02-23T23:19:41.170Z | + git fetch origin 408a9bf7d1d9d834744556260fe4c62133c090fc |
| 90 | 2026-02-23T23:19:41.959Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-02-23T23:19:41.959Z | * branch 408a9bf7d1d9d834744556260fe4c62133c090fc -> FETCH_HEAD |
| 92 | 2026-02-23T23:19:41.964Z | + [[ -n john/move-sled-agent-only-types-out-of-common ]] |
| 93 | 2026-02-23T23:19:41.965Z | ++ git branch --show-current |
| 94 | 2026-02-23T23:19:41.965Z | + current=main |
| 95 | 2026-02-23T23:19:41.965Z | + [[ main != john/move-sled-agent-only-types-out-of-common ]] |
| 96 | 2026-02-23T23:19:41.965Z | + git branch -f john/move-sled-agent-only-types-out-of-common 408a9bf7d1d9d834744556260fe4c62133c090fc |
| 97 | 2026-02-23T23:19:41.965Z | + git checkout -f john/move-sled-agent-only-types-out-of-common |
| 98 | 2026-02-23T23:19:42.469Z | Switched to branch 'john/move-sled-agent-only-types-out-of-common' |
| 99 | 2026-02-23T23:19:42.472Z | + git reset --hard 408a9bf7d1d9d834744556260fe4c62133c090fc |
| 100 | 2026-02-23T23:19:42.487Z | HEAD is now at 408a9bf7d Merge branch 'main' into john/move-sled-agent-only-types-out-of-common |
| 101 | 2026-02-23T23:19:42.490Z | process exited: duration 65059 ms, exit code 0 |
| |
| 102 | 2026-02-23T23:19:42.497Z | starting task 4: "build" |
| 103 | 2026-02-23T23:19:42.502Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-02-23T23:19:42.502Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-02-23T23:19:42.505Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-02-23T23:19:42.505Z | + cargo --version |
| 107 | 2026-02-23T23:19:42.568Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-02-23T23:19:42.571Z | + rustc --version |
| 109 | 2026-02-23T23:19:42.651Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-02-23T23:19:42.655Z | + WORK=/work |
| 111 | 2026-02-23T23:19:42.655Z | + pfexec mkdir -p /work |
| 112 | 2026-02-23T23:19:42.660Z | + pfexec chown build /work |
| 113 | 2026-02-23T23:19:42.662Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2026-02-23T23:19:53.960Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2026-02-23T23:20:04.613Z | Startup: Caching catalogs ... Done |
| 116 | 2026-02-23T23:20:27.963Z | Planning: Solver setup ... Done (21.658s) |
| 117 | 2026-02-23T23:20:28.125Z | Planning: Running solver ... Done (0.161s) |
| 118 | 2026-02-23T23:20:28.289Z | Planning: Finding local manifests ... Done (0.002s) |
| 119 | 2026-02-23T23:20:28.308Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2026-02-23T23:20:28.852Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2026-02-23T23:20:28.908Z | Planning: Package planning ... Done (0.054s) |
| 122 | 2026-02-23T23:20:28.962Z | Planning: Merging actions ... Done (0.052s) |
| 123 | 2026-02-23T23:20:29.469Z | Planning: Checking for conflicting actions ... Done (0.511s) |
| 124 | 2026-02-23T23:20:29.480Z | Planning: Consolidating action changes ... Done (0.011s) |
| 125 | 2026-02-23T23:20:30.795Z | Planning: Evaluating mediators ... Done (1.314s) |
| 126 | 2026-02-23T23:20:30.804Z | Planning: Planning completed in 26.03 seconds |
| 127 | 2026-02-23T23:20:31.082Z | Packages to install: 4 |
| 128 | 2026-02-23T23:20:31.082Z | Mediators to change: 2 |
| 129 | 2026-02-23T23:20:31.082Z | Services to change: 1 |
| 130 | 2026-02-23T23:20:31.085Z | Estimated space available: 155.43 GB |
| 131 | 2026-02-23T23:20:31.085Z | Estimated space to be consumed: 1.81 GB |
| 132 | 2026-02-23T23:20:31.085Z | Create boot environment: No |
| 133 | 2026-02-23T23:20:31.085Z | Create backup boot environment: No |
| 134 | 2026-02-23T23:20:31.085Z | Rebuild boot archive: No |
| 135 | 2026-02-23T23:20:31.085Z | |
| 136 | 2026-02-23T23:20:31.085Z | Changed mediators: |
| 137 | 2026-02-23T23:20:31.085Z | mediator clang: |
| 138 | 2026-02-23T23:20:31.085Z | version: None -> 15 (system default) |
| 139 | 2026-02-23T23:20:31.085Z | |
| 140 | 2026-02-23T23:20:31.085Z | mediator llvm: |
| 141 | 2026-02-23T23:20:31.085Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2026-02-23T23:20:31.085Z | |
| 143 | 2026-02-23T23:20:31.085Z | Changed packages: |
| 144 | 2026-02-23T23:20:31.085Z | helios-dev |
| 145 | 2026-02-23T23:20:31.085Z | developer/build-essential |
| 146 | 2026-02-23T23:20:31.085Z | None -> 11-2.0 |
| 147 | 2026-02-23T23:20:31.085Z | library/libxmlsec1 |
| 148 | 2026-02-23T23:20:31.085Z | None -> 1.2.35-2.0 |
| 149 | 2026-02-23T23:20:31.085Z | ooce/developer/clang-15 |
| 150 | 2026-02-23T23:20:31.085Z | None -> 15.0.7-2.0 |
| 151 | 2026-02-23T23:20:31.085Z | ooce/developer/llvm-15 |
| 152 | 2026-02-23T23:20:31.085Z | None -> 15.0.7-2.0 |
| 153 | 2026-02-23T23:20:31.085Z | |
| 154 | 2026-02-23T23:20:31.085Z | Services: |
| 155 | 2026-02-23T23:20:31.085Z | restart_fmri: |
| 156 | 2026-02-23T23:20:31.085Z | svc:/system/update-man-index:default |
| 157 | 2026-02-23T23:20:31.134Z | |
| 158 | 2026-02-23T23:20:31.134Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2026-02-23T23:20:36.839Z | Download: 2222/3290 items 119.1/212.6MB 56% complete (27.9M/s) |
| 160 | 2026-02-23T23:20:40.597Z | Download: Completed 212.60 MB in 9.46 seconds (22.5M/s) |
| 161 | 2026-02-23T23:20:41.082Z | Actions: 1/3689 actions (Installing new actions) |
| 162 | 2026-02-23T23:20:46.218Z | Actions: 3578/3689 actions (Installing new actions) |
| 163 | 2026-02-23T23:20:46.225Z | Actions: Completed 3689 actions in 5.14 seconds. |
| 164 | 2026-02-23T23:20:46.952Z | Done (0.721s) |
| 165 | 2026-02-23T23:20:46.952Z | Done (0.000s) |
| 166 | 2026-02-23T23:20:48.055Z | Done (1.100s) |
| 167 | 2026-02-23T23:20:54.140Z | Done (5.523s) |
| 168 | 2026-02-23T23:20:54.164Z | Done (0.019s) |
| 169 | 2026-02-23T23:20:54.164Z | Done (0.000s) |
| 170 | 2026-02-23T23:20:54.245Z | Done (0.000s) |
| 171 | 2026-02-23T23:20:55.298Z | Planning: Evaluating mediator changes ... Done |
| 172 | 2026-02-23T23:20:55.471Z | Planning: Checking for conflicting actions ... Done |
| 173 | 2026-02-23T23:20:55.475Z | Planning: Consolidating action changes ... Done |
| 174 | 2026-02-23T23:20:55.756Z | Planning: Evaluating mediators ... Done |
| 175 | 2026-02-23T23:20:55.760Z | Planning: Planning completed in 0.47 seconds |
| 176 | 2026-02-23T23:20:55.791Z | Mediators to change: 2 |
| 177 | 2026-02-23T23:20:55.791Z | Create boot environment: No |
| 178 | 2026-02-23T23:20:55.794Z | Create backup boot environment: No |
| 179 | 2026-02-23T23:20:55.875Z | Done |
| 180 | 2026-02-23T23:20:55.875Z | Done |
| 181 | 2026-02-23T23:20:59.311Z | Done |
| 182 | 2026-02-23T23:21:00.649Z | Done |
| 183 | 2026-02-23T23:21:00.739Z | Done |
| 184 | 2026-02-23T23:21:00.742Z | Done |
| 185 | 2026-02-23T23:21:00.880Z | Done |
| 186 | 2026-02-23T23:21:01.529Z | Planning: Evaluating mediator changes ... Done |
| 187 | 2026-02-23T23:21:01.532Z | Planning: Merging actions ... Done |
| 188 | 2026-02-23T23:21:01.723Z | Planning: Checking for conflicting actions ... Done |
| 189 | 2026-02-23T23:21:01.726Z | Planning: Consolidating action changes ... Done |
| 190 | 2026-02-23T23:21:02.004Z | Planning: Evaluating mediators ... Done |
| 191 | 2026-02-23T23:21:02.061Z | Planning: Planning completed in 0.78 seconds |
| 192 | 2026-02-23T23:21:02.096Z | Packages to change: 1 |
| 193 | 2026-02-23T23:21:02.096Z | Mediators to change: 1 |
| 194 | 2026-02-23T23:21:02.096Z | Services to change: 1 |
| 195 | 2026-02-23T23:21:02.105Z | Create boot environment: No |
| 196 | 2026-02-23T23:21:02.105Z | Create backup boot environment: Yes |
| 197 | 2026-02-23T23:21:04.801Z | Actions: 1/6 actions (Updating modified actions) |
| 198 | 2026-02-23T23:21:04.804Z | Actions: Completed 6 actions in 0.00 seconds. |
| 199 | 2026-02-23T23:21:04.804Z | Done |
| 200 | 2026-02-23T23:21:04.804Z | Done |
| 201 | 2026-02-23T23:21:05.026Z | Done |
| 202 | 2026-02-23T23:21:08.902Z | Done |
| 203 | 2026-02-23T23:21:09.000Z | Done |
| 204 | 2026-02-23T23:21:09.004Z | Done |
| 205 | 2026-02-23T23:21:09.152Z | Done |
| 206 | 2026-02-23T23:21:09.618Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 207 | 2026-02-23T23:21:09.618Z | clang system 15 system |
| 208 | 2026-02-23T23:21:09.618Z | csh system system illumos |
| 209 | 2026-02-23T23:21:09.618Z | ctags system system illumos |
| 210 | 2026-02-23T23:21:09.618Z | file system system illumos |
| 211 | 2026-02-23T23:21:09.618Z | gcc vendor 12 vendor |
| 212 | 2026-02-23T23:21:09.618Z | gcc system 10 system |
| 213 | 2026-02-23T23:21:09.618Z | gcc system 7 system |
| 214 | 2026-02-23T23:21:09.618Z | go system 1.20 system |
| 215 | 2026-02-23T23:21:09.618Z | go system 1.19 system |
| 216 | 2026-02-23T23:21:09.618Z | llvm system 15 system |
| 217 | 2026-02-23T23:21:09.618Z | llvm system 14 system |
| 218 | 2026-02-23T23:21:09.618Z | mariadb system 10.6 system |
| 219 | 2026-02-23T23:21:09.618Z | mta vendor vendor dma |
| 220 | 2026-02-23T23:21:09.618Z | openjdk system 17 system |
| 221 | 2026-02-23T23:21:09.618Z | openjdk system 11 system |
| 222 | 2026-02-23T23:21:09.618Z | openjdk system 1.8 system |
| 223 | 2026-02-23T23:21:09.618Z | openssl vendor 3 vendor |
| 224 | 2026-02-23T23:21:09.618Z | perl system 5.36 system |
| 225 | 2026-02-23T23:21:09.618Z | postgresql system 15 system |
| 226 | 2026-02-23T23:21:09.618Z | postgresql system 13 system |
| 227 | 2026-02-23T23:21:09.618Z | python vendor 3 vendor |
| 228 | 2026-02-23T23:21:09.618Z | python system 2 system |
| 229 | 2026-02-23T23:21:09.618Z | python3 system 3.11 system |
| 230 | 2026-02-23T23:21:09.618Z | ruby system 3.0 system |
| 231 | 2026-02-23T23:21:09.618Z | words vendor vendor american-english |
| 232 | 2026-02-23T23:21:09.618Z | words system system australian-english |
| 233 | 2026-02-23T23:21:09.618Z | words system system british-english |
| 234 | 2026-02-23T23:21:09.618Z | words system system canadian-english |
| 235 | 2026-02-23T23:21:09.618Z | words system system french |
| 236 | 2026-02-23T23:21:09.618Z | words system system italian |
| 237 | 2026-02-23T23:21:09.618Z | words system system ngerman |
| 238 | 2026-02-23T23:21:09.618Z | words system system ogerman |
| 239 | 2026-02-23T23:21:09.619Z | words system system spanish |
| 240 | 2026-02-23T23:21:09.972Z | PUBLISHER TYPE STATUS P LOCATION |
| 241 | 2026-02-23T23:21:09.972Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 242 | 2026-02-23T23:21:16.590Z | FMRI IFO |
| 243 | 2026-02-23T23:21:16.590Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 244 | 2026-02-23T23:21:16.590Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 245 | 2026-02-23T23:21:16.590Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 246 | 2026-02-23T23:21:16.590Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 247 | 2026-02-23T23:21:16.590Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 248 | 2026-02-23T23:21:16.590Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 249 | 2026-02-23T23:21:16.590Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 250 | 2026-02-23T23:21:16.590Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 251 | 2026-02-23T23:21:16.590Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 252 | 2026-02-23T23:21:16.590Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 253 | 2026-02-23T23:21:16.590Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 254 | 2026-02-23T23:21:16.590Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 255 | 2026-02-23T23:21:16.591Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 256 | 2026-02-23T23:21:16.591Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 257 | 2026-02-23T23:21:16.591Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 258 | 2026-02-23T23:21:16.591Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 259 | 2026-02-23T23:21:17.867Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 260 | 2026-02-23T23:21:18.553Z | Updating crates.io index |
| 261 | 2026-02-23T23:21:18.590Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 262 | 2026-02-23T23:21:19.582Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 263 | 2026-02-23T23:21:20.458Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 264 | 2026-02-23T23:21:23.354Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 265 | 2026-02-23T23:21:23.991Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 266 | 2026-02-23T23:21:24.790Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 267 | 2026-02-23T23:21:29.250Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 268 | 2026-02-23T23:21:35.377Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 269 | 2026-02-23T23:21:38.181Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 270 | 2026-02-23T23:21:38.835Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 271 | 2026-02-23T23:21:43.162Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 272 | 2026-02-23T23:21:44.829Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 273 | 2026-02-23T23:21:45.548Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 274 | 2026-02-23T23:21:46.559Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 275 | 2026-02-23T23:21:47.300Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 276 | 2026-02-23T23:21:49.357Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 277 | 2026-02-23T23:21:50.708Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 278 | 2026-02-23T23:21:51.244Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 279 | 2026-02-23T23:21:52.185Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 280 | 2026-02-23T23:21:52.934Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 281 | 2026-02-23T23:21:53.618Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 282 | 2026-02-23T23:21:54.221Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 283 | 2026-02-23T23:21:56.001Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 284 | 2026-02-23T23:21:56.946Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 285 | 2026-02-23T23:21:58.082Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 286 | 2026-02-23T23:21:59.477Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 287 | 2026-02-23T23:22:00.024Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 288 | 2026-02-23T23:22:00.952Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 289 | 2026-02-23T23:22:02.598Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 290 | 2026-02-23T23:22:04.159Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 291 | 2026-02-23T23:22:05.098Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 292 | 2026-02-23T23:22:05.635Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 293 | 2026-02-23T23:22:06.389Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 294 | 2026-02-23T23:22:06.994Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 295 | 2026-02-23T23:22:08.090Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 296 | 2026-02-23T23:22:08.673Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 297 | 2026-02-23T23:22:09.393Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 298 | 2026-02-23T23:22:10.037Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 299 | 2026-02-23T23:22:10.784Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 300 | 2026-02-23T23:22:53.345Z | Downloading crates ... |
| 301 | 2026-02-23T23:22:53.388Z | Downloaded bitflags v2.9.4 |
| 302 | 2026-02-23T23:22:53.396Z | Downloaded getrandom v0.3.4 |
| 303 | 2026-02-23T23:22:53.399Z | Downloaded memmap v0.7.0 |
| 304 | 2026-02-23T23:22:53.399Z | Downloaded serde_spanned v0.6.9 |
| 305 | 2026-02-23T23:22:53.402Z | Downloaded stable_deref_trait v1.2.0 |
| 306 | 2026-02-23T23:22:53.404Z | Downloaded percent-encoding v2.3.2 |
| 307 | 2026-02-23T23:22:53.407Z | Downloaded terminal_size v0.4.0 |
| 308 | 2026-02-23T23:22:53.407Z | Downloaded anstream v0.6.18 |
| 309 | 2026-02-23T23:22:53.410Z | Downloaded errno v0.3.12 |
| 310 | 2026-02-23T23:22:53.410Z | Downloaded zerovec-derive v0.10.3 |
| 311 | 2026-02-23T23:22:53.414Z | Downloaded form_urlencoded v1.2.2 |
| 312 | 2026-02-23T23:22:53.414Z | Downloaded tinystr v0.7.6 |
| 313 | 2026-02-23T23:22:53.416Z | Downloaded erased-serde v0.4.6 |
| 314 | 2026-02-23T23:22:53.419Z | Downloaded ordered-float v2.10.1 |
| 315 | 2026-02-23T23:22:53.419Z | Downloaded icu_collections v1.5.0 |
| 316 | 2026-02-23T23:22:53.423Z | Downloaded thiserror-impl v2.0.18 |
| 317 | 2026-02-23T23:22:53.425Z | Downloaded thiserror-impl v1.0.69 |
| 318 | 2026-02-23T23:22:53.431Z | Downloaded typenum v1.17.0 |
| 319 | 2026-02-23T23:22:53.431Z | Downloaded tabled_derive v0.7.0 |
| 320 | 2026-02-23T23:22:53.436Z | Downloaded cpufeatures v0.2.14 |
| 321 | 2026-02-23T23:22:53.436Z | Downloaded utf8_iter v1.0.4 |
| 322 | 2026-02-23T23:22:53.436Z | Downloaded unicode-linebreak v0.1.5 |
| 323 | 2026-02-23T23:22:53.436Z | Downloaded utf16_iter v1.0.5 |
| 324 | 2026-02-23T23:22:53.439Z | Downloaded usdt-macro v0.5.0 |
| 325 | 2026-02-23T23:22:53.439Z | Downloaded version_check v0.9.5 |
| 326 | 2026-02-23T23:22:53.439Z | Downloaded toml_datetime v0.6.11 |
| 327 | 2026-02-23T23:22:53.447Z | Downloaded write16 v1.0.0 |
| 328 | 2026-02-23T23:22:53.450Z | Downloaded crypto-common v0.1.6 |
| 329 | 2026-02-23T23:22:53.450Z | Downloaded toml_write v0.1.2 |
| 330 | 2026-02-23T23:22:53.450Z | Downloaded yoke-derive v0.7.4 |
| 331 | 2026-02-23T23:22:53.452Z | Downloaded unicode-xid v0.2.6 |
| 332 | 2026-02-23T23:22:53.452Z | Downloaded rustix v1.1.3 |
| 333 | 2026-02-23T23:22:53.470Z | Downloaded writeable v0.5.5 |
| 334 | 2026-02-23T23:22:53.472Z | Downloaded block-buffer v0.10.4 |
| 335 | 2026-02-23T23:22:53.472Z | Downloaded utf8parse v0.2.2 |
| 336 | 2026-02-23T23:22:53.476Z | Downloaded usdt v0.5.0 |
| 337 | 2026-02-23T23:22:53.476Z | Downloaded typeid v1.0.3 |
| 338 | 2026-02-23T23:22:53.476Z | Downloaded toml_edit v0.22.27 |
| 339 | 2026-02-23T23:22:53.480Z | Downloaded zerofrom-derive v0.1.4 |
| 340 | 2026-02-23T23:22:53.482Z | Downloaded zmij v1.0.15 |
| 341 | 2026-02-23T23:22:53.482Z | Downloaded usdt-impl v0.5.0 |
| 342 | 2026-02-23T23:22:53.483Z | Downloaded zerofrom v0.1.4 |
| 343 | 2026-02-23T23:22:53.485Z | Downloaded usdt-attr-macro v0.5.0 |
| 344 | 2026-02-23T23:22:53.486Z | Downloaded thread-id v4.2.2 |
| 345 | 2026-02-23T23:22:53.486Z | Downloaded synstructure v0.13.1 |
| 346 | 2026-02-23T23:22:53.490Z | Downloaded textwrap v0.16.2 |
| 347 | 2026-02-23T23:22:53.493Z | Downloaded unicode-ident v1.0.19 |
| 348 | 2026-02-23T23:22:53.493Z | Downloaded toml v0.8.23 |
| 349 | 2026-02-23T23:22:53.499Z | Downloaded swrite v0.1.0 |
| 350 | 2026-02-23T23:22:53.500Z | Downloaded yoke v0.7.4 |
| 351 | 2026-02-23T23:22:53.500Z | Downloaded zerocopy-derive v0.7.35 |
| 352 | 2026-02-23T23:22:53.502Z | Downloaded thiserror v2.0.18 |
| 353 | 2026-02-23T23:22:53.506Z | Downloaded ucd-trie v0.1.7 |
| 354 | 2026-02-23T23:22:53.514Z | Downloaded tempfile v3.24.0 |
| 355 | 2026-02-23T23:22:53.514Z | Downloaded idna_adapter v1.2.0 |
| 356 | 2026-02-23T23:22:53.514Z | Downloaded dtrace-parser v0.2.0 |
| 357 | 2026-02-23T23:22:53.517Z | Downloaded clap_lex v0.7.4 |
| 358 | 2026-02-23T23:22:53.517Z | Downloaded url v2.5.4 |
| 359 | 2026-02-23T23:22:53.517Z | Downloaded pretty-hex v0.4.1 |
| 360 | 2026-02-23T23:22:53.517Z | Downloaded anstyle v1.0.11 |
| 361 | 2026-02-23T23:22:53.517Z | Downloaded generic-array v0.14.7 |
| 362 | 2026-02-23T23:22:53.520Z | Downloaded anstyle-query v1.1.1 |
| 363 | 2026-02-23T23:22:53.520Z | Downloaded scroll_derive v0.12.0 |
| 364 | 2026-02-23T23:22:53.520Z | Downloaded serde-value v0.7.0 |
| 365 | 2026-02-23T23:22:53.523Z | Downloaded proc-macro-error-attr v1.0.4 |
| 366 | 2026-02-23T23:22:53.523Z | Downloaded plain v0.2.3 |
| 367 | 2026-02-23T23:22:53.523Z | Downloaded cfg-if v1.0.4 |
| 368 | 2026-02-23T23:22:53.523Z | Downloaded icu_provider_macros v1.5.0 |
| 369 | 2026-02-23T23:22:53.526Z | Downloaded heck v0.5.0 |
| 370 | 2026-02-23T23:22:53.526Z | Downloaded equivalent v1.0.2 |
| 371 | 2026-02-23T23:22:53.526Z | Downloaded digest v0.10.7 |
| 372 | 2026-02-23T23:22:53.529Z | Downloaded thiserror v1.0.69 |
| 373 | 2026-02-23T23:22:53.535Z | Downloaded macaddr v1.0.1 |
| 374 | 2026-02-23T23:22:53.538Z | Downloaded bytecount v0.6.8 |
| 375 | 2026-02-23T23:22:53.538Z | Downloaded heck v0.4.1 |
| 376 | 2026-02-23T23:22:53.538Z | Downloaded strsim v0.11.1 |
| 377 | 2026-02-23T23:22:53.538Z | Downloaded quote v1.0.40 |
| 378 | 2026-02-23T23:22:53.540Z | Downloaded litemap v0.7.3 |
| 379 | 2026-02-23T23:22:53.543Z | Downloaded zerocopy v0.7.35 |
| 380 | 2026-02-23T23:22:53.555Z | Downloaded zerovec v0.10.4 |
| 381 | 2026-02-23T23:22:53.560Z | Downloaded winnow v0.7.14 |
| 382 | 2026-02-23T23:22:53.568Z | Downloaded pest_generator v2.8.2 |
| 383 | 2026-02-23T23:22:53.574Z | Downloaded unicode-width v0.2.0 |
| 384 | 2026-02-23T23:22:53.574Z | Downloaded icu_locid_transform v1.5.0 |
| 385 | 2026-02-23T23:22:53.577Z | Downloaded smawk v0.3.2 |
| 386 | 2026-02-23T23:22:53.577Z | Downloaded byteorder v1.5.0 |
| 387 | 2026-02-23T23:22:53.580Z | Downloaded sha2 v0.10.9 |
| 388 | 2026-02-23T23:22:53.580Z | Downloaded camino-tempfile v1.4.1 |
| 389 | 2026-02-23T23:22:53.584Z | Downloaded fastrand v2.1.1 |
| 390 | 2026-02-23T23:22:53.584Z | Downloaded serde_tokenstream v0.2.2 |
| 391 | 2026-02-23T23:22:53.587Z | Downloaded semver v1.0.27 |
| 392 | 2026-02-23T23:22:53.587Z | Downloaded cargo_metadata v0.21.0 |
| 393 | 2026-02-23T23:22:53.587Z | Downloaded anstyle-parse v0.2.5 |
| 394 | 2026-02-23T23:22:53.590Z | Downloaded unicode-width v0.1.14 |
| 395 | 2026-02-23T23:22:53.593Z | Downloaded fs-err v3.1.1 |
| 396 | 2026-02-23T23:22:53.595Z | Downloaded cargo_toml v0.21.0 |
| 397 | 2026-02-23T23:22:53.595Z | Downloaded autocfg v1.4.0 |
| 398 | 2026-02-23T23:22:53.598Z | Downloaded serde-untagged v0.1.7 |
| 399 | 2026-02-23T23:22:53.598Z | Downloaded scroll v0.12.0 |
| 400 | 2026-02-23T23:22:53.601Z | Downloaded icu_normalizer_data v1.5.0 |
| 401 | 2026-02-23T23:22:53.601Z | Downloaded pest_derive v2.8.2 |
| 402 | 2026-02-23T23:22:53.603Z | Downloaded displaydoc v0.2.5 |
| 403 | 2026-02-23T23:22:53.610Z | Downloaded dof v0.3.0 |
| 404 | 2026-02-23T23:22:53.610Z | Downloaded itoa v1.0.11 |
| 405 | 2026-02-23T23:22:53.610Z | Downloaded is_terminal_polyfill v1.70.1 |
| 406 | 2026-02-23T23:22:53.614Z | Downloaded icu_locid_transform_data v1.5.0 |
| 407 | 2026-02-23T23:22:53.614Z | Downloaded fnv v1.0.7 |
| 408 | 2026-02-23T23:22:53.614Z | Downloaded colorchoice v1.0.2 |
| 409 | 2026-02-23T23:22:53.614Z | Downloaded cargo-platform v0.2.0 |
| 410 | 2026-02-23T23:22:53.617Z | Downloaded smallvec v1.15.1 |
| 411 | 2026-02-23T23:22:53.618Z | Downloaded once_cell v1.21.3 |
| 412 | 2026-02-23T23:22:53.620Z | Downloaded camino v1.2.2 |
| 413 | 2026-02-23T23:22:53.623Z | Downloaded clap_derive v4.5.47 |
| 414 | 2026-02-23T23:22:53.623Z | Downloaded proc-macro-error v1.0.4 |
| 415 | 2026-02-23T23:22:53.626Z | Downloaded pest_meta v2.8.2 |
| 416 | 2026-02-23T23:22:53.629Z | Downloaded cargo-util-schemas v0.8.2 |
| 417 | 2026-02-23T23:22:53.634Z | Downloaded icu_locid v1.5.0 |
| 418 | 2026-02-23T23:22:53.634Z | Downloaded icu_properties v1.5.1 |
| 419 | 2026-02-23T23:22:53.639Z | Downloaded papergrid v0.11.0 |
| 420 | 2026-02-23T23:22:53.643Z | Downloaded proc-macro2 v1.0.101 |
| 421 | 2026-02-23T23:22:53.646Z | Downloaded icu_normalizer v1.5.0 |
| 422 | 2026-02-23T23:22:53.649Z | Downloaded clap v4.5.48 |
| 423 | 2026-02-23T23:22:53.655Z | Downloaded num-traits v0.2.19 |
| 424 | 2026-02-23T23:22:53.658Z | Downloaded anyhow v1.0.99 |
| 425 | 2026-02-23T23:22:53.662Z | Downloaded serde_core v1.0.228 |
| 426 | 2026-02-23T23:22:53.684Z | Downloaded log v0.4.29 |
| 427 | 2026-02-23T23:22:53.684Z | Downloaded icu_provider v1.5.0 |
| 428 | 2026-02-23T23:22:53.690Z | Downloaded indexmap v2.13.0 |
| 429 | 2026-02-23T23:22:53.690Z | Downloaded serde v1.0.228 |
| 430 | 2026-02-23T23:22:53.690Z | Downloaded memchr v2.7.4 |
| 431 | 2026-02-23T23:22:53.690Z | Downloaded serde_derive v1.0.228 |
| 432 | 2026-02-23T23:22:53.703Z | Downloaded pest v2.8.2 |
| 433 | 2026-02-23T23:22:53.734Z | Downloaded idna v1.0.3 |
| 434 | 2026-02-23T23:22:53.736Z | Downloaded clap_builder v4.5.48 |
| 435 | 2026-02-23T23:22:53.739Z | Downloaded serde_json v1.0.149 |
| 436 | 2026-02-23T23:22:53.747Z | Downloaded hashbrown v0.16.1 |
| 437 | 2026-02-23T23:22:53.764Z | Downloaded goblin v0.8.2 |
| 438 | 2026-02-23T23:22:53.777Z | Downloaded tabled v0.15.0 |
| 439 | 2026-02-23T23:22:53.792Z | Downloaded syn v1.0.109 |
| 440 | 2026-02-23T23:22:53.801Z | Downloaded icu_properties_data v1.5.0 |
| 441 | 2026-02-23T23:22:53.806Z | Downloaded syn v2.0.114 |
| 442 | 2026-02-23T23:22:53.815Z | Downloaded rustix v0.38.37 |
| 443 | 2026-02-23T23:22:53.858Z | Downloaded libc v0.2.180 |
| 444 | 2026-02-23T23:22:53.937Z | Compiling proc-macro2 v1.0.101 |
| 445 | 2026-02-23T23:22:53.942Z | Compiling unicode-ident v1.0.19 |
| 446 | 2026-02-23T23:22:53.942Z | Compiling serde_core v1.0.228 |
| 447 | 2026-02-23T23:22:53.942Z | Compiling serde v1.0.228 |
| 448 | 2026-02-23T23:22:54.179Z | Compiling version_check v0.9.5 |
| 449 | 2026-02-23T23:22:54.181Z | Compiling libc v0.2.180 |
| 450 | 2026-02-23T23:22:54.181Z | Compiling memchr v2.7.4 |
| 451 | 2026-02-23T23:22:54.181Z | Compiling thiserror v2.0.18 |
| 452 | 2026-02-23T23:22:54.433Z | Compiling stable_deref_trait v1.2.0 |
| 453 | 2026-02-23T23:22:54.572Z | Compiling zmij v1.0.15 |
| 454 | 2026-02-23T23:22:54.875Z | Compiling writeable v0.5.5 |
| 455 | 2026-02-23T23:22:55.327Z | Compiling thiserror v1.0.69 |
| 456 | 2026-02-23T23:22:55.595Z | Compiling ucd-trie v0.1.7 |
| 457 | 2026-02-23T23:22:55.819Z | Compiling litemap v0.7.3 |
| 458 | 2026-02-23T23:22:55.858Z | Compiling itoa v1.0.11 |
| 459 | 2026-02-23T23:22:56.100Z | Compiling autocfg v1.4.0 |
| 460 | 2026-02-23T23:22:56.210Z | Compiling byteorder v1.5.0 |
| 461 | 2026-02-23T23:22:56.491Z | Compiling bitflags v2.9.4 |
| 462 | 2026-02-23T23:22:56.705Z | Compiling icu_locid_transform_data v1.5.0 |
| 463 | 2026-02-23T23:22:56.822Z | Compiling errno v0.3.12 |
| 464 | 2026-02-23T23:22:56.849Z | Compiling serde_json v1.0.149 |
| 465 | 2026-02-23T23:22:56.882Z | Compiling icu_properties_data v1.5.0 |
| 466 | 2026-02-23T23:22:56.953Z | Compiling quote v1.0.40 |
| 467 | 2026-02-23T23:22:57.076Z | Compiling num-traits v0.2.19 |
| 468 | 2026-02-23T23:22:57.145Z | Compiling utf8_iter v1.0.4 |
| 469 | 2026-02-23T23:22:57.234Z | Compiling icu_normalizer_data v1.5.0 |
| 470 | 2026-02-23T23:22:57.369Z | Compiling syn v2.0.114 |
| 471 | 2026-02-23T23:22:57.413Z | Compiling typeid v1.0.3 |
| 472 | 2026-02-23T23:22:57.441Z | Compiling smallvec v1.15.1 |
| 473 | 2026-02-23T23:22:57.619Z | Compiling utf16_iter v1.0.5 |
| 474 | 2026-02-23T23:22:57.779Z | Compiling write16 v1.0.0 |
| 475 | 2026-02-23T23:22:57.840Z | Compiling equivalent v1.0.2 |
| 476 | 2026-02-23T23:22:57.868Z | Compiling hashbrown v0.16.1 |
| 477 | 2026-02-23T23:22:57.940Z | Compiling rustix v0.38.37 |
| 478 | 2026-02-23T23:22:58.097Z | Compiling usdt-impl v0.5.0 |
| 479 | 2026-02-23T23:22:58.313Z | Compiling proc-macro-error-attr v1.0.4 |
| 480 | 2026-02-23T23:22:58.479Z | Compiling toml_write v0.1.2 |
| 481 | 2026-02-23T23:22:58.657Z | Compiling winnow v0.7.14 |
| 482 | 2026-02-23T23:22:58.781Z | Compiling syn v1.0.109 |
| 483 | 2026-02-23T23:22:58.971Z | Compiling thread-id v4.2.2 |
| 484 | 2026-02-23T23:22:59.167Z | Compiling indexmap v2.13.0 |
| 485 | 2026-02-23T23:22:59.680Z | Compiling proc-macro-error v1.0.4 |
| 486 | 2026-02-23T23:23:00.052Z | Compiling percent-encoding v2.3.2 |
| 487 | 2026-02-23T23:23:00.377Z | Compiling getrandom v0.3.4 |
| 488 | 2026-02-23T23:23:00.412Z | Compiling log v0.4.29 |
| 489 | 2026-02-23T23:23:00.618Z | Compiling plain v0.2.3 |
| 490 | 2026-02-23T23:23:00.781Z | Compiling utf8parse v0.2.2 |
| 491 | 2026-02-23T23:23:00.808Z | Compiling rustix v1.1.3 |
| 492 | 2026-02-23T23:23:01.168Z | Compiling camino v1.2.2 |
| 493 | 2026-02-23T23:23:01.215Z | Compiling ordered-float v2.10.1 |
| 494 | 2026-02-23T23:23:01.784Z | Compiling anstyle-parse v0.2.5 |
| 495 | 2026-02-23T23:23:01.878Z | Compiling form_urlencoded v1.2.2 |
| 496 | 2026-02-23T23:23:01.912Z | Compiling terminal_size v0.4.0 |
| 497 | 2026-02-23T23:23:02.216Z | Compiling pretty-hex v0.4.1 |
| 498 | 2026-02-23T23:23:02.292Z | Compiling anstyle-query v1.1.1 |
| 499 | 2026-02-23T23:23:02.462Z | Compiling colorchoice v1.0.2 |
| 500 | 2026-02-23T23:23:02.466Z | Compiling is_terminal_polyfill v1.70.1 |
| 501 | 2026-02-23T23:23:02.544Z | Compiling cfg-if v1.0.4 |
| 502 | 2026-02-23T23:23:02.640Z | Compiling anstyle v1.0.11 |
| 503 | 2026-02-23T23:23:02.947Z | Compiling semver v1.0.27 |
| 504 | 2026-02-23T23:23:02.984Z | Compiling anstream v0.6.18 |
| 505 | 2026-02-23T23:23:03.450Z | Compiling fs-err v3.1.1 |
| 506 | 2026-02-23T23:23:03.673Z | Compiling clap_lex v0.7.4 |
| 507 | 2026-02-23T23:23:03.727Z | Compiling heck v0.5.0 |
| 508 | 2026-02-23T23:23:03.754Z | Compiling unicode-width v0.1.14 |
| 509 | 2026-02-23T23:23:03.795Z | Compiling fastrand v2.1.1 |
| 510 | 2026-02-23T23:23:04.176Z | Compiling synstructure v0.13.1 |
| 511 | 2026-02-23T23:23:04.210Z | Compiling bytecount v0.6.8 |
| 512 | 2026-02-23T23:23:04.347Z | Compiling anyhow v1.0.99 |
| 513 | 2026-02-23T23:23:04.375Z | Compiling fnv v1.0.7 |
| 514 | 2026-02-23T23:23:04.455Z | Compiling strsim v0.11.1 |
| 515 | 2026-02-23T23:23:04.548Z | Compiling once_cell v1.21.3 |
| 516 | 2026-02-23T23:23:05.014Z | Compiling heck v0.4.1 |
| 517 | 2026-02-23T23:23:05.054Z | Compiling unicode-xid v0.2.6 |
| 518 | 2026-02-23T23:23:05.278Z | Compiling tempfile v3.24.0 |
| 519 | 2026-02-23T23:23:05.456Z | Compiling clap_builder v4.5.48 |
| 520 | 2026-02-23T23:23:05.539Z | Compiling papergrid v0.11.0 |
| 521 | 2026-02-23T23:23:05.631Z | Compiling memmap v0.7.0 |
| 522 | 2026-02-23T23:23:05.733Z | Compiling smawk v0.3.2 |
| 523 | 2026-02-23T23:23:05.954Z | Compiling unicode-width v0.2.0 |
| 524 | 2026-02-23T23:23:05.983Z | Compiling unicode-linebreak v0.1.5 |
| 525 | 2026-02-23T23:23:06.509Z | Compiling textwrap v0.16.2 |
| 526 | 2026-02-23T23:23:06.549Z | Compiling camino-tempfile v1.4.1 |
| 527 | 2026-02-23T23:23:06.992Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 528 | 2026-02-23T23:23:07.329Z | Compiling tabled_derive v0.7.0 |
| 529 | 2026-02-23T23:23:07.410Z | Compiling swrite v0.1.0 |
| 530 | 2026-02-23T23:23:08.173Z | Compiling serde_derive v1.0.228 |
| 531 | 2026-02-23T23:23:08.212Z | Compiling zerofrom-derive v0.1.4 |
| 532 | 2026-02-23T23:23:08.212Z | Compiling yoke-derive v0.7.4 |
| 533 | 2026-02-23T23:23:08.307Z | Compiling thiserror-impl v2.0.18 |
| 534 | 2026-02-23T23:23:08.347Z | Compiling zerovec-derive v0.10.3 |
| 535 | 2026-02-23T23:23:08.873Z | Compiling displaydoc v0.2.5 |
| 536 | 2026-02-23T23:23:10.504Z | Compiling thiserror-impl v1.0.69 |
| 537 | 2026-02-23T23:23:10.831Z | Compiling icu_provider_macros v1.5.0 |
| 538 | 2026-02-23T23:23:11.032Z | Compiling zerocopy-derive v0.7.35 |
| 539 | 2026-02-23T23:23:11.548Z | Compiling zerofrom v0.1.4 |
| 540 | 2026-02-23T23:23:11.678Z | Compiling pest v2.8.2 |
| 541 | 2026-02-23T23:23:11.808Z | Compiling yoke v0.7.4 |
| 542 | 2026-02-23T23:23:11.914Z | Compiling scroll_derive v0.12.0 |
| 543 | 2026-02-23T23:23:12.239Z | Compiling zerovec v0.10.4 |
| 544 | 2026-02-23T23:23:13.057Z | Compiling zerocopy v0.7.35 |
| 545 | 2026-02-23T23:23:13.141Z | Compiling clap_derive v4.5.47 |
| 546 | 2026-02-23T23:23:13.381Z | Compiling scroll v0.12.0 |
| 547 | 2026-02-23T23:23:13.681Z | Compiling tabled v0.15.0 |
| 548 | 2026-02-23T23:23:13.938Z | Compiling goblin v0.8.2 |
| 549 | 2026-02-23T23:23:14.244Z | Compiling tinystr v0.7.6 |
| 550 | 2026-02-23T23:23:14.461Z | Compiling pest_meta v2.8.2 |
| 551 | 2026-02-23T23:23:14.498Z | Compiling icu_collections v1.5.0 |
| 552 | 2026-02-23T23:23:14.676Z | Compiling icu_locid v1.5.0 |
| 553 | 2026-02-23T23:23:16.615Z | Compiling icu_provider v1.5.0 |
| 554 | 2026-02-23T23:23:16.788Z | Compiling pest_generator v2.8.2 |
| 555 | 2026-02-23T23:23:16.832Z | Compiling serde_spanned v0.6.9 |
| 556 | 2026-02-23T23:23:16.910Z | Compiling toml_datetime v0.6.11 |
| 557 | 2026-02-23T23:23:17.093Z | Compiling dof v0.3.0 |
| 558 | 2026-02-23T23:23:17.122Z | Compiling serde_tokenstream v0.2.2 |
| 559 | 2026-02-23T23:23:17.459Z | Compiling icu_locid_transform v1.5.0 |
| 560 | 2026-02-23T23:23:17.606Z | Compiling toml_edit v0.22.27 |
| 561 | 2026-02-23T23:23:17.755Z | Compiling erased-serde v0.4.6 |
| 562 | 2026-02-23T23:23:18.053Z | Compiling serde-value v0.7.0 |
| 563 | 2026-02-23T23:23:18.540Z | Compiling cargo-platform v0.2.0 |
| 564 | 2026-02-23T23:23:18.617Z | Compiling pest_derive v2.8.2 |
| 565 | 2026-02-23T23:23:18.918Z | Compiling icu_properties v1.5.1 |
| 566 | 2026-02-23T23:23:18.978Z | Compiling serde-untagged v0.1.7 |
| 567 | 2026-02-23T23:23:19.096Z | Compiling clap v4.5.48 |
| 568 | 2026-02-23T23:23:19.245Z | Compiling macaddr v1.0.1 |
| 569 | 2026-02-23T23:23:19.517Z | Compiling dtrace-parser v0.2.0 |
| 570 | 2026-02-23T23:23:21.187Z | Compiling toml v0.8.23 |
| 571 | 2026-02-23T23:23:21.492Z | Compiling usdt-macro v0.5.0 |
| 572 | 2026-02-23T23:23:21.699Z | Compiling usdt-attr-macro v0.5.0 |
| 573 | 2026-02-23T23:23:22.148Z | Compiling cargo_toml v0.21.0 |
| 574 | 2026-02-23T23:23:22.746Z | Compiling icu_normalizer v1.5.0 |
| 575 | 2026-02-23T23:23:22.994Z | Compiling usdt v0.5.0 |
| 576 | 2026-02-23T23:23:23.482Z | Compiling idna_adapter v1.2.0 |
| 577 | 2026-02-23T23:23:23.656Z | Compiling idna v1.0.3 |
| 578 | 2026-02-23T23:23:24.143Z | Compiling url v2.5.4 |
| 579 | 2026-02-23T23:23:25.020Z | Compiling cargo-util-schemas v0.8.2 |
| 580 | 2026-02-23T23:23:26.600Z | Compiling cargo_metadata v0.21.0 |
| 581 | 2026-02-23T23:23:28.242Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 582 | 2026-02-23T23:23:31.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
| 583 | 2026-02-23T23:23:32.044Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 584 | 2026-02-23T23:23:32.835Z | Downloading crates ... |
| 585 | 2026-02-23T23:23:33.305Z | Downloaded aead v0.5.2 |
| 586 | 2026-02-23T23:23:33.428Z | Downloaded async-bb8-diesel v0.2.1 |
| 587 | 2026-02-23T23:23:33.428Z | Downloaded constant_time_eq v0.3.1 |
| 588 | 2026-02-23T23:23:33.428Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 589 | 2026-02-23T23:23:33.428Z | Downloaded async-recursion v1.1.1 |
| 590 | 2026-02-23T23:23:33.428Z | Downloaded buf-list v1.0.3 |
| 591 | 2026-02-23T23:23:33.428Z | Downloaded castaway v0.2.3 |
| 592 | 2026-02-23T23:23:33.428Z | Downloaded crossbeam-utils v0.8.21 |
| 593 | 2026-02-23T23:23:33.428Z | Downloaded derive_builder_macro v0.20.2 |
| 594 | 2026-02-23T23:23:33.428Z | Downloaded ahash v0.8.12 |
| 595 | 2026-02-23T23:23:33.429Z | Downloaded deranged v0.5.3 |
| 596 | 2026-02-23T23:23:33.429Z | Downloaded debug-ignore v1.0.5 |
| 597 | 2026-02-23T23:23:33.429Z | Downloaded embedded-io v0.4.0 |
| 598 | 2026-02-23T23:23:33.429Z | Downloaded erased-serde v0.3.31 |
| 599 | 2026-02-23T23:23:33.429Z | Downloaded crc v3.2.1 |
| 600 | 2026-02-23T23:23:33.429Z | Downloaded float-cmp v0.10.0 |
| 601 | 2026-02-23T23:23:33.429Z | Downloaded ascii-canvas v3.0.0 |
| 602 | 2026-02-23T23:23:33.429Z | Downloaded fd-lock v4.0.2 |
| 603 | 2026-02-23T23:23:33.429Z | Downloaded foreign-types v0.5.0 |
| 604 | 2026-02-23T23:23:33.429Z | Downloaded float-ord v0.3.2 |
| 605 | 2026-02-23T23:23:33.429Z | Downloaded cfg_aliases v0.1.1 |
| 606 | 2026-02-23T23:23:33.429Z | Downloaded funty v2.0.0 |
| 607 | 2026-02-23T23:23:33.429Z | Downloaded defmt-parser v0.3.4 |
| 608 | 2026-02-23T23:23:33.429Z | Downloaded foreign-types-shared v0.1.1 |
| 609 | 2026-02-23T23:23:33.429Z | Downloaded find-msvc-tools v0.1.9 |
| 610 | 2026-02-23T23:23:33.429Z | Downloaded foldhash v0.2.0 |
| 611 | 2026-02-23T23:23:33.429Z | Downloaded cobs v0.2.3 |
| 612 | 2026-02-23T23:23:33.429Z | Downloaded difflib v0.4.0 |
| 613 | 2026-02-23T23:23:33.442Z | Downloaded futures-macro v0.3.31 |
| 614 | 2026-02-23T23:23:33.443Z | Downloaded futures-task v0.3.31 |
| 615 | 2026-02-23T23:23:33.443Z | Downloaded futures-sink v0.3.31 |
| 616 | 2026-02-23T23:23:33.443Z | Downloaded env_filter v0.1.2 |
| 617 | 2026-02-23T23:23:33.443Z | Downloaded block-padding v0.3.3 |
| 618 | 2026-02-23T23:23:33.443Z | Downloaded flagset v0.4.6 |
| 619 | 2026-02-23T23:23:33.443Z | Downloaded fs-err v2.11.0 |
| 620 | 2026-02-23T23:23:33.443Z | Downloaded backoff v0.4.0 |
| 621 | 2026-02-23T23:23:33.443Z | Downloaded globwalk v0.9.1 |
| 622 | 2026-02-23T23:23:33.443Z | Downloaded hash32 v0.3.1 |
| 623 | 2026-02-23T23:23:33.443Z | Downloaded foldhash v0.1.5 |
| 624 | 2026-02-23T23:23:33.443Z | Downloaded headers-core v0.3.0 |
| 625 | 2026-02-23T23:23:33.443Z | Downloaded fallible-iterator v0.2.0 |
| 626 | 2026-02-23T23:23:33.443Z | Downloaded hash32 v0.2.1 |
| 627 | 2026-02-23T23:23:33.443Z | Downloaded cargo_metadata v0.19.2 |
| 628 | 2026-02-23T23:23:33.443Z | Downloaded hostname v0.4.2 |
| 629 | 2026-02-23T23:23:33.443Z | Downloaded critical-section v1.1.3 |
| 630 | 2026-02-23T23:23:33.443Z | Downloaded futures-executor v0.3.31 |
| 631 | 2026-02-23T23:23:33.443Z | Downloaded derive-ex v0.1.8 |
| 632 | 2026-02-23T23:23:33.443Z | Downloaded ena v0.14.3 |
| 633 | 2026-02-23T23:23:33.443Z | Downloaded http-range v0.1.5 |
| 634 | 2026-02-23T23:23:33.444Z | Downloaded hostname v0.3.1 |
| 635 | 2026-02-23T23:23:33.444Z | Downloaded home v0.5.9 |
| 636 | 2026-02-23T23:23:33.444Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 637 | 2026-02-23T23:23:33.444Z | Downloaded hubpack v0.1.2 |
| 638 | 2026-02-23T23:23:33.444Z | Downloaded indent_write v2.2.0 |
| 639 | 2026-02-23T23:23:33.444Z | Downloaded derive_builder_core v0.20.2 |
| 640 | 2026-02-23T23:23:33.444Z | Downloaded glob v0.3.2 |
| 641 | 2026-02-23T23:23:33.444Z | Downloaded env_logger v0.11.8 |
| 642 | 2026-02-23T23:23:33.444Z | Downloaded globset v0.4.15 |
| 643 | 2026-02-23T23:23:33.444Z | Downloaded fs_extra v1.3.0 |
| 644 | 2026-02-23T23:23:33.444Z | Downloaded is-terminal v0.4.13 |
| 645 | 2026-02-23T23:23:33.444Z | Downloaded internet-checksum v0.2.1 |
| 646 | 2026-02-23T23:23:33.444Z | Downloaded instant v0.1.13 |
| 647 | 2026-02-23T23:23:33.444Z | Downloaded is_ci v1.2.0 |
| 648 | 2026-02-23T23:23:33.444Z | Downloaded keccak v0.1.5 |
| 649 | 2026-02-23T23:23:33.444Z | Downloaded lazycell v1.3.0 |
| 650 | 2026-02-23T23:23:33.444Z | Downloaded libscf-sys v1.1.0 |
| 651 | 2026-02-23T23:23:33.444Z | Downloaded cookie_store v0.21.1 |
| 652 | 2026-02-23T23:23:33.444Z | Downloaded highway v1.3.0 |
| 653 | 2026-02-23T23:23:33.444Z | Downloaded cancel-safe-futures v0.1.5 |
| 654 | 2026-02-23T23:23:33.444Z | Downloaded humantime v2.2.0 |
| 655 | 2026-02-23T23:23:33.444Z | Downloaded ecdsa v0.16.9 |
| 656 | 2026-02-23T23:23:33.444Z | Downloaded lockfree-object-pool v0.1.6 |
| 657 | 2026-02-23T23:23:33.444Z | Downloaded const-oid v0.9.6 |
| 658 | 2026-02-23T23:23:33.445Z | Downloaded futures v0.3.31 |
| 659 | 2026-02-23T23:23:33.445Z | Downloaded maybe-uninit v2.0.0 |
| 660 | 2026-02-23T23:23:33.445Z | Downloaded memoffset v0.9.1 |
| 661 | 2026-02-23T23:23:33.445Z | Downloaded new_debug_unreachable v1.0.6 |
| 662 | 2026-02-23T23:23:33.445Z | Downloaded nodrop v0.1.14 |
| 663 | 2026-02-23T23:23:33.445Z | Downloaded getrandom v0.2.15 |
| 664 | 2026-02-23T23:23:33.445Z | Downloaded half v1.8.3 |
| 665 | 2026-02-23T23:23:33.445Z | Downloaded hmac v0.12.1 |
| 666 | 2026-02-23T23:23:33.445Z | Downloaded libloading v0.8.5 |
| 667 | 2026-02-23T23:23:33.445Z | Downloaded libefi-sys v0.1.0 |
| 668 | 2026-02-23T23:23:33.445Z | Downloaded ipnet v2.11.0 |
| 669 | 2026-02-23T23:23:33.445Z | Downloaded number_prefix v0.4.0 |
| 670 | 2026-02-23T23:23:33.445Z | Downloaded mime v0.3.17 |
| 671 | 2026-02-23T23:23:33.525Z | Downloaded num_threads v0.1.7 |
| 672 | 2026-02-23T23:23:33.525Z | Downloaded derive-where v1.5.0 |
| 673 | 2026-02-23T23:23:33.525Z | Downloaded normalize-line-endings v0.3.0 |
| 674 | 2026-02-23T23:23:33.525Z | Downloaded lock_api v0.4.12 |
| 675 | 2026-02-23T23:23:33.525Z | Downloaded linked-hash-map v0.5.6 |
| 676 | 2026-02-23T23:23:33.526Z | Downloaded openssl-macros v0.1.1 |
| 677 | 2026-02-23T23:23:33.526Z | Downloaded flate2 v1.1.2 |
| 678 | 2026-02-23T23:23:33.526Z | Downloaded num v0.4.3 |
| 679 | 2026-02-23T23:23:33.526Z | Downloaded jobserver v0.1.32 |
| 680 | 2026-02-23T23:23:33.526Z | Downloaded const_format_proc_macros v0.2.34 |
| 681 | 2026-02-23T23:23:33.526Z | Downloaded num-derive v0.4.2 |
| 682 | 2026-02-23T23:23:33.526Z | Downloaded native-tls v0.2.12 |
| 683 | 2026-02-23T23:23:33.526Z | Downloaded oso-derive v0.27.3 |
| 684 | 2026-02-23T23:23:33.526Z | Downloaded packed_struct_codegen v0.10.1 |
| 685 | 2026-02-23T23:23:33.526Z | Downloaded parse-display v0.10.0 |
| 686 | 2026-02-23T23:23:33.526Z | Downloaded parse-size v1.1.0 |
| 687 | 2026-02-23T23:23:33.526Z | Downloaded half v2.4.1 |
| 688 | 2026-02-23T23:23:33.526Z | Downloaded openssl-probe v0.1.5 |
| 689 | 2026-02-23T23:23:33.526Z | Downloaded linear-map v1.2.0 |
| 690 | 2026-02-23T23:23:33.526Z | Downloaded num-derive v0.3.3 |
| 691 | 2026-02-23T23:23:33.526Z | Downloaded num-complex v0.4.6 |
| 692 | 2026-02-23T23:23:33.526Z | Downloaded peg-runtime v0.8.5 |
| 693 | 2026-02-23T23:23:33.526Z | Downloaded phf_shared v0.11.2 |
| 694 | 2026-02-23T23:23:33.526Z | Downloaded hickory-client v0.25.2 |
| 695 | 2026-02-23T23:23:33.526Z | Downloaded ingot-macros v0.1.1 |
| 696 | 2026-02-23T23:23:33.526Z | Downloaded num_enum v0.5.11 |
| 697 | 2026-02-23T23:23:33.526Z | Downloaded path-slash v0.1.5 |
| 698 | 2026-02-23T23:23:33.526Z | Downloaded phf_shared v0.12.1 |
| 699 | 2026-02-23T23:23:33.526Z | Downloaded pin-utils v0.1.0 |
| 700 | 2026-02-23T23:23:33.526Z | Downloaded const_format v0.2.34 |
| 701 | 2026-02-23T23:23:33.526Z | Downloaded dropshot-api-manager v0.3.0 |
| 702 | 2026-02-23T23:23:33.526Z | Downloaded indexmap v1.9.3 |
| 703 | 2026-02-23T23:23:33.527Z | Downloaded nu-ansi-term v0.50.1 |
| 704 | 2026-02-23T23:23:33.527Z | Downloaded crossterm v0.28.1 |
| 705 | 2026-02-23T23:23:33.527Z | Downloaded precomputed-hash v0.1.1 |
| 706 | 2026-02-23T23:23:33.527Z | Downloaded parking_lot_core v0.9.10 |
| 707 | 2026-02-23T23:23:33.527Z | Downloaded pretty-hex v0.2.1 |
| 708 | 2026-02-23T23:23:33.527Z | Downloaded progenitor-client v0.8.0 |
| 709 | 2026-02-23T23:23:33.527Z | Downloaded progenitor-macro v0.8.0 |
| 710 | 2026-02-23T23:23:33.527Z | Downloaded packed_struct v0.10.1 |
| 711 | 2026-02-23T23:23:33.589Z | Downloaded parking_lot_core v0.8.6 |
| 712 | 2026-02-23T23:23:33.589Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 713 | 2026-02-23T23:23:33.589Z | Downloaded proc-macro-crate v1.3.1 |
| 714 | 2026-02-23T23:23:33.589Z | Downloaded psl-types v2.0.11 |
| 715 | 2026-02-23T23:23:33.589Z | Downloaded parse-display-derive v0.10.0 |
| 716 | 2026-02-23T23:23:33.589Z | Downloaded predicates-core v1.0.8 |
| 717 | 2026-02-23T23:23:33.590Z | Downloaded peg-macros v0.8.5 |
| 718 | 2026-02-23T23:23:33.590Z | Downloaded progenitor-client v0.10.0 |
| 719 | 2026-02-23T23:23:33.590Z | Downloaded progenitor-macro v0.10.0 |
| 720 | 2026-02-23T23:23:33.590Z | Downloaded peg v0.8.5 |
| 721 | 2026-02-23T23:23:33.590Z | Downloaded quick-error v1.2.3 |
| 722 | 2026-02-23T23:23:33.590Z | Downloaded der v0.7.10 |
| 723 | 2026-02-23T23:23:33.590Z | Downloaded polyval v0.6.2 |
| 724 | 2026-02-23T23:23:33.590Z | Downloaded pkcs8 v0.10.2 |
| 725 | 2026-02-23T23:23:33.590Z | Downloaded pem-rfc7468 v0.7.0 |
| 726 | 2026-02-23T23:23:33.590Z | Downloaded progenitor-macro v0.11.2 |
| 727 | 2026-02-23T23:23:33.590Z | Downloaded indicatif v0.17.11 |
| 728 | 2026-02-23T23:23:33.590Z | Downloaded radium v0.7.0 |
| 729 | 2026-02-23T23:23:33.590Z | Downloaded poly1305 v0.8.0 |
| 730 | 2026-02-23T23:23:33.590Z | Downloaded compact_str v0.8.0 |
| 731 | 2026-02-23T23:23:33.590Z | Downloaded postgres-protocol v0.6.8 |
| 732 | 2026-02-23T23:23:33.590Z | Downloaded primeorder v0.13.6 |
| 733 | 2026-02-23T23:23:33.590Z | Downloaded rand_xorshift v0.4.0 |
| 734 | 2026-02-23T23:23:33.590Z | Downloaded rand_chacha v0.3.1 |
| 735 | 2026-02-23T23:23:33.590Z | Downloaded predicates v3.1.3 |
| 736 | 2026-02-23T23:23:33.590Z | Downloaded rfc6979 v0.4.0 |
| 737 | 2026-02-23T23:23:33.590Z | Downloaded ref-cast-impl v1.0.25 |
| 738 | 2026-02-23T23:23:33.590Z | Downloaded rustc-hash v1.1.0 |
| 739 | 2026-02-23T23:23:33.672Z | Downloaded progenitor v0.11.2 |
| 740 | 2026-02-23T23:23:33.672Z | Downloaded headers v0.4.1 |
| 741 | 2026-02-23T23:23:33.672Z | Downloaded password-hash v0.4.2 |
| 742 | 2026-02-23T23:23:33.672Z | Downloaded aes-gcm v0.10.3 |
| 743 | 2026-02-23T23:23:33.673Z | Downloaded ref-cast v1.0.25 |
| 744 | 2026-02-23T23:23:33.673Z | Downloaded rustc-hash v2.1.1 |
| 745 | 2026-02-23T23:23:33.673Z | Downloaded russh-cryptovec v0.7.3 |
| 746 | 2026-02-23T23:23:33.673Z | Downloaded phf v0.12.1 |
| 747 | 2026-02-23T23:23:33.673Z | Downloaded rustc_version v0.4.1 |
| 748 | 2026-02-23T23:23:33.673Z | Downloaded bumpalo v3.16.0 |
| 749 | 2026-02-23T23:23:33.673Z | Downloaded expectorate v1.2.0 |
| 750 | 2026-02-23T23:23:33.673Z | Downloaded backtrace v0.3.74 |
| 751 | 2026-02-23T23:23:33.673Z | Downloaded heapless v0.7.17 |
| 752 | 2026-02-23T23:23:33.673Z | Downloaded indicatif v0.18.0 |
| 753 | 2026-02-23T23:23:33.673Z | Downloaded miniz_oxide v0.8.5 |
| 754 | 2026-02-23T23:23:33.673Z | Downloaded rtoolbox v0.0.2 |
| 755 | 2026-02-23T23:23:33.673Z | Downloaded rand_chacha v0.9.0 |
| 756 | 2026-02-23T23:23:33.733Z | Downloaded sapling-renderdag v0.1.0 |
| 757 | 2026-02-23T23:23:33.733Z | Downloaded same-file v1.0.6 |
| 758 | 2026-02-23T23:23:33.733Z | Downloaded salsa20 v0.10.2 |
| 759 | 2026-02-23T23:23:33.736Z | Downloaded postgres-types v0.2.9 |
| 760 | 2026-02-23T23:23:33.736Z | Downloaded p256 v0.13.2 |
| 761 | 2026-02-23T23:23:33.736Z | Downloaded rand_seeder v0.4.0 |
| 762 | 2026-02-23T23:23:33.736Z | Downloaded pkcs1 v0.7.5 |
| 763 | 2026-02-23T23:23:33.736Z | Downloaded jiff-static v0.2.15 |
| 764 | 2026-02-23T23:23:33.736Z | Downloaded scheduled-thread-pool v0.2.7 |
| 765 | 2026-02-23T23:23:33.736Z | Downloaded postcard v1.0.10 |
| 766 | 2026-02-23T23:23:33.737Z | Downloaded scrypt v0.11.0 |
| 767 | 2026-02-23T23:23:33.737Z | Downloaded secrecy v0.10.3 |
| 768 | 2026-02-23T23:23:33.737Z | Downloaded seq-macro v0.3.6 |
| 769 | 2026-02-23T23:23:33.737Z | Downloaded owo-colors v4.2.3 |
| 770 | 2026-02-23T23:23:33.737Z | Downloaded hickory-resolver v0.25.2 |
| 771 | 2026-02-23T23:23:33.737Z | Downloaded resolv-conf v0.7.0 |
| 772 | 2026-02-23T23:23:33.737Z | Downloaded papergrid v0.17.0 |
| 773 | 2026-02-23T23:23:33.737Z | Downloaded shell-words v1.1.0 |
| 774 | 2026-02-23T23:23:33.737Z | Downloaded serde_repr v0.1.19 |
| 775 | 2026-02-23T23:23:33.737Z | Downloaded serde_spanned v1.0.4 |
| 776 | 2026-02-23T23:23:33.738Z | Downloaded rustls-pemfile v1.0.4 |
| 777 | 2026-02-23T23:23:33.738Z | Downloaded progenitor-impl v0.8.0 |
| 778 | 2026-02-23T23:23:33.738Z | Downloaded pkcs5 v0.7.1 |
| 779 | 2026-02-23T23:23:33.738Z | Downloaded ed25519-dalek v2.1.1 |
| 780 | 2026-02-23T23:23:33.787Z | Downloaded signal-hook-tokio v0.3.1 |
| 781 | 2026-02-23T23:23:33.787Z | Downloaded sha1 v0.10.6 |
| 782 | 2026-02-23T23:23:33.787Z | Downloaded serde_urlencoded v0.7.1 |
| 783 | 2026-02-23T23:23:33.787Z | Downloaded signal-hook-mio v0.2.4 |
| 784 | 2026-02-23T23:23:33.787Z | Downloaded simd-adler32 v0.3.7 |
| 785 | 2026-02-23T23:23:33.787Z | Downloaded siphasher v1.0.1 |
| 786 | 2026-02-23T23:23:33.787Z | Downloaded sigpipe v0.1.3 |
| 787 | 2026-02-23T23:23:33.787Z | Downloaded signature v2.2.0 |
| 788 | 2026-02-23T23:23:33.787Z | Downloaded slog-envlogger v2.2.0 |
| 789 | 2026-02-23T23:23:33.787Z | Downloaded bytes v1.11.1 |
| 790 | 2026-02-23T23:23:33.787Z | Downloaded schemars_derive v0.8.22 |
| 791 | 2026-02-23T23:23:33.787Z | Downloaded pin-project v1.1.6 |
| 792 | 2026-02-23T23:23:33.788Z | Downloaded siphasher v0.3.11 |
| 793 | 2026-02-23T23:23:33.788Z | Downloaded scroll v0.13.0 |
| 794 | 2026-02-23T23:23:33.788Z | Downloaded sec1 v0.7.3 |
| 795 | 2026-02-23T23:23:33.788Z | Downloaded http v1.4.0 |
| 796 | 2026-02-23T23:23:33.788Z | Downloaded openssl-sys v0.9.109 |
| 797 | 2026-02-23T23:23:33.788Z | Downloaded russh-keys v0.45.0 |
| 798 | 2026-02-23T23:23:33.788Z | Downloaded serde_bytes v0.11.19 |
| 799 | 2026-02-23T23:23:33.788Z | Downloaded serde_path_to_error v0.1.20 |
| 800 | 2026-02-23T23:23:33.788Z | Downloaded ssh-cipher v0.2.0 |
| 801 | 2026-02-23T23:23:33.788Z | Downloaded ssh-encoding v0.2.0 |
| 802 | 2026-02-23T23:23:33.788Z | Downloaded strip-ansi-escapes v0.2.0 |
| 803 | 2026-02-23T23:23:33.788Z | Downloaded strum v0.26.3 |
| 804 | 2026-02-23T23:23:33.788Z | Downloaded hyper-util v0.1.19 |
| 805 | 2026-02-23T23:23:33.788Z | Downloaded cc v1.2.56 |
| 806 | 2026-02-23T23:23:33.819Z | Downloaded minimal-lexical v0.2.1 |
| 807 | 2026-02-23T23:23:33.819Z | Downloaded hashbrown v0.13.2 |
| 808 | 2026-02-23T23:23:33.819Z | Downloaded signal-hook-registry v1.4.2 |
| 809 | 2026-02-23T23:23:33.819Z | Downloaded shlex v1.3.0 |
| 810 | 2026-02-23T23:23:33.819Z | Downloaded structmeta-derive v0.3.0 |
| 811 | 2026-02-23T23:23:33.819Z | Downloaded structmeta v0.3.0 |
| 812 | 2026-02-23T23:23:33.819Z | Downloaded hashbrown v0.12.3 |
| 813 | 2026-02-23T23:23:33.820Z | Downloaded sync_wrapper v1.0.1 |
| 814 | 2026-02-23T23:23:33.820Z | Downloaded supports-color v3.0.2 |
| 815 | 2026-02-23T23:23:33.820Z | Downloaded ryu v1.0.18 |
| 816 | 2026-02-23T23:23:33.820Z | Downloaded slog-json v2.6.1 |
| 817 | 2026-02-23T23:23:33.820Z | Downloaded rand_core v0.6.4 |
| 818 | 2026-02-23T23:23:33.820Z | Downloaded prettyplease v0.2.36 |
| 819 | 2026-02-23T23:23:33.820Z | Downloaded rcgen v0.12.1 |
| 820 | 2026-02-23T23:23:33.820Z | Downloaded slog-scope v4.4.0 |
| 821 | 2026-02-23T23:23:33.820Z | Downloaded slog-async v2.8.0 |
| 822 | 2026-02-23T23:23:33.820Z | Downloaded sct v0.7.1 |
| 823 | 2026-02-23T23:23:33.864Z | Downloaded take_mut v0.2.2 |
| 824 | 2026-02-23T23:23:33.864Z | Downloaded thread-id v5.0.0 |
| 825 | 2026-02-23T23:23:33.864Z | Downloaded tap v1.0.1 |
| 826 | 2026-02-23T23:23:33.864Z | Downloaded termtree v0.5.1 |
| 827 | 2026-02-23T23:23:33.865Z | Downloaded libm v0.2.8 |
| 828 | 2026-02-23T23:23:33.865Z | Downloaded smf v0.2.3 |
| 829 | 2026-02-23T23:23:33.865Z | Downloaded smallvec v0.6.14 |
| 830 | 2026-02-23T23:23:33.865Z | Downloaded sqlformat v0.3.5 |
| 831 | 2026-02-23T23:23:33.865Z | Downloaded spki v0.7.3 |
| 832 | 2026-02-23T23:23:33.865Z | Downloaded thread_local v1.1.8 |
| 833 | 2026-02-23T23:23:33.865Z | Downloaded testing_table v0.3.0 |
| 834 | 2026-02-23T23:23:33.865Z | Downloaded time-core v0.1.6 |
| 835 | 2026-02-23T23:23:33.865Z | Downloaded snafu-derive v0.8.5 |
| 836 | 2026-02-23T23:23:33.878Z | Downloaded stringprep v0.1.5 |
| 837 | 2026-02-23T23:23:33.878Z | Downloaded serde_cbor v0.11.2 |
| 838 | 2026-02-23T23:23:33.878Z | Downloaded ron v0.7.1 |
| 839 | 2026-02-23T23:23:33.878Z | Downloaded itertools v0.10.5 |
| 840 | 2026-02-23T23:23:33.878Z | Downloaded serde_with_macros v3.16.1 |
| 841 | 2026-02-23T23:23:33.879Z | Downloaded strum_macros v0.24.3 |
| 842 | 2026-02-23T23:23:33.879Z | Downloaded tinyvec_macros v0.1.1 |
| 843 | 2026-02-23T23:23:33.879Z | Downloaded rustls-pki-types v1.10.0 |
| 844 | 2026-02-23T23:23:33.879Z | Downloaded string_cache v0.8.9 |
| 845 | 2026-02-23T23:23:33.879Z | Downloaded static_assertions v1.1.0 |
| 846 | 2026-02-23T23:23:33.879Z | Downloaded strum_macros v0.26.4 |
| 847 | 2026-02-23T23:23:33.879Z | Downloaded stacker v0.1.23 |
| 848 | 2026-02-23T23:23:33.879Z | Downloaded quinn v0.11.5 |
| 849 | 2026-02-23T23:23:33.879Z | Downloaded tabled_derive v0.11.0 |
| 850 | 2026-02-23T23:23:33.879Z | Downloaded tagptr v0.2.0 |
| 851 | 2026-02-23T23:23:33.879Z | Downloaded tabwriter v1.4.0 |
| 852 | 2026-02-23T23:23:33.911Z | Downloaded tabled_derive v0.10.0 |
| 853 | 2026-02-23T23:23:33.911Z | Downloaded slog-term v2.9.2 |
| 854 | 2026-02-23T23:23:33.911Z | Downloaded pretty_assertions v1.4.1 |
| 855 | 2026-02-23T23:23:33.912Z | Downloaded prefix-trie v0.7.0 |
| 856 | 2026-02-23T23:23:33.912Z | Downloaded topological-sort v0.2.2 |
| 857 | 2026-02-23T23:23:33.912Z | Downloaded sync-ptr v0.1.4 |
| 858 | 2026-02-23T23:23:33.912Z | Downloaded support-bundle-viewer v0.1.2 |
| 859 | 2026-02-23T23:23:33.912Z | Downloaded slog-stdlog v4.1.1 |
| 860 | 2026-02-23T23:23:33.912Z | Downloaded schemars v0.8.22 |
| 861 | 2026-02-23T23:23:33.915Z | Downloaded tower-layer v0.3.3 |
| 862 | 2026-02-23T23:23:33.915Z | Downloaded nom v7.1.3 |
| 863 | 2026-02-23T23:23:33.915Z | Downloaded try-lock v0.2.5 |
| 864 | 2026-02-23T23:23:33.928Z | Downloaded tower-service v0.3.3 |
| 865 | 2026-02-23T23:23:33.928Z | Downloaded trait-variant v0.1.2 |
| 866 | 2026-02-23T23:23:33.929Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 867 | 2026-02-23T23:23:33.929Z | Downloaded tiny-keccak v2.0.2 |
| 868 | 2026-02-23T23:23:33.929Z | Downloaded serde_yaml v0.9.34+deprecated |
| 869 | 2026-02-23T23:23:33.929Z | Downloaded hashbrown v0.15.4 |
| 870 | 2026-02-23T23:23:33.946Z | Downloaded thiserror-no-std v2.0.2 |
| 871 | 2026-02-23T23:23:33.946Z | Downloaded strum_macros v0.27.2 |
| 872 | 2026-02-23T23:23:33.946Z | Downloaded signal-hook v0.3.18 |
| 873 | 2026-02-23T23:23:33.946Z | Downloaded unarray v0.1.4 |
| 874 | 2026-02-23T23:23:33.946Z | Downloaded untrusted v0.7.1 |
| 875 | 2026-02-23T23:23:33.958Z | Downloaded unicode-truncate v1.1.0 |
| 876 | 2026-02-23T23:23:33.959Z | Downloaded typify-macro v0.2.0 |
| 877 | 2026-02-23T23:23:33.959Z | Downloaded tls_codec v0.4.1 |
| 878 | 2026-02-23T23:23:33.959Z | Downloaded typify-macro v0.4.3 |
| 879 | 2026-02-23T23:23:33.959Z | Downloaded tokio-macros v2.6.0 |
| 880 | 2026-02-23T23:23:33.959Z | Downloaded subprocess v0.2.9 |
| 881 | 2026-02-23T23:23:33.959Z | Downloaded qorb v0.4.1 |
| 882 | 2026-02-23T23:23:33.959Z | Downloaded usdt v0.6.0 |
| 883 | 2026-02-23T23:23:33.974Z | Downloaded similar v2.7.0 |
| 884 | 2026-02-23T23:23:33.974Z | Downloaded usdt-attr-macro v0.6.0 |
| 885 | 2026-02-23T23:23:33.974Z | Downloaded untrusted v0.9.0 |
| 886 | 2026-02-23T23:23:33.974Z | Downloaded tokio-native-tls v0.3.1 |
| 887 | 2026-02-23T23:23:33.983Z | Downloaded void v1.0.2 |
| 888 | 2026-02-23T23:23:33.983Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 889 | 2026-02-23T23:23:33.983Z | Downloaded tokio-rustls v0.25.0 |
| 890 | 2026-02-23T23:23:33.983Z | Downloaded tokio-tungstenite v0.23.1 |
| 891 | 2026-02-23T23:23:33.983Z | Downloaded usdt-macro v0.6.0 |
| 892 | 2026-02-23T23:23:33.983Z | Downloaded libxml v0.3.3 |
| 893 | 2026-02-23T23:23:33.983Z | Downloaded utf-8 v0.7.6 |
| 894 | 2026-02-23T23:23:33.991Z | Downloaded slog v2.8.2 |
| 895 | 2026-02-23T23:23:33.991Z | Downloaded tui-tree-widget v0.23.1 |
| 896 | 2026-02-23T23:23:33.991Z | Downloaded tracing-attributes v0.1.27 |
| 897 | 2026-02-23T23:23:34.004Z | Downloaded schemars v0.9.0 |
| 898 | 2026-02-23T23:23:34.004Z | Downloaded vte_generate_state_changes v0.1.2 |
| 899 | 2026-02-23T23:23:34.011Z | Downloaded itertools v0.13.0 |
| 900 | 2026-02-23T23:23:34.021Z | Downloaded tinyvec v1.8.0 |
| 901 | 2026-02-23T23:23:34.021Z | Downloaded rsa v0.9.8 |
| 902 | 2026-02-23T23:23:34.021Z | Downloaded want v0.3.1 |
| 903 | 2026-02-23T23:23:34.021Z | Downloaded waitgroup v0.1.2 |
| 904 | 2026-02-23T23:23:34.021Z | Downloaded wait-timeout v0.2.0 |
| 905 | 2026-02-23T23:23:34.032Z | Downloaded rand v0.9.2 |
| 906 | 2026-02-23T23:23:34.032Z | Downloaded tokio-stream v0.1.17 |
| 907 | 2026-02-23T23:23:34.032Z | Downloaded hyper v1.8.1 |
| 908 | 2026-02-23T23:23:34.048Z | Downloaded unicase v2.8.1 |
| 909 | 2026-02-23T23:23:34.048Z | Downloaded aho-corasick v1.1.3 |
| 910 | 2026-02-23T23:23:34.056Z | Downloaded xshell-macros v0.2.7 |
| 911 | 2026-02-23T23:23:34.056Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 912 | 2026-02-23T23:23:34.056Z | Downloaded schemars v1.0.4 |
| 913 | 2026-02-23T23:23:34.078Z | Downloaded zone v0.1.8 |
| 914 | 2026-02-23T23:23:34.078Z | Downloaded xattr v1.3.1 |
| 915 | 2026-02-23T23:23:34.079Z | Downloaded uzers v0.12.1 |
| 916 | 2026-02-23T23:23:34.096Z | Downloaded zeroize_derive v1.4.2 |
| 917 | 2026-02-23T23:23:34.096Z | Downloaded tokio-rustls v0.24.1 |
| 918 | 2026-02-23T23:23:34.096Z | Downloaded typify v0.2.0 |
| 919 | 2026-02-23T23:23:34.096Z | Downloaded tar v0.4.44 |
| 920 | 2026-02-23T23:23:34.096Z | Downloaded vergen-gitcl v1.0.8 |
| 921 | 2026-02-23T23:23:34.096Z | Downloaded zone v0.3.1 |
| 922 | 2026-02-23T23:23:34.096Z | Downloaded which v4.4.2 |
| 923 | 2026-02-23T23:23:34.096Z | Downloaded walkdir v2.5.0 |
| 924 | 2026-02-23T23:23:34.139Z | Downloaded zone_cfg_derive v0.3.0 |
| 925 | 2026-02-23T23:23:34.139Z | Downloaded zone_cfg_derive v0.1.2 |
| 926 | 2026-02-23T23:23:34.139Z | Downloaded twox-hash v2.1.0 |
| 927 | 2026-02-23T23:23:34.139Z | Downloaded vsss-rs v3.3.4 |
| 928 | 2026-02-23T23:23:34.139Z | Downloaded vergen-lib v0.1.6 |
| 929 | 2026-02-23T23:23:34.139Z | Downloaded whoami v1.5.2 |
| 930 | 2026-02-23T23:23:34.139Z | Downloaded itertools v0.12.1 |
| 931 | 2026-02-23T23:23:34.162Z | Downloaded samael v0.0.19 |
| 932 | 2026-02-23T23:23:34.162Z | Downloaded wyz v0.5.1 |
| 933 | 2026-02-23T23:23:34.162Z | Downloaded unicode-properties v0.1.3 |
| 934 | 2026-02-23T23:23:34.162Z | Downloaded aws-lc-rs v1.12.4 |
| 935 | 2026-02-23T23:23:34.163Z | Downloaded xz2 v0.1.7 |
| 936 | 2026-02-23T23:23:34.163Z | Downloaded xshell v0.2.7 |
| 937 | 2026-02-23T23:23:34.163Z | Downloaded usdt-impl v0.6.0 |
| 938 | 2026-02-23T23:23:34.163Z | Downloaded zeroize v1.8.1 |
| 939 | 2026-02-23T23:23:34.163Z | Downloaded zstd v0.13.3 |
| 940 | 2026-02-23T23:23:34.163Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 941 | 2026-02-23T23:23:34.163Z | Downloaded vergen-git2 v1.0.7 |
| 942 | 2026-02-23T23:23:34.163Z | Downloaded vergen v9.0.6 |
| 943 | 2026-02-23T23:23:34.163Z | Downloaded zstd-safe v7.2.3 |
| 944 | 2026-02-23T23:23:34.172Z | Downloaded value-bag v1.12.0 |
| 945 | 2026-02-23T23:23:34.172Z | Downloaded h2 v0.4.6 |
| 946 | 2026-02-23T23:23:34.172Z | Downloaded toml v0.7.8 |
| 947 | 2026-02-23T23:23:34.172Z | Downloaded snafu v0.8.5 |
| 948 | 2026-02-23T23:23:34.172Z | Downloaded term v0.7.0 |
| 949 | 2026-02-23T23:23:34.172Z | Downloaded hkdf v0.12.4 |
| 950 | 2026-02-23T23:23:34.186Z | Downloaded blake3 v1.5.4 |
| 951 | 2026-02-23T23:23:34.186Z | Downloaded steno v0.4.1 |
| 952 | 2026-02-23T23:23:34.196Z | Downloaded itertools v0.14.0 |
| 953 | 2026-02-23T23:23:34.196Z | Downloaded yasna v0.5.2 |
| 954 | 2026-02-23T23:23:34.196Z | Downloaded unicode-bidi v0.3.17 |
| 955 | 2026-02-23T23:23:34.196Z | Downloaded tracing v0.1.40 |
| 956 | 2026-02-23T23:23:34.211Z | Downloaded test-strategy v0.4.3 |
| 957 | 2026-02-23T23:23:34.211Z | Downloaded vte v0.11.1 |
| 958 | 2026-02-23T23:23:34.211Z | Downloaded tracing-core v0.1.32 |
| 959 | 2026-02-23T23:23:34.211Z | Downloaded tungstenite v0.23.0 |
| 960 | 2026-02-23T23:23:34.246Z | Downloaded p521 v0.13.3 |
| 961 | 2026-02-23T23:23:34.246Z | Downloaded russh v0.45.0 |
| 962 | 2026-02-23T23:23:34.247Z | Downloaded rpassword v7.4.0 |
| 963 | 2026-02-23T23:23:34.247Z | Downloaded socket2 v0.6.1 |
| 964 | 2026-02-23T23:23:34.261Z | Downloaded socket2 v0.5.10 |
| 965 | 2026-02-23T23:23:34.261Z | Downloaded spin v0.9.8 |
| 966 | 2026-02-23T23:23:34.261Z | Downloaded unsafe-libyaml v0.2.11 |
| 967 | 2026-02-23T23:23:34.261Z | Downloaded tungstenite v0.21.0 |
| 968 | 2026-02-23T23:23:34.261Z | Downloaded tokio-postgres v0.7.13 |
| 969 | 2026-02-23T23:23:34.261Z | Downloaded zerocopy v0.6.6 |
| 970 | 2026-02-23T23:23:34.261Z | Downloaded bindgen v0.69.5 |
| 971 | 2026-02-23T23:23:34.261Z | Downloaded typify v0.4.3 |
| 972 | 2026-02-23T23:23:34.261Z | Downloaded uuid v1.19.0 |
| 973 | 2026-02-23T23:23:34.261Z | Downloaded tokio-rustls v0.26.0 |
| 974 | 2026-02-23T23:23:34.261Z | Downloaded zopfli v0.8.1 |
| 975 | 2026-02-23T23:23:34.272Z | Downloaded publicsuffix v2.3.0 |
| 976 | 2026-02-23T23:23:34.272Z | Downloaded num-bigint-dig v0.8.6 |
| 977 | 2026-02-23T23:23:34.272Z | Downloaded unicode_categories v0.1.1 |
| 978 | 2026-02-23T23:23:34.272Z | Downloaded iri-string v0.7.8 |
| 979 | 2026-02-23T23:23:34.285Z | Downloaded rustyline v14.0.0 |
| 980 | 2026-02-23T23:23:34.285Z | Downloaded bitvec v1.0.1 |
| 981 | 2026-02-23T23:23:34.304Z | Downloaded term v1.1.0 |
| 982 | 2026-02-23T23:23:34.304Z | Downloaded reqwest v0.12.24 |
| 983 | 2026-02-23T23:23:34.314Z | Downloaded reedline v0.40.0 |
| 984 | 2026-02-23T23:23:34.314Z | Downloaded git2 v0.20.2 |
| 985 | 2026-02-23T23:23:34.314Z | Downloaded portable-atomic v1.11.0 |
| 986 | 2026-02-23T23:23:34.336Z | Downloaded yansi v1.0.1 |
| 987 | 2026-02-23T23:23:34.336Z | Downloaded zip v0.6.6 |
| 988 | 2026-02-23T23:23:34.354Z | Downloaded zerocopy-derive v0.8.27 |
| 989 | 2026-02-23T23:23:34.354Z | Downloaded tower v0.5.2 |
| 990 | 2026-02-23T23:23:34.354Z | Downloaded toml_edit v0.19.15 |
| 991 | 2026-02-23T23:23:34.363Z | Downloaded unicode-segmentation v1.12.0 |
| 992 | 2026-02-23T23:23:34.363Z | Downloaded tokio-util v0.7.15 |
| 993 | 2026-02-23T23:23:34.388Z | Downloaded tower-http v0.6.6 |
| 994 | 2026-02-23T23:23:34.405Z | Downloaded goblin v0.10.2 |
| 995 | 2026-02-23T23:23:34.405Z | Downloaded rayon v1.10.0 |
| 996 | 2026-02-23T23:23:34.405Z | Downloaded zip v4.2.0 |
| 997 | 2026-02-23T23:23:34.405Z | Downloaded typed-path v0.9.3 |
| 998 | 2026-02-23T23:23:34.424Z | Downloaded proptest v1.7.0 |
| 999 | 2026-02-23T23:23:34.424Z | Downloaded x509-cert v0.2.5 |
| 1000 | 2026-02-23T23:23:34.424Z | Downloaded moka v0.12.10 |
| 1001 | 2026-02-23T23:23:34.443Z | Downloaded rustls-webpki v0.101.7 |
| 1002 | 2026-02-23T23:23:34.479Z | Downloaded time v0.3.43 |
| 1003 | 2026-02-23T23:23:34.480Z | Downloaded quinn-proto v0.11.8 |
| 1004 | 2026-02-23T23:23:34.480Z | Downloaded tough v0.20.0 |
| 1005 | 2026-02-23T23:23:34.526Z | Downloaded winnow v0.6.26 |
| 1006 | 2026-02-23T23:23:34.526Z | Downloaded unicode-normalization v0.1.24 |
| 1007 | 2026-02-23T23:23:34.526Z | Downloaded regex v1.11.3 |
| 1008 | 2026-02-23T23:23:34.526Z | Downloaded radix_trie v0.2.1 |
| 1009 | 2026-02-23T23:23:34.526Z | Downloaded quick-xml v0.37.2 |
| 1010 | 2026-02-23T23:23:34.526Z | Downloaded lalrpop v0.19.12 |
| 1011 | 2026-02-23T23:23:34.539Z | Downloaded petname v2.0.2 |
| 1012 | 2026-02-23T23:23:34.539Z | Downloaded zlib-rs v0.5.1 |
| 1013 | 2026-02-23T23:23:34.539Z | Downloaded nix v0.28.0 |
| 1014 | 2026-02-23T23:23:34.539Z | Downloaded gimli v0.31.1 |
| 1015 | 2026-02-23T23:23:34.539Z | Downloaded curve25519-dalek v4.1.3 |
| 1016 | 2026-02-23T23:23:34.548Z | Downloaded object v0.30.4 |
| 1017 | 2026-02-23T23:23:34.558Z | Downloaded serde_with v3.16.1 |
| 1018 | 2026-02-23T23:23:34.558Z | Downloaded rustls-webpki v0.102.8 |
| 1019 | 2026-02-23T23:23:34.567Z | Downloaded p384 v0.13.1 |
| 1020 | 2026-02-23T23:23:34.582Z | Downloaded smoltcp v0.9.1 |
| 1021 | 2026-02-23T23:23:34.601Z | Downloaded winnow v0.5.40 |
| 1022 | 2026-02-23T23:23:34.601Z | Downloaded object v0.37.3 |
| 1023 | 2026-02-23T23:23:34.614Z | Downloaded zerocopy v0.8.27 |
| 1024 | 2026-02-23T23:23:34.623Z | Downloaded regress v0.10.4 |
| 1025 | 2026-02-23T23:23:34.634Z | Downloaded smoltcp v0.11.0 |
| 1026 | 2026-02-23T23:23:34.641Z | Downloaded polar-core v0.27.3 |
| 1027 | 2026-02-23T23:23:34.648Z | Downloaded nix v0.27.1 |
| 1028 | 2026-02-23T23:23:34.659Z | Downloaded tabled v0.18.0 |
| 1029 | 2026-02-23T23:23:34.670Z | Downloaded nix v0.29.0 |
| 1030 | 2026-02-23T23:23:34.681Z | Downloaded regex-syntax v0.6.29 |
| 1031 | 2026-02-23T23:23:34.687Z | Downloaded dropshot v0.16.7 |
| 1032 | 2026-02-23T23:23:34.813Z | Downloaded rustls v0.21.12 |
| 1033 | 2026-02-23T23:23:34.876Z | Downloaded diesel v2.2.12 |
| 1034 | 2026-02-23T23:23:34.876Z | Downloaded vcpkg v0.2.15 |
| 1035 | 2026-02-23T23:23:34.876Z | Downloaded tabled v0.20.0 |
| 1036 | 2026-02-23T23:23:34.876Z | Downloaded rustls v0.22.4 |
| 1037 | 2026-02-23T23:23:34.876Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1038 | 2026-02-23T23:23:34.876Z | Downloaded typify-impl v0.4.3 |
| 1039 | 2026-02-23T23:23:34.876Z | Downloaded regex-syntax v0.8.5 |
| 1040 | 2026-02-23T23:23:34.876Z | Downloaded rustls v0.23.19 |
| 1041 | 2026-02-23T23:23:34.889Z | Downloaded openapiv3 v2.2.0 |
| 1042 | 2026-02-23T23:23:34.889Z | Downloaded zerocopy-derive v0.6.6 |
| 1043 | 2026-02-23T23:23:34.889Z | Downloaded sled v0.34.7 |
| 1044 | 2026-02-23T23:23:34.889Z | Downloaded jiff v0.2.15 |
| 1045 | 2026-02-23T23:23:34.899Z | Downloaded object v0.36.5 |
| 1046 | 2026-02-23T23:23:34.917Z | Downloaded nix v0.30.1 |
| 1047 | 2026-02-23T23:23:34.928Z | Downloaded openssl v0.10.73 |
| 1048 | 2026-02-23T23:23:34.928Z | Downloaded chrono-tz v0.10.4 |
| 1049 | 2026-02-23T23:23:34.950Z | Downloaded bstr v1.10.0 |
| 1050 | 2026-02-23T23:23:34.963Z | Downloaded hickory-proto v0.25.2 |
| 1051 | 2026-02-23T23:23:34.970Z | Downloaded sqlparser v0.61.0 |
| 1052 | 2026-02-23T23:23:34.983Z | Downloaded webpki-roots v1.0.1 |
| 1053 | 2026-02-23T23:23:34.983Z | Downloaded libz-sys v1.1.20 |
| 1054 | 2026-02-23T23:23:34.996Z | Downloaded hickory-proto v0.24.4 |
| 1055 | 2026-02-23T23:23:35.010Z | Downloaded ssh-key v0.6.6 |
| 1056 | 2026-02-23T23:23:35.018Z | Downloaded salty v0.3.0 |
| 1057 | 2026-02-23T23:23:35.032Z | Downloaded chrono v0.4.43 |
| 1058 | 2026-02-23T23:23:35.035Z | Downloaded bindgen v0.71.1 |
| 1059 | 2026-02-23T23:23:35.038Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1060 | 2026-02-23T23:23:35.038Z | Downloaded tokio-tungstenite v0.21.0 |
| 1061 | 2026-02-23T23:23:35.052Z | Downloaded tokio-dtrace v0.1.0 |
| 1062 | 2026-02-23T23:23:35.052Z | Downloaded tls_codec_derive v0.4.1 |
| 1063 | 2026-02-23T23:23:35.052Z | Downloaded futures-util v0.3.31 |
| 1064 | 2026-02-23T23:23:35.061Z | Downloaded num-bigint v0.4.6 |
| 1065 | 2026-02-23T23:23:35.061Z | Downloaded ratatui v0.29.0 |
| 1066 | 2026-02-23T23:23:35.075Z | Downloaded typify-impl v0.2.0 |
| 1067 | 2026-02-23T23:23:35.088Z | Downloaded universal-hash v0.5.1 |
| 1068 | 2026-02-23T23:23:35.099Z | Downloaded unit-prefix v0.5.1 |
| 1069 | 2026-02-23T23:23:35.105Z | Downloaded termios v0.3.3 |
| 1070 | 2026-02-23T23:23:35.105Z | Downloaded rand v0.8.5 |
| 1071 | 2026-02-23T23:23:35.105Z | Downloaded mio v1.0.2 |
| 1072 | 2026-02-23T23:23:35.105Z | Downloaded iddqd v0.3.16 |
| 1073 | 2026-02-23T23:23:35.128Z | Downloaded time-macros v0.2.24 |
| 1074 | 2026-02-23T23:23:35.128Z | Downloaded ron v0.8.1 |
| 1075 | 2026-02-23T23:23:35.128Z | Downloaded rayon-core v1.12.1 |
| 1076 | 2026-02-23T23:23:35.128Z | Downloaded subtle v2.6.1 |
| 1077 | 2026-02-23T23:23:35.128Z | Downloaded strum v0.27.2 |
| 1078 | 2026-02-23T23:23:35.128Z | Downloaded slog-dtrace v0.3.0 |
| 1079 | 2026-02-23T23:23:35.128Z | Downloaded slab v0.4.9 |
| 1080 | 2026-02-23T23:23:35.142Z | Downloaded sqlparser_derive v0.5.0 |
| 1081 | 2026-02-23T23:23:35.142Z | Downloaded serde_derive_internals v0.29.1 |
| 1082 | 2026-02-23T23:23:35.142Z | Downloaded serde-hex v0.1.0 |
| 1083 | 2026-02-23T23:23:35.153Z | Downloaded progenitor-impl v0.11.2 |
| 1084 | 2026-02-23T23:23:35.153Z | Downloaded progenitor-impl v0.10.0 |
| 1085 | 2026-02-23T23:23:35.153Z | Downloaded papergrid v0.14.0 |
| 1086 | 2026-02-23T23:23:35.153Z | Downloaded hickory-server v0.25.2 |
| 1087 | 2026-02-23T23:23:35.154Z | Downloaded regex-automata v0.4.11 |
| 1088 | 2026-02-23T23:23:35.186Z | Downloaded slog-bunyan v2.5.0 |
| 1089 | 2026-02-23T23:23:35.186Z | Downloaded petgraph v0.6.5 |
| 1090 | 2026-02-23T23:23:35.216Z | Downloaded rusty-fork v0.3.0 |
| 1091 | 2026-02-23T23:23:35.216Z | Downloaded rustversion v1.0.22 |
| 1092 | 2026-02-23T23:23:35.216Z | Downloaded rustls-pemfile v2.2.0 |
| 1093 | 2026-02-23T23:23:35.216Z | Downloaded r2d2 v0.8.10 |
| 1094 | 2026-02-23T23:23:35.216Z | Downloaded rustls-native-certs v0.8.1 |
| 1095 | 2026-02-23T23:23:35.216Z | Downloaded serde_plain v1.0.2 |
| 1096 | 2026-02-23T23:23:35.216Z | Downloaded serde-big-array v0.5.1 |
| 1097 | 2026-02-23T23:23:35.216Z | Downloaded semver v0.1.20 |
| 1098 | 2026-02-23T23:23:35.216Z | Downloaded rustc-demangle v0.1.24 |
| 1099 | 2026-02-23T23:23:35.216Z | Downloaded secrecy v0.8.0 |
| 1100 | 2026-02-23T23:23:35.216Z | Downloaded scopeguard v1.2.0 |
| 1101 | 2026-02-23T23:23:35.216Z | Downloaded scroll_derive v0.13.1 |
| 1102 | 2026-02-23T23:23:35.216Z | Downloaded rand_core v0.9.3 |
| 1103 | 2026-02-23T23:23:35.216Z | Downloaded hickory-resolver v0.24.4 |
| 1104 | 2026-02-23T23:23:35.216Z | Downloaded rustc_version v0.1.7 |
| 1105 | 2026-02-23T23:23:35.216Z | Downloaded quinn-udp v0.5.5 |
| 1106 | 2026-02-23T23:23:35.225Z | Downloaded psm v0.1.30 |
| 1107 | 2026-02-23T23:23:35.225Z | Downloaded oso v0.27.3 |
| 1108 | 2026-02-23T23:23:35.225Z | Downloaded progenitor-client v0.11.2 |
| 1109 | 2026-02-23T23:23:35.225Z | Downloaded progenitor v0.10.0 |
| 1110 | 2026-02-23T23:23:35.225Z | Downloaded proc-macro-error2 v2.0.1 |
| 1111 | 2026-02-23T23:23:35.225Z | Downloaded parking_lot v0.12.3 |
| 1112 | 2026-02-23T23:23:35.225Z | Downloaded lzma-sys v0.1.20 |
| 1113 | 2026-02-23T23:23:35.240Z | Downloaded parking_lot v0.11.2 |
| 1114 | 2026-02-23T23:23:35.252Z | Downloaded httparse v1.9.5 |
| 1115 | 2026-02-23T23:23:35.252Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1116 | 2026-02-23T23:23:35.252Z | Downloaded recursive v0.1.1 |
| 1117 | 2026-02-23T23:23:35.252Z | Downloaded ppv-lite86 v0.2.20 |
| 1118 | 2026-02-23T23:23:35.252Z | Downloaded base64 v0.21.7 |
| 1119 | 2026-02-23T23:23:35.252Z | Downloaded pkg-config v0.3.31 |
| 1120 | 2026-02-23T23:23:35.252Z | Downloaded petgraph v0.8.2 |
| 1121 | 2026-02-23T23:23:35.270Z | Downloaded csv v1.3.1 |
| 1122 | 2026-02-23T23:23:35.303Z | Downloaded pin-project-internal v1.1.6 |
| 1123 | 2026-02-23T23:23:35.337Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 1124 | 2026-02-23T23:23:35.337Z | Downloaded pem v3.0.5 |
| 1125 | 2026-02-23T23:23:35.337Z | Downloaded omicron-zone-package v0.12.2 |
| 1126 | 2026-02-23T23:23:35.337Z | Downloaded tokio v1.49.0 |
| 1127 | 2026-02-23T23:23:35.353Z | Downloaded sha3 v0.10.8 |
| 1128 | 2026-02-23T23:23:35.372Z | Downloaded pin-project-lite v0.2.14 |
| 1129 | 2026-02-23T23:23:35.372Z | Downloaded phf v0.11.2 |
| 1130 | 2026-02-23T23:23:35.372Z | Downloaded heapless v0.8.0 |
| 1131 | 2026-02-23T23:23:35.372Z | Downloaded progenitor v0.8.0 |
| 1132 | 2026-02-23T23:23:35.372Z | Downloaded paste v1.0.15 |
| 1133 | 2026-02-23T23:23:35.372Z | Downloaded password-hash v0.5.0 |
| 1134 | 2026-02-23T23:23:35.386Z | Downloaded predicates-tree v1.0.12 |
| 1135 | 2026-02-23T23:23:35.386Z | Downloaded powerfmt v0.2.0 |
| 1136 | 2026-02-23T23:23:35.386Z | Downloaded oxnet v0.1.4 |
| 1137 | 2026-02-23T23:23:35.386Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1138 | 2026-02-23T23:23:35.386Z | Downloaded memmap2 v0.9.8 |
| 1139 | 2026-02-23T23:23:35.386Z | Downloaded crossterm v0.29.0 |
| 1140 | 2026-02-23T23:23:35.386Z | Downloaded crc32fast v1.4.2 |
| 1141 | 2026-02-23T23:23:35.386Z | Downloaded chacha20poly1305 v0.10.1 |
| 1142 | 2026-02-23T23:23:35.386Z | Downloaded arc-swap v1.7.1 |
| 1143 | 2026-02-23T23:23:35.396Z | Downloaded crypto-bigint v0.5.5 |
| 1144 | 2026-02-23T23:23:35.396Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1145 | 2026-02-23T23:23:35.396Z | Downloaded nanorand v0.7.0 |
| 1146 | 2026-02-23T23:23:35.396Z | Downloaded litrs v0.4.1 |
| 1147 | 2026-02-23T23:23:35.396Z | Downloaded ignore v0.4.23 |
| 1148 | 2026-02-23T23:23:35.396Z | Downloaded newtype-uuid v1.3.2 |
| 1149 | 2026-02-23T23:23:35.408Z | Downloaded multer v3.1.0 |
| 1150 | 2026-02-23T23:23:35.408Z | Downloaded mime_guess v2.0.5 |
| 1151 | 2026-02-23T23:23:35.409Z | Downloaded ipnetwork v0.21.1 |
| 1152 | 2026-02-23T23:23:35.409Z | Downloaded flume v0.11.1 |
| 1153 | 2026-02-23T23:23:35.416Z | Downloaded diesel_derives v2.2.3 |
| 1154 | 2026-02-23T23:23:35.416Z | Downloaded darling_core v0.21.0 |
| 1155 | 2026-02-23T23:23:35.416Z | Downloaded pbkdf2 v0.12.2 |
| 1156 | 2026-02-23T23:23:35.416Z | Downloaded pbkdf2 v0.11.0 |
| 1157 | 2026-02-23T23:23:35.425Z | Downloaded num-rational v0.4.2 |
| 1158 | 2026-02-23T23:23:35.425Z | Downloaded num-integer v0.1.46 |
| 1159 | 2026-02-23T23:23:35.425Z | Downloaded libz-rs-sys v0.5.1 |
| 1160 | 2026-02-23T23:23:35.425Z | Downloaded maplit v1.0.2 |
| 1161 | 2026-02-23T23:23:35.425Z | Downloaded libsw v3.5.0 |
| 1162 | 2026-02-23T23:23:35.425Z | Downloaded derive_more-impl v2.0.1 |
| 1163 | 2026-02-23T23:23:35.438Z | Downloaded crc-any v2.5.0 |
| 1164 | 2026-02-23T23:23:35.438Z | Downloaded opaque-debug v0.3.1 |
| 1165 | 2026-02-23T23:23:35.438Z | Downloaded encoding_rs v0.8.34 |
| 1166 | 2026-02-23T23:23:35.457Z | Downloaded olpc-cjson v0.1.4 |
| 1167 | 2026-02-23T23:23:35.484Z | Downloaded ciborium v0.2.2 |
| 1168 | 2026-02-23T23:23:35.484Z | Downloaded base64 v0.13.1 |
| 1169 | 2026-02-23T23:23:35.484Z | Downloaded iana-time-zone v0.1.63 |
| 1170 | 2026-02-23T23:23:35.484Z | Downloaded hyper-rustls v0.27.7 |
| 1171 | 2026-02-23T23:23:35.484Z | Downloaded nonempty v0.12.0 |
| 1172 | 2026-02-23T23:23:35.488Z | Downloaded newtype_derive v0.1.6 |
| 1173 | 2026-02-23T23:23:35.488Z | Downloaded dropshot_endpoint v0.16.7 |
| 1174 | 2026-02-23T23:23:35.488Z | Downloaded darling_core v0.20.10 |
| 1175 | 2026-02-23T23:23:35.503Z | Downloaded num_enum_derive v0.5.11 |
| 1176 | 2026-02-23T23:23:35.510Z | Downloaded num-iter v0.1.45 |
| 1177 | 2026-02-23T23:23:35.510Z | Downloaded num-conv v0.1.0 |
| 1178 | 2026-02-23T23:23:35.510Z | Downloaded ingot-types v0.1.2 |
| 1179 | 2026-02-23T23:23:35.510Z | Downloaded nibble_vec v0.1.0 |
| 1180 | 2026-02-23T23:23:35.510Z | Downloaded newline-converter v0.3.0 |
| 1181 | 2026-02-23T23:23:35.510Z | Downloaded multimap v0.10.1 |
| 1182 | 2026-02-23T23:23:35.510Z | Downloaded md5 v0.7.0 |
| 1183 | 2026-02-23T23:23:35.510Z | Downloaded md-5 v0.10.6 |
| 1184 | 2026-02-23T23:23:35.511Z | Downloaded managed v0.8.0 |
| 1185 | 2026-02-23T23:23:35.511Z | Downloaded lzss v0.8.2 |
| 1186 | 2026-02-23T23:23:35.511Z | Downloaded lru-cache v0.1.2 |
| 1187 | 2026-02-23T23:23:35.511Z | Downloaded ring v0.17.14 |
| 1188 | 2026-02-23T23:23:35.535Z | Downloaded lru v0.12.5 |
| 1189 | 2026-02-23T23:23:35.555Z | Downloaded match_cfg v0.1.0 |
| 1190 | 2026-02-23T23:23:35.555Z | Downloaded libsw-core v0.3.1 |
| 1191 | 2026-02-23T23:23:35.556Z | Downloaded ingot v0.1.1 |
| 1192 | 2026-02-23T23:23:35.556Z | Downloaded indoc v2.0.6 |
| 1193 | 2026-02-23T23:23:35.556Z | Downloaded http-body-util v0.1.3 |
| 1194 | 2026-02-23T23:23:35.556Z | Downloaded derive_more v2.0.1 |
| 1195 | 2026-02-23T23:23:35.556Z | Downloaded derive_more v0.99.20 |
| 1196 | 2026-02-23T23:23:35.556Z | Downloaded elliptic-curve v0.13.8 |
| 1197 | 2026-02-23T23:23:35.556Z | Downloaded hyper-staticfile v0.10.1 |
| 1198 | 2026-02-23T23:23:35.568Z | Downloaded crossbeam-epoch v0.9.18 |
| 1199 | 2026-02-23T23:23:35.568Z | Downloaded colored v2.2.0 |
| 1200 | 2026-02-23T23:23:35.568Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 1201 | 2026-02-23T23:23:35.597Z | Downloaded blake2 v0.10.6 |
| 1202 | 2026-02-23T23:23:35.618Z | Downloaded derive_builder v0.20.2 |
| 1203 | 2026-02-23T23:23:35.619Z | Downloaded darling v0.21.0 |
| 1204 | 2026-02-23T23:23:35.641Z | Downloaded convert_case v0.7.1 |
| 1205 | 2026-02-23T23:23:35.641Z | Downloaded bzip2 v0.5.2 |
| 1206 | 2026-02-23T23:23:35.641Z | Downloaded console v0.16.0 |
| 1207 | 2026-02-23T23:23:35.641Z | Downloaded colored v3.0.0 |
| 1208 | 2026-02-23T23:23:35.641Z | Downloaded clang-sys v1.8.1 |
| 1209 | 2026-02-23T23:23:35.641Z | Downloaded lazy_static v1.5.0 |
| 1210 | 2026-02-23T23:23:35.641Z | Downloaded lalrpop-util v0.19.12 |
| 1211 | 2026-02-23T23:23:35.641Z | Downloaded kstat-rs v0.2.4 |
| 1212 | 2026-02-23T23:23:35.641Z | Downloaded console v0.15.10 |
| 1213 | 2026-02-23T23:23:35.641Z | Downloaded instability v0.3.2 |
| 1214 | 2026-02-23T23:23:35.641Z | Downloaded inout v0.1.3 |
| 1215 | 2026-02-23T23:23:35.641Z | Downloaded indoc v1.0.9 |
| 1216 | 2026-02-23T23:23:35.641Z | Downloaded group v0.13.0 |
| 1217 | 2026-02-23T23:23:35.641Z | Downloaded futures-channel v0.3.31 |
| 1218 | 2026-02-23T23:23:35.641Z | Downloaded fatfs v0.3.6 |
| 1219 | 2026-02-23T23:23:35.649Z | Downloaded either v1.15.0 |
| 1220 | 2026-02-23T23:23:35.649Z | Downloaded ed25519 v2.2.3 |
| 1221 | 2026-02-23T23:23:35.649Z | Downloaded daft-derive v0.1.4 |
| 1222 | 2026-02-23T23:23:35.649Z | Downloaded diff v0.1.13 |
| 1223 | 2026-02-23T23:23:35.649Z | Downloaded des v0.8.1 |
| 1224 | 2026-02-23T23:23:35.649Z | Downloaded corncobs v0.1.4 |
| 1225 | 2026-02-23T23:23:35.649Z | Downloaded ctr v0.9.2 |
| 1226 | 2026-02-23T23:23:35.649Z | Downloaded ident_case v1.0.1 |
| 1227 | 2026-02-23T23:23:35.649Z | Downloaded hyper-tls v0.6.0 |
| 1228 | 2026-02-23T23:23:35.649Z | Downloaded httpdate v1.0.3 |
| 1229 | 2026-02-23T23:23:35.649Z | Downloaded bzip2 v0.4.4 |
| 1230 | 2026-02-23T23:23:35.661Z | Downloaded allocator-api2 v0.2.21 |
| 1231 | 2026-02-23T23:23:35.661Z | Downloaded hubpack_derive v0.1.1 |
| 1232 | 2026-02-23T23:23:35.661Z | Downloaded http-body v1.0.1 |
| 1233 | 2026-02-23T23:23:35.661Z | Downloaded dof v0.4.0 |
| 1234 | 2026-02-23T23:23:35.661Z | Downloaded crossbeam-deque v0.8.5 |
| 1235 | 2026-02-23T23:23:35.661Z | Downloaded filetime v0.2.26 |
| 1236 | 2026-02-23T23:23:35.661Z | Downloaded drift v0.1.3 |
| 1237 | 2026-02-23T23:23:35.675Z | Downloaded dtrace-parser v0.3.0 |
| 1238 | 2026-02-23T23:23:35.675Z | Downloaded defmt-macros v0.3.9 |
| 1239 | 2026-02-23T23:23:35.675Z | Downloaded bb8 v0.8.5 |
| 1240 | 2026-02-23T23:23:35.675Z | Downloaded cmake v0.1.51 |
| 1241 | 2026-02-23T23:23:35.675Z | Downloaded chacha20 v0.9.1 |
| 1242 | 2026-02-23T23:23:35.675Z | Downloaded cassowary v0.3.0 |
| 1243 | 2026-02-23T23:23:35.675Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1244 | 2026-02-23T23:23:35.693Z | Downloaded bitfield v0.19.2 |
| 1245 | 2026-02-23T23:23:35.693Z | Downloaded bit-vec v0.8.0 |
| 1246 | 2026-02-23T23:23:35.693Z | Downloaded bit-vec v0.6.3 |
| 1247 | 2026-02-23T23:23:35.693Z | Downloaded defmt v0.3.8 |
| 1248 | 2026-02-23T23:23:35.693Z | Downloaded daft v0.1.4 |
| 1249 | 2026-02-23T23:23:35.693Z | Downloaded hex-literal v0.4.1 |
| 1250 | 2026-02-23T23:23:35.693Z | Downloaded hex v0.4.3 |
| 1251 | 2026-02-23T23:23:35.693Z | Downloaded heck v0.3.3 |
| 1252 | 2026-02-23T23:23:35.693Z | Downloaded blowfish v0.9.1 |
| 1253 | 2026-02-23T23:23:35.693Z | Downloaded base64 v0.22.1 |
| 1254 | 2026-02-23T23:23:35.693Z | Downloaded data-encoding v2.9.0 |
| 1255 | 2026-02-23T23:23:35.693Z | Downloaded ghash v0.5.1 |
| 1256 | 2026-02-23T23:23:35.693Z | Downloaded gethostname v0.5.0 |
| 1257 | 2026-02-23T23:23:35.703Z | Downloaded fxhash v0.2.1 |
| 1258 | 2026-02-23T23:23:35.703Z | Downloaded foreign-types-shared v0.3.1 |
| 1259 | 2026-02-23T23:23:35.703Z | Downloaded foreign-types-macros v0.2.3 |
| 1260 | 2026-02-23T23:23:35.703Z | Downloaded fixedbitset v0.5.7 |
| 1261 | 2026-02-23T23:23:35.703Z | Downloaded ff v0.13.0 |
| 1262 | 2026-02-23T23:23:35.703Z | Downloaded embedded-io v0.6.1 |
| 1263 | 2026-02-23T23:23:35.703Z | Downloaded dunce v1.0.5 |
| 1264 | 2026-02-23T23:23:35.703Z | Downloaded dsl_auto_type v0.1.2 |
| 1265 | 2026-02-23T23:23:35.703Z | Downloaded display-error-chain v0.2.2 |
| 1266 | 2026-02-23T23:23:35.703Z | Downloaded dirs-next v2.0.0 |
| 1267 | 2026-02-23T23:23:35.703Z | Downloaded cexpr v0.6.0 |
| 1268 | 2026-02-23T23:23:35.703Z | Downloaded cbc v0.1.2 |
| 1269 | 2026-02-23T23:23:35.704Z | Downloaded bitflags v1.3.2 |
| 1270 | 2026-02-23T23:23:35.721Z | Downloaded base64ct v1.6.0 |
| 1271 | 2026-02-23T23:23:35.721Z | Downloaded bit-set v0.8.0 |
| 1272 | 2026-02-23T23:23:35.721Z | Downloaded document-features v0.2.11 |
| 1273 | 2026-02-23T23:23:35.721Z | Downloaded futures-core v0.3.31 |
| 1274 | 2026-02-23T23:23:35.721Z | Downloaded futures-io v0.3.31 |
| 1275 | 2026-02-23T23:23:35.721Z | Downloaded bitfield-struct v0.6.2 |
| 1276 | 2026-02-23T23:23:35.721Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1277 | 2026-02-23T23:23:35.722Z | Downloaded atty v0.2.14 |
| 1278 | 2026-02-23T23:23:35.722Z | Downloaded darling v0.20.10 |
| 1279 | 2026-02-23T23:23:35.722Z | Downloaded cargo-platform v0.1.8 |
| 1280 | 2026-02-23T23:23:35.722Z | Downloaded atomic-waker v1.1.2 |
| 1281 | 2026-02-23T23:23:35.735Z | Downloaded diesel-dtrace v0.4.2 |
| 1282 | 2026-02-23T23:23:35.735Z | Downloaded foreign-types v0.3.2 |
| 1283 | 2026-02-23T23:23:35.735Z | Downloaded fixedbitset v0.4.2 |
| 1284 | 2026-02-23T23:23:35.735Z | Downloaded darling_macro v0.21.0 |
| 1285 | 2026-02-23T23:23:35.735Z | Downloaded ciborium-ll v0.2.2 |
| 1286 | 2026-02-23T23:23:35.735Z | Downloaded crc8 v0.1.1 |
| 1287 | 2026-02-23T23:23:35.735Z | Downloaded crc-catalog v2.4.0 |
| 1288 | 2026-02-23T23:23:35.735Z | Downloaded dyn-clone v1.0.20 |
| 1289 | 2026-02-23T23:23:35.735Z | Downloaded dropshot-api-manager-types v0.3.0 |
| 1290 | 2026-02-23T23:23:35.735Z | Downloaded dirs-sys-next v0.1.2 |
| 1291 | 2026-02-23T23:23:35.735Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1292 | 2026-02-23T23:23:35.735Z | Downloaded bitfield-macros v0.19.2 |
| 1293 | 2026-02-23T23:23:35.735Z | Downloaded base16ct v0.2.0 |
| 1294 | 2026-02-23T23:23:35.736Z | Downloaded atomicwrites v0.4.4 |
| 1295 | 2026-02-23T23:23:35.736Z | Downloaded async-stream-impl v0.3.6 |
| 1296 | 2026-02-23T23:23:35.736Z | Downloaded enum-as-inner v0.6.1 |
| 1297 | 2026-02-23T23:23:35.750Z | Downloaded assert_matches v1.5.0 |
| 1298 | 2026-02-23T23:23:35.750Z | Downloaded aes v0.8.4 |
| 1299 | 2026-02-23T23:23:35.750Z | Downloaded endian-type v0.1.2 |
| 1300 | 2026-02-23T23:23:35.750Z | Downloaded darling_macro v0.20.10 |
| 1301 | 2026-02-23T23:23:35.750Z | Downloaded convert_case v0.4.0 |
| 1302 | 2026-02-23T23:23:35.750Z | Downloaded ciborium-io v0.2.2 |
| 1303 | 2026-02-23T23:23:35.750Z | Downloaded array-init v0.0.4 |
| 1304 | 2026-02-23T23:23:35.750Z | Downloaded csv-core v0.1.11 |
| 1305 | 2026-02-23T23:23:35.750Z | Downloaded crossbeam-channel v0.5.15 |
| 1306 | 2026-02-23T23:23:35.750Z | Downloaded bcs v0.1.6 |
| 1307 | 2026-02-23T23:23:35.761Z | Downloaded async-trait v0.1.89 |
| 1308 | 2026-02-23T23:23:35.761Z | Downloaded cstr-argument v0.1.2 |
| 1309 | 2026-02-23T23:23:35.761Z | Downloaded cipher v0.4.4 |
| 1310 | 2026-02-23T23:23:35.761Z | Downloaded cfg_aliases v0.2.1 |
| 1311 | 2026-02-23T23:23:35.761Z | Downloaded argon2 v0.5.3 |
| 1312 | 2026-02-23T23:23:35.761Z | Downloaded ar_archive_writer v0.5.1 |
| 1313 | 2026-02-23T23:23:35.761Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1314 | 2026-02-23T23:23:35.762Z | Downloaded async-stream v0.3.6 |
| 1315 | 2026-02-23T23:23:35.762Z | Downloaded der_derive v0.7.3 |
| 1316 | 2026-02-23T23:23:35.762Z | Downloaded cookie v0.18.1 |
| 1317 | 2026-02-23T23:23:35.762Z | Downloaded crunchy v0.2.2 |
| 1318 | 2026-02-23T23:23:35.762Z | Downloaded addr2line v0.24.2 |
| 1319 | 2026-02-23T23:23:35.772Z | Downloaded bit-set v0.5.3 |
| 1320 | 2026-02-23T23:23:35.772Z | Downloaded arrayvec v0.7.6 |
| 1321 | 2026-02-23T23:23:35.772Z | Downloaded arrayref v0.3.9 |
| 1322 | 2026-02-23T23:23:35.772Z | Downloaded adler2 v2.0.0 |
| 1323 | 2026-02-23T23:23:36.275Z | Downloaded aws-lc-sys v0.26.0 |
| 1324 | 2026-02-23T23:23:36.532Z | Compiling value-bag v1.12.0 |
| 1325 | 2026-02-23T23:23:36.532Z | Compiling lock_api v0.4.12 |
| 1326 | 2026-02-23T23:23:36.532Z | Compiling scopeguard v1.2.0 |
| 1327 | 2026-02-23T23:23:36.553Z | Compiling shlex v1.3.0 |
| 1328 | 2026-02-23T23:23:36.553Z | Compiling find-msvc-tools v0.1.9 |
| 1329 | 2026-02-23T23:23:36.553Z | Compiling syn v2.0.114 |
| 1330 | 2026-02-23T23:23:36.727Z | Compiling getrandom v0.2.15 |
| 1331 | 2026-02-23T23:23:36.752Z | Compiling jobserver v0.1.32 |
| 1332 | 2026-02-23T23:23:36.849Z | Compiling typenum v1.17.0 |
| 1333 | 2026-02-23T23:23:37.092Z | Compiling smallvec v1.15.1 |
| 1334 | 2026-02-23T23:23:37.133Z | Compiling log v0.4.29 |
| 1335 | 2026-02-23T23:23:37.209Z | Compiling cc v1.2.56 |
| 1336 | 2026-02-23T23:23:37.231Z | Compiling rand_core v0.6.4 |
| 1337 | 2026-02-23T23:23:40.757Z | Compiling generic-array v0.14.7 |
| 1338 | 2026-02-23T23:23:40.757Z | Compiling subtle v2.6.1 |
| 1339 | 2026-02-23T23:23:40.757Z | Compiling portable-atomic v1.11.0 |
| 1340 | 2026-02-23T23:23:40.757Z | Compiling const-oid v0.9.6 |
| 1341 | 2026-02-23T23:23:40.757Z | Compiling critical-section v1.1.3 |
| 1342 | 2026-02-23T23:23:40.757Z | Compiling serde_json v1.0.149 |
| 1343 | 2026-02-23T23:23:40.757Z | Compiling getrandom v0.3.4 |
| 1344 | 2026-02-23T23:23:40.757Z | Compiling pkg-config v0.3.31 |
| 1345 | 2026-02-23T23:23:40.860Z | Compiling spin v0.9.8 |
| 1346 | 2026-02-23T23:23:40.860Z | Compiling pin-project-lite v0.2.14 |
| 1347 | 2026-02-23T23:23:40.860Z | Compiling parking_lot_core v0.9.10 |
| 1348 | 2026-02-23T23:23:40.860Z | Compiling regex-syntax v0.8.5 |
| 1349 | 2026-02-23T23:23:40.860Z | Compiling rustix v0.38.37 |
| 1350 | 2026-02-23T23:23:40.860Z | Compiling libm v0.2.8 |
| 1351 | 2026-02-23T23:23:40.860Z | Compiling once_cell v1.21.3 |
| 1352 | 2026-02-23T23:23:40.860Z | Compiling signal-hook-registry v1.4.2 |
| 1353 | 2026-02-23T23:23:40.860Z | Compiling num-traits v0.2.19 |
| 1354 | 2026-02-23T23:23:40.860Z | Compiling allocator-api2 v0.2.21 |
| 1355 | 2026-02-23T23:23:40.860Z | Compiling parking_lot v0.12.3 |
| 1356 | 2026-02-23T23:23:40.987Z | Compiling mio v1.0.2 |
| 1357 | 2026-02-23T23:23:41.010Z | Compiling futures-core v0.3.31 |
| 1358 | 2026-02-23T23:23:41.077Z | Compiling lazy_static v1.5.0 |
| 1359 | 2026-02-23T23:23:41.229Z | Compiling aho-corasick v1.1.3 |
| 1360 | 2026-02-23T23:23:41.310Z | Compiling percent-encoding v2.3.2 |
| 1361 | 2026-02-23T23:23:41.560Z | Compiling socket2 v0.6.1 |
| 1362 | 2026-02-23T23:23:41.683Z | Compiling slab v0.4.9 |
| 1363 | 2026-02-23T23:23:42.108Z | Compiling cpufeatures v0.2.14 |
| 1364 | 2026-02-23T23:23:42.282Z | Compiling either v1.15.0 |
| 1365 | 2026-02-23T23:23:42.297Z | Compiling futures-sink v0.3.31 |
| 1366 | 2026-02-23T23:23:42.385Z | Compiling glob v0.3.2 |
| 1367 | 2026-02-23T23:23:42.469Z | Compiling futures-channel v0.3.31 |
| 1368 | 2026-02-23T23:23:42.718Z | Compiling hashbrown v0.16.1 |
| 1369 | 2026-02-23T23:23:42.787Z | Compiling prettyplease v0.2.36 |
| 1370 | 2026-02-23T23:23:42.870Z | Compiling futures-io v0.3.31 |
| 1371 | 2026-02-23T23:23:43.149Z | Compiling pin-utils v0.1.0 |
| 1372 | 2026-02-23T23:23:43.168Z | Compiling futures-task v0.3.31 |
| 1373 | 2026-02-23T23:23:43.241Z | Compiling regex-automata v0.4.11 |
| 1374 | 2026-02-23T23:23:43.264Z | Compiling clang-sys v1.8.1 |
| 1375 | 2026-02-23T23:23:43.470Z | Compiling rustversion v1.0.22 |
| 1376 | 2026-02-23T23:23:43.887Z | Compiling minimal-lexical v0.2.1 |
| 1377 | 2026-02-23T23:23:43.949Z | Compiling indexmap v2.13.0 |
| 1378 | 2026-02-23T23:23:43.977Z | Compiling libloading v0.8.5 |
| 1379 | 2026-02-23T23:23:44.152Z | Compiling synstructure v0.13.1 |
| 1380 | 2026-02-23T23:23:44.404Z | Compiling nom v7.1.3 |
| 1381 | 2026-02-23T23:23:45.115Z | Compiling base64ct v1.6.0 |
| 1382 | 2026-02-23T23:23:45.428Z | Compiling ident_case v1.0.1 |
| 1383 | 2026-02-23T23:23:45.602Z | Compiling bindgen v0.69.5 |
| 1384 | 2026-02-23T23:23:45.626Z | Compiling home v0.5.9 |
| 1385 | 2026-02-23T23:23:45.648Z | Compiling pem-rfc7468 v0.7.0 |
| 1386 | 2026-02-23T23:23:45.833Z | Compiling itertools v0.12.1 |
| 1387 | 2026-02-23T23:23:46.267Z | Compiling form_urlencoded v1.2.2 |
| 1388 | 2026-02-23T23:23:46.598Z | Compiling lazycell v1.3.0 |
| 1389 | 2026-02-23T23:23:46.623Z | Compiling flagset v0.4.6 |
| 1390 | 2026-02-23T23:23:46.790Z | Compiling rustc-hash v1.1.0 |
| 1391 | 2026-02-23T23:23:46.849Z | Compiling rand_core v0.9.3 |
| 1392 | 2026-02-23T23:23:46.972Z | Compiling cmake v0.1.51 |
| 1393 | 2026-02-23T23:23:47.425Z | Compiling iana-time-zone v0.1.63 |
| 1394 | 2026-02-23T23:23:47.812Z | Compiling cexpr v0.6.0 |
| 1395 | 2026-02-23T23:23:47.835Z | Compiling dunce v1.0.5 |
| 1396 | 2026-02-23T23:23:47.860Z | Compiling fs_extra v1.3.0 |
| 1397 | 2026-02-23T23:23:47.988Z | Compiling paste v1.0.15 |
| 1398 | 2026-02-23T23:23:48.398Z | Compiling foldhash v0.1.5 |
| 1399 | 2026-02-23T23:23:48.464Z | Compiling rustc_version v0.4.1 |
| 1400 | 2026-02-23T23:23:48.603Z | Compiling uuid v1.19.0 |
| 1401 | 2026-02-23T23:23:48.708Z | Compiling regex v1.11.3 |
| 1402 | 2026-02-23T23:23:48.711Z | Compiling hashbrown v0.15.4 |
| 1403 | 2026-02-23T23:23:48.947Z | Compiling serde_derive v1.0.228 |
| 1404 | 2026-02-23T23:23:49.113Z | Compiling zeroize_derive v1.4.2 |
| 1405 | 2026-02-23T23:23:49.368Z | Compiling zerofrom-derive v0.1.4 |
| 1406 | 2026-02-23T23:23:49.730Z | Compiling yoke-derive v0.7.4 |
| 1407 | 2026-02-23T23:23:49.979Z | Compiling zerovec-derive v0.10.3 |
| 1408 | 2026-02-23T23:23:50.205Z | Compiling displaydoc v0.2.5 |
| 1409 | 2026-02-23T23:23:50.521Z | Compiling zeroize v1.8.1 |
| 1410 | 2026-02-23T23:23:51.752Z | Compiling icu_provider_macros v1.5.0 |
| 1411 | 2026-02-23T23:23:52.378Z | Compiling crypto-common v0.1.6 |
| 1412 | 2026-02-23T23:23:52.418Z | Compiling block-buffer v0.10.4 |
| 1413 | 2026-02-23T23:23:52.439Z | Compiling zerocopy-derive v0.7.35 |
| 1414 | 2026-02-23T23:23:52.636Z | Compiling tokio-macros v2.6.0 |
| 1415 | 2026-02-23T23:23:52.717Z | Compiling zerofrom v0.1.4 |
| 1416 | 2026-02-23T23:23:52.739Z | Compiling digest v0.10.7 |
| 1417 | 2026-02-23T23:23:52.780Z | Compiling thiserror-impl v2.0.18 |
| 1418 | 2026-02-23T23:23:52.977Z | Compiling yoke v0.7.4 |
| 1419 | 2026-02-23T23:23:53.256Z | Compiling hmac v0.12.1 |
| 1420 | 2026-02-23T23:23:53.371Z | Compiling zerovec v0.10.4 |
| 1421 | 2026-02-23T23:23:53.550Z | Compiling block-padding v0.3.3 |
| 1422 | 2026-02-23T23:23:53.592Z | Compiling futures-macro v0.3.31 |
| 1423 | 2026-02-23T23:23:53.837Z | Compiling inout v0.1.3 |
| 1424 | 2026-02-23T23:23:54.197Z | Compiling cipher v0.4.4 |
| 1425 | 2026-02-23T23:23:54.249Z | Compiling sha2 v0.10.9 |
| 1426 | 2026-02-23T23:23:54.400Z | Compiling zerocopy v0.7.35 |
| 1427 | 2026-02-23T23:23:54.749Z | Compiling der_derive v0.7.3 |
| 1428 | 2026-02-23T23:23:55.458Z | Compiling tinystr v0.7.6 |
| 1429 | 2026-02-23T23:23:55.484Z | Compiling icu_collections v1.5.0 |
| 1430 | 2026-02-23T23:23:55.828Z | Compiling icu_locid v1.5.0 |
| 1431 | 2026-02-23T23:23:55.865Z | Compiling ppv-lite86 v0.2.20 |
| 1432 | 2026-02-23T23:23:55.901Z | Compiling thiserror v2.0.18 |
| 1433 | 2026-02-23T23:23:55.934Z | Compiling futures-util v0.3.31 |
| 1434 | 2026-02-23T23:23:56.072Z | Compiling pest v2.8.2 |
| 1435 | 2026-02-23T23:23:56.300Z | Compiling serde v1.0.228 |
| 1436 | 2026-02-23T23:23:56.620Z | Compiling salsa20 v0.10.2 |
| 1437 | 2026-02-23T23:23:56.642Z | Compiling pbkdf2 v0.12.2 |
| 1438 | 2026-02-23T23:23:56.823Z | Compiling vcpkg v0.2.15 |
| 1439 | 2026-02-23T23:23:56.869Z | Compiling zerocopy v0.8.27 |
| 1440 | 2026-02-23T23:23:57.009Z | Compiling icu_provider v1.5.0 |
| 1441 | 2026-02-23T23:23:57.532Z | Compiling bitflags v2.9.4 |
| 1442 | 2026-02-23T23:23:57.684Z | Compiling bytes v1.11.1 |
| 1443 | 2026-02-23T23:23:57.687Z | Compiling der v0.7.10 |
| 1444 | 2026-02-23T23:23:57.827Z | Compiling icu_locid_transform v1.5.0 |
| 1445 | 2026-02-23T23:23:57.998Z | Compiling chrono v0.4.43 |
| 1446 | 2026-02-23T23:23:58.544Z | Compiling openssl-sys v0.9.109 |
| 1447 | 2026-02-23T23:23:59.133Z | Compiling tokio v1.49.0 |
| 1448 | 2026-02-23T23:23:59.190Z | Compiling icu_properties v1.5.1 |
| 1449 | 2026-02-23T23:23:59.761Z | Compiling http v1.4.0 |
| 1450 | 2026-02-23T23:24:00.269Z | Compiling spki v0.7.3 |
| 1451 | 2026-02-23T23:24:00.688Z | Compiling pest_meta v2.8.2 |
| 1452 | 2026-02-23T23:24:00.859Z | Compiling scrypt v0.11.0 |
| 1453 | 2026-02-23T23:24:01.379Z | Compiling rand_chacha v0.9.0 |
| 1454 | 2026-02-23T23:24:01.514Z | Compiling aes v0.8.4 |
| 1455 | 2026-02-23T23:24:01.576Z | Compiling cbc v0.1.2 |
| 1456 | 2026-02-23T23:24:01.836Z | Compiling which v4.4.2 |
| 1457 | 2026-02-23T23:24:02.076Z | Compiling zerocopy-derive v0.8.27 |
| 1458 | 2026-02-23T23:24:03.110Z | Compiling icu_normalizer v1.5.0 |
| 1459 | 2026-02-23T23:24:04.005Z | Compiling pkcs5 v0.7.1 |
| 1460 | 2026-02-23T23:24:04.036Z | Compiling pest_generator v2.8.2 |
| 1461 | 2026-02-23T23:24:04.325Z | Compiling idna_adapter v1.2.0 |
| 1462 | 2026-02-23T23:24:04.598Z | Compiling idna v1.0.3 |
| 1463 | 2026-02-23T23:24:04.991Z | Compiling rand v0.9.2 |
| 1464 | 2026-02-23T23:24:05.281Z | Compiling url v2.5.4 |
| 1465 | 2026-02-23T23:24:05.892Z | Compiling tracing-attributes v0.1.27 |
| 1466 | 2026-02-23T23:24:06.050Z | Compiling serde_derive_internals v0.29.1 |
| 1467 | 2026-02-23T23:24:06.533Z | Compiling ring v0.17.14 |
| 1468 | 2026-02-23T23:24:06.863Z | Compiling tracing-core v0.1.32 |
| 1469 | 2026-02-23T23:24:07.074Z | Compiling rustix v1.1.3 |
| 1470 | 2026-02-23T23:24:07.721Z | Compiling aws-lc-rs v1.12.4 |
| 1471 | 2026-02-23T23:24:07.860Z | Compiling schemars v0.8.22 |
| 1472 | 2026-02-23T23:24:08.199Z | Compiling adler2 v2.0.0 |
| 1473 | 2026-02-23T23:24:08.397Z | Compiling tokio-util v0.7.15 |
| 1474 | 2026-02-23T23:24:08.433Z | Compiling schemars_derive v0.8.22 |
| 1475 | 2026-02-23T23:24:08.571Z | Compiling miniz_oxide v0.8.5 |
| 1476 | 2026-02-23T23:24:09.152Z | Compiling tracing v0.1.40 |
| 1477 | 2026-02-23T23:24:09.331Z | Compiling pest_derive v2.8.2 |
| 1478 | 2026-02-23T23:24:09.658Z | Compiling pkcs8 v0.10.2 |
| 1479 | 2026-02-23T23:24:09.963Z | Compiling http-body v1.0.1 |
| 1480 | 2026-02-23T23:24:10.180Z | Compiling scroll_derive v0.13.1 |
| 1481 | 2026-02-23T23:24:10.249Z | Compiling darling_core v0.20.10 |
| 1482 | 2026-02-23T23:24:10.288Z | Compiling rustls-pki-types v1.10.0 |
| 1483 | 2026-02-23T23:24:10.808Z | Compiling dyn-clone v1.0.20 |
| 1484 | 2026-02-23T23:24:11.046Z | Compiling tinyvec_macros v0.1.1 |
| 1485 | 2026-02-23T23:24:11.167Z | Compiling httparse v1.9.5 |
| 1486 | 2026-02-23T23:24:11.248Z | Compiling base64 v0.22.1 |
| 1487 | 2026-02-23T23:24:11.956Z | Compiling tinyvec v1.8.0 |
| 1488 | 2026-02-23T23:24:12.067Z | Compiling scroll v0.13.0 |
| 1489 | 2026-02-23T23:24:12.484Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1490 | 2026-02-23T23:24:13.319Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1491 | 2026-02-23T23:24:13.487Z | Compiling powerfmt v0.2.0 |
| 1492 | 2026-02-23T23:24:13.545Z | Compiling foreign-types-shared v0.1.1 |
| 1493 | 2026-02-23T23:24:13.668Z | Compiling untrusted v0.9.0 |
| 1494 | 2026-02-23T23:24:13.840Z | Compiling tower-service v0.3.3 |
| 1495 | 2026-02-23T23:24:13.860Z | Compiling num-conv v0.1.0 |
| 1496 | 2026-02-23T23:24:13.862Z | Compiling atomic-waker v1.1.2 |
| 1497 | 2026-02-23T23:24:13.995Z | Compiling openssl-probe v0.1.5 |
| 1498 | 2026-02-23T23:24:14.096Z | Compiling untrusted v0.7.1 |
| 1499 | 2026-02-23T23:24:14.206Z | Compiling tower-layer v0.3.3 |
| 1500 | 2026-02-23T23:24:14.343Z | Compiling openssl v0.10.73 |
| 1501 | 2026-02-23T23:24:14.366Z | Compiling try-lock v0.2.5 |
| 1502 | 2026-02-23T23:24:14.547Z | Compiling time-core v0.1.6 |
| 1503 | 2026-02-23T23:24:14.550Z | Compiling want v0.3.1 |
| 1504 | 2026-02-23T23:24:14.721Z | Compiling tempfile v3.24.0 |
| 1505 | 2026-02-23T23:24:14.849Z | Compiling h2 v0.4.6 |
| 1506 | 2026-02-23T23:24:14.874Z | Compiling time-macros v0.2.24 |
| 1507 | 2026-02-23T23:24:14.987Z | Compiling deranged v0.5.3 |
| 1508 | 2026-02-23T23:24:15.569Z | Compiling foreign-types v0.3.2 |
| 1509 | 2026-02-23T23:24:16.095Z | Compiling goblin v0.10.2 |
| 1510 | 2026-02-23T23:24:16.118Z | Compiling darling_macro v0.20.10 |
| 1511 | 2026-02-23T23:24:17.072Z | Compiling darling v0.20.10 |
| 1512 | 2026-02-23T23:24:17.585Z | Compiling ipnet v2.11.0 |
| 1513 | 2026-02-23T23:24:17.886Z | Compiling openssl-macros v0.1.1 |
| 1514 | 2026-02-23T23:24:18.682Z | Compiling wait-timeout v0.2.0 |
| 1515 | 2026-02-23T23:24:18.706Z | Compiling crossbeam-utils v0.8.21 |
| 1516 | 2026-02-23T23:24:18.739Z | Compiling native-tls v0.2.12 |
| 1517 | 2026-02-23T23:24:19.098Z | Compiling httpdate v1.0.3 |
| 1518 | 2026-02-23T23:24:19.125Z | Compiling num_threads v0.1.7 |
| 1519 | 2026-02-23T23:24:19.221Z | Compiling gimli v0.31.1 |
| 1520 | 2026-02-23T23:24:19.283Z | Compiling bit-vec v0.8.0 |
| 1521 | 2026-02-23T23:24:19.314Z | Compiling rustls v0.23.19 |
| 1522 | 2026-02-23T23:24:19.537Z | Compiling quick-error v1.2.3 |
| 1523 | 2026-02-23T23:24:19.653Z | Compiling usdt-impl v0.6.0 |
| 1524 | 2026-02-23T23:24:19.722Z | Compiling syn v1.0.109 |
| 1525 | 2026-02-23T23:24:19.743Z | Compiling rusty-fork v0.3.0 |
| 1526 | 2026-02-23T23:24:20.075Z | Compiling bit-set v0.8.0 |
| 1527 | 2026-02-23T23:24:20.396Z | Compiling time v0.3.43 |
| 1528 | 2026-02-23T23:24:20.472Z | Compiling derive_builder_core v0.20.2 |
| 1529 | 2026-02-23T23:24:22.728Z | Compiling hyper v1.8.1 |
| 1530 | 2026-02-23T23:24:24.066Z | Compiling addr2line v0.24.2 |
| 1531 | 2026-02-23T23:24:24.279Z | Compiling dof v0.4.0 |
| 1532 | 2026-02-23T23:24:24.839Z | Compiling unicode-normalization v0.1.24 |
| 1533 | 2026-02-23T23:24:24.991Z | Compiling dtrace-parser v0.3.0 |
| 1534 | 2026-02-23T23:24:25.897Z | Compiling signature v2.2.0 |
| 1535 | 2026-02-23T23:24:26.225Z | Compiling heapless v0.7.17 |
| 1536 | 2026-02-23T23:24:26.436Z | Compiling scroll_derive v0.12.0 |
| 1537 | 2026-02-23T23:24:26.590Z | Compiling thiserror-impl v1.0.69 |
| 1538 | 2026-02-23T23:24:26.693Z | Compiling rand_xorshift v0.4.0 |
| 1539 | 2026-02-23T23:24:26.790Z | Compiling slog v2.8.2 |
| 1540 | 2026-02-23T23:24:26.991Z | Compiling darling_core v0.21.0 |
| 1541 | 2026-02-23T23:24:27.155Z | Compiling thread-id v5.0.0 |
| 1542 | 2026-02-23T23:24:27.297Z | Compiling cookie v0.18.1 |
| 1543 | 2026-02-23T23:24:27.417Z | Compiling crc32fast v1.4.2 |
| 1544 | 2026-02-23T23:24:27.642Z | Compiling object v0.36.5 |
| 1545 | 2026-02-23T23:24:27.751Z | Compiling unicode-properties v0.1.3 |
| 1546 | 2026-02-23T23:24:27.814Z | Compiling unarray v0.1.4 |
| 1547 | 2026-02-23T23:24:27.837Z | Compiling unicode-bidi v0.3.17 |
| 1548 | 2026-02-23T23:24:28.002Z | Compiling zlib-rs v0.5.1 |
| 1549 | 2026-02-23T23:24:28.165Z | Compiling siphasher v0.3.11 |
| 1550 | 2026-02-23T23:24:28.526Z | Compiling anyhow v1.0.99 |
| 1551 | 2026-02-23T23:24:29.040Z | Compiling zstd-safe v7.2.3 |
| 1552 | 2026-02-23T23:24:29.171Z | Compiling signal-hook v0.3.18 |
| 1553 | 2026-02-23T23:24:29.438Z | Compiling rustc-demangle v0.1.24 |
| 1554 | 2026-02-23T23:24:29.541Z | Compiling thiserror v1.0.69 |
| 1555 | 2026-02-23T23:24:29.716Z | Compiling stringprep v0.1.5 |
| 1556 | 2026-02-23T23:24:29.935Z | Compiling phf_shared v0.11.2 |
| 1557 | 2026-02-23T23:24:30.098Z | Compiling proptest v1.7.0 |
| 1558 | 2026-02-23T23:24:30.300Z | Compiling scroll v0.12.0 |
| 1559 | 2026-02-23T23:24:30.868Z | Compiling hyper-util v0.1.19 |
| 1560 | 2026-02-23T23:24:31.437Z | Compiling derive_builder_macro v0.20.2 |
| 1561 | 2026-02-23T23:24:32.945Z | Compiling ipnetwork v0.21.1 |
| 1562 | 2026-02-23T23:24:33.133Z | Compiling darling_macro v0.21.0 |
| 1563 | 2026-02-23T23:24:33.790Z | Compiling serde_spanned v0.6.9 |
| 1564 | 2026-02-23T23:24:34.052Z | Compiling serde_tokenstream v0.2.2 |
| 1565 | 2026-02-23T23:24:34.087Z | Compiling erased-serde v0.3.31 |
| 1566 | 2026-02-23T23:24:34.723Z | Compiling libz-rs-sys v0.5.1 |
| 1567 | 2026-02-23T23:24:34.832Z | Compiling backtrace v0.3.74 |
| 1568 | 2026-02-23T23:24:34.977Z | Compiling toml_datetime v0.6.11 |
| 1569 | 2026-02-23T23:24:35.038Z | Compiling rand_chacha v0.3.1 |
| 1570 | 2026-02-23T23:24:35.286Z | Compiling md-5 v0.10.6 |
| 1571 | 2026-02-23T23:24:35.461Z | Compiling curve25519-dalek v4.1.3 |
| 1572 | 2026-02-23T23:24:35.528Z | Compiling vergen-lib v0.1.6 |
| 1573 | 2026-02-23T23:24:35.568Z | Compiling num-integer v0.1.46 |
| 1574 | 2026-02-23T23:24:35.864Z | Compiling sync_wrapper v1.0.1 |
| 1575 | 2026-02-23T23:24:36.064Z | Compiling hash32 v0.2.1 |
| 1576 | 2026-02-23T23:24:36.174Z | Compiling ff v0.13.0 |
| 1577 | 2026-02-23T23:24:36.275Z | Compiling memoffset v0.9.1 |
| 1578 | 2026-02-23T23:24:36.427Z | Compiling litrs v0.4.1 |
| 1579 | 2026-02-23T23:24:36.451Z | Compiling smoltcp v0.9.1 |
| 1580 | 2026-02-23T23:24:36.646Z | Compiling cfg_aliases v0.2.1 |
| 1581 | 2026-02-23T23:24:36.774Z | Compiling num-bigint-dig v0.8.6 |
| 1582 | 2026-02-23T23:24:36.963Z | Compiling fallible-iterator v0.2.0 |
| 1583 | 2026-02-23T23:24:37.117Z | Compiling psl-types v2.0.11 |
| 1584 | 2026-02-23T23:24:37.137Z | Compiling base16ct v0.2.0 |
| 1585 | 2026-02-23T23:24:37.350Z | Compiling ref-cast v1.0.25 |
| 1586 | 2026-02-23T23:24:37.495Z | Compiling sec1 v0.7.3 |
| 1587 | 2026-02-23T23:24:37.564Z | Compiling document-features v0.2.11 |
| 1588 | 2026-02-23T23:24:37.695Z | Compiling postgres-protocol v0.6.8 |
| 1589 | 2026-02-23T23:24:37.698Z | Compiling publicsuffix v2.3.0 |
| 1590 | 2026-02-23T23:24:38.064Z | Compiling nix v0.29.0 |
| 1591 | 2026-02-23T23:24:38.119Z | Compiling group v0.13.0 |
| 1592 | 2026-02-23T23:24:38.605Z | Compiling newtype-uuid v1.3.2 |
| 1593 | 2026-02-23T23:24:38.825Z | Compiling num-iter v0.1.45 |
| 1594 | 2026-02-23T23:24:38.881Z | Compiling tower v0.5.2 |
| 1595 | 2026-02-23T23:24:39.071Z | Compiling rand v0.8.5 |
| 1596 | 2026-02-23T23:24:39.373Z | Compiling flate2 v1.1.2 |
| 1597 | 2026-02-23T23:24:39.861Z | Compiling darling v0.21.0 |
| 1598 | 2026-02-23T23:24:40.002Z | Compiling oxnet v0.1.4 |
| 1599 | 2026-02-23T23:24:40.032Z | Compiling derive_builder v0.20.2 |
| 1600 | 2026-02-23T23:24:40.148Z | Compiling tokio-native-tls v0.3.1 |
| 1601 | 2026-02-23T23:24:40.245Z | Compiling goblin v0.8.2 |
| 1602 | 2026-02-23T23:24:40.901Z | Compiling rustls-native-certs v0.8.1 |
| 1603 | 2026-02-23T23:24:41.115Z | Compiling webpki-roots v1.0.1 |
| 1604 | 2026-02-23T23:24:41.356Z | Compiling http-body-util v0.1.3 |
| 1605 | 2026-02-23T23:24:41.445Z | Compiling strum_macros v0.27.2 |
| 1606 | 2026-02-23T23:24:41.507Z | Compiling terminal_size v0.4.0 |
| 1607 | 2026-02-23T23:24:41.698Z | Compiling cargo-platform v0.1.8 |
| 1608 | 2026-02-23T23:24:41.758Z | Compiling hkdf v0.12.4 |
| 1609 | 2026-02-23T23:24:41.915Z | Compiling crypto-bigint v0.5.5 |
| 1610 | 2026-02-23T23:24:42.044Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1611 | 2026-02-23T23:24:42.222Z | Compiling async-trait v0.1.89 |
| 1612 | 2026-02-23T23:24:43.490Z | Compiling daft-derive v0.1.4 |
| 1613 | 2026-02-23T23:24:44.429Z | Compiling hubpack_derive v0.1.1 |
| 1614 | 2026-02-23T23:24:44.781Z | Compiling ref-cast-impl v1.0.25 |
| 1615 | 2026-02-23T23:24:45.098Z | Compiling vergen v9.0.6 |
| 1616 | 2026-02-23T23:24:45.358Z | Compiling ahash v0.8.12 |
| 1617 | 2026-02-23T23:24:45.447Z | Compiling fs-err v3.1.1 |
| 1618 | 2026-02-23T23:24:45.749Z | Compiling buf-list v1.0.3 |
| 1619 | 2026-02-23T23:24:45.794Z | Compiling managed v0.8.0 |
| 1620 | 2026-02-23T23:24:45.928Z | Compiling iri-string v0.7.8 |
| 1621 | 2026-02-23T23:24:46.255Z | Compiling unicode-segmentation v1.12.0 |
| 1622 | 2026-02-23T23:24:46.399Z | Compiling winnow v0.5.40 |
| 1623 | 2026-02-23T23:24:46.463Z | Compiling bitflags v1.3.2 |
| 1624 | 2026-02-23T23:24:46.589Z | Compiling ryu v1.0.18 |
| 1625 | 2026-02-23T23:24:46.940Z | Compiling bumpalo v3.16.0 |
| 1626 | 2026-02-23T23:24:47.136Z | Compiling lockfree-object-pool v0.1.6 |
| 1627 | 2026-02-23T23:24:47.427Z | Compiling simd-adler32 v0.3.7 |
| 1628 | 2026-02-23T23:24:47.450Z | Compiling serde_urlencoded v0.7.1 |
| 1629 | 2026-02-23T23:24:47.883Z | Compiling zopfli v0.8.1 |
| 1630 | 2026-02-23T23:24:47.998Z | Compiling strum v0.27.2 |
| 1631 | 2026-02-23T23:24:48.291Z | Compiling dof v0.3.0 |
| 1632 | 2026-02-23T23:24:49.489Z | Compiling tower-http v0.6.6 |
| 1633 | 2026-02-23T23:24:49.664Z | Compiling toml_edit v0.19.15 |
| 1634 | 2026-02-23T23:24:49.991Z | Compiling clap_builder v4.5.48 |
| 1635 | 2026-02-23T23:24:50.128Z | Compiling hubpack v0.1.2 |
| 1636 | 2026-02-23T23:24:50.163Z | Compiling daft v0.1.4 |
| 1637 | 2026-02-23T23:24:50.185Z | Compiling elliptic-curve v0.13.8 |
| 1638 | 2026-02-23T23:24:50.604Z | Compiling cargo_metadata v0.19.2 |
| 1639 | 2026-02-23T23:24:50.803Z | Compiling hyper-tls v0.6.0 |
| 1640 | 2026-02-23T23:24:51.111Z | Compiling signal-hook-mio v0.2.4 |
| 1641 | 2026-02-23T23:24:51.222Z | Compiling cookie_store v0.21.1 |
| 1642 | 2026-02-23T23:24:51.339Z | Compiling zstd v0.13.3 |
| 1643 | 2026-02-23T23:24:53.624Z | Compiling serde_with_macros v3.16.1 |
| 1644 | 2026-02-23T23:24:54.162Z | Compiling postgres-types v0.2.9 |
| 1645 | 2026-02-23T23:24:55.679Z | Compiling usdt-attr-macro v0.6.0 |
| 1646 | 2026-02-23T23:24:56.334Z | Compiling usdt-macro v0.6.0 |
| 1647 | 2026-02-23T23:24:56.681Z | Compiling phf v0.11.2 |
| 1648 | 2026-02-23T23:24:57.047Z | Compiling dtrace-parser v0.2.0 |
| 1649 | 2026-02-23T23:24:57.272Z | Compiling ed25519 v2.2.3 |
| 1650 | 2026-02-23T23:24:57.377Z | Compiling bzip2 v0.4.4 |
| 1651 | 2026-02-23T23:24:57.763Z | Compiling bzip2 v0.5.2 |
| 1652 | 2026-02-23T23:24:57.810Z | Compiling pkcs1 v0.7.5 |
| 1653 | 2026-02-23T23:24:57.993Z | Compiling strum_macros v0.26.4 |
| 1654 | 2026-02-23T23:24:58.196Z | Compiling enum-as-inner v0.6.1 |
| 1655 | 2026-02-23T23:24:58.657Z | Compiling clap_derive v4.5.47 |
| 1656 | 2026-02-23T23:24:58.778Z | Compiling hex v0.4.3 |
| 1657 | 2026-02-23T23:24:58.924Z | Compiling serde-big-array v0.5.1 |
| 1658 | 2026-02-23T23:24:59.237Z | Compiling rfc6979 v0.4.0 |
| 1659 | 2026-02-23T23:24:59.275Z | Compiling serde_repr v0.1.19 |
| 1660 | 2026-02-23T23:24:59.415Z | Compiling bstr v1.10.0 |
| 1661 | 2026-02-23T23:24:59.439Z | Compiling float-cmp v0.10.0 |
| 1662 | 2026-02-23T23:24:59.479Z | Compiling env_filter v0.1.2 |
| 1663 | 2026-02-23T23:24:59.708Z | Compiling memmap2 v0.9.8 |
| 1664 | 2026-02-23T23:25:00.143Z | Compiling socket2 v0.5.10 |
| 1665 | 2026-02-23T23:25:00.172Z | Compiling encoding_rs v0.8.34 |
| 1666 | 2026-02-23T23:25:00.456Z | Compiling precomputed-hash v0.1.1 |
| 1667 | 2026-02-23T23:25:00.614Z | Compiling jiff v0.2.15 |
| 1668 | 2026-02-23T23:25:01.024Z | Compiling mime v0.3.17 |
| 1669 | 2026-02-23T23:25:01.118Z | Compiling data-encoding v2.9.0 |
| 1670 | 2026-02-23T23:25:01.555Z | Compiling fixedbitset v0.5.7 |
| 1671 | 2026-02-23T23:25:02.245Z | Compiling static_assertions v1.1.0 |
| 1672 | 2026-02-23T23:25:02.368Z | Compiling new_debug_unreachable v1.0.6 |
| 1673 | 2026-02-23T23:25:02.494Z | Compiling whoami v1.5.2 |
| 1674 | 2026-02-23T23:25:02.624Z | Compiling predicates-core v1.0.8 |
| 1675 | 2026-02-23T23:25:02.994Z | Compiling fixedbitset v0.4.2 |
| 1676 | 2026-02-23T23:25:03.021Z | Compiling foldhash v0.2.0 |
| 1677 | 2026-02-23T23:25:03.096Z | Compiling keccak v0.1.5 |
| 1678 | 2026-02-23T23:25:03.397Z | Compiling rustc-hash v2.1.1 |
| 1679 | 2026-02-23T23:25:03.449Z | Compiling difflib v0.4.0 |
| 1680 | 2026-02-23T23:25:03.474Z | Compiling normalize-line-endings v0.3.0 |
| 1681 | 2026-02-23T23:25:03.633Z | Compiling iddqd v0.3.16 |
| 1682 | 2026-02-23T23:25:03.673Z | Compiling sha3 v0.10.8 |
| 1683 | 2026-02-23T23:25:04.038Z | Compiling predicates v3.1.3 |
| 1684 | 2026-02-23T23:25:04.868Z | Compiling toml_edit v0.22.27 |
| 1685 | 2026-02-23T23:25:04.909Z | Compiling clap v4.5.48 |
| 1686 | 2026-02-23T23:25:05.055Z | Compiling petgraph v0.6.5 |
| 1687 | 2026-02-23T23:25:05.457Z | Compiling tokio-postgres v0.7.13 |
| 1688 | 2026-02-23T23:25:05.632Z | Compiling strum v0.26.3 |
| 1689 | 2026-02-23T23:25:05.853Z | Compiling string_cache v0.8.9 |
| 1690 | 2026-02-23T23:25:05.918Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1691 | 2026-02-23T23:25:06.337Z | Compiling petgraph v0.8.2 |
| 1692 | 2026-02-23T23:25:06.497Z | Compiling hickory-proto v0.25.2 |
| 1693 | 2026-02-23T23:25:08.792Z | Compiling zip v4.2.0 |
| 1694 | 2026-02-23T23:25:10.895Z | Compiling similar v2.7.0 |
| 1695 | 2026-02-23T23:25:11.002Z | Compiling usdt-impl v0.5.0 |
| 1696 | 2026-02-23T23:25:11.005Z | Compiling usdt v0.6.0 |
| 1697 | 2026-02-23T23:25:11.557Z | Compiling env_logger v0.11.8 |
| 1698 | 2026-02-23T23:25:12.646Z | Compiling ecdsa v0.16.9 |
| 1699 | 2026-02-23T23:25:12.678Z | Compiling serde_with v3.16.1 |
| 1700 | 2026-02-23T23:25:12.678Z | Compiling rsa v0.9.8 |
| 1701 | 2026-02-23T23:25:12.808Z | Compiling zip v0.6.6 |
| 1702 | 2026-02-23T23:25:12.995Z | Compiling ed25519-dalek v2.1.1 |
| 1703 | 2026-02-23T23:25:13.944Z | Compiling toml v0.7.8 |
| 1704 | 2026-02-23T23:25:14.091Z | Compiling crossterm v0.28.1 |
| 1705 | 2026-02-23T23:25:15.409Z | Compiling heck v0.4.1 |
| 1706 | 2026-02-23T23:25:15.633Z | Compiling crossbeam-epoch v0.9.18 |
| 1707 | 2026-02-23T23:25:15.792Z | Compiling tokio-stream v0.1.17 |
| 1708 | 2026-02-23T23:25:15.865Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1709 | 2026-02-23T23:25:16.300Z | Compiling x509-cert v0.2.5 |
| 1710 | 2026-02-23T23:25:16.303Z | Compiling openapiv3 v2.2.0 |
| 1711 | 2026-02-23T23:25:16.816Z | Compiling sha1 v0.10.6 |
| 1712 | 2026-02-23T23:25:16.841Z | Compiling itertools v0.10.5 |
| 1713 | 2026-02-23T23:25:17.267Z | Compiling itertools v0.13.0 |
| 1714 | 2026-02-23T23:25:17.305Z | Compiling winnow v0.6.26 |
| 1715 | 2026-02-23T23:25:18.299Z | Compiling peg-runtime v0.8.5 |
| 1716 | 2026-02-23T23:25:18.847Z | Compiling lalrpop-util v0.19.12 |
| 1717 | 2026-02-23T23:25:19.233Z | Compiling thread_local v1.1.8 |
| 1718 | 2026-02-23T23:25:19.340Z | Compiling slog-async v2.8.0 |
| 1719 | 2026-02-23T23:25:19.747Z | Compiling crossbeam-channel v0.5.15 |
| 1720 | 2026-02-23T23:25:19.955Z | Compiling xattr v1.3.1 |
| 1721 | 2026-02-23T23:25:20.192Z | Compiling futures-executor v0.3.31 |
| 1722 | 2026-02-23T23:25:20.232Z | Compiling filetime v0.2.26 |
| 1723 | 2026-02-23T23:25:20.235Z | Compiling is-terminal v0.4.13 |
| 1724 | 2026-02-23T23:25:20.274Z | Compiling term v1.1.0 |
| 1725 | 2026-02-23T23:25:20.401Z | Compiling take_mut v0.2.2 |
| 1726 | 2026-02-23T23:25:20.547Z | Compiling futures v0.3.31 |
| 1727 | 2026-02-23T23:25:20.652Z | Compiling tar v0.4.44 |
| 1728 | 2026-02-23T23:25:21.548Z | Compiling slog-term v2.9.2 |
| 1729 | 2026-02-23T23:25:24.055Z | Compiling aws-lc-sys v0.26.0 |
| 1730 | 2026-02-23T23:25:56.915Z | Compiling rustls-webpki v0.102.8 |
| 1731 | 2026-02-23T23:26:01.735Z | Compiling tokio-rustls v0.26.0 |
| 1732 | 2026-02-23T23:26:02.027Z | Compiling hyper-rustls v0.27.7 |
| 1733 | 2026-02-23T23:26:02.397Z | Compiling reqwest v0.12.24 |
| 1734 | 2026-02-23T23:26:06.478Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1735 | 2026-02-23T23:26:06.800Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1736 | 2026-02-23T23:26:11.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 39s |
| 1737 | 2026-02-23T23:26:11.783Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1738 | 2026-02-23T23:26:11.846Z | Feb 23 23:26:09.911 INFO Starting download, target: Clickhouse |
| 1739 | 2026-02-23T23:26:11.846Z | Feb 23 23:26:09.912 INFO Starting download, target: Cockroach |
| 1740 | 2026-02-23T23:26:11.846Z | Feb 23 23:26:09.912 INFO Starting download, target: Console |
| 1741 | 2026-02-23T23:26:11.849Z | Feb 23 23:26:09.912 INFO Starting download, target: DendriteStub |
| 1742 | 2026-02-23T23:26:11.849Z | Feb 23 23:26:09.912 INFO Starting download, target: MaghemiteMgd |
| 1743 | 2026-02-23T23:26:11.849Z | Feb 23 23:26:09.912 INFO Starting download, target: TransceiverControl |
| 1744 | 2026-02-23T23:26:11.849Z | Feb 23 23:26:09.913 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1745 | 2026-02-23T23:26:11.849Z | Feb 23 23:26:09.913 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1746 | 2026-02-23T23:26:11.849Z | Feb 23 23:26:09.913 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1747 | 2026-02-23T23:26:11.850Z | Feb 23 23:26:09.913 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1748 | 2026-02-23T23:26:11.850Z | Feb 23 23:26:09.913 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1749 | 2026-02-23T23:26:11.850Z | Feb 23 23:26:09.913 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1750 | 2026-02-23T23:26:12.165Z | Feb 23 23:26:10.218 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1751 | 2026-02-23T23:26:12.379Z | Feb 23 23:26:10.442 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1752 | 2026-02-23T23:26:12.625Z | Feb 23 23:26:10.672 INFO Download complete, target: TransceiverControl |
| 1753 | 2026-02-23T23:26:12.852Z | Feb 23 23:26:10.918 INFO Download complete, target: Console |
| 1754 | 2026-02-23T23:26:13.238Z | Feb 23 23:26:11.303 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1755 | 2026-02-23T23:26:13.488Z | Feb 23 23:26:11.554 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1756 | 2026-02-23T23:26:13.998Z | Feb 23 23:26:12.061 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1757 | 2026-02-23T23:26:13.998Z | Feb 23 23:26:12.061 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1758 | 2026-02-23T23:26:14.455Z | Feb 23 23:26:12.521 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1759 | 2026-02-23T23:26:17.473Z | Feb 23 23:26:15.539 INFO Download complete, target: DendriteStub |
| 1760 | 2026-02-23T23:26:17.668Z | Feb 23 23:26:15.733 INFO Download complete, target: MaghemiteMgd |
| 1761 | 2026-02-23T23:26:21.956Z | Feb 23 23:26:20.021 INFO Checking that binary works, target: Cockroach |
| 1762 | 2026-02-23T23:26:22.093Z | Feb 23 23:26:20.158 INFO Download complete, target: Cockroach |
| 1763 | 2026-02-23T23:26:25.671Z | Feb 23 23:26:23.735 INFO Checking that binary works, target: Clickhouse |
| 1764 | 2026-02-23T23:26:25.884Z | Feb 23 23:26:23.948 INFO Download complete, target: Clickhouse |
| 1765 | 2026-02-23T23:26:25.891Z | All prerequisites installed successfully |
| 1766 | 2026-02-23T23:26:25.895Z | |
| 1767 | 2026-02-23T23:26:25.895Z | real 6:43.148145484 |
| 1768 | 2026-02-23T23:26:25.896Z | user 19:13.852562917 |
| 1769 | 2026-02-23T23:26:25.896Z | sys 2:37.195259150 |
| 1770 | 2026-02-23T23:26:25.896Z | trap 0.714268439 |
| 1771 | 2026-02-23T23:26:25.896Z | tflt 3.165913665 |
| 1772 | 2026-02-23T23:26:25.896Z | dflt 3.674649322 |
| 1773 | 2026-02-23T23:26:25.896Z | kflt 0.087518695 |
| 1774 | 2026-02-23T23:26:25.896Z | lock 46:28.928994903 |
| 1775 | 2026-02-23T23:26:25.896Z | slp 1:12:59.687465694 |
| 1776 | 2026-02-23T23:26:25.896Z | lat 1:20.859095558 |
| 1777 | 2026-02-23T23:26:25.896Z | stop 3:15.917593775 |
| 1778 | 2026-02-23T23:26:25.896Z | + ptime -m cargo xtask download softnpu |
| 1779 | 2026-02-23T23:26:26.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 1780 | 2026-02-23T23:26:26.760Z | Running `target/debug/xtask download softnpu` |
| 1781 | 2026-02-23T23:26:27.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 1782 | 2026-02-23T23:26:27.939Z | Running `target/debug/xtask-downloader softnpu` |
| 1783 | 2026-02-23T23:26:27.985Z | Feb 23 23:26:26.049 INFO Starting download, target: Softnpu |
| 1784 | 2026-02-23T23:26:27.988Z | Feb 23 23:26:26.049 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1785 | 2026-02-23T23:26:28.875Z | Feb 23 23:26:26.939 INFO Download complete, target: Softnpu |
| 1786 | 2026-02-23T23:26:28.880Z | |
| 1787 | 2026-02-23T23:26:28.883Z | real 2.980247501 |
| 1788 | 2026-02-23T23:26:28.883Z | user 1.747792886 |
| 1789 | 2026-02-23T23:26:28.883Z | sys 0.769285603 |
| 1790 | 2026-02-23T23:26:28.884Z | trap 0.002247681 |
| 1791 | 2026-02-23T23:26:28.884Z | tflt 0.000170828 |
| 1792 | 2026-02-23T23:26:28.884Z | dflt 0.000168529 |
| 1793 | 2026-02-23T23:26:28.884Z | kflt 0.000000000 |
| 1794 | 2026-02-23T23:26:28.884Z | lock 9.432824430 |
| 1795 | 2026-02-23T23:26:28.884Z | slp 0.692584437 |
| 1796 | 2026-02-23T23:26:28.884Z | lat 0.106668212 |
| 1797 | 2026-02-23T23:26:28.884Z | stop 0.000288628 |
| 1798 | 2026-02-23T23:26:28.884Z | + export CARGO_INCREMENTAL=0 |
| 1799 | 2026-02-23T23:26:28.884Z | + CARGO_INCREMENTAL=0 |
| 1800 | 2026-02-23T23:26:28.884Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1801 | 2026-02-23T23:26:30.295Z | Compiling proc-macro2 v1.0.101 |
| 1802 | 2026-02-23T23:26:30.295Z | Compiling unicode-ident v1.0.19 |
| 1803 | 2026-02-23T23:26:30.295Z | Compiling libc v0.2.180 |
| 1804 | 2026-02-23T23:26:30.298Z | Compiling serde_core v1.0.228 |
| 1805 | 2026-02-23T23:26:30.298Z | Compiling serde v1.0.228 |
| 1806 | 2026-02-23T23:26:30.298Z | Compiling autocfg v1.4.0 |
| 1807 | 2026-02-23T23:26:30.298Z | Compiling cfg-if v1.0.4 |
| 1808 | 2026-02-23T23:26:30.600Z | Compiling version_check v0.9.5 |
| 1809 | 2026-02-23T23:26:30.647Z | Compiling memchr v2.7.4 |
| 1810 | 2026-02-23T23:26:30.670Z | Compiling shlex v1.3.0 |
| 1811 | 2026-02-23T23:26:31.133Z | Compiling find-msvc-tools v0.1.9 |
| 1812 | 2026-02-23T23:26:31.156Z | Compiling lock_api v0.4.12 |
| 1813 | 2026-02-23T23:26:31.495Z | Compiling value-bag v1.12.0 |
| 1814 | 2026-02-23T23:26:31.592Z | Compiling zmij v1.0.15 |
| 1815 | 2026-02-23T23:26:31.915Z | Compiling typenum v1.17.0 |
| 1816 | 2026-02-23T23:26:32.081Z | Compiling log v0.4.29 |
| 1817 | 2026-02-23T23:26:32.112Z | Compiling portable-atomic v1.11.0 |
| 1818 | 2026-02-23T23:26:32.584Z | Compiling quote v1.0.40 |
| 1819 | 2026-02-23T23:26:32.766Z | Compiling jobserver v0.1.32 |
| 1820 | 2026-02-23T23:26:32.834Z | Compiling serde_json v1.0.149 |
| 1821 | 2026-02-23T23:26:33.035Z | Compiling syn v2.0.114 |
| 1822 | 2026-02-23T23:26:33.038Z | Compiling generic-array v0.14.7 |
| 1823 | 2026-02-23T23:26:33.197Z | Compiling cc v1.2.56 |
| 1824 | 2026-02-23T23:26:33.218Z | Compiling getrandom v0.3.4 |
| 1825 | 2026-02-23T23:26:33.402Z | Compiling libm v0.2.8 |
| 1826 | 2026-02-23T23:26:33.494Z | Compiling num-traits v0.2.19 |
| 1827 | 2026-02-23T23:26:33.859Z | Compiling scopeguard v1.2.0 |
| 1828 | 2026-02-23T23:26:33.893Z | Compiling parking_lot_core v0.9.10 |
| 1829 | 2026-02-23T23:26:33.984Z | Compiling smallvec v1.15.1 |
| 1830 | 2026-02-23T23:26:34.356Z | Compiling regex-syntax v0.8.5 |
| 1831 | 2026-02-23T23:26:34.558Z | Compiling itoa v1.0.11 |
| 1832 | 2026-02-23T23:26:35.427Z | Compiling getrandom v0.2.15 |
| 1833 | 2026-02-23T23:26:35.714Z | Compiling pkg-config v0.3.31 |
| 1834 | 2026-02-23T23:26:35.855Z | Compiling thiserror v2.0.18 |
| 1835 | 2026-02-23T23:26:36.072Z | Compiling aho-corasick v1.1.3 |
| 1836 | 2026-02-23T23:26:36.104Z | Compiling rustix v0.38.37 |
| 1837 | 2026-02-23T23:26:36.644Z | Compiling errno v0.3.12 |
| 1838 | 2026-02-23T23:26:36.754Z | Compiling stable_deref_trait v1.2.0 |
| 1839 | 2026-02-23T23:26:36.896Z | Compiling either v1.15.0 |
| 1840 | 2026-02-23T23:26:36.898Z | Compiling spin v0.9.8 |
| 1841 | 2026-02-23T23:26:37.041Z | Compiling slab v0.4.9 |
| 1842 | 2026-02-23T23:26:37.112Z | Compiling allocator-api2 v0.2.21 |
| 1843 | 2026-02-23T23:26:37.401Z | Compiling equivalent v1.0.2 |
| 1844 | 2026-02-23T23:26:37.421Z | Compiling semver v1.0.27 |
| 1845 | 2026-02-23T23:26:37.569Z | Compiling lazy_static v1.5.0 |
| 1846 | 2026-02-23T23:26:38.066Z | Compiling regex-automata v0.4.11 |
| 1847 | 2026-02-23T23:26:38.205Z | Compiling schemars v0.8.22 |
| 1848 | 2026-02-23T23:26:39.748Z | Compiling rand_core v0.6.4 |
| 1849 | 2026-02-23T23:26:40.231Z | Compiling critical-section v1.1.3 |
| 1850 | 2026-02-23T23:26:40.238Z | Compiling byteorder v1.5.0 |
| 1851 | 2026-02-23T23:26:40.410Z | Compiling once_cell v1.21.3 |
| 1852 | 2026-02-23T23:26:40.778Z | Compiling synstructure v0.13.1 |
| 1853 | 2026-02-23T23:26:40.847Z | Compiling serde_derive_internals v0.29.1 |
| 1854 | 2026-02-23T23:26:41.610Z | Compiling glob v0.3.2 |
| 1855 | 2026-02-23T23:26:41.704Z | Compiling litemap v0.7.3 |
| 1856 | 2026-02-23T23:26:42.175Z | Compiling writeable v0.5.5 |
| 1857 | 2026-02-23T23:26:42.337Z | Compiling subtle v2.6.1 |
| 1858 | 2026-02-23T23:26:42.475Z | Compiling clang-sys v1.8.1 |
| 1859 | 2026-02-23T23:26:42.716Z | Compiling prettyplease v0.2.36 |
| 1860 | 2026-02-23T23:26:42.735Z | Compiling percent-encoding v2.3.2 |
| 1861 | 2026-02-23T23:26:42.738Z | Compiling pin-project-lite v0.2.14 |
| 1862 | 2026-02-23T23:26:43.190Z | Compiling minimal-lexical v0.2.1 |
| 1863 | 2026-02-23T23:26:43.267Z | Compiling icu_locid_transform_data v1.5.0 |
| 1864 | 2026-02-23T23:26:43.307Z | Compiling fnv v1.0.7 |
| 1865 | 2026-02-23T23:26:43.508Z | Compiling libloading v0.8.5 |
| 1866 | 2026-02-23T23:26:43.570Z | Compiling home v0.5.9 |
| 1867 | 2026-02-23T23:26:43.680Z | Compiling regex v1.11.3 |
| 1868 | 2026-02-23T23:26:43.792Z | Compiling nom v7.1.3 |
| 1869 | 2026-02-23T23:26:44.195Z | Compiling icu_properties_data v1.5.0 |
| 1870 | 2026-02-23T23:26:44.228Z | Compiling serde_derive v1.0.228 |
| 1871 | 2026-02-23T23:26:44.472Z | Compiling zeroize_derive v1.4.2 |
| 1872 | 2026-02-23T23:26:44.520Z | Compiling zerofrom-derive v0.1.4 |
| 1873 | 2026-02-23T23:26:44.520Z | Compiling yoke-derive v0.7.4 |
| 1874 | 2026-02-23T23:26:44.581Z | Compiling zerovec-derive v0.10.3 |
| 1875 | 2026-02-23T23:26:44.671Z | Compiling displaydoc v0.2.5 |
| 1876 | 2026-02-23T23:26:45.678Z | Compiling icu_provider_macros v1.5.0 |
| 1877 | 2026-02-23T23:26:46.048Z | Compiling zeroize v1.8.1 |
| 1878 | 2026-02-23T23:26:46.511Z | Compiling tokio-macros v2.6.0 |
| 1879 | 2026-02-23T23:26:46.668Z | Compiling zerocopy-derive v0.7.35 |
| 1880 | 2026-02-23T23:26:46.692Z | Compiling thiserror-impl v2.0.18 |
| 1881 | 2026-02-23T23:26:46.989Z | Compiling futures-macro v0.3.31 |
| 1882 | 2026-02-23T23:26:47.012Z | Compiling schemars_derive v0.8.22 |
| 1883 | 2026-02-23T23:26:47.178Z | Compiling zerofrom v0.1.4 |
| 1884 | 2026-02-23T23:26:47.443Z | Compiling yoke v0.7.4 |
| 1885 | 2026-02-23T23:26:47.863Z | Compiling zerovec v0.10.4 |
| 1886 | 2026-02-23T23:26:48.362Z | Compiling bindgen v0.69.5 |
| 1887 | 2026-02-23T23:26:48.525Z | Compiling cexpr v0.6.0 |
| 1888 | 2026-02-23T23:26:49.850Z | Compiling itertools v0.12.1 |
| 1889 | 2026-02-23T23:26:49.909Z | Compiling write16 v1.0.0 |
| 1890 | 2026-02-23T23:26:49.946Z | Compiling tinystr v0.7.6 |
| 1891 | 2026-02-23T23:26:50.081Z | Compiling icu_collections v1.5.0 |
| 1892 | 2026-02-23T23:26:50.395Z | Compiling icu_locid v1.5.0 |
| 1893 | 2026-02-23T23:26:50.607Z | Compiling heck v0.5.0 |
| 1894 | 2026-02-23T23:26:51.055Z | Compiling icu_normalizer_data v1.5.0 |
| 1895 | 2026-02-23T23:26:51.184Z | Compiling paste v1.0.15 |
| 1896 | 2026-02-23T23:26:51.675Z | Compiling lazycell v1.3.0 |
| 1897 | 2026-02-23T23:26:51.869Z | Compiling bitflags v2.9.4 |
| 1898 | 2026-02-23T23:26:51.991Z | Compiling bytes v1.11.1 |
| 1899 | 2026-02-23T23:26:52.070Z | Compiling icu_provider v1.5.0 |
| 1900 | 2026-02-23T23:26:52.769Z | Compiling utf8_iter v1.0.4 |
| 1901 | 2026-02-23T23:26:53.080Z | Compiling icu_locid_transform v1.5.0 |
| 1902 | 2026-02-23T23:26:53.385Z | Compiling utf16_iter v1.0.5 |
| 1903 | 2026-02-23T23:26:53.620Z | Compiling rustc-hash v1.1.0 |
| 1904 | 2026-02-23T23:26:53.794Z | Compiling cmake v0.1.51 |
| 1905 | 2026-02-23T23:26:54.190Z | Compiling signal-hook-registry v1.4.2 |
| 1906 | 2026-02-23T23:26:54.357Z | Compiling dunce v1.0.5 |
| 1907 | 2026-02-23T23:26:54.522Z | Compiling fs_extra v1.3.0 |
| 1908 | 2026-02-23T23:26:54.542Z | Compiling parking_lot v0.12.3 |
| 1909 | 2026-02-23T23:26:55.029Z | Compiling icu_properties v1.5.1 |
| 1910 | 2026-02-23T23:26:55.606Z | Compiling crypto-common v0.1.6 |
| 1911 | 2026-02-23T23:26:55.839Z | Compiling hashbrown v0.16.1 |
| 1912 | 2026-02-23T23:26:55.901Z | Compiling mio v1.0.2 |
| 1913 | 2026-02-23T23:26:56.519Z | Compiling which v4.4.2 |
| 1914 | 2026-02-23T23:26:57.866Z | Compiling form_urlencoded v1.2.2 |
| 1915 | 2026-02-23T23:26:57.935Z | Compiling const-oid v0.9.6 |
| 1916 | 2026-02-23T23:26:58.177Z | Compiling rustversion v1.0.22 |
| 1917 | 2026-02-23T23:26:58.909Z | Compiling indexmap v2.13.0 |
| 1918 | 2026-02-23T23:26:58.933Z | Compiling icu_normalizer v1.5.0 |
| 1919 | 2026-02-23T23:26:58.955Z | Compiling socket2 v0.6.1 |
| 1920 | 2026-02-23T23:27:00.005Z | Compiling idna_adapter v1.2.0 |
| 1921 | 2026-02-23T23:27:00.279Z | Compiling idna v1.0.3 |
| 1922 | 2026-02-23T23:27:00.557Z | Compiling tokio v1.49.0 |
| 1923 | 2026-02-23T23:27:01.159Z | Compiling url v2.5.4 |
| 1924 | 2026-02-23T23:27:01.828Z | Compiling ring v0.17.14 |
| 1925 | 2026-02-23T23:27:01.975Z | Compiling zerocopy v0.8.27 |
| 1926 | 2026-02-23T23:27:02.674Z | Compiling block-buffer v0.10.4 |
| 1927 | 2026-02-23T23:27:02.811Z | Compiling der_derive v0.7.3 |
| 1928 | 2026-02-23T23:27:02.960Z | Compiling tracing-attributes v0.1.27 |
| 1929 | 2026-02-23T23:27:05.157Z | Compiling vcpkg v0.2.15 |
| 1930 | 2026-02-23T23:27:05.462Z | Compiling thiserror v1.0.69 |
| 1931 | 2026-02-23T23:27:05.711Z | Compiling aws-lc-rs v1.12.4 |
| 1932 | 2026-02-23T23:27:06.162Z | Compiling digest v0.10.7 |
| 1933 | 2026-02-23T23:27:06.293Z | Compiling zerocopy-derive v0.8.27 |
| 1934 | 2026-02-23T23:27:06.449Z | Compiling openssl-sys v0.9.109 |
| 1935 | 2026-02-23T23:27:06.601Z | Compiling strsim v0.11.1 |
| 1936 | 2026-02-23T23:27:06.713Z | Compiling futures-core v0.3.31 |
| 1937 | 2026-02-23T23:27:07.009Z | Compiling zerocopy v0.7.35 |
| 1938 | 2026-02-23T23:27:07.216Z | Compiling thiserror-impl v1.0.69 |
| 1939 | 2026-02-23T23:27:07.246Z | Compiling iana-time-zone v0.1.63 |
| 1940 | 2026-02-23T23:27:07.725Z | Compiling ucd-trie v0.1.7 |
| 1941 | 2026-02-23T23:27:07.990Z | Compiling pest v2.8.2 |
| 1942 | 2026-02-23T23:27:08.165Z | Compiling chrono v0.4.43 |
| 1943 | 2026-02-23T23:27:08.187Z | Compiling aws-lc-sys v0.26.0 |
| 1944 | 2026-02-23T23:27:08.725Z | Compiling serde_tokenstream v0.2.2 |
| 1945 | 2026-02-23T23:27:09.249Z | Compiling uuid v1.19.0 |
| 1946 | 2026-02-23T23:27:09.364Z | Compiling httparse v1.9.5 |
| 1947 | 2026-02-23T23:27:09.386Z | Compiling ident_case v1.0.1 |
| 1948 | 2026-02-23T23:27:09.591Z | Compiling foldhash v0.1.5 |
| 1949 | 2026-02-23T23:27:09.901Z | Compiling hashbrown v0.15.4 |
| 1950 | 2026-02-23T23:27:10.766Z | Compiling pest_meta v2.8.2 |
| 1951 | 2026-02-23T23:27:11.374Z | Compiling rustix v1.1.3 |
| 1952 | 2026-02-23T23:27:12.256Z | Compiling pest_generator v2.8.2 |
| 1953 | 2026-02-23T23:27:12.425Z | Compiling syn v1.0.109 |
| 1954 | 2026-02-23T23:27:13.460Z | Compiling num-conv v0.1.0 |
| 1955 | 2026-02-23T23:27:13.764Z | Compiling time-core v0.1.6 |
| 1956 | 2026-02-23T23:27:13.787Z | Compiling futures-sink v0.3.31 |
| 1957 | 2026-02-23T23:27:13.974Z | Compiling futures-channel v0.3.31 |
| 1958 | 2026-02-23T23:27:14.120Z | Compiling time-macros v0.2.24 |
| 1959 | 2026-02-23T23:27:14.360Z | Compiling pest_derive v2.8.2 |
| 1960 | 2026-02-23T23:27:14.630Z | Compiling rustc_version v0.4.1 |
| 1961 | 2026-02-23T23:27:15.184Z | Compiling dyn-clone v1.0.20 |
| 1962 | 2026-02-23T23:27:15.484Z | Compiling pin-utils v0.1.0 |
| 1963 | 2026-02-23T23:27:15.520Z | Compiling futures-task v0.3.31 |
| 1964 | 2026-02-23T23:27:15.617Z | Compiling openssl v0.10.73 |
| 1965 | 2026-02-23T23:27:15.856Z | Compiling futures-io v0.3.31 |
| 1966 | 2026-02-23T23:27:15.963Z | Compiling cpufeatures v0.2.14 |
| 1967 | 2026-02-23T23:27:16.095Z | Compiling futures-util v0.3.31 |
| 1968 | 2026-02-23T23:27:16.229Z | Compiling hmac v0.12.1 |
| 1969 | 2026-02-23T23:27:16.527Z | Compiling plain v0.2.3 |
| 1970 | 2026-02-23T23:27:16.725Z | Compiling block-padding v0.3.3 |
| 1971 | 2026-02-23T23:27:17.151Z | Compiling openssl-macros v0.1.1 |
| 1972 | 2026-02-23T23:27:17.924Z | Compiling rustls v0.23.19 |
| 1973 | 2026-02-23T23:27:18.296Z | Compiling crossbeam-utils v0.8.21 |
| 1974 | 2026-02-23T23:27:18.681Z | Compiling native-tls v0.2.12 |
| 1975 | 2026-02-23T23:27:18.882Z | Compiling inout v0.1.3 |
| 1976 | 2026-02-23T23:27:19.111Z | Compiling ppv-lite86 v0.2.20 |
| 1977 | 2026-02-23T23:27:20.364Z | Compiling pretty-hex v0.4.1 |
| 1978 | 2026-02-23T23:27:20.633Z | Compiling cipher v0.4.4 |
| 1979 | 2026-02-23T23:27:20.878Z | Compiling sha2 v0.10.9 |
| 1980 | 2026-02-23T23:27:21.140Z | Compiling http v1.4.0 |
| 1981 | 2026-02-23T23:27:21.716Z | Compiling scroll_derive v0.13.1 |
| 1982 | 2026-02-23T23:27:22.703Z | Compiling scroll_derive v0.12.0 |
| 1983 | 2026-02-23T23:27:23.265Z | Compiling cookie v0.18.1 |
| 1984 | 2026-02-23T23:27:23.848Z | Compiling base64ct v1.6.0 |
| 1985 | 2026-02-23T23:27:24.106Z | Compiling anyhow v1.0.99 |
| 1986 | 2026-02-23T23:27:24.468Z | Compiling pem-rfc7468 v0.7.0 |
| 1987 | 2026-02-23T23:27:24.683Z | Compiling darling_core v0.21.0 |
| 1988 | 2026-02-23T23:27:25.066Z | Compiling slog v2.8.2 |
| 1989 | 2026-02-23T23:27:25.961Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1990 | 2026-02-23T23:27:26.443Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1991 | 2026-02-23T23:27:26.500Z | Compiling flagset v0.4.6 |
| 1992 | 2026-02-23T23:27:26.758Z | Compiling der v0.7.10 |
| 1993 | 2026-02-23T23:27:29.449Z | Compiling toml_datetime v0.6.11 |
| 1994 | 2026-02-23T23:27:29.637Z | Compiling serde_spanned v0.6.9 |
| 1995 | 2026-02-23T23:27:29.716Z | Compiling rand_core v0.9.3 |
| 1996 | 2026-02-23T23:27:29.749Z | Compiling tracing-core v0.1.32 |
| 1997 | 2026-02-23T23:27:29.888Z | Compiling rustls-pki-types v1.10.0 |
| 1998 | 2026-02-23T23:27:30.113Z | Compiling spki v0.7.3 |
| 1999 | 2026-02-23T23:27:30.266Z | Compiling darling_macro v0.21.0 |
| 2000 | 2026-02-23T23:27:30.470Z | Compiling salsa20 v0.10.2 |
| 2001 | 2026-02-23T23:27:30.510Z | Compiling pbkdf2 v0.12.2 |
| 2002 | 2026-02-23T23:27:30.706Z | Compiling tracing v0.1.40 |
| 2003 | 2026-02-23T23:27:31.126Z | Compiling darling v0.21.0 |
| 2004 | 2026-02-23T23:27:31.257Z | Compiling litrs v0.4.1 |
| 2005 | 2026-02-23T23:27:31.621Z | Compiling winnow v0.5.40 |
| 2006 | 2026-02-23T23:27:31.643Z | Compiling camino v1.2.2 |
| 2007 | 2026-02-23T23:27:31.891Z | Compiling base64 v0.22.1 |
| 2008 | 2026-02-23T23:27:32.238Z | Compiling document-features v0.2.11 |
| 2009 | 2026-02-23T23:27:33.292Z | Compiling scrypt v0.11.0 |
| 2010 | 2026-02-23T23:27:33.335Z | Compiling rand_chacha v0.9.0 |
| 2011 | 2026-02-23T23:27:33.726Z | Compiling tokio-util v0.7.15 |
| 2012 | 2026-02-23T23:27:33.777Z | Compiling aes v0.8.4 |
| 2013 | 2026-02-23T23:27:34.202Z | Compiling cbc v0.1.2 |
| 2014 | 2026-02-23T23:27:35.090Z | Compiling toml_edit v0.19.15 |
| 2015 | 2026-02-23T23:27:37.449Z | Compiling usdt-impl v0.5.0 |
| 2016 | 2026-02-23T23:27:37.586Z | Compiling powerfmt v0.2.0 |
| 2017 | 2026-02-23T23:27:37.869Z | Compiling usdt-impl v0.6.0 |
| 2018 | 2026-02-23T23:27:38.093Z | Compiling untrusted v0.7.1 |
| 2019 | 2026-02-23T23:27:38.264Z | Compiling untrusted v0.9.0 |
| 2020 | 2026-02-23T23:27:38.285Z | Compiling ref-cast v1.0.25 |
| 2021 | 2026-02-23T23:27:38.313Z | Compiling deranged v0.5.3 |
| 2022 | 2026-02-23T23:27:38.964Z | Compiling pkcs5 v0.7.1 |
| 2023 | 2026-02-23T23:27:39.926Z | Compiling rand v0.9.2 |
| 2024 | 2026-02-23T23:27:41.576Z | Compiling http-body v1.0.1 |
| 2025 | 2026-02-23T23:27:41.884Z | Compiling scroll v0.12.0 |
| 2026 | 2026-02-23T23:27:42.435Z | Compiling scroll v0.13.0 |
| 2027 | 2026-02-23T23:27:42.745Z | Compiling heapless v0.7.17 |
| 2028 | 2026-02-23T23:27:43.391Z | Compiling adler2 v2.0.0 |
| 2029 | 2026-02-23T23:27:43.784Z | Compiling zstd-safe v7.2.3 |
| 2030 | 2026-02-23T23:27:44.235Z | Compiling cfg_aliases v0.2.1 |
| 2031 | 2026-02-23T23:27:44.276Z | Compiling atomic-waker v1.1.2 |
| 2032 | 2026-02-23T23:27:44.314Z | Compiling signal-hook v0.3.18 |
| 2033 | 2026-02-23T23:27:44.353Z | Compiling num_threads v0.1.7 |
| 2034 | 2026-02-23T23:27:44.428Z | Compiling miniz_oxide v0.8.5 |
| 2035 | 2026-02-23T23:27:44.496Z | Compiling time v0.3.43 |
| 2036 | 2026-02-23T23:27:46.057Z | Compiling goblin v0.10.2 |
| 2037 | 2026-02-23T23:27:46.801Z | Compiling goblin v0.8.2 |
| 2038 | 2026-02-23T23:27:48.652Z | Compiling pkcs8 v0.10.2 |
| 2039 | 2026-02-23T23:27:49.581Z | Compiling ipnetwork v0.21.1 |
| 2040 | 2026-02-23T23:27:51.219Z | Compiling darling_core v0.20.10 |
| 2041 | 2026-02-23T23:27:53.386Z | Compiling ref-cast-impl v1.0.25 |
| 2042 | 2026-02-23T23:27:54.485Z | Compiling memoffset v0.9.1 |
| 2043 | 2026-02-23T23:27:54.698Z | Compiling tinyvec_macros v0.1.1 |
| 2044 | 2026-02-23T23:27:54.849Z | Compiling try-lock v0.2.5 |
| 2045 | 2026-02-23T23:27:55.027Z | Compiling tower-layer v0.3.3 |
| 2046 | 2026-02-23T23:27:55.063Z | Compiling tower-service v0.3.3 |
| 2047 | 2026-02-23T23:27:55.970Z | Compiling want v0.3.1 |
| 2048 | 2026-02-23T23:27:56.231Z | Compiling darling_macro v0.20.10 |
| 2049 | 2026-02-23T23:27:56.257Z | Compiling tinyvec v1.8.0 |
| 2050 | 2026-02-23T23:27:56.301Z | Compiling dof v0.4.0 |
| 2051 | 2026-02-23T23:27:57.083Z | Compiling dof v0.3.0 |
| 2052 | 2026-02-23T23:27:57.704Z | Compiling h2 v0.4.6 |
| 2053 | 2026-02-23T23:27:58.566Z | Compiling dtrace-parser v0.2.0 |
| 2054 | 2026-02-23T23:28:00.033Z | Compiling curve25519-dalek v4.1.3 |
| 2055 | 2026-02-23T23:28:00.055Z | Compiling dtrace-parser v0.3.0 |
| 2056 | 2026-02-23T23:28:00.563Z | Compiling ipnet v2.11.0 |
| 2057 | 2026-02-23T23:28:00.636Z | Compiling async-trait v0.1.89 |
| 2058 | 2026-02-23T23:28:01.523Z | Compiling daft-derive v0.1.4 |
| 2059 | 2026-02-23T23:28:02.674Z | Compiling thread-id v4.2.2 |
| 2060 | 2026-02-23T23:28:02.748Z | Compiling thread-id v5.0.0 |
| 2061 | 2026-02-23T23:28:02.817Z | Compiling smoltcp v0.9.1 |
| 2062 | 2026-02-23T23:28:03.245Z | Compiling openssl-probe v0.1.5 |
| 2063 | 2026-02-23T23:28:03.314Z | Compiling httpdate v1.0.3 |
| 2064 | 2026-02-23T23:28:03.409Z | Compiling ryu v1.0.18 |
| 2065 | 2026-02-23T23:28:03.429Z | Compiling num-bigint-dig v0.8.6 |
| 2066 | 2026-02-23T23:28:03.745Z | Compiling foreign-types-shared v0.1.1 |
| 2067 | 2026-02-23T23:28:04.143Z | Compiling fastrand v2.1.1 |
| 2068 | 2026-02-23T23:28:04.216Z | Compiling foreign-types v0.3.2 |
| 2069 | 2026-02-23T23:28:04.619Z | Compiling tempfile v3.24.0 |
| 2070 | 2026-02-23T23:28:06.564Z | Compiling hyper v1.8.1 |
| 2071 | 2026-02-23T23:28:11.213Z | Compiling darling v0.20.10 |
| 2072 | 2026-02-23T23:28:14.015Z | Compiling strum_macros v0.26.4 |
| 2073 | 2026-02-23T23:28:16.139Z | Compiling wait-timeout v0.2.0 |
| 2074 | 2026-02-23T23:28:16.498Z | Compiling gimli v0.31.1 |
| 2075 | 2026-02-23T23:28:16.617Z | Compiling anstyle v1.0.11 |
| 2076 | 2026-02-23T23:28:17.993Z | Compiling utf8parse v0.2.2 |
| 2077 | 2026-02-23T23:28:18.148Z | Compiling quick-error v1.2.3 |
| 2078 | 2026-02-23T23:28:18.342Z | Compiling bit-vec v0.8.0 |
| 2079 | 2026-02-23T23:28:21.756Z | Compiling addr2line v0.24.2 |
| 2080 | 2026-02-23T23:28:22.694Z | Compiling bit-set v0.8.0 |
| 2081 | 2026-02-23T23:28:23.065Z | Compiling rusty-fork v0.3.0 |
| 2082 | 2026-02-23T23:28:23.429Z | Compiling anstyle-parse v0.2.5 |
| 2083 | 2026-02-23T23:28:25.553Z | Compiling derive_builder_core v0.20.2 |
| 2084 | 2026-02-23T23:28:26.212Z | Compiling hyper-util v0.1.19 |
| 2085 | 2026-02-23T23:28:27.341Z | Compiling unicode-normalization v0.1.24 |
| 2086 | 2026-02-23T23:28:27.512Z | Compiling nix v0.29.0 |
| 2087 | 2026-02-23T23:28:28.686Z | Compiling rand_xorshift v0.4.0 |
| 2088 | 2026-02-23T23:28:28.937Z | Compiling hubpack_derive v0.1.1 |
| 2089 | 2026-02-23T23:28:29.835Z | Compiling signature v2.2.0 |
| 2090 | 2026-02-23T23:28:30.097Z | Compiling openapiv3 v2.2.0 |
| 2091 | 2026-02-23T23:28:30.644Z | Compiling erased-serde v0.3.31 |
| 2092 | 2026-02-23T23:28:30.845Z | Compiling strum_macros v0.27.2 |
| 2093 | 2026-02-23T23:28:32.282Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2094 | 2026-02-23T23:28:33.598Z | Compiling object v0.36.5 |
| 2095 | 2026-02-23T23:28:35.327Z | Compiling ahash v0.8.12 |
| 2096 | 2026-02-23T23:28:35.738Z | Compiling fs-err v3.1.1 |
| 2097 | 2026-02-23T23:28:36.102Z | Compiling crc32fast v1.4.2 |
| 2098 | 2026-02-23T23:28:36.456Z | Compiling anstyle-query v1.1.1 |
| 2099 | 2026-02-23T23:28:36.644Z | Compiling zlib-rs v0.5.1 |
| 2100 | 2026-02-23T23:28:39.360Z | Compiling unicode-properties v0.1.3 |
| 2101 | 2026-02-23T23:28:40.165Z | Compiling rustc-demangle v0.1.24 |
| 2102 | 2026-02-23T23:28:40.232Z | Compiling unicode-segmentation v1.12.0 |
| 2103 | 2026-02-23T23:28:41.057Z | Compiling siphasher v0.3.11 |
| 2104 | 2026-02-23T23:28:41.208Z | Compiling unicode-bidi v0.3.17 |
| 2105 | 2026-02-23T23:28:41.455Z | Compiling colorchoice v1.0.2 |
| 2106 | 2026-02-23T23:28:41.481Z | Compiling unarray v0.1.4 |
| 2107 | 2026-02-23T23:28:41.646Z | Compiling is_terminal_polyfill v1.70.1 |
| 2108 | 2026-02-23T23:28:41.674Z | Compiling buf-list v1.0.3 |
| 2109 | 2026-02-23T23:28:41.808Z | Compiling anstream v0.6.18 |
| 2110 | 2026-02-23T23:28:42.243Z | Compiling stringprep v0.1.5 |
| 2111 | 2026-02-23T23:28:42.314Z | Compiling backtrace v0.3.74 |
| 2112 | 2026-02-23T23:28:42.358Z | Compiling proptest v1.7.0 |
| 2113 | 2026-02-23T23:28:42.402Z | Compiling phf_shared v0.11.2 |
| 2114 | 2026-02-23T23:28:42.573Z | Compiling libz-rs-sys v0.5.1 |
| 2115 | 2026-02-23T23:28:48.308Z | Compiling derive_builder_macro v0.20.2 |
| 2116 | 2026-02-23T23:28:49.246Z | Compiling rustls-webpki v0.102.8 |
| 2117 | 2026-02-23T23:28:50.876Z | Compiling usdt-macro v0.6.0 |
| 2118 | 2026-02-23T23:28:51.060Z | Compiling usdt-attr-macro v0.6.0 |
| 2119 | 2026-02-23T23:28:51.913Z | Compiling oxnet v0.1.4 |
| 2120 | 2026-02-23T23:28:52.410Z | Compiling http-body-util v0.1.3 |
| 2121 | 2026-02-23T23:28:53.300Z | Compiling rand_chacha v0.3.1 |
| 2122 | 2026-02-23T23:28:53.497Z | Compiling sync_wrapper v1.0.1 |
| 2123 | 2026-02-23T23:28:53.931Z | Compiling md-5 v0.10.6 |
| 2124 | 2026-02-23T23:28:54.107Z | Compiling vergen-lib v0.1.6 |
| 2125 | 2026-02-23T23:28:54.158Z | Compiling num-integer v0.1.46 |
| 2126 | 2026-02-23T23:28:54.181Z | Compiling ff v0.13.0 |
| 2127 | 2026-02-23T23:28:54.229Z | Compiling hash32 v0.2.1 |
| 2128 | 2026-02-23T23:28:54.429Z | Compiling encoding_rs v0.8.34 |
| 2129 | 2026-02-23T23:28:54.471Z | Compiling mime v0.3.17 |
| 2130 | 2026-02-23T23:28:54.600Z | Compiling fallible-iterator v0.2.0 |
| 2131 | 2026-02-23T23:28:55.322Z | Compiling psl-types v2.0.11 |
| 2132 | 2026-02-23T23:28:55.518Z | Compiling base16ct v0.2.0 |
| 2133 | 2026-02-23T23:28:55.589Z | Compiling publicsuffix v2.3.0 |
| 2134 | 2026-02-23T23:28:55.686Z | Compiling postgres-protocol v0.6.8 |
| 2135 | 2026-02-23T23:28:55.862Z | Compiling sec1 v0.7.3 |
| 2136 | 2026-02-23T23:28:55.970Z | Compiling serde_urlencoded v0.7.1 |
| 2137 | 2026-02-23T23:28:56.082Z | Compiling num-iter v0.1.45 |
| 2138 | 2026-02-23T23:28:56.472Z | Compiling group v0.13.0 |
| 2139 | 2026-02-23T23:28:56.580Z | Compiling tower v0.5.2 |
| 2140 | 2026-02-23T23:28:56.819Z | Compiling rand v0.8.5 |
| 2141 | 2026-02-23T23:28:57.401Z | Compiling tokio-rustls v0.26.0 |
| 2142 | 2026-02-23T23:28:59.906Z | Compiling derive_builder v0.20.2 |
| 2143 | 2026-02-23T23:29:00.139Z | Compiling tokio-native-tls v0.3.1 |
| 2144 | 2026-02-23T23:29:00.261Z | Compiling newtype-uuid v1.3.2 |
| 2145 | 2026-02-23T23:29:00.851Z | Compiling flate2 v1.1.2 |
| 2146 | 2026-02-23T23:29:00.948Z | Compiling heck v0.4.1 |
| 2147 | 2026-02-23T23:29:01.406Z | Compiling rustls-native-certs v0.8.1 |
| 2148 | 2026-02-23T23:29:01.904Z | Compiling webpki-roots v1.0.1 |
| 2149 | 2026-02-23T23:29:02.167Z | Compiling serde_with_macros v3.16.1 |
| 2150 | 2026-02-23T23:29:02.459Z | Compiling hkdf v0.12.4 |
| 2151 | 2026-02-23T23:29:02.484Z | Compiling vergen v9.0.6 |
| 2152 | 2026-02-23T23:29:02.524Z | Compiling terminal_size v0.4.0 |
| 2153 | 2026-02-23T23:29:02.842Z | Compiling cargo-platform v0.1.8 |
| 2154 | 2026-02-23T23:29:02.918Z | Compiling enum-as-inner v0.6.1 |
| 2155 | 2026-02-23T23:29:03.006Z | Compiling clap_derive v4.5.47 |
| 2156 | 2026-02-23T23:29:03.345Z | Compiling crypto-bigint v0.5.5 |
| 2157 | 2026-02-23T23:29:03.581Z | Compiling serde_repr v0.1.19 |
| 2158 | 2026-02-23T23:29:04.523Z | Compiling lockfree-object-pool v0.1.6 |
| 2159 | 2026-02-23T23:29:04.814Z | Compiling bitflags v1.3.2 |
| 2160 | 2026-02-23T23:29:04.954Z | Compiling iri-string v0.7.8 |
| 2161 | 2026-02-23T23:29:05.025Z | Compiling simd-adler32 v0.3.7 |
| 2162 | 2026-02-23T23:29:05.108Z | Compiling winnow v0.7.14 |
| 2163 | 2026-02-23T23:29:05.528Z | Compiling clap_lex v0.7.4 |
| 2164 | 2026-02-23T23:29:05.939Z | Compiling managed v0.8.0 |
| 2165 | 2026-02-23T23:29:06.779Z | Compiling bumpalo v3.16.0 |
| 2166 | 2026-02-23T23:29:07.084Z | Compiling elliptic-curve v0.13.8 |
| 2167 | 2026-02-23T23:29:07.235Z | Compiling zopfli v0.8.1 |
| 2168 | 2026-02-23T23:29:08.233Z | Compiling clap_builder v4.5.48 |
| 2169 | 2026-02-23T23:29:08.611Z | Compiling tower-http v0.6.6 |
| 2170 | 2026-02-23T23:29:10.675Z | Compiling cargo_metadata v0.19.2 |
| 2171 | 2026-02-23T23:29:10.940Z | Compiling hyper-tls v0.6.0 |
| 2172 | 2026-02-23T23:29:11.293Z | Compiling hyper-rustls v0.27.7 |
| 2173 | 2026-02-23T23:29:11.911Z | Compiling daft v0.1.4 |
| 2174 | 2026-02-23T23:29:12.481Z | Compiling signal-hook-mio v0.2.4 |
| 2175 | 2026-02-23T23:29:12.693Z | Compiling zstd v0.13.3 |
| 2176 | 2026-02-23T23:29:12.975Z | Compiling cookie_store v0.21.1 |
| 2177 | 2026-02-23T23:29:13.726Z | Compiling postgres-types v0.2.9 |
| 2178 | 2026-02-23T23:29:13.783Z | Compiling phf v0.11.2 |
| 2179 | 2026-02-23T23:29:14.453Z | Compiling strum v0.27.2 |
| 2180 | 2026-02-23T23:29:14.609Z | Compiling ed25519 v2.2.3 |
| 2181 | 2026-02-23T23:29:14.640Z | Compiling hubpack v0.1.2 |
| 2182 | 2026-02-23T23:29:14.666Z | Compiling bzip2 v0.5.2 |
| 2183 | 2026-02-23T23:29:14.715Z | Compiling bzip2 v0.4.4 |
| 2184 | 2026-02-23T23:29:14.903Z | Compiling crossbeam-epoch v0.9.18 |
| 2185 | 2026-02-23T23:29:15.071Z | Compiling pkcs1 v0.7.5 |
| 2186 | 2026-02-23T23:29:15.623Z | Compiling rfc6979 v0.4.0 |
| 2187 | 2026-02-23T23:29:15.840Z | Compiling regress v0.10.4 |
| 2188 | 2026-02-23T23:29:15.865Z | Compiling float-cmp v0.10.0 |
| 2189 | 2026-02-23T23:29:15.929Z | Compiling serde-big-array v0.5.1 |
| 2190 | 2026-02-23T23:29:15.953Z | Compiling hex v0.4.3 |
| 2191 | 2026-02-23T23:29:16.175Z | Compiling bstr v1.10.0 |
| 2192 | 2026-02-23T23:29:16.925Z | Compiling env_filter v0.1.2 |
| 2193 | 2026-02-23T23:29:17.389Z | Compiling memmap2 v0.9.8 |
| 2194 | 2026-02-23T23:29:17.475Z | Compiling socket2 v0.5.10 |
| 2195 | 2026-02-23T23:29:17.806Z | Compiling predicates-core v1.0.8 |
| 2196 | 2026-02-23T23:29:18.137Z | Compiling normalize-line-endings v0.3.0 |
| 2197 | 2026-02-23T23:29:18.275Z | Compiling toml_write v0.1.2 |
| 2198 | 2026-02-23T23:29:18.717Z | Compiling static_assertions v1.1.0 |
| 2199 | 2026-02-23T23:29:18.813Z | Compiling foldhash v0.2.0 |
| 2200 | 2026-02-23T23:29:18.857Z | Compiling precomputed-hash v0.1.1 |
| 2201 | 2026-02-23T23:29:19.182Z | Compiling jiff v0.2.15 |
| 2202 | 2026-02-23T23:29:19.822Z | Compiling fixedbitset v0.5.7 |
| 2203 | 2026-02-23T23:29:20.429Z | Compiling difflib v0.4.0 |
| 2204 | 2026-02-23T23:29:20.730Z | Compiling keccak v0.1.5 |
| 2205 | 2026-02-23T23:29:20.864Z | Compiling fixedbitset v0.4.2 |
| 2206 | 2026-02-23T23:29:20.927Z | Compiling data-encoding v2.9.0 |
| 2207 | 2026-02-23T23:29:21.179Z | Compiling whoami v1.5.2 |
| 2208 | 2026-02-23T23:29:21.301Z | Compiling rustc-hash v2.1.1 |
| 2209 | 2026-02-23T23:29:21.479Z | Compiling new_debug_unreachable v1.0.6 |
| 2210 | 2026-02-23T23:29:21.515Z | Compiling iddqd v0.3.16 |
| 2211 | 2026-02-23T23:29:21.605Z | Compiling hickory-proto v0.25.2 |
| 2212 | 2026-02-23T23:29:21.681Z | Compiling string_cache v0.8.9 |
| 2213 | 2026-02-23T23:29:21.968Z | Compiling tokio-postgres v0.7.13 |
| 2214 | 2026-02-23T23:29:22.109Z | Compiling petgraph v0.6.5 |
| 2215 | 2026-02-23T23:29:22.254Z | Compiling sha3 v0.10.8 |
| 2216 | 2026-02-23T23:29:22.648Z | Compiling toml_edit v0.22.27 |
| 2217 | 2026-02-23T23:29:22.826Z | Compiling predicates v3.1.3 |
| 2218 | 2026-02-23T23:29:24.073Z | Compiling petgraph v0.8.2 |
| 2219 | 2026-02-23T23:29:24.243Z | Compiling reqwest v0.12.24 |
| 2220 | 2026-02-23T23:29:28.412Z | Compiling zip v4.2.0 |
| 2221 | 2026-02-23T23:29:28.723Z | Compiling typify-impl v0.4.3 |
| 2222 | 2026-02-23T23:29:29.268Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2223 | 2026-02-23T23:29:30.514Z | Compiling usdt v0.6.0 |
| 2224 | 2026-02-23T23:29:31.824Z | Compiling env_logger v0.11.8 |
| 2225 | 2026-02-23T23:29:32.473Z | Compiling similar v2.7.0 |
| 2226 | 2026-02-23T23:29:32.525Z | Compiling serde_with v3.16.1 |
| 2227 | 2026-02-23T23:29:34.296Z | Compiling ecdsa v0.16.9 |
| 2228 | 2026-02-23T23:29:35.532Z | Compiling rsa v0.9.8 |
| 2229 | 2026-02-23T23:29:36.162Z | Compiling zip v0.6.6 |
| 2230 | 2026-02-23T23:29:37.030Z | Compiling ed25519-dalek v2.1.1 |
| 2231 | 2026-02-23T23:29:38.348Z | Compiling crossterm v0.28.1 |
| 2232 | 2026-02-23T23:29:38.404Z | Compiling clap v4.5.48 |
| 2233 | 2026-02-23T23:29:39.164Z | Compiling strum v0.26.3 |
| 2234 | 2026-02-23T23:29:39.247Z | Compiling tokio-stream v0.1.17 |
| 2235 | 2026-02-23T23:29:39.468Z | Compiling toml v0.7.8 |
| 2236 | 2026-02-23T23:29:40.251Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2237 | 2026-02-23T23:29:40.708Z | Compiling x509-cert v0.2.5 |
| 2238 | 2026-02-23T23:29:42.302Z | Compiling sha1 v0.10.6 |
| 2239 | 2026-02-23T23:29:42.697Z | Compiling itertools v0.10.5 |
| 2240 | 2026-02-23T23:29:44.779Z | Compiling itertools v0.13.0 |
| 2241 | 2026-02-23T23:29:45.346Z | Compiling winnow v0.6.26 |
| 2242 | 2026-02-23T23:29:48.242Z | Compiling peg-runtime v0.8.5 |
| 2243 | 2026-02-23T23:29:48.756Z | Compiling lalrpop-util v0.19.12 |
| 2244 | 2026-02-23T23:29:49.121Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2245 | 2026-02-23T23:29:49.653Z | Compiling typify-macro v0.4.3 |
| 2246 | 2026-02-23T23:30:00.394Z | Compiling rayon-core v1.12.1 |
| 2247 | 2026-02-23T23:30:07.565Z | Compiling proc-macro-crate v1.3.1 |
| 2248 | 2026-02-23T23:30:08.844Z | Compiling macaddr v1.0.1 |
| 2249 | 2026-02-23T23:30:09.101Z | Compiling structmeta-derive v0.3.0 |
| 2250 | 2026-02-23T23:30:11.124Z | Compiling itertools v0.14.0 |
| 2251 | 2026-02-23T23:30:12.055Z | Compiling heapless v0.8.0 |
| 2252 | 2026-02-23T23:30:14.112Z | Compiling ingot-macros v0.1.1 |
| 2253 | 2026-02-23T23:30:14.572Z | Compiling structmeta v0.3.0 |
| 2254 | 2026-02-23T23:30:16.472Z | Compiling num_enum_derive v0.5.11 |
| 2255 | 2026-02-23T23:30:17.601Z | Compiling crossbeam-deque v0.8.5 |
| 2256 | 2026-02-23T23:30:19.402Z | Compiling hash32 v0.3.1 |
| 2257 | 2026-02-23T23:30:22.300Z | Compiling smoltcp v0.11.0 |
| 2258 | 2026-02-23T23:30:23.237Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2259 | 2026-02-23T23:30:23.400Z | Compiling unicode-width v0.1.14 |
| 2260 | 2026-02-23T23:30:24.251Z | Compiling tabwriter v1.4.0 |
| 2261 | 2026-02-23T23:30:25.051Z | Compiling ingot-types v0.1.2 |
| 2262 | 2026-02-23T23:30:27.235Z | Compiling num_enum v0.5.11 |
| 2263 | 2026-02-23T23:30:33.123Z | Compiling typify v0.4.3 |
| 2264 | 2026-02-23T23:30:37.528Z | Compiling proc-macro-error-attr v1.0.4 |
| 2265 | 2026-02-23T23:30:39.174Z | Compiling unsafe-libyaml v0.2.11 |
| 2266 | 2026-02-23T23:30:40.786Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2267 | 2026-02-23T23:30:40.889Z | Compiling rustls v0.22.4 |
| 2268 | 2026-02-23T23:30:41.285Z | Compiling cobs v0.2.3 |
| 2269 | 2026-02-23T23:30:41.608Z | Compiling postcard v1.0.10 |
| 2270 | 2026-02-23T23:30:43.180Z | Compiling serde_yaml v0.9.34+deprecated |
| 2271 | 2026-02-23T23:30:58.152Z | Compiling progenitor-impl v0.11.2 |
| 2272 | 2026-02-23T23:31:02.126Z | Compiling ingot v0.1.1 |
| 2273 | 2026-02-23T23:31:08.848Z | Compiling futures-executor v0.3.31 |
| 2274 | 2026-02-23T23:31:08.976Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2275 | 2026-02-23T23:31:09.247Z | Compiling foreign-types-macros v0.2.3 |
| 2276 | 2026-02-23T23:31:09.696Z | Compiling thread_local v1.1.8 |
| 2277 | 2026-02-23T23:31:09.797Z | Compiling proc-macro-error v1.0.4 |
| 2278 | 2026-02-23T23:31:09.847Z | Compiling multer v3.1.0 |
| 2279 | 2026-02-23T23:31:09.964Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2280 | 2026-02-23T23:31:10.170Z | Compiling foreign-types-shared v0.3.1 |
| 2281 | 2026-02-23T23:31:10.344Z | Compiling match_cfg v0.1.0 |
| 2282 | 2026-02-23T23:31:10.377Z | Compiling slog-async v2.8.0 |
| 2283 | 2026-02-23T23:31:10.476Z | Compiling hostname v0.3.1 |
| 2284 | 2026-02-23T23:31:10.500Z | Compiling foreign-types v0.5.0 |
| 2285 | 2026-02-23T23:31:10.857Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2286 | 2026-02-23T23:31:10.883Z | Compiling futures v0.3.31 |
| 2287 | 2026-02-23T23:31:10.966Z | Compiling progenitor-macro v0.11.2 |
| 2288 | 2026-02-23T23:31:12.013Z | Compiling derive-ex v0.1.8 |
| 2289 | 2026-02-23T23:31:14.981Z | Compiling progenitor-client v0.11.2 |
| 2290 | 2026-02-23T23:31:15.900Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 2291 | 2026-02-23T23:31:16.006Z | Compiling slog-json v2.6.1 |
| 2292 | 2026-02-23T23:31:16.504Z | Compiling crossbeam-channel v0.5.15 |
| 2293 | 2026-02-23T23:31:16.920Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2294 | 2026-02-23T23:31:17.761Z | Compiling async-stream-impl v0.3.6 |
| 2295 | 2026-02-23T23:31:18.020Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2296 | 2026-02-23T23:31:18.907Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2297 | 2026-02-23T23:31:19.028Z | Compiling serde_spanned v1.0.4 |
| 2298 | 2026-02-23T23:31:19.174Z | Compiling cstr-argument v0.1.2 |
| 2299 | 2026-02-23T23:31:19.263Z | Compiling is-terminal v0.4.13 |
| 2300 | 2026-02-23T23:31:19.320Z | Compiling dropshot v0.16.7 |
| 2301 | 2026-02-23T23:31:19.436Z | Compiling typeid v1.0.3 |
| 2302 | 2026-02-23T23:31:19.471Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2303 | 2026-02-23T23:31:19.695Z | Compiling pretty-hex v0.2.1 |
| 2304 | 2026-02-23T23:31:19.816Z | Compiling term v1.1.0 |
| 2305 | 2026-02-23T23:31:19.924Z | Compiling crucible-workspace-hack v0.1.0 |
| 2306 | 2026-02-23T23:31:19.975Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2307 | 2026-02-23T23:31:20.038Z | Compiling take_mut v0.2.2 |
| 2308 | 2026-02-23T23:31:20.372Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2309 | 2026-02-23T23:31:20.397Z | Compiling toml v0.9.11+spec-1.1.0 |
| 2310 | 2026-02-23T23:31:20.861Z | Compiling slog-term v2.9.2 |
| 2311 | 2026-02-23T23:31:21.918Z | Compiling progenitor v0.11.2 |
| 2312 | 2026-02-23T23:31:22.272Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2313 | 2026-02-23T23:31:23.075Z | Compiling async-stream v0.3.6 |
| 2314 | 2026-02-23T23:31:23.405Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2315 | 2026-02-23T23:31:23.663Z | Compiling tokio-rustls v0.25.0 |
| 2316 | 2026-02-23T23:31:24.007Z | Compiling slog-bunyan v2.5.0 |
| 2317 | 2026-02-23T23:31:24.058Z | Compiling test-strategy v0.4.3 |
| 2318 | 2026-02-23T23:31:24.904Z | Compiling rayon v1.10.0 |
| 2319 | 2026-02-23T23:31:25.032Z | Compiling parse-display-derive v0.10.0 |
| 2320 | 2026-02-23T23:31:26.972Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2321 | 2026-02-23T23:31:27.219Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2322 | 2026-02-23T23:31:27.258Z | Compiling colored v2.2.0 |
| 2323 | 2026-02-23T23:31:28.534Z | Compiling waitgroup v0.1.2 |
| 2324 | 2026-02-23T23:31:28.687Z | Compiling nix v0.30.1 |
| 2325 | 2026-02-23T23:31:28.848Z | Compiling rustls-pemfile v2.2.0 |
| 2326 | 2026-02-23T23:31:29.373Z | Compiling dropshot_endpoint v0.16.7 |
| 2327 | 2026-02-23T23:31:29.525Z | Compiling newtype-uuid-macros v0.1.0 |
| 2328 | 2026-02-23T23:31:29.865Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2329 | 2026-02-23T23:31:29.939Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2330 | 2026-02-23T23:31:30.357Z | Compiling serde_path_to_error v0.1.20 |
| 2331 | 2026-02-23T23:31:30.419Z | Compiling hostname v0.4.2 |
| 2332 | 2026-02-23T23:31:30.439Z | Compiling instant v0.1.13 |
| 2333 | 2026-02-23T23:31:30.618Z | Compiling debug-ignore v1.0.5 |
| 2334 | 2026-02-23T23:31:30.642Z | Compiling colored v3.0.0 |
| 2335 | 2026-02-23T23:31:30.717Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2336 | 2026-02-23T23:31:30.817Z | Compiling backoff v0.4.0 |
| 2337 | 2026-02-23T23:31:31.055Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2338 | 2026-02-23T23:31:31.114Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2339 | 2026-02-23T23:31:31.282Z | Compiling parse-display v0.10.0 |
| 2340 | 2026-02-23T23:31:31.993Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2341 | 2026-02-23T23:31:33.203Z | Compiling zone_cfg_derive v0.3.0 |
| 2342 | 2026-02-23T23:31:34.630Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2343 | 2026-02-23T23:31:35.400Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2344 | 2026-02-23T23:31:35.754Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2345 | 2026-02-23T23:31:35.826Z | Compiling camino-tempfile v1.4.1 |
| 2346 | 2026-02-23T23:31:36.672Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2347 | 2026-02-23T23:31:36.967Z | Compiling progenitor-client v0.10.0 |
| 2348 | 2026-02-23T23:31:38.005Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2349 | 2026-02-23T23:31:40.450Z | Compiling secrecy v0.10.3 |
| 2350 | 2026-02-23T23:31:40.787Z | Compiling num-derive v0.4.2 |
| 2351 | 2026-02-23T23:31:40.858Z | Compiling sigpipe v0.1.3 |
| 2352 | 2026-02-23T23:31:40.905Z | Compiling libefi-sys v0.1.0 |
| 2353 | 2026-02-23T23:31:41.024Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2354 | 2026-02-23T23:31:41.422Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2355 | 2026-02-23T23:31:41.455Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2356 | 2026-02-23T23:31:41.644Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2357 | 2026-02-23T23:31:42.268Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2358 | 2026-02-23T23:31:43.003Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2359 | 2026-02-23T23:31:43.440Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2360 | 2026-02-23T23:31:45.760Z | Compiling erased-serde v0.4.6 |
| 2361 | 2026-02-23T23:31:45.978Z | Compiling zone v0.3.1 |
| 2362 | 2026-02-23T23:31:48.573Z | Compiling usdt-attr-macro v0.5.0 |
| 2363 | 2026-02-23T23:31:49.228Z | Compiling usdt-macro v0.5.0 |
| 2364 | 2026-02-23T23:31:49.849Z | Compiling smf v0.2.3 |
| 2365 | 2026-02-23T23:31:50.105Z | Compiling bitfield-struct v0.6.2 |
| 2366 | 2026-02-23T23:31:50.361Z | Compiling ordered-float v2.10.1 |
| 2367 | 2026-02-23T23:31:50.617Z | Compiling blake3 v1.5.4 |
| 2368 | 2026-02-23T23:31:51.042Z | Compiling memmap v0.7.0 |
| 2369 | 2026-02-23T23:31:51.486Z | Compiling usdt v0.5.0 |
| 2370 | 2026-02-23T23:31:51.491Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2371 | 2026-02-23T23:31:51.898Z | Compiling serde-value v0.7.0 |
| 2372 | 2026-02-23T23:31:52.234Z | Compiling serde-untagged v0.1.7 |
| 2373 | 2026-02-23T23:31:52.471Z | Compiling toml v0.8.23 |
| 2374 | 2026-02-23T23:31:52.844Z | Compiling xattr v1.3.1 |
| 2375 | 2026-02-23T23:31:52.887Z | Compiling filetime v0.2.26 |
| 2376 | 2026-02-23T23:31:53.061Z | Compiling same-file v1.0.6 |
| 2377 | 2026-02-23T23:31:53.193Z | Compiling unicode-xid v0.2.6 |
| 2378 | 2026-02-23T23:31:53.267Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2379 | 2026-02-23T23:31:53.377Z | Compiling constant_time_eq v0.3.1 |
| 2380 | 2026-02-23T23:31:53.420Z | Compiling unicode-width v0.2.0 |
| 2381 | 2026-02-23T23:31:53.442Z | Compiling arrayvec v0.7.6 |
| 2382 | 2026-02-23T23:31:53.518Z | Compiling arrayref v0.3.9 |
| 2383 | 2026-02-23T23:31:53.631Z | Compiling cargo-util-schemas v0.8.2 |
| 2384 | 2026-02-23T23:31:53.658Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2385 | 2026-02-23T23:31:53.953Z | Compiling console v0.16.0 |
| 2386 | 2026-02-23T23:31:55.134Z | Compiling walkdir v2.5.0 |
| 2387 | 2026-02-23T23:31:56.367Z | Compiling tar v0.4.44 |
| 2388 | 2026-02-23T23:31:56.533Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2389 | 2026-02-23T23:31:56.683Z | Compiling tokio-dtrace v0.1.0 |
| 2390 | 2026-02-23T23:31:56.964Z | Compiling gethostname v0.5.0 |
| 2391 | 2026-02-23T23:31:57.204Z | Compiling cargo-platform v0.2.0 |
| 2392 | 2026-02-23T23:31:57.235Z | Compiling unit-prefix v0.5.1 |
| 2393 | 2026-02-23T23:31:57.527Z | Compiling topological-sort v0.2.2 |
| 2394 | 2026-02-23T23:31:57.854Z | Compiling omicron-zone-package v0.12.2 |
| 2395 | 2026-02-23T23:31:58.011Z | Compiling cargo_metadata v0.21.0 |
| 2396 | 2026-02-23T23:31:58.380Z | Compiling indicatif v0.18.0 |
| 2397 | 2026-02-23T23:32:01.095Z | Compiling oxide-tokio-rt v0.1.2 |
| 2398 | 2026-02-23T23:32:01.746Z | Compiling indent_write v2.2.0 |
| 2399 | 2026-02-23T23:32:01.997Z | Compiling shell-words v1.1.0 |
| 2400 | 2026-02-23T23:32:02.023Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2401 | 2026-02-23T23:32:04.787Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2402 | 2026-02-23T23:32:06.344Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2403 | 2026-02-23T23:32:09.067Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2404 | 2026-02-23T23:32:30.188Z | Finished `release` profile [optimized] target(s) in 6m 01s |
| 2405 | 2026-02-23T23:32:30.394Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2406 | 2026-02-23T23:32:30.465Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2407 | 2026-02-23T23:32:30.468Z | Created new build target 'test' and set it as active |
| 2408 | 2026-02-23T23:32:30.472Z | |
| 2409 | 2026-02-23T23:32:30.472Z | real 6:01.512992456 |
| 2410 | 2026-02-23T23:32:30.472Z | user 41:43.792158970 |
| 2411 | 2026-02-23T23:32:30.472Z | sys 4:08.782791463 |
| 2412 | 2026-02-23T23:32:30.472Z | trap 1.382332022 |
| 2413 | 2026-02-23T23:32:30.472Z | tflt 2.177174053 |
| 2414 | 2026-02-23T23:32:30.472Z | dflt 1.190794846 |
| 2415 | 2026-02-23T23:32:30.472Z | kflt 0.000227669 |
| 2416 | 2026-02-23T23:32:30.473Z | lock 1:58:41.192988707 |
| 2417 | 2026-02-23T23:32:30.473Z | slp 2:48:51.602852786 |
| 2418 | 2026-02-23T23:32:30.473Z | lat 3:23.868641583 |
| 2419 | 2026-02-23T23:32:30.473Z | stop 6:04.622903111 |
| 2420 | 2026-02-23T23:32:30.473Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2421 | 2026-02-23T23:32:31.890Z | Finished `release` profile [optimized] target(s) in 1.34s |
| 2422 | 2026-02-23T23:32:31.959Z | Running `target/release/omicron-package -t test package` |
| 2423 | 2026-02-23T23:32:32.017Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2424 | 2026-02-23T23:32:34.217Z | Compiling convert_case v0.4.0 |
| 2425 | 2026-02-23T23:32:34.217Z | Compiling progenitor-impl v0.10.0 |
| 2426 | 2026-02-23T23:32:34.220Z | Compiling half v2.4.1 |
| 2427 | 2026-02-23T23:32:34.220Z | Compiling ciborium-io v0.2.2 |
| 2428 | 2026-02-23T23:32:34.442Z | Compiling is-terminal v0.4.13 |
| 2429 | 2026-02-23T23:32:34.510Z | Compiling rustls v0.22.4 |
| 2430 | 2026-02-23T23:32:34.514Z | Compiling thread_local v1.1.8 |
| 2431 | 2026-02-23T23:32:34.630Z | Compiling match_cfg v0.1.0 |
| 2432 | 2026-02-23T23:32:34.661Z | Compiling bytecount v0.6.8 |
| 2433 | 2026-02-23T23:32:34.760Z | Compiling hostname v0.3.1 |
| 2434 | 2026-02-23T23:32:34.968Z | Compiling multer v3.1.0 |
| 2435 | 2026-02-23T23:32:34.996Z | Compiling slog-async v2.8.0 |
| 2436 | 2026-02-23T23:32:35.024Z | Compiling password-hash v0.5.0 |
| 2437 | 2026-02-23T23:32:35.053Z | Compiling derive_more v0.99.20 |
| 2438 | 2026-02-23T23:32:35.083Z | Compiling ciborium-ll v0.2.2 |
| 2439 | 2026-02-23T23:32:35.111Z | Compiling blake2 v0.10.6 |
| 2440 | 2026-02-23T23:32:35.169Z | Compiling progenitor-client v0.11.2 |
| 2441 | 2026-02-23T23:32:35.619Z | Compiling ciborium v0.2.2 |
| 2442 | 2026-02-23T23:32:35.751Z | Compiling crossbeam-channel v0.5.15 |
| 2443 | 2026-02-23T23:32:36.313Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 2444 | 2026-02-23T23:32:36.768Z | Compiling slog-json v2.6.1 |
| 2445 | 2026-02-23T23:32:37.166Z | Compiling futures-executor v0.3.31 |
| 2446 | 2026-02-23T23:32:37.248Z | Compiling serde_spanned v1.0.4 |
| 2447 | 2026-02-23T23:32:37.567Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2448 | 2026-02-23T23:32:37.628Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2449 | 2026-02-23T23:32:37.660Z | Compiling swrite v0.1.0 |
| 2450 | 2026-02-23T23:32:37.691Z | Compiling take_mut v0.2.2 |
| 2451 | 2026-02-23T23:32:37.862Z | Compiling term v1.1.0 |
| 2452 | 2026-02-23T23:32:37.912Z | Compiling unicode-width v0.1.14 |
| 2453 | 2026-02-23T23:32:38.118Z | Compiling toml v0.9.11+spec-1.1.0 |
| 2454 | 2026-02-23T23:32:38.498Z | Compiling slog-term v2.9.2 |
| 2455 | 2026-02-23T23:32:39.050Z | Compiling tabwriter v1.4.0 |
| 2456 | 2026-02-23T23:32:39.170Z | Compiling futures v0.3.31 |
| 2457 | 2026-02-23T23:32:39.309Z | Compiling tokio-rustls v0.25.0 |
| 2458 | 2026-02-23T23:32:39.489Z | Compiling slog-bunyan v2.5.0 |
| 2459 | 2026-02-23T23:32:39.753Z | Compiling progenitor v0.11.2 |
| 2460 | 2026-02-23T23:32:39.780Z | Compiling argon2 v0.5.3 |
| 2461 | 2026-02-23T23:32:39.999Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2462 | 2026-02-23T23:32:40.039Z | Compiling progenitor-macro v0.10.0 |
| 2463 | 2026-02-23T23:32:40.615Z | Compiling dropshot v0.16.7 |
| 2464 | 2026-02-23T23:32:40.676Z | Compiling async-stream v0.3.6 |
| 2465 | 2026-02-23T23:32:40.718Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2466 | 2026-02-23T23:32:40.973Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2467 | 2026-02-23T23:32:41.005Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2468 | 2026-02-23T23:32:41.089Z | Compiling universal-hash v0.5.1 |
| 2469 | 2026-02-23T23:32:41.384Z | Compiling waitgroup v0.1.2 |
| 2470 | 2026-02-23T23:32:41.645Z | Compiling rustls-pemfile v2.2.0 |
| 2471 | 2026-02-23T23:32:41.717Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2472 | 2026-02-23T23:32:42.023Z | Compiling serde_path_to_error v0.1.20 |
| 2473 | 2026-02-23T23:32:42.135Z | Compiling hostname v0.4.2 |
| 2474 | 2026-02-23T23:32:42.224Z | Compiling instant v0.1.13 |
| 2475 | 2026-02-23T23:32:42.389Z | Compiling debug-ignore v1.0.5 |
| 2476 | 2026-02-23T23:32:42.425Z | Compiling opaque-debug v0.3.1 |
| 2477 | 2026-02-23T23:32:42.570Z | Compiling colored v3.0.0 |
| 2478 | 2026-02-23T23:32:42.603Z | Compiling poly1305 v0.8.0 |
| 2479 | 2026-02-23T23:32:43.302Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2480 | 2026-02-23T23:32:43.472Z | Compiling backoff v0.4.0 |
| 2481 | 2026-02-23T23:32:43.905Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2482 | 2026-02-23T23:32:44.056Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2483 | 2026-02-23T23:32:44.109Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2484 | 2026-02-23T23:32:44.174Z | Compiling thiserror-no-std v2.0.2 |
| 2485 | 2026-02-23T23:32:44.355Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2486 | 2026-02-23T23:32:44.788Z | Compiling parse-display v0.10.0 |
| 2487 | 2026-02-23T23:32:45.190Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2488 | 2026-02-23T23:32:45.326Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2489 | 2026-02-23T23:32:45.443Z | Compiling chacha20 v0.9.1 |
| 2490 | 2026-02-23T23:32:45.962Z | Compiling progenitor-client v0.10.0 |
| 2491 | 2026-02-23T23:32:46.548Z | Compiling aead v0.5.2 |
| 2492 | 2026-02-23T23:32:46.821Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2493 | 2026-02-23T23:32:46.959Z | Compiling macaddr v1.0.1 |
| 2494 | 2026-02-23T23:32:47.299Z | Compiling derive-where v1.5.0 |
| 2495 | 2026-02-23T23:32:47.437Z | Compiling chacha20poly1305 v0.10.1 |
| 2496 | 2026-02-23T23:32:47.730Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2497 | 2026-02-23T23:32:48.821Z | Compiling vsss-rs v3.3.4 |
| 2498 | 2026-02-23T23:32:50.116Z | Compiling num-rational v0.4.2 |
| 2499 | 2026-02-23T23:32:50.897Z | Compiling progenitor v0.10.0 |
| 2500 | 2026-02-23T23:32:52.484Z | Compiling num-complex v0.4.6 |
| 2501 | 2026-02-23T23:32:53.284Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2502 | 2026-02-23T23:32:53.684Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2503 | 2026-02-23T23:32:53.719Z | Compiling num v0.4.3 |
| 2504 | 2026-02-23T23:32:54.035Z | Compiling console v0.15.10 |
| 2505 | 2026-02-23T23:32:54.656Z | Compiling float-ord v0.3.2 |
| 2506 | 2026-02-23T23:32:55.146Z | Compiling toml v0.8.23 |
| 2507 | 2026-02-23T23:32:56.354Z | Compiling newline-converter v0.3.0 |
| 2508 | 2026-02-23T23:32:56.604Z | Compiling atomicwrites v0.4.4 |
| 2509 | 2026-02-23T23:32:56.636Z | Compiling prettyplease v0.2.36 |
| 2510 | 2026-02-23T23:32:56.683Z | Compiling slog-dtrace v0.3.0 |
| 2511 | 2026-02-23T23:32:56.930Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2512 | 2026-02-23T23:32:57.171Z | Compiling expectorate v1.2.0 |
| 2513 | 2026-02-23T23:32:57.596Z | Compiling async-recursion v1.1.1 |
| 2514 | 2026-02-23T23:32:58.197Z | Compiling owo-colors v4.2.3 |
| 2515 | 2026-02-23T23:32:58.862Z | Compiling cancel-safe-futures v0.1.5 |
| 2516 | 2026-02-23T23:32:59.353Z | Compiling resolv-conf v0.7.0 |
| 2517 | 2026-02-23T23:32:59.597Z | Compiling libsw-core v0.3.1 |
| 2518 | 2026-02-23T23:32:59.932Z | Compiling libsw v3.5.0 |
| 2519 | 2026-02-23T23:33:00.959Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2520 | 2026-02-23T23:33:01.099Z | Compiling linear-map v1.2.0 |
| 2521 | 2026-02-23T23:33:01.267Z | Compiling linked-hash-map v0.5.6 |
| 2522 | 2026-02-23T23:33:01.590Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2523 | 2026-02-23T23:33:01.745Z | Compiling lru-cache v0.1.2 |
| 2524 | 2026-02-23T23:33:02.038Z | Compiling unicode-xid v0.2.6 |
| 2525 | 2026-02-23T23:33:02.294Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2526 | 2026-02-23T23:33:03.358Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2527 | 2026-02-23T23:33:05.221Z | Compiling globset v0.4.15 |
| 2528 | 2026-02-23T23:33:10.932Z | Compiling hickory-proto v0.24.4 |
| 2529 | 2026-02-23T23:33:12.591Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2530 | 2026-02-23T23:33:12.682Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2531 | 2026-02-23T23:33:13.800Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2532 | 2026-02-23T23:33:16.854Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2533 | 2026-02-23T23:33:17.489Z | Compiling hickory-resolver v0.24.4 |
| 2534 | 2026-02-23T23:33:18.236Z | Compiling convert_case v0.7.1 |
| 2535 | 2026-02-23T23:33:19.017Z | Compiling derive_more-impl v2.0.1 |
| 2536 | 2026-02-23T23:33:20.433Z | Compiling qorb v0.4.1 |
| 2537 | 2026-02-23T23:33:27.467Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2538 | 2026-02-23T23:33:27.963Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2539 | 2026-02-23T23:33:31.763Z | Compiling pin-project-internal v1.1.6 |
| 2540 | 2026-02-23T23:33:31.988Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2541 | 2026-02-23T23:33:33.807Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2542 | 2026-02-23T23:33:34.141Z | Compiling derive_more v2.0.1 |
| 2543 | 2026-02-23T23:33:34.295Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2544 | 2026-02-23T23:33:34.327Z | Compiling pin-project v1.1.6 |
| 2545 | 2026-02-23T23:33:34.522Z | Compiling pem v3.0.5 |
| 2546 | 2026-02-23T23:33:34.752Z | Compiling snafu-derive v0.8.5 |
| 2547 | 2026-02-23T23:33:35.036Z | Compiling vte_generate_state_changes v0.1.2 |
| 2548 | 2026-02-23T23:33:35.579Z | Compiling termtree v0.5.1 |
| 2549 | 2026-02-23T23:33:35.720Z | Compiling siphasher v1.0.1 |
| 2550 | 2026-02-23T23:33:35.931Z | Compiling vte v0.11.1 |
| 2551 | 2026-02-23T23:33:35.964Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2552 | 2026-02-23T23:33:36.202Z | Compiling phf_shared v0.12.1 |
| 2553 | 2026-02-23T23:33:36.702Z | Compiling crossterm v0.29.0 |
| 2554 | 2026-02-23T23:33:37.480Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2555 | 2026-02-23T23:33:38.883Z | Compiling snafu v0.8.5 |
| 2556 | 2026-02-23T23:33:40.150Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2557 | 2026-02-23T23:33:41.780Z | Compiling olpc-cjson v0.1.4 |
| 2558 | 2026-02-23T23:33:41.998Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2559 | 2026-02-23T23:33:42.183Z | Compiling csv-core v0.1.11 |
| 2560 | 2026-02-23T23:33:43.041Z | Compiling serde_plain v1.0.2 |
| 2561 | 2026-02-23T23:33:43.068Z | Compiling typed-path v0.9.3 |
| 2562 | 2026-02-23T23:33:43.689Z | Compiling highway v1.3.0 |
| 2563 | 2026-02-23T23:33:43.758Z | Compiling chrono-tz v0.10.4 |
| 2564 | 2026-02-23T23:33:44.182Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2565 | 2026-02-23T23:33:44.215Z | Compiling csv v1.3.1 |
| 2566 | 2026-02-23T23:33:44.697Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2567 | 2026-02-23T23:33:45.261Z | Compiling strip-ansi-escapes v0.2.0 |
| 2568 | 2026-02-23T23:33:46.039Z | Compiling tough v0.20.0 |
| 2569 | 2026-02-23T23:33:46.454Z | Compiling phf v0.12.1 |
| 2570 | 2026-02-23T23:33:46.845Z | Compiling const_format_proc_macros v0.2.34 |
| 2571 | 2026-02-23T23:33:47.032Z | Compiling papergrid v0.11.0 |
| 2572 | 2026-02-23T23:33:48.589Z | Compiling tabled_derive v0.7.0 |
| 2573 | 2026-02-23T23:33:49.979Z | Compiling fd-lock v4.0.2 |
| 2574 | 2026-02-23T23:33:50.267Z | Compiling peg-macros v0.8.5 |
| 2575 | 2026-02-23T23:33:50.556Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2576 | 2026-02-23T23:33:51.519Z | Compiling nu-ansi-term v0.50.1 |
| 2577 | 2026-02-23T23:33:51.659Z | Compiling tabled v0.15.0 |
| 2578 | 2026-02-23T23:33:52.555Z | Compiling reedline v0.40.0 |
| 2579 | 2026-02-23T23:33:52.705Z | Compiling const_format v0.2.34 |
| 2580 | 2026-02-23T23:33:53.203Z | Compiling peg v0.8.5 |
| 2581 | 2026-02-23T23:33:53.837Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2582 | 2026-02-23T23:33:59.119Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2583 | 2026-02-23T23:33:59.546Z | Compiling bcs v0.1.6 |
| 2584 | 2026-02-23T23:34:00.400Z | Compiling semver v0.1.20 |
| 2585 | 2026-02-23T23:34:00.944Z | Compiling base64 v0.21.7 |
| 2586 | 2026-02-23T23:34:01.696Z | Compiling rustc_version v0.1.7 |
| 2587 | 2026-02-23T23:34:02.077Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2588 | 2026-02-23T23:34:02.134Z | Compiling newtype_derive v0.1.6 |
| 2589 | 2026-02-23T23:34:02.479Z | Compiling humantime v2.2.0 |
| 2590 | 2026-02-23T23:34:02.579Z | Compiling smawk v0.3.2 |
| 2591 | 2026-02-23T23:34:02.909Z | Compiling unicode-linebreak v0.1.5 |
| 2592 | 2026-02-23T23:34:03.454Z | Compiling textwrap v0.16.2 |
| 2593 | 2026-02-23T23:34:03.533Z | Compiling dropshot-api-manager-types v0.3.0 |
| 2594 | 2026-02-23T23:34:04.809Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2595 | 2026-02-23T23:34:06.876Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2596 | 2026-02-23T23:34:07.196Z | Compiling steno v0.4.1 |
| 2597 | 2026-02-23T23:34:09.723Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2598 | 2026-02-23T23:34:11.051Z | Compiling utf-8 v0.7.6 |
| 2599 | 2026-02-23T23:34:11.498Z | Compiling moka v0.12.10 |
| 2600 | 2026-02-23T23:34:11.961Z | Compiling tagptr v0.2.0 |
| 2601 | 2026-02-23T23:34:15.971Z | Compiling hickory-resolver v0.25.2 |
| 2602 | 2026-02-23T23:34:17.881Z | Compiling tungstenite v0.21.0 |
| 2603 | 2026-02-23T23:34:18.905Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2604 | 2026-02-23T23:34:19.016Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2605 | 2026-02-23T23:34:19.161Z | Compiling radium v0.7.0 |
| 2606 | 2026-02-23T23:34:19.670Z | Compiling tokio-tungstenite v0.21.0 |
| 2607 | 2026-02-23T23:34:20.443Z | Compiling maybe-uninit v2.0.0 |
| 2608 | 2026-02-23T23:34:21.005Z | Compiling tap v1.0.1 |
| 2609 | 2026-02-23T23:34:21.256Z | Compiling wyz v0.5.1 |
| 2610 | 2026-02-23T23:34:22.492Z | Compiling zerocopy-derive v0.6.6 |
| 2611 | 2026-02-23T23:34:22.963Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2612 | 2026-02-23T23:34:23.806Z | Compiling crc-catalog v2.4.0 |
| 2613 | 2026-02-23T23:34:24.038Z | Compiling display-error-chain v0.2.2 |
| 2614 | 2026-02-23T23:34:24.286Z | Compiling funty v2.0.0 |
| 2615 | 2026-02-23T23:34:24.340Z | Compiling packed_struct v0.10.1 |
| 2616 | 2026-02-23T23:34:24.907Z | Compiling zerocopy v0.6.6 |
| 2617 | 2026-02-23T23:34:25.833Z | Compiling bitvec v1.0.1 |
| 2618 | 2026-02-23T23:34:26.745Z | Compiling crc v3.2.1 |
| 2619 | 2026-02-23T23:34:28.165Z | Compiling proc-macro-error2 v2.0.1 |
| 2620 | 2026-02-23T23:34:28.812Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2621 | 2026-02-23T23:34:29.235Z | Compiling packed_struct_codegen v0.10.1 |
| 2622 | 2026-02-23T23:34:30.519Z | Compiling bitfield-macros v0.19.2 |
| 2623 | 2026-02-23T23:34:31.185Z | Compiling indexmap v1.9.3 |
| 2624 | 2026-02-23T23:34:31.584Z | Compiling nodrop v0.1.14 |
| 2625 | 2026-02-23T23:34:31.786Z | Compiling array-init v0.0.4 |
| 2626 | 2026-02-23T23:34:32.022Z | Compiling bitfield v0.19.2 |
| 2627 | 2026-02-23T23:34:32.058Z | Compiling smallvec v0.6.14 |
| 2628 | 2026-02-23T23:34:32.569Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2629 | 2026-02-23T23:34:32.602Z | Compiling num-derive v0.3.3 |
| 2630 | 2026-02-23T23:34:32.939Z | Compiling hashbrown v0.12.3 |
| 2631 | 2026-02-23T23:34:34.368Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2632 | 2026-02-23T23:34:34.708Z | Compiling libscf-sys v1.1.0 |
| 2633 | 2026-02-23T23:34:35.892Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2634 | 2026-02-23T23:34:36.212Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2635 | 2026-02-23T23:34:37.442Z | Compiling serde-hex v0.1.0 |
| 2636 | 2026-02-23T23:34:38.701Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2637 | 2026-02-23T23:34:39.115Z | Compiling ron v0.8.1 |
| 2638 | 2026-02-23T23:34:39.391Z | Compiling hashbrown v0.13.2 |
| 2639 | 2026-02-23T23:34:40.749Z | Compiling vergen-gitcl v1.0.8 |
| 2640 | 2026-02-23T23:34:41.161Z | Compiling dirs-sys-next v0.1.2 |
| 2641 | 2026-02-23T23:34:41.666Z | Compiling maplit v1.0.2 |
| 2642 | 2026-02-23T23:34:41.852Z | Compiling crunchy v0.2.2 |
| 2643 | 2026-02-23T23:34:42.382Z | Compiling crc-any v2.5.0 |
| 2644 | 2026-02-23T23:34:43.047Z | Compiling dirs-next v2.0.0 |
| 2645 | 2026-02-23T23:34:43.326Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2646 | 2026-02-23T23:34:43.371Z | Compiling object v0.30.4 |
| 2647 | 2026-02-23T23:34:44.784Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2648 | 2026-02-23T23:34:44.889Z | Compiling dsl_auto_type v0.1.2 |
| 2649 | 2026-02-23T23:34:46.076Z | Compiling scheduled-thread-pool v0.2.7 |
| 2650 | 2026-02-23T23:34:46.420Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2651 | 2026-02-23T23:34:46.811Z | Compiling tiny-keccak v2.0.2 |
| 2652 | 2026-02-23T23:34:47.204Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2653 | 2026-02-23T23:34:47.429Z | Compiling path-slash v0.1.5 |
| 2654 | 2026-02-23T23:34:47.788Z | Compiling diesel_derives v2.2.3 |
| 2655 | 2026-02-23T23:34:55.705Z | Compiling r2d2 v0.8.10 |
| 2656 | 2026-02-23T23:34:57.481Z | Compiling term v0.7.0 |
| 2657 | 2026-02-23T23:34:58.210Z | Compiling tabled_derive v0.11.0 |
| 2658 | 2026-02-23T23:34:58.680Z | Compiling papergrid v0.17.0 |
| 2659 | 2026-02-23T23:35:00.729Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2660 | 2026-02-23T23:35:01.406Z | Compiling testing_table v0.3.0 |
| 2661 | 2026-02-23T23:35:02.267Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2662 | 2026-02-23T23:35:05.679Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2663 | 2026-02-23T23:35:06.090Z | Compiling xshell-macros v0.2.7 |
| 2664 | 2026-02-23T23:35:06.896Z | Compiling bit-vec v0.6.3 |
| 2665 | 2026-02-23T23:35:07.288Z | Compiling arc-swap v1.7.1 |
| 2666 | 2026-02-23T23:35:07.465Z | Compiling bit-set v0.5.3 |
| 2667 | 2026-02-23T23:35:07.805Z | Compiling xshell v0.2.7 |
| 2668 | 2026-02-23T23:35:08.073Z | Compiling slog-scope v4.4.0 |
| 2669 | 2026-02-23T23:35:09.083Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2670 | 2026-02-23T23:35:10.849Z | Compiling tabled v0.20.0 |
| 2671 | 2026-02-23T23:35:12.244Z | Compiling ascii-canvas v3.0.0 |
| 2672 | 2026-02-23T23:35:12.787Z | Compiling diesel v2.2.12 |
| 2673 | 2026-02-23T23:35:12.929Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2674 | 2026-02-23T23:35:13.872Z | Compiling ena v0.14.3 |
| 2675 | 2026-02-23T23:35:14.383Z | Compiling diff v0.1.13 |
| 2676 | 2026-02-23T23:35:14.898Z | Compiling regex-syntax v0.6.29 |
| 2677 | 2026-02-23T23:35:19.588Z | Compiling unicase v2.8.1 |
| 2678 | 2026-02-23T23:35:19.963Z | Compiling bindgen v0.71.1 |
| 2679 | 2026-02-23T23:35:20.199Z | Compiling lalrpop v0.19.12 |
| 2680 | 2026-02-23T23:35:21.483Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2681 | 2026-02-23T23:35:23.842Z | Compiling slog-stdlog v4.1.1 |
| 2682 | 2026-02-23T23:35:24.791Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2683 | 2026-02-23T23:35:26.314Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2684 | 2026-02-23T23:35:27.418Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2685 | 2026-02-23T23:35:27.488Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2686 | 2026-02-23T23:35:27.781Z | Compiling crc8 v0.1.1 |
| 2687 | 2026-02-23T23:35:27.859Z | Compiling slog-envlogger v2.2.0 |
| 2688 | 2026-02-23T23:35:29.745Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2689 | 2026-02-23T23:35:30.337Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2690 | 2026-02-23T23:35:30.688Z | Compiling headers-core v0.3.0 |
| 2691 | 2026-02-23T23:35:30.928Z | Compiling libxml v0.3.3 |
| 2692 | 2026-02-23T23:35:31.445Z | Compiling headers v0.4.1 |
| 2693 | 2026-02-23T23:35:34.159Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2694 | 2026-02-23T23:35:34.396Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2695 | 2026-02-23T23:35:34.775Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2696 | 2026-02-23T23:35:35.054Z | Compiling strum_macros v0.24.3 |
| 2697 | 2026-02-23T23:35:35.636Z | Compiling indoc v1.0.9 |
| 2698 | 2026-02-23T23:35:36.958Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2699 | 2026-02-23T23:35:37.975Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2700 | 2026-02-23T23:35:38.361Z | Compiling derive_builder v0.20.2 |
| 2701 | 2026-02-23T23:35:38.653Z | Compiling oso-derive v0.27.3 |
| 2702 | 2026-02-23T23:35:39.642Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2703 | 2026-02-23T23:35:40.239Z | Compiling samael v0.0.19 |
| 2704 | 2026-02-23T23:35:40.509Z | Compiling polar-core v0.27.3 |
| 2705 | 2026-02-23T23:35:40.933Z | Compiling quick-xml v0.37.2 |
| 2706 | 2026-02-23T23:35:42.962Z | Compiling half v1.8.3 |
| 2707 | 2026-02-23T23:35:43.919Z | Compiling serde_cbor v0.11.2 |
| 2708 | 2026-02-23T23:35:44.871Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2709 | 2026-02-23T23:35:45.126Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2710 | 2026-02-23T23:35:45.329Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2711 | 2026-02-23T23:35:46.612Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2712 | 2026-02-23T23:35:47.901Z | Compiling diesel-dtrace v0.4.2 |
| 2713 | 2026-02-23T23:35:48.448Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2714 | 2026-02-23T23:35:59.331Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2715 | 2026-02-23T23:35:59.746Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2716 | 2026-02-23T23:36:02.728Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2717 | 2026-02-23T23:36:03.848Z | Compiling oso v0.27.3 |
| 2718 | 2026-02-23T23:36:05.029Z | Compiling bb8 v0.8.5 |
| 2719 | 2026-02-23T23:36:05.744Z | Compiling trait-variant v0.1.2 |
| 2720 | 2026-02-23T23:36:06.773Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2721 | 2026-02-23T23:36:07.848Z | Compiling async-bb8-diesel v0.2.1 |
| 2722 | 2026-02-23T23:36:08.614Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2723 | 2026-02-23T23:36:09.140Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2724 | 2026-02-23T23:36:09.370Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2725 | 2026-02-23T23:36:09.965Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2726 | 2026-02-23T23:36:13.094Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2727 | 2026-02-23T23:36:13.494Z | Compiling fxhash v0.2.1 |
| 2728 | 2026-02-23T23:36:13.777Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2729 | 2026-02-23T23:36:14.041Z | Compiling typify-impl v0.2.0 |
| 2730 | 2026-02-23T23:36:14.206Z | Compiling kstat-rs v0.2.4 |
| 2731 | 2026-02-23T23:36:15.186Z | Compiling libz-sys v1.1.20 |
| 2732 | 2026-02-23T23:36:15.917Z | Compiling nonempty v0.12.0 |
| 2733 | 2026-02-23T23:36:16.339Z | Compiling salty v0.3.0 |
| 2734 | 2026-02-23T23:36:17.064Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2735 | 2026-02-23T23:36:20.479Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2736 | 2026-02-23T23:36:21.415Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2737 | 2026-02-23T23:36:23.345Z | Compiling typify-macro v0.2.0 |
| 2738 | 2026-02-23T23:36:26.830Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2739 | 2026-02-23T23:36:31.940Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2740 | 2026-02-23T23:36:36.775Z | Compiling nanorand v0.7.0 |
| 2741 | 2026-02-23T23:36:36.974Z | Compiling fs-err v2.11.0 |
| 2742 | 2026-02-23T23:36:37.395Z | Compiling parking_lot_core v0.8.6 |
| 2743 | 2026-02-23T23:36:37.848Z | Compiling mime_guess v2.0.5 |
| 2744 | 2026-02-23T23:36:37.969Z | Compiling flume v0.11.1 |
| 2745 | 2026-02-23T23:36:38.003Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2746 | 2026-02-23T23:36:38.837Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2747 | 2026-02-23T23:36:41.260Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2748 | 2026-02-23T23:36:46.991Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 2749 | 2026-02-23T23:36:47.094Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2750 | 2026-02-23T23:37:00.994Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2751 | 2026-02-23T23:37:03.774Z | Compiling tabled_derive v0.10.0 |
| 2752 | 2026-02-23T23:37:06.062Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2753 | 2026-02-23T23:37:08.162Z | Compiling ignore v0.4.23 |
| 2754 | 2026-02-23T23:37:10.463Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2755 | 2026-02-23T23:37:12.964Z | Compiling papergrid v0.14.0 |
| 2756 | 2026-02-23T23:37:13.219Z | Compiling primeorder v0.13.6 |
| 2757 | 2026-02-23T23:37:13.765Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2758 | 2026-02-23T23:37:14.715Z | Compiling castaway v0.2.3 |
| 2759 | 2026-02-23T23:37:14.958Z | Compiling nibble_vec v0.1.0 |
| 2760 | 2026-02-23T23:37:15.242Z | Compiling atty v0.2.14 |
| 2761 | 2026-02-23T23:37:15.460Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2762 | 2026-02-23T23:37:15.856Z | Compiling http-range v0.1.5 |
| 2763 | 2026-02-23T23:37:16.482Z | Compiling endian-type v0.1.2 |
| 2764 | 2026-02-23T23:37:16.780Z | Compiling parse-size v1.1.0 |
| 2765 | 2026-02-23T23:37:16.851Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2766 | 2026-02-23T23:37:17.150Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2767 | 2026-02-23T23:37:17.263Z | Compiling radix_trie v0.2.1 |
| 2768 | 2026-02-23T23:37:18.121Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2769 | 2026-02-23T23:37:18.153Z | Compiling tabled v0.18.0 |
| 2770 | 2026-02-23T23:37:19.011Z | Compiling compact_str v0.8.0 |
| 2771 | 2026-02-23T23:37:21.450Z | Compiling p384 v0.13.1 |
| 2772 | 2026-02-23T23:37:22.621Z | Compiling globwalk v0.9.1 |
| 2773 | 2026-02-23T23:37:23.965Z | Compiling parking_lot v0.11.2 |
| 2774 | 2026-02-23T23:37:25.951Z | Compiling typify v0.2.0 |
| 2775 | 2026-02-23T23:37:26.162Z | Compiling predicates-tree v1.0.12 |
| 2776 | 2026-02-23T23:37:26.779Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2777 | 2026-02-23T23:37:26.955Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2778 | 2026-02-23T23:37:27.059Z | Compiling unicode-truncate v1.1.0 |
| 2779 | 2026-02-23T23:37:28.270Z | Compiling prefix-trie v0.7.0 |
| 2780 | 2026-02-23T23:37:29.322Z | Compiling lru v0.12.5 |
| 2781 | 2026-02-23T23:37:29.720Z | Compiling vergen-git2 v1.0.7 |
| 2782 | 2026-02-23T23:37:30.126Z | Compiling instability v0.3.2 |
| 2783 | 2026-02-23T23:37:31.157Z | Compiling indoc v2.0.6 |
| 2784 | 2026-02-23T23:37:31.182Z | Compiling cassowary v0.3.0 |
| 2785 | 2026-02-23T23:37:31.993Z | Compiling ratatui v0.29.0 |
| 2786 | 2026-02-23T23:37:34.470Z | Compiling hickory-server v0.25.2 |
| 2787 | 2026-02-23T23:37:34.717Z | Compiling camino-tempfile-ext v0.3.2 |
| 2788 | 2026-02-23T23:37:36.134Z | Compiling progenitor-impl v0.8.0 |
| 2789 | 2026-02-23T23:37:37.196Z | Compiling hyper-staticfile v0.10.1 |
| 2790 | 2026-02-23T23:37:38.484Z | Compiling git2 v0.20.2 |
| 2791 | 2026-02-23T23:37:39.892Z | Compiling sled v0.34.7 |
| 2792 | 2026-02-23T23:37:46.822Z | Compiling hickory-client v0.25.2 |
| 2793 | 2026-02-23T23:37:47.659Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2794 | 2026-02-23T23:37:48.086Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2795 | 2026-02-23T23:37:48.758Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2796 | 2026-02-23T23:37:48.962Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2797 | 2026-02-23T23:37:50.403Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2798 | 2026-02-23T23:37:51.675Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2799 | 2026-02-23T23:37:53.519Z | Compiling rand_seeder v0.4.0 |
| 2800 | 2026-02-23T23:37:54.008Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2801 | 2026-02-23T23:37:54.991Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2802 | 2026-02-23T23:37:55.121Z | Compiling lzma-sys v0.1.20 |
| 2803 | 2026-02-23T23:37:55.449Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2804 | 2026-02-23T23:37:55.865Z | Compiling rustls v0.21.12 |
| 2805 | 2026-02-23T23:37:55.896Z | Compiling corncobs v0.1.4 |
| 2806 | 2026-02-23T23:37:56.311Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2807 | 2026-02-23T23:37:56.503Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2808 | 2026-02-23T23:37:57.312Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2809 | 2026-02-23T23:37:57.822Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2810 | 2026-02-23T23:37:58.287Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2811 | 2026-02-23T23:37:59.429Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2812 | 2026-02-23T23:38:10.861Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2813 | 2026-02-23T23:38:12.931Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2814 | 2026-02-23T23:38:14.432Z | Compiling progenitor-macro v0.8.0 |
| 2815 | 2026-02-23T23:38:25.580Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2816 | 2026-02-23T23:38:30.673Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2817 | 2026-02-23T23:38:32.070Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2818 | 2026-02-23T23:38:33.147Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2819 | 2026-02-23T23:38:33.567Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2820 | 2026-02-23T23:38:34.017Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2821 | 2026-02-23T23:38:34.426Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2822 | 2026-02-23T23:38:37.984Z | Compiling progenitor-client v0.8.0 |
| 2823 | 2026-02-23T23:38:38.986Z | Compiling sct v0.7.1 |
| 2824 | 2026-02-23T23:38:39.523Z | Compiling rustls-webpki v0.101.7 |
| 2825 | 2026-02-23T23:38:39.766Z | Compiling heck v0.3.3 |
| 2826 | 2026-02-23T23:38:40.170Z | Compiling secrecy v0.8.0 |
| 2827 | 2026-02-23T23:38:40.545Z | Compiling void v1.0.2 |
| 2828 | 2026-02-23T23:38:40.791Z | Compiling lzss v0.8.2 |
| 2829 | 2026-02-23T23:38:43.490Z | Compiling zone_cfg_derive v0.1.2 |
| 2830 | 2026-02-23T23:38:44.852Z | Compiling progenitor v0.8.0 |
| 2831 | 2026-02-23T23:38:45.160Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2832 | 2026-02-23T23:38:47.172Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2833 | 2026-02-23T23:38:52.906Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2834 | 2026-02-23T23:38:54.337Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2835 | 2026-02-23T23:38:56.701Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 2836 | 2026-02-23T23:38:58.213Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2837 | 2026-02-23T23:38:58.358Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2838 | 2026-02-23T23:39:05.629Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2839 | 2026-02-23T23:39:05.865Z | Compiling tungstenite v0.23.0 |
| 2840 | 2026-02-23T23:39:06.023Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2841 | 2026-02-23T23:39:06.415Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2842 | 2026-02-23T23:39:06.802Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2843 | 2026-02-23T23:39:07.193Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2844 | 2026-02-23T23:39:07.580Z | Compiling nix v0.27.1 |
| 2845 | 2026-02-23T23:39:10.420Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2846 | 2026-02-23T23:39:11.137Z | Compiling serde_bytes v0.11.19 |
| 2847 | 2026-02-23T23:39:11.317Z | Compiling number_prefix v0.4.0 |
| 2848 | 2026-02-23T23:39:11.642Z | Compiling base64 v0.13.1 |
| 2849 | 2026-02-23T23:39:11.682Z | Compiling indicatif v0.17.11 |
| 2850 | 2026-02-23T23:39:11.716Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2851 | 2026-02-23T23:39:12.428Z | Compiling ron v0.7.1 |
| 2852 | 2026-02-23T23:39:12.547Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2853 | 2026-02-23T23:39:13.439Z | Compiling tokio-tungstenite v0.23.1 |
| 2854 | 2026-02-23T23:39:14.258Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2855 | 2026-02-23T23:39:17.462Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2856 | 2026-02-23T23:39:18.193Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 2857 | 2026-02-23T23:39:18.986Z | Compiling xz2 v0.1.7 |
| 2858 | 2026-02-23T23:39:19.704Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2859 | 2026-02-23T23:39:28.593Z | Compiling tokio-rustls v0.24.1 |
| 2860 | 2026-02-23T23:39:29.166Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2861 | 2026-02-23T23:39:30.845Z | Compiling zone v0.1.8 |
| 2862 | 2026-02-23T23:39:34.311Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2863 | 2026-02-23T23:39:35.476Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2864 | 2026-02-23T23:39:50.133Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2865 | 2026-02-23T23:39:51.545Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2866 | 2026-02-23T23:40:02.416Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2867 | 2026-02-23T23:40:02.856Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2868 | 2026-02-23T23:40:04.861Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2869 | 2026-02-23T23:40:06.029Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2870 | 2026-02-23T23:40:13.483Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2871 | 2026-02-23T23:40:16.336Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2872 | 2026-02-23T23:40:20.450Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2873 | 2026-02-23T23:40:25.699Z | Compiling rustls-pemfile v1.0.4 |
| 2874 | 2026-02-23T23:40:26.514Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2875 | 2026-02-23T23:40:26.965Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2876 | 2026-02-23T23:40:29.813Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2877 | 2026-02-23T23:40:30.246Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2878 | 2026-02-23T23:40:30.501Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2879 | 2026-02-23T23:40:32.278Z | Compiling signal-hook-tokio v0.3.1 |
| 2880 | 2026-02-23T23:40:32.595Z | Compiling twox-hash v2.1.0 |
| 2881 | 2026-02-23T23:40:33.771Z | Compiling yasna v0.5.2 |
| 2882 | 2026-02-23T23:40:35.803Z | Compiling is_ci v1.2.0 |
| 2883 | 2026-02-23T23:40:36.179Z | Compiling supports-color v3.0.2 |
| 2884 | 2026-02-23T23:40:36.616Z | Compiling rcgen v0.12.1 |
| 2885 | 2026-02-23T23:40:37.079Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2886 | 2026-02-23T23:40:37.198Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2887 | 2026-02-23T23:40:48.053Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2888 | 2026-02-23T23:40:49.963Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2889 | 2026-02-23T23:41:12.452Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2890 | 2026-02-23T23:41:13.809Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2891 | 2026-02-23T23:41:20.222Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2892 | 2026-02-23T23:41:25.883Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2893 | 2026-02-23T23:41:43.887Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2894 | 2026-02-23T23:41:44.835Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2895 | 2026-02-23T23:41:45.412Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2896 | 2026-02-23T23:41:45.821Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2897 | 2026-02-23T23:41:46.235Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2898 | 2026-02-23T23:41:54.240Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2899 | 2026-02-23T23:41:54.591Z | Compiling fatfs v0.3.6 |
| 2900 | 2026-02-23T23:41:57.465Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2901 | 2026-02-23T23:42:03.512Z | Compiling subprocess v0.2.9 |
| 2902 | 2026-02-23T23:42:07.267Z | Compiling rtoolbox v0.0.2 |
| 2903 | 2026-02-23T23:42:07.770Z | Compiling seq-macro v0.3.6 |
| 2904 | 2026-02-23T23:42:08.368Z | Compiling assert_matches v1.5.0 |
| 2905 | 2026-02-23T23:42:08.475Z | Compiling rpassword v7.4.0 |
| 2906 | 2026-02-23T23:42:08.544Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2907 | 2026-02-23T23:42:08.962Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2908 | 2026-02-23T23:42:20.319Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2909 | 2026-02-23T23:42:31.234Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2910 | 2026-02-23T23:42:36.672Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2911 | 2026-02-23T23:42:36.881Z | Compiling tui-tree-widget v0.23.1 |
| 2912 | 2026-02-23T23:42:37.377Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2913 | 2026-02-23T23:42:42.830Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2914 | 2026-02-23T23:42:43.794Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2915 | 2026-02-23T23:42:47.935Z | Compiling uzers v0.12.1 |
| 2916 | 2026-02-23T23:42:49.737Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2917 | 2026-02-23T23:42:51.413Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2918 | 2026-02-23T23:43:01.148Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2919 | 2026-02-23T23:43:17.919Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2920 | 2026-02-23T23:43:30.744Z | Compiling support-bundle-viewer v0.1.2 |
| 2921 | 2026-02-23T23:43:34.494Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2922 | 2026-02-23T23:43:34.857Z | Compiling multimap v0.10.1 |
| 2923 | 2026-02-23T23:46:09.125Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2924 | 2026-02-23T23:46:11.064Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2925 | 2026-02-23T23:57:14.673Z | Finished `release` profile [optimized] target(s) in 24m 42s |
| 2926 | 2026-02-23T23:58:13.355Z | |
| 2927 | 2026-02-23T23:58:13.358Z | real 25:42.564968157 |
| 2928 | 2026-02-23T23:58:13.358Z | user 3:03:22.088320523 |
| 2929 | 2026-02-23T23:58:13.358Z | sys 4:55.252210144 |
| 2930 | 2026-02-23T23:58:13.358Z | trap 4.830928685 |
| 2931 | 2026-02-23T23:58:13.358Z | tflt 2.458445852 |
| 2932 | 2026-02-23T23:58:13.358Z | dflt 5.718735285 |
| 2933 | 2026-02-23T23:58:13.358Z | kflt 0.006736040 |
| 2934 | 2026-02-23T23:58:13.358Z | lock 12:12:51.027978185 |
| 2935 | 2026-02-23T23:58:13.358Z | slp 8:59:20.289448623 |
| 2936 | 2026-02-23T23:58:13.358Z | lat 4:48.440756521 |
| 2937 | 2026-02-23T23:58:13.358Z | stop 4:35.743769324 |
| 2938 | 2026-02-23T23:58:13.358Z | + mapfile -t packages |
| 2939 | 2026-02-23T23:58:13.358Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2940 | 2026-02-23T23:58:14.766Z | Finished `release` profile [optimized] target(s) in 1.34s |
| 2941 | 2026-02-23T23:58:14.830Z | Running `target/release/omicron-package -t test list-outputs` |
| 2942 | 2026-02-23T23:58:14.887Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2943 | 2026-02-23T23:58:14.890Z | + ptime -m cargo build --locked --release -p xtask |
| 2944 | 2026-02-23T23:58:15.714Z | Compiling serde_core v1.0.228 |
| 2945 | 2026-02-23T23:58:15.714Z | Compiling syn v2.0.114 |
| 2946 | 2026-02-23T23:58:15.717Z | Compiling serde v1.0.228 |
| 2947 | 2026-02-23T23:58:15.717Z | Compiling bitflags v2.9.4 |
| 2948 | 2026-02-23T23:58:15.717Z | Compiling serde_json v1.0.149 |
| 2949 | 2026-02-23T23:58:15.717Z | Compiling libc v0.2.180 |
| 2950 | 2026-02-23T23:58:15.845Z | Compiling num-traits v0.2.19 |
| 2951 | 2026-02-23T23:58:16.268Z | Compiling hashbrown v0.16.1 |
| 2952 | 2026-02-23T23:58:16.309Z | Compiling smallvec v1.15.1 |
| 2953 | 2026-02-23T23:58:16.334Z | Compiling rustix v0.38.37 |
| 2954 | 2026-02-23T23:58:16.676Z | Compiling usdt-impl v0.5.0 |
| 2955 | 2026-02-23T23:58:16.813Z | Compiling syn v1.0.109 |
| 2956 | 2026-02-23T23:58:17.451Z | Compiling getrandom v0.3.4 |
| 2957 | 2026-02-23T23:58:17.596Z | Compiling thread-id v4.2.2 |
| 2958 | 2026-02-23T23:58:17.753Z | Compiling indexmap v2.13.0 |
| 2959 | 2026-02-23T23:58:17.776Z | Compiling percent-encoding v2.3.2 |
| 2960 | 2026-02-23T23:58:18.064Z | Compiling log v0.4.29 |
| 2961 | 2026-02-23T23:58:18.342Z | Compiling rustix v1.1.3 |
| 2962 | 2026-02-23T23:58:18.542Z | Compiling terminal_size v0.4.0 |
| 2963 | 2026-02-23T23:58:18.845Z | Compiling ordered-float v2.10.1 |
| 2964 | 2026-02-23T23:58:19.065Z | Compiling form_urlencoded v1.2.2 |
| 2965 | 2026-02-23T23:58:19.641Z | Compiling fs-err v3.1.1 |
| 2966 | 2026-02-23T23:58:19.758Z | Compiling anyhow v1.0.99 |
| 2967 | 2026-02-23T23:58:20.026Z | Compiling once_cell v1.21.3 |
| 2968 | 2026-02-23T23:58:20.386Z | Compiling heck v0.4.1 |
| 2969 | 2026-02-23T23:58:20.525Z | Compiling clap_builder v4.5.48 |
| 2970 | 2026-02-23T23:58:21.574Z | Compiling tempfile v3.24.0 |
| 2971 | 2026-02-23T23:58:22.912Z | Compiling synstructure v0.13.1 |
| 2972 | 2026-02-23T23:58:23.337Z | Compiling proc-macro-error v1.0.4 |
| 2973 | 2026-02-23T23:58:23.452Z | Compiling textwrap v0.16.2 |
| 2974 | 2026-02-23T23:58:23.720Z | Compiling camino-tempfile v1.4.1 |
| 2975 | 2026-02-23T23:58:24.092Z | Compiling tabled_derive v0.7.0 |
| 2976 | 2026-02-23T23:58:25.510Z | Compiling serde_derive v1.0.228 |
| 2977 | 2026-02-23T23:58:25.730Z | Compiling thiserror-impl v2.0.18 |
| 2978 | 2026-02-23T23:58:25.768Z | Compiling zerofrom-derive v0.1.4 |
| 2979 | 2026-02-23T23:58:25.857Z | Compiling yoke-derive v0.7.4 |
| 2980 | 2026-02-23T23:58:25.937Z | Compiling zerovec-derive v0.10.3 |
| 2981 | 2026-02-23T23:58:28.228Z | Compiling displaydoc v0.2.5 |
| 2982 | 2026-02-23T23:58:28.372Z | Compiling thiserror-impl v1.0.69 |
| 2983 | 2026-02-23T23:58:28.571Z | Compiling thiserror v2.0.18 |
| 2984 | 2026-02-23T23:58:28.601Z | Compiling zerofrom v0.1.4 |
| 2985 | 2026-02-23T23:58:28.782Z | Compiling pest v2.8.2 |
| 2986 | 2026-02-23T23:58:28.885Z | Compiling yoke v0.7.4 |
| 2987 | 2026-02-23T23:58:29.371Z | Compiling zerovec v0.10.4 |
| 2988 | 2026-02-23T23:58:29.760Z | Compiling icu_provider_macros v1.5.0 |
| 2989 | 2026-02-23T23:58:30.880Z | Compiling zerocopy-derive v0.7.35 |
| 2990 | 2026-02-23T23:58:31.103Z | Compiling thiserror v1.0.69 |
| 2991 | 2026-02-23T23:58:31.539Z | Compiling pest_meta v2.8.2 |
| 2992 | 2026-02-23T23:58:31.863Z | Compiling tinystr v0.7.6 |
| 2993 | 2026-02-23T23:58:32.354Z | Compiling icu_locid v1.5.0 |
| 2994 | 2026-02-23T23:58:32.572Z | Compiling icu_collections v1.5.0 |
| 2995 | 2026-02-23T23:58:34.051Z | Compiling icu_provider v1.5.0 |
| 2996 | 2026-02-23T23:58:34.136Z | Compiling pest_generator v2.8.2 |
| 2997 | 2026-02-23T23:58:35.083Z | Compiling icu_locid_transform v1.5.0 |
| 2998 | 2026-02-23T23:58:35.343Z | Compiling serde_spanned v0.6.9 |
| 2999 | 2026-02-23T23:58:35.685Z | Compiling toml_datetime v0.6.11 |
| 3000 | 2026-02-23T23:58:35.856Z | Compiling pest_derive v2.8.2 |
| 3001 | 2026-02-23T23:58:36.368Z | Compiling zerocopy v0.7.35 |
| 3002 | 2026-02-23T23:58:36.593Z | Compiling scroll_derive v0.12.0 |
| 3003 | 2026-02-23T23:58:36.739Z | Compiling icu_properties v1.5.1 |
| 3004 | 2026-02-23T23:58:37.830Z | Compiling dof v0.3.0 |
| 3005 | 2026-02-23T23:58:38.071Z | Compiling scroll v0.12.0 |
| 3006 | 2026-02-23T23:58:38.306Z | Compiling dtrace-parser v0.2.0 |
| 3007 | 2026-02-23T23:58:38.771Z | Compiling toml_edit v0.22.27 |
| 3008 | 2026-02-23T23:58:39.024Z | Compiling goblin v0.8.2 |
| 3009 | 2026-02-23T23:58:40.025Z | Compiling serde_tokenstream v0.2.2 |
| 3010 | 2026-02-23T23:58:40.722Z | Compiling erased-serde v0.4.6 |
| 3011 | 2026-02-23T23:58:41.178Z | Compiling icu_normalizer v1.5.0 |
| 3012 | 2026-02-23T23:58:42.350Z | Compiling idna_adapter v1.2.0 |
| 3013 | 2026-02-23T23:58:42.658Z | Compiling idna v1.0.3 |
| 3014 | 2026-02-23T23:58:43.436Z | Compiling toml v0.8.23 |
| 3015 | 2026-02-23T23:58:47.967Z | Compiling url v2.5.4 |
| 3016 | 2026-02-23T23:58:49.150Z | Compiling serde-untagged v0.1.7 |
| 3017 | 2026-02-23T23:58:49.979Z | Compiling serde-value v0.7.0 |
| 3018 | 2026-02-23T23:58:51.601Z | Compiling cargo-util-schemas v0.8.2 |
| 3019 | 2026-02-23T23:58:52.700Z | Compiling usdt-attr-macro v0.5.0 |
| 3020 | 2026-02-23T23:58:52.897Z | Compiling usdt-macro v0.5.0 |
| 3021 | 2026-02-23T23:58:52.936Z | Compiling cargo-platform v0.2.0 |
| 3022 | 2026-02-23T23:58:54.005Z | Compiling clap_derive v4.5.47 |
| 3023 | 2026-02-23T23:58:54.093Z | Compiling usdt v0.5.0 |
| 3024 | 2026-02-23T23:58:54.137Z | Compiling cargo_toml v0.21.0 |
| 3025 | 2026-02-23T23:58:55.440Z | Compiling cargo_metadata v0.21.0 |
| 3026 | 2026-02-23T23:58:55.996Z | Compiling macaddr v1.0.1 |
| 3027 | 2026-02-23T23:58:56.279Z | Compiling tabled v0.15.0 |
| 3028 | 2026-02-23T23:58:58.072Z | Compiling clap v4.5.48 |
| 3029 | 2026-02-23T23:59:05.954Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3030 | 2026-02-23T23:59:11.856Z | Finished `release` profile [optimized] target(s) in 56.89s |
| 3031 | 2026-02-23T23:59:12.002Z | |
| 3032 | 2026-02-23T23:59:12.005Z | real 57.067263550 |
| 3033 | 2026-02-23T23:59:12.005Z | user 6:22.211452448 |
| 3034 | 2026-02-23T23:59:12.006Z | sys 30.166037954 |
| 3035 | 2026-02-23T23:59:12.006Z | trap 0.205935429 |
| 3036 | 2026-02-23T23:59:12.006Z | tflt 0.278276802 |
| 3037 | 2026-02-23T23:59:12.006Z | dflt 0.414972287 |
| 3038 | 2026-02-23T23:59:12.006Z | kflt 0.000004859 |
| 3039 | 2026-02-23T23:59:12.006Z | lock 16:42.985808477 |
| 3040 | 2026-02-23T23:59:12.006Z | slp 19:28.504603496 |
| 3041 | 2026-02-23T23:59:12.006Z | lat 26.408539973 |
| 3042 | 2026-02-23T23:59:12.006Z | stop 34.000184236 |
| 3043 | 2026-02-23T23:59:12.006Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3044 | 2026-02-23T23:59:12.006Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3045 | 2026-02-23T23:59:12.006Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3046 | 2026-02-23T23:59:12.006Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3047 | 2026-02-23T23:59:12.006Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3048 | 2026-02-23T23:59:13.360Z | Compiling regress v0.10.4 |
| 3049 | 2026-02-23T23:59:13.530Z | Compiling unsafe-libyaml v0.2.11 |
| 3050 | 2026-02-23T23:59:13.533Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3051 | 2026-02-23T23:59:13.533Z | Compiling match_cfg v0.1.0 |
| 3052 | 2026-02-23T23:59:13.582Z | Compiling structmeta-derive v0.3.0 |
| 3053 | 2026-02-23T23:59:13.585Z | Compiling rustls v0.22.4 |
| 3054 | 2026-02-23T23:59:13.603Z | Compiling newtype-uuid-macros v0.1.0 |
| 3055 | 2026-02-23T23:59:13.606Z | Compiling multer v3.1.0 |
| 3056 | 2026-02-23T23:59:13.671Z | Compiling hostname v0.3.1 |
| 3057 | 2026-02-23T23:59:13.922Z | Compiling debug-ignore v1.0.5 |
| 3058 | 2026-02-23T23:59:14.077Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 3059 | 2026-02-23T23:59:14.103Z | Compiling progenitor-client v0.10.0 |
| 3060 | 2026-02-23T23:59:14.127Z | Compiling slog-json v2.6.1 |
| 3061 | 2026-02-23T23:59:14.514Z | Compiling async-stream-impl v0.3.6 |
| 3062 | 2026-02-23T23:59:14.697Z | Compiling serde_spanned v1.0.4 |
| 3063 | 2026-02-23T23:59:15.016Z | Compiling serde_yaml v0.9.34+deprecated |
| 3064 | 2026-02-23T23:59:15.240Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3065 | 2026-02-23T23:59:15.331Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3066 | 2026-02-23T23:59:15.474Z | Compiling dropshot v0.16.7 |
| 3067 | 2026-02-23T23:59:15.835Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3068 | 2026-02-23T23:59:15.900Z | Compiling async-stream v0.3.6 |
| 3069 | 2026-02-23T23:59:15.991Z | Compiling slog-bunyan v2.5.0 |
| 3070 | 2026-02-23T23:59:16.028Z | Compiling structmeta v0.3.0 |
| 3071 | 2026-02-23T23:59:16.260Z | Compiling toml v0.9.11+spec-1.1.0 |
| 3072 | 2026-02-23T23:59:16.321Z | Compiling waitgroup v0.1.2 |
| 3073 | 2026-02-23T23:59:16.499Z | Compiling rustls-pemfile v2.2.0 |
| 3074 | 2026-02-23T23:59:16.576Z | Compiling dropshot_endpoint v0.16.7 |
| 3075 | 2026-02-23T23:59:16.890Z | Compiling itertools v0.14.0 |
| 3076 | 2026-02-23T23:59:16.913Z | Compiling hostname v0.4.2 |
| 3077 | 2026-02-23T23:59:17.196Z | Compiling typify-impl v0.4.3 |
| 3078 | 2026-02-23T23:59:17.379Z | Compiling serde_path_to_error v0.1.20 |
| 3079 | 2026-02-23T23:59:18.263Z | Compiling derive-ex v0.1.8 |
| 3080 | 2026-02-23T23:59:18.795Z | Compiling tokio-rustls v0.25.0 |
| 3081 | 2026-02-23T23:59:19.292Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 3082 | 2026-02-23T23:59:19.582Z | Compiling macaddr v1.0.1 |
| 3083 | 2026-02-23T23:59:19.632Z | Compiling tabwriter v1.4.0 |
| 3084 | 2026-02-23T23:59:20.093Z | Compiling instant v0.1.13 |
| 3085 | 2026-02-23T23:59:20.121Z | Compiling progenitor-client v0.11.2 |
| 3086 | 2026-02-23T23:59:20.147Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3087 | 2026-02-23T23:59:20.300Z | Compiling parse-display-derive v0.10.0 |
| 3088 | 2026-02-23T23:59:20.820Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3089 | 2026-02-23T23:59:21.030Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3090 | 2026-02-23T23:59:21.310Z | Compiling colored v3.0.0 |
| 3091 | 2026-02-23T23:59:21.652Z | Compiling backoff v0.4.0 |
| 3092 | 2026-02-23T23:59:21.697Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3093 | 2026-02-23T23:59:22.080Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3094 | 2026-02-23T23:59:22.174Z | Compiling proc-macro-crate v1.3.1 |
| 3095 | 2026-02-23T23:59:22.578Z | Compiling crucible-workspace-hack v0.1.0 |
| 3096 | 2026-02-23T23:59:22.682Z | Compiling proc-macro-error v1.0.4 |
| 3097 | 2026-02-23T23:59:22.710Z | Compiling test-strategy v0.4.3 |
| 3098 | 2026-02-23T23:59:23.004Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3099 | 2026-02-23T23:59:23.186Z | Compiling num_enum_derive v0.5.11 |
| 3100 | 2026-02-23T23:59:23.396Z | Compiling heapless v0.8.0 |
| 3101 | 2026-02-23T23:59:23.665Z | Compiling ingot-macros v0.1.1 |
| 3102 | 2026-02-23T23:59:24.354Z | Compiling hash32 v0.3.1 |
| 3103 | 2026-02-23T23:59:24.416Z | Compiling parse-display v0.10.0 |
| 3104 | 2026-02-23T23:59:24.453Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3105 | 2026-02-23T23:59:24.677Z | Compiling smoltcp v0.11.0 |
| 3106 | 2026-02-23T23:59:25.080Z | Compiling foreign-types-macros v0.2.3 |
| 3107 | 2026-02-23T23:59:25.494Z | Compiling cobs v0.2.3 |
| 3108 | 2026-02-23T23:59:25.588Z | Compiling num_enum v0.5.11 |
| 3109 | 2026-02-23T23:59:25.885Z | Compiling foreign-types-shared v0.3.1 |
| 3110 | 2026-02-23T23:59:25.913Z | Compiling postcard v1.0.10 |
| 3111 | 2026-02-23T23:59:26.465Z | Compiling foreign-types v0.5.0 |
| 3112 | 2026-02-23T23:59:26.554Z | Compiling nix v0.30.1 |
| 3113 | 2026-02-23T23:59:26.619Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3114 | 2026-02-23T23:59:26.623Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3115 | 2026-02-23T23:59:26.669Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3116 | 2026-02-23T23:59:27.400Z | Compiling secrecy v0.10.3 |
| 3117 | 2026-02-23T23:59:27.478Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3118 | 2026-02-23T23:59:27.563Z | Compiling cstr-argument v0.1.2 |
| 3119 | 2026-02-23T23:59:27.732Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 3120 | 2026-02-23T23:59:27.884Z | Compiling pretty-hex v0.2.1 |
| 3121 | 2026-02-23T23:59:27.911Z | Compiling rayon-core v1.12.1 |
| 3122 | 2026-02-23T23:59:28.059Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3123 | 2026-02-23T23:59:28.132Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3124 | 2026-02-23T23:59:28.159Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3125 | 2026-02-23T23:59:28.414Z | Compiling crossbeam-deque v0.8.5 |
| 3126 | 2026-02-23T23:59:28.444Z | Compiling colored v2.2.0 |
| 3127 | 2026-02-23T23:59:28.609Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3128 | 2026-02-23T23:59:29.550Z | Compiling typify-macro v0.4.3 |
| 3129 | 2026-02-23T23:59:29.590Z | Compiling camino-tempfile v1.4.1 |
| 3130 | 2026-02-23T23:59:30.095Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3131 | 2026-02-23T23:59:30.376Z | Compiling rayon v1.10.0 |
| 3132 | 2026-02-23T23:59:30.620Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3133 | 2026-02-23T23:59:30.835Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3134 | 2026-02-23T23:59:30.863Z | Compiling ingot-types v0.1.2 |
| 3135 | 2026-02-23T23:59:30.931Z | Compiling zone_cfg_derive v0.3.0 |
| 3136 | 2026-02-23T23:59:31.533Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3137 | 2026-02-23T23:59:31.815Z | Compiling ingot v0.1.1 |
| 3138 | 2026-02-23T23:59:31.837Z | Compiling smf v0.2.3 |
| 3139 | 2026-02-23T23:59:31.991Z | Compiling num-derive v0.4.2 |
| 3140 | 2026-02-23T23:59:32.394Z | Compiling sigpipe v0.1.3 |
| 3141 | 2026-02-23T23:59:32.575Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3142 | 2026-02-23T23:59:33.011Z | Compiling zone v0.3.1 |
| 3143 | 2026-02-23T23:59:33.080Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3144 | 2026-02-23T23:59:33.617Z | Compiling toml v0.8.23 |
| 3145 | 2026-02-23T23:59:33.644Z | Compiling convert_case v0.4.0 |
| 3146 | 2026-02-23T23:59:33.781Z | Compiling typify v0.4.3 |
| 3147 | 2026-02-23T23:59:34.001Z | Compiling progenitor-impl v0.11.2 |
| 3148 | 2026-02-23T23:59:34.295Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3149 | 2026-02-23T23:59:34.526Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3150 | 2026-02-23T23:59:34.554Z | Compiling derive_more v0.99.20 |
| 3151 | 2026-02-23T23:59:34.789Z | Compiling universal-hash v0.5.1 |
| 3152 | 2026-02-23T23:59:35.072Z | Compiling opaque-debug v0.3.1 |
| 3153 | 2026-02-23T23:59:35.130Z | Compiling half v2.4.1 |
| 3154 | 2026-02-23T23:59:35.172Z | Compiling ciborium-io v0.2.2 |
| 3155 | 2026-02-23T23:59:35.197Z | Compiling aead v0.5.2 |
| 3156 | 2026-02-23T23:59:35.221Z | Compiling poly1305 v0.8.0 |
| 3157 | 2026-02-23T23:59:35.343Z | Compiling progenitor-impl v0.10.0 |
| 3158 | 2026-02-23T23:59:35.608Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3159 | 2026-02-23T23:59:35.784Z | Compiling ciborium-ll v0.2.2 |
| 3160 | 2026-02-23T23:59:35.915Z | Compiling chacha20 v0.9.1 |
| 3161 | 2026-02-23T23:59:35.949Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3162 | 2026-02-23T23:59:36.253Z | Compiling ciborium v0.2.2 |
| 3163 | 2026-02-23T23:59:36.464Z | Compiling num-rational v0.4.2 |
| 3164 | 2026-02-23T23:59:36.978Z | Compiling password-hash v0.5.0 |
| 3165 | 2026-02-23T23:59:37.107Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3166 | 2026-02-23T23:59:37.663Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3167 | 2026-02-23T23:59:38.045Z | Compiling blake2 v0.10.6 |
| 3168 | 2026-02-23T23:59:38.394Z | Compiling num-complex v0.4.6 |
| 3169 | 2026-02-23T23:59:38.398Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3170 | 2026-02-23T23:59:39.004Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3171 | 2026-02-23T23:59:39.386Z | Compiling num v0.4.3 |
| 3172 | 2026-02-23T23:59:39.481Z | Compiling argon2 v0.5.3 |
| 3173 | 2026-02-23T23:59:39.549Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3174 | 2026-02-23T23:59:39.986Z | Compiling thiserror-no-std v2.0.2 |
| 3175 | 2026-02-23T23:59:40.178Z | Compiling float-ord v0.3.2 |
| 3176 | 2026-02-23T23:59:40.428Z | Compiling indent_write v2.2.0 |
| 3177 | 2026-02-23T23:59:40.714Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3178 | 2026-02-23T23:59:41.021Z | Compiling progenitor-macro v0.11.2 |
| 3179 | 2026-02-23T23:59:41.257Z | Compiling vsss-rs v3.3.4 |
| 3180 | 2026-02-23T23:59:41.288Z | Compiling chacha20poly1305 v0.10.1 |
| 3181 | 2026-02-23T23:59:41.593Z | Compiling gethostname v0.5.0 |
| 3182 | 2026-02-23T23:59:41.844Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3183 | 2026-02-23T23:59:42.252Z | Compiling usdt-macro v0.5.0 |
| 3184 | 2026-02-23T23:59:42.365Z | Compiling progenitor-macro v0.10.0 |
| 3185 | 2026-02-23T23:59:42.511Z | Compiling usdt-attr-macro v0.5.0 |
| 3186 | 2026-02-23T23:59:43.673Z | Compiling derive-where v1.5.0 |
| 3187 | 2026-02-23T23:59:43.808Z | Compiling owo-colors v4.2.3 |
| 3188 | 2026-02-23T23:59:44.172Z | Compiling usdt v0.5.0 |
| 3189 | 2026-02-23T23:59:44.200Z | Compiling cancel-safe-futures v0.1.5 |
| 3190 | 2026-02-23T23:59:44.617Z | Compiling console v0.15.10 |
| 3191 | 2026-02-23T23:59:44.689Z | Compiling resolv-conf v0.7.0 |
| 3192 | 2026-02-23T23:59:44.725Z | Compiling libsw-core v0.3.1 |
| 3193 | 2026-02-23T23:59:44.813Z | Compiling async-recursion v1.1.1 |
| 3194 | 2026-02-23T23:59:45.074Z | Compiling libsw v3.5.0 |
| 3195 | 2026-02-23T23:59:45.642Z | Compiling libefi-sys v0.1.0 |
| 3196 | 2026-02-23T23:59:46.065Z | Compiling linear-map v1.2.0 |
| 3197 | 2026-02-23T23:59:46.131Z | Compiling hickory-proto v0.24.4 |
| 3198 | 2026-02-23T23:59:46.160Z | Compiling newline-converter v0.3.0 |
| 3199 | 2026-02-23T23:59:46.396Z | Compiling atomicwrites v0.4.4 |
| 3200 | 2026-02-23T23:59:46.423Z | Compiling bitfield-struct v0.6.2 |
| 3201 | 2026-02-23T23:59:46.478Z | Compiling semver v0.1.20 |
| 3202 | 2026-02-23T23:59:46.833Z | Compiling linked-hash-map v0.5.6 |
| 3203 | 2026-02-23T23:59:46.938Z | Compiling rustc_version v0.1.7 |
| 3204 | 2026-02-23T23:59:47.110Z | Compiling expectorate v1.2.0 |
| 3205 | 2026-02-23T23:59:47.255Z | Compiling lru-cache v0.1.2 |
| 3206 | 2026-02-23T23:59:47.424Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3207 | 2026-02-23T23:59:47.493Z | Compiling pin-project-internal v1.1.6 |
| 3208 | 2026-02-23T23:59:47.592Z | Compiling slog-dtrace v0.3.0 |
| 3209 | 2026-02-23T23:59:47.876Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3210 | 2026-02-23T23:59:47.911Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3211 | 2026-02-23T23:59:48.003Z | Compiling siphasher v1.0.1 |
| 3212 | 2026-02-23T23:59:48.179Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3213 | 2026-02-23T23:59:48.455Z | Compiling phf_shared v0.12.1 |
| 3214 | 2026-02-23T23:59:48.608Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3215 | 2026-02-23T23:59:48.658Z | Compiling newtype_derive v0.1.6 |
| 3216 | 2026-02-23T23:59:48.848Z | Compiling tokio-dtrace v0.1.0 |
| 3217 | 2026-02-23T23:59:49.081Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3218 | 2026-02-23T23:59:49.357Z | Compiling dropshot-api-manager-types v0.3.0 |
| 3219 | 2026-02-23T23:59:49.502Z | Compiling pem v3.0.5 |
| 3220 | 2026-02-23T23:59:50.027Z | Compiling snafu-derive v0.8.5 |
| 3221 | 2026-02-23T23:59:50.218Z | Compiling csv-core v0.1.11 |
| 3222 | 2026-02-23T23:59:50.248Z | Compiling pin-project v1.1.6 |
| 3223 | 2026-02-23T23:59:50.273Z | Compiling base64 v0.21.7 |
| 3224 | 2026-02-23T23:59:50.433Z | Compiling highway v1.3.0 |
| 3225 | 2026-02-23T23:59:50.829Z | Compiling same-file v1.0.6 |
| 3226 | 2026-02-23T23:59:51.030Z | Compiling xshell-macros v0.2.7 |
| 3227 | 2026-02-23T23:59:51.183Z | Compiling chrono-tz v0.10.4 |
| 3228 | 2026-02-23T23:59:51.324Z | Compiling hickory-resolver v0.24.4 |
| 3229 | 2026-02-23T23:59:51.376Z | Compiling const_format_proc_macros v0.2.34 |
| 3230 | 2026-02-23T23:59:51.600Z | Compiling walkdir v2.5.0 |
| 3231 | 2026-02-23T23:59:51.819Z | Compiling xshell v0.2.7 |
| 3232 | 2026-02-23T23:59:52.296Z | Compiling csv v1.3.1 |
| 3233 | 2026-02-23T23:59:52.958Z | Compiling oxide-tokio-rt v0.1.2 |
| 3234 | 2026-02-23T23:59:53.398Z | Compiling phf v0.12.1 |
| 3235 | 2026-02-23T23:59:53.539Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3236 | 2026-02-23T23:59:53.721Z | Compiling qorb v0.4.1 |
| 3237 | 2026-02-23T23:59:53.854Z | Compiling progenitor v0.11.2 |
| 3238 | 2026-02-23T23:59:54.039Z | Compiling globset v0.4.15 |
| 3239 | 2026-02-23T23:59:54.080Z | Compiling olpc-cjson v0.1.4 |
| 3240 | 2026-02-23T23:59:54.124Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3241 | 2026-02-23T23:59:54.420Z | Compiling primeorder v0.13.6 |
| 3242 | 2026-02-23T23:59:54.800Z | Compiling snafu v0.8.5 |
| 3243 | 2026-02-23T23:59:54.983Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3244 | 2026-02-23T23:59:55.491Z | Compiling progenitor v0.10.0 |
| 3245 | 2026-02-23T23:59:55.601Z | Compiling serde_plain v1.0.2 |
| 3246 | 2026-02-23T23:59:55.635Z | Compiling typed-path v0.9.3 |
| 3247 | 2026-02-23T23:59:56.162Z | Compiling const_format v0.2.34 |
| 3248 | 2026-02-23T23:59:56.255Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3249 | 2026-02-23T23:59:56.896Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3250 | 2026-02-23T23:59:56.923Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3251 | 2026-02-23T23:59:58.239Z | Compiling tough v0.20.0 |
| 3252 | 2026-02-23T23:59:58.267Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3253 | 2026-02-23T23:59:58.452Z | Compiling tabled_derive v0.7.0 |
| 3254 | 2026-02-23T23:59:58.600Z | Compiling bcs v0.1.6 |
| 3255 | 2026-02-23T23:59:58.696Z | Compiling utf-8 v0.7.6 |
| 3256 | 2026-02-23T23:59:58.976Z | Compiling salty v0.3.0 |
| 3257 | 2026-02-23T23:59:59.057Z | Compiling termtree v0.5.1 |
| 3258 | 2026-02-23T23:59:59.277Z | Compiling radium v0.7.0 |
| 3259 | 2026-02-23T23:59:59.388Z | Compiling textwrap v0.16.2 |
| 3260 | 2026-02-23T23:59:59.506Z | Compiling tungstenite v0.21.0 |
| 3261 | 2026-02-23T23:59:59.791Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3262 | 2026-02-23T23:59:59.863Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3263 | 2026-02-24T00:00:00.260Z | Compiling steno v0.4.1 |
| 3264 | 2026-02-24T00:00:00.440Z | Compiling typify-impl v0.2.0 |
| 3265 | 2026-02-24T00:00:00.659Z | Compiling tabled v0.15.0 |
| 3266 | 2026-02-24T00:00:01.505Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3267 | 2026-02-24T00:00:01.775Z | Compiling moka v0.12.10 |
| 3268 | 2026-02-24T00:00:02.180Z | Compiling humantime v2.2.0 |
| 3269 | 2026-02-24T00:00:02.725Z | Compiling maybe-uninit v2.0.0 |
| 3270 | 2026-02-24T00:00:03.327Z | Compiling tap v1.0.1 |
| 3271 | 2026-02-24T00:00:03.576Z | Compiling wyz v0.5.1 |
| 3272 | 2026-02-24T00:00:04.056Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3273 | 2026-02-24T00:00:06.812Z | Compiling tokio-tungstenite v0.21.0 |
| 3274 | 2026-02-24T00:00:07.350Z | Compiling p384 v0.13.1 |
| 3275 | 2026-02-24T00:00:07.452Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3276 | 2026-02-24T00:00:07.675Z | Compiling arc-swap v1.7.1 |
| 3277 | 2026-02-24T00:00:07.854Z | Compiling funty v2.0.0 |
| 3278 | 2026-02-24T00:00:08.053Z | Compiling tagptr v0.2.0 |
| 3279 | 2026-02-24T00:00:08.305Z | Compiling packed_struct v0.10.1 |
| 3280 | 2026-02-24T00:00:08.392Z | Compiling slog-scope v4.4.0 |
| 3281 | 2026-02-24T00:00:08.819Z | Compiling bitvec v1.0.1 |
| 3282 | 2026-02-24T00:00:08.888Z | Compiling polyval v0.6.2 |
| 3283 | 2026-02-24T00:00:08.936Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3284 | 2026-02-24T00:00:09.349Z | Compiling packed_struct_codegen v0.10.1 |
| 3285 | 2026-02-24T00:00:09.475Z | Compiling bitfield-macros v0.19.2 |
| 3286 | 2026-02-24T00:00:09.641Z | Compiling zerocopy-derive v0.6.6 |
| 3287 | 2026-02-24T00:00:10.179Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3288 | 2026-02-24T00:00:11.093Z | Compiling indexmap v1.9.3 |
| 3289 | 2026-02-24T00:00:11.147Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3290 | 2026-02-24T00:00:11.504Z | Compiling nodrop v0.1.14 |
| 3291 | 2026-02-24T00:00:11.573Z | Compiling crc-catalog v2.4.0 |
| 3292 | 2026-02-24T00:00:11.696Z | Compiling parking_lot_core v0.8.6 |
| 3293 | 2026-02-24T00:00:11.724Z | Compiling zerocopy v0.6.6 |
| 3294 | 2026-02-24T00:00:11.769Z | Compiling crc v3.2.1 |
| 3295 | 2026-02-24T00:00:12.068Z | Compiling array-init v0.0.4 |
| 3296 | 2026-02-24T00:00:12.197Z | Compiling typify-macro v0.2.0 |
| 3297 | 2026-02-24T00:00:12.339Z | Compiling bitfield v0.19.2 |
| 3298 | 2026-02-24T00:00:12.377Z | Compiling proc-macro-error2 v2.0.1 |
| 3299 | 2026-02-24T00:00:12.557Z | Compiling hickory-resolver v0.25.2 |
| 3300 | 2026-02-24T00:00:12.596Z | Compiling ghash v0.5.1 |
| 3301 | 2026-02-24T00:00:12.844Z | Compiling smallvec v0.6.14 |
| 3302 | 2026-02-24T00:00:12.907Z | Compiling slog-stdlog v4.1.1 |
| 3303 | 2026-02-24T00:00:13.050Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3304 | 2026-02-24T00:00:13.077Z | Compiling ctr v0.9.2 |
| 3305 | 2026-02-24T00:00:13.293Z | Compiling num-derive v0.3.3 |
| 3306 | 2026-02-24T00:00:13.345Z | Compiling lzma-sys v0.1.20 |
| 3307 | 2026-02-24T00:00:13.504Z | Compiling unicase v2.8.1 |
| 3308 | 2026-02-24T00:00:13.980Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3309 | 2026-02-24T00:00:14.058Z | Compiling hashbrown v0.12.3 |
| 3310 | 2026-02-24T00:00:14.269Z | Compiling mime_guess v2.0.5 |
| 3311 | 2026-02-24T00:00:14.443Z | Compiling aes-gcm v0.10.3 |
| 3312 | 2026-02-24T00:00:14.875Z | Compiling serde-hex v0.1.0 |
| 3313 | 2026-02-24T00:00:15.577Z | Compiling slog-envlogger v2.2.0 |
| 3314 | 2026-02-24T00:00:15.635Z | Compiling libscf-sys v1.1.0 |
| 3315 | 2026-02-24T00:00:15.993Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 3316 | 2026-02-24T00:00:16.234Z | Compiling tabled_derive v0.11.0 |
| 3317 | 2026-02-24T00:00:16.383Z | Compiling typify v0.2.0 |
| 3318 | 2026-02-24T00:00:16.466Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3319 | 2026-02-24T00:00:16.629Z | Compiling progenitor-impl v0.8.0 |
| 3320 | 2026-02-24T00:00:16.911Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3321 | 2026-02-24T00:00:17.406Z | Compiling ron v0.8.1 |
| 3322 | 2026-02-24T00:00:17.531Z | Compiling papergrid v0.17.0 |
| 3323 | 2026-02-24T00:00:18.144Z | Compiling testing_table v0.3.0 |
| 3324 | 2026-02-24T00:00:18.471Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3325 | 2026-02-24T00:00:19.684Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3326 | 2026-02-24T00:00:19.736Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3327 | 2026-02-24T00:00:19.835Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3328 | 2026-02-24T00:00:20.861Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3329 | 2026-02-24T00:00:21.044Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3330 | 2026-02-24T00:00:21.921Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3331 | 2026-02-24T00:00:22.006Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3332 | 2026-02-24T00:00:23.876Z | Compiling progenitor-macro v0.8.0 |
| 3333 | 2026-02-24T00:00:24.218Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3334 | 2026-02-24T00:00:24.702Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3335 | 2026-02-24T00:00:25.467Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3336 | 2026-02-24T00:00:25.774Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3337 | 2026-02-24T00:00:25.972Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3338 | 2026-02-24T00:00:27.454Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3339 | 2026-02-24T00:00:27.824Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3340 | 2026-02-24T00:00:28.324Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3341 | 2026-02-24T00:00:28.702Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3342 | 2026-02-24T00:00:28.732Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3343 | 2026-02-24T00:00:28.764Z | Compiling hashbrown v0.13.2 |
| 3344 | 2026-02-24T00:00:28.958Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3345 | 2026-02-24T00:00:29.874Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3346 | 2026-02-24T00:00:30.558Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3347 | 2026-02-24T00:00:31.477Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3348 | 2026-02-24T00:00:32.072Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3349 | 2026-02-24T00:00:32.369Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3350 | 2026-02-24T00:00:32.457Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3351 | 2026-02-24T00:00:34.507Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3352 | 2026-02-24T00:00:34.706Z | Compiling heck v0.3.3 |
| 3353 | 2026-02-24T00:00:35.104Z | Compiling progenitor-client v0.8.0 |
| 3354 | 2026-02-24T00:00:35.315Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3355 | 2026-02-24T00:00:35.623Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3356 | 2026-02-24T00:00:36.117Z | Compiling ssh-encoding v0.2.0 |
| 3357 | 2026-02-24T00:00:36.713Z | Compiling blowfish v0.9.1 |
| 3358 | 2026-02-24T00:00:36.739Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3359 | 2026-02-24T00:00:37.219Z | Compiling nibble_vec v0.1.0 |
| 3360 | 2026-02-24T00:00:37.437Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3361 | 2026-02-24T00:00:37.477Z | Compiling corncobs v0.1.4 |
| 3362 | 2026-02-24T00:00:37.507Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3363 | 2026-02-24T00:00:37.815Z | Compiling endian-type v0.1.2 |
| 3364 | 2026-02-24T00:00:37.836Z | Compiling crc-any v2.5.0 |
| 3365 | 2026-02-24T00:00:38.020Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3366 | 2026-02-24T00:00:38.080Z | Compiling radix_trie v0.2.1 |
| 3367 | 2026-02-24T00:00:38.214Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3368 | 2026-02-24T00:00:38.355Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 3369 | 2026-02-24T00:00:38.733Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3370 | 2026-02-24T00:00:38.760Z | Compiling progenitor v0.8.0 |
| 3371 | 2026-02-24T00:00:38.874Z | Compiling ssh-cipher v0.2.0 |
| 3372 | 2026-02-24T00:00:39.078Z | Compiling zone_cfg_derive v0.1.2 |
| 3373 | 2026-02-24T00:00:39.385Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3374 | 2026-02-24T00:00:40.226Z | Compiling object v0.30.4 |
| 3375 | 2026-02-24T00:00:40.526Z | Compiling tabled v0.20.0 |
| 3376 | 2026-02-24T00:00:43.320Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3377 | 2026-02-24T00:00:44.016Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3378 | 2026-02-24T00:00:46.653Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3379 | 2026-02-24T00:00:48.334Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3380 | 2026-02-24T00:00:49.368Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3381 | 2026-02-24T00:00:51.168Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3382 | 2026-02-24T00:00:51.669Z | Compiling parking_lot v0.11.2 |
| 3383 | 2026-02-24T00:00:52.530Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3384 | 2026-02-24T00:00:53.419Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3385 | 2026-02-24T00:00:53.422Z | Compiling prefix-trie v0.7.0 |
| 3386 | 2026-02-24T00:00:53.607Z | Compiling password-hash v0.4.2 |
| 3387 | 2026-02-24T00:00:53.761Z | Compiling fxhash v0.2.1 |
| 3388 | 2026-02-24T00:00:53.885Z | Compiling secrecy v0.8.0 |
| 3389 | 2026-02-24T00:00:54.042Z | Compiling number_prefix v0.4.0 |
| 3390 | 2026-02-24T00:00:54.206Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3391 | 2026-02-24T00:00:54.334Z | Compiling half v1.8.3 |
| 3392 | 2026-02-24T00:00:54.364Z | Compiling path-slash v0.1.5 |
| 3393 | 2026-02-24T00:00:54.490Z | Compiling base64 v0.13.1 |
| 3394 | 2026-02-24T00:00:54.647Z | Compiling http-range v0.1.5 |
| 3395 | 2026-02-24T00:00:55.010Z | Compiling ron v0.7.1 |
| 3396 | 2026-02-24T00:00:55.050Z | Compiling serde_cbor v0.11.2 |
| 3397 | 2026-02-24T00:00:55.122Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3398 | 2026-02-24T00:00:56.589Z | Compiling indicatif v0.17.11 |
| 3399 | 2026-02-24T00:00:57.269Z | Compiling hickory-server v0.25.2 |
| 3400 | 2026-02-24T00:00:58.292Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3401 | 2026-02-24T00:00:58.796Z | Compiling pbkdf2 v0.11.0 |
| 3402 | 2026-02-24T00:00:59.259Z | Compiling sled v0.34.7 |
| 3403 | 2026-02-24T00:01:01.313Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3404 | 2026-02-24T00:01:01.475Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3405 | 2026-02-24T00:01:01.645Z | Compiling xz2 v0.1.7 |
| 3406 | 2026-02-24T00:01:02.168Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3407 | 2026-02-24T00:01:02.265Z | Compiling zone v0.1.8 |
| 3408 | 2026-02-24T00:01:02.822Z | Compiling ssh-key v0.6.6 |
| 3409 | 2026-02-24T00:01:03.028Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3410 | 2026-02-24T00:01:03.740Z | Compiling hickory-client v0.25.2 |
| 3411 | 2026-02-24T00:01:04.951Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3412 | 2026-02-24T00:01:04.991Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3413 | 2026-02-24T00:01:06.298Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3414 | 2026-02-24T00:01:06.561Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 3415 | 2026-02-24T00:01:07.053Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3416 | 2026-02-24T00:01:07.184Z | Compiling p521 v0.13.3 |
| 3417 | 2026-02-24T00:01:07.679Z | Compiling p256 v0.13.2 |
| 3418 | 2026-02-24T00:01:07.985Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3419 | 2026-02-24T00:01:08.521Z | Compiling yasna v0.5.2 |
| 3420 | 2026-02-24T00:01:09.112Z | Compiling headers-core v0.3.0 |
| 3421 | 2026-02-24T00:01:09.348Z | Compiling kstat-rs v0.2.4 |
| 3422 | 2026-02-24T00:01:09.378Z | Compiling nanorand v0.7.0 |
| 3423 | 2026-02-24T00:01:09.465Z | Compiling russh-cryptovec v0.7.3 |
| 3424 | 2026-02-24T00:01:09.715Z | Compiling atty v0.2.14 |
| 3425 | 2026-02-24T00:01:09.846Z | Compiling md5 v0.7.0 |
| 3426 | 2026-02-24T00:01:09.930Z | Compiling crc8 v0.1.1 |
| 3427 | 2026-02-24T00:01:09.956Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3428 | 2026-02-24T00:01:10.001Z | Compiling flume v0.11.1 |
| 3429 | 2026-02-24T00:01:10.144Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3430 | 2026-02-24T00:01:10.171Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3431 | 2026-02-24T00:01:10.325Z | Compiling russh-keys v0.45.0 |
| 3432 | 2026-02-24T00:01:10.475Z | Compiling rcgen v0.12.1 |
| 3433 | 2026-02-24T00:01:10.664Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3434 | 2026-02-24T00:01:11.747Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3435 | 2026-02-24T00:01:12.445Z | Compiling headers v0.4.1 |
| 3436 | 2026-02-24T00:01:12.627Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3437 | 2026-02-24T00:01:14.090Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 3438 | 2026-02-24T00:01:14.282Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3439 | 2026-02-24T00:01:15.932Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3440 | 2026-02-24T00:01:16.390Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3441 | 2026-02-24T00:01:21.300Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3442 | 2026-02-24T00:01:21.678Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3443 | 2026-02-24T00:01:21.836Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3444 | 2026-02-24T00:01:24.919Z | Compiling hyper-staticfile v0.10.1 |
| 3445 | 2026-02-24T00:01:26.053Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3446 | 2026-02-24T00:01:28.082Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3447 | 2026-02-24T00:01:28.371Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3448 | 2026-02-24T00:01:28.758Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3449 | 2026-02-24T00:01:29.440Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3450 | 2026-02-24T00:01:29.720Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3451 | 2026-02-24T00:01:30.235Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3452 | 2026-02-24T00:01:30.302Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3453 | 2026-02-24T00:01:30.571Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3454 | 2026-02-24T00:01:31.422Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3455 | 2026-02-24T00:01:31.856Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3456 | 2026-02-24T00:01:32.313Z | Compiling num-bigint v0.4.6 |
| 3457 | 2026-02-24T00:01:32.377Z | Compiling des v0.8.1 |
| 3458 | 2026-02-24T00:01:32.408Z | Compiling subprocess v0.2.9 |
| 3459 | 2026-02-24T00:01:32.787Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3460 | 2026-02-24T00:01:33.023Z | Compiling display-error-chain v0.2.2 |
| 3461 | 2026-02-24T00:01:33.305Z | Compiling hex-literal v0.4.1 |
| 3462 | 2026-02-24T00:01:33.378Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3463 | 2026-02-24T00:01:33.531Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3464 | 2026-02-24T00:01:33.663Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3465 | 2026-02-24T00:01:33.868Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3466 | 2026-02-24T00:01:34.053Z | Compiling internet-checksum v0.2.1 |
| 3467 | 2026-02-24T00:01:36.000Z | Compiling russh v0.45.0 |
| 3468 | 2026-02-24T00:01:38.779Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3469 | 2026-02-24T00:02:18.977Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3470 | 2026-02-24T00:02:52.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 40s |
| 3471 | 2026-02-24T00:02:53.015Z | |
| 3472 | 2026-02-24T00:02:53.021Z | real 3:40.906124066 |
| 3473 | 2026-02-24T00:02:53.021Z | user 20:05.720865834 |
| 3474 | 2026-02-24T00:02:53.021Z | sys 2:42.551190476 |
| 3475 | 2026-02-24T00:02:53.021Z | trap 0.618709536 |
| 3476 | 2026-02-24T00:02:53.021Z | tflt 0.292619541 |
| 3477 | 2026-02-24T00:02:53.021Z | dflt 0.424510421 |
| 3478 | 2026-02-24T00:02:53.022Z | kflt 0.000925891 |
| 3479 | 2026-02-24T00:02:53.022Z | lock 54:50.022632768 |
| 3480 | 2026-02-24T00:02:53.022Z | slp 1:12:42.150468433 |
| 3481 | 2026-02-24T00:02:53.022Z | lat 1:05.439443854 |
| 3482 | 2026-02-24T00:02:53.022Z | stop 2:43.192613145 |
| 3483 | 2026-02-24T00:02:53.022Z | + mkdir tests |
| 3484 | 2026-02-24T00:02:53.022Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3485 | 2026-02-24T00:02:53.030Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3486 | 2026-02-24T00:02:53.062Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3b5a0b3c0af20b7c tests/ |
| 3487 | 2026-02-24T00:02:53.089Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-bcfd75342135c852 tests/ |
| 3488 | 2026-02-24T00:02:53.115Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-67dc9673ff9d894c tests/ |
| 3489 | 2026-02-24T00:02:53.146Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-958238a3118261a6 tests/ |
| 3490 | 2026-02-24T00:02:53.553Z | + 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/*) |
| 3491 | 2026-02-24T00:02:53.561Z | + 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-bcfd75342135c852 tests/commtest-67dc9673ff9d894c tests/dhcp_server-3b5a0b3c0af20b7c tests/end_to_end_tests-958238a3118261a6 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 |
| 3492 | 2026-02-24T00:04:40.647Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3493 | 2026-02-24T00:04:40.647Z | a .github/buildomat/ci-env.sh 1K |
| 3494 | 2026-02-24T00:04:40.647Z | a out/target/test 1K |
| 3495 | 2026-02-24T00:04:40.647Z | a out/npuzone/npuzone 27402K |
| 3496 | 2026-02-24T00:04:40.647Z | a package-manifest.toml 35K |
| 3497 | 2026-02-24T00:04:40.647Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3498 | 2026-02-24T00:04:40.647Z | a target/release/omicron-package 43222K |
| 3499 | 2026-02-24T00:04:40.647Z | a target/release/xtask 11507K |
| 3500 | 2026-02-24T00:04:40.647Z | a target/debug/bootstrap 325121K |
| 3501 | 2026-02-24T00:04:40.647Z | a tests/bootstrap-bcfd75342135c852 31130K |
| 3502 | 2026-02-24T00:04:40.647Z | a tests/commtest-67dc9673ff9d894c 35217K |
| 3503 | 2026-02-24T00:04:40.647Z | a tests/dhcp_server-3b5a0b3c0af20b7c 31130K |
| 3504 | 2026-02-24T00:04:40.647Z | a tests/end_to_end_tests-958238a3118261a6 369501K |
| 3505 | 2026-02-24T00:04:40.647Z | a out/clickhouse.tar.gz 319603K |
| 3506 | 2026-02-24T00:04:40.647Z | a out/clickhouse_keeper.tar.gz 302570K |
| 3507 | 2026-02-24T00:04:40.647Z | a out/clickhouse_server.tar.gz 319602K |
| 3508 | 2026-02-24T00:04:40.647Z | a out/cockroachdb.tar.gz 165165K |
| 3509 | 2026-02-24T00:04:40.647Z | a out/crucible-pantry-zone.tar.gz 41560K |
| 3510 | 2026-02-24T00:04:40.647Z | a out/crucible-utils.tar 17744K |
| 3511 | 2026-02-24T00:04:40.648Z | a out/crucible-zone.tar.gz 55698K |
| 3512 | 2026-02-24T00:04:40.648Z | a out/external-dns.tar.gz 48054K |
| 3513 | 2026-02-24T00:04:40.648Z | a out/internal-dns.tar.gz 48054K |
| 3514 | 2026-02-24T00:04:40.648Z | a out/mg-ddm-gz.tar 86339K |
| 3515 | 2026-02-24T00:04:40.648Z | a out/nexus.tar.gz 211182K |
| 3516 | 2026-02-24T00:04:40.648Z | a out/ntp.tar.gz 28915K |
| 3517 | 2026-02-24T00:04:40.648Z | a out/omicron-gateway-softnpu.tar.gz 27677K |
| 3518 | 2026-02-24T00:04:40.648Z | a out/omicron-sled-agent.tar 195762K |
| 3519 | 2026-02-24T00:04:40.648Z | a out/overlay.tar.gz 3K |
| 3520 | 2026-02-24T00:04:40.648Z | a out/oximeter.tar.gz 64523K |
| 3521 | 2026-02-24T00:04:40.648Z | a out/oxlog.tar 3945K |
| 3522 | 2026-02-24T00:04:40.648Z | a out/probe.tar.gz 3037K |
| 3523 | 2026-02-24T00:04:40.648Z | a out/propolis-server.tar.gz 74633K |
| 3524 | 2026-02-24T00:04:40.648Z | a out/pumpkind-gz.tar 26647K |
| 3525 | 2026-02-24T00:04:40.648Z | a out/switch-softnpu.tar.gz 377327K |
| 3526 | 2026-02-24T00:04:40.651Z | |
| 3527 | 2026-02-24T00:04:40.651Z | real 1:47.070549010 |
| 3528 | 2026-02-24T00:04:40.651Z | user 1:42.386626673 |
| 3529 | 2026-02-24T00:04:40.651Z | sys 6.981928142 |
| 3530 | 2026-02-24T00:04:40.651Z | trap 0.024854557 |
| 3531 | 2026-02-24T00:04:40.651Z | tflt 0.000000000 |
| 3532 | 2026-02-24T00:04:40.651Z | dflt 0.000000000 |
| 3533 | 2026-02-24T00:04:40.651Z | kflt 0.000000000 |
| 3534 | 2026-02-24T00:04:40.651Z | lock 0.000000000 |
| 3535 | 2026-02-24T00:04:40.651Z | slp 1:41.920567802 |
| 3536 | 2026-02-24T00:04:40.651Z | lat 2.821261487 |
| 3537 | 2026-02-24T00:04:40.651Z | stop 0.000570144 |
| 3538 | 2026-02-24T00:04:40.651Z | process exited: duration 2697634 ms, exit code 0 |
| |
| 3539 | 2026-02-24T00:04:40.668Z | found 1 output files |
| 3540 | 2026-02-24T00:04:40.668Z | uploading: /work/package.tar.gz (2417222712 bytes) |
| 3541 | 2026-02-24T00:05:19.442Z | uploaded: /work/package.tar.gz |