|
|
|
| 1 | 2026-03-11T21:34:12.395Z | job assigned to worker 01KKFD1MXQ5JAGSX8404PB8GS4 [factory aws, i-0de60fce842fd40fa] (queued for 1 m 43 s) |
| |
| 2 | 2026-03-11T21:34:20.078Z | starting task 0: "setup" |
| 3 | 2026-03-11T21:34:20.084Z | ++ uname -s |
| 4 | 2026-03-11T21:34:20.088Z | + kern=SunOS |
| 5 | 2026-03-11T21:34:20.088Z | + build_user=build |
| 6 | 2026-03-11T21:34:20.088Z | + build_uid=12345 |
| 7 | 2026-03-11T21:34:20.088Z | + work_dir=/work |
| 8 | 2026-03-11T21:34:20.088Z | + input_dir=/input |
| 9 | 2026-03-11T21:34:20.088Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-11T21:34:20.088Z | + case "$kern" in |
| 11 | 2026-03-11T21:34:20.088Z | + groupadd -g 12345 build |
| 12 | 2026-03-11T21:34:20.091Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-11T21:34:22.095Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-11T21:34:22.204Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-11T21:34:22.207Z | + home_fs=zfs |
| 16 | 2026-03-11T21:34:22.207Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-11T21:34:22.207Z | + mkdir -p /home/build |
| 18 | 2026-03-11T21:34:22.207Z | + chown build:build /home/build /work |
| 19 | 2026-03-11T21:34:24.209Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-11T21:34:24.212Z | process exited: duration 4133 ms, exit code 0 |
| |
| 21 | 2026-03-11T21:34:24.218Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-11T21:34:24.223Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-03-11T21:34:24.223Z | * rust toolchain channel = "1.91.1" |
| 24 | 2026-03-11T21:34:24.223Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-11T21:34:24.223Z | * rust toolchain profile = "default" |
| 26 | 2026-03-11T21:34:24.223Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-11T21:34:24.223Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-11T21:34:24.226Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-11T21:34:24.226Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-11T21:34:24.319Z | info: downloading installer |
| 31 | 2026-03-11T21:34:26.057Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-11T21:34:26.057Z | warn: /opt/ooce/bin |
| 33 | 2026-03-11T21:34:26.057Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-11T21:34:26.057Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-11T21:34:26.057Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-11T21:34:26.057Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-11T21:34:26.057Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-11T21:34:26.057Z | error: cannot install while Rust is installed |
| 39 | 2026-03-11T21:34:26.058Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-11T21:34:26.074Z | info: profile set to 'default' |
| 41 | 2026-03-11T21:34:26.074Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-11T21:34:26.077Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-03-11T21:34:26.266Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-03-11T21:34:26.266Z | info: downloading component 'cargo' |
| 45 | 2026-03-11T21:34:27.486Z | info: downloading component 'clippy' |
| 46 | 2026-03-11T21:34:27.900Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-11T21:34:29.754Z | info: downloading component 'rust-std' |
| 48 | 2026-03-11T21:34:31.623Z | info: downloading component 'rustc' |
| 49 | 2026-03-11T21:34:39.076Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-11T21:34:39.426Z | info: installing component 'cargo' |
| 51 | 2026-03-11T21:34:40.244Z | info: installing component 'clippy' |
| 52 | 2026-03-11T21:34:40.594Z | info: installing component 'rust-docs' |
| 53 | 2026-03-11T21:34:42.038Z | info: installing component 'rust-std' |
| 54 | 2026-03-11T21:34:43.529Z | info: installing component 'rustc' |
| 55 | 2026-03-11T21:34:49.298Z | info: installing component 'rustfmt' |
| 56 | 2026-03-11T21:34:49.608Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-03-11T21:34:49.609Z | |
| 58 | 2026-03-11T21:34:50.009Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-03-11T21:34:50.009Z | |
| 60 | 2026-03-11T21:34:50.012Z | |
| 61 | 2026-03-11T21:34:50.012Z | Rust is installed now. Great! |
| 62 | 2026-03-11T21:34:50.012Z | |
| 63 | 2026-03-11T21:34:50.012Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-11T21:34:50.012Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-11T21:34:50.012Z | |
| 66 | 2026-03-11T21:34:50.012Z | To configure your current shell, you need to source |
| 67 | 2026-03-11T21:34:50.012Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-11T21:34:50.012Z | |
| 69 | 2026-03-11T21:34:50.012Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-11T21:34:50.012Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-11T21:34:50.013Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-11T21:34:50.013Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-11T21:34:50.097Z | + rustup --version |
| 74 | 2026-03-11T21:34:50.107Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-11T21:34:50.111Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-11T21:34:50.191Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-03-11T21:34:50.194Z | + cargo --version |
| 78 | 2026-03-11T21:34:50.260Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-03-11T21:34:50.263Z | + rustc --version |
| 80 | 2026-03-11T21:34:50.334Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-03-11T21:34:50.338Z | process exited: duration 26115 ms, exit code 0 |
| |
| 82 | 2026-03-11T21:34:50.346Z | starting task 2: "authentication" |
| 83 | 2026-03-11T21:34:50.366Z | process exited: duration 19 ms, exit code 0 |
| |
| 84 | 2026-03-11T21:34:50.372Z | starting task 3: "clone repository" |
| 85 | 2026-03-11T21:34:50.376Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-03-11T21:34:50.381Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-03-11T21:34:50.444Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-03-11T21:35:17.064Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-03-11T21:35:17.064Z | + git fetch origin 742f09f1f03c91d64eb90927adfbf226335f0257 |
| 90 | 2026-03-11T21:35:17.470Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-03-11T21:35:17.470Z | * branch 742f09f1f03c91d64eb90927adfbf226335f0257 -> FETCH_HEAD |
| 92 | 2026-03-11T21:35:17.481Z | + [[ -n spr/papertigers/guest-vms-should-get-vsock-devices-by-default ]] |
| 93 | 2026-03-11T21:35:17.512Z | ++ git branch --show-current |
| 94 | 2026-03-11T21:35:17.515Z | + current=main |
| 95 | 2026-03-11T21:35:17.515Z | + [[ main != spr/papertigers/guest-vms-should-get-vsock-devices-by-default ]] |
| 96 | 2026-03-11T21:35:17.515Z | + git branch -f spr/papertigers/guest-vms-should-get-vsock-devices-by-default 742f09f1f03c91d64eb90927adfbf226335f0257 |
| 97 | 2026-03-11T21:35:17.515Z | + git checkout -f spr/papertigers/guest-vms-should-get-vsock-devices-by-default |
| 98 | 2026-03-11T21:35:17.811Z | Switched to branch 'spr/papertigers/guest-vms-should-get-vsock-devices-by-default' |
| 99 | 2026-03-11T21:35:17.814Z | + git reset --hard 742f09f1f03c91d64eb90927adfbf226335f0257 |
| 100 | 2026-03-11T21:35:17.833Z | HEAD is now at 742f09f1f [jj-spr] initial version |
| 101 | 2026-03-11T21:35:17.836Z | process exited: duration 27459 ms, exit code 0 |
| |
| 102 | 2026-03-11T21:35:17.842Z | starting task 4: "build" |
| 103 | 2026-03-11T21:35:17.847Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-03-11T21:35:17.850Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-03-11T21:35:17.850Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-03-11T21:35:17.850Z | + cargo --version |
| 107 | 2026-03-11T21:35:17.905Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-03-11T21:35:17.908Z | + rustc --version |
| 109 | 2026-03-11T21:35:17.979Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-03-11T21:35:17.982Z | + WORK=/work |
| 111 | 2026-03-11T21:35:17.982Z | + pfexec mkdir -p /work |
| 112 | 2026-03-11T21:35:17.987Z | + pfexec chown build /work |
| 113 | 2026-03-11T21:35:17.990Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2026-03-11T21:35:29.030Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2026-03-11T21:35:38.515Z | Startup: Caching catalogs ... Done |
| 116 | 2026-03-11T21:35:59.883Z | Planning: Solver setup ... Done (19.846s) |
| 117 | 2026-03-11T21:36:00.030Z | Planning: Running solver ... Done (0.146s) |
| 118 | 2026-03-11T21:36:00.208Z | Planning: Finding local manifests ... Done (0.003s) |
| 119 | 2026-03-11T21:36:00.220Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2026-03-11T21:36:00.348Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2026-03-11T21:36:00.396Z | Planning: Package planning ... Done (0.043s) |
| 122 | 2026-03-11T21:36:00.431Z | Planning: Merging actions ... Done (0.040s) |
| 123 | 2026-03-11T21:36:00.669Z | Planning: Checking for conflicting actions ... Done (0.238s) |
| 124 | 2026-03-11T21:36:00.680Z | Planning: Consolidating action changes ... Done (0.010s) |
| 125 | 2026-03-11T21:36:01.535Z | Planning: Evaluating mediators ... Done (0.855s) |
| 126 | 2026-03-11T21:36:01.557Z | Planning: Planning completed in 22.90 seconds |
| 127 | 2026-03-11T21:36:01.576Z | Packages to install: 4 |
| 128 | 2026-03-11T21:36:01.576Z | Mediators to change: 2 |
| 129 | 2026-03-11T21:36:01.576Z | Services to change: 1 |
| 130 | 2026-03-11T21:36:01.576Z | Estimated space available: 155.43 GB |
| 131 | 2026-03-11T21:36:01.576Z | Estimated space to be consumed: 1.82 GB |
| 132 | 2026-03-11T21:36:01.576Z | Create boot environment: No |
| 133 | 2026-03-11T21:36:01.576Z | Create backup boot environment: No |
| 134 | 2026-03-11T21:36:01.576Z | Rebuild boot archive: No |
| 135 | 2026-03-11T21:36:01.576Z | |
| 136 | 2026-03-11T21:36:01.576Z | Changed mediators: |
| 137 | 2026-03-11T21:36:01.576Z | mediator clang: |
| 138 | 2026-03-11T21:36:01.576Z | version: None -> 15 (system default) |
| 139 | 2026-03-11T21:36:01.576Z | |
| 140 | 2026-03-11T21:36:01.576Z | mediator llvm: |
| 141 | 2026-03-11T21:36:01.576Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2026-03-11T21:36:01.576Z | |
| 143 | 2026-03-11T21:36:01.577Z | Changed packages: |
| 144 | 2026-03-11T21:36:01.577Z | helios-dev |
| 145 | 2026-03-11T21:36:01.577Z | developer/build-essential |
| 146 | 2026-03-11T21:36:01.577Z | None -> 11-2.0 |
| 147 | 2026-03-11T21:36:01.577Z | library/libxmlsec1 |
| 148 | 2026-03-11T21:36:01.577Z | None -> 1.2.35-2.0 |
| 149 | 2026-03-11T21:36:01.577Z | ooce/developer/clang-15 |
| 150 | 2026-03-11T21:36:01.577Z | None -> 15.0.7-2.0 |
| 151 | 2026-03-11T21:36:01.577Z | ooce/developer/llvm-15 |
| 152 | 2026-03-11T21:36:01.577Z | None -> 15.0.7-2.0 |
| 153 | 2026-03-11T21:36:01.577Z | |
| 154 | 2026-03-11T21:36:01.577Z | Services: |
| 155 | 2026-03-11T21:36:01.577Z | restart_fmri: |
| 156 | 2026-03-11T21:36:01.577Z | svc:/system/update-man-index:default |
| 157 | 2026-03-11T21:36:01.607Z | |
| 158 | 2026-03-11T21:36:01.607Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2026-03-11T21:36:08.183Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (17.0M/s) |
| 160 | 2026-03-11T21:36:11.608Z | Download: 3240/3290 items 198.6/212.6MB 93% complete (19.8M/s) |
| 161 | 2026-03-11T21:36:14.984Z | Download: Completed 212.60 MB in 13.38 seconds (15.9M/s) |
| 162 | 2026-03-11T21:36:15.250Z | Actions: 1/3689 actions (Installing new actions) |
| 163 | 2026-03-11T21:36:19.332Z | Actions: Completed 3689 actions in 4.08 seconds. |
| 164 | 2026-03-11T21:36:20.054Z | Done (0.717s) |
| 165 | 2026-03-11T21:36:20.054Z | Done (0.000s) |
| 166 | 2026-03-11T21:36:21.055Z | Done (1.000s) |
| 167 | 2026-03-11T21:36:24.989Z | Done (3.581s) |
| 168 | 2026-03-11T21:36:25.073Z | Done (0.017s) |
| 169 | 2026-03-11T21:36:25.142Z | Done (0.000s) |
| 170 | 2026-03-11T21:36:25.206Z | Done (0.000s) |
| 171 | 2026-03-11T21:36:26.161Z | Planning: Evaluating mediator changes ... Done |
| 172 | 2026-03-11T21:36:26.304Z | Planning: Checking for conflicting actions ... Done |
| 173 | 2026-03-11T21:36:26.308Z | Planning: Consolidating action changes ... Done |
| 174 | 2026-03-11T21:36:26.522Z | Planning: Evaluating mediators ... Done |
| 175 | 2026-03-11T21:36:26.526Z | Planning: Planning completed in 0.36 seconds |
| 176 | 2026-03-11T21:36:26.552Z | Mediators to change: 2 |
| 177 | 2026-03-11T21:36:26.552Z | Create boot environment: No |
| 178 | 2026-03-11T21:36:26.555Z | Create backup boot environment: No |
| 179 | 2026-03-11T21:36:26.629Z | Done |
| 180 | 2026-03-11T21:36:26.629Z | Done |
| 181 | 2026-03-11T21:36:27.364Z | Done |
| 182 | 2026-03-11T21:36:30.617Z | Done |
| 183 | 2026-03-11T21:36:30.702Z | Done |
| 184 | 2026-03-11T21:36:30.706Z | Done |
| 185 | 2026-03-11T21:36:30.847Z | Done |
| 186 | 2026-03-11T21:36:31.380Z | Planning: Evaluating mediator changes ... Done |
| 187 | 2026-03-11T21:36:31.383Z | Planning: Merging actions ... Done |
| 188 | 2026-03-11T21:36:31.548Z | Planning: Checking for conflicting actions ... Done |
| 189 | 2026-03-11T21:36:31.551Z | Planning: Consolidating action changes ... Done |
| 190 | 2026-03-11T21:36:31.765Z | Planning: Evaluating mediators ... Done |
| 191 | 2026-03-11T21:36:31.808Z | Planning: Planning completed in 0.63 seconds |
| 192 | 2026-03-11T21:36:31.838Z | Packages to change: 1 |
| 193 | 2026-03-11T21:36:31.838Z | Mediators to change: 1 |
| 194 | 2026-03-11T21:36:31.841Z | Services to change: 1 |
| 195 | 2026-03-11T21:36:31.841Z | Create boot environment: No |
| 196 | 2026-03-11T21:36:31.841Z | Create backup boot environment: Yes |
| 197 | 2026-03-11T21:36:34.498Z | Actions: 1/6 actions (Updating modified actions) |
| 198 | 2026-03-11T21:36:34.506Z | Actions: Completed 6 actions in 0.00 seconds. |
| 199 | 2026-03-11T21:36:34.506Z | Done |
| 200 | 2026-03-11T21:36:34.506Z | Done |
| 201 | 2026-03-11T21:36:34.696Z | Done |
| 202 | 2026-03-11T21:36:37.964Z | Done |
| 203 | 2026-03-11T21:36:38.050Z | Done |
| 204 | 2026-03-11T21:36:38.053Z | Done |
| 205 | 2026-03-11T21:36:38.205Z | Done |
| 206 | 2026-03-11T21:36:38.579Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 207 | 2026-03-11T21:36:38.579Z | clang system 15 system |
| 208 | 2026-03-11T21:36:38.579Z | csh system system illumos |
| 209 | 2026-03-11T21:36:38.579Z | ctags system system illumos |
| 210 | 2026-03-11T21:36:38.579Z | file system system illumos |
| 211 | 2026-03-11T21:36:38.579Z | gcc vendor 12 vendor |
| 212 | 2026-03-11T21:36:38.579Z | gcc system 10 system |
| 213 | 2026-03-11T21:36:38.579Z | gcc system 7 system |
| 214 | 2026-03-11T21:36:38.579Z | go system 1.20 system |
| 215 | 2026-03-11T21:36:38.579Z | go system 1.19 system |
| 216 | 2026-03-11T21:36:38.579Z | llvm system 15 system |
| 217 | 2026-03-11T21:36:38.579Z | llvm system 14 system |
| 218 | 2026-03-11T21:36:38.579Z | mariadb system 10.6 system |
| 219 | 2026-03-11T21:36:38.579Z | mta vendor vendor dma |
| 220 | 2026-03-11T21:36:38.579Z | openjdk system 17 system |
| 221 | 2026-03-11T21:36:38.579Z | openjdk system 11 system |
| 222 | 2026-03-11T21:36:38.579Z | openjdk system 1.8 system |
| 223 | 2026-03-11T21:36:38.580Z | openssl vendor 3 vendor |
| 224 | 2026-03-11T21:36:38.580Z | perl system 5.36 system |
| 225 | 2026-03-11T21:36:38.580Z | postgresql system 15 system |
| 226 | 2026-03-11T21:36:38.580Z | postgresql system 13 system |
| 227 | 2026-03-11T21:36:38.580Z | python vendor 3 vendor |
| 228 | 2026-03-11T21:36:38.580Z | python system 2 system |
| 229 | 2026-03-11T21:36:38.580Z | python3 system 3.11 system |
| 230 | 2026-03-11T21:36:38.580Z | ruby system 3.0 system |
| 231 | 2026-03-11T21:36:38.580Z | words vendor vendor american-english |
| 232 | 2026-03-11T21:36:38.580Z | words system system australian-english |
| 233 | 2026-03-11T21:36:38.580Z | words system system british-english |
| 234 | 2026-03-11T21:36:38.580Z | words system system canadian-english |
| 235 | 2026-03-11T21:36:38.580Z | words system system french |
| 236 | 2026-03-11T21:36:38.580Z | words system system italian |
| 237 | 2026-03-11T21:36:38.580Z | words system system ngerman |
| 238 | 2026-03-11T21:36:38.580Z | words system system ogerman |
| 239 | 2026-03-11T21:36:38.580Z | words system system spanish |
| 240 | 2026-03-11T21:36:38.877Z | PUBLISHER TYPE STATUS P LOCATION |
| 241 | 2026-03-11T21:36:38.877Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 242 | 2026-03-11T21:36:44.721Z | FMRI IFO |
| 243 | 2026-03-11T21:36:44.722Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 244 | 2026-03-11T21:36:44.722Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 245 | 2026-03-11T21:36:44.722Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 246 | 2026-03-11T21:36:44.722Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 247 | 2026-03-11T21:36:44.722Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 248 | 2026-03-11T21:36:44.722Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 249 | 2026-03-11T21:36:44.722Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 250 | 2026-03-11T21:36:44.722Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 251 | 2026-03-11T21:36:44.722Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 252 | 2026-03-11T21:36:44.722Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 253 | 2026-03-11T21:36:44.722Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 254 | 2026-03-11T21:36:44.722Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 255 | 2026-03-11T21:36:44.722Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 256 | 2026-03-11T21:36:44.722Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 257 | 2026-03-11T21:36:44.722Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 258 | 2026-03-11T21:36:44.722Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 259 | 2026-03-11T21:36:45.981Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 260 | 2026-03-11T21:36:46.283Z | Updating crates.io index |
| 261 | 2026-03-11T21:36:46.286Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 262 | 2026-03-11T21:36:46.584Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 263 | 2026-03-11T21:36:47.370Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 264 | 2026-03-11T21:36:47.950Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 265 | 2026-03-11T21:36:48.250Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 266 | 2026-03-11T21:36:49.785Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 267 | 2026-03-11T21:36:51.759Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 268 | 2026-03-11T21:36:52.682Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 269 | 2026-03-11T21:36:53.230Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 270 | 2026-03-11T21:36:54.411Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 271 | 2026-03-11T21:36:55.074Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 272 | 2026-03-11T21:36:56.240Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 273 | 2026-03-11T21:36:56.792Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 274 | 2026-03-11T21:36:57.311Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 275 | 2026-03-11T21:36:57.662Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 276 | 2026-03-11T21:36:58.650Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 277 | 2026-03-11T21:36:59.187Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 278 | 2026-03-11T21:36:59.580Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 279 | 2026-03-11T21:36:59.893Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 280 | 2026-03-11T21:37:00.338Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 281 | 2026-03-11T21:37:00.712Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 282 | 2026-03-11T21:37:00.952Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 283 | 2026-03-11T21:37:01.217Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 284 | 2026-03-11T21:37:01.616Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 285 | 2026-03-11T21:37:02.080Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 286 | 2026-03-11T21:37:02.713Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 287 | 2026-03-11T21:37:03.119Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 288 | 2026-03-11T21:37:03.460Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 289 | 2026-03-11T21:37:03.780Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 290 | 2026-03-11T21:37:05.578Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 291 | 2026-03-11T21:37:05.892Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 292 | 2026-03-11T21:37:06.275Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 293 | 2026-03-11T21:37:06.673Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 294 | 2026-03-11T21:37:07.061Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 295 | 2026-03-11T21:37:07.626Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 296 | 2026-03-11T21:37:07.910Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 297 | 2026-03-11T21:37:08.192Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 298 | 2026-03-11T21:37:08.566Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 299 | 2026-03-11T21:37:30.891Z | Downloading crates ... |
| 300 | 2026-03-11T21:37:30.900Z | Downloaded anstream v0.6.21 |
| 301 | 2026-03-11T21:37:30.900Z | Downloaded toml_datetime v0.6.11 |
| 302 | 2026-03-11T21:37:30.900Z | Downloaded clap v4.5.60 |
| 303 | 2026-03-11T21:37:30.900Z | Downloaded zerofrom-derive v0.1.6 |
| 304 | 2026-03-11T21:37:30.900Z | Downloaded form_urlencoded v1.2.2 |
| 305 | 2026-03-11T21:37:30.900Z | Downloaded dof v0.3.0 |
| 306 | 2026-03-11T21:37:30.901Z | Downloaded serde-value v0.7.0 |
| 307 | 2026-03-11T21:37:30.901Z | Downloaded icu_normalizer v2.1.1 |
| 308 | 2026-03-11T21:37:30.901Z | Downloaded heck v0.4.1 |
| 309 | 2026-03-11T21:37:30.901Z | Downloaded heck v0.5.0 |
| 310 | 2026-03-11T21:37:30.901Z | Downloaded fastrand v2.3.0 |
| 311 | 2026-03-11T21:37:30.901Z | Downloaded zerofrom v0.1.6 |
| 312 | 2026-03-11T21:37:30.901Z | Downloaded version_check v0.9.5 |
| 313 | 2026-03-11T21:37:30.901Z | Downloaded toml_write v0.1.2 |
| 314 | 2026-03-11T21:37:30.901Z | Downloaded percent-encoding v2.3.2 |
| 315 | 2026-03-11T21:37:30.901Z | Downloaded idna_adapter v1.2.1 |
| 316 | 2026-03-11T21:37:30.901Z | Downloaded unicode-xid v0.2.6 |
| 317 | 2026-03-11T21:37:30.901Z | Downloaded usdt-macro v0.5.0 |
| 318 | 2026-03-11T21:37:30.901Z | Downloaded yoke-derive v0.8.1 |
| 319 | 2026-03-11T21:37:30.901Z | Downloaded sha2 v0.10.9 |
| 320 | 2026-03-11T21:37:30.901Z | Downloaded utf8parse v0.2.2 |
| 321 | 2026-03-11T21:37:30.901Z | Downloaded itoa v1.0.17 |
| 322 | 2026-03-11T21:37:30.901Z | Downloaded ordered-float v2.10.1 |
| 323 | 2026-03-11T21:37:30.901Z | Downloaded tabled_derive v0.7.0 |
| 324 | 2026-03-11T21:37:30.901Z | Downloaded block-buffer v0.10.4 |
| 325 | 2026-03-11T21:37:30.901Z | Downloaded typeid v1.0.3 |
| 326 | 2026-03-11T21:37:30.901Z | Downloaded usdt v0.5.0 |
| 327 | 2026-03-11T21:37:30.901Z | Downloaded utf8_iter v1.0.4 |
| 328 | 2026-03-11T21:37:30.901Z | Downloaded proc-macro-error-attr v1.0.4 |
| 329 | 2026-03-11T21:37:30.901Z | Downloaded cfg-if v1.0.4 |
| 330 | 2026-03-11T21:37:30.901Z | Downloaded terminal_size v0.4.3 |
| 331 | 2026-03-11T21:37:30.901Z | Downloaded equivalent v1.0.2 |
| 332 | 2026-03-11T21:37:30.901Z | Downloaded anstyle-query v1.1.5 |
| 333 | 2026-03-11T21:37:30.901Z | Downloaded thread-id v4.2.2 |
| 334 | 2026-03-11T21:37:30.901Z | Downloaded yoke v0.8.1 |
| 335 | 2026-03-11T21:37:30.901Z | Downloaded unicode-linebreak v0.1.5 |
| 336 | 2026-03-11T21:37:30.901Z | Downloaded zerovec-derive v0.11.2 |
| 337 | 2026-03-11T21:37:30.901Z | Downloaded writeable v0.6.2 |
| 338 | 2026-03-11T21:37:30.901Z | Downloaded errno v0.3.14 |
| 339 | 2026-03-11T21:37:30.901Z | Downloaded usdt-attr-macro v0.5.0 |
| 340 | 2026-03-11T21:37:30.902Z | Downloaded thiserror-impl v2.0.18 |
| 341 | 2026-03-11T21:37:30.902Z | Downloaded plain v0.2.3 |
| 342 | 2026-03-11T21:37:30.902Z | Downloaded cargo-platform v0.2.0 |
| 343 | 2026-03-11T21:37:30.902Z | Downloaded thiserror v2.0.18 |
| 344 | 2026-03-11T21:37:30.902Z | Downloaded thiserror-impl v1.0.69 |
| 345 | 2026-03-11T21:37:30.902Z | Downloaded strsim v0.11.1 |
| 346 | 2026-03-11T21:37:30.902Z | Downloaded toml v0.8.23 |
| 347 | 2026-03-11T21:37:30.902Z | Downloaded autocfg v1.5.0 |
| 348 | 2026-03-11T21:37:30.902Z | Downloaded usdt-impl v0.5.0 |
| 349 | 2026-03-11T21:37:30.902Z | Downloaded tinystr v0.8.2 |
| 350 | 2026-03-11T21:37:30.902Z | Downloaded anstyle v1.0.13 |
| 351 | 2026-03-11T21:37:30.902Z | Downloaded scroll_derive v0.12.1 |
| 352 | 2026-03-11T21:37:30.902Z | Downloaded potential_utf v0.1.4 |
| 353 | 2026-03-11T21:37:30.902Z | Downloaded crypto-common v0.1.7 |
| 354 | 2026-03-11T21:37:30.902Z | Downloaded proc-macro-error v1.0.4 |
| 355 | 2026-03-11T21:37:30.902Z | Downloaded zerocopy-derive v0.7.35 |
| 356 | 2026-03-11T21:37:30.902Z | Downloaded synstructure v0.13.2 |
| 357 | 2026-03-11T21:37:30.902Z | Downloaded zmij v1.0.21 |
| 358 | 2026-03-11T21:37:30.902Z | Downloaded serde_spanned v0.6.9 |
| 359 | 2026-03-11T21:37:30.902Z | Downloaded ucd-trie v0.1.7 |
| 360 | 2026-03-11T21:37:30.902Z | Downloaded macaddr v1.0.1 |
| 361 | 2026-03-11T21:37:30.902Z | Downloaded textwrap v0.16.2 |
| 362 | 2026-03-11T21:37:30.902Z | Downloaded unicode-ident v1.0.24 |
| 363 | 2026-03-11T21:37:30.902Z | Downloaded is_terminal_polyfill v1.70.2 |
| 364 | 2026-03-11T21:37:30.903Z | Downloaded toml_edit v0.22.27 |
| 365 | 2026-03-11T21:37:30.903Z | Downloaded pretty-hex v0.4.1 |
| 366 | 2026-03-11T21:37:30.903Z | Downloaded zerotrie v0.2.3 |
| 367 | 2026-03-11T21:37:30.903Z | Downloaded typenum v1.19.0 |
| 368 | 2026-03-11T21:37:30.903Z | Downloaded cpufeatures v0.2.17 |
| 369 | 2026-03-11T21:37:30.903Z | Downloaded swrite v0.1.0 |
| 370 | 2026-03-11T21:37:30.903Z | Downloaded colorchoice v1.0.4 |
| 371 | 2026-03-11T21:37:30.903Z | Downloaded clap_lex v1.0.0 |
| 372 | 2026-03-11T21:37:30.903Z | Downloaded fnv v1.0.7 |
| 373 | 2026-03-11T21:37:30.903Z | Downloaded serde-untagged v0.1.9 |
| 374 | 2026-03-11T21:37:30.903Z | Downloaded url v2.5.8 |
| 375 | 2026-03-11T21:37:30.903Z | Downloaded zerocopy v0.7.35 |
| 376 | 2026-03-11T21:37:30.903Z | Downloaded zerovec v0.11.5 |
| 377 | 2026-03-11T21:37:30.903Z | Downloaded smawk v0.3.2 |
| 378 | 2026-03-11T21:37:30.903Z | Downloaded dtrace-parser v0.2.0 |
| 379 | 2026-03-11T21:37:30.903Z | Downloaded bitflags v2.11.0 |
| 380 | 2026-03-11T21:37:30.903Z | Downloaded winnow v0.7.14 |
| 381 | 2026-03-11T21:37:30.903Z | Downloaded memmap v0.7.0 |
| 382 | 2026-03-11T21:37:30.903Z | Downloaded unicode-width v0.2.0 |
| 383 | 2026-03-11T21:37:30.903Z | Downloaded unicode-width v0.1.14 |
| 384 | 2026-03-11T21:37:30.903Z | Downloaded displaydoc v0.2.5 |
| 385 | 2026-03-11T21:37:30.903Z | Downloaded bytecount v0.6.9 |
| 386 | 2026-03-11T21:37:30.903Z | Downloaded semver v1.0.27 |
| 387 | 2026-03-11T21:37:30.903Z | Downloaded quote v1.0.44 |
| 388 | 2026-03-11T21:37:30.904Z | Downloaded thiserror v1.0.69 |
| 389 | 2026-03-11T21:37:30.904Z | Downloaded serde_tokenstream v0.2.3 |
| 390 | 2026-03-11T21:37:30.904Z | Downloaded scroll v0.12.0 |
| 391 | 2026-03-11T21:37:30.904Z | Downloaded anstyle-parse v0.2.7 |
| 392 | 2026-03-11T21:37:30.904Z | Downloaded once_cell v1.21.3 |
| 393 | 2026-03-11T21:37:30.904Z | Downloaded cargo_toml v0.21.0 |
| 394 | 2026-03-11T21:37:30.904Z | Downloaded digest v0.10.7 |
| 395 | 2026-03-11T21:37:30.904Z | Downloaded byteorder v1.5.0 |
| 396 | 2026-03-11T21:37:30.904Z | Downloaded litemap v0.8.1 |
| 397 | 2026-03-11T21:37:30.904Z | Downloaded generic-array v0.14.7 |
| 398 | 2026-03-11T21:37:30.904Z | Downloaded stable_deref_trait v1.2.1 |
| 399 | 2026-03-11T21:37:30.904Z | Downloaded camino-tempfile v1.4.1 |
| 400 | 2026-03-11T21:37:30.916Z | Downloaded erased-serde v0.4.9 |
| 401 | 2026-03-11T21:37:30.916Z | Downloaded clap_derive v4.5.55 |
| 402 | 2026-03-11T21:37:30.916Z | Downloaded serde_derive v1.0.228 |
| 403 | 2026-03-11T21:37:30.916Z | Downloaded smallvec v1.15.1 |
| 404 | 2026-03-11T21:37:30.916Z | Downloaded pest_generator v2.8.6 |
| 405 | 2026-03-11T21:37:30.916Z | Downloaded icu_normalizer_data v2.1.1 |
| 406 | 2026-03-11T21:37:30.916Z | Downloaded proc-macro2 v1.0.106 |
| 407 | 2026-03-11T21:37:30.916Z | Downloaded fs-err v3.3.0 |
| 408 | 2026-03-11T21:37:30.916Z | Downloaded papergrid v0.11.0 |
| 409 | 2026-03-11T21:37:30.917Z | Downloaded anyhow v1.0.102 |
| 410 | 2026-03-11T21:37:30.917Z | Downloaded pest_derive v2.8.6 |
| 411 | 2026-03-11T21:37:30.917Z | Downloaded camino v1.2.2 |
| 412 | 2026-03-11T21:37:30.917Z | Downloaded cargo_metadata v0.21.0 |
| 413 | 2026-03-11T21:37:30.917Z | Downloaded icu_provider v2.1.1 |
| 414 | 2026-03-11T21:37:30.917Z | Downloaded getrandom v0.4.1 |
| 415 | 2026-03-11T21:37:30.917Z | Downloaded icu_properties v2.1.2 |
| 416 | 2026-03-11T21:37:30.917Z | Downloaded cargo-util-schemas v0.8.2 |
| 417 | 2026-03-11T21:37:30.917Z | Downloaded num-traits v0.2.19 |
| 418 | 2026-03-11T21:37:30.917Z | Downloaded log v0.4.29 |
| 419 | 2026-03-11T21:37:30.917Z | Downloaded tempfile v3.25.0 |
| 420 | 2026-03-11T21:37:30.917Z | Downloaded serde_core v1.0.228 |
| 421 | 2026-03-11T21:37:30.917Z | Downloaded pest_meta v2.8.6 |
| 422 | 2026-03-11T21:37:30.918Z | Downloaded icu_collections v2.1.1 |
| 423 | 2026-03-11T21:37:30.918Z | Downloaded memchr v2.8.0 |
| 424 | 2026-03-11T21:37:30.918Z | Downloaded serde v1.0.228 |
| 425 | 2026-03-11T21:37:30.918Z | Downloaded icu_locale_core v2.1.1 |
| 426 | 2026-03-11T21:37:30.918Z | Downloaded indexmap v2.13.0 |
| 427 | 2026-03-11T21:37:30.918Z | Downloaded pest v2.8.6 |
| 428 | 2026-03-11T21:37:30.918Z | Downloaded hashbrown v0.16.1 |
| 429 | 2026-03-11T21:37:30.918Z | Downloaded serde_json v1.0.149 |
| 430 | 2026-03-11T21:37:30.918Z | Downloaded icu_properties_data v2.1.2 |
| 431 | 2026-03-11T21:37:30.918Z | Downloaded idna v1.1.0 |
| 432 | 2026-03-11T21:37:30.918Z | Downloaded goblin v0.8.2 |
| 433 | 2026-03-11T21:37:30.918Z | Downloaded clap_builder v4.5.60 |
| 434 | 2026-03-11T21:37:30.918Z | Downloaded tabled v0.15.0 |
| 435 | 2026-03-11T21:37:30.918Z | Downloaded syn v1.0.109 |
| 436 | 2026-03-11T21:37:30.918Z | Downloaded syn v2.0.117 |
| 437 | 2026-03-11T21:37:30.918Z | Downloaded rustix v1.1.3 |
| 438 | 2026-03-11T21:37:30.918Z | Downloaded libc v0.2.180 |
| 439 | 2026-03-11T21:37:30.974Z | Compiling proc-macro2 v1.0.106 |
| 440 | 2026-03-11T21:37:30.977Z | Compiling quote v1.0.44 |
| 441 | 2026-03-11T21:37:30.977Z | Compiling unicode-ident v1.0.24 |
| 442 | 2026-03-11T21:37:30.977Z | Compiling serde_core v1.0.228 |
| 443 | 2026-03-11T21:37:30.978Z | Compiling libc v0.2.180 |
| 444 | 2026-03-11T21:37:30.978Z | Compiling version_check v0.9.5 |
| 445 | 2026-03-11T21:37:30.978Z | Compiling serde v1.0.228 |
| 446 | 2026-03-11T21:37:31.183Z | Compiling memchr v2.8.0 |
| 447 | 2026-03-11T21:37:31.389Z | Compiling stable_deref_trait v1.2.1 |
| 448 | 2026-03-11T21:37:31.483Z | Compiling zmij v1.0.21 |
| 449 | 2026-03-11T21:37:31.727Z | Compiling ucd-trie v0.1.7 |
| 450 | 2026-03-11T21:37:31.817Z | Compiling itoa v1.0.17 |
| 451 | 2026-03-11T21:37:32.052Z | Compiling autocfg v1.5.0 |
| 452 | 2026-03-11T21:37:32.073Z | Compiling thiserror v1.0.69 |
| 453 | 2026-03-11T21:37:32.143Z | Compiling pest v2.8.6 |
| 454 | 2026-03-11T21:37:32.258Z | Compiling writeable v0.6.2 |
| 455 | 2026-03-11T21:37:32.280Z | Compiling litemap v0.8.1 |
| 456 | 2026-03-11T21:37:32.508Z | Compiling icu_normalizer_data v2.1.1 |
| 457 | 2026-03-11T21:37:32.530Z | Compiling rustix v1.1.3 |
| 458 | 2026-03-11T21:37:32.753Z | Compiling byteorder v1.5.0 |
| 459 | 2026-03-11T21:37:32.954Z | Compiling syn v2.0.117 |
| 460 | 2026-03-11T21:37:32.995Z | Compiling icu_properties_data v2.1.2 |
| 461 | 2026-03-11T21:37:33.166Z | Compiling errno v0.3.14 |
| 462 | 2026-03-11T21:37:33.205Z | Compiling serde_json v1.0.149 |
| 463 | 2026-03-11T21:37:33.293Z | Compiling bitflags v2.11.0 |
| 464 | 2026-03-11T21:37:33.464Z | Compiling num-traits v0.2.19 |
| 465 | 2026-03-11T21:37:33.540Z | Compiling smallvec v1.15.1 |
| 466 | 2026-03-11T21:37:33.593Z | Compiling typeid v1.0.3 |
| 467 | 2026-03-11T21:37:33.723Z | Compiling pest_meta v2.8.6 |
| 468 | 2026-03-11T21:37:33.833Z | Compiling equivalent v1.0.2 |
| 469 | 2026-03-11T21:37:33.941Z | Compiling hashbrown v0.16.1 |
| 470 | 2026-03-11T21:37:34.256Z | Compiling thread-id v4.2.2 |
| 471 | 2026-03-11T21:37:34.282Z | Compiling proc-macro-error-attr v1.0.4 |
| 472 | 2026-03-11T21:37:34.502Z | Compiling usdt-impl v0.5.0 |
| 473 | 2026-03-11T21:37:34.539Z | Compiling toml_write v0.1.2 |
| 474 | 2026-03-11T21:37:34.610Z | Compiling winnow v0.7.14 |
| 475 | 2026-03-11T21:37:34.760Z | Compiling indexmap v2.13.0 |
| 476 | 2026-03-11T21:37:34.828Z | Compiling erased-serde v0.4.9 |
| 477 | 2026-03-11T21:37:34.852Z | Compiling syn v1.0.109 |
| 478 | 2026-03-11T21:37:35.496Z | Compiling proc-macro-error v1.0.4 |
| 479 | 2026-03-11T21:37:35.589Z | Compiling getrandom v0.4.1 |
| 480 | 2026-03-11T21:37:35.751Z | Compiling utf8parse v0.2.2 |
| 481 | 2026-03-11T21:37:35.892Z | Compiling log v0.4.29 |
| 482 | 2026-03-11T21:37:36.060Z | Compiling utf8_iter v1.0.4 |
| 483 | 2026-03-11T21:37:36.128Z | Compiling plain v0.2.3 |
| 484 | 2026-03-11T21:37:36.152Z | Compiling thiserror v2.0.18 |
| 485 | 2026-03-11T21:37:36.248Z | Compiling percent-encoding v2.3.2 |
| 486 | 2026-03-11T21:37:36.271Z | Compiling camino v1.2.2 |
| 487 | 2026-03-11T21:37:36.275Z | Compiling ordered-float v2.10.1 |
| 488 | 2026-03-11T21:37:36.489Z | Compiling form_urlencoded v1.2.2 |
| 489 | 2026-03-11T21:37:36.558Z | Compiling anstyle-parse v0.2.7 |
| 490 | 2026-03-11T21:37:36.695Z | Compiling synstructure v0.13.2 |
| 491 | 2026-03-11T21:37:36.719Z | Compiling pest_generator v2.8.6 |
| 492 | 2026-03-11T21:37:36.823Z | Compiling terminal_size v0.4.3 |
| 493 | 2026-03-11T21:37:36.995Z | Compiling cfg-if v1.0.4 |
| 494 | 2026-03-11T21:37:37.089Z | Compiling anstyle v1.0.13 |
| 495 | 2026-03-11T21:37:37.143Z | Compiling colorchoice v1.0.4 |
| 496 | 2026-03-11T21:37:37.292Z | Compiling pretty-hex v0.4.1 |
| 497 | 2026-03-11T21:37:37.317Z | Compiling is_terminal_polyfill v1.70.2 |
| 498 | 2026-03-11T21:37:37.317Z | Compiling anstyle-query v1.1.5 |
| 499 | 2026-03-11T21:37:37.380Z | Compiling serde-untagged v0.1.9 |
| 500 | 2026-03-11T21:37:37.462Z | Compiling anstream v0.6.21 |
| 501 | 2026-03-11T21:37:37.559Z | Compiling semver v1.0.27 |
| 502 | 2026-03-11T21:37:37.709Z | Compiling fs-err v3.3.0 |
| 503 | 2026-03-11T21:37:37.732Z | Compiling fnv v1.0.7 |
| 504 | 2026-03-11T21:37:37.860Z | Compiling clap_lex v1.0.0 |
| 505 | 2026-03-11T21:37:37.884Z | Compiling heck v0.5.0 |
| 506 | 2026-03-11T21:37:37.964Z | Compiling strsim v0.11.1 |
| 507 | 2026-03-11T21:37:38.008Z | Compiling fastrand v2.3.0 |
| 508 | 2026-03-11T21:37:38.047Z | Compiling bytecount v0.6.9 |
| 509 | 2026-03-11T21:37:38.195Z | Compiling heck v0.4.1 |
| 510 | 2026-03-11T21:37:38.244Z | Compiling unicode-width v0.1.14 |
| 511 | 2026-03-11T21:37:38.267Z | Compiling unicode-xid v0.2.6 |
| 512 | 2026-03-11T21:37:38.423Z | Compiling anyhow v1.0.102 |
| 513 | 2026-03-11T21:37:38.470Z | Compiling once_cell v1.21.3 |
| 514 | 2026-03-11T21:37:38.493Z | Compiling clap_builder v4.5.60 |
| 515 | 2026-03-11T21:37:38.608Z | Compiling papergrid v0.11.0 |
| 516 | 2026-03-11T21:37:38.748Z | Compiling tempfile v3.25.0 |
| 517 | 2026-03-11T21:37:38.898Z | Compiling memmap v0.7.0 |
| 518 | 2026-03-11T21:37:39.120Z | Compiling unicode-width v0.2.0 |
| 519 | 2026-03-11T21:37:39.144Z | Compiling smawk v0.3.2 |
| 520 | 2026-03-11T21:37:39.247Z | Compiling unicode-linebreak v0.1.5 |
| 521 | 2026-03-11T21:37:39.301Z | Compiling serde_derive v1.0.228 |
| 522 | 2026-03-11T21:37:39.324Z | Compiling zerofrom-derive v0.1.6 |
| 523 | 2026-03-11T21:37:39.477Z | Compiling yoke-derive v0.8.1 |
| 524 | 2026-03-11T21:37:39.565Z | Compiling zerovec-derive v0.11.2 |
| 525 | 2026-03-11T21:37:39.795Z | Compiling displaydoc v0.2.5 |
| 526 | 2026-03-11T21:37:40.580Z | Compiling thiserror-impl v1.0.69 |
| 527 | 2026-03-11T21:37:40.785Z | Compiling zerocopy-derive v0.7.35 |
| 528 | 2026-03-11T21:37:41.023Z | Compiling pest_derive v2.8.6 |
| 529 | 2026-03-11T21:37:41.073Z | Compiling scroll_derive v0.12.1 |
| 530 | 2026-03-11T21:37:41.280Z | Compiling zerofrom v0.1.6 |
| 531 | 2026-03-11T21:37:41.450Z | Compiling yoke v0.8.1 |
| 532 | 2026-03-11T21:37:41.594Z | Compiling thiserror-impl v2.0.18 |
| 533 | 2026-03-11T21:37:41.695Z | Compiling zerovec v0.11.5 |
| 534 | 2026-03-11T21:37:41.954Z | Compiling zerotrie v0.2.3 |
| 535 | 2026-03-11T21:37:41.977Z | Compiling zerocopy v0.7.35 |
| 536 | 2026-03-11T21:37:42.342Z | Compiling tinystr v0.8.2 |
| 537 | 2026-03-11T21:37:42.391Z | Compiling potential_utf v0.1.4 |
| 538 | 2026-03-11T21:37:42.437Z | Compiling dtrace-parser v0.2.0 |
| 539 | 2026-03-11T21:37:42.597Z | Compiling icu_locale_core v2.1.1 |
| 540 | 2026-03-11T21:37:42.620Z | Compiling icu_collections v2.1.1 |
| 541 | 2026-03-11T21:37:42.754Z | Compiling scroll v0.12.0 |
| 542 | 2026-03-11T21:37:42.782Z | Compiling tabled_derive v0.7.0 |
| 543 | 2026-03-11T21:37:43.119Z | Compiling goblin v0.8.2 |
| 544 | 2026-03-11T21:37:43.312Z | Compiling clap_derive v4.5.55 |
| 545 | 2026-03-11T21:37:43.537Z | Compiling icu_provider v2.1.1 |
| 546 | 2026-03-11T21:37:43.616Z | Compiling textwrap v0.16.2 |
| 547 | 2026-03-11T21:37:43.889Z | Compiling icu_properties v2.1.2 |
| 548 | 2026-03-11T21:37:43.943Z | Compiling icu_normalizer v2.1.1 |
| 549 | 2026-03-11T21:37:44.080Z | Compiling serde_spanned v0.6.9 |
| 550 | 2026-03-11T21:37:44.103Z | Compiling toml_datetime v0.6.11 |
| 551 | 2026-03-11T21:37:44.215Z | Compiling dof v0.3.0 |
| 552 | 2026-03-11T21:37:44.254Z | Compiling serde_tokenstream v0.2.3 |
| 553 | 2026-03-11T21:37:44.277Z | Compiling serde-value v0.7.0 |
| 554 | 2026-03-11T21:37:44.442Z | Compiling toml_edit v0.22.27 |
| 555 | 2026-03-11T21:37:44.672Z | Compiling cargo-platform v0.2.0 |
| 556 | 2026-03-11T21:37:44.751Z | Compiling tabled v0.15.0 |
| 557 | 2026-03-11T21:37:44.774Z | Compiling macaddr v1.0.1 |
| 558 | 2026-03-11T21:37:45.064Z | Compiling camino-tempfile v1.4.1 |
| 559 | 2026-03-11T21:37:45.368Z | Compiling idna_adapter v1.2.1 |
| 560 | 2026-03-11T21:37:45.459Z | Compiling usdt-attr-macro v0.5.0 |
| 561 | 2026-03-11T21:37:45.489Z | Compiling usdt-macro v0.5.0 |
| 562 | 2026-03-11T21:37:45.540Z | Compiling idna v1.1.0 |
| 563 | 2026-03-11T21:37:45.749Z | Compiling clap v4.5.60 |
| 564 | 2026-03-11T21:37:45.810Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 565 | 2026-03-11T21:37:45.853Z | Compiling swrite v0.1.0 |
| 566 | 2026-03-11T21:37:45.976Z | Compiling url v2.5.8 |
| 567 | 2026-03-11T21:37:46.364Z | Compiling toml v0.8.23 |
| 568 | 2026-03-11T21:37:46.892Z | Compiling cargo-util-schemas v0.8.2 |
| 569 | 2026-03-11T21:37:47.036Z | Compiling cargo_toml v0.21.0 |
| 570 | 2026-03-11T21:37:47.203Z | Compiling usdt v0.5.0 |
| 571 | 2026-03-11T21:37:48.132Z | Compiling cargo_metadata v0.21.0 |
| 572 | 2026-03-11T21:37:49.430Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 573 | 2026-03-11T21:37:52.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 574 | 2026-03-11T21:37:52.589Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 575 | 2026-03-11T21:37:53.329Z | Downloading crates ... |
| 576 | 2026-03-11T21:37:53.466Z | Downloaded adler2 v2.0.1 |
| 577 | 2026-03-11T21:37:53.481Z | Downloaded critical-section v1.2.0 |
| 578 | 2026-03-11T21:37:53.485Z | Downloaded ciborium-ll v0.2.2 |
| 579 | 2026-03-11T21:37:53.488Z | Downloaded argon2 v0.5.3 |
| 580 | 2026-03-11T21:37:53.495Z | Downloaded darling v0.23.0 |
| 581 | 2026-03-11T21:37:53.502Z | Downloaded des v0.8.1 |
| 582 | 2026-03-11T21:37:53.506Z | Downloaded darling v0.20.11 |
| 583 | 2026-03-11T21:37:53.513Z | Downloaded defmt v1.0.1 |
| 584 | 2026-03-11T21:37:53.519Z | Downloaded data-encoding v2.10.0 |
| 585 | 2026-03-11T21:37:53.522Z | Downloaded darling_macro v0.23.0 |
| 586 | 2026-03-11T21:37:53.525Z | Downloaded daft v0.1.5 |
| 587 | 2026-03-11T21:37:53.529Z | Downloaded embedded-io v0.4.0 |
| 588 | 2026-03-11T21:37:53.534Z | Downloaded dsl_auto_type v0.1.3 |
| 589 | 2026-03-11T21:37:53.537Z | Downloaded dirs-sys-next v0.1.2 |
| 590 | 2026-03-11T21:37:53.540Z | Downloaded derive_builder_core v0.20.2 |
| 591 | 2026-03-11T21:37:53.544Z | Downloaded foreign-types-shared v0.3.1 |
| 592 | 2026-03-11T21:37:53.548Z | Downloaded dyn-clone v1.0.20 |
| 593 | 2026-03-11T21:37:53.552Z | Downloaded constant_time_eq v0.4.2 |
| 594 | 2026-03-11T21:37:53.556Z | Downloaded dirs-next v2.0.0 |
| 595 | 2026-03-11T21:37:53.559Z | Downloaded convert_case v0.4.0 |
| 596 | 2026-03-11T21:37:53.564Z | Downloaded fixedbitset v0.4.2 |
| 597 | 2026-03-11T21:37:53.567Z | Downloaded float-ord v0.3.2 |
| 598 | 2026-03-11T21:37:53.570Z | Downloaded flagset v0.4.7 |
| 599 | 2026-03-11T21:37:53.574Z | Downloaded erased-serde v0.3.31 |
| 600 | 2026-03-11T21:37:53.578Z | Downloaded deranged v0.5.8 |
| 601 | 2026-03-11T21:37:53.581Z | Downloaded fd-lock v4.0.4 |
| 602 | 2026-03-11T21:37:53.585Z | Downloaded bitfield-struct v0.6.2 |
| 603 | 2026-03-11T21:37:53.589Z | Downloaded crunchy v0.2.4 |
| 604 | 2026-03-11T21:37:53.592Z | Downloaded darling_core v0.20.11 |
| 605 | 2026-03-11T21:37:53.597Z | Downloaded futures-io v0.3.32 |
| 606 | 2026-03-11T21:37:53.602Z | Downloaded derive-ex v0.1.8 |
| 607 | 2026-03-11T21:37:53.606Z | Downloaded convert_case v0.10.0 |
| 608 | 2026-03-11T21:37:53.610Z | Downloaded compact_str v0.8.1 |
| 609 | 2026-03-11T21:37:53.613Z | Downloaded foreign-types-shared v0.1.1 |
| 610 | 2026-03-11T21:37:53.616Z | Downloaded git-stub v1.0.0 |
| 611 | 2026-03-11T21:37:53.619Z | Downloaded bit-vec v0.8.0 |
| 612 | 2026-03-11T21:37:53.622Z | Downloaded bzip2 v0.4.4 |
| 613 | 2026-03-11T21:37:53.626Z | Downloaded fxhash v0.2.1 |
| 614 | 2026-03-11T21:37:53.628Z | Downloaded futures-task v0.3.32 |
| 615 | 2026-03-11T21:37:53.631Z | Downloaded ctr v0.9.2 |
| 616 | 2026-03-11T21:37:53.634Z | Downloaded atty v0.2.14 |
| 617 | 2026-03-11T21:37:53.637Z | Downloaded globwalk v0.9.1 |
| 618 | 2026-03-11T21:37:53.641Z | Downloaded ghash v0.5.1 |
| 619 | 2026-03-11T21:37:53.644Z | Downloaded cbc v0.1.2 |
| 620 | 2026-03-11T21:37:53.647Z | Downloaded hash32 v0.2.1 |
| 621 | 2026-03-11T21:37:53.650Z | Downloaded hash32 v0.3.1 |
| 622 | 2026-03-11T21:37:53.654Z | Downloaded filetime v0.2.27 |
| 623 | 2026-03-11T21:37:53.656Z | Downloaded ff v0.13.1 |
| 624 | 2026-03-11T21:37:53.659Z | Downloaded foldhash v0.1.5 |
| 625 | 2026-03-11T21:37:53.676Z | Downloaded http-range v0.1.5 |
| 626 | 2026-03-11T21:37:53.679Z | Downloaded fs_extra v1.3.0 |
| 627 | 2026-03-11T21:37:53.682Z | Downloaded diesel-dtrace v0.4.2 |
| 628 | 2026-03-11T21:37:53.685Z | Downloaded either v1.15.0 |
| 629 | 2026-03-11T21:37:53.688Z | Downloaded fixedbitset v0.5.7 |
| 630 | 2026-03-11T21:37:53.691Z | Downloaded futures-core v0.3.32 |
| 631 | 2026-03-11T21:37:53.694Z | Downloaded foldhash v0.2.0 |
| 632 | 2026-03-11T21:37:53.697Z | Downloaded indent_write v2.2.0 |
| 633 | 2026-03-11T21:37:53.700Z | Downloaded ident_case v1.0.1 |
| 634 | 2026-03-11T21:37:53.700Z | Downloaded hyper-tls v0.6.0 |
| 635 | 2026-03-11T21:37:53.703Z | Downloaded hubpack_derive v0.1.1 |
| 636 | 2026-03-11T21:37:53.706Z | Downloaded group v0.13.0 |
| 637 | 2026-03-11T21:37:53.709Z | Downloaded hubpack v0.1.2 |
| 638 | 2026-03-11T21:37:53.712Z | Downloaded internet-checksum v0.2.1 |
| 639 | 2026-03-11T21:37:53.715Z | Downloaded instability v0.3.11 |
| 640 | 2026-03-11T21:37:53.718Z | Downloaded instant v0.1.13 |
| 641 | 2026-03-11T21:37:53.721Z | Downloaded indoc v1.0.9 |
| 642 | 2026-03-11T21:37:53.724Z | Downloaded cargo_metadata v0.19.2 |
| 643 | 2026-03-11T21:37:53.727Z | Downloaded inout v0.1.4 |
| 644 | 2026-03-11T21:37:53.731Z | Downloaded headers-core v0.3.0 |
| 645 | 2026-03-11T21:37:53.736Z | Downloaded bit-set v0.5.3 |
| 646 | 2026-03-11T21:37:53.736Z | Downloaded base64ct v1.8.3 |
| 647 | 2026-03-11T21:37:53.740Z | Downloaded elliptic-curve v0.13.8 |
| 648 | 2026-03-11T21:37:53.743Z | Downloaded is_ci v1.2.0 |
| 649 | 2026-03-11T21:37:53.746Z | Downloaded kstat-rs v0.2.4 |
| 650 | 2026-03-11T21:37:53.749Z | Downloaded futures-channel v0.3.32 |
| 651 | 2026-03-11T21:37:53.752Z | Downloaded linked-hash-map v0.5.6 |
| 652 | 2026-03-11T21:37:53.755Z | Downloaded backon v1.6.0 |
| 653 | 2026-03-11T21:37:53.758Z | Downloaded derive-where v1.6.0 |
| 654 | 2026-03-11T21:37:53.762Z | Downloaded lalrpop-util v0.19.12 |
| 655 | 2026-03-11T21:37:53.765Z | Downloaded match_cfg v0.1.0 |
| 656 | 2026-03-11T21:37:53.768Z | Downloaded getrandom v0.2.17 |
| 657 | 2026-03-11T21:37:53.771Z | Downloaded globset v0.4.18 |
| 658 | 2026-03-11T21:37:53.774Z | Downloaded md-5 v0.10.6 |
| 659 | 2026-03-11T21:37:53.778Z | Downloaded maybe-uninit v2.0.0 |
| 660 | 2026-03-11T21:37:53.781Z | Downloaded lru v0.12.5 |
| 661 | 2026-03-11T21:37:53.781Z | Downloaded new_debug_unreachable v1.0.6 |
| 662 | 2026-03-11T21:37:53.784Z | Downloaded newline-converter v0.3.0 |
| 663 | 2026-03-11T21:37:53.788Z | Downloaded futures-sink v0.3.32 |
| 664 | 2026-03-11T21:37:53.791Z | Downloaded mime v0.3.17 |
| 665 | 2026-03-11T21:37:53.794Z | Downloaded memoffset v0.9.1 |
| 666 | 2026-03-11T21:37:53.794Z | Downloaded lzss v0.8.2 |
| 667 | 2026-03-11T21:37:53.797Z | Downloaded lru-slab v0.1.2 |
| 668 | 2026-03-11T21:37:53.801Z | Downloaded nibble_vec v0.1.0 |
| 669 | 2026-03-11T21:37:53.805Z | Downloaded newtype_derive v0.1.6 |
| 670 | 2026-03-11T21:37:53.805Z | Downloaded multimap v0.10.1 |
| 671 | 2026-03-11T21:37:53.808Z | Downloaded cookie v0.18.1 |
| 672 | 2026-03-11T21:37:53.811Z | Downloaded nonempty v0.12.0 |
| 673 | 2026-03-11T21:37:53.814Z | Downloaded nodrop v0.1.14 |
| 674 | 2026-03-11T21:37:53.814Z | Downloaded crc32fast v1.5.0 |
| 675 | 2026-03-11T21:37:53.817Z | Downloaded num v0.4.3 |
| 676 | 2026-03-11T21:37:53.820Z | Downloaded libefi-sys v0.1.0 |
| 677 | 2026-03-11T21:37:53.823Z | Downloaded getrandom v0.3.4 |
| 678 | 2026-03-11T21:37:53.826Z | Downloaded num-derive v0.4.2 |
| 679 | 2026-03-11T21:37:53.829Z | Downloaded num-derive v0.3.3 |
| 680 | 2026-03-11T21:37:53.832Z | Downloaded derive_builder v0.20.2 |
| 681 | 2026-03-11T21:37:53.837Z | Downloaded num_threads v0.1.7 |
| 682 | 2026-03-11T21:37:53.839Z | Downloaded olpc-cjson v0.1.4 |
| 683 | 2026-03-11T21:37:53.842Z | Downloaded half v2.7.1 |
| 684 | 2026-03-11T21:37:53.846Z | Downloaded opaque-debug v0.3.1 |
| 685 | 2026-03-11T21:37:53.848Z | Downloaded packed_struct_codegen v0.10.1 |
| 686 | 2026-03-11T21:37:53.852Z | Downloaded openssl-probe v0.2.1 |
| 687 | 2026-03-11T21:37:53.852Z | Downloaded openssl-probe v0.1.6 |
| 688 | 2026-03-11T21:37:53.855Z | Downloaded lock_api v0.4.14 |
| 689 | 2026-03-11T21:37:53.857Z | Downloaded multer v3.1.0 |
| 690 | 2026-03-11T21:37:53.860Z | Downloaded mime_guess v2.0.5 |
| 691 | 2026-03-11T21:37:53.863Z | Downloaded lru-cache v0.1.2 |
| 692 | 2026-03-11T21:37:53.867Z | Downloaded iana-time-zone v0.1.65 |
| 693 | 2026-03-11T21:37:53.870Z | Downloaded libsw-core v0.3.2 |
| 694 | 2026-03-11T21:37:53.870Z | Downloaded hmac v0.12.1 |
| 695 | 2026-03-11T21:37:53.873Z | Downloaded oso-derive v0.27.3 |
| 696 | 2026-03-11T21:37:53.876Z | Downloaded native-tls v0.2.18 |
| 697 | 2026-03-11T21:37:53.879Z | Downloaded nanorand v0.7.0 |
| 698 | 2026-03-11T21:37:53.882Z | Downloaded newtype-uuid v1.3.2 |
| 699 | 2026-03-11T21:37:53.887Z | Downloaded hyper-rustls v0.27.7 |
| 700 | 2026-03-11T21:37:53.890Z | Downloaded openssl-macros v0.1.1 |
| 701 | 2026-03-11T21:37:53.890Z | Downloaded cargo_toml v0.22.3 |
| 702 | 2026-03-11T21:37:53.893Z | Downloaded num-complex v0.4.6 |
| 703 | 2026-03-11T21:37:53.896Z | Downloaded parse-display v0.10.0 |
| 704 | 2026-03-11T21:37:53.896Z | Downloaded pbkdf2 v0.11.0 |
| 705 | 2026-03-11T21:37:53.899Z | Downloaded pbkdf2 v0.12.2 |
| 706 | 2026-03-11T21:37:53.903Z | Downloaded phf_shared v0.12.1 |
| 707 | 2026-03-11T21:37:53.903Z | Downloaded httparse v1.10.1 |
| 708 | 2026-03-11T21:37:53.906Z | Downloaded num_enum v0.7.5 |
| 709 | 2026-03-11T21:37:53.911Z | Downloaded num_enum v0.5.11 |
| 710 | 2026-03-11T21:37:53.916Z | Downloaded pin-utils v0.1.0 |
| 711 | 2026-03-11T21:37:53.919Z | Downloaded base64 v0.21.7 |
| 712 | 2026-03-11T21:37:53.922Z | Downloaded predicates-core v1.0.10 |
| 713 | 2026-03-11T21:37:53.925Z | Downloaded proc-macro-crate v3.4.0 |
| 714 | 2026-03-11T21:37:53.928Z | Downloaded proc-macro-crate v1.3.1 |
| 715 | 2026-03-11T21:37:53.929Z | Downloaded powerfmt v0.2.0 |
| 716 | 2026-03-11T21:37:53.931Z | Downloaded ed25519-dalek v2.2.0 |
| 717 | 2026-03-11T21:37:53.935Z | Downloaded diesel_derives v2.2.7 |
| 718 | 2026-03-11T21:37:53.938Z | Downloaded headers v0.4.1 |
| 719 | 2026-03-11T21:37:53.943Z | Downloaded chacha20poly1305 v0.10.1 |
| 720 | 2026-03-11T21:37:53.946Z | Downloaded nu-ansi-term v0.50.3 |
| 721 | 2026-03-11T21:37:53.951Z | Downloaded indexmap v1.9.3 |
| 722 | 2026-03-11T21:37:53.954Z | Downloaded progenitor-macro v0.13.0 |
| 723 | 2026-03-11T21:37:53.954Z | Downloaded progenitor-macro v0.11.2 |
| 724 | 2026-03-11T21:37:53.957Z | Downloaded predicates-tree v1.0.13 |
| 725 | 2026-03-11T21:37:53.960Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 726 | 2026-03-11T21:37:53.960Z | Downloaded paste v1.0.15 |
| 727 | 2026-03-11T21:37:53.963Z | Downloaded flate2 v1.1.9 |
| 728 | 2026-03-11T21:37:53.968Z | Downloaded progenitor-client v0.11.2 |
| 729 | 2026-03-11T21:37:53.971Z | Downloaded pem v3.0.6 |
| 730 | 2026-03-11T21:37:53.974Z | Downloaded peg-runtime v0.8.5 |
| 731 | 2026-03-11T21:37:53.974Z | Downloaded num-rational v0.4.2 |
| 732 | 2026-03-11T21:37:53.977Z | Downloaded phf_shared v0.13.1 |
| 733 | 2026-03-11T21:37:53.980Z | Downloaded pem-rfc7468 v0.7.0 |
| 734 | 2026-03-11T21:37:53.983Z | Downloaded const_format v0.2.35 |
| 735 | 2026-03-11T21:37:53.986Z | Downloaded bytes v1.11.1 |
| 736 | 2026-03-11T21:37:53.989Z | Downloaded peg-macros v0.8.5 |
| 737 | 2026-03-11T21:37:53.993Z | Downloaded psl-types v2.0.11 |
| 738 | 2026-03-11T21:37:53.996Z | Downloaded recursive v0.1.1 |
| 739 | 2026-03-11T21:37:53.996Z | Downloaded ref-cast-impl v1.0.25 |
| 740 | 2026-03-11T21:37:53.999Z | Downloaded ref-cast v1.0.25 |
| 741 | 2026-03-11T21:37:54.002Z | Downloaded radium v0.7.0 |
| 742 | 2026-03-11T21:37:54.002Z | Downloaded pin-project-internal v1.1.11 |
| 743 | 2026-03-11T21:37:54.006Z | Downloaded dropshot-api-manager v0.5.2 |
| 744 | 2026-03-11T21:37:54.009Z | Downloaded hickory-resolver v0.24.4 |
| 745 | 2026-03-11T21:37:54.012Z | Downloaded quick-error v1.2.3 |
| 746 | 2026-03-11T21:37:54.015Z | Downloaded rand_chacha v0.3.1 |
| 747 | 2026-03-11T21:37:54.018Z | Downloaded progenitor-macro v0.10.0 |
| 748 | 2026-03-11T21:37:54.018Z | Downloaded parking_lot v0.11.2 |
| 749 | 2026-03-11T21:37:54.021Z | Downloaded omicron-zone-package v0.12.2 |
| 750 | 2026-03-11T21:37:54.024Z | Downloaded ppv-lite86 v0.2.21 |
| 751 | 2026-03-11T21:37:54.027Z | Downloaded pkcs8 v0.10.2 |
| 752 | 2026-03-11T21:37:54.031Z | Downloaded poly1305 v0.8.0 |
| 753 | 2026-03-11T21:37:54.034Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 754 | 2026-03-11T21:37:54.034Z | Downloaded libbz2-rs-sys v0.2.2 |
| 755 | 2026-03-11T21:37:54.037Z | Downloaded rfc6979 v0.4.0 |
| 756 | 2026-03-11T21:37:54.040Z | Downloaded rand_xorshift v0.4.0 |
| 757 | 2026-03-11T21:37:54.040Z | Downloaded rustc-hash v2.1.1 |
| 758 | 2026-03-11T21:37:54.044Z | Downloaded heapless v0.7.17 |
| 759 | 2026-03-11T21:37:54.048Z | Downloaded crossterm v0.28.1 |
| 760 | 2026-03-11T21:37:54.051Z | Downloaded progenitor v0.13.0 |
| 761 | 2026-03-11T21:37:54.053Z | Downloaded progenitor v0.11.2 |
| 762 | 2026-03-11T21:37:54.056Z | Downloaded rustc_version v0.4.1 |
| 763 | 2026-03-11T21:37:54.056Z | Downloaded rtoolbox v0.0.3 |
| 764 | 2026-03-11T21:37:54.059Z | Downloaded proc-macro-error2 v2.0.1 |
| 765 | 2026-03-11T21:37:54.062Z | Downloaded rustc_version v0.1.7 |
| 766 | 2026-03-11T21:37:54.066Z | Downloaded russh-cryptovec v0.7.3 |
| 767 | 2026-03-11T21:37:54.066Z | Downloaded oxide-tokio-rt v0.1.2 |
| 768 | 2026-03-11T21:37:54.069Z | Downloaded rand_core v0.6.4 |
| 769 | 2026-03-11T21:37:54.069Z | Downloaded pkcs1 v0.7.5 |
| 770 | 2026-03-11T21:37:54.072Z | Downloaded postgres-protocol v0.6.10 |
| 771 | 2026-03-11T21:37:54.075Z | Downloaded progenitor-extras v0.1.0 |
| 772 | 2026-03-11T21:37:54.078Z | Downloaded predicates v3.1.4 |
| 773 | 2026-03-11T21:37:54.082Z | Downloaded postcard v1.1.3 |
| 774 | 2026-03-11T21:37:54.082Z | Downloaded hashbrown v0.13.2 |
| 775 | 2026-03-11T21:37:54.085Z | Downloaded jiff-static v0.2.21 |
| 776 | 2026-03-11T21:37:54.088Z | Downloaded parking_lot_core v0.9.12 |
| 777 | 2026-03-11T21:37:54.091Z | Downloaded progenitor v0.10.0 |
| 778 | 2026-03-11T21:37:54.094Z | Downloaded hashbrown v0.12.3 |
| 779 | 2026-03-11T21:37:54.097Z | Downloaded r2d2 v0.8.10 |
| 780 | 2026-03-11T21:37:54.100Z | Downloaded salsa20 v0.10.2 |
| 781 | 2026-03-11T21:37:54.103Z | Downloaded http v1.4.0 |
| 782 | 2026-03-11T21:37:54.106Z | Downloaded hickory-server v0.25.2 |
| 783 | 2026-03-11T21:37:54.109Z | Downloaded rand_chacha v0.9.0 |
| 784 | 2026-03-11T21:37:54.112Z | Downloaded pkcs5 v0.7.1 |
| 785 | 2026-03-11T21:37:54.115Z | Downloaded rand_core v0.10.0 |
| 786 | 2026-03-11T21:37:54.115Z | Downloaded scheduled-thread-pool v0.2.7 |
| 787 | 2026-03-11T21:37:54.118Z | Downloaded same-file v1.0.6 |
| 788 | 2026-03-11T21:37:54.121Z | Downloaded scrypt v0.11.0 |
| 789 | 2026-03-11T21:37:54.121Z | Downloaded sapling-renderdag v0.1.0 |
| 790 | 2026-03-11T21:37:54.126Z | Downloaded quinn-udp v0.5.14 |
| 791 | 2026-03-11T21:37:54.126Z | Downloaded scopeguard v1.2.0 |
| 792 | 2026-03-11T21:37:54.129Z | Downloaded pin-project v1.1.11 |
| 793 | 2026-03-11T21:37:54.135Z | Downloaded serde_bytes v0.11.19 |
| 794 | 2026-03-11T21:37:54.138Z | Downloaded secrecy v0.8.0 |
| 795 | 2026-03-11T21:37:54.141Z | Downloaded oso v0.27.3 |
| 796 | 2026-03-11T21:37:54.144Z | Downloaded p256 v0.13.2 |
| 797 | 2026-03-11T21:37:54.147Z | Downloaded resolv-conf v0.7.6 |
| 798 | 2026-03-11T21:37:54.151Z | Downloaded progenitor-client v0.13.0 |
| 799 | 2026-03-11T21:37:54.151Z | Downloaded serde_plain v1.0.2 |
| 800 | 2026-03-11T21:37:54.154Z | Downloaded sigpipe v0.1.3 |
| 801 | 2026-03-11T21:37:54.154Z | Downloaded semver v0.1.20 |
| 802 | 2026-03-11T21:37:54.157Z | Downloaded signature v2.2.0 |
| 803 | 2026-03-11T21:37:54.157Z | Downloaded seq-macro v0.3.6 |
| 804 | 2026-03-11T21:37:54.160Z | Downloaded serde_urlencoded v0.7.1 |
| 805 | 2026-03-11T21:37:54.185Z | Downloaded rustversion v1.0.22 |
| 806 | 2026-03-11T21:37:54.185Z | Downloaded secrecy v0.10.3 |
| 807 | 2026-03-11T21:37:54.185Z | Downloaded signal-hook-tokio v0.3.1 |
| 808 | 2026-03-11T21:37:54.185Z | Downloaded cc v1.2.56 |
| 809 | 2026-03-11T21:37:54.185Z | Downloaded miniz_oxide v0.8.9 |
| 810 | 2026-03-11T21:37:54.185Z | Downloaded shell-words v1.1.1 |
| 811 | 2026-03-11T21:37:54.185Z | Downloaded slog-bunyan v2.5.0 |
| 812 | 2026-03-11T21:37:54.185Z | Downloaded sha1 v0.10.6 |
| 813 | 2026-03-11T21:37:54.185Z | Downloaded progenitor-impl v0.13.0 |
| 814 | 2026-03-11T21:37:54.185Z | Downloaded serde_spanned v1.0.4 |
| 815 | 2026-03-11T21:37:54.186Z | Downloaded psm v0.1.30 |
| 816 | 2026-03-11T21:37:54.186Z | Downloaded papergrid v0.17.0 |
| 817 | 2026-03-11T21:37:54.189Z | Downloaded rustls-native-certs v0.8.3 |
| 818 | 2026-03-11T21:37:54.192Z | Downloaded rustls-pemfile v2.2.0 |
| 819 | 2026-03-11T21:37:54.192Z | Downloaded rand_core v0.9.5 |
| 820 | 2026-03-11T21:37:54.195Z | Downloaded serde-big-array v0.5.1 |
| 821 | 2026-03-11T21:37:54.198Z | Downloaded scroll_derive v0.13.1 |
| 822 | 2026-03-11T21:37:54.198Z | Downloaded scroll v0.13.0 |
| 823 | 2026-03-11T21:37:54.201Z | Downloaded rand_seeder v0.4.0 |
| 824 | 2026-03-11T21:37:54.201Z | Downloaded parking_lot v0.12.5 |
| 825 | 2026-03-11T21:37:54.204Z | Downloaded indicatif v0.18.4 |
| 826 | 2026-03-11T21:37:54.207Z | Downloaded slog-envlogger v2.2.0 |
| 827 | 2026-03-11T21:37:54.210Z | Downloaded serde_repr v0.1.20 |
| 828 | 2026-03-11T21:37:54.213Z | Downloaded sec1 v0.7.3 |
| 829 | 2026-03-11T21:37:54.213Z | Downloaded postgres-types v0.2.12 |
| 830 | 2026-03-11T21:37:54.217Z | Downloaded siphasher v1.0.2 |
| 831 | 2026-03-11T21:37:54.217Z | Downloaded hyper-util v0.1.20 |
| 832 | 2026-03-11T21:37:54.221Z | Downloaded schemars_derive v0.8.22 |
| 833 | 2026-03-11T21:37:54.224Z | Downloaded rusty-fork v0.3.1 |
| 834 | 2026-03-11T21:37:54.227Z | Downloaded pretty_assertions v1.4.1 |
| 835 | 2026-03-11T21:37:54.227Z | Downloaded owo-colors v4.3.0 |
| 836 | 2026-03-11T21:37:54.230Z | Downloaded ssh-cipher v0.2.0 |
| 837 | 2026-03-11T21:37:54.233Z | Downloaded sqlparser_derive v0.5.0 |
| 838 | 2026-03-11T21:37:54.233Z | Downloaded rustls-pemfile v1.0.4 |
| 839 | 2026-03-11T21:37:54.237Z | Downloaded minimal-lexical v0.2.1 |
| 840 | 2026-03-11T21:37:54.240Z | Downloaded rustls-pki-types v1.14.0 |
| 841 | 2026-03-11T21:37:54.243Z | Downloaded progenitor-impl v0.10.0 |
| 842 | 2026-03-11T21:37:54.243Z | Downloaded prettyplease v0.2.37 |
| 843 | 2026-03-11T21:37:54.246Z | Downloaded itertools v0.10.5 |
| 844 | 2026-03-11T21:37:54.251Z | Downloaded strum v0.27.2 |
| 845 | 2026-03-11T21:37:54.254Z | Downloaded progenitor-impl v0.11.2 |
| 846 | 2026-03-11T21:37:54.257Z | Downloaded strip-ansi-escapes v0.2.1 |
| 847 | 2026-03-11T21:37:54.257Z | Downloaded slog-async v2.8.0 |
| 848 | 2026-03-11T21:37:54.260Z | Downloaded serde_path_to_error v0.1.20 |
| 849 | 2026-03-11T21:37:54.260Z | Downloaded strum v0.26.3 |
| 850 | 2026-03-11T21:37:54.263Z | Downloaded structmeta v0.3.0 |
| 851 | 2026-03-11T21:37:54.263Z | Downloaded ssh-encoding v0.2.0 |
| 852 | 2026-03-11T21:37:54.266Z | Downloaded openssl-sys v0.9.111 |
| 853 | 2026-03-11T21:37:54.269Z | Downloaded take_mut v0.2.2 |
| 854 | 2026-03-11T21:37:54.272Z | Downloaded tabled_derive v0.11.0 |
| 855 | 2026-03-11T21:37:54.272Z | Downloaded tagptr v0.2.0 |
| 856 | 2026-03-11T21:37:54.275Z | Downloaded sync_wrapper v1.0.2 |
| 857 | 2026-03-11T21:37:54.275Z | Downloaded slog-scope v4.4.1 |
| 858 | 2026-03-11T21:37:54.279Z | Downloaded slog-json v2.6.1 |
| 859 | 2026-03-11T21:37:54.279Z | Downloaded shlex v1.3.0 |
| 860 | 2026-03-11T21:37:54.281Z | Downloaded snafu-derive v0.8.9 |
| 861 | 2026-03-11T21:37:54.282Z | Downloaded structmeta-derive v0.3.0 |
| 862 | 2026-03-11T21:37:54.285Z | Downloaded signal-hook-registry v1.4.8 |
| 863 | 2026-03-11T21:37:54.285Z | Downloaded russh-keys v0.45.0 |
| 864 | 2026-03-11T21:37:54.288Z | Downloaded signal-hook-mio v0.2.5 |
| 865 | 2026-03-11T21:37:54.288Z | Downloaded sync-ptr v0.1.4 |
| 866 | 2026-03-11T21:37:54.292Z | Downloaded supports-color v3.0.2 |
| 867 | 2026-03-11T21:37:54.292Z | Downloaded smf v0.2.3 |
| 868 | 2026-03-11T21:37:54.293Z | Downloaded testing_table v0.3.0 |
| 869 | 2026-03-11T21:37:54.296Z | Downloaded simd-adler32 v0.3.8 |
| 870 | 2026-03-11T21:37:54.296Z | Downloaded expectorate v1.2.0 |
| 871 | 2026-03-11T21:37:54.300Z | Downloaded rayon-core v1.13.0 |
| 872 | 2026-03-11T21:37:54.303Z | Downloaded spki v0.7.3 |
| 873 | 2026-03-11T21:37:54.303Z | Downloaded tap v1.0.1 |
| 874 | 2026-03-11T21:37:54.303Z | Downloaded slab v0.4.12 |
| 875 | 2026-03-11T21:37:54.306Z | Downloaded termtree v0.5.1 |
| 876 | 2026-03-11T21:37:54.306Z | Downloaded stringprep v0.1.5 |
| 877 | 2026-03-11T21:37:54.309Z | Downloaded stacker v0.1.23 |
| 878 | 2026-03-11T21:37:54.312Z | Downloaded password-hash v0.5.0 |
| 879 | 2026-03-11T21:37:54.312Z | Downloaded polyval v0.6.2 |
| 880 | 2026-03-11T21:37:54.315Z | Downloaded nom v7.1.3 |
| 881 | 2026-03-11T21:37:54.318Z | Downloaded rcgen v0.12.1 |
| 882 | 2026-03-11T21:37:54.321Z | Downloaded time-core v0.1.8 |
| 883 | 2026-03-11T21:37:54.321Z | Downloaded static_assertions v1.1.0 |
| 884 | 2026-03-11T21:37:54.324Z | Downloaded smallvec v0.6.14 |
| 885 | 2026-03-11T21:37:54.327Z | Downloaded thread-id v5.1.0 |
| 886 | 2026-03-11T21:37:54.327Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 887 | 2026-03-11T21:37:54.327Z | Downloaded quinn v0.11.9 |
| 888 | 2026-03-11T21:37:54.330Z | Downloaded ryu v1.0.23 |
| 889 | 2026-03-11T21:37:54.334Z | Downloaded schemars v0.8.22 |
| 890 | 2026-03-11T21:37:54.342Z | Downloaded tabwriter v1.4.1 |
| 891 | 2026-03-11T21:37:54.345Z | Downloaded strum_macros v0.26.4 |
| 892 | 2026-03-11T21:37:54.348Z | Downloaded strum_macros v0.24.3 |
| 893 | 2026-03-11T21:37:54.348Z | Downloaded string_cache v0.8.9 |
| 894 | 2026-03-11T21:37:54.351Z | Downloaded sqlformat v0.3.5 |
| 895 | 2026-03-11T21:37:54.351Z | Downloaded sct v0.7.1 |
| 896 | 2026-03-11T21:37:54.354Z | Downloaded ron v0.8.1 |
| 897 | 2026-03-11T21:37:54.358Z | Downloaded serde_with_macros v3.17.0 |
| 898 | 2026-03-11T21:37:54.360Z | Downloaded serde_derive_internals v0.29.1 |
| 899 | 2026-03-11T21:37:54.364Z | Downloaded serde_cbor v0.11.2 |
| 900 | 2026-03-11T21:37:54.364Z | Downloaded serde-hex v0.1.0 |
| 901 | 2026-03-11T21:37:54.367Z | Downloaded mio v1.1.1 |
| 902 | 2026-03-11T21:37:54.370Z | Downloaded termios v0.3.3 |
| 903 | 2026-03-11T21:37:54.373Z | Downloaded iddqd v0.3.17 |
| 904 | 2026-03-11T21:37:54.377Z | Downloaded strum_macros v0.27.2 |
| 905 | 2026-03-11T21:37:54.380Z | Downloaded aes-gcm v0.10.3 |
| 906 | 2026-03-11T21:37:54.383Z | Downloaded num-bigint v0.4.6 |
| 907 | 2026-03-11T21:37:54.386Z | Downloaded tower-service v0.3.3 |
| 908 | 2026-03-11T21:37:54.390Z | Downloaded tower-layer v0.3.3 |
| 909 | 2026-03-11T21:37:54.390Z | Downloaded similar v2.7.0 |
| 910 | 2026-03-11T21:37:54.393Z | Downloaded itertools v0.13.0 |
| 911 | 2026-03-11T21:37:54.396Z | Downloaded topological-sort v0.2.2 |
| 912 | 2026-03-11T21:37:54.399Z | Downloaded support-bundle-viewer v0.1.2 |
| 913 | 2026-03-11T21:37:54.399Z | Downloaded subtle v2.6.1 |
| 914 | 2026-03-11T21:37:54.402Z | Downloaded tinyvec_macros v0.1.1 |
| 915 | 2026-03-11T21:37:54.402Z | Downloaded thiserror-no-std v2.0.2 |
| 916 | 2026-03-11T21:37:54.405Z | Downloaded rustls-platform-verifier v0.6.2 |
| 917 | 2026-03-11T21:37:54.409Z | Downloaded try-lock v0.2.5 |
| 918 | 2026-03-11T21:37:54.409Z | Downloaded trait-variant v0.1.2 |
| 919 | 2026-03-11T21:37:54.412Z | Downloaded prefix-trie v0.7.0 |
| 920 | 2026-03-11T21:37:54.412Z | Downloaded slog-term v2.9.2 |
| 921 | 2026-03-11T21:37:54.415Z | Downloaded tokio-macros v2.6.0 |
| 922 | 2026-03-11T21:37:54.418Z | Downloaded futures-util v0.3.32 |
| 923 | 2026-03-11T21:37:54.425Z | Downloaded typify-macro v0.6.1 |
| 924 | 2026-03-11T21:37:54.428Z | Downloaded tokio-native-tls v0.3.1 |
| 925 | 2026-03-11T21:37:54.428Z | Downloaded tokio-rustls v0.25.0 |
| 926 | 2026-03-11T21:37:54.431Z | Downloaded rand v0.9.2 |
| 927 | 2026-03-11T21:37:54.436Z | Downloaded qorb v0.4.1 |
| 928 | 2026-03-11T21:37:54.439Z | Downloaded socket2 v0.5.10 |
| 929 | 2026-03-11T21:37:54.439Z | Downloaded tls_codec v0.4.2 |
| 930 | 2026-03-11T21:37:54.439Z | Downloaded thread_local v1.1.9 |
| 931 | 2026-03-11T21:37:54.442Z | Downloaded num-bigint-dig v0.8.6 |
| 932 | 2026-03-11T21:37:54.445Z | Downloaded tokio-tungstenite v0.23.1 |
| 933 | 2026-03-11T21:37:54.445Z | Downloaded typify-macro v0.4.3 |
| 934 | 2026-03-11T21:37:54.448Z | Downloaded tokio-tungstenite v0.21.0 |
| 935 | 2026-03-11T21:37:54.448Z | Downloaded serde_yaml v0.9.34+deprecated |
| 936 | 2026-03-11T21:37:54.451Z | Downloaded usdt-macro v0.6.0 |
| 937 | 2026-03-11T21:37:54.454Z | Downloaded unit-prefix v0.5.2 |
| 938 | 2026-03-11T21:37:54.454Z | Downloaded h2 v0.4.13 |
| 939 | 2026-03-11T21:37:54.457Z | Downloaded usdt-attr-macro v0.6.0 |
| 940 | 2026-03-11T21:37:54.460Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 941 | 2026-03-11T21:37:54.460Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 942 | 2026-03-11T21:37:54.463Z | Downloaded publicsuffix v2.3.0 |
| 943 | 2026-03-11T21:37:54.463Z | Downloaded signal-hook v0.3.18 |
| 944 | 2026-03-11T21:37:54.466Z | Downloaded tokio-dtrace v0.1.1 |
| 945 | 2026-03-11T21:37:54.466Z | Downloaded samael v0.0.19 |
| 946 | 2026-03-11T21:37:54.471Z | Downloaded untrusted v0.9.0 |
| 947 | 2026-03-11T21:37:54.474Z | Downloaded want v0.3.1 |
| 948 | 2026-03-11T21:37:54.474Z | Downloaded waitgroup v0.1.2 |
| 949 | 2026-03-11T21:37:54.477Z | Downloaded untrusted v0.7.1 |
| 950 | 2026-03-11T21:37:54.477Z | Downloaded universal-hash v0.5.1 |
| 951 | 2026-03-11T21:37:54.477Z | Downloaded unicode-truncate v1.1.0 |
| 952 | 2026-03-11T21:37:54.480Z | Downloaded rustls-webpki v0.103.9 |
| 953 | 2026-03-11T21:37:54.483Z | Downloaded tui-tree-widget v0.23.1 |
| 954 | 2026-03-11T21:37:54.483Z | Downloaded subprocess v0.2.15 |
| 955 | 2026-03-11T21:37:54.486Z | Downloaded rand v0.8.5 |
| 956 | 2026-03-11T21:37:54.489Z | Downloaded itertools v0.14.0 |
| 957 | 2026-03-11T21:37:54.492Z | Downloaded utf-8 v0.7.6 |
| 958 | 2026-03-11T21:37:54.495Z | Downloaded tokio-rustls v0.24.1 |
| 959 | 2026-03-11T21:37:54.495Z | Downloaded snafu v0.8.9 |
| 960 | 2026-03-11T21:37:54.499Z | Downloaded term v0.7.0 |
| 961 | 2026-03-11T21:37:54.502Z | Downloaded term v1.2.1 |
| 962 | 2026-03-11T21:37:54.505Z | Downloaded itertools v0.12.1 |
| 963 | 2026-03-11T21:37:54.508Z | Downloaded xshell-macros v0.2.7 |
| 964 | 2026-03-11T21:37:54.511Z | Downloaded tokio-stream v0.1.18 |
| 965 | 2026-03-11T21:37:54.514Z | Downloaded wait-timeout v0.2.1 |
| 966 | 2026-03-11T21:37:54.514Z | Downloaded void v1.0.2 |
| 967 | 2026-03-11T21:37:54.517Z | Downloaded socket2 v0.6.2 |
| 968 | 2026-03-11T21:37:54.517Z | Downloaded spin v0.9.8 |
| 969 | 2026-03-11T21:37:54.520Z | Downloaded schemars v0.9.0 |
| 970 | 2026-03-11T21:37:54.526Z | Downloaded hashbrown v0.15.5 |
| 971 | 2026-03-11T21:37:54.530Z | Downloaded libxml v0.3.3 |
| 972 | 2026-03-11T21:37:54.534Z | Downloaded usdt v0.6.0 |
| 973 | 2026-03-11T21:37:54.537Z | Downloaded tls_codec_derive v0.4.2 |
| 974 | 2026-03-11T21:37:54.537Z | Downloaded tracing-attributes v0.1.31 |
| 975 | 2026-03-11T21:37:54.540Z | Downloaded tinyvec v1.10.0 |
| 976 | 2026-03-11T21:37:54.541Z | Downloaded unicase v2.9.0 |
| 977 | 2026-03-11T21:37:54.543Z | Downloaded xattr v1.6.1 |
| 978 | 2026-03-11T21:37:54.543Z | Downloaded zone_cfg_derive v0.3.1 |
| 979 | 2026-03-11T21:37:54.546Z | Downloaded uzers v0.12.2 |
| 980 | 2026-03-11T21:37:54.547Z | Downloaded unarray v0.1.4 |
| 981 | 2026-03-11T21:37:54.547Z | Downloaded tiny-keccak v2.0.2 |
| 982 | 2026-03-11T21:37:54.550Z | Downloaded time-macros v0.2.27 |
| 983 | 2026-03-11T21:37:54.553Z | Downloaded walkdir v2.5.0 |
| 984 | 2026-03-11T21:37:54.553Z | Downloaded rsa v0.9.10 |
| 985 | 2026-03-11T21:37:54.557Z | Downloaded aes v0.8.4 |
| 986 | 2026-03-11T21:37:54.560Z | Downloaded slog-stdlog v4.1.1 |
| 987 | 2026-03-11T21:37:54.560Z | Downloaded slog-dtrace v0.3.0 |
| 988 | 2026-03-11T21:37:54.563Z | Downloaded pkg-config v0.3.32 |
| 989 | 2026-03-11T21:37:54.563Z | Downloaded zeroize_derive v1.4.3 |
| 990 | 2026-03-11T21:37:54.563Z | Downloaded pin-project-lite v0.2.17 |
| 991 | 2026-03-11T21:37:54.566Z | Downloaded hickory-resolver v0.25.2 |
| 992 | 2026-03-11T21:37:54.569Z | Downloaded heapless v0.8.0 |
| 993 | 2026-03-11T21:37:54.573Z | Downloaded usdt-impl v0.6.0 |
| 994 | 2026-03-11T21:37:54.576Z | Downloaded unicode-properties v0.1.4 |
| 995 | 2026-03-11T21:37:54.576Z | Downloaded rand v0.10.0 |
| 996 | 2026-03-11T21:37:54.579Z | Downloaded wyz v0.5.1 |
| 997 | 2026-03-11T21:37:54.579Z | Downloaded whoami v2.1.0 |
| 998 | 2026-03-11T21:37:54.582Z | Downloaded derive_more v2.1.1 |
| 999 | 2026-03-11T21:37:54.589Z | Downloaded zeroize v1.8.2 |
| 1000 | 2026-03-11T21:37:54.592Z | Downloaded xz2 v0.1.7 |
| 1001 | 2026-03-11T21:37:54.592Z | Downloaded vergen-lib v0.1.6 |
| 1002 | 2026-03-11T21:37:54.595Z | Downloaded vergen v9.0.6 |
| 1003 | 2026-03-11T21:37:54.595Z | Downloaded tokio-rustls v0.26.4 |
| 1004 | 2026-03-11T21:37:54.598Z | Downloaded twox-hash v2.1.2 |
| 1005 | 2026-03-11T21:37:54.598Z | Downloaded steno v0.4.1 |
| 1006 | 2026-03-11T21:37:54.601Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1007 | 2026-03-11T21:37:54.604Z | Downloaded vsss-rs v3.3.4 |
| 1008 | 2026-03-11T21:37:54.607Z | Downloaded vergen-gitcl v1.0.8 |
| 1009 | 2026-03-11T21:37:54.608Z | Downloaded zone v0.3.1 |
| 1010 | 2026-03-11T21:37:54.608Z | Downloaded test-strategy v0.4.5 |
| 1011 | 2026-03-11T21:37:54.611Z | Downloaded zstd v0.13.3 |
| 1012 | 2026-03-11T21:37:54.614Z | Downloaded typify v0.6.1 |
| 1013 | 2026-03-11T21:37:54.617Z | Downloaded whoami v1.6.1 |
| 1014 | 2026-03-11T21:37:54.617Z | Downloaded slog v2.8.2 |
| 1015 | 2026-03-11T21:37:54.620Z | Downloaded hyper v1.8.1 |
| 1016 | 2026-03-11T21:37:54.624Z | Downloaded phf v0.13.1 |
| 1017 | 2026-03-11T21:37:54.627Z | Downloaded phf v0.12.1 |
| 1018 | 2026-03-11T21:37:54.627Z | Downloaded primeorder v0.13.6 |
| 1019 | 2026-03-11T21:37:54.631Z | Downloaded xshell v0.2.7 |
| 1020 | 2026-03-11T21:37:54.631Z | Downloaded rustyline v14.0.0 |
| 1021 | 2026-03-11T21:37:54.635Z | Downloaded iri-string v0.7.10 |
| 1022 | 2026-03-11T21:37:54.638Z | Downloaded rpassword v7.4.0 |
| 1023 | 2026-03-11T21:37:54.641Z | Downloaded derive_more-impl v2.1.1 |
| 1024 | 2026-03-11T21:37:54.644Z | Downloaded parse-display-derive v0.10.0 |
| 1025 | 2026-03-11T21:37:54.647Z | Downloaded parking_lot_core v0.8.6 |
| 1026 | 2026-03-11T21:37:54.647Z | Downloaded peg v0.8.5 |
| 1027 | 2026-03-11T21:37:54.651Z | Downloaded password-hash v0.4.2 |
| 1028 | 2026-03-11T21:37:54.651Z | Downloaded precomputed-hash v0.1.1 |
| 1029 | 2026-03-11T21:37:54.655Z | Downloaded progenitor-client v0.10.0 |
| 1030 | 2026-03-11T21:37:54.655Z | Downloaded litrs v1.0.0 |
| 1031 | 2026-03-11T21:37:54.655Z | Downloaded uuid v1.21.0 |
| 1032 | 2026-03-11T21:37:54.658Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1033 | 2026-03-11T21:37:54.662Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1034 | 2026-03-11T21:37:54.665Z | Downloaded vergen-git2 v1.0.7 |
| 1035 | 2026-03-11T21:37:54.665Z | Downloaded tar v0.4.44 |
| 1036 | 2026-03-11T21:37:54.668Z | Downloaded toml v0.7.8 |
| 1037 | 2026-03-11T21:37:54.671Z | Downloaded bumpalo v3.20.2 |
| 1038 | 2026-03-11T21:37:54.674Z | Downloaded packed_struct v0.10.1 |
| 1039 | 2026-03-11T21:37:54.674Z | Downloaded oxnet v0.1.4 |
| 1040 | 2026-03-11T21:37:54.674Z | Downloaded zstd-safe v7.2.4 |
| 1041 | 2026-03-11T21:37:54.676Z | Downloaded allocator-api2 v0.2.21 |
| 1042 | 2026-03-11T21:37:54.680Z | Downloaded num_enum_derive v0.7.5 |
| 1043 | 2026-03-11T21:37:54.680Z | Downloaded num-iter v0.1.45 |
| 1044 | 2026-03-11T21:37:54.680Z | Downloaded num-integer v0.1.46 |
| 1045 | 2026-03-11T21:37:54.683Z | Downloaded memmap2 v0.9.10 |
| 1046 | 2026-03-11T21:37:54.683Z | Downloaded crossterm v0.29.0 |
| 1047 | 2026-03-11T21:37:54.686Z | Downloaded tungstenite v0.23.0 |
| 1048 | 2026-03-11T21:37:54.690Z | Downloaded tracing-core v0.1.36 |
| 1049 | 2026-03-11T21:37:54.693Z | Downloaded tokio-postgres v0.7.16 |
| 1050 | 2026-03-11T21:37:54.696Z | Downloaded unicode-bidi v0.3.18 |
| 1051 | 2026-03-11T21:37:54.698Z | Downloaded ignore v0.4.25 |
| 1052 | 2026-03-11T21:37:54.701Z | Downloaded phf_shared v0.11.3 |
| 1053 | 2026-03-11T21:37:54.701Z | Downloaded parse-size v1.1.0 |
| 1054 | 2026-03-11T21:37:54.701Z | Downloaded path-slash v0.1.5 |
| 1055 | 2026-03-11T21:37:54.704Z | Downloaded ingot-macros v0.1.1 |
| 1056 | 2026-03-11T21:37:54.704Z | Downloaded ingot v0.1.1 |
| 1057 | 2026-03-11T21:37:54.704Z | Downloaded num_enum_derive v0.5.11 |
| 1058 | 2026-03-11T21:37:54.708Z | Downloaded russh v0.45.0 |
| 1059 | 2026-03-11T21:37:54.711Z | Downloaded num-conv v0.2.0 |
| 1060 | 2026-03-11T21:37:54.711Z | Downloaded md5 v0.7.0 |
| 1061 | 2026-03-11T21:37:54.711Z | Downloaded half v1.8.3 |
| 1062 | 2026-03-11T21:37:54.714Z | Downloaded zerocopy v0.6.6 |
| 1063 | 2026-03-11T21:37:54.714Z | Downloaded yasna v0.5.2 |
| 1064 | 2026-03-11T21:37:54.716Z | Downloaded regex v1.12.3 |
| 1065 | 2026-03-11T21:37:54.720Z | Downloaded linear-map v1.2.0 |
| 1066 | 2026-03-11T21:37:54.723Z | Downloaded libsw v3.5.0 |
| 1067 | 2026-03-11T21:37:54.723Z | Downloaded highway v1.3.0 |
| 1068 | 2026-03-11T21:37:54.725Z | Downloaded futures v0.3.32 |
| 1069 | 2026-03-11T21:37:54.728Z | Downloaded zopfli v0.8.3 |
| 1070 | 2026-03-11T21:37:54.731Z | Downloaded cookie_store v0.22.1 |
| 1071 | 2026-03-11T21:37:54.731Z | Downloaded bit-vec v0.6.3 |
| 1072 | 2026-03-11T21:37:54.735Z | Downloaded const-oid v0.9.6 |
| 1073 | 2026-03-11T21:37:54.735Z | Downloaded normalize-line-endings v0.3.0 |
| 1074 | 2026-03-11T21:37:54.739Z | Downloaded libloading v0.8.9 |
| 1075 | 2026-03-11T21:37:54.739Z | Downloaded fatfs v0.3.6 |
| 1076 | 2026-03-11T21:37:54.742Z | Downloaded blake3 v1.8.3 |
| 1077 | 2026-03-11T21:37:54.745Z | Downloaded libm v0.2.16 |
| 1078 | 2026-03-11T21:37:54.752Z | Downloaded vte v0.14.1 |
| 1079 | 2026-03-11T21:37:54.755Z | Downloaded tungstenite v0.21.0 |
| 1080 | 2026-03-11T21:37:54.758Z | Downloaded aho-corasick v1.1.4 |
| 1081 | 2026-03-11T21:37:54.762Z | Downloaded unicode_categories v0.1.1 |
| 1082 | 2026-03-11T21:37:54.765Z | Downloaded toml_edit v0.19.15 |
| 1083 | 2026-03-11T21:37:54.775Z | Downloaded typify v0.4.3 |
| 1084 | 2026-03-11T21:37:54.780Z | Downloaded ron v0.12.0 |
| 1085 | 2026-03-11T21:37:54.784Z | Downloaded zip v0.6.6 |
| 1086 | 2026-03-11T21:37:54.787Z | Downloaded unsafe-libyaml v0.2.11 |
| 1087 | 2026-03-11T21:37:54.791Z | Downloaded p521 v0.13.3 |
| 1088 | 2026-03-11T21:37:54.794Z | Downloaded quick-xml v0.37.5 |
| 1089 | 2026-03-11T21:37:54.797Z | Downloaded hkdf v0.12.4 |
| 1090 | 2026-03-11T21:37:54.799Z | Downloaded schemars v1.2.1 |
| 1091 | 2026-03-11T21:37:54.809Z | Downloaded moka v0.12.13 |
| 1092 | 2026-03-11T21:37:54.816Z | Downloaded tower v0.5.3 |
| 1093 | 2026-03-11T21:37:54.822Z | Downloaded dropshot_endpoint v0.16.7 |
| 1094 | 2026-03-11T21:37:54.825Z | Downloaded reedline v0.40.0 |
| 1095 | 2026-03-11T21:37:54.830Z | Downloaded typed-path v0.9.3 |
| 1096 | 2026-03-11T21:37:54.835Z | Downloaded salty v0.3.0 |
| 1097 | 2026-03-11T21:37:54.840Z | Downloaded ingot-types v0.1.2 |
| 1098 | 2026-03-11T21:37:54.843Z | Downloaded crc-any v2.5.0 |
| 1099 | 2026-03-11T21:37:54.843Z | Downloaded async-stream v0.3.6 |
| 1100 | 2026-03-11T21:37:54.847Z | Downloaded console v0.16.2 |
| 1101 | 2026-03-11T21:37:54.847Z | Downloaded rayon v1.11.0 |
| 1102 | 2026-03-11T21:37:54.852Z | Downloaded zerocopy-derive v0.8.40 |
| 1103 | 2026-03-11T21:37:54.859Z | Downloaded colored v3.1.1 |
| 1104 | 2026-03-11T21:37:54.862Z | Downloaded indoc v2.0.7 |
| 1105 | 2026-03-11T21:37:54.865Z | Downloaded humantime v2.3.0 |
| 1106 | 2026-03-11T21:37:54.865Z | Downloaded async-bb8-diesel v0.2.1 |
| 1107 | 2026-03-11T21:37:54.868Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1108 | 2026-03-11T21:37:54.868Z | Downloaded jobserver v0.1.34 |
| 1109 | 2026-03-11T21:37:54.871Z | Downloaded hickory-client v0.25.2 |
| 1110 | 2026-03-11T21:37:54.871Z | Downloaded ssh-key v0.6.7 |
| 1111 | 2026-03-11T21:37:54.874Z | Downloaded proptest v1.10.0 |
| 1112 | 2026-03-11T21:37:54.881Z | Downloaded yansi v1.0.1 |
| 1113 | 2026-03-11T21:37:54.884Z | Downloaded unicode-segmentation v1.12.0 |
| 1114 | 2026-03-11T21:37:54.889Z | Downloaded aws-lc-rs v1.16.0 |
| 1115 | 2026-03-11T21:37:54.893Z | Downloaded unicode-normalization v0.1.25 |
| 1116 | 2026-03-11T21:37:54.896Z | Downloaded zip v4.6.1 |
| 1117 | 2026-03-11T21:37:54.899Z | Downloaded object v0.30.4 |
| 1118 | 2026-03-11T21:37:54.905Z | Downloaded tower-http v0.6.8 |
| 1119 | 2026-03-11T21:37:54.912Z | Downloaded x509-cert v0.2.5 |
| 1120 | 2026-03-11T21:37:54.916Z | Downloaded bitvec v1.0.1 |
| 1121 | 2026-03-11T21:37:54.928Z | Downloaded curve25519-dalek v4.1.3 |
| 1122 | 2026-03-11T21:37:54.934Z | Downloaded rustls-webpki v0.101.7 |
| 1123 | 2026-03-11T21:37:54.945Z | Downloaded quinn-proto v0.11.13 |
| 1124 | 2026-03-11T21:37:54.950Z | Downloaded portable-atomic v1.13.1 |
| 1125 | 2026-03-11T21:37:54.956Z | Downloaded lalrpop v0.19.12 |
| 1126 | 2026-03-11T21:37:54.963Z | Downloaded chrono v0.4.44 |
| 1127 | 2026-03-11T21:37:54.969Z | Downloaded winnow v0.5.40 |
| 1128 | 2026-03-11T21:37:54.975Z | Downloaded dropshot v0.16.7 |
| 1129 | 2026-03-11T21:37:54.992Z | Downloaded serde_with v3.17.0 |
| 1130 | 2026-03-11T21:37:55.000Z | Downloaded reqwest v0.12.28 |
| 1131 | 2026-03-11T21:37:55.005Z | Downloaded winnow v0.6.26 |
| 1132 | 2026-03-11T21:37:55.012Z | Downloaded rustls-webpki v0.102.8 |
| 1133 | 2026-03-11T21:37:55.026Z | Downloaded tough v0.20.0 |
| 1134 | 2026-03-11T21:37:55.032Z | Downloaded petname v2.0.2 |
| 1135 | 2026-03-11T21:37:55.035Z | Downloaded git2 v0.20.4 |
| 1136 | 2026-03-11T21:37:55.042Z | Downloaded nix v0.29.0 |
| 1137 | 2026-03-11T21:37:55.051Z | Downloaded tabled v0.20.0 |
| 1138 | 2026-03-11T21:37:55.063Z | Downloaded diesel v2.2.12 |
| 1139 | 2026-03-11T21:37:55.077Z | Downloaded zlib-rs v0.6.2 |
| 1140 | 2026-03-11T21:37:55.081Z | Downloaded nix v0.27.1 |
| 1141 | 2026-03-11T21:37:55.089Z | Downloaded smoltcp v0.9.1 |
| 1142 | 2026-03-11T21:37:55.097Z | Downloaded vcpkg v0.2.15 |
| 1143 | 2026-03-11T21:37:55.127Z | Downloaded openssl v0.10.75 |
| 1144 | 2026-03-11T21:37:55.134Z | Downloaded nix v0.30.1 |
| 1145 | 2026-03-11T21:37:55.143Z | Downloaded rustls v0.21.12 |
| 1146 | 2026-03-11T21:37:55.151Z | Downloaded time v0.3.47 |
| 1147 | 2026-03-11T21:37:55.159Z | Downloaded bstr v1.12.1 |
| 1148 | 2026-03-11T21:37:55.166Z | Downloaded rustls v0.22.4 |
| 1149 | 2026-03-11T21:37:55.175Z | Downloaded object v0.37.3 |
| 1150 | 2026-03-11T21:37:55.184Z | Downloaded smoltcp v0.11.0 |
| 1151 | 2026-03-11T21:37:55.192Z | Downloaded nix v0.28.0 |
| 1152 | 2026-03-11T21:37:55.200Z | Downloaded webpki-roots v1.0.6 |
| 1153 | 2026-03-11T21:37:55.204Z | Downloaded rustix v0.38.44 |
| 1154 | 2026-03-11T21:37:55.220Z | Downloaded hickory-proto v0.24.4 |
| 1155 | 2026-03-11T21:37:55.230Z | Downloaded openapiv3 v2.2.0 |
| 1156 | 2026-03-11T21:37:55.239Z | Downloaded zerocopy v0.8.40 |
| 1157 | 2026-03-11T21:37:55.246Z | Downloaded regress v0.10.5 |
| 1158 | 2026-03-11T21:37:55.253Z | Downloaded rustls v0.23.37 |
| 1159 | 2026-03-11T21:37:55.262Z | Downloaded nix v0.31.1 |
| 1160 | 2026-03-11T21:37:55.272Z | Downloaded sqlparser v0.61.0 |
| 1161 | 2026-03-11T21:37:55.279Z | Downloaded hickory-proto v0.25.2 |
| 1162 | 2026-03-11T21:37:55.290Z | Downloaded regex-syntax v0.8.10 |
| 1163 | 2026-03-11T21:37:55.296Z | Downloaded polar-core v0.27.3 |
| 1164 | 2026-03-11T21:37:55.303Z | Downloaded regex-syntax v0.6.29 |
| 1165 | 2026-03-11T21:37:55.308Z | Downloaded radix_trie v0.2.1 |
| 1166 | 2026-03-11T21:37:55.312Z | Downloaded tokio-util v0.7.18 |
| 1167 | 2026-03-11T21:37:55.317Z | Downloaded tracing v0.1.44 |
| 1168 | 2026-03-11T21:37:55.334Z | Downloaded typify-impl v0.6.1 |
| 1169 | 2026-03-11T21:37:55.345Z | Downloaded reqwest v0.13.2 |
| 1170 | 2026-03-11T21:37:55.349Z | Downloaded typify-impl v0.4.3 |
| 1171 | 2026-03-11T21:37:55.360Z | Downloaded p384 v0.13.1 |
| 1172 | 2026-03-11T21:37:55.364Z | Downloaded sled v0.34.7 |
| 1173 | 2026-03-11T21:37:55.372Z | Downloaded regex-automata v0.4.14 |
| 1174 | 2026-03-11T21:37:55.383Z | Downloaded zerocopy-derive v0.6.6 |
| 1175 | 2026-03-11T21:37:55.391Z | Downloaded ratatui v0.29.0 |
| 1176 | 2026-03-11T21:37:55.405Z | Downloaded petgraph v0.6.5 |
| 1177 | 2026-03-11T21:37:55.419Z | Downloaded lzma-sys v0.1.20 |
| 1178 | 2026-03-11T21:37:55.440Z | Downloaded jiff v0.2.21 |
| 1179 | 2026-03-11T21:37:55.454Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1180 | 2026-03-11T21:37:55.462Z | Downloaded chrono-tz v0.10.4 |
| 1181 | 2026-03-11T21:37:55.476Z | Downloaded goblin v0.10.5 |
| 1182 | 2026-03-11T21:37:55.481Z | Downloaded bindgen v0.71.1 |
| 1183 | 2026-03-11T21:37:55.487Z | Downloaded fs-err v2.11.0 |
| 1184 | 2026-03-11T21:37:55.490Z | Downloaded libscf-sys v1.1.0 |
| 1185 | 2026-03-11T21:37:55.490Z | Downloaded http-body-util v0.1.3 |
| 1186 | 2026-03-11T21:37:55.490Z | Downloaded maplit v1.0.2 |
| 1187 | 2026-03-11T21:37:55.493Z | Downloaded ipnetwork v0.21.1 |
| 1188 | 2026-03-11T21:37:55.493Z | Downloaded ipnet v2.11.0 |
| 1189 | 2026-03-11T21:37:55.493Z | Downloaded backoff v0.4.0 |
| 1190 | 2026-03-11T21:37:55.496Z | Downloaded csv v1.4.0 |
| 1191 | 2026-03-11T21:37:55.510Z | Downloaded async-trait v0.1.89 |
| 1192 | 2026-03-11T21:37:55.513Z | Downloaded managed v0.8.0 |
| 1193 | 2026-03-11T21:37:55.513Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1194 | 2026-03-11T21:37:55.516Z | Downloaded blowfish v0.9.1 |
| 1195 | 2026-03-11T21:37:55.516Z | Downloaded bitfield v0.19.4 |
| 1196 | 2026-03-11T21:37:55.520Z | Downloaded keccak v0.1.6 |
| 1197 | 2026-03-11T21:37:55.520Z | Downloaded hyper-staticfile v0.10.1 |
| 1198 | 2026-03-11T21:37:55.520Z | Downloaded darling_core v0.21.3 |
| 1199 | 2026-03-11T21:37:55.523Z | Downloaded lazy_static v1.5.0 |
| 1200 | 2026-03-11T21:37:55.523Z | Downloaded cassowary v0.3.0 |
| 1201 | 2026-03-11T21:37:55.527Z | Downloaded bcs v0.1.6 |
| 1202 | 2026-03-11T21:37:55.527Z | Downloaded ed25519 v2.2.3 |
| 1203 | 2026-03-11T21:37:55.527Z | Downloaded diff v0.1.13 |
| 1204 | 2026-03-11T21:37:55.530Z | Downloaded ciborium v0.2.2 |
| 1205 | 2026-03-11T21:37:55.533Z | Downloaded is-terminal v0.4.17 |
| 1206 | 2026-03-11T21:37:55.533Z | Downloaded derive_more v0.99.20 |
| 1207 | 2026-03-11T21:37:55.536Z | Downloaded crossbeam-epoch v0.9.18 |
| 1208 | 2026-03-11T21:37:55.539Z | Downloaded glob v0.3.3 |
| 1209 | 2026-03-11T21:37:55.539Z | Downloaded git-stub-vcs v0.1.0 |
| 1210 | 2026-03-11T21:37:55.539Z | Downloaded futures-executor v0.3.32 |
| 1211 | 2026-03-11T21:37:55.542Z | Downloaded crypto-bigint v0.5.5 |
| 1212 | 2026-03-11T21:37:55.545Z | Downloaded cmake v0.1.57 |
| 1213 | 2026-03-11T21:37:55.545Z | Downloaded arc-swap v1.8.2 |
| 1214 | 2026-03-11T21:37:55.549Z | Downloaded httpdate v1.0.3 |
| 1215 | 2026-03-11T21:37:55.549Z | Downloaded drift v0.1.3 |
| 1216 | 2026-03-11T21:37:55.552Z | Downloaded petgraph v0.8.3 |
| 1217 | 2026-03-11T21:37:55.568Z | Downloaded libz-sys v1.1.24 |
| 1218 | 2026-03-11T21:37:55.584Z | Downloaded base16ct v0.2.0 |
| 1219 | 2026-03-11T21:37:55.587Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1220 | 2026-03-11T21:37:55.599Z | Downloaded sha3 v0.10.8 |
| 1221 | 2026-03-11T21:37:55.603Z | Downloaded der v0.7.10 |
| 1222 | 2026-03-11T21:37:55.606Z | Downloaded const_format_proc_macros v0.2.34 |
| 1223 | 2026-03-11T21:37:55.610Z | Downloaded cancel-safe-futures v0.1.5 |
| 1224 | 2026-03-11T21:37:55.610Z | Downloaded camino-tempfile-ext v0.3.3 |
| 1225 | 2026-03-11T21:37:55.613Z | Downloaded bitflags v1.3.2 |
| 1226 | 2026-03-11T21:37:55.613Z | Downloaded tokio v1.49.0 |
| 1227 | 2026-03-11T21:37:55.641Z | Downloaded bb8 v0.8.6 |
| 1228 | 2026-03-11T21:37:55.644Z | Downloaded http-body v1.0.1 |
| 1229 | 2026-03-11T21:37:55.644Z | Downloaded hostname v0.4.2 |
| 1230 | 2026-03-11T21:37:55.644Z | Downloaded hostname v0.3.1 |
| 1231 | 2026-03-11T21:37:55.648Z | Downloaded home v0.5.12 |
| 1232 | 2026-03-11T21:37:55.648Z | Downloaded hex-literal v0.4.1 |
| 1233 | 2026-03-11T21:37:55.648Z | Downloaded hex v0.4.3 |
| 1234 | 2026-03-11T21:37:55.648Z | Downloaded dof v0.4.0 |
| 1235 | 2026-03-11T21:37:55.648Z | Downloaded cargo-platform v0.1.9 |
| 1236 | 2026-03-11T21:37:55.651Z | Downloaded find-msvc-tools v0.1.9 |
| 1237 | 2026-03-11T21:37:55.651Z | Downloaded ena v0.14.4 |
| 1238 | 2026-03-11T21:37:55.651Z | Downloaded der_derive v0.7.3 |
| 1239 | 2026-03-11T21:37:55.654Z | Downloaded fallible-iterator v0.2.0 |
| 1240 | 2026-03-11T21:37:55.654Z | Downloaded env_logger v0.11.9 |
| 1241 | 2026-03-11T21:37:55.654Z | Downloaded encoding_rs v0.8.35 |
| 1242 | 2026-03-11T21:37:55.670Z | Downloaded ecdsa v0.16.9 |
| 1243 | 2026-03-11T21:37:55.674Z | Downloaded crossbeam-channel v0.5.15 |
| 1244 | 2026-03-11T21:37:55.677Z | Downloaded flume v0.11.1 |
| 1245 | 2026-03-11T21:37:55.677Z | Downloaded csv-core v0.1.13 |
| 1246 | 2026-03-11T21:37:55.680Z | Downloaded arrayvec v0.7.6 |
| 1247 | 2026-03-11T21:37:55.680Z | Downloaded arrayref v0.3.9 |
| 1248 | 2026-03-11T21:37:55.680Z | Downloaded buf-list v1.1.2 |
| 1249 | 2026-03-11T21:37:55.683Z | Downloaded gethostname v0.5.0 |
| 1250 | 2026-03-11T21:37:55.683Z | Downloaded corncobs v0.1.4 |
| 1251 | 2026-03-11T21:37:55.688Z | Downloaded cipher v0.4.4 |
| 1252 | 2026-03-11T21:37:55.688Z | Downloaded atomic-waker v1.1.2 |
| 1253 | 2026-03-11T21:37:55.688Z | Downloaded ar_archive_writer v0.5.1 |
| 1254 | 2026-03-11T21:37:55.688Z | Downloaded futures-macro v0.3.32 |
| 1255 | 2026-03-11T21:37:55.689Z | Downloaded funty v2.0.0 |
| 1256 | 2026-03-11T21:37:55.692Z | Downloaded blake2 v0.10.6 |
| 1257 | 2026-03-11T21:37:55.692Z | Downloaded foreign-types v0.3.2 |
| 1258 | 2026-03-11T21:37:55.692Z | Downloaded enum-as-inner v0.6.1 |
| 1259 | 2026-03-11T21:37:55.695Z | Downloaded embedded-io v0.6.1 |
| 1260 | 2026-03-11T21:37:55.695Z | Downloaded dropshot-api-manager-types v0.5.2 |
| 1261 | 2026-03-11T21:37:55.695Z | Downloaded difflib v0.4.0 |
| 1262 | 2026-03-11T21:37:55.695Z | Downloaded cstr-argument v0.1.2 |
| 1263 | 2026-03-11T21:37:55.695Z | Downloaded base64 v0.22.1 |
| 1264 | 2026-03-11T21:37:55.698Z | Downloaded foreign-types v0.5.0 |
| 1265 | 2026-03-11T21:37:55.698Z | Downloaded float-cmp v0.10.0 |
| 1266 | 2026-03-11T21:37:55.698Z | Downloaded display-error-chain v0.2.2 |
| 1267 | 2026-03-11T21:37:55.702Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1268 | 2026-03-11T21:37:55.702Z | Downloaded crc v3.4.0 |
| 1269 | 2026-03-11T21:37:55.702Z | Downloaded cpufeatures v0.3.0 |
| 1270 | 2026-03-11T21:37:55.702Z | Downloaded cobs v0.3.0 |
| 1271 | 2026-03-11T21:37:55.706Z | Downloaded castaway v0.2.4 |
| 1272 | 2026-03-11T21:37:55.706Z | Downloaded atomicwrites v0.4.4 |
| 1273 | 2026-03-11T21:37:55.706Z | Downloaded ring v0.17.14 |
| 1274 | 2026-03-11T21:37:55.735Z | Downloaded async-recursion v1.1.1 |
| 1275 | 2026-03-11T21:37:55.738Z | Downloaded clang-sys v1.8.1 |
| 1276 | 2026-03-11T21:37:55.741Z | Downloaded dunce v1.0.5 |
| 1277 | 2026-03-11T21:37:55.741Z | Downloaded daft-derive v0.1.5 |
| 1278 | 2026-03-11T21:37:55.745Z | Downloaded console v0.15.11 |
| 1279 | 2026-03-11T21:37:55.745Z | Downloaded cfg_aliases v0.2.1 |
| 1280 | 2026-03-11T21:37:55.748Z | Downloaded bzip2 v0.6.1 |
| 1281 | 2026-03-11T21:37:55.748Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1282 | 2026-03-11T21:37:55.748Z | Downloaded async-stream-impl v0.3.6 |
| 1283 | 2026-03-11T21:37:55.748Z | Downloaded endian-type v0.1.2 |
| 1284 | 2026-03-11T21:37:55.748Z | Downloaded defmt-parser v1.0.0 |
| 1285 | 2026-03-11T21:37:55.751Z | Downloaded array-init v0.0.4 |
| 1286 | 2026-03-11T21:37:55.751Z | Downloaded dtrace-parser v0.3.0 |
| 1287 | 2026-03-11T21:37:55.751Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1288 | 2026-03-11T21:37:55.791Z | Downloaded document-features v0.2.12 |
| 1289 | 2026-03-11T21:37:55.795Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1290 | 2026-03-11T21:37:55.795Z | Downloaded debug-ignore v1.0.5 |
| 1291 | 2026-03-11T21:37:55.795Z | Downloaded block-padding v0.3.3 |
| 1292 | 2026-03-11T21:37:55.795Z | Downloaded assert_matches v1.5.0 |
| 1293 | 2026-03-11T21:37:55.798Z | Downloaded derive_builder_macro v0.20.2 |
| 1294 | 2026-03-11T21:37:55.798Z | Downloaded darling_macro v0.20.11 |
| 1295 | 2026-03-11T21:37:55.798Z | Downloaded chacha20 v0.9.1 |
| 1296 | 2026-03-11T21:37:55.798Z | Downloaded darling_macro v0.21.3 |
| 1297 | 2026-03-11T21:37:55.798Z | Downloaded crc-catalog v2.4.0 |
| 1298 | 2026-03-11T21:37:55.798Z | Downloaded cexpr v0.6.0 |
| 1299 | 2026-03-11T21:37:55.826Z | Downloaded bitfield-macros v0.19.4 |
| 1300 | 2026-03-11T21:37:55.827Z | Downloaded ascii-canvas v3.0.0 |
| 1301 | 2026-03-11T21:37:55.827Z | Downloaded foreign-types-macros v0.2.3 |
| 1302 | 2026-03-11T21:37:55.827Z | Downloaded env_filter v1.0.0 |
| 1303 | 2026-03-11T21:37:55.827Z | Downloaded ciborium-io v0.2.2 |
| 1304 | 2026-03-11T21:37:55.827Z | Downloaded cfg_aliases v0.1.1 |
| 1305 | 2026-03-11T21:37:55.827Z | Downloaded darling v0.21.3 |
| 1306 | 2026-03-11T21:37:55.827Z | Downloaded colored v2.2.0 |
| 1307 | 2026-03-11T21:37:55.827Z | Downloaded chacha20 v0.10.0 |
| 1308 | 2026-03-11T21:37:55.827Z | Downloaded bit-set v0.8.0 |
| 1309 | 2026-03-11T21:37:55.827Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1310 | 2026-03-11T21:37:55.827Z | Downloaded crossbeam-deque v0.8.6 |
| 1311 | 2026-03-11T21:37:55.827Z | Downloaded defmt-macros v1.0.1 |
| 1312 | 2026-03-11T21:37:55.827Z | Downloaded defmt v0.3.100 |
| 1313 | 2026-03-11T21:37:55.827Z | Downloaded darling_core v0.23.0 |
| 1314 | 2026-03-11T21:37:55.827Z | Downloaded crc8 v0.1.1 |
| 1315 | 2026-03-11T21:37:55.827Z | Downloaded crossbeam-utils v0.8.21 |
| 1316 | 2026-03-11T21:37:55.827Z | Downloaded base16ct v1.0.0 |
| 1317 | 2026-03-11T21:37:55.827Z | Downloaded ahash v0.8.12 |
| 1318 | 2026-03-11T21:37:55.827Z | Downloaded aead v0.5.2 |
| 1319 | 2026-03-11T21:37:56.386Z | Downloaded aws-lc-sys v0.37.1 |
| 1320 | 2026-03-11T21:37:56.688Z | Compiling libc v0.2.180 |
| 1321 | 2026-03-11T21:37:56.691Z | Compiling serde v1.0.228 |
| 1322 | 2026-03-11T21:37:56.691Z | Compiling log v0.4.29 |
| 1323 | 2026-03-11T21:37:56.691Z | Compiling shlex v1.3.0 |
| 1324 | 2026-03-11T21:37:56.691Z | Compiling find-msvc-tools v0.1.9 |
| 1325 | 2026-03-11T21:37:56.844Z | Compiling smallvec v1.15.1 |
| 1326 | 2026-03-11T21:37:56.859Z | Compiling syn v2.0.117 |
| 1327 | 2026-03-11T21:37:56.862Z | Compiling typenum v1.19.0 |
| 1328 | 2026-03-11T21:37:57.089Z | Compiling generic-array v0.14.7 |
| 1329 | 2026-03-11T21:37:57.124Z | Compiling subtle v2.6.1 |
| 1330 | 2026-03-11T21:37:57.154Z | Compiling scopeguard v1.2.0 |
| 1331 | 2026-03-11T21:37:57.278Z | Compiling lock_api v0.4.14 |
| 1332 | 2026-03-11T21:37:57.296Z | Compiling portable-atomic v1.13.1 |
| 1333 | 2026-03-11T21:37:57.299Z | Compiling const-oid v0.9.6 |
| 1334 | 2026-03-11T21:37:57.367Z | Compiling critical-section v1.2.0 |
| 1335 | 2026-03-11T21:37:57.436Z | Compiling zerocopy v0.8.40 |
| 1336 | 2026-03-11T21:37:57.506Z | Compiling serde_json v1.0.149 |
| 1337 | 2026-03-11T21:37:57.562Z | Compiling parking_lot_core v0.9.12 |
| 1338 | 2026-03-11T21:37:57.762Z | Compiling pin-project-lite v0.2.17 |
| 1339 | 2026-03-11T21:37:57.929Z | Compiling pkg-config v0.3.32 |
| 1340 | 2026-03-11T21:37:58.017Z | Compiling libm v0.2.16 |
| 1341 | 2026-03-11T21:37:58.252Z | Compiling getrandom v0.2.17 |
| 1342 | 2026-03-11T21:37:58.298Z | Compiling jobserver v0.1.34 |
| 1343 | 2026-03-11T21:37:58.430Z | Compiling rand_core v0.6.4 |
| 1344 | 2026-03-11T21:37:58.540Z | Compiling errno v0.3.14 |
| 1345 | 2026-03-11T21:37:58.735Z | Compiling cc v1.2.56 |
| 1346 | 2026-03-11T21:37:58.798Z | Compiling once_cell v1.21.3 |
| 1347 | 2026-03-11T21:37:58.816Z | Compiling signal-hook-registry v1.4.8 |
| 1348 | 2026-03-11T21:37:58.847Z | Compiling parking_lot v0.12.5 |
| 1349 | 2026-03-11T21:37:58.851Z | Compiling mio v1.1.1 |
| 1350 | 2026-03-11T21:37:58.959Z | Compiling num-traits v0.2.19 |
| 1351 | 2026-03-11T21:37:59.062Z | Compiling bitflags v2.11.0 |
| 1352 | 2026-03-11T21:37:59.172Z | Compiling futures-core v0.3.32 |
| 1353 | 2026-03-11T21:37:59.363Z | Compiling socket2 v0.6.2 |
| 1354 | 2026-03-11T21:37:59.367Z | Compiling percent-encoding v2.3.2 |
| 1355 | 2026-03-11T21:37:59.411Z | Compiling allocator-api2 v0.2.21 |
| 1356 | 2026-03-11T21:37:59.539Z | Compiling foldhash v0.2.0 |
| 1357 | 2026-03-11T21:37:59.631Z | Compiling futures-sink v0.3.32 |
| 1358 | 2026-03-11T21:37:59.649Z | Compiling cpufeatures v0.2.17 |
| 1359 | 2026-03-11T21:37:59.745Z | Compiling futures-task v0.3.32 |
| 1360 | 2026-03-11T21:37:59.769Z | Compiling futures-channel v0.3.32 |
| 1361 | 2026-03-11T21:37:59.821Z | Compiling hashbrown v0.16.1 |
| 1362 | 2026-03-11T21:37:59.861Z | Compiling getrandom v0.4.1 |
| 1363 | 2026-03-11T21:37:59.932Z | Compiling slab v0.4.12 |
| 1364 | 2026-03-11T21:37:59.961Z | Compiling futures-io v0.3.32 |
| 1365 | 2026-03-11T21:38:00.066Z | Compiling rand_core v0.10.0 |
| 1366 | 2026-03-11T21:38:00.164Z | Compiling getrandom v0.3.4 |
| 1367 | 2026-03-11T21:38:00.167Z | Compiling rustversion v1.0.22 |
| 1368 | 2026-03-11T21:38:00.293Z | Compiling cmake v0.1.57 |
| 1369 | 2026-03-11T21:38:00.658Z | Compiling indexmap v2.13.0 |
| 1370 | 2026-03-11T21:38:00.838Z | Compiling form_urlencoded v1.2.2 |
| 1371 | 2026-03-11T21:38:00.976Z | Compiling dunce v1.0.5 |
| 1372 | 2026-03-11T21:38:01.022Z | Compiling base64ct v1.8.3 |
| 1373 | 2026-03-11T21:38:01.063Z | Compiling ident_case v1.0.1 |
| 1374 | 2026-03-11T21:38:01.101Z | Compiling fs_extra v1.3.0 |
| 1375 | 2026-03-11T21:38:01.214Z | Compiling synstructure v0.13.2 |
| 1376 | 2026-03-11T21:38:01.356Z | Compiling pem-rfc7468 v0.7.0 |
| 1377 | 2026-03-11T21:38:01.414Z | Compiling flagset v0.4.7 |
| 1378 | 2026-03-11T21:38:01.450Z | Compiling aws-lc-sys v0.37.1 |
| 1379 | 2026-03-11T21:38:01.550Z | Compiling rand_core v0.9.5 |
| 1380 | 2026-03-11T21:38:01.570Z | Compiling rustix v1.1.3 |
| 1381 | 2026-03-11T21:38:01.589Z | Compiling iana-time-zone v0.1.65 |
| 1382 | 2026-03-11T21:38:01.623Z | Compiling ring v0.17.14 |
| 1383 | 2026-03-11T21:38:01.773Z | Compiling uuid v1.21.0 |
| 1384 | 2026-03-11T21:38:01.855Z | Compiling rustc_version v0.4.1 |
| 1385 | 2026-03-11T21:38:01.921Z | Compiling vcpkg v0.2.15 |
| 1386 | 2026-03-11T21:38:02.050Z | Compiling aws-lc-rs v1.16.0 |
| 1387 | 2026-03-11T21:38:02.289Z | Compiling regex-syntax v0.8.10 |
| 1388 | 2026-03-11T21:38:02.454Z | Compiling tracing-core v0.1.36 |
| 1389 | 2026-03-11T21:38:02.690Z | Compiling crossbeam-utils v0.8.21 |
| 1390 | 2026-03-11T21:38:02.930Z | Compiling openssl-sys v0.9.111 |
| 1391 | 2026-03-11T21:38:03.130Z | Compiling pest_generator v2.8.6 |
| 1392 | 2026-03-11T21:38:03.215Z | Compiling serde_derive_internals v0.29.1 |
| 1393 | 2026-03-11T21:38:03.748Z | Compiling schemars v0.8.22 |
| 1394 | 2026-03-11T21:38:03.857Z | Compiling serde_derive v1.0.228 |
| 1395 | 2026-03-11T21:38:04.006Z | Compiling zeroize_derive v1.4.3 |
| 1396 | 2026-03-11T21:38:04.024Z | Compiling zerofrom-derive v0.1.6 |
| 1397 | 2026-03-11T21:38:04.086Z | Compiling yoke-derive v0.8.1 |
| 1398 | 2026-03-11T21:38:04.475Z | Compiling zerocopy-derive v0.8.40 |
| 1399 | 2026-03-11T21:38:04.862Z | Compiling zeroize v1.8.2 |
| 1400 | 2026-03-11T21:38:05.589Z | Compiling zerovec-derive v0.11.2 |
| 1401 | 2026-03-11T21:38:05.664Z | Compiling displaydoc v0.2.5 |
| 1402 | 2026-03-11T21:38:05.916Z | Compiling crypto-common v0.1.7 |
| 1403 | 2026-03-11T21:38:05.935Z | Compiling zerofrom v0.1.6 |
| 1404 | 2026-03-11T21:38:06.089Z | Compiling yoke v0.8.1 |
| 1405 | 2026-03-11T21:38:06.092Z | Compiling block-buffer v0.10.4 |
| 1406 | 2026-03-11T21:38:06.307Z | Compiling digest v0.10.7 |
| 1407 | 2026-03-11T21:38:06.325Z | Compiling tokio-macros v2.6.0 |
| 1408 | 2026-03-11T21:38:06.523Z | Compiling futures-macro v0.3.32 |
| 1409 | 2026-03-11T21:38:06.624Z | Compiling hmac v0.12.1 |
| 1410 | 2026-03-11T21:38:06.642Z | Compiling zerotrie v0.2.3 |
| 1411 | 2026-03-11T21:38:06.815Z | Compiling block-padding v0.3.3 |
| 1412 | 2026-03-11T21:38:07.016Z | Compiling inout v0.1.4 |
| 1413 | 2026-03-11T21:38:07.034Z | Compiling sha2 v0.10.9 |
| 1414 | 2026-03-11T21:38:07.069Z | Compiling zerovec v0.11.5 |
| 1415 | 2026-03-11T21:38:07.232Z | Compiling cipher v0.4.4 |
| 1416 | 2026-03-11T21:38:07.295Z | Compiling der_derive v0.7.3 |
| 1417 | 2026-03-11T21:38:07.587Z | Compiling salsa20 v0.10.2 |
| 1418 | 2026-03-11T21:38:07.610Z | Compiling futures-util v0.3.32 |
| 1419 | 2026-03-11T21:38:07.744Z | Compiling tinystr v0.8.2 |
| 1420 | 2026-03-11T21:38:07.764Z | Compiling potential_utf v0.1.4 |
| 1421 | 2026-03-11T21:38:07.957Z | Compiling icu_locale_core v2.1.1 |
| 1422 | 2026-03-11T21:38:07.976Z | Compiling icu_collections v2.1.1 |
| 1423 | 2026-03-11T21:38:08.618Z | Compiling bytes v1.11.1 |
| 1424 | 2026-03-11T21:38:08.622Z | Compiling der v0.7.10 |
| 1425 | 2026-03-11T21:38:08.622Z | Compiling chrono v0.4.44 |
| 1426 | 2026-03-11T21:38:08.896Z | Compiling icu_provider v2.1.1 |
| 1427 | 2026-03-11T21:38:09.234Z | Compiling icu_normalizer v2.1.1 |
| 1428 | 2026-03-11T21:38:09.276Z | Compiling tokio v1.49.0 |
| 1429 | 2026-03-11T21:38:09.461Z | Compiling icu_properties v2.1.2 |
| 1430 | 2026-03-11T21:38:09.941Z | Compiling spki v0.7.3 |
| 1431 | 2026-03-11T21:38:10.192Z | Compiling http v1.4.0 |
| 1432 | 2026-03-11T21:38:10.295Z | Compiling pbkdf2 v0.12.2 |
| 1433 | 2026-03-11T21:38:10.433Z | Compiling thiserror-impl v2.0.18 |
| 1434 | 2026-03-11T21:38:10.538Z | Compiling scrypt v0.11.0 |
| 1435 | 2026-03-11T21:38:10.710Z | Compiling idna_adapter v1.2.1 |
| 1436 | 2026-03-11T21:38:10.852Z | Compiling ppv-lite86 v0.2.21 |
| 1437 | 2026-03-11T21:38:10.879Z | Compiling idna v1.1.0 |
| 1438 | 2026-03-11T21:38:10.982Z | Compiling aes v0.8.4 |
| 1439 | 2026-03-11T21:38:11.031Z | Compiling cbc v0.1.2 |
| 1440 | 2026-03-11T21:38:11.211Z | Compiling rustls-pki-types v1.14.0 |
| 1441 | 2026-03-11T21:38:11.292Z | Compiling url v2.5.8 |
| 1442 | 2026-03-11T21:38:11.394Z | Compiling rand_chacha v0.9.0 |
| 1443 | 2026-03-11T21:38:11.743Z | Compiling tracing-attributes v0.1.31 |
| 1444 | 2026-03-11T21:38:11.800Z | Compiling rand v0.9.2 |
| 1445 | 2026-03-11T21:38:12.218Z | Compiling thiserror v2.0.18 |
| 1446 | 2026-03-11T21:38:12.290Z | Compiling pkcs5 v0.7.1 |
| 1447 | 2026-03-11T21:38:12.346Z | Compiling http-body v1.0.1 |
| 1448 | 2026-03-11T21:38:12.365Z | Compiling base64 v0.22.1 |
| 1449 | 2026-03-11T21:38:12.384Z | Compiling untrusted v0.9.0 |
| 1450 | 2026-03-11T21:38:12.526Z | Compiling httparse v1.10.1 |
| 1451 | 2026-03-11T21:38:12.543Z | Compiling openssl-probe v0.2.1 |
| 1452 | 2026-03-11T21:38:12.756Z | Compiling untrusted v0.7.1 |
| 1453 | 2026-03-11T21:38:12.775Z | Compiling syn v1.0.109 |
| 1454 | 2026-03-11T21:38:12.835Z | Compiling pkcs8 v0.10.2 |
| 1455 | 2026-03-11T21:38:12.927Z | Compiling schemars_derive v0.8.22 |
| 1456 | 2026-03-11T21:38:13.027Z | Compiling pest_derive v2.8.6 |
| 1457 | 2026-03-11T21:38:13.273Z | Compiling scroll_derive v0.13.1 |
| 1458 | 2026-03-11T21:38:13.575Z | Compiling tracing v0.1.44 |
| 1459 | 2026-03-11T21:38:13.637Z | Compiling darling_core v0.20.11 |
| 1460 | 2026-03-11T21:38:13.921Z | Compiling rustls v0.23.37 |
| 1461 | 2026-03-11T21:38:13.940Z | Compiling tinyvec_macros v0.1.1 |
| 1462 | 2026-03-11T21:38:14.026Z | Compiling tower-service v0.3.3 |
| 1463 | 2026-03-11T21:38:14.142Z | Compiling dyn-clone v1.0.20 |
| 1464 | 2026-03-11T21:38:14.160Z | Compiling tower-layer v0.3.3 |
| 1465 | 2026-03-11T21:38:14.318Z | Compiling tokio-util v0.7.18 |
| 1466 | 2026-03-11T21:38:14.363Z | Compiling try-lock v0.2.5 |
| 1467 | 2026-03-11T21:38:14.382Z | Compiling atomic-waker v1.1.2 |
| 1468 | 2026-03-11T21:38:14.493Z | Compiling want v0.3.1 |
| 1469 | 2026-03-11T21:38:14.530Z | Compiling scroll v0.13.0 |
| 1470 | 2026-03-11T21:38:14.694Z | Compiling tinyvec v1.10.0 |
| 1471 | 2026-03-11T21:38:15.366Z | Compiling h2 v0.4.13 |
| 1472 | 2026-03-11T21:38:15.545Z | Compiling ipnet v2.11.0 |
| 1473 | 2026-03-11T21:38:15.702Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1474 | 2026-03-11T21:38:16.226Z | Compiling spin v0.9.8 |
| 1475 | 2026-03-11T21:38:16.242Z | Compiling aho-corasick v1.1.4 |
| 1476 | 2026-03-11T21:38:16.482Z | Compiling foreign-types-shared v0.1.1 |
| 1477 | 2026-03-11T21:38:16.492Z | Compiling openssl v0.10.75 |
| 1478 | 2026-03-11T21:38:16.581Z | Compiling httpdate v1.0.3 |
| 1479 | 2026-03-11T21:38:16.813Z | Compiling crc32fast v1.5.0 |
| 1480 | 2026-03-11T21:38:16.871Z | Compiling num-conv v0.2.0 |
| 1481 | 2026-03-11T21:38:16.893Z | Compiling darling_macro v0.20.11 |
| 1482 | 2026-03-11T21:38:17.036Z | Compiling powerfmt v0.2.0 |
| 1483 | 2026-03-11T21:38:17.097Z | Compiling time-core v0.1.8 |
| 1484 | 2026-03-11T21:38:17.148Z | Compiling pin-utils v0.1.0 |
| 1485 | 2026-03-11T21:38:17.236Z | Compiling deranged v0.5.8 |
| 1486 | 2026-03-11T21:38:17.305Z | Compiling time-macros v0.2.27 |
| 1487 | 2026-03-11T21:38:17.344Z | Compiling regex-automata v0.4.14 |
| 1488 | 2026-03-11T21:38:17.511Z | Compiling darling v0.20.11 |
| 1489 | 2026-03-11T21:38:17.611Z | Compiling tempfile v3.25.0 |
| 1490 | 2026-03-11T21:38:18.158Z | Compiling foreign-types v0.3.2 |
| 1491 | 2026-03-11T21:38:18.611Z | Compiling goblin v0.10.5 |
| 1492 | 2026-03-11T21:38:18.687Z | Compiling openssl-macros v0.1.1 |
| 1493 | 2026-03-11T21:38:18.828Z | Compiling thiserror-impl v1.0.69 |
| 1494 | 2026-03-11T21:38:19.990Z | Compiling hyper v1.8.1 |
| 1495 | 2026-03-11T21:38:20.514Z | Compiling wait-timeout v0.2.1 |
| 1496 | 2026-03-11T21:38:20.532Z | Compiling native-tls v0.2.18 |
| 1497 | 2026-03-11T21:38:20.785Z | Compiling either v1.15.0 |
| 1498 | 2026-03-11T21:38:20.803Z | Compiling bit-vec v0.8.0 |
| 1499 | 2026-03-11T21:38:20.834Z | Compiling num_threads v0.1.7 |
| 1500 | 2026-03-11T21:38:20.947Z | Compiling usdt-impl v0.6.0 |
| 1501 | 2026-03-11T21:38:21.046Z | Compiling quick-error v1.2.3 |
| 1502 | 2026-03-11T21:38:21.096Z | Compiling simd-adler32 v0.3.8 |
| 1503 | 2026-03-11T21:38:21.175Z | Compiling siphasher v1.0.2 |
| 1504 | 2026-03-11T21:38:21.244Z | Compiling rusty-fork v0.3.1 |
| 1505 | 2026-03-11T21:38:21.418Z | Compiling hyper-util v0.1.20 |
| 1506 | 2026-03-11T21:38:21.437Z | Compiling bit-set v0.8.0 |
| 1507 | 2026-03-11T21:38:21.637Z | Compiling time v0.3.47 |
| 1508 | 2026-03-11T21:38:21.681Z | Compiling thiserror v1.0.69 |
| 1509 | 2026-03-11T21:38:22.086Z | Compiling derive_builder_core v0.20.2 |
| 1510 | 2026-03-11T21:38:23.158Z | Compiling dof v0.4.0 |
| 1511 | 2026-03-11T21:38:23.524Z | Compiling unicode-normalization v0.1.25 |
| 1512 | 2026-03-11T21:38:23.736Z | Compiling crossbeam-epoch v0.9.18 |
| 1513 | 2026-03-11T21:38:23.895Z | Compiling dtrace-parser v0.3.0 |
| 1514 | 2026-03-11T21:38:24.135Z | Compiling rustls-native-certs v0.8.3 |
| 1515 | 2026-03-11T21:38:24.157Z | Compiling signature v2.2.0 |
| 1516 | 2026-03-11T21:38:24.376Z | Compiling scroll_derive v0.12.1 |
| 1517 | 2026-03-11T21:38:24.509Z | Compiling heapless v0.7.17 |
| 1518 | 2026-03-11T21:38:24.756Z | Compiling rand_xorshift v0.4.0 |
| 1519 | 2026-03-11T21:38:24.825Z | Compiling slog v2.8.2 |
| 1520 | 2026-03-11T21:38:24.905Z | Compiling darling_core v0.21.3 |
| 1521 | 2026-03-11T21:38:24.936Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1522 | 2026-03-11T21:38:24.956Z | Compiling sync_wrapper v1.0.2 |
| 1523 | 2026-03-11T21:38:25.068Z | Compiling thread-id v5.1.0 |
| 1524 | 2026-03-11T21:38:25.088Z | Compiling cookie v0.18.1 |
| 1525 | 2026-03-11T21:38:25.170Z | Compiling anyhow v1.0.102 |
| 1526 | 2026-03-11T21:38:25.244Z | Compiling unicode-bidi v0.3.18 |
| 1527 | 2026-03-11T21:38:25.296Z | Compiling signal-hook v0.3.18 |
| 1528 | 2026-03-11T21:38:25.328Z | Compiling adler2 v2.0.1 |
| 1529 | 2026-03-11T21:38:25.489Z | Compiling zstd-safe v7.2.4 |
| 1530 | 2026-03-11T21:38:25.523Z | Compiling rayon-core v1.13.0 |
| 1531 | 2026-03-11T21:38:25.579Z | Compiling paste v1.0.15 |
| 1532 | 2026-03-11T21:38:25.745Z | Compiling unarray v0.1.4 |
| 1533 | 2026-03-11T21:38:25.763Z | Compiling unicode-segmentation v1.12.0 |
| 1534 | 2026-03-11T21:38:25.882Z | Compiling unicode-properties v0.1.4 |
| 1535 | 2026-03-11T21:38:25.962Z | Compiling proptest v1.10.0 |
| 1536 | 2026-03-11T21:38:26.045Z | Compiling miniz_oxide v0.8.9 |
| 1537 | 2026-03-11T21:38:26.140Z | Compiling stringprep v0.1.5 |
| 1538 | 2026-03-11T21:38:26.312Z | Compiling scroll v0.12.0 |
| 1539 | 2026-03-11T21:38:26.674Z | Compiling tower v0.5.3 |
| 1540 | 2026-03-11T21:38:26.916Z | Compiling crossbeam-deque v0.8.6 |
| 1541 | 2026-03-11T21:38:27.034Z | Compiling derive_builder_macro v0.20.2 |
| 1542 | 2026-03-11T21:38:27.137Z | Compiling ipnetwork v0.21.1 |
| 1543 | 2026-03-11T21:38:27.155Z | Compiling http-body-util v0.1.3 |
| 1544 | 2026-03-11T21:38:27.295Z | Compiling webpki-roots v1.0.6 |
| 1545 | 2026-03-11T21:38:27.313Z | Compiling rand_chacha v0.3.1 |
| 1546 | 2026-03-11T21:38:27.442Z | Compiling toml_datetime v0.6.11 |
| 1547 | 2026-03-11T21:38:27.463Z | Compiling serde_spanned v0.6.9 |
| 1548 | 2026-03-11T21:38:27.625Z | Compiling serde_tokenstream v0.2.3 |
| 1549 | 2026-03-11T21:38:27.644Z | Compiling erased-serde v0.3.31 |
| 1550 | 2026-03-11T21:38:27.662Z | Compiling md-5 v0.10.6 |
| 1551 | 2026-03-11T21:38:27.777Z | Compiling zerocopy-derive v0.7.35 |
| 1552 | 2026-03-11T21:38:27.864Z | Compiling curve25519-dalek v4.1.3 |
| 1553 | 2026-03-11T21:38:28.020Z | Compiling vergen-lib v0.1.6 |
| 1554 | 2026-03-11T21:38:28.304Z | Compiling num-integer v0.1.46 |
| 1555 | 2026-03-11T21:38:28.331Z | Compiling hash32 v0.2.1 |
| 1556 | 2026-03-11T21:38:28.405Z | Compiling ff v0.13.1 |
| 1557 | 2026-03-11T21:38:28.408Z | Compiling num-bigint-dig v0.8.6 |
| 1558 | 2026-03-11T21:38:28.509Z | Compiling darling_macro v0.21.3 |
| 1559 | 2026-03-11T21:38:28.571Z | Compiling litrs v1.0.0 |
| 1560 | 2026-03-11T21:38:28.574Z | Compiling ref-cast v1.0.25 |
| 1561 | 2026-03-11T21:38:28.673Z | Compiling smoltcp v0.9.1 |
| 1562 | 2026-03-11T21:38:28.731Z | Compiling ryu v1.0.23 |
| 1563 | 2026-03-11T21:38:28.968Z | Compiling base16ct v0.2.0 |
| 1564 | 2026-03-11T21:38:28.992Z | Compiling zlib-rs v0.6.2 |
| 1565 | 2026-03-11T21:38:29.019Z | Compiling fallible-iterator v0.2.0 |
| 1566 | 2026-03-11T21:38:29.117Z | Compiling rustix v0.38.44 |
| 1567 | 2026-03-11T21:38:29.136Z | Compiling iri-string v0.7.10 |
| 1568 | 2026-03-11T21:38:29.198Z | Compiling psl-types v2.0.11 |
| 1569 | 2026-03-11T21:38:29.271Z | Compiling document-features v0.2.12 |
| 1570 | 2026-03-11T21:38:29.372Z | Compiling publicsuffix v2.3.0 |
| 1571 | 2026-03-11T21:38:29.443Z | Compiling postgres-protocol v0.6.10 |
| 1572 | 2026-03-11T21:38:29.555Z | Compiling newtype-uuid v1.3.2 |
| 1573 | 2026-03-11T21:38:29.684Z | Compiling darling v0.21.3 |
| 1574 | 2026-03-11T21:38:29.784Z | Compiling sec1 v0.7.3 |
| 1575 | 2026-03-11T21:38:30.012Z | Compiling zerocopy v0.7.35 |
| 1576 | 2026-03-11T21:38:30.112Z | Compiling serde_urlencoded v0.7.1 |
| 1577 | 2026-03-11T21:38:30.162Z | Compiling num-iter v0.1.45 |
| 1578 | 2026-03-11T21:38:30.185Z | Compiling group v0.13.0 |
| 1579 | 2026-03-11T21:38:30.498Z | Compiling derive_builder v0.20.2 |
| 1580 | 2026-03-11T21:38:30.643Z | Compiling rand v0.8.5 |
| 1581 | 2026-03-11T21:38:30.802Z | Compiling tower-http v0.6.8 |
| 1582 | 2026-03-11T21:38:30.907Z | Compiling oxnet v0.1.4 |
| 1583 | 2026-03-11T21:38:30.954Z | Compiling proc-macro-error v1.0.4 |
| 1584 | 2026-03-11T21:38:31.323Z | Compiling tokio-native-tls v0.3.1 |
| 1585 | 2026-03-11T21:38:31.404Z | Compiling goblin v0.8.2 |
| 1586 | 2026-03-11T21:38:31.769Z | Compiling heck v0.4.1 |
| 1587 | 2026-03-11T21:38:32.188Z | Compiling phf_shared v0.13.1 |
| 1588 | 2026-03-11T21:38:32.232Z | Compiling hubpack_derive v0.1.1 |
| 1589 | 2026-03-11T21:38:32.428Z | Compiling regex v1.12.3 |
| 1590 | 2026-03-11T21:38:32.515Z | Compiling lazy_static v1.5.0 |
| 1591 | 2026-03-11T21:38:32.629Z | Compiling cargo-platform v0.1.9 |
| 1592 | 2026-03-11T21:38:32.812Z | Compiling hkdf v0.12.4 |
| 1593 | 2026-03-11T21:38:32.831Z | Compiling crypto-bigint v0.5.5 |
| 1594 | 2026-03-11T21:38:32.956Z | Compiling flate2 v1.1.9 |
| 1595 | 2026-03-11T21:38:33.000Z | Compiling daft-derive v0.1.5 |
| 1596 | 2026-03-11T21:38:33.018Z | Compiling ref-cast-impl v1.0.25 |
| 1597 | 2026-03-11T21:38:33.413Z | Compiling strum_macros v0.27.2 |
| 1598 | 2026-03-11T21:38:33.527Z | Compiling async-trait v0.1.89 |
| 1599 | 2026-03-11T21:38:33.757Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1600 | 2026-03-11T21:38:34.036Z | Compiling terminal_size v0.4.3 |
| 1601 | 2026-03-11T21:38:34.202Z | Compiling vergen v9.0.6 |
| 1602 | 2026-03-11T21:38:34.441Z | Compiling fs-err v3.3.0 |
| 1603 | 2026-03-11T21:38:34.613Z | Compiling ahash v0.8.12 |
| 1604 | 2026-03-11T21:38:34.690Z | Compiling bumpalo v3.20.2 |
| 1605 | 2026-03-11T21:38:34.885Z | Compiling libbz2-rs-sys v0.2.2 |
| 1606 | 2026-03-11T21:38:34.987Z | Compiling object v0.37.3 |
| 1607 | 2026-03-11T21:38:35.008Z | Compiling foldhash v0.1.5 |
| 1608 | 2026-03-11T21:38:35.222Z | Compiling bitflags v1.3.2 |
| 1609 | 2026-03-11T21:38:35.314Z | Compiling managed v0.8.0 |
| 1610 | 2026-03-11T21:38:35.339Z | Compiling winnow v0.5.40 |
| 1611 | 2026-03-11T21:38:35.792Z | Compiling bzip2 v0.6.1 |
| 1612 | 2026-03-11T21:38:36.075Z | Compiling console v0.16.2 |
| 1613 | 2026-03-11T21:38:36.111Z | Compiling hashbrown v0.15.5 |
| 1614 | 2026-03-11T21:38:36.137Z | Compiling strum v0.27.2 |
| 1615 | 2026-03-11T21:38:36.291Z | Compiling zopfli v0.8.3 |
| 1616 | 2026-03-11T21:38:36.503Z | Compiling clap_builder v4.5.60 |
| 1617 | 2026-03-11T21:38:36.836Z | Compiling dof v0.3.0 |
| 1618 | 2026-03-11T21:38:36.876Z | Compiling elliptic-curve v0.13.8 |
| 1619 | 2026-03-11T21:38:37.170Z | Compiling toml_edit v0.19.15 |
| 1620 | 2026-03-11T21:38:37.304Z | Compiling daft v0.1.5 |
| 1621 | 2026-03-11T21:38:37.538Z | Compiling cargo_metadata v0.19.2 |
| 1622 | 2026-03-11T21:38:37.662Z | Compiling hubpack v0.1.2 |
| 1623 | 2026-03-11T21:38:37.944Z | Compiling phf v0.13.1 |
| 1624 | 2026-03-11T21:38:38.181Z | Compiling signal-hook-mio v0.2.5 |
| 1625 | 2026-03-11T21:38:38.326Z | Compiling zone_cfg_derive v0.3.1 |
| 1626 | 2026-03-11T21:38:39.472Z | Compiling cookie_store v0.22.1 |
| 1627 | 2026-03-11T21:38:39.672Z | Compiling rayon v1.11.0 |
| 1628 | 2026-03-11T21:38:40.370Z | Compiling zstd v0.13.3 |
| 1629 | 2026-03-11T21:38:40.698Z | Compiling hyper-tls v0.6.0 |
| 1630 | 2026-03-11T21:38:40.722Z | Compiling bzip2 v0.4.4 |
| 1631 | 2026-03-11T21:38:40.868Z | Compiling postgres-types v0.2.12 |
| 1632 | 2026-03-11T21:38:40.911Z | Compiling serde_with_macros v3.17.0 |
| 1633 | 2026-03-11T21:38:41.000Z | Compiling usdt-attr-macro v0.6.0 |
| 1634 | 2026-03-11T21:38:41.079Z | Compiling usdt-macro v0.6.0 |
| 1635 | 2026-03-11T21:38:41.628Z | Compiling ed25519 v2.2.3 |
| 1636 | 2026-03-11T21:38:42.058Z | Compiling dtrace-parser v0.2.0 |
| 1637 | 2026-03-11T21:38:42.098Z | Compiling phf_shared v0.11.3 |
| 1638 | 2026-03-11T21:38:42.117Z | Compiling itertools v0.12.1 |
| 1639 | 2026-03-11T21:38:42.351Z | Compiling bstr v1.12.1 |
| 1640 | 2026-03-11T21:38:42.413Z | Compiling pkcs1 v0.7.5 |
| 1641 | 2026-03-11T21:38:42.581Z | Compiling serde-big-array v0.5.1 |
| 1642 | 2026-03-11T21:38:42.763Z | Compiling hex v0.4.3 |
| 1643 | 2026-03-11T21:38:42.841Z | Compiling rfc6979 v0.4.0 |
| 1644 | 2026-03-11T21:38:42.961Z | Compiling enum-as-inner v0.6.1 |
| 1645 | 2026-03-11T21:38:42.996Z | Compiling strum_macros v0.26.4 |
| 1646 | 2026-03-11T21:38:43.113Z | Compiling serde_repr v0.1.20 |
| 1647 | 2026-03-11T21:38:43.167Z | Compiling clap_derive v4.5.55 |
| 1648 | 2026-03-11T21:38:43.259Z | Compiling float-cmp v0.10.0 |
| 1649 | 2026-03-11T21:38:43.449Z | Compiling thread-id v4.2.2 |
| 1650 | 2026-03-11T21:38:43.557Z | Compiling memmap2 v0.9.10 |
| 1651 | 2026-03-11T21:38:43.646Z | Compiling env_filter v1.0.0 |
| 1652 | 2026-03-11T21:38:43.809Z | Compiling encoding_rs v0.8.35 |
| 1653 | 2026-03-11T21:38:43.838Z | Compiling static_assertions v1.1.0 |
| 1654 | 2026-03-11T21:38:43.868Z | Compiling fixedbitset v0.4.2 |
| 1655 | 2026-03-11T21:38:43.933Z | Compiling fixedbitset v0.5.7 |
| 1656 | 2026-03-11T21:38:44.061Z | Compiling difflib v0.4.0 |
| 1657 | 2026-03-11T21:38:44.160Z | Compiling unit-prefix v0.5.2 |
| 1658 | 2026-03-11T21:38:44.339Z | Compiling mime v0.3.17 |
| 1659 | 2026-03-11T21:38:44.358Z | Compiling rustc-hash v2.1.1 |
| 1660 | 2026-03-11T21:38:44.511Z | Compiling new_debug_unreachable v1.0.6 |
| 1661 | 2026-03-11T21:38:44.604Z | Compiling data-encoding v2.10.0 |
| 1662 | 2026-03-11T21:38:44.675Z | Compiling jiff v0.2.21 |
| 1663 | 2026-03-11T21:38:44.831Z | Compiling predicates-core v1.0.10 |
| 1664 | 2026-03-11T21:38:45.060Z | Compiling whoami v2.1.0 |
| 1665 | 2026-03-11T21:38:45.350Z | Compiling normalize-line-endings v0.3.0 |
| 1666 | 2026-03-11T21:38:45.470Z | Compiling keccak v0.1.6 |
| 1667 | 2026-03-11T21:38:45.493Z | Compiling precomputed-hash v0.1.1 |
| 1668 | 2026-03-11T21:38:45.569Z | Compiling toml_edit v0.22.27 |
| 1669 | 2026-03-11T21:38:45.572Z | Compiling strum v0.26.3 |
| 1670 | 2026-03-11T21:38:45.606Z | Compiling string_cache v0.8.9 |
| 1671 | 2026-03-11T21:38:45.673Z | Compiling clap v4.5.60 |
| 1672 | 2026-03-11T21:38:45.743Z | Compiling sha3 v0.10.8 |
| 1673 | 2026-03-11T21:38:45.773Z | Compiling predicates v3.1.4 |
| 1674 | 2026-03-11T21:38:45.880Z | Compiling tokio-postgres v0.7.16 |
| 1675 | 2026-03-11T21:38:45.896Z | Compiling hickory-proto v0.25.2 |
| 1676 | 2026-03-11T21:38:46.366Z | Compiling iddqd v0.3.17 |
| 1677 | 2026-03-11T21:38:46.574Z | Compiling indicatif v0.18.4 |
| 1678 | 2026-03-11T21:38:46.642Z | Compiling petgraph v0.8.3 |
| 1679 | 2026-03-11T21:38:47.703Z | Compiling petgraph v0.6.5 |
| 1680 | 2026-03-11T21:38:47.934Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1681 | 2026-03-11T21:38:48.870Z | Compiling zip v4.6.1 |
| 1682 | 2026-03-11T21:38:49.322Z | Compiling env_logger v0.11.9 |
| 1683 | 2026-03-11T21:38:49.473Z | Compiling usdt v0.6.0 |
| 1684 | 2026-03-11T21:38:49.792Z | Compiling zone v0.3.1 |
| 1685 | 2026-03-11T21:38:49.807Z | Compiling usdt-impl v0.5.0 |
| 1686 | 2026-03-11T21:38:49.808Z | Compiling serde_with v3.17.0 |
| 1687 | 2026-03-11T21:38:50.145Z | Compiling ecdsa v0.16.9 |
| 1688 | 2026-03-11T21:38:50.576Z | Compiling similar v2.7.0 |
| 1689 | 2026-03-11T21:38:50.594Z | Compiling rsa v0.9.10 |
| 1690 | 2026-03-11T21:38:50.647Z | Compiling crossterm v0.28.1 |
| 1691 | 2026-03-11T21:38:50.697Z | Compiling ed25519-dalek v2.2.0 |
| 1692 | 2026-03-11T21:38:51.576Z | Compiling zip v0.6.6 |
| 1693 | 2026-03-11T21:38:51.779Z | Compiling toml v0.7.8 |
| 1694 | 2026-03-11T21:38:52.353Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1695 | 2026-03-11T21:38:52.414Z | Compiling itertools v0.13.0 |
| 1696 | 2026-03-11T21:38:52.592Z | Compiling tokio-stream v0.1.18 |
| 1697 | 2026-03-11T21:38:52.626Z | Compiling buf-list v1.1.2 |
| 1698 | 2026-03-11T21:38:52.742Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1699 | 2026-03-11T21:38:52.989Z | Compiling x509-cert v0.2.5 |
| 1700 | 2026-03-11T21:38:53.181Z | Compiling openapiv3 v2.2.0 |
| 1701 | 2026-03-11T21:38:53.239Z | Compiling sha1 v0.10.6 |
| 1702 | 2026-03-11T21:38:53.258Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1703 | 2026-03-11T21:38:53.524Z | Compiling lalrpop-util v0.19.12 |
| 1704 | 2026-03-11T21:38:53.640Z | Compiling peg-runtime v0.8.5 |
| 1705 | 2026-03-11T21:38:53.778Z | Compiling thread_local v1.1.9 |
| 1706 | 2026-03-11T21:38:54.014Z | Compiling slog-async v2.8.0 |
| 1707 | 2026-03-11T21:38:54.099Z | Compiling crossbeam-channel v0.5.15 |
| 1708 | 2026-03-11T21:38:54.159Z | Compiling futures-executor v0.3.32 |
| 1709 | 2026-03-11T21:38:54.429Z | Compiling filetime v0.2.27 |
| 1710 | 2026-03-11T21:38:54.476Z | Compiling is-terminal v0.4.17 |
| 1711 | 2026-03-11T21:38:54.593Z | Compiling term v1.2.1 |
| 1712 | 2026-03-11T21:38:54.646Z | Compiling take_mut v0.2.2 |
| 1713 | 2026-03-11T21:38:54.692Z | Compiling xattr v1.6.1 |
| 1714 | 2026-03-11T21:38:54.901Z | Compiling tar v0.4.44 |
| 1715 | 2026-03-11T21:38:54.953Z | Compiling slog-term v2.9.2 |
| 1716 | 2026-03-11T21:38:55.359Z | Compiling futures v0.3.32 |
| 1717 | 2026-03-11T21:39:01.947Z | Compiling rustls-webpki v0.103.9 |
| 1718 | 2026-03-11T21:39:05.963Z | Compiling tokio-rustls v0.26.4 |
| 1719 | 2026-03-11T21:39:05.966Z | Compiling rustls-platform-verifier v0.6.2 |
| 1720 | 2026-03-11T21:39:06.226Z | Compiling hyper-rustls v0.27.7 |
| 1721 | 2026-03-11T21:39:06.483Z | Compiling reqwest v0.13.2 |
| 1722 | 2026-03-11T21:39:06.502Z | Compiling reqwest v0.12.28 |
| 1723 | 2026-03-11T21:39:09.460Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1724 | 2026-03-11T21:39:09.750Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1725 | 2026-03-11T21:39:13.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
| 1726 | 2026-03-11T21:39:13.710Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1727 | 2026-03-11T21:39:13.771Z | Mar 11 21:39:12.046 INFO Starting download, target: Clickhouse |
| 1728 | 2026-03-11T21:39:13.771Z | Mar 11 21:39:12.046 INFO Starting download, target: DendriteStub |
| 1729 | 2026-03-11T21:39:13.771Z | Mar 11 21:39:12.046 INFO Starting download, target: MaghemiteMgd |
| 1730 | 2026-03-11T21:39:13.771Z | Mar 11 21:39:12.046 INFO Starting download, target: Cockroach |
| 1731 | 2026-03-11T21:39:13.771Z | Mar 11 21:39:12.046 INFO Starting download, target: Console |
| 1732 | 2026-03-11T21:39:13.771Z | Mar 11 21:39:12.046 INFO Starting download, target: TransceiverControl |
| 1733 | 2026-03-11T21:39:13.775Z | Mar 11 21:39:12.046 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1734 | 2026-03-11T21:39:13.775Z | Mar 11 21:39:12.046 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1735 | 2026-03-11T21:39:13.775Z | Mar 11 21:39:12.046 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1736 | 2026-03-11T21:39:13.775Z | Mar 11 21:39:12.046 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1737 | 2026-03-11T21:39:13.775Z | Mar 11 21:39:12.046 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1738 | 2026-03-11T21:39:13.775Z | Mar 11 21:39:12.046 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1739 | 2026-03-11T21:39:14.718Z | Mar 11 21:39:12.990 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1740 | 2026-03-11T21:39:14.760Z | Mar 11 21:39:13.026 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1741 | 2026-03-11T21:39:15.084Z | Mar 11 21:39:13.358 INFO Download complete, target: TransceiverControl |
| 1742 | 2026-03-11T21:39:15.109Z | Mar 11 21:39:13.380 INFO Download complete, target: Console |
| 1743 | 2026-03-11T21:39:15.650Z | Mar 11 21:39:13.925 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1744 | 2026-03-11T21:39:16.064Z | Mar 11 21:39:14.341 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1745 | 2026-03-11T21:39:16.221Z | Mar 11 21:39:14.498 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1746 | 2026-03-11T21:39:16.221Z | Mar 11 21:39:14.498 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1747 | 2026-03-11T21:39:16.252Z | Mar 11 21:39:14.529 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1748 | 2026-03-11T21:39:19.192Z | Mar 11 21:39:17.468 INFO Download complete, target: DendriteStub |
| 1749 | 2026-03-11T21:39:19.734Z | Mar 11 21:39:18.010 INFO Download complete, target: MaghemiteMgd |
| 1750 | 2026-03-11T21:39:23.900Z | Mar 11 21:39:22.176 INFO Checking that binary works, target: Cockroach |
| 1751 | 2026-03-11T21:39:24.017Z | Mar 11 21:39:22.292 INFO Download complete, target: Cockroach |
| 1752 | 2026-03-11T21:39:27.180Z | Mar 11 21:39:25.455 INFO Checking that binary works, target: Clickhouse |
| 1753 | 2026-03-11T21:39:27.301Z | Mar 11 21:39:25.577 INFO Download complete, target: Clickhouse |
| 1754 | 2026-03-11T21:39:27.306Z | All prerequisites installed successfully |
| 1755 | 2026-03-11T21:39:27.309Z | |
| 1756 | 2026-03-11T21:39:27.309Z | real 4:09.287238769 |
| 1757 | 2026-03-11T21:39:27.309Z | user 10:23.469174782 |
| 1758 | 2026-03-11T21:39:27.309Z | sys 1:46.570187644 |
| 1759 | 2026-03-11T21:39:27.309Z | trap 0.331051797 |
| 1760 | 2026-03-11T21:39:27.309Z | tflt 0.568158344 |
| 1761 | 2026-03-11T21:39:27.309Z | dflt 0.663392715 |
| 1762 | 2026-03-11T21:39:27.309Z | kflt 0.019442749 |
| 1763 | 2026-03-11T21:39:27.309Z | lock 22:42.247475723 |
| 1764 | 2026-03-11T21:39:27.309Z | slp 38:19.881346544 |
| 1765 | 2026-03-11T21:39:27.309Z | lat 56.649795465 |
| 1766 | 2026-03-11T21:39:27.309Z | stop 2:31.932354520 |
| 1767 | 2026-03-11T21:39:27.309Z | + ptime -m cargo xtask download softnpu |
| 1768 | 2026-03-11T21:39:28.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1769 | 2026-03-11T21:39:28.080Z | Running `target/debug/xtask download softnpu` |
| 1770 | 2026-03-11T21:39:29.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 1771 | 2026-03-11T21:39:29.148Z | Running `target/debug/xtask-downloader softnpu` |
| 1772 | 2026-03-11T21:39:29.186Z | Mar 11 21:39:27.461 INFO Starting download, target: Softnpu |
| 1773 | 2026-03-11T21:39:29.190Z | Mar 11 21:39:27.462 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1774 | 2026-03-11T21:39:29.869Z | Mar 11 21:39:28.144 INFO Download complete, target: Softnpu |
| 1775 | 2026-03-11T21:39:29.872Z | |
| 1776 | 2026-03-11T21:39:29.872Z | real 2.559960956 |
| 1777 | 2026-03-11T21:39:29.872Z | user 1.616377551 |
| 1778 | 2026-03-11T21:39:29.872Z | sys 0.674740272 |
| 1779 | 2026-03-11T21:39:29.872Z | trap 0.000712758 |
| 1780 | 2026-03-11T21:39:29.872Z | tflt 0.000069220 |
| 1781 | 2026-03-11T21:39:29.872Z | dflt 0.000038654 |
| 1782 | 2026-03-11T21:39:29.872Z | kflt 0.000000000 |
| 1783 | 2026-03-11T21:39:29.872Z | lock 7.370078513 |
| 1784 | 2026-03-11T21:39:29.872Z | slp 0.513803462 |
| 1785 | 2026-03-11T21:39:29.872Z | lat 0.018009534 |
| 1786 | 2026-03-11T21:39:29.873Z | stop 0.000121828 |
| 1787 | 2026-03-11T21:39:29.873Z | + export CARGO_INCREMENTAL=0 |
| 1788 | 2026-03-11T21:39:29.873Z | + CARGO_INCREMENTAL=0 |
| 1789 | 2026-03-11T21:39:29.876Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1790 | 2026-03-11T21:39:31.054Z | Compiling proc-macro2 v1.0.106 |
| 1791 | 2026-03-11T21:39:31.054Z | Compiling quote v1.0.44 |
| 1792 | 2026-03-11T21:39:31.058Z | Compiling unicode-ident v1.0.24 |
| 1793 | 2026-03-11T21:39:31.059Z | Compiling libc v0.2.180 |
| 1794 | 2026-03-11T21:39:31.059Z | Compiling serde_core v1.0.228 |
| 1795 | 2026-03-11T21:39:31.059Z | Compiling serde v1.0.228 |
| 1796 | 2026-03-11T21:39:31.059Z | Compiling cfg-if v1.0.4 |
| 1797 | 2026-03-11T21:39:31.060Z | Compiling version_check v0.9.5 |
| 1798 | 2026-03-11T21:39:31.319Z | Compiling shlex v1.3.0 |
| 1799 | 2026-03-11T21:39:31.379Z | Compiling find-msvc-tools v0.1.9 |
| 1800 | 2026-03-11T21:39:31.547Z | Compiling typenum v1.19.0 |
| 1801 | 2026-03-11T21:39:31.583Z | Compiling portable-atomic v1.13.1 |
| 1802 | 2026-03-11T21:39:31.602Z | Compiling generic-array v0.14.7 |
| 1803 | 2026-03-11T21:39:31.916Z | Compiling memchr v2.8.0 |
| 1804 | 2026-03-11T21:39:31.956Z | Compiling zmij v1.0.21 |
| 1805 | 2026-03-11T21:39:32.131Z | Compiling autocfg v1.5.0 |
| 1806 | 2026-03-11T21:39:32.283Z | Compiling serde_json v1.0.149 |
| 1807 | 2026-03-11T21:39:32.540Z | Compiling jobserver v0.1.34 |
| 1808 | 2026-03-11T21:39:32.577Z | Compiling zerocopy v0.8.40 |
| 1809 | 2026-03-11T21:39:32.645Z | Compiling libm v0.2.16 |
| 1810 | 2026-03-11T21:39:32.709Z | Compiling syn v2.0.117 |
| 1811 | 2026-03-11T21:39:32.795Z | Compiling cc v1.2.56 |
| 1812 | 2026-03-11T21:39:32.955Z | Compiling parking_lot_core v0.9.12 |
| 1813 | 2026-03-11T21:39:33.048Z | Compiling num-traits v0.2.19 |
| 1814 | 2026-03-11T21:39:33.052Z | Compiling smallvec v1.15.1 |
| 1815 | 2026-03-11T21:39:33.255Z | Compiling icu_normalizer_data v2.1.1 |
| 1816 | 2026-03-11T21:39:33.275Z | Compiling icu_properties_data v2.1.2 |
| 1817 | 2026-03-11T21:39:33.411Z | Compiling getrandom v0.2.17 |
| 1818 | 2026-03-11T21:39:33.512Z | Compiling log v0.4.29 |
| 1819 | 2026-03-11T21:39:33.531Z | Compiling itoa v1.0.17 |
| 1820 | 2026-03-11T21:39:33.634Z | Compiling getrandom v0.4.1 |
| 1821 | 2026-03-11T21:39:33.951Z | Compiling pkg-config v0.3.32 |
| 1822 | 2026-03-11T21:39:34.056Z | Compiling errno v0.3.14 |
| 1823 | 2026-03-11T21:39:34.089Z | Compiling stable_deref_trait v1.2.1 |
| 1824 | 2026-03-11T21:39:34.200Z | Compiling rand_core v0.6.4 |
| 1825 | 2026-03-11T21:39:34.464Z | Compiling scopeguard v1.2.0 |
| 1826 | 2026-03-11T21:39:34.482Z | Compiling subtle v2.6.1 |
| 1827 | 2026-03-11T21:39:34.565Z | Compiling lock_api v0.4.14 |
| 1828 | 2026-03-11T21:39:34.587Z | Compiling fnv v1.0.7 |
| 1829 | 2026-03-11T21:39:34.603Z | Compiling thiserror v2.0.18 |
| 1830 | 2026-03-11T21:39:34.787Z | Compiling getrandom v0.3.4 |
| 1831 | 2026-03-11T21:39:35.064Z | Compiling pin-project-lite v0.2.17 |
| 1832 | 2026-03-11T21:39:35.067Z | Compiling critical-section v1.2.0 |
| 1833 | 2026-03-11T21:39:35.209Z | Compiling rustversion v1.0.22 |
| 1834 | 2026-03-11T21:39:35.247Z | Compiling equivalent v1.0.2 |
| 1835 | 2026-03-11T21:39:35.476Z | Compiling once_cell v1.21.3 |
| 1836 | 2026-03-11T21:39:35.509Z | Compiling allocator-api2 v0.2.21 |
| 1837 | 2026-03-11T21:39:35.758Z | Compiling bitflags v2.11.0 |
| 1838 | 2026-03-11T21:39:36.118Z | Compiling foldhash v0.2.0 |
| 1839 | 2026-03-11T21:39:36.251Z | Compiling ring v0.17.14 |
| 1840 | 2026-03-11T21:39:36.282Z | Compiling semver v1.0.27 |
| 1841 | 2026-03-11T21:39:36.364Z | Compiling hashbrown v0.16.1 |
| 1842 | 2026-03-11T21:39:36.666Z | Compiling cmake v0.1.57 |
| 1843 | 2026-03-11T21:39:36.852Z | Compiling synstructure v0.13.2 |
| 1844 | 2026-03-11T21:39:37.095Z | Compiling percent-encoding v2.3.2 |
| 1845 | 2026-03-11T21:39:37.153Z | Compiling dunce v1.0.5 |
| 1846 | 2026-03-11T21:39:37.230Z | Compiling writeable v0.6.2 |
| 1847 | 2026-03-11T21:39:37.265Z | Compiling litemap v0.8.1 |
| 1848 | 2026-03-11T21:39:37.415Z | Compiling fs_extra v1.3.0 |
| 1849 | 2026-03-11T21:39:37.527Z | Compiling const-oid v0.9.6 |
| 1850 | 2026-03-11T21:39:37.558Z | Compiling indexmap v2.13.0 |
| 1851 | 2026-03-11T21:39:37.714Z | Compiling rustix v1.1.3 |
| 1852 | 2026-03-11T21:39:37.749Z | Compiling aws-lc-sys v0.37.1 |
| 1853 | 2026-03-11T21:39:38.189Z | Compiling signal-hook-registry v1.4.8 |
| 1854 | 2026-03-11T21:39:38.301Z | Compiling schemars v0.8.22 |
| 1855 | 2026-03-11T21:39:38.439Z | Compiling parking_lot v0.12.5 |
| 1856 | 2026-03-11T21:39:38.491Z | Compiling serde_derive_internals v0.29.1 |
| 1857 | 2026-03-11T21:39:38.512Z | Compiling mio v1.1.1 |
| 1858 | 2026-03-11T21:39:38.569Z | Compiling socket2 v0.6.2 |
| 1859 | 2026-03-11T21:39:38.588Z | Compiling rand_core v0.10.0 |
| 1860 | 2026-03-11T21:39:38.605Z | Compiling serde_derive v1.0.228 |
| 1861 | 2026-03-11T21:39:38.737Z | Compiling zeroize_derive v1.4.3 |
| 1862 | 2026-03-11T21:39:38.767Z | Compiling zerofrom-derive v0.1.6 |
| 1863 | 2026-03-11T21:39:38.801Z | Compiling yoke-derive v0.8.1 |
| 1864 | 2026-03-11T21:39:39.435Z | Compiling zerovec-derive v0.11.2 |
| 1865 | 2026-03-11T21:39:39.494Z | Compiling displaydoc v0.2.5 |
| 1866 | 2026-03-11T21:39:39.521Z | Compiling zerocopy-derive v0.8.40 |
| 1867 | 2026-03-11T21:39:39.558Z | Compiling zeroize v1.8.2 |
| 1868 | 2026-03-11T21:39:39.811Z | Compiling tokio-macros v2.6.0 |
| 1869 | 2026-03-11T21:39:39.859Z | Compiling futures-macro v0.3.32 |
| 1870 | 2026-03-11T21:39:40.282Z | Compiling zerofrom v0.1.6 |
| 1871 | 2026-03-11T21:39:40.392Z | Compiling thiserror-impl v2.0.18 |
| 1872 | 2026-03-11T21:39:40.443Z | Compiling yoke v0.8.1 |
| 1873 | 2026-03-11T21:39:40.735Z | Compiling zerotrie v0.2.3 |
| 1874 | 2026-03-11T21:39:40.830Z | Compiling zerovec v0.11.5 |
| 1875 | 2026-03-11T21:39:40.849Z | Compiling crypto-common v0.1.7 |
| 1876 | 2026-03-11T21:39:41.012Z | Compiling block-buffer v0.10.4 |
| 1877 | 2026-03-11T21:39:41.204Z | Compiling tracing-attributes v0.1.31 |
| 1878 | 2026-03-11T21:39:41.289Z | Compiling der_derive v0.7.3 |
| 1879 | 2026-03-11T21:39:41.631Z | Compiling tinystr v0.8.2 |
| 1880 | 2026-03-11T21:39:41.713Z | Compiling potential_utf v0.1.4 |
| 1881 | 2026-03-11T21:39:41.923Z | Compiling icu_locale_core v2.1.1 |
| 1882 | 2026-03-11T21:39:41.941Z | Compiling icu_collections v2.1.1 |
| 1883 | 2026-03-11T21:39:42.509Z | Compiling digest v0.10.7 |
| 1884 | 2026-03-11T21:39:42.762Z | Compiling schemars_derive v0.8.22 |
| 1885 | 2026-03-11T21:39:42.833Z | Compiling strsim v0.11.1 |
| 1886 | 2026-03-11T21:39:42.860Z | Compiling icu_provider v2.1.1 |
| 1887 | 2026-03-11T21:39:43.057Z | Compiling bytes v1.11.1 |
| 1888 | 2026-03-11T21:39:43.205Z | Compiling icu_normalizer v2.1.1 |
| 1889 | 2026-03-11T21:39:43.374Z | Compiling icu_properties v2.1.2 |
| 1890 | 2026-03-11T21:39:43.943Z | Compiling utf8_iter v1.0.4 |
| 1891 | 2026-03-11T21:39:44.154Z | Compiling aws-lc-rs v1.16.0 |
| 1892 | 2026-03-11T21:39:44.519Z | Compiling form_urlencoded v1.2.2 |
| 1893 | 2026-03-11T21:39:44.753Z | Compiling idna_adapter v1.2.1 |
| 1894 | 2026-03-11T21:39:44.860Z | Compiling futures-core v0.3.32 |
| 1895 | 2026-03-11T21:39:44.876Z | Compiling ucd-trie v0.1.7 |
| 1896 | 2026-03-11T21:39:44.917Z | Compiling idna v1.1.0 |
| 1897 | 2026-03-11T21:39:45.081Z | Compiling byteorder v1.5.0 |
| 1898 | 2026-03-11T21:39:45.098Z | Compiling thiserror v1.0.69 |
| 1899 | 2026-03-11T21:39:45.183Z | Compiling pest v2.8.6 |
| 1900 | 2026-03-11T21:39:45.379Z | Compiling tokio v1.49.0 |
| 1901 | 2026-03-11T21:39:45.679Z | Compiling ident_case v1.0.1 |
| 1902 | 2026-03-11T21:39:45.831Z | Compiling httparse v1.10.1 |
| 1903 | 2026-03-11T21:39:45.873Z | Compiling heck v0.5.0 |
| 1904 | 2026-03-11T21:39:46.070Z | Compiling vcpkg v0.2.15 |
| 1905 | 2026-03-11T21:39:46.343Z | Compiling url v2.5.8 |
| 1906 | 2026-03-11T21:39:46.578Z | Compiling thiserror-impl v1.0.69 |
| 1907 | 2026-03-11T21:39:46.849Z | Compiling openssl-sys v0.9.111 |
| 1908 | 2026-03-11T21:39:46.940Z | Compiling pest_meta v2.8.6 |
| 1909 | 2026-03-11T21:39:47.501Z | Compiling crossbeam-utils v0.8.21 |
| 1910 | 2026-03-11T21:39:47.801Z | Compiling pest_generator v2.8.6 |
| 1911 | 2026-03-11T21:39:47.879Z | Compiling regex-syntax v0.8.10 |
| 1912 | 2026-03-11T21:39:47.909Z | Compiling syn v1.0.109 |
| 1913 | 2026-03-11T21:39:48.755Z | Compiling pest_derive v2.8.6 |
| 1914 | 2026-03-11T21:39:49.697Z | Compiling rustc_version v0.4.1 |
| 1915 | 2026-03-11T21:39:49.888Z | Compiling rustls v0.23.37 |
| 1916 | 2026-03-11T21:39:50.041Z | Compiling cpufeatures v0.2.17 |
| 1917 | 2026-03-11T21:39:50.128Z | Compiling futures-sink v0.3.32 |
| 1918 | 2026-03-11T21:39:50.281Z | Compiling futures-channel v0.3.32 |
| 1919 | 2026-03-11T21:39:50.334Z | Compiling hmac v0.12.1 |
| 1920 | 2026-03-11T21:39:50.508Z | Compiling futures-task v0.3.32 |
| 1921 | 2026-03-11T21:39:50.603Z | Compiling iana-time-zone v0.1.65 |
| 1922 | 2026-03-11T21:39:50.669Z | Compiling futures-io v0.3.32 |
| 1923 | 2026-03-11T21:39:50.736Z | Compiling slab v0.4.12 |
| 1924 | 2026-03-11T21:39:50.870Z | Compiling plain v0.2.3 |
| 1925 | 2026-03-11T21:39:50.917Z | Compiling chrono v0.4.44 |
| 1926 | 2026-03-11T21:39:51.007Z | Compiling futures-util v0.3.32 |
| 1927 | 2026-03-11T21:39:51.401Z | Compiling uuid v1.21.0 |
| 1928 | 2026-03-11T21:39:51.808Z | Compiling block-padding v0.3.3 |
| 1929 | 2026-03-11T21:39:52.012Z | Compiling aho-corasick v1.1.4 |
| 1930 | 2026-03-11T21:39:52.848Z | Compiling inout v0.1.4 |
| 1931 | 2026-03-11T21:39:53.003Z | Compiling ppv-lite86 v0.2.21 |
| 1932 | 2026-03-11T21:39:53.455Z | Compiling regex-automata v0.4.14 |
| 1933 | 2026-03-11T21:39:53.957Z | Compiling pretty-hex v0.4.1 |
| 1934 | 2026-03-11T21:39:54.120Z | Compiling openssl v0.10.75 |
| 1935 | 2026-03-11T21:39:54.344Z | Compiling num-conv v0.2.0 |
| 1936 | 2026-03-11T21:39:54.492Z | Compiling time-core v0.1.8 |
| 1937 | 2026-03-11T21:39:54.691Z | Compiling time-macros v0.2.27 |
| 1938 | 2026-03-11T21:39:54.854Z | Compiling cipher v0.4.4 |
| 1939 | 2026-03-11T21:39:55.155Z | Compiling sha2 v0.10.9 |
| 1940 | 2026-03-11T21:39:55.375Z | Compiling serde_tokenstream v0.2.3 |
| 1941 | 2026-03-11T21:39:55.442Z | Compiling scroll_derive v0.12.1 |
| 1942 | 2026-03-11T21:39:55.579Z | Compiling scroll_derive v0.13.1 |
| 1943 | 2026-03-11T21:39:55.634Z | Compiling base64ct v1.8.3 |
| 1944 | 2026-03-11T21:39:55.776Z | Compiling crc32fast v1.5.0 |
| 1945 | 2026-03-11T21:39:55.999Z | Compiling either v1.15.0 |
| 1946 | 2026-03-11T21:39:56.111Z | Compiling anyhow v1.0.102 |
| 1947 | 2026-03-11T21:39:56.189Z | Compiling pem-rfc7468 v0.7.0 |
| 1948 | 2026-03-11T21:39:56.338Z | Compiling darling_core v0.21.3 |
| 1949 | 2026-03-11T21:39:56.549Z | Compiling rustls-pki-types v1.14.0 |
| 1950 | 2026-03-11T21:39:56.567Z | Compiling openssl-macros v0.1.1 |
| 1951 | 2026-03-11T21:39:57.020Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1952 | 2026-03-11T21:39:57.065Z | Compiling native-tls v0.2.18 |
| 1953 | 2026-03-11T21:39:57.340Z | Compiling flagset v0.4.7 |
| 1954 | 2026-03-11T21:39:57.505Z | Compiling der v0.7.10 |
| 1955 | 2026-03-11T21:39:57.616Z | Compiling regex v1.12.3 |
| 1956 | 2026-03-11T21:39:57.898Z | Compiling rand_core v0.9.5 |
| 1957 | 2026-03-11T21:39:58.355Z | Compiling zerocopy-derive v0.7.35 |
| 1958 | 2026-03-11T21:39:58.455Z | Compiling slog v2.8.2 |
| 1959 | 2026-03-11T21:39:58.635Z | Compiling rayon-core v1.13.0 |
| 1960 | 2026-03-11T21:39:58.705Z | Compiling dyn-clone v1.0.20 |
| 1961 | 2026-03-11T21:39:58.896Z | Compiling spki v0.7.3 |
| 1962 | 2026-03-11T21:39:59.147Z | Compiling salsa20 v0.10.2 |
| 1963 | 2026-03-11T21:39:59.322Z | Compiling pbkdf2 v0.12.2 |
| 1964 | 2026-03-11T21:39:59.397Z | Compiling darling_macro v0.21.3 |
| 1965 | 2026-03-11T21:39:59.456Z | Compiling http v1.4.0 |
| 1966 | 2026-03-11T21:39:59.990Z | Compiling darling v0.21.3 |
| 1967 | 2026-03-11T21:40:00.341Z | Compiling tracing-core v0.1.36 |
| 1968 | 2026-03-11T21:40:00.603Z | Compiling untrusted v0.9.0 |
| 1969 | 2026-03-11T21:40:00.970Z | Compiling camino v1.2.2 |
| 1970 | 2026-03-11T21:40:01.355Z | Compiling tracing v0.1.44 |
| 1971 | 2026-03-11T21:40:02.011Z | Compiling scrypt v0.11.0 |
| 1972 | 2026-03-11T21:40:02.028Z | Compiling rand_chacha v0.9.0 |
| 1973 | 2026-03-11T21:40:02.293Z | Compiling tokio-util v0.7.18 |
| 1974 | 2026-03-11T21:40:02.490Z | Compiling cbc v0.1.2 |
| 1975 | 2026-03-11T21:40:02.649Z | Compiling aes v0.8.4 |
| 1976 | 2026-03-11T21:40:03.693Z | Compiling cookie v0.18.1 |
| 1977 | 2026-03-11T21:40:03.930Z | Compiling usdt-impl v0.5.0 |
| 1978 | 2026-03-11T21:40:04.148Z | Compiling winnow v0.7.14 |
| 1979 | 2026-03-11T21:40:04.165Z | Compiling usdt-impl v0.6.0 |
| 1980 | 2026-03-11T21:40:04.192Z | Compiling paste v1.0.15 |
| 1981 | 2026-03-11T21:40:04.421Z | Compiling ref-cast v1.0.25 |
| 1982 | 2026-03-11T21:40:04.496Z | Compiling base64 v0.22.1 |
| 1983 | 2026-03-11T21:40:04.905Z | Compiling pkcs5 v0.7.1 |
| 1984 | 2026-03-11T21:40:05.098Z | Compiling rand v0.9.2 |
| 1985 | 2026-03-11T21:40:05.822Z | Compiling http-body v1.0.1 |
| 1986 | 2026-03-11T21:40:06.002Z | Compiling scroll v0.13.0 |
| 1987 | 2026-03-11T21:40:06.047Z | Compiling scroll v0.12.0 |
| 1988 | 2026-03-11T21:40:06.332Z | Compiling heapless v0.7.17 |
| 1989 | 2026-03-11T21:40:06.641Z | Compiling toml_datetime v0.6.11 |
| 1990 | 2026-03-11T21:40:06.657Z | Compiling serde_spanned v0.6.9 |
| 1991 | 2026-03-11T21:40:06.825Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1992 | 2026-03-11T21:40:07.225Z | Compiling zstd-safe v7.2.4 |
| 1993 | 2026-03-11T21:40:07.326Z | Compiling signal-hook v0.3.18 |
| 1994 | 2026-03-11T21:40:07.459Z | Compiling untrusted v0.7.1 |
| 1995 | 2026-03-11T21:40:07.562Z | Compiling openssl-probe v0.2.1 |
| 1996 | 2026-03-11T21:40:07.753Z | Compiling goblin v0.8.2 |
| 1997 | 2026-03-11T21:40:07.770Z | Compiling goblin v0.10.5 |
| 1998 | 2026-03-11T21:40:08.488Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1999 | 2026-03-11T21:40:08.844Z | Compiling pkcs8 v0.10.2 |
| 2000 | 2026-03-11T21:40:09.432Z | Compiling zerocopy v0.7.35 |
| 2001 | 2026-03-11T21:40:09.788Z | Compiling darling_core v0.20.11 |
| 2002 | 2026-03-11T21:40:09.806Z | Compiling ref-cast-impl v1.0.25 |
| 2003 | 2026-03-11T21:40:09.849Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2004 | 2026-03-11T21:40:10.342Z | Compiling tower-layer v0.3.3 |
| 2005 | 2026-03-11T21:40:10.472Z | Compiling tinyvec_macros v0.1.1 |
| 2006 | 2026-03-11T21:40:10.542Z | Compiling atomic-waker v1.1.2 |
| 2007 | 2026-03-11T21:40:10.575Z | Compiling winnow v0.5.40 |
| 2008 | 2026-03-11T21:40:10.693Z | Compiling tower-service v0.3.3 |
| 2009 | 2026-03-11T21:40:10.812Z | Compiling rustix v0.38.44 |
| 2010 | 2026-03-11T21:40:11.590Z | Compiling try-lock v0.2.5 |
| 2011 | 2026-03-11T21:40:11.874Z | Compiling want v0.3.1 |
| 2012 | 2026-03-11T21:40:12.059Z | Compiling dof v0.4.0 |
| 2013 | 2026-03-11T21:40:12.468Z | Compiling toml_edit v0.19.15 |
| 2014 | 2026-03-11T21:40:12.559Z | Compiling darling_macro v0.20.11 |
| 2015 | 2026-03-11T21:40:13.143Z | Compiling dof v0.3.0 |
| 2016 | 2026-03-11T21:40:13.164Z | Compiling h2 v0.4.13 |
| 2017 | 2026-03-11T21:40:13.580Z | Compiling tinyvec v1.10.0 |
| 2018 | 2026-03-11T21:40:15.665Z | Compiling dtrace-parser v0.2.0 |
| 2019 | 2026-03-11T21:40:15.683Z | Compiling dtrace-parser v0.3.0 |
| 2020 | 2026-03-11T21:40:15.733Z | Compiling curve25519-dalek v4.1.3 |
| 2021 | 2026-03-11T21:40:15.962Z | Compiling ipnet v2.11.0 |
| 2022 | 2026-03-11T21:40:16.048Z | Compiling async-trait v0.1.89 |
| 2023 | 2026-03-11T21:40:16.487Z | Compiling daft-derive v0.1.5 |
| 2024 | 2026-03-11T21:40:16.505Z | Compiling spin v0.9.8 |
| 2025 | 2026-03-11T21:40:16.544Z | Compiling thread-id v5.1.0 |
| 2026 | 2026-03-11T21:40:16.645Z | Compiling thread-id v4.2.2 |
| 2027 | 2026-03-11T21:40:16.752Z | Compiling proc-macro-error-attr v1.0.4 |
| 2028 | 2026-03-11T21:40:16.769Z | Compiling num-bigint-dig v0.8.6 |
| 2029 | 2026-03-11T21:40:17.003Z | Compiling fastrand v2.3.0 |
| 2030 | 2026-03-11T21:40:17.020Z | Compiling smoltcp v0.9.1 |
| 2031 | 2026-03-11T21:40:17.250Z | Compiling litrs v1.0.0 |
| 2032 | 2026-03-11T21:40:17.573Z | Compiling httpdate v1.0.3 |
| 2033 | 2026-03-11T21:40:17.573Z | Compiling pin-utils v0.1.0 |
| 2034 | 2026-03-11T21:40:17.862Z | Compiling foreign-types-shared v0.1.1 |
| 2035 | 2026-03-11T21:40:17.906Z | Compiling tempfile v3.25.0 |
| 2036 | 2026-03-11T21:40:17.964Z | Compiling foreign-types v0.3.2 |
| 2037 | 2026-03-11T21:40:17.981Z | Compiling document-features v0.2.12 |
| 2038 | 2026-03-11T21:40:18.053Z | Compiling hyper v1.8.1 |
| 2039 | 2026-03-11T21:40:19.032Z | Compiling darling v0.20.11 |
| 2040 | 2026-03-11T21:40:19.346Z | Compiling ipnetwork v0.21.1 |
| 2041 | 2026-03-11T21:40:19.908Z | Compiling strum_macros v0.26.4 |
| 2042 | 2026-03-11T21:40:20.029Z | Compiling wait-timeout v0.2.1 |
| 2043 | 2026-03-11T21:40:20.298Z | Compiling proc-macro-error v1.0.4 |
| 2044 | 2026-03-11T21:40:20.995Z | Compiling anstyle v1.0.13 |
| 2045 | 2026-03-11T21:40:21.573Z | Compiling powerfmt v0.2.0 |
| 2046 | 2026-03-11T21:40:21.731Z | Compiling quick-error v1.2.3 |
| 2047 | 2026-03-11T21:40:21.891Z | Compiling unicode-segmentation v1.12.0 |
| 2048 | 2026-03-11T21:40:21.943Z | Compiling simd-adler32 v0.3.8 |
| 2049 | 2026-03-11T21:40:22.002Z | Compiling bit-vec v0.8.0 |
| 2050 | 2026-03-11T21:40:22.277Z | Compiling siphasher v1.0.2 |
| 2051 | 2026-03-11T21:40:22.296Z | Compiling utf8parse v0.2.2 |
| 2052 | 2026-03-11T21:40:22.379Z | Compiling deranged v0.5.8 |
| 2053 | 2026-03-11T21:40:22.421Z | Compiling anstyle-parse v0.2.7 |
| 2054 | 2026-03-11T21:40:22.506Z | Compiling bit-set v0.8.0 |
| 2055 | 2026-03-11T21:40:22.636Z | Compiling rusty-fork v0.3.1 |
| 2056 | 2026-03-11T21:40:25.213Z | Compiling hyper-util v0.1.20 |
| 2057 | 2026-03-11T21:40:25.698Z | Compiling crossbeam-epoch v0.9.18 |
| 2058 | 2026-03-11T21:40:26.086Z | Compiling derive_builder_core v0.20.2 |
| 2059 | 2026-03-11T21:40:27.355Z | Compiling unicode-normalization v0.1.25 |
| 2060 | 2026-03-11T21:40:27.581Z | Compiling rustls-native-certs v0.8.3 |
| 2061 | 2026-03-11T21:40:28.134Z | Compiling rand_xorshift v0.4.0 |
| 2062 | 2026-03-11T21:40:28.220Z | Compiling hubpack_derive v0.1.1 |
| 2063 | 2026-03-11T21:40:28.305Z | Compiling sync_wrapper v1.0.2 |
| 2064 | 2026-03-11T21:40:28.402Z | Compiling strum_macros v0.27.2 |
| 2065 | 2026-03-11T21:40:28.435Z | Compiling signature v2.2.0 |
| 2066 | 2026-03-11T21:40:28.608Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2067 | 2026-03-11T21:40:28.785Z | Compiling fs-err v3.3.0 |
| 2068 | 2026-03-11T21:40:28.965Z | Compiling ahash v0.8.12 |
| 2069 | 2026-03-11T21:40:29.147Z | Compiling adler2 v2.0.1 |
| 2070 | 2026-03-11T21:40:29.175Z | Compiling num_threads v0.1.7 |
| 2071 | 2026-03-11T21:40:29.264Z | Compiling unicode-properties v0.1.4 |
| 2072 | 2026-03-11T21:40:29.289Z | Compiling unarray v0.1.4 |
| 2073 | 2026-03-11T21:40:29.306Z | Compiling is_terminal_polyfill v1.70.2 |
| 2074 | 2026-03-11T21:40:29.348Z | Compiling colorchoice v1.0.4 |
| 2075 | 2026-03-11T21:40:29.399Z | Compiling object v0.37.3 |
| 2076 | 2026-03-11T21:40:29.416Z | Compiling anstyle-query v1.1.5 |
| 2077 | 2026-03-11T21:40:29.419Z | Compiling unicode-bidi v0.3.18 |
| 2078 | 2026-03-11T21:40:29.537Z | Compiling anstream v0.6.21 |
| 2079 | 2026-03-11T21:40:29.671Z | Compiling time v0.3.47 |
| 2080 | 2026-03-11T21:40:29.720Z | Compiling proptest v1.10.0 |
| 2081 | 2026-03-11T21:40:29.898Z | Compiling stringprep v0.1.5 |
| 2082 | 2026-03-11T21:40:30.391Z | Compiling miniz_oxide v0.8.9 |
| 2083 | 2026-03-11T21:40:31.927Z | Compiling tower v0.5.3 |
| 2084 | 2026-03-11T21:40:32.464Z | Compiling derive_builder_macro v0.20.2 |
| 2085 | 2026-03-11T21:40:32.495Z | Compiling crossbeam-deque v0.8.6 |
| 2086 | 2026-03-11T21:40:32.731Z | Compiling heck v0.4.1 |
| 2087 | 2026-03-11T21:40:32.944Z | Compiling usdt-attr-macro v0.6.0 |
| 2088 | 2026-03-11T21:40:32.993Z | Compiling usdt-macro v0.6.0 |
| 2089 | 2026-03-11T21:40:33.611Z | Compiling http-body-util v0.1.3 |
| 2090 | 2026-03-11T21:40:33.876Z | Compiling webpki-roots v1.0.6 |
| 2091 | 2026-03-11T21:40:33.980Z | Compiling rand_chacha v0.3.1 |
| 2092 | 2026-03-11T21:40:34.018Z | Compiling num-integer v0.1.46 |
| 2093 | 2026-03-11T21:40:34.209Z | Compiling hash32 v0.2.1 |
| 2094 | 2026-03-11T21:40:34.225Z | Compiling erased-serde v0.3.31 |
| 2095 | 2026-03-11T21:40:34.295Z | Compiling md-5 v0.10.6 |
| 2096 | 2026-03-11T21:40:34.414Z | Compiling vergen-lib v0.1.6 |
| 2097 | 2026-03-11T21:40:34.460Z | Compiling ff v0.13.1 |
| 2098 | 2026-03-11T21:40:34.476Z | Compiling iri-string v0.7.10 |
| 2099 | 2026-03-11T21:40:34.623Z | Compiling base16ct v0.2.0 |
| 2100 | 2026-03-11T21:40:34.723Z | Compiling psl-types v2.0.11 |
| 2101 | 2026-03-11T21:40:34.769Z | Compiling zlib-rs v0.6.2 |
| 2102 | 2026-03-11T21:40:34.831Z | Compiling fallible-iterator v0.2.0 |
| 2103 | 2026-03-11T21:40:34.878Z | Compiling ryu v1.0.23 |
| 2104 | 2026-03-11T21:40:35.085Z | Compiling serde_urlencoded v0.7.1 |
| 2105 | 2026-03-11T21:40:35.238Z | Compiling postgres-protocol v0.6.10 |
| 2106 | 2026-03-11T21:40:35.405Z | Compiling publicsuffix v2.3.0 |
| 2107 | 2026-03-11T21:40:35.643Z | Compiling sec1 v0.7.3 |
| 2108 | 2026-03-11T21:40:35.934Z | Compiling group v0.13.0 |
| 2109 | 2026-03-11T21:40:35.992Z | Compiling num-iter v0.1.45 |
| 2110 | 2026-03-11T21:40:36.139Z | Compiling tower-http v0.6.8 |
| 2111 | 2026-03-11T21:40:36.422Z | Compiling rand v0.8.5 |
| 2112 | 2026-03-11T21:40:37.232Z | Compiling oxnet v0.1.4 |
| 2113 | 2026-03-11T21:40:37.270Z | Compiling derive_builder v0.20.2 |
| 2114 | 2026-03-11T21:40:37.295Z | Compiling zone_cfg_derive v0.3.1 |
| 2115 | 2026-03-11T21:40:37.318Z | Compiling newtype-uuid v1.3.2 |
| 2116 | 2026-03-11T21:40:37.488Z | Compiling tokio-native-tls v0.3.1 |
| 2117 | 2026-03-11T21:40:37.669Z | Compiling flate2 v1.1.9 |
| 2118 | 2026-03-11T21:40:37.705Z | Compiling phf_shared v0.13.1 |
| 2119 | 2026-03-11T21:40:38.112Z | Compiling lazy_static v1.5.0 |
| 2120 | 2026-03-11T21:40:38.393Z | Compiling terminal_size v0.4.3 |
| 2121 | 2026-03-11T21:40:38.557Z | Compiling serde_with_macros v3.17.0 |
| 2122 | 2026-03-11T21:40:38.635Z | Compiling hkdf v0.12.4 |
| 2123 | 2026-03-11T21:40:38.704Z | Compiling enum-as-inner v0.6.1 |
| 2124 | 2026-03-11T21:40:38.809Z | Compiling clap_derive v4.5.55 |
| 2125 | 2026-03-11T21:40:39.057Z | Compiling cargo-platform v0.1.9 |
| 2126 | 2026-03-11T21:40:39.352Z | Compiling crypto-bigint v0.5.5 |
| 2127 | 2026-03-11T21:40:39.512Z | Compiling serde_repr v0.1.20 |
| 2128 | 2026-03-11T21:40:39.644Z | Compiling vergen v9.0.6 |
| 2129 | 2026-03-11T21:40:39.933Z | Compiling managed v0.8.0 |
| 2130 | 2026-03-11T21:40:40.202Z | Compiling clap_lex v1.0.0 |
| 2131 | 2026-03-11T21:40:40.516Z | Compiling foldhash v0.1.5 |
| 2132 | 2026-03-11T21:40:40.791Z | Compiling bitflags v1.3.2 |
| 2133 | 2026-03-11T21:40:40.863Z | Compiling unicode-width v0.2.0 |
| 2134 | 2026-03-11T21:40:40.938Z | Compiling libbz2-rs-sys v0.2.2 |
| 2135 | 2026-03-11T21:40:40.956Z | Compiling bumpalo v3.20.2 |
| 2136 | 2026-03-11T21:40:41.136Z | Compiling elliptic-curve v0.13.8 |
| 2137 | 2026-03-11T21:40:41.205Z | Compiling console v0.16.2 |
| 2138 | 2026-03-11T21:40:41.269Z | Compiling zopfli v0.8.3 |
| 2139 | 2026-03-11T21:40:41.544Z | Compiling bzip2 v0.6.1 |
| 2140 | 2026-03-11T21:40:41.792Z | Compiling hashbrown v0.15.5 |
| 2141 | 2026-03-11T21:40:42.208Z | Compiling clap_builder v4.5.60 |
| 2142 | 2026-03-11T21:40:42.256Z | Compiling cargo_metadata v0.19.2 |
| 2143 | 2026-03-11T21:40:44.325Z | Compiling phf v0.13.1 |
| 2144 | 2026-03-11T21:40:44.528Z | Compiling hyper-tls v0.6.0 |
| 2145 | 2026-03-11T21:40:44.545Z | Compiling zstd v0.13.3 |
| 2146 | 2026-03-11T21:40:44.785Z | Compiling daft v0.1.5 |
| 2147 | 2026-03-11T21:40:45.125Z | Compiling signal-hook-mio v0.2.5 |
| 2148 | 2026-03-11T21:40:45.256Z | Compiling rayon v1.11.0 |
| 2149 | 2026-03-11T21:40:45.260Z | Compiling cookie_store v0.22.1 |
| 2150 | 2026-03-11T21:40:45.322Z | Compiling bzip2 v0.4.4 |
| 2151 | 2026-03-11T21:40:45.484Z | Compiling postgres-types v0.2.12 |
| 2152 | 2026-03-11T21:40:45.581Z | Compiling strum v0.27.2 |
| 2153 | 2026-03-11T21:40:45.971Z | Compiling hubpack v0.1.2 |
| 2154 | 2026-03-11T21:40:46.037Z | Compiling ed25519 v2.2.3 |
| 2155 | 2026-03-11T21:40:46.166Z | Compiling phf_shared v0.11.3 |
| 2156 | 2026-03-11T21:40:46.394Z | Compiling pkcs1 v0.7.5 |
| 2157 | 2026-03-11T21:40:47.061Z | Compiling bstr v1.12.1 |
| 2158 | 2026-03-11T21:40:47.517Z | Compiling itertools v0.12.1 |
| 2159 | 2026-03-11T21:40:47.689Z | Compiling rfc6979 v0.4.0 |
| 2160 | 2026-03-11T21:40:47.830Z | Compiling float-cmp v0.10.0 |
| 2161 | 2026-03-11T21:40:48.006Z | Compiling serde-big-array v0.5.1 |
| 2162 | 2026-03-11T21:40:48.178Z | Compiling hex v0.4.3 |
| 2163 | 2026-03-11T21:40:48.221Z | Compiling env_filter v1.0.0 |
| 2164 | 2026-03-11T21:40:48.545Z | Compiling memmap2 v0.9.10 |
| 2165 | 2026-03-11T21:40:48.545Z | Compiling encoding_rs v0.8.35 |
| 2166 | 2026-03-11T21:40:48.802Z | Compiling fixedbitset v0.4.2 |
| 2167 | 2026-03-11T21:40:49.060Z | Compiling unit-prefix v0.5.2 |
| 2168 | 2026-03-11T21:40:49.122Z | Compiling mime v0.3.17 |
| 2169 | 2026-03-11T21:40:49.228Z | Compiling keccak v0.1.6 |
| 2170 | 2026-03-11T21:40:49.423Z | Compiling toml_write v0.1.2 |
| 2171 | 2026-03-11T21:40:49.489Z | Compiling predicates-core v1.0.10 |
| 2172 | 2026-03-11T21:40:49.674Z | Compiling fixedbitset v0.5.7 |
| 2173 | 2026-03-11T21:40:50.040Z | Compiling new_debug_unreachable v1.0.6 |
| 2174 | 2026-03-11T21:40:50.084Z | Compiling difflib v0.4.0 |
| 2175 | 2026-03-11T21:40:50.126Z | Compiling precomputed-hash v0.1.1 |
| 2176 | 2026-03-11T21:40:50.246Z | Compiling data-encoding v2.10.0 |
| 2177 | 2026-03-11T21:40:50.660Z | Compiling static_assertions v1.1.0 |
| 2178 | 2026-03-11T21:40:50.750Z | Compiling rustc-hash v2.1.1 |
| 2179 | 2026-03-11T21:40:51.051Z | Compiling normalize-line-endings v0.3.0 |
| 2180 | 2026-03-11T21:40:51.192Z | Compiling jiff v0.2.21 |
| 2181 | 2026-03-11T21:40:51.268Z | Compiling whoami v2.1.0 |
| 2182 | 2026-03-11T21:40:51.372Z | Compiling predicates v3.1.4 |
| 2183 | 2026-03-11T21:40:51.692Z | Compiling tokio-postgres v0.7.16 |
| 2184 | 2026-03-11T21:40:53.570Z | Compiling rustls-webpki v0.103.9 |
| 2185 | 2026-03-11T21:40:54.645Z | Compiling iddqd v0.3.17 |
| 2186 | 2026-03-11T21:40:55.094Z | Compiling zip v4.6.1 |
| 2187 | 2026-03-11T21:40:55.400Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2188 | 2026-03-11T21:40:56.140Z | Compiling hickory-proto v0.25.2 |
| 2189 | 2026-03-11T21:40:56.307Z | Compiling string_cache v0.8.9 |
| 2190 | 2026-03-11T21:40:56.394Z | Compiling petgraph v0.8.3 |
| 2191 | 2026-03-11T21:40:58.954Z | Compiling tokio-rustls v0.26.4 |
| 2192 | 2026-03-11T21:40:59.098Z | Compiling rustls-platform-verifier v0.6.2 |
| 2193 | 2026-03-11T21:40:59.284Z | Compiling hyper-rustls v0.27.7 |
| 2194 | 2026-03-11T21:40:59.351Z | Compiling toml_edit v0.22.27 |
| 2195 | 2026-03-11T21:40:59.679Z | Compiling reqwest v0.13.2 |
| 2196 | 2026-03-11T21:41:00.975Z | Compiling reqwest v0.12.28 |
| 2197 | 2026-03-11T21:41:01.989Z | Compiling sha3 v0.10.8 |
| 2198 | 2026-03-11T21:41:02.341Z | Compiling indicatif v0.18.4 |
| 2199 | 2026-03-11T21:41:02.673Z | Compiling zone v0.3.1 |
| 2200 | 2026-03-11T21:41:02.833Z | Compiling petgraph v0.6.5 |
| 2201 | 2026-03-11T21:41:03.331Z | Compiling usdt v0.6.0 |
| 2202 | 2026-03-11T21:41:03.493Z | Compiling serde_with v3.17.0 |
| 2203 | 2026-03-11T21:41:04.124Z | Compiling env_logger v0.11.9 |
| 2204 | 2026-03-11T21:41:04.256Z | Compiling ecdsa v0.16.9 |
| 2205 | 2026-03-11T21:41:04.759Z | Compiling similar v2.7.0 |
| 2206 | 2026-03-11T21:41:04.851Z | Compiling rsa v0.9.10 |
| 2207 | 2026-03-11T21:41:05.766Z | Compiling ed25519-dalek v2.2.0 |
| 2208 | 2026-03-11T21:41:06.132Z | Compiling zip v0.6.6 |
| 2209 | 2026-03-11T21:41:06.228Z | Compiling crossterm v0.28.1 |
| 2210 | 2026-03-11T21:41:06.445Z | Compiling clap v4.5.60 |
| 2211 | 2026-03-11T21:41:06.544Z | Compiling strum v0.26.3 |
| 2212 | 2026-03-11T21:41:06.701Z | Compiling toml v0.7.8 |
| 2213 | 2026-03-11T21:41:06.869Z | Compiling tokio-stream v0.1.18 |
| 2214 | 2026-03-11T21:41:07.455Z | Compiling x509-cert v0.2.5 |
| 2215 | 2026-03-11T21:41:07.823Z | Compiling itertools v0.13.0 |
| 2216 | 2026-03-11T21:41:08.218Z | Compiling buf-list v1.1.2 |
| 2217 | 2026-03-11T21:41:08.532Z | Compiling sha1 v0.10.6 |
| 2218 | 2026-03-11T21:41:08.791Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2219 | 2026-03-11T21:41:09.194Z | Compiling openapiv3 v2.2.0 |
| 2220 | 2026-03-11T21:41:09.972Z | Compiling lalrpop-util v0.19.12 |
| 2221 | 2026-03-11T21:41:10.213Z | Compiling peg-runtime v0.8.5 |
| 2222 | 2026-03-11T21:41:11.367Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2223 | 2026-03-11T21:41:23.784Z | Compiling itertools v0.14.0 |
| 2224 | 2026-03-11T21:41:25.805Z | Compiling macaddr v1.0.1 |
| 2225 | 2026-03-11T21:41:25.904Z | Compiling structmeta-derive v0.3.0 |
| 2226 | 2026-03-11T21:41:26.602Z | Compiling heapless v0.8.0 |
| 2227 | 2026-03-11T21:41:27.205Z | Compiling structmeta v0.3.0 |
| 2228 | 2026-03-11T21:41:28.151Z | Compiling ingot-macros v0.1.1 |
| 2229 | 2026-03-11T21:41:31.974Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2230 | 2026-03-11T21:41:32.837Z | Compiling hash32 v0.3.1 |
| 2231 | 2026-03-11T21:41:33.412Z | Compiling smoltcp v0.11.0 |
| 2232 | 2026-03-11T21:41:33.568Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2233 | 2026-03-11T21:41:35.819Z | Compiling proc-macro-crate v3.4.0 |
| 2234 | 2026-03-11T21:41:37.136Z | Compiling ingot-types v0.1.2 |
| 2235 | 2026-03-11T21:41:44.702Z | Compiling cobs v0.3.0 |
| 2236 | 2026-03-11T21:41:48.418Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2237 | 2026-03-11T21:41:48.670Z | Compiling rustls v0.22.4 |
| 2238 | 2026-03-11T21:41:55.208Z | Compiling postcard v1.1.3 |
| 2239 | 2026-03-11T21:41:58.780Z | Compiling ingot v0.1.1 |
| 2240 | 2026-03-11T21:41:59.317Z | Compiling num_enum_derive v0.7.5 |
| 2241 | 2026-03-11T21:42:01.278Z | Compiling proc-macro-crate v1.3.1 |
| 2242 | 2026-03-11T21:42:01.935Z | Compiling rustls-webpki v0.102.8 |
| 2243 | 2026-03-11T21:42:01.978Z | Compiling futures-executor v0.3.32 |
| 2244 | 2026-03-11T21:42:02.991Z | Compiling foreign-types-macros v0.2.3 |
| 2245 | 2026-03-11T21:42:03.028Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2246 | 2026-03-11T21:42:03.277Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2247 | 2026-03-11T21:42:03.548Z | Compiling multer v3.1.0 |
| 2248 | 2026-03-11T21:42:03.585Z | Compiling thread_local v1.1.9 |
| 2249 | 2026-03-11T21:42:03.748Z | Compiling slog-async v2.8.0 |
| 2250 | 2026-03-11T21:42:03.805Z | Compiling foreign-types-shared v0.3.1 |
| 2251 | 2026-03-11T21:42:03.931Z | Compiling cpufeatures v0.3.0 |
| 2252 | 2026-03-11T21:42:03.984Z | Compiling match_cfg v0.1.0 |
| 2253 | 2026-03-11T21:42:04.030Z | Compiling chacha20 v0.10.0 |
| 2254 | 2026-03-11T21:42:04.079Z | Compiling hostname v0.3.1 |
| 2255 | 2026-03-11T21:42:04.212Z | Compiling foreign-types v0.5.0 |
| 2256 | 2026-03-11T21:42:04.305Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2257 | 2026-03-11T21:42:04.346Z | Compiling futures v0.3.32 |
| 2258 | 2026-03-11T21:42:04.351Z | Compiling num_enum_derive v0.5.11 |
| 2259 | 2026-03-11T21:42:04.380Z | Compiling num_enum v0.7.5 |
| 2260 | 2026-03-11T21:42:04.545Z | Compiling derive-ex v0.1.8 |
| 2261 | 2026-03-11T21:42:04.587Z | Compiling tabwriter v1.4.1 |
| 2262 | 2026-03-11T21:42:04.604Z | Compiling slog-json v2.6.1 |
| 2263 | 2026-03-11T21:42:04.914Z | Compiling crossbeam-channel v0.5.15 |
| 2264 | 2026-03-11T21:42:05.037Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2265 | 2026-03-11T21:42:05.613Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2266 | 2026-03-11T21:42:05.636Z | Compiling async-stream-impl v0.3.6 |
| 2267 | 2026-03-11T21:42:05.815Z | Compiling serde_spanned v1.0.4 |
| 2268 | 2026-03-11T21:42:06.018Z | Compiling cstr-argument v0.1.2 |
| 2269 | 2026-03-11T21:42:06.207Z | Compiling memoffset v0.9.1 |
| 2270 | 2026-03-11T21:42:06.230Z | Compiling is-terminal v0.4.17 |
| 2271 | 2026-03-11T21:42:06.358Z | Compiling dropshot v0.16.7 |
| 2272 | 2026-03-11T21:42:06.437Z | Compiling take_mut v0.2.2 |
| 2273 | 2026-03-11T21:42:06.481Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2274 | 2026-03-11T21:42:06.544Z | Compiling crucible-workspace-hack v0.1.0 |
| 2275 | 2026-03-11T21:42:06.583Z | Compiling term v1.2.1 |
| 2276 | 2026-03-11T21:42:06.664Z | Compiling typeid v1.0.3 |
| 2277 | 2026-03-11T21:42:06.669Z | Compiling cfg_aliases v0.2.1 |
| 2278 | 2026-03-11T21:42:06.719Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2279 | 2026-03-11T21:42:06.761Z | Compiling nix v0.30.1 |
| 2280 | 2026-03-11T21:42:06.878Z | Compiling test-strategy v0.4.5 |
| 2281 | 2026-03-11T21:42:07.006Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2282 | 2026-03-11T21:42:07.068Z | Compiling slog-term v2.9.2 |
| 2283 | 2026-03-11T21:42:07.255Z | Compiling tokio-rustls v0.25.0 |
| 2284 | 2026-03-11T21:42:07.750Z | Compiling async-stream v0.3.6 |
| 2285 | 2026-03-11T21:42:08.637Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2286 | 2026-03-11T21:42:08.671Z | Compiling num_enum v0.5.11 |
| 2287 | 2026-03-11T21:42:08.689Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2288 | 2026-03-11T21:42:08.836Z | Compiling slog-bunyan v2.5.0 |
| 2289 | 2026-03-11T21:42:08.892Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2290 | 2026-03-11T21:42:09.061Z | Compiling rand v0.10.0 |
| 2291 | 2026-03-11T21:42:09.078Z | Compiling parse-display-derive v0.10.0 |
| 2292 | 2026-03-11T21:42:09.163Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2293 | 2026-03-11T21:42:09.163Z | Compiling waitgroup v0.1.2 |
| 2294 | 2026-03-11T21:42:09.197Z | Compiling rustls-pemfile v2.2.0 |
| 2295 | 2026-03-11T21:42:09.353Z | Compiling dropshot_endpoint v0.16.7 |
| 2296 | 2026-03-11T21:42:09.468Z | Compiling newtype-uuid-macros v0.1.0 |
| 2297 | 2026-03-11T21:42:09.582Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2298 | 2026-03-11T21:42:10.087Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2299 | 2026-03-11T21:42:10.105Z | Compiling serde_path_to_error v0.1.20 |
| 2300 | 2026-03-11T21:42:10.407Z | Compiling hostname v0.4.2 |
| 2301 | 2026-03-11T21:42:10.425Z | Compiling instant v0.1.13 |
| 2302 | 2026-03-11T21:42:10.425Z | Compiling colored v3.1.1 |
| 2303 | 2026-03-11T21:42:10.610Z | Compiling debug-ignore v1.0.5 |
| 2304 | 2026-03-11T21:42:10.632Z | Compiling erased-serde v0.4.9 |
| 2305 | 2026-03-11T21:42:10.711Z | Compiling backoff v0.4.0 |
| 2306 | 2026-03-11T21:42:10.992Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2307 | 2026-03-11T21:42:11.033Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2308 | 2026-03-11T21:42:11.072Z | Compiling parse-display v0.10.0 |
| 2309 | 2026-03-11T21:42:11.215Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2310 | 2026-03-11T21:42:11.345Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2311 | 2026-03-11T21:42:11.861Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2312 | 2026-03-11T21:42:12.223Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2313 | 2026-03-11T21:42:12.554Z | Compiling progenitor-client v0.13.0 |
| 2314 | 2026-03-11T21:42:12.633Z | Compiling progenitor-client v0.10.0 |
| 2315 | 2026-03-11T21:42:13.053Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5) |
| 2316 | 2026-03-11T21:42:13.106Z | Compiling camino-tempfile v1.4.1 |
| 2317 | 2026-03-11T21:42:13.239Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2318 | 2026-03-11T21:42:13.346Z | Compiling backon v1.6.0 |
| 2319 | 2026-03-11T21:42:13.629Z | Compiling regress v0.10.5 |
| 2320 | 2026-03-11T21:42:13.655Z | Compiling secrecy v0.10.3 |
| 2321 | 2026-03-11T21:42:13.870Z | Compiling num-derive v0.4.2 |
| 2322 | 2026-03-11T21:42:14.876Z | Compiling sigpipe v0.1.3 |
| 2323 | 2026-03-11T21:42:14.995Z | Compiling glob v0.3.3 |
| 2324 | 2026-03-11T21:42:15.039Z | Compiling libefi-sys v0.1.0 |
| 2325 | 2026-03-11T21:42:15.172Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2326 | 2026-03-11T21:42:15.336Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2327 | 2026-03-11T21:42:15.475Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2328 | 2026-03-11T21:42:16.032Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2329 | 2026-03-11T21:42:16.195Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2330 | 2026-03-11T21:42:16.343Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2331 | 2026-03-11T21:42:16.403Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5) |
| 2332 | 2026-03-11T21:42:17.883Z | Compiling usdt-attr-macro v0.5.0 |
| 2333 | 2026-03-11T21:42:18.373Z | Compiling usdt-macro v0.5.0 |
| 2334 | 2026-03-11T21:42:18.833Z | Compiling smf v0.2.3 |
| 2335 | 2026-03-11T21:42:19.261Z | Compiling bitfield-struct v0.6.2 |
| 2336 | 2026-03-11T21:42:19.765Z | Compiling ordered-float v2.10.1 |
| 2337 | 2026-03-11T21:42:19.963Z | Compiling blake3 v1.8.3 |
| 2338 | 2026-03-11T21:42:20.071Z | Compiling memmap v0.7.0 |
| 2339 | 2026-03-11T21:42:20.089Z | Compiling whoami v1.6.1 |
| 2340 | 2026-03-11T21:42:20.160Z | Compiling serde-value v0.7.0 |
| 2341 | 2026-03-11T21:42:20.300Z | Compiling usdt v0.5.0 |
| 2342 | 2026-03-11T21:42:20.359Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2343 | 2026-03-11T21:42:20.669Z | Compiling serde-untagged v0.1.9 |
| 2344 | 2026-03-11T21:42:20.865Z | Compiling toml v0.8.23 |
| 2345 | 2026-03-11T21:42:20.943Z | Compiling filetime v0.2.27 |
| 2346 | 2026-03-11T21:42:21.078Z | Compiling arrayref v0.3.9 |
| 2347 | 2026-03-11T21:42:21.100Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2348 | 2026-03-11T21:42:21.123Z | Compiling constant_time_eq v0.4.2 |
| 2349 | 2026-03-11T21:42:21.146Z | Compiling same-file v1.0.6 |
| 2350 | 2026-03-11T21:42:21.173Z | Compiling arrayvec v0.7.6 |
| 2351 | 2026-03-11T21:42:21.202Z | Compiling unicode-xid v0.2.6 |
| 2352 | 2026-03-11T21:42:21.206Z | Compiling xattr v1.6.1 |
| 2353 | 2026-03-11T21:42:21.356Z | Compiling tar v0.4.44 |
| 2354 | 2026-03-11T21:42:21.356Z | Compiling walkdir v2.5.0 |
| 2355 | 2026-03-11T21:42:21.394Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2356 | 2026-03-11T21:42:21.485Z | Compiling cargo-util-schemas v0.8.2 |
| 2357 | 2026-03-11T21:42:22.256Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2358 | 2026-03-11T21:42:22.278Z | Compiling tokio-dtrace v0.1.1 |
| 2359 | 2026-03-11T21:42:22.552Z | Compiling gethostname v0.5.0 |
| 2360 | 2026-03-11T21:42:22.718Z | Compiling cargo-platform v0.2.0 |
| 2361 | 2026-03-11T21:42:22.737Z | Compiling topological-sort v0.2.2 |
| 2362 | 2026-03-11T21:42:22.912Z | Compiling omicron-zone-package v0.12.2 |
| 2363 | 2026-03-11T21:42:22.952Z | Compiling oxide-tokio-rt v0.1.2 |
| 2364 | 2026-03-11T21:42:23.364Z | Compiling cargo_metadata v0.21.0 |
| 2365 | 2026-03-11T21:42:23.977Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2366 | 2026-03-11T21:42:24.205Z | Compiling shell-words v1.1.1 |
| 2367 | 2026-03-11T21:42:24.460Z | Compiling indent_write v2.2.0 |
| 2368 | 2026-03-11T21:42:28.222Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2369 | 2026-03-11T21:42:28.860Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2370 | 2026-03-11T21:42:30.873Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2371 | 2026-03-11T21:42:41.039Z | Finished `release` profile [optimized] target(s) in 3m 11s |
| 2372 | 2026-03-11T21:42:41.222Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2373 | 2026-03-11T21:42:41.281Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2374 | 2026-03-11T21:42:41.285Z | Created new build target 'test' and set it as active |
| 2375 | 2026-03-11T21:42:41.285Z | |
| 2376 | 2026-03-11T21:42:41.285Z | real 3:11.386493116 |
| 2377 | 2026-03-11T21:42:41.285Z | user 20:19.281280921 |
| 2378 | 2026-03-11T21:42:41.285Z | sys 2:32.873993708 |
| 2379 | 2026-03-11T21:42:41.285Z | trap 0.517985045 |
| 2380 | 2026-03-11T21:42:41.285Z | tflt 1.790701768 |
| 2381 | 2026-03-11T21:42:41.285Z | dflt 0.942800591 |
| 2382 | 2026-03-11T21:42:41.285Z | kflt 0.000121941 |
| 2383 | 2026-03-11T21:42:41.285Z | lock 54:41.378930559 |
| 2384 | 2026-03-11T21:42:41.285Z | slp 1:19:58.191346006 |
| 2385 | 2026-03-11T21:42:41.285Z | lat 1:49.859308606 |
| 2386 | 2026-03-11T21:42:41.285Z | stop 4:11.844813063 |
| 2387 | 2026-03-11T21:42:41.286Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2388 | 2026-03-11T21:42:42.453Z | Finished `release` profile [optimized] target(s) in 1.11s |
| 2389 | 2026-03-11T21:42:42.522Z | Running `target/release/omicron-package -t test package` |
| 2390 | 2026-03-11T21:42:42.580Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2391 | 2026-03-11T21:42:44.390Z | Compiling regress v0.10.5 |
| 2392 | 2026-03-11T21:42:44.393Z | Compiling heck v0.5.0 |
| 2393 | 2026-03-11T21:42:44.393Z | Compiling unsafe-libyaml v0.2.11 |
| 2394 | 2026-03-11T21:42:44.632Z | Compiling convert_case v0.4.0 |
| 2395 | 2026-03-11T21:42:44.655Z | Compiling half v2.7.1 |
| 2396 | 2026-03-11T21:42:44.658Z | Compiling ciborium-io v0.2.2 |
| 2397 | 2026-03-11T21:42:44.658Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2398 | 2026-03-11T21:42:44.724Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5) |
| 2399 | 2026-03-11T21:42:44.824Z | Compiling typify-impl v0.6.1 |
| 2400 | 2026-03-11T21:42:45.043Z | Compiling derive_more v0.99.20 |
| 2401 | 2026-03-11T21:42:45.138Z | Compiling ciborium-ll v0.2.2 |
| 2402 | 2026-03-11T21:42:45.352Z | Compiling serde_yaml v0.9.34+deprecated |
| 2403 | 2026-03-11T21:42:45.475Z | Compiling ciborium v0.2.2 |
| 2404 | 2026-03-11T21:42:45.506Z | Compiling prettyplease v0.2.37 |
| 2405 | 2026-03-11T21:42:45.813Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5) |
| 2406 | 2026-03-11T21:42:46.159Z | Compiling universal-hash v0.5.1 |
| 2407 | 2026-03-11T21:42:46.357Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2408 | 2026-03-11T21:42:46.649Z | Compiling unicode-width v0.1.14 |
| 2409 | 2026-03-11T21:42:47.058Z | Compiling opaque-debug v0.3.1 |
| 2410 | 2026-03-11T21:42:47.162Z | Compiling poly1305 v0.8.0 |
| 2411 | 2026-03-11T21:42:47.195Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2412 | 2026-03-11T21:42:47.379Z | Compiling chacha20 v0.9.1 |
| 2413 | 2026-03-11T21:42:47.719Z | Compiling password-hash v0.5.0 |
| 2414 | 2026-03-11T21:42:47.750Z | Compiling thiserror-no-std v2.0.2 |
| 2415 | 2026-03-11T21:42:47.878Z | Compiling blake2 v0.10.6 |
| 2416 | 2026-03-11T21:42:47.956Z | Compiling aead v0.5.2 |
| 2417 | 2026-03-11T21:42:48.149Z | Compiling is-terminal v0.4.17 |
| 2418 | 2026-03-11T21:42:48.220Z | Compiling swrite v0.1.0 |
| 2419 | 2026-03-11T21:42:48.277Z | Compiling argon2 v0.5.3 |
| 2420 | 2026-03-11T21:42:48.361Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5) |
| 2421 | 2026-03-11T21:42:48.503Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2422 | 2026-03-11T21:42:48.556Z | Compiling chacha20poly1305 v0.10.1 |
| 2423 | 2026-03-11T21:42:48.749Z | Compiling vsss-rs v3.3.4 |
| 2424 | 2026-03-11T21:42:48.828Z | Compiling serde_spanned v1.0.4 |
| 2425 | 2026-03-11T21:42:48.968Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2426 | 2026-03-11T21:42:49.027Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2427 | 2026-03-11T21:42:49.252Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2428 | 2026-03-11T21:42:49.445Z | Compiling typify-impl v0.4.3 |
| 2429 | 2026-03-11T21:42:49.611Z | Compiling bytecount v0.6.9 |
| 2430 | 2026-03-11T21:42:49.852Z | Compiling rustls v0.22.4 |
| 2431 | 2026-03-11T21:42:49.887Z | Compiling rustls-webpki v0.102.8 |
| 2432 | 2026-03-11T21:42:50.824Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2433 | 2026-03-11T21:42:50.860Z | Compiling derive-where v1.6.0 |
| 2434 | 2026-03-11T21:42:50.995Z | Compiling thread_local v1.1.9 |
| 2435 | 2026-03-11T21:42:51.348Z | Compiling match_cfg v0.1.0 |
| 2436 | 2026-03-11T21:42:51.452Z | Compiling hostname v0.3.1 |
| 2437 | 2026-03-11T21:42:51.953Z | Compiling typify-macro v0.6.1 |
| 2438 | 2026-03-11T21:42:53.883Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2439 | 2026-03-11T21:42:54.012Z | Compiling typify v0.6.1 |
| 2440 | 2026-03-11T21:42:54.153Z | Compiling progenitor-impl v0.13.0 |
| 2441 | 2026-03-11T21:42:54.498Z | Compiling typify-macro v0.4.3 |
| 2442 | 2026-03-11T21:42:55.675Z | Compiling multer v3.1.0 |
| 2443 | 2026-03-11T21:42:55.747Z | Compiling slog-async v2.8.0 |
| 2444 | 2026-03-11T21:42:55.819Z | Compiling slog-json v2.6.1 |
| 2445 | 2026-03-11T21:42:56.081Z | Compiling crossbeam-channel v0.5.15 |
| 2446 | 2026-03-11T21:42:56.441Z | Compiling futures-executor v0.3.32 |
| 2447 | 2026-03-11T21:42:56.507Z | Compiling take_mut v0.2.2 |
| 2448 | 2026-03-11T21:42:56.657Z | Compiling term v1.2.1 |
| 2449 | 2026-03-11T21:42:56.681Z | Compiling futures v0.3.32 |
| 2450 | 2026-03-11T21:42:56.792Z | Compiling slog-bunyan v2.5.0 |
| 2451 | 2026-03-11T21:42:57.246Z | Compiling progenitor-macro v0.13.0 |
| 2452 | 2026-03-11T21:42:57.285Z | Compiling slog-term v2.9.2 |
| 2453 | 2026-03-11T21:42:57.328Z | Compiling tokio-rustls v0.25.0 |
| 2454 | 2026-03-11T21:42:57.506Z | Compiling dropshot v0.16.7 |
| 2455 | 2026-03-11T21:42:57.577Z | Compiling async-stream v0.3.6 |
| 2456 | 2026-03-11T21:42:57.622Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2457 | 2026-03-11T21:42:57.791Z | Compiling waitgroup v0.1.2 |
| 2458 | 2026-03-11T21:42:57.857Z | Compiling rustls-pemfile v2.2.0 |
| 2459 | 2026-03-11T21:42:57.959Z | Compiling serde_path_to_error v0.1.20 |
| 2460 | 2026-03-11T21:42:57.982Z | Compiling hostname v0.4.2 |
| 2461 | 2026-03-11T21:42:58.096Z | Compiling instant v0.1.13 |
| 2462 | 2026-03-11T21:42:58.162Z | Compiling debug-ignore v1.0.5 |
| 2463 | 2026-03-11T21:42:58.242Z | Compiling backoff v0.4.0 |
| 2464 | 2026-03-11T21:42:58.310Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2465 | 2026-03-11T21:42:58.505Z | Compiling parse-display v0.10.0 |
| 2466 | 2026-03-11T21:42:58.843Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2467 | 2026-03-11T21:42:59.003Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2468 | 2026-03-11T21:42:59.027Z | Compiling progenitor-client v0.10.0 |
| 2469 | 2026-03-11T21:42:59.407Z | Compiling progenitor-client v0.13.0 |
| 2470 | 2026-03-11T21:42:59.772Z | Compiling backon v1.6.0 |
| 2471 | 2026-03-11T21:42:59.796Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2472 | 2026-03-11T21:43:00.042Z | Compiling macaddr v1.0.1 |
| 2473 | 2026-03-11T21:43:00.382Z | Compiling typify v0.4.3 |
| 2474 | 2026-03-11T21:43:00.531Z | Compiling console v0.15.11 |
| 2475 | 2026-03-11T21:43:02.228Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2476 | 2026-03-11T21:43:03.071Z | Compiling progenitor v0.13.0 |
| 2477 | 2026-03-11T21:43:03.268Z | Compiling newline-converter v0.3.0 |
| 2478 | 2026-03-11T21:43:03.402Z | Compiling atomicwrites v0.4.4 |
| 2479 | 2026-03-11T21:43:03.454Z | Compiling num-rational v0.4.2 |
| 2480 | 2026-03-11T21:43:03.766Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2481 | 2026-03-11T21:43:04.754Z | Compiling num-complex v0.4.6 |
| 2482 | 2026-03-11T21:43:05.484Z | Compiling slog-dtrace v0.3.0 |
| 2483 | 2026-03-11T21:43:05.872Z | Compiling num v0.4.3 |
| 2484 | 2026-03-11T21:43:06.096Z | Compiling expectorate v1.2.0 |
| 2485 | 2026-03-11T21:43:06.175Z | Compiling async-recursion v1.1.1 |
| 2486 | 2026-03-11T21:43:06.378Z | Compiling owo-colors v4.3.0 |
| 2487 | 2026-03-11T21:43:06.794Z | Compiling cancel-safe-futures v0.1.5 |
| 2488 | 2026-03-11T21:43:07.001Z | Compiling float-ord v0.3.2 |
| 2489 | 2026-03-11T21:43:07.280Z | Compiling libsw-core v0.3.2 |
| 2490 | 2026-03-11T21:43:07.524Z | Compiling resolv-conf v0.7.6 |
| 2491 | 2026-03-11T21:43:08.146Z | Compiling libsw v3.5.0 |
| 2492 | 2026-03-11T21:43:08.863Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2493 | 2026-03-11T21:43:09.069Z | Compiling toml v0.8.23 |
| 2494 | 2026-03-11T21:43:09.646Z | Compiling linear-map v1.2.0 |
| 2495 | 2026-03-11T21:43:09.892Z | Compiling linked-hash-map v0.5.6 |
| 2496 | 2026-03-11T21:43:09.958Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2497 | 2026-03-11T21:43:10.195Z | Compiling minimal-lexical v0.2.1 |
| 2498 | 2026-03-11T21:43:10.530Z | Compiling nom v7.1.3 |
| 2499 | 2026-03-11T21:43:11.276Z | Compiling lru-cache v0.1.2 |
| 2500 | 2026-03-11T21:43:12.345Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2501 | 2026-03-11T21:43:13.717Z | Compiling unicode-xid v0.2.6 |
| 2502 | 2026-03-11T21:43:13.887Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2503 | 2026-03-11T21:43:14.027Z | Compiling globset v0.4.18 |
| 2504 | 2026-03-11T21:43:14.395Z | Compiling hickory-proto v0.24.4 |
| 2505 | 2026-03-11T21:43:17.552Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2506 | 2026-03-11T21:43:19.692Z | Compiling hickory-resolver v0.24.4 |
| 2507 | 2026-03-11T21:43:22.473Z | Compiling progenitor-impl v0.11.2 |
| 2508 | 2026-03-11T21:43:22.850Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2509 | 2026-03-11T21:43:25.028Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2510 | 2026-03-11T21:43:25.381Z | Compiling convert_case v0.10.0 |
| 2511 | 2026-03-11T21:43:25.451Z | Compiling progenitor-macro v0.11.2 |
| 2512 | 2026-03-11T21:43:25.773Z | Compiling derive_more-impl v2.1.1 |
| 2513 | 2026-03-11T21:43:26.781Z | Compiling qorb v0.4.1 |
| 2514 | 2026-03-11T21:43:29.037Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2515 | 2026-03-11T21:43:29.674Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2516 | 2026-03-11T21:43:30.267Z | Compiling progenitor-client v0.11.2 |
| 2517 | 2026-03-11T21:43:30.925Z | Compiling pin-project-internal v1.1.11 |
| 2518 | 2026-03-11T21:43:31.131Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2519 | 2026-03-11T21:43:32.290Z | Compiling pin-project v1.1.11 |
| 2520 | 2026-03-11T21:43:32.439Z | Compiling progenitor v0.11.2 |
| 2521 | 2026-03-11T21:43:32.631Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2522 | 2026-03-11T21:43:32.796Z | Compiling derive_more v2.1.1 |
| 2523 | 2026-03-11T21:43:32.824Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2524 | 2026-03-11T21:43:32.849Z | Compiling pem v3.0.6 |
| 2525 | 2026-03-11T21:43:32.875Z | Compiling snafu-derive v0.8.9 |
| 2526 | 2026-03-11T21:43:32.910Z | Compiling termtree v0.5.1 |
| 2527 | 2026-03-11T21:43:33.118Z | Compiling crossterm v0.29.0 |
| 2528 | 2026-03-11T21:43:33.164Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2529 | 2026-03-11T21:43:33.734Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2530 | 2026-03-11T21:43:34.716Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2531 | 2026-03-11T21:43:35.214Z | Compiling snafu v0.8.9 |
| 2532 | 2026-03-11T21:43:35.985Z | Compiling olpc-cjson v0.1.4 |
| 2533 | 2026-03-11T21:43:36.267Z | Compiling phf_shared v0.12.1 |
| 2534 | 2026-03-11T21:43:36.605Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2535 | 2026-03-11T21:43:36.986Z | Compiling csv-core v0.1.13 |
| 2536 | 2026-03-11T21:43:37.295Z | Compiling vte v0.14.1 |
| 2537 | 2026-03-11T21:43:37.506Z | Compiling serde_plain v1.0.2 |
| 2538 | 2026-03-11T21:43:37.530Z | Compiling chrono-tz v0.10.4 |
| 2539 | 2026-03-11T21:43:37.582Z | Compiling highway v1.3.0 |
| 2540 | 2026-03-11T21:43:37.790Z | Compiling typed-path v0.9.3 |
| 2541 | 2026-03-11T21:43:37.911Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2542 | 2026-03-11T21:43:37.937Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2543 | 2026-03-11T21:43:38.264Z | Compiling strip-ansi-escapes v0.2.1 |
| 2544 | 2026-03-11T21:43:38.469Z | Compiling csv v1.4.0 |
| 2545 | 2026-03-11T21:43:38.521Z | Compiling phf v0.12.1 |
| 2546 | 2026-03-11T21:43:38.804Z | Compiling const_format_proc_macros v0.2.34 |
| 2547 | 2026-03-11T21:43:38.986Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2548 | 2026-03-11T21:43:39.599Z | Compiling tough v0.20.0 |
| 2549 | 2026-03-11T21:43:39.744Z | Compiling papergrid v0.11.0 |
| 2550 | 2026-03-11T21:43:39.837Z | Compiling fd-lock v4.0.4 |
| 2551 | 2026-03-11T21:43:40.037Z | Compiling peg-macros v0.8.5 |
| 2552 | 2026-03-11T21:43:41.650Z | Compiling tabled_derive v0.7.0 |
| 2553 | 2026-03-11T21:43:41.800Z | Compiling nu-ansi-term v0.50.3 |
| 2554 | 2026-03-11T21:43:42.381Z | Compiling reedline v0.40.0 |
| 2555 | 2026-03-11T21:43:42.488Z | Compiling peg v0.8.5 |
| 2556 | 2026-03-11T21:43:42.599Z | Compiling const_format v0.2.35 |
| 2557 | 2026-03-11T21:43:42.838Z | Compiling tabled v0.15.0 |
| 2558 | 2026-03-11T21:43:43.315Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2559 | 2026-03-11T21:43:45.832Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2560 | 2026-03-11T21:43:46.593Z | Compiling bcs v0.1.6 |
| 2561 | 2026-03-11T21:43:47.121Z | Compiling semver v0.1.20 |
| 2562 | 2026-03-11T21:43:47.473Z | Compiling base64 v0.21.7 |
| 2563 | 2026-03-11T21:43:47.528Z | Compiling rustc_version v0.1.7 |
| 2564 | 2026-03-11T21:43:47.805Z | Compiling newtype_derive v0.1.6 |
| 2565 | 2026-03-11T21:43:48.079Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2566 | 2026-03-11T21:43:48.122Z | Compiling unicode-linebreak v0.1.5 |
| 2567 | 2026-03-11T21:43:48.370Z | Compiling humantime v2.3.0 |
| 2568 | 2026-03-11T21:43:48.489Z | Compiling smawk v0.3.2 |
| 2569 | 2026-03-11T21:43:48.791Z | Compiling textwrap v0.16.2 |
| 2570 | 2026-03-11T21:43:49.004Z | Compiling dropshot-api-manager-types v0.5.2 |
| 2571 | 2026-03-11T21:43:49.027Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2572 | 2026-03-11T21:43:49.746Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2573 | 2026-03-11T21:43:50.262Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2574 | 2026-03-11T21:43:50.846Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2575 | 2026-03-11T21:43:51.284Z | Compiling steno v0.4.1 |
| 2576 | 2026-03-11T21:43:51.420Z | Compiling utf-8 v0.7.6 |
| 2577 | 2026-03-11T21:43:51.692Z | Compiling tagptr v0.2.0 |
| 2578 | 2026-03-11T21:43:51.914Z | Compiling moka v0.12.13 |
| 2579 | 2026-03-11T21:43:53.063Z | Compiling tungstenite v0.21.0 |
| 2580 | 2026-03-11T21:43:53.750Z | Compiling hickory-resolver v0.25.2 |
| 2581 | 2026-03-11T21:43:55.682Z | Compiling tokio-tungstenite v0.21.0 |
| 2582 | 2026-03-11T21:43:55.820Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2583 | 2026-03-11T21:43:56.026Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2584 | 2026-03-11T21:43:56.178Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2585 | 2026-03-11T21:43:57.266Z | Compiling radium v0.7.0 |
| 2586 | 2026-03-11T21:43:57.657Z | Compiling maybe-uninit v2.0.0 |
| 2587 | 2026-03-11T21:43:58.029Z | Compiling tap v1.0.1 |
| 2588 | 2026-03-11T21:43:58.200Z | Compiling wyz v0.5.1 |
| 2589 | 2026-03-11T21:43:58.928Z | Compiling zerocopy-derive v0.6.6 |
| 2590 | 2026-03-11T21:43:59.955Z | Compiling packed_struct v0.10.1 |
| 2591 | 2026-03-11T21:44:00.285Z | Compiling display-error-chain v0.2.2 |
| 2592 | 2026-03-11T21:44:00.478Z | Compiling crc-catalog v2.4.0 |
| 2593 | 2026-03-11T21:44:00.629Z | Compiling funty v2.0.0 |
| 2594 | 2026-03-11T21:44:01.964Z | Compiling bitvec v1.0.1 |
| 2595 | 2026-03-11T21:44:01.995Z | Compiling crc v3.4.0 |
| 2596 | 2026-03-11T21:44:02.229Z | Compiling zerocopy v0.6.6 |
| 2597 | 2026-03-11T21:44:02.378Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5) |
| 2598 | 2026-03-11T21:44:02.952Z | Compiling packed_struct_codegen v0.10.1 |
| 2599 | 2026-03-11T21:44:03.381Z | Compiling bitfield-macros v0.19.4 |
| 2600 | 2026-03-11T21:44:04.275Z | Compiling indexmap v1.9.3 |
| 2601 | 2026-03-11T21:44:04.299Z | Compiling nodrop v0.1.14 |
| 2602 | 2026-03-11T21:44:04.409Z | Compiling array-init v0.0.4 |
| 2603 | 2026-03-11T21:44:04.594Z | Compiling bitfield v0.19.4 |
| 2604 | 2026-03-11T21:44:05.007Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2605 | 2026-03-11T21:44:05.047Z | Compiling smallvec v0.6.14 |
| 2606 | 2026-03-11T21:44:05.380Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2607 | 2026-03-11T21:44:05.831Z | Compiling num-derive v0.3.3 |
| 2608 | 2026-03-11T21:44:05.947Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2609 | 2026-03-11T21:44:06.524Z | Compiling hashbrown v0.12.3 |
| 2610 | 2026-03-11T21:44:06.667Z | Compiling proc-macro-error2 v2.0.1 |
| 2611 | 2026-03-11T21:44:06.993Z | Compiling libscf-sys v1.1.0 |
| 2612 | 2026-03-11T21:44:07.047Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2613 | 2026-03-11T21:44:07.192Z | Compiling serde-hex v0.1.0 |
| 2614 | 2026-03-11T21:44:07.481Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2615 | 2026-03-11T21:44:07.757Z | Compiling ron v0.8.1 |
| 2616 | 2026-03-11T21:44:08.002Z | Compiling nix v0.31.1 |
| 2617 | 2026-03-11T21:44:08.525Z | Compiling hashbrown v0.13.2 |
| 2618 | 2026-03-11T21:44:09.088Z | Compiling vergen-gitcl v1.0.8 |
| 2619 | 2026-03-11T21:44:09.311Z | Compiling dirs-sys-next v0.1.2 |
| 2620 | 2026-03-11T21:44:09.371Z | Compiling crc-any v2.5.0 |
| 2621 | 2026-03-11T21:44:09.633Z | Compiling crunchy v0.2.4 |
| 2622 | 2026-03-11T21:44:09.895Z | Compiling glob v0.3.3 |
| 2623 | 2026-03-11T21:44:09.995Z | Compiling maplit v1.0.2 |
| 2624 | 2026-03-11T21:44:10.087Z | Compiling dirs-next v2.0.0 |
| 2625 | 2026-03-11T21:44:10.159Z | Compiling object v0.30.4 |
| 2626 | 2026-03-11T21:44:10.260Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2627 | 2026-03-11T21:44:10.357Z | Compiling clang-sys v1.8.1 |
| 2628 | 2026-03-11T21:44:10.857Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2629 | 2026-03-11T21:44:10.923Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2630 | 2026-03-11T21:44:11.721Z | Compiling tabled_derive v0.11.0 |
| 2631 | 2026-03-11T21:44:11.840Z | Compiling papergrid v0.17.0 |
| 2632 | 2026-03-11T21:44:13.122Z | Compiling testing_table v0.3.0 |
| 2633 | 2026-03-11T21:44:13.632Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2634 | 2026-03-11T21:44:16.789Z | Compiling dsl_auto_type v0.1.3 |
| 2635 | 2026-03-11T21:44:17.510Z | Compiling scheduled-thread-pool v0.2.7 |
| 2636 | 2026-03-11T21:44:18.370Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2637 | 2026-03-11T21:44:18.634Z | Compiling tiny-keccak v2.0.2 |
| 2638 | 2026-03-11T21:44:18.960Z | Compiling path-slash v0.1.5 |
| 2639 | 2026-03-11T21:44:19.170Z | Compiling diesel_derives v2.2.7 |
| 2640 | 2026-03-11T21:44:19.200Z | Compiling r2d2 v0.8.10 |
| 2641 | 2026-03-11T21:44:19.547Z | Compiling tabled v0.20.0 |
| 2642 | 2026-03-11T21:44:22.719Z | Compiling term v0.7.0 |
| 2643 | 2026-03-11T21:44:23.367Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2644 | 2026-03-11T21:44:23.743Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2645 | 2026-03-11T21:44:24.648Z | Compiling arc-swap v1.8.2 |
| 2646 | 2026-03-11T21:44:25.107Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2647 | 2026-03-11T21:44:25.397Z | Compiling bit-vec v0.6.3 |
| 2648 | 2026-03-11T21:44:25.562Z | Compiling xshell-macros v0.2.7 |
| 2649 | 2026-03-11T21:44:25.708Z | Compiling bit-set v0.5.3 |
| 2650 | 2026-03-11T21:44:26.013Z | Compiling slog-scope v4.4.1 |
| 2651 | 2026-03-11T21:44:26.069Z | Compiling xshell v0.2.7 |
| 2652 | 2026-03-11T21:44:26.516Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2653 | 2026-03-11T21:44:27.747Z | Compiling diesel v2.2.12 |
| 2654 | 2026-03-11T21:44:29.505Z | Compiling ascii-canvas v3.0.0 |
| 2655 | 2026-03-11T21:44:29.582Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2656 | 2026-03-11T21:44:29.820Z | Compiling itertools v0.10.5 |
| 2657 | 2026-03-11T21:44:30.122Z | Compiling ena v0.14.4 |
| 2658 | 2026-03-11T21:44:30.412Z | Compiling libloading v0.8.9 |
| 2659 | 2026-03-11T21:44:30.692Z | Compiling regex-syntax v0.6.29 |
| 2660 | 2026-03-11T21:44:31.290Z | Compiling unicase v2.9.0 |
| 2661 | 2026-03-11T21:44:31.657Z | Compiling diff v0.1.13 |
| 2662 | 2026-03-11T21:44:31.979Z | Compiling bindgen v0.71.1 |
| 2663 | 2026-03-11T21:44:32.372Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2664 | 2026-03-11T21:44:32.717Z | Compiling lalrpop v0.19.12 |
| 2665 | 2026-03-11T21:44:33.817Z | Compiling slog-stdlog v4.1.1 |
| 2666 | 2026-03-11T21:44:34.370Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2667 | 2026-03-11T21:44:34.886Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2668 | 2026-03-11T21:44:35.695Z | Compiling cexpr v0.6.0 |
| 2669 | 2026-03-11T21:44:35.954Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2670 | 2026-03-11T21:44:35.979Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2671 | 2026-03-11T21:44:36.177Z | Compiling crc8 v0.1.1 |
| 2672 | 2026-03-11T21:44:36.409Z | Compiling slog-envlogger v2.2.0 |
| 2673 | 2026-03-11T21:44:36.552Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2674 | 2026-03-11T21:44:36.635Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2675 | 2026-03-11T21:44:36.811Z | Compiling headers-core v0.3.0 |
| 2676 | 2026-03-11T21:44:36.984Z | Compiling libxml v0.3.3 |
| 2677 | 2026-03-11T21:44:37.311Z | Compiling headers v0.4.1 |
| 2678 | 2026-03-11T21:44:37.375Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2679 | 2026-03-11T21:44:37.893Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2680 | 2026-03-11T21:44:38.166Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2681 | 2026-03-11T21:44:38.707Z | Compiling strum_macros v0.24.3 |
| 2682 | 2026-03-11T21:44:38.989Z | Compiling indoc v1.0.9 |
| 2683 | 2026-03-11T21:44:39.554Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2684 | 2026-03-11T21:44:39.834Z | Compiling progenitor-impl v0.10.0 |
| 2685 | 2026-03-11T21:44:40.388Z | Compiling derive_builder v0.20.2 |
| 2686 | 2026-03-11T21:44:40.587Z | Compiling oso-derive v0.27.3 |
| 2687 | 2026-03-11T21:44:41.274Z | Compiling quick-xml v0.37.5 |
| 2688 | 2026-03-11T21:44:41.954Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2689 | 2026-03-11T21:44:42.928Z | Compiling half v1.8.3 |
| 2690 | 2026-03-11T21:44:42.956Z | Compiling samael v0.0.19 |
| 2691 | 2026-03-11T21:44:43.490Z | Compiling openssl-probe v0.1.6 |
| 2692 | 2026-03-11T21:44:43.721Z | Compiling serde_cbor v0.11.2 |
| 2693 | 2026-03-11T21:44:43.803Z | Compiling polar-core v0.27.3 |
| 2694 | 2026-03-11T21:44:43.851Z | Compiling progenitor-macro v0.10.0 |
| 2695 | 2026-03-11T21:44:44.472Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2696 | 2026-03-11T21:44:44.773Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2697 | 2026-03-11T21:44:45.402Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2698 | 2026-03-11T21:44:47.939Z | Compiling diesel-dtrace v0.4.2 |
| 2699 | 2026-03-11T21:44:49.660Z | Compiling progenitor v0.10.0 |
| 2700 | 2026-03-11T21:44:49.860Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2701 | 2026-03-11T21:44:50.228Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2702 | 2026-03-11T21:44:51.910Z | Compiling bb8 v0.8.6 |
| 2703 | 2026-03-11T21:44:52.361Z | Compiling trait-variant v0.1.2 |
| 2704 | 2026-03-11T21:44:52.803Z | Compiling async-bb8-diesel v0.2.1 |
| 2705 | 2026-03-11T21:44:53.056Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2706 | 2026-03-11T21:44:53.763Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2707 | 2026-03-11T21:44:55.223Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2708 | 2026-03-11T21:44:55.627Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2709 | 2026-03-11T21:44:56.462Z | Compiling oso v0.27.3 |
| 2710 | 2026-03-11T21:44:57.468Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2711 | 2026-03-11T21:44:57.746Z | Compiling fxhash v0.2.1 |
| 2712 | 2026-03-11T21:44:57.939Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2713 | 2026-03-11T21:44:58.300Z | Compiling kstat-rs v0.2.4 |
| 2714 | 2026-03-11T21:44:58.861Z | Compiling libz-sys v1.1.24 |
| 2715 | 2026-03-11T21:44:59.392Z | Compiling salty v0.3.0 |
| 2716 | 2026-03-11T21:44:59.735Z | Compiling nonempty v0.12.0 |
| 2717 | 2026-03-11T21:45:00.155Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2718 | 2026-03-11T21:45:01.207Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2719 | 2026-03-11T21:45:04.411Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2720 | 2026-03-11T21:45:04.855Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2721 | 2026-03-11T21:45:07.715Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b) |
| 2722 | 2026-03-11T21:45:11.700Z | Compiling darling_core v0.23.0 |
| 2723 | 2026-03-11T21:45:12.102Z | Compiling nanorand v0.7.0 |
| 2724 | 2026-03-11T21:45:12.565Z | Compiling fs-err v2.11.0 |
| 2725 | 2026-03-11T21:45:12.866Z | Compiling parking_lot_core v0.8.6 |
| 2726 | 2026-03-11T21:45:13.185Z | Compiling mime_guess v2.0.5 |
| 2727 | 2026-03-11T21:45:13.406Z | Compiling flume v0.11.1 |
| 2728 | 2026-03-11T21:45:13.849Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b) |
| 2729 | 2026-03-11T21:45:13.920Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2730 | 2026-03-11T21:45:14.804Z | Compiling darling_macro v0.23.0 |
| 2731 | 2026-03-11T21:45:15.457Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2732 | 2026-03-11T21:45:16.178Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2733 | 2026-03-11T21:45:17.801Z | Compiling git-stub v1.0.0 |
| 2734 | 2026-03-11T21:45:18.136Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2735 | 2026-03-11T21:45:18.414Z | Compiling instability v0.3.11 |
| 2736 | 2026-03-11T21:45:18.761Z | Compiling git-stub-vcs v0.1.0 |
| 2737 | 2026-03-11T21:45:19.214Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2738 | 2026-03-11T21:45:22.523Z | Compiling darling v0.23.0 |
| 2739 | 2026-03-11T21:45:22.647Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2740 | 2026-03-11T21:45:29.514Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2741 | 2026-03-11T21:45:30.490Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2742 | 2026-03-11T21:45:31.817Z | Compiling ignore v0.4.25 |
| 2743 | 2026-03-11T21:45:32.761Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2744 | 2026-03-11T21:45:34.307Z | Compiling primeorder v0.13.6 |
| 2745 | 2026-03-11T21:45:34.688Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2746 | 2026-03-11T21:45:35.477Z | Compiling castaway v0.2.4 |
| 2747 | 2026-03-11T21:45:35.674Z | Compiling nibble_vec v0.1.0 |
| 2748 | 2026-03-11T21:45:35.891Z | Compiling atty v0.2.14 |
| 2749 | 2026-03-11T21:45:36.053Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2750 | 2026-03-11T21:45:36.232Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2751 | 2026-03-11T21:45:36.335Z | Compiling indoc v2.0.7 |
| 2752 | 2026-03-11T21:45:36.519Z | Compiling endian-type v0.1.2 |
| 2753 | 2026-03-11T21:45:36.557Z | Compiling parse-size v1.1.0 |
| 2754 | 2026-03-11T21:45:36.721Z | Compiling http-range v0.1.5 |
| 2755 | 2026-03-11T21:45:36.809Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2756 | 2026-03-11T21:45:37.120Z | Compiling radix_trie v0.2.1 |
| 2757 | 2026-03-11T21:45:37.399Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2758 | 2026-03-11T21:45:37.682Z | Compiling compact_str v0.8.1 |
| 2759 | 2026-03-11T21:45:37.824Z | Compiling p384 v0.13.1 |
| 2760 | 2026-03-11T21:45:38.190Z | Compiling globwalk v0.9.1 |
| 2761 | 2026-03-11T21:45:38.980Z | Compiling parking_lot v0.11.2 |
| 2762 | 2026-03-11T21:45:40.034Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2763 | 2026-03-11T21:45:40.118Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2764 | 2026-03-11T21:45:40.539Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2765 | 2026-03-11T21:45:40.685Z | Compiling predicates-tree v1.0.13 |
| 2766 | 2026-03-11T21:45:41.271Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2767 | 2026-03-11T21:45:41.736Z | Compiling unicode-truncate v1.1.0 |
| 2768 | 2026-03-11T21:45:41.989Z | Compiling lru v0.12.5 |
| 2769 | 2026-03-11T21:45:42.255Z | Compiling prefix-trie v0.7.0 |
| 2770 | 2026-03-11T21:45:42.864Z | Compiling vergen-git2 v1.0.7 |
| 2771 | 2026-03-11T21:45:43.003Z | Compiling cassowary v0.3.0 |
| 2772 | 2026-03-11T21:45:43.110Z | Compiling hickory-server v0.25.2 |
| 2773 | 2026-03-11T21:45:43.178Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2774 | 2026-03-11T21:45:44.936Z | Compiling ratatui v0.29.0 |
| 2775 | 2026-03-11T21:45:45.273Z | Compiling camino-tempfile-ext v0.3.3 |
| 2776 | 2026-03-11T21:45:46.858Z | Compiling hyper-staticfile v0.10.1 |
| 2777 | 2026-03-11T21:45:48.309Z | Compiling sled v0.34.7 |
| 2778 | 2026-03-11T21:45:49.445Z | Compiling git2 v0.20.4 |
| 2779 | 2026-03-11T21:45:49.599Z | Compiling hickory-client v0.25.2 |
| 2780 | 2026-03-11T21:45:51.144Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2781 | 2026-03-11T21:45:51.985Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2782 | 2026-03-11T21:45:53.660Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2783 | 2026-03-11T21:45:53.919Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2784 | 2026-03-11T21:45:54.631Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2785 | 2026-03-11T21:45:55.664Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2786 | 2026-03-11T21:45:55.742Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2787 | 2026-03-11T21:45:56.438Z | Compiling rand_seeder v0.4.0 |
| 2788 | 2026-03-11T21:45:56.744Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2789 | 2026-03-11T21:45:57.055Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2790 | 2026-03-11T21:45:57.298Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2791 | 2026-03-11T21:45:57.940Z | Compiling lzma-sys v0.1.20 |
| 2792 | 2026-03-11T21:45:58.451Z | Compiling corncobs v0.1.4 |
| 2793 | 2026-03-11T21:45:58.475Z | Compiling rustls v0.21.12 |
| 2794 | 2026-03-11T21:45:58.739Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2795 | 2026-03-11T21:45:58.799Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2796 | 2026-03-11T21:45:59.152Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2797 | 2026-03-11T21:45:59.409Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2798 | 2026-03-11T21:45:59.681Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2799 | 2026-03-11T21:45:59.765Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2800 | 2026-03-11T21:46:00.580Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2801 | 2026-03-11T21:46:07.046Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2802 | 2026-03-11T21:46:07.415Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2803 | 2026-03-11T21:46:07.536Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2804 | 2026-03-11T21:46:09.370Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2805 | 2026-03-11T21:46:11.463Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2806 | 2026-03-11T21:46:11.563Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2807 | 2026-03-11T21:46:11.744Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2808 | 2026-03-11T21:46:11.843Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2809 | 2026-03-11T21:46:12.044Z | Compiling cargo_toml v0.22.3 |
| 2810 | 2026-03-11T21:46:15.378Z | Compiling nix v0.29.0 |
| 2811 | 2026-03-11T21:46:15.925Z | Compiling rustls-webpki v0.101.7 |
| 2812 | 2026-03-11T21:46:16.493Z | Compiling sct v0.7.1 |
| 2813 | 2026-03-11T21:46:16.811Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2814 | 2026-03-11T21:46:17.294Z | Compiling secrecy v0.8.0 |
| 2815 | 2026-03-11T21:46:17.515Z | Compiling void v1.0.2 |
| 2816 | 2026-03-11T21:46:17.679Z | Compiling lzss v0.8.2 |
| 2817 | 2026-03-11T21:46:18.003Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2818 | 2026-03-11T21:46:18.272Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2819 | 2026-03-11T21:46:19.426Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2820 | 2026-03-11T21:46:21.743Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2821 | 2026-03-11T21:46:24.415Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2822 | 2026-03-11T21:46:25.315Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2823 | 2026-03-11T21:46:26.362Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2824 | 2026-03-11T21:46:27.124Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2825 | 2026-03-11T21:46:27.856Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2826 | 2026-03-11T21:46:28.073Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2827 | 2026-03-11T21:46:28.357Z | Compiling tungstenite v0.23.0 |
| 2828 | 2026-03-11T21:46:31.365Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2829 | 2026-03-11T21:46:31.429Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2830 | 2026-03-11T21:46:31.654Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2831 | 2026-03-11T21:46:31.712Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2832 | 2026-03-11T21:46:31.853Z | Compiling nix v0.27.1 |
| 2833 | 2026-03-11T21:46:31.934Z | Compiling serde_bytes v0.11.19 |
| 2834 | 2026-03-11T21:46:32.138Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2835 | 2026-03-11T21:46:32.320Z | Compiling tokio-tungstenite v0.23.1 |
| 2836 | 2026-03-11T21:46:32.765Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2837 | 2026-03-11T21:46:33.402Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2838 | 2026-03-11T21:46:33.932Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2839 | 2026-03-11T21:46:36.102Z | Compiling ron v0.12.0 |
| 2840 | 2026-03-11T21:46:39.164Z | Compiling xz2 v0.1.7 |
| 2841 | 2026-03-11T21:46:39.586Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2842 | 2026-03-11T21:46:41.146Z | Compiling tokio-rustls v0.24.1 |
| 2843 | 2026-03-11T21:46:41.481Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2844 | 2026-03-11T21:46:43.614Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2845 | 2026-03-11T21:46:50.878Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2846 | 2026-03-11T21:46:53.484Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5) |
| 2847 | 2026-03-11T21:46:55.871Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2848 | 2026-03-11T21:46:57.585Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2849 | 2026-03-11T21:46:59.636Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2850 | 2026-03-11T21:47:00.758Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2851 | 2026-03-11T21:47:02.487Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2852 | 2026-03-11T21:47:04.151Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2853 | 2026-03-11T21:47:04.243Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2854 | 2026-03-11T21:47:09.162Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2855 | 2026-03-11T21:47:09.370Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2856 | 2026-03-11T21:47:10.674Z | Compiling rustls-pemfile v1.0.4 |
| 2857 | 2026-03-11T21:47:11.153Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2858 | 2026-03-11T21:47:12.963Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2859 | 2026-03-11T21:47:13.210Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2860 | 2026-03-11T21:47:13.302Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2861 | 2026-03-11T21:47:14.291Z | Compiling signal-hook-tokio v0.3.1 |
| 2862 | 2026-03-11T21:47:14.512Z | Compiling yasna v0.5.2 |
| 2863 | 2026-03-11T21:47:16.231Z | Compiling twox-hash v2.1.2 |
| 2864 | 2026-03-11T21:47:16.492Z | Compiling is_ci v1.2.0 |
| 2865 | 2026-03-11T21:47:16.735Z | Compiling base16ct v1.0.0 |
| 2866 | 2026-03-11T21:47:17.982Z | Compiling supports-color v3.0.2 |
| 2867 | 2026-03-11T21:47:18.197Z | Compiling rcgen v0.12.1 |
| 2868 | 2026-03-11T21:47:18.315Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2869 | 2026-03-11T21:47:22.830Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2870 | 2026-03-11T21:47:26.379Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2871 | 2026-03-11T21:47:32.724Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2872 | 2026-03-11T21:47:41.185Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2873 | 2026-03-11T21:47:41.521Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2874 | 2026-03-11T21:47:47.348Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2875 | 2026-03-11T21:47:47.520Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2876 | 2026-03-11T21:47:57.050Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2877 | 2026-03-11T21:47:57.210Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2878 | 2026-03-11T21:47:57.507Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2879 | 2026-03-11T21:47:57.669Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2880 | 2026-03-11T21:47:57.796Z | Compiling progenitor-extras v0.1.0 |
| 2881 | 2026-03-11T21:47:58.118Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2882 | 2026-03-11T21:47:58.370Z | Compiling fatfs v0.3.6 |
| 2883 | 2026-03-11T21:47:59.969Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2884 | 2026-03-11T21:48:02.037Z | Compiling subprocess v0.2.15 |
| 2885 | 2026-03-11T21:48:04.786Z | Compiling rtoolbox v0.0.3 |
| 2886 | 2026-03-11T21:48:04.920Z | Compiling assert_matches v1.5.0 |
| 2887 | 2026-03-11T21:48:05.047Z | Compiling seq-macro v0.3.6 |
| 2888 | 2026-03-11T21:48:05.105Z | Compiling rpassword v7.4.0 |
| 2889 | 2026-03-11T21:48:05.445Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2890 | 2026-03-11T21:48:08.715Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2891 | 2026-03-11T21:48:12.139Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2892 | 2026-03-11T21:48:21.071Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2893 | 2026-03-11T21:48:21.225Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2894 | 2026-03-11T21:48:24.327Z | Compiling tui-tree-widget v0.23.1 |
| 2895 | 2026-03-11T21:48:24.689Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2896 | 2026-03-11T21:48:26.998Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2897 | 2026-03-11T21:48:27.728Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2898 | 2026-03-11T21:48:30.548Z | Compiling uzers v0.12.2 |
| 2899 | 2026-03-11T21:48:31.081Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2900 | 2026-03-11T21:48:32.374Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2901 | 2026-03-11T21:48:36.176Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2902 | 2026-03-11T21:48:47.624Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2903 | 2026-03-11T21:48:54.911Z | Compiling support-bundle-viewer v0.1.2 |
| 2904 | 2026-03-11T21:48:57.324Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2905 | 2026-03-11T21:49:00.110Z | Compiling multimap v0.10.1 |
| 2906 | 2026-03-11T21:50:19.865Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2907 | 2026-03-11T21:50:20.484Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2908 | 2026-03-11T21:57:06.319Z | Finished `release` profile [optimized] target(s) in 14m 23s |
| 2909 | 2026-03-11T21:58:00.091Z | |
| 2910 | 2026-03-11T21:58:00.095Z | real 15:18.681674709 |
| 2911 | 2026-03-11T21:58:00.095Z | user 1:43:14.109935451 |
| 2912 | 2026-03-11T21:58:00.095Z | sys 3:33.778857150 |
| 2913 | 2026-03-11T21:58:00.095Z | trap 2.326670097 |
| 2914 | 2026-03-11T21:58:00.095Z | tflt 2.209460417 |
| 2915 | 2026-03-11T21:58:00.095Z | dflt 6.034546739 |
| 2916 | 2026-03-11T21:58:00.095Z | kflt 0.000958542 |
| 2917 | 2026-03-11T21:58:00.095Z | lock 7:02:37.560529135 |
| 2918 | 2026-03-11T21:58:00.095Z | slp 4:53:27.013653878 |
| 2919 | 2026-03-11T21:58:00.095Z | lat 3:57.113209433 |
| 2920 | 2026-03-11T21:58:00.095Z | stop 3:47.030614522 |
| 2921 | 2026-03-11T21:58:00.095Z | + mapfile -t packages |
| 2922 | 2026-03-11T21:58:00.095Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2923 | 2026-03-11T21:58:01.349Z | Finished `release` profile [optimized] target(s) in 1.19s |
| 2924 | 2026-03-11T21:58:01.418Z | Running `target/release/omicron-package -t test list-outputs` |
| 2925 | 2026-03-11T21:58:01.478Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2926 | 2026-03-11T21:58:01.481Z | + ptime -m cargo build --locked --release -p xtask |
| 2927 | 2026-03-11T21:58:02.253Z | Compiling libc v0.2.180 |
| 2928 | 2026-03-11T21:58:02.254Z | Compiling serde v1.0.228 |
| 2929 | 2026-03-11T21:58:02.256Z | Compiling serde_core v1.0.228 |
| 2930 | 2026-03-11T21:58:02.256Z | Compiling syn v2.0.117 |
| 2931 | 2026-03-11T21:58:02.375Z | Compiling rustix v1.1.3 |
| 2932 | 2026-03-11T21:58:02.409Z | Compiling serde_json v1.0.149 |
| 2933 | 2026-03-11T21:58:02.412Z | Compiling bitflags v2.11.0 |
| 2934 | 2026-03-11T21:58:02.731Z | Compiling num-traits v0.2.19 |
| 2935 | 2026-03-11T21:58:02.882Z | Compiling smallvec v1.15.1 |
| 2936 | 2026-03-11T21:58:02.923Z | Compiling hashbrown v0.16.1 |
| 2937 | 2026-03-11T21:58:03.120Z | Compiling usdt-impl v0.5.0 |
| 2938 | 2026-03-11T21:58:03.193Z | Compiling syn v1.0.109 |
| 2939 | 2026-03-11T21:58:03.425Z | Compiling errno v0.3.14 |
| 2940 | 2026-03-11T21:58:03.615Z | Compiling thread-id v4.2.2 |
| 2941 | 2026-03-11T21:58:03.655Z | Compiling getrandom v0.4.1 |
| 2942 | 2026-03-11T21:58:03.723Z | Compiling indexmap v2.13.0 |
| 2943 | 2026-03-11T21:58:03.820Z | Compiling percent-encoding v2.3.2 |
| 2944 | 2026-03-11T21:58:03.985Z | Compiling log v0.4.29 |
| 2945 | 2026-03-11T21:58:04.160Z | Compiling form_urlencoded v1.2.2 |
| 2946 | 2026-03-11T21:58:04.717Z | Compiling ordered-float v2.10.1 |
| 2947 | 2026-03-11T21:58:04.947Z | Compiling terminal_size v0.4.3 |
| 2948 | 2026-03-11T21:58:05.143Z | Compiling fs-err v3.3.0 |
| 2949 | 2026-03-11T21:58:05.184Z | Compiling heck v0.4.1 |
| 2950 | 2026-03-11T21:58:05.464Z | Compiling once_cell v1.21.3 |
| 2951 | 2026-03-11T21:58:05.492Z | Compiling anyhow v1.0.102 |
| 2952 | 2026-03-11T21:58:05.795Z | Compiling tempfile v3.25.0 |
| 2953 | 2026-03-11T21:58:05.911Z | Compiling proc-macro-error v1.0.4 |
| 2954 | 2026-03-11T21:58:06.297Z | Compiling synstructure v0.13.2 |
| 2955 | 2026-03-11T21:58:06.404Z | Compiling pest_generator v2.8.6 |
| 2956 | 2026-03-11T21:58:06.472Z | Compiling clap_builder v4.5.60 |
| 2957 | 2026-03-11T21:58:06.899Z | Compiling memmap v0.7.0 |
| 2958 | 2026-03-11T21:58:06.915Z | Compiling tabled_derive v0.7.0 |
| 2959 | 2026-03-11T21:58:06.917Z | Compiling textwrap v0.16.2 |
| 2960 | 2026-03-11T21:58:07.279Z | Compiling camino-tempfile v1.4.1 |
| 2961 | 2026-03-11T21:58:07.942Z | Compiling serde_derive v1.0.228 |
| 2962 | 2026-03-11T21:58:07.942Z | Compiling zerofrom-derive v0.1.6 |
| 2963 | 2026-03-11T21:58:07.945Z | Compiling yoke-derive v0.8.1 |
| 2964 | 2026-03-11T21:58:07.945Z | Compiling zerovec-derive v0.11.2 |
| 2965 | 2026-03-11T21:58:08.080Z | Compiling displaydoc v0.2.5 |
| 2966 | 2026-03-11T21:58:08.842Z | Compiling thiserror-impl v1.0.69 |
| 2967 | 2026-03-11T21:58:09.004Z | Compiling zerocopy-derive v0.7.35 |
| 2968 | 2026-03-11T21:58:09.317Z | Compiling pest_derive v2.8.6 |
| 2969 | 2026-03-11T21:58:09.347Z | Compiling scroll_derive v0.12.1 |
| 2970 | 2026-03-11T21:58:09.534Z | Compiling zerofrom v0.1.6 |
| 2971 | 2026-03-11T21:58:09.716Z | Compiling yoke v0.8.1 |
| 2972 | 2026-03-11T21:58:09.897Z | Compiling thiserror-impl v2.0.18 |
| 2973 | 2026-03-11T21:58:09.992Z | Compiling zerovec v0.11.5 |
| 2974 | 2026-03-11T21:58:10.120Z | Compiling zerotrie v0.2.3 |
| 2975 | 2026-03-11T21:58:10.260Z | Compiling zerocopy v0.7.35 |
| 2976 | 2026-03-11T21:58:10.397Z | Compiling thiserror v1.0.69 |
| 2977 | 2026-03-11T21:58:10.542Z | Compiling dtrace-parser v0.2.0 |
| 2978 | 2026-03-11T21:58:10.840Z | Compiling tinystr v0.8.2 |
| 2979 | 2026-03-11T21:58:10.873Z | Compiling potential_utf v0.1.4 |
| 2980 | 2026-03-11T21:58:11.091Z | Compiling icu_collections v2.1.1 |
| 2981 | 2026-03-11T21:58:11.123Z | Compiling icu_locale_core v2.1.1 |
| 2982 | 2026-03-11T21:58:11.152Z | Compiling scroll v0.12.0 |
| 2983 | 2026-03-11T21:58:11.556Z | Compiling goblin v0.8.2 |
| 2984 | 2026-03-11T21:58:11.570Z | Compiling thiserror v2.0.18 |
| 2985 | 2026-03-11T21:58:12.311Z | Compiling icu_provider v2.1.1 |
| 2986 | 2026-03-11T21:58:12.451Z | Compiling toml_datetime v0.6.11 |
| 2987 | 2026-03-11T21:58:12.454Z | Compiling serde_spanned v0.6.9 |
| 2988 | 2026-03-11T21:58:12.675Z | Compiling icu_properties v2.1.2 |
| 2989 | 2026-03-11T21:58:12.856Z | Compiling icu_normalizer v2.1.1 |
| 2990 | 2026-03-11T21:58:12.947Z | Compiling toml_edit v0.22.27 |
| 2991 | 2026-03-11T21:58:14.304Z | Compiling idna_adapter v1.2.1 |
| 2992 | 2026-03-11T21:58:14.383Z | Compiling dof v0.3.0 |
| 2993 | 2026-03-11T21:58:14.490Z | Compiling idna v1.1.0 |
| 2994 | 2026-03-11T21:58:14.899Z | Compiling serde_tokenstream v0.2.3 |
| 2995 | 2026-03-11T21:58:15.274Z | Compiling toml v0.8.23 |
| 2996 | 2026-03-11T21:58:15.606Z | Compiling url v2.5.8 |
| 2997 | 2026-03-11T21:58:17.189Z | Compiling serde-value v0.7.0 |
| 2998 | 2026-03-11T21:58:18.126Z | Compiling cargo-util-schemas v0.8.2 |
| 2999 | 2026-03-11T21:58:18.429Z | Compiling usdt-attr-macro v0.5.0 |
| 3000 | 2026-03-11T21:58:18.676Z | Compiling usdt-macro v0.5.0 |
| 3001 | 2026-03-11T21:58:19.307Z | Compiling cargo-platform v0.2.0 |
| 3002 | 2026-03-11T21:58:19.525Z | Compiling clap_derive v4.5.55 |
| 3003 | 2026-03-11T21:58:19.844Z | Compiling cargo_metadata v0.21.0 |
| 3004 | 2026-03-11T21:58:20.025Z | Compiling usdt v0.5.0 |
| 3005 | 2026-03-11T21:58:20.850Z | Compiling cargo_toml v0.21.0 |
| 3006 | 2026-03-11T21:58:21.222Z | Compiling macaddr v1.0.1 |
| 3007 | 2026-03-11T21:58:21.609Z | Compiling tabled v0.15.0 |
| 3008 | 2026-03-11T21:58:21.814Z | Compiling clap v4.5.60 |
| 3009 | 2026-03-11T21:58:28.566Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3010 | 2026-03-11T21:58:32.579Z | Finished `release` profile [optimized] target(s) in 31.03s |
| 3011 | 2026-03-11T21:58:32.726Z | |
| 3012 | 2026-03-11T21:58:32.729Z | real 31.204854698 |
| 3013 | 2026-03-11T21:58:32.729Z | user 3:10.696095600 |
| 3014 | 2026-03-11T21:58:32.729Z | sys 19.315117521 |
| 3015 | 2026-03-11T21:58:32.729Z | trap 0.108308798 |
| 3016 | 2026-03-11T21:58:32.729Z | tflt 0.181663976 |
| 3017 | 2026-03-11T21:58:32.729Z | dflt 0.309856224 |
| 3018 | 2026-03-11T21:58:32.730Z | kflt 0.000014608 |
| 3019 | 2026-03-11T21:58:32.730Z | lock 8:51.514226644 |
| 3020 | 2026-03-11T21:58:32.730Z | slp 10:38.233427821 |
| 3021 | 2026-03-11T21:58:32.730Z | lat 17.343811863 |
| 3022 | 2026-03-11T21:58:32.730Z | stop 21.696792625 |
| 3023 | 2026-03-11T21:58:32.730Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3024 | 2026-03-11T21:58:32.730Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3025 | 2026-03-11T21:58:32.730Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3026 | 2026-03-11T21:58:32.730Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3027 | 2026-03-11T21:58:32.730Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3028 | 2026-03-11T21:58:34.002Z | Compiling regress v0.10.5 |
| 3029 | 2026-03-11T21:58:34.155Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3030 | 2026-03-11T21:58:34.158Z | Compiling serde_spanned v1.0.4 |
| 3031 | 2026-03-11T21:58:34.169Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3032 | 2026-03-11T21:58:34.172Z | Compiling structmeta-derive v0.3.0 |
| 3033 | 2026-03-11T21:58:34.172Z | Compiling rustls v0.22.4 |
| 3034 | 2026-03-11T21:58:34.229Z | Compiling rustls-webpki v0.102.8 |
| 3035 | 2026-03-11T21:58:34.232Z | Compiling newtype-uuid-macros v0.1.0 |
| 3036 | 2026-03-11T21:58:34.340Z | Compiling multer v3.1.0 |
| 3037 | 2026-03-11T21:58:34.468Z | Compiling toml v0.9.12+spec-1.1.0 |
| 3038 | 2026-03-11T21:58:34.509Z | Compiling match_cfg v0.1.0 |
| 3039 | 2026-03-11T21:58:34.548Z | Compiling debug-ignore v1.0.5 |
| 3040 | 2026-03-11T21:58:34.601Z | Compiling hostname v0.3.1 |
| 3041 | 2026-03-11T21:58:34.683Z | Compiling slog-json v2.6.1 |
| 3042 | 2026-03-11T21:58:34.706Z | Compiling async-stream-impl v0.3.6 |
| 3043 | 2026-03-11T21:58:34.937Z | Compiling dropshot v0.16.7 |
| 3044 | 2026-03-11T21:58:35.291Z | Compiling slog-bunyan v2.5.0 |
| 3045 | 2026-03-11T21:58:35.328Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3046 | 2026-03-11T21:58:35.484Z | Compiling progenitor-client v0.13.0 |
| 3047 | 2026-03-11T21:58:35.573Z | Compiling async-stream v0.3.6 |
| 3048 | 2026-03-11T21:58:35.709Z | Compiling structmeta v0.3.0 |
| 3049 | 2026-03-11T21:58:35.789Z | Compiling itertools v0.14.0 |
| 3050 | 2026-03-11T21:58:35.897Z | Compiling waitgroup v0.1.2 |
| 3051 | 2026-03-11T21:58:35.933Z | Compiling rustls-pemfile v2.2.0 |
| 3052 | 2026-03-11T21:58:36.001Z | Compiling dropshot_endpoint v0.16.7 |
| 3053 | 2026-03-11T21:58:36.076Z | Compiling hostname v0.4.2 |
| 3054 | 2026-03-11T21:58:36.151Z | Compiling serde_path_to_error v0.1.20 |
| 3055 | 2026-03-11T21:58:36.194Z | Compiling derive-ex v0.1.8 |
| 3056 | 2026-03-11T21:58:36.256Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3057 | 2026-03-11T21:58:36.400Z | Compiling macaddr v1.0.1 |
| 3058 | 2026-03-11T21:58:36.492Z | Compiling progenitor-client v0.10.0 |
| 3059 | 2026-03-11T21:58:36.641Z | Compiling instant v0.1.13 |
| 3060 | 2026-03-11T21:58:36.701Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3061 | 2026-03-11T21:58:36.784Z | Compiling parse-display-derive v0.10.0 |
| 3062 | 2026-03-11T21:58:36.870Z | Compiling backoff v0.4.0 |
| 3063 | 2026-03-11T21:58:37.139Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3064 | 2026-03-11T21:58:37.237Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3065 | 2026-03-11T21:58:37.411Z | Compiling tokio-rustls v0.25.0 |
| 3066 | 2026-03-11T21:58:37.527Z | Compiling backon v1.6.0 |
| 3067 | 2026-03-11T21:58:37.692Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3068 | 2026-03-11T21:58:37.727Z | Compiling crucible-workspace-hack v0.1.0 |
| 3069 | 2026-03-11T21:58:37.806Z | Compiling cfg_aliases v0.2.1 |
| 3070 | 2026-03-11T21:58:37.912Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3071 | 2026-03-11T21:58:38.116Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3072 | 2026-03-11T21:58:38.422Z | Compiling heapless v0.8.0 |
| 3073 | 2026-03-11T21:58:38.509Z | Compiling ingot-macros v0.1.1 |
| 3074 | 2026-03-11T21:58:38.592Z | Compiling test-strategy v0.4.5 |
| 3075 | 2026-03-11T21:58:38.929Z | Compiling proc-macro-crate v3.4.0 |
| 3076 | 2026-03-11T21:58:39.047Z | Compiling hash32 v0.3.1 |
| 3077 | 2026-03-11T21:58:39.126Z | Compiling parse-display v0.10.0 |
| 3078 | 2026-03-11T21:58:39.254Z | Compiling memoffset v0.9.1 |
| 3079 | 2026-03-11T21:58:39.420Z | Compiling smoltcp v0.11.0 |
| 3080 | 2026-03-11T21:58:39.527Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3081 | 2026-03-11T21:58:39.676Z | Compiling tabwriter v1.4.1 |
| 3082 | 2026-03-11T21:58:39.705Z | Compiling num_enum_derive v0.7.5 |
| 3083 | 2026-03-11T21:58:39.820Z | Compiling cobs v0.3.0 |
| 3084 | 2026-03-11T21:58:39.924Z | Compiling foreign-types-macros v0.2.3 |
| 3085 | 2026-03-11T21:58:39.981Z | Compiling foreign-types-shared v0.3.1 |
| 3086 | 2026-03-11T21:58:40.135Z | Compiling unsafe-libyaml v0.2.11 |
| 3087 | 2026-03-11T21:58:40.177Z | Compiling cpufeatures v0.3.0 |
| 3088 | 2026-03-11T21:58:40.284Z | Compiling chacha20 v0.10.0 |
| 3089 | 2026-03-11T21:58:40.748Z | Compiling postcard v1.1.3 |
| 3090 | 2026-03-11T21:58:40.749Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3091 | 2026-03-11T21:58:40.818Z | Compiling foreign-types v0.5.0 |
| 3092 | 2026-03-11T21:58:40.929Z | Compiling serde_yaml v0.9.34+deprecated |
| 3093 | 2026-03-11T21:58:41.207Z | Compiling num_enum v0.7.5 |
| 3094 | 2026-03-11T21:58:41.346Z | Compiling proc-macro-crate v1.3.1 |
| 3095 | 2026-03-11T21:58:41.383Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3096 | 2026-03-11T21:58:41.501Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3097 | 2026-03-11T21:58:41.525Z | Compiling secrecy v0.10.3 |
| 3098 | 2026-03-11T21:58:41.733Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3099 | 2026-03-11T21:58:41.894Z | Compiling cstr-argument v0.1.2 |
| 3100 | 2026-03-11T21:58:41.932Z | Compiling colored v3.1.1 |
| 3101 | 2026-03-11T21:58:41.971Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3102 | 2026-03-11T21:58:42.076Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3103 | 2026-03-11T21:58:42.096Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3104 | 2026-03-11T21:58:42.259Z | Compiling num_enum_derive v0.5.11 |
| 3105 | 2026-03-11T21:58:42.283Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3106 | 2026-03-11T21:58:42.417Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3107 | 2026-03-11T21:58:42.437Z | Compiling rand v0.10.0 |
| 3108 | 2026-03-11T21:58:42.510Z | Compiling ingot-types v0.1.2 |
| 3109 | 2026-03-11T21:58:42.539Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3110 | 2026-03-11T21:58:42.787Z | Compiling nix v0.30.1 |
| 3111 | 2026-03-11T21:58:43.023Z | Compiling ingot v0.1.1 |
| 3112 | 2026-03-11T21:58:43.087Z | Compiling camino-tempfile v1.4.1 |
| 3113 | 2026-03-11T21:58:43.164Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3114 | 2026-03-11T21:58:43.439Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3115 | 2026-03-11T21:58:43.610Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5) |
| 3116 | 2026-03-11T21:58:43.629Z | Compiling smf v0.2.3 |
| 3117 | 2026-03-11T21:58:43.691Z | Compiling num-derive v0.4.2 |
| 3118 | 2026-03-11T21:58:43.710Z | Compiling num_enum v0.5.11 |
| 3119 | 2026-03-11T21:58:43.869Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3120 | 2026-03-11T21:58:43.892Z | Compiling sigpipe v0.1.3 |
| 3121 | 2026-03-11T21:58:44.016Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3122 | 2026-03-11T21:58:44.289Z | Compiling glob v0.3.3 |
| 3123 | 2026-03-11T21:58:44.361Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5) |
| 3124 | 2026-03-11T21:58:44.679Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3125 | 2026-03-11T21:58:44.826Z | Compiling whoami v1.6.1 |
| 3126 | 2026-03-11T21:58:44.973Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3127 | 2026-03-11T21:58:45.273Z | Compiling toml v0.8.23 |
| 3128 | 2026-03-11T21:58:45.531Z | Compiling convert_case v0.4.0 |
| 3129 | 2026-03-11T21:58:45.553Z | Compiling universal-hash v0.5.1 |
| 3130 | 2026-03-11T21:58:45.572Z | Compiling opaque-debug v0.3.1 |
| 3131 | 2026-03-11T21:58:45.674Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3132 | 2026-03-11T21:58:45.736Z | Compiling half v2.7.1 |
| 3133 | 2026-03-11T21:58:45.880Z | Compiling ciborium-io v0.2.2 |
| 3134 | 2026-03-11T21:58:46.021Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3135 | 2026-03-11T21:58:46.068Z | Compiling derive_more v0.99.20 |
| 3136 | 2026-03-11T21:58:46.133Z | Compiling ciborium-ll v0.2.2 |
| 3137 | 2026-03-11T21:58:46.181Z | Compiling typify-impl v0.6.1 |
| 3138 | 2026-03-11T21:58:46.200Z | Compiling aead v0.5.2 |
| 3139 | 2026-03-11T21:58:46.437Z | Compiling ciborium v0.2.2 |
| 3140 | 2026-03-11T21:58:46.480Z | Compiling poly1305 v0.8.0 |
| 3141 | 2026-03-11T21:58:46.522Z | Compiling chacha20 v0.9.1 |
| 3142 | 2026-03-11T21:58:46.686Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5) |
| 3143 | 2026-03-11T21:58:46.851Z | Compiling typify-impl v0.4.3 |
| 3144 | 2026-03-11T21:58:47.228Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5) |
| 3145 | 2026-03-11T21:58:47.248Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3146 | 2026-03-11T21:58:47.436Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3147 | 2026-03-11T21:58:47.771Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3148 | 2026-03-11T21:58:48.893Z | Compiling thiserror-no-std v2.0.2 |
| 3149 | 2026-03-11T21:58:49.025Z | Compiling num-rational v0.4.2 |
| 3150 | 2026-03-11T21:58:49.506Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3151 | 2026-03-11T21:58:49.704Z | Compiling password-hash v0.5.0 |
| 3152 | 2026-03-11T21:58:49.876Z | Compiling blake2 v0.10.6 |
| 3153 | 2026-03-11T21:58:50.313Z | Compiling num-complex v0.4.6 |
| 3154 | 2026-03-11T21:58:50.655Z | Compiling prettyplease v0.2.37 |
| 3155 | 2026-03-11T21:58:50.750Z | Compiling indent_write v2.2.0 |
| 3156 | 2026-03-11T21:58:50.837Z | Compiling num v0.4.3 |
| 3157 | 2026-03-11T21:58:50.899Z | Compiling argon2 v0.5.3 |
| 3158 | 2026-03-11T21:58:50.939Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5) |
| 3159 | 2026-03-11T21:58:50.958Z | Compiling vsss-rs v3.3.4 |
| 3160 | 2026-03-11T21:58:51.000Z | Compiling chacha20poly1305 v0.10.1 |
| 3161 | 2026-03-11T21:58:51.076Z | Compiling float-ord v0.3.2 |
| 3162 | 2026-03-11T21:58:51.241Z | Compiling gethostname v0.5.0 |
| 3163 | 2026-03-11T21:58:51.406Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3164 | 2026-03-11T21:58:51.766Z | Compiling usdt-macro v0.5.0 |
| 3165 | 2026-03-11T21:58:52.389Z | Compiling usdt-attr-macro v0.5.0 |
| 3166 | 2026-03-11T21:58:52.501Z | Compiling derive-where v1.6.0 |
| 3167 | 2026-03-11T21:58:52.681Z | Compiling typify-macro v0.6.1 |
| 3168 | 2026-03-11T21:58:52.792Z | Compiling memmap v0.7.0 |
| 3169 | 2026-03-11T21:58:52.852Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3170 | 2026-03-11T21:58:53.045Z | Compiling atomicwrites v0.4.4 |
| 3171 | 2026-03-11T21:58:53.306Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3172 | 2026-03-11T21:58:53.326Z | Compiling owo-colors v4.3.0 |
| 3173 | 2026-03-11T21:58:53.416Z | Compiling typify-macro v0.4.3 |
| 3174 | 2026-03-11T21:58:53.457Z | Compiling usdt v0.5.0 |
| 3175 | 2026-03-11T21:58:53.588Z | Compiling cancel-safe-futures v0.1.5 |
| 3176 | 2026-03-11T21:58:53.800Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3177 | 2026-03-11T21:58:53.847Z | Compiling libsw-core v0.3.2 |
| 3178 | 2026-03-11T21:58:53.924Z | Compiling async-recursion v1.1.1 |
| 3179 | 2026-03-11T21:58:54.079Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3180 | 2026-03-11T21:58:54.133Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3181 | 2026-03-11T21:58:54.358Z | Compiling resolv-conf v0.7.6 |
| 3182 | 2026-03-11T21:58:54.839Z | Compiling libsw v3.5.0 |
| 3183 | 2026-03-11T21:58:55.190Z | Compiling typify v0.6.1 |
| 3184 | 2026-03-11T21:58:55.348Z | Compiling progenitor-impl v0.13.0 |
| 3185 | 2026-03-11T21:58:55.370Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3186 | 2026-03-11T21:58:55.694Z | Compiling progenitor-client v0.11.2 |
| 3187 | 2026-03-11T21:58:55.714Z | Compiling linear-map v1.2.0 |
| 3188 | 2026-03-11T21:58:55.831Z | Compiling typify v0.4.3 |
| 3189 | 2026-03-11T21:58:55.876Z | Compiling libefi-sys v0.1.0 |
| 3190 | 2026-03-11T21:58:55.981Z | Compiling progenitor-impl v0.11.2 |
| 3191 | 2026-03-11T21:58:55.985Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3192 | 2026-03-11T21:58:56.099Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3193 | 2026-03-11T21:58:56.175Z | Compiling hickory-proto v0.24.4 |
| 3194 | 2026-03-11T21:58:56.273Z | Compiling newline-converter v0.3.0 |
| 3195 | 2026-03-11T21:58:56.438Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3196 | 2026-03-11T21:58:57.246Z | Compiling console v0.15.11 |
| 3197 | 2026-03-11T21:58:57.568Z | Compiling bitfield-struct v0.6.2 |
| 3198 | 2026-03-11T21:58:58.074Z | Compiling semver v0.1.20 |
| 3199 | 2026-03-11T21:58:58.349Z | Compiling linked-hash-map v0.5.6 |
| 3200 | 2026-03-11T21:58:58.455Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3201 | 2026-03-11T21:58:58.475Z | Compiling rustc_version v0.1.7 |
| 3202 | 2026-03-11T21:58:58.619Z | Compiling lru-cache v0.1.2 |
| 3203 | 2026-03-11T21:58:58.791Z | Compiling expectorate v1.2.0 |
| 3204 | 2026-03-11T21:58:58.896Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3205 | 2026-03-11T21:58:59.013Z | Compiling pin-project-internal v1.1.11 |
| 3206 | 2026-03-11T21:58:59.090Z | Compiling slog-dtrace v0.3.0 |
| 3207 | 2026-03-11T21:58:59.166Z | Compiling progenitor-macro v0.13.0 |
| 3208 | 2026-03-11T21:58:59.372Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3209 | 2026-03-11T21:58:59.493Z | Compiling minimal-lexical v0.2.1 |
| 3210 | 2026-03-11T21:58:59.844Z | Compiling nom v7.1.3 |
| 3211 | 2026-03-11T21:58:59.864Z | Compiling progenitor-macro v0.11.2 |
| 3212 | 2026-03-11T21:59:00.657Z | Compiling pin-project v1.1.11 |
| 3213 | 2026-03-11T21:59:00.706Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3214 | 2026-03-11T21:59:00.876Z | Compiling hickory-resolver v0.24.4 |
| 3215 | 2026-03-11T21:59:00.968Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3216 | 2026-03-11T21:59:01.239Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3217 | 2026-03-11T21:59:01.527Z | Compiling newtype_derive v0.1.6 |
| 3218 | 2026-03-11T21:59:01.779Z | Compiling tokio-dtrace v0.1.1 |
| 3219 | 2026-03-11T21:59:01.809Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3220 | 2026-03-11T21:59:02.135Z | Compiling phf_shared v0.12.1 |
| 3221 | 2026-03-11T21:59:02.388Z | Compiling snafu-derive v0.8.9 |
| 3222 | 2026-03-11T21:59:02.547Z | Compiling dropshot-api-manager-types v0.5.2 |
| 3223 | 2026-03-11T21:59:03.012Z | Compiling pem v3.0.6 |
| 3224 | 2026-03-11T21:59:03.489Z | Compiling csv-core v0.1.13 |
| 3225 | 2026-03-11T21:59:03.856Z | Compiling chrono-tz v0.10.4 |
| 3226 | 2026-03-11T21:59:03.915Z | Compiling highway v1.3.0 |
| 3227 | 2026-03-11T21:59:04.132Z | Compiling base64 v0.21.7 |
| 3228 | 2026-03-11T21:59:04.452Z | Compiling xshell-macros v0.2.7 |
| 3229 | 2026-03-11T21:59:04.593Z | Compiling same-file v1.0.6 |
| 3230 | 2026-03-11T21:59:04.825Z | Compiling walkdir v2.5.0 |
| 3231 | 2026-03-11T21:59:05.002Z | Compiling xshell v0.2.7 |
| 3232 | 2026-03-11T21:59:05.076Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3233 | 2026-03-11T21:59:05.170Z | Compiling snafu v0.8.9 |
| 3234 | 2026-03-11T21:59:05.374Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3235 | 2026-03-11T21:59:05.434Z | Compiling const_format_proc_macros v0.2.34 |
| 3236 | 2026-03-11T21:59:05.677Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3237 | 2026-03-11T21:59:05.793Z | Compiling csv v1.4.0 |
| 3238 | 2026-03-11T21:59:06.531Z | Compiling progenitor v0.13.0 |
| 3239 | 2026-03-11T21:59:06.582Z | Compiling phf v0.12.1 |
| 3240 | 2026-03-11T21:59:06.645Z | Compiling qorb v0.4.1 |
| 3241 | 2026-03-11T21:59:06.731Z | Compiling oxide-tokio-rt v0.1.2 |
| 3242 | 2026-03-11T21:59:06.872Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3243 | 2026-03-11T21:59:06.986Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3244 | 2026-03-11T21:59:07.093Z | Compiling progenitor v0.11.2 |
| 3245 | 2026-03-11T21:59:07.564Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3246 | 2026-03-11T21:59:07.725Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3247 | 2026-03-11T21:59:07.747Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3248 | 2026-03-11T21:59:08.328Z | Compiling globset v0.4.18 |
| 3249 | 2026-03-11T21:59:08.955Z | Compiling olpc-cjson v0.1.4 |
| 3250 | 2026-03-11T21:59:09.192Z | Compiling primeorder v0.13.6 |
| 3251 | 2026-03-11T21:59:09.297Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3252 | 2026-03-11T21:59:09.334Z | Compiling serde_plain v1.0.2 |
| 3253 | 2026-03-11T21:59:09.383Z | Compiling typed-path v0.9.3 |
| 3254 | 2026-03-11T21:59:09.548Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3255 | 2026-03-11T21:59:09.640Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3256 | 2026-03-11T21:59:09.788Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3257 | 2026-03-11T21:59:10.266Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3258 | 2026-03-11T21:59:10.526Z | Compiling const_format v0.2.35 |
| 3259 | 2026-03-11T21:59:10.727Z | Compiling tough v0.20.0 |
| 3260 | 2026-03-11T21:59:10.802Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3261 | 2026-03-11T21:59:10.970Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3262 | 2026-03-11T21:59:11.205Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3263 | 2026-03-11T21:59:11.953Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3264 | 2026-03-11T21:59:12.195Z | Compiling tabled_derive v0.7.0 |
| 3265 | 2026-03-11T21:59:12.729Z | Compiling bcs v0.1.6 |
| 3266 | 2026-03-11T21:59:12.839Z | Compiling termtree v0.5.1 |
| 3267 | 2026-03-11T21:59:13.058Z | Compiling utf-8 v0.7.6 |
| 3268 | 2026-03-11T21:59:13.156Z | Compiling radium v0.7.0 |
| 3269 | 2026-03-11T21:59:13.307Z | Compiling salty v0.3.0 |
| 3270 | 2026-03-11T21:59:13.475Z | Compiling tungstenite v0.21.0 |
| 3271 | 2026-03-11T21:59:13.552Z | Compiling tabled v0.15.0 |
| 3272 | 2026-03-11T21:59:13.571Z | Compiling textwrap v0.16.2 |
| 3273 | 2026-03-11T21:59:13.622Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3274 | 2026-03-11T21:59:13.671Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3275 | 2026-03-11T21:59:13.901Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3276 | 2026-03-11T21:59:14.173Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3277 | 2026-03-11T21:59:14.203Z | Compiling steno v0.4.1 |
| 3278 | 2026-03-11T21:59:14.652Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3279 | 2026-03-11T21:59:14.839Z | Compiling tap v1.0.1 |
| 3280 | 2026-03-11T21:59:15.003Z | Compiling maybe-uninit v2.0.0 |
| 3281 | 2026-03-11T21:59:15.429Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3282 | 2026-03-11T21:59:15.479Z | Compiling humantime v2.3.0 |
| 3283 | 2026-03-11T21:59:15.924Z | Compiling wyz v0.5.1 |
| 3284 | 2026-03-11T21:59:16.210Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3285 | 2026-03-11T21:59:16.318Z | Compiling tokio-tungstenite v0.21.0 |
| 3286 | 2026-03-11T21:59:17.160Z | Compiling p384 v0.13.1 |
| 3287 | 2026-03-11T21:59:17.390Z | Compiling progenitor-impl v0.10.0 |
| 3288 | 2026-03-11T21:59:17.511Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3289 | 2026-03-11T21:59:17.721Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3290 | 2026-03-11T21:59:17.769Z | Compiling arc-swap v1.8.2 |
| 3291 | 2026-03-11T21:59:17.903Z | Compiling packed_struct v0.10.1 |
| 3292 | 2026-03-11T21:59:18.040Z | Compiling tagptr v0.2.0 |
| 3293 | 2026-03-11T21:59:18.174Z | Compiling funty v2.0.0 |
| 3294 | 2026-03-11T21:59:18.243Z | Compiling moka v0.12.13 |
| 3295 | 2026-03-11T21:59:18.263Z | Compiling slog-scope v4.4.1 |
| 3296 | 2026-03-11T21:59:18.312Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3297 | 2026-03-11T21:59:18.591Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3298 | 2026-03-11T21:59:19.067Z | Compiling bitvec v1.0.1 |
| 3299 | 2026-03-11T21:59:19.405Z | Compiling polyval v0.6.2 |
| 3300 | 2026-03-11T21:59:19.716Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3301 | 2026-03-11T21:59:20.194Z | Compiling packed_struct_codegen v0.10.1 |
| 3302 | 2026-03-11T21:59:20.388Z | Compiling bitfield-macros v0.19.4 |
| 3303 | 2026-03-11T21:59:21.098Z | Compiling zerocopy-derive v0.6.6 |
| 3304 | 2026-03-11T21:59:21.118Z | Compiling progenitor-macro v0.10.0 |
| 3305 | 2026-03-11T21:59:21.394Z | Compiling indexmap v1.9.3 |
| 3306 | 2026-03-11T21:59:21.416Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3307 | 2026-03-11T21:59:21.687Z | Compiling nodrop v0.1.14 |
| 3308 | 2026-03-11T21:59:21.715Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3309 | 2026-03-11T21:59:21.822Z | Compiling parking_lot_core v0.8.6 |
| 3310 | 2026-03-11T21:59:21.934Z | Compiling crc-catalog v2.4.0 |
| 3311 | 2026-03-11T21:59:21.982Z | Compiling proc-macro-error2 v2.0.1 |
| 3312 | 2026-03-11T21:59:22.029Z | Compiling array-init v0.0.4 |
| 3313 | 2026-03-11T21:59:22.078Z | Compiling crc v3.4.0 |
| 3314 | 2026-03-11T21:59:22.286Z | Compiling zerocopy v0.6.6 |
| 3315 | 2026-03-11T21:59:22.393Z | Compiling bitfield v0.19.4 |
| 3316 | 2026-03-11T21:59:22.411Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3317 | 2026-03-11T21:59:22.593Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3318 | 2026-03-11T21:59:22.758Z | Compiling ghash v0.5.1 |
| 3319 | 2026-03-11T21:59:22.834Z | Compiling smallvec v0.6.14 |
| 3320 | 2026-03-11T21:59:22.934Z | Compiling hickory-resolver v0.25.2 |
| 3321 | 2026-03-11T21:59:23.125Z | Compiling slog-stdlog v4.1.1 |
| 3322 | 2026-03-11T21:59:23.417Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3323 | 2026-03-11T21:59:23.773Z | Compiling nix v0.31.1 |
| 3324 | 2026-03-11T21:59:24.036Z | Compiling git-stub v1.0.0 |
| 3325 | 2026-03-11T21:59:24.098Z | Compiling ctr v0.9.2 |
| 3326 | 2026-03-11T21:59:24.194Z | Compiling num-derive v0.3.3 |
| 3327 | 2026-03-11T21:59:24.342Z | Compiling lzma-sys v0.1.20 |
| 3328 | 2026-03-11T21:59:24.371Z | Compiling unicase v2.9.0 |
| 3329 | 2026-03-11T21:59:24.390Z | Compiling hashbrown v0.12.3 |
| 3330 | 2026-03-11T21:59:24.414Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3331 | 2026-03-11T21:59:24.658Z | Compiling mime_guess v2.0.5 |
| 3332 | 2026-03-11T21:59:24.719Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3333 | 2026-03-11T21:59:24.953Z | Compiling aes-gcm v0.10.3 |
| 3334 | 2026-03-11T21:59:25.230Z | Compiling git-stub-vcs v0.1.0 |
| 3335 | 2026-03-11T21:59:25.440Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3336 | 2026-03-11T21:59:25.463Z | Compiling libscf-sys v1.1.0 |
| 3337 | 2026-03-11T21:59:25.571Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3338 | 2026-03-11T21:59:25.651Z | Compiling slog-envlogger v2.2.0 |
| 3339 | 2026-03-11T21:59:25.670Z | Compiling serde-hex v0.1.0 |
| 3340 | 2026-03-11T21:59:25.724Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3341 | 2026-03-11T21:59:25.994Z | Compiling tabled_derive v0.11.0 |
| 3342 | 2026-03-11T21:59:26.834Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3343 | 2026-03-11T21:59:27.582Z | Compiling ron v0.8.1 |
| 3344 | 2026-03-11T21:59:27.669Z | Compiling papergrid v0.17.0 |
| 3345 | 2026-03-11T21:59:28.147Z | Compiling cargo_toml v0.22.3 |
| 3346 | 2026-03-11T21:59:28.325Z | Compiling progenitor v0.10.0 |
| 3347 | 2026-03-11T21:59:28.526Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3348 | 2026-03-11T21:59:28.756Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3349 | 2026-03-11T21:59:28.958Z | Compiling hashbrown v0.13.2 |
| 3350 | 2026-03-11T21:59:29.280Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3351 | 2026-03-11T21:59:29.655Z | Compiling testing_table v0.3.0 |
| 3352 | 2026-03-11T21:59:29.875Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3353 | 2026-03-11T21:59:30.077Z | Compiling ssh-encoding v0.2.0 |
| 3354 | 2026-03-11T21:59:30.279Z | Compiling blowfish v0.9.1 |
| 3355 | 2026-03-11T21:59:30.474Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3356 | 2026-03-11T21:59:30.612Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3357 | 2026-03-11T21:59:30.746Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3358 | 2026-03-11T21:59:30.936Z | Compiling nibble_vec v0.1.0 |
| 3359 | 2026-03-11T21:59:31.045Z | Compiling corncobs v0.1.4 |
| 3360 | 2026-03-11T21:59:31.065Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3361 | 2026-03-11T21:59:31.126Z | Compiling crc-any v2.5.0 |
| 3362 | 2026-03-11T21:59:31.290Z | Compiling endian-type v0.1.2 |
| 3363 | 2026-03-11T21:59:31.381Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3364 | 2026-03-11T21:59:31.473Z | Compiling radix_trie v0.2.1 |
| 3365 | 2026-03-11T21:59:31.497Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3366 | 2026-03-11T21:59:31.975Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3367 | 2026-03-11T21:59:32.058Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3368 | 2026-03-11T21:59:32.132Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3369 | 2026-03-11T21:59:32.161Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 3370 | 2026-03-11T21:59:32.557Z | Compiling ssh-cipher v0.2.0 |
| 3371 | 2026-03-11T21:59:32.608Z | Compiling tabled v0.20.0 |
| 3372 | 2026-03-11T21:59:33.382Z | Compiling object v0.30.4 |
| 3373 | 2026-03-11T21:59:33.401Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3374 | 2026-03-11T21:59:33.738Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3375 | 2026-03-11T21:59:33.993Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3376 | 2026-03-11T21:59:34.152Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3377 | 2026-03-11T21:59:34.398Z | Compiling parking_lot v0.11.2 |
| 3378 | 2026-03-11T21:59:34.743Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3379 | 2026-03-11T21:59:34.913Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3380 | 2026-03-11T21:59:35.621Z | Compiling prefix-trie v0.7.0 |
| 3381 | 2026-03-11T21:59:35.758Z | Compiling password-hash v0.4.2 |
| 3382 | 2026-03-11T21:59:35.814Z | Compiling fxhash v0.2.1 |
| 3383 | 2026-03-11T21:59:36.002Z | Compiling secrecy v0.8.0 |
| 3384 | 2026-03-11T21:59:36.031Z | Compiling http-range v0.1.5 |
| 3385 | 2026-03-11T21:59:36.160Z | Compiling path-slash v0.1.5 |
| 3386 | 2026-03-11T21:59:36.205Z | Compiling half v1.8.3 |
| 3387 | 2026-03-11T21:59:36.343Z | Compiling pbkdf2 v0.11.0 |
| 3388 | 2026-03-11T21:59:36.556Z | Compiling serde_cbor v0.11.2 |
| 3389 | 2026-03-11T21:59:36.587Z | Compiling hickory-server v0.25.2 |
| 3390 | 2026-03-11T21:59:36.615Z | Compiling sled v0.34.7 |
| 3391 | 2026-03-11T21:59:37.372Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3392 | 2026-03-11T21:59:37.768Z | Compiling xz2 v0.1.7 |
| 3393 | 2026-03-11T21:59:37.771Z | Compiling ron v0.12.0 |
| 3394 | 2026-03-11T21:59:38.134Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3395 | 2026-03-11T21:59:38.445Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3396 | 2026-03-11T21:59:39.048Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3397 | 2026-03-11T21:59:39.429Z | Compiling ssh-key v0.6.7 |
| 3398 | 2026-03-11T21:59:39.473Z | Compiling hickory-client v0.25.2 |
| 3399 | 2026-03-11T21:59:39.926Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3400 | 2026-03-11T21:59:40.103Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3401 | 2026-03-11T21:59:40.836Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3402 | 2026-03-11T21:59:40.869Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3403 | 2026-03-11T21:59:41.827Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5) |
| 3404 | 2026-03-11T21:59:42.035Z | Compiling p256 v0.13.2 |
| 3405 | 2026-03-11T21:59:42.122Z | Compiling p521 v0.13.3 |
| 3406 | 2026-03-11T21:59:42.349Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3407 | 2026-03-11T21:59:42.552Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3408 | 2026-03-11T21:59:43.179Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3409 | 2026-03-11T21:59:43.347Z | Compiling yasna v0.5.2 |
| 3410 | 2026-03-11T21:59:43.389Z | Compiling kstat-rs v0.2.4 |
| 3411 | 2026-03-11T21:59:43.448Z | Compiling headers-core v0.3.0 |
| 3412 | 2026-03-11T21:59:43.613Z | Compiling nanorand v0.7.0 |
| 3413 | 2026-03-11T21:59:43.635Z | Compiling russh-cryptovec v0.7.3 |
| 3414 | 2026-03-11T21:59:43.790Z | Compiling atty v0.2.14 |
| 3415 | 2026-03-11T21:59:43.890Z | Compiling base16ct v1.0.0 |
| 3416 | 2026-03-11T21:59:43.946Z | Compiling crc8 v0.1.1 |
| 3417 | 2026-03-11T21:59:43.991Z | Compiling md5 v0.7.0 |
| 3418 | 2026-03-11T21:59:44.108Z | Compiling home v0.5.12 |
| 3419 | 2026-03-11T21:59:44.142Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3420 | 2026-03-11T21:59:44.249Z | Compiling russh-keys v0.45.0 |
| 3421 | 2026-03-11T21:59:44.288Z | Compiling rcgen v0.12.1 |
| 3422 | 2026-03-11T21:59:44.307Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5) |
| 3423 | 2026-03-11T21:59:44.346Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3424 | 2026-03-11T21:59:44.821Z | Compiling flume v0.11.1 |
| 3425 | 2026-03-11T21:59:45.516Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3426 | 2026-03-11T21:59:46.403Z | Compiling headers v0.4.1 |
| 3427 | 2026-03-11T21:59:47.485Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3428 | 2026-03-11T21:59:48.902Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3429 | 2026-03-11T21:59:49.628Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3430 | 2026-03-11T21:59:50.871Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3431 | 2026-03-11T21:59:50.933Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3432 | 2026-03-11T21:59:51.207Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3433 | 2026-03-11T21:59:52.104Z | Compiling hyper-staticfile v0.10.1 |
| 3434 | 2026-03-11T21:59:52.301Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3435 | 2026-03-11T21:59:52.778Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3436 | 2026-03-11T21:59:52.798Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3437 | 2026-03-11T21:59:53.137Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3438 | 2026-03-11T21:59:53.452Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3439 | 2026-03-11T21:59:53.796Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3440 | 2026-03-11T21:59:54.024Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3441 | 2026-03-11T21:59:54.066Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3442 | 2026-03-11T21:59:54.546Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3443 | 2026-03-11T21:59:54.597Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3444 | 2026-03-11T21:59:54.874Z | Compiling num-bigint v0.4.6 |
| 3445 | 2026-03-11T21:59:54.913Z | Compiling des v0.8.1 |
| 3446 | 2026-03-11T21:59:54.996Z | Compiling subprocess v0.2.15 |
| 3447 | 2026-03-11T21:59:55.083Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3448 | 2026-03-11T21:59:55.234Z | Compiling display-error-chain v0.2.2 |
| 3449 | 2026-03-11T21:59:55.426Z | Compiling hex-literal v0.4.1 |
| 3450 | 2026-03-11T21:59:55.578Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3451 | 2026-03-11T21:59:55.581Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3452 | 2026-03-11T21:59:55.687Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3453 | 2026-03-11T21:59:55.780Z | Compiling colored v2.2.0 |
| 3454 | 2026-03-11T21:59:56.089Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3455 | 2026-03-11T21:59:56.293Z | Compiling socket2 v0.5.10 |
| 3456 | 2026-03-11T21:59:56.409Z | Compiling internet-checksum v0.2.1 |
| 3457 | 2026-03-11T21:59:56.597Z | Compiling russh v0.45.0 |
| 3458 | 2026-03-11T22:00:00.751Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3459 | 2026-03-11T22:00:31.019Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3460 | 2026-03-11T22:00:56.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s |
| 3461 | 2026-03-11T22:00:56.968Z | |
| 3462 | 2026-03-11T22:00:56.971Z | real 2:24.161290930 |
| 3463 | 2026-03-11T22:00:56.971Z | user 11:45.904333997 |
| 3464 | 2026-03-11T22:00:56.971Z | sys 1:55.488747728 |
| 3465 | 2026-03-11T22:00:56.971Z | trap 0.314635607 |
| 3466 | 2026-03-11T22:00:56.971Z | tflt 0.260046573 |
| 3467 | 2026-03-11T22:00:56.972Z | dflt 0.456169567 |
| 3468 | 2026-03-11T22:00:56.972Z | kflt 0.000043139 |
| 3469 | 2026-03-11T22:00:56.972Z | lock 30:50.462928543 |
| 3470 | 2026-03-11T22:00:56.972Z | slp 42:42.010706093 |
| 3471 | 2026-03-11T22:00:56.972Z | lat 58.947925144 |
| 3472 | 2026-03-11T22:00:56.972Z | stop 2:13.035452028 |
| 3473 | 2026-03-11T22:00:56.972Z | + mkdir tests |
| 3474 | 2026-03-11T22:00:56.975Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3475 | 2026-03-11T22:00:56.975Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3476 | 2026-03-11T22:00:57.010Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-c1cadaa489ebb376 tests/ |
| 3477 | 2026-03-11T22:00:57.042Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-9d24cce7dcf30bc0 tests/ |
| 3478 | 2026-03-11T22:00:57.074Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-0eaff503aca025e8 tests/ |
| 3479 | 2026-03-11T22:00:57.108Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-06210acf276bd282 tests/ |
| 3480 | 2026-03-11T22:00:57.433Z | + 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/*) |
| 3481 | 2026-03-11T22:00:57.436Z | + 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-9d24cce7dcf30bc0 tests/commtest-0eaff503aca025e8 tests/dhcp_server-c1cadaa489ebb376 tests/end_to_end_tests-06210acf276bd282 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 |
| 3482 | 2026-03-11T22:02:36.330Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3483 | 2026-03-11T22:02:36.330Z | a .github/buildomat/ci-env.sh 1K |
| 3484 | 2026-03-11T22:02:36.330Z | a out/target/test 1K |
| 3485 | 2026-03-11T22:02:36.330Z | a out/npuzone/npuzone 27402K |
| 3486 | 2026-03-11T22:02:36.330Z | a package-manifest.toml 35K |
| 3487 | 2026-03-11T22:02:36.330Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3488 | 2026-03-11T22:02:36.330Z | a target/release/omicron-package 41062K |
| 3489 | 2026-03-11T22:02:36.330Z | a target/release/xtask 11359K |
| 3490 | 2026-03-11T22:02:36.330Z | a target/debug/bootstrap 346510K |
| 3491 | 2026-03-11T22:02:36.330Z | a tests/bootstrap-9d24cce7dcf30bc0 31480K |
| 3492 | 2026-03-11T22:02:36.330Z | a tests/commtest-0eaff503aca025e8 31997K |
| 3493 | 2026-03-11T22:02:36.330Z | a tests/dhcp_server-c1cadaa489ebb376 31480K |
| 3494 | 2026-03-11T22:02:36.330Z | a tests/end_to_end_tests-06210acf276bd282 388191K |
| 3495 | 2026-03-11T22:02:36.330Z | a out/clickhouse.tar.gz 302574K |
| 3496 | 2026-03-11T22:02:36.330Z | a out/clickhouse_keeper.tar.gz 287868K |
| 3497 | 2026-03-11T22:02:36.330Z | a out/clickhouse_server.tar.gz 302573K |
| 3498 | 2026-03-11T22:02:36.330Z | a out/cockroachdb.tar.gz 156114K |
| 3499 | 2026-03-11T22:02:36.330Z | a out/crucible-pantry-zone.tar.gz 38316K |
| 3500 | 2026-03-11T22:02:36.331Z | a out/crucible-utils.tar 17744K |
| 3501 | 2026-03-11T22:02:36.331Z | a out/crucible-zone.tar.gz 52454K |
| 3502 | 2026-03-11T22:02:36.331Z | a out/external-dns.tar.gz 41547K |
| 3503 | 2026-03-11T22:02:36.331Z | a out/internal-dns.tar.gz 41547K |
| 3504 | 2026-03-11T22:02:36.331Z | a out/mg-ddm-gz.tar 86339K |
| 3505 | 2026-03-11T22:02:36.331Z | a out/nexus.tar.gz 209866K |
| 3506 | 2026-03-11T22:02:36.331Z | a out/ntp.tar.gz 22563K |
| 3507 | 2026-03-11T22:02:36.331Z | a out/omicron-gateway-softnpu.tar.gz 26431K |
| 3508 | 2026-03-11T22:02:36.331Z | a out/omicron-sled-agent.tar 182227K |
| 3509 | 2026-03-11T22:02:36.332Z | a out/overlay.tar.gz 3K |
| 3510 | 2026-03-11T22:02:36.332Z | a out/oximeter.tar.gz 57387K |
| 3511 | 2026-03-11T22:02:36.332Z | a out/oxlog.tar 3895K |
| 3512 | 2026-03-11T22:02:36.332Z | a out/probe.tar.gz 3037K |
| 3513 | 2026-03-11T22:02:36.332Z | a out/propolis-server.tar.gz 32618K |
| 3514 | 2026-03-11T22:02:36.332Z | a out/pumpkind-gz.tar 26647K |
| 3515 | 2026-03-11T22:02:36.332Z | a out/switch-softnpu.tar.gz 369952K |
| 3516 | 2026-03-11T22:02:36.335Z | |
| 3517 | 2026-03-11T22:02:36.335Z | real 1:38.884177495 |
| 3518 | 2026-03-11T22:02:36.335Z | user 1:36.924924916 |
| 3519 | 2026-03-11T22:02:36.335Z | sys 4.619322650 |
| 3520 | 2026-03-11T22:02:36.335Z | trap 0.006577656 |
| 3521 | 2026-03-11T22:02:36.335Z | tflt 0.000000000 |
| 3522 | 2026-03-11T22:02:36.335Z | dflt 0.000000000 |
| 3523 | 2026-03-11T22:02:36.335Z | kflt 0.000000000 |
| 3524 | 2026-03-11T22:02:36.335Z | lock 0.000000000 |
| 3525 | 2026-03-11T22:02:36.335Z | slp 1:35.881299946 |
| 3526 | 2026-03-11T22:02:36.335Z | lat 0.331634882 |
| 3527 | 2026-03-11T22:02:36.336Z | stop 0.000322184 |
| 3528 | 2026-03-11T22:02:36.336Z | process exited: duration 1638312 ms, exit code 0 |
| |
| 3529 | 2026-03-11T22:02:36.350Z | found 1 output files |
| 3530 | 2026-03-11T22:02:36.350Z | uploading: /work/package.tar.gz (2277132598 bytes) |
| 3531 | 2026-03-11T22:03:08.606Z | uploaded: /work/package.tar.gz |