|
|
|
| 1 | 2026-08-11T21:35:59.551Z | job assigned to worker 01KZSC0HD3MNHX71WQRVRC3QFG [factory aws, i-056157436cd444071] (queued for 53 s) |
| |
| 2 | 2026-08-11T21:36:06.537Z | starting task 0: "setup" |
| 3 | 2026-08-11T21:36:06.542Z | ++ uname -s |
| 4 | 2026-08-11T21:36:06.546Z | + kern=SunOS |
| 5 | 2026-08-11T21:36:06.546Z | + build_user=build |
| 6 | 2026-08-11T21:36:06.546Z | + build_uid=12345 |
| 7 | 2026-08-11T21:36:06.546Z | + work_dir=/work |
| 8 | 2026-08-11T21:36:06.546Z | + input_dir=/input |
| 9 | 2026-08-11T21:36:06.546Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-11T21:36:06.546Z | + case "$kern" in |
| 11 | 2026-08-11T21:36:06.546Z | + groupadd -g 12345 build |
| 12 | 2026-08-11T21:36:06.550Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-11T21:36:08.557Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-11T21:36:08.623Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-11T21:36:08.626Z | + home_fs=zfs |
| 16 | 2026-08-11T21:36:08.627Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-11T21:36:08.628Z | + mkdir -p /home/build |
| 18 | 2026-08-11T21:36:08.628Z | + chown build:build /home/build /work |
| 19 | 2026-08-11T21:36:10.631Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-11T21:36:10.639Z | process exited: duration 4099 ms, exit code 0 |
| |
| 21 | 2026-08-11T21:36:10.648Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-11T21:36:10.678Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-11T21:36:10.678Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-11T21:36:10.678Z | * rust toolchain profile = "default" |
| 25 | 2026-08-11T21:36:10.678Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-11T21:36:10.678Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-11T21:36:10.678Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-11T21:36:10.767Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-11T21:36:10.767Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-11T21:36:10.998Z | info: downloading installer |
| 31 | 2026-08-11T21:36:12.368Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-11T21:36:12.368Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-11T21:36:12.368Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-11T21:36:12.368Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-11T21:36:12.379Z | info: profile set to default |
| 36 | 2026-08-11T21:36:12.380Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-11T21:36:12.383Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-11T21:36:12.518Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-11T21:36:12.522Z | info: downloading 6 components |
| 40 | 2026-08-11T21:36:27.894Z | |
| 41 | 2026-08-11T21:36:27.894Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 42 | 2026-08-11T21:36:27.921Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-11T21:36:27.921Z | |
| 44 | 2026-08-11T21:36:27.921Z | |
| 45 | 2026-08-11T21:36:27.921Z | Rust is installed now. Great! |
| 46 | 2026-08-11T21:36:27.921Z | |
| 47 | 2026-08-11T21:36:27.926Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-11T21:36:27.926Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-11T21:36:27.926Z | |
| 50 | 2026-08-11T21:36:27.926Z | To configure your current shell, you need to source |
| 51 | 2026-08-11T21:36:27.926Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-11T21:36:27.927Z | |
| 53 | 2026-08-11T21:36:27.927Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-11T21:36:27.927Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-11T21:36:27.927Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-11T21:36:27.927Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-11T21:36:27.927Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-11T21:36:27.927Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-11T21:36:27.927Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-11T21:36:27.927Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-11T21:36:27.927Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-11T21:36:28.020Z | + rustup --version |
| 63 | 2026-08-11T21:36:28.026Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-11T21:36:28.029Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-11T21:36:28.047Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-11T21:36:28.050Z | + cargo --version |
| 67 | 2026-08-11T21:36:28.058Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-11T21:36:28.061Z | + rustc --version |
| 69 | 2026-08-11T21:36:28.081Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-11T21:36:28.084Z | process exited: duration 17435 ms, exit code 0 |
| |
| 71 | 2026-08-11T21:36:28.093Z | starting task 2: "authentication" |
| 72 | 2026-08-11T21:36:28.111Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-08-11T21:36:28.118Z | starting task 3: "clone repository" |
| 74 | 2026-08-11T21:36:28.123Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-11T21:36:28.126Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-11T21:36:28.156Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-11T21:36:38.425Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-11T21:36:38.426Z | + git fetch origin 68697a7dff3a23ccd9cfe5a249b668528ec8c464 |
| 79 | 2026-08-11T21:36:38.753Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-11T21:36:38.753Z | * branch 68697a7dff3a23ccd9cfe5a249b668528ec8c464 -> FETCH_HEAD |
| 81 | 2026-08-11T21:36:38.768Z | + [[ -n '' ]] |
| 82 | 2026-08-11T21:36:38.768Z | + git reset --hard 68697a7dff3a23ccd9cfe5a249b668528ec8c464 |
| 83 | 2026-08-11T21:36:38.860Z | HEAD is now at 68697a7df [spr] initial version |
| 84 | 2026-08-11T21:36:38.864Z | process exited: duration 10743 ms, exit code 0 |
| |
| 85 | 2026-08-11T21:36:38.871Z | starting task 4: "build" |
| 86 | 2026-08-11T21:36:38.877Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-08-11T21:36:38.877Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-08-11T21:36:38.877Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-08-11T21:36:38.881Z | +++ uname -s |
| 90 | 2026-08-11T21:36:38.881Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 91 | 2026-08-11T21:36:38.881Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 92 | 2026-08-11T21:36:38.886Z | + cargo --version |
| 93 | 2026-08-11T21:36:38.893Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 94 | 2026-08-11T21:36:38.900Z | + rustc --version |
| 95 | 2026-08-11T21:36:38.915Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 96 | 2026-08-11T21:36:38.918Z | + WORK=/work |
| 97 | 2026-08-11T21:36:38.919Z | + pfexec mkdir -p /work |
| 98 | 2026-08-11T21:36:38.922Z | + pfexec chown build /work |
| 99 | 2026-08-11T21:36:38.925Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 100 | 2026-08-11T21:36:40.895Z | Startup: Refreshing catalog 'helios' ... Done |
| 101 | 2026-08-11T21:36:41.204Z | Startup: Caching catalogs ... Done |
| 102 | 2026-08-11T21:36:42.942Z | Planning: Solver setup ... Done (1.620s) |
| 103 | 2026-08-11T21:36:42.988Z | Planning: Running solver ... Done (0.054s) |
| 104 | 2026-08-11T21:36:43.028Z | Planning: Finding local manifests ... Done (0.003s) |
| 105 | 2026-08-11T21:36:43.050Z | Planning: Fetching manifests: 0/2 0% complete |
| 106 | 2026-08-11T21:36:43.065Z | Planning: Fetching manifests: 2/2 100% complete |
| 107 | 2026-08-11T21:36:43.083Z | Planning: Package planning ... Done (0.015s) |
| 108 | 2026-08-11T21:36:43.088Z | Planning: Merging actions ... Done (0.001s) |
| 109 | 2026-08-11T21:36:43.246Z | Planning: Checking for conflicting actions ... Done (0.164s) |
| 110 | 2026-08-11T21:36:43.250Z | Planning: Consolidating action changes ... Done (0.001s) |
| 111 | 2026-08-11T21:36:44.152Z | Planning: Evaluating mediators ... Done (0.905s) |
| 112 | 2026-08-11T21:36:44.155Z | Planning: Planning completed in 2.91 seconds |
| 113 | 2026-08-11T21:36:44.161Z | Packages to install: 2 |
| 114 | 2026-08-11T21:36:44.161Z | Estimated space available: 156.01 GB |
| 115 | 2026-08-11T21:36:44.162Z | Estimated space to be consumed: 67.95 MB |
| 116 | 2026-08-11T21:36:44.162Z | Create boot environment: No |
| 117 | 2026-08-11T21:36:44.162Z | Create backup boot environment: No |
| 118 | 2026-08-11T21:36:44.168Z | Rebuild boot archive: No |
| 119 | 2026-08-11T21:36:44.168Z | |
| 120 | 2026-08-11T21:36:44.168Z | Changed packages: |
| 121 | 2026-08-11T21:36:44.168Z | helios |
| 122 | 2026-08-11T21:36:44.168Z | developer/build-essential |
| 123 | 2026-08-11T21:36:44.168Z | None -> 11-3.0 |
| 124 | 2026-08-11T21:36:44.168Z | library/libxmlsec1 |
| 125 | 2026-08-11T21:36:44.168Z | None -> 1.2.35-3.0 |
| 126 | 2026-08-11T21:36:44.187Z | |
| 127 | 2026-08-11T21:36:44.187Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 128 | 2026-08-11T21:36:44.266Z | Download: Completed 1.28 MB in 0.08 seconds (16.6M/s) |
| 129 | 2026-08-11T21:36:44.336Z | Actions: 1/268 actions (Installing new actions) |
| 130 | 2026-08-11T21:36:44.375Z | Actions: Completed 268 actions in 0.04 seconds. |
| 131 | 2026-08-11T21:36:44.405Z | Finalize: Updating package state database ... Done (0.030s) |
| 132 | 2026-08-11T21:36:44.405Z | Finalize: Updating package cache ... Done (0.000s) |
| 133 | 2026-08-11T21:36:44.489Z | Finalize: Updating image state ... Done (0.071s) |
| 134 | 2026-08-11T21:36:47.177Z | Finalize: Creating fast lookup database ... Done (2.652s) |
| 135 | 2026-08-11T21:36:47.253Z | Finalize: Reading search index ... Done (0.012s) |
| 136 | 2026-08-11T21:36:47.259Z | Finalize: Updating search index ... Done (0.000s) |
| 137 | 2026-08-11T21:36:47.342Z | Finalize: Updating package cache ... Done (0.000s) |
| 138 | 2026-08-11T21:36:47.707Z | Planning: Evaluating mediator changes ... Done |
| 139 | 2026-08-11T21:36:47.809Z | Planning: Checking for conflicting actions ... Done |
| 140 | 2026-08-11T21:36:47.814Z | Planning: Consolidating action changes ... Done |
| 141 | 2026-08-11T21:36:47.966Z | Planning: Evaluating mediators ... Done |
| 142 | 2026-08-11T21:36:47.971Z | Planning: Planning completed in 0.27 seconds |
| 143 | 2026-08-11T21:36:47.998Z | Mediators to change: 2 |
| 144 | 2026-08-11T21:36:47.998Z | Create boot environment: No |
| 145 | 2026-08-11T21:36:47.998Z | Create backup boot environment: No |
| 146 | 2026-08-11T21:36:48.039Z | Finalize: Updating package state database ... Done |
| 147 | 2026-08-11T21:36:48.040Z | Finalize: Updating package cache ... Done |
| 148 | 2026-08-11T21:36:48.081Z | Finalize: Updating image state ... Done |
| 149 | 2026-08-11T21:36:50.025Z | Finalize: Creating fast lookup database ... Done |
| 150 | 2026-08-11T21:36:50.072Z | Finalize: Reading search index ... Done |
| 151 | 2026-08-11T21:36:50.083Z | Finalize: Updating search index ... Done |
| 152 | 2026-08-11T21:36:50.126Z | Finalize: Updating package cache ... Done |
| 153 | 2026-08-11T21:36:50.411Z | Planning: Evaluating mediator changes ... Done |
| 154 | 2026-08-11T21:36:50.517Z | Planning: Checking for conflicting actions ... Done |
| 155 | 2026-08-11T21:36:50.525Z | Planning: Consolidating action changes ... Done |
| 156 | 2026-08-11T21:36:50.676Z | Planning: Evaluating mediators ... Done |
| 157 | 2026-08-11T21:36:50.682Z | Planning: Planning completed in 0.27 seconds |
| 158 | 2026-08-11T21:36:50.704Z | Mediators to change: 1 |
| 159 | 2026-08-11T21:36:50.704Z | Create boot environment: No |
| 160 | 2026-08-11T21:36:50.704Z | Create backup boot environment: No |
| 161 | 2026-08-11T21:36:50.745Z | Finalize: Updating package state database ... Done |
| 162 | 2026-08-11T21:36:50.745Z | Finalize: Updating package cache ... Done |
| 163 | 2026-08-11T21:36:50.790Z | Finalize: Updating image state ... Done |
| 164 | 2026-08-11T21:36:52.733Z | Finalize: Creating fast lookup database ... Done |
| 165 | 2026-08-11T21:36:52.793Z | Finalize: Reading search index ... Done |
| 166 | 2026-08-11T21:36:52.800Z | Finalize: Updating search index ... Done |
| 167 | 2026-08-11T21:36:52.870Z | Finalize: Updating package cache ... Done |
| 168 | 2026-08-11T21:36:53.186Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 169 | 2026-08-11T21:36:53.187Z | apache system 2.4 system |
| 170 | 2026-08-11T21:36:53.187Z | clang system 15 system |
| 171 | 2026-08-11T21:36:53.187Z | csh system system illumos |
| 172 | 2026-08-11T21:36:53.187Z | ctags system system illumos |
| 173 | 2026-08-11T21:36:53.187Z | file vendor vendor darwinsys |
| 174 | 2026-08-11T21:36:53.187Z | file system system illumos |
| 175 | 2026-08-11T21:36:53.187Z | gcc vendor 14 vendor |
| 176 | 2026-08-11T21:36:53.187Z | gcc system 13 system |
| 177 | 2026-08-11T21:36:53.187Z | gcc system 10 system |
| 178 | 2026-08-11T21:36:53.187Z | go system 1.25 system |
| 179 | 2026-08-11T21:36:53.187Z | llvm system 15 system |
| 180 | 2026-08-11T21:36:53.187Z | mariadb system 11.4 system |
| 181 | 2026-08-11T21:36:53.187Z | mta vendor vendor dma |
| 182 | 2026-08-11T21:36:53.187Z | openjdk system 17 system |
| 183 | 2026-08-11T21:36:53.187Z | openjdk system 11 system |
| 184 | 2026-08-11T21:36:53.187Z | openssl vendor 3 vendor |
| 185 | 2026-08-11T21:36:53.187Z | perl system 5.40 system |
| 186 | 2026-08-11T21:36:53.187Z | postgresql system 18 system |
| 187 | 2026-08-11T21:36:53.187Z | postgresql system 17 system |
| 188 | 2026-08-11T21:36:53.187Z | python vendor 3 vendor |
| 189 | 2026-08-11T21:36:53.187Z | python system 2 system |
| 190 | 2026-08-11T21:36:53.187Z | python3 vendor 3.13 vendor |
| 191 | 2026-08-11T21:36:53.188Z | ruby system 3.4 system |
| 192 | 2026-08-11T21:36:53.188Z | ruby system 3.0 system |
| 193 | 2026-08-11T21:36:53.188Z | words vendor vendor american-english |
| 194 | 2026-08-11T21:36:53.188Z | words system system australian-english |
| 195 | 2026-08-11T21:36:53.188Z | words system system british-english |
| 196 | 2026-08-11T21:36:53.188Z | words system system canadian-english |
| 197 | 2026-08-11T21:36:53.188Z | words system system french |
| 198 | 2026-08-11T21:36:53.188Z | words system system italian |
| 199 | 2026-08-11T21:36:53.188Z | words system system ngerman |
| 200 | 2026-08-11T21:36:53.188Z | words system system ogerman |
| 201 | 2026-08-11T21:36:53.188Z | words system system spanish |
| 202 | 2026-08-11T21:36:53.436Z | PUBLISHER TYPE STATUS P LOCATION |
| 203 | 2026-08-11T21:36:53.436Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 204 | 2026-08-11T21:36:53.899Z | FMRI IFO |
| 205 | 2026-08-11T21:36:53.899Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 206 | 2026-08-11T21:36:53.900Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 207 | 2026-08-11T21:36:53.900Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 208 | 2026-08-11T21:36:53.900Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 209 | 2026-08-11T21:36:53.900Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 210 | 2026-08-11T21:36:53.900Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 211 | 2026-08-11T21:36:53.900Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 212 | 2026-08-11T21:36:53.900Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 213 | 2026-08-11T21:36:53.900Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 214 | 2026-08-11T21:36:54.221Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 215 | 2026-08-11T21:36:54.556Z | Updating crates.io index |
| 216 | 2026-08-11T21:36:54.576Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 217 | 2026-08-11T21:36:54.806Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 218 | 2026-08-11T21:36:55.176Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 219 | 2026-08-11T21:36:56.146Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 220 | 2026-08-11T21:36:56.688Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 221 | 2026-08-11T21:36:58.253Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 222 | 2026-08-11T21:36:59.117Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 223 | 2026-08-11T21:36:59.462Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 224 | 2026-08-11T21:36:59.805Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 225 | 2026-08-11T21:37:01.009Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 226 | 2026-08-11T21:37:01.655Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 227 | 2026-08-11T21:37:01.984Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 228 | 2026-08-11T21:37:02.273Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 229 | 2026-08-11T21:37:02.533Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 230 | 2026-08-11T21:37:02.812Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 231 | 2026-08-11T21:37:03.111Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 232 | 2026-08-11T21:37:03.396Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 233 | 2026-08-11T21:37:03.670Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 234 | 2026-08-11T21:37:04.081Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 235 | 2026-08-11T21:37:04.538Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 236 | 2026-08-11T21:37:04.927Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 237 | 2026-08-11T21:37:05.391Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 238 | 2026-08-11T21:37:05.683Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 239 | 2026-08-11T21:37:06.277Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 240 | 2026-08-11T21:37:06.592Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 241 | 2026-08-11T21:37:06.850Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 242 | 2026-08-11T21:37:07.310Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 243 | 2026-08-11T21:37:07.584Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-08-11T21:37:08.081Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 245 | 2026-08-11T21:37:08.421Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 246 | 2026-08-11T21:37:08.699Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 247 | 2026-08-11T21:37:09.013Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 248 | 2026-08-11T21:37:09.362Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 249 | 2026-08-11T21:37:09.958Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 250 | 2026-08-11T21:37:10.280Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 251 | 2026-08-11T21:37:10.664Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 252 | 2026-08-11T21:37:10.976Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 253 | 2026-08-11T21:37:11.758Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 254 | 2026-08-11T21:37:12.057Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 255 | 2026-08-11T21:37:12.971Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 256 | 2026-08-11T21:37:12.999Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 257 | 2026-08-11T21:37:12.999Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 258 | 2026-08-11T21:37:15.563Z | Downloading crates ... |
| 259 | 2026-08-11T21:37:15.664Z | Downloaded anstyle-query v1.1.5 |
| 260 | 2026-08-11T21:37:15.691Z | Downloaded cfg-if v1.0.4 |
| 261 | 2026-08-11T21:37:15.691Z | Downloaded cargo-platform v0.3.2 |
| 262 | 2026-08-11T21:37:15.692Z | Downloaded camino-tempfile v1.4.1 |
| 263 | 2026-08-11T21:37:15.692Z | Downloaded is_terminal_polyfill v1.70.2 |
| 264 | 2026-08-11T21:37:15.692Z | Downloaded terminal_size v0.4.3 |
| 265 | 2026-08-11T21:37:15.692Z | Downloaded toml_datetime v0.6.11 |
| 266 | 2026-08-11T21:37:15.692Z | Downloaded crypto-common v0.1.7 |
| 267 | 2026-08-11T21:37:15.692Z | Downloaded zmij v1.0.21 |
| 268 | 2026-08-11T21:37:15.692Z | Downloaded plain v0.2.3 |
| 269 | 2026-08-11T21:37:15.692Z | Downloaded byteorder v1.5.0 |
| 270 | 2026-08-11T21:37:15.692Z | Downloaded usdt-macro v0.5.0 |
| 271 | 2026-08-11T21:37:15.692Z | Downloaded errno v0.3.14 |
| 272 | 2026-08-11T21:37:15.692Z | Downloaded zerocopy v0.7.35 |
| 273 | 2026-08-11T21:37:15.692Z | Downloaded thiserror-impl v2.0.18 |
| 274 | 2026-08-11T21:37:15.692Z | Downloaded clap v4.6.1 |
| 275 | 2026-08-11T21:37:15.692Z | Downloaded clap_derive v4.6.1 |
| 276 | 2026-08-11T21:37:15.692Z | Downloaded clap_lex v1.0.0 |
| 277 | 2026-08-11T21:37:15.692Z | Downloaded fastrand v2.3.0 |
| 278 | 2026-08-11T21:37:15.693Z | Downloaded semver v1.0.28 |
| 279 | 2026-08-11T21:37:15.693Z | Downloaded getrandom v0.4.1 |
| 280 | 2026-08-11T21:37:15.693Z | Downloaded papergrid v0.11.0 |
| 281 | 2026-08-11T21:37:15.693Z | Downloaded cpufeatures v0.2.17 |
| 282 | 2026-08-11T21:37:15.693Z | Downloaded anstyle v1.0.14 |
| 283 | 2026-08-11T21:37:15.693Z | Downloaded equivalent v1.0.2 |
| 284 | 2026-08-11T21:37:15.693Z | Downloaded heck v0.5.0 |
| 285 | 2026-08-11T21:37:15.693Z | Downloaded itoa v1.0.17 |
| 286 | 2026-08-11T21:37:15.693Z | Downloaded block-buffer v0.10.4 |
| 287 | 2026-08-11T21:37:15.693Z | Downloaded colorchoice v1.0.4 |
| 288 | 2026-08-11T21:37:15.694Z | Downloaded usdt v0.5.0 |
| 289 | 2026-08-11T21:37:15.694Z | Downloaded dof v0.3.0 |
| 290 | 2026-08-11T21:37:15.694Z | Downloaded anstyle-parse v1.0.0 |
| 291 | 2026-08-11T21:37:15.694Z | Downloaded fs-err v3.3.0 |
| 292 | 2026-08-11T21:37:15.694Z | Downloaded memmap v0.7.0 |
| 293 | 2026-08-11T21:37:15.694Z | Downloaded dtrace-parser v0.2.0 |
| 294 | 2026-08-11T21:37:15.694Z | Downloaded serde_spanned v0.6.9 |
| 295 | 2026-08-11T21:37:15.694Z | Downloaded scroll_derive v0.12.1 |
| 296 | 2026-08-11T21:37:15.694Z | Downloaded cargo_toml v0.21.0 |
| 297 | 2026-08-11T21:37:15.700Z | Downloaded tabled_derive v0.7.0 |
| 298 | 2026-08-11T21:37:15.700Z | Downloaded fnv v1.0.7 |
| 299 | 2026-08-11T21:37:15.700Z | Downloaded version_check v0.9.5 |
| 300 | 2026-08-11T21:37:15.700Z | Downloaded generic-array v0.14.7 |
| 301 | 2026-08-11T21:37:15.700Z | Downloaded strsim v0.11.1 |
| 302 | 2026-08-11T21:37:15.706Z | Downloaded swrite v0.1.0 |
| 303 | 2026-08-11T21:37:15.706Z | Downloaded usdt-attr-macro v0.5.0 |
| 304 | 2026-08-11T21:37:15.706Z | Downloaded macaddr v1.0.1 |
| 305 | 2026-08-11T21:37:15.710Z | Downloaded utf8parse v0.2.2 |
| 306 | 2026-08-11T21:37:15.711Z | Downloaded smawk v0.3.2 |
| 307 | 2026-08-11T21:37:15.711Z | Downloaded toml_write v0.1.2 |
| 308 | 2026-08-11T21:37:15.715Z | Downloaded thread-id v4.2.2 |
| 309 | 2026-08-11T21:37:15.722Z | Downloaded heck v0.4.1 |
| 310 | 2026-08-11T21:37:15.727Z | Downloaded unicode-linebreak v0.1.5 |
| 311 | 2026-08-11T21:37:15.727Z | Downloaded proc-macro-error-attr v1.0.4 |
| 312 | 2026-08-11T21:37:15.783Z | Downloaded pretty-hex v0.4.1 |
| 313 | 2026-08-11T21:37:15.783Z | Downloaded bytecount v0.6.9 |
| 314 | 2026-08-11T21:37:15.783Z | Downloaded autocfg v1.5.0 |
| 315 | 2026-08-11T21:37:15.783Z | Downloaded proc-macro-error v1.0.4 |
| 316 | 2026-08-11T21:37:15.787Z | Downloaded once_cell v1.21.3 |
| 317 | 2026-08-11T21:37:15.795Z | Downloaded thiserror-impl v1.0.69 |
| 318 | 2026-08-11T21:37:15.795Z | Downloaded quote v1.0.45 |
| 319 | 2026-08-11T21:37:15.795Z | Downloaded cargo_metadata v0.23.1 |
| 320 | 2026-08-11T21:37:15.795Z | Downloaded usdt-impl v0.5.0 |
| 321 | 2026-08-11T21:37:15.795Z | Downloaded scroll v0.12.0 |
| 322 | 2026-08-11T21:37:15.795Z | Downloaded anstream v1.0.0 |
| 323 | 2026-08-11T21:37:15.799Z | Downloaded thiserror v1.0.69 |
| 324 | 2026-08-11T21:37:15.799Z | Downloaded sha2 v0.10.9 |
| 325 | 2026-08-11T21:37:15.799Z | Downloaded thiserror v2.0.18 |
| 326 | 2026-08-11T21:37:15.799Z | Downloaded digest v0.10.7 |
| 327 | 2026-08-11T21:37:15.799Z | Downloaded camino v1.2.2 |
| 328 | 2026-08-11T21:37:15.799Z | Downloaded pest_generator v2.8.6 |
| 329 | 2026-08-11T21:37:15.799Z | Downloaded ucd-trie v0.1.7 |
| 330 | 2026-08-11T21:37:15.812Z | Downloaded tempfile v3.25.0 |
| 331 | 2026-08-11T21:37:15.812Z | Downloaded toml v0.8.23 |
| 332 | 2026-08-11T21:37:15.812Z | Downloaded serde_tokenstream v0.2.3 |
| 333 | 2026-08-11T21:37:15.812Z | Downloaded anyhow v1.0.102 |
| 334 | 2026-08-11T21:37:15.819Z | Downloaded log v0.4.29 |
| 335 | 2026-08-11T21:37:15.819Z | Downloaded pest_derive v2.8.6 |
| 336 | 2026-08-11T21:37:15.819Z | Downloaded textwrap v0.16.2 |
| 337 | 2026-08-11T21:37:15.819Z | Downloaded serde_derive v1.0.228 |
| 338 | 2026-08-11T21:37:15.825Z | Downloaded serde_core v1.0.228 |
| 339 | 2026-08-11T21:37:15.858Z | Downloaded pest_meta v2.8.6 |
| 340 | 2026-08-11T21:37:15.858Z | Downloaded bitflags v2.11.0 |
| 341 | 2026-08-11T21:37:15.858Z | Downloaded unicode-ident v1.0.24 |
| 342 | 2026-08-11T21:37:15.869Z | Downloaded proc-macro2 v1.0.106 |
| 343 | 2026-08-11T21:37:15.869Z | Downloaded pest v2.8.6 |
| 344 | 2026-08-11T21:37:15.869Z | Downloaded clap_builder v4.6.0 |
| 345 | 2026-08-11T21:37:15.869Z | Downloaded toml_edit v0.22.27 |
| 346 | 2026-08-11T21:37:15.869Z | Downloaded serde v1.0.228 |
| 347 | 2026-08-11T21:37:15.870Z | Downloaded zerocopy-derive v0.7.35 |
| 348 | 2026-08-11T21:37:15.870Z | Downloaded typenum v1.20.1 |
| 349 | 2026-08-11T21:37:15.870Z | Downloaded memchr v2.8.0 |
| 350 | 2026-08-11T21:37:15.870Z | Downloaded indexmap v2.14.0 |
| 351 | 2026-08-11T21:37:15.895Z | Downloaded hashbrown v0.17.0 |
| 352 | 2026-08-11T21:37:15.895Z | Downloaded winnow v0.7.14 |
| 353 | 2026-08-11T21:37:15.907Z | Downloaded serde_json v1.0.151 |
| 354 | 2026-08-11T21:37:15.907Z | Downloaded goblin v0.8.2 |
| 355 | 2026-08-11T21:37:15.918Z | Downloaded tabled v0.15.0 |
| 356 | 2026-08-11T21:37:15.932Z | Downloaded unicode-width v0.1.14 |
| 357 | 2026-08-11T21:37:15.947Z | Downloaded syn v1.0.109 |
| 358 | 2026-08-11T21:37:15.947Z | Downloaded unicode-width v0.2.0 |
| 359 | 2026-08-11T21:37:15.947Z | Downloaded syn v2.0.117 |
| 360 | 2026-08-11T21:37:15.962Z | Downloaded rustix v1.1.3 |
| 361 | 2026-08-11T21:37:15.987Z | Downloaded libc v0.2.185 |
| 362 | 2026-08-11T21:37:16.044Z | Compiling proc-macro2 v1.0.106 |
| 363 | 2026-08-11T21:37:16.044Z | Compiling quote v1.0.45 |
| 364 | 2026-08-11T21:37:16.044Z | Compiling unicode-ident v1.0.24 |
| 365 | 2026-08-11T21:37:16.053Z | Compiling serde_core v1.0.228 |
| 366 | 2026-08-11T21:37:16.054Z | Compiling libc v0.2.185 |
| 367 | 2026-08-11T21:37:16.054Z | Compiling version_check v0.9.5 |
| 368 | 2026-08-11T21:37:16.054Z | Compiling memchr v2.8.0 |
| 369 | 2026-08-11T21:37:16.054Z | Compiling serde v1.0.228 |
| 370 | 2026-08-11T21:37:16.230Z | Compiling zmij v1.0.21 |
| 371 | 2026-08-11T21:37:16.244Z | Compiling thiserror v1.0.69 |
| 372 | 2026-08-11T21:37:16.257Z | Compiling itoa v1.0.17 |
| 373 | 2026-08-11T21:37:16.257Z | Compiling ucd-trie v0.1.7 |
| 374 | 2026-08-11T21:37:16.257Z | Compiling byteorder v1.5.0 |
| 375 | 2026-08-11T21:37:16.257Z | Compiling rustix v1.1.3 |
| 376 | 2026-08-11T21:37:16.455Z | Compiling bitflags v2.11.0 |
| 377 | 2026-08-11T21:37:16.547Z | Compiling serde_json v1.0.151 |
| 378 | 2026-08-11T21:37:16.614Z | Compiling usdt-impl v0.5.0 |
| 379 | 2026-08-11T21:37:16.715Z | Compiling pest v2.8.6 |
| 380 | 2026-08-11T21:37:16.763Z | Compiling proc-macro-error-attr v1.0.4 |
| 381 | 2026-08-11T21:37:16.787Z | Compiling camino v1.2.2 |
| 382 | 2026-08-11T21:37:16.787Z | Compiling syn v1.0.109 |
| 383 | 2026-08-11T21:37:16.981Z | Compiling proc-macro-error v1.0.4 |
| 384 | 2026-08-11T21:37:16.995Z | Compiling equivalent v1.0.2 |
| 385 | 2026-08-11T21:37:16.995Z | Compiling hashbrown v0.17.0 |
| 386 | 2026-08-11T21:37:16.995Z | Compiling plain v0.2.3 |
| 387 | 2026-08-11T21:37:16.995Z | Compiling getrandom v0.4.1 |
| 388 | 2026-08-11T21:37:17.082Z | Compiling errno v0.3.14 |
| 389 | 2026-08-11T21:37:17.119Z | Compiling thread-id v4.2.2 |
| 390 | 2026-08-11T21:37:17.136Z | Compiling log v0.4.29 |
| 391 | 2026-08-11T21:37:17.136Z | Compiling utf8parse v0.2.2 |
| 392 | 2026-08-11T21:37:17.172Z | Compiling pretty-hex v0.4.1 |
| 393 | 2026-08-11T21:37:17.191Z | Compiling colorchoice v1.0.4 |
| 394 | 2026-08-11T21:37:17.289Z | Compiling anstyle-parse v1.0.0 |
| 395 | 2026-08-11T21:37:17.320Z | Compiling cfg-if v1.0.4 |
| 396 | 2026-08-11T21:37:17.339Z | Compiling is_terminal_polyfill v1.70.2 |
| 397 | 2026-08-11T21:37:17.399Z | Compiling anstyle-query v1.1.5 |
| 398 | 2026-08-11T21:37:17.414Z | Compiling autocfg v1.5.0 |
| 399 | 2026-08-11T21:37:17.414Z | Compiling winnow v0.7.14 |
| 400 | 2026-08-11T21:37:17.414Z | Compiling thiserror v2.0.18 |
| 401 | 2026-08-11T21:37:17.414Z | Compiling toml_write v0.1.2 |
| 402 | 2026-08-11T21:37:17.498Z | Compiling anstyle v1.0.14 |
| 403 | 2026-08-11T21:37:17.522Z | Compiling clap_lex v1.0.0 |
| 404 | 2026-08-11T21:37:17.541Z | Compiling indexmap v2.14.0 |
| 405 | 2026-08-11T21:37:17.580Z | Compiling once_cell v1.21.3 |
| 406 | 2026-08-11T21:37:17.604Z | Compiling fastrand v2.3.0 |
| 407 | 2026-08-11T21:37:17.662Z | Compiling syn v2.0.117 |
| 408 | 2026-08-11T21:37:17.759Z | Compiling pest_meta v2.8.6 |
| 409 | 2026-08-11T21:37:17.814Z | Compiling anstream v1.0.0 |
| 410 | 2026-08-11T21:37:17.834Z | Compiling heck v0.5.0 |
| 411 | 2026-08-11T21:37:17.886Z | Compiling unicode-width v0.1.14 |
| 412 | 2026-08-11T21:37:17.897Z | Compiling fs-err v3.3.0 |
| 413 | 2026-08-11T21:37:17.945Z | Compiling bytecount v0.6.9 |
| 414 | 2026-08-11T21:37:18.140Z | Compiling strsim v0.11.1 |
| 415 | 2026-08-11T21:37:18.196Z | Compiling heck v0.4.1 |
| 416 | 2026-08-11T21:37:18.196Z | Compiling anyhow v1.0.102 |
| 417 | 2026-08-11T21:37:18.196Z | Compiling fnv v1.0.7 |
| 418 | 2026-08-11T21:37:18.262Z | Compiling memmap v0.7.0 |
| 419 | 2026-08-11T21:37:18.262Z | Compiling unicode-linebreak v0.1.5 |
| 420 | 2026-08-11T21:37:18.341Z | Compiling terminal_size v0.4.3 |
| 421 | 2026-08-11T21:37:18.341Z | Compiling papergrid v0.11.0 |
| 422 | 2026-08-11T21:37:18.341Z | Compiling tempfile v3.25.0 |
| 423 | 2026-08-11T21:37:18.341Z | Compiling smawk v0.3.2 |
| 424 | 2026-08-11T21:37:18.370Z | Compiling unicode-width v0.2.0 |
| 425 | 2026-08-11T21:37:18.396Z | Compiling clap_builder v4.6.0 |
| 426 | 2026-08-11T21:37:18.420Z | Compiling swrite v0.1.0 |
| 427 | 2026-08-11T21:37:18.565Z | Compiling textwrap v0.16.2 |
| 428 | 2026-08-11T21:37:18.840Z | Compiling cargo-platform v0.3.2 |
| 429 | 2026-08-11T21:37:18.840Z | Compiling semver v1.0.28 |
| 430 | 2026-08-11T21:37:19.128Z | Compiling camino-tempfile v1.4.1 |
| 431 | 2026-08-11T21:37:19.276Z | Compiling tabled_derive v0.7.0 |
| 432 | 2026-08-11T21:37:19.878Z | Compiling pest_generator v2.8.6 |
| 433 | 2026-08-11T21:37:19.935Z | Compiling tabled v0.15.0 |
| 434 | 2026-08-11T21:37:20.632Z | Compiling serde_derive v1.0.228 |
| 435 | 2026-08-11T21:37:20.711Z | Compiling thiserror-impl v1.0.69 |
| 436 | 2026-08-11T21:37:20.712Z | Compiling zerocopy-derive v0.7.35 |
| 437 | 2026-08-11T21:37:20.712Z | Compiling scroll_derive v0.12.1 |
| 438 | 2026-08-11T21:37:20.712Z | Compiling thiserror-impl v2.0.18 |
| 439 | 2026-08-11T21:37:20.712Z | Compiling clap_derive v4.6.1 |
| 440 | 2026-08-11T21:37:20.712Z | Compiling pest_derive v2.8.6 |
| 441 | 2026-08-11T21:37:21.092Z | Compiling scroll v0.12.0 |
| 442 | 2026-08-11T21:37:21.113Z | Compiling zerocopy v0.7.35 |
| 443 | 2026-08-11T21:37:21.292Z | Compiling goblin v0.8.2 |
| 444 | 2026-08-11T21:37:21.422Z | Compiling dtrace-parser v0.2.0 |
| 445 | 2026-08-11T21:37:21.748Z | Compiling clap v4.6.1 |
| 446 | 2026-08-11T21:37:22.757Z | Compiling dof v0.3.0 |
| 447 | 2026-08-11T21:37:22.757Z | Compiling serde_tokenstream v0.2.3 |
| 448 | 2026-08-11T21:37:22.796Z | Compiling toml_datetime v0.6.11 |
| 449 | 2026-08-11T21:37:22.796Z | Compiling serde_spanned v0.6.9 |
| 450 | 2026-08-11T21:37:22.796Z | Compiling macaddr v1.0.1 |
| 451 | 2026-08-11T21:37:22.796Z | Compiling cargo_metadata v0.23.1 |
| 452 | 2026-08-11T21:37:22.796Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 453 | 2026-08-11T21:37:23.037Z | Compiling toml_edit v0.22.27 |
| 454 | 2026-08-11T21:37:23.427Z | Compiling usdt-macro v0.5.0 |
| 455 | 2026-08-11T21:37:23.524Z | Compiling usdt-attr-macro v0.5.0 |
| 456 | 2026-08-11T21:37:24.131Z | Compiling usdt v0.5.0 |
| 457 | 2026-08-11T21:37:24.309Z | Compiling toml v0.8.23 |
| 458 | 2026-08-11T21:37:24.663Z | Compiling cargo_toml v0.21.0 |
| 459 | 2026-08-11T21:37:28.785Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 460 | 2026-08-11T21:37:28.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.88s |
| 461 | 2026-08-11T21:37:28.885Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 462 | 2026-08-11T21:37:28.885Z | Downloading crates ... |
| 463 | 2026-08-11T21:37:28.885Z | Downloaded backoff v0.4.0 |
| 464 | 2026-08-11T21:37:28.885Z | Downloaded argon2 v0.6.0-rc.8 |
| 465 | 2026-08-11T21:37:28.885Z | Downloaded cassowary v0.3.0 |
| 466 | 2026-08-11T21:37:28.885Z | Downloaded cobs v0.3.0 |
| 467 | 2026-08-11T21:37:28.885Z | Downloaded base16ct v1.0.0 |
| 468 | 2026-08-11T21:37:28.885Z | Downloaded bit-set v0.5.3 |
| 469 | 2026-08-11T21:37:28.885Z | Downloaded bit-set v0.8.0 |
| 470 | 2026-08-11T21:37:28.885Z | Downloaded bitfield-macros v0.19.4 |
| 471 | 2026-08-11T21:37:28.885Z | Downloaded float-cmp v0.10.0 |
| 472 | 2026-08-11T21:37:28.885Z | Downloaded convert_case v0.4.0 |
| 473 | 2026-08-11T21:37:28.886Z | Downloaded futures-sink v0.3.32 |
| 474 | 2026-08-11T21:37:28.886Z | Downloaded endian-type v0.1.2 |
| 475 | 2026-08-11T21:37:28.886Z | Downloaded aead v0.5.2 |
| 476 | 2026-08-11T21:37:28.886Z | Downloaded foreign-types-shared v0.3.1 |
| 477 | 2026-08-11T21:37:28.886Z | Downloaded fixedbitset v0.5.7 |
| 478 | 2026-08-11T21:37:28.886Z | Downloaded foldhash v0.1.5 |
| 479 | 2026-08-11T21:37:28.886Z | Downloaded assert_matches v1.5.0 |
| 480 | 2026-08-11T21:37:28.886Z | Downloaded adler2 v2.0.1 |
| 481 | 2026-08-11T21:37:28.886Z | Downloaded ahash v0.8.12 |
| 482 | 2026-08-11T21:37:28.886Z | Downloaded base16ct v0.2.0 |
| 483 | 2026-08-11T21:37:28.886Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 484 | 2026-08-11T21:37:28.886Z | Downloaded ff v0.13.1 |
| 485 | 2026-08-11T21:37:28.886Z | Downloaded futures-executor v0.3.32 |
| 486 | 2026-08-11T21:37:28.886Z | Downloaded futures-macro v0.3.32 |
| 487 | 2026-08-11T21:37:28.886Z | Downloaded atomic-waker v1.1.2 |
| 488 | 2026-08-11T21:37:28.886Z | Downloaded enum-as-inner v0.6.1 |
| 489 | 2026-08-11T21:37:28.886Z | Downloaded fixedbitset v0.4.2 |
| 490 | 2026-08-11T21:37:28.886Z | Downloaded aead v0.6.1 |
| 491 | 2026-08-11T21:37:28.886Z | Downloaded argon2 v0.5.3 |
| 492 | 2026-08-11T21:37:28.886Z | Downloaded env_filter v1.0.0 |
| 493 | 2026-08-11T21:37:28.886Z | Downloaded foreign-types v0.3.2 |
| 494 | 2026-08-11T21:37:28.887Z | Downloaded foreign-types v0.5.0 |
| 495 | 2026-08-11T21:37:28.887Z | Downloaded env_logger v0.11.9 |
| 496 | 2026-08-11T21:37:28.887Z | Downloaded fallible-iterator v0.2.0 |
| 497 | 2026-08-11T21:37:28.887Z | Downloaded fs_extra v1.3.0 |
| 498 | 2026-08-11T21:37:28.887Z | Downloaded group v0.13.0 |
| 499 | 2026-08-11T21:37:28.888Z | Downloaded enum_dispatch v0.3.13 |
| 500 | 2026-08-11T21:37:28.888Z | Downloaded atty v0.2.14 |
| 501 | 2026-08-11T21:37:28.888Z | Downloaded bb8 v0.8.6 |
| 502 | 2026-08-11T21:37:28.888Z | Downloaded cfg_aliases v0.1.1 |
| 503 | 2026-08-11T21:37:28.888Z | Downloaded async-stream-impl v0.3.6 |
| 504 | 2026-08-11T21:37:28.888Z | Downloaded foreign-types-macros v0.2.3 |
| 505 | 2026-08-11T21:37:28.888Z | Downloaded flagset v0.4.7 |
| 506 | 2026-08-11T21:37:28.888Z | Downloaded async-stream v0.3.6 |
| 507 | 2026-08-11T21:37:28.888Z | Downloaded foldhash v0.2.0 |
| 508 | 2026-08-11T21:37:28.888Z | Downloaded async-recursion v1.1.1 |
| 509 | 2026-08-11T21:37:28.888Z | Downloaded bitfield-struct v0.6.2 |
| 510 | 2026-08-11T21:37:28.888Z | Downloaded futures v0.3.32 |
| 511 | 2026-08-11T21:37:28.888Z | Downloaded futures-io v0.3.32 |
| 512 | 2026-08-11T21:37:28.888Z | Downloaded ff v0.14.0 |
| 513 | 2026-08-11T21:37:28.888Z | Downloaded filetime v0.2.27 |
| 514 | 2026-08-11T21:37:28.888Z | Downloaded futures-core v0.3.32 |
| 515 | 2026-08-11T21:37:28.888Z | Downloaded ciborium-io v0.2.2 |
| 516 | 2026-08-11T21:37:28.888Z | Downloaded ciborium-ll v0.2.2 |
| 517 | 2026-08-11T21:37:28.888Z | Downloaded hickory-resolver v0.25.2 |
| 518 | 2026-08-11T21:37:28.888Z | Downloaded fd-lock v4.0.4 |
| 519 | 2026-08-11T21:37:28.888Z | Downloaded cfg_aliases v0.2.1 |
| 520 | 2026-08-11T21:37:28.889Z | Downloaded fxhash v0.2.1 |
| 521 | 2026-08-11T21:37:28.889Z | Downloaded git-stub v1.0.0 |
| 522 | 2026-08-11T21:37:28.889Z | Downloaded array-init v0.0.4 |
| 523 | 2026-08-11T21:37:28.889Z | Downloaded compression-core v0.4.31 |
| 524 | 2026-08-11T21:37:28.889Z | Downloaded float-ord v0.3.2 |
| 525 | 2026-08-11T21:37:28.889Z | Downloaded futures-task v0.3.32 |
| 526 | 2026-08-11T21:37:28.889Z | Downloaded form_urlencoded v1.2.2 |
| 527 | 2026-08-11T21:37:28.889Z | Downloaded gethostname v0.5.0 |
| 528 | 2026-08-11T21:37:28.889Z | Downloaded httpdate v1.0.3 |
| 529 | 2026-08-11T21:37:28.889Z | Downloaded ascii-canvas v3.0.0 |
| 530 | 2026-08-11T21:37:28.889Z | Downloaded block-buffer v0.12.1 |
| 531 | 2026-08-11T21:37:28.889Z | Downloaded fs-err v2.11.0 |
| 532 | 2026-08-11T21:37:28.889Z | Downloaded futures-channel v0.3.32 |
| 533 | 2026-08-11T21:37:28.889Z | Downloaded castaway v0.2.4 |
| 534 | 2026-08-11T21:37:28.889Z | Downloaded globwalk v0.9.1 |
| 535 | 2026-08-11T21:37:28.889Z | Downloaded hex-literal v1.1.0 |
| 536 | 2026-08-11T21:37:28.889Z | Downloaded num v0.4.3 |
| 537 | 2026-08-11T21:37:28.889Z | Downloaded hash32 v0.3.1 |
| 538 | 2026-08-11T21:37:28.926Z | Downloaded foreign-types-shared v0.1.1 |
| 539 | 2026-08-11T21:37:28.926Z | Downloaded funty v2.0.0 |
| 540 | 2026-08-11T21:37:28.926Z | Downloaded headers-core v0.3.0 |
| 541 | 2026-08-11T21:37:28.926Z | Downloaded num_enum_derive v0.5.11 |
| 542 | 2026-08-11T21:37:28.926Z | Downloaded ghash v0.6.0 |
| 543 | 2026-08-11T21:37:28.926Z | Downloaded hostname v0.4.2 |
| 544 | 2026-08-11T21:37:28.926Z | Downloaded atomicwrites v0.4.4 |
| 545 | 2026-08-11T21:37:28.926Z | Downloaded hostname v0.3.1 |
| 546 | 2026-08-11T21:37:28.926Z | Downloaded packed_struct_codegen v0.10.1 |
| 547 | 2026-08-11T21:37:28.926Z | Downloaded arrayref v0.3.9 |
| 548 | 2026-08-11T21:37:28.926Z | Downloaded http-range v0.1.5 |
| 549 | 2026-08-11T21:37:28.926Z | Downloaded phf_shared v0.13.1 |
| 550 | 2026-08-11T21:37:28.926Z | Downloaded block-padding v0.4.2 |
| 551 | 2026-08-11T21:37:28.926Z | Downloaded num-conv v0.2.0 |
| 552 | 2026-08-11T21:37:28.926Z | Downloaded home v0.5.12 |
| 553 | 2026-08-11T21:37:28.926Z | Downloaded hubpack_derive v0.1.1 |
| 554 | 2026-08-11T21:37:28.927Z | Downloaded hubpack v0.1.2 |
| 555 | 2026-08-11T21:37:28.927Z | Downloaded peg-runtime v0.8.5 |
| 556 | 2026-08-11T21:37:28.927Z | Downloaded parse-display v0.10.0 |
| 557 | 2026-08-11T21:37:28.927Z | Downloaded hash32 v0.2.1 |
| 558 | 2026-08-11T21:37:28.927Z | Downloaded bit-vec v0.8.0 |
| 559 | 2026-08-11T21:37:28.927Z | Downloaded bitfield v0.19.4 |
| 560 | 2026-08-11T21:37:28.927Z | Downloaded hyper-tls v0.6.0 |
| 561 | 2026-08-11T21:37:28.927Z | Downloaded http-body v1.0.1 |
| 562 | 2026-08-11T21:37:28.927Z | Downloaded async-trait v0.1.89 |
| 563 | 2026-08-11T21:37:28.927Z | Downloaded cipher v0.4.4 |
| 564 | 2026-08-11T21:37:28.927Z | Downloaded cmov v0.5.4 |
| 565 | 2026-08-11T21:37:28.927Z | Downloaded constant_time_eq v0.4.2 |
| 566 | 2026-08-11T21:37:28.927Z | Downloaded anstyle-parse v0.2.7 |
| 567 | 2026-08-11T21:37:28.927Z | Downloaded find-msvc-tools v0.1.9 |
| 568 | 2026-08-11T21:37:28.927Z | Downloaded bcs v0.1.6 |
| 569 | 2026-08-11T21:37:28.927Z | Downloaded proc-macro-crate v1.3.1 |
| 570 | 2026-08-11T21:37:28.927Z | Downloaded progenitor-macro v0.14.0 |
| 571 | 2026-08-11T21:37:28.927Z | Downloaded progenitor-macro v0.13.0 |
| 572 | 2026-08-11T21:37:28.927Z | Downloaded radium v0.7.0 |
| 573 | 2026-08-11T21:37:28.927Z | Downloaded byte-wrapper v0.1.0 |
| 574 | 2026-08-11T21:37:28.927Z | Downloaded cexpr v0.6.0 |
| 575 | 2026-08-11T21:37:28.927Z | Downloaded backon v1.6.0 |
| 576 | 2026-08-11T21:37:28.927Z | Downloaded same-file v1.0.6 |
| 577 | 2026-08-11T21:37:28.927Z | Downloaded rfc6979 v0.4.0 |
| 578 | 2026-08-11T21:37:28.927Z | Downloaded rustc_version v0.1.7 |
| 579 | 2026-08-11T21:37:28.927Z | Downloaded scroll_derive v0.13.1 |
| 580 | 2026-08-11T21:37:28.927Z | Downloaded shell-words v1.1.1 |
| 581 | 2026-08-11T21:37:28.927Z | Downloaded serde-big-array v0.5.1 |
| 582 | 2026-08-11T21:37:28.927Z | Downloaded sha1 v0.11.0 |
| 583 | 2026-08-11T21:37:28.927Z | Downloaded sigpipe v0.1.3 |
| 584 | 2026-08-11T21:37:28.927Z | Downloaded num-rational v0.4.2 |
| 585 | 2026-08-11T21:37:28.927Z | Downloaded cmake v0.1.57 |
| 586 | 2026-08-11T21:37:28.946Z | Downloaded humantime v2.3.0 |
| 587 | 2026-08-11T21:37:28.946Z | Downloaded blowfish v0.10.0 |
| 588 | 2026-08-11T21:37:28.946Z | Downloaded anstream v0.6.21 |
| 589 | 2026-08-11T21:37:28.946Z | Downloaded bit-vec v0.6.3 |
| 590 | 2026-08-11T21:37:28.946Z | Downloaded hex v0.4.3 |
| 591 | 2026-08-11T21:37:28.947Z | Downloaded highway v1.3.0 |
| 592 | 2026-08-11T21:37:28.947Z | Downloaded chacha20 v0.9.1 |
| 593 | 2026-08-11T21:37:28.947Z | Downloaded compression-codecs v0.4.37 |
| 594 | 2026-08-11T21:37:28.947Z | Downloaded bitflags v1.3.2 |
| 595 | 2026-08-11T21:37:28.947Z | Downloaded git-stub-vcs v0.1.0 |
| 596 | 2026-08-11T21:37:28.947Z | Downloaded cipher v0.5.2 |
| 597 | 2026-08-11T21:37:28.947Z | Downloaded phc v0.6.1 |
| 598 | 2026-08-11T21:37:28.947Z | Downloaded buf-list v1.1.2 |
| 599 | 2026-08-11T21:37:28.947Z | Downloaded camino-tempfile-ext v0.3.3 |
| 600 | 2026-08-11T21:37:28.947Z | Downloaded glob v0.3.3 |
| 601 | 2026-08-11T21:37:28.947Z | Downloaded group v0.14.0 |
| 602 | 2026-08-11T21:37:28.947Z | Downloaded num_enum_derive v0.7.6 |
| 603 | 2026-08-11T21:37:28.947Z | Downloaded ppv-lite86 v0.2.21 |
| 604 | 2026-08-11T21:37:28.947Z | Downloaded globset v0.4.18 |
| 605 | 2026-08-11T21:37:28.948Z | Downloaded port-file v0.1.0 |
| 606 | 2026-08-11T21:37:28.948Z | Downloaded strum v0.26.3 |
| 607 | 2026-08-11T21:37:28.948Z | Downloaded arrayvec v0.7.6 |
| 608 | 2026-08-11T21:37:28.948Z | Downloaded clang-sys v1.8.1 |
| 609 | 2026-08-11T21:37:28.948Z | Downloaded http-body-util v0.1.3 |
| 610 | 2026-08-11T21:37:28.948Z | Downloaded progenitor v0.13.0 |
| 611 | 2026-08-11T21:37:28.948Z | Downloaded base64ct v1.8.3 |
| 612 | 2026-08-11T21:37:28.948Z | Downloaded owo-colors v4.3.0 |
| 613 | 2026-08-11T21:37:28.948Z | Downloaded const-oid v0.9.6 |
| 614 | 2026-08-11T21:37:28.948Z | Downloaded strip-ansi-escapes v0.2.1 |
| 615 | 2026-08-11T21:37:28.948Z | Downloaded tap v1.0.1 |
| 616 | 2026-08-11T21:37:28.948Z | Downloaded console v0.15.11 |
| 617 | 2026-08-11T21:37:28.948Z | Downloaded polyval v0.7.1 |
| 618 | 2026-08-11T21:37:28.948Z | Downloaded colored v2.2.0 |
| 619 | 2026-08-11T21:37:28.952Z | Downloaded hybrid-array v0.4.13 |
| 620 | 2026-08-11T21:37:28.952Z | Downloaded allocator-api2 v0.2.21 |
| 621 | 2026-08-11T21:37:28.953Z | Downloaded supports-color v3.0.2 |
| 622 | 2026-08-11T21:37:28.953Z | Downloaded termtree v0.5.1 |
| 623 | 2026-08-11T21:37:28.953Z | Downloaded fatfs v0.3.6 |
| 624 | 2026-08-11T21:37:28.953Z | Downloaded topological-sort v0.2.2 |
| 625 | 2026-08-11T21:37:28.953Z | Downloaded tower-layer v0.3.3 |
| 626 | 2026-08-11T21:37:28.953Z | Downloaded seq-macro v0.3.6 |
| 627 | 2026-08-11T21:37:28.953Z | Downloaded rfc6979 v0.6.0 |
| 628 | 2026-08-11T21:37:28.953Z | Downloaded rustversion v1.0.22 |
| 629 | 2026-08-11T21:37:28.953Z | Downloaded ssh-encoding v0.3.0 |
| 630 | 2026-08-11T21:37:28.953Z | Downloaded simd-adler32 v0.3.8 |
| 631 | 2026-08-11T21:37:28.953Z | Downloaded xattr v1.6.1 |
| 632 | 2026-08-11T21:37:28.953Z | Downloaded scroll v0.13.0 |
| 633 | 2026-08-11T21:37:28.953Z | Downloaded scrypt v0.12.0 |
| 634 | 2026-08-11T21:37:28.953Z | Downloaded slog-bunyan v2.5.0 |
| 635 | 2026-08-11T21:37:28.961Z | Downloaded rustls-native-certs v0.8.3 |
| 636 | 2026-08-11T21:37:28.961Z | Downloaded blake2 v0.10.6 |
| 637 | 2026-08-11T21:37:28.962Z | Downloaded unit-prefix v0.5.2 |
| 638 | 2026-08-11T21:37:28.962Z | Downloaded const_format_proc_macros v0.2.34 |
| 639 | 2026-08-11T21:37:28.965Z | Downloaded sqlformat v0.3.5 |
| 640 | 2026-08-11T21:37:28.965Z | Downloaded bzip2 v0.4.4 |
| 641 | 2026-08-11T21:37:28.965Z | Downloaded bzip2 v0.6.1 |
| 642 | 2026-08-11T21:37:28.965Z | Downloaded universal-hash v0.5.1 |
| 643 | 2026-08-11T21:37:28.965Z | Downloaded usdt-attr-macro v0.6.0 |
| 644 | 2026-08-11T21:37:28.965Z | Downloaded utf8_iter v1.0.4 |
| 645 | 2026-08-11T21:37:28.965Z | Downloaded wait-timeout v0.2.1 |
| 646 | 2026-08-11T21:37:28.965Z | Downloaded crc-catalog v2.4.0 |
| 647 | 2026-08-11T21:37:28.965Z | Downloaded cancel-safe-futures v0.1.5 |
| 648 | 2026-08-11T21:37:28.965Z | Downloaded cbc v0.2.1 |
| 649 | 2026-08-11T21:37:28.969Z | Downloaded console v0.16.2 |
| 650 | 2026-08-11T21:37:28.969Z | Downloaded getrandom v0.2.17 |
| 651 | 2026-08-11T21:37:28.969Z | Downloaded erased-serde v0.3.31 |
| 652 | 2026-08-11T21:37:28.972Z | Downloaded shlex v1.3.0 |
| 653 | 2026-08-11T21:37:28.973Z | Downloaded slog-dtrace v0.3.0 |
| 654 | 2026-08-11T21:37:28.973Z | Downloaded static_assertions v1.1.0 |
| 655 | 2026-08-11T21:37:28.973Z | Downloaded bs58 v0.5.1 |
| 656 | 2026-08-11T21:37:28.973Z | Downloaded ciborium v0.2.2 |
| 657 | 2026-08-11T21:37:28.976Z | Downloaded hmac v0.12.1 |
| 658 | 2026-08-11T21:37:28.976Z | Downloaded hyper-rustls v0.27.7 |
| 659 | 2026-08-11T21:37:28.976Z | Downloaded crucible-workspace-hack v0.1.0 |
| 660 | 2026-08-11T21:37:28.976Z | Downloaded progenitor v0.14.0 |
| 661 | 2026-08-11T21:37:28.979Z | Downloaded hyper-staticfile v0.10.1 |
| 662 | 2026-08-11T21:37:28.979Z | Downloaded hmac v0.13.0 |
| 663 | 2026-08-11T21:37:28.980Z | Downloaded const-oid v0.10.2 |
| 664 | 2026-08-11T21:37:28.983Z | Downloaded async-bb8-diesel v0.2.1 |
| 665 | 2026-08-11T21:37:28.983Z | Downloaded colored v3.1.1 |
| 666 | 2026-08-11T21:37:28.983Z | Downloaded httparse v1.10.1 |
| 667 | 2026-08-11T21:37:28.986Z | Downloaded darling_macro v0.21.3 |
| 668 | 2026-08-11T21:37:28.987Z | Downloaded smf v0.2.3 |
| 669 | 2026-08-11T21:37:28.991Z | Downloaded cpubits v0.1.1 |
| 670 | 2026-08-11T21:37:28.994Z | Downloaded parking_lot_core v0.9.12 |
| 671 | 2026-08-11T21:37:28.994Z | Downloaded tinystr v0.8.2 |
| 672 | 2026-08-11T21:37:28.994Z | Downloaded defmt v0.3.100 |
| 673 | 2026-08-11T21:37:28.994Z | Downloaded difflib v0.4.0 |
| 674 | 2026-08-11T21:37:28.997Z | Downloaded strum_macros v0.27.2 |
| 675 | 2026-08-11T21:37:28.997Z | Downloaded cstr-argument v0.1.2 |
| 676 | 2026-08-11T21:37:28.997Z | Downloaded getrandom v0.3.4 |
| 677 | 2026-08-11T21:37:29.002Z | Downloaded poly1305 v0.9.0 |
| 678 | 2026-08-11T21:37:29.002Z | Downloaded flume v0.11.1 |
| 679 | 2026-08-11T21:37:29.005Z | Downloaded downcast-rs v2.0.2 |
| 680 | 2026-08-11T21:37:29.008Z | Downloaded embedded-io v0.6.1 |
| 681 | 2026-08-11T21:37:29.012Z | Downloaded is-terminal v0.4.17 |
| 682 | 2026-08-11T21:37:29.016Z | Downloaded dyn-clone v1.0.20 |
| 683 | 2026-08-11T21:37:29.016Z | Downloaded tls_codec_derive v0.4.2 |
| 684 | 2026-08-11T21:37:29.016Z | Downloaded inout v0.2.2 |
| 685 | 2026-08-11T21:37:29.019Z | Downloaded pbkdf2 v0.13.0 |
| 686 | 2026-08-11T21:37:29.020Z | Downloaded dunce v1.0.5 |
| 687 | 2026-08-11T21:37:29.022Z | Downloaded kem v0.3.0 |
| 688 | 2026-08-11T21:37:29.023Z | Downloaded unicase v2.9.0 |
| 689 | 2026-08-11T21:37:29.025Z | Downloaded lzss v0.8.2 |
| 690 | 2026-08-11T21:37:29.030Z | Downloaded whoami v1.6.1 |
| 691 | 2026-08-11T21:37:29.030Z | Downloaded xshell v0.2.7 |
| 692 | 2026-08-11T21:37:29.034Z | Downloaded chacha20 v0.10.0 |
| 693 | 2026-08-11T21:37:29.034Z | Downloaded maybe-uninit v2.0.0 |
| 694 | 2026-08-11T21:37:29.034Z | Downloaded mime v0.3.17 |
| 695 | 2026-08-11T21:37:29.038Z | Downloaded blake2 v0.11.0-rc.6 |
| 696 | 2026-08-11T21:37:29.038Z | Downloaded newtype-uuid-macros v0.1.0 |
| 697 | 2026-08-11T21:37:29.038Z | Downloaded nonempty v0.12.0 |
| 698 | 2026-08-11T21:37:29.039Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 699 | 2026-08-11T21:37:29.042Z | Downloaded crossbeam-deque v0.8.6 |
| 700 | 2026-08-11T21:37:29.042Z | Downloaded memoffset v0.9.1 |
| 701 | 2026-08-11T21:37:29.045Z | Downloaded num_threads v0.1.7 |
| 702 | 2026-08-11T21:37:29.046Z | Downloaded half v2.7.1 |
| 703 | 2026-08-11T21:37:29.048Z | Downloaded openssl-probe v0.2.1 |
| 704 | 2026-08-11T21:37:29.049Z | Downloaded pkcs1 v0.7.5 |
| 705 | 2026-08-11T21:37:29.052Z | Downloaded tokio-rustls v0.26.4 |
| 706 | 2026-08-11T21:37:29.052Z | Downloaded daft v0.1.7 |
| 707 | 2026-08-11T21:37:29.052Z | Downloaded chacha20poly1305 v0.10.1 |
| 708 | 2026-08-11T21:37:29.055Z | Downloaded compact_str v0.8.1 |
| 709 | 2026-08-11T21:37:29.055Z | Downloaded base64 v0.22.1 |
| 710 | 2026-08-11T21:37:29.059Z | Downloaded smallvec v1.15.1 |
| 711 | 2026-08-11T21:37:29.059Z | Downloaded convert_case v0.10.0 |
| 712 | 2026-08-11T21:37:29.063Z | Downloaded delegate v0.13.5 |
| 713 | 2026-08-11T21:37:29.063Z | Downloaded deranged v0.5.8 |
| 714 | 2026-08-11T21:37:29.066Z | Downloaded derive-ex v0.1.8 |
| 715 | 2026-08-11T21:37:29.066Z | Downloaded half v1.8.3 |
| 716 | 2026-08-11T21:37:29.067Z | Downloaded digest v0.11.3 |
| 717 | 2026-08-11T21:37:29.067Z | Downloaded generic-array v1.4.3 |
| 718 | 2026-08-11T21:37:29.070Z | Downloaded powerfmt v0.2.0 |
| 719 | 2026-08-11T21:37:29.073Z | Downloaded predicates-core v1.0.10 |
| 720 | 2026-08-11T21:37:29.073Z | Downloaded rand_xorshift v0.4.0 |
| 721 | 2026-08-11T21:37:29.077Z | Downloaded psl-types v2.0.11 |
| 722 | 2026-08-11T21:37:29.081Z | Downloaded termios v0.3.3 |
| 723 | 2026-08-11T21:37:29.085Z | Downloaded expectorate v1.2.0 |
| 724 | 2026-08-11T21:37:29.088Z | Downloaded rtoolbox v0.0.3 |
| 725 | 2026-08-11T21:37:29.088Z | Downloaded vergen-lib v0.1.6 |
| 726 | 2026-08-11T21:37:29.088Z | Downloaded either v1.15.0 |
| 727 | 2026-08-11T21:37:29.088Z | Downloaded instability v0.3.11 |
| 728 | 2026-08-11T21:37:29.092Z | Downloaded oxide-update-engine-types v0.1.2 |
| 729 | 2026-08-11T21:37:29.095Z | Downloaded progenitor-impl v0.14.0 |
| 730 | 2026-08-11T21:37:29.098Z | Downloaded semver v0.1.20 |
| 731 | 2026-08-11T21:37:29.098Z | Downloaded signal-hook-mio v0.2.5 |
| 732 | 2026-08-11T21:37:29.101Z | Downloaded strsim v0.10.0 |
| 733 | 2026-08-11T21:37:29.101Z | Downloaded libsw-core v0.3.2 |
| 734 | 2026-08-11T21:37:29.104Z | Downloaded normalize-line-endings v0.3.0 |
| 735 | 2026-08-11T21:37:29.108Z | Downloaded bytes v1.11.1 |
| 736 | 2026-08-11T21:37:29.108Z | Downloaded lock_api v0.4.14 |
| 737 | 2026-08-11T21:37:29.112Z | Downloaded const_format v0.2.35 |
| 738 | 2026-08-11T21:37:29.115Z | Downloaded native-tls v0.2.18 |
| 739 | 2026-08-11T21:37:29.116Z | Downloaded sync_wrapper v1.0.2 |
| 740 | 2026-08-11T21:37:29.119Z | Downloaded sync-ptr v0.1.4 |
| 741 | 2026-08-11T21:37:29.119Z | Downloaded ar_archive_writer v0.5.1 |
| 742 | 2026-08-11T21:37:29.122Z | Downloaded arc-swap v1.8.2 |
| 743 | 2026-08-11T21:37:29.122Z | Downloaded bumpalo v3.20.2 |
| 744 | 2026-08-11T21:37:29.129Z | Downloaded ctutils v0.4.2 |
| 745 | 2026-08-11T21:37:29.129Z | Downloaded hyper v1.10.1 |
| 746 | 2026-08-11T21:37:29.132Z | Downloaded oxide-update-engine v0.1.2 |
| 747 | 2026-08-11T21:37:29.132Z | Downloaded parse-display-derive v0.10.0 |
| 748 | 2026-08-11T21:37:29.132Z | Downloaded oxide-tokio-rt v0.1.4 |
| 749 | 2026-08-11T21:37:29.132Z | Downloaded paste v1.0.15 |
| 750 | 2026-08-11T21:37:29.136Z | Downloaded primeorder v0.13.6 |
| 751 | 2026-08-11T21:37:29.136Z | Downloaded primeorder v0.14.0 |
| 752 | 2026-08-11T21:37:29.136Z | Downloaded headers v0.4.1 |
| 753 | 2026-08-11T21:37:29.139Z | Downloaded heapless v0.7.17 |
| 754 | 2026-08-11T21:37:29.139Z | Downloaded nu-ansi-term v0.50.3 |
| 755 | 2026-08-11T21:37:29.142Z | Downloaded thread-id v5.1.0 |
| 756 | 2026-08-11T21:37:29.142Z | Downloaded zerofrom v0.1.6 |
| 757 | 2026-08-11T21:37:29.142Z | Downloaded zone v0.3.1 |
| 758 | 2026-08-11T21:37:29.142Z | Downloaded base64 v0.21.7 |
| 759 | 2026-08-11T21:37:29.145Z | Downloaded crc8 v0.1.1 |
| 760 | 2026-08-11T21:37:29.146Z | Downloaded tungstenite v0.21.0 |
| 761 | 2026-08-11T21:37:29.150Z | Downloaded untrusted v0.9.0 |
| 762 | 2026-08-11T21:37:29.150Z | Downloaded flate2 v1.1.9 |
| 763 | 2026-08-11T21:37:29.153Z | Downloaded darling v0.21.3 |
| 764 | 2026-08-11T21:37:29.157Z | Downloaded pem v3.0.6 |
| 765 | 2026-08-11T21:37:29.158Z | Downloaded pem-rfc7468 v0.7.0 |
| 766 | 2026-08-11T21:37:29.158Z | Downloaded oxide-update-engine-display v0.1.2 |
| 767 | 2026-08-11T21:37:29.165Z | Downloaded pem-rfc7468 v1.0.0 |
| 768 | 2026-08-11T21:37:29.165Z | Downloaded rand_core v0.9.5 |
| 769 | 2026-08-11T21:37:29.165Z | Downloaded serde_derive_internals v0.29.1 |
| 770 | 2026-08-11T21:37:29.165Z | Downloaded test-strategy v0.4.5 |
| 771 | 2026-08-11T21:37:29.170Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 772 | 2026-08-11T21:37:29.170Z | Downloaded wnaf v0.14.0 |
| 773 | 2026-08-11T21:37:29.170Z | Downloaded keccak v0.2.0 |
| 774 | 2026-08-11T21:37:29.170Z | Downloaded psm v0.1.30 |
| 775 | 2026-08-11T21:37:29.170Z | Downloaded void v1.0.2 |
| 776 | 2026-08-11T21:37:29.173Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 777 | 2026-08-11T21:37:29.173Z | Downloaded cpufeatures v0.3.0 |
| 778 | 2026-08-11T21:37:29.173Z | Downloaded debug-ignore v1.0.5 |
| 779 | 2026-08-11T21:37:29.173Z | Downloaded darling_macro v0.13.4 |
| 780 | 2026-08-11T21:37:29.173Z | Downloaded dof v0.4.0 |
| 781 | 2026-08-11T21:37:29.174Z | Downloaded schemars_derive v0.8.22 |
| 782 | 2026-08-11T21:37:29.174Z | Downloaded toml v0.7.8 |
| 783 | 2026-08-11T21:37:29.177Z | Downloaded rayon-core v1.13.0 |
| 784 | 2026-08-11T21:37:29.178Z | Downloaded schemars v0.9.0 |
| 785 | 2026-08-11T21:37:29.183Z | Downloaded libsw v3.5.0 |
| 786 | 2026-08-11T21:37:29.187Z | Downloaded unicode-bidi v0.3.18 |
| 787 | 2026-08-11T21:37:29.187Z | Downloaded serde_spanned v1.1.1 |
| 788 | 2026-08-11T21:37:29.192Z | Downloaded slog-json v2.6.1 |
| 789 | 2026-08-11T21:37:29.192Z | Downloaded smallvec v0.6.14 |
| 790 | 2026-08-11T21:37:29.192Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 791 | 2026-08-11T21:37:29.194Z | Downloaded dirs-sys-next v0.1.2 |
| 792 | 2026-08-11T21:37:29.198Z | Downloaded tui-tree-widget v0.23.1 |
| 793 | 2026-08-11T21:37:29.200Z | Downloaded usdt-macro v0.6.0 |
| 794 | 2026-08-11T21:37:29.201Z | Downloaded strum_macros v0.26.4 |
| 795 | 2026-08-11T21:37:29.201Z | Downloaded synstructure v0.13.2 |
| 796 | 2026-08-11T21:37:29.207Z | Downloaded heapless v0.8.0 |
| 797 | 2026-08-11T21:37:29.210Z | Downloaded tokio-tungstenite v0.23.1 |
| 798 | 2026-08-11T21:37:29.214Z | Downloaded inout v0.1.4 |
| 799 | 2026-08-11T21:37:29.214Z | Downloaded pin-project-lite v0.2.17 |
| 800 | 2026-08-11T21:37:29.218Z | Downloaded linked-hash-map v0.5.6 |
| 801 | 2026-08-11T21:37:29.218Z | Downloaded time-macros v0.2.27 |
| 802 | 2026-08-11T21:37:29.218Z | Downloaded tls_codec v0.4.2 |
| 803 | 2026-08-11T21:37:29.222Z | Downloaded newtype_derive v0.1.6 |
| 804 | 2026-08-11T21:37:29.222Z | Downloaded tracing-core v0.1.36 |
| 805 | 2026-08-11T21:37:29.222Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 806 | 2026-08-11T21:37:29.225Z | Downloaded indoc v1.0.9 |
| 807 | 2026-08-11T21:37:29.225Z | Downloaded kstat-rs v0.2.5 |
| 808 | 2026-08-11T21:37:29.225Z | Downloaded match_cfg v0.1.0 |
| 809 | 2026-08-11T21:37:29.226Z | Downloaded p384 v0.14.0 |
| 810 | 2026-08-11T21:37:29.229Z | Downloaded prettyplease v0.2.37 |
| 811 | 2026-08-11T21:37:29.232Z | Downloaded rustls-webpki v0.103.13 |
| 812 | 2026-08-11T21:37:29.235Z | Downloaded icu_properties v2.1.2 |
| 813 | 2026-08-11T21:37:29.238Z | Downloaded nodrop v0.1.14 |
| 814 | 2026-08-11T21:37:29.238Z | Downloaded vergen-lib v9.1.0 |
| 815 | 2026-08-11T21:37:29.238Z | Downloaded writeable v0.6.2 |
| 816 | 2026-08-11T21:37:29.244Z | Downloaded potential_utf v0.1.4 |
| 817 | 2026-08-11T21:37:29.244Z | Downloaded precomputed-hash v0.1.1 |
| 818 | 2026-08-11T21:37:29.247Z | Downloaded drift v0.2.0 |
| 819 | 2026-08-11T21:37:29.250Z | Downloaded indexmap v1.9.3 |
| 820 | 2026-08-11T21:37:29.250Z | Downloaded csv-core v0.1.13 |
| 821 | 2026-08-11T21:37:29.254Z | Downloaded openssl-probe v0.1.6 |
| 822 | 2026-08-11T21:37:29.254Z | Downloaded parse-size v1.1.0 |
| 823 | 2026-08-11T21:37:29.254Z | Downloaded serde_yaml v0.9.34+deprecated |
| 824 | 2026-08-11T21:37:29.254Z | Downloaded zopfli v0.8.3 |
| 825 | 2026-08-11T21:37:29.258Z | Downloaded ref-cast v1.0.25 |
| 826 | 2026-08-11T21:37:29.258Z | Downloaded defmt v1.0.1 |
| 827 | 2026-08-11T21:37:29.261Z | Downloaded derive_builder_core v0.20.2 |
| 828 | 2026-08-11T21:37:29.261Z | Downloaded async-compression v0.4.41 |
| 829 | 2026-08-11T21:37:29.265Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 830 | 2026-08-11T21:37:29.265Z | Downloaded progenitor-client v0.14.0 |
| 831 | 2026-08-11T21:37:29.269Z | Downloaded rustc-hash v2.1.1 |
| 832 | 2026-08-11T21:37:29.269Z | Downloaded rustc_version v0.4.1 |
| 833 | 2026-08-11T21:37:29.269Z | Downloaded scheduled-thread-pool v0.2.7 |
| 834 | 2026-08-11T21:37:29.269Z | Downloaded ed25519 v2.2.3 |
| 835 | 2026-08-11T21:37:29.269Z | Downloaded ena v0.14.4 |
| 836 | 2026-08-11T21:37:29.276Z | Downloaded hashbrown v0.12.3 |
| 837 | 2026-08-11T21:37:29.279Z | Downloaded hashbrown v0.13.2 |
| 838 | 2026-08-11T21:37:29.284Z | Downloaded serde_plain v1.0.2 |
| 839 | 2026-08-11T21:37:29.284Z | Downloaded structmeta-derive v0.3.0 |
| 840 | 2026-08-11T21:37:29.284Z | Downloaded tabwriter v1.4.1 |
| 841 | 2026-08-11T21:37:29.288Z | Downloaded hickory-resolver v0.24.4 |
| 842 | 2026-08-11T21:37:29.288Z | Downloaded aes-gcm v0.11.0 |
| 843 | 2026-08-11T21:37:29.292Z | Downloaded instant v0.1.13 |
| 844 | 2026-08-11T21:37:29.292Z | Downloaded sha1 v0.10.6 |
| 845 | 2026-08-11T21:37:29.292Z | Downloaded stable_deref_trait v1.2.1 |
| 846 | 2026-08-11T21:37:29.292Z | Downloaded darling_core v0.21.3 |
| 847 | 2026-08-11T21:37:29.295Z | Downloaded libefi-sys v0.1.0 |
| 848 | 2026-08-11T21:37:29.295Z | Downloaded mime_guess v2.0.5 |
| 849 | 2026-08-11T21:37:29.298Z | Downloaded nanorand v0.7.0 |
| 850 | 2026-08-11T21:37:29.298Z | Downloaded omicron-zone-package v0.12.3 |
| 851 | 2026-08-11T21:37:29.301Z | Downloaded testing_table v0.3.0 |
| 852 | 2026-08-11T21:37:29.301Z | Downloaded try-lock v0.2.5 |
| 853 | 2026-08-11T21:37:29.301Z | Downloaded unicode-truncate v1.1.0 |
| 854 | 2026-08-11T21:37:29.302Z | Downloaded utf-8 v0.7.6 |
| 855 | 2026-08-11T21:37:29.302Z | Downloaded zeroize_derive v1.5.0 |
| 856 | 2026-08-11T21:37:29.305Z | Downloaded postcard v1.1.3 |
| 857 | 2026-08-11T21:37:29.305Z | Downloaded vergen v9.1.0 |
| 858 | 2026-08-11T21:37:29.305Z | Downloaded pkcs5 v0.8.1 |
| 859 | 2026-08-11T21:37:29.309Z | Downloaded serde_with_macros v3.21.0 |
| 860 | 2026-08-11T21:37:29.309Z | Downloaded num-complex v0.4.6 |
| 861 | 2026-08-11T21:37:29.309Z | Downloaded waitgroup v0.1.2 |
| 862 | 2026-08-11T21:37:29.313Z | Downloaded icu_normalizer_data v2.1.1 |
| 863 | 2026-08-11T21:37:29.313Z | Downloaded ryu v1.0.23 |
| 864 | 2026-08-11T21:37:29.313Z | Downloaded signal-hook v0.3.18 |
| 865 | 2026-08-11T21:37:29.317Z | Downloaded daft-derive v0.1.7 |
| 866 | 2026-08-11T21:37:29.321Z | Downloaded parking_lot_core v0.8.6 |
| 867 | 2026-08-11T21:37:29.321Z | Downloaded rand v0.8.6 |
| 868 | 2026-08-11T21:37:29.322Z | Downloaded zerotrie v0.2.3 |
| 869 | 2026-08-11T21:37:29.325Z | Downloaded pin-project-internal v1.1.11 |
| 870 | 2026-08-11T21:37:29.325Z | Downloaded socket2 v0.6.3 |
| 871 | 2026-08-11T21:37:29.329Z | Downloaded derive_builder v0.20.2 |
| 872 | 2026-08-11T21:37:29.336Z | Downloaded ecdsa v0.17.0 |
| 873 | 2026-08-11T21:37:29.336Z | Downloaded serde-hex v0.1.0 |
| 874 | 2026-08-11T21:37:29.467Z | Downloaded crossbeam-channel v0.5.15 |
| 875 | 2026-08-11T21:37:29.467Z | Downloaded socket2 v0.5.10 |
| 876 | 2026-08-11T21:37:29.467Z | Downloaded embedded-io v0.4.0 |
| 877 | 2026-08-11T21:37:29.467Z | Downloaded cc v1.2.56 |
| 878 | 2026-08-11T21:37:29.467Z | Downloaded lru v0.12.5 |
| 879 | 2026-08-11T21:37:29.467Z | Downloaded maplit v1.0.2 |
| 880 | 2026-08-11T21:37:29.467Z | Downloaded hickory-server v0.25.2 |
| 881 | 2026-08-11T21:37:29.467Z | Downloaded spki v0.8.0 |
| 882 | 2026-08-11T21:37:29.467Z | Downloaded aes v0.9.1 |
| 883 | 2026-08-11T21:37:29.467Z | Downloaded serde_with_macros v1.5.2 |
| 884 | 2026-08-11T21:37:29.468Z | Downloaded serdect v0.4.3 |
| 885 | 2026-08-11T21:37:29.468Z | Downloaded slog-scope v4.4.1 |
| 886 | 2026-08-11T21:37:29.468Z | Downloaded tagptr v0.2.0 |
| 887 | 2026-08-11T21:37:29.468Z | Downloaded ml-kem v0.3.2 |
| 888 | 2026-08-11T21:37:29.468Z | Downloaded litemap v0.8.1 |
| 889 | 2026-08-11T21:37:29.468Z | Downloaded lalrpop-util v0.19.12 |
| 890 | 2026-08-11T21:37:29.468Z | Downloaded tiny-keccak v2.0.2 |
| 891 | 2026-08-11T21:37:29.468Z | Downloaded num-iter v0.1.45 |
| 892 | 2026-08-11T21:37:29.468Z | Downloaded progenitor-impl v0.13.0 |
| 893 | 2026-08-11T21:37:29.468Z | Downloaded predicates-tree v1.0.13 |
| 894 | 2026-08-11T21:37:29.468Z | Downloaded tokio-tungstenite v0.21.0 |
| 895 | 2026-08-11T21:37:29.468Z | Downloaded critical-section v1.2.0 |
| 896 | 2026-08-11T21:37:29.468Z | Downloaded oso-derive v0.27.3 |
| 897 | 2026-08-11T21:37:29.468Z | Downloaded x509-cert v0.2.5 |
| 898 | 2026-08-11T21:37:29.468Z | Downloaded icu_collections v2.1.1 |
| 899 | 2026-08-11T21:37:29.468Z | Downloaded indicatif v0.18.4 |
| 900 | 2026-08-11T21:37:29.468Z | Downloaded rand v0.9.2 |
| 901 | 2026-08-11T21:37:29.468Z | Downloaded serde_with v1.14.0 |
| 902 | 2026-08-11T21:37:29.468Z | Downloaded corncobs v0.1.4 |
| 903 | 2026-08-11T21:37:29.468Z | Downloaded proc-macro-crate v3.4.0 |
| 904 | 2026-08-11T21:37:29.469Z | Downloaded signal-hook-tokio v0.3.1 |
| 905 | 2026-08-11T21:37:29.469Z | Downloaded dropshot_endpoint v0.17.1 |
| 906 | 2026-08-11T21:37:29.469Z | Downloaded siphasher v1.0.2 |
| 907 | 2026-08-11T21:37:29.469Z | Downloaded data-encoding v2.10.0 |
| 908 | 2026-08-11T21:37:29.469Z | Downloaded indent_write v2.2.0 |
| 909 | 2026-08-11T21:37:29.469Z | Downloaded serde_bytes v0.11.19 |
| 910 | 2026-08-11T21:37:29.469Z | Downloaded sqlparser_derive v0.5.0 |
| 911 | 2026-08-11T21:37:29.469Z | Downloaded take_mut v0.2.2 |
| 912 | 2026-08-11T21:37:29.469Z | Downloaded tinyvec_macros v0.1.1 |
| 913 | 2026-08-11T21:37:29.469Z | Downloaded darling v0.13.4 |
| 914 | 2026-08-11T21:37:29.469Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 915 | 2026-08-11T21:37:29.469Z | Downloaded ipnetwork v0.21.1 |
| 916 | 2026-08-11T21:37:29.469Z | Downloaded http v1.4.2 |
| 917 | 2026-08-11T21:37:29.469Z | Downloaded ecdsa v0.16.9 |
| 918 | 2026-08-11T21:37:29.469Z | Downloaded tokio-test v0.4.5 |
| 919 | 2026-08-11T21:37:29.469Z | Downloaded tower-service v0.3.3 |
| 920 | 2026-08-11T21:37:29.469Z | Downloaded multer v3.1.0 |
| 921 | 2026-08-11T21:37:29.469Z | Downloaded xshell-macros v0.2.7 |
| 922 | 2026-08-11T21:37:29.469Z | Downloaded derive_more-impl v2.1.1 |
| 923 | 2026-08-11T21:37:29.469Z | Downloaded oso v0.27.3 |
| 924 | 2026-08-11T21:37:29.469Z | Downloaded jobserver v0.1.34 |
| 925 | 2026-08-11T21:37:29.470Z | Downloaded libbz2-rs-sys v0.2.2 |
| 926 | 2026-08-11T21:37:29.470Z | Downloaded crossbeam-epoch v0.9.18 |
| 927 | 2026-08-11T21:37:29.470Z | Downloaded newtype-uuid v1.3.2 |
| 928 | 2026-08-11T21:37:29.470Z | Downloaded num_enum v0.5.11 |
| 929 | 2026-08-11T21:37:29.470Z | Downloaded peg v0.8.5 |
| 930 | 2026-08-11T21:37:29.471Z | Downloaded peg-macros v0.8.5 |
| 931 | 2026-08-11T21:37:29.471Z | Downloaded num-integer v0.1.46 |
| 932 | 2026-08-11T21:37:29.471Z | Downloaded oxnet v0.1.6 |
| 933 | 2026-08-11T21:37:29.471Z | Downloaded want v0.3.1 |
| 934 | 2026-08-11T21:37:29.471Z | Downloaded display-error-chain v0.2.2 |
| 935 | 2026-08-11T21:37:29.471Z | Downloaded darling_macro v0.23.0 |
| 936 | 2026-08-11T21:37:29.471Z | Downloaded zstd v0.13.3 |
| 937 | 2026-08-11T21:37:29.471Z | Downloaded libscf-sys v1.2.0 |
| 938 | 2026-08-11T21:37:29.471Z | Downloaded lru-cache v0.1.2 |
| 939 | 2026-08-11T21:37:29.471Z | Downloaded lru-slab v0.1.2 |
| 940 | 2026-08-11T21:37:29.471Z | Downloaded typed-path v0.9.3 |
| 941 | 2026-08-11T21:37:29.471Z | Downloaded des v0.9.0 |
| 942 | 2026-08-11T21:37:29.488Z | Downloaded rsa v0.9.10 |
| 943 | 2026-08-11T21:37:29.488Z | Downloaded pin-project v1.1.11 |
| 944 | 2026-08-11T21:37:29.488Z | Downloaded quinn-udp v0.5.14 |
| 945 | 2026-08-11T21:37:29.512Z | Downloaded rand_core v0.10.0 |
| 946 | 2026-08-11T21:37:29.513Z | Downloaded rustls-pemfile v2.2.0 |
| 947 | 2026-08-11T21:37:29.513Z | Downloaded schemars v0.8.22 |
| 948 | 2026-08-11T21:37:29.513Z | Downloaded nibble_vec v0.1.0 |
| 949 | 2026-08-11T21:37:29.513Z | Downloaded zip v4.6.1 |
| 950 | 2026-08-11T21:37:29.513Z | Downloaded rusty-fork v0.3.1 |
| 951 | 2026-08-11T21:37:29.513Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 952 | 2026-08-11T21:37:29.513Z | Downloaded hashbrown v0.15.5 |
| 953 | 2026-08-11T21:37:29.513Z | Downloaded icu_normalizer v2.1.1 |
| 954 | 2026-08-11T21:37:29.523Z | Downloaded phf_shared v0.11.3 |
| 955 | 2026-08-11T21:37:29.523Z | Downloaded slab v0.4.12 |
| 956 | 2026-08-11T21:37:29.523Z | Downloaded stringprep v0.1.5 |
| 957 | 2026-08-11T21:37:29.523Z | Downloaded tokio-postgres v0.7.16 |
| 958 | 2026-08-11T21:37:29.523Z | Downloaded path-slash v0.1.5 |
| 959 | 2026-08-11T21:37:29.523Z | Downloaded diesel_derives v2.3.7 |
| 960 | 2026-08-11T21:37:29.523Z | Downloaded tinyvec v1.10.0 |
| 961 | 2026-08-11T21:37:29.523Z | Downloaded vergen-git2 v9.1.0 |
| 962 | 2026-08-11T21:37:29.523Z | Downloaded unicode_categories v0.1.1 |
| 963 | 2026-08-11T21:37:29.523Z | Downloaded tungstenite v0.23.0 |
| 964 | 2026-08-11T21:37:29.523Z | Downloaded unsafe-libyaml v0.2.11 |
| 965 | 2026-08-11T21:37:29.523Z | Downloaded vte v0.14.1 |
| 966 | 2026-08-11T21:37:29.527Z | Downloaded zstd-safe v7.2.4 |
| 967 | 2026-08-11T21:37:29.527Z | Downloaded recursive v0.1.1 |
| 968 | 2026-08-11T21:37:29.527Z | Downloaded ctr v0.10.1 |
| 969 | 2026-08-11T21:37:29.527Z | Downloaded defmt-macros v1.0.1 |
| 970 | 2026-08-11T21:37:29.527Z | Downloaded diesel-dtrace v0.5.0 |
| 971 | 2026-08-11T21:37:29.527Z | Downloaded signature v3.0.0 |
| 972 | 2026-08-11T21:37:29.527Z | Downloaded uuid v1.23.4 |
| 973 | 2026-08-11T21:37:29.527Z | Downloaded russh-util v0.52.0 |
| 974 | 2026-08-11T21:37:29.527Z | Downloaded sapling-renderdag v0.1.0 |
| 975 | 2026-08-11T21:37:29.534Z | Downloaded serde_repr v0.1.20 |
| 976 | 2026-08-11T21:37:29.534Z | Downloaded trait-variant v0.1.2 |
| 977 | 2026-08-11T21:37:29.538Z | Downloaded schemars v1.2.1 |
| 978 | 2026-08-11T21:37:29.545Z | Downloaded num-traits v0.2.19 |
| 979 | 2026-08-11T21:37:29.548Z | Downloaded openssl-sys v0.9.117 |
| 980 | 2026-08-11T21:37:29.552Z | Downloaded proc-macro-error2 v2.0.1 |
| 981 | 2026-08-11T21:37:29.552Z | Downloaded zerofrom-derive v0.1.6 |
| 982 | 2026-08-11T21:37:29.552Z | Downloaded nom v8.0.0 |
| 983 | 2026-08-11T21:37:29.555Z | Downloaded steno v0.4.1 |
| 984 | 2026-08-11T21:37:29.559Z | Downloaded derive_more v0.99.20 |
| 985 | 2026-08-11T21:37:29.559Z | Downloaded elliptic-curve v0.14.1 |
| 986 | 2026-08-11T21:37:29.562Z | Downloaded elliptic-curve v0.13.8 |
| 987 | 2026-08-11T21:37:29.562Z | Downloaded rustls-pki-types v1.14.0 |
| 988 | 2026-08-11T21:37:29.566Z | Downloaded ipnet v2.11.0 |
| 989 | 2026-08-11T21:37:29.566Z | Downloaded usdt v0.6.0 |
| 990 | 2026-08-11T21:37:29.566Z | Downloaded digest-io v0.1.0 |
| 991 | 2026-08-11T21:37:29.569Z | Downloaded aho-corasick v1.1.4 |
| 992 | 2026-08-11T21:37:29.573Z | Downloaded hashbrown v0.16.1 |
| 993 | 2026-08-11T21:37:29.576Z | Downloaded module-lattice v0.2.3 |
| 994 | 2026-08-11T21:37:29.576Z | Downloaded darling_macro v0.20.11 |
| 995 | 2026-08-11T21:37:29.580Z | Downloaded ident_case v1.0.1 |
| 996 | 2026-08-11T21:37:29.580Z | Downloaded jiff-static v0.2.34 |
| 997 | 2026-08-11T21:37:29.580Z | Downloaded newline-converter v0.3.0 |
| 998 | 2026-08-11T21:37:29.580Z | Downloaded opaque-debug v0.3.1 |
| 999 | 2026-08-11T21:37:29.580Z | Downloaded phf_shared v0.12.1 |
| 1000 | 2026-08-11T21:37:29.580Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 1001 | 2026-08-11T21:37:29.584Z | Downloaded idna_adapter v1.2.1 |
| 1002 | 2026-08-11T21:37:29.584Z | Downloaded tokio-stream v0.1.18 |
| 1003 | 2026-08-11T21:37:29.584Z | Downloaded managed v0.8.0 |
| 1004 | 2026-08-11T21:37:29.584Z | Downloaded progenitor-client v0.13.0 |
| 1005 | 2026-08-11T21:37:29.587Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1006 | 2026-08-11T21:37:29.592Z | Downloaded bindgen v0.71.1 |
| 1007 | 2026-08-11T21:37:29.595Z | Downloaded darling v0.23.0 |
| 1008 | 2026-08-11T21:37:29.599Z | Downloaded unicode-properties v0.1.4 |
| 1009 | 2026-08-11T21:37:29.602Z | Downloaded rand_pcg v0.10.2 |
| 1010 | 2026-08-11T21:37:29.602Z | Downloaded rand_chacha v0.3.1 |
| 1011 | 2026-08-11T21:37:29.602Z | Downloaded rand_core v0.6.4 |
| 1012 | 2026-08-11T21:37:29.602Z | Downloaded reedline v0.40.0 |
| 1013 | 2026-08-11T21:37:29.606Z | Downloaded strum_macros v0.24.3 |
| 1014 | 2026-08-11T21:37:29.606Z | Downloaded pkcs8 v0.11.0 |
| 1015 | 2026-08-11T21:37:29.609Z | Downloaded resolv-conf v0.7.6 |
| 1016 | 2026-08-11T21:37:29.609Z | Downloaded serde_path_to_error v0.1.20 |
| 1017 | 2026-08-11T21:37:29.609Z | Downloaded stacker v0.1.23 |
| 1018 | 2026-08-11T21:37:29.609Z | Downloaded rustyline v14.0.0 |
| 1019 | 2026-08-11T21:37:29.613Z | Downloaded snafu-derive v0.8.9 |
| 1020 | 2026-08-11T21:37:29.613Z | Downloaded tokio-native-tls v0.3.1 |
| 1021 | 2026-08-11T21:37:29.616Z | Downloaded serde_urlencoded v0.7.1 |
| 1022 | 2026-08-11T21:37:29.617Z | Downloaded structmeta v0.3.0 |
| 1023 | 2026-08-11T21:37:29.617Z | Downloaded displaydoc v0.2.5 |
| 1024 | 2026-08-11T21:37:29.620Z | Downloaded slog-envlogger v2.2.0 |
| 1025 | 2026-08-11T21:37:29.620Z | Downloaded time-core v0.1.8 |
| 1026 | 2026-08-11T21:37:29.620Z | Downloaded yansi v1.0.1 |
| 1027 | 2026-08-11T21:37:29.620Z | Downloaded usdt-impl v0.6.0 |
| 1028 | 2026-08-11T21:37:29.620Z | Downloaded zerovec-derive v0.11.2 |
| 1029 | 2026-08-11T21:37:29.624Z | Downloaded jiff-core v0.1.0 |
| 1030 | 2026-08-11T21:37:29.627Z | Downloaded darling_core v0.20.11 |
| 1031 | 2026-08-11T21:37:29.643Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1032 | 2026-08-11T21:37:29.643Z | Downloaded ingot v0.2.1 |
| 1033 | 2026-08-11T21:37:29.643Z | Downloaded zeroize v1.9.0 |
| 1034 | 2026-08-11T21:37:29.643Z | Downloaded unicode-xid v0.2.6 |
| 1035 | 2026-08-11T21:37:29.643Z | Downloaded zone_cfg_derive v0.3.1 |
| 1036 | 2026-08-11T21:37:29.643Z | Downloaded dsl_auto_type v0.2.0 |
| 1037 | 2026-08-11T21:37:29.650Z | Downloaded wyz v0.5.1 |
| 1038 | 2026-08-11T21:37:29.653Z | Downloaded predicates v3.1.4 |
| 1039 | 2026-08-11T21:37:29.658Z | Downloaded zerocopy-derive v0.8.40 |
| 1040 | 2026-08-11T21:37:29.661Z | Downloaded typify v0.6.2 |
| 1041 | 2026-08-11T21:37:29.664Z | Downloaded zerocopy v0.6.6 |
| 1042 | 2026-08-11T21:37:29.667Z | Downloaded progenitor-extras v0.2.0 |
| 1043 | 2026-08-11T21:37:29.667Z | Downloaded password-hash v0.6.1 |
| 1044 | 2026-08-11T21:37:29.674Z | Downloaded p256 v0.14.0 |
| 1045 | 2026-08-11T21:37:29.678Z | Downloaded crc-any v2.5.0 |
| 1046 | 2026-08-11T21:37:29.681Z | Downloaded sec1 v0.8.1 |
| 1047 | 2026-08-11T21:37:29.685Z | Downloaded slog-stdlog v4.1.1 |
| 1048 | 2026-08-11T21:37:29.685Z | Downloaded rand_chacha v0.9.0 |
| 1049 | 2026-08-11T21:37:29.685Z | Downloaded signal-hook-registry v1.4.8 |
| 1050 | 2026-08-11T21:37:29.685Z | Downloaded spki v0.7.3 |
| 1051 | 2026-08-11T21:37:29.688Z | Downloaded dtrace-parser v0.3.0 |
| 1052 | 2026-08-11T21:37:29.688Z | Downloaded yoke-derive v0.8.1 |
| 1053 | 2026-08-11T21:37:29.688Z | Downloaded term v0.7.0 |
| 1054 | 2026-08-11T21:37:29.692Z | Downloaded md5 v0.8.0 |
| 1055 | 2026-08-11T21:37:29.692Z | Downloaded sec1 v0.7.3 |
| 1056 | 2026-08-11T21:37:29.697Z | Downloaded secrecy v0.10.3 |
| 1057 | 2026-08-11T21:37:29.697Z | Downloaded rsa v0.10.0-rc.18 |
| 1058 | 2026-08-11T21:37:29.703Z | Downloaded derive_more v2.1.1 |
| 1059 | 2026-08-11T21:37:29.711Z | Downloaded subprocess v0.2.15 |
| 1060 | 2026-08-11T21:37:29.714Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1061 | 2026-08-11T21:37:29.714Z | Downloaded rcgen v0.12.1 |
| 1062 | 2026-08-11T21:37:29.714Z | Downloaded openssl-macros v0.1.1 |
| 1063 | 2026-08-11T21:37:29.717Z | Downloaded quick-error v1.2.3 |
| 1064 | 2026-08-11T21:37:29.717Z | Downloaded hkdf v0.13.0 |
| 1065 | 2026-08-11T21:37:29.718Z | Downloaded h2 v0.4.15 |
| 1066 | 2026-08-11T21:37:29.721Z | Downloaded iana-time-zone v0.1.65 |
| 1067 | 2026-08-11T21:37:29.726Z | Downloaded vergen-gitcl v1.0.8 |
| 1068 | 2026-08-11T21:37:29.726Z | Downloaded crypto-common v0.2.2 |
| 1069 | 2026-08-11T21:37:29.726Z | Downloaded hkdf v0.12.4 |
| 1070 | 2026-08-11T21:37:29.726Z | Downloaded lazy_static v1.5.0 |
| 1071 | 2026-08-11T21:37:29.731Z | Downloaded illumos-nvpair v0.3.0 |
| 1072 | 2026-08-11T21:37:29.731Z | Downloaded quinn v0.11.11 |
| 1073 | 2026-08-11T21:37:29.731Z | Downloaded ref-cast-impl v1.0.25 |
| 1074 | 2026-08-11T21:37:29.731Z | Downloaded scopeguard v1.2.0 |
| 1075 | 2026-08-11T21:37:29.735Z | Downloaded universal-hash v0.6.1 |
| 1076 | 2026-08-11T21:37:29.735Z | Downloaded crunchy v0.2.4 |
| 1077 | 2026-08-11T21:37:29.739Z | Downloaded document-features v0.2.12 |
| 1078 | 2026-08-11T21:37:29.739Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1079 | 2026-08-11T21:37:29.744Z | Downloaded keccak v0.1.6 |
| 1080 | 2026-08-11T21:37:29.744Z | Downloaded unicode-normalization v0.1.25 |
| 1081 | 2026-08-11T21:37:29.747Z | Downloaded parking_lot v0.12.5 |
| 1082 | 2026-08-11T21:37:29.747Z | Downloaded new_debug_unreachable v1.0.6 |
| 1083 | 2026-08-11T21:37:29.748Z | Downloaded password-hash v0.5.0 |
| 1084 | 2026-08-11T21:37:29.751Z | Downloaded postgres-types v0.2.12 |
| 1085 | 2026-08-11T21:37:29.754Z | Downloaded postgres-protocol v0.6.10 |
| 1086 | 2026-08-11T21:37:29.760Z | Downloaded ssh-cipher v0.3.0 |
| 1087 | 2026-08-11T21:37:29.763Z | Downloaded num-derive v0.4.2 |
| 1088 | 2026-08-11T21:37:29.763Z | Downloaded secrecy v0.8.0 |
| 1089 | 2026-08-11T21:37:29.766Z | Downloaded winnow v0.6.26 |
| 1090 | 2026-08-11T21:37:29.769Z | Downloaded string_cache v0.8.9 |
| 1091 | 2026-08-11T21:37:29.773Z | Downloaded crossterm v0.28.1 |
| 1092 | 2026-08-11T21:37:29.777Z | Downloaded zerovec v0.11.5 |
| 1093 | 2026-08-11T21:37:29.780Z | Downloaded itertools v0.13.0 |
| 1094 | 2026-08-11T21:37:29.780Z | Downloaded tokio-dtrace v0.1.1 |
| 1095 | 2026-08-11T21:37:29.785Z | Downloaded slog v2.8.2 |
| 1096 | 2026-08-11T21:37:29.785Z | Downloaded unarray v0.1.4 |
| 1097 | 2026-08-11T21:37:29.785Z | Downloaded defmt-parser v1.0.0 |
| 1098 | 2026-08-11T21:37:29.785Z | Downloaded futures-util v0.3.32 |
| 1099 | 2026-08-11T21:37:29.794Z | Downloaded ignore v0.4.25 |
| 1100 | 2026-08-11T21:37:29.797Z | Downloaded md-5 v0.10.6 |
| 1101 | 2026-08-11T21:37:29.797Z | Downloaded internet-checksum v0.2.1 |
| 1102 | 2026-08-11T21:37:29.797Z | Downloaded indoc v2.0.7 |
| 1103 | 2026-08-11T21:37:29.801Z | Downloaded phf v0.12.1 |
| 1104 | 2026-08-11T21:37:29.801Z | Downloaded phf v0.13.1 |
| 1105 | 2026-08-11T21:37:29.801Z | Downloaded tough v0.22.0 |
| 1106 | 2026-08-11T21:37:29.805Z | Downloaded percent-encoding v2.3.2 |
| 1107 | 2026-08-11T21:37:29.805Z | Downloaded darling v0.20.11 |
| 1108 | 2026-08-11T21:37:29.808Z | Downloaded ingot-macros v0.2.0 |
| 1109 | 2026-08-11T21:37:29.811Z | Downloaded slog-async v2.8.0 |
| 1110 | 2026-08-11T21:37:29.811Z | Downloaded walkdir v2.5.0 |
| 1111 | 2026-08-11T21:37:29.811Z | Downloaded crc v3.4.0 |
| 1112 | 2026-08-11T21:37:29.812Z | Downloaded parking_lot v0.11.2 |
| 1113 | 2026-08-11T21:37:29.815Z | Downloaded support-bundle-viewer v0.1.2 |
| 1114 | 2026-08-11T21:37:29.815Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1115 | 2026-08-11T21:37:29.815Z | Downloaded url v2.5.8 |
| 1116 | 2026-08-11T21:37:29.815Z | Downloaded minimal-lexical v0.2.1 |
| 1117 | 2026-08-11T21:37:29.819Z | Downloaded bitvec v1.0.1 |
| 1118 | 2026-08-11T21:37:29.825Z | Downloaded signature v2.2.0 |
| 1119 | 2026-08-11T21:37:29.827Z | Downloaded is_ci v1.2.0 |
| 1120 | 2026-08-11T21:37:29.828Z | Downloaded untrusted v0.7.1 |
| 1121 | 2026-08-11T21:37:29.828Z | Downloaded sha2 v0.11.0 |
| 1122 | 2026-08-11T21:37:29.831Z | Downloaded ed25519-dalek v2.2.0 |
| 1123 | 2026-08-11T21:37:29.831Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1124 | 2026-08-11T21:37:29.835Z | Downloaded yoke v0.8.1 |
| 1125 | 2026-08-11T21:37:29.835Z | Downloaded pkg-config v0.3.32 |
| 1126 | 2026-08-11T21:37:29.836Z | Downloaded dirs-next v2.0.0 |
| 1127 | 2026-08-11T21:37:29.839Z | Downloaded primefield v0.14.0 |
| 1128 | 2026-08-11T21:37:29.839Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1129 | 2026-08-11T21:37:29.839Z | Downloaded derive_builder_macro v0.20.2 |
| 1130 | 2026-08-11T21:37:29.842Z | Downloaded crypto-bigint v0.5.5 |
| 1131 | 2026-08-11T21:37:29.845Z | Downloaded icu_properties_data v2.1.2 |
| 1132 | 2026-08-11T21:37:29.850Z | Downloaded idna v1.1.0 |
| 1133 | 2026-08-11T21:37:29.853Z | Downloaded slog-term v2.9.2 |
| 1134 | 2026-08-11T21:37:29.853Z | Downloaded crossterm v0.29.0 |
| 1135 | 2026-08-11T21:37:29.856Z | Downloaded serde_cbor v0.11.2 |
| 1136 | 2026-08-11T21:37:29.860Z | Downloaded tracing-attributes v0.1.31 |
| 1137 | 2026-08-11T21:37:29.860Z | Downloaded twox-hash v2.1.2 |
| 1138 | 2026-08-11T21:37:29.864Z | Downloaded typify-macro v0.6.2 |
| 1139 | 2026-08-11T21:37:29.864Z | Downloaded vsss-rs v3.3.4 |
| 1140 | 2026-08-11T21:37:29.864Z | Downloaded ed25519 v3.0.0 |
| 1141 | 2026-08-11T21:37:29.864Z | Downloaded thread_local v1.1.9 |
| 1142 | 2026-08-11T21:37:29.867Z | Downloaded zip v0.6.6 |
| 1143 | 2026-08-11T21:37:29.871Z | Downloaded tokio-util v0.7.18 |
| 1144 | 2026-08-11T21:37:29.874Z | Downloaded diff v0.1.13 |
| 1145 | 2026-08-11T21:37:29.874Z | Downloaded derive-where v1.6.0 |
| 1146 | 2026-08-11T21:37:29.877Z | Downloaded icu_provider v2.1.1 |
| 1147 | 2026-08-11T21:37:29.877Z | Downloaded pkcs8 v0.10.2 |
| 1148 | 2026-08-11T21:37:29.880Z | Downloaded sponge-cursor v0.1.0 |
| 1149 | 2026-08-11T21:37:29.880Z | Downloaded uzers v0.12.2 |
| 1150 | 2026-08-11T21:37:29.881Z | Downloaded miniz_oxide v0.8.9 |
| 1151 | 2026-08-11T21:37:29.883Z | Downloaded qorb v0.4.1 |
| 1152 | 2026-08-11T21:37:29.886Z | Downloaded cookie_store v0.22.1 |
| 1153 | 2026-08-11T21:37:29.887Z | Downloaded russh-cryptovec v0.62.0 |
| 1154 | 2026-08-11T21:37:29.887Z | Downloaded salsa20 v0.11.0 |
| 1155 | 2026-08-11T21:37:29.887Z | Downloaded spin v0.9.8 |
| 1156 | 2026-08-11T21:37:29.890Z | Downloaded aws-lc-rs v1.16.3 |
| 1157 | 2026-08-11T21:37:29.895Z | Downloaded der_derive v0.7.3 |
| 1158 | 2026-08-11T21:37:29.898Z | Downloaded multimap v0.10.1 |
| 1159 | 2026-08-11T21:37:29.899Z | Downloaded tokio-macros v2.7.0 |
| 1160 | 2026-08-11T21:37:29.899Z | Downloaded poly1305 v0.8.0 |
| 1161 | 2026-08-11T21:37:29.899Z | Downloaded rawzip v0.4.4 |
| 1162 | 2026-08-11T21:37:29.902Z | Downloaded num_enum v0.7.6 |
| 1163 | 2026-08-11T21:37:29.905Z | Downloaded strum v0.27.2 |
| 1164 | 2026-08-11T21:37:29.905Z | Downloaded olpc-cjson v0.1.4 |
| 1165 | 2026-08-11T21:37:29.905Z | Downloaded litrs v1.0.0 |
| 1166 | 2026-08-11T21:37:29.905Z | Downloaded r2d2 v0.8.10 |
| 1167 | 2026-08-11T21:37:29.910Z | Downloaded toml_edit v0.19.15 |
| 1168 | 2026-08-11T21:37:29.916Z | Downloaded ingot-types v0.2.0 |
| 1169 | 2026-08-11T21:37:29.920Z | Downloaded rpassword v7.5.4 |
| 1170 | 2026-08-11T21:37:29.920Z | Downloaded nom v7.1.3 |
| 1171 | 2026-08-11T21:37:29.920Z | Downloaded rand v0.10.1 |
| 1172 | 2026-08-11T21:37:29.923Z | Downloaded ed25519-dalek v3.0.0 |
| 1173 | 2026-08-11T21:37:29.923Z | Downloaded rand_seeder v0.4.0 |
| 1174 | 2026-08-11T21:37:29.927Z | Downloaded tar v0.4.46 |
| 1175 | 2026-08-11T21:37:29.928Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1176 | 2026-08-11T21:37:29.928Z | Downloaded whoami v2.1.0 |
| 1177 | 2026-08-11T21:37:29.931Z | Downloaded der v0.8.0 |
| 1178 | 2026-08-11T21:37:29.931Z | Downloaded blake3 v1.8.5 |
| 1179 | 2026-08-11T21:37:29.935Z | Downloaded subtle v2.6.1 |
| 1180 | 2026-08-11T21:37:29.940Z | Downloaded linear-map v1.2.0 |
| 1181 | 2026-08-11T21:37:29.940Z | Downloaded chrono v0.4.45 |
| 1182 | 2026-08-11T21:37:29.944Z | Downloaded thiserror-no-std v2.0.2 |
| 1183 | 2026-08-11T21:37:29.944Z | Downloaded packed_struct v0.10.1 |
| 1184 | 2026-08-11T21:37:29.947Z | Downloaded libxml v0.3.3 |
| 1185 | 2026-08-11T21:37:29.953Z | Downloaded term v1.2.1 |
| 1186 | 2026-08-11T21:37:29.955Z | Downloaded yasna v0.5.2 |
| 1187 | 2026-08-11T21:37:29.961Z | Downloaded ron v0.8.1 |
| 1188 | 2026-08-11T21:37:29.961Z | Downloaded similar v2.7.0 |
| 1189 | 2026-08-11T21:37:29.964Z | Downloaded hyper-util v0.1.20 |
| 1190 | 2026-08-11T21:37:29.969Z | Downloaded crossbeam-utils v0.8.21 |
| 1191 | 2026-08-11T21:37:29.969Z | Downloaded darling_core v0.23.0 |
| 1192 | 2026-08-11T21:37:29.976Z | Downloaded libloading v0.8.9 |
| 1193 | 2026-08-11T21:37:29.976Z | Downloaded reqwest v0.12.28 |
| 1194 | 2026-08-11T21:37:29.979Z | Downloaded russh v0.62.4 |
| 1195 | 2026-08-11T21:37:29.979Z | Downloaded crc32fast v1.5.0 |
| 1196 | 2026-08-11T21:37:29.982Z | Downloaded tabled v0.21.0 |
| 1197 | 2026-08-11T21:37:29.989Z | Downloaded cookie v0.18.1 |
| 1198 | 2026-08-11T21:37:29.992Z | Downloaded git2 v0.20.4 |
| 1199 | 2026-08-11T21:37:29.995Z | Downloaded p521 v0.14.0 |
| 1200 | 2026-08-11T21:37:29.998Z | Downloaded iri-string v0.7.10 |
| 1201 | 2026-08-11T21:37:30.002Z | Downloaded memmap2 v0.9.10 |
| 1202 | 2026-08-11T21:37:30.005Z | Downloaded winnow v1.0.3 |
| 1203 | 2026-08-11T21:37:30.009Z | Downloaded publicsuffix v2.3.0 |
| 1204 | 2026-08-11T21:37:30.012Z | Downloaded samael v0.0.19 |
| 1205 | 2026-08-11T21:37:30.013Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1206 | 2026-08-11T21:37:30.017Z | Downloaded tower-http v0.6.8 |
| 1207 | 2026-08-11T21:37:30.021Z | Downloaded radix_trie v0.2.1 |
| 1208 | 2026-08-11T21:37:30.024Z | Downloaded darling_core v0.13.4 |
| 1209 | 2026-08-11T21:37:30.027Z | Downloaded der v0.7.10 |
| 1210 | 2026-08-11T21:37:30.031Z | Downloaded num-bigint-dig v0.8.6 |
| 1211 | 2026-08-11T21:37:30.033Z | Downloaded dropshot-api-manager v0.7.2 |
| 1212 | 2026-08-11T21:37:30.036Z | Downloaded prefix-trie v0.7.0 |
| 1213 | 2026-08-11T21:37:30.037Z | Downloaded goblin v0.10.5 |
| 1214 | 2026-08-11T21:37:30.040Z | Downloaded papergrid v0.18.0 |
| 1215 | 2026-08-11T21:37:30.043Z | Downloaded vcpkg v0.2.15 |
| 1216 | 2026-08-11T21:37:30.066Z | Downloaded snafu v0.8.9 |
| 1217 | 2026-08-11T21:37:30.070Z | Downloaded regex v1.12.3 |
| 1218 | 2026-08-11T21:37:30.073Z | Downloaded moka v0.12.13 |
| 1219 | 2026-08-11T21:37:30.077Z | Downloaded scuffle v0.1.0 |
| 1220 | 2026-08-11T21:37:30.080Z | Downloaded smoltcp v0.9.1 |
| 1221 | 2026-08-11T21:37:30.085Z | Downloaded itertools v0.10.5 |
| 1222 | 2026-08-11T21:37:30.088Z | Downloaded pretty_assertions v1.4.1 |
| 1223 | 2026-08-11T21:37:30.091Z | Downloaded icu_locale_core v2.1.1 |
| 1224 | 2026-08-11T21:37:30.094Z | Downloaded zerocopy v0.8.40 |
| 1225 | 2026-08-11T21:37:30.098Z | Downloaded unicode-segmentation v1.12.0 |
| 1226 | 2026-08-11T21:37:30.101Z | Downloaded quick-xml v0.37.5 |
| 1227 | 2026-08-11T21:37:30.104Z | Downloaded itertools v0.14.0 |
| 1228 | 2026-08-11T21:37:30.107Z | Downloaded num-bigint v0.4.6 |
| 1229 | 2026-08-11T21:37:30.113Z | Downloaded mio v1.2.0 |
| 1230 | 2026-08-11T21:37:30.117Z | Downloaded portable-atomic v1.13.1 |
| 1231 | 2026-08-11T21:37:30.117Z | Downloaded regex-syntax v0.6.29 |
| 1232 | 2026-08-11T21:37:30.120Z | Downloaded tower v0.5.3 |
| 1233 | 2026-08-11T21:37:30.125Z | Downloaded proptest v1.11.0 |
| 1234 | 2026-08-11T21:37:30.130Z | Downloaded libm v0.2.16 |
| 1235 | 2026-08-11T21:37:30.135Z | Downloaded serde_with v3.21.0 |
| 1236 | 2026-08-11T21:37:30.142Z | Downloaded itertools v0.12.1 |
| 1237 | 2026-08-11T21:37:30.146Z | Downloaded winnow v0.5.40 |
| 1238 | 2026-08-11T21:37:30.157Z | Downloaded salty v0.3.0 |
| 1239 | 2026-08-11T21:37:30.161Z | Downloaded quinn-proto v0.11.16 |
| 1240 | 2026-08-11T21:37:30.165Z | Downloaded nix v0.27.1 |
| 1241 | 2026-08-11T21:37:30.175Z | Downloaded petname v2.0.2 |
| 1242 | 2026-08-11T21:37:30.180Z | Downloaded itertools v0.15.0 |
| 1243 | 2026-08-11T21:37:30.186Z | Downloaded rayon v1.11.0 |
| 1244 | 2026-08-11T21:37:30.190Z | Downloaded openssl v0.10.80 |
| 1245 | 2026-08-11T21:37:30.201Z | Downloaded p384 v0.13.1 |
| 1246 | 2026-08-11T21:37:30.213Z | Downloaded bstr v1.12.1 |
| 1247 | 2026-08-11T21:37:30.218Z | Downloaded reqwest v0.13.2 |
| 1248 | 2026-08-11T21:37:30.222Z | Downloaded lalrpop v0.19.12 |
| 1249 | 2026-08-11T21:37:30.231Z | Downloaded openapiv3 v2.2.0 |
| 1250 | 2026-08-11T21:37:30.239Z | Downloaded zlib-rs v0.6.2 |
| 1251 | 2026-08-11T21:37:30.246Z | Downloaded time v0.3.47 |
| 1252 | 2026-08-11T21:37:30.253Z | Downloaded iddqd v0.4.2 |
| 1253 | 2026-08-11T21:37:30.258Z | Downloaded sha3 v0.12.0 |
| 1254 | 2026-08-11T21:37:30.261Z | Downloaded object v0.30.4 |
| 1255 | 2026-08-11T21:37:30.265Z | Downloaded crypto-primes v0.7.2 |
| 1256 | 2026-08-11T21:37:30.272Z | Downloaded chrono-tz v0.10.4 |
| 1257 | 2026-08-11T21:37:30.283Z | Downloaded hickory-proto v0.24.4 |
| 1258 | 2026-08-11T21:37:30.296Z | Downloaded regress v0.11.1 |
| 1259 | 2026-08-11T21:37:30.316Z | Downloaded hickory-proto v0.25.2 |
| 1260 | 2026-08-11T21:37:30.325Z | Downloaded regress v0.10.5 |
| 1261 | 2026-08-11T21:37:30.329Z | Downloaded polar-core v0.27.3 |
| 1262 | 2026-08-11T21:37:30.334Z | Downloaded smoltcp v0.11.0 |
| 1263 | 2026-08-11T21:37:30.342Z | Downloaded rustix v0.38.44 |
| 1264 | 2026-08-11T21:37:30.357Z | Downloaded crypto-bigint v0.7.5 |
| 1265 | 2026-08-11T21:37:30.366Z | Downloaded curve25519-dalek v5.0.0 |
| 1266 | 2026-08-11T21:37:30.373Z | Downloaded regex-syntax v0.8.10 |
| 1267 | 2026-08-11T21:37:30.377Z | Downloaded curve25519-dalek v4.1.3 |
| 1268 | 2026-08-11T21:37:30.383Z | Downloaded tracing v0.1.44 |
| 1269 | 2026-08-11T21:37:30.398Z | Downloaded rustls v0.23.41 |
| 1270 | 2026-08-11T21:37:30.404Z | Downloaded sled v0.34.7 |
| 1271 | 2026-08-11T21:37:30.409Z | Downloaded sqlparser v0.61.0 |
| 1272 | 2026-08-11T21:37:30.415Z | Downloaded nix v0.28.0 |
| 1273 | 2026-08-11T21:37:30.421Z | Downloaded nix v0.31.2 |
| 1274 | 2026-08-11T21:37:30.428Z | Downloaded object v0.37.3 |
| 1275 | 2026-08-11T21:37:30.435Z | Downloaded typify-impl v0.6.2 |
| 1276 | 2026-08-11T21:37:30.443Z | Downloaded dropshot v0.17.1 |
| 1277 | 2026-08-11T21:37:30.477Z | Downloaded ratatui v0.29.0 |
| 1278 | 2026-08-11T21:37:30.488Z | Downloaded jiff v0.2.34 |
| 1279 | 2026-08-11T21:37:30.498Z | Downloaded zerocopy-derive v0.6.6 |
| 1280 | 2026-08-11T21:37:30.503Z | Downloaded regex-automata v0.4.14 |
| 1281 | 2026-08-11T21:37:30.563Z | Downloaded diesel v2.3.7 |
| 1282 | 2026-08-11T21:37:30.597Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1283 | 2026-08-11T21:37:30.597Z | Downloaded tokio v1.52.1 |
| 1284 | 2026-08-11T21:37:30.597Z | Downloaded petgraph v0.6.5 |
| 1285 | 2026-08-11T21:37:30.597Z | Downloaded sha3 v0.11.0 |
| 1286 | 2026-08-11T21:37:30.597Z | Downloaded libz-sys v1.1.24 |
| 1287 | 2026-08-11T21:37:30.597Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1288 | 2026-08-11T21:37:30.603Z | Downloaded sha3 v0.10.8 |
| 1289 | 2026-08-11T21:37:30.603Z | Downloaded petgraph v0.8.3 |
| 1290 | 2026-08-11T21:37:30.614Z | Downloaded encoding_rs v0.8.35 |
| 1291 | 2026-08-11T21:37:30.626Z | Downloaded csv v1.4.0 |
| 1292 | 2026-08-11T21:37:30.657Z | Downloaded ring v0.17.14 |
| 1293 | 2026-08-11T21:37:30.683Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1294 | 2026-08-11T21:37:31.172Z | Downloaded aws-lc-sys v0.40.0 |
| 1295 | 2026-08-11T21:37:31.434Z | Compiling libc v0.2.185 |
| 1296 | 2026-08-11T21:37:31.434Z | Compiling serde_core v1.0.228 |
| 1297 | 2026-08-11T21:37:31.435Z | Compiling serde v1.0.228 |
| 1298 | 2026-08-11T21:37:31.438Z | Compiling log v0.4.29 |
| 1299 | 2026-08-11T21:37:31.438Z | Compiling smallvec v1.15.1 |
| 1300 | 2026-08-11T21:37:31.439Z | Compiling shlex v1.3.0 |
| 1301 | 2026-08-11T21:37:31.439Z | Compiling find-msvc-tools v0.1.9 |
| 1302 | 2026-08-11T21:37:31.439Z | Compiling subtle v2.6.1 |
| 1303 | 2026-08-11T21:37:31.593Z | Compiling scopeguard v1.2.0 |
| 1304 | 2026-08-11T21:37:31.597Z | Compiling typenum v1.20.1 |
| 1305 | 2026-08-11T21:37:31.597Z | Compiling stable_deref_trait v1.2.1 |
| 1306 | 2026-08-11T21:37:31.597Z | Compiling zerocopy v0.8.40 |
| 1307 | 2026-08-11T21:37:31.601Z | Compiling portable-atomic v1.13.1 |
| 1308 | 2026-08-11T21:37:31.654Z | Compiling serde_json v1.0.151 |
| 1309 | 2026-08-11T21:37:31.658Z | Compiling syn v2.0.117 |
| 1310 | 2026-08-11T21:37:31.667Z | Compiling critical-section v1.2.0 |
| 1311 | 2026-08-11T21:37:31.693Z | Compiling libm v0.2.16 |
| 1312 | 2026-08-11T21:37:31.828Z | Compiling num-traits v0.2.19 |
| 1313 | 2026-08-11T21:37:31.851Z | Compiling lock_api v0.4.14 |
| 1314 | 2026-08-11T21:37:31.851Z | Compiling pkg-config v0.3.32 |
| 1315 | 2026-08-11T21:37:31.859Z | Compiling generic-array v0.14.7 |
| 1316 | 2026-08-11T21:37:31.866Z | Compiling getrandom v0.4.1 |
| 1317 | 2026-08-11T21:37:31.897Z | Compiling parking_lot_core v0.9.12 |
| 1318 | 2026-08-11T21:37:31.929Z | Compiling const-oid v0.9.6 |
| 1319 | 2026-08-11T21:37:31.959Z | Compiling pin-project-lite v0.2.17 |
| 1320 | 2026-08-11T21:37:32.080Z | Compiling rand_core v0.10.0 |
| 1321 | 2026-08-11T21:37:32.126Z | Compiling writeable v0.6.2 |
| 1322 | 2026-08-11T21:37:32.126Z | Compiling litemap v0.8.1 |
| 1323 | 2026-08-11T21:37:32.126Z | Compiling percent-encoding v2.3.2 |
| 1324 | 2026-08-11T21:37:32.180Z | Compiling futures-core v0.3.32 |
| 1325 | 2026-08-11T21:37:32.188Z | Compiling icu_properties_data v2.1.2 |
| 1326 | 2026-08-11T21:37:32.217Z | Compiling icu_normalizer_data v2.1.1 |
| 1327 | 2026-08-11T21:37:32.271Z | Compiling getrandom v0.3.4 |
| 1328 | 2026-08-11T21:37:32.280Z | Compiling futures-sink v0.3.32 |
| 1329 | 2026-08-11T21:37:32.329Z | Compiling utf8_iter v1.0.4 |
| 1330 | 2026-08-11T21:37:32.373Z | Compiling slab v0.4.12 |
| 1331 | 2026-08-11T21:37:32.374Z | Compiling futures-io v0.3.32 |
| 1332 | 2026-08-11T21:37:32.374Z | Compiling futures-task v0.3.32 |
| 1333 | 2026-08-11T21:37:32.422Z | Compiling futures-channel v0.3.32 |
| 1334 | 2026-08-11T21:37:32.452Z | Compiling rustix v1.1.3 |
| 1335 | 2026-08-11T21:37:32.463Z | Compiling form_urlencoded v1.2.2 |
| 1336 | 2026-08-11T21:37:32.484Z | Compiling errno v0.3.14 |
| 1337 | 2026-08-11T21:37:32.506Z | Compiling jobserver v0.1.34 |
| 1338 | 2026-08-11T21:37:32.539Z | Compiling getrandom v0.2.17 |
| 1339 | 2026-08-11T21:37:32.558Z | Compiling mio v1.2.0 |
| 1340 | 2026-08-11T21:37:32.599Z | Compiling signal-hook-registry v1.4.8 |
| 1341 | 2026-08-11T21:37:32.636Z | Compiling once_cell v1.21.3 |
| 1342 | 2026-08-11T21:37:32.678Z | Compiling socket2 v0.6.3 |
| 1343 | 2026-08-11T21:37:32.694Z | Compiling rand_core v0.6.4 |
| 1344 | 2026-08-11T21:37:32.762Z | Compiling cc v1.2.56 |
| 1345 | 2026-08-11T21:37:32.794Z | Compiling parking_lot v0.12.5 |
| 1346 | 2026-08-11T21:37:32.794Z | Compiling rustversion v1.0.22 |
| 1347 | 2026-08-11T21:37:32.795Z | Compiling iana-time-zone v0.1.65 |
| 1348 | 2026-08-11T21:37:32.843Z | Compiling base64ct v1.8.3 |
| 1349 | 2026-08-11T21:37:32.962Z | Compiling ident_case v1.0.1 |
| 1350 | 2026-08-11T21:37:32.994Z | Compiling regex-syntax v0.8.10 |
| 1351 | 2026-08-11T21:37:33.101Z | Compiling dunce v1.0.5 |
| 1352 | 2026-08-11T21:37:33.101Z | Compiling flagset v0.4.7 |
| 1353 | 2026-08-11T21:37:33.265Z | Compiling fs_extra v1.3.0 |
| 1354 | 2026-08-11T21:37:33.265Z | Compiling base64 v0.22.1 |
| 1355 | 2026-08-11T21:37:33.265Z | Compiling syn v1.0.109 |
| 1356 | 2026-08-11T21:37:33.265Z | Compiling rand_core v0.9.5 |
| 1357 | 2026-08-11T21:37:33.265Z | Compiling vcpkg v0.2.15 |
| 1358 | 2026-08-11T21:37:33.414Z | Compiling pem-rfc7468 v0.7.0 |
| 1359 | 2026-08-11T21:37:33.414Z | Compiling tracing-core v0.1.36 |
| 1360 | 2026-08-11T21:37:33.414Z | Compiling dyn-clone v1.0.20 |
| 1361 | 2026-08-11T21:37:33.414Z | Compiling schemars v0.8.22 |
| 1362 | 2026-08-11T21:37:33.414Z | Compiling cpufeatures v0.2.17 |
| 1363 | 2026-08-11T21:37:33.547Z | Compiling aws-lc-rs v1.16.3 |
| 1364 | 2026-08-11T21:37:33.548Z | Compiling spin v0.9.8 |
| 1365 | 2026-08-11T21:37:33.548Z | Compiling crc32fast v1.5.0 |
| 1366 | 2026-08-11T21:37:33.757Z | Compiling openssl-probe v0.2.1 |
| 1367 | 2026-08-11T21:37:33.757Z | Compiling httparse v1.10.1 |
| 1368 | 2026-08-11T21:37:33.757Z | Compiling cmake v0.1.57 |
| 1369 | 2026-08-11T21:37:33.757Z | Compiling tinyvec_macros v0.1.1 |
| 1370 | 2026-08-11T21:37:33.919Z | Compiling cmov v0.5.4 |
| 1371 | 2026-08-11T21:37:33.919Z | Compiling tinyvec v1.10.0 |
| 1372 | 2026-08-11T21:37:33.919Z | Compiling aho-corasick v1.1.4 |
| 1373 | 2026-08-11T21:37:33.919Z | Compiling radium v0.7.0 |
| 1374 | 2026-08-11T21:37:33.919Z | Compiling try-lock v0.2.5 |
| 1375 | 2026-08-11T21:37:33.919Z | Compiling tower-service v0.3.3 |
| 1376 | 2026-08-11T21:37:33.940Z | Compiling bitflags v2.11.0 |
| 1377 | 2026-08-11T21:37:33.940Z | Compiling semver v1.0.28 |
| 1378 | 2026-08-11T21:37:33.940Z | Compiling indexmap v2.14.0 |
| 1379 | 2026-08-11T21:37:33.940Z | Compiling uuid v1.23.4 |
| 1380 | 2026-08-11T21:37:34.033Z | Compiling ctutils v0.4.2 |
| 1381 | 2026-08-11T21:37:34.099Z | Compiling untrusted v0.7.1 |
| 1382 | 2026-08-11T21:37:34.099Z | Compiling tower-layer v0.3.3 |
| 1383 | 2026-08-11T21:37:34.099Z | Compiling atomic-waker v1.1.2 |
| 1384 | 2026-08-11T21:37:34.255Z | Compiling rustc_version v0.4.1 |
| 1385 | 2026-08-11T21:37:34.255Z | Compiling want v0.3.1 |
| 1386 | 2026-08-11T21:37:34.433Z | Compiling tap v1.0.1 |
| 1387 | 2026-08-11T21:37:34.433Z | Compiling httpdate v1.0.3 |
| 1388 | 2026-08-11T21:37:34.433Z | Compiling openssl v0.10.80 |
| 1389 | 2026-08-11T21:37:34.434Z | Compiling foreign-types-shared v0.1.1 |
| 1390 | 2026-08-11T21:37:34.434Z | Compiling maybe-uninit v2.0.0 |
| 1391 | 2026-08-11T21:37:34.434Z | Compiling rustls v0.23.41 |
| 1392 | 2026-08-11T21:37:34.545Z | Compiling simd-adler32 v0.3.8 |
| 1393 | 2026-08-11T21:37:34.545Z | Compiling untrusted v0.9.0 |
| 1394 | 2026-08-11T21:37:34.545Z | Compiling aws-lc-sys v0.40.0 |
| 1395 | 2026-08-11T21:37:34.545Z | Compiling openssl-sys v0.9.117 |
| 1396 | 2026-08-11T21:37:34.545Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1397 | 2026-08-11T21:37:34.545Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1398 | 2026-08-11T21:37:34.631Z | Compiling regex-automata v0.4.14 |
| 1399 | 2026-08-11T21:37:34.631Z | Compiling foreign-types v0.3.2 |
| 1400 | 2026-08-11T21:37:34.791Z | Compiling wyz v0.5.1 |
| 1401 | 2026-08-11T21:37:34.791Z | Compiling unicode-normalization v0.1.25 |
| 1402 | 2026-08-11T21:37:34.791Z | Compiling num-integer v0.1.46 |
| 1403 | 2026-08-11T21:37:34.792Z | Compiling wait-timeout v0.2.1 |
| 1404 | 2026-08-11T21:37:35.043Z | Compiling synstructure v0.13.2 |
| 1405 | 2026-08-11T21:37:35.043Z | Compiling serde_derive_internals v0.29.1 |
| 1406 | 2026-08-11T21:37:35.043Z | Compiling pest_generator v2.8.6 |
| 1407 | 2026-08-11T21:37:35.257Z | Compiling darling_core v0.20.11 |
| 1408 | 2026-08-11T21:37:35.258Z | Compiling ahash v0.8.12 |
| 1409 | 2026-08-11T21:37:35.258Z | Compiling tempfile v3.25.0 |
| 1410 | 2026-08-11T21:37:35.258Z | Compiling terminal_size v0.4.3 |
| 1411 | 2026-08-11T21:37:35.411Z | Compiling bit-vec v0.8.0 |
| 1412 | 2026-08-11T21:37:35.411Z | Compiling adler2 v2.0.1 |
| 1413 | 2026-08-11T21:37:35.412Z | Compiling time-core v0.1.8 |
| 1414 | 2026-08-11T21:37:35.412Z | Compiling num-bigint-dig v0.8.6 |
| 1415 | 2026-08-11T21:37:35.482Z | Compiling funty v2.0.0 |
| 1416 | 2026-08-11T21:37:35.482Z | Compiling native-tls v0.2.18 |
| 1417 | 2026-08-11T21:37:35.482Z | Compiling powerfmt v0.2.0 |
| 1418 | 2026-08-11T21:37:35.482Z | Compiling quick-error v1.2.3 |
| 1419 | 2026-08-11T21:37:35.590Z | Compiling num-conv v0.2.0 |
| 1420 | 2026-08-11T21:37:35.590Z | Compiling packed_struct v0.10.1 |
| 1421 | 2026-08-11T21:37:35.591Z | Compiling clap_builder v4.6.0 |
| 1422 | 2026-08-11T21:37:35.601Z | Compiling rusty-fork v0.3.1 |
| 1423 | 2026-08-11T21:37:35.601Z | Compiling bit-set v0.8.0 |
| 1424 | 2026-08-11T21:37:35.601Z | Compiling time-macros v0.2.27 |
| 1425 | 2026-08-11T21:37:35.619Z | Compiling deranged v0.5.8 |
| 1426 | 2026-08-11T21:37:35.652Z | Compiling miniz_oxide v0.8.9 |
| 1427 | 2026-08-11T21:37:35.726Z | Compiling bitvec v1.0.1 |
| 1428 | 2026-08-11T21:37:35.763Z | Compiling num-iter v0.1.45 |
| 1429 | 2026-08-11T21:37:35.884Z | Compiling lazy_static v1.5.0 |
| 1430 | 2026-08-11T21:37:35.912Z | Compiling rand_xorshift v0.4.0 |
| 1431 | 2026-08-11T21:37:35.936Z | Compiling anstyle-parse v0.2.7 |
| 1432 | 2026-08-11T21:37:35.957Z | Compiling sync_wrapper v1.0.2 |
| 1433 | 2026-08-11T21:37:35.965Z | Compiling indexmap v1.9.3 |
| 1434 | 2026-08-11T21:37:36.051Z | Compiling zlib-rs v0.6.2 |
| 1435 | 2026-08-11T21:37:36.073Z | Compiling unarray v0.1.4 |
| 1436 | 2026-08-11T21:37:36.114Z | Compiling paste v1.0.15 |
| 1437 | 2026-08-11T21:37:36.195Z | Compiling crossbeam-utils v0.8.21 |
| 1438 | 2026-08-11T21:37:36.224Z | Compiling siphasher v1.0.2 |
| 1439 | 2026-08-11T21:37:36.338Z | Compiling crc-catalog v2.4.0 |
| 1440 | 2026-08-11T21:37:36.396Z | Compiling usdt-impl v0.6.0 |
| 1441 | 2026-08-11T21:37:36.406Z | Compiling nodrop v0.1.14 |
| 1442 | 2026-08-11T21:37:36.425Z | Compiling num_threads v0.1.7 |
| 1443 | 2026-08-11T21:37:36.486Z | Compiling serde_derive v1.0.228 |
| 1444 | 2026-08-11T21:37:36.501Z | Compiling zeroize_derive v1.5.0 |
| 1445 | 2026-08-11T21:37:36.517Z | Compiling zerocopy-derive v0.8.40 |
| 1446 | 2026-08-11T21:37:36.529Z | Compiling zerofrom-derive v0.1.6 |
| 1447 | 2026-08-11T21:37:36.614Z | Compiling yoke-derive v0.8.1 |
| 1448 | 2026-08-11T21:37:36.640Z | Compiling zerovec-derive v0.11.2 |
| 1449 | 2026-08-11T21:37:36.712Z | Compiling displaydoc v0.2.5 |
| 1450 | 2026-08-11T21:37:36.747Z | Compiling tokio-macros v2.7.0 |
| 1451 | 2026-08-11T21:37:37.222Z | Compiling zeroize v1.9.0 |
| 1452 | 2026-08-11T21:37:37.244Z | Compiling futures-macro v0.3.32 |
| 1453 | 2026-08-11T21:37:37.321Z | Compiling thiserror-impl v2.0.18 |
| 1454 | 2026-08-11T21:37:37.516Z | Compiling der_derive v0.7.3 |
| 1455 | 2026-08-11T21:37:37.526Z | Compiling tracing-attributes v0.1.31 |
| 1456 | 2026-08-11T21:37:37.594Z | Compiling rustls-pki-types v1.14.0 |
| 1457 | 2026-08-11T21:37:37.830Z | Compiling schemars_derive v0.8.22 |
| 1458 | 2026-08-11T21:37:37.853Z | Compiling hybrid-array v0.4.13 |
| 1459 | 2026-08-11T21:37:38.014Z | Compiling zerofrom v0.1.6 |
| 1460 | 2026-08-11T21:37:38.073Z | Compiling block-buffer v0.10.4 |
| 1461 | 2026-08-11T21:37:38.168Z | Compiling yoke v0.8.1 |
| 1462 | 2026-08-11T21:37:38.238Z | Compiling crypto-common v0.1.7 |
| 1463 | 2026-08-11T21:37:38.238Z | Compiling futures-util v0.3.32 |
| 1464 | 2026-08-11T21:37:38.286Z | Compiling digest v0.10.7 |
| 1465 | 2026-08-11T21:37:38.304Z | Compiling scroll_derive v0.13.1 |
| 1466 | 2026-08-11T21:37:38.317Z | Compiling zerovec v0.11.5 |
| 1467 | 2026-08-11T21:37:38.513Z | Compiling zerotrie v0.2.3 |
| 1468 | 2026-08-11T21:37:38.531Z | Compiling der v0.7.10 |
| 1469 | 2026-08-11T21:37:38.578Z | Compiling sha2 v0.10.9 |
| 1470 | 2026-08-11T21:37:38.668Z | Compiling pest_derive v2.8.6 |
| 1471 | 2026-08-11T21:37:38.726Z | Compiling thiserror v2.0.18 |
| 1472 | 2026-08-11T21:37:38.837Z | Compiling tinystr v0.8.2 |
| 1473 | 2026-08-11T21:37:38.854Z | Compiling potential_utf v0.1.4 |
| 1474 | 2026-08-11T21:37:38.857Z | Compiling signature v2.2.0 |
| 1475 | 2026-08-11T21:37:38.885Z | Compiling darling_macro v0.20.11 |
| 1476 | 2026-08-11T21:37:38.900Z | Compiling tracing v0.1.44 |
| 1477 | 2026-08-11T21:37:39.040Z | Compiling icu_locale_core v2.1.1 |
| 1478 | 2026-08-11T21:37:39.065Z | Compiling icu_collections v2.1.1 |
| 1479 | 2026-08-11T21:37:39.083Z | Compiling openssl-macros v0.1.1 |
| 1480 | 2026-08-11T21:37:39.161Z | Compiling scroll v0.13.0 |
| 1481 | 2026-08-11T21:37:39.165Z | Compiling thiserror-impl v1.0.69 |
| 1482 | 2026-08-11T21:37:39.189Z | Compiling hmac v0.12.1 |
| 1483 | 2026-08-11T21:37:39.202Z | Compiling packed_struct_codegen v0.10.1 |
| 1484 | 2026-08-11T21:37:39.364Z | Compiling bitfield-macros v0.19.4 |
| 1485 | 2026-08-11T21:37:39.384Z | Compiling spki v0.7.3 |
| 1486 | 2026-08-11T21:37:39.418Z | Compiling darling v0.20.11 |
| 1487 | 2026-08-11T21:37:39.452Z | Compiling goblin v0.10.5 |
| 1488 | 2026-08-11T21:37:39.514Z | Compiling zerocopy-derive v0.6.6 |
| 1489 | 2026-08-11T21:37:39.563Z | Compiling clap_derive v4.6.1 |
| 1490 | 2026-08-11T21:37:39.613Z | Compiling pkcs8 v0.10.2 |
| 1491 | 2026-08-11T21:37:39.771Z | Compiling icu_provider v2.1.1 |
| 1492 | 2026-08-11T21:37:39.898Z | Compiling pkcs1 v0.7.5 |
| 1493 | 2026-08-11T21:37:39.924Z | Compiling derive_builder_core v0.20.2 |
| 1494 | 2026-08-11T21:37:39.971Z | Compiling dtrace-parser v0.3.0 |
| 1495 | 2026-08-11T21:37:40.126Z | Compiling bytes v1.11.1 |
| 1496 | 2026-08-11T21:37:40.137Z | Compiling icu_properties v2.1.2 |
| 1497 | 2026-08-11T21:37:40.153Z | Compiling icu_normalizer v2.1.1 |
| 1498 | 2026-08-11T21:37:40.338Z | Compiling chrono v0.4.45 |
| 1499 | 2026-08-11T21:37:40.350Z | Compiling ipnet v2.11.0 |
| 1500 | 2026-08-11T21:37:40.434Z | Compiling hex v0.4.3 |
| 1501 | 2026-08-11T21:37:40.535Z | Compiling thiserror v1.0.69 |
| 1502 | 2026-08-11T21:37:40.554Z | Compiling serde_spanned v0.6.9 |
| 1503 | 2026-08-11T21:37:40.647Z | Compiling tokio v1.52.1 |
| 1504 | 2026-08-11T21:37:40.703Z | Compiling http v1.4.2 |
| 1505 | 2026-08-11T21:37:40.717Z | Compiling toml_datetime v0.6.11 |
| 1506 | 2026-08-11T21:37:40.722Z | Compiling zerocopy v0.6.6 |
| 1507 | 2026-08-11T21:37:40.797Z | Compiling bitfield v0.19.4 |
| 1508 | 2026-08-11T21:37:40.814Z | Compiling flate2 v1.1.9 |
| 1509 | 2026-08-11T21:37:40.973Z | Compiling idna_adapter v1.2.1 |
| 1510 | 2026-08-11T21:37:40.996Z | Compiling ppv-lite86 v0.2.21 |
| 1511 | 2026-08-11T21:37:41.078Z | Compiling time v0.3.47 |
| 1512 | 2026-08-11T21:37:41.132Z | Compiling idna v1.1.0 |
| 1513 | 2026-08-11T21:37:41.217Z | Compiling scroll_derive v0.12.1 |
| 1514 | 2026-08-11T21:37:41.232Z | Compiling structmeta-derive v0.3.0 |
| 1515 | 2026-08-11T21:37:41.238Z | Compiling array-init v0.0.4 |
| 1516 | 2026-08-11T21:37:41.313Z | Compiling rand_chacha v0.9.0 |
| 1517 | 2026-08-11T21:37:41.330Z | Compiling http-body v1.0.1 |
| 1518 | 2026-08-11T21:37:41.375Z | Compiling rand_chacha v0.3.1 |
| 1519 | 2026-08-11T21:37:41.509Z | Compiling url v2.5.8 |
| 1520 | 2026-08-11T21:37:41.594Z | Compiling rand v0.9.2 |
| 1521 | 2026-08-11T21:37:41.618Z | Compiling rand v0.8.6 |
| 1522 | 2026-08-11T21:37:41.710Z | Compiling http-body-util v0.1.3 |
| 1523 | 2026-08-11T21:37:41.903Z | Compiling clap v4.6.1 |
| 1524 | 2026-08-11T21:37:42.020Z | Compiling crc v3.4.0 |
| 1525 | 2026-08-11T21:37:42.054Z | Compiling anstream v0.6.21 |
| 1526 | 2026-08-11T21:37:42.069Z | Compiling smallvec v0.6.14 |
| 1527 | 2026-08-11T21:37:42.115Z | Compiling darling_core v0.23.0 |
| 1528 | 2026-08-11T21:37:42.159Z | Compiling dof v0.4.0 |
| 1529 | 2026-08-11T21:37:42.291Z | Compiling proptest v1.11.0 |
| 1530 | 2026-08-11T21:37:42.306Z | Compiling heapless v0.7.17 |
| 1531 | 2026-08-11T21:37:42.329Z | Compiling slog v2.8.2 |
| 1532 | 2026-08-11T21:37:42.352Z | Compiling thread-id v5.1.0 |
| 1533 | 2026-08-11T21:37:42.372Z | Compiling env_filter v1.0.0 |
| 1534 | 2026-08-11T21:37:42.447Z | Compiling cookie v0.18.1 |
| 1535 | 2026-08-11T21:37:42.462Z | Compiling zstd-safe v7.2.4 |
| 1536 | 2026-08-11T21:37:42.533Z | Compiling signal-hook v0.3.18 |
| 1537 | 2026-08-11T21:37:42.537Z | Compiling ryu v1.0.23 |
| 1538 | 2026-08-11T21:37:42.563Z | Compiling unicode-properties v0.1.4 |
| 1539 | 2026-08-11T21:37:42.655Z | Compiling base64 v0.21.7 |
| 1540 | 2026-08-11T21:37:42.679Z | Compiling allocator-api2 v0.2.21 |
| 1541 | 2026-08-11T21:37:42.683Z | Compiling unicode-bidi v0.3.18 |
| 1542 | 2026-08-11T21:37:42.683Z | Compiling iri-string v0.7.10 |
| 1543 | 2026-08-11T21:37:42.723Z | Compiling hashbrown v0.12.3 |
| 1544 | 2026-08-11T21:37:42.739Z | Compiling anyhow v1.0.102 |
| 1545 | 2026-08-11T21:37:42.786Z | Compiling ipnetwork v0.21.1 |
| 1546 | 2026-08-11T21:37:42.800Z | Compiling winnow v0.5.40 |
| 1547 | 2026-08-11T21:37:43.094Z | Compiling stringprep v0.1.5 |
| 1548 | 2026-08-11T21:37:43.207Z | Compiling oxnet v0.1.6 |
| 1549 | 2026-08-11T21:37:43.297Z | Compiling ron v0.8.1 |
| 1550 | 2026-08-11T21:37:43.312Z | Compiling rsa v0.9.10 |
| 1551 | 2026-08-11T21:37:43.466Z | Compiling serde_urlencoded v0.7.1 |
| 1552 | 2026-08-11T21:37:43.605Z | Compiling env_logger v0.11.9 |
| 1553 | 2026-08-11T21:37:43.619Z | Compiling structmeta v0.3.0 |
| 1554 | 2026-08-11T21:37:43.632Z | Compiling serde-hex v0.1.0 |
| 1555 | 2026-08-11T21:37:43.665Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1556 | 2026-08-11T21:37:43.680Z | Compiling camino v1.2.2 |
| 1557 | 2026-08-11T21:37:43.764Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1558 | 2026-08-11T21:37:43.852Z | Compiling scroll v0.12.0 |
| 1559 | 2026-08-11T21:37:43.866Z | Compiling hashbrown v0.13.2 |
| 1560 | 2026-08-11T21:37:44.069Z | Compiling bzip2 v0.4.4 |
| 1561 | 2026-08-11T21:37:44.139Z | Compiling toml_edit v0.19.15 |
| 1562 | 2026-08-11T21:37:44.226Z | Compiling derive_builder_macro v0.20.2 |
| 1563 | 2026-08-11T21:37:44.241Z | Compiling erased-serde v0.3.31 |
| 1564 | 2026-08-11T21:37:44.260Z | Compiling serde_tokenstream v0.2.3 |
| 1565 | 2026-08-11T21:37:44.291Z | Compiling x509-cert v0.2.5 |
| 1566 | 2026-08-11T21:37:44.303Z | Compiling crypto-common v0.2.2 |
| 1567 | 2026-08-11T21:37:44.373Z | Compiling block-buffer v0.12.1 |
| 1568 | 2026-08-11T21:37:44.487Z | Compiling tokio-util v0.7.18 |
| 1569 | 2026-08-11T21:37:44.603Z | Compiling tower v0.5.3 |
| 1570 | 2026-08-11T21:37:44.614Z | Compiling tokio-native-tls v0.3.1 |
| 1571 | 2026-08-11T21:37:44.682Z | Compiling darling_macro v0.23.0 |
| 1572 | 2026-08-11T21:37:44.731Z | Compiling block-padding v0.4.2 |
| 1573 | 2026-08-11T21:37:44.754Z | Compiling newtype-uuid v1.3.2 |
| 1574 | 2026-08-11T21:37:44.787Z | Compiling md-5 v0.10.6 |
| 1575 | 2026-08-11T21:37:44.912Z | Compiling rustls-native-certs v0.8.3 |
| 1576 | 2026-08-11T21:37:44.976Z | Compiling bstr v1.12.1 |
| 1577 | 2026-08-11T21:37:45.111Z | Compiling tower-http v0.6.8 |
| 1578 | 2026-08-11T21:37:45.127Z | Compiling async-trait v0.1.89 |
| 1579 | 2026-08-11T21:37:45.203Z | Compiling h2 v0.4.15 |
| 1580 | 2026-08-11T21:37:45.223Z | Compiling zerocopy-derive v0.7.35 |
| 1581 | 2026-08-11T21:37:45.389Z | Compiling pin-project-internal v1.1.11 |
| 1582 | 2026-08-11T21:37:45.530Z | Compiling daft-derive v0.1.7 |
| 1583 | 2026-08-11T21:37:45.562Z | Compiling curve25519-dalek v4.1.3 |
| 1584 | 2026-08-11T21:37:45.633Z | Compiling vergen-lib v9.1.0 |
| 1585 | 2026-08-11T21:37:45.822Z | Compiling hash32 v0.2.1 |
| 1586 | 2026-08-11T21:37:45.941Z | Compiling memoffset v0.9.1 |
| 1587 | 2026-08-11T21:37:45.954Z | Compiling encoding_rs v0.8.35 |
| 1588 | 2026-08-11T21:37:46.047Z | Compiling smoltcp v0.9.1 |
| 1589 | 2026-08-11T21:37:46.084Z | Compiling crc-any v2.5.0 |
| 1590 | 2026-08-11T21:37:46.134Z | Compiling rustix v0.38.44 |
| 1591 | 2026-08-11T21:37:46.149Z | Compiling psl-types v2.0.11 |
| 1592 | 2026-08-11T21:37:46.205Z | Compiling fallible-iterator v0.2.0 |
| 1593 | 2026-08-11T21:37:46.283Z | Compiling cfg_aliases v0.2.1 |
| 1594 | 2026-08-11T21:37:46.298Z | Compiling mime v0.3.17 |
| 1595 | 2026-08-11T21:37:46.330Z | Compiling ref-cast v1.0.25 |
| 1596 | 2026-08-11T21:37:46.370Z | Compiling litrs v1.0.0 |
| 1597 | 2026-08-11T21:37:46.404Z | Compiling nix v0.31.2 |
| 1598 | 2026-08-11T21:37:46.440Z | Compiling daft v0.1.7 |
| 1599 | 2026-08-11T21:37:46.467Z | Compiling publicsuffix v2.3.0 |
| 1600 | 2026-08-11T21:37:46.532Z | Compiling postgres-protocol v0.6.10 |
| 1601 | 2026-08-11T21:37:46.558Z | Compiling pin-project v1.1.11 |
| 1602 | 2026-08-11T21:37:46.573Z | Compiling zerocopy v0.7.35 |
| 1603 | 2026-08-11T21:37:46.744Z | Compiling toml v0.7.8 |
| 1604 | 2026-08-11T21:37:46.748Z | Compiling darling v0.23.0 |
| 1605 | 2026-08-11T21:37:46.757Z | Compiling inout v0.2.2 |
| 1606 | 2026-08-11T21:37:46.767Z | Compiling derive_builder v0.20.2 |
| 1607 | 2026-08-11T21:37:46.816Z | Compiling object v0.30.4 |
| 1608 | 2026-08-11T21:37:46.829Z | Compiling zip v0.6.6 |
| 1609 | 2026-08-11T21:37:46.900Z | Compiling document-features v0.2.12 |
| 1610 | 2026-08-11T21:37:46.915Z | Compiling goblin v0.8.2 |
| 1611 | 2026-08-11T21:37:46.946Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1612 | 2026-08-11T21:37:47.103Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1613 | 2026-08-11T21:37:47.156Z | Compiling derive-ex v0.1.8 |
| 1614 | 2026-08-11T21:37:47.425Z | Compiling futures-executor v0.3.32 |
| 1615 | 2026-08-11T21:37:47.444Z | Compiling hubpack_derive v0.1.1 |
| 1616 | 2026-08-11T21:37:47.468Z | Compiling regex v1.12.3 |
| 1617 | 2026-08-11T21:37:47.509Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1618 | 2026-08-11T21:37:47.562Z | Compiling strum_macros v0.27.2 |
| 1619 | 2026-08-11T21:37:47.683Z | Compiling snafu-derive v0.8.9 |
| 1620 | 2026-08-11T21:37:47.708Z | Compiling ref-cast-impl v1.0.25 |
| 1621 | 2026-08-11T21:37:47.724Z | Compiling phf_shared v0.13.1 |
| 1622 | 2026-08-11T21:37:47.837Z | Compiling vergen v9.1.0 |
| 1623 | 2026-08-11T21:37:47.940Z | Compiling cargo-platform v0.3.2 |
| 1624 | 2026-08-11T21:37:47.958Z | Compiling ff v0.13.1 |
| 1625 | 2026-08-11T21:37:48.025Z | Compiling fs-err v3.3.0 |
| 1626 | 2026-08-11T21:37:48.071Z | Compiling object v0.37.3 |
| 1627 | 2026-08-11T21:37:48.112Z | Compiling unicode-segmentation v1.12.0 |
| 1628 | 2026-08-11T21:37:48.244Z | Compiling either v1.15.0 |
| 1629 | 2026-08-11T21:37:48.255Z | Compiling base16ct v0.2.0 |
| 1630 | 2026-08-11T21:37:48.258Z | Compiling bitflags v1.3.2 |
| 1631 | 2026-08-11T21:37:48.315Z | Compiling managed v0.8.0 |
| 1632 | 2026-08-11T21:37:48.345Z | Compiling hyper v1.10.1 |
| 1633 | 2026-08-11T21:37:48.368Z | Compiling libbz2-rs-sys v0.2.2 |
| 1634 | 2026-08-11T21:37:48.438Z | Compiling foldhash v0.2.0 |
| 1635 | 2026-08-11T21:37:48.461Z | Compiling foldhash v0.1.5 |
| 1636 | 2026-08-11T21:37:48.476Z | Compiling path-slash v0.1.5 |
| 1637 | 2026-08-11T21:37:48.520Z | Compiling same-file v1.0.6 |
| 1638 | 2026-08-11T21:37:48.553Z | Compiling jiff-core v0.1.0 |
| 1639 | 2026-08-11T21:37:48.624Z | Compiling bumpalo v3.20.2 |
| 1640 | 2026-08-11T21:37:48.645Z | Compiling walkdir v2.5.0 |
| 1641 | 2026-08-11T21:37:48.675Z | Compiling hashbrown v0.16.1 |
| 1642 | 2026-08-11T21:37:48.702Z | Compiling hashbrown v0.15.5 |
| 1643 | 2026-08-11T21:37:48.879Z | Compiling test-strategy v0.4.5 |
| 1644 | 2026-08-11T21:37:48.900Z | Compiling zopfli v0.8.3 |
| 1645 | 2026-08-11T21:37:48.973Z | Compiling bzip2 v0.6.1 |
| 1646 | 2026-08-11T21:37:49.196Z | Compiling dof v0.3.0 |
| 1647 | 2026-08-11T21:37:49.286Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1648 | 2026-08-11T21:37:49.314Z | Compiling jiff v0.2.34 |
| 1649 | 2026-08-11T21:37:49.390Z | Compiling sec1 v0.7.3 |
| 1650 | 2026-08-11T21:37:49.580Z | Compiling hyper-util v0.1.20 |
| 1651 | 2026-08-11T21:37:49.632Z | Compiling strum v0.27.2 |
| 1652 | 2026-08-11T21:37:49.731Z | Compiling snafu v0.8.9 |
| 1653 | 2026-08-11T21:37:49.820Z | Compiling cargo_metadata v0.23.1 |
| 1654 | 2026-08-11T21:37:49.834Z | Compiling group v0.13.0 |
| 1655 | 2026-08-11T21:37:49.913Z | Compiling hubpack v0.1.2 |
| 1656 | 2026-08-11T21:37:49.926Z | Compiling phf v0.13.1 |
| 1657 | 2026-08-11T21:37:49.961Z | Compiling futures v0.3.32 |
| 1658 | 2026-08-11T21:37:50.026Z | Compiling cookie_store v0.22.1 |
| 1659 | 2026-08-11T21:37:50.049Z | Compiling signal-hook-mio v0.2.5 |
| 1660 | 2026-08-11T21:37:50.093Z | Compiling zstd v0.13.3 |
| 1661 | 2026-08-11T21:37:50.107Z | Compiling postgres-types v0.2.12 |
| 1662 | 2026-08-11T21:37:50.134Z | Compiling cipher v0.5.2 |
| 1663 | 2026-08-11T21:37:50.181Z | Compiling serde_with_macros v3.21.0 |
| 1664 | 2026-08-11T21:37:50.416Z | Compiling globset v0.4.18 |
| 1665 | 2026-08-11T21:37:50.452Z | Compiling usdt-attr-macro v0.6.0 |
| 1666 | 2026-08-11T21:37:50.467Z | Compiling usdt-macro v0.6.0 |
| 1667 | 2026-08-11T21:37:50.490Z | Compiling byte-wrapper v0.1.0 |
| 1668 | 2026-08-11T21:37:50.679Z | Compiling dtrace-parser v0.2.0 |
| 1669 | 2026-08-11T21:37:50.682Z | Compiling olpc-cjson v0.1.4 |
| 1670 | 2026-08-11T21:37:50.749Z | Compiling serde_plain v1.0.2 |
| 1671 | 2026-08-11T21:37:50.844Z | Compiling serde-big-array v0.5.1 |
| 1672 | 2026-08-11T21:37:50.869Z | Compiling ed25519 v2.2.3 |
| 1673 | 2026-08-11T21:37:50.960Z | Compiling hkdf v0.12.4 |
| 1674 | 2026-08-11T21:37:51.001Z | Compiling hyper-tls v0.6.0 |
| 1675 | 2026-08-11T21:37:51.110Z | Compiling crypto-bigint v0.5.5 |
| 1676 | 2026-08-11T21:37:51.143Z | Compiling strum_macros v0.26.4 |
| 1677 | 2026-08-11T21:37:51.192Z | Compiling reqwest v0.12.28 |
| 1678 | 2026-08-11T21:37:51.257Z | Compiling enum-as-inner v0.6.1 |
| 1679 | 2026-08-11T21:37:51.280Z | Compiling async-recursion v1.1.1 |
| 1680 | 2026-08-11T21:37:51.364Z | Compiling serde_repr v0.1.20 |
| 1681 | 2026-08-11T21:37:51.376Z | Compiling phf_shared v0.11.3 |
| 1682 | 2026-08-11T21:37:51.391Z | Compiling float-cmp v0.10.0 |
| 1683 | 2026-08-11T21:37:51.429Z | Compiling pem v3.0.6 |
| 1684 | 2026-08-11T21:37:51.501Z | Compiling memmap2 v0.9.10 |
| 1685 | 2026-08-11T21:37:51.547Z | Compiling thread-id v4.2.2 |
| 1686 | 2026-08-11T21:37:51.578Z | Compiling whoami v2.1.0 |
| 1687 | 2026-08-11T21:37:51.643Z | Compiling predicates-core v1.0.10 |
| 1688 | 2026-08-11T21:37:51.734Z | Compiling new_debug_unreachable v1.0.6 |
| 1689 | 2026-08-11T21:37:51.776Z | Compiling keccak v0.1.6 |
| 1690 | 2026-08-11T21:37:51.791Z | Compiling fixedbitset v0.4.2 |
| 1691 | 2026-08-11T21:37:51.807Z | Compiling winnow v1.0.3 |
| 1692 | 2026-08-11T21:37:51.823Z | Compiling data-encoding v2.10.0 |
| 1693 | 2026-08-11T21:37:51.837Z | Compiling static_assertions v1.1.0 |
| 1694 | 2026-08-11T21:37:51.910Z | Compiling difflib v0.4.0 |
| 1695 | 2026-08-11T21:37:51.924Z | Compiling fixedbitset v0.5.7 |
| 1696 | 2026-08-11T21:37:51.965Z | Compiling cpufeatures v0.3.0 |
| 1697 | 2026-08-11T21:37:51.980Z | Compiling typed-path v0.9.3 |
| 1698 | 2026-08-11T21:37:52.022Z | Compiling const-oid v0.10.2 |
| 1699 | 2026-08-11T21:37:52.054Z | Compiling precomputed-hash v0.1.1 |
| 1700 | 2026-08-11T21:37:52.150Z | Compiling normalize-line-endings v0.3.0 |
| 1701 | 2026-08-11T21:37:52.172Z | Compiling digest v0.11.3 |
| 1702 | 2026-08-11T21:37:52.245Z | Compiling predicates v3.1.4 |
| 1703 | 2026-08-11T21:37:52.261Z | Compiling petgraph v0.8.3 |
| 1704 | 2026-08-11T21:37:52.265Z | Compiling hickory-proto v0.25.2 |
| 1705 | 2026-08-11T21:37:52.413Z | Compiling string_cache v0.8.9 |
| 1706 | 2026-08-11T21:37:52.479Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1707 | 2026-08-11T21:37:52.530Z | Compiling elliptic-curve v0.13.8 |
| 1708 | 2026-08-11T21:37:52.545Z | Compiling chacha20 v0.10.0 |
| 1709 | 2026-08-11T21:37:52.659Z | Compiling petgraph v0.6.5 |
| 1710 | 2026-08-11T21:37:52.662Z | Compiling sha3 v0.10.8 |
| 1711 | 2026-08-11T21:37:52.885Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1712 | 2026-08-11T21:37:52.954Z | Compiling tokio-postgres v0.7.16 |
| 1713 | 2026-08-11T21:37:52.970Z | Compiling strum v0.26.3 |
| 1714 | 2026-08-11T21:37:52.982Z | Compiling toml_edit v0.22.27 |
| 1715 | 2026-08-11T21:37:53.004Z | Compiling usdt v0.6.0 |
| 1716 | 2026-08-11T21:37:53.114Z | Compiling usdt-impl v0.5.0 |
| 1717 | 2026-08-11T21:37:53.140Z | Compiling zip v4.6.1 |
| 1718 | 2026-08-11T21:37:53.187Z | Compiling serde_with v3.21.0 |
| 1719 | 2026-08-11T21:37:53.229Z | Compiling crossterm v0.28.1 |
| 1720 | 2026-08-11T21:37:53.287Z | Compiling ed25519-dalek v2.2.0 |
| 1721 | 2026-08-11T21:37:53.301Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1722 | 2026-08-11T21:37:53.862Z | Compiling iddqd v0.4.2 |
| 1723 | 2026-08-11T21:37:54.196Z | Compiling itertools v0.13.0 |
| 1724 | 2026-08-11T21:37:54.258Z | Compiling itertools v0.15.0 |
| 1725 | 2026-08-11T21:37:54.272Z | Compiling similar v2.7.0 |
| 1726 | 2026-08-11T21:37:54.531Z | Compiling heck v0.4.1 |
| 1727 | 2026-08-11T21:37:54.779Z | Compiling tokio-stream v0.1.18 |
| 1728 | 2026-08-11T21:37:54.845Z | Compiling buf-list v1.1.2 |
| 1729 | 2026-08-11T21:37:55.021Z | Compiling crossbeam-epoch v0.9.18 |
| 1730 | 2026-08-11T21:37:55.044Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1731 | 2026-08-11T21:37:55.146Z | Compiling openapiv3 v2.2.0 |
| 1732 | 2026-08-11T21:37:55.161Z | Compiling lalrpop-util v0.19.12 |
| 1733 | 2026-08-11T21:37:55.202Z | Compiling peg-runtime v0.8.5 |
| 1734 | 2026-08-11T21:37:55.235Z | Compiling thread_local v1.1.9 |
| 1735 | 2026-08-11T21:37:55.258Z | Compiling slog-async v2.8.0 |
| 1736 | 2026-08-11T21:37:55.359Z | Compiling crossbeam-channel v0.5.15 |
| 1737 | 2026-08-11T21:37:55.374Z | Compiling filetime v0.2.27 |
| 1738 | 2026-08-11T21:37:55.374Z | Compiling is-terminal v0.4.17 |
| 1739 | 2026-08-11T21:37:55.457Z | Compiling xattr v1.6.1 |
| 1740 | 2026-08-11T21:37:55.471Z | Compiling term v1.2.1 |
| 1741 | 2026-08-11T21:37:55.498Z | Compiling take_mut v0.2.2 |
| 1742 | 2026-08-11T21:37:55.527Z | Compiling camino-tempfile v1.4.1 |
| 1743 | 2026-08-11T21:37:55.599Z | Compiling tar v0.4.46 |
| 1744 | 2026-08-11T21:37:55.753Z | Compiling slog-term v2.9.2 |
| 1745 | 2026-08-11T21:38:13.032Z | Compiling rustls-webpki v0.103.13 |
| 1746 | 2026-08-11T21:38:15.693Z | Compiling tokio-rustls v0.26.4 |
| 1747 | 2026-08-11T21:38:15.694Z | Compiling rustls-platform-verifier v0.6.2 |
| 1748 | 2026-08-11T21:38:15.697Z | Compiling tough v0.22.0 |
| 1749 | 2026-08-11T21:38:15.890Z | Compiling hyper-rustls v0.27.7 |
| 1750 | 2026-08-11T21:38:16.080Z | Compiling reqwest v0.13.2 |
| 1751 | 2026-08-11T21:38:18.219Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1752 | 2026-08-11T21:38:18.508Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1753 | 2026-08-11T21:38:21.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.16s |
| 1754 | 2026-08-11T21:38:21.500Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1755 | 2026-08-11T21:38:21.562Z | Aug 11 21:38:21.239 INFO Starting download, target: Clickhouse |
| 1756 | 2026-08-11T21:38:21.562Z | Aug 11 21:38:21.240 INFO Starting download, target: Cockroach |
| 1757 | 2026-08-11T21:38:21.562Z | Aug 11 21:38:21.240 INFO Starting download, target: Console |
| 1758 | 2026-08-11T21:38:21.580Z | Aug 11 21:38:21.240 INFO Starting download, target: DendriteStub |
| 1759 | 2026-08-11T21:38:21.580Z | Aug 11 21:38:21.240 INFO Starting download, target: MaghemiteMgd |
| 1760 | 2026-08-11T21:38:21.580Z | Aug 11 21:38:21.240 INFO Starting download, target: TransceiverControl |
| 1761 | 2026-08-11T21:38:21.580Z | Aug 11 21:38:21.240 INFO Starting download, target: MaghemiteDdmd |
| 1762 | 2026-08-11T21:38:21.580Z | Aug 11 21:38:21.241 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1763 | 2026-08-11T21:38:21.580Z | Aug 11 21:38:21.241 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1764 | 2026-08-11T21:38:21.581Z | Aug 11 21:38:21.241 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1765 | 2026-08-11T21:38:21.581Z | Aug 11 21:38:21.241 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1766 | 2026-08-11T21:38:21.581Z | Aug 11 21:38:21.241 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1767 | 2026-08-11T21:38:21.581Z | Aug 11 21:38:21.241 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1768 | 2026-08-11T21:38:21.581Z | Aug 11 21:38:21.241 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1769 | 2026-08-11T21:38:22.182Z | Aug 11 21:38:21.864 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1770 | 2026-08-11T21:38:22.403Z | Aug 11 21:38:22.084 INFO Download complete, target: TransceiverControl |
| 1771 | 2026-08-11T21:38:23.885Z | Aug 11 21:38:23.569 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1772 | 2026-08-11T21:38:24.132Z | Aug 11 21:38:23.815 INFO Download complete, target: Console |
| 1773 | 2026-08-11T21:38:25.694Z | Aug 11 21:38:25.377 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1774 | 2026-08-11T21:38:32.288Z | Aug 11 21:38:31.971 INFO Checking that binary works, target: Clickhouse |
| 1775 | 2026-08-11T21:38:32.379Z | Aug 11 21:38:32.060 INFO Download complete, target: Clickhouse |
| 1776 | 2026-08-11T21:38:50.029Z | Aug 11 21:38:49.531 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1777 | 2026-08-11T21:38:51.786Z | Aug 11 21:38:51.268 INFO Download complete, target: MaghemiteDdmd |
| 1778 | 2026-08-11T21:38:53.346Z | Aug 11 21:38:53.020 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1779 | 2026-08-11T21:38:56.153Z | Aug 11 21:38:55.322 INFO Download complete, target: DendriteStub |
| 1780 | 2026-08-11T21:38:56.545Z | Aug 11 21:38:56.015 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1781 | 2026-08-11T21:38:58.959Z | Aug 11 21:38:58.450 INFO Download complete, target: MaghemiteMgd |
| 1782 | 2026-08-11T21:39:02.947Z | Aug 11 21:39:02.556 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1783 | 2026-08-11T21:39:02.948Z | Aug 11 21:39:02.556 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1784 | 2026-08-11T21:39:07.504Z | Aug 11 21:39:07.187 INFO Checking that binary works, target: Cockroach |
| 1785 | 2026-08-11T21:39:07.633Z | Aug 11 21:39:07.316 INFO Download complete, target: Cockroach |
| 1786 | 2026-08-11T21:39:07.638Z | All prerequisites installed successfully |
| 1787 | 2026-08-11T21:39:07.641Z | |
| 1788 | 2026-08-11T21:39:07.641Z | real 2:28.709972949 |
| 1789 | 2026-08-11T21:39:07.642Z | user 7:10.241555592 |
| 1790 | 2026-08-11T21:39:07.642Z | sys 1:41.759989414 |
| 1791 | 2026-08-11T21:39:07.642Z | trap 0.309011191 |
| 1792 | 2026-08-11T21:39:07.642Z | tflt 0.877813466 |
| 1793 | 2026-08-11T21:39:07.642Z | dflt 1.544853631 |
| 1794 | 2026-08-11T21:39:07.642Z | kflt 0.030568633 |
| 1795 | 2026-08-11T21:39:07.642Z | lock 41:35.814632078 |
| 1796 | 2026-08-11T21:39:07.642Z | slp 20:50.387541264 |
| 1797 | 2026-08-11T21:39:07.642Z | lat 28.975426143 |
| 1798 | 2026-08-11T21:39:07.642Z | stop 3:23.941036955 |
| 1799 | 2026-08-11T21:39:07.642Z | + ptime -m cargo xtask download softnpu |
| 1800 | 2026-08-11T21:39:08.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1801 | 2026-08-11T21:39:08.124Z | Running `target/debug/xtask download softnpu` |
| 1802 | 2026-08-11T21:39:08.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 1803 | 2026-08-11T21:39:08.967Z | Running `target/debug/xtask-downloader softnpu` |
| 1804 | 2026-08-11T21:39:09.014Z | Aug 11 21:39:08.687 INFO Starting download, target: Softnpu |
| 1805 | 2026-08-11T21:39:09.033Z | Aug 11 21:39:08.688 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1806 | 2026-08-11T21:39:10.256Z | Aug 11 21:39:09.940 INFO Download complete, target: Softnpu |
| 1807 | 2026-08-11T21:39:10.261Z | |
| 1808 | 2026-08-11T21:39:10.261Z | real 2.615588746 |
| 1809 | 2026-08-11T21:39:10.261Z | user 1.318577127 |
| 1810 | 2026-08-11T21:39:10.261Z | sys 0.626171338 |
| 1811 | 2026-08-11T21:39:10.265Z | trap 0.000517980 |
| 1812 | 2026-08-11T21:39:10.265Z | tflt 0.000371160 |
| 1813 | 2026-08-11T21:39:10.265Z | dflt 0.000266760 |
| 1814 | 2026-08-11T21:39:10.265Z | kflt 0.000000000 |
| 1815 | 2026-08-11T21:39:10.265Z | lock 23.081562595 |
| 1816 | 2026-08-11T21:39:10.265Z | slp 1.117560792 |
| 1817 | 2026-08-11T21:39:10.265Z | lat 0.093370844 |
| 1818 | 2026-08-11T21:39:10.265Z | stop 0.000214210 |
| 1819 | 2026-08-11T21:39:10.265Z | + export CARGO_INCREMENTAL=0 |
| 1820 | 2026-08-11T21:39:10.265Z | + CARGO_INCREMENTAL=0 |
| 1821 | 2026-08-11T21:39:10.265Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1822 | 2026-08-11T21:39:11.226Z | Compiling proc-macro2 v1.0.106 |
| 1823 | 2026-08-11T21:39:11.226Z | Compiling quote v1.0.45 |
| 1824 | 2026-08-11T21:39:11.226Z | Compiling unicode-ident v1.0.24 |
| 1825 | 2026-08-11T21:39:11.236Z | Compiling libc v0.2.185 |
| 1826 | 2026-08-11T21:39:11.237Z | Compiling serde_core v1.0.228 |
| 1827 | 2026-08-11T21:39:11.237Z | Compiling serde v1.0.228 |
| 1828 | 2026-08-11T21:39:11.237Z | Compiling cfg-if v1.0.4 |
| 1829 | 2026-08-11T21:39:11.237Z | Compiling version_check v0.9.5 |
| 1830 | 2026-08-11T21:39:11.237Z | Compiling autocfg v1.5.0 |
| 1831 | 2026-08-11T21:39:11.237Z | Compiling find-msvc-tools v0.1.9 |
| 1832 | 2026-08-11T21:39:11.237Z | Compiling shlex v1.3.0 |
| 1833 | 2026-08-11T21:39:11.325Z | Compiling memchr v2.8.0 |
| 1834 | 2026-08-11T21:39:11.355Z | Compiling zmij v1.0.21 |
| 1835 | 2026-08-11T21:39:11.355Z | Compiling serde_json v1.0.151 |
| 1836 | 2026-08-11T21:39:11.685Z | Compiling portable-atomic v1.13.1 |
| 1837 | 2026-08-11T21:39:11.780Z | Compiling zerocopy v0.8.40 |
| 1838 | 2026-08-11T21:39:11.796Z | Compiling libm v0.2.16 |
| 1839 | 2026-08-11T21:39:11.796Z | Compiling getrandom v0.4.1 |
| 1840 | 2026-08-11T21:39:11.796Z | Compiling generic-array v0.14.7 |
| 1841 | 2026-08-11T21:39:11.796Z | Compiling parking_lot_core v0.9.12 |
| 1842 | 2026-08-11T21:39:11.797Z | Compiling icu_normalizer_data v2.1.1 |
| 1843 | 2026-08-11T21:39:11.797Z | Compiling icu_properties_data v2.1.2 |
| 1844 | 2026-08-11T21:39:11.797Z | Compiling num-traits v0.2.19 |
| 1845 | 2026-08-11T21:39:11.917Z | Compiling smallvec v1.15.1 |
| 1846 | 2026-08-11T21:39:11.946Z | Compiling itoa v1.0.17 |
| 1847 | 2026-08-11T21:39:11.959Z | Compiling log v0.4.29 |
| 1848 | 2026-08-11T21:39:12.015Z | Compiling subtle v2.6.1 |
| 1849 | 2026-08-11T21:39:12.028Z | Compiling pkg-config v0.3.32 |
| 1850 | 2026-08-11T21:39:12.028Z | Compiling typenum v1.20.1 |
| 1851 | 2026-08-11T21:39:12.028Z | Compiling stable_deref_trait v1.2.1 |
| 1852 | 2026-08-11T21:39:12.169Z | Compiling getrandom v0.3.4 |
| 1853 | 2026-08-11T21:39:12.200Z | Compiling scopeguard v1.2.0 |
| 1854 | 2026-08-11T21:39:12.211Z | Compiling thiserror v2.0.18 |
| 1855 | 2026-08-11T21:39:12.251Z | Compiling rustix v1.1.3 |
| 1856 | 2026-08-11T21:39:12.322Z | Compiling jobserver v0.1.34 |
| 1857 | 2026-08-11T21:39:12.336Z | Compiling errno v0.3.14 |
| 1858 | 2026-08-11T21:39:12.376Z | Compiling lock_api v0.4.14 |
| 1859 | 2026-08-11T21:39:12.475Z | Compiling rand_core v0.10.0 |
| 1860 | 2026-08-11T21:39:12.504Z | Compiling getrandom v0.2.17 |
| 1861 | 2026-08-11T21:39:12.630Z | Compiling cc v1.2.56 |
| 1862 | 2026-08-11T21:39:12.646Z | Compiling equivalent v1.0.2 |
| 1863 | 2026-08-11T21:39:12.646Z | Compiling heck v0.5.0 |
| 1864 | 2026-08-11T21:39:12.646Z | Compiling syn v2.0.117 |
| 1865 | 2026-08-11T21:39:12.650Z | Compiling rand_core v0.6.4 |
| 1866 | 2026-08-11T21:39:12.736Z | Compiling syn v1.0.109 |
| 1867 | 2026-08-11T21:39:12.741Z | Compiling pin-project-lite v0.2.17 |
| 1868 | 2026-08-11T21:39:12.741Z | Compiling critical-section v1.2.0 |
| 1869 | 2026-08-11T21:39:12.870Z | Compiling schemars v0.8.22 |
| 1870 | 2026-08-11T21:39:12.884Z | Compiling writeable v0.6.2 |
| 1871 | 2026-08-11T21:39:12.914Z | Compiling litemap v0.8.1 |
| 1872 | 2026-08-11T21:39:12.919Z | Compiling percent-encoding v2.3.2 |
| 1873 | 2026-08-11T21:39:12.963Z | Compiling hashbrown v0.17.0 |
| 1874 | 2026-08-11T21:39:13.039Z | Compiling fs_extra v1.3.0 |
| 1875 | 2026-08-11T21:39:13.078Z | Compiling dunce v1.0.5 |
| 1876 | 2026-08-11T21:39:13.110Z | Compiling once_cell v1.21.3 |
| 1877 | 2026-08-11T21:39:13.140Z | Compiling rustversion v1.0.22 |
| 1878 | 2026-08-11T21:39:13.248Z | Compiling byteorder v1.5.0 |
| 1879 | 2026-08-11T21:39:13.338Z | Compiling cmake v0.1.57 |
| 1880 | 2026-08-11T21:39:13.366Z | Compiling strsim v0.11.1 |
| 1881 | 2026-08-11T21:39:13.403Z | Compiling signal-hook-registry v1.4.8 |
| 1882 | 2026-08-11T21:39:13.511Z | Compiling semver v1.0.28 |
| 1883 | 2026-08-11T21:39:13.516Z | Compiling indexmap v2.14.0 |
| 1884 | 2026-08-11T21:39:13.667Z | Compiling bitflags v2.11.0 |
| 1885 | 2026-08-11T21:39:13.731Z | Compiling thiserror v1.0.69 |
| 1886 | 2026-08-11T21:39:13.781Z | Compiling utf8_iter v1.0.4 |
| 1887 | 2026-08-11T21:39:13.830Z | Compiling parking_lot v0.12.5 |
| 1888 | 2026-08-11T21:39:13.871Z | Compiling form_urlencoded v1.2.2 |
| 1889 | 2026-08-11T21:39:13.887Z | Compiling aws-lc-sys v0.40.0 |
| 1890 | 2026-08-11T21:39:13.924Z | Compiling socket2 v0.6.3 |
| 1891 | 2026-08-11T21:39:13.962Z | Compiling mio v1.2.0 |
| 1892 | 2026-08-11T21:39:14.096Z | Compiling const-oid v0.9.6 |
| 1893 | 2026-08-11T21:39:14.111Z | Compiling futures-core v0.3.32 |
| 1894 | 2026-08-11T21:39:14.152Z | Compiling aws-lc-rs v1.16.3 |
| 1895 | 2026-08-11T21:39:14.356Z | Compiling httparse v1.10.1 |
| 1896 | 2026-08-11T21:39:14.496Z | Compiling ucd-trie v0.1.7 |
| 1897 | 2026-08-11T21:39:14.613Z | Compiling crc32fast v1.5.0 |
| 1898 | 2026-08-11T21:39:14.655Z | Compiling regex-syntax v0.8.10 |
| 1899 | 2026-08-11T21:39:14.689Z | Compiling fnv v1.0.7 |
| 1900 | 2026-08-11T21:39:14.724Z | Compiling pest v2.8.6 |
| 1901 | 2026-08-11T21:39:14.816Z | Compiling ident_case v1.0.1 |
| 1902 | 2026-08-11T21:39:14.829Z | Compiling vcpkg v0.2.15 |
| 1903 | 2026-08-11T21:39:14.874Z | Compiling iana-time-zone v0.1.65 |
| 1904 | 2026-08-11T21:39:14.949Z | Compiling uuid v1.23.4 |
| 1905 | 2026-08-11T21:39:15.059Z | Compiling rustc_version v0.4.1 |
| 1906 | 2026-08-11T21:39:15.087Z | Compiling futures-sink v0.3.32 |
| 1907 | 2026-08-11T21:39:15.102Z | Compiling rustls v0.23.41 |
| 1908 | 2026-08-11T21:39:15.198Z | Compiling futures-channel v0.3.32 |
| 1909 | 2026-08-11T21:39:15.322Z | Compiling aho-corasick v1.1.4 |
| 1910 | 2026-08-11T21:39:15.355Z | Compiling futures-task v0.3.32 |
| 1911 | 2026-08-11T21:39:15.398Z | Compiling openssl-sys v0.9.117 |
| 1912 | 2026-08-11T21:39:15.415Z | Compiling synstructure v0.13.2 |
| 1913 | 2026-08-11T21:39:15.437Z | Compiling serde_derive_internals v0.29.1 |
| 1914 | 2026-08-11T21:39:15.526Z | Compiling futures-io v0.3.32 |
| 1915 | 2026-08-11T21:39:15.539Z | Compiling slab v0.4.12 |
| 1916 | 2026-08-11T21:39:15.755Z | Compiling dyn-clone v1.0.20 |
| 1917 | 2026-08-11T21:39:15.759Z | Compiling num-conv v0.2.0 |
| 1918 | 2026-08-11T21:39:15.787Z | Compiling pest_meta v2.8.6 |
| 1919 | 2026-08-11T21:39:15.912Z | Compiling plain v0.2.3 |
| 1920 | 2026-08-11T21:39:15.912Z | Compiling time-core v0.1.8 |
| 1921 | 2026-08-11T21:39:15.957Z | Compiling radium v0.7.0 |
| 1922 | 2026-08-11T21:39:15.961Z | Compiling crossbeam-utils v0.8.21 |
| 1923 | 2026-08-11T21:39:16.054Z | Compiling base64 v0.22.1 |
| 1924 | 2026-08-11T21:39:16.088Z | Compiling base64ct v1.8.3 |
| 1925 | 2026-08-11T21:39:16.104Z | Compiling time-macros v0.2.27 |
| 1926 | 2026-08-11T21:39:16.175Z | Compiling regex-automata v0.4.14 |
| 1927 | 2026-08-11T21:39:16.194Z | Compiling openssl v0.10.80 |
| 1928 | 2026-08-11T21:39:16.221Z | Compiling pretty-hex v0.4.1 |
| 1929 | 2026-08-11T21:39:16.257Z | Compiling maybe-uninit v2.0.0 |
| 1930 | 2026-08-11T21:39:16.385Z | Compiling pest_generator v2.8.6 |
| 1931 | 2026-08-11T21:39:16.385Z | Compiling pem-rfc7468 v0.7.0 |
| 1932 | 2026-08-11T21:39:16.470Z | Compiling flagset v0.4.7 |
| 1933 | 2026-08-11T21:39:16.519Z | Compiling darling_core v0.23.0 |
| 1934 | 2026-08-11T21:39:16.580Z | Compiling rand_core v0.9.5 |
| 1935 | 2026-08-11T21:39:16.634Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1936 | 2026-08-11T21:39:16.650Z | Compiling serde_derive v1.0.228 |
| 1937 | 2026-08-11T21:39:16.654Z | Compiling zeroize_derive v1.5.0 |
| 1938 | 2026-08-11T21:39:16.682Z | Compiling zerofrom-derive v0.1.6 |
| 1939 | 2026-08-11T21:39:16.704Z | Compiling yoke-derive v0.8.1 |
| 1940 | 2026-08-11T21:39:16.735Z | Compiling zerocopy-derive v0.8.40 |
| 1941 | 2026-08-11T21:39:16.774Z | Compiling zerovec-derive v0.11.2 |
| 1942 | 2026-08-11T21:39:16.802Z | Compiling displaydoc v0.2.5 |
| 1943 | 2026-08-11T21:39:16.940Z | Compiling tokio-macros v2.7.0 |
| 1944 | 2026-08-11T21:39:17.020Z | Compiling futures-macro v0.3.32 |
| 1945 | 2026-08-11T21:39:17.036Z | Compiling thiserror-impl v2.0.18 |
| 1946 | 2026-08-11T21:39:17.050Z | Compiling schemars_derive v0.8.22 |
| 1947 | 2026-08-11T21:39:17.068Z | Compiling der_derive v0.7.3 |
| 1948 | 2026-08-11T21:39:17.269Z | Compiling zeroize v1.9.0 |
| 1949 | 2026-08-11T21:39:17.528Z | Compiling tracing-attributes v0.1.31 |
| 1950 | 2026-08-11T21:39:17.545Z | Compiling thiserror-impl v1.0.69 |
| 1951 | 2026-08-11T21:39:17.663Z | Compiling pest_derive v2.8.6 |
| 1952 | 2026-08-11T21:39:17.784Z | Compiling futures-util v0.3.32 |
| 1953 | 2026-08-11T21:39:17.821Z | Compiling zerofrom v0.1.6 |
| 1954 | 2026-08-11T21:39:17.986Z | Compiling yoke v0.8.1 |
| 1955 | 2026-08-11T21:39:18.028Z | Compiling crypto-common v0.1.7 |
| 1956 | 2026-08-11T21:39:18.066Z | Compiling block-buffer v0.10.4 |
| 1957 | 2026-08-11T21:39:18.182Z | Compiling zerovec v0.11.5 |
| 1958 | 2026-08-11T21:39:18.201Z | Compiling zerotrie v0.2.3 |
| 1959 | 2026-08-11T21:39:18.262Z | Compiling digest v0.10.7 |
| 1960 | 2026-08-11T21:39:18.534Z | Compiling scroll_derive v0.13.1 |
| 1961 | 2026-08-11T21:39:18.551Z | Compiling scroll_derive v0.12.1 |
| 1962 | 2026-08-11T21:39:18.578Z | Compiling der v0.7.10 |
| 1963 | 2026-08-11T21:39:18.659Z | Compiling openssl-macros v0.1.1 |
| 1964 | 2026-08-11T21:39:18.677Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1965 | 2026-08-11T21:39:18.681Z | Compiling ahash v0.8.12 |
| 1966 | 2026-08-11T21:39:18.710Z | Compiling tinystr v0.8.2 |
| 1967 | 2026-08-11T21:39:18.725Z | Compiling potential_utf v0.1.4 |
| 1968 | 2026-08-11T21:39:18.913Z | Compiling icu_locale_core v2.1.1 |
| 1969 | 2026-08-11T21:39:18.932Z | Compiling icu_collections v2.1.1 |
| 1970 | 2026-08-11T21:39:18.992Z | Compiling anyhow v1.0.102 |
| 1971 | 2026-08-11T21:39:19.088Z | Compiling native-tls v0.2.18 |
| 1972 | 2026-08-11T21:39:19.104Z | Compiling packed_struct v0.10.1 |
| 1973 | 2026-08-11T21:39:19.204Z | Compiling num-bigint-dig v0.8.6 |
| 1974 | 2026-08-11T21:39:19.322Z | Compiling darling_macro v0.23.0 |
| 1975 | 2026-08-11T21:39:19.451Z | Compiling regex v1.12.3 |
| 1976 | 2026-08-11T21:39:19.462Z | Compiling spki v0.7.3 |
| 1977 | 2026-08-11T21:39:19.650Z | Compiling icu_provider v2.1.1 |
| 1978 | 2026-08-11T21:39:19.682Z | Compiling zerocopy-derive v0.7.35 |
| 1979 | 2026-08-11T21:39:19.742Z | Compiling slog v2.8.2 |
| 1980 | 2026-08-11T21:39:19.833Z | Compiling bytes v1.11.1 |
| 1981 | 2026-08-11T21:39:19.849Z | Compiling serde_tokenstream v0.2.3 |
| 1982 | 2026-08-11T21:39:19.958Z | Compiling icu_normalizer v2.1.1 |
| 1983 | 2026-08-11T21:39:19.976Z | Compiling icu_properties v2.1.2 |
| 1984 | 2026-08-11T21:39:19.992Z | Compiling chrono v0.4.45 |
| 1985 | 2026-08-11T21:39:20.345Z | Compiling tokio v1.52.1 |
| 1986 | 2026-08-11T21:39:20.477Z | Compiling http v1.4.2 |
| 1987 | 2026-08-11T21:39:20.758Z | Compiling tracing-core v0.1.36 |
| 1988 | 2026-08-11T21:39:21.027Z | Compiling idna_adapter v1.2.1 |
| 1989 | 2026-08-11T21:39:21.108Z | Compiling ppv-lite86 v0.2.21 |
| 1990 | 2026-08-11T21:39:21.179Z | Compiling idna v1.1.0 |
| 1991 | 2026-08-11T21:39:21.286Z | Compiling cookie v0.18.1 |
| 1992 | 2026-08-11T21:39:21.369Z | Compiling camino v1.2.2 |
| 1993 | 2026-08-11T21:39:21.375Z | Compiling cpufeatures v0.2.17 |
| 1994 | 2026-08-11T21:39:21.389Z | Compiling utf8parse v0.2.2 |
| 1995 | 2026-08-11T21:39:21.442Z | Compiling rand_chacha v0.9.0 |
| 1996 | 2026-08-11T21:39:21.461Z | Compiling tracing v0.1.44 |
| 1997 | 2026-08-11T21:39:21.513Z | Compiling url v2.5.8 |
| 1998 | 2026-08-11T21:39:21.616Z | Compiling darling v0.23.0 |
| 1999 | 2026-08-11T21:39:21.630Z | Compiling serde_spanned v0.6.9 |
| 2000 | 2026-08-11T21:39:21.660Z | Compiling toml_datetime v0.6.11 |
| 2001 | 2026-08-11T21:39:21.709Z | Compiling zerocopy-derive v0.6.6 |
| 2002 | 2026-08-11T21:39:21.761Z | Compiling bitfield-macros v0.19.4 |
| 2003 | 2026-08-11T21:39:21.781Z | Compiling clap_derive v4.6.1 |
| 2004 | 2026-08-11T21:39:21.797Z | Compiling packed_struct_codegen v0.10.1 |
| 2005 | 2026-08-11T21:39:21.867Z | Compiling indexmap v1.9.3 |
| 2006 | 2026-08-11T21:39:21.911Z | Compiling paste v1.0.15 |
| 2007 | 2026-08-11T21:39:22.082Z | Compiling anstyle v1.0.14 |
| 2008 | 2026-08-11T21:39:22.390Z | Compiling rand v0.9.2 |
| 2009 | 2026-08-11T21:39:22.433Z | Compiling http-body v1.0.1 |
| 2010 | 2026-08-11T21:39:22.449Z | Compiling pkcs8 v0.10.2 |
| 2011 | 2026-08-11T21:39:22.466Z | Compiling rustls-pki-types v1.14.0 |
| 2012 | 2026-08-11T21:39:22.688Z | Compiling spin v0.9.8 |
| 2013 | 2026-08-11T21:39:22.705Z | Compiling usdt-impl v0.5.0 |
| 2014 | 2026-08-11T21:39:22.943Z | Compiling either v1.15.0 |
| 2015 | 2026-08-11T21:39:22.947Z | Compiling usdt-impl v0.6.0 |
| 2016 | 2026-08-11T21:39:22.977Z | Compiling cmov v0.5.4 |
| 2017 | 2026-08-11T21:39:22.991Z | Compiling winnow v0.5.40 |
| 2018 | 2026-08-11T21:39:23.168Z | Compiling tinyvec_macros v0.1.1 |
| 2019 | 2026-08-11T21:39:23.210Z | Compiling is_terminal_polyfill v1.70.2 |
| 2020 | 2026-08-11T21:39:23.224Z | Compiling fastrand v2.3.0 |
| 2021 | 2026-08-11T21:39:23.246Z | Compiling colorchoice v1.0.4 |
| 2022 | 2026-08-11T21:39:23.275Z | Compiling openssl-probe v0.2.1 |
| 2023 | 2026-08-11T21:39:23.320Z | Compiling anstyle-query v1.1.5 |
| 2024 | 2026-08-11T21:39:23.363Z | Compiling ref-cast v1.0.25 |
| 2025 | 2026-08-11T21:39:23.403Z | Compiling tinyvec v1.10.0 |
| 2026 | 2026-08-11T21:39:23.438Z | Compiling ctutils v0.4.2 |
| 2027 | 2026-08-11T21:39:23.469Z | Compiling sha2 v0.10.9 |
| 2028 | 2026-08-11T21:39:23.711Z | Compiling scroll v0.13.0 |
| 2029 | 2026-08-11T21:39:23.766Z | Compiling scroll v0.12.0 |
| 2030 | 2026-08-11T21:39:23.823Z | Compiling async-trait v0.1.89 |
| 2031 | 2026-08-11T21:39:23.839Z | Compiling heapless v0.7.17 |
| 2032 | 2026-08-11T21:39:24.053Z | Compiling rustix v0.38.44 |
| 2033 | 2026-08-11T21:39:24.057Z | Compiling tower-service v0.3.3 |
| 2034 | 2026-08-11T21:39:24.057Z | Compiling litrs v1.0.0 |
| 2035 | 2026-08-11T21:39:24.098Z | Compiling tokio-util v0.7.18 |
| 2036 | 2026-08-11T21:39:24.128Z | Compiling winnow v1.0.3 |
| 2037 | 2026-08-11T21:39:24.174Z | Compiling winnow v0.7.14 |
| 2038 | 2026-08-11T21:39:24.298Z | Compiling toml_edit v0.19.15 |
| 2039 | 2026-08-11T21:39:24.382Z | Compiling tower-layer v0.3.3 |
| 2040 | 2026-08-11T21:39:24.421Z | Compiling atomic-waker v1.1.2 |
| 2041 | 2026-08-11T21:39:24.479Z | Compiling zstd-safe v7.2.4 |
| 2042 | 2026-08-11T21:39:24.547Z | Compiling try-lock v0.2.5 |
| 2043 | 2026-08-11T21:39:24.563Z | Compiling untrusted v0.7.1 |
| 2044 | 2026-08-11T21:39:24.578Z | Compiling signal-hook v0.3.18 |
| 2045 | 2026-08-11T21:39:24.681Z | Compiling want v0.3.1 |
| 2046 | 2026-08-11T21:39:24.715Z | Compiling document-features v0.2.12 |
| 2047 | 2026-08-11T21:39:24.718Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2048 | 2026-08-11T21:39:24.775Z | Compiling tempfile v3.25.0 |
| 2049 | 2026-08-11T21:39:24.854Z | Compiling h2 v0.4.15 |
| 2050 | 2026-08-11T21:39:25.113Z | Compiling goblin v0.8.2 |
| 2051 | 2026-08-11T21:39:25.288Z | Compiling goblin v0.10.5 |
| 2052 | 2026-08-11T21:39:25.400Z | Compiling hybrid-array v0.4.13 |
| 2053 | 2026-08-11T21:39:25.447Z | Compiling itertools v0.15.0 |
| 2054 | 2026-08-11T21:39:25.566Z | Compiling anstyle-parse v1.0.0 |
| 2055 | 2026-08-11T21:39:25.632Z | Compiling zerocopy v0.7.35 |
| 2056 | 2026-08-11T21:39:25.742Z | Compiling ipnet v2.11.0 |
| 2057 | 2026-08-11T21:39:26.119Z | Compiling structmeta-derive v0.3.0 |
| 2058 | 2026-08-11T21:39:26.185Z | Compiling ref-cast-impl v1.0.25 |
| 2059 | 2026-08-11T21:39:26.200Z | Compiling daft-derive v0.1.7 |
| 2060 | 2026-08-11T21:39:26.231Z | Compiling darling_core v0.20.11 |
| 2061 | 2026-08-11T21:39:26.248Z | Compiling curve25519-dalek v4.1.3 |
| 2062 | 2026-08-11T21:39:26.343Z | Compiling memoffset v0.9.1 |
| 2063 | 2026-08-11T21:39:26.509Z | Compiling untrusted v0.9.0 |
| 2064 | 2026-08-11T21:39:26.562Z | Compiling foreign-types-shared v0.1.1 |
| 2065 | 2026-08-11T21:39:26.630Z | Compiling httpdate v1.0.3 |
| 2066 | 2026-08-11T21:39:26.735Z | Compiling tap v1.0.1 |
| 2067 | 2026-08-11T21:39:26.814Z | Compiling simd-adler32 v0.3.8 |
| 2068 | 2026-08-11T21:39:26.856Z | Compiling powerfmt v0.2.0 |
| 2069 | 2026-08-11T21:39:26.877Z | Compiling wyz v0.5.1 |
| 2070 | 2026-08-11T21:39:26.903Z | Compiling foreign-types v0.3.2 |
| 2071 | 2026-08-11T21:39:27.017Z | Compiling anstream v1.0.0 |
| 2072 | 2026-08-11T21:39:27.060Z | Compiling deranged v0.5.8 |
| 2073 | 2026-08-11T21:39:27.153Z | Compiling structmeta v0.3.0 |
| 2074 | 2026-08-11T21:39:27.159Z | Compiling unicode-normalization v0.1.25 |
| 2075 | 2026-08-11T21:39:27.310Z | Compiling dof v0.3.0 |
| 2076 | 2026-08-11T21:39:27.389Z | Compiling dtrace-parser v0.2.0 |
| 2077 | 2026-08-11T21:39:27.600Z | Compiling rand_chacha v0.3.1 |
| 2078 | 2026-08-11T21:39:27.777Z | Compiling hex v0.4.3 |
| 2079 | 2026-08-11T21:39:27.934Z | Compiling signature v2.2.0 |
| 2080 | 2026-08-11T21:39:27.994Z | Compiling dof v0.4.0 |
| 2081 | 2026-08-11T21:39:28.021Z | Compiling hyper v1.10.1 |
| 2082 | 2026-08-11T21:39:28.037Z | Compiling dtrace-parser v0.3.0 |
| 2083 | 2026-08-11T21:39:28.079Z | Compiling terminal_size v0.4.3 |
| 2084 | 2026-08-11T21:39:28.097Z | Compiling pin-project-internal v1.1.11 |
| 2085 | 2026-08-11T21:39:28.219Z | Compiling darling_macro v0.20.11 |
| 2086 | 2026-08-11T21:39:28.234Z | Compiling num-integer v0.1.46 |
| 2087 | 2026-08-11T21:39:28.263Z | Compiling thread-id v4.2.2 |
| 2088 | 2026-08-11T21:39:28.360Z | Compiling thread-id v5.1.0 |
| 2089 | 2026-08-11T21:39:28.456Z | Compiling wait-timeout v0.2.1 |
| 2090 | 2026-08-11T21:39:28.555Z | Compiling adler2 v2.0.1 |
| 2091 | 2026-08-11T21:39:28.689Z | Compiling cfg_aliases v0.2.1 |
| 2092 | 2026-08-11T21:39:28.738Z | Compiling clap_lex v1.0.0 |
| 2093 | 2026-08-11T21:39:28.779Z | Compiling quick-error v1.2.3 |
| 2094 | 2026-08-11T21:39:28.852Z | Compiling funty v2.0.0 |
| 2095 | 2026-08-11T21:39:28.914Z | Compiling bit-vec v0.8.0 |
| 2096 | 2026-08-11T21:39:28.929Z | Compiling smoltcp v0.9.1 |
| 2097 | 2026-08-11T21:39:29.016Z | Compiling num_threads v0.1.7 |
| 2098 | 2026-08-11T21:39:29.032Z | Compiling clap_builder v4.6.0 |
| 2099 | 2026-08-11T21:39:29.051Z | Compiling rusty-fork v0.3.1 |
| 2100 | 2026-08-11T21:39:29.091Z | Compiling nix v0.31.2 |
| 2101 | 2026-08-11T21:39:29.107Z | Compiling time v0.3.47 |
| 2102 | 2026-08-11T21:39:29.122Z | Compiling hyper-util v0.1.20 |
| 2103 | 2026-08-11T21:39:29.126Z | Compiling bit-set v0.8.0 |
| 2104 | 2026-08-11T21:39:29.155Z | Compiling darling v0.20.11 |
| 2105 | 2026-08-11T21:39:29.256Z | Compiling bitvec v1.0.1 |
| 2106 | 2026-08-11T21:39:29.267Z | Compiling miniz_oxide v0.8.9 |
| 2107 | 2026-08-11T21:39:29.319Z | Compiling num-iter v0.1.45 |
| 2108 | 2026-08-11T21:39:29.461Z | Compiling rand v0.8.6 |
| 2109 | 2026-08-11T21:39:29.686Z | Compiling ipnetwork v0.21.1 |
| 2110 | 2026-08-11T21:39:29.798Z | Compiling lazy_static v1.5.0 |
| 2111 | 2026-08-11T21:39:29.879Z | Compiling anstyle-parse v0.2.7 |
| 2112 | 2026-08-11T21:39:30.085Z | Compiling hmac v0.12.1 |
| 2113 | 2026-08-11T21:39:30.125Z | Compiling rand_xorshift v0.4.0 |
| 2114 | 2026-08-11T21:39:30.237Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2115 | 2026-08-11T21:39:30.253Z | Compiling sync_wrapper v1.0.2 |
| 2116 | 2026-08-11T21:39:30.508Z | Compiling siphasher v1.0.2 |
| 2117 | 2026-08-11T21:39:30.662Z | Compiling zlib-rs v0.6.2 |
| 2118 | 2026-08-11T21:39:30.781Z | Compiling crc-catalog v2.4.0 |
| 2119 | 2026-08-11T21:39:30.844Z | Compiling nodrop v0.1.14 |
| 2120 | 2026-08-11T21:39:30.861Z | Compiling unarray v0.1.4 |
| 2121 | 2026-08-11T21:39:30.874Z | Compiling crc v3.4.0 |
| 2122 | 2026-08-11T21:39:30.985Z | Compiling proptest v1.11.0 |
| 2123 | 2026-08-11T21:39:30.999Z | Compiling array-init v0.0.4 |
| 2124 | 2026-08-11T21:39:31.336Z | Compiling clap v4.6.1 |
| 2125 | 2026-08-11T21:39:31.486Z | Compiling tower v0.5.3 |
| 2126 | 2026-08-11T21:39:32.223Z | Compiling anstream v0.6.21 |
| 2127 | 2026-08-11T21:39:32.363Z | Compiling smallvec v0.6.14 |
| 2128 | 2026-08-11T21:39:32.465Z | Compiling derive_builder_core v0.20.2 |
| 2129 | 2026-08-11T21:39:32.566Z | Compiling pkcs1 v0.7.5 |
| 2130 | 2026-08-11T21:39:32.581Z | Compiling http-body-util v0.1.3 |
| 2131 | 2026-08-11T21:39:32.596Z | Compiling zerocopy v0.6.6 |
| 2132 | 2026-08-11T21:39:32.834Z | Compiling flate2 v1.1.9 |
| 2133 | 2026-08-11T21:39:32.903Z | Compiling bitfield v0.19.4 |
| 2134 | 2026-08-11T21:39:32.970Z | Compiling snafu-derive v0.8.9 |
| 2135 | 2026-08-11T21:39:32.970Z | Compiling strum_macros v0.26.4 |
| 2136 | 2026-08-11T21:39:32.974Z | Compiling strum_macros v0.27.2 |
| 2137 | 2026-08-11T21:39:33.109Z | Compiling hubpack_derive v0.1.1 |
| 2138 | 2026-08-11T21:39:33.252Z | Compiling env_filter v1.0.0 |
| 2139 | 2026-08-11T21:39:33.267Z | Compiling fs-err v3.3.0 |
| 2140 | 2026-08-11T21:39:33.336Z | Compiling base64 v0.21.7 |
| 2141 | 2026-08-11T21:39:33.351Z | Compiling unicode-properties v0.1.4 |
| 2142 | 2026-08-11T21:39:33.571Z | Compiling hashbrown v0.12.3 |
| 2143 | 2026-08-11T21:39:33.586Z | Compiling iri-string v0.7.10 |
| 2144 | 2026-08-11T21:39:33.605Z | Compiling object v0.37.3 |
| 2145 | 2026-08-11T21:39:33.881Z | Compiling ryu v1.0.23 |
| 2146 | 2026-08-11T21:39:33.905Z | Compiling allocator-api2 v0.2.21 |
| 2147 | 2026-08-11T21:39:33.969Z | Compiling unicode-bidi v0.3.18 |
| 2148 | 2026-08-11T21:39:34.055Z | Compiling unicode-segmentation v1.12.0 |
| 2149 | 2026-08-11T21:39:34.247Z | Compiling serde_urlencoded v0.7.1 |
| 2150 | 2026-08-11T21:39:34.445Z | Compiling stringprep v0.1.5 |
| 2151 | 2026-08-11T21:39:34.503Z | Compiling ron v0.8.1 |
| 2152 | 2026-08-11T21:39:34.568Z | Compiling env_logger v0.11.9 |
| 2153 | 2026-08-11T21:39:34.639Z | Compiling derive_builder_macro v0.20.2 |
| 2154 | 2026-08-11T21:39:34.657Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2155 | 2026-08-11T21:39:34.759Z | Compiling tower-http v0.6.8 |
| 2156 | 2026-08-11T21:39:34.811Z | Compiling rsa v0.9.10 |
| 2157 | 2026-08-11T21:39:34.827Z | Compiling newtype-uuid v1.3.2 |
| 2158 | 2026-08-11T21:39:34.886Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2159 | 2026-08-11T21:39:34.926Z | Compiling oxnet v0.1.6 |
| 2160 | 2026-08-11T21:39:34.951Z | Compiling serde-hex v0.1.0 |
| 2161 | 2026-08-11T21:39:35.078Z | Compiling hashbrown v0.13.2 |
| 2162 | 2026-08-11T21:39:35.137Z | Compiling tokio-native-tls v0.3.1 |
| 2163 | 2026-08-11T21:39:35.140Z | Compiling bzip2 v0.4.4 |
| 2164 | 2026-08-11T21:39:35.182Z | Compiling usdt-macro v0.6.0 |
| 2165 | 2026-08-11T21:39:35.256Z | Compiling usdt-attr-macro v0.6.0 |
| 2166 | 2026-08-11T21:39:35.322Z | Compiling derive-ex v0.1.8 |
| 2167 | 2026-08-11T21:39:35.337Z | Compiling block-buffer v0.12.1 |
| 2168 | 2026-08-11T21:39:35.351Z | Compiling crypto-common v0.2.2 |
| 2169 | 2026-08-11T21:39:35.432Z | Compiling block-padding v0.4.2 |
| 2170 | 2026-08-11T21:39:35.599Z | Compiling rustls-native-certs v0.8.3 |
| 2171 | 2026-08-11T21:39:35.883Z | Compiling erased-serde v0.3.31 |
| 2172 | 2026-08-11T21:39:35.913Z | Compiling x509-cert v0.2.5 |
| 2173 | 2026-08-11T21:39:36.040Z | Compiling md-5 v0.10.6 |
| 2174 | 2026-08-11T21:39:36.162Z | Compiling bstr v1.12.1 |
| 2175 | 2026-08-11T21:39:36.186Z | Compiling vergen-lib v9.1.0 |
| 2176 | 2026-08-11T21:39:36.205Z | Compiling hash32 v0.2.1 |
| 2177 | 2026-08-11T21:39:36.328Z | Compiling encoding_rs v0.8.35 |
| 2178 | 2026-08-11T21:39:36.386Z | Compiling cpufeatures v0.3.0 |
| 2179 | 2026-08-11T21:39:36.404Z | Compiling mime v0.3.17 |
| 2180 | 2026-08-11T21:39:36.488Z | Compiling fallible-iterator v0.2.0 |
| 2181 | 2026-08-11T21:39:36.648Z | Compiling crc-any v2.5.0 |
| 2182 | 2026-08-11T21:39:36.667Z | Compiling psl-types v2.0.11 |
| 2183 | 2026-08-11T21:39:36.771Z | Compiling publicsuffix v2.3.0 |
| 2184 | 2026-08-11T21:39:36.792Z | Compiling test-strategy v0.4.5 |
| 2185 | 2026-08-11T21:39:36.807Z | Compiling postgres-protocol v0.6.10 |
| 2186 | 2026-08-11T21:39:37.375Z | Compiling inout v0.2.2 |
| 2187 | 2026-08-11T21:39:37.551Z | Compiling object v0.30.4 |
| 2188 | 2026-08-11T21:39:37.562Z | Compiling zip v0.6.6 |
| 2189 | 2026-08-11T21:39:37.570Z | Compiling hyper-tls v0.6.0 |
| 2190 | 2026-08-11T21:39:37.579Z | Compiling daft v0.1.7 |
| 2191 | 2026-08-11T21:39:37.634Z | Compiling derive_builder v0.20.2 |
| 2192 | 2026-08-11T21:39:37.653Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2193 | 2026-08-11T21:39:37.686Z | Compiling heck v0.4.1 |
| 2194 | 2026-08-11T21:39:37.772Z | Compiling phf_shared v0.13.1 |
| 2195 | 2026-08-11T21:39:37.855Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2196 | 2026-08-11T21:39:37.861Z | Compiling pin-project v1.1.11 |
| 2197 | 2026-08-11T21:39:37.986Z | Compiling toml v0.7.8 |
| 2198 | 2026-08-11T21:39:38.069Z | Compiling serde_with_macros v3.21.0 |
| 2199 | 2026-08-11T21:39:38.084Z | Compiling futures-executor v0.3.32 |
| 2200 | 2026-08-11T21:39:38.151Z | Compiling enum-as-inner v0.6.1 |
| 2201 | 2026-08-11T21:39:38.294Z | Compiling async-recursion v1.1.1 |
| 2202 | 2026-08-11T21:39:38.329Z | Compiling serde_repr v0.1.20 |
| 2203 | 2026-08-11T21:39:38.401Z | Compiling vergen v9.1.0 |
| 2204 | 2026-08-11T21:39:38.498Z | Compiling ff v0.13.1 |
| 2205 | 2026-08-11T21:39:38.592Z | Compiling cargo-platform v0.3.2 |
| 2206 | 2026-08-11T21:39:38.656Z | Compiling foldhash v0.1.5 |
| 2207 | 2026-08-11T21:39:38.799Z | Compiling bitflags v1.3.2 |
| 2208 | 2026-08-11T21:39:38.802Z | Compiling libbz2-rs-sys v0.2.2 |
| 2209 | 2026-08-11T21:39:38.861Z | Compiling path-slash v0.1.5 |
| 2210 | 2026-08-11T21:39:38.891Z | Compiling jiff-core v0.1.0 |
| 2211 | 2026-08-11T21:39:38.946Z | Compiling managed v0.8.0 |
| 2212 | 2026-08-11T21:39:39.008Z | Compiling bumpalo v3.20.2 |
| 2213 | 2026-08-11T21:39:39.024Z | Compiling base16ct v0.2.0 |
| 2214 | 2026-08-11T21:39:39.122Z | Compiling same-file v1.0.6 |
| 2215 | 2026-08-11T21:39:39.201Z | Compiling foldhash v0.2.0 |
| 2216 | 2026-08-11T21:39:39.272Z | Compiling bzip2 v0.6.1 |
| 2217 | 2026-08-11T21:39:39.286Z | Compiling walkdir v2.5.0 |
| 2218 | 2026-08-11T21:39:39.425Z | Compiling hashbrown v0.16.1 |
| 2219 | 2026-08-11T21:39:39.441Z | Compiling zopfli v0.8.3 |
| 2220 | 2026-08-11T21:39:39.565Z | Compiling sec1 v0.7.3 |
| 2221 | 2026-08-11T21:39:39.659Z | Compiling jiff v0.2.34 |
| 2222 | 2026-08-11T21:39:39.679Z | Compiling hashbrown v0.15.5 |
| 2223 | 2026-08-11T21:39:39.833Z | Compiling cargo_metadata v0.23.1 |
| 2224 | 2026-08-11T21:39:39.875Z | Compiling group v0.13.0 |
| 2225 | 2026-08-11T21:39:39.983Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2226 | 2026-08-11T21:39:40.292Z | Compiling futures v0.3.32 |
| 2227 | 2026-08-11T21:39:40.603Z | Compiling phf v0.13.1 |
| 2228 | 2026-08-11T21:39:40.720Z | Compiling snafu v0.8.9 |
| 2229 | 2026-08-11T21:39:40.804Z | Compiling reqwest v0.12.28 |
| 2230 | 2026-08-11T21:39:40.947Z | Compiling signal-hook-mio v0.2.5 |
| 2231 | 2026-08-11T21:39:41.046Z | Compiling cipher v0.5.2 |
| 2232 | 2026-08-11T21:39:41.066Z | Compiling cookie_store v0.22.1 |
| 2233 | 2026-08-11T21:39:41.083Z | Compiling postgres-types v0.2.12 |
| 2234 | 2026-08-11T21:39:41.099Z | Compiling zstd v0.13.3 |
| 2235 | 2026-08-11T21:39:41.133Z | Compiling globset v0.4.18 |
| 2236 | 2026-08-11T21:39:41.201Z | Compiling strum v0.27.2 |
| 2237 | 2026-08-11T21:39:41.354Z | Compiling hubpack v0.1.2 |
| 2238 | 2026-08-11T21:39:41.428Z | Compiling phf_shared v0.11.3 |
| 2239 | 2026-08-11T21:39:41.471Z | Compiling hkdf v0.12.4 |
| 2240 | 2026-08-11T21:39:41.515Z | Compiling crossbeam-epoch v0.9.18 |
| 2241 | 2026-08-11T21:39:41.601Z | Compiling ed25519 v2.2.3 |
| 2242 | 2026-08-11T21:39:41.622Z | Compiling byte-wrapper v0.1.0 |
| 2243 | 2026-08-11T21:39:41.638Z | Compiling olpc-cjson v0.1.4 |
| 2244 | 2026-08-11T21:39:41.883Z | Compiling serde_plain v1.0.2 |
| 2245 | 2026-08-11T21:39:41.888Z | Compiling serde-big-array v0.5.1 |
| 2246 | 2026-08-11T21:39:41.936Z | Compiling pem v3.0.6 |
| 2247 | 2026-08-11T21:39:41.999Z | Compiling crypto-bigint v0.5.5 |
| 2248 | 2026-08-11T21:39:42.155Z | Compiling float-cmp v0.10.0 |
| 2249 | 2026-08-11T21:39:42.171Z | Compiling memmap2 v0.9.10 |
| 2250 | 2026-08-11T21:39:42.247Z | Compiling difflib v0.4.0 |
| 2251 | 2026-08-11T21:39:42.247Z | Compiling static_assertions v1.1.0 |
| 2252 | 2026-08-11T21:39:42.321Z | Compiling fixedbitset v0.5.7 |
| 2253 | 2026-08-11T21:39:42.368Z | Compiling new_debug_unreachable v1.0.6 |
| 2254 | 2026-08-11T21:39:42.383Z | Compiling keccak v0.1.6 |
| 2255 | 2026-08-11T21:39:42.400Z | Compiling typed-path v0.9.3 |
| 2256 | 2026-08-11T21:39:42.416Z | Compiling data-encoding v2.10.0 |
| 2257 | 2026-08-11T21:39:42.452Z | Compiling precomputed-hash v0.1.1 |
| 2258 | 2026-08-11T21:39:42.597Z | Compiling predicates-core v1.0.10 |
| 2259 | 2026-08-11T21:39:42.612Z | Compiling fixedbitset v0.4.2 |
| 2260 | 2026-08-11T21:39:42.701Z | Compiling whoami v2.1.0 |
| 2261 | 2026-08-11T21:39:42.715Z | Compiling normalize-line-endings v0.3.0 |
| 2262 | 2026-08-11T21:39:42.788Z | Compiling const-oid v0.10.2 |
| 2263 | 2026-08-11T21:39:42.860Z | Compiling toml_write v0.1.2 |
| 2264 | 2026-08-11T21:39:42.965Z | Compiling digest v0.11.3 |
| 2265 | 2026-08-11T21:39:43.065Z | Compiling toml_edit v0.22.27 |
| 2266 | 2026-08-11T21:39:43.081Z | Compiling tokio-postgres v0.7.16 |
| 2267 | 2026-08-11T21:39:43.098Z | Compiling elliptic-curve v0.13.8 |
| 2268 | 2026-08-11T21:39:43.117Z | Compiling predicates v3.1.4 |
| 2269 | 2026-08-11T21:39:43.191Z | Compiling petgraph v0.6.5 |
| 2270 | 2026-08-11T21:39:43.206Z | Compiling chacha20 v0.10.0 |
| 2271 | 2026-08-11T21:39:43.222Z | Compiling hickory-proto v0.25.2 |
| 2272 | 2026-08-11T21:39:43.516Z | Compiling sha3 v0.10.8 |
| 2273 | 2026-08-11T21:39:43.585Z | Compiling string_cache v0.8.9 |
| 2274 | 2026-08-11T21:39:43.593Z | Compiling petgraph v0.8.3 |
| 2275 | 2026-08-11T21:39:43.790Z | Compiling usdt v0.6.0 |
| 2276 | 2026-08-11T21:39:43.806Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2277 | 2026-08-11T21:39:44.685Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2278 | 2026-08-11T21:39:44.768Z | Compiling zip v4.6.1 |
| 2279 | 2026-08-11T21:39:45.285Z | Compiling ed25519-dalek v2.2.0 |
| 2280 | 2026-08-11T21:39:45.598Z | Compiling crossterm v0.28.1 |
| 2281 | 2026-08-11T21:39:45.879Z | Compiling iddqd v0.4.2 |
| 2282 | 2026-08-11T21:39:46.000Z | Compiling serde_with v3.21.0 |
| 2283 | 2026-08-11T21:39:46.281Z | Compiling similar v2.7.0 |
| 2284 | 2026-08-11T21:39:46.558Z | Compiling strum v0.26.3 |
| 2285 | 2026-08-11T21:39:46.865Z | Compiling tokio-stream v0.1.18 |
| 2286 | 2026-08-11T21:39:46.976Z | Compiling buf-list v1.1.2 |
| 2287 | 2026-08-11T21:39:47.013Z | Compiling itertools v0.13.0 |
| 2288 | 2026-08-11T21:39:47.051Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2289 | 2026-08-11T21:39:47.243Z | Compiling openapiv3 v2.2.0 |
| 2290 | 2026-08-11T21:39:47.781Z | Compiling peg-runtime v0.8.5 |
| 2291 | 2026-08-11T21:39:48.059Z | Compiling lalrpop-util v0.19.12 |
| 2292 | 2026-08-11T21:40:04.548Z | Compiling rustls-webpki v0.103.13 |
| 2293 | 2026-08-11T21:40:07.943Z | Compiling tokio-rustls v0.26.4 |
| 2294 | 2026-08-11T21:40:07.961Z | Compiling rustls-platform-verifier v0.6.2 |
| 2295 | 2026-08-11T21:40:08.032Z | Compiling tough v0.22.0 |
| 2296 | 2026-08-11T21:40:08.172Z | Compiling hyper-rustls v0.27.7 |
| 2297 | 2026-08-11T21:40:08.226Z | Compiling macaddr v1.0.1 |
| 2298 | 2026-08-11T21:40:08.486Z | Compiling reqwest v0.13.2 |
| 2299 | 2026-08-11T21:40:08.521Z | Compiling rayon-core v1.13.0 |
| 2300 | 2026-08-11T21:40:08.547Z | Compiling crucible-workspace-hack v0.1.0 |
| 2301 | 2026-08-11T21:40:08.622Z | Compiling secrecy v0.10.3 |
| 2302 | 2026-08-11T21:40:08.674Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2303 | 2026-08-11T21:40:08.695Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2304 | 2026-08-11T21:40:08.750Z | Compiling heapless v0.8.0 |
| 2305 | 2026-08-11T21:40:08.781Z | Compiling crossbeam-deque v0.8.6 |
| 2306 | 2026-08-11T21:40:08.815Z | Compiling ingot-macros v0.2.0 |
| 2307 | 2026-08-11T21:40:08.889Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2308 | 2026-08-11T21:40:08.935Z | Compiling inout v0.1.4 |
| 2309 | 2026-08-11T21:40:09.039Z | Compiling hash32 v0.3.1 |
| 2310 | 2026-08-11T21:40:09.088Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2311 | 2026-08-11T21:40:09.114Z | Compiling multer v3.1.0 |
| 2312 | 2026-08-11T21:40:09.224Z | Compiling thread_local v1.1.9 |
| 2313 | 2026-08-11T21:40:09.240Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2314 | 2026-08-11T21:40:09.256Z | Compiling match_cfg v0.1.0 |
| 2315 | 2026-08-11T21:40:09.271Z | Compiling unicode-width v0.2.0 |
| 2316 | 2026-08-11T21:40:09.320Z | Compiling compression-core v0.4.31 |
| 2317 | 2026-08-11T21:40:09.346Z | Compiling slog-async v2.8.0 |
| 2318 | 2026-08-11T21:40:09.476Z | Compiling smoltcp v0.11.0 |
| 2319 | 2026-08-11T21:40:09.528Z | Compiling compression-codecs v0.4.37 |
| 2320 | 2026-08-11T21:40:09.547Z | Compiling proc-macro-crate v3.4.0 |
| 2321 | 2026-08-11T21:40:09.605Z | Compiling hostname v0.3.1 |
| 2322 | 2026-08-11T21:40:09.621Z | Compiling cipher v0.4.4 |
| 2323 | 2026-08-11T21:40:09.786Z | Compiling atomicwrites v0.4.4 |
| 2324 | 2026-08-11T21:40:09.828Z | Compiling slog-json v2.6.1 |
| 2325 | 2026-08-11T21:40:09.836Z | Compiling crossbeam-channel v0.5.15 |
| 2326 | 2026-08-11T21:40:09.890Z | Compiling half v2.7.1 |
| 2327 | 2026-08-11T21:40:09.909Z | Compiling newtype-uuid-macros v0.1.0 |
| 2328 | 2026-08-11T21:40:09.983Z | Compiling cobs v0.3.0 |
| 2329 | 2026-08-11T21:40:10.076Z | Compiling universal-hash v0.5.1 |
| 2330 | 2026-08-11T21:40:10.092Z | Compiling async-stream-impl v0.3.6 |
| 2331 | 2026-08-11T21:40:10.140Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2332 | 2026-08-11T21:40:10.252Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2333 | 2026-08-11T21:40:10.267Z | Compiling serde_spanned v1.1.1 |
| 2334 | 2026-08-11T21:40:10.284Z | Compiling is-terminal v0.4.17 |
| 2335 | 2026-08-11T21:40:10.396Z | Compiling proc-macro-error-attr v1.0.4 |
| 2336 | 2026-08-11T21:40:10.436Z | Compiling dropshot v0.17.1 |
| 2337 | 2026-08-11T21:40:10.613Z | Compiling take_mut v0.2.2 |
| 2338 | 2026-08-11T21:40:10.617Z | Compiling convert_case v0.4.0 |
| 2339 | 2026-08-11T21:40:10.654Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2340 | 2026-08-11T21:40:10.668Z | Compiling opaque-debug v0.3.1 |
| 2341 | 2026-08-11T21:40:10.685Z | Compiling term v1.2.1 |
| 2342 | 2026-08-11T21:40:10.685Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2343 | 2026-08-11T21:40:10.746Z | Compiling ciborium-io v0.2.2 |
| 2344 | 2026-08-11T21:40:10.826Z | Compiling poly1305 v0.8.0 |
| 2345 | 2026-08-11T21:40:10.872Z | Compiling ciborium-ll v0.2.2 |
| 2346 | 2026-08-11T21:40:10.894Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2347 | 2026-08-11T21:40:10.948Z | Compiling derive_more v0.99.20 |
| 2348 | 2026-08-11T21:40:10.982Z | Compiling async-stream v0.3.6 |
| 2349 | 2026-08-11T21:40:11.150Z | Compiling slog-term v2.9.2 |
| 2350 | 2026-08-11T21:40:11.166Z | Compiling thiserror-no-std v2.0.2 |
| 2351 | 2026-08-11T21:40:11.210Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2352 | 2026-08-11T21:40:11.281Z | Compiling postcard v1.1.3 |
| 2353 | 2026-08-11T21:40:11.394Z | Compiling ingot-types v0.2.0 |
| 2354 | 2026-08-11T21:40:11.475Z | Compiling slog-bunyan v2.5.0 |
| 2355 | 2026-08-11T21:40:11.582Z | Compiling num_enum_derive v0.7.6 |
| 2356 | 2026-08-11T21:40:11.675Z | Compiling chacha20 v0.9.1 |
| 2357 | 2026-08-11T21:40:11.691Z | Compiling async-compression v0.4.41 |
| 2358 | 2026-08-11T21:40:11.749Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2359 | 2026-08-11T21:40:11.865Z | Compiling ingot v0.2.1 |
| 2360 | 2026-08-11T21:40:12.075Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2361 | 2026-08-11T21:40:12.126Z | Compiling sha1 v0.11.0 |
| 2362 | 2026-08-11T21:40:12.170Z | Compiling parse-display-derive v0.10.0 |
| 2363 | 2026-08-11T21:40:12.416Z | Compiling proc-macro-crate v1.3.1 |
| 2364 | 2026-08-11T21:40:12.470Z | Compiling waitgroup v0.1.2 |
| 2365 | 2026-08-11T21:40:12.535Z | Compiling backon v1.6.0 |
| 2366 | 2026-08-11T21:40:12.584Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2367 | 2026-08-11T21:40:12.675Z | Compiling rustls-pemfile v2.2.0 |
| 2368 | 2026-08-11T21:40:12.722Z | Compiling dropshot_endpoint v0.17.1 |
| 2369 | 2026-08-11T21:40:12.784Z | Compiling password-hash v0.5.0 |
| 2370 | 2026-08-11T21:40:12.800Z | Compiling blake2 v0.10.6 |
| 2371 | 2026-08-11T21:40:12.981Z | Compiling aead v0.5.2 |
| 2372 | 2026-08-11T21:40:13.116Z | Compiling foreign-types-macros v0.2.3 |
| 2373 | 2026-08-11T21:40:13.158Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2374 | 2026-08-11T21:40:13.192Z | Compiling serde_path_to_error v0.1.20 |
| 2375 | 2026-08-11T21:40:13.260Z | Compiling hostname v0.4.2 |
| 2376 | 2026-08-11T21:40:13.341Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2377 | 2026-08-11T21:40:13.442Z | Compiling proc-macro-error v1.0.4 |
| 2378 | 2026-08-11T21:40:13.554Z | Compiling instant v0.1.13 |
| 2379 | 2026-08-11T21:40:13.578Z | Compiling foreign-types-shared v0.3.1 |
| 2380 | 2026-08-11T21:40:13.659Z | Compiling debug-ignore v1.0.5 |
| 2381 | 2026-08-11T21:40:13.662Z | Compiling backoff v0.4.0 |
| 2382 | 2026-08-11T21:40:13.689Z | Compiling parse-display v0.10.0 |
| 2383 | 2026-08-11T21:40:13.707Z | Compiling chacha20poly1305 v0.10.1 |
| 2384 | 2026-08-11T21:40:13.739Z | Compiling foreign-types v0.5.0 |
| 2385 | 2026-08-11T21:40:13.770Z | Compiling argon2 v0.5.3 |
| 2386 | 2026-08-11T21:40:13.786Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2387 | 2026-08-11T21:40:13.802Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2388 | 2026-08-11T21:40:13.825Z | Compiling num_enum_derive v0.5.11 |
| 2389 | 2026-08-11T21:40:13.848Z | Compiling num_enum v0.7.6 |
| 2390 | 2026-08-11T21:40:13.893Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2391 | 2026-08-11T21:40:14.002Z | Compiling vsss-rs v3.3.4 |
| 2392 | 2026-08-11T21:40:14.112Z | Compiling ciborium v0.2.2 |
| 2393 | 2026-08-11T21:40:14.297Z | Compiling tabwriter v1.4.1 |
| 2394 | 2026-08-11T21:40:14.317Z | Compiling regress v0.10.5 |
| 2395 | 2026-08-11T21:40:14.370Z | Compiling itertools v0.14.0 |
| 2396 | 2026-08-11T21:40:14.409Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2397 | 2026-08-11T21:40:14.507Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2398 | 2026-08-11T21:40:14.605Z | Compiling cstr-argument v0.1.2 |
| 2399 | 2026-08-11T21:40:14.672Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2400 | 2026-08-11T21:40:14.769Z | Compiling humantime v2.3.0 |
| 2401 | 2026-08-11T21:40:14.784Z | Compiling num_enum v0.5.11 |
| 2402 | 2026-08-11T21:40:14.799Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2403 | 2026-08-11T21:40:14.922Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2404 | 2026-08-11T21:40:14.955Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2405 | 2026-08-11T21:40:14.969Z | Compiling rayon v1.11.0 |
| 2406 | 2026-08-11T21:40:15.007Z | Compiling rand v0.10.1 |
| 2407 | 2026-08-11T21:40:15.023Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2408 | 2026-08-11T21:40:15.100Z | Compiling libefi-sys v0.1.0 |
| 2409 | 2026-08-11T21:40:15.115Z | Compiling indent_write v2.2.0 |
| 2410 | 2026-08-11T21:40:15.169Z | Compiling colored v3.1.1 |
| 2411 | 2026-08-11T21:40:15.184Z | Compiling zone_cfg_derive v0.3.1 |
| 2412 | 2026-08-11T21:40:15.198Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2413 | 2026-08-11T21:40:15.217Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2414 | 2026-08-11T21:40:15.276Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2415 | 2026-08-11T21:40:15.333Z | Compiling camino-tempfile v1.4.1 |
| 2416 | 2026-08-11T21:40:15.381Z | Compiling itertools v0.12.1 |
| 2417 | 2026-08-11T21:40:15.491Z | Compiling usdt-macro v0.5.0 |
| 2418 | 2026-08-11T21:40:15.519Z | Compiling usdt-attr-macro v0.5.0 |
| 2419 | 2026-08-11T21:40:15.533Z | Compiling bitfield-struct v0.6.2 |
| 2420 | 2026-08-11T21:40:15.740Z | Compiling num-derive v0.4.2 |
| 2421 | 2026-08-11T21:40:15.756Z | Compiling blake3 v1.8.5 |
| 2422 | 2026-08-11T21:40:15.777Z | Compiling sigpipe v0.1.3 |
| 2423 | 2026-08-11T21:40:15.794Z | Compiling memmap v0.7.0 |
| 2424 | 2026-08-11T21:40:15.810Z | Compiling swrite v0.1.0 |
| 2425 | 2026-08-11T21:40:15.887Z | Compiling glob v0.3.3 |
| 2426 | 2026-08-11T21:40:15.891Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2427 | 2026-08-11T21:40:15.932Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2428 | 2026-08-11T21:40:16.039Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2429 | 2026-08-11T21:40:16.187Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2430 | 2026-08-11T21:40:16.221Z | Compiling smf v0.2.3 |
| 2431 | 2026-08-11T21:40:16.238Z | Compiling filetime v0.2.27 |
| 2432 | 2026-08-11T21:40:16.288Z | Compiling usdt v0.5.0 |
| 2433 | 2026-08-11T21:40:16.381Z | Compiling xattr v1.6.1 |
| 2434 | 2026-08-11T21:40:16.456Z | Compiling constant_time_eq v0.4.2 |
| 2435 | 2026-08-11T21:40:16.504Z | Compiling arrayvec v0.7.6 |
| 2436 | 2026-08-11T21:40:16.587Z | Compiling whoami v1.6.1 |
| 2437 | 2026-08-11T21:40:16.627Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2438 | 2026-08-11T21:40:16.643Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2439 | 2026-08-11T21:40:16.696Z | Compiling arrayref v0.3.9 |
| 2440 | 2026-08-11T21:40:16.705Z | Compiling tar v0.4.46 |
| 2441 | 2026-08-11T21:40:16.724Z | Compiling zone v0.3.1 |
| 2442 | 2026-08-11T21:40:16.752Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2443 | 2026-08-11T21:40:16.802Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2444 | 2026-08-11T21:40:16.850Z | Compiling tokio-dtrace v0.1.1 |
| 2445 | 2026-08-11T21:40:16.925Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2446 | 2026-08-11T21:40:17.067Z | Compiling console v0.16.2 |
| 2447 | 2026-08-11T21:40:17.168Z | Compiling gethostname v0.5.0 |
| 2448 | 2026-08-11T21:40:17.200Z | Compiling unit-prefix v0.5.2 |
| 2449 | 2026-08-11T21:40:17.319Z | Compiling topological-sort v0.2.2 |
| 2450 | 2026-08-11T21:40:17.335Z | Compiling oxide-tokio-rt v0.1.4 |
| 2451 | 2026-08-11T21:40:17.365Z | Compiling toml v0.8.23 |
| 2452 | 2026-08-11T21:40:17.380Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2453 | 2026-08-11T21:40:17.383Z | Compiling shell-words v1.1.1 |
| 2454 | 2026-08-11T21:40:17.469Z | Compiling indicatif v0.18.4 |
| 2455 | 2026-08-11T21:40:26.969Z | Compiling progenitor-client v0.14.0 |
| 2456 | 2026-08-11T21:40:26.969Z | Compiling omicron-zone-package v0.12.3 |
| 2457 | 2026-08-11T21:40:27.219Z | Compiling progenitor-extras v0.2.0 |
| 2458 | 2026-08-11T21:40:27.510Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2459 | 2026-08-11T21:40:27.621Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2460 | 2026-08-11T21:40:27.658Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2461 | 2026-08-11T21:40:27.708Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2462 | 2026-08-11T21:40:27.747Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2463 | 2026-08-11T21:40:27.770Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2464 | 2026-08-11T21:40:27.828Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2465 | 2026-08-11T21:40:28.043Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2466 | 2026-08-11T21:40:28.887Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2467 | 2026-08-11T21:40:32.550Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2468 | 2026-08-11T21:40:40.635Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2469 | 2026-08-11T21:40:43.871Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2470 | 2026-08-11T21:40:44.942Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2471 | 2026-08-11T21:40:54.407Z | Finished `release` profile [optimized] target(s) in 1m 44s |
| 2472 | 2026-08-11T21:40:54.554Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2473 | 2026-08-11T21:40:54.615Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2474 | 2026-08-11T21:40:54.618Z | Created new build target 'test' and set it as active |
| 2475 | 2026-08-11T21:40:54.621Z | |
| 2476 | 2026-08-11T21:40:54.621Z | real 1:44.353740973 |
| 2477 | 2026-08-11T21:40:54.621Z | user 17:18.277651730 |
| 2478 | 2026-08-11T21:40:54.621Z | sys 2:39.336257575 |
| 2479 | 2026-08-11T21:40:54.621Z | trap 0.488244096 |
| 2480 | 2026-08-11T21:40:54.621Z | tflt 2.131154986 |
| 2481 | 2026-08-11T21:40:54.621Z | dflt 4.725738749 |
| 2482 | 2026-08-11T21:40:54.621Z | kflt 0.000488730 |
| 2483 | 2026-08-11T21:40:54.621Z | lock 56:22.368179531 |
| 2484 | 2026-08-11T21:40:54.621Z | slp 44:10.874303296 |
| 2485 | 2026-08-11T21:40:54.621Z | lat 46.355455203 |
| 2486 | 2026-08-11T21:40:54.621Z | stop 5:53.430936928 |
| 2487 | 2026-08-11T21:40:54.621Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2488 | 2026-08-11T21:40:55.513Z | Finished `release` profile [optimized] target(s) in 0.88s |
| 2489 | 2026-08-11T21:40:55.594Z | Running `target/release/omicron-package -t test package` |
| 2490 | 2026-08-11T21:40:55.653Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2491 | 2026-08-11T21:40:57.073Z | Compiling heck v0.5.0 |
| 2492 | 2026-08-11T21:40:57.073Z | Compiling regress v0.11.1 |
| 2493 | 2026-08-11T21:40:57.291Z | Compiling unsafe-libyaml v0.2.11 |
| 2494 | 2026-08-11T21:40:57.321Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2495 | 2026-08-11T21:40:57.346Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2496 | 2026-08-11T21:40:57.368Z | Compiling derive-where v1.6.0 |
| 2497 | 2026-08-11T21:40:57.368Z | Compiling bytecount v0.6.9 |
| 2498 | 2026-08-11T21:40:57.403Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2499 | 2026-08-11T21:40:57.406Z | Compiling atomicwrites v0.4.4 |
| 2500 | 2026-08-11T21:40:57.406Z | Compiling is-terminal v0.4.17 |
| 2501 | 2026-08-11T21:40:57.406Z | Compiling prettyplease v0.2.37 |
| 2502 | 2026-08-11T21:40:57.406Z | Compiling console v0.15.11 |
| 2503 | 2026-08-11T21:40:57.406Z | Compiling newline-converter v0.3.0 |
| 2504 | 2026-08-11T21:40:57.463Z | Compiling slog-dtrace v0.3.0 |
| 2505 | 2026-08-11T21:40:57.520Z | Compiling resolv-conf v0.7.6 |
| 2506 | 2026-08-11T21:40:57.563Z | Compiling num-rational v0.4.2 |
| 2507 | 2026-08-11T21:40:57.586Z | Compiling num-complex v0.4.6 |
| 2508 | 2026-08-11T21:40:57.609Z | Compiling thread_local v1.1.9 |
| 2509 | 2026-08-11T21:40:57.630Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2510 | 2026-08-11T21:40:57.634Z | Compiling cancel-safe-futures v0.1.5 |
| 2511 | 2026-08-11T21:40:57.702Z | Compiling unicode-width v0.1.14 |
| 2512 | 2026-08-11T21:40:57.794Z | Compiling serde_yaml v0.9.34+deprecated |
| 2513 | 2026-08-11T21:40:57.878Z | Compiling expectorate v1.2.0 |
| 2514 | 2026-08-11T21:40:57.952Z | Compiling match_cfg v0.1.0 |
| 2515 | 2026-08-11T21:40:58.043Z | Compiling compression-core v0.4.31 |
| 2516 | 2026-08-11T21:40:58.063Z | Compiling hostname v0.3.1 |
| 2517 | 2026-08-11T21:40:58.085Z | Compiling num v0.4.3 |
| 2518 | 2026-08-11T21:40:58.133Z | Compiling slog-async v2.8.0 |
| 2519 | 2026-08-11T21:40:58.156Z | Compiling multer v3.1.0 |
| 2520 | 2026-08-11T21:40:58.178Z | Compiling crossbeam-channel v0.5.15 |
| 2521 | 2026-08-11T21:40:58.202Z | Compiling compression-codecs v0.4.37 |
| 2522 | 2026-08-11T21:40:58.205Z | Compiling slog-json v2.6.1 |
| 2523 | 2026-08-11T21:40:58.247Z | Compiling serde_spanned v1.1.1 |
| 2524 | 2026-08-11T21:40:58.247Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2525 | 2026-08-11T21:40:58.250Z | Compiling linked-hash-map v0.5.6 |
| 2526 | 2026-08-11T21:40:58.425Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2527 | 2026-08-11T21:40:58.456Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2528 | 2026-08-11T21:40:58.478Z | Compiling term v1.2.1 |
| 2529 | 2026-08-11T21:40:58.511Z | Compiling take_mut v0.2.2 |
| 2530 | 2026-08-11T21:40:58.555Z | Compiling oxide-update-engine-types v0.1.2 |
| 2531 | 2026-08-11T21:40:58.577Z | Compiling float-ord v0.3.2 |
| 2532 | 2026-08-11T21:40:58.601Z | Compiling lru-cache v0.1.2 |
| 2533 | 2026-08-11T21:40:58.604Z | Compiling slog-bunyan v2.5.0 |
| 2534 | 2026-08-11T21:40:58.648Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2535 | 2026-08-11T21:40:58.669Z | Compiling async-compression v0.4.41 |
| 2536 | 2026-08-11T21:40:58.711Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2537 | 2026-08-11T21:40:58.795Z | Compiling slog-term v2.9.2 |
| 2538 | 2026-08-11T21:40:58.972Z | Compiling typify-impl v0.6.2 |
| 2539 | 2026-08-11T21:40:59.017Z | Compiling dropshot v0.17.1 |
| 2540 | 2026-08-11T21:40:59.079Z | Compiling async-stream v0.3.6 |
| 2541 | 2026-08-11T21:40:59.083Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2542 | 2026-08-11T21:40:59.138Z | Compiling progenitor-client v0.14.0 |
| 2543 | 2026-08-11T21:40:59.159Z | Compiling sha1 v0.11.0 |
| 2544 | 2026-08-11T21:40:59.253Z | Compiling waitgroup v0.1.2 |
| 2545 | 2026-08-11T21:40:59.275Z | Compiling rustls-pemfile v2.2.0 |
| 2546 | 2026-08-11T21:40:59.299Z | Compiling backon v1.6.0 |
| 2547 | 2026-08-11T21:40:59.382Z | Compiling serde_path_to_error v0.1.20 |
| 2548 | 2026-08-11T21:40:59.413Z | Compiling hostname v0.4.2 |
| 2549 | 2026-08-11T21:40:59.435Z | Compiling instant v0.1.13 |
| 2550 | 2026-08-11T21:40:59.458Z | Compiling linear-map v1.2.0 |
| 2551 | 2026-08-11T21:40:59.486Z | Compiling minimal-lexical v0.2.1 |
| 2552 | 2026-08-11T21:40:59.532Z | Compiling debug-ignore v1.0.5 |
| 2553 | 2026-08-11T21:40:59.575Z | Compiling backoff v0.4.0 |
| 2554 | 2026-08-11T21:40:59.596Z | Compiling progenitor-extras v0.2.0 |
| 2555 | 2026-08-11T21:40:59.701Z | Compiling nom v7.1.3 |
| 2556 | 2026-08-11T21:40:59.722Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2557 | 2026-08-11T21:40:59.762Z | Compiling oxide-update-engine v0.1.2 |
| 2558 | 2026-08-11T21:40:59.783Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2559 | 2026-08-11T21:40:59.786Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2560 | 2026-08-11T21:40:59.824Z | Compiling parse-display v0.10.0 |
| 2561 | 2026-08-11T21:40:59.867Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2562 | 2026-08-11T21:40:59.996Z | Compiling hickory-proto v0.24.4 |
| 2563 | 2026-08-11T21:41:00.350Z | Compiling regress v0.10.5 |
| 2564 | 2026-08-11T21:41:00.517Z | Compiling itertools v0.14.0 |
| 2565 | 2026-08-11T21:41:01.040Z | Compiling macaddr v1.0.1 |
| 2566 | 2026-08-11T21:41:01.077Z | Compiling unicode-xid v0.2.6 |
| 2567 | 2026-08-11T21:41:01.099Z | Compiling humantime v2.3.0 |
| 2568 | 2026-08-11T21:41:01.288Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2569 | 2026-08-11T21:41:01.362Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2570 | 2026-08-11T21:41:01.461Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2571 | 2026-08-11T21:41:01.661Z | Compiling convert_case v0.10.0 |
| 2572 | 2026-08-11T21:41:01.700Z | Compiling owo-colors v4.3.0 |
| 2573 | 2026-08-11T21:41:01.779Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2574 | 2026-08-11T21:41:01.814Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2575 | 2026-08-11T21:41:01.947Z | Compiling derive_more-impl v2.1.1 |
| 2576 | 2026-08-11T21:41:02.061Z | Compiling toml v0.8.23 |
| 2577 | 2026-08-11T21:41:02.323Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2578 | 2026-08-11T21:41:02.400Z | Compiling typify-macro v0.6.2 |
| 2579 | 2026-08-11T21:41:02.491Z | Compiling papergrid v0.11.0 |
| 2580 | 2026-08-11T21:41:02.514Z | Compiling hickory-resolver v0.24.4 |
| 2581 | 2026-08-11T21:41:02.635Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2582 | 2026-08-11T21:41:02.717Z | Compiling derive_more v2.1.1 |
| 2583 | 2026-08-11T21:41:02.850Z | Compiling tabled_derive v0.7.0 |
| 2584 | 2026-08-11T21:41:03.028Z | Compiling termtree v0.5.1 |
| 2585 | 2026-08-11T21:41:03.230Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2586 | 2026-08-11T21:41:03.258Z | Compiling crossterm v0.29.0 |
| 2587 | 2026-08-11T21:41:03.664Z | Compiling phf_shared v0.12.1 |
| 2588 | 2026-08-11T21:41:03.743Z | Compiling qorb v0.4.1 |
| 2589 | 2026-08-11T21:41:03.925Z | Compiling tabled v0.15.0 |
| 2590 | 2026-08-11T21:41:03.976Z | Compiling typify v0.6.2 |
| 2591 | 2026-08-11T21:41:04.277Z | Compiling progenitor-impl v0.14.0 |
| 2592 | 2026-08-11T21:41:04.751Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2593 | 2026-08-11T21:41:05.279Z | Compiling vte v0.14.1 |
| 2594 | 2026-08-11T21:41:05.539Z | Compiling csv-core v0.1.13 |
| 2595 | 2026-08-11T21:41:05.959Z | Compiling highway v1.3.0 |
| 2596 | 2026-08-11T21:41:06.394Z | Compiling progenitor-macro v0.14.0 |
| 2597 | 2026-08-11T21:41:06.660Z | Compiling chrono-tz v0.10.4 |
| 2598 | 2026-08-11T21:41:06.913Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2599 | 2026-08-11T21:41:07.174Z | Compiling csv v1.4.0 |
| 2600 | 2026-08-11T21:41:07.731Z | Compiling strip-ansi-escapes v0.2.1 |
| 2601 | 2026-08-11T21:41:07.807Z | Compiling phf v0.12.1 |
| 2602 | 2026-08-11T21:41:08.011Z | Compiling const_format_proc_macros v0.2.34 |
| 2603 | 2026-08-11T21:41:08.130Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2604 | 2026-08-11T21:41:08.295Z | Compiling fd-lock v4.0.4 |
| 2605 | 2026-08-11T21:41:08.316Z | Compiling peg-macros v0.8.5 |
| 2606 | 2026-08-11T21:41:08.467Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2607 | 2026-08-11T21:41:08.614Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2608 | 2026-08-11T21:41:08.742Z | Compiling nu-ansi-term v0.50.3 |
| 2609 | 2026-08-11T21:41:08.787Z | Compiling const_format v0.2.35 |
| 2610 | 2026-08-11T21:41:09.013Z | Compiling reedline v0.40.0 |
| 2611 | 2026-08-11T21:41:09.541Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2612 | 2026-08-11T21:41:09.590Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2613 | 2026-08-11T21:41:10.533Z | Compiling progenitor v0.14.0 |
| 2614 | 2026-08-11T21:41:10.726Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2615 | 2026-08-11T21:41:10.748Z | Compiling peg v0.8.5 |
| 2616 | 2026-08-11T21:41:10.837Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2617 | 2026-08-11T21:41:10.857Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2618 | 2026-08-11T21:41:10.978Z | Compiling bcs v0.1.6 |
| 2619 | 2026-08-11T21:41:11.424Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2620 | 2026-08-11T21:41:11.725Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2621 | 2026-08-11T21:41:11.868Z | Compiling nom v8.0.0 |
| 2622 | 2026-08-11T21:41:12.323Z | Compiling semver v0.1.20 |
| 2623 | 2026-08-11T21:41:12.619Z | Compiling rustc_version v0.1.7 |
| 2624 | 2026-08-11T21:41:12.885Z | Compiling newtype_derive v0.1.6 |
| 2625 | 2026-08-11T21:41:13.004Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2626 | 2026-08-11T21:41:13.040Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2627 | 2026-08-11T21:41:13.147Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2628 | 2026-08-11T21:41:13.272Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2629 | 2026-08-11T21:41:13.373Z | Compiling smawk v0.3.2 |
| 2630 | 2026-08-11T21:41:13.401Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2631 | 2026-08-11T21:41:13.572Z | Compiling unicode-linebreak v0.1.5 |
| 2632 | 2026-08-11T21:41:13.928Z | Compiling textwrap v0.16.2 |
| 2633 | 2026-08-11T21:41:14.245Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2634 | 2026-08-11T21:41:14.330Z | Compiling steno v0.4.1 |
| 2635 | 2026-08-11T21:41:14.583Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2636 | 2026-08-11T21:41:15.234Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2637 | 2026-08-11T21:41:15.445Z | Compiling sha1 v0.10.6 |
| 2638 | 2026-08-11T21:41:15.811Z | Compiling utf-8 v0.7.6 |
| 2639 | 2026-08-11T21:41:15.904Z | Compiling tagptr v0.2.0 |
| 2640 | 2026-08-11T21:41:16.049Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2641 | 2026-08-11T21:41:16.071Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2642 | 2026-08-11T21:41:16.096Z | Compiling moka v0.12.13 |
| 2643 | 2026-08-11T21:41:16.240Z | Compiling tungstenite v0.21.0 |
| 2644 | 2026-08-11T21:41:16.327Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2645 | 2026-08-11T21:41:16.452Z | Compiling darling_core v0.21.3 |
| 2646 | 2026-08-11T21:41:16.500Z | Compiling display-error-chain v0.2.2 |
| 2647 | 2026-08-11T21:41:16.675Z | Compiling libscf-sys v1.2.0 |
| 2648 | 2026-08-11T21:41:16.847Z | Compiling tokio-tungstenite v0.21.0 |
| 2649 | 2026-08-11T21:41:17.233Z | Compiling hickory-resolver v0.25.2 |
| 2650 | 2026-08-11T21:41:17.377Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2651 | 2026-08-11T21:41:18.311Z | Compiling vergen-lib v0.1.6 |
| 2652 | 2026-08-11T21:41:18.538Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2653 | 2026-08-11T21:41:18.654Z | Compiling darling_macro v0.21.3 |
| 2654 | 2026-08-11T21:41:18.989Z | Compiling diesel_derives v2.3.7 |
| 2655 | 2026-08-11T21:41:19.182Z | Compiling darling v0.21.3 |
| 2656 | 2026-08-11T21:41:19.227Z | Compiling scheduled-thread-pool v0.2.7 |
| 2657 | 2026-08-11T21:41:19.251Z | Compiling vergen-gitcl v1.0.8 |
| 2658 | 2026-08-11T21:41:19.274Z | Compiling dsl_auto_type v0.2.0 |
| 2659 | 2026-08-11T21:41:19.294Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2660 | 2026-08-11T21:41:19.481Z | Compiling dirs-sys-next v0.1.2 |
| 2661 | 2026-08-11T21:41:19.511Z | Compiling maplit v1.0.2 |
| 2662 | 2026-08-11T21:41:19.559Z | Compiling glob v0.3.3 |
| 2663 | 2026-08-11T21:41:19.581Z | Compiling crunchy v0.2.4 |
| 2664 | 2026-08-11T21:41:19.675Z | Compiling dirs-next v2.0.0 |
| 2665 | 2026-08-11T21:41:19.755Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2666 | 2026-08-11T21:41:19.824Z | Compiling r2d2 v0.8.10 |
| 2667 | 2026-08-11T21:41:19.917Z | Compiling clang-sys v1.8.1 |
| 2668 | 2026-08-11T21:41:19.942Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2669 | 2026-08-11T21:41:20.098Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2670 | 2026-08-11T21:41:20.155Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2671 | 2026-08-11T21:41:20.287Z | Compiling papergrid v0.18.0 |
| 2672 | 2026-08-11T21:41:20.310Z | Compiling tiny-keccak v2.0.2 |
| 2673 | 2026-08-11T21:41:20.521Z | Compiling downcast-rs v2.0.2 |
| 2674 | 2026-08-11T21:41:20.796Z | Compiling term v0.7.0 |
| 2675 | 2026-08-11T21:41:21.179Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2676 | 2026-08-11T21:41:21.307Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2677 | 2026-08-11T21:41:21.533Z | Compiling tabled v0.21.0 |
| 2678 | 2026-08-11T21:41:22.099Z | Compiling bit-vec v0.6.3 |
| 2679 | 2026-08-11T21:41:22.253Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2680 | 2026-08-11T21:41:22.341Z | Compiling bit-set v0.5.3 |
| 2681 | 2026-08-11T21:41:22.549Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2682 | 2026-08-11T21:41:22.571Z | Compiling ascii-canvas v3.0.0 |
| 2683 | 2026-08-11T21:41:22.761Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2684 | 2026-08-11T21:41:22.826Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2685 | 2026-08-11T21:41:22.857Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2686 | 2026-08-11T21:41:23.071Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2687 | 2026-08-11T21:41:23.097Z | Compiling itertools v0.10.5 |
| 2688 | 2026-08-11T21:41:23.244Z | Compiling ena v0.14.4 |
| 2689 | 2026-08-11T21:41:23.455Z | Compiling libloading v0.8.9 |
| 2690 | 2026-08-11T21:41:23.495Z | Compiling bindgen v0.71.1 |
| 2691 | 2026-08-11T21:41:23.650Z | Compiling xshell-macros v0.2.7 |
| 2692 | 2026-08-11T21:41:23.767Z | Compiling regex-syntax v0.6.29 |
| 2693 | 2026-08-11T21:41:23.978Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2694 | 2026-08-11T21:41:24.034Z | Compiling diff v0.1.13 |
| 2695 | 2026-08-11T21:41:24.054Z | Compiling unicase v2.9.0 |
| 2696 | 2026-08-11T21:41:24.196Z | Compiling xshell v0.2.7 |
| 2697 | 2026-08-11T21:41:24.406Z | Compiling diesel v2.3.7 |
| 2698 | 2026-08-11T21:41:25.053Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2699 | 2026-08-11T21:41:25.436Z | Compiling lalrpop v0.19.12 |
| 2700 | 2026-08-11T21:41:25.617Z | Compiling cexpr v0.6.0 |
| 2701 | 2026-08-11T21:41:25.852Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2702 | 2026-08-11T21:41:25.953Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2703 | 2026-08-11T21:41:26.094Z | Compiling crc8 v0.1.1 |
| 2704 | 2026-08-11T21:41:26.238Z | Compiling rustc-hash v2.1.1 |
| 2705 | 2026-08-11T21:41:26.453Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2706 | 2026-08-11T21:41:26.477Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2707 | 2026-08-11T21:41:26.567Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2708 | 2026-08-11T21:41:26.761Z | Compiling headers-core v0.3.0 |
| 2709 | 2026-08-11T21:41:26.918Z | Compiling libxml v0.3.3 |
| 2710 | 2026-08-11T21:41:27.064Z | Compiling headers v0.4.1 |
| 2711 | 2026-08-11T21:41:27.214Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2712 | 2026-08-11T21:41:27.244Z | Compiling strum_macros v0.24.3 |
| 2713 | 2026-08-11T21:41:27.431Z | Compiling indoc v1.0.9 |
| 2714 | 2026-08-11T21:41:27.688Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2715 | 2026-08-11T21:41:27.867Z | Compiling derive_builder v0.20.2 |
| 2716 | 2026-08-11T21:41:27.939Z | Compiling oso-derive v0.27.3 |
| 2717 | 2026-08-11T21:41:28.036Z | Compiling quick-xml v0.37.5 |
| 2718 | 2026-08-11T21:41:28.453Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2719 | 2026-08-11T21:41:28.474Z | Compiling openssl-probe v0.1.6 |
| 2720 | 2026-08-11T21:41:28.712Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2721 | 2026-08-11T21:41:28.774Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2722 | 2026-08-11T21:41:29.233Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2723 | 2026-08-11T21:41:29.426Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2724 | 2026-08-11T21:41:29.448Z | Compiling bb8 v0.8.6 |
| 2725 | 2026-08-11T21:41:29.470Z | Compiling trait-variant v0.1.2 |
| 2726 | 2026-08-11T21:41:29.498Z | Compiling half v1.8.3 |
| 2727 | 2026-08-11T21:41:29.605Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2728 | 2026-08-11T21:41:29.767Z | Compiling serde_cbor v0.11.2 |
| 2729 | 2026-08-11T21:41:29.825Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2730 | 2026-08-11T21:41:29.933Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2731 | 2026-08-11T21:41:30.003Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2732 | 2026-08-11T21:41:30.073Z | Compiling progenitor-impl v0.13.0 |
| 2733 | 2026-08-11T21:41:30.683Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2734 | 2026-08-11T21:41:30.687Z | Compiling nonempty v0.12.0 |
| 2735 | 2026-08-11T21:41:30.799Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2736 | 2026-08-11T21:41:30.941Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2737 | 2026-08-11T21:41:30.984Z | Compiling samael v0.0.19 |
| 2738 | 2026-08-11T21:41:31.225Z | Compiling progenitor-client v0.13.0 |
| 2739 | 2026-08-11T21:41:31.734Z | Compiling fxhash v0.2.1 |
| 2740 | 2026-08-11T21:41:31.950Z | Compiling libz-sys v1.1.24 |
| 2741 | 2026-08-11T21:41:32.132Z | Compiling salty v0.3.0 |
| 2742 | 2026-08-11T21:41:32.205Z | Compiling progenitor-macro v0.13.0 |
| 2743 | 2026-08-11T21:41:32.430Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2744 | 2026-08-11T21:41:32.451Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2745 | 2026-08-11T21:41:32.525Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2746 | 2026-08-11T21:41:32.820Z | Compiling kstat-rs v0.2.5 |
| 2747 | 2026-08-11T21:41:32.847Z | Compiling polar-core v0.27.3 |
| 2748 | 2026-08-11T21:41:33.521Z | Compiling mime_guess v2.0.5 |
| 2749 | 2026-08-11T21:41:34.070Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2750 | 2026-08-11T21:41:34.719Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2751 | 2026-08-11T21:41:35.619Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2752 | 2026-08-11T21:41:35.818Z | Compiling rfc6979 v0.4.0 |
| 2753 | 2026-08-11T21:41:36.000Z | Compiling nanorand v0.7.0 |
| 2754 | 2026-08-11T21:41:36.093Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2755 | 2026-08-11T21:41:36.322Z | Compiling parking_lot_core v0.8.6 |
| 2756 | 2026-08-11T21:41:36.359Z | Compiling progenitor v0.13.0 |
| 2757 | 2026-08-11T21:41:36.380Z | Compiling flume v0.11.1 |
| 2758 | 2026-08-11T21:41:36.554Z | Compiling ecdsa v0.16.9 |
| 2759 | 2026-08-11T21:41:36.623Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2760 | 2026-08-11T21:41:36.953Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2761 | 2026-08-11T21:41:36.985Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2762 | 2026-08-11T21:41:37.197Z | Compiling primeorder v0.13.6 |
| 2763 | 2026-08-11T21:41:37.513Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2764 | 2026-08-11T21:41:38.150Z | Compiling git-stub v1.0.0 |
| 2765 | 2026-08-11T21:41:38.347Z | Compiling strsim v0.10.0 |
| 2766 | 2026-08-11T21:41:38.418Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2767 | 2026-08-11T21:41:38.641Z | Compiling http-range v0.1.5 |
| 2768 | 2026-08-11T21:41:38.662Z | Compiling instability v0.3.11 |
| 2769 | 2026-08-11T21:41:38.957Z | Compiling darling_core v0.13.4 |
| 2770 | 2026-08-11T21:41:38.977Z | Compiling git-stub-vcs v0.1.0 |
| 2771 | 2026-08-11T21:41:39.332Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2772 | 2026-08-11T21:41:39.959Z | Compiling p384 v0.13.1 |
| 2773 | 2026-08-11T21:41:40.602Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2774 | 2026-08-11T21:41:40.994Z | Compiling ignore v0.4.25 |
| 2775 | 2026-08-11T21:41:41.184Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2776 | 2026-08-11T21:41:41.440Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2777 | 2026-08-11T21:41:42.862Z | Compiling oso v0.27.3 |
| 2778 | 2026-08-11T21:41:44.084Z | Compiling diesel-dtrace v0.5.0 |
| 2779 | 2026-08-11T21:41:44.410Z | Compiling async-bb8-diesel v0.2.1 |
| 2780 | 2026-08-11T21:41:44.839Z | Compiling vergen-git2 v9.1.0 |
| 2781 | 2026-08-11T21:41:44.965Z | Compiling castaway v0.2.4 |
| 2782 | 2026-08-11T21:41:45.026Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2783 | 2026-08-11T21:41:45.058Z | Compiling indoc v2.0.7 |
| 2784 | 2026-08-11T21:41:45.149Z | Compiling compact_str v0.8.1 |
| 2785 | 2026-08-11T21:41:45.341Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2786 | 2026-08-11T21:41:45.889Z | Compiling globwalk v0.9.1 |
| 2787 | 2026-08-11T21:41:46.188Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2788 | 2026-08-11T21:41:46.269Z | Compiling parking_lot v0.11.2 |
| 2789 | 2026-08-11T21:41:46.315Z | Compiling hyper-staticfile v0.10.1 |
| 2790 | 2026-08-11T21:41:46.521Z | Compiling darling_macro v0.13.4 |
| 2791 | 2026-08-11T21:41:46.664Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2792 | 2026-08-11T21:41:47.018Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2793 | 2026-08-11T21:41:47.395Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2794 | 2026-08-11T21:41:47.447Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2795 | 2026-08-11T21:41:47.469Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2796 | 2026-08-11T21:41:47.501Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2797 | 2026-08-11T21:41:48.042Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2798 | 2026-08-11T21:41:48.173Z | Compiling predicates-tree v1.0.13 |
| 2799 | 2026-08-11T21:41:48.585Z | Compiling unicode-truncate v1.1.0 |
| 2800 | 2026-08-11T21:41:48.796Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2801 | 2026-08-11T21:41:49.029Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2802 | 2026-08-11T21:41:49.052Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2803 | 2026-08-11T21:41:49.406Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2804 | 2026-08-11T21:41:49.454Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2805 | 2026-08-11T21:41:49.543Z | Compiling digest-io v0.1.0 |
| 2806 | 2026-08-11T21:41:49.714Z | Compiling lru v0.12.5 |
| 2807 | 2026-08-11T21:41:49.888Z | Compiling sha2 v0.11.0 |
| 2808 | 2026-08-11T21:41:49.941Z | Compiling prefix-trie v0.7.0 |
| 2809 | 2026-08-11T21:41:50.389Z | Compiling rand_seeder v0.4.0 |
| 2810 | 2026-08-11T21:41:50.432Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2811 | 2026-08-11T21:41:50.537Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2812 | 2026-08-11T21:41:50.646Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2813 | 2026-08-11T21:41:50.777Z | Compiling rawzip v0.4.4 |
| 2814 | 2026-08-11T21:41:50.883Z | Compiling cassowary v0.3.0 |
| 2815 | 2026-08-11T21:41:50.905Z | Compiling corncobs v0.1.4 |
| 2816 | 2026-08-11T21:41:51.145Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2817 | 2026-08-11T21:41:51.432Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2818 | 2026-08-11T21:41:51.815Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2819 | 2026-08-11T21:41:51.838Z | Compiling ratatui v0.29.0 |
| 2820 | 2026-08-11T21:41:52.470Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2821 | 2026-08-11T21:41:52.677Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2822 | 2026-08-11T21:41:53.503Z | Compiling hickory-server v0.25.2 |
| 2823 | 2026-08-11T21:41:53.668Z | Compiling camino-tempfile-ext v0.3.3 |
| 2824 | 2026-08-11T21:41:54.232Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2825 | 2026-08-11T21:41:55.822Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2826 | 2026-08-11T21:41:56.506Z | Compiling darling v0.13.4 |
| 2827 | 2026-08-11T21:41:57.048Z | Compiling sled v0.34.7 |
| 2828 | 2026-08-11T21:41:57.190Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2829 | 2026-08-11T21:41:57.322Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2830 | 2026-08-11T21:41:58.502Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2831 | 2026-08-11T21:41:58.747Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2832 | 2026-08-11T21:41:58.966Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2833 | 2026-08-11T21:41:58.989Z | Compiling secrecy v0.8.0 |
| 2834 | 2026-08-11T21:41:59.070Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2835 | 2026-08-11T21:41:59.356Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2836 | 2026-08-11T21:41:59.419Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2837 | 2026-08-11T21:41:59.867Z | Compiling serde_with_macros v1.5.2 |
| 2838 | 2026-08-11T21:42:00.181Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2839 | 2026-08-11T21:42:00.675Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2840 | 2026-08-11T21:42:01.653Z | Compiling git2 v0.20.4 |
| 2841 | 2026-08-11T21:42:01.769Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2842 | 2026-08-11T21:42:02.226Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2843 | 2026-08-11T21:42:02.250Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2844 | 2026-08-11T21:42:02.453Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2845 | 2026-08-11T21:42:02.475Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2846 | 2026-08-11T21:42:02.691Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2847 | 2026-08-11T21:42:02.723Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2848 | 2026-08-11T21:42:02.924Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2849 | 2026-08-11T21:42:03.019Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2850 | 2026-08-11T21:42:03.143Z | Compiling arc-swap v1.8.2 |
| 2851 | 2026-08-11T21:42:03.249Z | Compiling void v1.0.2 |
| 2852 | 2026-08-11T21:42:03.389Z | Compiling lzss v0.8.2 |
| 2853 | 2026-08-11T21:42:03.527Z | Compiling slog-scope v4.4.1 |
| 2854 | 2026-08-11T21:42:03.857Z | Compiling illumos-nvpair v0.3.0 |
| 2855 | 2026-08-11T21:42:03.884Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2856 | 2026-08-11T21:42:04.109Z | Compiling serde_with v1.14.0 |
| 2857 | 2026-08-11T21:42:04.566Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2858 | 2026-08-11T21:42:04.757Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2859 | 2026-08-11T21:42:04.791Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2860 | 2026-08-11T21:42:05.276Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2861 | 2026-08-11T21:42:05.708Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2862 | 2026-08-11T21:42:06.410Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2863 | 2026-08-11T21:42:07.366Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2864 | 2026-08-11T21:42:07.685Z | Compiling scuffle v0.1.0 |
| 2865 | 2026-08-11T21:42:09.775Z | Compiling tungstenite v0.23.0 |
| 2866 | 2026-08-11T21:42:10.321Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2867 | 2026-08-11T21:42:10.861Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2868 | 2026-08-11T21:42:11.560Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2869 | 2026-08-11T21:42:11.778Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2870 | 2026-08-11T21:42:11.997Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2871 | 2026-08-11T21:42:12.027Z | Compiling nix v0.27.1 |
| 2872 | 2026-08-11T21:42:12.245Z | Compiling twox-hash v2.1.2 |
| 2873 | 2026-08-11T21:42:12.284Z | Compiling libsw-core v0.3.2 |
| 2874 | 2026-08-11T21:42:12.357Z | Compiling atty v0.2.14 |
| 2875 | 2026-08-11T21:42:12.456Z | Compiling serde_bytes v0.11.19 |
| 2876 | 2026-08-11T21:42:12.502Z | Compiling libsw v3.5.0 |
| 2877 | 2026-08-11T21:42:12.588Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2878 | 2026-08-11T21:42:12.724Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2879 | 2026-08-11T21:42:12.747Z | Compiling tokio-tungstenite v0.23.1 |
| 2880 | 2026-08-11T21:42:12.750Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2881 | 2026-08-11T21:42:12.866Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 2882 | 2026-08-11T21:42:13.124Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2883 | 2026-08-11T21:42:13.194Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2884 | 2026-08-11T21:42:14.648Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2885 | 2026-08-11T21:42:15.965Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2886 | 2026-08-11T21:42:16.042Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2887 | 2026-08-11T21:42:16.671Z | Compiling slog-stdlog v4.1.1 |
| 2888 | 2026-08-11T21:42:16.696Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2889 | 2026-08-11T21:42:16.767Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2890 | 2026-08-11T21:42:17.071Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2891 | 2026-08-11T21:42:17.222Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2892 | 2026-08-11T21:42:17.321Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2893 | 2026-08-11T21:42:17.500Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2894 | 2026-08-11T21:42:18.394Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2895 | 2026-08-11T21:42:19.148Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2896 | 2026-08-11T21:42:19.353Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2897 | 2026-08-11T21:42:19.718Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2898 | 2026-08-11T21:42:22.092Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2899 | 2026-08-11T21:42:23.666Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2900 | 2026-08-11T21:42:24.417Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2901 | 2026-08-11T21:42:24.915Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2902 | 2026-08-11T21:42:25.118Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2903 | 2026-08-11T21:42:25.338Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2904 | 2026-08-11T21:42:26.242Z | Compiling signal-hook-tokio v0.3.1 |
| 2905 | 2026-08-11T21:42:26.337Z | Compiling fatfs v0.3.6 |
| 2906 | 2026-08-11T21:42:26.424Z | Compiling yasna v0.5.2 |
| 2907 | 2026-08-11T21:42:26.897Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2908 | 2026-08-11T21:42:27.655Z | Compiling assert_matches v1.5.0 |
| 2909 | 2026-08-11T21:42:27.764Z | Compiling is_ci v1.2.0 |
| 2910 | 2026-08-11T21:42:28.049Z | Compiling seq-macro v0.3.6 |
| 2911 | 2026-08-11T21:42:28.064Z | Compiling supports-color v3.0.2 |
| 2912 | 2026-08-11T21:42:28.064Z | Compiling rcgen v0.12.1 |
| 2913 | 2026-08-11T21:42:28.244Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2914 | 2026-08-11T21:42:28.483Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2915 | 2026-08-11T21:42:30.850Z | Compiling slog-envlogger v2.2.0 |
| 2916 | 2026-08-11T21:42:31.536Z | Compiling oxide-update-engine-display v0.1.2 |
| 2917 | 2026-08-11T21:42:31.943Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2918 | 2026-08-11T21:42:32.033Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2919 | 2026-08-11T21:42:32.460Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2920 | 2026-08-11T21:42:32.578Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2921 | 2026-08-11T21:42:32.681Z | Compiling port-file v0.1.0 |
| 2922 | 2026-08-11T21:42:32.807Z | Compiling rtoolbox v0.0.3 |
| 2923 | 2026-08-11T21:42:33.015Z | Compiling subprocess v0.2.15 |
| 2924 | 2026-08-11T21:42:33.084Z | Compiling rpassword v7.5.4 |
| 2925 | 2026-08-11T21:42:33.695Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2926 | 2026-08-11T21:42:33.824Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2927 | 2026-08-11T21:42:35.176Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2928 | 2026-08-11T21:42:35.845Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2929 | 2026-08-11T21:42:35.986Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2930 | 2026-08-11T21:42:37.412Z | Compiling tui-tree-widget v0.23.1 |
| 2931 | 2026-08-11T21:42:38.977Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2932 | 2026-08-11T21:42:39.089Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 2933 | 2026-08-11T21:42:39.089Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2934 | 2026-08-11T21:42:39.090Z | Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 2935 | 2026-08-11T21:42:39.090Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2936 | 2026-08-11T21:42:39.236Z | Compiling uzers v0.12.2 |
| 2937 | 2026-08-11T21:42:40.642Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2938 | 2026-08-11T21:42:40.740Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2939 | 2026-08-11T21:42:41.787Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2940 | 2026-08-11T21:42:43.311Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2941 | 2026-08-11T21:42:43.410Z | Compiling support-bundle-viewer v0.1.2 |
| 2942 | 2026-08-11T21:42:44.700Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2943 | 2026-08-11T21:42:45.276Z | Compiling multimap v0.10.1 |
| 2944 | 2026-08-11T21:42:53.174Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2945 | 2026-08-11T21:42:56.054Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2946 | 2026-08-11T21:43:00.948Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2947 | 2026-08-11T21:43:05.148Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2948 | 2026-08-11T21:43:06.044Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2949 | 2026-08-11T21:51:57.666Z | Finished `release` profile [optimized] target(s) in 11m 01s |
| 2950 | 2026-08-11T21:52:49.825Z | |
| 2951 | 2026-08-11T21:52:49.837Z | real 11:55.169016569 |
| 2952 | 2026-08-11T21:52:49.837Z | user 1:22:21.978107075 |
| 2953 | 2026-08-11T21:52:49.838Z | sys 3:34.388566918 |
| 2954 | 2026-08-11T21:52:49.838Z | trap 1.843391303 |
| 2955 | 2026-08-11T21:52:49.838Z | tflt 1.965318485 |
| 2956 | 2026-08-11T21:52:49.838Z | dflt 19.680278384 |
| 2957 | 2026-08-11T21:52:49.838Z | kflt 0.005051786 |
| 2958 | 2026-08-11T21:52:49.838Z | lock 8:47:11.523860493 |
| 2959 | 2026-08-11T21:52:49.838Z | slp 2:22:37.835821816 |
| 2960 | 2026-08-11T21:52:49.838Z | lat 2:31.506218445 |
| 2961 | 2026-08-11T21:52:49.838Z | stop 5:29.177345534 |
| 2962 | 2026-08-11T21:52:49.838Z | + mapfile -t packages |
| 2963 | 2026-08-11T21:52:49.838Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2964 | 2026-08-11T21:52:50.757Z | Finished `release` profile [optimized] target(s) in 0.92s |
| 2965 | 2026-08-11T21:52:50.828Z | Running `target/release/omicron-package -t test list-outputs` |
| 2966 | 2026-08-11T21:52:50.886Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2967 | 2026-08-11T21:52:50.890Z | + ptime -m cargo build --locked --release -p xtask |
| 2968 | 2026-08-11T21:52:51.379Z | Compiling libc v0.2.185 |
| 2969 | 2026-08-11T21:52:51.379Z | Compiling serde_core v1.0.228 |
| 2970 | 2026-08-11T21:52:51.379Z | Compiling serde v1.0.228 |
| 2971 | 2026-08-11T21:52:51.382Z | Compiling rustix v1.1.3 |
| 2972 | 2026-08-11T21:52:51.382Z | Compiling bitflags v2.11.0 |
| 2973 | 2026-08-11T21:52:51.382Z | Compiling serde_json v1.0.151 |
| 2974 | 2026-08-11T21:52:51.539Z | Compiling usdt-impl v0.5.0 |
| 2975 | 2026-08-11T21:52:51.549Z | Compiling syn v2.0.117 |
| 2976 | 2026-08-11T21:52:51.559Z | Compiling syn v1.0.109 |
| 2977 | 2026-08-11T21:52:51.572Z | Compiling getrandom v0.4.1 |
| 2978 | 2026-08-11T21:52:51.576Z | Compiling log v0.4.29 |
| 2979 | 2026-08-11T21:52:51.576Z | Compiling indexmap v2.14.0 |
| 2980 | 2026-08-11T21:52:51.607Z | Compiling fs-err v3.3.0 |
| 2981 | 2026-08-11T21:52:51.812Z | Compiling anyhow v1.0.102 |
| 2982 | 2026-08-11T21:52:51.895Z | Compiling once_cell v1.21.3 |
| 2983 | 2026-08-11T21:52:51.918Z | Compiling heck v0.4.1 |
| 2984 | 2026-08-11T21:52:52.222Z | Compiling thread-id v4.2.2 |
| 2985 | 2026-08-11T21:52:52.252Z | Compiling errno v0.3.14 |
| 2986 | 2026-08-11T21:52:52.255Z | Compiling memmap v0.7.0 |
| 2987 | 2026-08-11T21:52:52.989Z | Compiling proc-macro-error v1.0.4 |
| 2988 | 2026-08-11T21:52:53.215Z | Compiling terminal_size v0.4.3 |
| 2989 | 2026-08-11T21:52:53.215Z | Compiling tempfile v3.25.0 |
| 2990 | 2026-08-11T21:52:53.254Z | Compiling tabled_derive v0.7.0 |
| 2991 | 2026-08-11T21:52:53.314Z | Compiling clap_builder v4.6.0 |
| 2992 | 2026-08-11T21:52:53.314Z | Compiling textwrap v0.16.2 |
| 2993 | 2026-08-11T21:52:53.571Z | Compiling camino v1.2.2 |
| 2994 | 2026-08-11T21:52:53.571Z | Compiling semver v1.0.28 |
| 2995 | 2026-08-11T21:52:53.575Z | Compiling cargo-platform v0.3.2 |
| 2996 | 2026-08-11T21:52:53.703Z | Compiling pest_generator v2.8.6 |
| 2997 | 2026-08-11T21:52:53.950Z | Compiling camino-tempfile v1.4.1 |
| 2998 | 2026-08-11T21:52:53.965Z | Compiling tabled v0.15.0 |
| 2999 | 2026-08-11T21:52:54.196Z | Compiling serde_derive v1.0.228 |
| 3000 | 2026-08-11T21:52:54.196Z | Compiling thiserror-impl v1.0.69 |
| 3001 | 2026-08-11T21:52:54.199Z | Compiling zerocopy-derive v0.7.35 |
| 3002 | 2026-08-11T21:52:54.199Z | Compiling scroll_derive v0.12.1 |
| 3003 | 2026-08-11T21:52:54.199Z | Compiling thiserror-impl v2.0.18 |
| 3004 | 2026-08-11T21:52:54.199Z | Compiling clap_derive v4.6.1 |
| 3005 | 2026-08-11T21:52:54.261Z | Compiling pest_derive v2.8.6 |
| 3006 | 2026-08-11T21:52:54.866Z | Compiling scroll v0.12.0 |
| 3007 | 2026-08-11T21:52:55.024Z | Compiling zerocopy v0.7.35 |
| 3008 | 2026-08-11T21:52:55.152Z | Compiling goblin v0.8.2 |
| 3009 | 2026-08-11T21:52:55.323Z | Compiling thiserror v1.0.69 |
| 3010 | 2026-08-11T21:52:55.452Z | Compiling dtrace-parser v0.2.0 |
| 3011 | 2026-08-11T21:52:55.606Z | Compiling thiserror v2.0.18 |
| 3012 | 2026-08-11T21:52:55.632Z | Compiling clap v4.6.1 |
| 3013 | 2026-08-11T21:52:57.267Z | Compiling serde_spanned v0.6.9 |
| 3014 | 2026-08-11T21:52:57.291Z | Compiling toml_datetime v0.6.11 |
| 3015 | 2026-08-11T21:52:57.291Z | Compiling macaddr v1.0.1 |
| 3016 | 2026-08-11T21:52:57.300Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3017 | 2026-08-11T21:52:57.311Z | Compiling cargo_metadata v0.23.1 |
| 3018 | 2026-08-11T21:52:57.361Z | Compiling dof v0.3.0 |
| 3019 | 2026-08-11T21:52:57.371Z | Compiling serde_tokenstream v0.2.3 |
| 3020 | 2026-08-11T21:52:57.576Z | Compiling toml_edit v0.22.27 |
| 3021 | 2026-08-11T21:52:58.126Z | Compiling usdt-macro v0.5.0 |
| 3022 | 2026-08-11T21:52:58.129Z | Compiling usdt-attr-macro v0.5.0 |
| 3023 | 2026-08-11T21:52:58.796Z | Compiling usdt v0.5.0 |
| 3024 | 2026-08-11T21:52:59.168Z | Compiling toml v0.8.23 |
| 3025 | 2026-08-11T21:52:59.606Z | Compiling cargo_toml v0.21.0 |
| 3026 | 2026-08-11T21:53:04.006Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3027 | 2026-08-11T21:53:07.223Z | Finished `release` profile [optimized] target(s) in 16.32s |
| 3028 | 2026-08-11T21:53:07.331Z | |
| 3029 | 2026-08-11T21:53:07.331Z | real 16.406650619 |
| 3030 | 2026-08-11T21:53:07.331Z | user 2:05.207238005 |
| 3031 | 2026-08-11T21:53:07.331Z | sys 13.575311798 |
| 3032 | 2026-08-11T21:53:07.336Z | trap 0.065370778 |
| 3033 | 2026-08-11T21:53:07.336Z | tflt 0.424325433 |
| 3034 | 2026-08-11T21:53:07.336Z | dflt 1.233472947 |
| 3035 | 2026-08-11T21:53:07.336Z | kflt 0.000038480 |
| 3036 | 2026-08-11T21:53:07.336Z | lock 4:44.761758554 |
| 3037 | 2026-08-11T21:53:07.336Z | slp 2:43.475898294 |
| 3038 | 2026-08-11T21:53:07.336Z | lat 3.361937799 |
| 3039 | 2026-08-11T21:53:07.336Z | stop 16.500183073 |
| 3040 | 2026-08-11T21:53:07.336Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3041 | 2026-08-11T21:53:07.336Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3042 | 2026-08-11T21:53:07.336Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3043 | 2026-08-11T21:53:07.336Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3044 | 2026-08-11T21:53:07.336Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3045 | 2026-08-11T21:53:08.281Z | Compiling match_cfg v0.1.0 |
| 3046 | 2026-08-11T21:53:08.281Z | Compiling progenitor-client v0.14.0 |
| 3047 | 2026-08-11T21:53:08.281Z | Compiling slog-json v2.6.1 |
| 3048 | 2026-08-11T21:53:08.281Z | Compiling newtype-uuid-macros v0.1.0 |
| 3049 | 2026-08-11T21:53:08.281Z | Compiling sha1 v0.11.0 |
| 3050 | 2026-08-11T21:53:08.281Z | Compiling multer v3.1.0 |
| 3051 | 2026-08-11T21:53:08.285Z | Compiling compression-core v0.4.31 |
| 3052 | 2026-08-11T21:53:08.285Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3053 | 2026-08-11T21:53:08.430Z | Compiling debug-ignore v1.0.5 |
| 3054 | 2026-08-11T21:53:08.449Z | Compiling async-stream-impl v0.3.6 |
| 3055 | 2026-08-11T21:53:08.452Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3056 | 2026-08-11T21:53:08.452Z | Compiling serde_spanned v1.1.1 |
| 3057 | 2026-08-11T21:53:08.452Z | Compiling dropshot v0.17.1 |
| 3058 | 2026-08-11T21:53:08.452Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3059 | 2026-08-11T21:53:08.456Z | Compiling waitgroup v0.1.2 |
| 3060 | 2026-08-11T21:53:08.456Z | Compiling rustls-pemfile v2.2.0 |
| 3061 | 2026-08-11T21:53:08.686Z | Compiling compression-codecs v0.4.37 |
| 3062 | 2026-08-11T21:53:08.703Z | Compiling dropshot_endpoint v0.17.1 |
| 3063 | 2026-08-11T21:53:09.143Z | Compiling serde_path_to_error v0.1.20 |
| 3064 | 2026-08-11T21:53:09.147Z | Compiling hostname v0.3.1 |
| 3065 | 2026-08-11T21:53:09.147Z | Compiling hostname v0.4.2 |
| 3066 | 2026-08-11T21:53:09.147Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3067 | 2026-08-11T21:53:09.147Z | Compiling atomicwrites v0.4.4 |
| 3068 | 2026-08-11T21:53:09.147Z | Compiling macaddr v1.0.1 |
| 3069 | 2026-08-11T21:53:09.147Z | Compiling slog-bunyan v2.5.0 |
| 3070 | 2026-08-11T21:53:09.147Z | Compiling async-compression v0.4.41 |
| 3071 | 2026-08-11T21:53:09.147Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3072 | 2026-08-11T21:53:09.147Z | Compiling instant v0.1.13 |
| 3073 | 2026-08-11T21:53:09.147Z | Compiling regress v0.10.5 |
| 3074 | 2026-08-11T21:53:09.147Z | Compiling parse-display-derive v0.10.0 |
| 3075 | 2026-08-11T21:53:09.147Z | Compiling backon v1.6.0 |
| 3076 | 2026-08-11T21:53:09.147Z | Compiling backoff v0.4.0 |
| 3077 | 2026-08-11T21:53:09.147Z | Compiling itertools v0.14.0 |
| 3078 | 2026-08-11T21:53:09.147Z | Compiling humantime v2.3.0 |
| 3079 | 2026-08-11T21:53:09.147Z | Compiling half v2.7.1 |
| 3080 | 2026-08-11T21:53:09.170Z | Compiling ciborium-io v0.2.2 |
| 3081 | 2026-08-11T21:53:09.190Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3082 | 2026-08-11T21:53:09.210Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3083 | 2026-08-11T21:53:09.232Z | Compiling async-stream v0.3.6 |
| 3084 | 2026-08-11T21:53:09.255Z | Compiling progenitor-extras v0.2.0 |
| 3085 | 2026-08-11T21:53:09.287Z | Compiling crucible-workspace-hack v0.1.0 |
| 3086 | 2026-08-11T21:53:09.304Z | Compiling regress v0.11.1 |
| 3087 | 2026-08-11T21:53:09.325Z | Compiling convert_case v0.4.0 |
| 3088 | 2026-08-11T21:53:09.385Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3089 | 2026-08-11T21:53:09.425Z | Compiling ciborium-ll v0.2.2 |
| 3090 | 2026-08-11T21:53:09.428Z | Compiling secrecy v0.10.3 |
| 3091 | 2026-08-11T21:53:09.463Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3092 | 2026-08-11T21:53:09.480Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3093 | 2026-08-11T21:53:09.496Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3094 | 2026-08-11T21:53:09.549Z | Compiling inout v0.1.4 |
| 3095 | 2026-08-11T21:53:09.619Z | Compiling ciborium v0.2.2 |
| 3096 | 2026-08-11T21:53:09.656Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3097 | 2026-08-11T21:53:09.674Z | Compiling unsafe-libyaml v0.2.11 |
| 3098 | 2026-08-11T21:53:09.689Z | Compiling cipher v0.4.4 |
| 3099 | 2026-08-11T21:53:09.713Z | Compiling derive_more v0.99.20 |
| 3100 | 2026-08-11T21:53:09.736Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3101 | 2026-08-11T21:53:09.773Z | Compiling universal-hash v0.5.1 |
| 3102 | 2026-08-11T21:53:09.831Z | Compiling opaque-debug v0.3.1 |
| 3103 | 2026-08-11T21:53:09.848Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3104 | 2026-08-11T21:53:09.866Z | Compiling blake2 v0.10.6 |
| 3105 | 2026-08-11T21:53:09.919Z | Compiling chacha20 v0.9.1 |
| 3106 | 2026-08-11T21:53:09.940Z | Compiling poly1305 v0.8.0 |
| 3107 | 2026-08-11T21:53:09.963Z | Compiling aead v0.5.2 |
| 3108 | 2026-08-11T21:53:10.103Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3109 | 2026-08-11T21:53:10.186Z | Compiling password-hash v0.5.0 |
| 3110 | 2026-08-11T21:53:10.204Z | Compiling serde_yaml v0.9.34+deprecated |
| 3111 | 2026-08-11T21:53:10.207Z | Compiling indent_write v2.2.0 |
| 3112 | 2026-08-11T21:53:10.341Z | Compiling chacha20poly1305 v0.10.1 |
| 3113 | 2026-08-11T21:53:10.363Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3114 | 2026-08-11T21:53:10.429Z | Compiling num-derive v0.4.2 |
| 3115 | 2026-08-11T21:53:10.449Z | Compiling argon2 v0.5.3 |
| 3116 | 2026-08-11T21:53:10.465Z | Compiling heapless v0.8.0 |
| 3117 | 2026-08-11T21:53:10.526Z | Compiling tabwriter v1.4.1 |
| 3118 | 2026-08-11T21:53:10.613Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3119 | 2026-08-11T21:53:10.640Z | Compiling ingot-macros v0.2.0 |
| 3120 | 2026-08-11T21:53:10.695Z | Compiling hash32 v0.3.1 |
| 3121 | 2026-08-11T21:53:10.782Z | Compiling smoltcp v0.11.0 |
| 3122 | 2026-08-11T21:53:10.799Z | Compiling parse-display v0.10.0 |
| 3123 | 2026-08-11T21:53:10.902Z | Compiling typify-impl v0.6.2 |
| 3124 | 2026-08-11T21:53:10.963Z | Compiling thiserror-no-std v2.0.2 |
| 3125 | 2026-08-11T21:53:10.995Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3126 | 2026-08-11T21:53:11.079Z | Compiling vsss-rs v3.3.4 |
| 3127 | 2026-08-11T21:53:11.140Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3128 | 2026-08-11T21:53:11.159Z | Compiling proc-macro-crate v3.4.0 |
| 3129 | 2026-08-11T21:53:11.406Z | Compiling cobs v0.3.0 |
| 3130 | 2026-08-11T21:53:11.423Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3131 | 2026-08-11T21:53:11.632Z | Compiling colored v3.1.1 |
| 3132 | 2026-08-11T21:53:11.650Z | Compiling postcard v1.1.3 |
| 3133 | 2026-08-11T21:53:11.685Z | Compiling proc-macro-error v1.0.4 |
| 3134 | 2026-08-11T21:53:11.700Z | Compiling rand v0.10.1 |
| 3135 | 2026-08-11T21:53:11.733Z | Compiling num_enum_derive v0.7.6 |
| 3136 | 2026-08-11T21:53:11.775Z | Compiling proc-macro-crate v1.3.1 |
| 3137 | 2026-08-11T21:53:11.962Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3138 | 2026-08-11T21:53:12.022Z | Compiling foreign-types-macros v0.2.3 |
| 3139 | 2026-08-11T21:53:12.040Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3140 | 2026-08-11T21:53:12.044Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3141 | 2026-08-11T21:53:12.171Z | Compiling foreign-types-shared v0.3.1 |
| 3142 | 2026-08-11T21:53:12.200Z | Compiling rayon-core v1.13.0 |
| 3143 | 2026-08-11T21:53:12.218Z | Compiling num_enum_derive v0.5.11 |
| 3144 | 2026-08-11T21:53:12.371Z | Compiling crossbeam-deque v0.8.6 |
| 3145 | 2026-08-11T21:53:12.394Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3146 | 2026-08-11T21:53:12.428Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3147 | 2026-08-11T21:53:12.445Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3148 | 2026-08-11T21:53:12.462Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3149 | 2026-08-11T21:53:12.544Z | Compiling cstr-argument v0.1.2 |
| 3150 | 2026-08-11T21:53:12.599Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3151 | 2026-08-11T21:53:12.674Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3152 | 2026-08-11T21:53:12.692Z | Compiling foreign-types v0.5.0 |
| 3153 | 2026-08-11T21:53:12.726Z | Compiling cpubits v0.1.1 |
| 3154 | 2026-08-11T21:53:12.796Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3155 | 2026-08-11T21:53:12.835Z | Compiling zone_cfg_derive v0.3.1 |
| 3156 | 2026-08-11T21:53:12.852Z | Compiling num_enum v0.7.6 |
| 3157 | 2026-08-11T21:53:12.867Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3158 | 2026-08-11T21:53:12.931Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3159 | 2026-08-11T21:53:12.970Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3160 | 2026-08-11T21:53:13.005Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3161 | 2026-08-11T21:53:13.020Z | Compiling rayon v1.11.0 |
| 3162 | 2026-08-11T21:53:13.087Z | Compiling itertools v0.12.1 |
| 3163 | 2026-08-11T21:53:13.091Z | Compiling sigpipe v0.1.3 |
| 3164 | 2026-08-11T21:53:13.123Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3165 | 2026-08-11T21:53:13.138Z | Compiling glob v0.3.3 |
| 3166 | 2026-08-11T21:53:13.231Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3167 | 2026-08-11T21:53:13.271Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3168 | 2026-08-11T21:53:13.351Z | Compiling num_enum v0.5.11 |
| 3169 | 2026-08-11T21:53:13.354Z | Compiling smf v0.2.3 |
| 3170 | 2026-08-11T21:53:13.384Z | Compiling whoami v1.6.1 |
| 3171 | 2026-08-11T21:53:13.496Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3172 | 2026-08-11T21:53:13.514Z | Compiling usdt-attr-macro v0.5.0 |
| 3173 | 2026-08-11T21:53:13.556Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3174 | 2026-08-11T21:53:13.581Z | Compiling usdt-macro v0.5.0 |
| 3175 | 2026-08-11T21:53:13.600Z | Compiling gethostname v0.5.0 |
| 3176 | 2026-08-11T21:53:13.600Z | Compiling num-rational v0.4.2 |
| 3177 | 2026-08-11T21:53:13.635Z | Compiling ingot-types v0.2.0 |
| 3178 | 2026-08-11T21:53:13.679Z | Compiling pem-rfc7468 v1.0.0 |
| 3179 | 2026-08-11T21:53:13.748Z | Compiling num-complex v0.4.6 |
| 3180 | 2026-08-11T21:53:13.838Z | Compiling derive-where v1.6.0 |
| 3181 | 2026-08-11T21:53:13.916Z | Compiling memmap v0.7.0 |
| 3182 | 2026-08-11T21:53:13.994Z | Compiling float-ord v0.3.2 |
| 3183 | 2026-08-11T21:53:14.014Z | Compiling toml v0.8.23 |
| 3184 | 2026-08-11T21:53:14.091Z | Compiling ingot v0.2.1 |
| 3185 | 2026-08-11T21:53:14.130Z | Compiling num v0.4.3 |
| 3186 | 2026-08-11T21:53:14.148Z | Compiling hmac v0.13.0 |
| 3187 | 2026-08-11T21:53:14.173Z | Compiling universal-hash v0.6.1 |
| 3188 | 2026-08-11T21:53:14.225Z | Compiling resolv-conf v0.7.6 |
| 3189 | 2026-08-11T21:53:14.244Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3190 | 2026-08-11T21:53:14.341Z | Compiling zone v0.3.1 |
| 3191 | 2026-08-11T21:53:14.365Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3192 | 2026-08-11T21:53:14.384Z | Compiling cancel-safe-futures v0.1.5 |
| 3193 | 2026-08-11T21:53:14.400Z | Compiling polyval v0.7.1 |
| 3194 | 2026-08-11T21:53:14.415Z | Compiling usdt v0.5.0 |
| 3195 | 2026-08-11T21:53:14.534Z | Compiling der v0.8.0 |
| 3196 | 2026-08-11T21:53:14.599Z | Compiling prettyplease v0.2.37 |
| 3197 | 2026-08-11T21:53:14.653Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3198 | 2026-08-11T21:53:14.690Z | Compiling ghash v0.6.0 |
| 3199 | 2026-08-11T21:53:14.727Z | Compiling pbkdf2 v0.13.0 |
| 3200 | 2026-08-11T21:53:14.784Z | Compiling aes v0.9.1 |
| 3201 | 2026-08-11T21:53:14.819Z | Compiling crypto-bigint v0.7.5 |
| 3202 | 2026-08-11T21:53:14.851Z | Compiling console v0.15.11 |
| 3203 | 2026-08-11T21:53:14.873Z | Compiling hickory-proto v0.24.4 |
| 3204 | 2026-08-11T21:53:14.890Z | Compiling newline-converter v0.3.0 |
| 3205 | 2026-08-11T21:53:15.006Z | Compiling ctr v0.10.1 |
| 3206 | 2026-08-11T21:53:15.031Z | Compiling aead v0.6.1 |
| 3207 | 2026-08-11T21:53:15.062Z | Compiling sha2 v0.11.0 |
| 3208 | 2026-08-11T21:53:15.211Z | Compiling oxide-update-engine-types v0.1.2 |
| 3209 | 2026-08-11T21:53:15.228Z | Compiling linear-map v1.2.0 |
| 3210 | 2026-08-11T21:53:15.249Z | Compiling linked-hash-map v0.5.6 |
| 3211 | 2026-08-11T21:53:15.268Z | Compiling libefi-sys v0.1.0 |
| 3212 | 2026-08-11T21:53:15.450Z | Compiling spki v0.8.0 |
| 3213 | 2026-08-11T21:53:15.468Z | Compiling lru-cache v0.1.2 |
| 3214 | 2026-08-11T21:53:15.473Z | Compiling aes-gcm v0.11.0 |
| 3215 | 2026-08-11T21:53:15.534Z | Compiling expectorate v1.2.0 |
| 3216 | 2026-08-11T21:53:15.558Z | Compiling typify-macro v0.6.2 |
| 3217 | 2026-08-11T21:53:15.692Z | Compiling salsa20 v0.11.0 |
| 3218 | 2026-08-11T21:53:15.716Z | Compiling bitfield-struct v0.6.2 |
| 3219 | 2026-08-11T21:53:15.734Z | Compiling nom v8.0.0 |
| 3220 | 2026-08-11T21:53:15.825Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3221 | 2026-08-11T21:53:15.868Z | Compiling semver v0.1.20 |
| 3222 | 2026-08-11T21:53:15.908Z | Compiling scrypt v0.12.0 |
| 3223 | 2026-08-11T21:53:16.192Z | Compiling rustc_version v0.1.7 |
| 3224 | 2026-08-11T21:53:16.234Z | Compiling oxide-update-engine v0.1.2 |
| 3225 | 2026-08-11T21:53:16.251Z | Compiling tokio-dtrace v0.1.1 |
| 3226 | 2026-08-11T21:53:16.269Z | Compiling cbc v0.2.1 |
| 3227 | 2026-08-11T21:53:16.405Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3228 | 2026-08-11T21:53:16.452Z | Compiling slog-dtrace v0.3.0 |
| 3229 | 2026-08-11T21:53:16.455Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3230 | 2026-08-11T21:53:16.488Z | Compiling minimal-lexical v0.2.1 |
| 3231 | 2026-08-11T21:53:16.555Z | Compiling oxide-tokio-rt v0.1.4 |
| 3232 | 2026-08-11T21:53:16.572Z | Compiling newtype_derive v0.1.6 |
| 3233 | 2026-08-11T21:53:16.589Z | Compiling pkcs5 v0.8.1 |
| 3234 | 2026-08-11T21:53:16.746Z | Compiling nom v7.1.3 |
| 3235 | 2026-08-11T21:53:16.765Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3236 | 2026-08-11T21:53:16.789Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3237 | 2026-08-11T21:53:16.808Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3238 | 2026-08-11T21:53:16.812Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3239 | 2026-08-11T21:53:16.855Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3240 | 2026-08-11T21:53:16.881Z | Compiling phf_shared v0.12.1 |
| 3241 | 2026-08-11T21:53:16.982Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3242 | 2026-08-11T21:53:17.028Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3243 | 2026-08-11T21:53:17.066Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3244 | 2026-08-11T21:53:17.088Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3245 | 2026-08-11T21:53:17.145Z | Compiling hickory-resolver v0.24.4 |
| 3246 | 2026-08-11T21:53:17.180Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3247 | 2026-08-11T21:53:17.235Z | Compiling csv-core v0.1.13 |
| 3248 | 2026-08-11T21:53:17.426Z | Compiling typify v0.6.2 |
| 3249 | 2026-08-11T21:53:17.472Z | Compiling chrono-tz v0.10.4 |
| 3250 | 2026-08-11T21:53:17.492Z | Compiling unicode-xid v0.2.6 |
| 3251 | 2026-08-11T21:53:17.549Z | Compiling progenitor-impl v0.14.0 |
| 3252 | 2026-08-11T21:53:17.566Z | Compiling highway v1.3.0 |
| 3253 | 2026-08-11T21:53:17.584Z | Compiling xshell-macros v0.2.7 |
| 3254 | 2026-08-11T21:53:17.649Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3255 | 2026-08-11T21:53:17.705Z | Compiling const_format_proc_macros v0.2.34 |
| 3256 | 2026-08-11T21:53:17.743Z | Compiling csv v1.4.0 |
| 3257 | 2026-08-11T21:53:17.967Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3258 | 2026-08-11T21:53:18.012Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3259 | 2026-08-11T21:53:18.085Z | Compiling xshell v0.2.7 |
| 3260 | 2026-08-11T21:53:18.104Z | Compiling phf v0.12.1 |
| 3261 | 2026-08-11T21:53:18.192Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3262 | 2026-08-11T21:53:18.219Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3263 | 2026-08-11T21:53:18.291Z | Compiling qorb v0.4.1 |
| 3264 | 2026-08-11T21:53:18.364Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3265 | 2026-08-11T21:53:18.588Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3266 | 2026-08-11T21:53:18.608Z | Compiling pkcs8 v0.11.0 |
| 3267 | 2026-08-11T21:53:18.698Z | Compiling ff v0.14.0 |
| 3268 | 2026-08-11T21:53:18.742Z | Compiling owo-colors v4.3.0 |
| 3269 | 2026-08-11T21:53:18.871Z | Compiling const_format v0.2.35 |
| 3270 | 2026-08-11T21:53:19.015Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3271 | 2026-08-11T21:53:19.034Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3272 | 2026-08-11T21:53:19.158Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3273 | 2026-08-11T21:53:19.175Z | Compiling tabled_derive v0.7.0 |
| 3274 | 2026-08-11T21:53:19.223Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3275 | 2026-08-11T21:53:19.382Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3276 | 2026-08-11T21:53:19.406Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3277 | 2026-08-11T21:53:19.511Z | Compiling bcs v0.1.6 |
| 3278 | 2026-08-11T21:53:19.885Z | Compiling termtree v0.5.1 |
| 3279 | 2026-08-11T21:53:19.905Z | Compiling tagptr v0.2.0 |
| 3280 | 2026-08-11T21:53:20.074Z | Compiling salty v0.3.0 |
| 3281 | 2026-08-11T21:53:20.093Z | Compiling moka v0.12.13 |
| 3282 | 2026-08-11T21:53:20.111Z | Compiling textwrap v0.16.2 |
| 3283 | 2026-08-11T21:53:20.197Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3284 | 2026-08-11T21:53:20.233Z | Compiling tabled v0.15.0 |
| 3285 | 2026-08-11T21:53:20.366Z | Compiling progenitor-macro v0.14.0 |
| 3286 | 2026-08-11T21:53:20.406Z | Compiling steno v0.4.1 |
| 3287 | 2026-08-11T21:53:20.425Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3288 | 2026-08-11T21:53:20.451Z | Compiling group v0.14.0 |
| 3289 | 2026-08-11T21:53:20.615Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3290 | 2026-08-11T21:53:20.670Z | Compiling sha1 v0.10.6 |
| 3291 | 2026-08-11T21:53:20.725Z | Compiling signature v3.0.0 |
| 3292 | 2026-08-11T21:53:20.786Z | Compiling base16ct v1.0.0 |
| 3293 | 2026-08-11T21:53:20.920Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3294 | 2026-08-11T21:53:20.923Z | Compiling hickory-resolver v0.25.2 |
| 3295 | 2026-08-11T21:53:20.955Z | Compiling sec1 v0.8.1 |
| 3296 | 2026-08-11T21:53:21.002Z | Compiling hkdf v0.13.0 |
| 3297 | 2026-08-11T21:53:21.147Z | Compiling libscf-sys v1.2.0 |
| 3298 | 2026-08-11T21:53:21.176Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3299 | 2026-08-11T21:53:21.201Z | Compiling rfc6979 v0.4.0 |
| 3300 | 2026-08-11T21:53:21.243Z | Compiling elliptic-curve v0.14.1 |
| 3301 | 2026-08-11T21:53:21.289Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3302 | 2026-08-11T21:53:21.312Z | Compiling ecdsa v0.16.9 |
| 3303 | 2026-08-11T21:53:21.350Z | Compiling primeorder v0.13.6 |
| 3304 | 2026-08-11T21:53:21.412Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3305 | 2026-08-11T21:53:21.642Z | Compiling utf-8 v0.7.6 |
| 3306 | 2026-08-11T21:53:21.660Z | Compiling parking_lot_core v0.8.6 |
| 3307 | 2026-08-11T21:53:21.664Z | Compiling p384 v0.13.1 |
| 3308 | 2026-08-11T21:53:21.792Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3309 | 2026-08-11T21:53:21.843Z | Compiling tungstenite v0.21.0 |
| 3310 | 2026-08-11T21:53:21.880Z | Compiling wnaf v0.14.0 |
| 3311 | 2026-08-11T21:53:21.995Z | Compiling primefield v0.14.0 |
| 3312 | 2026-08-11T21:53:22.097Z | Compiling rfc6979 v0.6.0 |
| 3313 | 2026-08-11T21:53:22.174Z | Compiling papergrid v0.18.0 |
| 3314 | 2026-08-11T21:53:22.245Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3315 | 2026-08-11T21:53:22.282Z | Compiling git-stub v1.0.0 |
| 3316 | 2026-08-11T21:53:22.300Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3317 | 2026-08-11T21:53:22.523Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3318 | 2026-08-11T21:53:22.572Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3319 | 2026-08-11T21:53:22.682Z | Compiling git-stub-vcs v0.1.0 |
| 3320 | 2026-08-11T21:53:22.710Z | Compiling tokio-tungstenite v0.21.0 |
| 3321 | 2026-08-11T21:53:22.763Z | Compiling ecdsa v0.17.0 |
| 3322 | 2026-08-11T21:53:22.824Z | Compiling primeorder v0.14.0 |
| 3323 | 2026-08-11T21:53:22.853Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3324 | 2026-08-11T21:53:22.954Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3325 | 2026-08-11T21:53:23.101Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3326 | 2026-08-11T21:53:23.119Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3327 | 2026-08-11T21:53:23.261Z | Compiling tabled v0.21.0 |
| 3328 | 2026-08-11T21:53:23.279Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3329 | 2026-08-11T21:53:23.279Z | Compiling curve25519-dalek v5.0.0 |
| 3330 | 2026-08-11T21:53:23.314Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3331 | 2026-08-11T21:53:23.335Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3332 | 2026-08-11T21:53:23.363Z | Compiling corncobs v0.1.4 |
| 3333 | 2026-08-11T21:53:23.551Z | Compiling unicase v2.9.0 |
| 3334 | 2026-08-11T21:53:23.568Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3335 | 2026-08-11T21:53:23.586Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3336 | 2026-08-11T21:53:23.624Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3337 | 2026-08-11T21:53:23.692Z | Compiling parking_lot v0.11.2 |
| 3338 | 2026-08-11T21:53:23.803Z | Compiling mime_guess v2.0.5 |
| 3339 | 2026-08-11T21:53:23.825Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3340 | 2026-08-11T21:53:23.828Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3341 | 2026-08-11T21:53:24.033Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3342 | 2026-08-11T21:53:24.108Z | Compiling progenitor-impl v0.13.0 |
| 3343 | 2026-08-11T21:53:24.125Z | Compiling ssh-encoding v0.3.0 |
| 3344 | 2026-08-11T21:53:24.147Z | Compiling prefix-trie v0.7.0 |
| 3345 | 2026-08-11T21:53:24.180Z | Compiling fxhash v0.2.1 |
| 3346 | 2026-08-11T21:53:24.267Z | Compiling secrecy v0.8.0 |
| 3347 | 2026-08-11T21:53:24.345Z | Compiling keccak v0.2.0 |
| 3348 | 2026-08-11T21:53:24.369Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3349 | 2026-08-11T21:53:24.395Z | Compiling crc8 v0.1.1 |
| 3350 | 2026-08-11T21:53:24.506Z | Compiling hickory-server v0.25.2 |
| 3351 | 2026-08-11T21:53:24.563Z | Compiling sled v0.34.7 |
| 3352 | 2026-08-11T21:53:24.643Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3353 | 2026-08-11T21:53:24.660Z | Compiling ed25519 v3.0.0 |
| 3354 | 2026-08-11T21:53:24.679Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3355 | 2026-08-11T21:53:24.750Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3356 | 2026-08-11T21:53:24.766Z | Compiling crypto-primes v0.7.2 |
| 3357 | 2026-08-11T21:53:25.554Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3358 | 2026-08-11T21:53:25.580Z | Compiling poly1305 v0.9.0 |
| 3359 | 2026-08-11T21:53:25.598Z | Compiling progenitor v0.14.0 |
| 3360 | 2026-08-11T21:53:25.710Z | Compiling progenitor-client v0.13.0 |
| 3361 | 2026-08-11T21:53:25.784Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3362 | 2026-08-11T21:53:25.803Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3363 | 2026-08-11T21:53:25.819Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3364 | 2026-08-11T21:53:25.823Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3365 | 2026-08-11T21:53:25.853Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3366 | 2026-08-11T21:53:25.967Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3367 | 2026-08-11T21:53:26.056Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3368 | 2026-08-11T21:53:26.333Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3369 | 2026-08-11T21:53:26.350Z | Compiling blowfish v0.10.0 |
| 3370 | 2026-08-11T21:53:26.407Z | Compiling blake2 v0.11.0-rc.6 |
| 3371 | 2026-08-11T21:53:26.534Z | Compiling half v1.8.3 |
| 3372 | 2026-08-11T21:53:26.556Z | Compiling http-range v0.1.5 |
| 3373 | 2026-08-11T21:53:26.618Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3374 | 2026-08-11T21:53:26.698Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3375 | 2026-08-11T21:53:26.703Z | Compiling argon2 v0.6.0-rc.8 |
| 3376 | 2026-08-11T21:53:26.764Z | Compiling serde_cbor v0.11.2 |
| 3377 | 2026-08-11T21:53:26.782Z | Compiling progenitor-macro v0.13.0 |
| 3378 | 2026-08-11T21:53:26.832Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3379 | 2026-08-11T21:53:27.021Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3380 | 2026-08-11T21:53:27.364Z | Compiling ssh-cipher v0.3.0 |
| 3381 | 2026-08-11T21:53:27.800Z | Compiling rsa v0.10.0-rc.18 |
| 3382 | 2026-08-11T21:53:27.907Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3383 | 2026-08-11T21:53:27.978Z | Compiling ed25519-dalek v3.0.0 |
| 3384 | 2026-08-11T21:53:28.306Z | Compiling illumos-nvpair v0.3.0 |
| 3385 | 2026-08-11T21:53:28.534Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3386 | 2026-08-11T21:53:28.555Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3387 | 2026-08-11T21:53:28.588Z | Compiling sha3 v0.11.0 |
| 3388 | 2026-08-11T21:53:28.852Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3389 | 2026-08-11T21:53:28.871Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3390 | 2026-08-11T21:53:28.894Z | Compiling p384 v0.14.0 |
| 3391 | 2026-08-11T21:53:29.076Z | Compiling p521 v0.14.0 |
| 3392 | 2026-08-11T21:53:29.093Z | Compiling p256 v0.14.0 |
| 3393 | 2026-08-11T21:53:29.273Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3394 | 2026-08-11T21:53:29.465Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3395 | 2026-08-11T21:53:29.521Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3396 | 2026-08-11T21:53:29.967Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3397 | 2026-08-11T21:53:30.146Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3398 | 2026-08-11T21:53:30.172Z | Compiling scuffle v0.1.0 |
| 3399 | 2026-08-11T21:53:30.250Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3400 | 2026-08-11T21:53:30.503Z | Compiling yasna v0.5.2 |
| 3401 | 2026-08-11T21:53:30.729Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3402 | 2026-08-11T21:53:31.014Z | Compiling kstat-rs v0.2.5 |
| 3403 | 2026-08-11T21:53:31.082Z | Compiling headers-core v0.3.0 |
| 3404 | 2026-08-11T21:53:31.164Z | Compiling kem v0.3.0 |
| 3405 | 2026-08-11T21:53:31.183Z | Compiling module-lattice v0.2.3 |
| 3406 | 2026-08-11T21:53:31.227Z | Compiling nanorand v0.7.0 |
| 3407 | 2026-08-11T21:53:31.244Z | Compiling sponge-cursor v0.1.0 |
| 3408 | 2026-08-11T21:53:31.280Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3409 | 2026-08-11T21:53:31.313Z | Compiling headers v0.4.1 |
| 3410 | 2026-08-11T21:53:31.336Z | Compiling rcgen v0.12.1 |
| 3411 | 2026-08-11T21:53:31.388Z | Compiling sha3 v0.12.0 |
| 3412 | 2026-08-11T21:53:31.413Z | Compiling ml-kem v0.3.2 |
| 3413 | 2026-08-11T21:53:31.436Z | Compiling flume v0.11.1 |
| 3414 | 2026-08-11T21:53:31.455Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3415 | 2026-08-11T21:53:31.458Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3416 | 2026-08-11T21:53:31.544Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3417 | 2026-08-11T21:53:31.731Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3418 | 2026-08-11T21:53:31.805Z | Compiling hyper-staticfile v0.10.1 |
| 3419 | 2026-08-11T21:53:31.897Z | Compiling progenitor v0.13.0 |
| 3420 | 2026-08-11T21:53:31.952Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3421 | 2026-08-11T21:53:32.063Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3422 | 2026-08-11T21:53:32.083Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3423 | 2026-08-11T21:53:32.104Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3424 | 2026-08-11T21:53:32.227Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3425 | 2026-08-11T21:53:32.290Z | Compiling ssh-key v0.7.0-rc.11 |
| 3426 | 2026-08-11T21:53:32.336Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3427 | 2026-08-11T21:53:32.368Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3428 | 2026-08-11T21:53:32.403Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3429 | 2026-08-11T21:53:32.469Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3430 | 2026-08-11T21:53:32.492Z | Compiling russh-cryptovec v0.62.0 |
| 3431 | 2026-08-11T21:53:32.557Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3432 | 2026-08-11T21:53:32.589Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3433 | 2026-08-11T21:53:32.607Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3434 | 2026-08-11T21:53:32.707Z | Compiling port-file v0.1.0 |
| 3435 | 2026-08-11T21:53:32.738Z | Compiling num-bigint v0.4.6 |
| 3436 | 2026-08-11T21:53:32.780Z | Compiling generic-array v1.4.3 |
| 3437 | 2026-08-11T21:53:32.804Z | Compiling russh-util v0.52.0 |
| 3438 | 2026-08-11T21:53:32.821Z | Compiling enum_dispatch v0.3.13 |
| 3439 | 2026-08-11T21:53:32.974Z | Compiling delegate v0.13.5 |
| 3440 | 2026-08-11T21:53:32.992Z | Compiling subprocess v0.2.15 |
| 3441 | 2026-08-11T21:53:33.197Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3442 | 2026-08-11T21:53:33.287Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3443 | 2026-08-11T21:53:33.396Z | Compiling md5 v0.8.0 |
| 3444 | 2026-08-11T21:53:33.699Z | Compiling hex-literal v1.1.0 |
| 3445 | 2026-08-11T21:53:33.743Z | Compiling display-error-chain v0.2.2 |
| 3446 | 2026-08-11T21:53:33.762Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3447 | 2026-08-11T21:53:33.827Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3448 | 2026-08-11T21:53:33.843Z | Compiling colored v2.2.0 |
| 3449 | 2026-08-11T21:53:33.886Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3450 | 2026-08-11T21:53:33.914Z | Compiling socket2 v0.5.10 |
| 3451 | 2026-08-11T21:53:33.958Z | Compiling internet-checksum v0.2.1 |
| 3452 | 2026-08-11T21:53:34.016Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3453 | 2026-08-11T21:53:34.130Z | Compiling russh v0.62.4 |
| 3454 | 2026-08-11T21:53:34.363Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3455 | 2026-08-11T21:53:34.684Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3456 | 2026-08-11T21:53:37.122Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3457 | 2026-08-11T21:53:37.851Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3458 | 2026-08-11T21:53:38.395Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3459 | 2026-08-11T21:53:40.516Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3460 | 2026-08-11T21:53:49.236Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3461 | 2026-08-11T21:53:49.236Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3462 | 2026-08-11T21:53:49.240Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3463 | 2026-08-11T21:53:49.240Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3464 | 2026-08-11T21:53:50.998Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3465 | 2026-08-11T21:53:51.087Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3466 | 2026-08-11T21:53:55.324Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3467 | 2026-08-11T21:54:36.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s |
| 3468 | 2026-08-11T21:54:36.545Z | |
| 3469 | 2026-08-11T21:54:36.546Z | real 1:29.146987977 |
| 3470 | 2026-08-11T21:54:36.546Z | user 8:25.113289540 |
| 3471 | 2026-08-11T21:54:36.546Z | sys 1:40.186818198 |
| 3472 | 2026-08-11T21:54:36.546Z | trap 0.258176315 |
| 3473 | 2026-08-11T21:54:36.546Z | tflt 0.253934149 |
| 3474 | 2026-08-11T21:54:36.546Z | dflt 1.813992811 |
| 3475 | 2026-08-11T21:54:36.546Z | kflt 0.000388910 |
| 3476 | 2026-08-11T21:54:36.546Z | lock 31:12.935140346 |
| 3477 | 2026-08-11T21:54:36.546Z | slp 19:01.837877477 |
| 3478 | 2026-08-11T21:54:36.546Z | lat 40.875245363 |
| 3479 | 2026-08-11T21:54:36.546Z | stop 3:00.915719756 |
| 3480 | 2026-08-11T21:54:36.549Z | + mkdir tests |
| 3481 | 2026-08-11T21:54:36.553Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3482 | 2026-08-11T21:54:36.553Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3483 | 2026-08-11T21:54:36.576Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-1cf9d5579d532c85 tests/ |
| 3484 | 2026-08-11T21:54:36.608Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-4ab9323431d4473c tests/ |
| 3485 | 2026-08-11T21:54:36.641Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-703343ed244e62b6 tests/ |
| 3486 | 2026-08-11T21:54:36.673Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-7ea23dadf2f302f2 tests/ |
| 3487 | 2026-08-11T21:54:37.042Z | + 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/* tools/opte_version tools/opte_version_override) |
| 3488 | 2026-08-11T21:54:37.045Z | + 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-4ab9323431d4473c tests/commtest-703343ed244e62b6 tests/dhcp_server-1cf9d5579d532c85 tests/end_to_end_tests-7ea23dadf2f302f2 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar 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 |
| 3489 | 2026-08-11T21:56:06.186Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3490 | 2026-08-11T21:56:06.186Z | a .github/buildomat/ci-env.sh 1K |
| 3491 | 2026-08-11T21:56:06.186Z | a out/target/test 1K |
| 3492 | 2026-08-11T21:56:06.186Z | a out/npuzone/npuzone 27402K |
| 3493 | 2026-08-11T21:56:06.186Z | a package-manifest.toml 35K |
| 3494 | 2026-08-11T21:56:06.186Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3495 | 2026-08-11T21:56:06.186Z | a target/release/omicron-package 48049K |
| 3496 | 2026-08-11T21:56:06.186Z | a target/release/xtask 11722K |
| 3497 | 2026-08-11T21:56:06.186Z | a target/debug/bootstrap 435368K |
| 3498 | 2026-08-11T21:56:06.186Z | a tests/bootstrap-4ab9323431d4473c 34516K |
| 3499 | 2026-08-11T21:56:06.186Z | a tests/commtest-703343ed244e62b6 34517K |
| 3500 | 2026-08-11T21:56:06.186Z | a tests/dhcp_server-1cf9d5579d532c85 34516K |
| 3501 | 2026-08-11T21:56:06.186Z | a tests/end_to_end_tests-7ea23dadf2f302f2 498358K |
| 3502 | 2026-08-11T21:56:06.186Z | a tools/opte_version 1K |
| 3503 | 2026-08-11T21:56:06.186Z | a tools/opte_version_override 2K |
| 3504 | 2026-08-11T21:56:06.186Z | a out/clickhouse.tar.gz 327543K |
| 3505 | 2026-08-11T21:56:06.186Z | a out/clickhouse_keeper.tar.gz 311546K |
| 3506 | 2026-08-11T21:56:06.186Z | a out/clickhouse_server.tar.gz 327540K |
| 3507 | 2026-08-11T21:56:06.186Z | a out/cockroachdb.tar.gz 168943K |
| 3508 | 2026-08-11T21:56:06.186Z | a out/crucible-pantry-zone.tar.gz 41269K |
| 3509 | 2026-08-11T21:56:06.186Z | a out/crucible-utils.tar 18900K |
| 3510 | 2026-08-11T21:56:06.187Z | a out/crucible-zone.tar.gz 56081K |
| 3511 | 2026-08-11T21:56:06.187Z | a out/external-dns.tar.gz 54238K |
| 3512 | 2026-08-11T21:56:06.187Z | a out/internal-dns.tar.gz 54238K |
| 3513 | 2026-08-11T21:56:06.187Z | a out/mg-ddm-gz.tar 100917K |
| 3514 | 2026-08-11T21:56:06.187Z | a out/nexus.tar.gz 354990K |
| 3515 | 2026-08-11T21:56:06.187Z | a out/ntp.tar.gz 34609K |
| 3516 | 2026-08-11T21:56:06.187Z | a out/omicron-gateway-softnpu.tar.gz 29197K |
| 3517 | 2026-08-11T21:56:06.187Z | a out/omicron-sled-agent.tar 242245K |
| 3518 | 2026-08-11T21:56:06.187Z | a out/overlay.tar.gz 4K |
| 3519 | 2026-08-11T21:56:06.187Z | a out/oximeter.tar.gz 71156K |
| 3520 | 2026-08-11T21:56:06.187Z | a out/oxlog.tar 4066K |
| 3521 | 2026-08-11T21:56:06.187Z | a out/probe.tar.gz 3037K |
| 3522 | 2026-08-11T21:56:06.187Z | a out/propolis-server.tar.gz 34642K |
| 3523 | 2026-08-11T21:56:06.187Z | a out/pumpkind-gz.tar 26647K |
| 3524 | 2026-08-11T21:56:06.187Z | a out/switch-softnpu.tar.gz 498917K |
| 3525 | 2026-08-11T21:56:06.197Z | |
| 3526 | 2026-08-11T21:56:06.197Z | real 1:29.140832726 |
| 3527 | 2026-08-11T21:56:06.197Z | user 1:26.235279610 |
| 3528 | 2026-08-11T21:56:06.197Z | sys 4.878036377 |
| 3529 | 2026-08-11T21:56:06.197Z | trap 0.006994930 |
| 3530 | 2026-08-11T21:56:06.197Z | tflt 0.000000000 |
| 3531 | 2026-08-11T21:56:06.197Z | dflt 0.000000000 |
| 3532 | 2026-08-11T21:56:06.198Z | kflt 0.000000000 |
| 3533 | 2026-08-11T21:56:06.198Z | lock 0.000000000 |
| 3534 | 2026-08-11T21:56:06.198Z | slp 1:26.079055461 |
| 3535 | 2026-08-11T21:56:06.198Z | lat 1.077971507 |
| 3536 | 2026-08-11T21:56:06.198Z | stop 0.000143770 |
| 3537 | 2026-08-11T21:56:06.198Z | process exited: duration 1167311 ms, exit code 0 |
| |
| 3538 | 2026-08-11T21:56:06.222Z | found 1 output files |
| 3539 | 2026-08-11T21:56:06.222Z | uploading: /work/package.tar.gz (2759706986 bytes) |
| 3540 | 2026-08-11T21:56:39.494Z | uploaded: /work/package.tar.gz |