|
|
|
| 1 | 2025-02-11T20:35:55.439Z | job assigned to worker 01JKVBHY1Q06H47PE7ZAFTA3EW [factory aws, i-083e634a76a281e24] (queued for 51 s) |
| |
| 2 | 2025-02-11T20:36:04.216Z | starting task 0: "setup" |
| 3 | 2025-02-11T20:36:04.242Z | ++ uname -s |
| 4 | 2025-02-11T20:36:04.262Z | + kern=SunOS |
| 5 | 2025-02-11T20:36:04.262Z | + build_user=build |
| 6 | 2025-02-11T20:36:04.262Z | + build_uid=12345 |
| 7 | 2025-02-11T20:36:04.262Z | + work_dir=/work |
| 8 | 2025-02-11T20:36:04.262Z | + input_dir=/input |
| 9 | 2025-02-11T20:36:04.262Z | + [[ 0 == 12345 ]] |
| 10 | 2025-02-11T20:36:04.262Z | + case "$kern" in |
| 11 | 2025-02-11T20:36:04.262Z | + groupadd -g 12345 build |
| 12 | 2025-02-11T20:36:04.263Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-02-11T20:36:06.234Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-02-11T20:36:06.353Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-02-11T20:36:06.356Z | + home_fs=zfs |
| 16 | 2025-02-11T20:36:06.356Z | + [[ zfs == autofs ]] |
| 17 | 2025-02-11T20:36:06.356Z | + mkdir -p /home/build |
| 18 | 2025-02-11T20:36:06.358Z | + chown build:build /home/build /work |
| 19 | 2025-02-11T20:36:08.360Z | + chmod 0700 /home/build /work |
| 20 | 2025-02-11T20:36:08.363Z | process exited: duration 4147 ms, exit code 0 |
| |
| 21 | 2025-02-11T20:36:08.371Z | starting task 1: "rust-toolchain" |
| 22 | 2025-02-11T20:36:08.376Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.1 |
| 23 | 2025-02-11T20:36:08.376Z | * rust toolchain channel = "1.84.1" |
| 24 | 2025-02-11T20:36:08.376Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2025-02-11T20:36:08.376Z | * rust toolchain profile = "default" |
| 26 | 2025-02-11T20:36:08.376Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-02-11T20:36:08.376Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-02-11T20:36:08.379Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-02-11T20:36:08.379Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default |
| 30 | 2025-02-11T20:36:08.502Z | info: downloading installer |
| 31 | 2025-02-11T20:36:09.947Z | warning: it looks like you have an existing installation of Rust at: |
| 32 | 2025-02-11T20:36:09.947Z | warning: /opt/ooce/bin |
| 33 | 2025-02-11T20:36:09.947Z | warning: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-02-11T20:36:09.947Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 35 | 2025-02-11T20:36:09.947Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-02-11T20:36:09.947Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-02-11T20:36:09.947Z | warning: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-02-11T20:36:09.947Z | error: cannot install while Rust is installed |
| 39 | 2025-02-11T20:36:09.947Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-02-11T20:36:09.992Z | info: profile set to 'default' |
| 41 | 2025-02-11T20:36:09.992Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-02-11T20:36:09.996Z | info: syncing channel updates for '1.84.1-x86_64-unknown-illumos' |
| 43 | 2025-02-11T20:36:10.166Z | info: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27) |
| 44 | 2025-02-11T20:36:10.166Z | info: downloading component 'cargo' |
| 45 | 2025-02-11T20:36:11.200Z | info: downloading component 'clippy' |
| 46 | 2025-02-11T20:36:11.597Z | info: downloading component 'rust-docs' |
| 47 | 2025-02-11T20:36:13.010Z | info: downloading component 'rust-std' |
| 48 | 2025-02-11T20:36:15.302Z | info: downloading component 'rustc' |
| 49 | 2025-02-11T20:36:23.353Z | info: downloading component 'rustfmt' |
| 50 | 2025-02-11T20:36:23.657Z | info: installing component 'cargo' |
| 51 | 2025-02-11T20:36:24.477Z | info: installing component 'clippy' |
| 52 | 2025-02-11T20:36:24.858Z | info: installing component 'rust-docs' |
| 53 | 2025-02-11T20:36:26.542Z | info: installing component 'rust-std' |
| 54 | 2025-02-11T20:36:28.373Z | info: installing component 'rustc' |
| 55 | 2025-02-11T20:36:34.379Z | info: installing component 'rustfmt' |
| 56 | 2025-02-11T20:36:34.712Z | info: default toolchain set to '1.84.1-x86_64-unknown-illumos' |
| 57 | 2025-02-11T20:36:34.712Z | |
| 58 | 2025-02-11T20:36:35.101Z | 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27) |
| 59 | 2025-02-11T20:36:35.101Z | |
| 60 | 2025-02-11T20:36:35.104Z | |
| 61 | 2025-02-11T20:36:35.104Z | Rust is installed now. Great! |
| 62 | 2025-02-11T20:36:35.104Z | |
| 63 | 2025-02-11T20:36:35.104Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-02-11T20:36:35.104Z | environment variable. This has not been done automatically. |
| 65 | 2025-02-11T20:36:35.104Z | |
| 66 | 2025-02-11T20:36:35.104Z | To configure your current shell, you need to source |
| 67 | 2025-02-11T20:36:35.104Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-02-11T20:36:35.104Z | |
| 69 | 2025-02-11T20:36:35.104Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-02-11T20:36:35.104Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-02-11T20:36:35.104Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-02-11T20:36:35.181Z | + rustup --version |
| 73 | 2025-02-11T20:36:35.188Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
| 74 | 2025-02-11T20:36:35.188Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 75 | 2025-02-11T20:36:35.266Z | info: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)` |
| 76 | 2025-02-11T20:36:35.270Z | + cargo --version |
| 77 | 2025-02-11T20:36:35.326Z | cargo 1.84.1 (66221abde 2024-11-19) |
| 78 | 2025-02-11T20:36:35.328Z | + rustc --version |
| 79 | 2025-02-11T20:36:35.388Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
| 80 | 2025-02-11T20:36:35.392Z | process exited: duration 27019 ms, exit code 0 |
| |
| 81 | 2025-02-11T20:36:35.398Z | starting task 2: "authentication" |
| 82 | 2025-02-11T20:36:35.421Z | process exited: duration 23 ms, exit code 0 |
| |
| 83 | 2025-02-11T20:36:35.428Z | starting task 3: "clone repository" |
| 84 | 2025-02-11T20:36:35.435Z | + mkdir -p /work/oxidecomputer/omicron |
| 85 | 2025-02-11T20:36:35.437Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 86 | 2025-02-11T20:36:35.704Z | Cloning into '/work/oxidecomputer/omicron'... |
| 87 | 2025-02-11T20:36:42.728Z | + cd /work/oxidecomputer/omicron |
| 88 | 2025-02-11T20:36:42.728Z | + git fetch origin 068d8dea4d258efa5f36c1012af40b6eba2a91c5 |
| 89 | 2025-02-11T20:36:43.028Z | From https://github.com/oxidecomputer/omicron |
| 90 | 2025-02-11T20:36:43.029Z | * branch 068d8dea4d258efa5f36c1012af40b6eba2a91c5 -> FETCH_HEAD |
| 91 | 2025-02-11T20:36:43.039Z | + [[ -n iliana/tuf-replication-generation-numbers ]] |
| 92 | 2025-02-11T20:36:43.042Z | ++ git branch --show-current |
| 93 | 2025-02-11T20:36:43.045Z | + current=main |
| 94 | 2025-02-11T20:36:43.045Z | + [[ main != iliana/tuf-replication-generation-numbers ]] |
| 95 | 2025-02-11T20:36:43.045Z | + git branch -f iliana/tuf-replication-generation-numbers 068d8dea4d258efa5f36c1012af40b6eba2a91c5 |
| 96 | 2025-02-11T20:36:43.048Z | + git checkout -f iliana/tuf-replication-generation-numbers |
| 97 | 2025-02-11T20:36:43.231Z | Switched to branch 'iliana/tuf-replication-generation-numbers' |
| 98 | 2025-02-11T20:36:43.233Z | + git reset --hard 068d8dea4d258efa5f36c1012af40b6eba2a91c5 |
| 99 | 2025-02-11T20:36:43.245Z | HEAD is now at 068d8dea4 fix some control flow |
| 100 | 2025-02-11T20:36:43.248Z | process exited: duration 7817 ms, exit code 0 |
| |
| 101 | 2025-02-11T20:36:43.253Z | starting task 4: "build" |
| 102 | 2025-02-11T20:36:43.258Z | + source .github/buildomat/ci-env.sh |
| 103 | 2025-02-11T20:36:43.259Z | ++ export CARGO_TERM_COLOR=always |
| 104 | 2025-02-11T20:36:43.259Z | ++ CARGO_TERM_COLOR=always |
| 105 | 2025-02-11T20:36:43.261Z | + cargo --version |
| 106 | 2025-02-11T20:36:43.309Z | cargo 1.84.1 (66221abde 2024-11-19) |
| 107 | 2025-02-11T20:36:43.313Z | + rustc --version |
| 108 | 2025-02-11T20:36:43.373Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
| 109 | 2025-02-11T20:36:43.376Z | + WORK=/work |
| 110 | 2025-02-11T20:36:43.376Z | + pfexec mkdir -p /work |
| 111 | 2025-02-11T20:36:43.379Z | + pfexec chown build /work |
| 112 | 2025-02-11T20:36:43.382Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 113 | 2025-02-11T20:36:49.649Z | pkg list: illegal option -- F |
| 114 | 2025-02-11T20:36:49.649Z | Usage: |
| 115 | 2025-02-11T20:36:49.653Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 116 | 2025-02-11T20:36:49.653Z | [pkg_fmri_pattern ...] |
| 117 | 2025-02-11T20:36:50.523Z | pkg list: illegal option -- F |
| 118 | 2025-02-11T20:36:50.523Z | Usage: |
| 119 | 2025-02-11T20:36:50.526Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 120 | 2025-02-11T20:36:50.526Z | [pkg_fmri_pattern ...] |
| 121 | 2025-02-11T20:37:00.714Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 122 | 2025-02-11T20:37:05.437Z | Startup: Caching catalogs ... Done |
| 123 | 2025-02-11T20:37:18.231Z | Planning: Solver setup ... Done (11.843s) |
| 124 | 2025-02-11T20:37:18.392Z | Planning: Running solver ... Done (0.161s) |
| 125 | 2025-02-11T20:37:18.823Z | Planning: Finding local manifests ... Done (0.316s) |
| 126 | 2025-02-11T20:37:18.873Z | Planning: Fetching manifests: 0/7 0% complete |
| 127 | 2025-02-11T20:37:19.558Z | Planning: Fetching manifests: 7/7 100% complete |
| 128 | 2025-02-11T20:37:20.118Z | Planning: Package planning ... Done (0.560s) |
| 129 | 2025-02-11T20:37:20.178Z | Planning: Merging actions ... Done (0.059s) |
| 130 | 2025-02-11T20:37:21.179Z | Planning: Checking for conflicting actions ... Done (1.000s) |
| 131 | 2025-02-11T20:37:27.594Z | Planning: Consolidating action changes ... Done (6.415s) |
| 132 | 2025-02-11T20:37:28.042Z | Planning: Evaluating mediators ... Done (0.448s) |
| 133 | 2025-02-11T20:37:28.219Z | Planning: Planning completed in 22.68 seconds |
| 134 | 2025-02-11T20:37:28.896Z | Packages to install: 4 |
| 135 | 2025-02-11T20:37:28.896Z | Packages to update: 3 |
| 136 | 2025-02-11T20:37:28.896Z | Mediators to change: 2 |
| 137 | 2025-02-11T20:37:28.901Z | Services to change: 1 |
| 138 | 2025-02-11T20:37:28.901Z | Estimated space available: 155.61 GB |
| 139 | 2025-02-11T20:37:28.901Z | Estimated space to be consumed: 1.65 GB |
| 140 | 2025-02-11T20:37:28.901Z | Create boot environment: No |
| 141 | 2025-02-11T20:37:28.901Z | Create backup boot environment: Yes |
| 142 | 2025-02-11T20:37:28.901Z | Rebuild boot archive: No |
| 143 | 2025-02-11T20:37:28.901Z | |
| 144 | 2025-02-11T20:37:28.901Z | Changed mediators: |
| 145 | 2025-02-11T20:37:28.901Z | mediator clang: |
| 146 | 2025-02-11T20:37:28.901Z | version: None -> 15 (system default) |
| 147 | 2025-02-11T20:37:28.901Z | |
| 148 | 2025-02-11T20:37:28.901Z | mediator llvm: |
| 149 | 2025-02-11T20:37:28.901Z | version: 14 (system default) -> 15 (system default) |
| 150 | 2025-02-11T20:37:28.901Z | |
| 151 | 2025-02-11T20:37:28.901Z | Changed packages: |
| 152 | 2025-02-11T20:37:28.901Z | helios-dev |
| 153 | 2025-02-11T20:37:28.901Z | developer/build-essential |
| 154 | 2025-02-11T20:37:28.901Z | None -> 11-2.0 |
| 155 | 2025-02-11T20:37:28.901Z | library/libxmlsec1 |
| 156 | 2025-02-11T20:37:28.901Z | None -> 1.2.35-2.0 |
| 157 | 2025-02-11T20:37:28.901Z | ooce/developer/clang-15 |
| 158 | 2025-02-11T20:37:28.901Z | None -> 15.0.7-2.0 |
| 159 | 2025-02-11T20:37:28.901Z | ooce/developer/llvm-15 |
| 160 | 2025-02-11T20:37:28.901Z | None -> 15.0.7-2.0 |
| 161 | 2025-02-11T20:37:28.901Z | package/pkg |
| 162 | 2025-02-11T20:37:28.901Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 163 | 2025-02-11T20:37:28.901Z | system/library/g++-runtime |
| 164 | 2025-02-11T20:37:28.902Z | 13-2.0 -> 14-2.0 |
| 165 | 2025-02-11T20:37:28.902Z | system/library/gcc-runtime |
| 166 | 2025-02-11T20:37:28.902Z | 13-2.0 -> 14-2.0 |
| 167 | 2025-02-11T20:37:28.902Z | |
| 168 | 2025-02-11T20:37:28.902Z | Services: |
| 169 | 2025-02-11T20:37:28.902Z | restart_fmri: |
| 170 | 2025-02-11T20:37:28.902Z | svc:/system/update-man-index:default |
| 171 | 2025-02-11T20:37:28.902Z | |
| 172 | 2025-02-11T20:37:28.902Z | Editable files to change: |
| 173 | 2025-02-11T20:37:28.902Z | Update: |
| 174 | 2025-02-11T20:37:28.902Z | usr/share/lib/pkg/web/config.shtml |
| 175 | 2025-02-11T20:37:29.422Z | |
| 176 | 2025-02-11T20:37:29.422Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 177 | 2025-02-11T20:37:34.424Z | Download: 484/4301 items 16.8/225.4MB 7% complete (3.5M/s) |
| 178 | 2025-02-11T20:37:39.431Z | Download: 1058/4301 items 19.5/225.4MB 8% complete (2.0M/s) |
| 179 | 2025-02-11T20:37:51.818Z | Download: 1195/4301 items 83.4/225.4MB 36% complete (7.6M/s) |
| 180 | 2025-02-11T20:37:56.822Z | Download: 1199/4301 items 83.5/225.4MB 37% complete (32.5k/s) |
| 181 | 2025-02-11T20:38:01.838Z | Download: 1614/4301 items 116.9/225.4MB 51% complete (3.5M/s) |
| 182 | 2025-02-11T20:38:06.858Z | Download: 2218/4301 items 119.2/225.4MB 52% complete (3.6M/s) |
| 183 | 2025-02-11T20:38:11.870Z | Download: 2294/4301 items 119.8/225.4MB 53% complete (295k/s) |
| 184 | 2025-02-11T20:38:16.871Z | Download: 3164/4301 items 163.1/225.4MB 72% complete (4.3M/s) |
| 185 | 2025-02-11T20:38:25.333Z | Download: 4054/4301 items 219.5/225.4MB 97% complete (9.9M/s) |
| 186 | 2025-02-11T20:38:25.409Z | Download: Completed 225.42 MB in 55.91 seconds (4.0M/s) |
| 187 | 2025-02-11T20:38:27.453Z | Actions: 1/5122 actions (Removing old actions) |
| 188 | 2025-02-11T20:38:27.472Z | Actions: 194/5122 actions (Installing new actions) |
| 189 | 2025-02-11T20:38:32.481Z | Actions: 4146/5122 actions (Installing new actions) |
| 190 | 2025-02-11T20:38:32.804Z | Actions: 4267/5122 actions (Updating modified actions) |
| 191 | 2025-02-11T20:38:33.306Z | Actions: Completed 5122 actions in 5.85 seconds. |
| 192 | 2025-02-11T20:38:33.543Z | Done (0.229s) |
| 193 | 2025-02-11T20:38:33.546Z | Done (0.001s) |
| 194 | 2025-02-11T20:38:34.138Z | Done (0.592s) |
| 195 | 2025-02-11T20:38:39.470Z | Done (5.102s) |
| 196 | 2025-02-11T20:38:39.727Z | Done (0.191s) |
| 197 | 2025-02-11T20:38:39.730Z | Done (0.000s) |
| 198 | 2025-02-11T20:38:39.886Z | Done (0.000s) |
| 199 | 2025-02-11T20:38:40.843Z | Planning: Evaluating mediator changes ... Done |
| 200 | 2025-02-11T20:38:40.863Z | Planning: Checking for conflicting actions ... Done |
| 201 | 2025-02-11T20:38:40.863Z | Planning: Consolidating action changes ... Done |
| 202 | 2025-02-11T20:38:41.049Z | Planning: Evaluating mediators ... Done |
| 203 | 2025-02-11T20:38:41.052Z | Planning: Planning completed in 0.45 seconds |
| 204 | 2025-02-11T20:38:41.090Z | Mediators to change: 2 |
| 205 | 2025-02-11T20:38:41.090Z | Create boot environment: No |
| 206 | 2025-02-11T20:38:41.093Z | Create backup boot environment: No |
| 207 | 2025-02-11T20:38:41.170Z | Done |
| 208 | 2025-02-11T20:38:41.170Z | Done |
| 209 | 2025-02-11T20:38:41.546Z | Done |
| 210 | 2025-02-11T20:38:45.223Z | Done |
| 211 | 2025-02-11T20:38:45.313Z | Done |
| 212 | 2025-02-11T20:38:45.316Z | Done |
| 213 | 2025-02-11T20:38:45.448Z | Done |
| 214 | 2025-02-11T20:38:46.084Z | Planning: Evaluating mediator changes ... Done |
| 215 | 2025-02-11T20:38:46.087Z | Planning: Merging actions ... Done |
| 216 | 2025-02-11T20:38:46.277Z | Planning: Checking for conflicting actions ... Done |
| 217 | 2025-02-11T20:38:46.280Z | Planning: Consolidating action changes ... Done |
| 218 | 2025-02-11T20:38:46.564Z | Planning: Evaluating mediators ... Done |
| 219 | 2025-02-11T20:38:46.625Z | Planning: Planning completed in 0.80 seconds |
| 220 | 2025-02-11T20:38:46.667Z | Packages to change: 1 |
| 221 | 2025-02-11T20:38:46.667Z | Mediators to change: 1 |
| 222 | 2025-02-11T20:38:46.670Z | Services to change: 1 |
| 223 | 2025-02-11T20:38:46.670Z | Create boot environment: No |
| 224 | 2025-02-11T20:38:46.670Z | Create backup boot environment: Yes |
| 225 | 2025-02-11T20:38:48.831Z | Actions: 1/6 actions (Updating modified actions) |
| 226 | 2025-02-11T20:38:48.858Z | Actions: Completed 6 actions in 0.03 seconds. |
| 227 | 2025-02-11T20:38:48.861Z | Done |
| 228 | 2025-02-11T20:38:48.861Z | Done |
| 229 | 2025-02-11T20:38:48.986Z | Done |
| 230 | 2025-02-11T20:38:52.618Z | Done |
| 231 | 2025-02-11T20:38:52.711Z | Done |
| 232 | 2025-02-11T20:38:52.721Z | Done |
| 233 | 2025-02-11T20:38:52.885Z | Done |
| 234 | 2025-02-11T20:38:53.336Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 235 | 2025-02-11T20:38:53.336Z | clang system 15 system |
| 236 | 2025-02-11T20:38:53.336Z | csh system system illumos |
| 237 | 2025-02-11T20:38:53.336Z | ctags system system illumos |
| 238 | 2025-02-11T20:38:53.336Z | gcc vendor 12 vendor |
| 239 | 2025-02-11T20:38:53.336Z | gcc system 10 system |
| 240 | 2025-02-11T20:38:53.336Z | gcc system 7 system |
| 241 | 2025-02-11T20:38:53.336Z | go system 1.20 system |
| 242 | 2025-02-11T20:38:53.336Z | go system 1.19 system |
| 243 | 2025-02-11T20:38:53.336Z | llvm system 15 system |
| 244 | 2025-02-11T20:38:53.336Z | llvm system 14 system |
| 245 | 2025-02-11T20:38:53.337Z | mariadb system 10.6 system |
| 246 | 2025-02-11T20:38:53.337Z | mta vendor vendor dma |
| 247 | 2025-02-11T20:38:53.337Z | openjdk system 17 system |
| 248 | 2025-02-11T20:38:53.337Z | openjdk system 11 system |
| 249 | 2025-02-11T20:38:53.337Z | openjdk system 1.8 system |
| 250 | 2025-02-11T20:38:53.337Z | openssl vendor 3 vendor |
| 251 | 2025-02-11T20:38:53.337Z | perl system 5.36 system |
| 252 | 2025-02-11T20:38:53.337Z | postgresql system 15 system |
| 253 | 2025-02-11T20:38:53.337Z | postgresql system 13 system |
| 254 | 2025-02-11T20:38:53.337Z | python vendor 3 vendor |
| 255 | 2025-02-11T20:38:53.337Z | python system 2 system |
| 256 | 2025-02-11T20:38:53.337Z | python3 system 3.11 system |
| 257 | 2025-02-11T20:38:53.337Z | ruby system 3.0 system |
| 258 | 2025-02-11T20:38:53.337Z | words vendor vendor american-english |
| 259 | 2025-02-11T20:38:53.337Z | words system system australian-english |
| 260 | 2025-02-11T20:38:53.337Z | words system system british-english |
| 261 | 2025-02-11T20:38:53.338Z | words system system canadian-english |
| 262 | 2025-02-11T20:38:53.338Z | words system system french |
| 263 | 2025-02-11T20:38:53.338Z | words system system italian |
| 264 | 2025-02-11T20:38:53.338Z | words system system ngerman |
| 265 | 2025-02-11T20:38:53.338Z | words system system ogerman |
| 266 | 2025-02-11T20:38:53.338Z | words system system spanish |
| 267 | 2025-02-11T20:38:53.678Z | PUBLISHER TYPE STATUS P LOCATION |
| 268 | 2025-02-11T20:38:53.678Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 269 | 2025-02-11T20:38:56.618Z | FMRI IFO |
| 270 | 2025-02-11T20:38:56.618Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 271 | 2025-02-11T20:38:56.618Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 272 | 2025-02-11T20:38:56.618Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 273 | 2025-02-11T20:38:56.618Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 274 | 2025-02-11T20:38:56.619Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 275 | 2025-02-11T20:38:56.619Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 276 | 2025-02-11T20:38:56.619Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 277 | 2025-02-11T20:38:56.619Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 278 | 2025-02-11T20:38:56.619Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 279 | 2025-02-11T20:38:56.619Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 280 | 2025-02-11T20:38:56.619Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 281 | 2025-02-11T20:38:56.619Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 282 | 2025-02-11T20:38:56.619Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 283 | 2025-02-11T20:38:56.619Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 284 | 2025-02-11T20:38:56.619Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 285 | 2025-02-11T20:38:57.398Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 286 | 2025-02-11T20:38:57.681Z | Updating crates.io index |
| 287 | 2025-02-11T20:38:57.684Z | Updating git repository `https://github.com/oxidecomputer/daft` |
| 288 | 2025-02-11T20:38:58.013Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 289 | 2025-02-11T20:38:58.537Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 290 | 2025-02-11T20:38:58.813Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 291 | 2025-02-11T20:38:59.070Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 292 | 2025-02-11T20:38:59.297Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 293 | 2025-02-11T20:39:00.552Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 294 | 2025-02-11T20:39:02.277Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 295 | 2025-02-11T20:39:02.964Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 296 | 2025-02-11T20:39:03.734Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 297 | 2025-02-11T20:39:04.048Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 298 | 2025-02-11T20:39:04.305Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 299 | 2025-02-11T20:39:04.799Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 300 | 2025-02-11T20:39:05.432Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 301 | 2025-02-11T20:39:05.699Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 302 | 2025-02-11T20:39:06.032Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 303 | 2025-02-11T20:39:06.300Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 304 | 2025-02-11T20:39:06.597Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 305 | 2025-02-11T20:39:06.810Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 306 | 2025-02-11T20:39:07.037Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 307 | 2025-02-11T20:39:07.373Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 308 | 2025-02-11T20:39:07.670Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 309 | 2025-02-11T20:39:08.027Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 310 | 2025-02-11T20:39:08.335Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 311 | 2025-02-11T20:39:08.658Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 312 | 2025-02-11T20:39:09.382Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 313 | 2025-02-11T20:39:09.692Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 314 | 2025-02-11T20:39:10.019Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 315 | 2025-02-11T20:39:10.406Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 316 | 2025-02-11T20:39:10.822Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 317 | 2025-02-11T20:39:11.062Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 318 | 2025-02-11T20:39:11.359Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 319 | 2025-02-11T20:39:12.618Z | Downloading crates ... |
| 320 | 2025-02-11T20:39:12.681Z | Downloaded is_terminal_polyfill v1.70.1 |
| 321 | 2025-02-11T20:39:12.690Z | Downloaded macaddr v1.0.1 |
| 322 | 2025-02-11T20:39:12.693Z | Downloaded anstream v0.6.15 |
| 323 | 2025-02-11T20:39:12.698Z | Downloaded dtrace-parser v0.2.0 |
| 324 | 2025-02-11T20:39:12.712Z | Downloaded pretty-hex v0.4.1 |
| 325 | 2025-02-11T20:39:12.717Z | Downloaded scroll_derive v0.12.0 |
| 326 | 2025-02-11T20:39:12.720Z | Downloaded usdt-attr-macro v0.5.0 |
| 327 | 2025-02-11T20:39:12.724Z | Downloaded cfg-if v1.0.0 |
| 328 | 2025-02-11T20:39:12.728Z | Downloaded fs-err v2.11.0 |
| 329 | 2025-02-11T20:39:12.731Z | Downloaded usdt-macro v0.5.0 |
| 330 | 2025-02-11T20:39:12.731Z | Downloaded equivalent v1.0.1 |
| 331 | 2025-02-11T20:39:12.734Z | Downloaded fnv v1.0.7 |
| 332 | 2025-02-11T20:39:12.734Z | Downloaded errno v0.3.9 |
| 333 | 2025-02-11T20:39:12.738Z | Downloaded crypto-common v0.1.6 |
| 334 | 2025-02-11T20:39:12.739Z | Downloaded byteorder v1.5.0 |
| 335 | 2025-02-11T20:39:12.739Z | Downloaded cpufeatures v0.2.14 |
| 336 | 2025-02-11T20:39:12.742Z | Downloaded memmap v0.7.0 |
| 337 | 2025-02-11T20:39:12.742Z | Downloaded heck v0.4.1 |
| 338 | 2025-02-11T20:39:12.742Z | Downloaded fastrand v2.1.1 |
| 339 | 2025-02-11T20:39:12.746Z | Downloaded clap_lex v0.7.4 |
| 340 | 2025-02-11T20:39:12.749Z | Downloaded generic-array v0.14.7 |
| 341 | 2025-02-11T20:39:12.749Z | Downloaded digest v0.10.7 |
| 342 | 2025-02-11T20:39:12.752Z | Downloaded autocfg v1.4.0 |
| 343 | 2025-02-11T20:39:12.755Z | Downloaded version_check v0.9.5 |
| 344 | 2025-02-11T20:39:12.755Z | Downloaded heck v0.5.0 |
| 345 | 2025-02-11T20:39:12.758Z | Downloaded toml_datetime v0.6.8 |
| 346 | 2025-02-11T20:39:12.758Z | Downloaded colorchoice v1.0.2 |
| 347 | 2025-02-11T20:39:12.758Z | Downloaded strsim v0.11.1 |
| 348 | 2025-02-11T20:39:12.762Z | Downloaded block-buffer v0.10.4 |
| 349 | 2025-02-11T20:39:12.762Z | Downloaded serde_tokenstream v0.2.2 |
| 350 | 2025-02-11T20:39:12.765Z | Downloaded usdt-impl v0.5.0 |
| 351 | 2025-02-11T20:39:12.765Z | Downloaded smawk v0.3.2 |
| 352 | 2025-02-11T20:39:12.769Z | Downloaded thiserror v1.0.69 |
| 353 | 2025-02-11T20:39:12.772Z | Downloaded pest_generator v2.7.14 |
| 354 | 2025-02-11T20:39:12.775Z | Downloaded unicode-linebreak v0.1.5 |
| 355 | 2025-02-11T20:39:12.775Z | Downloaded swrite v0.1.0 |
| 356 | 2025-02-11T20:39:12.778Z | Downloaded anstyle-query v1.1.1 |
| 357 | 2025-02-11T20:39:12.778Z | Downloaded proc-macro-error v1.0.4 |
| 358 | 2025-02-11T20:39:12.781Z | Downloaded cargo_metadata v0.18.1 |
| 359 | 2025-02-11T20:39:12.785Z | Downloaded dof v0.3.0 |
| 360 | 2025-02-11T20:39:12.785Z | Downloaded utf8parse v0.2.2 |
| 361 | 2025-02-11T20:39:12.788Z | Downloaded thread-id v4.2.2 |
| 362 | 2025-02-11T20:39:12.788Z | Downloaded terminal_size v0.4.0 |
| 363 | 2025-02-11T20:39:12.788Z | Downloaded proc-macro-error-attr v1.0.4 |
| 364 | 2025-02-11T20:39:12.791Z | Downloaded clap_derive v4.5.24 |
| 365 | 2025-02-11T20:39:12.791Z | Downloaded sha2 v0.10.8 |
| 366 | 2025-02-11T20:39:12.794Z | Downloaded itoa v1.0.11 |
| 367 | 2025-02-11T20:39:12.798Z | Downloaded cargo_toml v0.20.5 |
| 368 | 2025-02-11T20:39:12.798Z | Downloaded cargo-platform v0.1.8 |
| 369 | 2025-02-11T20:39:12.798Z | Downloaded tempfile v3.13.0 |
| 370 | 2025-02-11T20:39:12.802Z | Downloaded pest_derive v2.7.14 |
| 371 | 2025-02-11T20:39:12.805Z | Downloaded tabled_derive v0.7.0 |
| 372 | 2025-02-11T20:39:12.805Z | Downloaded serde_spanned v0.6.8 |
| 373 | 2025-02-11T20:39:12.805Z | Downloaded anstyle-parse v0.2.5 |
| 374 | 2025-02-11T20:39:12.808Z | Downloaded thiserror-impl v1.0.69 |
| 375 | 2025-02-11T20:39:12.808Z | Downloaded once_cell v1.20.2 |
| 376 | 2025-02-11T20:39:12.812Z | Downloaded scroll v0.12.0 |
| 377 | 2025-02-11T20:39:12.815Z | Downloaded quote v1.0.38 |
| 378 | 2025-02-11T20:39:12.818Z | Downloaded camino v1.1.9 |
| 379 | 2025-02-11T20:39:12.818Z | Downloaded camino-tempfile v1.1.1 |
| 380 | 2025-02-11T20:39:12.821Z | Downloaded anyhow v1.0.95 |
| 381 | 2025-02-11T20:39:12.825Z | Downloaded proc-macro2 v1.0.92 |
| 382 | 2025-02-11T20:39:12.828Z | Downloaded bitflags v2.6.0 |
| 383 | 2025-02-11T20:39:12.831Z | Downloaded zerocopy-derive v0.7.35 |
| 384 | 2025-02-11T20:39:12.835Z | Downloaded unicode-ident v1.0.14 |
| 385 | 2025-02-11T20:39:12.839Z | Downloaded ucd-trie v0.1.7 |
| 386 | 2025-02-11T20:39:12.842Z | Downloaded textwrap v0.16.1 |
| 387 | 2025-02-11T20:39:12.842Z | Downloaded pest_meta v2.7.14 |
| 388 | 2025-02-11T20:39:12.845Z | Downloaded papergrid v0.11.0 |
| 389 | 2025-02-11T20:39:12.848Z | Downloaded serde_derive v1.0.217 |
| 390 | 2025-02-11T20:39:12.851Z | Downloaded clap v4.5.27 |
| 391 | 2025-02-11T20:39:12.860Z | Downloaded toml v0.8.19 |
| 392 | 2025-02-11T20:39:12.863Z | Downloaded usdt v0.5.0 |
| 393 | 2025-02-11T20:39:12.867Z | Downloaded bytecount v0.6.8 |
| 394 | 2025-02-11T20:39:12.867Z | Downloaded plain v0.2.3 |
| 395 | 2025-02-11T20:39:12.870Z | Downloaded anstyle v1.0.10 |
| 396 | 2025-02-11T20:39:12.870Z | Downloaded indexmap v2.7.1 |
| 397 | 2025-02-11T20:39:12.875Z | Downloaded serde v1.0.217 |
| 398 | 2025-02-11T20:39:12.879Z | Downloaded memchr v2.7.4 |
| 399 | 2025-02-11T20:39:12.883Z | Downloaded ryu v1.0.18 |
| 400 | 2025-02-11T20:39:12.886Z | Downloaded typenum v1.17.0 |
| 401 | 2025-02-11T20:39:12.889Z | Downloaded semver v1.0.24 |
| 402 | 2025-02-11T20:39:12.889Z | Downloaded log v0.4.22 |
| 403 | 2025-02-11T20:39:12.892Z | Downloaded toml_edit v0.22.22 |
| 404 | 2025-02-11T20:39:12.920Z | Downloaded pest v2.7.14 |
| 405 | 2025-02-11T20:39:12.925Z | Downloaded hashbrown v0.15.1 |
| 406 | 2025-02-11T20:39:12.929Z | Downloaded zerocopy v0.7.35 |
| 407 | 2025-02-11T20:39:12.944Z | Downloaded serde_json v1.0.135 |
| 408 | 2025-02-11T20:39:12.950Z | Downloaded winnow v0.6.20 |
| 409 | 2025-02-11T20:39:12.958Z | Downloaded tabled v0.15.0 |
| 410 | 2025-02-11T20:39:12.972Z | Downloaded goblin v0.8.2 |
| 411 | 2025-02-11T20:39:12.977Z | Downloaded unicode-width v0.1.14 |
| 412 | 2025-02-11T20:39:12.982Z | Downloaded clap_builder v4.5.27 |
| 413 | 2025-02-11T20:39:12.996Z | Downloaded syn v1.0.109 |
| 414 | 2025-02-11T20:39:13.006Z | Downloaded syn v2.0.96 |
| 415 | 2025-02-11T20:39:13.017Z | Downloaded rustix v0.38.37 |
| 416 | 2025-02-11T20:39:13.046Z | Downloaded libc v0.2.169 |
| 417 | 2025-02-11T20:39:13.361Z | Compiling proc-macro2 v1.0.92 |
| 418 | 2025-02-11T20:39:13.361Z | Compiling unicode-ident v1.0.14 |
| 419 | 2025-02-11T20:39:13.365Z | Compiling version_check v0.9.5 |
| 420 | 2025-02-11T20:39:13.365Z | Compiling serde v1.0.217 |
| 421 | 2025-02-11T20:39:13.365Z | Compiling memchr v2.7.4 |
| 422 | 2025-02-11T20:39:13.365Z | Compiling thiserror v1.0.69 |
| 423 | 2025-02-11T20:39:13.398Z | Compiling libc v0.2.169 |
| 424 | 2025-02-11T20:39:13.402Z | Compiling ucd-trie v0.1.7 |
| 425 | 2025-02-11T20:39:13.632Z | Compiling ryu v1.0.18 |
| 426 | 2025-02-11T20:39:13.983Z | Compiling itoa v1.0.11 |
| 427 | 2025-02-11T20:39:14.091Z | Compiling once_cell v1.20.2 |
| 428 | 2025-02-11T20:39:14.164Z | Compiling byteorder v1.5.0 |
| 429 | 2025-02-11T20:39:14.401Z | Compiling serde_json v1.0.135 |
| 430 | 2025-02-11T20:39:14.519Z | Compiling rustix v0.38.37 |
| 431 | 2025-02-11T20:39:14.814Z | Compiling bitflags v2.6.0 |
| 432 | 2025-02-11T20:39:14.838Z | Compiling usdt-impl v0.5.0 |
| 433 | 2025-02-11T20:39:14.925Z | Compiling proc-macro-error-attr v1.0.4 |
| 434 | 2025-02-11T20:39:15.110Z | Compiling syn v1.0.109 |
| 435 | 2025-02-11T20:39:15.213Z | Compiling proc-macro-error v1.0.4 |
| 436 | 2025-02-11T20:39:15.281Z | Compiling hashbrown v0.15.1 |
| 437 | 2025-02-11T20:39:15.312Z | Compiling equivalent v1.0.1 |
| 438 | 2025-02-11T20:39:15.337Z | Compiling log v0.4.22 |
| 439 | 2025-02-11T20:39:15.445Z | Compiling utf8parse v0.2.2 |
| 440 | 2025-02-11T20:39:15.525Z | Compiling camino v1.1.9 |
| 441 | 2025-02-11T20:39:15.610Z | Compiling plain v0.2.3 |
| 442 | 2025-02-11T20:39:15.686Z | Compiling anstyle-parse v0.2.5 |
| 443 | 2025-02-11T20:39:15.738Z | Compiling quote v1.0.38 |
| 444 | 2025-02-11T20:39:15.953Z | Compiling errno v0.3.9 |
| 445 | 2025-02-11T20:39:16.057Z | Compiling anstyle v1.0.10 |
| 446 | 2025-02-11T20:39:16.123Z | Compiling syn v2.0.96 |
| 447 | 2025-02-11T20:39:16.211Z | Compiling thread-id v4.2.2 |
| 448 | 2025-02-11T20:39:16.340Z | Compiling indexmap v2.7.1 |
| 449 | 2025-02-11T20:39:16.398Z | Compiling winnow v0.6.20 |
| 450 | 2025-02-11T20:39:16.446Z | Compiling semver v1.0.24 |
| 451 | 2025-02-11T20:39:16.509Z | Compiling is_terminal_polyfill v1.70.1 |
| 452 | 2025-02-11T20:39:16.647Z | Compiling anstyle-query v1.1.1 |
| 453 | 2025-02-11T20:39:16.814Z | Compiling pretty-hex v0.4.1 |
| 454 | 2025-02-11T20:39:16.935Z | Compiling unicode-width v0.1.14 |
| 455 | 2025-02-11T20:39:17.036Z | Compiling colorchoice v1.0.2 |
| 456 | 2025-02-11T20:39:17.210Z | Compiling autocfg v1.4.0 |
| 457 | 2025-02-11T20:39:17.413Z | Compiling anstream v0.6.15 |
| 458 | 2025-02-11T20:39:17.683Z | Compiling fastrand v2.1.1 |
| 459 | 2025-02-11T20:39:17.712Z | Compiling heck v0.5.0 |
| 460 | 2025-02-11T20:39:18.075Z | Compiling terminal_size v0.4.0 |
| 461 | 2025-02-11T20:39:18.248Z | Compiling fs-err v2.11.0 |
| 462 | 2025-02-11T20:39:18.275Z | Compiling anyhow v1.0.95 |
| 463 | 2025-02-11T20:39:18.326Z | Compiling clap_lex v0.7.4 |
| 464 | 2025-02-11T20:39:18.566Z | Compiling fnv v1.0.7 |
| 465 | 2025-02-11T20:39:18.716Z | Compiling heck v0.4.1 |
| 466 | 2025-02-11T20:39:18.719Z | Compiling strsim v0.11.1 |
| 467 | 2025-02-11T20:39:18.766Z | Compiling bytecount v0.6.8 |
| 468 | 2025-02-11T20:39:18.794Z | Compiling cfg-if v1.0.0 |
| 469 | 2025-02-11T20:39:18.918Z | Compiling tempfile v3.13.0 |
| 470 | 2025-02-11T20:39:18.997Z | Compiling papergrid v0.11.0 |
| 471 | 2025-02-11T20:39:19.281Z | Compiling clap_builder v4.5.27 |
| 472 | 2025-02-11T20:39:19.651Z | Compiling memmap v0.7.0 |
| 473 | 2025-02-11T20:39:19.677Z | Compiling unicode-linebreak v0.1.5 |
| 474 | 2025-02-11T20:39:19.783Z | Compiling smawk v0.3.2 |
| 475 | 2025-02-11T20:39:20.006Z | Compiling swrite v0.1.0 |
| 476 | 2025-02-11T20:39:20.146Z | Compiling textwrap v0.16.1 |
| 477 | 2025-02-11T20:39:21.103Z | Compiling tabled_derive v0.7.0 |
| 478 | 2025-02-11T20:39:22.316Z | Compiling tabled v0.15.0 |
| 479 | 2025-02-11T20:39:22.960Z | Compiling serde_derive v1.0.217 |
| 480 | 2025-02-11T20:39:22.963Z | Compiling thiserror-impl v1.0.69 |
| 481 | 2025-02-11T20:39:22.963Z | Compiling zerocopy-derive v0.7.35 |
| 482 | 2025-02-11T20:39:22.963Z | Compiling scroll_derive v0.12.0 |
| 483 | 2025-02-11T20:39:23.233Z | Compiling clap_derive v4.5.24 |
| 484 | 2025-02-11T20:39:24.407Z | Compiling scroll v0.12.0 |
| 485 | 2025-02-11T20:39:24.973Z | Compiling goblin v0.8.2 |
| 486 | 2025-02-11T20:39:25.061Z | Compiling zerocopy v0.7.35 |
| 487 | 2025-02-11T20:39:25.772Z | Compiling pest v2.7.14 |
| 488 | 2025-02-11T20:39:26.589Z | Compiling clap v4.5.27 |
| 489 | 2025-02-11T20:39:28.030Z | Compiling pest_meta v2.7.14 |
| 490 | 2025-02-11T20:39:28.912Z | Compiling pest_generator v2.7.14 |
| 491 | 2025-02-11T20:39:30.280Z | Compiling pest_derive v2.7.14 |
| 492 | 2025-02-11T20:39:30.956Z | Compiling dtrace-parser v0.2.0 |
| 493 | 2025-02-11T20:39:31.718Z | Compiling serde_tokenstream v0.2.2 |
| 494 | 2025-02-11T20:39:31.784Z | Compiling serde_spanned v0.6.8 |
| 495 | 2025-02-11T20:39:31.784Z | Compiling toml_datetime v0.6.8 |
| 496 | 2025-02-11T20:39:32.041Z | Compiling cargo-platform v0.1.8 |
| 497 | 2025-02-11T20:39:32.044Z | Compiling macaddr v1.0.1 |
| 498 | 2025-02-11T20:39:32.242Z | Compiling toml_edit v0.22.22 |
| 499 | 2025-02-11T20:39:32.427Z | Compiling camino-tempfile v1.1.1 |
| 500 | 2025-02-11T20:39:33.156Z | Compiling dof v0.3.0 |
| 501 | 2025-02-11T20:39:33.345Z | Compiling cargo_metadata v0.18.1 |
| 502 | 2025-02-11T20:39:34.504Z | Compiling usdt-attr-macro v0.5.0 |
| 503 | 2025-02-11T20:39:34.504Z | Compiling usdt-macro v0.5.0 |
| 504 | 2025-02-11T20:39:35.036Z | Compiling toml v0.8.19 |
| 505 | 2025-02-11T20:39:35.528Z | Compiling usdt v0.5.0 |
| 506 | 2025-02-11T20:39:35.923Z | Compiling cargo_toml v0.20.5 |
| 507 | 2025-02-11T20:39:38.572Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 508 | 2025-02-11T20:39:41.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.50s |
| 509 | 2025-02-11T20:39:41.962Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 510 | 2025-02-11T20:39:42.482Z | Downloading crates ... |
| 511 | 2025-02-11T20:39:42.624Z | Downloaded arrayref v0.3.9 |
| 512 | 2025-02-11T20:39:42.627Z | Downloaded aead v0.5.2 |
| 513 | 2025-02-11T20:39:42.629Z | Downloaded adler2 v2.0.0 |
| 514 | 2025-02-11T20:39:42.632Z | Downloaded argon2 v0.5.3 |
| 515 | 2025-02-11T20:39:42.635Z | Downloaded assert_matches v1.5.0 |
| 516 | 2025-02-11T20:39:42.639Z | Downloaded cfg_aliases v0.1.1 |
| 517 | 2025-02-11T20:39:42.642Z | Downloaded async-stream-impl v0.3.6 |
| 518 | 2025-02-11T20:39:42.646Z | Downloaded hostname v0.4.0 |
| 519 | 2025-02-11T20:39:42.652Z | Downloaded ciborium-io v0.2.2 |
| 520 | 2025-02-11T20:39:42.654Z | Downloaded cfg_aliases v0.2.1 |
| 521 | 2025-02-11T20:39:42.658Z | Downloaded hickory-client v0.24.2 |
| 522 | 2025-02-11T20:39:42.658Z | Downloaded crucible-workspace-hack v0.1.0 |
| 523 | 2025-02-11T20:39:42.661Z | Downloaded ahash v0.8.11 |
| 524 | 2025-02-11T20:39:42.664Z | Downloaded http-range v0.1.5 |
| 525 | 2025-02-11T20:39:42.664Z | Downloaded cstr-argument v0.1.2 |
| 526 | 2025-02-11T20:39:42.667Z | Downloaded array-init v0.0.4 |
| 527 | 2025-02-11T20:39:42.667Z | Downloaded addr2line v0.24.2 |
| 528 | 2025-02-11T20:39:42.669Z | Downloaded md5 v0.7.0 |
| 529 | 2025-02-11T20:39:42.672Z | Downloaded is_ci v1.2.0 |
| 530 | 2025-02-11T20:39:42.672Z | Downloaded crunchy v0.2.2 |
| 531 | 2025-02-11T20:39:42.672Z | Downloaded atomicwrites v0.4.4 |
| 532 | 2025-02-11T20:39:42.674Z | Downloaded atty v0.2.14 |
| 533 | 2025-02-11T20:39:42.677Z | Downloaded atomic-waker v1.1.2 |
| 534 | 2025-02-11T20:39:42.677Z | Downloaded ident_case v1.0.1 |
| 535 | 2025-02-11T20:39:42.680Z | Downloaded hubpack_derive v0.1.1 |
| 536 | 2025-02-11T20:39:42.683Z | Downloaded ctr v0.9.2 |
| 537 | 2025-02-11T20:39:42.686Z | Downloaded bitflags v1.3.2 |
| 538 | 2025-02-11T20:39:42.689Z | Downloaded crc v3.2.1 |
| 539 | 2025-02-11T20:39:42.689Z | Downloaded http-body v1.0.1 |
| 540 | 2025-02-11T20:39:42.692Z | Downloaded instant v0.1.13 |
| 541 | 2025-02-11T20:39:42.692Z | Downloaded castaway v0.2.3 |
| 542 | 2025-02-11T20:39:42.694Z | Downloaded convert_case v0.4.0 |
| 543 | 2025-02-11T20:39:42.694Z | Downloaded colored v2.1.0 |
| 544 | 2025-02-11T20:39:42.697Z | Downloaded mirai-annotations v1.12.0 |
| 545 | 2025-02-11T20:39:42.700Z | Downloaded heck v0.3.3 |
| 546 | 2025-02-11T20:39:42.700Z | Downloaded humantime v2.1.0 |
| 547 | 2025-02-11T20:39:42.703Z | Downloaded hostname v0.3.1 |
| 548 | 2025-02-11T20:39:42.703Z | Downloaded home v0.5.9 |
| 549 | 2025-02-11T20:39:42.706Z | Downloaded match_cfg v0.1.0 |
| 550 | 2025-02-11T20:39:42.706Z | Downloaded lru-cache v0.1.2 |
| 551 | 2025-02-11T20:39:42.706Z | Downloaded crossbeam-deque v0.8.5 |
| 552 | 2025-02-11T20:39:42.709Z | Downloaded mime v0.3.17 |
| 553 | 2025-02-11T20:39:42.709Z | Downloaded md-5 v0.10.6 |
| 554 | 2025-02-11T20:39:42.712Z | Downloaded chrono-tz-build v0.4.0 |
| 555 | 2025-02-11T20:39:42.714Z | Downloaded maybe-uninit v2.0.0 |
| 556 | 2025-02-11T20:39:42.714Z | Downloaded cexpr v0.6.0 |
| 557 | 2025-02-11T20:39:42.717Z | Downloaded highway v1.2.0 |
| 558 | 2025-02-11T20:39:42.720Z | Downloaded cobs v0.2.3 |
| 559 | 2025-02-11T20:39:42.720Z | Downloaded icu_provider_macros v1.5.0 |
| 560 | 2025-02-11T20:39:42.720Z | Downloaded ciborium-ll v0.2.2 |
| 561 | 2025-02-11T20:39:42.723Z | Downloaded libefi-sys v0.1.0 |
| 562 | 2025-02-11T20:39:42.723Z | Downloaded lazy_static v1.5.0 |
| 563 | 2025-02-11T20:39:42.727Z | Downloaded is-terminal v0.4.13 |
| 564 | 2025-02-11T20:39:42.727Z | Downloaded progenitor-client v0.9.1 |
| 565 | 2025-02-11T20:39:42.729Z | Downloaded bitfield-struct v0.6.2 |
| 566 | 2025-02-11T20:39:42.729Z | Downloaded async-recursion v1.1.1 |
| 567 | 2025-02-11T20:39:42.732Z | Downloaded mockall v0.13.0 |
| 568 | 2025-02-11T20:39:42.735Z | Downloaded kstat-rs v0.2.4 |
| 569 | 2025-02-11T20:39:42.735Z | Downloaded cbc v0.1.2 |
| 570 | 2025-02-11T20:39:42.739Z | Downloaded linear-map v1.2.0 |
| 571 | 2025-02-11T20:39:42.739Z | Downloaded blowfish v0.9.1 |
| 572 | 2025-02-11T20:39:42.742Z | Downloaded ciborium v0.2.2 |
| 573 | 2025-02-11T20:39:42.744Z | Downloaded indoc v1.0.9 |
| 574 | 2025-02-11T20:39:42.747Z | Downloaded indent_write v2.2.0 |
| 575 | 2025-02-11T20:39:42.750Z | Downloaded console v0.15.10 |
| 576 | 2025-02-11T20:39:42.756Z | Downloaded managed v0.8.0 |
| 577 | 2025-02-11T20:39:42.760Z | Downloaded maplit v1.0.2 |
| 578 | 2025-02-11T20:39:42.763Z | Downloaded lru v0.12.5 |
| 579 | 2025-02-11T20:39:42.766Z | Downloaded time-core v0.1.2 |
| 580 | 2025-02-11T20:39:42.770Z | Downloaded hickory-resolver v0.24.2 |
| 581 | 2025-02-11T20:39:42.775Z | Downloaded ipnet v2.10.1 |
| 582 | 2025-02-11T20:39:42.778Z | Downloaded memoffset v0.9.1 |
| 583 | 2025-02-11T20:39:42.782Z | Downloaded tinyvec_macros v0.1.1 |
| 584 | 2025-02-11T20:39:42.783Z | Downloaded sync_wrapper v1.0.1 |
| 585 | 2025-02-11T20:39:42.785Z | Downloaded sync-ptr v0.1.1 |
| 586 | 2025-02-11T20:39:42.786Z | Downloaded yoke-derive v0.7.4 |
| 587 | 2025-02-11T20:39:42.786Z | Downloaded multer v3.1.0 |
| 588 | 2025-02-11T20:39:42.789Z | Downloaded rand_seeder v0.3.0 |
| 589 | 2025-02-11T20:39:42.792Z | Downloaded rustc-hash v1.1.0 |
| 590 | 2025-02-11T20:39:42.795Z | Downloaded memmap2 v0.9.5 |
| 591 | 2025-02-11T20:39:42.795Z | Downloaded vte_generate_state_changes v0.1.2 |
| 592 | 2025-02-11T20:39:42.798Z | Downloaded icu_locid_transform v1.5.0 |
| 593 | 2025-02-11T20:39:42.800Z | Downloaded radium v0.7.0 |
| 594 | 2025-02-11T20:39:42.800Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 595 | 2025-02-11T20:39:42.803Z | Downloaded crc-any v2.5.0 |
| 596 | 2025-02-11T20:39:42.806Z | Downloaded const-oid v0.9.6 |
| 597 | 2025-02-11T20:39:42.809Z | Downloaded endian-type v0.1.2 |
| 598 | 2025-02-11T20:39:42.811Z | Downloaded icu_normalizer v1.5.0 |
| 599 | 2025-02-11T20:39:42.814Z | Downloaded rpassword v7.3.1 |
| 600 | 2025-02-11T20:39:42.814Z | Downloaded salsa20 v0.10.2 |
| 601 | 2025-02-11T20:39:42.819Z | Downloaded fxhash v0.2.1 |
| 602 | 2025-02-11T20:39:42.819Z | Downloaded smf v0.2.3 |
| 603 | 2025-02-11T20:39:42.822Z | Downloaded slog-stdlog v4.1.1 |
| 604 | 2025-02-11T20:39:42.822Z | Downloaded number_prefix v0.4.0 |
| 605 | 2025-02-11T20:39:42.822Z | Downloaded foreign-types v0.3.2 |
| 606 | 2025-02-11T20:39:42.826Z | Downloaded ssh-encoding v0.2.0 |
| 607 | 2025-02-11T20:39:42.826Z | Downloaded serde_urlencoded v0.7.1 |
| 608 | 2025-02-11T20:39:42.829Z | Downloaded synstructure v0.13.1 |
| 609 | 2025-02-11T20:39:42.829Z | Downloaded hyper-tls v0.6.0 |
| 610 | 2025-02-11T20:39:42.832Z | Downloaded unicode-xid v0.2.6 |
| 611 | 2025-02-11T20:39:42.835Z | Downloaded mime_guess v2.0.5 |
| 612 | 2025-02-11T20:39:42.835Z | Downloaded subtle v2.6.1 |
| 613 | 2025-02-11T20:39:42.838Z | Downloaded openssl-probe v0.1.5 |
| 614 | 2025-02-11T20:39:42.841Z | Downloaded litrs v0.4.1 |
| 615 | 2025-02-11T20:39:42.843Z | Downloaded newtype_derive v0.1.6 |
| 616 | 2025-02-11T20:39:42.843Z | Downloaded parse-size v1.1.0 |
| 617 | 2025-02-11T20:39:42.846Z | Downloaded miniz_oxide v0.8.0 |
| 618 | 2025-02-11T20:39:42.849Z | Downloaded wait-timeout v0.2.0 |
| 619 | 2025-02-11T20:39:42.849Z | Downloaded allocator-api2 v0.2.18 |
| 620 | 2025-02-11T20:39:42.852Z | Downloaded precomputed-hash v0.1.1 |
| 621 | 2025-02-11T20:39:42.855Z | Downloaded icu_provider v1.5.0 |
| 622 | 2025-02-11T20:39:42.859Z | Downloaded compact_str v0.8.0 |
| 623 | 2025-02-11T20:39:42.862Z | Downloaded fixedbitset v0.4.2 |
| 624 | 2025-02-11T20:39:42.864Z | Downloaded diesel-dtrace v0.4.2 |
| 625 | 2025-02-11T20:39:42.867Z | Downloaded debug-ignore v1.0.5 |
| 626 | 2025-02-11T20:39:42.870Z | Downloaded enum-as-inner v0.6.1 |
| 627 | 2025-02-11T20:39:42.870Z | Downloaded document-features v0.2.10 |
| 628 | 2025-02-11T20:39:42.873Z | Downloaded sigpipe v0.1.3 |
| 629 | 2025-02-11T20:39:42.873Z | Downloaded rustc_version v0.1.7 |
| 630 | 2025-02-11T20:39:42.875Z | Downloaded env_filter v0.1.2 |
| 631 | 2025-02-11T20:39:42.878Z | Downloaded termtree v0.4.1 |
| 632 | 2025-02-11T20:39:42.878Z | Downloaded foreign-types-macros v0.2.3 |
| 633 | 2025-02-11T20:39:42.878Z | Downloaded nibble_vec v0.1.0 |
| 634 | 2025-02-11T20:39:42.881Z | Downloaded try-lock v0.2.5 |
| 635 | 2025-02-11T20:39:42.881Z | Downloaded mockall_derive v0.13.0 |
| 636 | 2025-02-11T20:39:42.884Z | Downloaded num-iter v0.1.45 |
| 637 | 2025-02-11T20:39:42.887Z | Downloaded group v0.13.0 |
| 638 | 2025-02-11T20:39:42.887Z | Downloaded tokio-stream v0.1.16 |
| 639 | 2025-02-11T20:39:42.891Z | Downloaded pbkdf2 v0.11.0 |
| 640 | 2025-02-11T20:39:42.894Z | Downloaded signal-hook-tokio v0.3.1 |
| 641 | 2025-02-11T20:39:42.897Z | Downloaded parse-display-derive v0.10.0 |
| 642 | 2025-02-11T20:39:42.897Z | Downloaded vte v0.11.1 |
| 643 | 2025-02-11T20:39:42.900Z | Downloaded hyper-util v0.1.10 |
| 644 | 2025-02-11T20:39:42.903Z | Downloaded crypto-bigint v0.5.5 |
| 645 | 2025-02-11T20:39:42.910Z | Downloaded want v0.3.1 |
| 646 | 2025-02-11T20:39:42.913Z | Downloaded heapless v0.8.0 |
| 647 | 2025-02-11T20:39:42.917Z | Downloaded ppv-lite86 v0.2.20 |
| 648 | 2025-02-11T20:39:42.919Z | Downloaded ref-cast-impl v1.0.23 |
| 649 | 2025-02-11T20:39:42.919Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 650 | 2025-02-11T20:39:42.922Z | Downloaded aes v0.8.4 |
| 651 | 2025-02-11T20:39:42.925Z | Downloaded paste v1.0.15 |
| 652 | 2025-02-11T20:39:42.928Z | Downloaded float-cmp v0.9.0 |
| 653 | 2025-02-11T20:39:42.932Z | Downloaded signature v2.2.0 |
| 654 | 2025-02-11T20:39:42.932Z | Downloaded peg-runtime v0.8.3 |
| 655 | 2025-02-11T20:39:42.935Z | Downloaded termcolor v1.4.1 |
| 656 | 2025-02-11T20:39:42.935Z | Downloaded simd-adler32 v0.3.7 |
| 657 | 2025-02-11T20:39:42.938Z | Downloaded rustversion v1.0.17 |
| 658 | 2025-02-11T20:39:42.940Z | Downloaded termios v0.3.3 |
| 659 | 2025-02-11T20:39:42.943Z | Downloaded globset v0.4.15 |
| 660 | 2025-02-11T20:39:42.946Z | Downloaded num_threads v0.1.7 |
| 661 | 2025-02-11T20:39:42.946Z | Downloaded new_debug_unreachable v1.0.6 |
| 662 | 2025-02-11T20:39:42.946Z | Downloaded indexmap v1.9.3 |
| 663 | 2025-02-11T20:39:42.950Z | Downloaded hashlink v0.9.1 |
| 664 | 2025-02-11T20:39:42.957Z | Downloaded xz2 v0.1.7 |
| 665 | 2025-02-11T20:39:42.961Z | Downloaded tls_codec_derive v0.4.1 |
| 666 | 2025-02-11T20:39:42.961Z | Downloaded psl-types v2.0.11 |
| 667 | 2025-02-11T20:39:42.961Z | Downloaded crossbeam-channel v0.5.13 |
| 668 | 2025-02-11T20:39:42.964Z | Downloaded zone v0.1.8 |
| 669 | 2025-02-11T20:39:42.966Z | Downloaded hickory-server v0.24.2 |
| 670 | 2025-02-11T20:39:42.971Z | Downloaded defmt v0.3.8 |
| 671 | 2025-02-11T20:39:42.976Z | Downloaded native-tls v0.2.12 |
| 672 | 2025-02-11T20:39:42.978Z | Downloaded dsl_auto_type v0.1.2 |
| 673 | 2025-02-11T20:39:42.981Z | Downloaded write16 v1.0.0 |
| 674 | 2025-02-11T20:39:42.981Z | Downloaded tower-service v0.3.3 |
| 675 | 2025-02-11T20:39:42.984Z | Downloaded zerofrom v0.1.4 |
| 676 | 2025-02-11T20:39:42.984Z | Downloaded ff v0.13.0 |
| 677 | 2025-02-11T20:39:42.987Z | Downloaded flagset v0.4.6 |
| 678 | 2025-02-11T20:39:42.990Z | Downloaded term v0.7.0 |
| 679 | 2025-02-11T20:39:42.992Z | Downloaded packed_struct v0.10.1 |
| 680 | 2025-02-11T20:39:42.995Z | Downloaded float-ord v0.3.2 |
| 681 | 2025-02-11T20:39:42.995Z | Downloaded bumpalo v3.16.0 |
| 682 | 2025-02-11T20:39:42.999Z | Downloaded derive_builder_macro v0.20.2 |
| 683 | 2025-02-11T20:39:43.001Z | Downloaded qorb v0.2.1 |
| 684 | 2025-02-11T20:39:43.004Z | Downloaded progenitor-macro v0.8.0 |
| 685 | 2025-02-11T20:39:43.007Z | Downloaded pem v3.0.4 |
| 686 | 2025-02-11T20:39:43.010Z | Downloaded polyval v0.6.2 |
| 687 | 2025-02-11T20:39:43.010Z | Downloaded diesel_derives v2.2.3 |
| 688 | 2025-02-11T20:39:43.014Z | Downloaded rustc_version v0.4.1 |
| 689 | 2025-02-11T20:39:43.017Z | Downloaded ref-cast v1.0.23 |
| 690 | 2025-02-11T20:39:43.020Z | Downloaded derive_builder_core v0.20.2 |
| 691 | 2025-02-11T20:39:43.022Z | Downloaded pretty-hex v0.2.1 |
| 692 | 2025-02-11T20:39:43.025Z | Downloaded nodrop v0.1.14 |
| 693 | 2025-02-11T20:39:43.037Z | Downloaded russh-cryptovec v0.7.3 |
| 694 | 2025-02-11T20:39:43.040Z | Downloaded percent-encoding v2.3.1 |
| 695 | 2025-02-11T20:39:43.040Z | Downloaded rustls-pki-types v1.10.0 |
| 696 | 2025-02-11T20:39:43.043Z | Downloaded waitgroup v0.1.2 |
| 697 | 2025-02-11T20:39:43.043Z | Downloaded topological-sort v0.2.2 |
| 698 | 2025-02-11T20:39:43.046Z | Downloaded difflib v0.4.0 |
| 699 | 2025-02-11T20:39:43.049Z | Downloaded tui-tree-widget v0.22.0 |
| 700 | 2025-02-11T20:39:43.049Z | Downloaded thiserror-impl v2.0.11 |
| 701 | 2025-02-11T20:39:43.052Z | Downloaded strum_macros v0.25.3 |
| 702 | 2025-02-11T20:39:43.054Z | Downloaded fragile v2.0.0 |
| 703 | 2025-02-11T20:39:43.054Z | Downloaded num_enum_derive v0.5.11 |
| 704 | 2025-02-11T20:39:43.057Z | Downloaded toml v0.7.8 |
| 705 | 2025-02-11T20:39:43.060Z | Downloaded unsafe-libyaml v0.2.11 |
| 706 | 2025-02-11T20:39:43.063Z | Downloaded futures-sink v0.3.31 |
| 707 | 2025-02-11T20:39:43.065Z | Downloaded unicode_categories v0.1.1 |
| 708 | 2025-02-11T20:39:43.068Z | Downloaded oso-derive v0.27.3 |
| 709 | 2025-02-11T20:39:43.068Z | Downloaded hash32 v0.2.1 |
| 710 | 2025-02-11T20:39:43.071Z | Downloaded futures-macro v0.3.31 |
| 711 | 2025-02-11T20:39:43.071Z | Downloaded form_urlencoded v1.2.1 |
| 712 | 2025-02-11T20:39:43.071Z | Downloaded progenitor-macro v0.9.1 |
| 713 | 2025-02-11T20:39:43.074Z | Downloaded diff v0.1.13 |
| 714 | 2025-02-11T20:39:43.077Z | Downloaded num-derive v0.4.2 |
| 715 | 2025-02-11T20:39:43.079Z | Downloaded signal-hook-mio v0.2.4 |
| 716 | 2025-02-11T20:39:43.079Z | Downloaded typify v0.3.0 |
| 717 | 2025-02-11T20:39:43.084Z | Downloaded predicates-tree v1.0.11 |
| 718 | 2025-02-11T20:39:43.087Z | Downloaded dirs-next v2.0.0 |
| 719 | 2025-02-11T20:39:43.087Z | Downloaded tls_codec v0.4.1 |
| 720 | 2025-02-11T20:39:43.090Z | Downloaded phf_shared v0.10.0 |
| 721 | 2025-02-11T20:39:43.090Z | Downloaded slog-dtrace v0.3.0 |
| 722 | 2025-02-11T20:39:43.092Z | Downloaded secrecy v0.8.0 |
| 723 | 2025-02-11T20:39:43.092Z | Downloaded spki v0.7.3 |
| 724 | 2025-02-11T20:39:43.095Z | Downloaded serde_path_to_error v0.1.16 |
| 725 | 2025-02-11T20:39:43.098Z | Downloaded cc v1.1.30 |
| 726 | 2025-02-11T20:39:43.101Z | Downloaded r2d2 v0.8.10 |
| 727 | 2025-02-11T20:39:43.105Z | Downloaded yoke v0.7.4 |
| 728 | 2025-02-11T20:39:43.108Z | Downloaded openssl-sys v0.9.105 |
| 729 | 2025-02-11T20:39:43.111Z | Downloaded take_mut v0.2.2 |
| 730 | 2025-02-11T20:39:43.114Z | Downloaded walkdir v2.5.0 |
| 731 | 2025-02-11T20:39:43.116Z | Downloaded termtree v0.5.1 |
| 732 | 2025-02-11T20:39:43.116Z | Downloaded zerocopy-derive v0.8.10 |
| 733 | 2025-02-11T20:39:43.122Z | Downloaded libxml v0.3.3 |
| 734 | 2025-02-11T20:39:43.129Z | Downloaded ghash v0.5.1 |
| 735 | 2025-02-11T20:39:43.132Z | Downloaded itertools v0.12.1 |
| 736 | 2025-02-11T20:39:43.138Z | Downloaded foreign-types-shared v0.3.1 |
| 737 | 2025-02-11T20:39:43.140Z | Downloaded funty v2.0.0 |
| 738 | 2025-02-11T20:39:43.143Z | Downloaded phf_generator v0.11.2 |
| 739 | 2025-02-11T20:39:43.143Z | Downloaded quinn-udp v0.5.5 |
| 740 | 2025-02-11T20:39:43.146Z | Downloaded thiserror v2.0.11 |
| 741 | 2025-02-11T20:39:43.151Z | Downloaded tap v1.0.1 |
| 742 | 2025-02-11T20:39:43.153Z | Downloaded snafu-derive v0.8.5 |
| 743 | 2025-02-11T20:39:43.153Z | Downloaded serde_derive_internals v0.29.1 |
| 744 | 2025-02-11T20:39:43.156Z | Downloaded string_cache v0.8.7 |
| 745 | 2025-02-11T20:39:43.161Z | Downloaded twox-hash v2.1.0 |
| 746 | 2025-02-11T20:39:43.161Z | Downloaded x509-cert v0.2.5 |
| 747 | 2025-02-11T20:39:43.168Z | Downloaded strum v0.26.3 |
| 748 | 2025-02-11T20:39:43.171Z | Downloaded slab v0.4.9 |
| 749 | 2025-02-11T20:39:43.174Z | Downloaded rtoolbox v0.0.2 |
| 750 | 2025-02-11T20:39:43.174Z | Downloaded vsss-rs v3.3.4 |
| 751 | 2025-02-11T20:39:43.177Z | Downloaded derive_more v0.99.18 |
| 752 | 2025-02-11T20:39:43.181Z | Downloaded wyz v0.5.1 |
| 753 | 2025-02-11T20:39:43.185Z | Downloaded thread_local v1.1.8 |
| 754 | 2025-02-11T20:39:43.188Z | Downloaded normalize-line-endings v0.3.0 |
| 755 | 2025-02-11T20:39:43.188Z | Downloaded uzers v0.12.1 |
| 756 | 2025-02-11T20:39:43.191Z | Downloaded aes-gcm v0.10.3 |
| 757 | 2025-02-11T20:39:43.194Z | Downloaded fd-lock v4.0.2 |
| 758 | 2025-02-11T20:39:43.196Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 759 | 2025-02-11T20:39:43.200Z | Downloaded nu-ansi-term v0.50.1 |
| 760 | 2025-02-11T20:39:43.203Z | Downloaded fallible-iterator v0.3.0 |
| 761 | 2025-02-11T20:39:43.203Z | Downloaded getrandom v0.2.15 |
| 762 | 2025-02-11T20:39:43.206Z | Downloaded sqlparser_derive v0.2.2 |
| 763 | 2025-02-11T20:39:43.209Z | Downloaded rand_xorshift v0.3.0 |
| 764 | 2025-02-11T20:39:43.209Z | Downloaded russh-keys v0.45.0 |
| 765 | 2025-02-11T20:39:43.211Z | Downloaded fallible-iterator v0.2.0 |
| 766 | 2025-02-11T20:39:43.214Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 767 | 2025-02-11T20:39:43.217Z | Downloaded spin v0.9.8 |
| 768 | 2025-02-11T20:39:43.217Z | Downloaded pkcs5 v0.7.1 |
| 769 | 2025-02-11T20:39:43.222Z | Downloaded zone_cfg_derive v0.1.2 |
| 770 | 2025-02-11T20:39:43.224Z | Downloaded idna v1.0.3 |
| 771 | 2025-02-11T20:39:43.227Z | Downloaded sha1 v0.10.6 |
| 772 | 2025-02-11T20:39:43.230Z | Downloaded darling_macro v0.20.10 |
| 773 | 2025-02-11T20:39:43.233Z | Downloaded test-strategy v0.3.1 |
| 774 | 2025-02-11T20:39:43.236Z | Downloaded socket2 v0.5.7 |
| 775 | 2025-02-11T20:39:43.239Z | Downloaded zone_cfg_derive v0.3.0 |
| 776 | 2025-02-11T20:39:43.239Z | Downloaded slog-scope v4.4.0 |
| 777 | 2025-02-11T20:39:43.242Z | Downloaded yasna v0.5.2 |
| 778 | 2025-02-11T20:39:43.246Z | Downloaded hkdf v0.12.4 |
| 779 | 2025-02-11T20:39:43.248Z | Downloaded dunce v1.0.5 |
| 780 | 2025-02-11T20:39:43.248Z | Downloaded display-error-chain v0.2.2 |
| 781 | 2025-02-11T20:39:43.248Z | Downloaded zeroize_derive v1.4.2 |
| 782 | 2025-02-11T20:39:43.248Z | Downloaded fs_extra v1.3.0 |
| 783 | 2025-02-11T20:39:43.252Z | Downloaded pkg-config v0.3.31 |
| 784 | 2025-02-11T20:39:43.257Z | Downloaded darling_core v0.20.10 |
| 785 | 2025-02-11T20:39:43.260Z | Downloaded tabwriter v1.4.0 |
| 786 | 2025-02-11T20:39:43.260Z | Downloaded p256 v0.13.2 |
| 787 | 2025-02-11T20:39:43.263Z | Downloaded stable_deref_trait v1.2.0 |
| 788 | 2025-02-11T20:39:43.266Z | Downloaded serde_plain v1.0.2 |
| 789 | 2025-02-11T20:39:43.266Z | Downloaded tungstenite v0.24.0 |
| 790 | 2025-02-11T20:39:43.269Z | Downloaded opaque-debug v0.3.1 |
| 791 | 2025-02-11T20:39:43.272Z | Downloaded tar v0.4.42 |
| 792 | 2025-02-11T20:39:43.275Z | Downloaded vergen v8.3.2 |
| 793 | 2025-02-11T20:39:43.278Z | Downloaded unicode-normalization v0.1.24 |
| 794 | 2025-02-11T20:39:43.281Z | Downloaded nanorand v0.7.0 |
| 795 | 2025-02-11T20:39:43.284Z | Downloaded zone v0.3.0 |
| 796 | 2025-02-11T20:39:43.286Z | Downloaded hash32 v0.3.1 |
| 797 | 2025-02-11T20:39:43.289Z | Downloaded strum_macros v0.26.4 |
| 798 | 2025-02-11T20:39:43.289Z | Downloaded rfc6979 v0.4.0 |
| 799 | 2025-02-11T20:39:43.292Z | Downloaded thiserror-no-std v2.0.2 |
| 800 | 2025-02-11T20:39:43.295Z | Downloaded openssl-macros v0.1.1 |
| 801 | 2025-02-11T20:39:43.297Z | Downloaded phf v0.11.2 |
| 802 | 2025-02-11T20:39:43.297Z | Downloaded whoami v1.5.2 |
| 803 | 2025-02-11T20:39:43.300Z | Downloaded resolv-conf v0.7.0 |
| 804 | 2025-02-11T20:39:43.303Z | Downloaded ecdsa v0.16.9 |
| 805 | 2025-02-11T20:39:43.303Z | Downloaded multimap v0.10.0 |
| 806 | 2025-02-11T20:39:43.306Z | Downloaded unicode-properties v0.1.3 |
| 807 | 2025-02-11T20:39:43.308Z | Downloaded progenitor v0.9.1 |
| 808 | 2025-02-11T20:39:43.308Z | Downloaded pkcs8 v0.10.2 |
| 809 | 2025-02-11T20:39:43.311Z | Downloaded pkcs1 v0.7.5 |
| 810 | 2025-02-11T20:39:43.314Z | Downloaded defmt-parser v0.3.4 |
| 811 | 2025-02-11T20:39:43.314Z | Downloaded data-encoding v2.6.0 |
| 812 | 2025-02-11T20:39:43.317Z | Downloaded sec1 v0.7.3 |
| 813 | 2025-02-11T20:39:43.317Z | Downloaded zip v2.1.3 |
| 814 | 2025-02-11T20:39:43.321Z | Downloaded serde_with v3.11.0 |
| 815 | 2025-02-11T20:39:43.330Z | Downloaded defmt-macros v0.3.9 |
| 816 | 2025-02-11T20:39:43.333Z | Downloaded aho-corasick v1.1.3 |
| 817 | 2025-02-11T20:39:43.339Z | Downloaded futures-core v0.3.31 |
| 818 | 2025-02-11T20:39:43.343Z | Downloaded tinystr v0.7.6 |
| 819 | 2025-02-11T20:39:43.346Z | Downloaded sqlformat v0.2.6 |
| 820 | 2025-02-11T20:39:43.346Z | Downloaded packed_struct_codegen v0.10.1 |
| 821 | 2025-02-11T20:39:43.346Z | Downloaded tiny-keccak v2.0.2 |
| 822 | 2025-02-11T20:39:43.349Z | Downloaded progenitor-client v0.8.0 |
| 823 | 2025-02-11T20:39:43.351Z | Downloaded rustls-webpki v0.101.7 |
| 824 | 2025-02-11T20:39:43.364Z | Downloaded headers-core v0.3.0 |
| 825 | 2025-02-11T20:39:43.367Z | Downloaded unicase v2.7.0 |
| 826 | 2025-02-11T20:39:43.367Z | Downloaded typify-macro v0.3.0 |
| 827 | 2025-02-11T20:39:43.367Z | Downloaded typify-macro v0.2.0 |
| 828 | 2025-02-11T20:39:43.370Z | Downloaded olpc-cjson v0.1.4 |
| 829 | 2025-02-11T20:39:43.370Z | Downloaded num_enum v0.5.11 |
| 830 | 2025-02-11T20:39:43.373Z | Downloaded tokio-macros v2.5.0 |
| 831 | 2025-02-11T20:39:43.376Z | Downloaded sct v0.7.1 |
| 832 | 2025-02-11T20:39:43.379Z | Downloaded snafu v0.8.5 |
| 833 | 2025-02-11T20:39:43.386Z | Downloaded tokio-native-tls v0.3.1 |
| 834 | 2025-02-11T20:39:43.389Z | Downloaded slog-envlogger v2.2.0 |
| 835 | 2025-02-11T20:39:43.389Z | Downloaded siphasher v0.3.11 |
| 836 | 2025-02-11T20:39:43.391Z | Downloaded untrusted v0.9.0 |
| 837 | 2025-02-11T20:39:43.391Z | Downloaded futures-task v0.3.31 |
| 838 | 2025-02-11T20:39:43.391Z | Downloaded futures-io v0.3.31 |
| 839 | 2025-02-11T20:39:43.394Z | Downloaded futures-channel v0.3.31 |
| 840 | 2025-02-11T20:39:43.397Z | Downloaded gethostname v0.5.0 |
| 841 | 2025-02-11T20:39:43.397Z | Downloaded der v0.7.9 |
| 842 | 2025-02-11T20:39:43.402Z | Downloaded utf16_iter v1.0.5 |
| 843 | 2025-02-11T20:39:43.404Z | Downloaded slog-json v2.6.1 |
| 844 | 2025-02-11T20:39:43.404Z | Downloaded primeorder v0.13.6 |
| 845 | 2025-02-11T20:39:43.407Z | Downloaded futures-executor v0.3.31 |
| 846 | 2025-02-11T20:39:43.410Z | Downloaded parking_lot v0.11.2 |
| 847 | 2025-02-11T20:39:43.412Z | Downloaded which v4.4.2 |
| 848 | 2025-02-11T20:39:43.412Z | Downloaded aws-lc-rs v1.10.0 |
| 849 | 2025-02-11T20:39:43.421Z | Downloaded shlex v1.3.0 |
| 850 | 2025-02-11T20:39:43.423Z | Downloaded blake3 v1.5.4 |
| 851 | 2025-02-11T20:39:43.431Z | Downloaded poly1305 v0.8.0 |
| 852 | 2025-02-11T20:39:43.435Z | Downloaded slog-term v2.9.1 |
| 853 | 2025-02-11T20:39:43.438Z | Downloaded derive-where v1.2.7 |
| 854 | 2025-02-11T20:39:43.440Z | Downloaded derive_builder v0.20.2 |
| 855 | 2025-02-11T20:39:43.445Z | Downloaded hashbrown v0.14.5 |
| 856 | 2025-02-11T20:39:43.450Z | Downloaded utf8_iter v1.0.4 |
| 857 | 2025-02-11T20:39:43.452Z | Downloaded zip v0.6.6 |
| 858 | 2025-02-11T20:39:43.455Z | Downloaded tinyvec v1.8.0 |
| 859 | 2025-02-11T20:39:43.459Z | Downloaded tungstenite v0.21.0 |
| 860 | 2025-02-11T20:39:43.462Z | Downloaded shell-words v1.1.0 |
| 861 | 2025-02-11T20:39:43.465Z | Downloaded icu_properties_data v1.5.0 |
| 862 | 2025-02-11T20:39:43.473Z | Downloaded num-bigint v0.4.6 |
| 863 | 2025-02-11T20:39:43.477Z | Downloaded uuid v1.12.0 |
| 864 | 2025-02-11T20:39:43.480Z | Downloaded parking_lot v0.12.3 |
| 865 | 2025-02-11T20:39:43.483Z | Downloaded tungstenite v0.23.0 |
| 866 | 2025-02-11T20:39:43.486Z | Downloaded bindgen v0.69.5 |
| 867 | 2025-02-11T20:39:43.494Z | Downloaded futures v0.3.31 |
| 868 | 2025-02-11T20:39:43.499Z | Downloaded steno v0.4.1 |
| 869 | 2025-02-11T20:39:43.503Z | Downloaded progenitor-impl v0.9.1 |
| 870 | 2025-02-11T20:39:43.506Z | Downloaded rsa v0.9.6 |
| 871 | 2025-02-11T20:39:43.510Z | Downloaded parking_lot_core v0.9.10 |
| 872 | 2025-02-11T20:39:43.513Z | Downloaded ron v0.7.1 |
| 873 | 2025-02-11T20:39:43.516Z | Downloaded tokio-postgres v0.7.12 |
| 874 | 2025-02-11T20:39:43.522Z | Downloaded signal-hook v0.3.17 |
| 875 | 2025-02-11T20:39:43.524Z | Downloaded unicode-bidi v0.3.17 |
| 876 | 2025-02-11T20:39:43.527Z | Downloaded rustls-webpki v0.102.8 |
| 877 | 2025-02-11T20:39:43.545Z | Downloaded reqwest v0.12.9 |
| 878 | 2025-02-11T20:39:43.553Z | Downloaded prettyplease v0.2.25 |
| 879 | 2025-02-11T20:39:43.556Z | Downloaded time v0.3.36 |
| 880 | 2025-02-11T20:39:43.564Z | Downloaded rusqlite v0.32.1 |
| 881 | 2025-02-11T20:39:43.570Z | Downloaded nom v7.1.3 |
| 882 | 2025-02-11T20:39:43.576Z | Downloaded hashbrown v0.13.2 |
| 883 | 2025-02-11T20:39:43.580Z | Downloaded zerovec v0.10.4 |
| 884 | 2025-02-11T20:39:43.586Z | Downloaded lalrpop v0.19.12 |
| 885 | 2025-02-11T20:39:43.598Z | Downloaded hashbrown v0.12.3 |
| 886 | 2025-02-11T20:39:43.602Z | Downloaded curve25519-dalek v4.1.3 |
| 887 | 2025-02-11T20:39:43.611Z | Downloaded regex v1.11.1 |
| 888 | 2025-02-11T20:39:43.625Z | Downloaded schemars v0.8.21 |
| 889 | 2025-02-11T20:39:43.635Z | Downloaded sqlparser v0.45.0 |
| 890 | 2025-02-11T20:39:43.642Z | Downloaded quick-xml v0.33.0 |
| 891 | 2025-02-11T20:39:43.648Z | Downloaded zerocopy v0.8.10 |
| 892 | 2025-02-11T20:39:43.671Z | Downloaded winnow v0.5.40 |
| 893 | 2025-02-11T20:39:43.680Z | Downloaded p384 v0.13.0 |
| 894 | 2025-02-11T20:39:43.686Z | Downloaded quinn-proto v0.11.8 |
| 895 | 2025-02-11T20:39:43.693Z | Downloaded nix v0.27.1 |
| 896 | 2025-02-11T20:39:43.704Z | Downloaded unicode-width v0.2.0 |
| 897 | 2025-02-11T20:39:43.710Z | Downloaded chrono-tz v0.10.1 |
| 898 | 2025-02-11T20:39:43.718Z | Downloaded radix_trie v0.2.1 |
| 899 | 2025-02-11T20:39:43.723Z | Downloaded p521 v0.13.3 |
| 900 | 2025-02-11T20:39:43.727Z | Downloaded rustls v0.21.12 |
| 901 | 2025-02-11T20:39:43.738Z | Downloaded futures-util v0.3.31 |
| 902 | 2025-02-11T20:39:43.751Z | Downloaded nix v0.29.0 |
| 903 | 2025-02-11T20:39:43.762Z | Downloaded h2 v0.4.6 |
| 904 | 2025-02-11T20:39:43.770Z | Downloaded polar-core v0.27.3 |
| 905 | 2025-02-11T20:39:43.777Z | Downloaded regex-syntax v0.6.29 |
| 906 | 2025-02-11T20:39:43.785Z | Downloaded gimli v0.31.1 |
| 907 | 2025-02-11T20:39:43.793Z | Downloaded vcpkg v0.2.15 |
| 908 | 2025-02-11T20:39:43.831Z | Downloaded regex-syntax v0.8.5 |
| 909 | 2025-02-11T20:39:43.839Z | Downloaded rayon v1.10.0 |
| 910 | 2025-02-11T20:39:43.848Z | Downloaded petname v2.0.2 |
| 911 | 2025-02-11T20:39:43.854Z | Downloaded smoltcp v0.11.0 |
| 912 | 2025-02-11T20:39:43.866Z | Downloaded regress v0.9.1 |
| 913 | 2025-02-11T20:39:43.876Z | Downloaded hickory-proto v0.24.3 |
| 914 | 2025-02-11T20:39:43.891Z | Downloaded object v0.36.5 |
| 915 | 2025-02-11T20:39:43.902Z | Downloaded typify-impl v0.3.0 |
| 916 | 2025-02-11T20:39:43.918Z | Downloaded nix v0.28.0 |
| 917 | 2025-02-11T20:39:43.929Z | Downloaded openssl v0.10.70 |
| 918 | 2025-02-11T20:39:43.938Z | Downloaded diesel v2.2.6 |
| 919 | 2025-02-11T20:39:43.957Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 920 | 2025-02-11T20:39:43.969Z | Downloaded regex-automata v0.4.8 |
| 921 | 2025-02-11T20:39:43.986Z | Downloaded dropshot v0.15.1 |
| 922 | 2025-02-11T20:39:44.011Z | Downloaded regress v0.10.1 |
| 923 | 2025-02-11T20:39:44.016Z | Downloaded rustls v0.22.4 |
| 924 | 2025-02-11T20:39:44.029Z | Downloaded typify-impl v0.2.0 |
| 925 | 2025-02-11T20:39:44.044Z | Downloaded rustls v0.23.19 |
| 926 | 2025-02-11T20:39:44.055Z | Downloaded openapiv3 v2.0.0 |
| 927 | 2025-02-11T20:39:44.067Z | Downloaded bstr v1.10.0 |
| 928 | 2025-02-11T20:39:44.078Z | Downloaded zerocopy-derive v0.6.6 |
| 929 | 2025-02-11T20:39:44.088Z | Downloaded git2 v0.19.0 |
| 930 | 2025-02-11T20:39:44.096Z | Downloaded webpki-roots v0.26.6 |
| 931 | 2025-02-11T20:39:44.099Z | Downloaded sled v0.34.7 |
| 932 | 2025-02-11T20:39:44.110Z | Downloaded dropshot v0.12.0 |
| 933 | 2025-02-11T20:39:44.129Z | Downloaded csv v1.3.1 |
| 934 | 2025-02-11T20:39:44.148Z | Downloaded ratatui v0.28.1 |
| 935 | 2025-02-11T20:39:44.167Z | Downloaded smoltcp v0.9.1 |
| 936 | 2025-02-11T20:39:44.178Z | Downloaded num-bigint-dig v0.8.4 |
| 937 | 2025-02-11T20:39:44.182Z | Downloaded proptest v1.5.0 |
| 938 | 2025-02-11T20:39:44.191Z | Downloaded object v0.30.4 |
| 939 | 2025-02-11T20:39:44.201Z | Downloaded publicsuffix v2.3.0 |
| 940 | 2025-02-11T20:39:44.203Z | Downloaded heapless v0.7.17 |
| 941 | 2025-02-11T20:39:44.207Z | Downloaded rayon-core v1.12.1 |
| 942 | 2025-02-11T20:39:44.211Z | Downloaded omicron-zone-package v0.12.0 |
| 943 | 2025-02-11T20:39:44.214Z | Downloaded chrono v0.4.39 |
| 944 | 2025-02-11T20:39:44.221Z | Downloaded bitvec v1.0.1 |
| 945 | 2025-02-11T20:39:44.235Z | Downloaded russh v0.45.0 |
| 946 | 2025-02-11T20:39:44.244Z | Downloaded petgraph v0.6.5 |
| 947 | 2025-02-11T20:39:44.258Z | Downloaded lzma-sys v0.1.20 |
| 948 | 2025-02-11T20:39:44.288Z | Downloaded libz-sys v1.1.20 |
| 949 | 2025-02-11T20:39:44.307Z | Downloaded pin-project v1.1.6 |
| 950 | 2025-02-11T20:39:44.318Z | Downloaded num-traits v0.2.19 |
| 951 | 2025-02-11T20:39:44.320Z | Downloaded ed25519-dalek v2.1.1 |
| 952 | 2025-02-11T20:39:44.324Z | Downloaded unicode-segmentation v1.12.0 |
| 953 | 2025-02-11T20:39:44.327Z | Downloaded typed-path v0.9.3 |
| 954 | 2025-02-11T20:39:44.332Z | Downloaded typify v0.2.0 |
| 955 | 2025-02-11T20:39:44.336Z | Downloaded num-complex v0.4.6 |
| 956 | 2025-02-11T20:39:44.339Z | Downloaded expectorate v1.1.0 |
| 957 | 2025-02-11T20:39:44.339Z | Downloaded tough v0.19.0 |
| 958 | 2025-02-11T20:39:44.346Z | Downloaded schemars_derive v0.8.21 |
| 959 | 2025-02-11T20:39:44.350Z | Downloaded zerovec-derive v0.10.3 |
| 960 | 2025-02-11T20:39:44.350Z | Downloaded pin-utils v0.1.0 |
| 961 | 2025-02-11T20:39:44.354Z | Downloaded owo-colors v4.1.0 |
| 962 | 2025-02-11T20:39:44.354Z | Downloaded time-macros v0.2.18 |
| 963 | 2025-02-11T20:39:44.358Z | Downloaded tokio v1.43.0 |
| 964 | 2025-02-11T20:39:44.392Z | Downloaded portable-atomic v1.9.0 |
| 965 | 2025-02-11T20:39:44.399Z | Downloaded ed25519 v2.2.3 |
| 966 | 2025-02-11T20:39:44.402Z | Downloaded sha3 v0.10.8 |
| 967 | 2025-02-11T20:39:44.405Z | Downloaded dirs-sys-next v0.1.2 |
| 968 | 2025-02-11T20:39:44.407Z | Downloaded quinn v0.11.5 |
| 969 | 2025-02-11T20:39:44.410Z | Downloaded subprocess v0.2.9 |
| 970 | 2025-02-11T20:39:44.413Z | Downloaded rand v0.8.5 |
| 971 | 2025-02-11T20:39:44.416Z | Downloaded salty v0.3.0 |
| 972 | 2025-02-11T20:39:44.420Z | Downloaded dropshot_endpoint v0.12.0 |
| 973 | 2025-02-11T20:39:44.424Z | Downloaded flume v0.11.1 |
| 974 | 2025-02-11T20:39:44.427Z | Downloaded url v2.5.3 |
| 975 | 2025-02-11T20:39:44.430Z | Downloaded rand_chacha v0.3.1 |
| 976 | 2025-02-11T20:39:44.434Z | Downloaded pin-project-lite v0.2.14 |
| 977 | 2025-02-11T20:39:44.436Z | Downloaded pin-project-internal v1.1.6 |
| 978 | 2025-02-11T20:39:44.439Z | Downloaded flate2 v1.0.35 |
| 979 | 2025-02-11T20:39:44.444Z | Downloaded ssh-key v0.6.6 |
| 980 | 2025-02-11T20:39:44.449Z | Downloaded scrypt v0.11.0 |
| 981 | 2025-02-11T20:39:44.452Z | Downloaded scopeguard v1.2.0 |
| 982 | 2025-02-11T20:39:44.452Z | Downloaded pem-rfc7468 v0.7.0 |
| 983 | 2025-02-11T20:39:44.455Z | Downloaded either v1.13.0 |
| 984 | 2025-02-11T20:39:44.455Z | Downloaded parking_lot_core v0.8.6 |
| 985 | 2025-02-11T20:39:44.457Z | Downloaded phf_codegen v0.11.2 |
| 986 | 2025-02-11T20:39:44.457Z | Downloaded slog v2.7.0 |
| 987 | 2025-02-11T20:39:44.460Z | Downloaded tokio-util v0.7.12 |
| 988 | 2025-02-11T20:39:44.466Z | Downloaded value-bag v1.9.0 |
| 989 | 2025-02-11T20:39:44.469Z | Downloaded rustfmt-wrapper v0.2.1 |
| 990 | 2025-02-11T20:39:44.471Z | Downloaded fatfs v0.3.6 |
| 991 | 2025-02-11T20:39:44.474Z | Downloaded reedline v0.35.0 |
| 992 | 2025-02-11T20:39:44.480Z | Downloaded utf-8 v0.7.6 |
| 993 | 2025-02-11T20:39:44.482Z | Downloaded structmeta-derive v0.3.0 |
| 994 | 2025-02-11T20:39:44.482Z | Downloaded static_assertions v1.1.0 |
| 995 | 2025-02-11T20:39:44.485Z | Downloaded hyper v1.5.2 |
| 996 | 2025-02-11T20:39:44.489Z | Downloaded serde_repr v0.1.19 |
| 997 | 2025-02-11T20:39:44.492Z | Downloaded rand_core v0.6.4 |
| 998 | 2025-02-11T20:39:44.495Z | Downloaded toml_edit v0.19.15 |
| 999 | 2025-02-11T20:39:44.507Z | Downloaded itertools v0.13.0 |
| 1000 | 2025-02-11T20:39:44.514Z | Downloaded tracing-core v0.1.32 |
| 1001 | 2025-02-11T20:39:44.517Z | Downloaded phf_shared v0.11.2 |
| 1002 | 2025-02-11T20:39:44.519Z | Downloaded encoding_rs v0.8.34 |
| 1003 | 2025-02-11T20:39:44.539Z | Downloaded tracing v0.1.40 |
| 1004 | 2025-02-11T20:39:44.546Z | Downloaded rustyline v14.0.0 |
| 1005 | 2025-02-11T20:39:44.550Z | Downloaded glob v0.3.2 |
| 1006 | 2025-02-11T20:39:44.550Z | Downloaded env_logger v0.11.5 |
| 1007 | 2025-02-11T20:39:44.554Z | Downloaded half v2.4.1 |
| 1008 | 2025-02-11T20:39:44.557Z | Downloaded zopfli v0.8.1 |
| 1009 | 2025-02-11T20:39:44.557Z | Downloaded dyn-clone v1.0.17 |
| 1010 | 2025-02-11T20:39:44.560Z | Downloaded zerofrom-derive v0.1.4 |
| 1011 | 2025-02-11T20:39:44.560Z | Downloaded xattr v1.3.1 |
| 1012 | 2025-02-11T20:39:44.560Z | Downloaded writeable v0.5.5 |
| 1013 | 2025-02-11T20:39:44.563Z | Downloaded displaydoc v0.2.5 |
| 1014 | 2025-02-11T20:39:44.566Z | Downloaded parse-zoneinfo v0.3.1 |
| 1015 | 2025-02-11T20:39:44.568Z | Downloaded itertools v0.10.5 |
| 1016 | 2025-02-11T20:39:44.573Z | Downloaded quick-error v1.2.3 |
| 1017 | 2025-02-11T20:39:44.576Z | Downloaded progenitor v0.8.0 |
| 1018 | 2025-02-11T20:39:44.576Z | Downloaded crossterm v0.28.1 |
| 1019 | 2025-02-11T20:39:44.581Z | Downloaded des v0.8.1 |
| 1020 | 2025-02-11T20:39:44.584Z | Downloaded foreign-types-shared v0.1.1 |
| 1021 | 2025-02-11T20:39:44.584Z | Downloaded num v0.4.3 |
| 1022 | 2025-02-11T20:39:44.587Z | Downloaded num-integer v0.1.46 |
| 1023 | 2025-02-11T20:39:44.587Z | Downloaded ena v0.14.3 |
| 1024 | 2025-02-11T20:39:44.590Z | Downloaded embedded-io v0.6.1 |
| 1025 | 2025-02-11T20:39:44.592Z | Downloaded embedded-io v0.4.0 |
| 1026 | 2025-02-11T20:39:44.592Z | Downloaded num-rational v0.4.2 |
| 1027 | 2025-02-11T20:39:44.595Z | Downloaded libm v0.2.8 |
| 1028 | 2025-02-11T20:39:44.600Z | Downloaded headers v0.4.0 |
| 1029 | 2025-02-11T20:39:44.605Z | Downloaded tracing-attributes v0.1.27 |
| 1030 | 2025-02-11T20:39:44.608Z | Downloaded rustls-pemfile v2.2.0 |
| 1031 | 2025-02-11T20:39:44.610Z | Downloaded smallvec v1.13.2 |
| 1032 | 2025-02-11T20:39:44.613Z | Downloaded dropshot_endpoint v0.15.1 |
| 1033 | 2025-02-11T20:39:44.616Z | Downloaded similar v2.6.0 |
| 1034 | 2025-02-11T20:39:44.618Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1035 | 2025-02-11T20:39:44.676Z | Downloaded strum_macros v0.24.3 |
| 1036 | 2025-02-11T20:39:44.679Z | Downloaded smallvec v0.6.14 |
| 1037 | 2025-02-11T20:39:44.679Z | Downloaded rusty-fork v0.3.0 |
| 1038 | 2025-02-11T20:39:44.682Z | Downloaded env_logger v0.10.2 |
| 1039 | 2025-02-11T20:39:44.682Z | Downloaded elliptic-curve v0.13.8 |
| 1040 | 2025-02-11T20:39:44.686Z | Downloaded slog-async v2.8.0 |
| 1041 | 2025-02-11T20:39:44.689Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1042 | 2025-02-11T20:39:44.690Z | Downloaded same-file v1.0.6 |
| 1043 | 2025-02-11T20:39:44.693Z | Downloaded rustls-pemfile v1.0.4 |
| 1044 | 2025-02-11T20:39:44.693Z | Downloaded rustc-demangle v0.1.24 |
| 1045 | 2025-02-11T20:39:44.693Z | Downloaded proc-macro-crate v1.3.1 |
| 1046 | 2025-02-11T20:39:44.696Z | Downloaded peg-macros v0.8.4 |
| 1047 | 2025-02-11T20:39:44.696Z | Downloaded pbkdf2 v0.12.2 |
| 1048 | 2025-02-11T20:39:44.698Z | Downloaded base64 v0.21.7 |
| 1049 | 2025-02-11T20:39:44.701Z | Downloaded peg v0.8.4 |
| 1050 | 2025-02-11T20:39:44.704Z | Downloaded parse-display v0.10.0 |
| 1051 | 2025-02-11T20:39:44.704Z | Downloaded unarray v0.1.4 |
| 1052 | 2025-02-11T20:39:44.706Z | Downloaded password-hash v0.4.2 |
| 1053 | 2025-02-11T20:39:44.706Z | Downloaded mio v1.0.2 |
| 1054 | 2025-02-11T20:39:44.711Z | Downloaded oso v0.27.3 |
| 1055 | 2025-02-11T20:39:44.715Z | Downloaded filetime v0.2.25 |
| 1056 | 2025-02-11T20:39:44.717Z | Downloaded toolchain_find v0.4.0 |
| 1057 | 2025-02-11T20:39:44.720Z | Downloaded unicode-truncate v1.1.0 |
| 1058 | 2025-02-11T20:39:44.720Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1059 | 2025-02-11T20:39:44.723Z | Downloaded samael v0.0.17 |
| 1060 | 2025-02-11T20:39:44.727Z | Downloaded http v1.2.0 |
| 1061 | 2025-02-11T20:39:44.731Z | Downloaded zeroize v1.8.1 |
| 1062 | 2025-02-11T20:39:44.734Z | Downloaded untrusted v0.7.1 |
| 1063 | 2025-02-11T20:39:44.734Z | Downloaded predicates v3.1.2 |
| 1064 | 2025-02-11T20:39:44.736Z | Downloaded postgres-protocol v0.6.7 |
| 1065 | 2025-02-11T20:39:44.739Z | Downloaded minimal-lexical v0.2.1 |
| 1066 | 2025-02-11T20:39:44.741Z | Downloaded num-conv v0.1.0 |
| 1067 | 2025-02-11T20:39:44.744Z | Downloaded zerocopy v0.6.6 |
| 1068 | 2025-02-11T20:39:44.744Z | Downloaded postcard v1.0.10 |
| 1069 | 2025-02-11T20:39:44.747Z | Downloaded ron v0.8.1 |
| 1070 | 2025-02-11T20:39:44.751Z | Downloaded rcgen v0.12.1 |
| 1071 | 2025-02-11T20:39:44.754Z | Downloaded icu_properties v1.5.1 |
| 1072 | 2025-02-11T20:39:44.757Z | Downloaded icu_collections v1.5.0 |
| 1073 | 2025-02-11T20:39:44.762Z | Downloaded password-hash v0.5.0 |
| 1074 | 2025-02-11T20:39:44.765Z | Downloaded der_derive v0.7.3 |
| 1075 | 2025-02-11T20:39:44.767Z | Downloaded base64 v0.22.1 |
| 1076 | 2025-02-11T20:39:44.770Z | Downloaded structmeta-derive v0.2.0 |
| 1077 | 2025-02-11T20:39:44.770Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1078 | 2025-02-11T20:39:44.773Z | Downloaded stringprep v0.1.5 |
| 1079 | 2025-02-11T20:39:44.773Z | Downloaded serde-hex v0.1.0 |
| 1080 | 2025-02-11T20:39:44.776Z | Downloaded newline-converter v0.3.0 |
| 1081 | 2025-02-11T20:39:44.776Z | Downloaded semver v0.1.20 |
| 1082 | 2025-02-11T20:39:44.776Z | Downloaded signal-hook-registry v1.4.2 |
| 1083 | 2025-02-11T20:39:44.776Z | Downloaded serde-big-array v0.5.1 |
| 1084 | 2025-02-11T20:39:44.779Z | Downloaded powerfmt v0.2.0 |
| 1085 | 2025-02-11T20:39:44.779Z | Downloaded crossbeam-epoch v0.9.18 |
| 1086 | 2025-02-11T20:39:44.782Z | Downloaded deranged v0.3.11 |
| 1087 | 2025-02-11T20:39:44.782Z | Downloaded postgres-types v0.2.8 |
| 1088 | 2025-02-11T20:39:44.784Z | Downloaded predicates-core v1.0.8 |
| 1089 | 2025-02-11T20:39:44.784Z | Downloaded serde_with_macros v3.11.0 |
| 1090 | 2025-02-11T20:39:44.788Z | Downloaded const_format v0.2.34 |
| 1091 | 2025-02-11T20:39:44.791Z | Downloaded backtrace v0.3.74 |
| 1092 | 2025-02-11T20:39:44.795Z | Downloaded arc-swap v1.7.1 |
| 1093 | 2025-02-11T20:39:44.799Z | Downloaded base64 v0.13.1 |
| 1094 | 2025-02-11T20:39:44.802Z | Downloaded tokio-tungstenite v0.24.0 |
| 1095 | 2025-02-11T20:39:44.805Z | Downloaded tokio-tungstenite v0.21.0 |
| 1096 | 2025-02-11T20:39:44.809Z | Downloaded tokio-rustls v0.26.0 |
| 1097 | 2025-02-11T20:39:44.809Z | Downloaded tokio-rustls v0.25.0 |
| 1098 | 2025-02-11T20:39:44.812Z | Downloaded tokio-rustls v0.24.1 |
| 1099 | 2025-02-11T20:39:44.812Z | Downloaded indicatif v0.17.11 |
| 1100 | 2025-02-11T20:39:44.817Z | Downloaded icu_normalizer_data v1.5.0 |
| 1101 | 2025-02-11T20:39:44.821Z | Downloaded newtype-uuid v1.2.1 |
| 1102 | 2025-02-11T20:39:44.821Z | Downloaded foldhash v0.1.3 |
| 1103 | 2025-02-11T20:39:44.822Z | Downloaded chacha20poly1305 v0.10.1 |
| 1104 | 2025-02-11T20:39:44.828Z | Downloaded foreign-types v0.5.0 |
| 1105 | 2025-02-11T20:39:44.828Z | Downloaded universal-hash v0.5.1 |
| 1106 | 2025-02-11T20:39:44.828Z | Downloaded tokio-tungstenite v0.23.1 |
| 1107 | 2025-02-11T20:39:44.828Z | Downloaded slog-bunyan v2.5.0 |
| 1108 | 2025-02-11T20:39:44.828Z | Downloaded arrayvec v0.7.6 |
| 1109 | 2025-02-11T20:39:44.833Z | Downloaded path-slash v0.1.5 |
| 1110 | 2025-02-11T20:39:44.833Z | Downloaded crossbeam-utils v0.8.20 |
| 1111 | 2025-02-11T20:39:44.833Z | Downloaded clang-sys v1.8.1 |
| 1112 | 2025-02-11T20:39:44.836Z | Downloaded bytes v1.9.0 |
| 1113 | 2025-02-11T20:39:44.836Z | Downloaded blake2 v0.10.6 |
| 1114 | 2025-02-11T20:39:44.838Z | Downloaded hmac v0.12.1 |
| 1115 | 2025-02-11T20:39:44.841Z | Downloaded icu_locid v1.5.0 |
| 1116 | 2025-02-11T20:39:44.844Z | Downloaded supports-color v3.0.1 |
| 1117 | 2025-02-11T20:39:44.847Z | Downloaded structmeta v0.2.0 |
| 1118 | 2025-02-11T20:39:44.847Z | Downloaded ssh-cipher v0.2.0 |
| 1119 | 2025-02-11T20:39:44.847Z | Downloaded progenitor-impl v0.8.0 |
| 1120 | 2025-02-11T20:39:44.850Z | Downloaded cookie v0.18.1 |
| 1121 | 2025-02-11T20:39:44.855Z | Downloaded hyper-staticfile v0.10.1 |
| 1122 | 2025-02-11T20:39:44.858Z | Downloaded icu_locid_transform_data v1.5.0 |
| 1123 | 2025-02-11T20:39:44.858Z | Downloaded downcast v0.11.0 |
| 1124 | 2025-02-11T20:39:44.858Z | Downloaded rustc-hash v2.0.0 |
| 1125 | 2025-02-11T20:39:44.861Z | Downloaded http-body-util v0.1.2 |
| 1126 | 2025-02-11T20:39:44.861Z | Downloaded iana-time-zone v0.1.61 |
| 1127 | 2025-02-11T20:39:44.864Z | Downloaded libloading v0.8.5 |
| 1128 | 2025-02-11T20:39:44.866Z | Downloaded darling v0.20.10 |
| 1129 | 2025-02-11T20:39:44.869Z | Downloaded structmeta v0.3.0 |
| 1130 | 2025-02-11T20:39:44.869Z | Downloaded jobserver v0.1.32 |
| 1131 | 2025-02-11T20:39:44.872Z | Downloaded httparse v1.9.5 |
| 1132 | 2025-02-11T20:39:44.874Z | Downloaded ipnetwork v0.20.0 |
| 1133 | 2025-02-11T20:39:44.874Z | Downloaded hex v0.4.3 |
| 1134 | 2025-02-11T20:39:44.877Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1135 | 2025-02-11T20:39:44.877Z | Downloaded base64ct v1.6.0 |
| 1136 | 2025-02-11T20:39:44.880Z | Downloaded crc32fast v1.4.2 |
| 1137 | 2025-02-11T20:39:44.883Z | Downloaded bzip2 v0.4.4 |
| 1138 | 2025-02-11T20:39:44.883Z | Downloaded buf-list v1.0.3 |
| 1139 | 2025-02-11T20:39:44.885Z | Downloaded backoff v0.4.0 |
| 1140 | 2025-02-11T20:39:44.888Z | Downloaded lock_api v0.4.12 |
| 1141 | 2025-02-11T20:39:44.888Z | Downloaded litemap v0.7.3 |
| 1142 | 2025-02-11T20:39:44.891Z | Downloaded keccak v0.1.5 |
| 1143 | 2025-02-11T20:39:44.891Z | Downloaded hyper-rustls v0.27.3 |
| 1144 | 2025-02-11T20:39:44.894Z | Downloaded httpdate v1.0.3 |
| 1145 | 2025-02-11T20:39:44.894Z | Downloaded cancel-safe-futures v0.1.5 |
| 1146 | 2025-02-11T20:39:44.896Z | Downloaded async-trait v0.1.86 |
| 1147 | 2025-02-11T20:39:44.899Z | Downloaded internet-checksum v0.2.1 |
| 1148 | 2025-02-11T20:39:44.902Z | Downloaded instability v0.3.2 |
| 1149 | 2025-02-11T20:39:44.902Z | Downloaded hubpack v0.1.2 |
| 1150 | 2025-02-11T20:39:44.905Z | Downloaded csv-core v0.1.11 |
| 1151 | 2025-02-11T20:39:44.905Z | Downloaded cookie_store v0.21.1 |
| 1152 | 2025-02-11T20:39:44.908Z | Downloaded const_format_proc_macros v0.2.34 |
| 1153 | 2025-02-11T20:39:44.908Z | Downloaded bcs v0.1.6 |
| 1154 | 2025-02-11T20:39:44.911Z | Downloaded cassowary v0.3.0 |
| 1155 | 2025-02-11T20:39:44.911Z | Downloaded bitfield v0.14.0 |
| 1156 | 2025-02-11T20:39:44.914Z | Downloaded bit-vec v0.6.3 |
| 1157 | 2025-02-11T20:39:44.914Z | Downloaded async-bb8-diesel v0.2.1 |
| 1158 | 2025-02-11T20:39:44.917Z | Downloaded libsw v3.3.1 |
| 1159 | 2025-02-11T20:39:44.917Z | Downloaded block-padding v0.3.3 |
| 1160 | 2025-02-11T20:39:44.920Z | Downloaded base16ct v0.2.0 |
| 1161 | 2025-02-11T20:39:44.920Z | Downloaded lazycell v1.3.0 |
| 1162 | 2025-02-11T20:39:44.920Z | Downloaded async-stream v0.3.6 |
| 1163 | 2025-02-11T20:39:44.922Z | Downloaded linked-hash-map v0.5.6 |
| 1164 | 2025-02-11T20:39:44.922Z | Downloaded lalrpop-util v0.19.12 |
| 1165 | 2025-02-11T20:39:44.925Z | Downloaded inout v0.1.3 |
| 1166 | 2025-02-11T20:39:44.925Z | Downloaded bit-set v0.5.3 |
| 1167 | 2025-02-11T20:39:44.925Z | Downloaded lockfree-object-pool v0.1.6 |
| 1168 | 2025-02-11T20:39:44.929Z | Downloaded idna_adapter v1.2.0 |
| 1169 | 2025-02-11T20:39:44.929Z | Downloaded hex-literal v0.4.1 |
| 1170 | 2025-02-11T20:39:44.932Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1171 | 2025-02-11T20:39:44.932Z | Downloaded crc-catalog v2.4.0 |
| 1172 | 2025-02-11T20:39:44.932Z | Downloaded constant_time_eq v0.3.1 |
| 1173 | 2025-02-11T20:39:44.932Z | Downloaded cmake v0.1.51 |
| 1174 | 2025-02-11T20:39:44.935Z | Downloaded chacha20 v0.9.1 |
| 1175 | 2025-02-11T20:39:44.935Z | Downloaded cipher v0.4.4 |
| 1176 | 2025-02-11T20:39:44.939Z | Downloaded ascii-canvas v3.0.0 |
| 1177 | 2025-02-11T20:39:44.939Z | Downloaded bb8 v0.8.5 |
| 1178 | 2025-02-11T20:39:44.983Z | Downloaded ring v0.17.8 |
| 1179 | 2025-02-11T20:39:45.093Z | Downloaded libsqlite3-sys v0.30.1 |
| 1180 | 2025-02-11T20:39:45.268Z | Downloaded aws-lc-sys v0.22.0 |
| 1181 | 2025-02-11T20:39:45.574Z | Compiling serde v1.0.217 |
| 1182 | 2025-02-11T20:39:45.577Z | Compiling lock_api v0.4.12 |
| 1183 | 2025-02-11T20:39:45.577Z | Compiling value-bag v1.9.0 |
| 1184 | 2025-02-11T20:39:45.577Z | Compiling scopeguard v1.2.0 |
| 1185 | 2025-02-11T20:39:45.736Z | Compiling typenum v1.17.0 |
| 1186 | 2025-02-11T20:39:45.738Z | Compiling generic-array v0.14.7 |
| 1187 | 2025-02-11T20:39:45.777Z | Compiling syn v2.0.96 |
| 1188 | 2025-02-11T20:39:45.793Z | Compiling getrandom v0.2.15 |
| 1189 | 2025-02-11T20:39:45.927Z | Compiling shlex v1.3.0 |
| 1190 | 2025-02-11T20:39:46.057Z | Compiling rand_core v0.6.4 |
| 1191 | 2025-02-11T20:39:46.150Z | Compiling log v0.4.22 |
| 1192 | 2025-02-11T20:39:46.309Z | Compiling subtle v2.6.1 |
| 1193 | 2025-02-11T20:39:46.312Z | Compiling jobserver v0.1.32 |
| 1194 | 2025-02-11T20:39:46.356Z | Compiling smallvec v1.13.2 |
| 1195 | 2025-02-11T20:39:46.570Z | Compiling const-oid v0.9.6 |
| 1196 | 2025-02-11T20:39:46.663Z | Compiling pin-project-lite v0.2.14 |
| 1197 | 2025-02-11T20:39:46.663Z | Compiling rustix v0.38.37 |
| 1198 | 2025-02-11T20:39:46.721Z | Compiling cc v1.1.30 |
| 1199 | 2025-02-11T20:39:46.795Z | Compiling spin v0.9.8 |
| 1200 | 2025-02-11T20:39:46.902Z | Compiling parking_lot_core v0.9.10 |
| 1201 | 2025-02-11T20:39:47.104Z | Compiling futures-core v0.3.31 |
| 1202 | 2025-02-11T20:39:47.171Z | Compiling signal-hook-registry v1.4.2 |
| 1203 | 2025-02-11T20:39:47.365Z | Compiling mio v1.0.2 |
| 1204 | 2025-02-11T20:39:47.464Z | Compiling aho-corasick v1.1.3 |
| 1205 | 2025-02-11T20:39:48.058Z | Compiling parking_lot v0.12.3 |
| 1206 | 2025-02-11T20:39:48.115Z | Compiling stable_deref_trait v1.2.0 |
| 1207 | 2025-02-11T20:39:48.250Z | Compiling either v1.13.0 |
| 1208 | 2025-02-11T20:39:48.279Z | Compiling regex-syntax v0.8.5 |
| 1209 | 2025-02-11T20:39:48.617Z | Compiling cpufeatures v0.2.14 |
| 1210 | 2025-02-11T20:39:48.640Z | Compiling futures-sink v0.3.31 |
| 1211 | 2025-02-11T20:39:48.691Z | Compiling glob v0.3.2 |
| 1212 | 2025-02-11T20:39:48.725Z | Compiling socket2 v0.5.7 |
| 1213 | 2025-02-11T20:39:48.817Z | Compiling slab v0.4.9 |
| 1214 | 2025-02-11T20:39:48.938Z | Compiling prettyplease v0.2.25 |
| 1215 | 2025-02-11T20:39:49.299Z | Compiling lazy_static v1.5.0 |
| 1216 | 2025-02-11T20:39:49.325Z | Compiling minimal-lexical v0.2.1 |
| 1217 | 2025-02-11T20:39:49.441Z | Compiling serde_json v1.0.135 |
| 1218 | 2025-02-11T20:39:49.573Z | Compiling clang-sys v1.8.1 |
| 1219 | 2025-02-11T20:39:49.792Z | Compiling nom v7.1.3 |
| 1220 | 2025-02-11T20:39:49.847Z | Compiling libloading v0.8.5 |
| 1221 | 2025-02-11T20:39:49.964Z | Compiling bindgen v0.69.5 |
| 1222 | 2025-02-11T20:39:50.239Z | Compiling home v0.5.9 |
| 1223 | 2025-02-11T20:39:50.503Z | Compiling futures-channel v0.3.31 |
| 1224 | 2025-02-11T20:39:50.587Z | Compiling itertools v0.12.1 |
| 1225 | 2025-02-11T20:39:50.852Z | Compiling futures-io v0.3.31 |
| 1226 | 2025-02-11T20:39:50.942Z | Compiling allocator-api2 v0.2.18 |
| 1227 | 2025-02-11T20:39:51.148Z | Compiling pin-utils v0.1.0 |
| 1228 | 2025-02-11T20:39:51.258Z | Compiling libm v0.2.8 |
| 1229 | 2025-02-11T20:39:51.593Z | Compiling futures-task v0.3.31 |
| 1230 | 2025-02-11T20:39:51.703Z | Compiling foldhash v0.1.3 |
| 1231 | 2025-02-11T20:39:51.894Z | Compiling rustc-hash v1.1.0 |
| 1232 | 2025-02-11T20:39:52.011Z | Compiling lazycell v1.3.0 |
| 1233 | 2025-02-11T20:39:52.061Z | Compiling hashbrown v0.15.1 |
| 1234 | 2025-02-11T20:39:52.181Z | Compiling regex-automata v0.4.8 |
| 1235 | 2025-02-11T20:39:52.558Z | Compiling cmake v0.1.51 |
| 1236 | 2025-02-11T20:39:53.220Z | Compiling synstructure v0.13.1 |
| 1237 | 2025-02-11T20:39:53.500Z | Compiling cexpr v0.6.0 |
| 1238 | 2025-02-11T20:39:53.549Z | Compiling num-traits v0.2.19 |
| 1239 | 2025-02-11T20:39:53.838Z | Compiling pkg-config v0.3.31 |
| 1240 | 2025-02-11T20:39:54.668Z | Compiling fs_extra v1.3.0 |
| 1241 | 2025-02-11T20:39:54.747Z | Compiling dunce v1.0.5 |
| 1242 | 2025-02-11T20:39:55.170Z | Compiling writeable v0.5.5 |
| 1243 | 2025-02-11T20:39:55.182Z | Compiling litemap v0.7.3 |
| 1244 | 2025-02-11T20:39:55.217Z | Compiling ring v0.17.8 |
| 1245 | 2025-02-11T20:39:55.549Z | Compiling paste v1.0.15 |
| 1246 | 2025-02-11T20:39:55.694Z | Compiling base64ct v1.6.0 |
| 1247 | 2025-02-11T20:39:56.115Z | Compiling icu_locid_transform_data v1.5.0 |
| 1248 | 2025-02-11T20:39:56.232Z | Compiling pem-rfc7468 v0.7.0 |
| 1249 | 2025-02-11T20:39:56.258Z | Compiling flagset v0.4.6 |
| 1250 | 2025-02-11T20:39:56.420Z | Compiling httparse v1.9.5 |
| 1251 | 2025-02-11T20:39:56.446Z | Compiling aws-lc-rs v1.10.0 |
| 1252 | 2025-02-11T20:39:56.864Z | Compiling tracing-core v0.1.32 |
| 1253 | 2025-02-11T20:39:57.175Z | Compiling icu_properties_data v1.5.0 |
| 1254 | 2025-02-11T20:39:57.392Z | Compiling rustls-pki-types v1.10.0 |
| 1255 | 2025-02-11T20:39:57.570Z | Compiling regex v1.11.1 |
| 1256 | 2025-02-11T20:39:57.891Z | Compiling percent-encoding v2.3.1 |
| 1257 | 2025-02-11T20:39:58.019Z | Compiling crossbeam-utils v0.8.20 |
| 1258 | 2025-02-11T20:39:58.344Z | Compiling write16 v1.0.0 |
| 1259 | 2025-02-11T20:39:58.488Z | Compiling mirai-annotations v1.12.0 |
| 1260 | 2025-02-11T20:39:58.510Z | Compiling serde_derive v1.0.217 |
| 1261 | 2025-02-11T20:39:58.528Z | Compiling zeroize_derive v1.4.2 |
| 1262 | 2025-02-11T20:39:58.547Z | Compiling zerocopy-derive v0.7.35 |
| 1263 | 2025-02-11T20:39:58.661Z | Compiling tokio-macros v2.5.0 |
| 1264 | 2025-02-11T20:39:58.881Z | Compiling zerofrom-derive v0.1.4 |
| 1265 | 2025-02-11T20:39:59.934Z | Compiling zeroize v1.8.1 |
| 1266 | 2025-02-11T20:40:00.041Z | Compiling yoke-derive v0.7.4 |
| 1267 | 2025-02-11T20:40:00.492Z | Compiling zerocopy v0.7.35 |
| 1268 | 2025-02-11T20:40:00.618Z | Compiling zerovec-derive v0.10.3 |
| 1269 | 2025-02-11T20:40:01.563Z | Compiling crypto-common v0.1.6 |
| 1270 | 2025-02-11T20:40:01.815Z | Compiling block-buffer v0.10.4 |
| 1271 | 2025-02-11T20:40:01.833Z | Compiling thiserror-impl v1.0.69 |
| 1272 | 2025-02-11T20:40:02.147Z | Compiling digest v0.10.7 |
| 1273 | 2025-02-11T20:40:02.332Z | Compiling zerofrom v0.1.4 |
| 1274 | 2025-02-11T20:40:02.539Z | Compiling hmac v0.12.1 |
| 1275 | 2025-02-11T20:40:02.569Z | Compiling futures-macro v0.3.31 |
| 1276 | 2025-02-11T20:40:02.675Z | Compiling yoke v0.7.4 |
| 1277 | 2025-02-11T20:40:02.831Z | Compiling displaydoc v0.2.5 |
| 1278 | 2025-02-11T20:40:02.971Z | Compiling block-padding v0.3.3 |
| 1279 | 2025-02-11T20:40:02.994Z | Compiling sha2 v0.10.8 |
| 1280 | 2025-02-11T20:40:03.044Z | Compiling zerovec v0.10.4 |
| 1281 | 2025-02-11T20:40:03.239Z | Compiling inout v0.1.3 |
| 1282 | 2025-02-11T20:40:03.504Z | Compiling cipher v0.4.4 |
| 1283 | 2025-02-11T20:40:04.014Z | Compiling icu_provider_macros v1.5.0 |
| 1284 | 2025-02-11T20:40:04.373Z | Compiling futures-util v0.3.31 |
| 1285 | 2025-02-11T20:40:04.395Z | Compiling ppv-lite86 v0.2.20 |
| 1286 | 2025-02-11T20:40:04.813Z | Compiling thiserror v1.0.69 |
| 1287 | 2025-02-11T20:40:04.964Z | Compiling tinystr v0.7.6 |
| 1288 | 2025-02-11T20:40:05.028Z | Compiling der_derive v0.7.3 |
| 1289 | 2025-02-11T20:40:05.056Z | Compiling rand_chacha v0.3.1 |
| 1290 | 2025-02-11T20:40:05.076Z | Compiling icu_collections v1.5.0 |
| 1291 | 2025-02-11T20:40:05.303Z | Compiling icu_locid v1.5.0 |
| 1292 | 2025-02-11T20:40:05.694Z | Compiling tracing-attributes v0.1.27 |
| 1293 | 2025-02-11T20:40:06.314Z | Compiling rand v0.8.5 |
| 1294 | 2025-02-11T20:40:06.398Z | Compiling icu_provider v1.5.0 |
| 1295 | 2025-02-11T20:40:07.306Z | Compiling icu_locid_transform v1.5.0 |
| 1296 | 2025-02-11T20:40:07.359Z | Compiling pest v2.7.14 |
| 1297 | 2025-02-11T20:40:07.383Z | Compiling der v0.7.9 |
| 1298 | 2025-02-11T20:40:07.383Z | Compiling salsa20 v0.10.2 |
| 1299 | 2025-02-11T20:40:07.648Z | Compiling pbkdf2 v0.12.2 |
| 1300 | 2025-02-11T20:40:07.906Z | Compiling utf16_iter v1.0.5 |
| 1301 | 2025-02-11T20:40:08.141Z | Compiling powerfmt v0.2.0 |
| 1302 | 2025-02-11T20:40:08.421Z | Compiling num-conv v0.1.0 |
| 1303 | 2025-02-11T20:40:08.542Z | Compiling icu_properties v1.5.1 |
| 1304 | 2025-02-11T20:40:08.728Z | Compiling vcpkg v0.2.15 |
| 1305 | 2025-02-11T20:40:09.075Z | Compiling tracing v0.1.40 |
| 1306 | 2025-02-11T20:40:09.589Z | Compiling spki v0.7.3 |
| 1307 | 2025-02-11T20:40:09.611Z | Compiling untrusted v0.9.0 |
| 1308 | 2025-02-11T20:40:09.658Z | Compiling time-core v0.1.2 |
| 1309 | 2025-02-11T20:40:09.815Z | Compiling untrusted v0.7.1 |
| 1310 | 2025-02-11T20:40:09.851Z | Compiling utf8_iter v1.0.4 |
| 1311 | 2025-02-11T20:40:09.979Z | Compiling icu_normalizer_data v1.5.0 |
| 1312 | 2025-02-11T20:40:10.018Z | Compiling pest_meta v2.7.14 |
| 1313 | 2025-02-11T20:40:10.095Z | Compiling time-macros v0.2.18 |
| 1314 | 2025-02-11T20:40:10.396Z | Compiling deranged v0.3.11 |
| 1315 | 2025-02-11T20:40:10.587Z | Compiling openssl-sys v0.9.105 |
| 1316 | 2025-02-11T20:40:11.512Z | Compiling bitflags v2.6.0 |
| 1317 | 2025-02-11T20:40:11.604Z | Compiling bytes v1.9.0 |
| 1318 | 2025-02-11T20:40:11.796Z | Compiling indexmap v2.7.1 |
| 1319 | 2025-02-11T20:40:12.846Z | Compiling tokio v1.43.0 |
| 1320 | 2025-02-11T20:40:13.147Z | Compiling http v1.2.0 |
| 1321 | 2025-02-11T20:40:13.171Z | Compiling semver v1.0.24 |
| 1322 | 2025-02-11T20:40:13.242Z | Compiling icu_normalizer v1.5.0 |
| 1323 | 2025-02-11T20:40:13.528Z | Compiling scrypt v0.11.0 |
| 1324 | 2025-02-11T20:40:13.910Z | Compiling rustc_version v0.4.1 |
| 1325 | 2025-02-11T20:40:14.038Z | Compiling aes v0.8.4 |
| 1326 | 2025-02-11T20:40:14.485Z | Compiling cbc v0.1.2 |
| 1327 | 2025-02-11T20:40:14.531Z | Compiling scroll_derive v0.12.0 |
| 1328 | 2025-02-11T20:40:14.602Z | Compiling tinyvec_macros v0.1.1 |
| 1329 | 2025-02-11T20:40:14.707Z | Compiling num_threads v0.1.7 |
| 1330 | 2025-02-11T20:40:14.735Z | Compiling atomic-waker v1.1.2 |
| 1331 | 2025-02-11T20:40:14.854Z | Compiling time v0.3.36 |
| 1332 | 2025-02-11T20:40:14.936Z | Compiling pkcs5 v0.7.1 |
| 1333 | 2025-02-11T20:40:15.210Z | Compiling tinyvec v1.8.0 |
| 1334 | 2025-02-11T20:40:15.346Z | Compiling http-body v1.0.1 |
| 1335 | 2025-02-11T20:40:15.581Z | Compiling which v4.4.2 |
| 1336 | 2025-02-11T20:40:16.040Z | Compiling scroll v0.12.0 |
| 1337 | 2025-02-11T20:40:16.139Z | Compiling idna_adapter v1.2.0 |
| 1338 | 2025-02-11T20:40:16.510Z | Compiling pest_generator v2.7.14 |
| 1339 | 2025-02-11T20:40:16.542Z | Compiling form_urlencoded v1.2.1 |
| 1340 | 2025-02-11T20:40:16.590Z | Compiling slog v2.7.0 |
| 1341 | 2025-02-11T20:40:16.761Z | Compiling try-lock v0.2.5 |
| 1342 | 2025-02-11T20:40:16.808Z | Compiling goblin v0.8.2 |
| 1343 | 2025-02-11T20:40:16.839Z | Compiling idna v1.0.3 |
| 1344 | 2025-02-11T20:40:16.924Z | Compiling want v0.3.1 |
| 1345 | 2025-02-11T20:40:17.164Z | Compiling pkcs8 v0.10.2 |
| 1346 | 2025-02-11T20:40:17.191Z | Compiling uuid v1.12.0 |
| 1347 | 2025-02-11T20:40:17.841Z | Compiling httpdate v1.0.3 |
| 1348 | 2025-02-11T20:40:18.336Z | Compiling iana-time-zone v0.1.61 |
| 1349 | 2025-02-11T20:40:18.453Z | Compiling pest_derive v2.7.14 |
| 1350 | 2025-02-11T20:40:18.745Z | Compiling chrono v0.4.39 |
| 1351 | 2025-02-11T20:40:18.780Z | Compiling serde_tokenstream v0.2.2 |
| 1352 | 2025-02-11T20:40:19.186Z | Compiling toml_datetime v0.6.8 |
| 1353 | 2025-02-11T20:40:19.264Z | Compiling dtrace-parser v0.2.0 |
| 1354 | 2025-02-11T20:40:19.337Z | Compiling serde_spanned v0.6.8 |
| 1355 | 2025-02-11T20:40:19.521Z | Compiling adler2 v2.0.0 |
| 1356 | 2025-02-11T20:40:19.580Z | Compiling tower-service v0.3.3 |
| 1357 | 2025-02-11T20:40:19.674Z | Compiling foreign-types-shared v0.1.1 |
| 1358 | 2025-02-11T20:40:19.730Z | Compiling match_cfg v0.1.0 |
| 1359 | 2025-02-11T20:40:19.733Z | Compiling openssl v0.10.70 |
| 1360 | 2025-02-11T20:40:19.793Z | Compiling base64 v0.22.1 |
| 1361 | 2025-02-11T20:40:19.846Z | Compiling rustversion v1.0.17 |
| 1362 | 2025-02-11T20:40:20.201Z | Compiling hostname v0.3.1 |
| 1363 | 2025-02-11T20:40:20.420Z | Compiling foreign-types v0.3.2 |
| 1364 | 2025-02-11T20:40:20.471Z | Compiling miniz_oxide v0.8.0 |
| 1365 | 2025-02-11T20:40:20.537Z | Compiling url v2.5.3 |
| 1366 | 2025-02-11T20:40:21.140Z | Compiling tokio-util v0.7.12 |
| 1367 | 2025-02-11T20:40:21.846Z | Compiling openssl-macros v0.1.1 |
| 1368 | 2025-02-11T20:40:21.910Z | Compiling async-trait v0.1.86 |
| 1369 | 2025-02-11T20:40:22.081Z | Compiling h2 v0.4.6 |
| 1370 | 2025-02-11T20:40:22.345Z | Compiling serde_derive_internals v0.29.1 |
| 1371 | 2025-02-11T20:40:22.423Z | Compiling dirs-sys-next v0.1.2 |
| 1372 | 2025-02-11T20:40:22.596Z | Compiling dof v0.3.0 |
| 1373 | 2025-02-11T20:40:22.988Z | Compiling rustls v0.22.4 |
| 1374 | 2025-02-11T20:40:23.274Z | Compiling data-encoding v2.6.0 |
| 1375 | 2025-02-11T20:40:24.466Z | Compiling usdt-impl v0.5.0 |
| 1376 | 2025-02-11T20:40:24.469Z | Compiling schemars v0.8.21 |
| 1377 | 2025-02-11T20:40:24.769Z | Compiling siphasher v0.3.11 |
| 1378 | 2025-02-11T20:40:24.796Z | Compiling syn v1.0.109 |
| 1379 | 2025-02-11T20:40:25.154Z | Compiling rustls v0.23.19 |
| 1380 | 2025-02-11T20:40:25.292Z | Compiling native-tls v0.2.12 |
| 1381 | 2025-02-11T20:40:25.465Z | Compiling schemars_derive v0.8.21 |
| 1382 | 2025-02-11T20:40:25.513Z | Compiling dirs-next v2.0.0 |
| 1383 | 2025-02-11T20:40:25.834Z | Compiling unicode-normalization v0.1.24 |
| 1384 | 2025-02-11T20:40:26.218Z | Compiling http-body-util v0.1.2 |
| 1385 | 2025-02-11T20:40:26.271Z | Compiling heapless v0.7.17 |
| 1386 | 2025-02-11T20:40:26.673Z | Compiling crossbeam-epoch v0.9.18 |
| 1387 | 2025-02-11T20:40:26.714Z | Compiling sha1 v0.10.6 |
| 1388 | 2025-02-11T20:40:26.898Z | Compiling signature v2.2.0 |
| 1389 | 2025-02-11T20:40:26.929Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1390 | 2025-02-11T20:40:27.144Z | Compiling thread_local v1.1.8 |
| 1391 | 2025-02-11T20:40:27.199Z | Compiling multer v3.1.0 |
| 1392 | 2025-02-11T20:40:27.334Z | Compiling encoding_rs v0.8.34 |
| 1393 | 2025-02-11T20:40:27.397Z | Compiling cookie v0.18.1 |
| 1394 | 2025-02-11T20:40:27.499Z | Compiling unicode-properties v0.1.3 |
| 1395 | 2025-02-11T20:40:27.598Z | Compiling gimli v0.31.1 |
| 1396 | 2025-02-11T20:40:27.691Z | Compiling signal-hook v0.3.17 |
| 1397 | 2025-02-11T20:40:27.898Z | Compiling dyn-clone v1.0.17 |
| 1398 | 2025-02-11T20:40:28.003Z | Compiling slog-async v2.8.0 |
| 1399 | 2025-02-11T20:40:28.113Z | Compiling openssl-probe v0.1.5 |
| 1400 | 2025-02-11T20:40:28.423Z | Compiling ipnet v2.10.1 |
| 1401 | 2025-02-11T20:40:28.444Z | Compiling mime v0.3.17 |
| 1402 | 2025-02-11T20:40:28.489Z | Compiling rayon-core v1.12.1 |
| 1403 | 2025-02-11T20:40:28.767Z | Compiling unicode-bidi v0.3.17 |
| 1404 | 2025-02-11T20:40:28.985Z | Compiling hyper v1.5.2 |
| 1405 | 2025-02-11T20:40:29.557Z | Compiling stringprep v0.1.5 |
| 1406 | 2025-02-11T20:40:30.667Z | Compiling toml_edit v0.22.22 |
| 1407 | 2025-02-11T20:40:31.505Z | Compiling hyper-util v0.1.10 |
| 1408 | 2025-02-11T20:40:32.148Z | Compiling addr2line v0.24.2 |
| 1409 | 2025-02-11T20:40:32.856Z | Compiling crossbeam-deque v0.8.5 |
| 1410 | 2025-02-11T20:40:33.048Z | Compiling usdt-macro v0.5.0 |
| 1411 | 2025-02-11T20:40:33.201Z | Compiling usdt-attr-macro v0.5.0 |
| 1412 | 2025-02-11T20:40:33.472Z | Compiling term v0.7.0 |
| 1413 | 2025-02-11T20:40:34.314Z | Compiling slog-json v2.6.1 |
| 1414 | 2025-02-11T20:40:34.422Z | Compiling serde_urlencoded v0.7.1 |
| 1415 | 2025-02-11T20:40:34.444Z | Compiling curve25519-dalek v4.1.3 |
| 1416 | 2025-02-11T20:40:34.665Z | Compiling crossbeam-channel v0.5.13 |
| 1417 | 2025-02-11T20:40:34.684Z | Compiling futures-executor v0.3.31 |
| 1418 | 2025-02-11T20:40:34.703Z | Compiling md-5 v0.10.6 |
| 1419 | 2025-02-11T20:40:34.894Z | Compiling enum-as-inner v0.6.1 |
| 1420 | 2025-02-11T20:40:34.991Z | Compiling async-stream-impl v0.3.6 |
| 1421 | 2025-02-11T20:40:35.118Z | Compiling rustls-pemfile v2.2.0 |
| 1422 | 2025-02-11T20:40:35.213Z | Compiling num-integer v0.1.46 |
| 1423 | 2025-02-11T20:40:35.445Z | Compiling hash32 v0.2.1 |
| 1424 | 2025-02-11T20:40:35.686Z | Compiling ff v0.13.0 |
| 1425 | 2025-02-11T20:40:35.803Z | Compiling is-terminal v0.4.13 |
| 1426 | 2025-02-11T20:40:35.924Z | Compiling dropshot v0.12.0 |
| 1427 | 2025-02-11T20:40:35.946Z | Compiling object v0.36.5 |
| 1428 | 2025-02-11T20:40:35.949Z | Compiling fallible-iterator v0.2.0 |
| 1429 | 2025-02-11T20:40:35.968Z | Compiling utf-8 v0.7.6 |
| 1430 | 2025-02-11T20:40:36.215Z | Compiling rustc-demangle v0.1.24 |
| 1431 | 2025-02-11T20:40:36.289Z | Compiling litrs v0.4.1 |
| 1432 | 2025-02-11T20:40:36.312Z | Compiling take_mut v0.2.2 |
| 1433 | 2025-02-11T20:40:36.473Z | Compiling smoltcp v0.9.1 |
| 1434 | 2025-02-11T20:40:36.612Z | Compiling psl-types v2.0.11 |
| 1435 | 2025-02-11T20:40:36.829Z | Compiling base16ct v0.2.0 |
| 1436 | 2025-02-11T20:40:37.129Z | Compiling linked-hash-map v0.5.6 |
| 1437 | 2025-02-11T20:40:37.176Z | Compiling quick-error v1.2.3 |
| 1438 | 2025-02-11T20:40:37.198Z | Compiling num-bigint-dig v0.8.4 |
| 1439 | 2025-02-11T20:40:37.342Z | Compiling anyhow v1.0.95 |
| 1440 | 2025-02-11T20:40:37.383Z | Compiling portable-atomic v1.9.0 |
| 1441 | 2025-02-11T20:40:37.439Z | Compiling lru-cache v0.1.2 |
| 1442 | 2025-02-11T20:40:37.523Z | Compiling document-features v0.2.10 |
| 1443 | 2025-02-11T20:40:37.648Z | Compiling resolv-conf v0.7.0 |
| 1444 | 2025-02-11T20:40:38.221Z | Compiling sec1 v0.7.3 |
| 1445 | 2025-02-11T20:40:38.373Z | Compiling publicsuffix v2.3.0 |
| 1446 | 2025-02-11T20:40:38.429Z | Compiling postgres-protocol v0.6.7 |
| 1447 | 2025-02-11T20:40:38.659Z | Compiling async-stream v0.3.6 |
| 1448 | 2025-02-11T20:40:38.802Z | Compiling tungstenite v0.24.0 |
| 1449 | 2025-02-11T20:40:38.834Z | Compiling hickory-proto v0.24.3 |
| 1450 | 2025-02-11T20:40:38.964Z | Compiling slog-term v2.9.1 |
| 1451 | 2025-02-11T20:40:39.468Z | Compiling group v0.13.0 |
| 1452 | 2025-02-11T20:40:39.690Z | Compiling usdt v0.5.0 |
| 1453 | 2025-02-11T20:40:40.131Z | Compiling num-iter v0.1.45 |
| 1454 | 2025-02-11T20:40:40.294Z | Compiling futures v0.3.31 |
| 1455 | 2025-02-11T20:40:40.348Z | Compiling slog-bunyan v2.5.0 |
| 1456 | 2025-02-11T20:40:40.570Z | Compiling toml v0.8.19 |
| 1457 | 2025-02-11T20:40:41.826Z | Compiling tokio-native-tls v0.3.1 |
| 1458 | 2025-02-11T20:40:42.098Z | Compiling camino v1.1.9 |
| 1459 | 2025-02-11T20:40:42.120Z | Compiling phf_shared v0.11.2 |
| 1460 | 2025-02-11T20:40:42.123Z | Compiling dropshot_endpoint v0.12.0 |
| 1461 | 2025-02-11T20:40:42.479Z | Compiling backtrace v0.3.74 |
| 1462 | 2025-02-11T20:40:42.836Z | Compiling terminal_size v0.4.0 |
| 1463 | 2025-02-11T20:40:42.976Z | Compiling waitgroup v0.1.2 |
| 1464 | 2025-02-11T20:40:43.048Z | Compiling openapiv3 v2.0.0 |
| 1465 | 2025-02-11T20:40:43.077Z | Compiling serde_path_to_error v0.1.16 |
| 1466 | 2025-02-11T20:40:43.211Z | Compiling hkdf v0.12.4 |
| 1467 | 2025-02-11T20:40:43.495Z | Compiling crypto-bigint v0.5.5 |
| 1468 | 2025-02-11T20:40:43.824Z | Compiling zerocopy-derive v0.6.6 |
| 1469 | 2025-02-11T20:40:45.577Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1470 | 2025-02-11T20:40:45.820Z | Compiling webpki-roots v0.26.6 |
| 1471 | 2025-02-11T20:40:46.056Z | Compiling hostname v0.4.0 |
| 1472 | 2025-02-11T20:40:46.166Z | Compiling hubpack_derive v0.1.1 |
| 1473 | 2025-02-11T20:40:46.288Z | Compiling crc32fast v1.4.2 |
| 1474 | 2025-02-11T20:40:46.398Z | Compiling ahash v0.8.11 |
| 1475 | 2025-02-11T20:40:46.622Z | Compiling fs-err v2.11.0 |
| 1476 | 2025-02-11T20:40:46.724Z | Compiling bitflags v1.3.2 |
| 1477 | 2025-02-11T20:40:46.834Z | Compiling debug-ignore v1.0.5 |
| 1478 | 2025-02-11T20:40:46.925Z | Compiling unicode-width v0.2.0 |
| 1479 | 2025-02-11T20:40:46.995Z | Compiling managed v0.8.0 |
| 1480 | 2025-02-11T20:40:46.998Z | Compiling newtype-uuid v1.2.1 |
| 1481 | 2025-02-11T20:40:47.035Z | Compiling winnow v0.5.40 |
| 1482 | 2025-02-11T20:40:47.068Z | Compiling hubpack v0.1.2 |
| 1483 | 2025-02-11T20:40:47.319Z | Compiling strum_macros v0.25.3 |
| 1484 | 2025-02-11T20:40:47.474Z | Compiling console v0.15.10 |
| 1485 | 2025-02-11T20:40:48.288Z | Compiling clap_builder v4.5.27 |
| 1486 | 2025-02-11T20:40:48.996Z | Compiling flate2 v1.0.35 |
| 1487 | 2025-02-11T20:40:49.433Z | Compiling elliptic-curve v0.13.8 |
| 1488 | 2025-02-11T20:40:49.467Z | Compiling zerocopy v0.6.6 |
| 1489 | 2025-02-11T20:40:49.908Z | Compiling hickory-resolver v0.24.2 |
| 1490 | 2025-02-11T20:40:50.247Z | Compiling toml_edit v0.19.15 |
| 1491 | 2025-02-11T20:40:50.540Z | Compiling phf v0.11.2 |
| 1492 | 2025-02-11T20:40:50.831Z | Compiling signal-hook-mio v0.2.4 |
| 1493 | 2025-02-11T20:40:50.972Z | Compiling hyper-tls v0.6.0 |
| 1494 | 2025-02-11T20:40:51.022Z | Compiling cookie_store v0.21.1 |
| 1495 | 2025-02-11T20:40:51.135Z | Compiling rayon v1.10.0 |
| 1496 | 2025-02-11T20:40:51.429Z | Compiling bzip2 v0.4.4 |
| 1497 | 2025-02-11T20:40:52.520Z | Compiling tokio-tungstenite v0.24.0 |
| 1498 | 2025-02-11T20:40:53.081Z | Compiling postgres-types v0.2.8 |
| 1499 | 2025-02-11T20:40:55.468Z | Compiling ed25519 v2.2.3 |
| 1500 | 2025-02-11T20:40:55.565Z | Compiling phf_shared v0.10.0 |
| 1501 | 2025-02-11T20:40:55.686Z | Compiling tokio-stream v0.1.16 |
| 1502 | 2025-02-11T20:40:55.905Z | Compiling pkcs1 v0.7.5 |
| 1503 | 2025-02-11T20:40:55.943Z | Compiling serde-big-array v0.5.1 |
| 1504 | 2025-02-11T20:40:56.191Z | Compiling rfc6979 v0.4.0 |
| 1505 | 2025-02-11T20:40:56.410Z | Compiling serde_repr v0.1.19 |
| 1506 | 2025-02-11T20:40:56.514Z | Compiling clap_derive v4.5.24 |
| 1507 | 2025-02-11T20:40:56.610Z | Compiling derive-where v1.2.7 |
| 1508 | 2025-02-11T20:40:56.799Z | Compiling bstr v1.10.0 |
| 1509 | 2025-02-11T20:40:57.314Z | Compiling float-cmp v0.9.0 |
| 1510 | 2025-02-11T20:40:57.485Z | Compiling sync_wrapper v1.0.1 |
| 1511 | 2025-02-11T20:40:57.516Z | Compiling new_debug_unreachable v1.0.6 |
| 1512 | 2025-02-11T20:40:57.573Z | Compiling number_prefix v0.4.0 |
| 1513 | 2025-02-11T20:40:57.631Z | Compiling bit-vec v0.6.3 |
| 1514 | 2025-02-11T20:40:57.661Z | Compiling unicode-segmentation v1.12.0 |
| 1515 | 2025-02-11T20:40:57.833Z | Compiling precomputed-hash v0.1.1 |
| 1516 | 2025-02-11T20:40:57.977Z | Compiling difflib v0.4.0 |
| 1517 | 2025-02-11T20:40:58.078Z | Compiling whoami v1.5.2 |
| 1518 | 2025-02-11T20:40:58.465Z | Compiling static_assertions v1.1.0 |
| 1519 | 2025-02-11T20:40:58.564Z | Compiling normalize-line-endings v0.3.0 |
| 1520 | 2025-02-11T20:40:58.594Z | Compiling fixedbitset v0.4.2 |
| 1521 | 2025-02-11T20:40:58.677Z | Compiling predicates-core v1.0.8 |
| 1522 | 2025-02-11T20:40:58.711Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1523 | 2025-02-11T20:40:59.009Z | Compiling predicates v3.1.2 |
| 1524 | 2025-02-11T20:40:59.050Z | Compiling petgraph v0.6.5 |
| 1525 | 2025-02-11T20:40:59.327Z | Compiling tokio-postgres v0.7.12 |
| 1526 | 2025-02-11T20:40:59.818Z | Compiling similar v2.6.0 |
| 1527 | 2025-02-11T20:41:00.501Z | Compiling bit-set v0.5.3 |
| 1528 | 2025-02-11T20:41:00.798Z | Compiling string_cache v0.8.7 |
| 1529 | 2025-02-11T20:41:01.140Z | Compiling clap v4.5.27 |
| 1530 | 2025-02-11T20:41:01.234Z | Compiling indicatif v0.17.11 |
| 1531 | 2025-02-11T20:41:01.271Z | Compiling ecdsa v0.16.9 |
| 1532 | 2025-02-11T20:41:02.029Z | Compiling rsa v0.9.6 |
| 1533 | 2025-02-11T20:41:02.111Z | Compiling ed25519-dalek v2.1.1 |
| 1534 | 2025-02-11T20:41:02.645Z | Compiling toml v0.7.8 |
| 1535 | 2025-02-11T20:41:03.350Z | Compiling zip v0.6.6 |
| 1536 | 2025-02-11T20:41:03.477Z | Compiling crossterm v0.28.1 |
| 1537 | 2025-02-11T20:41:04.865Z | Compiling hex v0.4.3 |
| 1538 | 2025-02-11T20:41:05.020Z | Compiling x509-cert v0.2.5 |
| 1539 | 2025-02-11T20:41:05.073Z | Compiling itertools v0.10.5 |
| 1540 | 2025-02-11T20:41:05.457Z | Compiling lalrpop-util v0.19.12 |
| 1541 | 2025-02-11T20:41:05.489Z | Compiling unicode-xid v0.2.6 |
| 1542 | 2025-02-11T20:41:05.589Z | Compiling peg-runtime v0.8.3 |
| 1543 | 2025-02-11T20:41:05.700Z | Compiling strum_macros v0.26.4 |
| 1544 | 2025-02-11T20:41:05.833Z | Compiling xattr v1.3.1 |
| 1545 | 2025-02-11T20:41:06.117Z | Compiling filetime v0.2.25 |
| 1546 | 2025-02-11T20:41:06.428Z | Compiling tar v0.4.42 |
| 1547 | 2025-02-11T20:41:10.340Z | Compiling strum v0.26.3 |
| 1548 | 2025-02-11T20:41:13.914Z | Compiling aws-lc-sys v0.22.0 |
| 1549 | 2025-02-11T20:41:44.929Z | Compiling rustls-webpki v0.102.8 |
| 1550 | 2025-02-11T20:41:48.128Z | Compiling tokio-rustls v0.25.0 |
| 1551 | 2025-02-11T20:41:49.809Z | Compiling tokio-rustls v0.26.0 |
| 1552 | 2025-02-11T20:41:50.098Z | Compiling hyper-rustls v0.27.3 |
| 1553 | 2025-02-11T20:41:50.435Z | Compiling reqwest v0.12.9 |
| 1554 | 2025-02-11T20:41:51.768Z | Compiling qorb v0.2.1 |
| 1555 | 2025-02-11T20:41:54.868Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1556 | 2025-02-11T20:41:55.116Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1557 | 2025-02-11T20:41:59.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s |
| 1558 | 2025-02-11T20:41:59.773Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1559 | 2025-02-11T20:41:59.824Z | Feb 11 20:41:58.611 INFO Starting download, target: Cockroach |
| 1560 | 2025-02-11T20:41:59.824Z | Feb 11 20:41:58.611 INFO Starting download, target: Clickhouse |
| 1561 | 2025-02-11T20:41:59.824Z | Feb 11 20:41:58.612 INFO Starting download, target: Console |
| 1562 | 2025-02-11T20:41:59.824Z | Feb 11 20:41:58.612 INFO Starting download, target: DendriteOpenapi |
| 1563 | 2025-02-11T20:41:59.827Z | Feb 11 20:41:58.612 INFO Starting download, target: DendriteStub |
| 1564 | 2025-02-11T20:41:59.827Z | Feb 11 20:41:58.612 INFO Starting download, target: MaghemiteMgd |
| 1565 | 2025-02-11T20:41:59.827Z | Feb 11 20:41:58.612 INFO Starting download, target: TransceiverControl |
| 1566 | 2025-02-11T20:41:59.827Z | Feb 11 20:41:58.612 INFO Downloading out/downloads/dpd-bec304c7a9abc1a130c93be003d285cd4ebe028e.json (attempt 1/3), target: DendriteOpenapi |
| 1567 | 2025-02-11T20:41:59.827Z | Feb 11 20:41:58.613 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1568 | 2025-02-11T20:41:59.827Z | Feb 11 20:41:58.613 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1569 | 2025-02-11T20:41:59.827Z | Feb 11 20:41:58.613 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1570 | 2025-02-11T20:41:59.827Z | Feb 11 20:41:58.613 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1571 | 2025-02-11T20:41:59.828Z | Feb 11 20:41:58.613 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1572 | 2025-02-11T20:41:59.828Z | Feb 11 20:41:58.613 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1573 | 2025-02-11T20:41:59.968Z | Feb 11 20:41:58.753 INFO Download complete, target: DendriteOpenapi |
| 1574 | 2025-02-11T20:42:00.232Z | Feb 11 20:41:58.996 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1575 | 2025-02-11T20:42:00.376Z | Feb 11 20:41:59.153 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1576 | 2025-02-11T20:42:00.572Z | Feb 11 20:41:59.346 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1577 | 2025-02-11T20:42:00.666Z | Feb 11 20:41:59.452 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1578 | 2025-02-11T20:42:00.720Z | Feb 11 20:41:59.506 INFO Download complete, target: TransceiverControl |
| 1579 | 2025-02-11T20:42:00.735Z | Feb 11 20:41:59.521 INFO Download complete, target: Console |
| 1580 | 2025-02-11T20:42:01.425Z | Feb 11 20:42:00.210 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1581 | 2025-02-11T20:42:01.425Z | Feb 11 20:42:00.210 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1582 | 2025-02-11T20:42:01.844Z | Feb 11 20:42:00.627 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1583 | 2025-02-11T20:42:03.676Z | Feb 11 20:42:02.463 INFO Download complete, target: MaghemiteMgd |
| 1584 | 2025-02-11T20:42:03.689Z | Feb 11 20:42:02.476 INFO Download complete, target: DendriteStub |
| 1585 | 2025-02-11T20:42:09.016Z | Feb 11 20:42:07.802 INFO Checking that binary works, target: Cockroach |
| 1586 | 2025-02-11T20:42:09.176Z | Feb 11 20:42:07.961 INFO Download complete, target: Cockroach |
| 1587 | 2025-02-11T20:42:14.682Z | Feb 11 20:42:13.468 INFO Checking that binary works, target: Clickhouse |
| 1588 | 2025-02-11T20:42:15.019Z | Feb 11 20:42:13.804 INFO Download complete, target: Clickhouse |
| 1589 | 2025-02-11T20:42:15.026Z | All prerequisites installed successfully |
| 1590 | 2025-02-11T20:42:15.029Z | |
| 1591 | 2025-02-11T20:42:15.029Z | real 5:31.605462032 |
| 1592 | 2025-02-11T20:42:15.029Z | user 15:48.300515070 |
| 1593 | 2025-02-11T20:42:15.029Z | sys 2:05.099207078 |
| 1594 | 2025-02-11T20:42:15.029Z | trap 0.577914594 |
| 1595 | 2025-02-11T20:42:15.029Z | tflt 5.108403774 |
| 1596 | 2025-02-11T20:42:15.029Z | dflt 4.425634416 |
| 1597 | 2025-02-11T20:42:15.029Z | kflt 0.218151249 |
| 1598 | 2025-02-11T20:42:15.029Z | lock 25:05.779121424 |
| 1599 | 2025-02-11T20:42:15.029Z | slp 57:09.824212132 |
| 1600 | 2025-02-11T20:42:15.029Z | lat 57.371932218 |
| 1601 | 2025-02-11T20:42:15.029Z | stop 2:22.951197252 |
| 1602 | 2025-02-11T20:42:15.029Z | + ptime -m cargo xtask download softnpu |
| 1603 | 2025-02-11T20:42:15.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1604 | 2025-02-11T20:42:15.569Z | Running `target/debug/xtask download softnpu` |
| 1605 | 2025-02-11T20:42:16.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 1606 | 2025-02-11T20:42:16.462Z | Running `target/debug/xtask-downloader softnpu` |
| 1607 | 2025-02-11T20:42:16.498Z | Feb 11 20:42:15.269 INFO Starting download, target: Softnpu |
| 1608 | 2025-02-11T20:42:16.513Z | Feb 11 20:42:15.269 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1609 | 2025-02-11T20:42:17.039Z | Feb 11 20:42:15.821 INFO Download complete, target: Softnpu |
| 1610 | 2025-02-11T20:42:17.043Z | |
| 1611 | 2025-02-11T20:42:17.043Z | real 2.006443453 |
| 1612 | 2025-02-11T20:42:17.043Z | user 1.232775214 |
| 1613 | 2025-02-11T20:42:17.043Z | sys 0.540264081 |
| 1614 | 2025-02-11T20:42:17.043Z | trap 0.000674640 |
| 1615 | 2025-02-11T20:42:17.044Z | tflt 0.000049072 |
| 1616 | 2025-02-11T20:42:17.044Z | dflt 0.000054674 |
| 1617 | 2025-02-11T20:42:17.044Z | kflt 0.000000000 |
| 1618 | 2025-02-11T20:42:17.044Z | lock 5.557848170 |
| 1619 | 2025-02-11T20:42:17.044Z | slp 0.426252844 |
| 1620 | 2025-02-11T20:42:17.044Z | lat 0.069096611 |
| 1621 | 2025-02-11T20:42:17.044Z | stop 0.000161768 |
| 1622 | 2025-02-11T20:42:17.044Z | + export CARGO_INCREMENTAL=0 |
| 1623 | 2025-02-11T20:42:17.044Z | + CARGO_INCREMENTAL=0 |
| 1624 | 2025-02-11T20:42:17.045Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1625 | 2025-02-11T20:42:17.972Z | Compiling proc-macro2 v1.0.92 |
| 1626 | 2025-02-11T20:42:17.972Z | Compiling unicode-ident v1.0.14 |
| 1627 | 2025-02-11T20:42:17.972Z | Compiling libc v0.2.169 |
| 1628 | 2025-02-11T20:42:17.972Z | Compiling serde v1.0.217 |
| 1629 | 2025-02-11T20:42:17.974Z | Compiling autocfg v1.4.0 |
| 1630 | 2025-02-11T20:42:17.975Z | Compiling version_check v0.9.5 |
| 1631 | 2025-02-11T20:42:17.975Z | Compiling cfg-if v1.0.0 |
| 1632 | 2025-02-11T20:42:18.254Z | Compiling memchr v2.7.4 |
| 1633 | 2025-02-11T20:42:18.272Z | Compiling typenum v1.17.0 |
| 1634 | 2025-02-11T20:42:18.289Z | Compiling shlex v1.3.0 |
| 1635 | 2025-02-11T20:42:18.704Z | Compiling value-bag v1.9.0 |
| 1636 | 2025-02-11T20:42:18.820Z | Compiling generic-array v0.14.7 |
| 1637 | 2025-02-11T20:42:18.953Z | Compiling lock_api v0.4.12 |
| 1638 | 2025-02-11T20:42:19.112Z | Compiling log v0.4.22 |
| 1639 | 2025-02-11T20:42:19.139Z | Compiling scopeguard v1.2.0 |
| 1640 | 2025-02-11T20:42:19.295Z | Compiling parking_lot_core v0.9.10 |
| 1641 | 2025-02-11T20:42:19.515Z | Compiling serde_json v1.0.135 |
| 1642 | 2025-02-11T20:42:19.702Z | Compiling once_cell v1.20.2 |
| 1643 | 2025-02-11T20:42:19.812Z | Compiling rustix v0.38.37 |
| 1644 | 2025-02-11T20:42:19.832Z | Compiling libm v0.2.8 |
| 1645 | 2025-02-11T20:42:19.851Z | Compiling jobserver v0.1.32 |
| 1646 | 2025-02-11T20:42:20.036Z | Compiling quote v1.0.38 |
| 1647 | 2025-02-11T20:42:20.061Z | Compiling getrandom v0.2.15 |
| 1648 | 2025-02-11T20:42:20.417Z | Compiling syn v2.0.96 |
| 1649 | 2025-02-11T20:42:20.420Z | Compiling cc v1.1.30 |
| 1650 | 2025-02-11T20:42:20.460Z | Compiling aho-corasick v1.1.3 |
| 1651 | 2025-02-11T20:42:20.463Z | Compiling num-traits v0.2.19 |
| 1652 | 2025-02-11T20:42:20.494Z | Compiling regex-syntax v0.8.5 |
| 1653 | 2025-02-11T20:42:20.537Z | Compiling thiserror v1.0.69 |
| 1654 | 2025-02-11T20:42:20.588Z | Compiling either v1.13.0 |
| 1655 | 2025-02-11T20:42:20.756Z | Compiling itoa v1.0.11 |
| 1656 | 2025-02-11T20:42:21.005Z | Compiling spin v0.9.8 |
| 1657 | 2025-02-11T20:42:21.035Z | Compiling slab v0.4.9 |
| 1658 | 2025-02-11T20:42:21.359Z | Compiling errno v0.3.9 |
| 1659 | 2025-02-11T20:42:21.395Z | Compiling byteorder v1.5.0 |
| 1660 | 2025-02-11T20:42:21.853Z | Compiling rand_core v0.6.4 |
| 1661 | 2025-02-11T20:42:22.257Z | Compiling glob v0.3.2 |
| 1662 | 2025-02-11T20:42:22.385Z | Compiling prettyplease v0.2.25 |
| 1663 | 2025-02-11T20:42:22.407Z | Compiling lazy_static v1.5.0 |
| 1664 | 2025-02-11T20:42:22.766Z | Compiling minimal-lexical v0.2.1 |
| 1665 | 2025-02-11T20:42:23.005Z | Compiling clang-sys v1.8.1 |
| 1666 | 2025-02-11T20:42:23.243Z | Compiling nom v7.1.3 |
| 1667 | 2025-02-11T20:42:23.336Z | Compiling libloading v0.8.5 |
| 1668 | 2025-02-11T20:42:23.382Z | Compiling bindgen v0.69.5 |
| 1669 | 2025-02-11T20:42:23.709Z | Compiling home v0.5.9 |
| 1670 | 2025-02-11T20:42:23.732Z | Compiling subtle v2.6.1 |
| 1671 | 2025-02-11T20:42:23.834Z | Compiling smallvec v1.13.2 |
| 1672 | 2025-02-11T20:42:24.066Z | Compiling itertools v0.12.1 |
| 1673 | 2025-02-11T20:42:24.250Z | Compiling regex-automata v0.4.8 |
| 1674 | 2025-02-11T20:42:24.306Z | Compiling lazycell v1.3.0 |
| 1675 | 2025-02-11T20:42:24.493Z | Compiling allocator-api2 v0.2.18 |
| 1676 | 2025-02-11T20:42:24.568Z | Compiling rustc-hash v1.1.0 |
| 1677 | 2025-02-11T20:42:24.740Z | Compiling cmake v0.1.51 |
| 1678 | 2025-02-11T20:42:25.536Z | Compiling dunce v1.0.5 |
| 1679 | 2025-02-11T20:42:25.685Z | Compiling semver v1.0.24 |
| 1680 | 2025-02-11T20:42:25.902Z | Compiling fs_extra v1.3.0 |
| 1681 | 2025-02-11T20:42:26.239Z | Compiling pkg-config v0.3.31 |
| 1682 | 2025-02-11T20:42:26.387Z | Compiling cexpr v0.6.0 |
| 1683 | 2025-02-11T20:42:26.515Z | Compiling ring v0.17.8 |
| 1684 | 2025-02-11T20:42:27.222Z | Compiling paste v1.0.15 |
| 1685 | 2025-02-11T20:42:27.242Z | Compiling ryu v1.0.18 |
| 1686 | 2025-02-11T20:42:27.336Z | Compiling pin-project-lite v0.2.14 |
| 1687 | 2025-02-11T20:42:27.492Z | Compiling synstructure v0.13.1 |
| 1688 | 2025-02-11T20:42:27.851Z | Compiling aws-lc-rs v1.10.0 |
| 1689 | 2025-02-11T20:42:27.872Z | Compiling httparse v1.9.5 |
| 1690 | 2025-02-11T20:42:28.254Z | Compiling schemars v0.8.21 |
| 1691 | 2025-02-11T20:42:28.478Z | Compiling fnv v1.0.7 |
| 1692 | 2025-02-11T20:42:28.623Z | Compiling const-oid v0.9.6 |
| 1693 | 2025-02-11T20:42:28.682Z | Compiling serde_derive_internals v0.29.1 |
| 1694 | 2025-02-11T20:42:28.887Z | Compiling foldhash v0.1.3 |
| 1695 | 2025-02-11T20:42:29.187Z | Compiling equivalent v1.0.1 |
| 1696 | 2025-02-11T20:42:29.314Z | Compiling hashbrown v0.15.1 |
| 1697 | 2025-02-11T20:42:30.019Z | Compiling regex v1.11.1 |
| 1698 | 2025-02-11T20:42:30.055Z | Compiling signal-hook-registry v1.4.2 |
| 1699 | 2025-02-11T20:42:30.560Z | Compiling heck v0.5.0 |
| 1700 | 2025-02-11T20:42:30.685Z | Compiling parking_lot v0.12.3 |
| 1701 | 2025-02-11T20:42:30.721Z | Compiling mio v1.0.2 |
| 1702 | 2025-02-11T20:42:30.980Z | Compiling stable_deref_trait v1.2.0 |
| 1703 | 2025-02-11T20:42:31.920Z | Compiling socket2 v0.5.7 |
| 1704 | 2025-02-11T20:42:31.940Z | Compiling serde_derive v1.0.217 |
| 1705 | 2025-02-11T20:42:32.321Z | Compiling zeroize_derive v1.4.2 |
| 1706 | 2025-02-11T20:42:32.672Z | Compiling zerocopy-derive v0.7.35 |
| 1707 | 2025-02-11T20:42:33.044Z | Compiling thiserror-impl v1.0.69 |
| 1708 | 2025-02-11T20:42:33.250Z | Compiling tokio-macros v2.5.0 |
| 1709 | 2025-02-11T20:42:33.527Z | Compiling zerofrom-derive v0.1.4 |
| 1710 | 2025-02-11T20:42:33.653Z | Compiling zeroize v1.8.1 |
| 1711 | 2025-02-11T20:42:33.870Z | Compiling yoke-derive v0.7.4 |
| 1712 | 2025-02-11T20:42:34.110Z | Compiling zerovec-derive v0.10.3 |
| 1713 | 2025-02-11T20:42:34.178Z | Compiling futures-macro v0.3.31 |
| 1714 | 2025-02-11T20:42:34.494Z | Compiling displaydoc v0.2.5 |
| 1715 | 2025-02-11T20:42:35.712Z | Compiling zerocopy v0.7.35 |
| 1716 | 2025-02-11T20:42:35.869Z | Compiling crypto-common v0.1.6 |
| 1717 | 2025-02-11T20:42:36.037Z | Compiling icu_provider_macros v1.5.0 |
| 1718 | 2025-02-11T20:42:36.068Z | Compiling tracing-attributes v0.1.27 |
| 1719 | 2025-02-11T20:42:36.202Z | Compiling schemars_derive v0.8.21 |
| 1720 | 2025-02-11T20:42:36.463Z | Compiling block-buffer v0.10.4 |
| 1721 | 2025-02-11T20:42:36.847Z | Compiling digest v0.10.7 |
| 1722 | 2025-02-11T20:42:37.063Z | Compiling futures-core v0.3.31 |
| 1723 | 2025-02-11T20:42:37.123Z | Compiling num-conv v0.1.0 |
| 1724 | 2025-02-11T20:42:37.259Z | Compiling time-core v0.1.2 |
| 1725 | 2025-02-11T20:42:37.314Z | Compiling crossbeam-utils v0.8.20 |
| 1726 | 2025-02-11T20:42:37.438Z | Compiling time-macros v0.2.18 |
| 1727 | 2025-02-11T20:42:37.693Z | Compiling der_derive v0.7.3 |
| 1728 | 2025-02-11T20:42:37.847Z | Compiling vcpkg v0.2.15 |
| 1729 | 2025-02-11T20:42:39.382Z | Compiling openssl-sys v0.9.105 |
| 1730 | 2025-02-11T20:42:40.317Z | Compiling futures-sink v0.3.31 |
| 1731 | 2025-02-11T20:42:40.454Z | Compiling cpufeatures v0.2.14 |
| 1732 | 2025-02-11T20:42:40.608Z | Compiling slog v2.7.0 |
| 1733 | 2025-02-11T20:42:40.727Z | Compiling ahash v0.8.11 |
| 1734 | 2025-02-11T20:42:40.769Z | Compiling syn v1.0.109 |
| 1735 | 2025-02-11T20:42:41.055Z | Compiling zerofrom v0.1.4 |
| 1736 | 2025-02-11T20:42:41.418Z | Compiling iana-time-zone v0.1.61 |
| 1737 | 2025-02-11T20:42:41.556Z | Compiling yoke v0.7.4 |
| 1738 | 2025-02-11T20:42:41.790Z | Compiling futures-channel v0.3.31 |
| 1739 | 2025-02-11T20:42:41.896Z | Compiling scroll_derive v0.12.0 |
| 1740 | 2025-02-11T20:42:42.098Z | Compiling ucd-trie v0.1.7 |
| 1741 | 2025-02-11T20:42:42.116Z | Compiling pin-utils v0.1.0 |
| 1742 | 2025-02-11T20:42:42.233Z | Compiling futures-io v0.3.31 |
| 1743 | 2025-02-11T20:42:42.253Z | Compiling openssl v0.10.70 |
| 1744 | 2025-02-11T20:42:42.555Z | Compiling futures-task v0.3.31 |
| 1745 | 2025-02-11T20:42:42.573Z | Compiling pest v2.7.14 |
| 1746 | 2025-02-11T20:42:42.646Z | Compiling zerovec v0.10.4 |
| 1747 | 2025-02-11T20:42:42.836Z | Compiling futures-util v0.3.31 |
| 1748 | 2025-02-11T20:42:43.631Z | Compiling hmac v0.12.1 |
| 1749 | 2025-02-11T20:42:44.321Z | Compiling bitflags v2.6.0 |
| 1750 | 2025-02-11T20:42:44.352Z | Compiling bytes v1.9.0 |
| 1751 | 2025-02-11T20:42:45.822Z | Compiling indexmap v2.7.1 |
| 1752 | 2025-02-11T20:42:46.179Z | Compiling tokio v1.43.0 |
| 1753 | 2025-02-11T20:42:47.050Z | Compiling serde_tokenstream v0.2.2 |
| 1754 | 2025-02-11T20:42:47.522Z | Compiling uuid v1.12.0 |
| 1755 | 2025-02-11T20:42:47.604Z | Compiling http v1.2.0 |
| 1756 | 2025-02-11T20:42:48.963Z | Compiling which v4.4.2 |
| 1757 | 2025-02-11T20:42:49.014Z | Compiling chrono v0.4.39 |
| 1758 | 2025-02-11T20:42:49.264Z | Compiling rustc_version v0.4.1 |
| 1759 | 2025-02-11T20:42:52.979Z | Compiling pest_meta v2.7.14 |
| 1760 | 2025-02-11T20:42:54.493Z | Compiling block-padding v0.3.3 |
| 1761 | 2025-02-11T20:42:54.745Z | Compiling openssl-macros v0.1.1 |
| 1762 | 2025-02-11T20:42:55.484Z | Compiling native-tls v0.2.12 |
| 1763 | 2025-02-11T20:42:55.842Z | Compiling rustls v0.23.19 |
| 1764 | 2025-02-11T20:42:56.148Z | Compiling inout v0.1.3 |
| 1765 | 2025-02-11T20:42:56.409Z | Compiling pest_generator v2.7.14 |
| 1766 | 2025-02-11T20:42:56.465Z | Compiling tinystr v0.7.6 |
| 1767 | 2025-02-11T20:42:56.741Z | Compiling toml_datetime v0.6.8 |
| 1768 | 2025-02-11T20:42:56.840Z | Compiling serde_spanned v0.6.8 |
| 1769 | 2025-02-11T20:42:57.109Z | Compiling tracing-core v0.1.32 |
| 1770 | 2025-02-11T20:42:57.112Z | Compiling strsim v0.11.1 |
| 1771 | 2025-02-11T20:42:57.149Z | Compiling litemap v0.7.3 |
| 1772 | 2025-02-11T20:42:57.165Z | Compiling writeable v0.5.5 |
| 1773 | 2025-02-11T20:42:57.751Z | Compiling dyn-clone v1.0.17 |
| 1774 | 2025-02-11T20:42:58.009Z | Compiling tracing v0.1.40 |
| 1775 | 2025-02-11T20:42:58.058Z | Compiling pest_derive v2.7.14 |
| 1776 | 2025-02-11T20:42:58.784Z | Compiling icu_locid v1.5.0 |
| 1777 | 2025-02-11T20:42:58.893Z | Compiling cipher v0.4.4 |
| 1778 | 2025-02-11T20:42:59.284Z | Compiling sha2 v0.10.8 |
| 1779 | 2025-02-11T20:42:59.371Z | Compiling usdt-impl v0.5.0 |
| 1780 | 2025-02-11T20:42:59.736Z | Compiling cookie v0.18.1 |
| 1781 | 2025-02-11T20:43:00.073Z | Compiling base64ct v1.6.0 |
| 1782 | 2025-02-11T20:43:00.644Z | Compiling pem-rfc7468 v0.7.0 |
| 1783 | 2025-02-11T20:43:00.662Z | Compiling icu_provider v1.5.0 |
| 1784 | 2025-02-11T20:43:01.608Z | Compiling aws-lc-sys v0.22.0 |
| 1785 | 2025-02-11T20:43:02.111Z | Compiling scroll v0.12.0 |
| 1786 | 2025-02-11T20:43:02.790Z | Compiling ppv-lite86 v0.2.20 |
| 1787 | 2025-02-11T20:43:02.810Z | Compiling async-trait v0.1.86 |
| 1788 | 2025-02-11T20:43:03.536Z | Compiling icu_locid_transform_data v1.5.0 |
| 1789 | 2025-02-11T20:43:03.688Z | Compiling flagset v0.4.6 |
| 1790 | 2025-02-11T20:43:04.006Z | Compiling anyhow v1.0.95 |
| 1791 | 2025-02-11T20:43:04.979Z | Compiling rustls-pki-types v1.10.0 |
| 1792 | 2025-02-11T20:43:05.752Z | Compiling camino v1.1.9 |
| 1793 | 2025-02-11T20:43:06.292Z | Compiling percent-encoding v2.3.1 |
| 1794 | 2025-02-11T20:43:06.569Z | Compiling plain v0.2.3 |
| 1795 | 2025-02-11T20:43:06.738Z | Compiling goblin v0.8.2 |
| 1796 | 2025-02-11T20:43:06.757Z | Compiling icu_locid_transform v1.5.0 |
| 1797 | 2025-02-11T20:43:07.919Z | Compiling der v0.7.9 |
| 1798 | 2025-02-11T20:43:10.673Z | Compiling rand_chacha v0.3.1 |
| 1799 | 2025-02-11T20:43:11.719Z | Compiling tokio-util v0.7.12 |
| 1800 | 2025-02-11T20:43:11.976Z | Compiling icu_collections v1.5.0 |
| 1801 | 2025-02-11T20:43:13.109Z | Compiling icu_properties_data v1.5.0 |
| 1802 | 2025-02-11T20:43:13.371Z | Compiling rustls v0.22.4 |
| 1803 | 2025-02-11T20:43:13.402Z | Compiling mirai-annotations v1.12.0 |
| 1804 | 2025-02-11T20:43:13.515Z | Compiling untrusted v0.9.0 |
| 1805 | 2025-02-11T20:43:13.604Z | Compiling untrusted v0.7.1 |
| 1806 | 2025-02-11T20:43:13.657Z | Compiling rayon-core v1.12.1 |
| 1807 | 2025-02-11T20:43:13.737Z | Compiling pretty-hex v0.4.1 |
| 1808 | 2025-02-11T20:43:13.800Z | Compiling powerfmt v0.2.0 |
| 1809 | 2025-02-11T20:43:13.946Z | Compiling dof v0.3.0 |
| 1810 | 2025-02-11T20:43:13.976Z | Compiling icu_properties v1.5.1 |
| 1811 | 2025-02-11T20:43:14.300Z | Compiling deranged v0.3.11 |
| 1812 | 2025-02-11T20:43:15.494Z | Compiling rand v0.8.5 |
| 1813 | 2025-02-11T20:43:15.794Z | Compiling spki v0.7.3 |
| 1814 | 2025-02-11T20:43:16.144Z | Compiling salsa20 v0.10.2 |
| 1815 | 2025-02-11T20:43:16.167Z | Compiling dtrace-parser v0.2.0 |
| 1816 | 2025-02-11T20:43:16.945Z | Compiling pbkdf2 v0.12.2 |
| 1817 | 2025-02-11T20:43:17.731Z | Compiling thread-id v4.2.2 |
| 1818 | 2025-02-11T20:43:17.862Z | Compiling write16 v1.0.0 |
| 1819 | 2025-02-11T20:43:17.864Z | Compiling utf16_iter v1.0.5 |
| 1820 | 2025-02-11T20:43:18.160Z | Compiling icu_normalizer_data v1.5.0 |
| 1821 | 2025-02-11T20:43:18.280Z | Compiling atomic-waker v1.1.2 |
| 1822 | 2025-02-11T20:43:18.327Z | Compiling num_threads v0.1.7 |
| 1823 | 2025-02-11T20:43:18.395Z | Compiling utf8_iter v1.0.4 |
| 1824 | 2025-02-11T20:43:18.467Z | Compiling litrs v0.4.1 |
| 1825 | 2025-02-11T20:43:18.506Z | Compiling winnow v0.5.40 |
| 1826 | 2025-02-11T20:43:19.250Z | Compiling icu_normalizer v1.5.0 |
| 1827 | 2025-02-11T20:43:19.479Z | Compiling document-features v0.2.10 |
| 1828 | 2025-02-11T20:43:20.735Z | Compiling time v0.3.36 |
| 1829 | 2025-02-11T20:43:21.851Z | Compiling toml_edit v0.19.15 |
| 1830 | 2025-02-11T20:43:23.515Z | Compiling scrypt v0.11.0 |
| 1831 | 2025-02-11T20:43:23.548Z | Compiling form_urlencoded v1.2.1 |
| 1832 | 2025-02-11T20:43:24.058Z | Compiling aes v0.8.4 |
| 1833 | 2025-02-11T20:43:24.083Z | Compiling cbc v0.1.2 |
| 1834 | 2025-02-11T20:43:24.301Z | Compiling http-body v1.0.1 |
| 1835 | 2025-02-11T20:43:24.509Z | Compiling multer v3.1.0 |
| 1836 | 2025-02-11T20:43:24.559Z | Compiling tinyvec_macros v0.1.1 |
| 1837 | 2025-02-11T20:43:24.814Z | Compiling try-lock v0.2.5 |
| 1838 | 2025-02-11T20:43:24.995Z | Compiling slog-async v2.8.0 |
| 1839 | 2025-02-11T20:43:25.018Z | Compiling rustversion v1.0.17 |
| 1840 | 2025-02-11T20:43:25.441Z | Compiling want v0.3.1 |
| 1841 | 2025-02-11T20:43:25.667Z | Compiling pkcs5 v0.7.1 |
| 1842 | 2025-02-11T20:43:25.743Z | Compiling tinyvec v1.8.0 |
| 1843 | 2025-02-11T20:43:27.219Z | Compiling idna_adapter v1.2.0 |
| 1844 | 2025-02-11T20:43:27.661Z | Compiling h2 v0.4.6 |
| 1845 | 2025-02-11T20:43:27.973Z | Compiling heapless v0.7.17 |
| 1846 | 2025-02-11T20:43:28.422Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1847 | 2025-02-11T20:43:28.834Z | Compiling signal-hook v0.3.17 |
| 1848 | 2025-02-11T20:43:28.985Z | Compiling httpdate v1.0.3 |
| 1849 | 2025-02-11T20:43:29.797Z | Compiling idna v1.0.3 |
| 1850 | 2025-02-11T20:43:31.303Z | Compiling pkcs8 v0.10.2 |
| 1851 | 2025-02-11T20:43:32.571Z | Compiling usdt-macro v0.5.0 |
| 1852 | 2025-02-11T20:43:33.076Z | Compiling usdt-attr-macro v0.5.0 |
| 1853 | 2025-02-11T20:43:33.950Z | Compiling async-stream-impl v0.3.6 |
| 1854 | 2025-02-11T20:43:33.968Z | Compiling tower-service v0.3.3 |
| 1855 | 2025-02-11T20:43:34.109Z | Compiling base64 v0.22.1 |
| 1856 | 2025-02-11T20:43:34.488Z | Compiling adler2 v2.0.0 |
| 1857 | 2025-02-11T20:43:35.164Z | Compiling miniz_oxide v0.8.0 |
| 1858 | 2025-02-11T20:43:35.842Z | Compiling hyper v1.5.2 |
| 1859 | 2025-02-11T20:43:37.602Z | Compiling curve25519-dalek v4.1.3 |
| 1860 | 2025-02-11T20:43:38.023Z | Compiling openapiv3 v2.0.0 |
| 1861 | 2025-02-11T20:43:38.669Z | Compiling enum-as-inner v0.6.1 |
| 1862 | 2025-02-11T20:43:41.940Z | Compiling hyper-util v0.1.10 |
| 1863 | 2025-02-11T20:43:42.367Z | Compiling dropshot v0.12.0 |
| 1864 | 2025-02-11T20:43:42.681Z | Compiling portable-atomic v1.9.0 |
| 1865 | 2025-02-11T20:43:42.986Z | Compiling newtype-uuid v1.2.1 |
| 1866 | 2025-02-11T20:43:43.245Z | Compiling match_cfg v0.1.0 |
| 1867 | 2025-02-11T20:43:43.288Z | Compiling foreign-types-shared v0.1.1 |
| 1868 | 2025-02-11T20:43:43.417Z | Compiling smoltcp v0.9.1 |
| 1869 | 2025-02-11T20:43:43.520Z | Compiling num-bigint-dig v0.8.4 |
| 1870 | 2025-02-11T20:43:43.649Z | Compiling foreign-types v0.3.2 |
| 1871 | 2025-02-11T20:43:43.949Z | Compiling hostname v0.3.1 |
| 1872 | 2025-02-11T20:43:46.467Z | Compiling url v2.5.3 |
| 1873 | 2025-02-11T20:43:48.304Z | Compiling http-body-util v0.1.2 |
| 1874 | 2025-02-11T20:43:48.844Z | Compiling dirs-sys-next v0.1.2 |
| 1875 | 2025-02-11T20:43:49.011Z | Compiling encoding_rs v0.8.34 |
| 1876 | 2025-02-11T20:43:49.112Z | Compiling data-encoding v2.6.0 |
| 1877 | 2025-02-11T20:43:49.303Z | Compiling ident_case v1.0.1 |
| 1878 | 2025-02-11T20:43:49.502Z | Compiling gimli v0.31.1 |
| 1879 | 2025-02-11T20:43:50.608Z | Compiling siphasher v0.3.11 |
| 1880 | 2025-02-11T20:43:50.963Z | Compiling mime v0.3.17 |
| 1881 | 2025-02-11T20:43:51.750Z | Compiling heck v0.4.1 |
| 1882 | 2025-02-11T20:43:52.012Z | Compiling darling_core v0.20.10 |
| 1883 | 2025-02-11T20:43:52.133Z | Compiling dirs-next v2.0.0 |
| 1884 | 2025-02-11T20:43:56.106Z | Compiling addr2line v0.24.2 |
| 1885 | 2025-02-11T20:43:57.496Z | Compiling unicode-normalization v0.1.24 |
| 1886 | 2025-02-11T20:43:58.568Z | Compiling crossbeam-epoch v0.9.18 |
| 1887 | 2025-02-11T20:43:59.250Z | Compiling serde_urlencoded v0.7.1 |
| 1888 | 2025-02-11T20:43:59.750Z | Compiling rustls-pemfile v2.2.0 |
| 1889 | 2025-02-11T20:43:59.793Z | Compiling hubpack_derive v0.1.1 |
| 1890 | 2025-02-11T20:44:00.214Z | Compiling dropshot_endpoint v0.12.0 |
| 1891 | 2025-02-11T20:44:00.235Z | Compiling sha1 v0.10.6 |
| 1892 | 2025-02-11T20:44:00.311Z | Compiling signature v2.2.0 |
| 1893 | 2025-02-11T20:44:00.547Z | Compiling zerocopy-derive v0.6.6 |
| 1894 | 2025-02-11T20:44:00.612Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1895 | 2025-02-11T20:44:00.745Z | Compiling object v0.36.5 |
| 1896 | 2025-02-11T20:44:02.278Z | Compiling thread_local v1.1.8 |
| 1897 | 2025-02-11T20:44:02.729Z | Compiling fs-err v2.11.0 |
| 1898 | 2025-02-11T20:44:04.039Z | Compiling unicode-bidi v0.3.17 |
| 1899 | 2025-02-11T20:44:07.974Z | Compiling rustc-demangle v0.1.24 |
| 1900 | 2025-02-11T20:44:09.403Z | Compiling ipnet v2.10.1 |
| 1901 | 2025-02-11T20:44:10.309Z | Compiling utf8parse v0.2.2 |
| 1902 | 2025-02-11T20:44:10.336Z | Compiling openssl-probe v0.1.5 |
| 1903 | 2025-02-11T20:44:10.496Z | Compiling unicode-properties v0.1.3 |
| 1904 | 2025-02-11T20:44:10.921Z | Compiling anstyle v1.0.10 |
| 1905 | 2025-02-11T20:44:11.286Z | Compiling winnow v0.6.20 |
| 1906 | 2025-02-11T20:44:13.266Z | Compiling stringprep v0.1.5 |
| 1907 | 2025-02-11T20:44:14.231Z | Compiling rustls-webpki v0.102.8 |
| 1908 | 2025-02-11T20:44:14.351Z | Compiling toml_edit v0.22.22 |
| 1909 | 2025-02-11T20:44:15.917Z | Compiling anstyle-parse v0.2.5 |
| 1910 | 2025-02-11T20:44:16.248Z | Compiling backtrace v0.3.74 |
| 1911 | 2025-02-11T20:44:22.373Z | Compiling crossbeam-deque v0.8.5 |
| 1912 | 2025-02-11T20:44:22.732Z | Compiling darling_macro v0.20.10 |
| 1913 | 2025-02-11T20:44:23.098Z | Compiling term v0.7.0 |
| 1914 | 2025-02-11T20:44:23.586Z | Compiling slog-json v2.6.1 |
| 1915 | 2025-02-11T20:44:24.868Z | Compiling crossbeam-channel v0.5.13 |
| 1916 | 2025-02-11T20:44:25.514Z | Compiling hashbrown v0.14.5 |
| 1917 | 2025-02-11T20:44:26.052Z | Compiling futures-executor v0.3.31 |
| 1918 | 2025-02-11T20:44:26.507Z | Compiling num-integer v0.1.46 |
| 1919 | 2025-02-11T20:44:26.725Z | Compiling md-5 v0.10.6 |
| 1920 | 2025-02-11T20:44:26.868Z | Compiling ff v0.13.0 |
| 1921 | 2025-02-11T20:44:26.988Z | Compiling hash32 v0.2.1 |
| 1922 | 2025-02-11T20:44:27.101Z | Compiling is-terminal v0.4.13 |
| 1923 | 2025-02-11T20:44:27.168Z | Compiling memmap v0.7.0 |
| 1924 | 2025-02-11T20:44:27.247Z | Compiling linked-hash-map v0.5.6 |
| 1925 | 2025-02-11T20:44:27.340Z | Compiling take_mut v0.2.2 |
| 1926 | 2025-02-11T20:44:27.408Z | Compiling anstyle-query v1.1.1 |
| 1927 | 2025-02-11T20:44:27.468Z | Compiling quick-error v1.2.3 |
| 1928 | 2025-02-11T20:44:27.501Z | Compiling base16ct v0.2.0 |
| 1929 | 2025-02-11T20:44:27.557Z | Compiling psl-types v2.0.11 |
| 1930 | 2025-02-11T20:44:27.630Z | Compiling fallible-iterator v0.2.0 |
| 1931 | 2025-02-11T20:44:27.780Z | Compiling colorchoice v1.0.2 |
| 1932 | 2025-02-11T20:44:27.806Z | Compiling is_terminal_polyfill v1.70.1 |
| 1933 | 2025-02-11T20:44:27.954Z | Compiling utf-8 v0.7.6 |
| 1934 | 2025-02-11T20:44:28.148Z | Compiling publicsuffix v2.3.0 |
| 1935 | 2025-02-11T20:44:28.252Z | Compiling postgres-protocol v0.6.7 |
| 1936 | 2025-02-11T20:44:28.273Z | Compiling tungstenite v0.24.0 |
| 1937 | 2025-02-11T20:44:28.384Z | Compiling anstream v0.6.15 |
| 1938 | 2025-02-11T20:44:28.797Z | Compiling sec1 v0.7.3 |
| 1939 | 2025-02-11T20:44:28.977Z | Compiling resolv-conf v0.7.0 |
| 1940 | 2025-02-11T20:44:29.364Z | Compiling lru-cache v0.1.2 |
| 1941 | 2025-02-11T20:44:29.556Z | Compiling usdt v0.5.0 |
| 1942 | 2025-02-11T20:44:29.990Z | Compiling slog-term v2.9.1 |
| 1943 | 2025-02-11T20:44:30.106Z | Compiling group v0.13.0 |
| 1944 | 2025-02-11T20:44:30.260Z | Compiling num-iter v0.1.45 |
| 1945 | 2025-02-11T20:44:30.428Z | Compiling regress v0.10.1 |
| 1946 | 2025-02-11T20:44:30.456Z | Compiling futures v0.3.31 |
| 1947 | 2025-02-11T20:44:33.402Z | Compiling slog-bunyan v2.5.0 |
| 1948 | 2025-02-11T20:44:33.629Z | Compiling darling v0.20.10 |
| 1949 | 2025-02-11T20:44:33.872Z | Compiling tokio-rustls v0.26.0 |
| 1950 | 2025-02-11T20:44:34.195Z | Compiling tokio-rustls v0.25.0 |
| 1951 | 2025-02-11T20:44:34.320Z | Compiling toml v0.8.19 |
| 1952 | 2025-02-11T20:44:34.609Z | Compiling tokio-native-tls v0.3.1 |
| 1953 | 2025-02-11T20:44:35.022Z | Compiling hickory-proto v0.24.3 |
| 1954 | 2025-02-11T20:44:35.169Z | Compiling strum_macros v0.25.3 |
| 1955 | 2025-02-11T20:44:35.692Z | Compiling phf_shared v0.11.2 |
| 1956 | 2025-02-11T20:44:36.198Z | Compiling async-stream v0.3.6 |
| 1957 | 2025-02-11T20:44:36.218Z | Compiling waitgroup v0.1.2 |
| 1958 | 2025-02-11T20:44:36.277Z | Compiling webpki-roots v0.26.6 |
| 1959 | 2025-02-11T20:44:36.537Z | Compiling terminal_size v0.4.0 |
| 1960 | 2025-02-11T20:44:36.721Z | Compiling serde_path_to_error v0.1.16 |
| 1961 | 2025-02-11T20:44:36.758Z | Compiling hkdf v0.12.4 |
| 1962 | 2025-02-11T20:44:36.978Z | Compiling crypto-bigint v0.5.5 |
| 1963 | 2025-02-11T20:44:37.488Z | Compiling serde_repr v0.1.19 |
| 1964 | 2025-02-11T20:44:37.534Z | Compiling clap_derive v4.5.24 |
| 1965 | 2025-02-11T20:44:38.526Z | Compiling derive-where v1.2.7 |
| 1966 | 2025-02-11T20:44:38.572Z | Compiling hostname v0.4.0 |
| 1967 | 2025-02-11T20:44:38.791Z | Compiling crc32fast v1.4.2 |
| 1968 | 2025-02-11T20:44:39.111Z | Compiling bitflags v1.3.2 |
| 1969 | 2025-02-11T20:44:39.227Z | Compiling clap_lex v0.7.4 |
| 1970 | 2025-02-11T20:44:41.129Z | Compiling managed v0.8.0 |
| 1971 | 2025-02-11T20:44:41.445Z | Compiling debug-ignore v1.0.5 |
| 1972 | 2025-02-11T20:44:41.618Z | Compiling unicode-width v0.2.0 |
| 1973 | 2025-02-11T20:44:42.162Z | Compiling console v0.15.10 |
| 1974 | 2025-02-11T20:44:43.248Z | Compiling hickory-resolver v0.24.2 |
| 1975 | 2025-02-11T20:44:44.049Z | Compiling elliptic-curve v0.13.8 |
| 1976 | 2025-02-11T20:44:44.384Z | Compiling clap_builder v4.5.27 |
| 1977 | 2025-02-11T20:44:44.770Z | Compiling flate2 v1.0.35 |
| 1978 | 2025-02-11T20:44:47.269Z | Compiling hyper-rustls v0.27.3 |
| 1979 | 2025-02-11T20:44:49.077Z | Compiling phf v0.11.2 |
| 1980 | 2025-02-11T20:44:49.380Z | Compiling hyper-tls v0.6.0 |
| 1981 | 2025-02-11T20:44:49.813Z | Compiling typify-impl v0.2.0 |
| 1982 | 2025-02-11T20:44:49.844Z | Compiling signal-hook-mio v0.2.4 |
| 1983 | 2025-02-11T20:44:50.024Z | Compiling rayon v1.10.0 |
| 1984 | 2025-02-11T20:44:50.039Z | Compiling bzip2 v0.4.4 |
| 1985 | 2025-02-11T20:44:50.415Z | Compiling cookie_store v0.21.1 |
| 1986 | 2025-02-11T20:44:51.744Z | Compiling tokio-tungstenite v0.24.0 |
| 1987 | 2025-02-11T20:44:54.186Z | Compiling postgres-types v0.2.8 |
| 1988 | 2025-02-11T20:44:54.441Z | Compiling zerocopy v0.6.6 |
| 1989 | 2025-02-11T20:44:54.879Z | Compiling hubpack v0.1.2 |
| 1990 | 2025-02-11T20:44:55.172Z | Compiling ed25519 v2.2.3 |
| 1991 | 2025-02-11T20:44:55.277Z | Compiling phf_shared v0.10.0 |
| 1992 | 2025-02-11T20:44:55.410Z | Compiling pkcs1 v0.7.5 |
| 1993 | 2025-02-11T20:44:55.646Z | Compiling tokio-stream v0.1.16 |
| 1994 | 2025-02-11T20:44:55.699Z | Compiling ipnetwork v0.20.0 |
| 1995 | 2025-02-11T20:44:56.568Z | Compiling serde-big-array v0.5.1 |
| 1996 | 2025-02-11T20:44:56.655Z | Compiling rfc6979 v0.4.0 |
| 1997 | 2025-02-11T20:44:56.819Z | Compiling float-cmp v0.9.0 |
| 1998 | 2025-02-11T20:44:56.864Z | Compiling sync_wrapper v1.0.1 |
| 1999 | 2025-02-11T20:44:57.060Z | Compiling bstr v1.10.0 |
| 2000 | 2025-02-11T20:44:57.394Z | Compiling bit-vec v0.6.3 |
| 2001 | 2025-02-11T20:44:57.801Z | Compiling number_prefix v0.4.0 |
| 2002 | 2025-02-11T20:44:58.268Z | Compiling difflib v0.4.0 |
| 2003 | 2025-02-11T20:44:58.519Z | Compiling precomputed-hash v0.1.1 |
| 2004 | 2025-02-11T20:44:58.528Z | Compiling whoami v1.5.2 |
| 2005 | 2025-02-11T20:44:58.909Z | Compiling static_assertions v1.1.0 |
| 2006 | 2025-02-11T20:44:59.026Z | Compiling new_debug_unreachable v1.0.6 |
| 2007 | 2025-02-11T20:44:59.045Z | Compiling unicode-segmentation v1.12.0 |
| 2008 | 2025-02-11T20:44:59.136Z | Compiling fixedbitset v0.4.2 |
| 2009 | 2025-02-11T20:44:59.384Z | Compiling normalize-line-endings v0.3.0 |
| 2010 | 2025-02-11T20:44:59.460Z | Compiling predicates-core v1.0.8 |
| 2011 | 2025-02-11T20:44:59.523Z | Compiling petgraph v0.6.5 |
| 2012 | 2025-02-11T20:44:59.551Z | Compiling string_cache v0.8.7 |
| 2013 | 2025-02-11T20:44:59.879Z | Compiling similar v2.6.0 |
| 2014 | 2025-02-11T20:44:59.940Z | Compiling predicates v3.1.2 |
| 2015 | 2025-02-11T20:45:00.333Z | Compiling typify-macro v0.2.0 |
| 2016 | 2025-02-11T20:45:01.280Z | Compiling reqwest v0.12.9 |
| 2017 | 2025-02-11T20:45:01.527Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2018 | 2025-02-11T20:45:01.690Z | Compiling tokio-postgres v0.7.12 |
| 2019 | 2025-02-11T20:45:03.057Z | Compiling indicatif v0.17.11 |
| 2020 | 2025-02-11T20:45:03.726Z | Compiling bit-set v0.5.3 |
| 2021 | 2025-02-11T20:45:04.830Z | Compiling ecdsa v0.16.9 |
| 2022 | 2025-02-11T20:45:05.397Z | Compiling qorb v0.2.1 |
| 2023 | 2025-02-11T20:45:06.025Z | Compiling rsa v0.9.6 |
| 2024 | 2025-02-11T20:45:07.025Z | Compiling ed25519-dalek v2.1.1 |
| 2025 | 2025-02-11T20:45:07.620Z | Compiling zip v0.6.6 |
| 2026 | 2025-02-11T20:45:07.826Z | Compiling crossterm v0.28.1 |
| 2027 | 2025-02-11T20:45:07.845Z | Compiling clap v4.5.27 |
| 2028 | 2025-02-11T20:45:09.850Z | Compiling toml v0.7.8 |
| 2029 | 2025-02-11T20:45:10.612Z | Compiling x509-cert v0.2.5 |
| 2030 | 2025-02-11T20:45:11.241Z | Compiling hex v0.4.3 |
| 2031 | 2025-02-11T20:45:11.995Z | Compiling itertools v0.10.5 |
| 2032 | 2025-02-11T20:45:12.856Z | Compiling peg-runtime v0.8.3 |
| 2033 | 2025-02-11T20:45:13.349Z | Compiling lalrpop-util v0.19.12 |
| 2034 | 2025-02-11T20:45:13.462Z | Compiling zerocopy v0.8.10 |
| 2035 | 2025-02-11T20:45:13.670Z | Compiling unicode-xid v0.2.6 |
| 2036 | 2025-02-11T20:45:14.703Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2037 | 2025-02-11T20:45:19.363Z | Compiling proc-macro-crate v1.3.1 |
| 2038 | 2025-02-11T20:45:19.456Z | Compiling macaddr v1.0.1 |
| 2039 | 2025-02-11T20:45:20.119Z | Compiling zerocopy-derive v0.8.10 |
| 2040 | 2025-02-11T20:45:20.346Z | Compiling itertools v0.13.0 |
| 2041 | 2025-02-11T20:45:21.686Z | Compiling heapless v0.8.0 |
| 2042 | 2025-02-11T20:45:23.233Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2043 | 2025-02-11T20:45:28.129Z | Compiling num_enum_derive v0.5.11 |
| 2044 | 2025-02-11T20:45:34.655Z | Compiling hash32 v0.3.1 |
| 2045 | 2025-02-11T20:45:35.747Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2046 | 2025-02-11T20:45:35.812Z | Compiling smoltcp v0.11.0 |
| 2047 | 2025-02-11T20:45:41.466Z | Compiling num_enum v0.5.11 |
| 2048 | 2025-02-11T20:45:41.648Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2049 | 2025-02-11T20:45:42.678Z | Compiling typify v0.2.0 |
| 2050 | 2025-02-11T20:45:42.828Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
| 2051 | 2025-02-11T20:45:43.853Z | Compiling proc-macro-error-attr v1.0.4 |
| 2052 | 2025-02-11T20:45:44.168Z | Compiling unsafe-libyaml v0.2.11 |
| 2053 | 2025-02-11T20:45:44.237Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2054 | 2025-02-11T20:45:44.801Z | Compiling cobs v0.2.3 |
| 2055 | 2025-02-11T20:45:45.255Z | Compiling thiserror v2.0.11 |
| 2056 | 2025-02-11T20:45:45.937Z | Compiling serde_yaml v0.9.34+deprecated |
| 2057 | 2025-02-11T20:45:47.619Z | Compiling postcard v1.0.10 |
| 2058 | 2025-02-11T20:45:59.278Z | Compiling progenitor-impl v0.8.0 |
| 2059 | 2025-02-11T20:46:02.847Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2060 | 2025-02-11T20:46:12.183Z | Compiling strum_macros v0.26.4 |
| 2061 | 2025-02-11T20:46:13.394Z | Compiling foreign-types-macros v0.2.3 |
| 2062 | 2025-02-11T20:46:13.436Z | Compiling thiserror-impl v2.0.11 |
| 2063 | 2025-02-11T20:46:13.708Z | Compiling structmeta-derive v0.3.0 |
| 2064 | 2025-02-11T20:46:13.907Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2065 | 2025-02-11T20:46:14.232Z | Compiling proc-macro-error v1.0.4 |
| 2066 | 2025-02-11T20:46:15.508Z | Compiling foreign-types-shared v0.3.1 |
| 2067 | 2025-02-11T20:46:16.022Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2068 | 2025-02-11T20:46:16.050Z | Compiling unicode-width v0.1.14 |
| 2069 | 2025-02-11T20:46:16.514Z | Compiling strum v0.26.3 |
| 2070 | 2025-02-11T20:46:16.734Z | Compiling tabwriter v1.4.0 |
| 2071 | 2025-02-11T20:46:16.903Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2072 | 2025-02-11T20:46:17.485Z | Compiling structmeta v0.3.0 |
| 2073 | 2025-02-11T20:46:18.202Z | Compiling foreign-types v0.5.0 |
| 2074 | 2025-02-11T20:46:27.927Z | Compiling progenitor-macro v0.8.0 |
| 2075 | 2025-02-11T20:46:30.031Z | Compiling progenitor-client v0.8.0 |
| 2076 | 2025-02-11T20:46:31.832Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2077 | 2025-02-11T20:46:32.644Z | Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
| 2078 | 2025-02-11T20:46:33.672Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2079 | 2025-02-11T20:46:33.692Z | Compiling cstr-argument v0.1.2 |
| 2080 | 2025-02-11T20:46:33.762Z | Compiling dropshot v0.15.1 |
| 2081 | 2025-02-11T20:46:34.083Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 2082 | 2025-02-11T20:46:34.394Z | Compiling pretty-hex v0.2.1 |
| 2083 | 2025-02-11T20:46:35.065Z | Compiling fastrand v2.1.1 |
| 2084 | 2025-02-11T20:46:35.262Z | Compiling crucible-workspace-hack v0.1.0 |
| 2085 | 2025-02-11T20:46:35.595Z | Compiling tempfile v3.13.0 |
| 2086 | 2025-02-11T20:46:35.741Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2087 | 2025-02-11T20:46:36.133Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2088 | 2025-02-11T20:46:36.151Z | Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
| 2089 | 2025-02-11T20:46:36.473Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2090 | 2025-02-11T20:46:36.978Z | Compiling parse-display-derive v0.10.0 |
| 2091 | 2025-02-11T20:46:37.225Z | Compiling colored v2.1.0 |
| 2092 | 2025-02-11T20:46:37.337Z | Compiling serde_with_macros v3.11.0 |
| 2093 | 2025-02-11T20:46:38.459Z | Compiling dropshot_endpoint v0.15.1 |
| 2094 | 2025-02-11T20:46:38.856Z | Compiling progenitor v0.8.0 |
| 2095 | 2025-02-11T20:46:39.099Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2096 | 2025-02-11T20:46:39.820Z | Compiling instant v0.1.13 |
| 2097 | 2025-02-11T20:46:39.841Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2098 | 2025-02-11T20:46:39.995Z | Compiling backoff v0.4.0 |
| 2099 | 2025-02-11T20:46:40.226Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2100 | 2025-02-11T20:46:40.362Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2101 | 2025-02-11T20:46:40.577Z | Compiling parse-display v0.10.0 |
| 2102 | 2025-02-11T20:46:40.594Z | Compiling serde_with v3.11.0 |
| 2103 | 2025-02-11T20:46:41.773Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2104 | 2025-02-11T20:46:42.460Z | Compiling zone_cfg_derive v0.3.0 |
| 2105 | 2025-02-11T20:46:43.092Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2106 | 2025-02-11T20:46:43.735Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2107 | 2025-02-11T20:46:43.881Z | Compiling camino-tempfile v1.1.1 |
| 2108 | 2025-02-11T20:46:44.590Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2109 | 2025-02-11T20:46:44.607Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2110 | 2025-02-11T20:46:44.631Z | Compiling regress v0.9.1 |
| 2111 | 2025-02-11T20:46:44.803Z | Compiling progenitor-client v0.9.1 |
| 2112 | 2025-02-11T20:46:45.011Z | Compiling num-derive v0.4.2 |
| 2113 | 2025-02-11T20:46:45.747Z | Compiling sigpipe v0.1.3 |
| 2114 | 2025-02-11T20:46:45.905Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2115 | 2025-02-11T20:46:46.232Z | Compiling libefi-sys v0.1.0 |
| 2116 | 2025-02-11T20:46:46.617Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2117 | 2025-02-11T20:46:47.212Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2118 | 2025-02-11T20:46:48.735Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2119 | 2025-02-11T20:46:49.780Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2120 | 2025-02-11T20:46:54.101Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2121 | 2025-02-11T20:46:54.140Z | Compiling zone v0.3.0 |
| 2122 | 2025-02-11T20:46:54.575Z | Compiling smf v0.2.3 |
| 2123 | 2025-02-11T20:46:54.821Z | Compiling bitfield-struct v0.6.2 |
| 2124 | 2025-02-11T20:46:55.177Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2125 | 2025-02-11T20:46:55.578Z | Compiling blake3 v1.5.4 |
| 2126 | 2025-02-11T20:46:56.146Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2127 | 2025-02-11T20:46:56.827Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2128 | 2025-02-11T20:46:56.864Z | Compiling xattr v1.3.1 |
| 2129 | 2025-02-11T20:46:57.048Z | Compiling filetime v0.2.25 |
| 2130 | 2025-02-11T20:46:57.133Z | Compiling memmap2 v0.9.5 |
| 2131 | 2025-02-11T20:46:57.195Z | Compiling same-file v1.0.6 |
| 2132 | 2025-02-11T20:46:57.419Z | Compiling arrayref v0.3.9 |
| 2133 | 2025-02-11T20:46:57.502Z | Compiling arrayvec v0.7.6 |
| 2134 | 2025-02-11T20:46:57.545Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2135 | 2025-02-11T20:46:57.690Z | Compiling constant_time_eq v0.3.1 |
| 2136 | 2025-02-11T20:46:57.733Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2137 | 2025-02-11T20:46:57.887Z | Compiling walkdir v2.5.0 |
| 2138 | 2025-02-11T20:46:57.969Z | Compiling tar v0.4.42 |
| 2139 | 2025-02-11T20:46:59.513Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2140 | 2025-02-11T20:46:59.594Z | Compiling gethostname v0.5.0 |
| 2141 | 2025-02-11T20:46:59.832Z | Compiling cargo-platform v0.1.8 |
| 2142 | 2025-02-11T20:46:59.922Z | Compiling topological-sort v0.2.2 |
| 2143 | 2025-02-11T20:47:00.221Z | Compiling cargo_metadata v0.18.1 |
| 2144 | 2025-02-11T20:47:00.425Z | Compiling omicron-zone-package v0.12.0 |
| 2145 | 2025-02-11T20:47:00.555Z | Compiling shell-words v1.1.0 |
| 2146 | 2025-02-11T20:47:00.916Z | Compiling indent_write v2.2.0 |
| 2147 | 2025-02-11T20:47:07.578Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2148 | 2025-02-11T20:47:09.145Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2149 | 2025-02-11T20:47:11.845Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2150 | 2025-02-11T20:47:29.356Z | Finished `release` profile [optimized] target(s) in 5m 12s |
| 2151 | 2025-02-11T20:47:29.522Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2152 | 2025-02-11T20:47:29.569Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2153 | 2025-02-11T20:47:29.572Z | Created new build target 'test' and set it as active |
| 2154 | 2025-02-11T20:47:29.572Z | |
| 2155 | 2025-02-11T20:47:29.572Z | real 5:12.493166427 |
| 2156 | 2025-02-11T20:47:29.572Z | user 36:31.096267264 |
| 2157 | 2025-02-11T20:47:29.572Z | sys 3:21.795842755 |
| 2158 | 2025-02-11T20:47:29.573Z | trap 1.142664091 |
| 2159 | 2025-02-11T20:47:29.573Z | tflt 3.334242253 |
| 2160 | 2025-02-11T20:47:29.573Z | dflt 0.648433390 |
| 2161 | 2025-02-11T20:47:29.573Z | kflt 0.018120460 |
| 2162 | 2025-02-11T20:47:29.573Z | lock 1:13:11.864924672 |
| 2163 | 2025-02-11T20:47:29.573Z | slp 2:27:28.197801674 |
| 2164 | 2025-02-11T20:47:29.573Z | lat 2:47.314118248 |
| 2165 | 2025-02-11T20:47:29.573Z | stop 4:41.675052114 |
| 2166 | 2025-02-11T20:47:29.573Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2167 | 2025-02-11T20:47:30.526Z | Finished `release` profile [optimized] target(s) in 0.90s |
| 2168 | 2025-02-11T20:47:30.586Z | Running `target/release/omicron-package -t test package` |
| 2169 | 2025-02-11T20:47:30.630Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2170 | 2025-02-11T20:47:31.765Z | Compiling thiserror v2.0.11 |
| 2171 | 2025-02-11T20:47:31.903Z | Compiling typify-impl v0.3.0 |
| 2172 | 2025-02-11T20:47:31.917Z | Compiling convert_case v0.4.0 |
| 2173 | 2025-02-11T20:47:31.919Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2174 | 2025-02-11T20:47:31.919Z | Compiling newline-converter v0.3.0 |
| 2175 | 2025-02-11T20:47:31.919Z | Compiling password-hash v0.5.0 |
| 2176 | 2025-02-11T20:47:31.919Z | Compiling blake2 v0.10.6 |
| 2177 | 2025-02-11T20:47:31.933Z | Compiling base64 v0.21.7 |
| 2178 | 2025-02-11T20:47:32.171Z | Compiling expectorate v1.1.0 |
| 2179 | 2025-02-11T20:47:32.211Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2180 | 2025-02-11T20:47:32.447Z | Compiling atomicwrites v0.4.4 |
| 2181 | 2025-02-11T20:47:32.563Z | Compiling derive_more v0.99.18 |
| 2182 | 2025-02-11T20:47:32.955Z | Compiling argon2 v0.5.3 |
| 2183 | 2025-02-11T20:47:33.041Z | Compiling owo-colors v4.1.0 |
| 2184 | 2025-02-11T20:47:33.188Z | Compiling cancel-safe-futures v0.1.5 |
| 2185 | 2025-02-11T20:47:33.318Z | Compiling num-rational v0.4.2 |
| 2186 | 2025-02-11T20:47:33.500Z | Compiling progenitor-client v0.9.1 |
| 2187 | 2025-02-11T20:47:33.540Z | Compiling num-complex v0.4.6 |
| 2188 | 2025-02-11T20:47:34.027Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2189 | 2025-02-11T20:47:34.609Z | Compiling num v0.4.3 |
| 2190 | 2025-02-11T20:47:34.751Z | Compiling libsw v3.3.1 |
| 2191 | 2025-02-11T20:47:34.815Z | Compiling swrite v0.1.0 |
| 2192 | 2025-02-11T20:47:34.976Z | Compiling float-ord v0.3.2 |
| 2193 | 2025-02-11T20:47:35.077Z | Compiling linear-map v1.2.0 |
| 2194 | 2025-02-11T20:47:35.172Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2195 | 2025-02-11T20:47:35.237Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2196 | 2025-02-11T20:47:35.504Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2197 | 2025-02-11T20:47:35.693Z | Compiling highway v1.2.0 |
| 2198 | 2025-02-11T20:47:37.127Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2199 | 2025-02-11T20:47:37.146Z | Compiling semver v0.1.20 |
| 2200 | 2025-02-11T20:47:37.687Z | Compiling rustc_version v0.1.7 |
| 2201 | 2025-02-11T20:47:38.087Z | Compiling newtype_derive v0.1.6 |
| 2202 | 2025-02-11T20:47:38.419Z | Compiling tungstenite v0.21.0 |
| 2203 | 2025-02-11T20:47:38.506Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2204 | 2025-02-11T20:47:42.908Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2205 | 2025-02-11T20:47:42.952Z | Compiling typify-macro v0.3.0 |
| 2206 | 2025-02-11T20:47:43.339Z | Compiling ipnetwork v0.20.0 |
| 2207 | 2025-02-11T20:47:44.103Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
| 2208 | 2025-02-11T20:47:44.759Z | Compiling tokio-tungstenite v0.21.0 |
| 2209 | 2025-02-11T20:47:44.864Z | Compiling progenitor-client v0.8.0 |
| 2210 | 2025-02-11T20:47:44.895Z | Compiling humantime v2.1.0 |
| 2211 | 2025-02-11T20:47:45.316Z | Compiling progenitor v0.8.0 |
| 2212 | 2025-02-11T20:47:45.522Z | Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
| 2213 | 2025-02-11T20:47:45.542Z | Compiling dropshot v0.15.1 |
| 2214 | 2025-02-11T20:47:45.620Z | Compiling instant v0.1.13 |
| 2215 | 2025-02-11T20:47:45.779Z | Compiling backoff v0.4.0 |
| 2216 | 2025-02-11T20:47:45.851Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2217 | 2025-02-11T20:47:46.168Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2218 | 2025-02-11T20:47:46.286Z | Compiling typify v0.3.0 |
| 2219 | 2025-02-11T20:47:46.437Z | Compiling progenitor-impl v0.9.1 |
| 2220 | 2025-02-11T20:47:52.485Z | Compiling progenitor-macro v0.9.1 |
| 2221 | 2025-02-11T20:47:53.407Z | Compiling steno v0.4.1 |
| 2222 | 2025-02-11T20:47:53.818Z | Compiling parse-display v0.10.0 |
| 2223 | 2025-02-11T20:47:53.949Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2224 | 2025-02-11T20:47:54.151Z | Compiling serde_with v3.11.0 |
| 2225 | 2025-02-11T20:47:54.344Z | Compiling strum v0.26.3 |
| 2226 | 2025-02-11T20:47:54.549Z | Compiling regress v0.9.1 |
| 2227 | 2025-02-11T20:47:57.537Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2228 | 2025-02-11T20:47:58.710Z | Compiling macaddr v1.0.1 |
| 2229 | 2025-02-11T20:47:59.120Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2230 | 2025-02-11T20:47:59.271Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2231 | 2025-02-11T20:47:59.439Z | Compiling slog-dtrace v0.3.0 |
| 2232 | 2025-02-11T20:47:59.803Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2233 | 2025-02-11T20:47:59.832Z | Compiling prettyplease v0.2.25 |
| 2234 | 2025-02-11T20:48:01.946Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2235 | 2025-02-11T20:48:03.429Z | Compiling progenitor v0.9.1 |
| 2236 | 2025-02-11T20:48:03.706Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2237 | 2025-02-11T20:48:05.384Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2238 | 2025-02-11T20:48:14.834Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2239 | 2025-02-11T20:48:16.780Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2240 | 2025-02-11T20:48:17.050Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2241 | 2025-02-11T20:48:18.086Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2242 | 2025-02-11T20:48:19.063Z | Compiling half v2.4.1 |
| 2243 | 2025-02-11T20:48:21.184Z | Compiling ciborium-io v0.2.2 |
| 2244 | 2025-02-11T20:48:21.352Z | Compiling ciborium-ll v0.2.2 |
| 2245 | 2025-02-11T20:48:21.885Z | Compiling ciborium v0.2.2 |
| 2246 | 2025-02-11T20:48:22.155Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2247 | 2025-02-11T20:48:22.906Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2248 | 2025-02-11T20:48:23.840Z | Compiling display-error-chain v0.2.2 |
| 2249 | 2025-02-11T20:48:23.912Z | Compiling same-file v1.0.6 |
| 2250 | 2025-02-11T20:48:24.069Z | Compiling fastrand v2.1.1 |
| 2251 | 2025-02-11T20:48:24.176Z | Compiling walkdir v2.5.0 |
| 2252 | 2025-02-11T20:48:24.570Z | Compiling tempfile v3.13.0 |
| 2253 | 2025-02-11T20:48:24.784Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2254 | 2025-02-11T20:48:25.243Z | Compiling blake3 v1.5.4 |
| 2255 | 2025-02-11T20:48:25.889Z | Compiling const_format_proc_macros v0.2.34 |
| 2256 | 2025-02-11T20:48:27.608Z | Compiling xattr v1.3.1 |
| 2257 | 2025-02-11T20:48:27.611Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2258 | 2025-02-11T20:48:27.885Z | Compiling memmap2 v0.9.5 |
| 2259 | 2025-02-11T20:48:28.025Z | Compiling filetime v0.2.25 |
| 2260 | 2025-02-11T20:48:28.199Z | Compiling crunchy v0.2.2 |
| 2261 | 2025-02-11T20:48:28.296Z | Compiling maplit v1.0.2 |
| 2262 | 2025-02-11T20:48:28.316Z | Compiling arrayref v0.3.9 |
| 2263 | 2025-02-11T20:48:28.437Z | Compiling keccak v0.1.5 |
| 2264 | 2025-02-11T20:48:28.456Z | Compiling arrayvec v0.7.6 |
| 2265 | 2025-02-11T20:48:28.676Z | Compiling constant_time_eq v0.3.1 |
| 2266 | 2025-02-11T20:48:28.883Z | Compiling sha3 v0.10.8 |
| 2267 | 2025-02-11T20:48:29.645Z | Compiling tar v0.4.42 |
| 2268 | 2025-02-11T20:48:29.755Z | Compiling const_format v0.2.34 |
| 2269 | 2025-02-11T20:48:29.849Z | Compiling camino-tempfile v1.1.1 |
| 2270 | 2025-02-11T20:48:30.269Z | Compiling toolchain_find v0.4.0 |
| 2271 | 2025-02-11T20:48:30.803Z | Compiling topological-sort v0.2.2 |
| 2272 | 2025-02-11T20:48:30.937Z | Compiling tiny-keccak v2.0.2 |
| 2273 | 2025-02-11T20:48:30.960Z | Compiling radium v0.7.0 |
| 2274 | 2025-02-11T20:48:31.035Z | Compiling omicron-zone-package v0.12.0 |
| 2275 | 2025-02-11T20:48:31.282Z | Compiling rustfmt-wrapper v0.2.1 |
| 2276 | 2025-02-11T20:48:31.568Z | Compiling dsl_auto_type v0.1.2 |
| 2277 | 2025-02-11T20:48:31.698Z | Compiling scheduled-thread-pool v0.2.7 |
| 2278 | 2025-02-11T20:48:31.841Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2279 | 2025-02-11T20:48:32.222Z | Compiling tap v1.0.1 |
| 2280 | 2025-02-11T20:48:32.431Z | Compiling maybe-uninit v2.0.0 |
| 2281 | 2025-02-11T20:48:32.823Z | Compiling diesel_derives v2.2.3 |
| 2282 | 2025-02-11T20:48:32.982Z | Compiling wyz v0.5.1 |
| 2283 | 2025-02-11T20:48:33.057Z | Compiling r2d2 v0.8.10 |
| 2284 | 2025-02-11T20:48:33.895Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9ff89d72) |
| 2285 | 2025-02-11T20:48:34.009Z | Compiling phf_generator v0.11.2 |
| 2286 | 2025-02-11T20:48:34.211Z | Compiling ascii-canvas v3.0.0 |
| 2287 | 2025-02-11T20:48:34.635Z | Compiling secrecy v0.8.0 |
| 2288 | 2025-02-11T20:48:34.914Z | Compiling ena v0.14.3 |
| 2289 | 2025-02-11T20:48:35.345Z | Compiling async-recursion v1.1.1 |
| 2290 | 2025-02-11T20:48:35.410Z | Compiling regex-syntax v0.6.29 |
| 2291 | 2025-02-11T20:48:36.099Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2292 | 2025-02-11T20:48:36.676Z | Compiling packed_struct v0.10.1 |
| 2293 | 2025-02-11T20:48:36.828Z | Compiling arc-swap v1.7.1 |
| 2294 | 2025-02-11T20:48:37.112Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2295 | 2025-02-11T20:48:37.442Z | Compiling crc-catalog v2.4.0 |
| 2296 | 2025-02-11T20:48:37.506Z | Compiling funty v2.0.0 |
| 2297 | 2025-02-11T20:48:37.604Z | Compiling diff v0.1.13 |
| 2298 | 2025-02-11T20:48:37.622Z | Compiling crc v3.2.1 |
| 2299 | 2025-02-11T20:48:38.133Z | Compiling slog-scope v4.4.0 |
| 2300 | 2025-02-11T20:48:38.972Z | Compiling lalrpop v0.19.12 |
| 2301 | 2025-02-11T20:48:39.707Z | Compiling bitvec v1.0.1 |
| 2302 | 2025-02-11T20:48:40.316Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9ff89d72) |
| 2303 | 2025-02-11T20:48:40.394Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2304 | 2025-02-11T20:48:43.460Z | Compiling diesel v2.2.6 |
| 2305 | 2025-02-11T20:48:44.121Z | Compiling phf_codegen v0.11.2 |
| 2306 | 2025-02-11T20:48:44.494Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2307 | 2025-02-11T20:48:45.570Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2308 | 2025-02-11T20:48:45.808Z | Compiling universal-hash v0.5.1 |
| 2309 | 2025-02-11T20:48:46.053Z | Compiling packed_struct_codegen v0.10.1 |
| 2310 | 2025-02-11T20:48:47.455Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2311 | 2025-02-11T20:48:48.273Z | Compiling parse-zoneinfo v0.3.1 |
| 2312 | 2025-02-11T20:48:49.791Z | Compiling indexmap v1.9.3 |
| 2313 | 2025-02-11T20:48:49.933Z | Compiling unicase v2.7.0 |
| 2314 | 2025-02-11T20:48:50.125Z | Compiling ref-cast v1.0.23 |
| 2315 | 2025-02-11T20:48:50.273Z | Compiling opaque-debug v0.3.1 |
| 2316 | 2025-02-11T20:48:50.392Z | Compiling nodrop v0.1.14 |
| 2317 | 2025-02-11T20:48:50.550Z | Compiling array-init v0.0.4 |
| 2318 | 2025-02-11T20:48:50.673Z | Compiling poly1305 v0.8.0 |
| 2319 | 2025-02-11T20:48:51.671Z | Compiling thiserror-no-std v2.0.2 |
| 2320 | 2025-02-11T20:48:51.818Z | Compiling chrono-tz-build v0.4.0 |
| 2321 | 2025-02-11T20:48:52.817Z | Compiling smallvec v0.6.14 |
| 2322 | 2025-02-11T20:48:53.306Z | Compiling slog-stdlog v4.1.1 |
| 2323 | 2025-02-11T20:48:54.728Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2324 | 2025-02-11T20:48:55.078Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2325 | 2025-02-11T20:48:55.360Z | Compiling derive_builder_core v0.20.2 |
| 2326 | 2025-02-11T20:48:56.084Z | Compiling chacha20 v0.9.1 |
| 2327 | 2025-02-11T20:48:56.576Z | Compiling headers-core v0.3.0 |
| 2328 | 2025-02-11T20:48:56.775Z | Compiling aead v0.5.2 |
| 2329 | 2025-02-11T20:48:57.120Z | Compiling libxml v0.3.3 |
| 2330 | 2025-02-11T20:48:57.380Z | Compiling ref-cast-impl v1.0.23 |
| 2331 | 2025-02-11T20:48:57.508Z | Compiling vte_generate_state_changes v0.1.2 |
| 2332 | 2025-02-11T20:48:58.110Z | Compiling termcolor v1.4.1 |
| 2333 | 2025-02-11T20:48:58.497Z | Compiling hashbrown v0.12.3 |
| 2334 | 2025-02-11T20:48:59.180Z | Compiling bitfield v0.14.0 |
| 2335 | 2025-02-11T20:48:59.506Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2336 | 2025-02-11T20:49:00.829Z | Compiling env_logger v0.10.2 |
| 2337 | 2025-02-11T20:49:01.605Z | Compiling polar-core v0.27.3 |
| 2338 | 2025-02-11T20:49:04.168Z | Compiling vte v0.11.1 |
| 2339 | 2025-02-11T20:49:04.592Z | Compiling derive_builder_macro v0.20.2 |
| 2340 | 2025-02-11T20:49:05.429Z | Compiling chacha20poly1305 v0.10.1 |
| 2341 | 2025-02-11T20:49:05.582Z | Compiling headers v0.4.0 |
| 2342 | 2025-02-11T20:49:05.723Z | Compiling slog-envlogger v2.2.0 |
| 2343 | 2025-02-11T20:49:08.274Z | Compiling serde-hex v0.1.0 |
| 2344 | 2025-02-11T20:49:09.066Z | Compiling chrono-tz v0.10.1 |
| 2345 | 2025-02-11T20:49:09.752Z | Compiling vsss-rs v3.3.4 |
| 2346 | 2025-02-11T20:49:13.213Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2347 | 2025-02-11T20:49:13.647Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2348 | 2025-02-11T20:49:13.992Z | Compiling ron v0.8.1 |
| 2349 | 2025-02-11T20:49:14.375Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2350 | 2025-02-11T20:49:14.783Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2351 | 2025-02-11T20:49:16.230Z | Compiling hashbrown v0.13.2 |
| 2352 | 2025-02-11T20:49:17.528Z | Compiling strum_macros v0.24.3 |
| 2353 | 2025-02-11T20:49:19.177Z | Compiling fxhash v0.2.1 |
| 2354 | 2025-02-11T20:49:19.427Z | Compiling samael v0.0.17 |
| 2355 | 2025-02-11T20:49:19.695Z | Compiling indoc v1.0.9 |
| 2356 | 2025-02-11T20:49:20.500Z | Compiling simd-adler32 v0.3.7 |
| 2357 | 2025-02-11T20:49:20.544Z | Compiling zip v2.1.3 |
| 2358 | 2025-02-11T20:49:20.887Z | Compiling bumpalo v3.16.0 |
| 2359 | 2025-02-11T20:49:21.017Z | Compiling bytecount v0.6.8 |
| 2360 | 2025-02-11T20:49:21.347Z | Compiling crc-any v2.5.0 |
| 2361 | 2025-02-11T20:49:21.455Z | Compiling lockfree-object-pool v0.1.6 |
| 2362 | 2025-02-11T20:49:21.762Z | Compiling zopfli v0.8.1 |
| 2363 | 2025-02-11T20:49:21.781Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2364 | 2025-02-11T20:49:22.252Z | Compiling papergrid v0.11.0 |
| 2365 | 2025-02-11T20:49:30.003Z | Compiling object v0.30.4 |
| 2366 | 2025-02-11T20:49:30.120Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2367 | 2025-02-11T20:49:35.668Z | Compiling derive_builder v0.20.2 |
| 2368 | 2025-02-11T20:49:35.759Z | Compiling strip-ansi-escapes v0.2.0 |
| 2369 | 2025-02-11T20:49:36.643Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2370 | 2025-02-11T20:49:36.733Z | Compiling tabled_derive v0.7.0 |
| 2371 | 2025-02-11T20:49:36.958Z | Compiling fd-lock v4.0.2 |
| 2372 | 2025-02-11T20:49:37.203Z | Compiling peg-macros v0.8.4 |
| 2373 | 2025-02-11T20:49:38.773Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2374 | 2025-02-11T20:49:39.730Z | Compiling kstat-rs v0.2.4 |
| 2375 | 2025-02-11T20:49:40.254Z | Compiling oso-derive v0.27.3 |
| 2376 | 2025-02-11T20:49:40.428Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2377 | 2025-02-11T20:49:40.603Z | Compiling quick-xml v0.33.0 |
| 2378 | 2025-02-11T20:49:41.176Z | Compiling diesel-dtrace v0.4.2 |
| 2379 | 2025-02-11T20:49:41.513Z | Compiling path-slash v0.1.5 |
| 2380 | 2025-02-11T20:49:41.776Z | Compiling nu-ansi-term v0.50.1 |
| 2381 | 2025-02-11T20:49:42.031Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2382 | 2025-02-11T20:49:43.034Z | Compiling reedline v0.35.0 |
| 2383 | 2025-02-11T20:49:46.492Z | Compiling oso v0.27.3 |
| 2384 | 2025-02-11T20:49:46.896Z | Compiling peg v0.8.4 |
| 2385 | 2025-02-11T20:49:47.027Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2386 | 2025-02-11T20:49:49.880Z | Compiling tabled v0.15.0 |
| 2387 | 2025-02-11T20:50:03.585Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2388 | 2025-02-11T20:50:07.254Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2389 | 2025-02-11T20:50:09.641Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2390 | 2025-02-11T20:50:10.796Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
| 2391 | 2025-02-11T20:50:11.135Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
| 2392 | 2025-02-11T20:50:11.177Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2393 | 2025-02-11T20:50:11.281Z | Compiling pem v3.0.4 |
| 2394 | 2025-02-11T20:50:11.483Z | Compiling bb8 v0.8.5 |
| 2395 | 2025-02-11T20:50:12.075Z | Compiling bcs v0.1.6 |
| 2396 | 2025-02-11T20:50:12.740Z | Compiling libz-sys v1.1.20 |
| 2397 | 2025-02-11T20:50:12.975Z | Compiling nanorand v0.7.0 |
| 2398 | 2025-02-11T20:50:13.383Z | Compiling termtree v0.5.1 |
| 2399 | 2025-02-11T20:50:13.669Z | Compiling parking_lot_core v0.8.6 |
| 2400 | 2025-02-11T20:50:14.289Z | Compiling flume v0.11.1 |
| 2401 | 2025-02-11T20:50:15.037Z | Compiling async-bb8-diesel v0.2.1 |
| 2402 | 2025-02-11T20:50:15.814Z | Compiling mime_guess v2.0.5 |
| 2403 | 2025-02-11T20:50:17.509Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2404 | 2025-02-11T20:50:20.694Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2405 | 2025-02-11T20:50:21.798Z | Compiling buf-list v1.0.3 |
| 2406 | 2025-02-11T20:50:23.913Z | Compiling nibble_vec v0.1.0 |
| 2407 | 2025-02-11T20:50:24.176Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2408 | 2025-02-11T20:50:24.967Z | Compiling pin-project-internal v1.1.6 |
| 2409 | 2025-02-11T20:50:25.657Z | Compiling atty v0.2.14 |
| 2410 | 2025-02-11T20:50:25.842Z | Compiling endian-type v0.1.2 |
| 2411 | 2025-02-11T20:50:26.101Z | Compiling salty v0.3.0 |
| 2412 | 2025-02-11T20:50:26.527Z | Compiling http-range v0.1.5 |
| 2413 | 2025-02-11T20:50:27.151Z | Compiling radix_trie v0.2.1 |
| 2414 | 2025-02-11T20:50:27.568Z | Compiling pin-project v1.1.6 |
| 2415 | 2025-02-11T20:50:28.080Z | Compiling parking_lot v0.11.2 |
| 2416 | 2025-02-11T20:50:32.922Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2417 | 2025-02-11T20:50:35.590Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2418 | 2025-02-11T20:50:40.201Z | Compiling snafu-derive v0.8.5 |
| 2419 | 2025-02-11T20:50:40.222Z | Compiling hyper-staticfile v0.10.1 |
| 2420 | 2025-02-11T20:50:43.195Z | Compiling sled v0.34.7 |
| 2421 | 2025-02-11T20:50:44.172Z | Compiling hickory-client v0.24.2 |
| 2422 | 2025-02-11T20:50:44.391Z | Compiling snafu v0.8.5 |
| 2423 | 2025-02-11T20:50:49.402Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2424 | 2025-02-11T20:50:50.542Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2425 | 2025-02-11T20:50:52.633Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2426 | 2025-02-11T20:51:02.537Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2427 | 2025-02-11T20:51:09.872Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2428 | 2025-02-11T20:51:15.573Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2429 | 2025-02-11T20:51:15.764Z | Compiling globset v0.4.15 |
| 2430 | 2025-02-11T20:51:16.834Z | Compiling hickory-server v0.24.2 |
| 2431 | 2025-02-11T20:51:17.039Z | Compiling olpc-cjson v0.1.4 |
| 2432 | 2025-02-11T20:51:17.417Z | Compiling primeorder v0.13.6 |
| 2433 | 2025-02-11T20:51:17.966Z | Compiling vergen v8.3.2 |
| 2434 | 2025-02-11T20:51:17.988Z | Compiling castaway v0.2.3 |
| 2435 | 2025-02-11T20:51:18.190Z | Compiling env_filter v0.1.2 |
| 2436 | 2025-02-11T20:51:18.302Z | Compiling serde_plain v1.0.2 |
| 2437 | 2025-02-11T20:51:18.876Z | Compiling cargo-platform v0.1.8 |
| 2438 | 2025-02-11T20:51:19.378Z | Compiling memoffset v0.9.1 |
| 2439 | 2025-02-11T20:51:19.721Z | Compiling typed-path v0.9.3 |
| 2440 | 2025-02-11T20:51:19.898Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2441 | 2025-02-11T20:51:22.341Z | Compiling tough v0.19.0 |
| 2442 | 2025-02-11T20:51:23.188Z | Compiling cargo_metadata v0.18.1 |
| 2443 | 2025-02-11T20:51:26.202Z | Compiling env_logger v0.11.5 |
| 2444 | 2025-02-11T20:51:26.629Z | Compiling compact_str v0.8.0 |
| 2445 | 2025-02-11T20:51:27.625Z | Compiling p384 v0.13.0 |
| 2446 | 2025-02-11T20:51:28.363Z | Compiling git2 v0.19.0 |
| 2447 | 2025-02-11T20:51:29.134Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2448 | 2025-02-11T20:51:30.528Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2449 | 2025-02-11T20:51:33.408Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2450 | 2025-02-11T20:51:34.604Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2451 | 2025-02-11T20:51:34.689Z | Compiling unicode-truncate v1.1.0 |
| 2452 | 2025-02-11T20:51:34.995Z | Compiling lru v0.12.5 |
| 2453 | 2025-02-11T20:51:35.388Z | Compiling rand_seeder v0.3.0 |
| 2454 | 2025-02-11T20:51:35.804Z | Compiling libsqlite3-sys v0.30.1 |
| 2455 | 2025-02-11T20:51:36.311Z | Compiling lzma-sys v0.1.20 |
| 2456 | 2025-02-11T20:51:36.494Z | Compiling instability v0.3.2 |
| 2457 | 2025-02-11T20:51:37.013Z | Compiling cassowary v0.3.0 |
| 2458 | 2025-02-11T20:51:37.477Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2459 | 2025-02-11T20:51:37.802Z | Compiling parse-size v1.1.0 |
| 2460 | 2025-02-11T20:51:38.143Z | Compiling rustls v0.21.12 |
| 2461 | 2025-02-11T20:51:38.465Z | Compiling cfg_aliases v0.2.1 |
| 2462 | 2025-02-11T20:51:38.592Z | Compiling nix v0.29.0 |
| 2463 | 2025-02-11T20:51:39.510Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2464 | 2025-02-11T20:51:39.566Z | Compiling ratatui v0.28.1 |
| 2465 | 2025-02-11T20:51:40.574Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2466 | 2025-02-11T20:51:40.821Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2467 | 2025-02-11T20:51:42.843Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2468 | 2025-02-11T20:51:43.048Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2469 | 2025-02-11T20:51:43.298Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2470 | 2025-02-11T20:51:43.657Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2471 | 2025-02-11T20:51:43.777Z | Compiling rustls-webpki v0.101.7 |
| 2472 | 2025-02-11T20:51:47.258Z | Compiling sct v0.7.1 |
| 2473 | 2025-02-11T20:51:47.303Z | Compiling heck v0.3.3 |
| 2474 | 2025-02-11T20:51:47.628Z | Compiling csv-core v0.1.11 |
| 2475 | 2025-02-11T20:51:47.650Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2476 | 2025-02-11T20:51:47.738Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2477 | 2025-02-11T20:51:48.000Z | Compiling glob v0.3.2 |
| 2478 | 2025-02-11T20:51:48.190Z | Compiling csv v1.3.1 |
| 2479 | 2025-02-11T20:51:48.458Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2480 | 2025-02-11T20:51:50.146Z | Compiling zone_cfg_derive v0.1.2 |
| 2481 | 2025-02-11T20:51:51.554Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2482 | 2025-02-11T20:51:55.399Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2483 | 2025-02-11T20:51:56.725Z | Compiling nix v0.27.1 |
| 2484 | 2025-02-11T20:51:56.790Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2485 | 2025-02-11T20:51:59.406Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2486 | 2025-02-11T20:52:00.183Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2487 | 2025-02-11T20:52:03.562Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2488 | 2025-02-11T20:52:11.884Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2489 | 2025-02-11T20:52:11.884Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2490 | 2025-02-11T20:52:11.884Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2491 | 2025-02-11T20:52:11.885Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2492 | 2025-02-11T20:52:11.885Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2493 | 2025-02-11T20:52:11.885Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2494 | 2025-02-11T20:52:11.885Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2495 | 2025-02-11T20:52:11.885Z | Compiling tungstenite v0.23.0 |
| 2496 | 2025-02-11T20:52:12.386Z | Compiling hashlink v0.9.1 |
| 2497 | 2025-02-11T20:52:12.535Z | Compiling fallible-iterator v0.3.0 |
| 2498 | 2025-02-11T20:52:13.128Z | Compiling base64 v0.13.1 |
| 2499 | 2025-02-11T20:52:13.285Z | Compiling fallible-streaming-iterator v0.1.9 |
| 2500 | 2025-02-11T20:52:13.583Z | Compiling ron v0.7.1 |
| 2501 | 2025-02-11T20:52:13.913Z | Compiling rusqlite v0.32.1 |
| 2502 | 2025-02-11T20:52:15.545Z | Compiling tokio-tungstenite v0.23.1 |
| 2503 | 2025-02-11T20:52:15.727Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2504 | 2025-02-11T20:52:16.169Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2505 | 2025-02-11T20:52:18.216Z | Compiling xz2 v0.1.7 |
| 2506 | 2025-02-11T20:52:18.871Z | Compiling tokio-rustls v0.24.1 |
| 2507 | 2025-02-11T20:52:19.053Z | Compiling zone v0.1.8 |
| 2508 | 2025-02-11T20:52:19.278Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2509 | 2025-02-11T20:52:22.134Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2510 | 2025-02-11T20:52:23.733Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2511 | 2025-02-11T20:52:24.191Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2512 | 2025-02-11T20:52:31.654Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2513 | 2025-02-11T20:52:34.754Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2514 | 2025-02-11T20:52:37.454Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2515 | 2025-02-11T20:52:37.483Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2516 | 2025-02-11T20:52:39.633Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2517 | 2025-02-11T20:52:40.648Z | Compiling rustls-pemfile v1.0.4 |
| 2518 | 2025-02-11T20:52:41.430Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2519 | 2025-02-11T20:52:41.753Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2520 | 2025-02-11T20:52:41.942Z | Compiling signal-hook-tokio v0.3.1 |
| 2521 | 2025-02-11T20:52:42.177Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2522 | 2025-02-11T20:52:45.772Z | Compiling yasna v0.5.2 |
| 2523 | 2025-02-11T20:52:48.642Z | Compiling twox-hash v2.1.0 |
| 2524 | 2025-02-11T20:52:49.044Z | Compiling smawk v0.3.2 |
| 2525 | 2025-02-11T20:52:49.185Z | Compiling unicode-linebreak v0.1.5 |
| 2526 | 2025-02-11T20:52:49.343Z | Compiling is_ci v1.2.0 |
| 2527 | 2025-02-11T20:52:49.647Z | Compiling textwrap v0.16.1 |
| 2528 | 2025-02-11T20:52:49.667Z | Compiling supports-color v3.0.1 |
| 2529 | 2025-02-11T20:52:50.118Z | Compiling rcgen v0.12.1 |
| 2530 | 2025-02-11T20:52:51.151Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2531 | 2025-02-11T20:52:53.138Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2532 | 2025-02-11T20:52:55.674Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2533 | 2025-02-11T20:52:57.548Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2534 | 2025-02-11T20:53:00.357Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2535 | 2025-02-11T20:53:04.875Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2536 | 2025-02-11T20:53:13.583Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2537 | 2025-02-11T20:53:15.938Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2538 | 2025-02-11T20:53:18.434Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2539 | 2025-02-11T20:53:18.984Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2540 | 2025-02-11T20:53:28.778Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2541 | 2025-02-11T20:53:35.368Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2542 | 2025-02-11T20:53:35.697Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2543 | 2025-02-11T20:53:37.826Z | Compiling fatfs v0.3.6 |
| 2544 | 2025-02-11T20:53:40.719Z | Compiling subprocess v0.2.9 |
| 2545 | 2025-02-11T20:53:42.190Z | Compiling rtoolbox v0.0.2 |
| 2546 | 2025-02-11T20:53:42.635Z | Compiling assert_matches v1.5.0 |
| 2547 | 2025-02-11T20:53:45.325Z | Compiling rpassword v7.3.1 |
| 2548 | 2025-02-11T20:53:45.637Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2549 | 2025-02-11T20:53:45.809Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2550 | 2025-02-11T20:53:46.083Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2551 | 2025-02-11T20:53:52.994Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2552 | 2025-02-11T20:53:53.475Z | Compiling tui-tree-widget v0.22.0 |
| 2553 | 2025-02-11T20:53:53.939Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2554 | 2025-02-11T20:53:59.473Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2555 | 2025-02-11T20:53:59.797Z | Compiling uzers v0.12.1 |
| 2556 | 2025-02-11T20:54:02.949Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2557 | 2025-02-11T20:54:07.167Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2558 | 2025-02-11T20:54:09.066Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2559 | 2025-02-11T20:54:14.723Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2560 | 2025-02-11T20:54:41.069Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2561 | 2025-02-11T20:54:45.736Z | Compiling multimap v0.10.0 |
| 2562 | 2025-02-11T20:57:08.218Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2563 | 2025-02-11T20:57:20.965Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2564 | 2025-02-11T21:04:40.607Z | Finished `release` profile [optimized] target(s) in 17m 09s |
| 2565 | 2025-02-11T21:05:45.212Z | |
| 2566 | 2025-02-11T21:05:45.214Z | real 18:15.507189830 |
| 2567 | 2025-02-11T21:05:45.214Z | user 2:06:21.511357675 |
| 2568 | 2025-02-11T21:05:45.214Z | sys 3:15.577739841 |
| 2569 | 2025-02-11T21:05:45.214Z | trap 3.159641972 |
| 2570 | 2025-02-11T21:05:45.214Z | tflt 3.149946616 |
| 2571 | 2025-02-11T21:05:45.214Z | dflt 4.697195208 |
| 2572 | 2025-02-11T21:05:45.214Z | kflt 0.000987057 |
| 2573 | 2025-02-11T21:05:45.214Z | lock 7:39:45.575127339 |
| 2574 | 2025-02-11T21:05:45.215Z | slp 6:30:52.237710517 |
| 2575 | 2025-02-11T21:05:45.215Z | lat 3:26.548394183 |
| 2576 | 2025-02-11T21:05:45.215Z | stop 2:44.876124113 |
| 2577 | 2025-02-11T21:05:45.215Z | + mapfile -t packages |
| 2578 | 2025-02-11T21:05:45.215Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2579 | 2025-02-11T21:05:46.234Z | Finished `release` profile [optimized] target(s) in 0.97s |
| 2580 | 2025-02-11T21:05:46.295Z | Running `target/release/omicron-package -t test list-outputs` |
| 2581 | 2025-02-11T21:05:46.345Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2582 | 2025-02-11T21:05:46.348Z | + ptime -m cargo build --locked --release -p xtask |
| 2583 | 2025-02-11T21:05:46.902Z | Compiling serde v1.0.217 |
| 2584 | 2025-02-11T21:05:46.904Z | Compiling serde_json v1.0.135 |
| 2585 | 2025-02-11T21:05:46.904Z | Compiling rustix v0.38.37 |
| 2586 | 2025-02-11T21:05:46.904Z | Compiling libc v0.2.169 |
| 2587 | 2025-02-11T21:05:46.997Z | Compiling syn v2.0.96 |
| 2588 | 2025-02-11T21:05:47.011Z | Compiling bitflags v2.6.0 |
| 2589 | 2025-02-11T21:05:47.311Z | Compiling usdt-impl v0.5.0 |
| 2590 | 2025-02-11T21:05:47.384Z | Compiling syn v1.0.109 |
| 2591 | 2025-02-11T21:05:47.508Z | Compiling hashbrown v0.15.1 |
| 2592 | 2025-02-11T21:05:47.532Z | Compiling log v0.4.22 |
| 2593 | 2025-02-11T21:05:47.773Z | Compiling fs-err v2.11.0 |
| 2594 | 2025-02-11T21:05:47.989Z | Compiling once_cell v1.20.2 |
| 2595 | 2025-02-11T21:05:48.109Z | Compiling anyhow v1.0.95 |
| 2596 | 2025-02-11T21:05:48.355Z | Compiling thread-id v4.2.2 |
| 2597 | 2025-02-11T21:05:48.715Z | Compiling indexmap v2.7.1 |
| 2598 | 2025-02-11T21:05:49.681Z | Compiling terminal_size v0.4.0 |
| 2599 | 2025-02-11T21:05:49.742Z | Compiling tempfile v3.13.0 |
| 2600 | 2025-02-11T21:05:49.953Z | Compiling clap_builder v4.5.27 |
| 2601 | 2025-02-11T21:05:50.725Z | Compiling proc-macro-error v1.0.4 |
| 2602 | 2025-02-11T21:05:51.595Z | Compiling tabled_derive v0.7.0 |
| 2603 | 2025-02-11T21:05:52.726Z | Compiling tabled v0.15.0 |
| 2604 | 2025-02-11T21:05:53.390Z | Compiling serde_derive v1.0.217 |
| 2605 | 2025-02-11T21:05:53.392Z | Compiling thiserror-impl v1.0.69 |
| 2606 | 2025-02-11T21:05:53.392Z | Compiling zerocopy-derive v0.7.35 |
| 2607 | 2025-02-11T21:05:53.392Z | Compiling scroll_derive v0.12.0 |
| 2608 | 2025-02-11T21:05:53.392Z | Compiling clap_derive v4.5.24 |
| 2609 | 2025-02-11T21:05:54.803Z | Compiling scroll v0.12.0 |
| 2610 | 2025-02-11T21:05:55.259Z | Compiling zerocopy v0.7.35 |
| 2611 | 2025-02-11T21:05:55.423Z | Compiling goblin v0.8.2 |
| 2612 | 2025-02-11T21:05:56.108Z | Compiling thiserror v1.0.69 |
| 2613 | 2025-02-11T21:05:56.294Z | Compiling pest v2.7.14 |
| 2614 | 2025-02-11T21:05:59.139Z | Compiling pest_meta v2.7.14 |
| 2615 | 2025-02-11T21:05:59.341Z | Compiling clap v4.5.27 |
| 2616 | 2025-02-11T21:06:00.811Z | Compiling pest_generator v2.7.14 |
| 2617 | 2025-02-11T21:06:02.915Z | Compiling pest_derive v2.7.14 |
| 2618 | 2025-02-11T21:06:03.710Z | Compiling dtrace-parser v0.2.0 |
| 2619 | 2025-02-11T21:06:07.347Z | Compiling toml_datetime v0.6.8 |
| 2620 | 2025-02-11T21:06:08.201Z | Compiling serde_tokenstream v0.2.2 |
| 2621 | 2025-02-11T21:06:08.796Z | Compiling serde_spanned v0.6.8 |
| 2622 | 2025-02-11T21:06:09.079Z | Compiling toml_edit v0.22.22 |
| 2623 | 2025-02-11T21:06:09.761Z | Compiling dof v0.3.0 |
| 2624 | 2025-02-11T21:06:11.382Z | Compiling camino v1.1.9 |
| 2625 | 2025-02-11T21:06:12.531Z | Compiling usdt-macro v0.5.0 |
| 2626 | 2025-02-11T21:06:12.669Z | Compiling toml v0.8.19 |
| 2627 | 2025-02-11T21:06:13.746Z | Compiling usdt-attr-macro v0.5.0 |
| 2628 | 2025-02-11T21:06:14.024Z | Compiling cargo-platform v0.1.8 |
| 2629 | 2025-02-11T21:06:15.081Z | Compiling semver v1.0.24 |
| 2630 | 2025-02-11T21:06:15.134Z | Compiling usdt v0.5.0 |
| 2631 | 2025-02-11T21:06:15.522Z | Compiling cargo_toml v0.20.5 |
| 2632 | 2025-02-11T21:06:16.506Z | Compiling cargo_metadata v0.18.1 |
| 2633 | 2025-02-11T21:06:16.554Z | Compiling camino-tempfile v1.1.1 |
| 2634 | 2025-02-11T21:06:17.330Z | Compiling macaddr v1.0.1 |
| 2635 | 2025-02-11T21:06:29.222Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2636 | 2025-02-11T21:06:39.923Z | Finished `release` profile [optimized] target(s) in 53.52s |
| 2637 | 2025-02-11T21:06:40.035Z | |
| 2638 | 2025-02-11T21:06:40.038Z | real 53.655475286 |
| 2639 | 2025-02-11T21:06:40.038Z | user 5:37.266177569 |
| 2640 | 2025-02-11T21:06:40.038Z | sys 18.225571761 |
| 2641 | 2025-02-11T21:06:40.038Z | trap 0.159197078 |
| 2642 | 2025-02-11T21:06:40.038Z | tflt 0.434704762 |
| 2643 | 2025-02-11T21:06:40.038Z | dflt 0.268405296 |
| 2644 | 2025-02-11T21:06:40.038Z | kflt 0.000003809 |
| 2645 | 2025-02-11T21:06:40.038Z | lock 10:30.623791314 |
| 2646 | 2025-02-11T21:06:40.038Z | slp 15:44.663164637 |
| 2647 | 2025-02-11T21:06:40.038Z | lat 15.409039242 |
| 2648 | 2025-02-11T21:06:40.038Z | stop 19.043453008 |
| 2649 | 2025-02-11T21:06:40.038Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2650 | 2025-02-11T21:06:40.038Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2651 | 2025-02-11T21:06:40.038Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2652 | 2025-02-11T21:06:40.038Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2653 | 2025-02-11T21:06:40.039Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2654 | 2025-02-11T21:06:40.906Z | Compiling hashbrown v0.14.5 |
| 2655 | 2025-02-11T21:06:41.037Z | Compiling thiserror v2.0.11 |
| 2656 | 2025-02-11T21:06:41.051Z | Compiling thiserror-impl v2.0.11 |
| 2657 | 2025-02-11T21:06:41.066Z | Compiling ident_case v1.0.1 |
| 2658 | 2025-02-11T21:06:41.088Z | Compiling unsafe-libyaml v0.2.11 |
| 2659 | 2025-02-11T21:06:41.090Z | Compiling ipnetwork v0.20.0 |
| 2660 | 2025-02-11T21:06:41.090Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2661 | 2025-02-11T21:06:41.090Z | Compiling progenitor-client v0.9.1 |
| 2662 | 2025-02-11T21:06:41.247Z | Compiling darling_core v0.20.10 |
| 2663 | 2025-02-11T21:06:41.591Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
| 2664 | 2025-02-11T21:06:41.681Z | Compiling macaddr v1.0.1 |
| 2665 | 2025-02-11T21:06:42.007Z | Compiling progenitor-client v0.8.0 |
| 2666 | 2025-02-11T21:06:42.028Z | Compiling instant v0.1.13 |
| 2667 | 2025-02-11T21:06:42.137Z | Compiling regress v0.10.1 |
| 2668 | 2025-02-11T21:06:42.158Z | Compiling structmeta-derive v0.3.0 |
| 2669 | 2025-02-11T21:06:42.194Z | Compiling dropshot v0.15.1 |
| 2670 | 2025-02-11T21:06:42.317Z | Compiling serde_yaml v0.9.34+deprecated |
| 2671 | 2025-02-11T21:06:42.488Z | Compiling regress v0.9.1 |
| 2672 | 2025-02-11T21:06:42.607Z | Compiling dropshot_endpoint v0.15.1 |
| 2673 | 2025-02-11T21:06:42.916Z | Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
| 2674 | 2025-02-11T21:06:44.121Z | Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
| 2675 | 2025-02-11T21:06:44.441Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2676 | 2025-02-11T21:06:44.521Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2677 | 2025-02-11T21:06:44.920Z | Compiling structmeta v0.3.0 |
| 2678 | 2025-02-11T21:06:44.960Z | Compiling backoff v0.4.0 |
| 2679 | 2025-02-11T21:06:45.238Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2680 | 2025-02-11T21:06:45.322Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2681 | 2025-02-11T21:06:45.358Z | Compiling parse-display-derive v0.10.0 |
| 2682 | 2025-02-11T21:06:45.444Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2683 | 2025-02-11T21:06:45.629Z | Compiling tempfile v3.13.0 |
| 2684 | 2025-02-11T21:06:45.917Z | Compiling proc-macro-crate v1.3.1 |
| 2685 | 2025-02-11T21:06:46.080Z | Compiling typify-impl v0.2.0 |
| 2686 | 2025-02-11T21:06:46.460Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2687 | 2025-02-11T21:06:46.838Z | Compiling typify-impl v0.3.0 |
| 2688 | 2025-02-11T21:06:46.882Z | Compiling num_enum_derive v0.5.11 |
| 2689 | 2025-02-11T21:06:47.059Z | Compiling itertools v0.13.0 |
| 2690 | 2025-02-11T21:06:47.321Z | Compiling zerocopy v0.8.10 |
| 2691 | 2025-02-11T21:06:47.324Z | Compiling darling_macro v0.20.10 |
| 2692 | 2025-02-11T21:06:48.143Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2693 | 2025-02-11T21:06:48.296Z | Compiling darling v0.20.10 |
| 2694 | 2025-02-11T21:06:48.426Z | Compiling serde_with_macros v3.11.0 |
| 2695 | 2025-02-11T21:06:48.567Z | Compiling foreign-types-macros v0.2.3 |
| 2696 | 2025-02-11T21:06:49.280Z | Compiling num_enum v0.5.11 |
| 2697 | 2025-02-11T21:06:49.418Z | Compiling parse-display v0.10.0 |
| 2698 | 2025-02-11T21:06:49.467Z | Compiling zerocopy-derive v0.8.10 |
| 2699 | 2025-02-11T21:06:49.913Z | Compiling crucible-workspace-hack v0.1.0 |
| 2700 | 2025-02-11T21:06:50.017Z | Compiling foreign-types-shared v0.3.1 |
| 2701 | 2025-02-11T21:06:50.053Z | Compiling heapless v0.8.0 |
| 2702 | 2025-02-11T21:06:50.169Z | Compiling foreign-types v0.5.0 |
| 2703 | 2025-02-11T21:06:50.250Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2704 | 2025-02-11T21:06:50.297Z | Compiling proc-macro-error v1.0.4 |
| 2705 | 2025-02-11T21:06:51.079Z | Compiling camino-tempfile v1.1.1 |
| 2706 | 2025-02-11T21:06:51.096Z | Compiling serde_with v3.11.0 |
| 2707 | 2025-02-11T21:06:51.134Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2708 | 2025-02-11T21:06:51.508Z | Compiling hash32 v0.3.1 |
| 2709 | 2025-02-11T21:06:51.772Z | Compiling cstr-argument v0.1.2 |
| 2710 | 2025-02-11T21:06:51.963Z | Compiling smoltcp v0.11.0 |
| 2711 | 2025-02-11T21:06:52.046Z | Compiling pretty-hex v0.2.1 |
| 2712 | 2025-02-11T21:06:52.252Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2713 | 2025-02-11T21:06:52.648Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2714 | 2025-02-11T21:06:52.672Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2715 | 2025-02-11T21:06:53.300Z | Compiling tabwriter v1.4.0 |
| 2716 | 2025-02-11T21:06:53.778Z | Compiling colored v2.1.0 |
| 2717 | 2025-02-11T21:06:53.843Z | Compiling cobs v0.2.3 |
| 2718 | 2025-02-11T21:06:54.168Z | Compiling postcard v1.0.10 |
| 2719 | 2025-02-11T21:06:54.673Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2720 | 2025-02-11T21:06:54.866Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2721 | 2025-02-11T21:06:55.056Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2722 | 2025-02-11T21:06:55.082Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 2723 | 2025-02-11T21:06:55.367Z | Compiling smf v0.2.3 |
| 2724 | 2025-02-11T21:06:55.410Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2725 | 2025-02-11T21:06:55.945Z | Compiling zone_cfg_derive v0.3.0 |
| 2726 | 2025-02-11T21:06:56.245Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2727 | 2025-02-11T21:06:56.617Z | Compiling num-derive v0.4.2 |
| 2728 | 2025-02-11T21:06:56.704Z | Compiling sigpipe v0.1.3 |
| 2729 | 2025-02-11T21:06:56.852Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2730 | 2025-02-11T21:06:56.973Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2731 | 2025-02-11T21:06:57.187Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2732 | 2025-02-11T21:06:57.406Z | Compiling zone v0.3.0 |
| 2733 | 2025-02-11T21:06:57.686Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2734 | 2025-02-11T21:06:58.150Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2735 | 2025-02-11T21:06:58.601Z | Compiling universal-hash v0.5.1 |
| 2736 | 2025-02-11T21:06:58.819Z | Compiling opaque-debug v0.3.1 |
| 2737 | 2025-02-11T21:06:58.856Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2738 | 2025-02-11T21:06:58.877Z | Compiling tungstenite v0.21.0 |
| 2739 | 2025-02-11T21:06:58.880Z | Compiling num-rational v0.4.2 |
| 2740 | 2025-02-11T21:06:58.936Z | Compiling password-hash v0.5.0 |
| 2741 | 2025-02-11T21:06:59.654Z | Compiling blake2 v0.10.6 |
| 2742 | 2025-02-11T21:06:59.747Z | Compiling aead v0.5.2 |
| 2743 | 2025-02-11T21:06:59.923Z | Compiling num-complex v0.4.6 |
| 2744 | 2025-02-11T21:07:00.162Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2745 | 2025-02-11T21:07:00.275Z | Compiling base64 v0.21.7 |
| 2746 | 2025-02-11T21:07:00.467Z | Compiling keccak v0.1.5 |
| 2747 | 2025-02-11T21:07:00.923Z | Compiling convert_case v0.4.0 |
| 2748 | 2025-02-11T21:07:01.002Z | Compiling num v0.4.3 |
| 2749 | 2025-02-11T21:07:01.031Z | Compiling sha3 v0.10.8 |
| 2750 | 2025-02-11T21:07:01.073Z | Compiling argon2 v0.5.3 |
| 2751 | 2025-02-11T21:07:01.132Z | Compiling tokio-tungstenite v0.21.0 |
| 2752 | 2025-02-11T21:07:01.714Z | Compiling poly1305 v0.8.0 |
| 2753 | 2025-02-11T21:07:01.737Z | Compiling typify-macro v0.2.0 |
| 2754 | 2025-02-11T21:07:01.780Z | Compiling derive_more v0.99.18 |
| 2755 | 2025-02-11T21:07:01.875Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2756 | 2025-02-11T21:07:01.996Z | Compiling chacha20 v0.9.1 |
| 2757 | 2025-02-11T21:07:02.061Z | Compiling float-ord v0.3.2 |
| 2758 | 2025-02-11T21:07:02.215Z | Compiling typify-macro v0.3.0 |
| 2759 | 2025-02-11T21:07:02.271Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2760 | 2025-02-11T21:07:02.478Z | Compiling same-file v1.0.6 |
| 2761 | 2025-02-11T21:07:02.709Z | Compiling semver v0.1.20 |
| 2762 | 2025-02-11T21:07:02.787Z | Compiling walkdir v2.5.0 |
| 2763 | 2025-02-11T21:07:03.338Z | Compiling rustc_version v0.1.7 |
| 2764 | 2025-02-11T21:07:03.385Z | Compiling newline-converter v0.3.0 |
| 2765 | 2025-02-11T21:07:03.486Z | Compiling primeorder v0.13.6 |
| 2766 | 2025-02-11T21:07:03.578Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2767 | 2025-02-11T21:07:03.811Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2768 | 2025-02-11T21:07:03.870Z | Compiling secrecy v0.8.0 |
| 2769 | 2025-02-11T21:07:04.014Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2770 | 2025-02-11T21:07:04.032Z | Compiling cancel-safe-futures v0.1.5 |
| 2771 | 2025-02-11T21:07:04.121Z | Compiling owo-colors v4.1.0 |
| 2772 | 2025-02-11T21:07:04.186Z | Compiling newtype_derive v0.1.6 |
| 2773 | 2025-02-11T21:07:04.448Z | Compiling expectorate v1.1.0 |
| 2774 | 2025-02-11T21:07:04.495Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2775 | 2025-02-11T21:07:04.523Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2776 | 2025-02-11T21:07:04.659Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2777 | 2025-02-11T21:07:04.819Z | Compiling blake3 v1.5.4 |
| 2778 | 2025-02-11T21:07:04.839Z | Compiling half v2.4.1 |
| 2779 | 2025-02-11T21:07:05.080Z | Compiling unicase v2.7.0 |
| 2780 | 2025-02-11T21:07:05.393Z | Compiling arc-swap v1.7.1 |
| 2781 | 2025-02-11T21:07:05.393Z | Compiling ciborium-io v0.2.2 |
| 2782 | 2025-02-11T21:07:05.538Z | Compiling ciborium-ll v0.2.2 |
| 2783 | 2025-02-11T21:07:05.609Z | Compiling typify v0.2.0 |
| 2784 | 2025-02-11T21:07:05.750Z | Compiling progenitor-impl v0.8.0 |
| 2785 | 2025-02-11T21:07:05.753Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2786 | 2025-02-11T21:07:05.963Z | Compiling slog-scope v4.4.0 |
| 2787 | 2025-02-11T21:07:06.001Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2788 | 2025-02-11T21:07:06.057Z | Compiling typify v0.3.0 |
| 2789 | 2025-02-11T21:07:06.178Z | Compiling progenitor-impl v0.9.1 |
| 2790 | 2025-02-11T21:07:06.449Z | Compiling polyval v0.6.2 |
| 2791 | 2025-02-11T21:07:06.915Z | Compiling atomicwrites v0.4.4 |
| 2792 | 2025-02-11T21:07:06.934Z | Compiling libsw v3.3.1 |
| 2793 | 2025-02-11T21:07:07.259Z | Compiling memmap2 v0.9.5 |
| 2794 | 2025-02-11T21:07:07.299Z | Compiling constant_time_eq v0.3.1 |
| 2795 | 2025-02-11T21:07:07.496Z | Compiling thiserror-no-std v2.0.2 |
| 2796 | 2025-02-11T21:07:07.519Z | Compiling indent_write v2.2.0 |
| 2797 | 2025-02-11T21:07:07.651Z | Compiling libefi-sys v0.1.0 |
| 2798 | 2025-02-11T21:07:07.704Z | Compiling linear-map v1.2.0 |
| 2799 | 2025-02-11T21:07:07.765Z | Compiling arrayvec v0.7.6 |
| 2800 | 2025-02-11T21:07:07.945Z | Compiling arrayref v0.3.9 |
| 2801 | 2025-02-11T21:07:08.055Z | Compiling salty v0.3.0 |
| 2802 | 2025-02-11T21:07:08.058Z | Compiling parking_lot_core v0.8.6 |
| 2803 | 2025-02-11T21:07:08.199Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2804 | 2025-02-11T21:07:08.561Z | Compiling vsss-rs v3.3.4 |
| 2805 | 2025-02-11T21:07:08.582Z | Compiling ghash v0.5.1 |
| 2806 | 2025-02-11T21:07:08.634Z | Compiling slog-stdlog v4.1.1 |
| 2807 | 2025-02-11T21:07:08.927Z | Compiling ciborium v0.2.2 |
| 2808 | 2025-02-11T21:07:09.456Z | Compiling p384 v0.13.0 |
| 2809 | 2025-02-11T21:07:09.561Z | Compiling toolchain_find v0.4.0 |
| 2810 | 2025-02-11T21:07:10.100Z | Compiling chacha20poly1305 v0.10.1 |
| 2811 | 2025-02-11T21:07:10.200Z | Compiling ctr v0.9.2 |
| 2812 | 2025-02-11T21:07:10.361Z | Compiling lzma-sys v0.1.20 |
| 2813 | 2025-02-11T21:07:10.384Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2814 | 2025-02-11T21:07:10.590Z | Compiling bitfield-struct v0.6.2 |
| 2815 | 2025-02-11T21:07:10.802Z | Compiling slog-dtrace v0.3.0 |
| 2816 | 2025-02-11T21:07:10.986Z | Compiling highway v1.2.0 |
| 2817 | 2025-02-11T21:07:11.126Z | Compiling topological-sort v0.2.2 |
| 2818 | 2025-02-11T21:07:11.376Z | Compiling omicron-zone-package v0.12.0 |
| 2819 | 2025-02-11T21:07:11.396Z | Compiling aes-gcm v0.10.3 |
| 2820 | 2025-02-11T21:07:11.726Z | Compiling rustfmt-wrapper v0.2.1 |
| 2821 | 2025-02-11T21:07:11.747Z | Compiling mime_guess v2.0.5 |
| 2822 | 2025-02-11T21:07:11.941Z | Compiling steno v0.4.1 |
| 2823 | 2025-02-11T21:07:11.989Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2824 | 2025-02-11T21:07:12.289Z | Compiling slog-envlogger v2.2.0 |
| 2825 | 2025-02-11T21:07:12.776Z | Compiling progenitor-macro v0.8.0 |
| 2826 | 2025-02-11T21:07:12.997Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2827 | 2025-02-11T21:07:13.130Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2828 | 2025-02-11T21:07:13.330Z | Compiling heck v0.3.3 |
| 2829 | 2025-02-11T21:07:13.351Z | Compiling progenitor-macro v0.9.1 |
| 2830 | 2025-02-11T21:07:13.630Z | Compiling ssh-encoding v0.2.0 |
| 2831 | 2025-02-11T21:07:13.706Z | Compiling blowfish v0.9.1 |
| 2832 | 2025-02-11T21:07:13.948Z | Compiling nibble_vec v0.1.0 |
| 2833 | 2025-02-11T21:07:14.125Z | Compiling env_filter v0.1.2 |
| 2834 | 2025-02-11T21:07:14.171Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2835 | 2025-02-11T21:07:14.193Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2836 | 2025-02-11T21:07:14.212Z | Compiling endian-type v0.1.2 |
| 2837 | 2025-02-11T21:07:14.360Z | Compiling humantime v2.1.0 |
| 2838 | 2025-02-11T21:07:14.473Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2839 | 2025-02-11T21:07:14.586Z | Compiling env_logger v0.11.5 |
| 2840 | 2025-02-11T21:07:14.804Z | Compiling radix_trie v0.2.1 |
| 2841 | 2025-02-11T21:07:14.852Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2842 | 2025-02-11T21:07:14.878Z | Compiling ssh-cipher v0.2.0 |
| 2843 | 2025-02-11T21:07:15.269Z | Compiling bcrypt-pbkdf v0.10.0 |
| 2844 | 2025-02-11T21:07:15.480Z | Compiling zone_cfg_derive v0.1.2 |
| 2845 | 2025-02-11T21:07:15.704Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2846 | 2025-02-11T21:07:16.339Z | Compiling parking_lot v0.11.2 |
| 2847 | 2025-02-11T21:07:16.393Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2848 | 2025-02-11T21:07:16.834Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9ff89d72) |
| 2849 | 2025-02-11T21:07:16.913Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2850 | 2025-02-11T21:07:17.125Z | Compiling password-hash v0.4.2 |
| 2851 | 2025-02-11T21:07:17.145Z | Compiling gethostname v0.5.0 |
| 2852 | 2025-02-11T21:07:17.297Z | Compiling fxhash v0.2.1 |
| 2853 | 2025-02-11T21:07:17.353Z | Compiling simd-adler32 v0.3.7 |
| 2854 | 2025-02-11T21:07:17.408Z | Compiling zip v2.1.3 |
| 2855 | 2025-02-11T21:07:17.537Z | Compiling bumpalo v3.16.0 |
| 2856 | 2025-02-11T21:07:17.733Z | Compiling lockfree-object-pool v0.1.6 |
| 2857 | 2025-02-11T21:07:17.945Z | Compiling http-range v0.1.5 |
| 2858 | 2025-02-11T21:07:17.971Z | Compiling base64 v0.13.1 |
| 2859 | 2025-02-11T21:07:18.011Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2860 | 2025-02-11T21:07:18.029Z | Compiling zopfli v0.8.1 |
| 2861 | 2025-02-11T21:07:18.313Z | Compiling pbkdf2 v0.11.0 |
| 2862 | 2025-02-11T21:07:18.365Z | Compiling sled v0.34.7 |
| 2863 | 2025-02-11T21:07:18.452Z | Compiling ron v0.7.1 |
| 2864 | 2025-02-11T21:07:18.575Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2865 | 2025-02-11T21:07:18.677Z | Compiling zone v0.1.8 |
| 2866 | 2025-02-11T21:07:18.998Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9ff89d72) |
| 2867 | 2025-02-11T21:07:19.277Z | Compiling xz2 v0.1.7 |
| 2868 | 2025-02-11T21:07:19.762Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2869 | 2025-02-11T21:07:20.133Z | Compiling ssh-key v0.6.6 |
| 2870 | 2025-02-11T21:07:20.624Z | Compiling hickory-client v0.24.2 |
| 2871 | 2025-02-11T21:07:21.141Z | Compiling p256 v0.13.2 |
| 2872 | 2025-02-11T21:07:21.990Z | Compiling p521 v0.13.3 |
| 2873 | 2025-02-11T21:07:21.993Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2874 | 2025-02-11T21:07:23.031Z | Compiling hickory-server v0.24.2 |
| 2875 | 2025-02-11T21:07:23.457Z | Compiling pem v3.0.4 |
| 2876 | 2025-02-11T21:07:24.196Z | Compiling yasna v0.5.2 |
| 2877 | 2025-02-11T21:07:24.375Z | Compiling headers-core v0.3.0 |
| 2878 | 2025-02-11T21:07:24.417Z | Compiling kstat-rs v0.2.4 |
| 2879 | 2025-02-11T21:07:24.577Z | Compiling nanorand v0.7.0 |
| 2880 | 2025-02-11T21:07:24.693Z | Compiling russh-cryptovec v0.7.3 |
| 2881 | 2025-02-11T21:07:24.967Z | Compiling atty v0.2.14 |
| 2882 | 2025-02-11T21:07:25.046Z | Compiling md5 v0.7.0 |
| 2883 | 2025-02-11T21:07:25.130Z | Compiling flume v0.11.1 |
| 2884 | 2025-02-11T21:07:25.150Z | Compiling headers v0.4.0 |
| 2885 | 2025-02-11T21:07:25.572Z | Compiling russh-keys v0.45.0 |
| 2886 | 2025-02-11T21:07:25.643Z | Compiling progenitor v0.8.0 |
| 2887 | 2025-02-11T21:07:25.720Z | Compiling rcgen v0.12.1 |
| 2888 | 2025-02-11T21:07:25.875Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2889 | 2025-02-11T21:07:26.190Z | Compiling progenitor v0.9.1 |
| 2890 | 2025-02-11T21:07:26.434Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2891 | 2025-02-11T21:07:26.888Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2892 | 2025-02-11T21:07:27.268Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2893 | 2025-02-11T21:07:27.857Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2894 | 2025-02-11T21:07:27.903Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2895 | 2025-02-11T21:07:28.270Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2896 | 2025-02-11T21:07:29.085Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2897 | 2025-02-11T21:07:29.393Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2898 | 2025-02-11T21:07:29.419Z | Compiling hyper-staticfile v0.10.1 |
| 2899 | 2025-02-11T21:07:31.094Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2900 | 2025-02-11T21:07:31.703Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2901 | 2025-02-11T21:07:31.932Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
| 2902 | 2025-02-11T21:07:32.337Z | Compiling num-bigint v0.4.6 |
| 2903 | 2025-02-11T21:07:32.421Z | Compiling des v0.8.1 |
| 2904 | 2025-02-11T21:07:32.783Z | Compiling subprocess v0.2.9 |
| 2905 | 2025-02-11T21:07:33.136Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2906 | 2025-02-11T21:07:33.503Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2907 | 2025-02-11T21:07:34.452Z | Compiling hex-literal v0.4.1 |
| 2908 | 2025-02-11T21:07:34.574Z | Compiling display-error-chain v0.2.2 |
| 2909 | 2025-02-11T21:07:34.626Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2910 | 2025-02-11T21:07:34.804Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2911 | 2025-02-11T21:07:34.839Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2912 | 2025-02-11T21:07:35.315Z | Compiling russh v0.45.0 |
| 2913 | 2025-02-11T21:07:37.611Z | Compiling internet-checksum v0.2.1 |
| 2914 | 2025-02-11T21:07:42.685Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2915 | 2025-02-11T21:07:42.685Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2916 | 2025-02-11T21:07:42.688Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2917 | 2025-02-11T21:07:42.688Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2918 | 2025-02-11T21:07:43.485Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2919 | 2025-02-11T21:07:45.553Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2920 | 2025-02-11T21:07:46.628Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2921 | 2025-02-11T21:07:46.726Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2922 | 2025-02-11T21:07:47.434Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2923 | 2025-02-11T21:07:49.854Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2924 | 2025-02-11T21:07:49.912Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2925 | 2025-02-11T21:07:50.370Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2926 | 2025-02-11T21:07:50.412Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2927 | 2025-02-11T21:07:51.278Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2928 | 2025-02-11T21:07:51.857Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2929 | 2025-02-11T21:07:53.348Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2930 | 2025-02-11T21:07:53.928Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2931 | 2025-02-11T21:07:54.778Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2932 | 2025-02-11T21:07:56.344Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2933 | 2025-02-11T21:07:56.770Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2934 | 2025-02-11T21:07:57.513Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2935 | 2025-02-11T21:07:57.592Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2936 | 2025-02-11T21:07:59.359Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2937 | 2025-02-11T21:07:59.546Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2938 | 2025-02-11T21:08:02.251Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2939 | 2025-02-11T21:08:02.638Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2940 | 2025-02-11T21:08:04.508Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2941 | 2025-02-11T21:08:04.511Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2942 | 2025-02-11T21:08:10.027Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2943 | 2025-02-11T21:08:18.188Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2944 | 2025-02-11T21:08:19.739Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2945 | 2025-02-11T21:08:41.957Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2946 | 2025-02-11T21:09:05.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
| 2947 | 2025-02-11T21:09:05.931Z | |
| 2948 | 2025-02-11T21:09:05.931Z | real 2:25.837542060 |
| 2949 | 2025-02-11T21:09:05.931Z | user 12:24.058844626 |
| 2950 | 2025-02-11T21:09:05.931Z | sys 1:35.719795405 |
| 2951 | 2025-02-11T21:09:05.931Z | trap 0.369002279 |
| 2952 | 2025-02-11T21:09:05.935Z | tflt 1.324164468 |
| 2953 | 2025-02-11T21:09:05.935Z | dflt 1.285488617 |
| 2954 | 2025-02-11T21:09:05.935Z | kflt 0.000674738 |
| 2955 | 2025-02-11T21:09:05.935Z | lock 22:45.135187793 |
| 2956 | 2025-02-11T21:09:05.935Z | slp 42:25.404310513 |
| 2957 | 2025-02-11T21:09:05.935Z | lat 38.224373718 |
| 2958 | 2025-02-11T21:09:05.935Z | stop 1:35.930762799 |
| 2959 | 2025-02-11T21:09:05.935Z | + mkdir tests |
| 2960 | 2025-02-11T21:09:05.938Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 2961 | 2025-02-11T21:09:05.938Z | + xargs -I '{}' -t cp '{}' tests/ |
| 2962 | 2025-02-11T21:09:07.186Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9cf030962fddf105 tests/ |
| 2963 | 2025-02-11T21:09:07.210Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-3845d95b1a66d400 tests/ |
| 2964 | 2025-02-11T21:09:07.236Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-84b3dc1c24582af6 tests/ |
| 2965 | 2025-02-11T21:09:07.261Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-0e914199c735436a tests/ |
| 2966 | 2025-02-11T21:09:07.545Z | + 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/*) |
| 2967 | 2025-02-11T21:09:07.548Z | + 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-3845d95b1a66d400 tests/commtest-84b3dc1c24582af6 tests/dhcp_server-9cf030962fddf105 tests/end_to_end_tests-0e914199c735436a 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 |
| 2968 | 2025-02-11T21:10:21.573Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 2969 | 2025-02-11T21:10:21.573Z | a .github/buildomat/ci-env.sh 1K |
| 2970 | 2025-02-11T21:10:21.573Z | a out/target/test 1K |
| 2971 | 2025-02-11T21:10:21.573Z | a out/npuzone/npuzone 23144K |
| 2972 | 2025-02-11T21:10:21.573Z | a package-manifest.toml 33K |
| 2973 | 2025-02-11T21:10:21.573Z | a smf/sled-agent/non-gimlet/config.toml 4K |
| 2974 | 2025-02-11T21:10:21.573Z | a target/release/omicron-package 35951K |
| 2975 | 2025-02-11T21:10:21.573Z | a target/release/xtask 11805K |
| 2976 | 2025-02-11T21:10:21.573Z | a target/debug/bootstrap 219994K |
| 2977 | 2025-02-11T21:10:21.573Z | a tests/bootstrap-3845d95b1a66d400 24119K |
| 2978 | 2025-02-11T21:10:21.573Z | a tests/commtest-84b3dc1c24582af6 24221K |
| 2979 | 2025-02-11T21:10:21.573Z | a tests/dhcp_server-9cf030962fddf105 24119K |
| 2980 | 2025-02-11T21:10:21.573Z | a tests/end_to_end_tests-0e914199c735436a 281185K |
| 2981 | 2025-02-11T21:10:21.574Z | a out/clickhouse.tar.gz 294504K |
| 2982 | 2025-02-11T21:10:21.574Z | a out/clickhouse_keeper.tar.gz 281628K |
| 2983 | 2025-02-11T21:10:21.574Z | a out/clickhouse_server.tar.gz 294473K |
| 2984 | 2025-02-11T21:10:21.574Z | a out/cockroachdb.tar.gz 134938K |
| 2985 | 2025-02-11T21:10:21.574Z | a out/crucible-dtrace.tar 99K |
| 2986 | 2025-02-11T21:10:21.574Z | a out/crucible-pantry-zone.tar.gz 28538K |
| 2987 | 2025-02-11T21:10:21.574Z | a out/crucible-zone.tar.gz 36911K |
| 2988 | 2025-02-11T21:10:21.574Z | a out/external-dns.tar.gz 35417K |
| 2989 | 2025-02-11T21:10:21.574Z | a out/internal-dns.tar.gz 35416K |
| 2990 | 2025-02-11T21:10:21.574Z | a out/mg-ddm-gz.tar 63075K |
| 2991 | 2025-02-11T21:10:21.574Z | a out/nexus.tar.gz 100322K |
| 2992 | 2025-02-11T21:10:21.574Z | a out/ntp.tar.gz 10498K |
| 2993 | 2025-02-11T21:10:21.574Z | a out/omicron-gateway-softnpu.tar.gz 24048K |
| 2994 | 2025-02-11T21:10:21.574Z | a out/omicron-sled-agent.tar 113947K |
| 2995 | 2025-02-11T21:10:21.574Z | a out/overlay.tar.gz 3K |
| 2996 | 2025-02-11T21:10:21.574Z | a out/oximeter.tar.gz 48293K |
| 2997 | 2025-02-11T21:10:21.574Z | a out/oxlog.tar 3124K |
| 2998 | 2025-02-11T21:10:21.574Z | a out/probe.tar.gz 2764K |
| 2999 | 2025-02-11T21:10:21.574Z | a out/propolis-server.tar.gz 66425K |
| 3000 | 2025-02-11T21:10:21.574Z | a out/pumpkind-gz.tar 26665K |
| 3001 | 2025-02-11T21:10:21.574Z | a out/switch-softnpu.tar.gz 249344K |
| 3002 | 2025-02-11T21:10:21.577Z | |
| 3003 | 2025-02-11T21:10:21.577Z | real 1:14.018962122 |
| 3004 | 2025-02-11T21:10:21.577Z | user 1:10.642712392 |
| 3005 | 2025-02-11T21:10:21.577Z | sys 4.757077854 |
| 3006 | 2025-02-11T21:10:21.577Z | trap 0.018641610 |
| 3007 | 2025-02-11T21:10:21.577Z | tflt 0.000000000 |
| 3008 | 2025-02-11T21:10:21.577Z | dflt 0.000000000 |
| 3009 | 2025-02-11T21:10:21.577Z | kflt 0.000000000 |
| 3010 | 2025-02-11T21:10:21.577Z | lock 0.000000000 |
| 3011 | 2025-02-11T21:10:21.577Z | slp 1:10.443259089 |
| 3012 | 2025-02-11T21:10:21.577Z | lat 2.171465129 |
| 3013 | 2025-02-11T21:10:21.577Z | stop 0.000195872 |
| 3014 | 2025-02-11T21:10:21.580Z | process exited: duration 2018102 ms, exit code 0 |
| |
| 3015 | 2025-02-11T21:10:21.594Z | found 1 output files |
| 3016 | 2025-02-11T21:10:21.594Z | uploading: /work/package.tar.gz (1916219727 bytes) |
| 3017 | 2025-02-11T21:11:00.981Z | uploaded: /work/package.tar.gz |