|
|
|
| 1 | 2025-09-17T21:19:31.287Z | job assigned to worker 01K5CRNZ5BYWZ5GJX5PKP1Z6TF [factory aws, i-08093cb520925fd75] (queued for 1 m 6 s) |
| |
| 2 | 2025-09-17T21:19:39.709Z | starting task 0: "setup" |
| 3 | 2025-09-17T21:19:39.714Z | ++ uname -s |
| 4 | 2025-09-17T21:19:39.717Z | + kern=SunOS |
| 5 | 2025-09-17T21:19:39.717Z | + build_user=build |
| 6 | 2025-09-17T21:19:39.717Z | + build_uid=12345 |
| 7 | 2025-09-17T21:19:39.717Z | + work_dir=/work |
| 8 | 2025-09-17T21:19:39.717Z | + input_dir=/input |
| 9 | 2025-09-17T21:19:39.717Z | + [[ 0 == 12345 ]] |
| 10 | 2025-09-17T21:19:39.717Z | + case "$kern" in |
| 11 | 2025-09-17T21:19:39.717Z | + groupadd -g 12345 build |
| 12 | 2025-09-17T21:19:39.720Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-09-17T21:19:41.728Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-09-17T21:19:41.856Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-09-17T21:19:41.860Z | + home_fs=zfs |
| 16 | 2025-09-17T21:19:41.860Z | + [[ zfs == autofs ]] |
| 17 | 2025-09-17T21:19:41.860Z | + mkdir -p /home/build |
| 18 | 2025-09-17T21:19:41.860Z | + chown build:build /home/build /work |
| 19 | 2025-09-17T21:19:43.863Z | + chmod 0700 /home/build /work |
| 20 | 2025-09-17T21:19:43.867Z | process exited: duration 4157 ms, exit code 0 |
| |
| 21 | 2025-09-17T21:19:43.873Z | starting task 1: "rust-toolchain" |
| 22 | 2025-09-17T21:19:43.879Z | + printf ' * rust toolchain channel = "%s"\n' 1.89.0 |
| 23 | 2025-09-17T21:19:43.879Z | * rust toolchain channel = "1.89.0" |
| 24 | 2025-09-17T21:19:43.879Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2025-09-17T21:19:43.879Z | * rust toolchain profile = "default" |
| 26 | 2025-09-17T21:19:43.879Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-09-17T21:19:43.879Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-09-17T21:19:43.883Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-09-17T21:19:43.883Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default |
| 30 | 2025-09-17T21:19:43.985Z | info: downloading installer |
| 31 | 2025-09-17T21:19:45.429Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-09-17T21:19:45.429Z | warn: /opt/ooce/bin |
| 33 | 2025-09-17T21:19:45.429Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-09-17T21:19:45.429Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-09-17T21:19:45.429Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-09-17T21:19:45.429Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-09-17T21:19:45.429Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-09-17T21:19:45.429Z | error: cannot install while Rust is installed |
| 39 | 2025-09-17T21:19:45.429Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-09-17T21:19:45.456Z | info: profile set to 'default' |
| 41 | 2025-09-17T21:19:45.456Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-09-17T21:19:45.460Z | info: syncing channel updates for '1.89.0-x86_64-unknown-illumos' |
| 43 | 2025-09-17T21:19:45.612Z | info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04) |
| 44 | 2025-09-17T21:19:45.612Z | info: downloading component 'cargo' |
| 45 | 2025-09-17T21:19:46.581Z | info: downloading component 'clippy' |
| 46 | 2025-09-17T21:19:46.896Z | info: downloading component 'rust-docs' |
| 47 | 2025-09-17T21:19:48.347Z | info: downloading component 'rust-std' |
| 48 | 2025-09-17T21:19:50.014Z | info: downloading component 'rustc' |
| 49 | 2025-09-17T21:19:56.110Z | info: downloading component 'rustfmt' |
| 50 | 2025-09-17T21:19:56.345Z | info: installing component 'cargo' |
| 51 | 2025-09-17T21:19:57.236Z | info: installing component 'clippy' |
| 52 | 2025-09-17T21:19:57.632Z | info: installing component 'rust-docs' |
| 53 | 2025-09-17T21:19:59.453Z | info: installing component 'rust-std' |
| 54 | 2025-09-17T21:20:01.385Z | info: installing component 'rustc' |
| 55 | 2025-09-17T21:20:07.945Z | info: installing component 'rustfmt' |
| 56 | 2025-09-17T21:20:08.281Z | info: default toolchain set to '1.89.0-x86_64-unknown-illumos' |
| 57 | 2025-09-17T21:20:08.281Z | |
| 58 | 2025-09-17T21:20:08.707Z | 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04) |
| 59 | 2025-09-17T21:20:08.707Z | |
| 60 | 2025-09-17T21:20:08.710Z | |
| 61 | 2025-09-17T21:20:08.710Z | Rust is installed now. Great! |
| 62 | 2025-09-17T21:20:08.710Z | |
| 63 | 2025-09-17T21:20:08.710Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-09-17T21:20:08.710Z | environment variable. This has not been done automatically. |
| 65 | 2025-09-17T21:20:08.710Z | |
| 66 | 2025-09-17T21:20:08.710Z | To configure your current shell, you need to source |
| 67 | 2025-09-17T21:20:08.710Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-09-17T21:20:08.710Z | |
| 69 | 2025-09-17T21:20:08.710Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-09-17T21:20:08.710Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-09-17T21:20:08.710Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-09-17T21:20:08.710Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-09-17T21:20:08.800Z | + rustup --version |
| 74 | 2025-09-17T21:20:08.812Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-09-17T21:20:08.815Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-09-17T21:20:08.908Z | info: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)` |
| 77 | 2025-09-17T21:20:08.913Z | + cargo --version |
| 78 | 2025-09-17T21:20:09.013Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 79 | 2025-09-17T21:20:09.016Z | + rustc --version |
| 80 | 2025-09-17T21:20:09.094Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 81 | 2025-09-17T21:20:09.098Z | process exited: duration 25220 ms, exit code 0 |
| |
| 82 | 2025-09-17T21:20:09.105Z | starting task 2: "authentication" |
| 83 | 2025-09-17T21:20:09.126Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2025-09-17T21:20:09.134Z | starting task 3: "clone repository" |
| 85 | 2025-09-17T21:20:09.138Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-09-17T21:20:09.141Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-09-17T21:20:09.214Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-09-17T21:20:20.390Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-09-17T21:20:20.391Z | + git fetch origin 02e1451ca79d4643c24211fd63bb14f0199007a8 |
| 90 | 2025-09-17T21:20:20.716Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-09-17T21:20:20.716Z | * branch 02e1451ca79d4643c24211fd63bb14f0199007a8 -> FETCH_HEAD |
| 92 | 2025-09-17T21:20:20.729Z | + [[ -n minimum-cpu-platforms ]] |
| 93 | 2025-09-17T21:20:20.734Z | ++ git branch --show-current |
| 94 | 2025-09-17T21:20:20.734Z | + current=main |
| 95 | 2025-09-17T21:20:20.734Z | + [[ main != minimum-cpu-platforms ]] |
| 96 | 2025-09-17T21:20:20.734Z | + git branch -f minimum-cpu-platforms 02e1451ca79d4643c24211fd63bb14f0199007a8 |
| 97 | 2025-09-17T21:20:20.738Z | + git checkout -f minimum-cpu-platforms |
| 98 | 2025-09-17T21:20:20.980Z | Switched to branch 'minimum-cpu-platforms' |
| 99 | 2025-09-17T21:20:20.996Z | + git reset --hard 02e1451ca79d4643c24211fd63bb14f0199007a8 |
| 100 | 2025-09-17T21:20:21.027Z | HEAD is now at 02e1451ca instance_migration_unknown_sled_type was legit flaky |
| 101 | 2025-09-17T21:20:21.030Z | process exited: duration 11893 ms, exit code 0 |
| |
| 102 | 2025-09-17T21:20:21.037Z | starting task 4: "build" |
| 103 | 2025-09-17T21:20:21.042Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-09-17T21:20:21.042Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-09-17T21:20:21.042Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-09-17T21:20:21.045Z | + cargo --version |
| 107 | 2025-09-17T21:20:21.099Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 108 | 2025-09-17T21:20:21.102Z | + rustc --version |
| 109 | 2025-09-17T21:20:21.171Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 110 | 2025-09-17T21:20:21.175Z | + WORK=/work |
| 111 | 2025-09-17T21:20:21.175Z | + pfexec mkdir -p /work |
| 112 | 2025-09-17T21:20:21.180Z | + pfexec chown build /work |
| 113 | 2025-09-17T21:20:21.182Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2025-09-17T21:20:33.484Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2025-09-17T21:20:41.276Z | Startup: Caching catalogs ... Done |
| 116 | 2025-09-17T21:20:48.800Z | Planning: Solver setup ... Done (6.298s) |
| 117 | 2025-09-17T21:20:48.861Z | Planning: Running solver ... Done (0.059s) |
| 118 | 2025-09-17T21:20:48.963Z | Planning: Finding local manifests ... Done (0.003s) |
| 119 | 2025-09-17T21:20:48.987Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2025-09-17T21:20:49.146Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2025-09-17T21:20:49.197Z | Planning: Package planning ... Done (0.049s) |
| 122 | 2025-09-17T21:20:49.246Z | Planning: Merging actions ... Done (0.051s) |
| 123 | 2025-09-17T21:20:49.618Z | Planning: Checking for conflicting actions ... Done (0.372s) |
| 124 | 2025-09-17T21:20:49.631Z | Planning: Consolidating action changes ... Done (0.011s) |
| 125 | 2025-09-17T21:20:50.764Z | Planning: Evaluating mediators ... Done (1.135s) |
| 126 | 2025-09-17T21:20:50.774Z | Planning: Planning completed in 9.37 seconds |
| 127 | 2025-09-17T21:20:50.791Z | Packages to install: 4 |
| 128 | 2025-09-17T21:20:50.791Z | Mediators to change: 2 |
| 129 | 2025-09-17T21:20:50.794Z | Services to change: 1 |
| 130 | 2025-09-17T21:20:50.794Z | Estimated space available: 155.49 GB |
| 131 | 2025-09-17T21:20:50.794Z | Estimated space to be consumed: 1.72 GB |
| 132 | 2025-09-17T21:20:50.794Z | Create boot environment: No |
| 133 | 2025-09-17T21:20:50.794Z | Create backup boot environment: No |
| 134 | 2025-09-17T21:20:50.794Z | Rebuild boot archive: No |
| 135 | 2025-09-17T21:20:50.794Z | |
| 136 | 2025-09-17T21:20:50.794Z | Changed mediators: |
| 137 | 2025-09-17T21:20:50.794Z | mediator clang: |
| 138 | 2025-09-17T21:20:50.794Z | version: None -> 15 (system default) |
| 139 | 2025-09-17T21:20:50.794Z | |
| 140 | 2025-09-17T21:20:50.794Z | mediator llvm: |
| 141 | 2025-09-17T21:20:50.794Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2025-09-17T21:20:50.794Z | |
| 143 | 2025-09-17T21:20:50.794Z | Changed packages: |
| 144 | 2025-09-17T21:20:50.794Z | helios-dev |
| 145 | 2025-09-17T21:20:50.794Z | developer/build-essential |
| 146 | 2025-09-17T21:20:50.794Z | None -> 11-2.0 |
| 147 | 2025-09-17T21:20:50.794Z | library/libxmlsec1 |
| 148 | 2025-09-17T21:20:50.794Z | None -> 1.2.35-2.0 |
| 149 | 2025-09-17T21:20:50.794Z | ooce/developer/clang-15 |
| 150 | 2025-09-17T21:20:50.794Z | None -> 15.0.7-2.0 |
| 151 | 2025-09-17T21:20:50.794Z | ooce/developer/llvm-15 |
| 152 | 2025-09-17T21:20:50.794Z | None -> 15.0.7-2.0 |
| 153 | 2025-09-17T21:20:50.794Z | |
| 154 | 2025-09-17T21:20:50.794Z | Services: |
| 155 | 2025-09-17T21:20:50.794Z | restart_fmri: |
| 156 | 2025-09-17T21:20:50.794Z | svc:/system/update-man-index:default |
| 157 | 2025-09-17T21:20:50.845Z | |
| 158 | 2025-09-17T21:20:50.845Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2025-09-17T21:20:55.846Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (24.8M/s) |
| 160 | 2025-09-17T21:20:58.426Z | Download: Completed 212.60 MB in 7.58 seconds (28.1M/s) |
| 161 | 2025-09-17T21:20:58.785Z | Actions: 1/3689 actions (Installing new actions) |
| 162 | 2025-09-17T21:21:03.412Z | Actions: Completed 3689 actions in 4.63 seconds. |
| 163 | 2025-09-17T21:21:04.025Z | Done (0.608s) |
| 164 | 2025-09-17T21:21:04.025Z | Done (0.000s) |
| 165 | 2025-09-17T21:21:05.010Z | Done (0.901s) |
| 166 | 2025-09-17T21:21:09.920Z | Done (4.667s) |
| 167 | 2025-09-17T21:21:10.009Z | Done (0.019s) |
| 168 | 2025-09-17T21:21:10.013Z | Done (0.000s) |
| 169 | 2025-09-17T21:21:10.160Z | Done (0.000s) |
| 170 | 2025-09-17T21:21:11.047Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2025-09-17T21:21:11.211Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2025-09-17T21:21:11.214Z | Planning: Consolidating action changes ... Done |
| 173 | 2025-09-17T21:21:11.499Z | Planning: Evaluating mediators ... Done |
| 174 | 2025-09-17T21:21:11.502Z | Planning: Planning completed in 0.45 seconds |
| 175 | 2025-09-17T21:21:11.534Z | Mediators to change: 2 |
| 176 | 2025-09-17T21:21:11.534Z | Create boot environment: No |
| 177 | 2025-09-17T21:21:11.537Z | Create backup boot environment: No |
| 178 | 2025-09-17T21:21:11.606Z | Done |
| 179 | 2025-09-17T21:21:11.606Z | Done |
| 180 | 2025-09-17T21:21:12.228Z | Done |
| 181 | 2025-09-17T21:21:15.861Z | Done |
| 182 | 2025-09-17T21:21:15.943Z | Done |
| 183 | 2025-09-17T21:21:15.946Z | Done |
| 184 | 2025-09-17T21:21:16.082Z | Done |
| 185 | 2025-09-17T21:21:16.704Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2025-09-17T21:21:16.707Z | Planning: Merging actions ... Done |
| 187 | 2025-09-17T21:21:16.897Z | Planning: Checking for conflicting actions ... Done |
| 188 | 2025-09-17T21:21:16.900Z | Planning: Consolidating action changes ... Done |
| 189 | 2025-09-17T21:21:17.166Z | Planning: Evaluating mediators ... Done |
| 190 | 2025-09-17T21:21:17.223Z | Planning: Planning completed in 0.77 seconds |
| 191 | 2025-09-17T21:21:17.258Z | Packages to change: 1 |
| 192 | 2025-09-17T21:21:17.258Z | Mediators to change: 1 |
| 193 | 2025-09-17T21:21:17.261Z | Services to change: 1 |
| 194 | 2025-09-17T21:21:17.261Z | Create boot environment: No |
| 195 | 2025-09-17T21:21:17.261Z | Create backup boot environment: Yes |
| 196 | 2025-09-17T21:21:19.599Z | Actions: 1/6 actions (Updating modified actions) |
| 197 | 2025-09-17T21:21:19.603Z | Actions: Completed 6 actions in 0.00 seconds. |
| 198 | 2025-09-17T21:21:19.603Z | Done |
| 199 | 2025-09-17T21:21:19.603Z | Done |
| 200 | 2025-09-17T21:21:19.782Z | Done |
| 201 | 2025-09-17T21:21:23.475Z | Done |
| 202 | 2025-09-17T21:21:23.562Z | Done |
| 203 | 2025-09-17T21:21:23.565Z | Done |
| 204 | 2025-09-17T21:21:23.718Z | Done |
| 205 | 2025-09-17T21:21:24.173Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 206 | 2025-09-17T21:21:24.173Z | clang system 15 system |
| 207 | 2025-09-17T21:21:24.173Z | csh system system illumos |
| 208 | 2025-09-17T21:21:24.173Z | ctags system system illumos |
| 209 | 2025-09-17T21:21:24.173Z | file system system illumos |
| 210 | 2025-09-17T21:21:24.173Z | gcc vendor 12 vendor |
| 211 | 2025-09-17T21:21:24.173Z | gcc system 10 system |
| 212 | 2025-09-17T21:21:24.173Z | gcc system 7 system |
| 213 | 2025-09-17T21:21:24.173Z | go system 1.20 system |
| 214 | 2025-09-17T21:21:24.173Z | go system 1.19 system |
| 215 | 2025-09-17T21:21:24.173Z | llvm system 15 system |
| 216 | 2025-09-17T21:21:24.173Z | llvm system 14 system |
| 217 | 2025-09-17T21:21:24.173Z | mariadb system 10.6 system |
| 218 | 2025-09-17T21:21:24.173Z | mta vendor vendor dma |
| 219 | 2025-09-17T21:21:24.173Z | openjdk system 17 system |
| 220 | 2025-09-17T21:21:24.173Z | openjdk system 11 system |
| 221 | 2025-09-17T21:21:24.173Z | openjdk system 1.8 system |
| 222 | 2025-09-17T21:21:24.173Z | openssl vendor 3 vendor |
| 223 | 2025-09-17T21:21:24.173Z | perl system 5.36 system |
| 224 | 2025-09-17T21:21:24.173Z | postgresql system 15 system |
| 225 | 2025-09-17T21:21:24.173Z | postgresql system 13 system |
| 226 | 2025-09-17T21:21:24.173Z | python vendor 3 vendor |
| 227 | 2025-09-17T21:21:24.173Z | python system 2 system |
| 228 | 2025-09-17T21:21:24.173Z | python3 system 3.11 system |
| 229 | 2025-09-17T21:21:24.174Z | ruby system 3.0 system |
| 230 | 2025-09-17T21:21:24.174Z | words vendor vendor american-english |
| 231 | 2025-09-17T21:21:24.174Z | words system system australian-english |
| 232 | 2025-09-17T21:21:24.174Z | words system system british-english |
| 233 | 2025-09-17T21:21:24.174Z | words system system canadian-english |
| 234 | 2025-09-17T21:21:24.174Z | words system system french |
| 235 | 2025-09-17T21:21:24.174Z | words system system italian |
| 236 | 2025-09-17T21:21:24.174Z | words system system ngerman |
| 237 | 2025-09-17T21:21:24.174Z | words system system ogerman |
| 238 | 2025-09-17T21:21:24.174Z | words system system spanish |
| 239 | 2025-09-17T21:21:24.519Z | PUBLISHER TYPE STATUS P LOCATION |
| 240 | 2025-09-17T21:21:24.519Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 241 | 2025-09-17T21:21:29.484Z | FMRI IFO |
| 242 | 2025-09-17T21:21:29.484Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 243 | 2025-09-17T21:21:29.484Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 244 | 2025-09-17T21:21:29.484Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 245 | 2025-09-17T21:21:29.484Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 246 | 2025-09-17T21:21:29.484Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 247 | 2025-09-17T21:21:29.484Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 248 | 2025-09-17T21:21:29.484Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 249 | 2025-09-17T21:21:29.484Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 250 | 2025-09-17T21:21:29.484Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 251 | 2025-09-17T21:21:29.484Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 252 | 2025-09-17T21:21:29.484Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 253 | 2025-09-17T21:21:29.484Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 254 | 2025-09-17T21:21:29.484Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 255 | 2025-09-17T21:21:29.484Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 256 | 2025-09-17T21:21:29.484Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 257 | 2025-09-17T21:21:29.484Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 258 | 2025-09-17T21:21:30.513Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 259 | 2025-09-17T21:21:30.804Z | Updating crates.io index |
| 260 | 2025-09-17T21:21:30.863Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 261 | 2025-09-17T21:21:31.178Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 262 | 2025-09-17T21:21:31.927Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 263 | 2025-09-17T21:21:32.188Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 264 | 2025-09-17T21:21:32.479Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 265 | 2025-09-17T21:21:32.809Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 266 | 2025-09-17T21:21:34.044Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 267 | 2025-09-17T21:21:36.113Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 268 | 2025-09-17T21:21:37.134Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 269 | 2025-09-17T21:21:37.804Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 270 | 2025-09-17T21:21:38.530Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 271 | 2025-09-17T21:21:38.790Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 272 | 2025-09-17T21:21:39.113Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 273 | 2025-09-17T21:21:39.788Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 274 | 2025-09-17T21:21:40.301Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 275 | 2025-09-17T21:21:40.583Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 276 | 2025-09-17T21:21:40.917Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 277 | 2025-09-17T21:21:41.205Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 278 | 2025-09-17T21:21:41.476Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 279 | 2025-09-17T21:21:41.714Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 280 | 2025-09-17T21:21:42.003Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 281 | 2025-09-17T21:21:42.325Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 282 | 2025-09-17T21:21:42.803Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 283 | 2025-09-17T21:21:43.140Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 284 | 2025-09-17T21:21:43.574Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 285 | 2025-09-17T21:21:44.053Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 286 | 2025-09-17T21:21:44.432Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 287 | 2025-09-17T21:21:44.705Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 288 | 2025-09-17T21:21:45.067Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 289 | 2025-09-17T21:21:45.490Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 290 | 2025-09-17T21:21:45.760Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 291 | 2025-09-17T21:21:46.034Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 292 | 2025-09-17T21:21:46.359Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 293 | 2025-09-17T21:22:00.889Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 294 | 2025-09-17T21:22:02.281Z | Downloading crates ... |
| 295 | 2025-09-17T21:22:02.332Z | Downloaded anstyle-parse v0.2.5 |
| 296 | 2025-09-17T21:22:02.337Z | Downloaded anstream v0.6.18 |
| 297 | 2025-09-17T21:22:02.347Z | Downloaded digest v0.10.7 |
| 298 | 2025-09-17T21:22:02.350Z | Downloaded anyhow v1.0.99 |
| 299 | 2025-09-17T21:22:02.354Z | Downloaded autocfg v1.4.0 |
| 300 | 2025-09-17T21:22:02.357Z | Downloaded camino v1.2.0 |
| 301 | 2025-09-17T21:22:02.359Z | Downloaded form_urlencoded v1.2.2 |
| 302 | 2025-09-17T21:22:02.359Z | Downloaded erased-serde v0.4.6 |
| 303 | 2025-09-17T21:22:02.363Z | Downloaded displaydoc v0.2.5 |
| 304 | 2025-09-17T21:22:02.365Z | Downloaded thiserror-impl v2.0.16 |
| 305 | 2025-09-17T21:22:02.368Z | Downloaded thiserror-impl v1.0.69 |
| 306 | 2025-09-17T21:22:02.371Z | Downloaded zerofrom v0.1.4 |
| 307 | 2025-09-17T21:22:02.371Z | Downloaded fastrand v2.1.1 |
| 308 | 2025-09-17T21:22:02.374Z | Downloaded byteorder v1.5.0 |
| 309 | 2025-09-17T21:22:02.374Z | Downloaded yoke-derive v0.7.4 |
| 310 | 2025-09-17T21:22:02.377Z | Downloaded icu_locid_transform v1.5.0 |
| 311 | 2025-09-17T21:22:02.380Z | Downloaded usdt-macro v0.5.0 |
| 312 | 2025-09-17T21:22:02.380Z | Downloaded litemap v0.7.3 |
| 313 | 2025-09-17T21:22:02.383Z | Downloaded fs-err v3.1.1 |
| 314 | 2025-09-17T21:22:02.386Z | Downloaded thread-id v4.2.2 |
| 315 | 2025-09-17T21:22:02.386Z | Downloaded toml_write v0.1.2 |
| 316 | 2025-09-17T21:22:02.389Z | Downloaded proc-macro-error v1.0.4 |
| 317 | 2025-09-17T21:22:02.392Z | Downloaded unicode-xid v0.2.6 |
| 318 | 2025-09-17T21:22:02.392Z | Downloaded terminal_size v0.4.0 |
| 319 | 2025-09-17T21:22:02.395Z | Downloaded usdt v0.5.0 |
| 320 | 2025-09-17T21:22:02.395Z | Downloaded zerovec-derive v0.10.3 |
| 321 | 2025-09-17T21:22:02.398Z | Downloaded icu_locid v1.5.0 |
| 322 | 2025-09-17T21:22:02.402Z | Downloaded zerofrom-derive v0.1.4 |
| 323 | 2025-09-17T21:22:02.405Z | Downloaded version_check v0.9.5 |
| 324 | 2025-09-17T21:22:02.405Z | Downloaded utf8parse v0.2.2 |
| 325 | 2025-09-17T21:22:02.408Z | Downloaded utf8_iter v1.0.4 |
| 326 | 2025-09-17T21:22:02.408Z | Downloaded utf16_iter v1.0.5 |
| 327 | 2025-09-17T21:22:02.408Z | Downloaded generic-array v0.14.7 |
| 328 | 2025-09-17T21:22:02.411Z | Downloaded writeable v0.5.5 |
| 329 | 2025-09-17T21:22:02.411Z | Downloaded usdt-impl v0.5.0 |
| 330 | 2025-09-17T21:22:02.414Z | Downloaded typenum v1.17.0 |
| 331 | 2025-09-17T21:22:02.417Z | Downloaded yoke v0.7.4 |
| 332 | 2025-09-17T21:22:02.417Z | Downloaded zerocopy-derive v0.7.35 |
| 333 | 2025-09-17T21:22:02.424Z | Downloaded ucd-trie v0.1.7 |
| 334 | 2025-09-17T21:22:02.426Z | Downloaded pretty-hex v0.4.1 |
| 335 | 2025-09-17T21:22:02.427Z | Downloaded tempfile v3.20.0 |
| 336 | 2025-09-17T21:22:02.429Z | Downloaded unicode-ident v1.0.18 |
| 337 | 2025-09-17T21:22:02.432Z | Downloaded textwrap v0.16.2 |
| 338 | 2025-09-17T21:22:02.435Z | Downloaded toml_edit v0.22.27 |
| 339 | 2025-09-17T21:22:02.442Z | Downloaded scroll_derive v0.12.0 |
| 340 | 2025-09-17T21:22:02.445Z | Downloaded log v0.4.27 |
| 341 | 2025-09-17T21:22:02.445Z | Downloaded swrite v0.1.0 |
| 342 | 2025-09-17T21:22:02.445Z | Downloaded ordered-float v2.10.1 |
| 343 | 2025-09-17T21:22:02.445Z | Downloaded url v2.5.4 |
| 344 | 2025-09-17T21:22:02.448Z | Downloaded percent-encoding v2.3.2 |
| 345 | 2025-09-17T21:22:02.449Z | Downloaded memmap v0.7.0 |
| 346 | 2025-09-17T21:22:02.452Z | Downloaded pest_generator v2.7.14 |
| 347 | 2025-09-17T21:22:02.452Z | Downloaded macaddr v1.0.1 |
| 348 | 2025-09-17T21:22:02.486Z | Downloaded itoa v1.0.11 |
| 349 | 2025-09-17T21:22:02.486Z | Downloaded zerovec v0.10.4 |
| 350 | 2025-09-17T21:22:02.486Z | Downloaded tabled v0.15.0 |
| 351 | 2025-09-17T21:22:02.486Z | Downloaded zerocopy v0.7.35 |
| 352 | 2025-09-17T21:22:02.489Z | Downloaded thiserror v1.0.69 |
| 353 | 2025-09-17T21:22:02.492Z | Downloaded tabled_derive v0.7.0 |
| 354 | 2025-09-17T21:22:02.495Z | Downloaded num-traits v0.2.19 |
| 355 | 2025-09-17T21:22:02.498Z | Downloaded quote v1.0.40 |
| 356 | 2025-09-17T21:22:02.498Z | Downloaded cargo_toml v0.21.0 |
| 357 | 2025-09-17T21:22:02.501Z | Downloaded cargo-platform v0.2.0 |
| 358 | 2025-09-17T21:22:02.501Z | Downloaded unicode-width v0.2.0 |
| 359 | 2025-09-17T21:22:02.506Z | Downloaded unicode-width v0.1.14 |
| 360 | 2025-09-17T21:22:02.510Z | Downloaded smallvec v1.15.1 |
| 361 | 2025-09-17T21:22:02.513Z | Downloaded serde_tokenstream v0.2.2 |
| 362 | 2025-09-17T21:22:02.513Z | Downloaded serde-untagged v0.1.7 |
| 363 | 2025-09-17T21:22:02.516Z | Downloaded once_cell v1.21.3 |
| 364 | 2025-09-17T21:22:02.519Z | Downloaded icu_provider v1.5.0 |
| 365 | 2025-09-17T21:22:02.519Z | Downloaded camino-tempfile v1.4.1 |
| 366 | 2025-09-17T21:22:02.522Z | Downloaded sha2 v0.10.9 |
| 367 | 2025-09-17T21:22:02.525Z | Downloaded semver v1.0.26 |
| 368 | 2025-09-17T21:22:02.525Z | Downloaded plain v0.2.3 |
| 369 | 2025-09-17T21:22:02.528Z | Downloaded cargo_metadata v0.21.0 |
| 370 | 2025-09-17T21:22:02.528Z | Downloaded cargo-util-schemas v0.8.2 |
| 371 | 2025-09-17T21:22:02.532Z | Downloaded icu_locid_transform_data v1.5.0 |
| 372 | 2025-09-17T21:22:02.532Z | Downloaded serde v1.0.223 |
| 373 | 2025-09-17T21:22:02.535Z | Downloaded ryu v1.0.18 |
| 374 | 2025-09-17T21:22:02.538Z | Downloaded serde_derive v1.0.223 |
| 375 | 2025-09-17T21:22:02.538Z | Downloaded indexmap v2.11.0 |
| 376 | 2025-09-17T21:22:02.541Z | Downloaded proc-macro2 v1.0.101 |
| 377 | 2025-09-17T21:22:02.544Z | Downloaded pest_meta v2.7.14 |
| 378 | 2025-09-17T21:22:02.547Z | Downloaded serde_core v1.0.223 |
| 379 | 2025-09-17T21:22:02.552Z | Downloaded clap v4.5.41 |
| 380 | 2025-09-17T21:22:02.556Z | Downloaded icu_collections v1.5.0 |
| 381 | 2025-09-17T21:22:02.561Z | Downloaded memchr v2.7.4 |
| 382 | 2025-09-17T21:22:02.566Z | Downloaded idna v1.0.3 |
| 383 | 2025-09-17T21:22:02.569Z | Downloaded hashbrown v0.15.4 |
| 384 | 2025-09-17T21:22:02.574Z | Downloaded pest_derive v2.7.14 |
| 385 | 2025-09-17T21:22:02.578Z | Downloaded papergrid v0.11.0 |
| 386 | 2025-09-17T21:22:02.581Z | Downloaded scroll v0.12.0 |
| 387 | 2025-09-17T21:22:02.584Z | Downloaded clap_derive v4.5.41 |
| 388 | 2025-09-17T21:22:02.584Z | Downloaded winnow v0.7.10 |
| 389 | 2025-09-17T21:22:02.591Z | Downloaded pest v2.7.14 |
| 390 | 2025-09-17T21:22:02.595Z | Downloaded synstructure v0.13.1 |
| 391 | 2025-09-17T21:22:02.598Z | Downloaded strsim v0.11.1 |
| 392 | 2025-09-17T21:22:02.598Z | Downloaded stable_deref_trait v1.2.0 |
| 393 | 2025-09-17T21:22:02.598Z | Downloaded smawk v0.3.2 |
| 394 | 2025-09-17T21:22:02.601Z | Downloaded serde_spanned v0.6.9 |
| 395 | 2025-09-17T21:22:02.601Z | Downloaded serde_json v1.0.145 |
| 396 | 2025-09-17T21:22:02.606Z | Downloaded goblin v0.8.2 |
| 397 | 2025-09-17T21:22:02.612Z | Downloaded clap_builder v4.5.41 |
| 398 | 2025-09-17T21:22:02.617Z | Downloaded serde-value v0.7.0 |
| 399 | 2025-09-17T21:22:02.620Z | Downloaded crypto-common v0.1.6 |
| 400 | 2025-09-17T21:22:02.620Z | Downloaded cpufeatures v0.2.14 |
| 401 | 2025-09-17T21:22:02.620Z | Downloaded clap_lex v0.7.4 |
| 402 | 2025-09-17T21:22:02.624Z | Downloaded cfg-if v1.0.1 |
| 403 | 2025-09-17T21:22:02.624Z | Downloaded icu_properties_data v1.5.0 |
| 404 | 2025-09-17T21:22:02.631Z | Downloaded syn v1.0.109 |
| 405 | 2025-09-17T21:22:02.639Z | Downloaded heck v0.4.1 |
| 406 | 2025-09-17T21:22:02.642Z | Downloaded heck v0.5.0 |
| 407 | 2025-09-17T21:22:02.642Z | Downloaded syn v2.0.106 |
| 408 | 2025-09-17T21:22:02.651Z | Downloaded is_terminal_polyfill v1.70.1 |
| 409 | 2025-09-17T21:22:02.654Z | Downloaded rustix v0.38.37 |
| 410 | 2025-09-17T21:22:02.670Z | Downloaded icu_provider_macros v1.5.0 |
| 411 | 2025-09-17T21:22:02.674Z | Downloaded toml_datetime v0.6.11 |
| 412 | 2025-09-17T21:22:02.674Z | Downloaded toml v0.8.23 |
| 413 | 2025-09-17T21:22:02.677Z | Downloaded icu_normalizer_data v1.5.0 |
| 414 | 2025-09-17T21:22:02.677Z | Downloaded rustix v1.0.7 |
| 415 | 2025-09-17T21:22:02.695Z | Downloaded typeid v1.0.3 |
| 416 | 2025-09-17T21:22:02.698Z | Downloaded icu_normalizer v1.5.0 |
| 417 | 2025-09-17T21:22:02.702Z | Downloaded colorchoice v1.0.2 |
| 418 | 2025-09-17T21:22:02.702Z | Downloaded tinystr v0.7.6 |
| 419 | 2025-09-17T21:22:02.705Z | Downloaded proc-macro-error-attr v1.0.4 |
| 420 | 2025-09-17T21:22:02.705Z | Downloaded idna_adapter v1.2.0 |
| 421 | 2025-09-17T21:22:02.705Z | Downloaded getrandom v0.3.1 |
| 422 | 2025-09-17T21:22:02.705Z | Downloaded unicode-linebreak v0.1.5 |
| 423 | 2025-09-17T21:22:02.709Z | Downloaded dof v0.3.0 |
| 424 | 2025-09-17T21:22:02.709Z | Downloaded icu_properties v1.5.1 |
| 425 | 2025-09-17T21:22:02.712Z | Downloaded errno v0.3.12 |
| 426 | 2025-09-17T21:22:02.712Z | Downloaded write16 v1.0.0 |
| 427 | 2025-09-17T21:22:02.712Z | Downloaded usdt-attr-macro v0.5.0 |
| 428 | 2025-09-17T21:22:02.712Z | Downloaded equivalent v1.0.2 |
| 429 | 2025-09-17T21:22:02.715Z | Downloaded block-buffer v0.10.4 |
| 430 | 2025-09-17T21:22:02.715Z | Downloaded thiserror v2.0.16 |
| 431 | 2025-09-17T21:22:02.718Z | Downloaded bytecount v0.6.8 |
| 432 | 2025-09-17T21:22:02.722Z | Downloaded fnv v1.0.7 |
| 433 | 2025-09-17T21:22:02.722Z | Downloaded dtrace-parser v0.2.0 |
| 434 | 2025-09-17T21:22:02.722Z | Downloaded anstyle v1.0.11 |
| 435 | 2025-09-17T21:22:02.725Z | Downloaded anstyle-query v1.1.1 |
| 436 | 2025-09-17T21:22:02.725Z | Downloaded bitflags v2.9.1 |
| 437 | 2025-09-17T21:22:02.728Z | Downloaded libc v0.2.174 |
| 438 | 2025-09-17T21:22:02.806Z | Compiling proc-macro2 v1.0.101 |
| 439 | 2025-09-17T21:22:02.806Z | Compiling unicode-ident v1.0.18 |
| 440 | 2025-09-17T21:22:02.806Z | Compiling serde_core v1.0.223 |
| 441 | 2025-09-17T21:22:02.809Z | Compiling serde v1.0.223 |
| 442 | 2025-09-17T21:22:02.809Z | Compiling version_check v0.9.5 |
| 443 | 2025-09-17T21:22:02.809Z | Compiling libc v0.2.174 |
| 444 | 2025-09-17T21:22:02.809Z | Compiling memchr v2.7.4 |
| 445 | 2025-09-17T21:22:02.809Z | Compiling thiserror v1.0.69 |
| 446 | 2025-09-17T21:22:03.269Z | Compiling stable_deref_trait v1.2.0 |
| 447 | 2025-09-17T21:22:03.403Z | Compiling writeable v0.5.5 |
| 448 | 2025-09-17T21:22:03.861Z | Compiling ucd-trie v0.1.7 |
| 449 | 2025-09-17T21:22:04.144Z | Compiling ryu v1.0.18 |
| 450 | 2025-09-17T21:22:04.281Z | Compiling itoa v1.0.11 |
| 451 | 2025-09-17T21:22:04.337Z | Compiling litemap v0.7.3 |
| 452 | 2025-09-17T21:22:04.363Z | Compiling autocfg v1.4.0 |
| 453 | 2025-09-17T21:22:04.508Z | Compiling once_cell v1.21.3 |
| 454 | 2025-09-17T21:22:04.536Z | Compiling byteorder v1.5.0 |
| 455 | 2025-09-17T21:22:04.925Z | Compiling icu_locid_transform_data v1.5.0 |
| 456 | 2025-09-17T21:22:05.037Z | Compiling bitflags v2.9.1 |
| 457 | 2025-09-17T21:22:05.063Z | Compiling serde_json v1.0.145 |
| 458 | 2025-09-17T21:22:05.258Z | Compiling errno v0.3.12 |
| 459 | 2025-09-17T21:22:05.402Z | Compiling quote v1.0.40 |
| 460 | 2025-09-17T21:22:05.428Z | Compiling icu_properties_data v1.5.0 |
| 461 | 2025-09-17T21:22:05.493Z | Compiling num-traits v0.2.19 |
| 462 | 2025-09-17T21:22:05.694Z | Compiling equivalent v1.0.2 |
| 463 | 2025-09-17T21:22:05.824Z | Compiling syn v2.0.106 |
| 464 | 2025-09-17T21:22:05.849Z | Compiling utf8_iter v1.0.4 |
| 465 | 2025-09-17T21:22:05.876Z | Compiling icu_normalizer_data v1.5.0 |
| 466 | 2025-09-17T21:22:05.993Z | Compiling write16 v1.0.0 |
| 467 | 2025-09-17T21:22:06.018Z | Compiling smallvec v1.15.1 |
| 468 | 2025-09-17T21:22:06.018Z | Compiling utf16_iter v1.0.5 |
| 469 | 2025-09-17T21:22:06.088Z | Compiling rustix v0.38.37 |
| 470 | 2025-09-17T21:22:06.130Z | Compiling hashbrown v0.15.4 |
| 471 | 2025-09-17T21:22:06.154Z | Compiling typeid v1.0.3 |
| 472 | 2025-09-17T21:22:06.713Z | Compiling proc-macro-error-attr v1.0.4 |
| 473 | 2025-09-17T21:22:06.739Z | Compiling usdt-impl v0.5.0 |
| 474 | 2025-09-17T21:22:06.903Z | Compiling winnow v0.7.10 |
| 475 | 2025-09-17T21:22:06.961Z | Compiling syn v1.0.109 |
| 476 | 2025-09-17T21:22:07.045Z | Compiling toml_write v0.1.2 |
| 477 | 2025-09-17T21:22:07.222Z | Compiling indexmap v2.11.0 |
| 478 | 2025-09-17T21:22:07.417Z | Compiling thread-id v4.2.2 |
| 479 | 2025-09-17T21:22:07.723Z | Compiling proc-macro-error v1.0.4 |
| 480 | 2025-09-17T21:22:08.070Z | Compiling utf8parse v0.2.2 |
| 481 | 2025-09-17T21:22:08.247Z | Compiling rustix v1.0.7 |
| 482 | 2025-09-17T21:22:08.731Z | Compiling getrandom v0.3.1 |
| 483 | 2025-09-17T21:22:08.833Z | Compiling percent-encoding v2.3.2 |
| 484 | 2025-09-17T21:22:09.169Z | Compiling plain v0.2.3 |
| 485 | 2025-09-17T21:22:09.200Z | Compiling camino v1.2.0 |
| 486 | 2025-09-17T21:22:09.354Z | Compiling log v0.4.27 |
| 487 | 2025-09-17T21:22:09.441Z | Compiling semver v1.0.26 |
| 488 | 2025-09-17T21:22:09.467Z | Compiling thiserror v2.0.16 |
| 489 | 2025-09-17T21:22:09.789Z | Compiling ordered-float v2.10.1 |
| 490 | 2025-09-17T21:22:09.920Z | Compiling form_urlencoded v1.2.2 |
| 491 | 2025-09-17T21:22:10.230Z | Compiling terminal_size v0.4.0 |
| 492 | 2025-09-17T21:22:10.258Z | Compiling anstyle-parse v0.2.5 |
| 493 | 2025-09-17T21:22:10.549Z | Compiling pretty-hex v0.4.1 |
| 494 | 2025-09-17T21:22:10.596Z | Compiling anstyle-query v1.1.1 |
| 495 | 2025-09-17T21:22:10.775Z | Compiling anstyle v1.0.11 |
| 496 | 2025-09-17T21:22:10.778Z | Compiling colorchoice v1.0.2 |
| 497 | 2025-09-17T21:22:10.902Z | Compiling cfg-if v1.0.1 |
| 498 | 2025-09-17T21:22:10.989Z | Compiling is_terminal_polyfill v1.70.1 |
| 499 | 2025-09-17T21:22:11.229Z | Compiling anstream v0.6.18 |
| 500 | 2025-09-17T21:22:11.334Z | Compiling fs-err v3.1.1 |
| 501 | 2025-09-17T21:22:11.587Z | Compiling fnv v1.0.7 |
| 502 | 2025-09-17T21:22:11.686Z | Compiling heck v0.4.1 |
| 503 | 2025-09-17T21:22:11.748Z | Compiling clap_lex v0.7.4 |
| 504 | 2025-09-17T21:22:11.843Z | Compiling unicode-xid v0.2.6 |
| 505 | 2025-09-17T21:22:12.066Z | Compiling fastrand v2.1.1 |
| 506 | 2025-09-17T21:22:12.142Z | Compiling strsim v0.11.1 |
| 507 | 2025-09-17T21:22:12.166Z | Compiling heck v0.5.0 |
| 508 | 2025-09-17T21:22:12.576Z | Compiling synstructure v0.13.1 |
| 509 | 2025-09-17T21:22:12.615Z | Compiling anyhow v1.0.99 |
| 510 | 2025-09-17T21:22:12.639Z | Compiling bytecount v0.6.8 |
| 511 | 2025-09-17T21:22:12.879Z | Compiling unicode-width v0.1.14 |
| 512 | 2025-09-17T21:22:12.886Z | Compiling tempfile v3.20.0 |
| 513 | 2025-09-17T21:22:13.404Z | Compiling papergrid v0.11.0 |
| 514 | 2025-09-17T21:22:13.716Z | Compiling clap_builder v4.5.41 |
| 515 | 2025-09-17T21:22:13.824Z | Compiling memmap v0.7.0 |
| 516 | 2025-09-17T21:22:13.913Z | Compiling unicode-linebreak v0.1.5 |
| 517 | 2025-09-17T21:22:13.961Z | Compiling smawk v0.3.2 |
| 518 | 2025-09-17T21:22:14.153Z | Compiling unicode-width v0.2.0 |
| 519 | 2025-09-17T21:22:14.695Z | Compiling textwrap v0.16.2 |
| 520 | 2025-09-17T21:22:14.781Z | Compiling camino-tempfile v1.4.1 |
| 521 | 2025-09-17T21:22:15.209Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 522 | 2025-09-17T21:22:15.245Z | Compiling swrite v0.1.0 |
| 523 | 2025-09-17T21:22:15.591Z | Compiling tabled_derive v0.7.0 |
| 524 | 2025-09-17T21:22:16.337Z | Compiling serde_derive v1.0.223 |
| 525 | 2025-09-17T21:22:16.340Z | Compiling zerofrom-derive v0.1.4 |
| 526 | 2025-09-17T21:22:16.340Z | Compiling yoke-derive v0.7.4 |
| 527 | 2025-09-17T21:22:16.429Z | Compiling thiserror-impl v1.0.69 |
| 528 | 2025-09-17T21:22:16.596Z | Compiling zerovec-derive v0.10.3 |
| 529 | 2025-09-17T21:22:17.101Z | Compiling displaydoc v0.2.5 |
| 530 | 2025-09-17T21:22:18.638Z | Compiling icu_provider_macros v1.5.0 |
| 531 | 2025-09-17T21:22:19.057Z | Compiling zerocopy-derive v0.7.35 |
| 532 | 2025-09-17T21:22:19.085Z | Compiling scroll_derive v0.12.0 |
| 533 | 2025-09-17T21:22:19.541Z | Compiling pest v2.7.14 |
| 534 | 2025-09-17T21:22:19.711Z | Compiling thiserror-impl v2.0.16 |
| 535 | 2025-09-17T21:22:19.759Z | Compiling zerofrom v0.1.4 |
| 536 | 2025-09-17T21:22:20.014Z | Compiling yoke v0.7.4 |
| 537 | 2025-09-17T21:22:20.408Z | Compiling zerovec v0.10.4 |
| 538 | 2025-09-17T21:22:20.443Z | Compiling scroll v0.12.0 |
| 539 | 2025-09-17T21:22:20.978Z | Compiling goblin v0.8.2 |
| 540 | 2025-09-17T21:22:21.031Z | Compiling zerocopy v0.7.35 |
| 541 | 2025-09-17T21:22:21.298Z | Compiling clap_derive v4.5.41 |
| 542 | 2025-09-17T21:22:21.931Z | Compiling tabled v0.15.0 |
| 543 | 2025-09-17T21:22:22.376Z | Compiling tinystr v0.7.6 |
| 544 | 2025-09-17T21:22:22.403Z | Compiling pest_meta v2.7.14 |
| 545 | 2025-09-17T21:22:22.430Z | Compiling icu_collections v1.5.0 |
| 546 | 2025-09-17T21:22:22.763Z | Compiling icu_locid v1.5.0 |
| 547 | 2025-09-17T21:22:23.873Z | Compiling pest_generator v2.7.14 |
| 548 | 2025-09-17T21:22:23.975Z | Compiling icu_provider v1.5.0 |
| 549 | 2025-09-17T21:22:24.758Z | Compiling icu_locid_transform v1.5.0 |
| 550 | 2025-09-17T21:22:24.934Z | Compiling serde_spanned v0.6.9 |
| 551 | 2025-09-17T21:22:25.078Z | Compiling toml_datetime v0.6.11 |
| 552 | 2025-09-17T21:22:25.200Z | Compiling erased-serde v0.4.6 |
| 553 | 2025-09-17T21:22:25.611Z | Compiling toml_edit v0.22.27 |
| 554 | 2025-09-17T21:22:26.070Z | Compiling icu_properties v1.5.1 |
| 555 | 2025-09-17T21:22:26.303Z | Compiling dof v0.3.0 |
| 556 | 2025-09-17T21:22:26.325Z | Compiling serde_tokenstream v0.2.2 |
| 557 | 2025-09-17T21:22:26.706Z | Compiling pest_derive v2.7.14 |
| 558 | 2025-09-17T21:22:27.006Z | Compiling serde-untagged v0.1.7 |
| 559 | 2025-09-17T21:22:27.195Z | Compiling serde-value v0.7.0 |
| 560 | 2025-09-17T21:22:27.490Z | Compiling cargo-platform v0.2.0 |
| 561 | 2025-09-17T21:22:27.521Z | Compiling dtrace-parser v0.2.0 |
| 562 | 2025-09-17T21:22:27.524Z | Compiling macaddr v1.0.1 |
| 563 | 2025-09-17T21:22:27.960Z | Compiling clap v4.5.41 |
| 564 | 2025-09-17T21:22:29.016Z | Compiling toml v0.8.23 |
| 565 | 2025-09-17T21:22:29.163Z | Compiling usdt-attr-macro v0.5.0 |
| 566 | 2025-09-17T21:22:29.234Z | Compiling usdt-macro v0.5.0 |
| 567 | 2025-09-17T21:22:29.667Z | Compiling icu_normalizer v1.5.0 |
| 568 | 2025-09-17T21:22:29.920Z | Compiling cargo_toml v0.21.0 |
| 569 | 2025-09-17T21:22:30.510Z | Compiling idna_adapter v1.2.0 |
| 570 | 2025-09-17T21:22:30.539Z | Compiling usdt v0.5.0 |
| 571 | 2025-09-17T21:22:30.686Z | Compiling idna v1.0.3 |
| 572 | 2025-09-17T21:22:31.080Z | Compiling url v2.5.4 |
| 573 | 2025-09-17T21:22:31.740Z | Compiling cargo-util-schemas v0.8.2 |
| 574 | 2025-09-17T21:22:33.384Z | Compiling cargo_metadata v0.21.0 |
| 575 | 2025-09-17T21:22:34.944Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 576 | 2025-09-17T21:22:38.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 577 | 2025-09-17T21:22:38.717Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 578 | 2025-09-17T21:22:39.434Z | Downloading crates ... |
| 579 | 2025-09-17T21:22:39.593Z | Downloaded aes v0.8.4 |
| 580 | 2025-09-17T21:22:39.597Z | Downloaded half v1.8.3 |
| 581 | 2025-09-17T21:22:39.599Z | Downloaded ident_case v1.0.1 |
| 582 | 2025-09-17T21:22:39.603Z | Downloaded glob v0.3.2 |
| 583 | 2025-09-17T21:22:39.605Z | Downloaded lalrpop-util v0.19.12 |
| 584 | 2025-09-17T21:22:39.605Z | Downloaded iana-time-zone v0.1.63 |
| 585 | 2025-09-17T21:22:39.608Z | Downloaded arrayref v0.3.9 |
| 586 | 2025-09-17T21:22:39.611Z | Downloaded addr2line v0.24.2 |
| 587 | 2025-09-17T21:22:39.614Z | Downloaded keccak v0.1.5 |
| 588 | 2025-09-17T21:22:39.617Z | Downloaded ingot-macros v0.1.1 |
| 589 | 2025-09-17T21:22:39.620Z | Downloaded argon2 v0.5.3 |
| 590 | 2025-09-17T21:22:39.623Z | Downloaded async-recursion v1.1.1 |
| 591 | 2025-09-17T21:22:39.626Z | Downloaded async-trait v0.1.89 |
| 592 | 2025-09-17T21:22:39.630Z | Downloaded http v1.3.1 |
| 593 | 2025-09-17T21:22:39.635Z | Downloaded hash32 v0.2.1 |
| 594 | 2025-09-17T21:22:39.638Z | Downloaded backoff v0.4.0 |
| 595 | 2025-09-17T21:22:39.641Z | Downloaded half v2.4.1 |
| 596 | 2025-09-17T21:22:39.643Z | Downloaded heapless v0.8.0 |
| 597 | 2025-09-17T21:22:39.648Z | Downloaded headers-core v0.3.0 |
| 598 | 2025-09-17T21:22:39.651Z | Downloaded heck v0.3.3 |
| 599 | 2025-09-17T21:22:39.653Z | Downloaded bit-vec v0.6.3 |
| 600 | 2025-09-17T21:22:39.654Z | Downloaded hickory-client v0.25.2 |
| 601 | 2025-09-17T21:22:39.656Z | Downloaded bit-set v0.5.3 |
| 602 | 2025-09-17T21:22:39.659Z | Downloaded bitfield v0.14.0 |
| 603 | 2025-09-17T21:22:39.662Z | Downloaded allocator-api2 v0.2.21 |
| 604 | 2025-09-17T21:22:39.665Z | Downloaded globwalk v0.9.1 |
| 605 | 2025-09-17T21:22:39.668Z | Downloaded bit-set v0.8.0 |
| 606 | 2025-09-17T21:22:39.668Z | Downloaded hubpack_derive v0.1.1 |
| 607 | 2025-09-17T21:22:39.671Z | Downloaded bb8 v0.8.5 |
| 608 | 2025-09-17T21:22:39.671Z | Downloaded headers v0.4.1 |
| 609 | 2025-09-17T21:22:39.677Z | Downloaded hex v0.4.3 |
| 610 | 2025-09-17T21:22:39.680Z | Downloaded arrayvec v0.7.6 |
| 611 | 2025-09-17T21:22:39.685Z | Downloaded cfg_aliases v0.1.1 |
| 612 | 2025-09-17T21:22:39.692Z | Downloaded is_ci v1.2.0 |
| 613 | 2025-09-17T21:22:39.696Z | Downloaded base16ct v0.2.0 |
| 614 | 2025-09-17T21:22:39.696Z | Downloaded httpdate v1.0.3 |
| 615 | 2025-09-17T21:22:39.696Z | Downloaded http-body-util v0.1.3 |
| 616 | 2025-09-17T21:22:39.696Z | Downloaded heapless v0.7.17 |
| 617 | 2025-09-17T21:22:39.700Z | Downloaded http-body v1.0.1 |
| 618 | 2025-09-17T21:22:39.704Z | Downloaded ciborium-io v0.2.2 |
| 619 | 2025-09-17T21:22:39.707Z | Downloaded instability v0.3.2 |
| 620 | 2025-09-17T21:22:39.707Z | Downloaded kstat-rs v0.2.4 |
| 621 | 2025-09-17T21:22:39.710Z | Downloaded crc8 v0.1.1 |
| 622 | 2025-09-17T21:22:39.710Z | Downloaded block-padding v0.3.3 |
| 623 | 2025-09-17T21:22:39.713Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 624 | 2025-09-17T21:22:39.716Z | Downloaded signal-hook-mio v0.2.4 |
| 625 | 2025-09-17T21:22:39.716Z | Downloaded is-terminal v0.4.13 |
| 626 | 2025-09-17T21:22:39.719Z | Downloaded instant v0.1.13 |
| 627 | 2025-09-17T21:22:39.723Z | Downloaded internet-checksum v0.2.1 |
| 628 | 2025-09-17T21:22:39.723Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 629 | 2025-09-17T21:22:39.725Z | Downloaded cobs v0.2.3 |
| 630 | 2025-09-17T21:22:39.728Z | Downloaded bit-vec v0.8.0 |
| 631 | 2025-09-17T21:22:39.731Z | Downloaded hyper-tls v0.6.0 |
| 632 | 2025-09-17T21:22:39.731Z | Downloaded hubpack v0.1.2 |
| 633 | 2025-09-17T21:22:39.734Z | Downloaded hostname v0.3.1 |
| 634 | 2025-09-17T21:22:39.740Z | Downloaded castaway v0.2.3 |
| 635 | 2025-09-17T21:22:39.743Z | Downloaded cassowary v0.3.0 |
| 636 | 2025-09-17T21:22:39.743Z | Downloaded bitfield-struct v0.6.2 |
| 637 | 2025-09-17T21:22:39.744Z | Downloaded serde-big-array v0.5.1 |
| 638 | 2025-09-17T21:22:39.748Z | Downloaded bitflags v1.3.2 |
| 639 | 2025-09-17T21:22:39.752Z | Downloaded convert_case v0.7.1 |
| 640 | 2025-09-17T21:22:39.752Z | Downloaded lazy_static v1.5.0 |
| 641 | 2025-09-17T21:22:39.756Z | Downloaded lru-cache v0.1.2 |
| 642 | 2025-09-17T21:22:39.756Z | Downloaded indoc v2.0.6 |
| 643 | 2025-09-17T21:22:39.759Z | Downloaded sqlparser_derive v0.2.2 |
| 644 | 2025-09-17T21:22:39.763Z | Downloaded progenitor v0.8.0 |
| 645 | 2025-09-17T21:22:39.766Z | Downloaded hashbrown v0.13.2 |
| 646 | 2025-09-17T21:22:39.769Z | Downloaded libsw v3.5.0 |
| 647 | 2025-09-17T21:22:39.772Z | Downloaded humantime v2.2.0 |
| 648 | 2025-09-17T21:22:39.772Z | Downloaded indoc v1.0.9 |
| 649 | 2025-09-17T21:22:39.775Z | Downloaded inout v0.1.3 |
| 650 | 2025-09-17T21:22:39.778Z | Downloaded lru v0.12.5 |
| 651 | 2025-09-17T21:22:39.784Z | Downloaded linked-hash-map v0.5.6 |
| 652 | 2025-09-17T21:22:39.784Z | Downloaded bcs v0.1.6 |
| 653 | 2025-09-17T21:22:39.787Z | Downloaded lockfree-object-pool v0.1.6 |
| 654 | 2025-09-17T21:22:39.802Z | Downloaded try-lock v0.2.5 |
| 655 | 2025-09-17T21:22:39.805Z | Downloaded slog-scope v4.4.0 |
| 656 | 2025-09-17T21:22:39.805Z | Downloaded r2d2 v0.8.10 |
| 657 | 2025-09-17T21:22:39.808Z | Downloaded progenitor-macro v0.11.0 |
| 658 | 2025-09-17T21:22:39.811Z | Downloaded semver v0.1.20 |
| 659 | 2025-09-17T21:22:39.811Z | Downloaded constant_time_eq v0.3.1 |
| 660 | 2025-09-17T21:22:39.814Z | Downloaded cargo_metadata v0.18.1 |
| 661 | 2025-09-17T21:22:39.817Z | Downloaded serde_with_macros v3.14.0 |
| 662 | 2025-09-17T21:22:39.820Z | Downloaded indicatif v0.17.11 |
| 663 | 2025-09-17T21:22:39.824Z | Downloaded crunchy v0.2.2 |
| 664 | 2025-09-17T21:22:39.827Z | Downloaded siphasher v0.3.11 |
| 665 | 2025-09-17T21:22:39.829Z | Downloaded simd-adler32 v0.3.7 |
| 666 | 2025-09-17T21:22:39.834Z | Downloaded tokio-macros v2.5.0 |
| 667 | 2025-09-17T21:22:39.834Z | Downloaded httparse v1.9.5 |
| 668 | 2025-09-17T21:22:39.837Z | Downloaded structmeta v0.3.0 |
| 669 | 2025-09-17T21:22:39.840Z | Downloaded lock_api v0.4.12 |
| 670 | 2025-09-17T21:22:39.840Z | Downloaded radium v0.7.0 |
| 671 | 2025-09-17T21:22:39.842Z | Downloaded libsw-core v0.3.1 |
| 672 | 2025-09-17T21:22:39.845Z | Downloaded libloading v0.8.5 |
| 673 | 2025-09-17T21:22:39.848Z | Downloaded tui-tree-widget v0.23.1 |
| 674 | 2025-09-17T21:22:39.848Z | Downloaded cookie v0.18.1 |
| 675 | 2025-09-17T21:22:39.853Z | Downloaded foreign-types v0.3.2 |
| 676 | 2025-09-17T21:22:39.857Z | Downloaded hashbrown v0.12.3 |
| 677 | 2025-09-17T21:22:39.859Z | Downloaded termios v0.3.3 |
| 678 | 2025-09-17T21:22:39.862Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 679 | 2025-09-17T21:22:39.862Z | Downloaded quinn-udp v0.5.5 |
| 680 | 2025-09-17T21:22:39.866Z | Downloaded proc-macro-error2 v2.0.1 |
| 681 | 2025-09-17T21:22:39.869Z | Downloaded fd-lock v4.0.2 |
| 682 | 2025-09-17T21:22:39.872Z | Downloaded subtle v2.6.1 |
| 683 | 2025-09-17T21:22:39.875Z | Downloaded newtype_derive v0.1.6 |
| 684 | 2025-09-17T21:22:39.879Z | Downloaded newline-converter v0.3.0 |
| 685 | 2025-09-17T21:22:39.879Z | Downloaded blake2 v0.10.6 |
| 686 | 2025-09-17T21:22:39.882Z | Downloaded opaque-debug v0.3.1 |
| 687 | 2025-09-17T21:22:39.885Z | Downloaded number_prefix v0.4.0 |
| 688 | 2025-09-17T21:22:39.885Z | Downloaded const-oid v0.9.6 |
| 689 | 2025-09-17T21:22:39.888Z | Downloaded tokio-tungstenite v0.21.0 |
| 690 | 2025-09-17T21:22:39.892Z | Downloaded cbc v0.1.2 |
| 691 | 2025-09-17T21:22:39.896Z | Downloaded multimap v0.10.1 |
| 692 | 2025-09-17T21:22:39.898Z | Downloaded litrs v0.4.1 |
| 693 | 2025-09-17T21:22:39.898Z | Downloaded itertools v0.10.5 |
| 694 | 2025-09-17T21:22:39.906Z | Downloaded fallible-iterator v0.2.0 |
| 695 | 2025-09-17T21:22:39.910Z | Downloaded base64 v0.13.1 |
| 696 | 2025-09-17T21:22:39.913Z | Downloaded daft v0.1.4 |
| 697 | 2025-09-17T21:22:39.916Z | Downloaded value-bag v1.9.0 |
| 698 | 2025-09-17T21:22:39.920Z | Downloaded peg-runtime v0.8.5 |
| 699 | 2025-09-17T21:22:39.923Z | Downloaded managed v0.8.0 |
| 700 | 2025-09-17T21:22:39.926Z | Downloaded lzss v0.8.2 |
| 701 | 2025-09-17T21:22:39.929Z | Downloaded difflib v0.4.0 |
| 702 | 2025-09-17T21:22:39.933Z | Downloaded newtype-uuid v1.2.4 |
| 703 | 2025-09-17T21:22:39.933Z | Downloaded debug-ignore v1.0.5 |
| 704 | 2025-09-17T21:22:39.936Z | Downloaded data-encoding v2.9.0 |
| 705 | 2025-09-17T21:22:39.940Z | Downloaded num_enum_derive v0.5.11 |
| 706 | 2025-09-17T21:22:39.940Z | Downloaded num_enum v0.5.11 |
| 707 | 2025-09-17T21:22:39.944Z | Downloaded olpc-cjson v0.1.4 |
| 708 | 2025-09-17T21:22:39.947Z | Downloaded similar v2.7.0 |
| 709 | 2025-09-17T21:22:39.952Z | Downloaded tabled_derive v0.11.0 |
| 710 | 2025-09-17T21:22:39.955Z | Downloaded num_threads v0.1.7 |
| 711 | 2025-09-17T21:22:39.958Z | Downloaded defmt-macros v0.3.9 |
| 712 | 2025-09-17T21:22:39.961Z | Downloaded phf_shared v0.12.1 |
| 713 | 2025-09-17T21:22:39.962Z | Downloaded num-iter v0.1.45 |
| 714 | 2025-09-17T21:22:39.965Z | Downloaded native-tls v0.2.12 |
| 715 | 2025-09-17T21:22:39.972Z | Downloaded vergen v8.3.2 |
| 716 | 2025-09-17T21:22:39.975Z | Downloaded sync_wrapper v1.0.1 |
| 717 | 2025-09-17T21:22:39.975Z | Downloaded want v0.3.1 |
| 718 | 2025-09-17T21:22:39.975Z | Downloaded rfc6979 v0.4.0 |
| 719 | 2025-09-17T21:22:39.975Z | Downloaded sync-ptr v0.1.4 |
| 720 | 2025-09-17T21:22:39.978Z | Downloaded phf v0.12.1 |
| 721 | 2025-09-17T21:22:39.981Z | Downloaded resolv-conf v0.7.0 |
| 722 | 2025-09-17T21:22:39.981Z | Downloaded serde_path_to_error v0.1.17 |
| 723 | 2025-09-17T21:22:39.985Z | Downloaded uzers v0.12.1 |
| 724 | 2025-09-17T21:22:39.988Z | Downloaded slog-dtrace v0.3.0 |
| 725 | 2025-09-17T21:22:39.991Z | Downloaded vte_generate_state_changes v0.1.2 |
| 726 | 2025-09-17T21:22:39.991Z | Downloaded peg v0.8.5 |
| 727 | 2025-09-17T21:22:39.994Z | Downloaded zone_cfg_derive v0.1.2 |
| 728 | 2025-09-17T21:22:39.997Z | Downloaded strum v0.27.2 |
| 729 | 2025-09-17T21:22:39.997Z | Downloaded shell-words v1.1.0 |
| 730 | 2025-09-17T21:22:40.001Z | Downloaded scrypt v0.11.0 |
| 731 | 2025-09-17T21:22:40.004Z | Downloaded scopeguard v1.2.0 |
| 732 | 2025-09-17T21:22:40.004Z | Downloaded shlex v1.3.0 |
| 733 | 2025-09-17T21:22:40.007Z | Downloaded env_logger v0.11.5 |
| 734 | 2025-09-17T21:22:40.010Z | Downloaded derive_builder_macro v0.20.2 |
| 735 | 2025-09-17T21:22:40.013Z | Downloaded hickory-resolver v0.24.4 |
| 736 | 2025-09-17T21:22:40.015Z | Downloaded pem-rfc7468 v0.7.0 |
| 737 | 2025-09-17T21:22:40.018Z | Downloaded fatfs v0.3.6 |
| 738 | 2025-09-17T21:22:40.022Z | Downloaded num v0.4.3 |
| 739 | 2025-09-17T21:22:40.025Z | Downloaded normalize-line-endings v0.3.0 |
| 740 | 2025-09-17T21:22:40.025Z | Downloaded snafu v0.8.5 |
| 741 | 2025-09-17T21:22:40.032Z | Downloaded unicase v2.7.0 |
| 742 | 2025-09-17T21:22:40.035Z | Downloaded ssh-encoding v0.2.0 |
| 743 | 2025-09-17T21:22:40.038Z | Downloaded md5 v0.7.0 |
| 744 | 2025-09-17T21:22:40.041Z | Downloaded tabled_derive v0.10.0 |
| 745 | 2025-09-17T21:22:40.041Z | Downloaded serde_derive_internals v0.29.1 |
| 746 | 2025-09-17T21:22:40.044Z | Downloaded parse-size v1.1.0 |
| 747 | 2025-09-17T21:22:40.047Z | Downloaded quinn v0.11.5 |
| 748 | 2025-09-17T21:22:40.050Z | Downloaded num-integer v0.1.46 |
| 749 | 2025-09-17T21:22:40.053Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 750 | 2025-09-17T21:22:40.056Z | Downloaded peg-macros v0.8.5 |
| 751 | 2025-09-17T21:22:40.056Z | Downloaded tagptr v0.2.0 |
| 752 | 2025-09-17T21:22:40.059Z | Downloaded derive_more v2.0.1 |
| 753 | 2025-09-17T21:22:40.068Z | Downloaded progenitor v0.9.1 |
| 754 | 2025-09-17T21:22:40.071Z | Downloaded futures-task v0.3.31 |
| 755 | 2025-09-17T21:22:40.074Z | Downloaded foreign-types-macros v0.2.3 |
| 756 | 2025-09-17T21:22:40.077Z | Downloaded ctr v0.9.2 |
| 757 | 2025-09-17T21:22:40.077Z | Downloaded fs_extra v1.3.0 |
| 758 | 2025-09-17T21:22:40.080Z | Downloaded serde_repr v0.1.19 |
| 759 | 2025-09-17T21:22:40.083Z | Downloaded serde_plain v1.0.2 |
| 760 | 2025-09-17T21:22:40.086Z | Downloaded typify v0.2.0 |
| 761 | 2025-09-17T21:22:40.089Z | Downloaded miniz_oxide v0.8.5 |
| 762 | 2025-09-17T21:22:40.092Z | Downloaded ron v0.7.1 |
| 763 | 2025-09-17T21:22:40.096Z | Downloaded env_filter v0.1.2 |
| 764 | 2025-09-17T21:22:40.099Z | Downloaded powerfmt v0.2.0 |
| 765 | 2025-09-17T21:22:40.102Z | Downloaded paste v1.0.15 |
| 766 | 2025-09-17T21:22:40.105Z | Downloaded tinyvec_macros v0.1.1 |
| 767 | 2025-09-17T21:22:40.109Z | Downloaded strum v0.26.3 |
| 768 | 2025-09-17T21:22:40.109Z | Downloaded futures-executor v0.3.31 |
| 769 | 2025-09-17T21:22:40.112Z | Downloaded structmeta-derive v0.3.0 |
| 770 | 2025-09-17T21:22:40.112Z | Downloaded quick-error v1.2.3 |
| 771 | 2025-09-17T21:22:40.115Z | Downloaded ref-cast v1.0.24 |
| 772 | 2025-09-17T21:22:40.118Z | Downloaded hickory-server v0.25.2 |
| 773 | 2025-09-17T21:22:40.123Z | Downloaded des v0.8.1 |
| 774 | 2025-09-17T21:22:40.126Z | Downloaded derive_builder v0.20.2 |
| 775 | 2025-09-17T21:22:40.132Z | Downloaded endian-type v0.1.2 |
| 776 | 2025-09-17T21:22:40.136Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 777 | 2025-09-17T21:22:40.136Z | Downloaded topological-sort v0.2.2 |
| 778 | 2025-09-17T21:22:40.139Z | Downloaded progenitor v0.11.0 |
| 779 | 2025-09-17T21:22:40.139Z | Downloaded xshell v0.2.7 |
| 780 | 2025-09-17T21:22:40.141Z | Downloaded signal-hook v0.3.18 |
| 781 | 2025-09-17T21:22:40.145Z | Downloaded support-bundle-viewer v0.1.2 |
| 782 | 2025-09-17T21:22:40.151Z | Downloaded slab v0.4.9 |
| 783 | 2025-09-17T21:22:40.155Z | Downloaded siphasher v1.0.1 |
| 784 | 2025-09-17T21:22:40.155Z | Downloaded nu-ansi-term v0.50.1 |
| 785 | 2025-09-17T21:22:40.159Z | Downloaded openssl-macros v0.1.1 |
| 786 | 2025-09-17T21:22:40.159Z | Downloaded waitgroup v0.1.2 |
| 787 | 2025-09-17T21:22:40.159Z | Downloaded utf-8 v0.7.6 |
| 788 | 2025-09-17T21:22:40.162Z | Downloaded typify-macro v0.3.0 |
| 789 | 2025-09-17T21:22:40.162Z | Downloaded strum_macros v0.24.3 |
| 790 | 2025-09-17T21:22:40.165Z | Downloaded packed_struct_codegen v0.10.1 |
| 791 | 2025-09-17T21:22:40.167Z | Downloaded wait-timeout v0.2.0 |
| 792 | 2025-09-17T21:22:40.170Z | Downloaded tiny-keccak v2.0.2 |
| 793 | 2025-09-17T21:22:40.175Z | Downloaded toml v0.7.8 |
| 794 | 2025-09-17T21:22:40.178Z | Downloaded h2 v0.4.6 |
| 795 | 2025-09-17T21:22:40.183Z | Downloaded rustls-pemfile v1.0.4 |
| 796 | 2025-09-17T21:22:40.186Z | Downloaded progenitor v0.10.0 |
| 797 | 2025-09-17T21:22:40.189Z | Downloaded zeroize v1.8.1 |
| 798 | 2025-09-17T21:22:40.192Z | Downloaded tracing-core v0.1.32 |
| 799 | 2025-09-17T21:22:40.195Z | Downloaded ghash v0.5.1 |
| 800 | 2025-09-17T21:22:40.198Z | Downloaded ff v0.13.0 |
| 801 | 2025-09-17T21:22:40.201Z | Downloaded nibble_vec v0.1.0 |
| 802 | 2025-09-17T21:22:40.201Z | Downloaded futures-sink v0.3.31 |
| 803 | 2025-09-17T21:22:40.204Z | Downloaded enum-as-inner v0.6.1 |
| 804 | 2025-09-17T21:22:40.204Z | Downloaded strum_macros v0.26.4 |
| 805 | 2025-09-17T21:22:40.207Z | Downloaded zerocopy v0.6.6 |
| 806 | 2025-09-17T21:22:40.210Z | Downloaded diesel-dtrace v0.4.2 |
| 807 | 2025-09-17T21:22:40.213Z | Downloaded foreign-types-shared v0.3.1 |
| 808 | 2025-09-17T21:22:40.217Z | Downloaded time-core v0.1.2 |
| 809 | 2025-09-17T21:22:40.217Z | Downloaded aho-corasick v1.1.3 |
| 810 | 2025-09-17T21:22:40.222Z | Downloaded darling_macro v0.21.0 |
| 811 | 2025-09-17T21:22:40.225Z | Downloaded toml_writer v1.0.2 |
| 812 | 2025-09-17T21:22:40.228Z | Downloaded hickory-proto v0.24.4 |
| 813 | 2025-09-17T21:22:40.242Z | Downloaded foreign-types-shared v0.1.1 |
| 814 | 2025-09-17T21:22:40.245Z | Downloaded rtoolbox v0.0.2 |
| 815 | 2025-09-17T21:22:40.245Z | Downloaded pkg-config v0.3.31 |
| 816 | 2025-09-17T21:22:40.248Z | Downloaded p256 v0.13.2 |
| 817 | 2025-09-17T21:22:40.251Z | Downloaded path-slash v0.1.5 |
| 818 | 2025-09-17T21:22:40.254Z | Downloaded defmt-parser v0.3.4 |
| 819 | 2025-09-17T21:22:40.254Z | Downloaded slog-json v2.6.1 |
| 820 | 2025-09-17T21:22:40.257Z | Downloaded signal-hook-tokio v0.3.1 |
| 821 | 2025-09-17T21:22:40.261Z | Downloaded slog-bunyan v2.5.0 |
| 822 | 2025-09-17T21:22:40.261Z | Downloaded slog-async v2.8.0 |
| 823 | 2025-09-17T21:22:40.264Z | Downloaded yasna v0.5.2 |
| 824 | 2025-09-17T21:22:40.267Z | Downloaded supports-color v3.0.2 |
| 825 | 2025-09-17T21:22:40.267Z | Downloaded string_cache v0.8.9 |
| 826 | 2025-09-17T21:22:40.270Z | Downloaded expectorate v1.2.0 |
| 827 | 2025-09-17T21:22:40.273Z | Downloaded publicsuffix v2.3.0 |
| 828 | 2025-09-17T21:22:40.276Z | Downloaded hyper v1.7.0 |
| 829 | 2025-09-17T21:22:40.282Z | Downloaded fxhash v0.2.1 |
| 830 | 2025-09-17T21:22:40.285Z | Downloaded russh-cryptovec v0.7.3 |
| 831 | 2025-09-17T21:22:40.287Z | Downloaded parking_lot v0.11.2 |
| 832 | 2025-09-17T21:22:40.287Z | Downloaded spin v0.9.8 |
| 833 | 2025-09-17T21:22:40.290Z | Downloaded foreign-types v0.5.0 |
| 834 | 2025-09-17T21:22:40.294Z | Downloaded tokio-native-tls v0.3.1 |
| 835 | 2025-09-17T21:22:40.297Z | Downloaded tls_codec v0.4.1 |
| 836 | 2025-09-17T21:22:40.300Z | Downloaded futures-macro v0.3.31 |
| 837 | 2025-09-17T21:22:40.300Z | Downloaded oso-derive v0.27.3 |
| 838 | 2025-09-17T21:22:40.302Z | Downloaded openssl-probe v0.1.5 |
| 839 | 2025-09-17T21:22:40.302Z | Downloaded pkcs8 v0.10.2 |
| 840 | 2025-09-17T21:22:40.305Z | Downloaded pretty-hex v0.2.1 |
| 841 | 2025-09-17T21:22:40.308Z | Downloaded num-complex v0.4.6 |
| 842 | 2025-09-17T21:22:40.311Z | Downloaded aws-lc-rs v1.12.4 |
| 843 | 2025-09-17T21:22:40.319Z | Downloaded signal-hook-registry v1.4.2 |
| 844 | 2025-09-17T21:22:40.322Z | Downloaded unicode-truncate v1.1.0 |
| 845 | 2025-09-17T21:22:40.325Z | Downloaded stringprep v0.1.5 |
| 846 | 2025-09-17T21:22:40.325Z | Downloaded sha1 v0.10.6 |
| 847 | 2025-09-17T21:22:40.328Z | Downloaded testing_table v0.3.0 |
| 848 | 2025-09-17T21:22:40.331Z | Downloaded serde_urlencoded v0.7.1 |
| 849 | 2025-09-17T21:22:40.331Z | Downloaded serde_spanned v1.0.0 |
| 850 | 2025-09-17T21:22:40.333Z | Downloaded typify-macro v0.4.3 |
| 851 | 2025-09-17T21:22:40.336Z | Downloaded rcgen v0.12.1 |
| 852 | 2025-09-17T21:22:40.339Z | Downloaded csv-core v0.1.11 |
| 853 | 2025-09-17T21:22:40.342Z | Downloaded pin-utils v0.1.0 |
| 854 | 2025-09-17T21:22:40.342Z | Downloaded futures-io v0.3.31 |
| 855 | 2025-09-17T21:22:40.345Z | Downloaded pbkdf2 v0.12.2 |
| 856 | 2025-09-17T21:22:40.348Z | Downloaded pbkdf2 v0.11.0 |
| 857 | 2025-09-17T21:22:40.352Z | Downloaded foldhash v0.2.0 |
| 858 | 2025-09-17T21:22:40.352Z | Downloaded foldhash v0.1.5 |
| 859 | 2025-09-17T21:22:40.355Z | Downloaded cstr-argument v0.1.2 |
| 860 | 2025-09-17T21:22:40.355Z | Downloaded bindgen v0.71.1 |
| 861 | 2025-09-17T21:22:40.362Z | Downloaded primeorder v0.13.6 |
| 862 | 2025-09-17T21:22:40.366Z | Downloaded ed25519 v2.2.3 |
| 863 | 2025-09-17T21:22:40.369Z | Downloaded rand_xorshift v0.4.0 |
| 864 | 2025-09-17T21:22:40.369Z | Downloaded wyz v0.5.1 |
| 865 | 2025-09-17T21:22:40.374Z | Downloaded secrecy v0.8.0 |
| 866 | 2025-09-17T21:22:40.374Z | Downloaded pin-project-lite v0.2.14 |
| 867 | 2025-09-17T21:22:40.383Z | Downloaded dunce v1.0.5 |
| 868 | 2025-09-17T21:22:40.387Z | Downloaded which v4.4.2 |
| 869 | 2025-09-17T21:22:40.387Z | Downloaded predicates-core v1.0.8 |
| 870 | 2025-09-17T21:22:40.387Z | Downloaded futures-core v0.3.31 |
| 871 | 2025-09-17T21:22:40.387Z | Downloaded toml_datetime v0.7.0 |
| 872 | 2025-09-17T21:22:40.393Z | Downloaded salsa20 v0.10.2 |
| 873 | 2025-09-17T21:22:40.396Z | Downloaded void v1.0.2 |
| 874 | 2025-09-17T21:22:40.396Z | Downloaded progenitor-client v0.9.1 |
| 875 | 2025-09-17T21:22:40.396Z | Downloaded parking_lot_core v0.9.10 |
| 876 | 2025-09-17T21:22:40.396Z | Downloaded vsss-rs v3.3.4 |
| 877 | 2025-09-17T21:22:40.400Z | Downloaded dyn-clone v1.0.20 |
| 878 | 2025-09-17T21:22:40.403Z | Downloaded num-conv v0.1.0 |
| 879 | 2025-09-17T21:22:40.407Z | Downloaded termtree v0.5.1 |
| 880 | 2025-09-17T21:22:40.407Z | Downloaded termcolor v1.4.1 |
| 881 | 2025-09-17T21:22:40.410Z | Downloaded slog v2.7.0 |
| 882 | 2025-09-17T21:22:40.413Z | Downloaded rand v0.9.2 |
| 883 | 2025-09-17T21:22:40.417Z | Downloaded ron v0.8.1 |
| 884 | 2025-09-17T21:22:40.422Z | Downloaded tower-http v0.6.6 |
| 885 | 2025-09-17T21:22:40.431Z | Downloaded filetime v0.2.25 |
| 886 | 2025-09-17T21:22:40.433Z | Downloaded darling v0.20.10 |
| 887 | 2025-09-17T21:22:40.438Z | Downloaded psl-types v2.0.11 |
| 888 | 2025-09-17T21:22:40.441Z | Downloaded winnow v0.6.26 |
| 889 | 2025-09-17T21:22:40.450Z | Downloaded tracing-attributes v0.1.27 |
| 890 | 2025-09-17T21:22:40.453Z | Downloaded take_mut v0.2.2 |
| 891 | 2025-09-17T21:22:40.456Z | Downloaded papergrid v0.17.0 |
| 892 | 2025-09-17T21:22:40.459Z | Downloaded oxide-tokio-rt v0.1.2 |
| 893 | 2025-09-17T21:22:40.463Z | Downloaded untrusted v0.9.0 |
| 894 | 2025-09-17T21:22:40.467Z | Downloaded blake3 v1.5.4 |
| 895 | 2025-09-17T21:22:40.471Z | Downloaded match_cfg v0.1.0 |
| 896 | 2025-09-17T21:22:40.474Z | Downloaded postcard v1.0.10 |
| 897 | 2025-09-17T21:22:40.477Z | Downloaded oso v0.27.3 |
| 898 | 2025-09-17T21:22:40.480Z | Downloaded float-cmp v0.10.0 |
| 899 | 2025-09-17T21:22:40.480Z | Downloaded ssh-cipher v0.2.0 |
| 900 | 2025-09-17T21:22:40.483Z | Downloaded progenitor-client v0.8.0 |
| 901 | 2025-09-17T21:22:40.483Z | Downloaded smf v0.2.3 |
| 902 | 2025-09-17T21:22:40.487Z | Downloaded sec1 v0.7.3 |
| 903 | 2025-09-17T21:22:40.487Z | Downloaded term v0.7.0 |
| 904 | 2025-09-17T21:22:40.490Z | Downloaded smallvec v0.6.14 |
| 905 | 2025-09-17T21:22:40.493Z | Downloaded rand_seeder v0.4.0 |
| 906 | 2025-09-17T21:22:40.499Z | Downloaded getrandom v0.2.15 |
| 907 | 2025-09-17T21:22:40.502Z | Downloaded zstd-safe v7.2.3 |
| 908 | 2025-09-17T21:22:40.502Z | Downloaded zstd v0.13.3 |
| 909 | 2025-09-17T21:22:40.505Z | Downloaded tower-service v0.3.3 |
| 910 | 2025-09-17T21:22:40.505Z | Downloaded tower-layer v0.3.3 |
| 911 | 2025-09-17T21:22:40.505Z | Downloaded unicode-normalization v0.1.24 |
| 912 | 2025-09-17T21:22:40.509Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 913 | 2025-09-17T21:22:40.512Z | Downloaded whoami v1.5.2 |
| 914 | 2025-09-17T21:22:40.515Z | Downloaded rustls-native-certs v0.8.1 |
| 915 | 2025-09-17T21:22:40.518Z | Downloaded ena v0.14.3 |
| 916 | 2025-09-17T21:22:40.518Z | Downloaded zone v0.1.8 |
| 917 | 2025-09-17T21:22:40.521Z | Downloaded either v1.15.0 |
| 918 | 2025-09-17T21:22:40.521Z | Downloaded packed_struct v0.10.1 |
| 919 | 2025-09-17T21:22:40.550Z | Downloaded xshell-macros v0.2.7 |
| 920 | 2025-09-17T21:22:40.550Z | Downloaded unsafe-libyaml v0.2.11 |
| 921 | 2025-09-17T21:22:40.556Z | Downloaded slog-term v2.9.2 |
| 922 | 2025-09-17T21:22:40.557Z | Downloaded maplit v1.0.2 |
| 923 | 2025-09-17T21:22:40.557Z | Downloaded mime v0.3.17 |
| 924 | 2025-09-17T21:22:40.557Z | Downloaded proc-macro-crate v1.3.1 |
| 925 | 2025-09-17T21:22:40.557Z | Downloaded prefix-trie v0.7.0 |
| 926 | 2025-09-17T21:22:40.557Z | Downloaded term v1.1.0 |
| 927 | 2025-09-17T21:22:40.557Z | Downloaded progenitor-macro v0.8.0 |
| 928 | 2025-09-17T21:22:40.557Z | Downloaded memmap2 v0.9.5 |
| 929 | 2025-09-17T21:22:40.557Z | Downloaded rustc-demangle v0.1.24 |
| 930 | 2025-09-17T21:22:40.557Z | Downloaded test-strategy v0.4.3 |
| 931 | 2025-09-17T21:22:40.557Z | Downloaded vte v0.11.1 |
| 932 | 2025-09-17T21:22:40.557Z | Downloaded lalrpop v0.19.12 |
| 933 | 2025-09-17T21:22:40.563Z | Downloaded unit-prefix v0.5.1 |
| 934 | 2025-09-17T21:22:40.566Z | Downloaded darling v0.21.0 |
| 935 | 2025-09-17T21:22:40.570Z | Downloaded progenitor-macro v0.9.1 |
| 936 | 2025-09-17T21:22:40.574Z | Downloaded zip v4.2.0 |
| 937 | 2025-09-17T21:22:40.577Z | Downloaded daft-derive v0.1.4 |
| 938 | 2025-09-17T21:22:40.581Z | Downloaded postgres-types v0.2.9 |
| 939 | 2025-09-17T21:22:40.584Z | Downloaded darling_core v0.21.0 |
| 940 | 2025-09-17T21:22:40.588Z | Downloaded openssl-sys v0.9.109 |
| 941 | 2025-09-17T21:22:40.594Z | Downloaded p521 v0.13.3 |
| 942 | 2025-09-17T21:22:40.599Z | Downloaded postgres-protocol v0.6.8 |
| 943 | 2025-09-17T21:22:40.602Z | Downloaded parking_lot v0.12.3 |
| 944 | 2025-09-17T21:22:40.605Z | Downloaded pretty_assertions v1.4.1 |
| 945 | 2025-09-17T21:22:40.609Z | Downloaded crypto-bigint v0.5.5 |
| 946 | 2025-09-17T21:22:40.613Z | Downloaded tokio-postgres v0.7.13 |
| 947 | 2025-09-17T21:22:40.617Z | Downloaded socket2 v0.6.0 |
| 948 | 2025-09-17T21:22:40.620Z | Downloaded rand v0.8.5 |
| 949 | 2025-09-17T21:22:40.625Z | Downloaded ed25519-dalek v2.1.1 |
| 950 | 2025-09-17T21:22:40.628Z | Downloaded tungstenite v0.23.0 |
| 951 | 2025-09-17T21:22:40.633Z | Downloaded nom v7.1.3 |
| 952 | 2025-09-17T21:22:40.636Z | Downloaded progenitor-impl v0.10.0 |
| 953 | 2025-09-17T21:22:40.639Z | Downloaded bindgen v0.69.5 |
| 954 | 2025-09-17T21:22:40.646Z | Downloaded minimal-lexical v0.2.1 |
| 955 | 2025-09-17T21:22:40.651Z | Downloaded rustls-webpki v0.101.7 |
| 956 | 2025-09-17T21:22:40.666Z | Downloaded tough v0.20.0 |
| 957 | 2025-09-17T21:22:40.675Z | Downloaded radix_trie v0.2.1 |
| 958 | 2025-09-17T21:22:40.679Z | Downloaded reedline v0.40.0 |
| 959 | 2025-09-17T21:22:40.687Z | Downloaded elliptic-curve v0.13.8 |
| 960 | 2025-09-17T21:22:40.691Z | Downloaded flate2 v1.1.2 |
| 961 | 2025-09-17T21:22:40.696Z | Downloaded unicode_categories v0.1.1 |
| 962 | 2025-09-17T21:22:40.703Z | Downloaded tracing v0.1.40 |
| 963 | 2025-09-17T21:22:40.706Z | Downloaded yansi v1.0.1 |
| 964 | 2025-09-17T21:22:40.706Z | Downloaded typed-path v0.9.3 |
| 965 | 2025-09-17T21:22:40.712Z | Downloaded zlib-rs v0.5.1 |
| 966 | 2025-09-17T21:22:40.717Z | Downloaded petname v2.0.2 |
| 967 | 2025-09-17T21:22:40.722Z | Downloaded vcpkg v0.2.15 |
| 968 | 2025-09-17T21:22:40.760Z | Downloaded russh v0.45.0 |
| 969 | 2025-09-17T21:22:40.765Z | Downloaded num-bigint-dig v0.8.4 |
| 970 | 2025-09-17T21:22:40.770Z | Downloaded toml_edit v0.19.15 |
| 971 | 2025-09-17T21:22:40.787Z | Downloaded steno v0.4.1 |
| 972 | 2025-09-17T21:22:40.791Z | Downloaded serde_with v3.14.0 |
| 973 | 2025-09-17T21:22:40.802Z | Downloaded winnow v0.5.40 |
| 974 | 2025-09-17T21:22:40.811Z | Downloaded rayon v1.10.0 |
| 975 | 2025-09-17T21:22:40.821Z | Downloaded zerocopy v0.8.26 |
| 976 | 2025-09-17T21:22:40.843Z | Downloaded tabled v0.18.0 |
| 977 | 2025-09-17T21:22:40.859Z | Downloaded gimli v0.31.1 |
| 978 | 2025-09-17T21:22:40.866Z | Downloaded webpki-roots v1.0.1 |
| 979 | 2025-09-17T21:22:40.870Z | Downloaded sqlparser v0.45.0 |
| 980 | 2025-09-17T21:22:40.876Z | Downloaded hickory-proto v0.25.2 |
| 981 | 2025-09-17T21:22:40.892Z | Downloaded moka v0.12.10 |
| 982 | 2025-09-17T21:22:40.903Z | Downloaded curve25519-dalek v4.1.3 |
| 983 | 2025-09-17T21:22:40.911Z | Downloaded regress v0.10.4 |
| 984 | 2025-09-17T21:22:40.921Z | Downloaded smoltcp v0.11.0 |
| 985 | 2025-09-17T21:22:40.933Z | Downloaded rustls-webpki v0.102.8 |
| 986 | 2025-09-17T21:22:40.952Z | Downloaded polar-core v0.27.3 |
| 987 | 2025-09-17T21:22:40.960Z | Downloaded regex-syntax v0.6.29 |
| 988 | 2025-09-17T21:22:40.967Z | Downloaded proptest v1.7.0 |
| 989 | 2025-09-17T21:22:40.977Z | Downloaded bstr v1.10.0 |
| 990 | 2025-09-17T21:22:40.987Z | Downloaded openssl v0.10.73 |
| 991 | 2025-09-17T21:22:40.997Z | Downloaded regex-syntax v0.8.5 |
| 992 | 2025-09-17T21:22:41.004Z | Downloaded nix v0.27.1 |
| 993 | 2025-09-17T21:22:41.014Z | Downloaded rustls v0.21.12 |
| 994 | 2025-09-17T21:22:41.026Z | Downloaded dropshot v0.16.4 |
| 995 | 2025-09-17T21:22:41.046Z | Downloaded nix v0.29.0 |
| 996 | 2025-09-17T21:22:41.058Z | Downloaded typify-impl v0.4.3 |
| 997 | 2025-09-17T21:22:41.071Z | Downloaded nix v0.28.0 |
| 998 | 2025-09-17T21:22:41.081Z | Downloaded nix v0.30.1 |
| 999 | 2025-09-17T21:22:41.093Z | Downloaded rustls v0.23.19 |
| 1000 | 2025-09-17T21:22:41.104Z | Downloaded openapiv3 v2.2.0 |
| 1001 | 2025-09-17T21:22:41.116Z | Downloaded rustls v0.22.4 |
| 1002 | 2025-09-17T21:22:41.127Z | Downloaded typify-impl v0.2.0 |
| 1003 | 2025-09-17T21:22:41.141Z | Downloaded sled v0.34.7 |
| 1004 | 2025-09-17T21:22:41.149Z | Downloaded diesel v2.2.12 |
| 1005 | 2025-09-17T21:22:41.168Z | Downloaded typify-impl v0.3.0 |
| 1006 | 2025-09-17T21:22:41.183Z | Downloaded object v0.36.5 |
| 1007 | 2025-09-17T21:22:41.190Z | Downloaded salty v0.3.0 |
| 1008 | 2025-09-17T21:22:41.197Z | Downloaded object v0.30.4 |
| 1009 | 2025-09-17T21:22:41.206Z | Downloaded zerocopy-derive v0.6.6 |
| 1010 | 2025-09-17T21:22:41.216Z | Downloaded smoltcp v0.9.1 |
| 1011 | 2025-09-17T21:22:41.227Z | Downloaded p384 v0.13.0 |
| 1012 | 2025-09-17T21:22:41.231Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1013 | 2025-09-17T21:22:41.242Z | Downloaded ratatui v0.29.0 |
| 1014 | 2025-09-17T21:22:41.261Z | Downloaded jiff v0.2.15 |
| 1015 | 2025-09-17T21:22:41.276Z | Downloaded regex-automata v0.4.8 |
| 1016 | 2025-09-17T21:22:41.291Z | Downloaded petgraph v0.6.5 |
| 1017 | 2025-09-17T21:22:41.307Z | Downloaded lzma-sys v0.1.20 |
| 1018 | 2025-09-17T21:22:41.333Z | Downloaded tabled v0.20.0 |
| 1019 | 2025-09-17T21:22:41.348Z | Downloaded regex v1.11.1 |
| 1020 | 2025-09-17T21:22:41.361Z | Downloaded petgraph v0.8.2 |
| 1021 | 2025-09-17T21:22:41.379Z | Downloaded libz-sys v1.1.20 |
| 1022 | 2025-09-17T21:22:41.396Z | Downloaded chrono-tz v0.10.4 |
| 1023 | 2025-09-17T21:22:41.412Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 1024 | 2025-09-17T21:22:41.427Z | Downloaded rustyline v14.0.0 |
| 1025 | 2025-09-17T21:22:41.433Z | Downloaded portable-atomic v1.11.0 |
| 1026 | 2025-09-17T21:22:41.438Z | Downloaded sha3 v0.10.8 |
| 1027 | 2025-09-17T21:22:41.443Z | Downloaded chrono v0.4.41 |
| 1028 | 2025-09-17T21:22:41.448Z | Downloaded tokio v1.47.0 |
| 1029 | 2025-09-17T21:22:41.482Z | Downloaded x509-cert v0.2.5 |
| 1030 | 2025-09-17T21:22:41.487Z | Downloaded time v0.3.36 |
| 1031 | 2025-09-17T21:22:41.493Z | Downloaded git2 v0.19.0 |
| 1032 | 2025-09-17T21:22:41.500Z | Downloaded bitvec v1.0.1 |
| 1033 | 2025-09-17T21:22:41.513Z | Downloaded futures-util v0.3.31 |
| 1034 | 2025-09-17T21:22:41.523Z | Downloaded reqwest v0.12.22 |
| 1035 | 2025-09-17T21:22:41.530Z | Downloaded quinn-proto v0.11.8 |
| 1036 | 2025-09-17T21:22:41.535Z | Downloaded samael v0.0.19 |
| 1037 | 2025-09-17T21:22:41.541Z | Downloaded csv v1.3.1 |
| 1038 | 2025-09-17T21:22:41.562Z | Downloaded quick-xml v0.37.2 |
| 1039 | 2025-09-17T21:22:41.566Z | Downloaded flume v0.11.1 |
| 1040 | 2025-09-17T21:22:41.570Z | Downloaded mio v1.0.2 |
| 1041 | 2025-09-17T21:22:41.573Z | Downloaded der v0.7.9 |
| 1042 | 2025-09-17T21:22:41.576Z | Downloaded tokio-util v0.7.15 |
| 1043 | 2025-09-17T21:22:41.583Z | Downloaded sct v0.7.1 |
| 1044 | 2025-09-17T21:22:41.592Z | Downloaded mime_guess v2.0.5 |
| 1045 | 2025-09-17T21:22:41.592Z | Downloaded parking_lot_core v0.8.6 |
| 1046 | 2025-09-17T21:22:41.594Z | Downloaded twox-hash v2.1.0 |
| 1047 | 2025-09-17T21:22:41.594Z | Downloaded russh-keys v0.45.0 |
| 1048 | 2025-09-17T21:22:41.594Z | Downloaded float-ord v0.3.2 |
| 1049 | 2025-09-17T21:22:41.595Z | Downloaded tap v1.0.1 |
| 1050 | 2025-09-17T21:22:41.595Z | Downloaded sqlformat v0.3.5 |
| 1051 | 2025-09-17T21:22:41.595Z | Downloaded zerocopy-derive v0.8.26 |
| 1052 | 2025-09-17T21:22:41.600Z | Downloaded crossterm v0.29.0 |
| 1053 | 2025-09-17T21:22:41.607Z | Downloaded untrusted v0.7.1 |
| 1054 | 2025-09-17T21:22:41.610Z | Downloaded slog-stdlog v4.1.1 |
| 1055 | 2025-09-17T21:22:41.610Z | Downloaded oxnet v0.1.3 |
| 1056 | 2025-09-17T21:22:41.613Z | Downloaded dropshot_endpoint v0.16.4 |
| 1057 | 2025-09-17T21:22:41.621Z | Downloaded qorb v0.4.1 |
| 1058 | 2025-09-17T21:22:41.624Z | Downloaded papergrid v0.14.0 |
| 1059 | 2025-09-17T21:22:41.624Z | Downloaded typify v0.4.3 |
| 1060 | 2025-09-17T21:22:41.627Z | Downloaded num-derive v0.3.3 |
| 1061 | 2025-09-17T21:22:41.627Z | Downloaded gethostname v0.5.0 |
| 1062 | 2025-09-17T21:22:41.629Z | Downloaded tokio-tungstenite v0.23.1 |
| 1063 | 2025-09-17T21:22:41.632Z | Downloaded tokio-rustls v0.26.0 |
| 1064 | 2025-09-17T21:22:41.632Z | Downloaded tokio-rustls v0.25.0 |
| 1065 | 2025-09-17T21:22:41.635Z | Downloaded serde_cbor v0.11.2 |
| 1066 | 2025-09-17T21:22:41.638Z | Downloaded rayon-core v1.12.1 |
| 1067 | 2025-09-17T21:22:41.641Z | Downloaded hkdf v0.12.4 |
| 1068 | 2025-09-17T21:22:41.644Z | Downloaded encoding_rs v0.8.34 |
| 1069 | 2025-09-17T21:22:41.663Z | Downloaded ring v0.17.14 |
| 1070 | 2025-09-17T21:22:41.698Z | Downloaded diesel_derives v2.2.3 |
| 1071 | 2025-09-17T21:22:41.701Z | Downloaded dsl_auto_type v0.1.2 |
| 1072 | 2025-09-17T21:22:41.717Z | Downloaded ecdsa v0.16.9 |
| 1073 | 2025-09-17T21:22:41.717Z | Downloaded ssh-key v0.6.6 |
| 1074 | 2025-09-17T21:22:41.721Z | Downloaded pkcs5 v0.7.1 |
| 1075 | 2025-09-17T21:22:41.721Z | Downloaded num-bigint v0.4.6 |
| 1076 | 2025-09-17T21:22:41.721Z | Downloaded pin-project-internal v1.1.6 |
| 1077 | 2025-09-17T21:22:41.721Z | Downloaded unicode-segmentation v1.12.0 |
| 1078 | 2025-09-17T21:22:41.724Z | Downloaded progenitor-impl v0.11.0 |
| 1079 | 2025-09-17T21:22:41.724Z | Downloaded pkcs1 v0.7.5 |
| 1080 | 2025-09-17T21:22:41.727Z | Downloaded thread_local v1.1.8 |
| 1081 | 2025-09-17T21:22:41.727Z | Downloaded derive_more-impl v2.0.1 |
| 1082 | 2025-09-17T21:22:41.732Z | Downloaded libxml v0.3.3 |
| 1083 | 2025-09-17T21:22:41.735Z | Downloaded document-features v0.2.11 |
| 1084 | 2025-09-17T21:22:41.737Z | Downloaded owo-colors v4.2.2 |
| 1085 | 2025-09-17T21:22:41.741Z | Downloaded rpassword v7.4.0 |
| 1086 | 2025-09-17T21:22:41.741Z | Downloaded env_logger v0.10.2 |
| 1087 | 2025-09-17T21:22:41.747Z | Downloaded serde_bytes v0.11.17 |
| 1088 | 2025-09-17T21:22:41.750Z | Downloaded ref-cast-impl v1.0.24 |
| 1089 | 2025-09-17T21:22:41.750Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1090 | 2025-09-17T21:22:41.793Z | Downloaded toml v0.9.5 |
| 1091 | 2025-09-17T21:22:41.796Z | Downloaded progenitor-impl v0.9.1 |
| 1092 | 2025-09-17T21:22:41.805Z | Downloaded tower v0.5.2 |
| 1093 | 2025-09-17T21:22:41.809Z | Downloaded itertools v0.12.1 |
| 1094 | 2025-09-17T21:22:41.812Z | Downloaded darling_macro v0.20.10 |
| 1095 | 2025-09-17T21:22:41.812Z | Downloaded memoffset v0.9.1 |
| 1096 | 2025-09-17T21:22:41.815Z | Downloaded walkdir v2.5.0 |
| 1097 | 2025-09-17T21:22:41.815Z | Downloaded time-macros v0.2.18 |
| 1098 | 2025-09-17T21:22:41.819Z | Downloaded xattr v1.3.1 |
| 1099 | 2025-09-17T21:22:41.819Z | Downloaded iri-string v0.7.8 |
| 1100 | 2025-09-17T21:22:41.822Z | Downloaded itertools v0.14.0 |
| 1101 | 2025-09-17T21:22:41.828Z | Downloaded itertools v0.13.0 |
| 1102 | 2025-09-17T21:22:41.836Z | Downloaded derive_builder_core v0.20.2 |
| 1103 | 2025-09-17T21:22:41.839Z | Downloaded derive-where v1.5.0 |
| 1104 | 2025-09-17T21:22:41.839Z | Downloaded libm v0.2.8 |
| 1105 | 2025-09-17T21:22:41.845Z | Downloaded zopfli v0.8.1 |
| 1106 | 2025-09-17T21:22:41.848Z | Downloaded socket2 v0.5.10 |
| 1107 | 2025-09-17T21:22:41.851Z | Downloaded spki v0.7.3 |
| 1108 | 2025-09-17T21:22:41.851Z | Downloaded maybe-uninit v2.0.0 |
| 1109 | 2025-09-17T21:22:41.851Z | Downloaded typify-macro v0.2.0 |
| 1110 | 2025-09-17T21:22:41.854Z | Downloaded predicates v3.1.3 |
| 1111 | 2025-09-17T21:22:41.854Z | Downloaded password-hash v0.5.0 |
| 1112 | 2025-09-17T21:22:41.857Z | Downloaded password-hash v0.4.2 |
| 1113 | 2025-09-17T21:22:41.857Z | Downloaded signature v2.2.0 |
| 1114 | 2025-09-17T21:22:41.862Z | Downloaded same-file v1.0.6 |
| 1115 | 2025-09-17T21:22:41.862Z | Downloaded derive-ex v0.1.8 |
| 1116 | 2025-09-17T21:22:41.865Z | Downloaded der_derive v0.7.3 |
| 1117 | 2025-09-17T21:22:41.866Z | Downloaded multer v3.1.0 |
| 1118 | 2025-09-17T21:22:41.866Z | Downloaded unicode-properties v0.1.3 |
| 1119 | 2025-09-17T21:22:41.869Z | Downloaded futures v0.3.31 |
| 1120 | 2025-09-17T21:22:41.872Z | Downloaded typify v0.3.0 |
| 1121 | 2025-09-17T21:22:41.875Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1122 | 2025-09-17T21:22:41.875Z | Downloaded parse-display v0.10.0 |
| 1123 | 2025-09-17T21:22:41.926Z | Downloaded iddqd v0.3.13 |
| 1124 | 2025-09-17T21:22:41.929Z | Downloaded rustls-pki-types v1.10.0 |
| 1125 | 2025-09-17T21:22:41.929Z | Downloaded progenitor-impl v0.8.0 |
| 1126 | 2025-09-17T21:22:41.929Z | Downloaded darling_core v0.20.10 |
| 1127 | 2025-09-17T21:22:41.929Z | Downloaded zip v0.6.6 |
| 1128 | 2025-09-17T21:22:41.929Z | Downloaded nodrop v0.1.14 |
| 1129 | 2025-09-17T21:22:41.929Z | Downloaded md-5 v0.10.6 |
| 1130 | 2025-09-17T21:22:41.929Z | Downloaded cc v1.2.30 |
| 1131 | 2025-09-17T21:22:41.929Z | Downloaded flagset v0.4.6 |
| 1132 | 2025-09-17T21:22:41.929Z | Downloaded fixedbitset v0.5.7 |
| 1133 | 2025-09-17T21:22:41.929Z | Downloaded fixedbitset v0.4.2 |
| 1134 | 2025-09-17T21:22:41.929Z | Downloaded tokio-rustls v0.24.1 |
| 1135 | 2025-09-17T21:22:41.929Z | Downloaded parse-display-derive v0.10.0 |
| 1136 | 2025-09-17T21:22:41.929Z | Downloaded deranged v0.3.11 |
| 1137 | 2025-09-17T21:22:41.929Z | Downloaded crossbeam-channel v0.5.15 |
| 1138 | 2025-09-17T21:22:41.929Z | Downloaded bumpalo v3.16.0 |
| 1139 | 2025-09-17T21:22:41.929Z | Downloaded uuid v1.18.1 |
| 1140 | 2025-09-17T21:22:41.929Z | Downloaded unicode-bidi v0.3.17 |
| 1141 | 2025-09-17T21:22:41.930Z | Downloaded rsa v0.9.6 |
| 1142 | 2025-09-17T21:22:41.930Z | Downloaded zone v0.3.1 |
| 1143 | 2025-09-17T21:22:41.930Z | Downloaded rustls-pemfile v2.2.0 |
| 1144 | 2025-09-17T21:22:41.930Z | Downloaded pin-project v1.1.6 |
| 1145 | 2025-09-17T21:22:41.933Z | Downloaded diff v0.1.13 |
| 1146 | 2025-09-17T21:22:41.936Z | Downloaded precomputed-hash v0.1.1 |
| 1147 | 2025-09-17T21:22:41.936Z | Downloaded unarray v0.1.4 |
| 1148 | 2025-09-17T21:22:41.936Z | Downloaded rand_chacha v0.9.0 |
| 1149 | 2025-09-17T21:22:41.939Z | Downloaded snafu-derive v0.8.5 |
| 1150 | 2025-09-17T21:22:41.939Z | Downloaded num-rational v0.4.2 |
| 1151 | 2025-09-17T21:22:41.939Z | Downloaded tar v0.4.44 |
| 1152 | 2025-09-17T21:22:41.942Z | Downloaded hyper-util v0.1.16 |
| 1153 | 2025-09-17T21:22:41.945Z | Downloaded rand_core v0.9.3 |
| 1154 | 2025-09-17T21:22:41.948Z | Downloaded nanorand v0.7.0 |
| 1155 | 2025-09-17T21:22:41.952Z | Downloaded jiff-static v0.2.15 |
| 1156 | 2025-09-17T21:22:41.952Z | Downloaded const_format v0.2.34 |
| 1157 | 2025-09-17T21:22:41.955Z | Downloaded clang-sys v1.8.1 |
| 1158 | 2025-09-17T21:22:41.958Z | Downloaded bytes v1.10.1 |
| 1159 | 2025-09-17T21:22:41.961Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1160 | 2025-09-17T21:22:41.964Z | Downloaded tls_codec_derive v0.4.1 |
| 1161 | 2025-09-17T21:22:41.964Z | Downloaded derive_more v0.99.20 |
| 1162 | 2025-09-17T21:22:41.968Z | Downloaded defmt v0.3.8 |
| 1163 | 2025-09-17T21:22:41.971Z | Downloaded slog-envlogger v2.2.0 |
| 1164 | 2025-09-17T21:22:41.974Z | Downloaded rand_core v0.6.4 |
| 1165 | 2025-09-17T21:22:41.974Z | Downloaded rand_chacha v0.3.1 |
| 1166 | 2025-09-17T21:22:41.974Z | Downloaded pem v3.0.5 |
| 1167 | 2025-09-17T21:22:41.981Z | Downloaded omicron-zone-package v0.12.2 |
| 1168 | 2025-09-17T21:22:41.984Z | Downloaded futures-channel v0.3.31 |
| 1169 | 2025-09-17T21:22:41.984Z | Downloaded num-derive v0.4.2 |
| 1170 | 2025-09-17T21:22:41.984Z | Downloaded chacha20poly1305 v0.10.1 |
| 1171 | 2025-09-17T21:22:41.984Z | Downloaded schemars v0.8.22 |
| 1172 | 2025-09-17T21:22:41.994Z | Downloaded subprocess v0.2.9 |
| 1173 | 2025-09-17T21:22:41.997Z | Downloaded phf_shared v0.11.2 |
| 1174 | 2025-09-17T21:22:41.997Z | Downloaded phf v0.11.2 |
| 1175 | 2025-09-17T21:22:41.997Z | Downloaded tungstenite v0.21.0 |
| 1176 | 2025-09-17T21:22:42.001Z | Downloaded prettyplease v0.2.36 |
| 1177 | 2025-09-17T21:22:42.006Z | Downloaded compact_str v0.8.0 |
| 1178 | 2025-09-17T21:22:42.009Z | Downloaded indicatif v0.18.0 |
| 1179 | 2025-09-17T21:22:42.009Z | Downloaded funty v2.0.0 |
| 1180 | 2025-09-17T21:22:42.009Z | Downloaded fs-err v2.11.0 |
| 1181 | 2025-09-17T21:22:42.012Z | Downloaded tokio-stream v0.1.17 |
| 1182 | 2025-09-17T21:22:42.015Z | Downloaded tinyvec v1.8.0 |
| 1183 | 2025-09-17T21:22:42.018Z | Downloaded zeroize_derive v1.4.2 |
| 1184 | 2025-09-17T21:22:42.018Z | Downloaded thiserror-no-std v2.0.2 |
| 1185 | 2025-09-17T21:22:42.021Z | Downloaded embedded-io v0.4.0 |
| 1186 | 2025-09-17T21:22:42.024Z | Downloaded display-error-chain v0.2.2 |
| 1187 | 2025-09-17T21:22:42.024Z | Downloaded dirs-sys-next v0.1.2 |
| 1188 | 2025-09-17T21:22:42.024Z | Downloaded dirs-next v2.0.0 |
| 1189 | 2025-09-17T21:22:42.024Z | Downloaded hickory-resolver v0.25.2 |
| 1190 | 2025-09-17T21:22:42.028Z | Downloaded crossbeam-utils v0.8.21 |
| 1191 | 2025-09-17T21:22:42.031Z | Downloaded crc32fast v1.4.2 |
| 1192 | 2025-09-17T21:22:42.035Z | Downloaded crc-any v2.5.0 |
| 1193 | 2025-09-17T21:22:42.035Z | Downloaded crossbeam-epoch v0.9.18 |
| 1194 | 2025-09-17T21:22:42.038Z | Downloaded xz2 v0.1.7 |
| 1195 | 2025-09-17T21:22:42.038Z | Downloaded toml_parser v1.0.2 |
| 1196 | 2025-09-17T21:22:42.041Z | Downloaded new_debug_unreachable v1.0.6 |
| 1197 | 2025-09-17T21:22:42.041Z | Downloaded universal-hash v0.5.1 |
| 1198 | 2025-09-17T21:22:42.041Z | Downloaded ingot v0.1.1 |
| 1199 | 2025-09-17T21:22:42.048Z | Downloaded embedded-io v0.6.1 |
| 1200 | 2025-09-17T21:22:42.048Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1201 | 2025-09-17T21:22:42.048Z | Downloaded zone_cfg_derive v0.3.0 |
| 1202 | 2025-09-17T21:22:42.048Z | Downloaded strum_macros v0.27.1 |
| 1203 | 2025-09-17T21:22:42.051Z | Downloaded poly1305 v0.8.0 |
| 1204 | 2025-09-17T21:22:42.051Z | Downloaded ciborium v0.2.2 |
| 1205 | 2025-09-17T21:22:42.051Z | Downloaded hyper-rustls v0.27.7 |
| 1206 | 2025-09-17T21:22:42.054Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1207 | 2025-09-17T21:22:42.054Z | Downloaded crossbeam-deque v0.8.5 |
| 1208 | 2025-09-17T21:22:42.057Z | Downloaded cancel-safe-futures v0.1.5 |
| 1209 | 2025-09-17T21:22:42.060Z | Downloaded console v0.16.0 |
| 1210 | 2025-09-17T21:22:42.060Z | Downloaded colored v2.2.0 |
| 1211 | 2025-09-17T21:22:42.063Z | Downloaded bzip2 v0.4.4 |
| 1212 | 2025-09-17T21:22:42.066Z | Downloaded tokio-dtrace v0.1.0 |
| 1213 | 2025-09-17T21:22:42.066Z | Downloaded tabwriter v1.4.0 |
| 1214 | 2025-09-17T21:22:42.066Z | Downloaded static_assertions v1.1.0 |
| 1215 | 2025-09-17T21:22:42.069Z | Downloaded serde-hex v0.1.0 |
| 1216 | 2025-09-17T21:22:42.069Z | Downloaded cookie_store v0.21.1 |
| 1217 | 2025-09-17T21:22:42.072Z | Downloaded const_format_proc_macros v0.2.34 |
| 1218 | 2025-09-17T21:22:42.072Z | Downloaded console v0.15.10 |
| 1219 | 2025-09-17T21:22:42.075Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1220 | 2025-09-17T21:22:42.078Z | Downloaded secrecy v0.10.3 |
| 1221 | 2025-09-17T21:22:42.078Z | Downloaded schemars_derive v0.8.22 |
| 1222 | 2025-09-17T21:22:42.078Z | Downloaded rusty-fork v0.3.0 |
| 1223 | 2025-09-17T21:22:42.082Z | Downloaded rustversion v1.0.17 |
| 1224 | 2025-09-17T21:22:42.082Z | Downloaded rustc_version v0.4.1 |
| 1225 | 2025-09-17T21:22:42.085Z | Downloaded rustc_version v0.1.7 |
| 1226 | 2025-09-17T21:22:42.085Z | Downloaded rustc-hash v2.1.1 |
| 1227 | 2025-09-17T21:22:42.085Z | Downloaded rustc-hash v1.1.0 |
| 1228 | 2025-09-17T21:22:42.085Z | Downloaded progenitor-macro v0.10.0 |
| 1229 | 2025-09-17T21:22:42.088Z | Downloaded progenitor-client v0.11.0 |
| 1230 | 2025-09-17T21:22:42.088Z | Downloaded jobserver v0.1.32 |
| 1231 | 2025-09-17T21:22:42.088Z | Downloaded ipnet v2.11.0 |
| 1232 | 2025-09-17T21:22:42.092Z | Downloaded progenitor-client v0.10.0 |
| 1233 | 2025-09-17T21:22:42.092Z | Downloaded predicates-tree v1.0.12 |
| 1234 | 2025-09-17T21:22:42.092Z | Downloaded ppv-lite86 v0.2.20 |
| 1235 | 2025-09-17T21:22:42.095Z | Downloaded polyval v0.6.2 |
| 1236 | 2025-09-17T21:22:42.095Z | Downloaded libefi-sys v0.1.0 |
| 1237 | 2025-09-17T21:22:42.095Z | Downloaded ipnetwork v0.21.1 |
| 1238 | 2025-09-17T21:22:42.098Z | Downloaded ingot-types v0.1.2 |
| 1239 | 2025-09-17T21:22:42.098Z | Downloaded highway v1.3.0 |
| 1240 | 2025-09-17T21:22:42.101Z | Downloaded chacha20 v0.9.1 |
| 1241 | 2025-09-17T21:22:42.101Z | Downloaded linear-map v1.2.0 |
| 1242 | 2025-09-17T21:22:42.104Z | Downloaded libscf-sys v1.1.0 |
| 1243 | 2025-09-17T21:22:42.104Z | Downloaded lazycell v1.3.0 |
| 1244 | 2025-09-17T21:22:42.104Z | Downloaded bzip2 v0.5.2 |
| 1245 | 2025-09-17T21:22:42.107Z | Downloaded buf-list v1.0.3 |
| 1246 | 2025-09-17T21:22:42.107Z | Downloaded base64 v0.21.7 |
| 1247 | 2025-09-17T21:22:42.110Z | Downloaded libz-rs-sys v0.5.1 |
| 1248 | 2025-09-17T21:22:42.114Z | Downloaded http-range v0.1.5 |
| 1249 | 2025-09-17T21:22:42.114Z | Downloaded critical-section v1.1.3 |
| 1250 | 2025-09-17T21:22:42.114Z | Downloaded crc v3.2.1 |
| 1251 | 2025-09-17T21:22:42.116Z | Downloaded ciborium-ll v0.2.2 |
| 1252 | 2025-09-17T21:22:42.116Z | Downloaded cexpr v0.6.0 |
| 1253 | 2025-09-17T21:22:42.120Z | Downloaded hyper-staticfile v0.10.1 |
| 1254 | 2025-09-17T21:22:42.120Z | Downloaded crc-catalog v2.4.0 |
| 1255 | 2025-09-17T21:22:42.123Z | Downloaded blowfish v0.9.1 |
| 1256 | 2025-09-17T21:22:42.123Z | Downloaded sigpipe v0.1.3 |
| 1257 | 2025-09-17T21:22:42.123Z | Downloaded indexmap v1.9.3 |
| 1258 | 2025-09-17T21:22:42.126Z | Downloaded ignore v0.4.23 |
| 1259 | 2025-09-17T21:22:42.129Z | Downloaded hmac v0.12.1 |
| 1260 | 2025-09-17T21:22:42.129Z | Downloaded convert_case v0.4.0 |
| 1261 | 2025-09-17T21:22:42.132Z | Downloaded cmake v0.1.51 |
| 1262 | 2025-09-17T21:22:42.132Z | Downloaded cipher v0.4.4 |
| 1263 | 2025-09-17T21:22:42.132Z | Downloaded cargo-platform v0.1.8 |
| 1264 | 2025-09-17T21:22:42.137Z | Downloaded async-stream v0.3.6 |
| 1265 | 2025-09-17T21:22:42.137Z | Downloaded cfg_aliases v0.2.1 |
| 1266 | 2025-09-17T21:22:42.137Z | Downloaded hostname v0.4.0 |
| 1267 | 2025-09-17T21:22:42.140Z | Downloaded backtrace v0.3.74 |
| 1268 | 2025-09-17T21:22:42.143Z | Downloaded base64ct v1.6.0 |
| 1269 | 2025-09-17T21:22:42.143Z | Downloaded atomicwrites v0.4.4 |
| 1270 | 2025-09-17T21:22:42.146Z | Downloaded ahash v0.8.12 |
| 1271 | 2025-09-17T21:22:42.146Z | Downloaded base64 v0.22.1 |
| 1272 | 2025-09-17T21:22:42.150Z | Downloaded atty v0.2.14 |
| 1273 | 2025-09-17T21:22:42.153Z | Downloaded hashbrown v0.16.0 |
| 1274 | 2025-09-17T21:22:42.156Z | Downloaded globset v0.4.15 |
| 1275 | 2025-09-17T21:22:42.156Z | Downloaded atomic-waker v1.1.2 |
| 1276 | 2025-09-17T21:22:42.159Z | Downloaded async-bb8-diesel v0.2.1 |
| 1277 | 2025-09-17T21:22:42.159Z | Downloaded group v0.13.0 |
| 1278 | 2025-09-17T21:22:42.162Z | Downloaded hex-literal v0.4.1 |
| 1279 | 2025-09-17T21:22:42.162Z | Downloaded hash32 v0.3.1 |
| 1280 | 2025-09-17T21:22:42.162Z | Downloaded crossterm v0.28.1 |
| 1281 | 2025-09-17T21:22:42.167Z | Downloaded async-stream-impl v0.3.6 |
| 1282 | 2025-09-17T21:22:42.170Z | Downloaded adler2 v2.0.0 |
| 1283 | 2025-09-17T21:22:42.170Z | Downloaded home v0.5.9 |
| 1284 | 2025-09-17T21:22:42.170Z | Downloaded ascii-canvas v3.0.0 |
| 1285 | 2025-09-17T21:22:42.173Z | Downloaded array-init v0.0.4 |
| 1286 | 2025-09-17T21:22:42.173Z | Downloaded arc-swap v1.7.1 |
| 1287 | 2025-09-17T21:22:42.176Z | Downloaded aes-gcm v0.10.3 |
| 1288 | 2025-09-17T21:22:42.179Z | Downloaded aead v0.5.2 |
| 1289 | 2025-09-17T21:22:42.179Z | Downloaded indent_write v2.2.0 |
| 1290 | 2025-09-17T21:22:42.179Z | Downloaded assert_matches v1.5.0 |
| 1291 | 2025-09-17T21:22:42.406Z | Downloaded aws-lc-sys v0.26.0 |
| 1292 | 2025-09-17T21:22:42.704Z | Compiling value-bag v1.9.0 |
| 1293 | 2025-09-17T21:22:42.704Z | Compiling shlex v1.3.0 |
| 1294 | 2025-09-17T21:22:42.704Z | Compiling lock_api v0.4.12 |
| 1295 | 2025-09-17T21:22:42.707Z | Compiling scopeguard v1.2.0 |
| 1296 | 2025-09-17T21:22:42.707Z | Compiling typenum v1.17.0 |
| 1297 | 2025-09-17T21:22:42.707Z | Compiling syn v2.0.106 |
| 1298 | 2025-09-17T21:22:42.879Z | Compiling getrandom v0.2.15 |
| 1299 | 2025-09-17T21:22:42.883Z | Compiling jobserver v0.1.32 |
| 1300 | 2025-09-17T21:22:43.058Z | Compiling generic-array v0.14.7 |
| 1301 | 2025-09-17T21:22:43.214Z | Compiling rand_core v0.6.4 |
| 1302 | 2025-09-17T21:22:43.305Z | Compiling log v0.4.27 |
| 1303 | 2025-09-17T21:22:43.377Z | Compiling cc v1.2.30 |
| 1304 | 2025-09-17T21:22:43.398Z | Compiling smallvec v1.15.1 |
| 1305 | 2025-09-17T21:22:43.785Z | Compiling portable-atomic v1.11.0 |
| 1306 | 2025-09-17T21:22:43.835Z | Compiling subtle v2.6.1 |
| 1307 | 2025-09-17T21:22:43.878Z | Compiling critical-section v1.1.3 |
| 1308 | 2025-09-17T21:22:43.944Z | Compiling const-oid v0.9.6 |
| 1309 | 2025-09-17T21:22:44.051Z | Compiling pkg-config v0.3.31 |
| 1310 | 2025-09-17T21:22:44.219Z | Compiling pin-project-lite v0.2.14 |
| 1311 | 2025-09-17T21:22:44.223Z | Compiling parking_lot_core v0.9.10 |
| 1312 | 2025-09-17T21:22:44.382Z | Compiling rustix v0.38.37 |
| 1313 | 2025-09-17T21:22:45.247Z | Compiling signal-hook-registry v1.4.2 |
| 1314 | 2025-09-17T21:22:45.338Z | Compiling parking_lot v0.12.3 |
| 1315 | 2025-09-17T21:22:45.363Z | Compiling mio v1.0.2 |
| 1316 | 2025-09-17T21:22:45.383Z | Compiling futures-core v0.3.31 |
| 1317 | 2025-09-17T21:22:45.659Z | Compiling spin v0.9.8 |
| 1318 | 2025-09-17T21:22:45.971Z | Compiling once_cell v1.21.3 |
| 1319 | 2025-09-17T21:22:45.975Z | Compiling libm v0.2.8 |
| 1320 | 2025-09-17T21:22:46.069Z | Compiling socket2 v0.6.0 |
| 1321 | 2025-09-17T21:22:46.171Z | Compiling num-traits v0.2.19 |
| 1322 | 2025-09-17T21:22:46.207Z | Compiling aho-corasick v1.1.3 |
| 1323 | 2025-09-17T21:22:46.381Z | Compiling slab v0.4.9 |
| 1324 | 2025-09-17T21:22:46.402Z | Compiling allocator-api2 v0.2.21 |
| 1325 | 2025-09-17T21:22:46.439Z | Compiling regex-syntax v0.8.5 |
| 1326 | 2025-09-17T21:22:46.530Z | Compiling cpufeatures v0.2.14 |
| 1327 | 2025-09-17T21:22:46.651Z | Compiling getrandom v0.3.1 |
| 1328 | 2025-09-17T21:22:46.751Z | Compiling serde_json v1.0.145 |
| 1329 | 2025-09-17T21:22:46.930Z | Compiling foldhash v0.1.5 |
| 1330 | 2025-09-17T21:22:47.182Z | Compiling hashbrown v0.15.4 |
| 1331 | 2025-09-17T21:22:47.425Z | Compiling either v1.15.0 |
| 1332 | 2025-09-17T21:22:47.431Z | Compiling glob v0.3.2 |
| 1333 | 2025-09-17T21:22:47.493Z | Compiling futures-sink v0.3.31 |
| 1334 | 2025-09-17T21:22:47.672Z | Compiling percent-encoding v2.3.2 |
| 1335 | 2025-09-17T21:22:47.843Z | Compiling futures-channel v0.3.31 |
| 1336 | 2025-09-17T21:22:48.247Z | Compiling clang-sys v1.8.1 |
| 1337 | 2025-09-17T21:22:48.550Z | Compiling prettyplease v0.2.36 |
| 1338 | 2025-09-17T21:22:48.732Z | Compiling futures-task v0.3.31 |
| 1339 | 2025-09-17T21:22:48.941Z | Compiling pin-utils v0.1.0 |
| 1340 | 2025-09-17T21:22:49.006Z | Compiling futures-io v0.3.31 |
| 1341 | 2025-09-17T21:22:49.095Z | Compiling lazy_static v1.5.0 |
| 1342 | 2025-09-17T21:22:49.118Z | Compiling minimal-lexical v0.2.1 |
| 1343 | 2025-09-17T21:22:49.243Z | Compiling libloading v0.8.5 |
| 1344 | 2025-09-17T21:22:49.265Z | Compiling base64ct v1.6.0 |
| 1345 | 2025-09-17T21:22:49.619Z | Compiling nom v7.1.3 |
| 1346 | 2025-09-17T21:22:49.641Z | Compiling home v0.5.9 |
| 1347 | 2025-09-17T21:22:49.835Z | Compiling bindgen v0.69.5 |
| 1348 | 2025-09-17T21:22:49.868Z | Compiling pem-rfc7468 v0.7.0 |
| 1349 | 2025-09-17T21:22:50.034Z | Compiling regex-automata v0.4.8 |
| 1350 | 2025-09-17T21:22:50.493Z | Compiling synstructure v0.13.1 |
| 1351 | 2025-09-17T21:22:51.075Z | Compiling itertools v0.12.1 |
| 1352 | 2025-09-17T21:22:51.838Z | Compiling flagset v0.4.6 |
| 1353 | 2025-09-17T21:22:52.068Z | Compiling lazycell v1.3.0 |
| 1354 | 2025-09-17T21:22:52.229Z | Compiling rustc-hash v1.1.0 |
| 1355 | 2025-09-17T21:22:52.255Z | Compiling cmake v0.1.51 |
| 1356 | 2025-09-17T21:22:52.391Z | Compiling fs_extra v1.3.0 |
| 1357 | 2025-09-17T21:22:52.879Z | Compiling cexpr v0.6.0 |
| 1358 | 2025-09-17T21:22:52.955Z | Compiling dunce v1.0.5 |
| 1359 | 2025-09-17T21:22:53.039Z | Compiling form_urlencoded v1.2.2 |
| 1360 | 2025-09-17T21:22:53.104Z | Compiling vcpkg v0.2.15 |
| 1361 | 2025-09-17T21:22:53.361Z | Compiling paste v1.0.15 |
| 1362 | 2025-09-17T21:22:53.433Z | Compiling iana-time-zone v0.1.63 |
| 1363 | 2025-09-17T21:22:53.839Z | Compiling ring v0.17.14 |
| 1364 | 2025-09-17T21:22:53.905Z | Compiling tracing-core v0.1.32 |
| 1365 | 2025-09-17T21:22:54.428Z | Compiling aws-lc-rs v1.12.4 |
| 1366 | 2025-09-17T21:22:54.783Z | Compiling openssl-sys v0.9.109 |
| 1367 | 2025-09-17T21:22:54.884Z | Compiling tinyvec_macros v0.1.1 |
| 1368 | 2025-09-17T21:22:55.002Z | Compiling httparse v1.9.5 |
| 1369 | 2025-09-17T21:22:55.049Z | Compiling rustls-pki-types v1.10.0 |
| 1370 | 2025-09-17T21:22:55.110Z | Compiling rustversion v1.0.17 |
| 1371 | 2025-09-17T21:22:55.161Z | Compiling serde_derive v1.0.223 |
| 1372 | 2025-09-17T21:22:55.613Z | Compiling zeroize_derive v1.4.2 |
| 1373 | 2025-09-17T21:22:55.693Z | Compiling zerofrom-derive v0.1.4 |
| 1374 | 2025-09-17T21:22:55.795Z | Compiling yoke-derive v0.7.4 |
| 1375 | 2025-09-17T21:22:55.925Z | Compiling zerovec-derive v0.10.3 |
| 1376 | 2025-09-17T21:22:56.984Z | Compiling zeroize v1.8.1 |
| 1377 | 2025-09-17T21:22:58.273Z | Compiling displaydoc v0.2.5 |
| 1378 | 2025-09-17T21:22:58.439Z | Compiling tokio-macros v2.5.0 |
| 1379 | 2025-09-17T21:22:58.678Z | Compiling crypto-common v0.1.6 |
| 1380 | 2025-09-17T21:22:58.921Z | Compiling block-buffer v0.10.4 |
| 1381 | 2025-09-17T21:22:59.062Z | Compiling zerofrom v0.1.4 |
| 1382 | 2025-09-17T21:22:59.220Z | Compiling digest v0.10.7 |
| 1383 | 2025-09-17T21:22:59.317Z | Compiling yoke v0.7.4 |
| 1384 | 2025-09-17T21:22:59.700Z | Compiling zerovec v0.10.4 |
| 1385 | 2025-09-17T21:22:59.725Z | Compiling zerocopy-derive v0.7.35 |
| 1386 | 2025-09-17T21:22:59.745Z | Compiling hmac v0.12.1 |
| 1387 | 2025-09-17T21:22:59.938Z | Compiling icu_provider_macros v1.5.0 |
| 1388 | 2025-09-17T21:23:00.002Z | Compiling block-padding v0.3.3 |
| 1389 | 2025-09-17T21:23:00.067Z | Compiling futures-macro v0.3.31 |
| 1390 | 2025-09-17T21:23:00.267Z | Compiling inout v0.1.3 |
| 1391 | 2025-09-17T21:23:00.566Z | Compiling cipher v0.4.4 |
| 1392 | 2025-09-17T21:23:00.722Z | Compiling sha2 v0.10.9 |
| 1393 | 2025-09-17T21:23:00.966Z | Compiling regex v1.11.1 |
| 1394 | 2025-09-17T21:23:01.054Z | Compiling der_derive v0.7.3 |
| 1395 | 2025-09-17T21:23:01.501Z | Compiling tinystr v0.7.6 |
| 1396 | 2025-09-17T21:23:01.649Z | Compiling zerocopy v0.7.35 |
| 1397 | 2025-09-17T21:23:01.797Z | Compiling futures-util v0.3.31 |
| 1398 | 2025-09-17T21:23:01.875Z | Compiling icu_locid v1.5.0 |
| 1399 | 2025-09-17T21:23:01.899Z | Compiling icu_collections v1.5.0 |
| 1400 | 2025-09-17T21:23:01.991Z | Compiling serde v1.0.223 |
| 1401 | 2025-09-17T21:23:02.238Z | Compiling thiserror-impl v1.0.69 |
| 1402 | 2025-09-17T21:23:02.978Z | Compiling icu_provider v1.5.0 |
| 1403 | 2025-09-17T21:23:03.169Z | Compiling bitflags v2.9.1 |
| 1404 | 2025-09-17T21:23:03.260Z | Compiling bytes v1.10.1 |
| 1405 | 2025-09-17T21:23:03.412Z | Compiling semver v1.0.26 |
| 1406 | 2025-09-17T21:23:03.842Z | Compiling icu_locid_transform v1.5.0 |
| 1407 | 2025-09-17T21:23:03.961Z | Compiling indexmap v2.11.0 |
| 1408 | 2025-09-17T21:23:04.072Z | Compiling der v0.7.9 |
| 1409 | 2025-09-17T21:23:04.183Z | Compiling ppv-lite86 v0.2.20 |
| 1410 | 2025-09-17T21:23:04.755Z | Compiling tokio v1.47.0 |
| 1411 | 2025-09-17T21:23:04.963Z | Compiling salsa20 v0.10.2 |
| 1412 | 2025-09-17T21:23:05.218Z | Compiling icu_properties v1.5.1 |
| 1413 | 2025-09-17T21:23:05.238Z | Compiling thiserror v1.0.69 |
| 1414 | 2025-09-17T21:23:05.390Z | Compiling pbkdf2 v0.12.2 |
| 1415 | 2025-09-17T21:23:05.431Z | Compiling http v1.3.1 |
| 1416 | 2025-09-17T21:23:05.586Z | Compiling scrypt v0.11.0 |
| 1417 | 2025-09-17T21:23:06.109Z | Compiling spki v0.7.3 |
| 1418 | 2025-09-17T21:23:06.174Z | Compiling rustc_version v0.4.1 |
| 1419 | 2025-09-17T21:23:06.503Z | Compiling cbc v0.1.2 |
| 1420 | 2025-09-17T21:23:06.771Z | Compiling aes v0.8.4 |
| 1421 | 2025-09-17T21:23:06.834Z | Compiling pest v2.7.14 |
| 1422 | 2025-09-17T21:23:06.969Z | Compiling chrono v0.4.41 |
| 1423 | 2025-09-17T21:23:07.121Z | Compiling which v4.4.2 |
| 1424 | 2025-09-17T21:23:07.610Z | Compiling uuid v1.18.1 |
| 1425 | 2025-09-17T21:23:08.139Z | Compiling pkcs5 v0.7.1 |
| 1426 | 2025-09-17T21:23:09.163Z | Compiling icu_normalizer v1.5.0 |
| 1427 | 2025-09-17T21:23:09.361Z | Compiling tracing-attributes v0.1.27 |
| 1428 | 2025-09-17T21:23:09.512Z | Compiling pest_meta v2.7.14 |
| 1429 | 2025-09-17T21:23:09.712Z | Compiling pkcs8 v0.10.2 |
| 1430 | 2025-09-17T21:23:09.769Z | Compiling http-body v1.0.1 |
| 1431 | 2025-09-17T21:23:10.053Z | Compiling scroll_derive v0.12.0 |
| 1432 | 2025-09-17T21:23:10.222Z | Compiling idna_adapter v1.2.0 |
| 1433 | 2025-09-17T21:23:10.355Z | Compiling base64 v0.22.1 |
| 1434 | 2025-09-17T21:23:10.472Z | Compiling idna v1.0.3 |
| 1435 | 2025-09-17T21:23:10.929Z | Compiling pest_generator v2.7.14 |
| 1436 | 2025-09-17T21:23:11.106Z | Compiling url v2.5.4 |
| 1437 | 2025-09-17T21:23:11.459Z | Compiling scroll v0.12.0 |
| 1438 | 2025-09-17T21:23:12.020Z | Compiling tinyvec v1.8.0 |
| 1439 | 2025-09-17T21:23:12.045Z | Compiling serde_derive_internals v0.29.1 |
| 1440 | 2025-09-17T21:23:12.583Z | Compiling tracing v0.1.40 |
| 1441 | 2025-09-17T21:23:12.640Z | Compiling rand_core v0.9.3 |
| 1442 | 2025-09-17T21:23:12.823Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1443 | 2025-09-17T21:23:13.078Z | Compiling tokio-util v0.7.15 |
| 1444 | 2025-09-17T21:23:13.190Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1445 | 2025-09-17T21:23:13.510Z | Compiling untrusted v0.9.0 |
| 1446 | 2025-09-17T21:23:13.585Z | Compiling time-core v0.1.2 |
| 1447 | 2025-09-17T21:23:13.675Z | Compiling tower-service v0.3.3 |
| 1448 | 2025-09-17T21:23:13.701Z | Compiling openssl v0.10.73 |
| 1449 | 2025-09-17T21:23:13.733Z | Compiling powerfmt v0.2.0 |
| 1450 | 2025-09-17T21:23:13.784Z | Compiling try-lock v0.2.5 |
| 1451 | 2025-09-17T21:23:13.812Z | Compiling adler2 v2.0.0 |
| 1452 | 2025-09-17T21:23:13.960Z | Compiling foreign-types-shared v0.1.1 |
| 1453 | 2025-09-17T21:23:14.038Z | Compiling atomic-waker v1.1.2 |
| 1454 | 2025-09-17T21:23:14.100Z | Compiling untrusted v0.7.1 |
| 1455 | 2025-09-17T21:23:14.122Z | Compiling openssl-probe v0.1.5 |
| 1456 | 2025-09-17T21:23:14.142Z | Compiling schemars v0.8.22 |
| 1457 | 2025-09-17T21:23:14.211Z | Compiling num-conv v0.1.0 |
| 1458 | 2025-09-17T21:23:14.234Z | Compiling schemars_derive v0.8.22 |
| 1459 | 2025-09-17T21:23:14.350Z | Compiling foreign-types v0.3.2 |
| 1460 | 2025-09-17T21:23:14.418Z | Compiling miniz_oxide v0.8.5 |
| 1461 | 2025-09-17T21:23:14.460Z | Compiling deranged v0.3.11 |
| 1462 | 2025-09-17T21:23:14.501Z | Compiling time-macros v0.2.18 |
| 1463 | 2025-09-17T21:23:14.556Z | Compiling goblin v0.8.2 |
| 1464 | 2025-09-17T21:23:15.440Z | Compiling h2 v0.4.6 |
| 1465 | 2025-09-17T21:23:15.798Z | Compiling want v0.3.1 |
| 1466 | 2025-09-17T21:23:16.102Z | Compiling pest_derive v2.7.14 |
| 1467 | 2025-09-17T21:23:17.377Z | Compiling rand_chacha v0.9.0 |
| 1468 | 2025-09-17T21:23:19.077Z | Compiling ipnet v2.11.0 |
| 1469 | 2025-09-17T21:23:19.372Z | Compiling openssl-macros v0.1.1 |
| 1470 | 2025-09-17T21:23:19.427Z | Compiling num_threads v0.1.7 |
| 1471 | 2025-09-17T21:23:19.576Z | Compiling httpdate v1.0.3 |
| 1472 | 2025-09-17T21:23:20.015Z | Compiling zerocopy v0.8.26 |
| 1473 | 2025-09-17T21:23:20.137Z | Compiling native-tls v0.2.12 |
| 1474 | 2025-09-17T21:23:20.255Z | Compiling dyn-clone v1.0.20 |
| 1475 | 2025-09-17T21:23:20.450Z | Compiling syn v1.0.109 |
| 1476 | 2025-09-17T21:23:20.511Z | Compiling rustls v0.23.19 |
| 1477 | 2025-09-17T21:23:20.848Z | Compiling crossbeam-utils v0.8.21 |
| 1478 | 2025-09-17T21:23:20.912Z | Compiling dof v0.3.0 |
| 1479 | 2025-09-17T21:23:21.401Z | Compiling time v0.3.36 |
| 1480 | 2025-09-17T21:23:22.649Z | Compiling hyper v1.7.0 |
| 1481 | 2025-09-17T21:23:23.309Z | Compiling rand v0.9.2 |
| 1482 | 2025-09-17T21:23:24.398Z | Compiling dtrace-parser v0.2.0 |
| 1483 | 2025-09-17T21:23:24.834Z | Compiling unicode-normalization v0.1.24 |
| 1484 | 2025-09-17T21:23:25.116Z | Compiling heapless v0.7.17 |
| 1485 | 2025-09-17T21:23:25.588Z | Compiling signature v2.2.0 |
| 1486 | 2025-09-17T21:23:25.831Z | Compiling zerocopy-derive v0.8.26 |
| 1487 | 2025-09-17T21:23:25.872Z | Compiling cookie v0.18.1 |
| 1488 | 2025-09-17T21:23:25.893Z | Compiling crc32fast v1.4.2 |
| 1489 | 2025-09-17T21:23:26.150Z | Compiling zlib-rs v0.5.1 |
| 1490 | 2025-09-17T21:23:26.186Z | Compiling zstd-safe v7.2.3 |
| 1491 | 2025-09-17T21:23:26.189Z | Compiling unicode-properties v0.1.3 |
| 1492 | 2025-09-17T21:23:26.224Z | Compiling slog v2.7.0 |
| 1493 | 2025-09-17T21:23:26.560Z | Compiling unicode-bidi v0.3.17 |
| 1494 | 2025-09-17T21:23:26.621Z | Compiling signal-hook v0.3.18 |
| 1495 | 2025-09-17T21:23:26.748Z | Compiling siphasher v0.3.11 |
| 1496 | 2025-09-17T21:23:27.109Z | Compiling phf_shared v0.11.2 |
| 1497 | 2025-09-17T21:23:27.478Z | Compiling stringprep v0.1.5 |
| 1498 | 2025-09-17T21:23:27.700Z | Compiling usdt-impl v0.5.0 |
| 1499 | 2025-09-17T21:23:27.796Z | Compiling hyper-util v0.1.16 |
| 1500 | 2025-09-17T21:23:29.035Z | Compiling curve25519-dalek v4.1.3 |
| 1501 | 2025-09-17T21:23:29.605Z | Compiling rand_chacha v0.3.1 |
| 1502 | 2025-09-17T21:23:29.697Z | Compiling serde_tokenstream v0.2.2 |
| 1503 | 2025-09-17T21:23:30.266Z | Compiling toml_datetime v0.6.11 |
| 1504 | 2025-09-17T21:23:30.733Z | Compiling serde_spanned v0.6.9 |
| 1505 | 2025-09-17T21:23:30.984Z | Compiling md-5 v0.10.6 |
| 1506 | 2025-09-17T21:23:31.182Z | Compiling num-integer v0.1.46 |
| 1507 | 2025-09-17T21:23:31.272Z | Compiling sync_wrapper v1.0.1 |
| 1508 | 2025-09-17T21:23:31.430Z | Compiling hash32 v0.2.1 |
| 1509 | 2025-09-17T21:23:31.454Z | Compiling ff v0.13.0 |
| 1510 | 2025-09-17T21:23:31.678Z | Compiling memoffset v0.9.1 |
| 1511 | 2025-09-17T21:23:31.792Z | Compiling tower-layer v0.3.3 |
| 1512 | 2025-09-17T21:23:31.814Z | Compiling psl-types v2.0.11 |
| 1513 | 2025-09-17T21:23:31.872Z | Compiling cfg_aliases v0.2.1 |
| 1514 | 2025-09-17T21:23:31.992Z | Compiling smoltcp v0.9.1 |
| 1515 | 2025-09-17T21:23:32.018Z | Compiling libz-rs-sys v0.5.1 |
| 1516 | 2025-09-17T21:23:32.021Z | Compiling num-bigint-dig v0.8.4 |
| 1517 | 2025-09-17T21:23:32.062Z | Compiling fallible-iterator v0.2.0 |
| 1518 | 2025-09-17T21:23:32.184Z | Compiling gimli v0.31.1 |
| 1519 | 2025-09-17T21:23:32.297Z | Compiling newtype-uuid v1.2.4 |
| 1520 | 2025-09-17T21:23:32.373Z | Compiling litrs v0.4.1 |
| 1521 | 2025-09-17T21:23:32.624Z | Compiling base16ct v0.2.0 |
| 1522 | 2025-09-17T21:23:32.677Z | Compiling postgres-protocol v0.6.8 |
| 1523 | 2025-09-17T21:23:32.763Z | Compiling flate2 v1.1.2 |
| 1524 | 2025-09-17T21:23:32.929Z | Compiling sec1 v0.7.3 |
| 1525 | 2025-09-17T21:23:33.107Z | Compiling tower v0.5.2 |
| 1526 | 2025-09-17T21:23:33.400Z | Compiling document-features v0.2.11 |
| 1527 | 2025-09-17T21:23:33.482Z | Compiling nix v0.29.0 |
| 1528 | 2025-09-17T21:23:33.684Z | Compiling publicsuffix v2.3.0 |
| 1529 | 2025-09-17T21:23:33.967Z | Compiling num-iter v0.1.45 |
| 1530 | 2025-09-17T21:23:33.992Z | Compiling group v0.13.0 |
| 1531 | 2025-09-17T21:23:34.331Z | Compiling rand v0.8.5 |
| 1532 | 2025-09-17T21:23:34.632Z | Compiling tokio-native-tls v0.3.1 |
| 1533 | 2025-09-17T21:23:34.932Z | Compiling ipnetwork v0.21.1 |
| 1534 | 2025-09-17T21:23:35.258Z | Compiling strum_macros v0.27.1 |
| 1535 | 2025-09-17T21:23:35.417Z | Compiling rustls-native-certs v0.8.1 |
| 1536 | 2025-09-17T21:23:35.680Z | Compiling http-body-util v0.1.3 |
| 1537 | 2025-09-17T21:23:35.746Z | Compiling terminal_size v0.4.0 |
| 1538 | 2025-09-17T21:23:35.946Z | Compiling hkdf v0.12.4 |
| 1539 | 2025-09-17T21:23:35.979Z | Compiling crypto-bigint v0.5.5 |
| 1540 | 2025-09-17T21:23:36.183Z | Compiling webpki-roots v1.0.1 |
| 1541 | 2025-09-17T21:23:36.228Z | Compiling addr2line v0.24.2 |
| 1542 | 2025-09-17T21:23:36.264Z | Compiling async-trait v0.1.89 |
| 1543 | 2025-09-17T21:23:36.390Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1544 | 2025-09-17T21:23:36.825Z | Compiling thiserror-impl v2.0.16 |
| 1545 | 2025-09-17T21:23:36.902Z | Compiling ahash v0.8.12 |
| 1546 | 2025-09-17T21:23:37.271Z | Compiling fs-err v3.1.1 |
| 1547 | 2025-09-17T21:23:37.626Z | Compiling object v0.36.5 |
| 1548 | 2025-09-17T21:23:37.802Z | Compiling iri-string v0.7.8 |
| 1549 | 2025-09-17T21:23:38.678Z | Compiling buf-list v1.0.3 |
| 1550 | 2025-09-17T21:23:39.293Z | Compiling bitflags v1.3.2 |
| 1551 | 2025-09-17T21:23:39.421Z | Compiling simd-adler32 v0.3.7 |
| 1552 | 2025-09-17T21:23:39.907Z | Compiling rustc-demangle v0.1.24 |
| 1553 | 2025-09-17T21:23:39.964Z | Compiling lockfree-object-pool v0.1.6 |
| 1554 | 2025-09-17T21:23:40.182Z | Compiling hubpack_derive v0.1.1 |
| 1555 | 2025-09-17T21:23:40.232Z | Compiling rustix v1.0.7 |
| 1556 | 2025-09-17T21:23:40.253Z | Compiling winnow v0.5.40 |
| 1557 | 2025-09-17T21:23:40.753Z | Compiling managed v0.8.0 |
| 1558 | 2025-09-17T21:23:40.953Z | Compiling bumpalo v3.16.0 |
| 1559 | 2025-09-17T21:23:41.092Z | Compiling anyhow v1.0.99 |
| 1560 | 2025-09-17T21:23:41.463Z | Compiling zopfli v0.8.1 |
| 1561 | 2025-09-17T21:23:41.633Z | Compiling hubpack v0.1.2 |
| 1562 | 2025-09-17T21:23:41.833Z | Compiling tower-http v0.6.6 |
| 1563 | 2025-09-17T21:23:42.065Z | Compiling strum v0.27.2 |
| 1564 | 2025-09-17T21:23:42.158Z | Compiling thiserror v2.0.16 |
| 1565 | 2025-09-17T21:23:42.269Z | Compiling clap_builder v4.5.41 |
| 1566 | 2025-09-17T21:23:42.406Z | Compiling elliptic-curve v0.13.8 |
| 1567 | 2025-09-17T21:23:43.154Z | Compiling hyper-tls v0.6.0 |
| 1568 | 2025-09-17T21:23:43.211Z | Compiling oxnet v0.1.3 |
| 1569 | 2025-09-17T21:23:43.546Z | Compiling toml_edit v0.19.15 |
| 1570 | 2025-09-17T21:23:43.604Z | Compiling signal-hook-mio v0.2.4 |
| 1571 | 2025-09-17T21:23:43.839Z | Compiling cookie_store v0.21.1 |
| 1572 | 2025-09-17T21:23:43.988Z | Compiling zstd v0.13.3 |
| 1573 | 2025-09-17T21:23:44.534Z | Compiling backtrace v0.3.74 |
| 1574 | 2025-09-17T21:23:44.751Z | Compiling postgres-types v0.2.9 |
| 1575 | 2025-09-17T21:23:45.735Z | Compiling usdt-macro v0.5.0 |
| 1576 | 2025-09-17T21:23:45.998Z | Compiling usdt-attr-macro v0.5.0 |
| 1577 | 2025-09-17T21:23:47.179Z | Compiling phf v0.11.2 |
| 1578 | 2025-09-17T21:23:47.296Z | Compiling ed25519 v2.2.3 |
| 1579 | 2025-09-17T21:23:47.474Z | Compiling bzip2 v0.5.2 |
| 1580 | 2025-09-17T21:23:47.534Z | Compiling bzip2 v0.4.4 |
| 1581 | 2025-09-17T21:23:47.868Z | Compiling strum_macros v0.26.4 |
| 1582 | 2025-09-17T21:23:47.940Z | Compiling pkcs1 v0.7.5 |
| 1583 | 2025-09-17T21:23:48.844Z | Compiling serde-big-array v0.5.1 |
| 1584 | 2025-09-17T21:23:49.110Z | Compiling serde_urlencoded v0.7.1 |
| 1585 | 2025-09-17T21:23:49.223Z | Compiling rfc6979 v0.4.0 |
| 1586 | 2025-09-17T21:23:49.428Z | Compiling bstr v1.10.0 |
| 1587 | 2025-09-17T21:23:49.651Z | Compiling daft-derive v0.1.4 |
| 1588 | 2025-09-17T21:23:49.820Z | Compiling serde_repr v0.1.19 |
| 1589 | 2025-09-17T21:23:50.130Z | Compiling clap_derive v4.5.41 |
| 1590 | 2025-09-17T21:23:50.225Z | Compiling enum-as-inner v0.6.1 |
| 1591 | 2025-09-17T21:23:50.902Z | Compiling float-cmp v0.10.0 |
| 1592 | 2025-09-17T21:23:50.967Z | Compiling socket2 v0.5.10 |
| 1593 | 2025-09-17T21:23:51.164Z | Compiling encoding_rs v0.8.34 |
| 1594 | 2025-09-17T21:23:51.187Z | Compiling precomputed-hash v0.1.1 |
| 1595 | 2025-09-17T21:23:51.269Z | Compiling mime v0.3.17 |
| 1596 | 2025-09-17T21:23:51.328Z | Compiling predicates-core v1.0.8 |
| 1597 | 2025-09-17T21:23:51.653Z | Compiling normalize-line-endings v0.3.0 |
| 1598 | 2025-09-17T21:23:51.802Z | Compiling static_assertions v1.1.0 |
| 1599 | 2025-09-17T21:23:51.820Z | Compiling data-encoding v2.9.0 |
| 1600 | 2025-09-17T21:23:51.840Z | Compiling whoami v1.5.2 |
| 1601 | 2025-09-17T21:23:51.922Z | Compiling fixedbitset v0.4.2 |
| 1602 | 2025-09-17T21:23:52.280Z | Compiling unicode-segmentation v1.12.0 |
| 1603 | 2025-09-17T21:23:52.357Z | Compiling difflib v0.4.0 |
| 1604 | 2025-09-17T21:23:52.384Z | Compiling new_debug_unreachable v1.0.6 |
| 1605 | 2025-09-17T21:23:52.507Z | Compiling string_cache v0.8.9 |
| 1606 | 2025-09-17T21:23:52.945Z | Compiling predicates v3.1.3 |
| 1607 | 2025-09-17T21:23:53.122Z | Compiling similar v2.7.0 |
| 1608 | 2025-09-17T21:23:53.508Z | Compiling hickory-proto v0.25.2 |
| 1609 | 2025-09-17T21:23:53.591Z | Compiling strum v0.26.3 |
| 1610 | 2025-09-17T21:23:53.829Z | Compiling petgraph v0.6.5 |
| 1611 | 2025-09-17T21:23:54.427Z | Compiling clap v4.5.41 |
| 1612 | 2025-09-17T21:23:54.450Z | Compiling tokio-postgres v0.7.13 |
| 1613 | 2025-09-17T21:23:54.569Z | Compiling toml_edit v0.22.27 |
| 1614 | 2025-09-17T21:23:54.882Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1615 | 2025-09-17T21:23:55.178Z | Compiling daft v0.1.4 |
| 1616 | 2025-09-17T21:23:55.741Z | Compiling usdt v0.5.0 |
| 1617 | 2025-09-17T21:23:55.976Z | Compiling ecdsa v0.16.9 |
| 1618 | 2025-09-17T21:23:56.218Z | Compiling rsa v0.9.6 |
| 1619 | 2025-09-17T21:23:56.837Z | Compiling zip v0.6.6 |
| 1620 | 2025-09-17T21:23:57.489Z | Compiling zip v4.2.0 |
| 1621 | 2025-09-17T21:23:58.066Z | Compiling ed25519-dalek v2.1.1 |
| 1622 | 2025-09-17T21:23:59.515Z | Compiling toml v0.7.8 |
| 1623 | 2025-09-17T21:24:00.421Z | Compiling crossterm v0.28.1 |
| 1624 | 2025-09-17T21:24:01.784Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1625 | 2025-09-17T21:24:01.928Z | Compiling crossbeam-epoch v0.9.18 |
| 1626 | 2025-09-17T21:24:02.127Z | Compiling tokio-stream v0.1.17 |
| 1627 | 2025-09-17T21:24:02.201Z | Compiling x509-cert v0.2.5 |
| 1628 | 2025-09-17T21:24:02.595Z | Compiling openapiv3 v2.2.0 |
| 1629 | 2025-09-17T21:24:03.081Z | Compiling sha1 v0.10.6 |
| 1630 | 2025-09-17T21:24:03.498Z | Compiling itertools v0.10.5 |
| 1631 | 2025-09-17T21:24:03.550Z | Compiling itertools v0.13.0 |
| 1632 | 2025-09-17T21:24:03.752Z | Compiling winnow v0.6.26 |
| 1633 | 2025-09-17T21:24:04.664Z | Compiling lalrpop-util v0.19.12 |
| 1634 | 2025-09-17T21:24:04.806Z | Compiling rustc-hash v2.1.1 |
| 1635 | 2025-09-17T21:24:05.022Z | Compiling peg-runtime v0.8.5 |
| 1636 | 2025-09-17T21:24:05.058Z | Compiling thread_local v1.1.8 |
| 1637 | 2025-09-17T21:24:05.537Z | Compiling slog-async v2.8.0 |
| 1638 | 2025-09-17T21:24:05.611Z | Compiling crossbeam-channel v0.5.15 |
| 1639 | 2025-09-17T21:24:05.986Z | Compiling xattr v1.3.1 |
| 1640 | 2025-09-17T21:24:06.131Z | Compiling futures-executor v0.3.31 |
| 1641 | 2025-09-17T21:24:06.260Z | Compiling is-terminal v0.4.13 |
| 1642 | 2025-09-17T21:24:06.413Z | Compiling filetime v0.2.25 |
| 1643 | 2025-09-17T21:24:06.481Z | Compiling take_mut v0.2.2 |
| 1644 | 2025-09-17T21:24:06.503Z | Compiling term v1.1.0 |
| 1645 | 2025-09-17T21:24:06.534Z | Compiling futures v0.3.31 |
| 1646 | 2025-09-17T21:24:06.615Z | Compiling tar v0.4.44 |
| 1647 | 2025-09-17T21:24:07.048Z | Compiling slog-term v2.9.2 |
| 1648 | 2025-09-17T21:24:10.749Z | Compiling aws-lc-sys v0.26.0 |
| 1649 | 2025-09-17T21:24:43.724Z | Compiling rustls-webpki v0.102.8 |
| 1650 | 2025-09-17T21:24:48.202Z | Compiling tokio-rustls v0.26.0 |
| 1651 | 2025-09-17T21:24:48.432Z | Compiling hyper-rustls v0.27.7 |
| 1652 | 2025-09-17T21:24:48.799Z | Compiling reqwest v0.12.22 |
| 1653 | 2025-09-17T21:24:52.077Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1654 | 2025-09-17T21:24:52.371Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1655 | 2025-09-17T21:24:56.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s |
| 1656 | 2025-09-17T21:24:57.181Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1657 | 2025-09-17T21:24:57.187Z | Sep 17 21:24:55.728 INFO Starting download, target: Clickhouse |
| 1658 | 2025-09-17T21:24:57.187Z | Sep 17 21:24:55.728 INFO Starting download, target: Console |
| 1659 | 2025-09-17T21:24:57.187Z | Sep 17 21:24:55.729 INFO Starting download, target: DendriteStub |
| 1660 | 2025-09-17T21:24:57.187Z | Sep 17 21:24:55.729 INFO Starting download, target: Cockroach |
| 1661 | 2025-09-17T21:24:57.187Z | Sep 17 21:24:55.729 INFO Starting download, target: MaghemiteMgd |
| 1662 | 2025-09-17T21:24:57.187Z | Sep 17 21:24:55.729 INFO Starting download, target: TransceiverControl |
| 1663 | 2025-09-17T21:24:57.187Z | Sep 17 21:24:55.729 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1664 | 2025-09-17T21:24:57.187Z | Sep 17 21:24:55.729 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1665 | 2025-09-17T21:24:57.187Z | Sep 17 21:24:55.729 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1666 | 2025-09-17T21:24:57.187Z | Sep 17 21:24:55.729 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1667 | 2025-09-17T21:24:57.187Z | Sep 17 21:24:55.729 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1668 | 2025-09-17T21:24:57.187Z | Sep 17 21:24:55.729 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1669 | 2025-09-17T21:24:57.753Z | Sep 17 21:24:56.246 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1670 | 2025-09-17T21:24:58.214Z | Sep 17 21:24:56.310 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1671 | 2025-09-17T21:24:58.296Z | Sep 17 21:24:56.711 INFO Download complete, target: TransceiverControl |
| 1672 | 2025-09-17T21:24:58.297Z | Sep 17 21:24:56.735 INFO Download complete, target: Console |
| 1673 | 2025-09-17T21:24:59.643Z | Sep 17 21:24:57.997 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1674 | 2025-09-17T21:25:00.288Z | Sep 17 21:24:58.755 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1675 | 2025-09-17T21:25:00.729Z | Sep 17 21:24:59.232 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1676 | 2025-09-17T21:25:02.387Z | Sep 17 21:25:00.952 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1677 | 2025-09-17T21:25:02.387Z | Sep 17 21:25:00.952 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1678 | 2025-09-17T21:25:04.452Z | Sep 17 21:25:03.020 INFO Download complete, target: DendriteStub |
| 1679 | 2025-09-17T21:25:04.975Z | Sep 17 21:25:03.544 INFO Download complete, target: MaghemiteMgd |
| 1680 | 2025-09-17T21:25:09.285Z | Sep 17 21:25:07.853 INFO Checking that binary works, target: Cockroach |
| 1681 | 2025-09-17T21:25:09.418Z | Sep 17 21:25:07.986 INFO Download complete, target: Cockroach |
| 1682 | 2025-09-17T21:25:10.308Z | Sep 17 21:25:08.875 INFO Checking that binary works, target: Clickhouse |
| 1683 | 2025-09-17T21:25:10.487Z | Sep 17 21:25:09.054 INFO Download complete, target: Clickhouse |
| 1684 | 2025-09-17T21:25:10.493Z | All prerequisites installed successfully |
| 1685 | 2025-09-17T21:25:10.498Z | |
| 1686 | 2025-09-17T21:25:10.498Z | real 4:49.263727643 |
| 1687 | 2025-09-17T21:25:10.498Z | user 16:25.391467404 |
| 1688 | 2025-09-17T21:25:10.498Z | sys 2:19.991585841 |
| 1689 | 2025-09-17T21:25:10.498Z | trap 0.613188503 |
| 1690 | 2025-09-17T21:25:10.498Z | tflt 2.976414385 |
| 1691 | 2025-09-17T21:25:10.498Z | dflt 2.725919619 |
| 1692 | 2025-09-17T21:25:10.498Z | kflt 0.034044820 |
| 1693 | 2025-09-17T21:25:10.498Z | lock 39:02.909509514 |
| 1694 | 2025-09-17T21:25:10.498Z | slp 1:00:24.760372124 |
| 1695 | 2025-09-17T21:25:10.498Z | lat 1:11.755180104 |
| 1696 | 2025-09-17T21:25:10.498Z | stop 2:57.969338319 |
| 1697 | 2025-09-17T21:25:10.498Z | + ptime -m cargo xtask download softnpu |
| 1698 | 2025-09-17T21:25:11.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 1699 | 2025-09-17T21:25:11.322Z | Running `target/debug/xtask download softnpu` |
| 1700 | 2025-09-17T21:25:12.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 1701 | 2025-09-17T21:25:12.425Z | Running `target/debug/xtask-downloader softnpu` |
| 1702 | 2025-09-17T21:25:12.468Z | Sep 17 21:25:11.035 INFO Starting download, target: Softnpu |
| 1703 | 2025-09-17T21:25:12.471Z | Sep 17 21:25:11.035 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1704 | 2025-09-17T21:25:13.226Z | Sep 17 21:25:11.793 INFO Download complete, target: Softnpu |
| 1705 | 2025-09-17T21:25:13.229Z | |
| 1706 | 2025-09-17T21:25:13.233Z | real 2.728981002 |
| 1707 | 2025-09-17T21:25:13.233Z | user 1.681076355 |
| 1708 | 2025-09-17T21:25:13.233Z | sys 0.689406207 |
| 1709 | 2025-09-17T21:25:13.233Z | trap 0.001373315 |
| 1710 | 2025-09-17T21:25:13.233Z | tflt 0.000039402 |
| 1711 | 2025-09-17T21:25:13.233Z | dflt 0.000157517 |
| 1712 | 2025-09-17T21:25:13.233Z | kflt 0.000000000 |
| 1713 | 2025-09-17T21:25:13.233Z | lock 7.844300359 |
| 1714 | 2025-09-17T21:25:13.233Z | slp 0.538918612 |
| 1715 | 2025-09-17T21:25:13.233Z | lat 0.085579136 |
| 1716 | 2025-09-17T21:25:13.233Z | stop 0.000173705 |
| 1717 | 2025-09-17T21:25:13.233Z | + export CARGO_INCREMENTAL=0 |
| 1718 | 2025-09-17T21:25:13.233Z | + CARGO_INCREMENTAL=0 |
| 1719 | 2025-09-17T21:25:13.233Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1720 | 2025-09-17T21:25:14.513Z | Compiling proc-macro2 v1.0.101 |
| 1721 | 2025-09-17T21:25:14.513Z | Compiling unicode-ident v1.0.18 |
| 1722 | 2025-09-17T21:25:14.516Z | Compiling libc v0.2.174 |
| 1723 | 2025-09-17T21:25:14.516Z | Compiling serde_core v1.0.223 |
| 1724 | 2025-09-17T21:25:14.517Z | Compiling serde v1.0.223 |
| 1725 | 2025-09-17T21:25:14.517Z | Compiling autocfg v1.4.0 |
| 1726 | 2025-09-17T21:25:14.517Z | Compiling cfg-if v1.0.1 |
| 1727 | 2025-09-17T21:25:14.517Z | Compiling version_check v0.9.5 |
| 1728 | 2025-09-17T21:25:14.925Z | Compiling memchr v2.7.4 |
| 1729 | 2025-09-17T21:25:14.995Z | Compiling shlex v1.3.0 |
| 1730 | 2025-09-17T21:25:15.321Z | Compiling portable-atomic v1.11.0 |
| 1731 | 2025-09-17T21:25:15.344Z | Compiling typenum v1.17.0 |
| 1732 | 2025-09-17T21:25:15.385Z | Compiling lock_api v0.4.12 |
| 1733 | 2025-09-17T21:25:16.132Z | Compiling generic-array v0.14.7 |
| 1734 | 2025-09-17T21:25:16.184Z | Compiling value-bag v1.9.0 |
| 1735 | 2025-09-17T21:25:16.473Z | Compiling libm v0.2.8 |
| 1736 | 2025-09-17T21:25:16.716Z | Compiling quote v1.0.40 |
| 1737 | 2025-09-17T21:25:16.811Z | Compiling jobserver v0.1.32 |
| 1738 | 2025-09-17T21:25:16.850Z | Compiling log v0.4.27 |
| 1739 | 2025-09-17T21:25:17.004Z | Compiling getrandom v0.3.1 |
| 1740 | 2025-09-17T21:25:17.284Z | Compiling syn v2.0.106 |
| 1741 | 2025-09-17T21:25:17.390Z | Compiling cc v1.2.30 |
| 1742 | 2025-09-17T21:25:17.444Z | Compiling num-traits v0.2.19 |
| 1743 | 2025-09-17T21:25:17.475Z | Compiling serde_json v1.0.145 |
| 1744 | 2025-09-17T21:25:17.553Z | Compiling parking_lot_core v0.9.10 |
| 1745 | 2025-09-17T21:25:17.819Z | Compiling smallvec v1.15.1 |
| 1746 | 2025-09-17T21:25:17.925Z | Compiling scopeguard v1.2.0 |
| 1747 | 2025-09-17T21:25:17.997Z | Compiling semver v1.0.26 |
| 1748 | 2025-09-17T21:25:18.300Z | Compiling pkg-config v0.3.31 |
| 1749 | 2025-09-17T21:25:18.441Z | Compiling getrandom v0.2.15 |
| 1750 | 2025-09-17T21:25:18.544Z | Compiling itoa v1.0.11 |
| 1751 | 2025-09-17T21:25:18.818Z | Compiling aho-corasick v1.1.3 |
| 1752 | 2025-09-17T21:25:18.838Z | Compiling rustix v0.38.37 |
| 1753 | 2025-09-17T21:25:18.900Z | Compiling regex-syntax v0.8.5 |
| 1754 | 2025-09-17T21:25:19.865Z | Compiling either v1.15.0 |
| 1755 | 2025-09-17T21:25:20.464Z | Compiling stable_deref_trait v1.2.0 |
| 1756 | 2025-09-17T21:25:20.555Z | Compiling critical-section v1.1.3 |
| 1757 | 2025-09-17T21:25:20.602Z | Compiling slab v0.4.9 |
| 1758 | 2025-09-17T21:25:20.628Z | Compiling errno v0.3.12 |
| 1759 | 2025-09-17T21:25:20.855Z | Compiling spin v0.9.8 |
| 1760 | 2025-09-17T21:25:20.878Z | Compiling foldhash v0.1.5 |
| 1761 | 2025-09-17T21:25:20.951Z | Compiling equivalent v1.0.2 |
| 1762 | 2025-09-17T21:25:21.013Z | Compiling allocator-api2 v0.2.21 |
| 1763 | 2025-09-17T21:25:21.105Z | Compiling rand_core v0.6.4 |
| 1764 | 2025-09-17T21:25:21.496Z | Compiling glob v0.3.2 |
| 1765 | 2025-09-17T21:25:21.675Z | Compiling once_cell v1.21.3 |
| 1766 | 2025-09-17T21:25:21.729Z | Compiling hashbrown v0.15.4 |
| 1767 | 2025-09-17T21:25:22.147Z | Compiling clang-sys v1.8.1 |
| 1768 | 2025-09-17T21:25:22.381Z | Compiling regex-automata v0.4.8 |
| 1769 | 2025-09-17T21:25:22.429Z | Compiling prettyplease v0.2.36 |
| 1770 | 2025-09-17T21:25:22.668Z | Compiling pin-project-lite v0.2.14 |
| 1771 | 2025-09-17T21:25:22.795Z | Compiling subtle v2.6.1 |
| 1772 | 2025-09-17T21:25:22.818Z | Compiling ryu v1.0.18 |
| 1773 | 2025-09-17T21:25:23.109Z | Compiling lazy_static v1.5.0 |
| 1774 | 2025-09-17T21:25:23.362Z | Compiling litemap v0.7.3 |
| 1775 | 2025-09-17T21:25:23.379Z | Compiling minimal-lexical v0.2.1 |
| 1776 | 2025-09-17T21:25:23.399Z | Compiling schemars v0.8.22 |
| 1777 | 2025-09-17T21:25:23.785Z | Compiling writeable v0.5.5 |
| 1778 | 2025-09-17T21:25:23.809Z | Compiling nom v7.1.3 |
| 1779 | 2025-09-17T21:25:24.342Z | Compiling synstructure v0.13.1 |
| 1780 | 2025-09-17T21:25:24.894Z | Compiling serde_derive_internals v0.29.1 |
| 1781 | 2025-09-17T21:25:25.280Z | Compiling libloading v0.8.5 |
| 1782 | 2025-09-17T21:25:25.513Z | Compiling thiserror v1.0.69 |
| 1783 | 2025-09-17T21:25:25.569Z | Compiling home v0.5.9 |
| 1784 | 2025-09-17T21:25:25.643Z | Compiling percent-encoding v2.3.2 |
| 1785 | 2025-09-17T21:25:25.782Z | Compiling bindgen v0.69.5 |
| 1786 | 2025-09-17T21:25:26.811Z | Compiling itertools v0.12.1 |
| 1787 | 2025-09-17T21:25:27.090Z | Compiling cexpr v0.6.0 |
| 1788 | 2025-09-17T21:25:27.605Z | Compiling regex v1.11.1 |
| 1789 | 2025-09-17T21:25:27.858Z | Compiling serde_derive v1.0.223 |
| 1790 | 2025-09-17T21:25:28.422Z | Compiling zeroize_derive v1.4.2 |
| 1791 | 2025-09-17T21:25:28.541Z | Compiling zerofrom-derive v0.1.4 |
| 1792 | 2025-09-17T21:25:29.243Z | Compiling yoke-derive v0.7.4 |
| 1793 | 2025-09-17T21:25:29.708Z | Compiling zerovec-derive v0.10.3 |
| 1794 | 2025-09-17T21:25:29.727Z | Compiling displaydoc v0.2.5 |
| 1795 | 2025-09-17T21:25:30.483Z | Compiling icu_provider_macros v1.5.0 |
| 1796 | 2025-09-17T21:25:31.076Z | Compiling tokio-macros v2.5.0 |
| 1797 | 2025-09-17T21:25:31.144Z | Compiling zeroize v1.8.1 |
| 1798 | 2025-09-17T21:25:31.496Z | Compiling zerocopy-derive v0.7.35 |
| 1799 | 2025-09-17T21:25:31.518Z | Compiling zerofrom v0.1.4 |
| 1800 | 2025-09-17T21:25:31.632Z | Compiling futures-macro v0.3.31 |
| 1801 | 2025-09-17T21:25:31.779Z | Compiling yoke v0.7.4 |
| 1802 | 2025-09-17T21:25:32.159Z | Compiling zerovec v0.10.4 |
| 1803 | 2025-09-17T21:25:32.181Z | Compiling schemars_derive v0.8.22 |
| 1804 | 2025-09-17T21:25:32.465Z | Compiling lazycell v1.3.0 |
| 1805 | 2025-09-17T21:25:32.657Z | Compiling rustc-hash v1.1.0 |
| 1806 | 2025-09-17T21:25:32.820Z | Compiling icu_locid_transform_data v1.5.0 |
| 1807 | 2025-09-17T21:25:33.333Z | Compiling thiserror-impl v1.0.69 |
| 1808 | 2025-09-17T21:25:33.614Z | Compiling cmake v0.1.51 |
| 1809 | 2025-09-17T21:25:34.026Z | Compiling signal-hook-registry v1.4.2 |
| 1810 | 2025-09-17T21:25:34.340Z | Compiling tinystr v0.7.6 |
| 1811 | 2025-09-17T21:25:34.753Z | Compiling icu_locid v1.5.0 |
| 1812 | 2025-09-17T21:25:34.790Z | Compiling icu_collections v1.5.0 |
| 1813 | 2025-09-17T21:25:34.838Z | Compiling fnv v1.0.7 |
| 1814 | 2025-09-17T21:25:34.996Z | Compiling paste v1.0.15 |
| 1815 | 2025-09-17T21:25:35.036Z | Compiling dunce v1.0.5 |
| 1816 | 2025-09-17T21:25:35.196Z | Compiling fs_extra v1.3.0 |
| 1817 | 2025-09-17T21:25:35.411Z | Compiling icu_properties_data v1.5.0 |
| 1818 | 2025-09-17T21:25:35.473Z | Compiling bitflags v2.9.1 |
| 1819 | 2025-09-17T21:25:35.559Z | Compiling bytes v1.10.1 |
| 1820 | 2025-09-17T21:25:35.935Z | Compiling byteorder v1.5.0 |
| 1821 | 2025-09-17T21:25:36.375Z | Compiling icu_provider v1.5.0 |
| 1822 | 2025-09-17T21:25:36.876Z | Compiling parking_lot v0.12.3 |
| 1823 | 2025-09-17T21:25:37.385Z | Compiling icu_locid_transform v1.5.0 |
| 1824 | 2025-09-17T21:25:37.936Z | Compiling mio v1.0.2 |
| 1825 | 2025-09-17T21:25:38.519Z | Compiling utf8_iter v1.0.4 |
| 1826 | 2025-09-17T21:25:38.832Z | Compiling icu_properties v1.5.1 |
| 1827 | 2025-09-17T21:25:38.908Z | Compiling icu_normalizer_data v1.5.0 |
| 1828 | 2025-09-17T21:25:39.032Z | Compiling write16 v1.0.0 |
| 1829 | 2025-09-17T21:25:39.212Z | Compiling heck v0.5.0 |
| 1830 | 2025-09-17T21:25:39.235Z | Compiling utf16_iter v1.0.5 |
| 1831 | 2025-09-17T21:25:39.498Z | Compiling crypto-common v0.1.6 |
| 1832 | 2025-09-17T21:25:39.619Z | Compiling which v4.4.2 |
| 1833 | 2025-09-17T21:25:39.785Z | Compiling socket2 v0.6.0 |
| 1834 | 2025-09-17T21:25:40.611Z | Compiling const-oid v0.9.6 |
| 1835 | 2025-09-17T21:25:41.537Z | Compiling tokio v1.47.0 |
| 1836 | 2025-09-17T21:25:41.959Z | Compiling indexmap v2.11.0 |
| 1837 | 2025-09-17T21:25:42.590Z | Compiling icu_normalizer v1.5.0 |
| 1838 | 2025-09-17T21:25:42.678Z | Compiling form_urlencoded v1.2.2 |
| 1839 | 2025-09-17T21:25:42.869Z | Compiling ring v0.17.14 |
| 1840 | 2025-09-17T21:25:43.643Z | Compiling idna_adapter v1.2.0 |
| 1841 | 2025-09-17T21:25:43.860Z | Compiling idna v1.0.3 |
| 1842 | 2025-09-17T21:25:44.151Z | Compiling tracing-attributes v0.1.27 |
| 1843 | 2025-09-17T21:25:44.253Z | Compiling der_derive v0.7.3 |
| 1844 | 2025-09-17T21:25:44.611Z | Compiling aws-lc-rs v1.12.4 |
| 1845 | 2025-09-17T21:25:45.006Z | Compiling vcpkg v0.2.15 |
| 1846 | 2025-09-17T21:25:45.029Z | Compiling thiserror v2.0.16 |
| 1847 | 2025-09-17T21:25:46.315Z | Compiling openssl-sys v0.9.109 |
| 1848 | 2025-09-17T21:25:46.930Z | Compiling url v2.5.4 |
| 1849 | 2025-09-17T21:25:47.597Z | Compiling block-buffer v0.10.4 |
| 1850 | 2025-09-17T21:25:48.029Z | Compiling futures-core v0.3.31 |
| 1851 | 2025-09-17T21:25:48.319Z | Compiling digest v0.10.7 |
| 1852 | 2025-09-17T21:25:48.427Z | Compiling thiserror-impl v2.0.16 |
| 1853 | 2025-09-17T21:25:49.149Z | Compiling httparse v1.9.5 |
| 1854 | 2025-09-17T21:25:49.759Z | Compiling zerocopy v0.7.35 |
| 1855 | 2025-09-17T21:25:50.274Z | Compiling iana-time-zone v0.1.63 |
| 1856 | 2025-09-17T21:25:50.661Z | Compiling chrono v0.4.41 |
| 1857 | 2025-09-17T21:25:51.311Z | Compiling aws-lc-sys v0.26.0 |
| 1858 | 2025-09-17T21:25:51.445Z | Compiling uuid v1.18.1 |
| 1859 | 2025-09-17T21:25:52.369Z | Compiling syn v1.0.109 |
| 1860 | 2025-09-17T21:25:53.148Z | Compiling num-conv v0.1.0 |
| 1861 | 2025-09-17T21:25:53.337Z | Compiling futures-sink v0.3.31 |
| 1862 | 2025-09-17T21:25:53.456Z | Compiling time-core v0.1.2 |
| 1863 | 2025-09-17T21:25:53.522Z | Compiling futures-channel v0.3.31 |
| 1864 | 2025-09-17T21:25:53.650Z | Compiling time-macros v0.2.18 |
| 1865 | 2025-09-17T21:25:55.274Z | Compiling openssl v0.10.73 |
| 1866 | 2025-09-17T21:25:55.534Z | Compiling futures-task v0.3.31 |
| 1867 | 2025-09-17T21:25:55.665Z | Compiling futures-io v0.3.31 |
| 1868 | 2025-09-17T21:25:55.733Z | Compiling strsim v0.11.1 |
| 1869 | 2025-09-17T21:25:55.841Z | Compiling cpufeatures v0.2.14 |
| 1870 | 2025-09-17T21:25:55.875Z | Compiling pin-utils v0.1.0 |
| 1871 | 2025-09-17T21:25:56.002Z | Compiling futures-util v0.3.31 |
| 1872 | 2025-09-17T21:25:56.394Z | Compiling hmac v0.12.1 |
| 1873 | 2025-09-17T21:25:56.465Z | Compiling rustc_version v0.4.1 |
| 1874 | 2025-09-17T21:25:56.639Z | Compiling serde_tokenstream v0.2.2 |
| 1875 | 2025-09-17T21:25:56.994Z | Compiling zerocopy v0.8.26 |
| 1876 | 2025-09-17T21:25:57.380Z | Compiling block-padding v0.3.3 |
| 1877 | 2025-09-17T21:25:57.650Z | Compiling openssl-macros v0.1.1 |
| 1878 | 2025-09-17T21:25:57.690Z | Compiling scroll_derive v0.12.0 |
| 1879 | 2025-09-17T21:25:58.502Z | Compiling native-tls v0.2.12 |
| 1880 | 2025-09-17T21:25:58.887Z | Compiling ucd-trie v0.1.7 |
| 1881 | 2025-09-17T21:25:58.954Z | Compiling dyn-clone v1.0.20 |
| 1882 | 2025-09-17T21:25:58.982Z | Compiling crossbeam-utils v0.8.21 |
| 1883 | 2025-09-17T21:25:59.072Z | Compiling rustls v0.23.19 |
| 1884 | 2025-09-17T21:25:59.230Z | Compiling pest v2.7.14 |
| 1885 | 2025-09-17T21:25:59.418Z | Compiling inout v0.1.3 |
| 1886 | 2025-09-17T21:25:59.507Z | Compiling zerocopy-derive v0.8.26 |
| 1887 | 2025-09-17T21:26:02.040Z | Compiling pest_meta v2.7.14 |
| 1888 | 2025-09-17T21:26:02.353Z | Compiling cipher v0.4.4 |
| 1889 | 2025-09-17T21:26:02.478Z | Compiling sha2 v0.10.9 |
| 1890 | 2025-09-17T21:26:03.247Z | Compiling http v1.3.1 |
| 1891 | 2025-09-17T21:26:04.171Z | Compiling cookie v0.18.1 |
| 1892 | 2025-09-17T21:26:04.506Z | Compiling base64ct v1.6.0 |
| 1893 | 2025-09-17T21:26:05.065Z | Compiling rustversion v1.0.17 |
| 1894 | 2025-09-17T21:26:05.221Z | Compiling pem-rfc7468 v0.7.0 |
| 1895 | 2025-09-17T21:26:05.558Z | Compiling pest_generator v2.7.14 |
| 1896 | 2025-09-17T21:26:05.761Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1897 | 2025-09-17T21:26:06.480Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1898 | 2025-09-17T21:26:06.995Z | Compiling flagset v0.4.6 |
| 1899 | 2025-09-17T21:26:07.092Z | Compiling anyhow v1.0.99 |
| 1900 | 2025-09-17T21:26:07.230Z | Compiling slog v2.7.0 |
| 1901 | 2025-09-17T21:26:07.642Z | Compiling der v0.7.9 |
| 1902 | 2025-09-17T21:26:07.691Z | Compiling pest_derive v2.7.14 |
| 1903 | 2025-09-17T21:26:09.025Z | Compiling toml_datetime v0.6.11 |
| 1904 | 2025-09-17T21:26:09.134Z | Compiling serde_spanned v0.6.9 |
| 1905 | 2025-09-17T21:26:09.221Z | Compiling tracing-core v0.1.32 |
| 1906 | 2025-09-17T21:26:09.379Z | Compiling usdt-impl v0.5.0 |
| 1907 | 2025-09-17T21:26:09.479Z | Compiling rustls-pki-types v1.10.0 |
| 1908 | 2025-09-17T21:26:09.773Z | Compiling spki v0.7.3 |
| 1909 | 2025-09-17T21:26:10.101Z | Compiling tracing v0.1.40 |
| 1910 | 2025-09-17T21:26:10.170Z | Compiling salsa20 v0.10.2 |
| 1911 | 2025-09-17T21:26:10.275Z | Compiling scroll v0.12.0 |
| 1912 | 2025-09-17T21:26:10.398Z | Compiling pbkdf2 v0.12.2 |
| 1913 | 2025-09-17T21:26:10.421Z | Compiling ppv-lite86 v0.2.20 |
| 1914 | 2025-09-17T21:26:11.177Z | Compiling plain v0.2.3 |
| 1915 | 2025-09-17T21:26:11.219Z | Compiling rustix v1.0.7 |
| 1916 | 2025-09-17T21:26:11.267Z | Compiling winnow v0.5.40 |
| 1917 | 2025-09-17T21:26:11.304Z | Compiling litrs v0.4.1 |
| 1918 | 2025-09-17T21:26:11.349Z | Compiling goblin v0.8.2 |
| 1919 | 2025-09-17T21:26:11.588Z | Compiling scrypt v0.11.0 |
| 1920 | 2025-09-17T21:26:11.729Z | Compiling cbc v0.1.2 |
| 1921 | 2025-09-17T21:26:11.820Z | Compiling aes v0.8.4 |
| 1922 | 2025-09-17T21:26:11.957Z | Compiling tokio-util v0.7.15 |
| 1923 | 2025-09-17T21:26:12.244Z | Compiling document-features v0.2.11 |
| 1924 | 2025-09-17T21:26:13.319Z | Compiling powerfmt v0.2.0 |
| 1925 | 2025-09-17T21:26:13.800Z | Compiling newtype-uuid v1.2.4 |
| 1926 | 2025-09-17T21:26:14.111Z | Compiling adler2 v2.0.0 |
| 1927 | 2025-09-17T21:26:14.386Z | Compiling toml_edit v0.19.15 |
| 1928 | 2025-09-17T21:26:14.522Z | Compiling untrusted v0.7.1 |
| 1929 | 2025-09-17T21:26:14.740Z | Compiling pretty-hex v0.4.1 |
| 1930 | 2025-09-17T21:26:14.968Z | Compiling untrusted v0.9.0 |
| 1931 | 2025-09-17T21:26:15.126Z | Compiling miniz_oxide v0.8.5 |
| 1932 | 2025-09-17T21:26:15.183Z | Compiling deranged v0.3.11 |
| 1933 | 2025-09-17T21:26:16.326Z | Compiling pkcs5 v0.7.1 |
| 1934 | 2025-09-17T21:26:17.278Z | Compiling dof v0.3.0 |
| 1935 | 2025-09-17T21:26:18.567Z | Compiling dtrace-parser v0.2.0 |
| 1936 | 2025-09-17T21:26:18.684Z | Compiling http-body v1.0.1 |
| 1937 | 2025-09-17T21:26:18.958Z | Compiling heapless v0.7.17 |
| 1938 | 2025-09-17T21:26:19.360Z | Compiling thread-id v4.2.2 |
| 1939 | 2025-09-17T21:26:19.791Z | Compiling atomic-waker v1.1.2 |
| 1940 | 2025-09-17T21:26:20.001Z | Compiling num_threads v0.1.7 |
| 1941 | 2025-09-17T21:26:20.073Z | Compiling base64 v0.22.1 |
| 1942 | 2025-09-17T21:26:20.159Z | Compiling zstd-safe v7.2.3 |
| 1943 | 2025-09-17T21:26:20.224Z | Compiling signal-hook v0.3.18 |
| 1944 | 2025-09-17T21:26:20.252Z | Compiling time v0.3.36 |
| 1945 | 2025-09-17T21:26:22.084Z | Compiling pkcs8 v0.10.2 |
| 1946 | 2025-09-17T21:26:22.664Z | Compiling ident_case v1.0.1 |
| 1947 | 2025-09-17T21:26:22.866Z | Compiling try-lock v0.2.5 |
| 1948 | 2025-09-17T21:26:23.056Z | Compiling tower-service v0.3.3 |
| 1949 | 2025-09-17T21:26:23.490Z | Compiling tinyvec_macros v0.1.1 |
| 1950 | 2025-09-17T21:26:23.601Z | Compiling tinyvec v1.8.0 |
| 1951 | 2025-09-17T21:26:23.804Z | Compiling want v0.3.1 |
| 1952 | 2025-09-17T21:26:24.965Z | Compiling h2 v0.4.6 |
| 1953 | 2025-09-17T21:26:26.949Z | Compiling curve25519-dalek v4.1.3 |
| 1954 | 2025-09-17T21:26:27.463Z | Compiling rand_core v0.9.3 |
| 1955 | 2025-09-17T21:26:27.658Z | Compiling ipnet v2.11.0 |
| 1956 | 2025-09-17T21:26:27.871Z | Compiling async-trait v0.1.89 |
| 1957 | 2025-09-17T21:26:29.931Z | Compiling memoffset v0.9.1 |
| 1958 | 2025-09-17T21:26:30.504Z | Compiling num-bigint-dig v0.8.4 |
| 1959 | 2025-09-17T21:26:30.661Z | Compiling foreign-types-shared v0.1.1 |
| 1960 | 2025-09-17T21:26:30.839Z | Compiling openssl-probe v0.1.5 |
| 1961 | 2025-09-17T21:26:30.872Z | Compiling gimli v0.31.1 |
| 1962 | 2025-09-17T21:26:31.520Z | Compiling smoltcp v0.9.1 |
| 1963 | 2025-09-17T21:26:31.556Z | Compiling httpdate v1.0.3 |
| 1964 | 2025-09-17T21:26:32.071Z | Compiling foreign-types v0.3.2 |
| 1965 | 2025-09-17T21:26:33.379Z | Compiling hyper v1.7.0 |
| 1966 | 2025-09-17T21:26:36.465Z | Compiling addr2line v0.24.2 |
| 1967 | 2025-09-17T21:26:37.236Z | Compiling rand_chacha v0.9.0 |
| 1968 | 2025-09-17T21:26:39.697Z | Compiling usdt-macro v0.5.0 |
| 1969 | 2025-09-17T21:26:40.693Z | Compiling usdt-attr-macro v0.5.0 |
| 1970 | 2025-09-17T21:26:42.666Z | Compiling strum_macros v0.26.4 |
| 1971 | 2025-09-17T21:26:44.004Z | Compiling ipnetwork v0.21.1 |
| 1972 | 2025-09-17T21:26:45.359Z | Compiling daft-derive v0.1.4 |
| 1973 | 2025-09-17T21:26:46.354Z | Compiling object v0.36.5 |
| 1974 | 2025-09-17T21:26:46.791Z | Compiling rustc-demangle v0.1.24 |
| 1975 | 2025-09-17T21:26:46.916Z | Compiling cfg_aliases v0.2.1 |
| 1976 | 2025-09-17T21:26:48.826Z | Compiling nix v0.29.0 |
| 1977 | 2025-09-17T21:26:53.239Z | Compiling rand v0.9.2 |
| 1978 | 2025-09-17T21:26:54.445Z | Compiling backtrace v0.3.74 |
| 1979 | 2025-09-17T21:26:54.658Z | Compiling hyper-util v0.1.16 |
| 1980 | 2025-09-17T21:26:56.392Z | Compiling unicode-normalization v0.1.24 |
| 1981 | 2025-09-17T21:26:57.431Z | Compiling strum_macros v0.27.1 |
| 1982 | 2025-09-17T21:26:59.885Z | Compiling hubpack_derive v0.1.1 |
| 1983 | 2025-09-17T21:27:00.779Z | Compiling signature v2.2.0 |
| 1984 | 2025-09-17T21:27:00.841Z | Compiling openapiv3 v2.2.0 |
| 1985 | 2025-09-17T21:27:01.025Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1986 | 2025-09-17T21:27:02.391Z | Compiling fs-err v3.1.1 |
| 1987 | 2025-09-17T21:27:02.778Z | Compiling ahash v0.8.12 |
| 1988 | 2025-09-17T21:27:03.148Z | Compiling crc32fast v1.4.2 |
| 1989 | 2025-09-17T21:27:03.483Z | Compiling zlib-rs v0.5.1 |
| 1990 | 2025-09-17T21:27:04.550Z | Compiling buf-list v1.0.3 |
| 1991 | 2025-09-17T21:27:04.643Z | Compiling unicode-properties v0.1.3 |
| 1992 | 2025-09-17T21:27:05.076Z | Compiling unicode-bidi v0.3.17 |
| 1993 | 2025-09-17T21:27:05.103Z | Compiling utf8parse v0.2.2 |
| 1994 | 2025-09-17T21:27:05.282Z | Compiling siphasher v0.3.11 |
| 1995 | 2025-09-17T21:27:05.683Z | Compiling anstyle v1.0.11 |
| 1996 | 2025-09-17T21:27:05.793Z | Compiling stringprep v0.1.5 |
| 1997 | 2025-09-17T21:27:06.149Z | Compiling phf_shared v0.11.2 |
| 1998 | 2025-09-17T21:27:06.515Z | Compiling anstyle-parse v0.2.5 |
| 1999 | 2025-09-17T21:27:08.339Z | Compiling libz-rs-sys v0.5.1 |
| 2000 | 2025-09-17T21:27:14.451Z | Compiling http-body-util v0.1.3 |
| 2001 | 2025-09-17T21:27:14.920Z | Compiling rand_chacha v0.3.1 |
| 2002 | 2025-09-17T21:27:15.152Z | Compiling sync_wrapper v1.0.1 |
| 2003 | 2025-09-17T21:27:15.328Z | Compiling md-5 v0.10.6 |
| 2004 | 2025-09-17T21:27:15.592Z | Compiling num-integer v0.1.46 |
| 2005 | 2025-09-17T21:27:15.615Z | Compiling hash32 v0.2.1 |
| 2006 | 2025-09-17T21:27:15.781Z | Compiling ff v0.13.0 |
| 2007 | 2025-09-17T21:27:15.959Z | Compiling encoding_rs v0.8.34 |
| 2008 | 2025-09-17T21:27:16.021Z | Compiling psl-types v2.0.11 |
| 2009 | 2025-09-17T21:27:16.237Z | Compiling is_terminal_polyfill v1.70.1 |
| 2010 | 2025-09-17T21:27:16.263Z | Compiling mime v0.3.17 |
| 2011 | 2025-09-17T21:27:16.600Z | Compiling anstyle-query v1.1.1 |
| 2012 | 2025-09-17T21:27:17.232Z | Compiling tower-layer v0.3.3 |
| 2013 | 2025-09-17T21:27:17.536Z | Compiling base16ct v0.2.0 |
| 2014 | 2025-09-17T21:27:17.690Z | Compiling fallible-iterator v0.2.0 |
| 2015 | 2025-09-17T21:27:17.839Z | Compiling colorchoice v1.0.2 |
| 2016 | 2025-09-17T21:27:18.363Z | Compiling postgres-protocol v0.6.8 |
| 2017 | 2025-09-17T21:27:18.446Z | Compiling tower v0.5.2 |
| 2018 | 2025-09-17T21:27:19.385Z | Compiling anstream v0.6.18 |
| 2019 | 2025-09-17T21:27:19.413Z | Compiling sec1 v0.7.3 |
| 2020 | 2025-09-17T21:27:19.998Z | Compiling publicsuffix v2.3.0 |
| 2021 | 2025-09-17T21:27:20.640Z | Compiling num-iter v0.1.45 |
| 2022 | 2025-09-17T21:27:20.857Z | Compiling group v0.13.0 |
| 2023 | 2025-09-17T21:27:21.216Z | Compiling rand v0.8.5 |
| 2024 | 2025-09-17T21:27:23.404Z | Compiling tokio-native-tls v0.3.1 |
| 2025 | 2025-09-17T21:27:23.925Z | Compiling flate2 v1.1.2 |
| 2026 | 2025-09-17T21:27:24.809Z | Compiling rustls-webpki v0.102.8 |
| 2027 | 2025-09-17T21:27:24.970Z | Compiling rustls-native-certs v0.8.1 |
| 2028 | 2025-09-17T21:27:26.354Z | Compiling webpki-roots v1.0.1 |
| 2029 | 2025-09-17T21:27:26.829Z | Compiling hkdf v0.12.4 |
| 2030 | 2025-09-17T21:27:26.853Z | Compiling serde_urlencoded v0.7.1 |
| 2031 | 2025-09-17T21:27:27.084Z | Compiling enum-as-inner v0.6.1 |
| 2032 | 2025-09-17T21:27:27.349Z | Compiling clap_derive v4.5.41 |
| 2033 | 2025-09-17T21:27:27.406Z | Compiling terminal_size v0.4.0 |
| 2034 | 2025-09-17T21:27:27.706Z | Compiling crypto-bigint v0.5.5 |
| 2035 | 2025-09-17T21:27:28.067Z | Compiling serde_repr v0.1.19 |
| 2036 | 2025-09-17T21:27:29.135Z | Compiling bitflags v1.3.2 |
| 2037 | 2025-09-17T21:27:29.259Z | Compiling simd-adler32 v0.3.7 |
| 2038 | 2025-09-17T21:27:29.673Z | Compiling winnow v0.7.10 |
| 2039 | 2025-09-17T21:27:30.194Z | Compiling clap_lex v0.7.4 |
| 2040 | 2025-09-17T21:27:30.898Z | Compiling bumpalo v3.16.0 |
| 2041 | 2025-09-17T21:27:31.319Z | Compiling iri-string v0.7.8 |
| 2042 | 2025-09-17T21:27:31.507Z | Compiling managed v0.8.0 |
| 2043 | 2025-09-17T21:27:32.489Z | Compiling tokio-rustls v0.26.0 |
| 2044 | 2025-09-17T21:27:33.083Z | Compiling lockfree-object-pool v0.1.6 |
| 2045 | 2025-09-17T21:27:34.501Z | Compiling tower-http v0.6.6 |
| 2046 | 2025-09-17T21:27:35.374Z | Compiling zopfli v0.8.1 |
| 2047 | 2025-09-17T21:27:36.775Z | Compiling hyper-rustls v0.27.7 |
| 2048 | 2025-09-17T21:27:37.328Z | Compiling clap_builder v4.5.41 |
| 2049 | 2025-09-17T21:27:37.649Z | Compiling elliptic-curve v0.13.8 |
| 2050 | 2025-09-17T21:27:42.128Z | Compiling oxnet v0.1.3 |
| 2051 | 2025-09-17T21:27:42.187Z | Compiling hyper-tls v0.6.0 |
| 2052 | 2025-09-17T21:27:42.187Z | Compiling zstd v0.13.3 |
| 2053 | 2025-09-17T21:27:42.187Z | Compiling signal-hook-mio v0.2.4 |
| 2054 | 2025-09-17T21:27:42.187Z | Compiling cookie_store v0.21.1 |
| 2055 | 2025-09-17T21:27:42.187Z | Compiling postgres-types v0.2.9 |
| 2056 | 2025-09-17T21:27:43.159Z | Compiling phf v0.11.2 |
| 2057 | 2025-09-17T21:27:43.316Z | Compiling strum v0.27.2 |
| 2058 | 2025-09-17T21:27:43.400Z | Compiling ed25519 v2.2.3 |
| 2059 | 2025-09-17T21:27:43.449Z | Compiling hubpack v0.1.2 |
| 2060 | 2025-09-17T21:27:43.473Z | Compiling bzip2 v0.4.4 |
| 2061 | 2025-09-17T21:27:43.525Z | Compiling bzip2 v0.5.2 |
| 2062 | 2025-09-17T21:27:43.852Z | Compiling crossbeam-epoch v0.9.18 |
| 2063 | 2025-09-17T21:27:43.873Z | Compiling pkcs1 v0.7.5 |
| 2064 | 2025-09-17T21:27:44.849Z | Compiling rfc6979 v0.4.0 |
| 2065 | 2025-09-17T21:27:45.070Z | Compiling float-cmp v0.10.0 |
| 2066 | 2025-09-17T21:27:45.197Z | Compiling serde-big-array v0.5.1 |
| 2067 | 2025-09-17T21:27:45.334Z | Compiling bstr v1.10.0 |
| 2068 | 2025-09-17T21:27:45.452Z | Compiling regress v0.10.4 |
| 2069 | 2025-09-17T21:27:45.475Z | Compiling memmap v0.7.0 |
| 2070 | 2025-09-17T21:27:45.699Z | Compiling socket2 v0.5.10 |
| 2071 | 2025-09-17T21:27:45.905Z | Compiling predicates-core v1.0.8 |
| 2072 | 2025-09-17T21:27:46.207Z | Compiling unicode-segmentation v1.12.0 |
| 2073 | 2025-09-17T21:27:46.701Z | Compiling data-encoding v2.9.0 |
| 2074 | 2025-09-17T21:27:47.044Z | Compiling fixedbitset v0.4.2 |
| 2075 | 2025-09-17T21:27:47.454Z | Compiling whoami v1.5.2 |
| 2076 | 2025-09-17T21:27:47.457Z | Compiling precomputed-hash v0.1.1 |
| 2077 | 2025-09-17T21:27:47.950Z | Compiling toml_write v0.1.2 |
| 2078 | 2025-09-17T21:27:48.016Z | Compiling difflib v0.4.0 |
| 2079 | 2025-09-17T21:27:48.107Z | Compiling new_debug_unreachable v1.0.6 |
| 2080 | 2025-09-17T21:27:48.231Z | Compiling normalize-line-endings v0.3.0 |
| 2081 | 2025-09-17T21:27:48.348Z | Compiling static_assertions v1.1.0 |
| 2082 | 2025-09-17T21:27:48.389Z | Compiling string_cache v0.8.9 |
| 2083 | 2025-09-17T21:27:48.469Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2084 | 2025-09-17T21:27:48.810Z | Compiling predicates v3.1.3 |
| 2085 | 2025-09-17T21:27:48.911Z | Compiling reqwest v0.12.22 |
| 2086 | 2025-09-17T21:27:49.054Z | Compiling tokio-postgres v0.7.13 |
| 2087 | 2025-09-17T21:27:50.129Z | Compiling toml_edit v0.22.27 |
| 2088 | 2025-09-17T21:27:50.346Z | Compiling typify-impl v0.3.0 |
| 2089 | 2025-09-17T21:27:50.456Z | Compiling petgraph v0.6.5 |
| 2090 | 2025-09-17T21:27:54.047Z | Compiling hickory-proto v0.25.2 |
| 2091 | 2025-09-17T21:27:54.108Z | Compiling similar v2.7.0 |
| 2092 | 2025-09-17T21:27:57.553Z | Compiling usdt v0.5.0 |
| 2093 | 2025-09-17T21:27:58.095Z | Compiling ecdsa v0.16.9 |
| 2094 | 2025-09-17T21:27:59.417Z | Compiling rsa v0.9.6 |
| 2095 | 2025-09-17T21:27:59.644Z | Compiling zip v4.2.0 |
| 2096 | 2025-09-17T21:28:00.713Z | Compiling zip v0.6.6 |
| 2097 | 2025-09-17T21:28:00.824Z | Compiling ed25519-dalek v2.1.1 |
| 2098 | 2025-09-17T21:28:01.869Z | Compiling crossterm v0.28.1 |
| 2099 | 2025-09-17T21:28:02.099Z | Compiling clap v4.5.41 |
| 2100 | 2025-09-17T21:28:02.189Z | Compiling daft v0.1.4 |
| 2101 | 2025-09-17T21:28:02.301Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2102 | 2025-09-17T21:28:02.689Z | Compiling strum v0.26.3 |
| 2103 | 2025-09-17T21:28:02.724Z | Compiling darling_core v0.21.0 |
| 2104 | 2025-09-17T21:28:02.778Z | Compiling tokio-stream v0.1.17 |
| 2105 | 2025-09-17T21:28:02.902Z | Compiling toml v0.7.8 |
| 2106 | 2025-09-17T21:28:03.781Z | Compiling x509-cert v0.2.5 |
| 2107 | 2025-09-17T21:28:04.929Z | Compiling sha1 v0.10.6 |
| 2108 | 2025-09-17T21:28:06.562Z | Compiling itertools v0.10.5 |
| 2109 | 2025-09-17T21:28:07.613Z | Compiling itertools v0.13.0 |
| 2110 | 2025-09-17T21:28:08.058Z | Compiling winnow v0.6.26 |
| 2111 | 2025-09-17T21:28:08.585Z | Compiling unicode-xid v0.2.6 |
| 2112 | 2025-09-17T21:28:08.797Z | Compiling rustc-hash v2.1.1 |
| 2113 | 2025-09-17T21:28:09.009Z | Compiling lalrpop-util v0.19.12 |
| 2114 | 2025-09-17T21:28:09.033Z | Compiling peg-runtime v0.8.5 |
| 2115 | 2025-09-17T21:28:09.465Z | Compiling darling_macro v0.21.0 |
| 2116 | 2025-09-17T21:28:10.750Z | Compiling typify-macro v0.3.0 |
| 2117 | 2025-09-17T21:28:11.314Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2118 | 2025-09-17T21:28:14.733Z | Compiling rayon-core v1.12.1 |
| 2119 | 2025-09-17T21:28:16.026Z | Compiling camino v1.2.0 |
| 2120 | 2025-09-17T21:28:19.040Z | Compiling darling v0.21.0 |
| 2121 | 2025-09-17T21:28:19.451Z | Compiling proc-macro-crate v1.3.1 |
| 2122 | 2025-09-17T21:28:19.807Z | Compiling macaddr v1.0.1 |
| 2123 | 2025-09-17T21:28:20.020Z | Compiling structmeta-derive v0.3.0 |
| 2124 | 2025-09-17T21:28:20.643Z | Compiling itertools v0.14.0 |
| 2125 | 2025-09-17T21:28:21.791Z | Compiling fastrand v2.1.1 |
| 2126 | 2025-09-17T21:28:22.811Z | Compiling ref-cast v1.0.24 |
| 2127 | 2025-09-17T21:28:23.013Z | Compiling heapless v0.8.0 |
| 2128 | 2025-09-17T21:28:23.565Z | Compiling ingot-macros v0.1.1 |
| 2129 | 2025-09-17T21:28:26.838Z | Compiling structmeta v0.3.0 |
| 2130 | 2025-09-17T21:28:26.999Z | Compiling tempfile v3.20.0 |
| 2131 | 2025-09-17T21:28:27.862Z | Compiling num_enum_derive v0.5.11 |
| 2132 | 2025-09-17T21:28:29.898Z | Compiling crossbeam-deque v0.8.5 |
| 2133 | 2025-09-17T21:28:31.221Z | Compiling hash32 v0.3.1 |
| 2134 | 2025-09-17T21:28:31.960Z | Compiling ref-cast-impl v1.0.24 |
| 2135 | 2025-09-17T21:28:37.294Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2136 | 2025-09-17T21:28:38.533Z | Compiling smoltcp v0.11.0 |
| 2137 | 2025-09-17T21:28:47.520Z | Compiling ingot-types v0.1.2 |
| 2138 | 2025-09-17T21:28:48.126Z | Compiling num_enum v0.5.11 |
| 2139 | 2025-09-17T21:28:48.703Z | Compiling typify v0.3.0 |
| 2140 | 2025-09-17T21:28:52.507Z | Compiling darling_core v0.20.10 |
| 2141 | 2025-09-17T21:28:53.166Z | Compiling proc-macro-error-attr v1.0.4 |
| 2142 | 2025-09-17T21:28:53.570Z | Compiling rustls v0.22.4 |
| 2143 | 2025-09-17T21:28:54.144Z | Compiling unsafe-libyaml v0.2.11 |
| 2144 | 2025-09-17T21:28:54.234Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2145 | 2025-09-17T21:28:54.576Z | Compiling cobs v0.2.3 |
| 2146 | 2025-09-17T21:28:55.799Z | Compiling serde_yaml v0.9.34+deprecated |
| 2147 | 2025-09-17T21:28:57.578Z | Compiling darling_macro v0.20.10 |
| 2148 | 2025-09-17T21:28:58.461Z | Compiling postcard v1.0.10 |
| 2149 | 2025-09-17T21:29:07.509Z | Compiling progenitor-impl v0.9.1 |
| 2150 | 2025-09-17T21:29:07.557Z | Compiling ingot v0.1.1 |
| 2151 | 2025-09-17T21:29:14.799Z | Compiling futures-executor v0.3.31 |
| 2152 | 2025-09-17T21:29:15.703Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2153 | 2025-09-17T21:29:16.003Z | Compiling hex v0.4.3 |
| 2154 | 2025-09-17T21:29:16.636Z | Compiling foreign-types-macros v0.2.3 |
| 2155 | 2025-09-17T21:29:16.698Z | Compiling thread_local v1.1.8 |
| 2156 | 2025-09-17T21:29:16.803Z | Compiling wait-timeout v0.2.0 |
| 2157 | 2025-09-17T21:29:16.828Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2158 | 2025-09-17T21:29:17.174Z | Compiling proc-macro-error v1.0.4 |
| 2159 | 2025-09-17T21:29:17.338Z | Compiling multer v3.1.0 |
| 2160 | 2025-09-17T21:29:17.695Z | Compiling slog-async v2.8.0 |
| 2161 | 2025-09-17T21:29:17.717Z | Compiling foreign-types-shared v0.3.1 |
| 2162 | 2025-09-17T21:29:17.814Z | Compiling match_cfg v0.1.0 |
| 2163 | 2025-09-17T21:29:17.941Z | Compiling quick-error v1.2.3 |
| 2164 | 2025-09-17T21:29:17.974Z | Compiling unicode-width v0.1.14 |
| 2165 | 2025-09-17T21:29:18.109Z | Compiling bit-vec v0.8.0 |
| 2166 | 2025-09-17T21:29:18.304Z | Compiling rusty-fork v0.3.0 |
| 2167 | 2025-09-17T21:29:18.382Z | Compiling hostname v0.3.1 |
| 2168 | 2025-09-17T21:29:18.584Z | Compiling bit-set v0.8.0 |
| 2169 | 2025-09-17T21:29:18.663Z | Compiling tabwriter v1.4.0 |
| 2170 | 2025-09-17T21:29:18.703Z | Compiling foreign-types v0.5.0 |
| 2171 | 2025-09-17T21:29:18.912Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2172 | 2025-09-17T21:29:18.942Z | Compiling futures v0.3.31 |
| 2173 | 2025-09-17T21:29:18.965Z | Compiling progenitor-macro v0.9.1 |
| 2174 | 2025-09-17T21:29:20.355Z | Compiling darling v0.20.10 |
| 2175 | 2025-09-17T21:29:20.710Z | Compiling derive-ex v0.1.8 |
| 2176 | 2025-09-17T21:29:22.774Z | Compiling progenitor-client v0.9.1 |
| 2177 | 2025-09-17T21:29:23.683Z | Compiling toml_parser v1.0.2 |
| 2178 | 2025-09-17T21:29:23.837Z | Compiling slog-json v2.6.1 |
| 2179 | 2025-09-17T21:29:24.232Z | Compiling rand_xorshift v0.4.0 |
| 2180 | 2025-09-17T21:29:24.274Z | Compiling crossbeam-channel v0.5.15 |
| 2181 | 2025-09-17T21:29:24.479Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2182 | 2025-09-17T21:29:24.502Z | Compiling toml_datetime v0.7.0 |
| 2183 | 2025-09-17T21:29:25.277Z | Compiling serde_spanned v1.0.0 |
| 2184 | 2025-09-17T21:29:25.379Z | Compiling async-stream-impl v0.3.6 |
| 2185 | 2025-09-17T21:29:25.569Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2186 | 2025-09-17T21:29:25.719Z | Compiling cstr-argument v0.1.2 |
| 2187 | 2025-09-17T21:29:26.003Z | Compiling is-terminal v0.4.13 |
| 2188 | 2025-09-17T21:29:26.194Z | Compiling dropshot v0.16.4 |
| 2189 | 2025-09-17T21:29:26.444Z | Compiling unarray v0.1.4 |
| 2190 | 2025-09-17T21:29:26.549Z | Compiling take_mut v0.2.2 |
| 2191 | 2025-09-17T21:29:26.552Z | Compiling toml_writer v1.0.2 |
| 2192 | 2025-09-17T21:29:26.668Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2193 | 2025-09-17T21:29:26.730Z | Compiling typeid v1.0.3 |
| 2194 | 2025-09-17T21:29:26.963Z | Compiling pretty-hex v0.2.1 |
| 2195 | 2025-09-17T21:29:26.999Z | Compiling crucible-workspace-hack v0.1.0 |
| 2196 | 2025-09-17T21:29:27.068Z | Compiling term v1.1.0 |
| 2197 | 2025-09-17T21:29:27.217Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2198 | 2025-09-17T21:29:27.307Z | Compiling toml v0.9.5 |
| 2199 | 2025-09-17T21:29:27.646Z | Compiling proptest v1.7.0 |
| 2200 | 2025-09-17T21:29:29.681Z | Compiling progenitor v0.9.1 |
| 2201 | 2025-09-17T21:29:29.807Z | Compiling slog-term v2.9.2 |
| 2202 | 2025-09-17T21:29:29.929Z | Compiling async-stream v0.3.6 |
| 2203 | 2025-09-17T21:29:31.101Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2204 | 2025-09-17T21:29:31.928Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2205 | 2025-09-17T21:29:32.141Z | Compiling tokio-rustls v0.25.0 |
| 2206 | 2025-09-17T21:29:32.164Z | Compiling test-strategy v0.4.3 |
| 2207 | 2025-09-17T21:29:32.501Z | Compiling slog-bunyan v2.5.0 |
| 2208 | 2025-09-17T21:29:32.745Z | Compiling serde_with_macros v3.14.0 |
| 2209 | 2025-09-17T21:29:35.085Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2210 | 2025-09-17T21:29:35.233Z | Compiling rayon v1.10.0 |
| 2211 | 2025-09-17T21:29:35.283Z | Compiling parse-display-derive v0.10.0 |
| 2212 | 2025-09-17T21:29:35.895Z | Compiling colored v2.2.0 |
| 2213 | 2025-09-17T21:29:36.548Z | Compiling waitgroup v0.1.2 |
| 2214 | 2025-09-17T21:29:36.823Z | Compiling rustls-pemfile v2.2.0 |
| 2215 | 2025-09-17T21:29:37.286Z | Compiling dropshot_endpoint v0.16.4 |
| 2216 | 2025-09-17T21:29:37.308Z | Compiling hashbrown v0.16.0 |
| 2217 | 2025-09-17T21:29:38.617Z | Compiling serde_path_to_error v0.1.17 |
| 2218 | 2025-09-17T21:29:38.712Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2219 | 2025-09-17T21:29:39.507Z | Compiling derive-where v1.5.0 |
| 2220 | 2025-09-17T21:29:39.608Z | Compiling hostname v0.4.0 |
| 2221 | 2025-09-17T21:29:39.896Z | Compiling instant v0.1.13 |
| 2222 | 2025-09-17T21:29:40.099Z | Compiling debug-ignore v1.0.5 |
| 2223 | 2025-09-17T21:29:40.297Z | Compiling foldhash v0.2.0 |
| 2224 | 2025-09-17T21:29:40.488Z | Compiling heck v0.4.1 |
| 2225 | 2025-09-17T21:29:40.865Z | Compiling iddqd v0.3.13 |
| 2226 | 2025-09-17T21:29:40.901Z | Compiling zone_cfg_derive v0.3.0 |
| 2227 | 2025-09-17T21:29:42.134Z | Compiling backoff v0.4.0 |
| 2228 | 2025-09-17T21:29:42.250Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2229 | 2025-09-17T21:29:42.466Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2230 | 2025-09-17T21:29:42.519Z | Compiling parse-display v0.10.0 |
| 2231 | 2025-09-17T21:29:42.706Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2232 | 2025-09-17T21:29:44.491Z | Compiling serde_with v3.14.0 |
| 2233 | 2025-09-17T21:29:44.579Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2234 | 2025-09-17T21:29:45.337Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2235 | 2025-09-17T21:29:45.973Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 2236 | 2025-09-17T21:29:47.291Z | Compiling camino-tempfile v1.4.1 |
| 2237 | 2025-09-17T21:29:47.847Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2238 | 2025-09-17T21:29:47.907Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2239 | 2025-09-17T21:29:48.057Z | Compiling progenitor-client v0.10.0 |
| 2240 | 2025-09-17T21:29:48.367Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2241 | 2025-09-17T21:29:48.921Z | Compiling num-derive v0.4.2 |
| 2242 | 2025-09-17T21:29:48.962Z | Compiling sigpipe v0.1.3 |
| 2243 | 2025-09-17T21:29:49.091Z | Compiling libefi-sys v0.1.0 |
| 2244 | 2025-09-17T21:29:49.124Z | Compiling jiff v0.2.15 |
| 2245 | 2025-09-17T21:29:51.064Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2246 | 2025-09-17T21:29:51.482Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2247 | 2025-09-17T21:29:51.566Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2248 | 2025-09-17T21:29:51.823Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2249 | 2025-09-17T21:29:52.211Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2250 | 2025-09-17T21:29:53.140Z | Compiling erased-serde v0.4.6 |
| 2251 | 2025-09-17T21:29:54.524Z | Compiling zone v0.3.1 |
| 2252 | 2025-09-17T21:29:55.717Z | Compiling smf v0.2.3 |
| 2253 | 2025-09-17T21:29:57.595Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2254 | 2025-09-17T21:29:57.945Z | Compiling bitfield-struct v0.6.2 |
| 2255 | 2025-09-17T21:29:58.129Z | Compiling ordered-float v2.10.1 |
| 2256 | 2025-09-17T21:29:58.242Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2257 | 2025-09-17T21:29:58.695Z | Compiling blake3 v1.5.4 |
| 2258 | 2025-09-17T21:29:58.784Z | Compiling serde-value v0.7.0 |
| 2259 | 2025-09-17T21:29:59.254Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2260 | 2025-09-17T21:30:00.005Z | Compiling serde-untagged v0.1.7 |
| 2261 | 2025-09-17T21:30:00.376Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2262 | 2025-09-17T21:30:00.475Z | Compiling toml v0.8.23 |
| 2263 | 2025-09-17T21:30:00.787Z | Compiling xattr v1.3.1 |
| 2264 | 2025-09-17T21:30:01.146Z | Compiling memmap2 v0.9.5 |
| 2265 | 2025-09-17T21:30:01.554Z | Compiling filetime v0.2.25 |
| 2266 | 2025-09-17T21:30:01.727Z | Compiling arrayref v0.3.9 |
| 2267 | 2025-09-17T21:30:01.863Z | Compiling unicode-width v0.2.0 |
| 2268 | 2025-09-17T21:30:01.929Z | Compiling arrayvec v0.7.6 |
| 2269 | 2025-09-17T21:30:02.418Z | Compiling same-file v1.0.6 |
| 2270 | 2025-09-17T21:30:02.506Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2271 | 2025-09-17T21:30:02.529Z | Compiling constant_time_eq v0.3.1 |
| 2272 | 2025-09-17T21:30:02.642Z | Compiling walkdir v2.5.0 |
| 2273 | 2025-09-17T21:30:02.729Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2274 | 2025-09-17T21:30:03.132Z | Compiling console v0.16.0 |
| 2275 | 2025-09-17T21:30:04.137Z | Compiling tar v0.4.44 |
| 2276 | 2025-09-17T21:30:04.205Z | Compiling cargo-util-schemas v0.8.2 |
| 2277 | 2025-09-17T21:30:06.180Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2278 | 2025-09-17T21:30:06.218Z | Compiling tokio-dtrace v0.1.0 |
| 2279 | 2025-09-17T21:30:06.613Z | Compiling gethostname v0.5.0 |
| 2280 | 2025-09-17T21:30:06.740Z | Compiling cargo-platform v0.2.0 |
| 2281 | 2025-09-17T21:30:06.858Z | Compiling unit-prefix v0.5.1 |
| 2282 | 2025-09-17T21:30:07.141Z | Compiling topological-sort v0.2.2 |
| 2283 | 2025-09-17T21:30:07.454Z | Compiling fixedbitset v0.5.7 |
| 2284 | 2025-09-17T21:30:07.925Z | Compiling omicron-zone-package v0.12.2 |
| 2285 | 2025-09-17T21:30:08.604Z | Compiling petgraph v0.8.2 |
| 2286 | 2025-09-17T21:30:09.718Z | Compiling cargo_metadata v0.21.0 |
| 2287 | 2025-09-17T21:30:09.861Z | Compiling indicatif v0.18.0 |
| 2288 | 2025-09-17T21:30:12.214Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2289 | 2025-09-17T21:30:14.059Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2290 | 2025-09-17T21:30:14.678Z | Compiling oxide-tokio-rt v0.1.2 |
| 2291 | 2025-09-17T21:30:15.310Z | Compiling indent_write v2.2.0 |
| 2292 | 2025-09-17T21:30:15.632Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2293 | 2025-09-17T21:30:15.763Z | Compiling shell-words v1.1.0 |
| 2294 | 2025-09-17T21:30:16.319Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2295 | 2025-09-17T21:30:36.670Z | Finished `release` profile [optimized] target(s) in 5m 23s |
| 2296 | 2025-09-17T21:30:36.863Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2297 | 2025-09-17T21:30:36.922Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2298 | 2025-09-17T21:30:36.942Z | Created new build target 'test' and set it as active |
| 2299 | 2025-09-17T21:30:36.942Z | |
| 2300 | 2025-09-17T21:30:36.942Z | real 5:23.640810557 |
| 2301 | 2025-09-17T21:30:36.942Z | user 37:24.211011019 |
| 2302 | 2025-09-17T21:30:36.942Z | sys 3:40.315166674 |
| 2303 | 2025-09-17T21:30:36.943Z | trap 1.171439666 |
| 2304 | 2025-09-17T21:30:36.943Z | tflt 1.927632417 |
| 2305 | 2025-09-17T21:30:36.943Z | dflt 1.210196598 |
| 2306 | 2025-09-17T21:30:36.943Z | kflt 0.000598921 |
| 2307 | 2025-09-17T21:30:36.943Z | lock 1:46:13.276750486 |
| 2308 | 2025-09-17T21:30:36.943Z | slp 2:32:35.837082730 |
| 2309 | 2025-09-17T21:30:36.943Z | lat 3:05.317004288 |
| 2310 | 2025-09-17T21:30:36.943Z | stop 5:39.476285778 |
| 2311 | 2025-09-17T21:30:36.943Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2312 | 2025-09-17T21:30:38.129Z | Finished `release` profile [optimized] target(s) in 1.14s |
| 2313 | 2025-09-17T21:30:38.191Z | Running `target/release/omicron-package -t test package` |
| 2314 | 2025-09-17T21:30:38.244Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2315 | 2025-09-17T21:30:40.064Z | Compiling typify-impl v0.4.3 |
| 2316 | 2025-09-17T21:30:40.306Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2317 | 2025-09-17T21:30:40.322Z | Compiling convert_case v0.4.0 |
| 2318 | 2025-09-17T21:30:40.335Z | Compiling num-rational v0.4.2 |
| 2319 | 2025-09-17T21:30:40.335Z | Compiling num-complex v0.4.6 |
| 2320 | 2025-09-17T21:30:40.335Z | Compiling float-ord v0.3.2 |
| 2321 | 2025-09-17T21:30:40.369Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2322 | 2025-09-17T21:30:40.506Z | Compiling bytecount v0.6.8 |
| 2323 | 2025-09-17T21:30:40.617Z | Compiling is-terminal v0.4.13 |
| 2324 | 2025-09-17T21:30:40.788Z | Compiling secrecy v0.10.3 |
| 2325 | 2025-09-17T21:30:40.840Z | Compiling swrite v0.1.0 |
| 2326 | 2025-09-17T21:30:40.999Z | Compiling derive_more v0.99.20 |
| 2327 | 2025-09-17T21:30:41.024Z | Compiling console v0.15.10 |
| 2328 | 2025-09-17T21:30:41.095Z | Compiling camino v1.2.0 |
| 2329 | 2025-09-17T21:30:41.164Z | Compiling password-hash v0.5.0 |
| 2330 | 2025-09-17T21:30:41.191Z | Compiling blake2 v0.10.6 |
| 2331 | 2025-09-17T21:30:41.522Z | Compiling num v0.4.3 |
| 2332 | 2025-09-17T21:30:42.358Z | Compiling argon2 v0.5.3 |
| 2333 | 2025-09-17T21:30:42.494Z | Compiling atomicwrites v0.4.4 |
| 2334 | 2025-09-17T21:30:42.631Z | Compiling newline-converter v0.3.0 |
| 2335 | 2025-09-17T21:30:42.872Z | Compiling base64 v0.21.7 |
| 2336 | 2025-09-17T21:30:43.028Z | Compiling expectorate v1.2.0 |
| 2337 | 2025-09-17T21:30:43.317Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2338 | 2025-09-17T21:30:43.564Z | Compiling fastrand v2.1.1 |
| 2339 | 2025-09-17T21:30:43.910Z | Compiling tempfile v3.20.0 |
| 2340 | 2025-09-17T21:30:43.945Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2341 | 2025-09-17T21:30:43.967Z | Compiling rustls v0.22.4 |
| 2342 | 2025-09-17T21:30:43.996Z | Compiling thread_local v1.1.8 |
| 2343 | 2025-09-17T21:30:44.037Z | Compiling wait-timeout v0.2.0 |
| 2344 | 2025-09-17T21:30:44.449Z | Compiling owo-colors v4.2.2 |
| 2345 | 2025-09-17T21:30:44.477Z | Compiling match_cfg v0.1.0 |
| 2346 | 2025-09-17T21:30:44.611Z | Compiling cancel-safe-futures v0.1.5 |
| 2347 | 2025-09-17T21:30:44.634Z | Compiling bit-vec v0.8.0 |
| 2348 | 2025-09-17T21:30:44.680Z | Compiling quick-error v1.2.3 |
| 2349 | 2025-09-17T21:30:44.849Z | Compiling rusty-fork v0.3.0 |
| 2350 | 2025-09-17T21:30:45.057Z | Compiling bit-set v0.8.0 |
| 2351 | 2025-09-17T21:30:45.085Z | Compiling hostname v0.3.1 |
| 2352 | 2025-09-17T21:30:45.316Z | Compiling ref-cast v1.0.24 |
| 2353 | 2025-09-17T21:30:45.356Z | Compiling multer v3.1.0 |
| 2354 | 2025-09-17T21:30:45.401Z | Compiling slog-async v2.8.0 |
| 2355 | 2025-09-17T21:30:45.428Z | Compiling progenitor-client v0.9.1 |
| 2356 | 2025-09-17T21:30:45.468Z | Compiling crossbeam-channel v0.5.15 |
| 2357 | 2025-09-17T21:30:45.487Z | Compiling toml_parser v1.0.2 |
| 2358 | 2025-09-17T21:30:45.930Z | Compiling slog-json v2.6.1 |
| 2359 | 2025-09-17T21:30:46.330Z | Compiling rand_xorshift v0.4.0 |
| 2360 | 2025-09-17T21:30:46.436Z | Compiling libsw-core v0.3.1 |
| 2361 | 2025-09-17T21:30:46.471Z | Compiling futures-executor v0.3.31 |
| 2362 | 2025-09-17T21:30:46.602Z | Compiling toml_datetime v0.7.0 |
| 2363 | 2025-09-17T21:30:46.772Z | Compiling serde_spanned v1.0.0 |
| 2364 | 2025-09-17T21:30:46.823Z | Compiling hex v0.4.3 |
| 2365 | 2025-09-17T21:30:46.928Z | Compiling take_mut v0.2.2 |
| 2366 | 2025-09-17T21:30:47.067Z | Compiling toml_writer v1.0.2 |
| 2367 | 2025-09-17T21:30:47.128Z | Compiling unarray v0.1.4 |
| 2368 | 2025-09-17T21:30:47.170Z | Compiling term v1.1.0 |
| 2369 | 2025-09-17T21:30:47.332Z | Compiling proptest v1.7.0 |
| 2370 | 2025-09-17T21:30:47.408Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2371 | 2025-09-17T21:30:47.528Z | Compiling toml v0.9.5 |
| 2372 | 2025-09-17T21:30:48.303Z | Compiling slog-term v2.9.2 |
| 2373 | 2025-09-17T21:30:48.475Z | Compiling futures v0.3.31 |
| 2374 | 2025-09-17T21:30:48.628Z | Compiling libsw v3.5.0 |
| 2375 | 2025-09-17T21:30:48.976Z | Compiling slog-bunyan v2.5.0 |
| 2376 | 2025-09-17T21:30:49.230Z | Compiling tokio-rustls v0.25.0 |
| 2377 | 2025-09-17T21:30:49.325Z | Compiling progenitor v0.9.1 |
| 2378 | 2025-09-17T21:30:49.358Z | Compiling typify-macro v0.4.3 |
| 2379 | 2025-09-17T21:30:50.356Z | Compiling async-stream v0.3.6 |
| 2380 | 2025-09-17T21:30:50.662Z | Compiling dropshot v0.16.4 |
| 2381 | 2025-09-17T21:30:50.748Z | Compiling waitgroup v0.1.2 |
| 2382 | 2025-09-17T21:30:50.930Z | Compiling rustls-pemfile v2.2.0 |
| 2383 | 2025-09-17T21:30:50.993Z | Compiling hashbrown v0.16.0 |
| 2384 | 2025-09-17T21:30:51.304Z | Compiling serde_path_to_error v0.1.17 |
| 2385 | 2025-09-17T21:30:52.122Z | Compiling hostname v0.4.0 |
| 2386 | 2025-09-17T21:30:52.170Z | Compiling instant v0.1.13 |
| 2387 | 2025-09-17T21:30:52.191Z | Compiling debug-ignore v1.0.5 |
| 2388 | 2025-09-17T21:30:52.312Z | Compiling linear-map v1.2.0 |
| 2389 | 2025-09-17T21:30:52.368Z | Compiling foldhash v0.2.0 |
| 2390 | 2025-09-17T21:30:52.475Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2391 | 2025-09-17T21:30:52.749Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2392 | 2025-09-17T21:30:52.769Z | Compiling iddqd v0.3.13 |
| 2393 | 2025-09-17T21:30:52.856Z | Compiling typify v0.4.3 |
| 2394 | 2025-09-17T21:30:53.235Z | Compiling progenitor-impl v0.10.0 |
| 2395 | 2025-09-17T21:30:54.975Z | Compiling backoff v0.4.0 |
| 2396 | 2025-09-17T21:30:55.023Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 2397 | 2025-09-17T21:30:55.100Z | Compiling parse-display v0.10.0 |
| 2398 | 2025-09-17T21:30:55.608Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2399 | 2025-09-17T21:30:55.828Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2400 | 2025-09-17T21:30:56.250Z | Compiling serde_with v3.14.0 |
| 2401 | 2025-09-17T21:31:00.339Z | Compiling progenitor-macro v0.10.0 |
| 2402 | 2025-09-17T21:31:00.474Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2403 | 2025-09-17T21:31:00.474Z | Compiling progenitor-client v0.10.0 |
| 2404 | 2025-09-17T21:31:00.474Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2405 | 2025-09-17T21:31:01.448Z | Compiling macaddr v1.0.1 |
| 2406 | 2025-09-17T21:31:01.815Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2407 | 2025-09-17T21:31:01.894Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2408 | 2025-09-17T21:31:02.061Z | Compiling async-recursion v1.1.1 |
| 2409 | 2025-09-17T21:31:02.189Z | Compiling utf-8 v0.7.6 |
| 2410 | 2025-09-17T21:31:02.711Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2411 | 2025-09-17T21:31:02.778Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2412 | 2025-09-17T21:31:03.343Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2413 | 2025-09-17T21:31:09.817Z | Compiling progenitor v0.10.0 |
| 2414 | 2025-09-17T21:31:10.084Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2415 | 2025-09-17T21:31:13.537Z | Compiling globset v0.4.15 |
| 2416 | 2025-09-17T21:31:14.276Z | Compiling toml v0.8.23 |
| 2417 | 2025-09-17T21:31:14.380Z | Compiling keccak v0.1.5 |
| 2418 | 2025-09-17T21:31:15.647Z | Compiling sha3 v0.10.8 |
| 2419 | 2025-09-17T21:31:15.676Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2420 | 2025-09-17T21:31:16.461Z | Compiling prettyplease v0.2.36 |
| 2421 | 2025-09-17T21:31:16.512Z | Compiling pin-project-internal v1.1.6 |
| 2422 | 2025-09-17T21:31:18.708Z | Compiling papergrid v0.11.0 |
| 2423 | 2025-09-17T21:31:18.930Z | Compiling pin-project v1.1.6 |
| 2424 | 2025-09-17T21:31:19.112Z | Compiling tabled_derive v0.7.0 |
| 2425 | 2025-09-17T21:31:19.456Z | Compiling pem v3.0.5 |
| 2426 | 2025-09-17T21:31:20.897Z | Compiling csv-core v0.1.11 |
| 2427 | 2025-09-17T21:31:21.057Z | Compiling snafu-derive v0.8.5 |
| 2428 | 2025-09-17T21:31:21.952Z | Compiling highway v1.3.0 |
| 2429 | 2025-09-17T21:31:23.450Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2430 | 2025-09-17T21:31:25.161Z | Compiling csv v1.3.1 |
| 2431 | 2025-09-17T21:31:25.207Z | Compiling snafu v0.8.5 |
| 2432 | 2025-09-17T21:31:26.424Z | Compiling tabled v0.15.0 |
| 2433 | 2025-09-17T21:31:27.247Z | Compiling tungstenite v0.21.0 |
| 2434 | 2025-09-17T21:31:29.237Z | Compiling olpc-cjson v0.1.4 |
| 2435 | 2025-09-17T21:31:29.578Z | Compiling serde_plain v1.0.2 |
| 2436 | 2025-09-17T21:31:30.175Z | Compiling half v2.4.1 |
| 2437 | 2025-09-17T21:31:30.269Z | Compiling typed-path v0.9.3 |
| 2438 | 2025-09-17T21:31:30.892Z | Compiling ciborium-io v0.2.2 |
| 2439 | 2025-09-17T21:31:31.149Z | Compiling semver v0.1.20 |
| 2440 | 2025-09-17T21:31:31.169Z | Compiling ciborium-ll v0.2.2 |
| 2441 | 2025-09-17T21:31:31.650Z | Compiling rustc_version v0.1.7 |
| 2442 | 2025-09-17T21:31:31.686Z | Compiling tokio-tungstenite v0.21.0 |
| 2443 | 2025-09-17T21:31:32.127Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2444 | 2025-09-17T21:31:32.492Z | Compiling newtype_derive v0.1.6 |
| 2445 | 2025-09-17T21:31:32.680Z | Compiling ciborium v0.2.2 |
| 2446 | 2025-09-17T21:31:32.681Z | Compiling unicode-linebreak v0.1.5 |
| 2447 | 2025-09-17T21:31:33.109Z | Compiling tough v0.20.0 |
| 2448 | 2025-09-17T21:31:34.261Z | Compiling smawk v0.3.2 |
| 2449 | 2025-09-17T21:31:34.587Z | Compiling textwrap v0.16.2 |
| 2450 | 2025-09-17T21:31:36.999Z | Compiling humantime v2.2.0 |
| 2451 | 2025-09-17T21:31:37.313Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2452 | 2025-09-17T21:31:37.426Z | Compiling resolv-conf v0.7.0 |
| 2453 | 2025-09-17T21:31:37.805Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2454 | 2025-09-17T21:31:38.038Z | Compiling universal-hash v0.5.1 |
| 2455 | 2025-09-17T21:31:38.241Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2456 | 2025-09-17T21:31:38.321Z | Compiling opaque-debug v0.3.1 |
| 2457 | 2025-09-17T21:31:38.462Z | Compiling poly1305 v0.8.0 |
| 2458 | 2025-09-17T21:31:38.923Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2459 | 2025-09-17T21:31:39.888Z | Compiling steno v0.4.1 |
| 2460 | 2025-09-17T21:31:40.186Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2461 | 2025-09-17T21:31:40.551Z | Compiling chacha20 v0.9.1 |
| 2462 | 2025-09-17T21:31:40.613Z | Compiling thiserror-no-std v2.0.2 |
| 2463 | 2025-09-17T21:31:40.779Z | Compiling aead v0.5.2 |
| 2464 | 2025-09-17T21:31:41.032Z | Compiling vsss-rs v3.3.4 |
| 2465 | 2025-09-17T21:31:41.149Z | Compiling chacha20poly1305 v0.10.1 |
| 2466 | 2025-09-17T21:31:41.357Z | Compiling linked-hash-map v0.5.6 |
| 2467 | 2025-09-17T21:31:41.402Z | Compiling hickory-proto v0.24.4 |
| 2468 | 2025-09-17T21:31:41.795Z | Compiling lru-cache v0.1.2 |
| 2469 | 2025-09-17T21:31:42.064Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2470 | 2025-09-17T21:31:42.697Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2471 | 2025-09-17T21:31:43.077Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2472 | 2025-09-17T21:31:45.206Z | Compiling slog-dtrace v0.3.0 |
| 2473 | 2025-09-17T21:31:45.586Z | Compiling moka v0.12.10 |
| 2474 | 2025-09-17T21:31:46.090Z | Compiling tagptr v0.2.0 |
| 2475 | 2025-09-17T21:31:49.800Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2476 | 2025-09-17T21:31:52.450Z | Compiling hickory-resolver v0.24.4 |
| 2477 | 2025-09-17T21:31:54.696Z | Compiling hickory-resolver v0.25.2 |
| 2478 | 2025-09-17T21:31:59.775Z | Compiling qorb v0.4.1 |
| 2479 | 2025-09-17T21:32:01.349Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2480 | 2025-09-17T21:32:06.130Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2481 | 2025-09-17T21:32:07.180Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2482 | 2025-09-17T21:32:07.988Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2483 | 2025-09-17T21:32:10.516Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2484 | 2025-09-17T21:32:10.770Z | Compiling nix v0.30.1 |
| 2485 | 2025-09-17T21:32:11.660Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2486 | 2025-09-17T21:32:12.403Z | Compiling display-error-chain v0.2.2 |
| 2487 | 2025-09-17T21:32:12.431Z | Compiling proc-macro-error2 v2.0.1 |
| 2488 | 2025-09-17T21:32:12.990Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2489 | 2025-09-17T21:32:13.254Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2490 | 2025-09-17T21:32:13.745Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2491 | 2025-09-17T21:32:14.518Z | Compiling dirs-sys-next v0.1.2 |
| 2492 | 2025-09-17T21:32:14.988Z | Compiling crunchy v0.2.2 |
| 2493 | 2025-09-17T21:32:15.414Z | Compiling maplit v1.0.2 |
| 2494 | 2025-09-17T21:32:15.520Z | Compiling dirs-next v2.0.0 |
| 2495 | 2025-09-17T21:32:15.576Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2496 | 2025-09-17T21:32:15.745Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2497 | 2025-09-17T21:32:18.470Z | Compiling dsl_auto_type v0.1.2 |
| 2498 | 2025-09-17T21:32:19.658Z | Compiling scheduled-thread-pool v0.2.7 |
| 2499 | 2025-09-17T21:32:20.926Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2500 | 2025-09-17T21:32:21.132Z | Compiling radium v0.7.0 |
| 2501 | 2025-09-17T21:32:21.347Z | Compiling tiny-keccak v2.0.2 |
| 2502 | 2025-09-17T21:32:21.693Z | Compiling diesel_derives v2.2.3 |
| 2503 | 2025-09-17T21:32:21.764Z | Compiling r2d2 v0.8.10 |
| 2504 | 2025-09-17T21:32:21.848Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2505 | 2025-09-17T21:32:22.267Z | Compiling term v0.7.0 |
| 2506 | 2025-09-17T21:32:23.308Z | Compiling const_format_proc_macros v0.2.34 |
| 2507 | 2025-09-17T21:32:24.747Z | Compiling num-derive v0.3.3 |
| 2508 | 2025-09-17T21:32:24.795Z | Compiling zerocopy-derive v0.6.6 |
| 2509 | 2025-09-17T21:32:25.044Z | Compiling maybe-uninit v2.0.0 |
| 2510 | 2025-09-17T21:32:25.557Z | Compiling bit-vec v0.6.3 |
| 2511 | 2025-09-17T21:32:25.996Z | Compiling tap v1.0.1 |
| 2512 | 2025-09-17T21:32:26.248Z | Compiling wyz v0.5.1 |
| 2513 | 2025-09-17T21:32:26.538Z | Compiling zerocopy v0.6.6 |
| 2514 | 2025-09-17T21:32:26.763Z | Compiling bit-set v0.5.3 |
| 2515 | 2025-09-17T21:32:26.810Z | Compiling libscf-sys v1.1.0 |
| 2516 | 2025-09-17T21:32:27.102Z | Compiling const_format v0.2.34 |
| 2517 | 2025-09-17T21:32:27.168Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2518 | 2025-09-17T21:32:28.758Z | Compiling ascii-canvas v3.0.0 |
| 2519 | 2025-09-17T21:32:29.740Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2520 | 2025-09-17T21:32:30.781Z | Compiling ena v0.14.3 |
| 2521 | 2025-09-17T21:32:31.285Z | Compiling funty v2.0.0 |
| 2522 | 2025-09-17T21:32:31.625Z | Compiling diesel v2.2.12 |
| 2523 | 2025-09-17T21:32:32.207Z | Compiling packed_struct v0.10.1 |
| 2524 | 2025-09-17T21:32:32.702Z | Compiling regex-syntax v0.6.29 |
| 2525 | 2025-09-17T21:32:34.405Z | Compiling crc-catalog v2.4.0 |
| 2526 | 2025-09-17T21:32:34.574Z | Compiling diff v0.1.13 |
| 2527 | 2025-09-17T21:32:34.808Z | Compiling bindgen v0.71.1 |
| 2528 | 2025-09-17T21:32:35.341Z | Compiling crc v3.2.1 |
| 2529 | 2025-09-17T21:32:37.247Z | Compiling lalrpop v0.19.12 |
| 2530 | 2025-09-17T21:32:37.474Z | Compiling bitvec v1.0.1 |
| 2531 | 2025-09-17T21:32:40.402Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2532 | 2025-09-17T21:32:41.034Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2533 | 2025-09-17T21:32:41.813Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2534 | 2025-09-17T21:32:42.485Z | Compiling tabled_derive v0.11.0 |
| 2535 | 2025-09-17T21:32:44.477Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2536 | 2025-09-17T21:32:44.919Z | Compiling papergrid v0.17.0 |
| 2537 | 2025-09-17T21:32:45.047Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2538 | 2025-09-17T21:32:45.412Z | Compiling testing_table v0.3.0 |
| 2539 | 2025-09-17T21:32:45.571Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 2540 | 2025-09-17T21:32:46.241Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2541 | 2025-09-17T21:32:46.526Z | Compiling packed_struct_codegen v0.10.1 |
| 2542 | 2025-09-17T21:32:48.764Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 2543 | 2025-09-17T21:32:48.839Z | Compiling indexmap v1.9.3 |
| 2544 | 2025-09-17T21:32:49.155Z | Compiling nodrop v0.1.14 |
| 2545 | 2025-09-17T21:32:49.340Z | Compiling array-init v0.0.4 |
| 2546 | 2025-09-17T21:32:50.457Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 2547 | 2025-09-17T21:32:51.157Z | Compiling tabled v0.20.0 |
| 2548 | 2025-09-17T21:32:53.494Z | Compiling smallvec v0.6.14 |
| 2549 | 2025-09-17T21:32:57.775Z | Compiling polar-core v0.27.3 |
| 2550 | 2025-09-17T21:32:58.437Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2551 | 2025-09-17T21:32:58.808Z | Compiling derive_builder_core v0.20.2 |
| 2552 | 2025-09-17T21:32:59.051Z | Compiling headers-core v0.3.0 |
| 2553 | 2025-09-17T21:32:59.279Z | Compiling libxml v0.3.3 |
| 2554 | 2025-09-17T21:32:59.707Z | Compiling hashbrown v0.12.3 |
| 2555 | 2025-09-17T21:33:00.741Z | Compiling bitfield v0.14.0 |
| 2556 | 2025-09-17T21:33:00.786Z | Compiling termcolor v1.4.1 |
| 2557 | 2025-09-17T21:33:00.981Z | Compiling derive_builder_macro v0.20.2 |
| 2558 | 2025-09-17T21:33:01.059Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2559 | 2025-09-17T21:33:01.852Z | Compiling env_logger v0.10.2 |
| 2560 | 2025-09-17T21:33:01.953Z | Compiling headers v0.4.1 |
| 2561 | 2025-09-17T21:33:05.337Z | Compiling serde-hex v0.1.0 |
| 2562 | 2025-09-17T21:33:06.195Z | Compiling samael v0.0.19 |
| 2563 | 2025-09-17T21:33:07.829Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2564 | 2025-09-17T21:33:09.325Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2565 | 2025-09-17T21:33:10.284Z | Compiling ron v0.8.1 |
| 2566 | 2025-09-17T21:33:10.314Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2567 | 2025-09-17T21:33:10.659Z | Compiling strum_macros v0.24.3 |
| 2568 | 2025-09-17T21:33:10.662Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2569 | 2025-09-17T21:33:11.486Z | Compiling hashbrown v0.13.2 |
| 2570 | 2025-09-17T21:33:12.953Z | Compiling convert_case v0.7.1 |
| 2571 | 2025-09-17T21:33:13.151Z | Compiling termtree v0.5.1 |
| 2572 | 2025-09-17T21:33:13.468Z | Compiling crc-any v2.5.0 |
| 2573 | 2025-09-17T21:33:13.565Z | Compiling crc8 v0.1.1 |
| 2574 | 2025-09-17T21:33:13.630Z | Compiling indoc v1.0.9 |
| 2575 | 2025-09-17T21:33:13.918Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2576 | 2025-09-17T21:33:14.353Z | Compiling derive_more-impl v2.0.1 |
| 2577 | 2025-09-17T21:33:15.887Z | Compiling object v0.30.4 |
| 2578 | 2025-09-17T21:33:16.098Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2579 | 2025-09-17T21:33:20.058Z | Compiling derive_builder v0.20.2 |
| 2580 | 2025-09-17T21:33:20.316Z | Compiling progenitor-impl v0.11.0 |
| 2581 | 2025-09-17T21:33:21.817Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2582 | 2025-09-17T21:33:22.175Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2583 | 2025-09-17T21:33:25.853Z | Compiling oso-derive v0.27.3 |
| 2584 | 2025-09-17T21:33:26.804Z | Compiling quick-xml v0.37.2 |
| 2585 | 2025-09-17T21:33:27.438Z | Compiling path-slash v0.1.5 |
| 2586 | 2025-09-17T21:33:27.496Z | Compiling progenitor-macro v0.11.0 |
| 2587 | 2025-09-17T21:33:27.599Z | Compiling oso v0.27.3 |
| 2588 | 2025-09-17T21:33:27.687Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 2589 | 2025-09-17T21:33:27.764Z | Compiling derive_more v2.0.1 |
| 2590 | 2025-09-17T21:33:27.923Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2591 | 2025-09-17T21:33:38.423Z | Compiling progenitor-client v0.11.0 |
| 2592 | 2025-09-17T21:33:39.450Z | Compiling vte_generate_state_changes v0.1.2 |
| 2593 | 2025-09-17T21:33:40.104Z | Compiling diesel-dtrace v0.4.2 |
| 2594 | 2025-09-17T21:33:40.497Z | Compiling siphasher v1.0.1 |
| 2595 | 2025-09-17T21:33:40.967Z | Compiling arc-swap v1.7.1 |
| 2596 | 2025-09-17T21:33:41.687Z | Compiling slog-scope v4.4.0 |
| 2597 | 2025-09-17T21:33:42.179Z | Compiling phf_shared v0.12.1 |
| 2598 | 2025-09-17T21:33:42.555Z | Compiling vte v0.11.1 |
| 2599 | 2025-09-17T21:33:42.658Z | Compiling progenitor v0.11.0 |
| 2600 | 2025-09-17T21:33:42.939Z | Compiling crossterm v0.29.0 |
| 2601 | 2025-09-17T21:33:43.337Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 2602 | 2025-09-17T21:33:44.069Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2603 | 2025-09-17T21:33:50.555Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2604 | 2025-09-17T21:33:50.937Z | Compiling bb8 v0.8.5 |
| 2605 | 2025-09-17T21:33:51.593Z | Compiling unicase v2.7.0 |
| 2606 | 2025-09-17T21:33:51.991Z | Compiling chrono-tz v0.10.4 |
| 2607 | 2025-09-17T21:33:52.359Z | Compiling xshell-macros v0.2.7 |
| 2608 | 2025-09-17T21:33:53.119Z | Compiling xshell v0.2.7 |
| 2609 | 2025-09-17T21:33:55.969Z | Compiling async-bb8-diesel v0.2.1 |
| 2610 | 2025-09-17T21:33:56.579Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 2611 | 2025-09-17T21:33:56.822Z | Compiling strip-ansi-escapes v0.2.0 |
| 2612 | 2025-09-17T21:33:58.157Z | Compiling phf v0.12.1 |
| 2613 | 2025-09-17T21:33:58.526Z | Compiling slog-stdlog v4.1.1 |
| 2614 | 2025-09-17T21:33:59.253Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2615 | 2025-09-17T21:34:00.044Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2616 | 2025-09-17T21:34:00.422Z | Compiling fd-lock v4.0.2 |
| 2617 | 2025-09-17T21:34:00.707Z | Compiling peg-macros v0.8.5 |
| 2618 | 2025-09-17T21:34:03.826Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2619 | 2025-09-17T21:34:04.796Z | Compiling nu-ansi-term v0.50.1 |
| 2620 | 2025-09-17T21:34:05.196Z | Compiling peg v0.8.5 |
| 2621 | 2025-09-17T21:34:05.356Z | Compiling reedline v0.40.0 |
| 2622 | 2025-09-17T21:34:06.007Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2623 | 2025-09-17T21:34:13.292Z | Compiling slog-envlogger v2.2.0 |
| 2624 | 2025-09-17T21:34:20.583Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2625 | 2025-09-17T21:34:21.881Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2626 | 2025-09-17T21:34:23.763Z | Compiling typify-impl v0.2.0 |
| 2627 | 2025-09-17T21:34:27.715Z | Compiling bcs v0.1.6 |
| 2628 | 2025-09-17T21:34:28.581Z | Compiling fxhash v0.2.1 |
| 2629 | 2025-09-17T21:34:28.898Z | Compiling libz-sys v1.1.20 |
| 2630 | 2025-09-17T21:34:29.229Z | Compiling half v1.8.3 |
| 2631 | 2025-09-17T21:34:29.936Z | Compiling serde_cbor v0.11.2 |
| 2632 | 2025-09-17T21:34:30.185Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2633 | 2025-09-17T21:34:32.015Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2634 | 2025-09-17T21:34:32.189Z | Compiling kstat-rs v0.2.4 |
| 2635 | 2025-09-17T21:34:32.898Z | Compiling typify-macro v0.2.0 |
| 2636 | 2025-09-17T21:34:33.037Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2637 | 2025-09-17T21:34:33.093Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2638 | 2025-09-17T21:34:33.824Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2639 | 2025-09-17T21:34:36.248Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2640 | 2025-09-17T21:34:36.330Z | Compiling nanorand v0.7.0 |
| 2641 | 2025-09-17T21:34:36.714Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2642 | 2025-09-17T21:34:36.822Z | Compiling parking_lot_core v0.8.6 |
| 2643 | 2025-09-17T21:34:37.041Z | Compiling flume v0.11.1 |
| 2644 | 2025-09-17T21:34:37.347Z | Compiling mime_guess v2.0.5 |
| 2645 | 2025-09-17T21:34:38.572Z | Compiling tabled_derive v0.10.0 |
| 2646 | 2025-09-17T21:34:38.654Z | Compiling ignore v0.4.23 |
| 2647 | 2025-09-17T21:34:40.947Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2648 | 2025-09-17T21:34:47.647Z | Compiling papergrid v0.14.0 |
| 2649 | 2025-09-17T21:34:49.187Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2650 | 2025-09-17T21:34:51.892Z | Compiling castaway v0.2.3 |
| 2651 | 2025-09-17T21:34:52.131Z | Compiling fs-err v2.11.0 |
| 2652 | 2025-09-17T21:34:52.403Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2653 | 2025-09-17T21:34:52.702Z | Compiling compact_str v0.8.0 |
| 2654 | 2025-09-17T21:34:52.867Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2655 | 2025-09-17T21:34:54.862Z | Compiling tabled v0.18.0 |
| 2656 | 2025-09-17T21:34:54.979Z | Compiling globwalk v0.9.1 |
| 2657 | 2025-09-17T21:34:59.923Z | Compiling typify v0.2.0 |
| 2658 | 2025-09-17T21:35:00.130Z | Compiling predicates-tree v1.0.12 |
| 2659 | 2025-09-17T21:35:01.026Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2660 | 2025-09-17T21:35:02.779Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2661 | 2025-09-17T21:35:05.109Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2662 | 2025-09-17T21:35:08.014Z | Compiling unicode-truncate v1.1.0 |
| 2663 | 2025-09-17T21:35:14.671Z | Compiling lru v0.12.5 |
| 2664 | 2025-09-17T21:35:15.071Z | Compiling vergen v8.3.2 |
| 2665 | 2025-09-17T21:35:15.457Z | Compiling nibble_vec v0.1.0 |
| 2666 | 2025-09-17T21:35:15.762Z | Compiling cargo-platform v0.1.8 |
| 2667 | 2025-09-17T21:35:16.258Z | Compiling instability v0.3.2 |
| 2668 | 2025-09-17T21:35:17.257Z | Compiling atty v0.2.14 |
| 2669 | 2025-09-17T21:35:17.515Z | Compiling cassowary v0.3.0 |
| 2670 | 2025-09-17T21:35:20.915Z | Compiling indoc v2.0.6 |
| 2671 | 2025-09-17T21:35:21.795Z | Compiling salty v0.3.0 |
| 2672 | 2025-09-17T21:35:22.220Z | Compiling http-range v0.1.5 |
| 2673 | 2025-09-17T21:35:22.849Z | Compiling endian-type v0.1.2 |
| 2674 | 2025-09-17T21:35:23.141Z | Compiling radix_trie v0.2.1 |
| 2675 | 2025-09-17T21:35:24.086Z | Compiling ratatui v0.29.0 |
| 2676 | 2025-09-17T21:35:25.301Z | Compiling cargo_metadata v0.18.1 |
| 2677 | 2025-09-17T21:35:26.932Z | Compiling git2 v0.19.0 |
| 2678 | 2025-09-17T21:35:28.334Z | Compiling camino-tempfile-ext v0.3.2 |
| 2679 | 2025-09-17T21:35:29.714Z | Compiling progenitor-impl v0.8.0 |
| 2680 | 2025-09-17T21:35:34.797Z | Compiling parking_lot v0.11.2 |
| 2681 | 2025-09-17T21:35:36.593Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2682 | 2025-09-17T21:35:36.758Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2683 | 2025-09-17T21:35:37.076Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2684 | 2025-09-17T21:35:41.124Z | Compiling rand_seeder v0.4.0 |
| 2685 | 2025-09-17T21:35:41.605Z | Compiling prefix-trie v0.7.0 |
| 2686 | 2025-09-17T21:35:42.563Z | Compiling lzma-sys v0.1.20 |
| 2687 | 2025-09-17T21:35:43.002Z | Compiling parse-size v1.1.0 |
| 2688 | 2025-09-17T21:35:43.284Z | Compiling rustls v0.21.12 |
| 2689 | 2025-09-17T21:35:43.424Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2690 | 2025-09-17T21:35:43.709Z | Compiling hickory-server v0.25.2 |
| 2691 | 2025-09-17T21:35:44.694Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2692 | 2025-09-17T21:35:45.020Z | Compiling hyper-staticfile v0.10.1 |
| 2693 | 2025-09-17T21:35:47.471Z | Compiling progenitor-macro v0.8.0 |
| 2694 | 2025-09-17T21:35:50.240Z | Compiling sled v0.34.7 |
| 2695 | 2025-09-17T21:35:52.290Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2696 | 2025-09-17T21:35:52.925Z | Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 2697 | 2025-09-17T21:36:02.087Z | Compiling hickory-client v0.25.2 |
| 2698 | 2025-09-17T21:36:02.087Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2699 | 2025-09-17T21:36:02.087Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a) |
| 2700 | 2025-09-17T21:36:02.087Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2701 | 2025-09-17T21:36:08.427Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2702 | 2025-09-17T21:36:09.833Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2703 | 2025-09-17T21:36:10.809Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2704 | 2025-09-17T21:36:11.200Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 2705 | 2025-09-17T21:36:12.740Z | Compiling primeorder v0.13.6 |
| 2706 | 2025-09-17T21:36:13.367Z | Compiling progenitor-client v0.8.0 |
| 2707 | 2025-09-17T21:36:13.934Z | Compiling rustls-webpki v0.101.7 |
| 2708 | 2025-09-17T21:36:14.272Z | Compiling sct v0.7.1 |
| 2709 | 2025-09-17T21:36:14.766Z | Compiling heck v0.3.3 |
| 2710 | 2025-09-17T21:36:14.996Z | Compiling env_filter v0.1.2 |
| 2711 | 2025-09-17T21:36:15.105Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2712 | 2025-09-17T21:36:15.493Z | Compiling void v1.0.2 |
| 2713 | 2025-09-17T21:36:15.709Z | Compiling lzss v0.8.2 |
| 2714 | 2025-09-17T21:36:16.299Z | Compiling env_logger v0.11.5 |
| 2715 | 2025-09-17T21:36:16.476Z | Compiling zone_cfg_derive v0.1.2 |
| 2716 | 2025-09-17T21:36:17.649Z | Compiling progenitor v0.8.0 |
| 2717 | 2025-09-17T21:36:17.779Z | Compiling p384 v0.13.0 |
| 2718 | 2025-09-17T21:36:17.921Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2719 | 2025-09-17T21:36:19.017Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2720 | 2025-09-17T21:36:20.482Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a) |
| 2721 | 2025-09-17T21:36:23.751Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2722 | 2025-09-17T21:36:24.220Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2723 | 2025-09-17T21:36:25.447Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2724 | 2025-09-17T21:36:28.685Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2725 | 2025-09-17T21:36:30.053Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2726 | 2025-09-17T21:36:31.551Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2727 | 2025-09-17T21:36:31.942Z | Compiling tungstenite v0.23.0 |
| 2728 | 2025-09-17T21:36:36.838Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2729 | 2025-09-17T21:36:37.216Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2730 | 2025-09-17T21:36:37.244Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2731 | 2025-09-17T21:36:37.590Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2732 | 2025-09-17T21:36:37.622Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2733 | 2025-09-17T21:36:37.955Z | Compiling nix v0.27.1 |
| 2734 | 2025-09-17T21:36:38.294Z | Compiling serde_bytes v0.11.17 |
| 2735 | 2025-09-17T21:36:38.841Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2736 | 2025-09-17T21:36:39.239Z | Compiling base64 v0.13.1 |
| 2737 | 2025-09-17T21:36:40.121Z | Compiling number_prefix v0.4.0 |
| 2738 | 2025-09-17T21:36:40.434Z | Compiling indicatif v0.17.11 |
| 2739 | 2025-09-17T21:36:40.610Z | Compiling ron v0.7.1 |
| 2740 | 2025-09-17T21:36:43.537Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2741 | 2025-09-17T21:36:44.395Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2742 | 2025-09-17T21:36:45.339Z | Compiling tokio-tungstenite v0.23.1 |
| 2743 | 2025-09-17T21:36:45.747Z | Compiling xz2 v0.1.7 |
| 2744 | 2025-09-17T21:36:46.385Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2745 | 2025-09-17T21:36:46.788Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2746 | 2025-09-17T21:36:50.983Z | Compiling tokio-rustls v0.24.1 |
| 2747 | 2025-09-17T21:36:52.547Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2748 | 2025-09-17T21:36:55.098Z | Compiling zone v0.1.8 |
| 2749 | 2025-09-17T21:36:56.027Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2750 | 2025-09-17T21:36:57.421Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2751 | 2025-09-17T21:36:58.343Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2752 | 2025-09-17T21:36:58.374Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2753 | 2025-09-17T21:36:59.194Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2754 | 2025-09-17T21:37:00.211Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2755 | 2025-09-17T21:37:01.063Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2756 | 2025-09-17T21:37:08.021Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2757 | 2025-09-17T21:37:08.080Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2758 | 2025-09-17T21:37:09.586Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2759 | 2025-09-17T21:37:10.083Z | Compiling rustls-pemfile v1.0.4 |
| 2760 | 2025-09-17T21:37:10.848Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2761 | 2025-09-17T21:37:11.238Z | Compiling signal-hook-tokio v0.3.1 |
| 2762 | 2025-09-17T21:37:11.510Z | Compiling twox-hash v2.1.0 |
| 2763 | 2025-09-17T21:37:12.570Z | Compiling yasna v0.5.2 |
| 2764 | 2025-09-17T21:37:12.602Z | Compiling secrecy v0.8.0 |
| 2765 | 2025-09-17T21:37:12.900Z | Compiling is_ci v1.2.0 |
| 2766 | 2025-09-17T21:37:13.235Z | Compiling supports-color v3.0.2 |
| 2767 | 2025-09-17T21:37:13.977Z | Compiling rcgen v0.12.1 |
| 2768 | 2025-09-17T21:37:15.897Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2769 | 2025-09-17T21:37:24.081Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2770 | 2025-09-17T21:37:24.257Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2771 | 2025-09-17T21:37:24.471Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2772 | 2025-09-17T21:37:36.854Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 2773 | 2025-09-17T21:37:43.418Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2774 | 2025-09-17T21:37:49.748Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2775 | 2025-09-17T21:37:50.342Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2776 | 2025-09-17T21:37:53.905Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2777 | 2025-09-17T21:37:58.785Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2778 | 2025-09-17T21:38:05.043Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2779 | 2025-09-17T21:38:05.855Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2780 | 2025-09-17T21:38:06.231Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2781 | 2025-09-17T21:38:06.627Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2782 | 2025-09-17T21:38:08.283Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2783 | 2025-09-17T21:38:12.005Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2784 | 2025-09-17T21:38:12.312Z | Compiling fatfs v0.3.6 |
| 2785 | 2025-09-17T21:38:14.853Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=0a8dbd2311263f6a59ea58089e33c8331436ff3a#0a8dbd23) |
| 2786 | 2025-09-17T21:38:15.085Z | Compiling rtoolbox v0.0.2 |
| 2787 | 2025-09-17T21:38:15.537Z | Compiling subprocess v0.2.9 |
| 2788 | 2025-09-17T21:38:15.760Z | Compiling assert_matches v1.5.0 |
| 2789 | 2025-09-17T21:38:15.960Z | Compiling rpassword v7.4.0 |
| 2790 | 2025-09-17T21:38:16.486Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2791 | 2025-09-17T21:38:23.246Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2792 | 2025-09-17T21:38:23.768Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2793 | 2025-09-17T21:38:24.250Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2794 | 2025-09-17T21:38:29.202Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2795 | 2025-09-17T21:38:49.707Z | Compiling tui-tree-widget v0.23.1 |
| 2796 | 2025-09-17T21:38:50.192Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2797 | 2025-09-17T21:39:02.238Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2798 | 2025-09-17T21:39:03.639Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2799 | 2025-09-17T21:39:04.026Z | Compiling uzers v0.12.1 |
| 2800 | 2025-09-17T21:39:05.268Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2801 | 2025-09-17T21:39:06.820Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2802 | 2025-09-17T21:39:08.892Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2803 | 2025-09-17T21:39:22.653Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2804 | 2025-09-17T21:39:34.034Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2805 | 2025-09-17T21:39:37.257Z | Compiling support-bundle-viewer v0.1.2 |
| 2806 | 2025-09-17T21:39:38.675Z | Compiling multimap v0.10.1 |
| 2807 | 2025-09-17T21:42:05.374Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2808 | 2025-09-17T21:42:10.023Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2809 | 2025-09-17T21:50:53.008Z | Finished `release` profile [optimized] target(s) in 20m 14s |
| 2810 | 2025-09-17T21:51:50.533Z | |
| 2811 | 2025-09-17T21:51:50.536Z | real 21:13.395404397 |
| 2812 | 2025-09-17T21:51:50.536Z | user 2:28:44.529176110 |
| 2813 | 2025-09-17T21:51:50.536Z | sys 4:19.657123244 |
| 2814 | 2025-09-17T21:51:50.536Z | trap 3.685482626 |
| 2815 | 2025-09-17T21:51:50.536Z | tflt 2.044252896 |
| 2816 | 2025-09-17T21:51:50.536Z | dflt 7.836459616 |
| 2817 | 2025-09-17T21:51:50.536Z | kflt 0.011061977 |
| 2818 | 2025-09-17T21:51:50.536Z | lock 10:18:26.572428356 |
| 2819 | 2025-09-17T21:51:50.536Z | slp 7:35:41.543586724 |
| 2820 | 2025-09-17T21:51:50.536Z | lat 4:15.618170013 |
| 2821 | 2025-09-17T21:51:50.537Z | stop 4:11.781488882 |
| 2822 | 2025-09-17T21:51:50.537Z | + mapfile -t packages |
| 2823 | 2025-09-17T21:51:50.537Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2824 | 2025-09-17T21:51:52.862Z | Finished `release` profile [optimized] target(s) in 1.26s |
| 2825 | 2025-09-17T21:51:52.865Z | Running `target/release/omicron-package -t test list-outputs` |
| 2826 | 2025-09-17T21:51:52.866Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2827 | 2025-09-17T21:51:52.866Z | + ptime -m cargo build --locked --release -p xtask |
| 2828 | 2025-09-17T21:51:52.866Z | Compiling once_cell v1.21.3 |
| 2829 | 2025-09-17T21:51:52.866Z | Compiling serde_core v1.0.223 |
| 2830 | 2025-09-17T21:51:52.866Z | Compiling syn v2.0.106 |
| 2831 | 2025-09-17T21:51:52.866Z | Compiling serde v1.0.223 |
| 2832 | 2025-09-17T21:51:52.866Z | Compiling bitflags v2.9.1 |
| 2833 | 2025-09-17T21:51:52.866Z | Compiling serde_json v1.0.145 |
| 2834 | 2025-09-17T21:51:52.886Z | Compiling libc v0.2.174 |
| 2835 | 2025-09-17T21:51:52.889Z | Compiling num-traits v0.2.19 |
| 2836 | 2025-09-17T21:51:53.235Z | Compiling rustix v0.38.37 |
| 2837 | 2025-09-17T21:51:53.314Z | Compiling hashbrown v0.15.4 |
| 2838 | 2025-09-17T21:51:53.424Z | Compiling smallvec v1.15.1 |
| 2839 | 2025-09-17T21:51:53.674Z | Compiling usdt-impl v0.5.0 |
| 2840 | 2025-09-17T21:51:53.891Z | Compiling syn v1.0.109 |
| 2841 | 2025-09-17T21:51:54.384Z | Compiling thread-id v4.2.2 |
| 2842 | 2025-09-17T21:51:54.525Z | Compiling percent-encoding v2.3.2 |
| 2843 | 2025-09-17T21:51:54.544Z | Compiling rustix v1.0.7 |
| 2844 | 2025-09-17T21:51:54.680Z | Compiling indexmap v2.11.0 |
| 2845 | 2025-09-17T21:51:55.047Z | Compiling getrandom v0.3.1 |
| 2846 | 2025-09-17T21:51:55.205Z | Compiling log v0.4.27 |
| 2847 | 2025-09-17T21:51:55.703Z | Compiling terminal_size v0.4.0 |
| 2848 | 2025-09-17T21:51:55.721Z | Compiling form_urlencoded v1.2.2 |
| 2849 | 2025-09-17T21:51:56.209Z | Compiling ordered-float v2.10.1 |
| 2850 | 2025-09-17T21:51:56.631Z | Compiling fs-err v3.1.1 |
| 2851 | 2025-09-17T21:51:56.864Z | Compiling anyhow v1.0.99 |
| 2852 | 2025-09-17T21:51:57.474Z | Compiling clap_builder v4.5.41 |
| 2853 | 2025-09-17T21:51:58.100Z | Compiling textwrap v0.16.2 |
| 2854 | 2025-09-17T21:51:59.701Z | Compiling synstructure v0.13.1 |
| 2855 | 2025-09-17T21:51:59.722Z | Compiling proc-macro-error v1.0.4 |
| 2856 | 2025-09-17T21:52:00.230Z | Compiling tempfile v3.20.0 |
| 2857 | 2025-09-17T21:52:00.667Z | Compiling tabled_derive v0.7.0 |
| 2858 | 2025-09-17T21:52:00.829Z | Compiling camino-tempfile v1.4.1 |
| 2859 | 2025-09-17T21:52:02.507Z | Compiling serde_derive v1.0.223 |
| 2860 | 2025-09-17T21:52:02.528Z | Compiling thiserror-impl v1.0.69 |
| 2861 | 2025-09-17T21:52:02.942Z | Compiling zerofrom-derive v0.1.4 |
| 2862 | 2025-09-17T21:52:03.338Z | Compiling yoke-derive v0.7.4 |
| 2863 | 2025-09-17T21:52:03.694Z | Compiling zerovec-derive v0.10.3 |
| 2864 | 2025-09-17T21:52:05.034Z | Compiling thiserror v1.0.69 |
| 2865 | 2025-09-17T21:52:05.212Z | Compiling displaydoc v0.2.5 |
| 2866 | 2025-09-17T21:52:05.656Z | Compiling pest v2.7.14 |
| 2867 | 2025-09-17T21:52:05.879Z | Compiling zerofrom v0.1.4 |
| 2868 | 2025-09-17T21:52:06.027Z | Compiling icu_provider_macros v1.5.0 |
| 2869 | 2025-09-17T21:52:06.151Z | Compiling yoke v0.7.4 |
| 2870 | 2025-09-17T21:52:06.571Z | Compiling zerovec v0.10.4 |
| 2871 | 2025-09-17T21:52:06.591Z | Compiling zerocopy-derive v0.7.35 |
| 2872 | 2025-09-17T21:52:07.308Z | Compiling scroll_derive v0.12.0 |
| 2873 | 2025-09-17T21:52:08.312Z | Compiling pest_meta v2.7.14 |
| 2874 | 2025-09-17T21:52:08.663Z | Compiling tinystr v0.7.6 |
| 2875 | 2025-09-17T21:52:08.683Z | Compiling icu_collections v1.5.0 |
| 2876 | 2025-09-17T21:52:09.151Z | Compiling icu_locid v1.5.0 |
| 2877 | 2025-09-17T21:52:10.598Z | Compiling icu_provider v1.5.0 |
| 2878 | 2025-09-17T21:52:10.793Z | Compiling pest_generator v2.7.14 |
| 2879 | 2025-09-17T21:52:11.195Z | Compiling serde_spanned v0.6.9 |
| 2880 | 2025-09-17T21:52:11.521Z | Compiling icu_locid_transform v1.5.0 |
| 2881 | 2025-09-17T21:52:11.711Z | Compiling toml_datetime v0.6.11 |
| 2882 | 2025-09-17T21:52:12.534Z | Compiling pest_derive v2.7.14 |
| 2883 | 2025-09-17T21:52:12.619Z | Compiling zerocopy v0.7.35 |
| 2884 | 2025-09-17T21:52:12.716Z | Compiling toml_edit v0.22.27 |
| 2885 | 2025-09-17T21:52:13.121Z | Compiling icu_properties v1.5.1 |
| 2886 | 2025-09-17T21:52:13.263Z | Compiling dtrace-parser v0.2.0 |
| 2887 | 2025-09-17T21:52:13.898Z | Compiling dof v0.3.0 |
| 2888 | 2025-09-17T21:52:14.735Z | Compiling scroll v0.12.0 |
| 2889 | 2025-09-17T21:52:15.425Z | Compiling goblin v0.8.2 |
| 2890 | 2025-09-17T21:52:16.094Z | Compiling serde_tokenstream v0.2.2 |
| 2891 | 2025-09-17T21:52:16.300Z | Compiling erased-serde v0.4.6 |
| 2892 | 2025-09-17T21:52:16.672Z | Compiling toml v0.8.23 |
| 2893 | 2025-09-17T21:52:17.017Z | Compiling icu_normalizer v1.5.0 |
| 2894 | 2025-09-17T21:52:19.277Z | Compiling idna_adapter v1.2.0 |
| 2895 | 2025-09-17T21:52:19.530Z | Compiling idna v1.0.3 |
| 2896 | 2025-09-17T21:52:22.192Z | Compiling thiserror-impl v2.0.16 |
| 2897 | 2025-09-17T21:52:24.536Z | Compiling url v2.5.4 |
| 2898 | 2025-09-17T21:52:25.196Z | Compiling thiserror v2.0.16 |
| 2899 | 2025-09-17T21:52:25.316Z | Compiling serde-untagged v0.1.7 |
| 2900 | 2025-09-17T21:52:26.247Z | Compiling serde-value v0.7.0 |
| 2901 | 2025-09-17T21:52:27.061Z | Compiling semver v1.0.26 |
| 2902 | 2025-09-17T21:52:27.757Z | Compiling cargo-util-schemas v0.8.2 |
| 2903 | 2025-09-17T21:52:28.400Z | Compiling usdt-attr-macro v0.5.0 |
| 2904 | 2025-09-17T21:52:28.894Z | Compiling usdt-macro v0.5.0 |
| 2905 | 2025-09-17T21:52:29.702Z | Compiling cargo-platform v0.2.0 |
| 2906 | 2025-09-17T21:52:29.718Z | Compiling clap_derive v4.5.41 |
| 2907 | 2025-09-17T21:52:29.969Z | Compiling cargo_toml v0.21.0 |
| 2908 | 2025-09-17T21:52:30.020Z | Compiling usdt v0.5.0 |
| 2909 | 2025-09-17T21:52:30.891Z | Compiling cargo_metadata v0.21.0 |
| 2910 | 2025-09-17T21:52:31.381Z | Compiling macaddr v1.0.1 |
| 2911 | 2025-09-17T21:52:31.987Z | Compiling tabled v0.15.0 |
| 2912 | 2025-09-17T21:52:33.804Z | Compiling clap v4.5.41 |
| 2913 | 2025-09-17T21:52:42.106Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2914 | 2025-09-17T21:52:48.012Z | Finished `release` profile [optimized] target(s) in 55.96s |
| 2915 | 2025-09-17T21:52:48.158Z | |
| 2916 | 2025-09-17T21:52:48.167Z | real 56.131277213 |
| 2917 | 2025-09-17T21:52:48.167Z | user 6:12.911711443 |
| 2918 | 2025-09-17T21:52:48.167Z | sys 27.784463498 |
| 2919 | 2025-09-17T21:52:48.167Z | trap 0.192068643 |
| 2920 | 2025-09-17T21:52:48.167Z | tflt 0.348529573 |
| 2921 | 2025-09-17T21:52:48.167Z | dflt 0.445227204 |
| 2922 | 2025-09-17T21:52:48.167Z | kflt 0.000002529 |
| 2923 | 2025-09-17T21:52:48.167Z | lock 16:11.133576902 |
| 2924 | 2025-09-17T21:52:48.168Z | slp 18:42.381430398 |
| 2925 | 2025-09-17T21:52:48.168Z | lat 25.739100093 |
| 2926 | 2025-09-17T21:52:48.168Z | stop 32.151120908 |
| 2927 | 2025-09-17T21:52:48.168Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2928 | 2025-09-17T21:52:48.168Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2929 | 2025-09-17T21:52:48.168Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2930 | 2025-09-17T21:52:48.168Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2931 | 2025-09-17T21:52:48.168Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2932 | 2025-09-17T21:52:49.407Z | Compiling regress v0.10.4 |
| 2933 | 2025-09-17T21:52:49.575Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2934 | 2025-09-17T21:52:49.575Z | Compiling unsafe-libyaml v0.2.11 |
| 2935 | 2025-09-17T21:52:49.578Z | Compiling ident_case v1.0.1 |
| 2936 | 2025-09-17T21:52:49.578Z | Compiling match_cfg v0.1.0 |
| 2937 | 2025-09-17T21:52:49.645Z | Compiling quick-error v1.2.3 |
| 2938 | 2025-09-17T21:52:49.649Z | Compiling tempfile v3.20.0 |
| 2939 | 2025-09-17T21:52:49.649Z | Compiling progenitor-client v0.10.0 |
| 2940 | 2025-09-17T21:52:49.735Z | Compiling hostname v0.3.1 |
| 2941 | 2025-09-17T21:52:49.760Z | Compiling darling_core v0.20.10 |
| 2942 | 2025-09-17T21:52:49.849Z | Compiling structmeta-derive v0.3.0 |
| 2943 | 2025-09-17T21:52:49.964Z | Compiling rustls v0.22.4 |
| 2944 | 2025-09-17T21:52:50.121Z | Compiling hex v0.4.3 |
| 2945 | 2025-09-17T21:52:50.158Z | Compiling multer v3.1.0 |
| 2946 | 2025-09-17T21:52:50.341Z | Compiling debug-ignore v1.0.5 |
| 2947 | 2025-09-17T21:52:50.541Z | Compiling toml_parser v1.0.2 |
| 2948 | 2025-09-17T21:52:50.602Z | Compiling slog-json v2.6.1 |
| 2949 | 2025-09-17T21:52:50.722Z | Compiling toml_datetime v0.7.0 |
| 2950 | 2025-09-17T21:52:50.988Z | Compiling serde_yaml v0.9.34+deprecated |
| 2951 | 2025-09-17T21:52:51.343Z | Compiling serde_spanned v1.0.0 |
| 2952 | 2025-09-17T21:52:51.369Z | Compiling macaddr v1.0.1 |
| 2953 | 2025-09-17T21:52:51.647Z | Compiling async-stream-impl v0.3.6 |
| 2954 | 2025-09-17T21:52:51.824Z | Compiling dropshot v0.16.4 |
| 2955 | 2025-09-17T21:52:52.066Z | Compiling toml_writer v1.0.2 |
| 2956 | 2025-09-17T21:52:52.193Z | Compiling ref-cast v1.0.24 |
| 2957 | 2025-09-17T21:52:52.441Z | Compiling structmeta v0.3.0 |
| 2958 | 2025-09-17T21:52:52.502Z | Compiling toml v0.9.5 |
| 2959 | 2025-09-17T21:52:52.854Z | Compiling slog-bunyan v2.5.0 |
| 2960 | 2025-09-17T21:52:52.887Z | Compiling async-stream v0.3.6 |
| 2961 | 2025-09-17T21:52:53.107Z | Compiling waitgroup v0.1.2 |
| 2962 | 2025-09-17T21:52:53.209Z | Compiling typify-impl v0.3.0 |
| 2963 | 2025-09-17T21:52:53.358Z | Compiling rustls-pemfile v2.2.0 |
| 2964 | 2025-09-17T21:52:53.712Z | Compiling dropshot_endpoint v0.16.4 |
| 2965 | 2025-09-17T21:52:53.858Z | Compiling serde_path_to_error v0.1.17 |
| 2966 | 2025-09-17T21:52:54.459Z | Compiling ref-cast-impl v1.0.24 |
| 2967 | 2025-09-17T21:52:54.693Z | Compiling tokio-rustls v0.25.0 |
| 2968 | 2025-09-17T21:52:55.156Z | Compiling hostname v0.4.0 |
| 2969 | 2025-09-17T21:52:55.412Z | Compiling wait-timeout v0.2.0 |
| 2970 | 2025-09-17T21:52:55.569Z | Compiling darling_macro v0.20.10 |
| 2971 | 2025-09-17T21:52:55.608Z | Compiling bit-vec v0.8.0 |
| 2972 | 2025-09-17T21:52:55.828Z | Compiling rusty-fork v0.3.0 |
| 2973 | 2025-09-17T21:52:55.930Z | Compiling derive-ex v0.1.8 |
| 2974 | 2025-09-17T21:52:56.115Z | Compiling bit-set v0.8.0 |
| 2975 | 2025-09-17T21:52:56.472Z | Compiling rand_xorshift v0.4.0 |
| 2976 | 2025-09-17T21:52:56.540Z | Compiling instant v0.1.13 |
| 2977 | 2025-09-17T21:52:56.570Z | Compiling darling v0.20.10 |
| 2978 | 2025-09-17T21:52:56.724Z | Compiling serde_with_macros v3.14.0 |
| 2979 | 2025-09-17T21:52:56.746Z | Compiling unarray v0.1.4 |
| 2980 | 2025-09-17T21:52:56.791Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2981 | 2025-09-17T21:52:56.963Z | Compiling proptest v1.7.0 |
| 2982 | 2025-09-17T21:52:57.002Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2983 | 2025-09-17T21:52:57.347Z | Compiling progenitor-client v0.9.1 |
| 2984 | 2025-09-17T21:52:57.740Z | Compiling derive-where v1.5.0 |
| 2985 | 2025-09-17T21:52:57.876Z | Compiling parse-display-derive v0.10.0 |
| 2986 | 2025-09-17T21:52:58.512Z | Compiling hashbrown v0.16.0 |
| 2987 | 2025-09-17T21:52:59.254Z | Compiling serde_with v3.14.0 |
| 2988 | 2025-09-17T21:52:59.738Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2989 | 2025-09-17T21:53:00.172Z | Compiling test-strategy v0.4.3 |
| 2990 | 2025-09-17T21:53:00.566Z | Compiling foldhash v0.2.0 |
| 2991 | 2025-09-17T21:53:00.925Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2992 | 2025-09-17T21:53:01.005Z | Compiling iddqd v0.3.13 |
| 2993 | 2025-09-17T21:53:01.360Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2994 | 2025-09-17T21:53:01.597Z | Compiling backoff v0.4.0 |
| 2995 | 2025-09-17T21:53:01.819Z | Compiling parse-display v0.10.0 |
| 2996 | 2025-09-17T21:53:01.986Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2997 | 2025-09-17T21:53:02.376Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2998 | 2025-09-17T21:53:02.424Z | Compiling typify-impl v0.4.3 |
| 2999 | 2025-09-17T21:53:02.773Z | Compiling itertools v0.14.0 |
| 3000 | 2025-09-17T21:53:03.296Z | Compiling darling_core v0.21.0 |
| 3001 | 2025-09-17T21:53:03.644Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 3002 | 2025-09-17T21:53:04.542Z | Compiling proc-macro-crate v1.3.1 |
| 3003 | 2025-09-17T21:53:04.838Z | Compiling typify-macro v0.3.0 |
| 3004 | 2025-09-17T21:53:04.868Z | Compiling crucible-workspace-hack v0.1.0 |
| 3005 | 2025-09-17T21:53:05.282Z | Compiling proc-macro-error v1.0.4 |
| 3006 | 2025-09-17T21:53:05.506Z | Compiling num_enum_derive v0.5.11 |
| 3007 | 2025-09-17T21:53:05.730Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3008 | 2025-09-17T21:53:05.923Z | Compiling heapless v0.8.0 |
| 3009 | 2025-09-17T21:53:06.379Z | Compiling hash32 v0.3.1 |
| 3010 | 2025-09-17T21:53:06.681Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3011 | 2025-09-17T21:53:06.876Z | Compiling smoltcp v0.11.0 |
| 3012 | 2025-09-17T21:53:07.195Z | Compiling foreign-types-macros v0.2.3 |
| 3013 | 2025-09-17T21:53:07.603Z | Compiling foreign-types-shared v0.3.1 |
| 3014 | 2025-09-17T21:53:07.788Z | Compiling cobs v0.2.3 |
| 3015 | 2025-09-17T21:53:07.882Z | Compiling num_enum v0.5.11 |
| 3016 | 2025-09-17T21:53:08.085Z | Compiling postcard v1.0.10 |
| 3017 | 2025-09-17T21:53:08.401Z | Compiling foreign-types v0.5.0 |
| 3018 | 2025-09-17T21:53:08.543Z | Compiling tabwriter v1.4.0 |
| 3019 | 2025-09-17T21:53:08.569Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3020 | 2025-09-17T21:53:08.811Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 3021 | 2025-09-17T21:53:08.914Z | Compiling typify v0.3.0 |
| 3022 | 2025-09-17T21:53:09.018Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 3023 | 2025-09-17T21:53:09.110Z | Compiling progenitor-impl v0.9.1 |
| 3024 | 2025-09-17T21:53:09.385Z | Compiling cstr-argument v0.1.2 |
| 3025 | 2025-09-17T21:53:09.421Z | Compiling darling_macro v0.21.0 |
| 3026 | 2025-09-17T21:53:09.448Z | Compiling rayon-core v1.12.1 |
| 3027 | 2025-09-17T21:53:09.474Z | Compiling pretty-hex v0.2.1 |
| 3028 | 2025-09-17T21:53:09.663Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 3029 | 2025-09-17T21:53:09.708Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3030 | 2025-09-17T21:53:09.849Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3031 | 2025-09-17T21:53:10.070Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3032 | 2025-09-17T21:53:10.185Z | Compiling crossbeam-deque v0.8.5 |
| 3033 | 2025-09-17T21:53:10.306Z | Compiling colored v2.2.0 |
| 3034 | 2025-09-17T21:53:10.360Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 3035 | 2025-09-17T21:53:10.407Z | Compiling darling v0.21.0 |
| 3036 | 2025-09-17T21:53:10.562Z | Compiling ingot-macros v0.1.1 |
| 3037 | 2025-09-17T21:53:11.341Z | Compiling zone_cfg_derive v0.3.0 |
| 3038 | 2025-09-17T21:53:12.119Z | Compiling rayon v1.10.0 |
| 3039 | 2025-09-17T21:53:12.478Z | Compiling camino-tempfile v1.4.1 |
| 3040 | 2025-09-17T21:53:12.790Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3041 | 2025-09-17T21:53:12.976Z | Compiling smf v0.2.3 |
| 3042 | 2025-09-17T21:53:13.228Z | Compiling num-derive v0.4.2 |
| 3043 | 2025-09-17T21:53:14.156Z | Compiling sigpipe v0.1.3 |
| 3044 | 2025-09-17T21:53:14.185Z | Compiling typify-macro v0.4.3 |
| 3045 | 2025-09-17T21:53:14.323Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3046 | 2025-09-17T21:53:14.679Z | Compiling jiff v0.2.15 |
| 3047 | 2025-09-17T21:53:14.797Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3048 | 2025-09-17T21:53:15.280Z | Compiling zone v0.3.1 |
| 3049 | 2025-09-17T21:53:15.577Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3050 | 2025-09-17T21:53:15.892Z | Compiling progenitor-macro v0.9.1 |
| 3051 | 2025-09-17T21:53:16.421Z | Compiling toml v0.8.23 |
| 3052 | 2025-09-17T21:53:16.481Z | Compiling num-rational v0.4.2 |
| 3053 | 2025-09-17T21:53:16.774Z | Compiling num-complex v0.4.6 |
| 3054 | 2025-09-17T21:53:17.715Z | Compiling ingot-types v0.1.2 |
| 3055 | 2025-09-17T21:53:17.832Z | Compiling num v0.4.3 |
| 3056 | 2025-09-17T21:53:17.934Z | Compiling float-ord v0.3.2 |
| 3057 | 2025-09-17T21:53:17.973Z | Compiling universal-hash v0.5.1 |
| 3058 | 2025-09-17T21:53:18.015Z | Compiling secrecy v0.10.3 |
| 3059 | 2025-09-17T21:53:18.157Z | Compiling opaque-debug v0.3.1 |
| 3060 | 2025-09-17T21:53:18.189Z | Compiling typify v0.4.3 |
| 3061 | 2025-09-17T21:53:18.217Z | Compiling convert_case v0.4.0 |
| 3062 | 2025-09-17T21:53:18.292Z | Compiling password-hash v0.5.0 |
| 3063 | 2025-09-17T21:53:18.315Z | Compiling blake2 v0.10.6 |
| 3064 | 2025-09-17T21:53:18.392Z | Compiling progenitor-impl v0.10.0 |
| 3065 | 2025-09-17T21:53:18.574Z | Compiling ingot v0.1.1 |
| 3066 | 2025-09-17T21:53:19.065Z | Compiling derive_more v0.99.20 |
| 3067 | 2025-09-17T21:53:19.217Z | Compiling indent_write v2.2.0 |
| 3068 | 2025-09-17T21:53:19.475Z | Compiling argon2 v0.5.3 |
| 3069 | 2025-09-17T21:53:19.599Z | Compiling aead v0.5.2 |
| 3070 | 2025-09-17T21:53:20.013Z | Compiling utf-8 v0.7.6 |
| 3071 | 2025-09-17T21:53:20.362Z | Compiling keccak v0.1.5 |
| 3072 | 2025-09-17T21:53:21.636Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3073 | 2025-09-17T21:53:22.348Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 3074 | 2025-09-17T21:53:22.351Z | Compiling sha3 v0.10.8 |
| 3075 | 2025-09-17T21:53:22.647Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3076 | 2025-09-17T21:53:22.942Z | Compiling tungstenite v0.21.0 |
| 3077 | 2025-09-17T21:53:23.118Z | Compiling poly1305 v0.8.0 |
| 3078 | 2025-09-17T21:53:23.472Z | Compiling chacha20 v0.9.1 |
| 3079 | 2025-09-17T21:53:24.009Z | Compiling console v0.15.10 |
| 3080 | 2025-09-17T21:53:24.846Z | Compiling tokio-tungstenite v0.21.0 |
| 3081 | 2025-09-17T21:53:24.975Z | Compiling owo-colors v4.2.2 |
| 3082 | 2025-09-17T21:53:25.037Z | Compiling progenitor-macro v0.10.0 |
| 3083 | 2025-09-17T21:53:25.323Z | Compiling cancel-safe-futures v0.1.5 |
| 3084 | 2025-09-17T21:53:25.416Z | Compiling base64 v0.21.7 |
| 3085 | 2025-09-17T21:53:25.624Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 3086 | 2025-09-17T21:53:25.737Z | Compiling libsw-core v0.3.1 |
| 3087 | 2025-09-17T21:53:25.765Z | Compiling fixedbitset v0.5.7 |
| 3088 | 2025-09-17T21:53:25.791Z | Compiling semver v0.1.20 |
| 3089 | 2025-09-17T21:53:25.911Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3090 | 2025-09-17T21:53:26.045Z | Compiling libsw v3.5.0 |
| 3091 | 2025-09-17T21:53:26.410Z | Compiling petgraph v0.8.2 |
| 3092 | 2025-09-17T21:53:26.436Z | Compiling rustc_version v0.1.7 |
| 3093 | 2025-09-17T21:53:26.718Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3094 | 2025-09-17T21:53:26.749Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3095 | 2025-09-17T21:53:26.882Z | Compiling atomicwrites v0.4.4 |
| 3096 | 2025-09-17T21:53:27.075Z | Compiling newline-converter v0.3.0 |
| 3097 | 2025-09-17T21:53:27.248Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3098 | 2025-09-17T21:53:27.271Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3099 | 2025-09-17T21:53:27.824Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 3100 | 2025-09-17T21:53:27.829Z | Compiling half v2.4.1 |
| 3101 | 2025-09-17T21:53:27.955Z | Compiling ciborium-io v0.2.2 |
| 3102 | 2025-09-17T21:53:28.126Z | Compiling linear-map v1.2.0 |
| 3103 | 2025-09-17T21:53:28.438Z | Compiling ciborium-ll v0.2.2 |
| 3104 | 2025-09-17T21:53:28.526Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3105 | 2025-09-17T21:53:28.576Z | Compiling expectorate v1.2.0 |
| 3106 | 2025-09-17T21:53:28.822Z | Compiling progenitor v0.9.1 |
| 3107 | 2025-09-17T21:53:28.843Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3108 | 2025-09-17T21:53:28.867Z | Compiling newtype_derive v0.1.6 |
| 3109 | 2025-09-17T21:53:29.075Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 3110 | 2025-09-17T21:53:29.214Z | Compiling pin-project-internal v1.1.6 |
| 3111 | 2025-09-17T21:53:29.366Z | Compiling ciborium v0.2.2 |
| 3112 | 2025-09-17T21:53:29.861Z | Compiling chacha20poly1305 v0.10.1 |
| 3113 | 2025-09-17T21:53:29.972Z | Compiling thiserror-no-std v2.0.2 |
| 3114 | 2025-09-17T21:53:30.123Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3115 | 2025-09-17T21:53:30.150Z | Compiling vsss-rs v3.3.4 |
| 3116 | 2025-09-17T21:53:30.406Z | Compiling typify-impl v0.2.0 |
| 3117 | 2025-09-17T21:53:30.673Z | Compiling resolv-conf v0.7.0 |
| 3118 | 2025-09-17T21:53:31.431Z | Compiling primeorder v0.13.6 |
| 3119 | 2025-09-17T21:53:32.002Z | Compiling pin-project v1.1.6 |
| 3120 | 2025-09-17T21:53:32.027Z | Compiling pem v3.0.5 |
| 3121 | 2025-09-17T21:53:32.189Z | Compiling snafu-derive v0.8.5 |
| 3122 | 2025-09-17T21:53:32.717Z | Compiling csv-core v0.1.11 |
| 3123 | 2025-09-17T21:53:33.237Z | Compiling moka v0.12.10 |
| 3124 | 2025-09-17T21:53:33.269Z | Compiling same-file v1.0.6 |
| 3125 | 2025-09-17T21:53:33.587Z | Compiling libefi-sys v0.1.0 |
| 3126 | 2025-09-17T21:53:33.650Z | Compiling walkdir v2.5.0 |
| 3127 | 2025-09-17T21:53:33.808Z | Compiling csv v1.3.1 |
| 3128 | 2025-09-17T21:53:34.122Z | Compiling tabled_derive v0.7.0 |
| 3129 | 2025-09-17T21:53:34.317Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3130 | 2025-09-17T21:53:34.389Z | Compiling globset v0.4.15 |
| 3131 | 2025-09-17T21:53:35.021Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3132 | 2025-09-17T21:53:35.316Z | Compiling olpc-cjson v0.1.4 |
| 3133 | 2025-09-17T21:53:35.636Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3134 | 2025-09-17T21:53:35.947Z | Compiling serde_plain v1.0.2 |
| 3135 | 2025-09-17T21:53:36.120Z | Compiling bitfield-struct v0.6.2 |
| 3136 | 2025-09-17T21:53:36.337Z | Compiling async-recursion v1.1.1 |
| 3137 | 2025-09-17T21:53:36.391Z | Compiling unicase v2.7.0 |
| 3138 | 2025-09-17T21:53:36.471Z | Compiling arc-swap v1.7.1 |
| 3139 | 2025-09-17T21:53:36.761Z | Compiling highway v1.3.0 |
| 3140 | 2025-09-17T21:53:36.903Z | Compiling snafu v0.8.5 |
| 3141 | 2025-09-17T21:53:37.067Z | Compiling tagptr v0.2.0 |
| 3142 | 2025-09-17T21:53:37.356Z | Compiling typed-path v0.9.3 |
| 3143 | 2025-09-17T21:53:37.546Z | Compiling textwrap v0.16.2 |
| 3144 | 2025-09-17T21:53:37.580Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3145 | 2025-09-17T21:53:37.795Z | Compiling slog-scope v4.4.0 |
| 3146 | 2025-09-17T21:53:37.918Z | Compiling progenitor v0.10.0 |
| 3147 | 2025-09-17T21:53:38.185Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3148 | 2025-09-17T21:53:38.292Z | Compiling tabled v0.15.0 |
| 3149 | 2025-09-17T21:53:38.594Z | Compiling steno v0.4.1 |
| 3150 | 2025-09-17T21:53:39.095Z | Compiling polyval v0.6.2 |
| 3151 | 2025-09-17T21:53:39.366Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3152 | 2025-09-17T21:53:39.527Z | Compiling tough v0.20.0 |
| 3153 | 2025-09-17T21:53:40.023Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3154 | 2025-09-17T21:53:40.410Z | Compiling hickory-proto v0.24.4 |
| 3155 | 2025-09-17T21:53:40.562Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3156 | 2025-09-17T21:53:41.456Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3157 | 2025-09-17T21:53:41.624Z | Compiling parking_lot_core v0.8.6 |
| 3158 | 2025-09-17T21:53:41.926Z | Compiling typify-macro v0.2.0 |
| 3159 | 2025-09-17T21:53:42.148Z | Compiling humantime v2.2.0 |
| 3160 | 2025-09-17T21:53:42.679Z | Compiling salty v0.3.0 |
| 3161 | 2025-09-17T21:53:43.166Z | Compiling linked-hash-map v0.5.6 |
| 3162 | 2025-09-17T21:53:43.551Z | Compiling lru-cache v0.1.2 |
| 3163 | 2025-09-17T21:53:43.746Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3164 | 2025-09-17T21:53:43.798Z | Compiling proc-macro-error2 v2.0.1 |
| 3165 | 2025-09-17T21:53:44.446Z | Compiling ghash v0.5.1 |
| 3166 | 2025-09-17T21:53:44.543Z | Compiling hickory-resolver v0.25.2 |
| 3167 | 2025-09-17T21:53:44.581Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3168 | 2025-09-17T21:53:44.867Z | Compiling slog-stdlog v4.1.1 |
| 3169 | 2025-09-17T21:53:44.957Z | Compiling p384 v0.13.0 |
| 3170 | 2025-09-17T21:53:45.080Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3171 | 2025-09-17T21:53:45.235Z | Compiling nix v0.30.1 |
| 3172 | 2025-09-17T21:53:45.342Z | Compiling ctr v0.9.2 |
| 3173 | 2025-09-17T21:53:45.707Z | Compiling num-derive v0.3.3 |
| 3174 | 2025-09-17T21:53:45.861Z | Compiling typify v0.2.0 |
| 3175 | 2025-09-17T21:53:46.076Z | Compiling progenitor-impl v0.8.0 |
| 3176 | 2025-09-17T21:53:46.142Z | Compiling lzma-sys v0.1.20 |
| 3177 | 2025-09-17T21:53:46.414Z | Compiling gethostname v0.5.0 |
| 3178 | 2025-09-17T21:53:46.656Z | Compiling slog-dtrace v0.3.0 |
| 3179 | 2025-09-17T21:53:46.980Z | Compiling xshell-macros v0.2.7 |
| 3180 | 2025-09-17T21:53:47.246Z | Compiling aes-gcm v0.10.3 |
| 3181 | 2025-09-17T21:53:47.775Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3182 | 2025-09-17T21:53:47.912Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3183 | 2025-09-17T21:53:48.077Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3184 | 2025-09-17T21:53:48.985Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3185 | 2025-09-17T21:53:49.176Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3186 | 2025-09-17T21:53:51.410Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3187 | 2025-09-17T21:53:52.462Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3188 | 2025-09-17T21:53:52.764Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3189 | 2025-09-17T21:53:52.823Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3190 | 2025-09-17T21:53:53.606Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3191 | 2025-09-17T21:53:54.337Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3192 | 2025-09-17T21:53:54.442Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3193 | 2025-09-17T21:53:55.414Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3194 | 2025-09-17T21:53:55.804Z | Compiling progenitor-macro v0.8.0 |
| 3195 | 2025-09-17T21:53:56.536Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3196 | 2025-09-17T21:53:57.769Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3197 | 2025-09-17T21:53:57.888Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3198 | 2025-09-17T21:53:58.076Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3199 | 2025-09-17T21:53:58.742Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3200 | 2025-09-17T21:53:58.804Z | Compiling libscf-sys v1.1.0 |
| 3201 | 2025-09-17T21:53:59.064Z | Compiling xshell v0.2.7 |
| 3202 | 2025-09-17T21:53:59.120Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3203 | 2025-09-17T21:53:59.976Z | Compiling hickory-resolver v0.24.4 |
| 3204 | 2025-09-17T21:54:00.136Z | Compiling mime_guess v2.0.5 |
| 3205 | 2025-09-17T21:54:01.381Z | Compiling slog-envlogger v2.2.0 |
| 3206 | 2025-09-17T21:54:02.101Z | Compiling tabled_derive v0.11.0 |
| 3207 | 2025-09-17T21:54:04.884Z | Compiling papergrid v0.17.0 |
| 3208 | 2025-09-17T21:54:05.050Z | Compiling progenitor-impl v0.11.0 |
| 3209 | 2025-09-17T21:54:05.233Z | Compiling testing_table v0.3.0 |
| 3210 | 2025-09-17T21:54:05.526Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3211 | 2025-09-17T21:54:05.556Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3212 | 2025-09-17T21:54:06.777Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 3213 | 2025-09-17T21:54:06.815Z | Compiling heck v0.3.3 |
| 3214 | 2025-09-17T21:54:07.186Z | Compiling tokio-dtrace v0.1.0 |
| 3215 | 2025-09-17T21:54:07.678Z | Compiling progenitor-client v0.8.0 |
| 3216 | 2025-09-17T21:54:08.206Z | Compiling ssh-encoding v0.2.0 |
| 3217 | 2025-09-17T21:54:08.459Z | Compiling blowfish v0.9.1 |
| 3218 | 2025-09-17T21:54:08.760Z | Compiling env_filter v0.1.2 |
| 3219 | 2025-09-17T21:54:08.959Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 3220 | 2025-09-17T21:54:09.091Z | Compiling nibble_vec v0.1.0 |
| 3221 | 2025-09-17T21:54:09.150Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3222 | 2025-09-17T21:54:09.339Z | Compiling endian-type v0.1.2 |
| 3223 | 2025-09-17T21:54:09.418Z | Compiling env_logger v0.11.5 |
| 3224 | 2025-09-17T21:54:09.461Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 3225 | 2025-09-17T21:54:09.561Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3226 | 2025-09-17T21:54:09.609Z | Compiling radix_trie v0.2.1 |
| 3227 | 2025-09-17T21:54:10.106Z | Compiling ssh-cipher v0.2.0 |
| 3228 | 2025-09-17T21:54:10.193Z | Compiling progenitor v0.8.0 |
| 3229 | 2025-09-17T21:54:10.300Z | Compiling oxide-tokio-rt v0.1.2 |
| 3230 | 2025-09-17T21:54:10.478Z | Compiling tabled v0.20.0 |
| 3231 | 2025-09-17T21:54:10.631Z | Compiling zone_cfg_derive v0.1.2 |
| 3232 | 2025-09-17T21:54:11.474Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3233 | 2025-09-17T21:54:11.818Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3234 | 2025-09-17T21:54:11.948Z | Compiling progenitor-macro v0.11.0 |
| 3235 | 2025-09-17T21:54:11.975Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3236 | 2025-09-17T21:54:12.115Z | Compiling parking_lot v0.11.2 |
| 3237 | 2025-09-17T21:54:12.311Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3238 | 2025-09-17T21:54:12.845Z | Compiling qorb v0.4.1 |
| 3239 | 2025-09-17T21:54:12.983Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3240 | 2025-09-17T21:54:13.411Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3241 | 2025-09-17T21:54:13.921Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3242 | 2025-09-17T21:54:16.033Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3243 | 2025-09-17T21:54:16.537Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3244 | 2025-09-17T21:54:16.565Z | Compiling progenitor-client v0.11.0 |
| 3245 | 2025-09-17T21:54:16.811Z | Compiling password-hash v0.4.2 |
| 3246 | 2025-09-17T21:54:16.866Z | Compiling prefix-trie v0.7.0 |
| 3247 | 2025-09-17T21:54:16.967Z | Compiling fxhash v0.2.1 |
| 3248 | 2025-09-17T21:54:16.996Z | Compiling number_prefix v0.4.0 |
| 3249 | 2025-09-17T21:54:17.148Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3250 | 2025-09-17T21:54:17.226Z | Compiling http-range v0.1.5 |
| 3251 | 2025-09-17T21:54:17.257Z | Compiling base64 v0.13.1 |
| 3252 | 2025-09-17T21:54:17.482Z | Compiling pbkdf2 v0.11.0 |
| 3253 | 2025-09-17T21:54:17.566Z | Compiling indicatif v0.17.11 |
| 3254 | 2025-09-17T21:54:17.592Z | Compiling sled v0.34.7 |
| 3255 | 2025-09-17T21:54:17.619Z | Compiling hickory-server v0.25.2 |
| 3256 | 2025-09-17T21:54:17.691Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3257 | 2025-09-17T21:54:17.837Z | Compiling ron v0.7.1 |
| 3258 | 2025-09-17T21:54:17.863Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3259 | 2025-09-17T21:54:18.369Z | Compiling xz2 v0.1.7 |
| 3260 | 2025-09-17T21:54:18.832Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3261 | 2025-09-17T21:54:19.865Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 3262 | 2025-09-17T21:54:22.208Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3263 | 2025-09-17T21:54:22.875Z | Compiling zone v0.1.8 |
| 3264 | 2025-09-17T21:54:22.926Z | Compiling ssh-key v0.6.6 |
| 3265 | 2025-09-17T21:54:23.229Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3266 | 2025-09-17T21:54:24.049Z | Compiling hickory-client v0.25.2 |
| 3267 | 2025-09-17T21:54:24.619Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3268 | 2025-09-17T21:54:24.709Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3269 | 2025-09-17T21:54:24.848Z | Compiling progenitor v0.11.0 |
| 3270 | 2025-09-17T21:54:25.109Z | Compiling p256 v0.13.2 |
| 3271 | 2025-09-17T21:54:25.671Z | Compiling p521 v0.13.3 |
| 3272 | 2025-09-17T21:54:25.947Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 3273 | 2025-09-17T21:54:26.123Z | Compiling yasna v0.5.2 |
| 3274 | 2025-09-17T21:54:26.871Z | Compiling headers-core v0.3.0 |
| 3275 | 2025-09-17T21:54:26.900Z | Compiling kstat-rs v0.2.4 |
| 3276 | 2025-09-17T21:54:27.099Z | Compiling secrecy v0.8.0 |
| 3277 | 2025-09-17T21:54:27.392Z | Compiling nanorand v0.7.0 |
| 3278 | 2025-09-17T21:54:27.466Z | Compiling russh-cryptovec v0.7.3 |
| 3279 | 2025-09-17T21:54:27.516Z | Compiling atty v0.2.14 |
| 3280 | 2025-09-17T21:54:27.693Z | Compiling crc8 v0.1.1 |
| 3281 | 2025-09-17T21:54:27.718Z | Compiling md5 v0.7.0 |
| 3282 | 2025-09-17T21:54:27.792Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3283 | 2025-09-17T21:54:27.886Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3284 | 2025-09-17T21:54:27.890Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3285 | 2025-09-17T21:54:27.959Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 3286 | 2025-09-17T21:54:28.272Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3287 | 2025-09-17T21:54:29.786Z | Compiling russh-keys v0.45.0 |
| 3288 | 2025-09-17T21:54:31.765Z | Compiling flume v0.11.1 |
| 3289 | 2025-09-17T21:54:32.410Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3290 | 2025-09-17T21:54:33.301Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3291 | 2025-09-17T21:54:33.676Z | Compiling rcgen v0.12.1 |
| 3292 | 2025-09-17T21:54:34.034Z | Compiling headers v0.4.1 |
| 3293 | 2025-09-17T21:54:34.248Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3294 | 2025-09-17T21:54:35.757Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3295 | 2025-09-17T21:54:35.761Z | Compiling hyper-staticfile v0.10.1 |
| 3296 | 2025-09-17T21:54:36.824Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3297 | 2025-09-17T21:54:37.531Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 3298 | 2025-09-17T21:54:38.131Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3299 | 2025-09-17T21:54:38.163Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3300 | 2025-09-17T21:54:39.123Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3301 | 2025-09-17T21:54:40.420Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3302 | 2025-09-17T21:54:40.505Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3303 | 2025-09-17T21:54:41.018Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3304 | 2025-09-17T21:54:41.627Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3305 | 2025-09-17T21:54:46.581Z | Compiling num-bigint v0.4.6 |
| 3306 | 2025-09-17T21:54:46.649Z | Compiling des v0.8.1 |
| 3307 | 2025-09-17T21:54:46.649Z | Compiling subprocess v0.2.9 |
| 3308 | 2025-09-17T21:54:46.649Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3309 | 2025-09-17T21:54:46.649Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3310 | 2025-09-17T21:54:46.649Z | Compiling hex-literal v0.4.1 |
| 3311 | 2025-09-17T21:54:46.649Z | Compiling display-error-chain v0.2.2 |
| 3312 | 2025-09-17T21:54:46.649Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3313 | 2025-09-17T21:54:46.649Z | Compiling russh v0.45.0 |
| 3314 | 2025-09-17T21:54:46.650Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3315 | 2025-09-17T21:54:48.270Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3316 | 2025-09-17T21:54:48.708Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3317 | 2025-09-17T21:54:49.228Z | Compiling internet-checksum v0.2.1 |
| 3318 | 2025-09-17T21:54:50.664Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3319 | 2025-09-17T21:55:19.014Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3320 | 2025-09-17T21:55:43.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 55s |
| 3321 | 2025-09-17T21:55:44.248Z | |
| 3322 | 2025-09-17T21:55:44.248Z | real 2:56.009824436 |
| 3323 | 2025-09-17T21:55:44.249Z | user 16:17.478517113 |
| 3324 | 2025-09-17T21:55:44.249Z | sys 2:18.328795449 |
| 3325 | 2025-09-17T21:55:44.249Z | trap 0.536170924 |
| 3326 | 2025-09-17T21:55:44.252Z | tflt 0.229973783 |
| 3327 | 2025-09-17T21:55:44.252Z | dflt 0.763768738 |
| 3328 | 2025-09-17T21:55:44.252Z | kflt 0.000041923 |
| 3329 | 2025-09-17T21:55:44.252Z | lock 45:03.018625745 |
| 3330 | 2025-09-17T21:55:44.252Z | slp 1:00:30.382571807 |
| 3331 | 2025-09-17T21:55:44.252Z | lat 1:01.024788932 |
| 3332 | 2025-09-17T21:55:44.252Z | stop 2:26.850585808 |
| 3333 | 2025-09-17T21:55:44.252Z | + mkdir tests |
| 3334 | 2025-09-17T21:55:44.255Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3335 | 2025-09-17T21:55:44.255Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3336 | 2025-09-17T21:55:44.299Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-abe74b4c57630ae5 tests/ |
| 3337 | 2025-09-17T21:55:44.327Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-1d2c7c458cf40b43 tests/ |
| 3338 | 2025-09-17T21:55:44.354Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-b4b2d87da7be889d tests/ |
| 3339 | 2025-09-17T21:55:44.382Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-9358d27ff329b963 tests/ |
| 3340 | 2025-09-17T21:55:44.721Z | + 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/*) |
| 3341 | 2025-09-17T21:55:44.724Z | + 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-1d2c7c458cf40b43 tests/commtest-b4b2d87da7be889d tests/dhcp_server-abe74b4c57630ae5 tests/end_to_end_tests-9358d27ff329b963 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 |
| 3342 | 2025-09-17T21:57:29.087Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3343 | 2025-09-17T21:57:29.087Z | a .github/buildomat/ci-env.sh 1K |
| 3344 | 2025-09-17T21:57:29.087Z | a out/target/test 1K |
| 3345 | 2025-09-17T21:57:29.087Z | a out/npuzone/npuzone 23144K |
| 3346 | 2025-09-17T21:57:29.087Z | a package-manifest.toml 34K |
| 3347 | 2025-09-17T21:57:29.087Z | a smf/sled-agent/non-gimlet/config.toml 5K |
| 3348 | 2025-09-17T21:57:29.087Z | a target/release/omicron-package 41291K |
| 3349 | 2025-09-17T21:57:29.087Z | a target/release/xtask 11727K |
| 3350 | 2025-09-17T21:57:29.087Z | a target/debug/bootstrap 305766K |
| 3351 | 2025-09-17T21:57:29.087Z | a tests/bootstrap-1d2c7c458cf40b43 23730K |
| 3352 | 2025-09-17T21:57:29.087Z | a tests/commtest-b4b2d87da7be889d 23829K |
| 3353 | 2025-09-17T21:57:29.087Z | a tests/dhcp_server-abe74b4c57630ae5 23730K |
| 3354 | 2025-09-17T21:57:29.087Z | a tests/end_to_end_tests-9358d27ff329b963 347251K |
| 3355 | 2025-09-17T21:57:29.087Z | a out/clickhouse.tar.gz 316192K |
| 3356 | 2025-09-17T21:57:29.087Z | a out/clickhouse_keeper.tar.gz 299912K |
| 3357 | 2025-09-17T21:57:29.087Z | a out/clickhouse_server.tar.gz 316192K |
| 3358 | 2025-09-17T21:57:29.087Z | a out/cockroachdb.tar.gz 165681K |
| 3359 | 2025-09-17T21:57:29.087Z | a out/crucible-dtrace.tar 99K |
| 3360 | 2025-09-17T21:57:29.087Z | a out/crucible-pantry-zone.tar.gz 38329K |
| 3361 | 2025-09-17T21:57:29.087Z | a out/crucible-zone.tar.gz 48132K |
| 3362 | 2025-09-17T21:57:29.087Z | a out/external-dns.tar.gz 50977K |
| 3363 | 2025-09-17T21:57:29.087Z | a out/internal-dns.tar.gz 50976K |
| 3364 | 2025-09-17T21:57:29.087Z | a out/mg-ddm-gz.tar 118403K |
| 3365 | 2025-09-17T21:57:29.087Z | a out/nexus.tar.gz 135788K |
| 3366 | 2025-09-17T21:57:29.087Z | a out/ntp.tar.gz 33336K |
| 3367 | 2025-09-17T21:57:29.087Z | a out/omicron-gateway-softnpu.tar.gz 31358K |
| 3368 | 2025-09-17T21:57:29.087Z | a out/omicron-sled-agent.tar 143184K |
| 3369 | 2025-09-17T21:57:29.087Z | a out/overlay.tar.gz 3K |
| 3370 | 2025-09-17T21:57:29.087Z | a out/oximeter.tar.gz 63980K |
| 3371 | 2025-09-17T21:57:29.088Z | a out/oxlog.tar 4011K |
| 3372 | 2025-09-17T21:57:29.088Z | a out/probe.tar.gz 3037K |
| 3373 | 2025-09-17T21:57:29.088Z | a out/propolis-server.tar.gz 68586K |
| 3374 | 2025-09-17T21:57:29.088Z | a out/pumpkind-gz.tar 26648K |
| 3375 | 2025-09-17T21:57:29.088Z | a out/switch-softnpu.tar.gz 390903K |
| 3376 | 2025-09-17T21:57:29.088Z | |
| 3377 | 2025-09-17T21:57:29.088Z | real 1:40.542571181 |
| 3378 | 2025-09-17T21:57:29.164Z | user 1:36.333399080 |
| 3379 | 2025-09-17T21:57:29.164Z | sys 6.004574541 |
| 3380 | 2025-09-17T21:57:29.164Z | trap 0.022673577 |
| 3381 | 2025-09-17T21:57:29.164Z | tflt 0.000000000 |
| 3382 | 2025-09-17T21:57:29.164Z | dflt 0.000000000 |
| 3383 | 2025-09-17T21:57:29.164Z | kflt 0.000000000 |
| 3384 | 2025-09-17T21:57:29.165Z | lock 0.000000000 |
| 3385 | 2025-09-17T21:57:29.165Z | slp 1:36.110187073 |
| 3386 | 2025-09-17T21:57:29.165Z | lat 2.608358347 |
| 3387 | 2025-09-17T21:57:29.165Z | stop 0.000546940 |
| 3388 | 2025-09-17T21:57:29.165Z | process exited: duration 2223911 ms, exit code 0 |
| |
| 3389 | 2025-09-17T21:57:29.206Z | found 1 output files |
| 3390 | 2025-09-17T21:57:29.206Z | uploading: /work/package.tar.gz (2308819859 bytes) |
| 3391 | 2025-09-17T21:58:19.109Z | uploaded: /work/package.tar.gz |