|
|
|
| 1 | 2025-04-30T20:08:38.842Z | job assigned to worker 01JT44ZZ8V8HC1Z9K5JB924EPR [factory aws, i-0f8e6014c531018ea] (queued for 57 s) |
| |
| 2 | 2025-04-30T20:08:47.694Z | starting task 0: "setup" |
| 3 | 2025-04-30T20:08:47.699Z | ++ uname -s |
| 4 | 2025-04-30T20:08:47.702Z | + kern=SunOS |
| 5 | 2025-04-30T20:08:47.702Z | + build_user=build |
| 6 | 2025-04-30T20:08:47.702Z | + build_uid=12345 |
| 7 | 2025-04-30T20:08:47.702Z | + work_dir=/work |
| 8 | 2025-04-30T20:08:47.702Z | + input_dir=/input |
| 9 | 2025-04-30T20:08:47.702Z | + [[ 0 == 12345 ]] |
| 10 | 2025-04-30T20:08:47.702Z | + case "$kern" in |
| 11 | 2025-04-30T20:08:47.702Z | + groupadd -g 12345 build |
| 12 | 2025-04-30T20:08:47.706Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-04-30T20:08:49.711Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-04-30T20:08:49.829Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-04-30T20:08:49.834Z | + home_fs=zfs |
| 16 | 2025-04-30T20:08:49.834Z | + [[ zfs == autofs ]] |
| 17 | 2025-04-30T20:08:49.834Z | + mkdir -p /home/build |
| 18 | 2025-04-30T20:08:49.837Z | + chown build:build /home/build /work |
| 19 | 2025-04-30T20:08:51.836Z | + chmod 0700 /home/build /work |
| 20 | 2025-04-30T20:08:51.839Z | process exited: duration 4146 ms, exit code 0 |
| |
| 21 | 2025-04-30T20:08:51.846Z | starting task 1: "rust-toolchain" |
| 22 | 2025-04-30T20:08:51.852Z | + printf ' * rust toolchain channel = "%s"\n' 1.86.0 |
| 23 | 2025-04-30T20:08:51.852Z | * rust toolchain channel = "1.86.0" |
| 24 | 2025-04-30T20:08:51.852Z | * rust toolchain profile = "default" |
| 25 | 2025-04-30T20:08:51.852Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-04-30T20:08:51.852Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-04-30T20:08:51.852Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-04-30T20:08:51.855Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-04-30T20:08:51.855Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.86.0 --profile default |
| 30 | 2025-04-30T20:08:51.970Z | info: downloading installer |
| 31 | 2025-04-30T20:08:53.605Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-04-30T20:08:53.605Z | warn: /opt/ooce/bin |
| 33 | 2025-04-30T20:08:53.605Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-04-30T20:08:53.605Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-04-30T20:08:53.605Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-04-30T20:08:53.605Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-04-30T20:08:53.606Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-04-30T20:08:53.606Z | error: cannot install while Rust is installed |
| 39 | 2025-04-30T20:08:53.606Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-04-30T20:08:53.630Z | info: profile set to 'default' |
| 41 | 2025-04-30T20:08:53.630Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-04-30T20:08:53.634Z | info: syncing channel updates for '1.86.0-x86_64-unknown-illumos' |
| 43 | 2025-04-30T20:08:53.827Z | info: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31) |
| 44 | 2025-04-30T20:08:53.827Z | info: downloading component 'cargo' |
| 45 | 2025-04-30T20:08:54.901Z | info: downloading component 'clippy' |
| 46 | 2025-04-30T20:08:55.222Z | info: downloading component 'rust-docs' |
| 47 | 2025-04-30T20:08:56.831Z | info: downloading component 'rust-std' |
| 48 | 2025-04-30T20:08:58.385Z | info: downloading component 'rustc' |
| 49 | 2025-04-30T20:09:04.570Z | info: downloading component 'rustfmt' |
| 50 | 2025-04-30T20:09:04.810Z | info: installing component 'cargo' |
| 51 | 2025-04-30T20:09:05.663Z | info: installing component 'clippy' |
| 52 | 2025-04-30T20:09:06.055Z | info: installing component 'rust-docs' |
| 53 | 2025-04-30T20:09:07.973Z | info: installing component 'rust-std' |
| 54 | 2025-04-30T20:09:09.727Z | info: installing component 'rustc' |
| 55 | 2025-04-30T20:09:16.190Z | info: installing component 'rustfmt' |
| 56 | 2025-04-30T20:09:16.524Z | |
| 57 | 2025-04-30T20:09:16.524Z | info: default toolchain set to '1.86.0-x86_64-unknown-illumos' |
| 58 | 2025-04-30T20:09:16.945Z | 1.86.0-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31) |
| 59 | 2025-04-30T20:09:16.945Z | |
| 60 | 2025-04-30T20:09:16.948Z | |
| 61 | 2025-04-30T20:09:16.948Z | Rust is installed now. Great! |
| 62 | 2025-04-30T20:09:16.948Z | |
| 63 | 2025-04-30T20:09:16.948Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-04-30T20:09:16.948Z | environment variable. This has not been done automatically. |
| 65 | 2025-04-30T20:09:16.948Z | |
| 66 | 2025-04-30T20:09:16.948Z | To configure your current shell, you need to source |
| 67 | 2025-04-30T20:09:16.948Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-04-30T20:09:16.948Z | |
| 69 | 2025-04-30T20:09:16.950Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-04-30T20:09:16.950Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-04-30T20:09:16.950Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-04-30T20:09:16.950Z | source "$HOME/.cargo/env.nu" # For nushell |
| 73 | 2025-04-30T20:09:17.032Z | + rustup --version |
| 74 | 2025-04-30T20:09:17.043Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
| 75 | 2025-04-30T20:09:17.044Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-04-30T20:09:17.074Z | info: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)` |
| 77 | 2025-04-30T20:09:17.077Z | + cargo --version |
| 78 | 2025-04-30T20:09:17.098Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
| 79 | 2025-04-30T20:09:17.101Z | + rustc --version |
| 80 | 2025-04-30T20:09:17.127Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
| 81 | 2025-04-30T20:09:17.131Z | process exited: duration 25281 ms, exit code 0 |
| |
| 82 | 2025-04-30T20:09:17.137Z | starting task 2: "authentication" |
| 83 | 2025-04-30T20:09:17.160Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2025-04-30T20:09:17.167Z | starting task 3: "clone repository" |
| 85 | 2025-04-30T20:09:17.171Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-04-30T20:09:17.175Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-04-30T20:09:17.289Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-04-30T20:09:24.435Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-04-30T20:09:24.435Z | + git fetch origin 16a4c5675d86bcda0a448e8ffdda0b327cdeba13 |
| 90 | 2025-04-30T20:09:24.742Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-04-30T20:09:24.742Z | * branch 16a4c5675d86bcda0a448e8ffdda0b327cdeba13 -> FETCH_HEAD |
| 92 | 2025-04-30T20:09:24.753Z | + [[ -n john/sled-agent-config-reconciler-1 ]] |
| 93 | 2025-04-30T20:09:24.757Z | ++ git branch --show-current |
| 94 | 2025-04-30T20:09:24.760Z | + current=main |
| 95 | 2025-04-30T20:09:24.760Z | + [[ main != john/sled-agent-config-reconciler-1 ]] |
| 96 | 2025-04-30T20:09:24.760Z | + git branch -f john/sled-agent-config-reconciler-1 16a4c5675d86bcda0a448e8ffdda0b327cdeba13 |
| 97 | 2025-04-30T20:09:24.764Z | + git checkout -f john/sled-agent-config-reconciler-1 |
| 98 | 2025-04-30T20:09:25.307Z | Switched to branch 'john/sled-agent-config-reconciler-1' |
| 99 | 2025-04-30T20:09:25.312Z | + git reset --hard 16a4c5675d86bcda0a448e8ffdda0b327cdeba13 |
| 100 | 2025-04-30T20:09:25.312Z | HEAD is now at 16a4c5675 make trait futures Send |
| 101 | 2025-04-30T20:09:25.312Z | process exited: duration 7828 ms, exit code 0 |
| |
| 102 | 2025-04-30T20:09:25.324Z | starting task 4: "build" |
| 103 | 2025-04-30T20:09:25.329Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-04-30T20:09:25.329Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-04-30T20:09:25.329Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-04-30T20:09:25.329Z | + cargo --version |
| 107 | 2025-04-30T20:09:25.388Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
| 108 | 2025-04-30T20:09:25.395Z | + rustc --version |
| 109 | 2025-04-30T20:09:25.459Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
| 110 | 2025-04-30T20:09:25.462Z | + WORK=/work |
| 111 | 2025-04-30T20:09:25.462Z | + pfexec mkdir -p /work |
| 112 | 2025-04-30T20:09:25.466Z | + pfexec chown build /work |
| 113 | 2025-04-30T20:09:25.469Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2025-04-30T20:09:27.862Z | pkg list: illegal option -- F |
| 115 | 2025-04-30T20:09:27.862Z | Usage: |
| 116 | 2025-04-30T20:09:27.865Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 117 | 2025-04-30T20:09:27.865Z | [pkg_fmri_pattern ...] |
| 118 | 2025-04-30T20:09:28.710Z | pkg list: illegal option -- F |
| 119 | 2025-04-30T20:09:28.710Z | Usage: |
| 120 | 2025-04-30T20:09:28.710Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 121 | 2025-04-30T20:09:28.710Z | [pkg_fmri_pattern ...] |
| 122 | 2025-04-30T20:09:36.142Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 123 | 2025-04-30T20:09:41.844Z | Startup: Caching catalogs ... Done |
| 124 | 2025-04-30T20:10:02.918Z | Planning: Solver setup ... Done (19.925s) |
| 125 | 2025-04-30T20:10:03.121Z | Planning: Running solver ... Done (0.203s) |
| 126 | 2025-04-30T20:10:03.359Z | Planning: Finding local manifests ... Done (0.077s) |
| 127 | 2025-04-30T20:10:03.386Z | Planning: Fetching manifests: 0/7 0% complete |
| 128 | 2025-04-30T20:10:03.725Z | Planning: Fetching manifests: 7/7 100% complete |
| 129 | 2025-04-30T20:10:03.989Z | Planning: Package planning ... Done (0.265s) |
| 130 | 2025-04-30T20:10:04.046Z | Planning: Merging actions ... Done (0.057s) |
| 131 | 2025-04-30T20:10:04.386Z | Planning: Checking for conflicting actions ... Done (0.340s) |
| 132 | 2025-04-30T20:10:08.345Z | Planning: Consolidating action changes ... Done (3.958s) |
| 133 | 2025-04-30T20:10:08.772Z | Planning: Evaluating mediators ... Done (0.427s) |
| 134 | 2025-04-30T20:10:09.011Z | Planning: Planning completed in 27.05 seconds |
| 135 | 2025-04-30T20:10:09.027Z | Packages to install: 4 |
| 136 | 2025-04-30T20:10:09.027Z | Packages to update: 3 |
| 137 | 2025-04-30T20:10:09.027Z | Mediators to change: 2 |
| 138 | 2025-04-30T20:10:09.027Z | Services to change: 1 |
| 139 | 2025-04-30T20:10:09.027Z | Estimated space available: 155.56 GB |
| 140 | 2025-04-30T20:10:09.031Z | Estimated space to be consumed: 1.71 GB |
| 141 | 2025-04-30T20:10:09.031Z | Create boot environment: No |
| 142 | 2025-04-30T20:10:09.031Z | Create backup boot environment: Yes |
| 143 | 2025-04-30T20:10:09.031Z | Rebuild boot archive: No |
| 144 | 2025-04-30T20:10:09.031Z | |
| 145 | 2025-04-30T20:10:09.031Z | Changed mediators: |
| 146 | 2025-04-30T20:10:09.031Z | mediator clang: |
| 147 | 2025-04-30T20:10:09.031Z | version: None -> 15 (system default) |
| 148 | 2025-04-30T20:10:09.031Z | |
| 149 | 2025-04-30T20:10:09.031Z | mediator llvm: |
| 150 | 2025-04-30T20:10:09.031Z | version: 14 (system default) -> 15 (system default) |
| 151 | 2025-04-30T20:10:09.031Z | |
| 152 | 2025-04-30T20:10:09.031Z | Changed packages: |
| 153 | 2025-04-30T20:10:09.032Z | helios-dev |
| 154 | 2025-04-30T20:10:09.032Z | developer/build-essential |
| 155 | 2025-04-30T20:10:09.032Z | None -> 11-2.0 |
| 156 | 2025-04-30T20:10:09.032Z | library/libxmlsec1 |
| 157 | 2025-04-30T20:10:09.032Z | None -> 1.2.35-2.0 |
| 158 | 2025-04-30T20:10:09.032Z | ooce/developer/clang-15 |
| 159 | 2025-04-30T20:10:09.032Z | None -> 15.0.7-2.0 |
| 160 | 2025-04-30T20:10:09.032Z | ooce/developer/llvm-15 |
| 161 | 2025-04-30T20:10:09.032Z | None -> 15.0.7-2.0 |
| 162 | 2025-04-30T20:10:09.032Z | package/pkg |
| 163 | 2025-04-30T20:10:09.032Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 164 | 2025-04-30T20:10:09.032Z | system/library/g++-runtime |
| 165 | 2025-04-30T20:10:09.032Z | 13-2.0 -> 14-2.0 |
| 166 | 2025-04-30T20:10:09.032Z | system/library/gcc-runtime |
| 167 | 2025-04-30T20:10:09.032Z | 13-2.0 -> 14-2.0 |
| 168 | 2025-04-30T20:10:09.032Z | |
| 169 | 2025-04-30T20:10:09.032Z | Services: |
| 170 | 2025-04-30T20:10:09.032Z | restart_fmri: |
| 171 | 2025-04-30T20:10:09.032Z | svc:/system/update-man-index:default |
| 172 | 2025-04-30T20:10:09.032Z | |
| 173 | 2025-04-30T20:10:09.033Z | Editable files to change: |
| 174 | 2025-04-30T20:10:09.033Z | Update: |
| 175 | 2025-04-30T20:10:09.033Z | usr/share/lib/pkg/web/config.shtml |
| 176 | 2025-04-30T20:10:09.244Z | |
| 177 | 2025-04-30T20:10:09.244Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 178 | 2025-04-30T20:10:14.244Z | Download: 1199/4301 items 83.5/225.4MB 37% complete (16.9M/s) |
| 179 | 2025-04-30T20:10:19.246Z | Download: 2530/4301 items 120.4/225.4MB 53% complete (12.1M/s) |
| 180 | 2025-04-30T20:10:25.626Z | Download: 3289/4301 items 212.6/225.4MB 94% complete (13.7M/s) |
| 181 | 2025-04-30T20:10:31.857Z | Download: 4208/4301 items 220.6/225.4MB 97% complete (10.0M/s) |
| 182 | 2025-04-30T20:10:33.862Z | Download: Completed 225.42 MB in 24.61 seconds (9.2M/s) |
| 183 | 2025-04-30T20:10:35.904Z | Actions: 1/5122 actions (Removing old actions) |
| 184 | 2025-04-30T20:10:35.922Z | Actions: 194/5122 actions (Installing new actions) |
| 185 | 2025-04-30T20:10:41.027Z | Actions: 4185/5122 actions (Installing new actions) |
| 186 | 2025-04-30T20:10:41.521Z | Actions: 4267/5122 actions (Updating modified actions) |
| 187 | 2025-04-30T20:10:41.984Z | Actions: Completed 5122 actions in 6.08 seconds. |
| 188 | 2025-04-30T20:10:42.253Z | Done (0.260s) |
| 189 | 2025-04-30T20:10:42.256Z | Done (0.001s) |
| 190 | 2025-04-30T20:10:42.983Z | Done (0.729s) |
| 191 | 2025-04-30T20:10:49.106Z | Done (5.870s) |
| 192 | 2025-04-30T20:10:49.393Z | Done (0.215s) |
| 193 | 2025-04-30T20:10:49.396Z | Done (0.000s) |
| 194 | 2025-04-30T20:10:49.541Z | Done (0.000s) |
| 195 | 2025-04-30T20:10:50.349Z | Planning: Evaluating mediator changes ... Done |
| 196 | 2025-04-30T20:10:50.516Z | Planning: Checking for conflicting actions ... Done |
| 197 | 2025-04-30T20:10:50.522Z | Planning: Consolidating action changes ... Done |
| 198 | 2025-04-30T20:10:50.795Z | Planning: Evaluating mediators ... Done |
| 199 | 2025-04-30T20:10:50.802Z | Planning: Planning completed in 0.45 seconds |
| 200 | 2025-04-30T20:10:50.836Z | Mediators to change: 2 |
| 201 | 2025-04-30T20:10:50.836Z | Create boot environment: No |
| 202 | 2025-04-30T20:10:50.836Z | Create backup boot environment: No |
| 203 | 2025-04-30T20:10:50.917Z | Done |
| 204 | 2025-04-30T20:10:50.917Z | Done |
| 205 | 2025-04-30T20:10:51.403Z | Done |
| 206 | 2025-04-30T20:10:55.278Z | Done |
| 207 | 2025-04-30T20:10:55.382Z | Done |
| 208 | 2025-04-30T20:10:55.386Z | Done |
| 209 | 2025-04-30T20:10:55.516Z | Done |
| 210 | 2025-04-30T20:10:56.144Z | Planning: Evaluating mediator changes ... Done |
| 211 | 2025-04-30T20:10:56.147Z | Planning: Merging actions ... Done |
| 212 | 2025-04-30T20:10:56.338Z | Planning: Checking for conflicting actions ... Done |
| 213 | 2025-04-30T20:10:56.341Z | Planning: Consolidating action changes ... Done |
| 214 | 2025-04-30T20:10:56.606Z | Planning: Evaluating mediators ... Done |
| 215 | 2025-04-30T20:10:56.664Z | Planning: Planning completed in 0.77 seconds |
| 216 | 2025-04-30T20:10:56.706Z | Packages to change: 1 |
| 217 | 2025-04-30T20:10:56.706Z | Mediators to change: 1 |
| 218 | 2025-04-30T20:10:56.709Z | Services to change: 1 |
| 219 | 2025-04-30T20:10:56.709Z | Create boot environment: No |
| 220 | 2025-04-30T20:10:56.709Z | Create backup boot environment: Yes |
| 221 | 2025-04-30T20:10:59.095Z | Actions: 1/6 actions (Updating modified actions) |
| 222 | 2025-04-30T20:10:59.228Z | Actions: Completed 6 actions in 0.13 seconds. |
| 223 | 2025-04-30T20:10:59.229Z | Done |
| 224 | 2025-04-30T20:10:59.229Z | Done |
| 225 | 2025-04-30T20:10:59.378Z | Done |
| 226 | 2025-04-30T20:11:03.244Z | Done |
| 227 | 2025-04-30T20:11:03.345Z | Done |
| 228 | 2025-04-30T20:11:03.349Z | Done |
| 229 | 2025-04-30T20:11:03.495Z | Done |
| 230 | 2025-04-30T20:11:03.948Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 231 | 2025-04-30T20:11:03.948Z | clang system 15 system |
| 232 | 2025-04-30T20:11:03.948Z | csh system system illumos |
| 233 | 2025-04-30T20:11:03.948Z | ctags system system illumos |
| 234 | 2025-04-30T20:11:03.948Z | gcc vendor 12 vendor |
| 235 | 2025-04-30T20:11:03.948Z | gcc system 10 system |
| 236 | 2025-04-30T20:11:03.948Z | gcc system 7 system |
| 237 | 2025-04-30T20:11:03.948Z | go system 1.20 system |
| 238 | 2025-04-30T20:11:03.948Z | go system 1.19 system |
| 239 | 2025-04-30T20:11:03.948Z | llvm system 15 system |
| 240 | 2025-04-30T20:11:03.948Z | llvm system 14 system |
| 241 | 2025-04-30T20:11:03.948Z | mariadb system 10.6 system |
| 242 | 2025-04-30T20:11:03.948Z | mta vendor vendor dma |
| 243 | 2025-04-30T20:11:03.948Z | openjdk system 17 system |
| 244 | 2025-04-30T20:11:03.948Z | openjdk system 11 system |
| 245 | 2025-04-30T20:11:03.948Z | openjdk system 1.8 system |
| 246 | 2025-04-30T20:11:03.948Z | openssl vendor 3 vendor |
| 247 | 2025-04-30T20:11:03.948Z | perl system 5.36 system |
| 248 | 2025-04-30T20:11:03.948Z | postgresql system 15 system |
| 249 | 2025-04-30T20:11:03.948Z | postgresql system 13 system |
| 250 | 2025-04-30T20:11:03.948Z | python vendor 3 vendor |
| 251 | 2025-04-30T20:11:03.948Z | python system 2 system |
| 252 | 2025-04-30T20:11:03.948Z | python3 system 3.11 system |
| 253 | 2025-04-30T20:11:03.948Z | ruby system 3.0 system |
| 254 | 2025-04-30T20:11:03.948Z | words vendor vendor american-english |
| 255 | 2025-04-30T20:11:03.949Z | words system system australian-english |
| 256 | 2025-04-30T20:11:03.949Z | words system system british-english |
| 257 | 2025-04-30T20:11:03.949Z | words system system canadian-english |
| 258 | 2025-04-30T20:11:03.949Z | words system system french |
| 259 | 2025-04-30T20:11:03.949Z | words system system italian |
| 260 | 2025-04-30T20:11:03.949Z | words system system ngerman |
| 261 | 2025-04-30T20:11:03.949Z | words system system ogerman |
| 262 | 2025-04-30T20:11:03.949Z | words system system spanish |
| 263 | 2025-04-30T20:11:04.289Z | PUBLISHER TYPE STATUS P LOCATION |
| 264 | 2025-04-30T20:11:04.289Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 265 | 2025-04-30T20:11:07.996Z | FMRI IFO |
| 266 | 2025-04-30T20:11:07.996Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 267 | 2025-04-30T20:11:07.996Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 268 | 2025-04-30T20:11:07.996Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 269 | 2025-04-30T20:11:07.996Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 270 | 2025-04-30T20:11:07.996Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 271 | 2025-04-30T20:11:07.997Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 272 | 2025-04-30T20:11:07.997Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 273 | 2025-04-30T20:11:07.997Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 274 | 2025-04-30T20:11:07.997Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 275 | 2025-04-30T20:11:07.997Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 276 | 2025-04-30T20:11:07.997Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 277 | 2025-04-30T20:11:07.997Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 278 | 2025-04-30T20:11:07.997Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 279 | 2025-04-30T20:11:07.997Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 280 | 2025-04-30T20:11:07.997Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 281 | 2025-04-30T20:11:08.931Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 282 | 2025-04-30T20:11:09.271Z | Updating git repository `https://github.com/seanmonstar/reqwest` |
| 283 | 2025-04-30T20:11:10.020Z | Updating crates.io index |
| 284 | 2025-04-30T20:11:10.055Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 285 | 2025-04-30T20:11:10.425Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 286 | 2025-04-30T20:11:11.117Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 287 | 2025-04-30T20:11:11.406Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 288 | 2025-04-30T20:11:11.665Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 289 | 2025-04-30T20:11:12.071Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 290 | 2025-04-30T20:11:13.172Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 291 | 2025-04-30T20:11:15.221Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 292 | 2025-04-30T20:11:16.046Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 293 | 2025-04-30T20:11:16.792Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 294 | 2025-04-30T20:11:17.172Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 295 | 2025-04-30T20:11:17.512Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 296 | 2025-04-30T20:11:18.194Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 297 | 2025-04-30T20:11:18.588Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 298 | 2025-04-30T20:11:19.095Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 299 | 2025-04-30T20:11:19.389Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 300 | 2025-04-30T20:11:19.750Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 301 | 2025-04-30T20:11:20.108Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 302 | 2025-04-30T20:11:20.517Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 303 | 2025-04-30T20:11:20.746Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 304 | 2025-04-30T20:11:20.991Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 305 | 2025-04-30T20:11:21.495Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 306 | 2025-04-30T20:11:21.819Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 307 | 2025-04-30T20:11:22.302Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 308 | 2025-04-30T20:11:22.617Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 309 | 2025-04-30T20:11:23.157Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 310 | 2025-04-30T20:11:23.579Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 311 | 2025-04-30T20:11:23.866Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 312 | 2025-04-30T20:11:24.260Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 313 | 2025-04-30T20:11:24.762Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 314 | 2025-04-30T20:11:25.087Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 315 | 2025-04-30T20:11:25.391Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 316 | 2025-04-30T20:11:25.663Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 317 | 2025-04-30T20:11:25.953Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 318 | 2025-04-30T20:11:35.044Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 319 | 2025-04-30T20:11:36.704Z | Downloading crates ... |
| 320 | 2025-04-30T20:11:36.778Z | Downloaded equivalent v1.0.1 |
| 321 | 2025-04-30T20:11:36.796Z | Downloaded dtrace-parser v0.2.0 |
| 322 | 2025-04-30T20:11:36.800Z | Downloaded block-buffer v0.10.4 |
| 323 | 2025-04-30T20:11:36.800Z | Downloaded zerocopy-derive v0.7.35 |
| 324 | 2025-04-30T20:11:36.805Z | Downloaded bitflags v1.3.2 |
| 325 | 2025-04-30T20:11:36.809Z | Downloaded autocfg v1.4.0 |
| 326 | 2025-04-30T20:11:36.812Z | Downloaded zerocopy v0.7.35 |
| 327 | 2025-04-30T20:11:36.823Z | Downloaded swrite v0.1.0 |
| 328 | 2025-04-30T20:11:36.827Z | Downloaded winnow v0.7.3 |
| 329 | 2025-04-30T20:11:36.834Z | Downloaded usdt-macro v0.5.0 |
| 330 | 2025-04-30T20:11:36.840Z | Downloaded usdt-attr-macro v0.5.0 |
| 331 | 2025-04-30T20:11:36.840Z | Downloaded scroll_derive v0.12.0 |
| 332 | 2025-04-30T20:11:36.840Z | Downloaded fnv v1.0.7 |
| 333 | 2025-04-30T20:11:36.843Z | Downloaded colorchoice v1.0.2 |
| 334 | 2025-04-30T20:11:36.843Z | Downloaded pretty-hex v0.4.1 |
| 335 | 2025-04-30T20:11:36.843Z | Downloaded cpufeatures v0.2.14 |
| 336 | 2025-04-30T20:11:36.848Z | Downloaded fs-err v3.1.0 |
| 337 | 2025-04-30T20:11:36.848Z | Downloaded cargo-platform v0.1.8 |
| 338 | 2025-04-30T20:11:36.848Z | Downloaded heck v0.4.1 |
| 339 | 2025-04-30T20:11:36.851Z | Downloaded errno v0.3.9 |
| 340 | 2025-04-30T20:11:36.851Z | Downloaded cfg-if v1.0.0 |
| 341 | 2025-04-30T20:11:36.851Z | Downloaded anstyle v1.0.10 |
| 342 | 2025-04-30T20:11:36.855Z | Downloaded digest v0.10.7 |
| 343 | 2025-04-30T20:11:36.855Z | Downloaded anstream v0.6.15 |
| 344 | 2025-04-30T20:11:36.858Z | Downloaded generic-array v0.14.7 |
| 345 | 2025-04-30T20:11:36.858Z | Downloaded dof v0.3.0 |
| 346 | 2025-04-30T20:11:36.858Z | Downloaded clap_derive v4.5.32 |
| 347 | 2025-04-30T20:11:36.862Z | Downloaded plain v0.2.3 |
| 348 | 2025-04-30T20:11:36.865Z | Downloaded anstyle-query v1.1.1 |
| 349 | 2025-04-30T20:11:36.865Z | Downloaded terminal_size v0.2.6 |
| 350 | 2025-04-30T20:11:36.865Z | Downloaded pest_generator v2.7.14 |
| 351 | 2025-04-30T20:11:36.868Z | Downloaded clap_lex v0.7.4 |
| 352 | 2025-04-30T20:11:36.868Z | Downloaded anstyle-parse v0.2.5 |
| 353 | 2025-04-30T20:11:36.873Z | Downloaded fastrand v2.1.1 |
| 354 | 2025-04-30T20:11:36.873Z | Downloaded camino-tempfile v1.1.1 |
| 355 | 2025-04-30T20:11:36.873Z | Downloaded macaddr v1.0.1 |
| 356 | 2025-04-30T20:11:36.878Z | Downloaded byteorder v1.5.0 |
| 357 | 2025-04-30T20:11:36.878Z | Downloaded bytecount v0.6.8 |
| 358 | 2025-04-30T20:11:36.879Z | Downloaded heck v0.5.0 |
| 359 | 2025-04-30T20:11:36.883Z | Downloaded serde_spanned v0.6.8 |
| 360 | 2025-04-30T20:11:36.883Z | Downloaded is_terminal_polyfill v1.70.1 |
| 361 | 2025-04-30T20:11:36.883Z | Downloaded utf8parse v0.2.2 |
| 362 | 2025-04-30T20:11:36.886Z | Downloaded tabled_derive v0.7.0 |
| 363 | 2025-04-30T20:11:36.886Z | Downloaded strsim v0.11.1 |
| 364 | 2025-04-30T20:11:36.890Z | Downloaded itoa v1.0.11 |
| 365 | 2025-04-30T20:11:36.890Z | Downloaded smawk v0.3.2 |
| 366 | 2025-04-30T20:11:36.898Z | Downloaded terminal_size v0.4.0 |
| 367 | 2025-04-30T20:11:36.901Z | Downloaded unicode-linebreak v0.1.5 |
| 368 | 2025-04-30T20:11:36.901Z | Downloaded scroll v0.12.0 |
| 369 | 2025-04-30T20:11:36.904Z | Downloaded thread-id v4.2.2 |
| 370 | 2025-04-30T20:11:36.904Z | Downloaded thiserror v1.0.69 |
| 371 | 2025-04-30T20:11:36.915Z | Downloaded version_check v0.9.5 |
| 372 | 2025-04-30T20:11:36.919Z | Downloaded camino v1.1.9 |
| 373 | 2025-04-30T20:11:36.919Z | Downloaded bitflags v2.9.0 |
| 374 | 2025-04-30T20:11:36.923Z | Downloaded anyhow v1.0.98 |
| 375 | 2025-04-30T20:11:36.927Z | Downloaded proc-macro-error v1.0.4 |
| 376 | 2025-04-30T20:11:36.930Z | Downloaded thiserror-impl v1.0.69 |
| 377 | 2025-04-30T20:11:36.930Z | Downloaded once_cell v1.21.3 |
| 378 | 2025-04-30T20:11:36.934Z | Downloaded usdt v0.5.0 |
| 379 | 2025-04-30T20:11:36.934Z | Downloaded thiserror v2.0.12 |
| 380 | 2025-04-30T20:11:36.937Z | Downloaded thiserror-impl v2.0.12 |
| 381 | 2025-04-30T20:11:36.941Z | Downloaded semver v1.0.25 |
| 382 | 2025-04-30T20:11:36.941Z | Downloaded serde_tokenstream v0.2.2 |
| 383 | 2025-04-30T20:11:36.945Z | Downloaded proc-macro-error-attr v1.0.4 |
| 384 | 2025-04-30T20:11:36.945Z | Downloaded memmap v0.7.0 |
| 385 | 2025-04-30T20:11:36.945Z | Downloaded quote v1.0.39 |
| 386 | 2025-04-30T20:11:36.948Z | Downloaded tempfile v3.13.0 |
| 387 | 2025-04-30T20:11:36.953Z | Downloaded crypto-common v0.1.6 |
| 388 | 2025-04-30T20:11:36.953Z | Downloaded io-lifetimes v1.0.11 |
| 389 | 2025-04-30T20:11:36.956Z | Downloaded toml_datetime v0.6.8 |
| 390 | 2025-04-30T20:11:36.956Z | Downloaded usdt-impl v0.5.0 |
| 391 | 2025-04-30T20:11:36.958Z | Downloaded sha2 v0.10.8 |
| 392 | 2025-04-30T20:11:36.962Z | Downloaded cargo_toml v0.21.0 |
| 393 | 2025-04-30T20:11:36.962Z | Downloaded cargo_metadata v0.19.2 |
| 394 | 2025-04-30T20:11:36.966Z | Downloaded toml v0.8.20 |
| 395 | 2025-04-30T20:11:36.969Z | Downloaded proc-macro2 v1.0.94 |
| 396 | 2025-04-30T20:11:36.972Z | Downloaded typenum v1.17.0 |
| 397 | 2025-04-30T20:11:36.976Z | Downloaded log v0.4.22 |
| 398 | 2025-04-30T20:11:36.976Z | Downloaded pest_meta v2.7.14 |
| 399 | 2025-04-30T20:11:36.988Z | Downloaded unicode-ident v1.0.14 |
| 400 | 2025-04-30T20:11:36.991Z | Downloaded clap v4.5.35 |
| 401 | 2025-04-30T20:11:37.002Z | Downloaded papergrid v0.11.0 |
| 402 | 2025-04-30T20:11:37.007Z | Downloaded serde_derive v1.0.219 |
| 403 | 2025-04-30T20:11:37.011Z | Downloaded ucd-trie v0.1.7 |
| 404 | 2025-04-30T20:11:37.028Z | Downloaded textwrap v0.16.1 |
| 405 | 2025-04-30T20:11:37.028Z | Downloaded pest_derive v2.7.14 |
| 406 | 2025-04-30T20:11:37.037Z | Downloaded serde v1.0.219 |
| 407 | 2025-04-30T20:11:37.047Z | Downloaded ryu v1.0.18 |
| 408 | 2025-04-30T20:11:37.059Z | Downloaded indexmap v2.7.1 |
| 409 | 2025-04-30T20:11:37.063Z | Downloaded toml_edit v0.22.24 |
| 410 | 2025-04-30T20:11:37.083Z | Downloaded memchr v2.7.4 |
| 411 | 2025-04-30T20:11:37.097Z | Downloaded pest v2.7.14 |
| 412 | 2025-04-30T20:11:37.124Z | Downloaded clap_builder v4.5.35 |
| 413 | 2025-04-30T20:11:37.131Z | Downloaded serde_json v1.0.140 |
| 414 | 2025-04-30T20:11:37.138Z | Downloaded hashbrown v0.15.1 |
| 415 | 2025-04-30T20:11:37.142Z | Downloaded goblin v0.8.2 |
| 416 | 2025-04-30T20:11:37.167Z | Downloaded tabled v0.15.0 |
| 417 | 2025-04-30T20:11:37.186Z | Downloaded syn v1.0.109 |
| 418 | 2025-04-30T20:11:37.202Z | Downloaded unicode-width v0.1.14 |
| 419 | 2025-04-30T20:11:37.212Z | Downloaded syn v2.0.98 |
| 420 | 2025-04-30T20:11:37.223Z | Downloaded rustix v0.37.28 |
| 421 | 2025-04-30T20:11:37.241Z | Downloaded rustix v0.38.37 |
| 422 | 2025-04-30T20:11:37.287Z | Downloaded libc v0.2.171 |
| 423 | 2025-04-30T20:11:37.437Z | Compiling proc-macro2 v1.0.94 |
| 424 | 2025-04-30T20:11:37.437Z | Compiling unicode-ident v1.0.14 |
| 425 | 2025-04-30T20:11:37.440Z | Compiling serde v1.0.219 |
| 426 | 2025-04-30T20:11:37.440Z | Compiling version_check v0.9.5 |
| 427 | 2025-04-30T20:11:37.440Z | Compiling libc v0.2.171 |
| 428 | 2025-04-30T20:11:37.440Z | Compiling memchr v2.7.4 |
| 429 | 2025-04-30T20:11:37.477Z | Compiling thiserror v1.0.69 |
| 430 | 2025-04-30T20:11:37.481Z | Compiling ryu v1.0.18 |
| 431 | 2025-04-30T20:11:37.709Z | Compiling ucd-trie v0.1.7 |
| 432 | 2025-04-30T20:11:37.858Z | Compiling itoa v1.0.11 |
| 433 | 2025-04-30T20:11:38.146Z | Compiling once_cell v1.21.3 |
| 434 | 2025-04-30T20:11:38.216Z | Compiling byteorder v1.5.0 |
| 435 | 2025-04-30T20:11:38.503Z | Compiling serde_json v1.0.140 |
| 436 | 2025-04-30T20:11:38.595Z | Compiling rustix v0.38.37 |
| 437 | 2025-04-30T20:11:38.846Z | Compiling bitflags v2.9.0 |
| 438 | 2025-04-30T20:11:38.919Z | Compiling usdt-impl v0.5.0 |
| 439 | 2025-04-30T20:11:39.057Z | Compiling proc-macro-error-attr v1.0.4 |
| 440 | 2025-04-30T20:11:39.143Z | Compiling io-lifetimes v1.0.11 |
| 441 | 2025-04-30T20:11:39.275Z | Compiling syn v1.0.109 |
| 442 | 2025-04-30T20:11:39.401Z | Compiling quote v1.0.39 |
| 443 | 2025-04-30T20:11:39.492Z | Compiling proc-macro-error v1.0.4 |
| 444 | 2025-04-30T20:11:39.537Z | Compiling errno v0.3.9 |
| 445 | 2025-04-30T20:11:39.709Z | Compiling rustix v0.37.28 |
| 446 | 2025-04-30T20:11:39.808Z | Compiling syn v2.0.98 |
| 447 | 2025-04-30T20:11:39.834Z | Compiling thread-id v4.2.2 |
| 448 | 2025-04-30T20:11:39.954Z | Compiling hashbrown v0.15.1 |
| 449 | 2025-04-30T20:11:39.978Z | Compiling equivalent v1.0.1 |
| 450 | 2025-04-30T20:11:40.018Z | Compiling utf8parse v0.2.2 |
| 451 | 2025-04-30T20:11:40.062Z | Compiling camino v1.1.9 |
| 452 | 2025-04-30T20:11:40.117Z | Compiling log v0.4.22 |
| 453 | 2025-04-30T20:11:40.200Z | Compiling plain v0.2.3 |
| 454 | 2025-04-30T20:11:40.371Z | Compiling anstyle-parse v0.2.5 |
| 455 | 2025-04-30T20:11:40.720Z | Compiling bitflags v1.3.2 |
| 456 | 2025-04-30T20:11:40.777Z | Compiling colorchoice v1.0.2 |
| 457 | 2025-04-30T20:11:40.848Z | Compiling thiserror v2.0.12 |
| 458 | 2025-04-30T20:11:40.966Z | Compiling pretty-hex v0.4.1 |
| 459 | 2025-04-30T20:11:41.052Z | Compiling indexmap v2.7.1 |
| 460 | 2025-04-30T20:11:41.088Z | Compiling semver v1.0.25 |
| 461 | 2025-04-30T20:11:41.188Z | Compiling is_terminal_polyfill v1.70.1 |
| 462 | 2025-04-30T20:11:41.212Z | Compiling anstyle-query v1.1.1 |
| 463 | 2025-04-30T20:11:41.335Z | Compiling autocfg v1.4.0 |
| 464 | 2025-04-30T20:11:41.380Z | Compiling unicode-width v0.1.14 |
| 465 | 2025-04-30T20:11:41.426Z | Compiling anstyle v1.0.10 |
| 466 | 2025-04-30T20:11:41.633Z | Compiling winnow v0.7.3 |
| 467 | 2025-04-30T20:11:41.881Z | Compiling anstream v0.6.15 |
| 468 | 2025-04-30T20:11:41.885Z | Compiling terminal_size v0.4.0 |
| 469 | 2025-04-30T20:11:42.296Z | Compiling fs-err v3.1.0 |
| 470 | 2025-04-30T20:11:42.495Z | Compiling strsim v0.11.1 |
| 471 | 2025-04-30T20:11:42.544Z | Compiling fnv v1.0.7 |
| 472 | 2025-04-30T20:11:42.600Z | Compiling bytecount v0.6.8 |
| 473 | 2025-04-30T20:11:42.625Z | Compiling cfg-if v1.0.0 |
| 474 | 2025-04-30T20:11:42.690Z | Compiling clap_lex v0.7.4 |
| 475 | 2025-04-30T20:11:42.819Z | Compiling heck v0.5.0 |
| 476 | 2025-04-30T20:11:43.139Z | Compiling anyhow v1.0.98 |
| 477 | 2025-04-30T20:11:43.164Z | Compiling fastrand v2.1.1 |
| 478 | 2025-04-30T20:11:43.258Z | Compiling heck v0.4.1 |
| 479 | 2025-04-30T20:11:43.654Z | Compiling tempfile v3.13.0 |
| 480 | 2025-04-30T20:11:43.718Z | Compiling terminal_size v0.2.6 |
| 481 | 2025-04-30T20:11:43.746Z | Compiling clap_builder v4.5.35 |
| 482 | 2025-04-30T20:11:43.923Z | Compiling papergrid v0.11.0 |
| 483 | 2025-04-30T20:11:44.111Z | Compiling memmap v0.7.0 |
| 484 | 2025-04-30T20:11:44.197Z | Compiling smawk v0.3.2 |
| 485 | 2025-04-30T20:11:44.432Z | Compiling unicode-linebreak v0.1.5 |
| 486 | 2025-04-30T20:11:44.944Z | Compiling textwrap v0.16.1 |
| 487 | 2025-04-30T20:11:45.022Z | Compiling swrite v0.1.0 |
| 488 | 2025-04-30T20:11:45.106Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 489 | 2025-04-30T20:11:45.558Z | Compiling tabled_derive v0.7.0 |
| 490 | 2025-04-30T20:11:47.080Z | Compiling serde_derive v1.0.219 |
| 491 | 2025-04-30T20:11:47.080Z | Compiling thiserror-impl v1.0.69 |
| 492 | 2025-04-30T20:11:47.083Z | Compiling zerocopy-derive v0.7.35 |
| 493 | 2025-04-30T20:11:47.083Z | Compiling scroll_derive v0.12.0 |
| 494 | 2025-04-30T20:11:47.083Z | Compiling thiserror-impl v2.0.12 |
| 495 | 2025-04-30T20:11:47.084Z | Compiling clap_derive v4.5.32 |
| 496 | 2025-04-30T20:11:47.140Z | Compiling tabled v0.15.0 |
| 497 | 2025-04-30T20:11:48.561Z | Compiling scroll v0.12.0 |
| 498 | 2025-04-30T20:11:49.085Z | Compiling zerocopy v0.7.35 |
| 499 | 2025-04-30T20:11:49.111Z | Compiling goblin v0.8.2 |
| 500 | 2025-04-30T20:11:50.223Z | Compiling pest v2.7.14 |
| 501 | 2025-04-30T20:11:51.487Z | Compiling clap v4.5.35 |
| 502 | 2025-04-30T20:11:52.390Z | Compiling pest_meta v2.7.14 |
| 503 | 2025-04-30T20:11:53.313Z | Compiling pest_generator v2.7.14 |
| 504 | 2025-04-30T20:11:54.704Z | Compiling pest_derive v2.7.14 |
| 505 | 2025-04-30T20:11:55.354Z | Compiling dtrace-parser v0.2.0 |
| 506 | 2025-04-30T20:11:56.182Z | Compiling serde_tokenstream v0.2.2 |
| 507 | 2025-04-30T20:11:56.316Z | Compiling toml_datetime v0.6.8 |
| 508 | 2025-04-30T20:11:56.320Z | Compiling serde_spanned v0.6.8 |
| 509 | 2025-04-30T20:11:56.408Z | Compiling cargo-platform v0.1.8 |
| 510 | 2025-04-30T20:11:56.630Z | Compiling macaddr v1.0.1 |
| 511 | 2025-04-30T20:11:56.721Z | Compiling toml_edit v0.22.24 |
| 512 | 2025-04-30T20:11:56.950Z | Compiling camino-tempfile v1.1.1 |
| 513 | 2025-04-30T20:11:57.565Z | Compiling dof v0.3.0 |
| 514 | 2025-04-30T20:11:57.754Z | Compiling cargo_metadata v0.19.2 |
| 515 | 2025-04-30T20:11:58.955Z | Compiling usdt-attr-macro v0.5.0 |
| 516 | 2025-04-30T20:11:58.958Z | Compiling usdt-macro v0.5.0 |
| 517 | 2025-04-30T20:11:59.540Z | Compiling toml v0.8.20 |
| 518 | 2025-04-30T20:11:59.994Z | Compiling usdt v0.5.0 |
| 519 | 2025-04-30T20:12:00.300Z | Compiling cargo_toml v0.21.0 |
| 520 | 2025-04-30T20:12:02.915Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 521 | 2025-04-30T20:12:06.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.50s |
| 522 | 2025-04-30T20:12:06.436Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 523 | 2025-04-30T20:12:07.105Z | Downloading crates ... |
| 524 | 2025-04-30T20:12:07.228Z | Downloaded adler2 v2.0.0 |
| 525 | 2025-04-30T20:12:07.231Z | Downloaded aead v0.5.2 |
| 526 | 2025-04-30T20:12:07.240Z | Downloaded addr2line v0.24.2 |
| 527 | 2025-04-30T20:12:07.243Z | Downloaded atty v0.2.14 |
| 528 | 2025-04-30T20:12:07.246Z | Downloaded atomicwrites v0.4.4 |
| 529 | 2025-04-30T20:12:07.250Z | Downloaded async-stream-impl v0.3.6 |
| 530 | 2025-04-30T20:12:07.250Z | Downloaded headers-core v0.3.0 |
| 531 | 2025-04-30T20:12:07.258Z | Downloaded hubpack_derive v0.1.1 |
| 532 | 2025-04-30T20:12:07.261Z | Downloaded http-range v0.1.5 |
| 533 | 2025-04-30T20:12:07.264Z | Downloaded ciborium-io v0.2.2 |
| 534 | 2025-04-30T20:12:07.264Z | Downloaded icu_provider_macros v1.5.0 |
| 535 | 2025-04-30T20:12:07.267Z | Downloaded cstr-argument v0.1.2 |
| 536 | 2025-04-30T20:12:07.267Z | Downloaded crucible-workspace-hack v0.1.0 |
| 537 | 2025-04-30T20:12:07.270Z | Downloaded convert_case v0.4.0 |
| 538 | 2025-04-30T20:12:07.270Z | Downloaded http-body v1.0.1 |
| 539 | 2025-04-30T20:12:07.273Z | Downloaded match_cfg v0.1.0 |
| 540 | 2025-04-30T20:12:07.273Z | Downloaded cfg_aliases v0.1.1 |
| 541 | 2025-04-30T20:12:07.276Z | Downloaded is_ci v1.2.0 |
| 542 | 2025-04-30T20:12:07.276Z | Downloaded cfg_aliases v0.2.1 |
| 543 | 2025-04-30T20:12:07.279Z | Downloaded crc8 v0.1.1 |
| 544 | 2025-04-30T20:12:07.282Z | Downloaded crunchy v0.2.2 |
| 545 | 2025-04-30T20:12:07.287Z | Downloaded base16ct v0.2.0 |
| 546 | 2025-04-30T20:12:07.290Z | Downloaded hostname v0.4.0 |
| 547 | 2025-04-30T20:12:07.293Z | Downloaded pretty-hex v0.2.1 |
| 548 | 2025-04-30T20:12:07.296Z | Downloaded httpdate v1.0.3 |
| 549 | 2025-04-30T20:12:07.296Z | Downloaded hex-literal v0.4.1 |
| 550 | 2025-04-30T20:12:07.299Z | Downloaded hostname v0.3.1 |
| 551 | 2025-04-30T20:12:07.302Z | Downloaded md5 v0.7.0 |
| 552 | 2025-04-30T20:12:07.305Z | Downloaded bb8 v0.8.5 |
| 553 | 2025-04-30T20:12:07.305Z | Downloaded atomic-waker v1.1.2 |
| 554 | 2025-04-30T20:12:07.308Z | Downloaded lazy_static v1.5.0 |
| 555 | 2025-04-30T20:12:07.311Z | Downloaded hubpack v0.1.2 |
| 556 | 2025-04-30T20:12:07.311Z | Downloaded http-body-util v0.1.3 |
| 557 | 2025-04-30T20:12:07.314Z | Downloaded lazycell v1.3.0 |
| 558 | 2025-04-30T20:12:07.317Z | Downloaded maybe-uninit v2.0.0 |
| 559 | 2025-04-30T20:12:07.320Z | Downloaded linear-map v1.2.0 |
| 560 | 2025-04-30T20:12:07.320Z | Downloaded mime v0.3.17 |
| 561 | 2025-04-30T20:12:07.323Z | Downloaded linked-hash-map v0.5.6 |
| 562 | 2025-04-30T20:12:07.326Z | Downloaded ipnetwork v0.21.1 |
| 563 | 2025-04-30T20:12:07.329Z | Downloaded lalrpop-util v0.19.12 |
| 564 | 2025-04-30T20:12:07.329Z | Downloaded crc v3.2.1 |
| 565 | 2025-04-30T20:12:07.332Z | Downloaded lzss v0.8.2 |
| 566 | 2025-04-30T20:12:07.336Z | Downloaded md-5 v0.10.6 |
| 567 | 2025-04-30T20:12:07.339Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 568 | 2025-04-30T20:12:07.342Z | Downloaded crc-catalog v2.4.0 |
| 569 | 2025-04-30T20:12:07.345Z | Downloaded chrono-tz-build v0.4.0 |
| 570 | 2025-04-30T20:12:07.348Z | Downloaded httparse v1.9.5 |
| 571 | 2025-04-30T20:12:07.352Z | Downloaded memoffset v0.9.1 |
| 572 | 2025-04-30T20:12:07.353Z | Downloaded lru-cache v0.1.2 |
| 573 | 2025-04-30T20:12:07.358Z | Downloaded internet-checksum v0.2.1 |
| 574 | 2025-04-30T20:12:07.358Z | Downloaded highway v1.3.0 |
| 575 | 2025-04-30T20:12:07.361Z | Downloaded progenitor-client v0.8.0 |
| 576 | 2025-04-30T20:12:07.361Z | Downloaded lockfree-object-pool v0.1.6 |
| 577 | 2025-04-30T20:12:07.364Z | Downloaded serde-big-array v0.5.1 |
| 578 | 2025-04-30T20:12:07.367Z | Downloaded constant_time_eq v0.3.1 |
| 579 | 2025-04-30T20:12:07.370Z | Downloaded litemap v0.7.3 |
| 580 | 2025-04-30T20:12:07.373Z | Downloaded salsa20 v0.10.2 |
| 581 | 2025-04-30T20:12:07.374Z | Downloaded rfc6979 v0.4.0 |
| 582 | 2025-04-30T20:12:07.377Z | Downloaded take_mut v0.2.2 |
| 583 | 2025-04-30T20:12:07.377Z | Downloaded maplit v1.0.2 |
| 584 | 2025-04-30T20:12:07.380Z | Downloaded icu_locid_transform v1.5.0 |
| 585 | 2025-04-30T20:12:07.383Z | Downloaded proc-macro-crate v1.3.1 |
| 586 | 2025-04-30T20:12:07.387Z | Downloaded cmake v0.1.51 |
| 587 | 2025-04-30T20:12:07.390Z | Downloaded base64ct v1.6.0 |
| 588 | 2025-04-30T20:12:07.393Z | Downloaded crc32fast v1.4.2 |
| 589 | 2025-04-30T20:12:07.396Z | Downloaded async-trait v0.1.88 |
| 590 | 2025-04-30T20:12:07.401Z | Downloaded hmac v0.12.1 |
| 591 | 2025-04-30T20:12:07.404Z | Downloaded bit-vec v0.8.0 |
| 592 | 2025-04-30T20:12:07.404Z | Downloaded cancel-safe-futures v0.1.5 |
| 593 | 2025-04-30T20:12:07.407Z | Downloaded rand_seeder v0.3.0 |
| 594 | 2025-04-30T20:12:07.410Z | Downloaded time-core v0.1.2 |
| 595 | 2025-04-30T20:12:07.414Z | Downloaded console v0.15.10 |
| 596 | 2025-04-30T20:12:07.417Z | Downloaded vte_generate_state_changes v0.1.2 |
| 597 | 2025-04-30T20:12:07.417Z | Downloaded yoke-derive v0.7.4 |
| 598 | 2025-04-30T20:12:07.420Z | Downloaded hyper-rustls v0.27.3 |
| 599 | 2025-04-30T20:12:07.423Z | Downloaded stable_deref_trait v1.2.0 |
| 600 | 2025-04-30T20:12:07.426Z | Downloaded slog-bunyan v2.5.0 |
| 601 | 2025-04-30T20:12:07.426Z | Downloaded signal-hook-tokio v0.3.1 |
| 602 | 2025-04-30T20:12:07.429Z | Downloaded indoc v1.0.9 |
| 603 | 2025-04-30T20:12:07.432Z | Downloaded tower-layer v0.3.3 |
| 604 | 2025-04-30T20:12:07.435Z | Downloaded tower-service v0.3.3 |
| 605 | 2025-04-30T20:12:07.435Z | Downloaded sec1 v0.7.3 |
| 606 | 2025-04-30T20:12:07.439Z | Downloaded schemars_derive v0.8.22 |
| 607 | 2025-04-30T20:12:07.442Z | Downloaded signal-hook-registry v1.4.2 |
| 608 | 2025-04-30T20:12:07.442Z | Downloaded void v1.0.2 |
| 609 | 2025-04-30T20:12:07.445Z | Downloaded icu_locid v1.5.0 |
| 610 | 2025-04-30T20:12:07.449Z | Downloaded derive_builder_macro v0.20.2 |
| 611 | 2025-04-30T20:12:07.452Z | Downloaded xshell-macros v0.2.7 |
| 612 | 2025-04-30T20:12:07.452Z | Downloaded strip-ansi-escapes v0.2.0 |
| 613 | 2025-04-30T20:12:07.455Z | Downloaded stringprep v0.1.5 |
| 614 | 2025-04-30T20:12:07.459Z | Downloaded ahash v0.8.11 |
| 615 | 2025-04-30T20:12:07.462Z | Downloaded tap v1.0.1 |
| 616 | 2025-04-30T20:12:07.462Z | Downloaded foreign-types v0.3.2 |
| 617 | 2025-04-30T20:12:07.465Z | Downloaded rand_core v0.9.2 |
| 618 | 2025-04-30T20:12:07.468Z | Downloaded slog-async v2.8.0 |
| 619 | 2025-04-30T20:12:07.471Z | Downloaded newtype-uuid v1.2.1 |
| 620 | 2025-04-30T20:12:07.471Z | Downloaded newline-converter v0.3.0 |
| 621 | 2025-04-30T20:12:07.474Z | Downloaded new_debug_unreachable v1.0.6 |
| 622 | 2025-04-30T20:12:07.475Z | Downloaded crossbeam-utils v0.8.21 |
| 623 | 2025-04-30T20:12:07.478Z | Downloaded untrusted v0.9.0 |
| 624 | 2025-04-30T20:12:07.481Z | Downloaded unicase v2.7.0 |
| 625 | 2025-04-30T20:12:07.484Z | Downloaded crc-any v2.5.0 |
| 626 | 2025-04-30T20:12:07.488Z | Downloaded tls_codec v0.4.1 |
| 627 | 2025-04-30T20:12:07.491Z | Downloaded icu_normalizer_data v1.5.0 |
| 628 | 2025-04-30T20:12:07.494Z | Downloaded number_prefix v0.4.0 |
| 629 | 2025-04-30T20:12:07.494Z | Downloaded num-conv v0.1.0 |
| 630 | 2025-04-30T20:12:07.497Z | Downloaded openssl-macros v0.1.1 |
| 631 | 2025-04-30T20:12:07.497Z | Downloaded serde-hex v0.1.0 |
| 632 | 2025-04-30T20:12:07.500Z | Downloaded rustls-pemfile v2.2.0 |
| 633 | 2025-04-30T20:12:07.515Z | Downloaded embedded-io v0.4.0 |
| 634 | 2025-04-30T20:12:07.518Z | Downloaded either v1.14.0 |
| 635 | 2025-04-30T20:12:07.521Z | Downloaded xz2 v0.1.7 |
| 636 | 2025-04-30T20:12:07.521Z | Downloaded untrusted v0.7.1 |
| 637 | 2025-04-30T20:12:07.524Z | Downloaded percent-encoding v2.3.1 |
| 638 | 2025-04-30T20:12:07.527Z | Downloaded precomputed-hash v0.1.1 |
| 639 | 2025-04-30T20:12:07.527Z | Downloaded path-slash v0.1.5 |
| 640 | 2025-04-30T20:12:07.530Z | Downloaded smf v0.2.3 |
| 641 | 2025-04-30T20:12:07.530Z | Downloaded foldhash v0.1.3 |
| 642 | 2025-04-30T20:12:07.533Z | Downloaded filetime v0.2.25 |
| 643 | 2025-04-30T20:12:07.536Z | Downloaded funty v2.0.0 |
| 644 | 2025-04-30T20:12:07.536Z | Downloaded ff v0.13.0 |
| 645 | 2025-04-30T20:12:07.539Z | Downloaded group v0.13.0 |
| 646 | 2025-04-30T20:12:07.542Z | Downloaded tracing-attributes v0.1.27 |
| 647 | 2025-04-30T20:12:07.545Z | Downloaded futures-core v0.3.31 |
| 648 | 2025-04-30T20:12:07.548Z | Downloaded yoke v0.7.4 |
| 649 | 2025-04-30T20:12:07.548Z | Downloaded yasna v0.5.2 |
| 650 | 2025-04-30T20:12:07.552Z | Downloaded powerfmt v0.2.0 |
| 651 | 2025-04-30T20:12:07.555Z | Downloaded rustls-pki-types v1.10.0 |
| 652 | 2025-04-30T20:12:07.558Z | Downloaded hyper-util v0.1.11 |
| 653 | 2025-04-30T20:12:07.563Z | Downloaded glob v0.3.2 |
| 654 | 2025-04-30T20:12:07.566Z | Downloaded jiff-static v0.2.10 |
| 655 | 2025-04-30T20:12:07.569Z | Downloaded sqlparser_derive v0.2.2 |
| 656 | 2025-04-30T20:12:07.573Z | Downloaded signature v2.2.0 |
| 657 | 2025-04-30T20:12:07.573Z | Downloaded num-derive v0.4.2 |
| 658 | 2025-04-30T20:12:07.577Z | Downloaded nanorand v0.7.0 |
| 659 | 2025-04-30T20:12:07.580Z | Downloaded des v0.8.1 |
| 660 | 2025-04-30T20:12:07.584Z | Downloaded vsss-rs v3.3.4 |
| 661 | 2025-04-30T20:12:07.588Z | Downloaded tokio-native-tls v0.3.1 |
| 662 | 2025-04-30T20:12:07.588Z | Downloaded tinyvec_macros v0.1.1 |
| 663 | 2025-04-30T20:12:07.592Z | Downloaded phf v0.11.2 |
| 664 | 2025-04-30T20:12:07.592Z | Downloaded r2d2 v0.8.10 |
| 665 | 2025-04-30T20:12:07.595Z | Downloaded zerofrom v0.1.4 |
| 666 | 2025-04-30T20:12:07.595Z | Downloaded predicates v3.1.3 |
| 667 | 2025-04-30T20:12:07.601Z | Downloaded dirs-next v2.0.0 |
| 668 | 2025-04-30T20:12:07.604Z | Downloaded quinn-udp v0.5.5 |
| 669 | 2025-04-30T20:12:07.604Z | Downloaded parse-display-derive v0.10.0 |
| 670 | 2025-04-30T20:12:07.607Z | Downloaded ppv-lite86 v0.2.20 |
| 671 | 2025-04-30T20:12:07.611Z | Downloaded shell-words v1.1.0 |
| 672 | 2025-04-30T20:12:07.611Z | Downloaded semver v0.1.20 |
| 673 | 2025-04-30T20:12:07.614Z | Downloaded globset v0.4.15 |
| 674 | 2025-04-30T20:12:07.614Z | Downloaded zopfli v0.8.1 |
| 675 | 2025-04-30T20:12:07.617Z | Downloaded base64 v0.22.1 |
| 676 | 2025-04-30T20:12:07.622Z | Downloaded rand_xorshift v0.3.0 |
| 677 | 2025-04-30T20:12:07.625Z | Downloaded const_format v0.2.34 |
| 678 | 2025-04-30T20:12:07.630Z | Downloaded strum_macros v0.25.3 |
| 679 | 2025-04-30T20:12:07.634Z | Downloaded float-ord v0.3.2 |
| 680 | 2025-04-30T20:12:07.637Z | Downloaded aes-gcm v0.10.3 |
| 681 | 2025-04-30T20:12:07.641Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 682 | 2025-04-30T20:12:07.644Z | Downloaded sha1 v0.10.6 |
| 683 | 2025-04-30T20:12:07.647Z | Downloaded tar v0.4.44 |
| 684 | 2025-04-30T20:12:07.650Z | Downloaded num_threads v0.1.7 |
| 685 | 2025-04-30T20:12:07.653Z | Downloaded vergen v8.3.2 |
| 686 | 2025-04-30T20:12:07.656Z | Downloaded openssl-probe v0.1.5 |
| 687 | 2025-04-30T20:12:07.656Z | Downloaded ctr v0.9.2 |
| 688 | 2025-04-30T20:12:07.659Z | Downloaded pin-utils v0.1.0 |
| 689 | 2025-04-30T20:12:07.662Z | Downloaded wyz v0.5.1 |
| 690 | 2025-04-30T20:12:07.666Z | Downloaded which v4.4.2 |
| 691 | 2025-04-30T20:12:07.666Z | Downloaded display-error-chain v0.2.2 |
| 692 | 2025-04-30T20:12:07.669Z | Downloaded utf8_iter v1.0.4 |
| 693 | 2025-04-30T20:12:07.672Z | Downloaded unicode-bidi v0.3.17 |
| 694 | 2025-04-30T20:12:07.675Z | Downloaded zone_cfg_derive v0.3.0 |
| 695 | 2025-04-30T20:12:07.675Z | Downloaded http v1.2.0 |
| 696 | 2025-04-30T20:12:07.679Z | Downloaded password-hash v0.5.0 |
| 697 | 2025-04-30T20:12:07.683Z | Downloaded bumpalo v3.16.0 |
| 698 | 2025-04-30T20:12:07.686Z | Downloaded crypto-bigint v0.5.5 |
| 699 | 2025-04-30T20:12:07.692Z | Downloaded fs-err v2.11.0 |
| 700 | 2025-04-30T20:12:07.696Z | Downloaded progenitor-client v0.9.1 |
| 701 | 2025-04-30T20:12:07.699Z | Downloaded slog-envlogger v2.2.0 |
| 702 | 2025-04-30T20:12:07.699Z | Downloaded serde_urlencoded v0.7.1 |
| 703 | 2025-04-30T20:12:07.702Z | Downloaded fs_extra v1.3.0 |
| 704 | 2025-04-30T20:12:07.705Z | Downloaded russh-cryptovec v0.7.3 |
| 705 | 2025-04-30T20:12:07.705Z | Downloaded elliptic-curve v0.13.8 |
| 706 | 2025-04-30T20:12:07.709Z | Downloaded num-integer v0.1.46 |
| 707 | 2025-04-30T20:12:07.712Z | Downloaded write16 v1.0.0 |
| 708 | 2025-04-30T20:12:07.715Z | Downloaded rand v0.9.0 |
| 709 | 2025-04-30T20:12:07.719Z | Downloaded peg-macros v0.8.5 |
| 710 | 2025-04-30T20:12:07.722Z | Downloaded progenitor-macro v0.9.1 |
| 711 | 2025-04-30T20:12:07.722Z | Downloaded tinyvec v1.8.0 |
| 712 | 2025-04-30T20:12:07.725Z | Downloaded progenitor-macro v0.8.0 |
| 713 | 2025-04-30T20:12:07.729Z | Downloaded tracing v0.1.40 |
| 714 | 2025-04-30T20:12:07.732Z | Downloaded phf_shared v0.11.2 |
| 715 | 2025-04-30T20:12:07.737Z | Downloaded phf_generator v0.11.2 |
| 716 | 2025-04-30T20:12:07.737Z | Downloaded oxnet v0.1.1 |
| 717 | 2025-04-30T20:12:07.737Z | Downloaded endian-type v0.1.2 |
| 718 | 2025-04-30T20:12:07.740Z | Downloaded typify v0.2.0 |
| 719 | 2025-04-30T20:12:07.744Z | Downloaded spki v0.7.3 |
| 720 | 2025-04-30T20:12:07.744Z | Downloaded subprocess v0.2.9 |
| 721 | 2025-04-30T20:12:07.747Z | Downloaded der v0.7.9 |
| 722 | 2025-04-30T20:12:07.752Z | Downloaded fd-lock v4.0.2 |
| 723 | 2025-04-30T20:12:07.755Z | Downloaded cc v1.2.15 |
| 724 | 2025-04-30T20:12:07.759Z | Downloaded peg-runtime v0.8.5 |
| 725 | 2025-04-30T20:12:07.762Z | Downloaded enum-as-inner v0.6.1 |
| 726 | 2025-04-30T20:12:07.765Z | Downloaded tiny-keccak v2.0.2 |
| 727 | 2025-04-30T20:12:07.768Z | Downloaded typify-macro v0.2.0 |
| 728 | 2025-04-30T20:12:07.768Z | Downloaded rustc_version v0.4.1 |
| 729 | 2025-04-30T20:12:07.771Z | Downloaded rustc_version v0.1.7 |
| 730 | 2025-04-30T20:12:07.771Z | Downloaded rpassword v7.3.1 |
| 731 | 2025-04-30T20:12:07.774Z | Downloaded defmt-parser v0.3.4 |
| 732 | 2025-04-30T20:12:07.774Z | Downloaded pin-project-lite v0.2.14 |
| 733 | 2025-04-30T20:12:07.778Z | Downloaded smallvec v0.6.14 |
| 734 | 2025-04-30T20:12:07.782Z | Downloaded itertools v0.12.1 |
| 735 | 2025-04-30T20:12:07.788Z | Downloaded progenitor-impl v0.9.1 |
| 736 | 2025-04-30T20:12:07.792Z | Downloaded sync_wrapper v1.0.1 |
| 737 | 2025-04-30T20:12:07.795Z | Downloaded phf_codegen v0.11.2 |
| 738 | 2025-04-30T20:12:07.795Z | Downloaded typify v0.3.0 |
| 739 | 2025-04-30T20:12:07.798Z | Downloaded futures-sink v0.3.31 |
| 740 | 2025-04-30T20:12:07.801Z | Downloaded diesel-dtrace v0.4.2 |
| 741 | 2025-04-30T20:12:07.801Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 742 | 2025-04-30T20:12:07.804Z | Downloaded waitgroup v0.1.2 |
| 743 | 2025-04-30T20:12:07.804Z | Downloaded sync-ptr v0.1.1 |
| 744 | 2025-04-30T20:12:07.807Z | Downloaded zeroize v1.8.1 |
| 745 | 2025-04-30T20:12:07.807Z | Downloaded utf-8 v0.7.6 |
| 746 | 2025-04-30T20:12:07.810Z | Downloaded pin-project v1.1.6 |
| 747 | 2025-04-30T20:12:07.820Z | Downloaded darling_macro v0.20.10 |
| 748 | 2025-04-30T20:12:07.823Z | Downloaded strum v0.26.3 |
| 749 | 2025-04-30T20:12:07.823Z | Downloaded pbkdf2 v0.12.2 |
| 750 | 2025-04-30T20:12:07.835Z | Downloaded foreign-types-shared v0.1.1 |
| 751 | 2025-04-30T20:12:07.835Z | Downloaded nodrop v0.1.14 |
| 752 | 2025-04-30T20:12:07.840Z | Downloaded env_filter v0.1.2 |
| 753 | 2025-04-30T20:12:07.840Z | Downloaded tokio-tungstenite v0.21.0 |
| 754 | 2025-04-30T20:12:07.840Z | Downloaded parse-size v1.1.0 |
| 755 | 2025-04-30T20:12:07.840Z | Downloaded parking_lot_core v0.9.10 |
| 756 | 2025-04-30T20:12:07.840Z | Downloaded diff v0.1.13 |
| 757 | 2025-04-30T20:12:07.846Z | Downloaded itertools v0.14.0 |
| 758 | 2025-04-30T20:12:07.849Z | Downloaded rusty-fork v0.3.0 |
| 759 | 2025-04-30T20:12:07.852Z | Downloaded slab v0.4.9 |
| 760 | 2025-04-30T20:12:07.852Z | Downloaded slog-dtrace v0.3.0 |
| 761 | 2025-04-30T20:12:07.856Z | Downloaded tabled_derive v0.10.0 |
| 762 | 2025-04-30T20:12:07.856Z | Downloaded supports-color v3.0.2 |
| 763 | 2025-04-30T20:12:07.859Z | Downloaded getrandom v0.3.1 |
| 764 | 2025-04-30T20:12:07.862Z | Downloaded synstructure v0.13.1 |
| 765 | 2025-04-30T20:12:07.865Z | Downloaded owo-colors v4.2.0 |
| 766 | 2025-04-30T20:12:07.869Z | Downloaded walkdir v2.5.0 |
| 767 | 2025-04-30T20:12:07.872Z | Downloaded parking_lot v0.11.2 |
| 768 | 2025-04-30T20:12:07.875Z | Downloaded serde_path_to_error v0.1.16 |
| 769 | 2025-04-30T20:12:07.875Z | Downloaded radium v0.7.0 |
| 770 | 2025-04-30T20:12:07.878Z | Downloaded document-features v0.2.10 |
| 771 | 2025-04-30T20:12:07.878Z | Downloaded pkcs5 v0.7.1 |
| 772 | 2025-04-30T20:12:07.881Z | Downloaded wait-timeout v0.2.0 |
| 773 | 2025-04-30T20:12:07.885Z | Downloaded zone_cfg_derive v0.1.2 |
| 774 | 2025-04-30T20:12:07.888Z | Downloaded foreign-types-macros v0.2.3 |
| 775 | 2025-04-30T20:12:07.888Z | Downloaded parse-display v0.10.0 |
| 776 | 2025-04-30T20:12:07.888Z | Downloaded ssh-key v0.6.6 |
| 777 | 2025-04-30T20:12:07.896Z | Downloaded primeorder v0.13.6 |
| 778 | 2025-04-30T20:12:07.899Z | Downloaded password-hash v0.4.2 |
| 779 | 2025-04-30T20:12:07.906Z | Downloaded futures-io v0.3.31 |
| 780 | 2025-04-30T20:12:07.907Z | Downloaded proc-macro-error2 v2.0.1 |
| 781 | 2025-04-30T20:12:07.909Z | Downloaded progenitor v0.8.0 |
| 782 | 2025-04-30T20:12:07.909Z | Downloaded fxhash v0.2.1 |
| 783 | 2025-04-30T20:12:07.909Z | Downloaded derive-where v1.2.7 |
| 784 | 2025-04-30T20:12:07.913Z | Downloaded tokio-postgres v0.7.13 |
| 785 | 2025-04-30T20:12:07.919Z | Downloaded sigpipe v0.1.3 |
| 786 | 2025-04-30T20:12:07.922Z | Downloaded multer v3.1.0 |
| 787 | 2025-04-30T20:12:07.922Z | Downloaded termtree v0.5.1 |
| 788 | 2025-04-30T20:12:07.925Z | Downloaded packed_struct_codegen v0.10.1 |
| 789 | 2025-04-30T20:12:07.929Z | Downloaded test-strategy v0.4.0 |
| 790 | 2025-04-30T20:12:07.933Z | Downloaded foreign-types-shared v0.3.1 |
| 791 | 2025-04-30T20:12:07.933Z | Downloaded tower v0.5.2 |
| 792 | 2025-04-30T20:12:07.941Z | Downloaded normalize-line-endings v0.3.0 |
| 793 | 2025-04-30T20:12:07.945Z | Downloaded scrypt v0.11.0 |
| 794 | 2025-04-30T20:12:07.946Z | Downloaded unicode-normalization v0.1.24 |
| 795 | 2025-04-30T20:12:07.949Z | Downloaded futures-task v0.3.31 |
| 796 | 2025-04-30T20:12:07.952Z | Downloaded serde_with v3.12.0 |
| 797 | 2025-04-30T20:12:07.960Z | Downloaded try-lock v0.2.5 |
| 798 | 2025-04-30T20:12:07.963Z | Downloaded rand_chacha v0.3.1 |
| 799 | 2025-04-30T20:12:07.963Z | Downloaded foreign-types v0.5.0 |
| 800 | 2025-04-30T20:12:07.966Z | Downloaded num-iter v0.1.45 |
| 801 | 2025-04-30T20:12:07.966Z | Downloaded tabwriter v1.4.0 |
| 802 | 2025-04-30T20:12:07.969Z | Downloaded oso-derive v0.27.3 |
| 803 | 2025-04-30T20:12:07.970Z | Downloaded simd-adler32 v0.3.7 |
| 804 | 2025-04-30T20:12:07.973Z | Downloaded zone v0.3.1 |
| 805 | 2025-04-30T20:12:07.973Z | Downloaded env_logger v0.10.2 |
| 806 | 2025-04-30T20:12:07.976Z | Downloaded slog-term v2.9.1 |
| 807 | 2025-04-30T20:12:07.979Z | Downloaded fixedbitset v0.4.2 |
| 808 | 2025-04-30T20:12:07.980Z | Downloaded fallible-iterator v0.2.0 |
| 809 | 2025-04-30T20:12:07.983Z | Downloaded dsl_auto_type v0.1.2 |
| 810 | 2025-04-30T20:12:07.983Z | Downloaded fixedbitset v0.5.7 |
| 811 | 2025-04-30T20:12:07.986Z | Downloaded displaydoc v0.2.5 |
| 812 | 2025-04-30T20:12:07.989Z | Downloaded float-cmp v0.10.0 |
| 813 | 2025-04-30T20:12:07.993Z | Downloaded defmt-macros v0.3.9 |
| 814 | 2025-04-30T20:12:07.993Z | Downloaded defmt v0.3.8 |
| 815 | 2025-04-30T20:12:07.996Z | Downloaded dropshot_endpoint v0.16.0 |
| 816 | 2025-04-30T20:12:08.001Z | Downloaded snafu v0.8.5 |
| 817 | 2025-04-30T20:12:08.006Z | Downloaded opaque-debug v0.3.1 |
| 818 | 2025-04-30T20:12:08.009Z | Downloaded slog-scope v4.4.0 |
| 819 | 2025-04-30T20:12:08.009Z | Downloaded pem-rfc7468 v0.7.0 |
| 820 | 2025-04-30T20:12:08.012Z | Downloaded poly1305 v0.8.0 |
| 821 | 2025-04-30T20:12:08.016Z | Downloaded unicode-xid v0.2.6 |
| 822 | 2025-04-30T20:12:08.019Z | Downloaded slog-stdlog v4.1.1 |
| 823 | 2025-04-30T20:12:08.019Z | Downloaded darling_core v0.20.10 |
| 824 | 2025-04-30T20:12:08.023Z | Downloaded rand_chacha v0.9.0 |
| 825 | 2025-04-30T20:12:08.026Z | Downloaded p521 v0.13.3 |
| 826 | 2025-04-30T20:12:08.029Z | Downloaded zone v0.1.8 |
| 827 | 2025-04-30T20:12:08.032Z | Downloaded packed_struct v0.10.1 |
| 828 | 2025-04-30T20:12:08.032Z | Downloaded structmeta v0.3.0 |
| 829 | 2025-04-30T20:12:08.035Z | Downloaded twox-hash v2.1.0 |
| 830 | 2025-04-30T20:12:08.038Z | Downloaded debug-ignore v1.0.5 |
| 831 | 2025-04-30T20:12:08.039Z | Downloaded embedded-io v0.6.1 |
| 832 | 2025-04-30T20:12:08.042Z | Downloaded want v0.3.1 |
| 833 | 2025-04-30T20:12:08.042Z | Downloaded typify-macro v0.3.0 |
| 834 | 2025-04-30T20:12:08.042Z | Downloaded unarray v0.1.4 |
| 835 | 2025-04-30T20:12:08.045Z | Downloaded quick-error v1.2.3 |
| 836 | 2025-04-30T20:12:08.045Z | Downloaded slog-json v2.6.1 |
| 837 | 2025-04-30T20:12:08.049Z | Downloaded siphasher v0.3.11 |
| 838 | 2025-04-30T20:12:08.049Z | Downloaded ena v0.14.3 |
| 839 | 2025-04-30T20:12:08.052Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 840 | 2025-04-30T20:12:08.052Z | Downloaded whoami v1.5.2 |
| 841 | 2025-04-30T20:12:08.055Z | Downloaded half v2.4.1 |
| 842 | 2025-04-30T20:12:08.058Z | Downloaded flagset v0.4.6 |
| 843 | 2025-04-30T20:12:08.061Z | Downloaded parking_lot v0.12.3 |
| 844 | 2025-04-30T20:12:08.061Z | Downloaded form_urlencoded v1.2.1 |
| 845 | 2025-04-30T20:12:08.065Z | Downloaded nu-ansi-term v0.50.1 |
| 846 | 2025-04-30T20:12:08.068Z | Downloaded dyn-clone v1.0.19 |
| 847 | 2025-04-30T20:12:08.068Z | Downloaded xattr v1.3.1 |
| 848 | 2025-04-30T20:12:08.071Z | Downloaded num-complex v0.4.6 |
| 849 | 2025-04-30T20:12:08.074Z | Downloaded polyval v0.6.2 |
| 850 | 2025-04-30T20:12:08.074Z | Downloaded unicode-segmentation v1.12.0 |
| 851 | 2025-04-30T20:12:08.077Z | Downloaded sct v0.7.1 |
| 852 | 2025-04-30T20:12:08.080Z | Downloaded schemars v0.8.22 |
| 853 | 2025-04-30T20:12:08.092Z | Downloaded thiserror-no-std v2.0.2 |
| 854 | 2025-04-30T20:12:08.096Z | Downloaded sqlformat v0.2.6 |
| 855 | 2025-04-30T20:12:08.099Z | Downloaded aho-corasick v1.1.3 |
| 856 | 2025-04-30T20:12:08.105Z | Downloaded topological-sort v0.2.2 |
| 857 | 2025-04-30T20:12:08.108Z | Downloaded russh v0.45.0 |
| 858 | 2025-04-30T20:12:08.111Z | Downloaded tui-tree-widget v0.23.0 |
| 859 | 2025-04-30T20:12:08.114Z | Downloaded publicsuffix v2.3.0 |
| 860 | 2025-04-30T20:12:08.117Z | Downloaded tokio-tungstenite v0.23.1 |
| 861 | 2025-04-30T20:12:08.121Z | Downloaded headers v0.4.0 |
| 862 | 2025-04-30T20:12:08.124Z | Downloaded xshell v0.2.7 |
| 863 | 2025-04-30T20:12:08.127Z | Downloaded ref-cast v1.0.23 |
| 864 | 2025-04-30T20:12:08.130Z | Downloaded rsa v0.9.6 |
| 865 | 2025-04-30T20:12:08.133Z | Downloaded postcard v1.0.10 |
| 866 | 2025-04-30T20:12:08.137Z | Downloaded samael v0.0.18 |
| 867 | 2025-04-30T20:12:08.141Z | Downloaded ron v0.8.1 |
| 868 | 2025-04-30T20:12:08.147Z | Downloaded postgres-types v0.2.9 |
| 869 | 2025-04-30T20:12:08.150Z | Downloaded mime_guess v2.0.5 |
| 870 | 2025-04-30T20:12:08.153Z | Downloaded oso v0.27.3 |
| 871 | 2025-04-30T20:12:08.156Z | Downloaded prettyplease v0.2.30 |
| 872 | 2025-04-30T20:12:08.159Z | Downloaded parse-zoneinfo v0.3.1 |
| 873 | 2025-04-30T20:12:08.162Z | Downloaded lalrpop v0.19.12 |
| 874 | 2025-04-30T20:12:08.173Z | Downloaded ecdsa v0.16.9 |
| 875 | 2025-04-30T20:12:08.176Z | Downloaded expectorate v1.1.0 |
| 876 | 2025-04-30T20:12:08.180Z | Downloaded thread_local v1.1.8 |
| 877 | 2025-04-30T20:12:08.180Z | Downloaded aws-lc-rs v1.12.4 |
| 878 | 2025-04-30T20:12:08.189Z | Downloaded postgres-protocol v0.6.8 |
| 879 | 2025-04-30T20:12:08.192Z | Downloaded openssl-sys v0.9.107 |
| 880 | 2025-04-30T20:12:08.197Z | Downloaded nom v7.1.3 |
| 881 | 2025-04-30T20:12:08.203Z | Downloaded rayon v1.10.0 |
| 882 | 2025-04-30T20:12:08.213Z | Downloaded toml v0.7.8 |
| 883 | 2025-04-30T20:12:08.216Z | Downloaded rustyline v14.0.0 |
| 884 | 2025-04-30T20:12:08.220Z | Downloaded blake3 v1.5.4 |
| 885 | 2025-04-30T20:12:08.228Z | Downloaded tungstenite v0.21.0 |
| 886 | 2025-04-30T20:12:08.231Z | Downloaded typed-path v0.9.3 |
| 887 | 2025-04-30T20:12:08.238Z | Downloaded rand v0.8.5 |
| 888 | 2025-04-30T20:12:08.241Z | Downloaded unicode_categories v0.1.1 |
| 889 | 2025-04-30T20:12:08.244Z | Downloaded quick-xml v0.37.2 |
| 890 | 2025-04-30T20:12:08.250Z | Downloaded miniz_oxide v0.8.5 |
| 891 | 2025-04-30T20:12:08.253Z | Downloaded bindgen v0.69.5 |
| 892 | 2025-04-30T20:12:08.260Z | Downloaded mio v1.0.2 |
| 893 | 2025-04-30T20:12:08.266Z | Downloaded winnow v0.6.20 |
| 894 | 2025-04-30T20:12:08.275Z | Downloaded qorb v0.3.1 |
| 895 | 2025-04-30T20:12:08.280Z | Downloaded num-bigint v0.4.6 |
| 896 | 2025-04-30T20:12:08.284Z | Downloaded bitvec v1.0.1 |
| 897 | 2025-04-30T20:12:08.299Z | Downloaded flate2 v1.1.1 |
| 898 | 2025-04-30T20:12:08.304Z | Downloaded regex v1.11.1 |
| 899 | 2025-04-30T20:12:08.319Z | Downloaded tungstenite v0.23.0 |
| 900 | 2025-04-30T20:12:08.323Z | Downloaded zip v2.6.1 |
| 901 | 2025-04-30T20:12:08.328Z | Downloaded hashbrown v0.13.2 |
| 902 | 2025-04-30T20:12:08.332Z | Downloaded h2 v0.4.6 |
| 903 | 2025-04-30T20:12:08.339Z | Downloaded toml_edit v0.19.15 |
| 904 | 2025-04-30T20:12:08.355Z | Downloaded num-bigint-dig v0.8.4 |
| 905 | 2025-04-30T20:12:08.360Z | Downloaded x509-cert v0.2.5 |
| 906 | 2025-04-30T20:12:08.366Z | Downloaded tokio-util v0.7.13 |
| 907 | 2025-04-30T20:12:08.373Z | Downloaded chrono v0.4.40 |
| 908 | 2025-04-30T20:12:08.380Z | Downloaded zip v0.6.6 |
| 909 | 2025-04-30T20:12:08.385Z | Downloaded hashbrown v0.12.3 |
| 910 | 2025-04-30T20:12:08.405Z | Downloaded futures-util v0.3.31 |
| 911 | 2025-04-30T20:12:08.423Z | Downloaded git2 v0.19.0 |
| 912 | 2025-04-30T20:12:08.435Z | Downloaded reedline v0.38.0 |
| 913 | 2025-04-30T20:12:08.446Z | Downloaded winnow v0.5.40 |
| 914 | 2025-04-30T20:12:08.455Z | Downloaded proptest v1.6.0 |
| 915 | 2025-04-30T20:12:08.465Z | Downloaded sqlparser v0.45.0 |
| 916 | 2025-04-30T20:12:08.471Z | Downloaded tough v0.20.0 |
| 917 | 2025-04-30T20:12:08.480Z | Downloaded quinn-proto v0.11.8 |
| 918 | 2025-04-30T20:12:08.488Z | Downloaded hickory-proto v0.24.4 |
| 919 | 2025-04-30T20:12:08.505Z | Downloaded portable-atomic v1.11.0 |
| 920 | 2025-04-30T20:12:08.512Z | Downloaded openssl v0.10.72 |
| 921 | 2025-04-30T20:12:08.522Z | Downloaded petname v2.0.2 |
| 922 | 2025-04-30T20:12:08.528Z | Downloaded nix v0.28.0 |
| 923 | 2025-04-30T20:12:08.541Z | Downloaded nix v0.27.1 |
| 924 | 2025-04-30T20:12:08.555Z | Downloaded diesel v2.2.9 |
| 925 | 2025-04-30T20:12:08.572Z | Downloaded gimli v0.31.1 |
| 926 | 2025-04-30T20:12:08.580Z | Downloaded chrono-tz v0.10.3 |
| 927 | 2025-04-30T20:12:08.588Z | Downloaded rustls v0.21.12 |
| 928 | 2025-04-30T20:12:08.599Z | Downloaded unicode-width v0.2.0 |
| 929 | 2025-04-30T20:12:08.605Z | Downloaded object v0.36.5 |
| 930 | 2025-04-30T20:12:08.617Z | Downloaded nix v0.29.0 |
| 931 | 2025-04-30T20:12:08.629Z | Downloaded rustls v0.23.19 |
| 932 | 2025-04-30T20:12:08.641Z | Downloaded regex-syntax v0.8.5 |
| 933 | 2025-04-30T20:12:08.649Z | Downloaded regex-syntax v0.6.29 |
| 934 | 2025-04-30T20:12:08.655Z | Downloaded dropshot v0.16.0 |
| 935 | 2025-04-30T20:12:08.678Z | Downloaded curve25519-dalek v4.1.3 |
| 936 | 2025-04-30T20:12:08.687Z | Downloaded rustls v0.22.4 |
| 937 | 2025-04-30T20:12:08.699Z | Downloaded bstr v1.10.0 |
| 938 | 2025-04-30T20:12:08.709Z | Downloaded typify-impl v0.3.0 |
| 939 | 2025-04-30T20:12:08.724Z | Downloaded ratatui v0.29.0 |
| 940 | 2025-04-30T20:12:08.744Z | Downloaded openapiv3 v2.0.0 |
| 941 | 2025-04-30T20:12:08.755Z | Downloaded zerocopy-derive v0.6.6 |
| 942 | 2025-04-30T20:12:08.764Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 943 | 2025-04-30T20:12:08.775Z | Downloaded typify-impl v0.2.0 |
| 944 | 2025-04-30T20:12:08.790Z | Downloaded regress v0.10.3 |
| 945 | 2025-04-30T20:12:08.799Z | Downloaded smoltcp v0.11.0 |
| 946 | 2025-04-30T20:12:08.813Z | Downloaded radix_trie v0.2.1 |
| 947 | 2025-04-30T20:12:08.819Z | Downloaded tabled v0.18.0 |
| 948 | 2025-04-30T20:12:08.836Z | Downloaded sled v0.34.7 |
| 949 | 2025-04-30T20:12:08.846Z | Downloaded rustls-webpki v0.102.8 |
| 950 | 2025-04-30T20:12:08.865Z | Downloaded rustls-webpki v0.101.7 |
| 951 | 2025-04-30T20:12:08.879Z | Downloaded webpki-roots v0.26.6 |
| 952 | 2025-04-30T20:12:08.883Z | Downloaded object v0.30.4 |
| 953 | 2025-04-30T20:12:08.893Z | Downloaded zerocopy v0.8.10 |
| 954 | 2025-04-30T20:12:08.919Z | Downloaded jiff v0.2.10 |
| 955 | 2025-04-30T20:12:08.936Z | Downloaded salty v0.3.0 |
| 956 | 2025-04-30T20:12:08.942Z | Downloaded polar-core v0.27.3 |
| 957 | 2025-04-30T20:12:08.951Z | Downloaded regex-automata v0.4.8 |
| 958 | 2025-04-30T20:12:08.968Z | Downloaded smoltcp v0.9.1 |
| 959 | 2025-04-30T20:12:08.978Z | Downloaded p384 v0.13.0 |
| 960 | 2025-04-30T20:12:08.984Z | Downloaded bindgen v0.71.1 |
| 961 | 2025-04-30T20:12:08.992Z | Downloaded vcpkg v0.2.15 |
| 962 | 2025-04-30T20:12:09.032Z | Downloaded zerovec v0.10.4 |
| 963 | 2025-04-30T20:12:09.038Z | Downloaded lzma-sys v0.1.20 |
| 964 | 2025-04-30T20:12:09.068Z | Downloaded icu_properties_data v1.5.0 |
| 965 | 2025-04-30T20:12:09.078Z | Downloaded ron v0.7.1 |
| 966 | 2025-04-30T20:12:09.082Z | Downloaded url v2.5.3 |
| 967 | 2025-04-30T20:12:09.087Z | Downloaded num_enum v0.5.11 |
| 968 | 2025-04-30T20:12:09.090Z | Downloaded num v0.4.3 |
| 969 | 2025-04-30T20:12:09.094Z | Downloaded data-encoding v2.6.0 |
| 970 | 2025-04-30T20:12:09.094Z | Downloaded ssh-encoding v0.2.0 |
| 971 | 2025-04-30T20:12:09.097Z | Downloaded similar v2.7.0 |
| 972 | 2025-04-30T20:12:09.100Z | Downloaded petgraph v0.6.5 |
| 973 | 2025-04-30T20:12:09.120Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 974 | 2025-04-30T20:12:09.139Z | Downloaded tokio v1.43.1 |
| 975 | 2025-04-30T20:12:09.180Z | Downloaded libz-sys v1.1.20 |
| 976 | 2025-04-30T20:12:09.202Z | Downloaded petgraph v0.7.1 |
| 977 | 2025-04-30T20:12:09.222Z | Downloaded sha3 v0.10.8 |
| 978 | 2025-04-30T20:12:09.227Z | Downloaded csv v1.3.1 |
| 979 | 2025-04-30T20:12:09.247Z | Downloaded num-traits v0.2.19 |
| 980 | 2025-04-30T20:12:09.250Z | Downloaded pem v3.0.5 |
| 981 | 2025-04-30T20:12:09.254Z | Downloaded pbkdf2 v0.11.0 |
| 982 | 2025-04-30T20:12:09.257Z | Downloaded papergrid v0.14.0 |
| 983 | 2025-04-30T20:12:09.260Z | Downloaded zerofrom-derive v0.1.4 |
| 984 | 2025-04-30T20:12:09.263Z | Downloaded writeable v0.5.5 |
| 985 | 2025-04-30T20:12:09.263Z | Downloaded num-rational v0.4.2 |
| 986 | 2025-04-30T20:12:09.266Z | Downloaded unsafe-libyaml v0.2.11 |
| 987 | 2025-04-30T20:12:09.269Z | Downloaded zerovec-derive v0.10.3 |
| 988 | 2025-04-30T20:12:09.272Z | Downloaded crossterm v0.28.1 |
| 989 | 2025-04-30T20:12:09.277Z | Downloaded serde_plain v1.0.2 |
| 990 | 2025-04-30T20:12:09.280Z | Downloaded structmeta-derive v0.3.0 |
| 991 | 2025-04-30T20:12:09.280Z | Downloaded serde_derive_internals v0.29.1 |
| 992 | 2025-04-30T20:12:09.283Z | Downloaded futures-macro v0.3.31 |
| 993 | 2025-04-30T20:12:09.283Z | Downloaded dunce v1.0.5 |
| 994 | 2025-04-30T20:12:09.283Z | Downloaded hash32 v0.2.1 |
| 995 | 2025-04-30T20:12:09.286Z | Downloaded uzers v0.12.1 |
| 996 | 2025-04-30T20:12:09.289Z | Downloaded secrecy v0.8.0 |
| 997 | 2025-04-30T20:12:09.289Z | Downloaded omicron-zone-package v0.12.0 |
| 998 | 2025-04-30T20:12:09.293Z | Downloaded socket2 v0.5.9 |
| 999 | 2025-04-30T20:12:09.296Z | Downloaded scopeguard v1.2.0 |
| 1000 | 2025-04-30T20:12:09.300Z | Downloaded pkcs1 v0.7.5 |
| 1001 | 2025-04-30T20:12:09.300Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1002 | 2025-04-30T20:12:09.303Z | Downloaded rustc-demangle v0.1.24 |
| 1003 | 2025-04-30T20:12:09.306Z | Downloaded russh-keys v0.45.0 |
| 1004 | 2025-04-30T20:12:09.309Z | Downloaded ring v0.17.11 |
| 1005 | 2025-04-30T20:12:09.353Z | Downloaded rustversion v1.0.17 |
| 1006 | 2025-04-30T20:12:09.356Z | Downloaded diesel_derives v2.2.3 |
| 1007 | 2025-04-30T20:12:09.360Z | Downloaded progenitor-impl v0.8.0 |
| 1008 | 2025-04-30T20:12:09.363Z | Downloaded utf16_iter v1.0.5 |
| 1009 | 2025-04-30T20:12:09.366Z | Downloaded universal-hash v0.5.1 |
| 1010 | 2025-04-30T20:12:09.366Z | Downloaded subtle v2.6.1 |
| 1011 | 2025-04-30T20:12:09.366Z | Downloaded encoding_rs v0.8.34 |
| 1012 | 2025-04-30T20:12:09.389Z | Downloaded strum_macros v0.24.3 |
| 1013 | 2025-04-30T20:12:09.392Z | Downloaded env_logger v0.11.5 |
| 1014 | 2025-04-30T20:12:09.395Z | Downloaded der_derive v0.7.3 |
| 1015 | 2025-04-30T20:12:09.395Z | Downloaded idna v1.0.3 |
| 1016 | 2025-04-30T20:12:09.398Z | Downloaded hash32 v0.3.1 |
| 1017 | 2025-04-30T20:12:09.402Z | Downloaded pkcs8 v0.10.2 |
| 1018 | 2025-04-30T20:12:09.402Z | Downloaded zerocopy-derive v0.8.10 |
| 1019 | 2025-04-30T20:12:09.408Z | Downloaded tokio-rustls v0.26.0 |
| 1020 | 2025-04-30T20:12:09.411Z | Downloaded uuid v1.16.0 |
| 1021 | 2025-04-30T20:12:09.414Z | Downloaded zeroize_derive v1.4.2 |
| 1022 | 2025-04-30T20:12:09.414Z | Downloaded time v0.3.36 |
| 1023 | 2025-04-30T20:12:09.422Z | Downloaded hkdf v0.12.4 |
| 1024 | 2025-04-30T20:12:09.426Z | Downloaded getrandom v0.2.15 |
| 1025 | 2025-04-30T20:12:09.429Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1026 | 2025-04-30T20:12:09.429Z | Downloaded olpc-cjson v0.1.4 |
| 1027 | 2025-04-30T20:12:09.429Z | Downloaded itertools v0.13.0 |
| 1028 | 2025-04-30T20:12:09.436Z | Downloaded hyper v1.6.0 |
| 1029 | 2025-04-30T20:12:09.444Z | Downloaded minimal-lexical v0.2.1 |
| 1030 | 2025-04-30T20:12:09.447Z | Downloaded parking_lot_core v0.8.6 |
| 1031 | 2025-04-30T20:12:09.450Z | Downloaded tokio-stream v0.1.17 |
| 1032 | 2025-04-30T20:12:09.453Z | Downloaded time-macros v0.2.18 |
| 1033 | 2025-04-30T20:12:09.456Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1034 | 2025-04-30T20:12:09.515Z | Downloaded peg v0.8.5 |
| 1035 | 2025-04-30T20:12:09.519Z | Downloaded pretty_assertions v1.4.1 |
| 1036 | 2025-04-30T20:12:09.522Z | Downloaded ed25519-dalek v2.1.1 |
| 1037 | 2025-04-30T20:12:09.525Z | Downloaded crossbeam-channel v0.5.15 |
| 1038 | 2025-04-30T20:12:09.529Z | Downloaded snafu-derive v0.8.5 |
| 1039 | 2025-04-30T20:12:09.532Z | Downloaded fatfs v0.3.6 |
| 1040 | 2025-04-30T20:12:09.532Z | Downloaded unicode-properties v0.1.3 |
| 1041 | 2025-04-30T20:12:09.536Z | Downloaded deranged v0.3.11 |
| 1042 | 2025-04-30T20:12:09.536Z | Downloaded yansi v1.0.1 |
| 1043 | 2025-04-30T20:12:09.539Z | Downloaded p256 v0.13.2 |
| 1044 | 2025-04-30T20:12:09.542Z | Downloaded term v0.7.0 |
| 1045 | 2025-04-30T20:12:09.547Z | Downloaded rayon-core v1.12.1 |
| 1046 | 2025-04-30T20:12:09.550Z | Downloaded steno v0.4.1 |
| 1047 | 2025-04-30T20:12:09.553Z | Downloaded hickory-server v0.24.4 |
| 1048 | 2025-04-30T20:12:09.558Z | Downloaded serde_repr v0.1.19 |
| 1049 | 2025-04-30T20:12:09.562Z | Downloaded ref-cast-impl v1.0.23 |
| 1050 | 2025-04-30T20:12:09.562Z | Downloaded zstd-safe v7.2.3 |
| 1051 | 2025-04-30T20:12:09.566Z | Downloaded zstd v0.13.3 |
| 1052 | 2025-04-30T20:12:09.566Z | Downloaded strum_macros v0.26.4 |
| 1053 | 2025-04-30T20:12:09.569Z | Downloaded libxml v0.3.3 |
| 1054 | 2025-04-30T20:12:09.573Z | Downloaded libm v0.2.8 |
| 1055 | 2025-04-30T20:12:09.581Z | Downloaded itertools v0.10.5 |
| 1056 | 2025-04-30T20:12:09.587Z | Downloaded signal-hook v0.3.17 |
| 1057 | 2025-04-30T20:12:09.590Z | Downloaded derive_builder_core v0.20.2 |
| 1058 | 2025-04-30T20:12:09.594Z | Downloaded num_enum_derive v0.5.11 |
| 1059 | 2025-04-30T20:12:09.594Z | Downloaded ghash v0.5.1 |
| 1060 | 2025-04-30T20:12:09.594Z | Downloaded gethostname v0.5.0 |
| 1061 | 2025-04-30T20:12:09.597Z | Downloaded spin v0.9.8 |
| 1062 | 2025-04-30T20:12:09.598Z | Downloaded flume v0.11.1 |
| 1063 | 2025-04-30T20:12:09.601Z | Downloaded nibble_vec v0.1.0 |
| 1064 | 2025-04-30T20:12:09.604Z | Downloaded newtype_derive v0.1.6 |
| 1065 | 2025-04-30T20:12:09.604Z | Downloaded difflib v0.4.0 |
| 1066 | 2025-04-30T20:12:09.604Z | Downloaded tokio-rustls v0.25.0 |
| 1067 | 2025-04-30T20:12:09.607Z | Downloaded pin-project-internal v1.1.6 |
| 1068 | 2025-04-30T20:12:09.610Z | Downloaded futures v0.3.31 |
| 1069 | 2025-04-30T20:12:09.613Z | Downloaded rustls-pemfile v1.0.4 |
| 1070 | 2025-04-30T20:12:09.616Z | Downloaded tokio-rustls v0.24.1 |
| 1071 | 2025-04-30T20:12:09.619Z | Downloaded derive_more v0.99.19 |
| 1072 | 2025-04-30T20:12:09.623Z | Downloaded compact_str v0.8.0 |
| 1073 | 2025-04-30T20:12:09.626Z | Downloaded tracing-core v0.1.32 |
| 1074 | 2025-04-30T20:12:09.629Z | Downloaded dirs-sys-next v0.1.2 |
| 1075 | 2025-04-30T20:12:09.632Z | Downloaded tinystr v0.7.6 |
| 1076 | 2025-04-30T20:12:09.632Z | Downloaded termcolor v1.4.1 |
| 1077 | 2025-04-30T20:12:09.635Z | Downloaded unicode-truncate v1.1.0 |
| 1078 | 2025-04-30T20:12:09.635Z | Downloaded predicates-core v1.0.8 |
| 1079 | 2025-04-30T20:12:09.638Z | Downloaded paste v1.0.15 |
| 1080 | 2025-04-30T20:12:09.638Z | Downloaded secrecy v0.10.3 |
| 1081 | 2025-04-30T20:12:09.641Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1082 | 2025-04-30T20:12:09.641Z | Downloaded same-file v1.0.6 |
| 1083 | 2025-04-30T20:12:09.641Z | Downloaded num-derive v0.3.3 |
| 1084 | 2025-04-30T20:12:09.645Z | Downloaded native-tls v0.2.12 |
| 1085 | 2025-04-30T20:12:09.645Z | Downloaded termios v0.3.3 |
| 1086 | 2025-04-30T20:12:09.648Z | Downloaded ssh-cipher v0.2.0 |
| 1087 | 2025-04-30T20:12:09.648Z | Downloaded rcgen v0.12.1 |
| 1088 | 2025-04-30T20:12:09.651Z | Downloaded quinn v0.11.5 |
| 1089 | 2025-04-30T20:12:09.654Z | Downloaded aes v0.8.4 |
| 1090 | 2025-04-30T20:12:09.657Z | Downloaded rtoolbox v0.0.2 |
| 1091 | 2025-04-30T20:12:09.660Z | Downloaded rand_core v0.6.4 |
| 1092 | 2025-04-30T20:12:09.660Z | Downloaded shlex v1.3.0 |
| 1093 | 2025-04-30T20:12:09.663Z | Downloaded bytes v1.10.1 |
| 1094 | 2025-04-30T20:12:09.666Z | Downloaded futures-channel v0.3.31 |
| 1095 | 2025-04-30T20:12:09.670Z | Downloaded zerocopy v0.6.6 |
| 1096 | 2025-04-30T20:12:09.690Z | Downloaded futures-executor v0.3.31 |
| 1097 | 2025-04-30T20:12:09.690Z | Downloaded base64 v0.21.7 |
| 1098 | 2025-04-30T20:12:09.690Z | Downloaded backtrace v0.3.74 |
| 1099 | 2025-04-30T20:12:09.690Z | Downloaded pkg-config v0.3.31 |
| 1100 | 2025-04-30T20:12:09.690Z | Downloaded derive_builder v0.20.2 |
| 1101 | 2025-04-30T20:12:09.690Z | Downloaded darling v0.20.10 |
| 1102 | 2025-04-30T20:12:09.693Z | Downloaded daft-derive v0.1.3 |
| 1103 | 2025-04-30T20:12:09.696Z | Downloaded daft v0.1.3 |
| 1104 | 2025-04-30T20:12:09.699Z | Downloaded csv-core v0.1.11 |
| 1105 | 2025-04-30T20:12:09.699Z | Downloaded icu_collections v1.5.0 |
| 1106 | 2025-04-30T20:12:09.705Z | Downloaded value-bag v1.9.0 |
| 1107 | 2025-04-30T20:12:09.708Z | Downloaded hickory-resolver v0.24.4 |
| 1108 | 2025-04-30T20:12:09.712Z | Downloaded heapless v0.8.0 |
| 1109 | 2025-04-30T20:12:09.715Z | Downloaded multimap v0.10.0 |
| 1110 | 2025-04-30T20:12:09.719Z | Downloaded allocator-api2 v0.2.18 |
| 1111 | 2025-04-30T20:12:09.722Z | Downloaded vte v0.11.1 |
| 1112 | 2025-04-30T20:12:09.722Z | Downloaded tokio-macros v2.5.0 |
| 1113 | 2025-04-30T20:12:09.725Z | Downloaded tls_codec_derive v0.4.1 |
| 1114 | 2025-04-30T20:12:09.725Z | Downloaded ed25519 v2.2.3 |
| 1115 | 2025-04-30T20:12:09.728Z | Downloaded chacha20poly1305 v0.10.1 |
| 1116 | 2025-04-30T20:12:09.728Z | Downloaded arc-swap v1.7.1 |
| 1117 | 2025-04-30T20:12:09.731Z | Downloaded smallvec v1.14.0 |
| 1118 | 2025-04-30T20:12:09.734Z | Downloaded slog v2.7.0 |
| 1119 | 2025-04-30T20:12:09.737Z | Downloaded litrs v0.4.1 |
| 1120 | 2025-04-30T20:12:09.741Z | Downloaded icu_properties v1.5.1 |
| 1121 | 2025-04-30T20:12:09.744Z | Downloaded indicatif v0.17.11 |
| 1122 | 2025-04-30T20:12:09.747Z | Downloaded indexmap v1.9.3 |
| 1123 | 2025-04-30T20:12:09.750Z | Downloaded serde_with_macros v3.12.0 |
| 1124 | 2025-04-30T20:12:09.753Z | Downloaded base64 v0.13.1 |
| 1125 | 2025-04-30T20:12:09.757Z | Downloaded blake2 v0.10.6 |
| 1126 | 2025-04-30T20:12:09.760Z | Downloaded colored v2.2.0 |
| 1127 | 2025-04-30T20:12:09.760Z | Downloaded crossbeam-epoch v0.9.18 |
| 1128 | 2025-04-30T20:12:09.763Z | Downloaded const-oid v0.9.6 |
| 1129 | 2025-04-30T20:12:09.763Z | Downloaded clang-sys v1.8.1 |
| 1130 | 2025-04-30T20:12:09.766Z | Downloaded cookie v0.18.1 |
| 1131 | 2025-04-30T20:12:09.769Z | Downloaded cargo_metadata v0.18.1 |
| 1132 | 2025-04-30T20:12:09.770Z | Downloaded hickory-client v0.24.4 |
| 1133 | 2025-04-30T20:12:09.773Z | Downloaded string_cache v0.8.9 |
| 1134 | 2025-04-30T20:12:09.776Z | Downloaded static_assertions v1.1.0 |
| 1135 | 2025-04-30T20:12:09.776Z | Downloaded heapless v0.7.17 |
| 1136 | 2025-04-30T20:12:09.779Z | Downloaded signal-hook-mio v0.2.4 |
| 1137 | 2025-04-30T20:12:09.782Z | Downloaded rustc-hash v1.1.0 |
| 1138 | 2025-04-30T20:12:09.782Z | Downloaded resolv-conf v0.7.0 |
| 1139 | 2025-04-30T20:12:09.782Z | Downloaded psl-types v2.0.11 |
| 1140 | 2025-04-30T20:12:09.785Z | Downloaded progenitor v0.9.1 |
| 1141 | 2025-04-30T20:12:09.785Z | Downloaded icu_provider v1.5.0 |
| 1142 | 2025-04-30T20:12:09.789Z | Downloaded icu_normalizer v1.5.0 |
| 1143 | 2025-04-30T20:12:09.792Z | Downloaded icu_locid_transform_data v1.5.0 |
| 1144 | 2025-04-30T20:12:09.795Z | Downloaded rustc-hash v2.1.1 |
| 1145 | 2025-04-30T20:12:09.795Z | Downloaded bzip2 v0.5.2 |
| 1146 | 2025-04-30T20:12:09.795Z | Downloaded bzip2 v0.4.4 |
| 1147 | 2025-04-30T20:12:09.798Z | Downloaded ciborium v0.2.2 |
| 1148 | 2025-04-30T20:12:09.801Z | Downloaded iana-time-zone v0.1.63 |
| 1149 | 2025-04-30T20:12:09.801Z | Downloaded cookie_store v0.21.1 |
| 1150 | 2025-04-30T20:12:09.804Z | Downloaded async-bb8-diesel v0.2.1 |
| 1151 | 2025-04-30T20:12:09.807Z | Downloaded argon2 v0.5.3 |
| 1152 | 2025-04-30T20:12:09.807Z | Downloaded bit-set v0.8.0 |
| 1153 | 2025-04-30T20:12:09.810Z | Downloaded bcs v0.1.6 |
| 1154 | 2025-04-30T20:12:09.811Z | Downloaded memmap2 v0.9.5 |
| 1155 | 2025-04-30T20:12:09.814Z | Downloaded lock_api v0.4.12 |
| 1156 | 2025-04-30T20:12:09.814Z | Downloaded indoc v2.0.6 |
| 1157 | 2025-04-30T20:12:09.817Z | Downloaded bit-vec v0.6.3 |
| 1158 | 2025-04-30T20:12:09.818Z | Downloaded arrayvec v0.7.6 |
| 1159 | 2025-04-30T20:12:09.821Z | Downloaded libloading v0.8.5 |
| 1160 | 2025-04-30T20:12:09.821Z | Downloaded libsw v3.4.0 |
| 1161 | 2025-04-30T20:12:09.821Z | Downloaded jobserver v0.1.32 |
| 1162 | 2025-04-30T20:12:09.824Z | Downloaded ipnet v2.11.0 |
| 1163 | 2025-04-30T20:12:09.824Z | Downloaded libefi-sys v0.1.0 |
| 1164 | 2025-04-30T20:12:09.827Z | Downloaded hyper-staticfile v0.10.1 |
| 1165 | 2025-04-30T20:12:09.827Z | Downloaded libsw-core v0.3.1 |
| 1166 | 2025-04-30T20:12:09.830Z | Downloaded humantime v2.1.0 |
| 1167 | 2025-04-30T20:12:09.830Z | Downloaded backoff v0.4.0 |
| 1168 | 2025-04-30T20:12:09.833Z | Downloaded crossbeam-deque v0.8.5 |
| 1169 | 2025-04-30T20:12:09.833Z | Downloaded chacha20 v0.9.1 |
| 1170 | 2025-04-30T20:12:09.836Z | Downloaded blowfish v0.9.1 |
| 1171 | 2025-04-30T20:12:09.836Z | Downloaded block-padding v0.3.3 |
| 1172 | 2025-04-30T20:12:09.837Z | Downloaded managed v0.8.0 |
| 1173 | 2025-04-30T20:12:09.840Z | Downloaded libscf-sys v1.1.0 |
| 1174 | 2025-04-30T20:12:09.840Z | Downloaded indent_write v2.2.0 |
| 1175 | 2025-04-30T20:12:09.840Z | Downloaded cexpr v0.6.0 |
| 1176 | 2025-04-30T20:12:09.843Z | Downloaded cbc v0.1.2 |
| 1177 | 2025-04-30T20:12:09.843Z | Downloaded buf-list v1.0.3 |
| 1178 | 2025-04-30T20:12:09.846Z | Downloaded hyper-tls v0.6.0 |
| 1179 | 2025-04-30T20:12:09.846Z | Downloaded cobs v0.2.3 |
| 1180 | 2025-04-30T20:12:09.850Z | Downloaded cipher v0.4.4 |
| 1181 | 2025-04-30T20:12:09.850Z | Downloaded ciborium-ll v0.2.2 |
| 1182 | 2025-04-30T20:12:09.850Z | Downloaded bitfield-struct v0.6.2 |
| 1183 | 2025-04-30T20:12:09.850Z | Downloaded bitfield v0.14.0 |
| 1184 | 2025-04-30T20:12:09.855Z | Downloaded instability v0.3.2 |
| 1185 | 2025-04-30T20:12:09.855Z | Downloaded kstat-rs v0.2.4 |
| 1186 | 2025-04-30T20:12:09.855Z | Downloaded inout v0.1.3 |
| 1187 | 2025-04-30T20:12:09.858Z | Downloaded castaway v0.2.3 |
| 1188 | 2025-04-30T20:12:09.858Z | Downloaded bit-set v0.5.3 |
| 1189 | 2025-04-30T20:12:09.858Z | Downloaded async-stream v0.3.6 |
| 1190 | 2025-04-30T20:12:09.858Z | Downloaded keccak v0.1.5 |
| 1191 | 2025-04-30T20:12:09.863Z | Downloaded idna_adapter v1.2.0 |
| 1192 | 2025-04-30T20:12:09.863Z | Downloaded cassowary v0.3.0 |
| 1193 | 2025-04-30T20:12:09.863Z | Downloaded is-terminal v0.4.13 |
| 1194 | 2025-04-30T20:12:09.866Z | Downloaded const_format_proc_macros v0.2.34 |
| 1195 | 2025-04-30T20:12:09.866Z | Downloaded ident_case v1.0.1 |
| 1196 | 2025-04-30T20:12:09.866Z | Downloaded home v0.5.9 |
| 1197 | 2025-04-30T20:12:09.866Z | Downloaded hex v0.4.3 |
| 1198 | 2025-04-30T20:12:09.869Z | Downloaded heck v0.3.3 |
| 1199 | 2025-04-30T20:12:09.869Z | Downloaded assert_matches v1.5.0 |
| 1200 | 2025-04-30T20:12:09.869Z | Downloaded array-init v0.0.4 |
| 1201 | 2025-04-30T20:12:09.873Z | Downloaded async-recursion v1.1.1 |
| 1202 | 2025-04-30T20:12:09.873Z | Downloaded ascii-canvas v3.0.0 |
| 1203 | 2025-04-30T20:12:09.876Z | Downloaded lru v0.12.5 |
| 1204 | 2025-04-30T20:12:09.876Z | Downloaded instant v0.1.13 |
| 1205 | 2025-04-30T20:12:09.879Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1206 | 2025-04-30T20:12:09.879Z | Downloaded arrayref v0.3.9 |
| 1207 | 2025-04-30T20:12:10.135Z | Downloaded aws-lc-sys v0.26.0 |
| 1208 | 2025-04-30T20:12:10.459Z | Compiling serde v1.0.219 |
| 1209 | 2025-04-30T20:12:10.462Z | Compiling value-bag v1.9.0 |
| 1210 | 2025-04-30T20:12:10.462Z | Compiling shlex v1.3.0 |
| 1211 | 2025-04-30T20:12:10.462Z | Compiling lock_api v0.4.12 |
| 1212 | 2025-04-30T20:12:10.462Z | Compiling scopeguard v1.2.0 |
| 1213 | 2025-04-30T20:12:10.462Z | Compiling typenum v1.17.0 |
| 1214 | 2025-04-30T20:12:10.666Z | Compiling syn v2.0.98 |
| 1215 | 2025-04-30T20:12:10.682Z | Compiling getrandom v0.2.15 |
| 1216 | 2025-04-30T20:12:10.756Z | Compiling jobserver v0.1.32 |
| 1217 | 2025-04-30T20:12:10.960Z | Compiling rand_core v0.6.4 |
| 1218 | 2025-04-30T20:12:11.137Z | Compiling log v0.4.22 |
| 1219 | 2025-04-30T20:12:11.137Z | Compiling cc v1.2.15 |
| 1220 | 2025-04-30T20:12:11.223Z | Compiling generic-array v0.14.7 |
| 1221 | 2025-04-30T20:12:11.495Z | Compiling smallvec v1.14.0 |
| 1222 | 2025-04-30T20:12:11.548Z | Compiling subtle v2.6.1 |
| 1223 | 2025-04-30T20:12:11.604Z | Compiling const-oid v0.9.6 |
| 1224 | 2025-04-30T20:12:11.634Z | Compiling stable_deref_trait v1.2.0 |
| 1225 | 2025-04-30T20:12:11.760Z | Compiling pkg-config v0.3.31 |
| 1226 | 2025-04-30T20:12:11.887Z | Compiling rustix v0.38.37 |
| 1227 | 2025-04-30T20:12:11.906Z | Compiling parking_lot_core v0.9.10 |
| 1228 | 2025-04-30T20:12:11.911Z | Compiling pin-project-lite v0.2.14 |
| 1229 | 2025-04-30T20:12:12.071Z | Compiling signal-hook-registry v1.4.2 |
| 1230 | 2025-04-30T20:12:12.731Z | Compiling mio v1.0.2 |
| 1231 | 2025-04-30T20:12:12.781Z | Compiling parking_lot v0.12.3 |
| 1232 | 2025-04-30T20:12:12.971Z | Compiling spin v0.9.8 |
| 1233 | 2025-04-30T20:12:12.975Z | Compiling futures-core v0.3.31 |
| 1234 | 2025-04-30T20:12:13.012Z | Compiling aho-corasick v1.1.3 |
| 1235 | 2025-04-30T20:12:13.270Z | Compiling regex-syntax v0.8.5 |
| 1236 | 2025-04-30T20:12:13.396Z | Compiling either v1.14.0 |
| 1237 | 2025-04-30T20:12:13.665Z | Compiling litemap v0.7.3 |
| 1238 | 2025-04-30T20:12:13.721Z | Compiling serde_json v1.0.140 |
| 1239 | 2025-04-30T20:12:13.851Z | Compiling writeable v0.5.5 |
| 1240 | 2025-04-30T20:12:13.965Z | Compiling libm v0.2.8 |
| 1241 | 2025-04-30T20:12:14.081Z | Compiling cpufeatures v0.2.14 |
| 1242 | 2025-04-30T20:12:14.134Z | Compiling socket2 v0.5.9 |
| 1243 | 2025-04-30T20:12:14.207Z | Compiling num-traits v0.2.19 |
| 1244 | 2025-04-30T20:12:14.375Z | Compiling slab v0.4.9 |
| 1245 | 2025-04-30T20:12:14.425Z | Compiling glob v0.3.2 |
| 1246 | 2025-04-30T20:12:14.903Z | Compiling futures-sink v0.3.31 |
| 1247 | 2025-04-30T20:12:15.053Z | Compiling icu_locid_transform_data v1.5.0 |
| 1248 | 2025-04-30T20:12:15.092Z | Compiling prettyplease v0.2.30 |
| 1249 | 2025-04-30T20:12:15.174Z | Compiling getrandom v0.3.1 |
| 1250 | 2025-04-30T20:12:15.281Z | Compiling clang-sys v1.8.1 |
| 1251 | 2025-04-30T20:12:15.486Z | Compiling lazy_static v1.5.0 |
| 1252 | 2025-04-30T20:12:15.507Z | Compiling foldhash v0.1.3 |
| 1253 | 2025-04-30T20:12:15.642Z | Compiling minimal-lexical v0.2.1 |
| 1254 | 2025-04-30T20:12:15.951Z | Compiling icu_properties_data v1.5.0 |
| 1255 | 2025-04-30T20:12:16.020Z | Compiling allocator-api2 v0.2.18 |
| 1256 | 2025-04-30T20:12:16.163Z | Compiling nom v7.1.3 |
| 1257 | 2025-04-30T20:12:16.228Z | Compiling libloading v0.8.5 |
| 1258 | 2025-04-30T20:12:16.608Z | Compiling bindgen v0.69.5 |
| 1259 | 2025-04-30T20:12:16.652Z | Compiling utf16_iter v1.0.5 |
| 1260 | 2025-04-30T20:12:16.788Z | Compiling hashbrown v0.15.1 |
| 1261 | 2025-04-30T20:12:16.876Z | Compiling base64ct v1.6.0 |
| 1262 | 2025-04-30T20:12:17.469Z | Compiling regex-automata v0.4.8 |
| 1263 | 2025-04-30T20:12:17.535Z | Compiling percent-encoding v2.3.1 |
| 1264 | 2025-04-30T20:12:17.557Z | Compiling utf8_iter v1.0.4 |
| 1265 | 2025-04-30T20:12:17.728Z | Compiling icu_normalizer_data v1.5.0 |
| 1266 | 2025-04-30T20:12:17.815Z | Compiling write16 v1.0.0 |
| 1267 | 2025-04-30T20:12:17.848Z | Compiling home v0.5.9 |
| 1268 | 2025-04-30T20:12:17.901Z | Compiling pem-rfc7468 v0.7.0 |
| 1269 | 2025-04-30T20:12:18.014Z | Compiling synstructure v0.13.1 |
| 1270 | 2025-04-30T20:12:18.577Z | Compiling itertools v0.12.1 |
| 1271 | 2025-04-30T20:12:19.444Z | Compiling cexpr v0.6.0 |
| 1272 | 2025-04-30T20:12:19.465Z | Compiling flagset v0.4.6 |
| 1273 | 2025-04-30T20:12:19.485Z | Compiling lazycell v1.3.0 |
| 1274 | 2025-04-30T20:12:19.675Z | Compiling rustc-hash v1.1.0 |
| 1275 | 2025-04-30T20:12:19.697Z | Compiling futures-channel v0.3.31 |
| 1276 | 2025-04-30T20:12:19.854Z | Compiling cmake v0.1.51 |
| 1277 | 2025-04-30T20:12:20.105Z | Compiling futures-task v0.3.31 |
| 1278 | 2025-04-30T20:12:20.412Z | Compiling dunce v1.0.5 |
| 1279 | 2025-04-30T20:12:20.564Z | Compiling fs_extra v1.3.0 |
| 1280 | 2025-04-30T20:12:20.695Z | Compiling futures-io v0.3.31 |
| 1281 | 2025-04-30T20:12:20.977Z | Compiling pin-utils v0.1.0 |
| 1282 | 2025-04-30T20:12:20.981Z | Compiling form_urlencoded v1.2.1 |
| 1283 | 2025-04-30T20:12:21.044Z | Compiling paste v1.0.15 |
| 1284 | 2025-04-30T20:12:21.076Z | Compiling vcpkg v0.2.15 |
| 1285 | 2025-04-30T20:12:21.107Z | Compiling crossbeam-utils v0.8.21 |
| 1286 | 2025-04-30T20:12:21.305Z | Compiling ring v0.17.11 |
| 1287 | 2025-04-30T20:12:21.400Z | Compiling tracing-core v0.1.32 |
| 1288 | 2025-04-30T20:12:21.705Z | Compiling aws-lc-rs v1.12.4 |
| 1289 | 2025-04-30T20:12:22.157Z | Compiling zerocopy v0.8.10 |
| 1290 | 2025-04-30T20:12:22.407Z | Compiling regex v1.11.1 |
| 1291 | 2025-04-30T20:12:22.552Z | Compiling iana-time-zone v0.1.63 |
| 1292 | 2025-04-30T20:12:22.764Z | Compiling openssl-sys v0.9.107 |
| 1293 | 2025-04-30T20:12:23.037Z | Compiling tinyvec_macros v0.1.1 |
| 1294 | 2025-04-30T20:12:23.141Z | Compiling rustls-pki-types v1.10.0 |
| 1295 | 2025-04-30T20:12:23.210Z | Compiling serde_derive v1.0.219 |
| 1296 | 2025-04-30T20:12:23.379Z | Compiling zeroize_derive v1.4.2 |
| 1297 | 2025-04-30T20:12:23.847Z | Compiling zerofrom-derive v0.1.4 |
| 1298 | 2025-04-30T20:12:24.026Z | Compiling yoke-derive v0.7.4 |
| 1299 | 2025-04-30T20:12:24.050Z | Compiling zerovec-derive v0.10.3 |
| 1300 | 2025-04-30T20:12:24.801Z | Compiling zeroize v1.8.1 |
| 1301 | 2025-04-30T20:12:26.233Z | Compiling displaydoc v0.2.5 |
| 1302 | 2025-04-30T20:12:26.413Z | Compiling crypto-common v0.1.6 |
| 1303 | 2025-04-30T20:12:26.485Z | Compiling block-buffer v0.10.4 |
| 1304 | 2025-04-30T20:12:26.585Z | Compiling zerocopy-derive v0.7.35 |
| 1305 | 2025-04-30T20:12:26.637Z | Compiling icu_provider_macros v1.5.0 |
| 1306 | 2025-04-30T20:12:26.745Z | Compiling digest v0.10.7 |
| 1307 | 2025-04-30T20:12:27.178Z | Compiling zerofrom v0.1.4 |
| 1308 | 2025-04-30T20:12:27.200Z | Compiling hmac v0.12.1 |
| 1309 | 2025-04-30T20:12:27.396Z | Compiling yoke v0.7.4 |
| 1310 | 2025-04-30T20:12:27.448Z | Compiling tokio-macros v2.5.0 |
| 1311 | 2025-04-30T20:12:27.694Z | Compiling block-padding v0.3.3 |
| 1312 | 2025-04-30T20:12:27.714Z | Compiling zerovec v0.10.4 |
| 1313 | 2025-04-30T20:12:27.754Z | Compiling sha2 v0.10.8 |
| 1314 | 2025-04-30T20:12:27.946Z | Compiling inout v0.1.3 |
| 1315 | 2025-04-30T20:12:28.218Z | Compiling cipher v0.4.4 |
| 1316 | 2025-04-30T20:12:28.278Z | Compiling thiserror-impl v1.0.69 |
| 1317 | 2025-04-30T20:12:28.506Z | Compiling zerocopy v0.7.35 |
| 1318 | 2025-04-30T20:12:28.631Z | Compiling der_derive v0.7.3 |
| 1319 | 2025-04-30T20:12:28.775Z | Compiling futures-macro v0.3.31 |
| 1320 | 2025-04-30T20:12:28.962Z | Compiling salsa20 v0.10.2 |
| 1321 | 2025-04-30T20:12:29.220Z | Compiling pbkdf2 v0.12.2 |
| 1322 | 2025-04-30T20:12:29.417Z | Compiling tinystr v0.7.6 |
| 1323 | 2025-04-30T20:12:29.708Z | Compiling icu_collections v1.5.0 |
| 1324 | 2025-04-30T20:12:29.817Z | Compiling icu_locid v1.5.0 |
| 1325 | 2025-04-30T20:12:29.894Z | Compiling ppv-lite86 v0.2.20 |
| 1326 | 2025-04-30T20:12:30.594Z | Compiling futures-util v0.3.31 |
| 1327 | 2025-04-30T20:12:30.691Z | Compiling scrypt v0.11.0 |
| 1328 | 2025-04-30T20:12:30.886Z | Compiling aes v0.8.4 |
| 1329 | 2025-04-30T20:12:30.907Z | Compiling icu_provider v1.5.0 |
| 1330 | 2025-04-30T20:12:31.191Z | Compiling der v0.7.9 |
| 1331 | 2025-04-30T20:12:31.241Z | Compiling thiserror v1.0.69 |
| 1332 | 2025-04-30T20:12:31.308Z | Compiling cbc v0.1.2 |
| 1333 | 2025-04-30T20:12:31.408Z | Compiling pest v2.7.14 |
| 1334 | 2025-04-30T20:12:31.568Z | Compiling icu_locid_transform v1.5.0 |
| 1335 | 2025-04-30T20:12:31.795Z | Compiling tracing-attributes v0.1.27 |
| 1336 | 2025-04-30T20:12:31.880Z | Compiling zerocopy-derive v0.8.10 |
| 1337 | 2025-04-30T20:12:33.608Z | Compiling icu_properties v1.5.1 |
| 1338 | 2025-04-30T20:12:33.979Z | Compiling spki v0.7.3 |
| 1339 | 2025-04-30T20:12:34.070Z | Compiling pest_meta v2.7.14 |
| 1340 | 2025-04-30T20:12:34.346Z | Compiling pkcs5 v0.7.1 |
| 1341 | 2025-04-30T20:12:34.462Z | Compiling scroll_derive v0.12.0 |
| 1342 | 2025-04-30T20:12:34.529Z | Compiling httparse v1.9.5 |
| 1343 | 2025-04-30T20:12:35.294Z | Compiling tracing v0.1.40 |
| 1344 | 2025-04-30T20:12:35.305Z | Compiling pkcs8 v0.10.2 |
| 1345 | 2025-04-30T20:12:35.428Z | Compiling pest_generator v2.7.14 |
| 1346 | 2025-04-30T20:12:35.835Z | Compiling scroll v0.12.0 |
| 1347 | 2025-04-30T20:12:35.865Z | Compiling bytes v1.10.1 |
| 1348 | 2025-04-30T20:12:35.941Z | Compiling bitflags v2.9.0 |
| 1349 | 2025-04-30T20:12:36.156Z | Compiling semver v1.0.25 |
| 1350 | 2025-04-30T20:12:36.829Z | Compiling indexmap v2.7.1 |
| 1351 | 2025-04-30T20:12:37.306Z | Compiling tokio v1.43.1 |
| 1352 | 2025-04-30T20:12:37.328Z | Compiling rustc_version v0.4.1 |
| 1353 | 2025-04-30T20:12:38.029Z | Compiling icu_normalizer v1.5.0 |
| 1354 | 2025-04-30T20:12:38.157Z | Compiling http v1.2.0 |
| 1355 | 2025-04-30T20:12:38.337Z | Compiling uuid v1.16.0 |
| 1356 | 2025-04-30T20:12:38.525Z | Compiling chrono v0.4.40 |
| 1357 | 2025-04-30T20:12:38.872Z | Compiling tinyvec v1.8.0 |
| 1358 | 2025-04-30T20:12:39.119Z | Compiling idna_adapter v1.2.0 |
| 1359 | 2025-04-30T20:12:39.365Z | Compiling idna v1.0.3 |
| 1360 | 2025-04-30T20:12:39.874Z | Compiling http-body v1.0.1 |
| 1361 | 2025-04-30T20:12:39.896Z | Compiling serde_derive_internals v0.29.1 |
| 1362 | 2025-04-30T20:12:40.140Z | Compiling which v4.4.2 |
| 1363 | 2025-04-30T20:12:40.347Z | Compiling url v2.5.3 |
| 1364 | 2025-04-30T20:12:40.351Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1365 | 2025-04-30T20:12:40.891Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1366 | 2025-04-30T20:12:41.076Z | Compiling num-conv v0.1.0 |
| 1367 | 2025-04-30T20:12:41.098Z | Compiling adler2 v2.0.0 |
| 1368 | 2025-04-30T20:12:41.327Z | Compiling schemars v0.8.22 |
| 1369 | 2025-04-30T20:12:41.347Z | Compiling time-core v0.1.2 |
| 1370 | 2025-04-30T20:12:41.412Z | Compiling foreign-types-shared v0.1.1 |
| 1371 | 2025-04-30T20:12:41.539Z | Compiling openssl v0.10.72 |
| 1372 | 2025-04-30T20:12:41.557Z | Compiling try-lock v0.2.5 |
| 1373 | 2025-04-30T20:12:41.693Z | Compiling atomic-waker v1.1.2 |
| 1374 | 2025-04-30T20:12:41.735Z | Compiling untrusted v0.7.1 |
| 1375 | 2025-04-30T20:12:41.816Z | Compiling untrusted v0.9.0 |
| 1376 | 2025-04-30T20:12:41.891Z | Compiling powerfmt v0.2.0 |
| 1377 | 2025-04-30T20:12:41.939Z | Compiling rustversion v1.0.17 |
| 1378 | 2025-04-30T20:12:42.067Z | Compiling want v0.3.1 |
| 1379 | 2025-04-30T20:12:42.095Z | Compiling time-macros v0.2.18 |
| 1380 | 2025-04-30T20:12:42.099Z | Compiling schemars_derive v0.8.22 |
| 1381 | 2025-04-30T20:12:42.255Z | Compiling deranged v0.3.11 |
| 1382 | 2025-04-30T20:12:42.343Z | Compiling foreign-types v0.3.2 |
| 1383 | 2025-04-30T20:12:42.670Z | Compiling miniz_oxide v0.8.5 |
| 1384 | 2025-04-30T20:12:44.122Z | Compiling goblin v0.8.2 |
| 1385 | 2025-04-30T20:12:44.148Z | Compiling rand_core v0.9.2 |
| 1386 | 2025-04-30T20:12:44.590Z | Compiling pest_derive v2.7.14 |
| 1387 | 2025-04-30T20:12:45.370Z | Compiling tokio-util v0.7.13 |
| 1388 | 2025-04-30T20:12:45.655Z | Compiling openssl-macros v0.1.1 |
| 1389 | 2025-04-30T20:12:46.150Z | Compiling syn v1.0.109 |
| 1390 | 2025-04-30T20:12:46.188Z | Compiling num_threads v0.1.7 |
| 1391 | 2025-04-30T20:12:46.340Z | Compiling httpdate v1.0.3 |
| 1392 | 2025-04-30T20:12:46.427Z | Compiling dyn-clone v1.0.19 |
| 1393 | 2025-04-30T20:12:46.663Z | Compiling h2 v0.4.6 |
| 1394 | 2025-04-30T20:12:46.752Z | Compiling rustls v0.23.19 |
| 1395 | 2025-04-30T20:12:46.795Z | Compiling native-tls v0.2.12 |
| 1396 | 2025-04-30T20:12:46.845Z | Compiling tower-service v0.3.3 |
| 1397 | 2025-04-30T20:12:47.197Z | Compiling time v0.3.36 |
| 1398 | 2025-04-30T20:12:50.352Z | Compiling dof v0.3.0 |
| 1399 | 2025-04-30T20:12:50.375Z | Compiling dtrace-parser v0.2.0 |
| 1400 | 2025-04-30T20:12:51.884Z | Compiling rand_chacha v0.9.0 |
| 1401 | 2025-04-30T20:12:52.303Z | Compiling unicode-normalization v0.1.24 |
| 1402 | 2025-04-30T20:12:52.928Z | Compiling heapless v0.7.17 |
| 1403 | 2025-04-30T20:12:53.353Z | Compiling rand_chacha v0.3.1 |
| 1404 | 2025-04-30T20:12:53.408Z | Compiling signature v2.2.0 |
| 1405 | 2025-04-30T20:12:53.441Z | Compiling crossbeam-epoch v0.9.18 |
| 1406 | 2025-04-30T20:12:53.748Z | Compiling hyper v1.6.0 |
| 1407 | 2025-04-30T20:12:53.883Z | Compiling cookie v0.18.1 |
| 1408 | 2025-04-30T20:12:54.140Z | Compiling crc32fast v1.4.2 |
| 1409 | 2025-04-30T20:12:54.222Z | Compiling zstd-safe v7.2.3 |
| 1410 | 2025-04-30T20:12:54.487Z | Compiling siphasher v0.3.11 |
| 1411 | 2025-04-30T20:12:54.578Z | Compiling rayon-core v1.12.1 |
| 1412 | 2025-04-30T20:12:54.774Z | Compiling unicode-properties v0.1.3 |
| 1413 | 2025-04-30T20:12:54.873Z | Compiling slog v2.7.0 |
| 1414 | 2025-04-30T20:12:54.909Z | Compiling unicode-bidi v0.3.17 |
| 1415 | 2025-04-30T20:12:55.201Z | Compiling base64 v0.22.1 |
| 1416 | 2025-04-30T20:12:55.390Z | Compiling signal-hook v0.3.17 |
| 1417 | 2025-04-30T20:12:55.605Z | Compiling openssl-probe v0.1.5 |
| 1418 | 2025-04-30T20:12:55.756Z | Compiling stringprep v0.1.5 |
| 1419 | 2025-04-30T20:12:56.020Z | Compiling phf_shared v0.11.2 |
| 1420 | 2025-04-30T20:12:56.073Z | Compiling hyper-util v0.1.11 |
| 1421 | 2025-04-30T20:12:56.389Z | Compiling crossbeam-deque v0.8.5 |
| 1422 | 2025-04-30T20:12:56.411Z | Compiling usdt-impl v0.5.0 |
| 1423 | 2025-04-30T20:12:56.441Z | Compiling rand v0.8.5 |
| 1424 | 2025-04-30T20:12:56.757Z | Compiling rand v0.9.0 |
| 1425 | 2025-04-30T20:12:57.272Z | Compiling curve25519-dalek v4.1.3 |
| 1426 | 2025-04-30T20:12:57.768Z | Compiling serde_spanned v0.6.8 |
| 1427 | 2025-04-30T20:12:57.772Z | Compiling serde_tokenstream v0.2.2 |
| 1428 | 2025-04-30T20:12:57.990Z | Compiling toml_datetime v0.6.8 |
| 1429 | 2025-04-30T20:12:58.025Z | Compiling md-5 v0.10.6 |
| 1430 | 2025-04-30T20:12:58.316Z | Compiling num-integer v0.1.46 |
| 1431 | 2025-04-30T20:12:58.351Z | Compiling ff v0.13.0 |
| 1432 | 2025-04-30T20:12:58.377Z | Compiling hash32 v0.2.1 |
| 1433 | 2025-04-30T20:12:58.494Z | Compiling memoffset v0.9.1 |
| 1434 | 2025-04-30T20:12:58.576Z | Compiling gimli v0.31.1 |
| 1435 | 2025-04-30T20:12:58.579Z | Compiling base16ct v0.2.0 |
| 1436 | 2025-04-30T20:12:58.767Z | Compiling psl-types v2.0.11 |
| 1437 | 2025-04-30T20:12:58.830Z | Compiling litrs v0.4.1 |
| 1438 | 2025-04-30T20:12:58.921Z | Compiling fallible-iterator v0.2.0 |
| 1439 | 2025-04-30T20:12:58.977Z | Compiling smoltcp v0.9.1 |
| 1440 | 2025-04-30T20:12:59.000Z | Compiling cfg_aliases v0.2.1 |
| 1441 | 2025-04-30T20:12:59.072Z | Compiling newtype-uuid v1.2.1 |
| 1442 | 2025-04-30T20:12:59.120Z | Compiling portable-atomic v1.11.0 |
| 1443 | 2025-04-30T20:12:59.376Z | Compiling num-bigint-dig v0.8.4 |
| 1444 | 2025-04-30T20:12:59.590Z | Compiling postgres-protocol v0.6.8 |
| 1445 | 2025-04-30T20:12:59.702Z | Compiling nix v0.29.0 |
| 1446 | 2025-04-30T20:12:59.756Z | Compiling publicsuffix v2.3.0 |
| 1447 | 2025-04-30T20:12:59.888Z | Compiling document-features v0.2.10 |
| 1448 | 2025-04-30T20:13:00.186Z | Compiling num-iter v0.1.45 |
| 1449 | 2025-04-30T20:13:00.227Z | Compiling sec1 v0.7.3 |
| 1450 | 2025-04-30T20:13:00.567Z | Compiling group v0.13.0 |
| 1451 | 2025-04-30T20:13:01.033Z | Compiling tokio-native-tls v0.3.1 |
| 1452 | 2025-04-30T20:13:01.449Z | Compiling flate2 v1.1.1 |
| 1453 | 2025-04-30T20:13:01.892Z | Compiling ipnetwork v0.21.1 |
| 1454 | 2025-04-30T20:13:01.957Z | Compiling http-body-util v0.1.3 |
| 1455 | 2025-04-30T20:13:02.159Z | Compiling terminal_size v0.4.0 |
| 1456 | 2025-04-30T20:13:02.328Z | Compiling hkdf v0.12.4 |
| 1457 | 2025-04-30T20:13:02.401Z | Compiling crypto-bigint v0.5.5 |
| 1458 | 2025-04-30T20:13:02.419Z | Compiling webpki-roots v0.26.6 |
| 1459 | 2025-04-30T20:13:02.443Z | Compiling async-trait v0.1.88 |
| 1460 | 2025-04-30T20:13:02.591Z | Compiling zerocopy-derive v0.6.6 |
| 1461 | 2025-04-30T20:13:02.642Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1462 | 2025-04-30T20:13:02.736Z | Compiling addr2line v0.24.2 |
| 1463 | 2025-04-30T20:13:03.257Z | Compiling sync_wrapper v1.0.1 |
| 1464 | 2025-04-30T20:13:03.432Z | Compiling ahash v0.8.11 |
| 1465 | 2025-04-30T20:13:03.452Z | Compiling fs-err v3.1.0 |
| 1466 | 2025-04-30T20:13:03.814Z | Compiling object v0.36.5 |
| 1467 | 2025-04-30T20:13:03.835Z | Compiling bumpalo v3.16.0 |
| 1468 | 2025-04-30T20:13:04.117Z | Compiling lockfree-object-pool v0.1.6 |
| 1469 | 2025-04-30T20:13:04.305Z | Compiling rustc-demangle v0.1.24 |
| 1470 | 2025-04-30T20:13:04.392Z | Compiling tower-layer v0.3.3 |
| 1471 | 2025-04-30T20:13:04.545Z | Compiling anyhow v1.0.98 |
| 1472 | 2025-04-30T20:13:04.689Z | Compiling zip v2.6.1 |
| 1473 | 2025-04-30T20:13:04.941Z | Compiling managed v0.8.0 |
| 1474 | 2025-04-30T20:13:05.033Z | Compiling winnow v0.5.40 |
| 1475 | 2025-04-30T20:13:05.174Z | Compiling ipnet v2.11.0 |
| 1476 | 2025-04-30T20:13:05.197Z | Compiling unicode-width v0.2.0 |
| 1477 | 2025-04-30T20:13:05.378Z | Compiling buf-list v1.0.3 |
| 1478 | 2025-04-30T20:13:05.759Z | Compiling simd-adler32 v0.3.7 |
| 1479 | 2025-04-30T20:13:06.098Z | Compiling clap_builder v4.5.35 |
| 1480 | 2025-04-30T20:13:06.204Z | Compiling zopfli v0.8.1 |
| 1481 | 2025-04-30T20:13:06.310Z | Compiling console v0.15.10 |
| 1482 | 2025-04-30T20:13:07.764Z | Compiling elliptic-curve v0.13.8 |
| 1483 | 2025-04-30T20:13:08.348Z | Compiling toml_edit v0.19.15 |
| 1484 | 2025-04-30T20:13:08.656Z | Compiling strum_macros v0.25.3 |
| 1485 | 2025-04-30T20:13:08.972Z | Compiling hubpack_derive v0.1.1 |
| 1486 | 2025-04-30T20:13:09.023Z | Compiling tower v0.5.2 |
| 1487 | 2025-04-30T20:13:09.624Z | Compiling zerocopy v0.6.6 |
| 1488 | 2025-04-30T20:13:09.877Z | Compiling hubpack v0.1.2 |
| 1489 | 2025-04-30T20:13:10.318Z | Compiling backtrace v0.3.74 |
| 1490 | 2025-04-30T20:13:10.610Z | Compiling hyper-tls v0.6.0 |
| 1491 | 2025-04-30T20:13:10.791Z | Compiling oxnet v0.1.1 |
| 1492 | 2025-04-30T20:13:11.039Z | Compiling rayon v1.10.0 |
| 1493 | 2025-04-30T20:13:11.558Z | Compiling signal-hook-mio v0.2.4 |
| 1494 | 2025-04-30T20:13:11.749Z | Compiling cookie_store v0.21.1 |
| 1495 | 2025-04-30T20:13:12.327Z | Compiling zstd v0.13.3 |
| 1496 | 2025-04-30T20:13:12.909Z | Compiling postgres-types v0.2.9 |
| 1497 | 2025-04-30T20:13:14.255Z | Compiling usdt-macro v0.5.0 |
| 1498 | 2025-04-30T20:13:14.321Z | Compiling usdt-attr-macro v0.5.0 |
| 1499 | 2025-04-30T20:13:14.588Z | Compiling phf v0.11.2 |
| 1500 | 2025-04-30T20:13:14.892Z | Compiling ed25519 v2.2.3 |
| 1501 | 2025-04-30T20:13:15.346Z | Compiling strum_macros v0.26.4 |
| 1502 | 2025-04-30T20:13:15.385Z | Compiling bzip2 v0.5.2 |
| 1503 | 2025-04-30T20:13:15.688Z | Compiling bzip2 v0.4.4 |
| 1504 | 2025-04-30T20:13:15.768Z | Compiling clap_derive v4.5.32 |
| 1505 | 2025-04-30T20:13:15.951Z | Compiling enum-as-inner v0.6.1 |
| 1506 | 2025-04-30T20:13:16.059Z | Compiling serde-big-array v0.5.1 |
| 1507 | 2025-04-30T20:13:16.306Z | Compiling serde_urlencoded v0.7.1 |
| 1508 | 2025-04-30T20:13:16.684Z | Compiling pkcs1 v0.7.5 |
| 1509 | 2025-04-30T20:13:16.817Z | Compiling futures-executor v0.3.31 |
| 1510 | 2025-04-30T20:13:16.992Z | Compiling rfc6979 v0.4.0 |
| 1511 | 2025-04-30T20:13:17.209Z | Compiling rustls-pemfile v2.2.0 |
| 1512 | 2025-04-30T20:13:17.340Z | Compiling serde_repr v0.1.19 |
| 1513 | 2025-04-30T20:13:17.564Z | Compiling daft-derive v0.1.3 |
| 1514 | 2025-04-30T20:13:17.567Z | Compiling bstr v1.10.0 |
| 1515 | 2025-04-30T20:13:17.700Z | Compiling float-cmp v0.10.0 |
| 1516 | 2025-04-30T20:13:17.965Z | Compiling encoding_rs v0.8.34 |
| 1517 | 2025-04-30T20:13:18.493Z | Compiling precomputed-hash v0.1.1 |
| 1518 | 2025-04-30T20:13:18.637Z | Compiling predicates-core v1.0.8 |
| 1519 | 2025-04-30T20:13:18.975Z | Compiling static_assertions v1.1.0 |
| 1520 | 2025-04-30T20:13:19.099Z | Compiling unicode-segmentation v1.12.0 |
| 1521 | 2025-04-30T20:13:19.146Z | Compiling new_debug_unreachable v1.0.6 |
| 1522 | 2025-04-30T20:13:19.188Z | Compiling number_prefix v0.4.0 |
| 1523 | 2025-04-30T20:13:19.255Z | Compiling difflib v0.4.0 |
| 1524 | 2025-04-30T20:13:19.442Z | Compiling mime v0.3.17 |
| 1525 | 2025-04-30T20:13:19.747Z | Compiling whoami v1.5.2 |
| 1526 | 2025-04-30T20:13:19.937Z | Compiling fixedbitset v0.4.2 |
| 1527 | 2025-04-30T20:13:19.957Z | Compiling data-encoding v2.6.0 |
| 1528 | 2025-04-30T20:13:20.326Z | Compiling normalize-line-endings v0.3.0 |
| 1529 | 2025-04-30T20:13:20.359Z | Compiling clap v4.5.35 |
| 1530 | 2025-04-30T20:13:20.381Z | Compiling petgraph v0.6.5 |
| 1531 | 2025-04-30T20:13:20.467Z | Compiling predicates v3.1.3 |
| 1532 | 2025-04-30T20:13:20.495Z | Compiling tokio-postgres v0.7.13 |
| 1533 | 2025-04-30T20:13:20.525Z | Compiling similar v2.7.0 |
| 1534 | 2025-04-30T20:13:21.893Z | Compiling hickory-proto v0.24.4 |
| 1535 | 2025-04-30T20:13:21.972Z | Compiling strum v0.26.3 |
| 1536 | 2025-04-30T20:13:22.043Z | Compiling toml_edit v0.22.24 |
| 1537 | 2025-04-30T20:13:22.161Z | Compiling indicatif v0.17.11 |
| 1538 | 2025-04-30T20:13:22.819Z | Compiling string_cache v0.8.9 |
| 1539 | 2025-04-30T20:13:23.084Z | Compiling daft v0.1.3 |
| 1540 | 2025-04-30T20:13:23.646Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
| 1541 | 2025-04-30T20:13:24.067Z | Compiling usdt v0.5.0 |
| 1542 | 2025-04-30T20:13:24.206Z | Compiling ecdsa v0.16.9 |
| 1543 | 2025-04-30T20:13:24.569Z | Compiling rsa v0.9.6 |
| 1544 | 2025-04-30T20:13:25.079Z | Compiling futures v0.3.31 |
| 1545 | 2025-04-30T20:13:25.213Z | Compiling zip v0.6.6 |
| 1546 | 2025-04-30T20:13:26.505Z | Compiling ed25519-dalek v2.1.1 |
| 1547 | 2025-04-30T20:13:27.907Z | Compiling crossterm v0.28.1 |
| 1548 | 2025-04-30T20:13:28.320Z | Compiling toml v0.7.8 |
| 1549 | 2025-04-30T20:13:30.159Z | Compiling tokio-stream v0.1.17 |
| 1550 | 2025-04-30T20:13:30.308Z | Compiling openapiv3 v2.0.0 |
| 1551 | 2025-04-30T20:13:30.388Z | Compiling x509-cert v0.2.5 |
| 1552 | 2025-04-30T20:13:30.488Z | Compiling sha1 v0.10.6 |
| 1553 | 2025-04-30T20:13:30.917Z | Compiling itertools v0.10.5 |
| 1554 | 2025-04-30T20:13:30.936Z | Compiling dirs-sys-next v0.1.2 |
| 1555 | 2025-04-30T20:13:31.099Z | Compiling lalrpop-util v0.19.12 |
| 1556 | 2025-04-30T20:13:31.156Z | Compiling peg-runtime v0.8.5 |
| 1557 | 2025-04-30T20:13:31.469Z | Compiling unicode-xid v0.2.6 |
| 1558 | 2025-04-30T20:13:31.490Z | Compiling dirs-next v2.0.0 |
| 1559 | 2025-04-30T20:13:31.671Z | Compiling thread_local v1.1.8 |
| 1560 | 2025-04-30T20:13:31.707Z | Compiling slog-async v2.8.0 |
| 1561 | 2025-04-30T20:13:31.728Z | Compiling term v0.7.0 |
| 1562 | 2025-04-30T20:13:32.157Z | Compiling xattr v1.3.1 |
| 1563 | 2025-04-30T20:13:32.337Z | Compiling crossbeam-channel v0.5.15 |
| 1564 | 2025-04-30T20:13:32.403Z | Compiling filetime v0.2.25 |
| 1565 | 2025-04-30T20:13:32.448Z | Compiling is-terminal v0.4.13 |
| 1566 | 2025-04-30T20:13:32.607Z | Compiling take_mut v0.2.2 |
| 1567 | 2025-04-30T20:13:32.733Z | Compiling tar v0.4.44 |
| 1568 | 2025-04-30T20:13:32.795Z | Compiling slog-term v2.9.1 |
| 1569 | 2025-04-30T20:13:32.982Z | Compiling camino v1.1.9 |
| 1570 | 2025-04-30T20:13:39.261Z | Compiling aws-lc-sys v0.26.0 |
| 1571 | 2025-04-30T20:14:12.863Z | Compiling rustls-webpki v0.102.8 |
| 1572 | 2025-04-30T20:14:17.526Z | Compiling tokio-rustls v0.26.0 |
| 1573 | 2025-04-30T20:14:17.807Z | Compiling hyper-rustls v0.27.3 |
| 1574 | 2025-04-30T20:14:18.174Z | Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1) |
| 1575 | 2025-04-30T20:14:21.691Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1576 | 2025-04-30T20:14:21.980Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1577 | 2025-04-30T20:14:26.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s |
| 1578 | 2025-04-30T20:14:26.730Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1579 | 2025-04-30T20:14:26.785Z | Apr 30 20:14:26.146 INFO Starting download, target: Console |
| 1580 | 2025-04-30T20:14:26.785Z | Apr 30 20:14:26.146 INFO Starting download, target: Cockroach |
| 1581 | 2025-04-30T20:14:26.785Z | Apr 30 20:14:26.146 INFO Starting download, target: DendriteStub |
| 1582 | 2025-04-30T20:14:26.788Z | Apr 30 20:14:26.146 INFO Starting download, target: Clickhouse |
| 1583 | 2025-04-30T20:14:26.788Z | Apr 30 20:14:26.146 INFO Starting download, target: MaghemiteMgd |
| 1584 | 2025-04-30T20:14:26.788Z | Apr 30 20:14:26.146 INFO Starting download, target: TransceiverControl |
| 1585 | 2025-04-30T20:14:26.788Z | Apr 30 20:14:26.146 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1586 | 2025-04-30T20:14:26.788Z | Apr 30 20:14:26.147 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1587 | 2025-04-30T20:14:26.788Z | Apr 30 20:14:26.147 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1588 | 2025-04-30T20:14:26.788Z | Apr 30 20:14:26.147 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1589 | 2025-04-30T20:14:26.788Z | Apr 30 20:14:26.147 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1590 | 2025-04-30T20:14:26.788Z | Apr 30 20:14:26.147 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1591 | 2025-04-30T20:14:27.034Z | Apr 30 20:14:26.394 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1592 | 2025-04-30T20:14:27.332Z | Apr 30 20:14:26.687 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1593 | 2025-04-30T20:14:27.423Z | Apr 30 20:14:26.777 INFO Download complete, target: TransceiverControl |
| 1594 | 2025-04-30T20:14:27.715Z | Apr 30 20:14:27.039 INFO Download complete, target: Console |
| 1595 | 2025-04-30T20:14:28.724Z | Apr 30 20:14:28.084 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1596 | 2025-04-30T20:14:28.936Z | Apr 30 20:14:28.290 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1597 | 2025-04-30T20:14:29.512Z | Apr 30 20:14:28.818 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1598 | 2025-04-30T20:14:30.724Z | Apr 30 20:14:30.084 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1599 | 2025-04-30T20:14:30.724Z | Apr 30 20:14:30.084 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1600 | 2025-04-30T20:14:31.962Z | Apr 30 20:14:31.322 INFO Download complete, target: DendriteStub |
| 1601 | 2025-04-30T20:14:32.920Z | Apr 30 20:14:32.281 INFO Download complete, target: MaghemiteMgd |
| 1602 | 2025-04-30T20:14:37.349Z | Apr 30 20:14:36.708 INFO Checking that binary works, target: Cockroach |
| 1603 | 2025-04-30T20:14:37.519Z | Apr 30 20:14:36.878 INFO Download complete, target: Cockroach |
| 1604 | 2025-04-30T20:14:39.892Z | Apr 30 20:14:39.251 INFO Checking that binary works, target: Clickhouse |
| 1605 | 2025-04-30T20:14:40.489Z | Apr 30 20:14:39.848 INFO Download complete, target: Clickhouse |
| 1606 | 2025-04-30T20:14:40.526Z | All prerequisites installed successfully |
| 1607 | 2025-04-30T20:14:40.526Z | |
| 1608 | 2025-04-30T20:14:40.527Z | real 5:14.985209577 |
| 1609 | 2025-04-30T20:14:40.527Z | user 15:47.631854286 |
| 1610 | 2025-04-30T20:14:40.527Z | sys 2:12.133402488 |
| 1611 | 2025-04-30T20:14:40.527Z | trap 0.574950437 |
| 1612 | 2025-04-30T20:14:40.527Z | tflt 2.414888477 |
| 1613 | 2025-04-30T20:14:40.527Z | dflt 2.368251139 |
| 1614 | 2025-04-30T20:14:40.527Z | kflt 0.022862841 |
| 1615 | 2025-04-30T20:14:40.527Z | lock 23:50.168304095 |
| 1616 | 2025-04-30T20:14:40.527Z | slp 56:46.957939310 |
| 1617 | 2025-04-30T20:14:40.527Z | lat 1:00.764596176 |
| 1618 | 2025-04-30T20:14:40.527Z | stop 2:29.861389694 |
| 1619 | 2025-04-30T20:14:40.527Z | + ptime -m cargo xtask download softnpu |
| 1620 | 2025-04-30T20:14:41.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1621 | 2025-04-30T20:14:41.216Z | Running `target/debug/xtask download softnpu` |
| 1622 | 2025-04-30T20:14:42.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 1623 | 2025-04-30T20:14:42.268Z | Running `target/debug/xtask-downloader softnpu` |
| 1624 | 2025-04-30T20:14:42.310Z | Apr 30 20:14:41.669 INFO Starting download, target: Softnpu |
| 1625 | 2025-04-30T20:14:42.315Z | Apr 30 20:14:41.670 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1626 | 2025-04-30T20:14:42.907Z | Apr 30 20:14:42.266 INFO Download complete, target: Softnpu |
| 1627 | 2025-04-30T20:14:42.910Z | |
| 1628 | 2025-04-30T20:14:42.915Z | real 2.407384770 |
| 1629 | 2025-04-30T20:14:42.915Z | user 1.508593131 |
| 1630 | 2025-04-30T20:14:42.915Z | sys 0.655626685 |
| 1631 | 2025-04-30T20:14:42.915Z | trap 0.001126282 |
| 1632 | 2025-04-30T20:14:42.915Z | tflt 0.000064219 |
| 1633 | 2025-04-30T20:14:42.915Z | dflt 0.000157079 |
| 1634 | 2025-04-30T20:14:42.915Z | kflt 0.000000000 |
| 1635 | 2025-04-30T20:14:42.915Z | lock 6.428868290 |
| 1636 | 2025-04-30T20:14:42.915Z | slp 0.454881863 |
| 1637 | 2025-04-30T20:14:42.915Z | lat 0.074420965 |
| 1638 | 2025-04-30T20:14:42.915Z | stop 0.000169866 |
| 1639 | 2025-04-30T20:14:42.915Z | + export CARGO_INCREMENTAL=0 |
| 1640 | 2025-04-30T20:14:42.915Z | + CARGO_INCREMENTAL=0 |
| 1641 | 2025-04-30T20:14:42.915Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1642 | 2025-04-30T20:14:44.056Z | Compiling proc-macro2 v1.0.94 |
| 1643 | 2025-04-30T20:14:44.056Z | Compiling unicode-ident v1.0.14 |
| 1644 | 2025-04-30T20:14:44.060Z | Compiling libc v0.2.171 |
| 1645 | 2025-04-30T20:14:44.060Z | Compiling serde v1.0.219 |
| 1646 | 2025-04-30T20:14:44.060Z | Compiling autocfg v1.4.0 |
| 1647 | 2025-04-30T20:14:44.060Z | Compiling cfg-if v1.0.0 |
| 1648 | 2025-04-30T20:14:44.060Z | Compiling version_check v0.9.5 |
| 1649 | 2025-04-30T20:14:44.340Z | Compiling memchr v2.7.4 |
| 1650 | 2025-04-30T20:14:44.370Z | Compiling shlex v1.3.0 |
| 1651 | 2025-04-30T20:14:44.373Z | Compiling typenum v1.17.0 |
| 1652 | 2025-04-30T20:14:44.702Z | Compiling value-bag v1.9.0 |
| 1653 | 2025-04-30T20:14:44.924Z | Compiling lock_api v0.4.12 |
| 1654 | 2025-04-30T20:14:44.942Z | Compiling generic-array v0.14.7 |
| 1655 | 2025-04-30T20:14:45.221Z | Compiling log v0.4.22 |
| 1656 | 2025-04-30T20:14:45.269Z | Compiling serde_json v1.0.140 |
| 1657 | 2025-04-30T20:14:45.286Z | Compiling libm v0.2.8 |
| 1658 | 2025-04-30T20:14:45.602Z | Compiling num-traits v0.2.19 |
| 1659 | 2025-04-30T20:14:45.663Z | Compiling parking_lot_core v0.9.10 |
| 1660 | 2025-04-30T20:14:45.797Z | Compiling semver v1.0.25 |
| 1661 | 2025-04-30T20:14:45.941Z | Compiling quote v1.0.39 |
| 1662 | 2025-04-30T20:14:45.970Z | Compiling jobserver v0.1.32 |
| 1663 | 2025-04-30T20:14:46.082Z | Compiling scopeguard v1.2.0 |
| 1664 | 2025-04-30T20:14:46.126Z | Compiling getrandom v0.2.15 |
| 1665 | 2025-04-30T20:14:46.287Z | Compiling getrandom v0.3.1 |
| 1666 | 2025-04-30T20:14:46.386Z | Compiling syn v2.0.98 |
| 1667 | 2025-04-30T20:14:46.503Z | Compiling cc v1.2.15 |
| 1668 | 2025-04-30T20:14:46.522Z | Compiling rustix v0.38.37 |
| 1669 | 2025-04-30T20:14:46.540Z | Compiling smallvec v1.14.0 |
| 1670 | 2025-04-30T20:14:46.621Z | Compiling pkg-config v0.3.31 |
| 1671 | 2025-04-30T20:14:46.710Z | Compiling aho-corasick v1.1.3 |
| 1672 | 2025-04-30T20:14:46.728Z | Compiling regex-syntax v0.8.5 |
| 1673 | 2025-04-30T20:14:47.202Z | Compiling either v1.14.0 |
| 1674 | 2025-04-30T20:14:47.332Z | Compiling itoa v1.0.11 |
| 1675 | 2025-04-30T20:14:47.945Z | Compiling once_cell v1.21.3 |
| 1676 | 2025-04-30T20:14:47.982Z | Compiling rand_core v0.6.4 |
| 1677 | 2025-04-30T20:14:48.013Z | Compiling slab v0.4.9 |
| 1678 | 2025-04-30T20:14:48.418Z | Compiling stable_deref_trait v1.2.0 |
| 1679 | 2025-04-30T20:14:48.717Z | Compiling spin v0.9.8 |
| 1680 | 2025-04-30T20:14:48.951Z | Compiling errno v0.3.9 |
| 1681 | 2025-04-30T20:14:49.219Z | Compiling equivalent v1.0.1 |
| 1682 | 2025-04-30T20:14:49.281Z | Compiling foldhash v0.1.3 |
| 1683 | 2025-04-30T20:14:49.355Z | Compiling allocator-api2 v0.2.18 |
| 1684 | 2025-04-30T20:14:49.459Z | Compiling glob v0.3.2 |
| 1685 | 2025-04-30T20:14:49.560Z | Compiling subtle v2.6.1 |
| 1686 | 2025-04-30T20:14:49.808Z | Compiling prettyplease v0.2.30 |
| 1687 | 2025-04-30T20:14:49.898Z | Compiling lazy_static v1.5.0 |
| 1688 | 2025-04-30T20:14:50.047Z | Compiling hashbrown v0.15.1 |
| 1689 | 2025-04-30T20:14:50.148Z | Compiling clang-sys v1.8.1 |
| 1690 | 2025-04-30T20:14:50.210Z | Compiling minimal-lexical v0.2.1 |
| 1691 | 2025-04-30T20:14:50.260Z | Compiling schemars v0.8.22 |
| 1692 | 2025-04-30T20:14:50.349Z | Compiling regex-automata v0.4.8 |
| 1693 | 2025-04-30T20:14:50.513Z | Compiling thiserror v1.0.69 |
| 1694 | 2025-04-30T20:14:50.626Z | Compiling nom v7.1.3 |
| 1695 | 2025-04-30T20:14:50.944Z | Compiling libloading v0.8.5 |
| 1696 | 2025-04-30T20:14:51.239Z | Compiling bindgen v0.69.5 |
| 1697 | 2025-04-30T20:14:51.299Z | Compiling home v0.5.9 |
| 1698 | 2025-04-30T20:14:51.509Z | Compiling itertools v0.12.1 |
| 1699 | 2025-04-30T20:14:51.751Z | Compiling lazycell v1.3.0 |
| 1700 | 2025-04-30T20:14:51.934Z | Compiling pin-project-lite v0.2.14 |
| 1701 | 2025-04-30T20:14:52.030Z | Compiling ryu v1.0.18 |
| 1702 | 2025-04-30T20:14:52.328Z | Compiling rustc-hash v1.1.0 |
| 1703 | 2025-04-30T20:14:52.431Z | Compiling byteorder v1.5.0 |
| 1704 | 2025-04-30T20:14:52.500Z | Compiling cmake v0.1.51 |
| 1705 | 2025-04-30T20:14:52.744Z | Compiling litemap v0.7.3 |
| 1706 | 2025-04-30T20:14:52.957Z | Compiling writeable v0.5.5 |
| 1707 | 2025-04-30T20:14:53.212Z | Compiling dunce v1.0.5 |
| 1708 | 2025-04-30T20:14:53.266Z | Compiling fs_extra v1.3.0 |
| 1709 | 2025-04-30T20:14:53.797Z | Compiling synstructure v0.13.1 |
| 1710 | 2025-04-30T20:14:53.886Z | Compiling serde_derive_internals v0.29.1 |
| 1711 | 2025-04-30T20:14:54.078Z | Compiling cexpr v0.6.0 |
| 1712 | 2025-04-30T20:14:55.269Z | Compiling regex v1.11.1 |
| 1713 | 2025-04-30T20:14:55.530Z | Compiling paste v1.0.15 |
| 1714 | 2025-04-30T20:14:56.113Z | Compiling const-oid v0.9.6 |
| 1715 | 2025-04-30T20:14:56.164Z | Compiling icu_locid_transform_data v1.5.0 |
| 1716 | 2025-04-30T20:14:57.109Z | Compiling signal-hook-registry v1.4.2 |
| 1717 | 2025-04-30T20:14:57.870Z | Compiling serde_derive v1.0.219 |
| 1718 | 2025-04-30T20:14:57.885Z | Compiling zeroize_derive v1.4.2 |
| 1719 | 2025-04-30T20:14:57.885Z | Compiling zerofrom-derive v0.1.4 |
| 1720 | 2025-04-30T20:14:57.964Z | Compiling yoke-derive v0.7.4 |
| 1721 | 2025-04-30T20:14:58.112Z | Compiling zerovec-derive v0.10.3 |
| 1722 | 2025-04-30T20:14:58.133Z | Compiling displaydoc v0.2.5 |
| 1723 | 2025-04-30T20:14:58.540Z | Compiling icu_provider_macros v1.5.0 |
| 1724 | 2025-04-30T20:14:58.856Z | Compiling zeroize v1.8.1 |
| 1725 | 2025-04-30T20:14:59.532Z | Compiling tokio-macros v2.5.0 |
| 1726 | 2025-04-30T20:14:59.579Z | Compiling zerocopy-derive v0.7.35 |
| 1727 | 2025-04-30T20:15:00.270Z | Compiling thiserror-impl v1.0.69 |
| 1728 | 2025-04-30T20:15:00.402Z | Compiling schemars_derive v0.8.22 |
| 1729 | 2025-04-30T20:15:00.787Z | Compiling zerofrom v0.1.4 |
| 1730 | 2025-04-30T20:15:00.885Z | Compiling futures-macro v0.3.31 |
| 1731 | 2025-04-30T20:15:01.037Z | Compiling yoke v0.7.4 |
| 1732 | 2025-04-30T20:15:01.390Z | Compiling crypto-common v0.1.6 |
| 1733 | 2025-04-30T20:15:01.454Z | Compiling zerovec v0.10.4 |
| 1734 | 2025-04-30T20:15:01.587Z | Compiling fnv v1.0.7 |
| 1735 | 2025-04-30T20:15:01.618Z | Compiling icu_properties_data v1.5.0 |
| 1736 | 2025-04-30T20:15:02.026Z | Compiling der_derive v0.7.3 |
| 1737 | 2025-04-30T20:15:02.563Z | Compiling parking_lot v0.12.3 |
| 1738 | 2025-04-30T20:15:02.909Z | Compiling ring v0.17.11 |
| 1739 | 2025-04-30T20:15:03.034Z | Compiling mio v1.0.2 |
| 1740 | 2025-04-30T20:15:03.378Z | Compiling tinystr v0.7.6 |
| 1741 | 2025-04-30T20:15:03.426Z | Compiling write16 v1.0.0 |
| 1742 | 2025-04-30T20:15:03.769Z | Compiling icu_locid v1.5.0 |
| 1743 | 2025-04-30T20:15:03.910Z | Compiling icu_collections v1.5.0 |
| 1744 | 2025-04-30T20:15:04.437Z | Compiling icu_normalizer_data v1.5.0 |
| 1745 | 2025-04-30T20:15:04.568Z | Compiling utf8_iter v1.0.4 |
| 1746 | 2025-04-30T20:15:04.571Z | Compiling utf16_iter v1.0.5 |
| 1747 | 2025-04-30T20:15:04.800Z | Compiling percent-encoding v2.3.1 |
| 1748 | 2025-04-30T20:15:05.314Z | Compiling icu_provider v1.5.0 |
| 1749 | 2025-04-30T20:15:06.456Z | Compiling icu_locid_transform v1.5.0 |
| 1750 | 2025-04-30T20:15:06.502Z | Compiling block-buffer v0.10.4 |
| 1751 | 2025-04-30T20:15:06.627Z | Compiling tracing-attributes v0.1.27 |
| 1752 | 2025-04-30T20:15:07.123Z | Compiling vcpkg v0.2.15 |
| 1753 | 2025-04-30T20:15:07.536Z | Compiling aws-lc-rs v1.12.4 |
| 1754 | 2025-04-30T20:15:07.992Z | Compiling icu_properties v1.5.1 |
| 1755 | 2025-04-30T20:15:08.510Z | Compiling heck v0.5.0 |
| 1756 | 2025-04-30T20:15:08.920Z | Compiling openssl-sys v0.9.107 |
| 1757 | 2025-04-30T20:15:09.616Z | Compiling bitflags v2.9.0 |
| 1758 | 2025-04-30T20:15:09.659Z | Compiling bytes v1.10.1 |
| 1759 | 2025-04-30T20:15:11.116Z | Compiling indexmap v2.7.1 |
| 1760 | 2025-04-30T20:15:11.924Z | Compiling icu_normalizer v1.5.0 |
| 1761 | 2025-04-30T20:15:12.507Z | Compiling digest v0.10.7 |
| 1762 | 2025-04-30T20:15:12.595Z | Compiling socket2 v0.5.9 |
| 1763 | 2025-04-30T20:15:13.256Z | Compiling idna_adapter v1.2.0 |
| 1764 | 2025-04-30T20:15:13.599Z | Compiling zerocopy v0.8.10 |
| 1765 | 2025-04-30T20:15:13.806Z | Compiling which v4.4.2 |
| 1766 | 2025-04-30T20:15:14.389Z | Compiling idna v1.0.3 |
| 1767 | 2025-04-30T20:15:14.522Z | Compiling tokio v1.43.1 |
| 1768 | 2025-04-30T20:15:14.591Z | Compiling form_urlencoded v1.2.1 |
| 1769 | 2025-04-30T20:15:14.644Z | Compiling futures-core v0.3.31 |
| 1770 | 2025-04-30T20:15:15.179Z | Compiling zerocopy-derive v0.8.10 |
| 1771 | 2025-04-30T20:15:15.434Z | Compiling httparse v1.9.5 |
| 1772 | 2025-04-30T20:15:17.773Z | Compiling url v2.5.3 |
| 1773 | 2025-04-30T20:15:18.132Z | Compiling zerocopy v0.7.35 |
| 1774 | 2025-04-30T20:15:18.783Z | Compiling syn v1.0.109 |
| 1775 | 2025-04-30T20:15:18.858Z | Compiling crossbeam-utils v0.8.21 |
| 1776 | 2025-04-30T20:15:19.413Z | Compiling uuid v1.16.0 |
| 1777 | 2025-04-30T20:15:19.751Z | Compiling iana-time-zone v0.1.63 |
| 1778 | 2025-04-30T20:15:20.354Z | Compiling chrono v0.4.40 |
| 1779 | 2025-04-30T20:15:20.910Z | Compiling time-core v0.1.2 |
| 1780 | 2025-04-30T20:15:21.327Z | Compiling num-conv v0.1.0 |
| 1781 | 2025-04-30T20:15:21.454Z | Compiling cpufeatures v0.2.14 |
| 1782 | 2025-04-30T20:15:21.638Z | Compiling time-macros v0.2.18 |
| 1783 | 2025-04-30T20:15:23.075Z | Compiling hmac v0.12.1 |
| 1784 | 2025-04-30T20:15:23.330Z | Compiling rustc_version v0.4.1 |
| 1785 | 2025-04-30T20:15:24.448Z | Compiling futures-sink v0.3.31 |
| 1786 | 2025-04-30T20:15:24.642Z | Compiling openssl v0.10.72 |
| 1787 | 2025-04-30T20:15:25.200Z | Compiling block-padding v0.3.3 |
| 1788 | 2025-04-30T20:15:25.601Z | Compiling inout v0.1.3 |
| 1789 | 2025-04-30T20:15:25.751Z | Compiling serde_tokenstream v0.2.2 |
| 1790 | 2025-04-30T20:15:25.888Z | Compiling openssl-macros v0.1.1 |
| 1791 | 2025-04-30T20:15:26.103Z | Compiling aws-lc-sys v0.26.0 |
| 1792 | 2025-04-30T20:15:26.359Z | Compiling strsim v0.11.1 |
| 1793 | 2025-04-30T20:15:26.652Z | Compiling native-tls v0.2.12 |
| 1794 | 2025-04-30T20:15:26.966Z | Compiling dyn-clone v1.0.19 |
| 1795 | 2025-04-30T20:15:27.031Z | Compiling rustls v0.23.19 |
| 1796 | 2025-04-30T20:15:27.392Z | Compiling cipher v0.4.4 |
| 1797 | 2025-04-30T20:15:27.864Z | Compiling sha2 v0.10.8 |
| 1798 | 2025-04-30T20:15:28.466Z | Compiling scroll_derive v0.12.0 |
| 1799 | 2025-04-30T20:15:28.616Z | Compiling base64ct v1.6.0 |
| 1800 | 2025-04-30T20:15:28.707Z | Compiling ucd-trie v0.1.7 |
| 1801 | 2025-04-30T20:15:29.154Z | Compiling pem-rfc7468 v0.7.0 |
| 1802 | 2025-04-30T20:15:29.204Z | Compiling pest v2.7.14 |
| 1803 | 2025-04-30T20:15:29.808Z | Compiling futures-channel v0.3.31 |
| 1804 | 2025-04-30T20:15:30.110Z | Compiling http v1.2.0 |
| 1805 | 2025-04-30T20:15:30.520Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1806 | 2025-04-30T20:15:30.649Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1807 | 2025-04-30T20:15:31.193Z | Compiling cookie v0.18.1 |
| 1808 | 2025-04-30T20:15:31.287Z | Compiling slog v2.7.0 |
| 1809 | 2025-04-30T20:15:31.588Z | Compiling flagset v0.4.6 |
| 1810 | 2025-04-30T20:15:31.806Z | Compiling futures-task v0.3.31 |
| 1811 | 2025-04-30T20:15:31.809Z | Compiling pin-utils v0.1.0 |
| 1812 | 2025-04-30T20:15:31.946Z | Compiling futures-io v0.3.31 |
| 1813 | 2025-04-30T20:15:32.025Z | Compiling der v0.7.9 |
| 1814 | 2025-04-30T20:15:32.122Z | Compiling pest_meta v2.7.14 |
| 1815 | 2025-04-30T20:15:32.335Z | Compiling futures-util v0.3.31 |
| 1816 | 2025-04-30T20:15:33.071Z | Compiling toml_datetime v0.6.8 |
| 1817 | 2025-04-30T20:15:33.514Z | Compiling serde_spanned v0.6.8 |
| 1818 | 2025-04-30T20:15:33.773Z | Compiling rayon-core v1.12.1 |
| 1819 | 2025-04-30T20:15:34.446Z | Compiling anyhow v1.0.98 |
| 1820 | 2025-04-30T20:15:34.796Z | Compiling thiserror v2.0.12 |
| 1821 | 2025-04-30T20:15:35.029Z | Compiling rustversion v1.0.17 |
| 1822 | 2025-04-30T20:15:35.685Z | Compiling spki v0.7.3 |
| 1823 | 2025-04-30T20:15:35.767Z | Compiling pest_generator v2.7.14 |
| 1824 | 2025-04-30T20:15:36.081Z | Compiling salsa20 v0.10.2 |
| 1825 | 2025-04-30T20:15:36.718Z | Compiling ppv-lite86 v0.2.20 |
| 1826 | 2025-04-30T20:15:37.430Z | Compiling pbkdf2 v0.12.2 |
| 1827 | 2025-04-30T20:15:38.080Z | Compiling tracing-core v0.1.32 |
| 1828 | 2025-04-30T20:15:38.399Z | Compiling winnow v0.5.40 |
| 1829 | 2025-04-30T20:15:38.865Z | Compiling tracing v0.1.40 |
| 1830 | 2025-04-30T20:15:39.722Z | Compiling scrypt v0.11.0 |
| 1831 | 2025-04-30T20:15:40.215Z | Compiling pest_derive v2.7.14 |
| 1832 | 2025-04-30T20:15:40.993Z | Compiling cbc v0.1.2 |
| 1833 | 2025-04-30T20:15:41.211Z | Compiling aes v0.8.4 |
| 1834 | 2025-04-30T20:15:41.393Z | Compiling thiserror-impl v2.0.12 |
| 1835 | 2025-04-30T20:15:41.739Z | Compiling toml_edit v0.19.15 |
| 1836 | 2025-04-30T20:15:42.271Z | Compiling usdt-impl v0.5.0 |
| 1837 | 2025-04-30T20:15:42.307Z | Compiling litrs v0.4.1 |
| 1838 | 2025-04-30T20:15:42.679Z | Compiling rustls-pki-types v1.10.0 |
| 1839 | 2025-04-30T20:15:43.267Z | Compiling document-features v0.2.10 |
| 1840 | 2025-04-30T20:15:44.246Z | Compiling pkcs5 v0.7.1 |
| 1841 | 2025-04-30T20:15:44.443Z | Compiling tokio-util v0.7.13 |
| 1842 | 2025-04-30T20:15:45.411Z | Compiling scroll v0.12.0 |
| 1843 | 2025-04-30T20:15:45.423Z | Compiling heapless v0.7.17 |
| 1844 | 2025-04-30T20:15:46.276Z | Compiling signal-hook v0.3.17 |
| 1845 | 2025-04-30T20:15:46.625Z | Compiling plain v0.2.3 |
| 1846 | 2025-04-30T20:15:47.019Z | Compiling newtype-uuid v1.2.1 |
| 1847 | 2025-04-30T20:15:47.380Z | Compiling untrusted v0.9.0 |
| 1848 | 2025-04-30T20:15:47.403Z | Compiling zstd-safe v7.2.3 |
| 1849 | 2025-04-30T20:15:47.528Z | Compiling powerfmt v0.2.0 |
| 1850 | 2025-04-30T20:15:47.554Z | Compiling untrusted v0.7.1 |
| 1851 | 2025-04-30T20:15:47.588Z | Compiling adler2 v2.0.0 |
| 1852 | 2025-04-30T20:15:47.752Z | Compiling miniz_oxide v0.8.5 |
| 1853 | 2025-04-30T20:15:47.860Z | Compiling deranged v0.3.11 |
| 1854 | 2025-04-30T20:15:47.994Z | Compiling goblin v0.8.2 |
| 1855 | 2025-04-30T20:15:49.716Z | Compiling pkcs8 v0.10.2 |
| 1856 | 2025-04-30T20:15:51.510Z | Compiling pretty-hex v0.4.1 |
| 1857 | 2025-04-30T20:15:51.816Z | Compiling num_threads v0.1.7 |
| 1858 | 2025-04-30T20:15:51.966Z | Compiling tinyvec_macros v0.1.1 |
| 1859 | 2025-04-30T20:15:51.981Z | Compiling atomic-waker v1.1.2 |
| 1860 | 2025-04-30T20:15:52.284Z | Compiling tinyvec v1.8.0 |
| 1861 | 2025-04-30T20:15:52.483Z | Compiling time v0.3.36 |
| 1862 | 2025-04-30T20:15:55.573Z | Compiling dof v0.3.0 |
| 1863 | 2025-04-30T20:15:56.955Z | Compiling dtrace-parser v0.2.0 |
| 1864 | 2025-04-30T20:15:57.075Z | Compiling http-body v1.0.1 |
| 1865 | 2025-04-30T20:15:57.383Z | Compiling curve25519-dalek v4.1.3 |
| 1866 | 2025-04-30T20:15:57.699Z | Compiling async-trait v0.1.88 |
| 1867 | 2025-04-30T20:15:57.850Z | Compiling thread-id v4.2.2 |
| 1868 | 2025-04-30T20:15:57.992Z | Compiling memoffset v0.9.1 |
| 1869 | 2025-04-30T20:15:58.486Z | Compiling foreign-types-shared v0.1.1 |
| 1870 | 2025-04-30T20:15:58.624Z | Compiling num-bigint-dig v0.8.4 |
| 1871 | 2025-04-30T20:15:58.772Z | Compiling portable-atomic v1.11.0 |
| 1872 | 2025-04-30T20:15:58.982Z | Compiling try-lock v0.2.5 |
| 1873 | 2025-04-30T20:15:59.783Z | Compiling smoltcp v0.9.1 |
| 1874 | 2025-04-30T20:16:00.133Z | Compiling want v0.3.1 |
| 1875 | 2025-04-30T20:16:00.237Z | Compiling h2 v0.4.6 |
| 1876 | 2025-04-30T20:16:01.651Z | Compiling foreign-types v0.3.2 |
| 1877 | 2025-04-30T20:16:04.529Z | Compiling rand_core v0.9.2 |
| 1878 | 2025-04-30T20:16:05.601Z | Compiling strum_macros v0.26.4 |
| 1879 | 2025-04-30T20:16:07.800Z | Compiling gimli v0.31.1 |
| 1880 | 2025-04-30T20:16:09.361Z | Compiling httpdate v1.0.3 |
| 1881 | 2025-04-30T20:16:09.604Z | Compiling heck v0.4.1 |
| 1882 | 2025-04-30T20:16:09.742Z | Compiling tower-service v0.3.3 |
| 1883 | 2025-04-30T20:16:09.871Z | Compiling cfg_aliases v0.2.1 |
| 1884 | 2025-04-30T20:16:10.777Z | Compiling nix v0.29.0 |
| 1885 | 2025-04-30T20:16:11.567Z | Compiling hyper v1.6.0 |
| 1886 | 2025-04-30T20:16:12.288Z | Compiling addr2line v0.24.2 |
| 1887 | 2025-04-30T20:16:15.689Z | Compiling rand_chacha v0.9.0 |
| 1888 | 2025-04-30T20:16:16.059Z | Compiling crossbeam-epoch v0.9.18 |
| 1889 | 2025-04-30T20:16:16.719Z | Compiling unicode-normalization v0.1.24 |
| 1890 | 2025-04-30T20:16:19.315Z | Compiling rand_chacha v0.3.1 |
| 1891 | 2025-04-30T20:16:20.303Z | Compiling hubpack_derive v0.1.1 |
| 1892 | 2025-04-30T20:16:20.887Z | Compiling ipnetwork v0.21.1 |
| 1893 | 2025-04-30T20:16:21.088Z | Compiling openapiv3 v2.0.0 |
| 1894 | 2025-04-30T20:16:21.148Z | Compiling signature v2.2.0 |
| 1895 | 2025-04-30T20:16:21.397Z | Compiling daft-derive v0.1.3 |
| 1896 | 2025-04-30T20:16:21.419Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1897 | 2025-04-30T20:16:22.720Z | Compiling zerocopy-derive v0.6.6 |
| 1898 | 2025-04-30T20:16:22.784Z | Compiling object v0.36.5 |
| 1899 | 2025-04-30T20:16:24.450Z | Compiling fs-err v3.1.0 |
| 1900 | 2025-04-30T20:16:24.611Z | Compiling ahash v0.8.11 |
| 1901 | 2025-04-30T20:16:24.651Z | Compiling crc32fast v1.4.2 |
| 1902 | 2025-04-30T20:16:24.811Z | Compiling unicode-bidi v0.3.17 |
| 1903 | 2025-04-30T20:16:24.978Z | Compiling openssl-probe v0.1.5 |
| 1904 | 2025-04-30T20:16:24.999Z | Compiling base64 v0.22.1 |
| 1905 | 2025-04-30T20:16:25.019Z | Compiling buf-list v1.0.3 |
| 1906 | 2025-04-30T20:16:25.264Z | Compiling ident_case v1.0.1 |
| 1907 | 2025-04-30T20:16:25.467Z | Compiling anstyle v1.0.10 |
| 1908 | 2025-04-30T20:16:25.569Z | Compiling siphasher v0.3.11 |
| 1909 | 2025-04-30T20:16:25.902Z | Compiling utf8parse v0.2.2 |
| 1910 | 2025-04-30T20:16:26.082Z | Compiling zip v2.6.1 |
| 1911 | 2025-04-30T20:16:26.102Z | Compiling rustc-demangle v0.1.24 |
| 1912 | 2025-04-30T20:16:26.124Z | Compiling unicode-properties v0.1.3 |
| 1913 | 2025-04-30T20:16:26.515Z | Compiling stringprep v0.1.5 |
| 1914 | 2025-04-30T20:16:26.541Z | Compiling anstyle-parse v0.2.5 |
| 1915 | 2025-04-30T20:16:26.889Z | Compiling phf_shared v0.11.2 |
| 1916 | 2025-04-30T20:16:27.287Z | Compiling darling_core v0.20.10 |
| 1917 | 2025-04-30T20:16:29.498Z | Compiling rand v0.8.5 |
| 1918 | 2025-04-30T20:16:30.625Z | Compiling backtrace v0.3.74 |
| 1919 | 2025-04-30T20:16:34.683Z | Compiling crossbeam-deque v0.8.5 |
| 1920 | 2025-04-30T20:16:35.039Z | Compiling hyper-util v0.1.11 |
| 1921 | 2025-04-30T20:16:36.731Z | Compiling rand v0.9.0 |
| 1922 | 2025-04-30T20:16:40.118Z | Compiling usdt-attr-macro v0.5.0 |
| 1923 | 2025-04-30T20:16:40.911Z | Compiling usdt-macro v0.5.0 |
| 1924 | 2025-04-30T20:16:42.025Z | Compiling md-5 v0.10.6 |
| 1925 | 2025-04-30T20:16:42.120Z | Compiling num-integer v0.1.46 |
| 1926 | 2025-04-30T20:16:42.252Z | Compiling hash32 v0.2.1 |
| 1927 | 2025-04-30T20:16:42.340Z | Compiling ff v0.13.0 |
| 1928 | 2025-04-30T20:16:42.587Z | Compiling anstyle-query v1.1.1 |
| 1929 | 2025-04-30T20:16:42.771Z | Compiling psl-types v2.0.11 |
| 1930 | 2025-04-30T20:16:42.803Z | Compiling base16ct v0.2.0 |
| 1931 | 2025-04-30T20:16:43.118Z | Compiling is_terminal_polyfill v1.70.1 |
| 1932 | 2025-04-30T20:16:43.266Z | Compiling colorchoice v1.0.2 |
| 1933 | 2025-04-30T20:16:43.456Z | Compiling fallible-iterator v0.2.0 |
| 1934 | 2025-04-30T20:16:43.512Z | Compiling anstream v0.6.15 |
| 1935 | 2025-04-30T20:16:44.103Z | Compiling postgres-protocol v0.6.8 |
| 1936 | 2025-04-30T20:16:45.130Z | Compiling sec1 v0.7.3 |
| 1937 | 2025-04-30T20:16:45.217Z | Compiling publicsuffix v2.3.0 |
| 1938 | 2025-04-30T20:16:45.525Z | Compiling num-iter v0.1.45 |
| 1939 | 2025-04-30T20:16:45.732Z | Compiling group v0.13.0 |
| 1940 | 2025-04-30T20:16:48.243Z | Compiling darling_macro v0.20.10 |
| 1941 | 2025-04-30T20:16:48.455Z | Compiling tokio-native-tls v0.3.1 |
| 1942 | 2025-04-30T20:16:48.582Z | Compiling flate2 v1.1.1 |
| 1943 | 2025-04-30T20:16:48.736Z | Compiling strum_macros v0.25.3 |
| 1944 | 2025-04-30T20:16:49.475Z | Compiling http-body-util v0.1.3 |
| 1945 | 2025-04-30T20:16:49.957Z | Compiling webpki-roots v0.26.6 |
| 1946 | 2025-04-30T20:16:50.580Z | Compiling hkdf v0.12.4 |
| 1947 | 2025-04-30T20:16:50.848Z | Compiling sync_wrapper v1.0.1 |
| 1948 | 2025-04-30T20:16:50.878Z | Compiling terminal_size v0.4.0 |
| 1949 | 2025-04-30T20:16:51.042Z | Compiling clap_derive v4.5.32 |
| 1950 | 2025-04-30T20:16:51.115Z | Compiling enum-as-inner v0.6.1 |
| 1951 | 2025-04-30T20:16:51.154Z | Compiling crypto-bigint v0.5.5 |
| 1952 | 2025-04-30T20:16:51.981Z | Compiling serde_repr v0.1.19 |
| 1953 | 2025-04-30T20:16:53.073Z | Compiling encoding_rs v0.8.34 |
| 1954 | 2025-04-30T20:16:54.264Z | Compiling rustls-webpki v0.102.8 |
| 1955 | 2025-04-30T20:16:54.476Z | Compiling unicode-width v0.2.0 |
| 1956 | 2025-04-30T20:16:54.994Z | Compiling managed v0.8.0 |
| 1957 | 2025-04-30T20:16:55.445Z | Compiling simd-adler32 v0.3.7 |
| 1958 | 2025-04-30T20:16:55.947Z | Compiling lockfree-object-pool v0.1.6 |
| 1959 | 2025-04-30T20:16:55.969Z | Compiling bitflags v1.3.2 |
| 1960 | 2025-04-30T20:16:56.092Z | Compiling clap_lex v0.7.4 |
| 1961 | 2025-04-30T20:16:56.754Z | Compiling tower-layer v0.3.3 |
| 1962 | 2025-04-30T20:16:57.190Z | Compiling ipnet v2.11.0 |
| 1963 | 2025-04-30T20:16:57.628Z | Compiling bumpalo v3.16.0 |
| 1964 | 2025-04-30T20:16:58.071Z | Compiling mime v0.3.17 |
| 1965 | 2025-04-30T20:16:59.139Z | Compiling zopfli v0.8.1 |
| 1966 | 2025-04-30T20:17:00.118Z | Compiling tower v0.5.2 |
| 1967 | 2025-04-30T20:17:00.489Z | Compiling clap_builder v4.5.35 |
| 1968 | 2025-04-30T20:17:00.948Z | Compiling console v0.15.10 |
| 1969 | 2025-04-30T20:17:01.280Z | Compiling elliptic-curve v0.13.8 |
| 1970 | 2025-04-30T20:17:01.339Z | Compiling oxnet v0.1.1 |
| 1971 | 2025-04-30T20:17:02.020Z | Compiling tokio-rustls v0.26.0 |
| 1972 | 2025-04-30T20:17:02.667Z | Compiling hyper-rustls v0.27.3 |
| 1973 | 2025-04-30T20:17:02.673Z | Compiling hyper-tls v0.6.0 |
| 1974 | 2025-04-30T20:17:04.721Z | Compiling darling v0.20.10 |
| 1975 | 2025-04-30T20:17:04.854Z | Compiling zstd v0.13.3 |
| 1976 | 2025-04-30T20:17:05.393Z | Compiling rayon v1.10.0 |
| 1977 | 2025-04-30T20:17:05.469Z | Compiling signal-hook-mio v0.2.4 |
| 1978 | 2025-04-30T20:17:05.658Z | Compiling cookie_store v0.21.1 |
| 1979 | 2025-04-30T20:17:05.684Z | Compiling postgres-types v0.2.9 |
| 1980 | 2025-04-30T20:17:06.317Z | Compiling phf v0.11.2 |
| 1981 | 2025-04-30T20:17:06.801Z | Compiling zerocopy v0.6.6 |
| 1982 | 2025-04-30T20:17:06.822Z | Compiling ed25519 v2.2.3 |
| 1983 | 2025-04-30T20:17:06.853Z | Compiling hubpack v0.1.2 |
| 1984 | 2025-04-30T20:17:06.914Z | Compiling bzip2 v0.4.4 |
| 1985 | 2025-04-30T20:17:07.298Z | Compiling bzip2 v0.5.2 |
| 1986 | 2025-04-30T20:17:07.388Z | Compiling rustls-pemfile v2.2.0 |
| 1987 | 2025-04-30T20:17:07.412Z | Compiling pkcs1 v0.7.5 |
| 1988 | 2025-04-30T20:17:07.647Z | Compiling futures-executor v0.3.31 |
| 1989 | 2025-04-30T20:17:07.984Z | Compiling rfc6979 v0.4.0 |
| 1990 | 2025-04-30T20:17:08.115Z | Compiling serde_urlencoded v0.7.1 |
| 1991 | 2025-04-30T20:17:08.407Z | Compiling serde-big-array v0.5.1 |
| 1992 | 2025-04-30T20:17:08.619Z | Compiling float-cmp v0.10.0 |
| 1993 | 2025-04-30T20:17:08.657Z | Compiling bstr v1.10.0 |
| 1994 | 2025-04-30T20:17:08.668Z | Compiling regress v0.10.3 |
| 1995 | 2025-04-30T20:17:08.696Z | Compiling memmap v0.7.0 |
| 1996 | 2025-04-30T20:17:08.931Z | Compiling winnow v0.7.3 |
| 1997 | 2025-04-30T20:17:08.999Z | Compiling unicode-segmentation v1.12.0 |
| 1998 | 2025-04-30T20:17:09.595Z | Compiling new_debug_unreachable v1.0.6 |
| 1999 | 2025-04-30T20:17:09.718Z | Compiling static_assertions v1.1.0 |
| 2000 | 2025-04-30T20:17:09.856Z | Compiling number_prefix v0.4.0 |
| 2001 | 2025-04-30T20:17:10.007Z | Compiling predicates-core v1.0.8 |
| 2002 | 2025-04-30T20:17:10.364Z | Compiling whoami v1.5.2 |
| 2003 | 2025-04-30T20:17:10.563Z | Compiling data-encoding v2.6.0 |
| 2004 | 2025-04-30T20:17:10.858Z | Compiling difflib v0.4.0 |
| 2005 | 2025-04-30T20:17:14.221Z | Compiling fixedbitset v0.4.2 |
| 2006 | 2025-04-30T20:17:14.244Z | Compiling precomputed-hash v0.1.1 |
| 2007 | 2025-04-30T20:17:14.244Z | Compiling normalize-line-endings v0.3.0 |
| 2008 | 2025-04-30T20:17:14.244Z | Compiling predicates v3.1.3 |
| 2009 | 2025-04-30T20:17:14.244Z | Compiling typify-impl v0.3.0 |
| 2010 | 2025-04-30T20:17:14.244Z | Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1) |
| 2011 | 2025-04-30T20:17:14.258Z | Compiling petgraph v0.6.5 |
| 2012 | 2025-04-30T20:17:14.258Z | Compiling string_cache v0.8.9 |
| 2013 | 2025-04-30T20:17:14.258Z | Compiling toml_edit v0.22.24 |
| 2014 | 2025-04-30T20:17:14.259Z | Compiling hickory-proto v0.24.4 |
| 2015 | 2025-04-30T20:17:14.259Z | Compiling tokio-postgres v0.7.13 |
| 2016 | 2025-04-30T20:17:16.446Z | Compiling indicatif v0.17.11 |
| 2017 | 2025-04-30T20:17:18.184Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
| 2018 | 2025-04-30T20:17:18.980Z | Compiling similar v2.7.0 |
| 2019 | 2025-04-30T20:17:19.775Z | Compiling usdt v0.5.0 |
| 2020 | 2025-04-30T20:17:21.954Z | Compiling ecdsa v0.16.9 |
| 2021 | 2025-04-30T20:17:21.981Z | Compiling futures v0.3.31 |
| 2022 | 2025-04-30T20:17:21.981Z | Compiling rsa v0.9.6 |
| 2023 | 2025-04-30T20:17:21.981Z | Compiling zip v0.6.6 |
| 2024 | 2025-04-30T20:17:22.556Z | Compiling ed25519-dalek v2.1.1 |
| 2025 | 2025-04-30T20:17:23.731Z | Compiling crossterm v0.28.1 |
| 2026 | 2025-04-30T20:17:23.856Z | Compiling clap v4.5.35 |
| 2027 | 2025-04-30T20:17:24.001Z | Compiling daft v0.1.3 |
| 2028 | 2025-04-30T20:17:26.539Z | Compiling strum v0.26.3 |
| 2029 | 2025-04-30T20:17:26.683Z | Compiling tokio-stream v0.1.17 |
| 2030 | 2025-04-30T20:17:26.760Z | Compiling toml v0.7.8 |
| 2031 | 2025-04-30T20:17:27.292Z | Compiling x509-cert v0.2.5 |
| 2032 | 2025-04-30T20:17:28.113Z | Compiling sha1 v0.10.6 |
| 2033 | 2025-04-30T20:17:28.412Z | Compiling itertools v0.10.5 |
| 2034 | 2025-04-30T20:17:28.627Z | Compiling lalrpop-util v0.19.12 |
| 2035 | 2025-04-30T20:17:29.072Z | Compiling peg-runtime v0.8.5 |
| 2036 | 2025-04-30T20:17:29.505Z | Compiling unicode-xid v0.2.6 |
| 2037 | 2025-04-30T20:17:30.842Z | Compiling typify-macro v0.3.0 |
| 2038 | 2025-04-30T20:17:30.864Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2039 | 2025-04-30T20:17:35.062Z | Compiling camino v1.1.9 |
| 2040 | 2025-04-30T20:17:42.011Z | Compiling proc-macro-crate v1.3.1 |
| 2041 | 2025-04-30T20:17:42.769Z | Compiling macaddr v1.0.1 |
| 2042 | 2025-04-30T20:17:43.677Z | Compiling itertools v0.13.0 |
| 2043 | 2025-04-30T20:17:44.091Z | Compiling heapless v0.8.0 |
| 2044 | 2025-04-30T20:17:45.902Z | Compiling fastrand v2.1.1 |
| 2045 | 2025-04-30T20:17:46.580Z | Compiling tempfile v3.13.0 |
| 2046 | 2025-04-30T20:17:46.593Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2047 | 2025-04-30T20:17:54.886Z | Compiling num_enum_derive v0.5.11 |
| 2048 | 2025-04-30T20:18:01.925Z | Compiling structmeta-derive v0.3.0 |
| 2049 | 2025-04-30T20:18:04.150Z | Compiling hash32 v0.3.1 |
| 2050 | 2025-04-30T20:18:05.387Z | Compiling smoltcp v0.11.0 |
| 2051 | 2025-04-30T20:18:07.502Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2052 | 2025-04-30T20:18:10.622Z | Compiling structmeta v0.3.0 |
| 2053 | 2025-04-30T20:18:12.783Z | Compiling num_enum v0.5.11 |
| 2054 | 2025-04-30T20:18:13.606Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2055 | 2025-04-30T20:18:17.565Z | Compiling typify v0.3.0 |
| 2056 | 2025-04-30T20:18:21.761Z | Compiling dirs-sys-next v0.1.2 |
| 2057 | 2025-04-30T20:18:21.847Z | Compiling proc-macro-error-attr v1.0.4 |
| 2058 | 2025-04-30T20:18:22.929Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2059 | 2025-04-30T20:18:23.399Z | Compiling cobs v0.2.3 |
| 2060 | 2025-04-30T20:18:23.546Z | Compiling unsafe-libyaml v0.2.11 |
| 2061 | 2025-04-30T20:18:23.614Z | Compiling rustls v0.22.4 |
| 2062 | 2025-04-30T20:18:23.927Z | Compiling postcard v1.0.10 |
| 2063 | 2025-04-30T20:18:25.074Z | Compiling serde_yaml v0.9.34+deprecated |
| 2064 | 2025-04-30T20:18:33.262Z | Compiling dirs-next v2.0.0 |
| 2065 | 2025-04-30T20:18:35.766Z | Compiling progenitor-impl v0.9.1 |
| 2066 | 2025-04-30T20:18:37.856Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2067 | 2025-04-30T20:18:43.013Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5) |
| 2068 | 2025-04-30T20:18:43.957Z | Compiling hex v0.4.3 |
| 2069 | 2025-04-30T20:18:44.116Z | Compiling foreign-types-macros v0.2.3 |
| 2070 | 2025-04-30T20:18:44.661Z | Compiling thread_local v1.1.8 |
| 2071 | 2025-04-30T20:18:45.346Z | Compiling wait-timeout v0.2.0 |
| 2072 | 2025-04-30T20:18:45.375Z | Compiling proc-macro-error v1.0.4 |
| 2073 | 2025-04-30T20:18:45.746Z | Compiling multer v3.1.0 |
| 2074 | 2025-04-30T20:18:46.154Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5) |
| 2075 | 2025-04-30T20:18:46.318Z | Compiling slog-async v2.8.0 |
| 2076 | 2025-04-30T20:18:46.522Z | Compiling match_cfg v0.1.0 |
| 2077 | 2025-04-30T20:18:46.657Z | Compiling foreign-types-shared v0.3.1 |
| 2078 | 2025-04-30T20:18:46.815Z | Compiling quick-error v1.2.3 |
| 2079 | 2025-04-30T20:18:47.007Z | Compiling unicode-width v0.1.14 |
| 2080 | 2025-04-30T20:18:47.235Z | Compiling bit-vec v0.8.0 |
| 2081 | 2025-04-30T20:18:47.635Z | Compiling tabwriter v1.4.0 |
| 2082 | 2025-04-30T20:18:47.671Z | Compiling bit-set v0.8.0 |
| 2083 | 2025-04-30T20:18:47.801Z | Compiling rusty-fork v0.3.0 |
| 2084 | 2025-04-30T20:18:48.099Z | Compiling foreign-types v0.5.0 |
| 2085 | 2025-04-30T20:18:48.129Z | Compiling hostname v0.3.1 |
| 2086 | 2025-04-30T20:18:48.339Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5) |
| 2087 | 2025-04-30T20:18:48.407Z | Compiling progenitor-macro v0.9.1 |
| 2088 | 2025-04-30T20:18:48.486Z | Compiling term v0.7.0 |
| 2089 | 2025-04-30T20:18:50.160Z | Compiling progenitor-client v0.9.1 |
| 2090 | 2025-04-30T20:18:51.162Z | Compiling slog-json v2.6.1 |
| 2091 | 2025-04-30T20:18:51.472Z | Compiling crossbeam-channel v0.5.15 |
| 2092 | 2025-04-30T20:18:51.646Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2093 | 2025-04-30T20:18:52.316Z | Compiling async-stream-impl v0.3.6 |
| 2094 | 2025-04-30T20:18:52.488Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5) |
| 2095 | 2025-04-30T20:18:52.677Z | Compiling rand_xorshift v0.3.0 |
| 2096 | 2025-04-30T20:18:52.989Z | Compiling cstr-argument v0.1.2 |
| 2097 | 2025-04-30T20:18:53.008Z | Compiling is-terminal v0.4.13 |
| 2098 | 2025-04-30T20:18:53.164Z | Compiling dropshot v0.16.0 |
| 2099 | 2025-04-30T20:18:53.288Z | Compiling pretty-hex v0.2.1 |
| 2100 | 2025-04-30T20:18:53.325Z | Compiling crucible-workspace-hack v0.1.0 |
| 2101 | 2025-04-30T20:18:53.508Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2102 | 2025-04-30T20:18:53.528Z | Compiling take_mut v0.2.2 |
| 2103 | 2025-04-30T20:18:53.549Z | Compiling unarray v0.1.4 |
| 2104 | 2025-04-30T20:18:53.669Z | Compiling async-stream v0.3.6 |
| 2105 | 2025-04-30T20:18:53.726Z | Compiling proptest v1.6.0 |
| 2106 | 2025-04-30T20:18:53.958Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2107 | 2025-04-30T20:18:54.294Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2108 | 2025-04-30T20:18:54.370Z | Compiling slog-term v2.9.1 |
| 2109 | 2025-04-30T20:18:55.166Z | Compiling tokio-rustls v0.25.0 |
| 2110 | 2025-04-30T20:18:55.665Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2111 | 2025-04-30T20:18:55.890Z | Compiling slog-bunyan v2.5.0 |
| 2112 | 2025-04-30T20:18:56.922Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2113 | 2025-04-30T20:18:56.948Z | Compiling parse-display-derive v0.10.0 |
| 2114 | 2025-04-30T20:18:57.151Z | Compiling test-strategy v0.4.0 |
| 2115 | 2025-04-30T20:18:59.115Z | Compiling progenitor v0.9.1 |
| 2116 | 2025-04-30T20:18:59.115Z | Compiling toml v0.8.20 |
| 2117 | 2025-04-30T20:18:59.234Z | Compiling serde_with_macros v3.12.0 |
| 2118 | 2025-04-30T20:19:00.326Z | Compiling colored v2.2.0 |
| 2119 | 2025-04-30T20:19:00.430Z | Compiling waitgroup v0.1.2 |
| 2120 | 2025-04-30T20:19:00.704Z | Compiling dropshot_endpoint v0.16.0 |
| 2121 | 2025-04-30T20:19:01.544Z | Compiling serde_path_to_error v0.1.16 |
| 2122 | 2025-04-30T20:19:01.629Z | Compiling derive-where v1.2.7 |
| 2123 | 2025-04-30T20:19:02.581Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2124 | 2025-04-30T20:19:03.367Z | Compiling hostname v0.4.0 |
| 2125 | 2025-04-30T20:19:03.676Z | Compiling instant v0.1.13 |
| 2126 | 2025-04-30T20:19:03.883Z | Compiling debug-ignore v1.0.5 |
| 2127 | 2025-04-30T20:19:04.080Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2128 | 2025-04-30T20:19:04.505Z | Compiling winnow v0.6.20 |
| 2129 | 2025-04-30T20:19:04.778Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2130 | 2025-04-30T20:19:04.986Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5) |
| 2131 | 2025-04-30T20:19:05.005Z | Compiling backoff v0.4.0 |
| 2132 | 2025-04-30T20:19:05.392Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2133 | 2025-04-30T20:19:05.643Z | Compiling serde_with v3.12.0 |
| 2134 | 2025-04-30T20:19:08.750Z | Compiling parse-display v0.10.0 |
| 2135 | 2025-04-30T20:19:10.023Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2136 | 2025-04-30T20:19:10.714Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d) |
| 2137 | 2025-04-30T20:19:13.298Z | Compiling zone_cfg_derive v0.3.0 |
| 2138 | 2025-04-30T20:19:13.349Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2139 | 2025-04-30T20:19:13.731Z | Compiling camino-tempfile v1.1.1 |
| 2140 | 2025-04-30T20:19:14.145Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2141 | 2025-04-30T20:19:14.491Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
| 2142 | 2025-04-30T20:19:14.626Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2143 | 2025-04-30T20:19:14.903Z | Compiling num-derive v0.4.2 |
| 2144 | 2025-04-30T20:19:15.025Z | Compiling sigpipe v0.1.3 |
| 2145 | 2025-04-30T20:19:15.188Z | Compiling libefi-sys v0.1.0 |
| 2146 | 2025-04-30T20:19:15.542Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2147 | 2025-04-30T20:19:15.913Z | Compiling jiff v0.2.10 |
| 2148 | 2025-04-30T20:19:17.023Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
| 2149 | 2025-04-30T20:19:17.635Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2150 | 2025-04-30T20:19:18.655Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
| 2151 | 2025-04-30T20:19:19.236Z | Compiling zone v0.3.1 |
| 2152 | 2025-04-30T20:19:20.005Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5) |
| 2153 | 2025-04-30T20:19:22.447Z | Compiling itertools v0.14.0 |
| 2154 | 2025-04-30T20:19:22.502Z | Compiling smf v0.2.3 |
| 2155 | 2025-04-30T20:19:24.186Z | Compiling bitfield-struct v0.6.2 |
| 2156 | 2025-04-30T20:19:25.100Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2157 | 2025-04-30T20:19:25.544Z | Compiling blake3 v1.5.4 |
| 2158 | 2025-04-30T20:19:26.021Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2159 | 2025-04-30T20:19:26.614Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2160 | 2025-04-30T20:19:26.896Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2161 | 2025-04-30T20:19:27.121Z | Compiling xattr v1.3.1 |
| 2162 | 2025-04-30T20:19:27.379Z | Compiling filetime v0.2.25 |
| 2163 | 2025-04-30T20:19:27.479Z | Compiling memmap2 v0.9.5 |
| 2164 | 2025-04-30T20:19:27.788Z | Compiling arrayref v0.3.9 |
| 2165 | 2025-04-30T20:19:27.929Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2166 | 2025-04-30T20:19:28.049Z | Compiling same-file v1.0.6 |
| 2167 | 2025-04-30T20:19:28.072Z | Compiling arrayvec v0.7.6 |
| 2168 | 2025-04-30T20:19:28.088Z | Compiling constant_time_eq v0.3.1 |
| 2169 | 2025-04-30T20:19:28.294Z | Compiling walkdir v2.5.0 |
| 2170 | 2025-04-30T20:19:28.345Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2171 | 2025-04-30T20:19:28.725Z | Compiling tar v0.4.44 |
| 2172 | 2025-04-30T20:19:29.849Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2173 | 2025-04-30T20:19:29.955Z | Compiling gethostname v0.5.0 |
| 2174 | 2025-04-30T20:19:29.984Z | Compiling cargo-platform v0.1.8 |
| 2175 | 2025-04-30T20:19:30.200Z | Compiling topological-sort v0.2.2 |
| 2176 | 2025-04-30T20:19:30.290Z | Compiling fixedbitset v0.5.7 |
| 2177 | 2025-04-30T20:19:30.512Z | Compiling omicron-zone-package v0.12.0 |
| 2178 | 2025-04-30T20:19:31.064Z | Compiling petgraph v0.7.1 |
| 2179 | 2025-04-30T20:19:31.447Z | Compiling cargo_metadata v0.19.2 |
| 2180 | 2025-04-30T20:19:34.677Z | Compiling indent_write v2.2.0 |
| 2181 | 2025-04-30T20:19:34.952Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2182 | 2025-04-30T20:19:35.272Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2183 | 2025-04-30T20:19:36.027Z | Compiling shell-words v1.1.0 |
| 2184 | 2025-04-30T20:19:36.337Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2185 | 2025-04-30T20:19:40.234Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2186 | 2025-04-30T20:20:01.019Z | Finished `release` profile [optimized] target(s) in 5m 18s |
| 2187 | 2025-04-30T20:20:01.206Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2188 | 2025-04-30T20:20:01.261Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2189 | 2025-04-30T20:20:01.264Z | Created new build target 'test' and set it as active |
| 2190 | 2025-04-30T20:20:01.264Z | |
| 2191 | 2025-04-30T20:20:01.264Z | real 5:18.309117021 |
| 2192 | 2025-04-30T20:20:01.264Z | user 36:48.113860691 |
| 2193 | 2025-04-30T20:20:01.264Z | sys 3:36.828976784 |
| 2194 | 2025-04-30T20:20:01.264Z | trap 1.163613376 |
| 2195 | 2025-04-30T20:20:01.265Z | tflt 1.775501443 |
| 2196 | 2025-04-30T20:20:01.265Z | dflt 0.804455216 |
| 2197 | 2025-04-30T20:20:01.265Z | kflt 0.000414161 |
| 2198 | 2025-04-30T20:20:01.265Z | lock 1:11:45.569415760 |
| 2199 | 2025-04-30T20:20:01.265Z | slp 2:31:02.612507854 |
| 2200 | 2025-04-30T20:20:01.265Z | lat 2:49.243422422 |
| 2201 | 2025-04-30T20:20:01.265Z | stop 4:52.274260125 |
| 2202 | 2025-04-30T20:20:01.265Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2203 | 2025-04-30T20:20:02.406Z | Finished `release` profile [optimized] target(s) in 1.08s |
| 2204 | 2025-04-30T20:20:02.466Z | Running `target/release/omicron-package -t test package` |
| 2205 | 2025-04-30T20:20:02.518Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2206 | 2025-04-30T20:20:03.851Z | Compiling convert_case v0.4.0 |
| 2207 | 2025-04-30T20:20:03.851Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2208 | 2025-04-30T20:20:03.854Z | Compiling num-rational v0.4.2 |
| 2209 | 2025-04-30T20:20:03.854Z | Compiling num-complex v0.4.6 |
| 2210 | 2025-04-30T20:20:03.855Z | Compiling dirs-sys-next v0.1.2 |
| 2211 | 2025-04-30T20:20:03.855Z | Compiling float-ord v0.3.2 |
| 2212 | 2025-04-30T20:20:03.995Z | Compiling is-terminal v0.4.13 |
| 2213 | 2025-04-30T20:20:04.036Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2214 | 2025-04-30T20:20:04.192Z | Compiling camino v1.1.9 |
| 2215 | 2025-04-30T20:20:04.210Z | Compiling newline-converter v0.3.0 |
| 2216 | 2025-04-30T20:20:04.210Z | Compiling base64 v0.21.7 |
| 2217 | 2025-04-30T20:20:04.431Z | Compiling dirs-next v2.0.0 |
| 2218 | 2025-04-30T20:20:04.523Z | Compiling expectorate v1.1.0 |
| 2219 | 2025-04-30T20:20:04.632Z | Compiling derive_more v0.99.19 |
| 2220 | 2025-04-30T20:20:04.652Z | Compiling term v0.7.0 |
| 2221 | 2025-04-30T20:20:04.810Z | Compiling password-hash v0.5.0 |
| 2222 | 2025-04-30T20:20:04.996Z | Compiling num v0.4.3 |
| 2223 | 2025-04-30T20:20:05.113Z | Compiling blake2 v0.10.6 |
| 2224 | 2025-04-30T20:20:05.134Z | Compiling fastrand v2.1.1 |
| 2225 | 2025-04-30T20:20:05.137Z | Compiling rustls v0.22.4 |
| 2226 | 2025-04-30T20:20:05.185Z | Compiling thread_local v1.1.8 |
| 2227 | 2025-04-30T20:20:05.299Z | Compiling wait-timeout v0.2.0 |
| 2228 | 2025-04-30T20:20:05.630Z | Compiling argon2 v0.5.3 |
| 2229 | 2025-04-30T20:20:05.650Z | Compiling tempfile v3.13.0 |
| 2230 | 2025-04-30T20:20:05.668Z | Compiling match_cfg v0.1.0 |
| 2231 | 2025-04-30T20:20:05.764Z | Compiling bit-vec v0.8.0 |
| 2232 | 2025-04-30T20:20:05.789Z | Compiling quick-error v1.2.3 |
| 2233 | 2025-04-30T20:20:05.982Z | Compiling hostname v0.3.1 |
| 2234 | 2025-04-30T20:20:06.209Z | Compiling bit-set v0.8.0 |
| 2235 | 2025-04-30T20:20:06.230Z | Compiling rusty-fork v0.3.0 |
| 2236 | 2025-04-30T20:20:06.327Z | Compiling multer v3.1.0 |
| 2237 | 2025-04-30T20:20:06.346Z | Compiling slog-async v2.8.0 |
| 2238 | 2025-04-30T20:20:06.403Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2239 | 2025-04-30T20:20:06.424Z | Compiling progenitor-client v0.9.1 |
| 2240 | 2025-04-30T20:20:06.532Z | Compiling slog-json v2.6.1 |
| 2241 | 2025-04-30T20:20:06.823Z | Compiling crossbeam-channel v0.5.15 |
| 2242 | 2025-04-30T20:20:06.878Z | Compiling rand_xorshift v0.3.0 |
| 2243 | 2025-04-30T20:20:06.948Z | Compiling hex v0.4.3 |
| 2244 | 2025-04-30T20:20:06.951Z | Compiling take_mut v0.2.2 |
| 2245 | 2025-04-30T20:20:07.006Z | Compiling unarray v0.1.4 |
| 2246 | 2025-04-30T20:20:07.152Z | Compiling progenitor v0.9.1 |
| 2247 | 2025-04-30T20:20:07.156Z | Compiling slog-bunyan v2.5.0 |
| 2248 | 2025-04-30T20:20:07.209Z | Compiling proptest v1.6.0 |
| 2249 | 2025-04-30T20:20:07.412Z | Compiling slog-term v2.9.1 |
| 2250 | 2025-04-30T20:20:07.552Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2251 | 2025-04-30T20:20:07.788Z | Compiling dropshot v0.16.0 |
| 2252 | 2025-04-30T20:20:07.874Z | Compiling async-stream v0.3.6 |
| 2253 | 2025-04-30T20:20:08.039Z | Compiling toml v0.8.20 |
| 2254 | 2025-04-30T20:20:08.155Z | Compiling waitgroup v0.1.2 |
| 2255 | 2025-04-30T20:20:08.184Z | Compiling serde_path_to_error v0.1.16 |
| 2256 | 2025-04-30T20:20:08.386Z | Compiling hostname v0.4.0 |
| 2257 | 2025-04-30T20:20:08.432Z | Compiling instant v0.1.13 |
| 2258 | 2025-04-30T20:20:08.615Z | Compiling debug-ignore v1.0.5 |
| 2259 | 2025-04-30T20:20:08.618Z | Compiling backoff v0.4.0 |
| 2260 | 2025-04-30T20:20:08.652Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d) |
| 2261 | 2025-04-30T20:20:08.802Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2262 | 2025-04-30T20:20:08.917Z | Compiling atomicwrites v0.4.4 |
| 2263 | 2025-04-30T20:20:08.981Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2264 | 2025-04-30T20:20:09.195Z | Compiling parse-display v0.10.0 |
| 2265 | 2025-04-30T20:20:09.411Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2266 | 2025-04-30T20:20:09.449Z | Compiling serde_with v3.12.0 |
| 2267 | 2025-04-30T20:20:09.710Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2268 | 2025-04-30T20:20:10.241Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2269 | 2025-04-30T20:20:11.150Z | Compiling tokio-rustls v0.25.0 |
| 2270 | 2025-04-30T20:20:11.331Z | Compiling macaddr v1.0.1 |
| 2271 | 2025-04-30T20:20:11.768Z | Compiling cancel-safe-futures v0.1.5 |
| 2272 | 2025-04-30T20:20:12.191Z | Compiling owo-colors v4.2.0 |
| 2273 | 2025-04-30T20:20:12.213Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2274 | 2025-04-30T20:20:13.045Z | Compiling libsw-core v0.3.1 |
| 2275 | 2025-04-30T20:20:13.399Z | Compiling libsw v3.4.0 |
| 2276 | 2025-04-30T20:20:13.733Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2277 | 2025-04-30T20:20:13.770Z | Compiling swrite v0.1.0 |
| 2278 | 2025-04-30T20:20:13.919Z | Compiling linear-map v1.2.0 |
| 2279 | 2025-04-30T20:20:13.946Z | Compiling utf-8 v0.7.6 |
| 2280 | 2025-04-30T20:20:14.339Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2281 | 2025-04-30T20:20:14.369Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2282 | 2025-04-30T20:20:14.781Z | Compiling half v2.4.1 |
| 2283 | 2025-04-30T20:20:15.493Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2284 | 2025-04-30T20:20:15.719Z | Compiling ciborium-io v0.2.2 |
| 2285 | 2025-04-30T20:20:15.869Z | Compiling ciborium-ll v0.2.2 |
| 2286 | 2025-04-30T20:20:15.898Z | Compiling prettyplease v0.2.30 |
| 2287 | 2025-04-30T20:20:16.383Z | Compiling ciborium v0.2.2 |
| 2288 | 2025-04-30T20:20:17.949Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2289 | 2025-04-30T20:20:18.423Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2290 | 2025-04-30T20:20:19.807Z | Compiling highway v1.3.0 |
| 2291 | 2025-04-30T20:20:21.420Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2292 | 2025-04-30T20:20:22.493Z | Compiling tungstenite v0.21.0 |
| 2293 | 2025-04-30T20:20:24.073Z | Compiling semver v0.1.20 |
| 2294 | 2025-04-30T20:20:24.621Z | Compiling keccak v0.1.5 |
| 2295 | 2025-04-30T20:20:25.782Z | Compiling linked-hash-map v0.5.6 |
| 2296 | 2025-04-30T20:20:26.208Z | Compiling lru-cache v0.1.2 |
| 2297 | 2025-04-30T20:20:26.467Z | Compiling sha3 v0.10.8 |
| 2298 | 2025-04-30T20:20:27.385Z | Compiling rustc_version v0.1.7 |
| 2299 | 2025-04-30T20:20:27.440Z | Compiling tokio-tungstenite v0.21.0 |
| 2300 | 2025-04-30T20:20:27.797Z | Compiling newtype_derive v0.1.6 |
| 2301 | 2025-04-30T20:20:28.074Z | Compiling resolv-conf v0.7.0 |
| 2302 | 2025-04-30T20:20:28.297Z | Compiling humantime v2.1.0 |
| 2303 | 2025-04-30T20:20:28.971Z | Compiling hickory-resolver v0.24.4 |
| 2304 | 2025-04-30T20:20:29.326Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
| 2305 | 2025-04-30T20:20:29.613Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
| 2306 | 2025-04-30T20:20:31.839Z | Compiling universal-hash v0.5.1 |
| 2307 | 2025-04-30T20:20:32.124Z | Compiling secrecy v0.10.3 |
| 2308 | 2025-04-30T20:20:32.199Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2309 | 2025-04-30T20:20:32.435Z | Compiling opaque-debug v0.3.1 |
| 2310 | 2025-04-30T20:20:32.580Z | Compiling poly1305 v0.8.0 |
| 2311 | 2025-04-30T20:20:33.475Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
| 2312 | 2025-04-30T20:20:34.068Z | Compiling steno v0.4.1 |
| 2313 | 2025-04-30T20:20:34.296Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2314 | 2025-04-30T20:20:34.640Z | Compiling chacha20 v0.9.1 |
| 2315 | 2025-04-30T20:20:34.666Z | Compiling thiserror-no-std v2.0.2 |
| 2316 | 2025-04-30T20:20:34.829Z | Compiling aead v0.5.2 |
| 2317 | 2025-04-30T20:20:35.139Z | Compiling chacha20poly1305 v0.10.1 |
| 2318 | 2025-04-30T20:20:35.200Z | Compiling vsss-rs v3.3.4 |
| 2319 | 2025-04-30T20:20:35.445Z | Compiling qorb v0.3.1 |
| 2320 | 2025-04-30T20:20:36.034Z | Compiling slog-dtrace v0.3.0 |
| 2321 | 2025-04-30T20:20:36.430Z | Compiling bytecount v0.6.8 |
| 2322 | 2025-04-30T20:20:38.003Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2323 | 2025-04-30T20:20:38.523Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
| 2324 | 2025-04-30T20:20:43.505Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2325 | 2025-04-30T20:20:48.493Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2326 | 2025-04-30T20:20:50.515Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2327 | 2025-04-30T20:20:51.608Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2328 | 2025-04-30T20:20:51.612Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2329 | 2025-04-30T20:20:54.733Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2330 | 2025-04-30T20:20:55.052Z | Compiling display-error-chain v0.2.2 |
| 2331 | 2025-04-30T20:20:55.298Z | Compiling maplit v1.0.2 |
| 2332 | 2025-04-30T20:20:55.467Z | Compiling crunchy v0.2.2 |
| 2333 | 2025-04-30T20:20:55.993Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2334 | 2025-04-30T20:20:56.640Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2335 | 2025-04-30T20:20:57.078Z | Compiling dsl_auto_type v0.1.2 |
| 2336 | 2025-04-30T20:20:57.700Z | Compiling scheduled-thread-pool v0.2.7 |
| 2337 | 2025-04-30T20:20:58.347Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2338 | 2025-04-30T20:20:58.754Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2339 | 2025-04-30T20:20:59.023Z | Compiling tiny-keccak v2.0.2 |
| 2340 | 2025-04-30T20:20:59.394Z | Compiling radium v0.7.0 |
| 2341 | 2025-04-30T20:20:59.482Z | Compiling proc-macro-error2 v2.0.1 |
| 2342 | 2025-04-30T20:20:59.972Z | Compiling diesel_derives v2.2.3 |
| 2343 | 2025-04-30T20:21:00.105Z | Compiling r2d2 v0.8.10 |
| 2344 | 2025-04-30T20:21:00.757Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2345 | 2025-04-30T20:21:01.932Z | Compiling const_format_proc_macros v0.2.34 |
| 2346 | 2025-04-30T20:21:03.695Z | Compiling tap v1.0.1 |
| 2347 | 2025-04-30T20:21:03.750Z | Compiling maybe-uninit v2.0.0 |
| 2348 | 2025-04-30T20:21:03.926Z | Compiling bit-vec v0.6.3 |
| 2349 | 2025-04-30T20:21:04.357Z | Compiling bit-set v0.5.3 |
| 2350 | 2025-04-30T20:21:04.376Z | Compiling wyz v0.5.1 |
| 2351 | 2025-04-30T20:21:04.637Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2352 | 2025-04-30T20:21:04.860Z | Compiling const_format v0.2.34 |
| 2353 | 2025-04-30T20:21:06.650Z | Compiling tabled_derive v0.10.0 |
| 2354 | 2025-04-30T20:21:07.214Z | Compiling papergrid v0.14.0 |
| 2355 | 2025-04-30T20:21:07.635Z | Compiling ascii-canvas v3.0.0 |
| 2356 | 2025-04-30T20:21:08.096Z | Compiling num-derive v0.3.3 |
| 2357 | 2025-04-30T20:21:09.123Z | Compiling ena v0.14.3 |
| 2358 | 2025-04-30T20:21:09.552Z | Compiling crc-catalog v2.4.0 |
| 2359 | 2025-04-30T20:21:09.747Z | Compiling bindgen v0.71.1 |
| 2360 | 2025-04-30T20:21:10.173Z | Compiling funty v2.0.0 |
| 2361 | 2025-04-30T20:21:10.271Z | Compiling packed_struct v0.10.1 |
| 2362 | 2025-04-30T20:21:10.736Z | Compiling diesel v2.2.9 |
| 2363 | 2025-04-30T20:21:10.760Z | Compiling regex-syntax v0.6.29 |
| 2364 | 2025-04-30T20:21:13.057Z | Compiling diff v0.1.13 |
| 2365 | 2025-04-30T20:21:15.580Z | Compiling lalrpop v0.19.12 |
| 2366 | 2025-04-30T20:21:20.572Z | Compiling bitvec v1.0.1 |
| 2367 | 2025-04-30T20:21:25.049Z | Compiling libscf-sys v1.1.0 |
| 2368 | 2025-04-30T20:21:25.316Z | Compiling crc v3.2.1 |
| 2369 | 2025-04-30T20:21:27.317Z | Compiling tabled v0.18.0 |
| 2370 | 2025-04-30T20:21:27.440Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2371 | 2025-04-30T20:21:32.303Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2372 | 2025-04-30T20:21:32.322Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2373 | 2025-04-30T20:21:33.377Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2374 | 2025-04-30T20:21:33.727Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2375 | 2025-04-30T20:21:34.773Z | Compiling packed_struct_codegen v0.10.1 |
| 2376 | 2025-04-30T20:21:35.653Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2377 | 2025-04-30T20:21:36.044Z | Compiling indexmap v1.9.3 |
| 2378 | 2025-04-30T20:21:36.433Z | Compiling ref-cast v1.0.23 |
| 2379 | 2025-04-30T20:21:36.950Z | Compiling nodrop v0.1.14 |
| 2380 | 2025-04-30T20:21:37.083Z | Compiling rustc-hash v2.1.1 |
| 2381 | 2025-04-30T20:21:37.192Z | Compiling array-init v0.0.4 |
| 2382 | 2025-04-30T20:21:38.293Z | Compiling polar-core v0.27.3 |
| 2383 | 2025-04-30T20:21:39.800Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2384 | 2025-04-30T20:21:40.260Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2385 | 2025-04-30T20:21:40.346Z | Compiling smallvec v0.6.14 |
| 2386 | 2025-04-30T20:21:40.863Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2387 | 2025-04-30T20:21:41.342Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2388 | 2025-04-30T20:21:41.717Z | Compiling derive_builder_core v0.20.2 |
| 2389 | 2025-04-30T20:21:42.447Z | Compiling headers-core v0.3.0 |
| 2390 | 2025-04-30T20:21:42.671Z | Compiling phf_generator v0.11.2 |
| 2391 | 2025-04-30T20:21:42.901Z | Compiling libxml v0.3.3 |
| 2392 | 2025-04-30T20:21:43.328Z | Compiling async-recursion v1.1.1 |
| 2393 | 2025-04-30T20:21:43.654Z | Compiling ref-cast-impl v1.0.23 |
| 2394 | 2025-04-30T20:21:43.765Z | Compiling termcolor v1.4.1 |
| 2395 | 2025-04-30T20:21:44.697Z | Compiling bitfield v0.14.0 |
| 2396 | 2025-04-30T20:21:44.777Z | Compiling hashbrown v0.12.3 |
| 2397 | 2025-04-30T20:21:44.990Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2398 | 2025-04-30T20:21:45.031Z | Compiling env_logger v0.10.2 |
| 2399 | 2025-04-30T20:21:47.339Z | Compiling derive_builder_macro v0.20.2 |
| 2400 | 2025-04-30T20:21:48.171Z | Compiling phf_codegen v0.11.2 |
| 2401 | 2025-04-30T20:21:48.192Z | Compiling headers v0.4.0 |
| 2402 | 2025-04-30T20:21:48.461Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2403 | 2025-04-30T20:21:50.206Z | Compiling samael v0.0.18 |
| 2404 | 2025-04-30T20:21:51.632Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2405 | 2025-04-30T20:21:51.779Z | Compiling serde-hex v0.1.0 |
| 2406 | 2025-04-30T20:21:54.303Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2407 | 2025-04-30T20:21:56.864Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2408 | 2025-04-30T20:21:57.190Z | Compiling ron v0.8.1 |
| 2409 | 2025-04-30T20:21:57.216Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2410 | 2025-04-30T20:21:57.577Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2411 | 2025-04-30T20:21:57.717Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2412 | 2025-04-30T20:21:58.730Z | Compiling hashbrown v0.13.2 |
| 2413 | 2025-04-30T20:22:00.025Z | Compiling strum_macros v0.24.3 |
| 2414 | 2025-04-30T20:22:02.052Z | Compiling parse-zoneinfo v0.3.1 |
| 2415 | 2025-04-30T20:22:02.723Z | Compiling crc8 v0.1.1 |
| 2416 | 2025-04-30T20:22:02.960Z | Compiling crc-any v2.5.0 |
| 2417 | 2025-04-30T20:22:03.065Z | Compiling indoc v1.0.9 |
| 2418 | 2025-04-30T20:22:03.087Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2419 | 2025-04-30T20:22:03.285Z | Compiling chrono-tz-build v0.4.0 |
| 2420 | 2025-04-30T20:22:03.473Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2421 | 2025-04-30T20:22:03.887Z | Compiling object v0.30.4 |
| 2422 | 2025-04-30T20:22:04.206Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2423 | 2025-04-30T20:22:13.758Z | Compiling derive_builder v0.20.2 |
| 2424 | 2025-04-30T20:22:14.180Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2425 | 2025-04-30T20:22:14.551Z | Compiling itertools v0.13.0 |
| 2426 | 2025-04-30T20:22:16.250Z | Compiling oso-derive v0.27.3 |
| 2427 | 2025-04-30T20:22:18.541Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2428 | 2025-04-30T20:22:18.583Z | Compiling quick-xml v0.37.2 |
| 2429 | 2025-04-30T20:22:18.583Z | Compiling vte_generate_state_changes v0.1.2 |
| 2430 | 2025-04-30T20:22:19.098Z | Compiling arc-swap v1.7.1 |
| 2431 | 2025-04-30T20:22:19.104Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2432 | 2025-04-30T20:22:19.283Z | Compiling path-slash v0.1.5 |
| 2433 | 2025-04-30T20:22:19.432Z | Compiling slog-scope v4.4.0 |
| 2434 | 2025-04-30T20:22:19.577Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#6054a3c2) |
| 2435 | 2025-04-30T20:22:20.225Z | Compiling vte v0.11.1 |
| 2436 | 2025-04-30T20:22:24.893Z | Compiling chrono-tz v0.10.3 |
| 2437 | 2025-04-30T20:22:24.932Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2438 | 2025-04-30T20:22:24.932Z | Compiling oso v0.27.3 |
| 2439 | 2025-04-30T20:22:24.932Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2440 | 2025-04-30T20:22:24.932Z | Compiling diesel-dtrace v0.4.2 |
| 2441 | 2025-04-30T20:22:24.932Z | Compiling unicase v2.7.0 |
| 2442 | 2025-04-30T20:22:25.961Z | Compiling strip-ansi-escapes v0.2.0 |
| 2443 | 2025-04-30T20:22:26.754Z | Compiling slog-stdlog v4.1.1 |
| 2444 | 2025-04-30T20:22:28.190Z | Compiling papergrid v0.11.0 |
| 2445 | 2025-04-30T20:22:35.235Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2446 | 2025-04-30T20:22:35.598Z | Compiling tabled_derive v0.7.0 |
| 2447 | 2025-04-30T20:22:37.053Z | Compiling bb8 v0.8.5 |
| 2448 | 2025-04-30T20:22:37.645Z | Compiling fd-lock v4.0.2 |
| 2449 | 2025-04-30T20:22:37.675Z | Compiling peg-macros v0.8.5 |
| 2450 | 2025-04-30T20:22:37.912Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2451 | 2025-04-30T20:22:38.895Z | Compiling nu-ansi-term v0.50.1 |
| 2452 | 2025-04-30T20:22:39.707Z | Compiling reedline v0.38.0 |
| 2453 | 2025-04-30T20:22:40.274Z | Compiling tabled v0.15.0 |
| 2454 | 2025-04-30T20:22:40.872Z | Compiling peg v0.8.5 |
| 2455 | 2025-04-30T20:22:41.017Z | Compiling async-bb8-diesel v0.2.1 |
| 2456 | 2025-04-30T20:22:41.772Z | Compiling slog-envlogger v2.2.0 |
| 2457 | 2025-04-30T20:22:44.756Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2458 | 2025-04-30T20:22:55.323Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2459 | 2025-04-30T20:22:55.481Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2460 | 2025-04-30T20:22:55.706Z | Compiling typify-impl v0.2.0 |
| 2461 | 2025-04-30T20:22:58.490Z | Compiling pem v3.0.5 |
| 2462 | 2025-04-30T20:22:59.760Z | Compiling bcs v0.1.6 |
| 2463 | 2025-04-30T20:22:59.990Z | Compiling fxhash v0.2.1 |
| 2464 | 2025-04-30T20:23:00.261Z | Compiling libz-sys v1.1.20 |
| 2465 | 2025-04-30T20:23:00.631Z | Compiling termtree v0.5.1 |
| 2466 | 2025-04-30T20:23:01.414Z | Compiling kstat-rs v0.2.4 |
| 2467 | 2025-04-30T20:23:02.355Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2468 | 2025-04-30T20:23:03.973Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2469 | 2025-04-30T20:23:05.598Z | Compiling typify-macro v0.2.0 |
| 2470 | 2025-04-30T20:23:09.190Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2471 | 2025-04-30T20:23:09.788Z | Compiling nanorand v0.7.0 |
| 2472 | 2025-04-30T20:23:10.479Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2473 | 2025-04-30T20:23:11.279Z | Compiling pin-project-internal v1.1.6 |
| 2474 | 2025-04-30T20:23:12.231Z | Compiling parking_lot_core v0.8.6 |
| 2475 | 2025-04-30T20:23:13.813Z | Compiling pin-project v1.1.6 |
| 2476 | 2025-04-30T20:23:13.998Z | Compiling flume v0.11.1 |
| 2477 | 2025-04-30T20:23:14.776Z | Compiling mime_guess v2.0.5 |
| 2478 | 2025-04-30T20:23:16.240Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2479 | 2025-04-30T20:23:19.805Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2480 | 2025-04-30T20:23:20.747Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2481 | 2025-04-30T20:23:20.885Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2482 | 2025-04-30T20:23:21.911Z | Compiling snafu-derive v0.8.5 |
| 2483 | 2025-04-30T20:23:24.272Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2484 | 2025-04-30T20:23:25.324Z | Compiling fs-err v2.11.0 |
| 2485 | 2025-04-30T20:23:25.938Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2486 | 2025-04-30T20:23:25.969Z | Compiling snafu v0.8.5 |
| 2487 | 2025-04-30T20:23:27.663Z | Compiling typify v0.2.0 |
| 2488 | 2025-04-30T20:23:27.858Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2489 | 2025-04-30T20:23:28.104Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2490 | 2025-04-30T20:23:29.754Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2491 | 2025-04-30T20:23:32.432Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2492 | 2025-04-30T20:23:36.678Z | Compiling globset v0.4.15 |
| 2493 | 2025-04-30T20:23:42.530Z | Compiling olpc-cjson v0.1.4 |
| 2494 | 2025-04-30T20:23:42.848Z | Compiling vergen v8.3.2 |
| 2495 | 2025-04-30T20:23:43.215Z | Compiling castaway v0.2.3 |
| 2496 | 2025-04-30T20:23:43.435Z | Compiling nibble_vec v0.1.0 |
| 2497 | 2025-04-30T20:23:43.721Z | Compiling cargo-platform v0.1.8 |
| 2498 | 2025-04-30T20:23:44.245Z | Compiling serde_plain v1.0.2 |
| 2499 | 2025-04-30T20:23:44.901Z | Compiling atty v0.2.14 |
| 2500 | 2025-04-30T20:23:44.961Z | Compiling io-lifetimes v1.0.11 |
| 2501 | 2025-04-30T20:23:45.550Z | Compiling http-range v0.1.5 |
| 2502 | 2025-04-30T20:23:46.142Z | Compiling endian-type v0.1.2 |
| 2503 | 2025-04-30T20:23:46.417Z | Compiling salty v0.3.0 |
| 2504 | 2025-04-30T20:23:46.899Z | Compiling typed-path v0.9.3 |
| 2505 | 2025-04-30T20:23:51.363Z | Compiling tough v0.20.0 |
| 2506 | 2025-04-30T20:23:53.845Z | Compiling radix_trie v0.2.1 |
| 2507 | 2025-04-30T20:23:55.278Z | Compiling cargo_metadata v0.18.1 |
| 2508 | 2025-04-30T20:23:58.094Z | Compiling compact_str v0.8.0 |
| 2509 | 2025-04-30T20:24:00.687Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2510 | 2025-04-30T20:24:04.139Z | Compiling git2 v0.19.0 |
| 2511 | 2025-04-30T20:24:05.152Z | Compiling progenitor-impl v0.8.0 |
| 2512 | 2025-04-30T20:24:08.510Z | Compiling parking_lot v0.11.2 |
| 2513 | 2025-04-30T20:24:11.349Z | Compiling ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
| 2514 | 2025-04-30T20:24:11.776Z | Compiling unicode-truncate v1.1.0 |
| 2515 | 2025-04-30T20:24:12.028Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2516 | 2025-04-30T20:24:12.073Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
| 2517 | 2025-04-30T20:24:12.473Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2518 | 2025-04-30T20:24:16.555Z | Compiling lru v0.12.5 |
| 2519 | 2025-04-30T20:24:16.946Z | Compiling rand_seeder v0.3.0 |
| 2520 | 2025-04-30T20:24:17.131Z | Compiling lzma-sys v0.1.20 |
| 2521 | 2025-04-30T20:24:17.381Z | Compiling instability v0.3.2 |
| 2522 | 2025-04-30T20:24:17.860Z | Compiling indoc v2.0.6 |
| 2523 | 2025-04-30T20:24:18.403Z | Compiling rustix v0.37.28 |
| 2524 | 2025-04-30T20:24:18.700Z | Compiling rustls v0.21.12 |
| 2525 | 2025-04-30T20:24:19.061Z | Compiling cassowary v0.3.0 |
| 2526 | 2025-04-30T20:24:19.076Z | Compiling parse-size v1.1.0 |
| 2527 | 2025-04-30T20:24:19.438Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2528 | 2025-04-30T20:24:20.065Z | Compiling ratatui v0.29.0 |
| 2529 | 2025-04-30T20:24:20.566Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2530 | 2025-04-30T20:24:20.863Z | Compiling hyper-staticfile v0.10.1 |
| 2531 | 2025-04-30T20:24:22.163Z | Compiling progenitor-macro v0.8.0 |
| 2532 | 2025-04-30T20:24:23.500Z | Compiling sled v0.34.7 |
| 2533 | 2025-04-30T20:24:23.690Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2534 | 2025-04-30T20:24:33.148Z | Compiling hickory-client v0.24.4 |
| 2535 | 2025-04-30T20:24:38.922Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2536 | 2025-04-30T20:24:39.770Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2537 | 2025-04-30T20:24:40.024Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2538 | 2025-04-30T20:24:40.057Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2539 | 2025-04-30T20:24:40.398Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d) |
| 2540 | 2025-04-30T20:24:41.511Z | Compiling hickory-server v0.24.4 |
| 2541 | 2025-04-30T20:24:41.995Z | Compiling primeorder v0.13.6 |
| 2542 | 2025-04-30T20:24:42.660Z | Compiling progenitor-client v0.8.0 |
| 2543 | 2025-04-30T20:24:43.577Z | Compiling rustls-webpki v0.101.7 |
| 2544 | 2025-04-30T20:24:48.467Z | Compiling sct v0.7.1 |
| 2545 | 2025-04-30T20:24:48.492Z | Compiling heck v0.3.3 |
| 2546 | 2025-04-30T20:24:48.492Z | Compiling env_filter v0.1.2 |
| 2547 | 2025-04-30T20:24:48.492Z | Compiling csv-core v0.1.11 |
| 2548 | 2025-04-30T20:24:48.506Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
| 2549 | 2025-04-30T20:24:48.506Z | Compiling void v1.0.2 |
| 2550 | 2025-04-30T20:24:48.506Z | Compiling xshell-macros v0.2.7 |
| 2551 | 2025-04-30T20:24:48.506Z | Compiling lzss v0.8.2 |
| 2552 | 2025-04-30T20:24:49.034Z | Compiling csv v1.3.1 |
| 2553 | 2025-04-30T20:24:49.054Z | Compiling xshell v0.2.7 |
| 2554 | 2025-04-30T20:24:51.344Z | Compiling env_logger v0.11.5 |
| 2555 | 2025-04-30T20:24:51.948Z | Compiling zone_cfg_derive v0.1.2 |
| 2556 | 2025-04-30T20:24:52.827Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2557 | 2025-04-30T20:24:53.324Z | Compiling progenitor v0.8.0 |
| 2558 | 2025-04-30T20:24:53.609Z | Compiling p384 v0.13.0 |
| 2559 | 2025-04-30T20:24:54.623Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2560 | 2025-04-30T20:24:55.642Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2561 | 2025-04-30T20:24:58.010Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
| 2562 | 2025-04-30T20:24:58.547Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2563 | 2025-04-30T20:24:59.344Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2564 | 2025-04-30T20:25:00.189Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2565 | 2025-04-30T20:25:00.513Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2566 | 2025-04-30T20:25:00.562Z | Compiling tungstenite v0.23.0 |
| 2567 | 2025-04-30T20:25:01.276Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2568 | 2025-04-30T20:25:01.664Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2569 | 2025-04-30T20:25:02.041Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2570 | 2025-04-30T20:25:02.063Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2571 | 2025-04-30T20:25:02.453Z | Compiling nix v0.27.1 |
| 2572 | 2025-04-30T20:25:05.172Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2573 | 2025-04-30T20:25:05.477Z | Compiling base64 v0.13.1 |
| 2574 | 2025-04-30T20:25:05.952Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2575 | 2025-04-30T20:25:06.109Z | Compiling glob v0.3.2 |
| 2576 | 2025-04-30T20:25:06.308Z | Compiling ron v0.7.1 |
| 2577 | 2025-04-30T20:25:06.354Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2578 | 2025-04-30T20:25:07.087Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2579 | 2025-04-30T20:25:09.170Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2580 | 2025-04-30T20:25:11.767Z | Compiling tokio-tungstenite v0.23.1 |
| 2581 | 2025-04-30T20:25:12.455Z | Compiling xz2 v0.1.7 |
| 2582 | 2025-04-30T20:25:14.792Z | Compiling terminal_size v0.2.6 |
| 2583 | 2025-04-30T20:25:15.020Z | Compiling tokio-rustls v0.24.1 |
| 2584 | 2025-04-30T20:25:15.035Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2585 | 2025-04-30T20:25:16.756Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2586 | 2025-04-30T20:25:18.360Z | Compiling zone v0.1.8 |
| 2587 | 2025-04-30T20:25:28.385Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2588 | 2025-04-30T20:25:28.532Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2589 | 2025-04-30T20:25:28.532Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2590 | 2025-04-30T20:25:28.645Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2591 | 2025-04-30T20:25:28.645Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2592 | 2025-04-30T20:25:28.645Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2593 | 2025-04-30T20:25:28.645Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2594 | 2025-04-30T20:25:29.429Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2595 | 2025-04-30T20:25:29.877Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2596 | 2025-04-30T20:25:32.150Z | Compiling rustls-pemfile v1.0.4 |
| 2597 | 2025-04-30T20:25:32.655Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2598 | 2025-04-30T20:25:32.939Z | Compiling signal-hook-tokio v0.3.1 |
| 2599 | 2025-04-30T20:25:32.996Z | Compiling yasna v0.5.2 |
| 2600 | 2025-04-30T20:25:33.036Z | Compiling twox-hash v2.1.0 |
| 2601 | 2025-04-30T20:25:33.190Z | Compiling secrecy v0.8.0 |
| 2602 | 2025-04-30T20:25:33.511Z | Compiling smawk v0.3.2 |
| 2603 | 2025-04-30T20:25:33.844Z | Compiling unicode-linebreak v0.1.5 |
| 2604 | 2025-04-30T20:25:34.072Z | Compiling is_ci v1.2.0 |
| 2605 | 2025-04-30T20:25:34.415Z | Compiling textwrap v0.16.1 |
| 2606 | 2025-04-30T20:25:34.434Z | Compiling supports-color v3.0.2 |
| 2607 | 2025-04-30T20:25:34.905Z | Compiling rcgen v0.12.1 |
| 2608 | 2025-04-30T20:25:37.969Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2609 | 2025-04-30T20:25:38.819Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2610 | 2025-04-30T20:25:45.034Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2611 | 2025-04-30T20:25:45.698Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2612 | 2025-04-30T20:25:46.930Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2613 | 2025-04-30T20:25:49.405Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2614 | 2025-04-30T20:25:55.387Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2615 | 2025-04-30T20:26:00.119Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2616 | 2025-04-30T20:26:03.742Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
| 2617 | 2025-04-30T20:26:06.598Z | Compiling ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client) |
| 2618 | 2025-04-30T20:26:07.879Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2619 | 2025-04-30T20:26:10.754Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2620 | 2025-04-30T20:26:11.207Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2621 | 2025-04-30T20:26:11.767Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2622 | 2025-04-30T20:26:19.221Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2623 | 2025-04-30T20:26:19.608Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
| 2624 | 2025-04-30T20:26:20.632Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2625 | 2025-04-30T20:26:22.829Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2626 | 2025-04-30T20:26:26.049Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2627 | 2025-04-30T20:26:26.373Z | Compiling fatfs v0.3.6 |
| 2628 | 2025-04-30T20:26:29.222Z | Compiling rtoolbox v0.0.2 |
| 2629 | 2025-04-30T20:26:29.751Z | Compiling subprocess v0.2.9 |
| 2630 | 2025-04-30T20:26:30.273Z | Compiling assert_matches v1.5.0 |
| 2631 | 2025-04-30T20:26:30.912Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2632 | 2025-04-30T20:26:31.089Z | Compiling rpassword v7.3.1 |
| 2633 | 2025-04-30T20:26:31.695Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2634 | 2025-04-30T20:26:34.560Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2635 | 2025-04-30T20:26:38.761Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2636 | 2025-04-30T20:26:45.715Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2637 | 2025-04-30T20:27:06.913Z | Compiling tui-tree-widget v0.23.0 |
| 2638 | 2025-04-30T20:27:07.377Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2639 | 2025-04-30T20:27:17.904Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2640 | 2025-04-30T20:27:18.285Z | Compiling uzers v0.12.1 |
| 2641 | 2025-04-30T20:27:20.687Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2642 | 2025-04-30T20:27:21.440Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2643 | 2025-04-30T20:27:22.945Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2644 | 2025-04-30T20:27:27.054Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2645 | 2025-04-30T20:27:37.714Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2646 | 2025-04-30T20:27:42.248Z | Compiling multimap v0.10.0 |
| 2647 | 2025-04-30T20:30:04.877Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2648 | 2025-04-30T20:30:13.771Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2649 | 2025-04-30T20:37:48.779Z | Finished `release` profile [optimized] target(s) in 17m 45s |
| 2650 | 2025-04-30T20:38:58.811Z | |
| 2651 | 2025-04-30T20:38:58.814Z | real 18:57.389909452 |
| 2652 | 2025-04-30T20:38:58.814Z | user 2:13:24.043095778 |
| 2653 | 2025-04-30T20:38:58.814Z | sys 3:44.182941581 |
| 2654 | 2025-04-30T20:38:58.814Z | trap 3.444934807 |
| 2655 | 2025-04-30T20:38:58.814Z | tflt 1.842722582 |
| 2656 | 2025-04-30T20:38:58.814Z | dflt 4.953279629 |
| 2657 | 2025-04-30T20:38:58.814Z | kflt 0.001826784 |
| 2658 | 2025-04-30T20:38:58.814Z | lock 8:09:04.002037595 |
| 2659 | 2025-04-30T20:38:58.814Z | slp 6:49:37.020482133 |
| 2660 | 2025-04-30T20:38:58.814Z | lat 3:40.380662046 |
| 2661 | 2025-04-30T20:38:58.814Z | stop 3:03.839137705 |
| 2662 | 2025-04-30T20:38:58.814Z | + mapfile -t packages |
| 2663 | 2025-04-30T20:38:58.814Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2664 | 2025-04-30T20:39:00.039Z | Finished `release` profile [optimized] target(s) in 1.16s |
| 2665 | 2025-04-30T20:39:00.098Z | Running `target/release/omicron-package -t test list-outputs` |
| 2666 | 2025-04-30T20:39:00.149Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2667 | 2025-04-30T20:39:00.152Z | + ptime -m cargo build --locked --release -p xtask |
| 2668 | 2025-04-30T20:39:00.860Z | Compiling serde v1.0.219 |
| 2669 | 2025-04-30T20:39:00.863Z | Compiling rustix v0.38.37 |
| 2670 | 2025-04-30T20:39:00.863Z | Compiling serde_json v1.0.140 |
| 2671 | 2025-04-30T20:39:00.963Z | Compiling libc v0.2.171 |
| 2672 | 2025-04-30T20:39:00.974Z | Compiling syn v2.0.98 |
| 2673 | 2025-04-30T20:39:01.004Z | Compiling bitflags v2.9.0 |
| 2674 | 2025-04-30T20:39:01.354Z | Compiling usdt-impl v0.5.0 |
| 2675 | 2025-04-30T20:39:01.422Z | Compiling syn v1.0.109 |
| 2676 | 2025-04-30T20:39:01.544Z | Compiling hashbrown v0.15.1 |
| 2677 | 2025-04-30T20:39:01.561Z | Compiling log v0.4.22 |
| 2678 | 2025-04-30T20:39:01.828Z | Compiling fs-err v3.1.0 |
| 2679 | 2025-04-30T20:39:02.013Z | Compiling once_cell v1.21.3 |
| 2680 | 2025-04-30T20:39:02.207Z | Compiling anyhow v1.0.98 |
| 2681 | 2025-04-30T20:39:02.326Z | Compiling thread-id v4.2.2 |
| 2682 | 2025-04-30T20:39:02.784Z | Compiling indexmap v2.7.1 |
| 2683 | 2025-04-30T20:39:04.002Z | Compiling terminal_size v0.4.0 |
| 2684 | 2025-04-30T20:39:04.051Z | Compiling tempfile v3.13.0 |
| 2685 | 2025-04-30T20:39:04.281Z | Compiling clap_builder v4.5.35 |
| 2686 | 2025-04-30T20:39:04.835Z | Compiling proc-macro-error v1.0.4 |
| 2687 | 2025-04-30T20:39:05.752Z | Compiling tabled_derive v0.7.0 |
| 2688 | 2025-04-30T20:39:06.943Z | Compiling tabled v0.15.0 |
| 2689 | 2025-04-30T20:39:07.269Z | Compiling serde_derive v1.0.219 |
| 2690 | 2025-04-30T20:39:07.269Z | Compiling thiserror-impl v1.0.69 |
| 2691 | 2025-04-30T20:39:07.272Z | Compiling zerocopy-derive v0.7.35 |
| 2692 | 2025-04-30T20:39:07.272Z | Compiling scroll_derive v0.12.0 |
| 2693 | 2025-04-30T20:39:07.272Z | Compiling thiserror-impl v2.0.12 |
| 2694 | 2025-04-30T20:39:08.732Z | Compiling scroll v0.12.0 |
| 2695 | 2025-04-30T20:39:09.089Z | Compiling zerocopy v0.7.35 |
| 2696 | 2025-04-30T20:39:09.415Z | Compiling goblin v0.8.2 |
| 2697 | 2025-04-30T20:39:09.944Z | Compiling thiserror v1.0.69 |
| 2698 | 2025-04-30T20:39:10.135Z | Compiling pest v2.7.14 |
| 2699 | 2025-04-30T20:39:11.886Z | Compiling thiserror v2.0.12 |
| 2700 | 2025-04-30T20:39:12.090Z | Compiling clap_derive v4.5.32 |
| 2701 | 2025-04-30T20:39:13.122Z | Compiling pest_meta v2.7.14 |
| 2702 | 2025-04-30T20:39:16.377Z | Compiling pest_generator v2.7.14 |
| 2703 | 2025-04-30T20:39:16.661Z | Compiling clap v4.5.35 |
| 2704 | 2025-04-30T20:39:18.099Z | Compiling pest_derive v2.7.14 |
| 2705 | 2025-04-30T20:39:18.955Z | Compiling dtrace-parser v0.2.0 |
| 2706 | 2025-04-30T20:39:20.554Z | Compiling toml_datetime v0.6.8 |
| 2707 | 2025-04-30T20:39:21.303Z | Compiling serde_spanned v0.6.8 |
| 2708 | 2025-04-30T20:39:21.614Z | Compiling dof v0.3.0 |
| 2709 | 2025-04-30T20:39:22.482Z | Compiling serde_tokenstream v0.2.2 |
| 2710 | 2025-04-30T20:39:23.115Z | Compiling toml_edit v0.22.24 |
| 2711 | 2025-04-30T20:39:23.539Z | Compiling camino v1.1.9 |
| 2712 | 2025-04-30T20:39:26.689Z | Compiling usdt-macro v0.5.0 |
| 2713 | 2025-04-30T20:39:27.948Z | Compiling toml v0.8.20 |
| 2714 | 2025-04-30T20:39:29.012Z | Compiling usdt-attr-macro v0.5.0 |
| 2715 | 2025-04-30T20:39:30.387Z | Compiling semver v1.0.25 |
| 2716 | 2025-04-30T20:39:30.858Z | Compiling cargo-platform v0.1.8 |
| 2717 | 2025-04-30T20:39:31.898Z | Compiling cargo_metadata v0.19.2 |
| 2718 | 2025-04-30T20:39:31.934Z | Compiling usdt v0.5.0 |
| 2719 | 2025-04-30T20:39:33.022Z | Compiling cargo_toml v0.21.0 |
| 2720 | 2025-04-30T20:39:33.372Z | Compiling camino-tempfile v1.1.1 |
| 2721 | 2025-04-30T20:39:34.048Z | Compiling macaddr v1.0.1 |
| 2722 | 2025-04-30T20:39:44.312Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2723 | 2025-04-30T20:39:50.086Z | Finished `release` profile [optimized] target(s) in 49.86s |
| 2724 | 2025-04-30T20:39:50.217Z | |
| 2725 | 2025-04-30T20:39:50.217Z | real 50.028229965 |
| 2726 | 2025-04-30T20:39:50.217Z | user 5:21.689758711 |
| 2727 | 2025-04-30T20:39:50.217Z | sys 20.318585976 |
| 2728 | 2025-04-30T20:39:50.217Z | trap 0.158690428 |
| 2729 | 2025-04-30T20:39:50.217Z | tflt 0.214552603 |
| 2730 | 2025-04-30T20:39:50.220Z | dflt 0.327948138 |
| 2731 | 2025-04-30T20:39:50.220Z | kflt 0.013588634 |
| 2732 | 2025-04-30T20:39:50.220Z | lock 10:15.419621444 |
| 2733 | 2025-04-30T20:39:50.220Z | slp 15:54.552736181 |
| 2734 | 2025-04-30T20:39:50.220Z | lat 15.337383294 |
| 2735 | 2025-04-30T20:39:50.221Z | stop 19.112624168 |
| 2736 | 2025-04-30T20:39:50.221Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2737 | 2025-04-30T20:39:50.221Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2738 | 2025-04-30T20:39:50.221Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2739 | 2025-04-30T20:39:50.221Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2740 | 2025-04-30T20:39:50.221Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2741 | 2025-04-30T20:39:51.284Z | Compiling thiserror-impl v2.0.12 |
| 2742 | 2025-04-30T20:39:51.423Z | Compiling regress v0.10.3 |
| 2743 | 2025-04-30T20:39:51.439Z | Compiling ident_case v1.0.1 |
| 2744 | 2025-04-30T20:39:51.442Z | Compiling unsafe-libyaml v0.2.11 |
| 2745 | 2025-04-30T20:39:51.442Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2746 | 2025-04-30T20:39:51.442Z | Compiling match_cfg v0.1.0 |
| 2747 | 2025-04-30T20:39:51.456Z | Compiling progenitor-client v0.9.1 |
| 2748 | 2025-04-30T20:39:51.459Z | Compiling quick-error v1.2.3 |
| 2749 | 2025-04-30T20:39:51.634Z | Compiling hostname v0.3.1 |
| 2750 | 2025-04-30T20:39:51.656Z | Compiling rustls v0.22.4 |
| 2751 | 2025-04-30T20:39:51.765Z | Compiling darling_core v0.20.10 |
| 2752 | 2025-04-30T20:39:51.883Z | Compiling tempfile v3.13.0 |
| 2753 | 2025-04-30T20:39:52.014Z | Compiling structmeta-derive v0.3.0 |
| 2754 | 2025-04-30T20:39:52.033Z | Compiling multer v3.1.0 |
| 2755 | 2025-04-30T20:39:52.068Z | Compiling debug-ignore v1.0.5 |
| 2756 | 2025-04-30T20:39:52.487Z | Compiling toml v0.8.20 |
| 2757 | 2025-04-30T20:39:52.665Z | Compiling slog-json v2.6.1 |
| 2758 | 2025-04-30T20:39:53.054Z | Compiling serde_yaml v0.9.34+deprecated |
| 2759 | 2025-04-30T20:39:53.338Z | Compiling hex v0.4.3 |
| 2760 | 2025-04-30T20:39:53.939Z | Compiling macaddr v1.0.1 |
| 2761 | 2025-04-30T20:39:54.032Z | Compiling async-stream-impl v0.3.6 |
| 2762 | 2025-04-30T20:39:54.396Z | Compiling dropshot v0.16.0 |
| 2763 | 2025-04-30T20:39:54.581Z | Compiling thiserror v2.0.12 |
| 2764 | 2025-04-30T20:39:54.720Z | Compiling structmeta v0.3.0 |
| 2765 | 2025-04-30T20:39:54.782Z | Compiling slog-bunyan v2.5.0 |
| 2766 | 2025-04-30T20:39:55.031Z | Compiling waitgroup v0.1.2 |
| 2767 | 2025-04-30T20:39:55.161Z | Compiling typify-impl v0.3.0 |
| 2768 | 2025-04-30T20:39:55.294Z | Compiling dropshot_endpoint v0.16.0 |
| 2769 | 2025-04-30T20:39:55.354Z | Compiling async-stream v0.3.6 |
| 2770 | 2025-04-30T20:39:55.674Z | Compiling serde_path_to_error v0.1.16 |
| 2771 | 2025-04-30T20:39:55.825Z | Compiling hostname v0.4.0 |
| 2772 | 2025-04-30T20:39:56.087Z | Compiling wait-timeout v0.2.0 |
| 2773 | 2025-04-30T20:39:56.213Z | Compiling bit-vec v0.8.0 |
| 2774 | 2025-04-30T20:39:56.462Z | Compiling rusty-fork v0.3.0 |
| 2775 | 2025-04-30T20:39:56.641Z | Compiling tokio-rustls v0.25.0 |
| 2776 | 2025-04-30T20:39:56.658Z | Compiling bit-set v0.8.0 |
| 2777 | 2025-04-30T20:39:56.703Z | Compiling rand_xorshift v0.3.0 |
| 2778 | 2025-04-30T20:39:56.988Z | Compiling instant v0.1.13 |
| 2779 | 2025-04-30T20:39:57.065Z | Compiling unarray v0.1.4 |
| 2780 | 2025-04-30T20:39:57.085Z | Compiling test-strategy v0.4.0 |
| 2781 | 2025-04-30T20:39:57.160Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2782 | 2025-04-30T20:39:57.185Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2783 | 2025-04-30T20:39:57.269Z | Compiling proptest v1.6.0 |
| 2784 | 2025-04-30T20:39:57.366Z | Compiling derive-where v1.2.7 |
| 2785 | 2025-04-30T20:39:57.703Z | Compiling darling_macro v0.20.10 |
| 2786 | 2025-04-30T20:39:57.822Z | Compiling parse-display-derive v0.10.0 |
| 2787 | 2025-04-30T20:39:58.722Z | Compiling darling v0.20.10 |
| 2788 | 2025-04-30T20:39:58.878Z | Compiling serde_with_macros v3.12.0 |
| 2789 | 2025-04-30T20:40:00.540Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2790 | 2025-04-30T20:40:00.630Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2791 | 2025-04-30T20:40:00.961Z | Compiling backoff v0.4.0 |
| 2792 | 2025-04-30T20:40:00.991Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2793 | 2025-04-30T20:40:01.319Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2794 | 2025-04-30T20:40:01.343Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2795 | 2025-04-30T20:40:01.476Z | Compiling serde_with v3.12.0 |
| 2796 | 2025-04-30T20:40:01.532Z | Compiling proc-macro-crate v1.3.1 |
| 2797 | 2025-04-30T20:40:01.761Z | Compiling crucible-workspace-hack v0.1.0 |
| 2798 | 2025-04-30T20:40:01.815Z | Compiling parse-display v0.10.0 |
| 2799 | 2025-04-30T20:40:02.114Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2800 | 2025-04-30T20:40:02.468Z | Compiling itertools v0.13.0 |
| 2801 | 2025-04-30T20:40:02.488Z | Compiling num_enum_derive v0.5.11 |
| 2802 | 2025-04-30T20:40:02.560Z | Compiling heapless v0.8.0 |
| 2803 | 2025-04-30T20:40:03.246Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2804 | 2025-04-30T20:40:03.506Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2805 | 2025-04-30T20:40:04.019Z | Compiling proc-macro-error v1.0.4 |
| 2806 | 2025-04-30T20:40:04.701Z | Compiling hash32 v0.3.1 |
| 2807 | 2025-04-30T20:40:04.791Z | Compiling foreign-types-macros v0.2.3 |
| 2808 | 2025-04-30T20:40:04.945Z | Compiling num_enum v0.5.11 |
| 2809 | 2025-04-30T20:40:05.002Z | Compiling smoltcp v0.11.0 |
| 2810 | 2025-04-30T20:40:05.150Z | Compiling foreign-types-shared v0.3.1 |
| 2811 | 2025-04-30T20:40:05.533Z | Compiling tabwriter v1.4.0 |
| 2812 | 2025-04-30T20:40:05.556Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2813 | 2025-04-30T20:40:05.938Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2814 | 2025-04-30T20:40:05.996Z | Compiling cstr-argument v0.1.2 |
| 2815 | 2025-04-30T20:40:06.046Z | Compiling foreign-types v0.5.0 |
| 2816 | 2025-04-30T20:40:06.200Z | Compiling cobs v0.2.3 |
| 2817 | 2025-04-30T20:40:06.234Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2818 | 2025-04-30T20:40:06.293Z | Compiling pretty-hex v0.2.1 |
| 2819 | 2025-04-30T20:40:06.526Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2820 | 2025-04-30T20:40:06.553Z | Compiling postcard v1.0.10 |
| 2821 | 2025-04-30T20:40:06.608Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2822 | 2025-04-30T20:40:06.787Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2823 | 2025-04-30T20:40:07.013Z | Compiling colored v2.2.0 |
| 2824 | 2025-04-30T20:40:07.153Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5) |
| 2825 | 2025-04-30T20:40:07.203Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5) |
| 2826 | 2025-04-30T20:40:07.594Z | Compiling winnow v0.6.20 |
| 2827 | 2025-04-30T20:40:07.827Z | Compiling itertools v0.14.0 |
| 2828 | 2025-04-30T20:40:07.925Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5) |
| 2829 | 2025-04-30T20:40:08.784Z | Compiling camino-tempfile v1.1.1 |
| 2830 | 2025-04-30T20:40:08.902Z | Compiling smf v0.2.3 |
| 2831 | 2025-04-30T20:40:09.265Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2832 | 2025-04-30T20:40:09.650Z | Compiling zone_cfg_derive v0.3.0 |
| 2833 | 2025-04-30T20:40:10.085Z | Compiling typify-macro v0.3.0 |
| 2834 | 2025-04-30T20:40:10.145Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
| 2835 | 2025-04-30T20:40:10.572Z | Compiling num-derive v0.4.2 |
| 2836 | 2025-04-30T20:40:11.045Z | Compiling sigpipe v0.1.3 |
| 2837 | 2025-04-30T20:40:11.100Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2838 | 2025-04-30T20:40:11.216Z | Compiling jiff v0.2.10 |
| 2839 | 2025-04-30T20:40:11.407Z | Compiling zone v0.3.1 |
| 2840 | 2025-04-30T20:40:11.529Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
| 2841 | 2025-04-30T20:40:11.995Z | Compiling num-rational v0.4.2 |
| 2842 | 2025-04-30T20:40:12.364Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2843 | 2025-04-30T20:40:12.896Z | Compiling num-complex v0.4.6 |
| 2844 | 2025-04-30T20:40:13.015Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
| 2845 | 2025-04-30T20:40:13.221Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2846 | 2025-04-30T20:40:13.626Z | Compiling universal-hash v0.5.1 |
| 2847 | 2025-04-30T20:40:13.887Z | Compiling num v0.4.3 |
| 2848 | 2025-04-30T20:40:13.908Z | Compiling opaque-debug v0.3.1 |
| 2849 | 2025-04-30T20:40:13.928Z | Compiling float-ord v0.3.2 |
| 2850 | 2025-04-30T20:40:14.032Z | Compiling aead v0.5.2 |
| 2851 | 2025-04-30T20:40:14.052Z | Compiling utf-8 v0.7.6 |
| 2852 | 2025-04-30T20:40:14.139Z | Compiling keccak v0.1.5 |
| 2853 | 2025-04-30T20:40:14.343Z | Compiling typify v0.3.0 |
| 2854 | 2025-04-30T20:40:14.387Z | Compiling convert_case v0.4.0 |
| 2855 | 2025-04-30T20:40:14.434Z | Compiling tungstenite v0.21.0 |
| 2856 | 2025-04-30T20:40:14.549Z | Compiling progenitor-impl v0.9.1 |
| 2857 | 2025-04-30T20:40:14.780Z | Compiling sha3 v0.10.8 |
| 2858 | 2025-04-30T20:40:15.269Z | Compiling derive_more v0.99.19 |
| 2859 | 2025-04-30T20:40:15.335Z | Compiling poly1305 v0.8.0 |
| 2860 | 2025-04-30T20:40:15.779Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5) |
| 2861 | 2025-04-30T20:40:15.864Z | Compiling chacha20 v0.9.1 |
| 2862 | 2025-04-30T20:40:16.395Z | Compiling password-hash v0.5.0 |
| 2863 | 2025-04-30T20:40:16.417Z | Compiling blake2 v0.10.6 |
| 2864 | 2025-04-30T20:40:17.064Z | Compiling base64 v0.21.7 |
| 2865 | 2025-04-30T20:40:17.662Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5) |
| 2866 | 2025-04-30T20:40:17.666Z | Compiling argon2 v0.5.3 |
| 2867 | 2025-04-30T20:40:17.783Z | Compiling tokio-tungstenite v0.21.0 |
| 2868 | 2025-04-30T20:40:17.804Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2869 | 2025-04-30T20:40:18.500Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2870 | 2025-04-30T20:40:18.673Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2871 | 2025-04-30T20:40:19.253Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
| 2872 | 2025-04-30T20:40:19.489Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2873 | 2025-04-30T20:40:19.807Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5) |
| 2874 | 2025-04-30T20:40:19.935Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2875 | 2025-04-30T20:40:20.379Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
| 2876 | 2025-04-30T20:40:20.609Z | Compiling secrecy v0.10.3 |
| 2877 | 2025-04-30T20:40:20.930Z | Compiling half v2.4.1 |
| 2878 | 2025-04-30T20:40:21.056Z | Compiling semver v0.1.20 |
| 2879 | 2025-04-30T20:40:21.104Z | Compiling ciborium-io v0.2.2 |
| 2880 | 2025-04-30T20:40:21.285Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
| 2881 | 2025-04-30T20:40:21.474Z | Compiling rustc_version v0.1.7 |
| 2882 | 2025-04-30T20:40:21.598Z | Compiling progenitor-macro v0.9.1 |
| 2883 | 2025-04-30T20:40:21.701Z | Compiling ciborium-ll v0.2.2 |
| 2884 | 2025-04-30T20:40:21.859Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2885 | 2025-04-30T20:40:21.927Z | Compiling typify-impl v0.2.0 |
| 2886 | 2025-04-30T20:40:22.125Z | Compiling newline-converter v0.3.0 |
| 2887 | 2025-04-30T20:40:22.243Z | Compiling primeorder v0.13.6 |
| 2888 | 2025-04-30T20:40:22.336Z | Compiling linked-hash-map v0.5.6 |
| 2889 | 2025-04-30T20:40:22.702Z | Compiling cancel-safe-futures v0.1.5 |
| 2890 | 2025-04-30T20:40:22.773Z | Compiling owo-colors v4.2.0 |
| 2891 | 2025-04-30T20:40:22.794Z | Compiling thiserror-no-std v2.0.2 |
| 2892 | 2025-04-30T20:40:22.987Z | Compiling vsss-rs v3.3.4 |
| 2893 | 2025-04-30T20:40:23.189Z | Compiling lru-cache v0.1.2 |
| 2894 | 2025-04-30T20:40:23.211Z | Compiling expectorate v1.1.0 |
| 2895 | 2025-04-30T20:40:23.457Z | Compiling ciborium v0.2.2 |
| 2896 | 2025-04-30T20:40:23.487Z | Compiling newtype_derive v0.1.6 |
| 2897 | 2025-04-30T20:40:23.846Z | Compiling chacha20poly1305 v0.10.1 |
| 2898 | 2025-04-30T20:40:23.870Z | Compiling resolv-conf v0.7.0 |
| 2899 | 2025-04-30T20:40:24.137Z | Compiling libsw-core v0.3.1 |
| 2900 | 2025-04-30T20:40:24.470Z | Compiling unicase v2.7.0 |
| 2901 | 2025-04-30T20:40:24.521Z | Compiling arc-swap v1.7.1 |
| 2902 | 2025-04-30T20:40:24.576Z | Compiling fixedbitset v0.5.7 |
| 2903 | 2025-04-30T20:40:24.773Z | Compiling libefi-sys v0.1.0 |
| 2904 | 2025-04-30T20:40:25.115Z | Compiling petgraph v0.7.1 |
| 2905 | 2025-04-30T20:40:25.139Z | Compiling slog-scope v4.4.0 |
| 2906 | 2025-04-30T20:40:25.190Z | Compiling libsw v3.4.0 |
| 2907 | 2025-04-30T20:40:25.260Z | Compiling hickory-resolver v0.24.4 |
| 2908 | 2025-04-30T20:40:25.903Z | Compiling polyval v0.6.2 |
| 2909 | 2025-04-30T20:40:26.255Z | Compiling atomicwrites v0.4.4 |
| 2910 | 2025-04-30T20:40:26.386Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2911 | 2025-04-30T20:40:26.659Z | Compiling bitfield-struct v0.6.2 |
| 2912 | 2025-04-30T20:40:26.903Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2913 | 2025-04-30T20:40:27.216Z | Compiling parking_lot_core v0.8.6 |
| 2914 | 2025-04-30T20:40:27.714Z | Compiling linear-map v1.2.0 |
| 2915 | 2025-04-30T20:40:27.734Z | Compiling salty v0.3.0 |
| 2916 | 2025-04-30T20:40:27.752Z | Compiling indent_write v2.2.0 |
| 2917 | 2025-04-30T20:40:28.370Z | Compiling proc-macro-error2 v2.0.1 |
| 2918 | 2025-04-30T20:40:28.370Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2919 | 2025-04-30T20:40:28.370Z | Compiling ghash v0.5.1 |
| 2920 | 2025-04-30T20:40:28.434Z | Compiling slog-stdlog v4.1.1 |
| 2921 | 2025-04-30T20:40:28.724Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2922 | 2025-04-30T20:40:28.842Z | Compiling p384 v0.13.0 |
| 2923 | 2025-04-30T20:40:28.945Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2924 | 2025-04-30T20:40:29.007Z | Compiling ctr v0.9.2 |
| 2925 | 2025-04-30T20:40:29.249Z | Compiling num-derive v0.3.3 |
| 2926 | 2025-04-30T20:40:29.413Z | Compiling lzma-sys v0.1.20 |
| 2927 | 2025-04-30T20:40:29.584Z | Compiling slog-dtrace v0.3.0 |
| 2928 | 2025-04-30T20:40:29.975Z | Compiling highway v1.3.0 |
| 2929 | 2025-04-30T20:40:30.196Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2930 | 2025-04-30T20:40:30.374Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2931 | 2025-04-30T20:40:30.394Z | Compiling papergrid v0.14.0 |
| 2932 | 2025-04-30T20:40:30.935Z | Compiling aes-gcm v0.10.3 |
| 2933 | 2025-04-30T20:40:31.214Z | Compiling mime_guess v2.0.5 |
| 2934 | 2025-04-30T20:40:31.293Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2935 | 2025-04-30T20:40:31.562Z | Compiling tabled_derive v0.10.0 |
| 2936 | 2025-04-30T20:40:31.565Z | Compiling libscf-sys v1.1.0 |
| 2937 | 2025-04-30T20:40:31.713Z | Compiling slog-envlogger v2.2.0 |
| 2938 | 2025-04-30T20:40:31.843Z | Compiling steno v0.4.1 |
| 2939 | 2025-04-30T20:40:32.521Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2940 | 2025-04-30T20:40:33.092Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2941 | 2025-04-30T20:40:33.440Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2942 | 2025-04-30T20:40:33.781Z | Compiling progenitor v0.9.1 |
| 2943 | 2025-04-30T20:40:34.045Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d) |
| 2944 | 2025-04-30T20:40:34.148Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
| 2945 | 2025-04-30T20:40:34.261Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2946 | 2025-04-30T20:40:34.316Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2947 | 2025-04-30T20:40:34.526Z | Compiling heck v0.3.3 |
| 2948 | 2025-04-30T20:40:34.825Z | Compiling progenitor-client v0.8.0 |
| 2949 | 2025-04-30T20:40:34.863Z | Compiling ssh-encoding v0.2.0 |
| 2950 | 2025-04-30T20:40:34.923Z | Compiling blowfish v0.9.1 |
| 2951 | 2025-04-30T20:40:35.357Z | Compiling gethostname v0.5.0 |
| 2952 | 2025-04-30T20:40:35.389Z | Compiling env_filter v0.1.2 |
| 2953 | 2025-04-30T20:40:35.431Z | Compiling nibble_vec v0.1.0 |
| 2954 | 2025-04-30T20:40:35.598Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2955 | 2025-04-30T20:40:35.701Z | Compiling humantime v2.1.0 |
| 2956 | 2025-04-30T20:40:36.001Z | Compiling endian-type v0.1.2 |
| 2957 | 2025-04-30T20:40:36.029Z | Compiling xshell-macros v0.2.7 |
| 2958 | 2025-04-30T20:40:36.245Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2959 | 2025-04-30T20:40:36.267Z | Compiling typify-macro v0.2.0 |
| 2960 | 2025-04-30T20:40:36.288Z | Compiling radix_trie v0.2.1 |
| 2961 | 2025-04-30T20:40:36.767Z | Compiling env_logger v0.11.5 |
| 2962 | 2025-04-30T20:40:36.852Z | Compiling xshell v0.2.7 |
| 2963 | 2025-04-30T20:40:36.914Z | Compiling ssh-cipher v0.2.0 |
| 2964 | 2025-04-30T20:40:37.449Z | Compiling bcrypt-pbkdf v0.10.0 |
| 2965 | 2025-04-30T20:40:38.097Z | Compiling zone_cfg_derive v0.1.2 |
| 2966 | 2025-04-30T20:40:38.194Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2967 | 2025-04-30T20:40:38.253Z | Compiling tabled v0.18.0 |
| 2968 | 2025-04-30T20:40:38.394Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2969 | 2025-04-30T20:40:39.255Z | Compiling parking_lot v0.11.2 |
| 2970 | 2025-04-30T20:40:39.538Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2971 | 2025-04-30T20:40:39.738Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2972 | 2025-04-30T20:40:40.407Z | Compiling typify v0.2.0 |
| 2973 | 2025-04-30T20:40:40.598Z | Compiling progenitor-impl v0.8.0 |
| 2974 | 2025-04-30T20:40:40.618Z | Compiling qorb v0.3.1 |
| 2975 | 2025-04-30T20:40:40.768Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2976 | 2025-04-30T20:40:40.844Z | Compiling password-hash v0.4.2 |
| 2977 | 2025-04-30T20:40:41.221Z | Compiling fxhash v0.2.1 |
| 2978 | 2025-04-30T20:40:41.475Z | Compiling http-range v0.1.5 |
| 2979 | 2025-04-30T20:40:41.505Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2980 | 2025-04-30T20:40:41.669Z | Compiling same-file v1.0.6 |
| 2981 | 2025-04-30T20:40:41.843Z | Compiling base64 v0.13.1 |
| 2982 | 2025-04-30T20:40:41.911Z | Compiling walkdir v2.5.0 |
| 2983 | 2025-04-30T20:40:41.994Z | Compiling sled v0.34.7 |
| 2984 | 2025-04-30T20:40:42.439Z | Compiling ron v0.7.1 |
| 2985 | 2025-04-30T20:40:42.585Z | Compiling pbkdf2 v0.11.0 |
| 2986 | 2025-04-30T20:40:43.039Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2987 | 2025-04-30T20:40:43.765Z | Compiling xz2 v0.1.7 |
| 2988 | 2025-04-30T20:40:44.633Z | Compiling zone v0.1.8 |
| 2989 | 2025-04-30T20:40:44.680Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2990 | 2025-04-30T20:40:44.807Z | Compiling ssh-key v0.6.6 |
| 2991 | 2025-04-30T20:40:45.096Z | Compiling hickory-client v0.24.4 |
| 2992 | 2025-04-30T20:40:45.695Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d) |
| 2993 | 2025-04-30T20:40:45.717Z | Compiling p256 v0.13.2 |
| 2994 | 2025-04-30T20:40:46.018Z | Compiling p521 v0.13.3 |
| 2995 | 2025-04-30T20:40:46.486Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2996 | 2025-04-30T20:40:46.560Z | Compiling hickory-server v0.24.4 |
| 2997 | 2025-04-30T20:40:47.178Z | Compiling pem v3.0.5 |
| 2998 | 2025-04-30T20:40:47.299Z | Compiling yasna v0.5.2 |
| 2999 | 2025-04-30T20:40:47.619Z | Compiling progenitor-macro v0.8.0 |
| 3000 | 2025-04-30T20:40:47.938Z | Compiling headers-core v0.3.0 |
| 3001 | 2025-04-30T20:40:48.165Z | Compiling kstat-rs v0.2.4 |
| 3002 | 2025-04-30T20:40:48.317Z | Compiling secrecy v0.8.0 |
| 3003 | 2025-04-30T20:40:48.615Z | Compiling nanorand v0.7.0 |
| 3004 | 2025-04-30T20:40:48.765Z | Compiling russh-cryptovec v0.7.3 |
| 3005 | 2025-04-30T20:40:48.865Z | Compiling atty v0.2.14 |
| 3006 | 2025-04-30T20:40:48.932Z | Compiling crc8 v0.1.1 |
| 3007 | 2025-04-30T20:40:49.054Z | Compiling md5 v0.7.0 |
| 3008 | 2025-04-30T20:40:49.109Z | Compiling flume v0.11.1 |
| 3009 | 2025-04-30T20:40:49.141Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
| 3010 | 2025-04-30T20:40:49.622Z | Compiling russh-keys v0.45.0 |
| 3011 | 2025-04-30T20:40:49.768Z | Compiling rcgen v0.12.1 |
| 3012 | 2025-04-30T20:40:50.888Z | Compiling headers v0.4.0 |
| 3013 | 2025-04-30T20:40:51.292Z | Compiling ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
| 3014 | 2025-04-30T20:40:51.903Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3015 | 2025-04-30T20:40:52.658Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3016 | 2025-04-30T20:40:53.001Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3017 | 2025-04-30T20:40:53.442Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3018 | 2025-04-30T20:40:55.449Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3019 | 2025-04-30T20:40:56.388Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3020 | 2025-04-30T20:40:56.467Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3021 | 2025-04-30T20:40:57.523Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3022 | 2025-04-30T20:40:58.985Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3023 | 2025-04-30T20:40:59.846Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3024 | 2025-04-30T20:40:59.883Z | Compiling progenitor v0.8.0 |
| 3025 | 2025-04-30T20:40:59.908Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3026 | 2025-04-30T20:40:59.944Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3027 | 2025-04-30T20:41:00.136Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3028 | 2025-04-30T20:41:00.286Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3029 | 2025-04-30T20:41:02.266Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3030 | 2025-04-30T20:41:02.425Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3031 | 2025-04-30T20:41:03.418Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3032 | 2025-04-30T20:41:03.791Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3033 | 2025-04-30T20:41:05.320Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3034 | 2025-04-30T20:41:05.835Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3035 | 2025-04-30T20:41:07.133Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3036 | 2025-04-30T20:41:07.212Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3037 | 2025-04-30T20:41:07.263Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3038 | 2025-04-30T20:41:07.523Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3039 | 2025-04-30T20:41:07.692Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3040 | 2025-04-30T20:41:08.205Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3041 | 2025-04-30T20:41:08.355Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3042 | 2025-04-30T20:41:08.950Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3043 | 2025-04-30T20:41:10.867Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3044 | 2025-04-30T20:41:11.270Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3045 | 2025-04-30T20:41:11.697Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3046 | 2025-04-30T20:41:12.654Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3047 | 2025-04-30T20:41:13.111Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3048 | 2025-04-30T20:41:15.750Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3049 | 2025-04-30T20:41:16.781Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3050 | 2025-04-30T20:41:17.198Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3051 | 2025-04-30T20:41:18.483Z | Compiling hyper-staticfile v0.10.1 |
| 3052 | 2025-04-30T20:41:18.816Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3053 | 2025-04-30T20:41:18.964Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 3054 | 2025-04-30T20:41:19.113Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3055 | 2025-04-30T20:41:19.472Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3056 | 2025-04-30T20:41:19.498Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
| 3057 | 2025-04-30T20:41:19.531Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3058 | 2025-04-30T20:41:20.287Z | Compiling num-bigint v0.4.6 |
| 3059 | 2025-04-30T20:41:20.743Z | Compiling des v0.8.1 |
| 3060 | 2025-04-30T20:41:20.902Z | Compiling subprocess v0.2.9 |
| 3061 | 2025-04-30T20:41:21.115Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3062 | 2025-04-30T20:41:21.149Z | Compiling hex-literal v0.4.1 |
| 3063 | 2025-04-30T20:41:21.365Z | Compiling display-error-chain v0.2.2 |
| 3064 | 2025-04-30T20:41:21.621Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3065 | 2025-04-30T20:41:21.760Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3066 | 2025-04-30T20:41:22.012Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3067 | 2025-04-30T20:41:22.549Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3068 | 2025-04-30T20:41:23.103Z | Compiling internet-checksum v0.2.1 |
| 3069 | 2025-04-30T20:41:23.352Z | Compiling russh v0.45.0 |
| 3070 | 2025-04-30T20:41:28.461Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3071 | 2025-04-30T20:41:34.689Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3072 | 2025-04-30T20:41:36.349Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3073 | 2025-04-30T20:42:01.838Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3074 | 2025-04-30T20:42:26.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s |
| 3075 | 2025-04-30T20:42:26.606Z | |
| 3076 | 2025-04-30T20:42:26.606Z | real 2:36.320624015 |
| 3077 | 2025-04-30T20:42:26.607Z | user 13:33.226304771 |
| 3078 | 2025-04-30T20:42:26.607Z | sys 1:52.754388899 |
| 3079 | 2025-04-30T20:42:26.607Z | trap 0.416345116 |
| 3080 | 2025-04-30T20:42:26.610Z | tflt 0.313535030 |
| 3081 | 2025-04-30T20:42:26.610Z | dflt 1.026088560 |
| 3082 | 2025-04-30T20:42:26.610Z | kflt 0.000065990 |
| 3083 | 2025-04-30T20:42:26.610Z | lock 25:14.260048975 |
| 3084 | 2025-04-30T20:42:26.610Z | slp 48:24.186021829 |
| 3085 | 2025-04-30T20:42:26.610Z | lat 43.631780790 |
| 3086 | 2025-04-30T20:42:26.610Z | stop 1:56.785270453 |
| 3087 | 2025-04-30T20:42:26.610Z | + mkdir tests |
| 3088 | 2025-04-30T20:42:26.613Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3089 | 2025-04-30T20:42:26.614Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3090 | 2025-04-30T20:42:26.653Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-34806948d65022e1 tests/ |
| 3091 | 2025-04-30T20:42:26.678Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0c38d714b8d08c86 tests/ |
| 3092 | 2025-04-30T20:42:26.706Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-e10285140a773fcd tests/ |
| 3093 | 2025-04-30T20:42:26.736Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-cfff218e10c7b026 tests/ |
| 3094 | 2025-04-30T20:42:26.993Z | + 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/*) |
| 3095 | 2025-04-30T20:42:26.996Z | + 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-0c38d714b8d08c86 tests/commtest-e10285140a773fcd tests/dhcp_server-34806948d65022e1 tests/end_to_end_tests-cfff218e10c7b026 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 |
| 3096 | 2025-04-30T20:43:46.387Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3097 | 2025-04-30T20:43:46.387Z | a .github/buildomat/ci-env.sh 1K |
| 3098 | 2025-04-30T20:43:46.387Z | a out/target/test 1K |
| 3099 | 2025-04-30T20:43:46.388Z | a out/npuzone/npuzone 23144K |
| 3100 | 2025-04-30T20:43:46.388Z | a package-manifest.toml 33K |
| 3101 | 2025-04-30T20:43:46.389Z | a smf/sled-agent/non-gimlet/config.toml 5K |
| 3102 | 2025-04-30T20:43:46.389Z | a target/release/omicron-package 40147K |
| 3103 | 2025-04-30T20:43:46.389Z | a target/release/xtask 10762K |
| 3104 | 2025-04-30T20:43:46.389Z | a target/debug/bootstrap 214002K |
| 3105 | 2025-04-30T20:43:46.389Z | a tests/bootstrap-0c38d714b8d08c86 23833K |
| 3106 | 2025-04-30T20:43:46.389Z | a tests/commtest-e10285140a773fcd 24620K |
| 3107 | 2025-04-30T20:43:46.389Z | a tests/dhcp_server-34806948d65022e1 23833K |
| 3108 | 2025-04-30T20:43:46.389Z | a tests/end_to_end_tests-cfff218e10c7b026 271376K |
| 3109 | 2025-04-30T20:43:46.389Z | a out/clickhouse.tar.gz 306870K |
| 3110 | 2025-04-30T20:43:46.389Z | a out/clickhouse_keeper.tar.gz 292209K |
| 3111 | 2025-04-30T20:43:46.389Z | a out/clickhouse_server.tar.gz 306838K |
| 3112 | 2025-04-30T20:43:46.389Z | a out/cockroachdb.tar.gz 144912K |
| 3113 | 2025-04-30T20:43:46.389Z | a out/crucible-dtrace.tar 99K |
| 3114 | 2025-04-30T20:43:46.389Z | a out/crucible-pantry-zone.tar.gz 35608K |
| 3115 | 2025-04-30T20:43:46.389Z | a out/crucible-zone.tar.gz 44408K |
| 3116 | 2025-04-30T20:43:46.389Z | a out/external-dns.tar.gz 45880K |
| 3117 | 2025-04-30T20:43:46.389Z | a out/internal-dns.tar.gz 45878K |
| 3118 | 2025-04-30T20:43:46.389Z | a out/mg-ddm-gz.tar 92145K |
| 3119 | 2025-04-30T20:43:46.389Z | a out/nexus.tar.gz 114528K |
| 3120 | 2025-04-30T20:43:46.389Z | a out/ntp.tar.gz 15002K |
| 3121 | 2025-04-30T20:43:46.389Z | a out/omicron-gateway-softnpu.tar.gz 25471K |
| 3122 | 2025-04-30T20:43:46.389Z | a out/omicron-sled-agent.tar 127849K |
| 3123 | 2025-04-30T20:43:46.389Z | a out/overlay.tar.gz 3K |
| 3124 | 2025-04-30T20:43:46.389Z | a out/oximeter.tar.gz 56545K |
| 3125 | 2025-04-30T20:43:46.389Z | a out/oxlog.tar 3743K |
| 3126 | 2025-04-30T20:43:46.389Z | a out/probe.tar.gz 2764K |
| 3127 | 2025-04-30T20:43:46.389Z | a out/propolis-server.tar.gz 69372K |
| 3128 | 2025-04-30T20:43:46.389Z | a out/pumpkind-gz.tar 26648K |
| 3129 | 2025-04-30T20:43:46.390Z | a out/switch-softnpu.tar.gz 298475K |
| 3130 | 2025-04-30T20:43:46.393Z | |
| 3131 | 2025-04-30T20:43:46.393Z | real 1:19.382735034 |
| 3132 | 2025-04-30T20:43:46.393Z | user 1:15.699968695 |
| 3133 | 2025-04-30T20:43:46.394Z | sys 5.349844598 |
| 3134 | 2025-04-30T20:43:46.394Z | trap 0.019737416 |
| 3135 | 2025-04-30T20:43:46.394Z | tflt 0.000000000 |
| 3136 | 2025-04-30T20:43:46.394Z | dflt 0.000009209 |
| 3137 | 2025-04-30T20:43:46.394Z | kflt 0.000000000 |
| 3138 | 2025-04-30T20:43:46.394Z | lock 0.000000000 |
| 3139 | 2025-04-30T20:43:46.394Z | slp 1:15.365158292 |
| 3140 | 2025-04-30T20:43:46.394Z | lat 2.325498424 |
| 3141 | 2025-04-30T20:43:46.394Z | stop 0.000562709 |
| 3142 | 2025-04-30T20:43:46.394Z | process exited: duration 2060811 ms, exit code 0 |
| |
| 3143 | 2025-04-30T20:43:46.412Z | found 1 output files |
| 3144 | 2025-04-30T20:43:46.412Z | uploading: /work/package.tar.gz (2093460486 bytes) |
| 3145 | 2025-04-30T20:44:18.890Z | uploaded: /work/package.tar.gz |