|
|
|
| 1 | 2025-04-16T03:07:50.273Z | job assigned to worker 01JRY917BQCB250BXXEQA0J9CE [factory gimlet-EVT22200007-propolis, EVT22200007/24754] (queued for 38 s) |
| |
| 2 | 2025-04-16T03:07:58.573Z | starting task 0: "setup" |
| 3 | 2025-04-16T03:07:58.601Z | ++ uname -s |
| 4 | 2025-04-16T03:07:58.601Z | + kern=SunOS |
| 5 | 2025-04-16T03:07:58.601Z | + build_user=build |
| 6 | 2025-04-16T03:07:58.601Z | + build_uid=12345 |
| 7 | 2025-04-16T03:07:58.601Z | + work_dir=/work |
| 8 | 2025-04-16T03:07:58.601Z | + input_dir=/input |
| 9 | 2025-04-16T03:07:58.601Z | + [[ 0 == 12345 ]] |
| 10 | 2025-04-16T03:07:58.601Z | + case "$kern" in |
| 11 | 2025-04-16T03:07:58.601Z | + groupadd -g 12345 build |
| 12 | 2025-04-16T03:07:58.601Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-04-16T03:08:00.598Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-04-16T03:08:00.635Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-04-16T03:08:00.660Z | + home_fs=zfs |
| 16 | 2025-04-16T03:08:00.660Z | + [[ zfs == autofs ]] |
| 17 | 2025-04-16T03:08:00.660Z | + mkdir -p /home/build |
| 18 | 2025-04-16T03:08:00.660Z | + chown build:build /home/build /work |
| 19 | 2025-04-16T03:08:02.708Z | + chmod 0700 /home/build /work |
| 20 | 2025-04-16T03:08:02.788Z | process exited: duration 4078 ms, exit code 0 |
| |
| 21 | 2025-04-16T03:08:02.888Z | starting task 1: "rust-toolchain" |
| 22 | 2025-04-16T03:08:02.920Z | + printf ' * rust toolchain channel = "%s"\n' 1.86.0 |
| 23 | 2025-04-16T03:08:02.920Z | * rust toolchain channel = "1.86.0" |
| 24 | 2025-04-16T03:08:02.920Z | * rust toolchain profile = "default" |
| 25 | 2025-04-16T03:08:02.920Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-04-16T03:08:02.920Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-04-16T03:08:02.921Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-04-16T03:08:02.921Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-04-16T03:08:02.921Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.86.0 --profile default |
| 30 | 2025-04-16T03:08:03.048Z | info: downloading installer |
| 31 | 2025-04-16T03:08:03.503Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-04-16T03:08:03.503Z | warn: /opt/ooce/bin |
| 33 | 2025-04-16T03:08:03.503Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-04-16T03:08:03.503Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-04-16T03:08:03.503Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-04-16T03:08:03.503Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-04-16T03:08:03.503Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-04-16T03:08:03.503Z | error: cannot install while Rust is installed |
| 39 | 2025-04-16T03:08:03.503Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-04-16T03:08:03.528Z | info: profile set to 'default' |
| 41 | 2025-04-16T03:08:03.528Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-04-16T03:08:03.528Z | info: syncing channel updates for '1.86.0-x86_64-unknown-illumos' |
| 43 | 2025-04-16T03:08:03.628Z | info: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31) |
| 44 | 2025-04-16T03:08:03.628Z | info: downloading component 'cargo' |
| 45 | 2025-04-16T03:08:03.778Z | info: downloading component 'clippy' |
| 46 | 2025-04-16T03:08:03.852Z | info: downloading component 'rust-docs' |
| 47 | 2025-04-16T03:08:04.116Z | info: downloading component 'rust-std' |
| 48 | 2025-04-16T03:08:04.367Z | info: downloading component 'rustc' |
| 49 | 2025-04-16T03:08:06.388Z | info: downloading component 'rustfmt' |
| 50 | 2025-04-16T03:08:06.499Z | info: installing component 'cargo' |
| 51 | 2025-04-16T03:08:07.589Z | info: installing component 'clippy' |
| 52 | 2025-04-16T03:08:08.053Z | info: installing component 'rust-docs' |
| 53 | 2025-04-16T03:08:11.171Z | info: installing component 'rust-std' |
| 54 | 2025-04-16T03:08:13.145Z | info: installing component 'rustc' |
| 55 | 2025-04-16T03:08:20.750Z | info: installing component 'rustfmt' |
| 56 | 2025-04-16T03:08:21.100Z | info: default toolchain set to '1.86.0-x86_64-unknown-illumos' |
| 57 | 2025-04-16T03:08:21.100Z | |
| 58 | 2025-04-16T03:08:21.255Z | 1.86.0-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31) |
| 59 | 2025-04-16T03:08:21.256Z | |
| 60 | 2025-04-16T03:08:21.283Z | |
| 61 | 2025-04-16T03:08:21.283Z | Rust is installed now. Great! |
| 62 | 2025-04-16T03:08:21.283Z | |
| 63 | 2025-04-16T03:08:21.283Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-04-16T03:08:21.284Z | environment variable. This has not been done automatically. |
| 65 | 2025-04-16T03:08:21.284Z | |
| 66 | 2025-04-16T03:08:21.284Z | To configure your current shell, you need to source |
| 67 | 2025-04-16T03:08:21.284Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-04-16T03:08:21.284Z | |
| 69 | 2025-04-16T03:08:21.284Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-04-16T03:08:21.284Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-04-16T03:08:21.284Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-04-16T03:08:21.284Z | source "$HOME/.cargo/env.nu" # For nushell |
| 73 | 2025-04-16T03:08:21.353Z | + rustup --version |
| 74 | 2025-04-16T03:08:21.390Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
| 75 | 2025-04-16T03:08:21.390Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-04-16T03:08:21.419Z | info: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)` |
| 77 | 2025-04-16T03:08:21.445Z | + cargo --version |
| 78 | 2025-04-16T03:08:21.471Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
| 79 | 2025-04-16T03:08:21.471Z | + rustc --version |
| 80 | 2025-04-16T03:08:21.509Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
| 81 | 2025-04-16T03:08:21.535Z | process exited: duration 18637 ms, exit code 0 |
| |
| 82 | 2025-04-16T03:08:21.594Z | starting task 2: "authentication" |
| 83 | 2025-04-16T03:08:21.654Z | process exited: duration 61 ms, exit code 0 |
| |
| 84 | 2025-04-16T03:08:21.706Z | starting task 3: "clone repository" |
| 85 | 2025-04-16T03:08:21.733Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-04-16T03:08:21.734Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-04-16T03:08:21.760Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-04-16T03:08:34.018Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-04-16T03:08:34.018Z | + git fetch origin e574c82c103ddf9485c440e1c88f5434a911c69a |
| 90 | 2025-04-16T03:08:34.449Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-04-16T03:08:34.449Z | * branch e574c82c103ddf9485c440e1c88f5434a911c69a -> FETCH_HEAD |
| 92 | 2025-04-16T03:08:34.475Z | + [[ -n dap/sp-blueprint ]] |
| 93 | 2025-04-16T03:08:34.475Z | ++ git branch --show-current |
| 94 | 2025-04-16T03:08:34.475Z | + current=main |
| 95 | 2025-04-16T03:08:34.475Z | + [[ main != dap/sp-blueprint ]] |
| 96 | 2025-04-16T03:08:34.475Z | + git branch -f dap/sp-blueprint e574c82c103ddf9485c440e1c88f5434a911c69a |
| 97 | 2025-04-16T03:08:34.475Z | + git checkout -f dap/sp-blueprint |
| 98 | 2025-04-16T03:08:34.641Z | Switched to branch 'dap/sp-blueprint' |
| 99 | 2025-04-16T03:08:34.666Z | + git reset --hard e574c82c103ddf9485c440e1c88f5434a911c69a |
| 100 | 2025-04-16T03:08:34.806Z | HEAD is now at e574c82c1 fix test |
| 101 | 2025-04-16T03:08:34.832Z | process exited: duration 13103 ms, exit code 0 |
| |
| 102 | 2025-04-16T03:08:34.885Z | starting task 4: "build" |
| 103 | 2025-04-16T03:08:34.910Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-04-16T03:08:34.910Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-04-16T03:08:34.910Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-04-16T03:08:34.910Z | + cargo --version |
| 107 | 2025-04-16T03:08:34.960Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
| 108 | 2025-04-16T03:08:34.985Z | + rustc --version |
| 109 | 2025-04-16T03:08:35.052Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
| 110 | 2025-04-16T03:08:35.077Z | + WORK=/work |
| 111 | 2025-04-16T03:08:35.077Z | + pfexec mkdir -p /work |
| 112 | 2025-04-16T03:08:35.077Z | + pfexec chown build /work |
| 113 | 2025-04-16T03:08:35.077Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2025-04-16T03:08:36.399Z | pkg list: illegal option -- F |
| 115 | 2025-04-16T03:08:36.399Z | Usage: |
| 116 | 2025-04-16T03:08:36.399Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 117 | 2025-04-16T03:08:36.399Z | [pkg_fmri_pattern ...] |
| 118 | 2025-04-16T03:08:37.415Z | pkg list: illegal option -- F |
| 119 | 2025-04-16T03:08:37.415Z | Usage: |
| 120 | 2025-04-16T03:08:37.415Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 121 | 2025-04-16T03:08:37.441Z | [pkg_fmri_pattern ...] |
| 122 | 2025-04-16T03:08:47.030Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 123 | 2025-04-16T03:08:53.140Z | Startup: Caching catalogs ... Done |
| 124 | 2025-04-16T03:09:14.485Z | Planning: Solver setup ... Done (20.232s) |
| 125 | 2025-04-16T03:09:14.707Z | Planning: Running solver ... Done (0.222s) |
| 126 | 2025-04-16T03:09:14.854Z | Planning: Finding local manifests ... Done (0.003s) |
| 127 | 2025-04-16T03:09:16.203Z | Planning: Fetching manifests: 0/7 0% complete |
| 128 | 2025-04-16T03:09:16.761Z | Planning: Fetching manifests: 7/7 100% complete |
| 129 | 2025-04-16T03:09:16.892Z | Planning: Package planning ... Done (0.129s) |
| 130 | 2025-04-16T03:09:16.956Z | Planning: Merging actions ... Done (0.065s) |
| 131 | 2025-04-16T03:09:17.176Z | Planning: Checking for conflicting actions ... Done (0.220s) |
| 132 | 2025-04-16T03:09:18.214Z | Planning: Consolidating action changes ... Done (1.036s) |
| 133 | 2025-04-16T03:09:18.643Z | Planning: Evaluating mediators ... Done (0.428s) |
| 134 | 2025-04-16T03:09:18.738Z | Planning: Planning completed in 25.50 seconds |
| 135 | 2025-04-16T03:09:18.764Z | Packages to install: 4 |
| 136 | 2025-04-16T03:09:18.764Z | Packages to update: 3 |
| 137 | 2025-04-16T03:09:18.764Z | Mediators to change: 2 |
| 138 | 2025-04-16T03:09:18.764Z | Services to change: 1 |
| 139 | 2025-04-16T03:09:18.764Z | Estimated space available: 155.09 GB |
| 140 | 2025-04-16T03:09:18.764Z | Estimated space to be consumed: 1.69 GB |
| 141 | 2025-04-16T03:09:18.764Z | Create boot environment: No |
| 142 | 2025-04-16T03:09:18.764Z | Create backup boot environment: Yes |
| 143 | 2025-04-16T03:09:18.764Z | Rebuild boot archive: No |
| 144 | 2025-04-16T03:09:18.764Z | |
| 145 | 2025-04-16T03:09:18.764Z | Changed mediators: |
| 146 | 2025-04-16T03:09:18.764Z | mediator clang: |
| 147 | 2025-04-16T03:09:18.764Z | version: None -> 15 (system default) |
| 148 | 2025-04-16T03:09:18.764Z | |
| 149 | 2025-04-16T03:09:18.764Z | mediator llvm: |
| 150 | 2025-04-16T03:09:18.764Z | version: 14 (system default) -> 15 (system default) |
| 151 | 2025-04-16T03:09:18.764Z | |
| 152 | 2025-04-16T03:09:18.764Z | Changed packages: |
| 153 | 2025-04-16T03:09:18.764Z | helios-dev |
| 154 | 2025-04-16T03:09:18.764Z | developer/build-essential |
| 155 | 2025-04-16T03:09:18.764Z | None -> 11-2.0 |
| 156 | 2025-04-16T03:09:18.764Z | library/libxmlsec1 |
| 157 | 2025-04-16T03:09:18.764Z | None -> 1.2.35-2.0 |
| 158 | 2025-04-16T03:09:18.764Z | ooce/developer/clang-15 |
| 159 | 2025-04-16T03:09:18.764Z | None -> 15.0.7-2.0 |
| 160 | 2025-04-16T03:09:18.764Z | ooce/developer/llvm-15 |
| 161 | 2025-04-16T03:09:18.764Z | None -> 15.0.7-2.0 |
| 162 | 2025-04-16T03:09:18.764Z | package/pkg |
| 163 | 2025-04-16T03:09:18.764Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 164 | 2025-04-16T03:09:18.764Z | system/library/g++-runtime |
| 165 | 2025-04-16T03:09:18.764Z | 13-2.0 -> 14-2.0 |
| 166 | 2025-04-16T03:09:18.764Z | system/library/gcc-runtime |
| 167 | 2025-04-16T03:09:18.764Z | 13-2.0 -> 14-2.0 |
| 168 | 2025-04-16T03:09:18.764Z | |
| 169 | 2025-04-16T03:09:18.765Z | Services: |
| 170 | 2025-04-16T03:09:18.765Z | restart_fmri: |
| 171 | 2025-04-16T03:09:18.765Z | svc:/system/update-man-index:default |
| 172 | 2025-04-16T03:09:18.765Z | |
| 173 | 2025-04-16T03:09:18.765Z | Editable files to change: |
| 174 | 2025-04-16T03:09:18.765Z | Update: |
| 175 | 2025-04-16T03:09:18.765Z | usr/share/lib/pkg/web/config.shtml |
| 176 | 2025-04-16T03:09:18.839Z | |
| 177 | 2025-04-16T03:09:18.839Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 178 | 2025-04-16T03:09:23.845Z | Download: 867/4301 items 18.8/225.4MB 8% complete (4.0M/s) |
| 179 | 2025-04-16T03:09:28.846Z | Download: 1197/4301 items 59.9/225.4MB 26% complete (6.0M/s) |
| 180 | 2025-04-16T03:09:33.870Z | Download: 1545/4301 items 117.6/225.4MB 52% complete (9.8M/s) |
| 181 | 2025-04-16T03:09:38.858Z | Download: 2561/4301 items 120.4/225.4MB 53% complete (6.2M/s) |
| 182 | 2025-04-16T03:09:43.858Z | Download: 3205/4301 items 155.7/225.4MB 69% complete (3.7M/s) |
| 183 | 2025-04-16T03:09:49.964Z | Download: 3281/4301 items 209.9/225.4MB 93% complete (8.9M/s) |
| 184 | 2025-04-16T03:09:54.964Z | Download: 3482/4301 items 213.4/225.4MB 94% complete (2.6M/s) |
| 185 | 2025-04-16T03:09:59.964Z | Download: 3984/4301 items 219.1/225.4MB 97% complete (974k/s) |
| 186 | 2025-04-16T03:10:08.726Z | Download: 4207/4301 items 220.6/225.4MB 97% complete (894k/s) |
| 187 | 2025-04-16T03:10:13.725Z | Download: 4297/4301 items 225.0/225.4MB 99% complete (370k/s) |
| 188 | 2025-04-16T03:10:24.890Z | Download: 4300/4301 items 225.4/225.4MB 100% complete |
| 189 | 2025-04-16T03:10:24.915Z | Download: Completed 225.42 MB in 66.06 seconds (3.4M/s) |
| 190 | 2025-04-16T03:10:26.365Z | Actions: 1/5122 actions (Removing old actions) |
| 191 | 2025-04-16T03:10:26.390Z | Actions: 194/5122 actions (Installing new actions) |
| 192 | 2025-04-16T03:10:32.005Z | Actions: 4082/5122 actions (Installing new actions) |
| 193 | 2025-04-16T03:10:32.190Z | Actions: 4267/5122 actions (Updating modified actions) |
| 194 | 2025-04-16T03:10:32.599Z | Actions: Completed 5122 actions in 6.23 seconds. |
| 195 | 2025-04-16T03:10:33.190Z | Done (0.582s) |
| 196 | 2025-04-16T03:10:33.215Z | Done (0.001s) |
| 197 | 2025-04-16T03:10:34.028Z | Done (0.836s) |
| 198 | 2025-04-16T03:10:38.724Z | Done (4.496s) |
| 199 | 2025-04-16T03:10:38.821Z | Done (0.018s) |
| 200 | 2025-04-16T03:10:38.846Z | Done (0.000s) |
| 201 | 2025-04-16T03:10:38.975Z | Done (0.000s) |
| 202 | 2025-04-16T03:10:39.760Z | Planning: Evaluating mediator changes ... Done |
| 203 | 2025-04-16T03:10:39.955Z | Planning: Checking for conflicting actions ... Done |
| 204 | 2025-04-16T03:10:39.981Z | Planning: Consolidating action changes ... Done |
| 205 | 2025-04-16T03:10:40.278Z | Planning: Evaluating mediators ... Done |
| 206 | 2025-04-16T03:10:40.303Z | Planning: Planning completed in 0.52 seconds |
| 207 | 2025-04-16T03:10:40.328Z | Mediators to change: 2 |
| 208 | 2025-04-16T03:10:40.328Z | Create boot environment: No |
| 209 | 2025-04-16T03:10:40.328Z | Create backup boot environment: No |
| 210 | 2025-04-16T03:10:40.382Z | Done |
| 211 | 2025-04-16T03:10:40.382Z | Done |
| 212 | 2025-04-16T03:10:40.931Z | Done |
| 213 | 2025-04-16T03:10:45.167Z | Done |
| 214 | 2025-04-16T03:10:45.262Z | Done |
| 215 | 2025-04-16T03:10:45.287Z | Done |
| 216 | 2025-04-16T03:10:45.363Z | Done |
| 217 | 2025-04-16T03:10:46.084Z | Planning: Evaluating mediator changes ... Done |
| 218 | 2025-04-16T03:10:46.109Z | Planning: Merging actions ... Done |
| 219 | 2025-04-16T03:10:46.315Z | Planning: Checking for conflicting actions ... Done |
| 220 | 2025-04-16T03:10:46.340Z | Planning: Consolidating action changes ... Done |
| 221 | 2025-04-16T03:10:46.638Z | Planning: Evaluating mediators ... Done |
| 222 | 2025-04-16T03:10:46.704Z | Planning: Planning completed in 0.92 seconds |
| 223 | 2025-04-16T03:10:46.750Z | Packages to change: 1 |
| 224 | 2025-04-16T03:10:46.750Z | Mediators to change: 1 |
| 225 | 2025-04-16T03:10:46.750Z | Services to change: 1 |
| 226 | 2025-04-16T03:10:46.750Z | Create boot environment: No |
| 227 | 2025-04-16T03:10:46.783Z | Create backup boot environment: Yes |
| 228 | 2025-04-16T03:10:48.458Z | Actions: 1/6 actions (Updating modified actions) |
| 229 | 2025-04-16T03:10:48.488Z | Actions: Completed 6 actions in 0.00 seconds. |
| 230 | 2025-04-16T03:10:48.488Z | Done |
| 231 | 2025-04-16T03:10:48.488Z | Done |
| 232 | 2025-04-16T03:10:48.623Z | Done |
| 233 | 2025-04-16T03:10:52.801Z | Done |
| 234 | 2025-04-16T03:10:52.902Z | Done |
| 235 | 2025-04-16T03:10:52.927Z | Done |
| 236 | 2025-04-16T03:10:52.997Z | Done |
| 237 | 2025-04-16T03:10:53.538Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 238 | 2025-04-16T03:10:53.538Z | clang system 15 system |
| 239 | 2025-04-16T03:10:53.538Z | csh system system illumos |
| 240 | 2025-04-16T03:10:53.538Z | ctags system system illumos |
| 241 | 2025-04-16T03:10:53.538Z | gcc vendor 12 vendor |
| 242 | 2025-04-16T03:10:53.538Z | gcc system 10 system |
| 243 | 2025-04-16T03:10:53.538Z | gcc system 7 system |
| 244 | 2025-04-16T03:10:53.538Z | go system 1.20 system |
| 245 | 2025-04-16T03:10:53.539Z | go system 1.19 system |
| 246 | 2025-04-16T03:10:53.539Z | llvm system 15 system |
| 247 | 2025-04-16T03:10:53.539Z | llvm system 14 system |
| 248 | 2025-04-16T03:10:53.539Z | mariadb system 10.6 system |
| 249 | 2025-04-16T03:10:53.539Z | mta vendor vendor dma |
| 250 | 2025-04-16T03:10:53.539Z | openjdk system 17 system |
| 251 | 2025-04-16T03:10:53.539Z | openjdk system 11 system |
| 252 | 2025-04-16T03:10:53.539Z | openjdk system 1.8 system |
| 253 | 2025-04-16T03:10:53.539Z | openssl vendor 3 vendor |
| 254 | 2025-04-16T03:10:53.539Z | perl system 5.36 system |
| 255 | 2025-04-16T03:10:53.539Z | postgresql system 15 system |
| 256 | 2025-04-16T03:10:53.539Z | postgresql system 13 system |
| 257 | 2025-04-16T03:10:53.539Z | python vendor 3 vendor |
| 258 | 2025-04-16T03:10:53.539Z | python system 2 system |
| 259 | 2025-04-16T03:10:53.539Z | python3 system 3.11 system |
| 260 | 2025-04-16T03:10:53.539Z | ruby system 3.0 system |
| 261 | 2025-04-16T03:10:53.539Z | words vendor vendor american-english |
| 262 | 2025-04-16T03:10:53.539Z | words system system australian-english |
| 263 | 2025-04-16T03:10:53.539Z | words system system british-english |
| 264 | 2025-04-16T03:10:53.539Z | words system system canadian-english |
| 265 | 2025-04-16T03:10:53.539Z | words system system french |
| 266 | 2025-04-16T03:10:53.539Z | words system system italian |
| 267 | 2025-04-16T03:10:53.539Z | words system system ngerman |
| 268 | 2025-04-16T03:10:53.539Z | words system system ogerman |
| 269 | 2025-04-16T03:10:53.539Z | words system system spanish |
| 270 | 2025-04-16T03:10:53.947Z | PUBLISHER TYPE STATUS P LOCATION |
| 271 | 2025-04-16T03:10:53.947Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 272 | 2025-04-16T03:10:58.077Z | FMRI IFO |
| 273 | 2025-04-16T03:10:58.077Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 274 | 2025-04-16T03:10:58.077Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 275 | 2025-04-16T03:10:58.077Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 276 | 2025-04-16T03:10:58.078Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 277 | 2025-04-16T03:10:58.078Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 278 | 2025-04-16T03:10:58.078Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 279 | 2025-04-16T03:10:58.078Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 280 | 2025-04-16T03:10:58.078Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 281 | 2025-04-16T03:10:58.078Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 282 | 2025-04-16T03:10:58.078Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 283 | 2025-04-16T03:10:58.078Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 284 | 2025-04-16T03:10:58.078Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 285 | 2025-04-16T03:10:58.078Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 286 | 2025-04-16T03:10:58.078Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 287 | 2025-04-16T03:10:58.078Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 288 | 2025-04-16T03:10:59.142Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 289 | 2025-04-16T03:10:59.548Z | Updating crates.io index |
| 290 | 2025-04-16T03:10:59.595Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 291 | 2025-04-16T03:11:00.019Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 292 | 2025-04-16T03:11:00.738Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 293 | 2025-04-16T03:11:01.045Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 294 | 2025-04-16T03:11:01.380Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 295 | 2025-04-16T03:11:01.825Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 296 | 2025-04-16T03:11:03.026Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 297 | 2025-04-16T03:11:05.133Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 298 | 2025-04-16T03:11:05.987Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 299 | 2025-04-16T03:11:06.747Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 300 | 2025-04-16T03:11:07.094Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 301 | 2025-04-16T03:11:07.501Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 302 | 2025-04-16T03:11:08.289Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 303 | 2025-04-16T03:11:08.811Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 304 | 2025-04-16T03:11:09.439Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 305 | 2025-04-16T03:11:10.014Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 306 | 2025-04-16T03:11:10.412Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 307 | 2025-04-16T03:11:10.795Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 308 | 2025-04-16T03:11:11.127Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 309 | 2025-04-16T03:11:11.470Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 310 | 2025-04-16T03:11:11.923Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 311 | 2025-04-16T03:11:12.319Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 312 | 2025-04-16T03:11:12.764Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 313 | 2025-04-16T03:11:13.254Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 314 | 2025-04-16T03:11:13.615Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 315 | 2025-04-16T03:11:14.196Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 316 | 2025-04-16T03:11:14.712Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 317 | 2025-04-16T03:11:15.108Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 318 | 2025-04-16T03:11:15.733Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 319 | 2025-04-16T03:11:16.291Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 320 | 2025-04-16T03:11:16.641Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 321 | 2025-04-16T03:11:16.986Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 322 | 2025-04-16T03:11:17.364Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 323 | 2025-04-16T03:11:17.721Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 324 | 2025-04-16T03:11:28.748Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 325 | 2025-04-16T03:11:30.311Z | Downloading crates ... |
| 326 | 2025-04-16T03:11:30.381Z | Downloaded macaddr v1.0.1 |
| 327 | 2025-04-16T03:11:30.407Z | Downloaded generic-array v0.14.7 |
| 328 | 2025-04-16T03:11:30.407Z | Downloaded usdt-macro v0.5.0 |
| 329 | 2025-04-16T03:11:30.407Z | Downloaded swrite v0.1.0 |
| 330 | 2025-04-16T03:11:30.407Z | Downloaded anstyle-parse v0.2.5 |
| 331 | 2025-04-16T03:11:30.407Z | Downloaded zerocopy-derive v0.7.35 |
| 332 | 2025-04-16T03:11:30.407Z | Downloaded usdt-attr-macro v0.5.0 |
| 333 | 2025-04-16T03:11:30.407Z | Downloaded unicode-linebreak v0.1.5 |
| 334 | 2025-04-16T03:11:30.407Z | Downloaded thiserror v1.0.69 |
| 335 | 2025-04-16T03:11:30.433Z | Downloaded winnow v0.7.3 |
| 336 | 2025-04-16T03:11:30.433Z | Downloaded typenum v1.17.0 |
| 337 | 2025-04-16T03:11:30.433Z | Downloaded rustix v0.38.37 |
| 338 | 2025-04-16T03:11:30.458Z | Downloaded log v0.4.22 |
| 339 | 2025-04-16T03:11:30.458Z | Downloaded toml_datetime v0.6.8 |
| 340 | 2025-04-16T03:11:30.483Z | Downloaded thiserror-impl v2.0.12 |
| 341 | 2025-04-16T03:11:30.483Z | Downloaded utf8parse v0.2.2 |
| 342 | 2025-04-16T03:11:30.483Z | Downloaded thiserror-impl v1.0.69 |
| 343 | 2025-04-16T03:11:30.483Z | Downloaded zerocopy v0.7.35 |
| 344 | 2025-04-16T03:11:30.509Z | Downloaded usdt v0.5.0 |
| 345 | 2025-04-16T03:11:30.509Z | Downloaded version_check v0.9.5 |
| 346 | 2025-04-16T03:11:30.509Z | Downloaded toml v0.8.20 |
| 347 | 2025-04-16T03:11:30.509Z | Downloaded toml_edit v0.22.24 |
| 348 | 2025-04-16T03:11:30.534Z | Downloaded serde_derive v1.0.219 |
| 349 | 2025-04-16T03:11:30.534Z | Downloaded pest v2.7.14 |
| 350 | 2025-04-16T03:11:30.534Z | Downloaded serde v1.0.219 |
| 351 | 2025-04-16T03:11:30.534Z | Downloaded textwrap v0.16.1 |
| 352 | 2025-04-16T03:11:30.534Z | Downloaded papergrid v0.11.0 |
| 353 | 2025-04-16T03:11:30.560Z | Downloaded cargo-platform v0.1.8 |
| 354 | 2025-04-16T03:11:30.560Z | Downloaded unicode-ident v1.0.14 |
| 355 | 2025-04-16T03:11:30.560Z | Downloaded thread-id v4.2.2 |
| 356 | 2025-04-16T03:11:30.560Z | Downloaded terminal_size v0.4.0 |
| 357 | 2025-04-16T03:11:30.585Z | Downloaded sha2 v0.10.8 |
| 358 | 2025-04-16T03:11:30.585Z | Downloaded ryu v1.0.18 |
| 359 | 2025-04-16T03:11:30.585Z | Downloaded pest_derive v2.7.14 |
| 360 | 2025-04-16T03:11:30.586Z | Downloaded serde_json v1.0.140 |
| 361 | 2025-04-16T03:11:30.586Z | Downloaded unicode-width v0.1.14 |
| 362 | 2025-04-16T03:11:30.586Z | Downloaded syn v1.0.109 |
| 363 | 2025-04-16T03:11:30.611Z | Downloaded tabled v0.15.0 |
| 364 | 2025-04-16T03:11:30.637Z | Downloaded errno v0.3.9 |
| 365 | 2025-04-16T03:11:30.637Z | Downloaded digest v0.10.7 |
| 366 | 2025-04-16T03:11:30.637Z | Downloaded camino v1.1.9 |
| 367 | 2025-04-16T03:11:30.637Z | Downloaded syn v2.0.98 |
| 368 | 2025-04-16T03:11:30.637Z | Downloaded rustix v0.37.28 |
| 369 | 2025-04-16T03:11:30.663Z | Downloaded ucd-trie v0.1.7 |
| 370 | 2025-04-16T03:11:30.663Z | Downloaded thiserror v2.0.12 |
| 371 | 2025-04-16T03:11:30.663Z | Downloaded strsim v0.11.1 |
| 372 | 2025-04-16T03:11:30.663Z | Downloaded serde_tokenstream v0.2.2 |
| 373 | 2025-04-16T03:11:30.663Z | Downloaded proc-macro-error-attr v1.0.4 |
| 374 | 2025-04-16T03:11:30.663Z | Downloaded pest_generator v2.7.14 |
| 375 | 2025-04-16T03:11:30.689Z | Downloaded dtrace-parser v0.2.0 |
| 376 | 2025-04-16T03:11:30.689Z | Downloaded colorchoice v1.0.2 |
| 377 | 2025-04-16T03:11:30.689Z | Downloaded equivalent v1.0.1 |
| 378 | 2025-04-16T03:11:30.689Z | Downloaded usdt-impl v0.5.0 |
| 379 | 2025-04-16T03:11:30.689Z | Downloaded proc-macro-error v1.0.4 |
| 380 | 2025-04-16T03:11:30.689Z | Downloaded tabled_derive v0.7.0 |
| 381 | 2025-04-16T03:11:30.689Z | Downloaded proc-macro2 v1.0.94 |
| 382 | 2025-04-16T03:11:30.689Z | Downloaded anstyle-query v1.1.1 |
| 383 | 2025-04-16T03:11:30.689Z | Downloaded terminal_size v0.2.6 |
| 384 | 2025-04-16T03:11:30.689Z | Downloaded tempfile v3.13.0 |
| 385 | 2025-04-16T03:11:30.689Z | Downloaded smawk v0.3.2 |
| 386 | 2025-04-16T03:11:30.689Z | Downloaded scroll_derive v0.12.0 |
| 387 | 2025-04-16T03:11:30.689Z | Downloaded scroll v0.12.0 |
| 388 | 2025-04-16T03:11:30.689Z | Downloaded pretty-hex v0.4.1 |
| 389 | 2025-04-16T03:11:30.689Z | Downloaded once_cell v1.21.3 |
| 390 | 2025-04-16T03:11:30.689Z | Downloaded libc v0.2.171 |
| 391 | 2025-04-16T03:11:30.716Z | Downloaded itoa v1.0.11 |
| 392 | 2025-04-16T03:11:30.741Z | Downloaded heck v0.4.1 |
| 393 | 2025-04-16T03:11:30.741Z | Downloaded fastrand v2.1.1 |
| 394 | 2025-04-16T03:11:30.741Z | Downloaded clap_builder v4.5.35 |
| 395 | 2025-04-16T03:11:30.741Z | Downloaded cfg-if v1.0.0 |
| 396 | 2025-04-16T03:11:30.741Z | Downloaded bytecount v0.6.8 |
| 397 | 2025-04-16T03:11:30.741Z | Downloaded block-buffer v0.10.4 |
| 398 | 2025-04-16T03:11:30.741Z | Downloaded anstyle v1.0.10 |
| 399 | 2025-04-16T03:11:30.741Z | Downloaded is_terminal_polyfill v1.70.1 |
| 400 | 2025-04-16T03:11:30.741Z | Downloaded io-lifetimes v1.0.11 |
| 401 | 2025-04-16T03:11:30.741Z | Downloaded clap_derive v4.5.32 |
| 402 | 2025-04-16T03:11:30.741Z | Downloaded cargo_metadata v0.19.2 |
| 403 | 2025-04-16T03:11:30.742Z | Downloaded memmap v0.7.0 |
| 404 | 2025-04-16T03:11:30.767Z | Downloaded heck v0.5.0 |
| 405 | 2025-04-16T03:11:30.767Z | Downloaded goblin v0.8.2 |
| 406 | 2025-04-16T03:11:30.767Z | Downloaded fnv v1.0.7 |
| 407 | 2025-04-16T03:11:30.767Z | Downloaded clap v4.5.35 |
| 408 | 2025-04-16T03:11:30.767Z | Downloaded cargo_toml v0.21.0 |
| 409 | 2025-04-16T03:11:30.767Z | Downloaded camino-tempfile v1.1.1 |
| 410 | 2025-04-16T03:11:30.767Z | Downloaded bitflags v1.3.2 |
| 411 | 2025-04-16T03:11:30.794Z | Downloaded plain v0.2.3 |
| 412 | 2025-04-16T03:11:30.794Z | Downloaded memchr v2.7.4 |
| 413 | 2025-04-16T03:11:30.794Z | Downloaded hashbrown v0.15.1 |
| 414 | 2025-04-16T03:11:30.794Z | Downloaded byteorder v1.5.0 |
| 415 | 2025-04-16T03:11:30.794Z | Downloaded autocfg v1.4.0 |
| 416 | 2025-04-16T03:11:30.794Z | Downloaded quote v1.0.39 |
| 417 | 2025-04-16T03:11:30.794Z | Downloaded pest_meta v2.7.14 |
| 418 | 2025-04-16T03:11:30.794Z | Downloaded indexmap v2.7.1 |
| 419 | 2025-04-16T03:11:30.794Z | Downloaded fs-err v2.11.0 |
| 420 | 2025-04-16T03:11:30.845Z | Downloaded semver v1.0.25 |
| 421 | 2025-04-16T03:11:30.845Z | Downloaded anstream v0.6.15 |
| 422 | 2025-04-16T03:11:30.845Z | Downloaded serde_spanned v0.6.8 |
| 423 | 2025-04-16T03:11:30.845Z | Downloaded cpufeatures v0.2.14 |
| 424 | 2025-04-16T03:11:30.845Z | Downloaded bitflags v2.9.0 |
| 425 | 2025-04-16T03:11:30.845Z | Downloaded dof v0.3.0 |
| 426 | 2025-04-16T03:11:30.845Z | Downloaded crypto-common v0.1.6 |
| 427 | 2025-04-16T03:11:30.845Z | Downloaded clap_lex v0.7.4 |
| 428 | 2025-04-16T03:11:30.845Z | Downloaded anyhow v1.0.97 |
| 429 | 2025-04-16T03:11:30.932Z | Compiling proc-macro2 v1.0.94 |
| 430 | 2025-04-16T03:11:30.932Z | Compiling unicode-ident v1.0.14 |
| 431 | 2025-04-16T03:11:30.957Z | Compiling version_check v0.9.5 |
| 432 | 2025-04-16T03:11:30.957Z | Compiling serde v1.0.219 |
| 433 | 2025-04-16T03:11:30.957Z | Compiling libc v0.2.171 |
| 434 | 2025-04-16T03:11:30.957Z | Compiling memchr v2.7.4 |
| 435 | 2025-04-16T03:11:30.957Z | Compiling thiserror v1.0.69 |
| 436 | 2025-04-16T03:11:30.957Z | Compiling ryu v1.0.18 |
| 437 | 2025-04-16T03:11:31.243Z | Compiling ucd-trie v0.1.7 |
| 438 | 2025-04-16T03:11:31.414Z | Compiling itoa v1.0.11 |
| 439 | 2025-04-16T03:11:31.660Z | Compiling once_cell v1.21.3 |
| 440 | 2025-04-16T03:11:31.791Z | Compiling byteorder v1.5.0 |
| 441 | 2025-04-16T03:11:32.019Z | Compiling rustix v0.38.37 |
| 442 | 2025-04-16T03:11:32.054Z | Compiling serde_json v1.0.140 |
| 443 | 2025-04-16T03:11:32.207Z | Compiling bitflags v2.9.0 |
| 444 | 2025-04-16T03:11:32.342Z | Compiling usdt-impl v0.5.0 |
| 445 | 2025-04-16T03:11:32.392Z | Compiling proc-macro-error-attr v1.0.4 |
| 446 | 2025-04-16T03:11:32.599Z | Compiling io-lifetimes v1.0.11 |
| 447 | 2025-04-16T03:11:32.683Z | Compiling syn v1.0.109 |
| 448 | 2025-04-16T03:11:32.803Z | Compiling quote v1.0.39 |
| 449 | 2025-04-16T03:11:32.832Z | Compiling errno v0.3.9 |
| 450 | 2025-04-16T03:11:32.889Z | Compiling proc-macro-error v1.0.4 |
| 451 | 2025-04-16T03:11:33.106Z | Compiling camino v1.1.9 |
| 452 | 2025-04-16T03:11:33.280Z | Compiling thread-id v4.2.2 |
| 453 | 2025-04-16T03:11:33.310Z | Compiling utf8parse v0.2.2 |
| 454 | 2025-04-16T03:11:33.342Z | Compiling syn v2.0.98 |
| 455 | 2025-04-16T03:11:33.478Z | Compiling log v0.4.22 |
| 456 | 2025-04-16T03:11:33.510Z | Compiling equivalent v1.0.1 |
| 457 | 2025-04-16T03:11:33.541Z | Compiling rustix v0.37.28 |
| 458 | 2025-04-16T03:11:33.587Z | Compiling hashbrown v0.15.1 |
| 459 | 2025-04-16T03:11:33.642Z | Compiling plain v0.2.3 |
| 460 | 2025-04-16T03:11:33.855Z | Compiling anstyle-parse v0.2.5 |
| 461 | 2025-04-16T03:11:34.201Z | Compiling autocfg v1.4.0 |
| 462 | 2025-04-16T03:11:34.375Z | Compiling unicode-width v0.1.14 |
| 463 | 2025-04-16T03:11:34.516Z | Compiling indexmap v2.7.1 |
| 464 | 2025-04-16T03:11:34.541Z | Compiling bitflags v1.3.2 |
| 465 | 2025-04-16T03:11:34.610Z | Compiling colorchoice v1.0.2 |
| 466 | 2025-04-16T03:11:34.662Z | Compiling anstyle v1.0.10 |
| 467 | 2025-04-16T03:11:34.796Z | Compiling thiserror v2.0.12 |
| 468 | 2025-04-16T03:11:34.876Z | Compiling pretty-hex v0.4.1 |
| 469 | 2025-04-16T03:11:35.060Z | Compiling semver v1.0.25 |
| 470 | 2025-04-16T03:11:35.090Z | Compiling anstyle-query v1.1.1 |
| 471 | 2025-04-16T03:11:35.114Z | Compiling is_terminal_polyfill v1.70.1 |
| 472 | 2025-04-16T03:11:35.255Z | Compiling winnow v0.7.3 |
| 473 | 2025-04-16T03:11:35.279Z | Compiling anstream v0.6.15 |
| 474 | 2025-04-16T03:11:35.470Z | Compiling fs-err v2.11.0 |
| 475 | 2025-04-16T03:11:35.581Z | Compiling terminal_size v0.4.0 |
| 476 | 2025-04-16T03:11:35.828Z | Compiling anyhow v1.0.97 |
| 477 | 2025-04-16T03:11:35.857Z | Compiling strsim v0.11.1 |
| 478 | 2025-04-16T03:11:35.895Z | Compiling cfg-if v1.0.0 |
| 479 | 2025-04-16T03:11:36.004Z | Compiling clap_lex v0.7.4 |
| 480 | 2025-04-16T03:11:36.360Z | Compiling fnv v1.0.7 |
| 481 | 2025-04-16T03:11:36.432Z | Compiling fastrand v2.1.1 |
| 482 | 2025-04-16T03:11:36.507Z | Compiling bytecount v0.6.8 |
| 483 | 2025-04-16T03:11:36.532Z | Compiling heck v0.5.0 |
| 484 | 2025-04-16T03:11:36.709Z | Compiling heck v0.4.1 |
| 485 | 2025-04-16T03:11:36.733Z | Compiling papergrid v0.11.0 |
| 486 | 2025-04-16T03:11:36.734Z | Compiling terminal_size v0.2.6 |
| 487 | 2025-04-16T03:11:36.886Z | Compiling tempfile v3.13.0 |
| 488 | 2025-04-16T03:11:36.981Z | Compiling clap_builder v4.5.35 |
| 489 | 2025-04-16T03:11:37.233Z | Compiling memmap v0.7.0 |
| 490 | 2025-04-16T03:11:37.294Z | Compiling smawk v0.3.2 |
| 491 | 2025-04-16T03:11:37.540Z | Compiling unicode-linebreak v0.1.5 |
| 492 | 2025-04-16T03:11:38.027Z | Compiling textwrap v0.16.1 |
| 493 | 2025-04-16T03:11:38.149Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 494 | 2025-04-16T03:11:38.174Z | Compiling swrite v0.1.0 |
| 495 | 2025-04-16T03:11:38.348Z | Compiling tabled_derive v0.7.0 |
| 496 | 2025-04-16T03:11:39.578Z | Compiling tabled v0.15.0 |
| 497 | 2025-04-16T03:11:39.830Z | Compiling serde_derive v1.0.219 |
| 498 | 2025-04-16T03:11:39.830Z | Compiling thiserror-impl v1.0.69 |
| 499 | 2025-04-16T03:11:39.855Z | Compiling zerocopy-derive v0.7.35 |
| 500 | 2025-04-16T03:11:39.855Z | Compiling scroll_derive v0.12.0 |
| 501 | 2025-04-16T03:11:39.855Z | Compiling thiserror-impl v2.0.12 |
| 502 | 2025-04-16T03:11:39.855Z | Compiling clap_derive v4.5.32 |
| 503 | 2025-04-16T03:11:40.864Z | Compiling scroll v0.12.0 |
| 504 | 2025-04-16T03:11:41.334Z | Compiling goblin v0.8.2 |
| 505 | 2025-04-16T03:11:41.661Z | Compiling zerocopy v0.7.35 |
| 506 | 2025-04-16T03:11:42.532Z | Compiling pest v2.7.14 |
| 507 | 2025-04-16T03:11:43.487Z | Compiling clap v4.5.35 |
| 508 | 2025-04-16T03:11:44.867Z | Compiling pest_meta v2.7.14 |
| 509 | 2025-04-16T03:11:45.993Z | Compiling pest_generator v2.7.14 |
| 510 | 2025-04-16T03:11:47.112Z | Compiling pest_derive v2.7.14 |
| 511 | 2025-04-16T03:11:47.748Z | Compiling dtrace-parser v0.2.0 |
| 512 | 2025-04-16T03:11:48.662Z | Compiling serde_tokenstream v0.2.2 |
| 513 | 2025-04-16T03:11:48.723Z | Compiling serde_spanned v0.6.8 |
| 514 | 2025-04-16T03:11:48.773Z | Compiling toml_datetime v0.6.8 |
| 515 | 2025-04-16T03:11:48.896Z | Compiling cargo-platform v0.1.8 |
| 516 | 2025-04-16T03:11:49.005Z | Compiling macaddr v1.0.1 |
| 517 | 2025-04-16T03:11:49.198Z | Compiling toml_edit v0.22.24 |
| 518 | 2025-04-16T03:11:49.314Z | Compiling camino-tempfile v1.1.1 |
| 519 | 2025-04-16T03:11:50.106Z | Compiling dof v0.3.0 |
| 520 | 2025-04-16T03:11:50.156Z | Compiling cargo_metadata v0.19.2 |
| 521 | 2025-04-16T03:11:51.375Z | Compiling usdt-macro v0.5.0 |
| 522 | 2025-04-16T03:11:51.375Z | Compiling usdt-attr-macro v0.5.0 |
| 523 | 2025-04-16T03:11:52.116Z | Compiling toml v0.8.20 |
| 524 | 2025-04-16T03:11:52.350Z | Compiling usdt v0.5.0 |
| 525 | 2025-04-16T03:11:52.846Z | Compiling cargo_toml v0.21.0 |
| 526 | 2025-04-16T03:11:56.100Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 527 | 2025-04-16T03:12:00.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s |
| 528 | 2025-04-16T03:12:00.425Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 529 | 2025-04-16T03:12:01.287Z | Downloading crates ... |
| 530 | 2025-04-16T03:12:01.420Z | Downloaded async-stream-impl v0.3.6 |
| 531 | 2025-04-16T03:12:01.446Z | Downloaded crc-catalog v2.4.0 |
| 532 | 2025-04-16T03:12:01.447Z | Downloaded crossbeam-epoch v0.9.18 |
| 533 | 2025-04-16T03:12:01.447Z | Downloaded instant v0.1.13 |
| 534 | 2025-04-16T03:12:01.473Z | Downloaded progenitor-client v0.8.0 |
| 535 | 2025-04-16T03:12:01.473Z | Downloaded heapless v0.8.0 |
| 536 | 2025-04-16T03:12:01.473Z | Downloaded rfc6979 v0.4.0 |
| 537 | 2025-04-16T03:12:01.473Z | Downloaded rusty-fork v0.3.0 |
| 538 | 2025-04-16T03:12:01.500Z | Downloaded icu_provider v1.5.0 |
| 539 | 2025-04-16T03:12:01.500Z | Downloaded slog-stdlog v4.1.1 |
| 540 | 2025-04-16T03:12:01.500Z | Downloaded tinyvec_macros v0.1.1 |
| 541 | 2025-04-16T03:12:01.526Z | Downloaded tiny-keccak v2.0.2 |
| 542 | 2025-04-16T03:12:01.552Z | Downloaded dirs-sys-next v0.1.2 |
| 543 | 2025-04-16T03:12:01.552Z | Downloaded fd-lock v4.0.2 |
| 544 | 2025-04-16T03:12:01.552Z | Downloaded newtype_derive v0.1.6 |
| 545 | 2025-04-16T03:12:01.578Z | Downloaded parse-size v1.1.0 |
| 546 | 2025-04-16T03:12:01.578Z | Downloaded pretty-hex v0.2.1 |
| 547 | 2025-04-16T03:12:01.578Z | Downloaded sqlparser_derive v0.2.2 |
| 548 | 2025-04-16T03:12:01.578Z | Downloaded predicates v3.1.3 |
| 549 | 2025-04-16T03:12:01.604Z | Downloaded spki v0.7.3 |
| 550 | 2025-04-16T03:12:01.604Z | Downloaded ssh-encoding v0.2.0 |
| 551 | 2025-04-16T03:12:01.604Z | Downloaded ctr v0.9.2 |
| 552 | 2025-04-16T03:12:01.604Z | Downloaded data-encoding v2.6.0 |
| 553 | 2025-04-16T03:12:01.604Z | Downloaded num-conv v0.1.0 |
| 554 | 2025-04-16T03:12:01.630Z | Downloaded debug-ignore v1.0.5 |
| 555 | 2025-04-16T03:12:01.630Z | Downloaded nodrop v0.1.14 |
| 556 | 2025-04-16T03:12:01.630Z | Downloaded num-derive v0.4.2 |
| 557 | 2025-04-16T03:12:01.630Z | Downloaded try-lock v0.2.5 |
| 558 | 2025-04-16T03:12:01.630Z | Downloaded document-features v0.2.10 |
| 559 | 2025-04-16T03:12:01.630Z | Downloaded ref-cast v1.0.23 |
| 560 | 2025-04-16T03:12:01.657Z | Downloaded foreign-types-shared v0.3.1 |
| 561 | 2025-04-16T03:12:01.657Z | Downloaded rand_core v0.9.2 |
| 562 | 2025-04-16T03:12:01.657Z | Downloaded num_threads v0.1.7 |
| 563 | 2025-04-16T03:12:01.657Z | Downloaded path-slash v0.1.5 |
| 564 | 2025-04-16T03:12:01.657Z | Downloaded form_urlencoded v1.2.1 |
| 565 | 2025-04-16T03:12:01.682Z | Downloaded dropshot_endpoint v0.12.0 |
| 566 | 2025-04-16T03:12:01.682Z | Downloaded num_enum v0.5.11 |
| 567 | 2025-04-16T03:12:01.682Z | Downloaded yoke-derive v0.7.4 |
| 568 | 2025-04-16T03:12:01.683Z | Downloaded openssl-probe v0.1.5 |
| 569 | 2025-04-16T03:12:01.683Z | Downloaded unicase v2.7.0 |
| 570 | 2025-04-16T03:12:01.709Z | Downloaded typify-macro v0.3.0 |
| 571 | 2025-04-16T03:12:01.709Z | Downloaded embedded-io v0.6.1 |
| 572 | 2025-04-16T03:12:01.709Z | Downloaded either v1.14.0 |
| 573 | 2025-04-16T03:12:01.709Z | Downloaded number_prefix v0.4.0 |
| 574 | 2025-04-16T03:12:01.709Z | Downloaded structmeta-derive v0.3.0 |
| 575 | 2025-04-16T03:12:01.709Z | Downloaded ed25519 v2.2.3 |
| 576 | 2025-04-16T03:12:01.709Z | Downloaded dsl_auto_type v0.1.2 |
| 577 | 2025-04-16T03:12:01.735Z | Downloaded sync-ptr v0.1.1 |
| 578 | 2025-04-16T03:12:01.735Z | Downloaded tracing v0.1.40 |
| 579 | 2025-04-16T03:12:01.735Z | Downloaded futures-task v0.3.31 |
| 580 | 2025-04-16T03:12:01.735Z | Downloaded openssl-macros v0.1.1 |
| 581 | 2025-04-16T03:12:01.735Z | Downloaded phf v0.11.2 |
| 582 | 2025-04-16T03:12:01.735Z | Downloaded sct v0.7.1 |
| 583 | 2025-04-16T03:12:01.735Z | Downloaded strum v0.26.3 |
| 584 | 2025-04-16T03:12:01.760Z | Downloaded uzers v0.12.1 |
| 585 | 2025-04-16T03:12:01.760Z | Downloaded supports-color v3.0.2 |
| 586 | 2025-04-16T03:12:01.761Z | Downloaded der_derive v0.7.3 |
| 587 | 2025-04-16T03:12:01.761Z | Downloaded rpassword v7.3.1 |
| 588 | 2025-04-16T03:12:01.761Z | Downloaded utf-8 v0.7.6 |
| 589 | 2025-04-16T03:12:01.761Z | Downloaded foreign-types v0.3.2 |
| 590 | 2025-04-16T03:12:01.761Z | Downloaded rustc_version v0.1.7 |
| 591 | 2025-04-16T03:12:01.761Z | Downloaded flagset v0.4.6 |
| 592 | 2025-04-16T03:12:01.786Z | Downloaded pin-utils v0.1.0 |
| 593 | 2025-04-16T03:12:01.786Z | Downloaded oso v0.27.3 |
| 594 | 2025-04-16T03:12:01.786Z | Downloaded funty v2.0.0 |
| 595 | 2025-04-16T03:12:01.786Z | Downloaded oso-derive v0.27.3 |
| 596 | 2025-04-16T03:12:01.786Z | Downloaded foldhash v0.1.3 |
| 597 | 2025-04-16T03:12:01.786Z | Downloaded olpc-cjson v0.1.4 |
| 598 | 2025-04-16T03:12:01.786Z | Downloaded ed25519-dalek v2.1.1 |
| 599 | 2025-04-16T03:12:01.786Z | Downloaded ref-cast-impl v1.0.23 |
| 600 | 2025-04-16T03:12:01.786Z | Downloaded fs_extra v1.3.0 |
| 601 | 2025-04-16T03:12:01.812Z | Downloaded rustc-hash v1.1.0 |
| 602 | 2025-04-16T03:12:01.812Z | Downloaded packed_struct v0.10.1 |
| 603 | 2025-04-16T03:12:01.812Z | Downloaded uuid v1.16.0 |
| 604 | 2025-04-16T03:12:01.812Z | Downloaded tokio-native-tls v0.3.1 |
| 605 | 2025-04-16T03:12:01.812Z | Downloaded futures-channel v0.3.31 |
| 606 | 2025-04-16T03:12:01.812Z | Downloaded p256 v0.13.2 |
| 607 | 2025-04-16T03:12:01.812Z | Downloaded omicron-zone-package v0.12.0 |
| 608 | 2025-04-16T03:12:01.839Z | Downloaded der v0.7.9 |
| 609 | 2025-04-16T03:12:01.839Z | Downloaded flume v0.11.1 |
| 610 | 2025-04-16T03:12:01.839Z | Downloaded derive_builder v0.20.2 |
| 611 | 2025-04-16T03:12:01.840Z | Downloaded pin-project-lite v0.2.14 |
| 612 | 2025-04-16T03:12:01.865Z | Downloaded futures v0.3.31 |
| 613 | 2025-04-16T03:12:01.865Z | Downloaded zip v2.6.1 |
| 614 | 2025-04-16T03:12:01.865Z | Downloaded yansi v1.0.1 |
| 615 | 2025-04-16T03:12:01.865Z | Downloaded futures-util v0.3.31 |
| 616 | 2025-04-16T03:12:01.890Z | Downloaded unicode-normalization v0.1.24 |
| 617 | 2025-04-16T03:12:01.890Z | Downloaded flate2 v1.1.1 |
| 618 | 2025-04-16T03:12:01.915Z | Downloaded petname v2.0.2 |
| 619 | 2025-04-16T03:12:01.915Z | Downloaded unicode_categories v0.1.1 |
| 620 | 2025-04-16T03:12:01.915Z | Downloaded zerocopy v0.8.10 |
| 621 | 2025-04-16T03:12:01.941Z | Downloaded nix v0.29.0 |
| 622 | 2025-04-16T03:12:01.966Z | Downloaded rustls-webpki v0.101.7 |
| 623 | 2025-04-16T03:12:01.991Z | Downloaded object v0.30.4 |
| 624 | 2025-04-16T03:12:01.991Z | Downloaded polar-core v0.27.3 |
| 625 | 2025-04-16T03:12:02.016Z | Downloaded rustls-webpki v0.102.8 |
| 626 | 2025-04-16T03:12:02.041Z | Downloaded gimli v0.31.1 |
| 627 | 2025-04-16T03:12:02.041Z | Downloaded object v0.36.5 |
| 628 | 2025-04-16T03:12:02.067Z | Downloaded openapiv3 v2.0.0 |
| 629 | 2025-04-16T03:12:02.092Z | Downloaded chrono-tz v0.10.3 |
| 630 | 2025-04-16T03:12:02.092Z | Downloaded unicode-width v0.2.0 |
| 631 | 2025-04-16T03:12:02.092Z | Downloaded openssl v0.10.72 |
| 632 | 2025-04-16T03:12:02.117Z | Downloaded rustls v0.21.12 |
| 633 | 2025-04-16T03:12:02.117Z | Downloaded diesel v2.2.9 |
| 634 | 2025-04-16T03:12:02.142Z | Downloaded rustls v0.23.19 |
| 635 | 2025-04-16T03:12:02.167Z | Downloaded rustls v0.22.4 |
| 636 | 2025-04-16T03:12:02.193Z | Downloaded ratatui v0.29.0 |
| 637 | 2025-04-16T03:12:02.218Z | Downloaded libz-sys v1.1.20 |
| 638 | 2025-04-16T03:12:02.243Z | Downloaded typify-impl v0.3.0 |
| 639 | 2025-04-16T03:12:02.243Z | Downloaded typify-impl v0.2.0 |
| 640 | 2025-04-16T03:12:02.268Z | Downloaded zerocopy-derive v0.6.6 |
| 641 | 2025-04-16T03:12:02.294Z | Downloaded tokio v1.43.1 |
| 642 | 2025-04-16T03:12:02.320Z | Downloaded regex-automata v0.4.8 |
| 643 | 2025-04-16T03:12:02.345Z | Downloaded csv v1.3.1 |
| 644 | 2025-04-16T03:12:02.371Z | Downloaded regex-syntax v0.8.5 |
| 645 | 2025-04-16T03:12:02.396Z | Downloaded lzma-sys v0.1.20 |
| 646 | 2025-04-16T03:12:02.421Z | Downloaded bstr v1.10.0 |
| 647 | 2025-04-16T03:12:02.421Z | Downloaded dropshot v0.16.0 |
| 648 | 2025-04-16T03:12:02.447Z | Downloaded regress v0.10.3 |
| 649 | 2025-04-16T03:12:02.472Z | Downloaded jiff v0.2.6 |
| 650 | 2025-04-16T03:12:02.497Z | Downloaded quinn-proto v0.11.8 |
| 651 | 2025-04-16T03:12:02.497Z | Downloaded nix v0.28.0 |
| 652 | 2025-04-16T03:12:02.522Z | Downloaded petgraph v0.6.5 |
| 653 | 2025-04-16T03:12:02.547Z | Downloaded git2 v0.19.0 |
| 654 | 2025-04-16T03:12:02.547Z | Downloaded vcpkg v0.2.15 |
| 655 | 2025-04-16T03:12:02.580Z | Downloaded unicode-segmentation v1.12.0 |
| 656 | 2025-04-16T03:12:02.605Z | Downloaded dropshot v0.12.0 |
| 657 | 2025-04-16T03:12:02.630Z | Downloaded curve25519-dalek v4.1.3 |
| 658 | 2025-04-16T03:12:02.630Z | Downloaded sha3 v0.10.8 |
| 659 | 2025-04-16T03:12:02.630Z | Downloaded petgraph v0.7.1 |
| 660 | 2025-04-16T03:12:02.655Z | Downloaded smoltcp v0.11.0 |
| 661 | 2025-04-16T03:12:02.681Z | Downloaded tabled v0.18.0 |
| 662 | 2025-04-16T03:12:02.706Z | Downloaded russh v0.45.0 |
| 663 | 2025-04-16T03:12:02.706Z | Downloaded p384 v0.13.0 |
| 664 | 2025-04-16T03:12:02.706Z | Downloaded tokio-postgres v0.7.13 |
| 665 | 2025-04-16T03:12:02.706Z | Downloaded ron v0.8.1 |
| 666 | 2025-04-16T03:12:02.731Z | Downloaded ssh-key v0.6.6 |
| 667 | 2025-04-16T03:12:02.732Z | Downloaded nix v0.27.1 |
| 668 | 2025-04-16T03:12:02.757Z | Downloaded portable-atomic v1.11.0 |
| 669 | 2025-04-16T03:12:02.757Z | Downloaded unsafe-libyaml v0.2.11 |
| 670 | 2025-04-16T03:12:02.757Z | Downloaded tough v0.20.0 |
| 671 | 2025-04-16T03:12:02.757Z | Downloaded radix_trie v0.2.1 |
| 672 | 2025-04-16T03:12:02.782Z | Downloaded url v2.5.3 |
| 673 | 2025-04-16T03:12:02.782Z | Downloaded serde_with v3.12.0 |
| 674 | 2025-04-16T03:12:02.782Z | Downloaded sled v0.34.7 |
| 675 | 2025-04-16T03:12:02.807Z | Downloaded smoltcp v0.9.1 |
| 676 | 2025-04-16T03:12:02.807Z | Downloaded reqwest v0.12.12 |
| 677 | 2025-04-16T03:12:02.832Z | Downloaded owo-colors v4.2.0 |
| 678 | 2025-04-16T03:12:02.832Z | Downloaded tokio-util v0.7.13 |
| 679 | 2025-04-16T03:12:02.832Z | Downloaded h2 v0.4.6 |
| 680 | 2025-04-16T03:12:02.832Z | Downloaded unicode-truncate v1.1.0 |
| 681 | 2025-04-16T03:12:02.857Z | Downloaded rsa v0.9.6 |
| 682 | 2025-04-16T03:12:02.857Z | Downloaded derive_builder_core v0.20.2 |
| 683 | 2025-04-16T03:12:02.858Z | Downloaded unicode-bidi v0.3.17 |
| 684 | 2025-04-16T03:12:02.858Z | Downloaded tokio-rustls v0.24.1 |
| 685 | 2025-04-16T03:12:02.858Z | Downloaded rayon v1.10.0 |
| 686 | 2025-04-16T03:12:02.883Z | Downloaded p521 v0.13.3 |
| 687 | 2025-04-16T03:12:02.883Z | Downloaded derive-where v1.2.7 |
| 688 | 2025-04-16T03:12:02.883Z | Downloaded encoding_rs v0.8.34 |
| 689 | 2025-04-16T03:12:02.908Z | Downloaded ring v0.17.11 |
| 690 | 2025-04-16T03:12:02.966Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 691 | 2025-04-16T03:12:03.048Z | Downloaded unicode-properties v0.1.3 |
| 692 | 2025-04-16T03:12:03.073Z | Downloaded zerovec v0.10.4 |
| 693 | 2025-04-16T03:12:03.073Z | Downloaded tower v0.5.2 |
| 694 | 2025-04-16T03:12:03.073Z | Downloaded toml_edit v0.19.15 |
| 695 | 2025-04-16T03:12:03.098Z | Downloaded steno v0.4.1 |
| 696 | 2025-04-16T03:12:03.124Z | Downloaded defmt v0.3.8 |
| 697 | 2025-04-16T03:12:03.124Z | Downloaded reedline v0.38.0 |
| 698 | 2025-04-16T03:12:03.150Z | Downloaded proptest v1.6.0 |
| 699 | 2025-04-16T03:12:03.150Z | Downloaded float-ord v0.3.2 |
| 700 | 2025-04-16T03:12:03.150Z | Downloaded float-cmp v0.10.0 |
| 701 | 2025-04-16T03:12:03.150Z | Downloaded strum_macros v0.26.4 |
| 702 | 2025-04-16T03:12:03.175Z | Downloaded pin-project v1.1.6 |
| 703 | 2025-04-16T03:12:03.175Z | Downloaded rustls-pki-types v1.10.0 |
| 704 | 2025-04-16T03:12:03.175Z | Downloaded rustls-pemfile v2.2.0 |
| 705 | 2025-04-16T03:12:03.201Z | Downloaded openssl-sys v0.9.107 |
| 706 | 2025-04-16T03:12:03.201Z | Downloaded sqlparser v0.45.0 |
| 707 | 2025-04-16T03:12:03.201Z | Downloaded bitvec v1.0.1 |
| 708 | 2025-04-16T03:12:03.226Z | Downloaded futures-macro v0.3.31 |
| 709 | 2025-04-16T03:12:03.226Z | Downloaded peg-macros v0.8.5 |
| 710 | 2025-04-16T03:12:03.226Z | Downloaded oxnet v0.1.1 |
| 711 | 2025-04-16T03:12:03.226Z | Downloaded derive_more v0.99.19 |
| 712 | 2025-04-16T03:12:03.226Z | Downloaded rustc_version v0.4.1 |
| 713 | 2025-04-16T03:12:03.226Z | Downloaded rustc-hash v2.1.1 |
| 714 | 2025-04-16T03:12:03.226Z | Downloaded strum_macros v0.24.3 |
| 715 | 2025-04-16T03:12:03.226Z | Downloaded unicode-xid v0.2.6 |
| 716 | 2025-04-16T03:12:03.226Z | Downloaded percent-encoding v2.3.1 |
| 717 | 2025-04-16T03:12:03.226Z | Downloaded pem-rfc7468 v0.7.0 |
| 718 | 2025-04-16T03:12:03.254Z | Downloaded pem v3.0.5 |
| 719 | 2025-04-16T03:12:03.254Z | Downloaded universal-hash v0.5.1 |
| 720 | 2025-04-16T03:12:03.254Z | Downloaded derive_builder_macro v0.20.2 |
| 721 | 2025-04-16T03:12:03.255Z | Downloaded futures-io v0.3.31 |
| 722 | 2025-04-16T03:12:03.255Z | Downloaded futures-core v0.3.31 |
| 723 | 2025-04-16T03:12:03.255Z | Downloaded chrono v0.4.40 |
| 724 | 2025-04-16T03:12:03.255Z | Downloaded ecdsa v0.16.9 |
| 725 | 2025-04-16T03:12:03.255Z | Downloaded yasna v0.5.2 |
| 726 | 2025-04-16T03:12:03.255Z | Downloaded tokio-rustls v0.25.0 |
| 727 | 2025-04-16T03:12:03.255Z | Downloaded diesel_derives v2.2.3 |
| 728 | 2025-04-16T03:12:03.281Z | Downloaded futures-executor v0.3.31 |
| 729 | 2025-04-16T03:12:03.281Z | Downloaded tokio-macros v2.5.0 |
| 730 | 2025-04-16T03:12:03.281Z | Downloaded strum_macros v0.25.3 |
| 731 | 2025-04-16T03:12:03.281Z | Downloaded rustls-pemfile v1.0.4 |
| 732 | 2025-04-16T03:12:03.281Z | Downloaded futures-sink v0.3.31 |
| 733 | 2025-04-16T03:12:03.281Z | Downloaded value-bag v1.9.0 |
| 734 | 2025-04-16T03:12:03.281Z | Downloaded untrusted v0.7.1 |
| 735 | 2025-04-16T03:12:03.281Z | Downloaded elliptic-curve v0.13.8 |
| 736 | 2025-04-16T03:12:03.281Z | Downloaded dyn-clone v1.0.19 |
| 737 | 2025-04-16T03:12:03.281Z | Downloaded zerocopy v0.6.6 |
| 738 | 2025-04-16T03:12:03.281Z | Downloaded typed-path v0.9.3 |
| 739 | 2025-04-16T03:12:03.281Z | Downloaded pin-project-internal v1.1.6 |
| 740 | 2025-04-16T03:12:03.306Z | Downloaded subtle v2.6.1 |
| 741 | 2025-04-16T03:12:03.306Z | Downloaded des v0.8.1 |
| 742 | 2025-04-16T03:12:03.306Z | Downloaded num-bigint-dig v0.8.4 |
| 743 | 2025-04-16T03:12:03.306Z | Downloaded nom v7.1.3 |
| 744 | 2025-04-16T03:12:03.306Z | Downloaded utf8_iter v1.0.4 |
| 745 | 2025-04-16T03:12:03.306Z | Downloaded utf16_iter v1.0.5 |
| 746 | 2025-04-16T03:12:03.306Z | Downloaded untrusted v0.9.0 |
| 747 | 2025-04-16T03:12:03.306Z | Downloaded rustversion v1.0.17 |
| 748 | 2025-04-16T03:12:03.307Z | Downloaded opaque-debug v0.3.1 |
| 749 | 2025-04-16T03:12:03.307Z | Downloaded deranged v0.3.11 |
| 750 | 2025-04-16T03:12:03.333Z | Downloaded defmt-parser v0.3.4 |
| 751 | 2025-04-16T03:12:03.333Z | Downloaded defmt-macros v0.3.9 |
| 752 | 2025-04-16T03:12:03.333Z | Downloaded peg-runtime v0.8.5 |
| 753 | 2025-04-16T03:12:03.333Z | Downloaded snafu v0.8.5 |
| 754 | 2025-04-16T03:12:03.333Z | Downloaded rustyline v14.0.0 |
| 755 | 2025-04-16T03:12:03.333Z | Downloaded quick-xml v0.37.2 |
| 756 | 2025-04-16T03:12:03.359Z | Downloaded dunce v1.0.5 |
| 757 | 2025-04-16T03:12:03.359Z | Downloaded russh-keys v0.45.0 |
| 758 | 2025-04-16T03:12:03.359Z | Downloaded num-iter v0.1.45 |
| 759 | 2025-04-16T03:12:03.359Z | Downloaded rand v0.9.0 |
| 760 | 2025-04-16T03:12:03.359Z | Downloaded zerocopy-derive v0.8.10 |
| 761 | 2025-04-16T03:12:03.359Z | Downloaded sec1 v0.7.3 |
| 762 | 2025-04-16T03:12:03.359Z | Downloaded foreign-types-macros v0.2.3 |
| 763 | 2025-04-16T03:12:03.359Z | Downloaded yoke v0.7.4 |
| 764 | 2025-04-16T03:12:03.359Z | Downloaded tokio-stream v0.1.17 |
| 765 | 2025-04-16T03:12:03.385Z | Downloaded tokio-rustls v0.26.0 |
| 766 | 2025-04-16T03:12:03.385Z | Downloaded string_cache v0.8.9 |
| 767 | 2025-04-16T03:12:03.385Z | Downloaded toml v0.7.8 |
| 768 | 2025-04-16T03:12:03.385Z | Downloaded rand v0.8.5 |
| 769 | 2025-04-16T03:12:03.385Z | Downloaded zip v0.6.6 |
| 770 | 2025-04-16T03:12:03.385Z | Downloaded structmeta v0.3.0 |
| 771 | 2025-04-16T03:12:03.385Z | Downloaded strip-ansi-escapes v0.2.0 |
| 772 | 2025-04-16T03:12:03.385Z | Downloaded stringprep v0.1.5 |
| 773 | 2025-04-16T03:12:03.385Z | Downloaded phf_codegen v0.11.2 |
| 774 | 2025-04-16T03:12:03.385Z | Downloaded diesel-dtrace v0.4.2 |
| 775 | 2025-04-16T03:12:03.385Z | Downloaded tokio-tungstenite v0.21.0 |
| 776 | 2025-04-16T03:12:03.410Z | Downloaded pkcs8 v0.10.2 |
| 777 | 2025-04-16T03:12:03.410Z | Downloaded num-bigint v0.4.6 |
| 778 | 2025-04-16T03:12:03.410Z | Downloaded phf_shared v0.11.2 |
| 779 | 2025-04-16T03:12:03.410Z | Downloaded phf_generator v0.11.2 |
| 780 | 2025-04-16T03:12:03.410Z | Downloaded rtoolbox v0.0.2 |
| 781 | 2025-04-16T03:12:03.410Z | Downloaded num-traits v0.2.19 |
| 782 | 2025-04-16T03:12:03.411Z | Downloaded num-rational v0.4.2 |
| 783 | 2025-04-16T03:12:03.411Z | Downloaded foreign-types v0.5.0 |
| 784 | 2025-04-16T03:12:03.411Z | Downloaded tungstenite v0.21.0 |
| 785 | 2025-04-16T03:12:03.411Z | Downloaded rcgen v0.12.1 |
| 786 | 2025-04-16T03:12:03.436Z | Downloaded rayon-core v1.12.1 |
| 787 | 2025-04-16T03:12:03.436Z | Downloaded pkcs5 v0.7.1 |
| 788 | 2025-04-16T03:12:03.436Z | Downloaded rustc-demangle v0.1.24 |
| 789 | 2025-04-16T03:12:03.436Z | Downloaded tungstenite v0.23.0 |
| 790 | 2025-04-16T03:12:03.437Z | Downloaded tracing-core v0.1.32 |
| 791 | 2025-04-16T03:12:03.437Z | Downloaded tokio-tungstenite v0.23.1 |
| 792 | 2025-04-16T03:12:03.437Z | Downloaded pkcs1 v0.7.5 |
| 793 | 2025-04-16T03:12:03.437Z | Downloaded getrandom v0.3.1 |
| 794 | 2025-04-16T03:12:03.462Z | Downloaded getrandom v0.2.15 |
| 795 | 2025-04-16T03:12:03.462Z | Downloaded embedded-io v0.4.0 |
| 796 | 2025-04-16T03:12:03.463Z | Downloaded typify-macro v0.2.0 |
| 797 | 2025-04-16T03:12:03.463Z | Downloaded blake3 v1.5.4 |
| 798 | 2025-04-16T03:12:03.463Z | Downloaded signal-hook v0.3.17 |
| 799 | 2025-04-16T03:12:03.463Z | Downloaded unarray v0.1.4 |
| 800 | 2025-04-16T03:12:03.463Z | Downloaded static_assertions v1.1.0 |
| 801 | 2025-04-16T03:12:03.463Z | Downloaded stable_deref_trait v1.2.0 |
| 802 | 2025-04-16T03:12:03.463Z | Downloaded paste v1.0.15 |
| 803 | 2025-04-16T03:12:03.492Z | Downloaded num_enum_derive v0.5.11 |
| 804 | 2025-04-16T03:12:03.492Z | Downloaded num-integer v0.1.46 |
| 805 | 2025-04-16T03:12:03.492Z | Downloaded pkg-config v0.3.31 |
| 806 | 2025-04-16T03:12:03.492Z | Downloaded russh-cryptovec v0.7.3 |
| 807 | 2025-04-16T03:12:03.492Z | Downloaded peg v0.8.5 |
| 808 | 2025-04-16T03:12:03.492Z | Downloaded pbkdf2 v0.12.2 |
| 809 | 2025-04-16T03:12:03.492Z | Downloaded pbkdf2 v0.11.0 |
| 810 | 2025-04-16T03:12:03.492Z | Downloaded dropshot_endpoint v0.16.0 |
| 811 | 2025-04-16T03:12:03.492Z | Downloaded serde_yaml v0.9.34+deprecated |
| 812 | 2025-04-16T03:12:03.492Z | Downloaded hashbrown v0.12.3 |
| 813 | 2025-04-16T03:12:03.518Z | Downloaded webpki-roots v0.26.6 |
| 814 | 2025-04-16T03:12:03.518Z | Downloaded typify v0.3.0 |
| 815 | 2025-04-16T03:12:03.518Z | Downloaded topological-sort v0.2.2 |
| 816 | 2025-04-16T03:12:03.518Z | Downloaded foreign-types-shared v0.1.1 |
| 817 | 2025-04-16T03:12:03.518Z | Downloaded typify v0.2.0 |
| 818 | 2025-04-16T03:12:03.518Z | Downloaded twox-hash v2.1.0 |
| 819 | 2025-04-16T03:12:03.518Z | Downloaded tracing-attributes v0.1.27 |
| 820 | 2025-04-16T03:12:03.518Z | Downloaded radium v0.7.0 |
| 821 | 2025-04-16T03:12:03.518Z | Downloaded quinn-udp v0.5.5 |
| 822 | 2025-04-16T03:12:03.518Z | Downloaded num-complex v0.4.6 |
| 823 | 2025-04-16T03:12:03.518Z | Downloaded ghash v0.5.1 |
| 824 | 2025-04-16T03:12:03.543Z | Downloaded zeroize v1.8.1 |
| 825 | 2025-04-16T03:12:03.544Z | Downloaded zerofrom-derive v0.1.4 |
| 826 | 2025-04-16T03:12:03.544Z | Downloaded darling_core v0.20.10 |
| 827 | 2025-04-16T03:12:03.544Z | Downloaded crossterm v0.28.1 |
| 828 | 2025-04-16T03:12:03.544Z | Downloaded rand_seeder v0.3.0 |
| 829 | 2025-04-16T03:12:03.544Z | Downloaded r2d2 v0.8.10 |
| 830 | 2025-04-16T03:12:03.544Z | Downloaded glob v0.3.2 |
| 831 | 2025-04-16T03:12:03.544Z | Downloaded zone v0.3.1 |
| 832 | 2025-04-16T03:12:03.544Z | Downloaded zone v0.1.8 |
| 833 | 2025-04-16T03:12:03.544Z | Downloaded zerovec-derive v0.10.3 |
| 834 | 2025-04-16T03:12:03.544Z | Downloaded signal-hook-mio v0.2.4 |
| 835 | 2025-04-16T03:12:03.544Z | Downloaded rand_core v0.6.4 |
| 836 | 2025-04-16T03:12:03.569Z | Downloaded rand_chacha v0.9.0 |
| 837 | 2025-04-16T03:12:03.569Z | Downloaded gethostname v0.5.0 |
| 838 | 2025-04-16T03:12:03.570Z | Downloaded tui-tree-widget v0.23.0 |
| 839 | 2025-04-16T03:12:03.570Z | Downloaded tower-layer v0.3.3 |
| 840 | 2025-04-16T03:12:03.570Z | Downloaded nu-ansi-term v0.50.1 |
| 841 | 2025-04-16T03:12:03.570Z | Downloaded zeroize_derive v1.4.2 |
| 842 | 2025-04-16T03:12:03.570Z | Downloaded zerofrom v0.1.4 |
| 843 | 2025-04-16T03:12:03.570Z | Downloaded smallvec v1.14.0 |
| 844 | 2025-04-16T03:12:03.570Z | Downloaded signature v2.2.0 |
| 845 | 2025-04-16T03:12:03.570Z | Downloaded serde_repr v0.1.19 |
| 846 | 2025-04-16T03:12:03.596Z | Downloaded semver v0.1.20 |
| 847 | 2025-04-16T03:12:03.596Z | Downloaded secrecy v0.8.0 |
| 848 | 2025-04-16T03:12:03.596Z | Downloaded salty v0.3.0 |
| 849 | 2025-04-16T03:12:03.596Z | Downloaded rand_xorshift v0.3.0 |
| 850 | 2025-04-16T03:12:03.596Z | Downloaded rand_chacha v0.3.1 |
| 851 | 2025-04-16T03:12:03.596Z | Downloaded nibble_vec v0.1.0 |
| 852 | 2025-04-16T03:12:03.596Z | Downloaded serde_with_macros v3.12.0 |
| 853 | 2025-04-16T03:12:03.596Z | Downloaded serde_derive_internals v0.29.1 |
| 854 | 2025-04-16T03:12:03.596Z | Downloaded postcard v1.0.10 |
| 855 | 2025-04-16T03:12:03.596Z | Downloaded poly1305 v0.8.0 |
| 856 | 2025-04-16T03:12:03.596Z | Downloaded papergrid v0.14.0 |
| 857 | 2025-04-16T03:12:03.596Z | Downloaded darling v0.20.10 |
| 858 | 2025-04-16T03:12:03.596Z | Downloaded zopfli v0.8.1 |
| 859 | 2025-04-16T03:12:03.621Z | Downloaded parse-zoneinfo v0.3.1 |
| 860 | 2025-04-16T03:12:03.621Z | Downloaded hashbrown v0.13.2 |
| 861 | 2025-04-16T03:12:03.621Z | Downloaded diff v0.1.13 |
| 862 | 2025-04-16T03:12:03.621Z | Downloaded cc v1.2.15 |
| 863 | 2025-04-16T03:12:03.621Z | Downloaded tower-service v0.3.3 |
| 864 | 2025-04-16T03:12:03.621Z | Downloaded fxhash v0.2.1 |
| 865 | 2025-04-16T03:12:03.621Z | Downloaded serde-hex v0.1.0 |
| 866 | 2025-04-16T03:12:03.621Z | Downloaded num-derive v0.3.3 |
| 867 | 2025-04-16T03:12:03.621Z | Downloaded num v0.4.3 |
| 868 | 2025-04-16T03:12:03.621Z | Downloaded daft-derive v0.1.3 |
| 869 | 2025-04-16T03:12:03.647Z | Downloaded socket2 v0.5.9 |
| 870 | 2025-04-16T03:12:03.647Z | Downloaded signal-hook-registry v1.4.2 |
| 871 | 2025-04-16T03:12:03.647Z | Downloaded shlex v1.3.0 |
| 872 | 2025-04-16T03:12:03.647Z | Downloaded sha1 v0.10.6 |
| 873 | 2025-04-16T03:12:03.647Z | Downloaded serde_urlencoded v0.7.1 |
| 874 | 2025-04-16T03:12:03.647Z | Downloaded half v2.4.1 |
| 875 | 2025-04-16T03:12:03.647Z | Downloaded env_logger v0.10.2 |
| 876 | 2025-04-16T03:12:03.647Z | Downloaded hickory-proto v0.24.4 |
| 877 | 2025-04-16T03:12:03.672Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 878 | 2025-04-16T03:12:03.672Z | Downloaded zone_cfg_derive v0.1.2 |
| 879 | 2025-04-16T03:12:03.672Z | Downloaded serde_plain v1.0.2 |
| 880 | 2025-04-16T03:12:03.672Z | Downloaded serde_path_to_error v0.1.16 |
| 881 | 2025-04-16T03:12:03.672Z | Downloaded darling_macro v0.20.10 |
| 882 | 2025-04-16T03:12:03.672Z | Downloaded csv-core v0.1.11 |
| 883 | 2025-04-16T03:12:03.672Z | Downloaded smf v0.2.3 |
| 884 | 2025-04-16T03:12:03.673Z | Downloaded shell-words v1.1.0 |
| 885 | 2025-04-16T03:12:03.673Z | Downloaded quinn v0.11.5 |
| 886 | 2025-04-16T03:12:03.673Z | Downloaded qorb v0.3.1 |
| 887 | 2025-04-16T03:12:03.697Z | Downloaded publicsuffix v2.3.0 |
| 888 | 2025-04-16T03:12:03.697Z | Downloaded libxml v0.3.3 |
| 889 | 2025-04-16T03:12:03.697Z | Downloaded normalize-line-endings v0.3.0 |
| 890 | 2025-04-16T03:12:03.698Z | Downloaded signal-hook-tokio v0.3.1 |
| 891 | 2025-04-16T03:12:03.698Z | Downloaded pretty_assertions v1.4.1 |
| 892 | 2025-04-16T03:12:03.698Z | Downloaded polyval v0.6.2 |
| 893 | 2025-04-16T03:12:03.698Z | Downloaded winnow v0.5.40 |
| 894 | 2025-04-16T03:12:03.723Z | Downloaded crossbeam-channel v0.5.15 |
| 895 | 2025-04-16T03:12:03.723Z | Downloaded daft v0.1.3 |
| 896 | 2025-04-16T03:12:03.723Z | Downloaded globset v0.4.15 |
| 897 | 2025-04-16T03:12:03.723Z | Downloaded vte v0.11.1 |
| 898 | 2025-04-16T03:12:03.723Z | Downloaded prettyplease v0.2.30 |
| 899 | 2025-04-16T03:12:03.723Z | Downloaded headers v0.4.0 |
| 900 | 2025-04-16T03:12:03.749Z | Downloaded zone_cfg_derive v0.3.0 |
| 901 | 2025-04-16T03:12:03.749Z | Downloaded snafu-derive v0.8.5 |
| 902 | 2025-04-16T03:12:03.749Z | Downloaded slog-term v2.9.1 |
| 903 | 2025-04-16T03:12:03.749Z | Downloaded serde-big-array v0.5.1 |
| 904 | 2025-04-16T03:12:03.749Z | Downloaded psl-types v2.0.11 |
| 905 | 2025-04-16T03:12:03.749Z | Downloaded new_debug_unreachable v1.0.6 |
| 906 | 2025-04-16T03:12:03.749Z | Downloaded mio v1.0.2 |
| 907 | 2025-04-16T03:12:03.749Z | Downloaded winnow v0.6.20 |
| 908 | 2025-04-16T03:12:03.774Z | Downloaded ssh-cipher v0.2.0 |
| 909 | 2025-04-16T03:12:03.774Z | Downloaded sqlformat v0.2.6 |
| 910 | 2025-04-16T03:12:03.774Z | Downloaded spin v0.9.8 |
| 911 | 2025-04-16T03:12:03.774Z | Downloaded smallvec v0.6.14 |
| 912 | 2025-04-16T03:12:03.774Z | Downloaded packed_struct_codegen v0.10.1 |
| 913 | 2025-04-16T03:12:03.774Z | Downloaded difflib v0.4.0 |
| 914 | 2025-04-16T03:12:03.774Z | Downloaded parking_lot v0.11.2 |
| 915 | 2025-04-16T03:12:03.774Z | Downloaded hickory-resolver v0.24.4 |
| 916 | 2025-04-16T03:12:03.774Z | Downloaded crypto-bigint v0.5.5 |
| 917 | 2025-04-16T03:12:03.800Z | Downloaded base64 v0.21.7 |
| 918 | 2025-04-16T03:12:03.800Z | Downloaded postgres-types v0.2.9 |
| 919 | 2025-04-16T03:12:03.800Z | Downloaded postgres-protocol v0.6.8 |
| 920 | 2025-04-16T03:12:03.800Z | Downloaded minimal-lexical v0.2.1 |
| 921 | 2025-04-16T03:12:03.800Z | Downloaded hash32 v0.2.1 |
| 922 | 2025-04-16T03:12:03.800Z | Downloaded ron v0.7.1 |
| 923 | 2025-04-16T03:12:03.825Z | Downloaded icu_normalizer_data v1.5.0 |
| 924 | 2025-04-16T03:12:03.825Z | Downloaded backtrace v0.3.74 |
| 925 | 2025-04-16T03:12:03.825Z | Downloaded quick-error v1.2.3 |
| 926 | 2025-04-16T03:12:03.825Z | Downloaded predicates-core v1.0.8 |
| 927 | 2025-04-16T03:12:03.825Z | Downloaded ppv-lite86 v0.2.20 |
| 928 | 2025-04-16T03:12:03.825Z | Downloaded powerfmt v0.2.0 |
| 929 | 2025-04-16T03:12:03.825Z | Downloaded parking_lot_core v0.8.6 |
| 930 | 2025-04-16T03:12:03.851Z | Downloaded native-tls v0.2.12 |
| 931 | 2025-04-16T03:12:03.851Z | Downloaded miniz_oxide v0.8.5 |
| 932 | 2025-04-16T03:12:03.851Z | Downloaded env_filter v0.1.2 |
| 933 | 2025-04-16T03:12:03.851Z | Downloaded display-error-chain v0.2.2 |
| 934 | 2025-04-16T03:12:03.851Z | Downloaded dirs-next v2.0.0 |
| 935 | 2025-04-16T03:12:03.851Z | Downloaded walkdir v2.5.0 |
| 936 | 2025-04-16T03:12:03.851Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 937 | 2025-04-16T03:12:03.851Z | Downloaded tabled_derive v0.10.0 |
| 938 | 2025-04-16T03:12:03.851Z | Downloaded synstructure v0.13.1 |
| 939 | 2025-04-16T03:12:03.851Z | Downloaded slog v2.7.0 |
| 940 | 2025-04-16T03:12:03.877Z | Downloaded sigpipe v0.1.3 |
| 941 | 2025-04-16T03:12:03.877Z | Downloaded same-file v1.0.6 |
| 942 | 2025-04-16T03:12:03.877Z | Downloaded resolv-conf v0.7.0 |
| 943 | 2025-04-16T03:12:03.877Z | Downloaded progenitor-impl v0.8.0 |
| 944 | 2025-04-16T03:12:03.877Z | Downloaded base64 v0.22.1 |
| 945 | 2025-04-16T03:12:03.877Z | Downloaded precomputed-hash v0.1.1 |
| 946 | 2025-04-16T03:12:03.877Z | Downloaded password-hash v0.5.0 |
| 947 | 2025-04-16T03:12:03.877Z | Downloaded password-hash v0.4.2 |
| 948 | 2025-04-16T03:12:03.877Z | Downloaded parse-display v0.10.0 |
| 949 | 2025-04-16T03:12:03.877Z | Downloaded parking_lot_core v0.9.10 |
| 950 | 2025-04-16T03:12:03.877Z | Downloaded parking_lot v0.12.3 |
| 951 | 2025-04-16T03:12:03.877Z | Downloaded mime_guess v2.0.5 |
| 952 | 2025-04-16T03:12:03.902Z | Downloaded expectorate v1.1.0 |
| 953 | 2025-04-16T03:12:03.903Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 954 | 2025-04-16T03:12:03.903Z | Downloaded writeable v0.5.5 |
| 955 | 2025-04-16T03:12:03.903Z | Downloaded tinystr v0.7.6 |
| 956 | 2025-04-16T03:12:03.903Z | Downloaded slog-envlogger v2.2.0 |
| 957 | 2025-04-16T03:12:03.903Z | Downloaded slog-bunyan v2.5.0 |
| 958 | 2025-04-16T03:12:03.903Z | Downloaded siphasher v0.3.11 |
| 959 | 2025-04-16T03:12:03.903Z | Downloaded simd-adler32 v0.3.7 |
| 960 | 2025-04-16T03:12:03.903Z | Downloaded scheduled-thread-pool v0.2.7 |
| 961 | 2025-04-16T03:12:03.903Z | Downloaded salsa20 v0.10.2 |
| 962 | 2025-04-16T03:12:03.903Z | Downloaded progenitor-macro v0.8.0 |
| 963 | 2025-04-16T03:12:03.903Z | Downloaded proc-macro-error2 v2.0.1 |
| 964 | 2025-04-16T03:12:03.903Z | Downloaded md-5 v0.10.6 |
| 965 | 2025-04-16T03:12:03.903Z | Downloaded hkdf v0.12.4 |
| 966 | 2025-04-16T03:12:03.928Z | Downloaded crossbeam-utils v0.8.21 |
| 967 | 2025-04-16T03:12:03.928Z | Downloaded parse-display-derive v0.10.0 |
| 968 | 2025-04-16T03:12:03.928Z | Downloaded multimap v0.10.0 |
| 969 | 2025-04-16T03:12:03.928Z | Downloaded multer v3.1.0 |
| 970 | 2025-04-16T03:12:03.928Z | Downloaded ff v0.13.0 |
| 971 | 2025-04-16T03:12:03.928Z | Downloaded fatfs v0.3.6 |
| 972 | 2025-04-16T03:12:03.928Z | Downloaded ena v0.14.3 |
| 973 | 2025-04-16T03:12:03.928Z | Downloaded write16 v1.0.0 |
| 974 | 2025-04-16T03:12:03.928Z | Downloaded vte_generate_state_changes v0.1.2 |
| 975 | 2025-04-16T03:12:03.928Z | Downloaded time v0.3.36 |
| 976 | 2025-04-16T03:12:03.954Z | Downloaded termcolor v1.4.1 |
| 977 | 2025-04-16T03:12:03.954Z | Downloaded tap v1.0.1 |
| 978 | 2025-04-16T03:12:03.954Z | Downloaded sync_wrapper v1.0.1 |
| 979 | 2025-04-16T03:12:03.954Z | Downloaded slog-async v2.8.0 |
| 980 | 2025-04-16T03:12:03.954Z | Downloaded progenitor-macro v0.9.1 |
| 981 | 2025-04-16T03:12:03.954Z | Downloaded progenitor v0.9.1 |
| 982 | 2025-04-16T03:12:03.954Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 983 | 2025-04-16T03:12:03.954Z | Downloaded memoffset v0.9.1 |
| 984 | 2025-04-16T03:12:03.954Z | Downloaded libloading v0.8.5 |
| 985 | 2025-04-16T03:12:03.954Z | Downloaded hyper-rustls v0.27.3 |
| 986 | 2025-04-16T03:12:03.954Z | Downloaded highway v1.3.0 |
| 987 | 2025-04-16T03:12:03.954Z | Downloaded const-oid v0.9.6 |
| 988 | 2025-04-16T03:12:03.954Z | Downloaded base64ct v1.6.0 |
| 989 | 2025-04-16T03:12:03.980Z | Downloaded newtype-uuid v1.2.1 |
| 990 | 2025-04-16T03:12:03.980Z | Downloaded newline-converter v0.3.0 |
| 991 | 2025-04-16T03:12:03.980Z | Downloaded nanorand v0.7.0 |
| 992 | 2025-04-16T03:12:03.980Z | Downloaded hash32 v0.3.1 |
| 993 | 2025-04-16T03:12:03.980Z | Downloaded group v0.13.0 |
| 994 | 2025-04-16T03:12:03.980Z | Downloaded fixedbitset v0.5.7 |
| 995 | 2025-04-16T03:12:03.980Z | Downloaded fixedbitset v0.4.2 |
| 996 | 2025-04-16T03:12:03.980Z | Downloaded filetime v0.2.25 |
| 997 | 2025-04-16T03:12:03.980Z | Downloaded env_logger v0.11.5 |
| 998 | 2025-04-16T03:12:03.980Z | Downloaded enum-as-inner v0.6.1 |
| 999 | 2025-04-16T03:12:03.980Z | Downloaded x509-cert v0.2.5 |
| 1000 | 2025-04-16T03:12:04.006Z | Downloaded void v1.0.2 |
| 1001 | 2025-04-16T03:12:04.006Z | Downloaded tls_codec_derive v0.4.1 |
| 1002 | 2025-04-16T03:12:04.006Z | Downloaded time-core v0.1.2 |
| 1003 | 2025-04-16T03:12:04.006Z | Downloaded slab v0.4.9 |
| 1004 | 2025-04-16T03:12:04.006Z | Downloaded lalrpop v0.19.12 |
| 1005 | 2025-04-16T03:12:04.006Z | Downloaded icu_properties_data v1.5.0 |
| 1006 | 2025-04-16T03:12:04.031Z | Downloaded hubpack v0.1.2 |
| 1007 | 2025-04-16T03:12:04.031Z | Downloaded colored v2.2.0 |
| 1008 | 2025-04-16T03:12:04.031Z | Downloaded cbc v0.1.2 |
| 1009 | 2025-04-16T03:12:04.031Z | Downloaded block-padding v0.3.3 |
| 1010 | 2025-04-16T03:12:04.031Z | Downloaded bit-vec v0.8.0 |
| 1011 | 2025-04-16T03:12:04.031Z | Downloaded bit-set v0.8.0 |
| 1012 | 2025-04-16T03:12:04.031Z | Downloaded bcs v0.1.6 |
| 1013 | 2025-04-16T03:12:04.031Z | Downloaded backoff v0.4.0 |
| 1014 | 2025-04-16T03:12:04.031Z | Downloaded fallible-iterator v0.2.0 |
| 1015 | 2025-04-16T03:12:04.057Z | Downloaded endian-type v0.1.2 |
| 1016 | 2025-04-16T03:12:04.057Z | Downloaded displaydoc v0.2.5 |
| 1017 | 2025-04-16T03:12:04.057Z | Downloaded whoami v1.5.2 |
| 1018 | 2025-04-16T03:12:04.057Z | Downloaded wait-timeout v0.2.0 |
| 1019 | 2025-04-16T03:12:04.057Z | Downloaded vergen v8.3.2 |
| 1020 | 2025-04-16T03:12:04.057Z | Downloaded test-strategy v0.4.0 |
| 1021 | 2025-04-16T03:12:04.057Z | Downloaded tar v0.4.44 |
| 1022 | 2025-04-16T03:12:04.057Z | Downloaded primeorder v0.13.6 |
| 1023 | 2025-04-16T03:12:04.057Z | Downloaded linear-map v1.2.0 |
| 1024 | 2025-04-16T03:12:04.057Z | Downloaded libsw-core v0.3.1 |
| 1025 | 2025-04-16T03:12:04.057Z | Downloaded itertools v0.14.0 |
| 1026 | 2025-04-16T03:12:04.082Z | Downloaded itertools v0.13.0 |
| 1027 | 2025-04-16T03:12:04.082Z | Downloaded internet-checksum v0.2.1 |
| 1028 | 2025-04-16T03:12:04.082Z | Downloaded inout v0.1.3 |
| 1029 | 2025-04-16T03:12:04.082Z | Downloaded indicatif v0.17.11 |
| 1030 | 2025-04-16T03:12:04.082Z | Downloaded ident_case v1.0.1 |
| 1031 | 2025-04-16T03:12:04.083Z | Downloaded hyper v1.6.0 |
| 1032 | 2025-04-16T03:12:04.108Z | Downloaded cstr-argument v0.1.2 |
| 1033 | 2025-04-16T03:12:04.108Z | Downloaded crunchy v0.2.2 |
| 1034 | 2025-04-16T03:12:04.108Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1035 | 2025-04-16T03:12:04.108Z | Downloaded crossbeam-deque v0.8.5 |
| 1036 | 2025-04-16T03:12:04.108Z | Downloaded crc32fast v1.4.2 |
| 1037 | 2025-04-16T03:12:04.108Z | Downloaded crc-any v2.5.0 |
| 1038 | 2025-04-16T03:12:04.108Z | Downloaded convert_case v0.4.0 |
| 1039 | 2025-04-16T03:12:04.108Z | Downloaded const_format v0.2.34 |
| 1040 | 2025-04-16T03:12:04.109Z | Downloaded console v0.15.10 |
| 1041 | 2025-04-16T03:12:04.109Z | Downloaded cobs v0.2.3 |
| 1042 | 2025-04-16T03:12:04.134Z | Downloaded cmake v0.1.51 |
| 1043 | 2025-04-16T03:12:04.134Z | Downloaded clang-sys v1.8.1 |
| 1044 | 2025-04-16T03:12:04.134Z | Downloaded ciborium v0.2.2 |
| 1045 | 2025-04-16T03:12:04.134Z | Downloaded chacha20 v0.9.1 |
| 1046 | 2025-04-16T03:12:04.134Z | Downloaded buf-list v1.0.3 |
| 1047 | 2025-04-16T03:12:04.134Z | Downloaded bit-set v0.5.3 |
| 1048 | 2025-04-16T03:12:04.134Z | Downloaded bb8 v0.8.5 |
| 1049 | 2025-04-16T03:12:04.134Z | Downloaded base16ct v0.2.0 |
| 1050 | 2025-04-16T03:12:04.134Z | Downloaded xz2 v0.1.7 |
| 1051 | 2025-04-16T03:12:04.134Z | Downloaded xshell-macros v0.2.7 |
| 1052 | 2025-04-16T03:12:04.134Z | Downloaded xshell v0.2.7 |
| 1053 | 2025-04-16T03:12:04.134Z | Downloaded xattr v1.3.1 |
| 1054 | 2025-04-16T03:12:04.134Z | Downloaded wyz v0.5.1 |
| 1055 | 2025-04-16T03:12:04.162Z | Downloaded which v4.4.2 |
| 1056 | 2025-04-16T03:12:04.162Z | Downloaded want v0.3.1 |
| 1057 | 2025-04-16T03:12:04.162Z | Downloaded waitgroup v0.1.2 |
| 1058 | 2025-04-16T03:12:04.162Z | Downloaded vsss-rs v3.3.4 |
| 1059 | 2025-04-16T03:12:04.162Z | Downloaded tls_codec v0.4.1 |
| 1060 | 2025-04-16T03:12:04.162Z | Downloaded tinyvec v1.8.0 |
| 1061 | 2025-04-16T03:12:04.162Z | Downloaded term v0.7.0 |
| 1062 | 2025-04-16T03:12:04.162Z | Downloaded tabwriter v1.4.0 |
| 1063 | 2025-04-16T03:12:04.162Z | Downloaded schemars v0.8.22 |
| 1064 | 2025-04-16T03:12:04.187Z | Downloaded idna v1.0.3 |
| 1065 | 2025-04-16T03:12:04.187Z | Downloaded icu_normalizer v1.5.0 |
| 1066 | 2025-04-16T03:12:04.187Z | Downloaded aws-lc-sys v0.26.0 |
| 1067 | 2025-04-16T03:12:04.458Z | Downloaded cookie_store v0.21.1 |
| 1068 | 2025-04-16T03:12:04.483Z | Downloaded constant_time_eq v0.3.1 |
| 1069 | 2025-04-16T03:12:04.483Z | Downloaded const_format_proc_macros v0.2.34 |
| 1070 | 2025-04-16T03:12:04.483Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1071 | 2025-04-16T03:12:04.483Z | Downloaded time-macros v0.2.18 |
| 1072 | 2025-04-16T03:12:04.509Z | Downloaded thread_local v1.1.8 |
| 1073 | 2025-04-16T03:12:04.509Z | Downloaded thiserror-no-std v2.0.2 |
| 1074 | 2025-04-16T03:12:04.509Z | Downloaded termtree v0.5.1 |
| 1075 | 2025-04-16T03:12:04.509Z | Downloaded termios v0.3.3 |
| 1076 | 2025-04-16T03:12:04.509Z | Downloaded linked-hash-map v0.5.6 |
| 1077 | 2025-04-16T03:12:04.509Z | Downloaded itertools v0.12.1 |
| 1078 | 2025-04-16T03:12:04.534Z | Downloaded indent_write v2.2.0 |
| 1079 | 2025-04-16T03:12:04.534Z | Downloaded crc8 v0.1.1 |
| 1080 | 2025-04-16T03:12:04.534Z | Downloaded cookie v0.18.1 |
| 1081 | 2025-04-16T03:12:04.534Z | Downloaded cipher v0.4.4 |
| 1082 | 2025-04-16T03:12:04.534Z | Downloaded take_mut v0.2.2 |
| 1083 | 2025-04-16T03:12:04.534Z | Downloaded subprocess v0.2.9 |
| 1084 | 2025-04-16T03:12:04.534Z | Downloaded slog-scope v4.4.0 |
| 1085 | 2025-04-16T03:12:04.534Z | Downloaded slog-dtrace v0.3.0 |
| 1086 | 2025-04-16T03:12:04.534Z | Downloaded similar v2.7.0 |
| 1087 | 2025-04-16T03:12:04.534Z | Downloaded scopeguard v1.2.0 |
| 1088 | 2025-04-16T03:12:04.534Z | Downloaded libm v0.2.8 |
| 1089 | 2025-04-16T03:12:04.560Z | Downloaded itertools v0.10.5 |
| 1090 | 2025-04-16T03:12:04.560Z | Downloaded is_ci v1.2.0 |
| 1091 | 2025-04-16T03:12:04.560Z | Downloaded icu_properties v1.5.1 |
| 1092 | 2025-04-16T03:12:04.560Z | Downloaded icu_locid v1.5.0 |
| 1093 | 2025-04-16T03:12:04.585Z | Downloaded icu_collections v1.5.0 |
| 1094 | 2025-04-16T03:12:04.585Z | Downloaded hickory-server v0.24.4 |
| 1095 | 2025-04-16T03:12:04.585Z | Downloaded ciborium-ll v0.2.2 |
| 1096 | 2025-04-16T03:12:04.585Z | Downloaded ciborium-io v0.2.2 |
| 1097 | 2025-04-16T03:12:04.585Z | Downloaded cfg_aliases v0.2.1 |
| 1098 | 2025-04-16T03:12:04.585Z | Downloaded bzip2 v0.4.4 |
| 1099 | 2025-04-16T03:12:04.585Z | Downloaded assert_matches v1.5.0 |
| 1100 | 2025-04-16T03:12:04.585Z | Downloaded addr2line v0.24.2 |
| 1101 | 2025-04-16T03:12:04.611Z | Downloaded slog-json v2.6.1 |
| 1102 | 2025-04-16T03:12:04.611Z | Downloaded scrypt v0.11.0 |
| 1103 | 2025-04-16T03:12:04.611Z | Downloaded schemars_derive v0.8.22 |
| 1104 | 2025-04-16T03:12:04.611Z | Downloaded samael v0.0.18 |
| 1105 | 2025-04-16T03:12:04.611Z | Downloaded regex-syntax v0.6.29 |
| 1106 | 2025-04-16T03:12:04.611Z | Downloaded progenitor-impl v0.9.1 |
| 1107 | 2025-04-16T03:12:04.611Z | Downloaded proc-macro-crate v1.3.1 |
| 1108 | 2025-04-16T03:12:04.636Z | Downloaded lazy_static v1.5.0 |
| 1109 | 2025-04-16T03:12:04.636Z | Downloaded jiff-static v0.2.6 |
| 1110 | 2025-04-16T03:12:04.636Z | Downloaded ipnetwork v0.21.1 |
| 1111 | 2025-04-16T03:12:04.636Z | Downloaded http-body v1.0.1 |
| 1112 | 2025-04-16T03:12:04.636Z | Downloaded http v1.2.0 |
| 1113 | 2025-04-16T03:12:04.636Z | Downloaded chacha20poly1305 v0.10.1 |
| 1114 | 2025-04-16T03:12:04.636Z | Downloaded cassowary v0.3.0 |
| 1115 | 2025-04-16T03:12:04.637Z | Downloaded hyper-util v0.1.10 |
| 1116 | 2025-04-16T03:12:04.637Z | Downloaded heck v0.3.3 |
| 1117 | 2025-04-16T03:12:04.637Z | Downloaded bindgen v0.69.5 |
| 1118 | 2025-04-16T03:12:04.662Z | Downloaded async-stream v0.3.6 |
| 1119 | 2025-04-16T03:12:04.662Z | Downloaded arrayref v0.3.9 |
| 1120 | 2025-04-16T03:12:04.662Z | Downloaded array-init v0.0.4 |
| 1121 | 2025-04-16T03:12:04.663Z | Downloaded regex v1.11.1 |
| 1122 | 2025-04-16T03:12:04.688Z | Downloaded progenitor v0.8.0 |
| 1123 | 2025-04-16T03:12:04.688Z | Downloaded memmap2 v0.9.5 |
| 1124 | 2025-04-16T03:12:04.688Z | Downloaded md5 v0.7.0 |
| 1125 | 2025-04-16T03:12:04.688Z | Downloaded lzss v0.8.2 |
| 1126 | 2025-04-16T03:12:04.688Z | Downloaded lru v0.12.5 |
| 1127 | 2025-04-16T03:12:04.688Z | Downloaded litrs v0.4.1 |
| 1128 | 2025-04-16T03:12:04.688Z | Downloaded jobserver v0.1.32 |
| 1129 | 2025-04-16T03:12:04.688Z | Downloaded indexmap v1.9.3 |
| 1130 | 2025-04-16T03:12:04.688Z | Downloaded icu_locid_transform_data v1.5.0 |
| 1131 | 2025-04-16T03:12:04.688Z | Downloaded icu_locid_transform v1.5.0 |
| 1132 | 2025-04-16T03:12:04.688Z | Downloaded iana-time-zone v0.1.61 |
| 1133 | 2025-04-16T03:12:04.714Z | Downloaded hyper-staticfile v0.10.1 |
| 1134 | 2025-04-16T03:12:04.714Z | Downloaded httpdate v1.0.3 |
| 1135 | 2025-04-16T03:12:04.714Z | Downloaded httparse v1.9.5 |
| 1136 | 2025-04-16T03:12:04.714Z | Downloaded http-body-util v0.1.3 |
| 1137 | 2025-04-16T03:12:04.714Z | Downloaded hmac v0.12.1 |
| 1138 | 2025-04-16T03:12:04.714Z | Downloaded hickory-client v0.24.4 |
| 1139 | 2025-04-16T03:12:04.714Z | Downloaded heapless v0.7.17 |
| 1140 | 2025-04-16T03:12:04.714Z | Downloaded bzip2 v0.5.2 |
| 1141 | 2025-04-16T03:12:04.714Z | Downloaded async-recursion v1.1.1 |
| 1142 | 2025-04-16T03:12:04.739Z | Downloaded arrayvec v0.7.6 |
| 1143 | 2025-04-16T03:12:04.739Z | Downloaded progenitor-client v0.9.1 |
| 1144 | 2025-04-16T03:12:04.739Z | Downloaded mime v0.3.17 |
| 1145 | 2025-04-16T03:12:04.739Z | Downloaded maybe-uninit v2.0.0 |
| 1146 | 2025-04-16T03:12:04.739Z | Downloaded maplit v1.0.2 |
| 1147 | 2025-04-16T03:12:04.739Z | Downloaded managed v0.8.0 |
| 1148 | 2025-04-16T03:12:04.739Z | Downloaded lru-cache v0.1.2 |
| 1149 | 2025-04-16T03:12:04.739Z | Downloaded lockfree-object-pool v0.1.6 |
| 1150 | 2025-04-16T03:12:04.739Z | Downloaded lock_api v0.4.12 |
| 1151 | 2025-04-16T03:12:04.739Z | Downloaded litemap v0.7.3 |
| 1152 | 2025-04-16T03:12:04.739Z | Downloaded libsw v3.4.0 |
| 1153 | 2025-04-16T03:12:04.739Z | Downloaded libscf-sys v1.1.0 |
| 1154 | 2025-04-16T03:12:04.740Z | Downloaded libefi-sys v0.1.0 |
| 1155 | 2025-04-16T03:12:04.740Z | Downloaded lazycell v1.3.0 |
| 1156 | 2025-04-16T03:12:04.740Z | Downloaded kstat-rs v0.2.4 |
| 1157 | 2025-04-16T03:12:04.740Z | Downloaded keccak v0.1.5 |
| 1158 | 2025-04-16T03:12:04.740Z | Downloaded is-terminal v0.4.13 |
| 1159 | 2025-04-16T03:12:04.765Z | Downloaded ipnet v2.11.0 |
| 1160 | 2025-04-16T03:12:04.765Z | Downloaded instability v0.3.2 |
| 1161 | 2025-04-16T03:12:04.765Z | Downloaded indoc v2.0.6 |
| 1162 | 2025-04-16T03:12:04.765Z | Downloaded indoc v1.0.9 |
| 1163 | 2025-04-16T03:12:04.765Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1164 | 2025-04-16T03:12:04.765Z | Downloaded hyper-tls v0.6.0 |
| 1165 | 2025-04-16T03:12:04.765Z | Downloaded humantime v2.1.0 |
| 1166 | 2025-04-16T03:12:04.765Z | Downloaded bumpalo v3.16.0 |
| 1167 | 2025-04-16T03:12:04.765Z | Downloaded bitfield v0.14.0 |
| 1168 | 2025-04-16T03:12:04.765Z | Downloaded match_cfg v0.1.0 |
| 1169 | 2025-04-16T03:12:04.765Z | Downloaded lalrpop-util v0.19.12 |
| 1170 | 2025-04-16T03:12:04.765Z | Downloaded idna_adapter v1.2.0 |
| 1171 | 2025-04-16T03:12:04.765Z | Downloaded icu_provider_macros v1.5.0 |
| 1172 | 2025-04-16T03:12:04.766Z | Downloaded hubpack_derive v0.1.1 |
| 1173 | 2025-04-16T03:12:04.766Z | Downloaded home v0.5.9 |
| 1174 | 2025-04-16T03:12:04.791Z | Downloaded hex-literal v0.4.1 |
| 1175 | 2025-04-16T03:12:04.791Z | Downloaded hex v0.4.3 |
| 1176 | 2025-04-16T03:12:04.791Z | Downloaded headers-core v0.3.0 |
| 1177 | 2025-04-16T03:12:04.791Z | Downloaded blowfish v0.9.1 |
| 1178 | 2025-04-16T03:12:04.791Z | Downloaded atomicwrites v0.4.4 |
| 1179 | 2025-04-16T03:12:04.791Z | Downloaded async-trait v0.1.88 |
| 1180 | 2025-04-16T03:12:04.791Z | Downloaded async-bb8-diesel v0.2.1 |
| 1181 | 2025-04-16T03:12:04.791Z | Downloaded http-range v0.1.5 |
| 1182 | 2025-04-16T03:12:04.791Z | Downloaded hostname v0.4.0 |
| 1183 | 2025-04-16T03:12:04.791Z | Downloaded hostname v0.3.1 |
| 1184 | 2025-04-16T03:12:04.791Z | Downloaded compact_str v0.8.0 |
| 1185 | 2025-04-16T03:12:04.791Z | Downloaded bitfield-struct v0.6.2 |
| 1186 | 2025-04-16T03:12:04.791Z | Downloaded aws-lc-rs v1.12.4 |
| 1187 | 2025-04-16T03:12:04.819Z | Downloaded argon2 v0.5.3 |
| 1188 | 2025-04-16T03:12:04.819Z | Downloaded arc-swap v1.7.1 |
| 1189 | 2025-04-16T03:12:04.819Z | Downloaded aho-corasick v1.1.3 |
| 1190 | 2025-04-16T03:12:04.819Z | Downloaded aead v0.5.2 |
| 1191 | 2025-04-16T03:12:04.819Z | Downloaded bytes v1.10.1 |
| 1192 | 2025-04-16T03:12:04.846Z | Downloaded blake2 v0.10.6 |
| 1193 | 2025-04-16T03:12:04.846Z | Downloaded bindgen v0.71.1 |
| 1194 | 2025-04-16T03:12:04.846Z | Downloaded base64 v0.13.1 |
| 1195 | 2025-04-16T03:12:04.846Z | Downloaded atomic-waker v1.1.2 |
| 1196 | 2025-04-16T03:12:04.846Z | Downloaded allocator-api2 v0.2.18 |
| 1197 | 2025-04-16T03:12:04.846Z | Downloaded aes-gcm v0.10.3 |
| 1198 | 2025-04-16T03:12:04.846Z | Downloaded aes v0.8.4 |
| 1199 | 2025-04-16T03:12:04.871Z | Downloaded adler2 v2.0.0 |
| 1200 | 2025-04-16T03:12:04.871Z | Downloaded crc v3.2.1 |
| 1201 | 2025-04-16T03:12:04.871Z | Downloaded chrono-tz-build v0.4.0 |
| 1202 | 2025-04-16T03:12:04.871Z | Downloaded cfg_aliases v0.1.1 |
| 1203 | 2025-04-16T03:12:04.871Z | Downloaded cexpr v0.6.0 |
| 1204 | 2025-04-16T03:12:04.871Z | Downloaded castaway v0.2.3 |
| 1205 | 2025-04-16T03:12:04.871Z | Downloaded cargo_metadata v0.18.1 |
| 1206 | 2025-04-16T03:12:04.871Z | Downloaded cancel-safe-futures v0.1.5 |
| 1207 | 2025-04-16T03:12:04.872Z | Downloaded bit-vec v0.6.3 |
| 1208 | 2025-04-16T03:12:04.872Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1209 | 2025-04-16T03:12:04.872Z | Downloaded atty v0.2.14 |
| 1210 | 2025-04-16T03:12:04.872Z | Downloaded ascii-canvas v3.0.0 |
| 1211 | 2025-04-16T03:12:04.872Z | Downloaded ahash v0.8.11 |
| 1212 | 2025-04-16T03:12:05.001Z | Compiling serde v1.0.219 |
| 1213 | 2025-04-16T03:12:05.001Z | Compiling value-bag v1.9.0 |
| 1214 | 2025-04-16T03:12:05.026Z | Compiling lock_api v0.4.12 |
| 1215 | 2025-04-16T03:12:05.026Z | Compiling scopeguard v1.2.0 |
| 1216 | 2025-04-16T03:12:05.026Z | Compiling typenum v1.17.0 |
| 1217 | 2025-04-16T03:12:05.026Z | Compiling generic-array v0.14.7 |
| 1218 | 2025-04-16T03:12:05.026Z | Compiling syn v2.0.98 |
| 1219 | 2025-04-16T03:12:05.026Z | Compiling getrandom v0.2.15 |
| 1220 | 2025-04-16T03:12:05.189Z | Compiling shlex v1.3.0 |
| 1221 | 2025-04-16T03:12:05.396Z | Compiling rand_core v0.6.4 |
| 1222 | 2025-04-16T03:12:05.524Z | Compiling log v0.4.22 |
| 1223 | 2025-04-16T03:12:05.564Z | Compiling jobserver v0.1.32 |
| 1224 | 2025-04-16T03:12:05.644Z | Compiling subtle v2.6.1 |
| 1225 | 2025-04-16T03:12:05.670Z | Compiling smallvec v1.14.0 |
| 1226 | 2025-04-16T03:12:05.891Z | Compiling const-oid v0.9.6 |
| 1227 | 2025-04-16T03:12:05.962Z | Compiling cc v1.2.15 |
| 1228 | 2025-04-16T03:12:06.015Z | Compiling pin-project-lite v0.2.14 |
| 1229 | 2025-04-16T03:12:06.040Z | Compiling rustix v0.38.37 |
| 1230 | 2025-04-16T03:12:06.155Z | Compiling parking_lot_core v0.9.10 |
| 1231 | 2025-04-16T03:12:06.224Z | Compiling signal-hook-registry v1.4.2 |
| 1232 | 2025-04-16T03:12:06.289Z | Compiling stable_deref_trait v1.2.0 |
| 1233 | 2025-04-16T03:12:06.405Z | Compiling mio v1.0.2 |
| 1234 | 2025-04-16T03:12:06.785Z | Compiling spin v0.9.8 |
| 1235 | 2025-04-16T03:12:06.845Z | Compiling futures-core v0.3.31 |
| 1236 | 2025-04-16T03:12:06.980Z | Compiling parking_lot v0.12.3 |
| 1237 | 2025-04-16T03:12:07.054Z | Compiling aho-corasick v1.1.3 |
| 1238 | 2025-04-16T03:12:07.080Z | Compiling pkg-config v0.3.31 |
| 1239 | 2025-04-16T03:12:07.117Z | Compiling either v1.14.0 |
| 1240 | 2025-04-16T03:12:07.310Z | Compiling serde_json v1.0.140 |
| 1241 | 2025-04-16T03:12:07.439Z | Compiling regex-syntax v0.8.5 |
| 1242 | 2025-04-16T03:12:07.490Z | Compiling cpufeatures v0.2.14 |
| 1243 | 2025-04-16T03:12:07.592Z | Compiling libm v0.2.8 |
| 1244 | 2025-04-16T03:12:07.638Z | Compiling socket2 v0.5.9 |
| 1245 | 2025-04-16T03:12:07.697Z | Compiling num-traits v0.2.19 |
| 1246 | 2025-04-16T03:12:07.915Z | Compiling glob v0.3.2 |
| 1247 | 2025-04-16T03:12:08.471Z | Compiling prettyplease v0.2.30 |
| 1248 | 2025-04-16T03:12:08.686Z | Compiling getrandom v0.3.1 |
| 1249 | 2025-04-16T03:12:08.783Z | Compiling futures-sink v0.3.31 |
| 1250 | 2025-04-16T03:12:08.891Z | Compiling clang-sys v1.8.1 |
| 1251 | 2025-04-16T03:12:08.954Z | Compiling lazy_static v1.5.0 |
| 1252 | 2025-04-16T03:12:09.103Z | Compiling slab v0.4.9 |
| 1253 | 2025-04-16T03:12:09.581Z | Compiling foldhash v0.1.3 |
| 1254 | 2025-04-16T03:12:09.648Z | Compiling allocator-api2 v0.2.18 |
| 1255 | 2025-04-16T03:12:09.786Z | Compiling minimal-lexical v0.2.1 |
| 1256 | 2025-04-16T03:12:10.067Z | Compiling libloading v0.8.5 |
| 1257 | 2025-04-16T03:12:10.248Z | Compiling nom v7.1.3 |
| 1258 | 2025-04-16T03:12:10.273Z | Compiling bindgen v0.69.5 |
| 1259 | 2025-04-16T03:12:10.376Z | Compiling hashbrown v0.15.1 |
| 1260 | 2025-04-16T03:12:10.409Z | Compiling home v0.5.9 |
| 1261 | 2025-04-16T03:12:10.615Z | Compiling base64ct v1.6.0 |
| 1262 | 2025-04-16T03:12:11.067Z | Compiling regex-automata v0.4.8 |
| 1263 | 2025-04-16T03:12:11.125Z | Compiling pem-rfc7468 v0.7.0 |
| 1264 | 2025-04-16T03:12:11.458Z | Compiling itertools v0.10.5 |
| 1265 | 2025-04-16T03:12:11.549Z | Compiling writeable v0.5.5 |
| 1266 | 2025-04-16T03:12:11.736Z | Compiling rustc-hash v1.1.0 |
| 1267 | 2025-04-16T03:12:11.910Z | Compiling synstructure v0.13.1 |
| 1268 | 2025-04-16T03:12:12.910Z | Compiling cexpr v0.6.0 |
| 1269 | 2025-04-16T03:12:13.190Z | Compiling litemap v0.7.3 |
| 1270 | 2025-04-16T03:12:13.220Z | Compiling lazycell v1.3.0 |
| 1271 | 2025-04-16T03:12:13.406Z | Compiling flagset v0.4.6 |
| 1272 | 2025-04-16T03:12:13.555Z | Compiling futures-channel v0.3.31 |
| 1273 | 2025-04-16T03:12:13.607Z | Compiling cmake v0.1.51 |
| 1274 | 2025-04-16T03:12:13.719Z | Compiling futures-io v0.3.31 |
| 1275 | 2025-04-16T03:12:13.931Z | Compiling futures-task v0.3.31 |
| 1276 | 2025-04-16T03:12:13.977Z | Compiling pin-utils v0.1.0 |
| 1277 | 2025-04-16T03:12:14.089Z | Compiling dunce v1.0.5 |
| 1278 | 2025-04-16T03:12:14.214Z | Compiling fs_extra v1.3.0 |
| 1279 | 2025-04-16T03:12:14.240Z | Compiling vcpkg v0.2.15 |
| 1280 | 2025-04-16T03:12:14.348Z | Compiling icu_locid_transform_data v1.5.0 |
| 1281 | 2025-04-16T03:12:14.373Z | Compiling paste v1.0.15 |
| 1282 | 2025-04-16T03:12:14.471Z | Compiling icu_properties_data v1.5.0 |
| 1283 | 2025-04-16T03:12:14.612Z | Compiling crossbeam-utils v0.8.21 |
| 1284 | 2025-04-16T03:12:14.682Z | Compiling ring v0.17.11 |
| 1285 | 2025-04-16T03:12:14.716Z | Compiling tracing-core v0.1.32 |
| 1286 | 2025-04-16T03:12:15.093Z | Compiling write16 v1.0.0 |
| 1287 | 2025-04-16T03:12:15.234Z | Compiling aws-lc-rs v1.12.4 |
| 1288 | 2025-04-16T03:12:15.602Z | Compiling regex v1.11.1 |
| 1289 | 2025-04-16T03:12:15.627Z | Compiling utf8_iter v1.0.4 |
| 1290 | 2025-04-16T03:12:15.687Z | Compiling openssl-sys v0.9.107 |
| 1291 | 2025-04-16T03:12:15.745Z | Compiling zerocopy v0.8.10 |
| 1292 | 2025-04-16T03:12:15.805Z | Compiling utf16_iter v1.0.5 |
| 1293 | 2025-04-16T03:12:15.850Z | Compiling percent-encoding v2.3.1 |
| 1294 | 2025-04-16T03:12:16.049Z | Compiling icu_normalizer_data v1.5.0 |
| 1295 | 2025-04-16T03:12:16.115Z | Compiling iana-time-zone v0.1.61 |
| 1296 | 2025-04-16T03:12:16.140Z | Compiling serde_derive v1.0.219 |
| 1297 | 2025-04-16T03:12:16.140Z | Compiling zeroize_derive v1.4.2 |
| 1298 | 2025-04-16T03:12:16.426Z | Compiling zerocopy-derive v0.7.35 |
| 1299 | 2025-04-16T03:12:16.452Z | Compiling zerofrom-derive v0.1.4 |
| 1300 | 2025-04-16T03:12:16.477Z | Compiling tokio-macros v2.5.0 |
| 1301 | 2025-04-16T03:12:16.574Z | Compiling yoke-derive v0.7.4 |
| 1302 | 2025-04-16T03:12:17.288Z | Compiling zeroize v1.8.1 |
| 1303 | 2025-04-16T03:12:17.685Z | Compiling zerovec-derive v0.10.3 |
| 1304 | 2025-04-16T03:12:18.169Z | Compiling zerocopy v0.7.35 |
| 1305 | 2025-04-16T03:12:18.662Z | Compiling displaydoc v0.2.5 |
| 1306 | 2025-04-16T03:12:18.815Z | Compiling crypto-common v0.1.6 |
| 1307 | 2025-04-16T03:12:18.872Z | Compiling block-buffer v0.10.4 |
| 1308 | 2025-04-16T03:12:19.098Z | Compiling digest v0.10.7 |
| 1309 | 2025-04-16T03:12:19.151Z | Compiling block-padding v0.3.3 |
| 1310 | 2025-04-16T03:12:19.352Z | Compiling zerofrom v0.1.4 |
| 1311 | 2025-04-16T03:12:19.406Z | Compiling inout v0.1.3 |
| 1312 | 2025-04-16T03:12:19.435Z | Compiling der_derive v0.7.3 |
| 1313 | 2025-04-16T03:12:19.547Z | Compiling hmac v0.12.1 |
| 1314 | 2025-04-16T03:12:19.598Z | Compiling yoke v0.7.4 |
| 1315 | 2025-04-16T03:12:19.711Z | Compiling cipher v0.4.4 |
| 1316 | 2025-04-16T03:12:19.802Z | Compiling sha2 v0.10.8 |
| 1317 | 2025-04-16T03:12:19.830Z | Compiling thiserror-impl v1.0.69 |
| 1318 | 2025-04-16T03:12:19.946Z | Compiling zerovec v0.10.4 |
| 1319 | 2025-04-16T03:12:20.140Z | Compiling icu_provider_macros v1.5.0 |
| 1320 | 2025-04-16T03:12:20.203Z | Compiling futures-macro v0.3.31 |
| 1321 | 2025-04-16T03:12:20.318Z | Compiling salsa20 v0.10.2 |
| 1322 | 2025-04-16T03:12:20.533Z | Compiling pbkdf2 v0.12.2 |
| 1323 | 2025-04-16T03:12:20.695Z | Compiling ppv-lite86 v0.2.20 |
| 1324 | 2025-04-16T03:12:21.043Z | Compiling scrypt v0.11.0 |
| 1325 | 2025-04-16T03:12:21.305Z | Compiling der v0.7.9 |
| 1326 | 2025-04-16T03:12:21.364Z | Compiling cbc v0.1.2 |
| 1327 | 2025-04-16T03:12:21.489Z | Compiling tinystr v0.7.6 |
| 1328 | 2025-04-16T03:12:21.591Z | Compiling icu_collections v1.5.0 |
| 1329 | 2025-04-16T03:12:21.726Z | Compiling futures-util v0.3.31 |
| 1330 | 2025-04-16T03:12:21.752Z | Compiling aes v0.8.4 |
| 1331 | 2025-04-16T03:12:21.865Z | Compiling icu_locid v1.5.0 |
| 1332 | 2025-04-16T03:12:22.276Z | Compiling thiserror v1.0.69 |
| 1333 | 2025-04-16T03:12:22.424Z | Compiling pest v2.7.14 |
| 1334 | 2025-04-16T03:12:22.644Z | Compiling tracing-attributes v0.1.27 |
| 1335 | 2025-04-16T03:12:22.761Z | Compiling zerocopy-derive v0.8.10 |
| 1336 | 2025-04-16T03:12:23.681Z | Compiling spki v0.7.3 |
| 1337 | 2025-04-16T03:12:23.953Z | Compiling icu_provider v1.5.0 |
| 1338 | 2025-04-16T03:12:24.031Z | Compiling pkcs5 v0.7.1 |
| 1339 | 2025-04-16T03:12:24.057Z | Compiling scroll_derive v0.12.0 |
| 1340 | 2025-04-16T03:12:24.855Z | Compiling icu_locid_transform v1.5.0 |
| 1341 | 2025-04-16T03:12:25.032Z | Compiling pest_meta v2.7.14 |
| 1342 | 2025-04-16T03:12:25.066Z | Compiling pkcs8 v0.10.2 |
| 1343 | 2025-04-16T03:12:25.569Z | Compiling tracing v0.1.40 |
| 1344 | 2025-04-16T03:12:25.649Z | Compiling httparse v1.9.5 |
| 1345 | 2025-04-16T03:12:26.044Z | Compiling icu_properties v1.5.1 |
| 1346 | 2025-04-16T03:12:26.194Z | Compiling rustls-pki-types v1.10.0 |
| 1347 | 2025-04-16T03:12:26.275Z | Compiling tinyvec_macros v0.1.1 |
| 1348 | 2025-04-16T03:12:26.384Z | Compiling tinyvec v1.8.0 |
| 1349 | 2025-04-16T03:12:26.713Z | Compiling pest_generator v2.7.14 |
| 1350 | 2025-04-16T03:12:26.831Z | Compiling bytes v1.10.1 |
| 1351 | 2025-04-16T03:12:27.042Z | Compiling bitflags v2.9.0 |
| 1352 | 2025-04-16T03:12:27.069Z | Compiling semver v1.0.25 |
| 1353 | 2025-04-16T03:12:27.701Z | Compiling indexmap v2.7.1 |
| 1354 | 2025-04-16T03:12:28.149Z | Compiling tokio v1.43.1 |
| 1355 | 2025-04-16T03:12:28.234Z | Compiling rustc_version v0.4.1 |
| 1356 | 2025-04-16T03:12:28.798Z | Compiling http v1.2.0 |
| 1357 | 2025-04-16T03:12:28.863Z | Compiling uuid v1.16.0 |
| 1358 | 2025-04-16T03:12:28.971Z | Compiling chrono v0.4.40 |
| 1359 | 2025-04-16T03:12:29.960Z | Compiling icu_normalizer v1.5.0 |
| 1360 | 2025-04-16T03:12:30.047Z | Compiling scroll v0.12.0 |
| 1361 | 2025-04-16T03:12:30.098Z | Compiling http-body v1.0.1 |
| 1362 | 2025-04-16T03:12:30.332Z | Compiling serde_derive_internals v0.29.1 |
| 1363 | 2025-04-16T03:12:30.534Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1364 | 2025-04-16T03:12:30.695Z | Compiling which v4.4.2 |
| 1365 | 2025-04-16T03:12:30.954Z | Compiling idna_adapter v1.2.0 |
| 1366 | 2025-04-16T03:12:31.184Z | Compiling powerfmt v0.2.0 |
| 1367 | 2025-04-16T03:12:31.415Z | Compiling time-core v0.1.2 |
| 1368 | 2025-04-16T03:12:31.546Z | Compiling openssl v0.10.72 |
| 1369 | 2025-04-16T03:12:31.572Z | Compiling try-lock v0.2.5 |
| 1370 | 2025-04-16T03:12:31.597Z | Compiling adler2 v2.0.0 |
| 1371 | 2025-04-16T03:12:31.731Z | Compiling num-conv v0.1.0 |
| 1372 | 2025-04-16T03:12:31.781Z | Compiling rustversion v1.0.17 |
| 1373 | 2025-04-16T03:12:31.807Z | Compiling schemars v0.8.22 |
| 1374 | 2025-04-16T03:12:31.935Z | Compiling untrusted v0.9.0 |
| 1375 | 2025-04-16T03:12:31.998Z | Compiling atomic-waker v1.1.2 |
| 1376 | 2025-04-16T03:12:32.120Z | Compiling foreign-types-shared v0.1.1 |
| 1377 | 2025-04-16T03:12:32.146Z | Compiling untrusted v0.7.1 |
| 1378 | 2025-04-16T03:12:32.191Z | Compiling goblin v0.8.2 |
| 1379 | 2025-04-16T03:12:32.244Z | Compiling schemars_derive v0.8.22 |
| 1380 | 2025-04-16T03:12:32.269Z | Compiling foreign-types v0.3.2 |
| 1381 | 2025-04-16T03:12:32.392Z | Compiling time-macros v0.2.18 |
| 1382 | 2025-04-16T03:12:32.469Z | Compiling miniz_oxide v0.8.5 |
| 1383 | 2025-04-16T03:12:32.852Z | Compiling rand_core v0.9.2 |
| 1384 | 2025-04-16T03:12:33.324Z | Compiling want v0.3.1 |
| 1385 | 2025-04-16T03:12:33.605Z | Compiling deranged v0.3.11 |
| 1386 | 2025-04-16T03:12:33.843Z | Compiling idna v1.0.3 |
| 1387 | 2025-04-16T03:12:34.872Z | Compiling pest_derive v2.7.14 |
| 1388 | 2025-04-16T03:12:35.506Z | Compiling tokio-util v0.7.13 |
| 1389 | 2025-04-16T03:12:35.537Z | Compiling openssl-macros v0.1.1 |
| 1390 | 2025-04-16T03:12:36.187Z | Compiling form_urlencoded v1.2.1 |
| 1391 | 2025-04-16T03:12:36.245Z | Compiling rustls v0.23.19 |
| 1392 | 2025-04-16T03:12:36.270Z | Compiling num_threads v0.1.7 |
| 1393 | 2025-04-16T03:12:36.296Z | Compiling httpdate v1.0.3 |
| 1394 | 2025-04-16T03:12:36.441Z | Compiling h2 v0.4.6 |
| 1395 | 2025-04-16T03:12:36.519Z | Compiling native-tls v0.2.12 |
| 1396 | 2025-04-16T03:12:36.580Z | Compiling tower-service v0.3.3 |
| 1397 | 2025-04-16T03:12:36.656Z | Compiling syn v1.0.109 |
| 1398 | 2025-04-16T03:12:36.751Z | Compiling dyn-clone v1.0.19 |
| 1399 | 2025-04-16T03:12:36.776Z | Compiling time v0.3.36 |
| 1400 | 2025-04-16T03:12:37.328Z | Compiling dof v0.3.0 |
| 1401 | 2025-04-16T03:12:38.971Z | Compiling dtrace-parser v0.2.0 |
| 1402 | 2025-04-16T03:12:39.807Z | Compiling rand_chacha v0.9.0 |
| 1403 | 2025-04-16T03:12:40.028Z | Compiling heapless v0.7.17 |
| 1404 | 2025-04-16T03:12:40.388Z | Compiling unicode-normalization v0.1.24 |
| 1405 | 2025-04-16T03:12:40.568Z | Compiling crossbeam-epoch v0.9.18 |
| 1406 | 2025-04-16T03:12:40.688Z | Compiling rand_chacha v0.3.1 |
| 1407 | 2025-04-16T03:12:40.857Z | Compiling signature v2.2.0 |
| 1408 | 2025-04-16T03:12:41.121Z | Compiling cookie v0.18.1 |
| 1409 | 2025-04-16T03:12:41.183Z | Compiling crc32fast v1.4.2 |
| 1410 | 2025-04-16T03:12:41.225Z | Compiling signal-hook v0.3.17 |
| 1411 | 2025-04-16T03:12:41.390Z | Compiling openssl-probe v0.1.5 |
| 1412 | 2025-04-16T03:12:41.418Z | Compiling base64 v0.22.1 |
| 1413 | 2025-04-16T03:12:41.482Z | Compiling unicode-properties v0.1.3 |
| 1414 | 2025-04-16T03:12:41.508Z | Compiling slog v2.7.0 |
| 1415 | 2025-04-16T03:12:41.683Z | Compiling rayon-core v1.12.1 |
| 1416 | 2025-04-16T03:12:41.836Z | Compiling unicode-bidi v0.3.17 |
| 1417 | 2025-04-16T03:12:41.928Z | Compiling siphasher v0.3.11 |
| 1418 | 2025-04-16T03:12:42.116Z | Compiling usdt-impl v0.5.0 |
| 1419 | 2025-04-16T03:12:42.269Z | Compiling phf_shared v0.11.2 |
| 1420 | 2025-04-16T03:12:42.464Z | Compiling hyper v1.6.0 |
| 1421 | 2025-04-16T03:12:42.570Z | Compiling stringprep v0.1.5 |
| 1422 | 2025-04-16T03:12:42.608Z | Compiling rand v0.8.5 |
| 1423 | 2025-04-16T03:12:42.880Z | Compiling crossbeam-deque v0.8.5 |
| 1424 | 2025-04-16T03:12:43.304Z | Compiling rand v0.9.0 |
| 1425 | 2025-04-16T03:12:43.480Z | Compiling url v2.5.3 |
| 1426 | 2025-04-16T03:12:43.811Z | Compiling curve25519-dalek v4.1.3 |
| 1427 | 2025-04-16T03:12:44.383Z | Compiling toml_datetime v0.6.8 |
| 1428 | 2025-04-16T03:12:44.439Z | Compiling serde_tokenstream v0.2.2 |
| 1429 | 2025-04-16T03:12:44.780Z | Compiling hyper-util v0.1.10 |
| 1430 | 2025-04-16T03:12:44.806Z | Compiling serde_spanned v0.6.8 |
| 1431 | 2025-04-16T03:12:44.831Z | Compiling md-5 v0.10.6 |
| 1432 | 2025-04-16T03:12:44.952Z | Compiling num-integer v0.1.46 |
| 1433 | 2025-04-16T03:12:45.003Z | Compiling hash32 v0.2.1 |
| 1434 | 2025-04-16T03:12:45.039Z | Compiling ff v0.13.0 |
| 1435 | 2025-04-16T03:12:45.089Z | Compiling memoffset v0.9.1 |
| 1436 | 2025-04-16T03:12:45.258Z | Compiling psl-types v2.0.11 |
| 1437 | 2025-04-16T03:12:45.338Z | Compiling base16ct v0.2.0 |
| 1438 | 2025-04-16T03:12:45.370Z | Compiling litrs v0.4.1 |
| 1439 | 2025-04-16T03:12:45.447Z | Compiling num-bigint-dig v0.8.4 |
| 1440 | 2025-04-16T03:12:45.573Z | Compiling portable-atomic v1.11.0 |
| 1441 | 2025-04-16T03:12:45.616Z | Compiling newtype-uuid v1.2.1 |
| 1442 | 2025-04-16T03:12:45.642Z | Compiling cfg_aliases v0.2.1 |
| 1443 | 2025-04-16T03:12:45.736Z | Compiling fallible-iterator v0.2.0 |
| 1444 | 2025-04-16T03:12:45.761Z | Compiling smoltcp v0.9.1 |
| 1445 | 2025-04-16T03:12:45.887Z | Compiling gimli v0.31.1 |
| 1446 | 2025-04-16T03:12:46.281Z | Compiling document-features v0.2.10 |
| 1447 | 2025-04-16T03:12:46.330Z | Compiling postgres-protocol v0.6.8 |
| 1448 | 2025-04-16T03:12:46.412Z | Compiling nix v0.29.0 |
| 1449 | 2025-04-16T03:12:46.493Z | Compiling sec1 v0.7.3 |
| 1450 | 2025-04-16T03:12:46.979Z | Compiling publicsuffix v2.3.0 |
| 1451 | 2025-04-16T03:12:47.116Z | Compiling num-iter v0.1.45 |
| 1452 | 2025-04-16T03:12:47.259Z | Compiling group v0.13.0 |
| 1453 | 2025-04-16T03:12:47.413Z | Compiling tokio-native-tls v0.3.1 |
| 1454 | 2025-04-16T03:12:48.215Z | Compiling flate2 v1.1.1 |
| 1455 | 2025-04-16T03:12:48.241Z | Compiling ipnetwork v0.21.1 |
| 1456 | 2025-04-16T03:12:48.321Z | Compiling terminal_size v0.4.0 |
| 1457 | 2025-04-16T03:12:48.487Z | Compiling http-body-util v0.1.3 |
| 1458 | 2025-04-16T03:12:48.532Z | Compiling webpki-roots v0.26.6 |
| 1459 | 2025-04-16T03:12:48.728Z | Compiling hkdf v0.12.4 |
| 1460 | 2025-04-16T03:12:48.753Z | Compiling crypto-bigint v0.5.5 |
| 1461 | 2025-04-16T03:12:48.924Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1462 | 2025-04-16T03:12:48.949Z | Compiling async-trait v0.1.88 |
| 1463 | 2025-04-16T03:12:49.001Z | Compiling zerocopy-derive v0.6.6 |
| 1464 | 2025-04-16T03:12:49.026Z | Compiling sync_wrapper v1.0.1 |
| 1465 | 2025-04-16T03:12:49.183Z | Compiling fs-err v2.11.0 |
| 1466 | 2025-04-16T03:12:49.474Z | Compiling addr2line v0.24.2 |
| 1467 | 2025-04-16T03:12:49.764Z | Compiling ahash v0.8.11 |
| 1468 | 2025-04-16T03:12:50.073Z | Compiling object v0.36.5 |
| 1469 | 2025-04-16T03:12:50.099Z | Compiling simd-adler32 v0.3.7 |
| 1470 | 2025-04-16T03:12:50.124Z | Compiling ipnet v2.11.0 |
| 1471 | 2025-04-16T03:12:50.573Z | Compiling lockfree-object-pool v0.1.6 |
| 1472 | 2025-04-16T03:12:50.602Z | Compiling anyhow v1.0.97 |
| 1473 | 2025-04-16T03:12:50.818Z | Compiling rustc-demangle v0.1.24 |
| 1474 | 2025-04-16T03:12:50.984Z | Compiling managed v0.8.0 |
| 1475 | 2025-04-16T03:12:51.038Z | Compiling unicode-width v0.2.0 |
| 1476 | 2025-04-16T03:12:51.131Z | Compiling zip v2.6.1 |
| 1477 | 2025-04-16T03:12:51.377Z | Compiling bumpalo v3.16.0 |
| 1478 | 2025-04-16T03:12:51.411Z | Compiling winnow v0.5.40 |
| 1479 | 2025-04-16T03:12:51.501Z | Compiling tower-layer v0.3.3 |
| 1480 | 2025-04-16T03:12:51.567Z | Compiling buf-list v1.0.3 |
| 1481 | 2025-04-16T03:12:51.757Z | Compiling tower v0.5.2 |
| 1482 | 2025-04-16T03:12:51.793Z | Compiling zopfli v0.8.1 |
| 1483 | 2025-04-16T03:12:52.156Z | Compiling strum_macros v0.25.3 |
| 1484 | 2025-04-16T03:12:52.494Z | Compiling clap_builder v4.5.35 |
| 1485 | 2025-04-16T03:12:53.114Z | Compiling console v0.15.10 |
| 1486 | 2025-04-16T03:12:53.181Z | Compiling hubpack_derive v0.1.1 |
| 1487 | 2025-04-16T03:12:53.917Z | Compiling hubpack v0.1.2 |
| 1488 | 2025-04-16T03:12:54.270Z | Compiling toml_edit v0.19.15 |
| 1489 | 2025-04-16T03:12:54.314Z | Compiling elliptic-curve v0.13.8 |
| 1490 | 2025-04-16T03:12:54.684Z | Compiling zerocopy v0.6.6 |
| 1491 | 2025-04-16T03:12:55.171Z | Compiling hyper-tls v0.6.0 |
| 1492 | 2025-04-16T03:12:55.307Z | Compiling oxnet v0.1.1 |
| 1493 | 2025-04-16T03:12:55.333Z | Compiling rayon v1.10.0 |
| 1494 | 2025-04-16T03:12:55.539Z | Compiling signal-hook-mio v0.2.4 |
| 1495 | 2025-04-16T03:12:55.703Z | Compiling backtrace v0.3.74 |
| 1496 | 2025-04-16T03:12:55.926Z | Compiling cookie_store v0.21.1 |
| 1497 | 2025-04-16T03:12:57.141Z | Compiling postgres-types v0.2.9 |
| 1498 | 2025-04-16T03:12:58.551Z | Compiling usdt-macro v0.5.0 |
| 1499 | 2025-04-16T03:12:58.944Z | Compiling usdt-attr-macro v0.5.0 |
| 1500 | 2025-04-16T03:12:59.119Z | Compiling phf v0.11.2 |
| 1501 | 2025-04-16T03:12:59.150Z | Compiling ed25519 v2.2.3 |
| 1502 | 2025-04-16T03:12:59.389Z | Compiling strum_macros v0.26.4 |
| 1503 | 2025-04-16T03:12:59.718Z | Compiling bzip2 v0.4.4 |
| 1504 | 2025-04-16T03:13:00.056Z | Compiling bzip2 v0.5.2 |
| 1505 | 2025-04-16T03:13:00.081Z | Compiling serde_urlencoded v0.7.1 |
| 1506 | 2025-04-16T03:13:00.246Z | Compiling clap_derive v4.5.32 |
| 1507 | 2025-04-16T03:13:00.408Z | Compiling enum-as-inner v0.6.1 |
| 1508 | 2025-04-16T03:13:00.529Z | Compiling serde-big-array v0.5.1 |
| 1509 | 2025-04-16T03:13:00.732Z | Compiling rustls-pemfile v2.2.0 |
| 1510 | 2025-04-16T03:13:00.762Z | Compiling futures-executor v0.3.31 |
| 1511 | 2025-04-16T03:13:01.042Z | Compiling pkcs1 v0.7.5 |
| 1512 | 2025-04-16T03:13:01.069Z | Compiling rfc6979 v0.4.0 |
| 1513 | 2025-04-16T03:13:01.213Z | Compiling serde_repr v0.1.19 |
| 1514 | 2025-04-16T03:13:01.238Z | Compiling daft-derive v0.1.3 |
| 1515 | 2025-04-16T03:13:01.263Z | Compiling bstr v1.10.0 |
| 1516 | 2025-04-16T03:13:01.796Z | Compiling float-cmp v0.10.0 |
| 1517 | 2025-04-16T03:13:02.036Z | Compiling encoding_rs v0.8.34 |
| 1518 | 2025-04-16T03:13:02.127Z | Compiling static_assertions v1.1.0 |
| 1519 | 2025-04-16T03:13:02.240Z | Compiling data-encoding v2.6.0 |
| 1520 | 2025-04-16T03:13:02.519Z | Compiling difflib v0.4.0 |
| 1521 | 2025-04-16T03:13:02.594Z | Compiling new_debug_unreachable v1.0.6 |
| 1522 | 2025-04-16T03:13:02.708Z | Compiling whoami v1.5.2 |
| 1523 | 2025-04-16T03:13:02.937Z | Compiling fixedbitset v0.4.2 |
| 1524 | 2025-04-16T03:13:03.262Z | Compiling normalize-line-endings v0.3.0 |
| 1525 | 2025-04-16T03:13:03.385Z | Compiling unicode-segmentation v1.12.0 |
| 1526 | 2025-04-16T03:13:03.410Z | Compiling number_prefix v0.4.0 |
| 1527 | 2025-04-16T03:13:03.638Z | Compiling predicates-core v1.0.8 |
| 1528 | 2025-04-16T03:13:03.715Z | Compiling mime v0.3.17 |
| 1529 | 2025-04-16T03:13:03.795Z | Compiling precomputed-hash v0.1.1 |
| 1530 | 2025-04-16T03:13:03.872Z | Compiling predicates v3.1.3 |
| 1531 | 2025-04-16T03:13:03.943Z | Compiling string_cache v0.8.9 |
| 1532 | 2025-04-16T03:13:03.968Z | Compiling clap v4.5.35 |
| 1533 | 2025-04-16T03:13:04.094Z | Compiling similar v2.7.0 |
| 1534 | 2025-04-16T03:13:04.127Z | Compiling indicatif v0.17.11 |
| 1535 | 2025-04-16T03:13:04.186Z | Compiling petgraph v0.6.5 |
| 1536 | 2025-04-16T03:13:04.335Z | Compiling tokio-postgres v0.7.13 |
| 1537 | 2025-04-16T03:13:05.074Z | Compiling toml_edit v0.22.24 |
| 1538 | 2025-04-16T03:13:05.222Z | Compiling strum v0.26.3 |
| 1539 | 2025-04-16T03:13:05.397Z | Compiling hickory-proto v0.24.4 |
| 1540 | 2025-04-16T03:13:05.761Z | Compiling daft v0.1.3 |
| 1541 | 2025-04-16T03:13:05.815Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
| 1542 | 2025-04-16T03:13:06.175Z | Compiling usdt v0.5.0 |
| 1543 | 2025-04-16T03:13:06.606Z | Compiling rsa v0.9.6 |
| 1544 | 2025-04-16T03:13:07.168Z | Compiling ecdsa v0.16.9 |
| 1545 | 2025-04-16T03:13:07.532Z | Compiling futures v0.3.31 |
| 1546 | 2025-04-16T03:13:07.879Z | Compiling zip v0.6.6 |
| 1547 | 2025-04-16T03:13:08.667Z | Compiling ed25519-dalek v2.1.1 |
| 1548 | 2025-04-16T03:13:09.480Z | Compiling toml v0.7.8 |
| 1549 | 2025-04-16T03:13:10.438Z | Compiling crossterm v0.28.1 |
| 1550 | 2025-04-16T03:13:10.999Z | Compiling tokio-stream v0.1.17 |
| 1551 | 2025-04-16T03:13:11.141Z | Compiling openapiv3 v2.0.0 |
| 1552 | 2025-04-16T03:13:11.307Z | Compiling x509-cert v0.2.5 |
| 1553 | 2025-04-16T03:13:11.416Z | Compiling sha1 v0.10.6 |
| 1554 | 2025-04-16T03:13:11.776Z | Compiling itertools v0.13.0 |
| 1555 | 2025-04-16T03:13:11.802Z | Compiling dirs-sys-next v0.1.2 |
| 1556 | 2025-04-16T03:13:12.284Z | Compiling unicode-xid v0.2.6 |
| 1557 | 2025-04-16T03:13:12.456Z | Compiling lalrpop-util v0.19.12 |
| 1558 | 2025-04-16T03:13:12.684Z | Compiling peg-runtime v0.8.5 |
| 1559 | 2025-04-16T03:13:12.763Z | Compiling dirs-next v2.0.0 |
| 1560 | 2025-04-16T03:13:12.856Z | Compiling thread_local v1.1.8 |
| 1561 | 2025-04-16T03:13:12.963Z | Compiling slog-async v2.8.0 |
| 1562 | 2025-04-16T03:13:13.064Z | Compiling term v0.7.0 |
| 1563 | 2025-04-16T03:13:13.222Z | Compiling xattr v1.3.1 |
| 1564 | 2025-04-16T03:13:13.303Z | Compiling crossbeam-channel v0.5.15 |
| 1565 | 2025-04-16T03:13:13.460Z | Compiling is-terminal v0.4.13 |
| 1566 | 2025-04-16T03:13:13.488Z | Compiling filetime v0.2.25 |
| 1567 | 2025-04-16T03:13:13.603Z | Compiling take_mut v0.2.2 |
| 1568 | 2025-04-16T03:13:13.760Z | Compiling tar v0.4.44 |
| 1569 | 2025-04-16T03:13:13.785Z | Compiling slog-term v2.9.1 |
| 1570 | 2025-04-16T03:13:14.154Z | Compiling camino v1.1.9 |
| 1571 | 2025-04-16T03:13:19.495Z | Compiling aws-lc-sys v0.26.0 |
| 1572 | 2025-04-16T03:13:52.448Z | Compiling rustls-webpki v0.102.8 |
| 1573 | 2025-04-16T03:13:58.159Z | Compiling tokio-rustls v0.26.0 |
| 1574 | 2025-04-16T03:13:58.500Z | Compiling hyper-rustls v0.27.3 |
| 1575 | 2025-04-16T03:13:58.816Z | Compiling reqwest v0.12.12 |
| 1576 | 2025-04-16T03:14:02.928Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1577 | 2025-04-16T03:14:03.280Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1578 | 2025-04-16T03:14:08.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 08s |
| 1579 | 2025-04-16T03:14:08.718Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1580 | 2025-04-16T03:14:08.785Z | Apr 16 03:14:07.972 INFO Starting download, target: Clickhouse |
| 1581 | 2025-04-16T03:14:08.785Z | Apr 16 03:14:07.972 INFO Starting download, target: Cockroach |
| 1582 | 2025-04-16T03:14:08.785Z | Apr 16 03:14:07.972 INFO Starting download, target: Console |
| 1583 | 2025-04-16T03:14:08.785Z | Apr 16 03:14:07.972 INFO Starting download, target: DendriteStub |
| 1584 | 2025-04-16T03:14:08.785Z | Apr 16 03:14:07.972 INFO Starting download, target: MaghemiteMgd |
| 1585 | 2025-04-16T03:14:08.785Z | Apr 16 03:14:07.972 INFO Starting download, target: TransceiverControl |
| 1586 | 2025-04-16T03:14:08.811Z | Apr 16 03:14:07.973 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1587 | 2025-04-16T03:14:08.811Z | Apr 16 03:14:07.973 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1588 | 2025-04-16T03:14:08.811Z | Apr 16 03:14:07.974 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1589 | 2025-04-16T03:14:08.812Z | Apr 16 03:14:07.974 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1590 | 2025-04-16T03:14:08.812Z | Apr 16 03:14:07.974 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1591 | 2025-04-16T03:14:08.812Z | Apr 16 03:14:07.974 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1592 | 2025-04-16T03:14:09.076Z | Apr 16 03:14:08.251 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1593 | 2025-04-16T03:14:09.471Z | Apr 16 03:14:08.621 INFO Download complete, target: Console |
| 1594 | 2025-04-16T03:14:09.534Z | Apr 16 03:14:08.663 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1595 | 2025-04-16T03:14:09.944Z | Apr 16 03:14:09.042 INFO Download complete, target: TransceiverControl |
| 1596 | 2025-04-16T03:14:11.524Z | Apr 16 03:14:10.648 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1597 | 2025-04-16T03:14:13.056Z | Apr 16 03:14:12.239 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1598 | 2025-04-16T03:14:13.716Z | Apr 16 03:14:12.894 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1599 | 2025-04-16T03:14:13.716Z | Apr 16 03:14:12.894 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1600 | 2025-04-16T03:14:14.577Z | Apr 16 03:14:13.763 INFO Download complete, target: DendriteStub |
| 1601 | 2025-04-16T03:14:15.895Z | Apr 16 03:14:15.083 INFO Download complete, target: MaghemiteMgd |
| 1602 | 2025-04-16T03:14:21.016Z | Apr 16 03:14:20.202 INFO Checking that binary works, target: Cockroach |
| 1603 | 2025-04-16T03:14:21.294Z | Apr 16 03:14:20.480 INFO Download complete, target: Cockroach |
| 1604 | 2025-04-16T03:14:35.635Z | Apr 16 03:14:34.818 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1605 | 2025-04-16T03:14:47.360Z | Apr 16 03:14:46.548 INFO Checking that binary works, target: Clickhouse |
| 1606 | 2025-04-16T03:14:47.547Z | Apr 16 03:14:46.736 INFO Download complete, target: Clickhouse |
| 1607 | 2025-04-16T03:14:47.573Z | All prerequisites installed successfully |
| 1608 | 2025-04-16T03:14:47.573Z | |
| 1609 | 2025-04-16T03:14:47.573Z | real 6:12.504949051 |
| 1610 | 2025-04-16T03:14:47.573Z | user 13:49.511043086 |
| 1611 | 2025-04-16T03:14:47.573Z | sys 2:19.572517958 |
| 1612 | 2025-04-16T03:14:47.573Z | trap 0.485504974 |
| 1613 | 2025-04-16T03:14:47.573Z | tflt 0.566066715 |
| 1614 | 2025-04-16T03:14:47.573Z | dflt 1.394384691 |
| 1615 | 2025-04-16T03:14:47.573Z | kflt 0.009467253 |
| 1616 | 2025-04-16T03:14:47.573Z | lock 28:09.683519726 |
| 1617 | 2025-04-16T03:14:47.573Z | slp 51:18.603634748 |
| 1618 | 2025-04-16T03:14:47.573Z | lat 1:03.911357701 |
| 1619 | 2025-04-16T03:14:47.573Z | stop 2:19.142646431 |
| 1620 | 2025-04-16T03:14:47.573Z | + ptime -m cargo xtask download softnpu |
| 1621 | 2025-04-16T03:14:48.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 1622 | 2025-04-16T03:14:48.537Z | Running `target/debug/xtask download softnpu` |
| 1623 | 2025-04-16T03:14:49.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
| 1624 | 2025-04-16T03:14:49.841Z | Running `target/debug/xtask-downloader softnpu` |
| 1625 | 2025-04-16T03:14:49.895Z | Apr 16 03:14:49.083 INFO Starting download, target: Softnpu |
| 1626 | 2025-04-16T03:14:49.920Z | Apr 16 03:14:49.084 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1627 | 2025-04-16T03:14:51.405Z | Apr 16 03:14:50.594 INFO Download complete, target: Softnpu |
| 1628 | 2025-04-16T03:14:51.430Z | |
| 1629 | 2025-04-16T03:14:51.431Z | real 3.842122471 |
| 1630 | 2025-04-16T03:14:51.431Z | user 1.784059688 |
| 1631 | 2025-04-16T03:14:51.431Z | sys 1.122075539 |
| 1632 | 2025-04-16T03:14:51.431Z | trap 0.000704002 |
| 1633 | 2025-04-16T03:14:51.431Z | tflt 0.000131803 |
| 1634 | 2025-04-16T03:14:51.431Z | dflt 0.000165882 |
| 1635 | 2025-04-16T03:14:51.431Z | kflt 0.000000000 |
| 1636 | 2025-04-16T03:14:51.431Z | lock 16.332530826 |
| 1637 | 2025-04-16T03:14:51.431Z | slp 1.240504634 |
| 1638 | 2025-04-16T03:14:51.431Z | lat 0.171624638 |
| 1639 | 2025-04-16T03:14:51.431Z | stop 0.000275874 |
| 1640 | 2025-04-16T03:14:51.431Z | + export CARGO_INCREMENTAL=0 |
| 1641 | 2025-04-16T03:14:51.431Z | + CARGO_INCREMENTAL=0 |
| 1642 | 2025-04-16T03:14:51.431Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1643 | 2025-04-16T03:14:52.762Z | Compiling proc-macro2 v1.0.94 |
| 1644 | 2025-04-16T03:14:52.762Z | Compiling unicode-ident v1.0.14 |
| 1645 | 2025-04-16T03:14:52.762Z | Compiling libc v0.2.171 |
| 1646 | 2025-04-16T03:14:52.762Z | Compiling serde v1.0.219 |
| 1647 | 2025-04-16T03:14:52.788Z | Compiling autocfg v1.4.0 |
| 1648 | 2025-04-16T03:14:52.788Z | Compiling cfg-if v1.0.0 |
| 1649 | 2025-04-16T03:14:52.788Z | Compiling version_check v0.9.5 |
| 1650 | 2025-04-16T03:14:53.004Z | Compiling memchr v2.7.4 |
| 1651 | 2025-04-16T03:14:53.029Z | Compiling shlex v1.3.0 |
| 1652 | 2025-04-16T03:14:53.055Z | Compiling typenum v1.17.0 |
| 1653 | 2025-04-16T03:14:53.449Z | Compiling generic-array v0.14.7 |
| 1654 | 2025-04-16T03:14:53.474Z | Compiling value-bag v1.9.0 |
| 1655 | 2025-04-16T03:14:53.523Z | Compiling lock_api v0.4.12 |
| 1656 | 2025-04-16T03:14:53.911Z | Compiling log v0.4.22 |
| 1657 | 2025-04-16T03:14:53.936Z | Compiling serde_json v1.0.140 |
| 1658 | 2025-04-16T03:14:53.998Z | Compiling libm v0.2.8 |
| 1659 | 2025-04-16T03:14:54.251Z | Compiling num-traits v0.2.19 |
| 1660 | 2025-04-16T03:14:54.365Z | Compiling semver v1.0.25 |
| 1661 | 2025-04-16T03:14:54.457Z | Compiling jobserver v0.1.32 |
| 1662 | 2025-04-16T03:14:54.596Z | Compiling quote v1.0.39 |
| 1663 | 2025-04-16T03:14:54.621Z | Compiling parking_lot_core v0.9.10 |
| 1664 | 2025-04-16T03:14:54.621Z | Compiling scopeguard v1.2.0 |
| 1665 | 2025-04-16T03:14:54.811Z | Compiling getrandom v0.2.15 |
| 1666 | 2025-04-16T03:14:54.920Z | Compiling syn v2.0.98 |
| 1667 | 2025-04-16T03:14:54.958Z | Compiling cc v1.2.15 |
| 1668 | 2025-04-16T03:14:55.000Z | Compiling rustix v0.38.37 |
| 1669 | 2025-04-16T03:14:55.062Z | Compiling getrandom v0.3.1 |
| 1670 | 2025-04-16T03:14:55.087Z | Compiling aho-corasick v1.1.3 |
| 1671 | 2025-04-16T03:14:55.149Z | Compiling regex-syntax v0.8.5 |
| 1672 | 2025-04-16T03:14:55.412Z | Compiling itoa v1.0.11 |
| 1673 | 2025-04-16T03:14:55.439Z | Compiling either v1.14.0 |
| 1674 | 2025-04-16T03:14:55.640Z | Compiling once_cell v1.21.3 |
| 1675 | 2025-04-16T03:14:56.052Z | Compiling rand_core v0.6.4 |
| 1676 | 2025-04-16T03:14:56.239Z | Compiling pkg-config v0.3.31 |
| 1677 | 2025-04-16T03:14:56.765Z | Compiling spin v0.9.8 |
| 1678 | 2025-04-16T03:14:56.818Z | Compiling errno v0.3.9 |
| 1679 | 2025-04-16T03:14:57.024Z | Compiling slab v0.4.9 |
| 1680 | 2025-04-16T03:14:57.083Z | Compiling smallvec v1.14.0 |
| 1681 | 2025-04-16T03:14:57.176Z | Compiling allocator-api2 v0.2.18 |
| 1682 | 2025-04-16T03:14:57.306Z | Compiling foldhash v0.1.3 |
| 1683 | 2025-04-16T03:14:57.508Z | Compiling glob v0.3.2 |
| 1684 | 2025-04-16T03:14:57.555Z | Compiling equivalent v1.0.1 |
| 1685 | 2025-04-16T03:14:57.665Z | Compiling prettyplease v0.2.30 |
| 1686 | 2025-04-16T03:14:57.690Z | Compiling subtle v2.6.1 |
| 1687 | 2025-04-16T03:14:57.797Z | Compiling hashbrown v0.15.1 |
| 1688 | 2025-04-16T03:14:57.984Z | Compiling regex-automata v0.4.8 |
| 1689 | 2025-04-16T03:14:58.015Z | Compiling lazy_static v1.5.0 |
| 1690 | 2025-04-16T03:14:58.043Z | Compiling thiserror v1.0.69 |
| 1691 | 2025-04-16T03:14:58.126Z | Compiling clang-sys v1.8.1 |
| 1692 | 2025-04-16T03:14:58.154Z | Compiling minimal-lexical v0.2.1 |
| 1693 | 2025-04-16T03:14:58.199Z | Compiling schemars v0.8.22 |
| 1694 | 2025-04-16T03:14:58.532Z | Compiling nom v7.1.3 |
| 1695 | 2025-04-16T03:14:58.659Z | Compiling libloading v0.8.5 |
| 1696 | 2025-04-16T03:14:58.724Z | Compiling bindgen v0.69.5 |
| 1697 | 2025-04-16T03:14:58.798Z | Compiling home v0.5.9 |
| 1698 | 2025-04-16T03:14:59.123Z | Compiling itertools v0.10.5 |
| 1699 | 2025-04-16T03:14:59.245Z | Compiling byteorder v1.5.0 |
| 1700 | 2025-04-16T03:14:59.396Z | Compiling rustc-hash v1.1.0 |
| 1701 | 2025-04-16T03:14:59.462Z | Compiling pin-project-lite v0.2.14 |
| 1702 | 2025-04-16T03:14:59.546Z | Compiling lazycell v1.3.0 |
| 1703 | 2025-04-16T03:14:59.600Z | Compiling ryu v1.0.18 |
| 1704 | 2025-04-16T03:14:59.849Z | Compiling cmake v0.1.51 |
| 1705 | 2025-04-16T03:15:00.167Z | Compiling fs_extra v1.3.0 |
| 1706 | 2025-04-16T03:15:00.459Z | Compiling dunce v1.0.5 |
| 1707 | 2025-04-16T03:15:00.647Z | Compiling paste v1.0.15 |
| 1708 | 2025-04-16T03:15:00.879Z | Compiling synstructure v0.13.1 |
| 1709 | 2025-04-16T03:15:01.055Z | Compiling serde_derive_internals v0.29.1 |
| 1710 | 2025-04-16T03:15:01.155Z | Compiling cexpr v0.6.0 |
| 1711 | 2025-04-16T03:15:02.341Z | Compiling regex v1.11.1 |
| 1712 | 2025-04-16T03:15:02.761Z | Compiling const-oid v0.9.6 |
| 1713 | 2025-04-16T03:15:03.262Z | Compiling signal-hook-registry v1.4.2 |
| 1714 | 2025-04-16T03:15:03.579Z | Compiling fnv v1.0.7 |
| 1715 | 2025-04-16T03:15:03.837Z | Compiling parking_lot v0.12.3 |
| 1716 | 2025-04-16T03:15:03.954Z | Compiling serde_derive v1.0.219 |
| 1717 | 2025-04-16T03:15:03.979Z | Compiling zeroize_derive v1.4.2 |
| 1718 | 2025-04-16T03:15:04.277Z | Compiling tokio-macros v2.5.0 |
| 1719 | 2025-04-16T03:15:04.460Z | Compiling zerocopy-derive v0.7.35 |
| 1720 | 2025-04-16T03:15:04.504Z | Compiling zerofrom-derive v0.1.4 |
| 1721 | 2025-04-16T03:15:04.629Z | Compiling yoke-derive v0.7.4 |
| 1722 | 2025-04-16T03:15:05.022Z | Compiling zeroize v1.8.1 |
| 1723 | 2025-04-16T03:15:05.436Z | Compiling zerovec-derive v0.10.3 |
| 1724 | 2025-04-16T03:15:05.532Z | Compiling displaydoc v0.2.5 |
| 1725 | 2025-04-16T03:15:06.412Z | Compiling schemars_derive v0.8.22 |
| 1726 | 2025-04-16T03:15:06.548Z | Compiling thiserror-impl v1.0.69 |
| 1727 | 2025-04-16T03:15:06.728Z | Compiling futures-macro v0.3.31 |
| 1728 | 2025-04-16T03:15:06.765Z | Compiling crypto-common v0.1.6 |
| 1729 | 2025-04-16T03:15:06.923Z | Compiling icu_provider_macros v1.5.0 |
| 1730 | 2025-04-16T03:15:06.971Z | Compiling der_derive v0.7.3 |
| 1731 | 2025-04-16T03:15:07.257Z | Compiling ring v0.17.11 |
| 1732 | 2025-04-16T03:15:07.331Z | Compiling mio v1.0.2 |
| 1733 | 2025-04-16T03:15:08.069Z | Compiling stable_deref_trait v1.2.0 |
| 1734 | 2025-04-16T03:15:08.202Z | Compiling block-buffer v0.10.4 |
| 1735 | 2025-04-16T03:15:08.441Z | Compiling tracing-attributes v0.1.27 |
| 1736 | 2025-04-16T03:15:08.515Z | Compiling vcpkg v0.2.15 |
| 1737 | 2025-04-16T03:15:08.713Z | Compiling heck v0.5.0 |
| 1738 | 2025-04-16T03:15:08.738Z | Compiling aws-lc-rs v1.12.4 |
| 1739 | 2025-04-16T03:15:09.080Z | Compiling digest v0.10.7 |
| 1740 | 2025-04-16T03:15:09.105Z | Compiling socket2 v0.5.9 |
| 1741 | 2025-04-16T03:15:09.130Z | Compiling zerocopy v0.8.10 |
| 1742 | 2025-04-16T03:15:09.645Z | Compiling futures-core v0.3.31 |
| 1743 | 2025-04-16T03:15:09.711Z | Compiling openssl-sys v0.9.107 |
| 1744 | 2025-04-16T03:15:09.895Z | Compiling zerocopy-derive v0.8.10 |
| 1745 | 2025-04-16T03:15:10.417Z | Compiling httparse v1.9.5 |
| 1746 | 2025-04-16T03:15:10.759Z | Compiling zerocopy v0.7.35 |
| 1747 | 2025-04-16T03:15:11.083Z | Compiling crossbeam-utils v0.8.21 |
| 1748 | 2025-04-16T03:15:11.111Z | Compiling syn v1.0.109 |
| 1749 | 2025-04-16T03:15:11.640Z | Compiling iana-time-zone v0.1.61 |
| 1750 | 2025-04-16T03:15:12.137Z | Compiling cpufeatures v0.2.14 |
| 1751 | 2025-04-16T03:15:12.192Z | Compiling num-conv v0.1.0 |
| 1752 | 2025-04-16T03:15:12.274Z | Compiling time-core v0.1.2 |
| 1753 | 2025-04-16T03:15:12.368Z | Compiling hmac v0.12.1 |
| 1754 | 2025-04-16T03:15:12.455Z | Compiling zerofrom v0.1.4 |
| 1755 | 2025-04-16T03:15:12.481Z | Compiling time-macros v0.2.18 |
| 1756 | 2025-04-16T03:15:12.672Z | Compiling futures-sink v0.3.31 |
| 1757 | 2025-04-16T03:15:12.847Z | Compiling openssl v0.10.72 |
| 1758 | 2025-04-16T03:15:13.047Z | Compiling yoke v0.7.4 |
| 1759 | 2025-04-16T03:15:13.302Z | Compiling block-padding v0.3.3 |
| 1760 | 2025-04-16T03:15:13.534Z | Compiling inout v0.1.3 |
| 1761 | 2025-04-16T03:15:13.578Z | Compiling zerovec v0.10.4 |
| 1762 | 2025-04-16T03:15:13.796Z | Compiling bitflags v2.9.0 |
| 1763 | 2025-04-16T03:15:13.821Z | Compiling bytes v1.10.1 |
| 1764 | 2025-04-16T03:15:14.600Z | Compiling indexmap v2.7.1 |
| 1765 | 2025-04-16T03:15:15.239Z | Compiling tokio v1.43.1 |
| 1766 | 2025-04-16T03:15:15.762Z | Compiling uuid v1.16.0 |
| 1767 | 2025-04-16T03:15:15.788Z | Compiling chrono v0.4.40 |
| 1768 | 2025-04-16T03:15:16.126Z | Compiling rustc_version v0.4.1 |
| 1769 | 2025-04-16T03:15:17.852Z | Compiling which v4.4.2 |
| 1770 | 2025-04-16T03:15:19.325Z | Compiling serde_tokenstream v0.2.2 |
| 1771 | 2025-04-16T03:15:19.824Z | Compiling openssl-macros v0.1.1 |
| 1772 | 2025-04-16T03:15:19.953Z | Compiling native-tls v0.2.12 |
| 1773 | 2025-04-16T03:15:20.102Z | Compiling strsim v0.11.1 |
| 1774 | 2025-04-16T03:15:20.349Z | Compiling dyn-clone v1.0.19 |
| 1775 | 2025-04-16T03:15:20.623Z | Compiling rustls v0.23.19 |
| 1776 | 2025-04-16T03:15:21.373Z | Compiling cipher v0.4.4 |
| 1777 | 2025-04-16T03:15:21.814Z | Compiling sha2 v0.10.8 |
| 1778 | 2025-04-16T03:15:22.477Z | Compiling scroll_derive v0.12.0 |
| 1779 | 2025-04-16T03:15:22.884Z | Compiling ucd-trie v0.1.7 |
| 1780 | 2025-04-16T03:15:23.316Z | Compiling base64ct v1.6.0 |
| 1781 | 2025-04-16T03:15:23.517Z | Compiling pest v2.7.14 |
| 1782 | 2025-04-16T03:15:23.658Z | Compiling tinystr v0.7.6 |
| 1783 | 2025-04-16T03:15:23.847Z | Compiling pem-rfc7468 v0.7.0 |
| 1784 | 2025-04-16T03:15:23.923Z | Compiling http v1.2.0 |
| 1785 | 2025-04-16T03:15:24.018Z | Compiling futures-channel v0.3.31 |
| 1786 | 2025-04-16T03:15:24.503Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1787 | 2025-04-16T03:15:24.616Z | Compiling cookie v0.18.1 |
| 1788 | 2025-04-16T03:15:24.853Z | Compiling thiserror v2.0.12 |
| 1789 | 2025-04-16T03:15:24.900Z | Compiling flagset v0.4.6 |
| 1790 | 2025-04-16T03:15:25.117Z | Compiling futures-task v0.3.31 |
| 1791 | 2025-04-16T03:15:25.311Z | Compiling slog v2.7.0 |
| 1792 | 2025-04-16T03:15:25.406Z | Compiling writeable v0.5.5 |
| 1793 | 2025-04-16T03:15:25.591Z | Compiling litemap v0.7.3 |
| 1794 | 2025-04-16T03:15:25.707Z | Compiling futures-io v0.3.31 |
| 1795 | 2025-04-16T03:15:25.866Z | Compiling pin-utils v0.1.0 |
| 1796 | 2025-04-16T03:15:25.892Z | Compiling pest_meta v2.7.14 |
| 1797 | 2025-04-16T03:15:25.978Z | Compiling icu_locid v1.5.0 |
| 1798 | 2025-04-16T03:15:26.003Z | Compiling futures-util v0.3.31 |
| 1799 | 2025-04-16T03:15:26.087Z | Compiling der v0.7.9 |
| 1800 | 2025-04-16T03:15:27.473Z | Compiling serde_spanned v0.6.8 |
| 1801 | 2025-04-16T03:15:27.672Z | Compiling toml_datetime v0.6.8 |
| 1802 | 2025-04-16T03:15:28.166Z | Compiling aws-lc-sys v0.26.0 |
| 1803 | 2025-04-16T03:15:28.339Z | Compiling anyhow v1.0.97 |
| 1804 | 2025-04-16T03:15:28.704Z | Compiling rayon-core v1.12.1 |
| 1805 | 2025-04-16T03:15:28.793Z | Compiling rustversion v1.0.17 |
| 1806 | 2025-04-16T03:15:29.081Z | Compiling spki v0.7.3 |
| 1807 | 2025-04-16T03:15:29.323Z | Compiling pest_generator v2.7.14 |
| 1808 | 2025-04-16T03:15:29.419Z | Compiling icu_provider v1.5.0 |
| 1809 | 2025-04-16T03:15:29.445Z | Compiling salsa20 v0.10.2 |
| 1810 | 2025-04-16T03:15:30.218Z | Compiling ppv-lite86 v0.2.20 |
| 1811 | 2025-04-16T03:15:30.595Z | Compiling pbkdf2 v0.12.2 |
| 1812 | 2025-04-16T03:15:31.438Z | Compiling thiserror-impl v2.0.12 |
| 1813 | 2025-04-16T03:15:31.496Z | Compiling tracing-core v0.1.32 |
| 1814 | 2025-04-16T03:15:33.307Z | Compiling icu_locid_transform_data v1.5.0 |
| 1815 | 2025-04-16T03:15:33.358Z | Compiling winnow v0.5.40 |
| 1816 | 2025-04-16T03:15:33.423Z | Compiling icu_locid_transform v1.5.0 |
| 1817 | 2025-04-16T03:15:33.628Z | Compiling tracing v0.1.40 |
| 1818 | 2025-04-16T03:15:34.206Z | Compiling scrypt v0.11.0 |
| 1819 | 2025-04-16T03:15:34.357Z | Compiling pest_derive v2.7.14 |
| 1820 | 2025-04-16T03:15:35.200Z | Compiling cbc v0.1.2 |
| 1821 | 2025-04-16T03:15:35.401Z | Compiling aes v0.8.4 |
| 1822 | 2025-04-16T03:15:36.268Z | Compiling toml_edit v0.19.15 |
| 1823 | 2025-04-16T03:15:36.384Z | Compiling icu_collections v1.5.0 |
| 1824 | 2025-04-16T03:15:37.316Z | Compiling usdt-impl v0.5.0 |
| 1825 | 2025-04-16T03:15:37.381Z | Compiling litrs v0.4.1 |
| 1826 | 2025-04-16T03:15:37.658Z | Compiling rustls-pki-types v1.10.0 |
| 1827 | 2025-04-16T03:15:38.247Z | Compiling icu_properties_data v1.5.0 |
| 1828 | 2025-04-16T03:15:38.493Z | Compiling icu_properties v1.5.1 |
| 1829 | 2025-04-16T03:15:38.762Z | Compiling document-features v0.2.10 |
| 1830 | 2025-04-16T03:15:39.655Z | Compiling pkcs5 v0.7.1 |
| 1831 | 2025-04-16T03:15:41.059Z | Compiling tokio-util v0.7.13 |
| 1832 | 2025-04-16T03:15:41.481Z | Compiling scroll v0.12.0 |
| 1833 | 2025-04-16T03:15:42.130Z | Compiling heapless v0.7.17 |
| 1834 | 2025-04-16T03:15:42.917Z | Compiling untrusted v0.9.0 |
| 1835 | 2025-04-16T03:15:43.115Z | Compiling signal-hook v0.3.17 |
| 1836 | 2025-04-16T03:15:43.347Z | Compiling adler2 v2.0.0 |
| 1837 | 2025-04-16T03:15:43.392Z | Compiling plain v0.2.3 |
| 1838 | 2025-04-16T03:15:43.431Z | Compiling icu_normalizer_data v1.5.0 |
| 1839 | 2025-04-16T03:15:43.534Z | Compiling newtype-uuid v1.2.1 |
| 1840 | 2025-04-16T03:15:43.587Z | Compiling write16 v1.0.0 |
| 1841 | 2025-04-16T03:15:43.751Z | Compiling percent-encoding v2.3.1 |
| 1842 | 2025-04-16T03:15:43.882Z | Compiling utf8_iter v1.0.4 |
| 1843 | 2025-04-16T03:15:44.085Z | Compiling powerfmt v0.2.0 |
| 1844 | 2025-04-16T03:15:44.128Z | Compiling utf16_iter v1.0.5 |
| 1845 | 2025-04-16T03:15:44.304Z | Compiling untrusted v0.7.1 |
| 1846 | 2025-04-16T03:15:44.338Z | Compiling icu_normalizer v1.5.0 |
| 1847 | 2025-04-16T03:15:44.394Z | Compiling deranged v0.3.11 |
| 1848 | 2025-04-16T03:15:44.575Z | Compiling goblin v0.8.2 |
| 1849 | 2025-04-16T03:15:45.674Z | Compiling miniz_oxide v0.8.5 |
| 1850 | 2025-04-16T03:15:46.181Z | Compiling pkcs8 v0.10.2 |
| 1851 | 2025-04-16T03:15:48.513Z | Compiling itertools v0.13.0 |
| 1852 | 2025-04-16T03:15:48.903Z | Compiling tinyvec_macros v0.1.1 |
| 1853 | 2025-04-16T03:15:49.238Z | Compiling num_threads v0.1.7 |
| 1854 | 2025-04-16T03:15:49.384Z | Compiling pretty-hex v0.4.1 |
| 1855 | 2025-04-16T03:15:50.397Z | Compiling atomic-waker v1.1.2 |
| 1856 | 2025-04-16T03:15:50.764Z | Compiling time v0.3.36 |
| 1857 | 2025-04-16T03:15:51.032Z | Compiling dof v0.3.0 |
| 1858 | 2025-04-16T03:15:51.540Z | Compiling tinyvec v1.8.0 |
| 1859 | 2025-04-16T03:15:53.684Z | Compiling idna_adapter v1.2.0 |
| 1860 | 2025-04-16T03:15:54.092Z | Compiling dtrace-parser v0.2.0 |
| 1861 | 2025-04-16T03:15:54.207Z | Compiling http-body v1.0.1 |
| 1862 | 2025-04-16T03:15:54.736Z | Compiling curve25519-dalek v4.1.3 |
| 1863 | 2025-04-16T03:15:55.088Z | Compiling async-trait v0.1.88 |
| 1864 | 2025-04-16T03:15:55.139Z | Compiling thread-id v4.2.2 |
| 1865 | 2025-04-16T03:15:55.288Z | Compiling memoffset v0.9.1 |
| 1866 | 2025-04-16T03:15:55.495Z | Compiling try-lock v0.2.5 |
| 1867 | 2025-04-16T03:15:55.618Z | Compiling num-bigint-dig v0.8.4 |
| 1868 | 2025-04-16T03:15:55.685Z | Compiling smoltcp v0.9.1 |
| 1869 | 2025-04-16T03:15:56.054Z | Compiling foreign-types-shared v0.1.1 |
| 1870 | 2025-04-16T03:15:56.232Z | Compiling portable-atomic v1.11.0 |
| 1871 | 2025-04-16T03:15:56.414Z | Compiling want v0.3.1 |
| 1872 | 2025-04-16T03:15:56.664Z | Compiling foreign-types v0.3.2 |
| 1873 | 2025-04-16T03:15:56.840Z | Compiling h2 v0.4.6 |
| 1874 | 2025-04-16T03:16:00.746Z | Compiling rand_core v0.9.2 |
| 1875 | 2025-04-16T03:16:01.115Z | Compiling idna v1.0.3 |
| 1876 | 2025-04-16T03:16:01.502Z | Compiling form_urlencoded v1.2.1 |
| 1877 | 2025-04-16T03:16:02.197Z | Compiling strum_macros v0.26.4 |
| 1878 | 2025-04-16T03:16:02.993Z | Compiling heck v0.4.1 |
| 1879 | 2025-04-16T03:16:03.328Z | Compiling httpdate v1.0.3 |
| 1880 | 2025-04-16T03:16:03.736Z | Compiling gimli v0.31.1 |
| 1881 | 2025-04-16T03:16:04.053Z | Compiling tower-service v0.3.3 |
| 1882 | 2025-04-16T03:16:04.203Z | Compiling ident_case v1.0.1 |
| 1883 | 2025-04-16T03:16:04.726Z | Compiling cfg_aliases v0.2.1 |
| 1884 | 2025-04-16T03:16:04.843Z | Compiling nix v0.29.0 |
| 1885 | 2025-04-16T03:16:05.507Z | Compiling darling_core v0.20.10 |
| 1886 | 2025-04-16T03:16:05.706Z | Compiling hyper v1.6.0 |
| 1887 | 2025-04-16T03:16:09.308Z | Compiling addr2line v0.24.2 |
| 1888 | 2025-04-16T03:16:10.173Z | Compiling crossbeam-epoch v0.9.18 |
| 1889 | 2025-04-16T03:16:10.689Z | Compiling rand_chacha v0.9.0 |
| 1890 | 2025-04-16T03:16:11.447Z | Compiling unicode-normalization v0.1.24 |
| 1891 | 2025-04-16T03:16:13.205Z | Compiling rand_chacha v0.3.1 |
| 1892 | 2025-04-16T03:16:14.351Z | Compiling ipnetwork v0.21.1 |
| 1893 | 2025-04-16T03:16:14.376Z | Compiling hubpack_derive v0.1.1 |
| 1894 | 2025-04-16T03:16:14.513Z | Compiling openapiv3 v2.0.0 |
| 1895 | 2025-04-16T03:16:14.821Z | Compiling signature v2.2.0 |
| 1896 | 2025-04-16T03:16:15.054Z | Compiling daft-derive v0.1.3 |
| 1897 | 2025-04-16T03:16:15.083Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1898 | 2025-04-16T03:16:16.240Z | Compiling zerocopy-derive v0.6.6 |
| 1899 | 2025-04-16T03:16:16.318Z | Compiling object v0.36.5 |
| 1900 | 2025-04-16T03:16:17.502Z | Compiling fs-err v2.11.0 |
| 1901 | 2025-04-16T03:16:17.725Z | Compiling ahash v0.8.11 |
| 1902 | 2025-04-16T03:16:17.764Z | Compiling crc32fast v1.4.2 |
| 1903 | 2025-04-16T03:16:17.820Z | Compiling unicode-bidi v0.3.17 |
| 1904 | 2025-04-16T03:16:18.085Z | Compiling buf-list v1.0.3 |
| 1905 | 2025-04-16T03:16:18.126Z | Compiling openssl-probe v0.1.5 |
| 1906 | 2025-04-16T03:16:18.256Z | Compiling unicode-properties v0.1.3 |
| 1907 | 2025-04-16T03:16:18.405Z | Compiling siphasher v0.3.11 |
| 1908 | 2025-04-16T03:16:18.592Z | Compiling base64 v0.22.1 |
| 1909 | 2025-04-16T03:16:18.676Z | Compiling anstyle v1.0.10 |
| 1910 | 2025-04-16T03:16:18.777Z | Compiling zip v2.6.1 |
| 1911 | 2025-04-16T03:16:18.950Z | Compiling rustc-demangle v0.1.24 |
| 1912 | 2025-04-16T03:16:19.137Z | Compiling utf8parse v0.2.2 |
| 1913 | 2025-04-16T03:16:19.329Z | Compiling anstyle-parse v0.2.5 |
| 1914 | 2025-04-16T03:16:19.569Z | Compiling phf_shared v0.11.2 |
| 1915 | 2025-04-16T03:16:19.651Z | Compiling stringprep v0.1.5 |
| 1916 | 2025-04-16T03:16:20.874Z | Compiling rand v0.8.5 |
| 1917 | 2025-04-16T03:16:22.830Z | Compiling backtrace v0.3.74 |
| 1918 | 2025-04-16T03:16:26.553Z | Compiling hyper-util v0.1.10 |
| 1919 | 2025-04-16T03:16:28.022Z | Compiling rand v0.9.0 |
| 1920 | 2025-04-16T03:16:29.158Z | Compiling crossbeam-deque v0.8.5 |
| 1921 | 2025-04-16T03:16:29.487Z | Compiling darling_macro v0.20.10 |
| 1922 | 2025-04-16T03:16:30.980Z | Compiling url v2.5.3 |
| 1923 | 2025-04-16T03:16:31.633Z | Compiling usdt-macro v0.5.0 |
| 1924 | 2025-04-16T03:16:32.326Z | Compiling usdt-attr-macro v0.5.0 |
| 1925 | 2025-04-16T03:16:33.200Z | Compiling md-5 v0.10.6 |
| 1926 | 2025-04-16T03:16:33.267Z | Compiling num-integer v0.1.46 |
| 1927 | 2025-04-16T03:16:33.466Z | Compiling hash32 v0.2.1 |
| 1928 | 2025-04-16T03:16:33.576Z | Compiling ff v0.13.0 |
| 1929 | 2025-04-16T03:16:33.829Z | Compiling is_terminal_polyfill v1.70.1 |
| 1930 | 2025-04-16T03:16:33.855Z | Compiling colorchoice v1.0.2 |
| 1931 | 2025-04-16T03:16:33.913Z | Compiling anstyle-query v1.1.1 |
| 1932 | 2025-04-16T03:16:33.997Z | Compiling psl-types v2.0.11 |
| 1933 | 2025-04-16T03:16:34.040Z | Compiling base16ct v0.2.0 |
| 1934 | 2025-04-16T03:16:34.341Z | Compiling fallible-iterator v0.2.0 |
| 1935 | 2025-04-16T03:16:34.968Z | Compiling postgres-protocol v0.6.8 |
| 1936 | 2025-04-16T03:16:35.357Z | Compiling sec1 v0.7.3 |
| 1937 | 2025-04-16T03:16:35.594Z | Compiling publicsuffix v2.3.0 |
| 1938 | 2025-04-16T03:16:35.859Z | Compiling anstream v0.6.15 |
| 1939 | 2025-04-16T03:16:35.910Z | Compiling group v0.13.0 |
| 1940 | 2025-04-16T03:16:36.183Z | Compiling num-iter v0.1.45 |
| 1941 | 2025-04-16T03:16:38.011Z | Compiling darling v0.20.10 |
| 1942 | 2025-04-16T03:16:38.037Z | Compiling tokio-native-tls v0.3.1 |
| 1943 | 2025-04-16T03:16:38.144Z | Compiling flate2 v1.1.1 |
| 1944 | 2025-04-16T03:16:38.337Z | Compiling rustls-webpki v0.102.8 |
| 1945 | 2025-04-16T03:16:38.915Z | Compiling strum_macros v0.25.3 |
| 1946 | 2025-04-16T03:16:40.025Z | Compiling http-body-util v0.1.3 |
| 1947 | 2025-04-16T03:16:40.459Z | Compiling webpki-roots v0.26.6 |
| 1948 | 2025-04-16T03:16:40.817Z | Compiling terminal_size v0.4.0 |
| 1949 | 2025-04-16T03:16:41.044Z | Compiling hkdf v0.12.4 |
| 1950 | 2025-04-16T03:16:41.276Z | Compiling sync_wrapper v1.0.1 |
| 1951 | 2025-04-16T03:16:41.393Z | Compiling enum-as-inner v0.6.1 |
| 1952 | 2025-04-16T03:16:41.442Z | Compiling clap_derive v4.5.32 |
| 1953 | 2025-04-16T03:16:41.579Z | Compiling crypto-bigint v0.5.5 |
| 1954 | 2025-04-16T03:16:42.209Z | Compiling serde_repr v0.1.19 |
| 1955 | 2025-04-16T03:16:43.016Z | Compiling regress v0.10.3 |
| 1956 | 2025-04-16T03:16:44.300Z | Compiling encoding_rs v0.8.34 |
| 1957 | 2025-04-16T03:16:44.642Z | Compiling bitflags v1.3.2 |
| 1958 | 2025-04-16T03:16:44.975Z | Compiling tokio-rustls v0.26.0 |
| 1959 | 2025-04-16T03:16:45.497Z | Compiling clap_lex v0.7.4 |
| 1960 | 2025-04-16T03:16:45.556Z | Compiling managed v0.8.0 |
| 1961 | 2025-04-16T03:16:46.039Z | Compiling bumpalo v3.16.0 |
| 1962 | 2025-04-16T03:16:46.315Z | Compiling lockfree-object-pool v0.1.6 |
| 1963 | 2025-04-16T03:16:46.423Z | Compiling ipnet v2.11.0 |
| 1964 | 2025-04-16T03:16:46.577Z | Compiling mime v0.3.17 |
| 1965 | 2025-04-16T03:16:47.267Z | Compiling tower-layer v0.3.3 |
| 1966 | 2025-04-16T03:16:47.313Z | Compiling simd-adler32 v0.3.7 |
| 1967 | 2025-04-16T03:16:47.453Z | Compiling unicode-width v0.2.0 |
| 1968 | 2025-04-16T03:16:47.756Z | Compiling zopfli v0.8.1 |
| 1969 | 2025-04-16T03:16:47.928Z | Compiling console v0.15.10 |
| 1970 | 2025-04-16T03:16:47.953Z | Compiling tower v0.5.2 |
| 1971 | 2025-04-16T03:16:49.003Z | Compiling typify-impl v0.3.0 |
| 1972 | 2025-04-16T03:16:49.088Z | Compiling clap_builder v4.5.35 |
| 1973 | 2025-04-16T03:16:50.271Z | Compiling hyper-rustls v0.27.3 |
| 1974 | 2025-04-16T03:16:50.678Z | Compiling elliptic-curve v0.13.8 |
| 1975 | 2025-04-16T03:16:50.763Z | Compiling oxnet v0.1.1 |
| 1976 | 2025-04-16T03:16:51.335Z | Compiling hyper-tls v0.6.0 |
| 1977 | 2025-04-16T03:16:52.985Z | Compiling rayon v1.10.0 |
| 1978 | 2025-04-16T03:16:53.514Z | Compiling signal-hook-mio v0.2.4 |
| 1979 | 2025-04-16T03:16:53.677Z | Compiling cookie_store v0.21.1 |
| 1980 | 2025-04-16T03:16:53.947Z | Compiling postgres-types v0.2.9 |
| 1981 | 2025-04-16T03:16:54.286Z | Compiling phf v0.11.2 |
| 1982 | 2025-04-16T03:16:54.571Z | Compiling zerocopy v0.6.6 |
| 1983 | 2025-04-16T03:16:54.703Z | Compiling hubpack v0.1.2 |
| 1984 | 2025-04-16T03:16:54.800Z | Compiling ed25519 v2.2.3 |
| 1985 | 2025-04-16T03:16:54.930Z | Compiling bzip2 v0.4.4 |
| 1986 | 2025-04-16T03:16:55.072Z | Compiling bzip2 v0.5.2 |
| 1987 | 2025-04-16T03:16:55.203Z | Compiling serde_urlencoded v0.7.1 |
| 1988 | 2025-04-16T03:16:55.395Z | Compiling rustls-pemfile v2.2.0 |
| 1989 | 2025-04-16T03:16:55.629Z | Compiling pkcs1 v0.7.5 |
| 1990 | 2025-04-16T03:16:55.914Z | Compiling futures-executor v0.3.31 |
| 1991 | 2025-04-16T03:16:56.353Z | Compiling serde-big-array v0.5.1 |
| 1992 | 2025-04-16T03:16:56.562Z | Compiling rfc6979 v0.4.0 |
| 1993 | 2025-04-16T03:16:56.588Z | Compiling float-cmp v0.10.0 |
| 1994 | 2025-04-16T03:16:56.629Z | Compiling bstr v1.10.0 |
| 1995 | 2025-04-16T03:16:56.769Z | Compiling memmap v0.7.0 |
| 1996 | 2025-04-16T03:16:56.851Z | Compiling precomputed-hash v0.1.1 |
| 1997 | 2025-04-16T03:16:56.926Z | Compiling new_debug_unreachable v1.0.6 |
| 1998 | 2025-04-16T03:16:56.983Z | Compiling difflib v0.4.0 |
| 1999 | 2025-04-16T03:16:57.039Z | Compiling whoami v1.5.2 |
| 2000 | 2025-04-16T03:16:57.064Z | Compiling winnow v0.7.3 |
| 2001 | 2025-04-16T03:16:57.191Z | Compiling static_assertions v1.1.0 |
| 2002 | 2025-04-16T03:16:57.306Z | Compiling number_prefix v0.4.0 |
| 2003 | 2025-04-16T03:16:57.873Z | Compiling fixedbitset v0.4.2 |
| 2004 | 2025-04-16T03:16:57.899Z | Compiling data-encoding v2.6.0 |
| 2005 | 2025-04-16T03:16:57.924Z | Compiling unicode-segmentation v1.12.0 |
| 2006 | 2025-04-16T03:16:58.225Z | Compiling normalize-line-endings v0.3.0 |
| 2007 | 2025-04-16T03:16:58.370Z | Compiling predicates-core v1.0.8 |
| 2008 | 2025-04-16T03:16:58.649Z | Compiling predicates v3.1.3 |
| 2009 | 2025-04-16T03:16:59.056Z | Compiling reqwest v0.12.12 |
| 2010 | 2025-04-16T03:16:59.081Z | Compiling similar v2.7.0 |
| 2011 | 2025-04-16T03:16:59.475Z | Compiling hickory-proto v0.24.4 |
| 2012 | 2025-04-16T03:16:59.799Z | Compiling toml_edit v0.22.24 |
| 2013 | 2025-04-16T03:17:00.023Z | Compiling petgraph v0.6.5 |
| 2014 | 2025-04-16T03:17:00.623Z | Compiling indicatif v0.17.11 |
| 2015 | 2025-04-16T03:17:00.923Z | Compiling tokio-postgres v0.7.13 |
| 2016 | 2025-04-16T03:17:02.065Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
| 2017 | 2025-04-16T03:17:03.062Z | Compiling typify-macro v0.3.0 |
| 2018 | 2025-04-16T03:17:05.054Z | Compiling string_cache v0.8.9 |
| 2019 | 2025-04-16T03:17:05.426Z | Compiling usdt v0.5.0 |
| 2020 | 2025-04-16T03:17:05.714Z | Compiling ecdsa v0.16.9 |
| 2021 | 2025-04-16T03:17:06.444Z | Compiling futures v0.3.31 |
| 2022 | 2025-04-16T03:17:06.562Z | Compiling rsa v0.9.6 |
| 2023 | 2025-04-16T03:17:07.237Z | Compiling zip v0.6.6 |
| 2024 | 2025-04-16T03:17:07.264Z | Compiling ed25519-dalek v2.1.1 |
| 2025 | 2025-04-16T03:17:08.414Z | Compiling crossterm v0.28.1 |
| 2026 | 2025-04-16T03:17:08.629Z | Compiling clap v4.5.35 |
| 2027 | 2025-04-16T03:17:08.655Z | Compiling daft v0.1.3 |
| 2028 | 2025-04-16T03:17:08.847Z | Compiling strum v0.26.3 |
| 2029 | 2025-04-16T03:17:09.086Z | Compiling tokio-stream v0.1.17 |
| 2030 | 2025-04-16T03:17:09.421Z | Compiling toml v0.7.8 |
| 2031 | 2025-04-16T03:17:09.895Z | Compiling x509-cert v0.2.5 |
| 2032 | 2025-04-16T03:17:10.825Z | Compiling sha1 v0.10.6 |
| 2033 | 2025-04-16T03:17:11.346Z | Compiling peg-runtime v0.8.5 |
| 2034 | 2025-04-16T03:17:11.387Z | Compiling camino v1.1.9 |
| 2035 | 2025-04-16T03:17:11.774Z | Compiling lalrpop-util v0.19.12 |
| 2036 | 2025-04-16T03:17:11.861Z | Compiling unicode-xid v0.2.6 |
| 2037 | 2025-04-16T03:17:13.360Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2038 | 2025-04-16T03:17:13.472Z | Compiling proc-macro-crate v1.3.1 |
| 2039 | 2025-04-16T03:17:14.611Z | Compiling macaddr v1.0.1 |
| 2040 | 2025-04-16T03:17:15.439Z | Compiling heapless v0.8.0 |
| 2041 | 2025-04-16T03:17:15.690Z | Compiling fastrand v2.1.1 |
| 2042 | 2025-04-16T03:17:16.273Z | Compiling tempfile v3.13.0 |
| 2043 | 2025-04-16T03:17:17.738Z | Compiling num_enum_derive v0.5.11 |
| 2044 | 2025-04-16T03:17:20.268Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2045 | 2025-04-16T03:17:21.886Z | Compiling structmeta-derive v0.3.0 |
| 2046 | 2025-04-16T03:17:22.771Z | Compiling hash32 v0.3.1 |
| 2047 | 2025-04-16T03:17:23.419Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2048 | 2025-04-16T03:17:23.765Z | Compiling smoltcp v0.11.0 |
| 2049 | 2025-04-16T03:17:25.332Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2050 | 2025-04-16T03:17:28.393Z | Compiling structmeta v0.3.0 |
| 2051 | 2025-04-16T03:17:31.298Z | Compiling num_enum v0.5.11 |
| 2052 | 2025-04-16T03:17:31.970Z | Compiling typify v0.3.0 |
| 2053 | 2025-04-16T03:17:33.024Z | Compiling dirs-sys-next v0.1.2 |
| 2054 | 2025-04-16T03:17:34.247Z | Compiling proc-macro-error-attr v1.0.4 |
| 2055 | 2025-04-16T03:17:34.523Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2056 | 2025-04-16T03:17:35.063Z | Compiling cobs v0.2.3 |
| 2057 | 2025-04-16T03:17:36.076Z | Compiling unsafe-libyaml v0.2.11 |
| 2058 | 2025-04-16T03:17:36.981Z | Compiling rustls v0.22.4 |
| 2059 | 2025-04-16T03:17:40.364Z | Compiling serde_yaml v0.9.34+deprecated |
| 2060 | 2025-04-16T03:17:42.387Z | Compiling postcard v1.0.10 |
| 2061 | 2025-04-16T03:17:43.112Z | Compiling dirs-next v2.0.0 |
| 2062 | 2025-04-16T03:17:45.710Z | Compiling progenitor-impl v0.9.1 |
| 2063 | 2025-04-16T03:17:49.447Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2064 | 2025-04-16T03:17:53.338Z | Compiling hex v0.4.3 |
| 2065 | 2025-04-16T03:17:53.609Z | Compiling foreign-types-macros v0.2.3 |
| 2066 | 2025-04-16T03:17:53.957Z | Compiling thread_local v1.1.8 |
| 2067 | 2025-04-16T03:17:54.173Z | Compiling wait-timeout v0.2.0 |
| 2068 | 2025-04-16T03:17:54.565Z | Compiling proc-macro-error v1.0.4 |
| 2069 | 2025-04-16T03:17:54.611Z | Compiling multer v3.1.0 |
| 2070 | 2025-04-16T03:17:54.763Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2071 | 2025-04-16T03:17:55.008Z | Compiling unicode-width v0.1.14 |
| 2072 | 2025-04-16T03:17:55.033Z | Compiling slog-async v2.8.0 |
| 2073 | 2025-04-16T03:17:55.084Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2074 | 2025-04-16T03:17:55.896Z | Compiling foreign-types-shared v0.3.1 |
| 2075 | 2025-04-16T03:17:56.076Z | Compiling bit-vec v0.8.0 |
| 2076 | 2025-04-16T03:17:56.180Z | Compiling quick-error v1.2.3 |
| 2077 | 2025-04-16T03:17:56.334Z | Compiling match_cfg v0.1.0 |
| 2078 | 2025-04-16T03:17:56.394Z | Compiling rusty-fork v0.3.0 |
| 2079 | 2025-04-16T03:17:56.446Z | Compiling hostname v0.3.1 |
| 2080 | 2025-04-16T03:17:56.590Z | Compiling bit-set v0.8.0 |
| 2081 | 2025-04-16T03:17:57.407Z | Compiling foreign-types v0.5.0 |
| 2082 | 2025-04-16T03:18:00.953Z | Compiling tabwriter v1.4.0 |
| 2083 | 2025-04-16T03:18:01.599Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2084 | 2025-04-16T03:18:06.420Z | Compiling progenitor-macro v0.9.1 |
| 2085 | 2025-04-16T03:18:09.188Z | Compiling term v0.7.0 |
| 2086 | 2025-04-16T03:18:11.484Z | Compiling progenitor-client v0.9.1 |
| 2087 | 2025-04-16T03:18:14.567Z | Compiling slog-json v2.6.1 |
| 2088 | 2025-04-16T03:18:14.995Z | Compiling crossbeam-channel v0.5.15 |
| 2089 | 2025-04-16T03:18:15.770Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2090 | 2025-04-16T03:18:16.265Z | Compiling async-stream-impl v0.3.6 |
| 2091 | 2025-04-16T03:18:16.406Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2092 | 2025-04-16T03:18:16.694Z | Compiling rand_xorshift v0.3.0 |
| 2093 | 2025-04-16T03:18:16.775Z | Compiling cstr-argument v0.1.2 |
| 2094 | 2025-04-16T03:18:16.989Z | Compiling is-terminal v0.4.13 |
| 2095 | 2025-04-16T03:18:17.055Z | Compiling dropshot v0.16.0 |
| 2096 | 2025-04-16T03:18:17.209Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2097 | 2025-04-16T03:18:17.354Z | Compiling unarray v0.1.4 |
| 2098 | 2025-04-16T03:18:17.485Z | Compiling crucible-workspace-hack v0.1.0 |
| 2099 | 2025-04-16T03:18:17.511Z | Compiling pretty-hex v0.2.1 |
| 2100 | 2025-04-16T03:18:17.547Z | Compiling take_mut v0.2.2 |
| 2101 | 2025-04-16T03:18:17.757Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2102 | 2025-04-16T03:18:17.813Z | Compiling proptest v1.6.0 |
| 2103 | 2025-04-16T03:18:18.267Z | Compiling async-stream v0.3.6 |
| 2104 | 2025-04-16T03:18:18.542Z | Compiling slog-term v2.9.1 |
| 2105 | 2025-04-16T03:18:18.595Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2106 | 2025-04-16T03:18:19.333Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2107 | 2025-04-16T03:18:19.515Z | Compiling slog-bunyan v2.5.0 |
| 2108 | 2025-04-16T03:18:19.823Z | Compiling progenitor v0.9.1 |
| 2109 | 2025-04-16T03:18:20.018Z | Compiling tokio-rustls v0.25.0 |
| 2110 | 2025-04-16T03:18:20.641Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2111 | 2025-04-16T03:18:20.672Z | Compiling toml v0.8.20 |
| 2112 | 2025-04-16T03:18:20.708Z | Compiling test-strategy v0.4.0 |
| 2113 | 2025-04-16T03:18:20.866Z | Compiling parse-display-derive v0.10.0 |
| 2114 | 2025-04-16T03:18:22.567Z | Compiling colored v2.2.0 |
| 2115 | 2025-04-16T03:18:23.122Z | Compiling serde_with_macros v3.12.0 |
| 2116 | 2025-04-16T03:18:23.615Z | Compiling waitgroup v0.1.2 |
| 2117 | 2025-04-16T03:18:23.725Z | Compiling dropshot_endpoint v0.16.0 |
| 2118 | 2025-04-16T03:18:23.861Z | Compiling serde_path_to_error v0.1.16 |
| 2119 | 2025-04-16T03:18:23.889Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2120 | 2025-04-16T03:18:24.452Z | Compiling hostname v0.4.0 |
| 2121 | 2025-04-16T03:18:24.719Z | Compiling instant v0.1.13 |
| 2122 | 2025-04-16T03:18:24.744Z | Compiling winnow v0.6.20 |
| 2123 | 2025-04-16T03:18:24.900Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2124 | 2025-04-16T03:18:25.027Z | Compiling debug-ignore v1.0.5 |
| 2125 | 2025-04-16T03:18:25.198Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2126 | 2025-04-16T03:18:25.272Z | Compiling serde_with v3.12.0 |
| 2127 | 2025-04-16T03:18:25.528Z | Compiling backoff v0.4.0 |
| 2128 | 2025-04-16T03:18:25.901Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2129 | 2025-04-16T03:18:26.111Z | Compiling parse-display v0.10.0 |
| 2130 | 2025-04-16T03:18:27.597Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2131 | 2025-04-16T03:18:28.268Z | Compiling zone_cfg_derive v0.3.0 |
| 2132 | 2025-04-16T03:18:28.774Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2133 | 2025-04-16T03:18:29.339Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8452936a53c3b16e53cbbf4e34e5e59899afc965#8452936a) |
| 2134 | 2025-04-16T03:18:29.483Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2135 | 2025-04-16T03:18:30.103Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2136 | 2025-04-16T03:18:30.319Z | Compiling camino-tempfile v1.1.1 |
| 2137 | 2025-04-16T03:18:30.460Z | Compiling itertools v0.12.1 |
| 2138 | 2025-04-16T03:18:30.983Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2139 | 2025-04-16T03:18:33.456Z | Compiling num-derive v0.4.2 |
| 2140 | 2025-04-16T03:18:34.499Z | Compiling sigpipe v0.1.3 |
| 2141 | 2025-04-16T03:18:34.645Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2142 | 2025-04-16T03:18:34.696Z | Compiling jiff v0.2.6 |
| 2143 | 2025-04-16T03:18:34.932Z | Compiling libefi-sys v0.1.0 |
| 2144 | 2025-04-16T03:18:35.106Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2145 | 2025-04-16T03:18:35.283Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2146 | 2025-04-16T03:18:35.308Z | Compiling zone v0.3.1 |
| 2147 | 2025-04-16T03:18:36.408Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2148 | 2025-04-16T03:18:36.902Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2149 | 2025-04-16T03:18:37.198Z | Compiling itertools v0.14.0 |
| 2150 | 2025-04-16T03:18:37.989Z | Compiling smf v0.2.3 |
| 2151 | 2025-04-16T03:18:39.893Z | Compiling bitfield-struct v0.6.2 |
| 2152 | 2025-04-16T03:18:40.139Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2153 | 2025-04-16T03:18:40.164Z | Compiling blake3 v1.5.4 |
| 2154 | 2025-04-16T03:18:40.553Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2155 | 2025-04-16T03:18:40.659Z | Compiling xattr v1.3.1 |
| 2156 | 2025-04-16T03:18:41.014Z | Compiling memmap2 v0.9.5 |
| 2157 | 2025-04-16T03:18:41.051Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2158 | 2025-04-16T03:18:41.423Z | Compiling filetime v0.2.25 |
| 2159 | 2025-04-16T03:18:41.493Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2160 | 2025-04-16T03:18:41.600Z | Compiling same-file v1.0.6 |
| 2161 | 2025-04-16T03:18:41.634Z | Compiling arrayvec v0.7.6 |
| 2162 | 2025-04-16T03:18:41.659Z | Compiling arrayref v0.3.9 |
| 2163 | 2025-04-16T03:18:41.763Z | Compiling constant_time_eq v0.3.1 |
| 2164 | 2025-04-16T03:18:41.763Z | Compiling tar v0.4.44 |
| 2165 | 2025-04-16T03:18:41.891Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2166 | 2025-04-16T03:18:41.984Z | Compiling walkdir v2.5.0 |
| 2167 | 2025-04-16T03:18:43.351Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2168 | 2025-04-16T03:18:44.025Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2169 | 2025-04-16T03:18:44.404Z | Compiling gethostname v0.5.0 |
| 2170 | 2025-04-16T03:18:44.602Z | Compiling cargo-platform v0.1.8 |
| 2171 | 2025-04-16T03:18:44.635Z | Compiling topological-sort v0.2.2 |
| 2172 | 2025-04-16T03:18:44.660Z | Compiling fixedbitset v0.5.7 |
| 2173 | 2025-04-16T03:18:44.846Z | Compiling indent_write v2.2.0 |
| 2174 | 2025-04-16T03:18:44.907Z | Compiling omicron-zone-package v0.12.0 |
| 2175 | 2025-04-16T03:18:45.080Z | Compiling petgraph v0.7.1 |
| 2176 | 2025-04-16T03:18:45.482Z | Compiling cargo_metadata v0.19.2 |
| 2177 | 2025-04-16T03:18:45.621Z | Compiling shell-words v1.1.0 |
| 2178 | 2025-04-16T03:18:46.589Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2179 | 2025-04-16T03:18:50.104Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2180 | 2025-04-16T03:18:52.079Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2181 | 2025-04-16T03:18:53.750Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2182 | 2025-04-16T03:19:12.942Z | Finished `release` profile [optimized] target(s) in 4m 21s |
| 2183 | 2025-04-16T03:19:13.091Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2184 | 2025-04-16T03:19:13.159Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2185 | 2025-04-16T03:19:13.185Z | Created new build target 'test' and set it as active |
| 2186 | 2025-04-16T03:19:13.185Z | |
| 2187 | 2025-04-16T03:19:13.185Z | real 4:21.755998061 |
| 2188 | 2025-04-16T03:19:13.185Z | user 29:17.498745242 |
| 2189 | 2025-04-16T03:19:13.185Z | sys 3:30.166010236 |
| 2190 | 2025-04-16T03:19:13.185Z | trap 1.126294732 |
| 2191 | 2025-04-16T03:19:13.185Z | tflt 0.992978563 |
| 2192 | 2025-04-16T03:19:13.185Z | dflt 0.628681191 |
| 2193 | 2025-04-16T03:19:13.185Z | kflt 0.000716742 |
| 2194 | 2025-04-16T03:19:13.185Z | lock 57:36.904085718 |
| 2195 | 2025-04-16T03:19:13.185Z | slp 2:01:34.807087773 |
| 2196 | 2025-04-16T03:19:13.185Z | lat 2:26.200397486 |
| 2197 | 2025-04-16T03:19:13.185Z | stop 4:19.725458917 |
| 2198 | 2025-04-16T03:19:13.185Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2199 | 2025-04-16T03:19:14.650Z | Finished `release` profile [optimized] target(s) in 1.40s |
| 2200 | 2025-04-16T03:19:14.721Z | Running `target/release/omicron-package -t test package` |
| 2201 | 2025-04-16T03:19:14.785Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2202 | 2025-04-16T03:19:16.484Z | Compiling dirs-sys-next v0.1.2 |
| 2203 | 2025-04-16T03:19:16.509Z | Compiling convert_case v0.4.0 |
| 2204 | 2025-04-16T03:19:16.509Z | Compiling num-rational v0.4.2 |
| 2205 | 2025-04-16T03:19:16.509Z | Compiling num-complex v0.4.6 |
| 2206 | 2025-04-16T03:19:16.509Z | Compiling float-ord v0.3.2 |
| 2207 | 2025-04-16T03:19:16.509Z | Compiling is-terminal v0.4.13 |
| 2208 | 2025-04-16T03:19:16.509Z | Compiling camino v1.1.9 |
| 2209 | 2025-04-16T03:19:16.579Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2210 | 2025-04-16T03:19:16.749Z | Compiling dirs-next v2.0.0 |
| 2211 | 2025-04-16T03:19:16.807Z | Compiling derive-where v1.2.7 |
| 2212 | 2025-04-16T03:19:16.864Z | Compiling fastrand v2.1.1 |
| 2213 | 2025-04-16T03:19:16.895Z | Compiling term v0.7.0 |
| 2214 | 2025-04-16T03:19:16.927Z | Compiling rustls v0.22.4 |
| 2215 | 2025-04-16T03:19:16.958Z | Compiling thread_local v1.1.8 |
| 2216 | 2025-04-16T03:19:17.103Z | Compiling derive_more v0.99.19 |
| 2217 | 2025-04-16T03:19:17.281Z | Compiling tempfile v3.13.0 |
| 2218 | 2025-04-16T03:19:17.340Z | Compiling wait-timeout v0.2.0 |
| 2219 | 2025-04-16T03:19:17.365Z | Compiling quick-error v1.2.3 |
| 2220 | 2025-04-16T03:19:17.533Z | Compiling num v0.4.3 |
| 2221 | 2025-04-16T03:19:17.558Z | Compiling bit-vec v0.8.0 |
| 2222 | 2025-04-16T03:19:17.655Z | Compiling match_cfg v0.1.0 |
| 2223 | 2025-04-16T03:19:17.738Z | Compiling rusty-fork v0.3.0 |
| 2224 | 2025-04-16T03:19:17.767Z | Compiling hostname v0.3.1 |
| 2225 | 2025-04-16T03:19:17.901Z | Compiling bit-set v0.8.0 |
| 2226 | 2025-04-16T03:19:17.966Z | Compiling multer v3.1.0 |
| 2227 | 2025-04-16T03:19:17.991Z | Compiling slog-async v2.8.0 |
| 2228 | 2025-04-16T03:19:18.041Z | Compiling newline-converter v0.3.0 |
| 2229 | 2025-04-16T03:19:18.067Z | Compiling progenitor-client v0.9.1 |
| 2230 | 2025-04-16T03:19:18.181Z | Compiling slog-json v2.6.1 |
| 2231 | 2025-04-16T03:19:18.243Z | Compiling crossbeam-channel v0.5.15 |
| 2232 | 2025-04-16T03:19:18.268Z | Compiling rand_xorshift v0.3.0 |
| 2233 | 2025-04-16T03:19:18.505Z | Compiling hex v0.4.3 |
| 2234 | 2025-04-16T03:19:18.532Z | Compiling unarray v0.1.4 |
| 2235 | 2025-04-16T03:19:18.568Z | Compiling take_mut v0.2.2 |
| 2236 | 2025-04-16T03:19:18.568Z | Compiling progenitor v0.9.1 |
| 2237 | 2025-04-16T03:19:18.711Z | Compiling proptest v1.6.0 |
| 2238 | 2025-04-16T03:19:18.736Z | Compiling slog-bunyan v2.5.0 |
| 2239 | 2025-04-16T03:19:18.771Z | Compiling expectorate v1.1.0 |
| 2240 | 2025-04-16T03:19:19.030Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2241 | 2025-04-16T03:19:19.094Z | Compiling slog-term v2.9.1 |
| 2242 | 2025-04-16T03:19:19.119Z | Compiling dropshot v0.16.0 |
| 2243 | 2025-04-16T03:19:19.188Z | Compiling async-stream v0.3.6 |
| 2244 | 2025-04-16T03:19:19.214Z | Compiling toml v0.8.20 |
| 2245 | 2025-04-16T03:19:19.445Z | Compiling waitgroup v0.1.2 |
| 2246 | 2025-04-16T03:19:19.636Z | Compiling serde_path_to_error v0.1.16 |
| 2247 | 2025-04-16T03:19:19.694Z | Compiling hostname v0.4.0 |
| 2248 | 2025-04-16T03:19:19.781Z | Compiling instant v0.1.13 |
| 2249 | 2025-04-16T03:19:19.898Z | Compiling debug-ignore v1.0.5 |
| 2250 | 2025-04-16T03:19:19.929Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2251 | 2025-04-16T03:19:19.953Z | Compiling backoff v0.4.0 |
| 2252 | 2025-04-16T03:19:20.057Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8452936a53c3b16e53cbbf4e34e5e59899afc965#8452936a) |
| 2253 | 2025-04-16T03:19:20.415Z | Compiling parse-display v0.10.0 |
| 2254 | 2025-04-16T03:19:20.440Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2255 | 2025-04-16T03:19:20.440Z | Compiling serde_with v3.12.0 |
| 2256 | 2025-04-16T03:19:20.504Z | Compiling password-hash v0.5.0 |
| 2257 | 2025-04-16T03:19:20.572Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2258 | 2025-04-16T03:19:20.726Z | Compiling blake2 v0.10.6 |
| 2259 | 2025-04-16T03:19:21.582Z | Compiling tokio-rustls v0.25.0 |
| 2260 | 2025-04-16T03:19:21.688Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2261 | 2025-04-16T03:19:22.277Z | Compiling macaddr v1.0.1 |
| 2262 | 2025-04-16T03:19:22.654Z | Compiling base64 v0.21.7 |
| 2263 | 2025-04-16T03:19:22.957Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2264 | 2025-04-16T03:19:23.294Z | Compiling argon2 v0.5.3 |
| 2265 | 2025-04-16T03:19:23.569Z | Compiling atomicwrites v0.4.4 |
| 2266 | 2025-04-16T03:19:23.595Z | Compiling owo-colors v4.2.0 |
| 2267 | 2025-04-16T03:19:23.798Z | Compiling cancel-safe-futures v0.1.5 |
| 2268 | 2025-04-16T03:19:24.015Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2269 | 2025-04-16T03:19:24.051Z | Compiling libsw-core v0.3.1 |
| 2270 | 2025-04-16T03:19:24.155Z | Compiling prettyplease v0.2.30 |
| 2271 | 2025-04-16T03:19:24.343Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2272 | 2025-04-16T03:19:24.520Z | Compiling libsw v3.4.0 |
| 2273 | 2025-04-16T03:19:25.044Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2274 | 2025-04-16T03:19:25.190Z | Compiling linear-map v1.2.0 |
| 2275 | 2025-04-16T03:19:25.392Z | Compiling utf-8 v0.7.6 |
| 2276 | 2025-04-16T03:19:25.556Z | Compiling swrite v0.1.0 |
| 2277 | 2025-04-16T03:19:25.698Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2278 | 2025-04-16T03:19:25.725Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2279 | 2025-04-16T03:19:25.750Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2280 | 2025-04-16T03:19:26.181Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2281 | 2025-04-16T03:19:28.461Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2282 | 2025-04-16T03:19:31.170Z | Compiling highway v1.3.0 |
| 2283 | 2025-04-16T03:19:31.393Z | Compiling linked-hash-map v0.5.6 |
| 2284 | 2025-04-16T03:19:31.735Z | Compiling lru-cache v0.1.2 |
| 2285 | 2025-04-16T03:19:31.953Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2286 | 2025-04-16T03:19:32.430Z | Compiling tungstenite v0.21.0 |
| 2287 | 2025-04-16T03:19:33.158Z | Compiling semver v0.1.20 |
| 2288 | 2025-04-16T03:19:33.619Z | Compiling tokio-tungstenite v0.21.0 |
| 2289 | 2025-04-16T03:19:34.234Z | Compiling rustc_version v0.1.7 |
| 2290 | 2025-04-16T03:19:34.576Z | Compiling resolv-conf v0.7.0 |
| 2291 | 2025-04-16T03:19:35.868Z | Compiling hickory-resolver v0.24.4 |
| 2292 | 2025-04-16T03:19:36.428Z | Compiling newtype_derive v0.1.6 |
| 2293 | 2025-04-16T03:19:36.816Z | Compiling humantime v2.1.0 |
| 2294 | 2025-04-16T03:19:36.867Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2295 | 2025-04-16T03:19:36.970Z | Compiling steno v0.4.1 |
| 2296 | 2025-04-16T03:19:37.523Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2297 | 2025-04-16T03:19:37.811Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2298 | 2025-04-16T03:19:39.021Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2299 | 2025-04-16T03:19:40.990Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2300 | 2025-04-16T03:19:41.073Z | Compiling qorb v0.3.1 |
| 2301 | 2025-04-16T03:19:41.166Z | Compiling slog-dtrace v0.3.0 |
| 2302 | 2025-04-16T03:19:41.469Z | Compiling bytecount v0.6.8 |
| 2303 | 2025-04-16T03:19:41.756Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2304 | 2025-04-16T03:19:45.213Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2305 | 2025-04-16T03:19:50.482Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2306 | 2025-04-16T03:19:50.893Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2307 | 2025-04-16T03:19:51.051Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2308 | 2025-04-16T03:19:51.372Z | Compiling half v2.4.1 |
| 2309 | 2025-04-16T03:19:51.961Z | Compiling ciborium-io v0.2.2 |
| 2310 | 2025-04-16T03:19:52.118Z | Compiling ciborium-ll v0.2.2 |
| 2311 | 2025-04-16T03:19:52.582Z | Compiling ciborium v0.2.2 |
| 2312 | 2025-04-16T03:19:52.768Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2313 | 2025-04-16T03:19:53.574Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2314 | 2025-04-16T03:19:54.310Z | Compiling display-error-chain v0.2.2 |
| 2315 | 2025-04-16T03:19:54.336Z | Compiling proc-macro-error2 v2.0.1 |
| 2316 | 2025-04-16T03:19:54.577Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2317 | 2025-04-16T03:19:54.880Z | Compiling const_format_proc_macros v0.2.34 |
| 2318 | 2025-04-16T03:19:55.550Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2319 | 2025-04-16T03:19:55.959Z | Compiling keccak v0.1.5 |
| 2320 | 2025-04-16T03:19:56.232Z | Compiling maplit v1.0.2 |
| 2321 | 2025-04-16T03:19:56.374Z | Compiling crunchy v0.2.2 |
| 2322 | 2025-04-16T03:19:56.404Z | Compiling const_format v0.2.34 |
| 2323 | 2025-04-16T03:19:56.814Z | Compiling sha3 v0.10.8 |
| 2324 | 2025-04-16T03:19:56.840Z | Compiling tabled_derive v0.10.0 |
| 2325 | 2025-04-16T03:19:57.446Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2326 | 2025-04-16T03:19:57.552Z | Compiling papergrid v0.14.0 |
| 2327 | 2025-04-16T03:19:57.827Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2328 | 2025-04-16T03:19:58.783Z | Compiling dsl_auto_type v0.1.2 |
| 2329 | 2025-04-16T03:19:59.774Z | Compiling scheduled-thread-pool v0.2.7 |
| 2330 | 2025-04-16T03:19:59.801Z | Compiling num-derive v0.3.3 |
| 2331 | 2025-04-16T03:20:00.254Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2332 | 2025-04-16T03:20:00.585Z | Compiling tiny-keccak v2.0.2 |
| 2333 | 2025-04-16T03:20:00.875Z | Compiling radium v0.7.0 |
| 2334 | 2025-04-16T03:20:00.924Z | Compiling diesel_derives v2.2.3 |
| 2335 | 2025-04-16T03:20:01.313Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2336 | 2025-04-16T03:20:01.376Z | Compiling libscf-sys v1.1.0 |
| 2337 | 2025-04-16T03:20:01.610Z | Compiling r2d2 v0.8.10 |
| 2338 | 2025-04-16T03:20:02.012Z | Compiling tabled v0.18.0 |
| 2339 | 2025-04-16T03:20:05.349Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2340 | 2025-04-16T03:20:08.117Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2341 | 2025-04-16T03:20:08.271Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2342 | 2025-04-16T03:20:08.667Z | Compiling bit-vec v0.6.3 |
| 2343 | 2025-04-16T03:20:08.824Z | Compiling maybe-uninit v2.0.0 |
| 2344 | 2025-04-16T03:20:09.085Z | Compiling tap v1.0.1 |
| 2345 | 2025-04-16T03:20:09.128Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2346 | 2025-04-16T03:20:09.291Z | Compiling wyz v0.5.1 |
| 2347 | 2025-04-16T03:20:09.386Z | Compiling bit-set v0.5.3 |
| 2348 | 2025-04-16T03:20:09.512Z | Compiling diesel v2.2.9 |
| 2349 | 2025-04-16T03:20:09.697Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2350 | 2025-04-16T03:20:10.120Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2351 | 2025-04-16T03:20:11.894Z | Compiling ascii-canvas v3.0.0 |
| 2352 | 2025-04-16T03:20:12.277Z | Compiling phf_generator v0.11.2 |
| 2353 | 2025-04-16T03:20:12.479Z | Compiling secrecy v0.8.0 |
| 2354 | 2025-04-16T03:20:12.724Z | Compiling ena v0.14.3 |
| 2355 | 2025-04-16T03:20:13.094Z | Compiling async-recursion v1.1.1 |
| 2356 | 2025-04-16T03:20:14.177Z | Compiling diff v0.1.13 |
| 2357 | 2025-04-16T03:20:14.590Z | Compiling regex-syntax v0.6.29 |
| 2358 | 2025-04-16T03:20:14.891Z | Compiling bindgen v0.71.1 |
| 2359 | 2025-04-16T03:20:15.273Z | Compiling packed_struct v0.10.1 |
| 2360 | 2025-04-16T03:20:15.640Z | Compiling crc-catalog v2.4.0 |
| 2361 | 2025-04-16T03:20:15.795Z | Compiling funty v2.0.0 |
| 2362 | 2025-04-16T03:20:17.727Z | Compiling lalrpop v0.19.12 |
| 2363 | 2025-04-16T03:20:18.085Z | Compiling bitvec v1.0.1 |
| 2364 | 2025-04-16T03:20:18.424Z | Compiling crc v3.2.1 |
| 2365 | 2025-04-16T03:20:18.634Z | Compiling phf_codegen v0.11.2 |
| 2366 | 2025-04-16T03:20:18.859Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2367 | 2025-04-16T03:20:20.144Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2368 | 2025-04-16T03:20:21.037Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2369 | 2025-04-16T03:20:21.701Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2370 | 2025-04-16T03:20:21.858Z | Compiling universal-hash v0.5.1 |
| 2371 | 2025-04-16T03:20:21.923Z | Compiling packed_struct_codegen v0.10.1 |
| 2372 | 2025-04-16T03:20:22.098Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2373 | 2025-04-16T03:20:23.460Z | Compiling parse-zoneinfo v0.3.1 |
| 2374 | 2025-04-16T03:20:23.758Z | Compiling indexmap v1.9.3 |
| 2375 | 2025-04-16T03:20:24.078Z | Compiling crc8 v0.1.1 |
| 2376 | 2025-04-16T03:20:24.104Z | Compiling nodrop v0.1.14 |
| 2377 | 2025-04-16T03:20:24.248Z | Compiling opaque-debug v0.3.1 |
| 2378 | 2025-04-16T03:20:24.353Z | Compiling ref-cast v1.0.23 |
| 2379 | 2025-04-16T03:20:24.378Z | Compiling rustc-hash v2.1.1 |
| 2380 | 2025-04-16T03:20:24.664Z | Compiling poly1305 v0.8.0 |
| 2381 | 2025-04-16T03:20:24.834Z | Compiling array-init v0.0.4 |
| 2382 | 2025-04-16T03:20:25.720Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2383 | 2025-04-16T03:20:25.834Z | Compiling thiserror-no-std v2.0.2 |
| 2384 | 2025-04-16T03:20:25.977Z | Compiling chrono-tz-build v0.4.0 |
| 2385 | 2025-04-16T03:20:27.152Z | Compiling smallvec v0.6.14 |
| 2386 | 2025-04-16T03:20:27.562Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2387 | 2025-04-16T03:20:27.840Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2388 | 2025-04-16T03:20:28.115Z | Compiling derive_builder_core v0.20.2 |
| 2389 | 2025-04-16T03:20:29.638Z | Compiling chacha20 v0.9.1 |
| 2390 | 2025-04-16T03:20:30.030Z | Compiling headers-core v0.3.0 |
| 2391 | 2025-04-16T03:20:30.065Z | Compiling aead v0.5.2 |
| 2392 | 2025-04-16T03:20:30.223Z | Compiling libxml v0.3.3 |
| 2393 | 2025-04-16T03:20:30.271Z | Compiling ref-cast-impl v1.0.23 |
| 2394 | 2025-04-16T03:20:30.390Z | Compiling vte_generate_state_changes v0.1.2 |
| 2395 | 2025-04-16T03:20:30.571Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2396 | 2025-04-16T03:20:30.904Z | Compiling arc-swap v1.7.1 |
| 2397 | 2025-04-16T03:20:30.953Z | Compiling termcolor v1.4.1 |
| 2398 | 2025-04-16T03:20:31.179Z | Compiling hashbrown v0.12.3 |
| 2399 | 2025-04-16T03:20:31.483Z | Compiling bitfield v0.14.0 |
| 2400 | 2025-04-16T03:20:31.756Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2401 | 2025-04-16T03:20:31.808Z | Compiling env_logger v0.10.2 |
| 2402 | 2025-04-16T03:20:33.100Z | Compiling slog-scope v4.4.0 |
| 2403 | 2025-04-16T03:20:33.907Z | Compiling vte v0.11.1 |
| 2404 | 2025-04-16T03:20:34.337Z | Compiling chacha20poly1305 v0.10.1 |
| 2405 | 2025-04-16T03:20:34.547Z | Compiling headers v0.4.0 |
| 2406 | 2025-04-16T03:20:34.651Z | Compiling samael v0.0.18 |
| 2407 | 2025-04-16T03:20:35.013Z | Compiling derive_builder_macro v0.20.2 |
| 2408 | 2025-04-16T03:20:35.289Z | Compiling polar-core v0.27.3 |
| 2409 | 2025-04-16T03:20:35.770Z | Compiling serde-hex v0.1.0 |
| 2410 | 2025-04-16T03:20:35.968Z | Compiling chrono-tz v0.10.3 |
| 2411 | 2025-04-16T03:20:36.484Z | Compiling vsss-rs v3.3.4 |
| 2412 | 2025-04-16T03:20:37.505Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2413 | 2025-04-16T03:20:39.673Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2414 | 2025-04-16T03:20:39.769Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2415 | 2025-04-16T03:20:39.884Z | Compiling ron v0.8.1 |
| 2416 | 2025-04-16T03:20:39.982Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2417 | 2025-04-16T03:20:40.275Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2418 | 2025-04-16T03:20:43.961Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2419 | 2025-04-16T03:20:44.674Z | Compiling hashbrown v0.13.2 |
| 2420 | 2025-04-16T03:20:44.879Z | Compiling strum_macros v0.24.3 |
| 2421 | 2025-04-16T03:20:45.861Z | Compiling unicase v2.7.0 |
| 2422 | 2025-04-16T03:20:46.221Z | Compiling crc-any v2.5.0 |
| 2423 | 2025-04-16T03:20:47.100Z | Compiling indoc v1.0.9 |
| 2424 | 2025-04-16T03:20:47.291Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2425 | 2025-04-16T03:20:47.444Z | Compiling object v0.30.4 |
| 2426 | 2025-04-16T03:20:52.392Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2427 | 2025-04-16T03:20:57.415Z | Compiling derive_builder v0.20.2 |
| 2428 | 2025-04-16T03:20:57.614Z | Compiling strip-ansi-escapes v0.2.0 |
| 2429 | 2025-04-16T03:20:58.795Z | Compiling slog-stdlog v4.1.1 |
| 2430 | 2025-04-16T03:20:58.833Z | Compiling papergrid v0.11.0 |
| 2431 | 2025-04-16T03:20:59.481Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2432 | 2025-04-16T03:20:59.506Z | Compiling tabled_derive v0.7.0 |
| 2433 | 2025-04-16T03:20:59.768Z | Compiling fd-lock v4.0.2 |
| 2434 | 2025-04-16T03:20:59.986Z | Compiling peg-macros v0.8.5 |
| 2435 | 2025-04-16T03:21:01.073Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2436 | 2025-04-16T03:21:01.887Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2437 | 2025-04-16T03:21:01.912Z | Compiling oso-derive v0.27.3 |
| 2438 | 2025-04-16T03:21:02.370Z | Compiling quick-xml v0.37.2 |
| 2439 | 2025-04-16T03:21:02.671Z | Compiling diesel-dtrace v0.4.2 |
| 2440 | 2025-04-16T03:21:02.962Z | Compiling path-slash v0.1.5 |
| 2441 | 2025-04-16T03:21:03.199Z | Compiling nu-ansi-term v0.50.1 |
| 2442 | 2025-04-16T03:21:04.218Z | Compiling reedline v0.38.0 |
| 2443 | 2025-04-16T03:21:06.214Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#6054a3c2) |
| 2444 | 2025-04-16T03:21:06.307Z | Compiling oso v0.27.3 |
| 2445 | 2025-04-16T03:21:09.507Z | Compiling peg v0.8.5 |
| 2446 | 2025-04-16T03:21:09.649Z | Compiling tabled v0.15.0 |
| 2447 | 2025-04-16T03:21:18.536Z | Compiling slog-envlogger v2.2.0 |
| 2448 | 2025-04-16T03:21:20.555Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2449 | 2025-04-16T03:21:22.976Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2450 | 2025-04-16T03:21:23.377Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2451 | 2025-04-16T03:21:24.110Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2452 | 2025-04-16T03:21:24.402Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2453 | 2025-04-16T03:21:25.638Z | Compiling typify-impl v0.2.0 |
| 2454 | 2025-04-16T03:21:26.721Z | Compiling pem v3.0.5 |
| 2455 | 2025-04-16T03:21:27.934Z | Compiling bb8 v0.8.5 |
| 2456 | 2025-04-16T03:21:28.498Z | Compiling bcs v0.1.6 |
| 2457 | 2025-04-16T03:21:28.818Z | Compiling fxhash v0.2.1 |
| 2458 | 2025-04-16T03:21:29.041Z | Compiling libz-sys v1.1.20 |
| 2459 | 2025-04-16T03:21:29.223Z | Compiling termtree v0.5.1 |
| 2460 | 2025-04-16T03:21:29.694Z | Compiling async-bb8-diesel v0.2.1 |
| 2461 | 2025-04-16T03:21:30.914Z | Compiling kstat-rs v0.2.4 |
| 2462 | 2025-04-16T03:21:31.658Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2463 | 2025-04-16T03:21:32.085Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2464 | 2025-04-16T03:21:33.390Z | Compiling typify-macro v0.2.0 |
| 2465 | 2025-04-16T03:21:35.955Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2466 | 2025-04-16T03:21:36.376Z | Compiling nanorand v0.7.0 |
| 2467 | 2025-04-16T03:21:36.956Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2468 | 2025-04-16T03:21:37.595Z | Compiling pin-project-internal v1.1.6 |
| 2469 | 2025-04-16T03:21:39.526Z | Compiling parking_lot_core v0.8.6 |
| 2470 | 2025-04-16T03:21:39.924Z | Compiling pin-project v1.1.6 |
| 2471 | 2025-04-16T03:21:45.093Z | Compiling flume v0.11.1 |
| 2472 | 2025-04-16T03:21:45.735Z | Compiling mime_guess v2.0.5 |
| 2473 | 2025-04-16T03:21:46.976Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2474 | 2025-04-16T03:21:47.534Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2475 | 2025-04-16T03:21:49.128Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2476 | 2025-04-16T03:21:50.933Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2477 | 2025-04-16T03:21:51.746Z | Compiling snafu-derive v0.8.5 |
| 2478 | 2025-04-16T03:21:53.632Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2479 | 2025-04-16T03:21:54.064Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2480 | 2025-04-16T03:21:55.146Z | Compiling snafu v0.8.5 |
| 2481 | 2025-04-16T03:21:57.460Z | Compiling typify v0.2.0 |
| 2482 | 2025-04-16T03:21:57.608Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2483 | 2025-04-16T03:22:03.123Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2484 | 2025-04-16T03:22:08.575Z | Compiling globset v0.4.15 |
| 2485 | 2025-04-16T03:22:13.613Z | Compiling olpc-cjson v0.1.4 |
| 2486 | 2025-04-16T03:22:13.924Z | Compiling vergen v8.3.2 |
| 2487 | 2025-04-16T03:22:14.269Z | Compiling castaway v0.2.3 |
| 2488 | 2025-04-16T03:22:14.467Z | Compiling nibble_vec v0.1.0 |
| 2489 | 2025-04-16T03:22:14.708Z | Compiling cargo-platform v0.1.8 |
| 2490 | 2025-04-16T03:22:15.139Z | Compiling serde_plain v1.0.2 |
| 2491 | 2025-04-16T03:22:15.628Z | Compiling atty v0.2.14 |
| 2492 | 2025-04-16T03:22:15.819Z | Compiling io-lifetimes v1.0.11 |
| 2493 | 2025-04-16T03:22:16.270Z | Compiling http-range v0.1.5 |
| 2494 | 2025-04-16T03:22:16.465Z | Compiling endian-type v0.1.2 |
| 2495 | 2025-04-16T03:22:16.710Z | Compiling salty v0.3.0 |
| 2496 | 2025-04-16T03:22:16.782Z | Compiling typed-path v0.9.3 |
| 2497 | 2025-04-16T03:22:17.133Z | Compiling radix_trie v0.2.1 |
| 2498 | 2025-04-16T03:22:18.359Z | Compiling cargo_metadata v0.18.1 |
| 2499 | 2025-04-16T03:22:19.845Z | Compiling tough v0.20.0 |
| 2500 | 2025-04-16T03:22:20.649Z | Compiling compact_str v0.8.0 |
| 2501 | 2025-04-16T03:22:20.865Z | Compiling git2 v0.19.0 |
| 2502 | 2025-04-16T03:22:22.771Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2503 | 2025-04-16T03:22:22.898Z | Compiling progenitor-impl v0.8.0 |
| 2504 | 2025-04-16T03:22:27.509Z | Compiling parking_lot v0.11.2 |
| 2505 | 2025-04-16T03:22:28.972Z | Compiling ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
| 2506 | 2025-04-16T03:22:29.300Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2507 | 2025-04-16T03:22:31.234Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2508 | 2025-04-16T03:22:32.531Z | Compiling unicode-truncate v1.1.0 |
| 2509 | 2025-04-16T03:22:32.827Z | Compiling lru v0.12.5 |
| 2510 | 2025-04-16T03:22:33.145Z | Compiling rand_seeder v0.3.0 |
| 2511 | 2025-04-16T03:22:33.520Z | Compiling lzma-sys v0.1.20 |
| 2512 | 2025-04-16T03:22:34.131Z | Compiling instability v0.3.2 |
| 2513 | 2025-04-16T03:22:34.689Z | Compiling parse-size v1.1.0 |
| 2514 | 2025-04-16T03:22:34.947Z | Compiling cassowary v0.3.0 |
| 2515 | 2025-04-16T03:22:34.973Z | Compiling indoc v2.0.6 |
| 2516 | 2025-04-16T03:22:34.998Z | Compiling rustls v0.21.12 |
| 2517 | 2025-04-16T03:22:35.291Z | Compiling rustix v0.37.28 |
| 2518 | 2025-04-16T03:22:35.693Z | Compiling ratatui v0.29.0 |
| 2519 | 2025-04-16T03:22:35.719Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2520 | 2025-04-16T03:22:36.111Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2521 | 2025-04-16T03:22:36.140Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2522 | 2025-04-16T03:22:36.338Z | Compiling hyper-staticfile v0.10.1 |
| 2523 | 2025-04-16T03:22:37.898Z | Compiling sled v0.34.7 |
| 2524 | 2025-04-16T03:22:38.422Z | Compiling progenitor-macro v0.8.0 |
| 2525 | 2025-04-16T03:22:47.795Z | Compiling hickory-client v0.24.4 |
| 2526 | 2025-04-16T03:22:51.631Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2527 | 2025-04-16T03:22:51.812Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2528 | 2025-04-16T03:22:52.201Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2529 | 2025-04-16T03:22:52.522Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2530 | 2025-04-16T03:22:52.645Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8452936a53c3b16e53cbbf4e34e5e59899afc965#8452936a) |
| 2531 | 2025-04-16T03:22:53.949Z | Compiling hickory-server v0.24.4 |
| 2532 | 2025-04-16T03:22:56.370Z | Compiling primeorder v0.13.6 |
| 2533 | 2025-04-16T03:22:56.859Z | Compiling progenitor-client v0.8.0 |
| 2534 | 2025-04-16T03:22:57.615Z | Compiling rustls-webpki v0.101.7 |
| 2535 | 2025-04-16T03:23:00.789Z | Compiling sct v0.7.1 |
| 2536 | 2025-04-16T03:23:01.200Z | Compiling heck v0.3.3 |
| 2537 | 2025-04-16T03:23:01.263Z | Compiling env_filter v0.1.2 |
| 2538 | 2025-04-16T03:23:01.495Z | Compiling csv-core v0.1.11 |
| 2539 | 2025-04-16T03:23:02.249Z | Compiling dropshot v0.12.0 |
| 2540 | 2025-04-16T03:23:02.551Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
| 2541 | 2025-04-16T03:23:02.576Z | Compiling void v1.0.2 |
| 2542 | 2025-04-16T03:23:02.761Z | Compiling lzss v0.8.2 |
| 2543 | 2025-04-16T03:23:03.019Z | Compiling csv v1.3.1 |
| 2544 | 2025-04-16T03:23:03.172Z | Compiling env_logger v0.11.5 |
| 2545 | 2025-04-16T03:23:03.197Z | Compiling zone_cfg_derive v0.1.2 |
| 2546 | 2025-04-16T03:23:04.303Z | Compiling progenitor v0.8.0 |
| 2547 | 2025-04-16T03:23:04.403Z | Compiling p384 v0.13.0 |
| 2548 | 2025-04-16T03:23:04.548Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2549 | 2025-04-16T03:23:04.868Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2550 | 2025-04-16T03:23:05.711Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2551 | 2025-04-16T03:23:06.716Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2552 | 2025-04-16T03:23:07.336Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2553 | 2025-04-16T03:23:07.798Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2554 | 2025-04-16T03:23:08.283Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2555 | 2025-04-16T03:23:08.598Z | Compiling tungstenite v0.23.0 |
| 2556 | 2025-04-16T03:23:09.093Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2557 | 2025-04-16T03:23:09.374Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2558 | 2025-04-16T03:23:09.656Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2559 | 2025-04-16T03:23:09.941Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2560 | 2025-04-16T03:23:10.602Z | Compiling nix v0.27.1 |
| 2561 | 2025-04-16T03:23:12.935Z | Compiling dropshot_endpoint v0.12.0 |
| 2562 | 2025-04-16T03:23:12.964Z | Compiling base64 v0.13.1 |
| 2563 | 2025-04-16T03:23:13.186Z | Compiling xshell-macros v0.2.7 |
| 2564 | 2025-04-16T03:23:13.624Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2565 | 2025-04-16T03:23:13.808Z | Compiling xshell v0.2.7 |
| 2566 | 2025-04-16T03:23:13.998Z | Compiling ron v0.7.1 |
| 2567 | 2025-04-16T03:23:17.703Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2568 | 2025-04-16T03:23:18.272Z | Compiling tokio-tungstenite v0.23.1 |
| 2569 | 2025-04-16T03:23:18.384Z | Compiling xz2 v0.1.7 |
| 2570 | 2025-04-16T03:23:19.017Z | Compiling tokio-rustls v0.24.1 |
| 2571 | 2025-04-16T03:23:19.428Z | Compiling terminal_size v0.2.6 |
| 2572 | 2025-04-16T03:23:19.663Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2573 | 2025-04-16T03:23:23.242Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2574 | 2025-04-16T03:23:24.721Z | Compiling zone v0.1.8 |
| 2575 | 2025-04-16T03:23:25.470Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2576 | 2025-04-16T03:23:25.628Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2577 | 2025-04-16T03:23:26.992Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2578 | 2025-04-16T03:23:27.400Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2579 | 2025-04-16T03:23:27.545Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2580 | 2025-04-16T03:23:27.958Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2581 | 2025-04-16T03:23:28.647Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2582 | 2025-04-16T03:23:32.296Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2583 | 2025-04-16T03:23:33.519Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2584 | 2025-04-16T03:23:34.785Z | Compiling rustls-pemfile v1.0.4 |
| 2585 | 2025-04-16T03:23:35.416Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2586 | 2025-04-16T03:23:35.701Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2587 | 2025-04-16T03:23:36.109Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2588 | 2025-04-16T03:23:36.495Z | Compiling signal-hook-tokio v0.3.1 |
| 2589 | 2025-04-16T03:23:36.722Z | Compiling yasna v0.5.2 |
| 2590 | 2025-04-16T03:23:37.938Z | Compiling twox-hash v2.1.0 |
| 2591 | 2025-04-16T03:23:38.614Z | Compiling unicode-linebreak v0.1.5 |
| 2592 | 2025-04-16T03:23:38.876Z | Compiling smawk v0.3.2 |
| 2593 | 2025-04-16T03:23:38.997Z | Compiling is_ci v1.2.0 |
| 2594 | 2025-04-16T03:23:39.130Z | Compiling glob v0.3.2 |
| 2595 | 2025-04-16T03:23:39.165Z | Compiling textwrap v0.16.1 |
| 2596 | 2025-04-16T03:23:39.297Z | Compiling supports-color v3.0.2 |
| 2597 | 2025-04-16T03:23:39.568Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2598 | 2025-04-16T03:23:39.663Z | Compiling rcgen v0.12.1 |
| 2599 | 2025-04-16T03:23:39.713Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2600 | 2025-04-16T03:23:40.877Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2601 | 2025-04-16T03:23:42.160Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2602 | 2025-04-16T03:23:45.855Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2603 | 2025-04-16T03:23:48.118Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2604 | 2025-04-16T03:23:48.355Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2605 | 2025-04-16T03:23:55.666Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2606 | 2025-04-16T03:24:01.970Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2607 | 2025-04-16T03:24:03.821Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2608 | 2025-04-16T03:24:04.479Z | Compiling ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client) |
| 2609 | 2025-04-16T03:24:05.781Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2610 | 2025-04-16T03:24:08.234Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2611 | 2025-04-16T03:24:11.806Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2612 | 2025-04-16T03:24:11.937Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2613 | 2025-04-16T03:24:12.278Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2614 | 2025-04-16T03:24:12.591Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2615 | 2025-04-16T03:24:15.810Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2616 | 2025-04-16T03:24:16.508Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2617 | 2025-04-16T03:24:17.683Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2618 | 2025-04-16T03:24:20.084Z | Compiling fatfs v0.3.6 |
| 2619 | 2025-04-16T03:24:22.355Z | Compiling subprocess v0.2.9 |
| 2620 | 2025-04-16T03:24:22.487Z | Compiling rtoolbox v0.0.2 |
| 2621 | 2025-04-16T03:24:22.893Z | Compiling assert_matches v1.5.0 |
| 2622 | 2025-04-16T03:24:23.957Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2623 | 2025-04-16T03:24:26.328Z | Compiling rpassword v7.3.1 |
| 2624 | 2025-04-16T03:24:26.735Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2625 | 2025-04-16T03:24:27.052Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2626 | 2025-04-16T03:24:30.427Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2627 | 2025-04-16T03:24:36.048Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2628 | 2025-04-16T03:24:52.736Z | Compiling tui-tree-widget v0.23.0 |
| 2629 | 2025-04-16T03:24:53.148Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2630 | 2025-04-16T03:24:58.722Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2631 | 2025-04-16T03:24:59.057Z | Compiling uzers v0.12.1 |
| 2632 | 2025-04-16T03:24:59.425Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2633 | 2025-04-16T03:25:01.652Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2634 | 2025-04-16T03:25:03.360Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2635 | 2025-04-16T03:25:05.427Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2636 | 2025-04-16T03:25:13.752Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2637 | 2025-04-16T03:25:17.504Z | Compiling multimap v0.10.0 |
| 2638 | 2025-04-16T03:27:10.454Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2639 | 2025-04-16T03:27:15.387Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2640 | 2025-04-16T03:33:52.153Z | Finished `release` profile [optimized] target(s) in 14m 37s |
| 2641 | 2025-04-16T03:35:24.279Z | |
| 2642 | 2025-04-16T03:35:24.279Z | real 16:11.131257174 |
| 2643 | 2025-04-16T03:35:24.279Z | user 1:48:19.458822223 |
| 2644 | 2025-04-16T03:35:24.279Z | sys 3:38.053663286 |
| 2645 | 2025-04-16T03:35:24.279Z | trap 3.173268698 |
| 2646 | 2025-04-16T03:35:24.279Z | tflt 1.070157344 |
| 2647 | 2025-04-16T03:35:24.279Z | dflt 4.506677903 |
| 2648 | 2025-04-16T03:35:24.279Z | kflt 0.024801004 |
| 2649 | 2025-04-16T03:35:24.279Z | lock 6:52:37.600022358 |
| 2650 | 2025-04-16T03:35:24.279Z | slp 5:35:41.946157668 |
| 2651 | 2025-04-16T03:35:24.279Z | lat 3:18.535607824 |
| 2652 | 2025-04-16T03:35:24.279Z | stop 2:32.761697501 |
| 2653 | 2025-04-16T03:35:24.305Z | + mapfile -t packages |
| 2654 | 2025-04-16T03:35:24.305Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2655 | 2025-04-16T03:35:25.781Z | Finished `release` profile [optimized] target(s) in 1.42s |
| 2656 | 2025-04-16T03:35:25.854Z | Running `target/release/omicron-package -t test list-outputs` |
| 2657 | 2025-04-16T03:35:25.922Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2658 | 2025-04-16T03:35:25.947Z | + ptime -m cargo build --locked --release -p xtask |
| 2659 | 2025-04-16T03:35:26.771Z | Compiling serde v1.0.219 |
| 2660 | 2025-04-16T03:35:26.771Z | Compiling rustix v0.38.37 |
| 2661 | 2025-04-16T03:35:26.796Z | Compiling serde_json v1.0.140 |
| 2662 | 2025-04-16T03:35:26.796Z | Compiling libc v0.2.171 |
| 2663 | 2025-04-16T03:35:26.796Z | Compiling syn v2.0.98 |
| 2664 | 2025-04-16T03:35:26.796Z | Compiling bitflags v2.9.0 |
| 2665 | 2025-04-16T03:35:27.168Z | Compiling usdt-impl v0.5.0 |
| 2666 | 2025-04-16T03:35:27.195Z | Compiling syn v1.0.109 |
| 2667 | 2025-04-16T03:35:27.313Z | Compiling hashbrown v0.15.1 |
| 2668 | 2025-04-16T03:35:27.427Z | Compiling log v0.4.22 |
| 2669 | 2025-04-16T03:35:27.600Z | Compiling fs-err v2.11.0 |
| 2670 | 2025-04-16T03:35:27.868Z | Compiling anyhow v1.0.97 |
| 2671 | 2025-04-16T03:35:27.918Z | Compiling once_cell v1.21.3 |
| 2672 | 2025-04-16T03:35:28.048Z | Compiling thread-id v4.2.2 |
| 2673 | 2025-04-16T03:35:28.414Z | Compiling indexmap v2.7.1 |
| 2674 | 2025-04-16T03:35:29.480Z | Compiling terminal_size v0.4.0 |
| 2675 | 2025-04-16T03:35:29.480Z | Compiling tempfile v3.13.0 |
| 2676 | 2025-04-16T03:35:29.694Z | Compiling clap_builder v4.5.35 |
| 2677 | 2025-04-16T03:35:30.047Z | Compiling proc-macro-error v1.0.4 |
| 2678 | 2025-04-16T03:35:30.878Z | Compiling tabled_derive v0.7.0 |
| 2679 | 2025-04-16T03:35:31.958Z | Compiling tabled v0.15.0 |
| 2680 | 2025-04-16T03:35:32.505Z | Compiling serde_derive v1.0.219 |
| 2681 | 2025-04-16T03:35:32.505Z | Compiling thiserror-impl v1.0.69 |
| 2682 | 2025-04-16T03:35:32.505Z | Compiling zerocopy-derive v0.7.35 |
| 2683 | 2025-04-16T03:35:32.531Z | Compiling scroll_derive v0.12.0 |
| 2684 | 2025-04-16T03:35:32.531Z | Compiling thiserror-impl v2.0.12 |
| 2685 | 2025-04-16T03:35:33.568Z | Compiling scroll v0.12.0 |
| 2686 | 2025-04-16T03:35:33.980Z | Compiling zerocopy v0.7.35 |
| 2687 | 2025-04-16T03:35:34.149Z | Compiling goblin v0.8.2 |
| 2688 | 2025-04-16T03:35:34.612Z | Compiling thiserror v1.0.69 |
| 2689 | 2025-04-16T03:35:34.772Z | Compiling pest v2.7.14 |
| 2690 | 2025-04-16T03:35:36.298Z | Compiling thiserror v2.0.12 |
| 2691 | 2025-04-16T03:35:36.467Z | Compiling clap_derive v4.5.32 |
| 2692 | 2025-04-16T03:35:37.090Z | Compiling pest_meta v2.7.14 |
| 2693 | 2025-04-16T03:35:39.517Z | Compiling pest_generator v2.7.14 |
| 2694 | 2025-04-16T03:35:39.927Z | Compiling clap v4.5.35 |
| 2695 | 2025-04-16T03:35:40.770Z | Compiling pest_derive v2.7.14 |
| 2696 | 2025-04-16T03:35:41.368Z | Compiling dtrace-parser v0.2.0 |
| 2697 | 2025-04-16T03:35:42.570Z | Compiling serde_tokenstream v0.2.2 |
| 2698 | 2025-04-16T03:35:43.060Z | Compiling serde_spanned v0.6.8 |
| 2699 | 2025-04-16T03:35:43.309Z | Compiling toml_datetime v0.6.8 |
| 2700 | 2025-04-16T03:35:43.940Z | Compiling dof v0.3.0 |
| 2701 | 2025-04-16T03:35:44.069Z | Compiling toml_edit v0.22.24 |
| 2702 | 2025-04-16T03:35:45.621Z | Compiling camino v1.1.9 |
| 2703 | 2025-04-16T03:35:46.675Z | Compiling usdt-attr-macro v0.5.0 |
| 2704 | 2025-04-16T03:35:46.872Z | Compiling usdt-macro v0.5.0 |
| 2705 | 2025-04-16T03:35:47.307Z | Compiling toml v0.8.20 |
| 2706 | 2025-04-16T03:35:47.807Z | Compiling cargo-platform v0.1.8 |
| 2707 | 2025-04-16T03:35:48.697Z | Compiling semver v1.0.25 |
| 2708 | 2025-04-16T03:35:48.931Z | Compiling usdt v0.5.0 |
| 2709 | 2025-04-16T03:35:49.903Z | Compiling cargo_metadata v0.19.2 |
| 2710 | 2025-04-16T03:35:50.090Z | Compiling cargo_toml v0.21.0 |
| 2711 | 2025-04-16T03:35:51.186Z | Compiling camino-tempfile v1.1.1 |
| 2712 | 2025-04-16T03:35:51.843Z | Compiling macaddr v1.0.1 |
| 2713 | 2025-04-16T03:36:02.798Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2714 | 2025-04-16T03:36:08.407Z | Finished `release` profile [optimized] target(s) in 42.40s |
| 2715 | 2025-04-16T03:36:08.529Z | |
| 2716 | 2025-04-16T03:36:08.529Z | real 42.559080245 |
| 2717 | 2025-04-16T03:36:08.529Z | user 4:17.204342819 |
| 2718 | 2025-04-16T03:36:08.529Z | sys 18.999707811 |
| 2719 | 2025-04-16T03:36:08.529Z | trap 0.121034869 |
| 2720 | 2025-04-16T03:36:08.529Z | tflt 0.146113792 |
| 2721 | 2025-04-16T03:36:08.529Z | dflt 0.344286731 |
| 2722 | 2025-04-16T03:36:08.529Z | kflt 0.000092225 |
| 2723 | 2025-04-16T03:36:08.529Z | lock 8:17.027053324 |
| 2724 | 2025-04-16T03:36:08.529Z | slp 13:05.633294379 |
| 2725 | 2025-04-16T03:36:08.529Z | lat 15.718606714 |
| 2726 | 2025-04-16T03:36:08.529Z | stop 17.419237288 |
| 2727 | 2025-04-16T03:36:08.555Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2728 | 2025-04-16T03:36:08.555Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2729 | 2025-04-16T03:36:08.555Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2730 | 2025-04-16T03:36:08.555Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2731 | 2025-04-16T03:36:08.555Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2732 | 2025-04-16T03:36:09.853Z | Compiling thiserror-impl v2.0.12 |
| 2733 | 2025-04-16T03:36:09.893Z | Compiling regress v0.10.3 |
| 2734 | 2025-04-16T03:36:09.919Z | Compiling ident_case v1.0.1 |
| 2735 | 2025-04-16T03:36:09.919Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2736 | 2025-04-16T03:36:09.919Z | Compiling unsafe-libyaml v0.2.11 |
| 2737 | 2025-04-16T03:36:09.953Z | Compiling match_cfg v0.1.0 |
| 2738 | 2025-04-16T03:36:09.996Z | Compiling progenitor-client v0.9.1 |
| 2739 | 2025-04-16T03:36:09.996Z | Compiling rustls v0.22.4 |
| 2740 | 2025-04-16T03:36:10.091Z | Compiling darling_core v0.20.10 |
| 2741 | 2025-04-16T03:36:10.117Z | Compiling hostname v0.3.1 |
| 2742 | 2025-04-16T03:36:10.315Z | Compiling quick-error v1.2.3 |
| 2743 | 2025-04-16T03:36:10.378Z | Compiling multer v3.1.0 |
| 2744 | 2025-04-16T03:36:10.404Z | Compiling debug-ignore v1.0.5 |
| 2745 | 2025-04-16T03:36:10.492Z | Compiling tempfile v3.13.0 |
| 2746 | 2025-04-16T03:36:10.588Z | Compiling toml v0.8.20 |
| 2747 | 2025-04-16T03:36:10.778Z | Compiling slog-json v2.6.1 |
| 2748 | 2025-04-16T03:36:11.112Z | Compiling serde_yaml v0.9.34+deprecated |
| 2749 | 2025-04-16T03:36:11.161Z | Compiling structmeta-derive v0.3.0 |
| 2750 | 2025-04-16T03:36:11.322Z | Compiling async-stream-impl v0.3.6 |
| 2751 | 2025-04-16T03:36:11.864Z | Compiling slog-bunyan v2.5.0 |
| 2752 | 2025-04-16T03:36:12.357Z | Compiling thiserror v2.0.12 |
| 2753 | 2025-04-16T03:36:12.402Z | Compiling async-stream v0.3.6 |
| 2754 | 2025-04-16T03:36:12.536Z | Compiling waitgroup v0.1.2 |
| 2755 | 2025-04-16T03:36:12.694Z | Compiling typify-impl v0.3.0 |
| 2756 | 2025-04-16T03:36:12.753Z | Compiling hex v0.4.3 |
| 2757 | 2025-04-16T03:36:12.918Z | Compiling serde_path_to_error v0.1.16 |
| 2758 | 2025-04-16T03:36:13.273Z | Compiling macaddr v1.0.1 |
| 2759 | 2025-04-16T03:36:13.299Z | Compiling structmeta v0.3.0 |
| 2760 | 2025-04-16T03:36:13.536Z | Compiling hostname v0.4.0 |
| 2761 | 2025-04-16T03:36:13.616Z | Compiling wait-timeout v0.2.0 |
| 2762 | 2025-04-16T03:36:13.697Z | Compiling dropshot v0.16.0 |
| 2763 | 2025-04-16T03:36:13.724Z | Compiling bit-vec v0.8.0 |
| 2764 | 2025-04-16T03:36:13.820Z | Compiling dropshot_endpoint v0.16.0 |
| 2765 | 2025-04-16T03:36:14.065Z | Compiling tokio-rustls v0.25.0 |
| 2766 | 2025-04-16T03:36:14.111Z | Compiling bit-set v0.8.0 |
| 2767 | 2025-04-16T03:36:14.136Z | Compiling rusty-fork v0.3.0 |
| 2768 | 2025-04-16T03:36:14.162Z | Compiling rand_xorshift v0.3.0 |
| 2769 | 2025-04-16T03:36:14.400Z | Compiling instant v0.1.13 |
| 2770 | 2025-04-16T03:36:14.444Z | Compiling unarray v0.1.4 |
| 2771 | 2025-04-16T03:36:14.484Z | Compiling test-strategy v0.4.0 |
| 2772 | 2025-04-16T03:36:14.569Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2773 | 2025-04-16T03:36:14.631Z | Compiling proptest v1.6.0 |
| 2774 | 2025-04-16T03:36:14.740Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2775 | 2025-04-16T03:36:14.767Z | Compiling parse-display-derive v0.10.0 |
| 2776 | 2025-04-16T03:36:14.827Z | Compiling darling_macro v0.20.10 |
| 2777 | 2025-04-16T03:36:15.199Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2778 | 2025-04-16T03:36:15.610Z | Compiling darling v0.20.10 |
| 2779 | 2025-04-16T03:36:15.743Z | Compiling serde_with_macros v3.12.0 |
| 2780 | 2025-04-16T03:36:15.859Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2781 | 2025-04-16T03:36:16.051Z | Compiling backoff v0.4.0 |
| 2782 | 2025-04-16T03:36:16.366Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2783 | 2025-04-16T03:36:17.026Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2784 | 2025-04-16T03:36:17.279Z | Compiling proc-macro-crate v1.3.1 |
| 2785 | 2025-04-16T03:36:17.545Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2786 | 2025-04-16T03:36:17.784Z | Compiling serde_with v3.12.0 |
| 2787 | 2025-04-16T03:36:17.911Z | Compiling heapless v0.8.0 |
| 2788 | 2025-04-16T03:36:18.046Z | Compiling parse-display v0.10.0 |
| 2789 | 2025-04-16T03:36:18.072Z | Compiling num_enum_derive v0.5.11 |
| 2790 | 2025-04-16T03:36:18.391Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2791 | 2025-04-16T03:36:18.600Z | Compiling crucible-workspace-hack v0.1.0 |
| 2792 | 2025-04-16T03:36:18.796Z | Compiling proc-macro-error v1.0.4 |
| 2793 | 2025-04-16T03:36:18.952Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2794 | 2025-04-16T03:36:19.059Z | Compiling hash32 v0.3.1 |
| 2795 | 2025-04-16T03:36:19.298Z | Compiling foreign-types-macros v0.2.3 |
| 2796 | 2025-04-16T03:36:19.371Z | Compiling smoltcp v0.11.0 |
| 2797 | 2025-04-16T03:36:19.973Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2798 | 2025-04-16T03:36:20.008Z | Compiling num_enum v0.5.11 |
| 2799 | 2025-04-16T03:36:20.216Z | Compiling foreign-types-shared v0.3.1 |
| 2800 | 2025-04-16T03:36:20.403Z | Compiling foreign-types v0.5.0 |
| 2801 | 2025-04-16T03:36:20.856Z | Compiling tabwriter v1.4.0 |
| 2802 | 2025-04-16T03:36:20.937Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2803 | 2025-04-16T03:36:21.114Z | Compiling cstr-argument v0.1.2 |
| 2804 | 2025-04-16T03:36:21.306Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2805 | 2025-04-16T03:36:21.332Z | Compiling pretty-hex v0.2.1 |
| 2806 | 2025-04-16T03:36:21.397Z | Compiling cobs v0.2.3 |
| 2807 | 2025-04-16T03:36:21.578Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2808 | 2025-04-16T03:36:21.703Z | Compiling postcard v1.0.10 |
| 2809 | 2025-04-16T03:36:21.730Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2810 | 2025-04-16T03:36:21.785Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2811 | 2025-04-16T03:36:22.016Z | Compiling colored v2.2.0 |
| 2812 | 2025-04-16T03:36:22.230Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2813 | 2025-04-16T03:36:22.302Z | Compiling winnow v0.6.20 |
| 2814 | 2025-04-16T03:36:22.533Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2815 | 2025-04-16T03:36:22.726Z | Compiling itertools v0.14.0 |
| 2816 | 2025-04-16T03:36:22.791Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2817 | 2025-04-16T03:36:23.528Z | Compiling camino-tempfile v1.1.1 |
| 2818 | 2025-04-16T03:36:23.939Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2819 | 2025-04-16T03:36:23.997Z | Compiling smf v0.2.3 |
| 2820 | 2025-04-16T03:36:24.214Z | Compiling typify-macro v0.3.0 |
| 2821 | 2025-04-16T03:36:24.518Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2822 | 2025-04-16T03:36:24.596Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2823 | 2025-04-16T03:36:25.004Z | Compiling zone_cfg_derive v0.3.0 |
| 2824 | 2025-04-16T03:36:25.139Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2825 | 2025-04-16T03:36:25.192Z | Compiling itertools v0.12.1 |
| 2826 | 2025-04-16T03:36:25.513Z | Compiling num-derive v0.4.2 |
| 2827 | 2025-04-16T03:36:25.613Z | Compiling sigpipe v0.1.3 |
| 2828 | 2025-04-16T03:36:25.764Z | Compiling jiff v0.2.6 |
| 2829 | 2025-04-16T03:36:26.135Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2830 | 2025-04-16T03:36:26.475Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2831 | 2025-04-16T03:36:26.537Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2832 | 2025-04-16T03:36:26.931Z | Compiling num-rational v0.4.2 |
| 2833 | 2025-04-16T03:36:27.201Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2834 | 2025-04-16T03:36:27.252Z | Compiling typify v0.3.0 |
| 2835 | 2025-04-16T03:36:27.394Z | Compiling progenitor-impl v0.9.1 |
| 2836 | 2025-04-16T03:36:27.792Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2837 | 2025-04-16T03:36:27.914Z | Compiling zone v0.3.1 |
| 2838 | 2025-04-16T03:36:27.970Z | Compiling num-complex v0.4.6 |
| 2839 | 2025-04-16T03:36:27.996Z | Compiling float-ord v0.3.2 |
| 2840 | 2025-04-16T03:36:28.198Z | Compiling universal-hash v0.5.1 |
| 2841 | 2025-04-16T03:36:28.224Z | Compiling opaque-debug v0.3.1 |
| 2842 | 2025-04-16T03:36:28.343Z | Compiling utf-8 v0.7.6 |
| 2843 | 2025-04-16T03:36:28.409Z | Compiling password-hash v0.5.0 |
| 2844 | 2025-04-16T03:36:28.664Z | Compiling tungstenite v0.21.0 |
| 2845 | 2025-04-16T03:36:28.839Z | Compiling num v0.4.3 |
| 2846 | 2025-04-16T03:36:28.970Z | Compiling blake2 v0.10.6 |
| 2847 | 2025-04-16T03:36:29.210Z | Compiling aead v0.5.2 |
| 2848 | 2025-04-16T03:36:29.264Z | Compiling convert_case v0.4.0 |
| 2849 | 2025-04-16T03:36:29.545Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2850 | 2025-04-16T03:36:29.571Z | Compiling keccak v0.1.5 |
| 2851 | 2025-04-16T03:36:29.974Z | Compiling base64 v0.21.7 |
| 2852 | 2025-04-16T03:36:30.000Z | Compiling derive_more v0.99.19 |
| 2853 | 2025-04-16T03:36:30.247Z | Compiling sha3 v0.10.8 |
| 2854 | 2025-04-16T03:36:30.470Z | Compiling tokio-tungstenite v0.21.0 |
| 2855 | 2025-04-16T03:36:30.537Z | Compiling argon2 v0.5.3 |
| 2856 | 2025-04-16T03:36:30.563Z | Compiling poly1305 v0.8.0 |
| 2857 | 2025-04-16T03:36:31.000Z | Compiling chacha20 v0.9.1 |
| 2858 | 2025-04-16T03:36:31.112Z | Compiling derive-where v1.2.7 |
| 2859 | 2025-04-16T03:36:31.424Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2860 | 2025-04-16T03:36:31.807Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2861 | 2025-04-16T03:36:31.847Z | Compiling semver v0.1.20 |
| 2862 | 2025-04-16T03:36:32.332Z | Compiling rustc_version v0.1.7 |
| 2863 | 2025-04-16T03:36:32.645Z | Compiling typify-impl v0.2.0 |
| 2864 | 2025-04-16T03:36:32.706Z | Compiling newline-converter v0.3.0 |
| 2865 | 2025-04-16T03:36:32.775Z | Compiling primeorder v0.13.6 |
| 2866 | 2025-04-16T03:36:32.855Z | Compiling progenitor-macro v0.9.1 |
| 2867 | 2025-04-16T03:36:32.899Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2868 | 2025-04-16T03:36:33.233Z | Compiling secrecy v0.8.0 |
| 2869 | 2025-04-16T03:36:33.420Z | Compiling owo-colors v4.2.0 |
| 2870 | 2025-04-16T03:36:33.471Z | Compiling cancel-safe-futures v0.1.5 |
| 2871 | 2025-04-16T03:36:33.627Z | Compiling linked-hash-map v0.5.6 |
| 2872 | 2025-04-16T03:36:33.837Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2873 | 2025-04-16T03:36:33.965Z | Compiling lru-cache v0.1.2 |
| 2874 | 2025-04-16T03:36:34.105Z | Compiling expectorate v1.1.0 |
| 2875 | 2025-04-16T03:36:34.170Z | Compiling newtype_derive v0.1.6 |
| 2876 | 2025-04-16T03:36:34.294Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2877 | 2025-04-16T03:36:34.483Z | Compiling resolv-conf v0.7.0 |
| 2878 | 2025-04-16T03:36:34.556Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2879 | 2025-04-16T03:36:34.842Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2880 | 2025-04-16T03:36:35.115Z | Compiling libsw-core v0.3.1 |
| 2881 | 2025-04-16T03:36:35.169Z | Compiling half v2.4.1 |
| 2882 | 2025-04-16T03:36:35.195Z | Compiling unicase v2.7.0 |
| 2883 | 2025-04-16T03:36:35.411Z | Compiling fixedbitset v0.5.7 |
| 2884 | 2025-04-16T03:36:35.513Z | Compiling ciborium-io v0.2.2 |
| 2885 | 2025-04-16T03:36:35.573Z | Compiling arc-swap v1.7.1 |
| 2886 | 2025-04-16T03:36:35.659Z | Compiling ciborium-ll v0.2.2 |
| 2887 | 2025-04-16T03:36:35.914Z | Compiling petgraph v0.7.1 |
| 2888 | 2025-04-16T03:36:36.003Z | Compiling slog-scope v4.4.0 |
| 2889 | 2025-04-16T03:36:36.029Z | Compiling libsw v3.4.0 |
| 2890 | 2025-04-16T03:36:36.090Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2891 | 2025-04-16T03:36:36.316Z | Compiling hickory-resolver v0.24.4 |
| 2892 | 2025-04-16T03:36:36.379Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2893 | 2025-04-16T03:36:36.945Z | Compiling polyval v0.6.2 |
| 2894 | 2025-04-16T03:36:37.053Z | Compiling thiserror-no-std v2.0.2 |
| 2895 | 2025-04-16T03:36:37.198Z | Compiling atomicwrites v0.4.4 |
| 2896 | 2025-04-16T03:36:37.333Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2897 | 2025-04-16T03:36:37.516Z | Compiling linear-map v1.2.0 |
| 2898 | 2025-04-16T03:36:37.852Z | Compiling parking_lot_core v0.8.6 |
| 2899 | 2025-04-16T03:36:37.980Z | Compiling libefi-sys v0.1.0 |
| 2900 | 2025-04-16T03:36:38.093Z | Compiling salty v0.3.0 |
| 2901 | 2025-04-16T03:36:38.257Z | Compiling indent_write v2.2.0 |
| 2902 | 2025-04-16T03:36:38.338Z | Compiling proc-macro-error2 v2.0.1 |
| 2903 | 2025-04-16T03:36:38.485Z | Compiling ghash v0.5.1 |
| 2904 | 2025-04-16T03:36:38.542Z | Compiling vsss-rs v3.3.4 |
| 2905 | 2025-04-16T03:36:38.763Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2906 | 2025-04-16T03:36:39.095Z | Compiling slog-stdlog v4.1.1 |
| 2907 | 2025-04-16T03:36:39.120Z | Compiling ciborium v0.2.2 |
| 2908 | 2025-04-16T03:36:40.048Z | Compiling p384 v0.13.0 |
| 2909 | 2025-04-16T03:36:40.074Z | Compiling chacha20poly1305 v0.10.1 |
| 2910 | 2025-04-16T03:36:40.232Z | Compiling num-derive v0.3.3 |
| 2911 | 2025-04-16T03:36:40.328Z | Compiling ctr v0.9.2 |
| 2912 | 2025-04-16T03:36:40.736Z | Compiling lzma-sys v0.1.20 |
| 2913 | 2025-04-16T03:36:40.944Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2914 | 2025-04-16T03:36:41.201Z | Compiling bitfield-struct v0.6.2 |
| 2915 | 2025-04-16T03:36:41.318Z | Compiling slog-dtrace v0.3.0 |
| 2916 | 2025-04-16T03:36:41.344Z | Compiling highway v1.3.0 |
| 2917 | 2025-04-16T03:36:41.630Z | Compiling papergrid v0.14.0 |
| 2918 | 2025-04-16T03:36:41.866Z | Compiling libscf-sys v1.1.0 |
| 2919 | 2025-04-16T03:36:41.997Z | Compiling aes-gcm v0.10.3 |
| 2920 | 2025-04-16T03:36:42.024Z | Compiling mime_guess v2.0.5 |
| 2921 | 2025-04-16T03:36:42.056Z | Compiling slog-envlogger v2.2.0 |
| 2922 | 2025-04-16T03:36:42.096Z | Compiling steno v0.4.1 |
| 2923 | 2025-04-16T03:36:42.320Z | Compiling tabled_derive v0.10.0 |
| 2924 | 2025-04-16T03:36:42.346Z | Compiling progenitor v0.9.1 |
| 2925 | 2025-04-16T03:36:42.387Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2926 | 2025-04-16T03:36:42.576Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8452936a53c3b16e53cbbf4e34e5e59899afc965#8452936a) |
| 2927 | 2025-04-16T03:36:42.659Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2928 | 2025-04-16T03:36:42.964Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2929 | 2025-04-16T03:36:43.837Z | Compiling typify-macro v0.2.0 |
| 2930 | 2025-04-16T03:36:44.557Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2931 | 2025-04-16T03:36:44.683Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2932 | 2025-04-16T03:36:44.798Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2933 | 2025-04-16T03:36:44.869Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2934 | 2025-04-16T03:36:45.219Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2935 | 2025-04-16T03:36:45.741Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2936 | 2025-04-16T03:36:46.133Z | Compiling heck v0.3.3 |
| 2937 | 2025-04-16T03:36:46.221Z | Compiling progenitor-client v0.8.0 |
| 2938 | 2025-04-16T03:36:46.477Z | Compiling ssh-encoding v0.2.0 |
| 2939 | 2025-04-16T03:36:46.602Z | Compiling blowfish v0.9.1 |
| 2940 | 2025-04-16T03:36:46.670Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2941 | 2025-04-16T03:36:46.819Z | Compiling typify v0.2.0 |
| 2942 | 2025-04-16T03:36:46.926Z | Compiling nibble_vec v0.1.0 |
| 2943 | 2025-04-16T03:36:46.967Z | Compiling progenitor-impl v0.8.0 |
| 2944 | 2025-04-16T03:36:47.007Z | Compiling env_filter v0.1.2 |
| 2945 | 2025-04-16T03:36:47.109Z | Compiling dropshot v0.12.0 |
| 2946 | 2025-04-16T03:36:47.169Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2947 | 2025-04-16T03:36:47.343Z | Compiling endian-type v0.1.2 |
| 2948 | 2025-04-16T03:36:47.408Z | Compiling humantime v2.1.0 |
| 2949 | 2025-04-16T03:36:47.469Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2950 | 2025-04-16T03:36:47.573Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2951 | 2025-04-16T03:36:47.599Z | Compiling radix_trie v0.2.1 |
| 2952 | 2025-04-16T03:36:47.724Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2953 | 2025-04-16T03:36:47.845Z | Compiling env_logger v0.11.5 |
| 2954 | 2025-04-16T03:36:47.870Z | Compiling bcrypt-pbkdf v0.10.0 |
| 2955 | 2025-04-16T03:36:47.907Z | Compiling ssh-cipher v0.2.0 |
| 2956 | 2025-04-16T03:36:48.161Z | Compiling zone_cfg_derive v0.1.2 |
| 2957 | 2025-04-16T03:36:48.310Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2958 | 2025-04-16T03:36:48.422Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2959 | 2025-04-16T03:36:48.489Z | Compiling tabled v0.18.0 |
| 2960 | 2025-04-16T03:36:48.851Z | Compiling parking_lot v0.11.2 |
| 2961 | 2025-04-16T03:36:48.877Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2962 | 2025-04-16T03:36:49.175Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2963 | 2025-04-16T03:36:49.571Z | Compiling qorb v0.3.1 |
| 2964 | 2025-04-16T03:36:49.606Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2965 | 2025-04-16T03:36:49.870Z | Compiling dropshot_endpoint v0.12.0 |
| 2966 | 2025-04-16T03:36:49.994Z | Compiling password-hash v0.4.2 |
| 2967 | 2025-04-16T03:36:50.080Z | Compiling gethostname v0.5.0 |
| 2968 | 2025-04-16T03:36:50.295Z | Compiling fxhash v0.2.1 |
| 2969 | 2025-04-16T03:36:50.523Z | Compiling same-file v1.0.6 |
| 2970 | 2025-04-16T03:36:50.738Z | Compiling xshell-macros v0.2.7 |
| 2971 | 2025-04-16T03:36:50.797Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2972 | 2025-04-16T03:36:51.088Z | Compiling base64 v0.13.1 |
| 2973 | 2025-04-16T03:36:51.312Z | Compiling http-range v0.1.5 |
| 2974 | 2025-04-16T03:36:51.375Z | Compiling xshell v0.2.7 |
| 2975 | 2025-04-16T03:36:51.612Z | Compiling ron v0.7.1 |
| 2976 | 2025-04-16T03:36:52.386Z | Compiling progenitor-macro v0.8.0 |
| 2977 | 2025-04-16T03:36:52.415Z | Compiling walkdir v2.5.0 |
| 2978 | 2025-04-16T03:36:53.057Z | Compiling sled v0.34.7 |
| 2979 | 2025-04-16T03:36:53.104Z | Compiling pbkdf2 v0.11.0 |
| 2980 | 2025-04-16T03:36:53.350Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2981 | 2025-04-16T03:36:53.431Z | Compiling xz2 v0.1.7 |
| 2982 | 2025-04-16T03:36:53.624Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2983 | 2025-04-16T03:36:53.721Z | Compiling zone v0.1.8 |
| 2984 | 2025-04-16T03:36:53.974Z | Compiling ssh-key v0.6.6 |
| 2985 | 2025-04-16T03:36:54.452Z | Compiling hickory-client v0.24.4 |
| 2986 | 2025-04-16T03:36:54.883Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8452936a53c3b16e53cbbf4e34e5e59899afc965#8452936a) |
| 2987 | 2025-04-16T03:36:55.015Z | Compiling p256 v0.13.2 |
| 2988 | 2025-04-16T03:36:55.575Z | Compiling p521 v0.13.3 |
| 2989 | 2025-04-16T03:36:55.662Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2990 | 2025-04-16T03:36:56.285Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2991 | 2025-04-16T03:36:57.217Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2992 | 2025-04-16T03:36:57.325Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2993 | 2025-04-16T03:36:59.444Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2994 | 2025-04-16T03:36:59.621Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2995 | 2025-04-16T03:36:59.781Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2996 | 2025-04-16T03:37:00.386Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2997 | 2025-04-16T03:37:00.779Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2998 | 2025-04-16T03:37:01.857Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2999 | 2025-04-16T03:37:02.506Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3000 | 2025-04-16T03:37:02.532Z | Compiling progenitor v0.8.0 |
| 3001 | 2025-04-16T03:37:02.772Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3002 | 2025-04-16T03:37:02.798Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3003 | 2025-04-16T03:37:02.829Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3004 | 2025-04-16T03:37:02.914Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3005 | 2025-04-16T03:37:03.563Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3006 | 2025-04-16T03:37:03.869Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3007 | 2025-04-16T03:37:04.179Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3008 | 2025-04-16T03:37:04.920Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3009 | 2025-04-16T03:37:05.084Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3010 | 2025-04-16T03:37:05.712Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3011 | 2025-04-16T03:37:05.740Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3012 | 2025-04-16T03:37:06.661Z | Compiling hickory-server v0.24.4 |
| 3013 | 2025-04-16T03:37:06.992Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3014 | 2025-04-16T03:37:07.421Z | Compiling pem v3.0.5 |
| 3015 | 2025-04-16T03:37:08.109Z | Compiling yasna v0.5.2 |
| 3016 | 2025-04-16T03:37:08.231Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3017 | 2025-04-16T03:37:08.355Z | Compiling headers-core v0.3.0 |
| 3018 | 2025-04-16T03:37:08.465Z | Compiling kstat-rs v0.2.4 |
| 3019 | 2025-04-16T03:37:08.561Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3020 | 2025-04-16T03:37:08.678Z | Compiling nanorand v0.7.0 |
| 3021 | 2025-04-16T03:37:09.120Z | Compiling atty v0.2.14 |
| 3022 | 2025-04-16T03:37:09.250Z | Compiling russh-cryptovec v0.7.3 |
| 3023 | 2025-04-16T03:37:09.290Z | Compiling md5 v0.7.0 |
| 3024 | 2025-04-16T03:37:09.547Z | Compiling crc8 v0.1.1 |
| 3025 | 2025-04-16T03:37:09.572Z | Compiling russh-keys v0.45.0 |
| 3026 | 2025-04-16T03:37:09.740Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3027 | 2025-04-16T03:37:09.766Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 3028 | 2025-04-16T03:37:10.253Z | Compiling flume v0.11.1 |
| 3029 | 2025-04-16T03:37:10.814Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3030 | 2025-04-16T03:37:12.073Z | Compiling rcgen v0.12.1 |
| 3031 | 2025-04-16T03:37:12.509Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3032 | 2025-04-16T03:37:13.434Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3033 | 2025-04-16T03:37:13.800Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3034 | 2025-04-16T03:37:14.920Z | Compiling headers v0.4.0 |
| 3035 | 2025-04-16T03:37:15.784Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3036 | 2025-04-16T03:37:15.942Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3037 | 2025-04-16T03:37:16.373Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3038 | 2025-04-16T03:37:18.167Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3039 | 2025-04-16T03:37:18.332Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3040 | 2025-04-16T03:37:18.897Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3041 | 2025-04-16T03:37:19.164Z | Compiling ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
| 3042 | 2025-04-16T03:37:20.401Z | Compiling hyper-staticfile v0.10.1 |
| 3043 | 2025-04-16T03:37:20.459Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3044 | 2025-04-16T03:37:21.000Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 3045 | 2025-04-16T03:37:21.282Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3046 | 2025-04-16T03:37:21.391Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 3047 | 2025-04-16T03:37:21.975Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3048 | 2025-04-16T03:37:22.003Z | Compiling num-bigint v0.4.6 |
| 3049 | 2025-04-16T03:37:22.031Z | Compiling des v0.8.1 |
| 3050 | 2025-04-16T03:37:22.358Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3051 | 2025-04-16T03:37:22.720Z | Compiling subprocess v0.2.9 |
| 3052 | 2025-04-16T03:37:22.773Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3053 | 2025-04-16T03:37:23.083Z | Compiling hex-literal v0.4.1 |
| 3054 | 2025-04-16T03:37:23.262Z | Compiling display-error-chain v0.2.2 |
| 3055 | 2025-04-16T03:37:23.497Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3056 | 2025-04-16T03:37:23.527Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3057 | 2025-04-16T03:37:24.115Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3058 | 2025-04-16T03:37:24.146Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3059 | 2025-04-16T03:37:24.580Z | Compiling russh v0.45.0 |
| 3060 | 2025-04-16T03:37:25.811Z | Compiling internet-checksum v0.2.1 |
| 3061 | 2025-04-16T03:37:31.022Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3062 | 2025-04-16T03:37:32.704Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3063 | 2025-04-16T03:38:03.827Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3064 | 2025-04-16T03:38:29.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s |
| 3065 | 2025-04-16T03:38:29.866Z | |
| 3066 | 2025-04-16T03:38:29.892Z | real 2:21.278270167 |
| 3067 | 2025-04-16T03:38:29.892Z | user 11:16.825958794 |
| 3068 | 2025-04-16T03:38:29.892Z | sys 1:49.392535364 |
| 3069 | 2025-04-16T03:38:29.892Z | trap 0.312193206 |
| 3070 | 2025-04-16T03:38:29.892Z | tflt 0.211937416 |
| 3071 | 2025-04-16T03:38:29.892Z | dflt 1.129529007 |
| 3072 | 2025-04-16T03:38:29.892Z | kflt 0.000161432 |
| 3073 | 2025-04-16T03:38:29.892Z | lock 20:50.264276105 |
| 3074 | 2025-04-16T03:38:29.892Z | slp 40:09.411884864 |
| 3075 | 2025-04-16T03:38:29.892Z | lat 39.913691712 |
| 3076 | 2025-04-16T03:38:29.892Z | stop 1:46.630569539 |
| 3077 | 2025-04-16T03:38:29.892Z | + mkdir tests |
| 3078 | 2025-04-16T03:38:29.892Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3079 | 2025-04-16T03:38:29.892Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3080 | 2025-04-16T03:38:29.918Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e4664b564b81936a tests/ |
| 3081 | 2025-04-16T03:38:29.943Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-d38a8affd2752b2d tests/ |
| 3082 | 2025-04-16T03:38:29.969Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-dffd035dd78ff83d tests/ |
| 3083 | 2025-04-16T03:38:29.995Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fd0dfdf5552cc7db tests/ |
| 3084 | 2025-04-16T03:38:30.258Z | + 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/*) |
| 3085 | 2025-04-16T03:38:30.284Z | + 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-d38a8affd2752b2d tests/commtest-dffd035dd78ff83d tests/dhcp_server-e4664b564b81936a tests/end_to_end_tests-fd0dfdf5552cc7db 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 |
| 3086 | 2025-04-16T03:40:03.712Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3087 | 2025-04-16T03:40:03.712Z | a .github/buildomat/ci-env.sh 1K |
| 3088 | 2025-04-16T03:40:03.712Z | a out/target/test 1K |
| 3089 | 2025-04-16T03:40:03.712Z | a out/npuzone/npuzone 23144K |
| 3090 | 2025-04-16T03:40:03.712Z | a package-manifest.toml 33K |
| 3091 | 2025-04-16T03:40:03.713Z | a smf/sled-agent/non-gimlet/config.toml 5K |
| 3092 | 2025-04-16T03:40:03.713Z | a target/release/omicron-package 40063K |
| 3093 | 2025-04-16T03:40:03.713Z | a target/release/xtask 10725K |
| 3094 | 2025-04-16T03:40:03.713Z | a target/debug/bootstrap 210200K |
| 3095 | 2025-04-16T03:40:03.713Z | a tests/bootstrap-d38a8affd2752b2d 23833K |
| 3096 | 2025-04-16T03:40:03.713Z | a tests/commtest-dffd035dd78ff83d 24620K |
| 3097 | 2025-04-16T03:40:03.713Z | a tests/dhcp_server-e4664b564b81936a 23833K |
| 3098 | 2025-04-16T03:40:03.713Z | a tests/end_to_end_tests-fd0dfdf5552cc7db 266163K |
| 3099 | 2025-04-16T03:40:03.713Z | a out/clickhouse.tar.gz 306776K |
| 3100 | 2025-04-16T03:40:03.713Z | a out/clickhouse_keeper.tar.gz 292114K |
| 3101 | 2025-04-16T03:40:03.713Z | a out/clickhouse_server.tar.gz 306745K |
| 3102 | 2025-04-16T03:40:03.713Z | a out/cockroachdb.tar.gz 144869K |
| 3103 | 2025-04-16T03:40:03.713Z | a out/crucible-dtrace.tar 99K |
| 3104 | 2025-04-16T03:40:03.713Z | a out/crucible-pantry-zone.tar.gz 33824K |
| 3105 | 2025-04-16T03:40:03.713Z | a out/crucible-zone.tar.gz 42354K |
| 3106 | 2025-04-16T03:40:03.713Z | a out/external-dns.tar.gz 45846K |
| 3107 | 2025-04-16T03:40:03.713Z | a out/internal-dns.tar.gz 45846K |
| 3108 | 2025-04-16T03:40:03.713Z | a out/mg-ddm-gz.tar 65611K |
| 3109 | 2025-04-16T03:40:03.713Z | a out/nexus.tar.gz 111625K |
| 3110 | 2025-04-16T03:40:03.713Z | a out/ntp.tar.gz 14989K |
| 3111 | 2025-04-16T03:40:03.713Z | a out/omicron-gateway-softnpu.tar.gz 25214K |
| 3112 | 2025-04-16T03:40:03.713Z | a out/omicron-sled-agent.tar 127617K |
| 3113 | 2025-04-16T03:40:03.713Z | a out/overlay.tar.gz 3K |
| 3114 | 2025-04-16T03:40:03.713Z | a out/oximeter.tar.gz 56371K |
| 3115 | 2025-04-16T03:40:03.713Z | a out/oxlog.tar 3755K |
| 3116 | 2025-04-16T03:40:03.713Z | a out/probe.tar.gz 2764K |
| 3117 | 2025-04-16T03:40:03.713Z | a out/propolis-server.tar.gz 68877K |
| 3118 | 2025-04-16T03:40:03.713Z | a out/pumpkind-gz.tar 26648K |
| 3119 | 2025-04-16T03:40:03.713Z | a out/switch-softnpu.tar.gz 273653K |
| 3120 | 2025-04-16T03:40:03.739Z | |
| 3121 | 2025-04-16T03:40:03.739Z | real 1:33.456604001 |
| 3122 | 2025-04-16T03:40:03.739Z | user 1:26.164787331 |
| 3123 | 2025-04-16T03:40:03.739Z | sys 8.691726110 |
| 3124 | 2025-04-16T03:40:03.739Z | trap 0.028251074 |
| 3125 | 2025-04-16T03:40:03.739Z | tflt 0.000000000 |
| 3126 | 2025-04-16T03:40:03.739Z | dflt 0.000000000 |
| 3127 | 2025-04-16T03:40:03.739Z | kflt 0.000000000 |
| 3128 | 2025-04-16T03:40:03.739Z | lock 0.000000000 |
| 3129 | 2025-04-16T03:40:03.739Z | slp 1:26.473148603 |
| 3130 | 2025-04-16T03:40:03.739Z | lat 5.548808359 |
| 3131 | 2025-04-16T03:40:03.739Z | stop 0.000358009 |
| 3132 | 2025-04-16T03:40:03.739Z | process exited: duration 1888911 ms, exit code 0 |
| |
| 3133 | 2025-04-16T03:40:03.827Z | found 1 output files |
| 3134 | 2025-04-16T03:40:03.827Z | uploading: /work/package.tar.gz (2048705031 bytes) |
| 3135 | 2025-04-16T03:42:44.204Z | uploaded: /work/package.tar.gz |