|
|
|
| 1 | 2026-03-10T18:02:47.435Z | job assigned to worker 01KKCEK15WKGK8MYJHE9SB83YB [factory aws, i-09a8b065b46e5dceb] (queued for 1 m 2 s) |
| |
| 2 | 2026-03-10T18:02:56.590Z | starting task 0: "setup" |
| 3 | 2026-03-10T18:02:56.595Z | ++ uname -s |
| 4 | 2026-03-10T18:02:56.601Z | + kern=SunOS |
| 5 | 2026-03-10T18:02:56.601Z | + build_user=build |
| 6 | 2026-03-10T18:02:56.601Z | + build_uid=12345 |
| 7 | 2026-03-10T18:02:56.601Z | + work_dir=/work |
| 8 | 2026-03-10T18:02:56.601Z | + input_dir=/input |
| 9 | 2026-03-10T18:02:56.601Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-10T18:02:56.601Z | + case "$kern" in |
| 11 | 2026-03-10T18:02:56.601Z | + groupadd -g 12345 build |
| 12 | 2026-03-10T18:02:56.606Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-10T18:02:58.608Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-10T18:02:58.738Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-10T18:02:58.743Z | + home_fs=zfs |
| 16 | 2026-03-10T18:02:58.743Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-10T18:02:58.743Z | + mkdir -p /home/build |
| 18 | 2026-03-10T18:02:58.746Z | + chown build:build /home/build /work |
| 19 | 2026-03-10T18:02:59.745Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-10T18:02:59.749Z | process exited: duration 3163 ms, exit code 0 |
| |
| 21 | 2026-03-10T18:02:59.754Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-10T18:02:59.759Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-03-10T18:02:59.759Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-03-10T18:02:59.759Z | * rust toolchain channel = "1.91.1" |
| 25 | 2026-03-10T18:02:59.759Z | * rust toolchain profile = "default" |
| 26 | 2026-03-10T18:02:59.760Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-10T18:02:59.760Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-10T18:02:59.762Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-10T18:02:59.762Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-10T18:02:59.895Z | info: downloading installer |
| 31 | 2026-03-10T18:03:01.611Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-10T18:03:01.611Z | warn: /opt/ooce/bin |
| 33 | 2026-03-10T18:03:01.611Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-10T18:03:01.611Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-10T18:03:01.611Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-10T18:03:01.611Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-10T18:03:01.611Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-10T18:03:01.611Z | error: cannot install while Rust is installed |
| 39 | 2026-03-10T18:03:01.611Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-10T18:03:01.633Z | info: profile set to 'default' |
| 41 | 2026-03-10T18:03:01.633Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-10T18:03:01.636Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-03-10T18:03:01.818Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-03-10T18:03:01.818Z | info: downloading component 'cargo' |
| 45 | 2026-03-10T18:03:02.800Z | info: downloading component 'clippy' |
| 46 | 2026-03-10T18:03:03.177Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-10T18:03:04.950Z | info: downloading component 'rust-std' |
| 48 | 2026-03-10T18:03:07.127Z | info: downloading component 'rustc' |
| 49 | 2026-03-10T18:03:14.324Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-10T18:03:14.602Z | info: installing component 'cargo' |
| 51 | 2026-03-10T18:03:15.436Z | info: installing component 'clippy' |
| 52 | 2026-03-10T18:03:15.794Z | info: installing component 'rust-docs' |
| 53 | 2026-03-10T18:03:17.563Z | info: installing component 'rust-std' |
| 54 | 2026-03-10T18:03:19.072Z | info: installing component 'rustc' |
| 55 | 2026-03-10T18:03:24.950Z | info: installing component 'rustfmt' |
| 56 | 2026-03-10T18:03:25.273Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-03-10T18:03:25.273Z | |
| 58 | 2026-03-10T18:03:25.699Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-03-10T18:03:25.699Z | |
| 60 | 2026-03-10T18:03:25.702Z | |
| 61 | 2026-03-10T18:03:25.702Z | Rust is installed now. Great! |
| 62 | 2026-03-10T18:03:25.702Z | |
| 63 | 2026-03-10T18:03:25.702Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-10T18:03:25.702Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-10T18:03:25.702Z | |
| 66 | 2026-03-10T18:03:25.702Z | To configure your current shell, you need to source |
| 67 | 2026-03-10T18:03:25.702Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-10T18:03:25.702Z | |
| 69 | 2026-03-10T18:03:25.702Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-10T18:03:25.702Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-10T18:03:25.702Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-10T18:03:25.702Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-10T18:03:25.847Z | + rustup --version |
| 74 | 2026-03-10T18:03:25.855Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-10T18:03:25.857Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-10T18:03:25.936Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-03-10T18:03:25.941Z | + cargo --version |
| 78 | 2026-03-10T18:03:25.998Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-03-10T18:03:26.001Z | + rustc --version |
| 80 | 2026-03-10T18:03:26.072Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-03-10T18:03:26.077Z | process exited: duration 26331 ms, exit code 0 |
| |
| 82 | 2026-03-10T18:03:26.083Z | starting task 2: "authentication" |
| 83 | 2026-03-10T18:03:26.104Z | process exited: duration 21 ms, exit code 0 |
| |
| 84 | 2026-03-10T18:03:26.110Z | starting task 3: "clone repository" |
| 85 | 2026-03-10T18:03:26.115Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-03-10T18:03:26.118Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-03-10T18:03:26.291Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-03-10T18:04:20.177Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-03-10T18:04:20.177Z | + git fetch origin 1a2568e91303752c4790c8822f60be9cbe1fc605 |
| 90 | 2026-03-10T18:04:21.432Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-03-10T18:04:21.432Z | * branch 1a2568e91303752c4790c8822f60be9cbe1fc605 -> FETCH_HEAD |
| 92 | 2026-03-10T18:04:21.448Z | + [[ -n ea-large-helios ]] |
| 93 | 2026-03-10T18:04:21.452Z | ++ git branch --show-current |
| 94 | 2026-03-10T18:04:21.452Z | + current=main |
| 95 | 2026-03-10T18:04:21.452Z | + [[ main != ea-large-helios ]] |
| 96 | 2026-03-10T18:04:21.452Z | + git branch -f ea-large-helios 1a2568e91303752c4790c8822f60be9cbe1fc605 |
| 97 | 2026-03-10T18:04:21.455Z | + git checkout -f ea-large-helios |
| 98 | 2026-03-10T18:04:21.795Z | Switched to branch 'ea-large-helios' |
| 99 | 2026-03-10T18:04:21.798Z | + git reset --hard 1a2568e91303752c4790c8822f60be9cbe1fc605 |
| 100 | 2026-03-10T18:04:21.817Z | HEAD is now at 1a2568e91 switch some helios jobs to larger VMs |
| 101 | 2026-03-10T18:04:21.820Z | process exited: duration 55725 ms, exit code 0 |
| |
| 102 | 2026-03-10T18:04:21.827Z | starting task 4: "build" |
| 103 | 2026-03-10T18:04:21.833Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-03-10T18:04:21.836Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-03-10T18:04:21.836Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-03-10T18:04:21.836Z | + cargo --version |
| 107 | 2026-03-10T18:04:21.891Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-03-10T18:04:21.894Z | + rustc --version |
| 109 | 2026-03-10T18:04:21.970Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-03-10T18:04:21.974Z | + WORK=/work |
| 111 | 2026-03-10T18:04:21.974Z | + pfexec mkdir -p /work |
| 112 | 2026-03-10T18:04:21.978Z | + pfexec chown build /work |
| 113 | 2026-03-10T18:04:21.981Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2026-03-10T18:04:34.153Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2026-03-10T18:04:44.080Z | Startup: Caching catalogs ... Done |
| 116 | 2026-03-10T18:05:06.460Z | Planning: Solver setup ... Done (20.665s) |
| 117 | 2026-03-10T18:05:06.609Z | Planning: Running solver ... Done (0.149s) |
| 118 | 2026-03-10T18:05:06.812Z | Planning: Finding local manifests ... Done (0.002s) |
| 119 | 2026-03-10T18:05:06.838Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2026-03-10T18:05:07.021Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2026-03-10T18:05:07.065Z | Planning: Package planning ... Done (0.045s) |
| 122 | 2026-03-10T18:05:07.106Z | Planning: Merging actions ... Done (0.041s) |
| 123 | 2026-03-10T18:05:07.509Z | Planning: Checking for conflicting actions ... Done (0.402s) |
| 124 | 2026-03-10T18:05:07.519Z | Planning: Consolidating action changes ... Done (0.010s) |
| 125 | 2026-03-10T18:05:09.629Z | Planning: Evaluating mediators ... Done (2.111s) |
| 126 | 2026-03-10T18:05:09.637Z | Planning: Planning completed in 25.41 seconds |
| 127 | 2026-03-10T18:05:09.935Z | Packages to install: 4 |
| 128 | 2026-03-10T18:05:09.936Z | Mediators to change: 2 |
| 129 | 2026-03-10T18:05:09.936Z | Services to change: 1 |
| 130 | 2026-03-10T18:05:09.936Z | Estimated space available: 155.43 GB |
| 131 | 2026-03-10T18:05:09.939Z | Estimated space to be consumed: 1.82 GB |
| 132 | 2026-03-10T18:05:09.939Z | Create boot environment: No |
| 133 | 2026-03-10T18:05:09.939Z | Create backup boot environment: No |
| 134 | 2026-03-10T18:05:09.939Z | Rebuild boot archive: No |
| 135 | 2026-03-10T18:05:09.939Z | |
| 136 | 2026-03-10T18:05:09.939Z | Changed mediators: |
| 137 | 2026-03-10T18:05:09.939Z | mediator clang: |
| 138 | 2026-03-10T18:05:09.939Z | version: None -> 15 (system default) |
| 139 | 2026-03-10T18:05:09.939Z | |
| 140 | 2026-03-10T18:05:09.939Z | mediator llvm: |
| 141 | 2026-03-10T18:05:09.939Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2026-03-10T18:05:09.939Z | |
| 143 | 2026-03-10T18:05:09.939Z | Changed packages: |
| 144 | 2026-03-10T18:05:09.939Z | helios-dev |
| 145 | 2026-03-10T18:05:09.939Z | developer/build-essential |
| 146 | 2026-03-10T18:05:09.939Z | None -> 11-2.0 |
| 147 | 2026-03-10T18:05:09.939Z | library/libxmlsec1 |
| 148 | 2026-03-10T18:05:09.939Z | None -> 1.2.35-2.0 |
| 149 | 2026-03-10T18:05:09.939Z | ooce/developer/clang-15 |
| 150 | 2026-03-10T18:05:09.939Z | None -> 15.0.7-2.0 |
| 151 | 2026-03-10T18:05:09.939Z | ooce/developer/llvm-15 |
| 152 | 2026-03-10T18:05:09.939Z | None -> 15.0.7-2.0 |
| 153 | 2026-03-10T18:05:09.939Z | |
| 154 | 2026-03-10T18:05:09.939Z | Services: |
| 155 | 2026-03-10T18:05:09.940Z | restart_fmri: |
| 156 | 2026-03-10T18:05:09.940Z | svc:/system/update-man-index:default |
| 157 | 2026-03-10T18:05:10.076Z | |
| 158 | 2026-03-10T18:05:10.076Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2026-03-10T18:05:15.078Z | Download: 2029/3290 items 118.7/212.6MB 55% complete (24.1M/s) |
| 160 | 2026-03-10T18:05:20.074Z | Download: 2857/3290 items 121.1/212.6MB 56% complete (12.2M/s) |
| 161 | 2026-03-10T18:05:26.189Z | Download: 3286/3290 items 211.9/212.6MB 99% complete (9.3M/s) |
| 162 | 2026-03-10T18:05:26.222Z | Download: Completed 212.60 MB in 16.15 seconds (13.2M/s) |
| 163 | 2026-03-10T18:05:26.440Z | Actions: 1/3689 actions (Installing new actions) |
| 164 | 2026-03-10T18:05:31.006Z | Actions: Completed 3689 actions in 4.57 seconds. |
| 165 | 2026-03-10T18:05:31.799Z | Done (0.787s) |
| 166 | 2026-03-10T18:05:31.799Z | Done (0.000s) |
| 167 | 2026-03-10T18:05:32.705Z | Done (0.907s) |
| 168 | 2026-03-10T18:05:37.761Z | Done (4.648s) |
| 169 | 2026-03-10T18:05:37.872Z | Done (0.017s) |
| 170 | 2026-03-10T18:05:37.875Z | Done (0.000s) |
| 171 | 2026-03-10T18:05:38.017Z | Done (0.000s) |
| 172 | 2026-03-10T18:05:39.018Z | Planning: Evaluating mediator changes ... Done |
| 173 | 2026-03-10T18:05:39.164Z | Planning: Checking for conflicting actions ... Done |
| 174 | 2026-03-10T18:05:39.167Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-03-10T18:05:39.391Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-03-10T18:05:39.394Z | Planning: Planning completed in 0.37 seconds |
| 177 | 2026-03-10T18:05:39.420Z | Mediators to change: 2 |
| 178 | 2026-03-10T18:05:39.420Z | Create boot environment: No |
| 179 | 2026-03-10T18:05:39.423Z | Create backup boot environment: No |
| 180 | 2026-03-10T18:05:39.464Z | Done |
| 181 | 2026-03-10T18:05:39.464Z | Done |
| 182 | 2026-03-10T18:05:40.259Z | Done |
| 183 | 2026-03-10T18:05:43.637Z | Done |
| 184 | 2026-03-10T18:05:43.723Z | Done |
| 185 | 2026-03-10T18:05:43.726Z | Done |
| 186 | 2026-03-10T18:05:43.905Z | Done |
| 187 | 2026-03-10T18:05:44.459Z | Planning: Evaluating mediator changes ... Done |
| 188 | 2026-03-10T18:05:44.462Z | Planning: Merging actions ... Done |
| 189 | 2026-03-10T18:05:44.629Z | Planning: Checking for conflicting actions ... Done |
| 190 | 2026-03-10T18:05:44.632Z | Planning: Consolidating action changes ... Done |
| 191 | 2026-03-10T18:05:44.851Z | Planning: Evaluating mediators ... Done |
| 192 | 2026-03-10T18:05:44.891Z | Planning: Planning completed in 0.64 seconds |
| 193 | 2026-03-10T18:05:44.921Z | Packages to change: 1 |
| 194 | 2026-03-10T18:05:44.921Z | Mediators to change: 1 |
| 195 | 2026-03-10T18:05:44.925Z | Services to change: 1 |
| 196 | 2026-03-10T18:05:44.925Z | Create boot environment: No |
| 197 | 2026-03-10T18:05:44.925Z | Create backup boot environment: Yes |
| 198 | 2026-03-10T18:05:46.874Z | Actions: 1/6 actions (Updating modified actions) |
| 199 | 2026-03-10T18:05:46.879Z | Actions: Completed 6 actions in 0.00 seconds. |
| 200 | 2026-03-10T18:05:46.879Z | Done |
| 201 | 2026-03-10T18:05:46.879Z | Done |
| 202 | 2026-03-10T18:05:47.071Z | Done |
| 203 | 2026-03-10T18:05:50.567Z | Done |
| 204 | 2026-03-10T18:05:50.652Z | Done |
| 205 | 2026-03-10T18:05:50.655Z | Done |
| 206 | 2026-03-10T18:05:50.792Z | Done |
| 207 | 2026-03-10T18:05:51.173Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 208 | 2026-03-10T18:05:51.173Z | clang system 15 system |
| 209 | 2026-03-10T18:05:51.173Z | csh system system illumos |
| 210 | 2026-03-10T18:05:51.173Z | ctags system system illumos |
| 211 | 2026-03-10T18:05:51.173Z | file system system illumos |
| 212 | 2026-03-10T18:05:51.173Z | gcc vendor 12 vendor |
| 213 | 2026-03-10T18:05:51.173Z | gcc system 10 system |
| 214 | 2026-03-10T18:05:51.173Z | gcc system 7 system |
| 215 | 2026-03-10T18:05:51.173Z | go system 1.20 system |
| 216 | 2026-03-10T18:05:51.173Z | go system 1.19 system |
| 217 | 2026-03-10T18:05:51.173Z | llvm system 15 system |
| 218 | 2026-03-10T18:05:51.173Z | llvm system 14 system |
| 219 | 2026-03-10T18:05:51.173Z | mariadb system 10.6 system |
| 220 | 2026-03-10T18:05:51.173Z | mta vendor vendor dma |
| 221 | 2026-03-10T18:05:51.173Z | openjdk system 17 system |
| 222 | 2026-03-10T18:05:51.173Z | openjdk system 11 system |
| 223 | 2026-03-10T18:05:51.173Z | openjdk system 1.8 system |
| 224 | 2026-03-10T18:05:51.173Z | openssl vendor 3 vendor |
| 225 | 2026-03-10T18:05:51.173Z | perl system 5.36 system |
| 226 | 2026-03-10T18:05:51.173Z | postgresql system 15 system |
| 227 | 2026-03-10T18:05:51.173Z | postgresql system 13 system |
| 228 | 2026-03-10T18:05:51.174Z | python vendor 3 vendor |
| 229 | 2026-03-10T18:05:51.174Z | python system 2 system |
| 230 | 2026-03-10T18:05:51.174Z | python3 system 3.11 system |
| 231 | 2026-03-10T18:05:51.174Z | ruby system 3.0 system |
| 232 | 2026-03-10T18:05:51.174Z | words vendor vendor american-english |
| 233 | 2026-03-10T18:05:51.174Z | words system system australian-english |
| 234 | 2026-03-10T18:05:51.174Z | words system system british-english |
| 235 | 2026-03-10T18:05:51.174Z | words system system canadian-english |
| 236 | 2026-03-10T18:05:51.174Z | words system system french |
| 237 | 2026-03-10T18:05:51.174Z | words system system italian |
| 238 | 2026-03-10T18:05:51.174Z | words system system ngerman |
| 239 | 2026-03-10T18:05:51.174Z | words system system ogerman |
| 240 | 2026-03-10T18:05:51.174Z | words system system spanish |
| 241 | 2026-03-10T18:05:51.481Z | PUBLISHER TYPE STATUS P LOCATION |
| 242 | 2026-03-10T18:05:51.481Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 243 | 2026-03-10T18:05:57.718Z | FMRI IFO |
| 244 | 2026-03-10T18:05:57.718Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 245 | 2026-03-10T18:05:57.718Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 246 | 2026-03-10T18:05:57.718Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 247 | 2026-03-10T18:05:57.718Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 248 | 2026-03-10T18:05:57.718Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 249 | 2026-03-10T18:05:57.719Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 250 | 2026-03-10T18:05:57.719Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 251 | 2026-03-10T18:05:57.719Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 252 | 2026-03-10T18:05:57.719Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 253 | 2026-03-10T18:05:57.719Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 254 | 2026-03-10T18:05:57.719Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 255 | 2026-03-10T18:05:57.719Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 256 | 2026-03-10T18:05:57.719Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 257 | 2026-03-10T18:05:57.719Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 258 | 2026-03-10T18:05:57.719Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 259 | 2026-03-10T18:05:57.719Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 260 | 2026-03-10T18:05:59.200Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 261 | 2026-03-10T18:05:59.513Z | Updating crates.io index |
| 262 | 2026-03-10T18:05:59.517Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 263 | 2026-03-10T18:05:59.822Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 264 | 2026-03-10T18:06:00.964Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 265 | 2026-03-10T18:06:01.241Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 266 | 2026-03-10T18:06:01.767Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 267 | 2026-03-10T18:06:04.230Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 268 | 2026-03-10T18:06:09.838Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 269 | 2026-03-10T18:06:12.306Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 270 | 2026-03-10T18:06:12.609Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 271 | 2026-03-10T18:06:15.192Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 272 | 2026-03-10T18:06:16.995Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 273 | 2026-03-10T18:06:19.108Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 274 | 2026-03-10T18:06:19.613Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 275 | 2026-03-10T18:06:20.580Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 276 | 2026-03-10T18:06:20.980Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 277 | 2026-03-10T18:06:23.078Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 278 | 2026-03-10T18:06:23.763Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 279 | 2026-03-10T18:06:24.077Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 280 | 2026-03-10T18:06:24.646Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 281 | 2026-03-10T18:06:25.436Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 282 | 2026-03-10T18:06:25.748Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 283 | 2026-03-10T18:06:26.043Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 284 | 2026-03-10T18:06:26.303Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 285 | 2026-03-10T18:06:26.822Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 286 | 2026-03-10T18:06:27.635Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 287 | 2026-03-10T18:06:28.316Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 288 | 2026-03-10T18:06:28.778Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 289 | 2026-03-10T18:06:29.346Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 290 | 2026-03-10T18:06:29.662Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 291 | 2026-03-10T18:06:31.602Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 292 | 2026-03-10T18:06:31.928Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 293 | 2026-03-10T18:06:32.283Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 294 | 2026-03-10T18:06:32.638Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 295 | 2026-03-10T18:06:32.995Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 296 | 2026-03-10T18:06:33.487Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 297 | 2026-03-10T18:06:33.989Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 298 | 2026-03-10T18:06:34.304Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 299 | 2026-03-10T18:06:34.745Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 300 | 2026-03-10T18:07:44.648Z | Downloading crates ... |
| 301 | 2026-03-10T18:07:44.708Z | Downloaded colorchoice v1.0.4 |
| 302 | 2026-03-10T18:07:44.712Z | Downloaded heck v0.5.0 |
| 303 | 2026-03-10T18:07:44.716Z | Downloaded autocfg v1.5.0 |
| 304 | 2026-03-10T18:07:44.719Z | Downloaded plain v0.2.3 |
| 305 | 2026-03-10T18:07:44.719Z | Downloaded scroll_derive v0.12.1 |
| 306 | 2026-03-10T18:07:44.724Z | Downloaded anstyle-query v1.1.5 |
| 307 | 2026-03-10T18:07:44.728Z | Downloaded idna v1.1.0 |
| 308 | 2026-03-10T18:07:44.730Z | Downloaded dof v0.3.0 |
| 309 | 2026-03-10T18:07:44.733Z | Downloaded erased-serde v0.4.9 |
| 310 | 2026-03-10T18:07:44.736Z | Downloaded equivalent v1.0.2 |
| 311 | 2026-03-10T18:07:44.739Z | Downloaded crypto-common v0.1.7 |
| 312 | 2026-03-10T18:07:44.739Z | Downloaded serde_derive v1.0.228 |
| 313 | 2026-03-10T18:07:44.743Z | Downloaded block-buffer v0.10.4 |
| 314 | 2026-03-10T18:07:44.743Z | Downloaded textwrap v0.16.2 |
| 315 | 2026-03-10T18:07:44.746Z | Downloaded utf8parse v0.2.2 |
| 316 | 2026-03-10T18:07:44.746Z | Downloaded thread-id v4.2.2 |
| 317 | 2026-03-10T18:07:44.746Z | Downloaded semver v1.0.27 |
| 318 | 2026-03-10T18:07:44.748Z | Downloaded cargo_metadata v0.21.0 |
| 319 | 2026-03-10T18:07:44.753Z | Downloaded terminal_size v0.4.3 |
| 320 | 2026-03-10T18:07:44.753Z | Downloaded usdt-macro v0.5.0 |
| 321 | 2026-03-10T18:07:44.756Z | Downloaded litemap v0.8.1 |
| 322 | 2026-03-10T18:07:44.756Z | Downloaded fastrand v2.3.0 |
| 323 | 2026-03-10T18:07:44.759Z | Downloaded zerofrom-derive v0.1.6 |
| 324 | 2026-03-10T18:07:44.759Z | Downloaded unicode-ident v1.0.24 |
| 325 | 2026-03-10T18:07:44.761Z | Downloaded toml_write v0.1.2 |
| 326 | 2026-03-10T18:07:44.764Z | Downloaded idna_adapter v1.2.1 |
| 327 | 2026-03-10T18:07:44.764Z | Downloaded serde-value v0.7.0 |
| 328 | 2026-03-10T18:07:44.764Z | Downloaded clap v4.5.60 |
| 329 | 2026-03-10T18:07:44.770Z | Downloaded zerofrom v0.1.6 |
| 330 | 2026-03-10T18:07:44.775Z | Downloaded utf8_iter v1.0.4 |
| 331 | 2026-03-10T18:07:44.775Z | Downloaded usdt v0.5.0 |
| 332 | 2026-03-10T18:07:44.775Z | Downloaded serde_spanned v0.6.9 |
| 333 | 2026-03-10T18:07:44.780Z | Downloaded version_check v0.9.5 |
| 334 | 2026-03-10T18:07:44.780Z | Downloaded num-traits v0.2.19 |
| 335 | 2026-03-10T18:07:44.780Z | Downloaded writeable v0.6.2 |
| 336 | 2026-03-10T18:07:44.783Z | Downloaded usdt-impl v0.5.0 |
| 337 | 2026-03-10T18:07:44.783Z | Downloaded usdt-attr-macro v0.5.0 |
| 338 | 2026-03-10T18:07:44.783Z | Downloaded digest v0.10.7 |
| 339 | 2026-03-10T18:07:44.783Z | Downloaded anstyle-parse v0.2.7 |
| 340 | 2026-03-10T18:07:44.786Z | Downloaded hashbrown v0.16.1 |
| 341 | 2026-03-10T18:07:44.789Z | Downloaded yoke-derive v0.8.1 |
| 342 | 2026-03-10T18:07:44.794Z | Downloaded ordered-float v2.10.1 |
| 343 | 2026-03-10T18:07:44.794Z | Downloaded unicode-xid v0.2.6 |
| 344 | 2026-03-10T18:07:44.794Z | Downloaded strsim v0.11.1 |
| 345 | 2026-03-10T18:07:44.799Z | Downloaded toml_datetime v0.6.11 |
| 346 | 2026-03-10T18:07:44.800Z | Downloaded clap_lex v1.0.0 |
| 347 | 2026-03-10T18:07:44.800Z | Downloaded yoke v0.8.1 |
| 348 | 2026-03-10T18:07:44.800Z | Downloaded thiserror v2.0.18 |
| 349 | 2026-03-10T18:07:44.803Z | Downloaded zerovec-derive v0.11.2 |
| 350 | 2026-03-10T18:07:44.803Z | Downloaded thiserror v1.0.69 |
| 351 | 2026-03-10T18:07:44.806Z | Downloaded form_urlencoded v1.2.2 |
| 352 | 2026-03-10T18:07:44.806Z | Downloaded cpufeatures v0.2.17 |
| 353 | 2026-03-10T18:07:44.810Z | Downloaded unicode-linebreak v0.1.5 |
| 354 | 2026-03-10T18:07:44.810Z | Downloaded typeid v1.0.3 |
| 355 | 2026-03-10T18:07:44.810Z | Downloaded toml v0.8.23 |
| 356 | 2026-03-10T18:07:44.813Z | Downloaded potential_utf v0.1.4 |
| 357 | 2026-03-10T18:07:44.813Z | Downloaded dtrace-parser v0.2.0 |
| 358 | 2026-03-10T18:07:44.813Z | Downloaded cargo-platform v0.2.0 |
| 359 | 2026-03-10T18:07:44.816Z | Downloaded fnv v1.0.7 |
| 360 | 2026-03-10T18:07:44.816Z | Downloaded typenum v1.19.0 |
| 361 | 2026-03-10T18:07:44.819Z | Downloaded ucd-trie v0.1.7 |
| 362 | 2026-03-10T18:07:44.819Z | Downloaded thiserror-impl v2.0.18 |
| 363 | 2026-03-10T18:07:44.819Z | Downloaded heck v0.4.1 |
| 364 | 2026-03-10T18:07:44.819Z | Downloaded thiserror-impl v1.0.69 |
| 365 | 2026-03-10T18:07:44.822Z | Downloaded generic-array v0.14.7 |
| 366 | 2026-03-10T18:07:44.822Z | Downloaded percent-encoding v2.3.2 |
| 367 | 2026-03-10T18:07:44.825Z | Downloaded zmij v1.0.21 |
| 368 | 2026-03-10T18:07:44.825Z | Downloaded tinystr v0.8.2 |
| 369 | 2026-03-10T18:07:44.828Z | Downloaded proc-macro-error-attr v1.0.4 |
| 370 | 2026-03-10T18:07:44.828Z | Downloaded pretty-hex v0.4.1 |
| 371 | 2026-03-10T18:07:44.828Z | Downloaded macaddr v1.0.1 |
| 372 | 2026-03-10T18:07:44.831Z | Downloaded errno v0.3.14 |
| 373 | 2026-03-10T18:07:44.835Z | Downloaded smawk v0.3.2 |
| 374 | 2026-03-10T18:07:44.838Z | Downloaded zerocopy-derive v0.7.35 |
| 375 | 2026-03-10T18:07:44.839Z | Downloaded itoa v1.0.17 |
| 376 | 2026-03-10T18:07:44.842Z | Downloaded is_terminal_polyfill v1.70.2 |
| 377 | 2026-03-10T18:07:44.842Z | Downloaded toml_edit v0.22.27 |
| 378 | 2026-03-10T18:07:44.845Z | Downloaded tabled_derive v0.7.0 |
| 379 | 2026-03-10T18:07:44.851Z | Downloaded zerotrie v0.2.3 |
| 380 | 2026-03-10T18:07:44.854Z | Downloaded memmap v0.7.0 |
| 381 | 2026-03-10T18:07:44.857Z | Downloaded url v2.5.8 |
| 382 | 2026-03-10T18:07:44.857Z | Downloaded stable_deref_trait v1.2.1 |
| 383 | 2026-03-10T18:07:44.860Z | Downloaded swrite v0.1.0 |
| 384 | 2026-03-10T18:07:44.860Z | Downloaded zerovec v0.11.5 |
| 385 | 2026-03-10T18:07:44.863Z | Downloaded camino-tempfile v1.4.1 |
| 386 | 2026-03-10T18:07:44.869Z | Downloaded zerocopy v0.7.35 |
| 387 | 2026-03-10T18:07:44.880Z | Downloaded winnow v0.7.14 |
| 388 | 2026-03-10T18:07:44.887Z | Downloaded sha2 v0.10.9 |
| 389 | 2026-03-10T18:07:44.890Z | Downloaded scroll v0.12.0 |
| 390 | 2026-03-10T18:07:44.890Z | Downloaded synstructure v0.13.2 |
| 391 | 2026-03-10T18:07:44.892Z | Downloaded displaydoc v0.2.5 |
| 392 | 2026-03-10T18:07:44.895Z | Downloaded unicode-width v0.2.0 |
| 393 | 2026-03-10T18:07:44.898Z | Downloaded unicode-width v0.1.14 |
| 394 | 2026-03-10T18:07:44.900Z | Downloaded proc-macro-error v1.0.4 |
| 395 | 2026-03-10T18:07:44.903Z | Downloaded anstyle v1.0.13 |
| 396 | 2026-03-10T18:07:44.910Z | Downloaded bytecount v0.6.9 |
| 397 | 2026-03-10T18:07:44.913Z | Downloaded anstream v0.6.21 |
| 398 | 2026-03-10T18:07:44.913Z | Downloaded bitflags v2.11.0 |
| 399 | 2026-03-10T18:07:44.918Z | Downloaded serde_tokenstream v0.2.3 |
| 400 | 2026-03-10T18:07:44.921Z | Downloaded byteorder v1.5.0 |
| 401 | 2026-03-10T18:07:44.921Z | Downloaded serde-untagged v0.1.9 |
| 402 | 2026-03-10T18:07:44.926Z | Downloaded quote v1.0.44 |
| 403 | 2026-03-10T18:07:44.929Z | Downloaded cargo_toml v0.21.0 |
| 404 | 2026-03-10T18:07:44.932Z | Downloaded cargo-util-schemas v0.8.2 |
| 405 | 2026-03-10T18:07:44.935Z | Downloaded cfg-if v1.0.4 |
| 406 | 2026-03-10T18:07:44.938Z | Downloaded anyhow v1.0.102 |
| 407 | 2026-03-10T18:07:44.941Z | Downloaded tempfile v3.25.0 |
| 408 | 2026-03-10T18:07:44.944Z | Downloaded once_cell v1.21.3 |
| 409 | 2026-03-10T18:07:44.947Z | Downloaded clap_derive v4.5.55 |
| 410 | 2026-03-10T18:07:44.950Z | Downloaded smallvec v1.15.1 |
| 411 | 2026-03-10T18:07:44.950Z | Downloaded camino v1.2.2 |
| 412 | 2026-03-10T18:07:44.953Z | Downloaded fs-err v3.3.0 |
| 413 | 2026-03-10T18:07:44.956Z | Downloaded icu_properties v2.1.2 |
| 414 | 2026-03-10T18:07:44.958Z | Downloaded pest_derive v2.8.6 |
| 415 | 2026-03-10T18:07:44.972Z | Downloaded icu_provider v2.1.1 |
| 416 | 2026-03-10T18:07:44.975Z | Downloaded getrandom v0.4.1 |
| 417 | 2026-03-10T18:07:44.978Z | Downloaded proc-macro2 v1.0.106 |
| 418 | 2026-03-10T18:07:44.981Z | Downloaded pest_generator v2.8.6 |
| 419 | 2026-03-10T18:07:44.981Z | Downloaded papergrid v0.11.0 |
| 420 | 2026-03-10T18:07:44.983Z | Downloaded pest_meta v2.8.6 |
| 421 | 2026-03-10T18:07:44.987Z | Downloaded icu_locale_core v2.1.1 |
| 422 | 2026-03-10T18:07:44.992Z | Downloaded log v0.4.29 |
| 423 | 2026-03-10T18:07:44.997Z | Downloaded serde_core v1.0.228 |
| 424 | 2026-03-10T18:07:45.001Z | Downloaded icu_normalizer v2.1.1 |
| 425 | 2026-03-10T18:07:45.004Z | Downloaded icu_normalizer_data v2.1.1 |
| 426 | 2026-03-10T18:07:45.012Z | Downloaded icu_collections v2.1.1 |
| 427 | 2026-03-10T18:07:45.015Z | Downloaded serde v1.0.228 |
| 428 | 2026-03-10T18:07:45.029Z | Downloaded memchr v2.8.0 |
| 429 | 2026-03-10T18:07:45.048Z | Downloaded indexmap v2.13.0 |
| 430 | 2026-03-10T18:07:45.056Z | Downloaded icu_properties_data v2.1.2 |
| 431 | 2026-03-10T18:07:45.065Z | Downloaded goblin v0.8.2 |
| 432 | 2026-03-10T18:07:45.072Z | Downloaded pest v2.8.6 |
| 433 | 2026-03-10T18:07:45.077Z | Downloaded clap_builder v4.5.60 |
| 434 | 2026-03-10T18:07:45.097Z | Downloaded serde_json v1.0.149 |
| 435 | 2026-03-10T18:07:45.102Z | Downloaded tabled v0.15.0 |
| 436 | 2026-03-10T18:07:45.117Z | Downloaded syn v1.0.109 |
| 437 | 2026-03-10T18:07:45.129Z | Downloaded syn v2.0.117 |
| 438 | 2026-03-10T18:07:45.137Z | Downloaded rustix v1.1.3 |
| 439 | 2026-03-10T18:07:45.175Z | Downloaded libc v0.2.180 |
| 440 | 2026-03-10T18:07:45.258Z | Compiling proc-macro2 v1.0.106 |
| 441 | 2026-03-10T18:07:45.261Z | Compiling unicode-ident v1.0.24 |
| 442 | 2026-03-10T18:07:45.261Z | Compiling quote v1.0.44 |
| 443 | 2026-03-10T18:07:45.261Z | Compiling serde_core v1.0.228 |
| 444 | 2026-03-10T18:07:45.261Z | Compiling libc v0.2.180 |
| 445 | 2026-03-10T18:07:45.261Z | Compiling version_check v0.9.5 |
| 446 | 2026-03-10T18:07:45.261Z | Compiling stable_deref_trait v1.2.1 |
| 447 | 2026-03-10T18:07:45.261Z | Compiling memchr v2.8.0 |
| 448 | 2026-03-10T18:07:45.261Z | Compiling serde v1.0.228 |
| 449 | 2026-03-10T18:07:45.261Z | Compiling zmij v1.0.21 |
| 450 | 2026-03-10T18:07:45.474Z | Compiling itoa v1.0.17 |
| 451 | 2026-03-10T18:07:45.497Z | Compiling ucd-trie v0.1.7 |
| 452 | 2026-03-10T18:07:45.500Z | Compiling autocfg v1.5.0 |
| 453 | 2026-03-10T18:07:45.500Z | Compiling thiserror v1.0.69 |
| 454 | 2026-03-10T18:07:45.517Z | Compiling litemap v0.8.1 |
| 455 | 2026-03-10T18:07:45.781Z | Compiling writeable v0.6.2 |
| 456 | 2026-03-10T18:07:45.806Z | Compiling byteorder v1.5.0 |
| 457 | 2026-03-10T18:07:45.831Z | Compiling icu_normalizer_data v2.1.1 |
| 458 | 2026-03-10T18:07:45.971Z | Compiling rustix v1.1.3 |
| 459 | 2026-03-10T18:07:46.001Z | Compiling icu_properties_data v2.1.2 |
| 460 | 2026-03-10T18:07:46.250Z | Compiling pest v2.8.6 |
| 461 | 2026-03-10T18:07:46.282Z | Compiling serde_json v1.0.149 |
| 462 | 2026-03-10T18:07:46.308Z | Compiling bitflags v2.11.0 |
| 463 | 2026-03-10T18:07:46.637Z | Compiling num-traits v0.2.19 |
| 464 | 2026-03-10T18:07:46.715Z | Compiling typeid v1.0.3 |
| 465 | 2026-03-10T18:07:46.900Z | Compiling smallvec v1.15.1 |
| 466 | 2026-03-10T18:07:47.114Z | Compiling hashbrown v0.16.1 |
| 467 | 2026-03-10T18:07:47.119Z | Compiling equivalent v1.0.2 |
| 468 | 2026-03-10T18:07:47.148Z | Compiling proc-macro-error-attr v1.0.4 |
| 469 | 2026-03-10T18:07:47.175Z | Compiling usdt-impl v0.5.0 |
| 470 | 2026-03-10T18:07:47.178Z | Compiling winnow v0.7.14 |
| 471 | 2026-03-10T18:07:47.236Z | Compiling syn v1.0.109 |
| 472 | 2026-03-10T18:07:47.359Z | Compiling erased-serde v0.4.9 |
| 473 | 2026-03-10T18:07:47.363Z | Compiling toml_write v0.1.2 |
| 474 | 2026-03-10T18:07:47.605Z | Compiling errno v0.3.14 |
| 475 | 2026-03-10T18:07:47.632Z | Compiling thread-id v4.2.2 |
| 476 | 2026-03-10T18:07:47.695Z | Compiling proc-macro-error v1.0.4 |
| 477 | 2026-03-10T18:07:47.764Z | Compiling getrandom v0.4.1 |
| 478 | 2026-03-10T18:07:47.863Z | Compiling indexmap v2.13.0 |
| 479 | 2026-03-10T18:07:47.866Z | Compiling pest_meta v2.8.6 |
| 480 | 2026-03-10T18:07:47.928Z | Compiling log v0.4.29 |
| 481 | 2026-03-10T18:07:47.957Z | Compiling thiserror v2.0.18 |
| 482 | 2026-03-10T18:07:48.024Z | Compiling camino v1.2.2 |
| 483 | 2026-03-10T18:07:48.082Z | Compiling syn v2.0.117 |
| 484 | 2026-03-10T18:07:48.110Z | Compiling utf8_iter v1.0.4 |
| 485 | 2026-03-10T18:07:48.154Z | Compiling plain v0.2.3 |
| 486 | 2026-03-10T18:07:48.157Z | Compiling percent-encoding v2.3.2 |
| 487 | 2026-03-10T18:07:48.215Z | Compiling utf8parse v0.2.2 |
| 488 | 2026-03-10T18:07:48.385Z | Compiling form_urlencoded v1.2.2 |
| 489 | 2026-03-10T18:07:48.441Z | Compiling anstyle-parse v0.2.7 |
| 490 | 2026-03-10T18:07:48.525Z | Compiling colorchoice v1.0.4 |
| 491 | 2026-03-10T18:07:48.605Z | Compiling ordered-float v2.10.1 |
| 492 | 2026-03-10T18:07:48.638Z | Compiling cfg-if v1.0.4 |
| 493 | 2026-03-10T18:07:48.696Z | Compiling anstyle-query v1.1.5 |
| 494 | 2026-03-10T18:07:48.725Z | Compiling pretty-hex v0.4.1 |
| 495 | 2026-03-10T18:07:48.754Z | Compiling anstyle v1.0.13 |
| 496 | 2026-03-10T18:07:48.757Z | Compiling is_terminal_polyfill v1.70.2 |
| 497 | 2026-03-10T18:07:48.873Z | Compiling fs-err v3.3.0 |
| 498 | 2026-03-10T18:07:48.938Z | Compiling fastrand v2.3.0 |
| 499 | 2026-03-10T18:07:48.942Z | Compiling once_cell v1.21.3 |
| 500 | 2026-03-10T18:07:48.942Z | Compiling heck v0.4.1 |
| 501 | 2026-03-10T18:07:49.021Z | Compiling unicode-width v0.1.14 |
| 502 | 2026-03-10T18:07:49.050Z | Compiling anstream v0.6.21 |
| 503 | 2026-03-10T18:07:49.078Z | Compiling anyhow v1.0.102 |
| 504 | 2026-03-10T18:07:49.108Z | Compiling terminal_size v0.4.3 |
| 505 | 2026-03-10T18:07:49.197Z | Compiling clap_lex v1.0.0 |
| 506 | 2026-03-10T18:07:49.317Z | Compiling heck v0.5.0 |
| 507 | 2026-03-10T18:07:49.320Z | Compiling bytecount v0.6.9 |
| 508 | 2026-03-10T18:07:49.320Z | Compiling unicode-xid v0.2.6 |
| 509 | 2026-03-10T18:07:49.426Z | Compiling fnv v1.0.7 |
| 510 | 2026-03-10T18:07:49.494Z | Compiling strsim v0.11.1 |
| 511 | 2026-03-10T18:07:49.527Z | Compiling tempfile v3.25.0 |
| 512 | 2026-03-10T18:07:49.559Z | Compiling papergrid v0.11.0 |
| 513 | 2026-03-10T18:07:49.562Z | Compiling memmap v0.7.0 |
| 514 | 2026-03-10T18:07:49.562Z | Compiling smawk v0.3.2 |
| 515 | 2026-03-10T18:07:49.653Z | Compiling unicode-width v0.2.0 |
| 516 | 2026-03-10T18:07:49.656Z | Compiling unicode-linebreak v0.1.5 |
| 517 | 2026-03-10T18:07:49.736Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 518 | 2026-03-10T18:07:50.022Z | Compiling semver v1.0.27 |
| 519 | 2026-03-10T18:07:50.088Z | Compiling clap_builder v4.5.60 |
| 520 | 2026-03-10T18:07:50.092Z | Compiling textwrap v0.16.2 |
| 521 | 2026-03-10T18:07:50.179Z | Compiling swrite v0.1.0 |
| 522 | 2026-03-10T18:07:50.469Z | Compiling camino-tempfile v1.4.1 |
| 523 | 2026-03-10T18:07:50.501Z | Compiling serde-untagged v0.1.9 |
| 524 | 2026-03-10T18:07:50.846Z | Compiling tabled_derive v0.7.0 |
| 525 | 2026-03-10T18:07:51.771Z | Compiling tabled v0.15.0 |
| 526 | 2026-03-10T18:07:51.971Z | Compiling synstructure v0.13.2 |
| 527 | 2026-03-10T18:07:51.971Z | Compiling pest_generator v2.8.6 |
| 528 | 2026-03-10T18:07:52.678Z | Compiling serde_derive v1.0.228 |
| 529 | 2026-03-10T18:07:52.678Z | Compiling zerofrom-derive v0.1.6 |
| 530 | 2026-03-10T18:07:52.678Z | Compiling yoke-derive v0.8.1 |
| 531 | 2026-03-10T18:07:52.681Z | Compiling zerovec-derive v0.11.2 |
| 532 | 2026-03-10T18:07:52.681Z | Compiling displaydoc v0.2.5 |
| 533 | 2026-03-10T18:07:52.706Z | Compiling thiserror-impl v1.0.69 |
| 534 | 2026-03-10T18:07:52.734Z | Compiling zerocopy-derive v0.7.35 |
| 535 | 2026-03-10T18:07:52.760Z | Compiling scroll_derive v0.12.1 |
| 536 | 2026-03-10T18:07:52.763Z | Compiling pest_derive v2.8.6 |
| 537 | 2026-03-10T18:07:52.882Z | Compiling thiserror-impl v2.0.18 |
| 538 | 2026-03-10T18:07:52.910Z | Compiling clap_derive v4.5.55 |
| 539 | 2026-03-10T18:07:53.816Z | Compiling scroll v0.12.0 |
| 540 | 2026-03-10T18:07:54.080Z | Compiling zerocopy v0.7.35 |
| 541 | 2026-03-10T18:07:54.150Z | Compiling goblin v0.8.2 |
| 542 | 2026-03-10T18:07:54.248Z | Compiling zerofrom v0.1.6 |
| 543 | 2026-03-10T18:07:54.380Z | Compiling dtrace-parser v0.2.0 |
| 544 | 2026-03-10T18:07:54.402Z | Compiling yoke v0.8.1 |
| 545 | 2026-03-10T18:07:54.607Z | Compiling zerovec v0.11.5 |
| 546 | 2026-03-10T18:07:54.607Z | Compiling zerotrie v0.2.3 |
| 547 | 2026-03-10T18:07:54.910Z | Compiling clap v4.5.60 |
| 548 | 2026-03-10T18:07:55.223Z | Compiling tinystr v0.8.2 |
| 549 | 2026-03-10T18:07:55.223Z | Compiling potential_utf v0.1.4 |
| 550 | 2026-03-10T18:07:55.382Z | Compiling icu_collections v2.1.1 |
| 551 | 2026-03-10T18:07:55.427Z | Compiling icu_locale_core v2.1.1 |
| 552 | 2026-03-10T18:07:56.208Z | Compiling serde_spanned v0.6.9 |
| 553 | 2026-03-10T18:07:56.208Z | Compiling toml_datetime v0.6.11 |
| 554 | 2026-03-10T18:07:56.212Z | Compiling serde-value v0.7.0 |
| 555 | 2026-03-10T18:07:56.212Z | Compiling cargo-platform v0.2.0 |
| 556 | 2026-03-10T18:07:56.212Z | Compiling macaddr v1.0.1 |
| 557 | 2026-03-10T18:07:56.260Z | Compiling icu_provider v2.1.1 |
| 558 | 2026-03-10T18:07:56.289Z | Compiling dof v0.3.0 |
| 559 | 2026-03-10T18:07:56.292Z | Compiling serde_tokenstream v0.2.3 |
| 560 | 2026-03-10T18:07:56.544Z | Compiling toml_edit v0.22.27 |
| 561 | 2026-03-10T18:07:56.696Z | Compiling icu_normalizer v2.1.1 |
| 562 | 2026-03-10T18:07:56.696Z | Compiling icu_properties v2.1.2 |
| 563 | 2026-03-10T18:07:57.338Z | Compiling usdt-attr-macro v0.5.0 |
| 564 | 2026-03-10T18:07:57.340Z | Compiling usdt-macro v0.5.0 |
| 565 | 2026-03-10T18:07:57.903Z | Compiling idna_adapter v1.2.1 |
| 566 | 2026-03-10T18:07:58.056Z | Compiling idna v1.1.0 |
| 567 | 2026-03-10T18:07:58.181Z | Compiling usdt v0.5.0 |
| 568 | 2026-03-10T18:07:58.408Z | Compiling toml v0.8.23 |
| 569 | 2026-03-10T18:07:58.432Z | Compiling url v2.5.8 |
| 570 | 2026-03-10T18:07:58.898Z | Compiling cargo_toml v0.21.0 |
| 571 | 2026-03-10T18:07:58.974Z | Compiling cargo-util-schemas v0.8.2 |
| 572 | 2026-03-10T18:08:00.176Z | Compiling cargo_metadata v0.21.0 |
| 573 | 2026-03-10T18:08:01.507Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 574 | 2026-03-10T18:08:04.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s |
| 575 | 2026-03-10T18:08:04.890Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 576 | 2026-03-10T18:08:05.639Z | Downloading crates ... |
| 577 | 2026-03-10T18:08:05.772Z | Downloaded ahash v0.8.12 |
| 578 | 2026-03-10T18:08:05.775Z | Downloaded crc-catalog v2.4.0 |
| 579 | 2026-03-10T18:08:05.780Z | Downloaded bitflags v1.3.2 |
| 580 | 2026-03-10T18:08:05.784Z | Downloaded aes v0.8.4 |
| 581 | 2026-03-10T18:08:05.790Z | Downloaded cbc v0.1.2 |
| 582 | 2026-03-10T18:08:05.794Z | Downloaded env_logger v0.11.9 |
| 583 | 2026-03-10T18:08:05.799Z | Downloaded bzip2 v0.6.1 |
| 584 | 2026-03-10T18:08:05.804Z | Downloaded cargo_metadata v0.19.2 |
| 585 | 2026-03-10T18:08:05.811Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 586 | 2026-03-10T18:08:05.814Z | Downloaded fd-lock v4.0.4 |
| 587 | 2026-03-10T18:08:05.814Z | Downloaded darling_macro v0.21.3 |
| 588 | 2026-03-10T18:08:05.817Z | Downloaded darling_core v0.21.3 |
| 589 | 2026-03-10T18:08:05.821Z | Downloaded derive-ex v0.1.8 |
| 590 | 2026-03-10T18:08:05.825Z | Downloaded derive_builder v0.20.2 |
| 591 | 2026-03-10T18:08:05.830Z | Downloaded cookie v0.18.1 |
| 592 | 2026-03-10T18:08:05.834Z | Downloaded data-encoding v2.10.0 |
| 593 | 2026-03-10T18:08:05.839Z | Downloaded crc v3.4.0 |
| 594 | 2026-03-10T18:08:05.843Z | Downloaded debug-ignore v1.0.5 |
| 595 | 2026-03-10T18:08:05.845Z | Downloaded block-padding v0.3.3 |
| 596 | 2026-03-10T18:08:05.850Z | Downloaded ciborium-io v0.2.2 |
| 597 | 2026-03-10T18:08:05.855Z | Downloaded difflib v0.4.0 |
| 598 | 2026-03-10T18:08:05.858Z | Downloaded defmt v1.0.1 |
| 599 | 2026-03-10T18:08:05.861Z | Downloaded const_format_proc_macros v0.2.34 |
| 600 | 2026-03-10T18:08:05.864Z | Downloaded crossbeam-epoch v0.9.18 |
| 601 | 2026-03-10T18:08:05.868Z | Downloaded enum-as-inner v0.6.1 |
| 602 | 2026-03-10T18:08:05.872Z | Downloaded ciborium-ll v0.2.2 |
| 603 | 2026-03-10T18:08:05.875Z | Downloaded embedded-io v0.6.1 |
| 604 | 2026-03-10T18:08:05.878Z | Downloaded foreign-types-shared v0.3.1 |
| 605 | 2026-03-10T18:08:05.881Z | Downloaded foreign-types-macros v0.2.3 |
| 606 | 2026-03-10T18:08:05.886Z | Downloaded bit-set v0.5.3 |
| 607 | 2026-03-10T18:08:05.890Z | Downloaded fixedbitset v0.4.2 |
| 608 | 2026-03-10T18:08:05.893Z | Downloaded cstr-argument v0.1.2 |
| 609 | 2026-03-10T18:08:05.896Z | Downloaded defmt v0.3.100 |
| 610 | 2026-03-10T18:08:05.896Z | Downloaded dirs-sys-next v0.1.2 |
| 611 | 2026-03-10T18:08:05.899Z | Downloaded funty v2.0.0 |
| 612 | 2026-03-10T18:08:05.902Z | Downloaded embedded-io v0.4.0 |
| 613 | 2026-03-10T18:08:05.907Z | Downloaded dtrace-parser v0.3.0 |
| 614 | 2026-03-10T18:08:05.911Z | Downloaded flagset v0.4.7 |
| 615 | 2026-03-10T18:08:05.917Z | Downloaded gethostname v0.5.0 |
| 616 | 2026-03-10T18:08:05.917Z | Downloaded git-stub v1.0.0 |
| 617 | 2026-03-10T18:08:05.923Z | Downloaded futures-sink v0.3.32 |
| 618 | 2026-03-10T18:08:05.923Z | Downloaded globwalk v0.9.1 |
| 619 | 2026-03-10T18:08:05.928Z | Downloaded ghash v0.5.1 |
| 620 | 2026-03-10T18:08:05.928Z | Downloaded hex-literal v0.4.1 |
| 621 | 2026-03-10T18:08:05.934Z | Downloaded http-range v0.1.5 |
| 622 | 2026-03-10T18:08:05.939Z | Downloaded foreign-types v0.5.0 |
| 623 | 2026-03-10T18:08:05.939Z | Downloaded foreign-types v0.3.2 |
| 624 | 2026-03-10T18:08:05.942Z | Downloaded derive_builder_core v0.20.2 |
| 625 | 2026-03-10T18:08:05.942Z | Downloaded crossbeam-deque v0.8.6 |
| 626 | 2026-03-10T18:08:05.945Z | Downloaded fallible-iterator v0.2.0 |
| 627 | 2026-03-10T18:08:05.950Z | Downloaded hash32 v0.3.1 |
| 628 | 2026-03-10T18:08:05.952Z | Downloaded fxhash v0.2.1 |
| 629 | 2026-03-10T18:08:05.953Z | Downloaded chacha20 v0.9.1 |
| 630 | 2026-03-10T18:08:05.956Z | Downloaded headers-core v0.3.0 |
| 631 | 2026-03-10T18:08:05.960Z | Downloaded fs-err v2.11.0 |
| 632 | 2026-03-10T18:08:05.963Z | Downloaded hostname v0.4.2 |
| 633 | 2026-03-10T18:08:05.966Z | Downloaded http-body v1.0.1 |
| 634 | 2026-03-10T18:08:05.970Z | Downloaded hostname v0.3.1 |
| 635 | 2026-03-10T18:08:05.974Z | Downloaded either v1.15.0 |
| 636 | 2026-03-10T18:08:05.991Z | Downloaded hubpack_derive v0.1.1 |
| 637 | 2026-03-10T18:08:05.994Z | Downloaded indoc v1.0.9 |
| 638 | 2026-03-10T18:08:05.997Z | Downloaded indent_write v2.2.0 |
| 639 | 2026-03-10T18:08:06.001Z | Downloaded internet-checksum v0.2.1 |
| 640 | 2026-03-10T18:08:06.003Z | Downloaded instability v0.3.11 |
| 641 | 2026-03-10T18:08:06.008Z | Downloaded foldhash v0.2.0 |
| 642 | 2026-03-10T18:08:06.011Z | Downloaded group v0.13.0 |
| 643 | 2026-03-10T18:08:06.014Z | Downloaded const-oid v0.9.6 |
| 644 | 2026-03-10T18:08:06.014Z | Downloaded corncobs v0.1.4 |
| 645 | 2026-03-10T18:08:06.017Z | Downloaded is_ci v1.2.0 |
| 646 | 2026-03-10T18:08:06.021Z | Downloaded is-terminal v0.4.17 |
| 647 | 2026-03-10T18:08:06.023Z | Downloaded inout v0.1.4 |
| 648 | 2026-03-10T18:08:06.029Z | Downloaded hyper-staticfile v0.10.1 |
| 649 | 2026-03-10T18:08:06.035Z | Downloaded http-body-util v0.1.3 |
| 650 | 2026-03-10T18:08:06.043Z | Downloaded kstat-rs v0.2.4 |
| 651 | 2026-03-10T18:08:06.043Z | Downloaded lazy_static v1.5.0 |
| 652 | 2026-03-10T18:08:06.043Z | Downloaded lalrpop-util v0.19.12 |
| 653 | 2026-03-10T18:08:06.048Z | Downloaded lzss v0.8.2 |
| 654 | 2026-03-10T18:08:06.048Z | Downloaded md-5 v0.10.6 |
| 655 | 2026-03-10T18:08:06.048Z | Downloaded libscf-sys v1.1.0 |
| 656 | 2026-03-10T18:08:06.050Z | Downloaded linked-hash-map v0.5.6 |
| 657 | 2026-03-10T18:08:06.053Z | Downloaded maplit v1.0.2 |
| 658 | 2026-03-10T18:08:06.058Z | Downloaded memoffset v0.9.1 |
| 659 | 2026-03-10T18:08:06.058Z | Downloaded nibble_vec v0.1.0 |
| 660 | 2026-03-10T18:08:06.062Z | Downloaded newtype_derive v0.1.6 |
| 661 | 2026-03-10T18:08:06.066Z | Downloaded getrandom v0.2.17 |
| 662 | 2026-03-10T18:08:06.070Z | Downloaded crossbeam-utils v0.8.21 |
| 663 | 2026-03-10T18:08:06.070Z | Downloaded match_cfg v0.1.0 |
| 664 | 2026-03-10T18:08:06.074Z | Downloaded newline-converter v0.3.0 |
| 665 | 2026-03-10T18:08:06.083Z | Downloaded jobserver v0.1.34 |
| 666 | 2026-03-10T18:08:06.088Z | Downloaded normalize-line-endings v0.3.0 |
| 667 | 2026-03-10T18:08:06.088Z | Downloaded nonempty v0.12.0 |
| 668 | 2026-03-10T18:08:06.088Z | Downloaded multimap v0.10.1 |
| 669 | 2026-03-10T18:08:06.088Z | Downloaded libefi-sys v0.1.0 |
| 670 | 2026-03-10T18:08:06.092Z | Downloaded ipnet v2.11.0 |
| 671 | 2026-03-10T18:08:06.096Z | Downloaded newtype-uuid-macros v0.1.0 |
| 672 | 2026-03-10T18:08:06.096Z | Downloaded num v0.4.3 |
| 673 | 2026-03-10T18:08:06.099Z | Downloaded half v1.8.3 |
| 674 | 2026-03-10T18:08:06.102Z | Downloaded nodrop v0.1.14 |
| 675 | 2026-03-10T18:08:06.105Z | Downloaded ingot-types v0.1.2 |
| 676 | 2026-03-10T18:08:06.108Z | Downloaded instant v0.1.13 |
| 677 | 2026-03-10T18:08:06.108Z | Downloaded num-derive v0.4.2 |
| 678 | 2026-03-10T18:08:06.111Z | Downloaded num-derive v0.3.3 |
| 679 | 2026-03-10T18:08:06.121Z | Downloaded linear-map v1.2.0 |
| 680 | 2026-03-10T18:08:06.126Z | Downloaded libsw v3.5.0 |
| 681 | 2026-03-10T18:08:06.126Z | Downloaded opaque-debug v0.3.1 |
| 682 | 2026-03-10T18:08:06.126Z | Downloaded olpc-cjson v0.1.4 |
| 683 | 2026-03-10T18:08:06.126Z | Downloaded num_enum_derive v0.5.11 |
| 684 | 2026-03-10T18:08:06.174Z | Downloaded oso-derive v0.27.3 |
| 685 | 2026-03-10T18:08:06.174Z | Downloaded iana-time-zone v0.1.65 |
| 686 | 2026-03-10T18:08:06.181Z | Downloaded futures-channel v0.3.32 |
| 687 | 2026-03-10T18:08:06.181Z | Downloaded highway v1.3.0 |
| 688 | 2026-03-10T18:08:06.181Z | Downloaded find-msvc-tools v0.1.9 |
| 689 | 2026-03-10T18:08:06.181Z | Downloaded dropshot_endpoint v0.16.7 |
| 690 | 2026-03-10T18:08:06.181Z | Downloaded derive_more v0.99.20 |
| 691 | 2026-03-10T18:08:06.181Z | Downloaded packed_struct_codegen v0.10.1 |
| 692 | 2026-03-10T18:08:06.181Z | Downloaded mime_guess v2.0.5 |
| 693 | 2026-03-10T18:08:06.181Z | Downloaded elliptic-curve v0.13.8 |
| 694 | 2026-03-10T18:08:06.181Z | Downloaded nanorand v0.7.0 |
| 695 | 2026-03-10T18:08:06.181Z | Downloaded native-tls v0.2.18 |
| 696 | 2026-03-10T18:08:06.181Z | Downloaded parse-size v1.1.0 |
| 697 | 2026-03-10T18:08:06.181Z | Downloaded parse-display v0.10.0 |
| 698 | 2026-03-10T18:08:06.181Z | Downloaded base64 v0.21.7 |
| 699 | 2026-03-10T18:08:06.181Z | Downloaded pbkdf2 v0.12.2 |
| 700 | 2026-03-10T18:08:06.186Z | Downloaded phf_shared v0.11.3 |
| 701 | 2026-03-10T18:08:06.186Z | Downloaded path-slash v0.1.5 |
| 702 | 2026-03-10T18:08:06.186Z | Downloaded phf_shared v0.12.1 |
| 703 | 2026-03-10T18:08:06.190Z | Downloaded peg-runtime v0.8.5 |
| 704 | 2026-03-10T18:08:06.190Z | Downloaded half v2.7.1 |
| 705 | 2026-03-10T18:08:06.193Z | Downloaded num_enum v0.5.11 |
| 706 | 2026-03-10T18:08:06.196Z | Downloaded num-integer v0.1.46 |
| 707 | 2026-03-10T18:08:06.199Z | Downloaded phf_shared v0.13.1 |
| 708 | 2026-03-10T18:08:06.202Z | Downloaded num-rational v0.4.2 |
| 709 | 2026-03-10T18:08:06.202Z | Downloaded httparse v1.10.1 |
| 710 | 2026-03-10T18:08:06.205Z | Downloaded predicates-core v1.0.10 |
| 711 | 2026-03-10T18:08:06.210Z | Downloaded precomputed-hash v0.1.1 |
| 712 | 2026-03-10T18:08:06.213Z | Downloaded owo-colors v4.3.0 |
| 713 | 2026-03-10T18:08:06.213Z | Downloaded heapless v0.8.0 |
| 714 | 2026-03-10T18:08:06.216Z | Downloaded pin-utils v0.1.0 |
| 715 | 2026-03-10T18:08:06.219Z | Downloaded num_enum_derive v0.7.5 |
| 716 | 2026-03-10T18:08:06.222Z | Downloaded predicates-tree v1.0.13 |
| 717 | 2026-03-10T18:08:06.225Z | Downloaded oxide-tokio-rt v0.1.2 |
| 718 | 2026-03-10T18:08:06.225Z | Downloaded cc v1.2.56 |
| 719 | 2026-03-10T18:08:06.229Z | Downloaded proc-macro-crate v3.4.0 |
| 720 | 2026-03-10T18:08:06.233Z | Downloaded base64 v0.22.1 |
| 721 | 2026-03-10T18:08:06.236Z | Downloaded compact_str v0.8.1 |
| 722 | 2026-03-10T18:08:06.240Z | Downloaded progenitor-client v0.11.2 |
| 723 | 2026-03-10T18:08:06.242Z | Downloaded progenitor-client v0.10.0 |
| 724 | 2026-03-10T18:08:06.245Z | Downloaded progenitor-macro v0.13.0 |
| 725 | 2026-03-10T18:08:06.249Z | Downloaded fatfs v0.3.6 |
| 726 | 2026-03-10T18:08:06.252Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 727 | 2026-03-10T18:08:06.252Z | Downloaded password-hash v0.4.2 |
| 728 | 2026-03-10T18:08:06.256Z | Downloaded progenitor-macro v0.11.2 |
| 729 | 2026-03-10T18:08:06.261Z | Downloaded progenitor-macro v0.10.0 |
| 730 | 2026-03-10T18:08:06.262Z | Downloaded phf v0.13.1 |
| 731 | 2026-03-10T18:08:06.266Z | Downloaded pem v3.0.6 |
| 732 | 2026-03-10T18:08:06.266Z | Downloaded parking_lot_core v0.8.6 |
| 733 | 2026-03-10T18:08:06.266Z | Downloaded peg-macros v0.8.5 |
| 734 | 2026-03-10T18:08:06.268Z | Downloaded pin-project-internal v1.1.11 |
| 735 | 2026-03-10T18:08:06.271Z | Downloaded quick-error v1.2.3 |
| 736 | 2026-03-10T18:08:06.274Z | Downloaded pkcs8 v0.10.2 |
| 737 | 2026-03-10T18:08:06.278Z | Downloaded ppv-lite86 v0.2.21 |
| 738 | 2026-03-10T18:08:06.282Z | Downloaded pin-project-lite v0.2.17 |
| 739 | 2026-03-10T18:08:06.285Z | Downloaded headers v0.4.1 |
| 740 | 2026-03-10T18:08:06.289Z | Downloaded rand_chacha v0.3.1 |
| 741 | 2026-03-10T18:08:06.292Z | Downloaded postgres-protocol v0.6.10 |
| 742 | 2026-03-10T18:08:06.297Z | Downloaded indicatif v0.18.4 |
| 743 | 2026-03-10T18:08:06.299Z | Downloaded parking_lot v0.11.2 |
| 744 | 2026-03-10T18:08:06.302Z | Downloaded ignore v0.4.25 |
| 745 | 2026-03-10T18:08:06.305Z | Downloaded ref-cast-impl v1.0.25 |
| 746 | 2026-03-10T18:08:06.308Z | Downloaded ref-cast v1.0.25 |
| 747 | 2026-03-10T18:08:06.310Z | Downloaded polyval v0.6.2 |
| 748 | 2026-03-10T18:08:06.314Z | Downloaded psm v0.1.30 |
| 749 | 2026-03-10T18:08:06.318Z | Downloaded recursive v0.1.1 |
| 750 | 2026-03-10T18:08:06.318Z | Downloaded radium v0.7.0 |
| 751 | 2026-03-10T18:08:06.321Z | Downloaded rand_xorshift v0.4.0 |
| 752 | 2026-03-10T18:08:06.321Z | Downloaded phf v0.12.1 |
| 753 | 2026-03-10T18:08:06.324Z | Downloaded miniz_oxide v0.8.9 |
| 754 | 2026-03-10T18:08:06.327Z | Downloaded primeorder v0.13.6 |
| 755 | 2026-03-10T18:08:06.330Z | Downloaded postcard v1.1.3 |
| 756 | 2026-03-10T18:08:06.333Z | Downloaded rtoolbox v0.0.3 |
| 757 | 2026-03-10T18:08:06.333Z | Downloaded rfc6979 v0.4.0 |
| 758 | 2026-03-10T18:08:06.338Z | Downloaded crossterm v0.28.1 |
| 759 | 2026-03-10T18:08:06.343Z | Downloaded postgres-types v0.2.12 |
| 760 | 2026-03-10T18:08:06.354Z | Downloaded oxnet v0.1.4 |
| 761 | 2026-03-10T18:08:06.359Z | Downloaded rustc-hash v2.1.1 |
| 762 | 2026-03-10T18:08:06.359Z | Downloaded parking_lot_core v0.9.12 |
| 763 | 2026-03-10T18:08:06.359Z | Downloaded parking_lot v0.12.5 |
| 764 | 2026-03-10T18:08:06.359Z | Downloaded predicates v3.1.4 |
| 765 | 2026-03-10T18:08:06.359Z | Downloaded progenitor-client v0.13.0 |
| 766 | 2026-03-10T18:08:06.362Z | Downloaded rand_seeder v0.4.0 |
| 767 | 2026-03-10T18:08:06.362Z | Downloaded rand_core v0.6.4 |
| 768 | 2026-03-10T18:08:06.364Z | Downloaded rand_chacha v0.9.0 |
| 769 | 2026-03-10T18:08:06.364Z | Downloaded rustc_version v0.1.7 |
| 770 | 2026-03-10T18:08:06.367Z | Downloaded rustc_version v0.4.1 |
| 771 | 2026-03-10T18:08:06.367Z | Downloaded aho-corasick v1.1.4 |
| 772 | 2026-03-10T18:08:06.373Z | Downloaded salsa20 v0.10.2 |
| 773 | 2026-03-10T18:08:06.377Z | Downloaded russh-cryptovec v0.7.3 |
| 774 | 2026-03-10T18:08:06.377Z | Downloaded progenitor v0.10.0 |
| 775 | 2026-03-10T18:08:06.380Z | Downloaded scheduled-thread-pool v0.2.7 |
| 776 | 2026-03-10T18:08:06.380Z | Downloaded papergrid v0.17.0 |
| 777 | 2026-03-10T18:08:06.384Z | Downloaded scrypt v0.11.0 |
| 778 | 2026-03-10T18:08:06.388Z | Downloaded sapling-renderdag v0.1.0 |
| 779 | 2026-03-10T18:08:06.391Z | Downloaded same-file v1.0.6 |
| 780 | 2026-03-10T18:08:06.392Z | Downloaded hickory-resolver v0.25.2 |
| 781 | 2026-03-10T18:08:06.394Z | Downloaded hickory-resolver v0.24.4 |
| 782 | 2026-03-10T18:08:06.398Z | Downloaded serde-big-array v0.5.1 |
| 783 | 2026-03-10T18:08:06.401Z | Downloaded seq-macro v0.3.6 |
| 784 | 2026-03-10T18:08:06.404Z | Downloaded hashbrown v0.13.2 |
| 785 | 2026-03-10T18:08:06.408Z | Downloaded scopeguard v1.2.0 |
| 786 | 2026-03-10T18:08:06.411Z | Downloaded der v0.7.10 |
| 787 | 2026-03-10T18:08:06.415Z | Downloaded rand_core v0.10.0 |
| 788 | 2026-03-10T18:08:06.417Z | Downloaded oso v0.27.3 |
| 789 | 2026-03-10T18:08:06.420Z | Downloaded rustls-native-certs v0.8.3 |
| 790 | 2026-03-10T18:08:06.423Z | Downloaded secrecy v0.8.0 |
| 791 | 2026-03-10T18:08:06.423Z | Downloaded secrecy v0.10.3 |
| 792 | 2026-03-10T18:08:06.426Z | Downloaded p256 v0.13.2 |
| 793 | 2026-03-10T18:08:06.429Z | Downloaded serde_urlencoded v0.7.1 |
| 794 | 2026-03-10T18:08:06.433Z | Downloaded serde_bytes v0.11.19 |
| 795 | 2026-03-10T18:08:06.433Z | Downloaded rustversion v1.0.22 |
| 796 | 2026-03-10T18:08:06.435Z | Downloaded pin-project v1.1.11 |
| 797 | 2026-03-10T18:08:06.444Z | Downloaded sigpipe v0.1.3 |
| 798 | 2026-03-10T18:08:06.447Z | Downloaded rustls-pemfile v2.2.0 |
| 799 | 2026-03-10T18:08:06.450Z | Downloaded rustls-pemfile v1.0.4 |
| 800 | 2026-03-10T18:08:06.453Z | Downloaded signal-hook-mio v0.2.5 |
| 801 | 2026-03-10T18:08:06.453Z | Downloaded serde_plain v1.0.2 |
| 802 | 2026-03-10T18:08:06.456Z | Downloaded slog-envlogger v2.2.0 |
| 803 | 2026-03-10T18:08:06.456Z | Downloaded signal-hook-tokio v0.3.1 |
| 804 | 2026-03-10T18:08:06.459Z | Downloaded shell-words v1.1.1 |
| 805 | 2026-03-10T18:08:06.459Z | Downloaded progenitor-impl v0.11.2 |
| 806 | 2026-03-10T18:08:06.463Z | Downloaded siphasher v1.0.2 |
| 807 | 2026-03-10T18:08:06.466Z | Downloaded signature v2.2.0 |
| 808 | 2026-03-10T18:08:06.466Z | Downloaded slog-bunyan v2.5.0 |
| 809 | 2026-03-10T18:08:06.469Z | Downloaded derive_more-impl v2.1.1 |
| 810 | 2026-03-10T18:08:06.472Z | Downloaded quinn-udp v0.5.14 |
| 811 | 2026-03-10T18:08:06.475Z | Downloaded sha1 v0.10.6 |
| 812 | 2026-03-10T18:08:06.478Z | Downloaded sec1 v0.7.3 |
| 813 | 2026-03-10T18:08:06.481Z | Downloaded rusty-fork v0.3.1 |
| 814 | 2026-03-10T18:08:06.481Z | Downloaded hyper-util v0.1.20 |
| 815 | 2026-03-10T18:08:06.486Z | Downloaded omicron-zone-package v0.12.2 |
| 816 | 2026-03-10T18:08:06.489Z | Downloaded serde_path_to_error v0.1.20 |
| 817 | 2026-03-10T18:08:06.495Z | Downloaded paste v1.0.15 |
| 818 | 2026-03-10T18:08:06.495Z | Downloaded scroll v0.13.0 |
| 819 | 2026-03-10T18:08:06.499Z | Downloaded russh-keys v0.45.0 |
| 820 | 2026-03-10T18:08:06.502Z | Downloaded schemars_derive v0.8.22 |
| 821 | 2026-03-10T18:08:06.502Z | Downloaded rustls-pki-types v1.14.0 |
| 822 | 2026-03-10T18:08:06.505Z | Downloaded serde_spanned v1.0.4 |
| 823 | 2026-03-10T18:08:06.508Z | Downloaded ssh-cipher v0.2.0 |
| 824 | 2026-03-10T18:08:06.508Z | Downloaded sct v0.7.1 |
| 825 | 2026-03-10T18:08:06.511Z | Downloaded serde_repr v0.1.20 |
| 826 | 2026-03-10T18:08:06.514Z | Downloaded minimal-lexical v0.2.1 |
| 827 | 2026-03-10T18:08:06.517Z | Downloaded sqlparser_derive v0.5.0 |
| 828 | 2026-03-10T18:08:06.520Z | Downloaded serde_derive_internals v0.29.1 |
| 829 | 2026-03-10T18:08:06.522Z | Downloaded ssh-encoding v0.2.0 |
| 830 | 2026-03-10T18:08:06.522Z | Downloaded strum v0.26.3 |
| 831 | 2026-03-10T18:08:06.525Z | Downloaded rcgen v0.12.1 |
| 832 | 2026-03-10T18:08:06.525Z | Downloaded serde-hex v0.1.0 |
| 833 | 2026-03-10T18:08:06.528Z | Downloaded semver v0.1.20 |
| 834 | 2026-03-10T18:08:06.531Z | Downloaded simd-adler32 v0.3.8 |
| 835 | 2026-03-10T18:08:06.531Z | Downloaded signal-hook-registry v1.4.8 |
| 836 | 2026-03-10T18:08:06.534Z | Downloaded strum v0.27.2 |
| 837 | 2026-03-10T18:08:06.534Z | Downloaded ed25519-dalek v2.2.0 |
| 838 | 2026-03-10T18:08:06.538Z | Downloaded strip-ansi-escapes v0.2.1 |
| 839 | 2026-03-10T18:08:06.540Z | Downloaded slog-async v2.8.0 |
| 840 | 2026-03-10T18:08:06.540Z | Downloaded resolv-conf v0.7.6 |
| 841 | 2026-03-10T18:08:06.544Z | Downloaded rand_core v0.9.5 |
| 842 | 2026-03-10T18:08:06.546Z | Downloaded scroll_derive v0.13.1 |
| 843 | 2026-03-10T18:08:06.546Z | Downloaded smallvec v0.6.14 |
| 844 | 2026-03-10T18:08:06.549Z | Downloaded sync-ptr v0.1.4 |
| 845 | 2026-03-10T18:08:06.549Z | Downloaded structmeta v0.3.0 |
| 846 | 2026-03-10T18:08:06.552Z | Downloaded take_mut v0.2.2 |
| 847 | 2026-03-10T18:08:06.552Z | Downloaded tagptr v0.2.0 |
| 848 | 2026-03-10T18:08:06.555Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 849 | 2026-03-10T18:08:06.555Z | Downloaded testing_table v0.3.0 |
| 850 | 2026-03-10T18:08:06.558Z | Downloaded tabled_derive v0.11.0 |
| 851 | 2026-03-10T18:08:06.558Z | Downloaded tap v1.0.1 |
| 852 | 2026-03-10T18:08:06.562Z | Downloaded spki v0.7.3 |
| 853 | 2026-03-10T18:08:06.562Z | Downloaded snafu-derive v0.8.9 |
| 854 | 2026-03-10T18:08:06.568Z | Downloaded slab v0.4.12 |
| 855 | 2026-03-10T18:08:06.568Z | Downloaded sync_wrapper v1.0.2 |
| 856 | 2026-03-10T18:08:06.571Z | Downloaded supports-color v3.0.2 |
| 857 | 2026-03-10T18:08:06.571Z | Downloaded http v1.4.0 |
| 858 | 2026-03-10T18:08:06.571Z | Downloaded nom v7.1.3 |
| 859 | 2026-03-10T18:08:06.575Z | Downloaded serde_cbor v0.11.2 |
| 860 | 2026-03-10T18:08:06.578Z | Downloaded thread-id v5.1.0 |
| 861 | 2026-03-10T18:08:06.580Z | Downloaded slog-scope v4.4.1 |
| 862 | 2026-03-10T18:08:06.580Z | Downloaded termtree v0.5.1 |
| 863 | 2026-03-10T18:08:06.583Z | Downloaded tabwriter v1.4.1 |
| 864 | 2026-03-10T18:08:06.583Z | Downloaded subtle v2.6.1 |
| 865 | 2026-03-10T18:08:06.587Z | Downloaded slog-term v2.9.2 |
| 866 | 2026-03-10T18:08:06.587Z | Downloaded smf v0.2.3 |
| 867 | 2026-03-10T18:08:06.590Z | Downloaded prettyplease v0.2.37 |
| 868 | 2026-03-10T18:08:06.593Z | Downloaded stacker v0.1.23 |
| 869 | 2026-03-10T18:08:06.597Z | Downloaded prefix-trie v0.7.0 |
| 870 | 2026-03-10T18:08:06.600Z | Downloaded time-core v0.1.8 |
| 871 | 2026-03-10T18:08:06.600Z | Downloaded slog-stdlog v4.1.1 |
| 872 | 2026-03-10T18:08:06.600Z | Downloaded publicsuffix v2.3.0 |
| 873 | 2026-03-10T18:08:06.603Z | Downloaded static_assertions v1.1.0 |
| 874 | 2026-03-10T18:08:06.605Z | Downloaded slog-json v2.6.1 |
| 875 | 2026-03-10T18:08:06.605Z | Downloaded tinyvec_macros v0.1.1 |
| 876 | 2026-03-10T18:08:06.608Z | Downloaded slog-dtrace v0.3.0 |
| 877 | 2026-03-10T18:08:06.608Z | Downloaded r2d2 v0.8.10 |
| 878 | 2026-03-10T18:08:06.611Z | Downloaded pkcs5 v0.7.1 |
| 879 | 2026-03-10T18:08:06.614Z | Downloaded pkcs1 v0.7.5 |
| 880 | 2026-03-10T18:08:06.617Z | Downloaded strum_macros v0.24.3 |
| 881 | 2026-03-10T18:08:06.617Z | Downloaded stringprep v0.1.5 |
| 882 | 2026-03-10T18:08:06.621Z | Downloaded schemars v0.8.22 |
| 883 | 2026-03-10T18:08:06.627Z | Downloaded rustls-platform-verifier v0.6.2 |
| 884 | 2026-03-10T18:08:06.631Z | Downloaded structmeta-derive v0.3.0 |
| 885 | 2026-03-10T18:08:06.633Z | Downloaded spin v0.9.8 |
| 886 | 2026-03-10T18:08:06.636Z | Downloaded strum_macros v0.26.4 |
| 887 | 2026-03-10T18:08:06.636Z | Downloaded shlex v1.3.0 |
| 888 | 2026-03-10T18:08:06.639Z | Downloaded ron v0.8.1 |
| 889 | 2026-03-10T18:08:06.642Z | Downloaded quinn v0.11.9 |
| 890 | 2026-03-10T18:08:06.645Z | Downloaded support-bundle-viewer v0.1.2 |
| 891 | 2026-03-10T18:08:06.648Z | Downloaded sqlformat v0.3.5 |
| 892 | 2026-03-10T18:08:06.651Z | Downloaded serde_with_macros v3.17.0 |
| 893 | 2026-03-10T18:08:06.651Z | Downloaded hickory-server v0.25.2 |
| 894 | 2026-03-10T18:08:06.654Z | Downloaded itertools v0.10.5 |
| 895 | 2026-03-10T18:08:06.659Z | Downloaded strum_macros v0.27.2 |
| 896 | 2026-03-10T18:08:06.662Z | Downloaded serde_yaml v0.9.34+deprecated |
| 897 | 2026-03-10T18:08:06.665Z | Downloaded ryu v1.0.23 |
| 898 | 2026-03-10T18:08:06.668Z | Downloaded tiny-keccak v2.0.2 |
| 899 | 2026-03-10T18:08:06.671Z | Downloaded topological-sort v0.2.2 |
| 900 | 2026-03-10T18:08:06.671Z | Downloaded time-macros v0.2.27 |
| 901 | 2026-03-10T18:08:06.674Z | Downloaded tower-layer v0.3.3 |
| 902 | 2026-03-10T18:08:06.674Z | Downloaded trait-variant v0.1.2 |
| 903 | 2026-03-10T18:08:06.677Z | Downloaded tower-service v0.3.3 |
| 904 | 2026-03-10T18:08:06.677Z | Downloaded openssl-sys v0.9.111 |
| 905 | 2026-03-10T18:08:06.681Z | Downloaded rayon-core v1.13.0 |
| 906 | 2026-03-10T18:08:06.684Z | Downloaded thread_local v1.1.9 |
| 907 | 2026-03-10T18:08:06.687Z | Downloaded tokio-dtrace v0.1.1 |
| 908 | 2026-03-10T18:08:06.687Z | Downloaded try-lock v0.2.5 |
| 909 | 2026-03-10T18:08:06.687Z | Downloaded tls_codec_derive v0.4.2 |
| 910 | 2026-03-10T18:08:06.690Z | Downloaded slog v2.8.2 |
| 911 | 2026-03-10T18:08:06.695Z | Downloaded typify-macro v0.6.1 |
| 912 | 2026-03-10T18:08:06.695Z | Downloaded typify-macro v0.4.3 |
| 913 | 2026-03-10T18:08:06.698Z | Downloaded futures-util v0.3.32 |
| 914 | 2026-03-10T18:08:06.702Z | Downloaded unarray v0.1.4 |
| 915 | 2026-03-10T18:08:06.705Z | Downloaded tokio-tungstenite v0.21.0 |
| 916 | 2026-03-10T18:08:06.709Z | Downloaded unicode-truncate v1.1.0 |
| 917 | 2026-03-10T18:08:06.709Z | Downloaded tokio-rustls v0.25.0 |
| 918 | 2026-03-10T18:08:06.709Z | Downloaded untrusted v0.7.1 |
| 919 | 2026-03-10T18:08:06.712Z | Downloaded thiserror-no-std v2.0.2 |
| 920 | 2026-03-10T18:08:06.715Z | Downloaded iri-string v0.7.10 |
| 921 | 2026-03-10T18:08:06.718Z | Downloaded tokio-tungstenite v0.23.1 |
| 922 | 2026-03-10T18:08:06.721Z | Downloaded rsa v0.9.10 |
| 923 | 2026-03-10T18:08:06.724Z | Downloaded universal-hash v0.5.1 |
| 924 | 2026-03-10T18:08:06.727Z | Downloaded usdt-attr-macro v0.6.0 |
| 925 | 2026-03-10T18:08:06.727Z | Downloaded utf-8 v0.7.6 |
| 926 | 2026-03-10T18:08:06.728Z | Downloaded usdt v0.6.0 |
| 927 | 2026-03-10T18:08:06.731Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 928 | 2026-03-10T18:08:06.731Z | Downloaded similar v2.7.0 |
| 929 | 2026-03-10T18:08:06.733Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 930 | 2026-03-10T18:08:06.737Z | Downloaded untrusted v0.9.0 |
| 931 | 2026-03-10T18:08:06.737Z | Downloaded unit-prefix v0.5.2 |
| 932 | 2026-03-10T18:08:06.740Z | Downloaded itertools v0.12.1 |
| 933 | 2026-03-10T18:08:06.742Z | Downloaded socket2 v0.5.10 |
| 934 | 2026-03-10T18:08:06.745Z | Downloaded usdt-macro v0.6.0 |
| 935 | 2026-03-10T18:08:06.745Z | Downloaded tokio-native-tls v0.3.1 |
| 936 | 2026-03-10T18:08:06.748Z | Downloaded tokio-macros v2.6.0 |
| 937 | 2026-03-10T18:08:06.748Z | Downloaded progenitor-impl v0.13.0 |
| 938 | 2026-03-10T18:08:06.751Z | Downloaded qorb v0.4.1 |
| 939 | 2026-03-10T18:08:06.753Z | Downloaded rustls-webpki v0.103.9 |
| 940 | 2026-03-10T18:08:06.756Z | Downloaded term v1.2.1 |
| 941 | 2026-03-10T18:08:06.760Z | Downloaded tui-tree-widget v0.23.1 |
| 942 | 2026-03-10T18:08:06.763Z | Downloaded term v0.7.0 |
| 943 | 2026-03-10T18:08:06.763Z | Downloaded pretty_assertions v1.4.1 |
| 944 | 2026-03-10T18:08:06.766Z | Downloaded want v0.3.1 |
| 945 | 2026-03-10T18:08:06.766Z | Downloaded num-bigint-dig v0.8.6 |
| 946 | 2026-03-10T18:08:06.769Z | Downloaded wait-timeout v0.2.1 |
| 947 | 2026-03-10T18:08:06.771Z | Downloaded tls_codec v0.4.2 |
| 948 | 2026-03-10T18:08:06.771Z | Downloaded tokio-rustls v0.26.4 |
| 949 | 2026-03-10T18:08:06.774Z | Downloaded tar v0.4.44 |
| 950 | 2026-03-10T18:08:06.777Z | Downloaded snafu v0.8.9 |
| 951 | 2026-03-10T18:08:06.780Z | Downloaded xshell-macros v0.2.7 |
| 952 | 2026-03-10T18:08:06.785Z | Downloaded unicase v2.9.0 |
| 953 | 2026-03-10T18:08:06.785Z | Downloaded hkdf v0.12.4 |
| 954 | 2026-03-10T18:08:06.785Z | Downloaded void v1.0.2 |
| 955 | 2026-03-10T18:08:06.790Z | Downloaded waitgroup v0.1.2 |
| 956 | 2026-03-10T18:08:06.790Z | Downloaded num-bigint v0.4.6 |
| 957 | 2026-03-10T18:08:06.793Z | Downloaded mio v1.1.1 |
| 958 | 2026-03-10T18:08:06.796Z | Downloaded hyper v1.8.1 |
| 959 | 2026-03-10T18:08:06.798Z | Downloaded xattr v1.6.1 |
| 960 | 2026-03-10T18:08:06.801Z | Downloaded rand v0.8.5 |
| 961 | 2026-03-10T18:08:06.804Z | Downloaded termios v0.3.3 |
| 962 | 2026-03-10T18:08:06.804Z | Downloaded signal-hook v0.3.18 |
| 963 | 2026-03-10T18:08:06.807Z | Downloaded tokio-stream v0.1.18 |
| 964 | 2026-03-10T18:08:06.809Z | Downloaded tinyvec v1.10.0 |
| 965 | 2026-03-10T18:08:06.812Z | Downloaded tokio-rustls v0.24.1 |
| 966 | 2026-03-10T18:08:06.815Z | Downloaded zone v0.3.1 |
| 967 | 2026-03-10T18:08:06.815Z | Downloaded blake3 v1.8.3 |
| 968 | 2026-03-10T18:08:06.820Z | Downloaded zeroize_derive v1.4.3 |
| 969 | 2026-03-10T18:08:06.823Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 970 | 2026-03-10T18:08:06.826Z | Downloaded schemars v0.9.0 |
| 971 | 2026-03-10T18:08:06.833Z | Downloaded vergen-git2 v1.0.7 |
| 972 | 2026-03-10T18:08:06.837Z | Downloaded schemars v1.2.1 |
| 973 | 2026-03-10T18:08:06.846Z | Downloaded zone_cfg_derive v0.3.1 |
| 974 | 2026-03-10T18:08:06.849Z | Downloaded usdt-impl v0.6.0 |
| 975 | 2026-03-10T18:08:06.849Z | Downloaded unicode-properties v0.1.4 |
| 976 | 2026-03-10T18:08:06.852Z | Downloaded tracing-attributes v0.1.31 |
| 977 | 2026-03-10T18:08:06.852Z | Downloaded rand v0.9.2 |
| 978 | 2026-03-10T18:08:06.855Z | Downloaded uzers v0.12.2 |
| 979 | 2026-03-10T18:08:06.858Z | Downloaded socket2 v0.6.2 |
| 980 | 2026-03-10T18:08:06.858Z | Downloaded iddqd v0.3.17 |
| 981 | 2026-03-10T18:08:06.864Z | Downloaded vsss-rs v3.3.4 |
| 982 | 2026-03-10T18:08:06.867Z | Downloaded vergen-lib v0.1.6 |
| 983 | 2026-03-10T18:08:06.867Z | Downloaded wyz v0.5.1 |
| 984 | 2026-03-10T18:08:06.870Z | Downloaded whoami v1.6.1 |
| 985 | 2026-03-10T18:08:06.870Z | Downloaded xz2 v0.1.7 |
| 986 | 2026-03-10T18:08:06.874Z | Downloaded whoami v2.1.0 |
| 987 | 2026-03-10T18:08:06.874Z | Downloaded vergen-gitcl v1.0.8 |
| 988 | 2026-03-10T18:08:06.877Z | Downloaded twox-hash v2.1.2 |
| 989 | 2026-03-10T18:08:06.877Z | Downloaded toml v0.7.8 |
| 990 | 2026-03-10T18:08:06.881Z | Downloaded samael v0.0.19 |
| 991 | 2026-03-10T18:08:06.884Z | Downloaded zeroize v1.8.2 |
| 992 | 2026-03-10T18:08:06.887Z | Downloaded test-strategy v0.4.5 |
| 993 | 2026-03-10T18:08:06.890Z | Downloaded tungstenite v0.21.0 |
| 994 | 2026-03-10T18:08:06.890Z | Downloaded tracing-core v0.1.36 |
| 995 | 2026-03-10T18:08:06.893Z | Downloaded xshell v0.2.7 |
| 996 | 2026-03-10T18:08:06.896Z | Downloaded typify v0.4.3 |
| 997 | 2026-03-10T18:08:06.899Z | Downloaded zstd-safe v7.2.4 |
| 998 | 2026-03-10T18:08:06.899Z | Downloaded vergen v9.0.6 |
| 999 | 2026-03-10T18:08:06.901Z | Downloaded itertools v0.13.0 |
| 1000 | 2026-03-10T18:08:06.906Z | Downloaded itertools v0.14.0 |
| 1001 | 2026-03-10T18:08:06.914Z | Downloaded hashbrown v0.15.5 |
| 1002 | 2026-03-10T18:08:06.917Z | Downloaded rand v0.10.0 |
| 1003 | 2026-03-10T18:08:06.920Z | Downloaded tungstenite v0.23.0 |
| 1004 | 2026-03-10T18:08:06.923Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1005 | 2026-03-10T18:08:06.928Z | Downloaded subprocess v0.2.15 |
| 1006 | 2026-03-10T18:08:06.933Z | Downloaded libxml v0.3.3 |
| 1007 | 2026-03-10T18:08:06.940Z | Downloaded zerocopy v0.6.6 |
| 1008 | 2026-03-10T18:08:06.940Z | Downloaded walkdir v2.5.0 |
| 1009 | 2026-03-10T18:08:06.940Z | Downloaded typify v0.6.1 |
| 1010 | 2026-03-10T18:08:06.947Z | Downloaded steno v0.4.1 |
| 1011 | 2026-03-10T18:08:06.947Z | Downloaded uuid v1.21.0 |
| 1012 | 2026-03-10T18:08:06.956Z | Downloaded p521 v0.13.3 |
| 1013 | 2026-03-10T18:08:06.956Z | Downloaded bitvec v1.0.1 |
| 1014 | 2026-03-10T18:08:06.960Z | Downloaded zstd v0.13.3 |
| 1015 | 2026-03-10T18:08:06.963Z | Downloaded aws-lc-rs v1.16.0 |
| 1016 | 2026-03-10T18:08:06.971Z | Downloaded libm v0.2.16 |
| 1017 | 2026-03-10T18:08:06.979Z | Downloaded toml_edit v0.19.15 |
| 1018 | 2026-03-10T18:08:06.992Z | Downloaded yasna v0.5.2 |
| 1019 | 2026-03-10T18:08:06.995Z | Downloaded vte v0.14.1 |
| 1020 | 2026-03-10T18:08:06.997Z | Downloaded unicode-bidi v0.3.18 |
| 1021 | 2026-03-10T18:08:07.001Z | Downloaded regex v1.12.3 |
| 1022 | 2026-03-10T18:08:07.004Z | Downloaded portable-atomic v1.13.1 |
| 1023 | 2026-03-10T18:08:07.009Z | Downloaded unsafe-libyaml v0.2.11 |
| 1024 | 2026-03-10T18:08:07.011Z | Downloaded rpassword v7.4.0 |
| 1025 | 2026-03-10T18:08:07.058Z | Downloaded rayon v1.11.0 |
| 1026 | 2026-03-10T18:08:07.058Z | Downloaded reedline v0.40.0 |
| 1027 | 2026-03-10T18:08:07.058Z | Downloaded chrono v0.4.44 |
| 1028 | 2026-03-10T18:08:07.058Z | Downloaded ssh-key v0.6.7 |
| 1029 | 2026-03-10T18:08:07.058Z | Downloaded zopfli v0.8.3 |
| 1030 | 2026-03-10T18:08:07.058Z | Downloaded reqwest v0.12.28 |
| 1031 | 2026-03-10T18:08:07.064Z | Downloaded goblin v0.10.5 |
| 1032 | 2026-03-10T18:08:07.064Z | Downloaded tokio-postgres v0.7.16 |
| 1033 | 2026-03-10T18:08:07.064Z | Downloaded rustyline v14.0.0 |
| 1034 | 2026-03-10T18:08:07.072Z | Downloaded tower v0.5.3 |
| 1035 | 2026-03-10T18:08:07.075Z | Downloaded zerocopy-derive v0.8.40 |
| 1036 | 2026-03-10T18:08:07.078Z | Downloaded zip v0.6.6 |
| 1037 | 2026-03-10T18:08:07.081Z | Downloaded unicode-segmentation v1.12.0 |
| 1038 | 2026-03-10T18:08:07.081Z | Downloaded salty v0.3.0 |
| 1039 | 2026-03-10T18:08:07.087Z | Downloaded x509-cert v0.2.5 |
| 1040 | 2026-03-10T18:08:07.092Z | Downloaded p384 v0.13.1 |
| 1041 | 2026-03-10T18:08:07.095Z | Downloaded yansi v1.0.1 |
| 1042 | 2026-03-10T18:08:07.098Z | Downloaded typed-path v0.9.3 |
| 1043 | 2026-03-10T18:08:07.102Z | Downloaded ron v0.12.0 |
| 1044 | 2026-03-10T18:08:07.109Z | Downloaded unicode_categories v0.1.1 |
| 1045 | 2026-03-10T18:08:07.112Z | Downloaded reqwest v0.13.2 |
| 1046 | 2026-03-10T18:08:07.115Z | Downloaded rustls-webpki v0.101.7 |
| 1047 | 2026-03-10T18:08:07.126Z | Downloaded tower-http v0.6.8 |
| 1048 | 2026-03-10T18:08:07.132Z | Downloaded unicode-normalization v0.1.25 |
| 1049 | 2026-03-10T18:08:07.135Z | Downloaded serde_with v3.17.0 |
| 1050 | 2026-03-10T18:08:07.144Z | Downloaded curve25519-dalek v4.1.3 |
| 1051 | 2026-03-10T18:08:07.150Z | Downloaded nix v0.27.1 |
| 1052 | 2026-03-10T18:08:07.159Z | Downloaded bstr v1.12.1 |
| 1053 | 2026-03-10T18:08:07.166Z | Downloaded tough v0.20.0 |
| 1054 | 2026-03-10T18:08:07.172Z | Downloaded petname v2.0.2 |
| 1055 | 2026-03-10T18:08:07.177Z | Downloaded winnow v0.5.40 |
| 1056 | 2026-03-10T18:08:07.186Z | Downloaded bindgen v0.71.1 |
| 1057 | 2026-03-10T18:08:07.191Z | Downloaded h2 v0.4.13 |
| 1058 | 2026-03-10T18:08:07.196Z | Downloaded git2 v0.20.4 |
| 1059 | 2026-03-10T18:08:07.203Z | Downloaded tokio-util v0.7.18 |
| 1060 | 2026-03-10T18:08:07.209Z | Downloaded lalrpop v0.19.12 |
| 1061 | 2026-03-10T18:08:07.220Z | Downloaded nix v0.29.0 |
| 1062 | 2026-03-10T18:08:07.226Z | Downloaded quick-xml v0.37.5 |
| 1063 | 2026-03-10T18:08:07.230Z | Downloaded moka v0.12.13 |
| 1064 | 2026-03-10T18:08:07.236Z | Downloaded nix v0.30.1 |
| 1065 | 2026-03-10T18:08:07.246Z | Downloaded zlib-rs v0.6.2 |
| 1066 | 2026-03-10T18:08:07.251Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1067 | 2026-03-10T18:08:07.254Z | Downloaded regex-syntax v0.6.29 |
| 1068 | 2026-03-10T18:08:07.260Z | Downloaded vcpkg v0.2.15 |
| 1069 | 2026-03-10T18:08:07.292Z | Downloaded zip v4.6.1 |
| 1070 | 2026-03-10T18:08:07.296Z | Downloaded proptest v1.10.0 |
| 1071 | 2026-03-10T18:08:07.304Z | Downloaded rustls-webpki v0.102.8 |
| 1072 | 2026-03-10T18:08:07.319Z | Downloaded webpki-roots v1.0.6 |
| 1073 | 2026-03-10T18:08:07.322Z | Downloaded zerocopy v0.8.40 |
| 1074 | 2026-03-10T18:08:07.329Z | Downloaded rustls v0.23.37 |
| 1075 | 2026-03-10T18:08:07.339Z | Downloaded quinn-proto v0.11.13 |
| 1076 | 2026-03-10T18:08:07.344Z | Downloaded regex-syntax v0.8.10 |
| 1077 | 2026-03-10T18:08:07.351Z | Downloaded object v0.30.4 |
| 1078 | 2026-03-10T18:08:07.358Z | Downloaded winnow v0.6.26 |
| 1079 | 2026-03-10T18:08:07.365Z | Downloaded regress v0.10.5 |
| 1080 | 2026-03-10T18:08:07.372Z | Downloaded russh v0.45.0 |
| 1081 | 2026-03-10T18:08:07.376Z | Downloaded string_cache v0.8.9 |
| 1082 | 2026-03-10T18:08:07.378Z | Downloaded progenitor-impl v0.10.0 |
| 1083 | 2026-03-10T18:08:07.379Z | Downloaded jiff-static v0.2.21 |
| 1084 | 2026-03-10T18:08:07.382Z | Downloaded hashbrown v0.12.3 |
| 1085 | 2026-03-10T18:08:07.386Z | Downloaded polar-core v0.27.3 |
| 1086 | 2026-03-10T18:08:07.390Z | Downloaded openssl v0.10.75 |
| 1087 | 2026-03-10T18:08:07.397Z | Downloaded flate2 v1.1.9 |
| 1088 | 2026-03-10T18:08:07.401Z | Downloaded crossterm v0.29.0 |
| 1089 | 2026-03-10T18:08:07.407Z | Downloaded crossbeam-channel v0.5.15 |
| 1090 | 2026-03-10T18:08:07.410Z | Downloaded poly1305 v0.8.0 |
| 1091 | 2026-03-10T18:08:07.413Z | Downloaded ratatui v0.29.0 |
| 1092 | 2026-03-10T18:08:07.426Z | Downloaded radix_trie v0.2.1 |
| 1093 | 2026-03-10T18:08:07.430Z | Downloaded tracing v0.1.44 |
| 1094 | 2026-03-10T18:08:07.450Z | Downloaded time v0.3.47 |
| 1095 | 2026-03-10T18:08:07.456Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1096 | 2026-03-10T18:08:07.466Z | Downloaded tabled v0.20.0 |
| 1097 | 2026-03-10T18:08:07.480Z | Downloaded rustls v0.21.12 |
| 1098 | 2026-03-10T18:08:07.488Z | Downloaded dropshot v0.16.7 |
| 1099 | 2026-03-10T18:08:07.507Z | Downloaded diesel v2.2.12 |
| 1100 | 2026-03-10T18:08:07.521Z | Downloaded smoltcp v0.9.1 |
| 1101 | 2026-03-10T18:08:07.529Z | Downloaded chrono-tz v0.10.4 |
| 1102 | 2026-03-10T18:08:07.544Z | Downloaded jiff v0.2.21 |
| 1103 | 2026-03-10T18:08:07.557Z | Downloaded hickory-proto v0.24.4 |
| 1104 | 2026-03-10T18:08:07.569Z | Downloaded openapiv3 v2.2.0 |
| 1105 | 2026-03-10T18:08:07.577Z | Downloaded object v0.37.3 |
| 1106 | 2026-03-10T18:08:07.587Z | Downloaded nix v0.31.1 |
| 1107 | 2026-03-10T18:08:07.595Z | Downloaded nix v0.28.0 |
| 1108 | 2026-03-10T18:08:07.603Z | Downloaded hickory-proto v0.25.2 |
| 1109 | 2026-03-10T18:08:07.616Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1110 | 2026-03-10T18:08:07.629Z | Downloaded rustix v0.38.44 |
| 1111 | 2026-03-10T18:08:07.646Z | Downloaded smoltcp v0.11.0 |
| 1112 | 2026-03-10T18:08:07.656Z | Downloaded rustls v0.22.4 |
| 1113 | 2026-03-10T18:08:07.666Z | Downloaded pkg-config v0.3.32 |
| 1114 | 2026-03-10T18:08:07.668Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1115 | 2026-03-10T18:08:07.668Z | Downloaded psl-types v2.0.11 |
| 1116 | 2026-03-10T18:08:07.668Z | Downloaded progenitor-extras v0.1.0 |
| 1117 | 2026-03-10T18:08:07.671Z | Downloaded progenitor v0.13.0 |
| 1118 | 2026-03-10T18:08:07.671Z | Downloaded progenitor v0.11.2 |
| 1119 | 2026-03-10T18:08:07.671Z | Downloaded proc-macro-error2 v2.0.1 |
| 1120 | 2026-03-10T18:08:07.675Z | Downloaded powerfmt v0.2.0 |
| 1121 | 2026-03-10T18:08:07.676Z | Downloaded ar_archive_writer v0.5.1 |
| 1122 | 2026-03-10T18:08:07.678Z | Downloaded pem-rfc7468 v0.7.0 |
| 1123 | 2026-03-10T18:08:07.678Z | Downloaded peg v0.8.5 |
| 1124 | 2026-03-10T18:08:07.681Z | Downloaded password-hash v0.5.0 |
| 1125 | 2026-03-10T18:08:07.684Z | Downloaded newtype-uuid v1.3.2 |
| 1126 | 2026-03-10T18:08:07.684Z | Downloaded libsw-core v0.3.2 |
| 1127 | 2026-03-10T18:08:07.687Z | Downloaded derive_more v2.1.1 |
| 1128 | 2026-03-10T18:08:07.693Z | Downloaded parse-display-derive v0.10.0 |
| 1129 | 2026-03-10T18:08:07.696Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1130 | 2026-03-10T18:08:07.696Z | Downloaded dropshot-api-manager v0.5.2 |
| 1131 | 2026-03-10T18:08:07.698Z | Downloaded darling_core v0.23.0 |
| 1132 | 2026-03-10T18:08:07.702Z | Downloaded flume v0.11.1 |
| 1133 | 2026-03-10T18:08:07.705Z | Downloaded bumpalo v3.20.2 |
| 1134 | 2026-03-10T18:08:07.708Z | Downloaded proc-macro-crate v1.3.1 |
| 1135 | 2026-03-10T18:08:07.711Z | Downloaded packed_struct v0.10.1 |
| 1136 | 2026-03-10T18:08:07.711Z | Downloaded hyper-rustls v0.27.7 |
| 1137 | 2026-03-10T18:08:07.713Z | Downloaded diesel_derives v2.2.7 |
| 1138 | 2026-03-10T18:08:07.716Z | Downloaded const_format v0.2.35 |
| 1139 | 2026-03-10T18:08:07.719Z | Downloaded arc-swap v1.8.2 |
| 1140 | 2026-03-10T18:08:07.722Z | Downloaded nu-ansi-term v0.50.3 |
| 1141 | 2026-03-10T18:08:07.725Z | Downloaded libloading v0.8.9 |
| 1142 | 2026-03-10T18:08:07.725Z | Downloaded heapless v0.7.17 |
| 1143 | 2026-03-10T18:08:07.728Z | Downloaded getrandom v0.3.4 |
| 1144 | 2026-03-10T18:08:07.731Z | Downloaded num_enum v0.7.5 |
| 1145 | 2026-03-10T18:08:07.741Z | Downloaded litrs v1.0.0 |
| 1146 | 2026-03-10T18:08:07.747Z | Downloaded num-complex v0.4.6 |
| 1147 | 2026-03-10T18:08:07.747Z | Downloaded memmap2 v0.9.10 |
| 1148 | 2026-03-10T18:08:07.747Z | Downloaded indexmap v1.9.3 |
| 1149 | 2026-03-10T18:08:07.747Z | Downloaded sled v0.34.7 |
| 1150 | 2026-03-10T18:08:07.750Z | Downloaded sqlparser v0.61.0 |
| 1151 | 2026-03-10T18:08:07.755Z | Downloaded pbkdf2 v0.11.0 |
| 1152 | 2026-03-10T18:08:07.758Z | Downloaded crypto-bigint v0.5.5 |
| 1153 | 2026-03-10T18:08:07.762Z | Downloaded typify-impl v0.6.1 |
| 1154 | 2026-03-10T18:08:07.773Z | Downloaded allocator-api2 v0.2.21 |
| 1155 | 2026-03-10T18:08:07.776Z | Downloaded multer v3.1.0 |
| 1156 | 2026-03-10T18:08:07.778Z | Downloaded ingot-macros v0.1.1 |
| 1157 | 2026-03-10T18:08:07.778Z | Downloaded openssl-probe v0.2.1 |
| 1158 | 2026-03-10T18:08:07.781Z | Downloaded openssl-probe v0.1.6 |
| 1159 | 2026-03-10T18:08:07.781Z | Downloaded openssl-macros v0.1.1 |
| 1160 | 2026-03-10T18:08:07.781Z | Downloaded num_threads v0.1.7 |
| 1161 | 2026-03-10T18:08:07.781Z | Downloaded num-iter v0.1.45 |
| 1162 | 2026-03-10T18:08:07.784Z | Downloaded lock_api v0.4.14 |
| 1163 | 2026-03-10T18:08:07.784Z | Downloaded num-conv v0.2.0 |
| 1164 | 2026-03-10T18:08:07.784Z | Downloaded futures v0.3.32 |
| 1165 | 2026-03-10T18:08:07.787Z | Downloaded typify-impl v0.4.3 |
| 1166 | 2026-03-10T18:08:07.798Z | Downloaded crc-any v2.5.0 |
| 1167 | 2026-03-10T18:08:07.801Z | Downloaded colored v3.1.1 |
| 1168 | 2026-03-10T18:08:07.804Z | Downloaded cancel-safe-futures v0.1.5 |
| 1169 | 2026-03-10T18:08:07.804Z | Downloaded hmac v0.12.1 |
| 1170 | 2026-03-10T18:08:07.807Z | Downloaded ring v0.17.14 |
| 1171 | 2026-03-10T18:08:07.838Z | Downloaded async-bb8-diesel v0.2.1 |
| 1172 | 2026-03-10T18:08:07.841Z | Downloaded ipnetwork v0.21.1 |
| 1173 | 2026-03-10T18:08:07.841Z | Downloaded ingot v0.1.1 |
| 1174 | 2026-03-10T18:08:07.844Z | Downloaded foldhash v0.1.5 |
| 1175 | 2026-03-10T18:08:07.844Z | Downloaded expectorate v1.2.0 |
| 1176 | 2026-03-10T18:08:07.847Z | Downloaded new_debug_unreachable v1.0.6 |
| 1177 | 2026-03-10T18:08:07.847Z | Downloaded mime v0.3.17 |
| 1178 | 2026-03-10T18:08:07.847Z | Downloaded hickory-client v0.25.2 |
| 1179 | 2026-03-10T18:08:07.850Z | Downloaded indoc v2.0.7 |
| 1180 | 2026-03-10T18:08:07.853Z | Downloaded md5 v0.7.0 |
| 1181 | 2026-03-10T18:08:07.853Z | Downloaded managed v0.8.0 |
| 1182 | 2026-03-10T18:08:07.853Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1183 | 2026-03-10T18:08:07.856Z | Downloaded diff v0.1.13 |
| 1184 | 2026-03-10T18:08:07.859Z | Downloaded des v0.8.1 |
| 1185 | 2026-03-10T18:08:07.859Z | Downloaded maybe-uninit v2.0.0 |
| 1186 | 2026-03-10T18:08:07.859Z | Downloaded lru-slab v0.1.2 |
| 1187 | 2026-03-10T18:08:07.862Z | Downloaded lru-cache v0.1.2 |
| 1188 | 2026-03-10T18:08:07.862Z | Downloaded humantime v2.3.0 |
| 1189 | 2026-03-10T18:08:07.862Z | Downloaded httpdate v1.0.3 |
| 1190 | 2026-03-10T18:08:07.864Z | Downloaded bytes v1.11.1 |
| 1191 | 2026-03-10T18:08:07.867Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1192 | 2026-03-10T18:08:07.909Z | Downloaded zerocopy-derive v0.6.6 |
| 1193 | 2026-03-10T18:08:07.917Z | Downloaded regex-automata v0.4.14 |
| 1194 | 2026-03-10T18:08:07.930Z | Downloaded lru v0.12.5 |
| 1195 | 2026-03-10T18:08:07.933Z | Downloaded keccak v0.1.6 |
| 1196 | 2026-03-10T18:08:07.933Z | Downloaded cookie_store v0.22.1 |
| 1197 | 2026-03-10T18:08:07.933Z | Downloaded clang-sys v1.8.1 |
| 1198 | 2026-03-10T18:08:07.936Z | Downloaded bzip2 v0.4.4 |
| 1199 | 2026-03-10T18:08:07.939Z | Downloaded erased-serde v0.3.31 |
| 1200 | 2026-03-10T18:08:07.939Z | Downloaded ciborium v0.2.2 |
| 1201 | 2026-03-10T18:08:07.942Z | Downloaded argon2 v0.5.3 |
| 1202 | 2026-03-10T18:08:07.942Z | Downloaded petgraph v0.6.5 |
| 1203 | 2026-03-10T18:08:07.956Z | Downloaded ident_case v1.0.1 |
| 1204 | 2026-03-10T18:08:07.959Z | Downloaded lzma-sys v0.1.20 |
| 1205 | 2026-03-10T18:08:07.979Z | Downloaded hyper-tls v0.6.0 |
| 1206 | 2026-03-10T18:08:07.982Z | Downloaded globset v0.4.18 |
| 1207 | 2026-03-10T18:08:07.982Z | Downloaded glob v0.3.3 |
| 1208 | 2026-03-10T18:08:07.985Z | Downloaded git-stub-vcs v0.1.0 |
| 1209 | 2026-03-10T18:08:07.985Z | Downloaded fixedbitset v0.5.7 |
| 1210 | 2026-03-10T18:08:07.988Z | Downloaded filetime v0.2.27 |
| 1211 | 2026-03-10T18:08:07.988Z | Downloaded ff v0.13.1 |
| 1212 | 2026-03-10T18:08:07.988Z | Downloaded ena v0.14.4 |
| 1213 | 2026-03-10T18:08:07.991Z | Downloaded ecdsa v0.16.9 |
| 1214 | 2026-03-10T18:08:07.991Z | Downloaded drift v0.1.3 |
| 1215 | 2026-03-10T18:08:07.994Z | Downloaded diesel-dtrace v0.4.2 |
| 1216 | 2026-03-10T18:08:07.997Z | Downloaded hubpack v0.1.2 |
| 1217 | 2026-03-10T18:08:07.997Z | Downloaded futures-executor v0.3.32 |
| 1218 | 2026-03-10T18:08:07.997Z | Downloaded colored v2.2.0 |
| 1219 | 2026-03-10T18:08:08.000Z | Downloaded petgraph v0.8.3 |
| 1220 | 2026-03-10T18:08:08.016Z | Downloaded libz-sys v1.1.24 |
| 1221 | 2026-03-10T18:08:08.033Z | Downloaded csv v1.4.0 |
| 1222 | 2026-03-10T18:08:08.049Z | Downloaded sha3 v0.10.8 |
| 1223 | 2026-03-10T18:08:08.057Z | Downloaded defmt-macros v1.0.1 |
| 1224 | 2026-03-10T18:08:08.061Z | Downloaded fs_extra v1.3.0 |
| 1225 | 2026-03-10T18:08:08.061Z | Downloaded backon v1.6.0 |
| 1226 | 2026-03-10T18:08:08.061Z | Downloaded bitfield v0.19.4 |
| 1227 | 2026-03-10T18:08:08.061Z | Downloaded buf-list v1.1.2 |
| 1228 | 2026-03-10T18:08:08.064Z | Downloaded bcs v0.1.6 |
| 1229 | 2026-03-10T18:08:08.064Z | Downloaded ed25519 v2.2.3 |
| 1230 | 2026-03-10T18:08:08.064Z | Downloaded der_derive v0.7.3 |
| 1231 | 2026-03-10T18:08:08.067Z | Downloaded darling_core v0.20.11 |
| 1232 | 2026-03-10T18:08:08.073Z | Downloaded tokio v1.49.0 |
| 1233 | 2026-03-10T18:08:08.098Z | Downloaded ctr v0.9.2 |
| 1234 | 2026-03-10T18:08:08.103Z | Downloaded csv-core v0.1.13 |
| 1235 | 2026-03-10T18:08:08.103Z | Downloaded convert_case v0.10.0 |
| 1236 | 2026-03-10T18:08:08.106Z | Downloaded async-trait v0.1.89 |
| 1237 | 2026-03-10T18:08:08.106Z | Downloaded home v0.5.12 |
| 1238 | 2026-03-10T18:08:08.106Z | Downloaded hex v0.4.3 |
| 1239 | 2026-03-10T18:08:08.106Z | Downloaded dropshot-api-manager-types v0.5.2 |
| 1240 | 2026-03-10T18:08:08.110Z | Downloaded hash32 v0.2.1 |
| 1241 | 2026-03-10T18:08:08.110Z | Downloaded foreign-types-shared v0.1.1 |
| 1242 | 2026-03-10T18:08:08.110Z | Downloaded endian-type v0.1.2 |
| 1243 | 2026-03-10T18:08:08.110Z | Downloaded dyn-clone v1.0.20 |
| 1244 | 2026-03-10T18:08:08.110Z | Downloaded float-ord v0.3.2 |
| 1245 | 2026-03-10T18:08:08.110Z | Downloaded float-cmp v0.10.0 |
| 1246 | 2026-03-10T18:08:08.113Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1247 | 2026-03-10T18:08:08.113Z | Downloaded futures-macro v0.3.32 |
| 1248 | 2026-03-10T18:08:08.113Z | Downloaded dsl_auto_type v0.1.3 |
| 1249 | 2026-03-10T18:08:08.113Z | Downloaded futures-task v0.3.32 |
| 1250 | 2026-03-10T18:08:08.116Z | Downloaded futures-io v0.3.32 |
| 1251 | 2026-03-10T18:08:08.116Z | Downloaded futures-core v0.3.32 |
| 1252 | 2026-03-10T18:08:08.116Z | Downloaded dirs-next v2.0.0 |
| 1253 | 2026-03-10T18:08:08.116Z | Downloaded dunce v1.0.5 |
| 1254 | 2026-03-10T18:08:08.119Z | Downloaded constant_time_eq v0.4.2 |
| 1255 | 2026-03-10T18:08:08.119Z | Downloaded chacha20poly1305 v0.10.1 |
| 1256 | 2026-03-10T18:08:08.119Z | Downloaded cargo_toml v0.22.3 |
| 1257 | 2026-03-10T18:08:08.122Z | Downloaded document-features v0.2.12 |
| 1258 | 2026-03-10T18:08:08.122Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1259 | 2026-03-10T18:08:08.122Z | Downloaded async-recursion v1.1.1 |
| 1260 | 2026-03-10T18:08:08.126Z | Downloaded bit-vec v0.6.3 |
| 1261 | 2026-03-10T18:08:08.126Z | Downloaded base64ct v1.8.3 |
| 1262 | 2026-03-10T18:08:08.129Z | Downloaded encoding_rs v0.8.35 |
| 1263 | 2026-03-10T18:08:08.143Z | Downloaded backoff v0.4.0 |
| 1264 | 2026-03-10T18:08:08.146Z | Downloaded env_filter v1.0.0 |
| 1265 | 2026-03-10T18:08:08.146Z | Downloaded display-error-chain v0.2.2 |
| 1266 | 2026-03-10T18:08:08.149Z | Downloaded darling_macro v0.20.11 |
| 1267 | 2026-03-10T18:08:08.149Z | Downloaded crunchy v0.2.4 |
| 1268 | 2026-03-10T18:08:08.149Z | Downloaded bitfield-struct v0.6.2 |
| 1269 | 2026-03-10T18:08:08.149Z | Downloaded dof v0.4.0 |
| 1270 | 2026-03-10T18:08:08.153Z | Downloaded derive_builder_macro v0.20.2 |
| 1271 | 2026-03-10T18:08:08.153Z | Downloaded crc8 v0.1.1 |
| 1272 | 2026-03-10T18:08:08.153Z | Downloaded base16ct v1.0.0 |
| 1273 | 2026-03-10T18:08:08.153Z | Downloaded adler2 v2.0.1 |
| 1274 | 2026-03-10T18:08:08.153Z | Downloaded critical-section v1.2.0 |
| 1275 | 2026-03-10T18:08:08.156Z | Downloaded convert_case v0.4.0 |
| 1276 | 2026-03-10T18:08:08.156Z | Downloaded cobs v0.3.0 |
| 1277 | 2026-03-10T18:08:08.156Z | Downloaded aead v0.5.2 |
| 1278 | 2026-03-10T18:08:08.156Z | Downloaded defmt-parser v1.0.0 |
| 1279 | 2026-03-10T18:08:08.161Z | Downloaded async-stream v0.3.6 |
| 1280 | 2026-03-10T18:08:08.161Z | Downloaded cargo-platform v0.1.9 |
| 1281 | 2026-03-10T18:08:08.161Z | Downloaded bit-set v0.8.0 |
| 1282 | 2026-03-10T18:08:08.165Z | Downloaded bit-vec v0.8.0 |
| 1283 | 2026-03-10T18:08:08.165Z | Downloaded atty v0.2.14 |
| 1284 | 2026-03-10T18:08:08.165Z | Downloaded darling_macro v0.23.0 |
| 1285 | 2026-03-10T18:08:08.165Z | Downloaded cfg_aliases v0.1.1 |
| 1286 | 2026-03-10T18:08:08.165Z | Downloaded ascii-canvas v3.0.0 |
| 1287 | 2026-03-10T18:08:08.165Z | Downloaded arrayref v0.3.9 |
| 1288 | 2026-03-10T18:08:08.165Z | Downloaded array-init v0.0.4 |
| 1289 | 2026-03-10T18:08:08.165Z | Downloaded derive-where v1.6.0 |
| 1290 | 2026-03-10T18:08:08.168Z | Downloaded darling v0.23.0 |
| 1291 | 2026-03-10T18:08:08.173Z | Downloaded darling v0.20.11 |
| 1292 | 2026-03-10T18:08:08.176Z | Downloaded daft v0.1.5 |
| 1293 | 2026-03-10T18:08:08.176Z | Downloaded crc32fast v1.5.0 |
| 1294 | 2026-03-10T18:08:08.180Z | Downloaded cpufeatures v0.3.0 |
| 1295 | 2026-03-10T18:08:08.180Z | Downloaded console v0.16.2 |
| 1296 | 2026-03-10T18:08:08.183Z | Downloaded atomic-waker v1.1.2 |
| 1297 | 2026-03-10T18:08:08.183Z | Downloaded async-stream-impl v0.3.6 |
| 1298 | 2026-03-10T18:08:08.183Z | Downloaded deranged v0.5.8 |
| 1299 | 2026-03-10T18:08:08.186Z | Downloaded daft-derive v0.1.5 |
| 1300 | 2026-03-10T18:08:08.189Z | Downloaded cexpr v0.6.0 |
| 1301 | 2026-03-10T18:08:08.189Z | Downloaded bb8 v0.8.6 |
| 1302 | 2026-03-10T18:08:08.189Z | Downloaded chacha20 v0.10.0 |
| 1303 | 2026-03-10T18:08:08.192Z | Downloaded darling v0.21.3 |
| 1304 | 2026-03-10T18:08:08.195Z | Downloaded console v0.15.11 |
| 1305 | 2026-03-10T18:08:08.198Z | Downloaded cmake v0.1.57 |
| 1306 | 2026-03-10T18:08:08.198Z | Downloaded cfg_aliases v0.2.1 |
| 1307 | 2026-03-10T18:08:08.202Z | Downloaded bitfield-macros v0.19.4 |
| 1308 | 2026-03-10T18:08:08.202Z | Downloaded camino-tempfile-ext v0.3.3 |
| 1309 | 2026-03-10T18:08:08.202Z | Downloaded atomicwrites v0.4.4 |
| 1310 | 2026-03-10T18:08:08.202Z | Downloaded assert_matches v1.5.0 |
| 1311 | 2026-03-10T18:08:08.205Z | Downloaded arrayvec v0.7.6 |
| 1312 | 2026-03-10T18:08:08.205Z | Downloaded base16ct v0.2.0 |
| 1313 | 2026-03-10T18:08:08.205Z | Downloaded cipher v0.4.4 |
| 1314 | 2026-03-10T18:08:08.205Z | Downloaded castaway v0.2.4 |
| 1315 | 2026-03-10T18:08:08.208Z | Downloaded blake2 v0.10.6 |
| 1316 | 2026-03-10T18:08:08.208Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1317 | 2026-03-10T18:08:08.208Z | Downloaded cassowary v0.3.0 |
| 1318 | 2026-03-10T18:08:08.211Z | Downloaded aes-gcm v0.10.3 |
| 1319 | 2026-03-10T18:08:08.213Z | Downloaded blowfish v0.9.1 |
| 1320 | 2026-03-10T18:08:08.618Z | Downloaded aws-lc-sys v0.37.1 |
| 1321 | 2026-03-10T18:08:08.946Z | Compiling libc v0.2.180 |
| 1322 | 2026-03-10T18:08:08.946Z | Compiling serde v1.0.228 |
| 1323 | 2026-03-10T18:08:08.949Z | Compiling log v0.4.29 |
| 1324 | 2026-03-10T18:08:08.949Z | Compiling find-msvc-tools v0.1.9 |
| 1325 | 2026-03-10T18:08:08.949Z | Compiling shlex v1.3.0 |
| 1326 | 2026-03-10T18:08:08.949Z | Compiling smallvec v1.15.1 |
| 1327 | 2026-03-10T18:08:08.949Z | Compiling typenum v1.19.0 |
| 1328 | 2026-03-10T18:08:09.105Z | Compiling subtle v2.6.1 |
| 1329 | 2026-03-10T18:08:09.142Z | Compiling generic-array v0.14.7 |
| 1330 | 2026-03-10T18:08:09.146Z | Compiling scopeguard v1.2.0 |
| 1331 | 2026-03-10T18:08:09.156Z | Compiling portable-atomic v1.13.1 |
| 1332 | 2026-03-10T18:08:09.160Z | Compiling const-oid v0.9.6 |
| 1333 | 2026-03-10T18:08:09.240Z | Compiling critical-section v1.2.0 |
| 1334 | 2026-03-10T18:08:09.280Z | Compiling syn v2.0.117 |
| 1335 | 2026-03-10T18:08:09.283Z | Compiling zerocopy v0.8.40 |
| 1336 | 2026-03-10T18:08:09.303Z | Compiling parking_lot_core v0.9.12 |
| 1337 | 2026-03-10T18:08:09.416Z | Compiling lock_api v0.4.14 |
| 1338 | 2026-03-10T18:08:09.440Z | Compiling serde_json v1.0.149 |
| 1339 | 2026-03-10T18:08:09.442Z | Compiling pin-project-lite v0.2.17 |
| 1340 | 2026-03-10T18:08:09.484Z | Compiling pkg-config v0.3.32 |
| 1341 | 2026-03-10T18:08:09.531Z | Compiling libm v0.2.16 |
| 1342 | 2026-03-10T18:08:09.531Z | Compiling num-traits v0.2.19 |
| 1343 | 2026-03-10T18:08:09.582Z | Compiling bitflags v2.11.0 |
| 1344 | 2026-03-10T18:08:09.585Z | Compiling futures-core v0.3.32 |
| 1345 | 2026-03-10T18:08:09.648Z | Compiling percent-encoding v2.3.2 |
| 1346 | 2026-03-10T18:08:09.697Z | Compiling allocator-api2 v0.2.21 |
| 1347 | 2026-03-10T18:08:09.794Z | Compiling futures-sink v0.3.32 |
| 1348 | 2026-03-10T18:08:09.865Z | Compiling cpufeatures v0.2.17 |
| 1349 | 2026-03-10T18:08:09.890Z | Compiling foldhash v0.2.0 |
| 1350 | 2026-03-10T18:08:09.966Z | Compiling futures-channel v0.3.32 |
| 1351 | 2026-03-10T18:08:09.992Z | Compiling futures-task v0.3.32 |
| 1352 | 2026-03-10T18:08:10.015Z | Compiling getrandom v0.4.1 |
| 1353 | 2026-03-10T18:08:10.082Z | Compiling slab v0.4.12 |
| 1354 | 2026-03-10T18:08:10.126Z | Compiling futures-io v0.3.32 |
| 1355 | 2026-03-10T18:08:10.169Z | Compiling hashbrown v0.16.1 |
| 1356 | 2026-03-10T18:08:10.215Z | Compiling getrandom v0.3.4 |
| 1357 | 2026-03-10T18:08:10.237Z | Compiling rustversion v1.0.22 |
| 1358 | 2026-03-10T18:08:10.259Z | Compiling rand_core v0.10.0 |
| 1359 | 2026-03-10T18:08:10.303Z | Compiling form_urlencoded v1.2.2 |
| 1360 | 2026-03-10T18:08:10.307Z | Compiling dunce v1.0.5 |
| 1361 | 2026-03-10T18:08:10.372Z | Compiling base64ct v1.8.3 |
| 1362 | 2026-03-10T18:08:10.373Z | Compiling fs_extra v1.3.0 |
| 1363 | 2026-03-10T18:08:10.460Z | Compiling ident_case v1.0.1 |
| 1364 | 2026-03-10T18:08:10.482Z | Compiling flagset v0.4.7 |
| 1365 | 2026-03-10T18:08:10.536Z | Compiling getrandom v0.2.17 |
| 1366 | 2026-03-10T18:08:10.560Z | Compiling jobserver v0.1.34 |
| 1367 | 2026-03-10T18:08:10.583Z | Compiling errno v0.3.14 |
| 1368 | 2026-03-10T18:08:10.635Z | Compiling mio v1.1.1 |
| 1369 | 2026-03-10T18:08:10.744Z | Compiling socket2 v0.6.2 |
| 1370 | 2026-03-10T18:08:10.831Z | Compiling rand_core v0.6.4 |
| 1371 | 2026-03-10T18:08:10.875Z | Compiling once_cell v1.21.3 |
| 1372 | 2026-03-10T18:08:10.882Z | Compiling signal-hook-registry v1.4.8 |
| 1373 | 2026-03-10T18:08:10.939Z | Compiling cc v1.2.56 |
| 1374 | 2026-03-10T18:08:10.964Z | Compiling parking_lot v0.12.5 |
| 1375 | 2026-03-10T18:08:11.119Z | Compiling indexmap v2.13.0 |
| 1376 | 2026-03-10T18:08:11.142Z | Compiling pem-rfc7468 v0.7.0 |
| 1377 | 2026-03-10T18:08:11.177Z | Compiling iana-time-zone v0.1.65 |
| 1378 | 2026-03-10T18:08:11.204Z | Compiling rustix v1.1.3 |
| 1379 | 2026-03-10T18:08:11.226Z | Compiling uuid v1.21.0 |
| 1380 | 2026-03-10T18:08:11.266Z | Compiling rustc_version v0.4.1 |
| 1381 | 2026-03-10T18:08:11.393Z | Compiling vcpkg v0.2.15 |
| 1382 | 2026-03-10T18:08:11.402Z | Compiling regex-syntax v0.8.10 |
| 1383 | 2026-03-10T18:08:11.527Z | Compiling aws-lc-rs v1.16.0 |
| 1384 | 2026-03-10T18:08:11.581Z | Compiling rand_core v0.9.5 |
| 1385 | 2026-03-10T18:08:11.638Z | Compiling tracing-core v0.1.36 |
| 1386 | 2026-03-10T18:08:11.671Z | Compiling crossbeam-utils v0.8.21 |
| 1387 | 2026-03-10T18:08:11.694Z | Compiling openssl-probe v0.2.1 |
| 1388 | 2026-03-10T18:08:11.788Z | Compiling base64 v0.22.1 |
| 1389 | 2026-03-10T18:08:11.999Z | Compiling syn v1.0.109 |
| 1390 | 2026-03-10T18:08:12.031Z | Compiling untrusted v0.7.1 |
| 1391 | 2026-03-10T18:08:12.056Z | Compiling untrusted v0.9.0 |
| 1392 | 2026-03-10T18:08:12.091Z | Compiling schemars v0.8.22 |
| 1393 | 2026-03-10T18:08:12.107Z | Compiling httparse v1.10.1 |
| 1394 | 2026-03-10T18:08:12.173Z | Compiling cmake v0.1.57 |
| 1395 | 2026-03-10T18:08:12.243Z | Compiling tower-layer v0.3.3 |
| 1396 | 2026-03-10T18:08:12.247Z | Compiling atomic-waker v1.1.2 |
| 1397 | 2026-03-10T18:08:12.336Z | Compiling rustls v0.23.37 |
| 1398 | 2026-03-10T18:08:12.341Z | Compiling try-lock v0.2.5 |
| 1399 | 2026-03-10T18:08:12.429Z | Compiling dyn-clone v1.0.20 |
| 1400 | 2026-03-10T18:08:12.449Z | Compiling tinyvec_macros v0.1.1 |
| 1401 | 2026-03-10T18:08:12.472Z | Compiling tower-service v0.3.3 |
| 1402 | 2026-03-10T18:08:12.523Z | Compiling want v0.3.1 |
| 1403 | 2026-03-10T18:08:12.548Z | Compiling spin v0.9.8 |
| 1404 | 2026-03-10T18:08:12.552Z | Compiling aho-corasick v1.1.4 |
| 1405 | 2026-03-10T18:08:12.603Z | Compiling tinyvec v1.10.0 |
| 1406 | 2026-03-10T18:08:12.607Z | Compiling pin-utils v0.1.0 |
| 1407 | 2026-03-10T18:08:12.652Z | Compiling num-conv v0.2.0 |
| 1408 | 2026-03-10T18:08:12.655Z | Compiling foreign-types-shared v0.1.1 |
| 1409 | 2026-03-10T18:08:12.656Z | Compiling openssl v0.10.75 |
| 1410 | 2026-03-10T18:08:12.765Z | Compiling httpdate v1.0.3 |
| 1411 | 2026-03-10T18:08:12.769Z | Compiling time-core v0.1.8 |
| 1412 | 2026-03-10T18:08:12.818Z | Compiling crc32fast v1.5.0 |
| 1413 | 2026-03-10T18:08:12.821Z | Compiling powerfmt v0.2.0 |
| 1414 | 2026-03-10T18:08:12.886Z | Compiling foreign-types v0.3.2 |
| 1415 | 2026-03-10T18:08:12.912Z | Compiling wait-timeout v0.2.1 |
| 1416 | 2026-03-10T18:08:12.992Z | Compiling quick-error v1.2.3 |
| 1417 | 2026-03-10T18:08:13.022Z | Compiling time-macros v0.2.27 |
| 1418 | 2026-03-10T18:08:13.045Z | Compiling siphasher v1.0.2 |
| 1419 | 2026-03-10T18:08:13.125Z | Compiling deranged v0.5.8 |
| 1420 | 2026-03-10T18:08:13.141Z | Compiling bit-vec v0.8.0 |
| 1421 | 2026-03-10T18:08:13.164Z | Compiling num_threads v0.1.7 |
| 1422 | 2026-03-10T18:08:13.182Z | Compiling either v1.15.0 |
| 1423 | 2026-03-10T18:08:13.182Z | Compiling native-tls v0.2.18 |
| 1424 | 2026-03-10T18:08:13.256Z | Compiling usdt-impl v0.6.0 |
| 1425 | 2026-03-10T18:08:13.304Z | Compiling simd-adler32 v0.3.8 |
| 1426 | 2026-03-10T18:08:13.328Z | Compiling unicode-normalization v0.1.25 |
| 1427 | 2026-03-10T18:08:13.353Z | Compiling crossbeam-epoch v0.9.18 |
| 1428 | 2026-03-10T18:08:13.411Z | Compiling aws-lc-sys v0.37.1 |
| 1429 | 2026-03-10T18:08:13.486Z | Compiling ring v0.17.14 |
| 1430 | 2026-03-10T18:08:13.510Z | Compiling openssl-sys v0.9.111 |
| 1431 | 2026-03-10T18:08:13.577Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1432 | 2026-03-10T18:08:13.644Z | Compiling tempfile v3.25.0 |
| 1433 | 2026-03-10T18:08:13.664Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1434 | 2026-03-10T18:08:13.708Z | Compiling bit-set v0.8.0 |
| 1435 | 2026-03-10T18:08:13.883Z | Compiling regex-automata v0.4.14 |
| 1436 | 2026-03-10T18:08:13.989Z | Compiling synstructure v0.13.2 |
| 1437 | 2026-03-10T18:08:14.061Z | Compiling pest_generator v2.8.6 |
| 1438 | 2026-03-10T18:08:14.065Z | Compiling serde_derive_internals v0.29.1 |
| 1439 | 2026-03-10T18:08:14.115Z | Compiling darling_core v0.20.11 |
| 1440 | 2026-03-10T18:08:14.220Z | Compiling rusty-fork v0.3.1 |
| 1441 | 2026-03-10T18:08:14.680Z | Compiling time v0.3.47 |
| 1442 | 2026-03-10T18:08:14.683Z | Compiling darling_core v0.21.3 |
| 1443 | 2026-03-10T18:08:14.747Z | Compiling slog v2.8.2 |
| 1444 | 2026-03-10T18:08:14.869Z | Compiling rand_xorshift v0.4.0 |
| 1445 | 2026-03-10T18:08:15.047Z | Compiling heapless v0.7.17 |
| 1446 | 2026-03-10T18:08:15.121Z | Compiling thread-id v5.1.0 |
| 1447 | 2026-03-10T18:08:15.141Z | Compiling sync_wrapper v1.0.2 |
| 1448 | 2026-03-10T18:08:15.166Z | Compiling cookie v0.18.1 |
| 1449 | 2026-03-10T18:08:15.273Z | Compiling zstd-safe v7.2.4 |
| 1450 | 2026-03-10T18:08:15.298Z | Compiling adler2 v2.0.1 |
| 1451 | 2026-03-10T18:08:15.322Z | Compiling anyhow v1.0.102 |
| 1452 | 2026-03-10T18:08:15.428Z | Compiling unicode-segmentation v1.12.0 |
| 1453 | 2026-03-10T18:08:15.476Z | Compiling unicode-bidi v0.3.18 |
| 1454 | 2026-03-10T18:08:15.504Z | Compiling unarray v0.1.4 |
| 1455 | 2026-03-10T18:08:15.530Z | Compiling rayon-core v1.13.0 |
| 1456 | 2026-03-10T18:08:15.599Z | Compiling unicode-properties v0.1.4 |
| 1457 | 2026-03-10T18:08:15.709Z | Compiling paste v1.0.15 |
| 1458 | 2026-03-10T18:08:15.814Z | Compiling signal-hook v0.3.18 |
| 1459 | 2026-03-10T18:08:16.004Z | Compiling stringprep v0.1.5 |
| 1460 | 2026-03-10T18:08:16.026Z | Compiling miniz_oxide v0.8.9 |
| 1461 | 2026-03-10T18:08:16.261Z | Compiling crossbeam-deque v0.8.6 |
| 1462 | 2026-03-10T18:08:16.268Z | Compiling num-integer v0.1.46 |
| 1463 | 2026-03-10T18:08:16.272Z | Compiling vergen-lib v0.1.6 |
| 1464 | 2026-03-10T18:08:16.298Z | Compiling curve25519-dalek v4.1.3 |
| 1465 | 2026-03-10T18:08:16.489Z | Compiling ff v0.13.1 |
| 1466 | 2026-03-10T18:08:16.533Z | Compiling hash32 v0.2.1 |
| 1467 | 2026-03-10T18:08:16.710Z | Compiling base16ct v0.2.0 |
| 1468 | 2026-03-10T18:08:16.735Z | Compiling fallible-iterator v0.2.0 |
| 1469 | 2026-03-10T18:08:16.758Z | Compiling zlib-rs v0.6.2 |
| 1470 | 2026-03-10T18:08:16.798Z | Compiling serde_derive v1.0.228 |
| 1471 | 2026-03-10T18:08:16.828Z | Compiling zeroize_derive v1.4.3 |
| 1472 | 2026-03-10T18:08:16.846Z | Compiling zerofrom-derive v0.1.6 |
| 1473 | 2026-03-10T18:08:16.958Z | Compiling yoke-derive v0.8.1 |
| 1474 | 2026-03-10T18:08:16.961Z | Compiling zerocopy-derive v0.8.40 |
| 1475 | 2026-03-10T18:08:17.149Z | Compiling zerovec-derive v0.11.2 |
| 1476 | 2026-03-10T18:08:17.184Z | Compiling displaydoc v0.2.5 |
| 1477 | 2026-03-10T18:08:17.215Z | Compiling tokio-macros v2.6.0 |
| 1478 | 2026-03-10T18:08:17.661Z | Compiling futures-macro v0.3.32 |
| 1479 | 2026-03-10T18:08:17.752Z | Compiling zeroize v1.8.2 |
| 1480 | 2026-03-10T18:08:18.275Z | Compiling der_derive v0.7.3 |
| 1481 | 2026-03-10T18:08:18.304Z | Compiling thiserror-impl v2.0.18 |
| 1482 | 2026-03-10T18:08:18.610Z | Compiling rustls-pki-types v1.14.0 |
| 1483 | 2026-03-10T18:08:18.723Z | Compiling tracing-attributes v0.1.31 |
| 1484 | 2026-03-10T18:08:18.810Z | Compiling pest_derive v2.8.6 |
| 1485 | 2026-03-10T18:08:18.834Z | Compiling scroll_derive v0.13.1 |
| 1486 | 2026-03-10T18:08:18.884Z | Compiling futures-util v0.3.32 |
| 1487 | 2026-03-10T18:08:18.958Z | Compiling crypto-common v0.1.7 |
| 1488 | 2026-03-10T18:08:18.985Z | Compiling zerofrom v0.1.6 |
| 1489 | 2026-03-10T18:08:19.179Z | Compiling yoke v0.8.1 |
| 1490 | 2026-03-10T18:08:19.181Z | Compiling block-buffer v0.10.4 |
| 1491 | 2026-03-10T18:08:19.306Z | Compiling block-padding v0.3.3 |
| 1492 | 2026-03-10T18:08:19.430Z | Compiling digest v0.10.7 |
| 1493 | 2026-03-10T18:08:19.451Z | Compiling zerovec v0.11.5 |
| 1494 | 2026-03-10T18:08:19.471Z | Compiling zerotrie v0.2.3 |
| 1495 | 2026-03-10T18:08:19.530Z | Compiling inout v0.1.4 |
| 1496 | 2026-03-10T18:08:19.756Z | Compiling cipher v0.4.4 |
| 1497 | 2026-03-10T18:08:19.802Z | Compiling hmac v0.12.1 |
| 1498 | 2026-03-10T18:08:19.844Z | Compiling sha2 v0.10.9 |
| 1499 | 2026-03-10T18:08:19.949Z | Compiling der v0.7.10 |
| 1500 | 2026-03-10T18:08:20.044Z | Compiling pbkdf2 v0.12.2 |
| 1501 | 2026-03-10T18:08:20.104Z | Compiling schemars_derive v0.8.22 |
| 1502 | 2026-03-10T18:08:20.180Z | Compiling tinystr v0.8.2 |
| 1503 | 2026-03-10T18:08:20.200Z | Compiling potential_utf v0.1.4 |
| 1504 | 2026-03-10T18:08:20.225Z | Compiling salsa20 v0.10.2 |
| 1505 | 2026-03-10T18:08:20.253Z | Compiling cbc v0.1.2 |
| 1506 | 2026-03-10T18:08:20.346Z | Compiling thiserror v2.0.18 |
| 1507 | 2026-03-10T18:08:20.422Z | Compiling icu_locale_core v2.1.1 |
| 1508 | 2026-03-10T18:08:20.449Z | Compiling icu_collections v2.1.1 |
| 1509 | 2026-03-10T18:08:20.476Z | Compiling scrypt v0.11.0 |
| 1510 | 2026-03-10T18:08:20.479Z | Compiling aes v0.8.4 |
| 1511 | 2026-03-10T18:08:20.521Z | Compiling scroll v0.13.0 |
| 1512 | 2026-03-10T18:08:20.791Z | Compiling tracing v0.1.44 |
| 1513 | 2026-03-10T18:08:20.930Z | Compiling darling_macro v0.20.11 |
| 1514 | 2026-03-10T18:08:20.977Z | Compiling goblin v0.10.5 |
| 1515 | 2026-03-10T18:08:21.174Z | Compiling openssl-macros v0.1.1 |
| 1516 | 2026-03-10T18:08:21.225Z | Compiling spki v0.7.3 |
| 1517 | 2026-03-10T18:08:21.514Z | Compiling icu_provider v2.1.1 |
| 1518 | 2026-03-10T18:08:21.602Z | Compiling pkcs5 v0.7.1 |
| 1519 | 2026-03-10T18:08:21.624Z | Compiling darling v0.20.11 |
| 1520 | 2026-03-10T18:08:21.755Z | Compiling thiserror-impl v1.0.69 |
| 1521 | 2026-03-10T18:08:21.804Z | Compiling derive_builder_core v0.20.2 |
| 1522 | 2026-03-10T18:08:21.827Z | Compiling bytes v1.11.1 |
| 1523 | 2026-03-10T18:08:21.831Z | Compiling chrono v0.4.44 |
| 1524 | 2026-03-10T18:08:21.936Z | Compiling icu_normalizer v2.1.1 |
| 1525 | 2026-03-10T18:08:21.968Z | Compiling icu_properties v2.1.2 |
| 1526 | 2026-03-10T18:08:21.993Z | Compiling ipnet v2.11.0 |
| 1527 | 2026-03-10T18:08:22.048Z | Compiling pkcs8 v0.10.2 |
| 1528 | 2026-03-10T18:08:22.328Z | Compiling dtrace-parser v0.3.0 |
| 1529 | 2026-03-10T18:08:22.351Z | Compiling signature v2.2.0 |
| 1530 | 2026-03-10T18:08:22.450Z | Compiling rustls-native-certs v0.8.3 |
| 1531 | 2026-03-10T18:08:22.505Z | Compiling scroll_derive v0.12.1 |
| 1532 | 2026-03-10T18:08:22.922Z | Compiling tokio v1.49.0 |
| 1533 | 2026-03-10T18:08:22.922Z | Compiling http v1.4.0 |
| 1534 | 2026-03-10T18:08:22.922Z | Compiling erased-serde v0.3.31 |
| 1535 | 2026-03-10T18:08:22.922Z | Compiling serde_spanned v0.6.9 |
| 1536 | 2026-03-10T18:08:22.941Z | Compiling serde_tokenstream v0.2.3 |
| 1537 | 2026-03-10T18:08:22.992Z | Compiling toml_datetime v0.6.11 |
| 1538 | 2026-03-10T18:08:23.110Z | Compiling derive_builder_macro v0.20.2 |
| 1539 | 2026-03-10T18:08:23.331Z | Compiling idna_adapter v1.2.1 |
| 1540 | 2026-03-10T18:08:23.373Z | Compiling md-5 v0.10.6 |
| 1541 | 2026-03-10T18:08:23.471Z | Compiling webpki-roots v1.0.6 |
| 1542 | 2026-03-10T18:08:23.494Z | Compiling idna v1.1.0 |
| 1543 | 2026-03-10T18:08:23.533Z | Compiling scroll v0.12.0 |
| 1544 | 2026-03-10T18:08:23.555Z | Compiling darling_macro v0.21.3 |
| 1545 | 2026-03-10T18:08:23.603Z | Compiling zerocopy-derive v0.7.35 |
| 1546 | 2026-03-10T18:08:23.636Z | Compiling thiserror v1.0.69 |
| 1547 | 2026-03-10T18:08:23.657Z | Compiling http-body v1.0.1 |
| 1548 | 2026-03-10T18:08:23.660Z | Compiling ryu v1.0.23 |
| 1549 | 2026-03-10T18:08:23.784Z | Compiling litrs v1.0.0 |
| 1550 | 2026-03-10T18:08:23.806Z | Compiling iri-string v0.7.10 |
| 1551 | 2026-03-10T18:08:23.877Z | Compiling http-body-util v0.1.3 |
| 1552 | 2026-03-10T18:08:23.917Z | Compiling ppv-lite86 v0.2.21 |
| 1553 | 2026-03-10T18:08:23.940Z | Compiling url v2.5.8 |
| 1554 | 2026-03-10T18:08:23.944Z | Compiling ref-cast v1.0.25 |
| 1555 | 2026-03-10T18:08:24.087Z | Compiling num-bigint-dig v0.8.6 |
| 1556 | 2026-03-10T18:08:24.222Z | Compiling psl-types v2.0.11 |
| 1557 | 2026-03-10T18:08:24.271Z | Compiling rustix v0.38.44 |
| 1558 | 2026-03-10T18:08:24.298Z | Compiling smoltcp v0.9.1 |
| 1559 | 2026-03-10T18:08:24.403Z | Compiling rand_chacha v0.9.0 |
| 1560 | 2026-03-10T18:08:24.426Z | Compiling rand_chacha v0.3.1 |
| 1561 | 2026-03-10T18:08:24.475Z | Compiling publicsuffix v2.3.0 |
| 1562 | 2026-03-10T18:08:24.528Z | Compiling darling v0.21.3 |
| 1563 | 2026-03-10T18:08:24.553Z | Compiling serde_urlencoded v0.7.1 |
| 1564 | 2026-03-10T18:08:24.579Z | Compiling document-features v0.2.12 |
| 1565 | 2026-03-10T18:08:24.718Z | Compiling rand v0.9.2 |
| 1566 | 2026-03-10T18:08:24.861Z | Compiling rand v0.8.5 |
| 1567 | 2026-03-10T18:08:24.961Z | Compiling goblin v0.8.2 |
| 1568 | 2026-03-10T18:08:24.966Z | Compiling zerocopy v0.7.35 |
| 1569 | 2026-03-10T18:08:24.966Z | Compiling derive_builder v0.20.2 |
| 1570 | 2026-03-10T18:08:25.232Z | Compiling dof v0.4.0 |
| 1571 | 2026-03-10T18:08:25.381Z | Compiling sec1 v0.7.3 |
| 1572 | 2026-03-10T18:08:25.470Z | Compiling cargo-platform v0.1.9 |
| 1573 | 2026-03-10T18:08:25.560Z | Compiling proptest v1.10.0 |
| 1574 | 2026-03-10T18:08:25.581Z | Compiling postgres-protocol v0.6.10 |
| 1575 | 2026-03-10T18:08:25.739Z | Compiling flate2 v1.1.9 |
| 1576 | 2026-03-10T18:08:25.801Z | Compiling hkdf v0.12.4 |
| 1577 | 2026-03-10T18:08:25.854Z | Compiling ipnetwork v0.21.1 |
| 1578 | 2026-03-10T18:08:25.876Z | Compiling crypto-bigint v0.5.5 |
| 1579 | 2026-03-10T18:08:25.879Z | Compiling hubpack_derive v0.1.1 |
| 1580 | 2026-03-10T18:08:26.075Z | Compiling regex v1.12.3 |
| 1581 | 2026-03-10T18:08:26.192Z | Compiling oxnet v0.1.4 |
| 1582 | 2026-03-10T18:08:26.260Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1583 | 2026-03-10T18:08:26.294Z | Compiling strum_macros v0.27.2 |
| 1584 | 2026-03-10T18:08:26.367Z | Compiling daft-derive v0.1.5 |
| 1585 | 2026-03-10T18:08:26.447Z | Compiling async-trait v0.1.89 |
| 1586 | 2026-03-10T18:08:26.580Z | Compiling ref-cast-impl v1.0.25 |
| 1587 | 2026-03-10T18:08:26.778Z | Compiling group v0.13.0 |
| 1588 | 2026-03-10T18:08:26.806Z | Compiling num-iter v0.1.45 |
| 1589 | 2026-03-10T18:08:27.235Z | Compiling proc-macro-error v1.0.4 |
| 1590 | 2026-03-10T18:08:27.447Z | Compiling heck v0.4.1 |
| 1591 | 2026-03-10T18:08:27.516Z | Compiling terminal_size v0.4.3 |
| 1592 | 2026-03-10T18:08:27.690Z | Compiling phf_shared v0.13.1 |
| 1593 | 2026-03-10T18:08:27.711Z | Compiling lazy_static v1.5.0 |
| 1594 | 2026-03-10T18:08:27.736Z | Compiling vergen v9.0.6 |
| 1595 | 2026-03-10T18:08:27.765Z | Compiling fs-err v3.3.0 |
| 1596 | 2026-03-10T18:08:27.789Z | Compiling ahash v0.8.12 |
| 1597 | 2026-03-10T18:08:27.847Z | Compiling bumpalo v3.20.2 |
| 1598 | 2026-03-10T18:08:27.867Z | Compiling winnow v0.5.40 |
| 1599 | 2026-03-10T18:08:27.891Z | Compiling object v0.37.3 |
| 1600 | 2026-03-10T18:08:28.020Z | Compiling tokio-util v0.7.18 |
| 1601 | 2026-03-10T18:08:28.047Z | Compiling tower v0.5.3 |
| 1602 | 2026-03-10T18:08:28.075Z | Compiling tokio-native-tls v0.3.1 |
| 1603 | 2026-03-10T18:08:28.078Z | Compiling managed v0.8.0 |
| 1604 | 2026-03-10T18:08:28.078Z | Compiling foldhash v0.1.5 |
| 1605 | 2026-03-10T18:08:28.148Z | Compiling bitflags v1.3.2 |
| 1606 | 2026-03-10T18:08:28.151Z | Compiling libbz2-rs-sys v0.2.2 |
| 1607 | 2026-03-10T18:08:28.271Z | Compiling console v0.16.2 |
| 1608 | 2026-03-10T18:08:28.297Z | Compiling zopfli v0.8.3 |
| 1609 | 2026-03-10T18:08:28.388Z | Compiling hashbrown v0.15.5 |
| 1610 | 2026-03-10T18:08:28.415Z | Compiling dof v0.3.0 |
| 1611 | 2026-03-10T18:08:28.621Z | Compiling phf v0.13.1 |
| 1612 | 2026-03-10T18:08:28.755Z | Compiling tower-http v0.6.8 |
| 1613 | 2026-03-10T18:08:28.857Z | Compiling bzip2 v0.6.1 |
| 1614 | 2026-03-10T18:08:29.117Z | Compiling h2 v0.4.13 |
| 1615 | 2026-03-10T18:08:29.165Z | Compiling clap_builder v4.5.60 |
| 1616 | 2026-03-10T18:08:29.217Z | Compiling zone_cfg_derive v0.3.1 |
| 1617 | 2026-03-10T18:08:29.305Z | Compiling newtype-uuid v1.3.2 |
| 1618 | 2026-03-10T18:08:29.328Z | Compiling strum v0.27.2 |
| 1619 | 2026-03-10T18:08:29.368Z | Compiling usdt-attr-macro v0.6.0 |
| 1620 | 2026-03-10T18:08:29.391Z | Compiling usdt-macro v0.6.0 |
| 1621 | 2026-03-10T18:08:29.506Z | Compiling signal-hook-mio v0.2.5 |
| 1622 | 2026-03-10T18:08:29.547Z | Compiling elliptic-curve v0.13.8 |
| 1623 | 2026-03-10T18:08:29.600Z | Compiling daft v0.1.5 |
| 1624 | 2026-03-10T18:08:29.667Z | Compiling rayon v1.11.0 |
| 1625 | 2026-03-10T18:08:29.786Z | Compiling toml_edit v0.19.15 |
| 1626 | 2026-03-10T18:08:29.988Z | Compiling cargo_metadata v0.19.2 |
| 1627 | 2026-03-10T18:08:30.093Z | Compiling cookie_store v0.22.1 |
| 1628 | 2026-03-10T18:08:30.151Z | Compiling hubpack v0.1.2 |
| 1629 | 2026-03-10T18:08:30.174Z | Compiling bzip2 v0.4.4 |
| 1630 | 2026-03-10T18:08:30.388Z | Compiling postgres-types v0.2.12 |
| 1631 | 2026-03-10T18:08:30.455Z | Compiling zstd v0.13.3 |
| 1632 | 2026-03-10T18:08:30.458Z | Compiling serde_with_macros v3.17.0 |
| 1633 | 2026-03-10T18:08:30.517Z | Compiling dtrace-parser v0.2.0 |
| 1634 | 2026-03-10T18:08:30.856Z | Compiling ed25519 v2.2.3 |
| 1635 | 2026-03-10T18:08:31.058Z | Compiling pkcs1 v0.7.5 |
| 1636 | 2026-03-10T18:08:31.081Z | Compiling hex v0.4.3 |
| 1637 | 2026-03-10T18:08:31.225Z | Compiling serde-big-array v0.5.1 |
| 1638 | 2026-03-10T18:08:31.437Z | Compiling rfc6979 v0.4.0 |
| 1639 | 2026-03-10T18:08:31.505Z | Compiling bstr v1.12.1 |
| 1640 | 2026-03-10T18:08:31.619Z | Compiling enum-as-inner v0.6.1 |
| 1641 | 2026-03-10T18:08:31.641Z | Compiling clap_derive v4.5.55 |
| 1642 | 2026-03-10T18:08:31.671Z | Compiling strum_macros v0.26.4 |
| 1643 | 2026-03-10T18:08:31.952Z | Compiling serde_repr v0.1.20 |
| 1644 | 2026-03-10T18:08:32.159Z | Compiling itertools v0.12.1 |
| 1645 | 2026-03-10T18:08:32.208Z | Compiling phf_shared v0.11.3 |
| 1646 | 2026-03-10T18:08:32.278Z | Compiling float-cmp v0.10.0 |
| 1647 | 2026-03-10T18:08:32.324Z | Compiling thread-id v4.2.2 |
| 1648 | 2026-03-10T18:08:32.429Z | Compiling memmap2 v0.9.10 |
| 1649 | 2026-03-10T18:08:32.488Z | Compiling env_filter v1.0.0 |
| 1650 | 2026-03-10T18:08:32.516Z | Compiling encoding_rs v0.8.35 |
| 1651 | 2026-03-10T18:08:32.520Z | Compiling unit-prefix v0.5.2 |
| 1652 | 2026-03-10T18:08:32.560Z | Compiling difflib v0.4.0 |
| 1653 | 2026-03-10T18:08:32.733Z | Compiling fixedbitset v0.5.7 |
| 1654 | 2026-03-10T18:08:32.763Z | Compiling normalize-line-endings v0.3.0 |
| 1655 | 2026-03-10T18:08:32.820Z | Compiling mime v0.3.17 |
| 1656 | 2026-03-10T18:08:32.911Z | Compiling data-encoding v2.10.0 |
| 1657 | 2026-03-10T18:08:32.943Z | Compiling jiff v0.2.21 |
| 1658 | 2026-03-10T18:08:33.188Z | Compiling static_assertions v1.1.0 |
| 1659 | 2026-03-10T18:08:33.210Z | Compiling rustc-hash v2.1.1 |
| 1660 | 2026-03-10T18:08:33.303Z | Compiling precomputed-hash v0.1.1 |
| 1661 | 2026-03-10T18:08:33.403Z | Compiling fixedbitset v0.4.2 |
| 1662 | 2026-03-10T18:08:33.403Z | Compiling new_debug_unreachable v1.0.6 |
| 1663 | 2026-03-10T18:08:33.452Z | Compiling predicates-core v1.0.10 |
| 1664 | 2026-03-10T18:08:33.525Z | Compiling hyper v1.8.1 |
| 1665 | 2026-03-10T18:08:33.718Z | Compiling whoami v2.1.0 |
| 1666 | 2026-03-10T18:08:33.758Z | Compiling keccak v0.1.6 |
| 1667 | 2026-03-10T18:08:33.820Z | Compiling toml_edit v0.22.27 |
| 1668 | 2026-03-10T18:08:33.850Z | Compiling petgraph v0.6.5 |
| 1669 | 2026-03-10T18:08:33.950Z | Compiling zone v0.3.1 |
| 1670 | 2026-03-10T18:08:34.020Z | Compiling tokio-postgres v0.7.16 |
| 1671 | 2026-03-10T18:08:34.278Z | Compiling sha3 v0.10.8 |
| 1672 | 2026-03-10T18:08:34.405Z | Compiling clap v4.5.60 |
| 1673 | 2026-03-10T18:08:34.423Z | Compiling strum v0.26.3 |
| 1674 | 2026-03-10T18:08:34.527Z | Compiling predicates v3.1.4 |
| 1675 | 2026-03-10T18:08:34.591Z | Compiling string_cache v0.8.9 |
| 1676 | 2026-03-10T18:08:34.617Z | Compiling iddqd v0.3.17 |
| 1677 | 2026-03-10T18:08:34.781Z | Compiling hickory-proto v0.25.2 |
| 1678 | 2026-03-10T18:08:34.941Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1679 | 2026-03-10T18:08:34.965Z | Compiling petgraph v0.8.3 |
| 1680 | 2026-03-10T18:08:34.991Z | Compiling env_logger v0.11.9 |
| 1681 | 2026-03-10T18:08:35.018Z | Compiling indicatif v0.18.4 |
| 1682 | 2026-03-10T18:08:35.072Z | Compiling hyper-util v0.1.20 |
| 1683 | 2026-03-10T18:08:35.527Z | Compiling usdt v0.6.0 |
| 1684 | 2026-03-10T18:08:35.551Z | Compiling usdt-impl v0.5.0 |
| 1685 | 2026-03-10T18:08:35.892Z | Compiling serde_with v3.17.0 |
| 1686 | 2026-03-10T18:08:35.934Z | Compiling similar v2.7.0 |
| 1687 | 2026-03-10T18:08:36.205Z | Compiling crossterm v0.28.1 |
| 1688 | 2026-03-10T18:08:36.335Z | Compiling toml v0.7.8 |
| 1689 | 2026-03-10T18:08:36.385Z | Compiling ecdsa v0.16.9 |
| 1690 | 2026-03-10T18:08:36.472Z | Compiling rsa v0.9.10 |
| 1691 | 2026-03-10T18:08:36.976Z | Compiling ed25519-dalek v2.2.0 |
| 1692 | 2026-03-10T18:08:37.001Z | Compiling zip v4.6.1 |
| 1693 | 2026-03-10T18:08:37.241Z | Compiling hyper-tls v0.6.0 |
| 1694 | 2026-03-10T18:08:37.288Z | Compiling zip v0.6.6 |
| 1695 | 2026-03-10T18:08:37.567Z | Compiling tokio-stream v0.1.18 |
| 1696 | 2026-03-10T18:08:38.032Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1697 | 2026-03-10T18:08:38.070Z | Compiling buf-list v1.1.2 |
| 1698 | 2026-03-10T18:08:38.162Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1699 | 2026-03-10T18:08:38.174Z | Compiling openapiv3 v2.2.0 |
| 1700 | 2026-03-10T18:08:38.270Z | Compiling x509-cert v0.2.5 |
| 1701 | 2026-03-10T18:08:38.291Z | Compiling sha1 v0.10.6 |
| 1702 | 2026-03-10T18:08:38.329Z | Compiling itertools v0.13.0 |
| 1703 | 2026-03-10T18:08:38.400Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1704 | 2026-03-10T18:08:38.494Z | Compiling lalrpop-util v0.19.12 |
| 1705 | 2026-03-10T18:08:38.586Z | Compiling peg-runtime v0.8.5 |
| 1706 | 2026-03-10T18:08:38.607Z | Compiling thread_local v1.1.9 |
| 1707 | 2026-03-10T18:08:38.637Z | Compiling slog-async v2.8.0 |
| 1708 | 2026-03-10T18:08:38.801Z | Compiling futures-executor v0.3.32 |
| 1709 | 2026-03-10T18:08:38.866Z | Compiling crossbeam-channel v0.5.15 |
| 1710 | 2026-03-10T18:08:38.982Z | Compiling filetime v0.2.27 |
| 1711 | 2026-03-10T18:08:39.024Z | Compiling is-terminal v0.4.17 |
| 1712 | 2026-03-10T18:08:39.102Z | Compiling term v1.2.1 |
| 1713 | 2026-03-10T18:08:39.130Z | Compiling xattr v1.6.1 |
| 1714 | 2026-03-10T18:08:39.159Z | Compiling take_mut v0.2.2 |
| 1715 | 2026-03-10T18:08:39.202Z | Compiling futures v0.3.32 |
| 1716 | 2026-03-10T18:08:39.341Z | Compiling tar v0.4.44 |
| 1717 | 2026-03-10T18:08:39.476Z | Compiling slog-term v2.9.2 |
| 1718 | 2026-03-10T18:09:00.342Z | Compiling rustls-webpki v0.103.9 |
| 1719 | 2026-03-10T18:09:04.541Z | Compiling tokio-rustls v0.26.4 |
| 1720 | 2026-03-10T18:09:04.560Z | Compiling rustls-platform-verifier v0.6.2 |
| 1721 | 2026-03-10T18:09:04.799Z | Compiling hyper-rustls v0.27.7 |
| 1722 | 2026-03-10T18:09:05.043Z | Compiling reqwest v0.12.28 |
| 1723 | 2026-03-10T18:09:05.043Z | Compiling reqwest v0.13.2 |
| 1724 | 2026-03-10T18:09:07.925Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1725 | 2026-03-10T18:09:08.250Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1726 | 2026-03-10T18:09:12.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 1727 | 2026-03-10T18:09:12.387Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1728 | 2026-03-10T18:09:12.447Z | Mar 10 18:09:11.843 INFO Starting download, target: DendriteStub |
| 1729 | 2026-03-10T18:09:12.447Z | Mar 10 18:09:11.844 INFO Starting download, target: TransceiverControl |
| 1730 | 2026-03-10T18:09:12.450Z | Mar 10 18:09:11.844 INFO Starting download, target: Cockroach |
| 1731 | 2026-03-10T18:09:12.450Z | Mar 10 18:09:11.844 INFO Starting download, target: MaghemiteMgd |
| 1732 | 2026-03-10T18:09:12.450Z | Mar 10 18:09:11.844 INFO Starting download, target: Console |
| 1733 | 2026-03-10T18:09:12.450Z | Mar 10 18:09:11.844 INFO Starting download, target: Clickhouse |
| 1734 | 2026-03-10T18:09:12.450Z | Mar 10 18:09:11.844 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1735 | 2026-03-10T18:09:12.450Z | Mar 10 18:09:11.844 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1736 | 2026-03-10T18:09:12.450Z | Mar 10 18:09:11.844 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1737 | 2026-03-10T18:09:12.450Z | Mar 10 18:09:11.844 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1738 | 2026-03-10T18:09:12.450Z | Mar 10 18:09:11.844 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1739 | 2026-03-10T18:09:12.450Z | Mar 10 18:09:11.844 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1740 | 2026-03-10T18:09:12.985Z | Mar 10 18:09:12.360 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1741 | 2026-03-10T18:09:13.316Z | Mar 10 18:09:12.704 INFO Download complete, target: TransceiverControl |
| 1742 | 2026-03-10T18:09:13.463Z | Mar 10 18:09:12.854 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1743 | 2026-03-10T18:09:13.843Z | Mar 10 18:09:13.237 INFO Download complete, target: Console |
| 1744 | 2026-03-10T18:09:14.376Z | Mar 10 18:09:13.771 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1745 | 2026-03-10T18:09:14.718Z | Mar 10 18:09:14.115 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1746 | 2026-03-10T18:09:14.874Z | Mar 10 18:09:14.271 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1747 | 2026-03-10T18:09:14.874Z | Mar 10 18:09:14.272 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1748 | 2026-03-10T18:09:14.879Z | Mar 10 18:09:14.274 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1749 | 2026-03-10T18:09:17.974Z | Mar 10 18:09:17.371 INFO Download complete, target: MaghemiteMgd |
| 1750 | 2026-03-10T18:09:18.436Z | Mar 10 18:09:17.835 INFO Download complete, target: DendriteStub |
| 1751 | 2026-03-10T18:09:22.803Z | Mar 10 18:09:22.203 INFO Checking that binary works, target: Cockroach |
| 1752 | 2026-03-10T18:09:22.968Z | Mar 10 18:09:22.368 INFO Download complete, target: Cockroach |
| 1753 | 2026-03-10T18:09:26.191Z | Mar 10 18:09:25.591 INFO Checking that binary works, target: Clickhouse |
| 1754 | 2026-03-10T18:09:26.351Z | Mar 10 18:09:25.752 INFO Download complete, target: Clickhouse |
| 1755 | 2026-03-10T18:09:26.357Z | All prerequisites installed successfully |
| 1756 | 2026-03-10T18:09:26.362Z | |
| 1757 | 2026-03-10T18:09:26.362Z | real 5:04.470089366 |
| 1758 | 2026-03-10T18:09:26.362Z | user 10:58.458178143 |
| 1759 | 2026-03-10T18:09:26.362Z | sys 2:14.729907761 |
| 1760 | 2026-03-10T18:09:26.362Z | trap 0.362430626 |
| 1761 | 2026-03-10T18:09:26.362Z | tflt 2.766939853 |
| 1762 | 2026-03-10T18:09:26.362Z | dflt 4.215209762 |
| 1763 | 2026-03-10T18:09:26.362Z | kflt 0.130114277 |
| 1764 | 2026-03-10T18:09:26.362Z | lock 24:48.771217434 |
| 1765 | 2026-03-10T18:09:26.362Z | slp 39:02.578410399 |
| 1766 | 2026-03-10T18:09:26.362Z | lat 31.658569635 |
| 1767 | 2026-03-10T18:09:26.362Z | stop 4:36.090656222 |
| 1768 | 2026-03-10T18:09:26.362Z | + ptime -m cargo xtask download softnpu |
| 1769 | 2026-03-10T18:09:27.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1770 | 2026-03-10T18:09:27.122Z | Running `target/debug/xtask download softnpu` |
| 1771 | 2026-03-10T18:09:28.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 1772 | 2026-03-10T18:09:28.192Z | Running `target/debug/xtask-downloader softnpu` |
| 1773 | 2026-03-10T18:09:28.238Z | Mar 10 18:09:27.639 INFO Starting download, target: Softnpu |
| 1774 | 2026-03-10T18:09:28.241Z | Mar 10 18:09:27.640 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1775 | 2026-03-10T18:09:28.948Z | Mar 10 18:09:28.350 INFO Download complete, target: Softnpu |
| 1776 | 2026-03-10T18:09:28.952Z | |
| 1777 | 2026-03-10T18:09:28.955Z | real 2.587971327 |
| 1778 | 2026-03-10T18:09:28.955Z | user 1.662334483 |
| 1779 | 2026-03-10T18:09:28.955Z | sys 0.738214449 |
| 1780 | 2026-03-10T18:09:28.955Z | trap 0.000520697 |
| 1781 | 2026-03-10T18:09:28.955Z | tflt 0.000102810 |
| 1782 | 2026-03-10T18:09:28.955Z | dflt 0.000217083 |
| 1783 | 2026-03-10T18:09:28.955Z | kflt 0.000000000 |
| 1784 | 2026-03-10T18:09:28.955Z | lock 13.742064373 |
| 1785 | 2026-03-10T18:09:28.955Z | slp 0.519530438 |
| 1786 | 2026-03-10T18:09:28.955Z | lat 0.031736105 |
| 1787 | 2026-03-10T18:09:28.955Z | stop 0.000195934 |
| 1788 | 2026-03-10T18:09:28.955Z | + export CARGO_INCREMENTAL=0 |
| 1789 | 2026-03-10T18:09:28.955Z | + CARGO_INCREMENTAL=0 |
| 1790 | 2026-03-10T18:09:28.955Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1791 | 2026-03-10T18:09:30.204Z | Compiling proc-macro2 v1.0.106 |
| 1792 | 2026-03-10T18:09:30.204Z | Compiling quote v1.0.44 |
| 1793 | 2026-03-10T18:09:30.208Z | Compiling unicode-ident v1.0.24 |
| 1794 | 2026-03-10T18:09:30.208Z | Compiling libc v0.2.180 |
| 1795 | 2026-03-10T18:09:30.208Z | Compiling serde_core v1.0.228 |
| 1796 | 2026-03-10T18:09:30.208Z | Compiling serde v1.0.228 |
| 1797 | 2026-03-10T18:09:30.208Z | Compiling cfg-if v1.0.4 |
| 1798 | 2026-03-10T18:09:30.208Z | Compiling version_check v0.9.5 |
| 1799 | 2026-03-10T18:09:30.208Z | Compiling shlex v1.3.0 |
| 1800 | 2026-03-10T18:09:30.208Z | Compiling find-msvc-tools v0.1.9 |
| 1801 | 2026-03-10T18:09:30.208Z | Compiling typenum v1.19.0 |
| 1802 | 2026-03-10T18:09:30.209Z | Compiling portable-atomic v1.13.1 |
| 1803 | 2026-03-10T18:09:30.350Z | Compiling memchr v2.8.0 |
| 1804 | 2026-03-10T18:09:30.355Z | Compiling zmij v1.0.21 |
| 1805 | 2026-03-10T18:09:30.355Z | Compiling serde_json v1.0.149 |
| 1806 | 2026-03-10T18:09:30.514Z | Compiling autocfg v1.5.0 |
| 1807 | 2026-03-10T18:09:30.658Z | Compiling zerocopy v0.8.40 |
| 1808 | 2026-03-10T18:09:30.702Z | Compiling libm v0.2.16 |
| 1809 | 2026-03-10T18:09:30.819Z | Compiling parking_lot_core v0.9.12 |
| 1810 | 2026-03-10T18:09:31.061Z | Compiling generic-array v0.14.7 |
| 1811 | 2026-03-10T18:09:31.085Z | Compiling smallvec v1.15.1 |
| 1812 | 2026-03-10T18:09:31.088Z | Compiling num-traits v0.2.19 |
| 1813 | 2026-03-10T18:09:31.088Z | Compiling icu_properties_data v2.1.2 |
| 1814 | 2026-03-10T18:09:31.180Z | Compiling icu_normalizer_data v2.1.1 |
| 1815 | 2026-03-10T18:09:31.183Z | Compiling itoa v1.0.17 |
| 1816 | 2026-03-10T18:09:31.183Z | Compiling log v0.4.29 |
| 1817 | 2026-03-10T18:09:31.252Z | Compiling getrandom v0.4.1 |
| 1818 | 2026-03-10T18:09:31.363Z | Compiling pkg-config v0.3.32 |
| 1819 | 2026-03-10T18:09:31.467Z | Compiling stable_deref_trait v1.2.1 |
| 1820 | 2026-03-10T18:09:31.562Z | Compiling subtle v2.6.1 |
| 1821 | 2026-03-10T18:09:31.565Z | Compiling scopeguard v1.2.0 |
| 1822 | 2026-03-10T18:09:31.625Z | Compiling thiserror v2.0.18 |
| 1823 | 2026-03-10T18:09:31.628Z | Compiling fnv v1.0.7 |
| 1824 | 2026-03-10T18:09:31.721Z | Compiling lock_api v0.4.14 |
| 1825 | 2026-03-10T18:09:31.748Z | Compiling jobserver v0.1.34 |
| 1826 | 2026-03-10T18:09:31.774Z | Compiling getrandom v0.2.17 |
| 1827 | 2026-03-10T18:09:31.794Z | Compiling errno v0.3.14 |
| 1828 | 2026-03-10T18:09:31.955Z | Compiling rand_core v0.6.4 |
| 1829 | 2026-03-10T18:09:32.016Z | Compiling cc v1.2.56 |
| 1830 | 2026-03-10T18:09:32.112Z | Compiling syn v2.0.117 |
| 1831 | 2026-03-10T18:09:32.135Z | Compiling getrandom v0.3.4 |
| 1832 | 2026-03-10T18:09:32.278Z | Compiling critical-section v1.2.0 |
| 1833 | 2026-03-10T18:09:32.298Z | Compiling pin-project-lite v0.2.17 |
| 1834 | 2026-03-10T18:09:32.366Z | Compiling rustversion v1.0.22 |
| 1835 | 2026-03-10T18:09:32.414Z | Compiling equivalent v1.0.2 |
| 1836 | 2026-03-10T18:09:32.464Z | Compiling allocator-api2 v0.2.21 |
| 1837 | 2026-03-10T18:09:32.633Z | Compiling foldhash v0.2.0 |
| 1838 | 2026-03-10T18:09:32.636Z | Compiling dunce v1.0.5 |
| 1839 | 2026-03-10T18:09:32.677Z | Compiling fs_extra v1.3.0 |
| 1840 | 2026-03-10T18:09:32.727Z | Compiling litemap v0.8.1 |
| 1841 | 2026-03-10T18:09:32.794Z | Compiling percent-encoding v2.3.2 |
| 1842 | 2026-03-10T18:09:32.819Z | Compiling writeable v0.6.2 |
| 1843 | 2026-03-10T18:09:32.861Z | Compiling once_cell v1.21.3 |
| 1844 | 2026-03-10T18:09:32.953Z | Compiling hashbrown v0.16.1 |
| 1845 | 2026-03-10T18:09:33.052Z | Compiling const-oid v0.9.6 |
| 1846 | 2026-03-10T18:09:33.073Z | Compiling cmake v0.1.57 |
| 1847 | 2026-03-10T18:09:33.174Z | Compiling rustix v1.1.3 |
| 1848 | 2026-03-10T18:09:33.280Z | Compiling signal-hook-registry v1.4.8 |
| 1849 | 2026-03-10T18:09:33.321Z | Compiling schemars v0.8.22 |
| 1850 | 2026-03-10T18:09:33.468Z | Compiling socket2 v0.6.2 |
| 1851 | 2026-03-10T18:09:33.489Z | Compiling mio v1.1.1 |
| 1852 | 2026-03-10T18:09:33.510Z | Compiling rand_core v0.10.0 |
| 1853 | 2026-03-10T18:09:33.653Z | Compiling semver v1.0.27 |
| 1854 | 2026-03-10T18:09:33.723Z | Compiling parking_lot v0.12.5 |
| 1855 | 2026-03-10T18:09:33.751Z | Compiling indexmap v2.13.0 |
| 1856 | 2026-03-10T18:09:33.807Z | Compiling bitflags v2.11.0 |
| 1857 | 2026-03-10T18:09:33.970Z | Compiling ring v0.17.14 |
| 1858 | 2026-03-10T18:09:33.995Z | Compiling aws-lc-sys v0.37.1 |
| 1859 | 2026-03-10T18:09:34.020Z | Compiling strsim v0.11.1 |
| 1860 | 2026-03-10T18:09:34.097Z | Compiling utf8_iter v1.0.4 |
| 1861 | 2026-03-10T18:09:34.190Z | Compiling aws-lc-rs v1.16.0 |
| 1862 | 2026-03-10T18:09:34.442Z | Compiling form_urlencoded v1.2.2 |
| 1863 | 2026-03-10T18:09:34.570Z | Compiling byteorder v1.5.0 |
| 1864 | 2026-03-10T18:09:34.613Z | Compiling futures-core v0.3.32 |
| 1865 | 2026-03-10T18:09:34.643Z | Compiling thiserror v1.0.69 |
| 1866 | 2026-03-10T18:09:34.679Z | Compiling ucd-trie v0.1.7 |
| 1867 | 2026-03-10T18:09:34.839Z | Compiling vcpkg v0.2.15 |
| 1868 | 2026-03-10T18:09:34.842Z | Compiling heck v0.5.0 |
| 1869 | 2026-03-10T18:09:34.908Z | Compiling pest v2.8.6 |
| 1870 | 2026-03-10T18:09:35.022Z | Compiling ident_case v1.0.1 |
| 1871 | 2026-03-10T18:09:35.046Z | Compiling httparse v1.10.1 |
| 1872 | 2026-03-10T18:09:35.165Z | Compiling crossbeam-utils v0.8.21 |
| 1873 | 2026-03-10T18:09:35.230Z | Compiling syn v1.0.109 |
| 1874 | 2026-03-10T18:09:35.349Z | Compiling regex-syntax v0.8.10 |
| 1875 | 2026-03-10T18:09:35.491Z | Compiling rustc_version v0.4.1 |
| 1876 | 2026-03-10T18:09:35.561Z | Compiling futures-sink v0.3.32 |
| 1877 | 2026-03-10T18:09:35.629Z | Compiling cpufeatures v0.2.17 |
| 1878 | 2026-03-10T18:09:35.632Z | Compiling rustls v0.23.37 |
| 1879 | 2026-03-10T18:09:35.676Z | Compiling openssl-sys v0.9.111 |
| 1880 | 2026-03-10T18:09:35.773Z | Compiling futures-channel v0.3.32 |
| 1881 | 2026-03-10T18:09:35.776Z | Compiling futures-task v0.3.32 |
| 1882 | 2026-03-10T18:09:35.776Z | Compiling plain v0.2.3 |
| 1883 | 2026-03-10T18:09:35.870Z | Compiling slab v0.4.12 |
| 1884 | 2026-03-10T18:09:35.937Z | Compiling futures-io v0.3.32 |
| 1885 | 2026-03-10T18:09:35.962Z | Compiling iana-time-zone v0.1.65 |
| 1886 | 2026-03-10T18:09:35.987Z | Compiling uuid v1.21.0 |
| 1887 | 2026-03-10T18:09:36.045Z | Compiling aho-corasick v1.1.4 |
| 1888 | 2026-03-10T18:09:36.311Z | Compiling time-core v0.1.8 |
| 1889 | 2026-03-10T18:09:36.420Z | Compiling synstructure v0.13.2 |
| 1890 | 2026-03-10T18:09:36.443Z | Compiling serde_derive_internals v0.29.1 |
| 1891 | 2026-03-10T18:09:36.469Z | Compiling pest_meta v2.8.6 |
| 1892 | 2026-03-10T18:09:36.770Z | Compiling num-conv v0.2.0 |
| 1893 | 2026-03-10T18:09:36.809Z | Compiling pretty-hex v0.4.1 |
| 1894 | 2026-03-10T18:09:36.848Z | Compiling openssl v0.10.75 |
| 1895 | 2026-03-10T18:09:36.964Z | Compiling time-macros v0.2.27 |
| 1896 | 2026-03-10T18:09:37.100Z | Compiling crc32fast v1.5.0 |
| 1897 | 2026-03-10T18:09:37.125Z | Compiling either v1.15.0 |
| 1898 | 2026-03-10T18:09:37.190Z | Compiling anyhow v1.0.102 |
| 1899 | 2026-03-10T18:09:37.245Z | Compiling base64ct v1.8.3 |
| 1900 | 2026-03-10T18:09:37.267Z | Compiling darling_core v0.21.3 |
| 1901 | 2026-03-10T18:09:37.318Z | Compiling pest_generator v2.8.6 |
| 1902 | 2026-03-10T18:09:37.472Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1903 | 2026-03-10T18:09:37.589Z | Compiling regex-automata v0.4.14 |
| 1904 | 2026-03-10T18:09:37.642Z | Compiling pem-rfc7468 v0.7.0 |
| 1905 | 2026-03-10T18:09:37.666Z | Compiling native-tls v0.2.18 |
| 1906 | 2026-03-10T18:09:37.690Z | Compiling flagset v0.4.7 |
| 1907 | 2026-03-10T18:09:37.735Z | Compiling rand_core v0.9.5 |
| 1908 | 2026-03-10T18:09:37.882Z | Compiling slog v2.8.2 |
| 1909 | 2026-03-10T18:09:38.051Z | Compiling dyn-clone v1.0.20 |
| 1910 | 2026-03-10T18:09:38.054Z | Compiling rayon-core v1.13.0 |
| 1911 | 2026-03-10T18:09:38.314Z | Compiling tracing-core v0.1.36 |
| 1912 | 2026-03-10T18:09:38.428Z | Compiling untrusted v0.9.0 |
| 1913 | 2026-03-10T18:09:38.452Z | Compiling camino v1.2.2 |
| 1914 | 2026-03-10T18:09:38.499Z | Compiling serde_derive v1.0.228 |
| 1915 | 2026-03-10T18:09:38.527Z | Compiling zeroize_derive v1.4.3 |
| 1916 | 2026-03-10T18:09:38.593Z | Compiling zerofrom-derive v0.1.6 |
| 1917 | 2026-03-10T18:09:38.616Z | Compiling yoke-derive v0.8.1 |
| 1918 | 2026-03-10T18:09:38.640Z | Compiling zerovec-derive v0.11.2 |
| 1919 | 2026-03-10T18:09:38.665Z | Compiling displaydoc v0.2.5 |
| 1920 | 2026-03-10T18:09:38.665Z | Compiling zerocopy-derive v0.8.40 |
| 1921 | 2026-03-10T18:09:38.888Z | Compiling tokio-macros v2.6.0 |
| 1922 | 2026-03-10T18:09:39.420Z | Compiling zeroize v1.8.2 |
| 1923 | 2026-03-10T18:09:39.764Z | Compiling futures-macro v0.3.32 |
| 1924 | 2026-03-10T18:09:39.787Z | Compiling thiserror-impl v2.0.18 |
| 1925 | 2026-03-10T18:09:40.096Z | Compiling tracing-attributes v0.1.31 |
| 1926 | 2026-03-10T18:09:40.168Z | Compiling der_derive v0.7.3 |
| 1927 | 2026-03-10T18:09:40.311Z | Compiling zerofrom v0.1.6 |
| 1928 | 2026-03-10T18:09:40.490Z | Compiling yoke v0.8.1 |
| 1929 | 2026-03-10T18:09:40.625Z | Compiling crypto-common v0.1.7 |
| 1930 | 2026-03-10T18:09:40.756Z | Compiling zerovec v0.11.5 |
| 1931 | 2026-03-10T18:09:40.793Z | Compiling zerotrie v0.2.3 |
| 1932 | 2026-03-10T18:09:41.021Z | Compiling block-buffer v0.10.4 |
| 1933 | 2026-03-10T18:09:41.220Z | Compiling digest v0.10.7 |
| 1934 | 2026-03-10T18:09:41.252Z | Compiling schemars_derive v0.8.22 |
| 1935 | 2026-03-10T18:09:41.421Z | Compiling thiserror-impl v1.0.69 |
| 1936 | 2026-03-10T18:09:41.531Z | Compiling tinystr v0.8.2 |
| 1937 | 2026-03-10T18:09:41.585Z | Compiling potential_utf v0.1.4 |
| 1938 | 2026-03-10T18:09:41.720Z | Compiling pest_derive v2.8.6 |
| 1939 | 2026-03-10T18:09:41.838Z | Compiling icu_locale_core v2.1.1 |
| 1940 | 2026-03-10T18:09:41.861Z | Compiling icu_collections v2.1.1 |
| 1941 | 2026-03-10T18:09:41.897Z | Compiling hmac v0.12.1 |
| 1942 | 2026-03-10T18:09:42.354Z | Compiling futures-util v0.3.32 |
| 1943 | 2026-03-10T18:09:42.458Z | Compiling block-padding v0.3.3 |
| 1944 | 2026-03-10T18:09:42.670Z | Compiling inout v0.1.4 |
| 1945 | 2026-03-10T18:09:42.878Z | Compiling cipher v0.4.4 |
| 1946 | 2026-03-10T18:09:42.902Z | Compiling sha2 v0.10.9 |
| 1947 | 2026-03-10T18:09:42.972Z | Compiling icu_provider v2.1.1 |
| 1948 | 2026-03-10T18:09:42.995Z | Compiling scroll_derive v0.12.1 |
| 1949 | 2026-03-10T18:09:43.110Z | Compiling bytes v1.11.1 |
| 1950 | 2026-03-10T18:09:43.216Z | Compiling chrono v0.4.44 |
| 1951 | 2026-03-10T18:09:43.388Z | Compiling icu_normalizer v2.1.1 |
| 1952 | 2026-03-10T18:09:43.553Z | Compiling icu_properties v2.1.2 |
| 1953 | 2026-03-10T18:09:43.574Z | Compiling serde_tokenstream v0.2.3 |
| 1954 | 2026-03-10T18:09:43.904Z | Compiling tokio v1.49.0 |
| 1955 | 2026-03-10T18:09:44.419Z | Compiling scroll_derive v0.13.1 |
| 1956 | 2026-03-10T18:09:44.660Z | Compiling rustls-pki-types v1.14.0 |
| 1957 | 2026-03-10T18:09:45.024Z | Compiling idna_adapter v1.2.1 |
| 1958 | 2026-03-10T18:09:45.234Z | Compiling idna v1.1.0 |
| 1959 | 2026-03-10T18:09:45.290Z | Compiling openssl-macros v0.1.1 |
| 1960 | 2026-03-10T18:09:45.450Z | Compiling ppv-lite86 v0.2.21 |
| 1961 | 2026-03-10T18:09:45.771Z | Compiling url v2.5.8 |
| 1962 | 2026-03-10T18:09:45.864Z | Compiling der v0.7.10 |
| 1963 | 2026-03-10T18:09:45.987Z | Compiling regex v1.12.3 |
| 1964 | 2026-03-10T18:09:46.058Z | Compiling darling_macro v0.21.3 |
| 1965 | 2026-03-10T18:09:46.189Z | Compiling zerocopy-derive v0.7.35 |
| 1966 | 2026-03-10T18:09:46.255Z | Compiling http v1.4.0 |
| 1967 | 2026-03-10T18:09:46.324Z | Compiling salsa20 v0.10.2 |
| 1968 | 2026-03-10T18:09:46.528Z | Compiling pbkdf2 v0.12.2 |
| 1969 | 2026-03-10T18:09:46.705Z | Compiling scrypt v0.11.0 |
| 1970 | 2026-03-10T18:09:46.736Z | Compiling darling v0.21.3 |
| 1971 | 2026-03-10T18:09:46.998Z | Compiling rand_chacha v0.9.0 |
| 1972 | 2026-03-10T18:09:47.050Z | Compiling cbc v0.1.2 |
| 1973 | 2026-03-10T18:09:47.057Z | Compiling aes v0.8.4 |
| 1974 | 2026-03-10T18:09:47.333Z | Compiling spki v0.7.3 |
| 1975 | 2026-03-10T18:09:47.587Z | Compiling tracing v0.1.44 |
| 1976 | 2026-03-10T18:09:48.077Z | Compiling usdt-impl v0.5.0 |
| 1977 | 2026-03-10T18:09:48.147Z | Compiling cookie v0.18.1 |
| 1978 | 2026-03-10T18:09:48.167Z | Compiling ref-cast v1.0.25 |
| 1979 | 2026-03-10T18:09:48.246Z | Compiling usdt-impl v0.6.0 |
| 1980 | 2026-03-10T18:09:48.408Z | Compiling paste v1.0.15 |
| 1981 | 2026-03-10T18:09:48.447Z | Compiling base64 v0.22.1 |
| 1982 | 2026-03-10T18:09:48.578Z | Compiling winnow v0.7.14 |
| 1983 | 2026-03-10T18:09:48.821Z | Compiling pkcs5 v0.7.1 |
| 1984 | 2026-03-10T18:09:48.929Z | Compiling rand v0.9.2 |
| 1985 | 2026-03-10T18:09:49.003Z | Compiling http-body v1.0.1 |
| 1986 | 2026-03-10T18:09:49.215Z | Compiling scroll v0.13.0 |
| 1987 | 2026-03-10T18:09:49.237Z | Compiling scroll v0.12.0 |
| 1988 | 2026-03-10T18:09:49.240Z | Compiling serde_spanned v0.6.9 |
| 1989 | 2026-03-10T18:09:49.354Z | Compiling tokio-util v0.7.18 |
| 1990 | 2026-03-10T18:09:49.438Z | Compiling toml_datetime v0.6.11 |
| 1991 | 2026-03-10T18:09:49.533Z | Compiling heapless v0.7.17 |
| 1992 | 2026-03-10T18:09:49.598Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1993 | 2026-03-10T18:09:49.733Z | Compiling untrusted v0.7.1 |
| 1994 | 2026-03-10T18:09:49.803Z | Compiling signal-hook v0.3.18 |
| 1995 | 2026-03-10T18:09:49.849Z | Compiling zstd-safe v7.2.4 |
| 1996 | 2026-03-10T18:09:49.900Z | Compiling openssl-probe v0.2.1 |
| 1997 | 2026-03-10T18:09:50.117Z | Compiling goblin v0.8.2 |
| 1998 | 2026-03-10T18:09:50.148Z | Compiling goblin v0.10.5 |
| 1999 | 2026-03-10T18:09:50.220Z | Compiling pkcs8 v0.10.2 |
| 2000 | 2026-03-10T18:09:50.664Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 2001 | 2026-03-10T18:09:50.742Z | Compiling zerocopy v0.7.35 |
| 2002 | 2026-03-10T18:09:50.997Z | Compiling ref-cast-impl v1.0.25 |
| 2003 | 2026-03-10T18:09:51.059Z | Compiling darling_core v0.20.11 |
| 2004 | 2026-03-10T18:09:51.426Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2005 | 2026-03-10T18:09:51.464Z | Compiling tower-layer v0.3.3 |
| 2006 | 2026-03-10T18:09:51.495Z | Compiling atomic-waker v1.1.2 |
| 2007 | 2026-03-10T18:09:51.607Z | Compiling tower-service v0.3.3 |
| 2008 | 2026-03-10T18:09:51.700Z | Compiling winnow v0.5.40 |
| 2009 | 2026-03-10T18:09:51.763Z | Compiling rustix v0.38.44 |
| 2010 | 2026-03-10T18:09:51.822Z | Compiling try-lock v0.2.5 |
| 2011 | 2026-03-10T18:09:51.954Z | Compiling tinyvec_macros v0.1.1 |
| 2012 | 2026-03-10T18:09:51.974Z | Compiling want v0.3.1 |
| 2013 | 2026-03-10T18:09:52.060Z | Compiling tinyvec v1.10.0 |
| 2014 | 2026-03-10T18:09:52.096Z | Compiling h2 v0.4.13 |
| 2015 | 2026-03-10T18:09:52.837Z | Compiling dtrace-parser v0.2.0 |
| 2016 | 2026-03-10T18:09:52.973Z | Compiling dtrace-parser v0.3.0 |
| 2017 | 2026-03-10T18:09:53.031Z | Compiling ipnet v2.11.0 |
| 2018 | 2026-03-10T18:09:53.054Z | Compiling async-trait v0.1.89 |
| 2019 | 2026-03-10T18:09:53.382Z | Compiling daft-derive v0.1.5 |
| 2020 | 2026-03-10T18:09:53.722Z | Compiling toml_edit v0.19.15 |
| 2021 | 2026-03-10T18:09:53.772Z | Compiling dof v0.3.0 |
| 2022 | 2026-03-10T18:09:53.800Z | Compiling curve25519-dalek v4.1.3 |
| 2023 | 2026-03-10T18:09:53.949Z | Compiling spin v0.9.8 |
| 2024 | 2026-03-10T18:09:53.978Z | Compiling thread-id v4.2.2 |
| 2025 | 2026-03-10T18:09:54.093Z | Compiling thread-id v5.1.0 |
| 2026 | 2026-03-10T18:09:54.118Z | Compiling darling_macro v0.20.11 |
| 2027 | 2026-03-10T18:09:54.145Z | Compiling proc-macro-error-attr v1.0.4 |
| 2028 | 2026-03-10T18:09:54.213Z | Compiling pin-utils v0.1.0 |
| 2029 | 2026-03-10T18:09:54.236Z | Compiling fastrand v2.3.0 |
| 2030 | 2026-03-10T18:09:54.326Z | Compiling dof v0.4.0 |
| 2031 | 2026-03-10T18:09:54.670Z | Compiling httpdate v1.0.3 |
| 2032 | 2026-03-10T18:09:54.807Z | Compiling foreign-types-shared v0.1.1 |
| 2033 | 2026-03-10T18:09:54.813Z | Compiling smoltcp v0.9.1 |
| 2034 | 2026-03-10T18:09:54.855Z | Compiling litrs v1.0.0 |
| 2035 | 2026-03-10T18:09:54.942Z | Compiling num-bigint-dig v0.8.6 |
| 2036 | 2026-03-10T18:09:54.945Z | Compiling foreign-types v0.3.2 |
| 2037 | 2026-03-10T18:09:54.988Z | Compiling darling v0.20.11 |
| 2038 | 2026-03-10T18:09:55.097Z | Compiling tempfile v3.25.0 |
| 2039 | 2026-03-10T18:09:55.554Z | Compiling document-features v0.2.12 |
| 2040 | 2026-03-10T18:09:55.990Z | Compiling ipnetwork v0.21.1 |
| 2041 | 2026-03-10T18:09:56.211Z | Compiling strum_macros v0.26.4 |
| 2042 | 2026-03-10T18:09:56.367Z | Compiling wait-timeout v0.2.1 |
| 2043 | 2026-03-10T18:09:56.397Z | Compiling proc-macro-error v1.0.4 |
| 2044 | 2026-03-10T18:09:56.425Z | Compiling quick-error v1.2.3 |
| 2045 | 2026-03-10T18:09:56.591Z | Compiling hyper v1.8.1 |
| 2046 | 2026-03-10T18:09:56.713Z | Compiling unicode-segmentation v1.12.0 |
| 2047 | 2026-03-10T18:09:56.856Z | Compiling powerfmt v0.2.0 |
| 2048 | 2026-03-10T18:09:56.982Z | Compiling utf8parse v0.2.2 |
| 2049 | 2026-03-10T18:09:57.181Z | Compiling siphasher v1.0.2 |
| 2050 | 2026-03-10T18:09:57.206Z | Compiling simd-adler32 v0.3.8 |
| 2051 | 2026-03-10T18:09:57.449Z | Compiling bit-vec v0.8.0 |
| 2052 | 2026-03-10T18:09:57.529Z | Compiling anstyle v1.0.13 |
| 2053 | 2026-03-10T18:09:57.576Z | Compiling deranged v0.5.8 |
| 2054 | 2026-03-10T18:09:57.621Z | Compiling anstyle-parse v0.2.7 |
| 2055 | 2026-03-10T18:09:57.801Z | Compiling bit-set v0.8.0 |
| 2056 | 2026-03-10T18:09:58.052Z | Compiling rusty-fork v0.3.1 |
| 2057 | 2026-03-10T18:09:58.256Z | Compiling hyper-util v0.1.20 |
| 2058 | 2026-03-10T18:09:58.470Z | Compiling crossbeam-epoch v0.9.18 |
| 2059 | 2026-03-10T18:09:58.770Z | Compiling derive_builder_core v0.20.2 |
| 2060 | 2026-03-10T18:09:58.906Z | Compiling unicode-normalization v0.1.25 |
| 2061 | 2026-03-10T18:09:59.141Z | Compiling rustls-native-certs v0.8.3 |
| 2062 | 2026-03-10T18:09:59.594Z | Compiling signature v2.2.0 |
| 2063 | 2026-03-10T18:09:59.613Z | Compiling hubpack_derive v0.1.1 |
| 2064 | 2026-03-10T18:09:59.723Z | Compiling strum_macros v0.27.2 |
| 2065 | 2026-03-10T18:09:59.787Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2066 | 2026-03-10T18:09:59.926Z | Compiling rand_xorshift v0.4.0 |
| 2067 | 2026-03-10T18:10:00.050Z | Compiling sync_wrapper v1.0.2 |
| 2068 | 2026-03-10T18:10:00.150Z | Compiling fs-err v3.3.0 |
| 2069 | 2026-03-10T18:10:00.253Z | Compiling ahash v0.8.12 |
| 2070 | 2026-03-10T18:10:00.311Z | Compiling is_terminal_polyfill v1.70.2 |
| 2071 | 2026-03-10T18:10:00.334Z | Compiling object v0.37.3 |
| 2072 | 2026-03-10T18:10:00.387Z | Compiling adler2 v2.0.1 |
| 2073 | 2026-03-10T18:10:00.453Z | Compiling unicode-properties v0.1.4 |
| 2074 | 2026-03-10T18:10:00.456Z | Compiling unarray v0.1.4 |
| 2075 | 2026-03-10T18:10:00.553Z | Compiling num_threads v0.1.7 |
| 2076 | 2026-03-10T18:10:00.631Z | Compiling anstyle-query v1.1.5 |
| 2077 | 2026-03-10T18:10:00.653Z | Compiling colorchoice v1.0.4 |
| 2078 | 2026-03-10T18:10:00.680Z | Compiling unicode-bidi v0.3.18 |
| 2079 | 2026-03-10T18:10:00.726Z | Compiling time v0.3.47 |
| 2080 | 2026-03-10T18:10:00.773Z | Compiling proptest v1.10.0 |
| 2081 | 2026-03-10T18:10:00.820Z | Compiling anstream v0.6.21 |
| 2082 | 2026-03-10T18:10:00.841Z | Compiling miniz_oxide v0.8.9 |
| 2083 | 2026-03-10T18:10:01.135Z | Compiling stringprep v0.1.5 |
| 2084 | 2026-03-10T18:10:01.240Z | Compiling tower v0.5.3 |
| 2085 | 2026-03-10T18:10:01.631Z | Compiling derive_builder_macro v0.20.2 |
| 2086 | 2026-03-10T18:10:01.919Z | Compiling crossbeam-deque v0.8.6 |
| 2087 | 2026-03-10T18:10:02.108Z | Compiling heck v0.4.1 |
| 2088 | 2026-03-10T18:10:02.222Z | Compiling usdt-macro v0.6.0 |
| 2089 | 2026-03-10T18:10:02.245Z | Compiling usdt-attr-macro v0.6.0 |
| 2090 | 2026-03-10T18:10:02.434Z | Compiling http-body-util v0.1.3 |
| 2091 | 2026-03-10T18:10:02.549Z | Compiling webpki-roots v1.0.6 |
| 2092 | 2026-03-10T18:10:02.792Z | Compiling rand_chacha v0.3.1 |
| 2093 | 2026-03-10T18:10:02.814Z | Compiling erased-serde v0.3.31 |
| 2094 | 2026-03-10T18:10:03.065Z | Compiling md-5 v0.10.6 |
| 2095 | 2026-03-10T18:10:03.360Z | Compiling num-integer v0.1.46 |
| 2096 | 2026-03-10T18:10:03.416Z | Compiling hash32 v0.2.1 |
| 2097 | 2026-03-10T18:10:03.420Z | Compiling vergen-lib v0.1.6 |
| 2098 | 2026-03-10T18:10:03.458Z | Compiling ff v0.13.1 |
| 2099 | 2026-03-10T18:10:03.683Z | Compiling ryu v1.0.23 |
| 2100 | 2026-03-10T18:10:03.684Z | Compiling zlib-rs v0.6.2 |
| 2101 | 2026-03-10T18:10:03.730Z | Compiling base16ct v0.2.0 |
| 2102 | 2026-03-10T18:10:03.733Z | Compiling iri-string v0.7.10 |
| 2103 | 2026-03-10T18:10:03.775Z | Compiling fallible-iterator v0.2.0 |
| 2104 | 2026-03-10T18:10:03.808Z | Compiling psl-types v2.0.11 |
| 2105 | 2026-03-10T18:10:03.977Z | Compiling publicsuffix v2.3.0 |
| 2106 | 2026-03-10T18:10:04.000Z | Compiling newtype-uuid v1.3.2 |
| 2107 | 2026-03-10T18:10:04.003Z | Compiling sec1 v0.7.3 |
| 2108 | 2026-03-10T18:10:04.003Z | Compiling serde_urlencoded v0.7.1 |
| 2109 | 2026-03-10T18:10:04.243Z | Compiling postgres-protocol v0.6.10 |
| 2110 | 2026-03-10T18:10:04.265Z | Compiling num-iter v0.1.45 |
| 2111 | 2026-03-10T18:10:04.466Z | Compiling group v0.13.0 |
| 2112 | 2026-03-10T18:10:04.963Z | Compiling rand v0.8.5 |
| 2113 | 2026-03-10T18:10:05.103Z | Compiling oxnet v0.1.4 |
| 2114 | 2026-03-10T18:10:05.128Z | Compiling zone_cfg_derive v0.3.1 |
| 2115 | 2026-03-10T18:10:05.283Z | Compiling derive_builder v0.20.2 |
| 2116 | 2026-03-10T18:10:05.350Z | Compiling tokio-native-tls v0.3.1 |
| 2117 | 2026-03-10T18:10:05.449Z | Compiling tower-http v0.6.8 |
| 2118 | 2026-03-10T18:10:05.578Z | Compiling phf_shared v0.13.1 |
| 2119 | 2026-03-10T18:10:05.733Z | Compiling lazy_static v1.5.0 |
| 2120 | 2026-03-10T18:10:05.899Z | Compiling terminal_size v0.4.3 |
| 2121 | 2026-03-10T18:10:05.959Z | Compiling serde_with_macros v3.17.0 |
| 2122 | 2026-03-10T18:10:06.035Z | Compiling cargo-platform v0.1.9 |
| 2123 | 2026-03-10T18:10:06.092Z | Compiling hkdf v0.12.4 |
| 2124 | 2026-03-10T18:10:06.235Z | Compiling crypto-bigint v0.5.5 |
| 2125 | 2026-03-10T18:10:06.276Z | Compiling serde_repr v0.1.20 |
| 2126 | 2026-03-10T18:10:06.322Z | Compiling clap_derive v4.5.55 |
| 2127 | 2026-03-10T18:10:06.388Z | Compiling enum-as-inner v0.6.1 |
| 2128 | 2026-03-10T18:10:06.502Z | Compiling vergen v9.0.6 |
| 2129 | 2026-03-10T18:10:06.536Z | Compiling flate2 v1.1.9 |
| 2130 | 2026-03-10T18:10:06.632Z | Compiling clap_lex v1.0.0 |
| 2131 | 2026-03-10T18:10:06.789Z | Compiling bumpalo v3.20.2 |
| 2132 | 2026-03-10T18:10:06.808Z | Compiling managed v0.8.0 |
| 2133 | 2026-03-10T18:10:06.902Z | Compiling bitflags v1.3.2 |
| 2134 | 2026-03-10T18:10:07.013Z | Compiling unicode-width v0.2.0 |
| 2135 | 2026-03-10T18:10:07.093Z | Compiling libbz2-rs-sys v0.2.2 |
| 2136 | 2026-03-10T18:10:07.117Z | Compiling foldhash v0.1.5 |
| 2137 | 2026-03-10T18:10:07.184Z | Compiling zopfli v0.8.3 |
| 2138 | 2026-03-10T18:10:07.283Z | Compiling clap_builder v4.5.60 |
| 2139 | 2026-03-10T18:10:07.424Z | Compiling hashbrown v0.15.5 |
| 2140 | 2026-03-10T18:10:07.427Z | Compiling console v0.16.2 |
| 2141 | 2026-03-10T18:10:07.704Z | Compiling bzip2 v0.6.1 |
| 2142 | 2026-03-10T18:10:07.889Z | Compiling cargo_metadata v0.19.2 |
| 2143 | 2026-03-10T18:10:07.963Z | Compiling elliptic-curve v0.13.8 |
| 2144 | 2026-03-10T18:10:08.216Z | Compiling phf v0.13.1 |
| 2145 | 2026-03-10T18:10:08.273Z | Compiling hyper-tls v0.6.0 |
| 2146 | 2026-03-10T18:10:08.393Z | Compiling signal-hook-mio v0.2.5 |
| 2147 | 2026-03-10T18:10:08.416Z | Compiling daft v0.1.5 |
| 2148 | 2026-03-10T18:10:08.459Z | Compiling cookie_store v0.22.1 |
| 2149 | 2026-03-10T18:10:08.551Z | Compiling rayon v1.11.0 |
| 2150 | 2026-03-10T18:10:08.586Z | Compiling zstd v0.13.3 |
| 2151 | 2026-03-10T18:10:08.662Z | Compiling postgres-types v0.2.12 |
| 2152 | 2026-03-10T18:10:08.796Z | Compiling bzip2 v0.4.4 |
| 2153 | 2026-03-10T18:10:08.816Z | Compiling strum v0.27.2 |
| 2154 | 2026-03-10T18:10:09.003Z | Compiling hubpack v0.1.2 |
| 2155 | 2026-03-10T18:10:09.029Z | Compiling ed25519 v2.2.3 |
| 2156 | 2026-03-10T18:10:09.068Z | Compiling phf_shared v0.11.3 |
| 2157 | 2026-03-10T18:10:09.312Z | Compiling pkcs1 v0.7.5 |
| 2158 | 2026-03-10T18:10:09.541Z | Compiling serde-big-array v0.5.1 |
| 2159 | 2026-03-10T18:10:09.581Z | Compiling hex v0.4.3 |
| 2160 | 2026-03-10T18:10:09.635Z | Compiling rfc6979 v0.4.0 |
| 2161 | 2026-03-10T18:10:09.682Z | Compiling bstr v1.12.1 |
| 2162 | 2026-03-10T18:10:09.811Z | Compiling float-cmp v0.10.0 |
| 2163 | 2026-03-10T18:10:09.832Z | Compiling itertools v0.12.1 |
| 2164 | 2026-03-10T18:10:09.835Z | Compiling memmap2 v0.9.10 |
| 2165 | 2026-03-10T18:10:09.875Z | Compiling env_filter v1.0.0 |
| 2166 | 2026-03-10T18:10:09.947Z | Compiling encoding_rs v0.8.35 |
| 2167 | 2026-03-10T18:10:09.981Z | Compiling unit-prefix v0.5.2 |
| 2168 | 2026-03-10T18:10:10.014Z | Compiling whoami v2.1.0 |
| 2169 | 2026-03-10T18:10:10.182Z | Compiling toml_write v0.1.2 |
| 2170 | 2026-03-10T18:10:10.206Z | Compiling rustc-hash v2.1.1 |
| 2171 | 2026-03-10T18:10:10.307Z | Compiling data-encoding v2.10.0 |
| 2172 | 2026-03-10T18:10:10.328Z | Compiling jiff v0.2.21 |
| 2173 | 2026-03-10T18:10:10.468Z | Compiling difflib v0.4.0 |
| 2174 | 2026-03-10T18:10:10.527Z | Compiling predicates-core v1.0.10 |
| 2175 | 2026-03-10T18:10:10.764Z | Compiling static_assertions v1.1.0 |
| 2176 | 2026-03-10T18:10:10.862Z | Compiling fixedbitset v0.4.2 |
| 2177 | 2026-03-10T18:10:10.927Z | Compiling precomputed-hash v0.1.1 |
| 2178 | 2026-03-10T18:10:11.036Z | Compiling normalize-line-endings v0.3.0 |
| 2179 | 2026-03-10T18:10:11.059Z | Compiling mime v0.3.17 |
| 2180 | 2026-03-10T18:10:11.079Z | Compiling fixedbitset v0.5.7 |
| 2181 | 2026-03-10T18:10:11.101Z | Compiling new_debug_unreachable v1.0.6 |
| 2182 | 2026-03-10T18:10:11.170Z | Compiling keccak v0.1.6 |
| 2183 | 2026-03-10T18:10:11.207Z | Compiling string_cache v0.8.9 |
| 2184 | 2026-03-10T18:10:11.376Z | Compiling sha3 v0.10.8 |
| 2185 | 2026-03-10T18:10:11.442Z | Compiling zone v0.3.1 |
| 2186 | 2026-03-10T18:10:11.464Z | Compiling petgraph v0.8.3 |
| 2187 | 2026-03-10T18:10:11.507Z | Compiling predicates v3.1.4 |
| 2188 | 2026-03-10T18:10:11.558Z | Compiling petgraph v0.6.5 |
| 2189 | 2026-03-10T18:10:11.618Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2190 | 2026-03-10T18:10:11.741Z | Compiling indicatif v0.18.4 |
| 2191 | 2026-03-10T18:10:11.762Z | Compiling hickory-proto v0.25.2 |
| 2192 | 2026-03-10T18:10:12.365Z | Compiling toml_edit v0.22.27 |
| 2193 | 2026-03-10T18:10:12.435Z | Compiling iddqd v0.3.17 |
| 2194 | 2026-03-10T18:10:13.862Z | Compiling tokio-postgres v0.7.16 |
| 2195 | 2026-03-10T18:10:14.101Z | Compiling similar v2.7.0 |
| 2196 | 2026-03-10T18:10:14.307Z | Compiling zip v4.6.1 |
| 2197 | 2026-03-10T18:10:14.496Z | Compiling env_logger v0.11.9 |
| 2198 | 2026-03-10T18:10:14.923Z | Compiling usdt v0.6.0 |
| 2199 | 2026-03-10T18:10:15.245Z | Compiling serde_with v3.17.0 |
| 2200 | 2026-03-10T18:10:15.311Z | Compiling ecdsa v0.16.9 |
| 2201 | 2026-03-10T18:10:15.801Z | Compiling rsa v0.9.10 |
| 2202 | 2026-03-10T18:10:15.863Z | Compiling clap v4.5.60 |
| 2203 | 2026-03-10T18:10:15.903Z | Compiling crossterm v0.28.1 |
| 2204 | 2026-03-10T18:10:15.979Z | Compiling ed25519-dalek v2.2.0 |
| 2205 | 2026-03-10T18:10:16.363Z | Compiling zip v0.6.6 |
| 2206 | 2026-03-10T18:10:16.562Z | Compiling strum v0.26.3 |
| 2207 | 2026-03-10T18:10:16.663Z | Compiling toml v0.7.8 |
| 2208 | 2026-03-10T18:10:16.686Z | Compiling tokio-stream v0.1.18 |
| 2209 | 2026-03-10T18:10:16.749Z | Compiling buf-list v1.1.2 |
| 2210 | 2026-03-10T18:10:16.874Z | Compiling x509-cert v0.2.5 |
| 2211 | 2026-03-10T18:10:17.288Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2212 | 2026-03-10T18:10:17.372Z | Compiling openapiv3 v2.2.0 |
| 2213 | 2026-03-10T18:10:17.528Z | Compiling sha1 v0.10.6 |
| 2214 | 2026-03-10T18:10:17.745Z | Compiling itertools v0.13.0 |
| 2215 | 2026-03-10T18:10:17.869Z | Compiling lalrpop-util v0.19.12 |
| 2216 | 2026-03-10T18:10:18.143Z | Compiling peg-runtime v0.8.5 |
| 2217 | 2026-03-10T18:10:24.197Z | Compiling macaddr v1.0.1 |
| 2218 | 2026-03-10T18:10:24.783Z | Compiling structmeta-derive v0.3.0 |
| 2219 | 2026-03-10T18:10:24.916Z | Compiling itertools v0.14.0 |
| 2220 | 2026-03-10T18:10:26.439Z | Compiling heapless v0.8.0 |
| 2221 | 2026-03-10T18:10:27.083Z | Compiling ingot-macros v0.1.1 |
| 2222 | 2026-03-10T18:10:27.461Z | Compiling structmeta v0.3.0 |
| 2223 | 2026-03-10T18:10:29.062Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2224 | 2026-03-10T18:10:29.917Z | Compiling hash32 v0.3.1 |
| 2225 | 2026-03-10T18:10:30.389Z | Compiling smoltcp v0.11.0 |
| 2226 | 2026-03-10T18:10:30.855Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2227 | 2026-03-10T18:10:30.858Z | Compiling ingot-types v0.1.2 |
| 2228 | 2026-03-10T18:10:32.212Z | Compiling proc-macro-crate v3.4.0 |
| 2229 | 2026-03-10T18:10:35.155Z | Compiling cobs v0.3.0 |
| 2230 | 2026-03-10T18:10:36.378Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2231 | 2026-03-10T18:10:36.627Z | Compiling rustls v0.22.4 |
| 2232 | 2026-03-10T18:10:38.716Z | Compiling rustls-webpki v0.103.9 |
| 2233 | 2026-03-10T18:10:40.387Z | Compiling postcard v1.1.3 |
| 2234 | 2026-03-10T18:10:41.950Z | Compiling num_enum_derive v0.7.5 |
| 2235 | 2026-03-10T18:10:42.185Z | Compiling ingot v0.1.1 |
| 2236 | 2026-03-10T18:10:43.476Z | Compiling proc-macro-crate v1.3.1 |
| 2237 | 2026-03-10T18:10:44.692Z | Compiling tokio-rustls v0.26.4 |
| 2238 | 2026-03-10T18:10:44.974Z | Compiling rustls-platform-verifier v0.6.2 |
| 2239 | 2026-03-10T18:10:45.086Z | Compiling hyper-rustls v0.27.7 |
| 2240 | 2026-03-10T18:10:45.250Z | Compiling rustls-webpki v0.102.8 |
| 2241 | 2026-03-10T18:10:45.526Z | Compiling reqwest v0.12.28 |
| 2242 | 2026-03-10T18:10:45.553Z | Compiling reqwest v0.13.2 |
| 2243 | 2026-03-10T18:10:45.581Z | Compiling futures-executor v0.3.32 |
| 2244 | 2026-03-10T18:10:45.714Z | Compiling foreign-types-macros v0.2.3 |
| 2245 | 2026-03-10T18:10:45.743Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2246 | 2026-03-10T18:10:45.983Z | Compiling multer v3.1.0 |
| 2247 | 2026-03-10T18:10:46.242Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2248 | 2026-03-10T18:10:46.277Z | Compiling thread_local v1.1.9 |
| 2249 | 2026-03-10T18:10:46.299Z | Compiling foreign-types-shared v0.3.1 |
| 2250 | 2026-03-10T18:10:46.370Z | Compiling match_cfg v0.1.0 |
| 2251 | 2026-03-10T18:10:46.494Z | Compiling slog-async v2.8.0 |
| 2252 | 2026-03-10T18:10:46.575Z | Compiling cpufeatures v0.3.0 |
| 2253 | 2026-03-10T18:10:46.597Z | Compiling foreign-types v0.5.0 |
| 2254 | 2026-03-10T18:10:46.688Z | Compiling chacha20 v0.10.0 |
| 2255 | 2026-03-10T18:10:46.736Z | Compiling hostname v0.3.1 |
| 2256 | 2026-03-10T18:10:46.786Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2257 | 2026-03-10T18:10:46.808Z | Compiling futures v0.3.32 |
| 2258 | 2026-03-10T18:10:46.853Z | Compiling num_enum_derive v0.5.11 |
| 2259 | 2026-03-10T18:10:46.966Z | Compiling num_enum v0.7.5 |
| 2260 | 2026-03-10T18:10:47.040Z | Compiling derive-ex v0.1.8 |
| 2261 | 2026-03-10T18:10:47.122Z | Compiling tabwriter v1.4.1 |
| 2262 | 2026-03-10T18:10:47.168Z | Compiling slog-json v2.6.1 |
| 2263 | 2026-03-10T18:10:47.189Z | Compiling crossbeam-channel v0.5.15 |
| 2264 | 2026-03-10T18:10:47.212Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2265 | 2026-03-10T18:10:47.428Z | Compiling async-stream-impl v0.3.6 |
| 2266 | 2026-03-10T18:10:47.520Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2267 | 2026-03-10T18:10:47.631Z | Compiling serde_spanned v1.0.4 |
| 2268 | 2026-03-10T18:10:47.761Z | Compiling is-terminal v0.4.17 |
| 2269 | 2026-03-10T18:10:47.856Z | Compiling cstr-argument v0.1.2 |
| 2270 | 2026-03-10T18:10:47.881Z | Compiling memoffset v0.9.1 |
| 2271 | 2026-03-10T18:10:47.944Z | Compiling dropshot v0.16.7 |
| 2272 | 2026-03-10T18:10:48.123Z | Compiling crucible-workspace-hack v0.1.0 |
| 2273 | 2026-03-10T18:10:48.176Z | Compiling typeid v1.0.3 |
| 2274 | 2026-03-10T18:10:48.199Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2275 | 2026-03-10T18:10:48.219Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2276 | 2026-03-10T18:10:48.242Z | Compiling take_mut v0.2.2 |
| 2277 | 2026-03-10T18:10:48.267Z | Compiling cfg_aliases v0.2.1 |
| 2278 | 2026-03-10T18:10:48.269Z | Compiling term v1.2.1 |
| 2279 | 2026-03-10T18:10:48.391Z | Compiling nix v0.30.1 |
| 2280 | 2026-03-10T18:10:48.542Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2281 | 2026-03-10T18:10:48.564Z | Compiling async-stream v0.3.6 |
| 2282 | 2026-03-10T18:10:48.628Z | Compiling num_enum v0.5.11 |
| 2283 | 2026-03-10T18:10:48.819Z | Compiling slog-term v2.9.2 |
| 2284 | 2026-03-10T18:10:48.845Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2285 | 2026-03-10T18:10:48.961Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2286 | 2026-03-10T18:10:49.161Z | Compiling slog-bunyan v2.5.0 |
| 2287 | 2026-03-10T18:10:49.269Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2288 | 2026-03-10T18:10:49.371Z | Compiling test-strategy v0.4.5 |
| 2289 | 2026-03-10T18:10:49.456Z | Compiling rand v0.10.0 |
| 2290 | 2026-03-10T18:10:49.602Z | Compiling parse-display-derive v0.10.0 |
| 2291 | 2026-03-10T18:10:50.053Z | Compiling tokio-rustls v0.25.0 |
| 2292 | 2026-03-10T18:10:50.209Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2293 | 2026-03-10T18:10:50.403Z | Compiling waitgroup v0.1.2 |
| 2294 | 2026-03-10T18:10:50.535Z | Compiling rustls-pemfile v2.2.0 |
| 2295 | 2026-03-10T18:10:50.577Z | Compiling dropshot_endpoint v0.16.7 |
| 2296 | 2026-03-10T18:10:50.603Z | Compiling newtype-uuid-macros v0.1.0 |
| 2297 | 2026-03-10T18:10:50.606Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2298 | 2026-03-10T18:10:50.648Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2299 | 2026-03-10T18:10:50.702Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2300 | 2026-03-10T18:10:50.727Z | Compiling serde_path_to_error v0.1.20 |
| 2301 | 2026-03-10T18:10:50.842Z | Compiling hostname v0.4.2 |
| 2302 | 2026-03-10T18:10:50.965Z | Compiling instant v0.1.13 |
| 2303 | 2026-03-10T18:10:51.067Z | Compiling erased-serde v0.4.9 |
| 2304 | 2026-03-10T18:10:51.099Z | Compiling debug-ignore v1.0.5 |
| 2305 | 2026-03-10T18:10:51.102Z | Compiling colored v3.1.1 |
| 2306 | 2026-03-10T18:10:51.171Z | Compiling backoff v0.4.0 |
| 2307 | 2026-03-10T18:10:51.267Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2308 | 2026-03-10T18:10:51.318Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2309 | 2026-03-10T18:10:51.371Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2310 | 2026-03-10T18:10:51.405Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2311 | 2026-03-10T18:10:51.535Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2312 | 2026-03-10T18:10:51.765Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2313 | 2026-03-10T18:10:51.793Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2314 | 2026-03-10T18:10:51.827Z | Compiling camino-tempfile v1.4.1 |
| 2315 | 2026-03-10T18:10:51.876Z | Compiling parse-display v0.10.0 |
| 2316 | 2026-03-10T18:10:52.093Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2317 | 2026-03-10T18:10:52.120Z | Compiling backon v1.6.0 |
| 2318 | 2026-03-10T18:10:52.123Z | Compiling secrecy v0.10.3 |
| 2319 | 2026-03-10T18:10:52.365Z | Compiling num-derive v0.4.2 |
| 2320 | 2026-03-10T18:10:52.414Z | Compiling regress v0.10.5 |
| 2321 | 2026-03-10T18:10:52.439Z | Compiling sigpipe v0.1.3 |
| 2322 | 2026-03-10T18:10:52.498Z | Compiling libefi-sys v0.1.0 |
| 2323 | 2026-03-10T18:10:52.597Z | Compiling glob v0.3.3 |
| 2324 | 2026-03-10T18:10:52.830Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2325 | 2026-03-10T18:10:53.220Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2326 | 2026-03-10T18:10:53.521Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2327 | 2026-03-10T18:10:53.754Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2328 | 2026-03-10T18:10:53.947Z | Compiling usdt-attr-macro v0.5.0 |
| 2329 | 2026-03-10T18:10:53.976Z | Compiling usdt-macro v0.5.0 |
| 2330 | 2026-03-10T18:10:54.064Z | Compiling smf v0.2.3 |
| 2331 | 2026-03-10T18:10:54.234Z | Compiling bitfield-struct v0.6.2 |
| 2332 | 2026-03-10T18:10:54.314Z | Compiling ordered-float v2.10.1 |
| 2333 | 2026-03-10T18:10:54.354Z | Compiling blake3 v1.8.3 |
| 2334 | 2026-03-10T18:10:54.548Z | Compiling memmap v0.7.0 |
| 2335 | 2026-03-10T18:10:54.695Z | Compiling whoami v1.6.1 |
| 2336 | 2026-03-10T18:10:54.736Z | Compiling serde-value v0.7.0 |
| 2337 | 2026-03-10T18:10:54.865Z | Compiling serde-untagged v0.1.9 |
| 2338 | 2026-03-10T18:10:55.029Z | Compiling usdt v0.5.0 |
| 2339 | 2026-03-10T18:10:55.154Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2340 | 2026-03-10T18:10:55.247Z | Compiling toml v0.8.23 |
| 2341 | 2026-03-10T18:10:55.301Z | Compiling filetime v0.2.27 |
| 2342 | 2026-03-10T18:10:55.389Z | Compiling arrayref v0.3.9 |
| 2343 | 2026-03-10T18:10:55.433Z | Compiling xattr v1.6.1 |
| 2344 | 2026-03-10T18:10:55.523Z | Compiling same-file v1.0.6 |
| 2345 | 2026-03-10T18:10:55.606Z | Compiling unicode-xid v0.2.6 |
| 2346 | 2026-03-10T18:10:55.608Z | Compiling arrayvec v0.7.6 |
| 2347 | 2026-03-10T18:10:55.652Z | Compiling constant_time_eq v0.4.2 |
| 2348 | 2026-03-10T18:10:55.719Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2349 | 2026-03-10T18:10:55.745Z | Compiling walkdir v2.5.0 |
| 2350 | 2026-03-10T18:10:55.779Z | Compiling tar v0.4.44 |
| 2351 | 2026-03-10T18:10:55.832Z | Compiling tokio-dtrace v0.1.1 |
| 2352 | 2026-03-10T18:10:55.860Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2353 | 2026-03-10T18:10:55.884Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2354 | 2026-03-10T18:10:55.938Z | Compiling gethostname v0.5.0 |
| 2355 | 2026-03-10T18:10:56.147Z | Compiling cargo-util-schemas v0.8.2 |
| 2356 | 2026-03-10T18:10:56.230Z | Compiling cargo-platform v0.2.0 |
| 2357 | 2026-03-10T18:10:56.383Z | Compiling topological-sort v0.2.2 |
| 2358 | 2026-03-10T18:10:56.455Z | Compiling oxide-tokio-rt v0.1.2 |
| 2359 | 2026-03-10T18:10:56.627Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2360 | 2026-03-10T18:10:56.783Z | Compiling shell-words v1.1.1 |
| 2361 | 2026-03-10T18:10:56.808Z | Compiling indent_write v2.2.0 |
| 2362 | 2026-03-10T18:10:57.939Z | Compiling cargo_metadata v0.21.0 |
| 2363 | 2026-03-10T18:11:09.043Z | Compiling progenitor-client v0.10.0 |
| 2364 | 2026-03-10T18:11:09.043Z | Compiling omicron-zone-package v0.12.2 |
| 2365 | 2026-03-10T18:11:09.063Z | Compiling progenitor-client v0.13.0 |
| 2366 | 2026-03-10T18:11:09.195Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2367 | 2026-03-10T18:11:09.198Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2368 | 2026-03-10T18:11:09.672Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2369 | 2026-03-10T18:11:19.781Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2370 | 2026-03-10T18:11:20.414Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2371 | 2026-03-10T18:11:21.675Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2372 | 2026-03-10T18:11:30.486Z | Finished `release` profile [optimized] target(s) in 2m 01s |
| 2373 | 2026-03-10T18:11:30.672Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2374 | 2026-03-10T18:11:30.739Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2375 | 2026-03-10T18:11:30.743Z | Created new build target 'test' and set it as active |
| 2376 | 2026-03-10T18:11:30.746Z | |
| 2377 | 2026-03-10T18:11:30.746Z | real 2:01.823669494 |
| 2378 | 2026-03-10T18:11:30.746Z | user 21:42.226802863 |
| 2379 | 2026-03-10T18:11:30.746Z | sys 3:12.536281202 |
| 2380 | 2026-03-10T18:11:30.746Z | trap 0.591172925 |
| 2381 | 2026-03-10T18:11:30.746Z | tflt 3.349625275 |
| 2382 | 2026-03-10T18:11:30.747Z | dflt 4.115168680 |
| 2383 | 2026-03-10T18:11:30.747Z | kflt 0.000268575 |
| 2384 | 2026-03-10T18:11:30.747Z | lock 50:30.450807713 |
| 2385 | 2026-03-10T18:11:30.747Z | slp 1:15:12.555248984 |
| 2386 | 2026-03-10T18:11:30.747Z | lat 51.335947244 |
| 2387 | 2026-03-10T18:11:30.747Z | stop 7:25.828248379 |
| 2388 | 2026-03-10T18:11:30.747Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2389 | 2026-03-10T18:11:31.971Z | Finished `release` profile [optimized] target(s) in 1.16s |
| 2390 | 2026-03-10T18:11:32.043Z | Running `target/release/omicron-package -t test package` |
| 2391 | 2026-03-10T18:11:32.108Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2392 | 2026-03-10T18:11:33.987Z | Compiling regress v0.10.5 |
| 2393 | 2026-03-10T18:11:33.988Z | Compiling heck v0.5.0 |
| 2394 | 2026-03-10T18:11:33.991Z | Compiling unsafe-libyaml v0.2.11 |
| 2395 | 2026-03-10T18:11:34.237Z | Compiling convert_case v0.4.0 |
| 2396 | 2026-03-10T18:11:34.262Z | Compiling half v2.7.1 |
| 2397 | 2026-03-10T18:11:34.264Z | Compiling ciborium-io v0.2.2 |
| 2398 | 2026-03-10T18:11:34.264Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2399 | 2026-03-10T18:11:34.318Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2400 | 2026-03-10T18:11:34.322Z | Compiling prettyplease v0.2.37 |
| 2401 | 2026-03-10T18:11:34.323Z | Compiling universal-hash v0.5.1 |
| 2402 | 2026-03-10T18:11:34.323Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2403 | 2026-03-10T18:11:34.323Z | Compiling opaque-debug v0.3.1 |
| 2404 | 2026-03-10T18:11:34.346Z | Compiling unicode-width v0.1.14 |
| 2405 | 2026-03-10T18:11:34.348Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2406 | 2026-03-10T18:11:34.373Z | Compiling chacha20 v0.9.1 |
| 2407 | 2026-03-10T18:11:34.405Z | Compiling typify-impl v0.6.1 |
| 2408 | 2026-03-10T18:11:34.514Z | Compiling password-hash v0.5.0 |
| 2409 | 2026-03-10T18:11:34.632Z | Compiling blake2 v0.10.6 |
| 2410 | 2026-03-10T18:11:34.692Z | Compiling poly1305 v0.8.0 |
| 2411 | 2026-03-10T18:11:34.705Z | Compiling derive_more v0.99.20 |
| 2412 | 2026-03-10T18:11:34.797Z | Compiling ciborium-ll v0.2.2 |
| 2413 | 2026-03-10T18:11:34.854Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2414 | 2026-03-10T18:11:34.889Z | Compiling aead v0.5.2 |
| 2415 | 2026-03-10T18:11:34.917Z | Compiling is-terminal v0.4.17 |
| 2416 | 2026-03-10T18:11:34.988Z | Compiling serde_yaml v0.9.34+deprecated |
| 2417 | 2026-03-10T18:11:35.077Z | Compiling ciborium v0.2.2 |
| 2418 | 2026-03-10T18:11:35.178Z | Compiling swrite v0.1.0 |
| 2419 | 2026-03-10T18:11:35.209Z | Compiling chacha20poly1305 v0.10.1 |
| 2420 | 2026-03-10T18:11:35.212Z | Compiling argon2 v0.5.3 |
| 2421 | 2026-03-10T18:11:35.350Z | Compiling serde_spanned v1.0.4 |
| 2422 | 2026-03-10T18:11:35.383Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2423 | 2026-03-10T18:11:35.496Z | Compiling bytecount v0.6.9 |
| 2424 | 2026-03-10T18:11:35.568Z | Compiling rustls v0.22.4 |
| 2425 | 2026-03-10T18:11:35.607Z | Compiling rustls-webpki v0.102.8 |
| 2426 | 2026-03-10T18:11:35.651Z | Compiling derive-where v1.6.0 |
| 2427 | 2026-03-10T18:11:35.728Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2428 | 2026-03-10T18:11:35.780Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2429 | 2026-03-10T18:11:35.825Z | Compiling thread_local v1.1.9 |
| 2430 | 2026-03-10T18:11:35.950Z | Compiling match_cfg v0.1.0 |
| 2431 | 2026-03-10T18:11:36.018Z | Compiling thiserror-no-std v2.0.2 |
| 2432 | 2026-03-10T18:11:36.070Z | Compiling hostname v0.3.1 |
| 2433 | 2026-03-10T18:11:36.164Z | Compiling vsss-rs v3.3.4 |
| 2434 | 2026-03-10T18:11:36.196Z | Compiling multer v3.1.0 |
| 2435 | 2026-03-10T18:11:36.254Z | Compiling slog-async v2.8.0 |
| 2436 | 2026-03-10T18:11:36.324Z | Compiling slog-json v2.6.1 |
| 2437 | 2026-03-10T18:11:36.356Z | Compiling crossbeam-channel v0.5.15 |
| 2438 | 2026-03-10T18:11:36.359Z | Compiling futures-executor v0.3.32 |
| 2439 | 2026-03-10T18:11:36.636Z | Compiling typify-impl v0.4.3 |
| 2440 | 2026-03-10T18:11:36.695Z | Compiling take_mut v0.2.2 |
| 2441 | 2026-03-10T18:11:36.697Z | Compiling term v1.2.1 |
| 2442 | 2026-03-10T18:11:36.746Z | Compiling futures v0.3.32 |
| 2443 | 2026-03-10T18:11:36.871Z | Compiling slog-bunyan v2.5.0 |
| 2444 | 2026-03-10T18:11:37.013Z | Compiling dropshot v0.16.7 |
| 2445 | 2026-03-10T18:11:37.077Z | Compiling slog-term v2.9.2 |
| 2446 | 2026-03-10T18:11:37.108Z | Compiling async-stream v0.3.6 |
| 2447 | 2026-03-10T18:11:37.203Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2448 | 2026-03-10T18:11:37.388Z | Compiling waitgroup v0.1.2 |
| 2449 | 2026-03-10T18:11:37.449Z | Compiling rustls-pemfile v2.2.0 |
| 2450 | 2026-03-10T18:11:37.493Z | Compiling hostname v0.4.2 |
| 2451 | 2026-03-10T18:11:37.496Z | Compiling serde_path_to_error v0.1.20 |
| 2452 | 2026-03-10T18:11:37.559Z | Compiling instant v0.1.13 |
| 2453 | 2026-03-10T18:11:37.562Z | Compiling debug-ignore v1.0.5 |
| 2454 | 2026-03-10T18:11:37.623Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2455 | 2026-03-10T18:11:37.710Z | Compiling backoff v0.4.0 |
| 2456 | 2026-03-10T18:11:37.747Z | Compiling parse-display v0.10.0 |
| 2457 | 2026-03-10T18:11:37.750Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2458 | 2026-03-10T18:11:37.801Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2459 | 2026-03-10T18:11:37.806Z | Compiling progenitor-client v0.10.0 |
| 2460 | 2026-03-10T18:11:37.869Z | Compiling progenitor-client v0.13.0 |
| 2461 | 2026-03-10T18:11:38.003Z | Compiling backon v1.6.0 |
| 2462 | 2026-03-10T18:11:38.030Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2463 | 2026-03-10T18:11:38.057Z | Compiling macaddr v1.0.1 |
| 2464 | 2026-03-10T18:11:38.104Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2465 | 2026-03-10T18:11:38.130Z | Compiling console v0.15.11 |
| 2466 | 2026-03-10T18:11:38.249Z | Compiling newline-converter v0.3.0 |
| 2467 | 2026-03-10T18:11:38.298Z | Compiling atomicwrites v0.4.4 |
| 2468 | 2026-03-10T18:11:38.331Z | Compiling num-rational v0.4.2 |
| 2469 | 2026-03-10T18:11:38.402Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2470 | 2026-03-10T18:11:38.480Z | Compiling num-complex v0.4.6 |
| 2471 | 2026-03-10T18:11:38.651Z | Compiling slog-dtrace v0.3.0 |
| 2472 | 2026-03-10T18:11:38.704Z | Compiling expectorate v1.2.0 |
| 2473 | 2026-03-10T18:11:39.001Z | Compiling tokio-rustls v0.25.0 |
| 2474 | 2026-03-10T18:11:39.132Z | Compiling num v0.4.3 |
| 2475 | 2026-03-10T18:11:39.277Z | Compiling async-recursion v1.1.1 |
| 2476 | 2026-03-10T18:11:39.277Z | Compiling owo-colors v4.3.0 |
| 2477 | 2026-03-10T18:11:39.367Z | Compiling float-ord v0.3.2 |
| 2478 | 2026-03-10T18:11:39.367Z | Compiling cancel-safe-futures v0.1.5 |
| 2479 | 2026-03-10T18:11:39.634Z | Compiling libsw-core v0.3.2 |
| 2480 | 2026-03-10T18:11:39.757Z | Compiling resolv-conf v0.7.6 |
| 2481 | 2026-03-10T18:11:39.898Z | Compiling libsw v3.5.0 |
| 2482 | 2026-03-10T18:11:39.935Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2483 | 2026-03-10T18:11:40.181Z | Compiling toml v0.8.23 |
| 2484 | 2026-03-10T18:11:40.212Z | Compiling linear-map v1.2.0 |
| 2485 | 2026-03-10T18:11:40.282Z | Compiling minimal-lexical v0.2.1 |
| 2486 | 2026-03-10T18:11:40.389Z | Compiling linked-hash-map v0.5.6 |
| 2487 | 2026-03-10T18:11:40.580Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2488 | 2026-03-10T18:11:40.686Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2489 | 2026-03-10T18:11:40.717Z | Compiling lru-cache v0.1.2 |
| 2490 | 2026-03-10T18:11:40.749Z | Compiling nom v7.1.3 |
| 2491 | 2026-03-10T18:11:40.752Z | Compiling unicode-xid v0.2.6 |
| 2492 | 2026-03-10T18:11:40.932Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2493 | 2026-03-10T18:11:40.960Z | Compiling globset v0.4.18 |
| 2494 | 2026-03-10T18:11:41.089Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2495 | 2026-03-10T18:11:41.349Z | Compiling hickory-proto v0.24.4 |
| 2496 | 2026-03-10T18:11:42.146Z | Compiling typify-macro v0.4.3 |
| 2497 | 2026-03-10T18:11:42.190Z | Compiling typify-macro v0.6.1 |
| 2498 | 2026-03-10T18:11:42.692Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2499 | 2026-03-10T18:11:42.860Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2500 | 2026-03-10T18:11:43.782Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2501 | 2026-03-10T18:11:44.076Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2502 | 2026-03-10T18:11:44.417Z | Compiling typify v0.4.3 |
| 2503 | 2026-03-10T18:11:44.454Z | Compiling typify v0.6.1 |
| 2504 | 2026-03-10T18:11:44.596Z | Compiling progenitor-impl v0.13.0 |
| 2505 | 2026-03-10T18:11:44.919Z | Compiling hickory-resolver v0.24.4 |
| 2506 | 2026-03-10T18:11:45.534Z | Compiling progenitor-impl v0.11.2 |
| 2507 | 2026-03-10T18:11:46.241Z | Compiling convert_case v0.10.0 |
| 2508 | 2026-03-10T18:11:46.664Z | Compiling qorb v0.4.1 |
| 2509 | 2026-03-10T18:11:46.688Z | Compiling derive_more-impl v2.1.1 |
| 2510 | 2026-03-10T18:11:47.973Z | Compiling progenitor-macro v0.13.0 |
| 2511 | 2026-03-10T18:11:49.041Z | Compiling progenitor-macro v0.11.2 |
| 2512 | 2026-03-10T18:11:49.572Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2513 | 2026-03-10T18:11:49.897Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2514 | 2026-03-10T18:11:51.879Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2515 | 2026-03-10T18:11:52.587Z | Compiling progenitor-client v0.11.2 |
| 2516 | 2026-03-10T18:11:52.810Z | Compiling pin-project-internal v1.1.11 |
| 2517 | 2026-03-10T18:11:53.189Z | Compiling derive_more v2.1.1 |
| 2518 | 2026-03-10T18:11:53.281Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2519 | 2026-03-10T18:11:53.366Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2520 | 2026-03-10T18:11:53.499Z | Compiling pem v3.0.6 |
| 2521 | 2026-03-10T18:11:53.559Z | Compiling snafu-derive v0.8.9 |
| 2522 | 2026-03-10T18:11:53.711Z | Compiling termtree v0.5.1 |
| 2523 | 2026-03-10T18:11:53.988Z | Compiling crossterm v0.29.0 |
| 2524 | 2026-03-10T18:11:54.211Z | Compiling progenitor v0.13.0 |
| 2525 | 2026-03-10T18:11:54.378Z | Compiling pin-project v1.1.11 |
| 2526 | 2026-03-10T18:11:54.428Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2527 | 2026-03-10T18:11:54.496Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2528 | 2026-03-10T18:11:54.546Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2529 | 2026-03-10T18:11:54.897Z | Compiling olpc-cjson v0.1.4 |
| 2530 | 2026-03-10T18:11:55.158Z | Compiling progenitor v0.11.2 |
| 2531 | 2026-03-10T18:11:55.214Z | Compiling phf_shared v0.12.1 |
| 2532 | 2026-03-10T18:11:55.410Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2533 | 2026-03-10T18:11:56.086Z | Compiling snafu v0.8.9 |
| 2534 | 2026-03-10T18:11:56.142Z | Compiling serde_plain v1.0.2 |
| 2535 | 2026-03-10T18:11:56.234Z | Compiling vte v0.14.1 |
| 2536 | 2026-03-10T18:11:56.572Z | Compiling csv-core v0.1.13 |
| 2537 | 2026-03-10T18:11:56.613Z | Compiling typed-path v0.9.3 |
| 2538 | 2026-03-10T18:11:56.673Z | Compiling highway v1.3.0 |
| 2539 | 2026-03-10T18:11:56.895Z | Compiling chrono-tz v0.10.4 |
| 2540 | 2026-03-10T18:11:57.161Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2541 | 2026-03-10T18:11:57.275Z | Compiling csv v1.4.0 |
| 2542 | 2026-03-10T18:11:57.506Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2543 | 2026-03-10T18:11:57.720Z | Compiling strip-ansi-escapes v0.2.1 |
| 2544 | 2026-03-10T18:11:58.145Z | Compiling phf v0.12.1 |
| 2545 | 2026-03-10T18:11:58.433Z | Compiling tough v0.20.0 |
| 2546 | 2026-03-10T18:11:58.525Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2547 | 2026-03-10T18:11:58.563Z | Compiling const_format_proc_macros v0.2.34 |
| 2548 | 2026-03-10T18:11:58.686Z | Compiling papergrid v0.11.0 |
| 2549 | 2026-03-10T18:11:58.716Z | Compiling fd-lock v4.0.4 |
| 2550 | 2026-03-10T18:11:58.935Z | Compiling peg-macros v0.8.5 |
| 2551 | 2026-03-10T18:11:59.213Z | Compiling tabled_derive v0.7.0 |
| 2552 | 2026-03-10T18:12:00.195Z | Compiling nu-ansi-term v0.50.3 |
| 2553 | 2026-03-10T18:12:00.542Z | Compiling tabled v0.15.0 |
| 2554 | 2026-03-10T18:12:00.742Z | Compiling reedline v0.40.0 |
| 2555 | 2026-03-10T18:12:00.782Z | Compiling peg v0.8.5 |
| 2556 | 2026-03-10T18:12:01.002Z | Compiling const_format v0.2.35 |
| 2557 | 2026-03-10T18:12:01.712Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2558 | 2026-03-10T18:12:02.126Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2559 | 2026-03-10T18:12:02.185Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2560 | 2026-03-10T18:12:03.372Z | Compiling bcs v0.1.6 |
| 2561 | 2026-03-10T18:12:03.850Z | Compiling semver v0.1.20 |
| 2562 | 2026-03-10T18:12:03.969Z | Compiling base64 v0.21.7 |
| 2563 | 2026-03-10T18:12:04.259Z | Compiling rustc_version v0.1.7 |
| 2564 | 2026-03-10T18:12:04.595Z | Compiling newtype_derive v0.1.6 |
| 2565 | 2026-03-10T18:12:04.719Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2566 | 2026-03-10T18:12:04.913Z | Compiling unicode-linebreak v0.1.5 |
| 2567 | 2026-03-10T18:12:05.042Z | Compiling smawk v0.3.2 |
| 2568 | 2026-03-10T18:12:05.308Z | Compiling humantime v2.3.0 |
| 2569 | 2026-03-10T18:12:05.327Z | Compiling textwrap v0.16.2 |
| 2570 | 2026-03-10T18:12:05.605Z | Compiling dropshot-api-manager-types v0.5.2 |
| 2571 | 2026-03-10T18:12:05.671Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2572 | 2026-03-10T18:12:05.896Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2573 | 2026-03-10T18:12:06.061Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2574 | 2026-03-10T18:12:06.452Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2575 | 2026-03-10T18:12:06.588Z | Compiling steno v0.4.1 |
| 2576 | 2026-03-10T18:12:06.673Z | Compiling utf-8 v0.7.6 |
| 2577 | 2026-03-10T18:12:06.960Z | Compiling progenitor-impl v0.10.0 |
| 2578 | 2026-03-10T18:12:07.254Z | Compiling tagptr v0.2.0 |
| 2579 | 2026-03-10T18:12:07.534Z | Compiling moka v0.12.13 |
| 2580 | 2026-03-10T18:12:08.190Z | Compiling tungstenite v0.21.0 |
| 2581 | 2026-03-10T18:12:09.113Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2582 | 2026-03-10T18:12:09.318Z | Compiling hickory-resolver v0.25.2 |
| 2583 | 2026-03-10T18:12:09.525Z | Compiling tokio-tungstenite v0.21.0 |
| 2584 | 2026-03-10T18:12:10.006Z | Compiling radium v0.7.0 |
| 2585 | 2026-03-10T18:12:10.282Z | Compiling progenitor-macro v0.10.0 |
| 2586 | 2026-03-10T18:12:10.455Z | Compiling maybe-uninit v2.0.0 |
| 2587 | 2026-03-10T18:12:10.859Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2588 | 2026-03-10T18:12:11.019Z | Compiling tap v1.0.1 |
| 2589 | 2026-03-10T18:12:11.208Z | Compiling wyz v0.5.1 |
| 2590 | 2026-03-10T18:12:11.386Z | Compiling zerocopy-derive v0.6.6 |
| 2591 | 2026-03-10T18:12:11.519Z | Compiling packed_struct v0.10.1 |
| 2592 | 2026-03-10T18:12:11.552Z | Compiling display-error-chain v0.2.2 |
| 2593 | 2026-03-10T18:12:11.819Z | Compiling funty v2.0.0 |
| 2594 | 2026-03-10T18:12:11.921Z | Compiling crc-catalog v2.4.0 |
| 2595 | 2026-03-10T18:12:12.114Z | Compiling crc v3.4.0 |
| 2596 | 2026-03-10T18:12:12.480Z | Compiling bitvec v1.0.1 |
| 2597 | 2026-03-10T18:12:12.572Z | Compiling zerocopy v0.6.6 |
| 2598 | 2026-03-10T18:12:13.142Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2599 | 2026-03-10T18:12:13.650Z | Compiling packed_struct_codegen v0.10.1 |
| 2600 | 2026-03-10T18:12:14.200Z | Compiling bitfield-macros v0.19.4 |
| 2601 | 2026-03-10T18:12:14.765Z | Compiling indexmap v1.9.3 |
| 2602 | 2026-03-10T18:12:14.988Z | Compiling nodrop v0.1.14 |
| 2603 | 2026-03-10T18:12:15.168Z | Compiling array-init v0.0.4 |
| 2604 | 2026-03-10T18:12:15.201Z | Compiling smallvec v0.6.14 |
| 2605 | 2026-03-10T18:12:15.238Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2606 | 2026-03-10T18:12:15.296Z | Compiling bitfield v0.19.4 |
| 2607 | 2026-03-10T18:12:15.578Z | Compiling num-derive v0.3.3 |
| 2608 | 2026-03-10T18:12:15.788Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2609 | 2026-03-10T18:12:15.817Z | Compiling hashbrown v0.12.3 |
| 2610 | 2026-03-10T18:12:16.387Z | Compiling proc-macro-error2 v2.0.1 |
| 2611 | 2026-03-10T18:12:16.582Z | Compiling progenitor v0.10.0 |
| 2612 | 2026-03-10T18:12:16.732Z | Compiling serde-hex v0.1.0 |
| 2613 | 2026-03-10T18:12:16.798Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2614 | 2026-03-10T18:12:16.828Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2615 | 2026-03-10T18:12:16.902Z | Compiling libscf-sys v1.1.0 |
| 2616 | 2026-03-10T18:12:17.129Z | Compiling ron v0.8.1 |
| 2617 | 2026-03-10T18:12:17.184Z | Compiling nix v0.31.1 |
| 2618 | 2026-03-10T18:12:17.503Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2619 | 2026-03-10T18:12:17.698Z | Compiling hashbrown v0.13.2 |
| 2620 | 2026-03-10T18:12:17.821Z | Compiling vergen-gitcl v1.0.8 |
| 2621 | 2026-03-10T18:12:18.157Z | Compiling dirs-sys-next v0.1.2 |
| 2622 | 2026-03-10T18:12:18.188Z | Compiling maplit v1.0.2 |
| 2623 | 2026-03-10T18:12:18.218Z | Compiling crunchy v0.2.4 |
| 2624 | 2026-03-10T18:12:18.366Z | Compiling crc-any v2.5.0 |
| 2625 | 2026-03-10T18:12:18.514Z | Compiling glob v0.3.3 |
| 2626 | 2026-03-10T18:12:18.595Z | Compiling object v0.30.4 |
| 2627 | 2026-03-10T18:12:18.677Z | Compiling dirs-next v2.0.0 |
| 2628 | 2026-03-10T18:12:18.892Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2629 | 2026-03-10T18:12:19.052Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2630 | 2026-03-10T18:12:19.086Z | Compiling clang-sys v1.8.1 |
| 2631 | 2026-03-10T18:12:19.207Z | Compiling tabled_derive v0.11.0 |
| 2632 | 2026-03-10T18:12:19.250Z | Compiling papergrid v0.17.0 |
| 2633 | 2026-03-10T18:12:19.633Z | Compiling testing_table v0.3.0 |
| 2634 | 2026-03-10T18:12:19.833Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2635 | 2026-03-10T18:12:20.048Z | Compiling dsl_auto_type v0.1.3 |
| 2636 | 2026-03-10T18:12:20.100Z | Compiling scheduled-thread-pool v0.2.7 |
| 2637 | 2026-03-10T18:12:20.204Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2638 | 2026-03-10T18:12:20.507Z | Compiling tiny-keccak v2.0.2 |
| 2639 | 2026-03-10T18:12:20.567Z | Compiling path-slash v0.1.5 |
| 2640 | 2026-03-10T18:12:20.774Z | Compiling r2d2 v0.8.10 |
| 2641 | 2026-03-10T18:12:20.850Z | Compiling diesel_derives v2.2.7 |
| 2642 | 2026-03-10T18:12:20.980Z | Compiling tabled v0.20.0 |
| 2643 | 2026-03-10T18:12:21.176Z | Compiling term v0.7.0 |
| 2644 | 2026-03-10T18:12:21.644Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2645 | 2026-03-10T18:12:21.738Z | Compiling arc-swap v1.8.2 |
| 2646 | 2026-03-10T18:12:21.964Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2647 | 2026-03-10T18:12:22.257Z | Compiling xshell-macros v0.2.7 |
| 2648 | 2026-03-10T18:12:22.302Z | Compiling bit-vec v0.6.3 |
| 2649 | 2026-03-10T18:12:22.608Z | Compiling bit-set v0.5.3 |
| 2650 | 2026-03-10T18:12:22.633Z | Compiling slog-scope v4.4.1 |
| 2651 | 2026-03-10T18:12:22.822Z | Compiling xshell v0.2.7 |
| 2652 | 2026-03-10T18:12:22.859Z | Compiling ascii-canvas v3.0.0 |
| 2653 | 2026-03-10T18:12:23.138Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2654 | 2026-03-10T18:12:23.200Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2655 | 2026-03-10T18:12:23.233Z | Compiling itertools v0.10.5 |
| 2656 | 2026-03-10T18:12:23.322Z | Compiling ena v0.14.4 |
| 2657 | 2026-03-10T18:12:23.706Z | Compiling libloading v0.8.9 |
| 2658 | 2026-03-10T18:12:23.735Z | Compiling bindgen v0.71.1 |
| 2659 | 2026-03-10T18:12:23.840Z | Compiling unicase v2.9.0 |
| 2660 | 2026-03-10T18:12:24.101Z | Compiling regex-syntax v0.6.29 |
| 2661 | 2026-03-10T18:12:24.236Z | Compiling diff v0.1.13 |
| 2662 | 2026-03-10T18:12:24.467Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2663 | 2026-03-10T18:12:24.615Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2664 | 2026-03-10T18:12:24.647Z | Compiling slog-stdlog v4.1.1 |
| 2665 | 2026-03-10T18:12:25.217Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2666 | 2026-03-10T18:12:25.867Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2667 | 2026-03-10T18:12:26.205Z | Compiling lalrpop v0.19.12 |
| 2668 | 2026-03-10T18:12:26.796Z | Compiling cexpr v0.6.0 |
| 2669 | 2026-03-10T18:12:26.886Z | Compiling diesel v2.2.12 |
| 2670 | 2026-03-10T18:12:26.993Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2671 | 2026-03-10T18:12:27.034Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2672 | 2026-03-10T18:12:27.081Z | Compiling crc8 v0.1.1 |
| 2673 | 2026-03-10T18:12:27.361Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2674 | 2026-03-10T18:12:27.391Z | Compiling slog-envlogger v2.2.0 |
| 2675 | 2026-03-10T18:12:27.716Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2676 | 2026-03-10T18:12:28.017Z | Compiling headers-core v0.3.0 |
| 2677 | 2026-03-10T18:12:28.195Z | Compiling libxml v0.3.3 |
| 2678 | 2026-03-10T18:12:28.360Z | Compiling headers v0.4.1 |
| 2679 | 2026-03-10T18:12:28.527Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2680 | 2026-03-10T18:12:28.615Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2681 | 2026-03-10T18:12:28.932Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2682 | 2026-03-10T18:12:29.095Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2683 | 2026-03-10T18:12:29.247Z | Compiling strum_macros v0.24.3 |
| 2684 | 2026-03-10T18:12:29.409Z | Compiling indoc v1.0.9 |
| 2685 | 2026-03-10T18:12:30.042Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2686 | 2026-03-10T18:12:30.296Z | Compiling derive_builder v0.20.2 |
| 2687 | 2026-03-10T18:12:30.415Z | Compiling oso-derive v0.27.3 |
| 2688 | 2026-03-10T18:12:30.525Z | Compiling quick-xml v0.37.5 |
| 2689 | 2026-03-10T18:12:30.629Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2690 | 2026-03-10T18:12:31.125Z | Compiling openssl-probe v0.1.6 |
| 2691 | 2026-03-10T18:12:31.171Z | Compiling half v1.8.3 |
| 2692 | 2026-03-10T18:12:31.514Z | Compiling serde_cbor v0.11.2 |
| 2693 | 2026-03-10T18:12:31.787Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2694 | 2026-03-10T18:12:31.821Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2695 | 2026-03-10T18:12:32.313Z | Compiling diesel-dtrace v0.4.2 |
| 2696 | 2026-03-10T18:12:32.523Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2697 | 2026-03-10T18:12:32.546Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2698 | 2026-03-10T18:12:32.745Z | Compiling bb8 v0.8.6 |
| 2699 | 2026-03-10T18:12:32.836Z | Compiling trait-variant v0.1.2 |
| 2700 | 2026-03-10T18:12:32.931Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2701 | 2026-03-10T18:12:32.978Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2702 | 2026-03-10T18:12:37.287Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2703 | 2026-03-10T18:12:37.370Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2704 | 2026-03-10T18:12:37.370Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2705 | 2026-03-10T18:12:37.371Z | Compiling fxhash v0.2.1 |
| 2706 | 2026-03-10T18:12:37.371Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2707 | 2026-03-10T18:12:37.371Z | Compiling kstat-rs v0.2.4 |
| 2708 | 2026-03-10T18:12:37.371Z | Compiling libz-sys v1.1.24 |
| 2709 | 2026-03-10T18:12:37.371Z | Compiling salty v0.3.0 |
| 2710 | 2026-03-10T18:12:37.371Z | Compiling nonempty v0.12.0 |
| 2711 | 2026-03-10T18:12:37.371Z | Compiling samael v0.0.19 |
| 2712 | 2026-03-10T18:12:37.371Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2713 | 2026-03-10T18:12:37.371Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2714 | 2026-03-10T18:12:37.371Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b) |
| 2715 | 2026-03-10T18:12:37.371Z | Compiling darling_core v0.23.0 |
| 2716 | 2026-03-10T18:12:37.371Z | Compiling nanorand v0.7.0 |
| 2717 | 2026-03-10T18:12:37.371Z | Compiling fs-err v2.11.0 |
| 2718 | 2026-03-10T18:12:37.371Z | Compiling parking_lot_core v0.8.6 |
| 2719 | 2026-03-10T18:12:37.371Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2720 | 2026-03-10T18:12:37.371Z | Compiling mime_guess v2.0.5 |
| 2721 | 2026-03-10T18:12:37.371Z | Compiling flume v0.11.1 |
| 2722 | 2026-03-10T18:12:37.384Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2723 | 2026-03-10T18:12:37.384Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2724 | 2026-03-10T18:12:37.403Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b) |
| 2725 | 2026-03-10T18:12:37.708Z | Compiling git-stub v1.0.0 |
| 2726 | 2026-03-10T18:12:37.952Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2727 | 2026-03-10T18:12:37.983Z | Compiling polar-core v0.27.3 |
| 2728 | 2026-03-10T18:12:38.105Z | Compiling instability v0.3.11 |
| 2729 | 2026-03-10T18:12:38.518Z | Compiling git-stub-vcs v0.1.0 |
| 2730 | 2026-03-10T18:12:38.555Z | Compiling darling_macro v0.23.0 |
| 2731 | 2026-03-10T18:12:39.051Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2732 | 2026-03-10T18:12:39.342Z | Compiling darling v0.23.0 |
| 2733 | 2026-03-10T18:12:39.492Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2734 | 2026-03-10T18:12:41.961Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2735 | 2026-03-10T18:12:42.063Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2736 | 2026-03-10T18:12:42.655Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2737 | 2026-03-10T18:12:43.243Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2738 | 2026-03-10T18:12:44.245Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2739 | 2026-03-10T18:12:46.130Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2740 | 2026-03-10T18:12:46.557Z | Compiling ignore v0.4.25 |
| 2741 | 2026-03-10T18:12:49.058Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2742 | 2026-03-10T18:12:49.935Z | Compiling async-bb8-diesel v0.2.1 |
| 2743 | 2026-03-10T18:12:50.532Z | Compiling primeorder v0.13.6 |
| 2744 | 2026-03-10T18:12:50.997Z | Compiling oso v0.27.3 |
| 2745 | 2026-03-10T18:12:52.253Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2746 | 2026-03-10T18:12:53.308Z | Compiling castaway v0.2.4 |
| 2747 | 2026-03-10T18:12:53.335Z | Compiling nibble_vec v0.1.0 |
| 2748 | 2026-03-10T18:12:53.532Z | Compiling atty v0.2.14 |
| 2749 | 2026-03-10T18:12:53.586Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2750 | 2026-03-10T18:12:53.732Z | Compiling indoc v2.0.7 |
| 2751 | 2026-03-10T18:12:53.950Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2752 | 2026-03-10T18:12:53.977Z | Compiling parse-size v1.1.0 |
| 2753 | 2026-03-10T18:12:54.174Z | Compiling endian-type v0.1.2 |
| 2754 | 2026-03-10T18:12:54.262Z | Compiling http-range v0.1.5 |
| 2755 | 2026-03-10T18:12:54.341Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2756 | 2026-03-10T18:12:54.421Z | Compiling radix_trie v0.2.1 |
| 2757 | 2026-03-10T18:12:54.545Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2758 | 2026-03-10T18:12:54.703Z | Compiling compact_str v0.8.1 |
| 2759 | 2026-03-10T18:12:55.099Z | Compiling p384 v0.13.1 |
| 2760 | 2026-03-10T18:12:55.178Z | Compiling globwalk v0.9.1 |
| 2761 | 2026-03-10T18:12:55.435Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2762 | 2026-03-10T18:12:56.049Z | Compiling parking_lot v0.11.2 |
| 2763 | 2026-03-10T18:12:57.190Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2764 | 2026-03-10T18:12:57.277Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2765 | 2026-03-10T18:12:57.306Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2766 | 2026-03-10T18:12:57.337Z | Compiling predicates-tree v1.0.13 |
| 2767 | 2026-03-10T18:12:57.819Z | Compiling unicode-truncate v1.1.0 |
| 2768 | 2026-03-10T18:12:57.954Z | Compiling lru v0.12.5 |
| 2769 | 2026-03-10T18:12:57.999Z | Compiling prefix-trie v0.7.0 |
| 2770 | 2026-03-10T18:12:58.099Z | Compiling vergen-git2 v1.0.7 |
| 2771 | 2026-03-10T18:12:58.260Z | Compiling cassowary v0.3.0 |
| 2772 | 2026-03-10T18:12:58.676Z | Compiling ratatui v0.29.0 |
| 2773 | 2026-03-10T18:13:00.027Z | Compiling hickory-server v0.25.2 |
| 2774 | 2026-03-10T18:13:00.066Z | Compiling camino-tempfile-ext v0.3.3 |
| 2775 | 2026-03-10T18:13:00.453Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2776 | 2026-03-10T18:13:00.755Z | Compiling hyper-staticfile v0.10.1 |
| 2777 | 2026-03-10T18:13:01.024Z | Compiling sled v0.34.7 |
| 2778 | 2026-03-10T18:13:02.369Z | Compiling hickory-client v0.25.2 |
| 2779 | 2026-03-10T18:13:02.870Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2780 | 2026-03-10T18:13:03.780Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2781 | 2026-03-10T18:13:04.055Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2782 | 2026-03-10T18:13:04.517Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2783 | 2026-03-10T18:13:05.096Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2784 | 2026-03-10T18:13:05.264Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2785 | 2026-03-10T18:13:05.641Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2786 | 2026-03-10T18:13:06.274Z | Compiling rand_seeder v0.4.0 |
| 2787 | 2026-03-10T18:13:06.316Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2788 | 2026-03-10T18:13:06.458Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2789 | 2026-03-10T18:13:06.618Z | Compiling lzma-sys v0.1.20 |
| 2790 | 2026-03-10T18:13:06.812Z | Compiling rustls v0.21.12 |
| 2791 | 2026-03-10T18:13:06.950Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2792 | 2026-03-10T18:13:07.105Z | Compiling corncobs v0.1.4 |
| 2793 | 2026-03-10T18:13:07.278Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2794 | 2026-03-10T18:13:07.306Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2795 | 2026-03-10T18:13:07.371Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2796 | 2026-03-10T18:13:07.458Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2797 | 2026-03-10T18:13:07.607Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2798 | 2026-03-10T18:13:07.731Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2799 | 2026-03-10T18:13:08.152Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2800 | 2026-03-10T18:13:08.341Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2801 | 2026-03-10T18:13:08.387Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2802 | 2026-03-10T18:13:09.821Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2803 | 2026-03-10T18:13:10.128Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2804 | 2026-03-10T18:13:11.924Z | Compiling git2 v0.20.4 |
| 2805 | 2026-03-10T18:13:12.612Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2806 | 2026-03-10T18:13:12.693Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2807 | 2026-03-10T18:13:12.915Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2808 | 2026-03-10T18:13:13.012Z | Compiling cargo_toml v0.22.3 |
| 2809 | 2026-03-10T18:13:13.230Z | Compiling nix v0.29.0 |
| 2810 | 2026-03-10T18:13:13.786Z | Compiling sct v0.7.1 |
| 2811 | 2026-03-10T18:13:14.140Z | Compiling rustls-webpki v0.101.7 |
| 2812 | 2026-03-10T18:13:14.362Z | Compiling secrecy v0.8.0 |
| 2813 | 2026-03-10T18:13:14.642Z | Compiling void v1.0.2 |
| 2814 | 2026-03-10T18:13:14.851Z | Compiling lzss v0.8.2 |
| 2815 | 2026-03-10T18:13:16.570Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2816 | 2026-03-10T18:13:16.598Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2817 | 2026-03-10T18:13:16.601Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2818 | 2026-03-10T18:13:16.685Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2819 | 2026-03-10T18:13:17.591Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2820 | 2026-03-10T18:13:17.618Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2821 | 2026-03-10T18:13:18.102Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2822 | 2026-03-10T18:13:18.234Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2823 | 2026-03-10T18:13:18.618Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2824 | 2026-03-10T18:13:18.952Z | Compiling tungstenite v0.23.0 |
| 2825 | 2026-03-10T18:13:19.310Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2826 | 2026-03-10T18:13:19.367Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2827 | 2026-03-10T18:13:19.633Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2828 | 2026-03-10T18:13:19.683Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2829 | 2026-03-10T18:13:20.006Z | Compiling nix v0.27.1 |
| 2830 | 2026-03-10T18:13:20.789Z | Compiling serde_bytes v0.11.19 |
| 2831 | 2026-03-10T18:13:21.232Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2832 | 2026-03-10T18:13:21.388Z | Compiling tokio-tungstenite v0.23.1 |
| 2833 | 2026-03-10T18:13:21.892Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2834 | 2026-03-10T18:13:21.922Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2835 | 2026-03-10T18:13:21.996Z | Compiling xz2 v0.1.7 |
| 2836 | 2026-03-10T18:13:22.359Z | Compiling ron v0.12.0 |
| 2837 | 2026-03-10T18:13:22.534Z | Compiling tokio-rustls v0.24.1 |
| 2838 | 2026-03-10T18:13:23.326Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2839 | 2026-03-10T18:13:26.440Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2840 | 2026-03-10T18:13:27.820Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2841 | 2026-03-10T18:13:28.188Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2842 | 2026-03-10T18:13:28.856Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2843 | 2026-03-10T18:13:29.608Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2844 | 2026-03-10T18:13:30.879Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2845 | 2026-03-10T18:13:31.394Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2846 | 2026-03-10T18:13:32.106Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2847 | 2026-03-10T18:13:32.261Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2848 | 2026-03-10T18:13:33.318Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2849 | 2026-03-10T18:13:33.682Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2850 | 2026-03-10T18:13:36.097Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2851 | 2026-03-10T18:13:36.370Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2852 | 2026-03-10T18:13:36.938Z | Compiling rustls-pemfile v1.0.4 |
| 2853 | 2026-03-10T18:13:37.436Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2854 | 2026-03-10T18:13:38.507Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2855 | 2026-03-10T18:13:38.997Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2856 | 2026-03-10T18:13:39.339Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2857 | 2026-03-10T18:13:39.370Z | Compiling signal-hook-tokio v0.3.1 |
| 2858 | 2026-03-10T18:13:39.603Z | Compiling yasna v0.5.2 |
| 2859 | 2026-03-10T18:13:40.050Z | Compiling twox-hash v2.1.2 |
| 2860 | 2026-03-10T18:13:40.425Z | Compiling base16ct v1.0.0 |
| 2861 | 2026-03-10T18:13:40.695Z | Compiling is_ci v1.2.0 |
| 2862 | 2026-03-10T18:13:40.792Z | Compiling rcgen v0.12.1 |
| 2863 | 2026-03-10T18:13:41.025Z | Compiling supports-color v3.0.2 |
| 2864 | 2026-03-10T18:13:41.377Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2865 | 2026-03-10T18:13:41.621Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2866 | 2026-03-10T18:13:41.714Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2867 | 2026-03-10T18:13:41.793Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2868 | 2026-03-10T18:13:42.461Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2869 | 2026-03-10T18:13:43.553Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2870 | 2026-03-10T18:13:47.137Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2871 | 2026-03-10T18:13:47.194Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2872 | 2026-03-10T18:13:47.325Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2873 | 2026-03-10T18:13:48.065Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2874 | 2026-03-10T18:13:49.286Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2875 | 2026-03-10T18:13:49.621Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2876 | 2026-03-10T18:13:49.946Z | Compiling progenitor-extras v0.1.0 |
| 2877 | 2026-03-10T18:13:50.335Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2878 | 2026-03-10T18:13:50.604Z | Compiling fatfs v0.3.6 |
| 2879 | 2026-03-10T18:13:52.300Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2880 | 2026-03-10T18:13:52.564Z | Compiling rtoolbox v0.0.3 |
| 2881 | 2026-03-10T18:13:52.913Z | Compiling subprocess v0.2.15 |
| 2882 | 2026-03-10T18:13:55.236Z | Compiling assert_matches v1.5.0 |
| 2883 | 2026-03-10T18:13:55.367Z | Compiling seq-macro v0.3.6 |
| 2884 | 2026-03-10T18:13:55.785Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2885 | 2026-03-10T18:13:56.034Z | Compiling rpassword v7.4.0 |
| 2886 | 2026-03-10T18:13:56.385Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2887 | 2026-03-10T18:13:57.436Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2888 | 2026-03-10T18:13:57.483Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2889 | 2026-03-10T18:13:57.820Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2890 | 2026-03-10T18:13:59.512Z | Compiling tui-tree-widget v0.23.1 |
| 2891 | 2026-03-10T18:13:59.887Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2892 | 2026-03-10T18:14:00.675Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2893 | 2026-03-10T18:14:01.489Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2894 | 2026-03-10T18:14:02.685Z | Compiling uzers v0.12.2 |
| 2895 | 2026-03-10T18:14:04.583Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2896 | 2026-03-10T18:14:04.983Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2897 | 2026-03-10T18:14:06.107Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2898 | 2026-03-10T18:14:07.561Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2899 | 2026-03-10T18:14:09.488Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2900 | 2026-03-10T18:14:12.226Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2901 | 2026-03-10T18:14:13.253Z | Compiling support-bundle-viewer v0.1.2 |
| 2902 | 2026-03-10T18:14:13.710Z | Compiling multimap v0.10.1 |
| 2903 | 2026-03-10T18:14:35.258Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2904 | 2026-03-10T18:14:36.519Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2905 | 2026-03-10T18:21:54.415Z | Finished `release` profile [optimized] target(s) in 10m 22s |
| 2906 | 2026-03-10T18:22:48.157Z | |
| 2907 | 2026-03-10T18:22:48.160Z | real 11:17.594773431 |
| 2908 | 2026-03-10T18:22:48.160Z | user 1:49:00.831558397 |
| 2909 | 2026-03-10T18:22:48.160Z | sys 4:23.802589722 |
| 2910 | 2026-03-10T18:22:48.160Z | trap 2.508130922 |
| 2911 | 2026-03-10T18:22:48.160Z | tflt 2.941777849 |
| 2912 | 2026-03-10T18:22:48.160Z | dflt 16.383855285 |
| 2913 | 2026-03-10T18:22:48.160Z | kflt 0.087361592 |
| 2914 | 2026-03-10T18:22:48.160Z | lock 7:33:33.685917692 |
| 2915 | 2026-03-10T18:22:48.160Z | slp 4:07:21.395920824 |
| 2916 | 2026-03-10T18:22:48.160Z | lat 2:58.052528673 |
| 2917 | 2026-03-10T18:22:48.160Z | stop 7:01.116256742 |
| 2918 | 2026-03-10T18:22:48.160Z | + mapfile -t packages |
| 2919 | 2026-03-10T18:22:48.160Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2920 | 2026-03-10T18:22:49.462Z | Finished `release` profile [optimized] target(s) in 1.23s |
| 2921 | 2026-03-10T18:22:49.538Z | Running `target/release/omicron-package -t test list-outputs` |
| 2922 | 2026-03-10T18:22:49.607Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2923 | 2026-03-10T18:22:49.610Z | + ptime -m cargo build --locked --release -p xtask |
| 2924 | 2026-03-10T18:22:50.377Z | Compiling libc v0.2.180 |
| 2925 | 2026-03-10T18:22:50.377Z | Compiling serde v1.0.228 |
| 2926 | 2026-03-10T18:22:50.382Z | Compiling serde_core v1.0.228 |
| 2927 | 2026-03-10T18:22:50.382Z | Compiling rustix v1.1.3 |
| 2928 | 2026-03-10T18:22:50.493Z | Compiling serde_json v1.0.149 |
| 2929 | 2026-03-10T18:22:50.496Z | Compiling bitflags v2.11.0 |
| 2930 | 2026-03-10T18:22:50.534Z | Compiling num-traits v0.2.19 |
| 2931 | 2026-03-10T18:22:50.560Z | Compiling syn v2.0.117 |
| 2932 | 2026-03-10T18:22:50.563Z | Compiling smallvec v1.15.1 |
| 2933 | 2026-03-10T18:22:50.564Z | Compiling hashbrown v0.16.1 |
| 2934 | 2026-03-10T18:22:50.607Z | Compiling usdt-impl v0.5.0 |
| 2935 | 2026-03-10T18:22:50.623Z | Compiling syn v1.0.109 |
| 2936 | 2026-03-10T18:22:50.674Z | Compiling log v0.4.29 |
| 2937 | 2026-03-10T18:22:50.677Z | Compiling percent-encoding v2.3.2 |
| 2938 | 2026-03-10T18:22:50.927Z | Compiling getrandom v0.4.1 |
| 2939 | 2026-03-10T18:22:51.065Z | Compiling form_urlencoded v1.2.2 |
| 2940 | 2026-03-10T18:22:51.141Z | Compiling fs-err v3.3.0 |
| 2941 | 2026-03-10T18:22:51.156Z | Compiling heck v0.4.1 |
| 2942 | 2026-03-10T18:22:51.159Z | Compiling once_cell v1.21.3 |
| 2943 | 2026-03-10T18:22:51.223Z | Compiling anyhow v1.0.102 |
| 2944 | 2026-03-10T18:22:51.478Z | Compiling indexmap v2.13.0 |
| 2945 | 2026-03-10T18:22:51.756Z | Compiling errno v0.3.14 |
| 2946 | 2026-03-10T18:22:51.759Z | Compiling thread-id v4.2.2 |
| 2947 | 2026-03-10T18:22:51.759Z | Compiling memmap v0.7.0 |
| 2948 | 2026-03-10T18:22:52.190Z | Compiling ordered-float v2.10.1 |
| 2949 | 2026-03-10T18:22:52.845Z | Compiling proc-macro-error v1.0.4 |
| 2950 | 2026-03-10T18:22:53.169Z | Compiling tabled_derive v0.7.0 |
| 2951 | 2026-03-10T18:22:53.243Z | Compiling terminal_size v0.4.3 |
| 2952 | 2026-03-10T18:22:53.243Z | Compiling tempfile v3.25.0 |
| 2953 | 2026-03-10T18:22:53.365Z | Compiling clap_builder v4.5.60 |
| 2954 | 2026-03-10T18:22:53.365Z | Compiling textwrap v0.16.2 |
| 2955 | 2026-03-10T18:22:53.571Z | Compiling camino-tempfile v1.4.1 |
| 2956 | 2026-03-10T18:22:54.115Z | Compiling tabled v0.15.0 |
| 2957 | 2026-03-10T18:22:54.416Z | Compiling synstructure v0.13.2 |
| 2958 | 2026-03-10T18:22:54.416Z | Compiling pest_generator v2.8.6 |
| 2959 | 2026-03-10T18:22:55.007Z | Compiling serde_derive v1.0.228 |
| 2960 | 2026-03-10T18:22:55.007Z | Compiling zerofrom-derive v0.1.6 |
| 2961 | 2026-03-10T18:22:55.012Z | Compiling yoke-derive v0.8.1 |
| 2962 | 2026-03-10T18:22:55.012Z | Compiling zerovec-derive v0.11.2 |
| 2963 | 2026-03-10T18:22:55.012Z | Compiling displaydoc v0.2.5 |
| 2964 | 2026-03-10T18:22:55.012Z | Compiling thiserror-impl v1.0.69 |
| 2965 | 2026-03-10T18:22:55.012Z | Compiling zerocopy-derive v0.7.35 |
| 2966 | 2026-03-10T18:22:55.022Z | Compiling scroll_derive v0.12.1 |
| 2967 | 2026-03-10T18:22:55.037Z | Compiling thiserror-impl v2.0.18 |
| 2968 | 2026-03-10T18:22:55.050Z | Compiling clap_derive v4.5.55 |
| 2969 | 2026-03-10T18:22:55.172Z | Compiling pest_derive v2.8.6 |
| 2970 | 2026-03-10T18:22:56.038Z | Compiling scroll v0.12.0 |
| 2971 | 2026-03-10T18:22:56.189Z | Compiling zerocopy v0.7.35 |
| 2972 | 2026-03-10T18:22:56.508Z | Compiling goblin v0.8.2 |
| 2973 | 2026-03-10T18:22:56.697Z | Compiling thiserror v1.0.69 |
| 2974 | 2026-03-10T18:22:56.730Z | Compiling zerofrom v0.1.6 |
| 2975 | 2026-03-10T18:22:56.864Z | Compiling dtrace-parser v0.2.0 |
| 2976 | 2026-03-10T18:22:56.908Z | Compiling yoke v0.8.1 |
| 2977 | 2026-03-10T18:22:56.935Z | Compiling thiserror v2.0.18 |
| 2978 | 2026-03-10T18:22:57.214Z | Compiling zerovec v0.11.5 |
| 2979 | 2026-03-10T18:22:57.473Z | Compiling zerotrie v0.2.3 |
| 2980 | 2026-03-10T18:22:57.633Z | Compiling clap v4.5.60 |
| 2981 | 2026-03-10T18:22:58.041Z | Compiling tinystr v0.8.2 |
| 2982 | 2026-03-10T18:22:58.146Z | Compiling potential_utf v0.1.4 |
| 2983 | 2026-03-10T18:22:58.414Z | Compiling icu_locale_core v2.1.1 |
| 2984 | 2026-03-10T18:22:58.442Z | Compiling icu_collections v2.1.1 |
| 2985 | 2026-03-10T18:22:59.840Z | Compiling icu_provider v2.1.1 |
| 2986 | 2026-03-10T18:22:59.863Z | Compiling toml_datetime v0.6.11 |
| 2987 | 2026-03-10T18:23:00.013Z | Compiling serde_spanned v0.6.9 |
| 2988 | 2026-03-10T18:23:00.150Z | Compiling dof v0.3.0 |
| 2989 | 2026-03-10T18:23:00.204Z | Compiling toml_edit v0.22.27 |
| 2990 | 2026-03-10T18:23:00.221Z | Compiling icu_properties v2.1.2 |
| 2991 | 2026-03-10T18:23:00.261Z | Compiling icu_normalizer v2.1.1 |
| 2992 | 2026-03-10T18:23:00.386Z | Compiling serde_tokenstream v0.2.3 |
| 2993 | 2026-03-10T18:23:00.446Z | Compiling serde-value v0.7.0 |
| 2994 | 2026-03-10T18:23:00.510Z | Compiling cargo-platform v0.2.0 |
| 2995 | 2026-03-10T18:23:00.728Z | Compiling macaddr v1.0.1 |
| 2996 | 2026-03-10T18:23:01.357Z | Compiling usdt-macro v0.5.0 |
| 2997 | 2026-03-10T18:23:01.357Z | Compiling usdt-attr-macro v0.5.0 |
| 2998 | 2026-03-10T18:23:01.709Z | Compiling idna_adapter v1.2.1 |
| 2999 | 2026-03-10T18:23:01.883Z | Compiling idna v1.1.0 |
| 3000 | 2026-03-10T18:23:02.311Z | Compiling usdt v0.5.0 |
| 3001 | 2026-03-10T18:23:02.330Z | Compiling url v2.5.8 |
| 3002 | 2026-03-10T18:23:02.589Z | Compiling toml v0.8.23 |
| 3003 | 2026-03-10T18:23:03.197Z | Compiling cargo-util-schemas v0.8.2 |
| 3004 | 2026-03-10T18:23:03.197Z | Compiling cargo_toml v0.21.0 |
| 3005 | 2026-03-10T18:23:04.597Z | Compiling cargo_metadata v0.21.0 |
| 3006 | 2026-03-10T18:23:09.574Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3007 | 2026-03-10T18:23:13.717Z | Finished `release` profile [optimized] target(s) in 24.05s |
| 3008 | 2026-03-10T18:23:13.875Z | |
| 3009 | 2026-03-10T18:23:13.878Z | real 24.230530523 |
| 3010 | 2026-03-10T18:23:13.878Z | user 3:20.873422692 |
| 3011 | 2026-03-10T18:23:13.878Z | sys 22.838482885 |
| 3012 | 2026-03-10T18:23:13.878Z | trap 0.093093434 |
| 3013 | 2026-03-10T18:23:13.878Z | tflt 0.745563178 |
| 3014 | 2026-03-10T18:23:13.878Z | dflt 2.061406131 |
| 3015 | 2026-03-10T18:23:13.878Z | kflt 0.000019384 |
| 3016 | 2026-03-10T18:23:13.878Z | lock 5:50.483625965 |
| 3017 | 2026-03-10T18:23:13.878Z | slp 6:54.709245437 |
| 3018 | 2026-03-10T18:23:13.878Z | lat 8.873904669 |
| 3019 | 2026-03-10T18:23:13.878Z | stop 30.383156719 |
| 3020 | 2026-03-10T18:23:13.878Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3021 | 2026-03-10T18:23:13.878Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3022 | 2026-03-10T18:23:13.878Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3023 | 2026-03-10T18:23:13.878Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3024 | 2026-03-10T18:23:13.878Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3025 | 2026-03-10T18:23:15.194Z | Compiling regress v0.10.5 |
| 3026 | 2026-03-10T18:23:15.349Z | Compiling serde_spanned v1.0.4 |
| 3027 | 2026-03-10T18:23:15.353Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3028 | 2026-03-10T18:23:15.353Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3029 | 2026-03-10T18:23:15.390Z | Compiling structmeta-derive v0.3.0 |
| 3030 | 2026-03-10T18:23:15.393Z | Compiling rustls v0.22.4 |
| 3031 | 2026-03-10T18:23:15.393Z | Compiling rustls-webpki v0.102.8 |
| 3032 | 2026-03-10T18:23:15.393Z | Compiling newtype-uuid-macros v0.1.0 |
| 3033 | 2026-03-10T18:23:15.393Z | Compiling multer v3.1.0 |
| 3034 | 2026-03-10T18:23:15.393Z | Compiling debug-ignore v1.0.5 |
| 3035 | 2026-03-10T18:23:15.406Z | Compiling match_cfg v0.1.0 |
| 3036 | 2026-03-10T18:23:15.411Z | Compiling slog-json v2.6.1 |
| 3037 | 2026-03-10T18:23:15.411Z | Compiling async-stream-impl v0.3.6 |
| 3038 | 2026-03-10T18:23:15.444Z | Compiling dropshot v0.16.7 |
| 3039 | 2026-03-10T18:23:15.486Z | Compiling itertools v0.14.0 |
| 3040 | 2026-03-10T18:23:15.489Z | Compiling waitgroup v0.1.2 |
| 3041 | 2026-03-10T18:23:15.584Z | Compiling hostname v0.3.1 |
| 3042 | 2026-03-10T18:23:15.632Z | Compiling toml v0.9.12+spec-1.1.0 |
| 3043 | 2026-03-10T18:23:15.705Z | Compiling rustls-pemfile v2.2.0 |
| 3044 | 2026-03-10T18:23:15.796Z | Compiling dropshot_endpoint v0.16.7 |
| 3045 | 2026-03-10T18:23:15.822Z | Compiling hostname v0.4.2 |
| 3046 | 2026-03-10T18:23:15.847Z | Compiling slog-bunyan v2.5.0 |
| 3047 | 2026-03-10T18:23:15.850Z | Compiling serde_path_to_error v0.1.20 |
| 3048 | 2026-03-10T18:23:16.006Z | Compiling progenitor-client v0.13.0 |
| 3049 | 2026-03-10T18:23:16.030Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3050 | 2026-03-10T18:23:16.033Z | Compiling macaddr v1.0.1 |
| 3051 | 2026-03-10T18:23:16.097Z | Compiling progenitor-client v0.10.0 |
| 3052 | 2026-03-10T18:23:16.123Z | Compiling instant v0.1.13 |
| 3053 | 2026-03-10T18:23:16.296Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3054 | 2026-03-10T18:23:16.333Z | Compiling backoff v0.4.0 |
| 3055 | 2026-03-10T18:23:16.403Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3056 | 2026-03-10T18:23:16.430Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3057 | 2026-03-10T18:23:16.468Z | Compiling backon v1.6.0 |
| 3058 | 2026-03-10T18:23:16.495Z | Compiling async-stream v0.3.6 |
| 3059 | 2026-03-10T18:23:16.521Z | Compiling crucible-workspace-hack v0.1.0 |
| 3060 | 2026-03-10T18:23:16.550Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3061 | 2026-03-10T18:23:16.574Z | Compiling cfg_aliases v0.2.1 |
| 3062 | 2026-03-10T18:23:16.641Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3063 | 2026-03-10T18:23:16.691Z | Compiling heapless v0.8.0 |
| 3064 | 2026-03-10T18:23:16.717Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3065 | 2026-03-10T18:23:16.748Z | Compiling hash32 v0.3.1 |
| 3066 | 2026-03-10T18:23:16.786Z | Compiling memoffset v0.9.1 |
| 3067 | 2026-03-10T18:23:16.899Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3068 | 2026-03-10T18:23:16.966Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3069 | 2026-03-10T18:23:16.989Z | Compiling smoltcp v0.11.0 |
| 3070 | 2026-03-10T18:23:17.027Z | Compiling tabwriter v1.4.1 |
| 3071 | 2026-03-10T18:23:17.085Z | Compiling structmeta v0.3.0 |
| 3072 | 2026-03-10T18:23:17.110Z | Compiling cobs v0.3.0 |
| 3073 | 2026-03-10T18:23:17.156Z | Compiling foreign-types-macros v0.2.3 |
| 3074 | 2026-03-10T18:23:17.277Z | Compiling foreign-types-shared v0.3.1 |
| 3075 | 2026-03-10T18:23:17.332Z | Compiling cpufeatures v0.3.0 |
| 3076 | 2026-03-10T18:23:17.368Z | Compiling postcard v1.1.3 |
| 3077 | 2026-03-10T18:23:17.420Z | Compiling derive-ex v0.1.8 |
| 3078 | 2026-03-10T18:23:17.423Z | Compiling parse-display-derive v0.10.0 |
| 3079 | 2026-03-10T18:23:17.495Z | Compiling proc-macro-crate v3.4.0 |
| 3080 | 2026-03-10T18:23:17.498Z | Compiling chacha20 v0.10.0 |
| 3081 | 2026-03-10T18:23:17.576Z | Compiling ingot-macros v0.1.1 |
| 3082 | 2026-03-10T18:23:17.763Z | Compiling proc-macro-crate v1.3.1 |
| 3083 | 2026-03-10T18:23:17.789Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3084 | 2026-03-10T18:23:17.789Z | Compiling secrecy v0.10.3 |
| 3085 | 2026-03-10T18:23:17.849Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3086 | 2026-03-10T18:23:17.906Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3087 | 2026-03-10T18:23:18.031Z | Compiling cstr-argument v0.1.2 |
| 3088 | 2026-03-10T18:23:18.054Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3089 | 2026-03-10T18:23:18.092Z | Compiling foreign-types v0.5.0 |
| 3090 | 2026-03-10T18:23:18.237Z | Compiling unsafe-libyaml v0.2.11 |
| 3091 | 2026-03-10T18:23:18.240Z | Compiling colored v3.1.1 |
| 3092 | 2026-03-10T18:23:18.307Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3093 | 2026-03-10T18:23:18.332Z | Compiling rand v0.10.0 |
| 3094 | 2026-03-10T18:23:18.360Z | Compiling num_enum_derive v0.7.5 |
| 3095 | 2026-03-10T18:23:18.413Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3096 | 2026-03-10T18:23:18.416Z | Compiling num_enum_derive v0.5.11 |
| 3097 | 2026-03-10T18:23:18.464Z | Compiling nix v0.30.1 |
| 3098 | 2026-03-10T18:23:18.467Z | Compiling camino-tempfile v1.4.1 |
| 3099 | 2026-03-10T18:23:18.510Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3100 | 2026-03-10T18:23:18.696Z | Compiling tokio-rustls v0.25.0 |
| 3101 | 2026-03-10T18:23:18.718Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3102 | 2026-03-10T18:23:18.822Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3103 | 2026-03-10T18:23:18.850Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3104 | 2026-03-10T18:23:19.046Z | Compiling serde_yaml v0.9.34+deprecated |
| 3105 | 2026-03-10T18:23:19.113Z | Compiling smf v0.2.3 |
| 3106 | 2026-03-10T18:23:19.184Z | Compiling num-derive v0.4.2 |
| 3107 | 2026-03-10T18:23:19.207Z | Compiling sigpipe v0.1.3 |
| 3108 | 2026-03-10T18:23:19.276Z | Compiling glob v0.3.3 |
| 3109 | 2026-03-10T18:23:19.342Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3110 | 2026-03-10T18:23:19.683Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3111 | 2026-03-10T18:23:19.706Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3112 | 2026-03-10T18:23:19.878Z | Compiling whoami v1.6.1 |
| 3113 | 2026-03-10T18:23:19.902Z | Compiling toml v0.8.23 |
| 3114 | 2026-03-10T18:23:20.003Z | Compiling num_enum v0.7.5 |
| 3115 | 2026-03-10T18:23:20.047Z | Compiling num_enum v0.5.11 |
| 3116 | 2026-03-10T18:23:20.074Z | Compiling parse-display v0.10.0 |
| 3117 | 2026-03-10T18:23:20.077Z | Compiling convert_case v0.4.0 |
| 3118 | 2026-03-10T18:23:20.077Z | Compiling universal-hash v0.5.1 |
| 3119 | 2026-03-10T18:23:20.143Z | Compiling test-strategy v0.4.5 |
| 3120 | 2026-03-10T18:23:20.195Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3121 | 2026-03-10T18:23:20.233Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3122 | 2026-03-10T18:23:20.317Z | Compiling opaque-debug v0.3.1 |
| 3123 | 2026-03-10T18:23:20.342Z | Compiling half v2.7.1 |
| 3124 | 2026-03-10T18:23:20.546Z | Compiling ciborium-io v0.2.2 |
| 3125 | 2026-03-10T18:23:20.585Z | Compiling aead v0.5.2 |
| 3126 | 2026-03-10T18:23:20.620Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3127 | 2026-03-10T18:23:20.677Z | Compiling derive_more v0.99.20 |
| 3128 | 2026-03-10T18:23:20.708Z | Compiling poly1305 v0.8.0 |
| 3129 | 2026-03-10T18:23:20.740Z | Compiling ciborium-ll v0.2.2 |
| 3130 | 2026-03-10T18:23:20.832Z | Compiling chacha20 v0.9.1 |
| 3131 | 2026-03-10T18:23:20.896Z | Compiling typify-impl v0.6.1 |
| 3132 | 2026-03-10T18:23:20.919Z | Compiling typify-impl v0.4.3 |
| 3133 | 2026-03-10T18:23:20.923Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3134 | 2026-03-10T18:23:20.969Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3135 | 2026-03-10T18:23:21.086Z | Compiling ciborium v0.2.2 |
| 3136 | 2026-03-10T18:23:21.163Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3137 | 2026-03-10T18:23:21.190Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3138 | 2026-03-10T18:23:21.228Z | Compiling num-rational v0.4.2 |
| 3139 | 2026-03-10T18:23:21.277Z | Compiling password-hash v0.5.0 |
| 3140 | 2026-03-10T18:23:21.338Z | Compiling blake2 v0.10.6 |
| 3141 | 2026-03-10T18:23:21.455Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3142 | 2026-03-10T18:23:21.699Z | Compiling num-complex v0.4.6 |
| 3143 | 2026-03-10T18:23:21.782Z | Compiling prettyplease v0.2.37 |
| 3144 | 2026-03-10T18:23:21.925Z | Compiling indent_write v2.2.0 |
| 3145 | 2026-03-10T18:23:21.946Z | Compiling ingot-types v0.1.2 |
| 3146 | 2026-03-10T18:23:22.032Z | Compiling argon2 v0.5.3 |
| 3147 | 2026-03-10T18:23:22.139Z | Compiling chacha20poly1305 v0.10.1 |
| 3148 | 2026-03-10T18:23:22.142Z | Compiling float-ord v0.3.2 |
| 3149 | 2026-03-10T18:23:22.186Z | Compiling gethostname v0.5.0 |
| 3150 | 2026-03-10T18:23:22.334Z | Compiling num v0.4.3 |
| 3151 | 2026-03-10T18:23:22.364Z | Compiling usdt-macro v0.5.0 |
| 3152 | 2026-03-10T18:23:22.387Z | Compiling usdt-attr-macro v0.5.0 |
| 3153 | 2026-03-10T18:23:22.412Z | Compiling derive-where v1.6.0 |
| 3154 | 2026-03-10T18:23:22.468Z | Compiling memmap v0.7.0 |
| 3155 | 2026-03-10T18:23:22.500Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3156 | 2026-03-10T18:23:22.588Z | Compiling ingot v0.1.1 |
| 3157 | 2026-03-10T18:23:22.777Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3158 | 2026-03-10T18:23:22.864Z | Compiling atomicwrites v0.4.4 |
| 3159 | 2026-03-10T18:23:23.049Z | Compiling thiserror-no-std v2.0.2 |
| 3160 | 2026-03-10T18:23:23.171Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3161 | 2026-03-10T18:23:23.196Z | Compiling vsss-rs v3.3.4 |
| 3162 | 2026-03-10T18:23:23.199Z | Compiling cancel-safe-futures v0.1.5 |
| 3163 | 2026-03-10T18:23:23.370Z | Compiling owo-colors v4.3.0 |
| 3164 | 2026-03-10T18:23:23.564Z | Compiling libsw-core v0.3.2 |
| 3165 | 2026-03-10T18:23:23.634Z | Compiling async-recursion v1.1.1 |
| 3166 | 2026-03-10T18:23:23.665Z | Compiling usdt v0.5.0 |
| 3167 | 2026-03-10T18:23:23.820Z | Compiling resolv-conf v0.7.6 |
| 3168 | 2026-03-10T18:23:23.843Z | Compiling libsw v3.5.0 |
| 3169 | 2026-03-10T18:23:24.077Z | Compiling progenitor-client v0.11.2 |
| 3170 | 2026-03-10T18:23:24.121Z | Compiling linear-map v1.2.0 |
| 3171 | 2026-03-10T18:23:24.189Z | Compiling libefi-sys v0.1.0 |
| 3172 | 2026-03-10T18:23:24.346Z | Compiling hickory-proto v0.24.4 |
| 3173 | 2026-03-10T18:23:24.416Z | Compiling newline-converter v0.3.0 |
| 3174 | 2026-03-10T18:23:24.441Z | Compiling console v0.15.11 |
| 3175 | 2026-03-10T18:23:24.478Z | Compiling bitfield-struct v0.6.2 |
| 3176 | 2026-03-10T18:23:24.536Z | Compiling semver v0.1.20 |
| 3177 | 2026-03-10T18:23:24.539Z | Compiling linked-hash-map v0.5.6 |
| 3178 | 2026-03-10T18:23:24.607Z | Compiling pin-project-internal v1.1.11 |
| 3179 | 2026-03-10T18:23:24.692Z | Compiling slog-dtrace v0.3.0 |
| 3180 | 2026-03-10T18:23:24.733Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3181 | 2026-03-10T18:23:24.866Z | Compiling lru-cache v0.1.2 |
| 3182 | 2026-03-10T18:23:24.889Z | Compiling rustc_version v0.1.7 |
| 3183 | 2026-03-10T18:23:24.916Z | Compiling minimal-lexical v0.2.1 |
| 3184 | 2026-03-10T18:23:24.971Z | Compiling expectorate v1.2.0 |
| 3185 | 2026-03-10T18:23:25.087Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3186 | 2026-03-10T18:23:25.125Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3187 | 2026-03-10T18:23:25.245Z | Compiling nom v7.1.3 |
| 3188 | 2026-03-10T18:23:25.272Z | Compiling tokio-dtrace v0.1.1 |
| 3189 | 2026-03-10T18:23:25.275Z | Compiling newtype_derive v0.1.6 |
| 3190 | 2026-03-10T18:23:25.335Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3191 | 2026-03-10T18:23:25.370Z | Compiling dropshot-api-manager-types v0.5.2 |
| 3192 | 2026-03-10T18:23:25.483Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3193 | 2026-03-10T18:23:25.544Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3194 | 2026-03-10T18:23:25.651Z | Compiling phf_shared v0.12.1 |
| 3195 | 2026-03-10T18:23:25.685Z | Compiling snafu-derive v0.8.9 |
| 3196 | 2026-03-10T18:23:25.769Z | Compiling pem v3.0.6 |
| 3197 | 2026-03-10T18:23:25.804Z | Compiling csv-core v0.1.13 |
| 3198 | 2026-03-10T18:23:25.916Z | Compiling chrono-tz v0.10.4 |
| 3199 | 2026-03-10T18:23:25.950Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3200 | 2026-03-10T18:23:26.049Z | Compiling highway v1.3.0 |
| 3201 | 2026-03-10T18:23:26.225Z | Compiling xshell-macros v0.2.7 |
| 3202 | 2026-03-10T18:23:26.228Z | Compiling same-file v1.0.6 |
| 3203 | 2026-03-10T18:23:26.347Z | Compiling csv v1.4.0 |
| 3204 | 2026-03-10T18:23:26.371Z | Compiling const_format_proc_macros v0.2.34 |
| 3205 | 2026-03-10T18:23:26.498Z | Compiling pin-project v1.1.11 |
| 3206 | 2026-03-10T18:23:26.541Z | Compiling walkdir v2.5.0 |
| 3207 | 2026-03-10T18:23:26.601Z | Compiling phf v0.12.1 |
| 3208 | 2026-03-10T18:23:26.679Z | Compiling oxide-tokio-rt v0.1.2 |
| 3209 | 2026-03-10T18:23:26.820Z | Compiling xshell v0.2.7 |
| 3210 | 2026-03-10T18:23:26.860Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3211 | 2026-03-10T18:23:27.045Z | Compiling globset v0.4.18 |
| 3212 | 2026-03-10T18:23:27.177Z | Compiling olpc-cjson v0.1.4 |
| 3213 | 2026-03-10T18:23:27.250Z | Compiling primeorder v0.13.6 |
| 3214 | 2026-03-10T18:23:27.294Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3215 | 2026-03-10T18:23:27.321Z | Compiling serde_plain v1.0.2 |
| 3216 | 2026-03-10T18:23:27.386Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3217 | 2026-03-10T18:23:27.456Z | Compiling base64 v0.21.7 |
| 3218 | 2026-03-10T18:23:27.629Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3219 | 2026-03-10T18:23:27.657Z | Compiling hickory-resolver v0.24.4 |
| 3220 | 2026-03-10T18:23:27.682Z | Compiling typed-path v0.9.3 |
| 3221 | 2026-03-10T18:23:27.685Z | Compiling const_format v0.2.35 |
| 3222 | 2026-03-10T18:23:27.727Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3223 | 2026-03-10T18:23:27.957Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3224 | 2026-03-10T18:23:27.993Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3225 | 2026-03-10T18:23:28.124Z | Compiling tabled_derive v0.7.0 |
| 3226 | 2026-03-10T18:23:28.161Z | Compiling typify-macro v0.6.1 |
| 3227 | 2026-03-10T18:23:28.189Z | Compiling bcs v0.1.6 |
| 3228 | 2026-03-10T18:23:28.320Z | Compiling salty v0.3.0 |
| 3229 | 2026-03-10T18:23:28.327Z | Compiling typify-macro v0.4.3 |
| 3230 | 2026-03-10T18:23:28.667Z | Compiling termtree v0.5.1 |
| 3231 | 2026-03-10T18:23:28.679Z | Compiling radium v0.7.0 |
| 3232 | 2026-03-10T18:23:28.778Z | Compiling snafu v0.8.9 |
| 3233 | 2026-03-10T18:23:28.854Z | Compiling textwrap v0.16.2 |
| 3234 | 2026-03-10T18:23:28.938Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3235 | 2026-03-10T18:23:28.973Z | Compiling steno v0.4.1 |
| 3236 | 2026-03-10T18:23:29.116Z | Compiling qorb v0.4.1 |
| 3237 | 2026-03-10T18:23:29.240Z | Compiling tough v0.20.0 |
| 3238 | 2026-03-10T18:23:29.297Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3239 | 2026-03-10T18:23:29.319Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3240 | 2026-03-10T18:23:29.523Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3241 | 2026-03-10T18:23:29.557Z | Compiling tap v1.0.1 |
| 3242 | 2026-03-10T18:23:29.583Z | Compiling humantime v2.3.0 |
| 3243 | 2026-03-10T18:23:29.613Z | Compiling tabled v0.15.0 |
| 3244 | 2026-03-10T18:23:29.617Z | Compiling utf-8 v0.7.6 |
| 3245 | 2026-03-10T18:23:29.747Z | Compiling maybe-uninit v2.0.0 |
| 3246 | 2026-03-10T18:23:29.789Z | Compiling wyz v0.5.1 |
| 3247 | 2026-03-10T18:23:29.815Z | Compiling tungstenite v0.21.0 |
| 3248 | 2026-03-10T18:23:30.106Z | Compiling p384 v0.13.1 |
| 3249 | 2026-03-10T18:23:30.134Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3250 | 2026-03-10T18:23:30.253Z | Compiling arc-swap v1.8.2 |
| 3251 | 2026-03-10T18:23:30.295Z | Compiling packed_struct v0.10.1 |
| 3252 | 2026-03-10T18:23:30.702Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3253 | 2026-03-10T18:23:30.727Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3254 | 2026-03-10T18:23:30.750Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3255 | 2026-03-10T18:23:30.907Z | Compiling typify v0.6.1 |
| 3256 | 2026-03-10T18:23:30.934Z | Compiling typify v0.4.3 |
| 3257 | 2026-03-10T18:23:30.964Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3258 | 2026-03-10T18:23:30.969Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3259 | 2026-03-10T18:23:31.059Z | Compiling progenitor-impl v0.13.0 |
| 3260 | 2026-03-10T18:23:31.123Z | Compiling progenitor-impl v0.11.2 |
| 3261 | 2026-03-10T18:23:31.147Z | Compiling progenitor-impl v0.10.0 |
| 3262 | 2026-03-10T18:23:31.460Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3263 | 2026-03-10T18:23:31.550Z | Compiling tagptr v0.2.0 |
| 3264 | 2026-03-10T18:23:31.804Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3265 | 2026-03-10T18:23:31.871Z | Compiling funty v2.0.0 |
| 3266 | 2026-03-10T18:23:32.093Z | Compiling moka v0.12.13 |
| 3267 | 2026-03-10T18:23:32.136Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3268 | 2026-03-10T18:23:32.832Z | Compiling bitvec v1.0.1 |
| 3269 | 2026-03-10T18:23:32.892Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3270 | 2026-03-10T18:23:33.000Z | Compiling slog-scope v4.4.1 |
| 3271 | 2026-03-10T18:23:33.191Z | Compiling tokio-tungstenite v0.21.0 |
| 3272 | 2026-03-10T18:23:33.278Z | Compiling polyval v0.6.2 |
| 3273 | 2026-03-10T18:23:33.308Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3274 | 2026-03-10T18:23:33.335Z | Compiling packed_struct_codegen v0.10.1 |
| 3275 | 2026-03-10T18:23:33.357Z | Compiling bitfield-macros v0.19.4 |
| 3276 | 2026-03-10T18:23:33.623Z | Compiling zerocopy-derive v0.6.6 |
| 3277 | 2026-03-10T18:23:33.648Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3278 | 2026-03-10T18:23:33.806Z | Compiling indexmap v1.9.3 |
| 3279 | 2026-03-10T18:23:33.857Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3280 | 2026-03-10T18:23:33.933Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3281 | 2026-03-10T18:23:34.133Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3282 | 2026-03-10T18:23:34.286Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3283 | 2026-03-10T18:23:34.464Z | Compiling nodrop v0.1.14 |
| 3284 | 2026-03-10T18:23:34.610Z | Compiling crc-catalog v2.4.0 |
| 3285 | 2026-03-10T18:23:34.638Z | Compiling parking_lot_core v0.8.6 |
| 3286 | 2026-03-10T18:23:34.800Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3287 | 2026-03-10T18:23:34.872Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3288 | 2026-03-10T18:23:34.940Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3289 | 2026-03-10T18:23:34.972Z | Compiling zerocopy v0.6.6 |
| 3290 | 2026-03-10T18:23:34.999Z | Compiling crc v3.4.0 |
| 3291 | 2026-03-10T18:23:35.164Z | Compiling array-init v0.0.4 |
| 3292 | 2026-03-10T18:23:35.219Z | Compiling progenitor-macro v0.11.2 |
| 3293 | 2026-03-10T18:23:35.244Z | Compiling progenitor-macro v0.13.0 |
| 3294 | 2026-03-10T18:23:35.269Z | Compiling progenitor-macro v0.10.0 |
| 3295 | 2026-03-10T18:23:35.272Z | Compiling bitfield v0.19.4 |
| 3296 | 2026-03-10T18:23:35.316Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3297 | 2026-03-10T18:23:35.472Z | Compiling proc-macro-error2 v2.0.1 |
| 3298 | 2026-03-10T18:23:35.557Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3299 | 2026-03-10T18:23:35.758Z | Compiling ghash v0.5.1 |
| 3300 | 2026-03-10T18:23:35.779Z | Compiling smallvec v0.6.14 |
| 3301 | 2026-03-10T18:23:35.933Z | Compiling slog-stdlog v4.1.1 |
| 3302 | 2026-03-10T18:23:35.954Z | Compiling hickory-resolver v0.25.2 |
| 3303 | 2026-03-10T18:23:36.080Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3304 | 2026-03-10T18:23:36.084Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3305 | 2026-03-10T18:23:36.128Z | Compiling nix v0.31.1 |
| 3306 | 2026-03-10T18:23:36.270Z | Compiling git-stub v1.0.0 |
| 3307 | 2026-03-10T18:23:36.506Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3308 | 2026-03-10T18:23:36.536Z | Compiling ctr v0.9.2 |
| 3309 | 2026-03-10T18:23:36.687Z | Compiling num-derive v0.3.3 |
| 3310 | 2026-03-10T18:23:36.713Z | Compiling lzma-sys v0.1.20 |
| 3311 | 2026-03-10T18:23:36.748Z | Compiling unicase v2.9.0 |
| 3312 | 2026-03-10T18:23:36.815Z | Compiling hashbrown v0.12.3 |
| 3313 | 2026-03-10T18:23:36.869Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3314 | 2026-03-10T18:23:36.942Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3315 | 2026-03-10T18:23:37.081Z | Compiling mime_guess v2.0.5 |
| 3316 | 2026-03-10T18:23:37.259Z | Compiling aes-gcm v0.10.3 |
| 3317 | 2026-03-10T18:23:37.293Z | Compiling git-stub-vcs v0.1.0 |
| 3318 | 2026-03-10T18:23:37.375Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3319 | 2026-03-10T18:23:37.495Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3320 | 2026-03-10T18:23:37.605Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3321 | 2026-03-10T18:23:37.635Z | Compiling slog-envlogger v2.2.0 |
| 3322 | 2026-03-10T18:23:37.856Z | Compiling serde-hex v0.1.0 |
| 3323 | 2026-03-10T18:23:37.879Z | Compiling tabled_derive v0.11.0 |
| 3324 | 2026-03-10T18:23:37.923Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3325 | 2026-03-10T18:23:38.091Z | Compiling libscf-sys v1.1.0 |
| 3326 | 2026-03-10T18:23:38.218Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3327 | 2026-03-10T18:23:38.310Z | Compiling ron v0.8.1 |
| 3328 | 2026-03-10T18:23:38.473Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3329 | 2026-03-10T18:23:38.604Z | Compiling papergrid v0.17.0 |
| 3330 | 2026-03-10T18:23:38.853Z | Compiling cargo_toml v0.22.3 |
| 3331 | 2026-03-10T18:23:39.009Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3332 | 2026-03-10T18:23:39.042Z | Compiling hashbrown v0.13.2 |
| 3333 | 2026-03-10T18:23:39.674Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3334 | 2026-03-10T18:23:39.782Z | Compiling testing_table v0.3.0 |
| 3335 | 2026-03-10T18:23:39.817Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3336 | 2026-03-10T18:23:39.880Z | Compiling ssh-encoding v0.2.0 |
| 3337 | 2026-03-10T18:23:40.022Z | Compiling blowfish v0.9.1 |
| 3338 | 2026-03-10T18:23:40.220Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3339 | 2026-03-10T18:23:40.293Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3340 | 2026-03-10T18:23:40.420Z | Compiling nibble_vec v0.1.0 |
| 3341 | 2026-03-10T18:23:40.554Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3342 | 2026-03-10T18:23:40.616Z | Compiling corncobs v0.1.4 |
| 3343 | 2026-03-10T18:23:40.640Z | Compiling crc-any v2.5.0 |
| 3344 | 2026-03-10T18:23:40.663Z | Compiling endian-type v0.1.2 |
| 3345 | 2026-03-10T18:23:40.826Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3346 | 2026-03-10T18:23:40.906Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3347 | 2026-03-10T18:23:40.906Z | Compiling radix_trie v0.2.1 |
| 3348 | 2026-03-10T18:23:40.956Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3349 | 2026-03-10T18:23:41.029Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3350 | 2026-03-10T18:23:41.082Z | Compiling ssh-cipher v0.2.0 |
| 3351 | 2026-03-10T18:23:41.130Z | Compiling tabled v0.20.0 |
| 3352 | 2026-03-10T18:23:41.251Z | Compiling object v0.30.4 |
| 3353 | 2026-03-10T18:23:41.478Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3354 | 2026-03-10T18:23:41.505Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3355 | 2026-03-10T18:23:41.531Z | Compiling parking_lot v0.11.2 |
| 3356 | 2026-03-10T18:23:41.914Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3357 | 2026-03-10T18:23:41.964Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3358 | 2026-03-10T18:23:42.056Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3359 | 2026-03-10T18:23:42.182Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3360 | 2026-03-10T18:23:42.964Z | Compiling prefix-trie v0.7.0 |
| 3361 | 2026-03-10T18:23:42.992Z | Compiling password-hash v0.4.2 |
| 3362 | 2026-03-10T18:23:43.140Z | Compiling fxhash v0.2.1 |
| 3363 | 2026-03-10T18:23:43.177Z | Compiling progenitor v0.11.2 |
| 3364 | 2026-03-10T18:23:43.272Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 3365 | 2026-03-10T18:23:43.273Z | Compiling progenitor v0.13.0 |
| 3366 | 2026-03-10T18:23:43.332Z | Compiling progenitor v0.10.0 |
| 3367 | 2026-03-10T18:23:43.354Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3368 | 2026-03-10T18:23:43.377Z | Compiling secrecy v0.8.0 |
| 3369 | 2026-03-10T18:23:43.402Z | Compiling path-slash v0.1.5 |
| 3370 | 2026-03-10T18:23:43.518Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3371 | 2026-03-10T18:23:43.560Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3372 | 2026-03-10T18:23:43.586Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3373 | 2026-03-10T18:23:43.609Z | Compiling http-range v0.1.5 |
| 3374 | 2026-03-10T18:23:43.640Z | Compiling half v1.8.3 |
| 3375 | 2026-03-10T18:23:43.887Z | Compiling hickory-server v0.25.2 |
| 3376 | 2026-03-10T18:23:44.063Z | Compiling serde_cbor v0.11.2 |
| 3377 | 2026-03-10T18:23:44.293Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3378 | 2026-03-10T18:23:44.307Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3379 | 2026-03-10T18:23:44.685Z | Compiling pbkdf2 v0.11.0 |
| 3380 | 2026-03-10T18:23:44.972Z | Compiling sled v0.34.7 |
| 3381 | 2026-03-10T18:23:45.069Z | Compiling ron v0.12.0 |
| 3382 | 2026-03-10T18:23:45.123Z | Compiling xz2 v0.1.7 |
| 3383 | 2026-03-10T18:23:45.203Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3384 | 2026-03-10T18:23:45.449Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3385 | 2026-03-10T18:23:45.476Z | Compiling ssh-key v0.6.7 |
| 3386 | 2026-03-10T18:23:45.521Z | Compiling hickory-client v0.25.2 |
| 3387 | 2026-03-10T18:23:46.157Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3388 | 2026-03-10T18:23:46.184Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3389 | 2026-03-10T18:23:46.436Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3390 | 2026-03-10T18:23:46.655Z | Compiling p256 v0.13.2 |
| 3391 | 2026-03-10T18:23:46.858Z | Compiling p521 v0.13.3 |
| 3392 | 2026-03-10T18:23:47.218Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3393 | 2026-03-10T18:23:47.246Z | Compiling yasna v0.5.2 |
| 3394 | 2026-03-10T18:23:47.280Z | Compiling kstat-rs v0.2.4 |
| 3395 | 2026-03-10T18:23:47.333Z | Compiling headers-core v0.3.0 |
| 3396 | 2026-03-10T18:23:47.511Z | Compiling nanorand v0.7.0 |
| 3397 | 2026-03-10T18:23:47.533Z | Compiling russh-cryptovec v0.7.3 |
| 3398 | 2026-03-10T18:23:47.715Z | Compiling atty v0.2.14 |
| 3399 | 2026-03-10T18:23:47.822Z | Compiling crc8 v0.1.1 |
| 3400 | 2026-03-10T18:23:47.887Z | Compiling home v0.5.12 |
| 3401 | 2026-03-10T18:23:47.927Z | Compiling md5 v0.7.0 |
| 3402 | 2026-03-10T18:23:47.964Z | Compiling base16ct v1.0.0 |
| 3403 | 2026-03-10T18:23:48.013Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3404 | 2026-03-10T18:23:48.066Z | Compiling rcgen v0.12.1 |
| 3405 | 2026-03-10T18:23:48.123Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3406 | 2026-03-10T18:23:48.283Z | Compiling russh-keys v0.45.0 |
| 3407 | 2026-03-10T18:23:48.283Z | Compiling flume v0.11.1 |
| 3408 | 2026-03-10T18:23:48.348Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3409 | 2026-03-10T18:23:48.411Z | Compiling headers v0.4.1 |
| 3410 | 2026-03-10T18:23:48.851Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3411 | 2026-03-10T18:23:49.404Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3412 | 2026-03-10T18:23:49.574Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3413 | 2026-03-10T18:23:49.744Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3414 | 2026-03-10T18:23:50.359Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3415 | 2026-03-10T18:23:50.642Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3416 | 2026-03-10T18:23:50.897Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3417 | 2026-03-10T18:23:51.307Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3418 | 2026-03-10T18:23:51.635Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3419 | 2026-03-10T18:23:52.015Z | Compiling hyper-staticfile v0.10.1 |
| 3420 | 2026-03-10T18:23:52.220Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3421 | 2026-03-10T18:23:52.295Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3422 | 2026-03-10T18:23:52.394Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3423 | 2026-03-10T18:23:52.696Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3424 | 2026-03-10T18:23:52.814Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3425 | 2026-03-10T18:23:52.839Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3426 | 2026-03-10T18:23:52.868Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3427 | 2026-03-10T18:23:53.090Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3428 | 2026-03-10T18:23:53.278Z | Compiling num-bigint v0.4.6 |
| 3429 | 2026-03-10T18:23:53.509Z | Compiling des v0.8.1 |
| 3430 | 2026-03-10T18:23:53.533Z | Compiling subprocess v0.2.15 |
| 3431 | 2026-03-10T18:23:53.560Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3432 | 2026-03-10T18:23:53.697Z | Compiling display-error-chain v0.2.2 |
| 3433 | 2026-03-10T18:23:53.791Z | Compiling hex-literal v0.4.1 |
| 3434 | 2026-03-10T18:23:53.833Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3435 | 2026-03-10T18:23:53.915Z | Compiling colored v2.2.0 |
| 3436 | 2026-03-10T18:23:53.991Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3437 | 2026-03-10T18:23:54.101Z | Compiling socket2 v0.5.10 |
| 3438 | 2026-03-10T18:23:54.123Z | Compiling internet-checksum v0.2.1 |
| 3439 | 2026-03-10T18:23:54.187Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3440 | 2026-03-10T18:23:54.963Z | Compiling russh v0.45.0 |
| 3441 | 2026-03-10T18:23:55.402Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3442 | 2026-03-10T18:23:56.385Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3443 | 2026-03-10T18:23:57.120Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3444 | 2026-03-10T18:24:02.832Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3445 | 2026-03-10T18:24:13.103Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3446 | 2026-03-10T18:24:13.104Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3447 | 2026-03-10T18:24:13.107Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3448 | 2026-03-10T18:24:13.107Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3449 | 2026-03-10T18:24:15.418Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3450 | 2026-03-10T18:24:15.610Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3451 | 2026-03-10T18:24:21.584Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3452 | 2026-03-10T18:24:51.923Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3453 | 2026-03-10T18:25:17.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s |
| 3454 | 2026-03-10T18:25:17.344Z | |
| 3455 | 2026-03-10T18:25:17.348Z | real 2:03.444103786 |
| 3456 | 2026-03-10T18:25:17.348Z | user 12:17.548626232 |
| 3457 | 2026-03-10T18:25:17.348Z | sys 2:12.750316583 |
| 3458 | 2026-03-10T18:25:17.348Z | trap 0.385620109 |
| 3459 | 2026-03-10T18:25:17.348Z | tflt 0.588765501 |
| 3460 | 2026-03-10T18:25:17.348Z | dflt 1.883604574 |
| 3461 | 2026-03-10T18:25:17.348Z | kflt 0.000336870 |
| 3462 | 2026-03-10T18:25:17.348Z | lock 30:44.597627746 |
| 3463 | 2026-03-10T18:25:17.348Z | slp 40:46.240283195 |
| 3464 | 2026-03-10T18:25:17.348Z | lat 48.508142567 |
| 3465 | 2026-03-10T18:25:17.348Z | stop 3:50.466200264 |
| 3466 | 2026-03-10T18:25:17.348Z | + mkdir tests |
| 3467 | 2026-03-10T18:25:17.351Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3468 | 2026-03-10T18:25:17.351Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3469 | 2026-03-10T18:25:17.386Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-8c89a86352b0aa66 tests/ |
| 3470 | 2026-03-10T18:25:17.411Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-746dfaee64f5db54 tests/ |
| 3471 | 2026-03-10T18:25:17.438Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-9991f079b1063e60 tests/ |
| 3472 | 2026-03-10T18:25:17.461Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-45a8aed3b69b200f tests/ |
| 3473 | 2026-03-10T18:25:17.708Z | + 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/*) |
| 3474 | 2026-03-10T18:25:17.711Z | + 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-746dfaee64f5db54 tests/commtest-9991f079b1063e60 tests/dhcp_server-8c89a86352b0aa66 tests/end_to_end_tests-45a8aed3b69b200f 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 |
| 3475 | 2026-03-10T18:26:59.542Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3476 | 2026-03-10T18:26:59.542Z | a .github/buildomat/ci-env.sh 1K |
| 3477 | 2026-03-10T18:26:59.542Z | a out/target/test 1K |
| 3478 | 2026-03-10T18:26:59.542Z | a out/npuzone/npuzone 27402K |
| 3479 | 2026-03-10T18:26:59.542Z | a package-manifest.toml 35K |
| 3480 | 2026-03-10T18:26:59.542Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3481 | 2026-03-10T18:26:59.542Z | a target/release/omicron-package 41060K |
| 3482 | 2026-03-10T18:26:59.542Z | a target/release/xtask 11359K |
| 3483 | 2026-03-10T18:26:59.542Z | a target/debug/bootstrap 345728K |
| 3484 | 2026-03-10T18:26:59.542Z | a tests/bootstrap-746dfaee64f5db54 31480K |
| 3485 | 2026-03-10T18:26:59.542Z | a tests/commtest-9991f079b1063e60 31997K |
| 3486 | 2026-03-10T18:26:59.542Z | a tests/dhcp_server-8c89a86352b0aa66 31480K |
| 3487 | 2026-03-10T18:26:59.542Z | a tests/end_to_end_tests-45a8aed3b69b200f 387413K |
| 3488 | 2026-03-10T18:26:59.542Z | a out/clickhouse.tar.gz 302576K |
| 3489 | 2026-03-10T18:26:59.542Z | a out/clickhouse_keeper.tar.gz 287870K |
| 3490 | 2026-03-10T18:26:59.542Z | a out/clickhouse_server.tar.gz 302575K |
| 3491 | 2026-03-10T18:26:59.542Z | a out/cockroachdb.tar.gz 156115K |
| 3492 | 2026-03-10T18:26:59.542Z | a out/crucible-pantry-zone.tar.gz 38319K |
| 3493 | 2026-03-10T18:26:59.542Z | a out/crucible-utils.tar 17744K |
| 3494 | 2026-03-10T18:26:59.543Z | a out/crucible-zone.tar.gz 52457K |
| 3495 | 2026-03-10T18:26:59.543Z | a out/external-dns.tar.gz 41550K |
| 3496 | 2026-03-10T18:26:59.543Z | a out/internal-dns.tar.gz 41550K |
| 3497 | 2026-03-10T18:26:59.543Z | a out/mg-ddm-gz.tar 86339K |
| 3498 | 2026-03-10T18:26:59.543Z | a out/nexus.tar.gz 210794K |
| 3499 | 2026-03-10T18:26:59.543Z | a out/ntp.tar.gz 22566K |
| 3500 | 2026-03-10T18:26:59.543Z | a out/omicron-gateway-softnpu.tar.gz 28332K |
| 3501 | 2026-03-10T18:26:59.543Z | a out/omicron-sled-agent.tar 182951K |
| 3502 | 2026-03-10T18:26:59.543Z | a out/overlay.tar.gz 3K |
| 3503 | 2026-03-10T18:26:59.543Z | a out/oximeter.tar.gz 56776K |
| 3504 | 2026-03-10T18:26:59.543Z | a out/oxlog.tar 3895K |
| 3505 | 2026-03-10T18:26:59.543Z | a out/probe.tar.gz 3037K |
| 3506 | 2026-03-10T18:26:59.543Z | a out/propolis-server.tar.gz 74633K |
| 3507 | 2026-03-10T18:26:59.543Z | a out/pumpkind-gz.tar 26647K |
| 3508 | 2026-03-10T18:26:59.543Z | a out/switch-softnpu.tar.gz 371167K |
| 3509 | 2026-03-10T18:26:59.546Z | |
| 3510 | 2026-03-10T18:26:59.546Z | real 1:41.864333677 |
| 3511 | 2026-03-10T18:26:59.546Z | user 1:38.622600048 |
| 3512 | 2026-03-10T18:26:59.546Z | sys 6.632669730 |
| 3513 | 2026-03-10T18:26:59.546Z | trap 0.007396882 |
| 3514 | 2026-03-10T18:26:59.546Z | tflt 0.000000000 |
| 3515 | 2026-03-10T18:26:59.546Z | dflt 0.000000000 |
| 3516 | 2026-03-10T18:26:59.547Z | kflt 0.000000000 |
| 3517 | 2026-03-10T18:26:59.547Z | lock 0.000000000 |
| 3518 | 2026-03-10T18:26:59.547Z | slp 1:37.804048443 |
| 3519 | 2026-03-10T18:26:59.547Z | lat 0.657093426 |
| 3520 | 2026-03-10T18:26:59.547Z | stop 0.000205326 |
| 3521 | 2026-03-10T18:26:59.547Z | process exited: duration 1358151 ms, exit code 0 |
| |
| 3522 | 2026-03-10T18:26:59.570Z | found 1 output files |
| 3523 | 2026-03-10T18:26:59.570Z | uploading: /work/package.tar.gz (2323762699 bytes) |
| 3524 | 2026-03-10T18:27:41.684Z | uploaded: /work/package.tar.gz |