|
|
|
| 1 | 2025-03-19T23:18:23.690Z | job assigned to worker 01JPRB5400CPN1EMHAXXKMXHJ3 [factory aws, i-07be7ad2adfde2bd1] (queued for 55 s) |
| |
| 2 | 2025-03-19T23:18:31.583Z | starting task 0: "setup" |
| 3 | 2025-03-19T23:18:31.588Z | ++ uname -s |
| 4 | 2025-03-19T23:18:31.591Z | + kern=SunOS |
| 5 | 2025-03-19T23:18:31.591Z | + build_user=build |
| 6 | 2025-03-19T23:18:31.591Z | + build_uid=12345 |
| 7 | 2025-03-19T23:18:31.591Z | + work_dir=/work |
| 8 | 2025-03-19T23:18:31.591Z | + input_dir=/input |
| 9 | 2025-03-19T23:18:31.591Z | + [[ 0 == 12345 ]] |
| 10 | 2025-03-19T23:18:31.591Z | + case "$kern" in |
| 11 | 2025-03-19T23:18:31.591Z | + groupadd -g 12345 build |
| 12 | 2025-03-19T23:18:31.595Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-03-19T23:18:33.602Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-03-19T23:18:33.735Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-03-19T23:18:33.738Z | + home_fs=zfs |
| 16 | 2025-03-19T23:18:33.738Z | + [[ zfs == autofs ]] |
| 17 | 2025-03-19T23:18:33.738Z | + mkdir -p /home/build |
| 18 | 2025-03-19T23:18:33.742Z | + chown build:build /home/build /work |
| 19 | 2025-03-19T23:18:35.742Z | + chmod 0700 /home/build /work |
| 20 | 2025-03-19T23:18:35.745Z | process exited: duration 4163 ms, exit code 0 |
| |
| 21 | 2025-03-19T23:18:35.752Z | starting task 1: "rust-toolchain" |
| 22 | 2025-03-19T23:18:35.759Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
| 23 | 2025-03-19T23:18:35.759Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-03-19T23:18:35.759Z | * rust toolchain channel = "1.85.0" |
| 25 | 2025-03-19T23:18:35.759Z | * rust toolchain profile = "default" |
| 26 | 2025-03-19T23:18:35.759Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-03-19T23:18:35.759Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-03-19T23:18:35.763Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-03-19T23:18:35.763Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
| 30 | 2025-03-19T23:18:35.877Z | info: downloading installer |
| 31 | 2025-03-19T23:18:37.093Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-03-19T23:18:37.093Z | warn: /opt/ooce/bin |
| 33 | 2025-03-19T23:18:37.093Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-03-19T23:18:37.093Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-03-19T23:18:37.093Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-03-19T23:18:37.093Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-03-19T23:18:37.094Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-03-19T23:18:37.094Z | error: cannot install while Rust is installed |
| 39 | 2025-03-19T23:18:37.094Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-03-19T23:18:37.120Z | info: profile set to 'default' |
| 41 | 2025-03-19T23:18:37.120Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-03-19T23:18:37.123Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
| 43 | 2025-03-19T23:18:37.299Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
| 44 | 2025-03-19T23:18:37.299Z | info: downloading component 'cargo' |
| 45 | 2025-03-19T23:18:38.188Z | info: downloading component 'clippy' |
| 46 | 2025-03-19T23:18:38.573Z | info: downloading component 'rust-docs' |
| 47 | 2025-03-19T23:18:39.683Z | info: downloading component 'rust-std' |
| 48 | 2025-03-19T23:18:41.327Z | info: downloading component 'rustc' |
| 49 | 2025-03-19T23:18:49.196Z | info: downloading component 'rustfmt' |
| 50 | 2025-03-19T23:18:49.441Z | info: installing component 'cargo' |
| 51 | 2025-03-19T23:18:50.253Z | info: installing component 'clippy' |
| 52 | 2025-03-19T23:18:50.633Z | info: installing component 'rust-docs' |
| 53 | 2025-03-19T23:18:52.386Z | info: installing component 'rust-std' |
| 54 | 2025-03-19T23:18:54.234Z | info: installing component 'rustc' |
| 55 | 2025-03-19T23:19:00.210Z | info: installing component 'rustfmt' |
| 56 | 2025-03-19T23:19:00.538Z | |
| 57 | 2025-03-19T23:19:00.538Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
| 58 | 2025-03-19T23:19:00.903Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 59 | 2025-03-19T23:19:00.903Z | |
| 60 | 2025-03-19T23:19:00.907Z | |
| 61 | 2025-03-19T23:19:00.907Z | Rust is installed now. Great! |
| 62 | 2025-03-19T23:19:00.907Z | |
| 63 | 2025-03-19T23:19:00.907Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-03-19T23:19:00.907Z | environment variable. This has not been done automatically. |
| 65 | 2025-03-19T23:19:00.907Z | |
| 66 | 2025-03-19T23:19:00.907Z | To configure your current shell, you need to source |
| 67 | 2025-03-19T23:19:00.907Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-03-19T23:19:00.907Z | |
| 69 | 2025-03-19T23:19:00.907Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-03-19T23:19:00.907Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-03-19T23:19:00.907Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-03-19T23:19:00.907Z | source "$HOME/.cargo/env.nu" # For nushell |
| 73 | 2025-03-19T23:19:00.976Z | + rustup --version |
| 74 | 2025-03-19T23:19:00.987Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
| 75 | 2025-03-19T23:19:00.987Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-03-19T23:19:01.015Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
| 77 | 2025-03-19T23:19:01.018Z | + cargo --version |
| 78 | 2025-03-19T23:19:01.036Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 79 | 2025-03-19T23:19:01.040Z | + rustc --version |
| 80 | 2025-03-19T23:19:01.065Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 81 | 2025-03-19T23:19:01.068Z | process exited: duration 25314 ms, exit code 0 |
| |
| 82 | 2025-03-19T23:19:01.075Z | starting task 2: "authentication" |
| 83 | 2025-03-19T23:19:01.098Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2025-03-19T23:19:01.107Z | starting task 3: "clone repository" |
| 85 | 2025-03-19T23:19:01.110Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-03-19T23:19:01.114Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-03-19T23:19:01.770Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-03-19T23:19:09.480Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-03-19T23:19:09.480Z | + git fetch origin c84a598a56b91d04a91e28d587d465d06732cb9e |
| 90 | 2025-03-19T23:19:09.807Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-03-19T23:19:09.807Z | * branch c84a598a56b91d04a91e28d587d465d06732cb9e -> FETCH_HEAD |
| 92 | 2025-03-19T23:19:09.818Z | + [[ -n iliana/tuf-replication-generation-numbers ]] |
| 93 | 2025-03-19T23:19:09.822Z | ++ git branch --show-current |
| 94 | 2025-03-19T23:19:09.825Z | + current=main |
| 95 | 2025-03-19T23:19:09.825Z | + [[ main != iliana/tuf-replication-generation-numbers ]] |
| 96 | 2025-03-19T23:19:09.825Z | + git branch -f iliana/tuf-replication-generation-numbers c84a598a56b91d04a91e28d587d465d06732cb9e |
| 97 | 2025-03-19T23:19:09.828Z | + git checkout -f iliana/tuf-replication-generation-numbers |
| 98 | 2025-03-19T23:19:10.018Z | Switched to branch 'iliana/tuf-replication-generation-numbers' |
| 99 | 2025-03-19T23:19:10.022Z | + git reset --hard c84a598a56b91d04a91e28d587d465d06732cb9e |
| 100 | 2025-03-19T23:19:10.206Z | HEAD is now at c84a598a5 ledger management task; rename ledger file |
| 101 | 2025-03-19T23:19:10.209Z | process exited: duration 9101 ms, exit code 0 |
| |
| 102 | 2025-03-19T23:19:10.216Z | starting task 4: "build" |
| 103 | 2025-03-19T23:19:10.221Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-03-19T23:19:10.224Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-03-19T23:19:10.224Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-03-19T23:19:10.224Z | + cargo --version |
| 107 | 2025-03-19T23:19:10.277Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 108 | 2025-03-19T23:19:10.282Z | + rustc --version |
| 109 | 2025-03-19T23:19:10.347Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 110 | 2025-03-19T23:19:10.351Z | + WORK=/work |
| 111 | 2025-03-19T23:19:10.351Z | + pfexec mkdir -p /work |
| 112 | 2025-03-19T23:19:10.354Z | + pfexec chown build /work |
| 113 | 2025-03-19T23:19:10.357Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2025-03-19T23:19:14.600Z | pkg list: illegal option -- F |
| 115 | 2025-03-19T23:19:14.603Z | Usage: |
| 116 | 2025-03-19T23:19:14.604Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 117 | 2025-03-19T23:19:14.604Z | [pkg_fmri_pattern ...] |
| 118 | 2025-03-19T23:19:15.445Z | pkg list: illegal option -- F |
| 119 | 2025-03-19T23:19:15.445Z | Usage: |
| 120 | 2025-03-19T23:19:15.451Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 121 | 2025-03-19T23:19:15.451Z | [pkg_fmri_pattern ...] |
| 122 | 2025-03-19T23:19:23.143Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 123 | 2025-03-19T23:19:27.807Z | Startup: Caching catalogs ... Done |
| 124 | 2025-03-19T23:19:42.542Z | Planning: Solver setup ... Done (13.662s) |
| 125 | 2025-03-19T23:19:42.708Z | Planning: Running solver ... Done (0.166s) |
| 126 | 2025-03-19T23:19:43.115Z | Planning: Finding local manifests ... Done (0.282s) |
| 127 | 2025-03-19T23:19:43.128Z | Planning: Fetching manifests: 0/7 0% complete |
| 128 | 2025-03-19T23:19:43.846Z | Planning: Fetching manifests: 7/7 100% complete |
| 129 | 2025-03-19T23:19:44.478Z | Planning: Package planning ... Done (0.632s) |
| 130 | 2025-03-19T23:19:44.535Z | Planning: Merging actions ... Done (0.057s) |
| 131 | 2025-03-19T23:19:45.339Z | Planning: Checking for conflicting actions ... Done (0.804s) |
| 132 | 2025-03-19T23:19:50.676Z | Planning: Consolidating action changes ... Done (5.336s) |
| 133 | 2025-03-19T23:19:51.073Z | Planning: Evaluating mediators ... Done (0.397s) |
| 134 | 2025-03-19T23:19:51.288Z | Planning: Planning completed in 23.38 seconds |
| 135 | 2025-03-19T23:19:51.303Z | Packages to install: 4 |
| 136 | 2025-03-19T23:19:51.303Z | Packages to update: 3 |
| 137 | 2025-03-19T23:19:51.303Z | Mediators to change: 2 |
| 138 | 2025-03-19T23:19:51.306Z | Services to change: 1 |
| 139 | 2025-03-19T23:19:51.306Z | Estimated space available: 155.59 GB |
| 140 | 2025-03-19T23:19:51.306Z | Estimated space to be consumed: 1.67 GB |
| 141 | 2025-03-19T23:19:51.306Z | Create boot environment: No |
| 142 | 2025-03-19T23:19:51.306Z | Create backup boot environment: Yes |
| 143 | 2025-03-19T23:19:51.306Z | Rebuild boot archive: No |
| 144 | 2025-03-19T23:19:51.307Z | |
| 145 | 2025-03-19T23:19:51.307Z | Changed mediators: |
| 146 | 2025-03-19T23:19:51.307Z | mediator clang: |
| 147 | 2025-03-19T23:19:51.307Z | version: None -> 15 (system default) |
| 148 | 2025-03-19T23:19:51.307Z | |
| 149 | 2025-03-19T23:19:51.307Z | mediator llvm: |
| 150 | 2025-03-19T23:19:51.307Z | version: 14 (system default) -> 15 (system default) |
| 151 | 2025-03-19T23:19:51.307Z | |
| 152 | 2025-03-19T23:19:51.307Z | Changed packages: |
| 153 | 2025-03-19T23:19:51.307Z | helios-dev |
| 154 | 2025-03-19T23:19:51.307Z | developer/build-essential |
| 155 | 2025-03-19T23:19:51.307Z | None -> 11-2.0 |
| 156 | 2025-03-19T23:19:51.307Z | library/libxmlsec1 |
| 157 | 2025-03-19T23:19:51.307Z | None -> 1.2.35-2.0 |
| 158 | 2025-03-19T23:19:51.307Z | ooce/developer/clang-15 |
| 159 | 2025-03-19T23:19:51.307Z | None -> 15.0.7-2.0 |
| 160 | 2025-03-19T23:19:51.307Z | ooce/developer/llvm-15 |
| 161 | 2025-03-19T23:19:51.307Z | None -> 15.0.7-2.0 |
| 162 | 2025-03-19T23:19:51.307Z | package/pkg |
| 163 | 2025-03-19T23:19:51.307Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 164 | 2025-03-19T23:19:51.307Z | system/library/g++-runtime |
| 165 | 2025-03-19T23:19:51.307Z | 13-2.0 -> 14-2.0 |
| 166 | 2025-03-19T23:19:51.307Z | system/library/gcc-runtime |
| 167 | 2025-03-19T23:19:51.307Z | 13-2.0 -> 14-2.0 |
| 168 | 2025-03-19T23:19:51.307Z | |
| 169 | 2025-03-19T23:19:51.307Z | Services: |
| 170 | 2025-03-19T23:19:51.307Z | restart_fmri: |
| 171 | 2025-03-19T23:19:51.307Z | svc:/system/update-man-index:default |
| 172 | 2025-03-19T23:19:51.307Z | |
| 173 | 2025-03-19T23:19:51.307Z | Editable files to change: |
| 174 | 2025-03-19T23:19:51.307Z | Update: |
| 175 | 2025-03-19T23:19:51.307Z | usr/share/lib/pkg/web/config.shtml |
| 176 | 2025-03-19T23:19:51.573Z | |
| 177 | 2025-03-19T23:19:51.573Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 178 | 2025-03-19T23:19:56.573Z | Download: 656/4301 items 18.0/225.4MB 7% complete (3.6M/s) |
| 179 | 2025-03-19T23:20:01.573Z | Download: 1425/4301 items 105.7/225.4MB 46% complete (10.6M/s) |
| 180 | 2025-03-19T23:20:06.574Z | Download: 2753/4301 items 120.9/225.4MB 53% complete (10.3M/s) |
| 181 | 2025-03-19T23:20:11.820Z | Download: 3289/4301 items 212.6/225.4MB 94% complete (11.7M/s) |
| 182 | 2025-03-19T23:20:17.037Z | Download: 4291/4301 items 224.4/225.4MB 99% complete (10.3M/s) |
| 183 | 2025-03-19T23:20:17.089Z | Download: Completed 225.42 MB in 25.51 seconds (8.8M/s) |
| 184 | 2025-03-19T23:20:19.198Z | Actions: 1/5122 actions (Removing old actions) |
| 185 | 2025-03-19T23:20:19.209Z | Actions: 194/5122 actions (Installing new actions) |
| 186 | 2025-03-19T23:20:24.233Z | Actions: 4147/5122 actions (Installing new actions) |
| 187 | 2025-03-19T23:20:24.592Z | Actions: 4267/5122 actions (Updating modified actions) |
| 188 | 2025-03-19T23:20:25.066Z | Actions: Completed 5122 actions in 5.88 seconds. |
| 189 | 2025-03-19T23:20:25.305Z | Done (0.230s) |
| 190 | 2025-03-19T23:20:25.308Z | Done (0.001s) |
| 191 | 2025-03-19T23:20:25.942Z | Done (0.636s) |
| 192 | 2025-03-19T23:20:32.207Z | Done (6.029s) |
| 193 | 2025-03-19T23:20:32.511Z | Done (0.231s) |
| 194 | 2025-03-19T23:20:32.514Z | Done (0.000s) |
| 195 | 2025-03-19T23:20:32.719Z | Done (0.000s) |
| 196 | 2025-03-19T23:20:33.451Z | Planning: Evaluating mediator changes ... Done |
| 197 | 2025-03-19T23:20:33.612Z | Planning: Checking for conflicting actions ... Done |
| 198 | 2025-03-19T23:20:33.616Z | Planning: Consolidating action changes ... Done |
| 199 | 2025-03-19T23:20:33.882Z | Planning: Evaluating mediators ... Done |
| 200 | 2025-03-19T23:20:33.885Z | Planning: Planning completed in 0.43 seconds |
| 201 | 2025-03-19T23:20:33.922Z | Mediators to change: 2 |
| 202 | 2025-03-19T23:20:33.922Z | Create boot environment: No |
| 203 | 2025-03-19T23:20:33.925Z | Create backup boot environment: No |
| 204 | 2025-03-19T23:20:34.002Z | Done |
| 205 | 2025-03-19T23:20:34.002Z | Done |
| 206 | 2025-03-19T23:20:34.462Z | Done |
| 207 | 2025-03-19T23:20:38.020Z | Done |
| 208 | 2025-03-19T23:20:38.109Z | Done |
| 209 | 2025-03-19T23:20:38.112Z | Done |
| 210 | 2025-03-19T23:20:38.252Z | Done |
| 211 | 2025-03-19T23:20:38.856Z | Planning: Evaluating mediator changes ... Done |
| 212 | 2025-03-19T23:20:38.859Z | Planning: Merging actions ... Done |
| 213 | 2025-03-19T23:20:39.048Z | Planning: Checking for conflicting actions ... Done |
| 214 | 2025-03-19T23:20:39.051Z | Planning: Consolidating action changes ... Done |
| 215 | 2025-03-19T23:20:39.315Z | Planning: Evaluating mediators ... Done |
| 216 | 2025-03-19T23:20:39.368Z | Planning: Planning completed in 0.75 seconds |
| 217 | 2025-03-19T23:20:39.409Z | Packages to change: 1 |
| 218 | 2025-03-19T23:20:39.409Z | Mediators to change: 1 |
| 219 | 2025-03-19T23:20:39.412Z | Services to change: 1 |
| 220 | 2025-03-19T23:20:39.412Z | Create boot environment: No |
| 221 | 2025-03-19T23:20:39.412Z | Create backup boot environment: Yes |
| 222 | 2025-03-19T23:20:41.721Z | Actions: 1/6 actions (Updating modified actions) |
| 223 | 2025-03-19T23:20:41.724Z | Actions: Completed 6 actions in 0.00 seconds. |
| 224 | 2025-03-19T23:20:41.724Z | Done |
| 225 | 2025-03-19T23:20:41.724Z | Done |
| 226 | 2025-03-19T23:20:41.851Z | Done |
| 227 | 2025-03-19T23:20:45.433Z | Done |
| 228 | 2025-03-19T23:20:45.526Z | Done |
| 229 | 2025-03-19T23:20:45.530Z | Done |
| 230 | 2025-03-19T23:20:45.681Z | Done |
| 231 | 2025-03-19T23:20:46.109Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 232 | 2025-03-19T23:20:46.110Z | clang system 15 system |
| 233 | 2025-03-19T23:20:46.110Z | csh system system illumos |
| 234 | 2025-03-19T23:20:46.110Z | ctags system system illumos |
| 235 | 2025-03-19T23:20:46.110Z | gcc vendor 12 vendor |
| 236 | 2025-03-19T23:20:46.110Z | gcc system 10 system |
| 237 | 2025-03-19T23:20:46.110Z | gcc system 7 system |
| 238 | 2025-03-19T23:20:46.110Z | go system 1.20 system |
| 239 | 2025-03-19T23:20:46.110Z | go system 1.19 system |
| 240 | 2025-03-19T23:20:46.110Z | llvm system 15 system |
| 241 | 2025-03-19T23:20:46.110Z | llvm system 14 system |
| 242 | 2025-03-19T23:20:46.110Z | mariadb system 10.6 system |
| 243 | 2025-03-19T23:20:46.110Z | mta vendor vendor dma |
| 244 | 2025-03-19T23:20:46.110Z | openjdk system 17 system |
| 245 | 2025-03-19T23:20:46.110Z | openjdk system 11 system |
| 246 | 2025-03-19T23:20:46.110Z | openjdk system 1.8 system |
| 247 | 2025-03-19T23:20:46.110Z | openssl vendor 3 vendor |
| 248 | 2025-03-19T23:20:46.110Z | perl system 5.36 system |
| 249 | 2025-03-19T23:20:46.110Z | postgresql system 15 system |
| 250 | 2025-03-19T23:20:46.110Z | postgresql system 13 system |
| 251 | 2025-03-19T23:20:46.110Z | python vendor 3 vendor |
| 252 | 2025-03-19T23:20:46.110Z | python system 2 system |
| 253 | 2025-03-19T23:20:46.110Z | python3 system 3.11 system |
| 254 | 2025-03-19T23:20:46.110Z | ruby system 3.0 system |
| 255 | 2025-03-19T23:20:46.110Z | words vendor vendor american-english |
| 256 | 2025-03-19T23:20:46.110Z | words system system australian-english |
| 257 | 2025-03-19T23:20:46.110Z | words system system british-english |
| 258 | 2025-03-19T23:20:46.110Z | words system system canadian-english |
| 259 | 2025-03-19T23:20:46.110Z | words system system french |
| 260 | 2025-03-19T23:20:46.110Z | words system system italian |
| 261 | 2025-03-19T23:20:46.110Z | words system system ngerman |
| 262 | 2025-03-19T23:20:46.110Z | words system system ogerman |
| 263 | 2025-03-19T23:20:46.110Z | words system system spanish |
| 264 | 2025-03-19T23:20:46.445Z | PUBLISHER TYPE STATUS P LOCATION |
| 265 | 2025-03-19T23:20:46.445Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 266 | 2025-03-19T23:20:49.606Z | FMRI IFO |
| 267 | 2025-03-19T23:20:49.606Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 268 | 2025-03-19T23:20:49.607Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 269 | 2025-03-19T23:20:49.607Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 270 | 2025-03-19T23:20:49.607Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 271 | 2025-03-19T23:20:49.607Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 272 | 2025-03-19T23:20:49.607Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 273 | 2025-03-19T23:20:49.607Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 274 | 2025-03-19T23:20:49.607Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 275 | 2025-03-19T23:20:49.607Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 276 | 2025-03-19T23:20:49.607Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 277 | 2025-03-19T23:20:49.607Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 278 | 2025-03-19T23:20:49.607Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 279 | 2025-03-19T23:20:49.607Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 280 | 2025-03-19T23:20:49.607Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 281 | 2025-03-19T23:20:49.607Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 282 | 2025-03-19T23:20:50.443Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 283 | 2025-03-19T23:20:50.765Z | Updating crates.io index |
| 284 | 2025-03-19T23:20:50.804Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 285 | 2025-03-19T23:20:51.376Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 286 | 2025-03-19T23:20:51.648Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 287 | 2025-03-19T23:20:51.928Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 288 | 2025-03-19T23:20:52.186Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 289 | 2025-03-19T23:20:53.163Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 290 | 2025-03-19T23:20:54.950Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 291 | 2025-03-19T23:20:55.693Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 292 | 2025-03-19T23:20:57.423Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 293 | 2025-03-19T23:20:57.684Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 294 | 2025-03-19T23:20:58.022Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 295 | 2025-03-19T23:20:58.560Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 296 | 2025-03-19T23:20:59.113Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 297 | 2025-03-19T23:20:59.472Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 298 | 2025-03-19T23:20:59.739Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 299 | 2025-03-19T23:21:00.060Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 300 | 2025-03-19T23:21:00.318Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 301 | 2025-03-19T23:21:00.546Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 302 | 2025-03-19T23:21:00.852Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 303 | 2025-03-19T23:21:01.187Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 304 | 2025-03-19T23:21:01.460Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 305 | 2025-03-19T23:21:01.868Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 306 | 2025-03-19T23:21:02.253Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 307 | 2025-03-19T23:21:02.539Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 308 | 2025-03-19T23:21:03.070Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 309 | 2025-03-19T23:21:03.416Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 310 | 2025-03-19T23:21:03.800Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 311 | 2025-03-19T23:21:04.309Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 312 | 2025-03-19T23:21:04.590Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 313 | 2025-03-19T23:21:04.817Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 314 | 2025-03-19T23:21:05.104Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 315 | 2025-03-19T23:21:06.686Z | Downloading crates ... |
| 316 | 2025-03-19T23:21:06.747Z | Downloaded block-buffer v0.10.4 |
| 317 | 2025-03-19T23:21:06.750Z | Downloaded byteorder v1.5.0 |
| 318 | 2025-03-19T23:21:06.753Z | Downloaded bytecount v0.6.8 |
| 319 | 2025-03-19T23:21:06.756Z | Downloaded camino v1.1.9 |
| 320 | 2025-03-19T23:21:06.794Z | Downloaded memmap v0.7.0 |
| 321 | 2025-03-19T23:21:06.798Z | Downloaded indexmap v2.7.1 |
| 322 | 2025-03-19T23:21:06.802Z | Downloaded dtrace-parser v0.2.0 |
| 323 | 2025-03-19T23:21:06.806Z | Downloaded clap_lex v0.7.4 |
| 324 | 2025-03-19T23:21:06.807Z | Downloaded scroll v0.12.0 |
| 325 | 2025-03-19T23:21:06.810Z | Downloaded fs-err v2.11.0 |
| 326 | 2025-03-19T23:21:06.816Z | Downloaded camino-tempfile v1.1.1 |
| 327 | 2025-03-19T23:21:06.820Z | Downloaded dof v0.3.0 |
| 328 | 2025-03-19T23:21:06.821Z | Downloaded proc-macro-error-attr v1.0.4 |
| 329 | 2025-03-19T23:21:06.824Z | Downloaded fnv v1.0.7 |
| 330 | 2025-03-19T23:21:06.824Z | Downloaded colorchoice v1.0.2 |
| 331 | 2025-03-19T23:21:06.824Z | Downloaded clap v4.5.31 |
| 332 | 2025-03-19T23:21:06.830Z | Downloaded textwrap v0.16.1 |
| 333 | 2025-03-19T23:21:06.833Z | Downloaded pretty-hex v0.4.1 |
| 334 | 2025-03-19T23:21:06.836Z | Downloaded errno v0.3.9 |
| 335 | 2025-03-19T23:21:06.836Z | Downloaded pest_meta v2.7.14 |
| 336 | 2025-03-19T23:21:06.839Z | Downloaded papergrid v0.11.0 |
| 337 | 2025-03-19T23:21:06.844Z | Downloaded ryu v1.0.18 |
| 338 | 2025-03-19T23:21:06.848Z | Downloaded plain v0.2.3 |
| 339 | 2025-03-19T23:21:06.849Z | Downloaded fastrand v2.1.1 |
| 340 | 2025-03-19T23:21:06.849Z | Downloaded digest v0.10.7 |
| 341 | 2025-03-19T23:21:06.849Z | Downloaded cpufeatures v0.2.14 |
| 342 | 2025-03-19T23:21:06.852Z | Downloaded serde_spanned v0.6.8 |
| 343 | 2025-03-19T23:21:06.852Z | Downloaded macaddr v1.0.1 |
| 344 | 2025-03-19T23:21:06.852Z | Downloaded strsim v0.11.1 |
| 345 | 2025-03-19T23:21:06.856Z | Downloaded equivalent v1.0.1 |
| 346 | 2025-03-19T23:21:06.856Z | Downloaded generic-array v0.14.7 |
| 347 | 2025-03-19T23:21:06.856Z | Downloaded cargo-platform v0.1.8 |
| 348 | 2025-03-19T23:21:06.859Z | Downloaded hashbrown v0.15.1 |
| 349 | 2025-03-19T23:21:06.862Z | Downloaded heck v0.5.0 |
| 350 | 2025-03-19T23:21:06.880Z | Downloaded scroll_derive v0.12.0 |
| 351 | 2025-03-19T23:21:06.883Z | Downloaded itoa v1.0.11 |
| 352 | 2025-03-19T23:21:06.883Z | Downloaded cfg-if v1.0.0 |
| 353 | 2025-03-19T23:21:06.887Z | Downloaded winnow v0.7.3 |
| 354 | 2025-03-19T23:21:06.893Z | Downloaded usdt-attr-macro v0.5.0 |
| 355 | 2025-03-19T23:21:06.897Z | Downloaded swrite v0.1.0 |
| 356 | 2025-03-19T23:21:06.900Z | Downloaded terminal_size v0.4.0 |
| 357 | 2025-03-19T23:21:06.903Z | Downloaded thiserror-impl v2.0.11 |
| 358 | 2025-03-19T23:21:06.904Z | Downloaded heck v0.4.1 |
| 359 | 2025-03-19T23:21:06.908Z | Downloaded is_terminal_polyfill v1.70.1 |
| 360 | 2025-03-19T23:21:06.911Z | Downloaded usdt-macro v0.5.0 |
| 361 | 2025-03-19T23:21:06.911Z | Downloaded crypto-common v0.1.6 |
| 362 | 2025-03-19T23:21:06.911Z | Downloaded anstyle-query v1.1.1 |
| 363 | 2025-03-19T23:21:06.916Z | Downloaded bitflags v1.3.2 |
| 364 | 2025-03-19T23:21:06.922Z | Downloaded toml_datetime v0.6.8 |
| 365 | 2025-03-19T23:21:06.926Z | Downloaded usdt v0.5.0 |
| 366 | 2025-03-19T23:21:06.926Z | Downloaded tabled_derive v0.7.0 |
| 367 | 2025-03-19T23:21:06.929Z | Downloaded thread-id v4.2.2 |
| 368 | 2025-03-19T23:21:06.932Z | Downloaded thiserror v1.0.69 |
| 369 | 2025-03-19T23:21:06.935Z | Downloaded utf8parse v0.2.2 |
| 370 | 2025-03-19T23:21:06.939Z | Downloaded thiserror-impl v1.0.69 |
| 371 | 2025-03-19T23:21:06.939Z | Downloaded serde_tokenstream v0.2.2 |
| 372 | 2025-03-19T23:21:06.939Z | Downloaded autocfg v1.4.0 |
| 373 | 2025-03-19T23:21:06.942Z | Downloaded anstyle-parse v0.2.5 |
| 374 | 2025-03-19T23:21:06.942Z | Downloaded once_cell v1.20.3 |
| 375 | 2025-03-19T23:21:06.945Z | Downloaded cargo_metadata v0.19.2 |
| 376 | 2025-03-19T23:21:06.948Z | Downloaded cargo_toml v0.21.0 |
| 377 | 2025-03-19T23:21:06.948Z | Downloaded smawk v0.3.2 |
| 378 | 2025-03-19T23:21:06.951Z | Downloaded ucd-trie v0.1.7 |
| 379 | 2025-03-19T23:21:06.954Z | Downloaded terminal_size v0.2.6 |
| 380 | 2025-03-19T23:21:06.954Z | Downloaded version_check v0.9.5 |
| 381 | 2025-03-19T23:21:06.958Z | Downloaded unicode-linebreak v0.1.5 |
| 382 | 2025-03-19T23:21:06.961Z | Downloaded thiserror v2.0.11 |
| 383 | 2025-03-19T23:21:06.965Z | Downloaded tempfile v3.13.0 |
| 384 | 2025-03-19T23:21:06.969Z | Downloaded pest_generator v2.7.14 |
| 385 | 2025-03-19T23:21:06.972Z | Downloaded semver v1.0.25 |
| 386 | 2025-03-19T23:21:06.972Z | Downloaded proc-macro-error v1.0.4 |
| 387 | 2025-03-19T23:21:06.986Z | Downloaded pest_derive v2.7.14 |
| 388 | 2025-03-19T23:21:06.990Z | Downloaded io-lifetimes v1.0.11 |
| 389 | 2025-03-19T23:21:06.990Z | Downloaded clap_derive v4.5.28 |
| 390 | 2025-03-19T23:21:06.990Z | Downloaded anstream v0.6.15 |
| 391 | 2025-03-19T23:21:06.990Z | Downloaded zerocopy-derive v0.7.35 |
| 392 | 2025-03-19T23:21:06.990Z | Downloaded unicode-ident v1.0.14 |
| 393 | 2025-03-19T23:21:06.990Z | Downloaded bitflags v2.6.0 |
| 394 | 2025-03-19T23:21:06.993Z | Downloaded typenum v1.17.0 |
| 395 | 2025-03-19T23:21:06.996Z | Downloaded anyhow v1.0.97 |
| 396 | 2025-03-19T23:21:06.999Z | Downloaded serde_derive v1.0.218 |
| 397 | 2025-03-19T23:21:07.003Z | Downloaded toml v0.8.20 |
| 398 | 2025-03-19T23:21:07.006Z | Downloaded quote v1.0.39 |
| 399 | 2025-03-19T23:21:07.009Z | Downloaded serde v1.0.218 |
| 400 | 2025-03-19T23:21:07.012Z | Downloaded proc-macro2 v1.0.94 |
| 401 | 2025-03-19T23:21:07.012Z | Downloaded log v0.4.22 |
| 402 | 2025-03-19T23:21:07.015Z | Downloaded usdt-impl v0.5.0 |
| 403 | 2025-03-19T23:21:07.015Z | Downloaded anstyle v1.0.10 |
| 404 | 2025-03-19T23:21:07.018Z | Downloaded sha2 v0.10.8 |
| 405 | 2025-03-19T23:21:07.029Z | Downloaded toml_edit v0.22.24 |
| 406 | 2025-03-19T23:21:07.046Z | Downloaded memchr v2.7.4 |
| 407 | 2025-03-19T23:21:07.051Z | Downloaded pest v2.7.14 |
| 408 | 2025-03-19T23:21:07.075Z | Downloaded clap_builder v4.5.31 |
| 409 | 2025-03-19T23:21:07.081Z | Downloaded zerocopy v0.7.35 |
| 410 | 2025-03-19T23:21:07.096Z | Downloaded serde_json v1.0.139 |
| 411 | 2025-03-19T23:21:07.110Z | Downloaded goblin v0.8.2 |
| 412 | 2025-03-19T23:21:07.116Z | Downloaded tabled v0.15.0 |
| 413 | 2025-03-19T23:21:07.130Z | Downloaded syn v1.0.109 |
| 414 | 2025-03-19T23:21:07.139Z | Downloaded rustix v0.37.28 |
| 415 | 2025-03-19T23:21:07.158Z | Downloaded unicode-width v0.1.14 |
| 416 | 2025-03-19T23:21:07.169Z | Downloaded syn v2.0.98 |
| 417 | 2025-03-19T23:21:07.180Z | Downloaded rustix v0.38.37 |
| 418 | 2025-03-19T23:21:07.200Z | Downloaded libc v0.2.170 |
| 419 | 2025-03-19T23:21:07.339Z | Compiling proc-macro2 v1.0.94 |
| 420 | 2025-03-19T23:21:07.340Z | Compiling unicode-ident v1.0.14 |
| 421 | 2025-03-19T23:21:07.342Z | Compiling serde v1.0.218 |
| 422 | 2025-03-19T23:21:07.343Z | Compiling libc v0.2.170 |
| 423 | 2025-03-19T23:21:07.343Z | Compiling version_check v0.9.5 |
| 424 | 2025-03-19T23:21:07.343Z | Compiling memchr v2.7.4 |
| 425 | 2025-03-19T23:21:07.375Z | Compiling thiserror v1.0.69 |
| 426 | 2025-03-19T23:21:07.378Z | Compiling itoa v1.0.11 |
| 427 | 2025-03-19T23:21:07.613Z | Compiling ryu v1.0.18 |
| 428 | 2025-03-19T23:21:07.672Z | Compiling ucd-trie v0.1.7 |
| 429 | 2025-03-19T23:21:07.941Z | Compiling once_cell v1.20.3 |
| 430 | 2025-03-19T23:21:08.108Z | Compiling byteorder v1.5.0 |
| 431 | 2025-03-19T23:21:08.285Z | Compiling rustix v0.38.37 |
| 432 | 2025-03-19T23:21:08.349Z | Compiling serde_json v1.0.139 |
| 433 | 2025-03-19T23:21:08.691Z | Compiling bitflags v2.6.0 |
| 434 | 2025-03-19T23:21:08.750Z | Compiling proc-macro-error-attr v1.0.4 |
| 435 | 2025-03-19T23:21:08.923Z | Compiling usdt-impl v0.5.0 |
| 436 | 2025-03-19T23:21:08.946Z | Compiling io-lifetimes v1.0.11 |
| 437 | 2025-03-19T23:21:09.052Z | Compiling syn v1.0.109 |
| 438 | 2025-03-19T23:21:09.133Z | Compiling proc-macro-error v1.0.4 |
| 439 | 2025-03-19T23:21:09.159Z | Compiling equivalent v1.0.1 |
| 440 | 2025-03-19T23:21:09.273Z | Compiling quote v1.0.39 |
| 441 | 2025-03-19T23:21:09.295Z | Compiling errno v0.3.9 |
| 442 | 2025-03-19T23:21:09.462Z | Compiling plain v0.2.3 |
| 443 | 2025-03-19T23:21:09.549Z | Compiling rustix v0.37.28 |
| 444 | 2025-03-19T23:21:09.639Z | Compiling syn v2.0.98 |
| 445 | 2025-03-19T23:21:09.663Z | Compiling thread-id v4.2.2 |
| 446 | 2025-03-19T23:21:09.694Z | Compiling utf8parse v0.2.2 |
| 447 | 2025-03-19T23:21:09.782Z | Compiling log v0.4.22 |
| 448 | 2025-03-19T23:21:09.848Z | Compiling camino v1.1.9 |
| 449 | 2025-03-19T23:21:09.873Z | Compiling hashbrown v0.15.1 |
| 450 | 2025-03-19T23:21:10.124Z | Compiling anstyle-parse v0.2.5 |
| 451 | 2025-03-19T23:21:10.554Z | Compiling autocfg v1.4.0 |
| 452 | 2025-03-19T23:21:10.652Z | Compiling semver v1.0.25 |
| 453 | 2025-03-19T23:21:10.676Z | Compiling colorchoice v1.0.2 |
| 454 | 2025-03-19T23:21:10.873Z | Compiling bitflags v1.3.2 |
| 455 | 2025-03-19T23:21:10.895Z | Compiling winnow v0.7.3 |
| 456 | 2025-03-19T23:21:10.997Z | Compiling indexmap v2.7.1 |
| 457 | 2025-03-19T23:21:11.020Z | Compiling unicode-width v0.1.14 |
| 458 | 2025-03-19T23:21:11.187Z | Compiling anstyle-query v1.1.1 |
| 459 | 2025-03-19T23:21:11.352Z | Compiling anstyle v1.0.10 |
| 460 | 2025-03-19T23:21:11.553Z | Compiling is_terminal_polyfill v1.70.1 |
| 461 | 2025-03-19T23:21:11.578Z | Compiling thiserror v2.0.11 |
| 462 | 2025-03-19T23:21:11.722Z | Compiling pretty-hex v0.4.1 |
| 463 | 2025-03-19T23:21:11.834Z | Compiling anstream v0.6.15 |
| 464 | 2025-03-19T23:21:11.973Z | Compiling fs-err v2.11.0 |
| 465 | 2025-03-19T23:21:12.038Z | Compiling terminal_size v0.4.0 |
| 466 | 2025-03-19T23:21:12.423Z | Compiling clap_lex v0.7.4 |
| 467 | 2025-03-19T23:21:12.453Z | Compiling fastrand v2.1.1 |
| 468 | 2025-03-19T23:21:12.475Z | Compiling anyhow v1.0.97 |
| 469 | 2025-03-19T23:21:12.586Z | Compiling fnv v1.0.7 |
| 470 | 2025-03-19T23:21:12.746Z | Compiling bytecount v0.6.8 |
| 471 | 2025-03-19T23:21:12.956Z | Compiling cfg-if v1.0.0 |
| 472 | 2025-03-19T23:21:12.980Z | Compiling strsim v0.11.1 |
| 473 | 2025-03-19T23:21:13.083Z | Compiling heck v0.5.0 |
| 474 | 2025-03-19T23:21:13.450Z | Compiling heck v0.4.1 |
| 475 | 2025-03-19T23:21:13.502Z | Compiling terminal_size v0.2.6 |
| 476 | 2025-03-19T23:21:13.551Z | Compiling tempfile v3.13.0 |
| 477 | 2025-03-19T23:21:13.554Z | Compiling clap_builder v4.5.31 |
| 478 | 2025-03-19T23:21:13.741Z | Compiling papergrid v0.11.0 |
| 479 | 2025-03-19T23:21:14.016Z | Compiling memmap v0.7.0 |
| 480 | 2025-03-19T23:21:14.098Z | Compiling smawk v0.3.2 |
| 481 | 2025-03-19T23:21:14.294Z | Compiling unicode-linebreak v0.1.5 |
| 482 | 2025-03-19T23:21:14.373Z | Compiling swrite v0.1.0 |
| 483 | 2025-03-19T23:21:14.727Z | Compiling textwrap v0.16.1 |
| 484 | 2025-03-19T23:21:15.054Z | Compiling tabled_derive v0.7.0 |
| 485 | 2025-03-19T23:21:16.592Z | Compiling tabled v0.15.0 |
| 486 | 2025-03-19T23:21:16.850Z | Compiling serde_derive v1.0.218 |
| 487 | 2025-03-19T23:21:16.850Z | Compiling thiserror-impl v1.0.69 |
| 488 | 2025-03-19T23:21:16.854Z | Compiling zerocopy-derive v0.7.35 |
| 489 | 2025-03-19T23:21:16.854Z | Compiling scroll_derive v0.12.0 |
| 490 | 2025-03-19T23:21:16.854Z | Compiling thiserror-impl v2.0.11 |
| 491 | 2025-03-19T23:21:16.854Z | Compiling clap_derive v4.5.28 |
| 492 | 2025-03-19T23:21:18.317Z | Compiling scroll v0.12.0 |
| 493 | 2025-03-19T23:21:18.780Z | Compiling zerocopy v0.7.35 |
| 494 | 2025-03-19T23:21:18.885Z | Compiling goblin v0.8.2 |
| 495 | 2025-03-19T23:21:19.994Z | Compiling pest v2.7.14 |
| 496 | 2025-03-19T23:21:21.100Z | Compiling clap v4.5.31 |
| 497 | 2025-03-19T23:21:22.248Z | Compiling pest_meta v2.7.14 |
| 498 | 2025-03-19T23:21:23.166Z | Compiling pest_generator v2.7.14 |
| 499 | 2025-03-19T23:21:24.540Z | Compiling pest_derive v2.7.14 |
| 500 | 2025-03-19T23:21:25.143Z | Compiling dtrace-parser v0.2.0 |
| 501 | 2025-03-19T23:21:25.908Z | Compiling toml_datetime v0.6.8 |
| 502 | 2025-03-19T23:21:25.912Z | Compiling serde_spanned v0.6.8 |
| 503 | 2025-03-19T23:21:25.912Z | Compiling cargo-platform v0.1.8 |
| 504 | 2025-03-19T23:21:26.210Z | Compiling serde_tokenstream v0.2.2 |
| 505 | 2025-03-19T23:21:26.213Z | Compiling toml_edit v0.22.24 |
| 506 | 2025-03-19T23:21:26.365Z | Compiling macaddr v1.0.1 |
| 507 | 2025-03-19T23:21:26.505Z | Compiling camino-tempfile v1.1.1 |
| 508 | 2025-03-19T23:21:27.279Z | Compiling dof v0.3.0 |
| 509 | 2025-03-19T23:21:27.280Z | Compiling cargo_metadata v0.19.2 |
| 510 | 2025-03-19T23:21:28.769Z | Compiling usdt-macro v0.5.0 |
| 511 | 2025-03-19T23:21:28.769Z | Compiling usdt-attr-macro v0.5.0 |
| 512 | 2025-03-19T23:21:28.967Z | Compiling toml v0.8.20 |
| 513 | 2025-03-19T23:21:29.866Z | Compiling cargo_toml v0.21.0 |
| 514 | 2025-03-19T23:21:30.022Z | Compiling usdt v0.5.0 |
| 515 | 2025-03-19T23:21:32.449Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 516 | 2025-03-19T23:21:35.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.42s |
| 517 | 2025-03-19T23:21:35.850Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 518 | 2025-03-19T23:21:36.413Z | Downloading crates ... |
| 519 | 2025-03-19T23:21:36.541Z | Downloaded adler2 v2.0.0 |
| 520 | 2025-03-19T23:21:36.550Z | Downloaded atty v0.2.14 |
| 521 | 2025-03-19T23:21:36.555Z | Downloaded async-stream-impl v0.3.6 |
| 522 | 2025-03-19T23:21:36.558Z | Downloaded ctr v0.9.2 |
| 523 | 2025-03-19T23:21:36.568Z | Downloaded convert_case v0.4.0 |
| 524 | 2025-03-19T23:21:36.573Z | Downloaded ciborium-io v0.2.2 |
| 525 | 2025-03-19T23:21:36.576Z | Downloaded crucible-workspace-hack v0.1.0 |
| 526 | 2025-03-19T23:21:36.581Z | Downloaded cfg_aliases v0.2.1 |
| 527 | 2025-03-19T23:21:36.584Z | Downloaded headers-core v0.3.0 |
| 528 | 2025-03-19T23:21:36.584Z | Downloaded heck v0.3.3 |
| 529 | 2025-03-19T23:21:36.587Z | Downloaded crunchy v0.2.2 |
| 530 | 2025-03-19T23:21:36.587Z | Downloaded headers v0.4.0 |
| 531 | 2025-03-19T23:21:36.594Z | Downloaded cfg_aliases v0.1.1 |
| 532 | 2025-03-19T23:21:36.595Z | Downloaded cstr-argument v0.1.2 |
| 533 | 2025-03-19T23:21:36.598Z | Downloaded addr2line v0.24.2 |
| 534 | 2025-03-19T23:21:36.601Z | Downloaded icu_properties_data v1.5.0 |
| 535 | 2025-03-19T23:21:36.610Z | Downloaded pretty-hex v0.2.1 |
| 536 | 2025-03-19T23:21:36.613Z | Downloaded bitfield-struct v0.6.2 |
| 537 | 2025-03-19T23:21:36.613Z | Downloaded bit-set v0.5.3 |
| 538 | 2025-03-19T23:21:36.619Z | Downloaded aead v0.5.2 |
| 539 | 2025-03-19T23:21:36.619Z | Downloaded hyper v1.6.0 |
| 540 | 2025-03-19T23:21:36.623Z | Downloaded crc v3.2.1 |
| 541 | 2025-03-19T23:21:36.626Z | Downloaded buf-list v1.0.3 |
| 542 | 2025-03-19T23:21:36.630Z | Downloaded cobs v0.2.3 |
| 543 | 2025-03-19T23:21:36.630Z | Downloaded bit-set v0.8.0 |
| 544 | 2025-03-19T23:21:36.633Z | Downloaded bb8 v0.8.5 |
| 545 | 2025-03-19T23:21:36.633Z | Downloaded arrayref v0.3.9 |
| 546 | 2025-03-19T23:21:36.636Z | Downloaded bitfield v0.14.0 |
| 547 | 2025-03-19T23:21:36.637Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 548 | 2025-03-19T23:21:36.641Z | Downloaded ciborium-ll v0.2.2 |
| 549 | 2025-03-19T23:21:36.641Z | Downloaded async-stream v0.3.6 |
| 550 | 2025-03-19T23:21:36.644Z | Downloaded hubpack_derive v0.1.1 |
| 551 | 2025-03-19T23:21:36.644Z | Downloaded base16ct v0.2.0 |
| 552 | 2025-03-19T23:21:36.644Z | Downloaded chrono-tz-build v0.4.0 |
| 553 | 2025-03-19T23:21:36.644Z | Downloaded castaway v0.2.3 |
| 554 | 2025-03-19T23:21:36.647Z | Downloaded iana-time-zone v0.1.61 |
| 555 | 2025-03-19T23:21:36.651Z | Downloaded cipher v0.4.4 |
| 556 | 2025-03-19T23:21:36.654Z | Downloaded hostname v0.3.1 |
| 557 | 2025-03-19T23:21:36.654Z | Downloaded ascii-canvas v3.0.0 |
| 558 | 2025-03-19T23:21:36.657Z | Downloaded icu_provider_macros v1.5.0 |
| 559 | 2025-03-19T23:21:36.657Z | Downloaded atomicwrites v0.4.4 |
| 560 | 2025-03-19T23:21:36.657Z | Downloaded cassowary v0.3.0 |
| 561 | 2025-03-19T23:21:36.660Z | Downloaded cbc v0.1.2 |
| 562 | 2025-03-19T23:21:36.663Z | Downloaded hyper-tls v0.6.0 |
| 563 | 2025-03-19T23:21:36.663Z | Downloaded crc-catalog v2.4.0 |
| 564 | 2025-03-19T23:21:36.667Z | Downloaded chacha20 v0.9.1 |
| 565 | 2025-03-19T23:21:36.670Z | Downloaded ident_case v1.0.1 |
| 566 | 2025-03-19T23:21:36.670Z | Downloaded highway v1.3.0 |
| 567 | 2025-03-19T23:21:36.673Z | Downloaded hubpack v0.1.2 |
| 568 | 2025-03-19T23:21:36.673Z | Downloaded crossbeam-deque v0.8.5 |
| 569 | 2025-03-19T23:21:36.677Z | Downloaded is_ci v1.2.0 |
| 570 | 2025-03-19T23:21:36.677Z | Downloaded httpdate v1.0.3 |
| 571 | 2025-03-19T23:21:36.677Z | Downloaded http-body v1.0.1 |
| 572 | 2025-03-19T23:21:36.681Z | Downloaded bcs v0.1.6 |
| 573 | 2025-03-19T23:21:36.681Z | Downloaded radium v0.7.0 |
| 574 | 2025-03-19T23:21:36.684Z | Downloaded scheduled-thread-pool v0.2.7 |
| 575 | 2025-03-19T23:21:36.684Z | Downloaded instant v0.1.13 |
| 576 | 2025-03-19T23:21:36.689Z | Downloaded progenitor-client v0.9.1 |
| 577 | 2025-03-19T23:21:36.689Z | Downloaded ahash v0.8.11 |
| 578 | 2025-03-19T23:21:36.692Z | Downloaded internet-checksum v0.2.1 |
| 579 | 2025-03-19T23:21:36.693Z | Downloaded icu_provider v1.5.0 |
| 580 | 2025-03-19T23:21:36.696Z | Downloaded block-padding v0.3.3 |
| 581 | 2025-03-19T23:21:36.696Z | Downloaded httparse v1.9.5 |
| 582 | 2025-03-19T23:21:36.701Z | Downloaded match_cfg v0.1.0 |
| 583 | 2025-03-19T23:21:36.701Z | Downloaded blowfish v0.9.1 |
| 584 | 2025-03-19T23:21:36.701Z | Downloaded cargo_metadata v0.18.1 |
| 585 | 2025-03-19T23:21:36.705Z | Downloaded base64ct v1.6.0 |
| 586 | 2025-03-19T23:21:36.705Z | Downloaded tinyvec_macros v0.1.1 |
| 587 | 2025-03-19T23:21:36.709Z | Downloaded kstat-rs v0.2.4 |
| 588 | 2025-03-19T23:21:36.710Z | Downloaded cookie_store v0.21.1 |
| 589 | 2025-03-19T23:21:36.713Z | Downloaded inout v0.1.3 |
| 590 | 2025-03-19T23:21:36.713Z | Downloaded hex v0.4.3 |
| 591 | 2025-03-19T23:21:36.713Z | Downloaded bit-vec v0.8.0 |
| 592 | 2025-03-19T23:21:36.716Z | Downloaded idna_adapter v1.2.0 |
| 593 | 2025-03-19T23:21:36.716Z | Downloaded icu_locid_transform v1.5.0 |
| 594 | 2025-03-19T23:21:36.719Z | Downloaded md5 v0.7.0 |
| 595 | 2025-03-19T23:21:36.726Z | Downloaded lru-cache v0.1.2 |
| 596 | 2025-03-19T23:21:36.726Z | Downloaded libsw-core v0.3.1 |
| 597 | 2025-03-19T23:21:36.730Z | Downloaded lalrpop-util v0.19.12 |
| 598 | 2025-03-19T23:21:36.730Z | Downloaded linked-hash-map v0.5.6 |
| 599 | 2025-03-19T23:21:36.730Z | Downloaded csv-core v0.1.11 |
| 600 | 2025-03-19T23:21:36.730Z | Downloaded indoc v1.0.9 |
| 601 | 2025-03-19T23:21:36.735Z | Downloaded lockfree-object-pool v0.1.6 |
| 602 | 2025-03-19T23:21:36.735Z | Downloaded libsw v3.4.0 |
| 603 | 2025-03-19T23:21:36.738Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 604 | 2025-03-19T23:21:36.738Z | Downloaded lru v0.12.5 |
| 605 | 2025-03-19T23:21:36.741Z | Downloaded vte_generate_state_changes v0.1.2 |
| 606 | 2025-03-19T23:21:36.741Z | Downloaded mime v0.3.17 |
| 607 | 2025-03-19T23:21:36.741Z | Downloaded managed v0.8.0 |
| 608 | 2025-03-19T23:21:36.745Z | Downloaded lazycell v1.3.0 |
| 609 | 2025-03-19T23:21:36.745Z | Downloaded signal-hook-tokio v0.3.1 |
| 610 | 2025-03-19T23:21:36.748Z | Downloaded linear-map v1.2.0 |
| 611 | 2025-03-19T23:21:36.748Z | Downloaded memoffset v0.9.1 |
| 612 | 2025-03-19T23:21:36.752Z | Downloaded maybe-uninit v2.0.0 |
| 613 | 2025-03-19T23:21:36.752Z | Downloaded keccak v0.1.5 |
| 614 | 2025-03-19T23:21:36.752Z | Downloaded scopeguard v1.2.0 |
| 615 | 2025-03-19T23:21:36.756Z | Downloaded darling_macro v0.20.10 |
| 616 | 2025-03-19T23:21:36.756Z | Downloaded zone_cfg_derive v0.3.0 |
| 617 | 2025-03-19T23:21:36.756Z | Downloaded zone_cfg_derive v0.1.2 |
| 618 | 2025-03-19T23:21:36.759Z | Downloaded try-lock v0.2.5 |
| 619 | 2025-03-19T23:21:36.759Z | Downloaded tabled_derive v0.10.0 |
| 620 | 2025-03-19T23:21:36.759Z | Downloaded slog-json v2.6.1 |
| 621 | 2025-03-19T23:21:36.764Z | Downloaded ipnet v2.11.0 |
| 622 | 2025-03-19T23:21:36.765Z | Downloaded hyper-rustls v0.27.3 |
| 623 | 2025-03-19T23:21:36.768Z | Downloaded icu_normalizer_data v1.5.0 |
| 624 | 2025-03-19T23:21:36.768Z | Downloaded scrypt v0.11.0 |
| 625 | 2025-03-19T23:21:36.773Z | Downloaded jobserver v0.1.32 |
| 626 | 2025-03-19T23:21:36.776Z | Downloaded libloading v0.8.5 |
| 627 | 2025-03-19T23:21:36.776Z | Downloaded foreign-types-shared v0.3.1 |
| 628 | 2025-03-19T23:21:36.776Z | Downloaded foreign-types-shared v0.1.1 |
| 629 | 2025-03-19T23:21:36.780Z | Downloaded const_format_proc_macros v0.2.34 |
| 630 | 2025-03-19T23:21:36.780Z | Downloaded colored v2.2.0 |
| 631 | 2025-03-19T23:21:36.784Z | Downloaded num-conv v0.1.0 |
| 632 | 2025-03-19T23:21:36.784Z | Downloaded fragile v2.0.0 |
| 633 | 2025-03-19T23:21:36.787Z | Downloaded icu_locid v1.5.0 |
| 634 | 2025-03-19T23:21:36.792Z | Downloaded unicode-xid v0.2.6 |
| 635 | 2025-03-19T23:21:36.795Z | Downloaded memmap2 v0.9.5 |
| 636 | 2025-03-19T23:21:36.796Z | Downloaded num-derive v0.4.2 |
| 637 | 2025-03-19T23:21:36.800Z | Downloaded mime_guess v2.0.5 |
| 638 | 2025-03-19T23:21:36.803Z | Downloaded maplit v1.0.2 |
| 639 | 2025-03-19T23:21:36.803Z | Downloaded const-oid v0.9.6 |
| 640 | 2025-03-19T23:21:36.804Z | Downloaded time-core v0.1.2 |
| 641 | 2025-03-19T23:21:36.808Z | Downloaded foreign-types-macros v0.2.3 |
| 642 | 2025-03-19T23:21:36.808Z | Downloaded openssl-probe v0.1.5 |
| 643 | 2025-03-19T23:21:36.808Z | Downloaded normalize-line-endings v0.3.0 |
| 644 | 2025-03-19T23:21:36.811Z | Downloaded foreign-types v0.5.0 |
| 645 | 2025-03-19T23:21:36.811Z | Downloaded structmeta-derive v0.3.0 |
| 646 | 2025-03-19T23:21:36.811Z | Downloaded ff v0.13.0 |
| 647 | 2025-03-19T23:21:36.815Z | Downloaded rustc-demangle v0.1.24 |
| 648 | 2025-03-19T23:21:36.815Z | Downloaded tokio-native-tls v0.3.1 |
| 649 | 2025-03-19T23:21:36.818Z | Downloaded http v1.2.0 |
| 650 | 2025-03-19T23:21:36.822Z | Downloaded writeable v0.5.5 |
| 651 | 2025-03-19T23:21:36.825Z | Downloaded precomputed-hash v0.1.1 |
| 652 | 2025-03-19T23:21:36.825Z | Downloaded wyz v0.5.1 |
| 653 | 2025-03-19T23:21:36.829Z | Downloaded utf16_iter v1.0.5 |
| 654 | 2025-03-19T23:21:36.829Z | Downloaded tui-tree-widget v0.23.0 |
| 655 | 2025-03-19T23:21:36.829Z | Downloaded russh-cryptovec v0.7.3 |
| 656 | 2025-03-19T23:21:36.832Z | Downloaded tabwriter v1.4.0 |
| 657 | 2025-03-19T23:21:36.832Z | Downloaded packed_struct_codegen v0.10.1 |
| 658 | 2025-03-19T23:21:36.836Z | Downloaded oxnet v0.1.1 |
| 659 | 2025-03-19T23:21:36.836Z | Downloaded num-iter v0.1.45 |
| 660 | 2025-03-19T23:21:36.839Z | Downloaded num-integer v0.1.46 |
| 661 | 2025-03-19T23:21:36.839Z | Downloaded signal-hook-registry v1.4.2 |
| 662 | 2025-03-19T23:21:36.842Z | Downloaded paste v1.0.15 |
| 663 | 2025-03-19T23:21:36.845Z | Downloaded embedded-io v0.4.0 |
| 664 | 2025-03-19T23:21:36.845Z | Downloaded percent-encoding v2.3.1 |
| 665 | 2025-03-19T23:21:36.849Z | Downloaded diesel-dtrace v0.4.2 |
| 666 | 2025-03-19T23:21:36.849Z | Downloaded base64 v0.13.1 |
| 667 | 2025-03-19T23:21:36.852Z | Downloaded compact_str v0.8.0 |
| 668 | 2025-03-19T23:21:36.855Z | Downloaded des v0.8.1 |
| 669 | 2025-03-19T23:21:36.858Z | Downloaded crc-any v2.5.0 |
| 670 | 2025-03-19T23:21:36.862Z | Downloaded indicatif v0.17.11 |
| 671 | 2025-03-19T23:21:36.865Z | Downloaded indexmap v1.9.3 |
| 672 | 2025-03-19T23:21:36.868Z | Downloaded fd-lock v4.0.2 |
| 673 | 2025-03-19T23:21:36.871Z | Downloaded derive_builder_macro v0.20.2 |
| 674 | 2025-03-19T23:21:36.871Z | Downloaded toml v0.7.8 |
| 675 | 2025-03-19T23:21:36.875Z | Downloaded difflib v0.4.0 |
| 676 | 2025-03-19T23:21:36.878Z | Downloaded thread_local v1.1.8 |
| 677 | 2025-03-19T23:21:36.878Z | Downloaded rustls-pki-types v1.10.0 |
| 678 | 2025-03-19T23:21:36.882Z | Downloaded num_threads v0.1.7 |
| 679 | 2025-03-19T23:21:36.885Z | Downloaded rustversion v1.0.17 |
| 680 | 2025-03-19T23:21:36.888Z | Downloaded psl-types v2.0.11 |
| 681 | 2025-03-19T23:21:36.888Z | Downloaded siphasher v0.3.11 |
| 682 | 2025-03-19T23:21:36.891Z | Downloaded vte v0.11.1 |
| 683 | 2025-03-19T23:21:36.891Z | Downloaded rustls-pemfile v1.0.4 |
| 684 | 2025-03-19T23:21:36.896Z | Downloaded sha1 v0.10.6 |
| 685 | 2025-03-19T23:21:36.899Z | Downloaded phf v0.11.2 |
| 686 | 2025-03-19T23:21:36.899Z | Downloaded predicates-core v1.0.8 |
| 687 | 2025-03-19T23:21:36.899Z | Downloaded nanorand v0.7.0 |
| 688 | 2025-03-19T23:21:36.902Z | Downloaded multimap v0.10.0 |
| 689 | 2025-03-19T23:21:36.905Z | Downloaded static_assertions v1.1.0 |
| 690 | 2025-03-19T23:21:36.905Z | Downloaded hickory-resolver v0.24.4 |
| 691 | 2025-03-19T23:21:36.919Z | Downloaded xz2 v0.1.7 |
| 692 | 2025-03-19T23:21:36.923Z | Downloaded hickory-server v0.24.4 |
| 693 | 2025-03-19T23:21:36.928Z | Downloaded dirs-next v2.0.0 |
| 694 | 2025-03-19T23:21:36.931Z | Downloaded zeroize_derive v1.4.2 |
| 695 | 2025-03-19T23:21:36.931Z | Downloaded tls_codec v0.4.1 |
| 696 | 2025-03-19T23:21:36.934Z | Downloaded predicates v3.1.3 |
| 697 | 2025-03-19T23:21:36.937Z | Downloaded termtree v0.4.1 |
| 698 | 2025-03-19T23:21:36.937Z | Downloaded serde-big-array v0.5.1 |
| 699 | 2025-03-19T23:21:36.940Z | Downloaded time-macros v0.2.18 |
| 700 | 2025-03-19T23:21:36.944Z | Downloaded num_enum_derive v0.5.11 |
| 701 | 2025-03-19T23:21:36.944Z | Downloaded num_enum v0.5.11 |
| 702 | 2025-03-19T23:21:36.948Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 703 | 2025-03-19T23:21:36.951Z | Downloaded native-tls v0.2.12 |
| 704 | 2025-03-19T23:21:36.954Z | Downloaded group v0.13.0 |
| 705 | 2025-03-19T23:21:36.954Z | Downloaded futures-channel v0.3.31 |
| 706 | 2025-03-19T23:21:36.957Z | Downloaded futures-core v0.3.31 |
| 707 | 2025-03-19T23:21:36.961Z | Downloaded dyn-clone v1.0.19 |
| 708 | 2025-03-19T23:21:36.961Z | Downloaded dunce v1.0.5 |
| 709 | 2025-03-19T23:21:36.961Z | Downloaded zerocopy-derive v0.8.10 |
| 710 | 2025-03-19T23:21:36.967Z | Downloaded proc-macro-crate v1.3.1 |
| 711 | 2025-03-19T23:21:36.970Z | Downloaded tokio-rustls v0.25.0 |
| 712 | 2025-03-19T23:21:36.974Z | Downloaded polyval v0.6.2 |
| 713 | 2025-03-19T23:21:36.974Z | Downloaded smallvec v0.6.14 |
| 714 | 2025-03-19T23:21:36.977Z | Downloaded rustls-pemfile v2.2.0 |
| 715 | 2025-03-19T23:21:36.980Z | Downloaded enum-as-inner v0.6.1 |
| 716 | 2025-03-19T23:21:36.980Z | Downloaded dropshot_endpoint v0.16.0 |
| 717 | 2025-03-19T23:21:36.984Z | Downloaded slog-stdlog v4.1.1 |
| 718 | 2025-03-19T23:21:36.987Z | Downloaded slog-bunyan v2.5.0 |
| 719 | 2025-03-19T23:21:36.987Z | Downloaded serde-hex v0.1.0 |
| 720 | 2025-03-19T23:21:36.990Z | Downloaded snafu v0.8.5 |
| 721 | 2025-03-19T23:21:36.995Z | Downloaded slog-dtrace v0.3.0 |
| 722 | 2025-03-19T23:21:36.998Z | Downloaded endian-type v0.1.2 |
| 723 | 2025-03-19T23:21:36.998Z | Downloaded rand_core v0.6.4 |
| 724 | 2025-03-19T23:21:37.002Z | Downloaded parking_lot_core v0.8.6 |
| 725 | 2025-03-19T23:21:37.002Z | Downloaded russh-keys v0.45.0 |
| 726 | 2025-03-19T23:21:37.006Z | Downloaded rustc_version v0.1.7 |
| 727 | 2025-03-19T23:21:37.009Z | Downloaded openssl-macros v0.1.1 |
| 728 | 2025-03-19T23:21:37.009Z | Downloaded aes v0.8.4 |
| 729 | 2025-03-19T23:21:37.013Z | Downloaded similar v2.7.0 |
| 730 | 2025-03-19T23:21:37.017Z | Downloaded topological-sort v0.2.2 |
| 731 | 2025-03-19T23:21:37.020Z | Downloaded proc-macro-error2 v2.0.1 |
| 732 | 2025-03-19T23:21:37.023Z | Downloaded termcolor v1.4.1 |
| 733 | 2025-03-19T23:21:37.026Z | Downloaded phf_shared v0.10.0 |
| 734 | 2025-03-19T23:21:37.026Z | Downloaded data-encoding v2.6.0 |
| 735 | 2025-03-19T23:21:37.026Z | Downloaded sqlparser_derive v0.2.2 |
| 736 | 2025-03-19T23:21:37.030Z | Downloaded subprocess v0.2.9 |
| 737 | 2025-03-19T23:21:37.030Z | Downloaded pin-project-internal v1.1.6 |
| 738 | 2025-03-19T23:21:37.033Z | Downloaded defmt-parser v0.3.4 |
| 739 | 2025-03-19T23:21:37.036Z | Downloaded serde_plain v1.0.2 |
| 740 | 2025-03-19T23:21:37.036Z | Downloaded env_filter v0.1.2 |
| 741 | 2025-03-19T23:21:37.040Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 742 | 2025-03-19T23:21:37.040Z | Downloaded poly1305 v0.8.0 |
| 743 | 2025-03-19T23:21:37.043Z | Downloaded take_mut v0.2.2 |
| 744 | 2025-03-19T23:21:37.043Z | Downloaded sync_wrapper v1.0.1 |
| 745 | 2025-03-19T23:21:37.043Z | Downloaded slog-scope v4.4.0 |
| 746 | 2025-03-19T23:21:37.046Z | Downloaded slog-async v2.8.0 |
| 747 | 2025-03-19T23:21:37.046Z | Downloaded fatfs v0.3.6 |
| 748 | 2025-03-19T23:21:37.049Z | Downloaded peg v0.8.5 |
| 749 | 2025-03-19T23:21:37.053Z | Downloaded zerofrom v0.1.4 |
| 750 | 2025-03-19T23:21:37.056Z | Downloaded parking_lot v0.12.3 |
| 751 | 2025-03-19T23:21:37.059Z | Downloaded rand_chacha v0.3.1 |
| 752 | 2025-03-19T23:21:37.059Z | Downloaded snafu-derive v0.8.5 |
| 753 | 2025-03-19T23:21:37.062Z | Downloaded zone v0.3.0 |
| 754 | 2025-03-19T23:21:37.062Z | Downloaded minimal-lexical v0.2.1 |
| 755 | 2025-03-19T23:21:37.066Z | Downloaded ena v0.14.3 |
| 756 | 2025-03-19T23:21:37.069Z | Downloaded pkg-config v0.3.31 |
| 757 | 2025-03-19T23:21:37.072Z | Downloaded pin-utils v0.1.0 |
| 758 | 2025-03-19T23:21:37.072Z | Downloaded serde_repr v0.1.19 |
| 759 | 2025-03-19T23:21:37.075Z | Downloaded rustc-hash v2.1.1 |
| 760 | 2025-03-19T23:21:37.075Z | Downloaded phf_shared v0.11.2 |
| 761 | 2025-03-19T23:21:37.078Z | Downloaded path-slash v0.1.5 |
| 762 | 2025-03-19T23:21:37.078Z | Downloaded der v0.7.9 |
| 763 | 2025-03-19T23:21:37.082Z | Downloaded newtype_derive v0.1.6 |
| 764 | 2025-03-19T23:21:37.085Z | Downloaded tinyvec v1.8.0 |
| 765 | 2025-03-19T23:21:37.090Z | Downloaded supports-color v3.0.2 |
| 766 | 2025-03-19T23:21:37.093Z | Downloaded ssh-encoding v0.2.0 |
| 767 | 2025-03-19T23:21:37.093Z | Downloaded sigpipe v0.1.3 |
| 768 | 2025-03-19T23:21:37.093Z | Downloaded progenitor-client v0.8.0 |
| 769 | 2025-03-19T23:21:37.094Z | Downloaded nibble_vec v0.1.0 |
| 770 | 2025-03-19T23:21:37.097Z | Downloaded env_logger v0.11.5 |
| 771 | 2025-03-19T23:21:37.100Z | Downloaded pin-project v1.1.6 |
| 772 | 2025-03-19T23:21:37.109Z | Downloaded float-ord v0.3.2 |
| 773 | 2025-03-19T23:21:37.112Z | Downloaded derive_builder_core v0.20.2 |
| 774 | 2025-03-19T23:21:37.115Z | Downloaded sync-ptr v0.1.1 |
| 775 | 2025-03-19T23:21:37.115Z | Downloaded wait-timeout v0.2.0 |
| 776 | 2025-03-19T23:21:37.115Z | Downloaded slog v2.7.0 |
| 777 | 2025-03-19T23:21:37.118Z | Downloaded serde_path_to_error v0.1.16 |
| 778 | 2025-03-19T23:21:37.121Z | Downloaded pin-project-lite v0.2.14 |
| 779 | 2025-03-19T23:21:37.125Z | Downloaded number_prefix v0.4.0 |
| 780 | 2025-03-19T23:21:37.128Z | Downloaded deranged v0.3.11 |
| 781 | 2025-03-19T23:21:37.128Z | Downloaded zone v0.1.8 |
| 782 | 2025-03-19T23:21:37.131Z | Downloaded pkcs8 v0.10.2 |
| 783 | 2025-03-19T23:21:37.134Z | Downloaded pbkdf2 v0.11.0 |
| 784 | 2025-03-19T23:21:37.137Z | Downloaded idna v1.0.3 |
| 785 | 2025-03-19T23:21:37.140Z | Downloaded newline-converter v0.3.0 |
| 786 | 2025-03-19T23:21:37.140Z | Downloaded quick-error v1.2.3 |
| 787 | 2025-03-19T23:21:37.143Z | Downloaded env_logger v0.10.2 |
| 788 | 2025-03-19T23:21:37.146Z | Downloaded unicode-properties v0.1.3 |
| 789 | 2025-03-19T23:21:37.149Z | Downloaded rand_seeder v0.3.0 |
| 790 | 2025-03-19T23:21:37.149Z | Downloaded sqlformat v0.2.6 |
| 791 | 2025-03-19T23:21:37.152Z | Downloaded powerfmt v0.2.0 |
| 792 | 2025-03-19T23:21:37.153Z | Downloaded nodrop v0.1.14 |
| 793 | 2025-03-19T23:21:37.156Z | Downloaded write16 v1.0.0 |
| 794 | 2025-03-19T23:21:37.156Z | Downloaded oso v0.27.3 |
| 795 | 2025-03-19T23:21:37.159Z | Downloaded hashbrown v0.13.2 |
| 796 | 2025-03-19T23:21:37.163Z | Downloaded peg-runtime v0.8.5 |
| 797 | 2025-03-19T23:21:37.167Z | Downloaded fxhash v0.2.1 |
| 798 | 2025-03-19T23:21:37.167Z | Downloaded displaydoc v0.2.5 |
| 799 | 2025-03-19T23:21:37.170Z | Downloaded quinn-udp v0.5.5 |
| 800 | 2025-03-19T23:21:37.173Z | Downloaded strum v0.26.3 |
| 801 | 2025-03-19T23:21:37.173Z | Downloaded twox-hash v2.1.0 |
| 802 | 2025-03-19T23:21:37.176Z | Downloaded pkcs5 v0.7.1 |
| 803 | 2025-03-19T23:21:37.188Z | Downloaded aes-gcm v0.10.3 |
| 804 | 2025-03-19T23:21:37.188Z | Downloaded new_debug_unreachable v1.0.6 |
| 805 | 2025-03-19T23:21:37.188Z | Downloaded aho-corasick v1.1.3 |
| 806 | 2025-03-19T23:21:37.194Z | Downloaded darling_core v0.20.10 |
| 807 | 2025-03-19T23:21:37.197Z | Downloaded signature v2.2.0 |
| 808 | 2025-03-19T23:21:37.200Z | Downloaded oso-derive v0.27.3 |
| 809 | 2025-03-19T23:21:37.200Z | Downloaded rand_xorshift v0.3.0 |
| 810 | 2025-03-19T23:21:37.203Z | Downloaded display-error-chain v0.2.2 |
| 811 | 2025-03-19T23:21:37.203Z | Downloaded derive_builder v0.20.2 |
| 812 | 2025-03-19T23:21:37.207Z | Downloaded yoke-derive v0.7.4 |
| 813 | 2025-03-19T23:21:37.211Z | Downloaded papergrid v0.14.0 |
| 814 | 2025-03-19T23:21:37.214Z | Downloaded foreign-types v0.3.2 |
| 815 | 2025-03-19T23:21:37.217Z | Downloaded waitgroup v0.1.2 |
| 816 | 2025-03-19T23:21:37.217Z | Downloaded tokio-tungstenite v0.21.0 |
| 817 | 2025-03-19T23:21:37.222Z | Downloaded either v1.14.0 |
| 818 | 2025-03-19T23:21:37.222Z | Downloaded pem v3.0.5 |
| 819 | 2025-03-19T23:21:37.225Z | Downloaded defmt v0.3.8 |
| 820 | 2025-03-19T23:21:37.229Z | Downloaded phf_codegen v0.11.2 |
| 821 | 2025-03-19T23:21:37.229Z | Downloaded progenitor v0.9.1 |
| 822 | 2025-03-19T23:21:37.233Z | Downloaded sct v0.7.1 |
| 823 | 2025-03-19T23:21:37.236Z | Downloaded nu-ansi-term v0.50.1 |
| 824 | 2025-03-19T23:21:37.241Z | Downloaded crossterm v0.28.1 |
| 825 | 2025-03-19T23:21:37.246Z | Downloaded opaque-debug v0.3.1 |
| 826 | 2025-03-19T23:21:37.250Z | Downloaded itertools v0.13.0 |
| 827 | 2025-03-19T23:21:37.255Z | Downloaded stable_deref_trait v1.2.0 |
| 828 | 2025-03-19T23:21:37.259Z | Downloaded tokio-stream v0.1.17 |
| 829 | 2025-03-19T23:21:37.262Z | Downloaded want v0.3.1 |
| 830 | 2025-03-19T23:21:37.265Z | Downloaded zerofrom-derive v0.1.4 |
| 831 | 2025-03-19T23:21:37.265Z | Downloaded value-bag v1.9.0 |
| 832 | 2025-03-19T23:21:37.268Z | Downloaded primeorder v0.13.6 |
| 833 | 2025-03-19T23:21:37.271Z | Downloaded parse-display-derive v0.10.0 |
| 834 | 2025-03-19T23:21:37.271Z | Downloaded rfc6979 v0.4.0 |
| 835 | 2025-03-19T23:21:37.274Z | Downloaded derive-where v1.2.7 |
| 836 | 2025-03-19T23:21:37.278Z | Downloaded downcast v0.11.0 |
| 837 | 2025-03-19T23:21:37.278Z | Downloaded tower-service v0.3.3 |
| 838 | 2025-03-19T23:21:37.281Z | Downloaded stringprep v0.1.5 |
| 839 | 2025-03-19T23:21:37.281Z | Downloaded string_cache v0.8.7 |
| 840 | 2025-03-19T23:21:37.285Z | Downloaded flume v0.11.1 |
| 841 | 2025-03-19T23:21:37.288Z | Downloaded postcard v1.0.10 |
| 842 | 2025-03-19T23:21:37.291Z | Downloaded tower-layer v0.3.3 |
| 843 | 2025-03-19T23:21:37.291Z | Downloaded num v0.4.3 |
| 844 | 2025-03-19T23:21:37.294Z | Downloaded mio v1.0.2 |
| 845 | 2025-03-19T23:21:37.298Z | Downloaded fixedbitset v0.4.2 |
| 846 | 2025-03-19T23:21:37.301Z | Downloaded ed25519 v2.2.3 |
| 847 | 2025-03-19T23:21:37.304Z | Downloaded dsl_auto_type v0.1.2 |
| 848 | 2025-03-19T23:21:37.304Z | Downloaded hash32 v0.2.1 |
| 849 | 2025-03-19T23:21:37.308Z | Downloaded postgres-types v0.2.9 |
| 850 | 2025-03-19T23:21:37.311Z | Downloaded openssl-sys v0.9.106 |
| 851 | 2025-03-19T23:21:37.314Z | Downloaded simd-adler32 v0.3.7 |
| 852 | 2025-03-19T23:21:37.318Z | Downloaded gethostname v0.5.0 |
| 853 | 2025-03-19T23:21:37.321Z | Downloaded which v4.4.2 |
| 854 | 2025-03-19T23:21:37.321Z | Downloaded termtree v0.5.1 |
| 855 | 2025-03-19T23:21:37.321Z | Downloaded foldhash v0.1.3 |
| 856 | 2025-03-19T23:21:37.324Z | Downloaded rand v0.9.0 |
| 857 | 2025-03-19T23:21:37.327Z | Downloaded progenitor v0.8.0 |
| 858 | 2025-03-19T23:21:37.330Z | Downloaded signal-hook v0.3.17 |
| 859 | 2025-03-19T23:21:37.333Z | Downloaded unarray v0.1.4 |
| 860 | 2025-03-19T23:21:37.333Z | Downloaded zeroize v1.8.1 |
| 861 | 2025-03-19T23:21:37.338Z | Downloaded parse-display v0.10.0 |
| 862 | 2025-03-19T23:21:37.338Z | Downloaded itertools v0.14.0 |
| 863 | 2025-03-19T23:21:37.344Z | Downloaded toolchain_find v0.4.0 |
| 864 | 2025-03-19T23:21:37.349Z | Downloaded flagset v0.4.6 |
| 865 | 2025-03-19T23:21:37.349Z | Downloaded rtoolbox v0.0.2 |
| 866 | 2025-03-19T23:21:37.357Z | Downloaded owo-colors v4.2.0 |
| 867 | 2025-03-19T23:21:37.357Z | Downloaded untrusted v0.7.1 |
| 868 | 2025-03-19T23:21:37.357Z | Downloaded uzers v0.12.1 |
| 869 | 2025-03-19T23:21:37.357Z | Downloaded unicase v2.7.0 |
| 870 | 2025-03-19T23:21:37.361Z | Downloaded futures-sink v0.3.31 |
| 871 | 2025-03-19T23:21:37.361Z | Downloaded parse-size v1.1.0 |
| 872 | 2025-03-19T23:21:37.361Z | Downloaded semver v0.1.20 |
| 873 | 2025-03-19T23:21:37.364Z | Downloaded hashbrown v0.12.3 |
| 874 | 2025-03-19T23:21:37.369Z | Downloaded unicode-truncate v1.1.0 |
| 875 | 2025-03-19T23:21:37.369Z | Downloaded pbkdf2 v0.12.2 |
| 876 | 2025-03-19T23:21:37.373Z | Downloaded quinn v0.11.5 |
| 877 | 2025-03-19T23:21:37.377Z | Downloaded secrecy v0.8.0 |
| 878 | 2025-03-19T23:21:37.377Z | Downloaded yansi v1.0.1 |
| 879 | 2025-03-19T23:21:37.381Z | Downloaded walkdir v2.5.0 |
| 880 | 2025-03-19T23:21:37.381Z | Downloaded term v0.7.0 |
| 881 | 2025-03-19T23:21:37.387Z | Downloaded fixedbitset v0.5.7 |
| 882 | 2025-03-19T23:21:37.387Z | Downloaded blake3 v1.5.4 |
| 883 | 2025-03-19T23:21:37.395Z | Downloaded document-features v0.2.10 |
| 884 | 2025-03-19T23:21:37.399Z | Downloaded debug-ignore v1.0.5 |
| 885 | 2025-03-19T23:21:37.399Z | Downloaded samael v0.0.18 |
| 886 | 2025-03-19T23:21:37.404Z | Downloaded ghash v0.5.1 |
| 887 | 2025-03-19T23:21:37.407Z | Downloaded der_derive v0.7.3 |
| 888 | 2025-03-19T23:21:37.407Z | Downloaded zerovec-derive v0.10.3 |
| 889 | 2025-03-19T23:21:37.410Z | Downloaded olpc-cjson v0.1.4 |
| 890 | 2025-03-19T23:21:37.410Z | Downloaded qorb v0.2.1 |
| 891 | 2025-03-19T23:21:37.415Z | Downloaded password-hash v0.4.2 |
| 892 | 2025-03-19T23:21:37.418Z | Downloaded sec1 v0.7.3 |
| 893 | 2025-03-19T23:21:37.422Z | Downloaded ron v0.7.1 |
| 894 | 2025-03-19T23:21:37.425Z | Downloaded futures-task v0.3.31 |
| 895 | 2025-03-19T23:21:37.429Z | Downloaded rayon-core v1.12.1 |
| 896 | 2025-03-19T23:21:37.432Z | Downloaded typed-path v0.9.3 |
| 897 | 2025-03-19T23:21:37.437Z | Downloaded salsa20 v0.10.2 |
| 898 | 2025-03-19T23:21:37.440Z | Downloaded getrandom v0.2.15 |
| 899 | 2025-03-19T23:21:37.443Z | Downloaded strip-ansi-escapes v0.2.0 |
| 900 | 2025-03-19T23:21:37.443Z | Downloaded shell-words v1.1.0 |
| 901 | 2025-03-19T23:21:37.444Z | Downloaded half v2.4.1 |
| 902 | 2025-03-19T23:21:37.449Z | Downloaded darling v0.20.10 |
| 903 | 2025-03-19T23:21:37.452Z | Downloaded peg-macros v0.8.5 |
| 904 | 2025-03-19T23:21:37.456Z | Downloaded ppv-lite86 v0.2.20 |
| 905 | 2025-03-19T23:21:37.456Z | Downloaded tar v0.4.44 |
| 906 | 2025-03-19T23:21:37.460Z | Downloaded x509-cert v0.2.5 |
| 907 | 2025-03-19T23:21:37.464Z | Downloaded predicates-tree v1.0.11 |
| 908 | 2025-03-19T23:21:37.468Z | Downloaded serde_with_macros v3.12.0 |
| 909 | 2025-03-19T23:21:37.471Z | Downloaded ed25519-dalek v2.1.1 |
| 910 | 2025-03-19T23:21:37.475Z | Downloaded url v2.5.3 |
| 911 | 2025-03-19T23:21:37.478Z | Downloaded rustls-webpki v0.101.7 |
| 912 | 2025-03-19T23:21:37.491Z | Downloaded omicron-zone-package v0.12.0 |
| 913 | 2025-03-19T23:21:37.494Z | Downloaded serde_urlencoded v0.7.1 |
| 914 | 2025-03-19T23:21:37.498Z | Downloaded p256 v0.13.2 |
| 915 | 2025-03-19T23:21:37.502Z | Downloaded unicode_categories v0.1.1 |
| 916 | 2025-03-19T23:21:37.502Z | Downloaded whoami v1.5.2 |
| 917 | 2025-03-19T23:21:37.506Z | Downloaded lalrpop v0.19.12 |
| 918 | 2025-03-19T23:21:37.516Z | Downloaded zopfli v0.8.1 |
| 919 | 2025-03-19T23:21:37.520Z | Downloaded tracing v0.1.40 |
| 920 | 2025-03-19T23:21:37.523Z | Downloaded aws-lc-rs v1.12.4 |
| 921 | 2025-03-19T23:21:37.533Z | Downloaded getrandom v0.3.1 |
| 922 | 2025-03-19T23:21:37.537Z | Downloaded expectorate v1.1.0 |
| 923 | 2025-03-19T23:21:37.540Z | Downloaded postgres-protocol v0.6.8 |
| 924 | 2025-03-19T23:21:37.543Z | Downloaded rustls-webpki v0.102.8 |
| 925 | 2025-03-19T23:21:37.561Z | Downloaded ref-cast-impl v1.0.23 |
| 926 | 2025-03-19T23:21:37.564Z | Downloaded bitvec v1.0.1 |
| 927 | 2025-03-19T23:21:37.577Z | Downloaded unicode-segmentation v1.12.0 |
| 928 | 2025-03-19T23:21:37.581Z | Downloaded num-bigint v0.4.6 |
| 929 | 2025-03-19T23:21:37.586Z | Downloaded flate2 v1.1.0 |
| 930 | 2025-03-19T23:21:37.592Z | Downloaded pretty_assertions v1.4.1 |
| 931 | 2025-03-19T23:21:37.596Z | Downloaded petname v2.0.2 |
| 932 | 2025-03-19T23:21:37.601Z | Downloaded bindgen v0.69.5 |
| 933 | 2025-03-19T23:21:37.609Z | Downloaded chrono v0.4.40 |
| 934 | 2025-03-19T23:21:37.618Z | Downloaded p521 v0.13.3 |
| 935 | 2025-03-19T23:21:37.622Z | Downloaded test-strategy v0.4.0 |
| 936 | 2025-03-19T23:21:37.625Z | Downloaded bindgen v0.71.1 |
| 937 | 2025-03-19T23:21:37.635Z | Downloaded unicode-normalization v0.1.24 |
| 938 | 2025-03-19T23:21:37.638Z | Downloaded sqlparser v0.45.0 |
| 939 | 2025-03-19T23:21:37.645Z | Downloaded prettyplease v0.2.30 |
| 940 | 2025-03-19T23:21:37.650Z | Downloaded parse-zoneinfo v0.3.1 |
| 941 | 2025-03-19T23:21:37.653Z | Downloaded rayon v1.10.0 |
| 942 | 2025-03-19T23:21:37.663Z | Downloaded toml_edit v0.19.15 |
| 943 | 2025-03-19T23:21:37.680Z | Downloaded zip v2.1.3 |
| 944 | 2025-03-19T23:21:37.684Z | Downloaded quinn-proto v0.11.8 |
| 945 | 2025-03-19T23:21:37.693Z | Downloaded ssh-key v0.6.6 |
| 946 | 2025-03-19T23:21:37.699Z | Downloaded futures-util v0.3.31 |
| 947 | 2025-03-19T23:21:37.711Z | Downloaded git2 v0.19.0 |
| 948 | 2025-03-19T23:21:37.721Z | Downloaded webpki-roots v0.26.6 |
| 949 | 2025-03-19T23:21:37.725Z | Downloaded zerocopy v0.8.10 |
| 950 | 2025-03-19T23:21:37.750Z | Downloaded rustyline v14.0.0 |
| 951 | 2025-03-19T23:21:37.755Z | Downloaded gimli v0.31.1 |
| 952 | 2025-03-19T23:21:37.764Z | Downloaded p384 v0.13.0 |
| 953 | 2025-03-19T23:21:37.772Z | Downloaded unicode-width v0.2.0 |
| 954 | 2025-03-19T23:21:37.777Z | Downloaded winnow v0.5.40 |
| 955 | 2025-03-19T23:21:37.787Z | Downloaded serde_with v3.12.0 |
| 956 | 2025-03-19T23:21:37.795Z | Downloaded curve25519-dalek v4.1.3 |
| 957 | 2025-03-19T23:21:37.804Z | Downloaded winnow v0.6.20 |
| 958 | 2025-03-19T23:21:37.814Z | Downloaded vcpkg v0.2.15 |
| 959 | 2025-03-19T23:21:37.853Z | Downloaded salty v0.3.0 |
| 960 | 2025-03-19T23:21:37.859Z | Downloaded smoltcp v0.11.0 |
| 961 | 2025-03-19T23:21:37.872Z | Downloaded rustls v0.21.12 |
| 962 | 2025-03-19T23:21:37.884Z | Downloaded object v0.36.5 |
| 963 | 2025-03-19T23:21:37.896Z | Downloaded rustls v0.23.19 |
| 964 | 2025-03-19T23:21:37.909Z | Downloaded regex-syntax v0.8.5 |
| 965 | 2025-03-19T23:21:37.918Z | Downloaded bstr v1.10.0 |
| 966 | 2025-03-19T23:21:37.930Z | Downloaded dropshot v0.16.0 |
| 967 | 2025-03-19T23:21:37.952Z | Downloaded nix v0.27.1 |
| 968 | 2025-03-19T23:21:37.963Z | Downloaded zerocopy-derive v0.6.6 |
| 969 | 2025-03-19T23:21:37.973Z | Downloaded sled v0.34.7 |
| 970 | 2025-03-19T23:21:37.984Z | Downloaded nix v0.28.0 |
| 971 | 2025-03-19T23:21:37.996Z | Downloaded regex v1.11.1 |
| 972 | 2025-03-19T23:21:38.010Z | Downloaded regex-syntax v0.6.29 |
| 973 | 2025-03-19T23:21:38.017Z | Downloaded dropshot v0.12.0 |
| 974 | 2025-03-19T23:21:38.037Z | Downloaded nix v0.29.0 |
| 975 | 2025-03-19T23:21:38.049Z | Downloaded rustls v0.22.4 |
| 976 | 2025-03-19T23:21:38.062Z | Downloaded openapiv3 v2.0.0 |
| 977 | 2025-03-19T23:21:38.076Z | Downloaded typify-impl v0.2.0 |
| 978 | 2025-03-19T23:21:38.092Z | Downloaded radix_trie v0.2.1 |
| 979 | 2025-03-19T23:21:38.097Z | Downloaded ratatui v0.29.0 |
| 980 | 2025-03-19T23:21:38.118Z | Downloaded petgraph v0.6.5 |
| 981 | 2025-03-19T23:21:38.135Z | Downloaded openssl v0.10.71 |
| 982 | 2025-03-19T23:21:38.144Z | Downloaded petgraph v0.7.1 |
| 983 | 2025-03-19T23:21:38.164Z | Downloaded lzma-sys v0.1.20 |
| 984 | 2025-03-19T23:21:38.192Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 985 | 2025-03-19T23:21:38.204Z | Downloaded typify-impl v0.3.0 |
| 986 | 2025-03-19T23:21:38.220Z | Downloaded tokio v1.43.0 |
| 987 | 2025-03-19T23:21:38.257Z | Downloaded libz-sys v1.1.20 |
| 988 | 2025-03-19T23:21:38.277Z | Downloaded chrono-tz v0.10.1 |
| 989 | 2025-03-19T23:21:38.285Z | Downloaded tabled v0.18.0 |
| 990 | 2025-03-19T23:21:38.302Z | Downloaded regex-automata v0.4.8 |
| 991 | 2025-03-19T23:21:38.319Z | Downloaded smoltcp v0.9.1 |
| 992 | 2025-03-19T23:21:38.330Z | Downloaded object v0.30.4 |
| 993 | 2025-03-19T23:21:38.339Z | Downloaded diesel v2.2.8 |
| 994 | 2025-03-19T23:21:38.357Z | Downloaded polar-core v0.27.3 |
| 995 | 2025-03-19T23:21:38.365Z | Downloaded regress v0.10.3 |
| 996 | 2025-03-19T23:21:38.374Z | Downloaded num-bigint-dig v0.8.4 |
| 997 | 2025-03-19T23:21:38.379Z | Downloaded russh v0.45.0 |
| 998 | 2025-03-19T23:21:38.385Z | Downloaded csv v1.3.1 |
| 999 | 2025-03-19T23:21:38.404Z | Downloaded proptest v1.6.0 |
| 1000 | 2025-03-19T23:21:38.413Z | Downloaded nom v7.1.3 |
| 1001 | 2025-03-19T23:21:38.418Z | Downloaded socket2 v0.5.8 |
| 1002 | 2025-03-19T23:21:38.422Z | Downloaded portable-atomic v1.9.0 |
| 1003 | 2025-03-19T23:21:38.427Z | Downloaded h2 v0.4.6 |
| 1004 | 2025-03-19T23:21:38.433Z | Downloaded reqwest v0.12.12 |
| 1005 | 2025-03-19T23:21:38.442Z | Downloaded ron v0.8.1 |
| 1006 | 2025-03-19T23:21:38.449Z | Downloaded rand v0.8.5 |
| 1007 | 2025-03-19T23:21:38.452Z | Downloaded quick-xml v0.37.2 |
| 1008 | 2025-03-19T23:21:38.458Z | Downloaded zerovec v0.10.4 |
| 1009 | 2025-03-19T23:21:38.465Z | Downloaded typify-macro v0.3.0 |
| 1010 | 2025-03-19T23:21:38.468Z | Downloaded futures-macro v0.3.31 |
| 1011 | 2025-03-19T23:21:38.469Z | Downloaded diff v0.1.13 |
| 1012 | 2025-03-19T23:21:38.469Z | Downloaded tracing-attributes v0.1.27 |
| 1013 | 2025-03-19T23:21:38.472Z | Downloaded time v0.3.36 |
| 1014 | 2025-03-19T23:21:38.477Z | Downloaded typify v0.2.0 |
| 1015 | 2025-03-19T23:21:38.480Z | Downloaded sha3 v0.10.8 |
| 1016 | 2025-03-19T23:21:38.485Z | Downloaded multer v3.1.0 |
| 1017 | 2025-03-19T23:21:38.488Z | Downloaded zip v0.6.6 |
| 1018 | 2025-03-19T23:21:38.494Z | Downloaded tough v0.19.0 |
| 1019 | 2025-03-19T23:21:38.499Z | Downloaded zerocopy v0.6.6 |
| 1020 | 2025-03-19T23:21:38.502Z | Downloaded tower v0.5.2 |
| 1021 | 2025-03-19T23:21:38.510Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1022 | 2025-03-19T23:21:38.513Z | Downloaded typify v0.3.0 |
| 1023 | 2025-03-19T23:21:38.516Z | Downloaded vergen v8.3.2 |
| 1024 | 2025-03-19T23:21:38.519Z | Downloaded tungstenite v0.23.0 |
| 1025 | 2025-03-19T23:21:38.523Z | Downloaded tungstenite v0.21.0 |
| 1026 | 2025-03-19T23:21:38.527Z | Downloaded tracing-core v0.1.32 |
| 1027 | 2025-03-19T23:21:38.530Z | Downloaded strum_macros v0.25.3 |
| 1028 | 2025-03-19T23:21:38.530Z | Downloaded structmeta v0.3.0 |
| 1029 | 2025-03-19T23:21:38.530Z | Downloaded spki v0.7.3 |
| 1030 | 2025-03-19T23:21:38.533Z | Downloaded progenitor-impl v0.8.0 |
| 1031 | 2025-03-19T23:21:38.536Z | Downloaded tap v1.0.1 |
| 1032 | 2025-03-19T23:21:38.536Z | Downloaded shlex v1.3.0 |
| 1033 | 2025-03-19T23:21:38.536Z | Downloaded strum_macros v0.24.3 |
| 1034 | 2025-03-19T23:21:38.539Z | Downloaded r2d2 v0.8.10 |
| 1035 | 2025-03-19T23:21:38.539Z | Downloaded fs_extra v1.3.0 |
| 1036 | 2025-03-19T23:21:38.542Z | Downloaded typify-macro v0.2.0 |
| 1037 | 2025-03-19T23:21:38.542Z | Downloaded spin v0.9.8 |
| 1038 | 2025-03-19T23:21:38.545Z | Downloaded diesel_derives v2.2.3 |
| 1039 | 2025-03-19T23:21:38.548Z | Downloaded derive_more v0.99.19 |
| 1040 | 2025-03-19T23:21:38.551Z | Downloaded encoding_rs v0.8.34 |
| 1041 | 2025-03-19T23:21:38.573Z | Downloaded uuid v1.15.1 |
| 1042 | 2025-03-19T23:21:38.576Z | Downloaded tokio-postgres v0.7.13 |
| 1043 | 2025-03-19T23:21:38.580Z | Downloaded unsafe-libyaml v0.2.11 |
| 1044 | 2025-03-19T23:21:38.584Z | Downloaded newtype-uuid v1.2.1 |
| 1045 | 2025-03-19T23:21:38.586Z | Downloaded defmt-macros v0.3.9 |
| 1046 | 2025-03-19T23:21:38.589Z | Downloaded glob v0.3.2 |
| 1047 | 2025-03-19T23:21:38.589Z | Downloaded subtle v2.6.1 |
| 1048 | 2025-03-19T23:21:38.592Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1049 | 2025-03-19T23:21:38.647Z | Downloaded slab v0.4.9 |
| 1050 | 2025-03-19T23:21:38.650Z | Downloaded num-complex v0.4.6 |
| 1051 | 2025-03-19T23:21:38.650Z | Downloaded utf-8 v0.7.6 |
| 1052 | 2025-03-19T23:21:38.653Z | Downloaded ring v0.17.11 |
| 1053 | 2025-03-19T23:21:38.691Z | Downloaded untrusted v0.9.0 |
| 1054 | 2025-03-19T23:21:38.696Z | Downloaded rsa v0.9.6 |
| 1055 | 2025-03-19T23:21:38.699Z | Downloaded utf8_iter v1.0.4 |
| 1056 | 2025-03-19T23:21:38.699Z | Downloaded steno v0.4.1 |
| 1057 | 2025-03-19T23:21:38.702Z | Downloaded universal-hash v0.5.1 |
| 1058 | 2025-03-19T23:21:38.702Z | Downloaded funty v2.0.0 |
| 1059 | 2025-03-19T23:21:38.705Z | Downloaded reedline v0.38.0 |
| 1060 | 2025-03-19T23:21:38.710Z | Downloaded tokio-util v0.7.13 |
| 1061 | 2025-03-19T23:21:38.716Z | Downloaded itertools v0.12.1 |
| 1062 | 2025-03-19T23:21:38.722Z | Downloaded dirs-sys-next v0.1.2 |
| 1063 | 2025-03-19T23:21:38.725Z | Downloaded float-cmp v0.10.0 |
| 1064 | 2025-03-19T23:21:38.725Z | Downloaded serde_derive_internals v0.29.1 |
| 1065 | 2025-03-19T23:21:38.728Z | Downloaded rustc_version v0.4.1 |
| 1066 | 2025-03-19T23:21:38.728Z | Downloaded slog-term v2.9.1 |
| 1067 | 2025-03-19T23:21:38.731Z | Downloaded pkcs1 v0.7.5 |
| 1068 | 2025-03-19T23:21:38.731Z | Downloaded publicsuffix v2.3.0 |
| 1069 | 2025-03-19T23:21:38.734Z | Downloaded num-rational v0.4.2 |
| 1070 | 2025-03-19T23:21:38.738Z | Downloaded yasna v0.5.2 |
| 1071 | 2025-03-19T23:21:38.738Z | Downloaded rcgen v0.12.1 |
| 1072 | 2025-03-19T23:21:38.741Z | Downloaded ssh-cipher v0.2.0 |
| 1073 | 2025-03-19T23:21:38.741Z | Downloaded rustc-hash v1.1.0 |
| 1074 | 2025-03-19T23:21:38.744Z | Downloaded phf_generator v0.11.2 |
| 1075 | 2025-03-19T23:21:38.744Z | Downloaded rustfmt-wrapper v0.2.1 |
| 1076 | 2025-03-19T23:21:38.744Z | Downloaded libxml v0.3.3 |
| 1077 | 2025-03-19T23:21:38.749Z | Downloaded libm v0.2.8 |
| 1078 | 2025-03-19T23:21:38.756Z | Downloaded itertools v0.10.5 |
| 1079 | 2025-03-19T23:21:38.762Z | Downloaded num-traits v0.2.19 |
| 1080 | 2025-03-19T23:21:38.765Z | Downloaded futures v0.3.31 |
| 1081 | 2025-03-19T23:21:38.769Z | Downloaded yoke v0.7.4 |
| 1082 | 2025-03-19T23:21:38.772Z | Downloaded rand_core v0.9.2 |
| 1083 | 2025-03-19T23:21:38.772Z | Downloaded globset v0.4.15 |
| 1084 | 2025-03-19T23:21:38.775Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1085 | 2025-03-19T23:21:38.778Z | Downloaded cc v1.2.15 |
| 1086 | 2025-03-19T23:21:38.781Z | Downloaded parking_lot v0.11.2 |
| 1087 | 2025-03-19T23:21:38.784Z | Downloaded tokio-rustls v0.26.0 |
| 1088 | 2025-03-19T23:21:38.784Z | Downloaded elliptic-curve v0.13.8 |
| 1089 | 2025-03-19T23:21:38.787Z | Downloaded bumpalo v3.16.0 |
| 1090 | 2025-03-19T23:21:38.790Z | Downloaded hash32 v0.3.1 |
| 1091 | 2025-03-19T23:21:38.793Z | Downloaded ecdsa v0.16.9 |
| 1092 | 2025-03-19T23:21:38.793Z | Downloaded dropshot_endpoint v0.12.0 |
| 1093 | 2025-03-19T23:21:38.796Z | Downloaded unicode-bidi v0.3.17 |
| 1094 | 2025-03-19T23:21:38.799Z | Downloaded base64 v0.21.7 |
| 1095 | 2025-03-19T23:21:38.802Z | Downloaded backtrace v0.3.74 |
| 1096 | 2025-03-19T23:21:38.806Z | Downloaded mockall_derive v0.13.1 |
| 1097 | 2025-03-19T23:21:38.809Z | Downloaded daft-derive v0.1.2 |
| 1098 | 2025-03-19T23:21:38.812Z | Downloaded daft v0.1.2 |
| 1099 | 2025-03-19T23:21:38.815Z | Downloaded crossbeam-channel v0.5.13 |
| 1100 | 2025-03-19T23:21:38.818Z | Downloaded tokio-rustls v0.24.1 |
| 1101 | 2025-03-19T23:21:38.821Z | Downloaded pem-rfc7468 v0.7.0 |
| 1102 | 2025-03-19T23:21:38.821Z | Downloaded password-hash v0.5.0 |
| 1103 | 2025-03-19T23:21:38.824Z | Downloaded parking_lot_core v0.9.10 |
| 1104 | 2025-03-19T23:21:38.827Z | Downloaded hyper-util v0.1.10 |
| 1105 | 2025-03-19T23:21:38.830Z | Downloaded packed_struct v0.10.1 |
| 1106 | 2025-03-19T23:21:38.830Z | Downloaded futures-executor v0.3.31 |
| 1107 | 2025-03-19T23:21:38.833Z | Downloaded strum_macros v0.26.4 |
| 1108 | 2025-03-19T23:21:38.833Z | Downloaded progenitor-impl v0.9.1 |
| 1109 | 2025-03-19T23:21:38.836Z | Downloaded schemars v0.8.22 |
| 1110 | 2025-03-19T23:21:38.845Z | Downloaded futures-io v0.3.31 |
| 1111 | 2025-03-19T23:21:38.848Z | Downloaded filetime v0.2.25 |
| 1112 | 2025-03-19T23:21:38.848Z | Downloaded fallible-iterator v0.2.0 |
| 1113 | 2025-03-19T23:21:38.851Z | Downloaded thiserror-no-std v2.0.2 |
| 1114 | 2025-03-19T23:21:38.853Z | Downloaded termios v0.3.3 |
| 1115 | 2025-03-19T23:21:38.854Z | Downloaded slog-envlogger v2.2.0 |
| 1116 | 2025-03-19T23:21:38.856Z | Downloaded mockall v0.13.1 |
| 1117 | 2025-03-19T23:21:38.856Z | Downloaded const_format v0.2.34 |
| 1118 | 2025-03-19T23:21:38.859Z | Downloaded chacha20poly1305 v0.10.1 |
| 1119 | 2025-03-19T23:21:38.862Z | Downloaded xattr v1.3.1 |
| 1120 | 2025-03-19T23:21:38.862Z | Downloaded tokio-macros v2.5.0 |
| 1121 | 2025-03-19T23:21:38.865Z | Downloaded tls_codec_derive v0.4.1 |
| 1122 | 2025-03-19T23:21:38.865Z | Downloaded tinystr v0.7.6 |
| 1123 | 2025-03-19T23:21:38.868Z | Downloaded tiny-keccak v2.0.2 |
| 1124 | 2025-03-19T23:21:38.871Z | Downloaded miniz_oxide v0.8.5 |
| 1125 | 2025-03-19T23:21:38.871Z | Downloaded icu_properties v1.5.1 |
| 1126 | 2025-03-19T23:21:38.874Z | Downloaded heapless v0.8.0 |
| 1127 | 2025-03-19T23:21:38.878Z | Downloaded crypto-bigint v0.5.5 |
| 1128 | 2025-03-19T23:21:38.883Z | Downloaded bytes v1.10.1 |
| 1129 | 2025-03-19T23:21:38.887Z | Downloaded progenitor-macro v0.8.0 |
| 1130 | 2025-03-19T23:21:38.890Z | Downloaded icu_collections v1.5.0 |
| 1131 | 2025-03-19T23:21:38.893Z | Downloaded base64 v0.22.1 |
| 1132 | 2025-03-19T23:21:38.898Z | Downloaded tokio-tungstenite v0.23.1 |
| 1133 | 2025-03-19T23:21:38.901Z | Downloaded embedded-io v0.6.1 |
| 1134 | 2025-03-19T23:21:38.901Z | Downloaded smallvec v1.14.0 |
| 1135 | 2025-03-19T23:21:38.904Z | Downloaded heapless v0.7.17 |
| 1136 | 2025-03-19T23:21:38.907Z | Downloaded vsss-rs v3.3.4 |
| 1137 | 2025-03-19T23:21:38.911Z | Downloaded lock_api v0.4.12 |
| 1138 | 2025-03-19T23:21:38.911Z | Downloaded blake2 v0.10.6 |
| 1139 | 2025-03-19T23:21:38.915Z | Downloaded synstructure v0.13.1 |
| 1140 | 2025-03-19T23:21:38.915Z | Downloaded signal-hook-mio v0.2.4 |
| 1141 | 2025-03-19T23:21:38.915Z | Downloaded litrs v0.4.1 |
| 1142 | 2025-03-19T23:21:38.919Z | Downloaded smf v0.2.3 |
| 1143 | 2025-03-19T23:21:38.919Z | Downloaded icu_normalizer v1.5.0 |
| 1144 | 2025-03-19T23:21:38.922Z | Downloaded icu_locid_transform_data v1.5.0 |
| 1145 | 2025-03-19T23:21:38.922Z | Downloaded litemap v0.7.3 |
| 1146 | 2025-03-19T23:21:38.925Z | Downloaded crossbeam-utils v0.8.20 |
| 1147 | 2025-03-19T23:21:38.931Z | Downloaded crossbeam-epoch v0.9.18 |
| 1148 | 2025-03-19T23:21:38.931Z | Downloaded cookie v0.18.1 |
| 1149 | 2025-03-19T23:21:38.931Z | Downloaded console v0.15.10 |
| 1150 | 2025-03-19T23:21:38.934Z | Downloaded ciborium v0.2.2 |
| 1151 | 2025-03-19T23:21:38.945Z | Downloaded cancel-safe-futures v0.1.5 |
| 1152 | 2025-03-19T23:21:38.945Z | Downloaded form_urlencoded v1.2.1 |
| 1153 | 2025-03-19T23:21:38.945Z | Downloaded clang-sys v1.8.1 |
| 1154 | 2025-03-19T23:21:38.945Z | Downloaded indoc v2.0.6 |
| 1155 | 2025-03-19T23:21:38.945Z | Downloaded hyper-staticfile v0.10.1 |
| 1156 | 2025-03-19T23:21:38.949Z | Downloaded schemars_derive v0.8.22 |
| 1157 | 2025-03-19T23:21:38.949Z | Downloaded same-file v1.0.6 |
| 1158 | 2025-03-19T23:21:38.949Z | Downloaded rusty-fork v0.3.0 |
| 1159 | 2025-03-19T23:21:38.949Z | Downloaded resolv-conf v0.7.0 |
| 1160 | 2025-03-19T23:21:38.952Z | Downloaded ref-cast v1.0.23 |
| 1161 | 2025-03-19T23:21:38.956Z | Downloaded progenitor-macro v0.9.1 |
| 1162 | 2025-03-19T23:21:38.956Z | Downloaded md-5 v0.10.6 |
| 1163 | 2025-03-19T23:21:38.956Z | Downloaded libefi-sys v0.1.0 |
| 1164 | 2025-03-19T23:21:38.956Z | Downloaded instability v0.3.2 |
| 1165 | 2025-03-19T23:21:38.959Z | Downloaded rpassword v7.3.1 |
| 1166 | 2025-03-19T23:21:38.959Z | Downloaded rand_chacha v0.9.0 |
| 1167 | 2025-03-19T23:21:38.959Z | Downloaded hkdf v0.12.4 |
| 1168 | 2025-03-19T23:21:38.962Z | Downloaded hickory-proto v0.24.4 |
| 1169 | 2025-03-19T23:21:38.977Z | Downloaded arc-swap v1.7.1 |
| 1170 | 2025-03-19T23:21:38.981Z | Downloaded allocator-api2 v0.2.18 |
| 1171 | 2025-03-19T23:21:38.984Z | Downloaded hickory-client v0.24.4 |
| 1172 | 2025-03-19T23:21:38.987Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1173 | 2025-03-19T23:21:38.987Z | Downloaded cexpr v0.6.0 |
| 1174 | 2025-03-19T23:21:38.990Z | Downloaded bzip2 v0.4.4 |
| 1175 | 2025-03-19T23:21:38.990Z | Downloaded ipnetwork v0.21.1 |
| 1176 | 2025-03-19T23:21:38.994Z | Downloaded indent_write v2.2.0 |
| 1177 | 2025-03-19T23:21:38.994Z | Downloaded lazy_static v1.5.0 |
| 1178 | 2025-03-19T23:21:38.994Z | Downloaded is-terminal v0.4.13 |
| 1179 | 2025-03-19T23:21:38.997Z | Downloaded arrayvec v0.7.6 |
| 1180 | 2025-03-19T23:21:38.997Z | Downloaded crc32fast v1.4.2 |
| 1181 | 2025-03-19T23:21:39.000Z | Downloaded hmac v0.12.1 |
| 1182 | 2025-03-19T23:21:39.000Z | Downloaded async-trait v0.1.87 |
| 1183 | 2025-03-19T23:21:39.006Z | Downloaded http-body-util v0.1.2 |
| 1184 | 2025-03-19T23:21:39.006Z | Downloaded backoff v0.4.0 |
| 1185 | 2025-03-19T23:21:39.006Z | Downloaded async-bb8-diesel v0.2.1 |
| 1186 | 2025-03-19T23:21:39.009Z | Downloaded argon2 v0.5.3 |
| 1187 | 2025-03-19T23:21:39.009Z | Downloaded cmake v0.1.51 |
| 1188 | 2025-03-19T23:21:39.012Z | Downloaded hex-literal v0.4.1 |
| 1189 | 2025-03-19T23:21:39.012Z | Downloaded http-range v0.1.5 |
| 1190 | 2025-03-19T23:21:39.012Z | Downloaded bit-vec v0.6.3 |
| 1191 | 2025-03-19T23:21:39.016Z | Downloaded hostname v0.4.0 |
| 1192 | 2025-03-19T23:21:39.016Z | Downloaded home v0.5.9 |
| 1193 | 2025-03-19T23:21:39.016Z | Downloaded humantime v2.1.0 |
| 1194 | 2025-03-19T23:21:39.019Z | Downloaded constant_time_eq v0.3.1 |
| 1195 | 2025-03-19T23:21:39.019Z | Downloaded assert_matches v1.5.0 |
| 1196 | 2025-03-19T23:21:39.019Z | Downloaded atomic-waker v1.1.2 |
| 1197 | 2025-03-19T23:21:39.022Z | Downloaded async-recursion v1.1.1 |
| 1198 | 2025-03-19T23:21:39.025Z | Downloaded array-init v0.0.4 |
| 1199 | 2025-03-19T23:21:39.338Z | Downloaded aws-lc-sys v0.26.0 |
| 1200 | 2025-03-19T23:21:39.654Z | Compiling serde v1.0.218 |
| 1201 | 2025-03-19T23:21:39.657Z | Compiling value-bag v1.9.0 |
| 1202 | 2025-03-19T23:21:39.657Z | Compiling lock_api v0.4.12 |
| 1203 | 2025-03-19T23:21:39.658Z | Compiling scopeguard v1.2.0 |
| 1204 | 2025-03-19T23:21:39.809Z | Compiling typenum v1.17.0 |
| 1205 | 2025-03-19T23:21:39.813Z | Compiling shlex v1.3.0 |
| 1206 | 2025-03-19T23:21:39.851Z | Compiling syn v2.0.98 |
| 1207 | 2025-03-19T23:21:39.867Z | Compiling getrandom v0.2.15 |
| 1208 | 2025-03-19T23:21:39.988Z | Compiling jobserver v0.1.32 |
| 1209 | 2025-03-19T23:21:40.158Z | Compiling rand_core v0.6.4 |
| 1210 | 2025-03-19T23:21:40.276Z | Compiling log v0.4.22 |
| 1211 | 2025-03-19T23:21:40.315Z | Compiling generic-array v0.14.7 |
| 1212 | 2025-03-19T23:21:40.333Z | Compiling subtle v2.6.1 |
| 1213 | 2025-03-19T23:21:40.799Z | Compiling cc v1.2.15 |
| 1214 | 2025-03-19T23:21:40.818Z | Compiling smallvec v1.14.0 |
| 1215 | 2025-03-19T23:21:40.837Z | Compiling const-oid v0.9.6 |
| 1216 | 2025-03-19T23:21:40.858Z | Compiling pin-project-lite v0.2.14 |
| 1217 | 2025-03-19T23:21:40.877Z | Compiling rustix v0.38.37 |
| 1218 | 2025-03-19T23:21:40.998Z | Compiling parking_lot_core v0.9.10 |
| 1219 | 2025-03-19T23:21:41.059Z | Compiling spin v0.9.8 |
| 1220 | 2025-03-19T23:21:41.235Z | Compiling signal-hook-registry v1.4.2 |
| 1221 | 2025-03-19T23:21:41.455Z | Compiling futures-core v0.3.31 |
| 1222 | 2025-03-19T23:21:41.717Z | Compiling mio v1.0.2 |
| 1223 | 2025-03-19T23:21:41.737Z | Compiling aho-corasick v1.1.3 |
| 1224 | 2025-03-19T23:21:41.986Z | Compiling parking_lot v0.12.3 |
| 1225 | 2025-03-19T23:21:42.062Z | Compiling either v1.14.0 |
| 1226 | 2025-03-19T23:21:42.460Z | Compiling regex-syntax v0.8.5 |
| 1227 | 2025-03-19T23:21:42.518Z | Compiling stable_deref_trait v1.2.0 |
| 1228 | 2025-03-19T23:21:42.648Z | Compiling glob v0.3.2 |
| 1229 | 2025-03-19T23:21:42.787Z | Compiling socket2 v0.5.8 |
| 1230 | 2025-03-19T23:21:42.839Z | Compiling serde_json v1.0.139 |
| 1231 | 2025-03-19T23:21:42.991Z | Compiling cpufeatures v0.2.14 |
| 1232 | 2025-03-19T23:21:43.105Z | Compiling futures-sink v0.3.31 |
| 1233 | 2025-03-19T23:21:43.190Z | Compiling prettyplease v0.2.30 |
| 1234 | 2025-03-19T23:21:43.313Z | Compiling lazy_static v1.5.0 |
| 1235 | 2025-03-19T23:21:43.467Z | Compiling slab v0.4.9 |
| 1236 | 2025-03-19T23:21:43.519Z | Compiling clang-sys v1.8.1 |
| 1237 | 2025-03-19T23:21:43.590Z | Compiling minimal-lexical v0.2.1 |
| 1238 | 2025-03-19T23:21:43.717Z | Compiling libloading v0.8.5 |
| 1239 | 2025-03-19T23:21:43.952Z | Compiling bindgen v0.69.5 |
| 1240 | 2025-03-19T23:21:44.091Z | Compiling nom v7.1.3 |
| 1241 | 2025-03-19T23:21:44.091Z | Compiling allocator-api2 v0.2.18 |
| 1242 | 2025-03-19T23:21:44.278Z | Compiling libm v0.2.8 |
| 1243 | 2025-03-19T23:21:44.636Z | Compiling home v0.5.9 |
| 1244 | 2025-03-19T23:21:44.790Z | Compiling foldhash v0.1.3 |
| 1245 | 2025-03-19T23:21:44.810Z | Compiling pkg-config v0.3.31 |
| 1246 | 2025-03-19T23:21:45.089Z | Compiling hashbrown v0.15.1 |
| 1247 | 2025-03-19T23:21:45.213Z | Compiling itertools v0.12.1 |
| 1248 | 2025-03-19T23:21:46.169Z | Compiling regex-automata v0.4.8 |
| 1249 | 2025-03-19T23:21:46.328Z | Compiling num-traits v0.2.19 |
| 1250 | 2025-03-19T23:21:46.352Z | Compiling rustc-hash v1.1.0 |
| 1251 | 2025-03-19T23:21:46.502Z | Compiling lazycell v1.3.0 |
| 1252 | 2025-03-19T23:21:46.880Z | Compiling futures-channel v0.3.31 |
| 1253 | 2025-03-19T23:21:47.294Z | Compiling cexpr v0.6.0 |
| 1254 | 2025-03-19T23:21:47.398Z | Compiling synstructure v0.13.1 |
| 1255 | 2025-03-19T23:21:48.052Z | Compiling cmake v0.1.51 |
| 1256 | 2025-03-19T23:21:48.463Z | Compiling dunce v1.0.5 |
| 1257 | 2025-03-19T23:21:48.610Z | Compiling futures-task v0.3.31 |
| 1258 | 2025-03-19T23:21:48.730Z | Compiling getrandom v0.3.1 |
| 1259 | 2025-03-19T23:21:48.851Z | Compiling fs_extra v1.3.0 |
| 1260 | 2025-03-19T23:21:48.882Z | Compiling pin-utils v0.1.0 |
| 1261 | 2025-03-19T23:21:48.902Z | Compiling futures-io v0.3.31 |
| 1262 | 2025-03-19T23:21:49.178Z | Compiling base64ct v1.6.0 |
| 1263 | 2025-03-19T23:21:49.408Z | Compiling ring v0.17.11 |
| 1264 | 2025-03-19T23:21:49.750Z | Compiling pem-rfc7468 v0.7.0 |
| 1265 | 2025-03-19T23:21:49.888Z | Compiling flagset v0.4.6 |
| 1266 | 2025-03-19T23:21:50.112Z | Compiling paste v1.0.15 |
| 1267 | 2025-03-19T23:21:50.365Z | Compiling writeable v0.5.5 |
| 1268 | 2025-03-19T23:21:50.476Z | Compiling litemap v0.7.3 |
| 1269 | 2025-03-19T23:21:50.743Z | Compiling aws-lc-rs v1.12.4 |
| 1270 | 2025-03-19T23:21:50.882Z | Compiling crossbeam-utils v0.8.20 |
| 1271 | 2025-03-19T23:21:50.942Z | Compiling rustls-pki-types v1.10.0 |
| 1272 | 2025-03-19T23:21:51.187Z | Compiling regex v1.11.1 |
| 1273 | 2025-03-19T23:21:51.412Z | Compiling vcpkg v0.2.15 |
| 1274 | 2025-03-19T23:21:51.854Z | Compiling icu_locid_transform_data v1.5.0 |
| 1275 | 2025-03-19T23:21:51.904Z | Compiling tracing-core v0.1.32 |
| 1276 | 2025-03-19T23:21:51.970Z | Compiling powerfmt v0.2.0 |
| 1277 | 2025-03-19T23:21:52.119Z | Compiling untrusted v0.7.1 |
| 1278 | 2025-03-19T23:21:52.309Z | Compiling httparse v1.9.5 |
| 1279 | 2025-03-19T23:21:52.335Z | Compiling percent-encoding v2.3.1 |
| 1280 | 2025-03-19T23:21:52.392Z | Compiling serde_derive v1.0.218 |
| 1281 | 2025-03-19T23:21:52.642Z | Compiling zeroize_derive v1.4.2 |
| 1282 | 2025-03-19T23:21:52.957Z | Compiling zerocopy-derive v0.7.35 |
| 1283 | 2025-03-19T23:21:53.010Z | Compiling tokio-macros v2.5.0 |
| 1284 | 2025-03-19T23:21:53.050Z | Compiling zerofrom-derive v0.1.4 |
| 1285 | 2025-03-19T23:21:54.007Z | Compiling zeroize v1.8.1 |
| 1286 | 2025-03-19T23:21:54.429Z | Compiling yoke-derive v0.7.4 |
| 1287 | 2025-03-19T23:21:54.815Z | Compiling zerovec-derive v0.10.3 |
| 1288 | 2025-03-19T23:21:54.864Z | Compiling zerocopy v0.7.35 |
| 1289 | 2025-03-19T23:21:55.147Z | Compiling displaydoc v0.2.5 |
| 1290 | 2025-03-19T23:21:55.662Z | Compiling crypto-common v0.1.6 |
| 1291 | 2025-03-19T23:21:55.897Z | Compiling block-buffer v0.10.4 |
| 1292 | 2025-03-19T23:21:56.187Z | Compiling digest v0.10.7 |
| 1293 | 2025-03-19T23:21:56.220Z | Compiling block-padding v0.3.3 |
| 1294 | 2025-03-19T23:21:56.393Z | Compiling zerofrom v0.1.4 |
| 1295 | 2025-03-19T23:21:56.463Z | Compiling inout v0.1.3 |
| 1296 | 2025-03-19T23:21:56.603Z | Compiling thiserror-impl v1.0.69 |
| 1297 | 2025-03-19T23:21:56.660Z | Compiling hmac v0.12.1 |
| 1298 | 2025-03-19T23:21:56.680Z | Compiling futures-macro v0.3.31 |
| 1299 | 2025-03-19T23:21:56.704Z | Compiling cipher v0.4.4 |
| 1300 | 2025-03-19T23:21:56.758Z | Compiling sha2 v0.10.8 |
| 1301 | 2025-03-19T23:21:56.928Z | Compiling der_derive v0.7.3 |
| 1302 | 2025-03-19T23:21:57.072Z | Compiling yoke v0.7.4 |
| 1303 | 2025-03-19T23:21:57.192Z | Compiling icu_provider_macros v1.5.0 |
| 1304 | 2025-03-19T23:21:57.292Z | Compiling salsa20 v0.10.2 |
| 1305 | 2025-03-19T23:21:57.449Z | Compiling zerovec v0.10.4 |
| 1306 | 2025-03-19T23:21:57.535Z | Compiling pbkdf2 v0.12.2 |
| 1307 | 2025-03-19T23:21:57.715Z | Compiling ppv-lite86 v0.2.20 |
| 1308 | 2025-03-19T23:21:58.250Z | Compiling scrypt v0.11.0 |
| 1309 | 2025-03-19T23:21:58.506Z | Compiling aes v0.8.4 |
| 1310 | 2025-03-19T23:21:58.509Z | Compiling futures-util v0.3.31 |
| 1311 | 2025-03-19T23:21:58.766Z | Compiling cbc v0.1.2 |
| 1312 | 2025-03-19T23:21:59.018Z | Compiling openssl-sys v0.9.106 |
| 1313 | 2025-03-19T23:21:59.157Z | Compiling tinystr v0.7.6 |
| 1314 | 2025-03-19T23:21:59.446Z | Compiling der v0.7.9 |
| 1315 | 2025-03-19T23:21:59.469Z | Compiling thiserror v1.0.69 |
| 1316 | 2025-03-19T23:21:59.524Z | Compiling icu_locid v1.5.0 |
| 1317 | 2025-03-19T23:21:59.629Z | Compiling pest v2.7.14 |
| 1318 | 2025-03-19T23:22:00.045Z | Compiling icu_collections v1.5.0 |
| 1319 | 2025-03-19T23:22:00.208Z | Compiling tracing-attributes v0.1.27 |
| 1320 | 2025-03-19T23:22:01.245Z | Compiling icu_provider v1.5.0 |
| 1321 | 2025-03-19T23:22:01.315Z | Compiling num-conv v0.1.0 |
| 1322 | 2025-03-19T23:22:01.580Z | Compiling spki v0.7.3 |
| 1323 | 2025-03-19T23:22:01.614Z | Compiling time-core v0.1.2 |
| 1324 | 2025-03-19T23:22:01.806Z | Compiling untrusted v0.9.0 |
| 1325 | 2025-03-19T23:22:01.964Z | Compiling icu_locid_transform v1.5.0 |
| 1326 | 2025-03-19T23:22:02.007Z | Compiling icu_properties_data v1.5.0 |
| 1327 | 2025-03-19T23:22:02.278Z | Compiling pest_meta v2.7.14 |
| 1328 | 2025-03-19T23:22:02.482Z | Compiling pkcs5 v0.7.1 |
| 1329 | 2025-03-19T23:22:02.676Z | Compiling time-macros v0.2.18 |
| 1330 | 2025-03-19T23:22:03.399Z | Compiling tracing v0.1.40 |
| 1331 | 2025-03-19T23:22:03.557Z | Compiling icu_properties v1.5.1 |
| 1332 | 2025-03-19T23:22:03.924Z | Compiling scroll_derive v0.12.0 |
| 1333 | 2025-03-19T23:22:03.946Z | Compiling deranged v0.3.11 |
| 1334 | 2025-03-19T23:22:05.281Z | Compiling bitflags v2.6.0 |
| 1335 | 2025-03-19T23:22:05.355Z | Compiling bytes v1.10.1 |
| 1336 | 2025-03-19T23:22:05.399Z | Compiling semver v1.0.25 |
| 1337 | 2025-03-19T23:22:05.758Z | Compiling indexmap v2.7.1 |
| 1338 | 2025-03-19T23:22:06.117Z | Compiling rustc_version v0.4.1 |
| 1339 | 2025-03-19T23:22:06.450Z | Compiling zerocopy v0.8.10 |
| 1340 | 2025-03-19T23:22:06.482Z | Compiling tokio v1.43.0 |
| 1341 | 2025-03-19T23:22:06.784Z | Compiling http v1.2.0 |
| 1342 | 2025-03-19T23:22:06.817Z | Compiling utf16_iter v1.0.5 |
| 1343 | 2025-03-19T23:22:07.057Z | Compiling icu_normalizer_data v1.5.0 |
| 1344 | 2025-03-19T23:22:07.078Z | Compiling write16 v1.0.0 |
| 1345 | 2025-03-19T23:22:07.178Z | Compiling num_threads v0.1.7 |
| 1346 | 2025-03-19T23:22:07.226Z | Compiling atomic-waker v1.1.2 |
| 1347 | 2025-03-19T23:22:07.273Z | Compiling utf8_iter v1.0.4 |
| 1348 | 2025-03-19T23:22:07.322Z | Compiling time v0.3.36 |
| 1349 | 2025-03-19T23:22:07.506Z | Compiling icu_normalizer v1.5.0 |
| 1350 | 2025-03-19T23:22:07.530Z | Compiling scroll v0.12.0 |
| 1351 | 2025-03-19T23:22:08.060Z | Compiling uuid v1.15.1 |
| 1352 | 2025-03-19T23:22:08.257Z | Compiling http-body v1.0.1 |
| 1353 | 2025-03-19T23:22:08.514Z | Compiling pest_generator v2.7.14 |
| 1354 | 2025-03-19T23:22:08.774Z | Compiling pkcs8 v0.10.2 |
| 1355 | 2025-03-19T23:22:08.837Z | Compiling zerocopy-derive v0.8.10 |
| 1356 | 2025-03-19T23:22:09.297Z | Compiling which v4.4.2 |
| 1357 | 2025-03-19T23:22:09.427Z | Compiling slog v2.7.0 |
| 1358 | 2025-03-19T23:22:09.571Z | Compiling try-lock v0.2.5 |
| 1359 | 2025-03-19T23:22:09.837Z | Compiling tinyvec_macros v0.1.1 |
| 1360 | 2025-03-19T23:22:09.935Z | Compiling iana-time-zone v0.1.61 |
| 1361 | 2025-03-19T23:22:09.956Z | Compiling goblin v0.8.2 |
| 1362 | 2025-03-19T23:22:10.318Z | Compiling chrono v0.4.40 |
| 1363 | 2025-03-19T23:22:10.339Z | Compiling pest_derive v2.7.14 |
| 1364 | 2025-03-19T23:22:10.429Z | Compiling tinyvec v1.8.0 |
| 1365 | 2025-03-19T23:22:11.206Z | Compiling want v0.3.1 |
| 1366 | 2025-03-19T23:22:11.508Z | Compiling idna_adapter v1.2.0 |
| 1367 | 2025-03-19T23:22:11.746Z | Compiling form_urlencoded v1.2.1 |
| 1368 | 2025-03-19T23:22:11.812Z | Compiling openssl v0.10.71 |
| 1369 | 2025-03-19T23:22:11.940Z | Compiling foreign-types-shared v0.1.1 |
| 1370 | 2025-03-19T23:22:12.073Z | Compiling adler2 v2.0.0 |
| 1371 | 2025-03-19T23:22:12.091Z | Compiling tower-service v0.3.3 |
| 1372 | 2025-03-19T23:22:12.240Z | Compiling rustversion v1.0.17 |
| 1373 | 2025-03-19T23:22:12.259Z | Compiling httpdate v1.0.3 |
| 1374 | 2025-03-19T23:22:12.319Z | Compiling miniz_oxide v0.8.5 |
| 1375 | 2025-03-19T23:22:12.706Z | Compiling foreign-types v0.3.2 |
| 1376 | 2025-03-19T23:22:12.815Z | Compiling idna v1.0.3 |
| 1377 | 2025-03-19T23:22:12.982Z | Compiling dtrace-parser v0.2.0 |
| 1378 | 2025-03-19T23:22:13.754Z | Compiling serde_spanned v0.6.8 |
| 1379 | 2025-03-19T23:22:14.011Z | Compiling toml_datetime v0.6.8 |
| 1380 | 2025-03-19T23:22:14.196Z | Compiling serde_tokenstream v0.2.2 |
| 1381 | 2025-03-19T23:22:14.468Z | Compiling rand_core v0.9.2 |
| 1382 | 2025-03-19T23:22:14.543Z | Compiling tokio-util v0.7.13 |
| 1383 | 2025-03-19T23:22:14.779Z | Compiling openssl-macros v0.1.1 |
| 1384 | 2025-03-19T23:22:14.825Z | Compiling serde_derive_internals v0.29.1 |
| 1385 | 2025-03-19T23:22:14.904Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1386 | 2025-03-19T23:22:15.425Z | Compiling base64 v0.22.1 |
| 1387 | 2025-03-19T23:22:15.522Z | Compiling h2 v0.4.6 |
| 1388 | 2025-03-19T23:22:15.544Z | Compiling dof v0.3.0 |
| 1389 | 2025-03-19T23:22:15.851Z | Compiling siphasher v0.3.11 |
| 1390 | 2025-03-19T23:22:16.128Z | Compiling syn v1.0.109 |
| 1391 | 2025-03-19T23:22:16.233Z | Compiling schemars v0.8.22 |
| 1392 | 2025-03-19T23:22:16.606Z | Compiling rustls v0.23.19 |
| 1393 | 2025-03-19T23:22:16.724Z | Compiling native-tls v0.2.12 |
| 1394 | 2025-03-19T23:22:17.021Z | Compiling usdt-impl v0.5.0 |
| 1395 | 2025-03-19T23:22:17.179Z | Compiling schemars_derive v0.8.22 |
| 1396 | 2025-03-19T23:22:18.389Z | Compiling rand_chacha v0.9.0 |
| 1397 | 2025-03-19T23:22:18.828Z | Compiling unicode-normalization v0.1.24 |
| 1398 | 2025-03-19T23:22:19.639Z | Compiling heapless v0.7.17 |
| 1399 | 2025-03-19T23:22:19.892Z | Compiling crossbeam-epoch v0.9.18 |
| 1400 | 2025-03-19T23:22:20.017Z | Compiling rand_chacha v0.3.1 |
| 1401 | 2025-03-19T23:22:20.082Z | Compiling signature v2.2.0 |
| 1402 | 2025-03-19T23:22:20.123Z | Compiling dirs-sys-next v0.1.2 |
| 1403 | 2025-03-19T23:22:20.389Z | Compiling crc32fast v1.4.2 |
| 1404 | 2025-03-19T23:22:20.414Z | Compiling cookie v0.18.1 |
| 1405 | 2025-03-19T23:22:20.595Z | Compiling unicode-properties v0.1.3 |
| 1406 | 2025-03-19T23:22:20.674Z | Compiling openssl-probe v0.1.5 |
| 1407 | 2025-03-19T23:22:20.747Z | Compiling unicode-bidi v0.3.17 |
| 1408 | 2025-03-19T23:22:20.773Z | Compiling rayon-core v1.12.1 |
| 1409 | 2025-03-19T23:22:20.976Z | Compiling signal-hook v0.3.17 |
| 1410 | 2025-03-19T23:22:21.010Z | Compiling dyn-clone v1.0.19 |
| 1411 | 2025-03-19T23:22:21.076Z | Compiling rustls v0.22.4 |
| 1412 | 2025-03-19T23:22:21.409Z | Compiling rand v0.8.5 |
| 1413 | 2025-03-19T23:22:21.430Z | Compiling dirs-next v2.0.0 |
| 1414 | 2025-03-19T23:22:21.624Z | Compiling stringprep v0.1.5 |
| 1415 | 2025-03-19T23:22:21.950Z | Compiling crossbeam-deque v0.8.5 |
| 1416 | 2025-03-19T23:22:22.382Z | Compiling rand v0.9.0 |
| 1417 | 2025-03-19T23:22:22.497Z | Compiling hyper v1.6.0 |
| 1418 | 2025-03-19T23:22:23.478Z | Compiling url v2.5.3 |
| 1419 | 2025-03-19T23:22:24.138Z | Compiling http-body-util v0.1.2 |
| 1420 | 2025-03-19T23:22:24.523Z | Compiling curve25519-dalek v4.1.3 |
| 1421 | 2025-03-19T23:22:24.640Z | Compiling md-5 v0.10.6 |
| 1422 | 2025-03-19T23:22:24.816Z | Compiling hyper-util v0.1.10 |
| 1423 | 2025-03-19T23:22:24.896Z | Compiling async-trait v0.1.87 |
| 1424 | 2025-03-19T23:22:25.201Z | Compiling num-integer v0.1.46 |
| 1425 | 2025-03-19T23:22:25.250Z | Compiling hash32 v0.2.1 |
| 1426 | 2025-03-19T23:22:25.270Z | Compiling thread_local v1.1.8 |
| 1427 | 2025-03-19T23:22:25.638Z | Compiling ff v0.13.0 |
| 1428 | 2025-03-19T23:22:25.791Z | Compiling multer v3.1.0 |
| 1429 | 2025-03-19T23:22:25.892Z | Compiling memoffset v0.9.1 |
| 1430 | 2025-03-19T23:22:25.987Z | Compiling encoding_rs v0.8.34 |
| 1431 | 2025-03-19T23:22:26.037Z | Compiling mime v0.3.17 |
| 1432 | 2025-03-19T23:22:26.114Z | Compiling match_cfg v0.1.0 |
| 1433 | 2025-03-19T23:22:26.229Z | Compiling portable-atomic v1.9.0 |
| 1434 | 2025-03-19T23:22:26.249Z | Compiling num-bigint-dig v0.8.4 |
| 1435 | 2025-03-19T23:22:26.549Z | Compiling gimli v0.31.1 |
| 1436 | 2025-03-19T23:22:26.579Z | Compiling litrs v0.4.1 |
| 1437 | 2025-03-19T23:22:27.142Z | Compiling fallible-iterator v0.2.0 |
| 1438 | 2025-03-19T23:22:27.352Z | Compiling slog-async v2.8.0 |
| 1439 | 2025-03-19T23:22:27.574Z | Compiling cfg_aliases v0.2.1 |
| 1440 | 2025-03-19T23:22:27.606Z | Compiling smoltcp v0.9.1 |
| 1441 | 2025-03-19T23:22:27.689Z | Compiling base16ct v0.2.0 |
| 1442 | 2025-03-19T23:22:27.830Z | Compiling psl-types v2.0.11 |
| 1443 | 2025-03-19T23:22:27.923Z | Compiling sec1 v0.7.3 |
| 1444 | 2025-03-19T23:22:28.011Z | Compiling publicsuffix v2.3.0 |
| 1445 | 2025-03-19T23:22:28.046Z | Compiling toml_edit v0.22.24 |
| 1446 | 2025-03-19T23:22:28.294Z | Compiling postgres-protocol v0.6.8 |
| 1447 | 2025-03-19T23:22:28.348Z | Compiling nix v0.29.0 |
| 1448 | 2025-03-19T23:22:28.457Z | Compiling document-features v0.2.10 |
| 1449 | 2025-03-19T23:22:29.448Z | Compiling hostname v0.3.1 |
| 1450 | 2025-03-19T23:22:29.558Z | Compiling group v0.13.0 |
| 1451 | 2025-03-19T23:22:29.650Z | Compiling num-iter v0.1.45 |
| 1452 | 2025-03-19T23:22:29.885Z | Compiling tokio-native-tls v0.3.1 |
| 1453 | 2025-03-19T23:22:29.906Z | Compiling bzip2 v0.4.4 |
| 1454 | 2025-03-19T23:22:30.171Z | Compiling term v0.7.0 |
| 1455 | 2025-03-19T23:22:30.674Z | Compiling addr2line v0.24.2 |
| 1456 | 2025-03-19T23:22:31.313Z | Compiling flate2 v1.1.0 |
| 1457 | 2025-03-19T23:22:31.383Z | Compiling usdt-macro v0.5.0 |
| 1458 | 2025-03-19T23:22:31.465Z | Compiling usdt-attr-macro v0.5.0 |
| 1459 | 2025-03-19T23:22:31.486Z | Compiling phf_shared v0.11.2 |
| 1460 | 2025-03-19T23:22:31.861Z | Compiling slog-json v2.6.1 |
| 1461 | 2025-03-19T23:22:32.135Z | Compiling serde_urlencoded v0.7.1 |
| 1462 | 2025-03-19T23:22:32.170Z | Compiling terminal_size v0.4.0 |
| 1463 | 2025-03-19T23:22:32.215Z | Compiling crossbeam-channel v0.5.13 |
| 1464 | 2025-03-19T23:22:32.391Z | Compiling futures-executor v0.3.31 |
| 1465 | 2025-03-19T23:22:32.652Z | Compiling hkdf v0.12.4 |
| 1466 | 2025-03-19T23:22:32.788Z | Compiling crypto-bigint v0.5.5 |
| 1467 | 2025-03-19T23:22:32.897Z | Compiling zerocopy-derive v0.6.6 |
| 1468 | 2025-03-19T23:22:32.936Z | Compiling async-stream-impl v0.3.6 |
| 1469 | 2025-03-19T23:22:33.000Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1470 | 2025-03-19T23:22:33.208Z | Compiling rustls-pemfile v2.2.0 |
| 1471 | 2025-03-19T23:22:33.551Z | Compiling webpki-roots v0.26.6 |
| 1472 | 2025-03-19T23:22:33.775Z | Compiling sync_wrapper v1.0.1 |
| 1473 | 2025-03-19T23:22:33.960Z | Compiling is-terminal v0.4.13 |
| 1474 | 2025-03-19T23:22:34.102Z | Compiling object v0.36.5 |
| 1475 | 2025-03-19T23:22:34.202Z | Compiling fs-err v2.11.0 |
| 1476 | 2025-03-19T23:22:34.407Z | Compiling dropshot v0.12.0 |
| 1477 | 2025-03-19T23:22:34.523Z | Compiling ahash v0.8.11 |
| 1478 | 2025-03-19T23:22:34.740Z | Compiling newtype-uuid v1.2.1 |
| 1479 | 2025-03-19T23:22:34.766Z | Compiling anyhow v1.0.97 |
| 1480 | 2025-03-19T23:22:34.880Z | Compiling simd-adler32 v0.3.7 |
| 1481 | 2025-03-19T23:22:35.058Z | Compiling ipnet v2.11.0 |
| 1482 | 2025-03-19T23:22:35.206Z | Compiling hubpack_derive v0.1.1 |
| 1483 | 2025-03-19T23:22:35.225Z | Compiling take_mut v0.2.2 |
| 1484 | 2025-03-19T23:22:35.364Z | Compiling rustc-demangle v0.1.24 |
| 1485 | 2025-03-19T23:22:35.386Z | Compiling managed v0.8.0 |
| 1486 | 2025-03-19T23:22:35.388Z | Compiling zip v2.1.3 |
| 1487 | 2025-03-19T23:22:35.760Z | Compiling unicode-width v0.2.0 |
| 1488 | 2025-03-19T23:22:35.852Z | Compiling tower-layer v0.3.3 |
| 1489 | 2025-03-19T23:22:36.100Z | Compiling bumpalo v3.16.0 |
| 1490 | 2025-03-19T23:22:36.156Z | Compiling winnow v0.5.40 |
| 1491 | 2025-03-19T23:22:36.239Z | Compiling lockfree-object-pool v0.1.6 |
| 1492 | 2025-03-19T23:22:36.295Z | Compiling buf-list v1.0.3 |
| 1493 | 2025-03-19T23:22:36.498Z | Compiling zopfli v0.8.1 |
| 1494 | 2025-03-19T23:22:36.552Z | Compiling console v0.15.10 |
| 1495 | 2025-03-19T23:22:36.984Z | Compiling tower v0.5.2 |
| 1496 | 2025-03-19T23:22:37.809Z | Compiling hubpack v0.1.2 |
| 1497 | 2025-03-19T23:22:37.950Z | Compiling clap_builder v4.5.31 |
| 1498 | 2025-03-19T23:22:38.087Z | Compiling elliptic-curve v0.13.8 |
| 1499 | 2025-03-19T23:22:38.595Z | Compiling strum_macros v0.25.3 |
| 1500 | 2025-03-19T23:22:38.814Z | Compiling zerocopy v0.6.6 |
| 1501 | 2025-03-19T23:22:39.289Z | Compiling async-stream v0.3.6 |
| 1502 | 2025-03-19T23:22:39.590Z | Compiling toml_edit v0.19.15 |
| 1503 | 2025-03-19T23:22:39.593Z | Compiling slog-term v2.9.1 |
| 1504 | 2025-03-19T23:22:39.667Z | Compiling usdt v0.5.0 |
| 1505 | 2025-03-19T23:22:40.136Z | Compiling futures v0.3.31 |
| 1506 | 2025-03-19T23:22:40.263Z | Compiling slog-bunyan v2.5.0 |
| 1507 | 2025-03-19T23:22:40.489Z | Compiling phf v0.11.2 |
| 1508 | 2025-03-19T23:22:40.781Z | Compiling backtrace v0.3.74 |
| 1509 | 2025-03-19T23:22:40.813Z | Compiling signal-hook-mio v0.2.4 |
| 1510 | 2025-03-19T23:22:40.999Z | Compiling toml v0.8.20 |
| 1511 | 2025-03-19T23:22:41.212Z | Compiling cookie_store v0.21.1 |
| 1512 | 2025-03-19T23:22:42.226Z | Compiling rayon v1.10.0 |
| 1513 | 2025-03-19T23:22:42.484Z | Compiling hyper-tls v0.6.0 |
| 1514 | 2025-03-19T23:22:43.906Z | Compiling camino v1.1.9 |
| 1515 | 2025-03-19T23:22:44.797Z | Compiling postgres-types v0.2.9 |
| 1516 | 2025-03-19T23:22:45.078Z | Compiling ed25519 v2.2.3 |
| 1517 | 2025-03-19T23:22:45.890Z | Compiling phf_shared v0.10.0 |
| 1518 | 2025-03-19T23:22:46.112Z | Compiling dropshot_endpoint v0.12.0 |
| 1519 | 2025-03-19T23:22:46.292Z | Compiling pkcs1 v0.7.5 |
| 1520 | 2025-03-19T23:22:46.482Z | Compiling waitgroup v0.1.2 |
| 1521 | 2025-03-19T23:22:46.485Z | Compiling openapiv3 v2.0.0 |
| 1522 | 2025-03-19T23:22:46.721Z | Compiling clap_derive v4.5.28 |
| 1523 | 2025-03-19T23:22:46.959Z | Compiling enum-as-inner v0.6.1 |
| 1524 | 2025-03-19T23:22:47.143Z | Compiling serde_path_to_error v0.1.16 |
| 1525 | 2025-03-19T23:22:47.189Z | Compiling serde-big-array v0.5.1 |
| 1526 | 2025-03-19T23:22:47.431Z | Compiling rfc6979 v0.4.0 |
| 1527 | 2025-03-19T23:22:47.636Z | Compiling sha1 v0.10.6 |
| 1528 | 2025-03-19T23:22:47.906Z | Compiling serde_repr v0.1.19 |
| 1529 | 2025-03-19T23:22:47.986Z | Compiling bstr v1.10.0 |
| 1530 | 2025-03-19T23:22:48.050Z | Compiling float-cmp v0.10.0 |
| 1531 | 2025-03-19T23:22:48.304Z | Compiling hostname v0.4.0 |
| 1532 | 2025-03-19T23:22:48.543Z | Compiling unicode-segmentation v1.12.0 |
| 1533 | 2025-03-19T23:22:49.048Z | Compiling difflib v0.4.0 |
| 1534 | 2025-03-19T23:22:49.445Z | Compiling number_prefix v0.4.0 |
| 1535 | 2025-03-19T23:22:49.577Z | Compiling debug-ignore v1.0.5 |
| 1536 | 2025-03-19T23:22:49.683Z | Compiling fixedbitset v0.4.2 |
| 1537 | 2025-03-19T23:22:49.744Z | Compiling new_debug_unreachable v1.0.6 |
| 1538 | 2025-03-19T23:22:49.854Z | Compiling predicates-core v1.0.8 |
| 1539 | 2025-03-19T23:22:50.105Z | Compiling static_assertions v1.1.0 |
| 1540 | 2025-03-19T23:22:50.153Z | Compiling precomputed-hash v0.1.1 |
| 1541 | 2025-03-19T23:22:50.174Z | Compiling data-encoding v2.6.0 |
| 1542 | 2025-03-19T23:22:50.221Z | Compiling normalize-line-endings v0.3.0 |
| 1543 | 2025-03-19T23:22:50.293Z | Compiling whoami v1.5.2 |
| 1544 | 2025-03-19T23:22:50.354Z | Compiling predicates v3.1.3 |
| 1545 | 2025-03-19T23:22:50.375Z | Compiling string_cache v0.8.7 |
| 1546 | 2025-03-19T23:22:50.480Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1547 | 2025-03-19T23:22:50.829Z | Compiling hickory-proto v0.24.4 |
| 1548 | 2025-03-19T23:22:50.932Z | Compiling tokio-postgres v0.7.13 |
| 1549 | 2025-03-19T23:22:51.152Z | Compiling clap v4.5.31 |
| 1550 | 2025-03-19T23:22:51.284Z | Compiling petgraph v0.6.5 |
| 1551 | 2025-03-19T23:22:51.843Z | Compiling indicatif v0.17.11 |
| 1552 | 2025-03-19T23:22:52.097Z | Compiling similar v2.7.0 |
| 1553 | 2025-03-19T23:22:53.888Z | Compiling ecdsa v0.16.9 |
| 1554 | 2025-03-19T23:22:54.167Z | Compiling rsa v0.9.6 |
| 1555 | 2025-03-19T23:22:54.703Z | Compiling ed25519-dalek v2.1.1 |
| 1556 | 2025-03-19T23:22:55.994Z | Compiling toml v0.7.8 |
| 1557 | 2025-03-19T23:22:56.557Z | Compiling crossterm v0.28.1 |
| 1558 | 2025-03-19T23:22:57.509Z | Compiling zip v0.6.6 |
| 1559 | 2025-03-19T23:22:57.565Z | Compiling ipnetwork v0.21.1 |
| 1560 | 2025-03-19T23:22:58.029Z | Compiling tokio-stream v0.1.17 |
| 1561 | 2025-03-19T23:22:58.362Z | Compiling hex v0.4.3 |
| 1562 | 2025-03-19T23:22:58.838Z | Compiling x509-cert v0.2.5 |
| 1563 | 2025-03-19T23:22:58.959Z | Compiling itertools v0.10.5 |
| 1564 | 2025-03-19T23:22:59.030Z | Compiling peg-runtime v0.8.5 |
| 1565 | 2025-03-19T23:22:59.261Z | Compiling unicode-xid v0.2.6 |
| 1566 | 2025-03-19T23:22:59.461Z | Compiling lalrpop-util v0.19.12 |
| 1567 | 2025-03-19T23:22:59.577Z | Compiling strum_macros v0.26.4 |
| 1568 | 2025-03-19T23:22:59.722Z | Compiling xattr v1.3.1 |
| 1569 | 2025-03-19T23:22:59.743Z | Compiling filetime v0.2.25 |
| 1570 | 2025-03-19T23:22:59.994Z | Compiling tar v0.4.44 |
| 1571 | 2025-03-19T23:23:04.081Z | Compiling strum v0.26.3 |
| 1572 | 2025-03-19T23:23:06.965Z | Compiling aws-lc-sys v0.26.0 |
| 1573 | 2025-03-19T23:23:38.720Z | Compiling rustls-webpki v0.102.8 |
| 1574 | 2025-03-19T23:23:41.880Z | Compiling tokio-rustls v0.25.0 |
| 1575 | 2025-03-19T23:23:43.643Z | Compiling tokio-rustls v0.26.0 |
| 1576 | 2025-03-19T23:23:43.970Z | Compiling hyper-rustls v0.27.3 |
| 1577 | 2025-03-19T23:23:44.308Z | Compiling reqwest v0.12.12 |
| 1578 | 2025-03-19T23:23:47.835Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1579 | 2025-03-19T23:23:48.109Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1580 | 2025-03-19T23:23:52.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s |
| 1581 | 2025-03-19T23:23:52.882Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1582 | 2025-03-19T23:23:52.933Z | Mar 19 23:23:51.890 INFO Starting download, target: Cockroach |
| 1583 | 2025-03-19T23:23:52.933Z | Mar 19 23:23:51.890 INFO Starting download, target: Clickhouse |
| 1584 | 2025-03-19T23:23:52.933Z | Mar 19 23:23:51.890 INFO Starting download, target: Console |
| 1585 | 2025-03-19T23:23:52.936Z | Mar 19 23:23:51.890 INFO Starting download, target: DendriteOpenapi |
| 1586 | 2025-03-19T23:23:52.936Z | Mar 19 23:23:51.890 INFO Starting download, target: DendriteStub |
| 1587 | 2025-03-19T23:23:52.936Z | Mar 19 23:23:51.890 INFO Starting download, target: MaghemiteMgd |
| 1588 | 2025-03-19T23:23:52.936Z | Mar 19 23:23:51.890 INFO Starting download, target: TransceiverControl |
| 1589 | 2025-03-19T23:23:52.936Z | Mar 19 23:23:51.891 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1590 | 2025-03-19T23:23:52.936Z | Mar 19 23:23:51.891 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi |
| 1591 | 2025-03-19T23:23:52.937Z | Mar 19 23:23:51.891 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1592 | 2025-03-19T23:23:52.937Z | Mar 19 23:23:51.891 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1593 | 2025-03-19T23:23:52.937Z | Mar 19 23:23:51.891 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1594 | 2025-03-19T23:23:52.937Z | Mar 19 23:23:51.891 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1595 | 2025-03-19T23:23:52.937Z | Mar 19 23:23:51.891 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1596 | 2025-03-19T23:23:53.102Z | Mar 19 23:23:52.054 INFO Download complete, target: DendriteOpenapi |
| 1597 | 2025-03-19T23:23:53.291Z | Mar 19 23:23:52.246 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1598 | 2025-03-19T23:23:53.458Z | Mar 19 23:23:52.411 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1599 | 2025-03-19T23:23:53.753Z | Mar 19 23:23:52.697 INFO Download complete, target: TransceiverControl |
| 1600 | 2025-03-19T23:23:53.904Z | Mar 19 23:23:52.855 INFO Download complete, target: Console |
| 1601 | 2025-03-19T23:23:53.974Z | Mar 19 23:23:52.926 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1602 | 2025-03-19T23:23:54.000Z | Mar 19 23:23:52.956 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1603 | 2025-03-19T23:23:54.524Z | Mar 19 23:23:53.481 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1604 | 2025-03-19T23:23:54.524Z | Mar 19 23:23:53.481 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1605 | 2025-03-19T23:23:55.081Z | Mar 19 23:23:54.036 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1606 | 2025-03-19T23:23:56.518Z | Mar 19 23:23:55.475 INFO Download complete, target: DendriteStub |
| 1607 | 2025-03-19T23:23:56.611Z | Mar 19 23:23:55.568 INFO Download complete, target: MaghemiteMgd |
| 1608 | 2025-03-19T23:24:01.043Z | Mar 19 23:23:59.999 INFO Checking that binary works, target: Cockroach |
| 1609 | 2025-03-19T23:24:01.301Z | Mar 19 23:24:00.258 INFO Download complete, target: Cockroach |
| 1610 | 2025-03-19T23:24:05.758Z | Mar 19 23:24:04.712 INFO Checking that binary works, target: Clickhouse |
| 1611 | 2025-03-19T23:24:06.380Z | Mar 19 23:24:05.337 INFO Download complete, target: Clickhouse |
| 1612 | 2025-03-19T23:24:06.388Z | All prerequisites installed successfully |
| 1613 | 2025-03-19T23:24:06.391Z | |
| 1614 | 2025-03-19T23:24:06.391Z | real 4:56.013042910 |
| 1615 | 2025-03-19T23:24:06.391Z | user 15:34.613510880 |
| 1616 | 2025-03-19T23:24:06.392Z | sys 2:09.826205511 |
| 1617 | 2025-03-19T23:24:06.392Z | trap 0.583740206 |
| 1618 | 2025-03-19T23:24:06.392Z | tflt 2.286090152 |
| 1619 | 2025-03-19T23:24:06.392Z | dflt 2.726018244 |
| 1620 | 2025-03-19T23:24:06.392Z | kflt 0.025214119 |
| 1621 | 2025-03-19T23:24:06.392Z | lock 23:36.704206325 |
| 1622 | 2025-03-19T23:24:06.392Z | slp 56:00.546409131 |
| 1623 | 2025-03-19T23:24:06.392Z | lat 1:04.034965485 |
| 1624 | 2025-03-19T23:24:06.392Z | stop 2:26.461237648 |
| 1625 | 2025-03-19T23:24:06.392Z | + ptime -m cargo xtask download softnpu |
| 1626 | 2025-03-19T23:24:06.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1627 | 2025-03-19T23:24:06.976Z | Running `target/debug/xtask download softnpu` |
| 1628 | 2025-03-19T23:24:07.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 1629 | 2025-03-19T23:24:07.898Z | Running `target/debug/xtask-downloader softnpu` |
| 1630 | 2025-03-19T23:24:07.936Z | Mar 19 23:24:06.892 INFO Starting download, target: Softnpu |
| 1631 | 2025-03-19T23:24:07.939Z | Mar 19 23:24:06.892 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1632 | 2025-03-19T23:24:08.574Z | Mar 19 23:24:07.527 INFO Download complete, target: Softnpu |
| 1633 | 2025-03-19T23:24:08.578Z | |
| 1634 | 2025-03-19T23:24:08.578Z | real 2.179202159 |
| 1635 | 2025-03-19T23:24:08.578Z | user 1.353845005 |
| 1636 | 2025-03-19T23:24:08.578Z | sys 0.550217911 |
| 1637 | 2025-03-19T23:24:08.578Z | trap 0.000822806 |
| 1638 | 2025-03-19T23:24:08.578Z | tflt 0.000097265 |
| 1639 | 2025-03-19T23:24:08.578Z | dflt 0.000057864 |
| 1640 | 2025-03-19T23:24:08.579Z | kflt 0.000000000 |
| 1641 | 2025-03-19T23:24:08.579Z | lock 6.872552822 |
| 1642 | 2025-03-19T23:24:08.579Z | slp 0.464323244 |
| 1643 | 2025-03-19T23:24:08.579Z | lat 0.073750415 |
| 1644 | 2025-03-19T23:24:08.579Z | stop 0.000174172 |
| 1645 | 2025-03-19T23:24:08.579Z | + export CARGO_INCREMENTAL=0 |
| 1646 | 2025-03-19T23:24:08.579Z | + CARGO_INCREMENTAL=0 |
| 1647 | 2025-03-19T23:24:08.579Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1648 | 2025-03-19T23:24:09.578Z | Compiling proc-macro2 v1.0.94 |
| 1649 | 2025-03-19T23:24:09.578Z | Compiling unicode-ident v1.0.14 |
| 1650 | 2025-03-19T23:24:09.581Z | Compiling libc v0.2.170 |
| 1651 | 2025-03-19T23:24:09.581Z | Compiling serde v1.0.218 |
| 1652 | 2025-03-19T23:24:09.581Z | Compiling autocfg v1.4.0 |
| 1653 | 2025-03-19T23:24:09.581Z | Compiling cfg-if v1.0.0 |
| 1654 | 2025-03-19T23:24:09.581Z | Compiling version_check v0.9.5 |
| 1655 | 2025-03-19T23:24:09.927Z | Compiling memchr v2.7.4 |
| 1656 | 2025-03-19T23:24:09.944Z | Compiling shlex v1.3.0 |
| 1657 | 2025-03-19T23:24:10.006Z | Compiling typenum v1.17.0 |
| 1658 | 2025-03-19T23:24:10.299Z | Compiling value-bag v1.9.0 |
| 1659 | 2025-03-19T23:24:10.395Z | Compiling generic-array v0.14.7 |
| 1660 | 2025-03-19T23:24:10.740Z | Compiling lock_api v0.4.12 |
| 1661 | 2025-03-19T23:24:10.833Z | Compiling log v0.4.22 |
| 1662 | 2025-03-19T23:24:10.913Z | Compiling scopeguard v1.2.0 |
| 1663 | 2025-03-19T23:24:11.100Z | Compiling serde_json v1.0.139 |
| 1664 | 2025-03-19T23:24:11.228Z | Compiling parking_lot_core v0.9.10 |
| 1665 | 2025-03-19T23:24:11.458Z | Compiling rustix v0.38.37 |
| 1666 | 2025-03-19T23:24:11.573Z | Compiling quote v1.0.39 |
| 1667 | 2025-03-19T23:24:11.656Z | Compiling jobserver v0.1.32 |
| 1668 | 2025-03-19T23:24:11.726Z | Compiling libm v0.2.8 |
| 1669 | 2025-03-19T23:24:11.746Z | Compiling num-traits v0.2.19 |
| 1670 | 2025-03-19T23:24:12.064Z | Compiling syn v2.0.98 |
| 1671 | 2025-03-19T23:24:12.067Z | Compiling cc v1.2.15 |
| 1672 | 2025-03-19T23:24:12.098Z | Compiling getrandom v0.2.15 |
| 1673 | 2025-03-19T23:24:12.116Z | Compiling semver v1.0.25 |
| 1674 | 2025-03-19T23:24:12.140Z | Compiling aho-corasick v1.1.3 |
| 1675 | 2025-03-19T23:24:12.309Z | Compiling regex-syntax v0.8.5 |
| 1676 | 2025-03-19T23:24:12.361Z | Compiling getrandom v0.3.1 |
| 1677 | 2025-03-19T23:24:12.484Z | Compiling either v1.14.0 |
| 1678 | 2025-03-19T23:24:12.766Z | Compiling once_cell v1.20.3 |
| 1679 | 2025-03-19T23:24:12.903Z | Compiling thiserror v1.0.69 |
| 1680 | 2025-03-19T23:24:12.906Z | Compiling itoa v1.0.11 |
| 1681 | 2025-03-19T23:24:13.165Z | Compiling spin v0.9.8 |
| 1682 | 2025-03-19T23:24:13.439Z | Compiling errno v0.3.9 |
| 1683 | 2025-03-19T23:24:13.507Z | Compiling slab v0.4.9 |
| 1684 | 2025-03-19T23:24:13.526Z | Compiling rand_core v0.6.4 |
| 1685 | 2025-03-19T23:24:14.001Z | Compiling glob v0.3.2 |
| 1686 | 2025-03-19T23:24:14.038Z | Compiling prettyplease v0.2.30 |
| 1687 | 2025-03-19T23:24:14.422Z | Compiling lazy_static v1.5.0 |
| 1688 | 2025-03-19T23:24:14.600Z | Compiling smallvec v1.14.0 |
| 1689 | 2025-03-19T23:24:14.636Z | Compiling minimal-lexical v0.2.1 |
| 1690 | 2025-03-19T23:24:14.703Z | Compiling clang-sys v1.8.1 |
| 1691 | 2025-03-19T23:24:15.091Z | Compiling nom v7.1.3 |
| 1692 | 2025-03-19T23:24:15.095Z | Compiling libloading v0.8.5 |
| 1693 | 2025-03-19T23:24:15.171Z | Compiling equivalent v1.0.1 |
| 1694 | 2025-03-19T23:24:15.271Z | Compiling allocator-api2 v0.2.18 |
| 1695 | 2025-03-19T23:24:15.311Z | Compiling home v0.5.9 |
| 1696 | 2025-03-19T23:24:15.421Z | Compiling foldhash v0.1.3 |
| 1697 | 2025-03-19T23:24:15.467Z | Compiling bindgen v0.69.5 |
| 1698 | 2025-03-19T23:24:15.527Z | Compiling pkg-config v0.3.31 |
| 1699 | 2025-03-19T23:24:15.903Z | Compiling regex-automata v0.4.8 |
| 1700 | 2025-03-19T23:24:16.008Z | Compiling hashbrown v0.15.1 |
| 1701 | 2025-03-19T23:24:16.586Z | Compiling itertools v0.12.1 |
| 1702 | 2025-03-19T23:24:17.008Z | Compiling subtle v2.6.1 |
| 1703 | 2025-03-19T23:24:17.192Z | Compiling rustc-hash v1.1.0 |
| 1704 | 2025-03-19T23:24:17.346Z | Compiling lazycell v1.3.0 |
| 1705 | 2025-03-19T23:24:17.374Z | Compiling cmake v0.1.51 |
| 1706 | 2025-03-19T23:24:17.624Z | Compiling fs_extra v1.3.0 |
| 1707 | 2025-03-19T23:24:17.655Z | Compiling dunce v1.0.5 |
| 1708 | 2025-03-19T23:24:18.085Z | Compiling cexpr v0.6.0 |
| 1709 | 2025-03-19T23:24:18.352Z | Compiling ryu v1.0.18 |
| 1710 | 2025-03-19T23:24:18.613Z | Compiling pin-project-lite v0.2.14 |
| 1711 | 2025-03-19T23:24:18.665Z | Compiling ring v0.17.11 |
| 1712 | 2025-03-19T23:24:18.782Z | Compiling schemars v0.8.22 |
| 1713 | 2025-03-19T23:24:19.157Z | Compiling synstructure v0.13.1 |
| 1714 | 2025-03-19T23:24:19.413Z | Compiling paste v1.0.15 |
| 1715 | 2025-03-19T23:24:19.888Z | Compiling byteorder v1.5.0 |
| 1716 | 2025-03-19T23:24:20.107Z | Compiling serde_derive_internals v0.29.1 |
| 1717 | 2025-03-19T23:24:20.688Z | Compiling regex v1.11.1 |
| 1718 | 2025-03-19T23:24:20.950Z | Compiling aws-lc-rs v1.12.4 |
| 1719 | 2025-03-19T23:24:21.839Z | Compiling signal-hook-registry v1.4.2 |
| 1720 | 2025-03-19T23:24:21.864Z | Compiling const-oid v0.9.6 |
| 1721 | 2025-03-19T23:24:21.949Z | Compiling fnv v1.0.7 |
| 1722 | 2025-03-19T23:24:22.010Z | Compiling parking_lot v0.12.3 |
| 1723 | 2025-03-19T23:24:22.105Z | Compiling mio v1.0.2 |
| 1724 | 2025-03-19T23:24:23.198Z | Compiling serde_derive v1.0.218 |
| 1725 | 2025-03-19T23:24:23.221Z | Compiling zeroize_derive v1.4.2 |
| 1726 | 2025-03-19T23:24:23.502Z | Compiling tokio-macros v2.5.0 |
| 1727 | 2025-03-19T23:24:23.729Z | Compiling thiserror-impl v1.0.69 |
| 1728 | 2025-03-19T23:24:23.836Z | Compiling zerocopy-derive v0.7.35 |
| 1729 | 2025-03-19T23:24:24.016Z | Compiling zerofrom-derive v0.1.4 |
| 1730 | 2025-03-19T23:24:24.108Z | Compiling yoke-derive v0.7.4 |
| 1731 | 2025-03-19T23:24:24.597Z | Compiling zeroize v1.8.1 |
| 1732 | 2025-03-19T23:24:24.895Z | Compiling zerovec-derive v0.10.3 |
| 1733 | 2025-03-19T23:24:25.029Z | Compiling displaydoc v0.2.5 |
| 1734 | 2025-03-19T23:24:25.032Z | Compiling futures-macro v0.3.31 |
| 1735 | 2025-03-19T23:24:26.390Z | Compiling schemars_derive v0.8.22 |
| 1736 | 2025-03-19T23:24:26.609Z | Compiling icu_provider_macros v1.5.0 |
| 1737 | 2025-03-19T23:24:26.742Z | Compiling crypto-common v0.1.6 |
| 1738 | 2025-03-19T23:24:26.763Z | Compiling tracing-attributes v0.1.27 |
| 1739 | 2025-03-19T23:24:27.173Z | Compiling heck v0.5.0 |
| 1740 | 2025-03-19T23:24:27.189Z | Compiling stable_deref_trait v1.2.0 |
| 1741 | 2025-03-19T23:24:27.317Z | Compiling block-buffer v0.10.4 |
| 1742 | 2025-03-19T23:24:27.567Z | Compiling der_derive v0.7.3 |
| 1743 | 2025-03-19T23:24:27.633Z | Compiling socket2 v0.5.8 |
| 1744 | 2025-03-19T23:24:27.657Z | Compiling httparse v1.9.5 |
| 1745 | 2025-03-19T23:24:28.272Z | Compiling vcpkg v0.2.15 |
| 1746 | 2025-03-19T23:24:29.310Z | Compiling digest v0.10.7 |
| 1747 | 2025-03-19T23:24:29.547Z | Compiling time-core v0.1.2 |
| 1748 | 2025-03-19T23:24:29.619Z | Compiling openssl-sys v0.9.106 |
| 1749 | 2025-03-19T23:24:29.694Z | Compiling num-conv v0.1.0 |
| 1750 | 2025-03-19T23:24:29.718Z | Compiling crossbeam-utils v0.8.20 |
| 1751 | 2025-03-19T23:24:29.743Z | Compiling futures-core v0.3.31 |
| 1752 | 2025-03-19T23:24:29.980Z | Compiling time-macros v0.2.18 |
| 1753 | 2025-03-19T23:24:30.203Z | Compiling zerocopy v0.8.10 |
| 1754 | 2025-03-19T23:24:30.957Z | Compiling zerocopy v0.7.35 |
| 1755 | 2025-03-19T23:24:31.802Z | Compiling zerocopy-derive v0.8.10 |
| 1756 | 2025-03-19T23:24:32.340Z | Compiling syn v1.0.109 |
| 1757 | 2025-03-19T23:24:32.405Z | Compiling futures-sink v0.3.31 |
| 1758 | 2025-03-19T23:24:32.725Z | Compiling cpufeatures v0.2.14 |
| 1759 | 2025-03-19T23:24:32.852Z | Compiling slog v2.7.0 |
| 1760 | 2025-03-19T23:24:32.871Z | Compiling iana-time-zone v0.1.61 |
| 1761 | 2025-03-19T23:24:33.549Z | Compiling openssl v0.10.71 |
| 1762 | 2025-03-19T23:24:33.616Z | Compiling hmac v0.12.1 |
| 1763 | 2025-03-19T23:24:33.867Z | Compiling zerofrom v0.1.4 |
| 1764 | 2025-03-19T23:24:34.129Z | Compiling yoke v0.7.4 |
| 1765 | 2025-03-19T23:24:34.409Z | Compiling futures-channel v0.3.31 |
| 1766 | 2025-03-19T23:24:34.431Z | Compiling block-padding v0.3.3 |
| 1767 | 2025-03-19T23:24:34.496Z | Compiling openssl-macros v0.1.1 |
| 1768 | 2025-03-19T23:24:34.517Z | Compiling scroll_derive v0.12.0 |
| 1769 | 2025-03-19T23:24:34.651Z | Compiling pin-utils v0.1.0 |
| 1770 | 2025-03-19T23:24:34.775Z | Compiling rustls v0.23.19 |
| 1771 | 2025-03-19T23:24:34.806Z | Compiling futures-task v0.3.31 |
| 1772 | 2025-03-19T23:24:34.881Z | Compiling ucd-trie v0.1.7 |
| 1773 | 2025-03-19T23:24:35.107Z | Compiling bitflags v2.6.0 |
| 1774 | 2025-03-19T23:24:35.130Z | Compiling bytes v1.10.1 |
| 1775 | 2025-03-19T23:24:35.812Z | Compiling indexmap v2.7.1 |
| 1776 | 2025-03-19T23:24:36.478Z | Compiling tokio v1.43.0 |
| 1777 | 2025-03-19T23:24:36.750Z | Compiling uuid v1.15.1 |
| 1778 | 2025-03-19T23:24:37.448Z | Compiling chrono v0.4.40 |
| 1779 | 2025-03-19T23:24:38.206Z | Compiling serde_tokenstream v0.2.2 |
| 1780 | 2025-03-19T23:24:38.775Z | Compiling rustc_version v0.4.1 |
| 1781 | 2025-03-19T23:24:39.359Z | Compiling which v4.4.2 |
| 1782 | 2025-03-19T23:24:41.313Z | Compiling native-tls v0.2.12 |
| 1783 | 2025-03-19T23:24:41.699Z | Compiling futures-io v0.3.31 |
| 1784 | 2025-03-19T23:24:42.014Z | Compiling futures-util v0.3.31 |
| 1785 | 2025-03-19T23:24:42.068Z | Compiling http v1.2.0 |
| 1786 | 2025-03-19T23:24:43.793Z | Compiling pest v2.7.14 |
| 1787 | 2025-03-19T23:24:43.915Z | Compiling zerovec v0.10.4 |
| 1788 | 2025-03-19T23:24:44.012Z | Compiling inout v0.1.3 |
| 1789 | 2025-03-19T23:24:46.297Z | Compiling strsim v0.11.1 |
| 1790 | 2025-03-19T23:24:46.729Z | Compiling dyn-clone v1.0.19 |
| 1791 | 2025-03-19T23:24:46.967Z | Compiling pest_meta v2.7.14 |
| 1792 | 2025-03-19T23:24:46.988Z | Compiling cipher v0.4.4 |
| 1793 | 2025-03-19T23:24:47.461Z | Compiling toml_datetime v0.6.8 |
| 1794 | 2025-03-19T23:24:47.922Z | Compiling serde_spanned v0.6.8 |
| 1795 | 2025-03-19T23:24:48.171Z | Compiling sha2 v0.10.8 |
| 1796 | 2025-03-19T23:24:48.219Z | Compiling cookie v0.18.1 |
| 1797 | 2025-03-19T23:24:48.785Z | Compiling base64ct v1.6.0 |
| 1798 | 2025-03-19T23:24:49.037Z | Compiling pest_generator v2.7.14 |
| 1799 | 2025-03-19T23:24:49.372Z | Compiling pem-rfc7468 v0.7.0 |
| 1800 | 2025-03-19T23:24:49.929Z | Compiling tinystr v0.7.6 |
| 1801 | 2025-03-19T23:24:50.765Z | Compiling tracing-core v0.1.32 |
| 1802 | 2025-03-19T23:24:51.314Z | Compiling aws-lc-sys v0.26.0 |
| 1803 | 2025-03-19T23:24:51.905Z | Compiling flagset v0.4.6 |
| 1804 | 2025-03-19T23:24:52.140Z | Compiling writeable v0.5.5 |
| 1805 | 2025-03-19T23:24:52.646Z | Compiling litemap v0.7.3 |
| 1806 | 2025-03-19T23:24:53.153Z | Compiling icu_locid v1.5.0 |
| 1807 | 2025-03-19T23:24:53.478Z | Compiling der v0.7.9 |
| 1808 | 2025-03-19T23:24:55.155Z | Compiling tracing v0.1.40 |
| 1809 | 2025-03-19T23:24:55.965Z | Compiling pest_derive v2.7.14 |
| 1810 | 2025-03-19T23:24:56.732Z | Compiling usdt-impl v0.5.0 |
| 1811 | 2025-03-19T23:24:57.098Z | Compiling rayon-core v1.12.1 |
| 1812 | 2025-03-19T23:24:57.140Z | Compiling rustls-pki-types v1.10.0 |
| 1813 | 2025-03-19T23:24:57.400Z | Compiling spki v0.7.3 |
| 1814 | 2025-03-19T23:24:57.776Z | Compiling icu_provider v1.5.0 |
| 1815 | 2025-03-19T23:24:59.616Z | Compiling salsa20 v0.10.2 |
| 1816 | 2025-03-19T23:24:59.635Z | Compiling tokio-util v0.7.13 |
| 1817 | 2025-03-19T23:24:59.862Z | Compiling scroll v0.12.0 |
| 1818 | 2025-03-19T23:24:59.971Z | Compiling ppv-lite86 v0.2.20 |
| 1819 | 2025-03-19T23:25:00.361Z | Compiling pbkdf2 v0.12.2 |
| 1820 | 2025-03-19T23:25:00.995Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1821 | 2025-03-19T23:25:01.267Z | Compiling camino v1.1.9 |
| 1822 | 2025-03-19T23:25:01.482Z | Compiling plain v0.2.3 |
| 1823 | 2025-03-19T23:25:01.495Z | Compiling winnow v0.5.40 |
| 1824 | 2025-03-19T23:25:01.618Z | Compiling icu_locid_transform_data v1.5.0 |
| 1825 | 2025-03-19T23:25:01.656Z | Compiling untrusted v0.9.0 |
| 1826 | 2025-03-19T23:25:01.729Z | Compiling powerfmt v0.2.0 |
| 1827 | 2025-03-19T23:25:01.844Z | Compiling percent-encoding v2.3.1 |
| 1828 | 2025-03-19T23:25:02.175Z | Compiling untrusted v0.7.1 |
| 1829 | 2025-03-19T23:25:02.338Z | Compiling rustversion v1.0.17 |
| 1830 | 2025-03-19T23:25:02.358Z | Compiling litrs v0.4.1 |
| 1831 | 2025-03-19T23:25:02.614Z | Compiling anyhow v1.0.97 |
| 1832 | 2025-03-19T23:25:02.781Z | Compiling icu_locid_transform v1.5.0 |
| 1833 | 2025-03-19T23:25:03.014Z | Compiling deranged v0.3.11 |
| 1834 | 2025-03-19T23:25:03.320Z | Compiling document-features v0.2.10 |
| 1835 | 2025-03-19T23:25:04.334Z | Compiling goblin v0.8.2 |
| 1836 | 2025-03-19T23:25:04.682Z | Compiling toml_edit v0.19.15 |
| 1837 | 2025-03-19T23:25:04.804Z | Compiling scrypt v0.11.0 |
| 1838 | 2025-03-19T23:25:04.982Z | Compiling cbc v0.1.2 |
| 1839 | 2025-03-19T23:25:05.234Z | Compiling aes v0.8.4 |
| 1840 | 2025-03-19T23:25:05.260Z | Compiling icu_collections v1.5.0 |
| 1841 | 2025-03-19T23:25:09.449Z | Compiling atomic-waker v1.1.2 |
| 1842 | 2025-03-19T23:25:09.875Z | Compiling rustls v0.22.4 |
| 1843 | 2025-03-19T23:25:10.135Z | Compiling num_threads v0.1.7 |
| 1844 | 2025-03-19T23:25:10.289Z | Compiling icu_properties_data v1.5.0 |
| 1845 | 2025-03-19T23:25:10.683Z | Compiling pretty-hex v0.4.1 |
| 1846 | 2025-03-19T23:25:10.933Z | Compiling dof v0.3.0 |
| 1847 | 2025-03-19T23:25:10.959Z | Compiling icu_properties v1.5.1 |
| 1848 | 2025-03-19T23:25:11.157Z | Compiling time v0.3.36 |
| 1849 | 2025-03-19T23:25:15.017Z | Compiling pkcs5 v0.7.1 |
| 1850 | 2025-03-19T23:25:16.031Z | Compiling dtrace-parser v0.2.0 |
| 1851 | 2025-03-19T23:25:16.073Z | Compiling http-body v1.0.1 |
| 1852 | 2025-03-19T23:25:16.352Z | Compiling heapless v0.7.17 |
| 1853 | 2025-03-19T23:25:17.010Z | Compiling async-trait v0.1.87 |
| 1854 | 2025-03-19T23:25:17.069Z | Compiling thread-id v4.2.2 |
| 1855 | 2025-03-19T23:25:17.206Z | Compiling icu_normalizer_data v1.5.0 |
| 1856 | 2025-03-19T23:25:17.336Z | Compiling utf8_iter v1.0.4 |
| 1857 | 2025-03-19T23:25:17.595Z | Compiling try-lock v0.2.5 |
| 1858 | 2025-03-19T23:25:17.629Z | Compiling write16 v1.0.0 |
| 1859 | 2025-03-19T23:25:18.120Z | Compiling utf16_iter v1.0.5 |
| 1860 | 2025-03-19T23:25:18.517Z | Compiling signal-hook v0.3.17 |
| 1861 | 2025-03-19T23:25:18.814Z | Compiling icu_normalizer v1.5.0 |
| 1862 | 2025-03-19T23:25:20.318Z | Compiling want v0.3.1 |
| 1863 | 2025-03-19T23:25:21.262Z | Compiling pkcs8 v0.10.2 |
| 1864 | 2025-03-19T23:25:21.573Z | Compiling h2 v0.4.6 |
| 1865 | 2025-03-19T23:25:21.878Z | Compiling form_urlencoded v1.2.1 |
| 1866 | 2025-03-19T23:25:23.144Z | Compiling multer v3.1.0 |
| 1867 | 2025-03-19T23:25:23.184Z | Compiling tower-service v0.3.3 |
| 1868 | 2025-03-19T23:25:23.333Z | Compiling adler2 v2.0.0 |
| 1869 | 2025-03-19T23:25:23.477Z | Compiling httpdate v1.0.3 |
| 1870 | 2025-03-19T23:25:23.607Z | Compiling slog-async v2.8.0 |
| 1871 | 2025-03-19T23:25:23.658Z | Compiling tinyvec_macros v0.1.1 |
| 1872 | 2025-03-19T23:25:24.067Z | Compiling tinyvec v1.8.0 |
| 1873 | 2025-03-19T23:25:24.176Z | Compiling miniz_oxide v0.8.5 |
| 1874 | 2025-03-19T23:25:25.999Z | Compiling idna_adapter v1.2.0 |
| 1875 | 2025-03-19T23:25:27.874Z | Compiling curve25519-dalek v4.1.3 |
| 1876 | 2025-03-19T23:25:28.403Z | Compiling memoffset v0.9.1 |
| 1877 | 2025-03-19T23:25:28.617Z | Compiling base64 v0.22.1 |
| 1878 | 2025-03-19T23:25:28.759Z | Compiling foreign-types-shared v0.1.1 |
| 1879 | 2025-03-19T23:25:28.974Z | Compiling newtype-uuid v1.2.1 |
| 1880 | 2025-03-19T23:25:29.110Z | Compiling num-bigint-dig v0.8.4 |
| 1881 | 2025-03-19T23:25:29.589Z | Compiling portable-atomic v1.9.0 |
| 1882 | 2025-03-19T23:25:29.722Z | Compiling hyper v1.6.0 |
| 1883 | 2025-03-19T23:25:30.442Z | Compiling smoltcp v0.9.1 |
| 1884 | 2025-03-19T23:25:31.478Z | Compiling foreign-types v0.3.2 |
| 1885 | 2025-03-19T23:25:31.496Z | Compiling rand_core v0.9.2 |
| 1886 | 2025-03-19T23:25:32.515Z | Compiling idna v1.0.3 |
| 1887 | 2025-03-19T23:25:32.902Z | Compiling hyper-util v0.1.10 |
| 1888 | 2025-03-19T23:25:37.857Z | Compiling usdt-macro v0.5.0 |
| 1889 | 2025-03-19T23:25:39.199Z | Compiling usdt-attr-macro v0.5.0 |
| 1890 | 2025-03-19T23:25:40.687Z | Compiling openapiv3 v2.0.0 |
| 1891 | 2025-03-19T23:25:40.836Z | Compiling async-stream-impl v0.3.6 |
| 1892 | 2025-03-19T23:25:40.925Z | Compiling ident_case v1.0.1 |
| 1893 | 2025-03-19T23:25:41.268Z | Compiling cfg_aliases v0.2.1 |
| 1894 | 2025-03-19T23:25:41.394Z | Compiling siphasher v0.3.11 |
| 1895 | 2025-03-19T23:25:41.744Z | Compiling heck v0.4.1 |
| 1896 | 2025-03-19T23:25:41.765Z | Compiling nix v0.29.0 |
| 1897 | 2025-03-19T23:25:42.020Z | Compiling darling_core v0.20.10 |
| 1898 | 2025-03-19T23:25:50.047Z | Compiling rand_chacha v0.9.0 |
| 1899 | 2025-03-19T23:25:50.345Z | Compiling unicode-normalization v0.1.24 |
| 1900 | 2025-03-19T23:25:51.021Z | Compiling http-body-util v0.1.2 |
| 1901 | 2025-03-19T23:25:51.760Z | Compiling crossbeam-epoch v0.9.18 |
| 1902 | 2025-03-19T23:25:53.685Z | Compiling rand_chacha v0.3.1 |
| 1903 | 2025-03-19T23:25:54.529Z | Compiling hubpack_derive v0.1.1 |
| 1904 | 2025-03-19T23:25:54.567Z | Compiling signature v2.2.0 |
| 1905 | 2025-03-19T23:25:54.824Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1906 | 2025-03-19T23:25:55.397Z | Compiling zerocopy-derive v0.6.6 |
| 1907 | 2025-03-19T23:25:55.728Z | Compiling dirs-sys-next v0.1.2 |
| 1908 | 2025-03-19T23:25:56.142Z | Compiling fs-err v2.11.0 |
| 1909 | 2025-03-19T23:25:56.167Z | Compiling dropshot v0.12.0 |
| 1910 | 2025-03-19T23:25:56.498Z | Compiling ahash v0.8.11 |
| 1911 | 2025-03-19T23:25:56.525Z | Compiling crc32fast v1.4.2 |
| 1912 | 2025-03-19T23:25:56.855Z | Compiling encoding_rs v0.8.34 |
| 1913 | 2025-03-19T23:25:56.875Z | Compiling unicode-properties v0.1.3 |
| 1914 | 2025-03-19T23:25:57.153Z | Compiling buf-list v1.0.3 |
| 1915 | 2025-03-19T23:25:57.306Z | Compiling mime v0.3.17 |
| 1916 | 2025-03-19T23:25:57.702Z | Compiling openssl-probe v0.1.5 |
| 1917 | 2025-03-19T23:25:58.003Z | Compiling anstyle v1.0.10 |
| 1918 | 2025-03-19T23:25:58.443Z | Compiling unicode-bidi v0.3.17 |
| 1919 | 2025-03-19T23:25:58.774Z | Compiling utf8parse v0.2.2 |
| 1920 | 2025-03-19T23:25:58.990Z | Compiling zip v2.1.3 |
| 1921 | 2025-03-19T23:25:59.358Z | Compiling gimli v0.31.1 |
| 1922 | 2025-03-19T23:25:59.472Z | Compiling stringprep v0.1.5 |
| 1923 | 2025-03-19T23:25:59.530Z | Compiling anstyle-parse v0.2.5 |
| 1924 | 2025-03-19T23:26:00.860Z | Compiling dirs-next v2.0.0 |
| 1925 | 2025-03-19T23:26:00.907Z | Compiling rand v0.8.5 |
| 1926 | 2025-03-19T23:26:02.704Z | Compiling crossbeam-deque v0.8.5 |
| 1927 | 2025-03-19T23:26:03.074Z | Compiling rand v0.9.0 |
| 1928 | 2025-03-19T23:26:04.359Z | Compiling addr2line v0.24.2 |
| 1929 | 2025-03-19T23:26:05.271Z | Compiling darling_macro v0.20.10 |
| 1930 | 2025-03-19T23:26:05.820Z | Compiling url v2.5.3 |
| 1931 | 2025-03-19T23:26:06.669Z | Compiling serde_urlencoded v0.7.1 |
| 1932 | 2025-03-19T23:26:07.404Z | Compiling rustls-pemfile v2.2.0 |
| 1933 | 2025-03-19T23:26:07.725Z | Compiling ipnetwork v0.21.1 |
| 1934 | 2025-03-19T23:26:07.919Z | Compiling rustls-webpki v0.102.8 |
| 1935 | 2025-03-19T23:26:08.190Z | Compiling num-integer v0.1.46 |
| 1936 | 2025-03-19T23:26:08.666Z | Compiling md-5 v0.10.6 |
| 1937 | 2025-03-19T23:26:08.940Z | Compiling hash32 v0.2.1 |
| 1938 | 2025-03-19T23:26:09.318Z | Compiling ff v0.13.0 |
| 1939 | 2025-03-19T23:26:09.578Z | Compiling thread_local v1.1.8 |
| 1940 | 2025-03-19T23:26:09.599Z | Compiling object v0.36.5 |
| 1941 | 2025-03-19T23:26:11.252Z | Compiling psl-types v2.0.11 |
| 1942 | 2025-03-19T23:26:11.476Z | Compiling colorchoice v1.0.2 |
| 1943 | 2025-03-19T23:26:11.497Z | Compiling base16ct v0.2.0 |
| 1944 | 2025-03-19T23:26:11.810Z | Compiling is_terminal_polyfill v1.70.1 |
| 1945 | 2025-03-19T23:26:11.914Z | Compiling winnow v0.7.3 |
| 1946 | 2025-03-19T23:26:13.313Z | Compiling rustc-demangle v0.1.24 |
| 1947 | 2025-03-19T23:26:14.416Z | Compiling anstyle-query v1.1.1 |
| 1948 | 2025-03-19T23:26:15.078Z | Compiling fallible-iterator v0.2.0 |
| 1949 | 2025-03-19T23:26:15.363Z | Compiling match_cfg v0.1.0 |
| 1950 | 2025-03-19T23:26:15.484Z | Compiling hostname v0.3.1 |
| 1951 | 2025-03-19T23:26:15.601Z | Compiling tokio-rustls v0.26.0 |
| 1952 | 2025-03-19T23:26:15.707Z | Compiling postgres-protocol v0.6.8 |
| 1953 | 2025-03-19T23:26:15.755Z | Compiling toml_edit v0.22.24 |
| 1954 | 2025-03-19T23:26:16.064Z | Compiling anstream v0.6.15 |
| 1955 | 2025-03-19T23:26:16.658Z | Compiling publicsuffix v2.3.0 |
| 1956 | 2025-03-19T23:26:16.857Z | Compiling backtrace v0.3.74 |
| 1957 | 2025-03-19T23:26:17.027Z | Compiling sec1 v0.7.3 |
| 1958 | 2025-03-19T23:26:17.573Z | Compiling group v0.13.0 |
| 1959 | 2025-03-19T23:26:18.078Z | Compiling num-iter v0.1.45 |
| 1960 | 2025-03-19T23:26:20.463Z | Compiling darling v0.20.10 |
| 1961 | 2025-03-19T23:26:21.204Z | Compiling bzip2 v0.4.4 |
| 1962 | 2025-03-19T23:26:21.223Z | Compiling term v0.7.0 |
| 1963 | 2025-03-19T23:26:21.595Z | Compiling tokio-native-tls v0.3.1 |
| 1964 | 2025-03-19T23:26:22.106Z | Compiling flate2 v1.1.0 |
| 1965 | 2025-03-19T23:26:22.206Z | Compiling strum_macros v0.25.3 |
| 1966 | 2025-03-19T23:26:22.308Z | Compiling phf_shared v0.11.2 |
| 1967 | 2025-03-19T23:26:22.675Z | Compiling slog-json v2.6.1 |
| 1968 | 2025-03-19T23:26:23.286Z | Compiling crossbeam-channel v0.5.13 |
| 1969 | 2025-03-19T23:26:23.860Z | Compiling webpki-roots v0.26.6 |
| 1970 | 2025-03-19T23:26:24.088Z | Compiling futures-executor v0.3.31 |
| 1971 | 2025-03-19T23:26:24.229Z | Compiling terminal_size v0.4.0 |
| 1972 | 2025-03-19T23:26:24.269Z | Compiling dropshot_endpoint v0.12.0 |
| 1973 | 2025-03-19T23:26:24.750Z | Compiling hkdf v0.12.4 |
| 1974 | 2025-03-19T23:26:25.015Z | Compiling sync_wrapper v1.0.1 |
| 1975 | 2025-03-19T23:26:25.188Z | Compiling clap_derive v4.5.28 |
| 1976 | 2025-03-19T23:26:25.349Z | Compiling enum-as-inner v0.6.1 |
| 1977 | 2025-03-19T23:26:25.370Z | Compiling crypto-bigint v0.5.5 |
| 1978 | 2025-03-19T23:26:25.388Z | Compiling serde_repr v0.1.19 |
| 1979 | 2025-03-19T23:26:26.345Z | Compiling regress v0.10.3 |
| 1980 | 2025-03-19T23:26:26.392Z | Compiling is-terminal v0.4.13 |
| 1981 | 2025-03-19T23:26:26.548Z | Compiling memmap v0.7.0 |
| 1982 | 2025-03-19T23:26:27.367Z | Compiling tower-layer v0.3.3 |
| 1983 | 2025-03-19T23:26:27.751Z | Compiling take_mut v0.2.2 |
| 1984 | 2025-03-19T23:26:27.940Z | Compiling managed v0.8.0 |
| 1985 | 2025-03-19T23:26:27.961Z | Compiling ipnet v2.11.0 |
| 1986 | 2025-03-19T23:26:28.674Z | Compiling unicode-width v0.2.0 |
| 1987 | 2025-03-19T23:26:29.292Z | Compiling clap_lex v0.7.4 |
| 1988 | 2025-03-19T23:26:29.610Z | Compiling bitflags v1.3.2 |
| 1989 | 2025-03-19T23:26:29.731Z | Compiling lockfree-object-pool v0.1.6 |
| 1990 | 2025-03-19T23:26:30.010Z | Compiling bumpalo v3.16.0 |
| 1991 | 2025-03-19T23:26:30.049Z | Compiling simd-adler32 v0.3.7 |
| 1992 | 2025-03-19T23:26:30.463Z | Compiling zopfli v0.8.1 |
| 1993 | 2025-03-19T23:26:30.562Z | Compiling typify-impl v0.2.0 |
| 1994 | 2025-03-19T23:26:30.896Z | Compiling tower v0.5.2 |
| 1995 | 2025-03-19T23:26:31.723Z | Compiling clap_builder v4.5.31 |
| 1996 | 2025-03-19T23:26:31.828Z | Compiling console v0.15.10 |
| 1997 | 2025-03-19T23:26:32.405Z | Compiling elliptic-curve v0.13.8 |
| 1998 | 2025-03-19T23:26:33.157Z | Compiling usdt v0.5.0 |
| 1999 | 2025-03-19T23:26:33.613Z | Compiling slog-term v2.9.1 |
| 2000 | 2025-03-19T23:26:33.863Z | Compiling futures v0.3.31 |
| 2001 | 2025-03-19T23:26:33.885Z | Compiling hyper-rustls v0.27.3 |
| 2002 | 2025-03-19T23:26:35.922Z | Compiling slog-bunyan v2.5.0 |
| 2003 | 2025-03-19T23:26:36.164Z | Compiling phf v0.11.2 |
| 2004 | 2025-03-19T23:26:36.475Z | Compiling hyper-tls v0.6.0 |
| 2005 | 2025-03-19T23:26:36.724Z | Compiling tokio-rustls v0.25.0 |
| 2006 | 2025-03-19T23:26:37.149Z | Compiling signal-hook-mio v0.2.4 |
| 2007 | 2025-03-19T23:26:37.317Z | Compiling rayon v1.10.0 |
| 2008 | 2025-03-19T23:26:37.339Z | Compiling cookie_store v0.21.1 |
| 2009 | 2025-03-19T23:26:37.358Z | Compiling toml v0.8.20 |
| 2010 | 2025-03-19T23:26:38.427Z | Compiling postgres-types v0.2.9 |
| 2011 | 2025-03-19T23:26:38.794Z | Compiling zerocopy v0.6.6 |
| 2012 | 2025-03-19T23:26:39.240Z | Compiling hubpack v0.1.2 |
| 2013 | 2025-03-19T23:26:39.395Z | Compiling ed25519 v2.2.3 |
| 2014 | 2025-03-19T23:26:39.645Z | Compiling async-stream v0.3.6 |
| 2015 | 2025-03-19T23:26:39.670Z | Compiling phf_shared v0.10.0 |
| 2016 | 2025-03-19T23:26:39.932Z | Compiling pkcs1 v0.7.5 |
| 2017 | 2025-03-19T23:26:40.038Z | Compiling waitgroup v0.1.2 |
| 2018 | 2025-03-19T23:26:40.647Z | Compiling serde-big-array v0.5.1 |
| 2019 | 2025-03-19T23:26:40.766Z | Compiling serde_path_to_error v0.1.16 |
| 2020 | 2025-03-19T23:26:40.905Z | Compiling rfc6979 v0.4.0 |
| 2021 | 2025-03-19T23:26:40.926Z | Compiling sha1 v0.10.6 |
| 2022 | 2025-03-19T23:26:41.040Z | Compiling float-cmp v0.10.0 |
| 2023 | 2025-03-19T23:26:41.117Z | Compiling bstr v1.10.0 |
| 2024 | 2025-03-19T23:26:41.306Z | Compiling hostname v0.4.0 |
| 2025 | 2025-03-19T23:26:41.328Z | Compiling whoami v1.5.2 |
| 2026 | 2025-03-19T23:26:41.360Z | Compiling difflib v0.4.0 |
| 2027 | 2025-03-19T23:26:41.542Z | Compiling static_assertions v1.1.0 |
| 2028 | 2025-03-19T23:26:41.545Z | Compiling fixedbitset v0.4.2 |
| 2029 | 2025-03-19T23:26:41.661Z | Compiling precomputed-hash v0.1.1 |
| 2030 | 2025-03-19T23:26:41.706Z | Compiling debug-ignore v1.0.5 |
| 2031 | 2025-03-19T23:26:41.829Z | Compiling number_prefix v0.4.0 |
| 2032 | 2025-03-19T23:26:41.878Z | Compiling new_debug_unreachable v1.0.6 |
| 2033 | 2025-03-19T23:26:41.949Z | Compiling predicates-core v1.0.8 |
| 2034 | 2025-03-19T23:26:41.985Z | Compiling normalize-line-endings v0.3.0 |
| 2035 | 2025-03-19T23:26:42.047Z | Compiling data-encoding v2.6.0 |
| 2036 | 2025-03-19T23:26:42.068Z | Compiling unicode-segmentation v1.12.0 |
| 2037 | 2025-03-19T23:26:42.239Z | Compiling predicates v3.1.3 |
| 2038 | 2025-03-19T23:26:42.260Z | Compiling indicatif v0.17.11 |
| 2039 | 2025-03-19T23:26:42.509Z | Compiling string_cache v0.8.7 |
| 2040 | 2025-03-19T23:26:42.851Z | Compiling similar v2.7.0 |
| 2041 | 2025-03-19T23:26:42.913Z | Compiling hickory-proto v0.24.4 |
| 2042 | 2025-03-19T23:26:43.315Z | Compiling petgraph v0.6.5 |
| 2043 | 2025-03-19T23:26:43.894Z | Compiling tokio-postgres v0.7.13 |
| 2044 | 2025-03-19T23:26:44.810Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2045 | 2025-03-19T23:26:46.419Z | Compiling ecdsa v0.16.9 |
| 2046 | 2025-03-19T23:26:47.396Z | Compiling rsa v0.9.6 |
| 2047 | 2025-03-19T23:26:50.369Z | Compiling typify-macro v0.2.0 |
| 2048 | 2025-03-19T23:26:50.737Z | Compiling ed25519-dalek v2.1.1 |
| 2049 | 2025-03-19T23:26:51.532Z | Compiling reqwest v0.12.12 |
| 2050 | 2025-03-19T23:26:51.718Z | Compiling crossterm v0.28.1 |
| 2051 | 2025-03-19T23:26:51.763Z | Compiling clap v4.5.31 |
| 2052 | 2025-03-19T23:26:51.903Z | Compiling zip v0.6.6 |
| 2053 | 2025-03-19T23:26:53.070Z | Compiling toml v0.7.8 |
| 2054 | 2025-03-19T23:26:53.262Z | Compiling tokio-stream v0.1.17 |
| 2055 | 2025-03-19T23:26:53.298Z | Compiling x509-cert v0.2.5 |
| 2056 | 2025-03-19T23:26:54.278Z | Compiling hex v0.4.3 |
| 2057 | 2025-03-19T23:26:54.402Z | Compiling itertools v0.10.5 |
| 2058 | 2025-03-19T23:26:55.410Z | Compiling unicode-xid v0.2.6 |
| 2059 | 2025-03-19T23:26:55.680Z | Compiling lalrpop-util v0.19.12 |
| 2060 | 2025-03-19T23:26:55.930Z | Compiling peg-runtime v0.8.5 |
| 2061 | 2025-03-19T23:27:00.317Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2062 | 2025-03-19T23:27:00.702Z | Compiling proc-macro-crate v1.3.1 |
| 2063 | 2025-03-19T23:27:01.494Z | Compiling macaddr v1.0.1 |
| 2064 | 2025-03-19T23:27:02.376Z | Compiling itertools v0.13.0 |
| 2065 | 2025-03-19T23:27:03.045Z | Compiling fastrand v2.1.1 |
| 2066 | 2025-03-19T23:27:04.957Z | Compiling heapless v0.8.0 |
| 2067 | 2025-03-19T23:27:05.276Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2068 | 2025-03-19T23:27:06.525Z | Compiling tempfile v3.13.0 |
| 2069 | 2025-03-19T23:27:07.633Z | Compiling num_enum_derive v0.5.11 |
| 2070 | 2025-03-19T23:27:14.833Z | Compiling structmeta-derive v0.3.0 |
| 2071 | 2025-03-19T23:27:14.892Z | Compiling hash32 v0.3.1 |
| 2072 | 2025-03-19T23:27:16.312Z | Compiling thiserror v2.0.11 |
| 2073 | 2025-03-19T23:27:17.280Z | Compiling smoltcp v0.11.0 |
| 2074 | 2025-03-19T23:27:17.427Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2075 | 2025-03-19T23:27:22.012Z | Compiling structmeta v0.3.0 |
| 2076 | 2025-03-19T23:27:31.268Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2077 | 2025-03-19T23:27:31.373Z | Compiling num_enum v0.5.11 |
| 2078 | 2025-03-19T23:27:32.157Z | Compiling typify v0.2.0 |
| 2079 | 2025-03-19T23:27:32.318Z | Compiling oxnet v0.1.1 |
| 2080 | 2025-03-19T23:27:33.675Z | Compiling strum_macros v0.26.4 |
| 2081 | 2025-03-19T23:27:35.958Z | Compiling thiserror-impl v2.0.11 |
| 2082 | 2025-03-19T23:27:36.506Z | Compiling proc-macro-error-attr v1.0.4 |
| 2083 | 2025-03-19T23:27:37.801Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2084 | 2025-03-19T23:27:37.880Z | Compiling unsafe-libyaml v0.2.11 |
| 2085 | 2025-03-19T23:27:38.154Z | Compiling cobs v0.2.3 |
| 2086 | 2025-03-19T23:27:39.796Z | Compiling serde_yaml v0.9.34+deprecated |
| 2087 | 2025-03-19T23:27:40.983Z | Compiling postcard v1.0.10 |
| 2088 | 2025-03-19T23:27:41.615Z | Compiling strum v0.26.3 |
| 2089 | 2025-03-19T23:27:43.755Z | Compiling progenitor-impl v0.8.0 |
| 2090 | 2025-03-19T23:27:44.106Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2091 | 2025-03-19T23:27:53.944Z | Compiling foreign-types-macros v0.2.3 |
| 2092 | 2025-03-19T23:27:54.187Z | Compiling wait-timeout v0.2.0 |
| 2093 | 2025-03-19T23:27:54.207Z | Compiling proc-macro-error v1.0.4 |
| 2094 | 2025-03-19T23:27:54.564Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2095 | 2025-03-19T23:27:54.918Z | Compiling quick-error v1.2.3 |
| 2096 | 2025-03-19T23:27:55.124Z | Compiling unicode-width v0.1.14 |
| 2097 | 2025-03-19T23:27:55.326Z | Compiling bit-vec v0.8.0 |
| 2098 | 2025-03-19T23:27:55.757Z | Compiling foreign-types-shared v0.3.1 |
| 2099 | 2025-03-19T23:27:56.025Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2100 | 2025-03-19T23:27:56.879Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2101 | 2025-03-19T23:28:00.737Z | Compiling foreign-types v0.5.0 |
| 2102 | 2025-03-19T23:28:01.734Z | Compiling bit-set v0.8.0 |
| 2103 | 2025-03-19T23:28:01.796Z | Compiling tabwriter v1.4.0 |
| 2104 | 2025-03-19T23:28:02.566Z | Compiling rusty-fork v0.3.0 |
| 2105 | 2025-03-19T23:28:09.309Z | Compiling progenitor-macro v0.8.0 |
| 2106 | 2025-03-19T23:28:14.393Z | Compiling parse-display-derive v0.10.0 |
| 2107 | 2025-03-19T23:28:16.941Z | Compiling progenitor-client v0.8.0 |
| 2108 | 2025-03-19T23:28:20.817Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2109 | 2025-03-19T23:28:20.959Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2110 | 2025-03-19T23:28:21.458Z | Compiling daft-derive v0.1.2 |
| 2111 | 2025-03-19T23:28:21.650Z | Compiling rand_xorshift v0.3.0 |
| 2112 | 2025-03-19T23:28:21.796Z | Compiling cstr-argument v0.1.2 |
| 2113 | 2025-03-19T23:28:21.938Z | Compiling dropshot v0.16.0 |
| 2114 | 2025-03-19T23:28:22.298Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2115 | 2025-03-19T23:28:22.891Z | Compiling pretty-hex v0.2.1 |
| 2116 | 2025-03-19T23:28:22.928Z | Compiling crucible-workspace-hack v0.1.0 |
| 2117 | 2025-03-19T23:28:23.125Z | Compiling unarray v0.1.4 |
| 2118 | 2025-03-19T23:28:23.168Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2119 | 2025-03-19T23:28:23.317Z | Compiling proptest v1.6.0 |
| 2120 | 2025-03-19T23:28:23.347Z | Compiling daft v0.1.2 |
| 2121 | 2025-03-19T23:28:23.546Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2122 | 2025-03-19T23:28:23.856Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2123 | 2025-03-19T23:28:23.879Z | Compiling progenitor v0.8.0 |
| 2124 | 2025-03-19T23:28:24.128Z | Compiling parse-display v0.10.0 |
| 2125 | 2025-03-19T23:28:24.405Z | Compiling test-strategy v0.4.0 |
| 2126 | 2025-03-19T23:28:24.770Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2127 | 2025-03-19T23:28:24.992Z | Compiling colored v2.2.0 |
| 2128 | 2025-03-19T23:28:26.036Z | Compiling serde_with_macros v3.12.0 |
| 2129 | 2025-03-19T23:28:26.340Z | Compiling dropshot_endpoint v0.16.0 |
| 2130 | 2025-03-19T23:28:26.391Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2131 | 2025-03-19T23:28:27.163Z | Compiling instant v0.1.13 |
| 2132 | 2025-03-19T23:28:27.364Z | Compiling winnow v0.6.20 |
| 2133 | 2025-03-19T23:28:27.514Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2134 | 2025-03-19T23:28:27.954Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2135 | 2025-03-19T23:28:28.369Z | Compiling serde_with v3.12.0 |
| 2136 | 2025-03-19T23:28:29.232Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 2137 | 2025-03-19T23:28:30.415Z | Compiling backoff v0.4.0 |
| 2138 | 2025-03-19T23:28:30.798Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2139 | 2025-03-19T23:28:30.824Z | Compiling zone_cfg_derive v0.3.0 |
| 2140 | 2025-03-19T23:28:31.655Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2141 | 2025-03-19T23:28:32.131Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
| 2142 | 2025-03-19T23:28:32.424Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2143 | 2025-03-19T23:28:32.749Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
| 2144 | 2025-03-19T23:28:33.172Z | Compiling camino-tempfile v1.1.1 |
| 2145 | 2025-03-19T23:28:33.193Z | Compiling progenitor-client v0.9.1 |
| 2146 | 2025-03-19T23:28:33.966Z | Compiling num-derive v0.4.2 |
| 2147 | 2025-03-19T23:28:34.171Z | Compiling sigpipe v0.1.3 |
| 2148 | 2025-03-19T23:28:34.337Z | Compiling libefi-sys v0.1.0 |
| 2149 | 2025-03-19T23:28:34.696Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2150 | 2025-03-19T23:28:35.098Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2151 | 2025-03-19T23:28:36.161Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2152 | 2025-03-19T23:28:36.588Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2153 | 2025-03-19T23:28:37.768Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
| 2154 | 2025-03-19T23:28:38.333Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2155 | 2025-03-19T23:28:38.336Z | Compiling zone v0.3.0 |
| 2156 | 2025-03-19T23:28:40.457Z | Compiling itertools v0.14.0 |
| 2157 | 2025-03-19T23:28:40.563Z | Compiling smf v0.2.3 |
| 2158 | 2025-03-19T23:28:41.688Z | Compiling bitfield-struct v0.6.2 |
| 2159 | 2025-03-19T23:28:43.064Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2160 | 2025-03-19T23:28:43.141Z | Compiling blake3 v1.5.4 |
| 2161 | 2025-03-19T23:28:43.311Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2162 | 2025-03-19T23:28:44.024Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2163 | 2025-03-19T23:28:44.095Z | Compiling xattr v1.3.1 |
| 2164 | 2025-03-19T23:28:44.114Z | Compiling memmap2 v0.9.5 |
| 2165 | 2025-03-19T23:28:44.394Z | Compiling filetime v0.2.25 |
| 2166 | 2025-03-19T23:28:44.472Z | Compiling same-file v1.0.6 |
| 2167 | 2025-03-19T23:28:44.706Z | Compiling constant_time_eq v0.3.1 |
| 2168 | 2025-03-19T23:28:44.776Z | Compiling arrayvec v0.7.6 |
| 2169 | 2025-03-19T23:28:44.809Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2170 | 2025-03-19T23:28:44.917Z | Compiling arrayref v0.3.9 |
| 2171 | 2025-03-19T23:28:44.963Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2172 | 2025-03-19T23:28:45.046Z | Compiling walkdir v2.5.0 |
| 2173 | 2025-03-19T23:28:45.143Z | Compiling tar v0.4.44 |
| 2174 | 2025-03-19T23:28:46.645Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2175 | 2025-03-19T23:28:47.079Z | Compiling gethostname v0.5.0 |
| 2176 | 2025-03-19T23:28:47.340Z | Compiling cargo-platform v0.1.8 |
| 2177 | 2025-03-19T23:28:47.647Z | Compiling fixedbitset v0.5.7 |
| 2178 | 2025-03-19T23:28:47.769Z | Compiling topological-sort v0.2.2 |
| 2179 | 2025-03-19T23:28:48.077Z | Compiling omicron-zone-package v0.12.0 |
| 2180 | 2025-03-19T23:28:48.432Z | Compiling petgraph v0.7.1 |
| 2181 | 2025-03-19T23:28:48.775Z | Compiling cargo_metadata v0.19.2 |
| 2182 | 2025-03-19T23:28:49.956Z | Compiling shell-words v1.1.0 |
| 2183 | 2025-03-19T23:28:50.473Z | Compiling indent_write v2.2.0 |
| 2184 | 2025-03-19T23:28:57.876Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2185 | 2025-03-19T23:29:00.215Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2186 | 2025-03-19T23:29:03.647Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2187 | 2025-03-19T23:29:18.132Z | Finished `release` profile [optimized] target(s) in 5m 09s |
| 2188 | 2025-03-19T23:29:18.304Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2189 | 2025-03-19T23:29:18.352Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2190 | 2025-03-19T23:29:18.356Z | Created new build target 'test' and set it as active |
| 2191 | 2025-03-19T23:29:18.356Z | |
| 2192 | 2025-03-19T23:29:18.356Z | real 5:09.760464212 |
| 2193 | 2025-03-19T23:29:18.356Z | user 35:46.906058835 |
| 2194 | 2025-03-19T23:29:18.356Z | sys 3:35.082397914 |
| 2195 | 2025-03-19T23:29:18.356Z | trap 1.130255417 |
| 2196 | 2025-03-19T23:29:18.356Z | tflt 2.004598979 |
| 2197 | 2025-03-19T23:29:18.356Z | dflt 0.918948192 |
| 2198 | 2025-03-19T23:29:18.356Z | kflt 0.000138563 |
| 2199 | 2025-03-19T23:29:18.356Z | lock 1:09:39.016928382 |
| 2200 | 2025-03-19T23:29:18.356Z | slp 2:24:16.074924997 |
| 2201 | 2025-03-19T23:29:18.356Z | lat 2:44.861749885 |
| 2202 | 2025-03-19T23:29:18.356Z | stop 4:56.883452247 |
| 2203 | 2025-03-19T23:29:18.356Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2204 | 2025-03-19T23:29:19.363Z | Finished `release` profile [optimized] target(s) in 0.95s |
| 2205 | 2025-03-19T23:29:19.426Z | Running `target/release/omicron-package -t test package` |
| 2206 | 2025-03-19T23:29:19.473Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2207 | 2025-03-19T23:29:20.646Z | Compiling ring v0.17.11 |
| 2208 | 2025-03-19T23:29:20.831Z | Compiling thiserror v2.0.11 |
| 2209 | 2025-03-19T23:29:20.852Z | Compiling typify-impl v0.3.0 |
| 2210 | 2025-03-19T23:29:20.870Z | Compiling convert_case v0.4.0 |
| 2211 | 2025-03-19T23:29:20.873Z | Compiling derive-where v1.2.7 |
| 2212 | 2025-03-19T23:29:20.873Z | Compiling fastrand v2.1.1 |
| 2213 | 2025-03-19T23:29:20.874Z | Compiling newline-converter v0.3.0 |
| 2214 | 2025-03-19T23:29:21.111Z | Compiling expectorate v1.1.0 |
| 2215 | 2025-03-19T23:29:21.347Z | Compiling tempfile v3.13.0 |
| 2216 | 2025-03-19T23:29:21.397Z | Compiling password-hash v0.5.0 |
| 2217 | 2025-03-19T23:29:21.523Z | Compiling derive_more v0.99.19 |
| 2218 | 2025-03-19T23:29:22.030Z | Compiling blake2 v0.10.6 |
| 2219 | 2025-03-19T23:29:23.234Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2220 | 2025-03-19T23:29:23.468Z | Compiling base64 v0.21.7 |
| 2221 | 2025-03-19T23:29:23.587Z | Compiling argon2 v0.5.3 |
| 2222 | 2025-03-19T23:29:24.220Z | Compiling atomicwrites v0.4.4 |
| 2223 | 2025-03-19T23:29:24.509Z | Compiling owo-colors v4.2.0 |
| 2224 | 2025-03-19T23:29:24.742Z | Compiling cancel-safe-futures v0.1.5 |
| 2225 | 2025-03-19T23:29:25.127Z | Compiling num-rational v0.4.2 |
| 2226 | 2025-03-19T23:29:25.149Z | Compiling libsw-core v0.3.1 |
| 2227 | 2025-03-19T23:29:25.427Z | Compiling num-complex v0.4.6 |
| 2228 | 2025-03-19T23:29:25.696Z | Compiling libsw v3.4.0 |
| 2229 | 2025-03-19T23:29:26.013Z | Compiling rustls v0.23.19 |
| 2230 | 2025-03-19T23:29:26.042Z | Compiling rustls v0.22.4 |
| 2231 | 2025-03-19T23:29:26.497Z | Compiling num v0.4.3 |
| 2232 | 2025-03-19T23:29:26.695Z | Compiling swrite v0.1.0 |
| 2233 | 2025-03-19T23:29:26.788Z | Compiling utf-8 v0.7.6 |
| 2234 | 2025-03-19T23:29:26.861Z | Compiling linear-map v1.2.0 |
| 2235 | 2025-03-19T23:29:27.145Z | Compiling float-ord v0.3.2 |
| 2236 | 2025-03-19T23:29:27.259Z | Compiling linked-hash-map v0.5.6 |
| 2237 | 2025-03-19T23:29:27.337Z | Compiling highway v1.3.0 |
| 2238 | 2025-03-19T23:29:27.662Z | Compiling tungstenite v0.21.0 |
| 2239 | 2025-03-19T23:29:27.672Z | Compiling lru-cache v0.1.2 |
| 2240 | 2025-03-19T23:29:27.870Z | Compiling semver v0.1.20 |
| 2241 | 2025-03-19T23:29:28.397Z | Compiling rustls-webpki v0.102.8 |
| 2242 | 2025-03-19T23:29:28.918Z | Compiling tokio-tungstenite v0.21.0 |
| 2243 | 2025-03-19T23:29:29.172Z | Compiling rustc_version v0.1.7 |
| 2244 | 2025-03-19T23:29:29.547Z | Compiling resolv-conf v0.7.0 |
| 2245 | 2025-03-19T23:29:29.996Z | Compiling hickory-resolver v0.24.4 |
| 2246 | 2025-03-19T23:29:30.630Z | Compiling typify-macro v0.3.0 |
| 2247 | 2025-03-19T23:29:31.065Z | Compiling newtype_derive v0.1.6 |
| 2248 | 2025-03-19T23:29:31.372Z | Compiling wait-timeout v0.2.0 |
| 2249 | 2025-03-19T23:29:31.811Z | Compiling quick-error v1.2.3 |
| 2250 | 2025-03-19T23:29:31.990Z | Compiling bit-vec v0.8.0 |
| 2251 | 2025-03-19T23:29:32.160Z | Compiling rusty-fork v0.3.0 |
| 2252 | 2025-03-19T23:29:32.445Z | Compiling bit-set v0.8.0 |
| 2253 | 2025-03-19T23:29:32.753Z | Compiling oxnet v0.1.1 |
| 2254 | 2025-03-19T23:29:32.804Z | Compiling rand_xorshift v0.3.0 |
| 2255 | 2025-03-19T23:29:33.052Z | Compiling humantime v2.1.0 |
| 2256 | 2025-03-19T23:29:33.362Z | Compiling unarray v0.1.4 |
| 2257 | 2025-03-19T23:29:33.537Z | Compiling proptest v1.6.0 |
| 2258 | 2025-03-19T23:29:33.807Z | Compiling tokio-rustls v0.25.0 |
| 2259 | 2025-03-19T23:29:33.824Z | Compiling typify v0.3.0 |
| 2260 | 2025-03-19T23:29:34.028Z | Compiling progenitor-impl v0.9.1 |
| 2261 | 2025-03-19T23:29:34.218Z | Compiling dropshot v0.12.0 |
| 2262 | 2025-03-19T23:29:37.000Z | Compiling tokio-rustls v0.26.0 |
| 2263 | 2025-03-19T23:29:37.467Z | Compiling hyper-rustls v0.27.3 |
| 2264 | 2025-03-19T23:29:38.033Z | Compiling reqwest v0.12.12 |
| 2265 | 2025-03-19T23:29:41.673Z | Compiling progenitor-macro v0.9.1 |
| 2266 | 2025-03-19T23:29:44.325Z | Compiling progenitor-client v0.9.1 |
| 2267 | 2025-03-19T23:29:44.868Z | Compiling progenitor-client v0.8.0 |
| 2268 | 2025-03-19T23:29:45.376Z | Compiling progenitor v0.8.0 |
| 2269 | 2025-03-19T23:29:45.588Z | Compiling daft v0.1.2 |
| 2270 | 2025-03-19T23:29:47.009Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2271 | 2025-03-19T23:29:47.557Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2272 | 2025-03-19T23:29:48.286Z | Compiling dropshot v0.16.0 |
| 2273 | 2025-03-19T23:29:51.972Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2274 | 2025-03-19T23:29:53.318Z | Compiling parse-display v0.10.0 |
| 2275 | 2025-03-19T23:29:53.927Z | Compiling strum v0.26.3 |
| 2276 | 2025-03-19T23:29:54.135Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2277 | 2025-03-19T23:29:54.319Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
| 2278 | 2025-03-19T23:29:59.148Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
| 2279 | 2025-03-19T23:30:10.639Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2280 | 2025-03-19T23:30:15.798Z | Compiling progenitor v0.9.1 |
| 2281 | 2025-03-19T23:30:16.043Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2282 | 2025-03-19T23:30:17.113Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2283 | 2025-03-19T23:30:17.739Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2284 | 2025-03-19T23:30:18.566Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2285 | 2025-03-19T23:30:19.208Z | Compiling instant v0.1.13 |
| 2286 | 2025-03-19T23:30:19.387Z | Compiling backoff v0.4.0 |
| 2287 | 2025-03-19T23:30:19.750Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2288 | 2025-03-19T23:30:20.089Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 2289 | 2025-03-19T23:30:21.286Z | Compiling steno v0.4.1 |
| 2290 | 2025-03-19T23:30:24.933Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2291 | 2025-03-19T23:30:26.098Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2292 | 2025-03-19T23:30:26.161Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2293 | 2025-03-19T23:30:28.787Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2294 | 2025-03-19T23:30:31.163Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2295 | 2025-03-19T23:30:31.879Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2296 | 2025-03-19T23:30:35.131Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2297 | 2025-03-19T23:30:35.630Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2298 | 2025-03-19T23:30:39.576Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2299 | 2025-03-19T23:30:39.807Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2300 | 2025-03-19T23:30:40.016Z | Compiling serde_with v3.12.0 |
| 2301 | 2025-03-19T23:30:42.486Z | Compiling macaddr v1.0.1 |
| 2302 | 2025-03-19T23:30:42.507Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2303 | 2025-03-19T23:30:42.835Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
| 2304 | 2025-03-19T23:30:42.962Z | Compiling qorb v0.2.1 |
| 2305 | 2025-03-19T23:30:50.673Z | Compiling slog-dtrace v0.3.0 |
| 2306 | 2025-03-19T23:30:51.309Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
| 2307 | 2025-03-19T23:30:54.112Z | Compiling prettyplease v0.2.30 |
| 2308 | 2025-03-19T23:30:59.347Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2309 | 2025-03-19T23:30:59.554Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2310 | 2025-03-19T23:31:00.566Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2311 | 2025-03-19T23:31:02.467Z | Compiling half v2.4.1 |
| 2312 | 2025-03-19T23:31:02.921Z | Compiling ciborium-io v0.2.2 |
| 2313 | 2025-03-19T23:31:02.992Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2314 | 2025-03-19T23:31:03.083Z | Compiling ciborium-ll v0.2.2 |
| 2315 | 2025-03-19T23:31:03.180Z | Compiling bytecount v0.6.8 |
| 2316 | 2025-03-19T23:31:03.527Z | Compiling ciborium v0.2.2 |
| 2317 | 2025-03-19T23:31:03.610Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2318 | 2025-03-19T23:31:04.929Z | Compiling display-error-chain v0.2.2 |
| 2319 | 2025-03-19T23:31:05.177Z | Compiling const_format_proc_macros v0.2.34 |
| 2320 | 2025-03-19T23:31:05.442Z | Compiling maplit v1.0.2 |
| 2321 | 2025-03-19T23:31:05.577Z | Compiling keccak v0.1.5 |
| 2322 | 2025-03-19T23:31:06.729Z | Compiling same-file v1.0.6 |
| 2323 | 2025-03-19T23:31:06.913Z | Compiling crunchy v0.2.2 |
| 2324 | 2025-03-19T23:31:06.990Z | Compiling walkdir v2.5.0 |
| 2325 | 2025-03-19T23:31:07.369Z | Compiling const_format v0.2.34 |
| 2326 | 2025-03-19T23:31:07.576Z | Compiling sha3 v0.10.8 |
| 2327 | 2025-03-19T23:31:07.797Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2328 | 2025-03-19T23:31:08.210Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2329 | 2025-03-19T23:31:08.428Z | Compiling radium v0.7.0 |
| 2330 | 2025-03-19T23:31:08.598Z | Compiling tiny-keccak v2.0.2 |
| 2331 | 2025-03-19T23:31:08.982Z | Compiling blake3 v1.5.4 |
| 2332 | 2025-03-19T23:31:09.134Z | Compiling dsl_auto_type v0.1.2 |
| 2333 | 2025-03-19T23:31:09.527Z | Compiling scheduled-thread-pool v0.2.7 |
| 2334 | 2025-03-19T23:31:09.646Z | Compiling xattr v1.3.1 |
| 2335 | 2025-03-19T23:31:09.925Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2336 | 2025-03-19T23:31:10.263Z | Compiling memmap2 v0.9.5 |
| 2337 | 2025-03-19T23:31:10.305Z | Compiling filetime v0.2.25 |
| 2338 | 2025-03-19T23:31:10.621Z | Compiling constant_time_eq v0.3.1 |
| 2339 | 2025-03-19T23:31:10.672Z | Compiling arrayref v0.3.9 |
| 2340 | 2025-03-19T23:31:10.795Z | Compiling maybe-uninit v2.0.0 |
| 2341 | 2025-03-19T23:31:10.799Z | Compiling arrayvec v0.7.6 |
| 2342 | 2025-03-19T23:31:10.879Z | Compiling tap v1.0.1 |
| 2343 | 2025-03-19T23:31:11.088Z | Compiling bit-vec v0.6.3 |
| 2344 | 2025-03-19T23:31:11.407Z | Compiling bit-set v0.5.3 |
| 2345 | 2025-03-19T23:31:11.499Z | Compiling wyz v0.5.1 |
| 2346 | 2025-03-19T23:31:11.707Z | Compiling tar v0.4.44 |
| 2347 | 2025-03-19T23:31:11.978Z | Compiling diesel_derives v2.2.3 |
| 2348 | 2025-03-19T23:31:12.278Z | Compiling r2d2 v0.8.10 |
| 2349 | 2025-03-19T23:31:13.220Z | Compiling toolchain_find v0.4.0 |
| 2350 | 2025-03-19T23:31:13.442Z | Compiling camino-tempfile v1.1.1 |
| 2351 | 2025-03-19T23:31:13.494Z | Compiling phf_generator v0.11.2 |
| 2352 | 2025-03-19T23:31:13.712Z | Compiling ascii-canvas v3.0.0 |
| 2353 | 2025-03-19T23:31:13.749Z | Compiling secrecy v0.8.0 |
| 2354 | 2025-03-19T23:31:13.835Z | Compiling async-recursion v1.1.1 |
| 2355 | 2025-03-19T23:31:14.026Z | Compiling ena v0.14.3 |
| 2356 | 2025-03-19T23:31:14.168Z | Compiling funty v2.0.0 |
| 2357 | 2025-03-19T23:31:14.453Z | Compiling packed_struct v0.10.1 |
| 2358 | 2025-03-19T23:31:14.876Z | Compiling diff v0.1.13 |
| 2359 | 2025-03-19T23:31:15.165Z | Compiling regex-syntax v0.6.29 |
| 2360 | 2025-03-19T23:31:15.357Z | Compiling topological-sort v0.2.2 |
| 2361 | 2025-03-19T23:31:15.590Z | Compiling crc-catalog v2.4.0 |
| 2362 | 2025-03-19T23:31:15.772Z | Compiling bindgen v0.71.1 |
| 2363 | 2025-03-19T23:31:16.154Z | Compiling crc v3.2.1 |
| 2364 | 2025-03-19T23:31:16.295Z | Compiling omicron-zone-package v0.12.0 |
| 2365 | 2025-03-19T23:31:16.322Z | Compiling bitvec v1.0.1 |
| 2366 | 2025-03-19T23:31:16.953Z | Compiling phf_codegen v0.11.2 |
| 2367 | 2025-03-19T23:31:17.185Z | Compiling rustfmt-wrapper v0.2.1 |
| 2368 | 2025-03-19T23:31:17.881Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2369 | 2025-03-19T23:31:18.465Z | Compiling lalrpop v0.19.12 |
| 2370 | 2025-03-19T23:31:18.934Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2371 | 2025-03-19T23:31:19.168Z | Compiling universal-hash v0.5.1 |
| 2372 | 2025-03-19T23:31:19.420Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2373 | 2025-03-19T23:31:19.923Z | Compiling packed_struct_codegen v0.10.1 |
| 2374 | 2025-03-19T23:31:20.726Z | Compiling parse-zoneinfo v0.3.1 |
| 2375 | 2025-03-19T23:31:21.102Z | Compiling indexmap v1.9.3 |
| 2376 | 2025-03-19T23:31:21.470Z | Compiling ref-cast v1.0.23 |
| 2377 | 2025-03-19T23:31:21.819Z | Compiling rustc-hash v2.1.1 |
| 2378 | 2025-03-19T23:31:21.958Z | Compiling opaque-debug v0.3.1 |
| 2379 | 2025-03-19T23:31:22.015Z | Compiling nodrop v0.1.14 |
| 2380 | 2025-03-19T23:31:22.077Z | Compiling poly1305 v0.8.0 |
| 2381 | 2025-03-19T23:31:22.176Z | Compiling array-init v0.0.4 |
| 2382 | 2025-03-19T23:31:22.578Z | Compiling diesel v2.2.8 |
| 2383 | 2025-03-19T23:31:23.303Z | Compiling thiserror-no-std v2.0.2 |
| 2384 | 2025-03-19T23:31:23.492Z | Compiling chrono-tz-build v0.4.0 |
| 2385 | 2025-03-19T23:31:23.520Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2386 | 2025-03-19T23:31:24.436Z | Compiling smallvec v0.6.14 |
| 2387 | 2025-03-19T23:31:24.924Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2388 | 2025-03-19T23:31:25.269Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2389 | 2025-03-19T23:31:25.611Z | Compiling itertools v0.13.0 |
| 2390 | 2025-03-19T23:31:26.191Z | Compiling derive_builder_core v0.20.2 |
| 2391 | 2025-03-19T23:31:28.168Z | Compiling chacha20 v0.9.1 |
| 2392 | 2025-03-19T23:31:28.647Z | Compiling headers-core v0.3.0 |
| 2393 | 2025-03-19T23:31:28.895Z | Compiling aead v0.5.2 |
| 2394 | 2025-03-19T23:31:29.208Z | Compiling libxml v0.3.3 |
| 2395 | 2025-03-19T23:31:29.251Z | Compiling ref-cast-impl v1.0.23 |
| 2396 | 2025-03-19T23:31:29.647Z | Compiling vte_generate_state_changes v0.1.2 |
| 2397 | 2025-03-19T23:31:30.229Z | Compiling hashbrown v0.12.3 |
| 2398 | 2025-03-19T23:31:30.317Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2399 | 2025-03-19T23:31:30.650Z | Compiling termcolor v1.4.1 |
| 2400 | 2025-03-19T23:31:31.480Z | Compiling arc-swap v1.7.1 |
| 2401 | 2025-03-19T23:31:31.677Z | Compiling bitfield v0.14.0 |
| 2402 | 2025-03-19T23:31:31.993Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2403 | 2025-03-19T23:31:32.127Z | Compiling slog-scope v4.4.0 |
| 2404 | 2025-03-19T23:31:33.940Z | Compiling env_logger v0.10.2 |
| 2405 | 2025-03-19T23:31:34.460Z | Compiling samael v0.0.18 |
| 2406 | 2025-03-19T23:31:34.847Z | Compiling vte v0.11.1 |
| 2407 | 2025-03-19T23:31:36.119Z | Compiling chacha20poly1305 v0.10.1 |
| 2408 | 2025-03-19T23:31:36.325Z | Compiling headers v0.4.0 |
| 2409 | 2025-03-19T23:31:36.379Z | Compiling derive_builder_macro v0.20.2 |
| 2410 | 2025-03-19T23:31:37.063Z | Compiling serde-hex v0.1.0 |
| 2411 | 2025-03-19T23:31:37.231Z | Compiling chrono-tz v0.10.1 |
| 2412 | 2025-03-19T23:31:37.886Z | Compiling vsss-rs v3.3.4 |
| 2413 | 2025-03-19T23:31:39.663Z | Compiling polar-core v0.27.3 |
| 2414 | 2025-03-19T23:31:39.888Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2415 | 2025-03-19T23:31:41.910Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2416 | 2025-03-19T23:31:42.069Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2417 | 2025-03-19T23:31:42.258Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2418 | 2025-03-19T23:31:42.779Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2419 | 2025-03-19T23:31:43.106Z | Compiling ron v0.8.1 |
| 2420 | 2025-03-19T23:31:44.777Z | Compiling hashbrown v0.13.2 |
| 2421 | 2025-03-19T23:31:46.152Z | Compiling strum_macros v0.24.3 |
| 2422 | 2025-03-19T23:31:46.634Z | Compiling unicase v2.7.0 |
| 2423 | 2025-03-19T23:31:46.987Z | Compiling crc-any v2.5.0 |
| 2424 | 2025-03-19T23:31:47.919Z | Compiling indoc v1.0.9 |
| 2425 | 2025-03-19T23:31:48.713Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2426 | 2025-03-19T23:31:48.783Z | Compiling object v0.30.4 |
| 2427 | 2025-03-19T23:31:49.066Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2428 | 2025-03-19T23:32:04.220Z | Compiling derive_builder v0.20.2 |
| 2429 | 2025-03-19T23:32:04.249Z | Compiling strip-ansi-escapes v0.2.0 |
| 2430 | 2025-03-19T23:32:08.295Z | Compiling slog-stdlog v4.1.1 |
| 2431 | 2025-03-19T23:32:08.434Z | Compiling papergrid v0.11.0 |
| 2432 | 2025-03-19T23:32:08.850Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2433 | 2025-03-19T23:32:09.053Z | Compiling tabled_derive v0.7.0 |
| 2434 | 2025-03-19T23:32:09.190Z | Compiling fd-lock v4.0.2 |
| 2435 | 2025-03-19T23:32:09.436Z | Compiling peg-macros v0.8.5 |
| 2436 | 2025-03-19T23:32:11.105Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2437 | 2025-03-19T23:32:12.080Z | Compiling oso-derive v0.27.3 |
| 2438 | 2025-03-19T23:32:12.493Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2439 | 2025-03-19T23:32:13.063Z | Compiling quick-xml v0.37.2 |
| 2440 | 2025-03-19T23:32:13.636Z | Compiling diesel-dtrace v0.4.2 |
| 2441 | 2025-03-19T23:32:13.991Z | Compiling path-slash v0.1.5 |
| 2442 | 2025-03-19T23:32:14.265Z | Compiling nu-ansi-term v0.50.1 |
| 2443 | 2025-03-19T23:32:15.564Z | Compiling reedline v0.38.0 |
| 2444 | 2025-03-19T23:32:18.226Z | Compiling oso v0.27.3 |
| 2445 | 2025-03-19T23:32:21.722Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2446 | 2025-03-19T23:32:33.466Z | Compiling peg v0.8.5 |
| 2447 | 2025-03-19T23:32:33.637Z | Compiling tabled v0.15.0 |
| 2448 | 2025-03-19T23:32:34.886Z | Compiling slog-envlogger v2.2.0 |
| 2449 | 2025-03-19T23:32:37.413Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2450 | 2025-03-19T23:32:39.038Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2451 | 2025-03-19T23:32:39.786Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2452 | 2025-03-19T23:32:40.134Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2453 | 2025-03-19T23:32:40.393Z | Compiling pem v3.0.5 |
| 2454 | 2025-03-19T23:32:41.906Z | Compiling bb8 v0.8.5 |
| 2455 | 2025-03-19T23:32:42.503Z | Compiling bcs v0.1.6 |
| 2456 | 2025-03-19T23:32:43.323Z | Compiling fxhash v0.2.1 |
| 2457 | 2025-03-19T23:32:43.578Z | Compiling libz-sys v1.1.20 |
| 2458 | 2025-03-19T23:32:44.253Z | Compiling termtree v0.5.1 |
| 2459 | 2025-03-19T23:32:44.684Z | Compiling async-bb8-diesel v0.2.1 |
| 2460 | 2025-03-19T23:32:46.210Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2461 | 2025-03-19T23:32:47.230Z | Compiling kstat-rs v0.2.4 |
| 2462 | 2025-03-19T23:32:48.103Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2463 | 2025-03-19T23:32:48.895Z | Compiling proc-macro-error2 v2.0.1 |
| 2464 | 2025-03-19T23:32:50.295Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2465 | 2025-03-19T23:32:50.776Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2466 | 2025-03-19T23:32:53.128Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 2467 | 2025-03-19T23:32:53.616Z | Compiling nanorand v0.7.0 |
| 2468 | 2025-03-19T23:32:54.298Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2469 | 2025-03-19T23:32:55.088Z | Compiling pin-project-internal v1.1.6 |
| 2470 | 2025-03-19T23:32:57.670Z | Compiling parking_lot_core v0.8.6 |
| 2471 | 2025-03-19T23:32:58.158Z | Compiling pin-project v1.1.6 |
| 2472 | 2025-03-19T23:33:06.843Z | Compiling flume v0.11.1 |
| 2473 | 2025-03-19T23:33:07.527Z | Compiling mime_guess v2.0.5 |
| 2474 | 2025-03-19T23:33:07.545Z | Compiling tabled_derive v0.10.0 |
| 2475 | 2025-03-19T23:33:08.986Z | Compiling papergrid v0.14.0 |
| 2476 | 2025-03-19T23:33:09.840Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2477 | 2025-03-19T23:33:10.336Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2478 | 2025-03-19T23:33:14.840Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2479 | 2025-03-19T23:33:16.862Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2480 | 2025-03-19T23:33:17.854Z | Compiling snafu-derive v0.8.5 |
| 2481 | 2025-03-19T23:33:19.985Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2482 | 2025-03-19T23:33:20.424Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2483 | 2025-03-19T23:33:21.493Z | Compiling tabled v0.18.0 |
| 2484 | 2025-03-19T23:33:21.894Z | Compiling snafu v0.8.5 |
| 2485 | 2025-03-19T23:33:24.475Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2486 | 2025-03-19T23:33:31.239Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2487 | 2025-03-19T23:33:37.486Z | Compiling globset v0.4.15 |
| 2488 | 2025-03-19T23:33:41.140Z | Compiling olpc-cjson v0.1.4 |
| 2489 | 2025-03-19T23:33:41.466Z | Compiling vergen v8.3.2 |
| 2490 | 2025-03-19T23:33:41.828Z | Compiling castaway v0.2.3 |
| 2491 | 2025-03-19T23:33:42.039Z | Compiling nibble_vec v0.1.0 |
| 2492 | 2025-03-19T23:33:42.309Z | Compiling serde_plain v1.0.2 |
| 2493 | 2025-03-19T23:33:42.819Z | Compiling cargo-platform v0.1.8 |
| 2494 | 2025-03-19T23:33:43.255Z | Compiling atty v0.2.14 |
| 2495 | 2025-03-19T23:33:43.442Z | Compiling typed-path v0.9.3 |
| 2496 | 2025-03-19T23:33:43.546Z | Compiling endian-type v0.1.2 |
| 2497 | 2025-03-19T23:33:43.815Z | Compiling salty v0.3.0 |
| 2498 | 2025-03-19T23:33:44.260Z | Compiling http-range v0.1.5 |
| 2499 | 2025-03-19T23:33:44.816Z | Compiling io-lifetimes v1.0.11 |
| 2500 | 2025-03-19T23:33:45.866Z | Compiling radix_trie v0.2.1 |
| 2501 | 2025-03-19T23:33:46.521Z | Compiling tough v0.19.0 |
| 2502 | 2025-03-19T23:33:46.746Z | Compiling cargo_metadata v0.18.1 |
| 2503 | 2025-03-19T23:33:48.357Z | Compiling git2 v0.19.0 |
| 2504 | 2025-03-19T23:33:49.578Z | Compiling compact_str v0.8.0 |
| 2505 | 2025-03-19T23:33:52.101Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2506 | 2025-03-19T23:33:54.156Z | Compiling parking_lot v0.11.2 |
| 2507 | 2025-03-19T23:33:56.230Z | Compiling unicode-truncate v1.1.0 |
| 2508 | 2025-03-19T23:33:56.371Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2509 | 2025-03-19T23:33:56.536Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2510 | 2025-03-19T23:33:57.773Z | Compiling lru v0.12.5 |
| 2511 | 2025-03-19T23:33:58.145Z | Compiling rand_seeder v0.3.0 |
| 2512 | 2025-03-19T23:33:58.564Z | Compiling lzma-sys v0.1.20 |
| 2513 | 2025-03-19T23:33:59.275Z | Compiling instability v0.3.2 |
| 2514 | 2025-03-19T23:34:00.279Z | Compiling rustls v0.21.12 |
| 2515 | 2025-03-19T23:34:00.659Z | Compiling parse-size v1.1.0 |
| 2516 | 2025-03-19T23:34:00.955Z | Compiling indoc v2.0.6 |
| 2517 | 2025-03-19T23:34:01.002Z | Compiling rustix v0.37.28 |
| 2518 | 2025-03-19T23:34:01.602Z | Compiling cassowary v0.3.0 |
| 2519 | 2025-03-19T23:34:02.161Z | Compiling ratatui v0.29.0 |
| 2520 | 2025-03-19T23:34:03.025Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 2521 | 2025-03-19T23:34:04.343Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2522 | 2025-03-19T23:34:04.584Z | Compiling hyper-staticfile v0.10.1 |
| 2523 | 2025-03-19T23:34:05.086Z | Compiling sled v0.34.7 |
| 2524 | 2025-03-19T23:34:08.110Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2525 | 2025-03-19T23:34:08.524Z | Compiling hickory-client v0.24.4 |
| 2526 | 2025-03-19T23:34:12.795Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2527 | 2025-03-19T23:34:13.017Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2528 | 2025-03-19T23:34:13.946Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2529 | 2025-03-19T23:34:18.660Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
| 2530 | 2025-03-19T23:34:18.711Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2531 | 2025-03-19T23:34:19.052Z | Compiling rustls-webpki v0.101.7 |
| 2532 | 2025-03-19T23:34:20.129Z | Compiling sct v0.7.1 |
| 2533 | 2025-03-19T23:34:20.587Z | Compiling hickory-server v0.24.4 |
| 2534 | 2025-03-19T23:34:21.868Z | Compiling primeorder v0.13.6 |
| 2535 | 2025-03-19T23:34:22.456Z | Compiling heck v0.3.3 |
| 2536 | 2025-03-19T23:34:22.808Z | Compiling env_filter v0.1.2 |
| 2537 | 2025-03-19T23:34:22.930Z | Compiling csv-core v0.1.11 |
| 2538 | 2025-03-19T23:34:23.835Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2539 | 2025-03-19T23:34:24.282Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2540 | 2025-03-19T23:34:24.301Z | Compiling csv v1.3.1 |
| 2541 | 2025-03-19T23:34:26.058Z | Compiling env_logger v0.11.5 |
| 2542 | 2025-03-19T23:34:26.477Z | Compiling zone_cfg_derive v0.1.2 |
| 2543 | 2025-03-19T23:34:27.470Z | Compiling p384 v0.13.0 |
| 2544 | 2025-03-19T23:34:31.703Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2545 | 2025-03-19T23:34:33.104Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2546 | 2025-03-19T23:34:34.238Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2547 | 2025-03-19T23:34:34.271Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2548 | 2025-03-19T23:34:34.523Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2549 | 2025-03-19T23:34:34.893Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2550 | 2025-03-19T23:34:35.247Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2551 | 2025-03-19T23:34:35.511Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2552 | 2025-03-19T23:34:35.602Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2553 | 2025-03-19T23:34:35.880Z | Compiling tungstenite v0.23.0 |
| 2554 | 2025-03-19T23:34:35.954Z | Compiling nix v0.27.1 |
| 2555 | 2025-03-19T23:34:38.682Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2556 | 2025-03-19T23:34:39.364Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2557 | 2025-03-19T23:34:39.722Z | Compiling base64 v0.13.1 |
| 2558 | 2025-03-19T23:34:39.931Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2559 | 2025-03-19T23:34:40.506Z | Compiling ron v0.7.1 |
| 2560 | 2025-03-19T23:34:40.841Z | Compiling tokio-tungstenite v0.23.1 |
| 2561 | 2025-03-19T23:34:41.543Z | Compiling xz2 v0.1.7 |
| 2562 | 2025-03-19T23:34:42.153Z | Compiling terminal_size v0.2.6 |
| 2563 | 2025-03-19T23:34:42.397Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2564 | 2025-03-19T23:34:45.467Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2565 | 2025-03-19T23:34:48.710Z | Compiling tokio-rustls v0.24.1 |
| 2566 | 2025-03-19T23:34:49.195Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2567 | 2025-03-19T23:34:51.580Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2568 | 2025-03-19T23:34:51.977Z | Compiling zone v0.1.8 |
| 2569 | 2025-03-19T23:34:52.113Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2570 | 2025-03-19T23:34:52.610Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2571 | 2025-03-19T23:34:53.098Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2572 | 2025-03-19T23:34:53.969Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2573 | 2025-03-19T23:34:54.071Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2574 | 2025-03-19T23:34:55.376Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2575 | 2025-03-19T23:34:57.025Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2576 | 2025-03-19T23:34:58.199Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2577 | 2025-03-19T23:35:00.587Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2578 | 2025-03-19T23:35:01.723Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2579 | 2025-03-19T23:35:02.095Z | Compiling rustls-pemfile v1.0.4 |
| 2580 | 2025-03-19T23:35:02.878Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2581 | 2025-03-19T23:35:04.041Z | Compiling signal-hook-tokio v0.3.1 |
| 2582 | 2025-03-19T23:35:04.279Z | Compiling twox-hash v2.1.0 |
| 2583 | 2025-03-19T23:35:04.652Z | Compiling yasna v0.5.2 |
| 2584 | 2025-03-19T23:35:05.282Z | Compiling is_ci v1.2.0 |
| 2585 | 2025-03-19T23:35:05.607Z | Compiling glob v0.3.2 |
| 2586 | 2025-03-19T23:35:06.043Z | Compiling smawk v0.3.2 |
| 2587 | 2025-03-19T23:35:06.362Z | Compiling unicode-linebreak v0.1.5 |
| 2588 | 2025-03-19T23:35:06.557Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2589 | 2025-03-19T23:35:06.945Z | Compiling textwrap v0.16.1 |
| 2590 | 2025-03-19T23:35:07.725Z | Compiling rcgen v0.12.1 |
| 2591 | 2025-03-19T23:35:08.024Z | Compiling supports-color v3.0.2 |
| 2592 | 2025-03-19T23:35:10.547Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2593 | 2025-03-19T23:35:11.695Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2594 | 2025-03-19T23:35:13.636Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2595 | 2025-03-19T23:35:13.691Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2596 | 2025-03-19T23:35:19.334Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2597 | 2025-03-19T23:35:23.363Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2598 | 2025-03-19T23:35:33.173Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2599 | 2025-03-19T23:35:33.480Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2600 | 2025-03-19T23:35:33.569Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
| 2601 | 2025-03-19T23:35:35.023Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2602 | 2025-03-19T23:35:37.873Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2603 | 2025-03-19T23:35:43.511Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2604 | 2025-03-19T23:35:44.067Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2605 | 2025-03-19T23:35:45.107Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2606 | 2025-03-19T23:35:52.441Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2607 | 2025-03-19T23:36:00.186Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2608 | 2025-03-19T23:36:00.717Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2609 | 2025-03-19T23:36:02.436Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2610 | 2025-03-19T23:36:02.679Z | Compiling fatfs v0.3.6 |
| 2611 | 2025-03-19T23:36:02.780Z | Compiling rtoolbox v0.0.2 |
| 2612 | 2025-03-19T23:36:02.882Z | Compiling subprocess v0.2.9 |
| 2613 | 2025-03-19T23:36:03.192Z | Compiling assert_matches v1.5.0 |
| 2614 | 2025-03-19T23:36:03.324Z | Compiling rpassword v7.3.1 |
| 2615 | 2025-03-19T23:36:03.798Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2616 | 2025-03-19T23:36:06.908Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2617 | 2025-03-19T23:36:07.508Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2618 | 2025-03-19T23:36:11.460Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2619 | 2025-03-19T23:36:18.433Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2620 | 2025-03-19T23:36:39.789Z | Compiling tui-tree-widget v0.23.0 |
| 2621 | 2025-03-19T23:36:40.267Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2622 | 2025-03-19T23:36:40.550Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2623 | 2025-03-19T23:36:40.889Z | Compiling uzers v0.12.1 |
| 2624 | 2025-03-19T23:36:43.909Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2625 | 2025-03-19T23:36:51.616Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2626 | 2025-03-19T23:36:53.180Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2627 | 2025-03-19T23:36:54.872Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2628 | 2025-03-19T23:37:05.580Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2629 | 2025-03-19T23:37:10.283Z | Compiling multimap v0.10.0 |
| 2630 | 2025-03-19T23:39:36.280Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2631 | 2025-03-19T23:46:55.629Z | Finished `release` profile [optimized] target(s) in 17m 35s |
| 2632 | 2025-03-19T23:48:02.580Z | |
| 2633 | 2025-03-19T23:48:02.583Z | real 18:44.153097609 |
| 2634 | 2025-03-19T23:48:02.583Z | user 2:12:19.712469076 |
| 2635 | 2025-03-19T23:48:02.583Z | sys 3:34.200893825 |
| 2636 | 2025-03-19T23:48:02.583Z | trap 3.336316843 |
| 2637 | 2025-03-19T23:48:02.583Z | tflt 1.914077392 |
| 2638 | 2025-03-19T23:48:02.583Z | dflt 5.291283710 |
| 2639 | 2025-03-19T23:48:02.583Z | kflt 0.326450318 |
| 2640 | 2025-03-19T23:48:02.583Z | lock 7:56:55.519187632 |
| 2641 | 2025-03-19T23:48:02.583Z | slp 6:49:44.106257920 |
| 2642 | 2025-03-19T23:48:02.583Z | lat 3:37.316298026 |
| 2643 | 2025-03-19T23:48:02.583Z | stop 3:03.653885743 |
| 2644 | 2025-03-19T23:48:02.583Z | + mapfile -t packages |
| 2645 | 2025-03-19T23:48:02.583Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2646 | 2025-03-19T23:48:03.641Z | Compiling ring v0.17.11 |
| 2647 | 2025-03-19T23:48:05.366Z | Compiling rustls v0.23.19 |
| 2648 | 2025-03-19T23:48:05.394Z | Compiling rustls v0.22.4 |
| 2649 | 2025-03-19T23:48:06.994Z | Compiling rustls-webpki v0.102.8 |
| 2650 | 2025-03-19T23:48:10.955Z | Compiling tokio-rustls v0.25.0 |
| 2651 | 2025-03-19T23:48:11.405Z | Compiling dropshot v0.12.0 |
| 2652 | 2025-03-19T23:48:12.964Z | Compiling tokio-rustls v0.26.0 |
| 2653 | 2025-03-19T23:48:13.418Z | Compiling hyper-rustls v0.27.3 |
| 2654 | 2025-03-19T23:48:13.998Z | Compiling reqwest v0.12.12 |
| 2655 | 2025-03-19T23:48:15.597Z | Compiling dropshot v0.16.0 |
| 2656 | 2025-03-19T23:48:21.742Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2657 | 2025-03-19T23:48:22.567Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2658 | 2025-03-19T23:48:27.189Z | Compiling progenitor-client v0.8.0 |
| 2659 | 2025-03-19T23:48:28.114Z | Compiling progenitor v0.8.0 |
| 2660 | 2025-03-19T23:48:28.501Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
| 2661 | 2025-03-19T23:48:33.242Z | Compiling progenitor-client v0.9.1 |
| 2662 | 2025-03-19T23:48:34.210Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2663 | 2025-03-19T23:48:34.680Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2664 | 2025-03-19T23:48:35.474Z | Compiling omicron-zone-package v0.12.0 |
| 2665 | 2025-03-19T23:48:46.136Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2666 | 2025-03-19T23:48:50.379Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2667 | 2025-03-19T23:48:51.212Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2668 | 2025-03-19T23:48:54.528Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2669 | 2025-03-19T23:49:09.028Z | Finished `release` profile [optimized] target(s) in 1m 06s |
| 2670 | 2025-03-19T23:49:09.203Z | Running `target/release/omicron-package -t test list-outputs` |
| 2671 | 2025-03-19T23:49:09.254Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2672 | 2025-03-19T23:49:09.257Z | + ptime -m cargo build --locked --release -p xtask |
| 2673 | 2025-03-19T23:49:09.859Z | Compiling serde v1.0.218 |
| 2674 | 2025-03-19T23:49:09.862Z | Compiling rustix v0.38.37 |
| 2675 | 2025-03-19T23:49:09.862Z | Compiling libc v0.2.170 |
| 2676 | 2025-03-19T23:49:09.862Z | Compiling serde_json v1.0.139 |
| 2677 | 2025-03-19T23:49:09.862Z | Compiling syn v2.0.98 |
| 2678 | 2025-03-19T23:49:09.964Z | Compiling bitflags v2.6.0 |
| 2679 | 2025-03-19T23:49:10.343Z | Compiling usdt-impl v0.5.0 |
| 2680 | 2025-03-19T23:49:10.413Z | Compiling syn v1.0.109 |
| 2681 | 2025-03-19T23:49:10.513Z | Compiling log v0.4.22 |
| 2682 | 2025-03-19T23:49:10.532Z | Compiling hashbrown v0.15.1 |
| 2683 | 2025-03-19T23:49:10.758Z | Compiling fs-err v2.11.0 |
| 2684 | 2025-03-19T23:49:10.952Z | Compiling anyhow v1.0.97 |
| 2685 | 2025-03-19T23:49:11.107Z | Compiling once_cell v1.20.3 |
| 2686 | 2025-03-19T23:49:11.342Z | Compiling thread-id v4.2.2 |
| 2687 | 2025-03-19T23:49:11.752Z | Compiling indexmap v2.7.1 |
| 2688 | 2025-03-19T23:49:12.860Z | Compiling terminal_size v0.4.0 |
| 2689 | 2025-03-19T23:49:13.013Z | Compiling tempfile v3.13.0 |
| 2690 | 2025-03-19T23:49:13.057Z | Compiling clap_builder v4.5.31 |
| 2691 | 2025-03-19T23:49:13.841Z | Compiling proc-macro-error v1.0.4 |
| 2692 | 2025-03-19T23:49:14.474Z | Compiling tabled_derive v0.7.0 |
| 2693 | 2025-03-19T23:49:15.619Z | Compiling tabled v0.15.0 |
| 2694 | 2025-03-19T23:49:16.093Z | Compiling serde_derive v1.0.218 |
| 2695 | 2025-03-19T23:49:16.093Z | Compiling thiserror-impl v1.0.69 |
| 2696 | 2025-03-19T23:49:16.096Z | Compiling zerocopy-derive v0.7.35 |
| 2697 | 2025-03-19T23:49:16.096Z | Compiling scroll_derive v0.12.0 |
| 2698 | 2025-03-19T23:49:16.096Z | Compiling thiserror-impl v2.0.11 |
| 2699 | 2025-03-19T23:49:17.499Z | Compiling scroll v0.12.0 |
| 2700 | 2025-03-19T23:49:17.921Z | Compiling zerocopy v0.7.35 |
| 2701 | 2025-03-19T23:49:18.138Z | Compiling goblin v0.8.2 |
| 2702 | 2025-03-19T23:49:18.695Z | Compiling thiserror v1.0.69 |
| 2703 | 2025-03-19T23:49:18.872Z | Compiling pest v2.7.14 |
| 2704 | 2025-03-19T23:49:20.633Z | Compiling thiserror v2.0.11 |
| 2705 | 2025-03-19T23:49:20.823Z | Compiling clap_derive v4.5.28 |
| 2706 | 2025-03-19T23:49:21.892Z | Compiling pest_meta v2.7.14 |
| 2707 | 2025-03-19T23:49:25.014Z | Compiling pest_generator v2.7.14 |
| 2708 | 2025-03-19T23:49:26.649Z | Compiling pest_derive v2.7.14 |
| 2709 | 2025-03-19T23:49:27.479Z | Compiling dtrace-parser v0.2.0 |
| 2710 | 2025-03-19T23:49:29.260Z | Compiling serde_spanned v0.6.8 |
| 2711 | 2025-03-19T23:49:29.538Z | Compiling toml_datetime v0.6.8 |
| 2712 | 2025-03-19T23:49:30.250Z | Compiling toml_edit v0.22.24 |
| 2713 | 2025-03-19T23:49:32.698Z | Compiling dof v0.3.0 |
| 2714 | 2025-03-19T23:49:33.180Z | Compiling serde_tokenstream v0.2.2 |
| 2715 | 2025-03-19T23:49:33.919Z | Compiling camino v1.1.9 |
| 2716 | 2025-03-19T23:49:34.918Z | Compiling usdt-attr-macro v0.5.0 |
| 2717 | 2025-03-19T23:49:35.196Z | Compiling usdt-macro v0.5.0 |
| 2718 | 2025-03-19T23:49:36.363Z | Compiling toml v0.8.20 |
| 2719 | 2025-03-19T23:49:39.583Z | Compiling semver v1.0.25 |
| 2720 | 2025-03-19T23:49:40.841Z | Compiling cargo-platform v0.1.8 |
| 2721 | 2025-03-19T23:49:41.026Z | Compiling cargo_toml v0.21.0 |
| 2722 | 2025-03-19T23:49:41.765Z | Compiling cargo_metadata v0.19.2 |
| 2723 | 2025-03-19T23:49:41.939Z | Compiling usdt v0.5.0 |
| 2724 | 2025-03-19T23:49:42.547Z | Compiling camino-tempfile v1.1.1 |
| 2725 | 2025-03-19T23:49:43.333Z | Compiling macaddr v1.0.1 |
| 2726 | 2025-03-19T23:49:43.359Z | Compiling clap v4.5.31 |
| 2727 | 2025-03-19T23:49:52.578Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2728 | 2025-03-19T23:49:58.318Z | Finished `release` profile [optimized] target(s) in 49.00s |
| 2729 | 2025-03-19T23:49:58.435Z | |
| 2730 | 2025-03-19T23:49:58.439Z | real 49.145305459 |
| 2731 | 2025-03-19T23:49:58.439Z | user 5:20.752818712 |
| 2732 | 2025-03-19T23:49:58.439Z | sys 19.208396538 |
| 2733 | 2025-03-19T23:49:58.439Z | trap 0.149777284 |
| 2734 | 2025-03-19T23:49:58.439Z | tflt 0.141303409 |
| 2735 | 2025-03-19T23:49:58.439Z | dflt 0.380481556 |
| 2736 | 2025-03-19T23:49:58.439Z | kflt 0.000012599 |
| 2737 | 2025-03-19T23:49:58.439Z | lock 10:14.407586159 |
| 2738 | 2025-03-19T23:49:58.439Z | slp 15:53.136554872 |
| 2739 | 2025-03-19T23:49:58.439Z | lat 16.720632711 |
| 2740 | 2025-03-19T23:49:58.439Z | stop 19.718837082 |
| 2741 | 2025-03-19T23:49:58.439Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2742 | 2025-03-19T23:49:58.440Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2743 | 2025-03-19T23:49:58.440Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2744 | 2025-03-19T23:49:58.440Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2745 | 2025-03-19T23:49:58.440Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2746 | 2025-03-19T23:49:59.370Z | Compiling regress v0.10.3 |
| 2747 | 2025-03-19T23:49:59.507Z | Compiling thiserror-impl v2.0.11 |
| 2748 | 2025-03-19T23:49:59.511Z | Compiling ident_case v1.0.1 |
| 2749 | 2025-03-19T23:49:59.511Z | Compiling unsafe-libyaml v0.2.11 |
| 2750 | 2025-03-19T23:49:59.511Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2751 | 2025-03-19T23:49:59.511Z | Compiling tempfile v3.13.0 |
| 2752 | 2025-03-19T23:49:59.511Z | Compiling progenitor-client v0.9.1 |
| 2753 | 2025-03-19T23:49:59.511Z | Compiling oxnet v0.1.1 |
| 2754 | 2025-03-19T23:49:59.828Z | Compiling darling_core v0.20.10 |
| 2755 | 2025-03-19T23:50:00.010Z | Compiling quick-error v1.2.3 |
| 2756 | 2025-03-19T23:50:00.435Z | Compiling macaddr v1.0.1 |
| 2757 | 2025-03-19T23:50:00.441Z | Compiling progenitor-client v0.8.0 |
| 2758 | 2025-03-19T23:50:00.441Z | Compiling structmeta-derive v0.3.0 |
| 2759 | 2025-03-19T23:50:00.441Z | Compiling instant v0.1.13 |
| 2760 | 2025-03-19T23:50:00.558Z | Compiling daft-derive v0.1.2 |
| 2761 | 2025-03-19T23:50:00.580Z | Compiling wait-timeout v0.2.0 |
| 2762 | 2025-03-19T23:50:00.683Z | Compiling dropshot v0.16.0 |
| 2763 | 2025-03-19T23:50:01.022Z | Compiling serde_yaml v0.9.34+deprecated |
| 2764 | 2025-03-19T23:50:01.106Z | Compiling bit-vec v0.8.0 |
| 2765 | 2025-03-19T23:50:01.506Z | Compiling bit-set v0.8.0 |
| 2766 | 2025-03-19T23:50:01.573Z | Compiling rusty-fork v0.3.0 |
| 2767 | 2025-03-19T23:50:01.824Z | Compiling dropshot_endpoint v0.16.0 |
| 2768 | 2025-03-19T23:50:02.098Z | Compiling daft v0.1.2 |
| 2769 | 2025-03-19T23:50:02.270Z | Compiling rand_xorshift v0.3.0 |
| 2770 | 2025-03-19T23:50:02.554Z | Compiling unarray v0.1.4 |
| 2771 | 2025-03-19T23:50:02.632Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2772 | 2025-03-19T23:50:02.725Z | Compiling thiserror v2.0.11 |
| 2773 | 2025-03-19T23:50:02.745Z | Compiling proptest v1.6.0 |
| 2774 | 2025-03-19T23:50:02.808Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2775 | 2025-03-19T23:50:02.882Z | Compiling structmeta v0.3.0 |
| 2776 | 2025-03-19T23:50:02.903Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2777 | 2025-03-19T23:50:03.295Z | Compiling typify-impl v0.2.0 |
| 2778 | 2025-03-19T23:50:03.406Z | Compiling parse-display-derive v0.10.0 |
| 2779 | 2025-03-19T23:50:03.596Z | Compiling test-strategy v0.4.0 |
| 2780 | 2025-03-19T23:50:04.144Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2781 | 2025-03-19T23:50:04.349Z | Compiling backoff v0.4.0 |
| 2782 | 2025-03-19T23:50:04.390Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2783 | 2025-03-19T23:50:04.700Z | Compiling proc-macro-crate v1.3.1 |
| 2784 | 2025-03-19T23:50:05.160Z | Compiling typify-impl v0.3.0 |
| 2785 | 2025-03-19T23:50:05.661Z | Compiling num_enum_derive v0.5.11 |
| 2786 | 2025-03-19T23:50:05.773Z | Compiling darling_macro v0.20.10 |
| 2787 | 2025-03-19T23:50:06.686Z | Compiling darling v0.20.10 |
| 2788 | 2025-03-19T23:50:06.828Z | Compiling serde_with_macros v3.12.0 |
| 2789 | 2025-03-19T23:50:07.055Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2790 | 2025-03-19T23:50:07.349Z | Compiling parse-display v0.10.0 |
| 2791 | 2025-03-19T23:50:07.474Z | Compiling itertools v0.13.0 |
| 2792 | 2025-03-19T23:50:07.963Z | Compiling heapless v0.8.0 |
| 2793 | 2025-03-19T23:50:07.983Z | Compiling num_enum v0.5.11 |
| 2794 | 2025-03-19T23:50:08.161Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2795 | 2025-03-19T23:50:08.501Z | Compiling crucible-workspace-hack v0.1.0 |
| 2796 | 2025-03-19T23:50:08.836Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 2797 | 2025-03-19T23:50:08.922Z | Compiling proc-macro-error v1.0.4 |
| 2798 | 2025-03-19T23:50:09.409Z | Compiling serde_with v3.12.0 |
| 2799 | 2025-03-19T23:50:09.449Z | Compiling camino-tempfile v1.1.1 |
| 2800 | 2025-03-19T23:50:09.554Z | Compiling hash32 v0.3.1 |
| 2801 | 2025-03-19T23:50:09.824Z | Compiling foreign-types-macros v0.2.3 |
| 2802 | 2025-03-19T23:50:09.900Z | Compiling smoltcp v0.11.0 |
| 2803 | 2025-03-19T23:50:10.514Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2804 | 2025-03-19T23:50:10.590Z | Compiling foreign-types-shared v0.3.1 |
| 2805 | 2025-03-19T23:50:11.186Z | Compiling foreign-types v0.5.0 |
| 2806 | 2025-03-19T23:50:11.640Z | Compiling tabwriter v1.4.0 |
| 2807 | 2025-03-19T23:50:11.926Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2808 | 2025-03-19T23:50:12.113Z | Compiling cstr-argument v0.1.2 |
| 2809 | 2025-03-19T23:50:12.366Z | Compiling pretty-hex v0.2.1 |
| 2810 | 2025-03-19T23:50:12.565Z | Compiling cobs v0.2.3 |
| 2811 | 2025-03-19T23:50:12.747Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2812 | 2025-03-19T23:50:12.843Z | Compiling postcard v1.0.10 |
| 2813 | 2025-03-19T23:50:13.105Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2814 | 2025-03-19T23:50:13.209Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2815 | 2025-03-19T23:50:13.298Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2816 | 2025-03-19T23:50:13.605Z | Compiling colored v2.2.0 |
| 2817 | 2025-03-19T23:50:13.832Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2818 | 2025-03-19T23:50:14.190Z | Compiling winnow v0.6.20 |
| 2819 | 2025-03-19T23:50:14.387Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2820 | 2025-03-19T23:50:14.662Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2821 | 2025-03-19T23:50:14.914Z | Compiling smf v0.2.3 |
| 2822 | 2025-03-19T23:50:15.611Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2823 | 2025-03-19T23:50:15.970Z | Compiling zone_cfg_derive v0.3.0 |
| 2824 | 2025-03-19T23:50:16.109Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
| 2825 | 2025-03-19T23:50:16.512Z | Compiling itertools v0.14.0 |
| 2826 | 2025-03-19T23:50:17.031Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2827 | 2025-03-19T23:50:17.698Z | Compiling num-derive v0.4.2 |
| 2828 | 2025-03-19T23:50:17.792Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2829 | 2025-03-19T23:50:17.822Z | Compiling typify-macro v0.2.0 |
| 2830 | 2025-03-19T23:50:18.014Z | Compiling sigpipe v0.1.3 |
| 2831 | 2025-03-19T23:50:18.168Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2832 | 2025-03-19T23:50:18.537Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2833 | 2025-03-19T23:50:19.438Z | Compiling zone v0.3.0 |
| 2834 | 2025-03-19T23:50:19.484Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
| 2835 | 2025-03-19T23:50:19.844Z | Compiling typify-macro v0.3.0 |
| 2836 | 2025-03-19T23:50:19.930Z | Compiling universal-hash v0.5.1 |
| 2837 | 2025-03-19T23:50:19.951Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2838 | 2025-03-19T23:50:20.159Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2839 | 2025-03-19T23:50:20.281Z | Compiling opaque-debug v0.3.1 |
| 2840 | 2025-03-19T23:50:20.425Z | Compiling utf-8 v0.7.6 |
| 2841 | 2025-03-19T23:50:20.776Z | Compiling tungstenite v0.21.0 |
| 2842 | 2025-03-19T23:50:20.827Z | Compiling num-rational v0.4.2 |
| 2843 | 2025-03-19T23:50:20.879Z | Compiling password-hash v0.5.0 |
| 2844 | 2025-03-19T23:50:20.946Z | Compiling blake2 v0.10.6 |
| 2845 | 2025-03-19T23:50:21.583Z | Compiling typify v0.2.0 |
| 2846 | 2025-03-19T23:50:21.738Z | Compiling progenitor-impl v0.8.0 |
| 2847 | 2025-03-19T23:50:22.009Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2848 | 2025-03-19T23:50:22.034Z | Compiling aead v0.5.2 |
| 2849 | 2025-03-19T23:50:22.227Z | Compiling num-complex v0.4.6 |
| 2850 | 2025-03-19T23:50:22.362Z | Compiling base64 v0.21.7 |
| 2851 | 2025-03-19T23:50:22.421Z | Compiling keccak v0.1.5 |
| 2852 | 2025-03-19T23:50:22.669Z | Compiling convert_case v0.4.0 |
| 2853 | 2025-03-19T23:50:23.056Z | Compiling sha3 v0.10.8 |
| 2854 | 2025-03-19T23:50:23.175Z | Compiling num v0.4.3 |
| 2855 | 2025-03-19T23:50:23.296Z | Compiling tokio-tungstenite v0.21.0 |
| 2856 | 2025-03-19T23:50:23.499Z | Compiling derive_more v0.99.19 |
| 2857 | 2025-03-19T23:50:23.553Z | Compiling argon2 v0.5.3 |
| 2858 | 2025-03-19T23:50:23.629Z | Compiling typify v0.3.0 |
| 2859 | 2025-03-19T23:50:23.786Z | Compiling progenitor-impl v0.9.1 |
| 2860 | 2025-03-19T23:50:23.890Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2861 | 2025-03-19T23:50:24.015Z | Compiling poly1305 v0.8.0 |
| 2862 | 2025-03-19T23:50:24.154Z | Compiling chacha20 v0.9.1 |
| 2863 | 2025-03-19T23:50:24.656Z | Compiling float-ord v0.3.2 |
| 2864 | 2025-03-19T23:50:24.862Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2865 | 2025-03-19T23:50:25.109Z | Compiling derive-where v1.2.7 |
| 2866 | 2025-03-19T23:50:25.356Z | Compiling semver v0.1.20 |
| 2867 | 2025-03-19T23:50:25.728Z | Compiling same-file v1.0.6 |
| 2868 | 2025-03-19T23:50:25.979Z | Compiling walkdir v2.5.0 |
| 2869 | 2025-03-19T23:50:26.020Z | Compiling rustc_version v0.1.7 |
| 2870 | 2025-03-19T23:50:26.418Z | Compiling newline-converter v0.3.0 |
| 2871 | 2025-03-19T23:50:26.470Z | Compiling primeorder v0.13.6 |
| 2872 | 2025-03-19T23:50:26.617Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
| 2873 | 2025-03-19T23:50:26.636Z | Compiling secrecy v0.8.0 |
| 2874 | 2025-03-19T23:50:26.903Z | Compiling cancel-safe-futures v0.1.5 |
| 2875 | 2025-03-19T23:50:26.986Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2876 | 2025-03-19T23:50:27.191Z | Compiling linked-hash-map v0.5.6 |
| 2877 | 2025-03-19T23:50:27.282Z | Compiling owo-colors v4.2.0 |
| 2878 | 2025-03-19T23:50:27.563Z | Compiling lru-cache v0.1.2 |
| 2879 | 2025-03-19T23:50:27.838Z | Compiling expectorate v1.1.0 |
| 2880 | 2025-03-19T23:50:27.860Z | Compiling newtype_derive v0.1.6 |
| 2881 | 2025-03-19T23:50:27.974Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2882 | 2025-03-19T23:50:28.040Z | Compiling resolv-conf v0.7.0 |
| 2883 | 2025-03-19T23:50:28.205Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2884 | 2025-03-19T23:50:28.329Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2885 | 2025-03-19T23:50:28.478Z | Compiling progenitor-macro v0.8.0 |
| 2886 | 2025-03-19T23:50:28.499Z | Compiling libsw-core v0.3.1 |
| 2887 | 2025-03-19T23:50:28.721Z | Compiling blake3 v1.5.4 |
| 2888 | 2025-03-19T23:50:28.794Z | Compiling unicase v2.7.0 |
| 2889 | 2025-03-19T23:50:28.927Z | Compiling half v2.4.1 |
| 2890 | 2025-03-19T23:50:29.008Z | Compiling fixedbitset v0.5.7 |
| 2891 | 2025-03-19T23:50:29.141Z | Compiling ciborium-io v0.2.2 |
| 2892 | 2025-03-19T23:50:29.300Z | Compiling arc-swap v1.7.1 |
| 2893 | 2025-03-19T23:50:29.508Z | Compiling petgraph v0.7.1 |
| 2894 | 2025-03-19T23:50:29.640Z | Compiling ciborium-ll v0.2.2 |
| 2895 | 2025-03-19T23:50:29.890Z | Compiling slog-scope v4.4.0 |
| 2896 | 2025-03-19T23:50:30.021Z | Compiling libsw v3.4.0 |
| 2897 | 2025-03-19T23:50:30.092Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
| 2898 | 2025-03-19T23:50:30.211Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2899 | 2025-03-19T23:50:30.336Z | Compiling hickory-resolver v0.24.4 |
| 2900 | 2025-03-19T23:50:30.547Z | Compiling progenitor-macro v0.9.1 |
| 2901 | 2025-03-19T23:50:31.072Z | Compiling thiserror-no-std v2.0.2 |
| 2902 | 2025-03-19T23:50:31.163Z | Compiling polyval v0.6.2 |
| 2903 | 2025-03-19T23:50:31.218Z | Compiling atomicwrites v0.4.4 |
| 2904 | 2025-03-19T23:50:31.570Z | Compiling memmap2 v0.9.5 |
| 2905 | 2025-03-19T23:50:31.573Z | Compiling parking_lot_core v0.8.6 |
| 2906 | 2025-03-19T23:50:32.016Z | Compiling constant_time_eq v0.3.1 |
| 2907 | 2025-03-19T23:50:32.050Z | Compiling libefi-sys v0.1.0 |
| 2908 | 2025-03-19T23:50:32.233Z | Compiling arrayref v0.3.9 |
| 2909 | 2025-03-19T23:50:32.360Z | Compiling arrayvec v0.7.6 |
| 2910 | 2025-03-19T23:50:32.390Z | Compiling salty v0.3.0 |
| 2911 | 2025-03-19T23:50:32.521Z | Compiling indent_write v2.2.0 |
| 2912 | 2025-03-19T23:50:32.750Z | Compiling linear-map v1.2.0 |
| 2913 | 2025-03-19T23:50:32.920Z | Compiling ghash v0.5.1 |
| 2914 | 2025-03-19T23:50:33.102Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2915 | 2025-03-19T23:50:33.132Z | Compiling vsss-rs v3.3.4 |
| 2916 | 2025-03-19T23:50:33.881Z | Compiling slog-stdlog v4.1.1 |
| 2917 | 2025-03-19T23:50:33.931Z | Compiling ciborium v0.2.2 |
| 2918 | 2025-03-19T23:50:34.513Z | Compiling p384 v0.13.0 |
| 2919 | 2025-03-19T23:50:34.551Z | Compiling toolchain_find v0.4.0 |
| 2920 | 2025-03-19T23:50:35.168Z | Compiling chacha20poly1305 v0.10.1 |
| 2921 | 2025-03-19T23:50:35.308Z | Compiling ctr v0.9.2 |
| 2922 | 2025-03-19T23:50:35.449Z | Compiling lzma-sys v0.1.20 |
| 2923 | 2025-03-19T23:50:35.685Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2924 | 2025-03-19T23:50:35.823Z | Compiling bitfield-struct v0.6.2 |
| 2925 | 2025-03-19T23:50:36.074Z | Compiling slog-dtrace v0.3.0 |
| 2926 | 2025-03-19T23:50:36.128Z | Compiling topological-sort v0.2.2 |
| 2927 | 2025-03-19T23:50:36.244Z | Compiling highway v1.3.0 |
| 2928 | 2025-03-19T23:50:36.368Z | Compiling omicron-zone-package v0.12.0 |
| 2929 | 2025-03-19T23:50:36.685Z | Compiling aes-gcm v0.10.3 |
| 2930 | 2025-03-19T23:50:36.782Z | Compiling rustfmt-wrapper v0.2.1 |
| 2931 | 2025-03-19T23:50:37.021Z | Compiling slog-envlogger v2.2.0 |
| 2932 | 2025-03-19T23:50:37.042Z | Compiling mime_guess v2.0.5 |
| 2933 | 2025-03-19T23:50:37.249Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2934 | 2025-03-19T23:50:37.272Z | Compiling steno v0.4.1 |
| 2935 | 2025-03-19T23:50:37.962Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2936 | 2025-03-19T23:50:38.089Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2937 | 2025-03-19T23:50:38.240Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2938 | 2025-03-19T23:50:38.280Z | Compiling heck v0.3.3 |
| 2939 | 2025-03-19T23:50:38.647Z | Compiling ssh-encoding v0.2.0 |
| 2940 | 2025-03-19T23:50:38.723Z | Compiling blowfish v0.9.1 |
| 2941 | 2025-03-19T23:50:38.817Z | Compiling nibble_vec v0.1.0 |
| 2942 | 2025-03-19T23:50:39.038Z | Compiling env_filter v0.1.2 |
| 2943 | 2025-03-19T23:50:39.149Z | Compiling endian-type v0.1.2 |
| 2944 | 2025-03-19T23:50:39.173Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2945 | 2025-03-19T23:50:39.360Z | Compiling humantime v2.1.0 |
| 2946 | 2025-03-19T23:50:39.387Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2947 | 2025-03-19T23:50:39.535Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2948 | 2025-03-19T23:50:39.558Z | Compiling env_logger v0.11.5 |
| 2949 | 2025-03-19T23:50:39.677Z | Compiling radix_trie v0.2.1 |
| 2950 | 2025-03-19T23:50:39.824Z | Compiling ssh-cipher v0.2.0 |
| 2951 | 2025-03-19T23:50:40.247Z | Compiling bcrypt-pbkdf v0.10.0 |
| 2952 | 2025-03-19T23:50:40.359Z | Compiling zone_cfg_derive v0.1.2 |
| 2953 | 2025-03-19T23:50:40.384Z | Compiling progenitor v0.8.0 |
| 2954 | 2025-03-19T23:50:40.450Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2955 | 2025-03-19T23:50:40.634Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
| 2956 | 2025-03-19T23:50:41.303Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2957 | 2025-03-19T23:50:41.340Z | Compiling parking_lot v0.11.2 |
| 2958 | 2025-03-19T23:50:41.670Z | Compiling qorb v0.2.1 |
| 2959 | 2025-03-19T23:50:41.722Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2960 | 2025-03-19T23:50:41.965Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2961 | 2025-03-19T23:50:42.137Z | Compiling password-hash v0.4.2 |
| 2962 | 2025-03-19T23:50:42.178Z | Compiling gethostname v0.5.0 |
| 2963 | 2025-03-19T23:50:42.233Z | Compiling fxhash v0.2.1 |
| 2964 | 2025-03-19T23:50:42.265Z | Compiling progenitor v0.9.1 |
| 2965 | 2025-03-19T23:50:42.354Z | Compiling http-range v0.1.5 |
| 2966 | 2025-03-19T23:50:42.377Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2967 | 2025-03-19T23:50:42.461Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
| 2968 | 2025-03-19T23:50:42.495Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2969 | 2025-03-19T23:50:42.685Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2970 | 2025-03-19T23:50:42.705Z | Compiling base64 v0.13.1 |
| 2971 | 2025-03-19T23:50:42.998Z | Compiling pbkdf2 v0.11.0 |
| 2972 | 2025-03-19T23:50:43.294Z | Compiling ron v0.7.1 |
| 2973 | 2025-03-19T23:50:43.390Z | Compiling sled v0.34.7 |
| 2974 | 2025-03-19T23:50:43.477Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2975 | 2025-03-19T23:50:44.165Z | Compiling zone v0.1.8 |
| 2976 | 2025-03-19T23:50:45.378Z | Compiling xz2 v0.1.7 |
| 2977 | 2025-03-19T23:50:45.835Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2978 | 2025-03-19T23:50:45.963Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
| 2979 | 2025-03-19T23:50:46.635Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2980 | 2025-03-19T23:50:46.892Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2981 | 2025-03-19T23:50:47.386Z | Compiling ssh-key v0.6.6 |
| 2982 | 2025-03-19T23:50:48.017Z | Compiling hickory-client v0.24.4 |
| 2983 | 2025-03-19T23:50:48.544Z | Compiling p256 v0.13.2 |
| 2984 | 2025-03-19T23:50:48.598Z | Compiling p521 v0.13.3 |
| 2985 | 2025-03-19T23:50:49.313Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2986 | 2025-03-19T23:50:49.333Z | Compiling hickory-server v0.24.4 |
| 2987 | 2025-03-19T23:50:50.273Z | Compiling pem v3.0.5 |
| 2988 | 2025-03-19T23:50:50.840Z | Compiling yasna v0.5.2 |
| 2989 | 2025-03-19T23:50:50.972Z | Compiling headers-core v0.3.0 |
| 2990 | 2025-03-19T23:50:51.166Z | Compiling kstat-rs v0.2.4 |
| 2991 | 2025-03-19T23:50:51.465Z | Compiling nanorand v0.7.0 |
| 2992 | 2025-03-19T23:50:51.762Z | Compiling russh-cryptovec v0.7.3 |
| 2993 | 2025-03-19T23:50:51.978Z | Compiling atty v0.2.14 |
| 2994 | 2025-03-19T23:50:52.082Z | Compiling md5 v0.7.0 |
| 2995 | 2025-03-19T23:50:52.140Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
| 2996 | 2025-03-19T23:50:52.329Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2997 | 2025-03-19T23:50:52.596Z | Compiling russh-keys v0.45.0 |
| 2998 | 2025-03-19T23:50:52.851Z | Compiling flume v0.11.1 |
| 2999 | 2025-03-19T23:50:53.428Z | Compiling rcgen v0.12.1 |
| 3000 | 2025-03-19T23:50:53.486Z | Compiling headers v0.4.0 |
| 3001 | 2025-03-19T23:50:55.251Z | Compiling hyper-staticfile v0.10.1 |
| 3002 | 2025-03-19T23:50:55.573Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3003 | 2025-03-19T23:50:55.671Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 3004 | 2025-03-19T23:50:56.174Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3005 | 2025-03-19T23:50:56.217Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 3006 | 2025-03-19T23:50:56.320Z | Compiling num-bigint v0.4.6 |
| 3007 | 2025-03-19T23:50:56.614Z | Compiling des v0.8.1 |
| 3008 | 2025-03-19T23:50:56.951Z | Compiling subprocess v0.2.9 |
| 3009 | 2025-03-19T23:50:56.975Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3010 | 2025-03-19T23:50:57.319Z | Compiling display-error-chain v0.2.2 |
| 3011 | 2025-03-19T23:50:57.554Z | Compiling hex-literal v0.4.1 |
| 3012 | 2025-03-19T23:50:57.750Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3013 | 2025-03-19T23:50:57.896Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3014 | 2025-03-19T23:50:58.533Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3015 | 2025-03-19T23:51:00.544Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3016 | 2025-03-19T23:51:02.071Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3017 | 2025-03-19T23:51:02.726Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3018 | 2025-03-19T23:51:03.158Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3019 | 2025-03-19T23:51:04.791Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3020 | 2025-03-19T23:51:05.299Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3021 | 2025-03-19T23:51:05.744Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3022 | 2025-03-19T23:51:06.181Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3023 | 2025-03-19T23:51:06.663Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3024 | 2025-03-19T23:51:07.143Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3025 | 2025-03-19T23:51:08.631Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3026 | 2025-03-19T23:51:08.657Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3027 | 2025-03-19T23:51:09.544Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3028 | 2025-03-19T23:51:09.762Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3029 | 2025-03-19T23:51:10.477Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3030 | 2025-03-19T23:51:11.250Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3031 | 2025-03-19T23:51:11.677Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3032 | 2025-03-19T23:51:12.934Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3033 | 2025-03-19T23:51:13.240Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3034 | 2025-03-19T23:51:14.081Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3035 | 2025-03-19T23:51:14.519Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3036 | 2025-03-19T23:51:14.706Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3037 | 2025-03-19T23:51:15.529Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3038 | 2025-03-19T23:51:17.183Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3039 | 2025-03-19T23:51:17.383Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3040 | 2025-03-19T23:51:17.461Z | Compiling russh v0.45.0 |
| 3041 | 2025-03-19T23:51:18.732Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3042 | 2025-03-19T23:51:19.680Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3043 | 2025-03-19T23:51:19.991Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3044 | 2025-03-19T23:51:20.195Z | Compiling internet-checksum v0.2.1 |
| 3045 | 2025-03-19T23:51:25.630Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3046 | 2025-03-19T23:51:32.443Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3047 | 2025-03-19T23:51:34.007Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3048 | 2025-03-19T23:51:58.087Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3049 | 2025-03-19T23:52:21.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
| 3050 | 2025-03-19T23:52:21.367Z | |
| 3051 | 2025-03-19T23:52:21.370Z | real 2:22.878540954 |
| 3052 | 2025-03-19T23:52:21.370Z | user 12:09.952104254 |
| 3053 | 2025-03-19T23:52:21.370Z | sys 1:36.334917961 |
| 3054 | 2025-03-19T23:52:21.370Z | trap 0.358602244 |
| 3055 | 2025-03-19T23:52:21.370Z | tflt 0.221622862 |
| 3056 | 2025-03-19T23:52:21.370Z | dflt 0.843812050 |
| 3057 | 2025-03-19T23:52:21.370Z | kflt 0.000000000 |
| 3058 | 2025-03-19T23:52:21.370Z | lock 22:53.990978028 |
| 3059 | 2025-03-19T23:52:21.370Z | slp 42:45.763452809 |
| 3060 | 2025-03-19T23:52:21.370Z | lat 38.689238121 |
| 3061 | 2025-03-19T23:52:21.370Z | stop 1:47.107176054 |
| 3062 | 2025-03-19T23:52:21.370Z | + mkdir tests |
| 3063 | 2025-03-19T23:52:21.374Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3064 | 2025-03-19T23:52:21.374Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3065 | 2025-03-19T23:52:21.415Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9828a7b54158bcfd tests/ |
| 3066 | 2025-03-19T23:52:21.436Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-9d90f4fe9c89f0ad tests/ |
| 3067 | 2025-03-19T23:52:21.456Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7e8112e69a694c07 tests/ |
| 3068 | 2025-03-19T23:52:21.475Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-347313cfe8ae6484 tests/ |
| 3069 | 2025-03-19T23:52:21.748Z | + 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/*) |
| 3070 | 2025-03-19T23:52:21.752Z | + 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-7e8112e69a694c07 tests/commtest-9d90f4fe9c89f0ad tests/dhcp_server-9828a7b54158bcfd tests/end_to_end_tests-347313cfe8ae6484 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 |
| 3071 | 2025-03-19T23:53:37.839Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3072 | 2025-03-19T23:53:37.839Z | a .github/buildomat/ci-env.sh 1K |
| 3073 | 2025-03-19T23:53:37.839Z | a out/target/test 1K |
| 3074 | 2025-03-19T23:53:37.839Z | a out/npuzone/npuzone 23144K |
| 3075 | 2025-03-19T23:53:37.839Z | a package-manifest.toml 33K |
| 3076 | 2025-03-19T23:53:37.839Z | a smf/sled-agent/non-gimlet/config.toml 4K |
| 3077 | 2025-03-19T23:53:37.839Z | a target/release/omicron-package 38848K |
| 3078 | 2025-03-19T23:53:37.839Z | a target/release/xtask 10810K |
| 3079 | 2025-03-19T23:53:37.839Z | a target/debug/bootstrap 214947K |
| 3080 | 2025-03-19T23:53:37.839Z | a tests/bootstrap-7e8112e69a694c07 24084K |
| 3081 | 2025-03-19T23:53:37.839Z | a tests/commtest-9d90f4fe9c89f0ad 24339K |
| 3082 | 2025-03-19T23:53:37.839Z | a tests/dhcp_server-9828a7b54158bcfd 24084K |
| 3083 | 2025-03-19T23:53:37.840Z | a tests/end_to_end_tests-347313cfe8ae6484 269920K |
| 3084 | 2025-03-19T23:53:37.840Z | a out/clickhouse.tar.gz 302324K |
| 3085 | 2025-03-19T23:53:37.840Z | a out/clickhouse_keeper.tar.gz 288192K |
| 3086 | 2025-03-19T23:53:37.840Z | a out/clickhouse_server.tar.gz 302326K |
| 3087 | 2025-03-19T23:53:37.840Z | a out/cockroachdb.tar.gz 143256K |
| 3088 | 2025-03-19T23:53:37.840Z | a out/crucible-dtrace.tar 98K |
| 3089 | 2025-03-19T23:53:37.840Z | a out/crucible-pantry-zone.tar.gz 32477K |
| 3090 | 2025-03-19T23:53:37.840Z | a out/crucible-zone.tar.gz 40862K |
| 3091 | 2025-03-19T23:53:37.840Z | a out/external-dns.tar.gz 44313K |
| 3092 | 2025-03-19T23:53:37.840Z | a out/internal-dns.tar.gz 44312K |
| 3093 | 2025-03-19T23:53:37.840Z | a out/mg-ddm-gz.tar 65544K |
| 3094 | 2025-03-19T23:53:37.840Z | a out/nexus.tar.gz 109814K |
| 3095 | 2025-03-19T23:53:37.840Z | a out/ntp.tar.gz 14427K |
| 3096 | 2025-03-19T23:53:37.840Z | a out/omicron-gateway-softnpu.tar.gz 24483K |
| 3097 | 2025-03-19T23:53:37.840Z | a out/omicron-sled-agent.tar 123677K |
| 3098 | 2025-03-19T23:53:37.840Z | a out/overlay.tar.gz 3K |
| 3099 | 2025-03-19T23:53:37.840Z | a out/oximeter.tar.gz 53356K |
| 3100 | 2025-03-19T23:53:37.840Z | a out/oxlog.tar 3144K |
| 3101 | 2025-03-19T23:53:37.840Z | a out/probe.tar.gz 2764K |
| 3102 | 2025-03-19T23:53:37.840Z | a out/propolis-server.tar.gz 67599K |
| 3103 | 2025-03-19T23:53:37.840Z | a out/pumpkind-gz.tar 26665K |
| 3104 | 2025-03-19T23:53:37.840Z | a out/switch-softnpu.tar.gz 260646K |
| 3105 | 2025-03-19T23:53:37.845Z | |
| 3106 | 2025-03-19T23:53:37.845Z | real 1:16.084712231 |
| 3107 | 2025-03-19T23:53:37.845Z | user 1:12.594693373 |
| 3108 | 2025-03-19T23:53:37.845Z | sys 4.895434322 |
| 3109 | 2025-03-19T23:53:37.845Z | trap 0.019619443 |
| 3110 | 2025-03-19T23:53:37.845Z | tflt 0.000000000 |
| 3111 | 2025-03-19T23:53:37.845Z | dflt 0.000000000 |
| 3112 | 2025-03-19T23:53:37.845Z | kflt 0.000000000 |
| 3113 | 2025-03-19T23:53:37.845Z | lock 0.000000000 |
| 3114 | 2025-03-19T23:53:37.845Z | slp 1:12.450256686 |
| 3115 | 2025-03-19T23:53:37.845Z | lat 2.205078600 |
| 3116 | 2025-03-19T23:53:37.845Z | stop 0.000206041 |
| 3117 | 2025-03-19T23:53:37.845Z | process exited: duration 2067523 ms, exit code 0 |
| |
| 3118 | 2025-03-19T23:53:37.863Z | found 1 output files |
| 3119 | 2025-03-19T23:53:37.863Z | uploading: /work/package.tar.gz (2006641727 bytes) |
| 3120 | 2025-03-19T23:54:13.226Z | uploaded: /work/package.tar.gz |