|  |  |  | 
| 1 | 2025-02-21T04:33:04.645Z | job assigned to worker 01JMKCDS3T1J9D8FSXDS7GV1RD [factory aws, i-0addac24dd5c2a6a2] (queued for 1 m 7 s) | 
|  | 
| 2 | 2025-02-21T04:33:12.365Z | starting task 0: "setup" | 
| 3 | 2025-02-21T04:33:12.372Z | ++ uname -s | 
| 4 | 2025-02-21T04:33:12.375Z | + kern=SunOS | 
| 5 | 2025-02-21T04:33:12.375Z | + build_user=build | 
| 6 | 2025-02-21T04:33:12.375Z | + build_uid=12345 | 
| 7 | 2025-02-21T04:33:12.375Z | + work_dir=/work | 
| 8 | 2025-02-21T04:33:12.375Z | + input_dir=/input | 
| 9 | 2025-02-21T04:33:12.375Z | + [[ 0 == 12345 ]] | 
| 10 | 2025-02-21T04:33:12.375Z | + case "$kern" in | 
| 11 | 2025-02-21T04:33:12.375Z | + groupadd -g 12345 build | 
| 12 | 2025-02-21T04:33:12.377Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build | 
| 13 | 2025-02-21T04:33:14.386Z | + zfs create -o mountpoint=/work rpool/work | 
| 14 | 2025-02-21T04:33:14.506Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab | 
| 15 | 2025-02-21T04:33:14.509Z | + home_fs=zfs | 
| 16 | 2025-02-21T04:33:14.509Z | + [[ zfs == autofs ]] | 
| 17 | 2025-02-21T04:33:14.509Z | + mkdir -p /home/build | 
| 18 | 2025-02-21T04:33:14.511Z | + chown build:build /home/build /work | 
| 19 | 2025-02-21T04:33:16.514Z | + chmod 0700 /home/build /work | 
| 20 | 2025-02-21T04:33:16.518Z | process exited: duration 4150 ms, exit code 0 | 
|  | 
| 21 | 2025-02-21T04:33:16.523Z | starting task 1: "rust-toolchain" | 
| 22 | 2025-02-21T04:33:16.529Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 | 
| 23 | 2025-02-21T04:33:16.529Z | * rust toolchain channel = "1.85.0" | 
| 24 | 2025-02-21T04:33:16.529Z | * rust toolchain profile = "default" | 
| 25 | 2025-02-21T04:33:16.529Z | + printf ' * rust toolchain profile = "%s"\n' default | 
| 26 | 2025-02-21T04:33:16.529Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true | 
| 27 | 2025-02-21T04:33:16.529Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true | 
| 28 | 2025-02-21T04:33:16.531Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs | 
| 29 | 2025-02-21T04:33:16.531Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default | 
| 30 | 2025-02-21T04:33:16.648Z | info: downloading installer | 
| 31 | 2025-02-21T04:33:18.652Z | warning: it looks like you have an existing installation of Rust at: | 
| 32 | 2025-02-21T04:33:18.652Z | warning: /opt/ooce/bin | 
| 33 | 2025-02-21T04:33:18.652Z | warning: It is recommended that rustup be the primary Rust installation. | 
| 34 | 2025-02-21T04:33:18.652Z | warning: Otherwise you may have confusion unless you are careful with your PATH | 
| 35 | 2025-02-21T04:33:18.652Z | warning: If you are sure that you want both rustup and your already installed Rust | 
| 36 | 2025-02-21T04:33:18.652Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes | 
| 37 | 2025-02-21T04:33:18.652Z | warning: or pass `-y' to ignore all ignorable checks. | 
| 38 | 2025-02-21T04:33:18.652Z | error: cannot install while Rust is installed | 
| 39 | 2025-02-21T04:33:18.652Z | warning: continuing (because the -y flag is set and the error is ignorable) | 
| 40 | 2025-02-21T04:33:18.668Z | info: profile set to 'default' | 
| 41 | 2025-02-21T04:33:18.668Z | info: default host triple is x86_64-unknown-illumos | 
| 42 | 2025-02-21T04:33:18.671Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' | 
| 43 | 2025-02-21T04:33:18.825Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) | 
| 44 | 2025-02-21T04:33:18.825Z | info: downloading component 'cargo' | 
| 45 | 2025-02-21T04:33:19.603Z | info: downloading component 'clippy' | 
| 46 | 2025-02-21T04:33:19.902Z | info: downloading component 'rust-docs' | 
| 47 | 2025-02-21T04:33:21.080Z | info: downloading component 'rust-std' | 
| 48 | 2025-02-21T04:33:22.870Z | info: downloading component 'rustc' | 
| 49 | 2025-02-21T04:33:28.869Z | info: downloading component 'rustfmt' | 
| 50 | 2025-02-21T04:33:29.094Z | info: installing component 'cargo' | 
| 51 | 2025-02-21T04:33:29.920Z | info: installing component 'clippy' | 
| 52 | 2025-02-21T04:33:30.304Z | info: installing component 'rust-docs' | 
| 53 | 2025-02-21T04:33:32.047Z | info: installing component 'rust-std' | 
| 54 | 2025-02-21T04:33:33.933Z | info: installing component 'rustc' | 
| 55 | 2025-02-21T04:33:39.775Z | info: installing component 'rustfmt' | 
| 56 | 2025-02-21T04:33:40.107Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' | 
| 57 | 2025-02-21T04:33:40.108Z |  | 
| 58 | 2025-02-21T04:33:40.480Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) | 
| 59 | 2025-02-21T04:33:40.480Z |  | 
| 60 | 2025-02-21T04:33:40.483Z |  | 
| 61 | 2025-02-21T04:33:40.483Z | Rust is installed now. Great! | 
| 62 | 2025-02-21T04:33:40.484Z |  | 
| 63 | 2025-02-21T04:33:40.484Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH | 
| 64 | 2025-02-21T04:33:40.484Z | environment variable. This has not been done automatically. | 
| 65 | 2025-02-21T04:33:40.484Z |  | 
| 66 | 2025-02-21T04:33:40.484Z | To configure your current shell, you need to source | 
| 67 | 2025-02-21T04:33:40.484Z | the corresponding env file under $HOME/.cargo. | 
| 68 | 2025-02-21T04:33:40.484Z |  | 
| 69 | 2025-02-21T04:33:40.484Z | This is usually done by running one of the following (note the leading DOT): | 
| 70 | 2025-02-21T04:33:40.484Z | . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh | 
| 71 | 2025-02-21T04:33:40.484Z | source "$HOME/.cargo/env.fish"  # For fish | 
| 72 | 2025-02-21T04:33:40.557Z | + rustup --version | 
| 73 | 2025-02-21T04:33:40.568Z | rustup 1.27.1 (54dd3d00f 2024-04-24) | 
| 74 | 2025-02-21T04:33:40.569Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. | 
| 75 | 2025-02-21T04:33:40.645Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` | 
| 76 | 2025-02-21T04:33:40.648Z | + cargo --version | 
| 77 | 2025-02-21T04:33:40.706Z | cargo 1.85.0 (d73d2caf9 2024-12-31) | 
| 78 | 2025-02-21T04:33:40.709Z | + rustc --version | 
| 79 | 2025-02-21T04:33:40.774Z | rustc 1.85.0 (4d91de4e4 2025-02-17) | 
| 80 | 2025-02-21T04:33:40.777Z | process exited: duration 24249 ms, exit code 0 | 
|  | 
| 81 | 2025-02-21T04:33:40.782Z | starting task 2: "authentication" | 
| 82 | 2025-02-21T04:33:40.803Z | process exited: duration 21 ms, exit code 0 | 
|  | 
| 83 | 2025-02-21T04:33:40.809Z | starting task 3: "clone repository" | 
| 84 | 2025-02-21T04:33:40.813Z | + mkdir -p /work/oxidecomputer/omicron | 
| 85 | 2025-02-21T04:33:40.816Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron | 
| 86 | 2025-02-21T04:33:40.858Z | Cloning into '/work/oxidecomputer/omicron'... | 
| 87 | 2025-02-21T04:33:48.490Z | + cd /work/oxidecomputer/omicron | 
| 88 | 2025-02-21T04:33:48.490Z | + git fetch origin 919af6ebe471fec89dacbd087f570556828699cf | 
| 89 | 2025-02-21T04:33:48.811Z | From https://github.com/oxidecomputer/omicron | 
| 90 | 2025-02-21T04:33:48.811Z | * branch                919af6ebe471fec89dacbd087f570556828699cf -> FETCH_HEAD | 
| 91 | 2025-02-21T04:33:48.820Z | + [[ -n sunshowers/spr/update-to-rust-185 ]] | 
| 92 | 2025-02-21T04:33:48.823Z | ++ git branch --show-current | 
| 93 | 2025-02-21T04:33:48.825Z | + current=main | 
| 94 | 2025-02-21T04:33:48.825Z | + [[ main != sunshowers/spr/update-to-rust-185 ]] | 
| 95 | 2025-02-21T04:33:48.825Z | + git branch -f sunshowers/spr/update-to-rust-185 919af6ebe471fec89dacbd087f570556828699cf | 
| 96 | 2025-02-21T04:33:48.828Z | + git checkout -f sunshowers/spr/update-to-rust-185 | 
| 97 | 2025-02-21T04:33:49.013Z | Switched to branch 'sunshowers/spr/update-to-rust-185' | 
| 98 | 2025-02-21T04:33:49.016Z | + git reset --hard 919af6ebe471fec89dacbd087f570556828699cf | 
| 99 | 2025-02-21T04:33:49.200Z | HEAD is now at 919af6ebe clippy | 
| 100 | 2025-02-21T04:33:49.204Z | process exited: duration 8391 ms, exit code 0 | 
|  | 
| 101 | 2025-02-21T04:33:49.210Z | starting task 4: "build" | 
| 102 | 2025-02-21T04:33:49.215Z | + source .github/buildomat/ci-env.sh | 
| 103 | 2025-02-21T04:33:49.215Z | ++ export CARGO_TERM_COLOR=always | 
| 104 | 2025-02-21T04:33:49.215Z | ++ CARGO_TERM_COLOR=always | 
| 105 | 2025-02-21T04:33:49.215Z | + cargo --version | 
| 106 | 2025-02-21T04:33:49.266Z | cargo 1.85.0 (d73d2caf9 2024-12-31) | 
| 107 | 2025-02-21T04:33:49.269Z | + rustc --version | 
| 108 | 2025-02-21T04:33:49.331Z | rustc 1.85.0 (4d91de4e4 2025-02-17) | 
| 109 | 2025-02-21T04:33:49.334Z | + WORK=/work | 
| 110 | 2025-02-21T04:33:49.334Z | + pfexec mkdir -p /work | 
| 111 | 2025-02-21T04:33:49.339Z | + pfexec chown build /work | 
| 112 | 2025-02-21T04:33:49.342Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp | 
| 113 | 2025-02-21T04:33:51.035Z | pkg list: illegal option -- F | 
| 114 | 2025-02-21T04:33:51.037Z | Usage: | 
| 115 | 2025-02-21T04:33:51.037Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] | 
| 116 | 2025-02-21T04:33:51.037Z | [pkg_fmri_pattern ...] | 
| 117 | 2025-02-21T04:33:51.891Z | pkg list: illegal option -- F | 
| 118 | 2025-02-21T04:33:51.891Z | Usage: | 
| 119 | 2025-02-21T04:33:51.898Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] | 
| 120 | 2025-02-21T04:33:51.898Z | [pkg_fmri_pattern ...] | 
| 121 | 2025-02-21T04:33:57.969Z | Startup: Refreshing catalog 'helios-dev' ... Done | 
| 122 | 2025-02-21T04:34:02.252Z | Startup: Caching catalogs ... Done | 
| 123 | 2025-02-21T04:34:15.426Z | Planning: Solver setup ... Done (12.221s) | 
| 124 | 2025-02-21T04:34:15.579Z | Planning: Running solver ... Done (0.153s) | 
| 125 | 2025-02-21T04:34:15.703Z | Planning: Finding local manifests ... Done (0.007s) | 
| 126 | 2025-02-21T04:34:15.715Z | Planning: Fetching manifests: 0/7  0% complete | 
| 127 | 2025-02-21T04:34:17.284Z | Planning: Fetching manifests: 7/7  100% complete | 
| 128 | 2025-02-21T04:34:17.394Z | Planning: Package planning ... Done (0.109s) | 
| 129 | 2025-02-21T04:34:17.450Z | Planning: Merging actions ... Done (0.056s) | 
| 130 | 2025-02-21T04:34:17.641Z | Planning: Checking for conflicting actions ... Done (0.191s) | 
| 131 | 2025-02-21T04:34:19.741Z | Planning: Consolidating action changes ... Done (2.099s) | 
| 132 | 2025-02-21T04:34:20.186Z | Planning: Evaluating mediators ... Done (0.444s) | 
| 133 | 2025-02-21T04:34:20.272Z | Planning: Planning completed in 17.92 seconds | 
| 134 | 2025-02-21T04:34:20.289Z | Packages to install:         4 | 
| 135 | 2025-02-21T04:34:20.289Z | Packages to update:         3 | 
| 136 | 2025-02-21T04:34:20.289Z | Mediators to change:         2 | 
| 137 | 2025-02-21T04:34:20.289Z | Services to change:         1 | 
| 138 | 2025-02-21T04:34:20.291Z | Estimated space available: 155.61 GB | 
| 139 | 2025-02-21T04:34:20.292Z | Estimated space to be consumed:   1.66 GB | 
| 140 | 2025-02-21T04:34:20.292Z | Create boot environment:        No | 
| 141 | 2025-02-21T04:34:20.292Z | Create backup boot environment:       Yes | 
| 142 | 2025-02-21T04:34:20.292Z | Rebuild boot archive:        No | 
| 143 | 2025-02-21T04:34:20.292Z |  | 
| 144 | 2025-02-21T04:34:20.292Z | Changed mediators: | 
| 145 | 2025-02-21T04:34:20.292Z | mediator clang: | 
| 146 | 2025-02-21T04:34:20.292Z | version: None -> 15 (system default) | 
| 147 | 2025-02-21T04:34:20.292Z |  | 
| 148 | 2025-02-21T04:34:20.292Z | mediator llvm: | 
| 149 | 2025-02-21T04:34:20.292Z | version: 14 (system default) -> 15 (system default) | 
| 150 | 2025-02-21T04:34:20.292Z |  | 
| 151 | 2025-02-21T04:34:20.292Z | Changed packages: | 
| 152 | 2025-02-21T04:34:20.292Z | helios-dev | 
| 153 | 2025-02-21T04:34:20.292Z | developer/build-essential | 
| 154 | 2025-02-21T04:34:20.292Z | None -> 11-2.0 | 
| 155 | 2025-02-21T04:34:20.292Z | library/libxmlsec1 | 
| 156 | 2025-02-21T04:34:20.292Z | None -> 1.2.35-2.0 | 
| 157 | 2025-02-21T04:34:20.292Z | ooce/developer/clang-15 | 
| 158 | 2025-02-21T04:34:20.292Z | None -> 15.0.7-2.0 | 
| 159 | 2025-02-21T04:34:20.292Z | ooce/developer/llvm-15 | 
| 160 | 2025-02-21T04:34:20.292Z | None -> 15.0.7-2.0 | 
| 161 | 2025-02-21T04:34:20.292Z | package/pkg | 
| 162 | 2025-02-21T04:34:20.292Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 | 
| 163 | 2025-02-21T04:34:20.292Z | system/library/g++-runtime | 
| 164 | 2025-02-21T04:34:20.292Z | 13-2.0 -> 14-2.0 | 
| 165 | 2025-02-21T04:34:20.292Z | system/library/gcc-runtime | 
| 166 | 2025-02-21T04:34:20.292Z | 13-2.0 -> 14-2.0 | 
| 167 | 2025-02-21T04:34:20.292Z |  | 
| 168 | 2025-02-21T04:34:20.292Z | Services: | 
| 169 | 2025-02-21T04:34:20.292Z | restart_fmri: | 
| 170 | 2025-02-21T04:34:20.292Z | svc:/system/update-man-index:default | 
| 171 | 2025-02-21T04:34:20.292Z |  | 
| 172 | 2025-02-21T04:34:20.292Z | Editable files to change: | 
| 173 | 2025-02-21T04:34:20.292Z | Update: | 
| 174 | 2025-02-21T04:34:20.292Z | usr/share/lib/pkg/web/config.shtml | 
| 175 | 2025-02-21T04:34:20.371Z |  | 
| 176 | 2025-02-21T04:34:20.371Z | Download:    0/4301 items    0.0/225.4MB  0% complete | 
| 177 | 2025-02-21T04:34:26.501Z | Download:  208/4301 items    1.3/225.4MB  0% complete (304k/s) | 
| 178 | 2025-02-21T04:34:31.512Z | Download:  863/4301 items   18.8/225.4MB  8% complete (1.9M/s) | 
| 179 | 2025-02-21T04:34:37.076Z | Download: 1196/4301 items   83.5/225.4MB  37% complete (8.4M/s) | 
| 180 | 2025-02-21T04:34:42.076Z | Download: 1550/4301 items  115.9/225.4MB  51% complete (9.7M/s) | 
| 181 | 2025-02-21T04:34:51.820Z | Download: 2223/4301 items  118.6/225.4MB  52% complete (3.7M/s) | 
| 182 | 2025-02-21T04:34:57.761Z | Download: 3245/4301 items  202.5/225.4MB  89% complete (20.3M/s) | 
| 183 | 2025-02-21T04:35:02.767Z | Download: 3482/4301 items  215.4/225.4MB  95% complete (9.5M/s) | 
| 184 | 2025-02-21T04:35:09.281Z | Download: 4203/4301 items  220.5/225.4MB  97% complete (1.9M/s) | 
| 185 | 2025-02-21T04:35:14.395Z | Download: 4282/4301 items  221.5/225.4MB  98% complete (503k/s) | 
| 186 | 2025-02-21T04:35:15.691Z | Download: Completed 225.42 MB in 55.31 seconds (4.1M/s) | 
| 187 | 2025-02-21T04:35:17.726Z | Actions:    1/5122 actions (Removing old actions) | 
| 188 | 2025-02-21T04:35:17.748Z | Actions:  194/5122 actions (Installing new actions) | 
| 189 | 2025-02-21T04:35:22.464Z | Actions: 4267/5122 actions (Updating modified actions) | 
| 190 | 2025-02-21T04:35:22.823Z | Actions: Completed 5122 actions in 5.10 seconds. | 
| 191 | 2025-02-21T04:35:23.056Z | Done (0.224s) | 
| 192 | 2025-02-21T04:35:23.059Z | Done (0.001s) | 
| 193 | 2025-02-21T04:35:23.665Z | Done (0.607s) | 
| 194 | 2025-02-21T04:35:28.147Z | Done (4.255s) | 
| 195 | 2025-02-21T04:35:28.246Z | Done (0.018s) | 
| 196 | 2025-02-21T04:35:28.250Z | Done (0.000s) | 
| 197 | 2025-02-21T04:35:28.406Z | Done (0.000s) | 
| 198 | 2025-02-21T04:35:29.120Z | Planning: Evaluating mediator changes ... Done | 
| 199 | 2025-02-21T04:35:29.280Z | Planning: Checking for conflicting actions ... Done | 
| 200 | 2025-02-21T04:35:29.283Z | Planning: Consolidating action changes ... Done | 
| 201 | 2025-02-21T04:35:29.546Z | Planning: Evaluating mediators ... Done | 
| 202 | 2025-02-21T04:35:29.549Z | Planning: Planning completed in 0.43 seconds | 
| 203 | 2025-02-21T04:35:29.586Z | Mediators to change:  2 | 
| 204 | 2025-02-21T04:35:29.586Z | Create boot environment: No | 
| 205 | 2025-02-21T04:35:29.588Z | Create backup boot environment: No | 
| 206 | 2025-02-21T04:35:29.664Z | Done | 
| 207 | 2025-02-21T04:35:29.664Z | Done | 
| 208 | 2025-02-21T04:35:30.073Z | Done | 
| 209 | 2025-02-21T04:35:33.619Z | Done | 
| 210 | 2025-02-21T04:35:33.708Z | Done | 
| 211 | 2025-02-21T04:35:33.711Z | Done | 
| 212 | 2025-02-21T04:35:33.843Z | Done | 
| 213 | 2025-02-21T04:35:34.450Z | Planning: Evaluating mediator changes ... Done | 
| 214 | 2025-02-21T04:35:34.452Z | Planning: Merging actions ... Done | 
| 215 | 2025-02-21T04:35:34.639Z | Planning: Checking for conflicting actions ... Done | 
| 216 | 2025-02-21T04:35:34.641Z | Planning: Consolidating action changes ... Done | 
| 217 | 2025-02-21T04:35:34.901Z | Planning: Evaluating mediators ... Done | 
| 218 | 2025-02-21T04:35:34.954Z | Planning: Planning completed in 0.75 seconds | 
| 219 | 2025-02-21T04:35:34.994Z | Packages to change:   1 | 
| 220 | 2025-02-21T04:35:34.994Z | Mediators to change:   1 | 
| 221 | 2025-02-21T04:35:34.997Z | Services to change:   1 | 
| 222 | 2025-02-21T04:35:34.997Z | Create boot environment:  No | 
| 223 | 2025-02-21T04:35:34.997Z | Create backup boot environment: Yes | 
| 224 | 2025-02-21T04:35:37.317Z | Actions: 1/6 actions (Updating modified actions) | 
| 225 | 2025-02-21T04:35:37.319Z | Actions: Completed 6 actions in 0.00 seconds. | 
| 226 | 2025-02-21T04:35:37.319Z | Done | 
| 227 | 2025-02-21T04:35:37.319Z | Done | 
| 228 | 2025-02-21T04:35:37.444Z | Done | 
| 229 | 2025-02-21T04:35:41.084Z | Done | 
| 230 | 2025-02-21T04:35:41.173Z | Done | 
| 231 | 2025-02-21T04:35:41.176Z | Done | 
| 232 | 2025-02-21T04:35:41.324Z | Done | 
| 233 | 2025-02-21T04:35:41.758Z | MEDIATOR   VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION | 
| 234 | 2025-02-21T04:35:41.758Z | clang      system    15      system | 
| 235 | 2025-02-21T04:35:41.758Z | csh        system            system     illumos | 
| 236 | 2025-02-21T04:35:41.758Z | ctags      system            system     illumos | 
| 237 | 2025-02-21T04:35:41.758Z | gcc        vendor    12      vendor | 
| 238 | 2025-02-21T04:35:41.758Z | gcc        system    10      system | 
| 239 | 2025-02-21T04:35:41.758Z | gcc        system    7       system | 
| 240 | 2025-02-21T04:35:41.758Z | go         system    1.20    system | 
| 241 | 2025-02-21T04:35:41.758Z | go         system    1.19    system | 
| 242 | 2025-02-21T04:35:41.758Z | llvm       system    15      system | 
| 243 | 2025-02-21T04:35:41.758Z | llvm       system    14      system | 
| 244 | 2025-02-21T04:35:41.758Z | mariadb    system    10.6    system | 
| 245 | 2025-02-21T04:35:41.758Z | mta        vendor            vendor     dma | 
| 246 | 2025-02-21T04:35:41.758Z | openjdk    system    17      system | 
| 247 | 2025-02-21T04:35:41.758Z | openjdk    system    11      system | 
| 248 | 2025-02-21T04:35:41.758Z | openjdk    system    1.8     system | 
| 249 | 2025-02-21T04:35:41.758Z | openssl    vendor    3       vendor | 
| 250 | 2025-02-21T04:35:41.758Z | perl       system    5.36    system | 
| 251 | 2025-02-21T04:35:41.758Z | postgresql system    15      system | 
| 252 | 2025-02-21T04:35:41.758Z | postgresql system    13      system | 
| 253 | 2025-02-21T04:35:41.758Z | python     vendor    3       vendor | 
| 254 | 2025-02-21T04:35:41.758Z | python     system    2       system | 
| 255 | 2025-02-21T04:35:41.759Z | python3    system    3.11    system | 
| 256 | 2025-02-21T04:35:41.759Z | ruby       system    3.0     system | 
| 257 | 2025-02-21T04:35:41.759Z | words      vendor            vendor     american-english | 
| 258 | 2025-02-21T04:35:41.759Z | words      system            system     australian-english | 
| 259 | 2025-02-21T04:35:41.759Z | words      system            system     british-english | 
| 260 | 2025-02-21T04:35:41.759Z | words      system            system     canadian-english | 
| 261 | 2025-02-21T04:35:41.759Z | words      system            system     french | 
| 262 | 2025-02-21T04:35:41.759Z | words      system            system     italian | 
| 263 | 2025-02-21T04:35:41.759Z | words      system            system     ngerman | 
| 264 | 2025-02-21T04:35:41.759Z | words      system            system     ogerman | 
| 265 | 2025-02-21T04:35:41.759Z | words      system            system     spanish | 
| 266 | 2025-02-21T04:35:42.089Z | PUBLISHER                   TYPE     STATUS P LOCATION | 
| 267 | 2025-02-21T04:35:42.089Z | helios-dev                  origin   online F https://pkg.oxide.computer/helios/2/dev/ | 
| 268 | 2025-02-21T04:35:45.054Z | FMRI                                                                         IFO | 
| 269 | 2025-02-21T04:35:45.055Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z           im- | 
| 270 | 2025-02-21T04:35:45.055Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z            i-- | 
| 271 | 2025-02-21T04:35:45.055Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z              im- | 
| 272 | 2025-02-21T04:35:45.055Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z         im- | 
| 273 | 2025-02-21T04:35:45.055Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z         --- | 
| 274 | 2025-02-21T04:35:45.055Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z       i-- | 
| 275 | 2025-02-21T04:35:45.055Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z                im- | 
| 276 | 2025-02-21T04:35:45.055Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z                     --- | 
| 277 | 2025-02-21T04:35:45.055Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z                     --- | 
| 278 | 2025-02-21T04:35:45.055Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z          im- | 
| 279 | 2025-02-21T04:35:45.055Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z          --- | 
| 280 | 2025-02-21T04:35:45.055Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z          --- | 
| 281 | 2025-02-21T04:35:45.055Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z          im- | 
| 282 | 2025-02-21T04:35:45.055Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z          --- | 
| 283 | 2025-02-21T04:35:45.055Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z          --- | 
| 284 | 2025-02-21T04:35:45.836Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` | 
| 285 | 2025-02-21T04:35:46.121Z | Updating crates.io index | 
| 286 | 2025-02-21T04:35:46.172Z | Updating git repository `https://github.com/oxidecomputer/maghemite` | 
| 287 | 2025-02-21T04:35:46.717Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` | 
| 288 | 2025-02-21T04:35:46.964Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` | 
| 289 | 2025-02-21T04:35:47.236Z | Updating git repository `https://github.com/oxidecomputer/propolis` | 
| 290 | 2025-02-21T04:35:48.188Z | Updating git repository `https://github.com/oxidecomputer/crucible` | 
| 291 | 2025-02-21T04:35:49.868Z | Updating git repository `https://github.com/oxidecomputer/opte` | 
| 292 | 2025-02-21T04:35:50.582Z | Updating git repository `https://github.com/oxidecomputer/falcon` | 
| 293 | 2025-02-21T04:35:51.338Z | Updating git repository `https://github.com/oxidecomputer/clickward` | 
| 294 | 2025-02-21T04:35:51.601Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` | 
| 295 | 2025-02-21T04:35:51.928Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` | 
| 296 | 2025-02-21T04:35:52.520Z | Updating git repository `https://github.com/oxidecomputer/libipcc` | 
| 297 | 2025-02-21T04:35:52.822Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` | 
| 298 | 2025-02-21T04:35:53.131Z | Updating git repository `https://github.com/oxidecomputer/tofino` | 
| 299 | 2025-02-21T04:35:53.400Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` | 
| 300 | 2025-02-21T04:35:53.641Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` | 
| 301 | 2025-02-21T04:35:53.937Z | Updating git repository `https://github.com/oxidecomputer/libnvme` | 
| 302 | 2025-02-21T04:35:54.227Z | Updating git repository `https://github.com/oxidecomputer/lldp` | 
| 303 | 2025-02-21T04:35:54.517Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` | 
| 304 | 2025-02-21T04:35:55.076Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` | 
| 305 | 2025-02-21T04:35:55.361Z | Updating git repository `https://github.com/oxidecomputer/ispf` | 
| 306 | 2025-02-21T04:35:55.761Z | Updating git repository `https://github.com/oxidecomputer/poptrie` | 
| 307 | 2025-02-21T04:35:56.004Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` | 
| 308 | 2025-02-21T04:35:56.576Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` | 
| 309 | 2025-02-21T04:35:56.869Z | Updating git repository `https://github.com/oxidecomputer/dice-util` | 
| 310 | 2025-02-21T04:35:57.221Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` | 
| 311 | 2025-02-21T04:35:57.640Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` | 
| 312 | 2025-02-21T04:35:57.925Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` | 
| 313 | 2025-02-21T04:35:58.223Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` | 
| 314 | 2025-02-21T04:35:58.501Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` | 
| 315 | 2025-02-21T04:35:59.741Z | Downloading crates ... | 
| 316 | 2025-02-21T04:35:59.818Z | Downloaded anstream v0.6.15 | 
| 317 | 2025-02-21T04:35:59.825Z | Downloaded anyhow v1.0.95 | 
| 318 | 2025-02-21T04:35:59.830Z | Downloaded camino v1.1.9 | 
| 319 | 2025-02-21T04:35:59.833Z | Downloaded thread-id v4.2.2 | 
| 320 | 2025-02-21T04:35:59.836Z | Downloaded anstyle v1.0.10 | 
| 321 | 2025-02-21T04:35:59.836Z | Downloaded byteorder v1.5.0 | 
| 322 | 2025-02-21T04:35:59.838Z | Downloaded usdt-attr-macro v0.5.0 | 
| 323 | 2025-02-21T04:35:59.838Z | Downloaded autocfg v1.4.0 | 
| 324 | 2025-02-21T04:35:59.842Z | Downloaded tabled_derive v0.7.0 | 
| 325 | 2025-02-21T04:35:59.842Z | Downloaded errno v0.3.9 | 
| 326 | 2025-02-21T04:35:59.844Z | Downloaded cargo_toml v0.20.5 | 
| 327 | 2025-02-21T04:35:59.844Z | Downloaded fnv v1.0.7 | 
| 328 | 2025-02-21T04:35:59.844Z | Downloaded block-buffer v0.10.4 | 
| 329 | 2025-02-21T04:35:59.856Z | Downloaded equivalent v1.0.1 | 
| 330 | 2025-02-21T04:35:59.858Z | Downloaded scroll_derive v0.12.0 | 
| 331 | 2025-02-21T04:35:59.858Z | Downloaded usdt-macro v0.5.0 | 
| 332 | 2025-02-21T04:35:59.866Z | Downloaded thiserror v1.0.69 | 
| 333 | 2025-02-21T04:35:59.871Z | Downloaded unicode-linebreak v0.1.5 | 
| 334 | 2025-02-21T04:35:59.873Z | Downloaded anstyle-parse v0.2.5 | 
| 335 | 2025-02-21T04:35:59.873Z | Downloaded cpufeatures v0.2.14 | 
| 336 | 2025-02-21T04:35:59.876Z | Downloaded camino-tempfile v1.1.1 | 
| 337 | 2025-02-21T04:35:59.878Z | Downloaded swrite v0.1.0 | 
| 338 | 2025-02-21T04:35:59.878Z | Downloaded pest_meta v2.7.14 | 
| 339 | 2025-02-21T04:35:59.881Z | Downloaded dtrace-parser v0.2.0 | 
| 340 | 2025-02-21T04:35:59.881Z | Downloaded bytecount v0.6.8 | 
| 341 | 2025-02-21T04:35:59.884Z | Downloaded proc-macro-error-attr v1.0.4 | 
| 342 | 2025-02-21T04:35:59.884Z | Downloaded fs-err v2.11.0 | 
| 343 | 2025-02-21T04:35:59.887Z | Downloaded toml_datetime v0.6.8 | 
| 344 | 2025-02-21T04:35:59.887Z | Downloaded generic-array v0.14.7 | 
| 345 | 2025-02-21T04:35:59.889Z | Downloaded proc-macro2 v1.0.92 | 
| 346 | 2025-02-21T04:35:59.891Z | Downloaded cargo_metadata v0.18.1 | 
| 347 | 2025-02-21T04:35:59.894Z | Downloaded once_cell v1.20.2 | 
| 348 | 2025-02-21T04:35:59.896Z | Downloaded colorchoice v1.0.2 | 
| 349 | 2025-02-21T04:35:59.896Z | Downloaded pretty-hex v0.4.1 | 
| 350 | 2025-02-21T04:35:59.899Z | Downloaded plain v0.2.3 | 
| 351 | 2025-02-21T04:35:59.899Z | Downloaded pest_generator v2.7.14 | 
| 352 | 2025-02-21T04:35:59.901Z | Downloaded cfg-if v1.0.0 | 
| 353 | 2025-02-21T04:35:59.904Z | Downloaded macaddr v1.0.1 | 
| 354 | 2025-02-21T04:35:59.907Z | Downloaded heck v0.4.1 | 
| 355 | 2025-02-21T04:35:59.910Z | Downloaded digest v0.10.7 | 
| 356 | 2025-02-21T04:35:59.910Z | Downloaded cargo-platform v0.1.8 | 
| 357 | 2025-02-21T04:35:59.910Z | Downloaded heck v0.5.0 | 
| 358 | 2025-02-21T04:35:59.916Z | Downloaded pest_derive v2.7.14 | 
| 359 | 2025-02-21T04:35:59.919Z | Downloaded usdt v0.5.0 | 
| 360 | 2025-02-21T04:35:59.923Z | Downloaded smawk v0.3.2 | 
| 361 | 2025-02-21T04:35:59.928Z | Downloaded memmap v0.7.0 | 
| 362 | 2025-02-21T04:35:59.932Z | Downloaded strsim v0.11.1 | 
| 363 | 2025-02-21T04:35:59.936Z | Downloaded version_check v0.9.5 | 
| 364 | 2025-02-21T04:35:59.940Z | Downloaded utf8parse v0.2.2 | 
| 365 | 2025-02-21T04:35:59.944Z | Downloaded terminal_size v0.4.0 | 
| 366 | 2025-02-21T04:35:59.949Z | Downloaded clap_lex v0.7.4 | 
| 367 | 2025-02-21T04:35:59.949Z | Downloaded anstyle-query v1.1.1 | 
| 368 | 2025-02-21T04:35:59.949Z | Downloaded ryu v1.0.18 | 
| 369 | 2025-02-21T04:35:59.953Z | Downloaded papergrid v0.11.0 | 
| 370 | 2025-02-21T04:35:59.957Z | Downloaded usdt-impl v0.5.0 | 
| 371 | 2025-02-21T04:35:59.959Z | Downloaded thiserror-impl v1.0.69 | 
| 372 | 2025-02-21T04:35:59.959Z | Downloaded itoa v1.0.11 | 
| 373 | 2025-02-21T04:35:59.962Z | Downloaded bitflags v2.6.0 | 
| 374 | 2025-02-21T04:35:59.965Z | Downloaded dof v0.3.0 | 
| 375 | 2025-02-21T04:35:59.965Z | Downloaded crypto-common v0.1.6 | 
| 376 | 2025-02-21T04:35:59.967Z | Downloaded zerocopy-derive v0.7.35 | 
| 377 | 2025-02-21T04:35:59.970Z | Downloaded sha2 v0.10.8 | 
| 378 | 2025-02-21T04:35:59.972Z | Downloaded semver v1.0.24 | 
| 379 | 2025-02-21T04:35:59.974Z | Downloaded serde_tokenstream v0.2.2 | 
| 380 | 2025-02-21T04:35:59.976Z | Downloaded serde v1.0.217 | 
| 381 | 2025-02-21T04:35:59.978Z | Downloaded quote v1.0.38 | 
| 382 | 2025-02-21T04:35:59.981Z | Downloaded clap v4.5.27 | 
| 383 | 2025-02-21T04:35:59.988Z | Downloaded proc-macro-error v1.0.4 | 
| 384 | 2025-02-21T04:35:59.991Z | Downloaded tempfile v3.13.0 | 
| 385 | 2025-02-21T04:35:59.993Z | Downloaded serde_spanned v0.6.8 | 
| 386 | 2025-02-21T04:35:59.997Z | Downloaded typenum v1.17.0 | 
| 387 | 2025-02-21T04:35:59.999Z | Downloaded unicode-ident v1.0.14 | 
| 388 | 2025-02-21T04:36:00.002Z | Downloaded clap_derive v4.5.24 | 
| 389 | 2025-02-21T04:36:00.005Z | Downloaded scroll v0.12.0 | 
| 390 | 2025-02-21T04:36:00.014Z | Downloaded log v0.4.22 | 
| 391 | 2025-02-21T04:36:00.017Z | Downloaded ucd-trie v0.1.7 | 
| 392 | 2025-02-21T04:36:00.025Z | Downloaded fastrand v2.1.1 | 
| 393 | 2025-02-21T04:36:00.027Z | Downloaded textwrap v0.16.1 | 
| 394 | 2025-02-21T04:36:00.034Z | Downloaded is_terminal_polyfill v1.70.1 | 
| 395 | 2025-02-21T04:36:00.043Z | Downloaded toml v0.8.19 | 
| 396 | 2025-02-21T04:36:00.046Z | Downloaded serde_derive v1.0.217 | 
| 397 | 2025-02-21T04:36:00.053Z | Downloaded pest v2.7.14 | 
| 398 | 2025-02-21T04:36:00.065Z | Downloaded indexmap v2.7.1 | 
| 399 | 2025-02-21T04:36:00.069Z | Downloaded toml_edit v0.22.22 | 
| 400 | 2025-02-21T04:36:00.091Z | Downloaded memchr v2.7.4 | 
| 401 | 2025-02-21T04:36:00.104Z | Downloaded zerocopy v0.7.35 | 
| 402 | 2025-02-21T04:36:00.119Z | Downloaded winnow v0.6.20 | 
| 403 | 2025-02-21T04:36:00.127Z | Downloaded serde_json v1.0.135 | 
| 404 | 2025-02-21T04:36:00.134Z | Downloaded hashbrown v0.15.1 | 
| 405 | 2025-02-21T04:36:00.139Z | Downloaded clap_builder v4.5.27 | 
| 406 | 2025-02-21T04:36:00.147Z | Downloaded goblin v0.8.2 | 
| 407 | 2025-02-21T04:36:00.163Z | Downloaded tabled v0.15.0 | 
| 408 | 2025-02-21T04:36:00.178Z | Downloaded unicode-width v0.1.14 | 
| 409 | 2025-02-21T04:36:00.185Z | Downloaded syn v2.0.96 | 
| 410 | 2025-02-21T04:36:00.194Z | Downloaded syn v1.0.109 | 
| 411 | 2025-02-21T04:36:00.203Z | Downloaded rustix v0.38.37 | 
| 412 | 2025-02-21T04:36:00.258Z | Downloaded libc v0.2.169 | 
| 413 | 2025-02-21T04:36:00.533Z | Compiling proc-macro2 v1.0.92 | 
| 414 | 2025-02-21T04:36:00.533Z | Compiling unicode-ident v1.0.14 | 
| 415 | 2025-02-21T04:36:00.535Z | Compiling version_check v0.9.5 | 
| 416 | 2025-02-21T04:36:00.535Z | Compiling serde v1.0.217 | 
| 417 | 2025-02-21T04:36:00.535Z | Compiling memchr v2.7.4 | 
| 418 | 2025-02-21T04:36:00.535Z | Compiling thiserror v1.0.69 | 
| 419 | 2025-02-21T04:36:00.567Z | Compiling libc v0.2.169 | 
| 420 | 2025-02-21T04:36:00.570Z | Compiling ucd-trie v0.1.7 | 
| 421 | 2025-02-21T04:36:00.800Z | Compiling ryu v1.0.18 | 
| 422 | 2025-02-21T04:36:01.135Z | Compiling itoa v1.0.11 | 
| 423 | 2025-02-21T04:36:01.285Z | Compiling once_cell v1.20.2 | 
| 424 | 2025-02-21T04:36:01.307Z | Compiling byteorder v1.5.0 | 
| 425 | 2025-02-21T04:36:01.367Z | Compiling serde_json v1.0.135 | 
| 426 | 2025-02-21T04:36:01.691Z | Compiling rustix v0.38.37 | 
| 427 | 2025-02-21T04:36:01.779Z | Compiling bitflags v2.6.0 | 
| 428 | 2025-02-21T04:36:01.839Z | Compiling proc-macro-error-attr v1.0.4 | 
| 429 | 2025-02-21T04:36:02.119Z | Compiling usdt-impl v0.5.0 | 
| 430 | 2025-02-21T04:36:02.161Z | Compiling syn v1.0.109 | 
| 431 | 2025-02-21T04:36:02.206Z | Compiling proc-macro-error v1.0.4 | 
| 432 | 2025-02-21T04:36:02.259Z | Compiling camino v1.1.9 | 
| 433 | 2025-02-21T04:36:02.486Z | Compiling quote v1.0.38 | 
| 434 | 2025-02-21T04:36:02.531Z | Compiling log v0.4.22 | 
| 435 | 2025-02-21T04:36:02.664Z | Compiling errno v0.3.9 | 
| 436 | 2025-02-21T04:36:02.773Z | Compiling hashbrown v0.15.1 | 
| 437 | 2025-02-21T04:36:02.797Z | Compiling utf8parse v0.2.2 | 
| 438 | 2025-02-21T04:36:02.819Z | Compiling plain v0.2.3 | 
| 439 | 2025-02-21T04:36:02.877Z | Compiling syn v2.0.96 | 
| 440 | 2025-02-21T04:36:02.957Z | Compiling thread-id v4.2.2 | 
| 441 | 2025-02-21T04:36:02.980Z | Compiling equivalent v1.0.1 | 
| 442 | 2025-02-21T04:36:03.000Z | Compiling anstyle-parse v0.2.5 | 
| 443 | 2025-02-21T04:36:03.273Z | Compiling semver v1.0.24 | 
| 444 | 2025-02-21T04:36:03.315Z | Compiling pretty-hex v0.4.1 | 
| 445 | 2025-02-21T04:36:03.509Z | Compiling anstyle v1.0.10 | 
| 446 | 2025-02-21T04:36:03.536Z | Compiling anstyle-query v1.1.1 | 
| 447 | 2025-02-21T04:36:03.707Z | Compiling winnow v0.6.20 | 
| 448 | 2025-02-21T04:36:03.740Z | Compiling is_terminal_polyfill v1.70.1 | 
| 449 | 2025-02-21T04:36:03.844Z | Compiling indexmap v2.7.1 | 
| 450 | 2025-02-21T04:36:03.870Z | Compiling colorchoice v1.0.2 | 
| 451 | 2025-02-21T04:36:03.872Z | Compiling autocfg v1.4.0 | 
| 452 | 2025-02-21T04:36:03.933Z | Compiling unicode-width v0.1.14 | 
| 453 | 2025-02-21T04:36:04.035Z | Compiling anstream v0.6.15 | 
| 454 | 2025-02-21T04:36:04.752Z | Compiling cfg-if v1.0.0 | 
| 455 | 2025-02-21T04:36:04.862Z | Compiling terminal_size v0.4.0 | 
| 456 | 2025-02-21T04:36:04.885Z | Compiling fs-err v2.11.0 | 
| 457 | 2025-02-21T04:36:05.046Z | Compiling anyhow v1.0.95 | 
| 458 | 2025-02-21T04:36:05.088Z | Compiling heck v0.5.0 | 
| 459 | 2025-02-21T04:36:05.090Z | Compiling strsim v0.11.1 | 
| 460 | 2025-02-21T04:36:05.189Z | Compiling bytecount v0.6.8 | 
| 461 | 2025-02-21T04:36:05.336Z | Compiling fnv v1.0.7 | 
| 462 | 2025-02-21T04:36:05.416Z | Compiling fastrand v2.1.1 | 
| 463 | 2025-02-21T04:36:05.489Z | Compiling heck v0.4.1 | 
| 464 | 2025-02-21T04:36:05.545Z | Compiling clap_lex v0.7.4 | 
| 465 | 2025-02-21T04:36:05.833Z | Compiling clap_builder v4.5.27 | 
| 466 | 2025-02-21T04:36:05.927Z | Compiling tempfile v3.13.0 | 
| 467 | 2025-02-21T04:36:05.978Z | Compiling papergrid v0.11.0 | 
| 468 | 2025-02-21T04:36:06.369Z | Compiling memmap v0.7.0 | 
| 469 | 2025-02-21T04:36:06.408Z | Compiling smawk v0.3.2 | 
| 470 | 2025-02-21T04:36:06.650Z | Compiling unicode-linebreak v0.1.5 | 
| 471 | 2025-02-21T04:36:07.039Z | Compiling swrite v0.1.0 | 
| 472 | 2025-02-21T04:36:07.142Z | Compiling textwrap v0.16.1 | 
| 473 | 2025-02-21T04:36:07.634Z | Compiling tabled_derive v0.7.0 | 
| 474 | 2025-02-21T04:36:08.940Z | Compiling tabled v0.15.0 | 
| 475 | 2025-02-21T04:36:09.719Z | Compiling serde_derive v1.0.217 | 
| 476 | 2025-02-21T04:36:09.722Z | Compiling thiserror-impl v1.0.69 | 
| 477 | 2025-02-21T04:36:09.722Z | Compiling zerocopy-derive v0.7.35 | 
| 478 | 2025-02-21T04:36:09.783Z | Compiling scroll_derive v0.12.0 | 
| 479 | 2025-02-21T04:36:09.885Z | Compiling clap_derive v4.5.24 | 
| 480 | 2025-02-21T04:36:11.122Z | Compiling scroll v0.12.0 | 
| 481 | 2025-02-21T04:36:11.555Z | Compiling zerocopy v0.7.35 | 
| 482 | 2025-02-21T04:36:11.574Z | Compiling goblin v0.8.2 | 
| 483 | 2025-02-21T04:36:12.038Z | Compiling pest v2.7.14 | 
| 484 | 2025-02-21T04:36:13.284Z | Compiling clap v4.5.27 | 
| 485 | 2025-02-21T04:36:14.266Z | Compiling pest_meta v2.7.14 | 
| 486 | 2025-02-21T04:36:15.129Z | Compiling pest_generator v2.7.14 | 
| 487 | 2025-02-21T04:36:16.430Z | Compiling pest_derive v2.7.14 | 
| 488 | 2025-02-21T04:36:17.168Z | Compiling dtrace-parser v0.2.0 | 
| 489 | 2025-02-21T04:36:18.112Z | Compiling serde_tokenstream v0.2.2 | 
| 490 | 2025-02-21T04:36:18.152Z | Compiling toml_datetime v0.6.8 | 
| 491 | 2025-02-21T04:36:18.155Z | Compiling serde_spanned v0.6.8 | 
| 492 | 2025-02-21T04:36:18.328Z | Compiling cargo-platform v0.1.8 | 
| 493 | 2025-02-21T04:36:18.423Z | Compiling macaddr v1.0.1 | 
| 494 | 2025-02-21T04:36:18.648Z | Compiling toml_edit v0.22.22 | 
| 495 | 2025-02-21T04:36:18.792Z | Compiling camino-tempfile v1.1.1 | 
| 496 | 2025-02-21T04:36:19.507Z | Compiling dof v0.3.0 | 
| 497 | 2025-02-21T04:36:19.508Z | Compiling cargo_metadata v0.18.1 | 
| 498 | 2025-02-21T04:36:20.860Z | Compiling usdt-attr-macro v0.5.0 | 
| 499 | 2025-02-21T04:36:20.860Z | Compiling usdt-macro v0.5.0 | 
| 500 | 2025-02-21T04:36:21.458Z | Compiling toml v0.8.19 | 
| 501 | 2025-02-21T04:36:21.935Z | Compiling usdt v0.5.0 | 
| 502 | 2025-02-21T04:36:22.269Z | Compiling cargo_toml v0.20.5 | 
| 503 | 2025-02-21T04:36:24.765Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) | 
| 504 | 2025-02-21T04:36:28.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.39s | 
| 505 | 2025-02-21T04:36:28.321Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` | 
| 506 | 2025-02-21T04:36:28.803Z | Downloading crates ... | 
| 507 | 2025-02-21T04:36:28.912Z | Downloaded adler2 v2.0.0 | 
| 508 | 2025-02-21T04:36:28.915Z | Downloaded arrayref v0.3.9 | 
| 509 | 2025-02-21T04:36:28.941Z | Downloaded bitfield v0.14.0 | 
| 510 | 2025-02-21T04:36:28.944Z | Downloaded assert_matches v1.5.0 | 
| 511 | 2025-02-21T04:36:28.946Z | Downloaded async-stream v0.3.6 | 
| 512 | 2025-02-21T04:36:28.949Z | Downloaded atty v0.2.14 | 
| 513 | 2025-02-21T04:36:28.953Z | Downloaded async-stream-impl v0.3.6 | 
| 514 | 2025-02-21T04:36:28.956Z | Downloaded hmac v0.12.1 | 
| 515 | 2025-02-21T04:36:28.958Z | Downloaded ascii-canvas v3.0.0 | 
| 516 | 2025-02-21T04:36:28.960Z | Downloaded ident_case v1.0.1 | 
| 517 | 2025-02-21T04:36:28.963Z | Downloaded constant_time_eq v0.3.1 | 
| 518 | 2025-02-21T04:36:28.963Z | Downloaded newtype_derive v0.1.6 | 
| 519 | 2025-02-21T04:36:28.965Z | Downloaded daft v0.1.1 | 
| 520 | 2025-02-21T04:36:28.968Z | Downloaded http-body-util v0.1.2 | 
| 521 | 2025-02-21T04:36:28.968Z | Downloaded argon2 v0.5.3 | 
| 522 | 2025-02-21T04:36:28.971Z | Downloaded crossbeam-deque v0.8.5 | 
| 523 | 2025-02-21T04:36:28.973Z | Downloaded memmap2 v0.9.5 | 
| 524 | 2025-02-21T04:36:28.975Z | Downloaded http-body v1.0.1 | 
| 525 | 2025-02-21T04:36:28.978Z | Downloaded new_debug_unreachable v1.0.6 | 
| 526 | 2025-02-21T04:36:28.978Z | Downloaded hostname v0.4.0 | 
| 527 | 2025-02-21T04:36:28.981Z | Downloaded highway v1.2.0 | 
| 528 | 2025-02-21T04:36:28.983Z | Downloaded indoc v1.0.9 | 
| 529 | 2025-02-21T04:36:28.986Z | Downloaded is_ci v1.2.0 | 
| 530 | 2025-02-21T04:36:28.986Z | Downloaded cfg_aliases v0.1.1 | 
| 531 | 2025-02-21T04:36:28.988Z | Downloaded icu_provider_macros v1.5.0 | 
| 532 | 2025-02-21T04:36:28.989Z | Downloaded mime_guess v2.0.5 | 
| 533 | 2025-02-21T04:36:28.991Z | Downloaded managed v0.8.0 | 
| 534 | 2025-02-21T04:36:28.994Z | Downloaded ipnetwork v0.21.1 | 
| 535 | 2025-02-21T04:36:28.994Z | Downloaded bitflags v1.3.2 | 
| 536 | 2025-02-21T04:36:28.997Z | Downloaded match_cfg v0.1.0 | 
| 537 | 2025-02-21T04:36:28.999Z | Downloaded chrono-tz-build v0.4.0 | 
| 538 | 2025-02-21T04:36:28.999Z | Downloaded const_format_proc_macros v0.2.34 | 
| 539 | 2025-02-21T04:36:29.002Z | Downloaded blowfish v0.9.1 | 
| 540 | 2025-02-21T04:36:29.005Z | Downloaded base64ct v1.6.0 | 
| 541 | 2025-02-21T04:36:29.007Z | Downloaded ciborium v0.2.2 | 
| 542 | 2025-02-21T04:36:29.010Z | Downloaded bcrypt-pbkdf v0.10.0 | 
| 543 | 2025-02-21T04:36:29.013Z | Downloaded bb8 v0.8.5 | 
| 544 | 2025-02-21T04:36:29.015Z | Downloaded is-terminal v0.4.13 | 
| 545 | 2025-02-21T04:36:29.015Z | Downloaded crucible-workspace-hack v0.1.0 | 
| 546 | 2025-02-21T04:36:29.016Z | Downloaded httpdate v1.0.3 | 
| 547 | 2025-02-21T04:36:29.018Z | Downloaded array-init v0.0.4 | 
| 548 | 2025-02-21T04:36:29.018Z | Downloaded httparse v1.9.5 | 
| 549 | 2025-02-21T04:36:29.020Z | Downloaded hkdf v0.12.4 | 
| 550 | 2025-02-21T04:36:29.023Z | Downloaded convert_case v0.4.0 | 
| 551 | 2025-02-21T04:36:29.026Z | Downloaded cexpr v0.6.0 | 
| 552 | 2025-02-21T04:36:29.028Z | Downloaded mirai-annotations v1.12.0 | 
| 553 | 2025-02-21T04:36:29.028Z | Downloaded bit-vec v0.6.3 | 
| 554 | 2025-02-21T04:36:29.031Z | Downloaded crc-catalog v2.4.0 | 
| 555 | 2025-02-21T04:36:29.033Z | Downloaded multimap v0.10.0 | 
| 556 | 2025-02-21T04:36:29.033Z | Downloaded keccak v0.1.5 | 
| 557 | 2025-02-21T04:36:29.036Z | Downloaded ciborium-ll v0.2.2 | 
| 558 | 2025-02-21T04:36:29.036Z | Downloaded ctr v0.9.2 | 
| 559 | 2025-02-21T04:36:29.038Z | Downloaded lru-cache v0.1.2 | 
| 560 | 2025-02-21T04:36:29.041Z | Downloaded linked-hash-map v0.5.6 | 
| 561 | 2025-02-21T04:36:29.041Z | Downloaded hex-literal v0.4.1 | 
| 562 | 2025-02-21T04:36:29.044Z | Downloaded libefi-sys v0.1.0 | 
| 563 | 2025-02-21T04:36:29.044Z | Downloaded bitfield-struct v0.6.2 | 
| 564 | 2025-02-21T04:36:29.046Z | Downloaded cbc v0.1.2 | 
| 565 | 2025-02-21T04:36:29.046Z | Downloaded maybe-uninit v2.0.0 | 
| 566 | 2025-02-21T04:36:29.049Z | Downloaded instability v0.3.2 | 
| 567 | 2025-02-21T04:36:29.052Z | Downloaded humantime v2.1.0 | 
| 568 | 2025-02-21T04:36:29.052Z | Downloaded instant v0.1.13 | 
| 569 | 2025-02-21T04:36:29.054Z | Downloaded inout v0.1.3 | 
| 570 | 2025-02-21T04:36:29.054Z | Downloaded crc v3.2.1 | 
| 571 | 2025-02-21T04:36:29.057Z | Downloaded icu_locid_transform_data v1.5.0 | 
| 572 | 2025-02-21T04:36:29.059Z | Downloaded multer v3.1.0 | 
| 573 | 2025-02-21T04:36:29.062Z | Downloaded newtype-uuid v1.2.1 | 
| 574 | 2025-02-21T04:36:29.064Z | Downloaded memoffset v0.9.1 | 
| 575 | 2025-02-21T04:36:29.067Z | Downloaded lru v0.12.5 | 
| 576 | 2025-02-21T04:36:29.067Z | Downloaded lazy_static v1.5.0 | 
| 577 | 2025-02-21T04:36:29.069Z | Downloaded cmake v0.1.51 | 
| 578 | 2025-02-21T04:36:29.072Z | Downloaded colored v2.1.0 | 
| 579 | 2025-02-21T04:36:29.074Z | Downloaded castaway v0.2.3 | 
| 580 | 2025-02-21T04:36:29.074Z | Downloaded http-range v0.1.5 | 
| 581 | 2025-02-21T04:36:29.080Z | Downloaded md-5 v0.10.6 | 
| 582 | 2025-02-21T04:36:29.082Z | Downloaded hyper-tls v0.6.0 | 
| 583 | 2025-02-21T04:36:29.082Z | Downloaded home v0.5.9 | 
| 584 | 2025-02-21T04:36:29.082Z | Downloaded maplit v1.0.2 | 
| 585 | 2025-02-21T04:36:29.082Z | Downloaded lockfree-object-pool v0.1.6 | 
| 586 | 2025-02-21T04:36:29.085Z | Downloaded native-tls v0.2.12 | 
| 587 | 2025-02-21T04:36:29.087Z | Downloaded termtree v0.4.1 | 
| 588 | 2025-02-21T04:36:29.089Z | Downloaded md5 v0.7.0 | 
| 589 | 2025-02-21T04:36:29.089Z | Downloaded tower-service v0.3.3 | 
| 590 | 2025-02-21T04:36:29.100Z | Downloaded toolchain_find v0.4.0 | 
| 591 | 2025-02-21T04:36:29.100Z | Downloaded sha1 v0.10.6 | 
| 592 | 2025-02-21T04:36:29.100Z | Downloaded rtoolbox v0.0.2 | 
| 593 | 2025-02-21T04:36:29.100Z | Downloaded hyper-staticfile v0.10.1 | 
| 594 | 2025-02-21T04:36:29.100Z | Downloaded miniz_oxide v0.8.0 | 
| 595 | 2025-02-21T04:36:29.103Z | Downloaded newline-converter v0.3.0 | 
| 596 | 2025-02-21T04:36:29.103Z | Downloaded console v0.15.10 | 
| 597 | 2025-02-21T04:36:29.105Z | Downloaded smallvec v0.6.14 | 
| 598 | 2025-02-21T04:36:29.108Z | Downloaded waitgroup v0.1.2 | 
| 599 | 2025-02-21T04:36:29.108Z | Downloaded endian-type v0.1.2 | 
| 600 | 2025-02-21T04:36:29.108Z | Downloaded arc-swap v1.7.1 | 
| 601 | 2025-02-21T04:36:29.112Z | Downloaded siphasher v0.3.11 | 
| 602 | 2025-02-21T04:36:29.114Z | Downloaded simd-adler32 v0.3.7 | 
| 603 | 2025-02-21T04:36:29.116Z | Downloaded topological-sort v0.2.2 | 
| 604 | 2025-02-21T04:36:29.117Z | Downloaded lalrpop-util v0.19.12 | 
| 605 | 2025-02-21T04:36:29.119Z | Downloaded nanorand v0.7.0 | 
| 606 | 2025-02-21T04:36:29.121Z | Downloaded static_assertions v1.1.0 | 
| 607 | 2025-02-21T04:36:29.124Z | Downloaded salsa20 v0.10.2 | 
| 608 | 2025-02-21T04:36:29.124Z | Downloaded rustc-hash v2.0.0 | 
| 609 | 2025-02-21T04:36:29.127Z | Downloaded stable_deref_trait v1.2.0 | 
| 610 | 2025-02-21T04:36:29.127Z | Downloaded zerofrom-derive v0.1.4 | 
| 611 | 2025-02-21T04:36:29.127Z | Downloaded litrs v0.4.1 | 
| 612 | 2025-02-21T04:36:29.130Z | Downloaded indexmap v1.9.3 | 
| 613 | 2025-02-21T04:36:29.133Z | Downloaded icu_provider v1.5.0 | 
| 614 | 2025-02-21T04:36:29.137Z | Downloaded const-oid v0.9.6 | 
| 615 | 2025-02-21T04:36:29.139Z | Downloaded clang-sys v1.8.1 | 
| 616 | 2025-02-21T04:36:29.142Z | Downloaded termtree v0.5.1 | 
| 617 | 2025-02-21T04:36:29.144Z | Downloaded signal-hook-mio v0.2.4 | 
| 618 | 2025-02-21T04:36:29.147Z | Downloaded termios v0.3.3 | 
| 619 | 2025-02-21T04:36:29.147Z | Downloaded walkdir v2.5.0 | 
| 620 | 2025-02-21T04:36:29.150Z | Downloaded serde_plain v1.0.2 | 
| 621 | 2025-02-21T04:36:29.153Z | Downloaded phf_shared v0.10.0 | 
| 622 | 2025-02-21T04:36:29.153Z | Downloaded crc-any v2.5.0 | 
| 623 | 2025-02-21T04:36:29.156Z | Downloaded enum-as-inner v0.6.1 | 
| 624 | 2025-02-21T04:36:29.157Z | Downloaded chacha20poly1305 v0.10.1 | 
| 625 | 2025-02-21T04:36:29.159Z | Downloaded nibble_vec v0.1.0 | 
| 626 | 2025-02-21T04:36:29.162Z | Downloaded libloading v0.8.5 | 
| 627 | 2025-02-21T04:36:29.166Z | Downloaded thiserror v2.0.11 | 
| 628 | 2025-02-21T04:36:29.168Z | Downloaded tracing-attributes v0.1.27 | 
| 629 | 2025-02-21T04:36:29.172Z | Downloaded icu_locid v1.5.0 | 
| 630 | 2025-02-21T04:36:29.175Z | Downloaded hyper-util v0.1.10 | 
| 631 | 2025-02-21T04:36:29.180Z | Downloaded dunce v1.0.5 | 
| 632 | 2025-02-21T04:36:29.182Z | Downloaded http v1.2.0 | 
| 633 | 2025-02-21T04:36:29.185Z | Downloaded debug-ignore v1.0.5 | 
| 634 | 2025-02-21T04:36:29.187Z | Downloaded blake2 v0.10.6 | 
| 635 | 2025-02-21T04:36:29.190Z | Downloaded dsl_auto_type v0.1.2 | 
| 636 | 2025-02-21T04:36:29.193Z | Downloaded same-file v1.0.6 | 
| 637 | 2025-02-21T04:36:29.193Z | Downloaded tokio-rustls v0.25.0 | 
| 638 | 2025-02-21T04:36:29.195Z | Downloaded num-integer v0.1.46 | 
| 639 | 2025-02-21T04:36:29.197Z | Downloaded group v0.13.0 | 
| 640 | 2025-02-21T04:36:29.200Z | Downloaded strum v0.26.3 | 
| 641 | 2025-02-21T04:36:29.200Z | Downloaded zone_cfg_derive v0.3.0 | 
| 642 | 2025-02-21T04:36:29.202Z | Downloaded vte_generate_state_changes v0.1.2 | 
| 643 | 2025-02-21T04:36:29.202Z | Downloaded opaque-debug v0.3.1 | 
| 644 | 2025-02-21T04:36:29.203Z | Downloaded phf_codegen v0.11.2 | 
| 645 | 2025-02-21T04:36:29.205Z | Downloaded defmt-parser v0.3.4 | 
| 646 | 2025-02-21T04:36:29.205Z | Downloaded ssh-encoding v0.2.0 | 
| 647 | 2025-02-21T04:36:29.208Z | Downloaded crypto-bigint v0.5.5 | 
| 648 | 2025-02-21T04:36:29.213Z | Downloaded phf_generator v0.11.2 | 
| 649 | 2025-02-21T04:36:29.216Z | Downloaded icu_normalizer_data v1.5.0 | 
| 650 | 2025-02-21T04:36:29.218Z | Downloaded proc-macro-crate v1.3.1 | 
| 651 | 2025-02-21T04:36:29.218Z | Downloaded num-derive v0.4.2 | 
| 652 | 2025-02-21T04:36:29.221Z | Downloaded phf v0.11.2 | 
| 653 | 2025-02-21T04:36:29.223Z | Downloaded indicatif v0.17.11 | 
| 654 | 2025-02-21T04:36:29.226Z | Downloaded progenitor v0.8.0 | 
| 655 | 2025-02-21T04:36:29.229Z | Downloaded fxhash v0.2.1 | 
| 656 | 2025-02-21T04:36:29.231Z | Downloaded scopeguard v1.2.0 | 
| 657 | 2025-02-21T04:36:29.231Z | Downloaded crossbeam-epoch v0.9.18 | 
| 658 | 2025-02-21T04:36:29.233Z | Downloaded progenitor v0.9.1 | 
| 659 | 2025-02-21T04:36:29.236Z | Downloaded strum_macros v0.25.3 | 
| 660 | 2025-02-21T04:36:29.238Z | Downloaded scrypt v0.11.0 | 
| 661 | 2025-02-21T04:36:29.240Z | Downloaded scheduled-thread-pool v0.2.7 | 
| 662 | 2025-02-21T04:36:29.240Z | Downloaded mockall_derive v0.13.0 | 
| 663 | 2025-02-21T04:36:29.243Z | Downloaded try-lock v0.2.5 | 
| 664 | 2025-02-21T04:36:29.245Z | Downloaded rustc_version v0.4.1 | 
| 665 | 2025-02-21T04:36:29.245Z | Downloaded fs_extra v1.3.0 | 
| 666 | 2025-02-21T04:36:29.248Z | Downloaded similar v2.6.0 | 
| 667 | 2025-02-21T04:36:29.253Z | Downloaded parse-size v1.1.0 | 
| 668 | 2025-02-21T04:36:29.255Z | Downloaded wait-timeout v0.2.0 | 
| 669 | 2025-02-21T04:36:29.255Z | Downloaded typify-macro v0.3.0 | 
| 670 | 2025-02-21T04:36:29.258Z | Downloaded diesel-dtrace v0.4.2 | 
| 671 | 2025-02-21T04:36:29.260Z | Downloaded icu_properties v1.5.1 | 
| 672 | 2025-02-21T04:36:29.263Z | Downloaded powerfmt v0.2.0 | 
| 673 | 2025-02-21T04:36:29.263Z | Downloaded backtrace v0.3.74 | 
| 674 | 2025-02-21T04:36:29.268Z | Downloaded value-bag v1.9.0 | 
| 675 | 2025-02-21T04:36:29.271Z | Downloaded hickory-server v0.24.3 | 
| 676 | 2025-02-21T04:36:29.277Z | Downloaded openssl-macros v0.1.1 | 
| 677 | 2025-02-21T04:36:29.280Z | Downloaded num v0.4.3 | 
| 678 | 2025-02-21T04:36:29.282Z | Downloaded sqlparser_derive v0.2.2 | 
| 679 | 2025-02-21T04:36:29.282Z | Downloaded filetime v0.2.25 | 
| 680 | 2025-02-21T04:36:29.282Z | Downloaded thread_local v1.1.8 | 
| 681 | 2025-02-21T04:36:29.285Z | Downloaded thiserror-no-std v2.0.2 | 
| 682 | 2025-02-21T04:36:29.288Z | Downloaded sync_wrapper v1.0.1 | 
| 683 | 2025-02-21T04:36:29.290Z | Downloaded ed25519 v2.2.3 | 
| 684 | 2025-02-21T04:36:29.292Z | Downloaded fd-lock v4.0.2 | 
| 685 | 2025-02-21T04:36:29.295Z | Downloaded parse-display v0.10.0 | 
| 686 | 2025-02-21T04:36:29.295Z | Downloaded gethostname v0.5.0 | 
| 687 | 2025-02-21T04:36:29.298Z | Downloaded smallvec v1.13.2 | 
| 688 | 2025-02-21T04:36:29.300Z | Downloaded fallible-streaming-iterator v0.1.9 | 
| 689 | 2025-02-21T04:36:29.300Z | Downloaded tui-tree-widget v0.22.0 | 
| 690 | 2025-02-21T04:36:29.303Z | Downloaded rand_xorshift v0.3.0 | 
| 691 | 2025-02-21T04:36:29.303Z | Downloaded polyval v0.6.2 | 
| 692 | 2025-02-21T04:36:29.306Z | Downloaded phf_shared v0.11.2 | 
| 693 | 2025-02-21T04:36:29.306Z | Downloaded rand v0.8.5 | 
| 694 | 2025-02-21T04:36:29.309Z | Downloaded vsss-rs v3.3.4 | 
| 695 | 2025-02-21T04:36:29.323Z | Downloaded oso-derive v0.27.3 | 
| 696 | 2025-02-21T04:36:29.326Z | Downloaded aes-gcm v0.10.3 | 
| 697 | 2025-02-21T04:36:29.328Z | Downloaded sec1 v0.7.3 | 
| 698 | 2025-02-21T04:36:29.332Z | Downloaded peg-runtime v0.8.3 | 
| 699 | 2025-02-21T04:36:29.334Z | Downloaded synstructure v0.13.1 | 
| 700 | 2025-02-21T04:36:29.334Z | Downloaded num_enum v0.5.11 | 
| 701 | 2025-02-21T04:36:29.337Z | Downloaded openssl-probe v0.1.5 | 
| 702 | 2025-02-21T04:36:29.339Z | Downloaded psl-types v2.0.11 | 
| 703 | 2025-02-21T04:36:29.342Z | Downloaded smf v0.2.3 | 
| 704 | 2025-02-21T04:36:29.342Z | Downloaded openssl-sys v0.9.105 | 
| 705 | 2025-02-21T04:36:29.346Z | Downloaded zone v0.1.8 | 
| 706 | 2025-02-21T04:36:29.349Z | Downloaded ena v0.14.3 | 
| 707 | 2025-02-21T04:36:29.349Z | Downloaded secrecy v0.8.0 | 
| 708 | 2025-02-21T04:36:29.352Z | Downloaded pkcs8 v0.10.2 | 
| 709 | 2025-02-21T04:36:29.354Z | Downloaded getrandom v0.2.15 | 
| 710 | 2025-02-21T04:36:29.357Z | Downloaded pkcs1 v0.7.5 | 
| 711 | 2025-02-21T04:36:29.360Z | Downloaded sync-ptr v0.1.1 | 
| 712 | 2025-02-21T04:36:29.362Z | Downloaded poly1305 v0.8.0 | 
| 713 | 2025-02-21T04:36:29.362Z | Downloaded unicode_categories v0.1.1 | 
| 714 | 2025-02-21T04:36:29.365Z | Downloaded slog v2.7.0 | 
| 715 | 2025-02-21T04:36:29.369Z | Downloaded zerofrom v0.1.4 | 
| 716 | 2025-02-21T04:36:29.371Z | Downloaded yoke-derive v0.7.4 | 
| 717 | 2025-02-21T04:36:29.371Z | Downloaded want v0.3.1 | 
| 718 | 2025-02-21T04:36:29.371Z | Downloaded document-features v0.2.10 | 
| 719 | 2025-02-21T04:36:29.374Z | Downloaded typify-macro v0.2.0 | 
| 720 | 2025-02-21T04:36:29.374Z | Downloaded funty v2.0.0 | 
| 721 | 2025-02-21T04:36:29.376Z | Downloaded zone v0.3.0 | 
| 722 | 2025-02-21T04:36:29.376Z | Downloaded diesel_table_macro_syntax v0.2.0 | 
| 723 | 2025-02-21T04:36:29.379Z | Downloaded foreign-types-shared v0.3.1 | 
| 724 | 2025-02-21T04:36:29.379Z | Downloaded sct v0.7.1 | 
| 725 | 2025-02-21T04:36:29.381Z | Downloaded embedded-io v0.6.1 | 
| 726 | 2025-02-21T04:36:29.384Z | Downloaded downcast v0.11.0 | 
| 727 | 2025-02-21T04:36:29.386Z | Downloaded rfc6979 v0.4.0 | 
| 728 | 2025-02-21T04:36:29.386Z | Downloaded serde-big-array v0.5.1 | 
| 729 | 2025-02-21T04:36:29.390Z | Downloaded pem v3.0.4 | 
| 730 | 2025-02-21T04:36:29.393Z | Downloaded tokio-tungstenite v0.21.0 | 
| 731 | 2025-02-21T04:36:29.393Z | Downloaded quick-error v1.2.3 | 
| 732 | 2025-02-21T04:36:29.393Z | Downloaded fatfs v0.3.6 | 
| 733 | 2025-02-21T04:36:29.396Z | Downloaded structmeta-derive v0.2.0 | 
| 734 | 2025-02-21T04:36:29.398Z | Downloaded des v0.8.1 | 
| 735 | 2025-02-21T04:36:29.402Z | Downloaded tiny-keccak v2.0.2 | 
| 736 | 2025-02-21T04:36:29.405Z | Downloaded yoke v0.7.4 | 
| 737 | 2025-02-21T04:36:29.405Z | Downloaded structmeta v0.3.0 | 
| 738 | 2025-02-21T04:36:29.407Z | Downloaded rayon-core v1.12.1 | 
| 739 | 2025-02-21T04:36:29.410Z | Downloaded ron v0.7.1 | 
| 740 | 2025-02-21T04:36:29.414Z | Downloaded rustfmt-wrapper v0.2.1 | 
| 741 | 2025-02-21T04:36:29.416Z | Downloaded num-conv v0.1.0 | 
| 742 | 2025-02-21T04:36:29.417Z | Downloaded futures-core v0.3.31 | 
| 743 | 2025-02-21T04:36:29.419Z | Downloaded float-ord v0.3.2 | 
| 744 | 2025-02-21T04:36:29.421Z | Downloaded diesel_derives v2.2.3 | 
| 745 | 2025-02-21T04:36:29.424Z | Downloaded rustls-pemfile v1.0.4 | 
| 746 | 2025-02-21T04:36:29.426Z | Downloaded paste v1.0.15 | 
| 747 | 2025-02-21T04:36:29.429Z | Downloaded pem-rfc7468 v0.7.0 | 
| 748 | 2025-02-21T04:36:29.431Z | Downloaded futures-task v0.3.31 | 
| 749 | 2025-02-21T04:36:29.433Z | Downloaded displaydoc v0.2.5 | 
| 750 | 2025-02-21T04:36:29.436Z | Downloaded num_threads v0.1.7 | 
| 751 | 2025-02-21T04:36:29.438Z | Downloaded tokio-stream v0.1.16 | 
| 752 | 2025-02-21T04:36:29.442Z | Downloaded progenitor-client v0.8.0 | 
| 753 | 2025-02-21T04:36:29.444Z | Downloaded owo-colors v4.1.0 | 
| 754 | 2025-02-21T04:36:29.447Z | Downloaded foreign-types-shared v0.1.1 | 
| 755 | 2025-02-21T04:36:29.447Z | Downloaded predicates-core v1.0.8 | 
| 756 | 2025-02-21T04:36:29.449Z | Downloaded rustls-pemfile v2.2.0 | 
| 757 | 2025-02-21T04:36:29.452Z | Downloaded russh-keys v0.45.0 | 
| 758 | 2025-02-21T04:36:29.455Z | Downloaded hyper v1.5.2 | 
| 759 | 2025-02-21T04:36:29.460Z | Downloaded foreign-types v0.3.2 | 
| 760 | 2025-02-21T04:36:29.462Z | Downloaded serde_urlencoded v0.7.1 | 
| 761 | 2025-02-21T04:36:29.465Z | Downloaded progenitor-macro v0.9.1 | 
| 762 | 2025-02-21T04:36:29.465Z | Downloaded tokio-tungstenite v0.24.0 | 
| 763 | 2025-02-21T04:36:29.468Z | Downloaded idna v1.0.3 | 
| 764 | 2025-02-21T04:36:29.471Z | Downloaded daft-derive v0.1.1 | 
| 765 | 2025-02-21T04:36:29.475Z | Downloaded rustyline v14.0.0 | 
| 766 | 2025-02-21T04:36:29.480Z | Downloaded deranged v0.3.11 | 
| 767 | 2025-02-21T04:36:29.482Z | Downloaded termcolor v1.4.1 | 
| 768 | 2025-02-21T04:36:29.485Z | Downloaded structmeta-derive v0.3.0 | 
| 769 | 2025-02-21T04:36:29.485Z | Downloaded strip-ansi-escapes v0.2.0 | 
| 770 | 2025-02-21T04:36:29.487Z | Downloaded tinyvec_macros v0.1.1 | 
| 771 | 2025-02-21T04:36:29.488Z | Downloaded libm v0.2.8 | 
| 772 | 2025-02-21T04:36:29.495Z | Downloaded num_enum_derive v0.5.11 | 
| 773 | 2025-02-21T04:36:29.497Z | Downloaded foreign-types v0.5.0 | 
| 774 | 2025-02-21T04:36:29.500Z | Downloaded either v1.13.0 | 
| 775 | 2025-02-21T04:36:29.500Z | Downloaded crossterm v0.28.1 | 
| 776 | 2025-02-21T04:36:29.505Z | Downloaded serde-hex v0.1.0 | 
| 777 | 2025-02-21T04:36:29.508Z | Downloaded xattr v1.3.1 | 
| 778 | 2025-02-21T04:36:29.511Z | Downloaded zone_cfg_derive v0.1.2 | 
| 779 | 2025-02-21T04:36:29.511Z | Downloaded peg v0.8.4 | 
| 780 | 2025-02-21T04:36:29.514Z | Downloaded serde_with_macros v3.11.0 | 
| 781 | 2025-02-21T04:36:29.516Z | Downloaded ssh-key v0.6.6 | 
| 782 | 2025-02-21T04:36:29.523Z | Downloaded pretty-hex v0.2.1 | 
| 783 | 2025-02-21T04:36:29.526Z | Downloaded toml v0.7.8 | 
| 784 | 2025-02-21T04:36:29.528Z | Downloaded oxnet v0.1.0 | 
| 785 | 2025-02-21T04:36:29.531Z | Downloaded russh-cryptovec v0.7.3 | 
| 786 | 2025-02-21T04:36:29.531Z | Downloaded progenitor-client v0.9.1 | 
| 787 | 2025-02-21T04:36:29.534Z | Downloaded icu_properties_data v1.5.0 | 
| 788 | 2025-02-21T04:36:29.543Z | Downloaded derive_builder_macro v0.20.2 | 
| 789 | 2025-02-21T04:36:29.545Z | Downloaded tls_codec v0.4.1 | 
| 790 | 2025-02-21T04:36:29.547Z | Downloaded fixedbitset v0.4.2 | 
| 791 | 2025-02-21T04:36:29.548Z | Downloaded shell-words v1.1.0 | 
| 792 | 2025-02-21T04:36:29.550Z | Downloaded flagset v0.4.6 | 
| 793 | 2025-02-21T04:36:29.550Z | Downloaded rpassword v7.3.1 | 
| 794 | 2025-02-21T04:36:29.553Z | Downloaded num-complex v0.4.6 | 
| 795 | 2025-02-21T04:36:29.555Z | Downloaded thiserror-impl v2.0.11 | 
| 796 | 2025-02-21T04:36:29.555Z | Downloaded strum_macros v0.26.4 | 
| 797 | 2025-02-21T04:36:29.557Z | Downloaded futures-channel v0.3.31 | 
| 798 | 2025-02-21T04:36:29.560Z | Downloaded write16 v1.0.0 | 
| 799 | 2025-02-21T04:36:29.562Z | Downloaded half v2.4.1 | 
| 800 | 2025-02-21T04:36:29.565Z | Downloaded tap v1.0.1 | 
| 801 | 2025-02-21T04:36:29.565Z | Downloaded aws-lc-rs v1.10.0 | 
| 802 | 2025-02-21T04:36:29.573Z | Downloaded unicode-truncate v1.1.0 | 
| 803 | 2025-02-21T04:36:29.576Z | Downloaded fallible-iterator v0.3.0 | 
| 804 | 2025-02-21T04:36:29.578Z | Downloaded embedded-io v0.4.0 | 
| 805 | 2025-02-21T04:36:29.579Z | Downloaded vergen v8.3.2 | 
| 806 | 2025-02-21T04:36:29.581Z | Downloaded slog-json v2.6.1 | 
| 807 | 2025-02-21T04:36:29.584Z | Downloaded predicates-tree v1.0.11 | 
| 808 | 2025-02-21T04:36:29.587Z | Downloaded snafu v0.8.5 | 
| 809 | 2025-02-21T04:36:29.590Z | Downloaded dyn-clone v1.0.17 | 
| 810 | 2025-02-21T04:36:29.592Z | Downloaded yasna v0.5.2 | 
| 811 | 2025-02-21T04:36:29.595Z | Downloaded whoami v1.5.2 | 
| 812 | 2025-02-21T04:36:29.597Z | Downloaded ron v0.8.1 | 
| 813 | 2025-02-21T04:36:29.601Z | Downloaded unicase v2.7.0 | 
| 814 | 2025-02-21T04:36:29.604Z | Downloaded tls_codec_derive v0.4.1 | 
| 815 | 2025-02-21T04:36:29.606Z | Downloaded untrusted v0.9.0 | 
| 816 | 2025-02-21T04:36:29.606Z | Downloaded blake3 v1.5.4 | 
| 817 | 2025-02-21T04:36:29.613Z | Downloaded hashlink v0.9.1 | 
| 818 | 2025-02-21T04:36:29.615Z | Downloaded socket2 v0.5.7 | 
| 819 | 2025-02-21T04:36:29.618Z | Downloaded zip v2.1.3 | 
| 820 | 2025-02-21T04:36:29.621Z | Downloaded number_prefix v0.4.0 | 
| 821 | 2025-02-21T04:36:29.624Z | Downloaded sigpipe v0.1.3 | 
| 822 | 2025-02-21T04:36:29.624Z | Downloaded term v0.7.0 | 
| 823 | 2025-02-21T04:36:29.626Z | Downloaded writeable v0.5.5 | 
| 824 | 2025-02-21T04:36:29.629Z | Downloaded qorb v0.2.1 | 
| 825 | 2025-02-21T04:36:29.632Z | Downloaded tokio-tungstenite v0.23.1 | 
| 826 | 2025-02-21T04:36:29.635Z | Downloaded omicron-zone-package v0.12.0 | 
| 827 | 2025-02-21T04:36:29.638Z | Downloaded serde_yaml v0.9.34+deprecated | 
| 828 | 2025-02-21T04:36:29.642Z | Downloaded signal-hook-tokio v0.3.1 | 
| 829 | 2025-02-21T04:36:29.644Z | Downloaded hash32 v0.3.1 | 
| 830 | 2025-02-21T04:36:29.644Z | Downloaded which v4.4.2 | 
| 831 | 2025-02-21T04:36:29.647Z | Downloaded r2d2 v0.8.10 | 
| 832 | 2025-02-21T04:36:29.649Z | Downloaded precomputed-hash v0.1.1 | 
| 833 | 2025-02-21T04:36:29.649Z | Downloaded fallible-iterator v0.2.0 | 
| 834 | 2025-02-21T04:36:29.649Z | Downloaded untrusted v0.7.1 | 
| 835 | 2025-02-21T04:36:29.651Z | Downloaded derive_more v0.99.18 | 
| 836 | 2025-02-21T04:36:29.655Z | Downloaded rand_chacha v0.3.1 | 
| 837 | 2025-02-21T04:36:29.658Z | Downloaded chrono v0.4.39 | 
| 838 | 2025-02-21T04:36:29.664Z | Downloaded darling v0.20.10 | 
| 839 | 2025-02-21T04:36:29.668Z | Downloaded slab v0.4.9 | 
| 840 | 2025-02-21T04:36:29.670Z | Downloaded derive_builder_core v0.20.2 | 
| 841 | 2025-02-21T04:36:29.672Z | Downloaded packed_struct v0.10.1 | 
| 842 | 2025-02-21T04:36:29.676Z | Downloaded hickory-client v0.24.3 | 
| 843 | 2025-02-21T04:36:29.678Z | Downloaded olpc-cjson v0.1.4 | 
| 844 | 2025-02-21T04:36:29.678Z | Downloaded nodrop v0.1.14 | 
| 845 | 2025-02-21T04:36:29.679Z | Downloaded predicates v3.1.2 | 
| 846 | 2025-02-21T04:36:29.681Z | Downloaded derive_builder v0.20.2 | 
| 847 | 2025-02-21T04:36:29.685Z | Downloaded zopfli v0.8.1 | 
| 848 | 2025-02-21T04:36:29.688Z | Downloaded elliptic-curve v0.13.8 | 
| 849 | 2025-02-21T04:36:29.691Z | Downloaded pin-project-lite v0.2.14 | 
| 850 | 2025-02-21T04:36:29.696Z | Downloaded pin-utils v0.1.0 | 
| 851 | 2025-02-21T04:36:29.698Z | Downloaded time-core v0.1.2 | 
| 852 | 2025-02-21T04:36:29.698Z | Downloaded uzers v0.12.1 | 
| 853 | 2025-02-21T04:36:29.701Z | Downloaded signal-hook-registry v1.4.2 | 
| 854 | 2025-02-21T04:36:29.703Z | Downloaded pin-project-internal v1.1.6 | 
| 855 | 2025-02-21T04:36:29.703Z | Downloaded tinystr v0.7.6 | 
| 856 | 2025-02-21T04:36:29.705Z | Downloaded nu-ansi-term v0.50.1 | 
| 857 | 2025-02-21T04:36:29.708Z | Downloaded der_derive v0.7.3 | 
| 858 | 2025-02-21T04:36:29.710Z | Downloaded p256 v0.13.2 | 
| 859 | 2025-02-21T04:36:29.713Z | Downloaded signature v2.2.0 | 
| 860 | 2025-02-21T04:36:29.715Z | Downloaded bitvec v1.0.1 | 
| 861 | 2025-02-21T04:36:29.728Z | Downloaded rand_core v0.6.4 | 
| 862 | 2025-02-21T04:36:29.731Z | Downloaded password-hash v0.5.0 | 
| 863 | 2025-02-21T04:36:29.734Z | Downloaded derive-where v1.2.7 | 
| 864 | 2025-02-21T04:36:29.736Z | Downloaded password-hash v0.4.2 | 
| 865 | 2025-02-21T04:36:29.738Z | Downloaded typify v0.2.0 | 
| 866 | 2025-02-21T04:36:29.742Z | Downloaded tungstenite v0.24.0 | 
| 867 | 2025-02-21T04:36:29.745Z | Downloaded bindgen v0.69.5 | 
| 868 | 2025-02-21T04:36:29.750Z | Downloaded postgres-protocol v0.6.7 | 
| 869 | 2025-02-21T04:36:29.752Z | Downloaded tungstenite v0.21.0 | 
| 870 | 2025-02-21T04:36:29.755Z | Downloaded bstr v1.10.0 | 
| 871 | 2025-02-21T04:36:29.766Z | Downloaded postgres-types v0.2.8 | 
| 872 | 2025-02-21T04:36:29.768Z | Downloaded tokio-postgres v0.7.12 | 
| 873 | 2025-02-21T04:36:29.773Z | Downloaded tokio-util v0.7.12 | 
| 874 | 2025-02-21T04:36:29.779Z | Downloaded pin-project v1.1.6 | 
| 875 | 2025-02-21T04:36:29.790Z | Downloaded hickory-resolver v0.24.3 | 
| 876 | 2025-02-21T04:36:29.794Z | Downloaded quick-xml v0.33.0 | 
| 877 | 2025-02-21T04:36:29.800Z | Downloaded serde_repr v0.1.19 | 
| 878 | 2025-02-21T04:36:29.803Z | Downloaded typify v0.3.0 | 
| 879 | 2025-02-21T04:36:29.805Z | Downloaded uuid v1.12.0 | 
| 880 | 2025-02-21T04:36:29.808Z | Downloaded unicode-bidi v0.3.17 | 
| 881 | 2025-02-21T04:36:29.811Z | Downloaded heapless v0.7.17 | 
| 882 | 2025-02-21T04:36:29.814Z | Downloaded tinyvec v1.8.0 | 
| 883 | 2025-02-21T04:36:29.817Z | Downloaded unsafe-libyaml v0.2.11 | 
| 884 | 2025-02-21T04:36:29.820Z | Downloaded rustls-webpki v0.101.7 | 
| 885 | 2025-02-21T04:36:29.834Z | Downloaded x509-cert v0.2.5 | 
| 886 | 2025-02-21T04:36:29.839Z | Downloaded expectorate v1.1.0 | 
| 887 | 2025-02-21T04:36:29.842Z | Downloaded der v0.7.9 | 
| 888 | 2025-02-21T04:36:29.847Z | Downloaded hashbrown v0.12.3 | 
| 889 | 2025-02-21T04:36:29.851Z | Downloaded typed-path v0.9.3 | 
| 890 | 2025-02-21T04:36:29.857Z | Downloaded num-bigint-dig v0.8.4 | 
| 891 | 2025-02-21T04:36:29.864Z | Downloaded futures-util v0.3.31 | 
| 892 | 2025-02-21T04:36:29.873Z | Downloaded flate2 v1.0.35 | 
| 893 | 2025-02-21T04:36:29.878Z | Downloaded lalrpop v0.19.12 | 
| 894 | 2025-02-21T04:36:29.889Z | Downloaded num-bigint v0.4.6 | 
| 895 | 2025-02-21T04:36:29.893Z | Downloaded serde_with v3.11.0 | 
| 896 | 2025-02-21T04:36:29.902Z | Downloaded h2 v0.4.6 | 
| 897 | 2025-02-21T04:36:29.908Z | Downloaded git2 v0.19.0 | 
| 898 | 2025-02-21T04:36:29.916Z | Downloaded russh v0.45.0 | 
| 899 | 2025-02-21T04:36:29.922Z | Downloaded zerocopy v0.8.10 | 
| 900 | 2025-02-21T04:36:29.945Z | Downloaded sqlparser v0.45.0 | 
| 901 | 2025-02-21T04:36:29.950Z | Downloaded portable-atomic v1.9.0 | 
| 902 | 2025-02-21T04:36:29.957Z | Downloaded nom v7.1.3 | 
| 903 | 2025-02-21T04:36:29.963Z | Downloaded nix v0.27.1 | 
| 904 | 2025-02-21T04:36:29.973Z | Downloaded radix_trie v0.2.1 | 
| 905 | 2025-02-21T04:36:29.979Z | Downloaded time v0.3.36 | 
| 906 | 2025-02-21T04:36:29.986Z | Downloaded unicode-normalization v0.1.24 | 
| 907 | 2025-02-21T04:36:29.990Z | Downloaded p521 v0.13.3 | 
| 908 | 2025-02-21T04:36:29.995Z | Downloaded vcpkg v0.2.15 | 
| 909 | 2025-02-21T04:36:30.030Z | Downloaded hashbrown v0.14.5 | 
| 910 | 2025-02-21T04:36:30.035Z | Downloaded rustls v0.21.12 | 
| 911 | 2025-02-21T04:36:30.047Z | Downloaded winnow v0.5.40 | 
| 912 | 2025-02-21T04:36:30.056Z | Downloaded rusqlite v0.32.1 | 
| 913 | 2025-02-21T04:36:30.063Z | Downloaded quinn-proto v0.11.8 | 
| 914 | 2025-02-21T04:36:30.070Z | Downloaded regex-syntax v0.8.5 | 
| 915 | 2025-02-21T04:36:30.078Z | Downloaded proptest v1.5.0 | 
| 916 | 2025-02-21T04:36:30.087Z | Downloaded chrono-tz v0.10.1 | 
| 917 | 2025-02-21T04:36:30.094Z | Downloaded p384 v0.13.0 | 
| 918 | 2025-02-21T04:36:30.100Z | Downloaded gimli v0.31.1 | 
| 919 | 2025-02-21T04:36:30.109Z | Downloaded polar-core v0.27.3 | 
| 920 | 2025-02-21T04:36:30.118Z | Downloaded openssl v0.10.70 | 
| 921 | 2025-02-21T04:36:30.128Z | Downloaded regex v1.11.1 | 
| 922 | 2025-02-21T04:36:30.141Z | Downloaded webpki-roots v0.26.6 | 
| 923 | 2025-02-21T04:36:30.145Z | Downloaded rustls v0.23.19 | 
| 924 | 2025-02-21T04:36:30.156Z | Downloaded object v0.30.4 | 
| 925 | 2025-02-21T04:36:30.166Z | Downloaded dropshot v0.12.0 | 
| 926 | 2025-02-21T04:36:30.187Z | Downloaded nix v0.28.0 | 
| 927 | 2025-02-21T04:36:30.197Z | Downloaded object v0.36.5 | 
| 928 | 2025-02-21T04:36:30.210Z | Downloaded nix v0.29.0 | 
| 929 | 2025-02-21T04:36:30.220Z | Downloaded smoltcp v0.11.0 | 
| 930 | 2025-02-21T04:36:30.232Z | Downloaded typify-impl v0.3.0 | 
| 931 | 2025-02-21T04:36:30.247Z | Downloaded ratatui v0.28.1 | 
| 932 | 2025-02-21T04:36:30.267Z | Downloaded regress v0.10.1 | 
| 933 | 2025-02-21T04:36:30.277Z | Downloaded hickory-proto v0.24.3 | 
| 934 | 2025-02-21T04:36:30.290Z | Downloaded zerocopy-derive v0.6.6 | 
| 935 | 2025-02-21T04:36:30.300Z | Downloaded typify-impl v0.2.0 | 
| 936 | 2025-02-21T04:36:30.315Z | Downloaded bzip2-sys v0.1.11+1.0.8 | 
| 937 | 2025-02-21T04:36:30.327Z | Downloaded sled v0.34.7 | 
| 938 | 2025-02-21T04:36:30.337Z | Downloaded dropshot v0.15.1 | 
| 939 | 2025-02-21T04:36:30.358Z | Downloaded regress v0.9.1 | 
| 940 | 2025-02-21T04:36:30.367Z | Downloaded lzma-sys v0.1.20 | 
| 941 | 2025-02-21T04:36:30.395Z | Downloaded openapiv3 v2.0.0 | 
| 942 | 2025-02-21T04:36:30.408Z | Downloaded regex-syntax v0.6.29 | 
| 943 | 2025-02-21T04:36:30.416Z | Downloaded unicode-width v0.2.0 | 
| 944 | 2025-02-21T04:36:30.421Z | Downloaded regex-automata v0.4.8 | 
| 945 | 2025-02-21T04:36:30.437Z | Downloaded rustls v0.22.4 | 
| 946 | 2025-02-21T04:36:30.450Z | Downloaded diesel v2.2.7 | 
| 947 | 2025-02-21T04:36:30.467Z | Downloaded petgraph v0.6.5 | 
| 948 | 2025-02-21T04:36:30.484Z | Downloaded libz-sys v1.1.20 | 
| 949 | 2025-02-21T04:36:30.504Z | Downloaded smoltcp v0.9.1 | 
| 950 | 2025-02-21T04:36:30.514Z | Downloaded curve25519-dalek v4.1.3 | 
| 951 | 2025-02-21T04:36:30.522Z | Downloaded reqwest v0.12.9 | 
| 952 | 2025-02-21T04:36:30.530Z | Downloaded petname v2.0.2 | 
| 953 | 2025-02-21T04:36:30.535Z | Downloaded rustls-webpki v0.102.8 | 
| 954 | 2025-02-21T04:36:30.552Z | Downloaded darling_core v0.20.10 | 
| 955 | 2025-02-21T04:36:30.556Z | Downloaded tungstenite v0.23.0 | 
| 956 | 2025-02-21T04:36:30.559Z | Downloaded sha3 v0.10.8 | 
| 957 | 2025-02-21T04:36:30.563Z | Downloaded tokio v1.43.0 | 
| 958 | 2025-02-21T04:36:30.600Z | Downloaded csv v1.3.1 | 
| 959 | 2025-02-21T04:36:30.619Z | Downloaded steno v0.4.1 | 
| 960 | 2025-02-21T04:36:30.623Z | Downloaded unicode-segmentation v1.12.0 | 
| 961 | 2025-02-21T04:36:30.626Z | Downloaded headers v0.4.0 | 
| 962 | 2025-02-21T04:36:30.631Z | Downloaded signal-hook v0.3.17 | 
| 963 | 2025-02-21T04:36:30.633Z | Downloaded postcard v1.0.10 | 
| 964 | 2025-02-21T04:36:30.636Z | Downloaded serde_path_to_error v0.1.16 | 
| 965 | 2025-02-21T04:36:30.639Z | Downloaded dropshot_endpoint v0.12.0 | 
| 966 | 2025-02-21T04:36:30.641Z | Downloaded path-slash v0.1.5 | 
| 967 | 2025-02-21T04:36:30.641Z | Downloaded spin v0.9.8 | 
| 968 | 2025-02-21T04:36:30.644Z | Downloaded serde_derive_internals v0.29.1 | 
| 969 | 2025-02-21T04:36:30.646Z | Downloaded prettyplease v0.2.25 | 
| 970 | 2025-02-21T04:36:30.649Z | Downloaded rayon v1.10.0 | 
| 971 | 2025-02-21T04:36:30.655Z | Downloaded tar v0.4.42 | 
| 972 | 2025-02-21T04:36:30.658Z | Downloaded zerocopy-derive v0.8.10 | 
| 973 | 2025-02-21T04:36:30.664Z | Downloaded reedline v0.35.0 | 
| 974 | 2025-02-21T04:36:30.671Z | Downloaded radium v0.7.0 | 
| 975 | 2025-02-21T04:36:30.674Z | Downloaded env_logger v0.11.5 | 
| 976 | 2025-02-21T04:36:30.674Z | Downloaded twox-hash v2.1.0 | 
| 977 | 2025-02-21T04:36:30.676Z | Downloaded ed25519-dalek v2.1.1 | 
| 978 | 2025-02-21T04:36:30.679Z | Downloaded parse-zoneinfo v0.3.1 | 
| 979 | 2025-02-21T04:36:30.682Z | Downloaded heapless v0.8.0 | 
| 980 | 2025-02-21T04:36:30.685Z | Downloaded tough v0.19.0 | 
| 981 | 2025-02-21T04:36:30.691Z | Downloaded salty v0.3.0 | 
| 982 | 2025-02-21T04:36:30.698Z | Downloaded zerovec v0.10.4 | 
| 983 | 2025-02-21T04:36:30.703Z | Downloaded xz2 v0.1.7 | 
| 984 | 2025-02-21T04:36:30.705Z | Downloaded slog-envlogger v2.2.0 | 
| 985 | 2025-02-21T04:36:30.708Z | Downloaded slog-dtrace v0.3.0 | 
| 986 | 2025-02-21T04:36:30.708Z | Downloaded slog-bunyan v2.5.0 | 
| 987 | 2025-02-21T04:36:30.711Z | Downloaded stringprep v0.1.5 | 
| 988 | 2025-02-21T04:36:30.711Z | Downloaded progenitor-impl v0.9.1 | 
| 989 | 2025-02-21T04:36:30.714Z | Downloaded hex v0.4.3 | 
| 990 | 2025-02-21T04:36:30.714Z | Downloaded url v2.5.3 | 
| 991 | 2025-02-21T04:36:30.717Z | Downloaded slog-async v2.8.0 | 
| 992 | 2025-02-21T04:36:30.720Z | Downloaded shlex v1.3.0 | 
| 993 | 2025-02-21T04:36:30.720Z | Downloaded pbkdf2 v0.12.2 | 
| 994 | 2025-02-21T04:36:30.720Z | Downloaded diff v0.1.13 | 
| 995 | 2025-02-21T04:36:30.723Z | Downloaded unicode-properties v0.1.3 | 
| 996 | 2025-02-21T04:36:30.725Z | Downloaded pbkdf2 v0.11.0 | 
| 997 | 2025-02-21T04:36:30.728Z | Downloaded primeorder v0.13.6 | 
| 998 | 2025-02-21T04:36:30.728Z | Downloaded globset v0.4.15 | 
| 999 | 2025-02-21T04:36:30.730Z | Downloaded time-macros v0.2.18 | 
| 1000 | 2025-02-21T04:36:30.730Z | Downloaded sqlformat v0.2.6 | 
| 1001 | 2025-02-21T04:36:30.733Z | Downloaded encoding_rs v0.8.34 | 
| 1002 | 2025-02-21T04:36:30.755Z | Downloaded peg-macros v0.8.4 | 
| 1003 | 2025-02-21T04:36:30.759Z | Downloaded futures-sink v0.3.31 | 
| 1004 | 2025-02-21T04:36:30.759Z | Downloaded display-error-chain v0.2.2 | 
| 1005 | 2025-02-21T04:36:30.760Z | Downloaded structmeta v0.2.0 | 
| 1006 | 2025-02-21T04:36:30.760Z | Downloaded progenitor-impl v0.8.0 | 
| 1007 | 2025-02-21T04:36:30.762Z | Downloaded percent-encoding v2.3.1 | 
| 1008 | 2025-02-21T04:36:30.762Z | Downloaded num-rational v0.4.2 | 
| 1009 | 2025-02-21T04:36:30.762Z | Downloaded futures v0.3.31 | 
| 1010 | 2025-02-21T04:36:30.765Z | Downloaded progenitor-macro v0.8.0 | 
| 1011 | 2025-02-21T04:36:30.767Z | Downloaded utf16_iter v1.0.5 | 
| 1012 | 2025-02-21T04:36:30.767Z | Downloaded supports-color v3.0.1 | 
| 1013 | 2025-02-21T04:36:30.770Z | Downloaded string_cache v0.8.7 | 
| 1014 | 2025-02-21T04:36:30.770Z | Downloaded itertools v0.13.0 | 
| 1015 | 2025-02-21T04:36:30.775Z | Downloaded aho-corasick v1.1.3 | 
| 1016 | 2025-02-21T04:36:30.781Z | Downloaded form_urlencoded v1.2.1 | 
| 1017 | 2025-02-21T04:36:30.784Z | Downloaded hash32 v0.2.1 | 
| 1018 | 2025-02-21T04:36:30.784Z | Downloaded fragile v2.0.0 | 
| 1019 | 2025-02-21T04:36:30.787Z | Downloaded libgit2-sys v0.17.0+1.8.1 | 
| 1020 | 2025-02-21T04:36:30.840Z | Downloaded rustc-demangle v0.1.24 | 
| 1021 | 2025-02-21T04:36:30.843Z | Downloaded rusty-fork v0.3.0 | 
| 1022 | 2025-02-21T04:36:30.843Z | Downloaded pkcs5 v0.7.1 | 
| 1023 | 2025-02-21T04:36:30.846Z | Downloaded hashbrown v0.13.2 | 
| 1024 | 2025-02-21T04:36:30.850Z | Downloaded foreign-types-macros v0.2.3 | 
| 1025 | 2025-02-21T04:36:30.852Z | Downloaded tabwriter v1.4.0 | 
| 1026 | 2025-02-21T04:36:30.852Z | Downloaded glob v0.3.2 | 
| 1027 | 2025-02-21T04:36:30.855Z | Downloaded subprocess v0.2.9 | 
| 1028 | 2025-02-21T04:36:30.857Z | Downloaded samael v0.0.17 | 
| 1029 | 2025-02-21T04:36:30.860Z | Downloaded dirs-sys-next v0.1.2 | 
| 1030 | 2025-02-21T04:36:30.863Z | Downloaded zip v0.6.6 | 
| 1031 | 2025-02-21T04:36:30.868Z | Downloaded num-traits v0.2.19 | 
| 1032 | 2025-02-21T04:36:30.877Z | Downloaded schemars v0.8.21 | 
| 1033 | 2025-02-21T04:36:30.880Z | Downloaded tracing v0.1.40 | 
| 1034 | 2025-02-21T04:36:30.882Z | Downloaded toml_edit v0.19.15 | 
| 1035 | 2025-02-21T04:36:30.896Z | Downloaded float-cmp v0.9.0 | 
| 1036 | 2025-02-21T04:36:30.898Z | Downloaded tokio-rustls v0.26.0 | 
| 1037 | 2025-02-21T04:36:30.902Z | Downloaded flume v0.11.1 | 
| 1038 | 2025-02-21T04:36:30.904Z | Downloaded tracing-core v0.1.32 | 
| 1039 | 2025-02-21T04:36:30.907Z | Downloaded rcgen v0.12.1 | 
| 1040 | 2025-02-21T04:36:30.907Z | Downloaded ssh-cipher v0.2.0 | 
| 1041 | 2025-02-21T04:36:30.910Z | Downloaded snafu-derive v0.8.5 | 
| 1042 | 2025-02-21T04:36:30.911Z | Downloaded itertools v0.12.1 | 
| 1043 | 2025-02-21T04:36:30.915Z | Downloaded ecdsa v0.16.9 | 
| 1044 | 2025-02-21T04:36:30.919Z | Downloaded parse-display-derive v0.10.0 | 
| 1045 | 2025-02-21T04:36:30.922Z | Downloaded zerovec-derive v0.10.3 | 
| 1046 | 2025-02-21T04:36:30.922Z | Downloaded utf8_iter v1.0.4 | 
| 1047 | 2025-02-21T04:36:30.922Z | Downloaded ff v0.13.0 | 
| 1048 | 2025-02-21T04:36:30.922Z | Downloaded crossbeam-channel v0.5.13 | 
| 1049 | 2025-02-21T04:36:30.925Z | Downloaded normalize-line-endings v0.3.0 | 
| 1050 | 2025-02-21T04:36:30.928Z | Downloaded rustversion v1.0.17 | 
| 1051 | 2025-02-21T04:36:30.932Z | Downloaded rand_seeder v0.3.0 | 
| 1052 | 2025-02-21T04:36:30.932Z | Downloaded quinn-udp v0.5.5 | 
| 1053 | 2025-02-21T04:36:30.932Z | Downloaded pkg-config v0.3.31 | 
| 1054 | 2025-02-21T04:36:30.934Z | Downloaded ghash v0.5.1 | 
| 1055 | 2025-02-21T04:36:30.934Z | Downloaded vte v0.11.1 | 
| 1056 | 2025-02-21T04:36:30.937Z | Downloaded unicode-xid v0.2.6 | 
| 1057 | 2025-02-21T04:36:30.937Z | Downloaded parking_lot_core v0.8.6 | 
| 1058 | 2025-02-21T04:36:30.939Z | Downloaded rsa v0.9.6 | 
| 1059 | 2025-02-21T04:36:30.942Z | Downloaded publicsuffix v2.3.0 | 
| 1060 | 2025-02-21T04:36:30.945Z | Downloaded parking_lot v0.12.3 | 
| 1061 | 2025-02-21T04:36:30.947Z | Downloaded quinn v0.11.5 | 
| 1062 | 2025-02-21T04:36:30.950Z | Downloaded libxml v0.3.3 | 
| 1063 | 2025-02-21T04:36:30.955Z | Downloaded base64 v0.22.1 | 
| 1064 | 2025-02-21T04:36:30.959Z | Downloaded data-encoding v2.6.0 | 
| 1065 | 2025-02-21T04:36:30.962Z | Downloaded tokio-macros v2.5.0 | 
| 1066 | 2025-02-21T04:36:30.962Z | Downloaded thiserror-impl-no-std v2.0.2 | 
| 1067 | 2025-02-21T04:36:30.965Z | Downloaded slog-scope v4.4.0 | 
| 1068 | 2025-02-21T04:36:30.965Z | Downloaded parking_lot v0.11.2 | 
| 1069 | 2025-02-21T04:36:30.969Z | Downloaded oso v0.27.3 | 
| 1070 | 2025-02-21T04:36:30.973Z | Downloaded dropshot_endpoint v0.15.1 | 
| 1071 | 2025-02-21T04:36:30.974Z | Downloaded parking_lot_core v0.9.10 | 
| 1072 | 2025-02-21T04:36:30.978Z | Downloaded universal-hash v0.5.1 | 
| 1073 | 2025-02-21T04:36:30.978Z | Downloaded unarray v0.1.4 | 
| 1074 | 2025-02-21T04:36:30.978Z | Downloaded tokio-native-tls v0.3.1 | 
| 1075 | 2025-02-21T04:36:30.980Z | Downloaded packed_struct_codegen v0.10.1 | 
| 1076 | 2025-02-21T04:36:30.980Z | Downloaded itertools v0.10.5 | 
| 1077 | 2025-02-21T04:36:30.983Z | Downloaded aes v0.8.4 | 
| 1078 | 2025-02-21T04:36:30.986Z | Downloaded mio v1.0.2 | 
| 1079 | 2025-02-21T04:36:30.993Z | Downloaded minimal-lexical v0.2.1 | 
| 1080 | 2025-02-21T04:36:30.997Z | Downloaded const_format v0.2.34 | 
| 1081 | 2025-02-21T04:36:31.001Z | Downloaded cc v1.1.30 | 
| 1082 | 2025-02-21T04:36:31.004Z | Downloaded num-iter v0.1.45 | 
| 1083 | 2025-02-21T04:36:31.004Z | Downloaded slog-stdlog v4.1.1 | 
| 1084 | 2025-02-21T04:36:31.011Z | Downloaded ref-cast-impl v1.0.23 | 
| 1085 | 2025-02-21T04:36:31.011Z | Downloaded foldhash v0.1.3 | 
| 1086 | 2025-02-21T04:36:31.011Z | Downloaded zerocopy v0.6.6 | 
| 1087 | 2025-02-21T04:36:31.013Z | Downloaded compact_str v0.8.0 | 
| 1088 | 2025-02-21T04:36:31.013Z | Downloaded bumpalo v3.16.0 | 
| 1089 | 2025-02-21T04:36:31.017Z | Downloaded base64 v0.13.1 | 
| 1090 | 2025-02-21T04:36:31.022Z | Downloaded strum_macros v0.24.3 | 
| 1091 | 2025-02-21T04:36:31.022Z | Downloaded ref-cast v1.0.23 | 
| 1092 | 2025-02-21T04:36:31.027Z | Downloaded defmt v0.3.8 | 
| 1093 | 2025-02-21T04:36:31.027Z | Downloaded ppv-lite86 v0.2.20 | 
| 1094 | 2025-02-21T04:36:31.030Z | Downloaded icu_collections v1.5.0 | 
| 1095 | 2025-02-21T04:36:31.034Z | Downloaded darling_macro v0.20.10 | 
| 1096 | 2025-02-21T04:36:31.034Z | Downloaded schemars_derive v0.8.21 | 
| 1097 | 2025-02-21T04:36:31.038Z | Downloaded rustc-hash v1.1.0 | 
| 1098 | 2025-02-21T04:36:31.038Z | Downloaded wyz v0.5.1 | 
| 1099 | 2025-02-21T04:36:31.038Z | Downloaded futures-executor v0.3.31 | 
| 1100 | 2025-02-21T04:36:31.038Z | Downloaded env_logger v0.10.2 | 
| 1101 | 2025-02-21T04:36:31.042Z | Downloaded test-strategy v0.3.1 | 
| 1102 | 2025-02-21T04:36:31.045Z | Downloaded tokio-rustls v0.24.1 | 
| 1103 | 2025-02-21T04:36:31.048Z | Downloaded spki v0.7.3 | 
| 1104 | 2025-02-21T04:36:31.048Z | Downloaded slog-term v2.9.1 | 
| 1105 | 2025-02-21T04:36:31.050Z | Downloaded difflib v0.4.0 | 
| 1106 | 2025-02-21T04:36:31.050Z | Downloaded defmt-macros v0.3.9 | 
| 1107 | 2025-02-21T04:36:31.054Z | Downloaded zeroize_derive v1.4.2 | 
| 1108 | 2025-02-21T04:36:31.059Z | Downloaded zeroize v1.8.1 | 
| 1109 | 2025-02-21T04:36:31.059Z | Downloaded utf-8 v0.7.6 | 
| 1110 | 2025-02-21T04:36:31.059Z | Downloaded rustls-pki-types v1.10.0 | 
| 1111 | 2025-02-21T04:36:31.062Z | Downloaded hyper-rustls v0.27.3 | 
| 1112 | 2025-02-21T04:36:31.062Z | Downloaded heck v0.3.3 | 
| 1113 | 2025-02-21T04:36:31.065Z | Downloaded futures-macro v0.3.31 | 
| 1114 | 2025-02-21T04:36:31.065Z | Downloaded futures-io v0.3.31 | 
| 1115 | 2025-02-21T04:36:31.065Z | Downloaded env_filter v0.1.2 | 
| 1116 | 2025-02-21T04:36:31.067Z | Downloaded bytes v1.9.0 | 
| 1117 | 2025-02-21T04:36:31.070Z | Downloaded base64 v0.21.7 | 
| 1118 | 2025-02-21T04:36:31.073Z | Downloaded dirs-next v2.0.0 | 
| 1119 | 2025-02-21T04:36:31.076Z | Downloaded semver v0.1.20 | 
| 1120 | 2025-02-21T04:36:31.076Z | Downloaded mockall v0.13.0 | 
| 1121 | 2025-02-21T04:36:31.079Z | Downloaded take_mut v0.2.2 | 
| 1122 | 2025-02-21T04:36:31.079Z | Downloaded subtle v2.6.1 | 
| 1123 | 2025-02-21T04:36:31.079Z | Downloaded resolv-conf v0.7.0 | 
| 1124 | 2025-02-21T04:36:31.082Z | Downloaded async-trait v0.1.86 | 
| 1125 | 2025-02-21T04:36:31.086Z | Downloaded allocator-api2 v0.2.18 | 
| 1126 | 2025-02-21T04:36:31.089Z | Downloaded ahash v0.8.11 | 
| 1127 | 2025-02-21T04:36:31.089Z | Downloaded addr2line v0.24.2 | 
| 1128 | 2025-02-21T04:36:31.094Z | Downloaded cookie v0.18.1 | 
| 1129 | 2025-02-21T04:36:31.094Z | Downloaded backoff v0.4.0 | 
| 1130 | 2025-02-21T04:36:31.097Z | Downloaded icu_normalizer v1.5.0 | 
| 1131 | 2025-02-21T04:36:31.100Z | Downloaded internet-checksum v0.2.1 | 
| 1132 | 2025-02-21T04:36:31.102Z | Downloaded impl-trait-for-tuples v0.2.2 | 
| 1133 | 2025-02-21T04:36:31.102Z | Downloaded hubpack v0.1.2 | 
| 1134 | 2025-02-21T04:36:31.107Z | Downloaded crc32fast v1.4.2 | 
| 1135 | 2025-02-21T04:36:31.107Z | Downloaded cookie_store v0.21.1 | 
| 1136 | 2025-02-21T04:36:31.111Z | Downloaded rustc_version v0.1.7 | 
| 1137 | 2025-02-21T04:36:31.111Z | Downloaded jobserver v0.1.32 | 
| 1138 | 2025-02-21T04:36:31.111Z | Downloaded ipnet v2.10.1 | 
| 1139 | 2025-02-21T04:36:31.114Z | Downloaded lock_api v0.4.12 | 
| 1140 | 2025-02-21T04:36:31.114Z | Downloaded litemap v0.7.3 | 
| 1141 | 2025-02-21T04:36:31.116Z | Downloaded iana-time-zone v0.1.61 | 
| 1142 | 2025-02-21T04:36:31.116Z | Downloaded csv-core v0.1.11 | 
| 1143 | 2025-02-21T04:36:31.119Z | Downloaded cancel-safe-futures v0.1.5 | 
| 1144 | 2025-02-21T04:36:31.124Z | Downloaded kstat-rs v0.2.4 | 
| 1145 | 2025-02-21T04:36:31.124Z | Downloaded idna_adapter v1.2.0 | 
| 1146 | 2025-02-21T04:36:31.126Z | Downloaded async-bb8-diesel v0.2.1 | 
| 1147 | 2025-02-21T04:36:31.126Z | Downloaded arrayvec v0.7.6 | 
| 1148 | 2025-02-21T04:36:31.126Z | Downloaded cipher v0.4.4 | 
| 1149 | 2025-02-21T04:36:31.130Z | Downloaded icu_locid_transform v1.5.0 | 
| 1150 | 2025-02-21T04:36:31.133Z | Downloaded hostname v0.3.1 | 
| 1151 | 2025-02-21T04:36:31.133Z | Downloaded curve25519-dalek-derive v0.1.1 | 
| 1152 | 2025-02-21T04:36:31.133Z | Downloaded cfg_aliases v0.2.1 | 
| 1153 | 2025-02-21T04:36:31.133Z | Downloaded linear-map v1.2.0 | 
| 1154 | 2025-02-21T04:36:31.136Z | Downloaded libsw v3.3.1 | 
| 1155 | 2025-02-21T04:36:31.136Z | Downloaded indent_write v2.2.0 | 
| 1156 | 2025-02-21T04:36:31.139Z | Downloaded mime v0.3.17 | 
| 1157 | 2025-02-21T04:36:31.139Z | Downloaded crossbeam-utils v0.8.20 | 
| 1158 | 2025-02-21T04:36:31.142Z | Downloaded bzip2 v0.4.4 | 
| 1159 | 2025-02-21T04:36:31.142Z | Downloaded block-padding v0.3.3 | 
| 1160 | 2025-02-21T04:36:31.145Z | Downloaded buf-list v1.0.3 | 
| 1161 | 2025-02-21T04:36:31.145Z | Downloaded bit-set v0.5.3 | 
| 1162 | 2025-02-21T04:36:31.148Z | Downloaded crunchy v0.2.2 | 
| 1163 | 2025-02-21T04:36:31.148Z | Downloaded base16ct v0.2.0 | 
| 1164 | 2025-02-21T04:36:31.148Z | Downloaded async-recursion v1.1.1 | 
| 1165 | 2025-02-21T04:36:31.152Z | Downloaded aead v0.5.2 | 
| 1166 | 2025-02-21T04:36:31.152Z | Downloaded atomic-waker v1.1.2 | 
| 1167 | 2025-02-21T04:36:31.154Z | Downloaded ciborium-io v0.2.2 | 
| 1168 | 2025-02-21T04:36:31.155Z | Downloaded bcs v0.1.6 | 
| 1169 | 2025-02-21T04:36:31.155Z | Downloaded atomicwrites v0.4.4 | 
| 1170 | 2025-02-21T04:36:31.158Z | Downloaded headers-core v0.3.0 | 
| 1171 | 2025-02-21T04:36:31.158Z | Downloaded cstr-argument v0.1.2 | 
| 1172 | 2025-02-21T04:36:31.158Z | Downloaded lazycell v1.3.0 | 
| 1173 | 2025-02-21T04:36:31.161Z | Downloaded hubpack_derive v0.1.1 | 
| 1174 | 2025-02-21T04:36:31.161Z | Downloaded chacha20 v0.9.1 | 
| 1175 | 2025-02-21T04:36:31.161Z | Downloaded cassowary v0.3.0 | 
| 1176 | 2025-02-21T04:36:31.164Z | Downloaded cobs v0.2.3 | 
| 1177 | 2025-02-21T04:36:31.186Z | Downloaded ring v0.17.8 | 
| 1178 | 2025-02-21T04:36:31.314Z | Downloaded libsqlite3-sys v0.30.1 | 
| 1179 | 2025-02-21T04:36:31.544Z | Downloaded aws-lc-sys v0.22.0 | 
| 1180 | 2025-02-21T04:36:31.853Z | Compiling serde v1.0.217 | 
| 1181 | 2025-02-21T04:36:31.856Z | Compiling lock_api v0.4.12 | 
| 1182 | 2025-02-21T04:36:31.856Z | Compiling value-bag v1.9.0 | 
| 1183 | 2025-02-21T04:36:31.856Z | Compiling scopeguard v1.2.0 | 
| 1184 | 2025-02-21T04:36:31.856Z | Compiling typenum v1.17.0 | 
| 1185 | 2025-02-21T04:36:32.013Z | Compiling generic-array v0.14.7 | 
| 1186 | 2025-02-21T04:36:32.059Z | Compiling syn v2.0.96 | 
| 1187 | 2025-02-21T04:36:32.076Z | Compiling getrandom v0.2.15 | 
| 1188 | 2025-02-21T04:36:32.235Z | Compiling subtle v2.6.1 | 
| 1189 | 2025-02-21T04:36:32.395Z | Compiling rand_core v0.6.4 | 
| 1190 | 2025-02-21T04:36:32.500Z | Compiling log v0.4.22 | 
| 1191 | 2025-02-21T04:36:32.605Z | Compiling shlex v1.3.0 | 
| 1192 | 2025-02-21T04:36:32.624Z | Compiling jobserver v0.1.32 | 
| 1193 | 2025-02-21T04:36:32.673Z | Compiling smallvec v1.13.2 | 
| 1194 | 2025-02-21T04:36:32.950Z | Compiling const-oid v0.9.6 | 
| 1195 | 2025-02-21T04:36:32.996Z | Compiling pin-project-lite v0.2.14 | 
| 1196 | 2025-02-21T04:36:33.017Z | Compiling cc v1.1.30 | 
| 1197 | 2025-02-21T04:36:33.090Z | Compiling rustix v0.38.37 | 
| 1198 | 2025-02-21T04:36:33.133Z | Compiling spin v0.9.8 | 
| 1199 | 2025-02-21T04:36:33.281Z | Compiling parking_lot_core v0.9.10 | 
| 1200 | 2025-02-21T04:36:33.446Z | Compiling futures-core v0.3.31 | 
| 1201 | 2025-02-21T04:36:33.558Z | Compiling signal-hook-registry v1.4.2 | 
| 1202 | 2025-02-21T04:36:33.729Z | Compiling mio v1.0.2 | 
| 1203 | 2025-02-21T04:36:33.947Z | Compiling aho-corasick v1.1.3 | 
| 1204 | 2025-02-21T04:36:34.300Z | Compiling parking_lot v0.12.3 | 
| 1205 | 2025-02-21T04:36:34.370Z | Compiling stable_deref_trait v1.2.0 | 
| 1206 | 2025-02-21T04:36:34.429Z | Compiling regex-syntax v0.8.5 | 
| 1207 | 2025-02-21T04:36:34.497Z | Compiling either v1.13.0 | 
| 1208 | 2025-02-21T04:36:34.824Z | Compiling cpufeatures v0.2.14 | 
| 1209 | 2025-02-21T04:36:34.935Z | Compiling futures-sink v0.3.31 | 
| 1210 | 2025-02-21T04:36:34.952Z | Compiling glob v0.3.2 | 
| 1211 | 2025-02-21T04:36:35.073Z | Compiling socket2 v0.5.7 | 
| 1212 | 2025-02-21T04:36:35.105Z | Compiling slab v0.4.9 | 
| 1213 | 2025-02-21T04:36:35.143Z | Compiling prettyplease v0.2.25 | 
| 1214 | 2025-02-21T04:36:35.537Z | Compiling lazy_static v1.5.0 | 
| 1215 | 2025-02-21T04:36:35.610Z | Compiling serde_json v1.0.135 | 
| 1216 | 2025-02-21T04:36:35.682Z | Compiling minimal-lexical v0.2.1 | 
| 1217 | 2025-02-21T04:36:35.780Z | Compiling clang-sys v1.8.1 | 
| 1218 | 2025-02-21T04:36:35.990Z | Compiling libloading v0.8.5 | 
| 1219 | 2025-02-21T04:36:36.189Z | Compiling nom v7.1.3 | 
| 1220 | 2025-02-21T04:36:36.316Z | Compiling home v0.5.9 | 
| 1221 | 2025-02-21T04:36:36.416Z | Compiling bindgen v0.69.5 | 
| 1222 | 2025-02-21T04:36:36.537Z | Compiling futures-channel v0.3.31 | 
| 1223 | 2025-02-21T04:36:36.671Z | Compiling itertools v0.12.1 | 
| 1224 | 2025-02-21T04:36:36.963Z | Compiling futures-io v0.3.31 | 
| 1225 | 2025-02-21T04:36:37.235Z | Compiling allocator-api2 v0.2.18 | 
| 1226 | 2025-02-21T04:36:37.294Z | Compiling pin-utils v0.1.0 | 
| 1227 | 2025-02-21T04:36:37.406Z | Compiling libm v0.2.8 | 
| 1228 | 2025-02-21T04:36:37.770Z | Compiling lazycell v1.3.0 | 
| 1229 | 2025-02-21T04:36:37.954Z | Compiling foldhash v0.1.3 | 
| 1230 | 2025-02-21T04:36:38.002Z | Compiling rustc-hash v1.1.0 | 
| 1231 | 2025-02-21T04:36:38.178Z | Compiling regex-automata v0.4.8 | 
| 1232 | 2025-02-21T04:36:38.255Z | Compiling futures-task v0.3.31 | 
| 1233 | 2025-02-21T04:36:38.556Z | Compiling hashbrown v0.15.1 | 
| 1234 | 2025-02-21T04:36:38.608Z | Compiling cmake v0.1.51 | 
| 1235 | 2025-02-21T04:36:39.479Z | Compiling synstructure v0.13.1 | 
| 1236 | 2025-02-21T04:36:39.606Z | Compiling cexpr v0.6.0 | 
| 1237 | 2025-02-21T04:36:39.772Z | Compiling num-traits v0.2.19 | 
| 1238 | 2025-02-21T04:36:40.092Z | Compiling pkg-config v0.3.31 | 
| 1239 | 2025-02-21T04:36:40.421Z | Compiling fs_extra v1.3.0 | 
| 1240 | 2025-02-21T04:36:40.817Z | Compiling dunce v1.0.5 | 
| 1241 | 2025-02-21T04:36:41.138Z | Compiling litemap v0.7.3 | 
| 1242 | 2025-02-21T04:36:41.228Z | Compiling writeable v0.5.5 | 
| 1243 | 2025-02-21T04:36:41.394Z | Compiling ring v0.17.8 | 
| 1244 | 2025-02-21T04:36:41.566Z | Compiling paste v1.0.15 | 
| 1245 | 2025-02-21T04:36:41.783Z | Compiling base64ct v1.6.0 | 
| 1246 | 2025-02-21T04:36:42.221Z | Compiling httparse v1.9.5 | 
| 1247 | 2025-02-21T04:36:42.282Z | Compiling pem-rfc7468 v0.7.0 | 
| 1248 | 2025-02-21T04:36:42.360Z | Compiling flagset v0.4.6 | 
| 1249 | 2025-02-21T04:36:42.580Z | Compiling aws-lc-rs v1.10.0 | 
| 1250 | 2025-02-21T04:36:42.887Z | Compiling icu_locid_transform_data v1.5.0 | 
| 1251 | 2025-02-21T04:36:42.993Z | Compiling tracing-core v0.1.32 | 
| 1252 | 2025-02-21T04:36:43.011Z | Compiling icu_properties_data v1.5.0 | 
| 1253 | 2025-02-21T04:36:43.269Z | Compiling rustls-pki-types v1.10.0 | 
| 1254 | 2025-02-21T04:36:43.751Z | Compiling regex v1.11.1 | 
| 1255 | 2025-02-21T04:36:43.980Z | Compiling percent-encoding v2.3.1 | 
| 1256 | 2025-02-21T04:36:44.195Z | Compiling crossbeam-utils v0.8.20 | 
| 1257 | 2025-02-21T04:36:44.282Z | Compiling icu_normalizer_data v1.5.0 | 
| 1258 | 2025-02-21T04:36:44.395Z | Compiling vcpkg v0.2.15 | 
| 1259 | 2025-02-21T04:36:44.507Z | Compiling serde_derive v1.0.217 | 
| 1260 | 2025-02-21T04:36:44.664Z | Compiling zeroize_derive v1.4.2 | 
| 1261 | 2025-02-21T04:36:44.727Z | Compiling zerocopy-derive v0.7.35 | 
| 1262 | 2025-02-21T04:36:44.838Z | Compiling zerofrom-derive v0.1.4 | 
| 1263 | 2025-02-21T04:36:45.980Z | Compiling tokio-macros v2.5.0 | 
| 1264 | 2025-02-21T04:36:46.054Z | Compiling zeroize v1.8.1 | 
| 1265 | 2025-02-21T04:36:46.458Z | Compiling yoke-derive v0.7.4 | 
| 1266 | 2025-02-21T04:36:46.706Z | Compiling zerocopy v0.7.35 | 
| 1267 | 2025-02-21T04:36:47.462Z | Compiling zerovec-derive v0.10.3 | 
| 1268 | 2025-02-21T04:36:47.712Z | Compiling crypto-common v0.1.6 | 
| 1269 | 2025-02-21T04:36:47.959Z | Compiling block-buffer v0.10.4 | 
| 1270 | 2025-02-21T04:36:48.032Z | Compiling thiserror-impl v1.0.69 | 
| 1271 | 2025-02-21T04:36:48.214Z | Compiling digest v0.10.7 | 
| 1272 | 2025-02-21T04:36:48.240Z | Compiling zerofrom v0.1.4 | 
| 1273 | 2025-02-21T04:36:48.258Z | Compiling futures-macro v0.3.31 | 
| 1274 | 2025-02-21T04:36:48.472Z | Compiling displaydoc v0.2.5 | 
| 1275 | 2025-02-21T04:36:48.705Z | Compiling hmac v0.12.1 | 
| 1276 | 2025-02-21T04:36:48.810Z | Compiling block-padding v0.3.3 | 
| 1277 | 2025-02-21T04:36:48.975Z | Compiling sha2 v0.10.8 | 
| 1278 | 2025-02-21T04:36:48.997Z | Compiling yoke v0.7.4 | 
| 1279 | 2025-02-21T04:36:49.063Z | Compiling inout v0.1.3 | 
| 1280 | 2025-02-21T04:36:49.353Z | Compiling cipher v0.4.4 | 
| 1281 | 2025-02-21T04:36:49.353Z | Compiling icu_provider_macros v1.5.0 | 
| 1282 | 2025-02-21T04:36:49.855Z | Compiling ppv-lite86 v0.2.20 | 
| 1283 | 2025-02-21T04:36:49.945Z | Compiling zerovec v0.10.4 | 
| 1284 | 2025-02-21T04:36:49.981Z | Compiling der_derive v0.7.3 | 
| 1285 | 2025-02-21T04:36:50.074Z | Compiling futures-util v0.3.31 | 
| 1286 | 2025-02-21T04:36:50.415Z | Compiling tracing-attributes v0.1.27 | 
| 1287 | 2025-02-21T04:36:50.622Z | Compiling rand_chacha v0.3.1 | 
| 1288 | 2025-02-21T04:36:50.932Z | Compiling thiserror v1.0.69 | 
| 1289 | 2025-02-21T04:36:51.089Z | Compiling pest v2.7.14 | 
| 1290 | 2025-02-21T04:36:51.991Z | Compiling tinystr v0.7.6 | 
| 1291 | 2025-02-21T04:36:52.375Z | Compiling icu_locid v1.5.0 | 
| 1292 | 2025-02-21T04:36:52.401Z | Compiling der v0.7.9 | 
| 1293 | 2025-02-21T04:36:52.620Z | Compiling icu_collections v1.5.0 | 
| 1294 | 2025-02-21T04:36:52.983Z | Compiling rand v0.8.5 | 
| 1295 | 2025-02-21T04:36:53.789Z | Compiling icu_provider v1.5.0 | 
| 1296 | 2025-02-21T04:36:53.925Z | Compiling tracing v0.1.40 | 
| 1297 | 2025-02-21T04:36:54.210Z | Compiling salsa20 v0.10.2 | 
| 1298 | 2025-02-21T04:36:54.331Z | Compiling spki v0.7.3 | 
| 1299 | 2025-02-21T04:36:54.433Z | Compiling pbkdf2 v0.12.2 | 
| 1300 | 2025-02-21T04:36:54.482Z | Compiling icu_locid_transform v1.5.0 | 
| 1301 | 2025-02-21T04:36:54.619Z | Compiling untrusted v0.9.0 | 
| 1302 | 2025-02-21T04:36:54.717Z | Compiling num-conv v0.1.0 | 
| 1303 | 2025-02-21T04:36:54.741Z | Compiling time-core v0.1.2 | 
| 1304 | 2025-02-21T04:36:54.822Z | Compiling untrusted v0.7.1 | 
| 1305 | 2025-02-21T04:36:54.921Z | Compiling utf16_iter v1.0.5 | 
| 1306 | 2025-02-21T04:36:55.014Z | Compiling write16 v1.0.0 | 
| 1307 | 2025-02-21T04:36:55.036Z | Compiling mirai-annotations v1.12.0 | 
| 1308 | 2025-02-21T04:36:55.038Z | Compiling utf8_iter v1.0.4 | 
| 1309 | 2025-02-21T04:36:55.133Z | Compiling powerfmt v0.2.0 | 
| 1310 | 2025-02-21T04:36:55.168Z | Compiling time-macros v0.2.18 | 
| 1311 | 2025-02-21T04:36:55.277Z | Compiling scrypt v0.11.0 | 
| 1312 | 2025-02-21T04:36:55.365Z | Compiling pest_meta v2.7.14 | 
| 1313 | 2025-02-21T04:36:55.511Z | Compiling deranged v0.3.11 | 
| 1314 | 2025-02-21T04:36:55.794Z | Compiling icu_properties v1.5.1 | 
| 1315 | 2025-02-21T04:36:56.506Z | Compiling aes v0.8.4 | 
| 1316 | 2025-02-21T04:36:56.836Z | Compiling cbc v0.1.2 | 
| 1317 | 2025-02-21T04:36:56.991Z | Compiling openssl-sys v0.9.105 | 
| 1318 | 2025-02-21T04:36:57.084Z | Compiling scroll_derive v0.12.0 | 
| 1319 | 2025-02-21T04:36:57.582Z | Compiling bitflags v2.6.0 | 
| 1320 | 2025-02-21T04:36:58.007Z | Compiling bytes v1.9.0 | 
| 1321 | 2025-02-21T04:36:58.504Z | Compiling indexmap v2.7.1 | 
| 1322 | 2025-02-21T04:36:58.535Z | Compiling semver v1.0.24 | 
| 1323 | 2025-02-21T04:36:59.199Z | Compiling tokio v1.43.0 | 
| 1324 | 2025-02-21T04:36:59.248Z | Compiling http v1.2.0 | 
| 1325 | 2025-02-21T04:36:59.344Z | Compiling rustc_version v0.4.1 | 
| 1326 | 2025-02-21T04:36:59.643Z | Compiling icu_normalizer v1.5.0 | 
| 1327 | 2025-02-21T04:36:59.912Z | Compiling tinyvec_macros v0.1.1 | 
| 1328 | 2025-02-21T04:37:00.010Z | Compiling atomic-waker v1.1.2 | 
| 1329 | 2025-02-21T04:37:00.070Z | Compiling num_threads v0.1.7 | 
| 1330 | 2025-02-21T04:37:00.203Z | Compiling time v0.3.36 | 
| 1331 | 2025-02-21T04:37:00.269Z | Compiling tinyvec v1.8.0 | 
| 1332 | 2025-02-21T04:37:00.440Z | Compiling scroll v0.12.0 | 
| 1333 | 2025-02-21T04:37:00.968Z | Compiling http-body v1.0.1 | 
| 1334 | 2025-02-21T04:37:01.028Z | Compiling idna_adapter v1.2.0 | 
| 1335 | 2025-02-21T04:37:01.212Z | Compiling pkcs5 v0.7.1 | 
| 1336 | 2025-02-21T04:37:01.310Z | Compiling pest_generator v2.7.14 | 
| 1337 | 2025-02-21T04:37:01.351Z | Compiling form_urlencoded v1.2.1 | 
| 1338 | 2025-02-21T04:37:01.436Z | Compiling slog v2.7.0 | 
| 1339 | 2025-02-21T04:37:01.632Z | Compiling try-lock v0.2.5 | 
| 1340 | 2025-02-21T04:37:01.662Z | Compiling which v4.4.2 | 
| 1341 | 2025-02-21T04:37:01.823Z | Compiling want v0.3.1 | 
| 1342 | 2025-02-21T04:37:02.162Z | Compiling pkcs8 v0.10.2 | 
| 1343 | 2025-02-21T04:37:02.179Z | Compiling goblin v0.8.2 | 
| 1344 | 2025-02-21T04:37:02.317Z | Compiling idna v1.0.3 | 
| 1345 | 2025-02-21T04:37:02.736Z | Compiling uuid v1.12.0 | 
| 1346 | 2025-02-21T04:37:02.767Z | Compiling httpdate v1.0.3 | 
| 1347 | 2025-02-21T04:37:03.146Z | Compiling pest_derive v2.7.14 | 
| 1348 | 2025-02-21T04:37:03.181Z | Compiling iana-time-zone v0.1.61 | 
| 1349 | 2025-02-21T04:37:03.547Z | Compiling chrono v0.4.39 | 
| 1350 | 2025-02-21T04:37:03.940Z | Compiling dtrace-parser v0.2.0 | 
| 1351 | 2025-02-21T04:37:04.198Z | Compiling toml_datetime v0.6.8 | 
| 1352 | 2025-02-21T04:37:04.589Z | Compiling serde_spanned v0.6.8 | 
| 1353 | 2025-02-21T04:37:04.705Z | Compiling serde_tokenstream v0.2.2 | 
| 1354 | 2025-02-21T04:37:04.758Z | Compiling tower-service v0.3.3 | 
| 1355 | 2025-02-21T04:37:04.853Z | Compiling rustversion v1.0.17 | 
| 1356 | 2025-02-21T04:37:04.919Z | Compiling base64 v0.22.1 | 
| 1357 | 2025-02-21T04:37:05.314Z | Compiling adler2 v2.0.0 | 
| 1358 | 2025-02-21T04:37:05.511Z | Compiling foreign-types-shared v0.1.1 | 
| 1359 | 2025-02-21T04:37:05.514Z | Compiling openssl v0.10.70 | 
| 1360 | 2025-02-21T04:37:05.621Z | Compiling match_cfg v0.1.0 | 
| 1361 | 2025-02-21T04:37:05.641Z | Compiling foreign-types v0.3.2 | 
| 1362 | 2025-02-21T04:37:05.728Z | Compiling hostname v0.3.1 | 
| 1363 | 2025-02-21T04:37:05.784Z | Compiling miniz_oxide v0.8.0 | 
| 1364 | 2025-02-21T04:37:05.821Z | Compiling url v2.5.3 | 
| 1365 | 2025-02-21T04:37:05.997Z | Compiling async-trait v0.1.86 | 
| 1366 | 2025-02-21T04:37:06.777Z | Compiling openssl-macros v0.1.1 | 
| 1367 | 2025-02-21T04:37:07.194Z | Compiling tokio-util v0.7.12 | 
| 1368 | 2025-02-21T04:37:07.250Z | Compiling serde_derive_internals v0.29.1 | 
| 1369 | 2025-02-21T04:37:07.492Z | Compiling dirs-sys-next v0.1.2 | 
| 1370 | 2025-02-21T04:37:07.570Z | Compiling native-tls v0.2.12 | 
| 1371 | 2025-02-21T04:37:07.928Z | Compiling dof v0.3.0 | 
| 1372 | 2025-02-21T04:37:08.047Z | Compiling rustls v0.23.19 | 
| 1373 | 2025-02-21T04:37:08.353Z | Compiling h2 v0.4.6 | 
| 1374 | 2025-02-21T04:37:08.396Z | Compiling data-encoding v2.6.0 | 
| 1375 | 2025-02-21T04:37:08.426Z | Compiling rustls v0.22.4 | 
| 1376 | 2025-02-21T04:37:08.714Z | Compiling usdt-impl v0.5.0 | 
| 1377 | 2025-02-21T04:37:09.422Z | Compiling schemars v0.8.21 | 
| 1378 | 2025-02-21T04:37:09.700Z | Compiling siphasher v0.3.11 | 
| 1379 | 2025-02-21T04:37:09.786Z | Compiling syn v1.0.109 | 
| 1380 | 2025-02-21T04:37:10.089Z | Compiling schemars_derive v0.8.21 | 
| 1381 | 2025-02-21T04:37:10.178Z | Compiling dirs-next v2.0.0 | 
| 1382 | 2025-02-21T04:37:10.473Z | Compiling unicode-normalization v0.1.24 | 
| 1383 | 2025-02-21T04:37:11.161Z | Compiling http-body-util v0.1.2 | 
| 1384 | 2025-02-21T04:37:11.634Z | Compiling heapless v0.7.17 | 
| 1385 | 2025-02-21T04:37:11.683Z | Compiling crossbeam-epoch v0.9.18 | 
| 1386 | 2025-02-21T04:37:11.728Z | Compiling sha1 v0.10.6 | 
| 1387 | 2025-02-21T04:37:12.101Z | Compiling signature v2.2.0 | 
| 1388 | 2025-02-21T04:37:12.138Z | Compiling bzip2-sys v0.1.11+1.0.8 | 
| 1389 | 2025-02-21T04:37:12.334Z | Compiling thread_local v1.1.8 | 
| 1390 | 2025-02-21T04:37:12.375Z | Compiling multer v3.1.0 | 
| 1391 | 2025-02-21T04:37:12.396Z | Compiling cookie v0.18.1 | 
| 1392 | 2025-02-21T04:37:12.614Z | Compiling encoding_rs v0.8.34 | 
| 1393 | 2025-02-21T04:37:12.700Z | Compiling rayon-core v1.12.1 | 
| 1394 | 2025-02-21T04:37:12.706Z | Compiling openssl-probe v0.1.5 | 
| 1395 | 2025-02-21T04:37:12.827Z | Compiling unicode-properties v0.1.3 | 
| 1396 | 2025-02-21T04:37:13.000Z | Compiling dyn-clone v1.0.17 | 
| 1397 | 2025-02-21T04:37:13.026Z | Compiling signal-hook v0.3.17 | 
| 1398 | 2025-02-21T04:37:13.047Z | Compiling mime v0.3.17 | 
| 1399 | 2025-02-21T04:37:13.204Z | Compiling slog-async v2.8.0 | 
| 1400 | 2025-02-21T04:37:13.204Z | Compiling gimli v0.31.1 | 
| 1401 | 2025-02-21T04:37:13.324Z | Compiling ipnet v2.10.1 | 
| 1402 | 2025-02-21T04:37:13.523Z | Compiling unicode-bidi v0.3.17 | 
| 1403 | 2025-02-21T04:37:13.759Z | Compiling toml_edit v0.22.22 | 
| 1404 | 2025-02-21T04:37:14.344Z | Compiling stringprep v0.1.5 | 
| 1405 | 2025-02-21T04:37:15.601Z | Compiling hyper v1.5.2 | 
| 1406 | 2025-02-21T04:37:17.344Z | Compiling addr2line v0.24.2 | 
| 1407 | 2025-02-21T04:37:17.854Z | Compiling hyper-util v0.1.10 | 
| 1408 | 2025-02-21T04:37:18.025Z | Compiling crossbeam-deque v0.8.5 | 
| 1409 | 2025-02-21T04:37:18.126Z | Compiling usdt-attr-macro v0.5.0 | 
| 1410 | 2025-02-21T04:37:18.128Z | Compiling usdt-macro v0.5.0 | 
| 1411 | 2025-02-21T04:37:18.912Z | Compiling term v0.7.0 | 
| 1412 | 2025-02-21T04:37:19.450Z | Compiling slog-json v2.6.1 | 
| 1413 | 2025-02-21T04:37:19.648Z | Compiling serde_urlencoded v0.7.1 | 
| 1414 | 2025-02-21T04:37:19.668Z | Compiling curve25519-dalek v4.1.3 | 
| 1415 | 2025-02-21T04:37:19.820Z | Compiling crossbeam-channel v0.5.13 | 
| 1416 | 2025-02-21T04:37:20.173Z | Compiling futures-executor v0.3.31 | 
| 1417 | 2025-02-21T04:37:20.191Z | Compiling enum-as-inner v0.6.1 | 
| 1418 | 2025-02-21T04:37:20.367Z | Compiling md-5 v0.10.6 | 
| 1419 | 2025-02-21T04:37:20.643Z | Compiling async-stream-impl v0.3.6 | 
| 1420 | 2025-02-21T04:37:20.657Z | Compiling rustls-pemfile v2.2.0 | 
| 1421 | 2025-02-21T04:37:20.661Z | Compiling num-integer v0.1.46 | 
| 1422 | 2025-02-21T04:37:20.796Z | Compiling hash32 v0.2.1 | 
| 1423 | 2025-02-21T04:37:20.841Z | Compiling ff v0.13.0 | 
| 1424 | 2025-02-21T04:37:20.970Z | Compiling is-terminal v0.4.13 | 
| 1425 | 2025-02-21T04:37:21.052Z | Compiling memoffset v0.9.1 | 
| 1426 | 2025-02-21T04:37:21.123Z | Compiling dropshot v0.12.0 | 
| 1427 | 2025-02-21T04:37:21.143Z | Compiling object v0.36.5 | 
| 1428 | 2025-02-21T04:37:21.160Z | Compiling base16ct v0.2.0 | 
| 1429 | 2025-02-21T04:37:21.409Z | Compiling take_mut v0.2.2 | 
| 1430 | 2025-02-21T04:37:21.432Z | Compiling portable-atomic v1.9.0 | 
| 1431 | 2025-02-21T04:37:21.459Z | Compiling rustc-demangle v0.1.24 | 
| 1432 | 2025-02-21T04:37:21.501Z | Compiling psl-types v2.0.11 | 
| 1433 | 2025-02-21T04:37:21.582Z | Compiling num-bigint-dig v0.8.4 | 
| 1434 | 2025-02-21T04:37:21.701Z | Compiling fallible-iterator v0.2.0 | 
| 1435 | 2025-02-21T04:37:21.893Z | Compiling cfg_aliases v0.2.1 | 
| 1436 | 2025-02-21T04:37:21.912Z | Compiling quick-error v1.2.3 | 
| 1437 | 2025-02-21T04:37:22.008Z | Compiling linked-hash-map v0.5.6 | 
| 1438 | 2025-02-21T04:37:22.082Z | Compiling litrs v0.4.1 | 
| 1439 | 2025-02-21T04:37:22.331Z | Compiling anyhow v1.0.95 | 
| 1440 | 2025-02-21T04:37:22.355Z | Compiling utf-8 v0.7.6 | 
| 1441 | 2025-02-21T04:37:22.374Z | Compiling smoltcp v0.9.1 | 
| 1442 | 2025-02-21T04:37:22.476Z | Compiling postgres-protocol v0.6.7 | 
| 1443 | 2025-02-21T04:37:22.675Z | Compiling tungstenite v0.24.0 | 
| 1444 | 2025-02-21T04:37:23.015Z | Compiling lru-cache v0.1.2 | 
| 1445 | 2025-02-21T04:37:23.134Z | Compiling document-features v0.2.10 | 
| 1446 | 2025-02-21T04:37:23.220Z | Compiling resolv-conf v0.7.0 | 
| 1447 | 2025-02-21T04:37:23.295Z | Compiling nix v0.29.0 | 
| 1448 | 2025-02-21T04:37:23.640Z | Compiling async-stream v0.3.6 | 
| 1449 | 2025-02-21T04:37:23.899Z | Compiling publicsuffix v2.3.0 | 
| 1450 | 2025-02-21T04:37:24.211Z | Compiling sec1 v0.7.3 | 
| 1451 | 2025-02-21T04:37:24.278Z | Compiling num-iter v0.1.45 | 
| 1452 | 2025-02-21T04:37:24.338Z | Compiling hickory-proto v0.24.3 | 
| 1453 | 2025-02-21T04:37:24.476Z | Compiling slog-term v2.9.1 | 
| 1454 | 2025-02-21T04:37:24.753Z | Compiling group v0.13.0 | 
| 1455 | 2025-02-21T04:37:24.926Z | Compiling usdt v0.5.0 | 
| 1456 | 2025-02-21T04:37:25.059Z | Compiling futures v0.3.31 | 
| 1457 | 2025-02-21T04:37:25.296Z | Compiling slog-bunyan v2.5.0 | 
| 1458 | 2025-02-21T04:37:25.617Z | Compiling toml v0.8.19 | 
| 1459 | 2025-02-21T04:37:26.512Z | Compiling tokio-native-tls v0.3.1 | 
| 1460 | 2025-02-21T04:37:26.807Z | Compiling camino v1.1.9 | 
| 1461 | 2025-02-21T04:37:27.038Z | Compiling phf_shared v0.11.2 | 
| 1462 | 2025-02-21T04:37:27.091Z | Compiling dropshot_endpoint v0.12.0 | 
| 1463 | 2025-02-21T04:37:27.407Z | Compiling terminal_size v0.4.0 | 
| 1464 | 2025-02-21T04:37:27.482Z | Compiling waitgroup v0.1.2 | 
| 1465 | 2025-02-21T04:37:27.635Z | Compiling openapiv3 v2.0.0 | 
| 1466 | 2025-02-21T04:37:27.656Z | Compiling serde_path_to_error v0.1.16 | 
| 1467 | 2025-02-21T04:37:27.707Z | Compiling backtrace v0.3.74 | 
| 1468 | 2025-02-21T04:37:28.266Z | Compiling hkdf v0.12.4 | 
| 1469 | 2025-02-21T04:37:28.415Z | Compiling crypto-bigint v0.5.5 | 
| 1470 | 2025-02-21T04:37:28.538Z | Compiling curve25519-dalek-derive v0.1.1 | 
| 1471 | 2025-02-21T04:37:29.968Z | Compiling zerocopy-derive v0.6.6 | 
| 1472 | 2025-02-21T04:37:30.035Z | Compiling hubpack_derive v0.1.1 | 
| 1473 | 2025-02-21T04:37:30.555Z | Compiling webpki-roots v0.26.6 | 
| 1474 | 2025-02-21T04:37:30.776Z | Compiling hostname v0.4.0 | 
| 1475 | 2025-02-21T04:37:30.933Z | Compiling fs-err v2.11.0 | 
| 1476 | 2025-02-21T04:37:30.992Z | Compiling crc32fast v1.4.2 | 
| 1477 | 2025-02-21T04:37:31.063Z | Compiling ahash v0.8.11 | 
| 1478 | 2025-02-21T04:37:31.256Z | Compiling debug-ignore v1.0.5 | 
| 1479 | 2025-02-21T04:37:31.381Z | Compiling newtype-uuid v1.2.1 | 
| 1480 | 2025-02-21T04:37:31.426Z | Compiling unicode-width v0.2.0 | 
| 1481 | 2025-02-21T04:37:31.447Z | Compiling bitflags v1.3.2 | 
| 1482 | 2025-02-21T04:37:31.561Z | Compiling winnow v0.5.40 | 
| 1483 | 2025-02-21T04:37:31.581Z | Compiling managed v0.8.0 | 
| 1484 | 2025-02-21T04:37:31.679Z | Compiling clap_builder v4.5.27 | 
| 1485 | 2025-02-21T04:37:31.919Z | Compiling zerocopy v0.6.6 | 
| 1486 | 2025-02-21T04:37:31.964Z | Compiling console v0.15.10 | 
| 1487 | 2025-02-21T04:37:32.692Z | Compiling strum_macros v0.25.3 | 
| 1488 | 2025-02-21T04:37:33.240Z | Compiling elliptic-curve v0.13.8 | 
| 1489 | 2025-02-21T04:37:33.471Z | Compiling flate2 v1.0.35 | 
| 1490 | 2025-02-21T04:37:33.925Z | Compiling hubpack v0.1.2 | 
| 1491 | 2025-02-21T04:37:34.295Z | Compiling hickory-resolver v0.24.3 | 
| 1492 | 2025-02-21T04:37:34.345Z | Compiling phf v0.11.2 | 
| 1493 | 2025-02-21T04:37:34.625Z | Compiling signal-hook-mio v0.2.4 | 
| 1494 | 2025-02-21T04:37:34.798Z | Compiling toml_edit v0.19.15 | 
| 1495 | 2025-02-21T04:37:34.983Z | Compiling hyper-tls v0.6.0 | 
| 1496 | 2025-02-21T04:37:35.080Z | Compiling rayon v1.10.0 | 
| 1497 | 2025-02-21T04:37:35.377Z | Compiling cookie_store v0.21.1 | 
| 1498 | 2025-02-21T04:37:36.277Z | Compiling bzip2 v0.4.4 | 
| 1499 | 2025-02-21T04:37:36.917Z | Compiling tokio-tungstenite v0.24.0 | 
| 1500 | 2025-02-21T04:37:37.479Z | Compiling postgres-types v0.2.8 | 
| 1501 | 2025-02-21T04:37:39.424Z | Compiling ed25519 v2.2.3 | 
| 1502 | 2025-02-21T04:37:39.524Z | Compiling phf_shared v0.10.0 | 
| 1503 | 2025-02-21T04:37:39.895Z | Compiling tokio-stream v0.1.16 | 
| 1504 | 2025-02-21T04:37:39.916Z | Compiling pkcs1 v0.7.5 | 
| 1505 | 2025-02-21T04:37:40.000Z | Compiling serde-big-array v0.5.1 | 
| 1506 | 2025-02-21T04:37:40.246Z | Compiling clap_derive v4.5.24 | 
| 1507 | 2025-02-21T04:37:40.788Z | Compiling rfc6979 v0.4.0 | 
| 1508 | 2025-02-21T04:37:40.829Z | Compiling derive-where v1.2.7 | 
| 1509 | 2025-02-21T04:37:40.993Z | Compiling serde_repr v0.1.19 | 
| 1510 | 2025-02-21T04:37:41.247Z | Compiling bstr v1.10.0 | 
| 1511 | 2025-02-21T04:37:41.650Z | Compiling float-cmp v0.9.0 | 
| 1512 | 2025-02-21T04:37:41.865Z | Compiling sync_wrapper v1.0.1 | 
| 1513 | 2025-02-21T04:37:41.958Z | Compiling predicates-core v1.0.8 | 
| 1514 | 2025-02-21T04:37:42.029Z | Compiling bit-vec v0.6.3 | 
| 1515 | 2025-02-21T04:37:42.128Z | Compiling normalize-line-endings v0.3.0 | 
| 1516 | 2025-02-21T04:37:42.273Z | Compiling static_assertions v1.1.0 | 
| 1517 | 2025-02-21T04:37:42.291Z | Compiling difflib v0.4.0 | 
| 1518 | 2025-02-21T04:37:42.386Z | Compiling fixedbitset v0.4.2 | 
| 1519 | 2025-02-21T04:37:42.440Z | Compiling precomputed-hash v0.1.1 | 
| 1520 | 2025-02-21T04:37:42.579Z | Compiling number_prefix v0.4.0 | 
| 1521 | 2025-02-21T04:37:42.742Z | Compiling unicode-segmentation v1.12.0 | 
| 1522 | 2025-02-21T04:37:42.815Z | Compiling whoami v1.5.2 | 
| 1523 | 2025-02-21T04:37:42.815Z | Compiling new_debug_unreachable v1.0.6 | 
| 1524 | 2025-02-21T04:37:42.935Z | Compiling string_cache v0.8.7 | 
| 1525 | 2025-02-21T04:37:43.374Z | Compiling tokio-postgres v0.7.12 | 
| 1526 | 2025-02-21T04:37:43.395Z | Compiling indicatif v0.17.11 | 
| 1527 | 2025-02-21T04:37:43.554Z | Compiling similar v2.6.0 | 
| 1528 | 2025-02-21T04:37:43.596Z | Compiling predicates v3.1.2 | 
| 1529 | 2025-02-21T04:37:43.937Z | Compiling petgraph v0.6.5 | 
| 1530 | 2025-02-21T04:37:44.681Z | Compiling clap v4.5.27 | 
| 1531 | 2025-02-21T04:37:44.812Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) | 
| 1532 | 2025-02-21T04:37:45.048Z | Compiling bit-set v0.5.3 | 
| 1533 | 2025-02-21T04:37:45.321Z | Compiling ecdsa v0.16.9 | 
| 1534 | 2025-02-21T04:37:45.346Z | Compiling rsa v0.9.6 | 
| 1535 | 2025-02-21T04:37:45.648Z | Compiling ed25519-dalek v2.1.1 | 
| 1536 | 2025-02-21T04:37:46.137Z | Compiling toml v0.7.8 | 
| 1537 | 2025-02-21T04:37:47.547Z | Compiling zip v0.6.6 | 
| 1538 | 2025-02-21T04:37:47.596Z | Compiling crossterm v0.28.1 | 
| 1539 | 2025-02-21T04:37:49.341Z | Compiling hex v0.4.3 | 
| 1540 | 2025-02-21T04:37:49.504Z | Compiling x509-cert v0.2.5 | 
| 1541 | 2025-02-21T04:37:49.665Z | Compiling itertools v0.10.5 | 
| 1542 | 2025-02-21T04:37:49.931Z | Compiling unicode-xid v0.2.6 | 
| 1543 | 2025-02-21T04:37:50.141Z | Compiling peg-runtime v0.8.3 | 
| 1544 | 2025-02-21T04:37:50.571Z | Compiling lalrpop-util v0.19.12 | 
| 1545 | 2025-02-21T04:37:50.706Z | Compiling strum_macros v0.26.4 | 
| 1546 | 2025-02-21T04:37:50.790Z | Compiling xattr v1.3.1 | 
| 1547 | 2025-02-21T04:37:50.957Z | Compiling filetime v0.2.25 | 
| 1548 | 2025-02-21T04:37:51.270Z | Compiling tar v0.4.42 | 
| 1549 | 2025-02-21T04:37:55.239Z | Compiling strum v0.26.3 | 
| 1550 | 2025-02-21T04:37:58.298Z | Compiling aws-lc-sys v0.22.0 | 
| 1551 | 2025-02-21T04:38:25.786Z | Compiling rustls-webpki v0.102.8 | 
| 1552 | 2025-02-21T04:38:28.957Z | Compiling tokio-rustls v0.25.0 | 
| 1553 | 2025-02-21T04:38:30.568Z | Compiling tokio-rustls v0.26.0 | 
| 1554 | 2025-02-21T04:38:30.897Z | Compiling hyper-rustls v0.27.3 | 
| 1555 | 2025-02-21T04:38:31.194Z | Compiling reqwest v0.12.9 | 
| 1556 | 2025-02-21T04:38:32.512Z | Compiling qorb v0.2.1 | 
| 1557 | 2025-02-21T04:38:35.449Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) | 
| 1558 | 2025-02-21T04:38:35.711Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) | 
| 1559 | 2025-02-21T04:38:40.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 11s | 
| 1560 | 2025-02-21T04:38:40.241Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` | 
| 1561 | 2025-02-21T04:38:40.291Z | Feb 21 04:38:39.187 INFO Starting download, target: Console | 
| 1562 | 2025-02-21T04:38:40.291Z | Feb 21 04:38:39.187 INFO Starting download, target: Clickhouse | 
| 1563 | 2025-02-21T04:38:40.293Z | Feb 21 04:38:39.187 INFO Starting download, target: Cockroach | 
| 1564 | 2025-02-21T04:38:40.293Z | Feb 21 04:38:39.187 INFO Starting download, target: DendriteOpenapi | 
| 1565 | 2025-02-21T04:38:40.293Z | Feb 21 04:38:39.187 INFO Starting download, target: DendriteStub | 
| 1566 | 2025-02-21T04:38:40.293Z | Feb 21 04:38:39.187 INFO Starting download, target: MaghemiteMgd | 
| 1567 | 2025-02-21T04:38:40.293Z | Feb 21 04:38:39.187 INFO Starting download, target: TransceiverControl | 
| 1568 | 2025-02-21T04:38:40.293Z | Feb 21 04:38:39.188 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console | 
| 1569 | 2025-02-21T04:38:40.294Z | Feb 21 04:38:39.188 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl | 
| 1570 | 2025-02-21T04:38:40.294Z | Feb 21 04:38:39.188 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi | 
| 1571 | 2025-02-21T04:38:40.294Z | Feb 21 04:38:39.188 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd | 
| 1572 | 2025-02-21T04:38:40.294Z | Feb 21 04:38:39.188 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach | 
| 1573 | 2025-02-21T04:38:40.294Z | Feb 21 04:38:39.188 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub | 
| 1574 | 2025-02-21T04:38:40.294Z | Feb 21 04:38:39.188 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse | 
| 1575 | 2025-02-21T04:38:40.436Z | Feb 21 04:38:39.331 INFO Download complete, target: DendriteOpenapi | 
| 1576 | 2025-02-21T04:38:40.625Z | Feb 21 04:38:39.517 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl | 
| 1577 | 2025-02-21T04:38:40.846Z | Feb 21 04:38:39.727 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console | 
| 1578 | 2025-02-21T04:38:41.140Z | Feb 21 04:38:40.031 INFO Download complete, target: TransceiverControl | 
| 1579 | 2025-02-21T04:38:41.170Z | Feb 21 04:38:40.050 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub | 
| 1580 | 2025-02-21T04:38:41.195Z | Feb 21 04:38:40.082 INFO Download complete, target: Console | 
| 1581 | 2025-02-21T04:38:41.450Z | Feb 21 04:38:40.344 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd | 
| 1582 | 2025-02-21T04:38:41.848Z | Feb 21 04:38:40.720 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach | 
| 1583 | 2025-02-21T04:38:41.848Z | Feb 21 04:38:40.720 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach | 
| 1584 | 2025-02-21T04:38:42.282Z | Feb 21 04:38:41.174 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse | 
| 1585 | 2025-02-21T04:38:44.017Z | Feb 21 04:38:42.913 INFO Download complete, target: DendriteStub | 
| 1586 | 2025-02-21T04:38:44.508Z | Feb 21 04:38:43.402 INFO Download complete, target: MaghemiteMgd | 
| 1587 | 2025-02-21T04:38:49.218Z | Feb 21 04:38:48.113 INFO Checking that binary works, target: Cockroach | 
| 1588 | 2025-02-21T04:38:49.378Z | Feb 21 04:38:48.273 INFO Download complete, target: Cockroach | 
| 1589 | 2025-02-21T04:38:54.656Z | Feb 21 04:38:53.550 INFO Checking that binary works, target: Clickhouse | 
| 1590 | 2025-02-21T04:38:54.781Z | Feb 21 04:38:53.674 INFO Download complete, target: Clickhouse | 
| 1591 | 2025-02-21T04:38:54.789Z | All prerequisites installed successfully | 
| 1592 | 2025-02-21T04:38:54.791Z |  | 
| 1593 | 2025-02-21T04:38:54.791Z | real     5:05.393735659 | 
| 1594 | 2025-02-21T04:38:54.791Z | user    15:25.112797505 | 
| 1595 | 2025-02-21T04:38:54.791Z | sys      2:05.412228019 | 
| 1596 | 2025-02-21T04:38:54.791Z | trap        0.564672568 | 
| 1597 | 2025-02-21T04:38:54.791Z | tflt        1.049824366 | 
| 1598 | 2025-02-21T04:38:54.791Z | dflt        1.478973174 | 
| 1599 | 2025-02-21T04:38:54.791Z | kflt        0.025923057 | 
| 1600 | 2025-02-21T04:38:54.791Z | lock    23:53.277061915 | 
| 1601 | 2025-02-21T04:38:54.791Z | slp     54:38.709421835 | 
| 1602 | 2025-02-21T04:38:54.791Z | lat        59.261877959 | 
| 1603 | 2025-02-21T04:38:54.792Z | stop     2:22.968465557 | 
| 1604 | 2025-02-21T04:38:54.792Z | + ptime -m cargo xtask download softnpu | 
| 1605 | 2025-02-21T04:38:55.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s | 
| 1606 | 2025-02-21T04:38:55.350Z | Running `target/debug/xtask download softnpu` | 
| 1607 | 2025-02-21T04:38:56.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s | 
| 1608 | 2025-02-21T04:38:56.239Z | Running `target/debug/xtask-downloader softnpu` | 
| 1609 | 2025-02-21T04:38:56.275Z | Feb 21 04:38:55.168 INFO Starting download, target: Softnpu | 
| 1610 | 2025-02-21T04:38:56.278Z | Feb 21 04:38:55.169 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu | 
| 1611 | 2025-02-21T04:38:56.928Z | Feb 21 04:38:55.822 INFO Download complete, target: Softnpu | 
| 1612 | 2025-02-21T04:38:56.932Z |  | 
| 1613 | 2025-02-21T04:38:56.935Z | real        2.136253514 | 
| 1614 | 2025-02-21T04:38:56.935Z | user        1.299171383 | 
| 1615 | 2025-02-21T04:38:56.935Z | sys         0.529763510 | 
| 1616 | 2025-02-21T04:38:56.935Z | trap        0.000557715 | 
| 1617 | 2025-02-21T04:38:56.935Z | tflt        0.000072015 | 
| 1618 | 2025-02-21T04:38:56.935Z | dflt        0.000069519 | 
| 1619 | 2025-02-21T04:38:56.935Z | kflt        0.000000000 | 
| 1620 | 2025-02-21T04:38:56.935Z | lock        6.712465958 | 
| 1621 | 2025-02-21T04:38:56.935Z | slp         0.456146140 | 
| 1622 | 2025-02-21T04:38:56.935Z | lat         0.065344562 | 
| 1623 | 2025-02-21T04:38:56.935Z | stop        0.000165415 | 
| 1624 | 2025-02-21T04:38:56.935Z | + export CARGO_INCREMENTAL=0 | 
| 1625 | 2025-02-21T04:38:56.935Z | + CARGO_INCREMENTAL=0 | 
| 1626 | 2025-02-21T04:38:56.935Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev | 
| 1627 | 2025-02-21T04:38:57.892Z | Compiling proc-macro2 v1.0.92 | 
| 1628 | 2025-02-21T04:38:57.892Z | Compiling unicode-ident v1.0.14 | 
| 1629 | 2025-02-21T04:38:57.905Z | Compiling libc v0.2.169 | 
| 1630 | 2025-02-21T04:38:57.905Z | Compiling serde v1.0.217 | 
| 1631 | 2025-02-21T04:38:57.905Z | Compiling autocfg v1.4.0 | 
| 1632 | 2025-02-21T04:38:57.905Z | Compiling version_check v0.9.5 | 
| 1633 | 2025-02-21T04:38:57.905Z | Compiling cfg-if v1.0.0 | 
| 1634 | 2025-02-21T04:38:58.179Z | Compiling memchr v2.7.4 | 
| 1635 | 2025-02-21T04:38:58.202Z | Compiling typenum v1.17.0 | 
| 1636 | 2025-02-21T04:38:58.226Z | Compiling shlex v1.3.0 | 
| 1637 | 2025-02-21T04:38:58.594Z | Compiling value-bag v1.9.0 | 
| 1638 | 2025-02-21T04:38:58.615Z | Compiling generic-array v0.14.7 | 
| 1639 | 2025-02-21T04:38:58.630Z | Compiling scopeguard v1.2.0 | 
| 1640 | 2025-02-21T04:38:58.841Z | Compiling lock_api v0.4.12 | 
| 1641 | 2025-02-21T04:38:59.065Z | Compiling log v0.4.22 | 
| 1642 | 2025-02-21T04:38:59.091Z | Compiling parking_lot_core v0.9.10 | 
| 1643 | 2025-02-21T04:38:59.433Z | Compiling serde_json v1.0.135 | 
| 1644 | 2025-02-21T04:38:59.495Z | Compiling once_cell v1.20.2 | 
| 1645 | 2025-02-21T04:38:59.729Z | Compiling quote v1.0.38 | 
| 1646 | 2025-02-21T04:38:59.765Z | Compiling rustix v0.38.37 | 
| 1647 | 2025-02-21T04:38:59.768Z | Compiling libm v0.2.8 | 
| 1648 | 2025-02-21T04:38:59.862Z | Compiling aho-corasick v1.1.3 | 
| 1649 | 2025-02-21T04:39:00.073Z | Compiling jobserver v0.1.32 | 
| 1650 | 2025-02-21T04:39:00.108Z | Compiling getrandom v0.2.15 | 
| 1651 | 2025-02-21T04:39:00.139Z | Compiling syn v2.0.96 | 
| 1652 | 2025-02-21T04:39:00.401Z | Compiling num-traits v0.2.19 | 
| 1653 | 2025-02-21T04:39:00.476Z | Compiling cc v1.1.30 | 
| 1654 | 2025-02-21T04:39:00.581Z | Compiling regex-syntax v0.8.5 | 
| 1655 | 2025-02-21T04:39:00.622Z | Compiling thiserror v1.0.69 | 
| 1656 | 2025-02-21T04:39:00.753Z | Compiling either v1.13.0 | 
| 1657 | 2025-02-21T04:39:00.776Z | Compiling itoa v1.0.11 | 
| 1658 | 2025-02-21T04:39:01.128Z | Compiling spin v0.9.8 | 
| 1659 | 2025-02-21T04:39:01.171Z | Compiling slab v0.4.9 | 
| 1660 | 2025-02-21T04:39:01.406Z | Compiling errno v0.3.9 | 
| 1661 | 2025-02-21T04:39:01.533Z | Compiling byteorder v1.5.0 | 
| 1662 | 2025-02-21T04:39:01.657Z | Compiling rand_core v0.6.4 | 
| 1663 | 2025-02-21T04:39:02.294Z | Compiling glob v0.3.2 | 
| 1664 | 2025-02-21T04:39:02.368Z | Compiling prettyplease v0.2.25 | 
| 1665 | 2025-02-21T04:39:02.424Z | Compiling lazy_static v1.5.0 | 
| 1666 | 2025-02-21T04:39:02.750Z | Compiling minimal-lexical v0.2.1 | 
| 1667 | 2025-02-21T04:39:03.003Z | Compiling clang-sys v1.8.1 | 
| 1668 | 2025-02-21T04:39:03.217Z | Compiling nom v7.1.3 | 
| 1669 | 2025-02-21T04:39:03.305Z | Compiling libloading v0.8.5 | 
| 1670 | 2025-02-21T04:39:03.351Z | Compiling smallvec v1.13.2 | 
| 1671 | 2025-02-21T04:39:03.513Z | Compiling bindgen v0.69.5 | 
| 1672 | 2025-02-21T04:39:03.645Z | Compiling home v0.5.9 | 
| 1673 | 2025-02-21T04:39:03.691Z | Compiling subtle v2.6.1 | 
| 1674 | 2025-02-21T04:39:03.849Z | Compiling itertools v0.12.1 | 
| 1675 | 2025-02-21T04:39:04.001Z | Compiling lazycell v1.3.0 | 
| 1676 | 2025-02-21T04:39:04.036Z | Compiling allocator-api2 v0.2.18 | 
| 1677 | 2025-02-21T04:39:04.067Z | Compiling rustc-hash v1.1.0 | 
| 1678 | 2025-02-21T04:39:04.183Z | Compiling regex-automata v0.4.8 | 
| 1679 | 2025-02-21T04:39:04.520Z | Compiling cmake v0.1.51 | 
| 1680 | 2025-02-21T04:39:04.931Z | Compiling semver v1.0.24 | 
| 1681 | 2025-02-21T04:39:05.441Z | Compiling fs_extra v1.3.0 | 
| 1682 | 2025-02-21T04:39:05.746Z | Compiling dunce v1.0.5 | 
| 1683 | 2025-02-21T04:39:05.920Z | Compiling pkg-config v0.3.31 | 
| 1684 | 2025-02-21T04:39:05.962Z | Compiling ring v0.17.8 | 
| 1685 | 2025-02-21T04:39:06.442Z | Compiling cexpr v0.6.0 | 
| 1686 | 2025-02-21T04:39:06.923Z | Compiling ryu v1.0.18 | 
| 1687 | 2025-02-21T04:39:06.958Z | Compiling paste v1.0.15 | 
| 1688 | 2025-02-21T04:39:06.975Z | Compiling pin-project-lite v0.2.14 | 
| 1689 | 2025-02-21T04:39:07.216Z | Compiling synstructure v0.13.1 | 
| 1690 | 2025-02-21T04:39:07.765Z | Compiling const-oid v0.9.6 | 
| 1691 | 2025-02-21T04:39:07.803Z | Compiling httparse v1.9.5 | 
| 1692 | 2025-02-21T04:39:08.380Z | Compiling aws-lc-rs v1.10.0 | 
| 1693 | 2025-02-21T04:39:08.435Z | Compiling fnv v1.0.7 | 
| 1694 | 2025-02-21T04:39:08.490Z | Compiling schemars v0.8.21 | 
| 1695 | 2025-02-21T04:39:08.581Z | Compiling serde_derive_internals v0.29.1 | 
| 1696 | 2025-02-21T04:39:08.883Z | Compiling foldhash v0.1.3 | 
| 1697 | 2025-02-21T04:39:08.911Z | Compiling equivalent v1.0.1 | 
| 1698 | 2025-02-21T04:39:09.179Z | Compiling hashbrown v0.15.1 | 
| 1699 | 2025-02-21T04:39:09.675Z | Compiling regex v1.11.1 | 
| 1700 | 2025-02-21T04:39:09.809Z | Compiling signal-hook-registry v1.4.2 | 
| 1701 | 2025-02-21T04:39:09.869Z | Compiling heck v0.5.0 | 
| 1702 | 2025-02-21T04:39:10.325Z | Compiling parking_lot v0.12.3 | 
| 1703 | 2025-02-21T04:39:10.413Z | Compiling mio v1.0.2 | 
| 1704 | 2025-02-21T04:39:10.497Z | Compiling stable_deref_trait v1.2.0 | 
| 1705 | 2025-02-21T04:39:11.166Z | Compiling serde_derive v1.0.217 | 
| 1706 | 2025-02-21T04:39:11.270Z | Compiling zeroize_derive v1.4.2 | 
| 1707 | 2025-02-21T04:39:12.043Z | Compiling zerocopy-derive v0.7.35 | 
| 1708 | 2025-02-21T04:39:12.364Z | Compiling thiserror-impl v1.0.69 | 
| 1709 | 2025-02-21T04:39:12.387Z | Compiling tokio-macros v2.5.0 | 
| 1710 | 2025-02-21T04:39:12.571Z | Compiling zeroize v1.8.1 | 
| 1711 | 2025-02-21T04:39:13.045Z | Compiling zerofrom-derive v0.1.4 | 
| 1712 | 2025-02-21T04:39:13.171Z | Compiling yoke-derive v0.7.4 | 
| 1713 | 2025-02-21T04:39:13.324Z | Compiling zerovec-derive v0.10.3 | 
| 1714 | 2025-02-21T04:39:13.346Z | Compiling futures-macro v0.3.31 | 
| 1715 | 2025-02-21T04:39:13.741Z | Compiling displaydoc v0.2.5 | 
| 1716 | 2025-02-21T04:39:14.927Z | Compiling zerocopy v0.7.35 | 
| 1717 | 2025-02-21T04:39:15.058Z | Compiling crypto-common v0.1.6 | 
| 1718 | 2025-02-21T04:39:15.279Z | Compiling icu_provider_macros v1.5.0 | 
| 1719 | 2025-02-21T04:39:15.297Z | Compiling tracing-attributes v0.1.27 | 
| 1720 | 2025-02-21T04:39:15.395Z | Compiling schemars_derive v0.8.21 | 
| 1721 | 2025-02-21T04:39:15.504Z | Compiling block-buffer v0.10.4 | 
| 1722 | 2025-02-21T04:39:15.756Z | Compiling digest v0.10.7 | 
| 1723 | 2025-02-21T04:39:16.295Z | Compiling socket2 v0.5.7 | 
| 1724 | 2025-02-21T04:39:16.328Z | Compiling time-core v0.1.2 | 
| 1725 | 2025-02-21T04:39:16.463Z | Compiling futures-core v0.3.31 | 
| 1726 | 2025-02-21T04:39:16.517Z | Compiling crossbeam-utils v0.8.20 | 
| 1727 | 2025-02-21T04:39:16.728Z | Compiling num-conv v0.1.0 | 
| 1728 | 2025-02-21T04:39:17.011Z | Compiling time-macros v0.2.18 | 
| 1729 | 2025-02-21T04:39:17.316Z | Compiling der_derive v0.7.3 | 
| 1730 | 2025-02-21T04:39:17.781Z | Compiling vcpkg v0.2.15 | 
| 1731 | 2025-02-21T04:39:19.065Z | Compiling openssl-sys v0.9.105 | 
| 1732 | 2025-02-21T04:39:19.968Z | Compiling futures-sink v0.3.31 | 
| 1733 | 2025-02-21T04:39:20.074Z | Compiling cpufeatures v0.2.14 | 
| 1734 | 2025-02-21T04:39:20.155Z | Compiling slog v2.7.0 | 
| 1735 | 2025-02-21T04:39:20.335Z | Compiling ahash v0.8.11 | 
| 1736 | 2025-02-21T04:39:20.353Z | Compiling syn v1.0.109 | 
| 1737 | 2025-02-21T04:39:20.623Z | Compiling zerofrom v0.1.4 | 
| 1738 | 2025-02-21T04:39:20.895Z | Compiling iana-time-zone v0.1.61 | 
| 1739 | 2025-02-21T04:39:20.970Z | Compiling yoke v0.7.4 | 
| 1740 | 2025-02-21T04:39:21.314Z | Compiling futures-channel v0.3.31 | 
| 1741 | 2025-02-21T04:39:21.366Z | Compiling scroll_derive v0.12.0 | 
| 1742 | 2025-02-21T04:39:21.415Z | Compiling futures-task v0.3.31 | 
| 1743 | 2025-02-21T04:39:21.617Z | Compiling ucd-trie v0.1.7 | 
| 1744 | 2025-02-21T04:39:21.722Z | Compiling openssl v0.10.70 | 
| 1745 | 2025-02-21T04:39:21.755Z | Compiling pin-utils v0.1.0 | 
| 1746 | 2025-02-21T04:39:21.863Z | Compiling futures-io v0.3.31 | 
| 1747 | 2025-02-21T04:39:22.024Z | Compiling pest v2.7.14 | 
| 1748 | 2025-02-21T04:39:22.159Z | Compiling futures-util v0.3.31 | 
| 1749 | 2025-02-21T04:39:22.185Z | Compiling zerovec v0.10.4 | 
| 1750 | 2025-02-21T04:39:23.074Z | Compiling bitflags v2.6.0 | 
| 1751 | 2025-02-21T04:39:23.129Z | Compiling bytes v1.9.0 | 
| 1752 | 2025-02-21T04:39:25.397Z | Compiling indexmap v2.7.1 | 
| 1753 | 2025-02-21T04:39:25.587Z | Compiling tokio v1.43.0 | 
| 1754 | 2025-02-21T04:39:26.430Z | Compiling serde_tokenstream v0.2.2 | 
| 1755 | 2025-02-21T04:39:26.702Z | Compiling uuid v1.12.0 | 
| 1756 | 2025-02-21T04:39:26.949Z | Compiling http v1.2.0 | 
| 1757 | 2025-02-21T04:39:28.054Z | Compiling which v4.4.2 | 
| 1758 | 2025-02-21T04:39:28.166Z | Compiling chrono v0.4.39 | 
| 1759 | 2025-02-21T04:39:28.206Z | Compiling rustc_version v0.4.1 | 
| 1760 | 2025-02-21T04:39:29.718Z | Compiling hmac v0.12.1 | 
| 1761 | 2025-02-21T04:39:31.754Z | Compiling pest_meta v2.7.14 | 
| 1762 | 2025-02-21T04:39:33.977Z | Compiling block-padding v0.3.3 | 
| 1763 | 2025-02-21T04:39:34.227Z | Compiling openssl-macros v0.1.1 | 
| 1764 | 2025-02-21T04:39:34.960Z | Compiling rustls v0.23.19 | 
| 1765 | 2025-02-21T04:39:35.124Z | Compiling native-tls v0.2.12 | 
| 1766 | 2025-02-21T04:39:35.278Z | Compiling inout v0.1.3 | 
| 1767 | 2025-02-21T04:39:35.322Z | Compiling pest_generator v2.7.14 | 
| 1768 | 2025-02-21T04:39:35.489Z | Compiling tinystr v0.7.6 | 
| 1769 | 2025-02-21T04:39:35.919Z | Compiling serde_spanned v0.6.8 | 
| 1770 | 2025-02-21T04:39:35.921Z | Compiling toml_datetime v0.6.8 | 
| 1771 | 2025-02-21T04:39:36.214Z | Compiling tracing-core v0.1.32 | 
| 1772 | 2025-02-21T04:39:36.256Z | Compiling writeable v0.5.5 | 
| 1773 | 2025-02-21T04:39:36.429Z | Compiling litemap v0.7.3 | 
| 1774 | 2025-02-21T04:39:36.729Z | Compiling dyn-clone v1.0.17 | 
| 1775 | 2025-02-21T04:39:36.890Z | Compiling strsim v0.11.1 | 
| 1776 | 2025-02-21T04:39:37.631Z | Compiling icu_locid v1.5.0 | 
| 1777 | 2025-02-21T04:39:37.658Z | Compiling tracing v0.1.40 | 
| 1778 | 2025-02-21T04:39:37.674Z | Compiling pest_derive v2.7.14 | 
| 1779 | 2025-02-21T04:39:38.266Z | Compiling cipher v0.4.4 | 
| 1780 | 2025-02-21T04:39:38.303Z | Compiling sha2 v0.10.8 | 
| 1781 | 2025-02-21T04:39:38.738Z | Compiling cookie v0.18.1 | 
| 1782 | 2025-02-21T04:39:39.054Z | Compiling usdt-impl v0.5.0 | 
| 1783 | 2025-02-21T04:39:39.075Z | Compiling base64ct v1.6.0 | 
| 1784 | 2025-02-21T04:39:39.420Z | Compiling icu_provider v1.5.0 | 
| 1785 | 2025-02-21T04:39:40.065Z | Compiling aws-lc-sys v0.22.0 | 
| 1786 | 2025-02-21T04:39:40.301Z | Compiling pem-rfc7468 v0.7.0 | 
| 1787 | 2025-02-21T04:39:40.885Z | Compiling scroll v0.12.0 | 
| 1788 | 2025-02-21T04:39:41.500Z | Compiling ppv-lite86 v0.2.20 | 
| 1789 | 2025-02-21T04:39:41.799Z | Compiling async-trait v0.1.86 | 
| 1790 | 2025-02-21T04:39:42.383Z | Compiling icu_locid_transform_data v1.5.0 | 
| 1791 | 2025-02-21T04:39:42.500Z | Compiling anyhow v1.0.95 | 
| 1792 | 2025-02-21T04:39:43.846Z | Compiling camino v1.1.9 | 
| 1793 | 2025-02-21T04:39:44.385Z | Compiling rustls-pki-types v1.10.0 | 
| 1794 | 2025-02-21T04:39:45.311Z | Compiling flagset v0.4.6 | 
| 1795 | 2025-02-21T04:39:45.522Z | Compiling percent-encoding v2.3.1 | 
| 1796 | 2025-02-21T04:39:45.953Z | Compiling plain v0.2.3 | 
| 1797 | 2025-02-21T04:39:46.048Z | Compiling icu_locid_transform v1.5.0 | 
| 1798 | 2025-02-21T04:39:46.103Z | Compiling goblin v0.8.2 | 
| 1799 | 2025-02-21T04:39:47.065Z | Compiling der v0.7.9 | 
| 1800 | 2025-02-21T04:39:48.933Z | Compiling rand_chacha v0.3.1 | 
| 1801 | 2025-02-21T04:39:49.784Z | Compiling tokio-util v0.7.12 | 
| 1802 | 2025-02-21T04:39:50.266Z | Compiling icu_collections v1.5.0 | 
| 1803 | 2025-02-21T04:39:52.111Z | Compiling icu_properties_data v1.5.0 | 
| 1804 | 2025-02-21T04:39:52.366Z | Compiling mirai-annotations v1.12.0 | 
| 1805 | 2025-02-21T04:39:52.558Z | Compiling powerfmt v0.2.0 | 
| 1806 | 2025-02-21T04:39:52.581Z | Compiling untrusted v0.7.1 | 
| 1807 | 2025-02-21T04:39:52.786Z | Compiling rayon-core v1.12.1 | 
| 1808 | 2025-02-21T04:39:52.789Z | Compiling untrusted v0.9.0 | 
| 1809 | 2025-02-21T04:39:52.998Z | Compiling pretty-hex v0.4.1 | 
| 1810 | 2025-02-21T04:39:53.017Z | Compiling rustls v0.22.4 | 
| 1811 | 2025-02-21T04:39:53.213Z | Compiling dof v0.3.0 | 
| 1812 | 2025-02-21T04:39:53.305Z | Compiling icu_properties v1.5.1 | 
| 1813 | 2025-02-21T04:39:53.323Z | Compiling deranged v0.3.11 | 
| 1814 | 2025-02-21T04:39:54.471Z | Compiling rand v0.8.5 | 
| 1815 | 2025-02-21T04:39:54.662Z | Compiling spki v0.7.3 | 
| 1816 | 2025-02-21T04:39:55.043Z | Compiling salsa20 v0.10.2 | 
| 1817 | 2025-02-21T04:39:55.190Z | Compiling dtrace-parser v0.2.0 | 
| 1818 | 2025-02-21T04:39:55.965Z | Compiling pbkdf2 v0.12.2 | 
| 1819 | 2025-02-21T04:39:56.694Z | Compiling thread-id v4.2.2 | 
| 1820 | 2025-02-21T04:39:56.757Z | Compiling winnow v0.5.40 | 
| 1821 | 2025-02-21T04:39:56.971Z | Compiling utf8_iter v1.0.4 | 
| 1822 | 2025-02-21T04:39:57.250Z | Compiling litrs v0.4.1 | 
| 1823 | 2025-02-21T04:39:57.675Z | Compiling num_threads v0.1.7 | 
| 1824 | 2025-02-21T04:39:57.819Z | Compiling atomic-waker v1.1.2 | 
| 1825 | 2025-02-21T04:39:58.212Z | Compiling icu_normalizer_data v1.5.0 | 
| 1826 | 2025-02-21T04:39:58.322Z | Compiling utf16_iter v1.0.5 | 
| 1827 | 2025-02-21T04:39:58.352Z | Compiling write16 v1.0.0 | 
| 1828 | 2025-02-21T04:39:58.707Z | Compiling icu_normalizer v1.5.0 | 
| 1829 | 2025-02-21T04:39:58.766Z | Compiling time v0.3.36 | 
| 1830 | 2025-02-21T04:40:00.102Z | Compiling toml_edit v0.19.15 | 
| 1831 | 2025-02-21T04:40:00.246Z | Compiling document-features v0.2.10 | 
| 1832 | 2025-02-21T04:40:02.705Z | Compiling scrypt v0.11.0 | 
| 1833 | 2025-02-21T04:40:03.164Z | Compiling form_urlencoded v1.2.1 | 
| 1834 | 2025-02-21T04:40:03.673Z | Compiling aes v0.8.4 | 
| 1835 | 2025-02-21T04:40:03.676Z | Compiling cbc v0.1.2 | 
| 1836 | 2025-02-21T04:40:03.719Z | Compiling http-body v1.0.1 | 
| 1837 | 2025-02-21T04:40:03.924Z | Compiling multer v3.1.0 | 
| 1838 | 2025-02-21T04:40:04.138Z | Compiling try-lock v0.2.5 | 
| 1839 | 2025-02-21T04:40:04.325Z | Compiling slog-async v2.8.0 | 
| 1840 | 2025-02-21T04:40:04.443Z | Compiling rustversion v1.0.17 | 
| 1841 | 2025-02-21T04:40:04.731Z | Compiling tinyvec_macros v0.1.1 | 
| 1842 | 2025-02-21T04:40:04.784Z | Compiling pkcs5 v0.7.1 | 
| 1843 | 2025-02-21T04:40:04.831Z | Compiling tinyvec v1.8.0 | 
| 1844 | 2025-02-21T04:40:05.130Z | Compiling want v0.3.1 | 
| 1845 | 2025-02-21T04:40:06.279Z | Compiling idna_adapter v1.2.0 | 
| 1846 | 2025-02-21T04:40:06.509Z | Compiling h2 v0.4.6 | 
| 1847 | 2025-02-21T04:40:06.834Z | Compiling heapless v0.7.17 | 
| 1848 | 2025-02-21T04:40:07.403Z | Compiling bzip2-sys v0.1.11+1.0.8 | 
| 1849 | 2025-02-21T04:40:07.873Z | Compiling signal-hook v0.3.17 | 
| 1850 | 2025-02-21T04:40:07.951Z | Compiling httpdate v1.0.3 | 
| 1851 | 2025-02-21T04:40:09.318Z | Compiling idna v1.0.3 | 
| 1852 | 2025-02-21T04:40:10.470Z | Compiling pkcs8 v0.10.2 | 
| 1853 | 2025-02-21T04:40:11.292Z | Compiling usdt-macro v0.5.0 | 
| 1854 | 2025-02-21T04:40:11.873Z | Compiling usdt-attr-macro v0.5.0 | 
| 1855 | 2025-02-21T04:40:12.676Z | Compiling async-stream-impl v0.3.6 | 
| 1856 | 2025-02-21T04:40:13.340Z | Compiling tower-service v0.3.3 | 
| 1857 | 2025-02-21T04:40:13.489Z | Compiling adler2 v2.0.0 | 
| 1858 | 2025-02-21T04:40:13.522Z | Compiling base64 v0.22.1 | 
| 1859 | 2025-02-21T04:40:13.818Z | Compiling miniz_oxide v0.8.0 | 
| 1860 | 2025-02-21T04:40:14.633Z | Compiling hyper v1.5.2 | 
| 1861 | 2025-02-21T04:40:17.288Z | Compiling curve25519-dalek v4.1.3 | 
| 1862 | 2025-02-21T04:40:17.481Z | Compiling openapiv3 v2.0.0 | 
| 1863 | 2025-02-21T04:40:17.729Z | Compiling hyper-util v0.1.10 | 
| 1864 | 2025-02-21T04:40:21.248Z | Compiling enum-as-inner v0.6.1 | 
| 1865 | 2025-02-21T04:40:21.934Z | Compiling memoffset v0.9.1 | 
| 1866 | 2025-02-21T04:40:22.244Z | Compiling dropshot v0.12.0 | 
| 1867 | 2025-02-21T04:40:22.272Z | Compiling newtype-uuid v1.2.1 | 
| 1868 | 2025-02-21T04:40:22.581Z | Compiling smoltcp v0.9.1 | 
| 1869 | 2025-02-21T04:40:22.597Z | Compiling match_cfg v0.1.0 | 
| 1870 | 2025-02-21T04:40:22.660Z | Compiling portable-atomic v1.9.0 | 
| 1871 | 2025-02-21T04:40:22.923Z | Compiling num-bigint-dig v0.8.4 | 
| 1872 | 2025-02-21T04:40:23.268Z | Compiling foreign-types-shared v0.1.1 | 
| 1873 | 2025-02-21T04:40:23.481Z | Compiling foreign-types v0.3.2 | 
| 1874 | 2025-02-21T04:40:23.625Z | Compiling hostname v0.3.1 | 
| 1875 | 2025-02-21T04:40:24.989Z | Compiling url v2.5.3 | 
| 1876 | 2025-02-21T04:40:26.570Z | Compiling http-body-util v0.1.2 | 
| 1877 | 2025-02-21T04:40:27.324Z | Compiling dirs-sys-next v0.1.2 | 
| 1878 | 2025-02-21T04:40:27.344Z | Compiling encoding_rs v0.8.34 | 
| 1879 | 2025-02-21T04:40:27.346Z | Compiling ident_case v1.0.1 | 
| 1880 | 2025-02-21T04:40:27.558Z | Compiling cfg_aliases v0.2.1 | 
| 1881 | 2025-02-21T04:40:27.671Z | Compiling data-encoding v2.6.0 | 
| 1882 | 2025-02-21T04:40:27.744Z | Compiling gimli v0.31.1 | 
| 1883 | 2025-02-21T04:40:29.097Z | Compiling mime v0.3.17 | 
| 1884 | 2025-02-21T04:40:30.177Z | Compiling heck v0.4.1 | 
| 1885 | 2025-02-21T04:40:30.542Z | Compiling siphasher v0.3.11 | 
| 1886 | 2025-02-21T04:40:30.573Z | Compiling nix v0.29.0 | 
| 1887 | 2025-02-21T04:40:30.913Z | Compiling dirs-next v2.0.0 | 
| 1888 | 2025-02-21T04:40:31.101Z | Compiling darling_core v0.20.10 | 
| 1889 | 2025-02-21T04:40:34.402Z | Compiling addr2line v0.24.2 | 
| 1890 | 2025-02-21T04:40:36.304Z | Compiling unicode-normalization v0.1.24 | 
| 1891 | 2025-02-21T04:40:37.391Z | Compiling crossbeam-epoch v0.9.18 | 
| 1892 | 2025-02-21T04:40:38.032Z | Compiling serde_urlencoded v0.7.1 | 
| 1893 | 2025-02-21T04:40:38.620Z | Compiling rustls-pemfile v2.2.0 | 
| 1894 | 2025-02-21T04:40:38.642Z | Compiling hubpack_derive v0.1.1 | 
| 1895 | 2025-02-21T04:40:38.717Z | Compiling dropshot_endpoint v0.12.0 | 
| 1896 | 2025-02-21T04:40:38.809Z | Compiling sha1 v0.10.6 | 
| 1897 | 2025-02-21T04:40:39.085Z | Compiling signature v2.2.0 | 
| 1898 | 2025-02-21T04:40:39.195Z | Compiling zerocopy-derive v0.6.6 | 
| 1899 | 2025-02-21T04:40:39.314Z | Compiling curve25519-dalek-derive v0.1.1 | 
| 1900 | 2025-02-21T04:40:39.535Z | Compiling object v0.36.5 | 
| 1901 | 2025-02-21T04:40:40.917Z | Compiling thread_local v1.1.8 | 
| 1902 | 2025-02-21T04:40:41.395Z | Compiling fs-err v2.11.0 | 
| 1903 | 2025-02-21T04:40:42.425Z | Compiling winnow v0.6.20 | 
| 1904 | 2025-02-21T04:40:45.058Z | Compiling ipnet v2.10.1 | 
| 1905 | 2025-02-21T04:40:47.079Z | Compiling unicode-bidi v0.3.17 | 
| 1906 | 2025-02-21T04:40:48.166Z | Compiling openssl-probe v0.1.5 | 
| 1907 | 2025-02-21T04:40:48.536Z | Compiling utf8parse v0.2.2 | 
| 1908 | 2025-02-21T04:40:48.745Z | Compiling rustc-demangle v0.1.24 | 
| 1909 | 2025-02-21T04:40:49.737Z | Compiling anstyle v1.0.10 | 
| 1910 | 2025-02-21T04:40:50.523Z | Compiling unicode-properties v0.1.3 | 
| 1911 | 2025-02-21T04:40:51.063Z | Compiling stringprep v0.1.5 | 
| 1912 | 2025-02-21T04:40:51.967Z | Compiling backtrace v0.3.74 | 
| 1913 | 2025-02-21T04:40:52.969Z | Compiling rustls-webpki v0.102.8 | 
| 1914 | 2025-02-21T04:40:56.413Z | Compiling anstyle-parse v0.2.5 | 
| 1915 | 2025-02-21T04:40:57.762Z | Compiling toml_edit v0.22.22 | 
| 1916 | 2025-02-21T04:41:02.928Z | Compiling crossbeam-deque v0.8.5 | 
| 1917 | 2025-02-21T04:41:03.391Z | Compiling darling_macro v0.20.10 | 
| 1918 | 2025-02-21T04:41:03.492Z | Compiling term v0.7.0 | 
| 1919 | 2025-02-21T04:41:04.178Z | Compiling slog-json v2.6.1 | 
| 1920 | 2025-02-21T04:41:04.743Z | Compiling crossbeam-channel v0.5.13 | 
| 1921 | 2025-02-21T04:41:05.414Z | Compiling hashbrown v0.14.5 | 
| 1922 | 2025-02-21T04:41:06.040Z | Compiling futures-executor v0.3.31 | 
| 1923 | 2025-02-21T04:41:06.310Z | Compiling num-integer v0.1.46 | 
| 1924 | 2025-02-21T04:41:06.499Z | Compiling md-5 v0.10.6 | 
| 1925 | 2025-02-21T04:41:06.502Z | Compiling ff v0.13.0 | 
| 1926 | 2025-02-21T04:41:06.628Z | Compiling hash32 v0.2.1 | 
| 1927 | 2025-02-21T04:41:06.748Z | Compiling memmap v0.7.0 | 
| 1928 | 2025-02-21T04:41:06.751Z | Compiling is-terminal v0.4.13 | 
| 1929 | 2025-02-21T04:41:06.915Z | Compiling base16ct v0.2.0 | 
| 1930 | 2025-02-21T04:41:07.001Z | Compiling colorchoice v1.0.2 | 
| 1931 | 2025-02-21T04:41:07.001Z | Compiling linked-hash-map v0.5.6 | 
| 1932 | 2025-02-21T04:41:07.042Z | Compiling quick-error v1.2.3 | 
| 1933 | 2025-02-21T04:41:07.192Z | Compiling take_mut v0.2.2 | 
| 1934 | 2025-02-21T04:41:07.195Z | Compiling psl-types v2.0.11 | 
| 1935 | 2025-02-21T04:41:07.224Z | Compiling anstyle-query v1.1.1 | 
| 1936 | 2025-02-21T04:41:07.342Z | Compiling is_terminal_polyfill v1.70.1 | 
| 1937 | 2025-02-21T04:41:07.381Z | Compiling fallible-iterator v0.2.0 | 
| 1938 | 2025-02-21T04:41:07.478Z | Compiling utf-8 v0.7.6 | 
| 1939 | 2025-02-21T04:41:07.585Z | Compiling publicsuffix v2.3.0 | 
| 1940 | 2025-02-21T04:41:07.755Z | Compiling tungstenite v0.24.0 | 
| 1941 | 2025-02-21T04:41:07.860Z | Compiling anstream v0.6.15 | 
| 1942 | 2025-02-21T04:41:08.075Z | Compiling postgres-protocol v0.6.7 | 
| 1943 | 2025-02-21T04:41:08.574Z | Compiling lru-cache v0.1.2 | 
| 1944 | 2025-02-21T04:41:08.784Z | Compiling resolv-conf v0.7.0 | 
| 1945 | 2025-02-21T04:41:09.127Z | Compiling sec1 v0.7.3 | 
| 1946 | 2025-02-21T04:41:09.288Z | Compiling usdt v0.5.0 | 
| 1947 | 2025-02-21T04:41:09.471Z | Compiling slog-term v2.9.1 | 
| 1948 | 2025-02-21T04:41:09.642Z | Compiling num-iter v0.1.45 | 
| 1949 | 2025-02-21T04:41:09.743Z | Compiling group v0.13.0 | 
| 1950 | 2025-02-21T04:41:09.852Z | Compiling regress v0.10.1 | 
| 1951 | 2025-02-21T04:41:10.062Z | Compiling futures v0.3.31 | 
| 1952 | 2025-02-21T04:41:13.001Z | Compiling slog-bunyan v2.5.0 | 
| 1953 | 2025-02-21T04:41:13.033Z | Compiling darling v0.20.10 | 
| 1954 | 2025-02-21T04:41:13.202Z | Compiling toml v0.8.19 | 
| 1955 | 2025-02-21T04:41:13.888Z | Compiling tokio-rustls v0.26.0 | 
| 1956 | 2025-02-21T04:41:14.276Z | Compiling tokio-rustls v0.25.0 | 
| 1957 | 2025-02-21T04:41:14.352Z | Compiling tokio-native-tls v0.3.1 | 
| 1958 | 2025-02-21T04:41:14.659Z | Compiling hickory-proto v0.24.3 | 
| 1959 | 2025-02-21T04:41:14.677Z | Compiling phf_shared v0.11.2 | 
| 1960 | 2025-02-21T04:41:14.799Z | Compiling strum_macros v0.25.3 | 
| 1961 | 2025-02-21T04:41:15.548Z | Compiling async-stream v0.3.6 | 
| 1962 | 2025-02-21T04:41:15.568Z | Compiling waitgroup v0.1.2 | 
| 1963 | 2025-02-21T04:41:15.774Z | Compiling webpki-roots v0.26.6 | 
| 1964 | 2025-02-21T04:41:16.046Z | Compiling hkdf v0.12.4 | 
| 1965 | 2025-02-21T04:41:16.065Z | Compiling terminal_size v0.4.0 | 
| 1966 | 2025-02-21T04:41:16.273Z | Compiling serde_path_to_error v0.1.16 | 
| 1967 | 2025-02-21T04:41:16.373Z | Compiling crypto-bigint v0.5.5 | 
| 1968 | 2025-02-21T04:41:16.920Z | Compiling serde_repr v0.1.19 | 
| 1969 | 2025-02-21T04:41:17.018Z | Compiling derive-where v1.2.7 | 
| 1970 | 2025-02-21T04:41:17.945Z | Compiling clap_derive v4.5.24 | 
| 1971 | 2025-02-21T04:41:18.044Z | Compiling hostname v0.4.0 | 
| 1972 | 2025-02-21T04:41:18.267Z | Compiling crc32fast v1.4.2 | 
| 1973 | 2025-02-21T04:41:18.594Z | Compiling managed v0.8.0 | 
| 1974 | 2025-02-21T04:41:19.090Z | Compiling unicode-width v0.2.0 | 
| 1975 | 2025-02-21T04:41:19.706Z | Compiling clap_lex v0.7.4 | 
| 1976 | 2025-02-21T04:41:19.939Z | Compiling bitflags v1.3.2 | 
| 1977 | 2025-02-21T04:41:20.129Z | Compiling debug-ignore v1.0.5 | 
| 1978 | 2025-02-21T04:41:20.994Z | Compiling hickory-resolver v0.24.3 | 
| 1979 | 2025-02-21T04:41:22.049Z | Compiling clap_builder v4.5.27 | 
| 1980 | 2025-02-21T04:41:23.696Z | Compiling console v0.15.10 | 
| 1981 | 2025-02-21T04:41:24.786Z | Compiling elliptic-curve v0.13.8 | 
| 1982 | 2025-02-21T04:41:25.576Z | Compiling flate2 v1.0.35 | 
| 1983 | 2025-02-21T04:41:26.372Z | Compiling hyper-rustls v0.27.3 | 
| 1984 | 2025-02-21T04:41:27.678Z | Compiling phf v0.11.2 | 
| 1985 | 2025-02-21T04:41:27.965Z | Compiling hyper-tls v0.6.0 | 
| 1986 | 2025-02-21T04:41:28.354Z | Compiling typify-impl v0.2.0 | 
| 1987 | 2025-02-21T04:41:28.429Z | Compiling signal-hook-mio v0.2.4 | 
| 1988 | 2025-02-21T04:41:28.612Z | Compiling rayon v1.10.0 | 
| 1989 | 2025-02-21T04:41:28.712Z | Compiling bzip2 v0.4.4 | 
| 1990 | 2025-02-21T04:41:28.936Z | Compiling cookie_store v0.21.1 | 
| 1991 | 2025-02-21T04:41:29.747Z | Compiling postgres-types v0.2.8 | 
| 1992 | 2025-02-21T04:41:30.954Z | Compiling tokio-tungstenite v0.24.0 | 
| 1993 | 2025-02-21T04:41:32.028Z | Compiling zerocopy v0.6.6 | 
| 1994 | 2025-02-21T04:41:32.794Z | Compiling hubpack v0.1.2 | 
| 1995 | 2025-02-21T04:41:32.942Z | Compiling ed25519 v2.2.3 | 
| 1996 | 2025-02-21T04:41:33.136Z | Compiling phf_shared v0.10.0 | 
| 1997 | 2025-02-21T04:41:33.243Z | Compiling pkcs1 v0.7.5 | 
| 1998 | 2025-02-21T04:41:33.504Z | Compiling tokio-stream v0.1.16 | 
| 1999 | 2025-02-21T04:41:33.573Z | Compiling ipnetwork v0.21.1 | 
| 2000 | 2025-02-21T04:41:34.444Z | Compiling rfc6979 v0.4.0 | 
| 2001 | 2025-02-21T04:41:34.463Z | Compiling serde-big-array v0.5.1 | 
| 2002 | 2025-02-21T04:41:34.653Z | Compiling float-cmp v0.9.0 | 
| 2003 | 2025-02-21T04:41:34.707Z | Compiling sync_wrapper v1.0.1 | 
| 2004 | 2025-02-21T04:41:34.881Z | Compiling bstr v1.10.0 | 
| 2005 | 2025-02-21T04:41:35.068Z | Compiling static_assertions v1.1.0 | 
| 2006 | 2025-02-21T04:41:35.194Z | Compiling fixedbitset v0.4.2 | 
| 2007 | 2025-02-21T04:41:35.612Z | Compiling whoami v1.5.2 | 
| 2008 | 2025-02-21T04:41:35.991Z | Compiling predicates-core v1.0.8 | 
| 2009 | 2025-02-21T04:41:36.292Z | Compiling difflib v0.4.0 | 
| 2010 | 2025-02-21T04:41:36.352Z | Compiling new_debug_unreachable v1.0.6 | 
| 2011 | 2025-02-21T04:41:36.655Z | Compiling bit-vec v0.6.3 | 
| 2012 | 2025-02-21T04:41:36.751Z | Compiling normalize-line-endings v0.3.0 | 
| 2013 | 2025-02-21T04:41:36.900Z | Compiling precomputed-hash v0.1.1 | 
| 2014 | 2025-02-21T04:41:37.041Z | Compiling number_prefix v0.4.0 | 
| 2015 | 2025-02-21T04:41:37.066Z | Compiling unicode-segmentation v1.12.0 | 
| 2016 | 2025-02-21T04:41:37.223Z | Compiling string_cache v0.8.7 | 
| 2017 | 2025-02-21T04:41:37.280Z | Compiling indicatif v0.17.11 | 
| 2018 | 2025-02-21T04:41:37.333Z | Compiling bit-set v0.5.3 | 
| 2019 | 2025-02-21T04:41:37.601Z | Compiling predicates v3.1.2 | 
| 2020 | 2025-02-21T04:41:37.889Z | Compiling similar v2.6.0 | 
| 2021 | 2025-02-21T04:41:38.179Z | Compiling typify-macro v0.2.0 | 
| 2022 | 2025-02-21T04:41:38.946Z | Compiling tokio-postgres v0.7.12 | 
| 2023 | 2025-02-21T04:41:38.976Z | Compiling petgraph v0.6.5 | 
| 2024 | 2025-02-21T04:41:40.053Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) | 
| 2025 | 2025-02-21T04:41:41.360Z | Compiling reqwest v0.12.9 | 
| 2026 | 2025-02-21T04:41:42.557Z | Compiling ecdsa v0.16.9 | 
| 2027 | 2025-02-21T04:41:43.398Z | Compiling qorb v0.2.1 | 
| 2028 | 2025-02-21T04:41:44.056Z | Compiling rsa v0.9.6 | 
| 2029 | 2025-02-21T04:41:44.556Z | Compiling ed25519-dalek v2.1.1 | 
| 2030 | 2025-02-21T04:41:46.244Z | Compiling zip v0.6.6 | 
| 2031 | 2025-02-21T04:41:46.276Z | Compiling crossterm v0.28.1 | 
| 2032 | 2025-02-21T04:41:46.660Z | Compiling clap v4.5.27 | 
| 2033 | 2025-02-21T04:41:48.533Z | Compiling toml v0.7.8 | 
| 2034 | 2025-02-21T04:41:48.588Z | Compiling x509-cert v0.2.5 | 
| 2035 | 2025-02-21T04:41:49.899Z | Compiling hex v0.4.3 | 
| 2036 | 2025-02-21T04:41:50.371Z | Compiling itertools v0.10.5 | 
| 2037 | 2025-02-21T04:41:50.593Z | Compiling peg-runtime v0.8.3 | 
| 2038 | 2025-02-21T04:41:50.800Z | Compiling unicode-xid v0.2.6 | 
| 2039 | 2025-02-21T04:41:50.998Z | Compiling lalrpop-util v0.19.12 | 
| 2040 | 2025-02-21T04:41:51.061Z | Compiling zerocopy v0.8.10 | 
| 2041 | 2025-02-21T04:41:52.901Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) | 
| 2042 | 2025-02-21T04:41:57.825Z | Compiling proc-macro-crate v1.3.1 | 
| 2043 | 2025-02-21T04:41:58.209Z | Compiling macaddr v1.0.1 | 
| 2044 | 2025-02-21T04:41:58.834Z | Compiling zerocopy-derive v0.8.10 | 
| 2045 | 2025-02-21T04:41:58.876Z | Compiling itertools v0.13.0 | 
| 2046 | 2025-02-21T04:42:00.696Z | Compiling heapless v0.8.0 | 
| 2047 | 2025-02-21T04:42:01.936Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) | 
| 2048 | 2025-02-21T04:42:06.318Z | Compiling num_enum_derive v0.5.11 | 
| 2049 | 2025-02-21T04:42:13.763Z | Compiling hash32 v0.3.1 | 
| 2050 | 2025-02-21T04:42:15.302Z | Compiling smoltcp v0.11.0 | 
| 2051 | 2025-02-21T04:42:15.692Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) | 
| 2052 | 2025-02-21T04:42:20.287Z | Compiling num_enum v0.5.11 | 
| 2053 | 2025-02-21T04:42:20.458Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) | 
| 2054 | 2025-02-21T04:42:21.496Z | Compiling typify v0.2.0 | 
| 2055 | 2025-02-21T04:42:21.646Z | Compiling oxnet v0.1.0 | 
| 2056 | 2025-02-21T04:42:22.717Z | Compiling proc-macro-error-attr v1.0.4 | 
| 2057 | 2025-02-21T04:42:23.071Z | Compiling unsafe-libyaml v0.2.11 | 
| 2058 | 2025-02-21T04:42:23.863Z | Compiling thiserror v2.0.11 | 
| 2059 | 2025-02-21T04:42:24.785Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) | 
| 2060 | 2025-02-21T04:42:24.806Z | Compiling cobs v0.2.3 | 
| 2061 | 2025-02-21T04:42:25.177Z | Compiling postcard v1.0.10 | 
| 2062 | 2025-02-21T04:42:26.706Z | Compiling serde_yaml v0.9.34+deprecated | 
| 2063 | 2025-02-21T04:42:37.878Z | Compiling progenitor-impl v0.8.0 | 
| 2064 | 2025-02-21T04:42:41.892Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) | 
| 2065 | 2025-02-21T04:42:51.110Z | Compiling strum_macros v0.26.4 | 
| 2066 | 2025-02-21T04:42:51.976Z | Compiling structmeta-derive v0.3.0 | 
| 2067 | 2025-02-21T04:42:52.136Z | Compiling thiserror-impl v2.0.11 | 
| 2068 | 2025-02-21T04:42:52.729Z | Compiling foreign-types-macros v0.2.3 | 
| 2069 | 2025-02-21T04:42:53.271Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) | 
| 2070 | 2025-02-21T04:42:53.365Z | Compiling proc-macro-error v1.0.4 | 
| 2071 | 2025-02-21T04:42:53.618Z | Compiling unicode-width v0.1.14 | 
| 2072 | 2025-02-21T04:42:54.988Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) | 
| 2073 | 2025-02-21T04:42:55.279Z | Compiling foreign-types-shared v0.3.1 | 
| 2074 | 2025-02-21T04:42:55.418Z | Compiling foreign-types v0.5.0 | 
| 2075 | 2025-02-21T04:42:55.605Z | Compiling strum v0.26.3 | 
| 2076 | 2025-02-21T04:42:56.515Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) | 
| 2077 | 2025-02-21T04:42:59.965Z | Compiling structmeta v0.3.0 | 
| 2078 | 2025-02-21T04:43:00.366Z | Compiling tabwriter v1.4.0 | 
| 2079 | 2025-02-21T04:43:05.011Z | Compiling progenitor-macro v0.8.0 | 
| 2080 | 2025-02-21T04:43:08.066Z | Compiling progenitor-client v0.8.0 | 
| 2081 | 2025-02-21T04:43:12.564Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) | 
| 2082 | 2025-02-21T04:43:12.872Z | Compiling daft-derive v0.1.1 | 
| 2083 | 2025-02-21T04:43:13.404Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) | 
| 2084 | 2025-02-21T04:43:14.260Z | Compiling cstr-argument v0.1.2 | 
| 2085 | 2025-02-21T04:43:14.406Z | Compiling dropshot v0.15.1 | 
| 2086 | 2025-02-21T04:43:14.751Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) | 
| 2087 | 2025-02-21T04:43:15.031Z | Compiling pretty-hex v0.2.1 | 
| 2088 | 2025-02-21T04:43:15.337Z | Compiling fastrand v2.1.1 | 
| 2089 | 2025-02-21T04:43:15.514Z | Compiling crucible-workspace-hack v0.1.0 | 
| 2090 | 2025-02-21T04:43:15.591Z | Compiling progenitor v0.8.0 | 
| 2091 | 2025-02-21T04:43:15.836Z | Compiling tempfile v3.13.0 | 
| 2092 | 2025-02-21T04:43:15.899Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) | 
| 2093 | 2025-02-21T04:43:16.043Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) | 
| 2094 | 2025-02-21T04:43:16.097Z | Compiling daft v0.1.1 | 
| 2095 | 2025-02-21T04:43:16.591Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) | 
| 2096 | 2025-02-21T04:43:16.798Z | Compiling parse-display-derive v0.10.0 | 
| 2097 | 2025-02-21T04:43:16.859Z | Compiling colored v2.1.0 | 
| 2098 | 2025-02-21T04:43:17.298Z | Compiling serde_with_macros v3.11.0 | 
| 2099 | 2025-02-21T04:43:17.447Z | Compiling dropshot_endpoint v0.15.1 | 
| 2100 | 2025-02-21T04:43:18.118Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) | 
| 2101 | 2025-02-21T04:43:18.926Z | Compiling instant v0.1.13 | 
| 2102 | 2025-02-21T04:43:19.101Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) | 
| 2103 | 2025-02-21T04:43:19.538Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) | 
| 2104 | 2025-02-21T04:43:19.630Z | Compiling serde_with v3.11.0 | 
| 2105 | 2025-02-21T04:43:20.276Z | Compiling parse-display v0.10.0 | 
| 2106 | 2025-02-21T04:43:20.485Z | Compiling backoff v0.4.0 | 
| 2107 | 2025-02-21T04:43:20.933Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) | 
| 2108 | 2025-02-21T04:43:21.188Z | Compiling zone_cfg_derive v0.3.0 | 
| 2109 | 2025-02-21T04:43:22.475Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) | 
| 2110 | 2025-02-21T04:43:22.575Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) | 
| 2111 | 2025-02-21T04:43:23.242Z | Compiling camino-tempfile v1.1.1 | 
| 2112 | 2025-02-21T04:43:23.397Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) | 
| 2113 | 2025-02-21T04:43:23.764Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) | 
| 2114 | 2025-02-21T04:43:23.767Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) | 
| 2115 | 2025-02-21T04:43:23.994Z | Compiling regress v0.9.1 | 
| 2116 | 2025-02-21T04:43:24.037Z | Compiling progenitor-client v0.9.1 | 
| 2117 | 2025-02-21T04:43:24.192Z | Compiling num-derive v0.4.2 | 
| 2118 | 2025-02-21T04:43:24.991Z | Compiling sigpipe v0.1.3 | 
| 2119 | 2025-02-21T04:43:25.155Z | Compiling libefi-sys v0.1.0 | 
| 2120 | 2025-02-21T04:43:25.499Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) | 
| 2121 | 2025-02-21T04:43:25.907Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) | 
| 2122 | 2025-02-21T04:43:26.395Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) | 
| 2123 | 2025-02-21T04:43:27.963Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) | 
| 2124 | 2025-02-21T04:43:29.175Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) | 
| 2125 | 2025-02-21T04:43:31.775Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) | 
| 2126 | 2025-02-21T04:43:31.989Z | Compiling zone v0.3.0 | 
| 2127 | 2025-02-21T04:43:32.561Z | Compiling smf v0.2.3 | 
| 2128 | 2025-02-21T04:43:33.216Z | Compiling bitfield-struct v0.6.2 | 
| 2129 | 2025-02-21T04:43:34.633Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) | 
| 2130 | 2025-02-21T04:43:35.100Z | Compiling blake3 v1.5.4 | 
| 2131 | 2025-02-21T04:43:35.308Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) | 
| 2132 | 2025-02-21T04:43:35.744Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) | 
| 2133 | 2025-02-21T04:43:36.003Z | Compiling xattr v1.3.1 | 
| 2134 | 2025-02-21T04:43:36.065Z | Compiling filetime v0.2.25 | 
| 2135 | 2025-02-21T04:43:36.317Z | Compiling memmap2 v0.9.5 | 
| 2136 | 2025-02-21T04:43:36.336Z | Compiling arrayref v0.3.9 | 
| 2137 | 2025-02-21T04:43:36.418Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) | 
| 2138 | 2025-02-21T04:43:36.460Z | Compiling same-file v1.0.6 | 
| 2139 | 2025-02-21T04:43:36.559Z | Compiling arrayvec v0.7.6 | 
| 2140 | 2025-02-21T04:43:36.769Z | Compiling constant_time_eq v0.3.1 | 
| 2141 | 2025-02-21T04:43:36.806Z | Compiling walkdir v2.5.0 | 
| 2142 | 2025-02-21T04:43:36.885Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) | 
| 2143 | 2025-02-21T04:43:37.022Z | Compiling tar v0.4.42 | 
| 2144 | 2025-02-21T04:43:38.403Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) | 
| 2145 | 2025-02-21T04:43:38.818Z | Compiling gethostname v0.5.0 | 
| 2146 | 2025-02-21T04:43:39.051Z | Compiling cargo-platform v0.1.8 | 
| 2147 | 2025-02-21T04:43:39.383Z | Compiling topological-sort v0.2.2 | 
| 2148 | 2025-02-21T04:43:39.500Z | Compiling cargo_metadata v0.18.1 | 
| 2149 | 2025-02-21T04:43:39.686Z | Compiling omicron-zone-package v0.12.0 | 
| 2150 | 2025-02-21T04:43:40.161Z | Compiling shell-words v1.1.0 | 
| 2151 | 2025-02-21T04:43:40.690Z | Compiling indent_write v2.2.0 | 
| 2152 | 2025-02-21T04:43:48.989Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) | 
| 2153 | 2025-02-21T04:43:51.010Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) | 
| 2154 | 2025-02-21T04:43:54.926Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) | 
| 2155 | 2025-02-21T04:44:09.498Z | Finished `release` profile [optimized] target(s) in 5m 12s | 
| 2156 | 2025-02-21T04:44:09.694Z | Running `target/release/omicron-package -t test target create -p dev` | 
| 2157 | 2025-02-21T04:44:09.719Z | Logging to: /work/oxidecomputer/omicron/out/LOG | 
| 2158 | 2025-02-21T04:44:09.731Z | Created new build target 'test' and set it as active | 
| 2159 | 2025-02-21T04:44:09.731Z |  | 
| 2160 | 2025-02-21T04:44:09.731Z | real     5:12.724760008 | 
| 2161 | 2025-02-21T04:44:09.731Z | user    36:24.369212045 | 
| 2162 | 2025-02-21T04:44:09.731Z | sys      3:25.012811812 | 
| 2163 | 2025-02-21T04:44:09.731Z | trap        1.155001826 | 
| 2164 | 2025-02-21T04:44:09.732Z | tflt        1.630155738 | 
| 2165 | 2025-02-21T04:44:09.732Z | dflt        0.892956861 | 
| 2166 | 2025-02-21T04:44:09.732Z | kflt        0.000235455 | 
| 2167 | 2025-02-21T04:44:09.732Z | lock  1:12:01.596417158 | 
| 2168 | 2025-02-21T04:44:09.732Z | slp   2:26:08.378498957 | 
| 2169 | 2025-02-21T04:44:09.732Z | lat      2:41.708664859 | 
| 2170 | 2025-02-21T04:44:09.733Z | stop     4:37.031806470 | 
| 2171 | 2025-02-21T04:44:09.733Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package | 
| 2172 | 2025-02-21T04:44:10.761Z | Finished `release` profile [optimized] target(s) in 0.95s | 
| 2173 | 2025-02-21T04:44:10.816Z | Running `target/release/omicron-package -t test package` | 
| 2174 | 2025-02-21T04:44:10.837Z | Logging to: /work/oxidecomputer/omicron/out/LOG | 
| 2175 | 2025-02-21T04:44:11.979Z | Compiling thiserror v2.0.11 | 
| 2176 | 2025-02-21T04:44:12.115Z | Compiling typify-impl v0.3.0 | 
| 2177 | 2025-02-21T04:44:12.118Z | Compiling convert_case v0.4.0 | 
| 2178 | 2025-02-21T04:44:12.121Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) | 
| 2179 | 2025-02-21T04:44:12.121Z | Compiling newline-converter v0.3.0 | 
| 2180 | 2025-02-21T04:44:12.121Z | Compiling password-hash v0.5.0 | 
| 2181 | 2025-02-21T04:44:12.132Z | Compiling blake2 v0.10.6 | 
| 2182 | 2025-02-21T04:44:12.135Z | Compiling base64 v0.21.7 | 
| 2183 | 2025-02-21T04:44:12.359Z | Compiling expectorate v1.1.0 | 
| 2184 | 2025-02-21T04:44:12.457Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) | 
| 2185 | 2025-02-21T04:44:12.646Z | Compiling atomicwrites v0.4.4 | 
| 2186 | 2025-02-21T04:44:12.772Z | Compiling derive_more v0.99.18 | 
| 2187 | 2025-02-21T04:44:13.150Z | Compiling argon2 v0.5.3 | 
| 2188 | 2025-02-21T04:44:13.186Z | Compiling owo-colors v4.1.0 | 
| 2189 | 2025-02-21T04:44:13.228Z | Compiling cancel-safe-futures v0.1.5 | 
| 2190 | 2025-02-21T04:44:13.418Z | Compiling num-rational v0.4.2 | 
| 2191 | 2025-02-21T04:44:13.556Z | Compiling progenitor-client v0.9.1 | 
| 2192 | 2025-02-21T04:44:13.641Z | Compiling num-complex v0.4.6 | 
| 2193 | 2025-02-21T04:44:14.090Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) | 
| 2194 | 2025-02-21T04:44:14.729Z | Compiling num v0.4.3 | 
| 2195 | 2025-02-21T04:44:14.885Z | Compiling libsw v3.3.1 | 
| 2196 | 2025-02-21T04:44:15.025Z | Compiling linear-map v1.2.0 | 
| 2197 | 2025-02-21T04:44:15.240Z | Compiling float-ord v0.3.2 | 
| 2198 | 2025-02-21T04:44:15.441Z | Compiling swrite v0.1.0 | 
| 2199 | 2025-02-21T04:44:15.467Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) | 
| 2200 | 2025-02-21T04:44:15.530Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) | 
| 2201 | 2025-02-21T04:44:15.612Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) | 
| 2202 | 2025-02-21T04:44:15.841Z | Compiling highway v1.2.0 | 
| 2203 | 2025-02-21T04:44:17.250Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) | 
| 2204 | 2025-02-21T04:44:17.253Z | Compiling semver v0.1.20 | 
| 2205 | 2025-02-21T04:44:17.781Z | Compiling rustc_version v0.1.7 | 
| 2206 | 2025-02-21T04:44:18.177Z | Compiling newtype_derive v0.1.6 | 
| 2207 | 2025-02-21T04:44:18.438Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) | 
| 2208 | 2025-02-21T04:44:18.517Z | Compiling tungstenite v0.21.0 | 
| 2209 | 2025-02-21T04:44:22.706Z | Compiling typify-macro v0.3.0 | 
| 2210 | 2025-02-21T04:44:23.528Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) | 
| 2211 | 2025-02-21T04:44:23.551Z | Compiling ipnetwork v0.21.1 | 
| 2212 | 2025-02-21T04:44:24.272Z | Compiling oxnet v0.1.0 | 
| 2213 | 2025-02-21T04:44:24.548Z | Compiling tokio-tungstenite v0.21.0 | 
| 2214 | 2025-02-21T04:44:24.809Z | Compiling progenitor-client v0.8.0 | 
| 2215 | 2025-02-21T04:44:24.921Z | Compiling humantime v2.1.0 | 
| 2216 | 2025-02-21T04:44:25.292Z | Compiling progenitor v0.8.0 | 
| 2217 | 2025-02-21T04:44:25.310Z | Compiling daft v0.1.1 | 
| 2218 | 2025-02-21T04:44:25.527Z | Compiling dropshot v0.15.1 | 
| 2219 | 2025-02-21T04:44:25.606Z | Compiling instant v0.1.13 | 
| 2220 | 2025-02-21T04:44:25.780Z | Compiling backoff v0.4.0 | 
| 2221 | 2025-02-21T04:44:25.807Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) | 
| 2222 | 2025-02-21T04:44:26.009Z | Compiling typify v0.3.0 | 
| 2223 | 2025-02-21T04:44:26.213Z | Compiling progenitor-impl v0.9.1 | 
| 2224 | 2025-02-21T04:44:26.372Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) | 
| 2225 | 2025-02-21T04:44:31.970Z | Compiling progenitor-macro v0.9.1 | 
| 2226 | 2025-02-21T04:44:34.440Z | Compiling steno v0.4.1 | 
| 2227 | 2025-02-21T04:44:34.443Z | Compiling parse-display v0.10.0 | 
| 2228 | 2025-02-21T04:44:34.443Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) | 
| 2229 | 2025-02-21T04:44:34.443Z | Compiling strum v0.26.3 | 
| 2230 | 2025-02-21T04:44:34.443Z | Compiling serde_with v3.11.0 | 
| 2231 | 2025-02-21T04:44:34.443Z | Compiling regress v0.9.1 | 
| 2232 | 2025-02-21T04:44:37.815Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) | 
| 2233 | 2025-02-21T04:44:38.821Z | Compiling macaddr v1.0.1 | 
| 2234 | 2025-02-21T04:44:39.181Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) | 
| 2235 | 2025-02-21T04:44:39.421Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) | 
| 2236 | 2025-02-21T04:44:39.462Z | Compiling slog-dtrace v0.3.0 | 
| 2237 | 2025-02-21T04:44:39.816Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) | 
| 2238 | 2025-02-21T04:44:39.898Z | Compiling prettyplease v0.2.25 | 
| 2239 | 2025-02-21T04:44:41.902Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) | 
| 2240 | 2025-02-21T04:44:42.424Z | Compiling progenitor v0.9.1 | 
| 2241 | 2025-02-21T04:44:42.674Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) | 
| 2242 | 2025-02-21T04:44:45.078Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) | 
| 2243 | 2025-02-21T04:44:54.317Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) | 
| 2244 | 2025-02-21T04:44:56.073Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) | 
| 2245 | 2025-02-21T04:44:56.315Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) | 
| 2246 | 2025-02-21T04:44:57.379Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) | 
| 2247 | 2025-02-21T04:44:58.844Z | Compiling half v2.4.1 | 
| 2248 | 2025-02-21T04:44:59.553Z | Compiling ciborium-io v0.2.2 | 
| 2249 | 2025-02-21T04:44:59.722Z | Compiling ciborium-ll v0.2.2 | 
| 2250 | 2025-02-21T04:45:01.194Z | Compiling ciborium v0.2.2 | 
| 2251 | 2025-02-21T04:45:02.537Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) | 
| 2252 | 2025-02-21T04:45:03.291Z | Compiling display-error-chain v0.2.2 | 
| 2253 | 2025-02-21T04:45:03.447Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) | 
| 2254 | 2025-02-21T04:45:03.539Z | Compiling fastrand v2.1.1 | 
| 2255 | 2025-02-21T04:45:04.018Z | Compiling same-file v1.0.6 | 
| 2256 | 2025-02-21T04:45:04.072Z | Compiling tempfile v3.13.0 | 
| 2257 | 2025-02-21T04:45:04.297Z | Compiling walkdir v2.5.0 | 
| 2258 | 2025-02-21T04:45:04.830Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) | 
| 2259 | 2025-02-21T04:45:04.899Z | Compiling blake3 v1.5.4 | 
| 2260 | 2025-02-21T04:45:05.575Z | Compiling const_format_proc_macros v0.2.34 | 
| 2261 | 2025-02-21T04:45:07.359Z | Compiling xattr v1.3.1 | 
| 2262 | 2025-02-21T04:45:07.623Z | Compiling memmap2 v0.9.5 | 
| 2263 | 2025-02-21T04:45:07.750Z | Compiling filetime v0.2.25 | 
| 2264 | 2025-02-21T04:45:08.075Z | Compiling keccak v0.1.5 | 
| 2265 | 2025-02-21T04:45:08.138Z | Compiling arrayvec v0.7.6 | 
| 2266 | 2025-02-21T04:45:08.368Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) | 
| 2267 | 2025-02-21T04:45:08.474Z | Compiling crunchy v0.2.2 | 
| 2268 | 2025-02-21T04:45:08.556Z | Compiling arrayref v0.3.9 | 
| 2269 | 2025-02-21T04:45:08.654Z | Compiling constant_time_eq v0.3.1 | 
| 2270 | 2025-02-21T04:45:08.993Z | Compiling maplit v1.0.2 | 
| 2271 | 2025-02-21T04:45:09.206Z | Compiling sha3 v0.10.8 | 
| 2272 | 2025-02-21T04:45:09.206Z | Compiling tar v0.4.42 | 
| 2273 | 2025-02-21T04:45:09.321Z | Compiling const_format v0.2.34 | 
| 2274 | 2025-02-21T04:45:09.842Z | Compiling toolchain_find v0.4.0 | 
| 2275 | 2025-02-21T04:45:09.879Z | Compiling camino-tempfile v1.1.1 | 
| 2276 | 2025-02-21T04:45:10.409Z | Compiling tiny-keccak v2.0.2 | 
| 2277 | 2025-02-21T04:45:10.415Z | Compiling topological-sort v0.2.2 | 
| 2278 | 2025-02-21T04:45:10.474Z | Compiling radium v0.7.0 | 
| 2279 | 2025-02-21T04:45:10.676Z | Compiling omicron-zone-package v0.12.0 | 
| 2280 | 2025-02-21T04:45:10.770Z | Compiling rustfmt-wrapper v0.2.1 | 
| 2281 | 2025-02-21T04:45:10.999Z | Compiling dsl_auto_type v0.1.2 | 
| 2282 | 2025-02-21T04:45:11.209Z | Compiling scheduled-thread-pool v0.2.7 | 
| 2283 | 2025-02-21T04:45:11.303Z | Compiling diesel_table_macro_syntax v0.2.0 | 
| 2284 | 2025-02-21T04:45:11.671Z | Compiling maybe-uninit v2.0.0 | 
| 2285 | 2025-02-21T04:45:12.184Z | Compiling tap v1.0.1 | 
| 2286 | 2025-02-21T04:45:12.192Z | Compiling diesel_derives v2.2.3 | 
| 2287 | 2025-02-21T04:45:12.386Z | Compiling wyz v0.5.1 | 
| 2288 | 2025-02-21T04:45:12.678Z | Compiling r2d2 v0.8.10 | 
| 2289 | 2025-02-21T04:45:13.355Z | Compiling phf_generator v0.11.2 | 
| 2290 | 2025-02-21T04:45:13.377Z | Compiling ascii-canvas v3.0.0 | 
| 2291 | 2025-02-21T04:45:13.549Z | Compiling secrecy v0.8.0 | 
| 2292 | 2025-02-21T04:45:13.569Z | Compiling async-recursion v1.1.1 | 
| 2293 | 2025-02-21T04:45:13.787Z | Compiling ena v0.14.3 | 
| 2294 | 2025-02-21T04:45:13.841Z | Compiling regex-syntax v0.6.29 | 
| 2295 | 2025-02-21T04:45:14.236Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) | 
| 2296 | 2025-02-21T04:45:14.586Z | Compiling funty v2.0.0 | 
| 2297 | 2025-02-21T04:45:14.930Z | Compiling packed_struct v0.10.1 | 
| 2298 | 2025-02-21T04:45:15.421Z | Compiling arc-swap v1.7.1 | 
| 2299 | 2025-02-21T04:45:15.581Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) | 
| 2300 | 2025-02-21T04:45:16.090Z | Compiling diff v0.1.13 | 
| 2301 | 2025-02-21T04:45:16.600Z | Compiling crc-catalog v2.4.0 | 
| 2302 | 2025-02-21T04:45:16.792Z | Compiling crc v3.2.1 | 
| 2303 | 2025-02-21T04:45:17.378Z | Compiling lalrpop v0.19.12 | 
| 2304 | 2025-02-21T04:45:18.216Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) | 
| 2305 | 2025-02-21T04:45:18.765Z | Compiling slog-scope v4.4.0 | 
| 2306 | 2025-02-21T04:45:18.990Z | Compiling bitvec v1.0.1 | 
| 2307 | 2025-02-21T04:45:19.622Z | Compiling phf_codegen v0.11.2 | 
| 2308 | 2025-02-21T04:45:19.989Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) | 
| 2309 | 2025-02-21T04:45:21.099Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) | 
| 2310 | 2025-02-21T04:45:21.365Z | Compiling universal-hash v0.5.1 | 
| 2311 | 2025-02-21T04:45:21.628Z | Compiling thiserror-impl-no-std v2.0.2 | 
| 2312 | 2025-02-21T04:45:22.720Z | Compiling diesel v2.2.7 | 
| 2313 | 2025-02-21T04:45:23.447Z | Compiling packed_struct_codegen v0.10.1 | 
| 2314 | 2025-02-21T04:45:24.096Z | Compiling parse-zoneinfo v0.3.1 | 
| 2315 | 2025-02-21T04:45:25.586Z | Compiling indexmap v1.9.3 | 
| 2316 | 2025-02-21T04:45:25.669Z | Compiling unicase v2.7.0 | 
| 2317 | 2025-02-21T04:45:25.928Z | Compiling ref-cast v1.0.23 | 
| 2318 | 2025-02-21T04:45:26.044Z | Compiling opaque-debug v0.3.1 | 
| 2319 | 2025-02-21T04:45:26.165Z | Compiling nodrop v0.1.14 | 
| 2320 | 2025-02-21T04:45:26.330Z | Compiling array-init v0.0.4 | 
| 2321 | 2025-02-21T04:45:26.496Z | Compiling poly1305 v0.8.0 | 
| 2322 | 2025-02-21T04:45:27.976Z | Compiling chrono-tz-build v0.4.0 | 
| 2323 | 2025-02-21T04:45:28.979Z | Compiling thiserror-no-std v2.0.2 | 
| 2324 | 2025-02-21T04:45:29.142Z | Compiling smallvec v0.6.14 | 
| 2325 | 2025-02-21T04:45:30.195Z | Compiling slog-stdlog v4.1.1 | 
| 2326 | 2025-02-21T04:45:31.007Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) | 
| 2327 | 2025-02-21T04:45:31.361Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) | 
| 2328 | 2025-02-21T04:45:31.364Z | Compiling derive_builder_core v0.20.2 | 
| 2329 | 2025-02-21T04:45:31.705Z | Compiling chacha20 v0.9.1 | 
| 2330 | 2025-02-21T04:45:32.219Z | Compiling headers-core v0.3.0 | 
| 2331 | 2025-02-21T04:45:32.419Z | Compiling aead v0.5.2 | 
| 2332 | 2025-02-21T04:45:32.780Z | Compiling libxml v0.3.3 | 
| 2333 | 2025-02-21T04:45:33.202Z | Compiling ref-cast-impl v1.0.23 | 
| 2334 | 2025-02-21T04:45:33.283Z | Compiling vte_generate_state_changes v0.1.2 | 
| 2335 | 2025-02-21T04:45:33.927Z | Compiling bitfield v0.14.0 | 
| 2336 | 2025-02-21T04:45:34.232Z | Compiling hashbrown v0.12.3 | 
| 2337 | 2025-02-21T04:45:34.276Z | Compiling termcolor v1.4.1 | 
| 2338 | 2025-02-21T04:45:35.348Z | Compiling env_logger v0.10.2 | 
| 2339 | 2025-02-21T04:45:36.785Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) | 
| 2340 | 2025-02-21T04:45:38.433Z | Compiling vte v0.11.1 | 
| 2341 | 2025-02-21T04:45:38.931Z | Compiling polar-core v0.27.3 | 
| 2342 | 2025-02-21T04:45:39.901Z | Compiling derive_builder_macro v0.20.2 | 
| 2343 | 2025-02-21T04:45:40.828Z | Compiling chacha20poly1305 v0.10.1 | 
| 2344 | 2025-02-21T04:45:41.080Z | Compiling headers v0.4.0 | 
| 2345 | 2025-02-21T04:45:42.540Z | Compiling slog-envlogger v2.2.0 | 
| 2346 | 2025-02-21T04:45:44.648Z | Compiling serde-hex v0.1.0 | 
| 2347 | 2025-02-21T04:45:45.036Z | Compiling vsss-rs v3.3.4 | 
| 2348 | 2025-02-21T04:45:49.177Z | Compiling chrono-tz v0.10.1 | 
| 2349 | 2025-02-21T04:45:49.585Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) | 
| 2350 | 2025-02-21T04:45:49.868Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) | 
| 2351 | 2025-02-21T04:45:50.239Z | Compiling ron v0.8.1 | 
| 2352 | 2025-02-21T04:45:51.539Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) | 
| 2353 | 2025-02-21T04:45:51.881Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) | 
| 2354 | 2025-02-21T04:45:52.408Z | Compiling hashbrown v0.13.2 | 
| 2355 | 2025-02-21T04:45:53.715Z | Compiling strum_macros v0.24.3 | 
| 2356 | 2025-02-21T04:45:55.912Z | Compiling fxhash v0.2.1 | 
| 2357 | 2025-02-21T04:45:56.175Z | Compiling samael v0.0.17 | 
| 2358 | 2025-02-21T04:45:56.226Z | Compiling zip v2.1.3 | 
| 2359 | 2025-02-21T04:45:56.947Z | Compiling crc-any v2.5.0 | 
| 2360 | 2025-02-21T04:45:56.969Z | Compiling bumpalo v3.16.0 | 
| 2361 | 2025-02-21T04:45:57.208Z | Compiling simd-adler32 v0.3.7 | 
| 2362 | 2025-02-21T04:45:57.479Z | Compiling indoc v1.0.9 | 
| 2363 | 2025-02-21T04:45:57.807Z | Compiling bytecount v0.6.8 | 
| 2364 | 2025-02-21T04:45:58.159Z | Compiling lockfree-object-pool v0.1.6 | 
| 2365 | 2025-02-21T04:45:58.484Z | Compiling zopfli v0.8.1 | 
| 2366 | 2025-02-21T04:45:58.518Z | Compiling papergrid v0.11.0 | 
| 2367 | 2025-02-21T04:46:03.044Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) | 
| 2368 | 2025-02-21T04:46:09.076Z | Compiling object v0.30.4 | 
| 2369 | 2025-02-21T04:46:09.195Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) | 
| 2370 | 2025-02-21T04:46:11.724Z | Compiling derive_builder v0.20.2 | 
| 2371 | 2025-02-21T04:46:11.952Z | Compiling strip-ansi-escapes v0.2.0 | 
| 2372 | 2025-02-21T04:46:12.962Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) | 
| 2373 | 2025-02-21T04:46:13.308Z | Compiling tabled_derive v0.7.0 | 
| 2374 | 2025-02-21T04:46:15.264Z | Compiling fd-lock v4.0.2 | 
| 2375 | 2025-02-21T04:46:15.442Z | Compiling peg-macros v0.8.4 | 
| 2376 | 2025-02-21T04:46:15.518Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) | 
| 2377 | 2025-02-21T04:46:16.507Z | Compiling kstat-rs v0.2.4 | 
| 2378 | 2025-02-21T04:46:17.405Z | Compiling oso-derive v0.27.3 | 
| 2379 | 2025-02-21T04:46:17.611Z | Compiling impl-trait-for-tuples v0.2.2 | 
| 2380 | 2025-02-21T04:46:18.388Z | Compiling quick-xml v0.33.0 | 
| 2381 | 2025-02-21T04:46:18.606Z | Compiling diesel-dtrace v0.4.2 | 
| 2382 | 2025-02-21T04:46:18.972Z | Compiling nu-ansi-term v0.50.1 | 
| 2383 | 2025-02-21T04:46:20.279Z | Compiling path-slash v0.1.5 | 
| 2384 | 2025-02-21T04:46:20.562Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) | 
| 2385 | 2025-02-21T04:46:21.153Z | Compiling reedline v0.35.0 | 
| 2386 | 2025-02-21T04:46:23.319Z | Compiling oso v0.27.3 | 
| 2387 | 2025-02-21T04:46:25.850Z | Compiling peg v0.8.4 | 
| 2388 | 2025-02-21T04:46:25.986Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) | 
| 2389 | 2025-02-21T04:46:32.790Z | Compiling tabled v0.15.0 | 
| 2390 | 2025-02-21T04:46:35.817Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) | 
| 2391 | 2025-02-21T04:46:46.464Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) | 
| 2392 | 2025-02-21T04:46:49.526Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) | 
| 2393 | 2025-02-21T04:46:51.044Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) | 
| 2394 | 2025-02-21T04:46:51.510Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) | 
| 2395 | 2025-02-21T04:46:52.383Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) | 
| 2396 | 2025-02-21T04:46:52.741Z | Compiling pem v3.0.4 | 
| 2397 | 2025-02-21T04:46:53.329Z | Compiling bb8 v0.8.5 | 
| 2398 | 2025-02-21T04:46:53.950Z | Compiling bcs v0.1.6 | 
| 2399 | 2025-02-21T04:46:54.212Z | Compiling libz-sys v1.1.20 | 
| 2400 | 2025-02-21T04:46:54.768Z | Compiling nanorand v0.7.0 | 
| 2401 | 2025-02-21T04:46:54.911Z | Compiling termtree v0.5.1 | 
| 2402 | 2025-02-21T04:46:55.232Z | Compiling parking_lot_core v0.8.6 | 
| 2403 | 2025-02-21T04:46:55.444Z | Compiling flume v0.11.1 | 
| 2404 | 2025-02-21T04:46:56.367Z | Compiling async-bb8-diesel v0.2.1 | 
| 2405 | 2025-02-21T04:46:57.130Z | Compiling mime_guess v2.0.5 | 
| 2406 | 2025-02-21T04:46:58.907Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) | 
| 2407 | 2025-02-21T04:47:01.805Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) | 
| 2408 | 2025-02-21T04:47:02.050Z | Compiling buf-list v1.0.3 | 
| 2409 | 2025-02-21T04:47:04.179Z | Compiling nibble_vec v0.1.0 | 
| 2410 | 2025-02-21T04:47:04.494Z | Compiling libgit2-sys v0.17.0+1.8.1 | 
| 2411 | 2025-02-21T04:47:05.290Z | Compiling pin-project-internal v1.1.6 | 
| 2412 | 2025-02-21T04:47:06.479Z | Compiling atty v0.2.14 | 
| 2413 | 2025-02-21T04:47:06.692Z | Compiling salty v0.3.0 | 
| 2414 | 2025-02-21T04:47:07.129Z | Compiling endian-type v0.1.2 | 
| 2415 | 2025-02-21T04:47:07.391Z | Compiling http-range v0.1.5 | 
| 2416 | 2025-02-21T04:47:07.808Z | Compiling pin-project v1.1.6 | 
| 2417 | 2025-02-21T04:47:07.992Z | Compiling radix_trie v0.2.1 | 
| 2418 | 2025-02-21T04:47:08.880Z | Compiling parking_lot v0.11.2 | 
| 2419 | 2025-02-21T04:47:13.278Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) | 
| 2420 | 2025-02-21T04:47:13.325Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) | 
| 2421 | 2025-02-21T04:47:14.952Z | Compiling snafu-derive v0.8.5 | 
| 2422 | 2025-02-21T04:47:17.529Z | Compiling hyper-staticfile v0.10.1 | 
| 2423 | 2025-02-21T04:47:19.042Z | Compiling snafu v0.8.5 | 
| 2424 | 2025-02-21T04:47:19.884Z | Compiling sled v0.34.7 | 
| 2425 | 2025-02-21T04:47:20.228Z | Compiling hickory-client v0.24.3 | 
| 2426 | 2025-02-21T04:47:22.648Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) | 
| 2427 | 2025-02-21T04:47:23.798Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) | 
| 2428 | 2025-02-21T04:47:24.576Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) | 
| 2429 | 2025-02-21T04:47:30.520Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) | 
| 2430 | 2025-02-21T04:47:42.601Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) | 
| 2431 | 2025-02-21T04:47:48.041Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) | 
| 2432 | 2025-02-21T04:47:49.526Z | Compiling globset v0.4.15 | 
| 2433 | 2025-02-21T04:47:49.547Z | Compiling hickory-server v0.24.3 | 
| 2434 | 2025-02-21T04:47:52.876Z | Compiling olpc-cjson v0.1.4 | 
| 2435 | 2025-02-21T04:47:53.199Z | Compiling primeorder v0.13.6 | 
| 2436 | 2025-02-21T04:47:53.505Z | Compiling vergen v8.3.2 | 
| 2437 | 2025-02-21T04:47:53.698Z | Compiling castaway v0.2.3 | 
| 2438 | 2025-02-21T04:47:53.847Z | Compiling env_filter v0.1.2 | 
| 2439 | 2025-02-21T04:47:53.899Z | Compiling serde_plain v1.0.2 | 
| 2440 | 2025-02-21T04:47:54.442Z | Compiling cargo-platform v0.1.8 | 
| 2441 | 2025-02-21T04:47:54.928Z | Compiling typed-path v0.9.3 | 
| 2442 | 2025-02-21T04:47:55.358Z | Compiling cargo_metadata v0.18.1 | 
| 2443 | 2025-02-21T04:47:55.460Z | Compiling env_logger v0.11.5 | 
| 2444 | 2025-02-21T04:47:56.837Z | Compiling compact_str v0.8.0 | 
| 2445 | 2025-02-21T04:47:58.169Z | Compiling tough v0.19.0 | 
| 2446 | 2025-02-21T04:47:59.332Z | Compiling p384 v0.13.0 | 
| 2447 | 2025-02-21T04:47:59.680Z | Compiling git2 v0.19.0 | 
| 2448 | 2025-02-21T04:48:00.628Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) | 
| 2449 | 2025-02-21T04:48:01.622Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) | 
| 2450 | 2025-02-21T04:48:06.388Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) | 
| 2451 | 2025-02-21T04:48:07.460Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) | 
| 2452 | 2025-02-21T04:48:08.241Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) | 
| 2453 | 2025-02-21T04:48:08.652Z | Compiling unicode-truncate v1.1.0 | 
| 2454 | 2025-02-21T04:48:08.977Z | Compiling lru v0.12.5 | 
| 2455 | 2025-02-21T04:48:09.341Z | Compiling rand_seeder v0.3.0 | 
| 2456 | 2025-02-21T04:48:09.774Z | Compiling libsqlite3-sys v0.30.1 | 
| 2457 | 2025-02-21T04:48:09.830Z | Compiling lzma-sys v0.1.20 | 
| 2458 | 2025-02-21T04:48:10.359Z | Compiling instability v0.3.2 | 
| 2459 | 2025-02-21T04:48:10.557Z | Compiling cassowary v0.3.0 | 
| 2460 | 2025-02-21T04:48:11.387Z | Compiling rustls v0.21.12 | 
| 2461 | 2025-02-21T04:48:11.753Z | Compiling parse-size v1.1.0 | 
| 2462 | 2025-02-21T04:48:12.088Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) | 
| 2463 | 2025-02-21T04:48:12.488Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) | 
| 2464 | 2025-02-21T04:48:14.158Z | Compiling ratatui v0.28.1 | 
| 2465 | 2025-02-21T04:48:14.312Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) | 
| 2466 | 2025-02-21T04:48:14.549Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) | 
| 2467 | 2025-02-21T04:48:17.208Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) | 
| 2468 | 2025-02-21T04:48:17.496Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) | 
| 2469 | 2025-02-21T04:48:18.227Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) | 
| 2470 | 2025-02-21T04:48:18.573Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) | 
| 2471 | 2025-02-21T04:48:20.947Z | Compiling sct v0.7.1 | 
| 2472 | 2025-02-21T04:48:21.431Z | Compiling rustls-webpki v0.101.7 | 
| 2473 | 2025-02-21T04:48:22.069Z | Compiling heck v0.3.3 | 
| 2474 | 2025-02-21T04:48:22.409Z | Compiling csv-core v0.1.11 | 
| 2475 | 2025-02-21T04:48:22.760Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) | 
| 2476 | 2025-02-21T04:48:23.119Z | Compiling glob v0.3.2 | 
| 2477 | 2025-02-21T04:48:23.402Z | Compiling csv v1.3.1 | 
| 2478 | 2025-02-21T04:48:25.284Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) | 
| 2479 | 2025-02-21T04:48:25.402Z | Compiling zone_cfg_derive v0.1.2 | 
| 2480 | 2025-02-21T04:48:26.726Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) | 
| 2481 | 2025-02-21T04:48:29.838Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) | 
| 2482 | 2025-02-21T04:48:31.130Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) | 
| 2483 | 2025-02-21T04:48:32.868Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) | 
| 2484 | 2025-02-21T04:48:33.838Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) | 
| 2485 | 2025-02-21T04:48:37.889Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) | 
| 2486 | 2025-02-21T04:48:42.871Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) | 
| 2487 | 2025-02-21T04:48:43.105Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) | 
| 2488 | 2025-02-21T04:48:43.224Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) | 
| 2489 | 2025-02-21T04:48:43.566Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) | 
| 2490 | 2025-02-21T04:48:43.901Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) | 
| 2491 | 2025-02-21T04:48:44.248Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) | 
| 2492 | 2025-02-21T04:48:45.150Z | Compiling nix v0.27.1 | 
| 2493 | 2025-02-21T04:48:45.562Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) | 
| 2494 | 2025-02-21T04:48:45.693Z | Compiling tungstenite v0.23.0 | 
| 2495 | 2025-02-21T04:48:46.246Z | Compiling hashlink v0.9.1 | 
| 2496 | 2025-02-21T04:48:47.013Z | Compiling base64 v0.13.1 | 
| 2497 | 2025-02-21T04:48:47.806Z | Compiling fallible-streaming-iterator v0.1.9 | 
| 2498 | 2025-02-21T04:48:47.841Z | Compiling fallible-iterator v0.3.0 | 
| 2499 | 2025-02-21T04:48:48.098Z | Compiling ron v0.7.1 | 
| 2500 | 2025-02-21T04:48:48.607Z | Compiling rusqlite v0.32.1 | 
| 2501 | 2025-02-21T04:48:50.307Z | Compiling tokio-tungstenite v0.23.1 | 
| 2502 | 2025-02-21T04:48:51.103Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) | 
| 2503 | 2025-02-21T04:48:51.209Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) | 
| 2504 | 2025-02-21T04:48:51.752Z | Compiling xz2 v0.1.7 | 
| 2505 | 2025-02-21T04:48:53.316Z | Compiling tokio-rustls v0.24.1 | 
| 2506 | 2025-02-21T04:48:53.486Z | Compiling zone v0.1.8 | 
| 2507 | 2025-02-21T04:48:53.784Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) | 
| 2508 | 2025-02-21T04:48:56.637Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) | 
| 2509 | 2025-02-21T04:48:56.800Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) | 
| 2510 | 2025-02-21T04:48:57.838Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) | 
| 2511 | 2025-02-21T04:48:58.209Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) | 
| 2512 | 2025-02-21T04:49:08.674Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) | 
| 2513 | 2025-02-21T04:49:10.284Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) | 
| 2514 | 2025-02-21T04:49:10.725Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) | 
| 2515 | 2025-02-21T04:49:11.777Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) | 
| 2516 | 2025-02-21T04:49:12.683Z | Compiling rustls-pemfile v1.0.4 | 
| 2517 | 2025-02-21T04:49:13.492Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) | 
| 2518 | 2025-02-21T04:49:13.847Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) | 
| 2519 | 2025-02-21T04:49:14.051Z | Compiling signal-hook-tokio v0.3.1 | 
| 2520 | 2025-02-21T04:49:14.298Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) | 
| 2521 | 2025-02-21T04:49:14.924Z | Compiling yasna v0.5.2 | 
| 2522 | 2025-02-21T04:49:18.377Z | Compiling twox-hash v2.1.0 | 
| 2523 | 2025-02-21T04:49:19.381Z | Compiling unicode-linebreak v0.1.5 | 
| 2524 | 2025-02-21T04:49:19.954Z | Compiling smawk v0.3.2 | 
| 2525 | 2025-02-21T04:49:20.132Z | Compiling is_ci v1.2.0 | 
| 2526 | 2025-02-21T04:49:20.262Z | Compiling textwrap v0.16.1 | 
| 2527 | 2025-02-21T04:49:20.449Z | Compiling supports-color v3.0.1 | 
| 2528 | 2025-02-21T04:49:20.946Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) | 
| 2529 | 2025-02-21T04:49:23.165Z | Compiling rcgen v0.12.1 | 
| 2530 | 2025-02-21T04:49:23.749Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) | 
| 2531 | 2025-02-21T04:49:25.919Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) | 
| 2532 | 2025-02-21T04:49:29.693Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) | 
| 2533 | 2025-02-21T04:49:31.629Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) | 
| 2534 | 2025-02-21T04:49:33.758Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) | 
| 2535 | 2025-02-21T04:49:42.689Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) | 
| 2536 | 2025-02-21T04:49:47.259Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) | 
| 2537 | 2025-02-21T04:49:47.328Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) | 
| 2538 | 2025-02-21T04:49:47.859Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) | 
| 2539 | 2025-02-21T04:49:57.233Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) | 
| 2540 | 2025-02-21T04:50:03.394Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) | 
| 2541 | 2025-02-21T04:50:03.741Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) | 
| 2542 | 2025-02-21T04:50:06.033Z | Compiling fatfs v0.3.6 | 
| 2543 | 2025-02-21T04:50:08.715Z | Compiling subprocess v0.2.9 | 
| 2544 | 2025-02-21T04:50:12.603Z | Compiling rtoolbox v0.0.2 | 
| 2545 | 2025-02-21T04:50:13.026Z | Compiling assert_matches v1.5.0 | 
| 2546 | 2025-02-21T04:50:13.280Z | Compiling rpassword v7.3.1 | 
| 2547 | 2025-02-21T04:50:13.544Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) | 
| 2548 | 2025-02-21T04:50:13.721Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) | 
| 2549 | 2025-02-21T04:50:14.619Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) | 
| 2550 | 2025-02-21T04:50:21.102Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) | 
| 2551 | 2025-02-21T04:50:21.390Z | Compiling tui-tree-widget v0.22.0 | 
| 2552 | 2025-02-21T04:50:21.830Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) | 
| 2553 | 2025-02-21T04:50:33.203Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) | 
| 2554 | 2025-02-21T04:50:33.557Z | Compiling uzers v0.12.1 | 
| 2555 | 2025-02-21T04:50:35.064Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) | 
| 2556 | 2025-02-21T04:50:36.602Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) | 
| 2557 | 2025-02-21T04:50:38.623Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) | 
| 2558 | 2025-02-21T04:50:42.445Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) | 
| 2559 | 2025-02-21T04:51:09.319Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) | 
| 2560 | 2025-02-21T04:51:13.938Z | Compiling multimap v0.10.0 | 
| 2561 | 2025-02-21T04:53:34.776Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) | 
| 2562 | 2025-02-21T04:53:42.216Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) | 
| 2563 | 2025-02-21T05:00:40.350Z | Finished `release` profile [optimized] target(s) in 16m 29s | 
| 2564 | 2025-02-21T05:01:48.215Z |  | 
| 2565 | 2025-02-21T05:01:48.219Z | real    17:38.314081755 | 
| 2566 | 2025-02-21T05:01:48.219Z | user  2:01:04.702788690 | 
| 2567 | 2025-02-21T05:01:48.219Z | sys      3:19.146608901 | 
| 2568 | 2025-02-21T05:01:48.219Z | trap        3.095833351 | 
| 2569 | 2025-02-21T05:01:48.219Z | tflt        1.754907451 | 
| 2570 | 2025-02-21T05:01:48.219Z | dflt        5.344108993 | 
| 2571 | 2025-02-21T05:01:48.219Z | kflt        0.088735804 | 
| 2572 | 2025-02-21T05:01:48.219Z | lock  7:18:43.822416928 | 
| 2573 | 2025-02-21T05:01:48.220Z | slp   6:11:43.210101201 | 
| 2574 | 2025-02-21T05:01:48.220Z | lat      3:20.527735555 | 
| 2575 | 2025-02-21T05:01:48.220Z | stop     2:39.897515846 | 
| 2576 | 2025-02-21T05:01:48.220Z | + mapfile -t packages | 
| 2577 | 2025-02-21T05:01:48.220Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs | 
| 2578 | 2025-02-21T05:01:49.322Z | Finished `release` profile [optimized] target(s) in 0.97s | 
| 2579 | 2025-02-21T05:01:49.336Z | Running `target/release/omicron-package -t test list-outputs` | 
| 2580 | 2025-02-21T05:01:49.400Z | Logging to: /work/oxidecomputer/omicron/out/LOG | 
| 2581 | 2025-02-21T05:01:49.438Z | + ptime -m cargo build --locked --release -p xtask | 
| 2582 | 2025-02-21T05:01:49.926Z | Compiling serde v1.0.217 | 
| 2583 | 2025-02-21T05:01:49.932Z | Compiling serde_json v1.0.135 | 
| 2584 | 2025-02-21T05:01:49.932Z | Compiling libc v0.2.169 | 
| 2585 | 2025-02-21T05:01:49.932Z | Compiling rustix v0.38.37 | 
| 2586 | 2025-02-21T05:01:49.932Z | Compiling syn v2.0.96 | 
| 2587 | 2025-02-21T05:01:50.020Z | Compiling bitflags v2.6.0 | 
| 2588 | 2025-02-21T05:01:50.368Z | Compiling usdt-impl v0.5.0 | 
| 2589 | 2025-02-21T05:01:50.417Z | Compiling syn v1.0.109 | 
| 2590 | 2025-02-21T05:01:50.577Z | Compiling hashbrown v0.15.1 | 
| 2591 | 2025-02-21T05:01:50.580Z | Compiling log v0.4.22 | 
| 2592 | 2025-02-21T05:01:50.764Z | Compiling fs-err v2.11.0 | 
| 2593 | 2025-02-21T05:01:51.021Z | Compiling anyhow v1.0.95 | 
| 2594 | 2025-02-21T05:01:51.101Z | Compiling once_cell v1.20.2 | 
| 2595 | 2025-02-21T05:01:51.452Z | Compiling thread-id v4.2.2 | 
| 2596 | 2025-02-21T05:01:51.779Z | Compiling indexmap v2.7.1 | 
| 2597 | 2025-02-21T05:01:53.037Z | Compiling terminal_size v0.4.0 | 
| 2598 | 2025-02-21T05:01:53.037Z | Compiling tempfile v3.13.0 | 
| 2599 | 2025-02-21T05:01:53.279Z | Compiling clap_builder v4.5.27 | 
| 2600 | 2025-02-21T05:01:53.629Z | Compiling proc-macro-error v1.0.4 | 
| 2601 | 2025-02-21T05:01:54.554Z | Compiling tabled_derive v0.7.0 | 
| 2602 | 2025-02-21T05:01:55.789Z | Compiling tabled v0.15.0 | 
| 2603 | 2025-02-21T05:01:56.322Z | Compiling serde_derive v1.0.217 | 
| 2604 | 2025-02-21T05:01:56.336Z | Compiling thiserror-impl v1.0.69 | 
| 2605 | 2025-02-21T05:01:56.336Z | Compiling zerocopy-derive v0.7.35 | 
| 2606 | 2025-02-21T05:01:56.336Z | Compiling scroll_derive v0.12.0 | 
| 2607 | 2025-02-21T05:01:56.336Z | Compiling clap_derive v4.5.24 | 
| 2608 | 2025-02-21T05:01:57.692Z | Compiling scroll v0.12.0 | 
| 2609 | 2025-02-21T05:01:58.146Z | Compiling zerocopy v0.7.35 | 
| 2610 | 2025-02-21T05:01:58.287Z | Compiling goblin v0.8.2 | 
| 2611 | 2025-02-21T05:01:58.915Z | Compiling thiserror v1.0.69 | 
| 2612 | 2025-02-21T05:01:59.095Z | Compiling pest v2.7.14 | 
| 2613 | 2025-02-21T05:02:02.067Z | Compiling pest_meta v2.7.14 | 
| 2614 | 2025-02-21T05:02:02.153Z | Compiling clap v4.5.27 | 
| 2615 | 2025-02-21T05:02:03.585Z | Compiling pest_generator v2.7.14 | 
| 2616 | 2025-02-21T05:02:05.697Z | Compiling pest_derive v2.7.14 | 
| 2617 | 2025-02-21T05:02:06.562Z | Compiling dtrace-parser v0.2.0 | 
| 2618 | 2025-02-21T05:02:10.665Z | Compiling toml_datetime v0.6.8 | 
| 2619 | 2025-02-21T05:02:11.388Z | Compiling serde_tokenstream v0.2.2 | 
| 2620 | 2025-02-21T05:02:11.970Z | Compiling serde_spanned v0.6.8 | 
| 2621 | 2025-02-21T05:02:12.262Z | Compiling toml_edit v0.22.22 | 
| 2622 | 2025-02-21T05:02:13.426Z | Compiling dof v0.3.0 | 
| 2623 | 2025-02-21T05:02:14.942Z | Compiling camino v1.1.9 | 
| 2624 | 2025-02-21T05:02:15.551Z | Compiling usdt-attr-macro v0.5.0 | 
| 2625 | 2025-02-21T05:02:16.258Z | Compiling usdt-macro v0.5.0 | 
| 2626 | 2025-02-21T05:02:16.883Z | Compiling toml v0.8.19 | 
| 2627 | 2025-02-21T05:02:17.820Z | Compiling cargo-platform v0.1.8 | 
| 2628 | 2025-02-21T05:02:18.923Z | Compiling semver v1.0.24 | 
| 2629 | 2025-02-21T05:02:20.136Z | Compiling cargo_metadata v0.18.1 | 
| 2630 | 2025-02-21T05:02:20.437Z | Compiling usdt v0.5.0 | 
| 2631 | 2025-02-21T05:02:21.834Z | Compiling cargo_toml v0.20.5 | 
| 2632 | 2025-02-21T05:02:22.016Z | Compiling camino-tempfile v1.1.1 | 
| 2633 | 2025-02-21T05:02:22.800Z | Compiling macaddr v1.0.1 | 
| 2634 | 2025-02-21T05:02:32.839Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) | 
| 2635 | 2025-02-21T05:02:38.508Z | Finished `release` profile [optimized] target(s) in 49.09s | 
| 2636 | 2025-02-21T05:02:38.618Z |  | 
| 2637 | 2025-02-21T05:02:38.618Z | real       49.233780063 | 
| 2638 | 2025-02-21T05:02:38.618Z | user     5:16.874920127 | 
| 2639 | 2025-02-21T05:02:38.618Z | sys        18.711960648 | 
| 2640 | 2025-02-21T05:02:38.618Z | trap        0.154794615 | 
| 2641 | 2025-02-21T05:02:38.618Z | tflt        0.254787546 | 
| 2642 | 2025-02-21T05:02:38.618Z | dflt        0.332197733 | 
| 2643 | 2025-02-21T05:02:38.621Z | kflt        0.000032274 | 
| 2644 | 2025-02-21T05:02:38.621Z | lock     9:45.706428386 | 
| 2645 | 2025-02-21T05:02:38.621Z | slp     15:30.718790855 | 
| 2646 | 2025-02-21T05:02:38.621Z | lat        16.324501600 | 
| 2647 | 2025-02-21T05:02:38.621Z | stop       17.846567920 | 
| 2648 | 2025-02-21T05:02:38.621Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only | 
| 2649 | 2025-02-21T05:02:38.621Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only | 
| 2650 | 2025-02-21T05:02:38.621Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only | 
| 2651 | 2025-02-21T05:02:38.621Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only | 
| 2652 | 2025-02-21T05:02:38.621Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics | 
| 2653 | 2025-02-21T05:02:39.512Z | Compiling hashbrown v0.14.5 | 
| 2654 | 2025-02-21T05:02:39.644Z | Compiling thiserror v2.0.11 | 
| 2655 | 2025-02-21T05:02:39.658Z | Compiling thiserror-impl v2.0.11 | 
| 2656 | 2025-02-21T05:02:39.665Z | Compiling ident_case v1.0.1 | 
| 2657 | 2025-02-21T05:02:39.695Z | Compiling unsafe-libyaml v0.2.11 | 
| 2658 | 2025-02-21T05:02:39.698Z | Compiling progenitor-client v0.9.1 | 
| 2659 | 2025-02-21T05:02:39.698Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) | 
| 2660 | 2025-02-21T05:02:39.711Z | Compiling ipnetwork v0.21.1 | 
| 2661 | 2025-02-21T05:02:39.856Z | Compiling darling_core v0.20.10 | 
| 2662 | 2025-02-21T05:02:40.231Z | Compiling oxnet v0.1.0 | 
| 2663 | 2025-02-21T05:02:40.234Z | Compiling macaddr v1.0.1 | 
| 2664 | 2025-02-21T05:02:40.574Z | Compiling progenitor-client v0.8.0 | 
| 2665 | 2025-02-21T05:02:40.615Z | Compiling instant v0.1.13 | 
| 2666 | 2025-02-21T05:02:40.663Z | Compiling structmeta-derive v0.3.0 | 
| 2667 | 2025-02-21T05:02:40.778Z | Compiling regress v0.10.1 | 
| 2668 | 2025-02-21T05:02:40.797Z | Compiling dropshot v0.15.1 | 
| 2669 | 2025-02-21T05:02:40.952Z | Compiling serde_yaml v0.9.34+deprecated | 
| 2670 | 2025-02-21T05:02:41.046Z | Compiling regress v0.9.1 | 
| 2671 | 2025-02-21T05:02:41.204Z | Compiling dropshot_endpoint v0.15.1 | 
| 2672 | 2025-02-21T05:02:41.467Z | Compiling daft-derive v0.1.1 | 
| 2673 | 2025-02-21T05:02:43.010Z | Compiling daft v0.1.1 | 
| 2674 | 2025-02-21T05:02:43.039Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) | 
| 2675 | 2025-02-21T05:02:43.213Z | Compiling structmeta v0.3.0 | 
| 2676 | 2025-02-21T05:02:43.506Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) | 
| 2677 | 2025-02-21T05:02:43.607Z | Compiling parse-display-derive v0.10.0 | 
| 2678 | 2025-02-21T05:02:43.789Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) | 
| 2679 | 2025-02-21T05:02:43.969Z | Compiling backoff v0.4.0 | 
| 2680 | 2025-02-21T05:02:43.990Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) | 
| 2681 | 2025-02-21T05:02:44.348Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) | 
| 2682 | 2025-02-21T05:02:44.404Z | Compiling typify-impl v0.2.0 | 
| 2683 | 2025-02-21T05:02:44.516Z | Compiling tempfile v3.13.0 | 
| 2684 | 2025-02-21T05:02:44.773Z | Compiling proc-macro-crate v1.3.1 | 
| 2685 | 2025-02-21T05:02:45.268Z | Compiling typify-impl v0.3.0 | 
| 2686 | 2025-02-21T05:02:45.424Z | Compiling itertools v0.13.0 | 
| 2687 | 2025-02-21T05:02:45.682Z | Compiling num_enum_derive v0.5.11 | 
| 2688 | 2025-02-21T05:02:45.799Z | Compiling darling_macro v0.20.10 | 
| 2689 | 2025-02-21T05:02:45.916Z | Compiling zerocopy v0.8.10 | 
| 2690 | 2025-02-21T05:02:46.735Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) | 
| 2691 | 2025-02-21T05:02:46.755Z | Compiling darling v0.20.10 | 
| 2692 | 2025-02-21T05:02:46.881Z | Compiling serde_with_macros v3.11.0 | 
| 2693 | 2025-02-21T05:02:47.228Z | Compiling zerocopy-derive v0.8.10 | 
| 2694 | 2025-02-21T05:02:47.605Z | Compiling parse-display v0.10.0 | 
| 2695 | 2025-02-21T05:02:47.983Z | Compiling num_enum v0.5.11 | 
| 2696 | 2025-02-21T05:02:48.179Z | Compiling heapless v0.8.0 | 
| 2697 | 2025-02-21T05:02:48.243Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) | 
| 2698 | 2025-02-21T05:02:48.291Z | Compiling crucible-workspace-hack v0.1.0 | 
| 2699 | 2025-02-21T05:02:48.607Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) | 
| 2700 | 2025-02-21T05:02:48.660Z | Compiling proc-macro-error v1.0.4 | 
| 2701 | 2025-02-21T05:02:49.083Z | Compiling camino-tempfile v1.1.1 | 
| 2702 | 2025-02-21T05:02:49.277Z | Compiling foreign-types-macros v0.2.3 | 
| 2703 | 2025-02-21T05:02:49.402Z | Compiling serde_with v3.11.0 | 
| 2704 | 2025-02-21T05:02:49.511Z | Compiling hash32 v0.3.1 | 
| 2705 | 2025-02-21T05:02:49.823Z | Compiling foreign-types-shared v0.3.1 | 
| 2706 | 2025-02-21T05:02:49.976Z | Compiling smoltcp v0.11.0 | 
| 2707 | 2025-02-21T05:02:50.617Z | Compiling foreign-types v0.5.0 | 
| 2708 | 2025-02-21T05:02:51.063Z | Compiling tabwriter v1.4.0 | 
| 2709 | 2025-02-21T05:02:51.631Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) | 
| 2710 | 2025-02-21T05:02:51.718Z | Compiling cstr-argument v0.1.2 | 
| 2711 | 2025-02-21T05:02:51.992Z | Compiling pretty-hex v0.2.1 | 
| 2712 | 2025-02-21T05:02:52.215Z | Compiling cobs v0.2.3 | 
| 2713 | 2025-02-21T05:02:52.487Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) | 
| 2714 | 2025-02-21T05:02:52.533Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) | 
| 2715 | 2025-02-21T05:02:52.734Z | Compiling postcard v1.0.10 | 
| 2716 | 2025-02-21T05:02:52.837Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) | 
| 2717 | 2025-02-21T05:02:52.857Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) | 
| 2718 | 2025-02-21T05:02:53.224Z | Compiling colored v2.1.0 | 
| 2719 | 2025-02-21T05:02:53.363Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) | 
| 2720 | 2025-02-21T05:02:53.365Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) | 
| 2721 | 2025-02-21T05:02:53.788Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) | 
| 2722 | 2025-02-21T05:02:53.838Z | Compiling smf v0.2.3 | 
| 2723 | 2025-02-21T05:02:54.202Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) | 
| 2724 | 2025-02-21T05:02:54.560Z | Compiling zone_cfg_derive v0.3.0 | 
| 2725 | 2025-02-21T05:02:54.673Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) | 
| 2726 | 2025-02-21T05:02:54.985Z | Compiling num-derive v0.4.2 | 
| 2727 | 2025-02-21T05:02:55.101Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) | 
| 2728 | 2025-02-21T05:02:55.134Z | Compiling sigpipe v0.1.3 | 
| 2729 | 2025-02-21T05:02:55.283Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) | 
| 2730 | 2025-02-21T05:02:55.659Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) | 
| 2731 | 2025-02-21T05:02:55.860Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) | 
| 2732 | 2025-02-21T05:02:55.992Z | Compiling zone v0.3.0 | 
| 2733 | 2025-02-21T05:02:56.572Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) | 
| 2734 | 2025-02-21T05:02:57.034Z | Compiling universal-hash v0.5.1 | 
| 2735 | 2025-02-21T05:02:57.185Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) | 
| 2736 | 2025-02-21T05:02:57.209Z | Compiling opaque-debug v0.3.1 | 
| 2737 | 2025-02-21T05:02:57.274Z | Compiling tungstenite v0.21.0 | 
| 2738 | 2025-02-21T05:02:57.310Z | Compiling num-rational v0.4.2 | 
| 2739 | 2025-02-21T05:02:57.335Z | Compiling password-hash v0.5.0 | 
| 2740 | 2025-02-21T05:02:57.441Z | Compiling num-complex v0.4.6 | 
| 2741 | 2025-02-21T05:02:58.012Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) | 
| 2742 | 2025-02-21T05:02:58.225Z | Compiling blake2 v0.10.6 | 
| 2743 | 2025-02-21T05:02:58.297Z | Compiling aead v0.5.2 | 
| 2744 | 2025-02-21T05:02:58.407Z | Compiling base64 v0.21.7 | 
| 2745 | 2025-02-21T05:02:58.631Z | Compiling typify-macro v0.2.0 | 
| 2746 | 2025-02-21T05:02:58.696Z | Compiling convert_case v0.4.0 | 
| 2747 | 2025-02-21T05:02:58.795Z | Compiling keccak v0.1.5 | 
| 2748 | 2025-02-21T05:02:59.089Z | Compiling argon2 v0.5.3 | 
| 2749 | 2025-02-21T05:02:59.186Z | Compiling sha3 v0.10.8 | 
| 2750 | 2025-02-21T05:02:59.550Z | Compiling derive_more v0.99.18 | 
| 2751 | 2025-02-21T05:02:59.617Z | Compiling typify-macro v0.3.0 | 
| 2752 | 2025-02-21T05:02:59.760Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) | 
| 2753 | 2025-02-21T05:02:59.781Z | Compiling tokio-tungstenite v0.21.0 | 
| 2754 | 2025-02-21T05:03:00.021Z | Compiling num v0.4.3 | 
| 2755 | 2025-02-21T05:03:00.160Z | Compiling poly1305 v0.8.0 | 
| 2756 | 2025-02-21T05:03:00.260Z | Compiling chacha20 v0.9.1 | 
| 2757 | 2025-02-21T05:03:00.388Z | Compiling float-ord v0.3.2 | 
| 2758 | 2025-02-21T05:03:00.591Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) | 
| 2759 | 2025-02-21T05:03:00.773Z | Compiling semver v0.1.20 | 
| 2760 | 2025-02-21T05:03:01.021Z | Compiling same-file v1.0.6 | 
| 2761 | 2025-02-21T05:03:01.318Z | Compiling walkdir v2.5.0 | 
| 2762 | 2025-02-21T05:03:01.401Z | Compiling rustc_version v0.1.7 | 
| 2763 | 2025-02-21T05:03:01.860Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) | 
| 2764 | 2025-02-21T05:03:01.880Z | Compiling newline-converter v0.3.0 | 
| 2765 | 2025-02-21T05:03:01.883Z | Compiling primeorder v0.13.6 | 
| 2766 | 2025-02-21T05:03:01.930Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) | 
| 2767 | 2025-02-21T05:03:01.997Z | Compiling secrecy v0.8.0 | 
| 2768 | 2025-02-21T05:03:02.067Z | Compiling cancel-safe-futures v0.1.5 | 
| 2769 | 2025-02-21T05:03:02.261Z | Compiling owo-colors v4.1.0 | 
| 2770 | 2025-02-21T05:03:02.366Z | Compiling typify v0.2.0 | 
| 2771 | 2025-02-21T05:03:02.386Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) | 
| 2772 | 2025-02-21T05:03:02.485Z | Compiling progenitor-impl v0.8.0 | 
| 2773 | 2025-02-21T05:03:02.508Z | Compiling expectorate v1.1.0 | 
| 2774 | 2025-02-21T05:03:02.509Z | Compiling newtype_derive v0.1.6 | 
| 2775 | 2025-02-21T05:03:02.624Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) | 
| 2776 | 2025-02-21T05:03:02.699Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) | 
| 2777 | 2025-02-21T05:03:02.853Z | Compiling thiserror-impl-no-std v2.0.2 | 
| 2778 | 2025-02-21T05:03:02.975Z | Compiling blake3 v1.5.4 | 
| 2779 | 2025-02-21T05:03:02.994Z | Compiling half v2.4.1 | 
| 2780 | 2025-02-21T05:03:03.193Z | Compiling unicase v2.7.0 | 
| 2781 | 2025-02-21T05:03:03.302Z | Compiling typify v0.3.0 | 
| 2782 | 2025-02-21T05:03:03.461Z | Compiling progenitor-impl v0.9.1 | 
| 2783 | 2025-02-21T05:03:03.538Z | Compiling arc-swap v1.7.1 | 
| 2784 | 2025-02-21T05:03:03.558Z | Compiling ciborium-io v0.2.2 | 
| 2785 | 2025-02-21T05:03:03.710Z | Compiling ciborium-ll v0.2.2 | 
| 2786 | 2025-02-21T05:03:03.807Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) | 
| 2787 | 2025-02-21T05:03:04.079Z | Compiling slog-scope v4.4.0 | 
| 2788 | 2025-02-21T05:03:04.116Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) | 
| 2789 | 2025-02-21T05:03:04.541Z | Compiling polyval v0.6.2 | 
| 2790 | 2025-02-21T05:03:05.032Z | Compiling atomicwrites v0.4.4 | 
| 2791 | 2025-02-21T05:03:05.095Z | Compiling libsw v3.3.1 | 
| 2792 | 2025-02-21T05:03:05.413Z | Compiling memmap2 v0.9.5 | 
| 2793 | 2025-02-21T05:03:05.454Z | Compiling constant_time_eq v0.3.1 | 
| 2794 | 2025-02-21T05:03:05.589Z | Compiling thiserror-no-std v2.0.2 | 
| 2795 | 2025-02-21T05:03:05.664Z | Compiling arrayref v0.3.9 | 
| 2796 | 2025-02-21T05:03:05.739Z | Compiling libefi-sys v0.1.0 | 
| 2797 | 2025-02-21T05:03:05.789Z | Compiling linear-map v1.2.0 | 
| 2798 | 2025-02-21T05:03:05.813Z | Compiling arrayvec v0.7.6 | 
| 2799 | 2025-02-21T05:03:05.914Z | Compiling parking_lot_core v0.8.6 | 
| 2800 | 2025-02-21T05:03:06.062Z | Compiling salty v0.3.0 | 
| 2801 | 2025-02-21T05:03:06.131Z | Compiling indent_write v2.2.0 | 
| 2802 | 2025-02-21T05:03:06.377Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) | 
| 2803 | 2025-02-21T05:03:06.442Z | Compiling vsss-rs v3.3.4 | 
| 2804 | 2025-02-21T05:03:06.473Z | Compiling ghash v0.5.1 | 
| 2805 | 2025-02-21T05:03:06.688Z | Compiling slog-stdlog v4.1.1 | 
| 2806 | 2025-02-21T05:03:06.707Z | Compiling ciborium v0.2.2 | 
| 2807 | 2025-02-21T05:03:07.482Z | Compiling p384 v0.13.0 | 
| 2808 | 2025-02-21T05:03:07.596Z | Compiling toolchain_find v0.4.0 | 
| 2809 | 2025-02-21T05:03:07.999Z | Compiling chacha20poly1305 v0.10.1 | 
| 2810 | 2025-02-21T05:03:08.083Z | Compiling ctr v0.9.2 | 
| 2811 | 2025-02-21T05:03:08.206Z | Compiling lzma-sys v0.1.20 | 
| 2812 | 2025-02-21T05:03:08.245Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) | 
| 2813 | 2025-02-21T05:03:08.480Z | Compiling bitfield-struct v0.6.2 | 
| 2814 | 2025-02-21T05:03:08.681Z | Compiling slog-dtrace v0.3.0 | 
| 2815 | 2025-02-21T05:03:08.948Z | Compiling topological-sort v0.2.2 | 
| 2816 | 2025-02-21T05:03:08.978Z | Compiling highway v1.2.0 | 
| 2817 | 2025-02-21T05:03:09.115Z | Compiling progenitor-macro v0.8.0 | 
| 2818 | 2025-02-21T05:03:09.180Z | Compiling omicron-zone-package v0.12.0 | 
| 2819 | 2025-02-21T05:03:09.330Z | Compiling aes-gcm v0.10.3 | 
| 2820 | 2025-02-21T05:03:09.654Z | Compiling rustfmt-wrapper v0.2.1 | 
| 2821 | 2025-02-21T05:03:09.719Z | Compiling mime_guess v2.0.5 | 
| 2822 | 2025-02-21T05:03:09.905Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) | 
| 2823 | 2025-02-21T05:03:10.067Z | Compiling slog-envlogger v2.2.0 | 
| 2824 | 2025-02-21T05:03:10.181Z | Compiling progenitor-macro v0.9.1 | 
| 2825 | 2025-02-21T05:03:10.296Z | Compiling steno v0.4.1 | 
| 2826 | 2025-02-21T05:03:10.935Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) | 
| 2827 | 2025-02-21T05:03:11.087Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) | 
| 2828 | 2025-02-21T05:03:11.345Z | Compiling heck v0.3.3 | 
| 2829 | 2025-02-21T05:03:11.556Z | Compiling ssh-encoding v0.2.0 | 
| 2830 | 2025-02-21T05:03:11.584Z | Compiling blowfish v0.9.1 | 
| 2831 | 2025-02-21T05:03:11.706Z | Compiling nibble_vec v0.1.0 | 
| 2832 | 2025-02-21T05:03:11.948Z | Compiling env_filter v0.1.2 | 
| 2833 | 2025-02-21T05:03:12.029Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) | 
| 2834 | 2025-02-21T05:03:12.032Z | Compiling humantime v2.1.0 | 
| 2835 | 2025-02-21T05:03:12.193Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) | 
| 2836 | 2025-02-21T05:03:12.346Z | Compiling endian-type v0.1.2 | 
| 2837 | 2025-02-21T05:03:12.417Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) | 
| 2838 | 2025-02-21T05:03:12.534Z | Compiling env_logger v0.11.5 | 
| 2839 | 2025-02-21T05:03:12.583Z | Compiling radix_trie v0.2.1 | 
| 2840 | 2025-02-21T05:03:12.603Z | Compiling ssh-cipher v0.2.0 | 
| 2841 | 2025-02-21T05:03:13.193Z | Compiling bcrypt-pbkdf v0.10.0 | 
| 2842 | 2025-02-21T05:03:13.230Z | Compiling zone_cfg_derive v0.1.2 | 
| 2843 | 2025-02-21T05:03:13.759Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) | 
| 2844 | 2025-02-21T05:03:13.826Z | Compiling parking_lot v0.11.2 | 
| 2845 | 2025-02-21T05:03:13.960Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) | 
| 2846 | 2025-02-21T05:03:14.630Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) | 
| 2847 | 2025-02-21T05:03:14.633Z | Compiling password-hash v0.4.2 | 
| 2848 | 2025-02-21T05:03:14.662Z | Compiling gethostname v0.5.0 | 
| 2849 | 2025-02-21T05:03:14.810Z | Compiling fxhash v0.2.1 | 
| 2850 | 2025-02-21T05:03:14.901Z | Compiling zip v2.1.3 | 
| 2851 | 2025-02-21T05:03:15.052Z | Compiling lockfree-object-pool v0.1.6 | 
| 2852 | 2025-02-21T05:03:15.070Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) | 
| 2853 | 2025-02-21T05:03:15.221Z | Compiling base64 v0.13.1 | 
| 2854 | 2025-02-21T05:03:15.247Z | Compiling simd-adler32 v0.3.7 | 
| 2855 | 2025-02-21T05:03:15.306Z | Compiling http-range v0.1.5 | 
| 2856 | 2025-02-21T05:03:15.404Z | Compiling bumpalo v3.16.0 | 
| 2857 | 2025-02-21T05:03:15.551Z | Compiling pbkdf2 v0.11.0 | 
| 2858 | 2025-02-21T05:03:15.633Z | Compiling sled v0.34.7 | 
| 2859 | 2025-02-21T05:03:15.781Z | Compiling zopfli v0.8.1 | 
| 2860 | 2025-02-21T05:03:15.803Z | Compiling ron v0.7.1 | 
| 2861 | 2025-02-21T05:03:15.883Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) | 
| 2862 | 2025-02-21T05:03:15.929Z | Compiling zone v0.1.8 | 
| 2863 | 2025-02-21T05:03:16.533Z | Compiling xz2 v0.1.7 | 
| 2864 | 2025-02-21T05:03:16.555Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) | 
| 2865 | 2025-02-21T05:03:17.307Z | Compiling ssh-key v0.6.6 | 
| 2866 | 2025-02-21T05:03:17.352Z | Compiling hickory-client v0.24.3 | 
| 2867 | 2025-02-21T05:03:17.799Z | Compiling p256 v0.13.2 | 
| 2868 | 2025-02-21T05:03:17.915Z | Compiling p521 v0.13.3 | 
| 2869 | 2025-02-21T05:03:18.046Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) | 
| 2870 | 2025-02-21T05:03:18.597Z | Compiling hickory-server v0.24.3 | 
| 2871 | 2025-02-21T05:03:18.701Z | Compiling pem v3.0.4 | 
| 2872 | 2025-02-21T05:03:19.065Z | Compiling yasna v0.5.2 | 
| 2873 | 2025-02-21T05:03:19.389Z | Compiling headers-core v0.3.0 | 
| 2874 | 2025-02-21T05:03:19.590Z | Compiling kstat-rs v0.2.4 | 
| 2875 | 2025-02-21T05:03:20.209Z | Compiling nanorand v0.7.0 | 
| 2876 | 2025-02-21T05:03:20.231Z | Compiling russh-cryptovec v0.7.3 | 
| 2877 | 2025-02-21T05:03:20.573Z | Compiling atty v0.2.14 | 
| 2878 | 2025-02-21T05:03:20.595Z | Compiling md5 v0.7.0 | 
| 2879 | 2025-02-21T05:03:20.737Z | Compiling flume v0.11.1 | 
| 2880 | 2025-02-21T05:03:20.757Z | Compiling rcgen v0.12.1 | 
| 2881 | 2025-02-21T05:03:21.125Z | Compiling progenitor v0.8.0 | 
| 2882 | 2025-02-21T05:03:21.145Z | Compiling russh-keys v0.45.0 | 
| 2883 | 2025-02-21T05:03:21.304Z | Compiling headers v0.4.0 | 
| 2884 | 2025-02-21T05:03:21.372Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) | 
| 2885 | 2025-02-21T05:03:21.403Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) | 
| 2886 | 2025-02-21T05:03:22.009Z | Compiling progenitor v0.9.1 | 
| 2887 | 2025-02-21T05:03:22.258Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) | 
| 2888 | 2025-02-21T05:03:22.714Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) | 
| 2889 | 2025-02-21T05:03:22.735Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) | 
| 2890 | 2025-02-21T05:03:22.854Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) | 
| 2891 | 2025-02-21T05:03:23.038Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) | 
| 2892 | 2025-02-21T05:03:24.932Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) | 
| 2893 | 2025-02-21T05:03:24.965Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) | 
| 2894 | 2025-02-21T05:03:25.789Z | Compiling hyper-staticfile v0.10.1 | 
| 2895 | 2025-02-21T05:03:26.792Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) | 
| 2896 | 2025-02-21T05:03:28.476Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) | 
| 2897 | 2025-02-21T05:03:28.843Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) | 
| 2898 | 2025-02-21T05:03:28.873Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) | 
| 2899 | 2025-02-21T05:03:29.287Z | Compiling num-bigint v0.4.6 | 
| 2900 | 2025-02-21T05:03:29.447Z | Compiling des v0.8.1 | 
| 2901 | 2025-02-21T05:03:29.498Z | Compiling subprocess v0.2.9 | 
| 2902 | 2025-02-21T05:03:29.568Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) | 
| 2903 | 2025-02-21T05:03:29.794Z | Compiling hex-literal v0.4.1 | 
| 2904 | 2025-02-21T05:03:29.986Z | Compiling display-error-chain v0.2.2 | 
| 2905 | 2025-02-21T05:03:30.238Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) | 
| 2906 | 2025-02-21T05:03:30.504Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) | 
| 2907 | 2025-02-21T05:03:31.125Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) | 
| 2908 | 2025-02-21T05:03:31.620Z | Compiling internet-checksum v0.2.1 | 
| 2909 | 2025-02-21T05:03:32.591Z | Compiling russh v0.45.0 | 
| 2910 | 2025-02-21T05:03:38.154Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) | 
| 2911 | 2025-02-21T05:03:38.157Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) | 
| 2912 | 2025-02-21T05:03:38.157Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) | 
| 2913 | 2025-02-21T05:03:38.157Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) | 
| 2914 | 2025-02-21T05:03:40.891Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) | 
| 2915 | 2025-02-21T05:03:41.530Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) | 
| 2916 | 2025-02-21T05:03:41.966Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) | 
| 2917 | 2025-02-21T05:03:42.902Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) | 
| 2918 | 2025-02-21T05:03:42.954Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) | 
| 2919 | 2025-02-21T05:03:45.174Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) | 
| 2920 | 2025-02-21T05:03:45.449Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) | 
| 2921 | 2025-02-21T05:03:45.594Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) | 
| 2922 | 2025-02-21T05:03:46.183Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) | 
| 2923 | 2025-02-21T05:03:46.390Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) | 
| 2924 | 2025-02-21T05:03:47.033Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) | 
| 2925 | 2025-02-21T05:03:47.057Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) | 
| 2926 | 2025-02-21T05:03:48.813Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) | 
| 2927 | 2025-02-21T05:03:48.978Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) | 
| 2928 | 2025-02-21T05:03:51.490Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) | 
| 2929 | 2025-02-21T05:03:51.949Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) | 
| 2930 | 2025-02-21T05:03:52.289Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) | 
| 2931 | 2025-02-21T05:03:52.582Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) | 
| 2932 | 2025-02-21T05:03:54.391Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) | 
| 2933 | 2025-02-21T05:03:56.576Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) | 
| 2934 | 2025-02-21T05:03:56.871Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) | 
| 2935 | 2025-02-21T05:03:57.506Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) | 
| 2936 | 2025-02-21T05:03:59.289Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) | 
| 2937 | 2025-02-21T05:04:00.828Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) | 
| 2938 | 2025-02-21T05:04:05.529Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) | 
| 2939 | 2025-02-21T05:04:13.600Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) | 
| 2940 | 2025-02-21T05:04:15.070Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) | 
| 2941 | 2025-02-21T05:04:37.356Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) | 
| 2942 | 2025-02-21T05:04:59.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s | 
| 2943 | 2025-02-21T05:04:59.987Z |  | 
| 2944 | 2025-02-21T05:04:59.987Z | real     2:21.028659615 | 
| 2945 | 2025-02-21T05:04:59.987Z | user    11:42.686916595 | 
| 2946 | 2025-02-21T05:04:59.987Z | sys      1:33.861161288 | 
| 2947 | 2025-02-21T05:04:59.987Z | trap        0.356303005 | 
| 2948 | 2025-02-21T05:04:59.987Z | tflt        0.204420396 | 
| 2949 | 2025-02-21T05:04:59.987Z | dflt        0.695124688 | 
| 2950 | 2025-02-21T05:04:59.987Z | kflt        0.000063567 | 
| 2951 | 2025-02-21T05:04:59.987Z | lock    21:24.335626112 | 
| 2952 | 2025-02-21T05:04:59.987Z | slp     40:38.045757470 | 
| 2953 | 2025-02-21T05:04:59.987Z | lat        37.684721253 | 
| 2954 | 2025-02-21T05:04:59.987Z | stop     1:40.262746950 | 
| 2955 | 2025-02-21T05:04:59.987Z | + mkdir tests | 
| 2956 | 2025-02-21T05:04:59.987Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json | 
| 2957 | 2025-02-21T05:04:59.988Z | + xargs -I '{}' -t cp '{}' tests/ | 
| 2958 | 2025-02-21T05:04:59.988Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-664461bc4e6fd8e7 tests/ | 
| 2959 | 2025-02-21T05:04:59.988Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-1ea4735d9f0d828f tests/ | 
| 2960 | 2025-02-21T05:04:59.988Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-53f2570fef704fc6 tests/ | 
| 2961 | 2025-02-21T05:04:59.988Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b2c310791581e0f6 tests/ | 
| 2962 | 2025-02-21T05:05:00.047Z | + 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/*) | 
| 2963 | 2025-02-21T05:05:00.050Z | + 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-1ea4735d9f0d828f tests/commtest-53f2570fef704fc6 tests/dhcp_server-664461bc4e6fd8e7 tests/end_to_end_tests-b2c310791581e0f6 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz 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 | 
| 2964 | 2025-02-21T05:06:18.459Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... | 
| 2965 | 2025-02-21T05:06:18.459Z | a .github/buildomat/ci-env.sh 1K | 
| 2966 | 2025-02-21T05:06:18.459Z | a out/target/test 1K | 
| 2967 | 2025-02-21T05:06:18.459Z | a out/npuzone/npuzone 23144K | 
| 2968 | 2025-02-21T05:06:18.459Z | a package-manifest.toml 33K | 
| 2969 | 2025-02-21T05:06:18.459Z | a smf/sled-agent/non-gimlet/config.toml 4K | 
| 2970 | 2025-02-21T05:06:18.459Z | a target/release/omicron-package 39533K | 
| 2971 | 2025-02-21T05:06:18.459Z | a target/release/xtask 10723K | 
| 2972 | 2025-02-21T05:06:18.459Z | a target/debug/bootstrap 219630K | 
| 2973 | 2025-02-21T05:06:18.459Z | a tests/bootstrap-1ea4735d9f0d828f 24239K | 
| 2974 | 2025-02-21T05:06:18.459Z | a tests/commtest-53f2570fef704fc6 25092K | 
| 2975 | 2025-02-21T05:06:18.459Z | a tests/dhcp_server-664461bc4e6fd8e7 24239K | 
| 2976 | 2025-02-21T05:06:18.459Z | a tests/end_to_end_tests-b2c310791581e0f6 280444K | 
| 2977 | 2025-02-21T05:06:18.459Z | a out/clickhouse.tar.gz 308120K | 
| 2978 | 2025-02-21T05:06:18.459Z | a out/clickhouse_keeper.tar.gz 293835K | 
| 2979 | 2025-02-21T05:06:18.459Z | a out/clickhouse_server.tar.gz 308095K | 
| 2980 | 2025-02-21T05:06:18.459Z | a out/cockroachdb.tar.gz 145897K | 
| 2981 | 2025-02-21T05:06:18.459Z | a out/crucible-dtrace.tar 99K | 
| 2982 | 2025-02-21T05:06:18.459Z | a out/crucible-pantry-zone.tar.gz 34277K | 
| 2983 | 2025-02-21T05:06:18.459Z | a out/crucible-zone.tar.gz 42647K | 
| 2984 | 2025-02-21T05:06:18.459Z | a out/external-dns.tar.gz 47677K | 
| 2985 | 2025-02-21T05:06:18.459Z | a out/internal-dns.tar.gz 47676K | 
| 2986 | 2025-02-21T05:06:18.459Z | a out/mg-ddm-gz.tar 63075K | 
| 2987 | 2025-02-21T05:06:18.459Z | a out/nexus.tar.gz 113136K | 
| 2988 | 2025-02-21T05:06:18.459Z | a out/ntp.tar.gz 16214K | 
| 2989 | 2025-02-21T05:06:18.459Z | a out/omicron-gateway-softnpu.tar.gz 25216K | 
| 2990 | 2025-02-21T05:06:18.459Z | a out/omicron-sled-agent.tar 125448K | 
| 2991 | 2025-02-21T05:06:18.459Z | a out/overlay.tar.gz 3K | 
| 2992 | 2025-02-21T05:06:18.459Z | a out/oximeter.tar.gz 57254K | 
| 2993 | 2025-02-21T05:06:18.459Z | a out/oxlog.tar 3137K | 
| 2994 | 2025-02-21T05:06:18.459Z | a out/probe.tar.gz 2764K | 
| 2995 | 2025-02-21T05:06:18.460Z | a out/propolis-server.tar.gz 66425K | 
| 2996 | 2025-02-21T05:06:18.460Z | a out/pumpkind-gz.tar 26665K | 
| 2997 | 2025-02-21T05:06:18.460Z | a out/switch-softnpu.tar.gz 266419K | 
| 2998 | 2025-02-21T05:06:18.463Z |  | 
| 2999 | 2025-02-21T05:06:18.463Z | real     1:18.398071230 | 
| 3000 | 2025-02-21T05:06:18.463Z | user     1:14.712178415 | 
| 3001 | 2025-02-21T05:06:18.463Z | sys         5.145741799 | 
| 3002 | 2025-02-21T05:06:18.463Z | trap        0.021156600 | 
| 3003 | 2025-02-21T05:06:18.463Z | tflt        0.000000000 | 
| 3004 | 2025-02-21T05:06:18.463Z | dflt        0.000000000 | 
| 3005 | 2025-02-21T05:06:18.463Z | kflt        0.000000000 | 
| 3006 | 2025-02-21T05:06:18.463Z | lock        0.000000000 | 
| 3007 | 2025-02-21T05:06:18.463Z | slp      1:14.625499483 | 
| 3008 | 2025-02-21T05:06:18.463Z | lat         2.286906105 | 
| 3009 | 2025-02-21T05:06:18.463Z | stop        0.000216387 | 
| 3010 | 2025-02-21T05:06:18.466Z | process exited: duration 1948930 ms, exit code 0 | 
|  | 
| 3011 | 2025-02-21T05:06:18.479Z | found 1 output files | 
| 3012 | 2025-02-21T05:06:18.480Z | uploading: /work/package.tar.gz (2054673354 bytes) | 
| 3013 | 2025-02-21T05:07:01.976Z | uploaded: /work/package.tar.gz |