|
|
|
| 1 | 2025-07-23T08:58:43.318Z | job assigned to worker 01K0V81A3SM982SK6S67CGB94Z [factory aws, i-0da75121b7d4319ce] (queued for 1 m 6 s) |
| |
| 2 | 2025-07-23T08:58:51.563Z | starting task 0: "setup" |
| 3 | 2025-07-23T08:58:51.568Z | ++ uname -s |
| 4 | 2025-07-23T08:58:51.572Z | + kern=SunOS |
| 5 | 2025-07-23T08:58:51.572Z | + build_user=build |
| 6 | 2025-07-23T08:58:51.572Z | + build_uid=12345 |
| 7 | 2025-07-23T08:58:51.572Z | + work_dir=/work |
| 8 | 2025-07-23T08:58:51.572Z | + input_dir=/input |
| 9 | 2025-07-23T08:58:51.572Z | + [[ 0 == 12345 ]] |
| 10 | 2025-07-23T08:58:51.572Z | + case "$kern" in |
| 11 | 2025-07-23T08:58:51.572Z | + groupadd -g 12345 build |
| 12 | 2025-07-23T08:58:51.576Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-07-23T08:58:53.582Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-07-23T08:58:53.710Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-07-23T08:58:53.713Z | + home_fs=zfs |
| 16 | 2025-07-23T08:58:53.713Z | + [[ zfs == autofs ]] |
| 17 | 2025-07-23T08:58:53.713Z | + mkdir -p /home/build |
| 18 | 2025-07-23T08:58:53.716Z | + chown build:build /home/build /work |
| 19 | 2025-07-23T08:58:55.716Z | + chmod 0700 /home/build /work |
| 20 | 2025-07-23T08:58:55.720Z | process exited: duration 4158 ms, exit code 0 |
| |
| 21 | 2025-07-23T08:58:55.727Z | starting task 1: "rust-toolchain" |
| 22 | 2025-07-23T08:58:55.733Z | + printf ' * rust toolchain channel = "%s"\n' 1.88.0 |
| 23 | 2025-07-23T08:58:55.733Z | * rust toolchain channel = "1.88.0" |
| 24 | 2025-07-23T08:58:55.733Z | * rust toolchain profile = "default" |
| 25 | 2025-07-23T08:58:55.733Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-07-23T08:58:55.733Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-07-23T08:58:55.733Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-07-23T08:58:55.736Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-07-23T08:58:55.737Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default |
| 30 | 2025-07-23T08:58:55.854Z | info: downloading installer |
| 31 | 2025-07-23T08:58:57.082Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-07-23T08:58:57.082Z | warn: /opt/ooce/bin |
| 33 | 2025-07-23T08:58:57.082Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-07-23T08:58:57.082Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-07-23T08:58:57.082Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-07-23T08:58:57.082Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-07-23T08:58:57.082Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-07-23T08:58:57.082Z | error: cannot install while Rust is installed |
| 39 | 2025-07-23T08:58:57.082Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-07-23T08:58:57.096Z | info: profile set to 'default' |
| 41 | 2025-07-23T08:58:57.096Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-07-23T08:58:57.100Z | info: syncing channel updates for '1.88.0-x86_64-unknown-illumos' |
| 43 | 2025-07-23T08:58:57.270Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
| 44 | 2025-07-23T08:58:57.270Z | info: downloading component 'cargo' |
| 45 | 2025-07-23T08:58:58.064Z | info: downloading component 'clippy' |
| 46 | 2025-07-23T08:58:58.445Z | info: downloading component 'rust-docs' |
| 47 | 2025-07-23T08:58:59.653Z | info: downloading component 'rust-std' |
| 48 | 2025-07-23T08:59:01.257Z | info: downloading component 'rustc' |
| 49 | 2025-07-23T08:59:07.376Z | info: downloading component 'rustfmt' |
| 50 | 2025-07-23T08:59:07.606Z | info: installing component 'cargo' |
| 51 | 2025-07-23T08:59:08.488Z | info: installing component 'clippy' |
| 52 | 2025-07-23T08:59:08.888Z | info: installing component 'rust-docs' |
| 53 | 2025-07-23T08:59:10.766Z | info: installing component 'rust-std' |
| 54 | 2025-07-23T08:59:12.526Z | info: installing component 'rustc' |
| 55 | 2025-07-23T08:59:19.099Z | info: installing component 'rustfmt' |
| 56 | 2025-07-23T08:59:19.430Z | info: default toolchain set to '1.88.0-x86_64-unknown-illumos' |
| 57 | 2025-07-23T08:59:19.430Z | |
| 58 | 2025-07-23T08:59:19.860Z | 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
| 59 | 2025-07-23T08:59:19.860Z | |
| 60 | 2025-07-23T08:59:19.863Z | |
| 61 | 2025-07-23T08:59:19.863Z | Rust is installed now. Great! |
| 62 | 2025-07-23T08:59:19.863Z | |
| 63 | 2025-07-23T08:59:19.863Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-07-23T08:59:19.863Z | environment variable. This has not been done automatically. |
| 65 | 2025-07-23T08:59:19.864Z | |
| 66 | 2025-07-23T08:59:19.864Z | To configure your current shell, you need to source |
| 67 | 2025-07-23T08:59:19.864Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-07-23T08:59:19.864Z | |
| 69 | 2025-07-23T08:59:19.864Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-07-23T08:59:19.864Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-07-23T08:59:19.864Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-07-23T08:59:19.864Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-07-23T08:59:19.955Z | + rustup --version |
| 74 | 2025-07-23T08:59:19.967Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-07-23T08:59:19.970Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-07-23T08:59:20.047Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
| 77 | 2025-07-23T08:59:20.051Z | + cargo --version |
| 78 | 2025-07-23T08:59:20.111Z | cargo 1.88.0 (873a06493 2025-05-10) |
| 79 | 2025-07-23T08:59:20.115Z | + rustc --version |
| 80 | 2025-07-23T08:59:20.181Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
| 81 | 2025-07-23T08:59:20.184Z | process exited: duration 24454 ms, exit code 0 |
| |
| 82 | 2025-07-23T08:59:20.192Z | starting task 2: "authentication" |
| 83 | 2025-07-23T08:59:20.218Z | process exited: duration 26 ms, exit code 0 |
| |
| 84 | 2025-07-23T08:59:20.227Z | starting task 3: "clone repository" |
| 85 | 2025-07-23T08:59:20.232Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-07-23T08:59:20.236Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-07-23T08:59:20.273Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-07-23T08:59:29.906Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-07-23T08:59:29.906Z | + git fetch origin 5403a6fe570e449c1dd126986cc2db7736aaba54 |
| 90 | 2025-07-23T08:59:30.232Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-07-23T08:59:30.233Z | * branch 5403a6fe570e449c1dd126986cc2db7736aaba54 -> FETCH_HEAD |
| 92 | 2025-07-23T08:59:30.244Z | + [[ -n '' ]] |
| 93 | 2025-07-23T08:59:30.244Z | + git reset --hard 5403a6fe570e449c1dd126986cc2db7736aaba54 |
| 94 | 2025-07-23T08:59:30.360Z | HEAD is now at 5403a6fe5 Bump web console (fix omicron CI) |
| 95 | 2025-07-23T08:59:30.364Z | process exited: duration 10135 ms, exit code 0 |
| |
| 96 | 2025-07-23T08:59:30.373Z | starting task 4: "build" |
| 97 | 2025-07-23T08:59:30.376Z | + source .github/buildomat/ci-env.sh |
| 98 | 2025-07-23T08:59:30.376Z | ++ export CARGO_TERM_COLOR=always |
| 99 | 2025-07-23T08:59:30.376Z | ++ CARGO_TERM_COLOR=always |
| 100 | 2025-07-23T08:59:30.376Z | + cargo --version |
| 101 | 2025-07-23T08:59:30.431Z | cargo 1.88.0 (873a06493 2025-05-10) |
| 102 | 2025-07-23T08:59:30.435Z | + rustc --version |
| 103 | 2025-07-23T08:59:30.503Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
| 104 | 2025-07-23T08:59:30.507Z | + WORK=/work |
| 105 | 2025-07-23T08:59:30.510Z | + pfexec mkdir -p /work |
| 106 | 2025-07-23T08:59:30.513Z | + pfexec chown build /work |
| 107 | 2025-07-23T08:59:30.516Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 108 | 2025-07-23T08:59:40.931Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 109 | 2025-07-23T08:59:47.964Z | Startup: Caching catalogs ... Done |
| 110 | 2025-07-23T08:59:53.222Z | Planning: Solver setup ... Done (3.839s) |
| 111 | 2025-07-23T08:59:53.257Z | Planning: Running solver ... Done (0.035s) |
| 112 | 2025-07-23T08:59:53.349Z | Planning: Finding local manifests ... Done (0.003s) |
| 113 | 2025-07-23T08:59:53.376Z | Planning: Fetching manifests: 0/4 0% complete |
| 114 | 2025-07-23T08:59:53.533Z | Planning: Fetching manifests: 4/4 100% complete |
| 115 | 2025-07-23T08:59:53.582Z | Planning: Package planning ... Done (0.048s) |
| 116 | 2025-07-23T08:59:53.632Z | Planning: Merging actions ... Done (0.050s) |
| 117 | 2025-07-23T08:59:53.923Z | Planning: Checking for conflicting actions ... Done (0.291s) |
| 118 | 2025-07-23T08:59:53.934Z | Planning: Consolidating action changes ... Done (0.011s) |
| 119 | 2025-07-23T08:59:54.997Z | Planning: Evaluating mediators ... Done (1.060s) |
| 120 | 2025-07-23T08:59:55.006Z | Planning: Planning completed in 6.92 seconds |
| 121 | 2025-07-23T08:59:55.021Z | Packages to install: 4 |
| 122 | 2025-07-23T08:59:55.021Z | Mediators to change: 2 |
| 123 | 2025-07-23T08:59:55.024Z | Services to change: 1 |
| 124 | 2025-07-23T08:59:55.024Z | Estimated space available: 155.51 GB |
| 125 | 2025-07-23T08:59:55.024Z | Estimated space to be consumed: 1.70 GB |
| 126 | 2025-07-23T08:59:55.024Z | Create boot environment: No |
| 127 | 2025-07-23T08:59:55.024Z | Create backup boot environment: No |
| 128 | 2025-07-23T08:59:55.024Z | Rebuild boot archive: No |
| 129 | 2025-07-23T08:59:55.024Z | |
| 130 | 2025-07-23T08:59:55.024Z | Changed mediators: |
| 131 | 2025-07-23T08:59:55.024Z | mediator clang: |
| 132 | 2025-07-23T08:59:55.024Z | version: None -> 15 (system default) |
| 133 | 2025-07-23T08:59:55.024Z | |
| 134 | 2025-07-23T08:59:55.024Z | mediator llvm: |
| 135 | 2025-07-23T08:59:55.025Z | version: 14 (system default) -> 15 (system default) |
| 136 | 2025-07-23T08:59:55.025Z | |
| 137 | 2025-07-23T08:59:55.025Z | Changed packages: |
| 138 | 2025-07-23T08:59:55.025Z | helios-dev |
| 139 | 2025-07-23T08:59:55.025Z | developer/build-essential |
| 140 | 2025-07-23T08:59:55.025Z | None -> 11-2.0 |
| 141 | 2025-07-23T08:59:55.025Z | library/libxmlsec1 |
| 142 | 2025-07-23T08:59:55.025Z | None -> 1.2.35-2.0 |
| 143 | 2025-07-23T08:59:55.025Z | ooce/developer/clang-15 |
| 144 | 2025-07-23T08:59:55.025Z | None -> 15.0.7-2.0 |
| 145 | 2025-07-23T08:59:55.025Z | ooce/developer/llvm-15 |
| 146 | 2025-07-23T08:59:55.025Z | None -> 15.0.7-2.0 |
| 147 | 2025-07-23T08:59:55.025Z | |
| 148 | 2025-07-23T08:59:55.026Z | Services: |
| 149 | 2025-07-23T08:59:55.026Z | restart_fmri: |
| 150 | 2025-07-23T08:59:55.026Z | svc:/system/update-man-index:default |
| 151 | 2025-07-23T08:59:55.074Z | |
| 152 | 2025-07-23T08:59:55.074Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 153 | 2025-07-23T09:00:00.485Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (27.8M/s) |
| 154 | 2025-07-23T09:00:04.230Z | Download: Completed 212.60 MB in 9.16 seconds (23.2M/s) |
| 155 | 2025-07-23T09:00:04.538Z | Actions: 1/3689 actions (Installing new actions) |
| 156 | 2025-07-23T09:00:09.091Z | Actions: Completed 3689 actions in 4.55 seconds. |
| 157 | 2025-07-23T09:00:09.701Z | Done (0.605s) |
| 158 | 2025-07-23T09:00:09.701Z | Done (0.000s) |
| 159 | 2025-07-23T09:00:10.560Z | Done (0.858s) |
| 160 | 2025-07-23T09:00:14.926Z | Done (4.057s) |
| 161 | 2025-07-23T09:00:15.018Z | Done (0.020s) |
| 162 | 2025-07-23T09:00:15.022Z | Done (0.000s) |
| 163 | 2025-07-23T09:00:15.173Z | Done (0.000s) |
| 164 | 2025-07-23T09:00:16.022Z | Planning: Evaluating mediator changes ... Done |
| 165 | 2025-07-23T09:00:16.180Z | Planning: Checking for conflicting actions ... Done |
| 166 | 2025-07-23T09:00:16.183Z | Planning: Consolidating action changes ... Done |
| 167 | 2025-07-23T09:00:16.453Z | Planning: Evaluating mediators ... Done |
| 168 | 2025-07-23T09:00:16.457Z | Planning: Planning completed in 0.43 seconds |
| 169 | 2025-07-23T09:00:16.486Z | Mediators to change: 2 |
| 170 | 2025-07-23T09:00:16.486Z | Create boot environment: No |
| 171 | 2025-07-23T09:00:16.492Z | Create backup boot environment: No |
| 172 | 2025-07-23T09:00:16.574Z | Done |
| 173 | 2025-07-23T09:00:16.574Z | Done |
| 174 | 2025-07-23T09:00:17.193Z | Done |
| 175 | 2025-07-23T09:00:20.721Z | Done |
| 176 | 2025-07-23T09:00:20.805Z | Done |
| 177 | 2025-07-23T09:00:20.809Z | Done |
| 178 | 2025-07-23T09:00:20.953Z | Done |
| 179 | 2025-07-23T09:00:21.571Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2025-07-23T09:00:21.571Z | Planning: Merging actions ... Done |
| 181 | 2025-07-23T09:00:21.758Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2025-07-23T09:00:21.762Z | Planning: Consolidating action changes ... Done |
| 183 | 2025-07-23T09:00:22.025Z | Planning: Evaluating mediators ... Done |
| 184 | 2025-07-23T09:00:22.080Z | Planning: Planning completed in 0.75 seconds |
| 185 | 2025-07-23T09:00:22.114Z | Packages to change: 1 |
| 186 | 2025-07-23T09:00:22.114Z | Mediators to change: 1 |
| 187 | 2025-07-23T09:00:22.118Z | Services to change: 1 |
| 188 | 2025-07-23T09:00:22.118Z | Create boot environment: No |
| 189 | 2025-07-23T09:00:22.118Z | Create backup boot environment: Yes |
| 190 | 2025-07-23T09:00:24.484Z | Actions: 1/6 actions (Updating modified actions) |
| 191 | 2025-07-23T09:00:24.488Z | Actions: Completed 6 actions in 0.00 seconds. |
| 192 | 2025-07-23T09:00:24.488Z | Done |
| 193 | 2025-07-23T09:00:24.488Z | Done |
| 194 | 2025-07-23T09:00:24.657Z | Done |
| 195 | 2025-07-23T09:00:28.196Z | Done |
| 196 | 2025-07-23T09:00:28.288Z | Done |
| 197 | 2025-07-23T09:00:28.291Z | Done |
| 198 | 2025-07-23T09:00:28.434Z | Done |
| 199 | 2025-07-23T09:00:28.870Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 200 | 2025-07-23T09:00:28.870Z | clang system 15 system |
| 201 | 2025-07-23T09:00:28.870Z | csh system system illumos |
| 202 | 2025-07-23T09:00:28.870Z | ctags system system illumos |
| 203 | 2025-07-23T09:00:28.870Z | file system system illumos |
| 204 | 2025-07-23T09:00:28.870Z | gcc vendor 12 vendor |
| 205 | 2025-07-23T09:00:28.870Z | gcc system 10 system |
| 206 | 2025-07-23T09:00:28.870Z | gcc system 7 system |
| 207 | 2025-07-23T09:00:28.870Z | go system 1.20 system |
| 208 | 2025-07-23T09:00:28.870Z | go system 1.19 system |
| 209 | 2025-07-23T09:00:28.870Z | llvm system 15 system |
| 210 | 2025-07-23T09:00:28.870Z | llvm system 14 system |
| 211 | 2025-07-23T09:00:28.870Z | mariadb system 10.6 system |
| 212 | 2025-07-23T09:00:28.871Z | mta vendor vendor dma |
| 213 | 2025-07-23T09:00:28.871Z | openjdk system 17 system |
| 214 | 2025-07-23T09:00:28.871Z | openjdk system 11 system |
| 215 | 2025-07-23T09:00:28.871Z | openjdk system 1.8 system |
| 216 | 2025-07-23T09:00:28.871Z | openssl vendor 3 vendor |
| 217 | 2025-07-23T09:00:28.871Z | perl system 5.36 system |
| 218 | 2025-07-23T09:00:28.871Z | postgresql system 15 system |
| 219 | 2025-07-23T09:00:28.871Z | postgresql system 13 system |
| 220 | 2025-07-23T09:00:28.871Z | python vendor 3 vendor |
| 221 | 2025-07-23T09:00:28.871Z | python system 2 system |
| 222 | 2025-07-23T09:00:28.871Z | python3 system 3.11 system |
| 223 | 2025-07-23T09:00:28.871Z | ruby system 3.0 system |
| 224 | 2025-07-23T09:00:28.871Z | words vendor vendor american-english |
| 225 | 2025-07-23T09:00:28.871Z | words system system australian-english |
| 226 | 2025-07-23T09:00:28.871Z | words system system british-english |
| 227 | 2025-07-23T09:00:28.872Z | words system system canadian-english |
| 228 | 2025-07-23T09:00:28.872Z | words system system french |
| 229 | 2025-07-23T09:00:28.872Z | words system system italian |
| 230 | 2025-07-23T09:00:28.872Z | words system system ngerman |
| 231 | 2025-07-23T09:00:28.872Z | words system system ogerman |
| 232 | 2025-07-23T09:00:28.872Z | words system system spanish |
| 233 | 2025-07-23T09:00:29.203Z | PUBLISHER TYPE STATUS P LOCATION |
| 234 | 2025-07-23T09:00:29.203Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 235 | 2025-07-23T09:00:33.903Z | FMRI IFO |
| 236 | 2025-07-23T09:00:33.903Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 237 | 2025-07-23T09:00:33.903Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 238 | 2025-07-23T09:00:33.904Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 239 | 2025-07-23T09:00:33.904Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 240 | 2025-07-23T09:00:33.904Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 241 | 2025-07-23T09:00:33.904Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 242 | 2025-07-23T09:00:33.904Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 243 | 2025-07-23T09:00:33.904Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 244 | 2025-07-23T09:00:33.904Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 245 | 2025-07-23T09:00:33.904Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 246 | 2025-07-23T09:00:33.904Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 247 | 2025-07-23T09:00:33.904Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 248 | 2025-07-23T09:00:33.904Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 249 | 2025-07-23T09:00:33.904Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 250 | 2025-07-23T09:00:33.904Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 251 | 2025-07-23T09:00:33.904Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 252 | 2025-07-23T09:00:34.923Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 253 | 2025-07-23T09:00:35.212Z | Updating crates.io index |
| 254 | 2025-07-23T09:00:35.273Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 255 | 2025-07-23T09:00:35.595Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 256 | 2025-07-23T09:00:36.234Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 257 | 2025-07-23T09:00:36.516Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 258 | 2025-07-23T09:00:36.781Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 259 | 2025-07-23T09:00:37.103Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 260 | 2025-07-23T09:00:42.595Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 261 | 2025-07-23T09:00:44.485Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 262 | 2025-07-23T09:00:45.536Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 263 | 2025-07-23T09:00:46.290Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 264 | 2025-07-23T09:00:46.584Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 265 | 2025-07-23T09:00:46.948Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 266 | 2025-07-23T09:00:47.598Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 267 | 2025-07-23T09:00:47.858Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 268 | 2025-07-23T09:00:48.330Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 269 | 2025-07-23T09:00:48.883Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 270 | 2025-07-23T09:00:49.228Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 271 | 2025-07-23T09:00:49.507Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 272 | 2025-07-23T09:00:49.779Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 273 | 2025-07-23T09:00:50.022Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 274 | 2025-07-23T09:00:50.328Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 275 | 2025-07-23T09:00:50.763Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 276 | 2025-07-23T09:00:51.085Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 277 | 2025-07-23T09:00:51.390Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 278 | 2025-07-23T09:00:51.998Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 279 | 2025-07-23T09:00:52.343Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 280 | 2025-07-23T09:00:52.619Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 281 | 2025-07-23T09:00:53.008Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 282 | 2025-07-23T09:00:53.432Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 283 | 2025-07-23T09:00:53.813Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 284 | 2025-07-23T09:00:54.093Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 285 | 2025-07-23T09:00:54.426Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 286 | 2025-07-23T09:01:02.834Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 287 | 2025-07-23T09:01:04.406Z | Downloading crates ... |
| 288 | 2025-07-23T09:01:04.469Z | Downloaded anstream v0.6.18 |
| 289 | 2025-07-23T09:01:04.478Z | Downloaded anstyle-parse v0.2.5 |
| 290 | 2025-07-23T09:01:04.481Z | Downloaded byteorder v1.5.0 |
| 291 | 2025-07-23T09:01:04.484Z | Downloaded erased-serde v0.4.6 |
| 292 | 2025-07-23T09:01:04.484Z | Downloaded anstyle-query v1.1.1 |
| 293 | 2025-07-23T09:01:04.488Z | Downloaded displaydoc v0.2.5 |
| 294 | 2025-07-23T09:01:04.491Z | Downloaded cpufeatures v0.2.14 |
| 295 | 2025-07-23T09:01:04.491Z | Downloaded camino v1.1.10 |
| 296 | 2025-07-23T09:01:04.495Z | Downloaded colorchoice v1.0.2 |
| 297 | 2025-07-23T09:01:04.498Z | Downloaded crypto-common v0.1.6 |
| 298 | 2025-07-23T09:01:04.498Z | Downloaded clap_lex v0.7.4 |
| 299 | 2025-07-23T09:01:04.501Z | Downloaded dof v0.3.0 |
| 300 | 2025-07-23T09:01:04.501Z | Downloaded digest v0.10.7 |
| 301 | 2025-07-23T09:01:04.505Z | Downloaded clap_derive v4.5.40 |
| 302 | 2025-07-23T09:01:04.508Z | Downloaded scroll_derive v0.12.0 |
| 303 | 2025-07-23T09:01:04.508Z | Downloaded thiserror v2.0.12 |
| 304 | 2025-07-23T09:01:04.512Z | Downloaded ucd-trie v0.1.7 |
| 305 | 2025-07-23T09:01:04.516Z | Downloaded usdt-attr-macro v0.5.0 |
| 306 | 2025-07-23T09:01:04.516Z | Downloaded equivalent v1.0.2 |
| 307 | 2025-07-23T09:01:04.519Z | Downloaded num-traits v0.2.19 |
| 308 | 2025-07-23T09:01:04.523Z | Downloaded cargo-util-schemas v0.2.0 |
| 309 | 2025-07-23T09:01:04.523Z | Downloaded yoke-derive v0.7.4 |
| 310 | 2025-07-23T09:01:04.523Z | Downloaded tinystr v0.7.6 |
| 311 | 2025-07-23T09:01:04.526Z | Downloaded cargo-platform v0.2.0 |
| 312 | 2025-07-23T09:01:04.530Z | Downloaded toml_write v0.1.2 |
| 313 | 2025-07-23T09:01:04.530Z | Downloaded fastrand v2.1.1 |
| 314 | 2025-07-23T09:01:04.530Z | Downloaded zerofrom v0.1.4 |
| 315 | 2025-07-23T09:01:04.533Z | Downloaded tabled_derive v0.7.0 |
| 316 | 2025-07-23T09:01:04.533Z | Downloaded utf8parse v0.2.2 |
| 317 | 2025-07-23T09:01:04.536Z | Downloaded toml_datetime v0.6.11 |
| 318 | 2025-07-23T09:01:04.536Z | Downloaded usdt-macro v0.5.0 |
| 319 | 2025-07-23T09:01:04.540Z | Downloaded terminal_size v0.4.0 |
| 320 | 2025-07-23T09:01:04.540Z | Downloaded zerofrom-derive v0.1.4 |
| 321 | 2025-07-23T09:01:04.540Z | Downloaded write16 v1.0.0 |
| 322 | 2025-07-23T09:01:04.540Z | Downloaded usdt v0.5.0 |
| 323 | 2025-07-23T09:01:04.544Z | Downloaded thiserror v1.0.69 |
| 324 | 2025-07-23T09:01:04.547Z | Downloaded writeable v0.5.5 |
| 325 | 2025-07-23T09:01:04.551Z | Downloaded zerovec-derive v0.10.3 |
| 326 | 2025-07-23T09:01:04.555Z | Downloaded utf8_iter v1.0.4 |
| 327 | 2025-07-23T09:01:04.555Z | Downloaded yoke v0.7.4 |
| 328 | 2025-07-23T09:01:04.555Z | Downloaded toml v0.8.23 |
| 329 | 2025-07-23T09:01:04.558Z | Downloaded zerocopy-derive v0.7.35 |
| 330 | 2025-07-23T09:01:04.561Z | Downloaded icu_provider_macros v1.5.0 |
| 331 | 2025-07-23T09:01:04.565Z | Downloaded unicode-ident v1.0.18 |
| 332 | 2025-07-23T09:01:04.568Z | Downloaded typenum v1.17.0 |
| 333 | 2025-07-23T09:01:04.568Z | Downloaded utf16_iter v1.0.5 |
| 334 | 2025-07-23T09:01:04.572Z | Downloaded thiserror-impl v2.0.12 |
| 335 | 2025-07-23T09:01:04.572Z | Downloaded swrite v0.1.0 |
| 336 | 2025-07-23T09:01:04.576Z | Downloaded textwrap v0.16.2 |
| 337 | 2025-07-23T09:01:04.576Z | Downloaded pretty-hex v0.4.1 |
| 338 | 2025-07-23T09:01:04.579Z | Downloaded version_check v0.9.5 |
| 339 | 2025-07-23T09:01:04.580Z | Downloaded toml_edit v0.22.27 |
| 340 | 2025-07-23T09:01:04.584Z | Downloaded strsim v0.11.1 |
| 341 | 2025-07-23T09:01:04.584Z | Downloaded url v2.5.4 |
| 342 | 2025-07-23T09:01:04.587Z | Downloaded proc-macro-error-attr v1.0.4 |
| 343 | 2025-07-23T09:01:04.591Z | Downloaded proc-macro-error v1.0.4 |
| 344 | 2025-07-23T09:01:04.591Z | Downloaded zerovec v0.10.4 |
| 345 | 2025-07-23T09:01:04.597Z | Downloaded synstructure v0.13.1 |
| 346 | 2025-07-23T09:01:04.601Z | Downloaded serde-value v0.7.0 |
| 347 | 2025-07-23T09:01:04.601Z | Downloaded percent-encoding v2.3.1 |
| 348 | 2025-07-23T09:01:04.601Z | Downloaded heck v0.5.0 |
| 349 | 2025-07-23T09:01:04.605Z | Downloaded smawk v0.3.2 |
| 350 | 2025-07-23T09:01:04.605Z | Downloaded zerocopy v0.7.35 |
| 351 | 2025-07-23T09:01:04.618Z | Downloaded serde-untagged v0.1.7 |
| 352 | 2025-07-23T09:01:04.622Z | Downloaded itoa v1.0.11 |
| 353 | 2025-07-23T09:01:04.622Z | Downloaded pest_generator v2.7.14 |
| 354 | 2025-07-23T09:01:04.625Z | Downloaded ordered-float v2.10.1 |
| 355 | 2025-07-23T09:01:04.625Z | Downloaded heck v0.4.1 |
| 356 | 2025-07-23T09:01:04.629Z | Downloaded unicode-width v0.2.0 |
| 357 | 2025-07-23T09:01:04.632Z | Downloaded unicode-width v0.1.14 |
| 358 | 2025-07-23T09:01:04.635Z | Downloaded stable_deref_trait v1.2.0 |
| 359 | 2025-07-23T09:01:04.635Z | Downloaded plain v0.2.3 |
| 360 | 2025-07-23T09:01:04.639Z | Downloaded fs-err v3.1.1 |
| 361 | 2025-07-23T09:01:04.639Z | Downloaded quote v1.0.40 |
| 362 | 2025-07-23T09:01:04.642Z | Downloaded macaddr v1.0.1 |
| 363 | 2025-07-23T09:01:04.642Z | Downloaded winnow v0.7.10 |
| 364 | 2025-07-23T09:01:04.650Z | Downloaded scroll v0.12.0 |
| 365 | 2025-07-23T09:01:04.653Z | Downloaded icu_normalizer_data v1.5.0 |
| 366 | 2025-07-23T09:01:04.654Z | Downloaded cargo_toml v0.21.0 |
| 367 | 2025-07-23T09:01:04.657Z | Downloaded camino-tempfile v1.4.1 |
| 368 | 2025-07-23T09:01:04.657Z | Downloaded icu_collections v1.5.0 |
| 369 | 2025-07-23T09:01:04.661Z | Downloaded litemap v0.7.3 |
| 370 | 2025-07-23T09:01:04.664Z | Downloaded is_terminal_polyfill v1.70.1 |
| 371 | 2025-07-23T09:01:04.664Z | Downloaded icu_locid_transform v1.5.0 |
| 372 | 2025-07-23T09:01:04.667Z | Downloaded once_cell v1.21.3 |
| 373 | 2025-07-23T09:01:04.672Z | Downloaded cargo_metadata v0.20.0 |
| 374 | 2025-07-23T09:01:04.672Z | Downloaded fnv v1.0.7 |
| 375 | 2025-07-23T09:01:04.672Z | Downloaded serde_spanned v0.6.9 |
| 376 | 2025-07-23T09:01:04.677Z | Downloaded memmap v0.7.0 |
| 377 | 2025-07-23T09:01:04.677Z | Downloaded block-buffer v0.10.4 |
| 378 | 2025-07-23T09:01:04.677Z | Downloaded smallvec v1.15.0 |
| 379 | 2025-07-23T09:01:04.682Z | Downloaded sha2 v0.10.9 |
| 380 | 2025-07-23T09:01:04.682Z | Downloaded autocfg v1.4.0 |
| 381 | 2025-07-23T09:01:04.682Z | Downloaded serde_tokenstream v0.2.2 |
| 382 | 2025-07-23T09:01:04.682Z | Downloaded generic-array v0.14.7 |
| 383 | 2025-07-23T09:01:04.685Z | Downloaded semver v1.0.26 |
| 384 | 2025-07-23T09:01:04.685Z | Downloaded pest_derive v2.7.14 |
| 385 | 2025-07-23T09:01:04.689Z | Downloaded anyhow v1.0.98 |
| 386 | 2025-07-23T09:01:04.692Z | Downloaded icu_normalizer v1.5.0 |
| 387 | 2025-07-23T09:01:04.692Z | Downloaded form_urlencoded v1.2.1 |
| 388 | 2025-07-23T09:01:04.695Z | Downloaded bitflags v2.9.1 |
| 389 | 2025-07-23T09:01:04.699Z | Downloaded bytecount v0.6.8 |
| 390 | 2025-07-23T09:01:04.699Z | Downloaded thread-id v4.2.2 |
| 391 | 2025-07-23T09:01:04.699Z | Downloaded unicode-xid v0.2.6 |
| 392 | 2025-07-23T09:01:04.703Z | Downloaded unicode-linebreak v0.1.5 |
| 393 | 2025-07-23T09:01:04.703Z | Downloaded icu_provider v1.5.0 |
| 394 | 2025-07-23T09:01:04.707Z | Downloaded getrandom v0.3.1 |
| 395 | 2025-07-23T09:01:04.707Z | Downloaded icu_locid_transform_data v1.5.0 |
| 396 | 2025-07-23T09:01:04.710Z | Downloaded pest_meta v2.7.14 |
| 397 | 2025-07-23T09:01:04.710Z | Downloaded typeid v1.0.3 |
| 398 | 2025-07-23T09:01:04.714Z | Downloaded tempfile v3.20.0 |
| 399 | 2025-07-23T09:01:04.714Z | Downloaded proc-macro2 v1.0.95 |
| 400 | 2025-07-23T09:01:04.717Z | Downloaded log v0.4.27 |
| 401 | 2025-07-23T09:01:04.721Z | Downloaded serde_derive v1.0.219 |
| 402 | 2025-07-23T09:01:04.721Z | Downloaded icu_locid v1.5.0 |
| 403 | 2025-07-23T09:01:04.724Z | Downloaded ryu v1.0.18 |
| 404 | 2025-07-23T09:01:04.727Z | Downloaded papergrid v0.11.0 |
| 405 | 2025-07-23T09:01:04.731Z | Downloaded thiserror-impl v1.0.69 |
| 406 | 2025-07-23T09:01:04.735Z | Downloaded idna_adapter v1.2.0 |
| 407 | 2025-07-23T09:01:04.735Z | Downloaded usdt-impl v0.5.0 |
| 408 | 2025-07-23T09:01:04.735Z | Downloaded errno v0.3.12 |
| 409 | 2025-07-23T09:01:04.739Z | Downloaded cfg-if v1.0.1 |
| 410 | 2025-07-23T09:01:04.739Z | Downloaded icu_properties v1.5.1 |
| 411 | 2025-07-23T09:01:04.743Z | Downloaded anstyle v1.0.11 |
| 412 | 2025-07-23T09:01:04.743Z | Downloaded clap v4.5.40 |
| 413 | 2025-07-23T09:01:04.748Z | Downloaded serde v1.0.219 |
| 414 | 2025-07-23T09:01:04.752Z | Downloaded indexmap v2.10.0 |
| 415 | 2025-07-23T09:01:04.755Z | Downloaded memchr v2.7.4 |
| 416 | 2025-07-23T09:01:04.759Z | Downloaded dtrace-parser v0.2.0 |
| 417 | 2025-07-23T09:01:04.766Z | Downloaded clap_builder v4.5.40 |
| 418 | 2025-07-23T09:01:04.775Z | Downloaded idna v1.0.3 |
| 419 | 2025-07-23T09:01:04.785Z | Downloaded hashbrown v0.15.4 |
| 420 | 2025-07-23T09:01:04.789Z | Downloaded pest v2.7.14 |
| 421 | 2025-07-23T09:01:04.811Z | Downloaded serde_json v1.0.140 |
| 422 | 2025-07-23T09:01:04.821Z | Downloaded goblin v0.8.2 |
| 423 | 2025-07-23T09:01:04.839Z | Downloaded tabled v0.15.0 |
| 424 | 2025-07-23T09:01:04.853Z | Downloaded syn v1.0.109 |
| 425 | 2025-07-23T09:01:04.862Z | Downloaded icu_properties_data v1.5.0 |
| 426 | 2025-07-23T09:01:04.869Z | Downloaded syn v2.0.104 |
| 427 | 2025-07-23T09:01:04.888Z | Downloaded rustix v0.38.37 |
| 428 | 2025-07-23T09:01:04.907Z | Downloaded rustix v1.0.7 |
| 429 | 2025-07-23T09:01:04.946Z | Downloaded libc v0.2.174 |
| 430 | 2025-07-23T09:01:05.023Z | Compiling proc-macro2 v1.0.95 |
| 431 | 2025-07-23T09:01:05.023Z | Compiling unicode-ident v1.0.18 |
| 432 | 2025-07-23T09:01:05.024Z | Compiling serde v1.0.219 |
| 433 | 2025-07-23T09:01:05.028Z | Compiling version_check v0.9.5 |
| 434 | 2025-07-23T09:01:05.028Z | Compiling libc v0.2.174 |
| 435 | 2025-07-23T09:01:05.028Z | Compiling thiserror v1.0.69 |
| 436 | 2025-07-23T09:01:05.028Z | Compiling memchr v2.7.4 |
| 437 | 2025-07-23T09:01:05.246Z | Compiling stable_deref_trait v1.2.0 |
| 438 | 2025-07-23T09:01:05.460Z | Compiling ryu v1.0.18 |
| 439 | 2025-07-23T09:01:05.488Z | Compiling writeable v0.5.5 |
| 440 | 2025-07-23T09:01:05.810Z | Compiling itoa v1.0.11 |
| 441 | 2025-07-23T09:01:05.921Z | Compiling ucd-trie v0.1.7 |
| 442 | 2025-07-23T09:01:05.948Z | Compiling litemap v0.7.3 |
| 443 | 2025-07-23T09:01:06.004Z | Compiling autocfg v1.4.0 |
| 444 | 2025-07-23T09:01:06.273Z | Compiling once_cell v1.21.3 |
| 445 | 2025-07-23T09:01:06.330Z | Compiling bitflags v2.9.1 |
| 446 | 2025-07-23T09:01:06.403Z | Compiling byteorder v1.5.0 |
| 447 | 2025-07-23T09:01:06.687Z | Compiling icu_locid_transform_data v1.5.0 |
| 448 | 2025-07-23T09:01:06.714Z | Compiling icu_properties_data v1.5.0 |
| 449 | 2025-07-23T09:01:06.736Z | Compiling serde_json v1.0.140 |
| 450 | 2025-07-23T09:01:06.817Z | Compiling utf8_iter v1.0.4 |
| 451 | 2025-07-23T09:01:06.842Z | Compiling equivalent v1.0.2 |
| 452 | 2025-07-23T09:01:06.884Z | Compiling num-traits v0.2.19 |
| 453 | 2025-07-23T09:01:06.975Z | Compiling typeid v1.0.3 |
| 454 | 2025-07-23T09:01:07.001Z | Compiling rustix v0.38.37 |
| 455 | 2025-07-23T09:01:07.062Z | Compiling write16 v1.0.0 |
| 456 | 2025-07-23T09:01:07.089Z | Compiling quote v1.0.40 |
| 457 | 2025-07-23T09:01:07.236Z | Compiling errno v0.3.12 |
| 458 | 2025-07-23T09:01:07.403Z | Compiling icu_normalizer_data v1.5.0 |
| 459 | 2025-07-23T09:01:07.469Z | Compiling smallvec v1.15.0 |
| 460 | 2025-07-23T09:01:07.496Z | Compiling syn v2.0.104 |
| 461 | 2025-07-23T09:01:07.551Z | Compiling utf16_iter v1.0.5 |
| 462 | 2025-07-23T09:01:07.604Z | Compiling hashbrown v0.15.4 |
| 463 | 2025-07-23T09:01:07.771Z | Compiling proc-macro-error-attr v1.0.4 |
| 464 | 2025-07-23T09:01:07.819Z | Compiling usdt-impl v0.5.0 |
| 465 | 2025-07-23T09:01:07.848Z | Compiling toml_write v0.1.2 |
| 466 | 2025-07-23T09:01:07.852Z | Compiling syn v1.0.109 |
| 467 | 2025-07-23T09:01:07.979Z | Compiling winnow v0.7.10 |
| 468 | 2025-07-23T09:01:08.315Z | Compiling thread-id v4.2.2 |
| 469 | 2025-07-23T09:01:08.487Z | Compiling proc-macro-error v1.0.4 |
| 470 | 2025-07-23T09:01:08.591Z | Compiling utf8parse v0.2.2 |
| 471 | 2025-07-23T09:01:08.617Z | Compiling indexmap v2.10.0 |
| 472 | 2025-07-23T09:01:08.714Z | Compiling camino v1.1.10 |
| 473 | 2025-07-23T09:01:08.784Z | Compiling getrandom v0.3.1 |
| 474 | 2025-07-23T09:01:08.827Z | Compiling rustix v1.0.7 |
| 475 | 2025-07-23T09:01:09.339Z | Compiling log v0.4.27 |
| 476 | 2025-07-23T09:01:09.523Z | Compiling plain v0.2.3 |
| 477 | 2025-07-23T09:01:09.561Z | Compiling semver v1.0.26 |
| 478 | 2025-07-23T09:01:09.725Z | Compiling percent-encoding v2.3.1 |
| 479 | 2025-07-23T09:01:09.817Z | Compiling terminal_size v0.4.0 |
| 480 | 2025-07-23T09:01:09.895Z | Compiling ordered-float v2.10.1 |
| 481 | 2025-07-23T09:01:09.973Z | Compiling form_urlencoded v1.2.1 |
| 482 | 2025-07-23T09:01:10.064Z | Compiling anstyle-parse v0.2.5 |
| 483 | 2025-07-23T09:01:10.273Z | Compiling cfg-if v1.0.1 |
| 484 | 2025-07-23T09:01:10.391Z | Compiling pretty-hex v0.4.1 |
| 485 | 2025-07-23T09:01:10.423Z | Compiling colorchoice v1.0.2 |
| 486 | 2025-07-23T09:01:10.444Z | Compiling is_terminal_polyfill v1.70.1 |
| 487 | 2025-07-23T09:01:10.572Z | Compiling anstyle v1.0.11 |
| 488 | 2025-07-23T09:01:10.598Z | Compiling thiserror v2.0.12 |
| 489 | 2025-07-23T09:01:10.627Z | Compiling anstyle-query v1.1.1 |
| 490 | 2025-07-23T09:01:10.915Z | Compiling anstream v0.6.18 |
| 491 | 2025-07-23T09:01:11.239Z | Compiling fs-err v3.1.1 |
| 492 | 2025-07-23T09:01:11.342Z | Compiling bytecount v0.6.8 |
| 493 | 2025-07-23T09:01:11.497Z | Compiling heck v0.4.1 |
| 494 | 2025-07-23T09:01:11.576Z | Compiling anyhow v1.0.98 |
| 495 | 2025-07-23T09:01:11.576Z | Compiling strsim v0.11.1 |
| 496 | 2025-07-23T09:01:11.630Z | Compiling fnv v1.0.7 |
| 497 | 2025-07-23T09:01:11.792Z | Compiling unicode-width v0.1.14 |
| 498 | 2025-07-23T09:01:11.906Z | Compiling heck v0.5.0 |
| 499 | 2025-07-23T09:01:12.180Z | Compiling fastrand v2.1.1 |
| 500 | 2025-07-23T09:01:12.318Z | Compiling unicode-xid v0.2.6 |
| 501 | 2025-07-23T09:01:12.367Z | Compiling clap_lex v0.7.4 |
| 502 | 2025-07-23T09:01:12.526Z | Compiling papergrid v0.11.0 |
| 503 | 2025-07-23T09:01:12.682Z | Compiling clap_builder v4.5.40 |
| 504 | 2025-07-23T09:01:12.804Z | Compiling tempfile v3.20.0 |
| 505 | 2025-07-23T09:01:13.358Z | Compiling memmap v0.7.0 |
| 506 | 2025-07-23T09:01:13.508Z | Compiling unicode-linebreak v0.1.5 |
| 507 | 2025-07-23T09:01:13.606Z | Compiling smawk v0.3.2 |
| 508 | 2025-07-23T09:01:13.706Z | Compiling unicode-width v0.2.0 |
| 509 | 2025-07-23T09:01:14.020Z | Compiling synstructure v0.13.1 |
| 510 | 2025-07-23T09:01:14.262Z | Compiling textwrap v0.16.2 |
| 511 | 2025-07-23T09:01:15.185Z | Compiling swrite v0.1.0 |
| 512 | 2025-07-23T09:01:15.249Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 513 | 2025-07-23T09:01:15.335Z | Compiling tabled_derive v0.7.0 |
| 514 | 2025-07-23T09:01:16.538Z | Compiling serde_derive v1.0.219 |
| 515 | 2025-07-23T09:01:16.542Z | Compiling zerofrom-derive v0.1.4 |
| 516 | 2025-07-23T09:01:16.542Z | Compiling thiserror-impl v1.0.69 |
| 517 | 2025-07-23T09:01:16.686Z | Compiling yoke-derive v0.7.4 |
| 518 | 2025-07-23T09:01:16.726Z | Compiling zerovec-derive v0.10.3 |
| 519 | 2025-07-23T09:01:16.881Z | Compiling displaydoc v0.2.5 |
| 520 | 2025-07-23T09:01:18.434Z | Compiling icu_provider_macros v1.5.0 |
| 521 | 2025-07-23T09:01:19.150Z | Compiling zerocopy-derive v0.7.35 |
| 522 | 2025-07-23T09:01:19.346Z | Compiling scroll_derive v0.12.0 |
| 523 | 2025-07-23T09:01:19.495Z | Compiling thiserror-impl v2.0.12 |
| 524 | 2025-07-23T09:01:19.589Z | Compiling pest v2.7.14 |
| 525 | 2025-07-23T09:01:19.616Z | Compiling clap_derive v4.5.40 |
| 526 | 2025-07-23T09:01:19.977Z | Compiling zerofrom v0.1.4 |
| 527 | 2025-07-23T09:01:20.245Z | Compiling yoke v0.7.4 |
| 528 | 2025-07-23T09:01:20.612Z | Compiling zerovec v0.10.4 |
| 529 | 2025-07-23T09:01:20.657Z | Compiling scroll v0.12.0 |
| 530 | 2025-07-23T09:01:21.070Z | Compiling zerocopy v0.7.35 |
| 531 | 2025-07-23T09:01:21.182Z | Compiling goblin v0.8.2 |
| 532 | 2025-07-23T09:01:21.378Z | Compiling tabled v0.15.0 |
| 533 | 2025-07-23T09:01:22.364Z | Compiling tinystr v0.7.6 |
| 534 | 2025-07-23T09:01:22.479Z | Compiling pest_meta v2.7.14 |
| 535 | 2025-07-23T09:01:22.575Z | Compiling icu_collections v1.5.0 |
| 536 | 2025-07-23T09:01:22.772Z | Compiling icu_locid v1.5.0 |
| 537 | 2025-07-23T09:01:23.780Z | Compiling pest_generator v2.7.14 |
| 538 | 2025-07-23T09:01:23.809Z | Compiling clap v4.5.40 |
| 539 | 2025-07-23T09:01:23.942Z | Compiling icu_provider v1.5.0 |
| 540 | 2025-07-23T09:01:24.734Z | Compiling icu_locid_transform v1.5.0 |
| 541 | 2025-07-23T09:01:26.004Z | Compiling icu_properties v1.5.1 |
| 542 | 2025-07-23T09:01:26.192Z | Compiling pest_derive v2.7.14 |
| 543 | 2025-07-23T09:01:26.871Z | Compiling dtrace-parser v0.2.0 |
| 544 | 2025-07-23T09:01:28.288Z | Compiling serde_tokenstream v0.2.2 |
| 545 | 2025-07-23T09:01:28.504Z | Compiling serde_spanned v0.6.9 |
| 546 | 2025-07-23T09:01:28.504Z | Compiling toml_datetime v0.6.11 |
| 547 | 2025-07-23T09:01:28.576Z | Compiling erased-serde v0.4.6 |
| 548 | 2025-07-23T09:01:28.883Z | Compiling serde-value v0.7.0 |
| 549 | 2025-07-23T09:01:29.087Z | Compiling toml_edit v0.22.27 |
| 550 | 2025-07-23T09:01:29.454Z | Compiling icu_normalizer v1.5.0 |
| 551 | 2025-07-23T09:01:29.627Z | Compiling serde-untagged v0.1.7 |
| 552 | 2025-07-23T09:01:29.655Z | Compiling cargo-platform v0.2.0 |
| 553 | 2025-07-23T09:01:29.707Z | Compiling camino-tempfile v1.4.1 |
| 554 | 2025-07-23T09:01:30.131Z | Compiling dof v0.3.0 |
| 555 | 2025-07-23T09:01:30.168Z | Compiling macaddr v1.0.1 |
| 556 | 2025-07-23T09:01:30.398Z | Compiling idna_adapter v1.2.0 |
| 557 | 2025-07-23T09:01:30.610Z | Compiling idna v1.0.3 |
| 558 | 2025-07-23T09:01:31.187Z | Compiling url v2.5.4 |
| 559 | 2025-07-23T09:01:31.714Z | Compiling usdt-macro v0.5.0 |
| 560 | 2025-07-23T09:01:31.714Z | Compiling usdt-attr-macro v0.5.0 |
| 561 | 2025-07-23T09:01:32.235Z | Compiling toml v0.8.23 |
| 562 | 2025-07-23T09:01:32.736Z | Compiling usdt v0.5.0 |
| 563 | 2025-07-23T09:01:32.974Z | Compiling cargo-util-schemas v0.2.0 |
| 564 | 2025-07-23T09:01:32.974Z | Compiling cargo_toml v0.21.0 |
| 565 | 2025-07-23T09:01:34.357Z | Compiling cargo_metadata v0.20.0 |
| 566 | 2025-07-23T09:01:36.121Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 567 | 2025-07-23T09:01:39.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
| 568 | 2025-07-23T09:01:39.825Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 569 | 2025-07-23T09:01:40.506Z | Downloading crates ... |
| 570 | 2025-07-23T09:01:40.634Z | Downloaded aead v0.5.2 |
| 571 | 2025-07-23T09:01:40.640Z | Downloaded addr2line v0.24.2 |
| 572 | 2025-07-23T09:01:40.644Z | Downloaded adler2 v2.0.0 |
| 573 | 2025-07-23T09:01:40.661Z | Downloaded hex v0.4.3 |
| 574 | 2025-07-23T09:01:40.665Z | Downloaded http-body v1.0.1 |
| 575 | 2025-07-23T09:01:40.669Z | Downloaded crucible-workspace-hack v0.1.0 |
| 576 | 2025-07-23T09:01:40.669Z | Downloaded home v0.5.9 |
| 577 | 2025-07-23T09:01:40.671Z | Downloaded bit-vec v0.8.0 |
| 578 | 2025-07-23T09:01:40.675Z | Downloaded bindgen v0.69.5 |
| 579 | 2025-07-23T09:01:40.678Z | Downloaded bit-set v0.8.0 |
| 580 | 2025-07-23T09:01:40.678Z | Downloaded buf-list v1.0.3 |
| 581 | 2025-07-23T09:01:40.682Z | Downloaded arrayref v0.3.9 |
| 582 | 2025-07-23T09:01:40.686Z | Downloaded ahash v0.8.11 |
| 583 | 2025-07-23T09:01:40.686Z | Downloaded hostname v0.3.1 |
| 584 | 2025-07-23T09:01:40.689Z | Downloaded crc v3.2.1 |
| 585 | 2025-07-23T09:01:40.694Z | Downloaded cexpr v0.6.0 |
| 586 | 2025-07-23T09:01:40.694Z | Downloaded bitfield v0.14.0 |
| 587 | 2025-07-23T09:01:40.697Z | Downloaded hostname v0.4.0 |
| 588 | 2025-07-23T09:01:40.698Z | Downloaded highway v1.3.0 |
| 589 | 2025-07-23T09:01:40.701Z | Downloaded hmac v0.12.1 |
| 590 | 2025-07-23T09:01:40.701Z | Downloaded hickory-client v0.25.2 |
| 591 | 2025-07-23T09:01:40.706Z | Downloaded hex-literal v0.4.1 |
| 592 | 2025-07-23T09:01:40.706Z | Downloaded constant_time_eq v0.3.1 |
| 593 | 2025-07-23T09:01:40.710Z | Downloaded hkdf v0.12.4 |
| 594 | 2025-07-23T09:01:40.713Z | Downloaded atomicwrites v0.4.4 |
| 595 | 2025-07-23T09:01:40.713Z | Downloaded console v0.15.10 |
| 596 | 2025-07-23T09:01:40.718Z | Downloaded hickory-resolver v0.25.2 |
| 597 | 2025-07-23T09:01:40.721Z | Downloaded http v1.3.1 |
| 598 | 2025-07-23T09:01:40.725Z | Downloaded async-stream-impl v0.3.6 |
| 599 | 2025-07-23T09:01:40.728Z | Downloaded hickory-server v0.25.2 |
| 600 | 2025-07-23T09:01:40.732Z | Downloaded cobs v0.2.3 |
| 601 | 2025-07-23T09:01:40.732Z | Downloaded ciborium-io v0.2.2 |
| 602 | 2025-07-23T09:01:40.736Z | Downloaded instant v0.1.13 |
| 603 | 2025-07-23T09:01:40.736Z | Downloaded hubpack v0.1.2 |
| 604 | 2025-07-23T09:01:40.740Z | Downloaded cfg_aliases v0.2.1 |
| 605 | 2025-07-23T09:01:40.740Z | Downloaded is-terminal v0.4.13 |
| 606 | 2025-07-23T09:01:40.740Z | Downloaded indoc v1.0.9 |
| 607 | 2025-07-23T09:01:40.745Z | Downloaded base16ct v0.2.0 |
| 608 | 2025-07-23T09:01:40.748Z | Downloaded atty v0.2.14 |
| 609 | 2025-07-23T09:01:40.749Z | Downloaded cmake v0.1.51 |
| 610 | 2025-07-23T09:01:40.752Z | Downloaded bit-set v0.5.3 |
| 611 | 2025-07-23T09:01:40.752Z | Downloaded md5 v0.7.0 |
| 612 | 2025-07-23T09:01:40.752Z | Downloaded atomic-waker v1.1.2 |
| 613 | 2025-07-23T09:01:40.756Z | Downloaded progenitor-client v0.8.0 |
| 614 | 2025-07-23T09:01:40.756Z | Downloaded lockfree-object-pool v0.1.6 |
| 615 | 2025-07-23T09:01:40.761Z | Downloaded libsw v3.5.0 |
| 616 | 2025-07-23T09:01:40.765Z | Downloaded inout v0.1.3 |
| 617 | 2025-07-23T09:01:40.765Z | Downloaded camino-tempfile-ext v0.3.2 |
| 618 | 2025-07-23T09:01:40.765Z | Downloaded match_cfg v0.1.0 |
| 619 | 2025-07-23T09:01:40.765Z | Downloaded bitflags v1.3.2 |
| 620 | 2025-07-23T09:01:40.769Z | Downloaded is_ci v1.2.0 |
| 621 | 2025-07-23T09:01:40.773Z | Downloaded ident_case v1.0.1 |
| 622 | 2025-07-23T09:01:40.773Z | Downloaded http-range v0.1.5 |
| 623 | 2025-07-23T09:01:40.776Z | Downloaded cargo-platform v0.1.8 |
| 624 | 2025-07-23T09:01:40.776Z | Downloaded block-padding v0.3.3 |
| 625 | 2025-07-23T09:01:40.776Z | Downloaded castaway v0.2.3 |
| 626 | 2025-07-23T09:01:40.779Z | Downloaded cassowary v0.3.0 |
| 627 | 2025-07-23T09:01:40.780Z | Downloaded ingot v0.1.1 |
| 628 | 2025-07-23T09:01:40.783Z | Downloaded lru-cache v0.1.2 |
| 629 | 2025-07-23T09:01:40.787Z | Downloaded maybe-uninit v2.0.0 |
| 630 | 2025-07-23T09:01:40.787Z | Downloaded crossbeam-deque v0.8.5 |
| 631 | 2025-07-23T09:01:40.790Z | Downloaded hubpack_derive v0.1.1 |
| 632 | 2025-07-23T09:01:40.791Z | Downloaded crc-catalog v2.4.0 |
| 633 | 2025-07-23T09:01:40.791Z | Downloaded lzss v0.8.2 |
| 634 | 2025-07-23T09:01:40.794Z | Downloaded progenitor-client v0.9.1 |
| 635 | 2025-07-23T09:01:40.794Z | Downloaded lru v0.12.5 |
| 636 | 2025-07-23T09:01:40.798Z | Downloaded litrs v0.4.1 |
| 637 | 2025-07-23T09:01:40.801Z | Downloaded md-5 v0.10.6 |
| 638 | 2025-07-23T09:01:40.801Z | Downloaded scopeguard v1.2.0 |
| 639 | 2025-07-23T09:01:40.805Z | Downloaded lock_api v0.4.12 |
| 640 | 2025-07-23T09:01:40.806Z | Downloaded linked-hash-map v0.5.6 |
| 641 | 2025-07-23T09:01:40.809Z | Downloaded argon2 v0.5.3 |
| 642 | 2025-07-23T09:01:40.809Z | Downloaded humantime v2.2.0 |
| 643 | 2025-07-23T09:01:40.812Z | Downloaded chacha20poly1305 v0.10.1 |
| 644 | 2025-07-23T09:01:40.812Z | Downloaded base64ct v1.6.0 |
| 645 | 2025-07-23T09:01:40.816Z | Downloaded rand_xorshift v0.4.0 |
| 646 | 2025-07-23T09:01:40.819Z | Downloaded maplit v1.0.2 |
| 647 | 2025-07-23T09:01:40.819Z | Downloaded linear-map v1.2.0 |
| 648 | 2025-07-23T09:01:40.823Z | Downloaded lazycell v1.3.0 |
| 649 | 2025-07-23T09:01:40.823Z | Downloaded sync_wrapper v1.0.1 |
| 650 | 2025-07-23T09:01:40.827Z | Downloaded multer v3.1.0 |
| 651 | 2025-07-23T09:01:40.827Z | Downloaded lazy_static v1.5.0 |
| 652 | 2025-07-23T09:01:40.831Z | Downloaded indent_write v2.2.0 |
| 653 | 2025-07-23T09:01:40.831Z | Downloaded async-bb8-diesel v0.2.1 |
| 654 | 2025-07-23T09:01:40.835Z | Downloaded managed v0.8.0 |
| 655 | 2025-07-23T09:01:40.835Z | Downloaded kstat-rs v0.2.4 |
| 656 | 2025-07-23T09:01:40.838Z | Downloaded libefi-sys v0.1.0 |
| 657 | 2025-07-23T09:01:40.838Z | Downloaded bzip2 v0.4.4 |
| 658 | 2025-07-23T09:01:40.842Z | Downloaded keccak v0.1.5 |
| 659 | 2025-07-23T09:01:40.842Z | Downloaded cancel-safe-futures v0.1.5 |
| 660 | 2025-07-23T09:01:40.845Z | Downloaded sync-ptr v0.1.4 |
| 661 | 2025-07-23T09:01:40.849Z | Downloaded progenitor-client v0.10.0 |
| 662 | 2025-07-23T09:01:40.849Z | Downloaded cookie_store v0.21.1 |
| 663 | 2025-07-23T09:01:40.852Z | Downloaded convert_case v0.4.0 |
| 664 | 2025-07-23T09:01:40.856Z | Downloaded serde_repr v0.1.19 |
| 665 | 2025-07-23T09:01:40.856Z | Downloaded tower-service v0.3.3 |
| 666 | 2025-07-23T09:01:40.859Z | Downloaded colored v2.2.0 |
| 667 | 2025-07-23T09:01:40.862Z | Downloaded utf-8 v0.7.6 |
| 668 | 2025-07-23T09:01:40.862Z | Downloaded bcs v0.1.6 |
| 669 | 2025-07-23T09:01:40.866Z | Downloaded signal-hook-tokio v0.3.1 |
| 670 | 2025-07-23T09:01:40.866Z | Downloaded sha1 v0.10.6 |
| 671 | 2025-07-23T09:01:40.869Z | Downloaded rustc_version v0.4.1 |
| 672 | 2025-07-23T09:01:40.869Z | Downloaded waitgroup v0.1.2 |
| 673 | 2025-07-23T09:01:40.873Z | Downloaded lalrpop-util v0.19.12 |
| 674 | 2025-07-23T09:01:40.873Z | Downloaded ingot-macros v0.1.1 |
| 675 | 2025-07-23T09:01:40.876Z | Downloaded darling_macro v0.21.0 |
| 676 | 2025-07-23T09:01:40.877Z | Downloaded zone_cfg_derive v0.3.0 |
| 677 | 2025-07-23T09:01:40.880Z | Downloaded zeroize_derive v1.4.2 |
| 678 | 2025-07-23T09:01:40.880Z | Downloaded spki v0.7.3 |
| 679 | 2025-07-23T09:01:40.880Z | Downloaded jobserver v0.1.32 |
| 680 | 2025-07-23T09:01:40.884Z | Downloaded termcolor v1.4.1 |
| 681 | 2025-07-23T09:01:40.887Z | Downloaded stringprep v0.1.5 |
| 682 | 2025-07-23T09:01:40.887Z | Downloaded httparse v1.9.5 |
| 683 | 2025-07-23T09:01:40.890Z | Downloaded mime_guess v2.0.5 |
| 684 | 2025-07-23T09:01:40.894Z | Downloaded ciborium v0.2.2 |
| 685 | 2025-07-23T09:01:40.907Z | Downloaded fxhash v0.2.1 |
| 686 | 2025-07-23T09:01:40.911Z | Downloaded foreign-types-shared v0.1.1 |
| 687 | 2025-07-23T09:01:40.911Z | Downloaded foreign-types-macros v0.2.3 |
| 688 | 2025-07-23T09:01:40.911Z | Downloaded dunce v1.0.5 |
| 689 | 2025-07-23T09:01:40.914Z | Downloaded dsl_auto_type v0.1.2 |
| 690 | 2025-07-23T09:01:40.914Z | Downloaded termtree v0.5.1 |
| 691 | 2025-07-23T09:01:40.917Z | Downloaded openssl-macros v0.1.1 |
| 692 | 2025-07-23T09:01:40.917Z | Downloaded crc-any v2.5.0 |
| 693 | 2025-07-23T09:01:40.921Z | Downloaded base64 v0.13.1 |
| 694 | 2025-07-23T09:01:40.924Z | Downloaded hash32 v0.3.1 |
| 695 | 2025-07-23T09:01:40.928Z | Downloaded futures-task v0.3.31 |
| 696 | 2025-07-23T09:01:40.928Z | Downloaded secrecy v0.8.0 |
| 697 | 2025-07-23T09:01:40.928Z | Downloaded termios v0.3.3 |
| 698 | 2025-07-23T09:01:40.931Z | Downloaded universal-hash v0.5.1 |
| 699 | 2025-07-23T09:01:40.934Z | Downloaded slog-term v2.9.1 |
| 700 | 2025-07-23T09:01:40.934Z | Downloaded zstd v0.13.3 |
| 701 | 2025-07-23T09:01:40.938Z | Downloaded path-slash v0.1.5 |
| 702 | 2025-07-23T09:01:40.942Z | Downloaded slog-stdlog v4.1.1 |
| 703 | 2025-07-23T09:01:40.942Z | Downloaded typify-macro v0.2.0 |
| 704 | 2025-07-23T09:01:40.947Z | Downloaded ron v0.7.1 |
| 705 | 2025-07-23T09:01:40.950Z | Downloaded dyn-clone v1.0.19 |
| 706 | 2025-07-23T09:01:40.950Z | Downloaded wyz v0.5.1 |
| 707 | 2025-07-23T09:01:40.953Z | Downloaded term v0.7.0 |
| 708 | 2025-07-23T09:01:40.957Z | Downloaded quick-error v1.2.3 |
| 709 | 2025-07-23T09:01:40.957Z | Downloaded derive_builder_core v0.20.2 |
| 710 | 2025-07-23T09:01:40.960Z | Downloaded indexmap v1.9.3 |
| 711 | 2025-07-23T09:01:40.964Z | Downloaded fallible-iterator v0.2.0 |
| 712 | 2025-07-23T09:01:40.964Z | Downloaded deranged v0.3.11 |
| 713 | 2025-07-23T09:01:40.967Z | Downloaded compact_str v0.8.0 |
| 714 | 2025-07-23T09:01:40.971Z | Downloaded russh-cryptovec v0.7.3 |
| 715 | 2025-07-23T09:01:40.974Z | Downloaded futures-executor v0.3.31 |
| 716 | 2025-07-23T09:01:40.974Z | Downloaded env_filter v0.1.2 |
| 717 | 2025-07-23T09:01:40.978Z | Downloaded tokio-rustls v0.26.0 |
| 718 | 2025-07-23T09:01:40.978Z | Downloaded num_enum v0.5.11 |
| 719 | 2025-07-23T09:01:40.982Z | Downloaded tokio-rustls v0.25.0 |
| 720 | 2025-07-23T09:01:40.986Z | Downloaded num-iter v0.1.45 |
| 721 | 2025-07-23T09:01:40.989Z | Downloaded num-integer v0.1.46 |
| 722 | 2025-07-23T09:01:40.989Z | Downloaded hash32 v0.2.1 |
| 723 | 2025-07-23T09:01:40.993Z | Downloaded signal-hook v0.3.17 |
| 724 | 2025-07-23T09:01:40.996Z | Downloaded serde_cbor v0.11.2 |
| 725 | 2025-07-23T09:01:41.000Z | Downloaded tracing-attributes v0.1.27 |
| 726 | 2025-07-23T09:01:41.000Z | Downloaded time-core v0.1.2 |
| 727 | 2025-07-23T09:01:41.003Z | Downloaded password-hash v0.5.0 |
| 728 | 2025-07-23T09:01:41.003Z | Downloaded oxnet v0.1.2 |
| 729 | 2025-07-23T09:01:41.007Z | Downloaded progenitor v0.8.0 |
| 730 | 2025-07-23T09:01:41.010Z | Downloaded ecdsa v0.16.9 |
| 731 | 2025-07-23T09:01:41.010Z | Downloaded bytes v1.10.1 |
| 732 | 2025-07-23T09:01:41.014Z | Downloaded take_mut v0.2.2 |
| 733 | 2025-07-23T09:01:41.018Z | Downloaded env_logger v0.11.5 |
| 734 | 2025-07-23T09:01:41.021Z | Downloaded env_logger v0.10.2 |
| 735 | 2025-07-23T09:01:41.024Z | Downloaded derive_builder v0.20.2 |
| 736 | 2025-07-23T09:01:41.028Z | Downloaded miniz_oxide v0.8.5 |
| 737 | 2025-07-23T09:01:41.031Z | Downloaded ref-cast-impl v1.0.24 |
| 738 | 2025-07-23T09:01:41.031Z | Downloaded ref-cast v1.0.24 |
| 739 | 2025-07-23T09:01:41.036Z | Downloaded progenitor-macro v0.8.0 |
| 740 | 2025-07-23T09:01:41.036Z | Downloaded backtrace v0.3.74 |
| 741 | 2025-07-23T09:01:41.041Z | Downloaded zone v0.1.8 |
| 742 | 2025-07-23T09:01:41.044Z | Downloaded scrypt v0.11.0 |
| 743 | 2025-07-23T09:01:41.044Z | Downloaded shlex v1.3.0 |
| 744 | 2025-07-23T09:01:41.047Z | Downloaded shell-words v1.1.0 |
| 745 | 2025-07-23T09:01:41.048Z | Downloaded schemars_derive v0.8.22 |
| 746 | 2025-07-23T09:01:41.051Z | Downloaded num-rational v0.4.2 |
| 747 | 2025-07-23T09:01:41.051Z | Downloaded ron v0.8.1 |
| 748 | 2025-07-23T09:01:41.057Z | Downloaded ssh-encoding v0.2.0 |
| 749 | 2025-07-23T09:01:41.060Z | Downloaded endian-type v0.1.2 |
| 750 | 2025-07-23T09:01:41.063Z | Downloaded supports-color v3.0.2 |
| 751 | 2025-07-23T09:01:41.063Z | Downloaded static_assertions v1.1.0 |
| 752 | 2025-07-23T09:01:41.067Z | Downloaded ppv-lite86 v0.2.20 |
| 753 | 2025-07-23T09:01:41.067Z | Downloaded postcard v1.0.10 |
| 754 | 2025-07-23T09:01:41.070Z | Downloaded fd-lock v4.0.2 |
| 755 | 2025-07-23T09:01:41.074Z | Downloaded enum-as-inner v0.6.1 |
| 756 | 2025-07-23T09:01:41.074Z | Downloaded derive-where v1.5.0 |
| 757 | 2025-07-23T09:01:41.077Z | Downloaded normalize-line-endings v0.3.0 |
| 758 | 2025-07-23T09:01:41.081Z | Downloaded postgres-protocol v0.6.8 |
| 759 | 2025-07-23T09:01:41.084Z | Downloaded tokio-native-tls v0.3.1 |
| 760 | 2025-07-23T09:01:41.084Z | Downloaded xattr v1.3.1 |
| 761 | 2025-07-23T09:01:41.087Z | Downloaded tokio-dtrace v0.1.0 |
| 762 | 2025-07-23T09:01:41.091Z | Downloaded fatfs v0.3.6 |
| 763 | 2025-07-23T09:01:41.094Z | Downloaded oso-derive v0.27.3 |
| 764 | 2025-07-23T09:01:41.094Z | Downloaded topological-sort v0.2.2 |
| 765 | 2025-07-23T09:01:41.094Z | Downloaded hashbrown v0.12.3 |
| 766 | 2025-07-23T09:01:41.098Z | Downloaded const_format v0.2.34 |
| 767 | 2025-07-23T09:01:41.102Z | Downloaded zone v0.3.1 |
| 768 | 2025-07-23T09:01:41.106Z | Downloaded display-error-chain v0.2.2 |
| 769 | 2025-07-23T09:01:41.106Z | Downloaded half v2.4.1 |
| 770 | 2025-07-23T09:01:41.109Z | Downloaded sct v0.7.1 |
| 771 | 2025-07-23T09:01:41.113Z | Downloaded ena v0.14.3 |
| 772 | 2025-07-23T09:01:41.116Z | Downloaded document-features v0.2.10 |
| 773 | 2025-07-23T09:01:41.120Z | Downloaded slog-scope v4.4.0 |
| 774 | 2025-07-23T09:01:41.120Z | Downloaded rustc-hash v2.1.1 |
| 775 | 2025-07-23T09:01:41.123Z | Downloaded pin-project v1.1.6 |
| 776 | 2025-07-23T09:01:41.132Z | Downloaded progenitor-macro v0.9.1 |
| 777 | 2025-07-23T09:01:41.135Z | Downloaded sqlparser_derive v0.2.2 |
| 778 | 2025-07-23T09:01:41.135Z | Downloaded tokio-tungstenite v0.23.1 |
| 779 | 2025-07-23T09:01:41.138Z | Downloaded num v0.4.3 |
| 780 | 2025-07-23T09:01:41.142Z | Downloaded newtype-uuid v1.2.4 |
| 781 | 2025-07-23T09:01:41.142Z | Downloaded futures-io v0.3.31 |
| 782 | 2025-07-23T09:01:41.142Z | Downloaded futures-core v0.3.31 |
| 783 | 2025-07-23T09:01:41.146Z | Downloaded nu-ansi-term v0.50.1 |
| 784 | 2025-07-23T09:01:41.149Z | Downloaded hyper-util v0.1.14 |
| 785 | 2025-07-23T09:01:41.152Z | Downloaded packed_struct_codegen v0.10.1 |
| 786 | 2025-07-23T09:01:41.155Z | Downloaded tinyvec_macros v0.1.1 |
| 787 | 2025-07-23T09:01:41.155Z | Downloaded hashbrown v0.13.2 |
| 788 | 2025-07-23T09:01:41.159Z | Downloaded darling v0.20.10 |
| 789 | 2025-07-23T09:01:41.163Z | Downloaded headers v0.4.1 |
| 790 | 2025-07-23T09:01:41.169Z | Downloaded darling_macro v0.20.10 |
| 791 | 2025-07-23T09:01:41.173Z | Downloaded xshell-macros v0.2.7 |
| 792 | 2025-07-23T09:01:41.173Z | Downloaded unit-prefix v0.5.1 |
| 793 | 2025-07-23T09:01:41.176Z | Downloaded typify-macro v0.3.0 |
| 794 | 2025-07-23T09:01:41.176Z | Downloaded polyval v0.6.2 |
| 795 | 2025-07-23T09:01:41.179Z | Downloaded publicsuffix v2.3.0 |
| 796 | 2025-07-23T09:01:41.180Z | Downloaded mio v1.0.2 |
| 797 | 2025-07-23T09:01:41.185Z | Downloaded defmt-parser v0.3.4 |
| 798 | 2025-07-23T09:01:41.188Z | Downloaded der v0.7.9 |
| 799 | 2025-07-23T09:01:41.192Z | Downloaded num_threads v0.1.7 |
| 800 | 2025-07-23T09:01:41.196Z | Downloaded serde_derive_internals v0.29.1 |
| 801 | 2025-07-23T09:01:41.196Z | Downloaded libm v0.2.8 |
| 802 | 2025-07-23T09:01:41.203Z | Downloaded peg-runtime v0.8.5 |
| 803 | 2025-07-23T09:01:41.207Z | Downloaded slog-dtrace v0.3.0 |
| 804 | 2025-07-23T09:01:41.208Z | Downloaded slog-bunyan v2.5.0 |
| 805 | 2025-07-23T09:01:41.212Z | Downloaded openssl-probe v0.1.5 |
| 806 | 2025-07-23T09:01:41.212Z | Downloaded salsa20 v0.10.2 |
| 807 | 2025-07-23T09:01:41.212Z | Downloaded num-conv v0.1.0 |
| 808 | 2025-07-23T09:01:41.212Z | Downloaded aes v0.8.4 |
| 809 | 2025-07-23T09:01:41.216Z | Downloaded tiny-keccak v2.0.2 |
| 810 | 2025-07-23T09:01:41.219Z | Downloaded walkdir v2.5.0 |
| 811 | 2025-07-23T09:01:41.223Z | Downloaded schemars v0.8.22 |
| 812 | 2025-07-23T09:01:41.233Z | Downloaded xz2 v0.1.7 |
| 813 | 2025-07-23T09:01:41.236Z | Downloaded whoami v1.5.2 |
| 814 | 2025-07-23T09:01:41.240Z | Downloaded progenitor v0.10.0 |
| 815 | 2025-07-23T09:01:41.240Z | Downloaded futures v0.3.31 |
| 816 | 2025-07-23T09:01:41.245Z | Downloaded defmt-macros v0.3.9 |
| 817 | 2025-07-23T09:01:41.250Z | Downloaded futures-macro v0.3.31 |
| 818 | 2025-07-23T09:01:41.253Z | Downloaded funty v2.0.0 |
| 819 | 2025-07-23T09:01:41.253Z | Downloaded flagset v0.4.6 |
| 820 | 2025-07-23T09:01:41.253Z | Downloaded embedded-io v0.4.0 |
| 821 | 2025-07-23T09:01:41.257Z | Downloaded defmt v0.3.8 |
| 822 | 2025-07-23T09:01:41.260Z | Downloaded number_prefix v0.4.0 |
| 823 | 2025-07-23T09:01:41.260Z | Downloaded fs_extra v1.3.0 |
| 824 | 2025-07-23T09:01:41.264Z | Downloaded group v0.13.0 |
| 825 | 2025-07-23T09:01:41.267Z | Downloaded serde_bytes v0.11.17 |
| 826 | 2025-07-23T09:01:41.267Z | Downloaded tracing-core v0.1.32 |
| 827 | 2025-07-23T09:01:41.271Z | Downloaded aws-lc-rs v1.12.4 |
| 828 | 2025-07-23T09:01:41.278Z | Downloaded void v1.0.2 |
| 829 | 2025-07-23T09:01:41.282Z | Downloaded primeorder v0.13.6 |
| 830 | 2025-07-23T09:01:41.282Z | Downloaded predicates-core v1.0.8 |
| 831 | 2025-07-23T09:01:41.285Z | Downloaded parking_lot v0.12.3 |
| 832 | 2025-07-23T09:01:41.289Z | Downloaded rand_chacha v0.9.0 |
| 833 | 2025-07-23T09:01:41.289Z | Downloaded proc-macro-crate v1.3.1 |
| 834 | 2025-07-23T09:01:41.293Z | Downloaded aes-gcm v0.10.3 |
| 835 | 2025-07-23T09:01:41.297Z | Downloaded csv-core v0.1.11 |
| 836 | 2025-07-23T09:01:41.297Z | Downloaded foreign-types-shared v0.3.1 |
| 837 | 2025-07-23T09:01:41.300Z | Downloaded embedded-io v0.6.1 |
| 838 | 2025-07-23T09:01:41.300Z | Downloaded rustls-pemfile v2.2.0 |
| 839 | 2025-07-23T09:01:41.304Z | Downloaded new_debug_unreachable v1.0.6 |
| 840 | 2025-07-23T09:01:41.304Z | Downloaded serde_path_to_error v0.1.17 |
| 841 | 2025-07-23T09:01:41.307Z | Downloaded serde_urlencoded v0.7.1 |
| 842 | 2025-07-23T09:01:41.307Z | Downloaded serde_plain v1.0.2 |
| 843 | 2025-07-23T09:01:41.310Z | Downloaded progenitor-impl v0.10.0 |
| 844 | 2025-07-23T09:01:41.314Z | Downloaded parse-display v0.10.0 |
| 845 | 2025-07-23T09:01:41.314Z | Downloaded tap v1.0.1 |
| 846 | 2025-07-23T09:01:41.317Z | Downloaded tabled_derive v0.10.0 |
| 847 | 2025-07-23T09:01:41.317Z | Downloaded structmeta v0.3.0 |
| 848 | 2025-07-23T09:01:41.322Z | Downloaded snafu-derive v0.8.5 |
| 849 | 2025-07-23T09:01:41.322Z | Downloaded thiserror-no-std v2.0.2 |
| 850 | 2025-07-23T09:01:41.325Z | Downloaded spin v0.9.8 |
| 851 | 2025-07-23T09:01:41.329Z | Downloaded qorb v0.4.0 |
| 852 | 2025-07-23T09:01:41.332Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 853 | 2025-07-23T09:01:41.336Z | Downloaded wait-timeout v0.2.0 |
| 854 | 2025-07-23T09:01:41.336Z | Downloaded sigpipe v0.1.3 |
| 855 | 2025-07-23T09:01:41.339Z | Downloaded predicates v3.1.3 |
| 856 | 2025-07-23T09:01:41.343Z | Downloaded structmeta-derive v0.3.0 |
| 857 | 2025-07-23T09:01:41.343Z | Downloaded strum v0.27.1 |
| 858 | 2025-07-23T09:01:41.346Z | Downloaded strum v0.26.3 |
| 859 | 2025-07-23T09:01:41.346Z | Downloaded unicode-properties v0.1.3 |
| 860 | 2025-07-23T09:01:41.349Z | Downloaded filetime v0.2.25 |
| 861 | 2025-07-23T09:01:41.349Z | Downloaded secrecy v0.10.3 |
| 862 | 2025-07-23T09:01:41.353Z | Downloaded itertools v0.13.0 |
| 863 | 2025-07-23T09:01:41.357Z | Downloaded float-ord v0.3.2 |
| 864 | 2025-07-23T09:01:41.361Z | Downloaded which v4.4.2 |
| 865 | 2025-07-23T09:01:41.361Z | Downloaded want v0.3.1 |
| 866 | 2025-07-23T09:01:41.364Z | Downloaded parse-display-derive v0.10.0 |
| 867 | 2025-07-23T09:01:41.364Z | Downloaded rayon-core v1.12.1 |
| 868 | 2025-07-23T09:01:41.368Z | Downloaded itertools v0.14.0 |
| 869 | 2025-07-23T09:01:41.375Z | Downloaded heapless v0.7.17 |
| 870 | 2025-07-23T09:01:41.379Z | Downloaded fixedbitset v0.4.2 |
| 871 | 2025-07-23T09:01:41.383Z | Downloaded toml_edit v0.19.15 |
| 872 | 2025-07-23T09:01:41.397Z | Downloaded progenitor-macro v0.10.0 |
| 873 | 2025-07-23T09:01:41.400Z | Downloaded aho-corasick v1.1.3 |
| 874 | 2025-07-23T09:01:41.404Z | Downloaded opaque-debug v0.3.1 |
| 875 | 2025-07-23T09:01:41.407Z | Downloaded getrandom v0.2.15 |
| 876 | 2025-07-23T09:01:41.411Z | Downloaded iri-string v0.7.8 |
| 877 | 2025-07-23T09:01:41.415Z | Downloaded foreign-types v0.3.2 |
| 878 | 2025-07-23T09:01:41.418Z | Downloaded zeroize v1.8.1 |
| 879 | 2025-07-23T09:01:41.418Z | Downloaded native-tls v0.2.12 |
| 880 | 2025-07-23T09:01:41.422Z | Downloaded serde-big-array v0.5.1 |
| 881 | 2025-07-23T09:01:41.425Z | Downloaded nibble_vec v0.1.0 |
| 882 | 2025-07-23T09:01:41.425Z | Downloaded newline-converter v0.3.0 |
| 883 | 2025-07-23T09:01:41.425Z | Downloaded glob v0.3.2 |
| 884 | 2025-07-23T09:01:41.429Z | Downloaded nodrop v0.1.14 |
| 885 | 2025-07-23T09:01:41.432Z | Downloaded pin-project-lite v0.2.14 |
| 886 | 2025-07-23T09:01:41.435Z | Downloaded pin-project-internal v1.1.6 |
| 887 | 2025-07-23T09:01:41.439Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 888 | 2025-07-23T09:01:41.439Z | Downloaded num_enum_derive v0.5.11 |
| 889 | 2025-07-23T09:01:41.439Z | Downloaded num-derive v0.4.2 |
| 890 | 2025-07-23T09:01:41.442Z | Downloaded blake3 v1.5.4 |
| 891 | 2025-07-23T09:01:41.448Z | Downloaded simd-adler32 v0.3.7 |
| 892 | 2025-07-23T09:01:41.451Z | Downloaded rustc-hash v1.1.0 |
| 893 | 2025-07-23T09:01:41.454Z | Downloaded steno v0.4.1 |
| 894 | 2025-07-23T09:01:41.458Z | Downloaded russh v0.45.0 |
| 895 | 2025-07-23T09:01:41.461Z | Downloaded pretty-hex v0.2.1 |
| 896 | 2025-07-23T09:01:41.465Z | Downloaded cstr-argument v0.1.2 |
| 897 | 2025-07-23T09:01:41.466Z | Downloaded crunchy v0.2.2 |
| 898 | 2025-07-23T09:01:41.466Z | Downloaded siphasher v0.3.11 |
| 899 | 2025-07-23T09:01:41.469Z | Downloaded nanorand v0.7.0 |
| 900 | 2025-07-23T09:01:41.469Z | Downloaded ctr v0.9.2 |
| 901 | 2025-07-23T09:01:41.473Z | Downloaded thread_local v1.1.8 |
| 902 | 2025-07-23T09:01:41.473Z | Downloaded strum_macros v0.27.1 |
| 903 | 2025-07-23T09:01:41.476Z | Downloaded diesel-dtrace v0.4.2 |
| 904 | 2025-07-23T09:01:41.480Z | Downloaded hickory-proto v0.25.2 |
| 905 | 2025-07-23T09:01:41.493Z | Downloaded foreign-types v0.5.0 |
| 906 | 2025-07-23T09:01:41.496Z | Downloaded difflib v0.4.0 |
| 907 | 2025-07-23T09:01:41.496Z | Downloaded untrusted v0.7.1 |
| 908 | 2025-07-23T09:01:41.496Z | Downloaded semver v0.1.20 |
| 909 | 2025-07-23T09:01:41.496Z | Downloaded sec1 v0.7.3 |
| 910 | 2025-07-23T09:01:41.500Z | Downloaded winnow v0.5.40 |
| 911 | 2025-07-23T09:01:41.506Z | Downloaded zone_cfg_derive v0.1.2 |
| 912 | 2025-07-23T09:01:41.510Z | Downloaded pkcs1 v0.7.5 |
| 913 | 2025-07-23T09:01:41.513Z | Downloaded dirs-next v2.0.0 |
| 914 | 2025-07-23T09:01:41.513Z | Downloaded fs-err v2.11.0 |
| 915 | 2025-07-23T09:01:41.517Z | Downloaded slab v0.4.9 |
| 916 | 2025-07-23T09:01:41.517Z | Downloaded oxide-tokio-rt v0.1.2 |
| 917 | 2025-07-23T09:01:41.520Z | Downloaded phf v0.11.2 |
| 918 | 2025-07-23T09:01:41.520Z | Downloaded derive_more v0.99.20 |
| 919 | 2025-07-23T09:01:41.523Z | Downloaded pem-rfc7468 v0.7.0 |
| 920 | 2025-07-23T09:01:41.527Z | Downloaded parse-size v1.1.0 |
| 921 | 2025-07-23T09:01:41.527Z | Downloaded typify v0.4.1 |
| 922 | 2025-07-23T09:01:41.530Z | Downloaded futures-sink v0.3.31 |
| 923 | 2025-07-23T09:01:41.534Z | Downloaded vte v0.11.1 |
| 924 | 2025-07-23T09:01:41.534Z | Downloaded gethostname v0.5.0 |
| 925 | 2025-07-23T09:01:41.537Z | Downloaded zerocopy v0.6.6 |
| 926 | 2025-07-23T09:01:41.537Z | Downloaded elliptic-curve v0.13.8 |
| 927 | 2025-07-23T09:01:41.540Z | Downloaded support-bundle-viewer v0.1.2 |
| 928 | 2025-07-23T09:01:41.560Z | Downloaded subtle v2.6.1 |
| 929 | 2025-07-23T09:01:41.560Z | Downloaded try-lock v0.2.5 |
| 930 | 2025-07-23T09:01:41.560Z | Downloaded rand_core v0.6.4 |
| 931 | 2025-07-23T09:01:41.560Z | Downloaded twox-hash v2.1.0 |
| 932 | 2025-07-23T09:01:41.560Z | Downloaded prettyplease v0.2.35 |
| 933 | 2025-07-23T09:01:41.560Z | Downloaded r2d2 v0.8.10 |
| 934 | 2025-07-23T09:01:41.560Z | Downloaded uzers v0.12.1 |
| 935 | 2025-07-23T09:01:41.560Z | Downloaded num-bigint-dig v0.8.4 |
| 936 | 2025-07-23T09:01:41.565Z | Downloaded winnow v0.6.26 |
| 937 | 2025-07-23T09:01:41.568Z | Downloaded tui-tree-widget v0.23.1 |
| 938 | 2025-07-23T09:01:41.571Z | Downloaded value-bag v1.9.0 |
| 939 | 2025-07-23T09:01:41.575Z | Downloaded slog v2.7.0 |
| 940 | 2025-07-23T09:01:41.578Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 941 | 2025-07-23T09:01:41.578Z | Downloaded rustls-pki-types v1.10.0 |
| 942 | 2025-07-23T09:01:41.582Z | Downloaded either v1.15.0 |
| 943 | 2025-07-23T09:01:41.582Z | Downloaded pem v3.0.5 |
| 944 | 2025-07-23T09:01:41.585Z | Downloaded dirs-sys-next v0.1.2 |
| 945 | 2025-07-23T09:01:41.585Z | Downloaded vsss-rs v3.3.4 |
| 946 | 2025-07-23T09:01:41.589Z | Downloaded parking_lot_core v0.8.6 |
| 947 | 2025-07-23T09:01:41.589Z | Downloaded unicase v2.7.0 |
| 948 | 2025-07-23T09:01:41.593Z | Downloaded rand v0.9.1 |
| 949 | 2025-07-23T09:01:41.596Z | Downloaded pretty_assertions v1.4.1 |
| 950 | 2025-07-23T09:01:41.596Z | Downloaded heapless v0.8.0 |
| 951 | 2025-07-23T09:01:41.600Z | Downloaded crypto-bigint v0.5.5 |
| 952 | 2025-07-23T09:01:41.605Z | Downloaded progenitor v0.9.1 |
| 953 | 2025-07-23T09:01:41.608Z | Downloaded packed_struct v0.10.1 |
| 954 | 2025-07-23T09:01:41.608Z | Downloaded rustc-demangle v0.1.24 |
| 955 | 2025-07-23T09:01:41.612Z | Downloaded zerocopy-derive v0.8.26 |
| 956 | 2025-07-23T09:01:41.616Z | Downloaded ssh-key v0.6.6 |
| 957 | 2025-07-23T09:01:41.622Z | Downloaded ed25519 v2.2.3 |
| 958 | 2025-07-23T09:01:41.625Z | Downloaded typify v0.2.0 |
| 959 | 2025-07-23T09:01:41.630Z | Downloaded tungstenite v0.23.0 |
| 960 | 2025-07-23T09:01:41.634Z | Downloaded rsa v0.9.6 |
| 961 | 2025-07-23T09:01:41.637Z | Downloaded rustyline v14.0.0 |
| 962 | 2025-07-23T09:01:41.641Z | Downloaded h2 v0.4.6 |
| 963 | 2025-07-23T09:01:41.645Z | Downloaded diesel_derives v2.2.3 |
| 964 | 2025-07-23T09:01:41.649Z | Downloaded similar v2.7.0 |
| 965 | 2025-07-23T09:01:41.654Z | Downloaded snafu v0.8.5 |
| 966 | 2025-07-23T09:01:41.660Z | Downloaded unsafe-libyaml v0.2.11 |
| 967 | 2025-07-23T09:01:41.663Z | Downloaded typify v0.3.0 |
| 968 | 2025-07-23T09:01:41.667Z | Downloaded rayon v1.10.0 |
| 969 | 2025-07-23T09:01:41.675Z | Downloaded oso v0.27.3 |
| 970 | 2025-07-23T09:01:41.678Z | Downloaded prefix-trie v0.7.0 |
| 971 | 2025-07-23T09:01:41.681Z | Downloaded samael v0.0.19 |
| 972 | 2025-07-23T09:01:41.686Z | Downloaded flume v0.11.1 |
| 973 | 2025-07-23T09:01:41.690Z | Downloaded subprocess v0.2.9 |
| 974 | 2025-07-23T09:01:41.694Z | Downloaded reedline v0.40.0 |
| 975 | 2025-07-23T09:01:41.699Z | Downloaded bitvec v1.0.1 |
| 976 | 2025-07-23T09:01:41.713Z | Downloaded dropshot_endpoint v0.16.2 |
| 977 | 2025-07-23T09:01:41.717Z | Downloaded zerocopy v0.8.26 |
| 978 | 2025-07-23T09:01:41.736Z | Downloaded ed25519-dalek v2.1.1 |
| 979 | 2025-07-23T09:01:41.740Z | Downloaded rustls-webpki v0.101.7 |
| 980 | 2025-07-23T09:01:41.752Z | Downloaded zlib-rs v0.5.1 |
| 981 | 2025-07-23T09:01:41.756Z | Downloaded typed-path v0.9.3 |
| 982 | 2025-07-23T09:01:41.762Z | Downloaded vcpkg v0.2.15 |
| 983 | 2025-07-23T09:01:41.798Z | Downloaded sqlparser v0.45.0 |
| 984 | 2025-07-23T09:01:41.804Z | Downloaded rustls-webpki v0.102.8 |
| 985 | 2025-07-23T09:01:41.819Z | Downloaded regex v1.11.1 |
| 986 | 2025-07-23T09:01:41.831Z | Downloaded zip v4.2.0 |
| 987 | 2025-07-23T09:01:41.835Z | Downloaded serde_with v3.14.0 |
| 988 | 2025-07-23T09:01:41.846Z | Downloaded unicode-normalization v0.1.24 |
| 989 | 2025-07-23T09:01:41.850Z | Downloaded portable-atomic v1.11.0 |
| 990 | 2025-07-23T09:01:41.855Z | Downloaded p384 v0.13.0 |
| 991 | 2025-07-23T09:01:41.861Z | Downloaded nix v0.28.0 |
| 992 | 2025-07-23T09:01:41.871Z | Downloaded p521 v0.13.3 |
| 993 | 2025-07-23T09:01:41.875Z | Downloaded petname v2.0.2 |
| 994 | 2025-07-23T09:01:41.879Z | Downloaded openssl v0.10.73 |
| 995 | 2025-07-23T09:01:41.887Z | Downloaded nix v0.27.1 |
| 996 | 2025-07-23T09:01:41.897Z | Downloaded salty v0.3.0 |
| 997 | 2025-07-23T09:01:41.903Z | Downloaded polar-core v0.27.3 |
| 998 | 2025-07-23T09:01:41.910Z | Downloaded reqwest v0.12.22 |
| 999 | 2025-07-23T09:01:41.917Z | Downloaded quinn-proto v0.11.8 |
| 1000 | 2025-07-23T09:01:41.923Z | Downloaded regex-syntax v0.8.5 |
| 1001 | 2025-07-23T09:01:41.930Z | Downloaded bstr v1.10.0 |
| 1002 | 2025-07-23T09:01:41.939Z | Downloaded webpki-roots v1.0.1 |
| 1003 | 2025-07-23T09:01:41.942Z | Downloaded object v0.30.4 |
| 1004 | 2025-07-23T09:01:41.950Z | Downloaded rustls v0.22.4 |
| 1005 | 2025-07-23T09:01:41.962Z | Downloaded smoltcp v0.9.1 |
| 1006 | 2025-07-23T09:01:41.971Z | Downloaded proptest v1.7.0 |
| 1007 | 2025-07-23T09:01:41.979Z | Downloaded git2 v0.19.0 |
| 1008 | 2025-07-23T09:01:41.986Z | Downloaded nix v0.30.1 |
| 1009 | 2025-07-23T09:01:41.997Z | Downloaded gimli v0.31.1 |
| 1010 | 2025-07-23T09:01:42.004Z | Downloaded rustls v0.23.19 |
| 1011 | 2025-07-23T09:01:42.015Z | Downloaded tabled v0.18.0 |
| 1012 | 2025-07-23T09:01:42.031Z | Downloaded smoltcp v0.11.0 |
| 1013 | 2025-07-23T09:01:42.041Z | Downloaded object v0.36.5 |
| 1014 | 2025-07-23T09:01:42.051Z | Downloaded diesel v2.2.11 |
| 1015 | 2025-07-23T09:01:42.068Z | Downloaded openapiv3 v2.2.0 |
| 1016 | 2025-07-23T09:01:42.077Z | Downloaded dropshot v0.16.2 |
| 1017 | 2025-07-23T09:01:42.097Z | Downloaded typify-impl v0.4.1 |
| 1018 | 2025-07-23T09:01:42.109Z | Downloaded typify-impl v0.3.0 |
| 1019 | 2025-07-23T09:01:42.122Z | Downloaded regress v0.10.3 |
| 1020 | 2025-07-23T09:01:42.129Z | Downloaded sled v0.34.7 |
| 1021 | 2025-07-23T09:01:42.138Z | Downloaded curve25519-dalek v4.1.3 |
| 1022 | 2025-07-23T09:01:42.146Z | Downloaded nix v0.29.0 |
| 1023 | 2025-07-23T09:01:42.155Z | Downloaded rustls v0.21.12 |
| 1024 | 2025-07-23T09:01:42.165Z | Downloaded typify-impl v0.2.0 |
| 1025 | 2025-07-23T09:01:42.177Z | Downloaded regex-syntax v0.6.29 |
| 1026 | 2025-07-23T09:01:42.183Z | Downloaded radix_trie v0.2.1 |
| 1027 | 2025-07-23T09:01:42.187Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1028 | 2025-07-23T09:01:42.198Z | Downloaded regex-automata v0.4.8 |
| 1029 | 2025-07-23T09:01:42.211Z | Downloaded zerocopy-derive v0.6.6 |
| 1030 | 2025-07-23T09:01:42.220Z | Downloaded lzma-sys v0.1.20 |
| 1031 | 2025-07-23T09:01:42.245Z | Downloaded jiff v0.2.15 |
| 1032 | 2025-07-23T09:01:42.259Z | Downloaded ratatui v0.29.0 |
| 1033 | 2025-07-23T09:01:42.275Z | Downloaded libz-sys v1.1.20 |
| 1034 | 2025-07-23T09:01:42.293Z | Downloaded moka v0.12.10 |
| 1035 | 2025-07-23T09:01:42.301Z | Downloaded tokio v1.45.1 |
| 1036 | 2025-07-23T09:01:42.334Z | Downloaded bindgen v0.71.1 |
| 1037 | 2025-07-23T09:01:42.340Z | Downloaded tungstenite v0.21.0 |
| 1038 | 2025-07-23T09:01:42.343Z | Downloaded petgraph v0.6.5 |
| 1039 | 2025-07-23T09:01:42.360Z | Downloaded quick-xml v0.37.2 |
| 1040 | 2025-07-23T09:01:42.365Z | Downloaded chrono-tz v0.10.4 |
| 1041 | 2025-07-23T09:01:42.380Z | Downloaded petgraph v0.8.2 |
| 1042 | 2025-07-23T09:01:42.399Z | Downloaded lalrpop v0.19.12 |
| 1043 | 2025-07-23T09:01:42.408Z | Downloaded owo-colors v4.2.2 |
| 1044 | 2025-07-23T09:01:42.412Z | Downloaded des v0.8.1 |
| 1045 | 2025-07-23T09:01:42.415Z | Downloaded sha3 v0.10.8 |
| 1046 | 2025-07-23T09:01:42.418Z | Downloaded uuid v1.17.0 |
| 1047 | 2025-07-23T09:01:42.422Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 1048 | 2025-07-23T09:01:42.436Z | Downloaded futures-util v0.3.31 |
| 1049 | 2025-07-23T09:01:42.446Z | Downloaded nom v7.1.3 |
| 1050 | 2025-07-23T09:01:42.451Z | Downloaded csv v1.3.1 |
| 1051 | 2025-07-23T09:01:42.468Z | Downloaded tower-http v0.6.6 |
| 1052 | 2025-07-23T09:01:42.475Z | Downloaded tough v0.20.0 |
| 1053 | 2025-07-23T09:01:42.482Z | Downloaded tokio-util v0.7.15 |
| 1054 | 2025-07-23T09:01:42.488Z | Downloaded chrono v0.4.41 |
| 1055 | 2025-07-23T09:01:42.493Z | Downloaded predicates-tree v1.0.12 |
| 1056 | 2025-07-23T09:01:42.497Z | Downloaded serde-hex v0.1.0 |
| 1057 | 2025-07-23T09:01:42.497Z | Downloaded openssl-sys v0.9.109 |
| 1058 | 2025-07-23T09:01:42.500Z | Downloaded rand v0.8.5 |
| 1059 | 2025-07-23T09:01:42.504Z | Downloaded siphasher v1.0.1 |
| 1060 | 2025-07-23T09:01:42.507Z | Downloaded num-bigint v0.4.6 |
| 1061 | 2025-07-23T09:01:42.511Z | Downloaded unicode-bidi v0.3.17 |
| 1062 | 2025-07-23T09:01:42.514Z | Downloaded time v0.3.36 |
| 1063 | 2025-07-23T09:01:42.518Z | Downloaded same-file v1.0.6 |
| 1064 | 2025-07-23T09:01:42.521Z | Downloaded rtoolbox v0.0.2 |
| 1065 | 2025-07-23T09:01:42.521Z | Downloaded quinn-udp v0.5.5 |
| 1066 | 2025-07-23T09:01:42.524Z | Downloaded pin-utils v0.1.0 |
| 1067 | 2025-07-23T09:01:42.525Z | Downloaded phf v0.12.1 |
| 1068 | 2025-07-23T09:01:42.525Z | Downloaded heck v0.3.3 |
| 1069 | 2025-07-23T09:01:42.528Z | Downloaded foldhash v0.1.5 |
| 1070 | 2025-07-23T09:01:42.528Z | Downloaded num-complex v0.4.6 |
| 1071 | 2025-07-23T09:01:42.528Z | Downloaded omicron-zone-package v0.12.2 |
| 1072 | 2025-07-23T09:01:42.531Z | Downloaded tls_codec v0.4.1 |
| 1073 | 2025-07-23T09:01:42.535Z | Downloaded precomputed-hash v0.1.1 |
| 1074 | 2025-07-23T09:01:42.535Z | Downloaded newtype_derive v0.1.6 |
| 1075 | 2025-07-23T09:01:42.535Z | Downloaded unarray v0.1.4 |
| 1076 | 2025-07-23T09:01:42.535Z | Downloaded typify-macro v0.4.1 |
| 1077 | 2025-07-23T09:01:42.539Z | Downloaded yansi v1.0.1 |
| 1078 | 2025-07-23T09:01:42.539Z | Downloaded unicode_categories v0.1.1 |
| 1079 | 2025-07-23T09:01:42.542Z | Downloaded tower v0.5.2 |
| 1080 | 2025-07-23T09:01:42.548Z | Downloaded olpc-cjson v0.1.4 |
| 1081 | 2025-07-23T09:01:42.551Z | Downloaded rcgen v0.12.1 |
| 1082 | 2025-07-23T09:01:42.551Z | Downloaded encoding_rs v0.8.34 |
| 1083 | 2025-07-23T09:01:42.570Z | Downloaded hyper v1.6.0 |
| 1084 | 2025-07-23T09:01:42.576Z | Downloaded float-cmp v0.10.0 |
| 1085 | 2025-07-23T09:01:42.579Z | Downloaded flate2 v1.1.2 |
| 1086 | 2025-07-23T09:01:42.583Z | Downloaded rfc6979 v0.4.0 |
| 1087 | 2025-07-23T09:01:42.583Z | Downloaded resolv-conf v0.7.0 |
| 1088 | 2025-07-23T09:01:42.586Z | Downloaded phf_shared v0.11.2 |
| 1089 | 2025-07-23T09:01:42.586Z | Downloaded socket2 v0.5.10 |
| 1090 | 2025-07-23T09:01:42.586Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1091 | 2025-07-23T09:01:42.589Z | Downloaded x509-cert v0.2.5 |
| 1092 | 2025-07-23T09:01:42.594Z | Downloaded tokio-postgres v0.7.13 |
| 1093 | 2025-07-23T09:01:42.599Z | Downloaded vte_generate_state_changes v0.1.2 |
| 1094 | 2025-07-23T09:01:42.602Z | Downloaded ring v0.17.14 |
| 1095 | 2025-07-23T09:01:42.637Z | Downloaded num-derive v0.3.3 |
| 1096 | 2025-07-23T09:01:42.640Z | Downloaded ghash v0.5.1 |
| 1097 | 2025-07-23T09:01:42.640Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1098 | 2025-07-23T09:01:42.640Z | Downloaded darling_core v0.20.10 |
| 1099 | 2025-07-23T09:01:42.644Z | Downloaded darling_core v0.21.0 |
| 1100 | 2025-07-23T09:01:42.648Z | Downloaded slog-envlogger v2.2.0 |
| 1101 | 2025-07-23T09:01:42.652Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1102 | 2025-07-23T09:01:42.652Z | Downloaded papergrid v0.14.0 |
| 1103 | 2025-07-23T09:01:42.655Z | Downloaded unicode-segmentation v1.12.0 |
| 1104 | 2025-07-23T09:01:42.658Z | Downloaded peg-macros v0.8.5 |
| 1105 | 2025-07-23T09:01:42.662Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1106 | 2025-07-23T09:01:42.707Z | Downloaded tinyvec v1.8.0 |
| 1107 | 2025-07-23T09:01:42.712Z | Downloaded test-strategy v0.4.3 |
| 1108 | 2025-07-23T09:01:42.715Z | Downloaded globset v0.4.15 |
| 1109 | 2025-07-23T09:01:42.715Z | Downloaded hickory-proto v0.24.4 |
| 1110 | 2025-07-23T09:01:42.728Z | Downloaded progenitor-impl v0.9.1 |
| 1111 | 2025-07-23T09:01:42.731Z | Downloaded progenitor-impl v0.8.0 |
| 1112 | 2025-07-23T09:01:42.731Z | Downloaded itertools v0.12.1 |
| 1113 | 2025-07-23T09:01:42.736Z | Downloaded rustc_version v0.1.7 |
| 1114 | 2025-07-23T09:01:42.739Z | Downloaded data-encoding v2.9.0 |
| 1115 | 2025-07-23T09:01:42.739Z | Downloaded pkcs5 v0.7.1 |
| 1116 | 2025-07-23T09:01:42.743Z | Downloaded itertools v0.10.5 |
| 1117 | 2025-07-23T09:01:42.746Z | Downloaded derive_builder_macro v0.20.2 |
| 1118 | 2025-07-23T09:01:42.750Z | Downloaded yasna v0.5.2 |
| 1119 | 2025-07-23T09:01:42.750Z | Downloaded parking_lot v0.11.2 |
| 1120 | 2025-07-23T09:01:42.753Z | Downloaded rand_chacha v0.3.1 |
| 1121 | 2025-07-23T09:01:42.753Z | Downloaded peg v0.8.5 |
| 1122 | 2025-07-23T09:01:42.757Z | Downloaded pbkdf2 v0.12.2 |
| 1123 | 2025-07-23T09:01:42.757Z | Downloaded crossterm v0.28.1 |
| 1124 | 2025-07-23T09:01:42.762Z | Downloaded untrusted v0.9.0 |
| 1125 | 2025-07-23T09:01:42.765Z | Downloaded tabwriter v1.4.0 |
| 1126 | 2025-07-23T09:01:42.765Z | Downloaded signature v2.2.0 |
| 1127 | 2025-07-23T09:01:42.765Z | Downloaded serde_with_macros v3.14.0 |
| 1128 | 2025-07-23T09:01:42.769Z | Downloaded quinn v0.11.5 |
| 1129 | 2025-07-23T09:01:42.772Z | Downloaded expectorate v1.2.0 |
| 1130 | 2025-07-23T09:01:42.772Z | Downloaded libxml v0.3.3 |
| 1131 | 2025-07-23T09:01:42.776Z | Downloaded globwalk v0.9.1 |
| 1132 | 2025-07-23T09:01:42.780Z | Downloaded fixedbitset v0.5.7 |
| 1133 | 2025-07-23T09:01:42.780Z | Downloaded poly1305 v0.8.0 |
| 1134 | 2025-07-23T09:01:42.783Z | Downloaded iddqd v0.3.9 |
| 1135 | 2025-07-23T09:01:42.787Z | Downloaded unicode-truncate v1.1.0 |
| 1136 | 2025-07-23T09:01:42.790Z | Downloaded diff v0.1.13 |
| 1137 | 2025-07-23T09:01:42.794Z | Downloaded rpassword v7.4.0 |
| 1138 | 2025-07-23T09:01:42.794Z | Downloaded time-macros v0.2.18 |
| 1139 | 2025-07-23T09:01:42.797Z | Downloaded pkcs8 v0.10.2 |
| 1140 | 2025-07-23T09:01:42.797Z | Downloaded darling v0.21.0 |
| 1141 | 2025-07-23T09:01:42.801Z | Downloaded xshell v0.2.7 |
| 1142 | 2025-07-23T09:01:42.804Z | Downloaded toml v0.7.8 |
| 1143 | 2025-07-23T09:01:42.809Z | Downloaded debug-ignore v1.0.5 |
| 1144 | 2025-07-23T09:01:42.809Z | Downloaded minimal-lexical v0.2.1 |
| 1145 | 2025-07-23T09:01:42.812Z | Downloaded pkg-config v0.3.31 |
| 1146 | 2025-07-23T09:01:42.812Z | Downloaded tracing v0.1.40 |
| 1147 | 2025-07-23T09:01:42.815Z | Downloaded russh-keys v0.45.0 |
| 1148 | 2025-07-23T09:01:42.819Z | Downloaded tls_codec_derive v0.4.1 |
| 1149 | 2025-07-23T09:01:42.819Z | Downloaded futures-channel v0.3.31 |
| 1150 | 2025-07-23T09:01:42.822Z | Downloaded ff v0.13.0 |
| 1151 | 2025-07-23T09:01:42.822Z | Downloaded tokio-tungstenite v0.21.0 |
| 1152 | 2025-07-23T09:01:42.822Z | Downloaded cc v1.2.30 |
| 1153 | 2025-07-23T09:01:42.826Z | Downloaded zip v0.6.6 |
| 1154 | 2025-07-23T09:01:42.829Z | Downloaded p256 v0.13.2 |
| 1155 | 2025-07-23T09:01:42.832Z | Downloaded tokio-macros v2.5.0 |
| 1156 | 2025-07-23T09:01:42.832Z | Downloaded headers-core v0.3.0 |
| 1157 | 2025-07-23T09:01:42.836Z | Downloaded tagptr v0.2.0 |
| 1158 | 2025-07-23T09:01:42.836Z | Downloaded postgres-types v0.2.9 |
| 1159 | 2025-07-23T09:01:42.836Z | Downloaded derive-ex v0.1.8 |
| 1160 | 2025-07-23T09:01:42.840Z | Downloaded crossbeam-channel v0.5.15 |
| 1161 | 2025-07-23T09:01:42.843Z | Downloaded bumpalo v3.16.0 |
| 1162 | 2025-07-23T09:01:42.843Z | Downloaded password-hash v0.4.2 |
| 1163 | 2025-07-23T09:01:42.847Z | Downloaded parking_lot_core v0.9.10 |
| 1164 | 2025-07-23T09:01:42.847Z | Downloaded zopfli v0.8.1 |
| 1165 | 2025-07-23T09:01:42.850Z | Downloaded ssh-cipher v0.2.0 |
| 1166 | 2025-07-23T09:01:42.850Z | Downloaded smf v0.2.3 |
| 1167 | 2025-07-23T09:01:42.853Z | Downloaded slog-json v2.6.1 |
| 1168 | 2025-07-23T09:01:42.854Z | Downloaded jiff-static v0.2.15 |
| 1169 | 2025-07-23T09:01:42.857Z | Downloaded vergen v8.3.2 |
| 1170 | 2025-07-23T09:01:42.857Z | Downloaded rustversion v1.0.17 |
| 1171 | 2025-07-23T09:01:42.861Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1172 | 2025-07-23T09:01:42.861Z | Downloaded rusty-fork v0.3.0 |
| 1173 | 2025-07-23T09:01:42.861Z | Downloaded tokio-stream v0.1.17 |
| 1174 | 2025-07-23T09:01:42.864Z | Downloaded allocator-api2 v0.2.21 |
| 1175 | 2025-07-23T09:01:42.868Z | Downloaded hickory-resolver v0.24.4 |
| 1176 | 2025-07-23T09:01:42.871Z | Downloaded indicatif v0.18.0 |
| 1177 | 2025-07-23T09:01:42.876Z | Downloaded indicatif v0.17.11 |
| 1178 | 2025-07-23T09:01:42.879Z | Downloaded der_derive v0.7.3 |
| 1179 | 2025-07-23T09:01:42.879Z | Downloaded tar v0.4.44 |
| 1180 | 2025-07-23T09:01:42.883Z | Downloaded daft-derive v0.1.4 |
| 1181 | 2025-07-23T09:01:42.887Z | Downloaded daft v0.1.4 |
| 1182 | 2025-07-23T09:01:42.887Z | Downloaded const-oid v0.9.6 |
| 1183 | 2025-07-23T09:01:42.890Z | Downloaded powerfmt v0.2.0 |
| 1184 | 2025-07-23T09:01:42.890Z | Downloaded phf_shared v0.12.1 |
| 1185 | 2025-07-23T09:01:42.890Z | Downloaded pbkdf2 v0.11.0 |
| 1186 | 2025-07-23T09:01:42.893Z | Downloaded paste v1.0.15 |
| 1187 | 2025-07-23T09:01:42.893Z | Downloaded zstd-safe v7.2.3 |
| 1188 | 2025-07-23T09:01:42.897Z | Downloaded ignore v0.4.23 |
| 1189 | 2025-07-23T09:01:42.897Z | Downloaded tokio-rustls v0.24.1 |
| 1190 | 2025-07-23T09:01:42.900Z | Downloaded arc-swap v1.7.1 |
| 1191 | 2025-07-23T09:01:42.903Z | Downloaded strum_macros v0.26.4 |
| 1192 | 2025-07-23T09:01:42.903Z | Downloaded strum_macros v0.24.3 |
| 1193 | 2025-07-23T09:01:42.907Z | Downloaded sqlformat v0.3.5 |
| 1194 | 2025-07-23T09:01:42.907Z | Downloaded libloading v0.8.5 |
| 1195 | 2025-07-23T09:01:42.910Z | Downloaded rustls-native-certs v0.8.1 |
| 1196 | 2025-07-23T09:01:42.910Z | Downloaded proc-macro-error2 v2.0.1 |
| 1197 | 2025-07-23T09:01:42.913Z | Downloaded multimap v0.10.1 |
| 1198 | 2025-07-23T09:01:42.917Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1199 | 2025-07-23T09:01:42.917Z | Downloaded half v1.8.3 |
| 1200 | 2025-07-23T09:01:42.920Z | Downloaded crossbeam-utils v0.8.21 |
| 1201 | 2025-07-23T09:01:42.921Z | Downloaded crossbeam-epoch v0.9.18 |
| 1202 | 2025-07-23T09:01:42.925Z | Downloaded cookie v0.18.1 |
| 1203 | 2025-07-23T09:01:42.925Z | Downloaded blake2 v0.10.6 |
| 1204 | 2025-07-23T09:01:42.928Z | Downloaded memmap2 v0.9.5 |
| 1205 | 2025-07-23T09:01:42.929Z | Downloaded string_cache v0.8.9 |
| 1206 | 2025-07-23T09:01:42.932Z | Downloaded smallvec v0.6.14 |
| 1207 | 2025-07-23T09:01:42.932Z | Downloaded hyper-rustls v0.27.7 |
| 1208 | 2025-07-23T09:01:42.935Z | Downloaded slog-async v2.8.0 |
| 1209 | 2025-07-23T09:01:42.935Z | Downloaded iana-time-zone v0.1.63 |
| 1210 | 2025-07-23T09:01:42.939Z | Downloaded hyper-staticfile v0.10.1 |
| 1211 | 2025-07-23T09:01:42.939Z | Downloaded rand_core v0.9.2 |
| 1212 | 2025-07-23T09:01:42.939Z | Downloaded mime v0.3.17 |
| 1213 | 2025-07-23T09:01:42.942Z | Downloaded arrayvec v0.7.6 |
| 1214 | 2025-07-23T09:01:42.942Z | Downloaded tower-layer v0.3.3 |
| 1215 | 2025-07-23T09:01:42.942Z | Downloaded signal-hook-registry v1.4.2 |
| 1216 | 2025-07-23T09:01:42.946Z | Downloaded rustls-pemfile v1.0.4 |
| 1217 | 2025-07-23T09:01:42.946Z | Downloaded bzip2 v0.5.2 |
| 1218 | 2025-07-23T09:01:42.949Z | Downloaded async-trait v0.1.88 |
| 1219 | 2025-07-23T09:01:42.953Z | Downloaded ipnet v2.11.0 |
| 1220 | 2025-07-23T09:01:42.953Z | Downloaded hyper-tls v0.6.0 |
| 1221 | 2025-07-23T09:01:42.953Z | Downloaded crc32fast v1.4.2 |
| 1222 | 2025-07-23T09:01:42.956Z | Downloaded console v0.16.0 |
| 1223 | 2025-07-23T09:01:42.956Z | Downloaded signal-hook-mio v0.2.4 |
| 1224 | 2025-07-23T09:01:42.960Z | Downloaded memoffset v0.9.1 |
| 1225 | 2025-07-23T09:01:42.960Z | Downloaded libz-rs-sys v0.5.1 |
| 1226 | 2025-07-23T09:01:42.960Z | Downloaded httpdate v1.0.3 |
| 1227 | 2025-07-23T09:01:42.963Z | Downloaded rand_seeder v0.3.0 |
| 1228 | 2025-07-23T09:01:42.963Z | Downloaded radium v0.7.0 |
| 1229 | 2025-07-23T09:01:42.963Z | Downloaded psl-types v2.0.11 |
| 1230 | 2025-07-23T09:01:42.963Z | Downloaded ipnetwork v0.21.1 |
| 1231 | 2025-07-23T09:01:42.967Z | Downloaded libsw-core v0.3.1 |
| 1232 | 2025-07-23T09:01:42.967Z | Downloaded libscf-sys v1.1.0 |
| 1233 | 2025-07-23T09:01:42.967Z | Downloaded ingot-types v0.1.2 |
| 1234 | 2025-07-23T09:01:42.970Z | Downloaded chacha20 v0.9.1 |
| 1235 | 2025-07-23T09:01:42.970Z | Downloaded instability v0.3.2 |
| 1236 | 2025-07-23T09:01:42.974Z | Downloaded const_format_proc_macros v0.2.34 |
| 1237 | 2025-07-23T09:01:42.974Z | Downloaded critical-section v1.1.3 |
| 1238 | 2025-07-23T09:01:42.974Z | Downloaded ciborium-ll v0.2.2 |
| 1239 | 2025-07-23T09:01:42.977Z | Downloaded cbc v0.1.2 |
| 1240 | 2025-07-23T09:01:42.977Z | Downloaded blowfish v0.9.1 |
| 1241 | 2025-07-23T09:01:42.977Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1242 | 2025-07-23T09:01:42.981Z | Downloaded async-stream v0.3.6 |
| 1243 | 2025-07-23T09:01:42.981Z | Downloaded internet-checksum v0.2.1 |
| 1244 | 2025-07-23T09:01:42.981Z | Downloaded cipher v0.4.4 |
| 1245 | 2025-07-23T09:01:42.984Z | Downloaded http-body-util v0.1.3 |
| 1246 | 2025-07-23T09:01:42.984Z | Downloaded cargo_metadata v0.18.1 |
| 1247 | 2025-07-23T09:01:42.984Z | Downloaded bit-vec v0.6.3 |
| 1248 | 2025-07-23T09:01:42.988Z | Downloaded indoc v2.0.6 |
| 1249 | 2025-07-23T09:01:42.988Z | Downloaded bb8 v0.8.5 |
| 1250 | 2025-07-23T09:01:42.991Z | Downloaded base64 v0.21.7 |
| 1251 | 2025-07-23T09:01:42.991Z | Downloaded async-recursion v1.1.1 |
| 1252 | 2025-07-23T09:01:42.995Z | Downloaded ascii-canvas v3.0.0 |
| 1253 | 2025-07-23T09:01:42.998Z | Downloaded array-init v0.0.4 |
| 1254 | 2025-07-23T09:01:42.998Z | Downloaded crc8 v0.1.1 |
| 1255 | 2025-07-23T09:01:42.998Z | Downloaded assert_matches v1.5.0 |
| 1256 | 2025-07-23T09:01:42.998Z | Downloaded cfg_aliases v0.1.1 |
| 1257 | 2025-07-23T09:01:42.998Z | Downloaded bitfield-struct v0.6.2 |
| 1258 | 2025-07-23T09:01:43.002Z | Downloaded backoff v0.4.0 |
| 1259 | 2025-07-23T09:01:43.002Z | Downloaded clang-sys v1.8.1 |
| 1260 | 2025-07-23T09:01:43.005Z | Downloaded base64 v0.22.1 |
| 1261 | 2025-07-23T09:01:43.243Z | Downloaded aws-lc-sys v0.26.0 |
| 1262 | 2025-07-23T09:01:43.586Z | Compiling value-bag v1.9.0 |
| 1263 | 2025-07-23T09:01:43.586Z | Compiling shlex v1.3.0 |
| 1264 | 2025-07-23T09:01:43.586Z | Compiling lock_api v0.4.12 |
| 1265 | 2025-07-23T09:01:43.590Z | Compiling scopeguard v1.2.0 |
| 1266 | 2025-07-23T09:01:43.590Z | Compiling typenum v1.17.0 |
| 1267 | 2025-07-23T09:01:43.590Z | Compiling generic-array v0.14.7 |
| 1268 | 2025-07-23T09:01:43.753Z | Compiling syn v2.0.104 |
| 1269 | 2025-07-23T09:01:43.767Z | Compiling getrandom v0.2.15 |
| 1270 | 2025-07-23T09:01:43.943Z | Compiling jobserver v0.1.32 |
| 1271 | 2025-07-23T09:01:44.131Z | Compiling rand_core v0.6.4 |
| 1272 | 2025-07-23T09:01:44.208Z | Compiling log v0.4.27 |
| 1273 | 2025-07-23T09:01:44.231Z | Compiling smallvec v1.15.0 |
| 1274 | 2025-07-23T09:01:44.369Z | Compiling cc v1.2.30 |
| 1275 | 2025-07-23T09:01:44.649Z | Compiling portable-atomic v1.11.0 |
| 1276 | 2025-07-23T09:01:44.695Z | Compiling subtle v2.6.1 |
| 1277 | 2025-07-23T09:01:44.749Z | Compiling critical-section v1.1.3 |
| 1278 | 2025-07-23T09:01:44.864Z | Compiling const-oid v0.9.6 |
| 1279 | 2025-07-23T09:01:44.939Z | Compiling pkg-config v0.3.31 |
| 1280 | 2025-07-23T09:01:44.962Z | Compiling pin-project-lite v0.2.14 |
| 1281 | 2025-07-23T09:01:45.071Z | Compiling parking_lot_core v0.9.10 |
| 1282 | 2025-07-23T09:01:45.117Z | Compiling rustix v0.38.37 |
| 1283 | 2025-07-23T09:01:46.008Z | Compiling signal-hook-registry v1.4.2 |
| 1284 | 2025-07-23T09:01:46.094Z | Compiling parking_lot v0.12.3 |
| 1285 | 2025-07-23T09:01:46.146Z | Compiling mio v1.0.2 |
| 1286 | 2025-07-23T09:01:46.214Z | Compiling futures-core v0.3.31 |
| 1287 | 2025-07-23T09:01:46.482Z | Compiling spin v0.9.8 |
| 1288 | 2025-07-23T09:01:46.690Z | Compiling socket2 v0.5.10 |
| 1289 | 2025-07-23T09:01:46.884Z | Compiling once_cell v1.21.3 |
| 1290 | 2025-07-23T09:01:46.952Z | Compiling slab v0.4.9 |
| 1291 | 2025-07-23T09:01:47.016Z | Compiling aho-corasick v1.1.3 |
| 1292 | 2025-07-23T09:01:47.035Z | Compiling regex-syntax v0.8.5 |
| 1293 | 2025-07-23T09:01:47.267Z | Compiling serde_json v1.0.140 |
| 1294 | 2025-07-23T09:01:47.297Z | Compiling libm v0.2.8 |
| 1295 | 2025-07-23T09:01:47.318Z | Compiling cpufeatures v0.2.14 |
| 1296 | 2025-07-23T09:01:47.582Z | Compiling num-traits v0.2.19 |
| 1297 | 2025-07-23T09:01:47.604Z | Compiling futures-sink v0.3.31 |
| 1298 | 2025-07-23T09:01:47.657Z | Compiling percent-encoding v2.3.1 |
| 1299 | 2025-07-23T09:01:47.708Z | Compiling getrandom v0.3.1 |
| 1300 | 2025-07-23T09:01:47.768Z | Compiling either v1.15.0 |
| 1301 | 2025-07-23T09:01:47.915Z | Compiling glob v0.3.2 |
| 1302 | 2025-07-23T09:01:48.251Z | Compiling prettyplease v0.2.35 |
| 1303 | 2025-07-23T09:01:48.545Z | Compiling lazy_static v1.5.0 |
| 1304 | 2025-07-23T09:01:48.689Z | Compiling foldhash v0.1.5 |
| 1305 | 2025-07-23T09:01:48.693Z | Compiling minimal-lexical v0.2.1 |
| 1306 | 2025-07-23T09:01:48.729Z | Compiling clang-sys v1.8.1 |
| 1307 | 2025-07-23T09:01:48.870Z | Compiling allocator-api2 v0.2.21 |
| 1308 | 2025-07-23T09:01:49.114Z | Compiling nom v7.1.3 |
| 1309 | 2025-07-23T09:01:49.198Z | Compiling libloading v0.8.5 |
| 1310 | 2025-07-23T09:01:49.538Z | Compiling hashbrown v0.15.4 |
| 1311 | 2025-07-23T09:01:49.573Z | Compiling bindgen v0.69.5 |
| 1312 | 2025-07-23T09:01:49.593Z | Compiling base64ct v1.6.0 |
| 1313 | 2025-07-23T09:01:50.175Z | Compiling home v0.5.9 |
| 1314 | 2025-07-23T09:01:50.401Z | Compiling pem-rfc7468 v0.7.0 |
| 1315 | 2025-07-23T09:01:50.784Z | Compiling regex-automata v0.4.8 |
| 1316 | 2025-07-23T09:01:51.001Z | Compiling itertools v0.12.1 |
| 1317 | 2025-07-23T09:01:51.165Z | Compiling synstructure v0.13.1 |
| 1318 | 2025-07-23T09:01:52.342Z | Compiling cexpr v0.6.0 |
| 1319 | 2025-07-23T09:01:52.514Z | Compiling futures-channel v0.3.31 |
| 1320 | 2025-07-23T09:01:52.863Z | Compiling rustc-hash v1.1.0 |
| 1321 | 2025-07-23T09:01:52.942Z | Compiling futures-task v0.3.31 |
| 1322 | 2025-07-23T09:01:53.040Z | Compiling pin-utils v0.1.0 |
| 1323 | 2025-07-23T09:01:53.155Z | Compiling flagset v0.4.6 |
| 1324 | 2025-07-23T09:01:53.258Z | Compiling futures-io v0.3.31 |
| 1325 | 2025-07-23T09:01:53.405Z | Compiling lazycell v1.3.0 |
| 1326 | 2025-07-23T09:01:53.552Z | Compiling cmake v0.1.51 |
| 1327 | 2025-07-23T09:01:53.606Z | Compiling fs_extra v1.3.0 |
| 1328 | 2025-07-23T09:01:53.794Z | Compiling dunce v1.0.5 |
| 1329 | 2025-07-23T09:01:53.887Z | Compiling zerocopy v0.8.26 |
| 1330 | 2025-07-23T09:01:53.954Z | Compiling form_urlencoded v1.2.1 |
| 1331 | 2025-07-23T09:01:54.112Z | Compiling paste v1.0.15 |
| 1332 | 2025-07-23T09:01:54.157Z | Compiling vcpkg v0.2.15 |
| 1333 | 2025-07-23T09:01:54.255Z | Compiling ring v0.17.14 |
| 1334 | 2025-07-23T09:01:54.399Z | Compiling tracing-core v0.1.32 |
| 1335 | 2025-07-23T09:01:54.749Z | Compiling iana-time-zone v0.1.63 |
| 1336 | 2025-07-23T09:01:55.121Z | Compiling aws-lc-rs v1.12.4 |
| 1337 | 2025-07-23T09:01:55.560Z | Compiling httparse v1.9.5 |
| 1338 | 2025-07-23T09:01:55.589Z | Compiling rustls-pki-types v1.10.0 |
| 1339 | 2025-07-23T09:01:55.748Z | Compiling rustversion v1.0.17 |
| 1340 | 2025-07-23T09:01:55.785Z | Compiling openssl-sys v0.9.109 |
| 1341 | 2025-07-23T09:01:56.176Z | Compiling serde_derive v1.0.219 |
| 1342 | 2025-07-23T09:01:56.224Z | Compiling zeroize_derive v1.4.2 |
| 1343 | 2025-07-23T09:01:56.415Z | Compiling zerofrom-derive v0.1.4 |
| 1344 | 2025-07-23T09:01:56.435Z | Compiling yoke-derive v0.7.4 |
| 1345 | 2025-07-23T09:01:56.828Z | Compiling zerovec-derive v0.10.3 |
| 1346 | 2025-07-23T09:01:57.600Z | Compiling zeroize v1.8.1 |
| 1347 | 2025-07-23T09:01:58.984Z | Compiling displaydoc v0.2.5 |
| 1348 | 2025-07-23T09:01:59.232Z | Compiling zerocopy-derive v0.7.35 |
| 1349 | 2025-07-23T09:01:59.369Z | Compiling crypto-common v0.1.6 |
| 1350 | 2025-07-23T09:01:59.622Z | Compiling block-buffer v0.10.4 |
| 1351 | 2025-07-23T09:01:59.763Z | Compiling zerofrom v0.1.4 |
| 1352 | 2025-07-23T09:01:59.887Z | Compiling digest v0.10.7 |
| 1353 | 2025-07-23T09:01:59.984Z | Compiling yoke v0.7.4 |
| 1354 | 2025-07-23T09:02:00.328Z | Compiling zerovec v0.10.4 |
| 1355 | 2025-07-23T09:02:00.332Z | Compiling tokio-macros v2.5.0 |
| 1356 | 2025-07-23T09:02:00.387Z | Compiling hmac v0.12.1 |
| 1357 | 2025-07-23T09:02:00.452Z | Compiling icu_provider_macros v1.5.0 |
| 1358 | 2025-07-23T09:02:00.648Z | Compiling block-padding v0.3.3 |
| 1359 | 2025-07-23T09:02:00.739Z | Compiling sha2 v0.10.9 |
| 1360 | 2025-07-23T09:02:00.807Z | Compiling regex v1.11.1 |
| 1361 | 2025-07-23T09:02:00.919Z | Compiling inout v0.1.3 |
| 1362 | 2025-07-23T09:02:01.115Z | Compiling zerocopy v0.7.35 |
| 1363 | 2025-07-23T09:02:01.222Z | Compiling cipher v0.4.4 |
| 1364 | 2025-07-23T09:02:01.493Z | Compiling futures-macro v0.3.31 |
| 1365 | 2025-07-23T09:02:01.752Z | Compiling der_derive v0.7.3 |
| 1366 | 2025-07-23T09:02:01.771Z | Compiling thiserror-impl v1.0.69 |
| 1367 | 2025-07-23T09:02:01.775Z | Compiling salsa20 v0.10.2 |
| 1368 | 2025-07-23T09:02:02.049Z | Compiling tinystr v0.7.6 |
| 1369 | 2025-07-23T09:02:02.262Z | Compiling icu_collections v1.5.0 |
| 1370 | 2025-07-23T09:02:02.452Z | Compiling icu_locid v1.5.0 |
| 1371 | 2025-07-23T09:02:02.489Z | Compiling ppv-lite86 v0.2.20 |
| 1372 | 2025-07-23T09:02:03.297Z | Compiling pbkdf2 v0.12.2 |
| 1373 | 2025-07-23T09:02:03.342Z | Compiling futures-util v0.3.31 |
| 1374 | 2025-07-23T09:02:03.420Z | Compiling serde v1.0.219 |
| 1375 | 2025-07-23T09:02:03.506Z | Compiling zerocopy-derive v0.8.26 |
| 1376 | 2025-07-23T09:02:03.528Z | Compiling scrypt v0.11.0 |
| 1377 | 2025-07-23T09:02:04.037Z | Compiling icu_provider v1.5.0 |
| 1378 | 2025-07-23T09:02:04.059Z | Compiling der v0.7.9 |
| 1379 | 2025-07-23T09:02:04.173Z | Compiling aes v0.8.4 |
| 1380 | 2025-07-23T09:02:04.438Z | Compiling cbc v0.1.2 |
| 1381 | 2025-07-23T09:02:04.686Z | Compiling thiserror v1.0.69 |
| 1382 | 2025-07-23T09:02:04.707Z | Compiling icu_locid_transform v1.5.0 |
| 1383 | 2025-07-23T09:02:04.851Z | Compiling pest v2.7.14 |
| 1384 | 2025-07-23T09:02:05.074Z | Compiling tracing-attributes v0.1.27 |
| 1385 | 2025-07-23T09:02:06.651Z | Compiling icu_properties v1.5.1 |
| 1386 | 2025-07-23T09:02:06.832Z | Compiling spki v0.7.3 |
| 1387 | 2025-07-23T09:02:07.029Z | Compiling scroll_derive v0.12.0 |
| 1388 | 2025-07-23T09:02:07.221Z | Compiling pkcs5 v0.7.1 |
| 1389 | 2025-07-23T09:02:07.776Z | Compiling pest_meta v2.7.14 |
| 1390 | 2025-07-23T09:02:08.231Z | Compiling tracing v0.1.40 |
| 1391 | 2025-07-23T09:02:08.249Z | Compiling pkcs8 v0.10.2 |
| 1392 | 2025-07-23T09:02:08.482Z | Compiling bitflags v2.9.1 |
| 1393 | 2025-07-23T09:02:08.729Z | Compiling bytes v1.10.1 |
| 1394 | 2025-07-23T09:02:08.778Z | Compiling semver v1.0.26 |
| 1395 | 2025-07-23T09:02:08.962Z | Compiling indexmap v2.10.0 |
| 1396 | 2025-07-23T09:02:09.467Z | Compiling rustc_version v0.4.1 |
| 1397 | 2025-07-23T09:02:10.146Z | Compiling tokio v1.45.1 |
| 1398 | 2025-07-23T09:02:10.194Z | Compiling http v1.3.1 |
| 1399 | 2025-07-23T09:02:10.361Z | Compiling icu_normalizer v1.5.0 |
| 1400 | 2025-07-23T09:02:10.428Z | Compiling uuid v1.17.0 |
| 1401 | 2025-07-23T09:02:11.226Z | Compiling chrono v0.4.41 |
| 1402 | 2025-07-23T09:02:11.471Z | Compiling idna_adapter v1.2.0 |
| 1403 | 2025-07-23T09:02:11.717Z | Compiling idna v1.0.3 |
| 1404 | 2025-07-23T09:02:11.850Z | Compiling http-body v1.0.1 |
| 1405 | 2025-07-23T09:02:12.009Z | Compiling base64 v0.22.1 |
| 1406 | 2025-07-23T09:02:12.036Z | Compiling tinyvec_macros v0.1.1 |
| 1407 | 2025-07-23T09:02:12.119Z | Compiling rand_core v0.9.2 |
| 1408 | 2025-07-23T09:02:12.154Z | Compiling tinyvec v1.8.0 |
| 1409 | 2025-07-23T09:02:12.298Z | Compiling pest_generator v2.7.14 |
| 1410 | 2025-07-23T09:02:12.557Z | Compiling which v4.4.2 |
| 1411 | 2025-07-23T09:02:12.665Z | Compiling url v2.5.4 |
| 1412 | 2025-07-23T09:02:13.183Z | Compiling scroll v0.12.0 |
| 1413 | 2025-07-23T09:02:13.697Z | Compiling serde_derive_internals v0.29.1 |
| 1414 | 2025-07-23T09:02:13.717Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1415 | 2025-07-23T09:02:13.750Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1416 | 2025-07-23T09:02:14.079Z | Compiling atomic-waker v1.1.2 |
| 1417 | 2025-07-23T09:02:14.222Z | Compiling tower-service v0.3.3 |
| 1418 | 2025-07-23T09:02:14.268Z | Compiling adler2 v2.0.0 |
| 1419 | 2025-07-23T09:02:14.375Z | Compiling schemars v0.8.22 |
| 1420 | 2025-07-23T09:02:14.429Z | Compiling try-lock v0.2.5 |
| 1421 | 2025-07-23T09:02:14.495Z | Compiling time-core v0.1.2 |
| 1422 | 2025-07-23T09:02:14.515Z | Compiling untrusted v0.7.1 |
| 1423 | 2025-07-23T09:02:14.539Z | Compiling untrusted v0.9.0 |
| 1424 | 2025-07-23T09:02:14.610Z | Compiling openssl-probe v0.1.5 |
| 1425 | 2025-07-23T09:02:14.677Z | Compiling openssl v0.10.73 |
| 1426 | 2025-07-23T09:02:14.723Z | Compiling num-conv v0.1.0 |
| 1427 | 2025-07-23T09:02:14.746Z | Compiling powerfmt v0.2.0 |
| 1428 | 2025-07-23T09:02:14.749Z | Compiling foreign-types-shared v0.1.1 |
| 1429 | 2025-07-23T09:02:14.904Z | Compiling foreign-types v0.3.2 |
| 1430 | 2025-07-23T09:02:14.927Z | Compiling goblin v0.8.2 |
| 1431 | 2025-07-23T09:02:15.004Z | Compiling time-macros v0.2.18 |
| 1432 | 2025-07-23T09:02:15.027Z | Compiling deranged v0.3.11 |
| 1433 | 2025-07-23T09:02:15.185Z | Compiling want v0.3.1 |
| 1434 | 2025-07-23T09:02:15.829Z | Compiling schemars_derive v0.8.22 |
| 1435 | 2025-07-23T09:02:16.326Z | Compiling miniz_oxide v0.8.5 |
| 1436 | 2025-07-23T09:02:17.892Z | Compiling pest_derive v2.7.14 |
| 1437 | 2025-07-23T09:02:18.701Z | Compiling tokio-util v0.7.15 |
| 1438 | 2025-07-23T09:02:19.333Z | Compiling rand_chacha v0.9.0 |
| 1439 | 2025-07-23T09:02:19.355Z | Compiling ipnet v2.11.0 |
| 1440 | 2025-07-23T09:02:20.082Z | Compiling h2 v0.4.6 |
| 1441 | 2025-07-23T09:02:20.501Z | Compiling openssl-macros v0.1.1 |
| 1442 | 2025-07-23T09:02:21.227Z | Compiling rustls v0.23.19 |
| 1443 | 2025-07-23T09:02:21.284Z | Compiling httpdate v1.0.3 |
| 1444 | 2025-07-23T09:02:21.549Z | Compiling crossbeam-utils v0.8.21 |
| 1445 | 2025-07-23T09:02:21.685Z | Compiling num_threads v0.1.7 |
| 1446 | 2025-07-23T09:02:21.742Z | Compiling dyn-clone v1.0.19 |
| 1447 | 2025-07-23T09:02:21.854Z | Compiling native-tls v0.2.12 |
| 1448 | 2025-07-23T09:02:21.984Z | Compiling syn v1.0.109 |
| 1449 | 2025-07-23T09:02:22.257Z | Compiling time v0.3.36 |
| 1450 | 2025-07-23T09:02:23.086Z | Compiling dof v0.3.0 |
| 1451 | 2025-07-23T09:02:23.533Z | Compiling rand v0.9.1 |
| 1452 | 2025-07-23T09:02:24.981Z | Compiling dtrace-parser v0.2.0 |
| 1453 | 2025-07-23T09:02:25.222Z | Compiling unicode-normalization v0.1.24 |
| 1454 | 2025-07-23T09:02:25.288Z | Compiling heapless v0.7.17 |
| 1455 | 2025-07-23T09:02:25.743Z | Compiling signature v2.2.0 |
| 1456 | 2025-07-23T09:02:26.041Z | Compiling crc32fast v1.4.2 |
| 1457 | 2025-07-23T09:02:26.219Z | Compiling cookie v0.18.1 |
| 1458 | 2025-07-23T09:02:26.376Z | Compiling zlib-rs v0.5.1 |
| 1459 | 2025-07-23T09:02:26.535Z | Compiling unicode-bidi v0.3.17 |
| 1460 | 2025-07-23T09:02:26.785Z | Compiling unicode-properties v0.1.3 |
| 1461 | 2025-07-23T09:02:26.807Z | Compiling signal-hook v0.3.17 |
| 1462 | 2025-07-23T09:02:27.125Z | Compiling hyper v1.6.0 |
| 1463 | 2025-07-23T09:02:27.209Z | Compiling zstd-safe v7.2.3 |
| 1464 | 2025-07-23T09:02:27.574Z | Compiling siphasher v0.3.11 |
| 1465 | 2025-07-23T09:02:27.709Z | Compiling slog v2.7.0 |
| 1466 | 2025-07-23T09:02:27.962Z | Compiling phf_shared v0.11.2 |
| 1467 | 2025-07-23T09:02:28.322Z | Compiling stringprep v0.1.5 |
| 1468 | 2025-07-23T09:02:29.044Z | Compiling usdt-impl v0.5.0 |
| 1469 | 2025-07-23T09:02:29.333Z | Compiling hyper-util v0.1.14 |
| 1470 | 2025-07-23T09:02:30.165Z | Compiling curve25519-dalek v4.1.3 |
| 1471 | 2025-07-23T09:02:30.276Z | Compiling serde_tokenstream v0.2.2 |
| 1472 | 2025-07-23T09:02:30.461Z | Compiling serde_spanned v0.6.9 |
| 1473 | 2025-07-23T09:02:30.708Z | Compiling toml_datetime v0.6.11 |
| 1474 | 2025-07-23T09:02:30.851Z | Compiling rand_chacha v0.3.1 |
| 1475 | 2025-07-23T09:02:30.871Z | Compiling md-5 v0.10.6 |
| 1476 | 2025-07-23T09:02:30.991Z | Compiling num-integer v0.1.46 |
| 1477 | 2025-07-23T09:02:31.167Z | Compiling sync_wrapper v1.0.1 |
| 1478 | 2025-07-23T09:02:31.214Z | Compiling ff v0.13.0 |
| 1479 | 2025-07-23T09:02:31.343Z | Compiling hash32 v0.2.1 |
| 1480 | 2025-07-23T09:02:31.450Z | Compiling memoffset v0.9.1 |
| 1481 | 2025-07-23T09:02:31.679Z | Compiling fallible-iterator v0.2.0 |
| 1482 | 2025-07-23T09:02:31.704Z | Compiling psl-types v2.0.11 |
| 1483 | 2025-07-23T09:02:31.786Z | Compiling litrs v0.4.1 |
| 1484 | 2025-07-23T09:02:31.921Z | Compiling cfg_aliases v0.2.1 |
| 1485 | 2025-07-23T09:02:32.044Z | Compiling smoltcp v0.9.1 |
| 1486 | 2025-07-23T09:02:32.323Z | Compiling base16ct v0.2.0 |
| 1487 | 2025-07-23T09:02:32.660Z | Compiling libz-rs-sys v0.5.1 |
| 1488 | 2025-07-23T09:02:32.688Z | Compiling gimli v0.31.1 |
| 1489 | 2025-07-23T09:02:32.835Z | Compiling newtype-uuid v1.2.4 |
| 1490 | 2025-07-23T09:02:32.874Z | Compiling num-bigint-dig v0.8.4 |
| 1491 | 2025-07-23T09:02:32.963Z | Compiling tower-layer v0.3.3 |
| 1492 | 2025-07-23T09:02:33.106Z | Compiling flate2 v1.1.2 |
| 1493 | 2025-07-23T09:02:33.190Z | Compiling document-features v0.2.10 |
| 1494 | 2025-07-23T09:02:33.258Z | Compiling tower v0.5.2 |
| 1495 | 2025-07-23T09:02:33.309Z | Compiling sec1 v0.7.3 |
| 1496 | 2025-07-23T09:02:33.459Z | Compiling postgres-protocol v0.6.8 |
| 1497 | 2025-07-23T09:02:33.894Z | Compiling nix v0.29.0 |
| 1498 | 2025-07-23T09:02:34.077Z | Compiling publicsuffix v2.3.0 |
| 1499 | 2025-07-23T09:02:34.383Z | Compiling num-iter v0.1.45 |
| 1500 | 2025-07-23T09:02:34.400Z | Compiling group v0.13.0 |
| 1501 | 2025-07-23T09:02:34.579Z | Compiling rand v0.8.5 |
| 1502 | 2025-07-23T09:02:35.129Z | Compiling tokio-native-tls v0.3.1 |
| 1503 | 2025-07-23T09:02:35.430Z | Compiling ipnetwork v0.21.1 |
| 1504 | 2025-07-23T09:02:35.624Z | Compiling strum_macros v0.27.1 |
| 1505 | 2025-07-23T09:02:35.722Z | Compiling rustls-native-certs v0.8.1 |
| 1506 | 2025-07-23T09:02:36.052Z | Compiling terminal_size v0.4.0 |
| 1507 | 2025-07-23T09:02:36.239Z | Compiling http-body-util v0.1.3 |
| 1508 | 2025-07-23T09:02:36.267Z | Compiling hkdf v0.12.4 |
| 1509 | 2025-07-23T09:02:36.297Z | Compiling crypto-bigint v0.5.5 |
| 1510 | 2025-07-23T09:02:36.433Z | Compiling async-trait v0.1.88 |
| 1511 | 2025-07-23T09:02:36.546Z | Compiling thiserror-impl v2.0.12 |
| 1512 | 2025-07-23T09:02:36.713Z | Compiling addr2line v0.24.2 |
| 1513 | 2025-07-23T09:02:37.285Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1514 | 2025-07-23T09:02:37.374Z | Compiling webpki-roots v1.0.1 |
| 1515 | 2025-07-23T09:02:37.602Z | Compiling object v0.36.5 |
| 1516 | 2025-07-23T09:02:38.710Z | Compiling fs-err v3.1.1 |
| 1517 | 2025-07-23T09:02:38.895Z | Compiling ahash v0.8.11 |
| 1518 | 2025-07-23T09:02:39.046Z | Compiling anyhow v1.0.98 |
| 1519 | 2025-07-23T09:02:39.279Z | Compiling bitflags v1.3.2 |
| 1520 | 2025-07-23T09:02:39.405Z | Compiling rustc-demangle v0.1.24 |
| 1521 | 2025-07-23T09:02:39.657Z | Compiling winnow v0.5.40 |
| 1522 | 2025-07-23T09:02:39.681Z | Compiling simd-adler32 v0.3.7 |
| 1523 | 2025-07-23T09:02:40.252Z | Compiling buf-list v1.0.3 |
| 1524 | 2025-07-23T09:02:40.256Z | Compiling iri-string v0.7.8 |
| 1525 | 2025-07-23T09:02:40.582Z | Compiling lockfree-object-pool v0.1.6 |
| 1526 | 2025-07-23T09:02:40.856Z | Compiling bumpalo v3.16.0 |
| 1527 | 2025-07-23T09:02:40.891Z | Compiling managed v0.8.0 |
| 1528 | 2025-07-23T09:02:41.359Z | Compiling zopfli v0.8.1 |
| 1529 | 2025-07-23T09:02:41.589Z | Compiling hubpack_derive v0.1.1 |
| 1530 | 2025-07-23T09:02:42.186Z | Compiling strum v0.27.1 |
| 1531 | 2025-07-23T09:02:42.411Z | Compiling thiserror v2.0.12 |
| 1532 | 2025-07-23T09:02:42.470Z | Compiling hubpack v0.1.2 |
| 1533 | 2025-07-23T09:02:42.589Z | Compiling clap_builder v4.5.40 |
| 1534 | 2025-07-23T09:02:42.878Z | Compiling toml_edit v0.19.15 |
| 1535 | 2025-07-23T09:02:42.984Z | Compiling elliptic-curve v0.13.8 |
| 1536 | 2025-07-23T09:02:43.153Z | Compiling tower-http v0.6.6 |
| 1537 | 2025-07-23T09:02:43.836Z | Compiling hyper-tls v0.6.0 |
| 1538 | 2025-07-23T09:02:44.101Z | Compiling oxnet v0.1.2 |
| 1539 | 2025-07-23T09:02:44.272Z | Compiling backtrace v0.3.74 |
| 1540 | 2025-07-23T09:02:44.703Z | Compiling cookie_store v0.21.1 |
| 1541 | 2025-07-23T09:02:44.872Z | Compiling signal-hook-mio v0.2.4 |
| 1542 | 2025-07-23T09:02:45.069Z | Compiling zstd v0.13.3 |
| 1543 | 2025-07-23T09:02:45.793Z | Compiling postgres-types v0.2.9 |
| 1544 | 2025-07-23T09:02:46.490Z | Compiling usdt-macro v0.5.0 |
| 1545 | 2025-07-23T09:02:47.085Z | Compiling usdt-attr-macro v0.5.0 |
| 1546 | 2025-07-23T09:02:48.122Z | Compiling phf v0.11.2 |
| 1547 | 2025-07-23T09:02:48.125Z | Compiling ed25519 v2.2.3 |
| 1548 | 2025-07-23T09:02:48.126Z | Compiling bzip2 v0.4.4 |
| 1549 | 2025-07-23T09:02:48.336Z | Compiling bzip2 v0.5.2 |
| 1550 | 2025-07-23T09:02:48.706Z | Compiling strum_macros v0.26.4 |
| 1551 | 2025-07-23T09:02:48.763Z | Compiling pkcs1 v0.7.5 |
| 1552 | 2025-07-23T09:02:49.232Z | Compiling serde-big-array v0.5.1 |
| 1553 | 2025-07-23T09:02:49.485Z | Compiling serde_urlencoded v0.7.1 |
| 1554 | 2025-07-23T09:02:49.547Z | Compiling rfc6979 v0.4.0 |
| 1555 | 2025-07-23T09:02:49.657Z | Compiling clap_derive v4.5.40 |
| 1556 | 2025-07-23T09:02:49.754Z | Compiling daft-derive v0.1.4 |
| 1557 | 2025-07-23T09:02:49.986Z | Compiling enum-as-inner v0.6.1 |
| 1558 | 2025-07-23T09:02:50.049Z | Compiling serde_repr v0.1.19 |
| 1559 | 2025-07-23T09:02:50.850Z | Compiling bstr v1.10.0 |
| 1560 | 2025-07-23T09:02:51.075Z | Compiling float-cmp v0.10.0 |
| 1561 | 2025-07-23T09:02:51.160Z | Compiling encoding_rs v0.8.34 |
| 1562 | 2025-07-23T09:02:51.333Z | Compiling data-encoding v2.9.0 |
| 1563 | 2025-07-23T09:02:51.379Z | Compiling static_assertions v1.1.0 |
| 1564 | 2025-07-23T09:02:51.504Z | Compiling difflib v0.4.0 |
| 1565 | 2025-07-23T09:02:52.256Z | Compiling normalize-line-endings v0.3.0 |
| 1566 | 2025-07-23T09:02:52.410Z | Compiling precomputed-hash v0.1.1 |
| 1567 | 2025-07-23T09:02:52.559Z | Compiling predicates-core v1.0.8 |
| 1568 | 2025-07-23T09:02:52.764Z | Compiling new_debug_unreachable v1.0.6 |
| 1569 | 2025-07-23T09:02:52.877Z | Compiling fixedbitset v0.4.2 |
| 1570 | 2025-07-23T09:02:52.900Z | Compiling unicode-segmentation v1.12.0 |
| 1571 | 2025-07-23T09:02:53.051Z | Compiling mime v0.3.17 |
| 1572 | 2025-07-23T09:02:53.073Z | Compiling whoami v1.5.2 |
| 1573 | 2025-07-23T09:02:53.311Z | Compiling petgraph v0.6.5 |
| 1574 | 2025-07-23T09:02:53.573Z | Compiling tokio-postgres v0.7.13 |
| 1575 | 2025-07-23T09:02:53.661Z | Compiling similar v2.7.0 |
| 1576 | 2025-07-23T09:02:53.786Z | Compiling console v0.15.10 |
| 1577 | 2025-07-23T09:02:54.032Z | Compiling clap v4.5.40 |
| 1578 | 2025-07-23T09:02:54.174Z | Compiling toml_edit v0.22.27 |
| 1579 | 2025-07-23T09:02:54.961Z | Compiling strum v0.26.3 |
| 1580 | 2025-07-23T09:02:55.064Z | Compiling string_cache v0.8.9 |
| 1581 | 2025-07-23T09:02:55.165Z | Compiling predicates v3.1.3 |
| 1582 | 2025-07-23T09:02:55.506Z | Compiling hickory-proto v0.25.2 |
| 1583 | 2025-07-23T09:02:55.716Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1584 | 2025-07-23T09:02:56.594Z | Compiling daft v0.1.4 |
| 1585 | 2025-07-23T09:02:56.918Z | Compiling usdt v0.5.0 |
| 1586 | 2025-07-23T09:02:57.128Z | Compiling ecdsa v0.16.9 |
| 1587 | 2025-07-23T09:02:57.377Z | Compiling rsa v0.9.6 |
| 1588 | 2025-07-23T09:02:57.396Z | Compiling zip v4.2.0 |
| 1589 | 2025-07-23T09:02:57.918Z | Compiling zip v0.6.6 |
| 1590 | 2025-07-23T09:02:58.936Z | Compiling ed25519-dalek v2.1.1 |
| 1591 | 2025-07-23T09:02:59.239Z | Compiling toml v0.7.8 |
| 1592 | 2025-07-23T09:03:00.663Z | Compiling crossterm v0.28.1 |
| 1593 | 2025-07-23T09:03:01.699Z | Compiling crossbeam-epoch v0.9.18 |
| 1594 | 2025-07-23T09:03:01.893Z | Compiling tokio-stream v0.1.17 |
| 1595 | 2025-07-23T09:03:02.186Z | Compiling openapiv3 v2.2.0 |
| 1596 | 2025-07-23T09:03:02.386Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1597 | 2025-07-23T09:03:02.525Z | Compiling x509-cert v0.2.5 |
| 1598 | 2025-07-23T09:03:02.792Z | Compiling sha1 v0.10.6 |
| 1599 | 2025-07-23T09:03:02.841Z | Compiling itertools v0.13.0 |
| 1600 | 2025-07-23T09:03:03.237Z | Compiling itertools v0.10.5 |
| 1601 | 2025-07-23T09:03:03.863Z | Compiling dirs-sys-next v0.1.2 |
| 1602 | 2025-07-23T09:03:04.447Z | Compiling winnow v0.6.26 |
| 1603 | 2025-07-23T09:03:04.978Z | Compiling rustc-hash v2.1.1 |
| 1604 | 2025-07-23T09:03:05.191Z | Compiling lalrpop-util v0.19.12 |
| 1605 | 2025-07-23T09:03:05.549Z | Compiling peg-runtime v0.8.5 |
| 1606 | 2025-07-23T09:03:05.760Z | Compiling dirs-next v2.0.0 |
| 1607 | 2025-07-23T09:03:05.781Z | Compiling thread_local v1.1.8 |
| 1608 | 2025-07-23T09:03:05.979Z | Compiling slog-async v2.8.0 |
| 1609 | 2025-07-23T09:03:06.055Z | Compiling term v0.7.0 |
| 1610 | 2025-07-23T09:03:06.124Z | Compiling crossbeam-channel v0.5.15 |
| 1611 | 2025-07-23T09:03:06.271Z | Compiling xattr v1.3.1 |
| 1612 | 2025-07-23T09:03:06.558Z | Compiling futures-executor v0.3.31 |
| 1613 | 2025-07-23T09:03:06.583Z | Compiling filetime v0.2.25 |
| 1614 | 2025-07-23T09:03:06.815Z | Compiling is-terminal v0.4.13 |
| 1615 | 2025-07-23T09:03:06.889Z | Compiling take_mut v0.2.2 |
| 1616 | 2025-07-23T09:03:06.977Z | Compiling slog-term v2.9.1 |
| 1617 | 2025-07-23T09:03:07.072Z | Compiling futures v0.3.31 |
| 1618 | 2025-07-23T09:03:07.104Z | Compiling tar v0.4.44 |
| 1619 | 2025-07-23T09:03:07.163Z | Compiling camino v1.1.10 |
| 1620 | 2025-07-23T09:03:12.776Z | Compiling aws-lc-sys v0.26.0 |
| 1621 | 2025-07-23T09:03:42.029Z | Compiling rustls-webpki v0.102.8 |
| 1622 | 2025-07-23T09:03:46.471Z | Compiling tokio-rustls v0.26.0 |
| 1623 | 2025-07-23T09:03:46.726Z | Compiling hyper-rustls v0.27.7 |
| 1624 | 2025-07-23T09:03:47.064Z | Compiling reqwest v0.12.22 |
| 1625 | 2025-07-23T09:03:50.426Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1626 | 2025-07-23T09:03:50.711Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1627 | 2025-07-23T09:03:55.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s |
| 1628 | 2025-07-23T09:03:55.445Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1629 | 2025-07-23T09:03:55.502Z | Jul 23 09:03:54.703 INFO Starting download, target: Cockroach |
| 1630 | 2025-07-23T09:03:55.502Z | Jul 23 09:03:54.703 INFO Starting download, target: Clickhouse |
| 1631 | 2025-07-23T09:03:55.502Z | Jul 23 09:03:54.703 INFO Starting download, target: Console |
| 1632 | 2025-07-23T09:03:55.502Z | Jul 23 09:03:54.703 INFO Starting download, target: DendriteStub |
| 1633 | 2025-07-23T09:03:55.506Z | Jul 23 09:03:54.703 INFO Starting download, target: MaghemiteMgd |
| 1634 | 2025-07-23T09:03:55.506Z | Jul 23 09:03:54.703 INFO Starting download, target: TransceiverControl |
| 1635 | 2025-07-23T09:03:55.506Z | Jul 23 09:03:54.704 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1636 | 2025-07-23T09:03:55.506Z | Jul 23 09:03:54.704 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1637 | 2025-07-23T09:03:55.506Z | Jul 23 09:03:54.704 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1638 | 2025-07-23T09:03:55.506Z | Jul 23 09:03:54.704 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1639 | 2025-07-23T09:03:55.506Z | Jul 23 09:03:54.704 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1640 | 2025-07-23T09:03:55.506Z | Jul 23 09:03:54.704 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1641 | 2025-07-23T09:03:55.891Z | Jul 23 09:03:55.081 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1642 | 2025-07-23T09:03:56.261Z | Jul 23 09:03:55.417 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1643 | 2025-07-23T09:03:56.294Z | Jul 23 09:03:55.483 INFO Download complete, target: TransceiverControl |
| 1644 | 2025-07-23T09:03:56.676Z | Jul 23 09:03:55.858 INFO Download complete, target: Console |
| 1645 | 2025-07-23T09:03:56.827Z | Jul 23 09:03:56.025 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1646 | 2025-07-23T09:03:56.853Z | Jul 23 09:03:56.052 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1647 | 2025-07-23T09:03:57.430Z | Jul 23 09:03:56.631 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1648 | 2025-07-23T09:03:57.431Z | Jul 23 09:03:56.631 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1649 | 2025-07-23T09:03:57.658Z | Jul 23 09:03:56.859 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1650 | 2025-07-23T09:04:00.367Z | Jul 23 09:03:59.567 INFO Download complete, target: MaghemiteMgd |
| 1651 | 2025-07-23T09:04:00.475Z | Jul 23 09:03:59.675 INFO Download complete, target: DendriteStub |
| 1652 | 2025-07-23T09:04:03.981Z | Jul 23 09:04:03.181 INFO Checking that binary works, target: Cockroach |
| 1653 | 2025-07-23T09:04:04.142Z | Jul 23 09:04:03.342 INFO Download complete, target: Cockroach |
| 1654 | 2025-07-23T09:04:07.922Z | Jul 23 09:04:07.122 INFO Checking that binary works, target: Clickhouse |
| 1655 | 2025-07-23T09:04:08.046Z | Jul 23 09:04:07.245 INFO Download complete, target: Clickhouse |
| 1656 | 2025-07-23T09:04:08.052Z | All prerequisites installed successfully |
| 1657 | 2025-07-23T09:04:08.055Z | |
| 1658 | 2025-07-23T09:04:08.055Z | real 4:37.515689086 |
| 1659 | 2025-07-23T09:04:08.055Z | user 16:19.044524963 |
| 1660 | 2025-07-23T09:04:08.056Z | sys 2:18.297410845 |
| 1661 | 2025-07-23T09:04:08.056Z | trap 0.596967745 |
| 1662 | 2025-07-23T09:04:08.057Z | tflt 0.877484154 |
| 1663 | 2025-07-23T09:04:08.057Z | dflt 1.497845436 |
| 1664 | 2025-07-23T09:04:08.057Z | kflt 0.028016113 |
| 1665 | 2025-07-23T09:04:08.057Z | lock 37:43.657386059 |
| 1666 | 2025-07-23T09:04:08.057Z | slp 58:48.583541761 |
| 1667 | 2025-07-23T09:04:08.057Z | lat 1:11.984744039 |
| 1668 | 2025-07-23T09:04:08.057Z | stop 2:54.036129192 |
| 1669 | 2025-07-23T09:04:08.057Z | + ptime -m cargo xtask download softnpu |
| 1670 | 2025-07-23T09:04:08.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 1671 | 2025-07-23T09:04:08.780Z | Running `target/debug/xtask download softnpu` |
| 1672 | 2025-07-23T09:04:09.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 1673 | 2025-07-23T09:04:09.836Z | Running `target/debug/xtask-downloader softnpu` |
| 1674 | 2025-07-23T09:04:09.877Z | Jul 23 09:04:09.077 INFO Starting download, target: Softnpu |
| 1675 | 2025-07-23T09:04:09.881Z | Jul 23 09:04:09.077 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1676 | 2025-07-23T09:04:10.387Z | Jul 23 09:04:09.586 INFO Download complete, target: Softnpu |
| 1677 | 2025-07-23T09:04:10.391Z | |
| 1678 | 2025-07-23T09:04:10.395Z | real 2.331338071 |
| 1679 | 2025-07-23T09:04:10.395Z | user 1.506251878 |
| 1680 | 2025-07-23T09:04:10.395Z | sys 0.645383660 |
| 1681 | 2025-07-23T09:04:10.395Z | trap 0.000859152 |
| 1682 | 2025-07-23T09:04:10.395Z | tflt 0.000212608 |
| 1683 | 2025-07-23T09:04:10.395Z | dflt 0.000099493 |
| 1684 | 2025-07-23T09:04:10.395Z | kflt 0.000000000 |
| 1685 | 2025-07-23T09:04:10.395Z | lock 5.308302426 |
| 1686 | 2025-07-23T09:04:10.395Z | slp 0.394249557 |
| 1687 | 2025-07-23T09:04:10.395Z | lat 0.073699317 |
| 1688 | 2025-07-23T09:04:10.395Z | stop 0.000290704 |
| 1689 | 2025-07-23T09:04:10.395Z | + export CARGO_INCREMENTAL=0 |
| 1690 | 2025-07-23T09:04:10.395Z | + CARGO_INCREMENTAL=0 |
| 1691 | 2025-07-23T09:04:10.395Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1692 | 2025-07-23T09:04:11.602Z | Compiling proc-macro2 v1.0.95 |
| 1693 | 2025-07-23T09:04:11.605Z | Compiling unicode-ident v1.0.18 |
| 1694 | 2025-07-23T09:04:11.605Z | Compiling libc v0.2.174 |
| 1695 | 2025-07-23T09:04:11.605Z | Compiling serde v1.0.219 |
| 1696 | 2025-07-23T09:04:11.605Z | Compiling autocfg v1.4.0 |
| 1697 | 2025-07-23T09:04:11.605Z | Compiling cfg-if v1.0.1 |
| 1698 | 2025-07-23T09:04:11.605Z | Compiling version_check v0.9.5 |
| 1699 | 2025-07-23T09:04:11.926Z | Compiling memchr v2.7.4 |
| 1700 | 2025-07-23T09:04:11.947Z | Compiling shlex v1.3.0 |
| 1701 | 2025-07-23T09:04:11.969Z | Compiling portable-atomic v1.11.0 |
| 1702 | 2025-07-23T09:04:12.342Z | Compiling typenum v1.17.0 |
| 1703 | 2025-07-23T09:04:12.363Z | Compiling generic-array v0.14.7 |
| 1704 | 2025-07-23T09:04:12.383Z | Compiling value-bag v1.9.0 |
| 1705 | 2025-07-23T09:04:12.693Z | Compiling lock_api v0.4.12 |
| 1706 | 2025-07-23T09:04:12.796Z | Compiling log v0.4.27 |
| 1707 | 2025-07-23T09:04:13.068Z | Compiling libm v0.2.8 |
| 1708 | 2025-07-23T09:04:13.135Z | Compiling serde_json v1.0.140 |
| 1709 | 2025-07-23T09:04:13.139Z | Compiling num-traits v0.2.19 |
| 1710 | 2025-07-23T09:04:13.437Z | Compiling quote v1.0.40 |
| 1711 | 2025-07-23T09:04:13.491Z | Compiling getrandom v0.3.1 |
| 1712 | 2025-07-23T09:04:13.513Z | Compiling parking_lot_core v0.9.10 |
| 1713 | 2025-07-23T09:04:13.695Z | Compiling jobserver v0.1.32 |
| 1714 | 2025-07-23T09:04:13.759Z | Compiling semver v1.0.26 |
| 1715 | 2025-07-23T09:04:13.876Z | Compiling syn v2.0.104 |
| 1716 | 2025-07-23T09:04:13.908Z | Compiling smallvec v1.15.0 |
| 1717 | 2025-07-23T09:04:13.941Z | Compiling scopeguard v1.2.0 |
| 1718 | 2025-07-23T09:04:13.982Z | Compiling getrandom v0.2.15 |
| 1719 | 2025-07-23T09:04:13.986Z | Compiling pkg-config v0.3.31 |
| 1720 | 2025-07-23T09:04:14.118Z | Compiling cc v1.2.30 |
| 1721 | 2025-07-23T09:04:14.348Z | Compiling itoa v1.0.11 |
| 1722 | 2025-07-23T09:04:14.368Z | Compiling aho-corasick v1.1.3 |
| 1723 | 2025-07-23T09:04:14.391Z | Compiling regex-syntax v0.8.5 |
| 1724 | 2025-07-23T09:04:14.633Z | Compiling rustix v0.38.37 |
| 1725 | 2025-07-23T09:04:15.546Z | Compiling either v1.15.0 |
| 1726 | 2025-07-23T09:04:15.868Z | Compiling stable_deref_trait v1.2.0 |
| 1727 | 2025-07-23T09:04:16.010Z | Compiling critical-section v1.1.3 |
| 1728 | 2025-07-23T09:04:16.156Z | Compiling slab v0.4.9 |
| 1729 | 2025-07-23T09:04:16.384Z | Compiling spin v0.9.8 |
| 1730 | 2025-07-23T09:04:16.550Z | Compiling errno v0.3.12 |
| 1731 | 2025-07-23T09:04:16.646Z | Compiling once_cell v1.21.3 |
| 1732 | 2025-07-23T09:04:16.795Z | Compiling rand_core v0.6.4 |
| 1733 | 2025-07-23T09:04:17.040Z | Compiling glob v0.3.2 |
| 1734 | 2025-07-23T09:04:17.292Z | Compiling subtle v2.6.1 |
| 1735 | 2025-07-23T09:04:17.328Z | Compiling thiserror v1.0.69 |
| 1736 | 2025-07-23T09:04:17.353Z | Compiling pin-project-lite v0.2.14 |
| 1737 | 2025-07-23T09:04:17.643Z | Compiling allocator-api2 v0.2.21 |
| 1738 | 2025-07-23T09:04:17.664Z | Compiling foldhash v0.1.5 |
| 1739 | 2025-07-23T09:04:17.734Z | Compiling clang-sys v1.8.1 |
| 1740 | 2025-07-23T09:04:17.782Z | Compiling prettyplease v0.2.35 |
| 1741 | 2025-07-23T09:04:17.858Z | Compiling ryu v1.0.18 |
| 1742 | 2025-07-23T09:04:18.036Z | Compiling regex-automata v0.4.8 |
| 1743 | 2025-07-23T09:04:18.135Z | Compiling equivalent v1.0.2 |
| 1744 | 2025-07-23T09:04:18.278Z | Compiling hashbrown v0.15.4 |
| 1745 | 2025-07-23T09:04:18.431Z | Compiling lazy_static v1.5.0 |
| 1746 | 2025-07-23T09:04:18.602Z | Compiling schemars v0.8.22 |
| 1747 | 2025-07-23T09:04:18.751Z | Compiling writeable v0.5.5 |
| 1748 | 2025-07-23T09:04:19.184Z | Compiling minimal-lexical v0.2.1 |
| 1749 | 2025-07-23T09:04:19.468Z | Compiling litemap v0.7.3 |
| 1750 | 2025-07-23T09:04:19.666Z | Compiling nom v7.1.3 |
| 1751 | 2025-07-23T09:04:20.133Z | Compiling libloading v0.8.5 |
| 1752 | 2025-07-23T09:04:20.154Z | Compiling home v0.5.9 |
| 1753 | 2025-07-23T09:04:20.193Z | Compiling percent-encoding v2.3.1 |
| 1754 | 2025-07-23T09:04:20.377Z | Compiling bindgen v0.69.5 |
| 1755 | 2025-07-23T09:04:20.478Z | Compiling zerocopy v0.8.26 |
| 1756 | 2025-07-23T09:04:20.901Z | Compiling synstructure v0.13.1 |
| 1757 | 2025-07-23T09:04:21.004Z | Compiling serde_derive_internals v0.29.1 |
| 1758 | 2025-07-23T09:04:22.109Z | Compiling itertools v0.12.1 |
| 1759 | 2025-07-23T09:04:22.853Z | Compiling cexpr v0.6.0 |
| 1760 | 2025-07-23T09:04:23.045Z | Compiling byteorder v1.5.0 |
| 1761 | 2025-07-23T09:04:23.509Z | Compiling regex v1.11.1 |
| 1762 | 2025-07-23T09:04:23.570Z | Compiling rustc-hash v1.1.0 |
| 1763 | 2025-07-23T09:04:23.670Z | Compiling lazycell v1.3.0 |
| 1764 | 2025-07-23T09:04:23.756Z | Compiling icu_locid_transform_data v1.5.0 |
| 1765 | 2025-07-23T09:04:23.895Z | Compiling cmake v0.1.51 |
| 1766 | 2025-07-23T09:04:24.213Z | Compiling signal-hook-registry v1.4.2 |
| 1767 | 2025-07-23T09:04:24.421Z | Compiling icu_properties_data v1.5.0 |
| 1768 | 2025-07-23T09:04:24.626Z | Compiling dunce v1.0.5 |
| 1769 | 2025-07-23T09:04:24.647Z | Compiling fs_extra v1.3.0 |
| 1770 | 2025-07-23T09:04:24.705Z | Compiling paste v1.0.15 |
| 1771 | 2025-07-23T09:04:24.755Z | Compiling serde_derive v1.0.219 |
| 1772 | 2025-07-23T09:04:24.781Z | Compiling zeroize_derive v1.4.2 |
| 1773 | 2025-07-23T09:04:24.949Z | Compiling zerofrom-derive v0.1.4 |
| 1774 | 2025-07-23T09:04:25.152Z | Compiling yoke-derive v0.7.4 |
| 1775 | 2025-07-23T09:04:25.182Z | Compiling zerovec-derive v0.10.3 |
| 1776 | 2025-07-23T09:04:25.592Z | Compiling displaydoc v0.2.5 |
| 1777 | 2025-07-23T09:04:26.051Z | Compiling icu_provider_macros v1.5.0 |
| 1778 | 2025-07-23T09:04:26.830Z | Compiling tokio-macros v2.5.0 |
| 1779 | 2025-07-23T09:04:26.950Z | Compiling zeroize v1.8.1 |
| 1780 | 2025-07-23T09:04:27.385Z | Compiling zerocopy-derive v0.7.35 |
| 1781 | 2025-07-23T09:04:27.408Z | Compiling thiserror-impl v1.0.69 |
| 1782 | 2025-07-23T09:04:27.452Z | Compiling schemars_derive v0.8.22 |
| 1783 | 2025-07-23T09:04:27.829Z | Compiling zerofrom v0.1.4 |
| 1784 | 2025-07-23T09:04:28.093Z | Compiling yoke v0.7.4 |
| 1785 | 2025-07-23T09:04:28.516Z | Compiling zerovec v0.10.4 |
| 1786 | 2025-07-23T09:04:28.790Z | Compiling zerocopy-derive v0.8.26 |
| 1787 | 2025-07-23T09:04:29.108Z | Compiling futures-macro v0.3.31 |
| 1788 | 2025-07-23T09:04:29.382Z | Compiling fnv v1.0.7 |
| 1789 | 2025-07-23T09:04:29.946Z | Compiling parking_lot v0.12.3 |
| 1790 | 2025-07-23T09:04:30.002Z | Compiling mio v1.0.2 |
| 1791 | 2025-07-23T09:04:30.007Z | Compiling heck v0.5.0 |
| 1792 | 2025-07-23T09:04:30.437Z | Compiling write16 v1.0.0 |
| 1793 | 2025-07-23T09:04:30.617Z | Compiling tinystr v0.7.6 |
| 1794 | 2025-07-23T09:04:30.757Z | Compiling icu_collections v1.5.0 |
| 1795 | 2025-07-23T09:04:31.053Z | Compiling icu_locid v1.5.0 |
| 1796 | 2025-07-23T09:04:31.524Z | Compiling utf16_iter v1.0.5 |
| 1797 | 2025-07-23T09:04:31.571Z | Compiling icu_normalizer_data v1.5.0 |
| 1798 | 2025-07-23T09:04:31.598Z | Compiling utf8_iter v1.0.4 |
| 1799 | 2025-07-23T09:04:31.787Z | Compiling crypto-common v0.1.6 |
| 1800 | 2025-07-23T09:04:32.021Z | Compiling socket2 v0.5.10 |
| 1801 | 2025-07-23T09:04:32.346Z | Compiling const-oid v0.9.6 |
| 1802 | 2025-07-23T09:04:32.638Z | Compiling icu_provider v1.5.0 |
| 1803 | 2025-07-23T09:04:33.330Z | Compiling form_urlencoded v1.2.1 |
| 1804 | 2025-07-23T09:04:33.788Z | Compiling icu_locid_transform v1.5.0 |
| 1805 | 2025-07-23T09:04:33.877Z | Compiling ring v0.17.14 |
| 1806 | 2025-07-23T09:04:35.015Z | Compiling der_derive v0.7.3 |
| 1807 | 2025-07-23T09:04:35.195Z | Compiling icu_properties v1.5.1 |
| 1808 | 2025-07-23T09:04:35.703Z | Compiling tracing-attributes v0.1.27 |
| 1809 | 2025-07-23T09:04:36.180Z | Compiling aws-lc-rs v1.12.4 |
| 1810 | 2025-07-23T09:04:36.645Z | Compiling bitflags v2.9.1 |
| 1811 | 2025-07-23T09:04:36.831Z | Compiling bytes v1.10.1 |
| 1812 | 2025-07-23T09:04:38.460Z | Compiling tokio v1.45.1 |
| 1813 | 2025-07-23T09:04:39.052Z | Compiling icu_normalizer v1.5.0 |
| 1814 | 2025-07-23T09:04:39.230Z | Compiling indexmap v2.10.0 |
| 1815 | 2025-07-23T09:04:39.376Z | Compiling vcpkg v0.2.15 |
| 1816 | 2025-07-23T09:04:40.637Z | Compiling idna_adapter v1.2.0 |
| 1817 | 2025-07-23T09:04:40.743Z | Compiling which v4.4.2 |
| 1818 | 2025-07-23T09:04:40.887Z | Compiling idna v1.0.3 |
| 1819 | 2025-07-23T09:04:41.640Z | Compiling openssl-sys v0.9.109 |
| 1820 | 2025-07-23T09:04:41.710Z | Compiling url v2.5.4 |
| 1821 | 2025-07-23T09:04:44.442Z | Compiling block-buffer v0.10.4 |
| 1822 | 2025-07-23T09:04:44.996Z | Compiling futures-core v0.3.31 |
| 1823 | 2025-07-23T09:04:45.289Z | Compiling thiserror v2.0.12 |
| 1824 | 2025-07-23T09:04:45.336Z | Compiling digest v0.10.7 |
| 1825 | 2025-07-23T09:04:46.130Z | Compiling zerocopy v0.7.35 |
| 1826 | 2025-07-23T09:04:46.153Z | Compiling thiserror-impl v2.0.12 |
| 1827 | 2025-07-23T09:04:46.344Z | Compiling httparse v1.9.5 |
| 1828 | 2025-07-23T09:04:47.536Z | Compiling uuid v1.17.0 |
| 1829 | 2025-07-23T09:04:48.130Z | Compiling syn v1.0.109 |
| 1830 | 2025-07-23T09:04:48.192Z | Compiling iana-time-zone v0.1.63 |
| 1831 | 2025-07-23T09:04:48.760Z | Compiling chrono v0.4.41 |
| 1832 | 2025-07-23T09:04:49.833Z | Compiling time-core v0.1.2 |
| 1833 | 2025-07-23T09:04:50.245Z | Compiling futures-sink v0.3.31 |
| 1834 | 2025-07-23T09:04:50.370Z | Compiling num-conv v0.1.0 |
| 1835 | 2025-07-23T09:04:50.658Z | Compiling time-macros v0.2.18 |
| 1836 | 2025-07-23T09:04:51.495Z | Compiling cpufeatures v0.2.14 |
| 1837 | 2025-07-23T09:04:51.961Z | Compiling strsim v0.11.1 |
| 1838 | 2025-07-23T09:04:52.214Z | Compiling openssl v0.10.73 |
| 1839 | 2025-07-23T09:04:52.800Z | Compiling aws-lc-sys v0.26.0 |
| 1840 | 2025-07-23T09:04:53.009Z | Compiling hmac v0.12.1 |
| 1841 | 2025-07-23T09:04:53.263Z | Compiling rustc_version v0.4.1 |
| 1842 | 2025-07-23T09:04:53.365Z | Compiling serde_tokenstream v0.2.2 |
| 1843 | 2025-07-23T09:04:53.930Z | Compiling block-padding v0.3.3 |
| 1844 | 2025-07-23T09:04:54.060Z | Compiling openssl-macros v0.1.1 |
| 1845 | 2025-07-23T09:04:54.182Z | Compiling scroll_derive v0.12.0 |
| 1846 | 2025-07-23T09:04:55.169Z | Compiling rustls v0.23.19 |
| 1847 | 2025-07-23T09:04:55.306Z | Compiling crossbeam-utils v0.8.21 |
| 1848 | 2025-07-23T09:04:55.485Z | Compiling native-tls v0.2.12 |
| 1849 | 2025-07-23T09:04:55.545Z | Compiling dyn-clone v1.0.19 |
| 1850 | 2025-07-23T09:04:55.811Z | Compiling ucd-trie v0.1.7 |
| 1851 | 2025-07-23T09:04:55.877Z | Compiling inout v0.1.3 |
| 1852 | 2025-07-23T09:04:56.031Z | Compiling futures-channel v0.3.31 |
| 1853 | 2025-07-23T09:04:56.138Z | Compiling pest v2.7.14 |
| 1854 | 2025-07-23T09:04:56.535Z | Compiling futures-task v0.3.31 |
| 1855 | 2025-07-23T09:04:56.567Z | Compiling futures-io v0.3.31 |
| 1856 | 2025-07-23T09:04:57.080Z | Compiling pin-utils v0.1.0 |
| 1857 | 2025-07-23T09:04:57.202Z | Compiling futures-util v0.3.31 |
| 1858 | 2025-07-23T09:04:58.938Z | Compiling pest_meta v2.7.14 |
| 1859 | 2025-07-23T09:04:59.989Z | Compiling cipher v0.4.4 |
| 1860 | 2025-07-23T09:05:01.061Z | Compiling sha2 v0.10.9 |
| 1861 | 2025-07-23T09:05:01.487Z | Compiling http v1.3.1 |
| 1862 | 2025-07-23T09:05:01.852Z | Compiling cookie v0.18.1 |
| 1863 | 2025-07-23T09:05:02.215Z | Compiling base64ct v1.6.0 |
| 1864 | 2025-07-23T09:05:02.406Z | Compiling rustversion v1.0.17 |
| 1865 | 2025-07-23T09:05:02.772Z | Compiling pem-rfc7468 v0.7.0 |
| 1866 | 2025-07-23T09:05:03.117Z | Compiling pest_generator v2.7.14 |
| 1867 | 2025-07-23T09:05:03.358Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1868 | 2025-07-23T09:05:03.446Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1869 | 2025-07-23T09:05:03.963Z | Compiling flagset v0.4.6 |
| 1870 | 2025-07-23T09:05:04.084Z | Compiling slog v2.7.0 |
| 1871 | 2025-07-23T09:05:04.211Z | Compiling anyhow v1.0.98 |
| 1872 | 2025-07-23T09:05:04.545Z | Compiling der v0.7.9 |
| 1873 | 2025-07-23T09:05:04.700Z | Compiling pest_derive v2.7.14 |
| 1874 | 2025-07-23T09:05:05.426Z | Compiling serde_spanned v0.6.9 |
| 1875 | 2025-07-23T09:05:05.463Z | Compiling toml_datetime v0.6.11 |
| 1876 | 2025-07-23T09:05:05.690Z | Compiling tracing-core v0.1.32 |
| 1877 | 2025-07-23T09:05:05.942Z | Compiling usdt-impl v0.5.0 |
| 1878 | 2025-07-23T09:05:06.014Z | Compiling rustls-pki-types v1.10.0 |
| 1879 | 2025-07-23T09:05:06.349Z | Compiling salsa20 v0.10.2 |
| 1880 | 2025-07-23T09:05:06.617Z | Compiling tracing v0.1.40 |
| 1881 | 2025-07-23T09:05:06.770Z | Compiling spki v0.7.3 |
| 1882 | 2025-07-23T09:05:07.171Z | Compiling scroll v0.12.0 |
| 1883 | 2025-07-23T09:05:07.194Z | Compiling pbkdf2 v0.12.2 |
| 1884 | 2025-07-23T09:05:07.384Z | Compiling ppv-lite86 v0.2.20 |
| 1885 | 2025-07-23T09:05:07.750Z | Compiling plain v0.2.3 |
| 1886 | 2025-07-23T09:05:07.789Z | Compiling winnow v0.5.40 |
| 1887 | 2025-07-23T09:05:07.974Z | Compiling litrs v0.4.1 |
| 1888 | 2025-07-23T09:05:08.055Z | Compiling goblin v0.8.2 |
| 1889 | 2025-07-23T09:05:08.489Z | Compiling scrypt v0.11.0 |
| 1890 | 2025-07-23T09:05:08.860Z | Compiling document-features v0.2.10 |
| 1891 | 2025-07-23T09:05:08.928Z | Compiling aes v0.8.4 |
| 1892 | 2025-07-23T09:05:09.783Z | Compiling cbc v0.1.2 |
| 1893 | 2025-07-23T09:05:10.988Z | Compiling toml_edit v0.19.15 |
| 1894 | 2025-07-23T09:05:11.505Z | Compiling tokio-util v0.7.15 |
| 1895 | 2025-07-23T09:05:13.445Z | Compiling adler2 v2.0.0 |
| 1896 | 2025-07-23T09:05:13.606Z | Compiling newtype-uuid v1.2.4 |
| 1897 | 2025-07-23T09:05:13.634Z | Compiling untrusted v0.7.1 |
| 1898 | 2025-07-23T09:05:13.719Z | Compiling powerfmt v0.2.0 |
| 1899 | 2025-07-23T09:05:13.845Z | Compiling untrusted v0.9.0 |
| 1900 | 2025-07-23T09:05:13.936Z | Compiling pretty-hex v0.4.1 |
| 1901 | 2025-07-23T09:05:14.061Z | Compiling deranged v0.3.11 |
| 1902 | 2025-07-23T09:05:14.160Z | Compiling dof v0.3.0 |
| 1903 | 2025-07-23T09:05:14.397Z | Compiling miniz_oxide v0.8.5 |
| 1904 | 2025-07-23T09:05:15.578Z | Compiling pkcs5 v0.7.1 |
| 1905 | 2025-07-23T09:05:15.947Z | Compiling dtrace-parser v0.2.0 |
| 1906 | 2025-07-23T09:05:16.273Z | Compiling http-body v1.0.1 |
| 1907 | 2025-07-23T09:05:16.539Z | Compiling heapless v0.7.17 |
| 1908 | 2025-07-23T09:05:17.375Z | Compiling thread-id v4.2.2 |
| 1909 | 2025-07-23T09:05:17.504Z | Compiling base64 v0.22.1 |
| 1910 | 2025-07-23T09:05:17.801Z | Compiling signal-hook v0.3.17 |
| 1911 | 2025-07-23T09:05:17.879Z | Compiling atomic-waker v1.1.2 |
| 1912 | 2025-07-23T09:05:17.982Z | Compiling num_threads v0.1.7 |
| 1913 | 2025-07-23T09:05:18.133Z | Compiling zstd-safe v7.2.3 |
| 1914 | 2025-07-23T09:05:18.137Z | Compiling time v0.3.36 |
| 1915 | 2025-07-23T09:05:19.627Z | Compiling pkcs8 v0.10.2 |
| 1916 | 2025-07-23T09:05:20.860Z | Compiling try-lock v0.2.5 |
| 1917 | 2025-07-23T09:05:20.941Z | Compiling tower-service v0.3.3 |
| 1918 | 2025-07-23T09:05:21.034Z | Compiling ident_case v1.0.1 |
| 1919 | 2025-07-23T09:05:21.111Z | Compiling tinyvec_macros v0.1.1 |
| 1920 | 2025-07-23T09:05:21.261Z | Compiling tinyvec v1.8.0 |
| 1921 | 2025-07-23T09:05:22.720Z | Compiling want v0.3.1 |
| 1922 | 2025-07-23T09:05:23.042Z | Compiling h2 v0.4.6 |
| 1923 | 2025-07-23T09:05:24.766Z | Compiling rand_core v0.9.2 |
| 1924 | 2025-07-23T09:05:25.150Z | Compiling curve25519-dalek v4.1.3 |
| 1925 | 2025-07-23T09:05:25.603Z | Compiling ipnet v2.11.0 |
| 1926 | 2025-07-23T09:05:25.665Z | Compiling async-trait v0.1.88 |
| 1927 | 2025-07-23T09:05:26.975Z | Compiling memoffset v0.9.1 |
| 1928 | 2025-07-23T09:05:27.654Z | Compiling gimli v0.31.1 |
| 1929 | 2025-07-23T09:05:27.782Z | Compiling num-bigint-dig v0.8.4 |
| 1930 | 2025-07-23T09:05:28.118Z | Compiling openssl-probe v0.1.5 |
| 1931 | 2025-07-23T09:05:28.631Z | Compiling foreign-types-shared v0.1.1 |
| 1932 | 2025-07-23T09:05:28.717Z | Compiling httpdate v1.0.3 |
| 1933 | 2025-07-23T09:05:29.483Z | Compiling smoltcp v0.9.1 |
| 1934 | 2025-07-23T09:05:29.587Z | Compiling foreign-types v0.3.2 |
| 1935 | 2025-07-23T09:05:31.593Z | Compiling hyper v1.6.0 |
| 1936 | 2025-07-23T09:05:33.942Z | Compiling addr2line v0.24.2 |
| 1937 | 2025-07-23T09:05:34.845Z | Compiling rand_chacha v0.9.0 |
| 1938 | 2025-07-23T09:05:36.295Z | Compiling usdt-attr-macro v0.5.0 |
| 1939 | 2025-07-23T09:05:37.703Z | Compiling usdt-macro v0.5.0 |
| 1940 | 2025-07-23T09:05:40.404Z | Compiling strum_macros v0.26.4 |
| 1941 | 2025-07-23T09:05:42.090Z | Compiling ipnetwork v0.21.1 |
| 1942 | 2025-07-23T09:05:43.197Z | Compiling daft-derive v0.1.4 |
| 1943 | 2025-07-23T09:05:44.133Z | Compiling object v0.36.5 |
| 1944 | 2025-07-23T09:05:44.284Z | Compiling rustc-demangle v0.1.24 |
| 1945 | 2025-07-23T09:05:44.543Z | Compiling cfg_aliases v0.2.1 |
| 1946 | 2025-07-23T09:05:46.501Z | Compiling nix v0.29.0 |
| 1947 | 2025-07-23T09:05:48.559Z | Compiling rand v0.9.1 |
| 1948 | 2025-07-23T09:05:49.751Z | Compiling hyper-util v0.1.14 |
| 1949 | 2025-07-23T09:05:52.308Z | Compiling backtrace v0.3.74 |
| 1950 | 2025-07-23T09:05:53.571Z | Compiling unicode-normalization v0.1.24 |
| 1951 | 2025-07-23T09:05:55.046Z | Compiling strum_macros v0.27.1 |
| 1952 | 2025-07-23T09:05:56.995Z | Compiling hubpack_derive v0.1.1 |
| 1953 | 2025-07-23T09:05:57.486Z | Compiling signature v2.2.0 |
| 1954 | 2025-07-23T09:05:57.750Z | Compiling openapiv3 v2.2.0 |
| 1955 | 2025-07-23T09:05:57.852Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1956 | 2025-07-23T09:05:59.390Z | Compiling fs-err v3.1.1 |
| 1957 | 2025-07-23T09:05:59.743Z | Compiling ahash v0.8.11 |
| 1958 | 2025-07-23T09:06:00.129Z | Compiling crc32fast v1.4.2 |
| 1959 | 2025-07-23T09:06:00.454Z | Compiling unicode-bidi v0.3.17 |
| 1960 | 2025-07-23T09:06:01.517Z | Compiling utf8parse v0.2.2 |
| 1961 | 2025-07-23T09:06:01.540Z | Compiling siphasher v0.3.11 |
| 1962 | 2025-07-23T09:06:01.627Z | Compiling anstyle v1.0.11 |
| 1963 | 2025-07-23T09:06:01.713Z | Compiling zlib-rs v0.5.1 |
| 1964 | 2025-07-23T09:06:01.907Z | Compiling unicode-properties v0.1.3 |
| 1965 | 2025-07-23T09:06:02.077Z | Compiling buf-list v1.0.3 |
| 1966 | 2025-07-23T09:06:02.322Z | Compiling stringprep v0.1.5 |
| 1967 | 2025-07-23T09:06:02.583Z | Compiling phf_shared v0.11.2 |
| 1968 | 2025-07-23T09:06:02.639Z | Compiling anstyle-parse v0.2.5 |
| 1969 | 2025-07-23T09:06:06.534Z | Compiling libz-rs-sys v0.5.1 |
| 1970 | 2025-07-23T09:06:10.673Z | Compiling http-body-util v0.1.3 |
| 1971 | 2025-07-23T09:06:11.069Z | Compiling rand_chacha v0.3.1 |
| 1972 | 2025-07-23T09:06:11.411Z | Compiling sync_wrapper v1.0.1 |
| 1973 | 2025-07-23T09:06:11.601Z | Compiling md-5 v0.10.6 |
| 1974 | 2025-07-23T09:06:12.009Z | Compiling num-integer v0.1.46 |
| 1975 | 2025-07-23T09:06:12.328Z | Compiling hash32 v0.2.1 |
| 1976 | 2025-07-23T09:06:12.661Z | Compiling ff v0.13.0 |
| 1977 | 2025-07-23T09:06:12.698Z | Compiling encoding_rs v0.8.34 |
| 1978 | 2025-07-23T09:06:12.918Z | Compiling is_terminal_polyfill v1.70.1 |
| 1979 | 2025-07-23T09:06:12.922Z | Compiling tower-layer v0.3.3 |
| 1980 | 2025-07-23T09:06:13.075Z | Compiling base16ct v0.2.0 |
| 1981 | 2025-07-23T09:06:13.231Z | Compiling mime v0.3.17 |
| 1982 | 2025-07-23T09:06:13.800Z | Compiling psl-types v2.0.11 |
| 1983 | 2025-07-23T09:06:14.020Z | Compiling anstyle-query v1.1.1 |
| 1984 | 2025-07-23T09:06:14.093Z | Compiling fallible-iterator v0.2.0 |
| 1985 | 2025-07-23T09:06:14.195Z | Compiling colorchoice v1.0.2 |
| 1986 | 2025-07-23T09:06:14.395Z | Compiling anstream v0.6.18 |
| 1987 | 2025-07-23T09:06:14.739Z | Compiling postgres-protocol v0.6.8 |
| 1988 | 2025-07-23T09:06:14.975Z | Compiling publicsuffix v2.3.0 |
| 1989 | 2025-07-23T09:06:15.665Z | Compiling tower v0.5.2 |
| 1990 | 2025-07-23T09:06:15.803Z | Compiling sec1 v0.7.3 |
| 1991 | 2025-07-23T09:06:16.610Z | Compiling group v0.13.0 |
| 1992 | 2025-07-23T09:06:17.209Z | Compiling num-iter v0.1.45 |
| 1993 | 2025-07-23T09:06:17.429Z | Compiling rand v0.8.5 |
| 1994 | 2025-07-23T09:06:19.535Z | Compiling tokio-native-tls v0.3.1 |
| 1995 | 2025-07-23T09:06:20.157Z | Compiling flate2 v1.1.2 |
| 1996 | 2025-07-23T09:06:21.272Z | Compiling rustls-native-certs v0.8.1 |
| 1997 | 2025-07-23T09:06:22.533Z | Compiling rustls-webpki v0.102.8 |
| 1998 | 2025-07-23T09:06:22.613Z | Compiling webpki-roots v1.0.1 |
| 1999 | 2025-07-23T09:06:23.388Z | Compiling hkdf v0.12.4 |
| 2000 | 2025-07-23T09:06:23.637Z | Compiling terminal_size v0.4.0 |
| 2001 | 2025-07-23T09:06:23.881Z | Compiling serde_urlencoded v0.7.1 |
| 2002 | 2025-07-23T09:06:23.973Z | Compiling enum-as-inner v0.6.1 |
| 2003 | 2025-07-23T09:06:24.059Z | Compiling clap_derive v4.5.40 |
| 2004 | 2025-07-23T09:06:24.101Z | Compiling crypto-bigint v0.5.5 |
| 2005 | 2025-07-23T09:06:24.450Z | Compiling serde_repr v0.1.19 |
| 2006 | 2025-07-23T09:06:27.007Z | Compiling bitflags v1.3.2 |
| 2007 | 2025-07-23T09:06:27.144Z | Compiling simd-adler32 v0.3.7 |
| 2008 | 2025-07-23T09:06:27.173Z | Compiling lockfree-object-pool v0.1.6 |
| 2009 | 2025-07-23T09:06:27.458Z | Compiling iri-string v0.7.8 |
| 2010 | 2025-07-23T09:06:27.480Z | Compiling clap_lex v0.7.4 |
| 2011 | 2025-07-23T09:06:27.758Z | Compiling managed v0.8.0 |
| 2012 | 2025-07-23T09:06:28.297Z | Compiling bumpalo v3.16.0 |
| 2013 | 2025-07-23T09:06:28.733Z | Compiling zopfli v0.8.1 |
| 2014 | 2025-07-23T09:06:30.046Z | Compiling tokio-rustls v0.26.0 |
| 2015 | 2025-07-23T09:06:30.530Z | Compiling hyper-rustls v0.27.7 |
| 2016 | 2025-07-23T09:06:30.608Z | Compiling clap_builder v4.5.40 |
| 2017 | 2025-07-23T09:06:31.145Z | Compiling tower-http v0.6.6 |
| 2018 | 2025-07-23T09:06:33.329Z | Compiling elliptic-curve v0.13.8 |
| 2019 | 2025-07-23T09:06:34.230Z | Compiling oxnet v0.1.2 |
| 2020 | 2025-07-23T09:06:34.944Z | Compiling hyper-tls v0.6.0 |
| 2021 | 2025-07-23T09:06:37.210Z | Compiling zstd v0.13.3 |
| 2022 | 2025-07-23T09:06:37.242Z | Compiling cookie_store v0.21.1 |
| 2023 | 2025-07-23T09:06:37.362Z | Compiling signal-hook-mio v0.2.4 |
| 2024 | 2025-07-23T09:06:37.744Z | Compiling postgres-types v0.2.9 |
| 2025 | 2025-07-23T09:06:37.826Z | Compiling phf v0.11.2 |
| 2026 | 2025-07-23T09:06:38.311Z | Compiling strum v0.27.1 |
| 2027 | 2025-07-23T09:06:38.415Z | Compiling hubpack v0.1.2 |
| 2028 | 2025-07-23T09:06:38.532Z | Compiling ed25519 v2.2.3 |
| 2029 | 2025-07-23T09:06:38.841Z | Compiling bzip2 v0.5.2 |
| 2030 | 2025-07-23T09:06:38.865Z | Compiling bzip2 v0.4.4 |
| 2031 | 2025-07-23T09:06:38.967Z | Compiling crossbeam-epoch v0.9.18 |
| 2032 | 2025-07-23T09:06:39.225Z | Compiling pkcs1 v0.7.5 |
| 2033 | 2025-07-23T09:06:40.145Z | Compiling rfc6979 v0.4.0 |
| 2034 | 2025-07-23T09:06:40.471Z | Compiling float-cmp v0.10.0 |
| 2035 | 2025-07-23T09:06:40.764Z | Compiling serde-big-array v0.5.1 |
| 2036 | 2025-07-23T09:06:40.876Z | Compiling bstr v1.10.0 |
| 2037 | 2025-07-23T09:06:40.945Z | Compiling regress v0.10.3 |
| 2038 | 2025-07-23T09:06:41.027Z | Compiling memmap v0.7.0 |
| 2039 | 2025-07-23T09:06:41.353Z | Compiling data-encoding v2.9.0 |
| 2040 | 2025-07-23T09:06:41.376Z | Compiling normalize-line-endings v0.3.0 |
| 2041 | 2025-07-23T09:06:41.538Z | Compiling unicode-width v0.2.0 |
| 2042 | 2025-07-23T09:06:42.104Z | Compiling difflib v0.4.0 |
| 2043 | 2025-07-23T09:06:42.176Z | Compiling unicode-segmentation v1.12.0 |
| 2044 | 2025-07-23T09:06:42.534Z | Compiling precomputed-hash v0.1.1 |
| 2045 | 2025-07-23T09:06:42.654Z | Compiling new_debug_unreachable v1.0.6 |
| 2046 | 2025-07-23T09:06:42.784Z | Compiling static_assertions v1.1.0 |
| 2047 | 2025-07-23T09:06:42.971Z | Compiling whoami v1.5.2 |
| 2048 | 2025-07-23T09:06:43.001Z | Compiling toml_write v0.1.2 |
| 2049 | 2025-07-23T09:06:43.069Z | Compiling predicates-core v1.0.8 |
| 2050 | 2025-07-23T09:06:43.372Z | Compiling winnow v0.7.10 |
| 2051 | 2025-07-23T09:06:43.376Z | Compiling fixedbitset v0.4.2 |
| 2052 | 2025-07-23T09:06:43.376Z | Compiling reqwest v0.12.22 |
| 2053 | 2025-07-23T09:06:43.449Z | Compiling tokio-postgres v0.7.13 |
| 2054 | 2025-07-23T09:06:43.792Z | Compiling petgraph v0.6.5 |
| 2055 | 2025-07-23T09:06:44.117Z | Compiling predicates v3.1.3 |
| 2056 | 2025-07-23T09:06:45.290Z | Compiling typify-impl v0.3.0 |
| 2057 | 2025-07-23T09:06:46.876Z | Compiling toml_edit v0.22.27 |
| 2058 | 2025-07-23T09:06:47.290Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2059 | 2025-07-23T09:06:48.346Z | Compiling similar v2.7.0 |
| 2060 | 2025-07-23T09:06:50.097Z | Compiling string_cache v0.8.9 |
| 2061 | 2025-07-23T09:06:50.530Z | Compiling console v0.15.10 |
| 2062 | 2025-07-23T09:06:51.272Z | Compiling hickory-proto v0.25.2 |
| 2063 | 2025-07-23T09:06:51.687Z | Compiling usdt v0.5.0 |
| 2064 | 2025-07-23T09:06:52.156Z | Compiling ecdsa v0.16.9 |
| 2065 | 2025-07-23T09:06:52.935Z | Compiling rsa v0.9.6 |
| 2066 | 2025-07-23T09:06:53.259Z | Compiling zip v0.6.6 |
| 2067 | 2025-07-23T09:06:54.411Z | Compiling zip v4.2.0 |
| 2068 | 2025-07-23T09:06:54.724Z | Compiling ed25519-dalek v2.1.1 |
| 2069 | 2025-07-23T09:06:56.358Z | Compiling crossterm v0.28.1 |
| 2070 | 2025-07-23T09:06:56.616Z | Compiling daft v0.1.4 |
| 2071 | 2025-07-23T09:06:56.640Z | Compiling clap v4.5.40 |
| 2072 | 2025-07-23T09:06:57.078Z | Compiling strum v0.26.3 |
| 2073 | 2025-07-23T09:06:57.128Z | Compiling darling_core v0.21.0 |
| 2074 | 2025-07-23T09:06:57.300Z | Compiling tokio-stream v0.1.17 |
| 2075 | 2025-07-23T09:06:58.279Z | Compiling toml v0.7.8 |
| 2076 | 2025-07-23T09:06:58.308Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2077 | 2025-07-23T09:06:58.756Z | Compiling x509-cert v0.2.5 |
| 2078 | 2025-07-23T09:06:59.575Z | Compiling sha1 v0.10.6 |
| 2079 | 2025-07-23T09:07:00.013Z | Compiling itertools v0.10.5 |
| 2080 | 2025-07-23T09:07:01.771Z | Compiling itertools v0.13.0 |
| 2081 | 2025-07-23T09:07:02.118Z | Compiling winnow v0.6.26 |
| 2082 | 2025-07-23T09:07:02.448Z | Compiling rustc-hash v2.1.1 |
| 2083 | 2025-07-23T09:07:03.358Z | Compiling peg-runtime v0.8.5 |
| 2084 | 2025-07-23T09:07:04.590Z | Compiling rustix v1.0.7 |
| 2085 | 2025-07-23T09:07:04.892Z | Compiling lalrpop-util v0.19.12 |
| 2086 | 2025-07-23T09:07:05.184Z | Compiling unicode-xid v0.2.6 |
| 2087 | 2025-07-23T09:07:05.379Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2088 | 2025-07-23T09:07:05.501Z | Compiling darling_macro v0.21.0 |
| 2089 | 2025-07-23T09:07:06.363Z | Compiling typify-macro v0.3.0 |
| 2090 | 2025-07-23T09:07:11.350Z | Compiling camino v1.1.10 |
| 2091 | 2025-07-23T09:07:12.997Z | Compiling rayon-core v1.12.1 |
| 2092 | 2025-07-23T09:07:15.380Z | Compiling darling v0.21.0 |
| 2093 | 2025-07-23T09:07:15.796Z | Compiling proc-macro-crate v1.3.1 |
| 2094 | 2025-07-23T09:07:16.158Z | Compiling macaddr v1.0.1 |
| 2095 | 2025-07-23T09:07:16.554Z | Compiling structmeta-derive v0.3.0 |
| 2096 | 2025-07-23T09:07:18.313Z | Compiling itertools v0.14.0 |
| 2097 | 2025-07-23T09:07:18.486Z | Compiling heapless v0.8.0 |
| 2098 | 2025-07-23T09:07:18.822Z | Compiling fastrand v2.1.1 |
| 2099 | 2025-07-23T09:07:21.146Z | Compiling ingot-macros v0.1.1 |
| 2100 | 2025-07-23T09:07:23.111Z | Compiling tempfile v3.20.0 |
| 2101 | 2025-07-23T09:07:23.629Z | Compiling structmeta v0.3.0 |
| 2102 | 2025-07-23T09:07:24.888Z | Compiling num_enum_derive v0.5.11 |
| 2103 | 2025-07-23T09:07:27.528Z | Compiling crossbeam-deque v0.8.5 |
| 2104 | 2025-07-23T09:07:28.527Z | Compiling hash32 v0.3.1 |
| 2105 | 2025-07-23T09:07:29.400Z | Compiling smoltcp v0.11.0 |
| 2106 | 2025-07-23T09:07:30.945Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2107 | 2025-07-23T09:07:42.691Z | Compiling ingot-types v0.1.2 |
| 2108 | 2025-07-23T09:07:43.517Z | Compiling num_enum v0.5.11 |
| 2109 | 2025-07-23T09:07:44.944Z | Compiling typify v0.3.0 |
| 2110 | 2025-07-23T09:07:48.686Z | Compiling darling_core v0.20.10 |
| 2111 | 2025-07-23T09:07:49.672Z | Compiling dirs-sys-next v0.1.2 |
| 2112 | 2025-07-23T09:07:49.676Z | Compiling proc-macro-error-attr v1.0.4 |
| 2113 | 2025-07-23T09:07:49.712Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2114 | 2025-07-23T09:07:49.902Z | Compiling cobs v0.2.3 |
| 2115 | 2025-07-23T09:07:50.567Z | Compiling unsafe-libyaml v0.2.11 |
| 2116 | 2025-07-23T09:07:51.245Z | Compiling rustls v0.22.4 |
| 2117 | 2025-07-23T09:07:53.816Z | Compiling darling_macro v0.20.10 |
| 2118 | 2025-07-23T09:07:54.713Z | Compiling serde_yaml v0.9.34+deprecated |
| 2119 | 2025-07-23T09:07:58.373Z | Compiling postcard v1.0.10 |
| 2120 | 2025-07-23T09:07:59.016Z | Compiling dirs-next v2.0.0 |
| 2121 | 2025-07-23T09:08:04.048Z | Compiling progenitor-impl v0.9.1 |
| 2122 | 2025-07-23T09:08:06.603Z | Compiling ingot v0.1.1 |
| 2123 | 2025-07-23T09:08:09.319Z | Compiling toml v0.8.23 |
| 2124 | 2025-07-23T09:08:12.954Z | Compiling futures-executor v0.3.31 |
| 2125 | 2025-07-23T09:08:14.039Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2126 | 2025-07-23T09:08:14.377Z | Compiling hex v0.4.3 |
| 2127 | 2025-07-23T09:08:14.463Z | Compiling foreign-types-macros v0.2.3 |
| 2128 | 2025-07-23T09:08:14.998Z | Compiling thread_local v1.1.8 |
| 2129 | 2025-07-23T09:08:15.024Z | Compiling wait-timeout v0.2.0 |
| 2130 | 2025-07-23T09:08:15.057Z | Compiling multer v3.1.0 |
| 2131 | 2025-07-23T09:08:15.158Z | Compiling proc-macro-error v1.0.4 |
| 2132 | 2025-07-23T09:08:15.403Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2133 | 2025-07-23T09:08:15.513Z | Compiling unicode-width v0.1.14 |
| 2134 | 2025-07-23T09:08:15.617Z | Compiling ref-cast v1.0.24 |
| 2135 | 2025-07-23T09:08:15.691Z | Compiling bit-vec v0.8.0 |
| 2136 | 2025-07-23T09:08:15.758Z | Compiling slog-async v2.8.0 |
| 2137 | 2025-07-23T09:08:15.945Z | Compiling quick-error v1.2.3 |
| 2138 | 2025-07-23T09:08:16.134Z | Compiling match_cfg v0.1.0 |
| 2139 | 2025-07-23T09:08:16.277Z | Compiling foreign-types-shared v0.3.1 |
| 2140 | 2025-07-23T09:08:16.318Z | Compiling hostname v0.3.1 |
| 2141 | 2025-07-23T09:08:16.446Z | Compiling foreign-types v0.5.0 |
| 2142 | 2025-07-23T09:08:16.557Z | Compiling bit-set v0.8.0 |
| 2143 | 2025-07-23T09:08:16.592Z | Compiling rusty-fork v0.3.0 |
| 2144 | 2025-07-23T09:08:16.616Z | Compiling tabwriter v1.4.0 |
| 2145 | 2025-07-23T09:08:16.935Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2146 | 2025-07-23T09:08:16.988Z | Compiling futures v0.3.31 |
| 2147 | 2025-07-23T09:08:17.137Z | Compiling progenitor-macro v0.9.1 |
| 2148 | 2025-07-23T09:08:17.373Z | Compiling term v0.7.0 |
| 2149 | 2025-07-23T09:08:19.397Z | Compiling darling v0.20.10 |
| 2150 | 2025-07-23T09:08:21.036Z | Compiling derive-ex v0.1.8 |
| 2151 | 2025-07-23T09:08:21.438Z | Compiling progenitor-client v0.9.1 |
| 2152 | 2025-07-23T09:08:21.549Z | Compiling slog-json v2.6.1 |
| 2153 | 2025-07-23T09:08:22.035Z | Compiling rand_xorshift v0.4.0 |
| 2154 | 2025-07-23T09:08:22.346Z | Compiling crossbeam-channel v0.5.15 |
| 2155 | 2025-07-23T09:08:22.371Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2156 | 2025-07-23T09:08:22.415Z | Compiling async-stream-impl v0.3.6 |
| 2157 | 2025-07-23T09:08:23.153Z | Compiling ref-cast-impl v1.0.24 |
| 2158 | 2025-07-23T09:08:23.532Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2159 | 2025-07-23T09:08:23.876Z | Compiling cstr-argument v0.1.2 |
| 2160 | 2025-07-23T09:08:24.179Z | Compiling is-terminal v0.4.13 |
| 2161 | 2025-07-23T09:08:24.252Z | Compiling dropshot v0.16.2 |
| 2162 | 2025-07-23T09:08:24.345Z | Compiling pretty-hex v0.2.1 |
| 2163 | 2025-07-23T09:08:24.381Z | Compiling unarray v0.1.4 |
| 2164 | 2025-07-23T09:08:24.603Z | Compiling crucible-workspace-hack v0.1.0 |
| 2165 | 2025-07-23T09:08:24.626Z | Compiling typeid v1.0.3 |
| 2166 | 2025-07-23T09:08:24.630Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2167 | 2025-07-23T09:08:24.728Z | Compiling take_mut v0.2.2 |
| 2168 | 2025-07-23T09:08:24.977Z | Compiling test-strategy v0.4.3 |
| 2169 | 2025-07-23T09:08:25.118Z | Compiling proptest v1.7.0 |
| 2170 | 2025-07-23T09:08:25.169Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2171 | 2025-07-23T09:08:27.443Z | Compiling tokio-rustls v0.25.0 |
| 2172 | 2025-07-23T09:08:27.467Z | Compiling slog-term v2.9.1 |
| 2173 | 2025-07-23T09:08:27.945Z | Compiling progenitor v0.9.1 |
| 2174 | 2025-07-23T09:08:28.032Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2175 | 2025-07-23T09:08:28.144Z | Compiling async-stream v0.3.6 |
| 2176 | 2025-07-23T09:08:28.205Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2177 | 2025-07-23T09:08:28.434Z | Compiling slog-bunyan v2.5.0 |
| 2178 | 2025-07-23T09:08:28.638Z | Compiling serde_with_macros v3.14.0 |
| 2179 | 2025-07-23T09:08:29.311Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2180 | 2025-07-23T09:08:29.540Z | Compiling rayon v1.10.0 |
| 2181 | 2025-07-23T09:08:29.938Z | Compiling parse-display-derive v0.10.0 |
| 2182 | 2025-07-23T09:08:30.961Z | Compiling colored v2.2.0 |
| 2183 | 2025-07-23T09:08:31.340Z | Compiling waitgroup v0.1.2 |
| 2184 | 2025-07-23T09:08:31.631Z | Compiling rustls-pemfile v2.2.0 |
| 2185 | 2025-07-23T09:08:32.160Z | Compiling dropshot_endpoint v0.16.2 |
| 2186 | 2025-07-23T09:08:32.374Z | Compiling serde_path_to_error v0.1.17 |
| 2187 | 2025-07-23T09:08:33.326Z | Compiling derive-where v1.5.0 |
| 2188 | 2025-07-23T09:08:33.380Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2189 | 2025-07-23T09:08:34.137Z | Compiling hostname v0.4.0 |
| 2190 | 2025-07-23T09:08:34.438Z | Compiling instant v0.1.13 |
| 2191 | 2025-07-23T09:08:34.662Z | Compiling debug-ignore v1.0.5 |
| 2192 | 2025-07-23T09:08:34.866Z | Compiling heck v0.4.1 |
| 2193 | 2025-07-23T09:08:34.926Z | Compiling backoff v0.4.0 |
| 2194 | 2025-07-23T09:08:35.269Z | Compiling zone_cfg_derive v0.3.0 |
| 2195 | 2025-07-23T09:08:35.325Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2196 | 2025-07-23T09:08:35.573Z | Compiling parse-display v0.10.0 |
| 2197 | 2025-07-23T09:08:36.041Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2198 | 2025-07-23T09:08:36.551Z | Compiling serde_with v3.14.0 |
| 2199 | 2025-07-23T09:08:37.331Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 2200 | 2025-07-23T09:08:37.394Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2201 | 2025-07-23T09:08:38.143Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2202 | 2025-07-23T09:08:40.118Z | Compiling iddqd v0.3.9 |
| 2203 | 2025-07-23T09:08:40.472Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2204 | 2025-07-23T09:08:44.249Z | Compiling camino-tempfile v1.4.1 |
| 2205 | 2025-07-23T09:08:44.385Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 2206 | 2025-07-23T09:08:44.723Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2207 | 2025-07-23T09:08:44.837Z | Compiling progenitor-client v0.10.0 |
| 2208 | 2025-07-23T09:08:45.032Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2209 | 2025-07-23T09:08:45.730Z | Compiling num-derive v0.4.2 |
| 2210 | 2025-07-23T09:08:45.800Z | Compiling sigpipe v0.1.3 |
| 2211 | 2025-07-23T09:08:45.823Z | Compiling jiff v0.2.15 |
| 2212 | 2025-07-23T09:08:45.965Z | Compiling libefi-sys v0.1.0 |
| 2213 | 2025-07-23T09:08:46.336Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2214 | 2025-07-23T09:08:47.848Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2215 | 2025-07-23T09:08:47.876Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2216 | 2025-07-23T09:08:48.814Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 2217 | 2025-07-23T09:08:49.370Z | Compiling erased-serde v0.4.6 |
| 2218 | 2025-07-23T09:08:49.395Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2219 | 2025-07-23T09:08:50.789Z | Compiling zone v0.3.1 |
| 2220 | 2025-07-23T09:08:53.673Z | Compiling smf v0.2.3 |
| 2221 | 2025-07-23T09:08:53.963Z | Compiling bitfield-struct v0.6.2 |
| 2222 | 2025-07-23T09:08:55.298Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2223 | 2025-07-23T09:08:55.769Z | Compiling ordered-float v2.10.1 |
| 2224 | 2025-07-23T09:08:55.876Z | Compiling blake3 v1.5.4 |
| 2225 | 2025-07-23T09:08:55.932Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2226 | 2025-07-23T09:08:56.173Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2227 | 2025-07-23T09:08:56.446Z | Compiling serde-value v0.7.0 |
| 2228 | 2025-07-23T09:08:56.542Z | Compiling serde-untagged v0.1.7 |
| 2229 | 2025-07-23T09:08:57.115Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2230 | 2025-07-23T09:08:57.349Z | Compiling xattr v1.3.1 |
| 2231 | 2025-07-23T09:08:57.384Z | Compiling memmap2 v0.9.5 |
| 2232 | 2025-07-23T09:08:57.742Z | Compiling filetime v0.2.25 |
| 2233 | 2025-07-23T09:08:57.966Z | Compiling arrayref v0.3.9 |
| 2234 | 2025-07-23T09:08:58.042Z | Compiling arrayvec v0.7.6 |
| 2235 | 2025-07-23T09:08:58.102Z | Compiling constant_time_eq v0.3.1 |
| 2236 | 2025-07-23T09:08:58.126Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2237 | 2025-07-23T09:08:58.214Z | Compiling same-file v1.0.6 |
| 2238 | 2025-07-23T09:08:58.276Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2239 | 2025-07-23T09:08:58.329Z | Compiling tar v0.4.44 |
| 2240 | 2025-07-23T09:08:58.517Z | Compiling walkdir v2.5.0 |
| 2241 | 2025-07-23T09:09:00.068Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2242 | 2025-07-23T09:09:00.236Z | Compiling cargo-util-schemas v0.2.0 |
| 2243 | 2025-07-23T09:09:00.513Z | Compiling console v0.16.0 |
| 2244 | 2025-07-23T09:09:00.789Z | Compiling tokio-dtrace v0.1.0 |
| 2245 | 2025-07-23T09:09:00.866Z | Compiling gethostname v0.5.0 |
| 2246 | 2025-07-23T09:09:01.115Z | Compiling cargo-platform v0.2.0 |
| 2247 | 2025-07-23T09:09:01.335Z | Compiling topological-sort v0.2.2 |
| 2248 | 2025-07-23T09:09:02.352Z | Compiling fixedbitset v0.5.7 |
| 2249 | 2025-07-23T09:09:03.101Z | Compiling unit-prefix v0.5.1 |
| 2250 | 2025-07-23T09:09:03.389Z | Compiling indicatif v0.18.0 |
| 2251 | 2025-07-23T09:09:03.497Z | Compiling petgraph v0.8.2 |
| 2252 | 2025-07-23T09:09:03.939Z | Compiling cargo_metadata v0.20.0 |
| 2253 | 2025-07-23T09:09:05.630Z | Compiling omicron-zone-package v0.12.2 |
| 2254 | 2025-07-23T09:09:05.784Z | Compiling oxide-tokio-rt v0.1.2 |
| 2255 | 2025-07-23T09:09:06.436Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2256 | 2025-07-23T09:09:08.910Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2257 | 2025-07-23T09:09:08.991Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2258 | 2025-07-23T09:09:09.330Z | Compiling indent_write v2.2.0 |
| 2259 | 2025-07-23T09:09:09.381Z | Compiling shell-words v1.1.0 |
| 2260 | 2025-07-23T09:09:12.681Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2261 | 2025-07-23T09:09:32.225Z | Finished `release` profile [optimized] target(s) in 5m 21s |
| 2262 | 2025-07-23T09:09:32.412Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2263 | 2025-07-23T09:09:32.473Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2264 | 2025-07-23T09:09:32.477Z | Created new build target 'test' and set it as active |
| 2265 | 2025-07-23T09:09:32.477Z | |
| 2266 | 2025-07-23T09:09:32.477Z | real 5:22.058018175 |
| 2267 | 2025-07-23T09:09:32.477Z | user 37:05.648788213 |
| 2268 | 2025-07-23T09:09:32.477Z | sys 3:44.293560513 |
| 2269 | 2025-07-23T09:09:32.477Z | trap 1.147492440 |
| 2270 | 2025-07-23T09:09:32.478Z | tflt 1.937897025 |
| 2271 | 2025-07-23T09:09:32.478Z | dflt 1.163643068 |
| 2272 | 2025-07-23T09:09:32.478Z | kflt 0.001800411 |
| 2273 | 2025-07-23T09:09:32.478Z | lock 1:44:58.503365077 |
| 2274 | 2025-07-23T09:09:32.478Z | slp 2:31:25.701571506 |
| 2275 | 2025-07-23T09:09:32.478Z | lat 3:02.096087551 |
| 2276 | 2025-07-23T09:09:32.478Z | stop 5:27.861462679 |
| 2277 | 2025-07-23T09:09:32.478Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2278 | 2025-07-23T09:09:33.623Z | Finished `release` profile [optimized] target(s) in 1.09s |
| 2279 | 2025-07-23T09:09:33.682Z | Running `target/release/omicron-package -t test package` |
| 2280 | 2025-07-23T09:09:33.736Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2281 | 2025-07-23T09:09:35.468Z | Compiling typify-impl v0.4.1 |
| 2282 | 2025-07-23T09:09:35.697Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2283 | 2025-07-23T09:09:35.701Z | Compiling convert_case v0.4.0 |
| 2284 | 2025-07-23T09:09:35.701Z | Compiling dirs-sys-next v0.1.2 |
| 2285 | 2025-07-23T09:09:35.701Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2286 | 2025-07-23T09:09:35.715Z | Compiling num-rational v0.4.2 |
| 2287 | 2025-07-23T09:09:35.811Z | Compiling num-complex v0.4.6 |
| 2288 | 2025-07-23T09:09:35.933Z | Compiling half v2.4.1 |
| 2289 | 2025-07-23T09:09:36.152Z | Compiling dirs-next v2.0.0 |
| 2290 | 2025-07-23T09:09:36.383Z | Compiling derive_more v0.99.20 |
| 2291 | 2025-07-23T09:09:36.412Z | Compiling ciborium-io v0.2.2 |
| 2292 | 2025-07-23T09:09:36.530Z | Compiling term v0.7.0 |
| 2293 | 2025-07-23T09:09:36.580Z | Compiling ciborium-ll v0.2.2 |
| 2294 | 2025-07-23T09:09:36.614Z | Compiling float-ord v0.3.2 |
| 2295 | 2025-07-23T09:09:36.843Z | Compiling num v0.4.3 |
| 2296 | 2025-07-23T09:09:36.925Z | Compiling is-terminal v0.4.13 |
| 2297 | 2025-07-23T09:09:36.997Z | Compiling ciborium v0.2.2 |
| 2298 | 2025-07-23T09:09:37.099Z | Compiling bytecount v0.6.8 |
| 2299 | 2025-07-23T09:09:37.125Z | Compiling camino v1.1.10 |
| 2300 | 2025-07-23T09:09:37.223Z | Compiling secrecy v0.10.3 |
| 2301 | 2025-07-23T09:09:37.551Z | Compiling base64 v0.21.7 |
| 2302 | 2025-07-23T09:09:37.581Z | Compiling swrite v0.1.0 |
| 2303 | 2025-07-23T09:09:37.767Z | Compiling rustix v1.0.7 |
| 2304 | 2025-07-23T09:09:37.932Z | Compiling password-hash v0.5.0 |
| 2305 | 2025-07-23T09:09:38.013Z | Compiling blake2 v0.10.6 |
| 2306 | 2025-07-23T09:09:38.681Z | Compiling argon2 v0.5.3 |
| 2307 | 2025-07-23T09:09:38.979Z | Compiling atomicwrites v0.4.4 |
| 2308 | 2025-07-23T09:09:39.150Z | Compiling fastrand v2.1.1 |
| 2309 | 2025-07-23T09:09:39.547Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2310 | 2025-07-23T09:09:39.653Z | Compiling rustls v0.22.4 |
| 2311 | 2025-07-23T09:09:39.700Z | Compiling newline-converter v0.3.0 |
| 2312 | 2025-07-23T09:09:39.956Z | Compiling thread_local v1.1.8 |
| 2313 | 2025-07-23T09:09:40.084Z | Compiling tempfile v3.20.0 |
| 2314 | 2025-07-23T09:09:40.176Z | Compiling wait-timeout v0.2.0 |
| 2315 | 2025-07-23T09:09:40.326Z | Compiling quick-error v1.2.3 |
| 2316 | 2025-07-23T09:09:40.418Z | Compiling bit-vec v0.8.0 |
| 2317 | 2025-07-23T09:09:40.524Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2318 | 2025-07-23T09:09:40.607Z | Compiling match_cfg v0.1.0 |
| 2319 | 2025-07-23T09:09:40.745Z | Compiling hostname v0.3.1 |
| 2320 | 2025-07-23T09:09:40.798Z | Compiling rusty-fork v0.3.0 |
| 2321 | 2025-07-23T09:09:40.889Z | Compiling bit-set v0.8.0 |
| 2322 | 2025-07-23T09:09:40.963Z | Compiling expectorate v1.2.0 |
| 2323 | 2025-07-23T09:09:41.090Z | Compiling ref-cast v1.0.24 |
| 2324 | 2025-07-23T09:09:41.179Z | Compiling multer v3.1.0 |
| 2325 | 2025-07-23T09:09:41.209Z | Compiling slog-async v2.8.0 |
| 2326 | 2025-07-23T09:09:41.284Z | Compiling progenitor-client v0.9.1 |
| 2327 | 2025-07-23T09:09:41.314Z | Compiling crossbeam-channel v0.5.15 |
| 2328 | 2025-07-23T09:09:41.344Z | Compiling slog-json v2.6.1 |
| 2329 | 2025-07-23T09:09:41.382Z | Compiling rand_xorshift v0.4.0 |
| 2330 | 2025-07-23T09:09:41.663Z | Compiling futures-executor v0.3.31 |
| 2331 | 2025-07-23T09:09:41.694Z | Compiling hex v0.4.3 |
| 2332 | 2025-07-23T09:09:41.720Z | Compiling unarray v0.1.4 |
| 2333 | 2025-07-23T09:09:41.812Z | Compiling take_mut v0.2.2 |
| 2334 | 2025-07-23T09:09:41.910Z | Compiling proptest v1.7.0 |
| 2335 | 2025-07-23T09:09:42.019Z | Compiling futures v0.3.31 |
| 2336 | 2025-07-23T09:09:42.177Z | Compiling progenitor v0.9.1 |
| 2337 | 2025-07-23T09:09:42.257Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2338 | 2025-07-23T09:09:42.303Z | Compiling slog-bunyan v2.5.0 |
| 2339 | 2025-07-23T09:09:42.649Z | Compiling slog-term v2.9.1 |
| 2340 | 2025-07-23T09:09:43.017Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2341 | 2025-07-23T09:09:43.084Z | Compiling async-stream v0.3.6 |
| 2342 | 2025-07-23T09:09:43.274Z | Compiling dropshot v0.16.2 |
| 2343 | 2025-07-23T09:09:43.370Z | Compiling toml v0.8.23 |
| 2344 | 2025-07-23T09:09:43.399Z | Compiling waitgroup v0.1.2 |
| 2345 | 2025-07-23T09:09:43.634Z | Compiling rustls-pemfile v2.2.0 |
| 2346 | 2025-07-23T09:09:43.691Z | Compiling serde_path_to_error v0.1.17 |
| 2347 | 2025-07-23T09:09:43.999Z | Compiling hostname v0.4.0 |
| 2348 | 2025-07-23T09:09:44.250Z | Compiling instant v0.1.13 |
| 2349 | 2025-07-23T09:09:44.455Z | Compiling cancel-safe-futures v0.1.5 |
| 2350 | 2025-07-23T09:09:44.459Z | Compiling owo-colors v4.2.2 |
| 2351 | 2025-07-23T09:09:44.629Z | Compiling debug-ignore v1.0.5 |
| 2352 | 2025-07-23T09:09:44.839Z | Compiling backoff v0.4.0 |
| 2353 | 2025-07-23T09:09:44.930Z | Compiling iddqd v0.3.9 |
| 2354 | 2025-07-23T09:09:45.150Z | Compiling typify-macro v0.4.1 |
| 2355 | 2025-07-23T09:09:45.180Z | Compiling tokio-rustls v0.25.0 |
| 2356 | 2025-07-23T09:09:45.225Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2357 | 2025-07-23T09:09:47.055Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 2358 | 2025-07-23T09:09:48.096Z | Compiling parse-display v0.10.0 |
| 2359 | 2025-07-23T09:09:48.267Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2360 | 2025-07-23T09:09:48.499Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2361 | 2025-07-23T09:09:48.624Z | Compiling typify v0.4.1 |
| 2362 | 2025-07-23T09:09:48.819Z | Compiling progenitor-impl v0.10.0 |
| 2363 | 2025-07-23T09:09:48.885Z | Compiling serde_with v3.14.0 |
| 2364 | 2025-07-23T09:09:49.324Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2365 | 2025-07-23T09:09:50.010Z | Compiling progenitor-client v0.10.0 |
| 2366 | 2025-07-23T09:09:51.923Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2367 | 2025-07-23T09:09:51.962Z | Compiling libsw-core v0.3.1 |
| 2368 | 2025-07-23T09:09:52.291Z | Compiling macaddr v1.0.1 |
| 2369 | 2025-07-23T09:09:52.747Z | Compiling utf-8 v0.7.6 |
| 2370 | 2025-07-23T09:09:53.147Z | Compiling libsw v3.5.0 |
| 2371 | 2025-07-23T09:09:53.292Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2372 | 2025-07-23T09:09:53.818Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2373 | 2025-07-23T09:09:54.258Z | Compiling linear-map v1.2.0 |
| 2374 | 2025-07-23T09:09:54.526Z | Compiling progenitor-macro v0.10.0 |
| 2375 | 2025-07-23T09:09:54.955Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2376 | 2025-07-23T09:09:55.704Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2377 | 2025-07-23T09:09:55.986Z | Compiling keccak v0.1.5 |
| 2378 | 2025-07-23T09:09:57.238Z | Compiling sha3 v0.10.8 |
| 2379 | 2025-07-23T09:09:58.162Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2380 | 2025-07-23T09:10:02.059Z | Compiling async-recursion v1.1.1 |
| 2381 | 2025-07-23T09:10:03.108Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2382 | 2025-07-23T09:10:03.487Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2383 | 2025-07-23T09:10:05.608Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2384 | 2025-07-23T09:10:05.694Z | Compiling progenitor v0.10.0 |
| 2385 | 2025-07-23T09:10:05.997Z | Compiling globset v0.4.15 |
| 2386 | 2025-07-23T09:10:09.257Z | Compiling prettyplease v0.2.35 |
| 2387 | 2025-07-23T09:10:10.234Z | Compiling tungstenite v0.21.0 |
| 2388 | 2025-07-23T09:10:11.966Z | Compiling tokio-tungstenite v0.21.0 |
| 2389 | 2025-07-23T09:10:12.659Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2390 | 2025-07-23T09:10:12.882Z | Compiling pem v3.0.5 |
| 2391 | 2025-07-23T09:10:14.313Z | Compiling pin-project-internal v1.1.6 |
| 2392 | 2025-07-23T09:10:15.008Z | Compiling papergrid v0.11.0 |
| 2393 | 2025-07-23T09:10:15.201Z | Compiling tabled_derive v0.7.0 |
| 2394 | 2025-07-23T09:10:16.834Z | Compiling pin-project v1.1.6 |
| 2395 | 2025-07-23T09:10:17.035Z | Compiling snafu-derive v0.8.5 |
| 2396 | 2025-07-23T09:10:17.154Z | Compiling highway v1.3.0 |
| 2397 | 2025-07-23T09:10:18.727Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2398 | 2025-07-23T09:10:21.180Z | Compiling snafu v0.8.5 |
| 2399 | 2025-07-23T09:10:22.485Z | Compiling tabled v0.15.0 |
| 2400 | 2025-07-23T09:10:24.937Z | Compiling resolv-conf v0.7.0 |
| 2401 | 2025-07-23T09:10:26.111Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2402 | 2025-07-23T09:10:26.372Z | Compiling olpc-cjson v0.1.4 |
| 2403 | 2025-07-23T09:10:26.487Z | Compiling serde_plain v1.0.2 |
| 2404 | 2025-07-23T09:10:26.728Z | Compiling semver v0.1.20 |
| 2405 | 2025-07-23T09:10:27.049Z | Compiling typed-path v0.9.3 |
| 2406 | 2025-07-23T09:10:27.273Z | Compiling rustc_version v0.1.7 |
| 2407 | 2025-07-23T09:10:27.304Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2408 | 2025-07-23T09:10:27.670Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 2409 | 2025-07-23T09:10:27.700Z | Compiling universal-hash v0.5.1 |
| 2410 | 2025-07-23T09:10:27.994Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2411 | 2025-07-23T09:10:30.142Z | Compiling tough v0.20.0 |
| 2412 | 2025-07-23T09:10:30.387Z | Compiling opaque-debug v0.3.1 |
| 2413 | 2025-07-23T09:10:30.533Z | Compiling poly1305 v0.8.0 |
| 2414 | 2025-07-23T09:10:31.017Z | Compiling thiserror-no-std v2.0.2 |
| 2415 | 2025-07-23T09:10:31.102Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 2416 | 2025-07-23T09:10:31.195Z | Compiling newtype_derive v0.1.6 |
| 2417 | 2025-07-23T09:10:31.582Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2418 | 2025-07-23T09:10:31.926Z | Compiling chacha20 v0.9.1 |
| 2419 | 2025-07-23T09:10:31.957Z | Compiling aead v0.5.2 |
| 2420 | 2025-07-23T09:10:32.351Z | Compiling unicode-linebreak v0.1.5 |
| 2421 | 2025-07-23T09:10:32.465Z | Compiling linked-hash-map v0.5.6 |
| 2422 | 2025-07-23T09:10:32.923Z | Compiling smawk v0.3.2 |
| 2423 | 2025-07-23T09:10:32.959Z | Compiling lru-cache v0.1.2 |
| 2424 | 2025-07-23T09:10:33.053Z | Compiling chacha20poly1305 v0.10.1 |
| 2425 | 2025-07-23T09:10:33.222Z | Compiling textwrap v0.16.2 |
| 2426 | 2025-07-23T09:10:33.342Z | Compiling vsss-rs v3.3.4 |
| 2427 | 2025-07-23T09:10:33.412Z | Compiling humantime v2.2.0 |
| 2428 | 2025-07-23T09:10:33.807Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2429 | 2025-07-23T09:10:34.322Z | Compiling hickory-proto v0.24.4 |
| 2430 | 2025-07-23T09:10:36.620Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 2431 | 2025-07-23T09:10:38.552Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2432 | 2025-07-23T09:10:40.170Z | Compiling hickory-resolver v0.24.4 |
| 2433 | 2025-07-23T09:10:41.291Z | Compiling steno v0.4.1 |
| 2434 | 2025-07-23T09:10:41.884Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2435 | 2025-07-23T09:10:45.802Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2436 | 2025-07-23T09:10:46.556Z | Compiling qorb v0.4.0 |
| 2437 | 2025-07-23T09:10:52.119Z | Compiling slog-dtrace v0.3.0 |
| 2438 | 2025-07-23T09:10:52.530Z | Compiling moka v0.12.10 |
| 2439 | 2025-07-23T09:10:53.051Z | Compiling tagptr v0.2.0 |
| 2440 | 2025-07-23T09:10:56.753Z | Compiling hickory-resolver v0.25.2 |
| 2441 | 2025-07-23T09:11:00.345Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2442 | 2025-07-23T09:11:01.927Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2443 | 2025-07-23T09:11:02.359Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2444 | 2025-07-23T09:11:02.991Z | Compiling display-error-chain v0.2.2 |
| 2445 | 2025-07-23T09:11:03.273Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2446 | 2025-07-23T09:11:03.423Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2447 | 2025-07-23T09:11:08.399Z | Compiling crunchy v0.2.2 |
| 2448 | 2025-07-23T09:11:08.624Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2449 | 2025-07-23T09:11:08.870Z | Compiling maplit v1.0.2 |
| 2450 | 2025-07-23T09:11:09.088Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2451 | 2025-07-23T09:11:09.120Z | Compiling dsl_auto_type v0.1.2 |
| 2452 | 2025-07-23T09:11:10.193Z | Compiling scheduled-thread-pool v0.2.7 |
| 2453 | 2025-07-23T09:11:10.331Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2454 | 2025-07-23T09:11:10.732Z | Compiling radium v0.7.0 |
| 2455 | 2025-07-23T09:11:11.245Z | Compiling tiny-keccak v2.0.2 |
| 2456 | 2025-07-23T09:11:11.556Z | Compiling diesel_derives v2.2.3 |
| 2457 | 2025-07-23T09:11:11.697Z | Compiling r2d2 v0.8.10 |
| 2458 | 2025-07-23T09:11:12.406Z | Compiling const_format_proc_macros v0.2.34 |
| 2459 | 2025-07-23T09:11:12.748Z | Compiling zerocopy-derive v0.6.6 |
| 2460 | 2025-07-23T09:11:14.058Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2461 | 2025-07-23T09:11:14.443Z | Compiling maybe-uninit v2.0.0 |
| 2462 | 2025-07-23T09:11:14.648Z | Compiling tap v1.0.1 |
| 2463 | 2025-07-23T09:11:14.825Z | Compiling bit-vec v0.6.3 |
| 2464 | 2025-07-23T09:11:14.874Z | Compiling proc-macro-error2 v2.0.1 |
| 2465 | 2025-07-23T09:11:15.068Z | Compiling wyz v0.5.1 |
| 2466 | 2025-07-23T09:11:15.282Z | Compiling bit-set v0.5.3 |
| 2467 | 2025-07-23T09:11:15.429Z | Compiling zerocopy v0.6.6 |
| 2468 | 2025-07-23T09:11:15.528Z | Compiling const_format v0.2.34 |
| 2469 | 2025-07-23T09:11:16.258Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2470 | 2025-07-23T09:11:16.676Z | Compiling ascii-canvas v3.0.0 |
| 2471 | 2025-07-23T09:11:16.799Z | Compiling ena v0.14.3 |
| 2472 | 2025-07-23T09:11:17.150Z | Compiling bindgen v0.71.1 |
| 2473 | 2025-07-23T09:11:17.252Z | Compiling diff v0.1.13 |
| 2474 | 2025-07-23T09:11:17.665Z | Compiling regex-syntax v0.6.29 |
| 2475 | 2025-07-23T09:11:17.755Z | Compiling packed_struct v0.10.1 |
| 2476 | 2025-07-23T09:11:18.248Z | Compiling funty v2.0.0 |
| 2477 | 2025-07-23T09:11:20.986Z | Compiling crc-catalog v2.4.0 |
| 2478 | 2025-07-23T09:11:21.066Z | Compiling lalrpop v0.19.12 |
| 2479 | 2025-07-23T09:11:21.193Z | Compiling crc v3.2.1 |
| 2480 | 2025-07-23T09:11:21.922Z | Compiling diesel v2.2.11 |
| 2481 | 2025-07-23T09:11:22.420Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2482 | 2025-07-23T09:11:22.499Z | Compiling bitvec v1.0.1 |
| 2483 | 2025-07-23T09:11:23.296Z | Compiling tabled_derive v0.10.0 |
| 2484 | 2025-07-23T09:11:25.520Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2485 | 2025-07-23T09:11:25.574Z | Compiling papergrid v0.14.0 |
| 2486 | 2025-07-23T09:11:26.866Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2487 | 2025-07-23T09:11:27.147Z | Compiling num-derive v0.3.3 |
| 2488 | 2025-07-23T09:11:29.187Z | Compiling packed_struct_codegen v0.10.1 |
| 2489 | 2025-07-23T09:11:31.453Z | Compiling indexmap v1.9.3 |
| 2490 | 2025-07-23T09:11:31.841Z | Compiling nodrop v0.1.14 |
| 2491 | 2025-07-23T09:11:32.031Z | Compiling array-init v0.0.4 |
| 2492 | 2025-07-23T09:11:38.582Z | Compiling libscf-sys v1.1.0 |
| 2493 | 2025-07-23T09:11:38.864Z | Compiling tabled v0.18.0 |
| 2494 | 2025-07-23T09:11:41.774Z | Compiling polar-core v0.27.3 |
| 2495 | 2025-07-23T09:11:43.090Z | Compiling smallvec v0.6.14 |
| 2496 | 2025-07-23T09:11:43.618Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2497 | 2025-07-23T09:11:48.645Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2498 | 2025-07-23T09:11:49.036Z | Compiling derive_builder_core v0.20.2 |
| 2499 | 2025-07-23T09:11:49.806Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2500 | 2025-07-23T09:11:50.782Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2501 | 2025-07-23T09:11:51.025Z | Compiling headers-core v0.3.0 |
| 2502 | 2025-07-23T09:11:51.269Z | Compiling libxml v0.3.3 |
| 2503 | 2025-07-23T09:11:51.735Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2504 | 2025-07-23T09:11:51.842Z | Compiling termcolor v1.4.1 |
| 2505 | 2025-07-23T09:11:52.122Z | Compiling hashbrown v0.12.3 |
| 2506 | 2025-07-23T09:11:52.903Z | Compiling bitfield v0.14.0 |
| 2507 | 2025-07-23T09:11:53.156Z | Compiling env_logger v0.10.2 |
| 2508 | 2025-07-23T09:11:53.243Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2509 | 2025-07-23T09:11:54.597Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2510 | 2025-07-23T09:11:56.010Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2511 | 2025-07-23T09:11:56.585Z | Compiling headers v0.4.1 |
| 2512 | 2025-07-23T09:11:57.280Z | Compiling samael v0.0.19 |
| 2513 | 2025-07-23T09:11:58.072Z | Compiling derive_builder_macro v0.20.2 |
| 2514 | 2025-07-23T09:11:58.736Z | Compiling serde-hex v0.1.0 |
| 2515 | 2025-07-23T09:11:58.963Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2516 | 2025-07-23T09:12:00.072Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2517 | 2025-07-23T09:12:00.413Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2518 | 2025-07-23T09:12:03.307Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2519 | 2025-07-23T09:12:03.663Z | Compiling ron v0.8.1 |
| 2520 | 2025-07-23T09:12:03.925Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2521 | 2025-07-23T09:12:04.312Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2522 | 2025-07-23T09:12:05.074Z | Compiling strum_macros v0.24.3 |
| 2523 | 2025-07-23T09:12:05.527Z | Compiling hashbrown v0.13.2 |
| 2524 | 2025-07-23T09:12:06.772Z | Compiling crc-any v2.5.0 |
| 2525 | 2025-07-23T09:12:07.511Z | Compiling indoc v1.0.9 |
| 2526 | 2025-07-23T09:12:07.669Z | Compiling termtree v0.5.1 |
| 2527 | 2025-07-23T09:12:07.982Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2528 | 2025-07-23T09:12:08.012Z | Compiling object v0.30.4 |
| 2529 | 2025-07-23T09:12:08.284Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2530 | 2025-07-23T09:12:09.132Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2531 | 2025-07-23T09:12:09.749Z | Compiling derive_builder v0.20.2 |
| 2532 | 2025-07-23T09:12:19.972Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2533 | 2025-07-23T09:12:20.017Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2534 | 2025-07-23T09:12:20.353Z | Compiling oso-derive v0.27.3 |
| 2535 | 2025-07-23T09:12:21.308Z | Compiling quick-xml v0.37.2 |
| 2536 | 2025-07-23T09:12:21.984Z | Compiling path-slash v0.1.5 |
| 2537 | 2025-07-23T09:12:22.289Z | Compiling crc8 v0.1.1 |
| 2538 | 2025-07-23T09:12:22.657Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2539 | 2025-07-23T09:12:22.817Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 2540 | 2025-07-23T09:12:23.366Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2541 | 2025-07-23T09:12:24.849Z | Compiling vte_generate_state_changes v0.1.2 |
| 2542 | 2025-07-23T09:12:25.498Z | Compiling diesel-dtrace v0.4.2 |
| 2543 | 2025-07-23T09:12:25.750Z | Compiling oso v0.27.3 |
| 2544 | 2025-07-23T09:12:25.892Z | Compiling arc-swap v1.7.1 |
| 2545 | 2025-07-23T09:12:26.607Z | Compiling siphasher v1.0.1 |
| 2546 | 2025-07-23T09:12:27.080Z | Compiling phf_shared v0.12.1 |
| 2547 | 2025-07-23T09:12:27.565Z | Compiling slog-scope v4.4.0 |
| 2548 | 2025-07-23T09:12:28.426Z | Compiling vte v0.11.1 |
| 2549 | 2025-07-23T09:12:30.018Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2550 | 2025-07-23T09:12:37.761Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2551 | 2025-07-23T09:12:38.157Z | Compiling bb8 v0.8.5 |
| 2552 | 2025-07-23T09:12:38.768Z | Compiling unicase v2.7.0 |
| 2553 | 2025-07-23T09:12:39.172Z | Compiling chrono-tz v0.10.4 |
| 2554 | 2025-07-23T09:12:39.547Z | Compiling xshell-macros v0.2.7 |
| 2555 | 2025-07-23T09:12:40.283Z | Compiling xshell v0.2.7 |
| 2556 | 2025-07-23T09:12:41.512Z | Compiling async-bb8-diesel v0.2.1 |
| 2557 | 2025-07-23T09:12:43.181Z | Compiling strip-ansi-escapes v0.2.0 |
| 2558 | 2025-07-23T09:12:43.951Z | Compiling slog-stdlog v4.1.1 |
| 2559 | 2025-07-23T09:12:44.041Z | Compiling phf v0.12.1 |
| 2560 | 2025-07-23T09:12:44.432Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2561 | 2025-07-23T09:12:44.703Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2562 | 2025-07-23T09:12:45.087Z | Compiling fd-lock v4.0.2 |
| 2563 | 2025-07-23T09:12:45.208Z | Compiling peg-macros v0.8.5 |
| 2564 | 2025-07-23T09:12:45.358Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2565 | 2025-07-23T09:12:46.351Z | Compiling nu-ansi-term v0.50.1 |
| 2566 | 2025-07-23T09:12:47.599Z | Compiling reedline v0.40.0 |
| 2567 | 2025-07-23T09:12:48.316Z | Compiling peg v0.8.5 |
| 2568 | 2025-07-23T09:12:48.577Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2569 | 2025-07-23T09:12:56.011Z | Compiling slog-envlogger v2.2.0 |
| 2570 | 2025-07-23T09:12:56.134Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2571 | 2025-07-23T09:12:58.433Z | Compiling typify-impl v0.2.0 |
| 2572 | 2025-07-23T09:13:04.595Z | Compiling bcs v0.1.6 |
| 2573 | 2025-07-23T09:13:05.439Z | Compiling fxhash v0.2.1 |
| 2574 | 2025-07-23T09:13:05.726Z | Compiling libz-sys v1.1.20 |
| 2575 | 2025-07-23T09:13:06.269Z | Compiling half v1.8.3 |
| 2576 | 2025-07-23T09:13:07.245Z | Compiling serde_cbor v0.11.2 |
| 2577 | 2025-07-23T09:13:08.028Z | Compiling typify-macro v0.2.0 |
| 2578 | 2025-07-23T09:13:09.753Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2579 | 2025-07-23T09:13:11.470Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2580 | 2025-07-23T09:13:11.908Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2581 | 2025-07-23T09:13:12.593Z | Compiling kstat-rs v0.2.4 |
| 2582 | 2025-07-23T09:13:13.336Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2583 | 2025-07-23T09:13:13.528Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2584 | 2025-07-23T09:13:16.246Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 2585 | 2025-07-23T09:13:16.846Z | Compiling nix v0.30.1 |
| 2586 | 2025-07-23T09:13:16.850Z | Compiling nanorand v0.7.0 |
| 2587 | 2025-07-23T09:13:17.584Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2588 | 2025-07-23T09:13:17.668Z | Compiling parking_lot_core v0.8.6 |
| 2589 | 2025-07-23T09:13:18.244Z | Compiling flume v0.11.1 |
| 2590 | 2025-07-23T09:13:18.982Z | Compiling mime_guess v2.0.5 |
| 2591 | 2025-07-23T09:13:20.483Z | Compiling ignore v0.4.23 |
| 2592 | 2025-07-23T09:13:23.479Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2593 | 2025-07-23T09:13:26.473Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2594 | 2025-07-23T09:13:29.263Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2595 | 2025-07-23T09:13:31.035Z | Compiling castaway v0.2.3 |
| 2596 | 2025-07-23T09:13:31.276Z | Compiling fs-err v2.11.0 |
| 2597 | 2025-07-23T09:13:31.528Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2598 | 2025-07-23T09:13:31.868Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2599 | 2025-07-23T09:13:31.988Z | Compiling compact_str v0.8.0 |
| 2600 | 2025-07-23T09:13:32.370Z | Compiling globwalk v0.9.1 |
| 2601 | 2025-07-23T09:13:34.454Z | Compiling typify v0.2.0 |
| 2602 | 2025-07-23T09:13:34.673Z | Compiling predicates-tree v1.0.12 |
| 2603 | 2025-07-23T09:13:34.784Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2604 | 2025-07-23T09:13:35.579Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2605 | 2025-07-23T09:13:36.471Z | Compiling unicode-truncate v1.1.0 |
| 2606 | 2025-07-23T09:13:37.413Z | Compiling lru v0.12.5 |
| 2607 | 2025-07-23T09:13:37.838Z | Compiling vergen v8.3.2 |
| 2608 | 2025-07-23T09:13:38.179Z | Compiling nibble_vec v0.1.0 |
| 2609 | 2025-07-23T09:13:38.478Z | Compiling cargo-platform v0.1.8 |
| 2610 | 2025-07-23T09:13:39.002Z | Compiling instability v0.3.2 |
| 2611 | 2025-07-23T09:13:40.010Z | Compiling atty v0.2.14 |
| 2612 | 2025-07-23T09:13:40.234Z | Compiling salty v0.3.0 |
| 2613 | 2025-07-23T09:13:40.693Z | Compiling endian-type v0.1.2 |
| 2614 | 2025-07-23T09:13:40.994Z | Compiling cassowary v0.3.0 |
| 2615 | 2025-07-23T09:13:42.683Z | Compiling indoc v2.0.6 |
| 2616 | 2025-07-23T09:13:43.889Z | Compiling http-range v0.1.5 |
| 2617 | 2025-07-23T09:13:44.405Z | Compiling ratatui v0.29.0 |
| 2618 | 2025-07-23T09:13:44.744Z | Compiling radix_trie v0.2.1 |
| 2619 | 2025-07-23T09:13:45.700Z | Compiling cargo_metadata v0.18.1 |
| 2620 | 2025-07-23T09:13:48.652Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2621 | 2025-07-23T09:14:02.938Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2622 | 2025-07-23T09:14:07.636Z | Compiling camino-tempfile-ext v0.3.2 |
| 2623 | 2025-07-23T09:14:09.021Z | Compiling progenitor-impl v0.8.0 |
| 2624 | 2025-07-23T09:14:09.971Z | Compiling git2 v0.19.0 |
| 2625 | 2025-07-23T09:14:14.716Z | Compiling parking_lot v0.11.2 |
| 2626 | 2025-07-23T09:14:16.690Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2627 | 2025-07-23T09:14:17.045Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2628 | 2025-07-23T09:14:17.411Z | Compiling prefix-trie v0.7.0 |
| 2629 | 2025-07-23T09:14:17.772Z | Compiling rand_seeder v0.3.0 |
| 2630 | 2025-07-23T09:14:18.218Z | Compiling lzma-sys v0.1.20 |
| 2631 | 2025-07-23T09:14:18.426Z | Compiling parse-size v1.1.0 |
| 2632 | 2025-07-23T09:14:18.815Z | Compiling rustls v0.21.12 |
| 2633 | 2025-07-23T09:14:19.025Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 2634 | 2025-07-23T09:14:19.282Z | Compiling hickory-server v0.25.2 |
| 2635 | 2025-07-23T09:14:21.134Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2636 | 2025-07-23T09:14:21.492Z | Compiling hyper-staticfile v0.10.1 |
| 2637 | 2025-07-23T09:14:24.962Z | Compiling sled v0.34.7 |
| 2638 | 2025-07-23T09:14:25.480Z | Compiling progenitor-macro v0.8.0 |
| 2639 | 2025-07-23T09:14:28.948Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2640 | 2025-07-23T09:14:31.317Z | Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 2641 | 2025-07-23T09:14:36.704Z | Compiling hickory-client v0.25.2 |
| 2642 | 2025-07-23T09:14:38.178Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2643 | 2025-07-23T09:14:38.590Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2644 | 2025-07-23T09:14:38.663Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2645 | 2025-07-23T09:14:39.419Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2646 | 2025-07-23T09:14:44.329Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2647 | 2025-07-23T09:14:44.717Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2648 | 2025-07-23T09:14:44.927Z | Compiling primeorder v0.13.6 |
| 2649 | 2025-07-23T09:14:45.528Z | Compiling progenitor-client v0.8.0 |
| 2650 | 2025-07-23T09:14:46.304Z | Compiling rustls-webpki v0.101.7 |
| 2651 | 2025-07-23T09:14:46.494Z | Compiling sct v0.7.1 |
| 2652 | 2025-07-23T09:14:46.978Z | Compiling heck v0.3.3 |
| 2653 | 2025-07-23T09:14:47.357Z | Compiling env_filter v0.1.2 |
| 2654 | 2025-07-23T09:14:47.981Z | Compiling csv-core v0.1.11 |
| 2655 | 2025-07-23T09:14:48.850Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2656 | 2025-07-23T09:14:48.896Z | Compiling void v1.0.2 |
| 2657 | 2025-07-23T09:14:49.153Z | Compiling lzss v0.8.2 |
| 2658 | 2025-07-23T09:14:49.347Z | Compiling csv v1.3.1 |
| 2659 | 2025-07-23T09:14:49.666Z | Compiling env_logger v0.11.5 |
| 2660 | 2025-07-23T09:14:49.949Z | Compiling zone_cfg_derive v0.1.2 |
| 2661 | 2025-07-23T09:14:51.279Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2662 | 2025-07-23T09:14:51.586Z | Compiling progenitor v0.8.0 |
| 2663 | 2025-07-23T09:14:51.889Z | Compiling p384 v0.13.0 |
| 2664 | 2025-07-23T09:14:52.415Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2665 | 2025-07-23T09:14:53.579Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2666 | 2025-07-23T09:14:57.869Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2667 | 2025-07-23T09:14:58.356Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2668 | 2025-07-23T09:14:59.089Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2669 | 2025-07-23T09:14:59.706Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2670 | 2025-07-23T09:15:00.689Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2671 | 2025-07-23T09:15:01.081Z | Compiling tungstenite v0.23.0 |
| 2672 | 2025-07-23T09:15:06.487Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2673 | 2025-07-23T09:15:06.518Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2674 | 2025-07-23T09:15:06.871Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2675 | 2025-07-23T09:15:06.916Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2676 | 2025-07-23T09:15:07.258Z | Compiling nix v0.27.1 |
| 2677 | 2025-07-23T09:15:07.607Z | Compiling serde_bytes v0.11.17 |
| 2678 | 2025-07-23T09:15:08.190Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2679 | 2025-07-23T09:15:08.587Z | Compiling number_prefix v0.4.0 |
| 2680 | 2025-07-23T09:15:08.909Z | Compiling base64 v0.13.1 |
| 2681 | 2025-07-23T09:15:09.707Z | Compiling ron v0.7.1 |
| 2682 | 2025-07-23T09:15:09.893Z | Compiling indicatif v0.17.11 |
| 2683 | 2025-07-23T09:15:13.867Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2684 | 2025-07-23T09:15:14.753Z | Compiling tokio-tungstenite v0.23.1 |
| 2685 | 2025-07-23T09:15:14.781Z | Compiling xz2 v0.1.7 |
| 2686 | 2025-07-23T09:15:15.437Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2687 | 2025-07-23T09:15:15.653Z | Compiling tokio-rustls v0.24.1 |
| 2688 | 2025-07-23T09:15:16.168Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2689 | 2025-07-23T09:15:19.824Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2690 | 2025-07-23T09:15:21.067Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2691 | 2025-07-23T09:15:21.954Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2692 | 2025-07-23T09:15:23.043Z | Compiling zone v0.1.8 |
| 2693 | 2025-07-23T09:15:23.089Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2694 | 2025-07-23T09:15:25.875Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2695 | 2025-07-23T09:15:26.443Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2696 | 2025-07-23T09:15:27.100Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2697 | 2025-07-23T09:15:33.324Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2698 | 2025-07-23T09:15:37.469Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2699 | 2025-07-23T09:15:38.027Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2700 | 2025-07-23T09:15:40.421Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2701 | 2025-07-23T09:15:40.594Z | Compiling rustls-pemfile v1.0.4 |
| 2702 | 2025-07-23T09:15:41.339Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2703 | 2025-07-23T09:15:41.726Z | Compiling signal-hook-tokio v0.3.1 |
| 2704 | 2025-07-23T09:15:42.011Z | Compiling twox-hash v2.1.0 |
| 2705 | 2025-07-23T09:15:43.046Z | Compiling yasna v0.5.2 |
| 2706 | 2025-07-23T09:15:44.194Z | Compiling secrecy v0.8.0 |
| 2707 | 2025-07-23T09:15:44.536Z | Compiling is_ci v1.2.0 |
| 2708 | 2025-07-23T09:15:44.898Z | Compiling supports-color v3.0.2 |
| 2709 | 2025-07-23T09:15:46.401Z | Compiling rcgen v0.12.1 |
| 2710 | 2025-07-23T09:15:48.987Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2711 | 2025-07-23T09:15:52.286Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2712 | 2025-07-23T09:15:55.672Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2713 | 2025-07-23T09:15:56.765Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2714 | 2025-07-23T09:15:57.375Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2715 | 2025-07-23T09:16:03.906Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 2716 | 2025-07-23T09:16:10.337Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2717 | 2025-07-23T09:16:11.187Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2718 | 2025-07-23T09:16:15.801Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 2719 | 2025-07-23T09:16:16.510Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2720 | 2025-07-23T09:16:16.514Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2721 | 2025-07-23T09:16:17.690Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2722 | 2025-07-23T09:16:24.919Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2723 | 2025-07-23T09:16:25.312Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2724 | 2025-07-23T09:16:25.709Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2725 | 2025-07-23T09:16:27.341Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2726 | 2025-07-23T09:16:32.680Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2727 | 2025-07-23T09:16:37.121Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2728 | 2025-07-23T09:16:37.457Z | Compiling fatfs v0.3.6 |
| 2729 | 2025-07-23T09:16:37.742Z | Compiling rtoolbox v0.0.2 |
| 2730 | 2025-07-23T09:16:38.249Z | Compiling subprocess v0.2.9 |
| 2731 | 2025-07-23T09:16:39.733Z | Compiling assert_matches v1.5.0 |
| 2732 | 2025-07-23T09:16:40.305Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2733 | 2025-07-23T09:16:42.796Z | Compiling rpassword v7.4.0 |
| 2734 | 2025-07-23T09:16:43.307Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2735 | 2025-07-23T09:16:45.393Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2736 | 2025-07-23T09:16:48.022Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2737 | 2025-07-23T09:16:53.573Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2738 | 2025-07-23T09:17:00.492Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2739 | 2025-07-23T09:17:21.096Z | Compiling tui-tree-widget v0.23.1 |
| 2740 | 2025-07-23T09:17:21.588Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2741 | 2025-07-23T09:17:25.541Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2742 | 2025-07-23T09:17:25.923Z | Compiling uzers v0.12.1 |
| 2743 | 2025-07-23T09:17:29.131Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2744 | 2025-07-23T09:17:29.443Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2745 | 2025-07-23T09:17:31.615Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2746 | 2025-07-23T09:17:51.046Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2747 | 2025-07-23T09:18:01.636Z | Compiling support-bundle-viewer v0.1.2 |
| 2748 | 2025-07-23T09:18:03.511Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2749 | 2025-07-23T09:18:05.361Z | Compiling multimap v0.10.1 |
| 2750 | 2025-07-23T09:20:22.373Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2751 | 2025-07-23T09:20:42.474Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2752 | 2025-07-23T09:28:32.899Z | Finished `release` profile [optimized] target(s) in 18m 58s |
| 2753 | 2025-07-23T09:29:28.090Z | |
| 2754 | 2025-07-23T09:29:28.095Z | real 19:55.515147600 |
| 2755 | 2025-07-23T09:29:28.095Z | user 2:22:27.201851225 |
| 2756 | 2025-07-23T09:29:28.095Z | sys 4:09.689580830 |
| 2757 | 2025-07-23T09:29:28.095Z | trap 3.582406646 |
| 2758 | 2025-07-23T09:29:28.095Z | tflt 2.493178011 |
| 2759 | 2025-07-23T09:29:28.095Z | dflt 5.999923271 |
| 2760 | 2025-07-23T09:29:28.095Z | kflt 0.099421009 |
| 2761 | 2025-07-23T09:29:28.095Z | lock 9:50:32.523117383 |
| 2762 | 2025-07-23T09:29:28.096Z | slp 7:16:23.331394608 |
| 2763 | 2025-07-23T09:29:28.096Z | lat 4:07.596414109 |
| 2764 | 2025-07-23T09:29:28.096Z | stop 4:01.584460083 |
| 2765 | 2025-07-23T09:29:28.096Z | + mapfile -t packages |
| 2766 | 2025-07-23T09:29:28.096Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2767 | 2025-07-23T09:29:29.330Z | Finished `release` profile [optimized] target(s) in 1.18s |
| 2768 | 2025-07-23T09:29:29.389Z | Running `target/release/omicron-package -t test list-outputs` |
| 2769 | 2025-07-23T09:29:29.447Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2770 | 2025-07-23T09:29:29.451Z | + ptime -m cargo build --locked --release -p xtask |
| 2771 | 2025-07-23T09:29:30.170Z | Compiling once_cell v1.21.3 |
| 2772 | 2025-07-23T09:29:30.170Z | Compiling serde v1.0.219 |
| 2773 | 2025-07-23T09:29:30.176Z | Compiling bitflags v2.9.1 |
| 2774 | 2025-07-23T09:29:30.176Z | Compiling syn v2.0.104 |
| 2775 | 2025-07-23T09:29:30.176Z | Compiling libc v0.2.174 |
| 2776 | 2025-07-23T09:29:30.279Z | Compiling serde_json v1.0.140 |
| 2777 | 2025-07-23T09:29:30.284Z | Compiling num-traits v0.2.19 |
| 2778 | 2025-07-23T09:29:30.284Z | Compiling hashbrown v0.15.4 |
| 2779 | 2025-07-23T09:29:30.611Z | Compiling smallvec v1.15.0 |
| 2780 | 2025-07-23T09:29:30.744Z | Compiling rustix v0.38.37 |
| 2781 | 2025-07-23T09:29:31.062Z | Compiling usdt-impl v0.5.0 |
| 2782 | 2025-07-23T09:29:31.120Z | Compiling syn v1.0.109 |
| 2783 | 2025-07-23T09:29:31.154Z | Compiling log v0.4.27 |
| 2784 | 2025-07-23T09:29:31.606Z | Compiling percent-encoding v2.3.1 |
| 2785 | 2025-07-23T09:29:31.653Z | Compiling indexmap v2.10.0 |
| 2786 | 2025-07-23T09:29:31.732Z | Compiling thread-id v4.2.2 |
| 2787 | 2025-07-23T09:29:31.747Z | Compiling getrandom v0.3.1 |
| 2788 | 2025-07-23T09:29:31.876Z | Compiling form_urlencoded v1.2.1 |
| 2789 | 2025-07-23T09:29:32.420Z | Compiling rustix v1.0.7 |
| 2790 | 2025-07-23T09:29:32.583Z | Compiling fs-err v3.1.1 |
| 2791 | 2025-07-23T09:29:32.981Z | Compiling ordered-float v2.10.1 |
| 2792 | 2025-07-23T09:29:33.243Z | Compiling terminal_size v0.4.0 |
| 2793 | 2025-07-23T09:29:33.523Z | Compiling anyhow v1.0.98 |
| 2794 | 2025-07-23T09:29:33.583Z | Compiling clap_builder v4.5.40 |
| 2795 | 2025-07-23T09:29:33.798Z | Compiling textwrap v0.16.2 |
| 2796 | 2025-07-23T09:29:34.544Z | Compiling proc-macro-error v1.0.4 |
| 2797 | 2025-07-23T09:29:34.709Z | Compiling tempfile v3.20.0 |
| 2798 | 2025-07-23T09:29:36.241Z | Compiling tabled_derive v0.7.0 |
| 2799 | 2025-07-23T09:29:36.812Z | Compiling synstructure v0.13.1 |
| 2800 | 2025-07-23T09:29:37.582Z | Compiling tabled v0.15.0 |
| 2801 | 2025-07-23T09:29:38.170Z | Compiling serde_derive v1.0.219 |
| 2802 | 2025-07-23T09:29:39.490Z | Compiling thiserror-impl v1.0.69 |
| 2803 | 2025-07-23T09:29:39.584Z | Compiling zerofrom-derive v0.1.4 |
| 2804 | 2025-07-23T09:29:39.608Z | Compiling yoke-derive v0.7.4 |
| 2805 | 2025-07-23T09:29:41.909Z | Compiling zerovec-derive v0.10.3 |
| 2806 | 2025-07-23T09:29:42.040Z | Compiling thiserror v1.0.69 |
| 2807 | 2025-07-23T09:29:42.221Z | Compiling displaydoc v0.2.5 |
| 2808 | 2025-07-23T09:29:42.578Z | Compiling zerofrom v0.1.4 |
| 2809 | 2025-07-23T09:29:42.866Z | Compiling yoke v0.7.4 |
| 2810 | 2025-07-23T09:29:43.308Z | Compiling pest v2.7.14 |
| 2811 | 2025-07-23T09:29:43.611Z | Compiling icu_provider_macros v1.5.0 |
| 2812 | 2025-07-23T09:29:44.207Z | Compiling zerovec v0.10.4 |
| 2813 | 2025-07-23T09:29:44.646Z | Compiling zerocopy-derive v0.7.35 |
| 2814 | 2025-07-23T09:29:45.972Z | Compiling pest_meta v2.7.14 |
| 2815 | 2025-07-23T09:29:46.416Z | Compiling tinystr v0.7.6 |
| 2816 | 2025-07-23T09:29:46.883Z | Compiling icu_locid v1.5.0 |
| 2817 | 2025-07-23T09:29:47.214Z | Compiling icu_collections v1.5.0 |
| 2818 | 2025-07-23T09:29:49.494Z | Compiling icu_provider v1.5.0 |
| 2819 | 2025-07-23T09:29:49.862Z | Compiling pest_generator v2.7.14 |
| 2820 | 2025-07-23T09:29:51.086Z | Compiling icu_locid_transform v1.5.0 |
| 2821 | 2025-07-23T09:29:51.558Z | Compiling pest_derive v2.7.14 |
| 2822 | 2025-07-23T09:29:51.838Z | Compiling serde_spanned v0.6.9 |
| 2823 | 2025-07-23T09:29:52.144Z | Compiling toml_datetime v0.6.11 |
| 2824 | 2025-07-23T09:29:52.207Z | Compiling zerocopy v0.7.35 |
| 2825 | 2025-07-23T09:29:52.320Z | Compiling scroll_derive v0.12.0 |
| 2826 | 2025-07-23T09:29:52.938Z | Compiling icu_properties v1.5.1 |
| 2827 | 2025-07-23T09:29:53.662Z | Compiling scroll v0.12.0 |
| 2828 | 2025-07-23T09:29:53.666Z | Compiling dof v0.3.0 |
| 2829 | 2025-07-23T09:29:54.034Z | Compiling toml_edit v0.22.27 |
| 2830 | 2025-07-23T09:29:54.097Z | Compiling dtrace-parser v0.2.0 |
| 2831 | 2025-07-23T09:29:54.474Z | Compiling goblin v0.8.2 |
| 2832 | 2025-07-23T09:29:56.930Z | Compiling icu_normalizer v1.5.0 |
| 2833 | 2025-07-23T09:29:59.192Z | Compiling idna_adapter v1.2.0 |
| 2834 | 2025-07-23T09:29:59.460Z | Compiling idna v1.0.3 |
| 2835 | 2025-07-23T09:29:59.916Z | Compiling toml v0.8.23 |
| 2836 | 2025-07-23T09:30:00.335Z | Compiling serde_tokenstream v0.2.2 |
| 2837 | 2025-07-23T09:30:00.910Z | Compiling erased-serde v0.4.6 |
| 2838 | 2025-07-23T09:30:02.413Z | Compiling serde-untagged v0.1.7 |
| 2839 | 2025-07-23T09:30:03.255Z | Compiling url v2.5.4 |
| 2840 | 2025-07-23T09:30:05.326Z | Compiling camino v1.1.10 |
| 2841 | 2025-07-23T09:30:05.430Z | Compiling serde-value v0.7.0 |
| 2842 | 2025-07-23T09:30:06.186Z | Compiling semver v1.0.26 |
| 2843 | 2025-07-23T09:30:06.627Z | Compiling thiserror-impl v2.0.12 |
| 2844 | 2025-07-23T09:30:07.051Z | Compiling cargo-util-schemas v0.2.0 |
| 2845 | 2025-07-23T09:30:08.549Z | Compiling usdt-macro v0.5.0 |
| 2846 | 2025-07-23T09:30:09.337Z | Compiling usdt-attr-macro v0.5.0 |
| 2847 | 2025-07-23T09:30:09.420Z | Compiling thiserror v2.0.12 |
| 2848 | 2025-07-23T09:30:09.635Z | Compiling cargo-platform v0.2.0 |
| 2849 | 2025-07-23T09:30:09.747Z | Compiling clap_derive v4.5.40 |
| 2850 | 2025-07-23T09:30:10.483Z | Compiling cargo_metadata v0.20.0 |
| 2851 | 2025-07-23T09:30:10.636Z | Compiling usdt v0.5.0 |
| 2852 | 2025-07-23T09:30:10.908Z | Compiling camino-tempfile v1.4.1 |
| 2853 | 2025-07-23T09:30:11.738Z | Compiling cargo_toml v0.21.0 |
| 2854 | 2025-07-23T09:30:12.006Z | Compiling macaddr v1.0.1 |
| 2855 | 2025-07-23T09:30:13.920Z | Compiling clap v4.5.40 |
| 2856 | 2025-07-23T09:30:22.034Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2857 | 2025-07-23T09:30:27.757Z | Finished `release` profile [optimized] target(s) in 58.25s |
| 2858 | 2025-07-23T09:30:27.899Z | |
| 2859 | 2025-07-23T09:30:27.899Z | real 58.412048776 |
| 2860 | 2025-07-23T09:30:27.899Z | user 6:14.914546762 |
| 2861 | 2025-07-23T09:30:27.899Z | sys 27.229074719 |
| 2862 | 2025-07-23T09:30:27.899Z | trap 0.195767174 |
| 2863 | 2025-07-23T09:30:27.899Z | tflt 0.356125394 |
| 2864 | 2025-07-23T09:30:27.903Z | dflt 0.567713488 |
| 2865 | 2025-07-23T09:30:27.903Z | kflt 0.000013278 |
| 2866 | 2025-07-23T09:30:27.903Z | lock 16:57.076646194 |
| 2867 | 2025-07-23T09:30:27.903Z | slp 19:19.957890541 |
| 2868 | 2025-07-23T09:30:27.903Z | lat 25.947758803 |
| 2869 | 2025-07-23T09:30:27.904Z | stop 31.173465580 |
| 2870 | 2025-07-23T09:30:27.904Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2871 | 2025-07-23T09:30:27.904Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2872 | 2025-07-23T09:30:27.904Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2873 | 2025-07-23T09:30:27.904Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2874 | 2025-07-23T09:30:27.904Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2875 | 2025-07-23T09:30:29.134Z | Compiling regress v0.10.3 |
| 2876 | 2025-07-23T09:30:29.300Z | Compiling ident_case v1.0.1 |
| 2877 | 2025-07-23T09:30:29.303Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2878 | 2025-07-23T09:30:29.304Z | Compiling unsafe-libyaml v0.2.11 |
| 2879 | 2025-07-23T09:30:29.333Z | Compiling match_cfg v0.1.0 |
| 2880 | 2025-07-23T09:30:29.370Z | Compiling rustix v1.0.7 |
| 2881 | 2025-07-23T09:30:29.393Z | Compiling quick-error v1.2.3 |
| 2882 | 2025-07-23T09:30:29.396Z | Compiling progenitor-client v0.10.0 |
| 2883 | 2025-07-23T09:30:29.467Z | Compiling hostname v0.3.1 |
| 2884 | 2025-07-23T09:30:29.491Z | Compiling darling_core v0.20.10 |
| 2885 | 2025-07-23T09:30:29.569Z | Compiling structmeta-derive v0.3.0 |
| 2886 | 2025-07-23T09:30:29.714Z | Compiling rustls v0.22.4 |
| 2887 | 2025-07-23T09:30:29.829Z | Compiling hex v0.4.3 |
| 2888 | 2025-07-23T09:30:29.939Z | Compiling multer v3.1.0 |
| 2889 | 2025-07-23T09:30:30.095Z | Compiling debug-ignore v1.0.5 |
| 2890 | 2025-07-23T09:30:30.384Z | Compiling toml v0.8.23 |
| 2891 | 2025-07-23T09:30:30.416Z | Compiling slog-json v2.6.1 |
| 2892 | 2025-07-23T09:30:30.816Z | Compiling serde_yaml v0.9.34+deprecated |
| 2893 | 2025-07-23T09:30:31.041Z | Compiling tempfile v3.20.0 |
| 2894 | 2025-07-23T09:30:31.493Z | Compiling macaddr v1.0.1 |
| 2895 | 2025-07-23T09:30:31.835Z | Compiling async-stream-impl v0.3.6 |
| 2896 | 2025-07-23T09:30:31.909Z | Compiling dropshot v0.16.2 |
| 2897 | 2025-07-23T09:30:31.955Z | Compiling slog-bunyan v2.5.0 |
| 2898 | 2025-07-23T09:30:32.099Z | Compiling structmeta v0.3.0 |
| 2899 | 2025-07-23T09:30:32.381Z | Compiling waitgroup v0.1.2 |
| 2900 | 2025-07-23T09:30:32.525Z | Compiling rustls-pemfile v2.2.0 |
| 2901 | 2025-07-23T09:30:32.633Z | Compiling dropshot_endpoint v0.16.2 |
| 2902 | 2025-07-23T09:30:32.902Z | Compiling typify-impl v0.3.0 |
| 2903 | 2025-07-23T09:30:33.134Z | Compiling async-stream v0.3.6 |
| 2904 | 2025-07-23T09:30:33.157Z | Compiling serde_path_to_error v0.1.17 |
| 2905 | 2025-07-23T09:30:33.468Z | Compiling wait-timeout v0.2.0 |
| 2906 | 2025-07-23T09:30:33.889Z | Compiling hostname v0.4.0 |
| 2907 | 2025-07-23T09:30:33.974Z | Compiling bit-vec v0.8.0 |
| 2908 | 2025-07-23T09:30:34.010Z | Compiling rusty-fork v0.3.0 |
| 2909 | 2025-07-23T09:30:34.142Z | Compiling derive-ex v0.1.8 |
| 2910 | 2025-07-23T09:30:34.258Z | Compiling rand_xorshift v0.4.0 |
| 2911 | 2025-07-23T09:30:34.474Z | Compiling tokio-rustls v0.25.0 |
| 2912 | 2025-07-23T09:30:34.589Z | Compiling bit-set v0.8.0 |
| 2913 | 2025-07-23T09:30:34.694Z | Compiling instant v0.1.13 |
| 2914 | 2025-07-23T09:30:34.897Z | Compiling unarray v0.1.4 |
| 2915 | 2025-07-23T09:30:34.921Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2916 | 2025-07-23T09:30:34.925Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2917 | 2025-07-23T09:30:35.113Z | Compiling proptest v1.7.0 |
| 2918 | 2025-07-23T09:30:35.139Z | Compiling progenitor-client v0.9.1 |
| 2919 | 2025-07-23T09:30:35.226Z | Compiling darling_macro v0.20.10 |
| 2920 | 2025-07-23T09:30:35.647Z | Compiling derive-where v1.5.0 |
| 2921 | 2025-07-23T09:30:35.726Z | Compiling ref-cast v1.0.24 |
| 2922 | 2025-07-23T09:30:36.233Z | Compiling darling v0.20.10 |
| 2923 | 2025-07-23T09:30:36.382Z | Compiling ref-cast-impl v1.0.24 |
| 2924 | 2025-07-23T09:30:36.385Z | Compiling serde_with_macros v3.14.0 |
| 2925 | 2025-07-23T09:30:37.744Z | Compiling parse-display-derive v0.10.0 |
| 2926 | 2025-07-23T09:30:38.282Z | Compiling test-strategy v0.4.3 |
| 2927 | 2025-07-23T09:30:38.511Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2928 | 2025-07-23T09:30:38.757Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2929 | 2025-07-23T09:30:38.961Z | Compiling serde_with v3.14.0 |
| 2930 | 2025-07-23T09:30:39.155Z | Compiling iddqd v0.3.9 |
| 2931 | 2025-07-23T09:30:39.330Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2932 | 2025-07-23T09:30:39.567Z | Compiling backoff v0.4.0 |
| 2933 | 2025-07-23T09:30:39.973Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2934 | 2025-07-23T09:30:40.840Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2935 | 2025-07-23T09:30:41.487Z | Compiling itertools v0.14.0 |
| 2936 | 2025-07-23T09:30:41.747Z | Compiling parse-display v0.10.0 |
| 2937 | 2025-07-23T09:30:41.873Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 2938 | 2025-07-23T09:30:42.001Z | Compiling darling_core v0.21.0 |
| 2939 | 2025-07-23T09:30:42.360Z | Compiling proc-macro-crate v1.3.1 |
| 2940 | 2025-07-23T09:30:42.958Z | Compiling proc-macro-error v1.0.4 |
| 2941 | 2025-07-23T09:30:42.983Z | Compiling crucible-workspace-hack v0.1.0 |
| 2942 | 2025-07-23T09:30:43.292Z | Compiling num_enum_derive v0.5.11 |
| 2943 | 2025-07-23T09:30:43.333Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2944 | 2025-07-23T09:30:43.625Z | Compiling typify-impl v0.4.1 |
| 2945 | 2025-07-23T09:30:43.793Z | Compiling heapless v0.8.0 |
| 2946 | 2025-07-23T09:30:44.403Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2947 | 2025-07-23T09:30:44.833Z | Compiling hash32 v0.3.1 |
| 2948 | 2025-07-23T09:30:44.941Z | Compiling foreign-types-macros v0.2.3 |
| 2949 | 2025-07-23T09:30:45.114Z | Compiling smoltcp v0.11.0 |
| 2950 | 2025-07-23T09:30:45.380Z | Compiling foreign-types-shared v0.3.1 |
| 2951 | 2025-07-23T09:30:45.479Z | Compiling num_enum v0.5.11 |
| 2952 | 2025-07-23T09:30:45.966Z | Compiling tabwriter v1.4.0 |
| 2953 | 2025-07-23T09:30:46.100Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2954 | 2025-07-23T09:30:46.227Z | Compiling foreign-types v0.5.0 |
| 2955 | 2025-07-23T09:30:46.384Z | Compiling cstr-argument v0.1.2 |
| 2956 | 2025-07-23T09:30:46.449Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2957 | 2025-07-23T09:30:46.580Z | Compiling pretty-hex v0.2.1 |
| 2958 | 2025-07-23T09:30:46.695Z | Compiling cobs v0.2.3 |
| 2959 | 2025-07-23T09:30:46.841Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2960 | 2025-07-23T09:30:46.877Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2961 | 2025-07-23T09:30:46.940Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2962 | 2025-07-23T09:30:46.964Z | Compiling typify-macro v0.3.0 |
| 2963 | 2025-07-23T09:30:47.014Z | Compiling postcard v1.0.10 |
| 2964 | 2025-07-23T09:30:47.215Z | Compiling colored v2.2.0 |
| 2965 | 2025-07-23T09:30:47.387Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2966 | 2025-07-23T09:30:47.675Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2967 | 2025-07-23T09:30:47.999Z | Compiling rayon-core v1.12.1 |
| 2968 | 2025-07-23T09:30:48.088Z | Compiling darling_macro v0.21.0 |
| 2969 | 2025-07-23T09:30:48.127Z | Compiling crossbeam-deque v0.8.5 |
| 2970 | 2025-07-23T09:30:48.392Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2971 | 2025-07-23T09:30:49.029Z | Compiling darling v0.21.0 |
| 2972 | 2025-07-23T09:30:49.192Z | Compiling ingot-macros v0.1.1 |
| 2973 | 2025-07-23T09:30:49.317Z | Compiling camino-tempfile v1.4.1 |
| 2974 | 2025-07-23T09:30:49.815Z | Compiling smf v0.2.3 |
| 2975 | 2025-07-23T09:30:50.023Z | Compiling rayon v1.10.0 |
| 2976 | 2025-07-23T09:30:50.960Z | Compiling typify v0.3.0 |
| 2977 | 2025-07-23T09:30:51.028Z | Compiling zone_cfg_derive v0.3.0 |
| 2978 | 2025-07-23T09:30:51.157Z | Compiling progenitor-impl v0.9.1 |
| 2979 | 2025-07-23T09:30:51.478Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 2980 | 2025-07-23T09:30:51.817Z | Compiling num-derive v0.4.2 |
| 2981 | 2025-07-23T09:30:51.915Z | Compiling sigpipe v0.1.3 |
| 2982 | 2025-07-23T09:30:52.081Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2983 | 2025-07-23T09:30:52.438Z | Compiling jiff v0.2.15 |
| 2984 | 2025-07-23T09:30:52.503Z | Compiling zone v0.3.1 |
| 2985 | 2025-07-23T09:30:53.958Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 2986 | 2025-07-23T09:30:54.088Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2987 | 2025-07-23T09:30:54.212Z | Compiling num-rational v0.4.2 |
| 2988 | 2025-07-23T09:30:54.430Z | Compiling universal-hash v0.5.1 |
| 2989 | 2025-07-23T09:30:54.689Z | Compiling num-complex v0.4.6 |
| 2990 | 2025-07-23T09:30:54.917Z | Compiling opaque-debug v0.3.1 |
| 2991 | 2025-07-23T09:30:55.063Z | Compiling half v2.4.1 |
| 2992 | 2025-07-23T09:30:55.645Z | Compiling num v0.4.3 |
| 2993 | 2025-07-23T09:30:55.709Z | Compiling float-ord v0.3.2 |
| 2994 | 2025-07-23T09:30:55.748Z | Compiling ciborium-io v0.2.2 |
| 2995 | 2025-07-23T09:30:55.812Z | Compiling secrecy v0.10.3 |
| 2996 | 2025-07-23T09:30:55.922Z | Compiling ciborium-ll v0.2.2 |
| 2997 | 2025-07-23T09:30:55.949Z | Compiling aead v0.5.2 |
| 2998 | 2025-07-23T09:30:56.121Z | Compiling utf-8 v0.7.6 |
| 2999 | 2025-07-23T09:30:56.286Z | Compiling ingot-types v0.1.2 |
| 3000 | 2025-07-23T09:30:56.323Z | Compiling ciborium v0.2.2 |
| 3001 | 2025-07-23T09:30:56.364Z | Compiling convert_case v0.4.0 |
| 3002 | 2025-07-23T09:30:56.499Z | Compiling keccak v0.1.5 |
| 3003 | 2025-07-23T09:30:57.175Z | Compiling ingot v0.1.1 |
| 3004 | 2025-07-23T09:30:57.210Z | Compiling derive_more v0.99.20 |
| 3005 | 2025-07-23T09:30:57.683Z | Compiling sha3 v0.10.8 |
| 3006 | 2025-07-23T09:30:57.750Z | Compiling tungstenite v0.21.0 |
| 3007 | 2025-07-23T09:30:57.892Z | Compiling progenitor-macro v0.9.1 |
| 3008 | 2025-07-23T09:30:57.964Z | Compiling typify-macro v0.4.1 |
| 3009 | 2025-07-23T09:30:58.716Z | Compiling poly1305 v0.8.0 |
| 3010 | 2025-07-23T09:30:59.670Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3011 | 2025-07-23T09:31:00.320Z | Compiling password-hash v0.5.0 |
| 3012 | 2025-07-23T09:31:00.651Z | Compiling chacha20 v0.9.1 |
| 3013 | 2025-07-23T09:31:01.007Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 3014 | 2025-07-23T09:31:01.185Z | Compiling blake2 v0.10.6 |
| 3015 | 2025-07-23T09:31:01.216Z | Compiling indent_write v2.2.0 |
| 3016 | 2025-07-23T09:31:01.219Z | Compiling tokio-tungstenite v0.21.0 |
| 3017 | 2025-07-23T09:31:01.483Z | Compiling base64 v0.21.7 |
| 3018 | 2025-07-23T09:31:01.878Z | Compiling argon2 v0.5.3 |
| 3019 | 2025-07-23T09:31:01.955Z | Compiling typify v0.4.1 |
| 3020 | 2025-07-23T09:31:02.159Z | Compiling progenitor-impl v0.10.0 |
| 3021 | 2025-07-23T09:31:02.214Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3022 | 2025-07-23T09:31:02.398Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3023 | 2025-07-23T09:31:03.488Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3024 | 2025-07-23T09:31:03.579Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3025 | 2025-07-23T09:31:03.727Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 3026 | 2025-07-23T09:31:03.838Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3027 | 2025-07-23T09:31:03.875Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 3028 | 2025-07-23T09:31:03.985Z | Compiling cancel-safe-futures v0.1.5 |
| 3029 | 2025-07-23T09:31:04.009Z | Compiling owo-colors v4.2.2 |
| 3030 | 2025-07-23T09:31:04.386Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3031 | 2025-07-23T09:31:04.589Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 3032 | 2025-07-23T09:31:04.615Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3033 | 2025-07-23T09:31:04.725Z | Compiling atomicwrites v0.4.4 |
| 3034 | 2025-07-23T09:31:04.814Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3035 | 2025-07-23T09:31:04.975Z | Compiling libsw-core v0.3.1 |
| 3036 | 2025-07-23T09:31:05.071Z | Compiling semver v0.1.20 |
| 3037 | 2025-07-23T09:31:05.116Z | Compiling fixedbitset v0.5.7 |
| 3038 | 2025-07-23T09:31:05.275Z | Compiling libsw v3.5.0 |
| 3039 | 2025-07-23T09:31:05.602Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 3040 | 2025-07-23T09:31:05.707Z | Compiling petgraph v0.8.2 |
| 3041 | 2025-07-23T09:31:05.788Z | Compiling rustc_version v0.1.7 |
| 3042 | 2025-07-23T09:31:06.548Z | Compiling thiserror-no-std v2.0.2 |
| 3043 | 2025-07-23T09:31:06.726Z | Compiling vsss-rs v3.3.4 |
| 3044 | 2025-07-23T09:31:07.358Z | Compiling chacha20poly1305 v0.10.1 |
| 3045 | 2025-07-23T09:31:07.508Z | Compiling typify-impl v0.2.0 |
| 3046 | 2025-07-23T09:31:07.637Z | Compiling resolv-conf v0.7.0 |
| 3047 | 2025-07-23T09:31:08.374Z | Compiling newline-converter v0.3.0 |
| 3048 | 2025-07-23T09:31:08.433Z | Compiling primeorder v0.13.6 |
| 3049 | 2025-07-23T09:31:08.602Z | Compiling moka v0.12.10 |
| 3050 | 2025-07-23T09:31:08.838Z | Compiling progenitor-macro v0.10.0 |
| 3051 | 2025-07-23T09:31:08.964Z | Compiling linear-map v1.2.0 |
| 3052 | 2025-07-23T09:31:08.991Z | Compiling libefi-sys v0.1.0 |
| 3053 | 2025-07-23T09:31:09.137Z | Compiling expectorate v1.2.0 |
| 3054 | 2025-07-23T09:31:09.322Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3055 | 2025-07-23T09:31:09.395Z | Compiling newtype_derive v0.1.6 |
| 3056 | 2025-07-23T09:31:09.423Z | Compiling pem v3.0.5 |
| 3057 | 2025-07-23T09:31:09.647Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3058 | 2025-07-23T09:31:09.744Z | Compiling bitfield-struct v0.6.2 |
| 3059 | 2025-07-23T09:31:10.118Z | Compiling pin-project-internal v1.1.6 |
| 3060 | 2025-07-23T09:31:10.177Z | Compiling unicase v2.7.0 |
| 3061 | 2025-07-23T09:31:10.596Z | Compiling same-file v1.0.6 |
| 3062 | 2025-07-23T09:31:10.748Z | Compiling progenitor v0.9.1 |
| 3063 | 2025-07-23T09:31:10.880Z | Compiling arc-swap v1.7.1 |
| 3064 | 2025-07-23T09:31:10.957Z | Compiling tagptr v0.2.0 |
| 3065 | 2025-07-23T09:31:11.041Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 3066 | 2025-07-23T09:31:11.199Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3067 | 2025-07-23T09:31:11.542Z | Compiling slog-scope v4.4.0 |
| 3068 | 2025-07-23T09:31:11.961Z | Compiling walkdir v2.5.0 |
| 3069 | 2025-07-23T09:31:12.664Z | Compiling polyval v0.6.2 |
| 3070 | 2025-07-23T09:31:12.854Z | Compiling pin-project v1.1.6 |
| 3071 | 2025-07-23T09:31:12.911Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3072 | 2025-07-23T09:31:12.947Z | Compiling hickory-proto v0.24.4 |
| 3073 | 2025-07-23T09:31:13.033Z | Compiling snafu-derive v0.8.5 |
| 3074 | 2025-07-23T09:31:13.061Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3075 | 2025-07-23T09:31:13.107Z | Compiling linked-hash-map v0.5.6 |
| 3076 | 2025-07-23T09:31:13.499Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3077 | 2025-07-23T09:31:13.524Z | Compiling salty v0.3.0 |
| 3078 | 2025-07-23T09:31:13.652Z | Compiling parking_lot_core v0.8.6 |
| 3079 | 2025-07-23T09:31:13.869Z | Compiling proc-macro-error2 v2.0.1 |
| 3080 | 2025-07-23T09:31:14.010Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3081 | 2025-07-23T09:31:14.208Z | Compiling lru-cache v0.1.2 |
| 3082 | 2025-07-23T09:31:14.479Z | Compiling ghash v0.5.1 |
| 3083 | 2025-07-23T09:31:14.728Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3084 | 2025-07-23T09:31:14.862Z | Compiling hickory-resolver v0.25.2 |
| 3085 | 2025-07-23T09:31:15.141Z | Compiling slog-stdlog v4.1.1 |
| 3086 | 2025-07-23T09:31:15.528Z | Compiling p384 v0.13.0 |
| 3087 | 2025-07-23T09:31:15.554Z | Compiling tabled_derive v0.7.0 |
| 3088 | 2025-07-23T09:31:17.060Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3089 | 2025-07-23T09:31:17.726Z | Compiling snafu v0.8.5 |
| 3090 | 2025-07-23T09:31:17.821Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3091 | 2025-07-23T09:31:18.363Z | Compiling globset v0.4.15 |
| 3092 | 2025-07-23T09:31:18.454Z | Compiling olpc-cjson v0.1.4 |
| 3093 | 2025-07-23T09:31:18.793Z | Compiling ctr v0.9.2 |
| 3094 | 2025-07-23T09:31:18.823Z | Compiling num-derive v0.3.3 |
| 3095 | 2025-07-23T09:31:19.207Z | Compiling lzma-sys v0.1.20 |
| 3096 | 2025-07-23T09:31:19.392Z | Compiling gethostname v0.5.0 |
| 3097 | 2025-07-23T09:31:19.633Z | Compiling serde_plain v1.0.2 |
| 3098 | 2025-07-23T09:31:19.892Z | Compiling async-recursion v1.1.1 |
| 3099 | 2025-07-23T09:31:19.973Z | Compiling slog-dtrace v0.3.0 |
| 3100 | 2025-07-23T09:31:20.018Z | Compiling xshell-macros v0.2.7 |
| 3101 | 2025-07-23T09:31:20.360Z | Compiling typed-path v0.9.3 |
| 3102 | 2025-07-23T09:31:20.562Z | Compiling highway v1.3.0 |
| 3103 | 2025-07-23T09:31:20.794Z | Compiling xshell v0.2.7 |
| 3104 | 2025-07-23T09:31:20.920Z | Compiling libscf-sys v1.1.0 |
| 3105 | 2025-07-23T09:31:21.207Z | Compiling textwrap v0.16.2 |
| 3106 | 2025-07-23T09:31:21.260Z | Compiling typify-macro v0.2.0 |
| 3107 | 2025-07-23T09:31:21.435Z | Compiling progenitor v0.10.0 |
| 3108 | 2025-07-23T09:31:21.462Z | Compiling aes-gcm v0.10.3 |
| 3109 | 2025-07-23T09:31:21.483Z | Compiling hickory-resolver v0.24.4 |
| 3110 | 2025-07-23T09:31:21.708Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 3111 | 2025-07-23T09:31:21.811Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3112 | 2025-07-23T09:31:21.894Z | Compiling tabled v0.15.0 |
| 3113 | 2025-07-23T09:31:22.224Z | Compiling mime_guess v2.0.5 |
| 3114 | 2025-07-23T09:31:23.373Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3115 | 2025-07-23T09:31:23.425Z | Compiling tough v0.20.0 |
| 3116 | 2025-07-23T09:31:23.477Z | Compiling slog-envlogger v2.2.0 |
| 3117 | 2025-07-23T09:31:24.217Z | Compiling steno v0.4.1 |
| 3118 | 2025-07-23T09:31:25.006Z | Compiling tabled_derive v0.10.0 |
| 3119 | 2025-07-23T09:31:25.273Z | Compiling typify v0.2.0 |
| 3120 | 2025-07-23T09:31:25.496Z | Compiling progenitor-impl v0.8.0 |
| 3121 | 2025-07-23T09:31:27.716Z | Compiling papergrid v0.14.0 |
| 3122 | 2025-07-23T09:31:27.765Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3123 | 2025-07-23T09:31:27.793Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3124 | 2025-07-23T09:31:28.019Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3125 | 2025-07-23T09:31:28.874Z | Compiling heck v0.3.3 |
| 3126 | 2025-07-23T09:31:28.942Z | Compiling tokio-dtrace v0.1.0 |
| 3127 | 2025-07-23T09:31:29.417Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3128 | 2025-07-23T09:31:30.270Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3129 | 2025-07-23T09:31:30.484Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3130 | 2025-07-23T09:31:31.363Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3131 | 2025-07-23T09:31:31.454Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3132 | 2025-07-23T09:31:32.250Z | Compiling progenitor-macro v0.8.0 |
| 3133 | 2025-07-23T09:31:33.066Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3134 | 2025-07-23T09:31:33.846Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3135 | 2025-07-23T09:31:33.974Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3136 | 2025-07-23T09:31:34.371Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3137 | 2025-07-23T09:31:34.965Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3138 | 2025-07-23T09:31:36.117Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3139 | 2025-07-23T09:31:36.601Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3140 | 2025-07-23T09:31:37.084Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3141 | 2025-07-23T09:31:37.415Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3142 | 2025-07-23T09:31:37.957Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3143 | 2025-07-23T09:31:39.564Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3144 | 2025-07-23T09:31:39.925Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3145 | 2025-07-23T09:31:40.459Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3146 | 2025-07-23T09:31:41.782Z | Compiling progenitor-client v0.8.0 |
| 3147 | 2025-07-23T09:31:42.307Z | Compiling ssh-encoding v0.2.0 |
| 3148 | 2025-07-23T09:31:42.857Z | Compiling blowfish v0.9.1 |
| 3149 | 2025-07-23T09:31:42.884Z | Compiling env_filter v0.1.2 |
| 3150 | 2025-07-23T09:31:43.350Z | Compiling nibble_vec v0.1.0 |
| 3151 | 2025-07-23T09:31:43.538Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3152 | 2025-07-23T09:31:43.637Z | Compiling humantime v2.2.0 |
| 3153 | 2025-07-23T09:31:43.754Z | Compiling endian-type v0.1.2 |
| 3154 | 2025-07-23T09:31:44.036Z | Compiling radix_trie v0.2.1 |
| 3155 | 2025-07-23T09:31:44.062Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3156 | 2025-07-23T09:31:44.137Z | Compiling env_logger v0.11.5 |
| 3157 | 2025-07-23T09:31:44.683Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3158 | 2025-07-23T09:31:44.790Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3159 | 2025-07-23T09:31:44.993Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3160 | 2025-07-23T09:31:45.020Z | Compiling progenitor v0.8.0 |
| 3161 | 2025-07-23T09:31:45.300Z | Compiling ssh-cipher v0.2.0 |
| 3162 | 2025-07-23T09:31:45.335Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3163 | 2025-07-23T09:31:45.405Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3164 | 2025-07-23T09:31:45.485Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3165 | 2025-07-23T09:31:45.955Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3166 | 2025-07-23T09:31:46.797Z | Compiling tabled v0.18.0 |
| 3167 | 2025-07-23T09:31:47.435Z | Compiling zone_cfg_derive v0.1.2 |
| 3168 | 2025-07-23T09:31:48.871Z | Compiling oxide-tokio-rt v0.1.2 |
| 3169 | 2025-07-23T09:31:49.148Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3170 | 2025-07-23T09:31:49.184Z | Compiling parking_lot v0.11.2 |
| 3171 | 2025-07-23T09:31:49.324Z | Compiling qorb v0.4.0 |
| 3172 | 2025-07-23T09:31:49.846Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3173 | 2025-07-23T09:31:50.243Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3174 | 2025-07-23T09:31:50.648Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3175 | 2025-07-23T09:31:50.803Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3176 | 2025-07-23T09:31:51.081Z | Compiling prefix-trie v0.7.0 |
| 3177 | 2025-07-23T09:31:51.205Z | Compiling password-hash v0.4.2 |
| 3178 | 2025-07-23T09:31:51.265Z | Compiling fxhash v0.2.1 |
| 3179 | 2025-07-23T09:31:51.535Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3180 | 2025-07-23T09:31:51.927Z | Compiling number_prefix v0.4.0 |
| 3181 | 2025-07-23T09:31:51.950Z | Compiling base64 v0.13.1 |
| 3182 | 2025-07-23T09:31:52.071Z | Compiling http-range v0.1.5 |
| 3183 | 2025-07-23T09:31:52.224Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3184 | 2025-07-23T09:31:52.454Z | Compiling ron v0.7.1 |
| 3185 | 2025-07-23T09:31:52.542Z | Compiling indicatif v0.17.11 |
| 3186 | 2025-07-23T09:31:53.136Z | Compiling hickory-server v0.25.2 |
| 3187 | 2025-07-23T09:31:53.749Z | Compiling pbkdf2 v0.11.0 |
| 3188 | 2025-07-23T09:31:53.915Z | Compiling sled v0.34.7 |
| 3189 | 2025-07-23T09:31:54.165Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3190 | 2025-07-23T09:31:54.514Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3191 | 2025-07-23T09:31:54.551Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3192 | 2025-07-23T09:31:54.822Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3193 | 2025-07-23T09:31:56.003Z | Compiling xz2 v0.1.7 |
| 3194 | 2025-07-23T09:31:56.494Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3195 | 2025-07-23T09:31:57.371Z | Compiling zone v0.1.8 |
| 3196 | 2025-07-23T09:31:57.402Z | Compiling ssh-key v0.6.6 |
| 3197 | 2025-07-23T09:31:57.515Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3198 | 2025-07-23T09:31:57.544Z | Compiling hickory-client v0.25.2 |
| 3199 | 2025-07-23T09:31:58.245Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3200 | 2025-07-23T09:31:58.685Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3201 | 2025-07-23T09:31:58.711Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 3202 | 2025-07-23T09:31:59.384Z | Compiling p521 v0.13.3 |
| 3203 | 2025-07-23T09:32:00.145Z | Compiling p256 v0.13.2 |
| 3204 | 2025-07-23T09:32:01.020Z | Compiling yasna v0.5.2 |
| 3205 | 2025-07-23T09:32:01.494Z | Compiling headers-core v0.3.0 |
| 3206 | 2025-07-23T09:32:01.616Z | Compiling kstat-rs v0.2.4 |
| 3207 | 2025-07-23T09:32:01.731Z | Compiling secrecy v0.8.0 |
| 3208 | 2025-07-23T09:32:02.035Z | Compiling nanorand v0.7.0 |
| 3209 | 2025-07-23T09:32:02.221Z | Compiling atty v0.2.14 |
| 3210 | 2025-07-23T09:32:02.240Z | Compiling russh-cryptovec v0.7.3 |
| 3211 | 2025-07-23T09:32:02.423Z | Compiling crc8 v0.1.1 |
| 3212 | 2025-07-23T09:32:02.493Z | Compiling md5 v0.7.0 |
| 3213 | 2025-07-23T09:32:02.594Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3214 | 2025-07-23T09:32:02.621Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3215 | 2025-07-23T09:32:02.646Z | Compiling flume v0.11.1 |
| 3216 | 2025-07-23T09:32:03.087Z | Compiling russh-keys v0.45.0 |
| 3217 | 2025-07-23T09:32:03.236Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 3218 | 2025-07-23T09:32:03.328Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3219 | 2025-07-23T09:32:04.122Z | Compiling rcgen v0.12.1 |
| 3220 | 2025-07-23T09:32:06.732Z | Compiling headers v0.4.1 |
| 3221 | 2025-07-23T09:32:07.996Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3222 | 2025-07-23T09:32:08.292Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3223 | 2025-07-23T09:32:08.536Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3224 | 2025-07-23T09:32:08.640Z | Compiling hyper-staticfile v0.10.1 |
| 3225 | 2025-07-23T09:32:08.917Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3226 | 2025-07-23T09:32:09.252Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 3227 | 2025-07-23T09:32:09.617Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3228 | 2025-07-23T09:32:09.646Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3229 | 2025-07-23T09:32:09.771Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3230 | 2025-07-23T09:32:11.341Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3231 | 2025-07-23T09:32:11.535Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3232 | 2025-07-23T09:32:12.360Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3233 | 2025-07-23T09:32:13.955Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3234 | 2025-07-23T09:32:14.015Z | Compiling num-bigint v0.4.6 |
| 3235 | 2025-07-23T09:32:15.350Z | Compiling des v0.8.1 |
| 3236 | 2025-07-23T09:32:15.756Z | Compiling subprocess v0.2.9 |
| 3237 | 2025-07-23T09:32:16.323Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3238 | 2025-07-23T09:32:17.215Z | Compiling display-error-chain v0.2.2 |
| 3239 | 2025-07-23T09:32:17.437Z | Compiling hex-literal v0.4.1 |
| 3240 | 2025-07-23T09:32:17.477Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3241 | 2025-07-23T09:32:17.500Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3242 | 2025-07-23T09:32:17.659Z | Compiling russh v0.45.0 |
| 3243 | 2025-07-23T09:32:20.342Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3244 | 2025-07-23T09:32:20.443Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3245 | 2025-07-23T09:32:20.600Z | Compiling internet-checksum v0.2.1 |
| 3246 | 2025-07-23T09:32:23.138Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3247 | 2025-07-23T09:32:25.031Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3248 | 2025-07-23T09:32:50.149Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3249 | 2025-07-23T09:33:15.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 47s |
| 3250 | 2025-07-23T09:33:15.981Z | |
| 3251 | 2025-07-23T09:33:15.985Z | real 2:48.005417014 |
| 3252 | 2025-07-23T09:33:15.985Z | user 15:23.153847985 |
| 3253 | 2025-07-23T09:33:15.985Z | sys 2:11.815192024 |
| 3254 | 2025-07-23T09:33:15.985Z | trap 0.470517735 |
| 3255 | 2025-07-23T09:33:15.985Z | tflt 0.179774619 |
| 3256 | 2025-07-23T09:33:15.985Z | dflt 0.923616333 |
| 3257 | 2025-07-23T09:33:15.985Z | kflt 0.001113052 |
| 3258 | 2025-07-23T09:33:15.985Z | lock 42:01.124576877 |
| 3259 | 2025-07-23T09:33:15.985Z | slp 56:24.575483043 |
| 3260 | 2025-07-23T09:33:15.985Z | lat 57.481569013 |
| 3261 | 2025-07-23T09:33:15.985Z | stop 2:22.148489033 |
| 3262 | 2025-07-23T09:33:15.985Z | + mkdir tests |
| 3263 | 2025-07-23T09:33:15.989Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3264 | 2025-07-23T09:33:15.989Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3265 | 2025-07-23T09:33:16.030Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f5e02d070cd1ed3b tests/ |
| 3266 | 2025-07-23T09:33:16.050Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e0e0e96162635840 tests/ |
| 3267 | 2025-07-23T09:33:16.070Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-7543a3fdcc2de60f tests/ |
| 3268 | 2025-07-23T09:33:16.095Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e679e1546036cb95 tests/ |
| 3269 | 2025-07-23T09:33:16.380Z | + 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/*) |
| 3270 | 2025-07-23T09:33:16.383Z | + 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-e0e0e96162635840 tests/commtest-7543a3fdcc2de60f tests/dhcp_server-f5e02d070cd1ed3b tests/end_to_end_tests-e679e1546036cb95 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 |
| 3271 | 2025-07-23T09:34:51.768Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3272 | 2025-07-23T09:34:51.768Z | a .github/buildomat/ci-env.sh 1K |
| 3273 | 2025-07-23T09:34:51.768Z | a out/target/test 1K |
| 3274 | 2025-07-23T09:34:51.768Z | a out/npuzone/npuzone 23144K |
| 3275 | 2025-07-23T09:34:51.768Z | a package-manifest.toml 34K |
| 3276 | 2025-07-23T09:34:51.768Z | a smf/sled-agent/non-gimlet/config.toml 5K |
| 3277 | 2025-07-23T09:34:51.768Z | a target/release/omicron-package 40853K |
| 3278 | 2025-07-23T09:34:51.768Z | a target/release/xtask 11595K |
| 3279 | 2025-07-23T09:34:51.768Z | a target/debug/bootstrap 243758K |
| 3280 | 2025-07-23T09:34:51.768Z | a tests/bootstrap-e0e0e96162635840 23336K |
| 3281 | 2025-07-23T09:34:51.768Z | a tests/commtest-7543a3fdcc2de60f 29495K |
| 3282 | 2025-07-23T09:34:51.768Z | a tests/dhcp_server-f5e02d070cd1ed3b 23336K |
| 3283 | 2025-07-23T09:34:51.768Z | a tests/end_to_end_tests-e679e1546036cb95 332844K |
| 3284 | 2025-07-23T09:34:51.768Z | a out/clickhouse.tar.gz 316133K |
| 3285 | 2025-07-23T09:34:51.768Z | a out/clickhouse_keeper.tar.gz 299988K |
| 3286 | 2025-07-23T09:34:51.768Z | a out/clickhouse_server.tar.gz 316132K |
| 3287 | 2025-07-23T09:34:51.768Z | a out/cockroachdb.tar.gz 160074K |
| 3288 | 2025-07-23T09:34:51.768Z | a out/crucible-dtrace.tar 98K |
| 3289 | 2025-07-23T09:34:51.768Z | a out/crucible-pantry-zone.tar.gz 38982K |
| 3290 | 2025-07-23T09:34:51.768Z | a out/crucible-zone.tar.gz 48865K |
| 3291 | 2025-07-23T09:34:51.768Z | a out/external-dns.tar.gz 50578K |
| 3292 | 2025-07-23T09:34:51.768Z | a out/internal-dns.tar.gz 50578K |
| 3293 | 2025-07-23T09:34:51.768Z | a out/mg-ddm-gz.tar 90846K |
| 3294 | 2025-07-23T09:34:51.768Z | a out/nexus.tar.gz 132468K |
| 3295 | 2025-07-23T09:34:51.768Z | a out/ntp.tar.gz 33046K |
| 3296 | 2025-07-23T09:34:51.768Z | a out/omicron-gateway-softnpu.tar.gz 30764K |
| 3297 | 2025-07-23T09:34:51.768Z | a out/omicron-sled-agent.tar 140704K |
| 3298 | 2025-07-23T09:34:51.768Z | a out/overlay.tar.gz 3K |
| 3299 | 2025-07-23T09:34:51.768Z | a out/oximeter.tar.gz 63235K |
| 3300 | 2025-07-23T09:34:51.768Z | a out/oxlog.tar 3950K |
| 3301 | 2025-07-23T09:34:51.768Z | a out/probe.tar.gz 3037K |
| 3302 | 2025-07-23T09:34:51.768Z | a out/propolis-server.tar.gz 68537K |
| 3303 | 2025-07-23T09:34:51.768Z | a out/pumpkind-gz.tar 26648K |
| 3304 | 2025-07-23T09:34:51.768Z | a out/switch-softnpu.tar.gz 335517K |
| 3305 | 2025-07-23T09:34:51.772Z | |
| 3306 | 2025-07-23T09:34:51.772Z | real 1:35.379173048 |
| 3307 | 2025-07-23T09:34:51.772Z | user 1:31.359780857 |
| 3308 | 2025-07-23T09:34:51.773Z | sys 5.637573409 |
| 3309 | 2025-07-23T09:34:51.773Z | trap 0.021650201 |
| 3310 | 2025-07-23T09:34:51.773Z | tflt 0.000000000 |
| 3311 | 2025-07-23T09:34:51.773Z | dflt 0.000000000 |
| 3312 | 2025-07-23T09:34:51.773Z | kflt 0.000000000 |
| 3313 | 2025-07-23T09:34:51.773Z | lock 0.000000000 |
| 3314 | 2025-07-23T09:34:51.773Z | slp 1:31.298035247 |
| 3315 | 2025-07-23T09:34:51.774Z | lat 2.436609746 |
| 3316 | 2025-07-23T09:34:51.774Z | stop 0.000219189 |
| 3317 | 2025-07-23T09:34:51.774Z | process exited: duration 2121259 ms, exit code 0 |
| |
| 3318 | 2025-07-23T09:34:51.791Z | found 1 output files |
| 3319 | 2025-07-23T09:34:51.791Z | uploading: /work/package.tar.gz (2219112302 bytes) |
| 3320 | 2025-07-23T09:35:44.728Z | uploaded: /work/package.tar.gz |