|
|
|
| 1 | 2025-04-09T17:26:21.986Z | job assigned to worker 01JRDSBQ2BMJYVXXE414HCW6CA [factory aws, i-0fd2bc7493c00be0a] (queued for 56 s) |
| |
| 2 | 2025-04-09T17:26:29.740Z | starting task 0: "setup" |
| 3 | 2025-04-09T17:26:29.745Z | ++ uname -s |
| 4 | 2025-04-09T17:26:29.748Z | + kern=SunOS |
| 5 | 2025-04-09T17:26:29.748Z | + build_user=build |
| 6 | 2025-04-09T17:26:29.748Z | + build_uid=12345 |
| 7 | 2025-04-09T17:26:29.749Z | + work_dir=/work |
| 8 | 2025-04-09T17:26:29.749Z | + input_dir=/input |
| 9 | 2025-04-09T17:26:29.749Z | + [[ 0 == 12345 ]] |
| 10 | 2025-04-09T17:26:29.749Z | + case "$kern" in |
| 11 | 2025-04-09T17:26:29.749Z | + groupadd -g 12345 build |
| 12 | 2025-04-09T17:26:29.752Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-04-09T17:26:31.760Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-04-09T17:26:31.901Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-04-09T17:26:31.904Z | + home_fs=zfs |
| 16 | 2025-04-09T17:26:31.904Z | + [[ zfs == autofs ]] |
| 17 | 2025-04-09T17:26:31.904Z | + mkdir -p /home/build |
| 18 | 2025-04-09T17:26:31.908Z | + chown build:build /home/build /work |
| 19 | 2025-04-09T17:26:33.908Z | + chmod 0700 /home/build /work |
| 20 | 2025-04-09T17:26:33.912Z | process exited: duration 4173 ms, exit code 0 |
| |
| 21 | 2025-04-09T17:26:33.918Z | starting task 1: "rust-toolchain" |
| 22 | 2025-04-09T17:26:33.923Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
| 23 | 2025-04-09T17:26:33.923Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-04-09T17:26:33.923Z | * rust toolchain channel = "1.85.0" |
| 25 | 2025-04-09T17:26:33.923Z | * rust toolchain profile = "default" |
| 26 | 2025-04-09T17:26:33.923Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-04-09T17:26:33.923Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-04-09T17:26:33.926Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-04-09T17:26:33.926Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
| 30 | 2025-04-09T17:26:34.055Z | info: downloading installer |
| 31 | 2025-04-09T17:26:35.731Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-04-09T17:26:35.731Z | warn: /opt/ooce/bin |
| 33 | 2025-04-09T17:26:35.732Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-04-09T17:26:35.732Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-04-09T17:26:35.732Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-04-09T17:26:35.732Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-04-09T17:26:35.732Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-04-09T17:26:35.732Z | error: cannot install while Rust is installed |
| 39 | 2025-04-09T17:26:35.732Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-04-09T17:26:35.748Z | info: profile set to 'default' |
| 41 | 2025-04-09T17:26:35.748Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-04-09T17:26:35.751Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
| 43 | 2025-04-09T17:26:35.932Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
| 44 | 2025-04-09T17:26:35.932Z | info: downloading component 'cargo' |
| 45 | 2025-04-09T17:26:36.744Z | info: downloading component 'clippy' |
| 46 | 2025-04-09T17:26:37.142Z | info: downloading component 'rust-docs' |
| 47 | 2025-04-09T17:26:38.315Z | info: downloading component 'rust-std' |
| 48 | 2025-04-09T17:26:40.005Z | info: downloading component 'rustc' |
| 49 | 2025-04-09T17:26:47.783Z | info: downloading component 'rustfmt' |
| 50 | 2025-04-09T17:26:48.095Z | info: installing component 'cargo' |
| 51 | 2025-04-09T17:26:48.903Z | info: installing component 'clippy' |
| 52 | 2025-04-09T17:26:49.285Z | info: installing component 'rust-docs' |
| 53 | 2025-04-09T17:26:51.044Z | info: installing component 'rust-std' |
| 54 | 2025-04-09T17:26:52.884Z | info: installing component 'rustc' |
| 55 | 2025-04-09T17:26:58.758Z | info: installing component 'rustfmt' |
| 56 | 2025-04-09T17:26:59.086Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
| 57 | 2025-04-09T17:26:59.086Z | |
| 58 | 2025-04-09T17:26:59.455Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 59 | 2025-04-09T17:26:59.455Z | |
| 60 | 2025-04-09T17:26:59.459Z | |
| 61 | 2025-04-09T17:26:59.459Z | Rust is installed now. Great! |
| 62 | 2025-04-09T17:26:59.459Z | |
| 63 | 2025-04-09T17:26:59.459Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-04-09T17:26:59.459Z | environment variable. This has not been done automatically. |
| 65 | 2025-04-09T17:26:59.459Z | |
| 66 | 2025-04-09T17:26:59.459Z | To configure your current shell, you need to source |
| 67 | 2025-04-09T17:26:59.459Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-04-09T17:26:59.459Z | |
| 69 | 2025-04-09T17:26:59.459Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-04-09T17:26:59.459Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-04-09T17:26:59.459Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-04-09T17:26:59.459Z | source "$HOME/.cargo/env.nu" # For nushell |
| 73 | 2025-04-09T17:26:59.529Z | + rustup --version |
| 74 | 2025-04-09T17:26:59.540Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
| 75 | 2025-04-09T17:26:59.540Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-04-09T17:26:59.567Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
| 77 | 2025-04-09T17:26:59.571Z | + cargo --version |
| 78 | 2025-04-09T17:26:59.588Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 79 | 2025-04-09T17:26:59.591Z | + rustc --version |
| 80 | 2025-04-09T17:26:59.615Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 81 | 2025-04-09T17:26:59.619Z | process exited: duration 25696 ms, exit code 0 |
| |
| 82 | 2025-04-09T17:26:59.625Z | starting task 2: "authentication" |
| 83 | 2025-04-09T17:26:59.647Z | process exited: duration 21 ms, exit code 0 |
| |
| 84 | 2025-04-09T17:26:59.654Z | starting task 3: "clone repository" |
| 85 | 2025-04-09T17:26:59.659Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-04-09T17:26:59.662Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-04-09T17:26:59.698Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-04-09T17:27:08.147Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-04-09T17:27:08.147Z | + git fetch origin 14093f4842a4621a2fa91b4bdf1bcdf99b736b10 |
| 90 | 2025-04-09T17:27:08.454Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-04-09T17:27:08.454Z | * branch 14093f4842a4621a2fa91b4bdf1bcdf99b736b10 -> FETCH_HEAD |
| 92 | 2025-04-09T17:27:08.464Z | + [[ -n andy/ntp ]] |
| 93 | 2025-04-09T17:27:08.467Z | ++ git branch --show-current |
| 94 | 2025-04-09T17:27:08.470Z | + current=main |
| 95 | 2025-04-09T17:27:08.470Z | + [[ main != andy/ntp ]] |
| 96 | 2025-04-09T17:27:08.470Z | + git branch -f andy/ntp 14093f4842a4621a2fa91b4bdf1bcdf99b736b10 |
| 97 | 2025-04-09T17:27:08.473Z | + git checkout -f andy/ntp |
| 98 | 2025-04-09T17:27:08.576Z | Switched to branch 'andy/ntp' |
| 99 | 2025-04-09T17:27:08.579Z | + git reset --hard 14093f4842a4621a2fa91b4bdf1bcdf99b736b10 |
| 100 | 2025-04-09T17:27:08.680Z | HEAD is now at 14093f484 Improvements to time synchronisation in the face of connectivity problems. |
| 101 | 2025-04-09T17:27:08.683Z | process exited: duration 9026 ms, exit code 0 |
| |
| 102 | 2025-04-09T17:27:08.689Z | starting task 4: "build" |
| 103 | 2025-04-09T17:27:08.695Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-04-09T17:27:08.698Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-04-09T17:27:08.698Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-04-09T17:27:08.698Z | + cargo --version |
| 107 | 2025-04-09T17:27:08.749Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 108 | 2025-04-09T17:27:08.753Z | + rustc --version |
| 109 | 2025-04-09T17:27:08.817Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 110 | 2025-04-09T17:27:08.820Z | + WORK=/work |
| 111 | 2025-04-09T17:27:08.820Z | + pfexec mkdir -p /work |
| 112 | 2025-04-09T17:27:08.825Z | + pfexec chown build /work |
| 113 | 2025-04-09T17:27:08.829Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2025-04-09T17:27:10.478Z | pkg list: illegal option -- F |
| 115 | 2025-04-09T17:27:10.478Z | Usage: |
| 116 | 2025-04-09T17:27:10.481Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 117 | 2025-04-09T17:27:10.482Z | [pkg_fmri_pattern ...] |
| 118 | 2025-04-09T17:27:11.322Z | pkg list: illegal option -- F |
| 119 | 2025-04-09T17:27:11.322Z | Usage: |
| 120 | 2025-04-09T17:27:11.325Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 121 | 2025-04-09T17:27:11.326Z | [pkg_fmri_pattern ...] |
| 122 | 2025-04-09T17:27:18.051Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 123 | 2025-04-09T17:27:22.957Z | Startup: Caching catalogs ... Done |
| 124 | 2025-04-09T17:27:40.093Z | Planning: Solver setup ... Done (16.153s) |
| 125 | 2025-04-09T17:27:40.291Z | Planning: Running solver ... Done (0.198s) |
| 126 | 2025-04-09T17:27:40.437Z | Planning: Finding local manifests ... Done (0.006s) |
| 127 | 2025-04-09T17:27:40.473Z | Planning: Fetching manifests: 0/7 0% complete |
| 128 | 2025-04-09T17:27:41.906Z | Planning: Fetching manifests: 7/7 100% complete |
| 129 | 2025-04-09T17:27:42.017Z | Planning: Package planning ... Done (0.111s) |
| 130 | 2025-04-09T17:27:42.074Z | Planning: Merging actions ... Done (0.057s) |
| 131 | 2025-04-09T17:27:42.273Z | Planning: Checking for conflicting actions ... Done (0.199s) |
| 132 | 2025-04-09T17:27:44.396Z | Planning: Consolidating action changes ... Done (2.122s) |
| 133 | 2025-04-09T17:27:44.842Z | Planning: Evaluating mediators ... Done (0.446s) |
| 134 | 2025-04-09T17:27:44.923Z | Planning: Planning completed in 21.86 seconds |
| 135 | 2025-04-09T17:27:44.940Z | Packages to install: 4 |
| 136 | 2025-04-09T17:27:44.940Z | Packages to update: 3 |
| 137 | 2025-04-09T17:27:44.940Z | Mediators to change: 2 |
| 138 | 2025-04-09T17:27:44.940Z | Services to change: 1 |
| 139 | 2025-04-09T17:27:44.943Z | Estimated space available: 155.59 GB |
| 140 | 2025-04-09T17:27:44.943Z | Estimated space to be consumed: 1.69 GB |
| 141 | 2025-04-09T17:27:44.943Z | Create boot environment: No |
| 142 | 2025-04-09T17:27:44.943Z | Create backup boot environment: Yes |
| 143 | 2025-04-09T17:27:44.943Z | Rebuild boot archive: No |
| 144 | 2025-04-09T17:27:44.943Z | |
| 145 | 2025-04-09T17:27:44.943Z | Changed mediators: |
| 146 | 2025-04-09T17:27:44.943Z | mediator clang: |
| 147 | 2025-04-09T17:27:44.943Z | version: None -> 15 (system default) |
| 148 | 2025-04-09T17:27:44.943Z | |
| 149 | 2025-04-09T17:27:44.943Z | mediator llvm: |
| 150 | 2025-04-09T17:27:44.943Z | version: 14 (system default) -> 15 (system default) |
| 151 | 2025-04-09T17:27:44.943Z | |
| 152 | 2025-04-09T17:27:44.943Z | Changed packages: |
| 153 | 2025-04-09T17:27:44.943Z | helios-dev |
| 154 | 2025-04-09T17:27:44.943Z | developer/build-essential |
| 155 | 2025-04-09T17:27:44.943Z | None -> 11-2.0 |
| 156 | 2025-04-09T17:27:44.943Z | library/libxmlsec1 |
| 157 | 2025-04-09T17:27:44.943Z | None -> 1.2.35-2.0 |
| 158 | 2025-04-09T17:27:44.944Z | ooce/developer/clang-15 |
| 159 | 2025-04-09T17:27:44.944Z | None -> 15.0.7-2.0 |
| 160 | 2025-04-09T17:27:44.944Z | ooce/developer/llvm-15 |
| 161 | 2025-04-09T17:27:44.944Z | None -> 15.0.7-2.0 |
| 162 | 2025-04-09T17:27:44.944Z | package/pkg |
| 163 | 2025-04-09T17:27:44.944Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 164 | 2025-04-09T17:27:44.944Z | system/library/g++-runtime |
| 165 | 2025-04-09T17:27:44.944Z | 13-2.0 -> 14-2.0 |
| 166 | 2025-04-09T17:27:44.944Z | system/library/gcc-runtime |
| 167 | 2025-04-09T17:27:44.944Z | 13-2.0 -> 14-2.0 |
| 168 | 2025-04-09T17:27:44.944Z | |
| 169 | 2025-04-09T17:27:44.944Z | Services: |
| 170 | 2025-04-09T17:27:44.944Z | restart_fmri: |
| 171 | 2025-04-09T17:27:44.944Z | svc:/system/update-man-index:default |
| 172 | 2025-04-09T17:27:44.945Z | |
| 173 | 2025-04-09T17:27:44.945Z | Editable files to change: |
| 174 | 2025-04-09T17:27:44.945Z | Update: |
| 175 | 2025-04-09T17:27:44.945Z | usr/share/lib/pkg/web/config.shtml |
| 176 | 2025-04-09T17:27:45.023Z | |
| 177 | 2025-04-09T17:27:45.023Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 178 | 2025-04-09T17:27:50.024Z | Download: 668/4301 items 17.8/225.4MB 7% complete (3.7M/s) |
| 179 | 2025-04-09T17:27:55.041Z | Download: 1224/4301 items 89.5/225.4MB 39% complete (8.9M/s) |
| 180 | 2025-04-09T17:28:00.901Z | Download: 2220/4301 items 118.4/225.4MB 52% complete (10.1M/s) |
| 181 | 2025-04-09T17:28:06.201Z | Download: 3244/4301 items 201.4/225.4MB 89% complete (9.1M/s) |
| 182 | 2025-04-09T17:28:11.201Z | Download: 3875/4301 items 217.4/225.4MB 96% complete (9.8M/s) |
| 183 | 2025-04-09T17:28:16.315Z | Download: 4283/4301 items 223.4/225.4MB 99% complete (3.2M/s) |
| 184 | 2025-04-09T17:28:22.389Z | Download: 4296/4301 items 224.8/225.4MB 99% complete (1.8M/s) |
| 185 | 2025-04-09T17:28:22.408Z | Download: Completed 225.42 MB in 37.38 seconds (6.0M/s) |
| 186 | 2025-04-09T17:28:24.570Z | Actions: 1/5122 actions (Removing old actions) |
| 187 | 2025-04-09T17:28:24.593Z | Actions: 194/5122 actions (Installing new actions) |
| 188 | 2025-04-09T17:28:29.312Z | Actions: 4267/5122 actions (Updating modified actions) |
| 189 | 2025-04-09T17:28:29.661Z | Actions: Completed 5122 actions in 5.09 seconds. |
| 190 | 2025-04-09T17:28:29.906Z | Done (0.237s) |
| 191 | 2025-04-09T17:28:29.910Z | Done (0.001s) |
| 192 | 2025-04-09T17:28:30.586Z | Done (0.679s) |
| 193 | 2025-04-09T17:28:34.988Z | Done (4.158s) |
| 194 | 2025-04-09T17:28:35.073Z | Done (0.017s) |
| 195 | 2025-04-09T17:28:35.081Z | Done (0.000s) |
| 196 | 2025-04-09T17:28:35.242Z | Done (0.000s) |
| 197 | 2025-04-09T17:28:35.982Z | Planning: Evaluating mediator changes ... Done |
| 198 | 2025-04-09T17:28:36.141Z | Planning: Checking for conflicting actions ... Done |
| 199 | 2025-04-09T17:28:36.145Z | Planning: Consolidating action changes ... Done |
| 200 | 2025-04-09T17:28:36.410Z | Planning: Evaluating mediators ... Done |
| 201 | 2025-04-09T17:28:36.415Z | Planning: Planning completed in 0.43 seconds |
| 202 | 2025-04-09T17:28:37.454Z | Mediators to change: 2 |
| 203 | 2025-04-09T17:28:37.458Z | Create boot environment: No |
| 204 | 2025-04-09T17:28:37.458Z | Create backup boot environment: No |
| 205 | 2025-04-09T17:28:37.458Z | Done |
| 206 | 2025-04-09T17:28:37.458Z | Done |
| 207 | 2025-04-09T17:28:37.458Z | Done |
| 208 | 2025-04-09T17:28:40.497Z | Done |
| 209 | 2025-04-09T17:28:40.585Z | Done |
| 210 | 2025-04-09T17:28:40.588Z | Done |
| 211 | 2025-04-09T17:28:40.734Z | Done |
| 212 | 2025-04-09T17:28:41.344Z | Planning: Evaluating mediator changes ... Done |
| 213 | 2025-04-09T17:28:41.347Z | Planning: Merging actions ... Done |
| 214 | 2025-04-09T17:28:41.533Z | Planning: Checking for conflicting actions ... Done |
| 215 | 2025-04-09T17:28:41.536Z | Planning: Consolidating action changes ... Done |
| 216 | 2025-04-09T17:28:41.803Z | Planning: Evaluating mediators ... Done |
| 217 | 2025-04-09T17:28:41.860Z | Planning: Planning completed in 0.76 seconds |
| 218 | 2025-04-09T17:28:41.904Z | Packages to change: 1 |
| 219 | 2025-04-09T17:28:41.904Z | Mediators to change: 1 |
| 220 | 2025-04-09T17:28:41.907Z | Services to change: 1 |
| 221 | 2025-04-09T17:28:41.907Z | Create boot environment: No |
| 222 | 2025-04-09T17:28:41.907Z | Create backup boot environment: Yes |
| 223 | 2025-04-09T17:28:44.237Z | Actions: 1/6 actions (Updating modified actions) |
| 224 | 2025-04-09T17:28:44.240Z | Actions: Completed 6 actions in 0.00 seconds. |
| 225 | 2025-04-09T17:28:44.240Z | Done |
| 226 | 2025-04-09T17:28:44.240Z | Done |
| 227 | 2025-04-09T17:28:44.374Z | Done |
| 228 | 2025-04-09T17:28:47.845Z | Done |
| 229 | 2025-04-09T17:28:47.937Z | Done |
| 230 | 2025-04-09T17:28:47.940Z | Done |
| 231 | 2025-04-09T17:28:48.079Z | Done |
| 232 | 2025-04-09T17:28:48.504Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 233 | 2025-04-09T17:28:48.504Z | clang system 15 system |
| 234 | 2025-04-09T17:28:48.504Z | csh system system illumos |
| 235 | 2025-04-09T17:28:48.504Z | ctags system system illumos |
| 236 | 2025-04-09T17:28:48.504Z | gcc vendor 12 vendor |
| 237 | 2025-04-09T17:28:48.504Z | gcc system 10 system |
| 238 | 2025-04-09T17:28:48.504Z | gcc system 7 system |
| 239 | 2025-04-09T17:28:48.504Z | go system 1.20 system |
| 240 | 2025-04-09T17:28:48.504Z | go system 1.19 system |
| 241 | 2025-04-09T17:28:48.504Z | llvm system 15 system |
| 242 | 2025-04-09T17:28:48.504Z | llvm system 14 system |
| 243 | 2025-04-09T17:28:48.504Z | mariadb system 10.6 system |
| 244 | 2025-04-09T17:28:48.504Z | mta vendor vendor dma |
| 245 | 2025-04-09T17:28:48.504Z | openjdk system 17 system |
| 246 | 2025-04-09T17:28:48.504Z | openjdk system 11 system |
| 247 | 2025-04-09T17:28:48.504Z | openjdk system 1.8 system |
| 248 | 2025-04-09T17:28:48.505Z | openssl vendor 3 vendor |
| 249 | 2025-04-09T17:28:48.505Z | perl system 5.36 system |
| 250 | 2025-04-09T17:28:48.505Z | postgresql system 15 system |
| 251 | 2025-04-09T17:28:48.505Z | postgresql system 13 system |
| 252 | 2025-04-09T17:28:48.505Z | python vendor 3 vendor |
| 253 | 2025-04-09T17:28:48.505Z | python system 2 system |
| 254 | 2025-04-09T17:28:48.505Z | python3 system 3.11 system |
| 255 | 2025-04-09T17:28:48.505Z | ruby system 3.0 system |
| 256 | 2025-04-09T17:28:48.505Z | words vendor vendor american-english |
| 257 | 2025-04-09T17:28:48.505Z | words system system australian-english |
| 258 | 2025-04-09T17:28:48.505Z | words system system british-english |
| 259 | 2025-04-09T17:28:48.505Z | words system system canadian-english |
| 260 | 2025-04-09T17:28:48.505Z | words system system french |
| 261 | 2025-04-09T17:28:48.505Z | words system system italian |
| 262 | 2025-04-09T17:28:48.505Z | words system system ngerman |
| 263 | 2025-04-09T17:28:48.505Z | words system system ogerman |
| 264 | 2025-04-09T17:28:48.505Z | words system system spanish |
| 265 | 2025-04-09T17:28:48.832Z | PUBLISHER TYPE STATUS P LOCATION |
| 266 | 2025-04-09T17:28:48.832Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 267 | 2025-04-09T17:28:52.210Z | FMRI IFO |
| 268 | 2025-04-09T17:28:52.210Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 269 | 2025-04-09T17:28:52.210Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 270 | 2025-04-09T17:28:52.210Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 271 | 2025-04-09T17:28:52.210Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 272 | 2025-04-09T17:28:52.210Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 273 | 2025-04-09T17:28:52.210Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 274 | 2025-04-09T17:28:52.210Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 275 | 2025-04-09T17:28:52.210Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 276 | 2025-04-09T17:28:52.210Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 277 | 2025-04-09T17:28:52.210Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 278 | 2025-04-09T17:28:52.210Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 279 | 2025-04-09T17:28:52.210Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 280 | 2025-04-09T17:28:52.210Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 281 | 2025-04-09T17:28:52.210Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 282 | 2025-04-09T17:28:52.211Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 283 | 2025-04-09T17:28:53.074Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 284 | 2025-04-09T17:28:53.354Z | Updating crates.io index |
| 285 | 2025-04-09T17:28:53.402Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 286 | 2025-04-09T17:28:53.949Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 287 | 2025-04-09T17:28:54.147Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 288 | 2025-04-09T17:28:54.448Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 289 | 2025-04-09T17:28:54.739Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 290 | 2025-04-09T17:28:55.743Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 291 | 2025-04-09T17:28:57.607Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 292 | 2025-04-09T17:28:58.314Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 293 | 2025-04-09T17:28:58.987Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 294 | 2025-04-09T17:28:59.224Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 295 | 2025-04-09T17:28:59.470Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 296 | 2025-04-09T17:29:00.155Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 297 | 2025-04-09T17:29:00.461Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 298 | 2025-04-09T17:29:00.917Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 299 | 2025-04-09T17:29:01.360Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 300 | 2025-04-09T17:29:01.635Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 301 | 2025-04-09T17:29:01.875Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 302 | 2025-04-09T17:29:02.108Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 303 | 2025-04-09T17:29:02.366Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 304 | 2025-04-09T17:29:02.647Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 305 | 2025-04-09T17:29:02.972Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 306 | 2025-04-09T17:29:03.279Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 307 | 2025-04-09T17:29:03.596Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 308 | 2025-04-09T17:29:03.875Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 309 | 2025-04-09T17:29:04.235Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 310 | 2025-04-09T17:29:04.677Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 311 | 2025-04-09T17:29:05.012Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 312 | 2025-04-09T17:29:05.266Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 313 | 2025-04-09T17:29:05.620Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 314 | 2025-04-09T17:29:05.984Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 315 | 2025-04-09T17:29:06.346Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 316 | 2025-04-09T17:29:06.566Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 317 | 2025-04-09T17:29:06.835Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 318 | 2025-04-09T17:29:07.164Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 319 | 2025-04-09T17:29:16.258Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 320 | 2025-04-09T17:29:17.643Z | Downloading crates ... |
| 321 | 2025-04-09T17:29:17.726Z | Downloaded anyhow v1.0.97 |
| 322 | 2025-04-09T17:29:17.730Z | Downloaded byteorder v1.5.0 |
| 323 | 2025-04-09T17:29:17.734Z | Downloaded zerocopy-derive v0.7.35 |
| 324 | 2025-04-09T17:29:17.737Z | Downloaded itoa v1.0.11 |
| 325 | 2025-04-09T17:29:17.740Z | Downloaded log v0.4.22 |
| 326 | 2025-04-09T17:29:17.743Z | Downloaded memchr v2.7.4 |
| 327 | 2025-04-09T17:29:17.747Z | Downloaded proc-macro2 v1.0.94 |
| 328 | 2025-04-09T17:29:17.750Z | Downloaded winnow v0.7.3 |
| 329 | 2025-04-09T17:29:17.759Z | Downloaded heck v0.4.1 |
| 330 | 2025-04-09T17:29:17.762Z | Downloaded generic-array v0.14.7 |
| 331 | 2025-04-09T17:29:17.762Z | Downloaded errno v0.3.9 |
| 332 | 2025-04-09T17:29:17.765Z | Downloaded equivalent v1.0.1 |
| 333 | 2025-04-09T17:29:17.765Z | Downloaded crypto-common v0.1.6 |
| 334 | 2025-04-09T17:29:17.765Z | Downloaded cfg-if v1.0.0 |
| 335 | 2025-04-09T17:29:17.768Z | Downloaded rustix v0.38.37 |
| 336 | 2025-04-09T17:29:17.787Z | Downloaded serde v1.0.219 |
| 337 | 2025-04-09T17:29:17.790Z | Downloaded zerocopy v0.7.35 |
| 338 | 2025-04-09T17:29:17.805Z | Downloaded proc-macro-error-attr v1.0.4 |
| 339 | 2025-04-09T17:29:17.808Z | Downloaded proc-macro-error v1.0.4 |
| 340 | 2025-04-09T17:29:17.812Z | Downloaded once_cell v1.21.3 |
| 341 | 2025-04-09T17:29:17.812Z | Downloaded heck v0.5.0 |
| 342 | 2025-04-09T17:29:17.815Z | Downloaded fastrand v2.1.1 |
| 343 | 2025-04-09T17:29:17.815Z | Downloaded cargo_toml v0.21.0 |
| 344 | 2025-04-09T17:29:17.818Z | Downloaded bitflags v1.3.2 |
| 345 | 2025-04-09T17:29:17.818Z | Downloaded anstyle v1.0.10 |
| 346 | 2025-04-09T17:29:17.821Z | Downloaded sha2 v0.10.8 |
| 347 | 2025-04-09T17:29:17.825Z | Downloaded strsim v0.11.1 |
| 348 | 2025-04-09T17:29:17.825Z | Downloaded serde_spanned v0.6.8 |
| 349 | 2025-04-09T17:29:17.828Z | Downloaded ryu v1.0.18 |
| 350 | 2025-04-09T17:29:17.831Z | Downloaded fnv v1.0.7 |
| 351 | 2025-04-09T17:29:17.831Z | Downloaded digest v0.10.7 |
| 352 | 2025-04-09T17:29:17.831Z | Downloaded cpufeatures v0.2.14 |
| 353 | 2025-04-09T17:29:17.834Z | Downloaded clap_lex v0.7.4 |
| 354 | 2025-04-09T17:29:17.834Z | Downloaded camino v1.1.9 |
| 355 | 2025-04-09T17:29:17.837Z | Downloaded toml_datetime v0.6.8 |
| 356 | 2025-04-09T17:29:17.837Z | Downloaded syn v1.0.109 |
| 357 | 2025-04-09T17:29:17.846Z | Downloaded version_check v0.9.5 |
| 358 | 2025-04-09T17:29:17.849Z | Downloaded typenum v1.17.0 |
| 359 | 2025-04-09T17:29:17.852Z | Downloaded block-buffer v0.10.4 |
| 360 | 2025-04-09T17:29:17.852Z | Downloaded autocfg v1.4.0 |
| 361 | 2025-04-09T17:29:17.861Z | Downloaded anstyle-query v1.1.1 |
| 362 | 2025-04-09T17:29:17.864Z | Downloaded anstyle-parse v0.2.5 |
| 363 | 2025-04-09T17:29:17.867Z | Downloaded colorchoice v1.0.2 |
| 364 | 2025-04-09T17:29:17.867Z | Downloaded anstream v0.6.15 |
| 365 | 2025-04-09T17:29:17.870Z | Downloaded is_terminal_polyfill v1.70.1 |
| 366 | 2025-04-09T17:29:17.870Z | Downloaded macaddr v1.0.1 |
| 367 | 2025-04-09T17:29:17.872Z | Downloaded bitflags v2.9.0 |
| 368 | 2025-04-09T17:29:17.876Z | Downloaded scroll_derive v0.12.0 |
| 369 | 2025-04-09T17:29:17.876Z | Downloaded plain v0.2.3 |
| 370 | 2025-04-09T17:29:17.879Z | Downloaded pest_generator v2.7.14 |
| 371 | 2025-04-09T17:29:17.879Z | Downloaded indexmap v2.7.1 |
| 372 | 2025-04-09T17:29:17.882Z | Downloaded pest_derive v2.7.14 |
| 373 | 2025-04-09T17:29:17.885Z | Downloaded io-lifetimes v1.0.11 |
| 374 | 2025-04-09T17:29:17.888Z | Downloaded clap_derive v4.5.32 |
| 375 | 2025-04-09T17:29:17.890Z | Downloaded goblin v0.8.2 |
| 376 | 2025-04-09T17:29:17.894Z | Downloaded scroll v0.12.0 |
| 377 | 2025-04-09T17:29:17.897Z | Downloaded pest_meta v2.7.14 |
| 378 | 2025-04-09T17:29:17.900Z | Downloaded pest v2.7.14 |
| 379 | 2025-04-09T17:29:17.903Z | Downloaded unicode-linebreak v0.1.5 |
| 380 | 2025-04-09T17:29:17.903Z | Downloaded serde_derive v1.0.219 |
| 381 | 2025-04-09T17:29:17.943Z | Downloaded utf8parse v0.2.2 |
| 382 | 2025-04-09T17:29:17.946Z | Downloaded bytecount v0.6.8 |
| 383 | 2025-04-09T17:29:17.946Z | Downloaded semver v1.0.25 |
| 384 | 2025-04-09T17:29:17.949Z | Downloaded thiserror v1.0.69 |
| 385 | 2025-04-09T17:29:17.952Z | Downloaded thiserror-impl v1.0.69 |
| 386 | 2025-04-09T17:29:17.955Z | Downloaded cargo_metadata v0.19.2 |
| 387 | 2025-04-09T17:29:17.955Z | Downloaded quote v1.0.39 |
| 388 | 2025-04-09T17:29:17.958Z | Downloaded thiserror v2.0.12 |
| 389 | 2025-04-09T17:29:17.963Z | Downloaded toml v0.8.20 |
| 390 | 2025-04-09T17:29:17.966Z | Downloaded ucd-trie v0.1.7 |
| 391 | 2025-04-09T17:29:17.969Z | Downloaded textwrap v0.16.1 |
| 392 | 2025-04-09T17:29:17.972Z | Downloaded rustix v0.37.28 |
| 393 | 2025-04-09T17:29:17.996Z | Downloaded toml_edit v0.22.24 |
| 394 | 2025-04-09T17:29:18.018Z | Downloaded serde_json v1.0.140 |
| 395 | 2025-04-09T17:29:18.024Z | Downloaded thiserror-impl v2.0.12 |
| 396 | 2025-04-09T17:29:18.028Z | Downloaded clap_builder v4.5.32 |
| 397 | 2025-04-09T17:29:18.033Z | Downloaded pretty-hex v0.4.1 |
| 398 | 2025-04-09T17:29:18.036Z | Downloaded papergrid v0.11.0 |
| 399 | 2025-04-09T17:29:18.039Z | Downloaded smawk v0.3.2 |
| 400 | 2025-04-09T17:29:18.042Z | Downloaded unicode-ident v1.0.14 |
| 401 | 2025-04-09T17:29:18.045Z | Downloaded unicode-width v0.1.14 |
| 402 | 2025-04-09T17:29:18.048Z | Downloaded thread-id v4.2.2 |
| 403 | 2025-04-09T17:29:18.051Z | Downloaded tempfile v3.13.0 |
| 404 | 2025-04-09T17:29:18.055Z | Downloaded memmap v0.7.0 |
| 405 | 2025-04-09T17:29:18.055Z | Downloaded hashbrown v0.15.1 |
| 406 | 2025-04-09T17:29:18.059Z | Downloaded usdt-macro v0.5.0 |
| 407 | 2025-04-09T17:29:18.062Z | Downloaded syn v2.0.98 |
| 408 | 2025-04-09T17:29:18.070Z | Downloaded swrite v0.1.0 |
| 409 | 2025-04-09T17:29:18.073Z | Downloaded serde_tokenstream v0.2.2 |
| 410 | 2025-04-09T17:29:18.073Z | Downloaded libc v0.2.171 |
| 411 | 2025-04-09T17:29:18.096Z | Downloaded usdt-impl v0.5.0 |
| 412 | 2025-04-09T17:29:18.100Z | Downloaded usdt-attr-macro v0.5.0 |
| 413 | 2025-04-09T17:29:18.100Z | Downloaded usdt v0.5.0 |
| 414 | 2025-04-09T17:29:18.100Z | Downloaded terminal_size v0.4.0 |
| 415 | 2025-04-09T17:29:18.103Z | Downloaded terminal_size v0.2.6 |
| 416 | 2025-04-09T17:29:18.103Z | Downloaded tabled_derive v0.7.0 |
| 417 | 2025-04-09T17:29:18.103Z | Downloaded tabled v0.15.0 |
| 418 | 2025-04-09T17:29:18.116Z | Downloaded fs-err v2.11.0 |
| 419 | 2025-04-09T17:29:18.119Z | Downloaded dtrace-parser v0.2.0 |
| 420 | 2025-04-09T17:29:18.119Z | Downloaded dof v0.3.0 |
| 421 | 2025-04-09T17:29:18.119Z | Downloaded clap v4.5.32 |
| 422 | 2025-04-09T17:29:18.127Z | Downloaded cargo-platform v0.1.8 |
| 423 | 2025-04-09T17:29:18.130Z | Downloaded camino-tempfile v1.1.1 |
| 424 | 2025-04-09T17:29:18.255Z | Compiling proc-macro2 v1.0.94 |
| 425 | 2025-04-09T17:29:18.255Z | Compiling unicode-ident v1.0.14 |
| 426 | 2025-04-09T17:29:18.258Z | Compiling libc v0.2.171 |
| 427 | 2025-04-09T17:29:18.258Z | Compiling version_check v0.9.5 |
| 428 | 2025-04-09T17:29:18.258Z | Compiling serde v1.0.219 |
| 429 | 2025-04-09T17:29:18.258Z | Compiling memchr v2.7.4 |
| 430 | 2025-04-09T17:29:18.295Z | Compiling thiserror v1.0.69 |
| 431 | 2025-04-09T17:29:18.298Z | Compiling ryu v1.0.18 |
| 432 | 2025-04-09T17:29:18.540Z | Compiling ucd-trie v0.1.7 |
| 433 | 2025-04-09T17:29:18.760Z | Compiling itoa v1.0.11 |
| 434 | 2025-04-09T17:29:19.042Z | Compiling once_cell v1.21.3 |
| 435 | 2025-04-09T17:29:19.045Z | Compiling byteorder v1.5.0 |
| 436 | 2025-04-09T17:29:19.045Z | Compiling rustix v0.38.37 |
| 437 | 2025-04-09T17:29:19.293Z | Compiling serde_json v1.0.140 |
| 438 | 2025-04-09T17:29:19.523Z | Compiling bitflags v2.9.0 |
| 439 | 2025-04-09T17:29:19.657Z | Compiling usdt-impl v0.5.0 |
| 440 | 2025-04-09T17:29:19.804Z | Compiling proc-macro-error-attr v1.0.4 |
| 441 | 2025-04-09T17:29:19.890Z | Compiling io-lifetimes v1.0.11 |
| 442 | 2025-04-09T17:29:19.940Z | Compiling syn v1.0.109 |
| 443 | 2025-04-09T17:29:19.972Z | Compiling proc-macro-error v1.0.4 |
| 444 | 2025-04-09T17:29:20.099Z | Compiling quote v1.0.39 |
| 445 | 2025-04-09T17:29:20.200Z | Compiling errno v0.3.9 |
| 446 | 2025-04-09T17:29:20.278Z | Compiling utf8parse v0.2.2 |
| 447 | 2025-04-09T17:29:20.449Z | Compiling rustix v0.37.28 |
| 448 | 2025-04-09T17:29:20.471Z | Compiling syn v2.0.98 |
| 449 | 2025-04-09T17:29:20.569Z | Compiling equivalent v1.0.1 |
| 450 | 2025-04-09T17:29:20.650Z | Compiling camino v1.1.9 |
| 451 | 2025-04-09T17:29:20.697Z | Compiling hashbrown v0.15.1 |
| 452 | 2025-04-09T17:29:20.721Z | Compiling log v0.4.22 |
| 453 | 2025-04-09T17:29:20.842Z | Compiling thread-id v4.2.2 |
| 454 | 2025-04-09T17:29:20.878Z | Compiling plain v0.2.3 |
| 455 | 2025-04-09T17:29:21.159Z | Compiling anstyle-parse v0.2.5 |
| 456 | 2025-04-09T17:29:21.463Z | Compiling semver v1.0.25 |
| 457 | 2025-04-09T17:29:21.489Z | Compiling colorchoice v1.0.2 |
| 458 | 2025-04-09T17:29:21.675Z | Compiling indexmap v2.7.1 |
| 459 | 2025-04-09T17:29:21.719Z | Compiling pretty-hex v0.4.1 |
| 460 | 2025-04-09T17:29:21.719Z | Compiling winnow v0.7.3 |
| 461 | 2025-04-09T17:29:21.773Z | Compiling bitflags v1.3.2 |
| 462 | 2025-04-09T17:29:21.880Z | Compiling thiserror v2.0.12 |
| 463 | 2025-04-09T17:29:21.949Z | Compiling is_terminal_polyfill v1.70.1 |
| 464 | 2025-04-09T17:29:21.952Z | Compiling autocfg v1.4.0 |
| 465 | 2025-04-09T17:29:22.088Z | Compiling anstyle v1.0.10 |
| 466 | 2025-04-09T17:29:22.469Z | Compiling anstyle-query v1.1.1 |
| 467 | 2025-04-09T17:29:22.536Z | Compiling unicode-width v0.1.14 |
| 468 | 2025-04-09T17:29:22.637Z | Compiling anstream v0.6.15 |
| 469 | 2025-04-09T17:29:22.829Z | Compiling fs-err v2.11.0 |
| 470 | 2025-04-09T17:29:22.902Z | Compiling terminal_size v0.4.0 |
| 471 | 2025-04-09T17:29:23.275Z | Compiling heck v0.5.0 |
| 472 | 2025-04-09T17:29:23.300Z | Compiling heck v0.4.1 |
| 473 | 2025-04-09T17:29:23.333Z | Compiling cfg-if v1.0.0 |
| 474 | 2025-04-09T17:29:23.355Z | Compiling fastrand v2.1.1 |
| 475 | 2025-04-09T17:29:23.432Z | Compiling bytecount v0.6.8 |
| 476 | 2025-04-09T17:29:23.664Z | Compiling clap_lex v0.7.4 |
| 477 | 2025-04-09T17:29:23.869Z | Compiling anyhow v1.0.97 |
| 478 | 2025-04-09T17:29:24.127Z | Compiling strsim v0.11.1 |
| 479 | 2025-04-09T17:29:24.201Z | Compiling fnv v1.0.7 |
| 480 | 2025-04-09T17:29:24.346Z | Compiling papergrid v0.11.0 |
| 481 | 2025-04-09T17:29:24.373Z | Compiling terminal_size v0.2.6 |
| 482 | 2025-04-09T17:29:24.412Z | Compiling tempfile v3.13.0 |
| 483 | 2025-04-09T17:29:24.570Z | Compiling clap_builder v4.5.32 |
| 484 | 2025-04-09T17:29:24.884Z | Compiling memmap v0.7.0 |
| 485 | 2025-04-09T17:29:25.025Z | Compiling unicode-linebreak v0.1.5 |
| 486 | 2025-04-09T17:29:25.135Z | Compiling smawk v0.3.2 |
| 487 | 2025-04-09T17:29:25.360Z | Compiling swrite v0.1.0 |
| 488 | 2025-04-09T17:29:25.504Z | Compiling textwrap v0.16.1 |
| 489 | 2025-04-09T17:29:25.928Z | Compiling tabled_derive v0.7.0 |
| 490 | 2025-04-09T17:29:27.452Z | Compiling tabled v0.15.0 |
| 491 | 2025-04-09T17:29:27.479Z | Compiling serde_derive v1.0.219 |
| 492 | 2025-04-09T17:29:27.479Z | Compiling thiserror-impl v1.0.69 |
| 493 | 2025-04-09T17:29:27.482Z | Compiling zerocopy-derive v0.7.35 |
| 494 | 2025-04-09T17:29:27.482Z | Compiling scroll_derive v0.12.0 |
| 495 | 2025-04-09T17:29:27.482Z | Compiling thiserror-impl v2.0.12 |
| 496 | 2025-04-09T17:29:27.482Z | Compiling clap_derive v4.5.32 |
| 497 | 2025-04-09T17:29:28.877Z | Compiling scroll v0.12.0 |
| 498 | 2025-04-09T17:29:29.434Z | Compiling goblin v0.8.2 |
| 499 | 2025-04-09T17:29:29.482Z | Compiling zerocopy v0.7.35 |
| 500 | 2025-04-09T17:29:30.648Z | Compiling pest v2.7.14 |
| 501 | 2025-04-09T17:29:31.615Z | Compiling clap v4.5.32 |
| 502 | 2025-04-09T17:29:32.836Z | Compiling pest_meta v2.7.14 |
| 503 | 2025-04-09T17:29:33.882Z | Compiling pest_generator v2.7.14 |
| 504 | 2025-04-09T17:29:35.195Z | Compiling pest_derive v2.7.14 |
| 505 | 2025-04-09T17:29:35.773Z | Compiling dtrace-parser v0.2.0 |
| 506 | 2025-04-09T17:29:36.521Z | Compiling serde_spanned v0.6.8 |
| 507 | 2025-04-09T17:29:36.522Z | Compiling toml_datetime v0.6.8 |
| 508 | 2025-04-09T17:29:36.562Z | Compiling cargo-platform v0.1.8 |
| 509 | 2025-04-09T17:29:36.807Z | Compiling serde_tokenstream v0.2.2 |
| 510 | 2025-04-09T17:29:36.862Z | Compiling toml_edit v0.22.24 |
| 511 | 2025-04-09T17:29:37.002Z | Compiling macaddr v1.0.1 |
| 512 | 2025-04-09T17:29:37.140Z | Compiling camino-tempfile v1.1.1 |
| 513 | 2025-04-09T17:29:37.883Z | Compiling dof v0.3.0 |
| 514 | 2025-04-09T17:29:37.884Z | Compiling cargo_metadata v0.19.2 |
| 515 | 2025-04-09T17:29:39.461Z | Compiling usdt-attr-macro v0.5.0 |
| 516 | 2025-04-09T17:29:39.461Z | Compiling usdt-macro v0.5.0 |
| 517 | 2025-04-09T17:29:39.512Z | Compiling toml v0.8.20 |
| 518 | 2025-04-09T17:29:40.354Z | Compiling cargo_toml v0.21.0 |
| 519 | 2025-04-09T17:29:40.751Z | Compiling usdt v0.5.0 |
| 520 | 2025-04-09T17:29:42.982Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 521 | 2025-04-09T17:29:46.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.28s |
| 522 | 2025-04-09T17:29:46.375Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 523 | 2025-04-09T17:29:47.017Z | Downloading crates ... |
| 524 | 2025-04-09T17:29:47.145Z | Downloaded atty v0.2.14 |
| 525 | 2025-04-09T17:29:47.152Z | Downloaded async-stream-impl v0.3.6 |
| 526 | 2025-04-09T17:29:47.155Z | Downloaded atomicwrites v0.4.4 |
| 527 | 2025-04-09T17:29:47.158Z | Downloaded adler2 v2.0.0 |
| 528 | 2025-04-09T17:29:47.162Z | Downloaded headers-core v0.3.0 |
| 529 | 2025-04-09T17:29:47.165Z | Downloaded cfg_aliases v0.1.1 |
| 530 | 2025-04-09T17:29:47.172Z | Downloaded crunchy v0.2.2 |
| 531 | 2025-04-09T17:29:47.189Z | Downloaded http-body v1.0.1 |
| 532 | 2025-04-09T17:29:47.193Z | Downloaded ciborium-io v0.2.2 |
| 533 | 2025-04-09T17:29:47.196Z | Downloaded crucible-workspace-hack v0.1.0 |
| 534 | 2025-04-09T17:29:47.199Z | Downloaded cfg_aliases v0.2.1 |
| 535 | 2025-04-09T17:29:47.199Z | Downloaded crc8 v0.1.1 |
| 536 | 2025-04-09T17:29:47.202Z | Downloaded async-stream v0.3.6 |
| 537 | 2025-04-09T17:29:47.206Z | Downloaded bit-set v0.5.3 |
| 538 | 2025-04-09T17:29:47.211Z | Downloaded instant v0.1.13 |
| 539 | 2025-04-09T17:29:47.211Z | Downloaded base16ct v0.2.0 |
| 540 | 2025-04-09T17:29:47.214Z | Downloaded bb8 v0.8.5 |
| 541 | 2025-04-09T17:29:47.214Z | Downloaded icu_provider_macros v1.5.0 |
| 542 | 2025-04-09T17:29:47.214Z | Downloaded addr2line v0.24.2 |
| 543 | 2025-04-09T17:29:47.217Z | Downloaded async-recursion v1.1.1 |
| 544 | 2025-04-09T17:29:47.220Z | Downloaded match_cfg v0.1.0 |
| 545 | 2025-04-09T17:29:47.220Z | Downloaded bitfield v0.14.0 |
| 546 | 2025-04-09T17:29:47.223Z | Downloaded bit-vec v0.6.3 |
| 547 | 2025-04-09T17:29:47.223Z | Downloaded bit-set v0.8.0 |
| 548 | 2025-04-09T17:29:47.227Z | Downloaded is_ci v1.2.0 |
| 549 | 2025-04-09T17:29:47.227Z | Downloaded bit-vec v0.8.0 |
| 550 | 2025-04-09T17:29:47.230Z | Downloaded hubpack_derive v0.1.1 |
| 551 | 2025-04-09T17:29:47.230Z | Downloaded bcs v0.1.6 |
| 552 | 2025-04-09T17:29:47.233Z | Downloaded md5 v0.7.0 |
| 553 | 2025-04-09T17:29:47.233Z | Downloaded hex v0.4.3 |
| 554 | 2025-04-09T17:29:47.233Z | Downloaded array-init v0.0.4 |
| 555 | 2025-04-09T17:29:47.236Z | Downloaded aead v0.5.2 |
| 556 | 2025-04-09T17:29:47.236Z | Downloaded assert_matches v1.5.0 |
| 557 | 2025-04-09T17:29:47.239Z | Downloaded hex-literal v0.4.1 |
| 558 | 2025-04-09T17:29:47.239Z | Downloaded arrayref v0.3.9 |
| 559 | 2025-04-09T17:29:47.239Z | Downloaded cstr-argument v0.1.2 |
| 560 | 2025-04-09T17:29:47.242Z | Downloaded heck v0.3.3 |
| 561 | 2025-04-09T17:29:47.242Z | Downloaded crc-catalog v2.4.0 |
| 562 | 2025-04-09T17:29:47.242Z | Downloaded cargo_metadata v0.18.1 |
| 563 | 2025-04-09T17:29:47.247Z | Downloaded cobs v0.2.3 |
| 564 | 2025-04-09T17:29:47.247Z | Downloaded indoc v1.0.9 |
| 565 | 2025-04-09T17:29:47.250Z | Downloaded cexpr v0.6.0 |
| 566 | 2025-04-09T17:29:47.255Z | Downloaded hostname v0.3.1 |
| 567 | 2025-04-09T17:29:47.256Z | Downloaded buf-list v1.0.3 |
| 568 | 2025-04-09T17:29:47.261Z | Downloaded castaway v0.2.3 |
| 569 | 2025-04-09T17:29:47.261Z | Downloaded libsw v3.4.0 |
| 570 | 2025-04-09T17:29:47.261Z | Downloaded crc v3.2.1 |
| 571 | 2025-04-09T17:29:47.264Z | Downloaded lazycell v1.3.0 |
| 572 | 2025-04-09T17:29:47.264Z | Downloaded linear-map v1.2.0 |
| 573 | 2025-04-09T17:29:47.264Z | Downloaded blowfish v0.9.1 |
| 574 | 2025-04-09T17:29:47.267Z | Downloaded lru v0.12.5 |
| 575 | 2025-04-09T17:29:47.267Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 576 | 2025-04-09T17:29:47.270Z | Downloaded hyper-tls v0.6.0 |
| 577 | 2025-04-09T17:29:47.270Z | Downloaded cbc v0.1.2 |
| 578 | 2025-04-09T17:29:47.274Z | Downloaded ident_case v1.0.1 |
| 579 | 2025-04-09T17:29:47.274Z | Downloaded chrono-tz-build v0.4.0 |
| 580 | 2025-04-09T17:29:47.274Z | Downloaded indent_write v2.2.0 |
| 581 | 2025-04-09T17:29:47.277Z | Downloaded base64ct v1.6.0 |
| 582 | 2025-04-09T17:29:47.277Z | Downloaded bitfield-struct v0.6.2 |
| 583 | 2025-04-09T17:29:47.280Z | Downloaded linked-hash-map v0.5.6 |
| 584 | 2025-04-09T17:29:47.280Z | Downloaded is-terminal v0.4.13 |
| 585 | 2025-04-09T17:29:47.283Z | Downloaded http-range v0.1.5 |
| 586 | 2025-04-09T17:29:47.283Z | Downloaded async-trait v0.1.88 |
| 587 | 2025-04-09T17:29:47.288Z | Downloaded lockfree-object-pool v0.1.6 |
| 588 | 2025-04-09T17:29:47.291Z | Downloaded lazy_static v1.5.0 |
| 589 | 2025-04-09T17:29:47.291Z | Downloaded hubpack v0.1.2 |
| 590 | 2025-04-09T17:29:47.294Z | Downloaded progenitor-client v0.8.0 |
| 591 | 2025-04-09T17:29:47.294Z | Downloaded md-5 v0.10.6 |
| 592 | 2025-04-09T17:29:47.294Z | Downloaded maybe-uninit v2.0.0 |
| 593 | 2025-04-09T17:29:47.298Z | Downloaded lzss v0.8.2 |
| 594 | 2025-04-09T17:29:47.298Z | Downloaded lru-cache v0.1.2 |
| 595 | 2025-04-09T17:29:47.300Z | Downloaded libsw-core v0.3.1 |
| 596 | 2025-04-09T17:29:47.301Z | Downloaded kstat-rs v0.2.4 |
| 597 | 2025-04-09T17:29:47.304Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 598 | 2025-04-09T17:29:47.304Z | Downloaded backoff v0.4.0 |
| 599 | 2025-04-09T17:29:47.307Z | Downloaded atomic-waker v1.1.2 |
| 600 | 2025-04-09T17:29:47.307Z | Downloaded memoffset v0.9.1 |
| 601 | 2025-04-09T17:29:47.310Z | Downloaded ascii-canvas v3.0.0 |
| 602 | 2025-04-09T17:29:47.310Z | Downloaded internet-checksum v0.2.1 |
| 603 | 2025-04-09T17:29:47.313Z | Downloaded rand_xorshift v0.3.0 |
| 604 | 2025-04-09T17:29:47.313Z | Downloaded strum v0.26.3 |
| 605 | 2025-04-09T17:29:47.313Z | Downloaded serde-big-array v0.5.1 |
| 606 | 2025-04-09T17:29:47.317Z | Downloaded arrayvec v0.7.6 |
| 607 | 2025-04-09T17:29:47.322Z | Downloaded indoc v2.0.6 |
| 608 | 2025-04-09T17:29:47.322Z | Downloaded inout v0.1.3 |
| 609 | 2025-04-09T17:29:47.322Z | Downloaded quick-error v1.2.3 |
| 610 | 2025-04-09T17:29:47.325Z | Downloaded cookie_store v0.21.1 |
| 611 | 2025-04-09T17:29:47.325Z | Downloaded const_format_proc_macros v0.2.34 |
| 612 | 2025-04-09T17:29:47.328Z | Downloaded libloading v0.8.5 |
| 613 | 2025-04-09T17:29:47.331Z | Downloaded crossbeam-deque v0.8.5 |
| 614 | 2025-04-09T17:29:47.331Z | Downloaded litemap v0.7.3 |
| 615 | 2025-04-09T17:29:47.334Z | Downloaded hyper-staticfile v0.10.1 |
| 616 | 2025-04-09T17:29:47.338Z | Downloaded httparse v1.9.5 |
| 617 | 2025-04-09T17:29:47.341Z | Downloaded predicates-core v1.0.8 |
| 618 | 2025-04-09T17:29:47.341Z | Downloaded iana-time-zone v0.1.61 |
| 619 | 2025-04-09T17:29:47.345Z | Downloaded colored v2.2.0 |
| 620 | 2025-04-09T17:29:47.345Z | Downloaded lock_api v0.4.12 |
| 621 | 2025-04-09T17:29:47.348Z | Downloaded blake2 v0.10.6 |
| 622 | 2025-04-09T17:29:47.351Z | Downloaded take_mut v0.2.2 |
| 623 | 2025-04-09T17:29:47.351Z | Downloaded ciborium v0.2.2 |
| 624 | 2025-04-09T17:29:47.354Z | Downloaded icu_locid_transform v1.5.0 |
| 625 | 2025-04-09T17:29:47.357Z | Downloaded cancel-safe-futures v0.1.5 |
| 626 | 2025-04-09T17:29:47.361Z | Downloaded tabwriter v1.4.0 |
| 627 | 2025-04-09T17:29:47.361Z | Downloaded progenitor-macro v0.8.0 |
| 628 | 2025-04-09T17:29:47.361Z | Downloaded tower-service v0.3.3 |
| 629 | 2025-04-09T17:29:47.364Z | Downloaded void v1.0.2 |
| 630 | 2025-04-09T17:29:47.364Z | Downloaded libefi-sys v0.1.0 |
| 631 | 2025-04-09T17:29:47.364Z | Downloaded proc-macro-crate v1.3.1 |
| 632 | 2025-04-09T17:29:47.368Z | Downloaded memmap2 v0.9.5 |
| 633 | 2025-04-09T17:29:47.368Z | Downloaded yoke-derive v0.7.4 |
| 634 | 2025-04-09T17:29:47.368Z | Downloaded unicode-xid v0.2.6 |
| 635 | 2025-04-09T17:29:47.373Z | Downloaded ipnet v2.11.0 |
| 636 | 2025-04-09T17:29:47.373Z | Downloaded derive_builder_macro v0.20.2 |
| 637 | 2025-04-09T17:29:47.376Z | Downloaded zone_cfg_derive v0.3.0 |
| 638 | 2025-04-09T17:29:47.376Z | Downloaded zone_cfg_derive v0.1.2 |
| 639 | 2025-04-09T17:29:47.376Z | Downloaded maplit v1.0.2 |
| 640 | 2025-04-09T17:29:47.376Z | Downloaded jobserver v0.1.32 |
| 641 | 2025-04-09T17:29:47.379Z | Downloaded float-cmp v0.10.0 |
| 642 | 2025-04-09T17:29:47.379Z | Downloaded rand_chacha v0.3.1 |
| 643 | 2025-04-09T17:29:47.384Z | Downloaded new_debug_unreachable v1.0.6 |
| 644 | 2025-04-09T17:29:47.384Z | Downloaded newline-converter v0.3.0 |
| 645 | 2025-04-09T17:29:47.384Z | Downloaded ghash v0.5.1 |
| 646 | 2025-04-09T17:29:47.387Z | Downloaded r2d2 v0.8.10 |
| 647 | 2025-04-09T17:29:47.387Z | Downloaded bzip2 v0.5.2 |
| 648 | 2025-04-09T17:29:47.387Z | Downloaded openssl-probe v0.1.5 |
| 649 | 2025-04-09T17:29:47.390Z | Downloaded openssl-macros v0.1.1 |
| 650 | 2025-04-09T17:29:47.390Z | Downloaded ahash v0.8.11 |
| 651 | 2025-04-09T17:29:47.393Z | Downloaded typify-macro v0.2.0 |
| 652 | 2025-04-09T17:29:47.393Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 653 | 2025-04-09T17:29:47.396Z | Downloaded hickory-client v0.24.4 |
| 654 | 2025-04-09T17:29:47.399Z | Downloaded crossbeam-epoch v0.9.18 |
| 655 | 2025-04-09T17:29:47.402Z | Downloaded litrs v0.4.1 |
| 656 | 2025-04-09T17:29:47.405Z | Downloaded crc32fast v1.4.2 |
| 657 | 2025-04-09T17:29:47.405Z | Downloaded arc-swap v1.7.1 |
| 658 | 2025-04-09T17:29:47.409Z | Downloaded ssh-encoding v0.2.0 |
| 659 | 2025-04-09T17:29:47.413Z | Downloaded slab v0.4.9 |
| 660 | 2025-04-09T17:29:47.413Z | Downloaded sha1 v0.10.6 |
| 661 | 2025-04-09T17:29:47.416Z | Downloaded clang-sys v1.8.1 |
| 662 | 2025-04-09T17:29:47.416Z | Downloaded icu_provider v1.5.0 |
| 663 | 2025-04-09T17:29:47.419Z | Downloaded icu_normalizer_data v1.5.0 |
| 664 | 2025-04-09T17:29:47.423Z | Downloaded crc-any v2.5.0 |
| 665 | 2025-04-09T17:29:47.426Z | Downloaded icu_locid_transform_data v1.5.0 |
| 666 | 2025-04-09T17:29:47.426Z | Downloaded headers v0.4.0 |
| 667 | 2025-04-09T17:29:47.432Z | Downloaded tinystr v0.7.6 |
| 668 | 2025-04-09T17:29:47.446Z | Downloaded signal-hook-tokio v0.3.1 |
| 669 | 2025-04-09T17:29:47.449Z | Downloaded float-ord v0.3.2 |
| 670 | 2025-04-09T17:29:47.449Z | Downloaded futures-task v0.3.31 |
| 671 | 2025-04-09T17:29:47.452Z | Downloaded russh-cryptovec v0.7.3 |
| 672 | 2025-04-09T17:29:47.452Z | Downloaded radium v0.7.0 |
| 673 | 2025-04-09T17:29:47.452Z | Downloaded powerfmt v0.2.0 |
| 674 | 2025-04-09T17:29:47.455Z | Downloaded data-encoding v2.6.0 |
| 675 | 2025-04-09T17:29:47.455Z | Downloaded zone v0.3.1 |
| 676 | 2025-04-09T17:29:47.455Z | Downloaded num-iter v0.1.45 |
| 677 | 2025-04-09T17:29:47.458Z | Downloaded num-derive v0.4.2 |
| 678 | 2025-04-09T17:29:47.458Z | Downloaded ff v0.13.0 |
| 679 | 2025-04-09T17:29:47.462Z | Downloaded multimap v0.10.0 |
| 680 | 2025-04-09T17:29:47.462Z | Downloaded either v1.14.0 |
| 681 | 2025-04-09T17:29:47.465Z | Downloaded wait-timeout v0.2.0 |
| 682 | 2025-04-09T17:29:47.465Z | Downloaded vte_generate_state_changes v0.1.2 |
| 683 | 2025-04-09T17:29:47.465Z | Downloaded rustc-demangle v0.1.24 |
| 684 | 2025-04-09T17:29:47.468Z | Downloaded tokio-tungstenite v0.21.0 |
| 685 | 2025-04-09T17:29:47.471Z | Downloaded num-integer v0.1.46 |
| 686 | 2025-04-09T17:29:47.471Z | Downloaded base64 v0.13.1 |
| 687 | 2025-04-09T17:29:47.475Z | Downloaded icu_properties v1.5.1 |
| 688 | 2025-04-09T17:29:47.479Z | Downloaded indexmap v1.9.3 |
| 689 | 2025-04-09T17:29:47.483Z | Downloaded hmac v0.12.1 |
| 690 | 2025-04-09T17:29:47.489Z | Downloaded slog v2.7.0 |
| 691 | 2025-04-09T17:29:47.490Z | Downloaded sync_wrapper v1.0.1 |
| 692 | 2025-04-09T17:29:47.490Z | Downloaded sqlparser_derive v0.2.2 |
| 693 | 2025-04-09T17:29:47.490Z | Downloaded futures-core v0.3.31 |
| 694 | 2025-04-09T17:29:47.490Z | Downloaded snafu-derive v0.8.5 |
| 695 | 2025-04-09T17:29:47.493Z | Downloaded semver v0.1.20 |
| 696 | 2025-04-09T17:29:47.493Z | Downloaded chacha20poly1305 v0.10.1 |
| 697 | 2025-04-09T17:29:47.497Z | Downloaded fxhash v0.2.1 |
| 698 | 2025-04-09T17:29:47.497Z | Downloaded icu_normalizer v1.5.0 |
| 699 | 2025-04-09T17:29:47.501Z | Downloaded base64 v0.22.1 |
| 700 | 2025-04-09T17:29:47.504Z | Downloaded phf_generator v0.11.2 |
| 701 | 2025-04-09T17:29:47.504Z | Downloaded ppv-lite86 v0.2.20 |
| 702 | 2025-04-09T17:29:47.507Z | Downloaded phf_codegen v0.11.2 |
| 703 | 2025-04-09T17:29:47.507Z | Downloaded phf v0.11.2 |
| 704 | 2025-04-09T17:29:47.510Z | Downloaded vte v0.11.1 |
| 705 | 2025-04-09T17:29:47.510Z | Downloaded vsss-rs v3.3.4 |
| 706 | 2025-04-09T17:29:47.513Z | Downloaded endian-type v0.1.2 |
| 707 | 2025-04-09T17:29:47.513Z | Downloaded document-features v0.2.10 |
| 708 | 2025-04-09T17:29:47.517Z | Downloaded yoke v0.7.4 |
| 709 | 2025-04-09T17:29:47.517Z | Downloaded yasna v0.5.2 |
| 710 | 2025-04-09T17:29:47.522Z | Downloaded tokio-stream v0.1.17 |
| 711 | 2025-04-09T17:29:47.525Z | Downloaded hash32 v0.2.1 |
| 712 | 2025-04-09T17:29:47.525Z | Downloaded sec1 v0.7.3 |
| 713 | 2025-04-09T17:29:47.528Z | Downloaded ref-cast-impl v1.0.23 |
| 714 | 2025-04-09T17:29:47.528Z | Downloaded ref-cast v1.0.23 |
| 715 | 2025-04-09T17:29:47.531Z | Downloaded native-tls v0.2.12 |
| 716 | 2025-04-09T17:29:47.537Z | Downloaded tap v1.0.1 |
| 717 | 2025-04-09T17:29:47.537Z | Downloaded tabled_derive v0.10.0 |
| 718 | 2025-04-09T17:29:47.537Z | Downloaded strip-ansi-escapes v0.2.0 |
| 719 | 2025-04-09T17:29:47.542Z | Downloaded opaque-debug v0.3.1 |
| 720 | 2025-04-09T17:29:47.542Z | Downloaded slog-dtrace v0.3.0 |
| 721 | 2025-04-09T17:29:47.542Z | Downloaded signal-hook-registry v1.4.2 |
| 722 | 2025-04-09T17:29:47.542Z | Downloaded nanorand v0.7.0 |
| 723 | 2025-04-09T17:29:47.545Z | Downloaded hickory-resolver v0.24.4 |
| 724 | 2025-04-09T17:29:47.548Z | Downloaded getrandom v0.3.1 |
| 725 | 2025-04-09T17:29:47.552Z | Downloaded utf8_iter v1.0.4 |
| 726 | 2025-04-09T17:29:47.552Z | Downloaded crypto-bigint v0.5.5 |
| 727 | 2025-04-09T17:29:47.558Z | Downloaded bytes v1.10.1 |
| 728 | 2025-04-09T17:29:47.563Z | Downloaded synstructure v0.13.1 |
| 729 | 2025-04-09T17:29:47.566Z | Downloaded stringprep v0.1.5 |
| 730 | 2025-04-09T17:29:47.567Z | Downloaded bumpalo v3.16.0 |
| 731 | 2025-04-09T17:29:47.569Z | Downloaded jiff-static v0.2.6 |
| 732 | 2025-04-09T17:29:47.572Z | Downloaded progenitor-client v0.9.1 |
| 733 | 2025-04-09T17:29:47.573Z | Downloaded pretty-hex v0.2.1 |
| 734 | 2025-04-09T17:29:47.573Z | Downloaded precomputed-hash v0.1.1 |
| 735 | 2025-04-09T17:29:47.577Z | Downloaded wyz v0.5.1 |
| 736 | 2025-04-09T17:29:47.577Z | Downloaded embedded-io v0.6.1 |
| 737 | 2025-04-09T17:29:47.577Z | Downloaded dyn-clone v1.0.19 |
| 738 | 2025-04-09T17:29:47.582Z | Downloaded deranged v0.3.11 |
| 739 | 2025-04-09T17:29:47.582Z | Downloaded poly1305 v0.8.0 |
| 740 | 2025-04-09T17:29:47.587Z | Downloaded password-hash v0.5.0 |
| 741 | 2025-04-09T17:29:47.587Z | Downloaded password-hash v0.4.2 |
| 742 | 2025-04-09T17:29:47.591Z | Downloaded enum-as-inner v0.6.1 |
| 743 | 2025-04-09T17:29:47.591Z | Downloaded tinyvec_macros v0.1.1 |
| 744 | 2025-04-09T17:29:47.591Z | Downloaded quinn-udp v0.5.5 |
| 745 | 2025-04-09T17:29:47.591Z | Downloaded sct v0.7.1 |
| 746 | 2025-04-09T17:29:47.594Z | Downloaded derive_more v0.99.19 |
| 747 | 2025-04-09T17:29:47.598Z | Downloaded tower-layer v0.3.3 |
| 748 | 2025-04-09T17:29:47.602Z | Downloaded want v0.3.1 |
| 749 | 2025-04-09T17:29:47.602Z | Downloaded serde_with_macros v3.12.0 |
| 750 | 2025-04-09T17:29:47.605Z | Downloaded hash32 v0.3.1 |
| 751 | 2025-04-09T17:29:47.606Z | Downloaded env_filter v0.1.2 |
| 752 | 2025-04-09T17:29:47.606Z | Downloaded mime_guess v2.0.5 |
| 753 | 2025-04-09T17:29:47.609Z | Downloaded num v0.4.3 |
| 754 | 2025-04-09T17:29:47.609Z | Downloaded ena v0.14.3 |
| 755 | 2025-04-09T17:29:47.612Z | Downloaded tinyvec v1.8.0 |
| 756 | 2025-04-09T17:29:47.615Z | Downloaded const_format v0.2.34 |
| 757 | 2025-04-09T17:29:47.618Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 758 | 2025-04-09T17:29:47.621Z | Downloaded phf_shared v0.11.2 |
| 759 | 2025-04-09T17:29:47.621Z | Downloaded parse-display v0.10.0 |
| 760 | 2025-04-09T17:29:47.622Z | Downloaded packed_struct v0.10.1 |
| 761 | 2025-04-09T17:29:47.625Z | Downloaded slog-term v2.9.1 |
| 762 | 2025-04-09T17:29:47.628Z | Downloaded indicatif v0.17.11 |
| 763 | 2025-04-09T17:29:47.631Z | Downloaded backtrace v0.3.74 |
| 764 | 2025-04-09T17:29:47.634Z | Downloaded hyper-util v0.1.10 |
| 765 | 2025-04-09T17:29:47.638Z | Downloaded foreign-types v0.3.2 |
| 766 | 2025-04-09T17:29:47.641Z | Downloaded tokio-tungstenite v0.23.1 |
| 767 | 2025-04-09T17:29:47.644Z | Downloaded primeorder v0.13.6 |
| 768 | 2025-04-09T17:29:47.644Z | Downloaded csv-core v0.1.11 |
| 769 | 2025-04-09T17:29:47.647Z | Downloaded peg-macros v0.8.5 |
| 770 | 2025-04-09T17:29:47.648Z | Downloaded http v1.2.0 |
| 771 | 2025-04-09T17:29:47.651Z | Downloaded rustc-hash v1.1.0 |
| 772 | 2025-04-09T17:29:47.654Z | Downloaded progenitor v0.9.1 |
| 773 | 2025-04-09T17:29:47.654Z | Downloaded strum_macros v0.26.4 |
| 774 | 2025-04-09T17:29:47.657Z | Downloaded slog-async v2.8.0 |
| 775 | 2025-04-09T17:29:47.659Z | Downloaded scrypt v0.11.0 |
| 776 | 2025-04-09T17:29:47.659Z | Downloaded predicates v3.1.3 |
| 777 | 2025-04-09T17:29:47.663Z | Downloaded pbkdf2 v0.11.0 |
| 778 | 2025-04-09T17:29:47.666Z | Downloaded path-slash v0.1.5 |
| 779 | 2025-04-09T17:29:47.666Z | Downloaded yansi v1.0.1 |
| 780 | 2025-04-09T17:29:47.669Z | Downloaded tungstenite v0.21.0 |
| 781 | 2025-04-09T17:29:47.675Z | Downloaded futures-channel v0.3.31 |
| 782 | 2025-04-09T17:29:47.678Z | Downloaded tracing-core v0.1.32 |
| 783 | 2025-04-09T17:29:47.678Z | Downloaded cc v1.2.15 |
| 784 | 2025-04-09T17:29:47.681Z | Downloaded whoami v1.5.2 |
| 785 | 2025-04-09T17:29:47.684Z | Downloaded topological-sort v0.2.2 |
| 786 | 2025-04-09T17:29:47.684Z | Downloaded which v4.4.2 |
| 787 | 2025-04-09T17:29:47.687Z | Downloaded nu-ansi-term v0.50.1 |
| 788 | 2025-04-09T17:29:47.687Z | Downloaded termios v0.3.3 |
| 789 | 2025-04-09T17:29:47.690Z | Downloaded termcolor v1.4.1 |
| 790 | 2025-04-09T17:29:47.690Z | Downloaded serde_derive_internals v0.29.1 |
| 791 | 2025-04-09T17:29:47.694Z | Downloaded foreign-types-macros v0.2.3 |
| 792 | 2025-04-09T17:29:47.694Z | Downloaded rustls-pki-types v1.10.0 |
| 793 | 2025-04-09T17:29:47.697Z | Downloaded crossbeam-channel v0.5.13 |
| 794 | 2025-04-09T17:29:47.702Z | Downloaded elliptic-curve v0.13.8 |
| 795 | 2025-04-09T17:29:47.705Z | Downloaded sync-ptr v0.1.1 |
| 796 | 2025-04-09T17:29:47.709Z | Downloaded uuid v1.16.0 |
| 797 | 2025-04-09T17:29:47.712Z | Downloaded dirs-next v2.0.0 |
| 798 | 2025-04-09T17:29:47.712Z | Downloaded foreign-types-shared v0.3.1 |
| 799 | 2025-04-09T17:29:47.712Z | Downloaded snafu v0.8.5 |
| 800 | 2025-04-09T17:29:47.717Z | Downloaded parse-size v1.1.0 |
| 801 | 2025-04-09T17:29:47.720Z | Downloaded newtype-uuid v1.2.1 |
| 802 | 2025-04-09T17:29:47.720Z | Downloaded foreign-types v0.5.0 |
| 803 | 2025-04-09T17:29:47.725Z | Downloaded oso-derive v0.27.3 |
| 804 | 2025-04-09T17:29:47.725Z | Downloaded num-conv v0.1.0 |
| 805 | 2025-04-09T17:29:47.725Z | Downloaded waitgroup v0.1.2 |
| 806 | 2025-04-09T17:29:47.725Z | Downloaded foldhash v0.1.3 |
| 807 | 2025-04-09T17:29:47.728Z | Downloaded zone v0.1.8 |
| 808 | 2025-04-09T17:29:47.728Z | Downloaded rustls-pemfile v2.2.0 |
| 809 | 2025-04-09T17:29:47.728Z | Downloaded postgres-types v0.2.9 |
| 810 | 2025-04-09T17:29:47.732Z | Downloaded pbkdf2 v0.12.2 |
| 811 | 2025-04-09T17:29:47.732Z | Downloaded mime v0.3.17 |
| 812 | 2025-04-09T17:29:47.735Z | Downloaded der v0.7.9 |
| 813 | 2025-04-09T17:29:47.738Z | Downloaded rand_seeder v0.3.0 |
| 814 | 2025-04-09T17:29:47.742Z | Downloaded half v2.4.1 |
| 815 | 2025-04-09T17:29:47.745Z | Downloaded rustc_version v0.1.7 |
| 816 | 2025-04-09T17:29:47.745Z | Downloaded rustc-hash v2.1.1 |
| 817 | 2025-04-09T17:29:47.748Z | Downloaded tar v0.4.44 |
| 818 | 2025-04-09T17:29:47.748Z | Downloaded termtree v0.5.1 |
| 819 | 2025-04-09T17:29:47.753Z | Downloaded slog-envlogger v2.2.0 |
| 820 | 2025-04-09T17:29:47.753Z | Downloaded typify-macro v0.3.0 |
| 821 | 2025-04-09T17:29:47.756Z | Downloaded omicron-zone-package v0.12.0 |
| 822 | 2025-04-09T17:29:47.756Z | Downloaded serde_urlencoded v0.7.1 |
| 823 | 2025-04-09T17:29:47.759Z | Downloaded parking_lot_core v0.9.10 |
| 824 | 2025-04-09T17:29:47.762Z | Downloaded unarray v0.1.4 |
| 825 | 2025-04-09T17:29:47.762Z | Downloaded siphasher v0.3.11 |
| 826 | 2025-04-09T17:29:47.762Z | Downloaded scheduled-thread-pool v0.2.7 |
| 827 | 2025-04-09T17:29:47.765Z | Downloaded walkdir v2.5.0 |
| 828 | 2025-04-09T17:29:47.765Z | Downloaded display-error-chain v0.2.2 |
| 829 | 2025-04-09T17:29:47.768Z | Downloaded dirs-sys-next v0.1.2 |
| 830 | 2025-04-09T17:29:47.768Z | Downloaded slog-json v2.6.1 |
| 831 | 2025-04-09T17:29:47.771Z | Downloaded derive-where v1.2.7 |
| 832 | 2025-04-09T17:29:47.774Z | Downloaded itertools v0.10.5 |
| 833 | 2025-04-09T17:29:47.780Z | Downloaded try-lock v0.2.5 |
| 834 | 2025-04-09T17:29:47.784Z | Downloaded subtle v2.6.1 |
| 835 | 2025-04-09T17:29:47.784Z | Downloaded fallible-iterator v0.2.0 |
| 836 | 2025-04-09T17:29:47.784Z | Downloaded zerofrom v0.1.4 |
| 837 | 2025-04-09T17:29:47.788Z | Downloaded darling_macro v0.20.10 |
| 838 | 2025-04-09T17:29:47.788Z | Downloaded slog-bunyan v2.5.0 |
| 839 | 2025-04-09T17:29:47.788Z | Downloaded libm v0.2.8 |
| 840 | 2025-04-09T17:29:47.793Z | Downloaded glob v0.3.2 |
| 841 | 2025-04-09T17:29:47.797Z | Downloaded oxnet v0.1.1 |
| 842 | 2025-04-09T17:29:47.801Z | Downloaded writeable v0.5.5 |
| 843 | 2025-04-09T17:29:47.801Z | Downloaded supports-color v3.0.2 |
| 844 | 2025-04-09T17:29:47.805Z | Downloaded multer v3.1.0 |
| 845 | 2025-04-09T17:29:47.805Z | Downloaded aes v0.8.4 |
| 846 | 2025-04-09T17:29:47.811Z | Downloaded foreign-types-shared v0.1.1 |
| 847 | 2025-04-09T17:29:47.811Z | Downloaded url v2.5.3 |
| 848 | 2025-04-09T17:29:47.814Z | Downloaded write16 v1.0.0 |
| 849 | 2025-04-09T17:29:47.815Z | Downloaded ssh-key v0.6.6 |
| 850 | 2025-04-09T17:29:47.819Z | Downloaded openssl-sys v0.9.107 |
| 851 | 2025-04-09T17:29:47.823Z | Downloaded typify v0.2.0 |
| 852 | 2025-04-09T17:29:47.826Z | Downloaded term v0.7.0 |
| 853 | 2025-04-09T17:29:47.830Z | Downloaded defmt v0.3.8 |
| 854 | 2025-04-09T17:29:47.833Z | Downloaded rand_core v0.9.2 |
| 855 | 2025-04-09T17:29:47.837Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 856 | 2025-04-09T17:29:47.837Z | Downloaded zopfli v0.8.1 |
| 857 | 2025-04-09T17:29:47.841Z | Downloaded diesel-dtrace v0.4.2 |
| 858 | 2025-04-09T17:29:47.841Z | Downloaded ctr v0.9.2 |
| 859 | 2025-04-09T17:29:47.845Z | Downloaded simd-adler32 v0.3.7 |
| 860 | 2025-04-09T17:29:47.845Z | Downloaded sigpipe v0.1.3 |
| 861 | 2025-04-09T17:29:47.845Z | Downloaded rusty-fork v0.3.0 |
| 862 | 2025-04-09T17:29:47.851Z | Downloaded serde-hex v0.1.0 |
| 863 | 2025-04-09T17:29:47.851Z | Downloaded secrecy v0.8.0 |
| 864 | 2025-04-09T17:29:47.855Z | Downloaded der_derive v0.7.3 |
| 865 | 2025-04-09T17:29:47.855Z | Downloaded itertools v0.12.1 |
| 866 | 2025-04-09T17:29:47.857Z | Downloaded idna v1.0.3 |
| 867 | 2025-04-09T17:29:47.863Z | Downloaded ron v0.8.1 |
| 868 | 2025-04-09T17:29:47.868Z | Downloaded universal-hash v0.5.1 |
| 869 | 2025-04-09T17:29:47.871Z | Downloaded string_cache v0.8.9 |
| 870 | 2025-04-09T17:29:47.871Z | Downloaded ssh-cipher v0.2.0 |
| 871 | 2025-04-09T17:29:47.871Z | Downloaded progenitor v0.8.0 |
| 872 | 2025-04-09T17:29:47.874Z | Downloaded difflib v0.4.0 |
| 873 | 2025-04-09T17:29:47.875Z | Downloaded env_logger v0.11.5 |
| 874 | 2025-04-09T17:29:47.878Z | Downloaded zerofrom-derive v0.1.4 |
| 875 | 2025-04-09T17:29:47.879Z | Downloaded owo-colors v4.2.0 |
| 876 | 2025-04-09T17:29:47.884Z | Downloaded number_prefix v0.4.0 |
| 877 | 2025-04-09T17:29:47.884Z | Downloaded ed25519 v2.2.3 |
| 878 | 2025-04-09T17:29:47.887Z | Downloaded percent-encoding v2.3.1 |
| 879 | 2025-04-09T17:29:47.887Z | Downloaded peg-runtime v0.8.5 |
| 880 | 2025-04-09T17:29:47.887Z | Downloaded normalize-line-endings v0.3.0 |
| 881 | 2025-04-09T17:29:47.887Z | Downloaded proc-macro-error2 v2.0.1 |
| 882 | 2025-04-09T17:29:47.891Z | Downloaded hickory-server v0.24.4 |
| 883 | 2025-04-09T17:29:47.894Z | Downloaded num-derive v0.3.3 |
| 884 | 2025-04-09T17:29:47.897Z | Downloaded gethostname v0.5.0 |
| 885 | 2025-04-09T17:29:47.897Z | Downloaded futures-sink v0.3.31 |
| 886 | 2025-04-09T17:29:47.900Z | Downloaded dunce v1.0.5 |
| 887 | 2025-04-09T17:29:47.900Z | Downloaded num-complex v0.4.6 |
| 888 | 2025-04-09T17:29:47.903Z | Downloaded typify v0.3.0 |
| 889 | 2025-04-09T17:29:47.906Z | Downloaded progenitor-impl v0.8.0 |
| 890 | 2025-04-09T17:29:47.906Z | Downloaded socket2 v0.5.9 |
| 891 | 2025-04-09T17:29:47.909Z | Downloaded fd-lock v4.0.2 |
| 892 | 2025-04-09T17:29:47.913Z | Downloaded rpassword v7.3.1 |
| 893 | 2025-04-09T17:29:47.913Z | Downloaded toml v0.7.8 |
| 894 | 2025-04-09T17:29:47.916Z | Downloaded nodrop v0.1.14 |
| 895 | 2025-04-09T17:29:47.919Z | Downloaded defmt-parser v0.3.4 |
| 896 | 2025-04-09T17:29:47.919Z | Downloaded smf v0.2.3 |
| 897 | 2025-04-09T17:29:47.922Z | Downloaded static_assertions v1.1.0 |
| 898 | 2025-04-09T17:29:47.922Z | Downloaded diesel_derives v2.2.3 |
| 899 | 2025-04-09T17:29:47.925Z | Downloaded defmt-macros v0.3.9 |
| 900 | 2025-04-09T17:29:47.928Z | Downloaded itertools v0.14.0 |
| 901 | 2025-04-09T17:29:47.935Z | Downloaded num_threads v0.1.7 |
| 902 | 2025-04-09T17:29:47.938Z | Downloaded hyper v1.6.0 |
| 903 | 2025-04-09T17:29:47.944Z | Downloaded futures-io v0.3.31 |
| 904 | 2025-04-09T17:29:47.949Z | Downloaded smallvec v0.6.14 |
| 905 | 2025-04-09T17:29:47.949Z | Downloaded rfc6979 v0.4.0 |
| 906 | 2025-04-09T17:29:47.949Z | Downloaded fixedbitset v0.4.2 |
| 907 | 2025-04-09T17:29:47.954Z | Downloaded slog-stdlog v4.1.1 |
| 908 | 2025-04-09T17:29:47.954Z | Downloaded slog-scope v4.4.0 |
| 909 | 2025-04-09T17:29:47.954Z | Downloaded crossterm v0.28.1 |
| 910 | 2025-04-09T17:29:47.959Z | Downloaded serde_repr v0.1.19 |
| 911 | 2025-04-09T17:29:47.963Z | Downloaded rustls-pemfile v1.0.4 |
| 912 | 2025-04-09T17:29:47.963Z | Downloaded rustc_version v0.4.1 |
| 913 | 2025-04-09T17:29:47.966Z | Downloaded funty v2.0.0 |
| 914 | 2025-04-09T17:29:47.966Z | Downloaded structmeta-derive v0.3.0 |
| 915 | 2025-04-09T17:29:47.966Z | Downloaded num-rational v0.4.2 |
| 916 | 2025-04-09T17:29:47.969Z | Downloaded xshell-macros v0.2.7 |
| 917 | 2025-04-09T17:29:47.969Z | Downloaded pem v3.0.5 |
| 918 | 2025-04-09T17:29:47.972Z | Downloaded twox-hash v2.1.0 |
| 919 | 2025-04-09T17:29:47.972Z | Downloaded tracing-attributes v0.1.27 |
| 920 | 2025-04-09T17:29:47.976Z | Downloaded ecdsa v0.16.9 |
| 921 | 2025-04-09T17:29:47.991Z | Downloaded oso v0.27.3 |
| 922 | 2025-04-09T17:29:47.991Z | Downloaded pretty_assertions v1.4.1 |
| 923 | 2025-04-09T17:29:47.991Z | Downloaded russh v0.45.0 |
| 924 | 2025-04-09T17:29:47.994Z | Downloaded untrusted v0.9.0 |
| 925 | 2025-04-09T17:29:47.998Z | Downloaded untrusted v0.7.1 |
| 926 | 2025-04-09T17:29:48.001Z | Downloaded unicode-truncate v1.1.0 |
| 927 | 2025-04-09T17:29:48.001Z | Downloaded smallvec v1.14.0 |
| 928 | 2025-04-09T17:29:48.005Z | Downloaded signal-hook v0.3.17 |
| 929 | 2025-04-09T17:29:48.009Z | Downloaded reedline v0.38.0 |
| 930 | 2025-04-09T17:29:48.019Z | Downloaded pkg-config v0.3.31 |
| 931 | 2025-04-09T17:29:48.023Z | Downloaded salsa20 v0.10.2 |
| 932 | 2025-04-09T17:29:48.029Z | Downloaded aes-gcm v0.10.3 |
| 933 | 2025-04-09T17:29:48.032Z | Downloaded p256 v0.13.2 |
| 934 | 2025-04-09T17:29:48.035Z | Downloaded tokio-rustls v0.25.0 |
| 935 | 2025-04-09T17:29:48.035Z | Downloaded strum_macros v0.25.3 |
| 936 | 2025-04-09T17:29:48.039Z | Downloaded debug-ignore v1.0.5 |
| 937 | 2025-04-09T17:29:48.039Z | Downloaded similar v2.7.0 |
| 938 | 2025-04-09T17:29:48.042Z | Downloaded tokio-native-tls v0.3.1 |
| 939 | 2025-04-09T17:29:48.046Z | Downloaded rustversion v1.0.17 |
| 940 | 2025-04-09T17:29:48.049Z | Downloaded globset v0.4.15 |
| 941 | 2025-04-09T17:29:48.049Z | Downloaded darling v0.20.10 |
| 942 | 2025-04-09T17:29:48.053Z | Downloaded pem-rfc7468 v0.7.0 |
| 943 | 2025-04-09T17:29:48.056Z | Downloaded aho-corasick v1.1.3 |
| 944 | 2025-04-09T17:29:48.060Z | Downloaded ron v0.7.1 |
| 945 | 2025-04-09T17:29:48.065Z | Downloaded getrandom v0.2.15 |
| 946 | 2025-04-09T17:29:48.069Z | Downloaded num_enum_derive v0.5.11 |
| 947 | 2025-04-09T17:29:48.072Z | Downloaded filetime v0.2.25 |
| 948 | 2025-04-09T17:29:48.072Z | Downloaded parking_lot v0.12.3 |
| 949 | 2025-04-09T17:29:48.075Z | Downloaded toml_edit v0.19.15 |
| 950 | 2025-04-09T17:29:48.092Z | Downloaded psl-types v2.0.11 |
| 951 | 2025-04-09T17:29:48.096Z | Downloaded hkdf v0.12.4 |
| 952 | 2025-04-09T17:29:48.096Z | Downloaded newtype_derive v0.1.6 |
| 953 | 2025-04-09T17:29:48.096Z | Downloaded serde_plain v1.0.2 |
| 954 | 2025-04-09T17:29:48.099Z | Downloaded rand_core v0.6.4 |
| 955 | 2025-04-09T17:29:48.099Z | Downloaded rand_chacha v0.9.0 |
| 956 | 2025-04-09T17:29:48.107Z | Downloaded olpc-cjson v0.1.4 |
| 957 | 2025-04-09T17:29:48.107Z | Downloaded num_enum v0.5.11 |
| 958 | 2025-04-09T17:29:48.110Z | Downloaded sqlformat v0.2.6 |
| 959 | 2025-04-09T17:29:48.110Z | Downloaded spki v0.7.3 |
| 960 | 2025-04-09T17:29:48.110Z | Downloaded fixedbitset v0.5.7 |
| 961 | 2025-04-09T17:29:48.113Z | Downloaded minimal-lexical v0.2.1 |
| 962 | 2025-04-09T17:29:48.117Z | Downloaded futures-executor v0.3.31 |
| 963 | 2025-04-09T17:29:48.117Z | Downloaded spin v0.9.8 |
| 964 | 2025-04-09T17:29:48.120Z | Downloaded pin-project-lite v0.2.14 |
| 965 | 2025-04-09T17:29:48.124Z | Downloaded time-core v0.1.2 |
| 966 | 2025-04-09T17:29:48.128Z | Downloaded unicase v2.7.0 |
| 967 | 2025-04-09T17:29:48.128Z | Downloaded tokio-rustls v0.24.1 |
| 968 | 2025-04-09T17:29:48.131Z | Downloaded group v0.13.0 |
| 969 | 2025-04-09T17:29:48.134Z | Downloaded expectorate v1.1.0 |
| 970 | 2025-04-09T17:29:48.134Z | Downloaded zeroize v1.8.1 |
| 971 | 2025-04-09T17:29:48.137Z | Downloaded structmeta v0.3.0 |
| 972 | 2025-04-09T17:29:48.137Z | Downloaded quinn v0.11.5 |
| 973 | 2025-04-09T17:29:48.140Z | Downloaded parse-zoneinfo v0.3.1 |
| 974 | 2025-04-09T17:29:48.143Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 975 | 2025-04-09T17:29:48.143Z | Downloaded blake3 v1.5.4 |
| 976 | 2025-04-09T17:29:48.153Z | Downloaded dropshot_endpoint v0.12.0 |
| 977 | 2025-04-09T17:29:48.156Z | Downloaded tower v0.5.2 |
| 978 | 2025-04-09T17:29:48.166Z | Downloaded same-file v1.0.6 |
| 979 | 2025-04-09T17:29:48.169Z | Downloaded rtoolbox v0.0.2 |
| 980 | 2025-04-09T17:29:48.169Z | Downloaded unicode-properties v0.1.3 |
| 981 | 2025-04-09T17:29:48.169Z | Downloaded pin-project v1.1.6 |
| 982 | 2025-04-09T17:29:48.179Z | Downloaded form_urlencoded v1.2.1 |
| 983 | 2025-04-09T17:29:48.183Z | Downloaded mio v1.0.2 |
| 984 | 2025-04-09T17:29:48.186Z | Downloaded pin-project-internal v1.1.6 |
| 985 | 2025-04-09T17:29:48.191Z | Downloaded xz2 v0.1.7 |
| 986 | 2025-04-09T17:29:48.191Z | Downloaded shlex v1.3.0 |
| 987 | 2025-04-09T17:29:48.194Z | Downloaded russh-keys v0.45.0 |
| 988 | 2025-04-09T17:29:48.194Z | Downloaded diff v0.1.13 |
| 989 | 2025-04-09T17:29:48.197Z | Downloaded daft v0.1.3 |
| 990 | 2025-04-09T17:29:48.212Z | Downloaded unsafe-libyaml v0.2.11 |
| 991 | 2025-04-09T17:29:48.215Z | Downloaded rand v0.9.0 |
| 992 | 2025-04-09T17:29:48.215Z | Downloaded qorb v0.2.1 |
| 993 | 2025-04-09T17:29:48.215Z | Downloaded value-bag v1.9.0 |
| 994 | 2025-04-09T17:29:48.215Z | Downloaded uzers v0.12.1 |
| 995 | 2025-04-09T17:29:48.218Z | Downloaded derive_builder v0.20.2 |
| 996 | 2025-04-09T17:29:48.222Z | Downloaded schemars_derive v0.8.22 |
| 997 | 2025-04-09T17:29:48.227Z | Downloaded pin-utils v0.1.0 |
| 998 | 2025-04-09T17:29:48.227Z | Downloaded peg v0.8.5 |
| 999 | 2025-04-09T17:29:48.232Z | Downloaded packed_struct_codegen v0.10.1 |
| 1000 | 2025-04-09T17:29:48.232Z | Downloaded rcgen v0.12.1 |
| 1001 | 2025-04-09T17:29:48.238Z | Downloaded rayon-core v1.12.1 |
| 1002 | 2025-04-09T17:29:48.241Z | Downloaded thiserror-no-std v2.0.2 |
| 1003 | 2025-04-09T17:29:48.241Z | Downloaded parse-display-derive v0.10.0 |
| 1004 | 2025-04-09T17:29:48.244Z | Downloaded serde_path_to_error v0.1.16 |
| 1005 | 2025-04-09T17:29:48.244Z | Downloaded fatfs v0.3.6 |
| 1006 | 2025-04-09T17:29:48.251Z | Downloaded publicsuffix v2.3.0 |
| 1007 | 2025-04-09T17:29:48.254Z | Downloaded aws-lc-rs v1.12.4 |
| 1008 | 2025-04-09T17:29:48.260Z | Downloaded polyval v0.6.2 |
| 1009 | 2025-04-09T17:29:48.265Z | Downloaded fs_extra v1.3.0 |
| 1010 | 2025-04-09T17:29:48.265Z | Downloaded flagset v0.4.6 |
| 1011 | 2025-04-09T17:29:48.265Z | Downloaded nibble_vec v0.1.0 |
| 1012 | 2025-04-09T17:29:48.265Z | Downloaded daft-derive v0.1.3 |
| 1013 | 2025-04-09T17:29:48.272Z | Downloaded hashbrown v0.13.2 |
| 1014 | 2025-04-09T17:29:48.276Z | Downloaded unicode_categories v0.1.1 |
| 1015 | 2025-04-09T17:29:48.285Z | Downloaded hashbrown v0.12.3 |
| 1016 | 2025-04-09T17:29:48.289Z | Downloaded tough v0.20.0 |
| 1017 | 2025-04-09T17:29:48.292Z | Downloaded parking_lot_core v0.8.6 |
| 1018 | 2025-04-09T17:29:48.292Z | Downloaded tls_codec v0.4.1 |
| 1019 | 2025-04-09T17:29:48.295Z | Downloaded time-macros v0.2.18 |
| 1020 | 2025-04-09T17:29:48.300Z | Downloaded des v0.8.1 |
| 1021 | 2025-04-09T17:29:48.300Z | Downloaded darling_core v0.20.10 |
| 1022 | 2025-04-09T17:29:48.303Z | Downloaded zerocopy v0.6.6 |
| 1023 | 2025-04-09T17:29:48.308Z | Downloaded icu_properties_data v1.5.0 |
| 1024 | 2025-04-09T17:29:48.316Z | Downloaded pkcs5 v0.7.1 |
| 1025 | 2025-04-09T17:29:48.321Z | Downloaded pkcs1 v0.7.5 |
| 1026 | 2025-04-09T17:29:48.325Z | Downloaded progenitor-impl v0.9.1 |
| 1027 | 2025-04-09T17:29:48.325Z | Downloaded futures v0.3.31 |
| 1028 | 2025-04-09T17:29:48.330Z | Downloaded zerocopy-derive v0.8.10 |
| 1029 | 2025-04-09T17:29:48.337Z | Downloaded displaydoc v0.2.5 |
| 1030 | 2025-04-09T17:29:48.341Z | Downloaded unicode-bidi v0.3.17 |
| 1031 | 2025-04-09T17:29:48.346Z | Downloaded tokio-util v0.7.13 |
| 1032 | 2025-04-09T17:29:48.351Z | Downloaded rsa v0.9.6 |
| 1033 | 2025-04-09T17:29:48.354Z | Downloaded num-bigint-dig v0.8.4 |
| 1034 | 2025-04-09T17:29:48.359Z | Downloaded samael v0.0.18 |
| 1035 | 2025-04-09T17:29:48.366Z | Downloaded num-traits v0.2.19 |
| 1036 | 2025-04-09T17:29:48.369Z | Downloaded bindgen v0.71.1 |
| 1037 | 2025-04-09T17:29:48.375Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1038 | 2025-04-09T17:29:48.380Z | Downloaded dropshot_endpoint v0.16.0 |
| 1039 | 2025-04-09T17:29:48.384Z | Downloaded rustyline v14.0.0 |
| 1040 | 2025-04-09T17:29:48.389Z | Downloaded futures-util v0.3.31 |
| 1041 | 2025-04-09T17:29:48.401Z | Downloaded unicode-segmentation v1.12.0 |
| 1042 | 2025-04-09T17:29:48.405Z | Downloaded bitvec v1.0.1 |
| 1043 | 2025-04-09T17:29:48.421Z | Downloaded rand v0.8.5 |
| 1044 | 2025-04-09T17:29:48.424Z | Downloaded chrono v0.4.40 |
| 1045 | 2025-04-09T17:29:48.432Z | Downloaded bindgen v0.69.5 |
| 1046 | 2025-04-09T17:29:48.439Z | Downloaded rustls-webpki v0.101.7 |
| 1047 | 2025-04-09T17:29:48.455Z | Downloaded zip v2.6.1 |
| 1048 | 2025-04-09T17:29:48.458Z | Downloaded rayon v1.10.0 |
| 1049 | 2025-04-09T17:29:48.467Z | Downloaded sqlparser v0.45.0 |
| 1050 | 2025-04-09T17:29:48.473Z | Downloaded winnow v0.6.20 |
| 1051 | 2025-04-09T17:29:48.481Z | Downloaded winnow v0.5.40 |
| 1052 | 2025-04-09T17:29:48.490Z | Downloaded typed-path v0.9.3 |
| 1053 | 2025-04-09T17:29:48.496Z | Downloaded p521 v0.13.3 |
| 1054 | 2025-04-09T17:29:48.499Z | Downloaded rustls-webpki v0.102.8 |
| 1055 | 2025-04-09T17:29:48.518Z | Downloaded serde_with v3.12.0 |
| 1056 | 2025-04-09T17:29:48.526Z | Downloaded quick-xml v0.37.2 |
| 1057 | 2025-04-09T17:29:48.532Z | Downloaded openssl v0.10.72 |
| 1058 | 2025-04-09T17:29:48.542Z | Downloaded unicode-width v0.2.0 |
| 1059 | 2025-04-09T17:29:48.548Z | Downloaded petname v2.0.2 |
| 1060 | 2025-04-09T17:29:48.553Z | Downloaded p384 v0.13.0 |
| 1061 | 2025-04-09T17:29:48.560Z | Downloaded time v0.3.36 |
| 1062 | 2025-04-09T17:29:48.567Z | Downloaded h2 v0.4.6 |
| 1063 | 2025-04-09T17:29:48.575Z | Downloaded proptest v1.6.0 |
| 1064 | 2025-04-09T17:29:48.583Z | Downloaded rustls v0.21.12 |
| 1065 | 2025-04-09T17:29:48.595Z | Downloaded regex-syntax v0.6.29 |
| 1066 | 2025-04-09T17:29:48.602Z | Downloaded regex v1.11.1 |
| 1067 | 2025-04-09T17:29:48.615Z | Downloaded dropshot v0.12.0 |
| 1068 | 2025-04-09T17:29:48.634Z | Downloaded portable-atomic v1.11.0 |
| 1069 | 2025-04-09T17:29:48.641Z | Downloaded object v0.30.4 |
| 1070 | 2025-04-09T17:29:48.651Z | Downloaded curve25519-dalek v4.1.3 |
| 1071 | 2025-04-09T17:29:48.660Z | Downloaded radix_trie v0.2.1 |
| 1072 | 2025-04-09T17:29:48.665Z | Downloaded hickory-proto v0.24.4 |
| 1073 | 2025-04-09T17:29:48.682Z | Downloaded rustls v0.23.19 |
| 1074 | 2025-04-09T17:29:48.693Z | Downloaded chrono-tz v0.10.3 |
| 1075 | 2025-04-09T17:29:48.702Z | Downloaded nix v0.28.0 |
| 1076 | 2025-04-09T17:29:48.714Z | Downloaded zerocopy v0.8.10 |
| 1077 | 2025-04-09T17:29:48.740Z | Downloaded nix v0.27.1 |
| 1078 | 2025-04-09T17:29:48.751Z | Downloaded nix v0.29.0 |
| 1079 | 2025-04-09T17:29:48.763Z | Downloaded regex-syntax v0.8.5 |
| 1080 | 2025-04-09T17:29:48.771Z | Downloaded regress v0.10.3 |
| 1081 | 2025-04-09T17:29:48.781Z | Downloaded vcpkg v0.2.15 |
| 1082 | 2025-04-09T17:29:48.821Z | Downloaded typify-impl v0.3.0 |
| 1083 | 2025-04-09T17:29:48.837Z | Downloaded polar-core v0.27.3 |
| 1084 | 2025-04-09T17:29:48.846Z | Downloaded diesel v2.2.8 |
| 1085 | 2025-04-09T17:29:48.866Z | Downloaded object v0.36.5 |
| 1086 | 2025-04-09T17:29:48.877Z | Downloaded sled v0.34.7 |
| 1087 | 2025-04-09T17:29:48.889Z | Downloaded dropshot v0.16.0 |
| 1088 | 2025-04-09T17:29:48.911Z | Downloaded typify-impl v0.2.0 |
| 1089 | 2025-04-09T17:29:48.927Z | Downloaded openapiv3 v2.0.0 |
| 1090 | 2025-04-09T17:29:48.940Z | Downloaded bstr v1.10.0 |
| 1091 | 2025-04-09T17:29:48.951Z | Downloaded rustls v0.22.4 |
| 1092 | 2025-04-09T17:29:48.965Z | Downloaded git2 v0.19.0 |
| 1093 | 2025-04-09T17:29:48.974Z | Downloaded webpki-roots v0.26.6 |
| 1094 | 2025-04-09T17:29:48.979Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1095 | 2025-04-09T17:29:48.993Z | Downloaded ratatui v0.29.0 |
| 1096 | 2025-04-09T17:29:49.016Z | Downloaded zerocopy-derive v0.6.6 |
| 1097 | 2025-04-09T17:29:49.025Z | Downloaded jiff v0.2.6 |
| 1098 | 2025-04-09T17:29:49.045Z | Downloaded regex-automata v0.4.8 |
| 1099 | 2025-04-09T17:29:49.064Z | Downloaded smoltcp v0.9.1 |
| 1100 | 2025-04-09T17:29:49.075Z | Downloaded smoltcp v0.11.0 |
| 1101 | 2025-04-09T17:29:49.088Z | Downloaded nom v7.1.3 |
| 1102 | 2025-04-09T17:29:49.094Z | Downloaded tabled v0.18.0 |
| 1103 | 2025-04-09T17:29:49.110Z | Downloaded gimli v0.31.1 |
| 1104 | 2025-04-09T17:29:49.119Z | Downloaded lzma-sys v0.1.20 |
| 1105 | 2025-04-09T17:29:49.149Z | Downloaded petgraph v0.6.5 |
| 1106 | 2025-04-09T17:29:49.168Z | Downloaded libz-sys v1.1.20 |
| 1107 | 2025-04-09T17:29:49.189Z | Downloaded petgraph v0.7.1 |
| 1108 | 2025-04-09T17:29:49.208Z | Downloaded csv v1.3.1 |
| 1109 | 2025-04-09T17:29:49.228Z | Downloaded reqwest v0.12.12 |
| 1110 | 2025-04-09T17:29:49.237Z | Downloaded sha3 v0.10.8 |
| 1111 | 2025-04-09T17:29:49.241Z | Downloaded quinn-proto v0.11.8 |
| 1112 | 2025-04-09T17:29:49.247Z | Downloaded zip v0.6.6 |
| 1113 | 2025-04-09T17:29:49.250Z | Downloaded lalrpop v0.19.12 |
| 1114 | 2025-04-09T17:29:49.262Z | Downloaded embedded-io v0.4.0 |
| 1115 | 2025-04-09T17:29:49.266Z | Downloaded dsl_auto_type v0.1.2 |
| 1116 | 2025-04-09T17:29:49.266Z | Downloaded tokio v1.43.1 |
| 1117 | 2025-04-09T17:29:49.302Z | Downloaded signature v2.2.0 |
| 1118 | 2025-04-09T17:29:49.305Z | Downloaded signal-hook-mio v0.2.4 |
| 1119 | 2025-04-09T17:29:49.305Z | Downloaded xshell v0.2.7 |
| 1120 | 2025-04-09T17:29:49.305Z | Downloaded ed25519-dalek v2.1.1 |
| 1121 | 2025-04-09T17:29:49.308Z | Downloaded progenitor-macro v0.9.1 |
| 1122 | 2025-04-09T17:29:49.311Z | Downloaded zerovec-derive v0.10.3 |
| 1123 | 2025-04-09T17:29:49.311Z | Downloaded zeroize_derive v1.4.2 |
| 1124 | 2025-04-09T17:29:49.311Z | Downloaded tokio-macros v2.5.0 |
| 1125 | 2025-04-09T17:29:49.316Z | Downloaded tls_codec_derive v0.4.1 |
| 1126 | 2025-04-09T17:29:49.316Z | Downloaded thread_local v1.1.8 |
| 1127 | 2025-04-09T17:29:49.316Z | Downloaded futures-macro v0.3.31 |
| 1128 | 2025-04-09T17:29:49.322Z | Downloaded resolv-conf v0.7.0 |
| 1129 | 2025-04-09T17:29:49.322Z | Downloaded zerovec v0.10.4 |
| 1130 | 2025-04-09T17:29:49.325Z | Downloaded salty v0.3.0 |
| 1131 | 2025-04-09T17:29:49.329Z | Downloaded unicode-normalization v0.1.24 |
| 1132 | 2025-04-09T17:29:49.332Z | Downloaded test-strategy v0.4.0 |
| 1133 | 2025-04-09T17:29:49.336Z | Downloaded num-bigint v0.4.6 |
| 1134 | 2025-04-09T17:29:49.340Z | Downloaded flume v0.11.1 |
| 1135 | 2025-04-09T17:29:49.343Z | Downloaded tungstenite v0.23.0 |
| 1136 | 2025-04-09T17:29:49.347Z | Downloaded steno v0.4.1 |
| 1137 | 2025-04-09T17:29:49.350Z | Downloaded schemars v0.8.22 |
| 1138 | 2025-04-09T17:29:49.361Z | Downloaded pkcs8 v0.10.2 |
| 1139 | 2025-04-09T17:29:49.364Z | Downloaded tracing v0.1.40 |
| 1140 | 2025-04-09T17:29:49.367Z | Downloaded postcard v1.0.10 |
| 1141 | 2025-04-09T17:29:49.370Z | Downloaded parking_lot v0.11.2 |
| 1142 | 2025-04-09T17:29:49.373Z | Downloaded tokio-postgres v0.7.13 |
| 1143 | 2025-04-09T17:29:49.376Z | Downloaded x509-cert v0.2.5 |
| 1144 | 2025-04-09T17:29:49.384Z | Downloaded flate2 v1.1.0 |
| 1145 | 2025-04-09T17:29:49.387Z | Downloaded postgres-protocol v0.6.8 |
| 1146 | 2025-04-09T17:29:49.390Z | Downloaded vergen v8.3.2 |
| 1147 | 2025-04-09T17:29:49.394Z | Downloaded subprocess v0.2.9 |
| 1148 | 2025-04-09T17:29:49.394Z | Downloaded papergrid v0.14.0 |
| 1149 | 2025-04-09T17:29:49.397Z | Downloaded encoding_rs v0.8.34 |
| 1150 | 2025-04-09T17:29:49.418Z | Downloaded tokio-rustls v0.26.0 |
| 1151 | 2025-04-09T17:29:49.421Z | Downloaded stable_deref_trait v1.2.0 |
| 1152 | 2025-04-09T17:29:49.421Z | Downloaded miniz_oxide v0.8.5 |
| 1153 | 2025-04-09T17:29:49.424Z | Downloaded prettyplease v0.2.30 |
| 1154 | 2025-04-09T17:29:49.432Z | Downloaded libxml v0.3.3 |
| 1155 | 2025-04-09T17:29:49.432Z | Downloaded itertools v0.13.0 |
| 1156 | 2025-04-09T17:29:49.440Z | Downloaded xattr v1.3.1 |
| 1157 | 2025-04-09T17:29:49.443Z | Downloaded utf16_iter v1.0.5 |
| 1158 | 2025-04-09T17:29:49.443Z | Downloaded icu_collections v1.5.0 |
| 1159 | 2025-04-09T17:29:49.447Z | Downloaded compact_str v0.8.0 |
| 1160 | 2025-04-09T17:29:49.450Z | Downloaded env_logger v0.10.2 |
| 1161 | 2025-04-09T17:29:49.453Z | Downloaded derive_builder_core v0.20.2 |
| 1162 | 2025-04-09T17:29:49.456Z | Downloaded paste v1.0.15 |
| 1163 | 2025-04-09T17:29:49.459Z | Downloaded ring v0.17.11 |
| 1164 | 2025-04-09T17:29:49.498Z | Downloaded heapless v0.8.0 |
| 1165 | 2025-04-09T17:29:49.502Z | Downloaded base64 v0.21.7 |
| 1166 | 2025-04-09T17:29:49.505Z | Downloaded allocator-api2 v0.2.18 |
| 1167 | 2025-04-09T17:29:49.508Z | Downloaded utf-8 v0.7.6 |
| 1168 | 2025-04-09T17:29:49.511Z | Downloaded tui-tree-widget v0.23.0 |
| 1169 | 2025-04-09T17:29:49.511Z | Downloaded tiny-keccak v2.0.2 |
| 1170 | 2025-04-09T17:29:49.514Z | Downloaded heapless v0.7.17 |
| 1171 | 2025-04-09T17:29:49.518Z | Downloaded crossbeam-utils v0.8.21 |
| 1172 | 2025-04-09T17:29:49.521Z | Downloaded icu_locid v1.5.0 |
| 1173 | 2025-04-09T17:29:49.524Z | Downloaded cookie v0.18.1 |
| 1174 | 2025-04-09T17:29:49.527Z | Downloaded strum_macros v0.24.3 |
| 1175 | 2025-04-09T17:29:49.527Z | Downloaded shell-words v1.1.0 |
| 1176 | 2025-04-09T17:29:49.530Z | Downloaded const-oid v0.9.6 |
| 1177 | 2025-04-09T17:29:49.530Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1178 | 2025-04-09T17:29:49.585Z | Downloaded argon2 v0.5.3 |
| 1179 | 2025-04-09T17:29:49.589Z | Downloaded scopeguard v1.2.0 |
| 1180 | 2025-04-09T17:29:49.589Z | Downloaded highway v1.3.0 |
| 1181 | 2025-04-09T17:29:49.592Z | Downloaded async-bb8-diesel v0.2.1 |
| 1182 | 2025-04-09T17:29:49.592Z | Downloaded hyper-rustls v0.27.3 |
| 1183 | 2025-04-09T17:29:49.596Z | Downloaded chacha20 v0.9.1 |
| 1184 | 2025-04-09T17:29:49.596Z | Downloaded bzip2 v0.4.4 |
| 1185 | 2025-04-09T17:29:49.599Z | Downloaded console v0.15.10 |
| 1186 | 2025-04-09T17:29:49.603Z | Downloaded idna_adapter v1.2.0 |
| 1187 | 2025-04-09T17:29:49.603Z | Downloaded libscf-sys v1.1.0 |
| 1188 | 2025-04-09T17:29:49.603Z | Downloaded managed v0.8.0 |
| 1189 | 2025-04-09T17:29:49.603Z | Downloaded lalrpop-util v0.19.12 |
| 1190 | 2025-04-09T17:29:49.607Z | Downloaded keccak v0.1.5 |
| 1191 | 2025-04-09T17:29:49.608Z | Downloaded humantime v2.1.0 |
| 1192 | 2025-04-09T17:29:49.608Z | Downloaded hostname v0.4.0 |
| 1193 | 2025-04-09T17:29:49.608Z | Downloaded http-body-util v0.1.3 |
| 1194 | 2025-04-09T17:29:49.611Z | Downloaded ciborium-ll v0.2.2 |
| 1195 | 2025-04-09T17:29:49.611Z | Downloaded convert_case v0.4.0 |
| 1196 | 2025-04-09T17:29:49.611Z | Downloaded cmake v0.1.51 |
| 1197 | 2025-04-09T17:29:49.611Z | Downloaded block-padding v0.3.3 |
| 1198 | 2025-04-09T17:29:49.614Z | Downloaded ipnetwork v0.21.1 |
| 1199 | 2025-04-09T17:29:49.614Z | Downloaded instability v0.3.2 |
| 1200 | 2025-04-09T17:29:49.614Z | Downloaded httpdate v1.0.3 |
| 1201 | 2025-04-09T17:29:49.618Z | Downloaded home v0.5.9 |
| 1202 | 2025-04-09T17:29:49.618Z | Downloaded cassowary v0.3.0 |
| 1203 | 2025-04-09T17:29:49.618Z | Downloaded constant_time_eq v0.3.1 |
| 1204 | 2025-04-09T17:29:49.621Z | Downloaded cipher v0.4.4 |
| 1205 | 2025-04-09T17:29:50.082Z | Downloaded aws-lc-sys v0.26.0 |
| 1206 | 2025-04-09T17:29:50.399Z | Compiling serde v1.0.219 |
| 1207 | 2025-04-09T17:29:50.402Z | Compiling value-bag v1.9.0 |
| 1208 | 2025-04-09T17:29:50.402Z | Compiling lock_api v0.4.12 |
| 1209 | 2025-04-09T17:29:50.402Z | Compiling scopeguard v1.2.0 |
| 1210 | 2025-04-09T17:29:50.402Z | Compiling typenum v1.17.0 |
| 1211 | 2025-04-09T17:29:50.402Z | Compiling generic-array v0.14.7 |
| 1212 | 2025-04-09T17:29:50.612Z | Compiling syn v2.0.98 |
| 1213 | 2025-04-09T17:29:50.615Z | Compiling getrandom v0.2.15 |
| 1214 | 2025-04-09T17:29:50.703Z | Compiling shlex v1.3.0 |
| 1215 | 2025-04-09T17:29:50.971Z | Compiling log v0.4.22 |
| 1216 | 2025-04-09T17:29:51.001Z | Compiling rand_core v0.6.4 |
| 1217 | 2025-04-09T17:29:51.041Z | Compiling jobserver v0.1.32 |
| 1218 | 2025-04-09T17:29:51.094Z | Compiling subtle v2.6.1 |
| 1219 | 2025-04-09T17:29:51.127Z | Compiling smallvec v1.14.0 |
| 1220 | 2025-04-09T17:29:51.413Z | Compiling const-oid v0.9.6 |
| 1221 | 2025-04-09T17:29:51.461Z | Compiling cc v1.2.15 |
| 1222 | 2025-04-09T17:29:51.486Z | Compiling pin-project-lite v0.2.14 |
| 1223 | 2025-04-09T17:29:51.525Z | Compiling rustix v0.38.37 |
| 1224 | 2025-04-09T17:29:51.626Z | Compiling parking_lot_core v0.9.10 |
| 1225 | 2025-04-09T17:29:51.714Z | Compiling signal-hook-registry v1.4.2 |
| 1226 | 2025-04-09T17:29:51.833Z | Compiling stable_deref_trait v1.2.0 |
| 1227 | 2025-04-09T17:29:51.960Z | Compiling mio v1.0.2 |
| 1228 | 2025-04-09T17:29:52.345Z | Compiling spin v0.9.8 |
| 1229 | 2025-04-09T17:29:52.373Z | Compiling futures-core v0.3.31 |
| 1230 | 2025-04-09T17:29:52.610Z | Compiling parking_lot v0.12.3 |
| 1231 | 2025-04-09T17:29:52.648Z | Compiling aho-corasick v1.1.3 |
| 1232 | 2025-04-09T17:29:52.706Z | Compiling libm v0.2.8 |
| 1233 | 2025-04-09T17:29:52.836Z | Compiling either v1.14.0 |
| 1234 | 2025-04-09T17:29:52.961Z | Compiling cpufeatures v0.2.14 |
| 1235 | 2025-04-09T17:29:53.127Z | Compiling pkg-config v0.3.31 |
| 1236 | 2025-04-09T17:29:53.147Z | Compiling regex-syntax v0.8.5 |
| 1237 | 2025-04-09T17:29:53.284Z | Compiling serde_json v1.0.140 |
| 1238 | 2025-04-09T17:29:53.505Z | Compiling socket2 v0.5.9 |
| 1239 | 2025-04-09T17:29:53.533Z | Compiling num-traits v0.2.19 |
| 1240 | 2025-04-09T17:29:53.659Z | Compiling glob v0.3.2 |
| 1241 | 2025-04-09T17:29:54.441Z | Compiling futures-sink v0.3.31 |
| 1242 | 2025-04-09T17:29:54.460Z | Compiling prettyplease v0.2.30 |
| 1243 | 2025-04-09T17:29:54.536Z | Compiling clang-sys v1.8.1 |
| 1244 | 2025-04-09T17:29:54.612Z | Compiling getrandom v0.3.1 |
| 1245 | 2025-04-09T17:29:54.841Z | Compiling lazy_static v1.5.0 |
| 1246 | 2025-04-09T17:29:54.987Z | Compiling slab v0.4.9 |
| 1247 | 2025-04-09T17:29:55.345Z | Compiling foldhash v0.1.3 |
| 1248 | 2025-04-09T17:29:55.365Z | Compiling allocator-api2 v0.2.18 |
| 1249 | 2025-04-09T17:29:55.432Z | Compiling minimal-lexical v0.2.1 |
| 1250 | 2025-04-09T17:29:55.808Z | Compiling libloading v0.8.5 |
| 1251 | 2025-04-09T17:29:55.870Z | Compiling nom v7.1.3 |
| 1252 | 2025-04-09T17:29:55.945Z | Compiling home v0.5.9 |
| 1253 | 2025-04-09T17:29:56.141Z | Compiling hashbrown v0.15.1 |
| 1254 | 2025-04-09T17:29:56.166Z | Compiling bindgen v0.69.5 |
| 1255 | 2025-04-09T17:29:56.170Z | Compiling base64ct v1.6.0 |
| 1256 | 2025-04-09T17:29:56.799Z | Compiling pem-rfc7468 v0.7.0 |
| 1257 | 2025-04-09T17:29:57.005Z | Compiling regex-automata v0.4.8 |
| 1258 | 2025-04-09T17:29:57.320Z | Compiling itertools v0.12.1 |
| 1259 | 2025-04-09T17:29:57.411Z | Compiling litemap v0.7.3 |
| 1260 | 2025-04-09T17:29:57.621Z | Compiling writeable v0.5.5 |
| 1261 | 2025-04-09T17:29:57.787Z | Compiling rustc-hash v1.1.0 |
| 1262 | 2025-04-09T17:29:57.955Z | Compiling synstructure v0.13.1 |
| 1263 | 2025-04-09T17:29:59.182Z | Compiling cexpr v0.6.0 |
| 1264 | 2025-04-09T17:29:59.216Z | Compiling flagset v0.4.6 |
| 1265 | 2025-04-09T17:29:59.379Z | Compiling lazycell v1.3.0 |
| 1266 | 2025-04-09T17:29:59.442Z | Compiling futures-channel v0.3.31 |
| 1267 | 2025-04-09T17:29:59.548Z | Compiling cmake v0.1.51 |
| 1268 | 2025-04-09T17:29:59.829Z | Compiling pin-utils v0.1.0 |
| 1269 | 2025-04-09T17:29:59.937Z | Compiling fs_extra v1.3.0 |
| 1270 | 2025-04-09T17:30:00.143Z | Compiling futures-task v0.3.31 |
| 1271 | 2025-04-09T17:30:00.385Z | Compiling futures-io v0.3.31 |
| 1272 | 2025-04-09T17:30:00.448Z | Compiling dunce v1.0.5 |
| 1273 | 2025-04-09T17:30:00.451Z | Compiling paste v1.0.15 |
| 1274 | 2025-04-09T17:30:00.600Z | Compiling icu_locid_transform_data v1.5.0 |
| 1275 | 2025-04-09T17:30:00.677Z | Compiling vcpkg v0.2.15 |
| 1276 | 2025-04-09T17:30:00.698Z | Compiling crossbeam-utils v0.8.21 |
| 1277 | 2025-04-09T17:30:00.718Z | Compiling icu_properties_data v1.5.0 |
| 1278 | 2025-04-09T17:30:00.959Z | Compiling ring v0.17.11 |
| 1279 | 2025-04-09T17:30:00.980Z | Compiling tracing-core v0.1.32 |
| 1280 | 2025-04-09T17:30:01.264Z | Compiling utf16_iter v1.0.5 |
| 1281 | 2025-04-09T17:30:01.482Z | Compiling percent-encoding v2.3.1 |
| 1282 | 2025-04-09T17:30:01.805Z | Compiling regex v1.11.1 |
| 1283 | 2025-04-09T17:30:01.984Z | Compiling write16 v1.0.0 |
| 1284 | 2025-04-09T17:30:02.054Z | Compiling iana-time-zone v0.1.61 |
| 1285 | 2025-04-09T17:30:02.131Z | Compiling utf8_iter v1.0.4 |
| 1286 | 2025-04-09T17:30:02.182Z | Compiling zerocopy v0.8.10 |
| 1287 | 2025-04-09T17:30:02.310Z | Compiling openssl-sys v0.9.107 |
| 1288 | 2025-04-09T17:30:02.371Z | Compiling aws-lc-rs v1.12.4 |
| 1289 | 2025-04-09T17:30:02.410Z | Compiling icu_normalizer_data v1.5.0 |
| 1290 | 2025-04-09T17:30:02.788Z | Compiling tinyvec_macros v0.1.1 |
| 1291 | 2025-04-09T17:30:02.891Z | Compiling httparse v1.9.5 |
| 1292 | 2025-04-09T17:30:02.979Z | Compiling rustls-pki-types v1.10.0 |
| 1293 | 2025-04-09T17:30:03.057Z | Compiling serde_derive v1.0.219 |
| 1294 | 2025-04-09T17:30:03.337Z | Compiling zeroize_derive v1.4.2 |
| 1295 | 2025-04-09T17:30:03.597Z | Compiling zerocopy-derive v0.7.35 |
| 1296 | 2025-04-09T17:30:03.774Z | Compiling zerofrom-derive v0.1.4 |
| 1297 | 2025-04-09T17:30:03.989Z | Compiling tokio-macros v2.5.0 |
| 1298 | 2025-04-09T17:30:04.670Z | Compiling zeroize v1.8.1 |
| 1299 | 2025-04-09T17:30:05.359Z | Compiling yoke-derive v0.7.4 |
| 1300 | 2025-04-09T17:30:05.390Z | Compiling zerovec-derive v0.10.3 |
| 1301 | 2025-04-09T17:30:05.464Z | Compiling zerocopy v0.7.35 |
| 1302 | 2025-04-09T17:30:06.325Z | Compiling crypto-common v0.1.6 |
| 1303 | 2025-04-09T17:30:06.583Z | Compiling block-buffer v0.10.4 |
| 1304 | 2025-04-09T17:30:06.777Z | Compiling block-padding v0.3.3 |
| 1305 | 2025-04-09T17:30:06.857Z | Compiling digest v0.10.7 |
| 1306 | 2025-04-09T17:30:07.009Z | Compiling inout v0.1.3 |
| 1307 | 2025-04-09T17:30:07.036Z | Compiling zerofrom v0.1.4 |
| 1308 | 2025-04-09T17:30:07.176Z | Compiling displaydoc v0.2.5 |
| 1309 | 2025-04-09T17:30:07.251Z | Compiling hmac v0.12.1 |
| 1310 | 2025-04-09T17:30:07.281Z | Compiling cipher v0.4.4 |
| 1311 | 2025-04-09T17:30:07.296Z | Compiling sha2 v0.10.8 |
| 1312 | 2025-04-09T17:30:07.481Z | Compiling der_derive v0.7.3 |
| 1313 | 2025-04-09T17:30:07.727Z | Compiling thiserror-impl v1.0.69 |
| 1314 | 2025-04-09T17:30:07.748Z | Compiling icu_provider_macros v1.5.0 |
| 1315 | 2025-04-09T17:30:07.843Z | Compiling yoke v0.7.4 |
| 1316 | 2025-04-09T17:30:08.231Z | Compiling zerovec v0.10.4 |
| 1317 | 2025-04-09T17:30:08.249Z | Compiling futures-macro v0.3.31 |
| 1318 | 2025-04-09T17:30:08.693Z | Compiling salsa20 v0.10.2 |
| 1319 | 2025-04-09T17:30:08.813Z | Compiling pbkdf2 v0.12.2 |
| 1320 | 2025-04-09T17:30:08.938Z | Compiling ppv-lite86 v0.2.20 |
| 1321 | 2025-04-09T17:30:08.997Z | Compiling scrypt v0.11.0 |
| 1322 | 2025-04-09T17:30:09.507Z | Compiling aes v0.8.4 |
| 1323 | 2025-04-09T17:30:09.712Z | Compiling cbc v0.1.2 |
| 1324 | 2025-04-09T17:30:09.754Z | Compiling der v0.7.9 |
| 1325 | 2025-04-09T17:30:09.946Z | Compiling tinystr v0.7.6 |
| 1326 | 2025-04-09T17:30:10.131Z | Compiling futures-util v0.3.31 |
| 1327 | 2025-04-09T17:30:10.252Z | Compiling icu_collections v1.5.0 |
| 1328 | 2025-04-09T17:30:10.325Z | Compiling icu_locid v1.5.0 |
| 1329 | 2025-04-09T17:30:10.651Z | Compiling thiserror v1.0.69 |
| 1330 | 2025-04-09T17:30:10.773Z | Compiling pest v2.7.14 |
| 1331 | 2025-04-09T17:30:10.808Z | Compiling tracing-attributes v0.1.27 |
| 1332 | 2025-04-09T17:30:11.490Z | Compiling icu_provider v1.5.0 |
| 1333 | 2025-04-09T17:30:12.204Z | Compiling spki v0.7.3 |
| 1334 | 2025-04-09T17:30:12.208Z | Compiling icu_locid_transform v1.5.0 |
| 1335 | 2025-04-09T17:30:12.397Z | Compiling scroll_derive v0.12.0 |
| 1336 | 2025-04-09T17:30:12.559Z | Compiling pkcs5 v0.7.1 |
| 1337 | 2025-04-09T17:30:12.580Z | Compiling zerocopy-derive v0.8.10 |
| 1338 | 2025-04-09T17:30:13.671Z | Compiling icu_properties v1.5.1 |
| 1339 | 2025-04-09T17:30:13.756Z | Compiling pest_meta v2.7.14 |
| 1340 | 2025-04-09T17:30:13.868Z | Compiling pkcs8 v0.10.2 |
| 1341 | 2025-04-09T17:30:14.050Z | Compiling tracing v0.1.40 |
| 1342 | 2025-04-09T17:30:14.527Z | Compiling scroll v0.12.0 |
| 1343 | 2025-04-09T17:30:14.568Z | Compiling tinyvec v1.8.0 |
| 1344 | 2025-04-09T17:30:14.616Z | Compiling serde_derive_internals v0.29.1 |
| 1345 | 2025-04-09T17:30:15.071Z | Compiling pest_generator v2.7.14 |
| 1346 | 2025-04-09T17:30:15.381Z | Compiling bytes v1.10.1 |
| 1347 | 2025-04-09T17:30:15.680Z | Compiling bitflags v2.9.0 |
| 1348 | 2025-04-09T17:30:16.748Z | Compiling tokio v1.43.1 |
| 1349 | 2025-04-09T17:30:16.788Z | Compiling semver v1.0.25 |
| 1350 | 2025-04-09T17:30:16.925Z | Compiling indexmap v2.7.1 |
| 1351 | 2025-04-09T17:30:17.438Z | Compiling rustc_version v0.4.1 |
| 1352 | 2025-04-09T17:30:17.820Z | Compiling http v1.2.0 |
| 1353 | 2025-04-09T17:30:18.130Z | Compiling uuid v1.16.0 |
| 1354 | 2025-04-09T17:30:18.156Z | Compiling icu_normalizer v1.5.0 |
| 1355 | 2025-04-09T17:30:18.252Z | Compiling chrono v0.4.40 |
| 1356 | 2025-04-09T17:30:18.275Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1357 | 2025-04-09T17:30:18.810Z | Compiling atomic-waker v1.1.2 |
| 1358 | 2025-04-09T17:30:18.954Z | Compiling openssl v0.10.72 |
| 1359 | 2025-04-09T17:30:19.019Z | Compiling untrusted v0.9.0 |
| 1360 | 2025-04-09T17:30:19.219Z | Compiling idna_adapter v1.2.0 |
| 1361 | 2025-04-09T17:30:19.403Z | Compiling http-body v1.0.1 |
| 1362 | 2025-04-09T17:30:19.469Z | Compiling untrusted v0.7.1 |
| 1363 | 2025-04-09T17:30:19.643Z | Compiling which v4.4.2 |
| 1364 | 2025-04-09T17:30:19.670Z | Compiling try-lock v0.2.5 |
| 1365 | 2025-04-09T17:30:19.673Z | Compiling num-conv v0.1.0 |
| 1366 | 2025-04-09T17:30:19.854Z | Compiling foreign-types-shared v0.1.1 |
| 1367 | 2025-04-09T17:30:19.858Z | Compiling time-core v0.1.2 |
| 1368 | 2025-04-09T17:30:19.905Z | Compiling adler2 v2.0.0 |
| 1369 | 2025-04-09T17:30:19.988Z | Compiling powerfmt v0.2.0 |
| 1370 | 2025-04-09T17:30:20.070Z | Compiling schemars v0.8.22 |
| 1371 | 2025-04-09T17:30:20.129Z | Compiling rustversion v1.0.17 |
| 1372 | 2025-04-09T17:30:20.153Z | Compiling miniz_oxide v0.8.5 |
| 1373 | 2025-04-09T17:30:20.363Z | Compiling deranged v0.3.11 |
| 1374 | 2025-04-09T17:30:20.455Z | Compiling time-macros v0.2.18 |
| 1375 | 2025-04-09T17:30:20.632Z | Compiling foreign-types v0.3.2 |
| 1376 | 2025-04-09T17:30:20.743Z | Compiling goblin v0.8.2 |
| 1377 | 2025-04-09T17:30:20.884Z | Compiling want v0.3.1 |
| 1378 | 2025-04-09T17:30:21.186Z | Compiling idna v1.0.3 |
| 1379 | 2025-04-09T17:30:21.685Z | Compiling rand_core v0.9.2 |
| 1380 | 2025-04-09T17:30:22.079Z | Compiling pest_derive v2.7.14 |
| 1381 | 2025-04-09T17:30:22.623Z | Compiling schemars_derive v0.8.22 |
| 1382 | 2025-04-09T17:30:23.362Z | Compiling openssl-macros v0.1.1 |
| 1383 | 2025-04-09T17:30:23.525Z | Compiling form_urlencoded v1.2.1 |
| 1384 | 2025-04-09T17:30:23.847Z | Compiling syn v1.0.109 |
| 1385 | 2025-04-09T17:30:24.107Z | Compiling dyn-clone v1.0.19 |
| 1386 | 2025-04-09T17:30:24.195Z | Compiling httpdate v1.0.3 |
| 1387 | 2025-04-09T17:30:24.326Z | Compiling tower-service v0.3.3 |
| 1388 | 2025-04-09T17:30:24.455Z | Compiling num_threads v0.1.7 |
| 1389 | 2025-04-09T17:30:24.481Z | Compiling native-tls v0.2.12 |
| 1390 | 2025-04-09T17:30:24.602Z | Compiling tokio-util v0.7.13 |
| 1391 | 2025-04-09T17:30:24.625Z | Compiling rustls v0.23.19 |
| 1392 | 2025-04-09T17:30:24.873Z | Compiling time v0.3.36 |
| 1393 | 2025-04-09T17:30:25.528Z | Compiling h2 v0.4.6 |
| 1394 | 2025-04-09T17:30:25.972Z | Compiling dtrace-parser v0.2.0 |
| 1395 | 2025-04-09T17:30:27.795Z | Compiling dof v0.3.0 |
| 1396 | 2025-04-09T17:30:28.914Z | Compiling rand_chacha v0.9.0 |
| 1397 | 2025-04-09T17:30:29.574Z | Compiling heapless v0.7.17 |
| 1398 | 2025-04-09T17:30:29.597Z | Compiling unicode-normalization v0.1.24 |
| 1399 | 2025-04-09T17:30:29.650Z | Compiling rand_chacha v0.3.1 |
| 1400 | 2025-04-09T17:30:30.038Z | Compiling signature v2.2.0 |
| 1401 | 2025-04-09T17:30:30.345Z | Compiling crossbeam-epoch v0.9.18 |
| 1402 | 2025-04-09T17:30:30.582Z | Compiling crc32fast v1.4.2 |
| 1403 | 2025-04-09T17:30:30.695Z | Compiling cookie v0.18.1 |
| 1404 | 2025-04-09T17:30:30.929Z | Compiling slog v2.7.0 |
| 1405 | 2025-04-09T17:30:30.950Z | Compiling unicode-properties v0.1.3 |
| 1406 | 2025-04-09T17:30:30.983Z | Compiling base64 v0.22.1 |
| 1407 | 2025-04-09T17:30:31.012Z | Compiling siphasher v0.3.11 |
| 1408 | 2025-04-09T17:30:31.330Z | Compiling rayon-core v1.12.1 |
| 1409 | 2025-04-09T17:30:31.408Z | Compiling signal-hook v0.3.17 |
| 1410 | 2025-04-09T17:30:31.444Z | Compiling openssl-probe v0.1.5 |
| 1411 | 2025-04-09T17:30:31.643Z | Compiling unicode-bidi v0.3.17 |
| 1412 | 2025-04-09T17:30:31.771Z | Compiling phf_shared v0.11.2 |
| 1413 | 2025-04-09T17:30:31.894Z | Compiling crossbeam-deque v0.8.5 |
| 1414 | 2025-04-09T17:30:31.917Z | Compiling usdt-impl v0.5.0 |
| 1415 | 2025-04-09T17:30:32.158Z | Compiling rand v0.8.5 |
| 1416 | 2025-04-09T17:30:32.257Z | Compiling rand v0.9.0 |
| 1417 | 2025-04-09T17:30:32.346Z | Compiling stringprep v0.1.5 |
| 1418 | 2025-04-09T17:30:32.729Z | Compiling hyper v1.6.0 |
| 1419 | 2025-04-09T17:30:33.254Z | Compiling url v2.5.3 |
| 1420 | 2025-04-09T17:30:33.406Z | Compiling curve25519-dalek v4.1.3 |
| 1421 | 2025-04-09T17:30:33.989Z | Compiling toml_datetime v0.6.8 |
| 1422 | 2025-04-09T17:30:34.107Z | Compiling serde_tokenstream v0.2.2 |
| 1423 | 2025-04-09T17:30:34.221Z | Compiling serde_spanned v0.6.8 |
| 1424 | 2025-04-09T17:30:34.449Z | Compiling md-5 v0.10.6 |
| 1425 | 2025-04-09T17:30:34.480Z | Compiling num-integer v0.1.46 |
| 1426 | 2025-04-09T17:30:34.687Z | Compiling hash32 v0.2.1 |
| 1427 | 2025-04-09T17:30:34.741Z | Compiling ff v0.13.0 |
| 1428 | 2025-04-09T17:30:34.985Z | Compiling memoffset v0.9.1 |
| 1429 | 2025-04-09T17:30:35.010Z | Compiling num-bigint-dig v0.8.4 |
| 1430 | 2025-04-09T17:30:35.047Z | Compiling hyper-util v0.1.10 |
| 1431 | 2025-04-09T17:30:35.210Z | Compiling gimli v0.31.1 |
| 1432 | 2025-04-09T17:30:35.235Z | Compiling psl-types v2.0.11 |
| 1433 | 2025-04-09T17:30:35.315Z | Compiling cfg_aliases v0.2.1 |
| 1434 | 2025-04-09T17:30:35.334Z | Compiling base16ct v0.2.0 |
| 1435 | 2025-04-09T17:30:35.427Z | Compiling fallible-iterator v0.2.0 |
| 1436 | 2025-04-09T17:30:35.449Z | Compiling portable-atomic v1.11.0 |
| 1437 | 2025-04-09T17:30:35.641Z | Compiling smoltcp v0.9.1 |
| 1438 | 2025-04-09T17:30:36.109Z | Compiling litrs v0.4.1 |
| 1439 | 2025-04-09T17:30:36.248Z | Compiling newtype-uuid v1.2.1 |
| 1440 | 2025-04-09T17:30:36.301Z | Compiling postgres-protocol v0.6.8 |
| 1441 | 2025-04-09T17:30:36.521Z | Compiling sec1 v0.7.3 |
| 1442 | 2025-04-09T17:30:36.604Z | Compiling nix v0.29.0 |
| 1443 | 2025-04-09T17:30:37.051Z | Compiling publicsuffix v2.3.0 |
| 1444 | 2025-04-09T17:30:37.174Z | Compiling document-features v0.2.10 |
| 1445 | 2025-04-09T17:30:37.448Z | Compiling num-iter v0.1.45 |
| 1446 | 2025-04-09T17:30:37.544Z | Compiling group v0.13.0 |
| 1447 | 2025-04-09T17:30:37.825Z | Compiling tokio-native-tls v0.3.1 |
| 1448 | 2025-04-09T17:30:38.538Z | Compiling flate2 v1.1.0 |
| 1449 | 2025-04-09T17:30:38.851Z | Compiling ipnetwork v0.21.1 |
| 1450 | 2025-04-09T17:30:38.875Z | Compiling http-body-util v0.1.3 |
| 1451 | 2025-04-09T17:30:39.216Z | Compiling addr2line v0.24.2 |
| 1452 | 2025-04-09T17:30:39.238Z | Compiling terminal_size v0.4.0 |
| 1453 | 2025-04-09T17:30:39.339Z | Compiling hkdf v0.12.4 |
| 1454 | 2025-04-09T17:30:39.411Z | Compiling crypto-bigint v0.5.5 |
| 1455 | 2025-04-09T17:30:39.469Z | Compiling webpki-roots v0.26.6 |
| 1456 | 2025-04-09T17:30:39.607Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1457 | 2025-04-09T17:30:39.610Z | Compiling async-trait v0.1.88 |
| 1458 | 2025-04-09T17:30:39.680Z | Compiling zerocopy-derive v0.6.6 |
| 1459 | 2025-04-09T17:30:39.814Z | Compiling sync_wrapper v1.0.1 |
| 1460 | 2025-04-09T17:30:39.903Z | Compiling ahash v0.8.11 |
| 1461 | 2025-04-09T17:30:39.988Z | Compiling fs-err v2.11.0 |
| 1462 | 2025-04-09T17:30:40.259Z | Compiling object v0.36.5 |
| 1463 | 2025-04-09T17:30:40.318Z | Compiling rustc-demangle v0.1.24 |
| 1464 | 2025-04-09T17:30:40.988Z | Compiling bumpalo v3.16.0 |
| 1465 | 2025-04-09T17:30:41.220Z | Compiling zip v2.6.1 |
| 1466 | 2025-04-09T17:30:41.449Z | Compiling unicode-width v0.2.0 |
| 1467 | 2025-04-09T17:30:41.470Z | Compiling tower-layer v0.3.3 |
| 1468 | 2025-04-09T17:30:41.537Z | Compiling anyhow v1.0.97 |
| 1469 | 2025-04-09T17:30:41.761Z | Compiling winnow v0.5.40 |
| 1470 | 2025-04-09T17:30:41.952Z | Compiling lockfree-object-pool v0.1.6 |
| 1471 | 2025-04-09T17:30:41.990Z | Compiling buf-list v1.0.3 |
| 1472 | 2025-04-09T17:30:42.152Z | Compiling ipnet v2.11.0 |
| 1473 | 2025-04-09T17:30:42.207Z | Compiling managed v0.8.0 |
| 1474 | 2025-04-09T17:30:42.586Z | Compiling simd-adler32 v0.3.7 |
| 1475 | 2025-04-09T17:30:43.129Z | Compiling zopfli v0.8.1 |
| 1476 | 2025-04-09T17:30:43.282Z | Compiling elliptic-curve v0.13.8 |
| 1477 | 2025-04-09T17:30:44.548Z | Compiling clap_builder v4.5.32 |
| 1478 | 2025-04-09T17:30:44.575Z | Compiling hubpack_derive v0.1.1 |
| 1479 | 2025-04-09T17:30:44.645Z | Compiling console v0.15.10 |
| 1480 | 2025-04-09T17:30:44.695Z | Compiling tower v0.5.2 |
| 1481 | 2025-04-09T17:30:45.218Z | Compiling toml_edit v0.19.15 |
| 1482 | 2025-04-09T17:30:45.364Z | Compiling zerocopy v0.6.6 |
| 1483 | 2025-04-09T17:30:45.455Z | Compiling hubpack v0.1.2 |
| 1484 | 2025-04-09T17:30:45.520Z | Compiling strum_macros v0.25.3 |
| 1485 | 2025-04-09T17:30:46.076Z | Compiling hyper-tls v0.6.0 |
| 1486 | 2025-04-09T17:30:46.133Z | Compiling oxnet v0.1.1 |
| 1487 | 2025-04-09T17:30:46.468Z | Compiling signal-hook-mio v0.2.4 |
| 1488 | 2025-04-09T17:30:46.652Z | Compiling backtrace v0.3.74 |
| 1489 | 2025-04-09T17:30:46.873Z | Compiling rayon v1.10.0 |
| 1490 | 2025-04-09T17:30:47.263Z | Compiling cookie_store v0.21.1 |
| 1491 | 2025-04-09T17:30:49.226Z | Compiling postgres-types v0.2.9 |
| 1492 | 2025-04-09T17:30:50.489Z | Compiling usdt-attr-macro v0.5.0 |
| 1493 | 2025-04-09T17:30:51.056Z | Compiling usdt-macro v0.5.0 |
| 1494 | 2025-04-09T17:30:51.148Z | Compiling phf v0.11.2 |
| 1495 | 2025-04-09T17:30:51.440Z | Compiling ed25519 v2.2.3 |
| 1496 | 2025-04-09T17:30:51.997Z | Compiling bzip2 v0.4.4 |
| 1497 | 2025-04-09T17:30:52.016Z | Compiling bzip2 v0.5.2 |
| 1498 | 2025-04-09T17:30:52.080Z | Compiling serde_urlencoded v0.7.1 |
| 1499 | 2025-04-09T17:30:52.373Z | Compiling clap_derive v4.5.32 |
| 1500 | 2025-04-09T17:30:52.376Z | Compiling enum-as-inner v0.6.1 |
| 1501 | 2025-04-09T17:30:52.478Z | Compiling serde-big-array v0.5.1 |
| 1502 | 2025-04-09T17:30:52.590Z | Compiling futures-executor v0.3.31 |
| 1503 | 2025-04-09T17:30:52.714Z | Compiling pkcs1 v0.7.5 |
| 1504 | 2025-04-09T17:30:53.098Z | Compiling rfc6979 v0.4.0 |
| 1505 | 2025-04-09T17:30:53.198Z | Compiling rustls-pemfile v2.2.0 |
| 1506 | 2025-04-09T17:30:53.294Z | Compiling serde_repr v0.1.19 |
| 1507 | 2025-04-09T17:30:53.421Z | Compiling daft-derive v0.1.3 |
| 1508 | 2025-04-09T17:30:53.539Z | Compiling bstr v1.10.0 |
| 1509 | 2025-04-09T17:30:53.566Z | Compiling float-cmp v0.10.0 |
| 1510 | 2025-04-09T17:30:53.681Z | Compiling encoding_rs v0.8.34 |
| 1511 | 2025-04-09T17:30:53.824Z | Compiling number_prefix v0.4.0 |
| 1512 | 2025-04-09T17:30:54.105Z | Compiling normalize-line-endings v0.3.0 |
| 1513 | 2025-04-09T17:30:54.290Z | Compiling predicates-core v1.0.8 |
| 1514 | 2025-04-09T17:30:54.402Z | Compiling new_debug_unreachable v1.0.6 |
| 1515 | 2025-04-09T17:30:54.512Z | Compiling data-encoding v2.6.0 |
| 1516 | 2025-04-09T17:30:54.624Z | Compiling static_assertions v1.1.0 |
| 1517 | 2025-04-09T17:30:54.747Z | Compiling precomputed-hash v0.1.1 |
| 1518 | 2025-04-09T17:30:54.883Z | Compiling whoami v1.5.2 |
| 1519 | 2025-04-09T17:30:54.943Z | Compiling fixedbitset v0.4.2 |
| 1520 | 2025-04-09T17:30:55.095Z | Compiling mime v0.3.17 |
| 1521 | 2025-04-09T17:30:55.386Z | Compiling difflib v0.4.0 |
| 1522 | 2025-04-09T17:30:55.450Z | Compiling unicode-segmentation v1.12.0 |
| 1523 | 2025-04-09T17:30:55.652Z | Compiling toml_edit v0.22.24 |
| 1524 | 2025-04-09T17:30:56.319Z | Compiling similar v2.7.0 |
| 1525 | 2025-04-09T17:30:56.360Z | Compiling predicates v3.1.3 |
| 1526 | 2025-04-09T17:30:56.698Z | Compiling petgraph v0.6.5 |
| 1527 | 2025-04-09T17:30:56.881Z | Compiling clap v4.5.32 |
| 1528 | 2025-04-09T17:30:57.014Z | Compiling tokio-postgres v0.7.13 |
| 1529 | 2025-04-09T17:30:57.570Z | Compiling hickory-proto v0.24.4 |
| 1530 | 2025-04-09T17:30:57.793Z | Compiling daft v0.1.3 |
| 1531 | 2025-04-09T17:30:58.300Z | Compiling string_cache v0.8.9 |
| 1532 | 2025-04-09T17:30:58.378Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
| 1533 | 2025-04-09T17:30:58.719Z | Compiling indicatif v0.17.11 |
| 1534 | 2025-04-09T17:31:00.332Z | Compiling usdt v0.5.0 |
| 1535 | 2025-04-09T17:31:00.626Z | Compiling ecdsa v0.16.9 |
| 1536 | 2025-04-09T17:31:00.802Z | Compiling rsa v0.9.6 |
| 1537 | 2025-04-09T17:31:01.444Z | Compiling futures v0.3.31 |
| 1538 | 2025-04-09T17:31:02.315Z | Compiling zip v0.6.6 |
| 1539 | 2025-04-09T17:31:02.500Z | Compiling ed25519-dalek v2.1.1 |
| 1540 | 2025-04-09T17:31:03.582Z | Compiling toml v0.7.8 |
| 1541 | 2025-04-09T17:31:03.758Z | Compiling crossterm v0.28.1 |
| 1542 | 2025-04-09T17:31:04.975Z | Compiling tokio-stream v0.1.17 |
| 1543 | 2025-04-09T17:31:05.036Z | Compiling openapiv3 v2.0.0 |
| 1544 | 2025-04-09T17:31:05.288Z | Compiling x509-cert v0.2.5 |
| 1545 | 2025-04-09T17:31:05.554Z | Compiling sha1 v0.10.6 |
| 1546 | 2025-04-09T17:31:05.944Z | Compiling itertools v0.10.5 |
| 1547 | 2025-04-09T17:31:05.986Z | Compiling dirs-sys-next v0.1.2 |
| 1548 | 2025-04-09T17:31:06.513Z | Compiling unicode-xid v0.2.6 |
| 1549 | 2025-04-09T17:31:06.563Z | Compiling lalrpop-util v0.19.12 |
| 1550 | 2025-04-09T17:31:06.724Z | Compiling peg-runtime v0.8.5 |
| 1551 | 2025-04-09T17:31:06.908Z | Compiling dirs-next v2.0.0 |
| 1552 | 2025-04-09T17:31:06.930Z | Compiling thread_local v1.1.8 |
| 1553 | 2025-04-09T17:31:07.118Z | Compiling slog-async v2.8.0 |
| 1554 | 2025-04-09T17:31:07.318Z | Compiling term v0.7.0 |
| 1555 | 2025-04-09T17:31:07.421Z | Compiling strum_macros v0.26.4 |
| 1556 | 2025-04-09T17:31:07.709Z | Compiling xattr v1.3.1 |
| 1557 | 2025-04-09T17:31:07.999Z | Compiling crossbeam-channel v0.5.13 |
| 1558 | 2025-04-09T17:31:08.391Z | Compiling filetime v0.2.25 |
| 1559 | 2025-04-09T17:31:08.563Z | Compiling is-terminal v0.4.13 |
| 1560 | 2025-04-09T17:31:08.605Z | Compiling take_mut v0.2.2 |
| 1561 | 2025-04-09T17:31:08.710Z | Compiling slog-term v2.9.1 |
| 1562 | 2025-04-09T17:31:08.711Z | Compiling tar v0.4.44 |
| 1563 | 2025-04-09T17:31:08.784Z | Compiling camino v1.1.9 |
| 1564 | 2025-04-09T17:31:11.829Z | Compiling strum v0.26.3 |
| 1565 | 2025-04-09T17:31:15.254Z | Compiling aws-lc-sys v0.26.0 |
| 1566 | 2025-04-09T17:31:44.752Z | Compiling rustls-webpki v0.102.8 |
| 1567 | 2025-04-09T17:31:49.156Z | Compiling tokio-rustls v0.26.0 |
| 1568 | 2025-04-09T17:31:49.412Z | Compiling hyper-rustls v0.27.3 |
| 1569 | 2025-04-09T17:31:49.738Z | Compiling reqwest v0.12.12 |
| 1570 | 2025-04-09T17:31:53.135Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1571 | 2025-04-09T17:31:53.406Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1572 | 2025-04-09T17:31:57.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 11s |
| 1573 | 2025-04-09T17:31:57.965Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1574 | 2025-04-09T17:31:58.025Z | Apr 09 17:31:56.953 INFO Starting download, target: Clickhouse |
| 1575 | 2025-04-09T17:31:58.025Z | Apr 09 17:31:56.953 INFO Starting download, target: Cockroach |
| 1576 | 2025-04-09T17:31:58.025Z | Apr 09 17:31:56.953 INFO Starting download, target: Console |
| 1577 | 2025-04-09T17:31:58.025Z | Apr 09 17:31:56.953 INFO Starting download, target: DendriteStub |
| 1578 | 2025-04-09T17:31:58.025Z | Apr 09 17:31:56.954 INFO Starting download, target: MaghemiteMgd |
| 1579 | 2025-04-09T17:31:58.029Z | Apr 09 17:31:56.954 INFO Starting download, target: TransceiverControl |
| 1580 | 2025-04-09T17:31:58.029Z | Apr 09 17:31:56.955 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1581 | 2025-04-09T17:31:58.029Z | Apr 09 17:31:56.955 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1582 | 2025-04-09T17:31:58.029Z | Apr 09 17:31:56.955 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1583 | 2025-04-09T17:31:58.029Z | Apr 09 17:31:56.955 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1584 | 2025-04-09T17:31:58.029Z | Apr 09 17:31:56.955 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1585 | 2025-04-09T17:31:58.029Z | Apr 09 17:31:56.956 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1586 | 2025-04-09T17:31:58.309Z | Apr 09 17:31:57.233 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1587 | 2025-04-09T17:31:58.692Z | Apr 09 17:31:57.619 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1588 | 2025-04-09T17:31:58.768Z | Apr 09 17:31:57.692 INFO Download complete, target: TransceiverControl |
| 1589 | 2025-04-09T17:31:59.005Z | Apr 09 17:31:57.932 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1590 | 2025-04-09T17:31:59.117Z | Apr 09 17:31:58.039 INFO Download complete, target: Console |
| 1591 | 2025-04-09T17:31:59.182Z | Apr 09 17:31:58.108 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1592 | 2025-04-09T17:31:59.762Z | Apr 09 17:31:58.690 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1593 | 2025-04-09T17:31:59.762Z | Apr 09 17:31:58.690 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1594 | 2025-04-09T17:31:59.906Z | Apr 09 17:31:58.834 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1595 | 2025-04-09T17:32:01.496Z | Apr 09 17:32:00.424 INFO Download complete, target: MaghemiteMgd |
| 1596 | 2025-04-09T17:32:02.145Z | Apr 09 17:32:01.073 INFO Download complete, target: DendriteStub |
| 1597 | 2025-04-09T17:32:06.382Z | Apr 09 17:32:05.308 INFO Checking that binary works, target: Cockroach |
| 1598 | 2025-04-09T17:32:06.571Z | Apr 09 17:32:05.499 INFO Download complete, target: Cockroach |
| 1599 | 2025-04-09T17:32:10.781Z | Apr 09 17:32:09.708 INFO Checking that binary works, target: Clickhouse |
| 1600 | 2025-04-09T17:32:10.902Z | Apr 09 17:32:09.829 INFO Download complete, target: Clickhouse |
| 1601 | 2025-04-09T17:32:10.910Z | All prerequisites installed successfully |
| 1602 | 2025-04-09T17:32:10.913Z | |
| 1603 | 2025-04-09T17:32:10.913Z | real 5:02.041899846 |
| 1604 | 2025-04-09T17:32:10.913Z | user 15:11.654927609 |
| 1605 | 2025-04-09T17:32:10.913Z | sys 2:06.107588422 |
| 1606 | 2025-04-09T17:32:10.913Z | trap 0.545732759 |
| 1607 | 2025-04-09T17:32:10.913Z | tflt 1.049714673 |
| 1608 | 2025-04-09T17:32:10.913Z | dflt 1.057290203 |
| 1609 | 2025-04-09T17:32:10.913Z | kflt 0.028555543 |
| 1610 | 2025-04-09T17:32:10.913Z | lock 22:49.335850175 |
| 1611 | 2025-04-09T17:32:10.913Z | slp 54:17.732194090 |
| 1612 | 2025-04-09T17:32:10.913Z | lat 1:00.530645106 |
| 1613 | 2025-04-09T17:32:10.913Z | stop 2:27.011619531 |
| 1614 | 2025-04-09T17:32:10.913Z | + ptime -m cargo xtask download softnpu |
| 1615 | 2025-04-09T17:32:11.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1616 | 2025-04-09T17:32:11.647Z | Running `target/debug/xtask download softnpu` |
| 1617 | 2025-04-09T17:32:12.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 1618 | 2025-04-09T17:32:12.668Z | Running `target/debug/xtask-downloader softnpu` |
| 1619 | 2025-04-09T17:32:12.707Z | Apr 09 17:32:11.634 INFO Starting download, target: Softnpu |
| 1620 | 2025-04-09T17:32:12.710Z | Apr 09 17:32:11.634 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1621 | 2025-04-09T17:32:13.448Z | Apr 09 17:32:12.375 INFO Download complete, target: Softnpu |
| 1622 | 2025-04-09T17:32:13.452Z | |
| 1623 | 2025-04-09T17:32:13.455Z | real 2.535087508 |
| 1624 | 2025-04-09T17:32:13.455Z | user 1.488030257 |
| 1625 | 2025-04-09T17:32:13.455Z | sys 0.633472851 |
| 1626 | 2025-04-09T17:32:13.455Z | trap 0.001358576 |
| 1627 | 2025-04-09T17:32:13.455Z | tflt 0.000101247 |
| 1628 | 2025-04-09T17:32:13.455Z | dflt 0.000037013 |
| 1629 | 2025-04-09T17:32:13.455Z | kflt 0.000000000 |
| 1630 | 2025-04-09T17:32:13.455Z | lock 7.929073077 |
| 1631 | 2025-04-09T17:32:13.455Z | slp 0.643947468 |
| 1632 | 2025-04-09T17:32:13.455Z | lat 0.073189169 |
| 1633 | 2025-04-09T17:32:13.455Z | stop 0.000173548 |
| 1634 | 2025-04-09T17:32:13.455Z | + export CARGO_INCREMENTAL=0 |
| 1635 | 2025-04-09T17:32:13.455Z | + CARGO_INCREMENTAL=0 |
| 1636 | 2025-04-09T17:32:13.455Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1637 | 2025-04-09T17:32:14.537Z | Compiling proc-macro2 v1.0.94 |
| 1638 | 2025-04-09T17:32:14.537Z | Compiling unicode-ident v1.0.14 |
| 1639 | 2025-04-09T17:32:14.540Z | Compiling libc v0.2.171 |
| 1640 | 2025-04-09T17:32:14.540Z | Compiling serde v1.0.219 |
| 1641 | 2025-04-09T17:32:14.540Z | Compiling autocfg v1.4.0 |
| 1642 | 2025-04-09T17:32:14.540Z | Compiling cfg-if v1.0.0 |
| 1643 | 2025-04-09T17:32:14.540Z | Compiling version_check v0.9.5 |
| 1644 | 2025-04-09T17:32:14.781Z | Compiling memchr v2.7.4 |
| 1645 | 2025-04-09T17:32:14.847Z | Compiling shlex v1.3.0 |
| 1646 | 2025-04-09T17:32:14.847Z | Compiling typenum v1.17.0 |
| 1647 | 2025-04-09T17:32:15.182Z | Compiling value-bag v1.9.0 |
| 1648 | 2025-04-09T17:32:15.272Z | Compiling generic-array v0.14.7 |
| 1649 | 2025-04-09T17:32:15.587Z | Compiling lock_api v0.4.12 |
| 1650 | 2025-04-09T17:32:15.651Z | Compiling log v0.4.22 |
| 1651 | 2025-04-09T17:32:15.705Z | Compiling libm v0.2.8 |
| 1652 | 2025-04-09T17:32:15.910Z | Compiling serde_json v1.0.140 |
| 1653 | 2025-04-09T17:32:16.048Z | Compiling num-traits v0.2.19 |
| 1654 | 2025-04-09T17:32:16.175Z | Compiling scopeguard v1.2.0 |
| 1655 | 2025-04-09T17:32:16.289Z | Compiling parking_lot_core v0.9.10 |
| 1656 | 2025-04-09T17:32:16.375Z | Compiling semver v1.0.25 |
| 1657 | 2025-04-09T17:32:16.394Z | Compiling rustix v0.38.37 |
| 1658 | 2025-04-09T17:32:16.686Z | Compiling quote v1.0.39 |
| 1659 | 2025-04-09T17:32:16.703Z | Compiling jobserver v0.1.32 |
| 1660 | 2025-04-09T17:32:16.807Z | Compiling getrandom v0.2.15 |
| 1661 | 2025-04-09T17:32:16.838Z | Compiling getrandom v0.3.1 |
| 1662 | 2025-04-09T17:32:16.939Z | Compiling aho-corasick v1.1.3 |
| 1663 | 2025-04-09T17:32:17.033Z | Compiling regex-syntax v0.8.5 |
| 1664 | 2025-04-09T17:32:17.093Z | Compiling syn v2.0.98 |
| 1665 | 2025-04-09T17:32:17.191Z | Compiling cc v1.2.15 |
| 1666 | 2025-04-09T17:32:17.259Z | Compiling either v1.14.0 |
| 1667 | 2025-04-09T17:32:17.358Z | Compiling itoa v1.0.11 |
| 1668 | 2025-04-09T17:32:17.646Z | Compiling once_cell v1.21.3 |
| 1669 | 2025-04-09T17:32:17.838Z | Compiling rand_core v0.6.4 |
| 1670 | 2025-04-09T17:32:18.306Z | Compiling pkg-config v0.3.31 |
| 1671 | 2025-04-09T17:32:18.729Z | Compiling spin v0.9.8 |
| 1672 | 2025-04-09T17:32:18.776Z | Compiling errno v0.3.9 |
| 1673 | 2025-04-09T17:32:19.067Z | Compiling slab v0.4.9 |
| 1674 | 2025-04-09T17:32:19.097Z | Compiling smallvec v1.14.0 |
| 1675 | 2025-04-09T17:32:19.415Z | Compiling glob v0.3.2 |
| 1676 | 2025-04-09T17:32:19.435Z | Compiling equivalent v1.0.1 |
| 1677 | 2025-04-09T17:32:19.559Z | Compiling allocator-api2 v0.2.18 |
| 1678 | 2025-04-09T17:32:19.579Z | Compiling foldhash v0.1.3 |
| 1679 | 2025-04-09T17:32:19.862Z | Compiling subtle v2.6.1 |
| 1680 | 2025-04-09T17:32:20.107Z | Compiling clang-sys v1.8.1 |
| 1681 | 2025-04-09T17:32:20.197Z | Compiling prettyplease v0.2.30 |
| 1682 | 2025-04-09T17:32:20.313Z | Compiling hashbrown v0.15.1 |
| 1683 | 2025-04-09T17:32:20.334Z | Compiling lazy_static v1.5.0 |
| 1684 | 2025-04-09T17:32:20.471Z | Compiling minimal-lexical v0.2.1 |
| 1685 | 2025-04-09T17:32:20.501Z | Compiling regex-automata v0.4.8 |
| 1686 | 2025-04-09T17:32:20.666Z | Compiling libloading v0.8.5 |
| 1687 | 2025-04-09T17:32:20.799Z | Compiling thiserror v1.0.69 |
| 1688 | 2025-04-09T17:32:20.944Z | Compiling nom v7.1.3 |
| 1689 | 2025-04-09T17:32:21.001Z | Compiling schemars v0.8.22 |
| 1690 | 2025-04-09T17:32:21.319Z | Compiling bindgen v0.69.5 |
| 1691 | 2025-04-09T17:32:21.527Z | Compiling home v0.5.9 |
| 1692 | 2025-04-09T17:32:21.746Z | Compiling itertools v0.12.1 |
| 1693 | 2025-04-09T17:32:21.819Z | Compiling ryu v1.0.18 |
| 1694 | 2025-04-09T17:32:22.135Z | Compiling byteorder v1.5.0 |
| 1695 | 2025-04-09T17:32:22.205Z | Compiling lazycell v1.3.0 |
| 1696 | 2025-04-09T17:32:22.230Z | Compiling pin-project-lite v0.2.14 |
| 1697 | 2025-04-09T17:32:22.377Z | Compiling rustc-hash v1.1.0 |
| 1698 | 2025-04-09T17:32:22.397Z | Compiling cmake v0.1.51 |
| 1699 | 2025-04-09T17:32:22.548Z | Compiling fs_extra v1.3.0 |
| 1700 | 2025-04-09T17:32:23.070Z | Compiling dunce v1.0.5 |
| 1701 | 2025-04-09T17:32:23.291Z | Compiling paste v1.0.15 |
| 1702 | 2025-04-09T17:32:23.846Z | Compiling cexpr v0.6.0 |
| 1703 | 2025-04-09T17:32:24.092Z | Compiling synstructure v0.13.1 |
| 1704 | 2025-04-09T17:32:24.272Z | Compiling serde_derive_internals v0.29.1 |
| 1705 | 2025-04-09T17:32:25.196Z | Compiling regex v1.11.1 |
| 1706 | 2025-04-09T17:32:25.261Z | Compiling const-oid v0.9.6 |
| 1707 | 2025-04-09T17:32:26.931Z | Compiling signal-hook-registry v1.4.2 |
| 1708 | 2025-04-09T17:32:27.001Z | Compiling fnv v1.0.7 |
| 1709 | 2025-04-09T17:32:27.155Z | Compiling parking_lot v0.12.3 |
| 1710 | 2025-04-09T17:32:27.250Z | Compiling ring v0.17.11 |
| 1711 | 2025-04-09T17:32:27.941Z | Compiling serde_derive v1.0.219 |
| 1712 | 2025-04-09T17:32:28.094Z | Compiling zeroize_derive v1.4.2 |
| 1713 | 2025-04-09T17:32:28.184Z | Compiling tokio-macros v2.5.0 |
| 1714 | 2025-04-09T17:32:28.187Z | Compiling zerocopy-derive v0.7.35 |
| 1715 | 2025-04-09T17:32:28.227Z | Compiling zerofrom-derive v0.1.4 |
| 1716 | 2025-04-09T17:32:28.297Z | Compiling yoke-derive v0.7.4 |
| 1717 | 2025-04-09T17:32:29.110Z | Compiling zerovec-derive v0.10.3 |
| 1718 | 2025-04-09T17:32:29.359Z | Compiling zeroize v1.8.1 |
| 1719 | 2025-04-09T17:32:29.796Z | Compiling displaydoc v0.2.5 |
| 1720 | 2025-04-09T17:32:30.485Z | Compiling thiserror-impl v1.0.69 |
| 1721 | 2025-04-09T17:32:30.535Z | Compiling schemars_derive v0.8.22 |
| 1722 | 2025-04-09T17:32:31.080Z | Compiling futures-macro v0.3.31 |
| 1723 | 2025-04-09T17:32:31.130Z | Compiling crypto-common v0.1.6 |
| 1724 | 2025-04-09T17:32:31.184Z | Compiling icu_provider_macros v1.5.0 |
| 1725 | 2025-04-09T17:32:31.316Z | Compiling der_derive v0.7.3 |
| 1726 | 2025-04-09T17:32:31.342Z | Compiling mio v1.0.2 |
| 1727 | 2025-04-09T17:32:31.763Z | Compiling stable_deref_trait v1.2.0 |
| 1728 | 2025-04-09T17:32:32.222Z | Compiling block-buffer v0.10.4 |
| 1729 | 2025-04-09T17:32:32.481Z | Compiling tracing-attributes v0.1.27 |
| 1730 | 2025-04-09T17:32:32.837Z | Compiling aws-lc-rs v1.12.4 |
| 1731 | 2025-04-09T17:32:32.953Z | Compiling vcpkg v0.2.15 |
| 1732 | 2025-04-09T17:32:33.387Z | Compiling digest v0.10.7 |
| 1733 | 2025-04-09T17:32:33.493Z | Compiling socket2 v0.5.9 |
| 1734 | 2025-04-09T17:32:33.549Z | Compiling zerocopy v0.8.10 |
| 1735 | 2025-04-09T17:32:33.576Z | Compiling heck v0.5.0 |
| 1736 | 2025-04-09T17:32:33.782Z | Compiling futures-core v0.3.31 |
| 1737 | 2025-04-09T17:32:34.084Z | Compiling zerocopy-derive v0.8.10 |
| 1738 | 2025-04-09T17:32:34.247Z | Compiling openssl-sys v0.9.107 |
| 1739 | 2025-04-09T17:32:35.086Z | Compiling httparse v1.9.5 |
| 1740 | 2025-04-09T17:32:35.229Z | Compiling zerocopy v0.7.35 |
| 1741 | 2025-04-09T17:32:35.682Z | Compiling syn v1.0.109 |
| 1742 | 2025-04-09T17:32:35.685Z | Compiling crossbeam-utils v0.8.21 |
| 1743 | 2025-04-09T17:32:36.535Z | Compiling num-conv v0.1.0 |
| 1744 | 2025-04-09T17:32:36.564Z | Compiling time-core v0.1.2 |
| 1745 | 2025-04-09T17:32:36.614Z | Compiling iana-time-zone v0.1.61 |
| 1746 | 2025-04-09T17:32:36.764Z | Compiling cpufeatures v0.2.14 |
| 1747 | 2025-04-09T17:32:36.881Z | Compiling time-macros v0.2.18 |
| 1748 | 2025-04-09T17:32:36.925Z | Compiling hmac v0.12.1 |
| 1749 | 2025-04-09T17:32:36.994Z | Compiling zerofrom v0.1.4 |
| 1750 | 2025-04-09T17:32:37.526Z | Compiling futures-sink v0.3.31 |
| 1751 | 2025-04-09T17:32:37.562Z | Compiling openssl v0.10.72 |
| 1752 | 2025-04-09T17:32:37.847Z | Compiling yoke v0.7.4 |
| 1753 | 2025-04-09T17:32:38.179Z | Compiling block-padding v0.3.3 |
| 1754 | 2025-04-09T17:32:38.203Z | Compiling zerovec v0.10.4 |
| 1755 | 2025-04-09T17:32:38.393Z | Compiling inout v0.1.3 |
| 1756 | 2025-04-09T17:32:38.520Z | Compiling openssl-macros v0.1.1 |
| 1757 | 2025-04-09T17:32:38.851Z | Compiling rustls v0.23.19 |
| 1758 | 2025-04-09T17:32:38.990Z | Compiling strsim v0.11.1 |
| 1759 | 2025-04-09T17:32:39.234Z | Compiling dyn-clone v1.0.19 |
| 1760 | 2025-04-09T17:32:39.304Z | Compiling native-tls v0.2.12 |
| 1761 | 2025-04-09T17:32:39.587Z | Compiling cipher v0.4.4 |
| 1762 | 2025-04-09T17:32:39.646Z | Compiling sha2 v0.10.8 |
| 1763 | 2025-04-09T17:32:39.761Z | Compiling bitflags v2.9.0 |
| 1764 | 2025-04-09T17:32:39.962Z | Compiling bytes v1.10.1 |
| 1765 | 2025-04-09T17:32:40.629Z | Compiling indexmap v2.7.1 |
| 1766 | 2025-04-09T17:32:41.989Z | Compiling tokio v1.43.1 |
| 1767 | 2025-04-09T17:32:42.164Z | Compiling uuid v1.16.0 |
| 1768 | 2025-04-09T17:32:42.618Z | Compiling rustc_version v0.4.1 |
| 1769 | 2025-04-09T17:32:43.166Z | Compiling chrono v0.4.40 |
| 1770 | 2025-04-09T17:32:44.561Z | Compiling which v4.4.2 |
| 1771 | 2025-04-09T17:32:46.208Z | Compiling serde_tokenstream v0.2.2 |
| 1772 | 2025-04-09T17:32:46.775Z | Compiling scroll_derive v0.12.0 |
| 1773 | 2025-04-09T17:32:47.118Z | Compiling ucd-trie v0.1.7 |
| 1774 | 2025-04-09T17:32:47.310Z | Compiling base64ct v1.6.0 |
| 1775 | 2025-04-09T17:32:47.806Z | Compiling pem-rfc7468 v0.7.0 |
| 1776 | 2025-04-09T17:32:48.134Z | Compiling pest v2.7.14 |
| 1777 | 2025-04-09T17:32:48.675Z | Compiling http v1.2.0 |
| 1778 | 2025-04-09T17:32:49.447Z | Compiling tinystr v0.7.6 |
| 1779 | 2025-04-09T17:32:49.832Z | Compiling futures-channel v0.3.31 |
| 1780 | 2025-04-09T17:32:50.292Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1781 | 2025-04-09T17:32:50.535Z | Compiling cookie v0.18.1 |
| 1782 | 2025-04-09T17:32:50.815Z | Compiling pin-utils v0.1.0 |
| 1783 | 2025-04-09T17:32:50.878Z | Compiling writeable v0.5.5 |
| 1784 | 2025-04-09T17:32:50.934Z | Compiling slog v2.7.0 |
| 1785 | 2025-04-09T17:32:51.108Z | Compiling thiserror v2.0.12 |
| 1786 | 2025-04-09T17:32:51.264Z | Compiling futures-task v0.3.31 |
| 1787 | 2025-04-09T17:32:51.333Z | Compiling flagset v0.4.6 |
| 1788 | 2025-04-09T17:32:51.439Z | Compiling futures-io v0.3.31 |
| 1789 | 2025-04-09T17:32:51.555Z | Compiling litemap v0.7.3 |
| 1790 | 2025-04-09T17:32:51.580Z | Compiling der v0.7.9 |
| 1791 | 2025-04-09T17:32:51.681Z | Compiling futures-util v0.3.31 |
| 1792 | 2025-04-09T17:32:51.784Z | Compiling pest_meta v2.7.14 |
| 1793 | 2025-04-09T17:32:51.961Z | Compiling icu_locid v1.5.0 |
| 1794 | 2025-04-09T17:32:54.203Z | Compiling toml_datetime v0.6.8 |
| 1795 | 2025-04-09T17:32:54.305Z | Compiling serde_spanned v0.6.8 |
| 1796 | 2025-04-09T17:32:54.970Z | Compiling rayon-core v1.12.1 |
| 1797 | 2025-04-09T17:32:55.469Z | Compiling spki v0.7.3 |
| 1798 | 2025-04-09T17:32:55.570Z | Compiling pest_generator v2.7.14 |
| 1799 | 2025-04-09T17:32:56.365Z | Compiling icu_provider v1.5.0 |
| 1800 | 2025-04-09T17:32:56.559Z | Compiling aws-lc-sys v0.26.0 |
| 1801 | 2025-04-09T17:32:57.266Z | Compiling salsa20 v0.10.2 |
| 1802 | 2025-04-09T17:32:57.542Z | Compiling ppv-lite86 v0.2.20 |
| 1803 | 2025-04-09T17:32:57.837Z | Compiling pbkdf2 v0.12.2 |
| 1804 | 2025-04-09T17:32:58.430Z | Compiling thiserror-impl v2.0.12 |
| 1805 | 2025-04-09T17:32:58.853Z | Compiling tracing-core v0.1.32 |
| 1806 | 2025-04-09T17:33:00.974Z | Compiling winnow v0.5.40 |
| 1807 | 2025-04-09T17:33:01.024Z | Compiling rustversion v1.0.17 |
| 1808 | 2025-04-09T17:33:01.290Z | Compiling anyhow v1.0.97 |
| 1809 | 2025-04-09T17:33:01.485Z | Compiling icu_locid_transform_data v1.5.0 |
| 1810 | 2025-04-09T17:33:01.609Z | Compiling icu_locid_transform v1.5.0 |
| 1811 | 2025-04-09T17:33:01.729Z | Compiling tracing v0.1.40 |
| 1812 | 2025-04-09T17:33:02.815Z | Compiling scrypt v0.11.0 |
| 1813 | 2025-04-09T17:33:02.847Z | Compiling pest_derive v2.7.14 |
| 1814 | 2025-04-09T17:33:03.466Z | Compiling cbc v0.1.2 |
| 1815 | 2025-04-09T17:33:03.606Z | Compiling aes v0.8.4 |
| 1816 | 2025-04-09T17:33:03.674Z | Compiling icu_collections v1.5.0 |
| 1817 | 2025-04-09T17:33:04.283Z | Compiling toml_edit v0.19.15 |
| 1818 | 2025-04-09T17:33:05.145Z | Compiling usdt-impl v0.5.0 |
| 1819 | 2025-04-09T17:33:05.314Z | Compiling litrs v0.4.1 |
| 1820 | 2025-04-09T17:33:05.515Z | Compiling icu_properties_data v1.5.0 |
| 1821 | 2025-04-09T17:33:05.858Z | Compiling rustls-pki-types v1.10.0 |
| 1822 | 2025-04-09T17:33:06.251Z | Compiling document-features v0.2.10 |
| 1823 | 2025-04-09T17:33:07.500Z | Compiling icu_properties v1.5.1 |
| 1824 | 2025-04-09T17:33:08.003Z | Compiling pkcs5 v0.7.1 |
| 1825 | 2025-04-09T17:33:09.927Z | Compiling tokio-util v0.7.13 |
| 1826 | 2025-04-09T17:33:10.750Z | Compiling scroll v0.12.0 |
| 1827 | 2025-04-09T17:33:11.014Z | Compiling heapless v0.7.17 |
| 1828 | 2025-04-09T17:33:12.072Z | Compiling percent-encoding v2.3.1 |
| 1829 | 2025-04-09T17:33:12.188Z | Compiling plain v0.2.3 |
| 1830 | 2025-04-09T17:33:12.371Z | Compiling powerfmt v0.2.0 |
| 1831 | 2025-04-09T17:33:12.498Z | Compiling signal-hook v0.3.17 |
| 1832 | 2025-04-09T17:33:12.560Z | Compiling utf16_iter v1.0.5 |
| 1833 | 2025-04-09T17:33:12.727Z | Compiling icu_normalizer_data v1.5.0 |
| 1834 | 2025-04-09T17:33:12.803Z | Compiling newtype-uuid v1.2.1 |
| 1835 | 2025-04-09T17:33:12.856Z | Compiling utf8_iter v1.0.4 |
| 1836 | 2025-04-09T17:33:12.993Z | Compiling untrusted v0.7.1 |
| 1837 | 2025-04-09T17:33:13.068Z | Compiling untrusted v0.9.0 |
| 1838 | 2025-04-09T17:33:13.142Z | Compiling write16 v1.0.0 |
| 1839 | 2025-04-09T17:33:13.284Z | Compiling icu_normalizer v1.5.0 |
| 1840 | 2025-04-09T17:33:13.810Z | Compiling deranged v0.3.11 |
| 1841 | 2025-04-09T17:33:15.202Z | Compiling goblin v0.8.2 |
| 1842 | 2025-04-09T17:33:15.295Z | Compiling pkcs8 v0.10.2 |
| 1843 | 2025-04-09T17:33:17.168Z | Compiling tinyvec_macros v0.1.1 |
| 1844 | 2025-04-09T17:33:17.275Z | Compiling atomic-waker v1.1.2 |
| 1845 | 2025-04-09T17:33:17.468Z | Compiling pretty-hex v0.4.1 |
| 1846 | 2025-04-09T17:33:17.697Z | Compiling adler2 v2.0.0 |
| 1847 | 2025-04-09T17:33:18.785Z | Compiling num_threads v0.1.7 |
| 1848 | 2025-04-09T17:33:18.930Z | Compiling time v0.3.36 |
| 1849 | 2025-04-09T17:33:21.059Z | Compiling dof v0.3.0 |
| 1850 | 2025-04-09T17:33:22.535Z | Compiling miniz_oxide v0.8.5 |
| 1851 | 2025-04-09T17:33:22.631Z | Compiling tinyvec v1.8.0 |
| 1852 | 2025-04-09T17:33:24.099Z | Compiling idna_adapter v1.2.0 |
| 1853 | 2025-04-09T17:33:24.518Z | Compiling dtrace-parser v0.2.0 |
| 1854 | 2025-04-09T17:33:25.017Z | Compiling http-body v1.0.1 |
| 1855 | 2025-04-09T17:33:25.548Z | Compiling curve25519-dalek v4.1.3 |
| 1856 | 2025-04-09T17:33:25.966Z | Compiling async-trait v0.1.88 |
| 1857 | 2025-04-09T17:33:25.985Z | Compiling thread-id v4.2.2 |
| 1858 | 2025-04-09T17:33:26.023Z | Compiling memoffset v0.9.1 |
| 1859 | 2025-04-09T17:33:26.171Z | Compiling smoltcp v0.9.1 |
| 1860 | 2025-04-09T17:33:26.576Z | Compiling portable-atomic v1.11.0 |
| 1861 | 2025-04-09T17:33:26.599Z | Compiling try-lock v0.2.5 |
| 1862 | 2025-04-09T17:33:26.696Z | Compiling num-bigint-dig v0.8.4 |
| 1863 | 2025-04-09T17:33:27.010Z | Compiling foreign-types-shared v0.1.1 |
| 1864 | 2025-04-09T17:33:27.152Z | Compiling foreign-types v0.3.2 |
| 1865 | 2025-04-09T17:33:27.258Z | Compiling h2 v0.4.6 |
| 1866 | 2025-04-09T17:33:27.417Z | Compiling want v0.3.1 |
| 1867 | 2025-04-09T17:33:30.322Z | Compiling rand_core v0.9.2 |
| 1868 | 2025-04-09T17:33:31.333Z | Compiling idna v1.0.3 |
| 1869 | 2025-04-09T17:33:32.586Z | Compiling form_urlencoded v1.2.1 |
| 1870 | 2025-04-09T17:33:33.578Z | Compiling tower-service v0.3.3 |
| 1871 | 2025-04-09T17:33:33.711Z | Compiling heck v0.4.1 |
| 1872 | 2025-04-09T17:33:34.065Z | Compiling httpdate v1.0.3 |
| 1873 | 2025-04-09T17:33:34.786Z | Compiling ident_case v1.0.1 |
| 1874 | 2025-04-09T17:33:34.830Z | Compiling cfg_aliases v0.2.1 |
| 1875 | 2025-04-09T17:33:34.938Z | Compiling nix v0.29.0 |
| 1876 | 2025-04-09T17:33:34.958Z | Compiling darling_core v0.20.10 |
| 1877 | 2025-04-09T17:33:35.755Z | Compiling hyper v1.6.0 |
| 1878 | 2025-04-09T17:33:38.965Z | Compiling crossbeam-epoch v0.9.18 |
| 1879 | 2025-04-09T17:33:39.623Z | Compiling rand_chacha v0.9.0 |
| 1880 | 2025-04-09T17:33:42.470Z | Compiling unicode-normalization v0.1.24 |
| 1881 | 2025-04-09T17:33:43.528Z | Compiling rand_chacha v0.3.1 |
| 1882 | 2025-04-09T17:33:44.476Z | Compiling ipnetwork v0.21.1 |
| 1883 | 2025-04-09T17:33:44.495Z | Compiling hubpack_derive v0.1.1 |
| 1884 | 2025-04-09T17:33:45.334Z | Compiling openapiv3 v2.0.0 |
| 1885 | 2025-04-09T17:33:45.420Z | Compiling signature v2.2.0 |
| 1886 | 2025-04-09T17:33:45.663Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1887 | 2025-04-09T17:33:45.682Z | Compiling daft-derive v0.1.3 |
| 1888 | 2025-04-09T17:33:46.987Z | Compiling zerocopy-derive v0.6.6 |
| 1889 | 2025-04-09T17:33:48.030Z | Compiling fs-err v2.11.0 |
| 1890 | 2025-04-09T17:33:48.369Z | Compiling ahash v0.8.11 |
| 1891 | 2025-04-09T17:33:48.675Z | Compiling crc32fast v1.4.2 |
| 1892 | 2025-04-09T17:33:48.725Z | Compiling utf8parse v0.2.2 |
| 1893 | 2025-04-09T17:33:48.910Z | Compiling siphasher v0.3.11 |
| 1894 | 2025-04-09T17:33:48.988Z | Compiling buf-list v1.0.3 |
| 1895 | 2025-04-09T17:33:49.247Z | Compiling base64 v0.22.1 |
| 1896 | 2025-04-09T17:33:49.266Z | Compiling unicode-properties v0.1.3 |
| 1897 | 2025-04-09T17:33:49.536Z | Compiling gimli v0.31.1 |
| 1898 | 2025-04-09T17:33:49.681Z | Compiling openssl-probe v0.1.5 |
| 1899 | 2025-04-09T17:33:49.853Z | Compiling anstyle v1.0.10 |
| 1900 | 2025-04-09T17:33:49.925Z | Compiling unicode-bidi v0.3.17 |
| 1901 | 2025-04-09T17:33:50.417Z | Compiling zip v2.6.1 |
| 1902 | 2025-04-09T17:33:50.754Z | Compiling stringprep v0.1.5 |
| 1903 | 2025-04-09T17:33:51.629Z | Compiling phf_shared v0.11.2 |
| 1904 | 2025-04-09T17:33:51.674Z | Compiling anstyle-parse v0.2.5 |
| 1905 | 2025-04-09T17:33:52.186Z | Compiling rand v0.8.5 |
| 1906 | 2025-04-09T17:33:55.050Z | Compiling addr2line v0.24.2 |
| 1907 | 2025-04-09T17:33:55.953Z | Compiling hyper-util v0.1.10 |
| 1908 | 2025-04-09T17:33:56.089Z | Compiling darling_macro v0.20.10 |
| 1909 | 2025-04-09T17:33:56.955Z | Compiling rand v0.9.0 |
| 1910 | 2025-04-09T17:33:58.214Z | Compiling crossbeam-deque v0.8.5 |
| 1911 | 2025-04-09T17:34:00.570Z | Compiling url v2.5.3 |
| 1912 | 2025-04-09T17:34:00.846Z | Compiling usdt-attr-macro v0.5.0 |
| 1913 | 2025-04-09T17:34:01.236Z | Compiling usdt-macro v0.5.0 |
| 1914 | 2025-04-09T17:34:02.383Z | Compiling md-5 v0.10.6 |
| 1915 | 2025-04-09T17:34:02.481Z | Compiling num-integer v0.1.46 |
| 1916 | 2025-04-09T17:34:02.639Z | Compiling hash32 v0.2.1 |
| 1917 | 2025-04-09T17:34:02.659Z | Compiling ff v0.13.0 |
| 1918 | 2025-04-09T17:34:02.903Z | Compiling object v0.36.5 |
| 1919 | 2025-04-09T17:34:03.459Z | Compiling fallible-iterator v0.2.0 |
| 1920 | 2025-04-09T17:34:04.130Z | Compiling rustc-demangle v0.1.24 |
| 1921 | 2025-04-09T17:34:06.367Z | Compiling base16ct v0.2.0 |
| 1922 | 2025-04-09T17:34:06.659Z | Compiling psl-types v2.0.11 |
| 1923 | 2025-04-09T17:34:06.880Z | Compiling colorchoice v1.0.2 |
| 1924 | 2025-04-09T17:34:07.076Z | Compiling is_terminal_polyfill v1.70.1 |
| 1925 | 2025-04-09T17:34:07.226Z | Compiling anstyle-query v1.1.1 |
| 1926 | 2025-04-09T17:34:07.396Z | Compiling anstream v0.6.15 |
| 1927 | 2025-04-09T17:34:07.969Z | Compiling publicsuffix v2.3.0 |
| 1928 | 2025-04-09T17:34:08.272Z | Compiling sec1 v0.7.3 |
| 1929 | 2025-04-09T17:34:08.394Z | Compiling postgres-protocol v0.6.8 |
| 1930 | 2025-04-09T17:34:09.475Z | Compiling num-iter v0.1.45 |
| 1931 | 2025-04-09T17:34:09.880Z | Compiling group v0.13.0 |
| 1932 | 2025-04-09T17:34:10.169Z | Compiling backtrace v0.3.74 |
| 1933 | 2025-04-09T17:34:11.268Z | Compiling darling v0.20.10 |
| 1934 | 2025-04-09T17:34:11.979Z | Compiling tokio-native-tls v0.3.1 |
| 1935 | 2025-04-09T17:34:12.006Z | Compiling flate2 v1.1.0 |
| 1936 | 2025-04-09T17:34:12.813Z | Compiling strum_macros v0.25.3 |
| 1937 | 2025-04-09T17:34:14.232Z | Compiling rustls-webpki v0.102.8 |
| 1938 | 2025-04-09T17:34:15.044Z | Compiling http-body-util v0.1.3 |
| 1939 | 2025-04-09T17:34:16.066Z | Compiling webpki-roots v0.26.6 |
| 1940 | 2025-04-09T17:34:16.859Z | Compiling terminal_size v0.4.0 |
| 1941 | 2025-04-09T17:34:17.086Z | Compiling hkdf v0.12.4 |
| 1942 | 2025-04-09T17:34:17.339Z | Compiling sync_wrapper v1.0.1 |
| 1943 | 2025-04-09T17:34:17.361Z | Compiling enum-as-inner v0.6.1 |
| 1944 | 2025-04-09T17:34:17.516Z | Compiling clap_derive v4.5.32 |
| 1945 | 2025-04-09T17:34:17.933Z | Compiling crypto-bigint v0.5.5 |
| 1946 | 2025-04-09T17:34:18.365Z | Compiling serde_repr v0.1.19 |
| 1947 | 2025-04-09T17:34:19.432Z | Compiling regress v0.10.3 |
| 1948 | 2025-04-09T17:34:21.194Z | Compiling encoding_rs v0.8.34 |
| 1949 | 2025-04-09T17:34:21.655Z | Compiling unicode-width v0.2.0 |
| 1950 | 2025-04-09T17:34:22.108Z | Compiling tokio-rustls v0.26.0 |
| 1951 | 2025-04-09T17:34:22.165Z | Compiling mime v0.3.17 |
| 1952 | 2025-04-09T17:34:22.572Z | Compiling simd-adler32 v0.3.7 |
| 1953 | 2025-04-09T17:34:23.058Z | Compiling bumpalo v3.16.0 |
| 1954 | 2025-04-09T17:34:23.224Z | Compiling bitflags v1.3.2 |
| 1955 | 2025-04-09T17:34:23.566Z | Compiling ipnet v2.11.0 |
| 1956 | 2025-04-09T17:34:23.601Z | Compiling managed v0.8.0 |
| 1957 | 2025-04-09T17:34:23.874Z | Compiling lockfree-object-pool v0.1.6 |
| 1958 | 2025-04-09T17:34:24.046Z | Compiling tower-layer v0.3.3 |
| 1959 | 2025-04-09T17:34:24.464Z | Compiling clap_lex v0.7.4 |
| 1960 | 2025-04-09T17:34:24.635Z | Compiling tower v0.5.2 |
| 1961 | 2025-04-09T17:34:24.854Z | Compiling clap_builder v4.5.32 |
| 1962 | 2025-04-09T17:34:25.298Z | Compiling zopfli v0.8.1 |
| 1963 | 2025-04-09T17:34:27.332Z | Compiling typify-impl v0.3.0 |
| 1964 | 2025-04-09T17:34:27.390Z | Compiling hyper-rustls v0.27.3 |
| 1965 | 2025-04-09T17:34:27.923Z | Compiling console v0.15.10 |
| 1966 | 2025-04-09T17:34:28.289Z | Compiling elliptic-curve v0.13.8 |
| 1967 | 2025-04-09T17:34:28.981Z | Compiling oxnet v0.1.1 |
| 1968 | 2025-04-09T17:34:29.967Z | Compiling hyper-tls v0.6.0 |
| 1969 | 2025-04-09T17:34:31.928Z | Compiling signal-hook-mio v0.2.4 |
| 1970 | 2025-04-09T17:34:32.119Z | Compiling rayon v1.10.0 |
| 1971 | 2025-04-09T17:34:32.186Z | Compiling cookie_store v0.21.1 |
| 1972 | 2025-04-09T17:34:32.529Z | Compiling postgres-types v0.2.9 |
| 1973 | 2025-04-09T17:34:32.692Z | Compiling phf v0.11.2 |
| 1974 | 2025-04-09T17:34:33.175Z | Compiling zerocopy v0.6.6 |
| 1975 | 2025-04-09T17:34:33.439Z | Compiling ed25519 v2.2.3 |
| 1976 | 2025-04-09T17:34:33.443Z | Compiling hubpack v0.1.2 |
| 1977 | 2025-04-09T17:34:33.678Z | Compiling bzip2 v0.4.4 |
| 1978 | 2025-04-09T17:34:33.872Z | Compiling bzip2 v0.5.2 |
| 1979 | 2025-04-09T17:34:33.892Z | Compiling serde_urlencoded v0.7.1 |
| 1980 | 2025-04-09T17:34:34.257Z | Compiling rustls-pemfile v2.2.0 |
| 1981 | 2025-04-09T17:34:34.390Z | Compiling pkcs1 v0.7.5 |
| 1982 | 2025-04-09T17:34:34.962Z | Compiling futures-executor v0.3.31 |
| 1983 | 2025-04-09T17:34:35.242Z | Compiling serde-big-array v0.5.1 |
| 1984 | 2025-04-09T17:34:35.384Z | Compiling rfc6979 v0.4.0 |
| 1985 | 2025-04-09T17:34:35.482Z | Compiling float-cmp v0.10.0 |
| 1986 | 2025-04-09T17:34:35.588Z | Compiling bstr v1.10.0 |
| 1987 | 2025-04-09T17:34:35.638Z | Compiling memmap v0.7.0 |
| 1988 | 2025-04-09T17:34:35.886Z | Compiling number_prefix v0.4.0 |
| 1989 | 2025-04-09T17:34:35.938Z | Compiling data-encoding v2.6.0 |
| 1990 | 2025-04-09T17:34:36.112Z | Compiling static_assertions v1.1.0 |
| 1991 | 2025-04-09T17:34:36.229Z | Compiling winnow v0.7.3 |
| 1992 | 2025-04-09T17:34:36.268Z | Compiling predicates-core v1.0.8 |
| 1993 | 2025-04-09T17:34:36.561Z | Compiling precomputed-hash v0.1.1 |
| 1994 | 2025-04-09T17:34:36.699Z | Compiling new_debug_unreachable v1.0.6 |
| 1995 | 2025-04-09T17:34:36.812Z | Compiling normalize-line-endings v0.3.0 |
| 1996 | 2025-04-09T17:34:36.960Z | Compiling fixedbitset v0.4.2 |
| 1997 | 2025-04-09T17:34:37.204Z | Compiling difflib v0.4.0 |
| 1998 | 2025-04-09T17:34:37.297Z | Compiling whoami v1.5.2 |
| 1999 | 2025-04-09T17:34:37.354Z | Compiling unicode-segmentation v1.12.0 |
| 2000 | 2025-04-09T17:34:38.192Z | Compiling reqwest v0.12.12 |
| 2001 | 2025-04-09T17:34:38.235Z | Compiling similar v2.7.0 |
| 2002 | 2025-04-09T17:34:38.930Z | Compiling tokio-postgres v0.7.13 |
| 2003 | 2025-04-09T17:34:39.187Z | Compiling predicates v3.1.3 |
| 2004 | 2025-04-09T17:34:39.579Z | Compiling toml_edit v0.22.24 |
| 2005 | 2025-04-09T17:34:39.910Z | Compiling petgraph v0.6.5 |
| 2006 | 2025-04-09T17:34:40.498Z | Compiling typify-macro v0.3.0 |
| 2007 | 2025-04-09T17:34:40.828Z | Compiling string_cache v0.8.9 |
| 2008 | 2025-04-09T17:34:41.253Z | Compiling hickory-proto v0.24.4 |
| 2009 | 2025-04-09T17:34:43.438Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
| 2010 | 2025-04-09T17:34:43.778Z | Compiling indicatif v0.17.11 |
| 2011 | 2025-04-09T17:34:44.023Z | Compiling usdt v0.5.0 |
| 2012 | 2025-04-09T17:34:44.494Z | Compiling ecdsa v0.16.9 |
| 2013 | 2025-04-09T17:34:45.427Z | Compiling futures v0.3.31 |
| 2014 | 2025-04-09T17:34:45.680Z | Compiling rsa v0.9.6 |
| 2015 | 2025-04-09T17:34:46.376Z | Compiling zip v0.6.6 |
| 2016 | 2025-04-09T17:34:46.831Z | Compiling ed25519-dalek v2.1.1 |
| 2017 | 2025-04-09T17:34:48.133Z | Compiling crossterm v0.28.1 |
| 2018 | 2025-04-09T17:34:48.330Z | Compiling daft v0.1.3 |
| 2019 | 2025-04-09T17:34:48.446Z | Compiling clap v4.5.32 |
| 2020 | 2025-04-09T17:34:49.407Z | Compiling tokio-stream v0.1.17 |
| 2021 | 2025-04-09T17:34:49.411Z | Compiling toml v0.7.8 |
| 2022 | 2025-04-09T17:34:49.571Z | Compiling x509-cert v0.2.5 |
| 2023 | 2025-04-09T17:34:50.943Z | Compiling sha1 v0.10.6 |
| 2024 | 2025-04-09T17:34:51.099Z | Compiling itertools v0.10.5 |
| 2025 | 2025-04-09T17:34:51.385Z | Compiling unicode-xid v0.2.6 |
| 2026 | 2025-04-09T17:34:51.891Z | Compiling camino v1.1.9 |
| 2027 | 2025-04-09T17:34:52.280Z | Compiling peg-runtime v0.8.5 |
| 2028 | 2025-04-09T17:34:52.467Z | Compiling lalrpop-util v0.19.12 |
| 2029 | 2025-04-09T17:34:53.583Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2030 | 2025-04-09T17:34:55.140Z | Compiling proc-macro-crate v1.3.1 |
| 2031 | 2025-04-09T17:34:55.895Z | Compiling macaddr v1.0.1 |
| 2032 | 2025-04-09T17:34:56.375Z | Compiling itertools v0.13.0 |
| 2033 | 2025-04-09T17:34:56.443Z | Compiling fastrand v2.1.1 |
| 2034 | 2025-04-09T17:34:57.288Z | Compiling heapless v0.8.0 |
| 2035 | 2025-04-09T17:34:58.309Z | Compiling tempfile v3.13.0 |
| 2036 | 2025-04-09T17:34:59.241Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2037 | 2025-04-09T17:35:01.727Z | Compiling num_enum_derive v0.5.11 |
| 2038 | 2025-04-09T17:35:05.516Z | Compiling structmeta-derive v0.3.0 |
| 2039 | 2025-04-09T17:35:06.026Z | Compiling hash32 v0.3.1 |
| 2040 | 2025-04-09T17:35:06.919Z | Compiling smoltcp v0.11.0 |
| 2041 | 2025-04-09T17:35:07.586Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2042 | 2025-04-09T17:35:09.127Z | Compiling structmeta v0.3.0 |
| 2043 | 2025-04-09T17:35:16.152Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2044 | 2025-04-09T17:35:17.106Z | Compiling num_enum v0.5.11 |
| 2045 | 2025-04-09T17:35:17.813Z | Compiling typify v0.3.0 |
| 2046 | 2025-04-09T17:35:18.659Z | Compiling strum_macros v0.26.4 |
| 2047 | 2025-04-09T17:35:22.425Z | Compiling dirs-sys-next v0.1.2 |
| 2048 | 2025-04-09T17:35:23.146Z | Compiling proc-macro-error-attr v1.0.4 |
| 2049 | 2025-04-09T17:35:24.080Z | Compiling unsafe-libyaml v0.2.11 |
| 2050 | 2025-04-09T17:35:24.937Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2051 | 2025-04-09T17:35:25.734Z | Compiling cobs v0.2.3 |
| 2052 | 2025-04-09T17:35:26.212Z | Compiling rustls v0.22.4 |
| 2053 | 2025-04-09T17:35:26.874Z | Compiling postcard v1.0.10 |
| 2054 | 2025-04-09T17:35:27.589Z | Compiling serde_yaml v0.9.34+deprecated |
| 2055 | 2025-04-09T17:35:32.278Z | Compiling strum v0.26.3 |
| 2056 | 2025-04-09T17:35:32.512Z | Compiling dirs-next v2.0.0 |
| 2057 | 2025-04-09T17:35:35.243Z | Compiling progenitor-impl v0.9.1 |
| 2058 | 2025-04-09T17:35:35.792Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2059 | 2025-04-09T17:35:45.561Z | Compiling hex v0.4.3 |
| 2060 | 2025-04-09T17:35:46.241Z | Compiling foreign-types-macros v0.2.3 |
| 2061 | 2025-04-09T17:35:46.752Z | Compiling thread_local v1.1.8 |
| 2062 | 2025-04-09T17:35:47.257Z | Compiling wait-timeout v0.2.0 |
| 2063 | 2025-04-09T17:35:47.387Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2064 | 2025-04-09T17:35:47.390Z | Compiling proc-macro-error v1.0.4 |
| 2065 | 2025-04-09T17:35:47.499Z | Compiling multer v3.1.0 |
| 2066 | 2025-04-09T17:35:47.519Z | Compiling foreign-types-shared v0.3.1 |
| 2067 | 2025-04-09T17:35:47.727Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2068 | 2025-04-09T17:35:48.061Z | Compiling bit-vec v0.8.0 |
| 2069 | 2025-04-09T17:35:48.537Z | Compiling unicode-width v0.1.14 |
| 2070 | 2025-04-09T17:35:48.630Z | Compiling slog-async v2.8.0 |
| 2071 | 2025-04-09T17:35:49.049Z | Compiling match_cfg v0.1.0 |
| 2072 | 2025-04-09T17:35:49.147Z | Compiling quick-error v1.2.3 |
| 2073 | 2025-04-09T17:35:49.598Z | Compiling rusty-fork v0.3.0 |
| 2074 | 2025-04-09T17:35:51.166Z | Compiling hostname v0.3.1 |
| 2075 | 2025-04-09T17:35:51.541Z | Compiling tabwriter v1.4.0 |
| 2076 | 2025-04-09T17:35:54.054Z | Compiling bit-set v0.8.0 |
| 2077 | 2025-04-09T17:35:55.149Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2078 | 2025-04-09T17:35:58.402Z | Compiling foreign-types v0.5.0 |
| 2079 | 2025-04-09T17:36:01.621Z | Compiling progenitor-macro v0.9.1 |
| 2080 | 2025-04-09T17:36:04.787Z | Compiling term v0.7.0 |
| 2081 | 2025-04-09T17:36:07.268Z | Compiling progenitor-client v0.9.1 |
| 2082 | 2025-04-09T17:36:08.983Z | Compiling slog-json v2.6.1 |
| 2083 | 2025-04-09T17:36:11.147Z | Compiling crossbeam-channel v0.5.13 |
| 2084 | 2025-04-09T17:36:12.293Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2085 | 2025-04-09T17:36:12.606Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2086 | 2025-04-09T17:36:12.866Z | Compiling async-stream-impl v0.3.6 |
| 2087 | 2025-04-09T17:36:12.966Z | Compiling rand_xorshift v0.3.0 |
| 2088 | 2025-04-09T17:36:13.088Z | Compiling is-terminal v0.4.13 |
| 2089 | 2025-04-09T17:36:13.249Z | Compiling cstr-argument v0.1.2 |
| 2090 | 2025-04-09T17:36:13.277Z | Compiling dropshot v0.16.0 |
| 2091 | 2025-04-09T17:36:13.534Z | Compiling take_mut v0.2.2 |
| 2092 | 2025-04-09T17:36:13.612Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2093 | 2025-04-09T17:36:13.730Z | Compiling unarray v0.1.4 |
| 2094 | 2025-04-09T17:36:13.790Z | Compiling pretty-hex v0.2.1 |
| 2095 | 2025-04-09T17:36:13.930Z | Compiling crucible-workspace-hack v0.1.0 |
| 2096 | 2025-04-09T17:36:13.998Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2097 | 2025-04-09T17:36:14.026Z | Compiling async-stream v0.3.6 |
| 2098 | 2025-04-09T17:36:14.047Z | Compiling proptest v1.6.0 |
| 2099 | 2025-04-09T17:36:14.419Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2100 | 2025-04-09T17:36:14.726Z | Compiling slog-term v2.9.1 |
| 2101 | 2025-04-09T17:36:15.003Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2102 | 2025-04-09T17:36:15.216Z | Compiling progenitor v0.9.1 |
| 2103 | 2025-04-09T17:36:15.261Z | Compiling tokio-rustls v0.25.0 |
| 2104 | 2025-04-09T17:36:15.453Z | Compiling slog-bunyan v2.5.0 |
| 2105 | 2025-04-09T17:36:16.338Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2106 | 2025-04-09T17:36:16.550Z | Compiling toml v0.8.20 |
| 2107 | 2025-04-09T17:36:17.036Z | Compiling test-strategy v0.4.0 |
| 2108 | 2025-04-09T17:36:17.349Z | Compiling parse-display-derive v0.10.0 |
| 2109 | 2025-04-09T17:36:18.443Z | Compiling colored v2.2.0 |
| 2110 | 2025-04-09T17:36:19.797Z | Compiling serde_with_macros v3.12.0 |
| 2111 | 2025-04-09T17:36:20.054Z | Compiling waitgroup v0.1.2 |
| 2112 | 2025-04-09T17:36:20.335Z | Compiling dropshot_endpoint v0.16.0 |
| 2113 | 2025-04-09T17:36:20.650Z | Compiling serde_path_to_error v0.1.16 |
| 2114 | 2025-04-09T17:36:20.720Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2115 | 2025-04-09T17:36:21.539Z | Compiling hostname v0.4.0 |
| 2116 | 2025-04-09T17:36:21.664Z | Compiling instant v0.1.13 |
| 2117 | 2025-04-09T17:36:21.780Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2118 | 2025-04-09T17:36:21.860Z | Compiling debug-ignore v1.0.5 |
| 2119 | 2025-04-09T17:36:22.041Z | Compiling winnow v0.6.20 |
| 2120 | 2025-04-09T17:36:22.131Z | Compiling serde_with v3.12.0 |
| 2121 | 2025-04-09T17:36:22.206Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2122 | 2025-04-09T17:36:22.514Z | Compiling backoff v0.4.0 |
| 2123 | 2025-04-09T17:36:22.891Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2124 | 2025-04-09T17:36:23.131Z | Compiling parse-display v0.10.0 |
| 2125 | 2025-04-09T17:36:25.060Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#b3b4cf1c) |
| 2126 | 2025-04-09T17:36:25.081Z | Compiling zone_cfg_derive v0.3.0 |
| 2127 | 2025-04-09T17:36:26.308Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2128 | 2025-04-09T17:36:26.428Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8452936a53c3b16e53cbbf4e34e5e59899afc965#8452936a) |
| 2129 | 2025-04-09T17:36:27.189Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2130 | 2025-04-09T17:36:27.632Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2131 | 2025-04-09T17:36:28.339Z | Compiling camino-tempfile v1.1.1 |
| 2132 | 2025-04-09T17:36:28.374Z | Compiling num-derive v0.4.2 |
| 2133 | 2025-04-09T17:36:29.099Z | Compiling sigpipe v0.1.3 |
| 2134 | 2025-04-09T17:36:29.254Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2135 | 2025-04-09T17:36:29.603Z | Compiling jiff v0.2.6 |
| 2136 | 2025-04-09T17:36:30.552Z | Compiling libefi-sys v0.1.0 |
| 2137 | 2025-04-09T17:36:30.920Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2138 | 2025-04-09T17:36:32.533Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2139 | 2025-04-09T17:36:33.371Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2140 | 2025-04-09T17:36:34.951Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2141 | 2025-04-09T17:36:35.410Z | Compiling zone v0.3.1 |
| 2142 | 2025-04-09T17:36:35.497Z | Compiling itertools v0.14.0 |
| 2143 | 2025-04-09T17:36:37.324Z | Compiling smf v0.2.3 |
| 2144 | 2025-04-09T17:36:38.669Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2145 | 2025-04-09T17:36:39.060Z | Compiling bitfield-struct v0.6.2 |
| 2146 | 2025-04-09T17:36:39.899Z | Compiling blake3 v1.5.4 |
| 2147 | 2025-04-09T17:36:40.389Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2148 | 2025-04-09T17:36:40.941Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2149 | 2025-04-09T17:36:41.255Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2150 | 2025-04-09T17:36:41.455Z | Compiling xattr v1.3.1 |
| 2151 | 2025-04-09T17:36:41.662Z | Compiling memmap2 v0.9.5 |
| 2152 | 2025-04-09T17:36:41.783Z | Compiling filetime v0.2.25 |
| 2153 | 2025-04-09T17:36:42.104Z | Compiling same-file v1.0.6 |
| 2154 | 2025-04-09T17:36:42.158Z | Compiling arrayref v0.3.9 |
| 2155 | 2025-04-09T17:36:42.228Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2156 | 2025-04-09T17:36:42.282Z | Compiling arrayvec v0.7.6 |
| 2157 | 2025-04-09T17:36:42.354Z | Compiling constant_time_eq v0.3.1 |
| 2158 | 2025-04-09T17:36:42.374Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2159 | 2025-04-09T17:36:42.400Z | Compiling walkdir v2.5.0 |
| 2160 | 2025-04-09T17:36:42.560Z | Compiling tar v0.4.44 |
| 2161 | 2025-04-09T17:36:43.908Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2162 | 2025-04-09T17:36:44.212Z | Compiling gethostname v0.5.0 |
| 2163 | 2025-04-09T17:36:44.332Z | Compiling cargo-platform v0.1.8 |
| 2164 | 2025-04-09T17:36:44.429Z | Compiling topological-sort v0.2.2 |
| 2165 | 2025-04-09T17:36:44.720Z | Compiling fixedbitset v0.5.7 |
| 2166 | 2025-04-09T17:36:44.951Z | Compiling cargo_metadata v0.19.2 |
| 2167 | 2025-04-09T17:36:45.173Z | Compiling omicron-zone-package v0.12.0 |
| 2168 | 2025-04-09T17:36:45.860Z | Compiling petgraph v0.7.1 |
| 2169 | 2025-04-09T17:36:48.383Z | Compiling indent_write v2.2.0 |
| 2170 | 2025-04-09T17:36:48.645Z | Compiling shell-words v1.1.0 |
| 2171 | 2025-04-09T17:36:50.998Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2172 | 2025-04-09T17:36:53.298Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2173 | 2025-04-09T17:36:56.765Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2174 | 2025-04-09T17:37:14.948Z | Finished `release` profile [optimized] target(s) in 5m 01s |
| 2175 | 2025-04-09T17:37:15.139Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2176 | 2025-04-09T17:37:15.187Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2177 | 2025-04-09T17:37:15.190Z | Created new build target 'test' and set it as active |
| 2178 | 2025-04-09T17:37:15.190Z | |
| 2179 | 2025-04-09T17:37:15.190Z | real 5:01.695202757 |
| 2180 | 2025-04-09T17:37:15.190Z | user 35:02.276337750 |
| 2181 | 2025-04-09T17:37:15.190Z | sys 3:23.943034058 |
| 2182 | 2025-04-09T17:37:15.190Z | trap 1.051778313 |
| 2183 | 2025-04-09T17:37:15.190Z | tflt 1.753578154 |
| 2184 | 2025-04-09T17:37:15.190Z | dflt 0.888321712 |
| 2185 | 2025-04-09T17:37:15.190Z | kflt 0.000216520 |
| 2186 | 2025-04-09T17:37:15.190Z | lock 1:08:34.842359159 |
| 2187 | 2025-04-09T17:37:15.190Z | slp 2:22:14.126397142 |
| 2188 | 2025-04-09T17:37:15.190Z | lat 2:44.785694956 |
| 2189 | 2025-04-09T17:37:15.190Z | stop 4:53.648484125 |
| 2190 | 2025-04-09T17:37:15.190Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2191 | 2025-04-09T17:37:16.301Z | Finished `release` profile [optimized] target(s) in 1.05s |
| 2192 | 2025-04-09T17:37:16.362Z | Running `target/release/omicron-package -t test package` |
| 2193 | 2025-04-09T17:37:16.414Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2194 | 2025-04-09T17:37:17.695Z | Compiling ring v0.17.11 |
| 2195 | 2025-04-09T17:37:17.888Z | Compiling dirs-sys-next v0.1.2 |
| 2196 | 2025-04-09T17:37:17.891Z | Compiling convert_case v0.4.0 |
| 2197 | 2025-04-09T17:37:17.891Z | Compiling num-rational v0.4.2 |
| 2198 | 2025-04-09T17:37:17.903Z | Compiling num-complex v0.4.6 |
| 2199 | 2025-04-09T17:37:17.905Z | Compiling float-ord v0.3.2 |
| 2200 | 2025-04-09T17:37:17.916Z | Compiling is-terminal v0.4.13 |
| 2201 | 2025-04-09T17:37:18.095Z | Compiling camino v1.1.9 |
| 2202 | 2025-04-09T17:37:18.117Z | Compiling dirs-next v2.0.0 |
| 2203 | 2025-04-09T17:37:18.282Z | Compiling term v0.7.0 |
| 2204 | 2025-04-09T17:37:18.303Z | Compiling derive-where v1.2.7 |
| 2205 | 2025-04-09T17:37:18.535Z | Compiling derive_more v0.99.19 |
| 2206 | 2025-04-09T17:37:18.855Z | Compiling num v0.4.3 |
| 2207 | 2025-04-09T17:37:18.979Z | Compiling fastrand v2.1.1 |
| 2208 | 2025-04-09T17:37:19.051Z | Compiling thread_local v1.1.8 |
| 2209 | 2025-04-09T17:37:19.320Z | Compiling tempfile v3.13.0 |
| 2210 | 2025-04-09T17:37:19.436Z | Compiling wait-timeout v0.2.0 |
| 2211 | 2025-04-09T17:37:19.472Z | Compiling quick-error v1.2.3 |
| 2212 | 2025-04-09T17:37:19.641Z | Compiling bit-vec v0.8.0 |
| 2213 | 2025-04-09T17:37:19.845Z | Compiling match_cfg v0.1.0 |
| 2214 | 2025-04-09T17:37:19.964Z | Compiling hostname v0.3.1 |
| 2215 | 2025-04-09T17:37:19.985Z | Compiling rusty-fork v0.3.0 |
| 2216 | 2025-04-09T17:37:20.065Z | Compiling bit-set v0.8.0 |
| 2217 | 2025-04-09T17:37:20.136Z | Compiling multer v3.1.0 |
| 2218 | 2025-04-09T17:37:20.164Z | Compiling slog-async v2.8.0 |
| 2219 | 2025-04-09T17:37:20.213Z | Compiling newline-converter v0.3.0 |
| 2220 | 2025-04-09T17:37:20.246Z | Compiling slog-json v2.6.1 |
| 2221 | 2025-04-09T17:37:20.366Z | Compiling crossbeam-channel v0.5.13 |
| 2222 | 2025-04-09T17:37:20.412Z | Compiling rand_xorshift v0.3.0 |
| 2223 | 2025-04-09T17:37:20.518Z | Compiling hex v0.4.3 |
| 2224 | 2025-04-09T17:37:20.561Z | Compiling unarray v0.1.4 |
| 2225 | 2025-04-09T17:37:20.637Z | Compiling take_mut v0.2.2 |
| 2226 | 2025-04-09T17:37:20.719Z | Compiling proptest v1.6.0 |
| 2227 | 2025-04-09T17:37:20.802Z | Compiling slog-bunyan v2.5.0 |
| 2228 | 2025-04-09T17:37:21.018Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2229 | 2025-04-09T17:37:21.041Z | Compiling expectorate v1.1.0 |
| 2230 | 2025-04-09T17:37:21.291Z | Compiling slog-term v2.9.1 |
| 2231 | 2025-04-09T17:37:21.310Z | Compiling dropshot v0.16.0 |
| 2232 | 2025-04-09T17:37:21.376Z | Compiling async-stream v0.3.6 |
| 2233 | 2025-04-09T17:37:21.659Z | Compiling strum v0.26.3 |
| 2234 | 2025-04-09T17:37:21.831Z | Compiling toml v0.8.20 |
| 2235 | 2025-04-09T17:37:21.858Z | Compiling waitgroup v0.1.2 |
| 2236 | 2025-04-09T17:37:21.965Z | Compiling serde_path_to_error v0.1.16 |
| 2237 | 2025-04-09T17:37:22.070Z | Compiling hostname v0.4.0 |
| 2238 | 2025-04-09T17:37:22.209Z | Compiling instant v0.1.13 |
| 2239 | 2025-04-09T17:37:22.275Z | Compiling debug-ignore v1.0.5 |
| 2240 | 2025-04-09T17:37:22.376Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2241 | 2025-04-09T17:37:22.432Z | Compiling backoff v0.4.0 |
| 2242 | 2025-04-09T17:37:22.702Z | Compiling parse-display v0.10.0 |
| 2243 | 2025-04-09T17:37:22.771Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2244 | 2025-04-09T17:37:22.965Z | Compiling rustls v0.23.19 |
| 2245 | 2025-04-09T17:37:22.969Z | Compiling rustls v0.22.4 |
| 2246 | 2025-04-09T17:37:23.035Z | Compiling serde_with v3.12.0 |
| 2247 | 2025-04-09T17:37:23.038Z | Compiling password-hash v0.5.0 |
| 2248 | 2025-04-09T17:37:23.073Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2249 | 2025-04-09T17:37:23.537Z | Compiling blake2 v0.10.6 |
| 2250 | 2025-04-09T17:37:24.435Z | Compiling macaddr v1.0.1 |
| 2251 | 2025-04-09T17:37:24.745Z | Compiling base64 v0.21.7 |
| 2252 | 2025-04-09T17:37:24.875Z | Compiling argon2 v0.5.3 |
| 2253 | 2025-04-09T17:37:25.177Z | Compiling atomicwrites v0.4.4 |
| 2254 | 2025-04-09T17:37:25.180Z | Compiling owo-colors v4.2.0 |
| 2255 | 2025-04-09T17:37:25.701Z | Compiling rustls-webpki v0.102.8 |
| 2256 | 2025-04-09T17:37:25.732Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#b3b4cf1c) |
| 2257 | 2025-04-09T17:37:25.818Z | Compiling cancel-safe-futures v0.1.5 |
| 2258 | 2025-04-09T17:37:26.310Z | Compiling libsw-core v0.3.1 |
| 2259 | 2025-04-09T17:37:26.387Z | Compiling prettyplease v0.2.30 |
| 2260 | 2025-04-09T17:37:27.183Z | Compiling libsw v3.4.0 |
| 2261 | 2025-04-09T17:37:27.489Z | Compiling utf-8 v0.7.6 |
| 2262 | 2025-04-09T17:37:27.773Z | Compiling linear-map v1.2.0 |
| 2263 | 2025-04-09T17:37:27.864Z | Compiling swrite v0.1.0 |
| 2264 | 2025-04-09T17:37:28.011Z | Compiling linked-hash-map v0.5.6 |
| 2265 | 2025-04-09T17:37:28.050Z | Compiling highway v1.3.0 |
| 2266 | 2025-04-09T17:37:28.184Z | Compiling tungstenite v0.21.0 |
| 2267 | 2025-04-09T17:37:28.405Z | Compiling lru-cache v0.1.2 |
| 2268 | 2025-04-09T17:37:28.638Z | Compiling semver v0.1.20 |
| 2269 | 2025-04-09T17:37:28.962Z | Compiling resolv-conf v0.7.0 |
| 2270 | 2025-04-09T17:37:29.152Z | Compiling rustc_version v0.1.7 |
| 2271 | 2025-04-09T17:37:29.537Z | Compiling tokio-tungstenite v0.21.0 |
| 2272 | 2025-04-09T17:37:29.593Z | Compiling newtype_derive v0.1.6 |
| 2273 | 2025-04-09T17:37:29.923Z | Compiling hickory-resolver v0.24.4 |
| 2274 | 2025-04-09T17:37:30.489Z | Compiling humantime v2.1.0 |
| 2275 | 2025-04-09T17:37:30.675Z | Compiling tokio-rustls v0.25.0 |
| 2276 | 2025-04-09T17:37:31.370Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2277 | 2025-04-09T17:37:32.925Z | Compiling steno v0.4.1 |
| 2278 | 2025-04-09T17:37:33.919Z | Compiling tokio-rustls v0.26.0 |
| 2279 | 2025-04-09T17:37:34.391Z | Compiling hyper-rustls v0.27.3 |
| 2280 | 2025-04-09T17:37:34.951Z | Compiling reqwest v0.12.12 |
| 2281 | 2025-04-09T17:37:39.169Z | Compiling progenitor-client v0.9.1 |
| 2282 | 2025-04-09T17:37:39.719Z | Compiling progenitor v0.9.1 |
| 2283 | 2025-04-09T17:37:39.806Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2284 | 2025-04-09T17:37:39.947Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8452936a53c3b16e53cbbf4e34e5e59899afc965#8452936a) |
| 2285 | 2025-04-09T17:37:43.835Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2286 | 2025-04-09T17:37:44.386Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2287 | 2025-04-09T17:37:45.123Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2288 | 2025-04-09T17:37:45.385Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2289 | 2025-04-09T17:37:48.667Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2290 | 2025-04-09T17:37:50.938Z | Compiling qorb v0.2.1 |
| 2291 | 2025-04-09T17:38:03.492Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2292 | 2025-04-09T17:38:07.127Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2293 | 2025-04-09T17:38:07.322Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2294 | 2025-04-09T17:38:07.753Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2295 | 2025-04-09T17:38:12.416Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2296 | 2025-04-09T17:38:12.445Z | Compiling slog-dtrace v0.3.0 |
| 2297 | 2025-04-09T17:38:12.795Z | Compiling bytecount v0.6.8 |
| 2298 | 2025-04-09T17:38:12.896Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2299 | 2025-04-09T17:38:13.108Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2300 | 2025-04-09T17:38:14.287Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2301 | 2025-04-09T17:38:14.551Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2302 | 2025-04-09T17:38:19.358Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2303 | 2025-04-09T17:38:20.796Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2304 | 2025-04-09T17:38:21.704Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2305 | 2025-04-09T17:38:24.465Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2306 | 2025-04-09T17:38:27.522Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2307 | 2025-04-09T17:38:29.391Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2308 | 2025-04-09T17:38:30.396Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2309 | 2025-04-09T17:38:30.804Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2310 | 2025-04-09T17:38:31.791Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2311 | 2025-04-09T17:38:34.328Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2312 | 2025-04-09T17:38:34.745Z | Compiling half v2.4.1 |
| 2313 | 2025-04-09T17:38:35.426Z | Compiling ciborium-io v0.2.2 |
| 2314 | 2025-04-09T17:38:35.604Z | Compiling ciborium-ll v0.2.2 |
| 2315 | 2025-04-09T17:38:36.183Z | Compiling ciborium v0.2.2 |
| 2316 | 2025-04-09T17:38:38.207Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2317 | 2025-04-09T17:38:41.149Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2318 | 2025-04-09T17:38:41.866Z | Compiling display-error-chain v0.2.2 |
| 2319 | 2025-04-09T17:38:41.922Z | Compiling proc-macro-error2 v2.0.1 |
| 2320 | 2025-04-09T17:38:42.111Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#77c4136a) |
| 2321 | 2025-04-09T17:38:42.464Z | Compiling const_format_proc_macros v0.2.34 |
| 2322 | 2025-04-09T17:38:43.978Z | Compiling keccak v0.1.5 |
| 2323 | 2025-04-09T17:38:44.197Z | Compiling maplit v1.0.2 |
| 2324 | 2025-04-09T17:38:44.278Z | Compiling crunchy v0.2.2 |
| 2325 | 2025-04-09T17:38:44.348Z | Compiling sha3 v0.10.8 |
| 2326 | 2025-04-09T17:38:44.792Z | Compiling const_format v0.2.34 |
| 2327 | 2025-04-09T17:38:45.127Z | Compiling tabled_derive v0.10.0 |
| 2328 | 2025-04-09T17:38:45.213Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2329 | 2025-04-09T17:38:46.008Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#77c4136a) |
| 2330 | 2025-04-09T17:38:47.233Z | Compiling papergrid v0.14.0 |
| 2331 | 2025-04-09T17:38:47.429Z | Compiling dsl_auto_type v0.1.2 |
| 2332 | 2025-04-09T17:38:48.375Z | Compiling scheduled-thread-pool v0.2.7 |
| 2333 | 2025-04-09T17:38:48.601Z | Compiling num-derive v0.3.3 |
| 2334 | 2025-04-09T17:38:49.010Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2335 | 2025-04-09T17:38:49.392Z | Compiling tiny-keccak v2.0.2 |
| 2336 | 2025-04-09T17:38:49.697Z | Compiling radium v0.7.0 |
| 2337 | 2025-04-09T17:38:49.784Z | Compiling tabled v0.18.0 |
| 2338 | 2025-04-09T17:38:49.846Z | Compiling diesel_derives v2.2.3 |
| 2339 | 2025-04-09T17:38:50.185Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#77c4136a) |
| 2340 | 2025-04-09T17:38:50.704Z | Compiling libscf-sys v1.1.0 |
| 2341 | 2025-04-09T17:38:54.789Z | Compiling r2d2 v0.8.10 |
| 2342 | 2025-04-09T17:38:55.403Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#77c4136a) |
| 2343 | 2025-04-09T17:38:56.415Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#7ebff6ec) |
| 2344 | 2025-04-09T17:38:59.618Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#7ebff6ec) |
| 2345 | 2025-04-09T17:38:59.982Z | Compiling bit-vec v0.6.3 |
| 2346 | 2025-04-09T17:39:00.127Z | Compiling tap v1.0.1 |
| 2347 | 2025-04-09T17:39:00.338Z | Compiling maybe-uninit v2.0.0 |
| 2348 | 2025-04-09T17:39:00.359Z | Compiling bit-set v0.5.3 |
| 2349 | 2025-04-09T17:39:00.396Z | Compiling wyz v0.5.1 |
| 2350 | 2025-04-09T17:39:00.647Z | Compiling diesel v2.2.8 |
| 2351 | 2025-04-09T17:39:00.931Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#7ebff6ec) |
| 2352 | 2025-04-09T17:39:00.983Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#77c4136a) |
| 2353 | 2025-04-09T17:39:01.854Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2354 | 2025-04-09T17:39:03.861Z | Compiling ascii-canvas v3.0.0 |
| 2355 | 2025-04-09T17:39:04.210Z | Compiling phf_generator v0.11.2 |
| 2356 | 2025-04-09T17:39:04.321Z | Compiling secrecy v0.8.0 |
| 2357 | 2025-04-09T17:39:04.352Z | Compiling async-recursion v1.1.1 |
| 2358 | 2025-04-09T17:39:04.597Z | Compiling ena v0.14.3 |
| 2359 | 2025-04-09T17:39:05.025Z | Compiling crc-catalog v2.4.0 |
| 2360 | 2025-04-09T17:39:05.202Z | Compiling regex-syntax v0.6.29 |
| 2361 | 2025-04-09T17:39:05.631Z | Compiling funty v2.0.0 |
| 2362 | 2025-04-09T17:39:11.792Z | Compiling packed_struct v0.10.1 |
| 2363 | 2025-04-09T17:39:11.814Z | Compiling bindgen v0.71.1 |
| 2364 | 2025-04-09T17:39:11.815Z | Compiling diff v0.1.13 |
| 2365 | 2025-04-09T17:39:11.815Z | Compiling lalrpop v0.19.12 |
| 2366 | 2025-04-09T17:39:11.815Z | Compiling bitvec v1.0.1 |
| 2367 | 2025-04-09T17:39:11.815Z | Compiling crc v3.2.1 |
| 2368 | 2025-04-09T17:39:11.815Z | Compiling phf_codegen v0.11.2 |
| 2369 | 2025-04-09T17:39:11.815Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#270dc8eb) |
| 2370 | 2025-04-09T17:39:12.129Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2371 | 2025-04-09T17:39:13.222Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2372 | 2025-04-09T17:39:14.185Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2373 | 2025-04-09T17:39:14.221Z | Compiling universal-hash v0.5.1 |
| 2374 | 2025-04-09T17:39:14.441Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2375 | 2025-04-09T17:39:14.491Z | Compiling packed_struct_codegen v0.10.1 |
| 2376 | 2025-04-09T17:39:15.812Z | Compiling parse-zoneinfo v0.3.1 |
| 2377 | 2025-04-09T17:39:16.819Z | Compiling indexmap v1.9.3 |
| 2378 | 2025-04-09T17:39:16.915Z | Compiling crc8 v0.1.1 |
| 2379 | 2025-04-09T17:39:17.168Z | Compiling ref-cast v1.0.23 |
| 2380 | 2025-04-09T17:39:17.214Z | Compiling rustc-hash v2.1.1 |
| 2381 | 2025-04-09T17:39:17.250Z | Compiling opaque-debug v0.3.1 |
| 2382 | 2025-04-09T17:39:17.380Z | Compiling nodrop v0.1.14 |
| 2383 | 2025-04-09T17:39:17.542Z | Compiling array-init v0.0.4 |
| 2384 | 2025-04-09T17:39:17.719Z | Compiling poly1305 v0.8.0 |
| 2385 | 2025-04-09T17:39:18.614Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#270dc8eb) |
| 2386 | 2025-04-09T17:39:19.187Z | Compiling thiserror-no-std v2.0.2 |
| 2387 | 2025-04-09T17:39:21.508Z | Compiling chrono-tz-build v0.4.0 |
| 2388 | 2025-04-09T17:39:22.453Z | Compiling smallvec v0.6.14 |
| 2389 | 2025-04-09T17:39:22.924Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2390 | 2025-04-09T17:39:23.278Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2391 | 2025-04-09T17:39:23.407Z | Compiling itertools v0.13.0 |
| 2392 | 2025-04-09T17:39:23.605Z | Compiling derive_builder_core v0.20.2 |
| 2393 | 2025-04-09T17:39:25.608Z | Compiling chacha20 v0.9.1 |
| 2394 | 2025-04-09T17:39:25.715Z | Compiling headers-core v0.3.0 |
| 2395 | 2025-04-09T17:39:25.911Z | Compiling aead v0.5.2 |
| 2396 | 2025-04-09T17:39:26.103Z | Compiling libxml v0.3.3 |
| 2397 | 2025-04-09T17:39:26.287Z | Compiling ref-cast-impl v1.0.23 |
| 2398 | 2025-04-09T17:39:26.496Z | Compiling vte_generate_state_changes v0.1.2 |
| 2399 | 2025-04-09T17:39:26.885Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2400 | 2025-04-09T17:39:27.121Z | Compiling arc-swap v1.7.1 |
| 2401 | 2025-04-09T17:39:27.244Z | Compiling bitfield v0.14.0 |
| 2402 | 2025-04-09T17:39:27.341Z | Compiling termcolor v1.4.1 |
| 2403 | 2025-04-09T17:39:27.565Z | Compiling hashbrown v0.12.3 |
| 2404 | 2025-04-09T17:39:27.787Z | Compiling slog-scope v4.4.0 |
| 2405 | 2025-04-09T17:39:28.358Z | Compiling env_logger v0.10.2 |
| 2406 | 2025-04-09T17:39:28.553Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2407 | 2025-04-09T17:39:29.850Z | Compiling samael v0.0.18 |
| 2408 | 2025-04-09T17:39:30.273Z | Compiling vte v0.11.1 |
| 2409 | 2025-04-09T17:39:30.778Z | Compiling polar-core v0.27.3 |
| 2410 | 2025-04-09T17:39:31.409Z | Compiling chacha20poly1305 v0.10.1 |
| 2411 | 2025-04-09T17:39:31.433Z | Compiling headers v0.4.0 |
| 2412 | 2025-04-09T17:39:31.586Z | Compiling derive_builder_macro v0.20.2 |
| 2413 | 2025-04-09T17:39:31.761Z | Compiling serde-hex v0.1.0 |
| 2414 | 2025-04-09T17:39:32.404Z | Compiling chrono-tz v0.10.3 |
| 2415 | 2025-04-09T17:39:33.042Z | Compiling vsss-rs v3.3.4 |
| 2416 | 2025-04-09T17:39:34.804Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2417 | 2025-04-09T17:39:36.593Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2418 | 2025-04-09T17:39:36.939Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2419 | 2025-04-09T17:39:36.970Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2420 | 2025-04-09T17:39:37.644Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2421 | 2025-04-09T17:39:37.978Z | Compiling ron v0.8.1 |
| 2422 | 2025-04-09T17:39:41.158Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2423 | 2025-04-09T17:39:43.515Z | Compiling hashbrown v0.13.2 |
| 2424 | 2025-04-09T17:39:43.610Z | Compiling strum_macros v0.24.3 |
| 2425 | 2025-04-09T17:39:44.800Z | Compiling unicase v2.7.0 |
| 2426 | 2025-04-09T17:39:45.163Z | Compiling crc-any v2.5.0 |
| 2427 | 2025-04-09T17:39:45.986Z | Compiling indoc v1.0.9 |
| 2428 | 2025-04-09T17:39:46.055Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2429 | 2025-04-09T17:39:46.491Z | Compiling object v0.30.4 |
| 2430 | 2025-04-09T17:39:50.992Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2431 | 2025-04-09T17:39:59.282Z | Compiling derive_builder v0.20.2 |
| 2432 | 2025-04-09T17:39:59.523Z | Compiling strip-ansi-escapes v0.2.0 |
| 2433 | 2025-04-09T17:40:00.544Z | Compiling slog-stdlog v4.1.1 |
| 2434 | 2025-04-09T17:40:00.919Z | Compiling papergrid v0.11.0 |
| 2435 | 2025-04-09T17:40:01.353Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2436 | 2025-04-09T17:40:01.694Z | Compiling tabled_derive v0.7.0 |
| 2437 | 2025-04-09T17:40:03.670Z | Compiling fd-lock v4.0.2 |
| 2438 | 2025-04-09T17:40:03.733Z | Compiling peg-macros v0.8.5 |
| 2439 | 2025-04-09T17:40:03.903Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2440 | 2025-04-09T17:40:04.719Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2441 | 2025-04-09T17:40:04.860Z | Compiling oso-derive v0.27.3 |
| 2442 | 2025-04-09T17:40:05.800Z | Compiling quick-xml v0.37.2 |
| 2443 | 2025-04-09T17:40:06.841Z | Compiling diesel-dtrace v0.4.2 |
| 2444 | 2025-04-09T17:40:07.200Z | Compiling path-slash v0.1.5 |
| 2445 | 2025-04-09T17:40:07.465Z | Compiling nu-ansi-term v0.50.1 |
| 2446 | 2025-04-09T17:40:07.729Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#688fb6d9) |
| 2447 | 2025-04-09T17:40:08.751Z | Compiling reedline v0.38.0 |
| 2448 | 2025-04-09T17:40:10.433Z | Compiling oso v0.27.3 |
| 2449 | 2025-04-09T17:40:14.386Z | Compiling peg v0.8.5 |
| 2450 | 2025-04-09T17:40:14.561Z | Compiling tabled v0.15.0 |
| 2451 | 2025-04-09T17:40:22.798Z | Compiling slog-envlogger v2.2.0 |
| 2452 | 2025-04-09T17:40:26.677Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2453 | 2025-04-09T17:40:28.109Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2454 | 2025-04-09T17:40:29.569Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2455 | 2025-04-09T17:40:32.421Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2456 | 2025-04-09T17:40:32.518Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2457 | 2025-04-09T17:40:32.762Z | Compiling typify-impl v0.2.0 |
| 2458 | 2025-04-09T17:40:33.734Z | Compiling pem v3.0.5 |
| 2459 | 2025-04-09T17:40:35.205Z | Compiling bb8 v0.8.5 |
| 2460 | 2025-04-09T17:40:35.809Z | Compiling bcs v0.1.6 |
| 2461 | 2025-04-09T17:40:36.590Z | Compiling fxhash v0.2.1 |
| 2462 | 2025-04-09T17:40:36.856Z | Compiling libz-sys v1.1.20 |
| 2463 | 2025-04-09T17:40:37.649Z | Compiling termtree v0.5.1 |
| 2464 | 2025-04-09T17:40:38.440Z | Compiling async-bb8-diesel v0.2.1 |
| 2465 | 2025-04-09T17:40:39.917Z | Compiling kstat-rs v0.2.4 |
| 2466 | 2025-04-09T17:40:40.816Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2467 | 2025-04-09T17:40:42.409Z | Compiling typify-macro v0.2.0 |
| 2468 | 2025-04-09T17:40:43.127Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2469 | 2025-04-09T17:40:45.613Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#b3b4cf1c) |
| 2470 | 2025-04-09T17:40:46.142Z | Compiling nanorand v0.7.0 |
| 2471 | 2025-04-09T17:40:46.821Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2472 | 2025-04-09T17:40:47.601Z | Compiling pin-project-internal v1.1.6 |
| 2473 | 2025-04-09T17:40:50.139Z | Compiling parking_lot_core v0.8.6 |
| 2474 | 2025-04-09T17:40:50.625Z | Compiling pin-project v1.1.6 |
| 2475 | 2025-04-09T17:40:58.484Z | Compiling flume v0.11.1 |
| 2476 | 2025-04-09T17:40:59.195Z | Compiling mime_guess v2.0.5 |
| 2477 | 2025-04-09T17:41:00.458Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2478 | 2025-04-09T17:41:00.581Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2479 | 2025-04-09T17:41:00.800Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2480 | 2025-04-09T17:41:03.514Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2481 | 2025-04-09T17:41:06.696Z | Compiling snafu-derive v0.8.5 |
| 2482 | 2025-04-09T17:41:07.613Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2483 | 2025-04-09T17:41:08.038Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2484 | 2025-04-09T17:41:10.598Z | Compiling snafu v0.8.5 |
| 2485 | 2025-04-09T17:41:19.953Z | Compiling typify v0.2.0 |
| 2486 | 2025-04-09T17:41:20.068Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2487 | 2025-04-09T17:41:21.813Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2488 | 2025-04-09T17:41:28.001Z | Compiling globset v0.4.15 |
| 2489 | 2025-04-09T17:41:31.907Z | Compiling olpc-cjson v0.1.4 |
| 2490 | 2025-04-09T17:41:32.241Z | Compiling castaway v0.2.3 |
| 2491 | 2025-04-09T17:41:32.453Z | Compiling vergen v8.3.2 |
| 2492 | 2025-04-09T17:41:32.806Z | Compiling nibble_vec v0.1.0 |
| 2493 | 2025-04-09T17:41:33.080Z | Compiling serde_plain v1.0.2 |
| 2494 | 2025-04-09T17:41:33.574Z | Compiling cargo-platform v0.1.8 |
| 2495 | 2025-04-09T17:41:33.739Z | Compiling atty v0.2.14 |
| 2496 | 2025-04-09T17:41:33.922Z | Compiling typed-path v0.9.3 |
| 2497 | 2025-04-09T17:41:34.041Z | Compiling salty v0.3.0 |
| 2498 | 2025-04-09T17:41:34.483Z | Compiling http-range v0.1.5 |
| 2499 | 2025-04-09T17:41:35.080Z | Compiling io-lifetimes v1.0.11 |
| 2500 | 2025-04-09T17:41:35.626Z | Compiling endian-type v0.1.2 |
| 2501 | 2025-04-09T17:41:35.893Z | Compiling radix_trie v0.2.1 |
| 2502 | 2025-04-09T17:41:36.792Z | Compiling tough v0.20.0 |
| 2503 | 2025-04-09T17:41:37.614Z | Compiling cargo_metadata v0.18.1 |
| 2504 | 2025-04-09T17:41:40.402Z | Compiling compact_str v0.8.0 |
| 2505 | 2025-04-09T17:41:40.735Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2506 | 2025-04-09T17:41:40.847Z | Compiling git2 v0.19.0 |
| 2507 | 2025-04-09T17:41:42.894Z | Compiling progenitor-impl v0.8.0 |
| 2508 | 2025-04-09T17:41:45.807Z | Compiling parking_lot v0.11.2 |
| 2509 | 2025-04-09T17:41:48.805Z | Compiling ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
| 2510 | 2025-04-09T17:41:49.627Z | Compiling unicode-truncate v1.1.0 |
| 2511 | 2025-04-09T17:41:49.937Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2512 | 2025-04-09T17:41:51.158Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2513 | 2025-04-09T17:41:54.369Z | Compiling lru v0.12.5 |
| 2514 | 2025-04-09T17:41:54.738Z | Compiling rand_seeder v0.3.0 |
| 2515 | 2025-04-09T17:41:55.151Z | Compiling lzma-sys v0.1.20 |
| 2516 | 2025-04-09T17:41:55.175Z | Compiling instability v0.3.2 |
| 2517 | 2025-04-09T17:41:55.548Z | Compiling rustls v0.21.12 |
| 2518 | 2025-04-09T17:41:55.866Z | Compiling indoc v2.0.6 |
| 2519 | 2025-04-09T17:41:55.894Z | Compiling cassowary v0.3.0 |
| 2520 | 2025-04-09T17:41:56.154Z | Compiling rustix v0.37.28 |
| 2521 | 2025-04-09T17:41:56.751Z | Compiling parse-size v1.1.0 |
| 2522 | 2025-04-09T17:41:57.087Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#b3b4cf1c) |
| 2523 | 2025-04-09T17:41:57.109Z | Compiling ratatui v0.29.0 |
| 2524 | 2025-04-09T17:41:57.255Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2525 | 2025-04-09T17:41:57.498Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2526 | 2025-04-09T17:41:57.809Z | Compiling hyper-staticfile v0.10.1 |
| 2527 | 2025-04-09T17:41:59.424Z | Compiling progenitor-macro v0.8.0 |
| 2528 | 2025-04-09T17:42:00.325Z | Compiling sled v0.34.7 |
| 2529 | 2025-04-09T17:42:12.930Z | Compiling hickory-client v0.24.4 |
| 2530 | 2025-04-09T17:42:15.332Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2531 | 2025-04-09T17:42:16.399Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2532 | 2025-04-09T17:42:16.516Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2533 | 2025-04-09T17:42:17.452Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8452936a53c3b16e53cbbf4e34e5e59899afc965#8452936a) |
| 2534 | 2025-04-09T17:42:19.063Z | Compiling progenitor-client v0.8.0 |
| 2535 | 2025-04-09T17:42:19.963Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2536 | 2025-04-09T17:42:20.307Z | Compiling sct v0.7.1 |
| 2537 | 2025-04-09T17:42:20.763Z | Compiling rustls-webpki v0.101.7 |
| 2538 | 2025-04-09T17:42:21.762Z | Compiling hickory-server v0.24.4 |
| 2539 | 2025-04-09T17:42:24.560Z | Compiling primeorder v0.13.6 |
| 2540 | 2025-04-09T17:42:25.137Z | Compiling heck v0.3.3 |
| 2541 | 2025-04-09T17:42:25.488Z | Compiling env_filter v0.1.2 |
| 2542 | 2025-04-09T17:42:26.966Z | Compiling csv-core v0.1.11 |
| 2543 | 2025-04-09T17:42:27.076Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
| 2544 | 2025-04-09T17:42:27.433Z | Compiling dropshot v0.12.0 |
| 2545 | 2025-04-09T17:42:27.798Z | Compiling void v1.0.2 |
| 2546 | 2025-04-09T17:42:27.950Z | Compiling lzss v0.8.2 |
| 2547 | 2025-04-09T17:42:28.072Z | Compiling csv v1.3.1 |
| 2548 | 2025-04-09T17:42:28.436Z | Compiling env_logger v0.11.5 |
| 2549 | 2025-04-09T17:42:29.889Z | Compiling zone_cfg_derive v0.1.2 |
| 2550 | 2025-04-09T17:42:30.219Z | Compiling p384 v0.13.0 |
| 2551 | 2025-04-09T17:42:30.561Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2552 | 2025-04-09T17:42:32.669Z | Compiling progenitor v0.8.0 |
| 2553 | 2025-04-09T17:42:32.918Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2554 | 2025-04-09T17:42:34.581Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2555 | 2025-04-09T17:42:35.315Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2556 | 2025-04-09T17:42:35.479Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2557 | 2025-04-09T17:42:35.729Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2558 | 2025-04-09T17:42:36.759Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2559 | 2025-04-09T17:42:37.093Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2560 | 2025-04-09T17:42:37.115Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2561 | 2025-04-09T17:42:37.438Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2562 | 2025-04-09T17:42:37.458Z | Compiling tungstenite v0.23.0 |
| 2563 | 2025-04-09T17:42:37.772Z | Compiling nix v0.27.1 |
| 2564 | 2025-04-09T17:42:40.456Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2565 | 2025-04-09T17:42:41.124Z | Compiling dropshot_endpoint v0.12.0 |
| 2566 | 2025-04-09T17:42:42.209Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2567 | 2025-04-09T17:42:42.572Z | Compiling base64 v0.13.1 |
| 2568 | 2025-04-09T17:42:42.876Z | Compiling xshell-macros v0.2.7 |
| 2569 | 2025-04-09T17:42:43.393Z | Compiling ron v0.7.1 |
| 2570 | 2025-04-09T17:42:43.622Z | Compiling xshell v0.2.7 |
| 2571 | 2025-04-09T17:42:46.462Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2572 | 2025-04-09T17:42:47.144Z | Compiling tokio-tungstenite v0.23.1 |
| 2573 | 2025-04-09T17:42:47.868Z | Compiling xz2 v0.1.7 |
| 2574 | 2025-04-09T17:42:48.538Z | Compiling tokio-rustls v0.24.1 |
| 2575 | 2025-04-09T17:42:49.010Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2576 | 2025-04-09T17:42:52.500Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2577 | 2025-04-09T17:42:52.628Z | Compiling terminal_size v0.2.6 |
| 2578 | 2025-04-09T17:42:52.874Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2579 | 2025-04-09T17:42:57.995Z | Compiling zone v0.1.8 |
| 2580 | 2025-04-09T17:42:58.116Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2581 | 2025-04-09T17:42:58.757Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2582 | 2025-04-09T17:42:59.604Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2583 | 2025-04-09T17:42:59.723Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2584 | 2025-04-09T17:43:01.360Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#2d7113e1) |
| 2585 | 2025-04-09T17:43:01.580Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2586 | 2025-04-09T17:43:01.815Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2587 | 2025-04-09T17:43:02.336Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2588 | 2025-04-09T17:43:04.789Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2589 | 2025-04-09T17:43:05.265Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2590 | 2025-04-09T17:43:06.105Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2591 | 2025-04-09T17:43:07.900Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2592 | 2025-04-09T17:43:08.247Z | Compiling rustls-pemfile v1.0.4 |
| 2593 | 2025-04-09T17:43:08.973Z | Compiling signal-hook-tokio v0.3.1 |
| 2594 | 2025-04-09T17:43:09.212Z | Compiling twox-hash v2.1.0 |
| 2595 | 2025-04-09T17:43:09.562Z | Compiling yasna v0.5.2 |
| 2596 | 2025-04-09T17:43:09.895Z | Compiling glob v0.3.2 |
| 2597 | 2025-04-09T17:43:10.208Z | Compiling unicode-linebreak v0.1.5 |
| 2598 | 2025-04-09T17:43:10.785Z | Compiling is_ci v1.2.0 |
| 2599 | 2025-04-09T17:43:11.122Z | Compiling smawk v0.3.2 |
| 2600 | 2025-04-09T17:43:11.440Z | Compiling textwrap v0.16.1 |
| 2601 | 2025-04-09T17:43:11.970Z | Compiling supports-color v3.0.2 |
| 2602 | 2025-04-09T17:43:12.415Z | Compiling rcgen v0.12.1 |
| 2603 | 2025-04-09T17:43:12.493Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2604 | 2025-04-09T17:43:13.623Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2605 | 2025-04-09T17:43:13.894Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2606 | 2025-04-09T17:43:14.966Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2607 | 2025-04-09T17:43:19.963Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2608 | 2025-04-09T17:43:22.976Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#2d7113e1) |
| 2609 | 2025-04-09T17:43:23.509Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2610 | 2025-04-09T17:43:33.317Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2611 | 2025-04-09T17:43:42.388Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2612 | 2025-04-09T17:43:42.641Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2613 | 2025-04-09T17:43:42.934Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2614 | 2025-04-09T17:43:47.003Z | Compiling ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client) |
| 2615 | 2025-04-09T17:43:50.134Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2616 | 2025-04-09T17:43:51.596Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2617 | 2025-04-09T17:43:52.117Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2618 | 2025-04-09T17:43:52.343Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2619 | 2025-04-09T17:43:54.944Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2620 | 2025-04-09T17:43:55.732Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2621 | 2025-04-09T17:43:57.525Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2622 | 2025-04-09T17:44:01.780Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2623 | 2025-04-09T17:44:02.126Z | Compiling fatfs v0.3.6 |
| 2624 | 2025-04-09T17:44:02.301Z | Compiling subprocess v0.2.9 |
| 2625 | 2025-04-09T17:44:04.583Z | Compiling rtoolbox v0.0.2 |
| 2626 | 2025-04-09T17:44:04.740Z | Compiling assert_matches v1.5.0 |
| 2627 | 2025-04-09T17:44:05.013Z | Compiling rpassword v7.3.1 |
| 2628 | 2025-04-09T17:44:05.477Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2629 | 2025-04-09T17:44:06.827Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2630 | 2025-04-09T17:44:10.933Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2631 | 2025-04-09T17:44:13.069Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2632 | 2025-04-09T17:44:19.856Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2633 | 2025-04-09T17:44:40.126Z | Compiling tui-tree-widget v0.23.0 |
| 2634 | 2025-04-09T17:44:40.578Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2635 | 2025-04-09T17:44:49.371Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2636 | 2025-04-09T17:44:49.719Z | Compiling uzers v0.12.1 |
| 2637 | 2025-04-09T17:44:52.856Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2638 | 2025-04-09T17:44:53.379Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2639 | 2025-04-09T17:44:53.448Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2640 | 2025-04-09T17:44:56.033Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2641 | 2025-04-09T17:45:06.790Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2642 | 2025-04-09T17:45:11.373Z | Compiling multimap v0.10.0 |
| 2643 | 2025-04-09T17:47:29.200Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2644 | 2025-04-09T17:54:36.356Z | Finished `release` profile [optimized] target(s) in 17m 19s |
| 2645 | 2025-04-09T17:55:44.899Z | |
| 2646 | 2025-04-09T17:55:44.903Z | real 18:29.554473108 |
| 2647 | 2025-04-09T17:55:44.903Z | user 2:11:42.603868024 |
| 2648 | 2025-04-09T17:55:44.904Z | sys 3:38.880181084 |
| 2649 | 2025-04-09T17:55:44.904Z | trap 3.228321306 |
| 2650 | 2025-04-09T17:55:44.904Z | tflt 1.844135694 |
| 2651 | 2025-04-09T17:55:44.904Z | dflt 6.116893522 |
| 2652 | 2025-04-09T17:55:44.904Z | kflt 0.002641311 |
| 2653 | 2025-04-09T17:55:44.904Z | lock 7:56:42.701271888 |
| 2654 | 2025-04-09T17:55:44.904Z | slp 7:01:51.409852739 |
| 2655 | 2025-04-09T17:55:44.904Z | lat 3:49.641204338 |
| 2656 | 2025-04-09T17:55:44.904Z | stop 3:10.091303697 |
| 2657 | 2025-04-09T17:55:44.904Z | + mapfile -t packages |
| 2658 | 2025-04-09T17:55:44.904Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2659 | 2025-04-09T17:55:46.047Z | Compiling ring v0.17.11 |
| 2660 | 2025-04-09T17:55:49.484Z | Compiling rustls-webpki v0.102.8 |
| 2661 | 2025-04-09T17:55:49.489Z | Compiling rustls v0.23.19 |
| 2662 | 2025-04-09T17:55:49.703Z | Compiling rustls v0.22.4 |
| 2663 | 2025-04-09T17:55:58.639Z | Compiling tokio-rustls v0.26.0 |
| 2664 | 2025-04-09T17:55:58.649Z | Compiling hyper-rustls v0.27.3 |
| 2665 | 2025-04-09T17:55:58.649Z | Compiling reqwest v0.12.12 |
| 2666 | 2025-04-09T17:55:58.649Z | Compiling tokio-rustls v0.25.0 |
| 2667 | 2025-04-09T17:55:58.649Z | Compiling dropshot v0.16.0 |
| 2668 | 2025-04-09T17:56:03.181Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2669 | 2025-04-09T17:56:03.758Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2670 | 2025-04-09T17:56:08.378Z | Compiling progenitor-client v0.9.1 |
| 2671 | 2025-04-09T17:56:09.234Z | Compiling progenitor v0.9.1 |
| 2672 | 2025-04-09T17:56:09.455Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8452936a53c3b16e53cbbf4e34e5e59899afc965#8452936a) |
| 2673 | 2025-04-09T17:56:09.494Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2674 | 2025-04-09T17:56:10.371Z | Compiling omicron-zone-package v0.12.0 |
| 2675 | 2025-04-09T17:56:17.592Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2676 | 2025-04-09T17:56:25.904Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2677 | 2025-04-09T17:56:30.129Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2678 | 2025-04-09T17:56:31.999Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2679 | 2025-04-09T17:56:34.252Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2680 | 2025-04-09T17:56:48.788Z | Finished `release` profile [optimized] target(s) in 1m 03s |
| 2681 | 2025-04-09T17:56:48.984Z | Running `target/release/omicron-package -t test list-outputs` |
| 2682 | 2025-04-09T17:56:49.039Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2683 | 2025-04-09T17:56:49.044Z | + ptime -m cargo build --locked --release -p xtask |
| 2684 | 2025-04-09T17:56:49.728Z | Compiling serde v1.0.219 |
| 2685 | 2025-04-09T17:56:49.731Z | Compiling rustix v0.38.37 |
| 2686 | 2025-04-09T17:56:49.731Z | Compiling serde_json v1.0.140 |
| 2687 | 2025-04-09T17:56:49.731Z | Compiling libc v0.2.171 |
| 2688 | 2025-04-09T17:56:49.732Z | Compiling syn v2.0.98 |
| 2689 | 2025-04-09T17:56:49.732Z | Compiling bitflags v2.9.0 |
| 2690 | 2025-04-09T17:56:50.245Z | Compiling usdt-impl v0.5.0 |
| 2691 | 2025-04-09T17:56:50.292Z | Compiling syn v1.0.109 |
| 2692 | 2025-04-09T17:56:50.350Z | Compiling hashbrown v0.15.1 |
| 2693 | 2025-04-09T17:56:50.405Z | Compiling log v0.4.22 |
| 2694 | 2025-04-09T17:56:50.586Z | Compiling fs-err v2.11.0 |
| 2695 | 2025-04-09T17:56:50.847Z | Compiling anyhow v1.0.97 |
| 2696 | 2025-04-09T17:56:50.918Z | Compiling once_cell v1.21.3 |
| 2697 | 2025-04-09T17:56:51.136Z | Compiling thread-id v4.2.2 |
| 2698 | 2025-04-09T17:56:51.574Z | Compiling indexmap v2.7.1 |
| 2699 | 2025-04-09T17:56:52.631Z | Compiling terminal_size v0.4.0 |
| 2700 | 2025-04-09T17:56:52.695Z | Compiling tempfile v3.13.0 |
| 2701 | 2025-04-09T17:56:52.888Z | Compiling clap_builder v4.5.32 |
| 2702 | 2025-04-09T17:56:53.711Z | Compiling proc-macro-error v1.0.4 |
| 2703 | 2025-04-09T17:56:54.381Z | Compiling tabled_derive v0.7.0 |
| 2704 | 2025-04-09T17:56:55.465Z | Compiling tabled v0.15.0 |
| 2705 | 2025-04-09T17:56:55.958Z | Compiling serde_derive v1.0.219 |
| 2706 | 2025-04-09T17:56:55.958Z | Compiling thiserror-impl v1.0.69 |
| 2707 | 2025-04-09T17:56:55.962Z | Compiling zerocopy-derive v0.7.35 |
| 2708 | 2025-04-09T17:56:55.962Z | Compiling scroll_derive v0.12.0 |
| 2709 | 2025-04-09T17:56:55.962Z | Compiling thiserror-impl v2.0.12 |
| 2710 | 2025-04-09T17:56:57.442Z | Compiling scroll v0.12.0 |
| 2711 | 2025-04-09T17:56:57.741Z | Compiling zerocopy v0.7.35 |
| 2712 | 2025-04-09T17:56:58.069Z | Compiling goblin v0.8.2 |
| 2713 | 2025-04-09T17:56:58.543Z | Compiling thiserror v1.0.69 |
| 2714 | 2025-04-09T17:56:58.728Z | Compiling pest v2.7.14 |
| 2715 | 2025-04-09T17:57:00.507Z | Compiling thiserror v2.0.12 |
| 2716 | 2025-04-09T17:57:00.709Z | Compiling clap_derive v4.5.32 |
| 2717 | 2025-04-09T17:57:01.745Z | Compiling pest_meta v2.7.14 |
| 2718 | 2025-04-09T17:57:04.959Z | Compiling pest_generator v2.7.14 |
| 2719 | 2025-04-09T17:57:05.205Z | Compiling clap v4.5.32 |
| 2720 | 2025-04-09T17:57:06.643Z | Compiling pest_derive v2.7.14 |
| 2721 | 2025-04-09T17:57:07.474Z | Compiling dtrace-parser v0.2.0 |
| 2722 | 2025-04-09T17:57:08.992Z | Compiling serde_spanned v0.6.8 |
| 2723 | 2025-04-09T17:57:09.296Z | Compiling toml_datetime v0.6.8 |
| 2724 | 2025-04-09T17:57:10.017Z | Compiling serde_tokenstream v0.2.2 |
| 2725 | 2025-04-09T17:57:10.592Z | Compiling dof v0.3.0 |
| 2726 | 2025-04-09T17:57:11.431Z | Compiling toml_edit v0.22.24 |
| 2727 | 2025-04-09T17:57:12.656Z | Compiling camino v1.1.9 |
| 2728 | 2025-04-09T17:57:14.407Z | Compiling usdt-attr-macro v0.5.0 |
| 2729 | 2025-04-09T17:57:15.723Z | Compiling toml v0.8.20 |
| 2730 | 2025-04-09T17:57:17.257Z | Compiling usdt-macro v0.5.0 |
| 2731 | 2025-04-09T17:57:18.432Z | Compiling semver v1.0.25 |
| 2732 | 2025-04-09T17:57:19.807Z | Compiling cargo-platform v0.1.8 |
| 2733 | 2025-04-09T17:57:19.879Z | Compiling usdt v0.5.0 |
| 2734 | 2025-04-09T17:57:20.895Z | Compiling cargo_metadata v0.19.2 |
| 2735 | 2025-04-09T17:57:21.248Z | Compiling cargo_toml v0.21.0 |
| 2736 | 2025-04-09T17:57:21.353Z | Compiling camino-tempfile v1.1.1 |
| 2737 | 2025-04-09T17:57:21.867Z | Compiling macaddr v1.0.1 |
| 2738 | 2025-04-09T17:57:32.191Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2739 | 2025-04-09T17:57:37.809Z | Finished `release` profile [optimized] target(s) in 48.70s |
| 2740 | 2025-04-09T17:57:37.951Z | |
| 2741 | 2025-04-09T17:57:37.955Z | real 48.872768773 |
| 2742 | 2025-04-09T17:57:37.955Z | user 5:14.641691044 |
| 2743 | 2025-04-09T17:57:37.955Z | sys 19.525958789 |
| 2744 | 2025-04-09T17:57:37.955Z | trap 0.141664363 |
| 2745 | 2025-04-09T17:57:37.955Z | tflt 0.220381144 |
| 2746 | 2025-04-09T17:57:37.955Z | dflt 0.385051403 |
| 2747 | 2025-04-09T17:57:37.955Z | kflt 0.000003269 |
| 2748 | 2025-04-09T17:57:37.955Z | lock 9:55.828132350 |
| 2749 | 2025-04-09T17:57:37.955Z | slp 15:34.468446721 |
| 2750 | 2025-04-09T17:57:37.955Z | lat 15.475134014 |
| 2751 | 2025-04-09T17:57:37.955Z | stop 21.628166862 |
| 2752 | 2025-04-09T17:57:37.955Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2753 | 2025-04-09T17:57:37.955Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2754 | 2025-04-09T17:57:37.955Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2755 | 2025-04-09T17:57:37.955Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2756 | 2025-04-09T17:57:37.955Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2757 | 2025-04-09T17:57:38.968Z | Compiling thiserror-impl v2.0.12 |
| 2758 | 2025-04-09T17:57:39.115Z | Compiling regress v0.10.3 |
| 2759 | 2025-04-09T17:57:39.119Z | Compiling ident_case v1.0.1 |
| 2760 | 2025-04-09T17:57:39.119Z | Compiling unsafe-libyaml v0.2.11 |
| 2761 | 2025-04-09T17:57:39.119Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2762 | 2025-04-09T17:57:39.119Z | Compiling match_cfg v0.1.0 |
| 2763 | 2025-04-09T17:57:39.119Z | Compiling progenitor-client v0.9.1 |
| 2764 | 2025-04-09T17:57:39.119Z | Compiling quick-error v1.2.3 |
| 2765 | 2025-04-09T17:57:39.301Z | Compiling hostname v0.3.1 |
| 2766 | 2025-04-09T17:57:39.325Z | Compiling rustls v0.22.4 |
| 2767 | 2025-04-09T17:57:39.418Z | Compiling darling_core v0.20.10 |
| 2768 | 2025-04-09T17:57:39.521Z | Compiling multer v3.1.0 |
| 2769 | 2025-04-09T17:57:39.663Z | Compiling debug-ignore v1.0.5 |
| 2770 | 2025-04-09T17:57:39.682Z | Compiling tempfile v3.13.0 |
| 2771 | 2025-04-09T17:57:39.828Z | Compiling toml v0.8.20 |
| 2772 | 2025-04-09T17:57:39.946Z | Compiling slog-json v2.6.1 |
| 2773 | 2025-04-09T17:57:40.336Z | Compiling structmeta-derive v0.3.0 |
| 2774 | 2025-04-09T17:57:40.468Z | Compiling serde_yaml v0.9.34+deprecated |
| 2775 | 2025-04-09T17:57:41.021Z | Compiling async-stream-impl v0.3.6 |
| 2776 | 2025-04-09T17:57:41.273Z | Compiling slog-bunyan v2.5.0 |
| 2777 | 2025-04-09T17:57:42.200Z | Compiling thiserror v2.0.12 |
| 2778 | 2025-04-09T17:57:42.339Z | Compiling async-stream v0.3.6 |
| 2779 | 2025-04-09T17:57:42.385Z | Compiling waitgroup v0.1.2 |
| 2780 | 2025-04-09T17:57:42.537Z | Compiling macaddr v1.0.1 |
| 2781 | 2025-04-09T17:57:42.630Z | Compiling serde_path_to_error v0.1.16 |
| 2782 | 2025-04-09T17:57:42.653Z | Compiling hex v0.4.3 |
| 2783 | 2025-04-09T17:57:42.972Z | Compiling typify-impl v0.3.0 |
| 2784 | 2025-04-09T17:57:42.994Z | Compiling structmeta v0.3.0 |
| 2785 | 2025-04-09T17:57:43.266Z | Compiling hostname v0.4.0 |
| 2786 | 2025-04-09T17:57:43.403Z | Compiling wait-timeout v0.2.0 |
| 2787 | 2025-04-09T17:57:43.444Z | Compiling dropshot v0.16.0 |
| 2788 | 2025-04-09T17:57:43.503Z | Compiling bit-vec v0.8.0 |
| 2789 | 2025-04-09T17:57:43.825Z | Compiling rusty-fork v0.3.0 |
| 2790 | 2025-04-09T17:57:43.881Z | Compiling tokio-rustls v0.25.0 |
| 2791 | 2025-04-09T17:57:43.905Z | Compiling bit-set v0.8.0 |
| 2792 | 2025-04-09T17:57:43.905Z | Compiling dropshot_endpoint v0.16.0 |
| 2793 | 2025-04-09T17:57:43.946Z | Compiling rand_xorshift v0.3.0 |
| 2794 | 2025-04-09T17:57:44.439Z | Compiling instant v0.1.13 |
| 2795 | 2025-04-09T17:57:44.442Z | Compiling unarray v0.1.4 |
| 2796 | 2025-04-09T17:57:44.442Z | Compiling test-strategy v0.4.0 |
| 2797 | 2025-04-09T17:57:44.442Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2798 | 2025-04-09T17:57:44.487Z | Compiling proptest v1.6.0 |
| 2799 | 2025-04-09T17:57:44.509Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2800 | 2025-04-09T17:57:44.625Z | Compiling parse-display-derive v0.10.0 |
| 2801 | 2025-04-09T17:57:45.016Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2802 | 2025-04-09T17:57:45.149Z | Compiling darling_macro v0.20.10 |
| 2803 | 2025-04-09T17:57:45.785Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2804 | 2025-04-09T17:57:46.008Z | Compiling backoff v0.4.0 |
| 2805 | 2025-04-09T17:57:46.079Z | Compiling darling v0.20.10 |
| 2806 | 2025-04-09T17:57:46.226Z | Compiling serde_with_macros v3.12.0 |
| 2807 | 2025-04-09T17:57:46.387Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2808 | 2025-04-09T17:57:47.188Z | Compiling proc-macro-crate v1.3.1 |
| 2809 | 2025-04-09T17:57:47.693Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2810 | 2025-04-09T17:57:48.099Z | Compiling num_enum_derive v0.5.11 |
| 2811 | 2025-04-09T17:57:48.102Z | Compiling itertools v0.13.0 |
| 2812 | 2025-04-09T17:57:48.149Z | Compiling heapless v0.8.0 |
| 2813 | 2025-04-09T17:57:48.611Z | Compiling parse-display v0.10.0 |
| 2814 | 2025-04-09T17:57:48.688Z | Compiling crucible-workspace-hack v0.1.0 |
| 2815 | 2025-04-09T17:57:48.761Z | Compiling serde_with v3.12.0 |
| 2816 | 2025-04-09T17:57:49.013Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2817 | 2025-04-09T17:57:49.399Z | Compiling proc-macro-error v1.0.4 |
| 2818 | 2025-04-09T17:57:49.611Z | Compiling hash32 v0.3.1 |
| 2819 | 2025-04-09T17:57:49.898Z | Compiling foreign-types-macros v0.2.3 |
| 2820 | 2025-04-09T17:57:49.995Z | Compiling smoltcp v0.11.0 |
| 2821 | 2025-04-09T17:57:50.320Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#b3b4cf1c) |
| 2822 | 2025-04-09T17:57:50.676Z | Compiling num_enum v0.5.11 |
| 2823 | 2025-04-09T17:57:50.881Z | Compiling foreign-types-shared v0.3.1 |
| 2824 | 2025-04-09T17:57:50.928Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2825 | 2025-04-09T17:57:51.128Z | Compiling foreign-types v0.5.0 |
| 2826 | 2025-04-09T17:57:51.475Z | Compiling tabwriter v1.4.0 |
| 2827 | 2025-04-09T17:57:51.747Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2828 | 2025-04-09T17:57:51.967Z | Compiling cstr-argument v0.1.2 |
| 2829 | 2025-04-09T17:57:52.029Z | Compiling cobs v0.2.3 |
| 2830 | 2025-04-09T17:57:52.260Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2831 | 2025-04-09T17:57:52.366Z | Compiling pretty-hex v0.2.1 |
| 2832 | 2025-04-09T17:57:52.369Z | Compiling postcard v1.0.10 |
| 2833 | 2025-04-09T17:57:52.601Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2834 | 2025-04-09T17:57:52.638Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2835 | 2025-04-09T17:57:52.658Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2836 | 2025-04-09T17:57:52.993Z | Compiling colored v2.2.0 |
| 2837 | 2025-04-09T17:57:52.996Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2838 | 2025-04-09T17:57:53.193Z | Compiling winnow v0.6.20 |
| 2839 | 2025-04-09T17:57:53.375Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2840 | 2025-04-09T17:57:53.672Z | Compiling itertools v0.14.0 |
| 2841 | 2025-04-09T17:57:53.758Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2842 | 2025-04-09T17:57:54.666Z | Compiling camino-tempfile v1.1.1 |
| 2843 | 2025-04-09T17:57:55.137Z | Compiling smf v0.2.3 |
| 2844 | 2025-04-09T17:57:56.606Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2845 | 2025-04-09T17:57:56.629Z | Compiling zone_cfg_derive v0.3.0 |
| 2846 | 2025-04-09T17:57:56.837Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2847 | 2025-04-09T17:57:56.949Z | Compiling num-derive v0.4.2 |
| 2848 | 2025-04-09T17:57:57.255Z | Compiling sigpipe v0.1.3 |
| 2849 | 2025-04-09T17:57:57.288Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2850 | 2025-04-09T17:57:57.418Z | Compiling jiff v0.2.6 |
| 2851 | 2025-04-09T17:57:57.605Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2852 | 2025-04-09T17:57:57.670Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2853 | 2025-04-09T17:57:57.693Z | Compiling typify-macro v0.3.0 |
| 2854 | 2025-04-09T17:57:58.053Z | Compiling zone v0.3.1 |
| 2855 | 2025-04-09T17:57:58.120Z | Compiling num-rational v0.4.2 |
| 2856 | 2025-04-09T17:57:58.383Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2857 | 2025-04-09T17:57:59.180Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2858 | 2025-04-09T17:57:59.376Z | Compiling num-complex v0.4.6 |
| 2859 | 2025-04-09T17:57:59.655Z | Compiling float-ord v0.3.2 |
| 2860 | 2025-04-09T17:57:59.868Z | Compiling universal-hash v0.5.1 |
| 2861 | 2025-04-09T17:58:00.002Z | Compiling opaque-debug v0.3.1 |
| 2862 | 2025-04-09T17:58:00.025Z | Compiling utf-8 v0.7.6 |
| 2863 | 2025-04-09T17:58:00.099Z | Compiling password-hash v0.5.0 |
| 2864 | 2025-04-09T17:58:00.122Z | Compiling blake2 v0.10.6 |
| 2865 | 2025-04-09T17:58:00.369Z | Compiling num v0.4.3 |
| 2866 | 2025-04-09T17:58:00.391Z | Compiling tungstenite v0.21.0 |
| 2867 | 2025-04-09T17:58:00.499Z | Compiling aead v0.5.2 |
| 2868 | 2025-04-09T17:58:00.818Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2869 | 2025-04-09T17:58:00.914Z | Compiling base64 v0.21.7 |
| 2870 | 2025-04-09T17:58:00.999Z | Compiling convert_case v0.4.0 |
| 2871 | 2025-04-09T17:58:01.441Z | Compiling typify v0.3.0 |
| 2872 | 2025-04-09T17:58:01.482Z | Compiling keccak v0.1.5 |
| 2873 | 2025-04-09T17:58:01.561Z | Compiling tokio-tungstenite v0.21.0 |
| 2874 | 2025-04-09T17:58:01.611Z | Compiling progenitor-impl v0.9.1 |
| 2875 | 2025-04-09T17:58:01.851Z | Compiling derive_more v0.99.19 |
| 2876 | 2025-04-09T17:58:02.269Z | Compiling sha3 v0.10.8 |
| 2877 | 2025-04-09T17:58:02.493Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2878 | 2025-04-09T17:58:02.717Z | Compiling argon2 v0.5.3 |
| 2879 | 2025-04-09T17:58:02.741Z | Compiling poly1305 v0.8.0 |
| 2880 | 2025-04-09T17:58:03.323Z | Compiling chacha20 v0.9.1 |
| 2881 | 2025-04-09T17:58:03.845Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2882 | 2025-04-09T17:58:04.295Z | Compiling derive-where v1.2.7 |
| 2883 | 2025-04-09T17:58:04.434Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2884 | 2025-04-09T17:58:04.587Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2885 | 2025-04-09T17:58:05.499Z | Compiling semver v0.1.20 |
| 2886 | 2025-04-09T17:58:05.536Z | Compiling typify-impl v0.2.0 |
| 2887 | 2025-04-09T17:58:05.616Z | Compiling newline-converter v0.3.0 |
| 2888 | 2025-04-09T17:58:05.814Z | Compiling primeorder v0.13.6 |
| 2889 | 2025-04-09T17:58:06.108Z | Compiling rustc_version v0.1.7 |
| 2890 | 2025-04-09T17:58:06.358Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2891 | 2025-04-09T17:58:06.579Z | Compiling secrecy v0.8.0 |
| 2892 | 2025-04-09T17:58:06.876Z | Compiling owo-colors v4.2.0 |
| 2893 | 2025-04-09T17:58:06.979Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2894 | 2025-04-09T17:58:07.473Z | Compiling linked-hash-map v0.5.6 |
| 2895 | 2025-04-09T17:58:07.522Z | Compiling cancel-safe-futures v0.1.5 |
| 2896 | 2025-04-09T17:58:07.811Z | Compiling lru-cache v0.1.2 |
| 2897 | 2025-04-09T17:58:07.911Z | Compiling newtype_derive v0.1.6 |
| 2898 | 2025-04-09T17:58:07.965Z | Compiling expectorate v1.1.0 |
| 2899 | 2025-04-09T17:58:08.030Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2900 | 2025-04-09T17:58:08.167Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2901 | 2025-04-09T17:58:08.285Z | Compiling resolv-conf v0.7.0 |
| 2902 | 2025-04-09T17:58:08.314Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2903 | 2025-04-09T17:58:08.382Z | Compiling progenitor-macro v0.9.1 |
| 2904 | 2025-04-09T17:58:08.455Z | Compiling libsw-core v0.3.1 |
| 2905 | 2025-04-09T17:58:08.760Z | Compiling unicase v2.7.0 |
| 2906 | 2025-04-09T17:58:08.987Z | Compiling half v2.4.1 |
| 2907 | 2025-04-09T17:58:09.102Z | Compiling arc-swap v1.7.1 |
| 2908 | 2025-04-09T17:58:09.124Z | Compiling ciborium-io v0.2.2 |
| 2909 | 2025-04-09T17:58:09.147Z | Compiling fixedbitset v0.5.7 |
| 2910 | 2025-04-09T17:58:09.546Z | Compiling slog-scope v4.4.0 |
| 2911 | 2025-04-09T17:58:09.577Z | Compiling petgraph v0.7.1 |
| 2912 | 2025-04-09T17:58:09.682Z | Compiling ciborium-ll v0.2.2 |
| 2913 | 2025-04-09T17:58:09.805Z | Compiling libsw v3.4.0 |
| 2914 | 2025-04-09T17:58:10.012Z | Compiling hickory-resolver v0.24.4 |
| 2915 | 2025-04-09T17:58:10.105Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2916 | 2025-04-09T17:58:10.128Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2917 | 2025-04-09T17:58:10.899Z | Compiling polyval v0.6.2 |
| 2918 | 2025-04-09T17:58:11.062Z | Compiling thiserror-no-std v2.0.2 |
| 2919 | 2025-04-09T17:58:11.229Z | Compiling atomicwrites v0.4.4 |
| 2920 | 2025-04-09T17:58:11.341Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2921 | 2025-04-09T17:58:11.602Z | Compiling salty v0.3.0 |
| 2922 | 2025-04-09T17:58:12.111Z | Compiling linear-map v1.2.0 |
| 2923 | 2025-04-09T17:58:12.223Z | Compiling indent_write v2.2.0 |
| 2924 | 2025-04-09T17:58:12.485Z | Compiling libefi-sys v0.1.0 |
| 2925 | 2025-04-09T17:58:12.504Z | Compiling parking_lot_core v0.8.6 |
| 2926 | 2025-04-09T17:58:12.558Z | Compiling proc-macro-error2 v2.0.1 |
| 2927 | 2025-04-09T17:58:12.904Z | Compiling vsss-rs v3.3.4 |
| 2928 | 2025-04-09T17:58:13.014Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2929 | 2025-04-09T17:58:14.191Z | Compiling ghash v0.5.1 |
| 2930 | 2025-04-09T17:58:14.194Z | Compiling ciborium v0.2.2 |
| 2931 | 2025-04-09T17:58:14.194Z | Compiling slog-stdlog v4.1.1 |
| 2932 | 2025-04-09T17:58:14.504Z | Compiling p384 v0.13.0 |
| 2933 | 2025-04-09T17:58:14.670Z | Compiling chacha20poly1305 v0.10.1 |
| 2934 | 2025-04-09T17:58:14.767Z | Compiling ctr v0.9.2 |
| 2935 | 2025-04-09T17:58:14.932Z | Compiling num-derive v0.3.3 |
| 2936 | 2025-04-09T17:58:15.170Z | Compiling lzma-sys v0.1.20 |
| 2937 | 2025-04-09T17:58:15.481Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2938 | 2025-04-09T17:58:15.928Z | Compiling bitfield-struct v0.6.2 |
| 2939 | 2025-04-09T17:58:15.932Z | Compiling slog-dtrace v0.3.0 |
| 2940 | 2025-04-09T17:58:15.982Z | Compiling highway v1.3.0 |
| 2941 | 2025-04-09T17:58:16.308Z | Compiling papergrid v0.14.0 |
| 2942 | 2025-04-09T17:58:16.892Z | Compiling aes-gcm v0.10.3 |
| 2943 | 2025-04-09T17:58:16.915Z | Compiling mime_guess v2.0.5 |
| 2944 | 2025-04-09T17:58:16.948Z | Compiling slog-envlogger v2.2.0 |
| 2945 | 2025-04-09T17:58:17.101Z | Compiling libscf-sys v1.1.0 |
| 2946 | 2025-04-09T17:58:17.252Z | Compiling steno v0.4.1 |
| 2947 | 2025-04-09T17:58:17.349Z | Compiling tabled_derive v0.10.0 |
| 2948 | 2025-04-09T17:58:17.374Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2949 | 2025-04-09T17:58:18.234Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2950 | 2025-04-09T17:58:18.554Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2951 | 2025-04-09T17:58:18.577Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#7ebff6ec) |
| 2952 | 2025-04-09T17:58:19.071Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2953 | 2025-04-09T17:58:19.182Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#77c4136a) |
| 2954 | 2025-04-09T17:58:19.674Z | Compiling typify-macro v0.2.0 |
| 2955 | 2025-04-09T17:58:19.931Z | Compiling progenitor v0.9.1 |
| 2956 | 2025-04-09T17:58:19.963Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2957 | 2025-04-09T17:58:19.987Z | Compiling heck v0.3.3 |
| 2958 | 2025-04-09T17:58:20.121Z | Compiling progenitor-client v0.8.0 |
| 2959 | 2025-04-09T17:58:20.186Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8452936a53c3b16e53cbbf4e34e5e59899afc965#8452936a) |
| 2960 | 2025-04-09T17:58:20.286Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2961 | 2025-04-09T17:58:20.336Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2962 | 2025-04-09T17:58:20.479Z | Compiling ssh-encoding v0.2.0 |
| 2963 | 2025-04-09T17:58:20.617Z | Compiling blowfish v0.9.1 |
| 2964 | 2025-04-09T17:58:20.708Z | Compiling env_filter v0.1.2 |
| 2965 | 2025-04-09T17:58:20.999Z | Compiling nibble_vec v0.1.0 |
| 2966 | 2025-04-09T17:58:21.149Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#7ebff6ec) |
| 2967 | 2025-04-09T17:58:21.228Z | Compiling dropshot v0.12.0 |
| 2968 | 2025-04-09T17:58:21.340Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2969 | 2025-04-09T17:58:21.485Z | Compiling endian-type v0.1.2 |
| 2970 | 2025-04-09T17:58:21.485Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2971 | 2025-04-09T17:58:21.570Z | Compiling humantime v2.1.0 |
| 2972 | 2025-04-09T17:58:21.751Z | Compiling radix_trie v0.2.1 |
| 2973 | 2025-04-09T17:58:22.140Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2974 | 2025-04-09T17:58:22.164Z | Compiling env_logger v0.11.5 |
| 2975 | 2025-04-09T17:58:22.440Z | Compiling bcrypt-pbkdf v0.10.0 |
| 2976 | 2025-04-09T17:58:22.878Z | Compiling ssh-cipher v0.2.0 |
| 2977 | 2025-04-09T17:58:22.994Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#7ebff6ec) |
| 2978 | 2025-04-09T17:58:23.103Z | Compiling zone_cfg_derive v0.1.2 |
| 2979 | 2025-04-09T17:58:23.314Z | Compiling tabled v0.18.0 |
| 2980 | 2025-04-09T17:58:23.381Z | Compiling typify v0.2.0 |
| 2981 | 2025-04-09T17:58:23.543Z | Compiling progenitor-impl v0.8.0 |
| 2982 | 2025-04-09T17:58:24.578Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2983 | 2025-04-09T17:58:24.751Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2984 | 2025-04-09T17:58:25.196Z | Compiling parking_lot v0.11.2 |
| 2985 | 2025-04-09T17:58:25.447Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2986 | 2025-04-09T17:58:25.780Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2987 | 2025-04-09T17:58:26.257Z | Compiling qorb v0.2.1 |
| 2988 | 2025-04-09T17:58:26.534Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2989 | 2025-04-09T17:58:26.660Z | Compiling dropshot_endpoint v0.12.0 |
| 2990 | 2025-04-09T17:58:26.786Z | Compiling password-hash v0.4.2 |
| 2991 | 2025-04-09T17:58:26.982Z | Compiling gethostname v0.5.0 |
| 2992 | 2025-04-09T17:58:27.206Z | Compiling fxhash v0.2.1 |
| 2993 | 2025-04-09T17:58:27.434Z | Compiling http-range v0.1.5 |
| 2994 | 2025-04-09T17:58:27.463Z | Compiling same-file v1.0.6 |
| 2995 | 2025-04-09T17:58:27.646Z | Compiling base64 v0.13.1 |
| 2996 | 2025-04-09T17:58:27.764Z | Compiling xshell-macros v0.2.7 |
| 2997 | 2025-04-09T17:58:27.786Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2998 | 2025-04-09T17:58:28.154Z | Compiling ron v0.7.1 |
| 2999 | 2025-04-09T17:58:28.224Z | Compiling walkdir v2.5.0 |
| 3000 | 2025-04-09T17:58:28.541Z | Compiling xshell v0.2.7 |
| 3001 | 2025-04-09T17:58:28.912Z | Compiling sled v0.34.7 |
| 3002 | 2025-04-09T17:58:29.646Z | Compiling pbkdf2 v0.11.0 |
| 3003 | 2025-04-09T17:58:30.051Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3004 | 2025-04-09T17:58:30.205Z | Compiling progenitor-macro v0.8.0 |
| 3005 | 2025-04-09T17:58:30.228Z | Compiling xz2 v0.1.7 |
| 3006 | 2025-04-09T17:58:30.482Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3007 | 2025-04-09T17:58:30.707Z | Compiling zone v0.1.8 |
| 3008 | 2025-04-09T17:58:31.501Z | Compiling ssh-key v0.6.6 |
| 3009 | 2025-04-09T17:58:31.710Z | Compiling hickory-client v0.24.4 |
| 3010 | 2025-04-09T17:58:32.194Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8452936a53c3b16e53cbbf4e34e5e59899afc965#8452936a) |
| 3011 | 2025-04-09T17:58:32.517Z | Compiling p256 v0.13.2 |
| 3012 | 2025-04-09T17:58:33.143Z | Compiling p521 v0.13.3 |
| 3013 | 2025-04-09T17:58:33.329Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3014 | 2025-04-09T17:58:33.606Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3015 | 2025-04-09T17:58:34.056Z | Compiling hickory-server v0.24.4 |
| 3016 | 2025-04-09T17:58:34.642Z | Compiling pem v3.0.5 |
| 3017 | 2025-04-09T17:58:35.359Z | Compiling yasna v0.5.2 |
| 3018 | 2025-04-09T17:58:35.394Z | Compiling headers-core v0.3.0 |
| 3019 | 2025-04-09T17:58:35.560Z | Compiling kstat-rs v0.2.4 |
| 3020 | 2025-04-09T17:58:35.587Z | Compiling nanorand v0.7.0 |
| 3021 | 2025-04-09T17:58:36.139Z | Compiling atty v0.2.14 |
| 3022 | 2025-04-09T17:58:36.161Z | Compiling russh-cryptovec v0.7.3 |
| 3023 | 2025-04-09T17:58:36.311Z | Compiling md5 v0.7.0 |
| 3024 | 2025-04-09T17:58:36.481Z | Compiling crc8 v0.1.1 |
| 3025 | 2025-04-09T17:58:36.696Z | Compiling russh-keys v0.45.0 |
| 3026 | 2025-04-09T17:58:36.842Z | Compiling rcgen v0.12.1 |
| 3027 | 2025-04-09T17:58:38.223Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3028 | 2025-04-09T17:58:38.246Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3029 | 2025-04-09T17:58:38.627Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#77c4136a) |
| 3030 | 2025-04-09T17:58:38.871Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3031 | 2025-04-09T17:58:40.286Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3032 | 2025-04-09T17:58:40.848Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3033 | 2025-04-09T17:58:41.711Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3034 | 2025-04-09T17:58:41.900Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3035 | 2025-04-09T17:58:42.100Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3036 | 2025-04-09T17:58:43.512Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#77c4136a) |
| 3037 | 2025-04-09T17:58:44.369Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3038 | 2025-04-09T17:58:44.905Z | Compiling progenitor v0.8.0 |
| 3039 | 2025-04-09T17:58:44.994Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3040 | 2025-04-09T17:58:45.156Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3041 | 2025-04-09T17:58:45.175Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3042 | 2025-04-09T17:58:45.371Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3043 | 2025-04-09T17:58:45.474Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3044 | 2025-04-09T17:58:46.009Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3045 | 2025-04-09T17:58:46.765Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3046 | 2025-04-09T17:58:46.949Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#77c4136a) |
| 3047 | 2025-04-09T17:58:48.131Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3048 | 2025-04-09T17:58:49.041Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3049 | 2025-04-09T17:58:49.306Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3050 | 2025-04-09T17:58:50.678Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3051 | 2025-04-09T17:58:51.123Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3052 | 2025-04-09T17:58:51.542Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3053 | 2025-04-09T17:58:52.138Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#77c4136a) |
| 3054 | 2025-04-09T17:58:52.583Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#270dc8eb) |
| 3055 | 2025-04-09T17:58:52.606Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3056 | 2025-04-09T17:58:53.888Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3057 | 2025-04-09T17:58:55.695Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#270dc8eb) |
| 3058 | 2025-04-09T17:58:56.658Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3059 | 2025-04-09T17:58:56.804Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3060 | 2025-04-09T17:58:56.827Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3061 | 2025-04-09T17:58:57.172Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3062 | 2025-04-09T17:58:57.795Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 3063 | 2025-04-09T17:58:58.338Z | Compiling flume v0.11.1 |
| 3064 | 2025-04-09T17:58:59.004Z | Compiling headers v0.4.0 |
| 3065 | 2025-04-09T17:58:59.030Z | Compiling ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
| 3066 | 2025-04-09T17:59:00.688Z | Compiling hyper-staticfile v0.10.1 |
| 3067 | 2025-04-09T17:59:01.694Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3068 | 2025-04-09T17:59:01.740Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#b3b4cf1c) |
| 3069 | 2025-04-09T17:59:02.220Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3070 | 2025-04-09T17:59:02.240Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 3071 | 2025-04-09T17:59:02.299Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3072 | 2025-04-09T17:59:02.690Z | Compiling num-bigint v0.4.6 |
| 3073 | 2025-04-09T17:59:03.032Z | Compiling des v0.8.1 |
| 3074 | 2025-04-09T17:59:03.389Z | Compiling subprocess v0.2.9 |
| 3075 | 2025-04-09T17:59:03.669Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3076 | 2025-04-09T17:59:03.855Z | Compiling hex-literal v0.4.1 |
| 3077 | 2025-04-09T17:59:04.054Z | Compiling display-error-chain v0.2.2 |
| 3078 | 2025-04-09T17:59:04.308Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3079 | 2025-04-09T17:59:04.589Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3080 | 2025-04-09T17:59:04.995Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3081 | 2025-04-09T17:59:07.012Z | Compiling russh v0.45.0 |
| 3082 | 2025-04-09T17:59:07.546Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3083 | 2025-04-09T17:59:09.404Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3084 | 2025-04-09T17:59:09.905Z | Compiling internet-checksum v0.2.1 |
| 3085 | 2025-04-09T17:59:16.175Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3086 | 2025-04-09T17:59:17.781Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3087 | 2025-04-09T17:59:41.899Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3088 | 2025-04-09T18:00:04.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s |
| 3089 | 2025-04-09T18:00:05.169Z | |
| 3090 | 2025-04-09T18:00:05.172Z | real 2:27.152354000 |
| 3091 | 2025-04-09T18:00:05.173Z | user 13:00.538340440 |
| 3092 | 2025-04-09T18:00:05.173Z | sys 1:46.020611107 |
| 3093 | 2025-04-09T18:00:05.173Z | trap 0.389122969 |
| 3094 | 2025-04-09T18:00:05.173Z | tflt 0.236190806 |
| 3095 | 2025-04-09T18:00:05.173Z | dflt 0.592305841 |
| 3096 | 2025-04-09T18:00:05.173Z | kflt 0.000081557 |
| 3097 | 2025-04-09T18:00:05.173Z | lock 24:17.638770918 |
| 3098 | 2025-04-09T18:00:05.173Z | slp 46:39.963035269 |
| 3099 | 2025-04-09T18:00:05.173Z | lat 42.903977918 |
| 3100 | 2025-04-09T18:00:05.173Z | stop 1:57.928524130 |
| 3101 | 2025-04-09T18:00:05.173Z | + mkdir tests |
| 3102 | 2025-04-09T18:00:05.176Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3103 | 2025-04-09T18:00:05.176Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3104 | 2025-04-09T18:00:05.221Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ec4c123ce96efc4a tests/ |
| 3105 | 2025-04-09T18:00:05.247Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0d0555e137e4dba5 tests/ |
| 3106 | 2025-04-09T18:00:05.273Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-22d2b82f914985fa tests/ |
| 3107 | 2025-04-09T18:00:05.300Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-40f867836d16a478 tests/ |
| 3108 | 2025-04-09T18:00:05.567Z | + 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/*) |
| 3109 | 2025-04-09T18:00:05.570Z | + 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-0d0555e137e4dba5 tests/commtest-22d2b82f914985fa tests/dhcp_server-ec4c123ce96efc4a tests/end_to_end_tests-40f867836d16a478 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 |
| 3110 | 2025-04-09T18:01:22.442Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3111 | 2025-04-09T18:01:22.442Z | a .github/buildomat/ci-env.sh 1K |
| 3112 | 2025-04-09T18:01:22.442Z | a out/target/test 1K |
| 3113 | 2025-04-09T18:01:22.442Z | a out/npuzone/npuzone 23144K |
| 3114 | 2025-04-09T18:01:22.442Z | a package-manifest.toml 33K |
| 3115 | 2025-04-09T18:01:22.442Z | a smf/sled-agent/non-gimlet/config.toml 5K |
| 3116 | 2025-04-09T18:01:22.442Z | a target/release/omicron-package 39723K |
| 3117 | 2025-04-09T18:01:22.442Z | a target/release/xtask 10818K |
| 3118 | 2025-04-09T18:01:22.442Z | a target/debug/bootstrap 209262K |
| 3119 | 2025-04-09T18:01:22.442Z | a tests/bootstrap-0d0555e137e4dba5 24241K |
| 3120 | 2025-04-09T18:01:22.442Z | a tests/commtest-22d2b82f914985fa 24586K |
| 3121 | 2025-04-09T18:01:22.442Z | a tests/dhcp_server-ec4c123ce96efc4a 24241K |
| 3122 | 2025-04-09T18:01:22.442Z | a tests/end_to_end_tests-40f867836d16a478 263301K |
| 3123 | 2025-04-09T18:01:22.442Z | a out/clickhouse.tar.gz 308025K |
| 3124 | 2025-04-09T18:01:22.442Z | a out/clickhouse_keeper.tar.gz 293528K |
| 3125 | 2025-04-09T18:01:22.442Z | a out/clickhouse_server.tar.gz 308012K |
| 3126 | 2025-04-09T18:01:22.443Z | a out/cockroachdb.tar.gz 146665K |
| 3127 | 2025-04-09T18:01:22.443Z | a out/crucible-dtrace.tar 99K |
| 3128 | 2025-04-09T18:01:22.443Z | a out/crucible-pantry-zone.tar.gz 33666K |
| 3129 | 2025-04-09T18:01:22.443Z | a out/crucible-zone.tar.gz 42195K |
| 3130 | 2025-04-09T18:01:22.443Z | a out/external-dns.tar.gz 45071K |
| 3131 | 2025-04-09T18:01:22.443Z | a out/internal-dns.tar.gz 45069K |
| 3132 | 2025-04-09T18:01:22.443Z | a out/mg-ddm-gz.tar 65611K |
| 3133 | 2025-04-09T18:01:22.443Z | a out/nexus.tar.gz 110788K |
| 3134 | 2025-04-09T18:01:22.443Z | a out/ntp.tar.gz 14823K |
| 3135 | 2025-04-09T18:01:22.443Z | a out/omicron-gateway-softnpu.tar.gz 24868K |
| 3136 | 2025-04-09T18:01:22.443Z | a out/omicron-sled-agent.tar 123855K |
| 3137 | 2025-04-09T18:01:22.443Z | a out/overlay.tar.gz 3K |
| 3138 | 2025-04-09T18:01:22.443Z | a out/oximeter.tar.gz 55260K |
| 3139 | 2025-04-09T18:01:22.443Z | a out/oxlog.tar 3747K |
| 3140 | 2025-04-09T18:01:22.443Z | a out/probe.tar.gz 2764K |
| 3141 | 2025-04-09T18:01:22.443Z | a out/propolis-server.tar.gz 68877K |
| 3142 | 2025-04-09T18:01:22.443Z | a out/pumpkind-gz.tar 26648K |
| 3143 | 2025-04-09T18:01:22.444Z | a out/switch-softnpu.tar.gz 274586K |
| 3144 | 2025-04-09T18:01:22.447Z | |
| 3145 | 2025-04-09T18:01:22.447Z | real 1:16.863719989 |
| 3146 | 2025-04-09T18:01:22.447Z | user 1:13.379232297 |
| 3147 | 2025-04-09T18:01:22.447Z | sys 4.944641160 |
| 3148 | 2025-04-09T18:01:22.447Z | trap 0.018700795 |
| 3149 | 2025-04-09T18:01:22.447Z | tflt 0.000000000 |
| 3150 | 2025-04-09T18:01:22.447Z | dflt 0.000000000 |
| 3151 | 2025-04-09T18:01:22.447Z | kflt 0.000000000 |
| 3152 | 2025-04-09T18:01:22.447Z | lock 0.000000000 |
| 3153 | 2025-04-09T18:01:22.447Z | slp 1:13.176859707 |
| 3154 | 2025-04-09T18:01:22.447Z | lat 2.202975134 |
| 3155 | 2025-04-09T18:01:22.447Z | stop 0.000262511 |
| 3156 | 2025-04-09T18:01:22.447Z | process exited: duration 2053497 ms, exit code 0 |
| |
| 3157 | 2025-04-09T18:01:22.463Z | found 1 output files |
| 3158 | 2025-04-09T18:01:22.463Z | uploading: /work/package.tar.gz (2049152359 bytes) |
| 3159 | 2025-04-09T18:02:05.129Z | uploaded: /work/package.tar.gz |