|
|
|
| 1 | 2026-01-27T17:23:39.549Z | job assigned to worker 01KG07N7EK0T49N526K5DY0EJG [factory aws, i-04455e3e5c86d2332] (queued for 1 m 1 s) |
| |
| 2 | 2026-01-27T17:23:47.869Z | starting task 0: "setup" |
| 3 | 2026-01-27T17:23:47.874Z | ++ uname -s |
| 4 | 2026-01-27T17:23:47.877Z | + kern=SunOS |
| 5 | 2026-01-27T17:23:47.877Z | + build_user=build |
| 6 | 2026-01-27T17:23:47.877Z | + build_uid=12345 |
| 7 | 2026-01-27T17:23:47.877Z | + work_dir=/work |
| 8 | 2026-01-27T17:23:47.877Z | + input_dir=/input |
| 9 | 2026-01-27T17:23:47.877Z | + [[ 0 == 12345 ]] |
| 10 | 2026-01-27T17:23:47.877Z | + case "$kern" in |
| 11 | 2026-01-27T17:23:47.877Z | + groupadd -g 12345 build |
| 12 | 2026-01-27T17:23:47.880Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-01-27T17:23:49.887Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-01-27T17:23:50.004Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-01-27T17:23:50.007Z | + home_fs=zfs |
| 16 | 2026-01-27T17:23:50.007Z | + [[ zfs == autofs ]] |
| 17 | 2026-01-27T17:23:50.007Z | + mkdir -p /home/build |
| 18 | 2026-01-27T17:23:50.010Z | + chown build:build /home/build /work |
| 19 | 2026-01-27T17:23:52.010Z | + chmod 0700 /home/build /work |
| 20 | 2026-01-27T17:23:52.014Z | process exited: duration 4145 ms, exit code 0 |
| |
| 21 | 2026-01-27T17:23:52.022Z | starting task 1: "rust-toolchain" |
| 22 | 2026-01-27T17:23:52.027Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-01-27T17:23:52.027Z | * rust toolchain channel = "1.91.1" |
| 24 | 2026-01-27T17:23:52.027Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-01-27T17:23:52.027Z | * rust toolchain profile = "default" |
| 26 | 2026-01-27T17:23:52.027Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-01-27T17:23:52.027Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-01-27T17:23:52.030Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-01-27T17:23:52.030Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-01-27T17:23:52.143Z | info: downloading installer |
| 31 | 2026-01-27T17:23:53.628Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-01-27T17:23:53.628Z | warn: /opt/ooce/bin |
| 33 | 2026-01-27T17:23:53.628Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-01-27T17:23:53.628Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-01-27T17:23:53.628Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-01-27T17:23:53.628Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-01-27T17:23:53.628Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-01-27T17:23:53.628Z | error: cannot install while Rust is installed |
| 39 | 2026-01-27T17:23:53.628Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-01-27T17:23:53.640Z | info: profile set to 'default' |
| 41 | 2026-01-27T17:23:53.640Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-01-27T17:23:53.643Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-01-27T17:23:53.832Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-01-27T17:23:53.832Z | info: downloading component 'cargo' |
| 45 | 2026-01-27T17:23:54.667Z | info: downloading component 'clippy' |
| 46 | 2026-01-27T17:23:55.114Z | info: downloading component 'rust-docs' |
| 47 | 2026-01-27T17:23:56.345Z | info: downloading component 'rust-std' |
| 48 | 2026-01-27T17:23:58.173Z | info: downloading component 'rustc' |
| 49 | 2026-01-27T17:24:04.329Z | info: downloading component 'rustfmt' |
| 50 | 2026-01-27T17:24:04.553Z | info: installing component 'cargo' |
| 51 | 2026-01-27T17:24:05.459Z | info: installing component 'clippy' |
| 52 | 2026-01-27T17:24:05.859Z | info: installing component 'rust-docs' |
| 53 | 2026-01-27T17:24:07.808Z | info: installing component 'rust-std' |
| 54 | 2026-01-27T17:24:09.617Z | info: installing component 'rustc' |
| 55 | 2026-01-27T17:24:16.285Z | info: installing component 'rustfmt' |
| 56 | 2026-01-27T17:24:16.622Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-01-27T17:24:16.622Z | |
| 58 | 2026-01-27T17:24:17.077Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-01-27T17:24:17.077Z | |
| 60 | 2026-01-27T17:24:17.080Z | |
| 61 | 2026-01-27T17:24:17.080Z | Rust is installed now. Great! |
| 62 | 2026-01-27T17:24:17.080Z | |
| 63 | 2026-01-27T17:24:17.080Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-01-27T17:24:17.080Z | environment variable. This has not been done automatically. |
| 65 | 2026-01-27T17:24:17.080Z | |
| 66 | 2026-01-27T17:24:17.080Z | To configure your current shell, you need to source |
| 67 | 2026-01-27T17:24:17.080Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-01-27T17:24:17.080Z | |
| 69 | 2026-01-27T17:24:17.080Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-01-27T17:24:17.080Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-01-27T17:24:17.080Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-01-27T17:24:17.080Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-01-27T17:24:17.201Z | + rustup --version |
| 74 | 2026-01-27T17:24:17.217Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-01-27T17:24:17.220Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-01-27T17:24:17.336Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-01-27T17:24:17.339Z | + cargo --version |
| 78 | 2026-01-27T17:24:17.411Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-01-27T17:24:17.414Z | + rustc --version |
| 80 | 2026-01-27T17:24:17.490Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-01-27T17:24:17.493Z | process exited: duration 25472 ms, exit code 0 |
| |
| 82 | 2026-01-27T17:24:17.500Z | starting task 2: "authentication" |
| 83 | 2026-01-27T17:24:17.522Z | process exited: duration 21 ms, exit code 0 |
| |
| 84 | 2026-01-27T17:24:17.528Z | starting task 3: "clone repository" |
| 85 | 2026-01-27T17:24:17.533Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-01-27T17:24:17.536Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-01-27T17:24:17.568Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-01-27T17:24:27.925Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-01-27T17:24:27.929Z | + git fetch origin 5c3c0b1f4d3c4f4ef55bc69b1c3973ea2f35422d |
| 90 | 2026-01-27T17:24:28.244Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-01-27T17:24:28.245Z | * branch 5c3c0b1f4d3c4f4ef55bc69b1c3973ea2f35422d -> FETCH_HEAD |
| 92 | 2026-01-27T17:24:28.255Z | + [[ -n lrtq-upgrade ]] |
| 93 | 2026-01-27T17:24:28.258Z | ++ git branch --show-current |
| 94 | 2026-01-27T17:24:28.261Z | + current=main |
| 95 | 2026-01-27T17:24:28.261Z | + [[ main != lrtq-upgrade ]] |
| 96 | 2026-01-27T17:24:28.261Z | + git branch -f lrtq-upgrade 5c3c0b1f4d3c4f4ef55bc69b1c3973ea2f35422d |
| 97 | 2026-01-27T17:24:28.264Z | + git checkout -f lrtq-upgrade |
| 98 | 2026-01-27T17:24:28.700Z | Switched to branch 'lrtq-upgrade' |
| 99 | 2026-01-27T17:24:28.704Z | + git reset --hard 5c3c0b1f4d3c4f4ef55bc69b1c3973ea2f35422d |
| 100 | 2026-01-27T17:24:28.745Z | HEAD is now at 5c3c0b1f4 review comments |
| 101 | 2026-01-27T17:24:28.748Z | process exited: duration 11216 ms, exit code 0 |
| |
| 102 | 2026-01-27T17:24:28.754Z | starting task 4: "build" |
| 103 | 2026-01-27T17:24:28.760Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-01-27T17:24:28.760Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-01-27T17:24:28.760Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-01-27T17:24:28.760Z | + cargo --version |
| 107 | 2026-01-27T17:24:28.822Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-01-27T17:24:28.825Z | + rustc --version |
| 109 | 2026-01-27T17:24:28.897Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-01-27T17:24:28.901Z | + WORK=/work |
| 111 | 2026-01-27T17:24:28.901Z | + pfexec mkdir -p /work |
| 112 | 2026-01-27T17:24:28.905Z | + pfexec chown build /work |
| 113 | 2026-01-27T17:24:28.908Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2026-01-27T17:24:39.919Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2026-01-27T17:24:49.892Z | Startup: Caching catalogs ... Done |
| 116 | 2026-01-27T17:25:09.771Z | Planning: Solver setup ... Done (18.461s) |
| 117 | 2026-01-27T17:25:09.913Z | Planning: Running solver ... Done (0.141s) |
| 118 | 2026-01-27T17:25:10.067Z | Planning: Finding local manifests ... Done (0.004s) |
| 119 | 2026-01-27T17:25:10.141Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2026-01-27T17:25:11.441Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2026-01-27T17:25:11.489Z | Planning: Package planning ... Done (0.048s) |
| 122 | 2026-01-27T17:25:11.539Z | Planning: Merging actions ... Done (0.049s) |
| 123 | 2026-01-27T17:25:11.924Z | Planning: Checking for conflicting actions ... Done (0.386s) |
| 124 | 2026-01-27T17:25:11.936Z | Planning: Consolidating action changes ... Done (0.011s) |
| 125 | 2026-01-27T17:25:12.936Z | Planning: Evaluating mediators ... Done (1.000s) |
| 126 | 2026-01-27T17:25:12.945Z | Planning: Planning completed in 22.91 seconds |
| 127 | 2026-01-27T17:25:12.961Z | Packages to install: 4 |
| 128 | 2026-01-27T17:25:12.961Z | Mediators to change: 2 |
| 129 | 2026-01-27T17:25:12.965Z | Services to change: 1 |
| 130 | 2026-01-27T17:25:12.965Z | Estimated space available: 155.44 GB |
| 131 | 2026-01-27T17:25:12.965Z | Estimated space to be consumed: 1.80 GB |
| 132 | 2026-01-27T17:25:12.965Z | Create boot environment: No |
| 133 | 2026-01-27T17:25:12.965Z | Create backup boot environment: No |
| 134 | 2026-01-27T17:25:12.965Z | Rebuild boot archive: No |
| 135 | 2026-01-27T17:25:12.965Z | |
| 136 | 2026-01-27T17:25:12.965Z | Changed mediators: |
| 137 | 2026-01-27T17:25:12.965Z | mediator clang: |
| 138 | 2026-01-27T17:25:12.965Z | version: None -> 15 (system default) |
| 139 | 2026-01-27T17:25:12.965Z | |
| 140 | 2026-01-27T17:25:12.965Z | mediator llvm: |
| 141 | 2026-01-27T17:25:12.965Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2026-01-27T17:25:12.965Z | |
| 143 | 2026-01-27T17:25:12.965Z | Changed packages: |
| 144 | 2026-01-27T17:25:12.965Z | helios-dev |
| 145 | 2026-01-27T17:25:12.965Z | developer/build-essential |
| 146 | 2026-01-27T17:25:12.965Z | None -> 11-2.0 |
| 147 | 2026-01-27T17:25:12.965Z | library/libxmlsec1 |
| 148 | 2026-01-27T17:25:12.965Z | None -> 1.2.35-2.0 |
| 149 | 2026-01-27T17:25:12.965Z | ooce/developer/clang-15 |
| 150 | 2026-01-27T17:25:12.966Z | None -> 15.0.7-2.0 |
| 151 | 2026-01-27T17:25:12.966Z | ooce/developer/llvm-15 |
| 152 | 2026-01-27T17:25:12.966Z | None -> 15.0.7-2.0 |
| 153 | 2026-01-27T17:25:12.966Z | |
| 154 | 2026-01-27T17:25:12.966Z | Services: |
| 155 | 2026-01-27T17:25:12.966Z | restart_fmri: |
| 156 | 2026-01-27T17:25:12.966Z | svc:/system/update-man-index:default |
| 157 | 2026-01-27T17:25:13.011Z | |
| 158 | 2026-01-27T17:25:13.011Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2026-01-27T17:25:18.012Z | Download: 1147/3290 items 77.5/212.6MB 36% complete (15.4M/s) |
| 160 | 2026-01-27T17:25:24.436Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (14.7M/s) |
| 161 | 2026-01-27T17:25:29.438Z | Download: 2443/3290 items 119.9/212.6MB 56% complete (3.8M/s) |
| 162 | 2026-01-27T17:25:34.086Z | Download: Completed 212.60 MB in 21.06 seconds (10.1M/s) |
| 163 | 2026-01-27T17:25:34.365Z | Actions: 1/3689 actions (Installing new actions) |
| 164 | 2026-01-27T17:25:38.873Z | Actions: Completed 3689 actions in 4.53 seconds. |
| 165 | 2026-01-27T17:25:39.281Z | Done (0.403s) |
| 166 | 2026-01-27T17:25:39.281Z | Done (0.000s) |
| 167 | 2026-01-27T17:25:40.358Z | Done (1.061s) |
| 168 | 2026-01-27T17:25:45.378Z | Done (4.679s) |
| 169 | 2026-01-27T17:25:45.462Z | Done (0.016s) |
| 170 | 2026-01-27T17:25:45.465Z | Done (0.000s) |
| 171 | 2026-01-27T17:25:45.613Z | Done (0.000s) |
| 172 | 2026-01-27T17:25:46.542Z | Planning: Evaluating mediator changes ... Done |
| 173 | 2026-01-27T17:25:46.701Z | Planning: Checking for conflicting actions ... Done |
| 174 | 2026-01-27T17:25:46.704Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-01-27T17:25:46.966Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-01-27T17:25:46.969Z | Planning: Planning completed in 0.43 seconds |
| 177 | 2026-01-27T17:25:46.999Z | Mediators to change: 2 |
| 178 | 2026-01-27T17:25:47.003Z | Create boot environment: No |
| 179 | 2026-01-27T17:25:47.003Z | Create backup boot environment: No |
| 180 | 2026-01-27T17:25:47.085Z | Done |
| 181 | 2026-01-27T17:25:47.085Z | Done |
| 182 | 2026-01-27T17:25:47.818Z | Done |
| 183 | 2026-01-27T17:25:51.294Z | Done |
| 184 | 2026-01-27T17:25:51.381Z | Done |
| 185 | 2026-01-27T17:25:51.384Z | Done |
| 186 | 2026-01-27T17:25:51.543Z | Done |
| 187 | 2026-01-27T17:25:52.144Z | Planning: Evaluating mediator changes ... Done |
| 188 | 2026-01-27T17:25:52.147Z | Planning: Merging actions ... Done |
| 189 | 2026-01-27T17:25:52.335Z | Planning: Checking for conflicting actions ... Done |
| 190 | 2026-01-27T17:25:52.338Z | Planning: Consolidating action changes ... Done |
| 191 | 2026-01-27T17:25:52.596Z | Planning: Evaluating mediators ... Done |
| 192 | 2026-01-27T17:25:52.650Z | Planning: Planning completed in 0.75 seconds |
| 193 | 2026-01-27T17:25:52.684Z | Packages to change: 1 |
| 194 | 2026-01-27T17:25:52.684Z | Mediators to change: 1 |
| 195 | 2026-01-27T17:25:52.687Z | Services to change: 1 |
| 196 | 2026-01-27T17:25:52.687Z | Create boot environment: No |
| 197 | 2026-01-27T17:25:52.687Z | Create backup boot environment: Yes |
| 198 | 2026-01-27T17:25:55.280Z | Actions: 1/6 actions (Updating modified actions) |
| 199 | 2026-01-27T17:25:55.283Z | Actions: Completed 6 actions in 0.00 seconds. |
| 200 | 2026-01-27T17:25:55.283Z | Done |
| 201 | 2026-01-27T17:25:55.283Z | Done |
| 202 | 2026-01-27T17:25:55.506Z | Done |
| 203 | 2026-01-27T17:25:59.069Z | Done |
| 204 | 2026-01-27T17:25:59.163Z | Done |
| 205 | 2026-01-27T17:25:59.171Z | Done |
| 206 | 2026-01-27T17:25:59.331Z | Done |
| 207 | 2026-01-27T17:25:59.764Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 208 | 2026-01-27T17:25:59.764Z | clang system 15 system |
| 209 | 2026-01-27T17:25:59.764Z | csh system system illumos |
| 210 | 2026-01-27T17:25:59.764Z | ctags system system illumos |
| 211 | 2026-01-27T17:25:59.764Z | file system system illumos |
| 212 | 2026-01-27T17:25:59.765Z | gcc vendor 12 vendor |
| 213 | 2026-01-27T17:25:59.765Z | gcc system 10 system |
| 214 | 2026-01-27T17:25:59.765Z | gcc system 7 system |
| 215 | 2026-01-27T17:25:59.765Z | go system 1.20 system |
| 216 | 2026-01-27T17:25:59.765Z | go system 1.19 system |
| 217 | 2026-01-27T17:25:59.765Z | llvm system 15 system |
| 218 | 2026-01-27T17:25:59.765Z | llvm system 14 system |
| 219 | 2026-01-27T17:25:59.765Z | mariadb system 10.6 system |
| 220 | 2026-01-27T17:25:59.765Z | mta vendor vendor dma |
| 221 | 2026-01-27T17:25:59.765Z | openjdk system 17 system |
| 222 | 2026-01-27T17:25:59.765Z | openjdk system 11 system |
| 223 | 2026-01-27T17:25:59.765Z | openjdk system 1.8 system |
| 224 | 2026-01-27T17:25:59.765Z | openssl vendor 3 vendor |
| 225 | 2026-01-27T17:25:59.765Z | perl system 5.36 system |
| 226 | 2026-01-27T17:25:59.765Z | postgresql system 15 system |
| 227 | 2026-01-27T17:25:59.765Z | postgresql system 13 system |
| 228 | 2026-01-27T17:25:59.765Z | python vendor 3 vendor |
| 229 | 2026-01-27T17:25:59.765Z | python system 2 system |
| 230 | 2026-01-27T17:25:59.765Z | python3 system 3.11 system |
| 231 | 2026-01-27T17:25:59.765Z | ruby system 3.0 system |
| 232 | 2026-01-27T17:25:59.765Z | words vendor vendor american-english |
| 233 | 2026-01-27T17:25:59.765Z | words system system australian-english |
| 234 | 2026-01-27T17:25:59.765Z | words system system british-english |
| 235 | 2026-01-27T17:25:59.765Z | words system system canadian-english |
| 236 | 2026-01-27T17:25:59.765Z | words system system french |
| 237 | 2026-01-27T17:25:59.765Z | words system system italian |
| 238 | 2026-01-27T17:25:59.765Z | words system system ngerman |
| 239 | 2026-01-27T17:25:59.765Z | words system system ogerman |
| 240 | 2026-01-27T17:25:59.765Z | words system system spanish |
| 241 | 2026-01-27T17:26:00.091Z | PUBLISHER TYPE STATUS P LOCATION |
| 242 | 2026-01-27T17:26:00.091Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 243 | 2026-01-27T17:26:06.288Z | FMRI IFO |
| 244 | 2026-01-27T17:26:06.288Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 245 | 2026-01-27T17:26:06.288Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 246 | 2026-01-27T17:26:06.288Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 247 | 2026-01-27T17:26:06.288Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 248 | 2026-01-27T17:26:06.288Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 249 | 2026-01-27T17:26:06.288Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 250 | 2026-01-27T17:26:06.289Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 251 | 2026-01-27T17:26:06.289Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 252 | 2026-01-27T17:26:06.289Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 253 | 2026-01-27T17:26:06.289Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 254 | 2026-01-27T17:26:06.289Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 255 | 2026-01-27T17:26:06.289Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 256 | 2026-01-27T17:26:06.289Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 257 | 2026-01-27T17:26:06.289Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 258 | 2026-01-27T17:26:06.289Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 259 | 2026-01-27T17:26:06.289Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 260 | 2026-01-27T17:26:07.418Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 261 | 2026-01-27T17:26:07.692Z | Updating crates.io index |
| 262 | 2026-01-27T17:26:07.734Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 263 | 2026-01-27T17:26:08.052Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 264 | 2026-01-27T17:26:08.890Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 265 | 2026-01-27T17:26:09.273Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 266 | 2026-01-27T17:26:09.584Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 267 | 2026-01-27T17:26:09.907Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 268 | 2026-01-27T17:26:11.274Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 269 | 2026-01-27T17:26:13.790Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 270 | 2026-01-27T17:26:14.800Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 271 | 2026-01-27T17:26:15.050Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 272 | 2026-01-27T17:26:15.988Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 273 | 2026-01-27T17:26:16.558Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 274 | 2026-01-27T17:26:16.836Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 275 | 2026-01-27T17:26:17.400Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 276 | 2026-01-27T17:26:17.669Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 277 | 2026-01-27T17:26:18.437Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 278 | 2026-01-27T17:26:18.979Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 279 | 2026-01-27T17:26:19.255Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 280 | 2026-01-27T17:26:19.552Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 281 | 2026-01-27T17:26:19.960Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 282 | 2026-01-27T17:26:20.161Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 283 | 2026-01-27T17:26:20.391Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 284 | 2026-01-27T17:26:20.640Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 285 | 2026-01-27T17:26:21.002Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 286 | 2026-01-27T17:26:21.494Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 287 | 2026-01-27T17:26:21.790Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 288 | 2026-01-27T17:26:22.330Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 289 | 2026-01-27T17:26:22.598Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 290 | 2026-01-27T17:26:23.883Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 291 | 2026-01-27T17:26:24.292Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 292 | 2026-01-27T17:26:24.614Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 293 | 2026-01-27T17:26:24.917Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 294 | 2026-01-27T17:26:25.307Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 295 | 2026-01-27T17:26:25.641Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 296 | 2026-01-27T17:26:26.020Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 297 | 2026-01-27T17:26:26.306Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 298 | 2026-01-27T17:26:26.548Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 299 | 2026-01-27T17:26:58.355Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 300 | 2026-01-27T17:26:58.773Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 301 | 2026-01-27T17:27:00.283Z | Downloading crates ... |
| 302 | 2026-01-27T17:27:00.383Z | Downloaded anstyle-query v1.1.1 |
| 303 | 2026-01-27T17:27:00.391Z | Downloaded anstyle v1.0.11 |
| 304 | 2026-01-27T17:27:00.391Z | Downloaded cargo_metadata v0.21.0 |
| 305 | 2026-01-27T17:27:00.391Z | Downloaded anstream v0.6.18 |
| 306 | 2026-01-27T17:27:00.391Z | Downloaded tabled_derive v0.7.0 |
| 307 | 2026-01-27T17:27:00.391Z | Downloaded cargo_toml v0.21.0 |
| 308 | 2026-01-27T17:27:00.391Z | Downloaded cargo-util-schemas v0.8.2 |
| 309 | 2026-01-27T17:27:00.392Z | Downloaded clap v4.5.48 |
| 310 | 2026-01-27T17:27:00.392Z | Downloaded url v2.5.4 |
| 311 | 2026-01-27T17:27:00.392Z | Downloaded utf8_iter v1.0.4 |
| 312 | 2026-01-27T17:27:00.392Z | Downloaded unicode-ident v1.0.19 |
| 313 | 2026-01-27T17:27:00.392Z | Downloaded zerovec-derive v0.10.3 |
| 314 | 2026-01-27T17:27:00.392Z | Downloaded write16 v1.0.0 |
| 315 | 2026-01-27T17:27:00.392Z | Downloaded toml_datetime v0.6.11 |
| 316 | 2026-01-27T17:27:00.392Z | Downloaded thiserror-impl v2.0.17 |
| 317 | 2026-01-27T17:27:00.392Z | Downloaded memmap v0.7.0 |
| 318 | 2026-01-27T17:27:00.392Z | Downloaded icu_provider_macros v1.5.0 |
| 319 | 2026-01-27T17:27:00.392Z | Downloaded usdt-macro v0.5.0 |
| 320 | 2026-01-27T17:27:00.393Z | Downloaded plain v0.2.3 |
| 321 | 2026-01-27T17:27:00.393Z | Downloaded unicode-xid v0.2.6 |
| 322 | 2026-01-27T17:27:00.393Z | Downloaded heck v0.4.1 |
| 323 | 2026-01-27T17:27:00.393Z | Downloaded usdt v0.5.0 |
| 324 | 2026-01-27T17:27:00.393Z | Downloaded bytecount v0.6.8 |
| 325 | 2026-01-27T17:27:00.393Z | Downloaded usdt-attr-macro v0.5.0 |
| 326 | 2026-01-27T17:27:00.393Z | Downloaded terminal_size v0.4.0 |
| 327 | 2026-01-27T17:27:00.410Z | Downloaded utf8parse v0.2.2 |
| 328 | 2026-01-27T17:27:00.410Z | Downloaded erased-serde v0.4.6 |
| 329 | 2026-01-27T17:27:00.411Z | Downloaded generic-array v0.14.7 |
| 330 | 2026-01-27T17:27:00.411Z | Downloaded typeid v1.0.3 |
| 331 | 2026-01-27T17:27:00.411Z | Downloaded form_urlencoded v1.2.2 |
| 332 | 2026-01-27T17:27:00.411Z | Downloaded cfg-if v1.0.4 |
| 333 | 2026-01-27T17:27:00.411Z | Downloaded utf16_iter v1.0.5 |
| 334 | 2026-01-27T17:27:00.411Z | Downloaded thiserror-impl v1.0.69 |
| 335 | 2026-01-27T17:27:00.412Z | Downloaded thiserror v2.0.17 |
| 336 | 2026-01-27T17:27:00.429Z | Downloaded zerofrom v0.1.4 |
| 337 | 2026-01-27T17:27:00.429Z | Downloaded yoke-derive v0.7.4 |
| 338 | 2026-01-27T17:27:00.430Z | Downloaded yoke v0.7.4 |
| 339 | 2026-01-27T17:27:00.430Z | Downloaded zerofrom-derive v0.1.4 |
| 340 | 2026-01-27T17:27:00.430Z | Downloaded thread-id v4.2.2 |
| 341 | 2026-01-27T17:27:00.430Z | Downloaded writeable v0.5.5 |
| 342 | 2026-01-27T17:27:00.430Z | Downloaded scroll v0.12.0 |
| 343 | 2026-01-27T17:27:00.430Z | Downloaded usdt-impl v0.5.0 |
| 344 | 2026-01-27T17:27:00.430Z | Downloaded version_check v0.9.5 |
| 345 | 2026-01-27T17:27:00.430Z | Downloaded toml_write v0.1.2 |
| 346 | 2026-01-27T17:27:00.430Z | Downloaded serde_spanned v0.6.9 |
| 347 | 2026-01-27T17:27:00.443Z | Downloaded thiserror v1.0.69 |
| 348 | 2026-01-27T17:27:00.443Z | Downloaded zmij v1.0.15 |
| 349 | 2026-01-27T17:27:00.444Z | Downloaded typenum v1.17.0 |
| 350 | 2026-01-27T17:27:00.444Z | Downloaded tinystr v0.7.6 |
| 351 | 2026-01-27T17:27:00.444Z | Downloaded textwrap v0.16.2 |
| 352 | 2026-01-27T17:27:00.444Z | Downloaded ucd-trie v0.1.7 |
| 353 | 2026-01-27T17:27:00.445Z | Downloaded strsim v0.11.1 |
| 354 | 2026-01-27T17:27:00.445Z | Downloaded idna_adapter v1.2.0 |
| 355 | 2026-01-27T17:27:00.445Z | Downloaded itoa v1.0.11 |
| 356 | 2026-01-27T17:27:00.484Z | Downloaded toml_edit v0.22.27 |
| 357 | 2026-01-27T17:27:00.484Z | Downloaded heck v0.5.0 |
| 358 | 2026-01-27T17:27:00.484Z | Downloaded crypto-common v0.1.6 |
| 359 | 2026-01-27T17:27:00.484Z | Downloaded zerocopy-derive v0.7.35 |
| 360 | 2026-01-27T17:27:00.485Z | Downloaded ordered-float v2.10.1 |
| 361 | 2026-01-27T17:27:00.485Z | Downloaded stable_deref_trait v1.2.0 |
| 362 | 2026-01-27T17:27:00.485Z | Downloaded smawk v0.3.2 |
| 363 | 2026-01-27T17:27:00.485Z | Downloaded zerocopy v0.7.35 |
| 364 | 2026-01-27T17:27:00.485Z | Downloaded winnow v0.7.13 |
| 365 | 2026-01-27T17:27:00.485Z | Downloaded zerovec v0.10.4 |
| 366 | 2026-01-27T17:27:00.501Z | Downloaded proc-macro-error v1.0.4 |
| 367 | 2026-01-27T17:27:00.501Z | Downloaded litemap v0.7.3 |
| 368 | 2026-01-27T17:27:00.501Z | Downloaded clap_lex v0.7.4 |
| 369 | 2026-01-27T17:27:00.501Z | Downloaded semver v1.0.27 |
| 370 | 2026-01-27T17:27:00.501Z | Downloaded serde-value v0.7.0 |
| 371 | 2026-01-27T17:27:00.501Z | Downloaded bitflags v2.9.4 |
| 372 | 2026-01-27T17:27:00.514Z | Downloaded serde-untagged v0.1.7 |
| 373 | 2026-01-27T17:27:00.514Z | Downloaded icu_normalizer_data v1.5.0 |
| 374 | 2026-01-27T17:27:00.514Z | Downloaded dof v0.3.0 |
| 375 | 2026-01-27T17:27:00.514Z | Downloaded pest_generator v2.8.2 |
| 376 | 2026-01-27T17:27:00.514Z | Downloaded unicode-width v0.2.0 |
| 377 | 2026-01-27T17:27:00.514Z | Downloaded unicode-width v0.1.14 |
| 378 | 2026-01-27T17:27:00.514Z | Downloaded synstructure v0.13.1 |
| 379 | 2026-01-27T17:27:00.550Z | Downloaded camino-tempfile v1.4.1 |
| 380 | 2026-01-27T17:27:00.550Z | Downloaded swrite v0.1.0 |
| 381 | 2026-01-27T17:27:00.550Z | Downloaded displaydoc v0.2.5 |
| 382 | 2026-01-27T17:27:00.551Z | Downloaded quote v1.0.40 |
| 383 | 2026-01-27T17:27:00.551Z | Downloaded once_cell v1.21.3 |
| 384 | 2026-01-27T17:27:00.551Z | Downloaded digest v0.10.7 |
| 385 | 2026-01-27T17:27:00.551Z | Downloaded fs-err v3.1.1 |
| 386 | 2026-01-27T17:27:00.551Z | Downloaded pest_derive v2.8.2 |
| 387 | 2026-01-27T17:27:00.578Z | Downloaded scroll_derive v0.12.0 |
| 388 | 2026-01-27T17:27:00.578Z | Downloaded pretty-hex v0.4.1 |
| 389 | 2026-01-27T17:27:00.578Z | Downloaded icu_locid_transform v1.5.0 |
| 390 | 2026-01-27T17:27:00.578Z | Downloaded cpufeatures v0.2.14 |
| 391 | 2026-01-27T17:27:00.578Z | Downloaded sha2 v0.10.9 |
| 392 | 2026-01-27T17:27:00.578Z | Downloaded colorchoice v1.0.2 |
| 393 | 2026-01-27T17:27:00.578Z | Downloaded pest_meta v2.8.2 |
| 394 | 2026-01-27T17:27:00.578Z | Downloaded camino v1.2.1 |
| 395 | 2026-01-27T17:27:00.578Z | Downloaded byteorder v1.5.0 |
| 396 | 2026-01-27T17:27:00.578Z | Downloaded equivalent v1.0.2 |
| 397 | 2026-01-27T17:27:00.578Z | Downloaded toml v0.8.23 |
| 398 | 2026-01-27T17:27:00.578Z | Downloaded icu_locid_transform_data v1.5.0 |
| 399 | 2026-01-27T17:27:00.578Z | Downloaded smallvec v1.15.1 |
| 400 | 2026-01-27T17:27:00.578Z | Downloaded errno v0.3.12 |
| 401 | 2026-01-27T17:27:00.579Z | Downloaded cargo-platform v0.2.0 |
| 402 | 2026-01-27T17:27:00.579Z | Downloaded tempfile v3.24.0 |
| 403 | 2026-01-27T17:27:00.579Z | Downloaded proc-macro-error-attr v1.0.4 |
| 404 | 2026-01-27T17:27:00.579Z | Downloaded is_terminal_polyfill v1.70.1 |
| 405 | 2026-01-27T17:27:00.580Z | Downloaded papergrid v0.11.0 |
| 406 | 2026-01-27T17:27:00.580Z | Downloaded getrandom v0.3.4 |
| 407 | 2026-01-27T17:27:00.580Z | Downloaded autocfg v1.4.0 |
| 408 | 2026-01-27T17:27:00.580Z | Downloaded icu_properties v1.5.1 |
| 409 | 2026-01-27T17:27:00.580Z | Downloaded clap_derive v4.5.47 |
| 410 | 2026-01-27T17:27:00.580Z | Downloaded fastrand v2.1.1 |
| 411 | 2026-01-27T17:27:00.606Z | Downloaded unicode-linebreak v0.1.5 |
| 412 | 2026-01-27T17:27:00.606Z | Downloaded icu_locid v1.5.0 |
| 413 | 2026-01-27T17:27:00.606Z | Downloaded serde_tokenstream v0.2.2 |
| 414 | 2026-01-27T17:27:00.606Z | Downloaded serde_derive v1.0.228 |
| 415 | 2026-01-27T17:27:00.606Z | Downloaded serde_core v1.0.228 |
| 416 | 2026-01-27T17:27:00.607Z | Downloaded proc-macro2 v1.0.101 |
| 417 | 2026-01-27T17:27:00.607Z | Downloaded icu_normalizer v1.5.0 |
| 418 | 2026-01-27T17:27:00.607Z | Downloaded num-traits v0.2.19 |
| 419 | 2026-01-27T17:27:00.607Z | Downloaded log v0.4.29 |
| 420 | 2026-01-27T17:27:00.607Z | Downloaded serde v1.0.228 |
| 421 | 2026-01-27T17:27:00.607Z | Downloaded percent-encoding v2.3.2 |
| 422 | 2026-01-27T17:27:00.607Z | Downloaded macaddr v1.0.1 |
| 423 | 2026-01-27T17:27:00.607Z | Downloaded icu_provider v1.5.0 |
| 424 | 2026-01-27T17:27:00.607Z | Downloaded fnv v1.0.7 |
| 425 | 2026-01-27T17:27:00.607Z | Downloaded dtrace-parser v0.2.0 |
| 426 | 2026-01-27T17:27:00.607Z | Downloaded anyhow v1.0.99 |
| 427 | 2026-01-27T17:27:00.607Z | Downloaded block-buffer v0.10.4 |
| 428 | 2026-01-27T17:27:00.607Z | Downloaded anstyle-parse v0.2.5 |
| 429 | 2026-01-27T17:27:00.621Z | Downloaded memchr v2.7.4 |
| 430 | 2026-01-27T17:27:00.621Z | Downloaded icu_collections v1.5.0 |
| 431 | 2026-01-27T17:27:00.639Z | Downloaded indexmap v2.12.1 |
| 432 | 2026-01-27T17:27:00.639Z | Downloaded pest v2.8.2 |
| 433 | 2026-01-27T17:27:00.661Z | Downloaded serde_json v1.0.149 |
| 434 | 2026-01-27T17:27:00.678Z | Downloaded hashbrown v0.16.1 |
| 435 | 2026-01-27T17:27:00.694Z | Downloaded idna v1.0.3 |
| 436 | 2026-01-27T17:27:00.694Z | Downloaded clap_builder v4.5.48 |
| 437 | 2026-01-27T17:27:00.694Z | Downloaded goblin v0.8.2 |
| 438 | 2026-01-27T17:27:00.718Z | Downloaded icu_properties_data v1.5.0 |
| 439 | 2026-01-27T17:27:00.738Z | Downloaded tabled v0.15.0 |
| 440 | 2026-01-27T17:27:00.751Z | Downloaded syn v1.0.109 |
| 441 | 2026-01-27T17:27:00.751Z | Downloaded syn v2.0.111 |
| 442 | 2026-01-27T17:27:00.760Z | Downloaded rustix v0.38.37 |
| 443 | 2026-01-27T17:27:00.780Z | Downloaded rustix v1.1.3 |
| 444 | 2026-01-27T17:27:00.805Z | Downloaded libc v0.2.180 |
| 445 | 2026-01-27T17:27:00.917Z | Compiling proc-macro2 v1.0.101 |
| 446 | 2026-01-27T17:27:00.941Z | Compiling unicode-ident v1.0.19 |
| 447 | 2026-01-27T17:27:00.941Z | Compiling serde_core v1.0.228 |
| 448 | 2026-01-27T17:27:00.941Z | Compiling version_check v0.9.5 |
| 449 | 2026-01-27T17:27:00.942Z | Compiling serde v1.0.228 |
| 450 | 2026-01-27T17:27:00.942Z | Compiling libc v0.2.180 |
| 451 | 2026-01-27T17:27:01.117Z | Compiling memchr v2.7.4 |
| 452 | 2026-01-27T17:27:01.133Z | Compiling thiserror v2.0.17 |
| 453 | 2026-01-27T17:27:01.360Z | Compiling stable_deref_trait v1.2.0 |
| 454 | 2026-01-27T17:27:01.490Z | Compiling zmij v1.0.15 |
| 455 | 2026-01-27T17:27:01.907Z | Compiling ucd-trie v0.1.7 |
| 456 | 2026-01-27T17:27:01.947Z | Compiling autocfg v1.4.0 |
| 457 | 2026-01-27T17:27:02.213Z | Compiling itoa v1.0.11 |
| 458 | 2026-01-27T17:27:02.380Z | Compiling writeable v0.5.5 |
| 459 | 2026-01-27T17:27:02.458Z | Compiling thiserror v1.0.69 |
| 460 | 2026-01-27T17:27:02.616Z | Compiling litemap v0.7.3 |
| 461 | 2026-01-27T17:27:02.829Z | Compiling bitflags v2.9.4 |
| 462 | 2026-01-27T17:27:02.907Z | Compiling byteorder v1.5.0 |
| 463 | 2026-01-27T17:27:03.201Z | Compiling quote v1.0.40 |
| 464 | 2026-01-27T17:27:03.248Z | Compiling errno v0.3.12 |
| 465 | 2026-01-27T17:27:03.362Z | Compiling icu_locid_transform_data v1.5.0 |
| 466 | 2026-01-27T17:27:03.471Z | Compiling serde_json v1.0.149 |
| 467 | 2026-01-27T17:27:03.521Z | Compiling icu_properties_data v1.5.0 |
| 468 | 2026-01-27T17:27:03.630Z | Compiling syn v2.0.111 |
| 469 | 2026-01-27T17:27:03.757Z | Compiling num-traits v0.2.19 |
| 470 | 2026-01-27T17:27:03.820Z | Compiling hashbrown v0.16.1 |
| 471 | 2026-01-27T17:27:03.856Z | Compiling typeid v1.0.3 |
| 472 | 2026-01-27T17:27:03.883Z | Compiling utf16_iter v1.0.5 |
| 473 | 2026-01-27T17:27:04.064Z | Compiling icu_normalizer_data v1.5.0 |
| 474 | 2026-01-27T17:27:04.093Z | Compiling rustix v0.38.37 |
| 475 | 2026-01-27T17:27:04.176Z | Compiling smallvec v1.15.1 |
| 476 | 2026-01-27T17:27:04.389Z | Compiling utf8_iter v1.0.4 |
| 477 | 2026-01-27T17:27:04.647Z | Compiling write16 v1.0.0 |
| 478 | 2026-01-27T17:27:04.687Z | Compiling equivalent v1.0.2 |
| 479 | 2026-01-27T17:27:04.840Z | Compiling indexmap v2.12.1 |
| 480 | 2026-01-27T17:27:04.937Z | Compiling usdt-impl v0.5.0 |
| 481 | 2026-01-27T17:27:04.959Z | Compiling proc-macro-error-attr v1.0.4 |
| 482 | 2026-01-27T17:27:05.116Z | Compiling toml_write v0.1.2 |
| 483 | 2026-01-27T17:27:05.302Z | Compiling winnow v0.7.13 |
| 484 | 2026-01-27T17:27:05.324Z | Compiling syn v1.0.109 |
| 485 | 2026-01-27T17:27:05.746Z | Compiling thread-id v4.2.2 |
| 486 | 2026-01-27T17:27:06.143Z | Compiling proc-macro-error v1.0.4 |
| 487 | 2026-01-27T17:27:06.185Z | Compiling camino v1.2.1 |
| 488 | 2026-01-27T17:27:06.525Z | Compiling percent-encoding v2.3.2 |
| 489 | 2026-01-27T17:27:06.798Z | Compiling plain v0.2.3 |
| 490 | 2026-01-27T17:27:06.870Z | Compiling log v0.4.29 |
| 491 | 2026-01-27T17:27:06.982Z | Compiling rustix v1.1.3 |
| 492 | 2026-01-27T17:27:07.225Z | Compiling utf8parse v0.2.2 |
| 493 | 2026-01-27T17:27:07.285Z | Compiling getrandom v0.3.4 |
| 494 | 2026-01-27T17:27:07.419Z | Compiling ordered-float v2.10.1 |
| 495 | 2026-01-27T17:27:07.531Z | Compiling anstyle-parse v0.2.5 |
| 496 | 2026-01-27T17:27:07.985Z | Compiling terminal_size v0.4.0 |
| 497 | 2026-01-27T17:27:08.057Z | Compiling form_urlencoded v1.2.2 |
| 498 | 2026-01-27T17:27:08.680Z | Compiling anstyle v1.0.11 |
| 499 | 2026-01-27T17:27:08.748Z | Compiling cfg-if v1.0.4 |
| 500 | 2026-01-27T17:27:08.774Z | Compiling anstyle-query v1.1.1 |
| 501 | 2026-01-27T17:27:08.861Z | Compiling colorchoice v1.0.2 |
| 502 | 2026-01-27T17:27:08.887Z | Compiling is_terminal_polyfill v1.70.1 |
| 503 | 2026-01-27T17:27:08.944Z | Compiling pretty-hex v0.4.1 |
| 504 | 2026-01-27T17:27:09.045Z | Compiling anstream v0.6.18 |
| 505 | 2026-01-27T17:27:09.310Z | Compiling semver v1.0.27 |
| 506 | 2026-01-27T17:27:09.828Z | Compiling fs-err v3.1.1 |
| 507 | 2026-01-27T17:27:09.999Z | Compiling anyhow v1.0.99 |
| 508 | 2026-01-27T17:27:10.002Z | Compiling once_cell v1.21.3 |
| 509 | 2026-01-27T17:27:10.188Z | Compiling synstructure v0.13.1 |
| 510 | 2026-01-27T17:27:10.373Z | Compiling heck v0.5.0 |
| 511 | 2026-01-27T17:27:10.435Z | Compiling unicode-xid v0.2.6 |
| 512 | 2026-01-27T17:27:10.623Z | Compiling unicode-width v0.1.14 |
| 513 | 2026-01-27T17:27:10.655Z | Compiling fnv v1.0.7 |
| 514 | 2026-01-27T17:27:10.820Z | Compiling clap_lex v0.7.4 |
| 515 | 2026-01-27T17:27:11.166Z | Compiling strsim v0.11.1 |
| 516 | 2026-01-27T17:27:11.222Z | Compiling heck v0.4.1 |
| 517 | 2026-01-27T17:27:11.261Z | Compiling fastrand v2.1.1 |
| 518 | 2026-01-27T17:27:11.450Z | Compiling bytecount v0.6.8 |
| 519 | 2026-01-27T17:27:11.510Z | Compiling clap_builder v4.5.48 |
| 520 | 2026-01-27T17:27:11.658Z | Compiling papergrid v0.11.0 |
| 521 | 2026-01-27T17:27:11.684Z | Compiling tempfile v3.24.0 |
| 522 | 2026-01-27T17:27:12.018Z | Compiling memmap v0.7.0 |
| 523 | 2026-01-27T17:27:12.175Z | Compiling unicode-linebreak v0.1.5 |
| 524 | 2026-01-27T17:27:12.351Z | Compiling unicode-width v0.2.0 |
| 525 | 2026-01-27T17:27:12.445Z | Compiling smawk v0.3.2 |
| 526 | 2026-01-27T17:27:12.694Z | Compiling camino-tempfile v1.4.1 |
| 527 | 2026-01-27T17:27:12.873Z | Compiling textwrap v0.16.2 |
| 528 | 2026-01-27T17:27:13.391Z | Compiling tabled_derive v0.7.0 |
| 529 | 2026-01-27T17:27:13.425Z | Compiling swrite v0.1.0 |
| 530 | 2026-01-27T17:27:13.580Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 531 | 2026-01-27T17:27:14.289Z | Compiling serde_derive v1.0.228 |
| 532 | 2026-01-27T17:27:14.312Z | Compiling zerofrom-derive v0.1.4 |
| 533 | 2026-01-27T17:27:14.347Z | Compiling yoke-derive v0.7.4 |
| 534 | 2026-01-27T17:27:14.423Z | Compiling thiserror-impl v2.0.17 |
| 535 | 2026-01-27T17:27:14.449Z | Compiling zerovec-derive v0.10.3 |
| 536 | 2026-01-27T17:27:15.183Z | Compiling displaydoc v0.2.5 |
| 537 | 2026-01-27T17:27:16.712Z | Compiling icu_provider_macros v1.5.0 |
| 538 | 2026-01-27T17:27:16.791Z | Compiling thiserror-impl v1.0.69 |
| 539 | 2026-01-27T17:27:17.069Z | Compiling zerocopy-derive v0.7.35 |
| 540 | 2026-01-27T17:27:17.598Z | Compiling pest v2.8.2 |
| 541 | 2026-01-27T17:27:17.627Z | Compiling zerofrom v0.1.4 |
| 542 | 2026-01-27T17:27:17.728Z | Compiling scroll_derive v0.12.0 |
| 543 | 2026-01-27T17:27:17.882Z | Compiling yoke v0.7.4 |
| 544 | 2026-01-27T17:27:18.278Z | Compiling zerovec v0.10.4 |
| 545 | 2026-01-27T17:27:18.872Z | Compiling clap_derive v4.5.47 |
| 546 | 2026-01-27T17:27:18.967Z | Compiling zerocopy v0.7.35 |
| 547 | 2026-01-27T17:27:19.109Z | Compiling scroll v0.12.0 |
| 548 | 2026-01-27T17:27:19.679Z | Compiling goblin v0.8.2 |
| 549 | 2026-01-27T17:27:19.796Z | Compiling tabled v0.15.0 |
| 550 | 2026-01-27T17:27:20.043Z | Compiling tinystr v0.7.6 |
| 551 | 2026-01-27T17:27:20.345Z | Compiling pest_meta v2.8.2 |
| 552 | 2026-01-27T17:27:20.374Z | Compiling icu_collections v1.5.0 |
| 553 | 2026-01-27T17:27:20.444Z | Compiling icu_locid v1.5.0 |
| 554 | 2026-01-27T17:27:21.624Z | Compiling icu_provider v1.5.0 |
| 555 | 2026-01-27T17:27:22.383Z | Compiling icu_locid_transform v1.5.0 |
| 556 | 2026-01-27T17:27:22.430Z | Compiling pest_generator v2.8.2 |
| 557 | 2026-01-27T17:27:22.461Z | Compiling serde_spanned v0.6.9 |
| 558 | 2026-01-27T17:27:22.591Z | Compiling toml_datetime v0.6.11 |
| 559 | 2026-01-27T17:27:22.718Z | Compiling dof v0.3.0 |
| 560 | 2026-01-27T17:27:22.747Z | Compiling serde_tokenstream v0.2.2 |
| 561 | 2026-01-27T17:27:23.101Z | Compiling toml_edit v0.22.27 |
| 562 | 2026-01-27T17:27:23.356Z | Compiling erased-serde v0.4.6 |
| 563 | 2026-01-27T17:27:23.586Z | Compiling icu_properties v1.5.1 |
| 564 | 2026-01-27T17:27:24.129Z | Compiling serde-value v0.7.0 |
| 565 | 2026-01-27T17:27:24.515Z | Compiling pest_derive v2.8.2 |
| 566 | 2026-01-27T17:27:24.563Z | Compiling serde-untagged v0.1.7 |
| 567 | 2026-01-27T17:27:24.658Z | Compiling cargo-platform v0.2.0 |
| 568 | 2026-01-27T17:27:24.919Z | Compiling clap v4.5.48 |
| 569 | 2026-01-27T17:27:25.052Z | Compiling macaddr v1.0.1 |
| 570 | 2026-01-27T17:27:25.332Z | Compiling dtrace-parser v0.2.0 |
| 571 | 2026-01-27T17:27:26.469Z | Compiling toml v0.8.23 |
| 572 | 2026-01-27T17:27:27.206Z | Compiling usdt-attr-macro v0.5.0 |
| 573 | 2026-01-27T17:27:27.206Z | Compiling usdt-macro v0.5.0 |
| 574 | 2026-01-27T17:27:27.209Z | Compiling icu_normalizer v1.5.0 |
| 575 | 2026-01-27T17:27:27.329Z | Compiling cargo_toml v0.21.0 |
| 576 | 2026-01-27T17:27:28.084Z | Compiling idna_adapter v1.2.0 |
| 577 | 2026-01-27T17:27:28.266Z | Compiling idna v1.0.3 |
| 578 | 2026-01-27T17:27:28.519Z | Compiling usdt v0.5.0 |
| 579 | 2026-01-27T17:27:28.675Z | Compiling url v2.5.4 |
| 580 | 2026-01-27T17:27:29.352Z | Compiling cargo-util-schemas v0.8.2 |
| 581 | 2026-01-27T17:27:30.939Z | Compiling cargo_metadata v0.21.0 |
| 582 | 2026-01-27T17:27:32.432Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 583 | 2026-01-27T17:27:35.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s |
| 584 | 2026-01-27T17:27:36.081Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 585 | 2026-01-27T17:27:36.808Z | Downloading crates ... |
| 586 | 2026-01-27T17:27:36.958Z | Downloaded assert_matches v1.5.0 |
| 587 | 2026-01-27T17:27:36.962Z | Downloaded async-stream v0.3.6 |
| 588 | 2026-01-27T17:27:36.967Z | Downloaded aead v0.5.2 |
| 589 | 2026-01-27T17:27:36.971Z | Downloaded async-bb8-diesel v0.2.1 |
| 590 | 2026-01-27T17:27:36.978Z | Downloaded adler2 v2.0.0 |
| 591 | 2026-01-27T17:27:36.982Z | Downloaded csv-core v0.1.11 |
| 592 | 2026-01-27T17:27:36.986Z | Downloaded bitfield-macros v0.19.2 |
| 593 | 2026-01-27T17:27:36.989Z | Downloaded cstr-argument v0.1.2 |
| 594 | 2026-01-27T17:27:36.993Z | Downloaded ciborium-io v0.2.2 |
| 595 | 2026-01-27T17:27:36.998Z | Downloaded ctr v0.9.2 |
| 596 | 2026-01-27T17:27:37.008Z | Downloaded convert_case v0.4.0 |
| 597 | 2026-01-27T17:27:37.013Z | Downloaded cipher v0.4.4 |
| 598 | 2026-01-27T17:27:37.013Z | Downloaded crossterm v0.29.0 |
| 599 | 2026-01-27T17:27:37.022Z | Downloaded dtrace-parser v0.3.0 |
| 600 | 2026-01-27T17:27:37.025Z | Downloaded derive-where v1.5.0 |
| 601 | 2026-01-27T17:27:37.035Z | Downloaded derive_more v0.99.20 |
| 602 | 2026-01-27T17:27:37.045Z | Downloaded dof v0.4.0 |
| 603 | 2026-01-27T17:27:37.051Z | Downloaded debug-ignore v1.0.5 |
| 604 | 2026-01-27T17:27:37.051Z | Downloaded derive_builder_macro v0.20.2 |
| 605 | 2026-01-27T17:27:37.057Z | Downloaded dsl_auto_type v0.1.2 |
| 606 | 2026-01-27T17:27:37.060Z | Downloaded defmt-parser v0.3.4 |
| 607 | 2026-01-27T17:27:37.063Z | Downloaded dunce v1.0.5 |
| 608 | 2026-01-27T17:27:37.069Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 609 | 2026-01-27T17:27:37.072Z | Downloaded futures-macro v0.3.31 |
| 610 | 2026-01-27T17:27:37.077Z | Downloaded dyn-clone v1.0.20 |
| 611 | 2026-01-27T17:27:37.080Z | Downloaded bitflags v1.3.2 |
| 612 | 2026-01-27T17:27:37.083Z | Downloaded fixedbitset v0.4.2 |
| 613 | 2026-01-27T17:27:37.086Z | Downloaded float-cmp v0.10.0 |
| 614 | 2026-01-27T17:27:37.091Z | Downloaded foreign-types-shared v0.3.1 |
| 615 | 2026-01-27T17:27:37.097Z | Downloaded futures-io v0.3.31 |
| 616 | 2026-01-27T17:27:37.100Z | Downloaded funty v2.0.0 |
| 617 | 2026-01-27T17:27:37.105Z | Downloaded fxhash v0.2.1 |
| 618 | 2026-01-27T17:27:37.109Z | Downloaded foreign-types-macros v0.2.3 |
| 619 | 2026-01-27T17:27:37.112Z | Downloaded drift v0.1.2 |
| 620 | 2026-01-27T17:27:37.116Z | Downloaded gethostname v0.5.0 |
| 621 | 2026-01-27T17:27:37.120Z | Downloaded ghash v0.5.1 |
| 622 | 2026-01-27T17:27:37.124Z | Downloaded heck v0.3.3 |
| 623 | 2026-01-27T17:27:37.128Z | Downloaded hash32 v0.3.1 |
| 624 | 2026-01-27T17:27:37.131Z | Downloaded home v0.5.9 |
| 625 | 2026-01-27T17:27:37.137Z | Downloaded hex-literal v0.4.1 |
| 626 | 2026-01-27T17:27:37.140Z | Downloaded filetime v0.2.26 |
| 627 | 2026-01-27T17:27:37.143Z | Downloaded futures-core v0.3.31 |
| 628 | 2026-01-27T17:27:37.159Z | Downloaded http-range v0.1.5 |
| 629 | 2026-01-27T17:27:37.163Z | Downloaded http-body v1.0.1 |
| 630 | 2026-01-27T17:27:37.167Z | Downloaded headers-core v0.3.0 |
| 631 | 2026-01-27T17:27:37.172Z | Downloaded hyper-tls v0.6.0 |
| 632 | 2026-01-27T17:27:37.175Z | Downloaded hostname v0.3.1 |
| 633 | 2026-01-27T17:27:37.179Z | Downloaded indent_write v2.2.0 |
| 634 | 2026-01-27T17:27:37.185Z | Downloaded ciborium v0.2.2 |
| 635 | 2026-01-27T17:27:37.189Z | Downloaded cargo_metadata v0.19.2 |
| 636 | 2026-01-27T17:27:37.193Z | Downloaded is_ci v1.2.0 |
| 637 | 2026-01-27T17:27:37.196Z | Downloaded crossbeam-utils v0.8.21 |
| 638 | 2026-01-27T17:27:37.200Z | Downloaded fixedbitset v0.5.7 |
| 639 | 2026-01-27T17:27:37.203Z | Downloaded erased-serde v0.3.31 |
| 640 | 2026-01-27T17:27:37.207Z | Downloaded lazycell v1.3.0 |
| 641 | 2026-01-27T17:27:37.210Z | Downloaded ahash v0.8.12 |
| 642 | 2026-01-27T17:27:37.216Z | Downloaded getrandom v0.2.15 |
| 643 | 2026-01-27T17:27:37.219Z | Downloaded inout v0.1.3 |
| 644 | 2026-01-27T17:27:37.224Z | Downloaded md-5 v0.10.6 |
| 645 | 2026-01-27T17:27:37.228Z | Downloaded internet-checksum v0.2.1 |
| 646 | 2026-01-27T17:27:37.235Z | Downloaded crossbeam-epoch v0.9.18 |
| 647 | 2026-01-27T17:27:37.239Z | Downloaded kstat-rs v0.2.4 |
| 648 | 2026-01-27T17:27:37.239Z | Downloaded colored v3.0.0 |
| 649 | 2026-01-27T17:27:37.244Z | Downloaded mime v0.3.17 |
| 650 | 2026-01-27T17:27:37.248Z | Downloaded nodrop v0.1.14 |
| 651 | 2026-01-27T17:27:37.252Z | Downloaded newline-converter v0.3.0 |
| 652 | 2026-01-27T17:27:37.252Z | Downloaded libsw-core v0.3.1 |
| 653 | 2026-01-27T17:27:37.259Z | Downloaded futures v0.3.31 |
| 654 | 2026-01-27T17:27:37.264Z | Downloaded newtype_derive v0.1.6 |
| 655 | 2026-01-27T17:27:37.268Z | Downloaded managed v0.8.0 |
| 656 | 2026-01-27T17:27:37.273Z | Downloaded num-conv v0.1.0 |
| 657 | 2026-01-27T17:27:37.273Z | Downloaded linear-map v1.2.0 |
| 658 | 2026-01-27T17:27:37.279Z | Downloaded num-iter v0.1.45 |
| 659 | 2026-01-27T17:27:37.284Z | Downloaded half v1.8.3 |
| 660 | 2026-01-27T17:27:37.284Z | Downloaded opaque-debug v0.3.1 |
| 661 | 2026-01-27T17:27:37.288Z | Downloaded normalize-line-endings v0.3.0 |
| 662 | 2026-01-27T17:27:37.288Z | Downloaded nonempty v0.12.0 |
| 663 | 2026-01-27T17:27:37.304Z | Downloaded num-derive v0.3.3 |
| 664 | 2026-01-27T17:27:37.314Z | Downloaded ingot-macros v0.1.1 |
| 665 | 2026-01-27T17:27:37.314Z | Downloaded nanorand v0.7.0 |
| 666 | 2026-01-27T17:27:37.314Z | Downloaded openssl-macros v0.1.1 |
| 667 | 2026-01-27T17:27:37.314Z | Downloaded openssl-probe v0.1.5 |
| 668 | 2026-01-27T17:27:37.314Z | Downloaded ipnet v2.11.0 |
| 669 | 2026-01-27T17:27:37.320Z | Downloaded number_prefix v0.4.0 |
| 670 | 2026-01-27T17:27:37.320Z | Downloaded num_threads v0.1.7 |
| 671 | 2026-01-27T17:27:37.320Z | Downloaded base64 v0.13.1 |
| 672 | 2026-01-27T17:27:37.325Z | Downloaded num-complex v0.4.6 |
| 673 | 2026-01-27T17:27:37.325Z | Downloaded parse-size v1.1.0 |
| 674 | 2026-01-27T17:27:37.330Z | Downloaded oso-derive v0.27.3 |
| 675 | 2026-01-27T17:27:37.330Z | Downloaded num-integer v0.1.46 |
| 676 | 2026-01-27T17:27:37.334Z | Downloaded pbkdf2 v0.12.2 |
| 677 | 2026-01-27T17:27:37.335Z | Downloaded path-slash v0.1.5 |
| 678 | 2026-01-27T17:27:37.338Z | Downloaded lockfree-object-pool v0.1.6 |
| 679 | 2026-01-27T17:27:37.342Z | Downloaded ignore v0.4.23 |
| 680 | 2026-01-27T17:27:37.345Z | Downloaded packed_struct_codegen v0.10.1 |
| 681 | 2026-01-27T17:27:37.349Z | Downloaded memmap2 v0.9.8 |
| 682 | 2026-01-27T17:27:37.354Z | Downloaded pin-utils v0.1.0 |
| 683 | 2026-01-27T17:27:37.357Z | Downloaded bytes v1.10.1 |
| 684 | 2026-01-27T17:27:37.360Z | Downloaded iana-time-zone v0.1.63 |
| 685 | 2026-01-27T17:27:37.364Z | Downloaded nu-ansi-term v0.50.1 |
| 686 | 2026-01-27T17:27:37.368Z | Downloaded powerfmt v0.2.0 |
| 687 | 2026-01-27T17:27:37.371Z | Downloaded oxide-tokio-rt v0.1.2 |
| 688 | 2026-01-27T17:27:37.375Z | Downloaded hyper-rustls v0.27.7 |
| 689 | 2026-01-27T17:27:37.380Z | Downloaded ed25519-dalek v2.1.1 |
| 690 | 2026-01-27T17:27:37.386Z | Downloaded base64 v0.22.1 |
| 691 | 2026-01-27T17:27:37.389Z | Downloaded peg-macros v0.8.5 |
| 692 | 2026-01-27T17:27:37.395Z | Downloaded parse-display-derive v0.10.0 |
| 693 | 2026-01-27T17:27:37.395Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 694 | 2026-01-27T17:27:37.398Z | Downloaded progenitor-client v0.10.0 |
| 695 | 2026-01-27T17:27:37.398Z | Downloaded progenitor-client v0.8.0 |
| 696 | 2026-01-27T17:27:37.402Z | Downloaded predicates-tree v1.0.12 |
| 697 | 2026-01-27T17:27:37.406Z | Downloaded indicatif v0.17.11 |
| 698 | 2026-01-27T17:27:37.409Z | Downloaded progenitor-macro v0.11.2 |
| 699 | 2026-01-27T17:27:37.414Z | Downloaded progenitor-macro v0.8.0 |
| 700 | 2026-01-27T17:27:37.414Z | Downloaded psl-types v2.0.11 |
| 701 | 2026-01-27T17:27:37.418Z | Downloaded quick-error v1.2.3 |
| 702 | 2026-01-27T17:27:37.418Z | Downloaded expectorate v1.2.0 |
| 703 | 2026-01-27T17:27:37.421Z | Downloaded pkg-config v0.3.31 |
| 704 | 2026-01-27T17:27:37.425Z | Downloaded packed_struct v0.10.1 |
| 705 | 2026-01-27T17:27:37.429Z | Downloaded oxnet v0.1.4 |
| 706 | 2026-01-27T17:27:37.434Z | Downloaded progenitor-client v0.11.2 |
| 707 | 2026-01-27T17:27:37.434Z | Downloaded poly1305 v0.8.0 |
| 708 | 2026-01-27T17:27:37.437Z | Downloaded radium v0.7.0 |
| 709 | 2026-01-27T17:27:37.441Z | Downloaded rand_chacha v0.3.1 |
| 710 | 2026-01-27T17:27:37.441Z | Downloaded postgres-protocol v0.6.8 |
| 711 | 2026-01-27T17:27:37.444Z | Downloaded ref-cast-impl v1.0.25 |
| 712 | 2026-01-27T17:27:37.448Z | Downloaded rand_xorshift v0.4.0 |
| 713 | 2026-01-27T17:27:37.448Z | Downloaded chacha20poly1305 v0.10.1 |
| 714 | 2026-01-27T17:27:37.452Z | Downloaded ppv-lite86 v0.2.20 |
| 715 | 2026-01-27T17:27:37.455Z | Downloaded peg-runtime v0.8.5 |
| 716 | 2026-01-27T17:27:37.459Z | Downloaded pin-project-internal v1.1.6 |
| 717 | 2026-01-27T17:27:37.459Z | Downloaded progenitor v0.11.2 |
| 718 | 2026-01-27T17:27:37.463Z | Downloaded peg v0.8.5 |
| 719 | 2026-01-27T17:27:37.469Z | Downloaded rfc6979 v0.4.0 |
| 720 | 2026-01-27T17:27:37.473Z | Downloaded ref-cast v1.0.25 |
| 721 | 2026-01-27T17:27:37.477Z | Downloaded rustc-hash v2.1.1 |
| 722 | 2026-01-27T17:27:37.477Z | Downloaded pin-project-lite v0.2.14 |
| 723 | 2026-01-27T17:27:37.483Z | Downloaded pkcs5 v0.7.1 |
| 724 | 2026-01-27T17:27:37.487Z | Downloaded rustc_version v0.4.1 |
| 725 | 2026-01-27T17:27:37.490Z | Downloaded russh-cryptovec v0.7.3 |
| 726 | 2026-01-27T17:27:37.490Z | Downloaded pkcs8 v0.10.2 |
| 727 | 2026-01-27T17:27:37.494Z | Downloaded papergrid v0.14.0 |
| 728 | 2026-01-27T17:27:37.500Z | Downloaded resolv-conf v0.7.0 |
| 729 | 2026-01-27T17:27:37.508Z | Downloaded rustc-hash v1.1.0 |
| 730 | 2026-01-27T17:27:37.508Z | Downloaded rustc_version v0.1.7 |
| 731 | 2026-01-27T17:27:37.509Z | Downloaded progenitor v0.10.0 |
| 732 | 2026-01-27T17:27:37.516Z | Downloaded postgres-types v0.2.9 |
| 733 | 2026-01-27T17:27:37.522Z | Downloaded same-file v1.0.6 |
| 734 | 2026-01-27T17:27:37.522Z | Downloaded primeorder v0.13.6 |
| 735 | 2026-01-27T17:27:37.522Z | Downloaded predicates v3.1.3 |
| 736 | 2026-01-27T17:27:37.526Z | Downloaded minimal-lexical v0.2.1 |
| 737 | 2026-01-27T17:27:37.529Z | Downloaded scroll_derive v0.13.1 |
| 738 | 2026-01-27T17:27:37.529Z | Downloaded scopeguard v1.2.0 |
| 739 | 2026-01-27T17:27:37.532Z | Downloaded sapling-renderdag v0.1.0 |
| 740 | 2026-01-27T17:27:37.537Z | Downloaded semver v0.1.20 |
| 741 | 2026-01-27T17:27:37.537Z | Downloaded secrecy v0.8.0 |
| 742 | 2026-01-27T17:27:37.540Z | Downloaded scheduled-thread-pool v0.2.7 |
| 743 | 2026-01-27T17:27:37.540Z | Downloaded salsa20 v0.10.2 |
| 744 | 2026-01-27T17:27:37.544Z | Downloaded rtoolbox v0.0.2 |
| 745 | 2026-01-27T17:27:37.548Z | Downloaded pin-project v1.1.6 |
| 746 | 2026-01-27T17:27:37.557Z | Downloaded serde_repr v0.1.19 |
| 747 | 2026-01-27T17:27:37.561Z | Downloaded serde-big-array v0.5.1 |
| 748 | 2026-01-27T17:27:37.564Z | Downloaded seq-macro v0.3.6 |
| 749 | 2026-01-27T17:27:37.567Z | Downloaded rustls-pemfile v2.2.0 |
| 750 | 2026-01-27T17:27:37.572Z | Downloaded indicatif v0.18.0 |
| 751 | 2026-01-27T17:27:37.575Z | Downloaded shell-words v1.1.0 |
| 752 | 2026-01-27T17:27:37.575Z | Downloaded serde_urlencoded v0.7.1 |
| 753 | 2026-01-27T17:27:37.579Z | Downloaded serde_plain v1.0.2 |
| 754 | 2026-01-27T17:27:37.579Z | Downloaded rustversion v1.0.22 |
| 755 | 2026-01-27T17:27:37.583Z | Downloaded proc-macro-error2 v2.0.1 |
| 756 | 2026-01-27T17:27:37.587Z | Downloaded siphasher v0.3.11 |
| 757 | 2026-01-27T17:27:37.591Z | Downloaded sigpipe v0.1.3 |
| 758 | 2026-01-27T17:27:37.591Z | Downloaded signal-hook-mio v0.2.4 |
| 759 | 2026-01-27T17:27:37.596Z | Downloaded simd-adler32 v0.3.7 |
| 760 | 2026-01-27T17:27:37.599Z | Downloaded signature v2.2.0 |
| 761 | 2026-01-27T17:27:37.599Z | Downloaded sha1 v0.10.6 |
| 762 | 2026-01-27T17:27:37.604Z | Downloaded slog-bunyan v2.5.0 |
| 763 | 2026-01-27T17:27:37.604Z | Downloaded progenitor-impl v0.8.0 |
| 764 | 2026-01-27T17:27:37.616Z | Downloaded backtrace v0.3.74 |
| 765 | 2026-01-27T17:27:37.619Z | Downloaded oso v0.27.3 |
| 766 | 2026-01-27T17:27:37.619Z | Downloaded serde_path_to_error v0.1.20 |
| 767 | 2026-01-27T17:27:37.619Z | Downloaded r2d2 v0.8.10 |
| 768 | 2026-01-27T17:27:37.619Z | Downloaded serde_derive_internals v0.29.1 |
| 769 | 2026-01-27T17:27:37.622Z | Downloaded slog-envlogger v2.2.0 |
| 770 | 2026-01-27T17:27:37.626Z | Downloaded crossterm v0.28.1 |
| 771 | 2026-01-27T17:27:37.632Z | Downloaded p256 v0.13.2 |
| 772 | 2026-01-27T17:27:37.635Z | Downloaded sct v0.7.1 |
| 773 | 2026-01-27T17:27:37.639Z | Downloaded ssh-cipher v0.2.0 |
| 774 | 2026-01-27T17:27:37.642Z | Downloaded ron v0.7.1 |
| 775 | 2026-01-27T17:27:37.647Z | Downloaded siphasher v1.0.1 |
| 776 | 2026-01-27T17:27:37.651Z | Downloaded shlex v1.3.0 |
| 777 | 2026-01-27T17:27:37.651Z | Downloaded strum v0.26.3 |
| 778 | 2026-01-27T17:27:37.656Z | Downloaded structmeta-derive v0.3.0 |
| 779 | 2026-01-27T17:27:37.656Z | Downloaded rusty-fork v0.3.0 |
| 780 | 2026-01-27T17:27:37.656Z | Downloaded sqlparser_derive v0.2.2 |
| 781 | 2026-01-27T17:27:37.660Z | Downloaded progenitor-impl v0.11.2 |
| 782 | 2026-01-27T17:27:37.660Z | Downloaded slog-scope v4.4.0 |
| 783 | 2026-01-27T17:27:37.664Z | Downloaded slog-json v2.6.1 |
| 784 | 2026-01-27T17:27:37.667Z | Downloaded structmeta v0.3.0 |
| 785 | 2026-01-27T17:27:37.667Z | Downloaded strip-ansi-escapes v0.2.0 |
| 786 | 2026-01-27T17:27:37.676Z | Downloaded ssh-encoding v0.2.0 |
| 787 | 2026-01-27T17:27:37.676Z | Downloaded serde-hex v0.1.0 |
| 788 | 2026-01-27T17:27:37.681Z | Downloaded smallvec v0.6.14 |
| 789 | 2026-01-27T17:27:37.681Z | Downloaded russh-keys v0.45.0 |
| 790 | 2026-01-27T17:27:37.681Z | Downloaded tabled_derive v0.11.0 |
| 791 | 2026-01-27T17:27:37.681Z | Downloaded tagptr v0.2.0 |
| 792 | 2026-01-27T17:27:37.687Z | Downloaded tabled_derive v0.10.0 |
| 793 | 2026-01-27T17:27:37.687Z | Downloaded tabwriter v1.4.0 |
| 794 | 2026-01-27T17:27:37.687Z | Downloaded sqlformat v0.3.5 |
| 795 | 2026-01-27T17:27:37.691Z | Downloaded openssl-sys v0.9.109 |
| 796 | 2026-01-27T17:27:37.694Z | Downloaded rustls-pki-types v1.10.0 |
| 797 | 2026-01-27T17:27:37.698Z | Downloaded progenitor-impl v0.10.0 |
| 798 | 2026-01-27T17:27:37.703Z | Downloaded take_mut v0.2.2 |
| 799 | 2026-01-27T17:27:37.703Z | Downloaded prettyplease v0.2.36 |
| 800 | 2026-01-27T17:27:37.706Z | Downloaded smf v0.2.3 |
| 801 | 2026-01-27T17:27:37.709Z | Downloaded thread_local v1.1.8 |
| 802 | 2026-01-27T17:27:37.709Z | Downloaded thread-id v5.0.0 |
| 803 | 2026-01-27T17:27:37.716Z | Downloaded string_cache v0.8.9 |
| 804 | 2026-01-27T17:27:37.716Z | Downloaded termtree v0.5.1 |
| 805 | 2026-01-27T17:27:37.722Z | Downloaded tinyvec_macros v0.1.1 |
| 806 | 2026-01-27T17:27:37.722Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 807 | 2026-01-27T17:27:37.722Z | Downloaded testing_table v0.3.0 |
| 808 | 2026-01-27T17:27:37.722Z | Downloaded static_assertions v1.1.0 |
| 809 | 2026-01-27T17:27:37.726Z | Downloaded tap v1.0.1 |
| 810 | 2026-01-27T17:27:37.726Z | Downloaded schemars v0.8.22 |
| 811 | 2026-01-27T17:27:37.734Z | Downloaded support-bundle-viewer v0.1.2 |
| 812 | 2026-01-27T17:27:37.738Z | Downloaded snafu-derive v0.8.5 |
| 813 | 2026-01-27T17:27:37.738Z | Downloaded strum_macros v0.27.2 |
| 814 | 2026-01-27T17:27:37.741Z | Downloaded spki v0.7.3 |
| 815 | 2026-01-27T17:27:37.745Z | Downloaded time-core v0.1.6 |
| 816 | 2026-01-27T17:27:37.745Z | Downloaded serde_yaml v0.9.34+deprecated |
| 817 | 2026-01-27T17:27:37.749Z | Downloaded jiff-static v0.2.15 |
| 818 | 2026-01-27T17:27:37.752Z | Downloaded num-bigint-dig v0.8.6 |
| 819 | 2026-01-27T17:27:37.757Z | Downloaded termios v0.3.3 |
| 820 | 2026-01-27T17:27:37.760Z | Downloaded serde_with_macros v3.16.1 |
| 821 | 2026-01-27T17:27:37.760Z | Downloaded hashbrown v0.13.2 |
| 822 | 2026-01-27T17:27:37.765Z | Downloaded signal-hook v0.3.18 |
| 823 | 2026-01-27T17:27:37.770Z | Downloaded slog-term v2.9.2 |
| 824 | 2026-01-27T17:27:37.774Z | Downloaded tower-service v0.3.3 |
| 825 | 2026-01-27T17:27:37.774Z | Downloaded strum_macros v0.24.3 |
| 826 | 2026-01-27T17:27:37.780Z | Downloaded hkdf v0.12.4 |
| 827 | 2026-01-27T17:27:37.780Z | Downloaded trait-variant v0.1.2 |
| 828 | 2026-01-27T17:27:37.784Z | Downloaded tower-layer v0.3.3 |
| 829 | 2026-01-27T17:27:37.784Z | Downloaded itertools v0.12.1 |
| 830 | 2026-01-27T17:27:37.788Z | Downloaded tokio-native-tls v0.3.1 |
| 831 | 2026-01-27T17:27:37.792Z | Downloaded slog-async v2.8.0 |
| 832 | 2026-01-27T17:27:37.792Z | Downloaded subprocess v0.2.9 |
| 833 | 2026-01-27T17:27:37.795Z | Downloaded socket2 v0.6.1 |
| 834 | 2026-01-27T17:27:37.799Z | Downloaded try-lock v0.2.5 |
| 835 | 2026-01-27T17:27:37.799Z | Downloaded topological-sort v0.2.2 |
| 836 | 2026-01-27T17:27:37.799Z | Downloaded unit-prefix v0.5.1 |
| 837 | 2026-01-27T17:27:37.802Z | Downloaded unicode-truncate v1.1.0 |
| 838 | 2026-01-27T17:27:37.802Z | Downloaded typify-macro v0.2.0 |
| 839 | 2026-01-27T17:27:37.802Z | Downloaded thiserror-no-std v2.0.2 |
| 840 | 2026-01-27T17:27:37.807Z | Downloaded unarray v0.1.4 |
| 841 | 2026-01-27T17:27:37.811Z | Downloaded tokio-tungstenite v0.21.0 |
| 842 | 2026-01-27T17:27:37.811Z | Downloaded qorb v0.4.1 |
| 843 | 2026-01-27T17:27:37.817Z | Downloaded tiny-keccak v2.0.2 |
| 844 | 2026-01-27T17:27:37.820Z | Downloaded toml_datetime v0.7.3 |
| 845 | 2026-01-27T17:27:37.821Z | Downloaded untrusted v0.7.1 |
| 846 | 2026-01-27T17:27:37.821Z | Downloaded toml_writer v1.0.4 |
| 847 | 2026-01-27T17:27:37.824Z | Downloaded spin v0.9.8 |
| 848 | 2026-01-27T17:27:37.827Z | Downloaded rcgen v0.12.1 |
| 849 | 2026-01-27T17:27:37.830Z | Downloaded utf-8 v0.7.6 |
| 850 | 2026-01-27T17:27:37.830Z | Downloaded tls_codec v0.4.1 |
| 851 | 2026-01-27T17:27:37.836Z | Downloaded typify-macro v0.4.3 |
| 852 | 2026-01-27T17:27:37.837Z | Downloaded samael v0.0.19 |
| 853 | 2026-01-27T17:27:37.842Z | Downloaded universal-hash v0.5.1 |
| 854 | 2026-01-27T17:27:37.842Z | Downloaded void v1.0.2 |
| 855 | 2026-01-27T17:27:37.846Z | Downloaded tokio-macros v2.6.0 |
| 856 | 2026-01-27T17:27:37.846Z | Downloaded tokio-dtrace v0.1.0 |
| 857 | 2026-01-27T17:27:37.846Z | Downloaded tls_codec_derive v0.4.1 |
| 858 | 2026-01-27T17:27:37.846Z | Downloaded usdt-attr-macro v0.6.0 |
| 859 | 2026-01-27T17:27:37.846Z | Downloaded usdt v0.6.0 |
| 860 | 2026-01-27T17:27:37.850Z | Downloaded untrusted v0.9.0 |
| 861 | 2026-01-27T17:27:37.850Z | Downloaded tui-tree-widget v0.23.1 |
| 862 | 2026-01-27T17:27:37.855Z | Downloaded tokio-rustls v0.26.0 |
| 863 | 2026-01-27T17:27:37.855Z | Downloaded tokio-rustls v0.25.0 |
| 864 | 2026-01-27T17:27:37.861Z | Downloaded want v0.3.1 |
| 865 | 2026-01-27T17:27:37.861Z | Downloaded waitgroup v0.1.2 |
| 866 | 2026-01-27T17:27:37.861Z | Downloaded wait-timeout v0.2.0 |
| 867 | 2026-01-27T17:27:37.861Z | Downloaded vte_generate_state_changes v0.1.2 |
| 868 | 2026-01-27T17:27:37.861Z | Downloaded strum_macros v0.26.4 |
| 869 | 2026-01-27T17:27:37.874Z | Downloaded similar v2.7.0 |
| 870 | 2026-01-27T17:27:37.882Z | Downloaded slog v2.8.2 |
| 871 | 2026-01-27T17:27:37.882Z | Downloaded quinn v0.11.5 |
| 872 | 2026-01-27T17:27:37.883Z | Downloaded tokio-stream v0.1.17 |
| 873 | 2026-01-27T17:27:37.883Z | Downloaded xshell-macros v0.2.7 |
| 874 | 2026-01-27T17:27:37.889Z | Downloaded xattr v1.3.1 |
| 875 | 2026-01-27T17:27:37.890Z | Downloaded tracing-attributes v0.1.27 |
| 876 | 2026-01-27T17:27:37.890Z | Downloaded usdt-macro v0.6.0 |
| 877 | 2026-01-27T17:27:37.890Z | Downloaded which v4.4.2 |
| 878 | 2026-01-27T17:27:37.894Z | Downloaded usdt-impl v0.6.0 |
| 879 | 2026-01-27T17:27:37.894Z | Downloaded typify v0.2.0 |
| 880 | 2026-01-27T17:27:37.894Z | Downloaded schemars v1.0.4 |
| 881 | 2026-01-27T17:27:37.906Z | Downloaded zone v0.1.8 |
| 882 | 2026-01-27T17:27:37.910Z | Downloaded vergen-lib v0.1.6 |
| 883 | 2026-01-27T17:27:37.910Z | Downloaded vergen-gitcl v1.0.8 |
| 884 | 2026-01-27T17:27:37.910Z | Downloaded vergen-git2 v1.0.7 |
| 885 | 2026-01-27T17:27:37.913Z | Downloaded schemars v0.9.0 |
| 886 | 2026-01-27T17:27:37.930Z | Downloaded vsss-rs v3.3.4 |
| 887 | 2026-01-27T17:27:37.934Z | Downloaded tokio-rustls v0.24.1 |
| 888 | 2026-01-27T17:27:37.934Z | Downloaded hashbrown v0.15.4 |
| 889 | 2026-01-27T17:27:37.935Z | Downloaded zone_cfg_derive v0.3.0 |
| 890 | 2026-01-27T17:27:37.935Z | Downloaded zone v0.3.1 |
| 891 | 2026-01-27T17:27:37.939Z | Downloaded zone_cfg_derive v0.1.2 |
| 892 | 2026-01-27T17:27:37.939Z | Downloaded zeroize_derive v1.4.2 |
| 893 | 2026-01-27T17:27:37.939Z | Downloaded unicode-properties v0.1.3 |
| 894 | 2026-01-27T17:27:37.939Z | Downloaded nom v7.1.3 |
| 895 | 2026-01-27T17:27:37.944Z | Downloaded uzers v0.12.1 |
| 896 | 2026-01-27T17:27:37.947Z | Downloaded futures-util v0.3.31 |
| 897 | 2026-01-27T17:27:37.967Z | Downloaded xz2 v0.1.7 |
| 898 | 2026-01-27T17:27:37.973Z | Downloaded wyz v0.5.1 |
| 899 | 2026-01-27T17:27:37.973Z | Downloaded walkdir v2.5.0 |
| 900 | 2026-01-27T17:27:37.973Z | Downloaded tar v0.4.44 |
| 901 | 2026-01-27T17:27:37.973Z | Downloaded steno v0.4.1 |
| 902 | 2026-01-27T17:27:37.973Z | Downloaded whoami v1.5.2 |
| 903 | 2026-01-27T17:27:37.974Z | Downloaded unicase v2.8.1 |
| 904 | 2026-01-27T17:27:37.987Z | Downloaded zstd-safe v7.2.3 |
| 905 | 2026-01-27T17:27:37.987Z | Downloaded rand v0.9.2 |
| 906 | 2026-01-27T17:27:37.996Z | Downloaded rand v0.8.5 |
| 907 | 2026-01-27T17:27:37.997Z | Downloaded zstd v0.13.3 |
| 908 | 2026-01-27T17:27:37.997Z | Downloaded socket2 v0.5.10 |
| 909 | 2026-01-27T17:27:37.997Z | Downloaded typify v0.4.3 |
| 910 | 2026-01-27T17:27:37.997Z | Downloaded tungstenite v0.23.0 |
| 911 | 2026-01-27T17:27:38.006Z | Downloaded reedline v0.40.0 |
| 912 | 2026-01-27T17:27:38.010Z | Downloaded zeroize v1.8.1 |
| 913 | 2026-01-27T17:27:38.010Z | Downloaded yasna v0.5.2 |
| 914 | 2026-01-27T17:27:38.010Z | Downloaded xshell v0.2.7 |
| 915 | 2026-01-27T17:27:38.010Z | Downloaded vergen v9.0.6 |
| 916 | 2026-01-27T17:27:38.010Z | Downloaded aho-corasick v1.1.3 |
| 917 | 2026-01-27T17:27:38.014Z | Downloaded zerocopy v0.6.6 |
| 918 | 2026-01-27T17:27:38.017Z | Downloaded tokio-postgres v0.7.13 |
| 919 | 2026-01-27T17:27:38.022Z | Downloaded twox-hash v2.1.0 |
| 920 | 2026-01-27T17:27:38.025Z | Downloaded vte v0.11.1 |
| 921 | 2026-01-27T17:27:38.029Z | Downloaded unicode-bidi v0.3.17 |
| 922 | 2026-01-27T17:27:38.029Z | Downloaded tracing-core v0.1.32 |
| 923 | 2026-01-27T17:27:38.032Z | Downloaded test-strategy v0.4.3 |
| 924 | 2026-01-27T17:27:38.039Z | Downloaded value-bag v1.12.0 |
| 925 | 2026-01-27T17:27:38.043Z | Downloaded regex v1.11.3 |
| 926 | 2026-01-27T17:27:38.051Z | Downloaded unsafe-libyaml v0.2.11 |
| 927 | 2026-01-27T17:27:38.055Z | Downloaded toml_edit v0.19.15 |
| 928 | 2026-01-27T17:27:38.064Z | Downloaded ssh-key v0.6.6 |
| 929 | 2026-01-27T17:27:38.070Z | Downloaded lalrpop v0.19.12 |
| 930 | 2026-01-27T17:27:38.083Z | Downloaded zopfli v0.8.1 |
| 931 | 2026-01-27T17:27:38.086Z | Downloaded aws-lc-rs v1.12.4 |
| 932 | 2026-01-27T17:27:38.091Z | Downloaded p521 v0.13.3 |
| 933 | 2026-01-27T17:27:38.094Z | Downloaded itertools v0.14.0 |
| 934 | 2026-01-27T17:27:38.103Z | Downloaded blake3 v1.5.4 |
| 935 | 2026-01-27T17:27:38.111Z | Downloaded zip v0.6.6 |
| 936 | 2026-01-27T17:27:38.114Z | Downloaded rpassword v7.4.0 |
| 937 | 2026-01-27T17:27:38.117Z | Downloaded quick-xml v0.37.2 |
| 938 | 2026-01-27T17:27:38.120Z | Downloaded unicode-segmentation v1.12.0 |
| 939 | 2026-01-27T17:27:38.123Z | Downloaded uuid v1.19.0 |
| 940 | 2026-01-27T17:27:38.129Z | Downloaded hyper v1.8.1 |
| 941 | 2026-01-27T17:27:38.132Z | Downloaded unicode_categories v0.1.1 |
| 942 | 2026-01-27T17:27:38.135Z | Downloaded zerocopy-derive v0.8.27 |
| 943 | 2026-01-27T17:27:38.143Z | Downloaded salty v0.3.0 |
| 944 | 2026-01-27T17:27:38.147Z | Downloaded iddqd v0.3.16 |
| 945 | 2026-01-27T17:27:38.154Z | Downloaded tracing v0.1.40 |
| 946 | 2026-01-27T17:27:38.158Z | Downloaded tokio-util v0.7.15 |
| 947 | 2026-01-27T17:27:38.166Z | Downloaded tungstenite v0.21.0 |
| 948 | 2026-01-27T17:27:38.170Z | Downloaded rustyline v14.0.0 |
| 949 | 2026-01-27T17:27:38.174Z | Downloaded tower v0.5.2 |
| 950 | 2026-01-27T17:27:38.183Z | Downloaded yansi v1.0.1 |
| 951 | 2026-01-27T17:27:38.195Z | Downloaded rustls-webpki v0.101.7 |
| 952 | 2026-01-27T17:27:38.200Z | Downloaded zip v4.2.0 |
| 953 | 2026-01-27T17:27:38.204Z | Downloaded nix v0.27.1 |
| 954 | 2026-01-27T17:27:38.212Z | Downloaded tough v0.20.0 |
| 955 | 2026-01-27T17:27:38.220Z | Downloaded x509-cert v0.2.5 |
| 956 | 2026-01-27T17:27:38.227Z | Downloaded p384 v0.13.1 |
| 957 | 2026-01-27T17:27:38.231Z | Downloaded bindgen v0.69.5 |
| 958 | 2026-01-27T17:27:38.237Z | Downloaded unicode-normalization v0.1.24 |
| 959 | 2026-01-27T17:27:38.240Z | Downloaded dropshot v0.16.6 |
| 960 | 2026-01-27T17:27:38.259Z | Downloaded quinn-proto v0.11.8 |
| 961 | 2026-01-27T17:27:38.264Z | Downloaded openssl v0.10.73 |
| 962 | 2026-01-27T17:27:38.273Z | Downloaded polar-core v0.27.3 |
| 963 | 2026-01-27T17:27:38.280Z | Downloaded winnow v0.6.26 |
| 964 | 2026-01-27T17:27:38.297Z | Downloaded serde_with v3.16.1 |
| 965 | 2026-01-27T17:27:38.306Z | Downloaded nix v0.28.0 |
| 966 | 2026-01-27T17:27:38.315Z | Downloaded time v0.3.43 |
| 967 | 2026-01-27T17:27:38.319Z | Downloaded petname v2.0.2 |
| 968 | 2026-01-27T17:27:38.323Z | Downloaded git2 v0.20.2 |
| 969 | 2026-01-27T17:27:38.328Z | Downloaded rustls v0.21.12 |
| 970 | 2026-01-27T17:27:38.337Z | Downloaded object v0.30.4 |
| 971 | 2026-01-27T17:27:38.345Z | Downloaded nix v0.30.1 |
| 972 | 2026-01-27T17:27:38.356Z | Downloaded zlib-rs v0.5.1 |
| 973 | 2026-01-27T17:27:38.364Z | Downloaded regex-syntax v0.6.29 |
| 974 | 2026-01-27T17:27:38.368Z | Downloaded radix_trie v0.2.1 |
| 975 | 2026-01-27T17:27:38.373Z | Downloaded csv v1.3.1 |
| 976 | 2026-01-27T17:27:38.388Z | Downloaded zerocopy v0.8.27 |
| 977 | 2026-01-27T17:27:38.407Z | Downloaded tabled v0.20.0 |
| 978 | 2026-01-27T17:27:38.424Z | Downloaded webpki-roots v1.0.1 |
| 979 | 2026-01-27T17:27:38.427Z | Downloaded bstr v1.10.0 |
| 980 | 2026-01-27T17:27:38.435Z | Downloaded regex-syntax v0.8.5 |
| 981 | 2026-01-27T17:27:38.442Z | Downloaded smoltcp v0.9.1 |
| 982 | 2026-01-27T17:27:38.451Z | Downloaded vcpkg v0.2.15 |
| 983 | 2026-01-27T17:27:38.487Z | Downloaded object v0.36.5 |
| 984 | 2026-01-27T17:27:38.497Z | Downloaded regress v0.10.4 |
| 985 | 2026-01-27T17:27:38.504Z | Downloaded rustls v0.23.19 |
| 986 | 2026-01-27T17:27:38.513Z | Downloaded smoltcp v0.11.0 |
| 987 | 2026-01-27T17:27:38.525Z | Downloaded tabled v0.18.0 |
| 988 | 2026-01-27T17:27:38.540Z | Downloaded openapiv3 v2.2.0 |
| 989 | 2026-01-27T17:27:38.549Z | Downloaded hickory-proto v0.25.2 |
| 990 | 2026-01-27T17:27:38.562Z | Downloaded rustls v0.22.4 |
| 991 | 2026-01-27T17:27:38.575Z | Downloaded typify-impl v0.2.0 |
| 992 | 2026-01-27T17:27:38.586Z | Downloaded typify-impl v0.4.3 |
| 993 | 2026-01-27T17:27:38.598Z | Downloaded ratatui v0.29.0 |
| 994 | 2026-01-27T17:27:38.625Z | Downloaded nix v0.29.0 |
| 995 | 2026-01-27T17:27:38.629Z | Downloaded moka v0.12.10 |
| 996 | 2026-01-27T17:27:38.636Z | Downloaded hickory-proto v0.24.4 |
| 997 | 2026-01-27T17:27:38.648Z | Downloaded zerocopy-derive v0.6.6 |
| 998 | 2026-01-27T17:27:38.656Z | Downloaded sled v0.34.7 |
| 999 | 2026-01-27T17:27:38.668Z | Downloaded petgraph v0.6.5 |
| 1000 | 2026-01-27T17:27:38.683Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1001 | 2026-01-27T17:27:38.691Z | Downloaded regex-automata v0.4.11 |
| 1002 | 2026-01-27T17:27:38.705Z | Downloaded gimli v0.31.1 |
| 1003 | 2026-01-27T17:27:38.715Z | Downloaded diesel v2.2.12 |
| 1004 | 2026-01-27T17:27:38.728Z | Downloaded libz-sys v1.1.20 |
| 1005 | 2026-01-27T17:27:38.746Z | Downloaded winnow v0.5.40 |
| 1006 | 2026-01-27T17:27:38.754Z | Downloaded rayon v1.10.0 |
| 1007 | 2026-01-27T17:27:38.762Z | Downloaded jiff v0.2.15 |
| 1008 | 2026-01-27T17:27:38.777Z | Downloaded chrono-tz v0.10.4 |
| 1009 | 2026-01-27T17:27:38.792Z | Downloaded goblin v0.10.2 |
| 1010 | 2026-01-27T17:27:38.798Z | Downloaded lzma-sys v0.1.20 |
| 1011 | 2026-01-27T17:27:38.823Z | Downloaded sqlparser v0.45.0 |
| 1012 | 2026-01-27T17:27:38.829Z | Downloaded curve25519-dalek v4.1.3 |
| 1013 | 2026-01-27T17:27:38.840Z | Downloaded portable-atomic v1.11.0 |
| 1014 | 2026-01-27T17:27:38.849Z | Downloaded bindgen v0.71.1 |
| 1015 | 2026-01-27T17:27:38.856Z | Downloaded petgraph v0.8.2 |
| 1016 | 2026-01-27T17:27:38.867Z | Downloaded reqwest v0.12.24 |
| 1017 | 2026-01-27T17:27:38.872Z | Downloaded chrono v0.4.42 |
| 1018 | 2026-01-27T17:27:38.877Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 1019 | 2026-01-27T17:27:38.892Z | Downloaded typed-path v0.9.3 |
| 1020 | 2026-01-27T17:27:38.899Z | Downloaded tower-http v0.6.6 |
| 1021 | 2026-01-27T17:27:38.905Z | Downloaded tokio v1.48.0 |
| 1022 | 2026-01-27T17:27:38.938Z | Downloaded sha3 v0.10.8 |
| 1023 | 2026-01-27T17:27:38.942Z | Downloaded rustls-webpki v0.102.8 |
| 1024 | 2026-01-27T17:27:38.961Z | Downloaded bitvec v1.0.1 |
| 1025 | 2026-01-27T17:27:38.970Z | Downloaded proptest v1.7.0 |
| 1026 | 2026-01-27T17:27:38.979Z | Downloaded libxml v0.3.3 |
| 1027 | 2026-01-27T17:27:38.983Z | Downloaded toml v0.9.8 |
| 1028 | 2026-01-27T17:27:38.988Z | Downloaded toml v0.7.8 |
| 1029 | 2026-01-27T17:27:38.992Z | Downloaded russh v0.45.0 |
| 1030 | 2026-01-27T17:27:38.995Z | Downloaded toml_parser v1.0.4 |
| 1031 | 2026-01-27T17:27:38.999Z | Downloaded tinyvec v1.8.0 |
| 1032 | 2026-01-27T17:27:38.999Z | Downloaded term v1.1.0 |
| 1033 | 2026-01-27T17:27:39.004Z | Downloaded term v0.7.0 |
| 1034 | 2026-01-27T17:27:39.009Z | Downloaded libm v0.2.8 |
| 1035 | 2026-01-27T17:27:39.013Z | Downloaded hickory-server v0.25.2 |
| 1036 | 2026-01-27T17:27:39.017Z | Downloaded encoding_rs v0.8.34 |
| 1037 | 2026-01-27T17:27:39.033Z | Downloaded snafu v0.8.5 |
| 1038 | 2026-01-27T17:27:39.039Z | Downloaded tokio-tungstenite v0.23.1 |
| 1039 | 2026-01-27T17:27:39.042Z | Downloaded ryu v1.0.18 |
| 1040 | 2026-01-27T17:27:39.045Z | Downloaded iri-string v0.7.8 |
| 1041 | 2026-01-27T17:27:39.049Z | Downloaded time-macros v0.2.24 |
| 1042 | 2026-01-27T17:27:39.054Z | Downloaded stringprep v0.1.5 |
| 1043 | 2026-01-27T17:27:39.054Z | Downloaded rsa v0.9.8 |
| 1044 | 2026-01-27T17:27:39.062Z | Downloaded h2 v0.4.6 |
| 1045 | 2026-01-27T17:27:39.067Z | Downloaded publicsuffix v2.3.0 |
| 1046 | 2026-01-27T17:27:39.067Z | Downloaded itertools v0.13.0 |
| 1047 | 2026-01-27T17:27:39.072Z | Downloaded slog-dtrace v0.3.0 |
| 1048 | 2026-01-27T17:27:39.072Z | Downloaded slab v0.4.9 |
| 1049 | 2026-01-27T17:27:39.075Z | Downloaded rayon-core v1.12.1 |
| 1050 | 2026-01-27T17:27:39.075Z | Downloaded num-bigint v0.4.6 |
| 1051 | 2026-01-27T17:27:39.079Z | Downloaded ring v0.17.14 |
| 1052 | 2026-01-27T17:27:39.118Z | Downloaded sync_wrapper v1.0.1 |
| 1053 | 2026-01-27T17:27:39.122Z | Downloaded sync-ptr v0.1.4 |
| 1054 | 2026-01-27T17:27:39.122Z | Downloaded supports-color v3.0.2 |
| 1055 | 2026-01-27T17:27:39.122Z | Downloaded strum v0.27.2 |
| 1056 | 2026-01-27T17:27:39.122Z | Downloaded subtle v2.6.1 |
| 1057 | 2026-01-27T17:27:39.122Z | Downloaded signal-hook-tokio v0.3.1 |
| 1058 | 2026-01-27T17:27:39.122Z | Downloaded signal-hook-registry v1.4.2 |
| 1059 | 2026-01-27T17:27:39.122Z | Downloaded slog-stdlog v4.1.1 |
| 1060 | 2026-01-27T17:27:39.126Z | Downloaded serde_cbor v0.11.2 |
| 1061 | 2026-01-27T17:27:39.126Z | Downloaded itertools v0.10.5 |
| 1062 | 2026-01-27T17:27:39.130Z | Downloaded sec1 v0.7.3 |
| 1063 | 2026-01-27T17:27:39.133Z | Downloaded mio v1.0.2 |
| 1064 | 2026-01-27T17:27:39.136Z | Downloaded hashbrown v0.12.3 |
| 1065 | 2026-01-27T17:27:39.147Z | Downloaded ron v0.8.1 |
| 1066 | 2026-01-27T17:27:39.153Z | Downloaded pretty_assertions v1.4.1 |
| 1067 | 2026-01-27T17:27:39.153Z | Downloaded schemars_derive v0.8.22 |
| 1068 | 2026-01-27T17:27:39.153Z | Downloaded scroll v0.13.0 |
| 1069 | 2026-01-27T17:27:39.153Z | Downloaded serde_spanned v1.0.3 |
| 1070 | 2026-01-27T17:27:39.153Z | Downloaded rustc-demangle v0.1.24 |
| 1071 | 2026-01-27T17:27:39.153Z | Downloaded postcard v1.0.10 |
| 1072 | 2026-01-27T17:27:39.153Z | Downloaded hyper-util v0.1.19 |
| 1073 | 2026-01-27T17:27:39.157Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 1074 | 2026-01-27T17:27:39.240Z | Downloaded serde_bytes v0.11.19 |
| 1075 | 2026-01-27T17:27:39.250Z | Downloaded prefix-trie v0.7.0 |
| 1076 | 2026-01-27T17:27:39.254Z | Downloaded http v1.4.0 |
| 1077 | 2026-01-27T17:27:39.254Z | Downloaded crossbeam-channel v0.5.15 |
| 1078 | 2026-01-27T17:27:39.254Z | Downloaded secrecy v0.10.3 |
| 1079 | 2026-01-27T17:27:39.274Z | Downloaded scrypt v0.11.0 |
| 1080 | 2026-01-27T17:27:39.275Z | Downloaded rustls-pemfile v1.0.4 |
| 1081 | 2026-01-27T17:27:39.275Z | Downloaded rustls-native-certs v0.8.1 |
| 1082 | 2026-01-27T17:27:39.275Z | Downloaded rand_seeder v0.4.0 |
| 1083 | 2026-01-27T17:27:39.275Z | Downloaded rand_core v0.9.3 |
| 1084 | 2026-01-27T17:27:39.275Z | Downloaded quinn-udp v0.5.5 |
| 1085 | 2026-01-27T17:27:39.275Z | Downloaded papergrid v0.17.0 |
| 1086 | 2026-01-27T17:27:39.275Z | Downloaded parking_lot v0.11.2 |
| 1087 | 2026-01-27T17:27:39.286Z | Downloaded cc v1.2.30 |
| 1088 | 2026-01-27T17:27:39.286Z | Downloaded rand_core v0.6.4 |
| 1089 | 2026-01-27T17:27:39.286Z | Downloaded rand_chacha v0.9.0 |
| 1090 | 2026-01-27T17:27:39.286Z | Downloaded pkcs1 v0.7.5 |
| 1091 | 2026-01-27T17:27:39.286Z | Downloaded compact_str v0.8.0 |
| 1092 | 2026-01-27T17:27:39.286Z | Downloaded bumpalo v3.16.0 |
| 1093 | 2026-01-27T17:27:39.286Z | Downloaded phf v0.11.2 |
| 1094 | 2026-01-27T17:27:39.286Z | Downloaded pem v3.0.5 |
| 1095 | 2026-01-27T17:27:39.286Z | Downloaded half v2.4.1 |
| 1096 | 2026-01-27T17:27:39.287Z | Downloaded progenitor-macro v0.10.0 |
| 1097 | 2026-01-27T17:27:39.287Z | Downloaded miniz_oxide v0.8.5 |
| 1098 | 2026-01-27T17:27:39.287Z | Downloaded password-hash v0.5.0 |
| 1099 | 2026-01-27T17:27:39.291Z | Downloaded paste v1.0.15 |
| 1100 | 2026-01-27T17:27:39.291Z | Downloaded password-hash v0.4.2 |
| 1101 | 2026-01-27T17:27:39.291Z | Downloaded parking_lot v0.12.3 |
| 1102 | 2026-01-27T17:27:39.291Z | Downloaded indexmap v1.9.3 |
| 1103 | 2026-01-27T17:27:39.294Z | Downloaded base64 v0.21.7 |
| 1104 | 2026-01-27T17:27:39.300Z | Downloaded progenitor v0.8.0 |
| 1105 | 2026-01-27T17:27:39.300Z | Downloaded polyval v0.6.2 |
| 1106 | 2026-01-27T17:27:39.300Z | Downloaded owo-colors v4.2.2 |
| 1107 | 2026-01-27T17:27:39.306Z | Downloaded litrs v0.4.1 |
| 1108 | 2026-01-27T17:27:39.317Z | Downloaded allocator-api2 v0.2.21 |
| 1109 | 2026-01-27T17:27:39.317Z | Downloaded precomputed-hash v0.1.1 |
| 1110 | 2026-01-27T17:27:39.317Z | Downloaded phf_shared v0.12.1 |
| 1111 | 2026-01-27T17:27:39.317Z | Downloaded phf v0.12.1 |
| 1112 | 2026-01-27T17:27:39.337Z | Downloaded pem-rfc7468 v0.7.0 |
| 1113 | 2026-01-27T17:27:39.337Z | Downloaded arc-swap v1.7.1 |
| 1114 | 2026-01-27T17:27:39.337Z | Downloaded aes-gcm v0.10.3 |
| 1115 | 2026-01-27T17:27:39.337Z | Downloaded predicates-core v1.0.8 |
| 1116 | 2026-01-27T17:27:39.337Z | Downloaded hickory-resolver v0.25.2 |
| 1117 | 2026-01-27T17:27:39.342Z | Downloaded hickory-resolver v0.24.4 |
| 1118 | 2026-01-27T17:27:39.342Z | Downloaded heapless v0.8.0 |
| 1119 | 2026-01-27T17:27:39.342Z | Downloaded proc-macro-crate v1.3.1 |
| 1120 | 2026-01-27T17:27:39.342Z | Downloaded pretty-hex v0.2.1 |
| 1121 | 2026-01-27T17:27:39.342Z | Downloaded parse-display v0.10.0 |
| 1122 | 2026-01-27T17:27:39.342Z | Downloaded parking_lot_core v0.9.10 |
| 1123 | 2026-01-27T17:27:39.342Z | Downloaded parking_lot_core v0.8.6 |
| 1124 | 2026-01-27T17:27:39.342Z | Downloaded omicron-zone-package v0.12.2 |
| 1125 | 2026-01-27T17:27:39.342Z | Downloaded phf_shared v0.11.2 |
| 1126 | 2026-01-27T17:27:39.342Z | Downloaded heapless v0.7.17 |
| 1127 | 2026-01-27T17:27:39.348Z | Downloaded headers v0.4.1 |
| 1128 | 2026-01-27T17:27:39.356Z | Downloaded lock_api v0.4.12 |
| 1129 | 2026-01-27T17:27:39.356Z | Downloaded libsw v3.5.0 |
| 1130 | 2026-01-27T17:27:39.356Z | Downloaded pbkdf2 v0.11.0 |
| 1131 | 2026-01-27T17:27:39.356Z | Downloaded num_enum_derive v0.5.11 |
| 1132 | 2026-01-27T17:27:39.356Z | Downloaded num_enum v0.5.11 |
| 1133 | 2026-01-27T17:27:39.363Z | Downloaded num-rational v0.4.2 |
| 1134 | 2026-01-27T17:27:39.363Z | Downloaded libloading v0.8.5 |
| 1135 | 2026-01-27T17:27:39.363Z | Downloaded hickory-client v0.25.2 |
| 1136 | 2026-01-27T17:27:39.363Z | Downloaded diesel_derives v2.2.3 |
| 1137 | 2026-01-27T17:27:39.369Z | Downloaded const_format v0.2.34 |
| 1138 | 2026-01-27T17:27:39.374Z | Downloaded num-derive v0.4.2 |
| 1139 | 2026-01-27T17:27:39.375Z | Downloaded nibble_vec v0.1.0 |
| 1140 | 2026-01-27T17:27:39.375Z | Downloaded newtype-uuid v1.3.2 |
| 1141 | 2026-01-27T17:27:39.375Z | Downloaded keccak v0.1.5 |
| 1142 | 2026-01-27T17:27:39.375Z | Downloaded jobserver v0.1.32 |
| 1143 | 2026-01-27T17:27:39.375Z | Downloaded ipnetwork v0.21.1 |
| 1144 | 2026-01-27T17:27:39.378Z | Downloaded indoc v2.0.6 |
| 1145 | 2026-01-27T17:27:39.378Z | Downloaded indoc v1.0.9 |
| 1146 | 2026-01-27T17:27:39.378Z | Downloaded flume v0.11.1 |
| 1147 | 2026-01-27T17:27:39.391Z | Downloaded flate2 v1.1.2 |
| 1148 | 2026-01-27T17:27:39.395Z | Downloaded darling_core v0.21.0 |
| 1149 | 2026-01-27T17:27:39.395Z | Downloaded native-tls v0.2.12 |
| 1150 | 2026-01-27T17:27:39.395Z | Downloaded multer v3.1.0 |
| 1151 | 2026-01-27T17:27:39.395Z | Downloaded mime_guess v2.0.5 |
| 1152 | 2026-01-27T17:27:39.395Z | Downloaded olpc-cjson v0.1.4 |
| 1153 | 2026-01-27T17:27:39.395Z | Downloaded md5 v0.7.0 |
| 1154 | 2026-01-27T17:27:39.399Z | Downloaded lru v0.12.5 |
| 1155 | 2026-01-27T17:27:39.399Z | Downloaded der v0.7.10 |
| 1156 | 2026-01-27T17:27:39.409Z | Downloaded num v0.4.3 |
| 1157 | 2026-01-27T17:27:39.409Z | Downloaded clang-sys v1.8.1 |
| 1158 | 2026-01-27T17:27:39.415Z | Downloaded libz-rs-sys v0.5.1 |
| 1159 | 2026-01-27T17:27:39.415Z | Downloaded httparse v1.9.5 |
| 1160 | 2026-01-27T17:27:39.415Z | Downloaded crc32fast v1.4.2 |
| 1161 | 2026-01-27T17:27:39.415Z | Downloaded crc-any v2.5.0 |
| 1162 | 2026-01-27T17:27:39.415Z | Downloaded lzss v0.8.2 |
| 1163 | 2026-01-27T17:27:39.415Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1164 | 2026-01-27T17:27:39.415Z | Downloaded maplit v1.0.2 |
| 1165 | 2026-01-27T17:27:39.418Z | Downloaded lru-cache v0.1.2 |
| 1166 | 2026-01-27T17:27:39.418Z | Downloaded libefi-sys v0.1.0 |
| 1167 | 2026-01-27T17:27:39.418Z | Downloaded lazy_static v1.5.0 |
| 1168 | 2026-01-27T17:27:39.418Z | Downloaded elliptic-curve v0.13.8 |
| 1169 | 2026-01-27T17:27:39.423Z | Downloaded darling_core v0.20.10 |
| 1170 | 2026-01-27T17:27:39.426Z | Downloaded hmac v0.12.1 |
| 1171 | 2026-01-27T17:27:39.427Z | Downloaded new_debug_unreachable v1.0.6 |
| 1172 | 2026-01-27T17:27:39.427Z | Downloaded libscf-sys v1.1.0 |
| 1173 | 2026-01-27T17:27:39.427Z | Downloaded highway v1.3.0 |
| 1174 | 2026-01-27T17:27:39.433Z | Downloaded fatfs v0.3.6 |
| 1175 | 2026-01-27T17:27:39.433Z | Downloaded multimap v0.10.1 |
| 1176 | 2026-01-27T17:27:39.433Z | Downloaded memoffset v0.9.1 |
| 1177 | 2026-01-27T17:27:39.433Z | Downloaded linked-hash-map v0.5.6 |
| 1178 | 2026-01-27T17:27:39.433Z | Downloaded colored v2.2.0 |
| 1179 | 2026-01-27T17:27:39.440Z | Downloaded ingot-types v0.1.2 |
| 1180 | 2026-01-27T17:27:39.440Z | Downloaded ingot v0.1.1 |
| 1181 | 2026-01-27T17:27:39.440Z | Downloaded cancel-safe-futures v0.1.5 |
| 1182 | 2026-01-27T17:27:39.443Z | Downloaded maybe-uninit v2.0.0 |
| 1183 | 2026-01-27T17:27:39.443Z | Downloaded match_cfg v0.1.0 |
| 1184 | 2026-01-27T17:27:39.443Z | Downloaded instant v0.1.13 |
| 1185 | 2026-01-27T17:27:39.443Z | Downloaded instability v0.3.2 |
| 1186 | 2026-01-27T17:27:39.446Z | Downloaded hyper-staticfile v0.10.1 |
| 1187 | 2026-01-27T17:27:39.446Z | Downloaded humantime v2.2.0 |
| 1188 | 2026-01-27T17:27:39.451Z | Downloaded httpdate v1.0.3 |
| 1189 | 2026-01-27T17:27:39.451Z | Downloaded http-body-util v0.1.3 |
| 1190 | 2026-01-27T17:27:39.452Z | Downloaded ed25519 v2.2.3 |
| 1191 | 2026-01-27T17:27:39.452Z | Downloaded dropshot-api-manager v0.2.4 |
| 1192 | 2026-01-27T17:27:39.458Z | Downloaded derive_more-impl v2.0.1 |
| 1193 | 2026-01-27T17:27:39.458Z | Downloaded dropshot_endpoint v0.16.6 |
| 1194 | 2026-01-27T17:27:39.464Z | Downloaded critical-section v1.1.3 |
| 1195 | 2026-01-27T17:27:39.464Z | Downloaded cookie v0.18.1 |
| 1196 | 2026-01-27T17:27:39.467Z | Downloaded const-oid v0.9.6 |
| 1197 | 2026-01-27T17:27:39.467Z | Downloaded cbc v0.1.2 |
| 1198 | 2026-01-27T17:27:39.467Z | Downloaded bzip2 v0.5.2 |
| 1199 | 2026-01-27T17:27:39.474Z | Downloaded lalrpop-util v0.19.12 |
| 1200 | 2026-01-27T17:27:39.475Z | Downloaded cookie_store v0.21.1 |
| 1201 | 2026-01-27T17:27:39.475Z | Downloaded console v0.16.0 |
| 1202 | 2026-01-27T17:27:39.481Z | Downloaded base64ct v1.6.0 |
| 1203 | 2026-01-27T17:27:39.481Z | Downloaded diff v0.1.13 |
| 1204 | 2026-01-27T17:27:39.481Z | Downloaded darling v0.21.0 |
| 1205 | 2026-01-27T17:27:39.485Z | Downloaded is-terminal v0.4.13 |
| 1206 | 2026-01-27T17:27:39.485Z | Downloaded globset v0.4.15 |
| 1207 | 2026-01-27T17:27:39.485Z | Downloaded buf-list v1.0.3 |
| 1208 | 2026-01-27T17:27:39.486Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1209 | 2026-01-27T17:27:39.499Z | Downloaded ident_case v1.0.1 |
| 1210 | 2026-01-27T17:27:39.499Z | Downloaded hostname v0.4.2 |
| 1211 | 2026-01-27T17:27:39.499Z | Downloaded group v0.13.0 |
| 1212 | 2026-01-27T17:27:39.503Z | Downloaded glob v0.3.2 |
| 1213 | 2026-01-27T17:27:39.503Z | Downloaded hubpack_derive v0.1.1 |
| 1214 | 2026-01-27T17:27:39.503Z | Downloaded hubpack v0.1.2 |
| 1215 | 2026-01-27T17:27:39.503Z | Downloaded foldhash v0.1.5 |
| 1216 | 2026-01-27T17:27:39.503Z | Downloaded daft-derive v0.1.4 |
| 1217 | 2026-01-27T17:27:39.503Z | Downloaded aes v0.8.4 |
| 1218 | 2026-01-27T17:27:39.503Z | Downloaded bzip2 v0.4.4 |
| 1219 | 2026-01-27T17:27:39.503Z | Downloaded bcs v0.1.6 |
| 1220 | 2026-01-27T17:27:39.507Z | Downloaded futures-executor v0.3.31 |
| 1221 | 2026-01-27T17:27:39.507Z | Downloaded fs_extra v1.3.0 |
| 1222 | 2026-01-27T17:27:39.507Z | Downloaded fs-err v2.11.0 |
| 1223 | 2026-01-27T17:27:39.526Z | Downloaded foreign-types v0.3.2 |
| 1224 | 2026-01-27T17:27:39.526Z | Downloaded env_logger v0.11.8 |
| 1225 | 2026-01-27T17:27:39.526Z | Downloaded either v1.15.0 |
| 1226 | 2026-01-27T17:27:39.526Z | Downloaded ecdsa v0.16.9 |
| 1227 | 2026-01-27T17:27:39.526Z | Downloaded des v0.8.1 |
| 1228 | 2026-01-27T17:27:39.526Z | Downloaded deranged v0.5.3 |
| 1229 | 2026-01-27T17:27:39.526Z | Downloaded futures-channel v0.3.31 |
| 1230 | 2026-01-27T17:27:39.526Z | Downloaded foldhash v0.2.0 |
| 1231 | 2026-01-27T17:27:39.527Z | Downloaded darling v0.20.10 |
| 1232 | 2026-01-27T17:27:39.527Z | Downloaded async-trait v0.1.89 |
| 1233 | 2026-01-27T17:27:39.531Z | Downloaded ff v0.13.0 |
| 1234 | 2026-01-27T17:27:39.531Z | Downloaded fallible-iterator v0.2.0 |
| 1235 | 2026-01-27T17:27:39.531Z | Downloaded ena v0.14.3 |
| 1236 | 2026-01-27T17:27:39.531Z | Downloaded diesel-dtrace v0.4.2 |
| 1237 | 2026-01-27T17:27:39.532Z | Downloaded daft v0.1.4 |
| 1238 | 2026-01-27T17:27:39.536Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1239 | 2026-01-27T17:27:39.536Z | Downloaded backoff v0.4.0 |
| 1240 | 2026-01-27T17:27:39.541Z | Downloaded hex v0.4.3 |
| 1241 | 2026-01-27T17:27:39.541Z | Downloaded console v0.15.10 |
| 1242 | 2026-01-27T17:27:39.541Z | Downloaded cassowary v0.3.0 |
| 1243 | 2026-01-27T17:27:39.551Z | Downloaded blake2 v0.10.6 |
| 1244 | 2026-01-27T17:27:39.551Z | Downloaded hash32 v0.2.1 |
| 1245 | 2026-01-27T17:27:39.571Z | Downloaded globwalk v0.9.1 |
| 1246 | 2026-01-27T17:27:39.571Z | Downloaded corncobs v0.1.4 |
| 1247 | 2026-01-27T17:27:39.571Z | Downloaded blowfish v0.9.1 |
| 1248 | 2026-01-27T17:27:39.571Z | Downloaded dirs-sys-next v0.1.2 |
| 1249 | 2026-01-27T17:27:39.571Z | Downloaded derive_builder v0.20.2 |
| 1250 | 2026-01-27T17:27:39.571Z | Downloaded convert_case v0.7.1 |
| 1251 | 2026-01-27T17:27:39.572Z | Downloaded const_format_proc_macros v0.2.34 |
| 1252 | 2026-01-27T17:27:39.577Z | Downloaded chacha20 v0.9.1 |
| 1253 | 2026-01-27T17:27:39.577Z | Downloaded cexpr v0.6.0 |
| 1254 | 2026-01-27T17:27:39.577Z | Downloaded bit-vec v0.6.3 |
| 1255 | 2026-01-27T17:27:39.577Z | Downloaded argon2 v0.5.3 |
| 1256 | 2026-01-27T17:27:39.577Z | Downloaded derive_builder_core v0.20.2 |
| 1257 | 2026-01-27T17:27:39.577Z | Downloaded defmt-macros v0.3.9 |
| 1258 | 2026-01-27T17:27:39.577Z | Downloaded defmt v0.3.8 |
| 1259 | 2026-01-27T17:27:39.577Z | Downloaded flagset v0.4.6 |
| 1260 | 2026-01-27T17:27:39.577Z | Downloaded constant_time_eq v0.3.1 |
| 1261 | 2026-01-27T17:27:39.577Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1262 | 2026-01-27T17:27:39.577Z | Downloaded arrayvec v0.7.6 |
| 1263 | 2026-01-27T17:27:39.578Z | Downloaded futures-task v0.3.31 |
| 1264 | 2026-01-27T17:27:39.583Z | Downloaded futures-sink v0.3.31 |
| 1265 | 2026-01-27T17:27:39.583Z | Downloaded foreign-types-shared v0.1.1 |
| 1266 | 2026-01-27T17:27:39.583Z | Downloaded float-ord v0.3.2 |
| 1267 | 2026-01-27T17:27:39.583Z | Downloaded darling_macro v0.20.10 |
| 1268 | 2026-01-27T17:27:39.583Z | Downloaded foreign-types v0.5.0 |
| 1269 | 2026-01-27T17:27:39.583Z | Downloaded endian-type v0.1.2 |
| 1270 | 2026-01-27T17:27:39.583Z | Downloaded block-padding v0.3.3 |
| 1271 | 2026-01-27T17:27:39.583Z | Downloaded bit-set v0.8.0 |
| 1272 | 2026-01-27T17:27:39.583Z | Downloaded bit-set v0.5.3 |
| 1273 | 2026-01-27T17:27:39.587Z | Downloaded base16ct v0.2.0 |
| 1274 | 2026-01-27T17:27:39.587Z | Downloaded atomicwrites v0.4.4 |
| 1275 | 2026-01-27T17:27:39.587Z | Downloaded fd-lock v4.0.2 |
| 1276 | 2026-01-27T17:27:39.590Z | Downloaded enum-as-inner v0.6.1 |
| 1277 | 2026-01-27T17:27:39.590Z | Downloaded crc8 v0.1.1 |
| 1278 | 2026-01-27T17:27:39.590Z | Downloaded crc v3.2.1 |
| 1279 | 2026-01-27T17:27:39.594Z | Downloaded atty v0.2.14 |
| 1280 | 2026-01-27T17:27:39.594Z | Downloaded bb8 v0.8.5 |
| 1281 | 2026-01-27T17:27:39.594Z | Downloaded env_filter v0.1.2 |
| 1282 | 2026-01-27T17:27:39.604Z | Downloaded embedded-io v0.4.0 |
| 1283 | 2026-01-27T17:27:39.605Z | Downloaded display-error-chain v0.2.2 |
| 1284 | 2026-01-27T17:27:39.605Z | Downloaded ascii-canvas v3.0.0 |
| 1285 | 2026-01-27T17:27:39.614Z | Downloaded dropshot-api-manager-types v0.2.4 |
| 1286 | 2026-01-27T17:27:39.614Z | Downloaded embedded-io v0.6.1 |
| 1287 | 2026-01-27T17:27:39.614Z | Downloaded crc-catalog v2.4.0 |
| 1288 | 2026-01-27T17:27:39.614Z | Downloaded derive_more v2.0.1 |
| 1289 | 2026-01-27T17:27:39.614Z | Downloaded crunchy v0.2.2 |
| 1290 | 2026-01-27T17:27:39.614Z | Downloaded document-features v0.2.11 |
| 1291 | 2026-01-27T17:27:39.614Z | Downloaded difflib v0.4.0 |
| 1292 | 2026-01-27T17:27:39.614Z | Downloaded derive-ex v0.1.8 |
| 1293 | 2026-01-27T17:27:39.614Z | Downloaded der_derive v0.7.3 |
| 1294 | 2026-01-27T17:27:39.614Z | Downloaded data-encoding v2.9.0 |
| 1295 | 2026-01-27T17:27:39.620Z | Downloaded ciborium-ll v0.2.2 |
| 1296 | 2026-01-27T17:27:39.620Z | Downloaded atomic-waker v1.1.2 |
| 1297 | 2026-01-27T17:27:39.620Z | Downloaded darling_macro v0.21.0 |
| 1298 | 2026-01-27T17:27:39.620Z | Downloaded castaway v0.2.3 |
| 1299 | 2026-01-27T17:27:39.620Z | Downloaded bitfield-struct v0.6.2 |
| 1300 | 2026-01-27T17:27:39.625Z | Downloaded bit-vec v0.8.0 |
| 1301 | 2026-01-27T17:27:39.625Z | Downloaded cargo-platform v0.1.8 |
| 1302 | 2026-01-27T17:27:39.625Z | Downloaded dirs-next v2.0.0 |
| 1303 | 2026-01-27T17:27:39.625Z | Downloaded crypto-bigint v0.5.5 |
| 1304 | 2026-01-27T17:27:39.635Z | Downloaded cfg_aliases v0.2.1 |
| 1305 | 2026-01-27T17:27:39.635Z | Downloaded bitfield v0.19.2 |
| 1306 | 2026-01-27T17:27:39.638Z | Downloaded addr2line v0.24.2 |
| 1307 | 2026-01-27T17:27:39.638Z | Downloaded cobs v0.2.3 |
| 1308 | 2026-01-27T17:27:39.638Z | Downloaded cmake v0.1.51 |
| 1309 | 2026-01-27T17:27:39.638Z | Downloaded arrayref v0.3.9 |
| 1310 | 2026-01-27T17:27:39.638Z | Downloaded crossbeam-deque v0.8.5 |
| 1311 | 2026-01-27T17:27:39.638Z | Downloaded cfg_aliases v0.1.1 |
| 1312 | 2026-01-27T17:27:39.638Z | Downloaded async-stream-impl v0.3.6 |
| 1313 | 2026-01-27T17:27:39.638Z | Downloaded array-init v0.0.4 |
| 1314 | 2026-01-27T17:27:39.638Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1315 | 2026-01-27T17:27:39.638Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1316 | 2026-01-27T17:27:39.641Z | Downloaded async-recursion v1.1.1 |
| 1317 | 2026-01-27T17:27:39.888Z | Downloaded aws-lc-sys v0.26.0 |
| 1318 | 2026-01-27T17:27:40.197Z | Compiling value-bag v1.12.0 |
| 1319 | 2026-01-27T17:27:40.198Z | Compiling lock_api v0.4.12 |
| 1320 | 2026-01-27T17:27:40.198Z | Compiling scopeguard v1.2.0 |
| 1321 | 2026-01-27T17:27:40.204Z | Compiling shlex v1.3.0 |
| 1322 | 2026-01-27T17:27:40.204Z | Compiling smallvec v1.15.1 |
| 1323 | 2026-01-27T17:27:40.409Z | Compiling syn v2.0.111 |
| 1324 | 2026-01-27T17:27:40.421Z | Compiling getrandom v0.2.15 |
| 1325 | 2026-01-27T17:27:40.421Z | Compiling jobserver v0.1.32 |
| 1326 | 2026-01-27T17:27:40.537Z | Compiling typenum v1.17.0 |
| 1327 | 2026-01-27T17:27:40.756Z | Compiling log v0.4.29 |
| 1328 | 2026-01-27T17:27:40.782Z | Compiling rand_core v0.6.4 |
| 1329 | 2026-01-27T17:27:41.210Z | Compiling cc v1.2.30 |
| 1330 | 2026-01-27T17:27:41.805Z | Compiling generic-array v0.14.7 |
| 1331 | 2026-01-27T17:27:41.805Z | Compiling subtle v2.6.1 |
| 1332 | 2026-01-27T17:27:41.805Z | Compiling portable-atomic v1.11.0 |
| 1333 | 2026-01-27T17:27:41.805Z | Compiling const-oid v0.9.6 |
| 1334 | 2026-01-27T17:27:41.805Z | Compiling critical-section v1.1.3 |
| 1335 | 2026-01-27T17:27:41.805Z | Compiling serde_json v1.0.149 |
| 1336 | 2026-01-27T17:27:41.805Z | Compiling getrandom v0.3.4 |
| 1337 | 2026-01-27T17:27:41.805Z | Compiling pkg-config v0.3.31 |
| 1338 | 2026-01-27T17:27:41.905Z | Compiling spin v0.9.8 |
| 1339 | 2026-01-27T17:27:42.292Z | Compiling parking_lot_core v0.9.10 |
| 1340 | 2026-01-27T17:27:42.741Z | Compiling regex-syntax v0.8.5 |
| 1341 | 2026-01-27T17:27:42.814Z | Compiling pin-project-lite v0.2.14 |
| 1342 | 2026-01-27T17:27:42.931Z | Compiling libm v0.2.8 |
| 1343 | 2026-01-27T17:27:43.291Z | Compiling rustix v0.38.37 |
| 1344 | 2026-01-27T17:27:43.354Z | Compiling once_cell v1.21.3 |
| 1345 | 2026-01-27T17:27:43.512Z | Compiling signal-hook-registry v1.4.2 |
| 1346 | 2026-01-27T17:27:43.728Z | Compiling num-traits v0.2.19 |
| 1347 | 2026-01-27T17:27:43.854Z | Compiling allocator-api2 v0.2.21 |
| 1348 | 2026-01-27T17:27:44.096Z | Compiling parking_lot v0.12.3 |
| 1349 | 2026-01-27T17:27:44.359Z | Compiling mio v1.0.2 |
| 1350 | 2026-01-27T17:27:44.567Z | Compiling futures-core v0.3.31 |
| 1351 | 2026-01-27T17:27:44.588Z | Compiling lazy_static v1.5.0 |
| 1352 | 2026-01-27T17:27:44.745Z | Compiling aho-corasick v1.1.3 |
| 1353 | 2026-01-27T17:27:44.824Z | Compiling percent-encoding v2.3.2 |
| 1354 | 2026-01-27T17:27:44.985Z | Compiling socket2 v0.6.1 |
| 1355 | 2026-01-27T17:27:45.409Z | Compiling slab v0.4.9 |
| 1356 | 2026-01-27T17:27:45.475Z | Compiling cpufeatures v0.2.14 |
| 1357 | 2026-01-27T17:27:45.589Z | Compiling futures-sink v0.3.31 |
| 1358 | 2026-01-27T17:27:45.743Z | Compiling glob v0.3.2 |
| 1359 | 2026-01-27T17:27:45.761Z | Compiling either v1.15.0 |
| 1360 | 2026-01-27T17:27:45.882Z | Compiling futures-channel v0.3.31 |
| 1361 | 2026-01-27T17:27:46.209Z | Compiling hashbrown v0.16.1 |
| 1362 | 2026-01-27T17:27:46.225Z | Compiling pin-utils v0.1.0 |
| 1363 | 2026-01-27T17:27:46.297Z | Compiling prettyplease v0.2.36 |
| 1364 | 2026-01-27T17:27:46.336Z | Compiling rustversion v1.0.22 |
| 1365 | 2026-01-27T17:27:46.583Z | Compiling clang-sys v1.8.1 |
| 1366 | 2026-01-27T17:27:46.674Z | Compiling futures-task v0.3.31 |
| 1367 | 2026-01-27T17:27:46.898Z | Compiling regex-automata v0.4.11 |
| 1368 | 2026-01-27T17:27:46.967Z | Compiling futures-io v0.3.31 |
| 1369 | 2026-01-27T17:27:47.113Z | Compiling minimal-lexical v0.2.1 |
| 1370 | 2026-01-27T17:27:47.275Z | Compiling libloading v0.8.5 |
| 1371 | 2026-01-27T17:27:47.423Z | Compiling indexmap v2.12.1 |
| 1372 | 2026-01-27T17:27:47.607Z | Compiling synstructure v0.13.1 |
| 1373 | 2026-01-27T17:27:47.649Z | Compiling nom v7.1.3 |
| 1374 | 2026-01-27T17:27:48.396Z | Compiling home v0.5.9 |
| 1375 | 2026-01-27T17:27:48.473Z | Compiling bindgen v0.69.5 |
| 1376 | 2026-01-27T17:27:48.616Z | Compiling ident_case v1.0.1 |
| 1377 | 2026-01-27T17:27:48.816Z | Compiling base64ct v1.6.0 |
| 1378 | 2026-01-27T17:27:49.067Z | Compiling itertools v0.12.1 |
| 1379 | 2026-01-27T17:27:49.390Z | Compiling pem-rfc7468 v0.7.0 |
| 1380 | 2026-01-27T17:27:49.492Z | Compiling form_urlencoded v1.2.2 |
| 1381 | 2026-01-27T17:27:49.827Z | Compiling rustc-hash v1.1.0 |
| 1382 | 2026-01-27T17:27:49.998Z | Compiling lazycell v1.3.0 |
| 1383 | 2026-01-27T17:27:50.030Z | Compiling flagset v0.4.6 |
| 1384 | 2026-01-27T17:27:50.177Z | Compiling rand_core v0.9.3 |
| 1385 | 2026-01-27T17:27:50.249Z | Compiling cmake v0.1.51 |
| 1386 | 2026-01-27T17:27:50.750Z | Compiling cexpr v0.6.0 |
| 1387 | 2026-01-27T17:27:50.920Z | Compiling dunce v1.0.5 |
| 1388 | 2026-01-27T17:27:51.085Z | Compiling paste v1.0.15 |
| 1389 | 2026-01-27T17:27:51.095Z | Compiling iana-time-zone v0.1.63 |
| 1390 | 2026-01-27T17:27:51.454Z | Compiling fs_extra v1.3.0 |
| 1391 | 2026-01-27T17:27:51.584Z | Compiling foldhash v0.1.5 |
| 1392 | 2026-01-27T17:27:51.691Z | Compiling rustc_version v0.4.1 |
| 1393 | 2026-01-27T17:27:51.904Z | Compiling hashbrown v0.15.4 |
| 1394 | 2026-01-27T17:27:51.925Z | Compiling uuid v1.19.0 |
| 1395 | 2026-01-27T17:27:51.960Z | Compiling vcpkg v0.2.15 |
| 1396 | 2026-01-27T17:27:52.191Z | Compiling regex v1.11.3 |
| 1397 | 2026-01-27T17:27:52.292Z | Compiling serde_derive v1.0.228 |
| 1398 | 2026-01-27T17:27:52.314Z | Compiling zeroize_derive v1.4.2 |
| 1399 | 2026-01-27T17:27:53.115Z | Compiling zerofrom-derive v0.1.4 |
| 1400 | 2026-01-27T17:27:53.120Z | Compiling yoke-derive v0.7.4 |
| 1401 | 2026-01-27T17:27:53.396Z | Compiling zerovec-derive v0.10.3 |
| 1402 | 2026-01-27T17:27:53.576Z | Compiling displaydoc v0.2.5 |
| 1403 | 2026-01-27T17:27:53.673Z | Compiling zeroize v1.8.1 |
| 1404 | 2026-01-27T17:27:55.151Z | Compiling zerocopy-derive v0.7.35 |
| 1405 | 2026-01-27T17:27:55.509Z | Compiling crypto-common v0.1.6 |
| 1406 | 2026-01-27T17:27:55.737Z | Compiling block-buffer v0.10.4 |
| 1407 | 2026-01-27T17:27:55.825Z | Compiling icu_provider_macros v1.5.0 |
| 1408 | 2026-01-27T17:27:55.846Z | Compiling tokio-macros v2.6.0 |
| 1409 | 2026-01-27T17:27:56.012Z | Compiling digest v0.10.7 |
| 1410 | 2026-01-27T17:27:56.385Z | Compiling zerofrom v0.1.4 |
| 1411 | 2026-01-27T17:27:56.492Z | Compiling hmac v0.12.1 |
| 1412 | 2026-01-27T17:27:56.611Z | Compiling yoke v0.7.4 |
| 1413 | 2026-01-27T17:27:56.747Z | Compiling thiserror-impl v2.0.17 |
| 1414 | 2026-01-27T17:27:56.819Z | Compiling block-padding v0.3.3 |
| 1415 | 2026-01-27T17:27:56.963Z | Compiling zerovec v0.10.4 |
| 1416 | 2026-01-27T17:27:57.018Z | Compiling zerocopy v0.7.35 |
| 1417 | 2026-01-27T17:27:57.041Z | Compiling futures-macro v0.3.31 |
| 1418 | 2026-01-27T17:27:57.082Z | Compiling inout v0.1.3 |
| 1419 | 2026-01-27T17:27:57.339Z | Compiling cipher v0.4.4 |
| 1420 | 2026-01-27T17:27:57.376Z | Compiling sha2 v0.10.9 |
| 1421 | 2026-01-27T17:27:57.873Z | Compiling der_derive v0.7.3 |
| 1422 | 2026-01-27T17:27:58.392Z | Compiling ppv-lite86 v0.2.20 |
| 1423 | 2026-01-27T17:27:58.850Z | Compiling tinystr v0.7.6 |
| 1424 | 2026-01-27T17:27:58.886Z | Compiling icu_collections v1.5.0 |
| 1425 | 2026-01-27T17:27:58.917Z | Compiling futures-util v0.3.31 |
| 1426 | 2026-01-27T17:27:59.134Z | Compiling salsa20 v0.10.2 |
| 1427 | 2026-01-27T17:27:59.294Z | Compiling icu_locid v1.5.0 |
| 1428 | 2026-01-27T17:27:59.437Z | Compiling pbkdf2 v0.12.2 |
| 1429 | 2026-01-27T17:27:59.505Z | Compiling serde v1.0.228 |
| 1430 | 2026-01-27T17:27:59.626Z | Compiling zerocopy v0.8.27 |
| 1431 | 2026-01-27T17:27:59.795Z | Compiling thiserror v2.0.17 |
| 1432 | 2026-01-27T17:27:59.969Z | Compiling pest v2.8.2 |
| 1433 | 2026-01-27T17:28:00.113Z | Compiling scrypt v0.11.0 |
| 1434 | 2026-01-27T17:28:00.140Z | Compiling der v0.7.10 |
| 1435 | 2026-01-27T17:28:00.380Z | Compiling icu_provider v1.5.0 |
| 1436 | 2026-01-27T17:28:00.602Z | Compiling bitflags v2.9.4 |
| 1437 | 2026-01-27T17:28:00.753Z | Compiling bytes v1.10.1 |
| 1438 | 2026-01-27T17:28:01.037Z | Compiling chrono v0.4.42 |
| 1439 | 2026-01-27T17:28:01.198Z | Compiling icu_locid_transform v1.5.0 |
| 1440 | 2026-01-27T17:28:01.377Z | Compiling rand_chacha v0.9.0 |
| 1441 | 2026-01-27T17:28:02.104Z | Compiling tokio v1.48.0 |
| 1442 | 2026-01-27T17:28:02.889Z | Compiling icu_properties v1.5.1 |
| 1443 | 2026-01-27T17:28:02.915Z | Compiling spki v0.7.3 |
| 1444 | 2026-01-27T17:28:03.042Z | Compiling pest_meta v2.8.2 |
| 1445 | 2026-01-27T17:28:03.272Z | Compiling http v1.4.0 |
| 1446 | 2026-01-27T17:28:03.441Z | Compiling cbc v0.1.2 |
| 1447 | 2026-01-27T17:28:03.712Z | Compiling aes v0.8.4 |
| 1448 | 2026-01-27T17:28:04.217Z | Compiling openssl-sys v0.9.109 |
| 1449 | 2026-01-27T17:28:04.240Z | Compiling zerocopy-derive v0.8.27 |
| 1450 | 2026-01-27T17:28:05.356Z | Compiling which v4.4.2 |
| 1451 | 2026-01-27T17:28:05.906Z | Compiling pkcs5 v0.7.1 |
| 1452 | 2026-01-27T17:28:06.411Z | Compiling pest_generator v2.8.2 |
| 1453 | 2026-01-27T17:28:06.437Z | Compiling icu_normalizer v1.5.0 |
| 1454 | 2026-01-27T17:28:06.978Z | Compiling rand v0.9.2 |
| 1455 | 2026-01-27T17:28:07.295Z | Compiling tracing-attributes v0.1.27 |
| 1456 | 2026-01-27T17:28:07.333Z | Compiling idna_adapter v1.2.0 |
| 1457 | 2026-01-27T17:28:07.567Z | Compiling idna v1.0.3 |
| 1458 | 2026-01-27T17:28:08.126Z | Compiling serde_derive_internals v0.29.1 |
| 1459 | 2026-01-27T17:28:08.148Z | Compiling url v2.5.4 |
| 1460 | 2026-01-27T17:28:08.734Z | Compiling ring v0.17.14 |
| 1461 | 2026-01-27T17:28:09.036Z | Compiling tracing-core v0.1.32 |
| 1462 | 2026-01-27T17:28:09.843Z | Compiling aws-lc-rs v1.12.4 |
| 1463 | 2026-01-27T17:28:09.925Z | Compiling schemars v0.8.22 |
| 1464 | 2026-01-27T17:28:10.223Z | Compiling adler2 v2.0.0 |
| 1465 | 2026-01-27T17:28:10.273Z | Compiling rustix v1.1.3 |
| 1466 | 2026-01-27T17:28:10.315Z | Compiling tracing v0.1.40 |
| 1467 | 2026-01-27T17:28:10.318Z | Compiling schemars_derive v0.8.22 |
| 1468 | 2026-01-27T17:28:10.431Z | Compiling tokio-util v0.7.15 |
| 1469 | 2026-01-27T17:28:10.778Z | Compiling miniz_oxide v0.8.5 |
| 1470 | 2026-01-27T17:28:11.114Z | Compiling pest_derive v2.8.2 |
| 1471 | 2026-01-27T17:28:11.279Z | Compiling pkcs8 v0.10.2 |
| 1472 | 2026-01-27T17:28:11.891Z | Compiling http-body v1.0.1 |
| 1473 | 2026-01-27T17:28:11.910Z | Compiling scroll_derive v0.13.1 |
| 1474 | 2026-01-27T17:28:12.038Z | Compiling darling_core v0.20.10 |
| 1475 | 2026-01-27T17:28:12.145Z | Compiling dyn-clone v1.0.20 |
| 1476 | 2026-01-27T17:28:12.380Z | Compiling rustls-pki-types v1.10.0 |
| 1477 | 2026-01-27T17:28:12.473Z | Compiling base64 v0.22.1 |
| 1478 | 2026-01-27T17:28:13.124Z | Compiling tinyvec_macros v0.1.1 |
| 1479 | 2026-01-27T17:28:13.155Z | Compiling httparse v1.9.5 |
| 1480 | 2026-01-27T17:28:13.236Z | Compiling tinyvec v1.8.0 |
| 1481 | 2026-01-27T17:28:13.677Z | Compiling scroll v0.13.0 |
| 1482 | 2026-01-27T17:28:14.211Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1483 | 2026-01-27T17:28:14.689Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1484 | 2026-01-27T17:28:14.757Z | Compiling foreign-types-shared v0.1.1 |
| 1485 | 2026-01-27T17:28:14.896Z | Compiling untrusted v0.7.1 |
| 1486 | 2026-01-27T17:28:15.109Z | Compiling openssl-probe v0.1.5 |
| 1487 | 2026-01-27T17:28:15.155Z | Compiling untrusted v0.9.0 |
| 1488 | 2026-01-27T17:28:15.350Z | Compiling powerfmt v0.2.0 |
| 1489 | 2026-01-27T17:28:15.418Z | Compiling openssl v0.10.73 |
| 1490 | 2026-01-27T17:28:15.436Z | Compiling tower-layer v0.3.3 |
| 1491 | 2026-01-27T17:28:15.623Z | Compiling time-core v0.1.6 |
| 1492 | 2026-01-27T17:28:15.737Z | Compiling tower-service v0.3.3 |
| 1493 | 2026-01-27T17:28:15.754Z | Compiling try-lock v0.2.5 |
| 1494 | 2026-01-27T17:28:15.843Z | Compiling atomic-waker v1.1.2 |
| 1495 | 2026-01-27T17:28:15.887Z | Compiling num-conv v0.1.0 |
| 1496 | 2026-01-27T17:28:15.927Z | Compiling tempfile v3.24.0 |
| 1497 | 2026-01-27T17:28:15.950Z | Compiling want v0.3.1 |
| 1498 | 2026-01-27T17:28:16.052Z | Compiling h2 v0.4.6 |
| 1499 | 2026-01-27T17:28:16.177Z | Compiling time-macros v0.2.24 |
| 1500 | 2026-01-27T17:28:16.512Z | Compiling deranged v0.5.3 |
| 1501 | 2026-01-27T17:28:16.724Z | Compiling foreign-types v0.3.2 |
| 1502 | 2026-01-27T17:28:17.474Z | Compiling darling_macro v0.20.10 |
| 1503 | 2026-01-27T17:28:18.382Z | Compiling darling v0.20.10 |
| 1504 | 2026-01-27T17:28:18.433Z | Compiling goblin v0.10.2 |
| 1505 | 2026-01-27T17:28:18.859Z | Compiling ipnet v2.11.0 |
| 1506 | 2026-01-27T17:28:19.140Z | Compiling openssl-macros v0.1.1 |
| 1507 | 2026-01-27T17:28:19.944Z | Compiling wait-timeout v0.2.0 |
| 1508 | 2026-01-27T17:28:20.010Z | Compiling syn v1.0.109 |
| 1509 | 2026-01-27T17:28:20.034Z | Compiling gimli v0.31.1 |
| 1510 | 2026-01-27T17:28:20.120Z | Compiling quick-error v1.2.3 |
| 1511 | 2026-01-27T17:28:20.292Z | Compiling rustls v0.23.19 |
| 1512 | 2026-01-27T17:28:20.426Z | Compiling native-tls v0.2.12 |
| 1513 | 2026-01-27T17:28:20.575Z | Compiling bit-vec v0.8.0 |
| 1514 | 2026-01-27T17:28:20.620Z | Compiling usdt-impl v0.6.0 |
| 1515 | 2026-01-27T17:28:20.802Z | Compiling httpdate v1.0.3 |
| 1516 | 2026-01-27T17:28:20.988Z | Compiling crossbeam-utils v0.8.21 |
| 1517 | 2026-01-27T17:28:21.063Z | Compiling num_threads v0.1.7 |
| 1518 | 2026-01-27T17:28:21.202Z | Compiling time v0.3.43 |
| 1519 | 2026-01-27T17:28:21.253Z | Compiling bit-set v0.8.0 |
| 1520 | 2026-01-27T17:28:21.599Z | Compiling rusty-fork v0.3.0 |
| 1521 | 2026-01-27T17:28:22.269Z | Compiling derive_builder_core v0.20.2 |
| 1522 | 2026-01-27T17:28:24.323Z | Compiling addr2line v0.24.2 |
| 1523 | 2026-01-27T17:28:24.711Z | Compiling hyper v1.8.1 |
| 1524 | 2026-01-27T17:28:25.017Z | Compiling unicode-normalization v0.1.24 |
| 1525 | 2026-01-27T17:28:25.077Z | Compiling dof v0.4.0 |
| 1526 | 2026-01-27T17:28:25.228Z | Compiling dtrace-parser v0.3.0 |
| 1527 | 2026-01-27T17:28:26.027Z | Compiling signature v2.2.0 |
| 1528 | 2026-01-27T17:28:26.340Z | Compiling heapless v0.7.17 |
| 1529 | 2026-01-27T17:28:26.802Z | Compiling thiserror-impl v1.0.69 |
| 1530 | 2026-01-27T17:28:26.899Z | Compiling scroll_derive v0.12.0 |
| 1531 | 2026-01-27T17:28:27.086Z | Compiling rand_xorshift v0.4.0 |
| 1532 | 2026-01-27T17:28:27.376Z | Compiling darling_core v0.21.0 |
| 1533 | 2026-01-27T17:28:28.112Z | Compiling slog v2.8.2 |
| 1534 | 2026-01-27T17:28:28.197Z | Compiling thread-id v5.0.0 |
| 1535 | 2026-01-27T17:28:28.318Z | Compiling cookie v0.18.1 |
| 1536 | 2026-01-27T17:28:28.434Z | Compiling object v0.36.5 |
| 1537 | 2026-01-27T17:28:28.642Z | Compiling crc32fast v1.4.2 |
| 1538 | 2026-01-27T17:28:28.806Z | Compiling zstd-safe v7.2.3 |
| 1539 | 2026-01-27T17:28:28.948Z | Compiling siphasher v0.3.11 |
| 1540 | 2026-01-27T17:28:28.968Z | Compiling unicode-properties v0.1.3 |
| 1541 | 2026-01-27T17:28:29.157Z | Compiling anyhow v1.0.99 |
| 1542 | 2026-01-27T17:28:29.337Z | Compiling zlib-rs v0.5.1 |
| 1543 | 2026-01-27T17:28:29.427Z | Compiling unicode-bidi v0.3.17 |
| 1544 | 2026-01-27T17:28:29.603Z | Compiling unarray v0.1.4 |
| 1545 | 2026-01-27T17:28:29.770Z | Compiling rustc-demangle v0.1.24 |
| 1546 | 2026-01-27T17:28:29.796Z | Compiling signal-hook v0.3.18 |
| 1547 | 2026-01-27T17:28:30.142Z | Compiling stringprep v0.1.5 |
| 1548 | 2026-01-27T17:28:30.566Z | Compiling proptest v1.7.0 |
| 1549 | 2026-01-27T17:28:30.912Z | Compiling thiserror v1.0.69 |
| 1550 | 2026-01-27T17:28:31.026Z | Compiling phf_shared v0.11.2 |
| 1551 | 2026-01-27T17:28:31.165Z | Compiling scroll v0.12.0 |
| 1552 | 2026-01-27T17:28:31.717Z | Compiling hyper-util v0.1.19 |
| 1553 | 2026-01-27T17:28:32.051Z | Compiling derive_builder_macro v0.20.2 |
| 1554 | 2026-01-27T17:28:33.300Z | Compiling darling_macro v0.21.0 |
| 1555 | 2026-01-27T17:28:34.021Z | Compiling ipnetwork v0.21.1 |
| 1556 | 2026-01-27T17:28:34.227Z | Compiling toml_datetime v0.6.11 |
| 1557 | 2026-01-27T17:28:34.788Z | Compiling backtrace v0.3.74 |
| 1558 | 2026-01-27T17:28:34.866Z | Compiling erased-serde v0.3.31 |
| 1559 | 2026-01-27T17:28:35.123Z | Compiling serde_tokenstream v0.2.2 |
| 1560 | 2026-01-27T17:28:35.674Z | Compiling libz-rs-sys v0.5.1 |
| 1561 | 2026-01-27T17:28:35.738Z | Compiling serde_spanned v0.6.9 |
| 1562 | 2026-01-27T17:28:35.962Z | Compiling rand_chacha v0.3.1 |
| 1563 | 2026-01-27T17:28:36.000Z | Compiling md-5 v0.10.6 |
| 1564 | 2026-01-27T17:28:36.169Z | Compiling curve25519-dalek v4.1.3 |
| 1565 | 2026-01-27T17:28:36.300Z | Compiling vergen-lib v0.1.6 |
| 1566 | 2026-01-27T17:28:36.392Z | Compiling num-integer v0.1.46 |
| 1567 | 2026-01-27T17:28:36.638Z | Compiling sync_wrapper v1.0.1 |
| 1568 | 2026-01-27T17:28:36.816Z | Compiling hash32 v0.2.1 |
| 1569 | 2026-01-27T17:28:36.859Z | Compiling ff v0.13.0 |
| 1570 | 2026-01-27T17:28:37.097Z | Compiling memoffset v0.9.1 |
| 1571 | 2026-01-27T17:28:37.117Z | Compiling base16ct v0.2.0 |
| 1572 | 2026-01-27T17:28:37.189Z | Compiling fallible-iterator v0.2.0 |
| 1573 | 2026-01-27T17:28:37.429Z | Compiling smoltcp v0.9.1 |
| 1574 | 2026-01-27T17:28:37.450Z | Compiling num-bigint-dig v0.8.6 |
| 1575 | 2026-01-27T17:28:37.457Z | Compiling litrs v0.4.1 |
| 1576 | 2026-01-27T17:28:37.804Z | Compiling psl-types v2.0.11 |
| 1577 | 2026-01-27T17:28:37.825Z | Compiling ref-cast v1.0.25 |
| 1578 | 2026-01-27T17:28:37.867Z | Compiling cfg_aliases v0.2.1 |
| 1579 | 2026-01-27T17:28:37.987Z | Compiling nix v0.29.0 |
| 1580 | 2026-01-27T17:28:38.018Z | Compiling publicsuffix v2.3.0 |
| 1581 | 2026-01-27T17:28:38.115Z | Compiling postgres-protocol v0.6.8 |
| 1582 | 2026-01-27T17:28:38.478Z | Compiling document-features v0.2.11 |
| 1583 | 2026-01-27T17:28:38.500Z | Compiling sec1 v0.7.3 |
| 1584 | 2026-01-27T17:28:38.809Z | Compiling group v0.13.0 |
| 1585 | 2026-01-27T17:28:39.054Z | Compiling num-iter v0.1.45 |
| 1586 | 2026-01-27T17:28:39.291Z | Compiling tower v0.5.2 |
| 1587 | 2026-01-27T17:28:39.339Z | Compiling rand v0.8.5 |
| 1588 | 2026-01-27T17:28:39.388Z | Compiling newtype-uuid v1.3.2 |
| 1589 | 2026-01-27T17:28:39.689Z | Compiling flate2 v1.1.2 |
| 1590 | 2026-01-27T17:28:40.314Z | Compiling oxnet v0.1.4 |
| 1591 | 2026-01-27T17:28:40.459Z | Compiling darling v0.21.0 |
| 1592 | 2026-01-27T17:28:40.596Z | Compiling derive_builder v0.20.2 |
| 1593 | 2026-01-27T17:28:40.620Z | Compiling tokio-native-tls v0.3.1 |
| 1594 | 2026-01-27T17:28:40.792Z | Compiling goblin v0.8.2 |
| 1595 | 2026-01-27T17:28:41.261Z | Compiling rustls-native-certs v0.8.1 |
| 1596 | 2026-01-27T17:28:41.316Z | Compiling webpki-roots v1.0.1 |
| 1597 | 2026-01-27T17:28:41.540Z | Compiling http-body-util v0.1.3 |
| 1598 | 2026-01-27T17:28:41.795Z | Compiling strum_macros v0.27.2 |
| 1599 | 2026-01-27T17:28:41.986Z | Compiling terminal_size v0.4.0 |
| 1600 | 2026-01-27T17:28:42.007Z | Compiling cargo-platform v0.1.8 |
| 1601 | 2026-01-27T17:28:42.031Z | Compiling hkdf v0.12.4 |
| 1602 | 2026-01-27T17:28:42.232Z | Compiling crypto-bigint v0.5.5 |
| 1603 | 2026-01-27T17:28:42.320Z | Compiling daft-derive v0.1.4 |
| 1604 | 2026-01-27T17:28:42.505Z | Compiling ref-cast-impl v1.0.25 |
| 1605 | 2026-01-27T17:28:43.677Z | Compiling async-trait v0.1.89 |
| 1606 | 2026-01-27T17:28:43.873Z | Compiling hubpack_derive v0.1.1 |
| 1607 | 2026-01-27T17:28:43.914Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1608 | 2026-01-27T17:28:44.813Z | Compiling vergen v9.0.6 |
| 1609 | 2026-01-27T17:28:45.139Z | Compiling ahash v0.8.12 |
| 1610 | 2026-01-27T17:28:45.284Z | Compiling fs-err v3.1.1 |
| 1611 | 2026-01-27T17:28:45.513Z | Compiling buf-list v1.0.3 |
| 1612 | 2026-01-27T17:28:45.621Z | Compiling simd-adler32 v0.3.7 |
| 1613 | 2026-01-27T17:28:46.085Z | Compiling bumpalo v3.16.0 |
| 1614 | 2026-01-27T17:28:46.111Z | Compiling managed v0.8.0 |
| 1615 | 2026-01-27T17:28:46.143Z | Compiling winnow v0.5.40 |
| 1616 | 2026-01-27T17:28:46.530Z | Compiling iri-string v0.7.8 |
| 1617 | 2026-01-27T17:28:46.552Z | Compiling ryu v1.0.18 |
| 1618 | 2026-01-27T17:28:46.724Z | Compiling bitflags v1.3.2 |
| 1619 | 2026-01-27T17:28:46.845Z | Compiling unicode-segmentation v1.12.0 |
| 1620 | 2026-01-27T17:28:46.880Z | Compiling lockfree-object-pool v0.1.6 |
| 1621 | 2026-01-27T17:28:47.161Z | Compiling zopfli v0.8.1 |
| 1622 | 2026-01-27T17:28:47.884Z | Compiling serde_urlencoded v0.7.1 |
| 1623 | 2026-01-27T17:28:48.409Z | Compiling strum v0.27.2 |
| 1624 | 2026-01-27T17:28:48.622Z | Compiling dof v0.3.0 |
| 1625 | 2026-01-27T17:28:48.710Z | Compiling clap_builder v4.5.48 |
| 1626 | 2026-01-27T17:28:49.612Z | Compiling toml_edit v0.19.15 |
| 1627 | 2026-01-27T17:28:49.637Z | Compiling tower-http v0.6.6 |
| 1628 | 2026-01-27T17:28:50.177Z | Compiling elliptic-curve v0.13.8 |
| 1629 | 2026-01-27T17:28:50.351Z | Compiling hubpack v0.1.2 |
| 1630 | 2026-01-27T17:28:50.504Z | Compiling daft v0.1.4 |
| 1631 | 2026-01-27T17:28:50.952Z | Compiling cargo_metadata v0.19.2 |
| 1632 | 2026-01-27T17:28:51.017Z | Compiling hyper-tls v0.6.0 |
| 1633 | 2026-01-27T17:28:51.078Z | Compiling signal-hook-mio v0.2.4 |
| 1634 | 2026-01-27T17:28:51.275Z | Compiling cookie_store v0.21.1 |
| 1635 | 2026-01-27T17:28:51.430Z | Compiling zstd v0.13.3 |
| 1636 | 2026-01-27T17:28:52.742Z | Compiling serde_with_macros v3.16.1 |
| 1637 | 2026-01-27T17:28:54.294Z | Compiling postgres-types v0.2.9 |
| 1638 | 2026-01-27T17:28:55.437Z | Compiling usdt-attr-macro v0.6.0 |
| 1639 | 2026-01-27T17:28:55.532Z | Compiling usdt-macro v0.6.0 |
| 1640 | 2026-01-27T17:28:55.903Z | Compiling phf v0.11.2 |
| 1641 | 2026-01-27T17:28:56.086Z | Compiling dtrace-parser v0.2.0 |
| 1642 | 2026-01-27T17:28:56.173Z | Compiling ed25519 v2.2.3 |
| 1643 | 2026-01-27T17:28:56.221Z | Compiling bzip2 v0.5.2 |
| 1644 | 2026-01-27T17:28:56.617Z | Compiling bzip2 v0.4.4 |
| 1645 | 2026-01-27T17:28:56.949Z | Compiling pkcs1 v0.7.5 |
| 1646 | 2026-01-27T17:28:56.981Z | Compiling strum_macros v0.26.4 |
| 1647 | 2026-01-27T17:28:57.018Z | Compiling enum-as-inner v0.6.1 |
| 1648 | 2026-01-27T17:28:57.730Z | Compiling clap_derive v4.5.47 |
| 1649 | 2026-01-27T17:28:57.817Z | Compiling hex v0.4.3 |
| 1650 | 2026-01-27T17:28:57.856Z | Compiling serde-big-array v0.5.1 |
| 1651 | 2026-01-27T17:28:58.058Z | Compiling rfc6979 v0.4.0 |
| 1652 | 2026-01-27T17:28:58.106Z | Compiling serde_repr v0.1.19 |
| 1653 | 2026-01-27T17:28:58.149Z | Compiling bstr v1.10.0 |
| 1654 | 2026-01-27T17:28:58.281Z | Compiling float-cmp v0.10.0 |
| 1655 | 2026-01-27T17:28:58.382Z | Compiling env_filter v0.1.2 |
| 1656 | 2026-01-27T17:28:58.548Z | Compiling memmap2 v0.9.8 |
| 1657 | 2026-01-27T17:28:58.965Z | Compiling socket2 v0.5.10 |
| 1658 | 2026-01-27T17:28:58.986Z | Compiling encoding_rs v0.8.34 |
| 1659 | 2026-01-27T17:28:59.197Z | Compiling new_debug_unreachable v1.0.6 |
| 1660 | 2026-01-27T17:28:59.335Z | Compiling data-encoding v2.9.0 |
| 1661 | 2026-01-27T17:28:59.618Z | Compiling fixedbitset v0.5.7 |
| 1662 | 2026-01-27T17:28:59.926Z | Compiling mime v0.3.17 |
| 1663 | 2026-01-27T17:29:00.276Z | Compiling foldhash v0.2.0 |
| 1664 | 2026-01-27T17:29:00.454Z | Compiling difflib v0.4.0 |
| 1665 | 2026-01-27T17:29:00.675Z | Compiling normalize-line-endings v0.3.0 |
| 1666 | 2026-01-27T17:29:00.827Z | Compiling static_assertions v1.1.0 |
| 1667 | 2026-01-27T17:29:00.949Z | Compiling predicates-core v1.0.8 |
| 1668 | 2026-01-27T17:29:01.076Z | Compiling whoami v1.5.2 |
| 1669 | 2026-01-27T17:29:01.176Z | Compiling jiff v0.2.15 |
| 1670 | 2026-01-27T17:29:01.253Z | Compiling rustc-hash v2.1.1 |
| 1671 | 2026-01-27T17:29:01.465Z | Compiling keccak v0.1.5 |
| 1672 | 2026-01-27T17:29:01.601Z | Compiling precomputed-hash v0.1.1 |
| 1673 | 2026-01-27T17:29:01.692Z | Compiling fixedbitset v0.4.2 |
| 1674 | 2026-01-27T17:29:01.743Z | Compiling string_cache v0.8.9 |
| 1675 | 2026-01-27T17:29:01.998Z | Compiling clap v4.5.48 |
| 1676 | 2026-01-27T17:29:02.107Z | Compiling petgraph v0.6.5 |
| 1677 | 2026-01-27T17:29:02.130Z | Compiling sha3 v0.10.8 |
| 1678 | 2026-01-27T17:29:02.153Z | Compiling toml_edit v0.22.27 |
| 1679 | 2026-01-27T17:29:02.530Z | Compiling iddqd v0.3.16 |
| 1680 | 2026-01-27T17:29:03.158Z | Compiling tokio-postgres v0.7.13 |
| 1681 | 2026-01-27T17:29:03.762Z | Compiling strum v0.26.3 |
| 1682 | 2026-01-27T17:29:03.976Z | Compiling predicates v3.1.3 |
| 1683 | 2026-01-27T17:29:05.164Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1684 | 2026-01-27T17:29:05.486Z | Compiling petgraph v0.8.2 |
| 1685 | 2026-01-27T17:29:05.557Z | Compiling hickory-proto v0.25.2 |
| 1686 | 2026-01-27T17:29:05.633Z | Compiling similar v2.7.0 |
| 1687 | 2026-01-27T17:29:07.616Z | Compiling usdt-impl v0.5.0 |
| 1688 | 2026-01-27T17:29:08.404Z | Compiling zip v4.2.0 |
| 1689 | 2026-01-27T17:29:08.873Z | Compiling usdt v0.6.0 |
| 1690 | 2026-01-27T17:29:08.984Z | Compiling env_logger v0.11.8 |
| 1691 | 2026-01-27T17:29:09.350Z | Compiling serde_with v3.16.1 |
| 1692 | 2026-01-27T17:29:09.735Z | Compiling ecdsa v0.16.9 |
| 1693 | 2026-01-27T17:29:09.919Z | Compiling rsa v0.9.8 |
| 1694 | 2026-01-27T17:29:10.547Z | Compiling zip v0.6.6 |
| 1695 | 2026-01-27T17:29:10.569Z | Compiling ed25519-dalek v2.1.1 |
| 1696 | 2026-01-27T17:29:11.893Z | Compiling toml v0.7.8 |
| 1697 | 2026-01-27T17:29:12.378Z | Compiling crossterm v0.28.1 |
| 1698 | 2026-01-27T17:29:13.596Z | Compiling heck v0.4.1 |
| 1699 | 2026-01-27T17:29:13.758Z | Compiling crossbeam-epoch v0.9.18 |
| 1700 | 2026-01-27T17:29:13.834Z | Compiling tokio-stream v0.1.17 |
| 1701 | 2026-01-27T17:29:13.956Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1702 | 2026-01-27T17:29:14.022Z | Compiling x509-cert v0.2.5 |
| 1703 | 2026-01-27T17:29:14.379Z | Compiling openapiv3 v2.2.0 |
| 1704 | 2026-01-27T17:29:14.460Z | Compiling sha1 v0.10.6 |
| 1705 | 2026-01-27T17:29:14.846Z | Compiling itertools v0.10.5 |
| 1706 | 2026-01-27T17:29:14.906Z | Compiling itertools v0.13.0 |
| 1707 | 2026-01-27T17:29:15.485Z | Compiling winnow v0.6.26 |
| 1708 | 2026-01-27T17:29:16.915Z | Compiling peg-runtime v0.8.5 |
| 1709 | 2026-01-27T17:29:17.326Z | Compiling lalrpop-util v0.19.12 |
| 1710 | 2026-01-27T17:29:17.485Z | Compiling thread_local v1.1.8 |
| 1711 | 2026-01-27T17:29:17.509Z | Compiling slog-async v2.8.0 |
| 1712 | 2026-01-27T17:29:17.694Z | Compiling crossbeam-channel v0.5.15 |
| 1713 | 2026-01-27T17:29:17.792Z | Compiling xattr v1.3.1 |
| 1714 | 2026-01-27T17:29:17.955Z | Compiling futures-executor v0.3.31 |
| 1715 | 2026-01-27T17:29:18.065Z | Compiling is-terminal v0.4.13 |
| 1716 | 2026-01-27T17:29:18.116Z | Compiling filetime v0.2.26 |
| 1717 | 2026-01-27T17:29:18.227Z | Compiling take_mut v0.2.2 |
| 1718 | 2026-01-27T17:29:18.284Z | Compiling term v1.1.0 |
| 1719 | 2026-01-27T17:29:18.343Z | Compiling futures v0.3.31 |
| 1720 | 2026-01-27T17:29:18.410Z | Compiling tar v0.4.44 |
| 1721 | 2026-01-27T17:29:19.606Z | Compiling slog-term v2.9.2 |
| 1722 | 2026-01-27T17:29:21.746Z | Compiling aws-lc-sys v0.26.0 |
| 1723 | 2026-01-27T17:29:50.934Z | Compiling rustls-webpki v0.102.8 |
| 1724 | 2026-01-27T17:29:55.299Z | Compiling tokio-rustls v0.26.0 |
| 1725 | 2026-01-27T17:29:55.569Z | Compiling hyper-rustls v0.27.7 |
| 1726 | 2026-01-27T17:29:55.931Z | Compiling reqwest v0.12.24 |
| 1727 | 2026-01-27T17:29:59.525Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1728 | 2026-01-27T17:29:59.818Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1729 | 2026-01-27T17:30:04.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s |
| 1730 | 2026-01-27T17:30:04.434Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1731 | 2026-01-27T17:30:04.490Z | Jan 27 17:30:03.147 INFO Starting download, target: Clickhouse |
| 1732 | 2026-01-27T17:30:04.490Z | Jan 27 17:30:03.148 INFO Starting download, target: Console |
| 1733 | 2026-01-27T17:30:04.490Z | Jan 27 17:30:03.148 INFO Starting download, target: MaghemiteMgd |
| 1734 | 2026-01-27T17:30:04.496Z | Jan 27 17:30:03.148 INFO Starting download, target: DendriteStub |
| 1735 | 2026-01-27T17:30:04.496Z | Jan 27 17:30:03.148 INFO Starting download, target: Cockroach |
| 1736 | 2026-01-27T17:30:04.496Z | Jan 27 17:30:03.148 INFO Starting download, target: TransceiverControl |
| 1737 | 2026-01-27T17:30:04.496Z | Jan 27 17:30:03.148 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1738 | 2026-01-27T17:30:04.496Z | Jan 27 17:30:03.148 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1739 | 2026-01-27T17:30:04.496Z | Jan 27 17:30:03.148 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1740 | 2026-01-27T17:30:04.496Z | Jan 27 17:30:03.148 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1741 | 2026-01-27T17:30:04.496Z | Jan 27 17:30:03.149 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1742 | 2026-01-27T17:30:04.496Z | Jan 27 17:30:03.149 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1743 | 2026-01-27T17:30:04.694Z | Jan 27 17:30:03.350 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1744 | 2026-01-27T17:30:05.110Z | Jan 27 17:30:03.753 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1745 | 2026-01-27T17:30:05.166Z | Jan 27 17:30:03.804 INFO Download complete, target: TransceiverControl |
| 1746 | 2026-01-27T17:30:05.588Z | Jan 27 17:30:04.231 INFO Download complete, target: Console |
| 1747 | 2026-01-27T17:30:05.963Z | Jan 27 17:30:04.558 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1748 | 2026-01-27T17:30:05.979Z | Jan 27 17:30:04.566 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1749 | 2026-01-27T17:30:06.474Z | Jan 27 17:30:05.131 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1750 | 2026-01-27T17:30:06.474Z | Jan 27 17:30:05.131 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1751 | 2026-01-27T17:30:06.498Z | Jan 27 17:30:05.156 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1752 | 2026-01-27T17:30:10.007Z | Jan 27 17:30:08.664 INFO Download complete, target: MaghemiteMgd |
| 1753 | 2026-01-27T17:30:10.036Z | Jan 27 17:30:08.693 INFO Download complete, target: DendriteStub |
| 1754 | 2026-01-27T17:30:14.378Z | Jan 27 17:30:13.036 INFO Checking that binary works, target: Cockroach |
| 1755 | 2026-01-27T17:30:14.501Z | Jan 27 17:30:13.159 INFO Download complete, target: Cockroach |
| 1756 | 2026-01-27T17:30:17.858Z | Jan 27 17:30:16.515 INFO Checking that binary works, target: Clickhouse |
| 1757 | 2026-01-27T17:30:18.021Z | Jan 27 17:30:16.679 INFO Download complete, target: Clickhouse |
| 1758 | 2026-01-27T17:30:18.027Z | All prerequisites installed successfully |
| 1759 | 2026-01-27T17:30:18.030Z | |
| 1760 | 2026-01-27T17:30:18.030Z | real 5:49.123070591 |
| 1761 | 2026-01-27T17:30:18.030Z | user 18:12.995010733 |
| 1762 | 2026-01-27T17:30:18.030Z | sys 2:30.031393105 |
| 1763 | 2026-01-27T17:30:18.031Z | trap 0.628100202 |
| 1764 | 2026-01-27T17:30:18.031Z | tflt 0.781668849 |
| 1765 | 2026-01-27T17:30:18.031Z | dflt 1.074548927 |
| 1766 | 2026-01-27T17:30:18.031Z | kflt 0.021893163 |
| 1767 | 2026-01-27T17:30:18.031Z | lock 44:17.684539262 |
| 1768 | 2026-01-27T17:30:18.031Z | slp 1:07:56.692426911 |
| 1769 | 2026-01-27T17:30:18.031Z | lat 1:19.529982004 |
| 1770 | 2026-01-27T17:30:18.031Z | stop 3:10.233562930 |
| 1771 | 2026-01-27T17:30:18.031Z | + ptime -m cargo xtask download softnpu |
| 1772 | 2026-01-27T17:30:18.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1773 | 2026-01-27T17:30:18.804Z | Running `target/debug/xtask download softnpu` |
| 1774 | 2026-01-27T17:30:19.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 1775 | 2026-01-27T17:30:19.883Z | Running `target/debug/xtask-downloader softnpu` |
| 1776 | 2026-01-27T17:30:19.924Z | Jan 27 17:30:18.582 INFO Starting download, target: Softnpu |
| 1777 | 2026-01-27T17:30:19.927Z | Jan 27 17:30:18.583 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1778 | 2026-01-27T17:30:20.646Z | Jan 27 17:30:19.304 INFO Download complete, target: Softnpu |
| 1779 | 2026-01-27T17:30:20.650Z | |
| 1780 | 2026-01-27T17:30:20.654Z | real 2.616452400 |
| 1781 | 2026-01-27T17:30:20.654Z | user 1.614682011 |
| 1782 | 2026-01-27T17:30:20.654Z | sys 0.673912041 |
| 1783 | 2026-01-27T17:30:20.654Z | trap 0.001068791 |
| 1784 | 2026-01-27T17:30:20.654Z | tflt 0.000073650 |
| 1785 | 2026-01-27T17:30:20.654Z | dflt 0.000115373 |
| 1786 | 2026-01-27T17:30:20.654Z | kflt 0.000000000 |
| 1787 | 2026-01-27T17:30:20.654Z | lock 7.815671793 |
| 1788 | 2026-01-27T17:30:20.654Z | slp 0.562118636 |
| 1789 | 2026-01-27T17:30:20.654Z | lat 0.082298285 |
| 1790 | 2026-01-27T17:30:20.654Z | stop 0.000156229 |
| 1791 | 2026-01-27T17:30:20.654Z | + export CARGO_INCREMENTAL=0 |
| 1792 | 2026-01-27T17:30:20.654Z | + CARGO_INCREMENTAL=0 |
| 1793 | 2026-01-27T17:30:20.654Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1794 | 2026-01-27T17:30:21.918Z | Compiling proc-macro2 v1.0.101 |
| 1795 | 2026-01-27T17:30:21.919Z | Compiling unicode-ident v1.0.19 |
| 1796 | 2026-01-27T17:30:21.919Z | Compiling libc v0.2.180 |
| 1797 | 2026-01-27T17:30:21.922Z | Compiling serde_core v1.0.228 |
| 1798 | 2026-01-27T17:30:21.922Z | Compiling serde v1.0.228 |
| 1799 | 2026-01-27T17:30:21.922Z | Compiling autocfg v1.4.0 |
| 1800 | 2026-01-27T17:30:21.922Z | Compiling cfg-if v1.0.4 |
| 1801 | 2026-01-27T17:30:22.232Z | Compiling version_check v0.9.5 |
| 1802 | 2026-01-27T17:30:22.235Z | Compiling memchr v2.7.4 |
| 1803 | 2026-01-27T17:30:22.270Z | Compiling shlex v1.3.0 |
| 1804 | 2026-01-27T17:30:22.752Z | Compiling value-bag v1.12.0 |
| 1805 | 2026-01-27T17:30:22.809Z | Compiling lock_api v0.4.12 |
| 1806 | 2026-01-27T17:30:23.156Z | Compiling zmij v1.0.15 |
| 1807 | 2026-01-27T17:30:23.293Z | Compiling log v0.4.29 |
| 1808 | 2026-01-27T17:30:23.445Z | Compiling portable-atomic v1.11.0 |
| 1809 | 2026-01-27T17:30:23.633Z | Compiling typenum v1.17.0 |
| 1810 | 2026-01-27T17:30:23.975Z | Compiling quote v1.0.40 |
| 1811 | 2026-01-27T17:30:23.995Z | Compiling jobserver v0.1.32 |
| 1812 | 2026-01-27T17:30:24.249Z | Compiling serde_json v1.0.149 |
| 1813 | 2026-01-27T17:30:24.366Z | Compiling syn v2.0.111 |
| 1814 | 2026-01-27T17:30:24.507Z | Compiling cc v1.2.30 |
| 1815 | 2026-01-27T17:30:24.528Z | Compiling generic-array v0.14.7 |
| 1816 | 2026-01-27T17:30:24.589Z | Compiling getrandom v0.3.4 |
| 1817 | 2026-01-27T17:30:24.623Z | Compiling libm v0.2.8 |
| 1818 | 2026-01-27T17:30:24.852Z | Compiling num-traits v0.2.19 |
| 1819 | 2026-01-27T17:30:25.128Z | Compiling scopeguard v1.2.0 |
| 1820 | 2026-01-27T17:30:25.148Z | Compiling parking_lot_core v0.9.10 |
| 1821 | 2026-01-27T17:30:25.194Z | Compiling smallvec v1.15.1 |
| 1822 | 2026-01-27T17:30:25.587Z | Compiling regex-syntax v0.8.5 |
| 1823 | 2026-01-27T17:30:25.773Z | Compiling itoa v1.0.11 |
| 1824 | 2026-01-27T17:30:26.516Z | Compiling getrandom v0.2.15 |
| 1825 | 2026-01-27T17:30:26.783Z | Compiling pkg-config v0.3.31 |
| 1826 | 2026-01-27T17:30:26.899Z | Compiling thiserror v2.0.17 |
| 1827 | 2026-01-27T17:30:27.147Z | Compiling aho-corasick v1.1.3 |
| 1828 | 2026-01-27T17:30:27.226Z | Compiling rustix v0.38.37 |
| 1829 | 2026-01-27T17:30:27.716Z | Compiling errno v0.3.12 |
| 1830 | 2026-01-27T17:30:27.770Z | Compiling stable_deref_trait v1.2.0 |
| 1831 | 2026-01-27T17:30:27.906Z | Compiling either v1.15.0 |
| 1832 | 2026-01-27T17:30:27.989Z | Compiling spin v0.9.8 |
| 1833 | 2026-01-27T17:30:28.105Z | Compiling slab v0.4.9 |
| 1834 | 2026-01-27T17:30:28.126Z | Compiling allocator-api2 v0.2.21 |
| 1835 | 2026-01-27T17:30:28.378Z | Compiling equivalent v1.0.2 |
| 1836 | 2026-01-27T17:30:28.449Z | Compiling semver v1.0.27 |
| 1837 | 2026-01-27T17:30:28.653Z | Compiling lazy_static v1.5.0 |
| 1838 | 2026-01-27T17:30:29.059Z | Compiling schemars v0.8.22 |
| 1839 | 2026-01-27T17:30:29.117Z | Compiling regex-automata v0.4.11 |
| 1840 | 2026-01-27T17:30:30.510Z | Compiling rand_core v0.6.4 |
| 1841 | 2026-01-27T17:30:31.168Z | Compiling critical-section v1.1.3 |
| 1842 | 2026-01-27T17:30:31.189Z | Compiling byteorder v1.5.0 |
| 1843 | 2026-01-27T17:30:31.336Z | Compiling synstructure v0.13.1 |
| 1844 | 2026-01-27T17:30:31.722Z | Compiling serde_derive_internals v0.29.1 |
| 1845 | 2026-01-27T17:30:32.014Z | Compiling once_cell v1.21.3 |
| 1846 | 2026-01-27T17:30:32.493Z | Compiling writeable v0.5.5 |
| 1847 | 2026-01-27T17:30:32.552Z | Compiling subtle v2.6.1 |
| 1848 | 2026-01-27T17:30:32.718Z | Compiling glob v0.3.2 |
| 1849 | 2026-01-27T17:30:32.897Z | Compiling litemap v0.7.3 |
| 1850 | 2026-01-27T17:30:33.419Z | Compiling clang-sys v1.8.1 |
| 1851 | 2026-01-27T17:30:33.464Z | Compiling pin-project-lite v0.2.14 |
| 1852 | 2026-01-27T17:30:33.517Z | Compiling prettyplease v0.2.36 |
| 1853 | 2026-01-27T17:30:33.579Z | Compiling percent-encoding v2.3.2 |
| 1854 | 2026-01-27T17:30:33.909Z | Compiling fnv v1.0.7 |
| 1855 | 2026-01-27T17:30:34.063Z | Compiling minimal-lexical v0.2.1 |
| 1856 | 2026-01-27T17:30:34.080Z | Compiling icu_locid_transform_data v1.5.0 |
| 1857 | 2026-01-27T17:30:34.207Z | Compiling libloading v0.8.5 |
| 1858 | 2026-01-27T17:30:34.543Z | Compiling regex v1.11.3 |
| 1859 | 2026-01-27T17:30:34.562Z | Compiling nom v7.1.3 |
| 1860 | 2026-01-27T17:30:34.566Z | Compiling home v0.5.9 |
| 1861 | 2026-01-27T17:30:34.823Z | Compiling icu_properties_data v1.5.0 |
| 1862 | 2026-01-27T17:30:34.844Z | Compiling serde_derive v1.0.228 |
| 1863 | 2026-01-27T17:30:35.090Z | Compiling zeroize_derive v1.4.2 |
| 1864 | 2026-01-27T17:30:35.135Z | Compiling zerofrom-derive v0.1.4 |
| 1865 | 2026-01-27T17:30:35.194Z | Compiling yoke-derive v0.7.4 |
| 1866 | 2026-01-27T17:30:35.253Z | Compiling zerovec-derive v0.10.3 |
| 1867 | 2026-01-27T17:30:35.406Z | Compiling displaydoc v0.2.5 |
| 1868 | 2026-01-27T17:30:36.361Z | Compiling icu_provider_macros v1.5.0 |
| 1869 | 2026-01-27T17:30:36.811Z | Compiling tokio-macros v2.6.0 |
| 1870 | 2026-01-27T17:30:37.338Z | Compiling zeroize v1.8.1 |
| 1871 | 2026-01-27T17:30:37.341Z | Compiling zerocopy-derive v0.7.35 |
| 1872 | 2026-01-27T17:30:37.436Z | Compiling thiserror-impl v2.0.17 |
| 1873 | 2026-01-27T17:30:37.793Z | Compiling futures-macro v0.3.31 |
| 1874 | 2026-01-27T17:30:37.805Z | Compiling zerofrom v0.1.4 |
| 1875 | 2026-01-27T17:30:37.836Z | Compiling schemars_derive v0.8.22 |
| 1876 | 2026-01-27T17:30:38.062Z | Compiling yoke v0.7.4 |
| 1877 | 2026-01-27T17:30:38.436Z | Compiling zerovec v0.10.4 |
| 1878 | 2026-01-27T17:30:38.849Z | Compiling bindgen v0.69.5 |
| 1879 | 2026-01-27T17:30:39.345Z | Compiling cexpr v0.6.0 |
| 1880 | 2026-01-27T17:30:40.444Z | Compiling itertools v0.12.1 |
| 1881 | 2026-01-27T17:30:40.622Z | Compiling tinystr v0.7.6 |
| 1882 | 2026-01-27T17:30:40.626Z | Compiling icu_collections v1.5.0 |
| 1883 | 2026-01-27T17:30:40.926Z | Compiling icu_normalizer_data v1.5.0 |
| 1884 | 2026-01-27T17:30:41.071Z | Compiling icu_locid v1.5.0 |
| 1885 | 2026-01-27T17:30:41.088Z | Compiling paste v1.0.15 |
| 1886 | 2026-01-27T17:30:41.572Z | Compiling utf16_iter v1.0.5 |
| 1887 | 2026-01-27T17:30:41.839Z | Compiling lazycell v1.3.0 |
| 1888 | 2026-01-27T17:30:42.034Z | Compiling utf8_iter v1.0.4 |
| 1889 | 2026-01-27T17:30:42.341Z | Compiling write16 v1.0.0 |
| 1890 | 2026-01-27T17:30:42.513Z | Compiling bitflags v2.9.4 |
| 1891 | 2026-01-27T17:30:42.555Z | Compiling bytes v1.10.1 |
| 1892 | 2026-01-27T17:30:43.247Z | Compiling icu_provider v1.5.0 |
| 1893 | 2026-01-27T17:30:43.267Z | Compiling heck v0.5.0 |
| 1894 | 2026-01-27T17:30:43.732Z | Compiling rustc-hash v1.1.0 |
| 1895 | 2026-01-27T17:30:43.916Z | Compiling cmake v0.1.51 |
| 1896 | 2026-01-27T17:30:43.936Z | Compiling signal-hook-registry v1.4.2 |
| 1897 | 2026-01-27T17:30:44.639Z | Compiling icu_locid_transform v1.5.0 |
| 1898 | 2026-01-27T17:30:44.642Z | Compiling dunce v1.0.5 |
| 1899 | 2026-01-27T17:30:44.802Z | Compiling fs_extra v1.3.0 |
| 1900 | 2026-01-27T17:30:44.877Z | Compiling parking_lot v0.12.3 |
| 1901 | 2026-01-27T17:30:45.405Z | Compiling crypto-common v0.1.6 |
| 1902 | 2026-01-27T17:30:45.637Z | Compiling hashbrown v0.16.1 |
| 1903 | 2026-01-27T17:30:45.722Z | Compiling mio v1.0.2 |
| 1904 | 2026-01-27T17:30:46.303Z | Compiling icu_properties v1.5.1 |
| 1905 | 2026-01-27T17:30:46.886Z | Compiling which v4.4.2 |
| 1906 | 2026-01-27T17:30:48.133Z | Compiling form_urlencoded v1.2.2 |
| 1907 | 2026-01-27T17:30:48.434Z | Compiling rustversion v1.0.22 |
| 1908 | 2026-01-27T17:30:48.583Z | Compiling const-oid v0.9.6 |
| 1909 | 2026-01-27T17:30:48.767Z | Compiling indexmap v2.12.1 |
| 1910 | 2026-01-27T17:30:49.580Z | Compiling socket2 v0.6.1 |
| 1911 | 2026-01-27T17:30:50.113Z | Compiling icu_normalizer v1.5.0 |
| 1912 | 2026-01-27T17:30:50.256Z | Compiling tokio v1.48.0 |
| 1913 | 2026-01-27T17:30:51.217Z | Compiling idna_adapter v1.2.0 |
| 1914 | 2026-01-27T17:30:51.465Z | Compiling idna v1.0.3 |
| 1915 | 2026-01-27T17:30:51.508Z | Compiling ring v0.17.14 |
| 1916 | 2026-01-27T17:30:52.032Z | Compiling zerocopy v0.8.27 |
| 1917 | 2026-01-27T17:30:52.161Z | Compiling url v2.5.4 |
| 1918 | 2026-01-27T17:30:52.495Z | Compiling block-buffer v0.10.4 |
| 1919 | 2026-01-27T17:30:52.754Z | Compiling der_derive v0.7.3 |
| 1920 | 2026-01-27T17:30:52.772Z | Compiling tracing-attributes v0.1.27 |
| 1921 | 2026-01-27T17:30:55.416Z | Compiling vcpkg v0.2.15 |
| 1922 | 2026-01-27T17:30:55.453Z | Compiling thiserror v1.0.69 |
| 1923 | 2026-01-27T17:30:56.244Z | Compiling aws-lc-rs v1.12.4 |
| 1924 | 2026-01-27T17:30:56.640Z | Compiling digest v0.10.7 |
| 1925 | 2026-01-27T17:30:56.696Z | Compiling zerocopy-derive v0.8.27 |
| 1926 | 2026-01-27T17:30:56.775Z | Compiling openssl-sys v0.9.109 |
| 1927 | 2026-01-27T17:30:57.067Z | Compiling strsim v0.11.1 |
| 1928 | 2026-01-27T17:30:57.358Z | Compiling futures-core v0.3.31 |
| 1929 | 2026-01-27T17:30:57.669Z | Compiling zerocopy v0.7.35 |
| 1930 | 2026-01-27T17:30:57.687Z | Compiling thiserror-impl v1.0.69 |
| 1931 | 2026-01-27T17:30:57.744Z | Compiling iana-time-zone v0.1.63 |
| 1932 | 2026-01-27T17:30:57.827Z | Compiling ucd-trie v0.1.7 |
| 1933 | 2026-01-27T17:30:58.234Z | Compiling pest v2.8.2 |
| 1934 | 2026-01-27T17:30:58.264Z | Compiling aws-lc-sys v0.26.0 |
| 1935 | 2026-01-27T17:30:58.449Z | Compiling chrono v0.4.42 |
| 1936 | 2026-01-27T17:30:59.070Z | Compiling serde_tokenstream v0.2.2 |
| 1937 | 2026-01-27T17:30:59.409Z | Compiling uuid v1.19.0 |
| 1938 | 2026-01-27T17:30:59.641Z | Compiling ident_case v1.0.1 |
| 1939 | 2026-01-27T17:30:59.668Z | Compiling httparse v1.9.5 |
| 1940 | 2026-01-27T17:30:59.857Z | Compiling foldhash v0.1.5 |
| 1941 | 2026-01-27T17:31:00.174Z | Compiling hashbrown v0.15.4 |
| 1942 | 2026-01-27T17:31:00.737Z | Compiling pest_meta v2.8.2 |
| 1943 | 2026-01-27T17:31:01.571Z | Compiling rustix v1.1.3 |
| 1944 | 2026-01-27T17:31:02.144Z | Compiling pest_generator v2.8.2 |
| 1945 | 2026-01-27T17:31:02.368Z | Compiling syn v1.0.109 |
| 1946 | 2026-01-27T17:31:03.524Z | Compiling time-core v0.1.6 |
| 1947 | 2026-01-27T17:31:03.618Z | Compiling num-conv v0.1.0 |
| 1948 | 2026-01-27T17:31:03.692Z | Compiling futures-sink v0.3.31 |
| 1949 | 2026-01-27T17:31:03.858Z | Compiling futures-channel v0.3.31 |
| 1950 | 2026-01-27T17:31:03.913Z | Compiling time-macros v0.2.24 |
| 1951 | 2026-01-27T17:31:04.047Z | Compiling pest_derive v2.8.2 |
| 1952 | 2026-01-27T17:31:04.434Z | Compiling rustc_version v0.4.1 |
| 1953 | 2026-01-27T17:31:04.873Z | Compiling openssl v0.10.73 |
| 1954 | 2026-01-27T17:31:05.240Z | Compiling cpufeatures v0.2.14 |
| 1955 | 2026-01-27T17:31:05.307Z | Compiling pin-utils v0.1.0 |
| 1956 | 2026-01-27T17:31:05.365Z | Compiling futures-task v0.3.31 |
| 1957 | 2026-01-27T17:31:05.434Z | Compiling dyn-clone v1.0.20 |
| 1958 | 2026-01-27T17:31:05.601Z | Compiling futures-io v0.3.31 |
| 1959 | 2026-01-27T17:31:05.992Z | Compiling futures-util v0.3.31 |
| 1960 | 2026-01-27T17:31:06.194Z | Compiling hmac v0.12.1 |
| 1961 | 2026-01-27T17:31:06.450Z | Compiling plain v0.2.3 |
| 1962 | 2026-01-27T17:31:06.642Z | Compiling block-padding v0.3.3 |
| 1963 | 2026-01-27T17:31:06.974Z | Compiling openssl-macros v0.1.1 |
| 1964 | 2026-01-27T17:31:07.674Z | Compiling native-tls v0.2.12 |
| 1965 | 2026-01-27T17:31:08.067Z | Compiling crossbeam-utils v0.8.21 |
| 1966 | 2026-01-27T17:31:08.420Z | Compiling rustls v0.23.19 |
| 1967 | 2026-01-27T17:31:08.578Z | Compiling inout v0.1.3 |
| 1968 | 2026-01-27T17:31:08.758Z | Compiling ppv-lite86 v0.2.20 |
| 1969 | 2026-01-27T17:31:09.844Z | Compiling pretty-hex v0.4.1 |
| 1970 | 2026-01-27T17:31:10.087Z | Compiling cipher v0.4.4 |
| 1971 | 2026-01-27T17:31:10.235Z | Compiling sha2 v0.10.9 |
| 1972 | 2026-01-27T17:31:10.560Z | Compiling http v1.4.0 |
| 1973 | 2026-01-27T17:31:10.979Z | Compiling scroll_derive v0.12.0 |
| 1974 | 2026-01-27T17:31:12.113Z | Compiling scroll_derive v0.13.1 |
| 1975 | 2026-01-27T17:31:12.362Z | Compiling cookie v0.18.1 |
| 1976 | 2026-01-27T17:31:12.588Z | Compiling anyhow v1.0.99 |
| 1977 | 2026-01-27T17:31:13.160Z | Compiling base64ct v1.6.0 |
| 1978 | 2026-01-27T17:31:13.708Z | Compiling pem-rfc7468 v0.7.0 |
| 1979 | 2026-01-27T17:31:13.732Z | Compiling darling_core v0.21.0 |
| 1980 | 2026-01-27T17:31:14.238Z | Compiling slog v2.8.2 |
| 1981 | 2026-01-27T17:31:15.029Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1982 | 2026-01-27T17:31:15.535Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1983 | 2026-01-27T17:31:15.558Z | Compiling flagset v0.4.6 |
| 1984 | 2026-01-27T17:31:15.795Z | Compiling der v0.7.10 |
| 1985 | 2026-01-27T17:31:16.927Z | Compiling serde_spanned v0.6.9 |
| 1986 | 2026-01-27T17:31:17.158Z | Compiling toml_datetime v0.6.11 |
| 1987 | 2026-01-27T17:31:17.591Z | Compiling rand_core v0.9.3 |
| 1988 | 2026-01-27T17:31:17.624Z | Compiling tracing-core v0.1.32 |
| 1989 | 2026-01-27T17:31:17.993Z | Compiling rustls-pki-types v1.10.0 |
| 1990 | 2026-01-27T17:31:18.497Z | Compiling tracing v0.1.40 |
| 1991 | 2026-01-27T17:31:18.550Z | Compiling spki v0.7.3 |
| 1992 | 2026-01-27T17:31:18.951Z | Compiling salsa20 v0.10.2 |
| 1993 | 2026-01-27T17:31:18.971Z | Compiling darling_macro v0.21.0 |
| 1994 | 2026-01-27T17:31:19.186Z | Compiling pbkdf2 v0.12.2 |
| 1995 | 2026-01-27T17:31:19.531Z | Compiling winnow v0.5.40 |
| 1996 | 2026-01-27T17:31:19.823Z | Compiling darling v0.21.0 |
| 1997 | 2026-01-27T17:31:19.896Z | Compiling camino v1.2.1 |
| 1998 | 2026-01-27T17:31:19.942Z | Compiling base64 v0.22.1 |
| 1999 | 2026-01-27T17:31:19.964Z | Compiling litrs v0.4.1 |
| 2000 | 2026-01-27T17:31:20.895Z | Compiling document-features v0.2.11 |
| 2001 | 2026-01-27T17:31:21.326Z | Compiling scrypt v0.11.0 |
| 2002 | 2026-01-27T17:31:21.769Z | Compiling rand_chacha v0.9.0 |
| 2003 | 2026-01-27T17:31:21.941Z | Compiling tokio-util v0.7.15 |
| 2004 | 2026-01-27T17:31:22.539Z | Compiling cbc v0.1.2 |
| 2005 | 2026-01-27T17:31:22.571Z | Compiling aes v0.8.4 |
| 2006 | 2026-01-27T17:31:22.786Z | Compiling toml_edit v0.19.15 |
| 2007 | 2026-01-27T17:31:25.280Z | Compiling usdt-impl v0.5.0 |
| 2008 | 2026-01-27T17:31:25.679Z | Compiling ref-cast v1.0.25 |
| 2009 | 2026-01-27T17:31:25.900Z | Compiling untrusted v0.9.0 |
| 2010 | 2026-01-27T17:31:26.141Z | Compiling untrusted v0.7.1 |
| 2011 | 2026-01-27T17:31:26.163Z | Compiling powerfmt v0.2.0 |
| 2012 | 2026-01-27T17:31:26.233Z | Compiling usdt-impl v0.6.0 |
| 2013 | 2026-01-27T17:31:26.617Z | Compiling deranged v0.5.3 |
| 2014 | 2026-01-27T17:31:26.827Z | Compiling pkcs5 v0.7.1 |
| 2015 | 2026-01-27T17:31:27.608Z | Compiling rand v0.9.2 |
| 2016 | 2026-01-27T17:31:29.340Z | Compiling http-body v1.0.1 |
| 2017 | 2026-01-27T17:31:29.618Z | Compiling scroll v0.13.0 |
| 2018 | 2026-01-27T17:31:30.154Z | Compiling scroll v0.12.0 |
| 2019 | 2026-01-27T17:31:30.333Z | Compiling heapless v0.7.17 |
| 2020 | 2026-01-27T17:31:30.819Z | Compiling zstd-safe v7.2.3 |
| 2021 | 2026-01-27T17:31:31.210Z | Compiling adler2 v2.0.0 |
| 2022 | 2026-01-27T17:31:31.317Z | Compiling cfg_aliases v0.2.1 |
| 2023 | 2026-01-27T17:31:31.421Z | Compiling atomic-waker v1.1.2 |
| 2024 | 2026-01-27T17:31:31.442Z | Compiling num_threads v0.1.7 |
| 2025 | 2026-01-27T17:31:31.875Z | Compiling signal-hook v0.3.18 |
| 2026 | 2026-01-27T17:31:31.897Z | Compiling miniz_oxide v0.8.5 |
| 2027 | 2026-01-27T17:31:31.929Z | Compiling time v0.3.43 |
| 2028 | 2026-01-27T17:31:33.450Z | Compiling goblin v0.8.2 |
| 2029 | 2026-01-27T17:31:34.927Z | Compiling goblin v0.10.2 |
| 2030 | 2026-01-27T17:31:35.215Z | Compiling pkcs8 v0.10.2 |
| 2031 | 2026-01-27T17:31:36.085Z | Compiling ipnetwork v0.21.1 |
| 2032 | 2026-01-27T17:31:39.107Z | Compiling darling_core v0.20.10 |
| 2033 | 2026-01-27T17:31:39.729Z | Compiling ref-cast-impl v1.0.25 |
| 2034 | 2026-01-27T17:31:40.780Z | Compiling memoffset v0.9.1 |
| 2035 | 2026-01-27T17:31:41.400Z | Compiling tinyvec_macros v0.1.1 |
| 2036 | 2026-01-27T17:31:41.511Z | Compiling tower-service v0.3.3 |
| 2037 | 2026-01-27T17:31:41.667Z | Compiling try-lock v0.2.5 |
| 2038 | 2026-01-27T17:31:41.876Z | Compiling tower-layer v0.3.3 |
| 2039 | 2026-01-27T17:31:42.352Z | Compiling want v0.3.1 |
| 2040 | 2026-01-27T17:31:42.658Z | Compiling tinyvec v1.8.0 |
| 2041 | 2026-01-27T17:31:42.686Z | Compiling dof v0.4.0 |
| 2042 | 2026-01-27T17:31:43.760Z | Compiling darling_macro v0.20.10 |
| 2043 | 2026-01-27T17:31:44.460Z | Compiling dof v0.3.0 |
| 2044 | 2026-01-27T17:31:44.497Z | Compiling h2 v0.4.6 |
| 2045 | 2026-01-27T17:31:45.889Z | Compiling dtrace-parser v0.2.0 |
| 2046 | 2026-01-27T17:31:46.321Z | Compiling curve25519-dalek v4.1.3 |
| 2047 | 2026-01-27T17:31:46.770Z | Compiling dtrace-parser v0.3.0 |
| 2048 | 2026-01-27T17:31:47.233Z | Compiling ipnet v2.11.0 |
| 2049 | 2026-01-27T17:31:47.348Z | Compiling async-trait v0.1.89 |
| 2050 | 2026-01-27T17:31:48.312Z | Compiling daft-derive v0.1.4 |
| 2051 | 2026-01-27T17:31:49.396Z | Compiling thread-id v4.2.2 |
| 2052 | 2026-01-27T17:31:49.528Z | Compiling thread-id v5.0.0 |
| 2053 | 2026-01-27T17:31:49.690Z | Compiling fastrand v2.1.1 |
| 2054 | 2026-01-27T17:31:49.907Z | Compiling httpdate v1.0.3 |
| 2055 | 2026-01-27T17:31:49.966Z | Compiling openssl-probe v0.1.5 |
| 2056 | 2026-01-27T17:31:50.161Z | Compiling ryu v1.0.18 |
| 2057 | 2026-01-27T17:31:50.457Z | Compiling num-bigint-dig v0.8.6 |
| 2058 | 2026-01-27T17:31:50.480Z | Compiling foreign-types-shared v0.1.1 |
| 2059 | 2026-01-27T17:31:50.801Z | Compiling smoltcp v0.9.1 |
| 2060 | 2026-01-27T17:31:51.399Z | Compiling foreign-types v0.3.2 |
| 2061 | 2026-01-27T17:31:51.517Z | Compiling tempfile v3.24.0 |
| 2062 | 2026-01-27T17:31:52.651Z | Compiling hyper v1.8.1 |
| 2063 | 2026-01-27T17:31:58.435Z | Compiling darling v0.20.10 |
| 2064 | 2026-01-27T17:32:00.124Z | Compiling strum_macros v0.26.4 |
| 2065 | 2026-01-27T17:32:01.791Z | Compiling wait-timeout v0.2.0 |
| 2066 | 2026-01-27T17:32:02.216Z | Compiling quick-error v1.2.3 |
| 2067 | 2026-01-27T17:32:02.766Z | Compiling anstyle v1.0.11 |
| 2068 | 2026-01-27T17:32:03.143Z | Compiling gimli v0.31.1 |
| 2069 | 2026-01-27T17:32:03.670Z | Compiling bit-vec v0.8.0 |
| 2070 | 2026-01-27T17:32:04.116Z | Compiling utf8parse v0.2.2 |
| 2071 | 2026-01-27T17:32:04.354Z | Compiling anstyle-parse v0.2.5 |
| 2072 | 2026-01-27T17:32:04.629Z | Compiling bit-set v0.8.0 |
| 2073 | 2026-01-27T17:32:07.486Z | Compiling addr2line v0.24.2 |
| 2074 | 2026-01-27T17:32:08.967Z | Compiling rusty-fork v0.3.0 |
| 2075 | 2026-01-27T17:32:10.390Z | Compiling derive_builder_core v0.20.2 |
| 2076 | 2026-01-27T17:32:10.688Z | Compiling hyper-util v0.1.19 |
| 2077 | 2026-01-27T17:32:12.071Z | Compiling unicode-normalization v0.1.24 |
| 2078 | 2026-01-27T17:32:12.838Z | Compiling nix v0.29.0 |
| 2079 | 2026-01-27T17:32:13.637Z | Compiling rand_xorshift v0.4.0 |
| 2080 | 2026-01-27T17:32:13.912Z | Compiling hubpack_derive v0.1.1 |
| 2081 | 2026-01-27T17:32:14.769Z | Compiling signature v2.2.0 |
| 2082 | 2026-01-27T17:32:14.989Z | Compiling openapiv3 v2.2.0 |
| 2083 | 2026-01-27T17:32:15.648Z | Compiling strum_macros v0.27.2 |
| 2084 | 2026-01-27T17:32:16.370Z | Compiling erased-serde v0.3.31 |
| 2085 | 2026-01-27T17:32:17.473Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2086 | 2026-01-27T17:32:18.697Z | Compiling object v0.36.5 |
| 2087 | 2026-01-27T17:32:19.979Z | Compiling fs-err v3.1.1 |
| 2088 | 2026-01-27T17:32:20.354Z | Compiling ahash v0.8.12 |
| 2089 | 2026-01-27T17:32:20.740Z | Compiling crc32fast v1.4.2 |
| 2090 | 2026-01-27T17:32:21.093Z | Compiling unicode-segmentation v1.12.0 |
| 2091 | 2026-01-27T17:32:21.930Z | Compiling unicode-properties v0.1.3 |
| 2092 | 2026-01-27T17:32:22.336Z | Compiling anstyle-query v1.1.1 |
| 2093 | 2026-01-27T17:32:22.506Z | Compiling colorchoice v1.0.2 |
| 2094 | 2026-01-27T17:32:22.688Z | Compiling zlib-rs v0.5.1 |
| 2095 | 2026-01-27T17:32:24.756Z | Compiling unarray v0.1.4 |
| 2096 | 2026-01-27T17:32:24.836Z | Compiling rustc-demangle v0.1.24 |
| 2097 | 2026-01-27T17:32:24.937Z | Compiling unicode-bidi v0.3.17 |
| 2098 | 2026-01-27T17:32:25.547Z | Compiling siphasher v0.3.11 |
| 2099 | 2026-01-27T17:32:25.758Z | Compiling is_terminal_polyfill v1.70.1 |
| 2100 | 2026-01-27T17:32:25.943Z | Compiling buf-list v1.0.3 |
| 2101 | 2026-01-27T17:32:25.946Z | Compiling anstream v0.6.18 |
| 2102 | 2026-01-27T17:32:26.504Z | Compiling backtrace v0.3.74 |
| 2103 | 2026-01-27T17:32:26.568Z | Compiling phf_shared v0.11.2 |
| 2104 | 2026-01-27T17:32:26.887Z | Compiling libz-rs-sys v0.5.1 |
| 2105 | 2026-01-27T17:32:27.167Z | Compiling stringprep v0.1.5 |
| 2106 | 2026-01-27T17:32:27.979Z | Compiling proptest v1.7.0 |
| 2107 | 2026-01-27T17:32:32.528Z | Compiling derive_builder_macro v0.20.2 |
| 2108 | 2026-01-27T17:32:35.043Z | Compiling rustls-webpki v0.102.8 |
| 2109 | 2026-01-27T17:32:35.123Z | Compiling usdt-attr-macro v0.6.0 |
| 2110 | 2026-01-27T17:32:35.350Z | Compiling usdt-macro v0.6.0 |
| 2111 | 2026-01-27T17:32:36.697Z | Compiling oxnet v0.1.4 |
| 2112 | 2026-01-27T17:32:36.713Z | Compiling http-body-util v0.1.3 |
| 2113 | 2026-01-27T17:32:37.236Z | Compiling rand_chacha v0.3.1 |
| 2114 | 2026-01-27T17:32:37.275Z | Compiling sync_wrapper v1.0.1 |
| 2115 | 2026-01-27T17:32:37.449Z | Compiling md-5 v0.10.6 |
| 2116 | 2026-01-27T17:32:37.487Z | Compiling vergen-lib v0.1.6 |
| 2117 | 2026-01-27T17:32:37.712Z | Compiling num-integer v0.1.46 |
| 2118 | 2026-01-27T17:32:37.823Z | Compiling ff v0.13.0 |
| 2119 | 2026-01-27T17:32:37.953Z | Compiling hash32 v0.2.1 |
| 2120 | 2026-01-27T17:32:38.041Z | Compiling encoding_rs v0.8.34 |
| 2121 | 2026-01-27T17:32:38.079Z | Compiling psl-types v2.0.11 |
| 2122 | 2026-01-27T17:32:38.330Z | Compiling fallible-iterator v0.2.0 |
| 2123 | 2026-01-27T17:32:38.492Z | Compiling mime v0.3.17 |
| 2124 | 2026-01-27T17:32:38.947Z | Compiling base16ct v0.2.0 |
| 2125 | 2026-01-27T17:32:38.983Z | Compiling postgres-protocol v0.6.8 |
| 2126 | 2026-01-27T17:32:39.254Z | Compiling sec1 v0.7.3 |
| 2127 | 2026-01-27T17:32:39.503Z | Compiling serde_urlencoded v0.7.1 |
| 2128 | 2026-01-27T17:32:39.791Z | Compiling publicsuffix v2.3.0 |
| 2129 | 2026-01-27T17:32:40.093Z | Compiling num-iter v0.1.45 |
| 2130 | 2026-01-27T17:32:40.096Z | Compiling group v0.13.0 |
| 2131 | 2026-01-27T17:32:40.399Z | Compiling rand v0.8.5 |
| 2132 | 2026-01-27T17:32:40.405Z | Compiling tower v0.5.2 |
| 2133 | 2026-01-27T17:32:42.808Z | Compiling tokio-rustls v0.26.0 |
| 2134 | 2026-01-27T17:32:43.230Z | Compiling derive_builder v0.20.2 |
| 2135 | 2026-01-27T17:32:43.273Z | Compiling newtype-uuid v1.3.2 |
| 2136 | 2026-01-27T17:32:43.866Z | Compiling tokio-native-tls v0.3.1 |
| 2137 | 2026-01-27T17:32:44.174Z | Compiling flate2 v1.1.2 |
| 2138 | 2026-01-27T17:32:44.379Z | Compiling heck v0.4.1 |
| 2139 | 2026-01-27T17:32:44.649Z | Compiling rustls-native-certs v0.8.1 |
| 2140 | 2026-01-27T17:32:45.098Z | Compiling webpki-roots v1.0.1 |
| 2141 | 2026-01-27T17:32:45.403Z | Compiling serde_with_macros v3.16.1 |
| 2142 | 2026-01-27T17:32:45.870Z | Compiling hkdf v0.12.4 |
| 2143 | 2026-01-27T17:32:46.035Z | Compiling regress v0.10.4 |
| 2144 | 2026-01-27T17:32:46.125Z | Compiling vergen v9.0.6 |
| 2145 | 2026-01-27T17:32:46.214Z | Compiling terminal_size v0.4.0 |
| 2146 | 2026-01-27T17:32:46.479Z | Compiling enum-as-inner v0.6.1 |
| 2147 | 2026-01-27T17:32:46.483Z | Compiling clap_derive v4.5.47 |
| 2148 | 2026-01-27T17:32:47.553Z | Compiling cargo-platform v0.1.8 |
| 2149 | 2026-01-27T17:32:47.631Z | Compiling crypto-bigint v0.5.5 |
| 2150 | 2026-01-27T17:32:48.003Z | Compiling serde_repr v0.1.19 |
| 2151 | 2026-01-27T17:32:48.425Z | Compiling bumpalo v3.16.0 |
| 2152 | 2026-01-27T17:32:48.835Z | Compiling iri-string v0.7.8 |
| 2153 | 2026-01-27T17:32:49.019Z | Compiling simd-adler32 v0.3.7 |
| 2154 | 2026-01-27T17:32:49.159Z | Compiling winnow v0.7.13 |
| 2155 | 2026-01-27T17:32:49.493Z | Compiling clap_lex v0.7.4 |
| 2156 | 2026-01-27T17:32:50.321Z | Compiling managed v0.8.0 |
| 2157 | 2026-01-27T17:32:50.507Z | Compiling bitflags v1.3.2 |
| 2158 | 2026-01-27T17:32:50.839Z | Compiling lockfree-object-pool v0.1.6 |
| 2159 | 2026-01-27T17:32:51.430Z | Compiling zopfli v0.8.1 |
| 2160 | 2026-01-27T17:32:52.267Z | Compiling tower-http v0.6.6 |
| 2161 | 2026-01-27T17:32:52.898Z | Compiling elliptic-curve v0.13.8 |
| 2162 | 2026-01-27T17:32:53.279Z | Compiling clap_builder v4.5.48 |
| 2163 | 2026-01-27T17:32:53.529Z | Compiling typify-impl v0.4.3 |
| 2164 | 2026-01-27T17:32:53.564Z | Compiling cargo_metadata v0.19.2 |
| 2165 | 2026-01-27T17:32:54.657Z | Compiling hyper-tls v0.6.0 |
| 2166 | 2026-01-27T17:32:55.410Z | Compiling hyper-rustls v0.27.7 |
| 2167 | 2026-01-27T17:32:56.601Z | Compiling zstd v0.13.3 |
| 2168 | 2026-01-27T17:32:57.052Z | Compiling daft v0.1.4 |
| 2169 | 2026-01-27T17:32:57.576Z | Compiling signal-hook-mio v0.2.4 |
| 2170 | 2026-01-27T17:32:57.713Z | Compiling cookie_store v0.21.1 |
| 2171 | 2026-01-27T17:32:58.380Z | Compiling postgres-types v0.2.9 |
| 2172 | 2026-01-27T17:32:59.074Z | Compiling phf v0.11.2 |
| 2173 | 2026-01-27T17:32:59.312Z | Compiling strum v0.27.2 |
| 2174 | 2026-01-27T17:32:59.388Z | Compiling ed25519 v2.2.3 |
| 2175 | 2026-01-27T17:32:59.417Z | Compiling hubpack v0.1.2 |
| 2176 | 2026-01-27T17:32:59.495Z | Compiling bzip2 v0.4.4 |
| 2177 | 2026-01-27T17:32:59.523Z | Compiling bzip2 v0.5.2 |
| 2178 | 2026-01-27T17:32:59.830Z | Compiling crossbeam-epoch v0.9.18 |
| 2179 | 2026-01-27T17:32:59.876Z | Compiling pkcs1 v0.7.5 |
| 2180 | 2026-01-27T17:33:00.806Z | Compiling rfc6979 v0.4.0 |
| 2181 | 2026-01-27T17:33:00.857Z | Compiling float-cmp v0.10.0 |
| 2182 | 2026-01-27T17:33:01.021Z | Compiling hex v0.4.3 |
| 2183 | 2026-01-27T17:33:01.631Z | Compiling serde-big-array v0.5.1 |
| 2184 | 2026-01-27T17:33:01.885Z | Compiling bstr v1.10.0 |
| 2185 | 2026-01-27T17:33:01.904Z | Compiling socket2 v0.5.10 |
| 2186 | 2026-01-27T17:33:02.431Z | Compiling memmap2 v0.9.8 |
| 2187 | 2026-01-27T17:33:02.673Z | Compiling env_filter v0.1.2 |
| 2188 | 2026-01-27T17:33:02.833Z | Compiling toml_write v0.1.2 |
| 2189 | 2026-01-27T17:33:03.198Z | Compiling new_debug_unreachable v1.0.6 |
| 2190 | 2026-01-27T17:33:03.222Z | Compiling fixedbitset v0.5.7 |
| 2191 | 2026-01-27T17:33:03.315Z | Compiling data-encoding v2.9.0 |
| 2192 | 2026-01-27T17:33:03.792Z | Compiling keccak v0.1.5 |
| 2193 | 2026-01-27T17:33:03.818Z | Compiling rustc-hash v2.1.1 |
| 2194 | 2026-01-27T17:33:04.223Z | Compiling whoami v1.5.2 |
| 2195 | 2026-01-27T17:33:04.504Z | Compiling difflib v0.4.0 |
| 2196 | 2026-01-27T17:33:04.607Z | Compiling precomputed-hash v0.1.1 |
| 2197 | 2026-01-27T17:33:04.728Z | Compiling fixedbitset v0.4.2 |
| 2198 | 2026-01-27T17:33:04.751Z | Compiling predicates-core v1.0.8 |
| 2199 | 2026-01-27T17:33:04.755Z | Compiling foldhash v0.2.0 |
| 2200 | 2026-01-27T17:33:04.960Z | Compiling static_assertions v1.1.0 |
| 2201 | 2026-01-27T17:33:05.057Z | Compiling jiff v0.2.15 |
| 2202 | 2026-01-27T17:33:05.085Z | Compiling normalize-line-endings v0.3.0 |
| 2203 | 2026-01-27T17:33:05.118Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2204 | 2026-01-27T17:33:05.161Z | Compiling iddqd v0.3.16 |
| 2205 | 2026-01-27T17:33:05.235Z | Compiling predicates v3.1.3 |
| 2206 | 2026-01-27T17:33:05.502Z | Compiling petgraph v0.6.5 |
| 2207 | 2026-01-27T17:33:05.658Z | Compiling reqwest v0.12.24 |
| 2208 | 2026-01-27T17:33:06.541Z | Compiling toml_edit v0.22.27 |
| 2209 | 2026-01-27T17:33:06.585Z | Compiling string_cache v0.8.9 |
| 2210 | 2026-01-27T17:33:06.957Z | Compiling tokio-postgres v0.7.13 |
| 2211 | 2026-01-27T17:33:07.525Z | Compiling sha3 v0.10.8 |
| 2212 | 2026-01-27T17:33:08.088Z | Compiling hickory-proto v0.25.2 |
| 2213 | 2026-01-27T17:33:11.773Z | Compiling zip v4.2.0 |
| 2214 | 2026-01-27T17:33:12.315Z | Compiling petgraph v0.8.2 |
| 2215 | 2026-01-27T17:33:14.087Z | Compiling env_logger v0.11.8 |
| 2216 | 2026-01-27T17:33:14.501Z | Compiling similar v2.7.0 |
| 2217 | 2026-01-27T17:33:14.510Z | Compiling usdt v0.6.0 |
| 2218 | 2026-01-27T17:33:14.745Z | Compiling typify-macro v0.4.3 |
| 2219 | 2026-01-27T17:33:15.741Z | Compiling serde_with v3.16.1 |
| 2220 | 2026-01-27T17:33:16.159Z | Compiling ecdsa v0.16.9 |
| 2221 | 2026-01-27T17:33:18.125Z | Compiling rsa v0.9.8 |
| 2222 | 2026-01-27T17:33:18.420Z | Compiling zip v0.6.6 |
| 2223 | 2026-01-27T17:33:18.469Z | Compiling ed25519-dalek v2.1.1 |
| 2224 | 2026-01-27T17:33:20.039Z | Compiling crossterm v0.28.1 |
| 2225 | 2026-01-27T17:33:20.472Z | Compiling clap v4.5.48 |
| 2226 | 2026-01-27T17:33:21.051Z | Compiling strum v0.26.3 |
| 2227 | 2026-01-27T17:33:21.271Z | Compiling tokio-stream v0.1.17 |
| 2228 | 2026-01-27T17:33:21.394Z | Compiling toml v0.7.8 |
| 2229 | 2026-01-27T17:33:22.218Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2230 | 2026-01-27T17:33:22.651Z | Compiling x509-cert v0.2.5 |
| 2231 | 2026-01-27T17:33:23.992Z | Compiling sha1 v0.10.6 |
| 2232 | 2026-01-27T17:33:24.379Z | Compiling itertools v0.10.5 |
| 2233 | 2026-01-27T17:33:26.352Z | Compiling itertools v0.13.0 |
| 2234 | 2026-01-27T17:33:26.908Z | Compiling winnow v0.6.26 |
| 2235 | 2026-01-27T17:33:28.590Z | Compiling peg-runtime v0.8.5 |
| 2236 | 2026-01-27T17:33:29.067Z | Compiling rayon-core v1.12.1 |
| 2237 | 2026-01-27T17:33:29.420Z | Compiling lalrpop-util v0.19.12 |
| 2238 | 2026-01-27T17:33:30.096Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2239 | 2026-01-27T17:33:35.755Z | Compiling proc-macro-crate v1.3.1 |
| 2240 | 2026-01-27T17:33:38.825Z | Compiling macaddr v1.0.1 |
| 2241 | 2026-01-27T17:33:39.389Z | Compiling structmeta-derive v0.3.0 |
| 2242 | 2026-01-27T17:33:39.532Z | Compiling itertools v0.14.0 |
| 2243 | 2026-01-27T17:33:41.885Z | Compiling heapless v0.8.0 |
| 2244 | 2026-01-27T17:33:42.458Z | Compiling ingot-macros v0.1.1 |
| 2245 | 2026-01-27T17:33:43.477Z | Compiling structmeta v0.3.0 |
| 2246 | 2026-01-27T17:33:48.524Z | Compiling num_enum_derive v0.5.11 |
| 2247 | 2026-01-27T17:33:50.454Z | Compiling crossbeam-deque v0.8.5 |
| 2248 | 2026-01-27T17:33:52.890Z | Compiling hash32 v0.3.1 |
| 2249 | 2026-01-27T17:33:54.571Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2250 | 2026-01-27T17:33:56.002Z | Compiling smoltcp v0.11.0 |
| 2251 | 2026-01-27T17:33:56.172Z | Compiling unicode-width v0.1.14 |
| 2252 | 2026-01-27T17:33:56.762Z | Compiling tabwriter v1.4.0 |
| 2253 | 2026-01-27T17:34:02.130Z | Compiling num_enum v0.5.11 |
| 2254 | 2026-01-27T17:34:02.352Z | Compiling ingot-types v0.1.2 |
| 2255 | 2026-01-27T17:34:02.594Z | Compiling typify v0.4.3 |
| 2256 | 2026-01-27T17:34:03.636Z | Compiling proc-macro-error-attr v1.0.4 |
| 2257 | 2026-01-27T17:34:03.999Z | Compiling cobs v0.2.3 |
| 2258 | 2026-01-27T17:34:04.965Z | Compiling unsafe-libyaml v0.2.11 |
| 2259 | 2026-01-27T17:34:05.284Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2260 | 2026-01-27T17:34:05.891Z | Compiling rustls v0.22.4 |
| 2261 | 2026-01-27T17:34:06.364Z | Compiling serde_yaml v0.9.34+deprecated |
| 2262 | 2026-01-27T17:34:07.684Z | Compiling postcard v1.0.10 |
| 2263 | 2026-01-27T17:34:08.021Z | Compiling ingot v0.1.1 |
| 2264 | 2026-01-27T17:34:11.722Z | Compiling progenitor-impl v0.11.2 |
| 2265 | 2026-01-27T17:34:20.514Z | Compiling futures-executor v0.3.31 |
| 2266 | 2026-01-27T17:34:21.053Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2267 | 2026-01-27T17:34:21.643Z | Compiling foreign-types-macros v0.2.3 |
| 2268 | 2026-01-27T17:34:21.718Z | Compiling thread_local v1.1.8 |
| 2269 | 2026-01-27T17:34:21.984Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2270 | 2026-01-27T17:34:22.277Z | Compiling proc-macro-error v1.0.4 |
| 2271 | 2026-01-27T17:34:22.348Z | Compiling multer v3.1.0 |
| 2272 | 2026-01-27T17:34:23.190Z | Compiling slog-async v2.8.0 |
| 2273 | 2026-01-27T17:34:23.362Z | Compiling foreign-types-shared v0.3.1 |
| 2274 | 2026-01-27T17:34:23.522Z | Compiling match_cfg v0.1.0 |
| 2275 | 2026-01-27T17:34:30.638Z | Compiling hostname v0.3.1 |
| 2276 | 2026-01-27T17:34:30.922Z | Compiling foreign-types v0.5.0 |
| 2277 | 2026-01-27T17:34:36.301Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2278 | 2026-01-27T17:34:37.997Z | Compiling futures v0.3.31 |
| 2279 | 2026-01-27T17:34:41.565Z | Compiling progenitor-macro v0.11.2 |
| 2280 | 2026-01-27T17:34:45.837Z | Compiling derive-ex v0.1.8 |
| 2281 | 2026-01-27T17:34:50.091Z | Compiling progenitor-client v0.11.2 |
| 2282 | 2026-01-27T17:34:50.132Z | Compiling toml_parser v1.0.4 |
| 2283 | 2026-01-27T17:34:53.256Z | Compiling slog-json v2.6.1 |
| 2284 | 2026-01-27T17:34:54.520Z | Compiling crossbeam-channel v0.5.15 |
| 2285 | 2026-01-27T17:34:55.447Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2286 | 2026-01-27T17:34:55.983Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2287 | 2026-01-27T17:34:56.252Z | Compiling async-stream-impl v0.3.6 |
| 2288 | 2026-01-27T17:34:56.574Z | Compiling toml_datetime v0.7.3 |
| 2289 | 2026-01-27T17:34:56.654Z | Compiling serde_spanned v1.0.3 |
| 2290 | 2026-01-27T17:34:56.780Z | Compiling cstr-argument v0.1.2 |
| 2291 | 2026-01-27T17:34:56.926Z | Compiling is-terminal v0.4.13 |
| 2292 | 2026-01-27T17:34:57.071Z | Compiling dropshot v0.16.6 |
| 2293 | 2026-01-27T17:34:57.089Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2294 | 2026-01-27T17:34:57.414Z | Compiling take_mut v0.2.2 |
| 2295 | 2026-01-27T17:34:57.458Z | Compiling term v1.1.0 |
| 2296 | 2026-01-27T17:34:57.605Z | Compiling typeid v1.0.3 |
| 2297 | 2026-01-27T17:34:57.880Z | Compiling toml_writer v1.0.4 |
| 2298 | 2026-01-27T17:34:58.101Z | Compiling pretty-hex v0.2.1 |
| 2299 | 2026-01-27T17:34:58.359Z | Compiling crucible-workspace-hack v0.1.0 |
| 2300 | 2026-01-27T17:34:58.423Z | Compiling toml v0.9.8 |
| 2301 | 2026-01-27T17:34:58.665Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2302 | 2026-01-27T17:34:58.827Z | Compiling slog-term v2.9.2 |
| 2303 | 2026-01-27T17:34:59.502Z | Compiling async-stream v0.3.6 |
| 2304 | 2026-01-27T17:34:59.868Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2305 | 2026-01-27T17:35:01.475Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2306 | 2026-01-27T17:35:01.691Z | Compiling slog-bunyan v2.5.0 |
| 2307 | 2026-01-27T17:35:01.903Z | Compiling progenitor v0.11.2 |
| 2308 | 2026-01-27T17:35:02.009Z | Compiling tokio-rustls v0.25.0 |
| 2309 | 2026-01-27T17:35:02.139Z | Compiling test-strategy v0.4.3 |
| 2310 | 2026-01-27T17:35:02.522Z | Compiling rayon v1.10.0 |
| 2311 | 2026-01-27T17:35:02.733Z | Compiling parse-display-derive v0.10.0 |
| 2312 | 2026-01-27T17:35:04.968Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2313 | 2026-01-27T17:35:05.017Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2314 | 2026-01-27T17:35:05.182Z | Compiling colored v2.2.0 |
| 2315 | 2026-01-27T17:35:05.249Z | Compiling waitgroup v0.1.2 |
| 2316 | 2026-01-27T17:35:05.511Z | Compiling nix v0.30.1 |
| 2317 | 2026-01-27T17:35:06.043Z | Compiling rustls-pemfile v2.2.0 |
| 2318 | 2026-01-27T17:35:06.305Z | Compiling newtype-uuid-macros v0.1.0 |
| 2319 | 2026-01-27T17:35:06.548Z | Compiling dropshot_endpoint v0.16.6 |
| 2320 | 2026-01-27T17:35:06.566Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2321 | 2026-01-27T17:35:07.312Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2322 | 2026-01-27T17:35:07.504Z | Compiling serde_path_to_error v0.1.20 |
| 2323 | 2026-01-27T17:35:07.658Z | Compiling hostname v0.4.2 |
| 2324 | 2026-01-27T17:35:07.740Z | Compiling instant v0.1.13 |
| 2325 | 2026-01-27T17:35:07.791Z | Compiling colored v3.0.0 |
| 2326 | 2026-01-27T17:35:07.835Z | Compiling debug-ignore v1.0.5 |
| 2327 | 2026-01-27T17:35:07.929Z | Compiling backoff v0.4.0 |
| 2328 | 2026-01-27T17:35:07.951Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2329 | 2026-01-27T17:35:08.150Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2330 | 2026-01-27T17:35:08.302Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2331 | 2026-01-27T17:35:08.412Z | Compiling parse-display v0.10.0 |
| 2332 | 2026-01-27T17:35:09.086Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2333 | 2026-01-27T17:35:10.267Z | Compiling zone_cfg_derive v0.3.0 |
| 2334 | 2026-01-27T17:35:11.555Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2335 | 2026-01-27T17:35:11.777Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2336 | 2026-01-27T17:35:12.518Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2337 | 2026-01-27T17:35:12.540Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2338 | 2026-01-27T17:35:12.977Z | Compiling camino-tempfile v1.4.1 |
| 2339 | 2026-01-27T17:35:13.191Z | Compiling progenitor-client v0.10.0 |
| 2340 | 2026-01-27T17:35:13.753Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2341 | 2026-01-27T17:35:14.122Z | Compiling num-derive v0.4.2 |
| 2342 | 2026-01-27T17:35:16.235Z | Compiling sigpipe v0.1.3 |
| 2343 | 2026-01-27T17:35:16.257Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2344 | 2026-01-27T17:35:16.394Z | Compiling libefi-sys v0.1.0 |
| 2345 | 2026-01-27T17:35:16.810Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2346 | 2026-01-27T17:35:17.065Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2347 | 2026-01-27T17:35:17.838Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2348 | 2026-01-27T17:35:18.266Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2349 | 2026-01-27T17:35:18.691Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2350 | 2026-01-27T17:35:19.270Z | Compiling erased-serde v0.4.6 |
| 2351 | 2026-01-27T17:35:19.830Z | Compiling zone v0.3.1 |
| 2352 | 2026-01-27T17:35:21.043Z | Compiling usdt-macro v0.5.0 |
| 2353 | 2026-01-27T17:35:21.831Z | Compiling usdt-attr-macro v0.5.0 |
| 2354 | 2026-01-27T17:35:22.402Z | Compiling smf v0.2.3 |
| 2355 | 2026-01-27T17:35:23.257Z | Compiling bitfield-struct v0.6.2 |
| 2356 | 2026-01-27T17:35:23.393Z | Compiling ordered-float v2.10.1 |
| 2357 | 2026-01-27T17:35:24.048Z | Compiling blake3 v1.5.4 |
| 2358 | 2026-01-27T17:35:24.526Z | Compiling memmap v0.7.0 |
| 2359 | 2026-01-27T17:35:24.838Z | Compiling usdt v0.5.0 |
| 2360 | 2026-01-27T17:35:24.943Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2361 | 2026-01-27T17:35:25.130Z | Compiling serde-value v0.7.0 |
| 2362 | 2026-01-27T17:35:25.285Z | Compiling serde-untagged v0.1.7 |
| 2363 | 2026-01-27T17:35:25.680Z | Compiling toml v0.8.23 |
| 2364 | 2026-01-27T17:35:25.881Z | Compiling xattr v1.3.1 |
| 2365 | 2026-01-27T17:35:26.067Z | Compiling filetime v0.2.26 |
| 2366 | 2026-01-27T17:35:26.092Z | Compiling constant_time_eq v0.3.1 |
| 2367 | 2026-01-27T17:35:26.262Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2368 | 2026-01-27T17:35:26.316Z | Compiling unicode-width v0.2.0 |
| 2369 | 2026-01-27T17:35:26.401Z | Compiling arrayvec v0.7.6 |
| 2370 | 2026-01-27T17:35:26.452Z | Compiling same-file v1.0.6 |
| 2371 | 2026-01-27T17:35:26.689Z | Compiling arrayref v0.3.9 |
| 2372 | 2026-01-27T17:35:26.760Z | Compiling unicode-xid v0.2.6 |
| 2373 | 2026-01-27T17:35:26.881Z | Compiling console v0.16.0 |
| 2374 | 2026-01-27T17:35:26.908Z | Compiling walkdir v2.5.0 |
| 2375 | 2026-01-27T17:35:26.999Z | Compiling cargo-util-schemas v0.8.2 |
| 2376 | 2026-01-27T17:35:28.446Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2377 | 2026-01-27T17:35:29.083Z | Compiling tar v0.4.44 |
| 2378 | 2026-01-27T17:35:29.413Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2379 | 2026-01-27T17:35:29.435Z | Compiling tokio-dtrace v0.1.0 |
| 2380 | 2026-01-27T17:35:29.850Z | Compiling gethostname v0.5.0 |
| 2381 | 2026-01-27T17:35:29.894Z | Compiling cargo-platform v0.2.0 |
| 2382 | 2026-01-27T17:35:29.956Z | Compiling unit-prefix v0.5.1 |
| 2383 | 2026-01-27T17:35:30.073Z | Compiling topological-sort v0.2.2 |
| 2384 | 2026-01-27T17:35:30.229Z | Compiling indicatif v0.18.0 |
| 2385 | 2026-01-27T17:35:30.380Z | Compiling omicron-zone-package v0.12.2 |
| 2386 | 2026-01-27T17:35:31.077Z | Compiling cargo_metadata v0.21.0 |
| 2387 | 2026-01-27T17:35:31.207Z | Compiling oxide-tokio-rt v0.1.2 |
| 2388 | 2026-01-27T17:35:31.827Z | Compiling shell-words v1.1.0 |
| 2389 | 2026-01-27T17:35:32.308Z | Compiling indent_write v2.2.0 |
| 2390 | 2026-01-27T17:35:32.337Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2391 | 2026-01-27T17:35:39.209Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2392 | 2026-01-27T17:35:40.475Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2393 | 2026-01-27T17:35:45.270Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2394 | 2026-01-27T17:36:01.354Z | Finished `release` profile [optimized] target(s) in 5m 40s |
| 2395 | 2026-01-27T17:36:01.533Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2396 | 2026-01-27T17:36:01.586Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2397 | 2026-01-27T17:36:01.599Z | Created new build target 'test' and set it as active |
| 2398 | 2026-01-27T17:36:01.599Z | |
| 2399 | 2026-01-27T17:36:01.599Z | real 5:40.931767504 |
| 2400 | 2026-01-27T17:36:01.599Z | user 39:24.058207683 |
| 2401 | 2026-01-27T17:36:01.600Z | sys 3:53.787036314 |
| 2402 | 2026-01-27T17:36:01.600Z | trap 1.200913457 |
| 2403 | 2026-01-27T17:36:01.600Z | tflt 2.245121643 |
| 2404 | 2026-01-27T17:36:01.600Z | dflt 1.171864292 |
| 2405 | 2026-01-27T17:36:01.600Z | kflt 0.000127211 |
| 2406 | 2026-01-27T17:36:01.600Z | lock 1:51:14.285325080 |
| 2407 | 2026-01-27T17:36:01.600Z | slp 2:38:55.999114341 |
| 2408 | 2026-01-27T17:36:01.600Z | lat 3:18.960345466 |
| 2409 | 2026-01-27T17:36:01.600Z | stop 5:42.119444674 |
| 2410 | 2026-01-27T17:36:01.600Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2411 | 2026-01-27T17:36:02.762Z | Finished `release` profile [optimized] target(s) in 1.11s |
| 2412 | 2026-01-27T17:36:02.822Z | Running `target/release/omicron-package -t test package` |
| 2413 | 2026-01-27T17:36:02.872Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2414 | 2026-01-27T17:36:04.721Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2415 | 2026-01-27T17:36:04.724Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2416 | 2026-01-27T17:36:04.957Z | Compiling convert_case v0.4.0 |
| 2417 | 2026-01-27T17:36:04.960Z | Compiling is-terminal v0.4.13 |
| 2418 | 2026-01-27T17:36:04.998Z | Compiling progenitor-impl v0.10.0 |
| 2419 | 2026-01-27T17:36:05.027Z | Compiling rustls v0.22.4 |
| 2420 | 2026-01-27T17:36:05.052Z | Compiling thread_local v1.1.8 |
| 2421 | 2026-01-27T17:36:05.112Z | Compiling match_cfg v0.1.0 |
| 2422 | 2026-01-27T17:36:05.140Z | Compiling multer v3.1.0 |
| 2423 | 2026-01-27T17:36:05.221Z | Compiling hostname v0.3.1 |
| 2424 | 2026-01-27T17:36:05.250Z | Compiling slog-async v2.8.0 |
| 2425 | 2026-01-27T17:36:05.344Z | Compiling progenitor-client v0.11.2 |
| 2426 | 2026-01-27T17:36:05.453Z | Compiling crossbeam-channel v0.5.15 |
| 2427 | 2026-01-27T17:36:05.484Z | Compiling toml_parser v1.0.4 |
| 2428 | 2026-01-27T17:36:05.543Z | Compiling derive_more v0.99.20 |
| 2429 | 2026-01-27T17:36:05.636Z | Compiling slog-json v2.6.1 |
| 2430 | 2026-01-27T17:36:05.855Z | Compiling futures-executor v0.3.31 |
| 2431 | 2026-01-27T17:36:06.038Z | Compiling serde_spanned v1.0.3 |
| 2432 | 2026-01-27T17:36:06.341Z | Compiling toml_datetime v0.7.3 |
| 2433 | 2026-01-27T17:36:06.354Z | Compiling toml_writer v1.0.4 |
| 2434 | 2026-01-27T17:36:06.429Z | Compiling unicode-width v0.1.14 |
| 2435 | 2026-01-27T17:36:06.779Z | Compiling term v1.1.0 |
| 2436 | 2026-01-27T17:36:06.806Z | Compiling take_mut v0.2.2 |
| 2437 | 2026-01-27T17:36:06.856Z | Compiling toml v0.9.8 |
| 2438 | 2026-01-27T17:36:07.006Z | Compiling tabwriter v1.4.0 |
| 2439 | 2026-01-27T17:36:07.402Z | Compiling slog-term v2.9.2 |
| 2440 | 2026-01-27T17:36:07.859Z | Compiling futures v0.3.31 |
| 2441 | 2026-01-27T17:36:07.890Z | Compiling slog-bunyan v2.5.0 |
| 2442 | 2026-01-27T17:36:08.009Z | Compiling progenitor v0.11.2 |
| 2443 | 2026-01-27T17:36:08.245Z | Compiling async-stream v0.3.6 |
| 2444 | 2026-01-27T17:36:08.520Z | Compiling dropshot v0.16.6 |
| 2445 | 2026-01-27T17:36:08.551Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2446 | 2026-01-27T17:36:08.615Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2447 | 2026-01-27T17:36:08.791Z | Compiling waitgroup v0.1.2 |
| 2448 | 2026-01-27T17:36:08.978Z | Compiling rustls-pemfile v2.2.0 |
| 2449 | 2026-01-27T17:36:09.033Z | Compiling serde_path_to_error v0.1.20 |
| 2450 | 2026-01-27T17:36:09.260Z | Compiling tokio-rustls v0.25.0 |
| 2451 | 2026-01-27T17:36:09.322Z | Compiling hostname v0.4.2 |
| 2452 | 2026-01-27T17:36:09.512Z | Compiling instant v0.1.13 |
| 2453 | 2026-01-27T17:36:09.567Z | Compiling debug-ignore v1.0.5 |
| 2454 | 2026-01-27T17:36:09.704Z | Compiling colored v3.0.0 |
| 2455 | 2026-01-27T17:36:09.708Z | Compiling backoff v0.4.0 |
| 2456 | 2026-01-27T17:36:09.770Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2457 | 2026-01-27T17:36:10.104Z | Compiling parse-display v0.10.0 |
| 2458 | 2026-01-27T17:36:10.307Z | Compiling progenitor-macro v0.10.0 |
| 2459 | 2026-01-27T17:36:10.344Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2460 | 2026-01-27T17:36:10.600Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2461 | 2026-01-27T17:36:10.801Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2462 | 2026-01-27T17:36:10.833Z | Compiling progenitor-client v0.10.0 |
| 2463 | 2026-01-27T17:36:10.950Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2464 | 2026-01-27T17:36:11.414Z | Compiling secrecy v0.10.3 |
| 2465 | 2026-01-27T17:36:11.732Z | Compiling macaddr v1.0.1 |
| 2466 | 2026-01-27T17:36:12.185Z | Compiling num-rational v0.4.2 |
| 2467 | 2026-01-27T17:36:12.215Z | Compiling num-complex v0.4.6 |
| 2468 | 2026-01-27T17:36:13.202Z | Compiling num v0.4.3 |
| 2469 | 2026-01-27T17:36:13.372Z | Compiling half v2.4.1 |
| 2470 | 2026-01-27T17:36:13.535Z | Compiling ciborium-io v0.2.2 |
| 2471 | 2026-01-27T17:36:13.711Z | Compiling float-ord v0.3.2 |
| 2472 | 2026-01-27T17:36:13.924Z | Compiling ciborium-ll v0.2.2 |
| 2473 | 2026-01-27T17:36:14.098Z | Compiling toml v0.8.23 |
| 2474 | 2026-01-27T17:36:14.288Z | Compiling ciborium v0.2.2 |
| 2475 | 2026-01-27T17:36:14.455Z | Compiling prettyplease v0.2.36 |
| 2476 | 2026-01-27T17:36:14.503Z | Compiling bytecount v0.6.8 |
| 2477 | 2026-01-27T17:36:14.860Z | Compiling swrite v0.1.0 |
| 2478 | 2026-01-27T17:36:15.055Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2479 | 2026-01-27T17:36:15.423Z | Compiling password-hash v0.5.0 |
| 2480 | 2026-01-27T17:36:16.218Z | Compiling blake2 v0.10.6 |
| 2481 | 2026-01-27T17:36:17.394Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2482 | 2026-01-27T17:36:17.618Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2483 | 2026-01-27T17:36:18.936Z | Compiling universal-hash v0.5.1 |
| 2484 | 2026-01-27T17:36:19.162Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2485 | 2026-01-27T17:36:19.227Z | Compiling derive-where v1.5.0 |
| 2486 | 2026-01-27T17:36:19.962Z | Compiling opaque-debug v0.3.1 |
| 2487 | 2026-01-27T17:36:20.102Z | Compiling poly1305 v0.8.0 |
| 2488 | 2026-01-27T17:36:20.817Z | Compiling progenitor v0.10.0 |
| 2489 | 2026-01-27T17:36:20.921Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2490 | 2026-01-27T17:36:21.093Z | Compiling argon2 v0.5.3 |
| 2491 | 2026-01-27T17:36:21.420Z | Compiling thiserror-no-std v2.0.2 |
| 2492 | 2026-01-27T17:36:21.495Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2493 | 2026-01-27T17:36:21.583Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2494 | 2026-01-27T17:36:21.943Z | Compiling chacha20 v0.9.1 |
| 2495 | 2026-01-27T17:36:22.007Z | Compiling aead v0.5.2 |
| 2496 | 2026-01-27T17:36:22.375Z | Compiling chacha20poly1305 v0.10.1 |
| 2497 | 2026-01-27T17:36:22.407Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2498 | 2026-01-27T17:36:22.701Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2499 | 2026-01-27T17:36:23.346Z | Compiling vsss-rs v3.3.4 |
| 2500 | 2026-01-27T17:36:23.450Z | Compiling console v0.15.10 |
| 2501 | 2026-01-27T17:36:24.275Z | Compiling newline-converter v0.3.0 |
| 2502 | 2026-01-27T17:36:24.522Z | Compiling atomicwrites v0.4.4 |
| 2503 | 2026-01-27T17:36:25.094Z | Compiling slog-dtrace v0.3.0 |
| 2504 | 2026-01-27T17:36:25.584Z | Compiling expectorate v1.2.0 |
| 2505 | 2026-01-27T17:36:26.003Z | Compiling cancel-safe-futures v0.1.5 |
| 2506 | 2026-01-27T17:36:26.278Z | Compiling owo-colors v4.2.2 |
| 2507 | 2026-01-27T17:36:26.948Z | Compiling resolv-conf v0.7.0 |
| 2508 | 2026-01-27T17:36:27.972Z | Compiling libsw-core v0.3.1 |
| 2509 | 2026-01-27T17:36:28.309Z | Compiling async-recursion v1.1.1 |
| 2510 | 2026-01-27T17:36:28.441Z | Compiling libsw v3.5.0 |
| 2511 | 2026-01-27T17:36:30.307Z | Compiling linear-map v1.2.0 |
| 2512 | 2026-01-27T17:36:30.775Z | Compiling linked-hash-map v0.5.6 |
| 2513 | 2026-01-27T17:36:31.251Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2514 | 2026-01-27T17:36:31.463Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2515 | 2026-01-27T17:36:32.143Z | Compiling lru-cache v0.1.2 |
| 2516 | 2026-01-27T17:36:32.417Z | Compiling unicode-xid v0.2.6 |
| 2517 | 2026-01-27T17:36:32.659Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2518 | 2026-01-27T17:36:34.528Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2519 | 2026-01-27T17:36:35.564Z | Compiling hickory-proto v0.24.4 |
| 2520 | 2026-01-27T17:36:37.167Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2521 | 2026-01-27T17:36:38.032Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2522 | 2026-01-27T17:36:38.648Z | Compiling globset v0.4.15 |
| 2523 | 2026-01-27T17:36:39.995Z | Compiling convert_case v0.7.1 |
| 2524 | 2026-01-27T17:36:40.751Z | Compiling derive_more-impl v2.0.1 |
| 2525 | 2026-01-27T17:36:42.439Z | Compiling hickory-resolver v0.24.4 |
| 2526 | 2026-01-27T17:36:43.503Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2527 | 2026-01-27T17:36:44.666Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2528 | 2026-01-27T17:36:47.522Z | Compiling qorb v0.4.1 |
| 2529 | 2026-01-27T17:36:49.508Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2530 | 2026-01-27T17:36:50.168Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2531 | 2026-01-27T17:36:52.086Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2532 | 2026-01-27T17:36:54.917Z | Compiling derive_more v2.0.1 |
| 2533 | 2026-01-27T17:36:55.076Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2534 | 2026-01-27T17:36:55.109Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2535 | 2026-01-27T17:36:55.369Z | Compiling pin-project-internal v1.1.6 |
| 2536 | 2026-01-27T17:36:55.524Z | Compiling vte_generate_state_changes v0.1.2 |
| 2537 | 2026-01-27T17:36:55.659Z | Compiling termtree v0.5.1 |
| 2538 | 2026-01-27T17:36:55.996Z | Compiling siphasher v1.0.1 |
| 2539 | 2026-01-27T17:36:56.147Z | Compiling vte v0.11.1 |
| 2540 | 2026-01-27T17:36:56.447Z | Compiling phf_shared v0.12.1 |
| 2541 | 2026-01-27T17:36:56.955Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2542 | 2026-01-27T17:36:57.629Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2543 | 2026-01-27T17:36:57.784Z | Compiling pin-project v1.1.6 |
| 2544 | 2026-01-27T17:36:57.976Z | Compiling crossterm v0.29.0 |
| 2545 | 2026-01-27T17:37:03.030Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2546 | 2026-01-27T17:37:05.296Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2547 | 2026-01-27T17:37:06.317Z | Compiling pem v3.0.5 |
| 2548 | 2026-01-27T17:37:07.794Z | Compiling csv-core v0.1.11 |
| 2549 | 2026-01-27T17:37:07.848Z | Compiling snafu-derive v0.8.5 |
| 2550 | 2026-01-27T17:37:08.654Z | Compiling chrono-tz v0.10.4 |
| 2551 | 2026-01-27T17:37:09.060Z | Compiling csv v1.3.1 |
| 2552 | 2026-01-27T17:37:09.798Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2553 | 2026-01-27T17:37:10.269Z | Compiling strip-ansi-escapes v0.2.0 |
| 2554 | 2026-01-27T17:37:11.038Z | Compiling phf v0.12.1 |
| 2555 | 2026-01-27T17:37:11.222Z | Compiling const_format_proc_macros v0.2.34 |
| 2556 | 2026-01-27T17:37:11.344Z | Compiling papergrid v0.11.0 |
| 2557 | 2026-01-27T17:37:11.413Z | Compiling tabled_derive v0.7.0 |
| 2558 | 2026-01-27T17:37:11.866Z | Compiling snafu v0.8.5 |
| 2559 | 2026-01-27T17:37:12.470Z | Compiling olpc-cjson v0.1.4 |
| 2560 | 2026-01-27T17:37:12.842Z | Compiling fd-lock v4.0.2 |
| 2561 | 2026-01-27T17:37:12.934Z | Compiling peg-macros v0.8.5 |
| 2562 | 2026-01-27T17:37:13.024Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2563 | 2026-01-27T17:37:13.108Z | Compiling serde_plain v1.0.2 |
| 2564 | 2026-01-27T17:37:13.344Z | Compiling highway v1.3.0 |
| 2565 | 2026-01-27T17:37:13.666Z | Compiling nu-ansi-term v0.50.1 |
| 2566 | 2026-01-27T17:37:13.976Z | Compiling typed-path v0.9.3 |
| 2567 | 2026-01-27T17:37:14.801Z | Compiling reedline v0.40.0 |
| 2568 | 2026-01-27T17:37:14.880Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2569 | 2026-01-27T17:37:15.058Z | Compiling tabled v0.15.0 |
| 2570 | 2026-01-27T17:37:15.873Z | Compiling peg v0.8.5 |
| 2571 | 2026-01-27T17:37:16.052Z | Compiling const_format v0.2.34 |
| 2572 | 2026-01-27T17:37:17.175Z | Compiling tough v0.20.0 |
| 2573 | 2026-01-27T17:37:20.681Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2574 | 2026-01-27T17:37:23.744Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2575 | 2026-01-27T17:37:28.355Z | Compiling bcs v0.1.6 |
| 2576 | 2026-01-27T17:37:29.125Z | Compiling base64 v0.21.7 |
| 2577 | 2026-01-27T17:37:29.171Z | Compiling semver v0.1.20 |
| 2578 | 2026-01-27T17:37:29.700Z | Compiling rustc_version v0.1.7 |
| 2579 | 2026-01-27T17:37:30.098Z | Compiling newtype_derive v0.1.6 |
| 2580 | 2026-01-27T17:37:30.190Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2581 | 2026-01-27T17:37:30.477Z | Compiling unicode-linebreak v0.1.5 |
| 2582 | 2026-01-27T17:37:30.585Z | Compiling humantime v2.2.0 |
| 2583 | 2026-01-27T17:37:31.503Z | Compiling smawk v0.3.2 |
| 2584 | 2026-01-27T17:37:31.833Z | Compiling textwrap v0.16.2 |
| 2585 | 2026-01-27T17:37:32.247Z | Compiling dropshot-api-manager-types v0.2.4 |
| 2586 | 2026-01-27T17:37:33.657Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2587 | 2026-01-27T17:37:33.749Z | Compiling steno v0.4.1 |
| 2588 | 2026-01-27T17:37:33.754Z | Compiling utf-8 v0.7.6 |
| 2589 | 2026-01-27T17:37:34.139Z | Compiling moka v0.12.10 |
| 2590 | 2026-01-27T17:37:34.543Z | Compiling tagptr v0.2.0 |
| 2591 | 2026-01-27T17:37:35.451Z | Compiling tungstenite v0.21.0 |
| 2592 | 2026-01-27T17:37:37.995Z | Compiling hickory-resolver v0.25.2 |
| 2593 | 2026-01-27T17:37:39.048Z | Compiling tokio-tungstenite v0.21.0 |
| 2594 | 2026-01-27T17:37:39.714Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2595 | 2026-01-27T17:37:39.974Z | Compiling radium v0.7.0 |
| 2596 | 2026-01-27T17:37:40.279Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2597 | 2026-01-27T17:37:40.492Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2598 | 2026-01-27T17:37:44.476Z | Compiling tap v1.0.1 |
| 2599 | 2026-01-27T17:37:44.726Z | Compiling maybe-uninit v2.0.0 |
| 2600 | 2026-01-27T17:37:45.347Z | Compiling wyz v0.5.1 |
| 2601 | 2026-01-27T17:37:46.463Z | Compiling zerocopy-derive v0.6.6 |
| 2602 | 2026-01-27T17:37:48.113Z | Compiling crc-catalog v2.4.0 |
| 2603 | 2026-01-27T17:37:48.206Z | Compiling display-error-chain v0.2.2 |
| 2604 | 2026-01-27T17:37:48.304Z | Compiling funty v2.0.0 |
| 2605 | 2026-01-27T17:37:48.487Z | Compiling packed_struct v0.10.1 |
| 2606 | 2026-01-27T17:37:49.015Z | Compiling crc v3.2.1 |
| 2607 | 2026-01-27T17:37:50.742Z | Compiling bitvec v1.0.1 |
| 2608 | 2026-01-27T17:37:50.915Z | Compiling zerocopy v0.6.6 |
| 2609 | 2026-01-27T17:37:51.906Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2610 | 2026-01-27T17:37:53.010Z | Compiling packed_struct_codegen v0.10.1 |
| 2611 | 2026-01-27T17:37:53.233Z | Compiling bitfield-macros v0.19.2 |
| 2612 | 2026-01-27T17:37:54.707Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2613 | 2026-01-27T17:37:55.073Z | Compiling indexmap v1.9.3 |
| 2614 | 2026-01-27T17:37:55.249Z | Compiling nodrop v0.1.14 |
| 2615 | 2026-01-27T17:37:55.421Z | Compiling array-init v0.0.4 |
| 2616 | 2026-01-27T17:37:55.460Z | Compiling proc-macro-error2 v2.0.1 |
| 2617 | 2026-01-27T17:37:55.935Z | Compiling bitfield v0.19.2 |
| 2618 | 2026-01-27T17:37:56.025Z | Compiling smallvec v0.6.14 |
| 2619 | 2026-01-27T17:37:56.461Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2620 | 2026-01-27T17:37:56.503Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2621 | 2026-01-27T17:37:56.659Z | Compiling hashbrown v0.12.3 |
| 2622 | 2026-01-27T17:37:58.158Z | Compiling serde-hex v0.1.0 |
| 2623 | 2026-01-27T17:37:58.949Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2624 | 2026-01-27T17:37:59.453Z | Compiling ron v0.8.1 |
| 2625 | 2026-01-27T17:37:59.687Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2626 | 2026-01-27T17:38:01.004Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2627 | 2026-01-27T17:38:03.193Z | Compiling hashbrown v0.13.2 |
| 2628 | 2026-01-27T17:38:03.415Z | Compiling vergen-gitcl v1.0.8 |
| 2629 | 2026-01-27T17:38:03.805Z | Compiling dirs-sys-next v0.1.2 |
| 2630 | 2026-01-27T17:38:04.287Z | Compiling maplit v1.0.2 |
| 2631 | 2026-01-27T17:38:04.457Z | Compiling crunchy v0.2.2 |
| 2632 | 2026-01-27T17:38:04.492Z | Compiling crc-any v2.5.0 |
| 2633 | 2026-01-27T17:38:04.915Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2634 | 2026-01-27T17:38:05.001Z | Compiling object v0.30.4 |
| 2635 | 2026-01-27T17:38:05.371Z | Compiling dirs-next v2.0.0 |
| 2636 | 2026-01-27T17:38:05.651Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2637 | 2026-01-27T17:38:07.071Z | Compiling dsl_auto_type v0.1.2 |
| 2638 | 2026-01-27T17:38:07.859Z | Compiling scheduled-thread-pool v0.2.7 |
| 2639 | 2026-01-27T17:38:08.250Z | Compiling num-derive v0.3.3 |
| 2640 | 2026-01-27T17:38:09.131Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2641 | 2026-01-27T17:38:09.547Z | Compiling path-slash v0.1.5 |
| 2642 | 2026-01-27T17:38:09.819Z | Compiling tiny-keccak v2.0.2 |
| 2643 | 2026-01-27T17:38:10.144Z | Compiling libscf-sys v1.1.0 |
| 2644 | 2026-01-27T17:38:10.184Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2645 | 2026-01-27T17:38:10.447Z | Compiling diesel_derives v2.2.3 |
| 2646 | 2026-01-27T17:38:19.889Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2647 | 2026-01-27T17:38:23.833Z | Compiling r2d2 v0.8.10 |
| 2648 | 2026-01-27T17:38:24.347Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2649 | 2026-01-27T17:38:28.214Z | Compiling term v0.7.0 |
| 2650 | 2026-01-27T17:38:29.252Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2651 | 2026-01-27T17:38:29.283Z | Compiling arc-swap v1.7.1 |
| 2652 | 2026-01-27T17:38:29.312Z | Compiling bit-vec v0.6.3 |
| 2653 | 2026-01-27T17:38:29.505Z | Compiling xshell-macros v0.2.7 |
| 2654 | 2026-01-27T17:38:29.667Z | Compiling bit-set v0.5.3 |
| 2655 | 2026-01-27T17:38:29.928Z | Compiling slog-scope v4.4.0 |
| 2656 | 2026-01-27T17:38:29.964Z | Compiling ascii-canvas v3.0.0 |
| 2657 | 2026-01-27T17:38:30.166Z | Compiling diesel v2.2.12 |
| 2658 | 2026-01-27T17:38:30.196Z | Compiling xshell v0.2.7 |
| 2659 | 2026-01-27T17:38:30.257Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2660 | 2026-01-27T17:38:30.399Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2661 | 2026-01-27T17:38:30.660Z | Compiling tabled_derive v0.11.0 |
| 2662 | 2026-01-27T17:38:30.752Z | Compiling papergrid v0.17.0 |
| 2663 | 2026-01-27T17:38:31.929Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2664 | 2026-01-27T17:38:32.757Z | Compiling testing_table v0.3.0 |
| 2665 | 2026-01-27T17:38:32.963Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2666 | 2026-01-27T17:38:33.014Z | Compiling ena v0.14.3 |
| 2667 | 2026-01-27T17:38:33.453Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2668 | 2026-01-27T17:38:33.570Z | Compiling bindgen v0.71.1 |
| 2669 | 2026-01-27T17:38:33.837Z | Compiling regex-syntax v0.6.29 |
| 2670 | 2026-01-27T17:38:34.069Z | Compiling unicase v2.8.1 |
| 2671 | 2026-01-27T17:38:34.666Z | Compiling diff v0.1.13 |
| 2672 | 2026-01-27T17:38:35.184Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2673 | 2026-01-27T17:38:36.270Z | Compiling tabled v0.20.0 |
| 2674 | 2026-01-27T17:38:38.401Z | Compiling lalrpop v0.19.12 |
| 2675 | 2026-01-27T17:38:43.897Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2676 | 2026-01-27T17:38:45.573Z | Compiling slog-stdlog v4.1.1 |
| 2677 | 2026-01-27T17:38:46.106Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2678 | 2026-01-27T17:38:46.506Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2679 | 2026-01-27T17:38:47.574Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2680 | 2026-01-27T17:38:47.976Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2681 | 2026-01-27T17:38:48.300Z | Compiling slog-envlogger v2.2.0 |
| 2682 | 2026-01-27T17:38:53.569Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2683 | 2026-01-27T17:38:53.675Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2684 | 2026-01-27T17:38:54.431Z | Compiling headers-core v0.3.0 |
| 2685 | 2026-01-27T17:38:54.464Z | Compiling libxml v0.3.3 |
| 2686 | 2026-01-27T17:38:54.499Z | Compiling crc8 v0.1.1 |
| 2687 | 2026-01-27T17:38:54.659Z | Compiling headers v0.4.1 |
| 2688 | 2026-01-27T17:38:54.947Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2689 | 2026-01-27T17:38:55.008Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2690 | 2026-01-27T17:38:55.375Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2691 | 2026-01-27T17:38:56.218Z | Compiling strum_macros v0.24.3 |
| 2692 | 2026-01-27T17:38:57.858Z | Compiling indoc v1.0.9 |
| 2693 | 2026-01-27T17:38:58.652Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2694 | 2026-01-27T17:38:58.838Z | Compiling polar-core v0.27.3 |
| 2695 | 2026-01-27T17:38:59.012Z | Compiling derive_builder v0.20.2 |
| 2696 | 2026-01-27T17:38:59.069Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2697 | 2026-01-27T17:38:59.241Z | Compiling oso-derive v0.27.3 |
| 2698 | 2026-01-27T17:39:00.176Z | Compiling quick-xml v0.37.2 |
| 2699 | 2026-01-27T17:39:02.544Z | Compiling half v1.8.3 |
| 2700 | 2026-01-27T17:39:02.912Z | Compiling samael v0.0.19 |
| 2701 | 2026-01-27T17:39:03.465Z | Compiling serde_cbor v0.11.2 |
| 2702 | 2026-01-27T17:39:04.625Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2703 | 2026-01-27T17:39:05.700Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf) |
| 2704 | 2026-01-27T17:39:05.974Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2705 | 2026-01-27T17:39:06.083Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2706 | 2026-01-27T17:39:10.263Z | Compiling diesel-dtrace v0.4.2 |
| 2707 | 2026-01-27T17:39:10.783Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf) |
| 2708 | 2026-01-27T17:39:15.038Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2709 | 2026-01-27T17:39:17.877Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2710 | 2026-01-27T17:39:18.241Z | Compiling bb8 v0.8.5 |
| 2711 | 2026-01-27T17:39:18.877Z | Compiling trait-variant v0.1.2 |
| 2712 | 2026-01-27T17:39:19.885Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2713 | 2026-01-27T17:39:20.094Z | Compiling async-bb8-diesel v0.2.1 |
| 2714 | 2026-01-27T17:39:20.927Z | Compiling oso v0.27.3 |
| 2715 | 2026-01-27T17:39:25.305Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2716 | 2026-01-27T17:39:29.878Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2717 | 2026-01-27T17:39:30.440Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2718 | 2026-01-27T17:39:33.426Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2719 | 2026-01-27T17:39:33.799Z | Compiling fxhash v0.2.1 |
| 2720 | 2026-01-27T17:39:34.063Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2721 | 2026-01-27T17:39:34.154Z | Compiling typify-impl v0.2.0 |
| 2722 | 2026-01-27T17:39:34.492Z | Compiling kstat-rs v0.2.4 |
| 2723 | 2026-01-27T17:39:35.408Z | Compiling libz-sys v1.1.20 |
| 2724 | 2026-01-27T17:39:36.102Z | Compiling nonempty v0.12.0 |
| 2725 | 2026-01-27T17:39:36.278Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2726 | 2026-01-27T17:39:37.014Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2727 | 2026-01-27T17:39:43.283Z | Compiling typify-macro v0.2.0 |
| 2728 | 2026-01-27T17:39:46.613Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2729 | 2026-01-27T17:39:54.549Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2730 | 2026-01-27T17:39:55.407Z | Compiling nanorand v0.7.0 |
| 2731 | 2026-01-27T17:39:56.128Z | Compiling fs-err v2.11.0 |
| 2732 | 2026-01-27T17:39:56.873Z | Compiling parking_lot_core v0.8.6 |
| 2733 | 2026-01-27T17:39:56.939Z | Compiling mime_guess v2.0.5 |
| 2734 | 2026-01-27T17:39:57.621Z | Compiling flume v0.11.1 |
| 2735 | 2026-01-27T17:39:58.427Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2736 | 2026-01-27T17:39:59.087Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 2737 | 2026-01-27T17:39:59.298Z | Compiling salty v0.3.0 |
| 2738 | 2026-01-27T17:40:00.749Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2739 | 2026-01-27T17:40:01.934Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2740 | 2026-01-27T17:40:05.848Z | Compiling tabled_derive v0.10.0 |
| 2741 | 2026-01-27T17:40:07.919Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2742 | 2026-01-27T17:40:14.692Z | Compiling ignore v0.4.23 |
| 2743 | 2026-01-27T17:40:15.555Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2744 | 2026-01-27T17:40:17.836Z | Compiling papergrid v0.14.0 |
| 2745 | 2026-01-27T17:40:21.276Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2746 | 2026-01-27T17:40:21.856Z | Compiling castaway v0.2.3 |
| 2747 | 2026-01-27T17:40:22.066Z | Compiling nibble_vec v0.1.0 |
| 2748 | 2026-01-27T17:40:22.354Z | Compiling atty v0.2.14 |
| 2749 | 2026-01-27T17:40:22.569Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2750 | 2026-01-27T17:40:22.949Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2751 | 2026-01-27T17:40:23.333Z | Compiling endian-type v0.1.2 |
| 2752 | 2026-01-27T17:40:23.622Z | Compiling http-range v0.1.5 |
| 2753 | 2026-01-27T17:40:24.250Z | Compiling parse-size v1.1.0 |
| 2754 | 2026-01-27T17:40:24.281Z | Compiling radix_trie v0.2.1 |
| 2755 | 2026-01-27T17:40:24.620Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2756 | 2026-01-27T17:40:25.187Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2757 | 2026-01-27T17:40:25.481Z | Compiling compact_str v0.8.0 |
| 2758 | 2026-01-27T17:40:27.867Z | Compiling tabled v0.18.0 |
| 2759 | 2026-01-27T17:40:30.042Z | Compiling globwalk v0.9.1 |
| 2760 | 2026-01-27T17:40:31.335Z | Compiling parking_lot v0.11.2 |
| 2761 | 2026-01-27T17:40:34.751Z | Compiling typify v0.2.0 |
| 2762 | 2026-01-27T17:40:34.937Z | Compiling predicates-tree v1.0.12 |
| 2763 | 2026-01-27T17:40:35.035Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2764 | 2026-01-27T17:40:35.766Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2765 | 2026-01-27T17:40:36.156Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2766 | 2026-01-27T17:40:39.202Z | Compiling unicode-truncate v1.1.0 |
| 2767 | 2026-01-27T17:40:42.369Z | Compiling primeorder v0.13.6 |
| 2768 | 2026-01-27T17:40:42.876Z | Compiling prefix-trie v0.7.0 |
| 2769 | 2026-01-27T17:40:42.907Z | Compiling lru v0.12.5 |
| 2770 | 2026-01-27T17:40:43.289Z | Compiling vergen-git2 v1.0.7 |
| 2771 | 2026-01-27T17:40:43.670Z | Compiling instability v0.3.2 |
| 2772 | 2026-01-27T17:40:43.801Z | Compiling indoc v2.0.6 |
| 2773 | 2026-01-27T17:40:44.624Z | Compiling cassowary v0.3.0 |
| 2774 | 2026-01-27T17:40:44.816Z | Compiling hickory-server v0.25.2 |
| 2775 | 2026-01-27T17:40:46.274Z | Compiling ratatui v0.29.0 |
| 2776 | 2026-01-27T17:40:48.062Z | Compiling p384 v0.13.1 |
| 2777 | 2026-01-27T17:40:50.114Z | Compiling git2 v0.20.2 |
| 2778 | 2026-01-27T17:40:53.672Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19) |
| 2779 | 2026-01-27T17:40:55.188Z | Compiling camino-tempfile-ext v0.3.2 |
| 2780 | 2026-01-27T17:40:56.481Z | Compiling progenitor-impl v0.8.0 |
| 2781 | 2026-01-27T17:40:56.589Z | Compiling hyper-staticfile v0.10.1 |
| 2782 | 2026-01-27T17:40:58.051Z | Compiling sled v0.34.7 |
| 2783 | 2026-01-27T17:40:59.608Z | Compiling hickory-client v0.25.2 |
| 2784 | 2026-01-27T17:41:01.492Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2785 | 2026-01-27T17:41:02.014Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2786 | 2026-01-27T17:41:02.752Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2787 | 2026-01-27T17:41:03.083Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2788 | 2026-01-27T17:41:03.504Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2789 | 2026-01-27T17:41:08.819Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2790 | 2026-01-27T17:41:10.552Z | Compiling rand_seeder v0.4.0 |
| 2791 | 2026-01-27T17:41:10.698Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19) |
| 2792 | 2026-01-27T17:41:10.981Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=9122d6eb288dc88bfdbcd98cc93cb02cc8c89f96#9122d6eb) |
| 2793 | 2026-01-27T17:41:11.409Z | Compiling lzma-sys v0.1.20 |
| 2794 | 2026-01-27T17:41:11.570Z | Compiling corncobs v0.1.4 |
| 2795 | 2026-01-27T17:41:11.988Z | Compiling rustls v0.21.12 |
| 2796 | 2026-01-27T17:41:12.165Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19) |
| 2797 | 2026-01-27T17:41:12.446Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2798 | 2026-01-27T17:41:12.770Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2799 | 2026-01-27T17:41:13.530Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2800 | 2026-01-27T17:41:14.550Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2801 | 2026-01-27T17:41:24.603Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2802 | 2026-01-27T17:41:28.569Z | Compiling progenitor-macro v0.8.0 |
| 2803 | 2026-01-27T17:41:31.102Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2804 | 2026-01-27T17:41:35.533Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19) |
| 2805 | 2026-01-27T17:41:38.915Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2806 | 2026-01-27T17:41:45.985Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2807 | 2026-01-27T17:41:47.432Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2808 | 2026-01-27T17:41:49.704Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2809 | 2026-01-27T17:41:50.114Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2810 | 2026-01-27T17:41:50.503Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2811 | 2026-01-27T17:41:50.884Z | Compiling progenitor-client v0.8.0 |
| 2812 | 2026-01-27T17:41:51.816Z | Compiling sct v0.7.1 |
| 2813 | 2026-01-27T17:41:52.296Z | Compiling rustls-webpki v0.101.7 |
| 2814 | 2026-01-27T17:41:52.793Z | Compiling heck v0.3.3 |
| 2815 | 2026-01-27T17:41:53.148Z | Compiling secrecy v0.8.0 |
| 2816 | 2026-01-27T17:41:53.490Z | Compiling void v1.0.2 |
| 2817 | 2026-01-27T17:41:53.714Z | Compiling lzss v0.8.2 |
| 2818 | 2026-01-27T17:42:00.613Z | Compiling zone_cfg_derive v0.1.2 |
| 2819 | 2026-01-27T17:42:01.375Z | Compiling progenitor v0.8.0 |
| 2820 | 2026-01-27T17:42:01.751Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2821 | 2026-01-27T17:42:02.016Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2822 | 2026-01-27T17:42:03.368Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2823 | 2026-01-27T17:42:04.080Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2824 | 2026-01-27T17:42:06.340Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2825 | 2026-01-27T17:42:06.413Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2826 | 2026-01-27T17:42:06.781Z | Compiling tungstenite v0.23.0 |
| 2827 | 2026-01-27T17:42:12.126Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2828 | 2026-01-27T17:42:12.504Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2829 | 2026-01-27T17:42:12.881Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2830 | 2026-01-27T17:42:13.255Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2831 | 2026-01-27T17:42:13.639Z | Compiling nix v0.27.1 |
| 2832 | 2026-01-27T17:42:15.179Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2833 | 2026-01-27T17:42:15.377Z | Compiling serde_bytes v0.11.19 |
| 2834 | 2026-01-27T17:42:15.878Z | Compiling base64 v0.13.1 |
| 2835 | 2026-01-27T17:42:15.935Z | Compiling number_prefix v0.4.0 |
| 2836 | 2026-01-27T17:42:16.250Z | Compiling indicatif v0.17.11 |
| 2837 | 2026-01-27T17:42:16.392Z | Compiling ron v0.7.1 |
| 2838 | 2026-01-27T17:42:16.664Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2839 | 2026-01-27T17:42:20.051Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2840 | 2026-01-27T17:42:21.299Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2841 | 2026-01-27T17:42:22.223Z | Compiling tokio-tungstenite v0.23.1 |
| 2842 | 2026-01-27T17:42:22.523Z | Compiling xz2 v0.1.7 |
| 2843 | 2026-01-27T17:42:22.848Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2844 | 2026-01-27T17:42:27.314Z | Compiling zone v0.1.8 |
| 2845 | 2026-01-27T17:42:40.706Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2846 | 2026-01-27T17:42:42.471Z | Compiling tokio-rustls v0.24.1 |
| 2847 | 2026-01-27T17:42:42.970Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2848 | 2026-01-27T17:42:43.374Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2849 | 2026-01-27T17:42:47.898Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2850 | 2026-01-27T17:42:51.510Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2851 | 2026-01-27T17:42:55.836Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2852 | 2026-01-27T17:42:57.767Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2853 | 2026-01-27T17:42:59.269Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2854 | 2026-01-27T17:42:59.567Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2855 | 2026-01-27T17:43:06.773Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2856 | 2026-01-27T17:43:13.839Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2857 | 2026-01-27T17:43:15.714Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2858 | 2026-01-27T17:43:22.553Z | Compiling rustls-pemfile v1.0.4 |
| 2859 | 2026-01-27T17:43:23.378Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2860 | 2026-01-27T17:43:24.891Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2861 | 2026-01-27T17:43:26.353Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2862 | 2026-01-27T17:43:26.387Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2863 | 2026-01-27T17:43:26.727Z | Compiling signal-hook-tokio v0.3.1 |
| 2864 | 2026-01-27T17:43:27.005Z | Compiling twox-hash v2.1.0 |
| 2865 | 2026-01-27T17:43:27.960Z | Compiling yasna v0.5.2 |
| 2866 | 2026-01-27T17:43:27.993Z | Compiling is_ci v1.2.0 |
| 2867 | 2026-01-27T17:43:28.334Z | Compiling supports-color v3.0.2 |
| 2868 | 2026-01-27T17:43:30.937Z | Compiling rcgen v0.12.1 |
| 2869 | 2026-01-27T17:43:31.289Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2870 | 2026-01-27T17:43:39.159Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2871 | 2026-01-27T17:43:39.533Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2872 | 2026-01-27T17:43:41.957Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2873 | 2026-01-27T17:43:56.532Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2874 | 2026-01-27T17:44:11.110Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2875 | 2026-01-27T17:44:13.688Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2876 | 2026-01-27T17:44:22.126Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2877 | 2026-01-27T17:44:27.474Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2878 | 2026-01-27T17:44:34.946Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2879 | 2026-01-27T17:44:40.590Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2880 | 2026-01-27T17:44:40.951Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2881 | 2026-01-27T17:44:41.339Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2882 | 2026-01-27T17:44:41.666Z | Compiling fatfs v0.3.6 |
| 2883 | 2026-01-27T17:44:44.017Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2884 | 2026-01-27T17:44:44.451Z | Compiling rtoolbox v0.0.2 |
| 2885 | 2026-01-27T17:44:44.916Z | Compiling subprocess v0.2.9 |
| 2886 | 2026-01-27T17:44:44.974Z | Compiling seq-macro v0.3.6 |
| 2887 | 2026-01-27T17:44:45.971Z | Compiling assert_matches v1.5.0 |
| 2888 | 2026-01-27T17:44:46.134Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2889 | 2026-01-27T17:44:52.864Z | Compiling rpassword v7.4.0 |
| 2890 | 2026-01-27T17:44:53.485Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2891 | 2026-01-27T17:44:57.347Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2892 | 2026-01-27T17:45:02.793Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2893 | 2026-01-27T17:45:02.999Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2894 | 2026-01-27T17:45:24.820Z | Compiling tui-tree-widget v0.23.1 |
| 2895 | 2026-01-27T17:45:25.318Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2896 | 2026-01-27T17:45:32.481Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2897 | 2026-01-27T17:45:33.422Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2898 | 2026-01-27T17:45:36.054Z | Compiling uzers v0.12.1 |
| 2899 | 2026-01-27T17:45:39.181Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2900 | 2026-01-27T17:45:39.213Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2901 | 2026-01-27T17:45:50.104Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2902 | 2026-01-27T17:46:01.645Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2903 | 2026-01-27T17:46:18.734Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2904 | 2026-01-27T17:46:20.798Z | Compiling support-bundle-viewer v0.1.2 |
| 2905 | 2026-01-27T17:46:22.485Z | Compiling multimap v0.10.1 |
| 2906 | 2026-01-27T17:48:43.022Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2907 | 2026-01-27T17:48:44.769Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2908 | 2026-01-27T17:58:30.395Z | Finished `release` profile [optimized] target(s) in 22m 27s |
| 2909 | 2026-01-27T17:59:28.469Z | |
| 2910 | 2026-01-27T17:59:28.472Z | real 23:26.892394908 |
| 2911 | 2026-01-27T17:59:28.472Z | user 2:49:01.983157666 |
| 2912 | 2026-01-27T17:59:28.472Z | sys 4:31.667654073 |
| 2913 | 2026-01-27T17:59:28.472Z | trap 3.990712569 |
| 2914 | 2026-01-27T17:59:28.472Z | tflt 2.138728039 |
| 2915 | 2026-01-27T17:59:28.472Z | dflt 6.535217027 |
| 2916 | 2026-01-27T17:59:28.472Z | kflt 0.031261942 |
| 2917 | 2026-01-27T17:59:28.472Z | lock 11:30:38.289645841 |
| 2918 | 2026-01-27T17:59:28.472Z | slp 8:24:21.639651737 |
| 2919 | 2026-01-27T17:59:28.472Z | lat 4:38.413713402 |
| 2920 | 2026-01-27T17:59:28.472Z | stop 4:16.903971221 |
| 2921 | 2026-01-27T17:59:28.472Z | + mapfile -t packages |
| 2922 | 2026-01-27T17:59:28.472Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2923 | 2026-01-27T17:59:29.732Z | Finished `release` profile [optimized] target(s) in 1.19s |
| 2924 | 2026-01-27T17:59:29.790Z | Running `target/release/omicron-package -t test list-outputs` |
| 2925 | 2026-01-27T17:59:29.836Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2926 | 2026-01-27T17:59:29.839Z | + ptime -m cargo build --locked --release -p xtask |
| 2927 | 2026-01-27T17:59:30.592Z | Compiling serde_core v1.0.228 |
| 2928 | 2026-01-27T17:59:30.592Z | Compiling syn v2.0.111 |
| 2929 | 2026-01-27T17:59:30.595Z | Compiling serde v1.0.228 |
| 2930 | 2026-01-27T17:59:30.595Z | Compiling bitflags v2.9.4 |
| 2931 | 2026-01-27T17:59:30.595Z | Compiling libc v0.2.180 |
| 2932 | 2026-01-27T17:59:30.595Z | Compiling serde_json v1.0.149 |
| 2933 | 2026-01-27T17:59:30.595Z | Compiling num-traits v0.2.19 |
| 2934 | 2026-01-27T17:59:30.720Z | Compiling rustix v0.38.37 |
| 2935 | 2026-01-27T17:59:31.154Z | Compiling hashbrown v0.16.1 |
| 2936 | 2026-01-27T17:59:31.311Z | Compiling smallvec v1.15.1 |
| 2937 | 2026-01-27T17:59:31.501Z | Compiling usdt-impl v0.5.0 |
| 2938 | 2026-01-27T17:59:31.526Z | Compiling syn v1.0.109 |
| 2939 | 2026-01-27T17:59:32.157Z | Compiling getrandom v0.3.4 |
| 2940 | 2026-01-27T17:59:32.361Z | Compiling thread-id v4.2.2 |
| 2941 | 2026-01-27T17:59:32.509Z | Compiling indexmap v2.12.1 |
| 2942 | 2026-01-27T17:59:32.622Z | Compiling rustix v1.1.3 |
| 2943 | 2026-01-27T17:59:32.754Z | Compiling log v0.4.29 |
| 2944 | 2026-01-27T17:59:33.233Z | Compiling percent-encoding v2.3.2 |
| 2945 | 2026-01-27T17:59:33.667Z | Compiling form_urlencoded v1.2.2 |
| 2946 | 2026-01-27T17:59:33.763Z | Compiling ordered-float v2.10.1 |
| 2947 | 2026-01-27T17:59:33.874Z | Compiling terminal_size v0.4.0 |
| 2948 | 2026-01-27T17:59:34.377Z | Compiling fs-err v3.1.1 |
| 2949 | 2026-01-27T17:59:34.511Z | Compiling heck v0.4.1 |
| 2950 | 2026-01-27T17:59:34.764Z | Compiling anyhow v1.0.99 |
| 2951 | 2026-01-27T17:59:34.917Z | Compiling once_cell v1.21.3 |
| 2952 | 2026-01-27T17:59:35.384Z | Compiling clap_builder v4.5.48 |
| 2953 | 2026-01-27T17:59:36.024Z | Compiling tempfile v3.24.0 |
| 2954 | 2026-01-27T17:59:37.421Z | Compiling synstructure v0.13.1 |
| 2955 | 2026-01-27T17:59:37.694Z | Compiling proc-macro-error v1.0.4 |
| 2956 | 2026-01-27T17:59:38.049Z | Compiling textwrap v0.16.2 |
| 2957 | 2026-01-27T17:59:38.211Z | Compiling camino-tempfile v1.4.1 |
| 2958 | 2026-01-27T17:59:38.812Z | Compiling tabled_derive v0.7.0 |
| 2959 | 2026-01-27T17:59:40.035Z | Compiling serde_derive v1.0.228 |
| 2960 | 2026-01-27T17:59:40.099Z | Compiling thiserror-impl v2.0.17 |
| 2961 | 2026-01-27T17:59:40.115Z | Compiling zerofrom-derive v0.1.4 |
| 2962 | 2026-01-27T17:59:40.118Z | Compiling yoke-derive v0.7.4 |
| 2963 | 2026-01-27T17:59:40.176Z | Compiling zerovec-derive v0.10.3 |
| 2964 | 2026-01-27T17:59:40.653Z | Compiling displaydoc v0.2.5 |
| 2965 | 2026-01-27T17:59:42.096Z | Compiling thiserror-impl v1.0.69 |
| 2966 | 2026-01-27T17:59:42.325Z | Compiling icu_provider_macros v1.5.0 |
| 2967 | 2026-01-27T17:59:42.416Z | Compiling zerocopy-derive v0.7.35 |
| 2968 | 2026-01-27T17:59:42.779Z | Compiling zerofrom v0.1.4 |
| 2969 | 2026-01-27T17:59:42.828Z | Compiling thiserror v2.0.17 |
| 2970 | 2026-01-27T17:59:43.030Z | Compiling yoke v0.7.4 |
| 2971 | 2026-01-27T17:59:43.052Z | Compiling pest v2.8.2 |
| 2972 | 2026-01-27T17:59:43.413Z | Compiling zerovec v0.10.4 |
| 2973 | 2026-01-27T17:59:43.526Z | Compiling scroll_derive v0.12.0 |
| 2974 | 2026-01-27T17:59:44.148Z | Compiling zerocopy v0.7.35 |
| 2975 | 2026-01-27T17:59:44.514Z | Compiling thiserror v1.0.69 |
| 2976 | 2026-01-27T17:59:44.810Z | Compiling scroll v0.12.0 |
| 2977 | 2026-01-27T17:59:45.478Z | Compiling tinystr v0.7.6 |
| 2978 | 2026-01-27T17:59:45.529Z | Compiling icu_collections v1.5.0 |
| 2979 | 2026-01-27T17:59:45.941Z | Compiling icu_locid v1.5.0 |
| 2980 | 2026-01-27T17:59:45.977Z | Compiling pest_meta v2.8.2 |
| 2981 | 2026-01-27T17:59:46.423Z | Compiling goblin v0.8.2 |
| 2982 | 2026-01-27T17:59:48.030Z | Compiling pest_generator v2.8.2 |
| 2983 | 2026-01-27T17:59:48.124Z | Compiling icu_provider v1.5.0 |
| 2984 | 2026-01-27T17:59:49.414Z | Compiling icu_locid_transform v1.5.0 |
| 2985 | 2026-01-27T17:59:49.664Z | Compiling pest_derive v2.8.2 |
| 2986 | 2026-01-27T17:59:50.397Z | Compiling serde_spanned v0.6.9 |
| 2987 | 2026-01-27T17:59:50.502Z | Compiling toml_datetime v0.6.11 |
| 2988 | 2026-01-27T17:59:50.700Z | Compiling dtrace-parser v0.2.0 |
| 2989 | 2026-01-27T17:59:51.341Z | Compiling icu_properties v1.5.1 |
| 2990 | 2026-01-27T17:59:51.552Z | Compiling dof v0.3.0 |
| 2991 | 2026-01-27T17:59:52.201Z | Compiling toml_edit v0.22.27 |
| 2992 | 2026-01-27T17:59:53.286Z | Compiling serde_tokenstream v0.2.2 |
| 2993 | 2026-01-27T17:59:53.665Z | Compiling erased-serde v0.4.6 |
| 2994 | 2026-01-27T17:59:55.149Z | Compiling icu_normalizer v1.5.0 |
| 2995 | 2026-01-27T17:59:55.205Z | Compiling serde-untagged v0.1.7 |
| 2996 | 2026-01-27T17:59:57.372Z | Compiling idna_adapter v1.2.0 |
| 2997 | 2026-01-27T17:59:57.644Z | Compiling idna v1.0.3 |
| 2998 | 2026-01-27T17:59:59.319Z | Compiling toml v0.8.23 |
| 2999 | 2026-01-27T17:59:59.476Z | Compiling url v2.5.4 |
| 3000 | 2026-01-27T18:00:00.196Z | Compiling serde-value v0.7.0 |
| 3001 | 2026-01-27T18:00:01.783Z | Compiling cargo-util-schemas v0.8.2 |
| 3002 | 2026-01-27T18:00:02.656Z | Compiling usdt-macro v0.5.0 |
| 3003 | 2026-01-27T18:00:03.870Z | Compiling usdt-attr-macro v0.5.0 |
| 3004 | 2026-01-27T18:00:04.653Z | Compiling cargo-platform v0.2.0 |
| 3005 | 2026-01-27T18:00:04.906Z | Compiling clap_derive v4.5.47 |
| 3006 | 2026-01-27T18:00:05.189Z | Compiling usdt v0.5.0 |
| 3007 | 2026-01-27T18:00:05.838Z | Compiling cargo_metadata v0.21.0 |
| 3008 | 2026-01-27T18:00:06.543Z | Compiling cargo_toml v0.21.0 |
| 3009 | 2026-01-27T18:00:07.202Z | Compiling macaddr v1.0.1 |
| 3010 | 2026-01-27T18:00:07.800Z | Compiling tabled v0.15.0 |
| 3011 | 2026-01-27T18:00:08.854Z | Compiling clap v4.5.48 |
| 3012 | 2026-01-27T18:00:19.012Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3013 | 2026-01-27T18:00:24.727Z | Finished `release` profile [optimized] target(s) in 54.82s |
| 3014 | 2026-01-27T18:00:24.867Z | |
| 3015 | 2026-01-27T18:00:24.867Z | real 54.997528031 |
| 3016 | 2026-01-27T18:00:24.868Z | user 6:04.995772540 |
| 3017 | 2026-01-27T18:00:24.868Z | sys 28.167233397 |
| 3018 | 2026-01-27T18:00:24.868Z | trap 0.187830423 |
| 3019 | 2026-01-27T18:00:24.868Z | tflt 0.270618349 |
| 3020 | 2026-01-27T18:00:24.870Z | dflt 0.431210701 |
| 3021 | 2026-01-27T18:00:24.870Z | kflt 0.000030421 |
| 3022 | 2026-01-27T18:00:24.870Z | lock 17:30.762658877 |
| 3023 | 2026-01-27T18:00:24.870Z | slp 20:05.722486030 |
| 3024 | 2026-01-27T18:00:24.870Z | lat 25.139161273 |
| 3025 | 2026-01-27T18:00:24.870Z | stop 35.150358857 |
| 3026 | 2026-01-27T18:00:24.871Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3027 | 2026-01-27T18:00:24.871Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3028 | 2026-01-27T18:00:24.871Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3029 | 2026-01-27T18:00:24.871Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3030 | 2026-01-27T18:00:24.871Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3031 | 2026-01-27T18:00:26.165Z | Compiling regress v0.10.4 |
| 3032 | 2026-01-27T18:00:26.168Z | Compiling unsafe-libyaml v0.2.11 |
| 3033 | 2026-01-27T18:00:26.168Z | Compiling match_cfg v0.1.0 |
| 3034 | 2026-01-27T18:00:26.168Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3035 | 2026-01-27T18:00:26.373Z | Compiling structmeta-derive v0.3.0 |
| 3036 | 2026-01-27T18:00:26.376Z | Compiling rustls v0.22.4 |
| 3037 | 2026-01-27T18:00:26.389Z | Compiling newtype-uuid-macros v0.1.0 |
| 3038 | 2026-01-27T18:00:26.392Z | Compiling multer v3.1.0 |
| 3039 | 2026-01-27T18:00:26.453Z | Compiling hostname v0.3.1 |
| 3040 | 2026-01-27T18:00:26.698Z | Compiling debug-ignore v1.0.5 |
| 3041 | 2026-01-27T18:00:26.854Z | Compiling toml_parser v1.0.4 |
| 3042 | 2026-01-27T18:00:26.881Z | Compiling progenitor-client v0.10.0 |
| 3043 | 2026-01-27T18:00:26.906Z | Compiling slog-json v2.6.1 |
| 3044 | 2026-01-27T18:00:27.285Z | Compiling async-stream-impl v0.3.6 |
| 3045 | 2026-01-27T18:00:27.451Z | Compiling serde_spanned v1.0.3 |
| 3046 | 2026-01-27T18:00:27.743Z | Compiling serde_yaml v0.9.34+deprecated |
| 3047 | 2026-01-27T18:00:28.008Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3048 | 2026-01-27T18:00:28.049Z | Compiling toml_datetime v0.7.3 |
| 3049 | 2026-01-27T18:00:28.269Z | Compiling dropshot v0.16.6 |
| 3050 | 2026-01-27T18:00:28.555Z | Compiling toml_writer v1.0.4 |
| 3051 | 2026-01-27T18:00:28.620Z | Compiling async-stream v0.3.6 |
| 3052 | 2026-01-27T18:00:28.717Z | Compiling structmeta v0.3.0 |
| 3053 | 2026-01-27T18:00:28.743Z | Compiling slog-bunyan v2.5.0 |
| 3054 | 2026-01-27T18:00:28.932Z | Compiling toml v0.9.8 |
| 3055 | 2026-01-27T18:00:28.998Z | Compiling waitgroup v0.1.2 |
| 3056 | 2026-01-27T18:00:29.138Z | Compiling rustls-pemfile v2.2.0 |
| 3057 | 2026-01-27T18:00:29.245Z | Compiling dropshot_endpoint v0.16.6 |
| 3058 | 2026-01-27T18:00:29.463Z | Compiling itertools v0.14.0 |
| 3059 | 2026-01-27T18:00:29.498Z | Compiling serde_path_to_error v0.1.20 |
| 3060 | 2026-01-27T18:00:29.953Z | Compiling typify-impl v0.4.3 |
| 3061 | 2026-01-27T18:00:30.283Z | Compiling hostname v0.4.2 |
| 3062 | 2026-01-27T18:00:30.547Z | Compiling derive-ex v0.1.8 |
| 3063 | 2026-01-27T18:00:31.239Z | Compiling tokio-rustls v0.25.0 |
| 3064 | 2026-01-27T18:00:31.702Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 3065 | 2026-01-27T18:00:31.943Z | Compiling macaddr v1.0.1 |
| 3066 | 2026-01-27T18:00:32.172Z | Compiling tabwriter v1.4.0 |
| 3067 | 2026-01-27T18:00:32.410Z | Compiling instant v0.1.13 |
| 3068 | 2026-01-27T18:00:32.487Z | Compiling progenitor-client v0.11.2 |
| 3069 | 2026-01-27T18:00:32.601Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3070 | 2026-01-27T18:00:32.624Z | Compiling parse-display-derive v0.10.0 |
| 3071 | 2026-01-27T18:00:33.054Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 3072 | 2026-01-27T18:00:33.373Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3073 | 2026-01-27T18:00:33.603Z | Compiling colored v3.0.0 |
| 3074 | 2026-01-27T18:00:33.739Z | Compiling backoff v0.4.0 |
| 3075 | 2026-01-27T18:00:33.987Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3076 | 2026-01-27T18:00:34.129Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3077 | 2026-01-27T18:00:34.346Z | Compiling proc-macro-crate v1.3.1 |
| 3078 | 2026-01-27T18:00:34.626Z | Compiling test-strategy v0.4.3 |
| 3079 | 2026-01-27T18:00:34.764Z | Compiling crucible-workspace-hack v0.1.0 |
| 3080 | 2026-01-27T18:00:34.885Z | Compiling proc-macro-error v1.0.4 |
| 3081 | 2026-01-27T18:00:35.157Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3082 | 2026-01-27T18:00:35.237Z | Compiling num_enum_derive v0.5.11 |
| 3083 | 2026-01-27T18:00:35.520Z | Compiling heapless v0.8.0 |
| 3084 | 2026-01-27T18:00:35.749Z | Compiling ingot-macros v0.1.1 |
| 3085 | 2026-01-27T18:00:36.191Z | Compiling hash32 v0.3.1 |
| 3086 | 2026-01-27T18:00:36.461Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3087 | 2026-01-27T18:00:36.482Z | Compiling smoltcp v0.11.0 |
| 3088 | 2026-01-27T18:00:36.485Z | Compiling parse-display v0.10.0 |
| 3089 | 2026-01-27T18:00:37.114Z | Compiling foreign-types-macros v0.2.3 |
| 3090 | 2026-01-27T18:00:37.214Z | Compiling cobs v0.2.3 |
| 3091 | 2026-01-27T18:00:37.526Z | Compiling foreign-types-shared v0.3.1 |
| 3092 | 2026-01-27T18:00:37.560Z | Compiling num_enum v0.5.11 |
| 3093 | 2026-01-27T18:00:37.690Z | Compiling postcard v1.0.10 |
| 3094 | 2026-01-27T18:00:38.049Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3095 | 2026-01-27T18:00:38.267Z | Compiling nix v0.30.1 |
| 3096 | 2026-01-27T18:00:38.358Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3097 | 2026-01-27T18:00:38.420Z | Compiling foreign-types v0.5.0 |
| 3098 | 2026-01-27T18:00:38.569Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 3099 | 2026-01-27T18:00:39.194Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 3100 | 2026-01-27T18:00:39.222Z | Compiling cstr-argument v0.1.2 |
| 3101 | 2026-01-27T18:00:39.225Z | Compiling pretty-hex v0.2.1 |
| 3102 | 2026-01-27T18:00:39.269Z | Compiling rayon-core v1.12.1 |
| 3103 | 2026-01-27T18:00:39.441Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 3104 | 2026-01-27T18:00:39.512Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3105 | 2026-01-27T18:00:39.652Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3106 | 2026-01-27T18:00:39.676Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3107 | 2026-01-27T18:00:39.876Z | Compiling crossbeam-deque v0.8.5 |
| 3108 | 2026-01-27T18:00:39.900Z | Compiling colored v2.2.0 |
| 3109 | 2026-01-27T18:00:39.991Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 3110 | 2026-01-27T18:00:40.889Z | Compiling camino-tempfile v1.4.1 |
| 3111 | 2026-01-27T18:00:41.411Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3112 | 2026-01-27T18:00:41.497Z | Compiling typify-macro v0.4.3 |
| 3113 | 2026-01-27T18:00:41.818Z | Compiling rayon v1.10.0 |
| 3114 | 2026-01-27T18:00:42.017Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3115 | 2026-01-27T18:00:42.080Z | Compiling zone_cfg_derive v0.3.0 |
| 3116 | 2026-01-27T18:00:42.412Z | Compiling ingot-types v0.1.2 |
| 3117 | 2026-01-27T18:00:42.682Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3118 | 2026-01-27T18:00:43.121Z | Compiling smf v0.2.3 |
| 3119 | 2026-01-27T18:00:43.255Z | Compiling ingot v0.1.1 |
| 3120 | 2026-01-27T18:00:43.313Z | Compiling num-derive v0.4.2 |
| 3121 | 2026-01-27T18:00:43.487Z | Compiling sigpipe v0.1.3 |
| 3122 | 2026-01-27T18:00:43.648Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3123 | 2026-01-27T18:00:44.057Z | Compiling zone v0.3.1 |
| 3124 | 2026-01-27T18:00:44.341Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3125 | 2026-01-27T18:00:44.779Z | Compiling toml v0.8.23 |
| 3126 | 2026-01-27T18:00:44.899Z | Compiling convert_case v0.4.0 |
| 3127 | 2026-01-27T18:00:45.393Z | Compiling typify v0.4.3 |
| 3128 | 2026-01-27T18:00:45.490Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3129 | 2026-01-27T18:00:45.602Z | Compiling progenitor-impl v0.11.2 |
| 3130 | 2026-01-27T18:00:45.651Z | Compiling universal-hash v0.5.1 |
| 3131 | 2026-01-27T18:00:45.686Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3132 | 2026-01-27T18:00:45.912Z | Compiling derive_more v0.99.20 |
| 3133 | 2026-01-27T18:00:45.994Z | Compiling opaque-debug v0.3.1 |
| 3134 | 2026-01-27T18:00:46.130Z | Compiling secrecy v0.10.3 |
| 3135 | 2026-01-27T18:00:46.280Z | Compiling progenitor-impl v0.10.0 |
| 3136 | 2026-01-27T18:00:46.343Z | Compiling aead v0.5.2 |
| 3137 | 2026-01-27T18:00:46.397Z | Compiling half v2.4.1 |
| 3138 | 2026-01-27T18:00:46.452Z | Compiling ciborium-io v0.2.2 |
| 3139 | 2026-01-27T18:00:46.636Z | Compiling poly1305 v0.8.0 |
| 3140 | 2026-01-27T18:00:46.742Z | Compiling chacha20 v0.9.1 |
| 3141 | 2026-01-27T18:00:46.987Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 3142 | 2026-01-27T18:00:47.018Z | Compiling ciborium-ll v0.2.2 |
| 3143 | 2026-01-27T18:00:47.147Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3144 | 2026-01-27T18:00:47.273Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3145 | 2026-01-27T18:00:47.455Z | Compiling ciborium v0.2.2 |
| 3146 | 2026-01-27T18:00:47.969Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3147 | 2026-01-27T18:00:48.286Z | Compiling num-rational v0.4.2 |
| 3148 | 2026-01-27T18:00:48.310Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3149 | 2026-01-27T18:00:48.314Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3150 | 2026-01-27T18:00:48.782Z | Compiling num-complex v0.4.6 |
| 3151 | 2026-01-27T18:00:48.980Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3152 | 2026-01-27T18:00:49.722Z | Compiling num v0.4.3 |
| 3153 | 2026-01-27T18:00:49.796Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3154 | 2026-01-27T18:00:49.864Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3155 | 2026-01-27T18:00:50.189Z | Compiling password-hash v0.5.0 |
| 3156 | 2026-01-27T18:00:50.580Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 3157 | 2026-01-27T18:00:51.024Z | Compiling thiserror-no-std v2.0.2 |
| 3158 | 2026-01-27T18:00:51.126Z | Compiling blake2 v0.10.6 |
| 3159 | 2026-01-27T18:00:51.215Z | Compiling float-ord v0.3.2 |
| 3160 | 2026-01-27T18:00:51.449Z | Compiling indent_write v2.2.0 |
| 3161 | 2026-01-27T18:00:51.725Z | Compiling argon2 v0.5.3 |
| 3162 | 2026-01-27T18:00:52.241Z | Compiling vsss-rs v3.3.4 |
| 3163 | 2026-01-27T18:00:52.406Z | Compiling progenitor-macro v0.11.2 |
| 3164 | 2026-01-27T18:00:52.782Z | Compiling chacha20poly1305 v0.10.1 |
| 3165 | 2026-01-27T18:00:52.786Z | Compiling progenitor-macro v0.10.0 |
| 3166 | 2026-01-27T18:00:53.064Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 3167 | 2026-01-27T18:00:53.357Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3168 | 2026-01-27T18:00:53.860Z | Compiling gethostname v0.5.0 |
| 3169 | 2026-01-27T18:00:54.004Z | Compiling usdt-macro v0.5.0 |
| 3170 | 2026-01-27T18:00:54.088Z | Compiling usdt-attr-macro v0.5.0 |
| 3171 | 2026-01-27T18:00:54.562Z | Compiling derive-where v1.5.0 |
| 3172 | 2026-01-27T18:00:54.699Z | Compiling owo-colors v4.2.2 |
| 3173 | 2026-01-27T18:00:55.136Z | Compiling cancel-safe-futures v0.1.5 |
| 3174 | 2026-01-27T18:00:55.487Z | Compiling console v0.15.10 |
| 3175 | 2026-01-27T18:00:55.510Z | Compiling resolv-conf v0.7.0 |
| 3176 | 2026-01-27T18:00:55.607Z | Compiling libsw-core v0.3.1 |
| 3177 | 2026-01-27T18:00:55.701Z | Compiling usdt v0.5.0 |
| 3178 | 2026-01-27T18:00:55.917Z | Compiling libsw v3.5.0 |
| 3179 | 2026-01-27T18:00:56.301Z | Compiling async-recursion v1.1.1 |
| 3180 | 2026-01-27T18:00:56.510Z | Compiling libefi-sys v0.1.0 |
| 3181 | 2026-01-27T18:00:56.785Z | Compiling linear-map v1.2.0 |
| 3182 | 2026-01-27T18:00:56.827Z | Compiling hickory-proto v0.24.4 |
| 3183 | 2026-01-27T18:00:56.917Z | Compiling newline-converter v0.3.0 |
| 3184 | 2026-01-27T18:00:57.118Z | Compiling atomicwrites v0.4.4 |
| 3185 | 2026-01-27T18:00:57.143Z | Compiling bitfield-struct v0.6.2 |
| 3186 | 2026-01-27T18:00:57.509Z | Compiling linked-hash-map v0.5.6 |
| 3187 | 2026-01-27T18:00:57.615Z | Compiling semver v0.1.20 |
| 3188 | 2026-01-27T18:00:57.808Z | Compiling expectorate v1.2.0 |
| 3189 | 2026-01-27T18:00:57.904Z | Compiling lru-cache v0.1.2 |
| 3190 | 2026-01-27T18:00:58.110Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3191 | 2026-01-27T18:00:58.148Z | Compiling rustc_version v0.1.7 |
| 3192 | 2026-01-27T18:00:58.317Z | Compiling slog-dtrace v0.3.0 |
| 3193 | 2026-01-27T18:00:58.530Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3194 | 2026-01-27T18:00:58.602Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3195 | 2026-01-27T18:00:58.632Z | Compiling siphasher v1.0.1 |
| 3196 | 2026-01-27T18:00:58.760Z | Compiling newtype_derive v0.1.6 |
| 3197 | 2026-01-27T18:00:58.817Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3198 | 2026-01-27T18:00:59.057Z | Compiling phf_shared v0.12.1 |
| 3199 | 2026-01-27T18:00:59.157Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3200 | 2026-01-27T18:00:59.197Z | Compiling tokio-dtrace v0.1.0 |
| 3201 | 2026-01-27T18:00:59.244Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3202 | 2026-01-27T18:00:59.416Z | Compiling dropshot-api-manager-types v0.2.4 |
| 3203 | 2026-01-27T18:00:59.639Z | Compiling pin-project-internal v1.1.6 |
| 3204 | 2026-01-27T18:01:00.005Z | Compiling csv-core v0.1.11 |
| 3205 | 2026-01-27T18:01:00.052Z | Compiling base64 v0.21.7 |
| 3206 | 2026-01-27T18:01:00.347Z | Compiling xshell-macros v0.2.7 |
| 3207 | 2026-01-27T18:01:00.547Z | Compiling chrono-tz v0.10.4 |
| 3208 | 2026-01-27T18:01:00.695Z | Compiling csv v1.3.1 |
| 3209 | 2026-01-27T18:01:00.954Z | Compiling const_format_proc_macros v0.2.34 |
| 3210 | 2026-01-27T18:01:01.150Z | Compiling xshell v0.2.7 |
| 3211 | 2026-01-27T18:01:01.845Z | Compiling hickory-resolver v0.24.4 |
| 3212 | 2026-01-27T18:01:01.977Z | Compiling oxide-tokio-rt v0.1.2 |
| 3213 | 2026-01-27T18:01:02.321Z | Compiling phf v0.12.1 |
| 3214 | 2026-01-27T18:01:02.349Z | Compiling pin-project v1.1.6 |
| 3215 | 2026-01-27T18:01:02.546Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3216 | 2026-01-27T18:01:02.617Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3217 | 2026-01-27T18:01:02.885Z | Compiling pem v3.0.5 |
| 3218 | 2026-01-27T18:01:03.053Z | Compiling snafu-derive v0.8.5 |
| 3219 | 2026-01-27T18:01:03.569Z | Compiling same-file v1.0.6 |
| 3220 | 2026-01-27T18:01:03.683Z | Compiling highway v1.3.0 |
| 3221 | 2026-01-27T18:01:03.871Z | Compiling walkdir v2.5.0 |
| 3222 | 2026-01-27T18:01:04.417Z | Compiling qorb v0.4.1 |
| 3223 | 2026-01-27T18:01:04.540Z | Compiling const_format v0.2.34 |
| 3224 | 2026-01-27T18:01:04.699Z | Compiling progenitor v0.11.2 |
| 3225 | 2026-01-27T18:01:04.973Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 3226 | 2026-01-27T18:01:05.143Z | Compiling progenitor v0.10.0 |
| 3227 | 2026-01-27T18:01:05.325Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3228 | 2026-01-27T18:01:05.414Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3229 | 2026-01-27T18:01:07.115Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3230 | 2026-01-27T18:01:07.352Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3231 | 2026-01-27T18:01:07.468Z | Compiling tabled_derive v0.7.0 |
| 3232 | 2026-01-27T18:01:07.669Z | Compiling snafu v0.8.5 |
| 3233 | 2026-01-27T18:01:07.712Z | Compiling globset v0.4.15 |
| 3234 | 2026-01-27T18:01:08.228Z | Compiling olpc-cjson v0.1.4 |
| 3235 | 2026-01-27T18:01:08.404Z | Compiling primeorder v0.13.6 |
| 3236 | 2026-01-27T18:01:08.554Z | Compiling bcs v0.1.6 |
| 3237 | 2026-01-27T18:01:08.579Z | Compiling serde_plain v1.0.2 |
| 3238 | 2026-01-27T18:01:08.936Z | Compiling radium v0.7.0 |
| 3239 | 2026-01-27T18:01:08.973Z | Compiling termtree v0.5.1 |
| 3240 | 2026-01-27T18:01:08.999Z | Compiling typed-path v0.9.3 |
| 3241 | 2026-01-27T18:01:09.199Z | Compiling utf-8 v0.7.6 |
| 3242 | 2026-01-27T18:01:09.226Z | Compiling textwrap v0.16.2 |
| 3243 | 2026-01-27T18:01:09.271Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3244 | 2026-01-27T18:01:09.475Z | Compiling tungstenite v0.21.0 |
| 3245 | 2026-01-27T18:01:09.524Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3246 | 2026-01-27T18:01:09.596Z | Compiling tabled v0.15.0 |
| 3247 | 2026-01-27T18:01:09.896Z | Compiling steno v0.4.1 |
| 3248 | 2026-01-27T18:01:10.220Z | Compiling typify-impl v0.2.0 |
| 3249 | 2026-01-27T18:01:11.467Z | Compiling tough v0.20.0 |
| 3250 | 2026-01-27T18:01:11.966Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3251 | 2026-01-27T18:01:14.398Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3252 | 2026-01-27T18:01:14.648Z | Compiling maybe-uninit v2.0.0 |
| 3253 | 2026-01-27T18:01:15.217Z | Compiling tap v1.0.1 |
| 3254 | 2026-01-27T18:01:15.301Z | Compiling humantime v2.2.0 |
| 3255 | 2026-01-27T18:01:15.437Z | Compiling moka v0.12.10 |
| 3256 | 2026-01-27T18:01:15.827Z | Compiling wyz v0.5.1 |
| 3257 | 2026-01-27T18:01:15.937Z | Compiling tokio-tungstenite v0.21.0 |
| 3258 | 2026-01-27T18:01:15.990Z | Compiling arc-swap v1.7.1 |
| 3259 | 2026-01-27T18:01:16.253Z | Compiling salty v0.3.0 |
| 3260 | 2026-01-27T18:01:16.310Z | Compiling packed_struct v0.10.1 |
| 3261 | 2026-01-27T18:01:16.438Z | Compiling tagptr v0.2.0 |
| 3262 | 2026-01-27T18:01:16.574Z | Compiling funty v2.0.0 |
| 3263 | 2026-01-27T18:01:16.606Z | Compiling slog-scope v4.4.0 |
| 3264 | 2026-01-27T18:01:16.870Z | Compiling p384 v0.13.1 |
| 3265 | 2026-01-27T18:01:16.916Z | Compiling polyval v0.6.2 |
| 3266 | 2026-01-27T18:01:17.077Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3267 | 2026-01-27T18:01:17.365Z | Compiling packed_struct_codegen v0.10.1 |
| 3268 | 2026-01-27T18:01:17.758Z | Compiling bitvec v1.0.1 |
| 3269 | 2026-01-27T18:01:18.158Z | Compiling bitfield-macros v0.19.2 |
| 3270 | 2026-01-27T18:01:18.183Z | Compiling zerocopy-derive v0.6.6 |
| 3271 | 2026-01-27T18:01:18.518Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3272 | 2026-01-27T18:01:19.358Z | Compiling indexmap v1.9.3 |
| 3273 | 2026-01-27T18:01:19.708Z | Compiling nodrop v0.1.14 |
| 3274 | 2026-01-27T18:01:19.733Z | Compiling parking_lot_core v0.8.6 |
| 3275 | 2026-01-27T18:01:19.848Z | Compiling crc-catalog v2.4.0 |
| 3276 | 2026-01-27T18:01:19.878Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3277 | 2026-01-27T18:01:20.031Z | Compiling crc v3.2.1 |
| 3278 | 2026-01-27T18:01:20.056Z | Compiling zerocopy v0.6.6 |
| 3279 | 2026-01-27T18:01:20.270Z | Compiling array-init v0.0.4 |
| 3280 | 2026-01-27T18:01:20.329Z | Compiling bitfield v0.19.2 |
| 3281 | 2026-01-27T18:01:20.752Z | Compiling proc-macro-error2 v2.0.1 |
| 3282 | 2026-01-27T18:01:20.788Z | Compiling hickory-resolver v0.25.2 |
| 3283 | 2026-01-27T18:01:20.814Z | Compiling ghash v0.5.1 |
| 3284 | 2026-01-27T18:01:20.814Z | Compiling smallvec v0.6.14 |
| 3285 | 2026-01-27T18:01:21.057Z | Compiling slog-stdlog v4.1.1 |
| 3286 | 2026-01-27T18:01:21.313Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3287 | 2026-01-27T18:01:21.362Z | Compiling typify-macro v0.2.0 |
| 3288 | 2026-01-27T18:01:21.365Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3289 | 2026-01-27T18:01:21.523Z | Compiling ctr v0.9.2 |
| 3290 | 2026-01-27T18:01:21.942Z | Compiling num-derive v0.3.3 |
| 3291 | 2026-01-27T18:01:22.239Z | Compiling lzma-sys v0.1.20 |
| 3292 | 2026-01-27T18:01:22.264Z | Compiling unicase v2.8.1 |
| 3293 | 2026-01-27T18:01:22.707Z | Compiling hashbrown v0.12.3 |
| 3294 | 2026-01-27T18:01:23.027Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3295 | 2026-01-27T18:01:23.457Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19) |
| 3296 | 2026-01-27T18:01:24.067Z | Compiling libscf-sys v1.1.0 |
| 3297 | 2026-01-27T18:01:24.381Z | Compiling mime_guess v2.0.5 |
| 3298 | 2026-01-27T18:01:24.579Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 3299 | 2026-01-27T18:01:24.582Z | Compiling aes-gcm v0.10.3 |
| 3300 | 2026-01-27T18:01:24.892Z | Compiling tabled_derive v0.11.0 |
| 3301 | 2026-01-27T18:01:24.933Z | Compiling slog-envlogger v2.2.0 |
| 3302 | 2026-01-27T18:01:25.197Z | Compiling typify v0.2.0 |
| 3303 | 2026-01-27T18:01:25.246Z | Compiling serde-hex v0.1.0 |
| 3304 | 2026-01-27T18:01:25.549Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3305 | 2026-01-27T18:01:25.682Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3306 | 2026-01-27T18:01:25.990Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3307 | 2026-01-27T18:01:26.770Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3308 | 2026-01-27T18:01:26.867Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3309 | 2026-01-27T18:01:27.624Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3310 | 2026-01-27T18:01:27.827Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3311 | 2026-01-27T18:01:29.725Z | Compiling progenitor-impl v0.8.0 |
| 3312 | 2026-01-27T18:01:29.904Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3313 | 2026-01-27T18:01:30.353Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3314 | 2026-01-27T18:01:31.381Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3315 | 2026-01-27T18:01:31.600Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3316 | 2026-01-27T18:01:33.313Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3317 | 2026-01-27T18:01:33.588Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3318 | 2026-01-27T18:01:34.072Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3319 | 2026-01-27T18:01:34.219Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3320 | 2026-01-27T18:01:34.274Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3321 | 2026-01-27T18:01:34.908Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3322 | 2026-01-27T18:01:35.921Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3323 | 2026-01-27T18:01:36.143Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3324 | 2026-01-27T18:01:36.294Z | Compiling progenitor-macro v0.8.0 |
| 3325 | 2026-01-27T18:01:37.222Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3326 | 2026-01-27T18:01:37.564Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3327 | 2026-01-27T18:01:37.589Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3328 | 2026-01-27T18:01:38.154Z | Compiling ron v0.8.1 |
| 3329 | 2026-01-27T18:01:38.537Z | Compiling papergrid v0.17.0 |
| 3330 | 2026-01-27T18:01:39.586Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3331 | 2026-01-27T18:01:40.348Z | Compiling testing_table v0.3.0 |
| 3332 | 2026-01-27T18:01:40.667Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3333 | 2026-01-27T18:01:41.814Z | Compiling hashbrown v0.13.2 |
| 3334 | 2026-01-27T18:01:41.893Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3335 | 2026-01-27T18:01:42.479Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3336 | 2026-01-27T18:01:42.536Z | Compiling heck v0.3.3 |
| 3337 | 2026-01-27T18:01:42.930Z | Compiling progenitor-client v0.8.0 |
| 3338 | 2026-01-27T18:01:42.953Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=9122d6eb288dc88bfdbcd98cc93cb02cc8c89f96#9122d6eb) |
| 3339 | 2026-01-27T18:01:43.370Z | Compiling ssh-encoding v0.2.0 |
| 3340 | 2026-01-27T18:01:43.448Z | Compiling blowfish v0.9.1 |
| 3341 | 2026-01-27T18:01:43.476Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19) |
| 3342 | 2026-01-27T18:01:43.878Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3343 | 2026-01-27T18:01:43.939Z | Compiling nibble_vec v0.1.0 |
| 3344 | 2026-01-27T18:01:44.151Z | Compiling crc-any v2.5.0 |
| 3345 | 2026-01-27T18:01:44.207Z | Compiling endian-type v0.1.2 |
| 3346 | 2026-01-27T18:01:44.265Z | Compiling corncobs v0.1.4 |
| 3347 | 2026-01-27T18:01:44.475Z | Compiling radix_trie v0.2.1 |
| 3348 | 2026-01-27T18:01:44.606Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 3349 | 2026-01-27T18:01:44.665Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19) |
| 3350 | 2026-01-27T18:01:44.718Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3351 | 2026-01-27T18:01:45.201Z | Compiling ssh-cipher v0.2.0 |
| 3352 | 2026-01-27T18:01:45.505Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3353 | 2026-01-27T18:01:46.249Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3354 | 2026-01-27T18:01:46.682Z | Compiling zone_cfg_derive v0.1.2 |
| 3355 | 2026-01-27T18:01:46.744Z | Compiling object v0.30.4 |
| 3356 | 2026-01-27T18:01:48.100Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3357 | 2026-01-27T18:01:48.491Z | Compiling tabled v0.20.0 |
| 3358 | 2026-01-27T18:01:48.754Z | Compiling progenitor v0.8.0 |
| 3359 | 2026-01-27T18:01:49.018Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3360 | 2026-01-27T18:01:49.643Z | Compiling parking_lot v0.11.2 |
| 3361 | 2026-01-27T18:01:50.537Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19) |
| 3362 | 2026-01-27T18:01:52.728Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3363 | 2026-01-27T18:01:54.440Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3364 | 2026-01-27T18:01:54.777Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3365 | 2026-01-27T18:01:55.443Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3366 | 2026-01-27T18:01:55.473Z | Compiling prefix-trie v0.7.0 |
| 3367 | 2026-01-27T18:01:55.525Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3368 | 2026-01-27T18:01:55.879Z | Compiling password-hash v0.4.2 |
| 3369 | 2026-01-27T18:01:56.131Z | Compiling fxhash v0.2.1 |
| 3370 | 2026-01-27T18:01:56.304Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3371 | 2026-01-27T18:01:56.390Z | Compiling secrecy v0.8.0 |
| 3372 | 2026-01-27T18:01:56.711Z | Compiling http-range v0.1.5 |
| 3373 | 2026-01-27T18:01:56.766Z | Compiling half v1.8.3 |
| 3374 | 2026-01-27T18:01:57.072Z | Compiling base64 v0.13.1 |
| 3375 | 2026-01-27T18:01:57.384Z | Compiling number_prefix v0.4.0 |
| 3376 | 2026-01-27T18:01:57.646Z | Compiling path-slash v0.1.5 |
| 3377 | 2026-01-27T18:01:57.675Z | Compiling indicatif v0.17.11 |
| 3378 | 2026-01-27T18:01:57.909Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3379 | 2026-01-27T18:01:58.775Z | Compiling ron v0.7.1 |
| 3380 | 2026-01-27T18:01:59.012Z | Compiling serde_cbor v0.11.2 |
| 3381 | 2026-01-27T18:02:00.401Z | Compiling pbkdf2 v0.11.0 |
| 3382 | 2026-01-27T18:02:00.797Z | Compiling sled v0.34.7 |
| 3383 | 2026-01-27T18:02:00.800Z | Compiling hickory-server v0.25.2 |
| 3384 | 2026-01-27T18:02:01.418Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3385 | 2026-01-27T18:02:01.946Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3386 | 2026-01-27T18:02:02.046Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf) |
| 3387 | 2026-01-27T18:02:02.080Z | Compiling xz2 v0.1.7 |
| 3388 | 2026-01-27T18:02:03.449Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3389 | 2026-01-27T18:02:05.018Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3390 | 2026-01-27T18:02:05.193Z | Compiling zone v0.1.8 |
| 3391 | 2026-01-27T18:02:06.283Z | Compiling ssh-key v0.6.6 |
| 3392 | 2026-01-27T18:02:06.569Z | Compiling hickory-client v0.25.2 |
| 3393 | 2026-01-27T18:02:06.853Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3394 | 2026-01-27T18:02:07.247Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3395 | 2026-01-27T18:02:07.286Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3396 | 2026-01-27T18:02:08.355Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3397 | 2026-01-27T18:02:08.848Z | Compiling p256 v0.13.2 |
| 3398 | 2026-01-27T18:02:09.669Z | Compiling p521 v0.13.3 |
| 3399 | 2026-01-27T18:02:09.797Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 3400 | 2026-01-27T18:02:10.006Z | Compiling yasna v0.5.2 |
| 3401 | 2026-01-27T18:02:10.224Z | Compiling headers-core v0.3.0 |
| 3402 | 2026-01-27T18:02:10.448Z | Compiling kstat-rs v0.2.4 |
| 3403 | 2026-01-27T18:02:10.770Z | Compiling nanorand v0.7.0 |
| 3404 | 2026-01-27T18:02:11.032Z | Compiling russh-cryptovec v0.7.3 |
| 3405 | 2026-01-27T18:02:11.337Z | Compiling atty v0.2.14 |
| 3406 | 2026-01-27T18:02:11.426Z | Compiling md5 v0.7.0 |
| 3407 | 2026-01-27T18:02:11.466Z | Compiling crc8 v0.1.1 |
| 3408 | 2026-01-27T18:02:11.531Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3409 | 2026-01-27T18:02:11.564Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3410 | 2026-01-27T18:02:11.678Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf) |
| 3411 | 2026-01-27T18:02:11.699Z | Compiling flume v0.11.1 |
| 3412 | 2026-01-27T18:02:11.808Z | Compiling russh-keys v0.45.0 |
| 3413 | 2026-01-27T18:02:11.962Z | Compiling rcgen v0.12.1 |
| 3414 | 2026-01-27T18:02:12.323Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3415 | 2026-01-27T18:02:12.480Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3416 | 2026-01-27T18:02:13.343Z | Compiling headers v0.4.1 |
| 3417 | 2026-01-27T18:02:13.969Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3418 | 2026-01-27T18:02:15.044Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3419 | 2026-01-27T18:02:15.252Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3420 | 2026-01-27T18:02:17.956Z | Compiling hyper-staticfile v0.10.1 |
| 3421 | 2026-01-27T18:02:19.033Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3422 | 2026-01-27T18:02:19.724Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3423 | 2026-01-27T18:02:21.136Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3424 | 2026-01-27T18:02:22.695Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3425 | 2026-01-27T18:02:23.033Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3426 | 2026-01-27T18:02:23.215Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3427 | 2026-01-27T18:02:24.045Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3428 | 2026-01-27T18:02:25.053Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3429 | 2026-01-27T18:02:26.013Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3430 | 2026-01-27T18:02:26.679Z | Compiling num-bigint v0.4.6 |
| 3431 | 2026-01-27T18:02:27.501Z | Compiling des v0.8.1 |
| 3432 | 2026-01-27T18:02:27.815Z | Compiling subprocess v0.2.9 |
| 3433 | 2026-01-27T18:02:27.854Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3434 | 2026-01-27T18:02:28.725Z | Compiling hex-literal v0.4.1 |
| 3435 | 2026-01-27T18:02:28.757Z | Compiling display-error-chain v0.2.2 |
| 3436 | 2026-01-27T18:02:28.919Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3437 | 2026-01-27T18:02:28.999Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3438 | 2026-01-27T18:02:29.427Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3439 | 2026-01-27T18:02:29.940Z | Compiling russh v0.45.0 |
| 3440 | 2026-01-27T18:02:31.577Z | Compiling internet-checksum v0.2.1 |
| 3441 | 2026-01-27T18:02:31.767Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3442 | 2026-01-27T18:02:31.843Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3443 | 2026-01-27T18:02:32.291Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3444 | 2026-01-27T18:02:36.038Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3445 | 2026-01-27T18:02:36.072Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3446 | 2026-01-27T18:02:37.011Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3447 | 2026-01-27T18:02:48.713Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3448 | 2026-01-27T18:03:19.376Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3449 | 2026-01-27T18:03:48.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 23s |
| 3450 | 2026-01-27T18:03:48.453Z | |
| 3451 | 2026-01-27T18:03:48.453Z | real 3:23.533587378 |
| 3452 | 2026-01-27T18:03:48.453Z | user 18:31.939060284 |
| 3453 | 2026-01-27T18:03:48.453Z | sys 2:29.633496265 |
| 3454 | 2026-01-27T18:03:48.453Z | trap 0.513634098 |
| 3455 | 2026-01-27T18:03:48.453Z | tflt 0.273721715 |
| 3456 | 2026-01-27T18:03:48.453Z | dflt 1.164769148 |
| 3457 | 2026-01-27T18:03:48.457Z | kflt 0.000034831 |
| 3458 | 2026-01-27T18:03:48.457Z | lock 50:33.271986238 |
| 3459 | 2026-01-27T18:03:48.457Z | slp 1:07:03.344293475 |
| 3460 | 2026-01-27T18:03:48.457Z | lat 1:02.291218167 |
| 3461 | 2026-01-27T18:03:48.457Z | stop 2:34.664402182 |
| 3462 | 2026-01-27T18:03:48.457Z | + mkdir tests |
| 3463 | 2026-01-27T18:03:48.460Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3464 | 2026-01-27T18:03:48.461Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3465 | 2026-01-27T18:03:48.502Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f2ad5aa15980201e tests/ |
| 3466 | 2026-01-27T18:03:48.536Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-c981018e03f80c47 tests/ |
| 3467 | 2026-01-27T18:03:48.572Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-fb7d1a15e71504d0 tests/ |
| 3468 | 2026-01-27T18:03:48.606Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-9f815cb5ea53e3b6 tests/ |
| 3469 | 2026-01-27T18:03:48.964Z | + 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/*) |
| 3470 | 2026-01-27T18:03:48.968Z | + 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-c981018e03f80c47 tests/commtest-fb7d1a15e71504d0 tests/dhcp_server-f2ad5aa15980201e tests/end_to_end_tests-9f815cb5ea53e3b6 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 |
| 3471 | 2026-01-27T18:05:34.274Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3472 | 2026-01-27T18:05:34.274Z | a .github/buildomat/ci-env.sh 1K |
| 3473 | 2026-01-27T18:05:34.274Z | a out/target/test 1K |
| 3474 | 2026-01-27T18:05:34.274Z | a out/npuzone/npuzone 27402K |
| 3475 | 2026-01-27T18:05:34.274Z | a package-manifest.toml 35K |
| 3476 | 2026-01-27T18:05:34.274Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3477 | 2026-01-27T18:05:34.274Z | a target/release/omicron-package 42881K |
| 3478 | 2026-01-27T18:05:34.274Z | a target/release/xtask 11475K |
| 3479 | 2026-01-27T18:05:34.274Z | a target/debug/bootstrap 319939K |
| 3480 | 2026-01-27T18:05:34.275Z | a tests/bootstrap-c981018e03f80c47 31133K |
| 3481 | 2026-01-27T18:05:34.275Z | a tests/commtest-fb7d1a15e71504d0 31433K |
| 3482 | 2026-01-27T18:05:34.275Z | a tests/dhcp_server-f2ad5aa15980201e 31133K |
| 3483 | 2026-01-27T18:05:34.275Z | a tests/end_to_end_tests-9f815cb5ea53e3b6 364266K |
| 3484 | 2026-01-27T18:05:34.275Z | a out/clickhouse.tar.gz 317206K |
| 3485 | 2026-01-27T18:05:34.275Z | a out/clickhouse_keeper.tar.gz 300216K |
| 3486 | 2026-01-27T18:05:34.275Z | a out/clickhouse_server.tar.gz 317206K |
| 3487 | 2026-01-27T18:05:34.275Z | a out/cockroachdb.tar.gz 164724K |
| 3488 | 2026-01-27T18:05:34.275Z | a out/crucible-pantry-zone.tar.gz 41365K |
| 3489 | 2026-01-27T18:05:34.275Z | a out/crucible-utils.tar 17744K |
| 3490 | 2026-01-27T18:05:34.275Z | a out/crucible-zone.tar.gz 55503K |
| 3491 | 2026-01-27T18:05:34.275Z | a out/external-dns.tar.gz 47545K |
| 3492 | 2026-01-27T18:05:34.275Z | a out/internal-dns.tar.gz 47544K |
| 3493 | 2026-01-27T18:05:34.275Z | a out/mg-ddm-gz.tar 84156K |
| 3494 | 2026-01-27T18:05:34.275Z | a out/nexus.tar.gz 207512K |
| 3495 | 2026-01-27T18:05:34.275Z | a out/ntp.tar.gz 28681K |
| 3496 | 2026-01-27T18:05:34.275Z | a out/omicron-gateway-softnpu.tar.gz 30103K |
| 3497 | 2026-01-27T18:05:34.275Z | a out/omicron-sled-agent.tar 192586K |
| 3498 | 2026-01-27T18:05:34.275Z | a out/overlay.tar.gz 3K |
| 3499 | 2026-01-27T18:05:34.275Z | a out/oximeter.tar.gz 63321K |
| 3500 | 2026-01-27T18:05:34.275Z | a out/oxlog.tar 3946K |
| 3501 | 2026-01-27T18:05:34.275Z | a out/probe.tar.gz 3037K |
| 3502 | 2026-01-27T18:05:34.275Z | a out/propolis-server.tar.gz 74630K |
| 3503 | 2026-01-27T18:05:34.275Z | a out/pumpkind-gz.tar 26647K |
| 3504 | 2026-01-27T18:05:34.275Z | a out/switch-softnpu.tar.gz 373384K |
| 3505 | 2026-01-27T18:05:34.278Z | |
| 3506 | 2026-01-27T18:05:34.278Z | real 1:45.309203672 |
| 3507 | 2026-01-27T18:05:34.278Z | user 1:40.979056503 |
| 3508 | 2026-01-27T18:05:34.278Z | sys 6.334980011 |
| 3509 | 2026-01-27T18:05:34.278Z | trap 0.022600422 |
| 3510 | 2026-01-27T18:05:34.278Z | tflt 0.000000000 |
| 3511 | 2026-01-27T18:05:34.278Z | dflt 0.000000000 |
| 3512 | 2026-01-27T18:05:34.278Z | kflt 0.000000000 |
| 3513 | 2026-01-27T18:05:34.278Z | lock 0.000000000 |
| 3514 | 2026-01-27T18:05:34.279Z | slp 1:40.606310966 |
| 3515 | 2026-01-27T18:05:34.279Z | lat 2.670256710 |
| 3516 | 2026-01-27T18:05:34.279Z | stop 0.000514671 |
| 3517 | 2026-01-27T18:05:34.279Z | process exited: duration 2465565 ms, exit code 0 |
| |
| 3518 | 2026-01-27T18:05:34.296Z | found 1 output files |
| 3519 | 2026-01-27T18:05:34.297Z | uploading: /work/package.tar.gz (2396643785 bytes) |
| 3520 | 2026-01-27T18:06:12.131Z | uploaded: /work/package.tar.gz |