|
|
|
| 1 | 2026-07-10T22:09:28.256Z | job assigned to worker 01KX716X6255MN3SW1F5JHK2HG [factory aws, i-03db2740f98324f49] (queued for 43 s) |
| |
| 2 | 2026-07-10T22:09:35.610Z | starting task 0: "setup" |
| 3 | 2026-07-10T22:09:35.619Z | ++ uname -s |
| 4 | 2026-07-10T22:09:35.622Z | + kern=SunOS |
| 5 | 2026-07-10T22:09:35.622Z | + build_user=build |
| 6 | 2026-07-10T22:09:35.624Z | + build_uid=12345 |
| 7 | 2026-07-10T22:09:35.624Z | + work_dir=/work |
| 8 | 2026-07-10T22:09:35.624Z | + input_dir=/input |
| 9 | 2026-07-10T22:09:35.624Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-10T22:09:35.624Z | + case "$kern" in |
| 11 | 2026-07-10T22:09:35.624Z | + groupadd -g 12345 build |
| 12 | 2026-07-10T22:09:35.627Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-10T22:09:37.634Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-10T22:09:37.711Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-10T22:09:37.715Z | + home_fs=zfs |
| 16 | 2026-07-10T22:09:37.715Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-10T22:09:37.718Z | + mkdir -p /home/build |
| 18 | 2026-07-10T22:09:37.718Z | + chown build:build /home/build /work |
| 19 | 2026-07-10T22:09:39.721Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-10T22:09:39.734Z | process exited: duration 4110 ms, exit code 0 |
| |
| 21 | 2026-07-10T22:09:39.752Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-10T22:09:39.760Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-10T22:09:39.760Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-10T22:09:39.760Z | * rust toolchain profile = "default" |
| 25 | 2026-07-10T22:09:39.760Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-10T22:09:39.760Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-10T22:09:39.760Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-10T22:09:39.760Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-10T22:09:39.760Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-10T22:09:39.866Z | info: downloading installer |
| 31 | 2026-07-10T22:09:41.291Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-10T22:09:41.291Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-10T22:09:41.291Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-10T22:09:41.291Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-10T22:09:41.303Z | info: profile set to default |
| 36 | 2026-07-10T22:09:41.303Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-10T22:09:41.306Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-10T22:09:41.455Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-10T22:09:41.459Z | info: downloading 6 components |
| 40 | 2026-07-10T22:09:56.616Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-10T22:09:56.616Z | |
| 42 | 2026-07-10T22:09:56.643Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-10T22:09:56.643Z | |
| 44 | 2026-07-10T22:09:56.643Z | |
| 45 | 2026-07-10T22:09:56.643Z | Rust is installed now. Great! |
| 46 | 2026-07-10T22:09:56.644Z | |
| 47 | 2026-07-10T22:09:56.644Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-10T22:09:56.644Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-10T22:09:56.644Z | |
| 50 | 2026-07-10T22:09:56.644Z | To configure your current shell, you need to source |
| 51 | 2026-07-10T22:09:56.644Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-10T22:09:56.644Z | |
| 53 | 2026-07-10T22:09:56.644Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-10T22:09:56.644Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-10T22:09:56.646Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-10T22:09:56.646Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-10T22:09:56.646Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-10T22:09:56.646Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-10T22:09:56.646Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-10T22:09:56.649Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-10T22:09:56.649Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-10T22:09:56.745Z | + rustup --version |
| 63 | 2026-07-10T22:09:56.751Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-10T22:09:56.754Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-10T22:09:56.771Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-10T22:09:56.774Z | + cargo --version |
| 67 | 2026-07-10T22:09:56.782Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-10T22:09:56.785Z | + rustc --version |
| 69 | 2026-07-10T22:09:56.805Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-10T22:09:56.809Z | process exited: duration 17063 ms, exit code 0 |
| |
| 71 | 2026-07-10T22:09:56.814Z | starting task 2: "authentication" |
| 72 | 2026-07-10T22:09:56.832Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-07-10T22:09:56.838Z | starting task 3: "clone repository" |
| 74 | 2026-07-10T22:09:56.843Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-10T22:09:56.846Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-10T22:09:56.881Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-10T22:10:07.430Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-10T22:10:07.430Z | + git fetch origin 8db321e62df2cf671e1172a8cf77bf0ff33fefc0 |
| 79 | 2026-07-10T22:10:07.717Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-10T22:10:07.718Z | * branch 8db321e62df2cf671e1172a8cf77bf0ff33fefc0 -> FETCH_HEAD |
| 81 | 2026-07-10T22:10:07.731Z | + [[ -n check-column-order ]] |
| 82 | 2026-07-10T22:10:07.734Z | ++ git branch --show-current |
| 83 | 2026-07-10T22:10:07.737Z | + current=main |
| 84 | 2026-07-10T22:10:07.737Z | + [[ main != check-column-order ]] |
| 85 | 2026-07-10T22:10:07.737Z | + git branch -f check-column-order 8db321e62df2cf671e1172a8cf77bf0ff33fefc0 |
| 86 | 2026-07-10T22:10:07.740Z | + git checkout -f check-column-order |
| 87 | 2026-07-10T22:10:07.983Z | Switched to branch 'check-column-order' |
| 88 | 2026-07-10T22:10:07.986Z | + git reset --hard 8db321e62df2cf671e1172a8cf77bf0ff33fefc0 |
| 89 | 2026-07-10T22:10:07.999Z | HEAD is now at 8db321e62 test positional DB model decoding |
| 90 | 2026-07-10T22:10:08.003Z | process exited: duration 11162 ms, exit code 0 |
| |
| 91 | 2026-07-10T22:10:08.009Z | starting task 4: "build" |
| 92 | 2026-07-10T22:10:08.015Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-07-10T22:10:08.015Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-07-10T22:10:08.015Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-07-10T22:10:08.018Z | +++ uname -s |
| 96 | 2026-07-10T22:10:08.018Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-07-10T22:10:08.021Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-07-10T22:10:08.021Z | + cargo --version |
| 99 | 2026-07-10T22:10:08.030Z | cargo 1.96.1 (356927216 2026-06-26) |
| 100 | 2026-07-10T22:10:08.033Z | + rustc --version |
| 101 | 2026-07-10T22:10:08.054Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 102 | 2026-07-10T22:10:08.057Z | + WORK=/work |
| 103 | 2026-07-10T22:10:08.058Z | + pfexec mkdir -p /work |
| 104 | 2026-07-10T22:10:08.061Z | + pfexec chown build /work |
| 105 | 2026-07-10T22:10:08.061Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-07-10T22:10:09.640Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-07-10T22:10:09.776Z | Startup: Caching catalogs ... Done |
| 108 | 2026-07-10T22:10:10.275Z | Planning: Solver setup ... Done (0.449s) |
| 109 | 2026-07-10T22:10:10.304Z | Planning: Running solver ... Done (0.027s) |
| 110 | 2026-07-10T22:10:10.316Z | Planning: Finding local manifests ... Done (0.005s) |
| 111 | 2026-07-10T22:10:10.328Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-07-10T22:10:10.354Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-07-10T22:10:10.367Z | Planning: Package planning ... Done (0.014s) |
| 114 | 2026-07-10T22:10:10.391Z | Planning: Merging actions ... Done (0.001s) |
| 115 | 2026-07-10T22:10:10.541Z | Planning: Checking for conflicting actions ... Done (0.172s) |
| 116 | 2026-07-10T22:10:10.544Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-07-10T22:10:11.408Z | Planning: Evaluating mediators ... Done (0.864s) |
| 118 | 2026-07-10T22:10:11.411Z | Planning: Planning completed in 1.61 seconds |
| 119 | 2026-07-10T22:10:11.415Z | Packages to install: 2 |
| 120 | 2026-07-10T22:10:11.415Z | Estimated space available: 156.06 GB |
| 121 | 2026-07-10T22:10:11.415Z | Estimated space to be consumed: 31.27 MB |
| 122 | 2026-07-10T22:10:11.415Z | Create boot environment: No |
| 123 | 2026-07-10T22:10:11.419Z | Create backup boot environment: No |
| 124 | 2026-07-10T22:10:11.419Z | Rebuild boot archive: No |
| 125 | 2026-07-10T22:10:11.419Z | |
| 126 | 2026-07-10T22:10:11.419Z | Changed packages: |
| 127 | 2026-07-10T22:10:11.419Z | helios |
| 128 | 2026-07-10T22:10:11.419Z | developer/build-essential |
| 129 | 2026-07-10T22:10:11.419Z | None -> 11-3.0 |
| 130 | 2026-07-10T22:10:11.419Z | library/libxmlsec1 |
| 131 | 2026-07-10T22:10:11.419Z | None -> 1.2.35-3.0 |
| 132 | 2026-07-10T22:10:11.443Z | |
| 133 | 2026-07-10T22:10:11.443Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-07-10T22:10:12.008Z | Download: Completed 1.28 MB in 0.56 seconds (2.3M/s) |
| 135 | 2026-07-10T22:10:12.084Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-07-10T22:10:12.123Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-07-10T22:10:12.136Z | Finalize: Updating package state database ... Done (0.013s) |
| 138 | 2026-07-10T22:10:12.136Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-07-10T22:10:12.166Z | Finalize: Updating image state ... Done (0.029s) |
| 140 | 2026-07-10T22:10:14.790Z | Finalize: Creating fast lookup database ... Done (2.598s) |
| 141 | 2026-07-10T22:10:14.865Z | Finalize: Reading search index ... Done (0.013s) |
| 142 | 2026-07-10T22:10:14.868Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-07-10T22:10:14.959Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-07-10T22:10:15.276Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-07-10T22:10:15.379Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-07-10T22:10:15.382Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-07-10T22:10:15.535Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-07-10T22:10:15.539Z | Planning: Planning completed in 0.26 seconds |
| 149 | 2026-07-10T22:10:15.558Z | Mediators to change: 2 |
| 150 | 2026-07-10T22:10:15.558Z | Create boot environment: No |
| 151 | 2026-07-10T22:10:15.559Z | Create backup boot environment: No |
| 152 | 2026-07-10T22:10:15.613Z | Finalize: Updating package state database ... Done |
| 153 | 2026-07-10T22:10:15.613Z | Finalize: Updating package cache ... Done |
| 154 | 2026-07-10T22:10:15.628Z | Finalize: Updating image state ... Done |
| 155 | 2026-07-10T22:10:17.552Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-07-10T22:10:17.616Z | Finalize: Reading search index ... Done |
| 157 | 2026-07-10T22:10:17.619Z | Finalize: Updating search index ... Done |
| 158 | 2026-07-10T22:10:17.683Z | Finalize: Updating package cache ... Done |
| 159 | 2026-07-10T22:10:17.965Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-07-10T22:10:18.069Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-07-10T22:10:18.073Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-07-10T22:10:18.231Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-07-10T22:10:18.236Z | Planning: Planning completed in 0.26 seconds |
| 164 | 2026-07-10T22:10:18.250Z | Mediators to change: 1 |
| 165 | 2026-07-10T22:10:18.250Z | Create boot environment: No |
| 166 | 2026-07-10T22:10:18.250Z | Create backup boot environment: No |
| 167 | 2026-07-10T22:10:18.293Z | Finalize: Updating package state database ... Done |
| 168 | 2026-07-10T22:10:18.293Z | Finalize: Updating package cache ... Done |
| 169 | 2026-07-10T22:10:18.309Z | Finalize: Updating image state ... Done |
| 170 | 2026-07-10T22:10:20.243Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-07-10T22:10:20.305Z | Finalize: Reading search index ... Done |
| 172 | 2026-07-10T22:10:20.308Z | Finalize: Updating search index ... Done |
| 173 | 2026-07-10T22:10:20.373Z | Finalize: Updating package cache ... Done |
| 174 | 2026-07-10T22:10:20.684Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-07-10T22:10:20.684Z | apache system 2.4 system |
| 176 | 2026-07-10T22:10:20.684Z | clang system 15 system |
| 177 | 2026-07-10T22:10:20.684Z | csh system system illumos |
| 178 | 2026-07-10T22:10:20.684Z | ctags system system illumos |
| 179 | 2026-07-10T22:10:20.684Z | file vendor vendor darwinsys |
| 180 | 2026-07-10T22:10:20.684Z | file system system illumos |
| 181 | 2026-07-10T22:10:20.684Z | gcc vendor 14 vendor |
| 182 | 2026-07-10T22:10:20.684Z | gcc system 13 system |
| 183 | 2026-07-10T22:10:20.684Z | gcc system 10 system |
| 184 | 2026-07-10T22:10:20.684Z | go system 1.25 system |
| 185 | 2026-07-10T22:10:20.684Z | llvm system 15 system |
| 186 | 2026-07-10T22:10:20.684Z | mariadb system 11.4 system |
| 187 | 2026-07-10T22:10:20.684Z | mta vendor vendor dma |
| 188 | 2026-07-10T22:10:20.688Z | openjdk system 17 system |
| 189 | 2026-07-10T22:10:20.688Z | openjdk system 11 system |
| 190 | 2026-07-10T22:10:20.688Z | openssl vendor 3 vendor |
| 191 | 2026-07-10T22:10:20.688Z | perl system 5.40 system |
| 192 | 2026-07-10T22:10:20.688Z | postgresql system 18 system |
| 193 | 2026-07-10T22:10:20.688Z | postgresql system 17 system |
| 194 | 2026-07-10T22:10:20.688Z | python vendor 3 vendor |
| 195 | 2026-07-10T22:10:20.688Z | python system 2 system |
| 196 | 2026-07-10T22:10:20.688Z | python3 vendor 3.13 vendor |
| 197 | 2026-07-10T22:10:20.688Z | ruby system 3.4 system |
| 198 | 2026-07-10T22:10:20.688Z | ruby system 3.0 system |
| 199 | 2026-07-10T22:10:20.688Z | words vendor vendor american-english |
| 200 | 2026-07-10T22:10:20.688Z | words system system australian-english |
| 201 | 2026-07-10T22:10:20.688Z | words system system british-english |
| 202 | 2026-07-10T22:10:20.688Z | words system system canadian-english |
| 203 | 2026-07-10T22:10:20.688Z | words system system french |
| 204 | 2026-07-10T22:10:20.688Z | words system system italian |
| 205 | 2026-07-10T22:10:20.688Z | words system system ngerman |
| 206 | 2026-07-10T22:10:20.688Z | words system system ogerman |
| 207 | 2026-07-10T22:10:20.688Z | words system system spanish |
| 208 | 2026-07-10T22:10:20.940Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-07-10T22:10:20.940Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-07-10T22:10:21.251Z | FMRI IFO |
| 211 | 2026-07-10T22:10:21.251Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-07-10T22:10:21.251Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-07-10T22:10:21.251Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-07-10T22:10:21.252Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-07-10T22:10:21.252Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-07-10T22:10:21.252Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-07-10T22:10:21.252Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-07-10T22:10:21.252Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-07-10T22:10:21.252Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-07-10T22:10:21.507Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-07-10T22:10:21.774Z | Updating crates.io index |
| 222 | 2026-07-10T22:10:21.777Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-07-10T22:10:22.000Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-07-10T22:10:22.279Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 225 | 2026-07-10T22:10:23.189Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 226 | 2026-07-10T22:10:23.663Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 227 | 2026-07-10T22:10:25.548Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 228 | 2026-07-10T22:10:26.398Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 229 | 2026-07-10T22:10:26.651Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 230 | 2026-07-10T22:10:26.947Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 231 | 2026-07-10T22:10:27.975Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 232 | 2026-07-10T22:10:28.196Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 233 | 2026-07-10T22:10:28.504Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 234 | 2026-07-10T22:10:28.742Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 235 | 2026-07-10T22:10:29.183Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 236 | 2026-07-10T22:10:29.659Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 237 | 2026-07-10T22:10:29.896Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 238 | 2026-07-10T22:10:30.408Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 239 | 2026-07-10T22:10:30.408Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 240 | 2026-07-10T22:10:30.642Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 241 | 2026-07-10T22:10:30.857Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 242 | 2026-07-10T22:10:31.077Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 243 | 2026-07-10T22:10:31.309Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 244 | 2026-07-10T22:10:31.785Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 245 | 2026-07-10T22:10:32.080Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 246 | 2026-07-10T22:10:32.460Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 247 | 2026-07-10T22:10:32.820Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 248 | 2026-07-10T22:10:33.073Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 249 | 2026-07-10T22:10:33.363Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 250 | 2026-07-10T22:10:33.633Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 251 | 2026-07-10T22:10:33.858Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 252 | 2026-07-10T22:10:34.188Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 253 | 2026-07-10T22:10:34.672Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 254 | 2026-07-10T22:10:34.911Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 255 | 2026-07-10T22:10:35.172Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 256 | 2026-07-10T22:10:35.419Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 257 | 2026-07-10T22:10:35.694Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 258 | 2026-07-10T22:10:35.964Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 259 | 2026-07-10T22:10:36.203Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 260 | 2026-07-10T22:10:36.483Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 261 | 2026-07-10T22:10:36.733Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 262 | 2026-07-10T22:10:39.443Z | Downloading crates ... |
| 263 | 2026-07-10T22:10:39.490Z | Downloaded anstyle-query v1.1.5 |
| 264 | 2026-07-10T22:10:39.493Z | Downloaded block-buffer v0.10.4 |
| 265 | 2026-07-10T22:10:39.500Z | Downloaded cargo-platform v0.3.2 |
| 266 | 2026-07-10T22:10:39.507Z | Downloaded plain v0.2.3 |
| 267 | 2026-07-10T22:10:39.511Z | Downloaded scroll_derive v0.12.1 |
| 268 | 2026-07-10T22:10:39.511Z | Downloaded anstream v1.0.0 |
| 269 | 2026-07-10T22:10:39.517Z | Downloaded heck v0.5.0 |
| 270 | 2026-07-10T22:10:39.520Z | Downloaded heck v0.4.1 |
| 271 | 2026-07-10T22:10:39.523Z | Downloaded camino-tempfile v1.4.1 |
| 272 | 2026-07-10T22:10:39.526Z | Downloaded bytecount v0.6.9 |
| 273 | 2026-07-10T22:10:39.526Z | Downloaded anstyle v1.0.14 |
| 274 | 2026-07-10T22:10:39.529Z | Downloaded memmap v0.7.0 |
| 275 | 2026-07-10T22:10:39.530Z | Downloaded dtrace-parser v0.2.0 |
| 276 | 2026-07-10T22:10:39.530Z | Downloaded thiserror-impl v2.0.18 |
| 277 | 2026-07-10T22:10:39.532Z | Downloaded zerocopy v0.7.35 |
| 278 | 2026-07-10T22:10:39.539Z | Downloaded macaddr v1.0.1 |
| 279 | 2026-07-10T22:10:39.542Z | Downloaded bitflags v2.11.0 |
| 280 | 2026-07-10T22:10:39.542Z | Downloaded generic-array v0.14.7 |
| 281 | 2026-07-10T22:10:39.545Z | Downloaded equivalent v1.0.2 |
| 282 | 2026-07-10T22:10:39.545Z | Downloaded clap_derive v4.6.1 |
| 283 | 2026-07-10T22:10:39.545Z | Downloaded camino v1.2.2 |
| 284 | 2026-07-10T22:10:39.548Z | Downloaded colorchoice v1.0.4 |
| 285 | 2026-07-10T22:10:39.548Z | Downloaded cargo_metadata v0.23.1 |
| 286 | 2026-07-10T22:10:39.548Z | Downloaded byteorder v1.5.0 |
| 287 | 2026-07-10T22:10:39.553Z | Downloaded tabled_derive v0.7.0 |
| 288 | 2026-07-10T22:10:39.556Z | Downloaded clap_lex v1.0.0 |
| 289 | 2026-07-10T22:10:39.556Z | Downloaded is_terminal_polyfill v1.70.2 |
| 290 | 2026-07-10T22:10:39.559Z | Downloaded errno v0.3.14 |
| 291 | 2026-07-10T22:10:39.565Z | Downloaded crypto-common v0.1.7 |
| 292 | 2026-07-10T22:10:39.568Z | Downloaded fastrand v2.3.0 |
| 293 | 2026-07-10T22:10:39.571Z | Downloaded usdt-attr-macro v0.5.0 |
| 294 | 2026-07-10T22:10:39.571Z | Downloaded cpufeatures v0.2.17 |
| 295 | 2026-07-10T22:10:39.571Z | Downloaded thread-id v4.2.2 |
| 296 | 2026-07-10T22:10:39.571Z | Downloaded dof v0.3.0 |
| 297 | 2026-07-10T22:10:39.575Z | Downloaded itoa v1.0.17 |
| 298 | 2026-07-10T22:10:39.578Z | Downloaded pretty-hex v0.4.1 |
| 299 | 2026-07-10T22:10:39.581Z | Downloaded cfg-if v1.0.4 |
| 300 | 2026-07-10T22:10:39.584Z | Downloaded fnv v1.0.7 |
| 301 | 2026-07-10T22:10:39.586Z | Downloaded anstyle-parse v1.0.0 |
| 302 | 2026-07-10T22:10:39.589Z | Downloaded cargo_toml v0.21.0 |
| 303 | 2026-07-10T22:10:39.601Z | Downloaded usdt v0.5.0 |
| 304 | 2026-07-10T22:10:39.604Z | Downloaded utf8parse v0.2.2 |
| 305 | 2026-07-10T22:10:39.606Z | Downloaded smawk v0.3.2 |
| 306 | 2026-07-10T22:10:39.609Z | Downloaded usdt-macro v0.5.0 |
| 307 | 2026-07-10T22:10:39.609Z | Downloaded proc-macro-error-attr v1.0.4 |
| 308 | 2026-07-10T22:10:39.612Z | Downloaded terminal_size v0.4.3 |
| 309 | 2026-07-10T22:10:39.615Z | Downloaded serde_spanned v0.6.9 |
| 310 | 2026-07-10T22:10:39.615Z | Downloaded version_check v0.9.5 |
| 311 | 2026-07-10T22:10:39.618Z | Downloaded toml_write v0.1.2 |
| 312 | 2026-07-10T22:10:39.621Z | Downloaded toml_datetime v0.6.11 |
| 313 | 2026-07-10T22:10:39.628Z | Downloaded papergrid v0.11.0 |
| 314 | 2026-07-10T22:10:39.631Z | Downloaded digest v0.10.7 |
| 315 | 2026-07-10T22:10:39.635Z | Downloaded strsim v0.11.1 |
| 316 | 2026-07-10T22:10:39.639Z | Downloaded quote v1.0.45 |
| 317 | 2026-07-10T22:10:39.642Z | Downloaded autocfg v1.5.0 |
| 318 | 2026-07-10T22:10:39.647Z | Downloaded tempfile v3.25.0 |
| 319 | 2026-07-10T22:10:39.650Z | Downloaded thiserror v1.0.69 |
| 320 | 2026-07-10T22:10:39.658Z | Downloaded swrite v0.1.0 |
| 321 | 2026-07-10T22:10:39.665Z | Downloaded usdt-impl v0.5.0 |
| 322 | 2026-07-10T22:10:39.668Z | Downloaded unicode-linebreak v0.1.5 |
| 323 | 2026-07-10T22:10:39.668Z | Downloaded thiserror-impl v1.0.69 |
| 324 | 2026-07-10T22:10:39.668Z | Downloaded thiserror v2.0.18 |
| 325 | 2026-07-10T22:10:39.671Z | Downloaded serde_tokenstream v0.2.3 |
| 326 | 2026-07-10T22:10:39.671Z | Downloaded scroll v0.12.0 |
| 327 | 2026-07-10T22:10:39.674Z | Downloaded zmij v1.0.21 |
| 328 | 2026-07-10T22:10:39.677Z | Downloaded pest_meta v2.8.6 |
| 329 | 2026-07-10T22:10:39.680Z | Downloaded fs-err v3.3.0 |
| 330 | 2026-07-10T22:10:39.680Z | Downloaded anyhow v1.0.102 |
| 331 | 2026-07-10T22:10:39.682Z | Downloaded toml v0.8.23 |
| 332 | 2026-07-10T22:10:39.682Z | Downloaded semver v1.0.28 |
| 333 | 2026-07-10T22:10:39.685Z | Downloaded once_cell v1.21.3 |
| 334 | 2026-07-10T22:10:39.688Z | Downloaded log v0.4.29 |
| 335 | 2026-07-10T22:10:39.691Z | Downloaded clap v4.6.1 |
| 336 | 2026-07-10T22:10:39.695Z | Downloaded pest_derive v2.8.6 |
| 337 | 2026-07-10T22:10:39.695Z | Downloaded pest_generator v2.8.6 |
| 338 | 2026-07-10T22:10:39.698Z | Downloaded getrandom v0.4.1 |
| 339 | 2026-07-10T22:10:39.701Z | Downloaded indexmap v2.14.0 |
| 340 | 2026-07-10T22:10:39.708Z | Downloaded sha2 v0.10.9 |
| 341 | 2026-07-10T22:10:39.710Z | Downloaded proc-macro-error v1.0.4 |
| 342 | 2026-07-10T22:10:39.713Z | Downloaded zerocopy-derive v0.7.35 |
| 343 | 2026-07-10T22:10:39.713Z | Downloaded ucd-trie v0.1.7 |
| 344 | 2026-07-10T22:10:39.716Z | Downloaded textwrap v0.16.2 |
| 345 | 2026-07-10T22:10:39.716Z | Downloaded serde_derive v1.0.228 |
| 346 | 2026-07-10T22:10:39.722Z | Downloaded proc-macro2 v1.0.106 |
| 347 | 2026-07-10T22:10:39.731Z | Downloaded unicode-ident v1.0.24 |
| 348 | 2026-07-10T22:10:39.734Z | Downloaded toml_edit v0.22.27 |
| 349 | 2026-07-10T22:10:39.738Z | Downloaded hashbrown v0.17.0 |
| 350 | 2026-07-10T22:10:39.742Z | Downloaded serde_core v1.0.228 |
| 351 | 2026-07-10T22:10:39.758Z | Downloaded memchr v2.8.0 |
| 352 | 2026-07-10T22:10:39.778Z | Downloaded typenum v1.20.1 |
| 353 | 2026-07-10T22:10:39.795Z | Downloaded serde v1.0.228 |
| 354 | 2026-07-10T22:10:39.799Z | Downloaded pest v2.8.6 |
| 355 | 2026-07-10T22:10:39.838Z | Downloaded serde_json v1.0.150 |
| 356 | 2026-07-10T22:10:39.846Z | Downloaded goblin v0.8.2 |
| 357 | 2026-07-10T22:10:39.850Z | Downloaded clap_builder v4.6.0 |
| 358 | 2026-07-10T22:10:39.853Z | Downloaded winnow v0.7.14 |
| 359 | 2026-07-10T22:10:39.857Z | Downloaded tabled v0.15.0 |
| 360 | 2026-07-10T22:10:39.870Z | Downloaded syn v1.0.109 |
| 361 | 2026-07-10T22:10:39.874Z | Downloaded unicode-width v0.2.0 |
| 362 | 2026-07-10T22:10:39.878Z | Downloaded unicode-width v0.1.14 |
| 363 | 2026-07-10T22:10:39.880Z | Downloaded syn v2.0.117 |
| 364 | 2026-07-10T22:10:39.890Z | Downloaded rustix v1.1.3 |
| 365 | 2026-07-10T22:10:39.926Z | Downloaded libc v0.2.185 |
| 366 | 2026-07-10T22:10:39.990Z | Compiling proc-macro2 v1.0.106 |
| 367 | 2026-07-10T22:10:39.993Z | Compiling quote v1.0.45 |
| 368 | 2026-07-10T22:10:39.993Z | Compiling unicode-ident v1.0.24 |
| 369 | 2026-07-10T22:10:39.993Z | Compiling serde_core v1.0.228 |
| 370 | 2026-07-10T22:10:39.993Z | Compiling libc v0.2.185 |
| 371 | 2026-07-10T22:10:39.993Z | Compiling version_check v0.9.5 |
| 372 | 2026-07-10T22:10:39.993Z | Compiling memchr v2.8.0 |
| 373 | 2026-07-10T22:10:39.994Z | Compiling serde v1.0.228 |
| 374 | 2026-07-10T22:10:40.175Z | Compiling zmij v1.0.21 |
| 375 | 2026-07-10T22:10:40.189Z | Compiling itoa v1.0.17 |
| 376 | 2026-07-10T22:10:40.192Z | Compiling thiserror v1.0.69 |
| 377 | 2026-07-10T22:10:40.192Z | Compiling ucd-trie v0.1.7 |
| 378 | 2026-07-10T22:10:40.218Z | Compiling rustix v1.1.3 |
| 379 | 2026-07-10T22:10:40.221Z | Compiling byteorder v1.5.0 |
| 380 | 2026-07-10T22:10:40.446Z | Compiling bitflags v2.11.0 |
| 381 | 2026-07-10T22:10:40.556Z | Compiling serde_json v1.0.150 |
| 382 | 2026-07-10T22:10:40.652Z | Compiling pest v2.8.6 |
| 383 | 2026-07-10T22:10:40.671Z | Compiling usdt-impl v0.5.0 |
| 384 | 2026-07-10T22:10:40.728Z | Compiling proc-macro-error-attr v1.0.4 |
| 385 | 2026-07-10T22:10:40.765Z | Compiling camino v1.2.2 |
| 386 | 2026-07-10T22:10:40.801Z | Compiling syn v1.0.109 |
| 387 | 2026-07-10T22:10:40.916Z | Compiling proc-macro-error v1.0.4 |
| 388 | 2026-07-10T22:10:40.986Z | Compiling equivalent v1.0.2 |
| 389 | 2026-07-10T22:10:41.001Z | Compiling utf8parse v0.2.2 |
| 390 | 2026-07-10T22:10:41.004Z | Compiling hashbrown v0.17.0 |
| 391 | 2026-07-10T22:10:41.020Z | Compiling plain v0.2.3 |
| 392 | 2026-07-10T22:10:41.080Z | Compiling log v0.4.29 |
| 393 | 2026-07-10T22:10:41.139Z | Compiling getrandom v0.4.1 |
| 394 | 2026-07-10T22:10:41.139Z | Compiling anstyle-parse v1.0.0 |
| 395 | 2026-07-10T22:10:41.192Z | Compiling errno v0.3.14 |
| 396 | 2026-07-10T22:10:41.195Z | Compiling thread-id v4.2.2 |
| 397 | 2026-07-10T22:10:41.282Z | Compiling toml_write v0.1.2 |
| 398 | 2026-07-10T22:10:41.286Z | Compiling pretty-hex v0.4.1 |
| 399 | 2026-07-10T22:10:41.286Z | Compiling cfg-if v1.0.4 |
| 400 | 2026-07-10T22:10:41.336Z | Compiling anstyle v1.0.14 |
| 401 | 2026-07-10T22:10:41.339Z | Compiling thiserror v2.0.18 |
| 402 | 2026-07-10T22:10:41.371Z | Compiling colorchoice v1.0.4 |
| 403 | 2026-07-10T22:10:41.395Z | Compiling winnow v0.7.14 |
| 404 | 2026-07-10T22:10:41.399Z | Compiling is_terminal_polyfill v1.70.2 |
| 405 | 2026-07-10T22:10:41.475Z | Compiling autocfg v1.5.0 |
| 406 | 2026-07-10T22:10:41.493Z | Compiling anstyle-query v1.1.5 |
| 407 | 2026-07-10T22:10:41.544Z | Compiling fastrand v2.3.0 |
| 408 | 2026-07-10T22:10:41.579Z | Compiling clap_lex v1.0.0 |
| 409 | 2026-07-10T22:10:41.602Z | Compiling indexmap v2.14.0 |
| 410 | 2026-07-10T22:10:41.644Z | Compiling syn v2.0.117 |
| 411 | 2026-07-10T22:10:41.680Z | Compiling anstream v1.0.0 |
| 412 | 2026-07-10T22:10:41.720Z | Compiling pest_meta v2.8.6 |
| 413 | 2026-07-10T22:10:41.829Z | Compiling strsim v0.11.1 |
| 414 | 2026-07-10T22:10:41.849Z | Compiling heck v0.4.1 |
| 415 | 2026-07-10T22:10:41.852Z | Compiling once_cell v1.21.3 |
| 416 | 2026-07-10T22:10:41.926Z | Compiling fs-err v3.3.0 |
| 417 | 2026-07-10T22:10:41.953Z | Compiling heck v0.5.0 |
| 418 | 2026-07-10T22:10:41.995Z | Compiling unicode-width v0.1.14 |
| 419 | 2026-07-10T22:10:42.012Z | Compiling fnv v1.0.7 |
| 420 | 2026-07-10T22:10:42.109Z | Compiling anyhow v1.0.102 |
| 421 | 2026-07-10T22:10:42.134Z | Compiling bytecount v0.6.9 |
| 422 | 2026-07-10T22:10:42.153Z | Compiling memmap v0.7.0 |
| 423 | 2026-07-10T22:10:42.222Z | Compiling smawk v0.3.2 |
| 424 | 2026-07-10T22:10:42.239Z | Compiling unicode-width v0.2.0 |
| 425 | 2026-07-10T22:10:42.242Z | Compiling unicode-linebreak v0.1.5 |
| 426 | 2026-07-10T22:10:42.276Z | Compiling terminal_size v0.4.3 |
| 427 | 2026-07-10T22:10:42.295Z | Compiling papergrid v0.11.0 |
| 428 | 2026-07-10T22:10:42.311Z | Compiling tempfile v3.25.0 |
| 429 | 2026-07-10T22:10:42.363Z | Compiling swrite v0.1.0 |
| 430 | 2026-07-10T22:10:42.386Z | Compiling clap_builder v4.6.0 |
| 431 | 2026-07-10T22:10:42.525Z | Compiling semver v1.0.28 |
| 432 | 2026-07-10T22:10:42.550Z | Compiling cargo-platform v0.3.2 |
| 433 | 2026-07-10T22:10:42.590Z | Compiling textwrap v0.16.2 |
| 434 | 2026-07-10T22:10:42.872Z | Compiling camino-tempfile v1.4.1 |
| 435 | 2026-07-10T22:10:43.166Z | Compiling tabled_derive v0.7.0 |
| 436 | 2026-07-10T22:10:43.812Z | Compiling tabled v0.15.0 |
| 437 | 2026-07-10T22:10:43.828Z | Compiling pest_generator v2.8.6 |
| 438 | 2026-07-10T22:10:44.309Z | Compiling serde_derive v1.0.228 |
| 439 | 2026-07-10T22:10:44.313Z | Compiling thiserror-impl v1.0.69 |
| 440 | 2026-07-10T22:10:44.313Z | Compiling zerocopy-derive v0.7.35 |
| 441 | 2026-07-10T22:10:44.313Z | Compiling scroll_derive v0.12.1 |
| 442 | 2026-07-10T22:10:44.313Z | Compiling thiserror-impl v2.0.18 |
| 443 | 2026-07-10T22:10:44.313Z | Compiling clap_derive v4.6.1 |
| 444 | 2026-07-10T22:10:44.409Z | Compiling pest_derive v2.8.6 |
| 445 | 2026-07-10T22:10:44.975Z | Compiling scroll v0.12.0 |
| 446 | 2026-07-10T22:10:45.090Z | Compiling zerocopy v0.7.35 |
| 447 | 2026-07-10T22:10:45.187Z | Compiling goblin v0.8.2 |
| 448 | 2026-07-10T22:10:45.456Z | Compiling dtrace-parser v0.2.0 |
| 449 | 2026-07-10T22:10:45.719Z | Compiling clap v4.6.1 |
| 450 | 2026-07-10T22:10:46.842Z | Compiling toml_datetime v0.6.11 |
| 451 | 2026-07-10T22:10:46.842Z | Compiling serde_spanned v0.6.9 |
| 452 | 2026-07-10T22:10:46.842Z | Compiling cargo_metadata v0.23.1 |
| 453 | 2026-07-10T22:10:46.852Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 454 | 2026-07-10T22:10:46.852Z | Compiling macaddr v1.0.1 |
| 455 | 2026-07-10T22:10:46.852Z | Compiling dof v0.3.0 |
| 456 | 2026-07-10T22:10:46.852Z | Compiling serde_tokenstream v0.2.3 |
| 457 | 2026-07-10T22:10:47.038Z | Compiling toml_edit v0.22.27 |
| 458 | 2026-07-10T22:10:47.600Z | Compiling usdt-macro v0.5.0 |
| 459 | 2026-07-10T22:10:47.600Z | Compiling usdt-attr-macro v0.5.0 |
| 460 | 2026-07-10T22:10:48.199Z | Compiling usdt v0.5.0 |
| 461 | 2026-07-10T22:10:48.306Z | Compiling toml v0.8.23 |
| 462 | 2026-07-10T22:10:48.629Z | Compiling cargo_toml v0.21.0 |
| 463 | 2026-07-10T22:10:49.892Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 464 | 2026-07-10T22:10:51.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.55s |
| 465 | 2026-07-10T22:10:52.116Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 466 | 2026-07-10T22:10:52.616Z | Downloading crates ... |
| 467 | 2026-07-10T22:10:52.705Z | Downloaded aead v0.5.2 |
| 468 | 2026-07-10T22:10:52.710Z | Downloaded adler2 v2.0.1 |
| 469 | 2026-07-10T22:10:52.713Z | Downloaded anstyle-parse v0.2.7 |
| 470 | 2026-07-10T22:10:52.733Z | Downloaded cmake v0.1.57 |
| 471 | 2026-07-10T22:10:52.736Z | Downloaded bit-vec v0.6.3 |
| 472 | 2026-07-10T22:10:52.739Z | Downloaded ctr v0.10.1 |
| 473 | 2026-07-10T22:10:52.739Z | Downloaded convert_case v0.10.0 |
| 474 | 2026-07-10T22:10:52.744Z | Downloaded cookie_store v0.22.1 |
| 475 | 2026-07-10T22:10:52.744Z | Downloaded bb8 v0.8.6 |
| 476 | 2026-07-10T22:10:52.747Z | Downloaded atomicwrites v0.4.4 |
| 477 | 2026-07-10T22:10:52.747Z | Downloaded assert_matches v1.5.0 |
| 478 | 2026-07-10T22:10:52.747Z | Downloaded anstream v0.6.21 |
| 479 | 2026-07-10T22:10:52.747Z | Downloaded dsl_auto_type v0.2.0 |
| 480 | 2026-07-10T22:10:52.750Z | Downloaded backoff v0.4.0 |
| 481 | 2026-07-10T22:10:52.750Z | Downloaded aho-corasick v1.1.4 |
| 482 | 2026-07-10T22:10:52.752Z | Downloaded bit-set v0.5.3 |
| 483 | 2026-07-10T22:10:52.752Z | Downloaded ahash v0.8.12 |
| 484 | 2026-07-10T22:10:52.787Z | Downloaded atty v0.2.14 |
| 485 | 2026-07-10T22:10:52.787Z | Downloaded document-features v0.2.12 |
| 486 | 2026-07-10T22:10:52.787Z | Downloaded bitfield v0.19.4 |
| 487 | 2026-07-10T22:10:52.787Z | Downloaded atomic-waker v1.1.2 |
| 488 | 2026-07-10T22:10:52.787Z | Downloaded aead v0.6.1 |
| 489 | 2026-07-10T22:10:52.787Z | Downloaded display-error-chain v0.2.2 |
| 490 | 2026-07-10T22:10:52.787Z | Downloaded delegate v0.13.5 |
| 491 | 2026-07-10T22:10:52.787Z | Downloaded darling_macro v0.21.3 |
| 492 | 2026-07-10T22:10:52.787Z | Downloaded digest v0.11.3 |
| 493 | 2026-07-10T22:10:52.788Z | Downloaded array-init v0.0.4 |
| 494 | 2026-07-10T22:10:52.788Z | Downloaded derive-where v1.6.0 |
| 495 | 2026-07-10T22:10:52.788Z | Downloaded bitfield-macros v0.19.4 |
| 496 | 2026-07-10T22:10:52.788Z | Downloaded crunchy v0.2.4 |
| 497 | 2026-07-10T22:10:52.788Z | Downloaded defmt v0.3.100 |
| 498 | 2026-07-10T22:10:52.788Z | Downloaded bcs v0.1.6 |
| 499 | 2026-07-10T22:10:52.788Z | Downloaded async-stream-impl v0.3.6 |
| 500 | 2026-07-10T22:10:52.788Z | Downloaded base16ct v1.0.0 |
| 501 | 2026-07-10T22:10:52.788Z | Downloaded cfg_aliases v0.2.1 |
| 502 | 2026-07-10T22:10:52.788Z | Downloaded base16ct v0.2.0 |
| 503 | 2026-07-10T22:10:52.788Z | Downloaded debug-ignore v1.0.5 |
| 504 | 2026-07-10T22:10:52.788Z | Downloaded crc v3.4.0 |
| 505 | 2026-07-10T22:10:52.788Z | Downloaded async-stream v0.3.6 |
| 506 | 2026-07-10T22:10:52.788Z | Downloaded async-recursion v1.1.1 |
| 507 | 2026-07-10T22:10:52.788Z | Downloaded base64ct v1.8.3 |
| 508 | 2026-07-10T22:10:52.788Z | Downloaded arrayvec v0.7.6 |
| 509 | 2026-07-10T22:10:52.791Z | Downloaded argon2 v0.5.3 |
| 510 | 2026-07-10T22:10:52.791Z | Downloaded crc8 v0.1.1 |
| 511 | 2026-07-10T22:10:52.791Z | Downloaded arrayref v0.3.9 |
| 512 | 2026-07-10T22:10:52.791Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 513 | 2026-07-10T22:10:52.791Z | Downloaded derive_builder_macro v0.20.2 |
| 514 | 2026-07-10T22:10:52.794Z | Downloaded ciborium-ll v0.2.2 |
| 515 | 2026-07-10T22:10:52.797Z | Downloaded ciborium-io v0.2.2 |
| 516 | 2026-07-10T22:10:52.797Z | Downloaded block-buffer v0.12.1 |
| 517 | 2026-07-10T22:10:52.797Z | Downloaded crossbeam-epoch v0.9.18 |
| 518 | 2026-07-10T22:10:52.801Z | Downloaded bitfield-struct v0.6.2 |
| 519 | 2026-07-10T22:10:52.801Z | Downloaded critical-section v1.2.0 |
| 520 | 2026-07-10T22:10:52.801Z | Downloaded darling_macro v0.20.11 |
| 521 | 2026-07-10T22:10:52.803Z | Downloaded convert_case v0.4.0 |
| 522 | 2026-07-10T22:10:52.803Z | Downloaded compression-core v0.4.31 |
| 523 | 2026-07-10T22:10:52.803Z | Downloaded darling_macro v0.13.4 |
| 524 | 2026-07-10T22:10:52.803Z | Downloaded crc-catalog v2.4.0 |
| 525 | 2026-07-10T22:10:52.807Z | Downloaded ascii-canvas v3.0.0 |
| 526 | 2026-07-10T22:10:52.810Z | Downloaded darling_macro v0.23.0 |
| 527 | 2026-07-10T22:10:52.810Z | Downloaded bit-set v0.8.0 |
| 528 | 2026-07-10T22:10:52.813Z | Downloaded crc32fast v1.5.0 |
| 529 | 2026-07-10T22:10:52.816Z | Downloaded dirs-sys-next v0.1.2 |
| 530 | 2026-07-10T22:10:52.816Z | Downloaded crypto-common v0.2.2 |
| 531 | 2026-07-10T22:10:52.819Z | Downloaded cpubits v0.1.1 |
| 532 | 2026-07-10T22:10:52.822Z | Downloaded difflib v0.4.0 |
| 533 | 2026-07-10T22:10:52.825Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 534 | 2026-07-10T22:10:52.825Z | Downloaded cfg_aliases v0.1.1 |
| 535 | 2026-07-10T22:10:52.828Z | Downloaded crucible-workspace-hack v0.1.0 |
| 536 | 2026-07-10T22:10:52.828Z | Downloaded castaway v0.2.4 |
| 537 | 2026-07-10T22:10:52.828Z | Downloaded dunce v1.0.5 |
| 538 | 2026-07-10T22:10:52.830Z | Downloaded cstr-argument v0.1.2 |
| 539 | 2026-07-10T22:10:52.831Z | Downloaded endian-type v0.1.2 |
| 540 | 2026-07-10T22:10:52.834Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 541 | 2026-07-10T22:10:52.837Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 542 | 2026-07-10T22:10:52.840Z | Downloaded dirs-next v2.0.0 |
| 543 | 2026-07-10T22:10:52.840Z | Downloaded cobs v0.3.0 |
| 544 | 2026-07-10T22:10:52.840Z | Downloaded backon v1.6.0 |
| 545 | 2026-07-10T22:10:52.843Z | Downloaded embedded-io v0.4.0 |
| 546 | 2026-07-10T22:10:52.843Z | Downloaded allocator-api2 v0.2.21 |
| 547 | 2026-07-10T22:10:52.845Z | Downloaded defmt-parser v1.0.0 |
| 548 | 2026-07-10T22:10:52.845Z | Downloaded dtrace-parser v0.3.0 |
| 549 | 2026-07-10T22:10:52.848Z | Downloaded blake2 v0.10.6 |
| 550 | 2026-07-10T22:10:52.848Z | Downloaded dof v0.4.0 |
| 551 | 2026-07-10T22:10:52.852Z | Downloaded crossbeam-utils v0.8.21 |
| 552 | 2026-07-10T22:10:52.852Z | Downloaded enum-as-inner v0.6.1 |
| 553 | 2026-07-10T22:10:52.852Z | Downloaded cpufeatures v0.3.0 |
| 554 | 2026-07-10T22:10:52.857Z | Downloaded flagset v0.4.7 |
| 555 | 2026-07-10T22:10:52.860Z | Downloaded fd-lock v4.0.4 |
| 556 | 2026-07-10T22:10:52.863Z | Downloaded float-cmp v0.10.0 |
| 557 | 2026-07-10T22:10:52.863Z | Downloaded fixedbitset v0.4.2 |
| 558 | 2026-07-10T22:10:52.863Z | Downloaded form_urlencoded v1.2.2 |
| 559 | 2026-07-10T22:10:52.866Z | Downloaded float-ord v0.3.2 |
| 560 | 2026-07-10T22:10:52.866Z | Downloaded downcast-rs v2.0.2 |
| 561 | 2026-07-10T22:10:52.869Z | Downloaded foreign-types-shared v0.3.1 |
| 562 | 2026-07-10T22:10:52.869Z | Downloaded foreign-types v0.5.0 |
| 563 | 2026-07-10T22:10:52.869Z | Downloaded futures-core v0.3.32 |
| 564 | 2026-07-10T22:10:52.870Z | Downloaded dyn-clone v1.0.20 |
| 565 | 2026-07-10T22:10:52.873Z | Downloaded futures-task v0.3.32 |
| 566 | 2026-07-10T22:10:52.873Z | Downloaded futures-sink v0.3.32 |
| 567 | 2026-07-10T22:10:52.873Z | Downloaded foreign-types-shared v0.1.1 |
| 568 | 2026-07-10T22:10:52.873Z | Downloaded async-bb8-diesel v0.2.1 |
| 569 | 2026-07-10T22:10:52.876Z | Downloaded foreign-types-macros v0.2.3 |
| 570 | 2026-07-10T22:10:52.876Z | Downloaded env_filter v1.0.0 |
| 571 | 2026-07-10T22:10:52.876Z | Downloaded cmov v0.5.4 |
| 572 | 2026-07-10T22:10:52.879Z | Downloaded bit-vec v0.8.0 |
| 573 | 2026-07-10T22:10:52.879Z | Downloaded cbc v0.2.1 |
| 574 | 2026-07-10T22:10:52.882Z | Downloaded cipher v0.4.4 |
| 575 | 2026-07-10T22:10:52.882Z | Downloaded chacha20 v0.9.1 |
| 576 | 2026-07-10T22:10:52.882Z | Downloaded cexpr v0.6.0 |
| 577 | 2026-07-10T22:10:52.885Z | Downloaded daft v0.1.7 |
| 578 | 2026-07-10T22:10:52.885Z | Downloaded compression-codecs v0.4.37 |
| 579 | 2026-07-10T22:10:52.888Z | Downloaded darling v0.21.3 |
| 580 | 2026-07-10T22:10:52.890Z | Downloaded darling v0.13.4 |
| 581 | 2026-07-10T22:10:52.893Z | Downloaded foreign-types v0.3.2 |
| 582 | 2026-07-10T22:10:52.893Z | Downloaded byte-wrapper v0.1.0 |
| 583 | 2026-07-10T22:10:52.898Z | Downloaded futures-macro v0.3.32 |
| 584 | 2026-07-10T22:10:52.898Z | Downloaded block-padding v0.4.2 |
| 585 | 2026-07-10T22:10:52.898Z | Downloaded blowfish v0.10.0 |
| 586 | 2026-07-10T22:10:52.901Z | Downloaded buf-list v1.1.2 |
| 587 | 2026-07-10T22:10:52.901Z | Downloaded fxhash v0.2.1 |
| 588 | 2026-07-10T22:10:52.901Z | Downloaded cassowary v0.3.0 |
| 589 | 2026-07-10T22:10:52.901Z | Downloaded gethostname v0.5.0 |
| 590 | 2026-07-10T22:10:52.904Z | Downloaded constant_time_eq v0.4.2 |
| 591 | 2026-07-10T22:10:52.904Z | Downloaded defmt-macros v1.0.1 |
| 592 | 2026-07-10T22:10:52.909Z | Downloaded ecdsa v0.16.9 |
| 593 | 2026-07-10T22:10:52.909Z | Downloaded cipher v0.5.2 |
| 594 | 2026-07-10T22:10:52.913Z | Downloaded futures-io v0.3.32 |
| 595 | 2026-07-10T22:10:52.913Z | Downloaded funty v2.0.0 |
| 596 | 2026-07-10T22:10:52.913Z | Downloaded async-trait v0.1.89 |
| 597 | 2026-07-10T22:10:52.913Z | Downloaded daft-derive v0.1.7 |
| 598 | 2026-07-10T22:10:52.918Z | Downloaded ena v0.14.4 |
| 599 | 2026-07-10T22:10:52.918Z | Downloaded embedded-io v0.6.1 |
| 600 | 2026-07-10T22:10:52.921Z | Downloaded ed25519 v2.2.3 |
| 601 | 2026-07-10T22:10:52.921Z | Downloaded git-stub v1.0.0 |
| 602 | 2026-07-10T22:10:52.922Z | Downloaded displaydoc v0.2.5 |
| 603 | 2026-07-10T22:10:52.922Z | Downloaded ghash v0.6.0 |
| 604 | 2026-07-10T22:10:52.925Z | Downloaded deranged v0.5.8 |
| 605 | 2026-07-10T22:10:52.925Z | Downloaded either v1.15.0 |
| 606 | 2026-07-10T22:10:52.925Z | Downloaded hash32 v0.3.1 |
| 607 | 2026-07-10T22:10:52.925Z | Downloaded corncobs v0.1.4 |
| 608 | 2026-07-10T22:10:52.928Z | Downloaded const_format_proc_macros v0.2.34 |
| 609 | 2026-07-10T22:10:52.928Z | Downloaded globwalk v0.9.1 |
| 610 | 2026-07-10T22:10:52.931Z | Downloaded fixedbitset v0.5.7 |
| 611 | 2026-07-10T22:10:52.931Z | Downloaded find-msvc-tools v0.1.9 |
| 612 | 2026-07-10T22:10:52.934Z | Downloaded data-encoding v2.10.0 |
| 613 | 2026-07-10T22:10:52.934Z | Downloaded ff v0.14.0 |
| 614 | 2026-07-10T22:10:52.934Z | Downloaded ff v0.13.1 |
| 615 | 2026-07-10T22:10:52.937Z | Downloaded futures-executor v0.3.32 |
| 616 | 2026-07-10T22:10:52.937Z | Downloaded hex v0.4.3 |
| 617 | 2026-07-10T22:10:52.940Z | Downloaded hostname v0.3.1 |
| 618 | 2026-07-10T22:10:52.940Z | Downloaded derive_builder_core v0.20.2 |
| 619 | 2026-07-10T22:10:52.940Z | Downloaded ed25519 v3.0.0 |
| 620 | 2026-07-10T22:10:52.943Z | Downloaded diesel-dtrace v0.5.0 |
| 621 | 2026-07-10T22:10:52.943Z | Downloaded ctutils v0.4.2 |
| 622 | 2026-07-10T22:10:52.945Z | Downloaded http-body v1.0.1 |
| 623 | 2026-07-10T22:10:52.946Z | Downloaded der_derive v0.7.3 |
| 624 | 2026-07-10T22:10:52.946Z | Downloaded colored v3.1.1 |
| 625 | 2026-07-10T22:10:52.949Z | Downloaded bzip2 v0.6.1 |
| 626 | 2026-07-10T22:10:52.949Z | Downloaded bitflags v1.3.2 |
| 627 | 2026-07-10T22:10:52.952Z | Downloaded headers-core v0.3.0 |
| 628 | 2026-07-10T22:10:52.952Z | Downloaded ciborium v0.2.2 |
| 629 | 2026-07-10T22:10:52.952Z | Downloaded filetime v0.2.27 |
| 630 | 2026-07-10T22:10:52.955Z | Downloaded erased-serde v0.3.31 |
| 631 | 2026-07-10T22:10:52.955Z | Downloaded fs-err v2.11.0 |
| 632 | 2026-07-10T22:10:52.958Z | Downloaded const-oid v0.9.6 |
| 633 | 2026-07-10T22:10:52.958Z | Downloaded env_logger v0.11.9 |
| 634 | 2026-07-10T22:10:52.961Z | Downloaded darling v0.23.0 |
| 635 | 2026-07-10T22:10:52.964Z | Downloaded darling v0.20.11 |
| 636 | 2026-07-10T22:10:52.967Z | Downloaded httpdate v1.0.3 |
| 637 | 2026-07-10T22:10:52.970Z | Downloaded hex-literal v1.1.0 |
| 638 | 2026-07-10T22:10:52.970Z | Downloaded fs_extra v1.3.0 |
| 639 | 2026-07-10T22:10:52.973Z | Downloaded blake2 v0.11.0-rc.6 |
| 640 | 2026-07-10T22:10:52.973Z | Downloaded hubpack_derive v0.1.1 |
| 641 | 2026-07-10T22:10:52.973Z | Downloaded http-range v0.1.5 |
| 642 | 2026-07-10T22:10:52.976Z | Downloaded hostname v0.4.2 |
| 643 | 2026-07-10T22:10:52.977Z | Downloaded home v0.5.12 |
| 644 | 2026-07-10T22:10:52.977Z | Downloaded hubpack v0.1.2 |
| 645 | 2026-07-10T22:10:52.980Z | Downloaded colored v2.2.0 |
| 646 | 2026-07-10T22:10:52.980Z | Downloaded glob v0.3.3 |
| 647 | 2026-07-10T22:10:52.980Z | Downloaded group v0.14.0 |
| 648 | 2026-07-10T22:10:52.983Z | Downloaded foldhash v0.2.0 |
| 649 | 2026-07-10T22:10:52.983Z | Downloaded crossbeam-channel v0.5.15 |
| 650 | 2026-07-10T22:10:52.986Z | Downloaded hyper-tls v0.6.0 |
| 651 | 2026-07-10T22:10:52.986Z | Downloaded console v0.16.2 |
| 652 | 2026-07-10T22:10:52.991Z | Downloaded csv-core v0.1.13 |
| 653 | 2026-07-10T22:10:52.991Z | Downloaded clang-sys v1.8.1 |
| 654 | 2026-07-10T22:10:52.997Z | Downloaded bzip2 v0.4.4 |
| 655 | 2026-07-10T22:10:52.997Z | Downloaded des v0.9.0 |
| 656 | 2026-07-10T22:10:52.997Z | Downloaded crossbeam-deque v0.8.6 |
| 657 | 2026-07-10T22:10:52.997Z | Downloaded derive-ex v0.1.8 |
| 658 | 2026-07-10T22:10:53.002Z | Downloaded cookie v0.18.1 |
| 659 | 2026-07-10T22:10:53.002Z | Downloaded enum_dispatch v0.3.13 |
| 660 | 2026-07-10T22:10:53.002Z | Downloaded illumos-nvpair v0.3.0 |
| 661 | 2026-07-10T22:10:53.002Z | Downloaded indent_write v2.2.0 |
| 662 | 2026-07-10T22:10:53.002Z | Downloaded futures-channel v0.3.32 |
| 663 | 2026-07-10T22:10:53.005Z | Downloaded ident_case v1.0.1 |
| 664 | 2026-07-10T22:10:53.005Z | Downloaded globset v0.4.18 |
| 665 | 2026-07-10T22:10:53.005Z | Downloaded fallible-iterator v0.2.0 |
| 666 | 2026-07-10T22:10:53.005Z | Downloaded camino-tempfile-ext v0.3.3 |
| 667 | 2026-07-10T22:10:53.005Z | Downloaded base64 v0.22.1 |
| 668 | 2026-07-10T22:10:53.008Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 669 | 2026-07-10T22:10:53.008Z | Downloaded dropshot-api-manager v0.7.2 |
| 670 | 2026-07-10T22:10:53.011Z | Downloaded inout v0.2.2 |
| 671 | 2026-07-10T22:10:53.014Z | Downloaded inout v0.1.4 |
| 672 | 2026-07-10T22:10:53.014Z | Downloaded hash32 v0.2.1 |
| 673 | 2026-07-10T22:10:53.014Z | Downloaded diff v0.1.13 |
| 674 | 2026-07-10T22:10:53.017Z | Downloaded highway v1.3.0 |
| 675 | 2026-07-10T22:10:53.017Z | Downloaded console v0.15.11 |
| 676 | 2026-07-10T22:10:53.020Z | Downloaded chacha20 v0.10.0 |
| 677 | 2026-07-10T22:10:53.023Z | Downloaded instant v0.1.13 |
| 678 | 2026-07-10T22:10:53.023Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 679 | 2026-07-10T22:10:53.026Z | Downloaded cancel-safe-futures v0.1.5 |
| 680 | 2026-07-10T22:10:53.029Z | Downloaded derive_builder v0.20.2 |
| 681 | 2026-07-10T22:10:53.032Z | Downloaded indoc v1.0.9 |
| 682 | 2026-07-10T22:10:53.032Z | Downloaded instability v0.3.11 |
| 683 | 2026-07-10T22:10:53.034Z | Downloaded defmt v1.0.1 |
| 684 | 2026-07-10T22:10:53.034Z | Downloaded argon2 v0.6.0-rc.8 |
| 685 | 2026-07-10T22:10:53.037Z | Downloaded ecdsa v0.17.0-rc.18 |
| 686 | 2026-07-10T22:10:53.037Z | Downloaded http-body-util v0.1.3 |
| 687 | 2026-07-10T22:10:53.040Z | Downloaded lazy_static v1.5.0 |
| 688 | 2026-07-10T22:10:53.043Z | Downloaded keccak v0.1.6 |
| 689 | 2026-07-10T22:10:53.046Z | Downloaded kstat-rs v0.2.4 |
| 690 | 2026-07-10T22:10:53.046Z | Downloaded lalrpop-util v0.19.12 |
| 691 | 2026-07-10T22:10:53.046Z | Downloaded humantime v2.3.0 |
| 692 | 2026-07-10T22:10:53.049Z | Downloaded getrandom v0.2.17 |
| 693 | 2026-07-10T22:10:53.052Z | Downloaded kem v0.3.0 |
| 694 | 2026-07-10T22:10:53.052Z | Downloaded is_ci v1.2.0 |
| 695 | 2026-07-10T22:10:53.052Z | Downloaded hyper-staticfile v0.10.1 |
| 696 | 2026-07-10T22:10:53.054Z | Downloaded derive_more v0.99.20 |
| 697 | 2026-07-10T22:10:53.057Z | Downloaded half v1.8.3 |
| 698 | 2026-07-10T22:10:53.057Z | Downloaded git-stub-vcs v0.1.0 |
| 699 | 2026-07-10T22:10:53.061Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 700 | 2026-07-10T22:10:53.061Z | Downloaded drift v0.2.0 |
| 701 | 2026-07-10T22:10:53.066Z | Downloaded lru-slab v0.1.2 |
| 702 | 2026-07-10T22:10:53.069Z | Downloaded lru-cache v0.1.2 |
| 703 | 2026-07-10T22:10:53.069Z | Downloaded md5 v0.8.0 |
| 704 | 2026-07-10T22:10:53.069Z | Downloaded darling_core v0.13.4 |
| 705 | 2026-07-10T22:10:53.072Z | Downloaded lru v0.12.5 |
| 706 | 2026-07-10T22:10:53.075Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 707 | 2026-07-10T22:10:53.075Z | Downloaded linked-hash-map v0.5.6 |
| 708 | 2026-07-10T22:10:53.077Z | Downloaded libscf-sys v1.1.0 |
| 709 | 2026-07-10T22:10:53.077Z | Downloaded hmac v0.13.0 |
| 710 | 2026-07-10T22:10:53.081Z | Downloaded dropshot_endpoint v0.17.1 |
| 711 | 2026-07-10T22:10:53.081Z | Downloaded darling_core v0.21.3 |
| 712 | 2026-07-10T22:10:53.084Z | Downloaded match_cfg v0.1.0 |
| 713 | 2026-07-10T22:10:53.084Z | Downloaded memoffset v0.9.1 |
| 714 | 2026-07-10T22:10:53.087Z | Downloaded mime v0.3.17 |
| 715 | 2026-07-10T22:10:53.087Z | Downloaded md-5 v0.10.6 |
| 716 | 2026-07-10T22:10:53.087Z | Downloaded managed v0.8.0 |
| 717 | 2026-07-10T22:10:53.090Z | Downloaded lzss v0.8.2 |
| 718 | 2026-07-10T22:10:53.090Z | Downloaded idna_adapter v1.2.1 |
| 719 | 2026-07-10T22:10:53.090Z | Downloaded crc-any v2.5.0 |
| 720 | 2026-07-10T22:10:53.092Z | Downloaded is-terminal v0.4.17 |
| 721 | 2026-07-10T22:10:53.093Z | Downloaded internet-checksum v0.2.1 |
| 722 | 2026-07-10T22:10:53.093Z | Downloaded crypto-bigint v0.5.5 |
| 723 | 2026-07-10T22:10:53.096Z | Downloaded ingot-types v0.1.2 |
| 724 | 2026-07-10T22:10:53.099Z | Downloaded arc-swap v1.8.2 |
| 725 | 2026-07-10T22:10:53.102Z | Downloaded newtype-uuid-macros v0.1.0 |
| 726 | 2026-07-10T22:10:53.102Z | Downloaded newline-converter v0.3.0 |
| 727 | 2026-07-10T22:10:53.102Z | Downloaded ingot v0.1.1 |
| 728 | 2026-07-10T22:10:53.105Z | Downloaded indoc v2.0.7 |
| 729 | 2026-07-10T22:10:53.105Z | Downloaded futures v0.3.32 |
| 730 | 2026-07-10T22:10:53.108Z | Downloaded ipnetwork v0.21.1 |
| 731 | 2026-07-10T22:10:53.110Z | Downloaded ipnet v2.11.0 |
| 732 | 2026-07-10T22:10:53.110Z | Downloaded foldhash v0.1.5 |
| 733 | 2026-07-10T22:10:53.113Z | Downloaded async-compression v0.4.41 |
| 734 | 2026-07-10T22:10:53.116Z | Downloaded httparse v1.10.1 |
| 735 | 2026-07-10T22:10:53.118Z | Downloaded hmac v0.12.1 |
| 736 | 2026-07-10T22:10:53.119Z | Downloaded keccak v0.2.0 |
| 737 | 2026-07-10T22:10:53.122Z | Downloaded nodrop v0.1.14 |
| 738 | 2026-07-10T22:10:53.122Z | Downloaded nonempty v0.12.0 |
| 739 | 2026-07-10T22:10:53.122Z | Downloaded nibble_vec v0.1.0 |
| 740 | 2026-07-10T22:10:53.122Z | Downloaded normalize-line-endings v0.3.0 |
| 741 | 2026-07-10T22:10:53.124Z | Downloaded num v0.4.3 |
| 742 | 2026-07-10T22:10:53.125Z | Downloaded hybrid-array v0.4.13 |
| 743 | 2026-07-10T22:10:53.128Z | Downloaded new_debug_unreachable v1.0.6 |
| 744 | 2026-07-10T22:10:53.128Z | Downloaded iana-time-zone v0.1.65 |
| 745 | 2026-07-10T22:10:53.128Z | Downloaded hyper-rustls v0.27.7 |
| 746 | 2026-07-10T22:10:53.131Z | Downloaded group v0.13.0 |
| 747 | 2026-07-10T22:10:53.131Z | Downloaded getrandom v0.3.4 |
| 748 | 2026-07-10T22:10:53.134Z | Downloaded multimap v0.10.1 |
| 749 | 2026-07-10T22:10:53.134Z | Downloaded darling_core v0.20.11 |
| 750 | 2026-07-10T22:10:53.137Z | Downloaded libloading v0.8.9 |
| 751 | 2026-07-10T22:10:53.140Z | Downloaded lock_api v0.4.14 |
| 752 | 2026-07-10T22:10:53.140Z | Downloaded linear-map v1.2.0 |
| 753 | 2026-07-10T22:10:53.140Z | Downloaded libefi-sys v0.1.0 |
| 754 | 2026-07-10T22:10:53.142Z | Downloaded num-derive v0.3.3 |
| 755 | 2026-07-10T22:10:53.142Z | Downloaded num-conv v0.2.0 |
| 756 | 2026-07-10T22:10:53.145Z | Downloaded libsw-core v0.3.2 |
| 757 | 2026-07-10T22:10:53.145Z | Downloaded num-derive v0.4.2 |
| 758 | 2026-07-10T22:10:53.145Z | Downloaded fatfs v0.3.6 |
| 759 | 2026-07-10T22:10:53.148Z | Downloaded libsw v3.5.0 |
| 760 | 2026-07-10T22:10:53.148Z | Downloaded half v2.7.1 |
| 761 | 2026-07-10T22:10:53.151Z | Downloaded num-iter v0.1.45 |
| 762 | 2026-07-10T22:10:53.151Z | Downloaded aes v0.9.1 |
| 763 | 2026-07-10T22:10:53.154Z | Downloaded generic-array v1.4.3 |
| 764 | 2026-07-10T22:10:53.157Z | Downloaded maplit v1.0.2 |
| 765 | 2026-07-10T22:10:53.157Z | Downloaded num_threads v0.1.7 |
| 766 | 2026-07-10T22:10:53.161Z | Downloaded ingot-macros v0.1.1 |
| 767 | 2026-07-10T22:10:53.161Z | Downloaded oso-derive v0.27.3 |
| 768 | 2026-07-10T22:10:53.161Z | Downloaded maybe-uninit v2.0.0 |
| 769 | 2026-07-10T22:10:53.161Z | Downloaded elliptic-curve v0.13.8 |
| 770 | 2026-07-10T22:10:53.164Z | Downloaded openssl-probe v0.1.6 |
| 771 | 2026-07-10T22:10:53.167Z | Downloaded base64 v0.21.7 |
| 772 | 2026-07-10T22:10:53.167Z | Downloaded opaque-debug v0.3.1 |
| 773 | 2026-07-10T22:10:53.170Z | Downloaded num_enum_derive v0.5.11 |
| 774 | 2026-07-10T22:10:53.170Z | Downloaded openssl-macros v0.1.1 |
| 775 | 2026-07-10T22:10:53.170Z | Downloaded compact_str v0.8.1 |
| 776 | 2026-07-10T22:10:53.173Z | Downloaded chacha20poly1305 v0.10.1 |
| 777 | 2026-07-10T22:10:53.173Z | Downloaded cc v1.2.56 |
| 778 | 2026-07-10T22:10:53.176Z | Downloaded ar_archive_writer v0.5.1 |
| 779 | 2026-07-10T22:10:53.179Z | Downloaded openssl-probe v0.2.1 |
| 780 | 2026-07-10T22:10:53.179Z | Downloaded newtype_derive v0.1.6 |
| 781 | 2026-07-10T22:10:53.179Z | Downloaded const_format v0.2.35 |
| 782 | 2026-07-10T22:10:53.182Z | Downloaded native-tls v0.2.18 |
| 783 | 2026-07-10T22:10:53.185Z | Downloaded module-lattice v0.2.3 |
| 784 | 2026-07-10T22:10:53.185Z | Downloaded mime_guess v2.0.5 |
| 785 | 2026-07-10T22:10:53.196Z | Downloaded password-hash v0.6.1 |
| 786 | 2026-07-10T22:10:53.199Z | Downloaded parse-size v1.1.0 |
| 787 | 2026-07-10T22:10:53.199Z | Downloaded packed_struct_codegen v0.10.1 |
| 788 | 2026-07-10T22:10:53.199Z | Downloaded parse-display v0.10.0 |
| 789 | 2026-07-10T22:10:53.203Z | Downloaded nu-ansi-term v0.50.3 |
| 790 | 2026-07-10T22:10:53.204Z | Downloaded newtype-uuid v1.3.2 |
| 791 | 2026-07-10T22:10:53.207Z | Downloaded nanorand v0.7.0 |
| 792 | 2026-07-10T22:10:53.207Z | Downloaded num-complex v0.4.6 |
| 793 | 2026-07-10T22:10:53.208Z | Downloaded path-slash v0.1.5 |
| 794 | 2026-07-10T22:10:53.208Z | Downloaded litemap v0.8.1 |
| 795 | 2026-07-10T22:10:53.211Z | Downloaded flume v0.11.1 |
| 796 | 2026-07-10T22:10:53.211Z | Downloaded icu_provider v2.1.1 |
| 797 | 2026-07-10T22:10:53.213Z | Downloaded percent-encoding v2.3.2 |
| 798 | 2026-07-10T22:10:53.213Z | Downloaded der v0.7.10 |
| 799 | 2026-07-10T22:10:53.216Z | Downloaded darling_core v0.23.0 |
| 800 | 2026-07-10T22:10:53.219Z | Downloaded jobserver v0.1.34 |
| 801 | 2026-07-10T22:10:53.222Z | Downloaded const-oid v0.10.2 |
| 802 | 2026-07-10T22:10:53.222Z | Downloaded bytes v1.11.1 |
| 803 | 2026-07-10T22:10:53.225Z | Downloaded num_enum v0.7.6 |
| 804 | 2026-07-10T22:10:53.231Z | Downloaded num_enum_derive v0.7.6 |
| 805 | 2026-07-10T22:10:53.234Z | Downloaded num_enum v0.5.11 |
| 806 | 2026-07-10T22:10:53.234Z | Downloaded num-rational v0.4.2 |
| 807 | 2026-07-10T22:10:53.234Z | Downloaded phf_shared v0.13.1 |
| 808 | 2026-07-10T22:10:53.237Z | Downloaded phf_shared v0.12.1 |
| 809 | 2026-07-10T22:10:53.237Z | Downloaded phf_shared v0.11.3 |
| 810 | 2026-07-10T22:10:53.237Z | Downloaded num-integer v0.1.46 |
| 811 | 2026-07-10T22:10:53.240Z | Downloaded flate2 v1.1.9 |
| 812 | 2026-07-10T22:10:53.244Z | Downloaded ml-kem v0.3.2 |
| 813 | 2026-07-10T22:10:53.247Z | Downloaded indexmap v1.9.3 |
| 814 | 2026-07-10T22:10:53.247Z | Downloaded bumpalo v3.20.2 |
| 815 | 2026-07-10T22:10:53.252Z | Downloaded olpc-cjson v0.1.4 |
| 816 | 2026-07-10T22:10:53.252Z | Downloaded ignore v0.4.25 |
| 817 | 2026-07-10T22:10:53.256Z | Downloaded heapless v0.7.17 |
| 818 | 2026-07-10T22:10:53.261Z | Downloaded packed_struct v0.10.1 |
| 819 | 2026-07-10T22:10:53.261Z | Downloaded multer v3.1.0 |
| 820 | 2026-07-10T22:10:53.264Z | Downloaded memmap2 v0.9.10 |
| 821 | 2026-07-10T22:10:53.264Z | Downloaded headers v0.4.1 |
| 822 | 2026-07-10T22:10:53.267Z | Downloaded predicates-tree v1.0.13 |
| 823 | 2026-07-10T22:10:53.267Z | Downloaded predicates-core v1.0.10 |
| 824 | 2026-07-10T22:10:53.267Z | Downloaded oxnet v0.1.6 |
| 825 | 2026-07-10T22:10:53.270Z | Downloaded precomputed-hash v0.1.1 |
| 826 | 2026-07-10T22:10:53.270Z | Downloaded powerfmt v0.2.0 |
| 827 | 2026-07-10T22:10:53.270Z | Downloaded potential_utf v0.1.4 |
| 828 | 2026-07-10T22:10:53.270Z | Downloaded oxide-tokio-rt v0.1.4 |
| 829 | 2026-07-10T22:10:53.273Z | Downloaded parse-display-derive v0.10.0 |
| 830 | 2026-07-10T22:10:53.274Z | Downloaded icu_properties v2.1.2 |
| 831 | 2026-07-10T22:10:53.277Z | Downloaded icu_normalizer_data v2.1.1 |
| 832 | 2026-07-10T22:10:53.277Z | Downloaded icu_normalizer v2.1.1 |
| 833 | 2026-07-10T22:10:53.280Z | Downloaded password-hash v0.5.0 |
| 834 | 2026-07-10T22:10:53.280Z | Downloaded proc-macro-crate v3.4.0 |
| 835 | 2026-07-10T22:10:53.280Z | Downloaded proc-macro-crate v1.3.1 |
| 836 | 2026-07-10T22:10:53.284Z | Downloaded ed25519-dalek v2.2.0 |
| 837 | 2026-07-10T22:10:53.287Z | Downloaded quick-error v1.2.3 |
| 838 | 2026-07-10T22:10:53.287Z | Downloaded pem v3.0.6 |
| 839 | 2026-07-10T22:10:53.290Z | Downloaded parking_lot_core v0.8.6 |
| 840 | 2026-07-10T22:10:53.293Z | Downloaded progenitor-client v0.14.0 |
| 841 | 2026-07-10T22:10:53.293Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 842 | 2026-07-10T22:10:53.296Z | Downloaded progenitor-macro v0.13.0 |
| 843 | 2026-07-10T22:10:53.296Z | Downloaded hickory-resolver v0.25.2 |
| 844 | 2026-07-10T22:10:53.299Z | Downloaded paste v1.0.15 |
| 845 | 2026-07-10T22:10:53.302Z | Downloaded peg-macros v0.8.5 |
| 846 | 2026-07-10T22:10:53.305Z | Downloaded pkcs8 v0.10.2 |
| 847 | 2026-07-10T22:10:53.305Z | Downloaded pin-project-lite v0.2.17 |
| 848 | 2026-07-10T22:10:53.307Z | Downloaded phf v0.13.1 |
| 849 | 2026-07-10T22:10:53.310Z | Downloaded libbz2-rs-sys v0.2.2 |
| 850 | 2026-07-10T22:10:53.310Z | Downloaded peg v0.8.5 |
| 851 | 2026-07-10T22:10:53.313Z | Downloaded phf v0.12.1 |
| 852 | 2026-07-10T22:10:53.316Z | Downloaded pem-rfc7468 v1.0.0 |
| 853 | 2026-07-10T22:10:53.316Z | Downloaded pem-rfc7468 v0.7.0 |
| 854 | 2026-07-10T22:10:53.319Z | Downloaded psl-types v2.0.11 |
| 855 | 2026-07-10T22:10:53.319Z | Downloaded progenitor-macro v0.14.0 |
| 856 | 2026-07-10T22:10:53.319Z | Downloaded peg-runtime v0.8.5 |
| 857 | 2026-07-10T22:10:53.319Z | Downloaded pbkdf2 v0.13.0 |
| 858 | 2026-07-10T22:10:53.322Z | Downloaded litrs v1.0.0 |
| 859 | 2026-07-10T22:10:53.322Z | Downloaded phc v0.6.1 |
| 860 | 2026-07-10T22:10:53.325Z | Downloaded pkg-config v0.3.32 |
| 861 | 2026-07-10T22:10:53.328Z | Downloaded polyval v0.7.1 |
| 862 | 2026-07-10T22:10:53.331Z | Downloaded pin-project-internal v1.1.11 |
| 863 | 2026-07-10T22:10:53.334Z | Downloaded radium v0.7.0 |
| 864 | 2026-07-10T22:10:53.334Z | Downloaded indicatif v0.18.4 |
| 865 | 2026-07-10T22:10:53.337Z | Downloaded parking_lot v0.11.2 |
| 866 | 2026-07-10T22:10:53.339Z | Downloaded predicates v3.1.4 |
| 867 | 2026-07-10T22:10:53.342Z | Downloaded rand_chacha v0.3.1 |
| 868 | 2026-07-10T22:10:53.342Z | Downloaded parking_lot v0.12.5 |
| 869 | 2026-07-10T22:10:53.345Z | Downloaded ppv-lite86 v0.2.21 |
| 870 | 2026-07-10T22:10:53.345Z | Downloaded postgres-protocol v0.6.10 |
| 871 | 2026-07-10T22:10:53.348Z | Downloaded primefield v0.14.0 |
| 872 | 2026-07-10T22:10:53.351Z | Downloaded rand_xorshift v0.4.0 |
| 873 | 2026-07-10T22:10:53.351Z | Downloaded owo-colors v4.3.0 |
| 874 | 2026-07-10T22:10:53.354Z | Downloaded icu_locale_core v2.1.1 |
| 875 | 2026-07-10T22:10:53.358Z | Downloaded hickory-resolver v0.24.4 |
| 876 | 2026-07-10T22:10:53.362Z | Downloaded progenitor-client v0.13.0 |
| 877 | 2026-07-10T22:10:53.362Z | Downloaded progenitor v0.14.0 |
| 878 | 2026-07-10T22:10:53.364Z | Downloaded progenitor v0.13.0 |
| 879 | 2026-07-10T22:10:53.364Z | Downloaded ref-cast-impl v1.0.25 |
| 880 | 2026-07-10T22:10:53.365Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 881 | 2026-07-10T22:10:53.368Z | Downloaded expectorate v1.2.0 |
| 882 | 2026-07-10T22:10:53.368Z | Downloaded recursive v0.1.1 |
| 883 | 2026-07-10T22:10:53.368Z | Downloaded primeorder v0.13.6 |
| 884 | 2026-07-10T22:10:53.370Z | Downloaded num-traits v0.2.19 |
| 885 | 2026-07-10T22:10:53.373Z | Downloaded progenitor-extras v0.2.0 |
| 886 | 2026-07-10T22:10:53.378Z | Downloaded proc-macro-error2 v2.0.1 |
| 887 | 2026-07-10T22:10:53.381Z | Downloaded miniz_oxide v0.8.9 |
| 888 | 2026-07-10T22:10:53.381Z | Downloaded parking_lot_core v0.9.12 |
| 889 | 2026-07-10T22:10:53.381Z | Downloaded pkcs1 v0.7.5 |
| 890 | 2026-07-10T22:10:53.384Z | Downloaded derive_more v2.1.1 |
| 891 | 2026-07-10T22:10:53.395Z | Downloaded russh-cryptovec v0.61.0 |
| 892 | 2026-07-10T22:10:53.397Z | Downloaded rfc6979 v0.5.0 |
| 893 | 2026-07-10T22:10:53.397Z | Downloaded rfc6979 v0.4.0 |
| 894 | 2026-07-10T22:10:53.397Z | Downloaded psm v0.1.30 |
| 895 | 2026-07-10T22:10:53.397Z | Downloaded icu_collections v2.1.1 |
| 896 | 2026-07-10T22:10:53.400Z | Downloaded poly1305 v0.9.0 |
| 897 | 2026-07-10T22:10:53.403Z | Downloaded diesel_derives v2.3.7 |
| 898 | 2026-07-10T22:10:53.407Z | Downloaded poly1305 v0.8.0 |
| 899 | 2026-07-10T22:10:53.409Z | Downloaded russh-util v0.52.0 |
| 900 | 2026-07-10T22:10:53.412Z | Downloaded rtoolbox v0.0.3 |
| 901 | 2026-07-10T22:10:53.412Z | Downloaded rand_chacha v0.9.0 |
| 902 | 2026-07-10T22:10:53.412Z | Downloaded omicron-zone-package v0.12.3 |
| 903 | 2026-07-10T22:10:53.415Z | Downloaded rustc_version v0.4.1 |
| 904 | 2026-07-10T22:10:53.417Z | Downloaded postcard v1.1.3 |
| 905 | 2026-07-10T22:10:53.418Z | Downloaded rand_core v0.9.5 |
| 906 | 2026-07-10T22:10:53.421Z | Downloaded pkcs8 v0.11.0 |
| 907 | 2026-07-10T22:10:53.421Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 908 | 2026-07-10T22:10:53.425Z | Downloaded postgres-types v0.2.12 |
| 909 | 2026-07-10T22:10:53.428Z | Downloaded jiff-static v0.2.21 |
| 910 | 2026-07-10T22:10:53.428Z | Downloaded rustc_version v0.1.7 |
| 911 | 2026-07-10T22:10:53.428Z | Downloaded rustc-hash v2.1.1 |
| 912 | 2026-07-10T22:10:53.431Z | Downloaded r2d2 v0.8.10 |
| 913 | 2026-07-10T22:10:53.431Z | Downloaded heapless v0.8.0 |
| 914 | 2026-07-10T22:10:53.433Z | Downloaded scheduled-thread-pool v0.2.7 |
| 915 | 2026-07-10T22:10:53.433Z | Downloaded same-file v1.0.6 |
| 916 | 2026-07-10T22:10:53.436Z | Downloaded primeorder v0.14.0-rc.10 |
| 917 | 2026-07-10T22:10:53.436Z | Downloaded derive_more-impl v2.1.1 |
| 918 | 2026-07-10T22:10:53.439Z | Downloaded ref-cast v1.0.25 |
| 919 | 2026-07-10T22:10:53.442Z | Downloaded scroll_derive v0.13.1 |
| 920 | 2026-07-10T22:10:53.442Z | Downloaded rand_seeder v0.4.0 |
| 921 | 2026-07-10T22:10:53.445Z | Downloaded rand_core v0.10.0 |
| 922 | 2026-07-10T22:10:53.445Z | Downloaded rand_core v0.6.4 |
| 923 | 2026-07-10T22:10:53.450Z | Downloaded oso v0.27.3 |
| 924 | 2026-07-10T22:10:53.450Z | Downloaded hickory-server v0.25.2 |
| 925 | 2026-07-10T22:10:53.453Z | Downloaded papergrid v0.17.0 |
| 926 | 2026-07-10T22:10:53.457Z | Downloaded pkcs5 v0.8.1 |
| 927 | 2026-07-10T22:10:53.462Z | Downloaded secrecy v0.8.0 |
| 928 | 2026-07-10T22:10:53.464Z | Downloaded serde_bytes v0.11.19 |
| 929 | 2026-07-10T22:10:53.465Z | Downloaded seq-macro v0.3.6 |
| 930 | 2026-07-10T22:10:53.467Z | Downloaded serde_plain v1.0.2 |
| 931 | 2026-07-10T22:10:53.467Z | Downloaded serde_spanned v1.1.1 |
| 932 | 2026-07-10T22:10:53.470Z | Downloaded quinn-udp v0.5.14 |
| 933 | 2026-07-10T22:10:53.473Z | Downloaded resolv-conf v0.7.6 |
| 934 | 2026-07-10T22:10:53.476Z | Downloaded crossterm v0.28.1 |
| 935 | 2026-07-10T22:10:53.479Z | Downloaded http v1.4.2 |
| 936 | 2026-07-10T22:10:53.483Z | Downloaded serde_repr v0.1.20 |
| 937 | 2026-07-10T22:10:53.486Z | Downloaded hashbrown v0.13.2 |
| 938 | 2026-07-10T22:10:53.489Z | Downloaded serde-big-array v0.5.1 |
| 939 | 2026-07-10T22:10:53.489Z | Downloaded der v0.8.0 |
| 940 | 2026-07-10T22:10:53.493Z | Downloaded sha1 v0.11.0 |
| 941 | 2026-07-10T22:10:53.497Z | Downloaded sha1 v0.10.6 |
| 942 | 2026-07-10T22:10:53.497Z | Downloaded pin-project v1.1.11 |
| 943 | 2026-07-10T22:10:53.502Z | Downloaded rustls-pemfile v2.2.0 |
| 944 | 2026-07-10T22:10:53.505Z | Downloaded rustls-native-certs v0.8.3 |
| 945 | 2026-07-10T22:10:53.508Z | Downloaded openssl-sys v0.9.115 |
| 946 | 2026-07-10T22:10:53.511Z | Downloaded scopeguard v1.2.0 |
| 947 | 2026-07-10T22:10:53.511Z | Downloaded schemars_derive v0.8.22 |
| 948 | 2026-07-10T22:10:53.511Z | Downloaded rusty-fork v0.3.1 |
| 949 | 2026-07-10T22:10:53.514Z | Downloaded signature v2.2.0 |
| 950 | 2026-07-10T22:10:53.514Z | Downloaded rustversion v1.0.22 |
| 951 | 2026-07-10T22:10:53.517Z | Downloaded signal-hook-tokio v0.3.1 |
| 952 | 2026-07-10T22:10:53.517Z | Downloaded sigpipe v0.1.3 |
| 953 | 2026-07-10T22:10:53.517Z | Downloaded hashbrown v0.12.3 |
| 954 | 2026-07-10T22:10:53.520Z | Downloaded hyper-util v0.1.20 |
| 955 | 2026-07-10T22:10:53.526Z | Downloaded signal-hook-mio v0.2.5 |
| 956 | 2026-07-10T22:10:53.529Z | Downloaded signature v3.0.0 |
| 957 | 2026-07-10T22:10:53.532Z | Downloaded siphasher v1.0.2 |
| 958 | 2026-07-10T22:10:53.535Z | Downloaded slog-bunyan v2.5.0 |
| 959 | 2026-07-10T22:10:53.538Z | Downloaded sec1 v0.8.1 |
| 960 | 2026-07-10T22:10:53.541Z | Downloaded sec1 v0.7.3 |
| 961 | 2026-07-10T22:10:53.547Z | Downloaded crossterm v0.29.0 |
| 962 | 2026-07-10T22:10:53.550Z | Downloaded serde_path_to_error v0.1.20 |
| 963 | 2026-07-10T22:10:53.553Z | Downloaded serde-hex v0.1.0 |
| 964 | 2026-07-10T22:10:53.553Z | Downloaded secrecy v0.10.3 |
| 965 | 2026-07-10T22:10:53.560Z | Downloaded slog-envlogger v2.2.0 |
| 966 | 2026-07-10T22:10:53.564Z | Downloaded mio v1.2.0 |
| 967 | 2026-07-10T22:10:53.567Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 968 | 2026-07-10T22:10:53.570Z | Downloaded minimal-lexical v0.2.1 |
| 969 | 2026-07-10T22:10:53.573Z | Downloaded serde_derive_internals v0.29.1 |
| 970 | 2026-07-10T22:10:53.576Z | Downloaded aes-gcm v0.11.0 |
| 971 | 2026-07-10T22:10:53.579Z | Downloaded serde_urlencoded v0.7.1 |
| 972 | 2026-07-10T22:10:53.582Z | Downloaded sapling-renderdag v0.1.0 |
| 973 | 2026-07-10T22:10:53.582Z | Downloaded rustls-pki-types v1.14.0 |
| 974 | 2026-07-10T22:10:53.585Z | Downloaded serde_with_macros v1.5.2 |
| 975 | 2026-07-10T22:10:53.585Z | Downloaded serdect v0.4.3 |
| 976 | 2026-07-10T22:10:53.588Z | Downloaded simd-adler32 v0.3.8 |
| 977 | 2026-07-10T22:10:53.588Z | Downloaded shell-words v1.1.1 |
| 978 | 2026-07-10T22:10:53.591Z | Downloaded p256 v0.14.0-rc.10 |
| 979 | 2026-07-10T22:10:53.594Z | Downloaded strip-ansi-escapes v0.2.1 |
| 980 | 2026-07-10T22:10:53.598Z | Downloaded slog-stdlog v4.1.1 |
| 981 | 2026-07-10T22:10:53.598Z | Downloaded itertools v0.10.5 |
| 982 | 2026-07-10T22:10:53.601Z | Downloaded sqlparser_derive v0.5.0 |
| 983 | 2026-07-10T22:10:53.602Z | Downloaded shlex v1.3.0 |
| 984 | 2026-07-10T22:10:53.604Z | Downloaded p384 v0.14.0-rc.10 |
| 985 | 2026-07-10T22:10:53.604Z | Downloaded stable_deref_trait v1.2.1 |
| 986 | 2026-07-10T22:10:53.607Z | Downloaded prefix-trie v0.7.0 |
| 987 | 2026-07-10T22:10:53.610Z | Downloaded prettyplease v0.2.37 |
| 988 | 2026-07-10T22:10:53.610Z | Downloaded rcgen v0.12.1 |
| 989 | 2026-07-10T22:10:53.613Z | Downloaded structmeta v0.3.0 |
| 990 | 2026-07-10T22:10:53.613Z | Downloaded strsim v0.10.0 |
| 991 | 2026-07-10T22:10:53.616Z | Downloaded signal-hook-registry v1.4.8 |
| 992 | 2026-07-10T22:10:53.617Z | Downloaded smallvec v0.6.14 |
| 993 | 2026-07-10T22:10:53.617Z | Downloaded slog-json v2.6.1 |
| 994 | 2026-07-10T22:10:53.619Z | Downloaded strum v0.27.2 |
| 995 | 2026-07-10T22:10:53.619Z | Downloaded slog-term v2.9.2 |
| 996 | 2026-07-10T22:10:53.622Z | Downloaded strum v0.26.3 |
| 997 | 2026-07-10T22:10:53.622Z | Downloaded slog-dtrace v0.3.0 |
| 998 | 2026-07-10T22:10:53.622Z | Downloaded scrypt v0.12.0 |
| 999 | 2026-07-10T22:10:53.625Z | Downloaded num-bigint v0.4.6 |
| 1000 | 2026-07-10T22:10:53.628Z | Downloaded structmeta-derive v0.3.0 |
| 1001 | 2026-07-10T22:10:53.628Z | Downloaded semver v0.1.20 |
| 1002 | 2026-07-10T22:10:53.631Z | Downloaded progenitor-impl v0.14.0 |
| 1003 | 2026-07-10T22:10:53.631Z | Downloaded progenitor-impl v0.13.0 |
| 1004 | 2026-07-10T22:10:53.634Z | Downloaded subtle v2.6.1 |
| 1005 | 2026-07-10T22:10:53.634Z | Downloaded sync_wrapper v1.0.2 |
| 1006 | 2026-07-10T22:10:53.636Z | Downloaded supports-color v3.0.2 |
| 1007 | 2026-07-10T22:10:53.639Z | Downloaded sync-ptr v0.1.4 |
| 1008 | 2026-07-10T22:10:53.642Z | Downloaded smf v0.2.3 |
| 1009 | 2026-07-10T22:10:53.642Z | Downloaded slog-scope v4.4.1 |
| 1010 | 2026-07-10T22:10:53.645Z | Downloaded tap v1.0.1 |
| 1011 | 2026-07-10T22:10:53.645Z | Downloaded spki v0.7.3 |
| 1012 | 2026-07-10T22:10:53.645Z | Downloaded take_mut v0.2.2 |
| 1013 | 2026-07-10T22:10:53.646Z | Downloaded tagptr v0.2.0 |
| 1014 | 2026-07-10T22:10:53.648Z | Downloaded tabwriter v1.4.1 |
| 1015 | 2026-07-10T22:10:53.649Z | Downloaded slog-async v2.8.0 |
| 1016 | 2026-07-10T22:10:53.649Z | Downloaded tabled_derive v0.11.0 |
| 1017 | 2026-07-10T22:10:53.652Z | Downloaded sha2 v0.11.0 |
| 1018 | 2026-07-10T22:10:53.652Z | Downloaded hashbrown v0.16.1 |
| 1019 | 2026-07-10T22:10:53.655Z | Downloaded slab v0.4.12 |
| 1020 | 2026-07-10T22:10:53.658Z | Downloaded schemars v0.8.22 |
| 1021 | 2026-07-10T22:10:53.663Z | Downloaded string_cache v0.8.9 |
| 1022 | 2026-07-10T22:10:53.666Z | Downloaded serde_with_macros v3.17.0 |
| 1023 | 2026-07-10T22:10:53.666Z | Downloaded termtree v0.5.1 |
| 1024 | 2026-07-10T22:10:53.669Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1025 | 2026-07-10T22:10:53.669Z | Downloaded scroll v0.13.0 |
| 1026 | 2026-07-10T22:10:53.672Z | Downloaded spki v0.8.0 |
| 1027 | 2026-07-10T22:10:53.672Z | Downloaded rayon-core v1.13.0 |
| 1028 | 2026-07-10T22:10:53.677Z | Downloaded salsa20 v0.11.0 |
| 1029 | 2026-07-10T22:10:53.677Z | Downloaded snafu-derive v0.8.9 |
| 1030 | 2026-07-10T22:10:53.681Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1031 | 2026-07-10T22:10:53.681Z | Downloaded testing_table v0.3.0 |
| 1032 | 2026-07-10T22:10:53.681Z | Downloaded nom v7.1.3 |
| 1033 | 2026-07-10T22:10:53.685Z | Downloaded stacker v0.1.23 |
| 1034 | 2026-07-10T22:10:53.688Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1035 | 2026-07-10T22:10:53.691Z | Downloaded stringprep v0.1.5 |
| 1036 | 2026-07-10T22:10:53.691Z | Downloaded static_assertions v1.1.0 |
| 1037 | 2026-07-10T22:10:53.693Z | Downloaded thread-id v5.1.0 |
| 1038 | 2026-07-10T22:10:53.693Z | Downloaded strum_macros v0.24.3 |
| 1039 | 2026-07-10T22:10:53.693Z | Downloaded strum_macros v0.27.2 |
| 1040 | 2026-07-10T22:10:53.698Z | Downloaded quinn v0.11.9 |
| 1041 | 2026-07-10T22:10:53.701Z | Downloaded ron v0.8.1 |
| 1042 | 2026-07-10T22:10:53.704Z | Downloaded smallvec v1.15.1 |
| 1043 | 2026-07-10T22:10:53.707Z | Downloaded hashbrown v0.15.5 |
| 1044 | 2026-07-10T22:10:53.710Z | Downloaded idna v1.1.0 |
| 1045 | 2026-07-10T22:10:53.713Z | Downloaded tinyvec_macros v0.1.1 |
| 1046 | 2026-07-10T22:10:53.713Z | Downloaded crypto-primes v0.7.2 |
| 1047 | 2026-07-10T22:10:53.716Z | Downloaded spin v0.9.8 |
| 1048 | 2026-07-10T22:10:53.719Z | Downloaded synstructure v0.13.2 |
| 1049 | 2026-07-10T22:10:53.719Z | Downloaded support-bundle-viewer v0.1.2 |
| 1050 | 2026-07-10T22:10:53.722Z | Downloaded tokio-macros v2.7.0 |
| 1051 | 2026-07-10T22:10:53.722Z | Downloaded serde_cbor v0.11.2 |
| 1052 | 2026-07-10T22:10:53.751Z | Downloaded rand v0.8.6 |
| 1053 | 2026-07-10T22:10:53.755Z | Downloaded schemars v0.9.0 |
| 1054 | 2026-07-10T22:10:53.755Z | Downloaded tower-layer v0.3.3 |
| 1055 | 2026-07-10T22:10:53.755Z | Downloaded topological-sort v0.2.2 |
| 1056 | 2026-07-10T22:10:53.755Z | Downloaded sqlformat v0.3.5 |
| 1057 | 2026-07-10T22:10:53.755Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1058 | 2026-07-10T22:10:53.755Z | Downloaded trait-variant v0.1.2 |
| 1059 | 2026-07-10T22:10:53.755Z | Downloaded tower-service v0.3.3 |
| 1060 | 2026-07-10T22:10:53.758Z | Downloaded termios v0.3.3 |
| 1061 | 2026-07-10T22:10:53.761Z | Downloaded itertools v0.12.1 |
| 1062 | 2026-07-10T22:10:53.764Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1063 | 2026-07-10T22:10:53.769Z | Downloaded signal-hook v0.3.18 |
| 1064 | 2026-07-10T22:10:53.769Z | Downloaded p521 v0.14.0-rc.10 |
| 1065 | 2026-07-10T22:10:53.772Z | Downloaded typify-macro v0.6.2 |
| 1066 | 2026-07-10T22:10:53.772Z | Downloaded itertools v0.13.0 |
| 1067 | 2026-07-10T22:10:53.775Z | Downloaded unit-prefix v0.5.2 |
| 1068 | 2026-07-10T22:10:53.775Z | Downloaded unarray v0.1.4 |
| 1069 | 2026-07-10T22:10:53.778Z | Downloaded try-lock v0.2.5 |
| 1070 | 2026-07-10T22:10:53.778Z | Downloaded tiny-keccak v2.0.2 |
| 1071 | 2026-07-10T22:10:53.778Z | Downloaded time-macros v0.2.27 |
| 1072 | 2026-07-10T22:10:53.781Z | Downloaded libxml v0.3.3 |
| 1073 | 2026-07-10T22:10:53.784Z | Downloaded tls_codec_derive v0.4.2 |
| 1074 | 2026-07-10T22:10:53.787Z | Downloaded tinystr v0.8.2 |
| 1075 | 2026-07-10T22:10:53.787Z | Downloaded rsa v0.9.10 |
| 1076 | 2026-07-10T22:10:53.790Z | Downloaded slog v2.8.2 |
| 1077 | 2026-07-10T22:10:53.793Z | Downloaded tls_codec v0.4.2 |
| 1078 | 2026-07-10T22:10:53.796Z | Downloaded num-bigint-dig v0.8.6 |
| 1079 | 2026-07-10T22:10:53.799Z | Downloaded tokio-test v0.4.5 |
| 1080 | 2026-07-10T22:10:53.799Z | Downloaded untrusted v0.7.1 |
| 1081 | 2026-07-10T22:10:53.799Z | Downloaded unicode-xid v0.2.6 |
| 1082 | 2026-07-10T22:10:53.802Z | Downloaded tokio-native-tls v0.3.1 |
| 1083 | 2026-07-10T22:10:53.802Z | Downloaded untrusted v0.9.0 |
| 1084 | 2026-07-10T22:10:53.802Z | Downloaded qorb v0.4.1 |
| 1085 | 2026-07-10T22:10:53.805Z | Downloaded socket2 v0.6.3 |
| 1086 | 2026-07-10T22:10:53.808Z | Downloaded unicode-truncate v1.1.0 |
| 1087 | 2026-07-10T22:10:53.808Z | Downloaded tokio-tungstenite v0.21.0 |
| 1088 | 2026-07-10T22:10:53.810Z | Downloaded tokio-dtrace v0.1.1 |
| 1089 | 2026-07-10T22:10:53.810Z | Downloaded time-core v0.1.8 |
| 1090 | 2026-07-10T22:10:53.810Z | Downloaded universal-hash v0.5.1 |
| 1091 | 2026-07-10T22:10:53.813Z | Downloaded futures-util v0.3.32 |
| 1092 | 2026-07-10T22:10:53.818Z | Downloaded utf-8 v0.7.6 |
| 1093 | 2026-07-10T22:10:53.821Z | Downloaded utf8_iter v1.0.4 |
| 1094 | 2026-07-10T22:10:53.821Z | Downloaded usdt-attr-macro v0.6.0 |
| 1095 | 2026-07-10T22:10:53.821Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1096 | 2026-07-10T22:10:53.824Z | Downloaded rand v0.9.2 |
| 1097 | 2026-07-10T22:10:53.827Z | Downloaded blake3 v1.8.5 |
| 1098 | 2026-07-10T22:10:53.830Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1099 | 2026-07-10T22:10:53.833Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1100 | 2026-07-10T22:10:53.833Z | Downloaded tokio-tungstenite v0.23.1 |
| 1101 | 2026-07-10T22:10:53.833Z | Downloaded term v0.7.0 |
| 1102 | 2026-07-10T22:10:53.837Z | Downloaded pretty_assertions v1.4.1 |
| 1103 | 2026-07-10T22:10:53.841Z | Downloaded thread_local v1.1.9 |
| 1104 | 2026-07-10T22:10:53.841Z | Downloaded wait-timeout v0.2.1 |
| 1105 | 2026-07-10T22:10:53.842Z | Downloaded similar v2.7.0 |
| 1106 | 2026-07-10T22:10:53.844Z | Downloaded icu_properties_data v2.1.2 |
| 1107 | 2026-07-10T22:10:53.848Z | Downloaded want v0.3.1 |
| 1108 | 2026-07-10T22:10:53.850Z | Downloaded void v1.0.2 |
| 1109 | 2026-07-10T22:10:53.851Z | Downloaded tui-tree-widget v0.23.1 |
| 1110 | 2026-07-10T22:10:53.851Z | Downloaded iri-string v0.7.10 |
| 1111 | 2026-07-10T22:10:53.854Z | Downloaded thiserror-no-std v2.0.2 |
| 1112 | 2026-07-10T22:10:53.857Z | Downloaded term v1.2.1 |
| 1113 | 2026-07-10T22:10:53.860Z | Downloaded libm v0.2.16 |
| 1114 | 2026-07-10T22:10:53.864Z | Downloaded unicase v2.9.0 |
| 1115 | 2026-07-10T22:10:53.867Z | Downloaded h2 v0.4.15 |
| 1116 | 2026-07-10T22:10:53.870Z | Downloaded subprocess v0.2.15 |
| 1117 | 2026-07-10T22:10:53.873Z | Downloaded strum_macros v0.26.4 |
| 1118 | 2026-07-10T22:10:53.873Z | Downloaded universal-hash v0.6.1 |
| 1119 | 2026-07-10T22:10:53.876Z | Downloaded tokio-rustls v0.26.4 |
| 1120 | 2026-07-10T22:10:53.876Z | Downloaded usdt v0.6.0 |
| 1121 | 2026-07-10T22:10:53.876Z | Downloaded hkdf v0.12.4 |
| 1122 | 2026-07-10T22:10:53.879Z | Downloaded xshell-macros v0.2.7 |
| 1123 | 2026-07-10T22:10:53.879Z | Downloaded nom v8.0.0 |
| 1124 | 2026-07-10T22:10:53.882Z | Downloaded snafu v0.8.9 |
| 1125 | 2026-07-10T22:10:53.885Z | Downloaded xattr v1.6.1 |
| 1126 | 2026-07-10T22:10:53.888Z | Downloaded aws-lc-rs v1.16.3 |
| 1127 | 2026-07-10T22:10:53.891Z | Downloaded usdt-macro v0.6.0 |
| 1128 | 2026-07-10T22:10:53.894Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1129 | 2026-07-10T22:10:53.894Z | Downloaded yoke-derive v0.8.1 |
| 1130 | 2026-07-10T22:10:53.894Z | Downloaded rsa v0.10.0-rc.18 |
| 1131 | 2026-07-10T22:10:53.899Z | Downloaded zone_cfg_derive v0.3.1 |
| 1132 | 2026-07-10T22:10:53.902Z | Downloaded zeroize_derive v1.4.3 |
| 1133 | 2026-07-10T22:10:53.902Z | Downloaded socket2 v0.5.10 |
| 1134 | 2026-07-10T22:10:53.905Z | Downloaded zerofrom v0.1.6 |
| 1135 | 2026-07-10T22:10:53.905Z | Downloaded schemars v1.2.1 |
| 1136 | 2026-07-10T22:10:53.911Z | Downloaded usdt-impl v0.6.0 |
| 1137 | 2026-07-10T22:10:53.914Z | Downloaded zerofrom-derive v0.1.6 |
| 1138 | 2026-07-10T22:10:53.914Z | Downloaded waitgroup v0.1.2 |
| 1139 | 2026-07-10T22:10:53.914Z | Downloaded uzers v0.12.2 |
| 1140 | 2026-07-10T22:10:53.917Z | Downloaded vergen-lib v0.1.6 |
| 1141 | 2026-07-10T22:10:53.917Z | Downloaded vergen-git2 v9.1.0 |
| 1142 | 2026-07-10T22:10:53.920Z | Downloaded zone v0.3.1 |
| 1143 | 2026-07-10T22:10:53.920Z | Downloaded itertools v0.14.0 |
| 1144 | 2026-07-10T22:10:53.924Z | Downloaded twox-hash v2.1.2 |
| 1145 | 2026-07-10T22:10:53.927Z | Downloaded vergen-lib v9.1.0 |
| 1146 | 2026-07-10T22:10:53.927Z | Downloaded walkdir v2.5.0 |
| 1147 | 2026-07-10T22:10:53.927Z | Downloaded hkdf v0.13.0 |
| 1148 | 2026-07-10T22:10:53.927Z | Downloaded vergen-gitcl v1.0.8 |
| 1149 | 2026-07-10T22:10:53.930Z | Downloaded vsss-rs v3.3.4 |
| 1150 | 2026-07-10T22:10:53.930Z | Downloaded tracing-attributes v0.1.31 |
| 1151 | 2026-07-10T22:10:53.933Z | Downloaded test-strategy v0.4.5 |
| 1152 | 2026-07-10T22:10:53.936Z | Downloaded whoami v2.1.0 |
| 1153 | 2026-07-10T22:10:53.936Z | Downloaded rustls-webpki v0.103.13 |
| 1154 | 2026-07-10T22:10:53.940Z | Downloaded samael v0.0.19 |
| 1155 | 2026-07-10T22:10:53.946Z | Downloaded tinyvec v1.10.0 |
| 1156 | 2026-07-10T22:10:53.946Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1157 | 2026-07-10T22:10:53.949Z | Downloaded wyz v0.5.1 |
| 1158 | 2026-07-10T22:10:53.949Z | Downloaded unicode-properties v0.1.4 |
| 1159 | 2026-07-10T22:10:53.952Z | Downloaded toml v0.7.8 |
| 1160 | 2026-07-10T22:10:53.952Z | Downloaded writeable v0.6.2 |
| 1161 | 2026-07-10T22:10:53.955Z | Downloaded ryu v1.0.23 |
| 1162 | 2026-07-10T22:10:53.957Z | Downloaded tokio-stream v0.1.18 |
| 1163 | 2026-07-10T22:10:53.960Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1164 | 2026-07-10T22:10:53.963Z | Downloaded yoke v0.8.1 |
| 1165 | 2026-07-10T22:10:53.963Z | Downloaded bindgen v0.71.1 |
| 1166 | 2026-07-10T22:10:53.966Z | Downloaded zerovec-derive v0.11.2 |
| 1167 | 2026-07-10T22:10:53.970Z | Downloaded tar v0.4.45 |
| 1168 | 2026-07-10T22:10:53.970Z | Downloaded zeroize v1.8.2 |
| 1169 | 2026-07-10T22:10:53.970Z | Downloaded zstd-safe v7.2.4 |
| 1170 | 2026-07-10T22:10:53.973Z | Downloaded vergen v9.1.0 |
| 1171 | 2026-07-10T22:10:53.973Z | Downloaded publicsuffix v2.3.0 |
| 1172 | 2026-07-10T22:10:53.976Z | Downloaded steno v0.4.1 |
| 1173 | 2026-07-10T22:10:53.978Z | Downloaded rustyline v14.0.0 |
| 1174 | 2026-07-10T22:10:53.982Z | Downloaded typify v0.6.2 |
| 1175 | 2026-07-10T22:10:53.985Z | Downloaded zstd v0.13.3 |
| 1176 | 2026-07-10T22:10:53.985Z | Downloaded tungstenite v0.21.0 |
| 1177 | 2026-07-10T22:10:53.988Z | Downloaded hyper v1.10.1 |
| 1178 | 2026-07-10T22:10:53.991Z | Downloaded tracing-core v0.1.36 |
| 1179 | 2026-07-10T22:10:53.991Z | Downloaded iddqd v0.4.2 |
| 1180 | 2026-07-10T22:10:53.996Z | Downloaded unicode-bidi v0.3.18 |
| 1181 | 2026-07-10T22:10:53.999Z | Downloaded bitvec v1.0.1 |
| 1182 | 2026-07-10T22:10:54.012Z | Downloaded serde_with v1.14.0 |
| 1183 | 2026-07-10T22:10:54.015Z | Downloaded zerocopy v0.6.6 |
| 1184 | 2026-07-10T22:10:54.019Z | Downloaded xshell v0.2.7 |
| 1185 | 2026-07-10T22:10:54.019Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1186 | 2026-07-10T22:10:54.023Z | Downloaded rand v0.10.1 |
| 1187 | 2026-07-10T22:10:54.026Z | Downloaded unsafe-libyaml v0.2.11 |
| 1188 | 2026-07-10T22:10:54.035Z | Downloaded regex v1.12.3 |
| 1189 | 2026-07-10T22:10:54.043Z | Downloaded whoami v1.6.1 |
| 1190 | 2026-07-10T22:10:54.046Z | Downloaded vte v0.14.1 |
| 1191 | 2026-07-10T22:10:54.046Z | Downloaded tokio-postgres v0.7.16 |
| 1192 | 2026-07-10T22:10:54.049Z | Downloaded reqwest v0.13.2 |
| 1193 | 2026-07-10T22:10:54.053Z | Downloaded reedline v0.40.0 |
| 1194 | 2026-07-10T22:10:54.057Z | Downloaded yasna v0.5.2 |
| 1195 | 2026-07-10T22:10:54.066Z | Downloaded p384 v0.13.1 |
| 1196 | 2026-07-10T22:10:54.073Z | Downloaded uuid v1.23.4 |
| 1197 | 2026-07-10T22:10:54.076Z | Downloaded tungstenite v0.23.0 |
| 1198 | 2026-07-10T22:10:54.083Z | Downloaded zopfli v0.8.3 |
| 1199 | 2026-07-10T22:10:54.088Z | Downloaded url v2.5.8 |
| 1200 | 2026-07-10T22:10:54.091Z | Downloaded reqwest v0.12.28 |
| 1201 | 2026-07-10T22:10:54.095Z | Downloaded chrono v0.4.44 |
| 1202 | 2026-07-10T22:10:54.098Z | Downloaded portable-atomic v1.13.1 |
| 1203 | 2026-07-10T22:10:54.103Z | Downloaded yansi v1.0.1 |
| 1204 | 2026-07-10T22:10:54.105Z | Downloaded rpassword v7.4.0 |
| 1205 | 2026-07-10T22:10:54.105Z | Downloaded git2 v0.20.4 |
| 1206 | 2026-07-10T22:10:54.121Z | Downloaded zip v0.6.6 |
| 1207 | 2026-07-10T22:10:54.124Z | Downloaded toml_edit v0.19.15 |
| 1208 | 2026-07-10T22:10:54.133Z | Downloaded zerotrie v0.2.3 |
| 1209 | 2026-07-10T22:10:54.142Z | Downloaded goblin v0.10.5 |
| 1210 | 2026-07-10T22:10:54.147Z | Downloaded salty v0.3.0 |
| 1211 | 2026-07-10T22:10:54.151Z | Downloaded lalrpop v0.19.12 |
| 1212 | 2026-07-10T22:10:54.158Z | Downloaded unicode_categories v0.1.1 |
| 1213 | 2026-07-10T22:10:54.162Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1214 | 2026-07-10T22:10:54.165Z | Downloaded rayon v1.11.0 |
| 1215 | 2026-07-10T22:10:54.169Z | Downloaded moka v0.12.13 |
| 1216 | 2026-07-10T22:10:54.177Z | Downloaded tower v0.5.3 |
| 1217 | 2026-07-10T22:10:54.181Z | Downloaded quick-xml v0.37.5 |
| 1218 | 2026-07-10T22:10:54.185Z | Downloaded typed-path v0.9.3 |
| 1219 | 2026-07-10T22:10:54.193Z | Downloaded object v0.30.4 |
| 1220 | 2026-07-10T22:10:54.198Z | Downloaded x509-cert v0.2.5 |
| 1221 | 2026-07-10T22:10:54.202Z | Downloaded unicode-segmentation v1.12.0 |
| 1222 | 2026-07-10T22:10:54.205Z | Downloaded zerocopy-derive v0.8.40 |
| 1223 | 2026-07-10T22:10:54.213Z | Downloaded tokio-util v0.7.18 |
| 1224 | 2026-07-10T22:10:54.216Z | Downloaded zip v4.6.1 |
| 1225 | 2026-07-10T22:10:54.221Z | Downloaded crypto-bigint v0.7.5 |
| 1226 | 2026-07-10T22:10:54.230Z | Downloaded unicode-normalization v0.1.25 |
| 1227 | 2026-07-10T22:10:54.235Z | Downloaded serde_with v3.17.0 |
| 1228 | 2026-07-10T22:10:54.243Z | Downloaded tower-http v0.6.8 |
| 1229 | 2026-07-10T22:10:54.247Z | Downloaded proptest v1.10.0 |
| 1230 | 2026-07-10T22:10:54.252Z | Downloaded petname v2.0.2 |
| 1231 | 2026-07-10T22:10:54.255Z | Downloaded tough v0.22.0 |
| 1232 | 2026-07-10T22:10:54.260Z | Downloaded zerovec v0.11.5 |
| 1233 | 2026-07-10T22:10:54.267Z | Downloaded radix_trie v0.2.1 |
| 1234 | 2026-07-10T22:10:54.274Z | Downloaded russh v0.61.2 |
| 1235 | 2026-07-10T22:10:54.279Z | Downloaded curve25519-dalek v4.1.3 |
| 1236 | 2026-07-10T22:10:54.286Z | Downloaded quinn-proto v0.11.13 |
| 1237 | 2026-07-10T22:10:54.296Z | Downloaded bstr v1.12.1 |
| 1238 | 2026-07-10T22:10:54.309Z | Downloaded openssl v0.10.79 |
| 1239 | 2026-07-10T22:10:54.313Z | Downloaded polar-core v0.27.3 |
| 1240 | 2026-07-10T22:10:54.318Z | Downloaded winnow v0.5.40 |
| 1241 | 2026-07-10T22:10:54.323Z | Downloaded nix v0.27.1 |
| 1242 | 2026-07-10T22:10:54.329Z | Downloaded winnow v0.6.26 |
| 1243 | 2026-07-10T22:10:54.337Z | Downloaded diesel v2.3.7 |
| 1244 | 2026-07-10T22:10:54.357Z | Downloaded time v0.3.47 |
| 1245 | 2026-07-10T22:10:54.365Z | Downloaded tabled v0.20.0 |
| 1246 | 2026-07-10T22:10:54.375Z | Downloaded object v0.37.3 |
| 1247 | 2026-07-10T22:10:54.382Z | Downloaded smoltcp v0.9.1 |
| 1248 | 2026-07-10T22:10:54.388Z | Downloaded winnow v1.0.3 |
| 1249 | 2026-07-10T22:10:54.393Z | Downloaded dropshot v0.17.1 |
| 1250 | 2026-07-10T22:10:54.406Z | Downloaded vcpkg v0.2.15 |
| 1251 | 2026-07-10T22:10:54.430Z | Downloaded zlib-rs v0.6.2 |
| 1252 | 2026-07-10T22:10:54.433Z | Downloaded openapiv3 v2.2.0 |
| 1253 | 2026-07-10T22:10:54.441Z | Downloaded hickory-proto v0.24.4 |
| 1254 | 2026-07-10T22:10:54.448Z | Downloaded regex-syntax v0.6.29 |
| 1255 | 2026-07-10T22:10:54.452Z | Downloaded nix v0.31.2 |
| 1256 | 2026-07-10T22:10:54.460Z | Downloaded nix v0.28.0 |
| 1257 | 2026-07-10T22:10:54.466Z | Downloaded zerocopy v0.8.40 |
| 1258 | 2026-07-10T22:10:54.471Z | Downloaded rustix v0.38.44 |
| 1259 | 2026-07-10T22:10:54.484Z | Downloaded regress v0.11.1 |
| 1260 | 2026-07-10T22:10:54.489Z | Downloaded regex-syntax v0.8.10 |
| 1261 | 2026-07-10T22:10:54.494Z | Downloaded regress v0.10.5 |
| 1262 | 2026-07-10T22:10:54.500Z | Downloaded hickory-proto v0.25.2 |
| 1263 | 2026-07-10T22:10:54.509Z | Downloaded smoltcp v0.11.0 |
| 1264 | 2026-07-10T22:10:54.515Z | Downloaded rustls v0.23.41 |
| 1265 | 2026-07-10T22:10:54.553Z | Downloaded sqlparser v0.61.0 |
| 1266 | 2026-07-10T22:10:54.569Z | Downloaded sled v0.34.7 |
| 1267 | 2026-07-10T22:10:54.575Z | Downloaded fiat-crypto v0.3.0 |
| 1268 | 2026-07-10T22:10:54.583Z | Downloaded tracing v0.1.44 |
| 1269 | 2026-07-10T22:10:54.596Z | Downloaded sha3 v0.11.0 |
| 1270 | 2026-07-10T22:10:54.600Z | Downloaded ratatui v0.29.0 |
| 1271 | 2026-07-10T22:10:54.610Z | Downloaded typify-impl v0.6.2 |
| 1272 | 2026-07-10T22:10:54.618Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1273 | 2026-07-10T22:10:54.625Z | Downloaded zerocopy-derive v0.6.6 |
| 1274 | 2026-07-10T22:10:54.630Z | Downloaded regex-automata v0.4.14 |
| 1275 | 2026-07-10T22:10:54.666Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1276 | 2026-07-10T22:10:54.676Z | Downloaded libz-sys v1.1.24 |
| 1277 | 2026-07-10T22:10:54.691Z | Downloaded csv v1.4.0 |
| 1278 | 2026-07-10T22:10:54.705Z | Downloaded chrono-tz v0.10.4 |
| 1279 | 2026-07-10T22:10:54.712Z | Downloaded petgraph v0.6.5 |
| 1280 | 2026-07-10T22:10:54.722Z | Downloaded jiff v0.2.21 |
| 1281 | 2026-07-10T22:10:54.767Z | Downloaded petgraph v0.8.3 |
| 1282 | 2026-07-10T22:10:54.802Z | Downloaded sha3 v0.10.8 |
| 1283 | 2026-07-10T22:10:54.815Z | Downloaded tokio v1.52.1 |
| 1284 | 2026-07-10T22:10:54.905Z | Downloaded encoding_rs v0.8.35 |
| 1285 | 2026-07-10T22:10:54.950Z | Downloaded ring v0.17.14 |
| 1286 | 2026-07-10T22:10:55.006Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1287 | 2026-07-10T22:10:55.537Z | Downloaded aws-lc-sys v0.40.0 |
| 1288 | 2026-07-10T22:10:55.778Z | Compiling libc v0.2.185 |
| 1289 | 2026-07-10T22:10:55.778Z | Compiling serde_core v1.0.228 |
| 1290 | 2026-07-10T22:10:55.781Z | Compiling serde v1.0.228 |
| 1291 | 2026-07-10T22:10:55.782Z | Compiling log v0.4.29 |
| 1292 | 2026-07-10T22:10:55.782Z | Compiling smallvec v1.15.1 |
| 1293 | 2026-07-10T22:10:55.782Z | Compiling shlex v1.3.0 |
| 1294 | 2026-07-10T22:10:55.782Z | Compiling find-msvc-tools v0.1.9 |
| 1295 | 2026-07-10T22:10:55.783Z | Compiling subtle v2.6.1 |
| 1296 | 2026-07-10T22:10:55.783Z | Compiling scopeguard v1.2.0 |
| 1297 | 2026-07-10T22:10:55.985Z | Compiling stable_deref_trait v1.2.1 |
| 1298 | 2026-07-10T22:10:55.998Z | Compiling typenum v1.20.1 |
| 1299 | 2026-07-10T22:10:56.025Z | Compiling serde_json v1.0.150 |
| 1300 | 2026-07-10T22:10:56.028Z | Compiling zerocopy v0.8.40 |
| 1301 | 2026-07-10T22:10:56.028Z | Compiling portable-atomic v1.13.1 |
| 1302 | 2026-07-10T22:10:56.028Z | Compiling syn v2.0.117 |
| 1303 | 2026-07-10T22:10:56.038Z | Compiling parking_lot_core v0.9.12 |
| 1304 | 2026-07-10T22:10:56.091Z | Compiling lock_api v0.4.14 |
| 1305 | 2026-07-10T22:10:56.095Z | Compiling pin-project-lite v0.2.17 |
| 1306 | 2026-07-10T22:10:56.117Z | Compiling pkg-config v0.3.32 |
| 1307 | 2026-07-10T22:10:56.144Z | Compiling critical-section v1.2.0 |
| 1308 | 2026-07-10T22:10:56.158Z | Compiling libm v0.2.16 |
| 1309 | 2026-07-10T22:10:56.204Z | Compiling futures-core v0.3.32 |
| 1310 | 2026-07-10T22:10:56.218Z | Compiling getrandom v0.4.1 |
| 1311 | 2026-07-10T22:10:56.293Z | Compiling num-traits v0.2.19 |
| 1312 | 2026-07-10T22:10:56.296Z | Compiling generic-array v0.14.7 |
| 1313 | 2026-07-10T22:10:56.333Z | Compiling rand_core v0.10.0 |
| 1314 | 2026-07-10T22:10:56.338Z | Compiling const-oid v0.9.6 |
| 1315 | 2026-07-10T22:10:56.364Z | Compiling litemap v0.8.1 |
| 1316 | 2026-07-10T22:10:56.420Z | Compiling writeable v0.6.2 |
| 1317 | 2026-07-10T22:10:56.432Z | Compiling percent-encoding v2.3.2 |
| 1318 | 2026-07-10T22:10:56.511Z | Compiling icu_normalizer_data v2.1.1 |
| 1319 | 2026-07-10T22:10:56.538Z | Compiling icu_properties_data v2.1.2 |
| 1320 | 2026-07-10T22:10:56.596Z | Compiling futures-sink v0.3.32 |
| 1321 | 2026-07-10T22:10:56.651Z | Compiling futures-task v0.3.32 |
| 1322 | 2026-07-10T22:10:56.654Z | Compiling slab v0.4.12 |
| 1323 | 2026-07-10T22:10:56.683Z | Compiling futures-io v0.3.32 |
| 1324 | 2026-07-10T22:10:56.717Z | Compiling futures-channel v0.3.32 |
| 1325 | 2026-07-10T22:10:56.732Z | Compiling utf8_iter v1.0.4 |
| 1326 | 2026-07-10T22:10:56.760Z | Compiling rustversion v1.0.22 |
| 1327 | 2026-07-10T22:10:56.776Z | Compiling getrandom v0.3.4 |
| 1328 | 2026-07-10T22:10:56.872Z | Compiling form_urlencoded v1.2.2 |
| 1329 | 2026-07-10T22:10:56.887Z | Compiling rustix v1.1.3 |
| 1330 | 2026-07-10T22:10:56.890Z | Compiling dunce v1.0.5 |
| 1331 | 2026-07-10T22:10:56.916Z | Compiling ident_case v1.0.1 |
| 1332 | 2026-07-10T22:10:56.920Z | Compiling fs_extra v1.3.0 |
| 1333 | 2026-07-10T22:10:56.941Z | Compiling iana-time-zone v0.1.65 |
| 1334 | 2026-07-10T22:10:56.983Z | Compiling jobserver v0.1.34 |
| 1335 | 2026-07-10T22:10:56.998Z | Compiling errno v0.3.14 |
| 1336 | 2026-07-10T22:10:57.013Z | Compiling getrandom v0.2.17 |
| 1337 | 2026-07-10T22:10:57.055Z | Compiling mio v1.2.0 |
| 1338 | 2026-07-10T22:10:57.163Z | Compiling rand_core v0.6.4 |
| 1339 | 2026-07-10T22:10:57.177Z | Compiling once_cell v1.21.3 |
| 1340 | 2026-07-10T22:10:57.190Z | Compiling signal-hook-registry v1.4.8 |
| 1341 | 2026-07-10T22:10:57.190Z | Compiling socket2 v0.6.3 |
| 1342 | 2026-07-10T22:10:57.217Z | Compiling cc v1.2.56 |
| 1343 | 2026-07-10T22:10:57.255Z | Compiling parking_lot v0.12.5 |
| 1344 | 2026-07-10T22:10:57.316Z | Compiling regex-syntax v0.8.10 |
| 1345 | 2026-07-10T22:10:57.349Z | Compiling base64ct v1.8.3 |
| 1346 | 2026-07-10T22:10:57.418Z | Compiling vcpkg v0.2.15 |
| 1347 | 2026-07-10T22:10:57.472Z | Compiling tracing-core v0.1.36 |
| 1348 | 2026-07-10T22:10:57.496Z | Compiling base64 v0.22.1 |
| 1349 | 2026-07-10T22:10:57.530Z | Compiling flagset v0.4.7 |
| 1350 | 2026-07-10T22:10:57.561Z | Compiling aws-lc-rs v1.16.3 |
| 1351 | 2026-07-10T22:10:57.647Z | Compiling pem-rfc7468 v0.7.0 |
| 1352 | 2026-07-10T22:10:57.664Z | Compiling cmov v0.5.4 |
| 1353 | 2026-07-10T22:10:57.664Z | Compiling httparse v1.10.1 |
| 1354 | 2026-07-10T22:10:57.688Z | Compiling tinyvec_macros v0.1.1 |
| 1355 | 2026-07-10T22:10:57.758Z | Compiling rand_core v0.9.5 |
| 1356 | 2026-07-10T22:10:57.772Z | Compiling openssl-probe v0.2.1 |
| 1357 | 2026-07-10T22:10:57.818Z | Compiling tinyvec v1.10.0 |
| 1358 | 2026-07-10T22:10:57.841Z | Compiling aho-corasick v1.1.4 |
| 1359 | 2026-07-10T22:10:57.893Z | Compiling ctutils v0.4.2 |
| 1360 | 2026-07-10T22:10:57.908Z | Compiling tower-layer v0.3.3 |
| 1361 | 2026-07-10T22:10:57.970Z | Compiling dyn-clone v1.0.20 |
| 1362 | 2026-07-10T22:10:57.985Z | Compiling cmake v0.1.57 |
| 1363 | 2026-07-10T22:10:58.004Z | Compiling try-lock v0.2.5 |
| 1364 | 2026-07-10T22:10:58.046Z | Compiling untrusted v0.7.1 |
| 1365 | 2026-07-10T22:10:58.060Z | Compiling atomic-waker v1.1.2 |
| 1366 | 2026-07-10T22:10:58.076Z | Compiling tower-service v0.3.3 |
| 1367 | 2026-07-10T22:10:58.090Z | Compiling schemars v0.8.22 |
| 1368 | 2026-07-10T22:10:58.123Z | Compiling want v0.3.1 |
| 1369 | 2026-07-10T22:10:58.137Z | Compiling cpufeatures v0.2.17 |
| 1370 | 2026-07-10T22:10:58.166Z | Compiling httpdate v1.0.3 |
| 1371 | 2026-07-10T22:10:58.186Z | Compiling untrusted v0.9.0 |
| 1372 | 2026-07-10T22:10:58.202Z | Compiling bitflags v2.11.0 |
| 1373 | 2026-07-10T22:10:58.202Z | Compiling semver v1.0.28 |
| 1374 | 2026-07-10T22:10:58.205Z | Compiling indexmap v2.14.0 |
| 1375 | 2026-07-10T22:10:58.255Z | Compiling uuid v1.23.4 |
| 1376 | 2026-07-10T22:10:58.325Z | Compiling foreign-types-shared v0.1.1 |
| 1377 | 2026-07-10T22:10:58.328Z | Compiling openssl v0.10.79 |
| 1378 | 2026-07-10T22:10:58.377Z | Compiling rustls v0.23.41 |
| 1379 | 2026-07-10T22:10:58.423Z | Compiling foreign-types v0.3.2 |
| 1380 | 2026-07-10T22:10:58.438Z | Compiling unicode-normalization v0.1.25 |
| 1381 | 2026-07-10T22:10:58.441Z | Compiling spin v0.9.8 |
| 1382 | 2026-07-10T22:10:58.477Z | Compiling rustc_version v0.4.1 |
| 1383 | 2026-07-10T22:10:58.492Z | Compiling num-conv v0.2.0 |
| 1384 | 2026-07-10T22:10:58.510Z | Compiling time-core v0.1.8 |
| 1385 | 2026-07-10T22:10:58.583Z | Compiling crc32fast v1.5.0 |
| 1386 | 2026-07-10T22:10:58.598Z | Compiling native-tls v0.2.18 |
| 1387 | 2026-07-10T22:10:58.614Z | Compiling powerfmt v0.2.0 |
| 1388 | 2026-07-10T22:10:58.640Z | Compiling wait-timeout v0.2.1 |
| 1389 | 2026-07-10T22:10:58.664Z | Compiling time-macros v0.2.27 |
| 1390 | 2026-07-10T22:10:58.678Z | Compiling sync_wrapper v1.0.2 |
| 1391 | 2026-07-10T22:10:58.799Z | Compiling deranged v0.5.8 |
| 1392 | 2026-07-10T22:10:58.835Z | Compiling regex-automata v0.4.14 |
| 1393 | 2026-07-10T22:10:58.850Z | Compiling quick-error v1.2.3 |
| 1394 | 2026-07-10T22:10:58.853Z | Compiling usdt-impl v0.6.0 |
| 1395 | 2026-07-10T22:10:58.878Z | Compiling aws-lc-sys v0.40.0 |
| 1396 | 2026-07-10T22:10:58.895Z | Compiling openssl-sys v0.9.115 |
| 1397 | 2026-07-10T22:10:58.935Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1398 | 2026-07-10T22:10:58.964Z | Compiling num_threads v0.1.7 |
| 1399 | 2026-07-10T22:10:58.979Z | Compiling bit-vec v0.8.0 |
| 1400 | 2026-07-10T22:10:59.008Z | Compiling crossbeam-utils v0.8.21 |
| 1401 | 2026-07-10T22:10:59.042Z | Compiling synstructure v0.13.2 |
| 1402 | 2026-07-10T22:10:59.086Z | Compiling pest_generator v2.8.6 |
| 1403 | 2026-07-10T22:10:59.115Z | Compiling serde_derive_internals v0.29.1 |
| 1404 | 2026-07-10T22:10:59.240Z | Compiling darling_core v0.20.11 |
| 1405 | 2026-07-10T22:10:59.371Z | Compiling tempfile v3.25.0 |
| 1406 | 2026-07-10T22:10:59.400Z | Compiling simd-adler32 v0.3.8 |
| 1407 | 2026-07-10T22:10:59.631Z | Compiling siphasher v1.0.2 |
| 1408 | 2026-07-10T22:10:59.684Z | Compiling syn v1.0.109 |
| 1409 | 2026-07-10T22:10:59.712Z | Compiling rusty-fork v0.3.1 |
| 1410 | 2026-07-10T22:10:59.752Z | Compiling bit-set v0.8.0 |
| 1411 | 2026-07-10T22:10:59.781Z | Compiling darling_core v0.21.3 |
| 1412 | 2026-07-10T22:10:59.848Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1413 | 2026-07-10T22:10:59.861Z | Compiling heapless v0.7.17 |
| 1414 | 2026-07-10T22:10:59.864Z | Compiling time v0.3.47 |
| 1415 | 2026-07-10T22:10:59.864Z | Compiling slog v2.8.2 |
| 1416 | 2026-07-10T22:10:59.928Z | Compiling rand_xorshift v0.4.0 |
| 1417 | 2026-07-10T22:11:00.002Z | Compiling thread-id v5.1.0 |
| 1418 | 2026-07-10T22:11:00.058Z | Compiling cookie v0.18.1 |
| 1419 | 2026-07-10T22:11:00.074Z | Compiling iri-string v0.7.10 |
| 1420 | 2026-07-10T22:11:00.090Z | Compiling allocator-api2 v0.2.21 |
| 1421 | 2026-07-10T22:11:00.106Z | Compiling unicode-properties v0.1.4 |
| 1422 | 2026-07-10T22:11:00.118Z | Compiling paste v1.0.15 |
| 1423 | 2026-07-10T22:11:00.121Z | Compiling zstd-safe v7.2.4 |
| 1424 | 2026-07-10T22:11:00.146Z | Compiling ryu v1.0.23 |
| 1425 | 2026-07-10T22:11:00.161Z | Compiling unicode-bidi v0.3.18 |
| 1426 | 2026-07-10T22:11:00.177Z | Compiling signal-hook v0.3.18 |
| 1427 | 2026-07-10T22:11:00.281Z | Compiling adler2 v2.0.1 |
| 1428 | 2026-07-10T22:11:00.344Z | Compiling anyhow v1.0.102 |
| 1429 | 2026-07-10T22:11:00.401Z | Compiling unarray v0.1.4 |
| 1430 | 2026-07-10T22:11:00.421Z | Compiling miniz_oxide v0.8.9 |
| 1431 | 2026-07-10T22:11:00.512Z | Compiling stringprep v0.1.5 |
| 1432 | 2026-07-10T22:11:00.573Z | Compiling camino v1.2.2 |
| 1433 | 2026-07-10T22:11:00.758Z | Compiling curve25519-dalek v4.1.3 |
| 1434 | 2026-07-10T22:11:00.773Z | Compiling serde_derive v1.0.228 |
| 1435 | 2026-07-10T22:11:00.969Z | Compiling zeroize_derive v1.4.3 |
| 1436 | 2026-07-10T22:11:00.984Z | Compiling zerofrom-derive v0.1.6 |
| 1437 | 2026-07-10T22:11:00.987Z | Compiling yoke-derive v0.8.1 |
| 1438 | 2026-07-10T22:11:01.053Z | Compiling zerocopy-derive v0.8.40 |
| 1439 | 2026-07-10T22:11:01.080Z | Compiling zerovec-derive v0.11.2 |
| 1440 | 2026-07-10T22:11:01.136Z | Compiling displaydoc v0.2.5 |
| 1441 | 2026-07-10T22:11:01.239Z | Compiling tokio-macros v2.7.0 |
| 1442 | 2026-07-10T22:11:01.551Z | Compiling futures-macro v0.3.32 |
| 1443 | 2026-07-10T22:11:01.641Z | Compiling der_derive v0.7.3 |
| 1444 | 2026-07-10T22:11:01.674Z | Compiling zeroize v1.8.2 |
| 1445 | 2026-07-10T22:11:01.725Z | Compiling thiserror-impl v2.0.18 |
| 1446 | 2026-07-10T22:11:01.931Z | Compiling tracing-attributes v0.1.31 |
| 1447 | 2026-07-10T22:11:02.015Z | Compiling rustls-pki-types v1.14.0 |
| 1448 | 2026-07-10T22:11:02.220Z | Compiling hybrid-array v0.4.13 |
| 1449 | 2026-07-10T22:11:02.265Z | Compiling pest_derive v2.8.6 |
| 1450 | 2026-07-10T22:11:02.398Z | Compiling scroll_derive v0.13.1 |
| 1451 | 2026-07-10T22:11:02.414Z | Compiling futures-util v0.3.32 |
| 1452 | 2026-07-10T22:11:02.451Z | Compiling zerofrom v0.1.6 |
| 1453 | 2026-07-10T22:11:02.497Z | Compiling crypto-common v0.1.7 |
| 1454 | 2026-07-10T22:11:02.511Z | Compiling block-buffer v0.10.4 |
| 1455 | 2026-07-10T22:11:02.593Z | Compiling yoke v0.8.1 |
| 1456 | 2026-07-10T22:11:02.669Z | Compiling digest v0.10.7 |
| 1457 | 2026-07-10T22:11:02.688Z | Compiling der v0.7.10 |
| 1458 | 2026-07-10T22:11:02.708Z | Compiling schemars_derive v0.8.22 |
| 1459 | 2026-07-10T22:11:02.750Z | Compiling darling_macro v0.20.11 |
| 1460 | 2026-07-10T22:11:02.791Z | Compiling zerovec v0.11.5 |
| 1461 | 2026-07-10T22:11:02.944Z | Compiling zerotrie v0.2.3 |
| 1462 | 2026-07-10T22:11:03.032Z | Compiling openssl-macros v0.1.1 |
| 1463 | 2026-07-10T22:11:03.046Z | Compiling hmac v0.12.1 |
| 1464 | 2026-07-10T22:11:03.147Z | Compiling thiserror v2.0.18 |
| 1465 | 2026-07-10T22:11:03.227Z | Compiling sha2 v0.10.9 |
| 1466 | 2026-07-10T22:11:03.270Z | Compiling tinystr v0.8.2 |
| 1467 | 2026-07-10T22:11:03.285Z | Compiling potential_utf v0.1.4 |
| 1468 | 2026-07-10T22:11:03.298Z | Compiling scroll v0.13.0 |
| 1469 | 2026-07-10T22:11:03.313Z | Compiling darling v0.20.11 |
| 1470 | 2026-07-10T22:11:03.331Z | Compiling dtrace-parser v0.3.0 |
| 1471 | 2026-07-10T22:11:03.353Z | Compiling tracing v0.1.44 |
| 1472 | 2026-07-10T22:11:03.408Z | Compiling icu_collections v2.1.1 |
| 1473 | 2026-07-10T22:11:03.466Z | Compiling icu_locale_core v2.1.1 |
| 1474 | 2026-07-10T22:11:03.496Z | Compiling derive_builder_core v0.20.2 |
| 1475 | 2026-07-10T22:11:03.587Z | Compiling spki v0.7.3 |
| 1476 | 2026-07-10T22:11:03.632Z | Compiling goblin v0.10.5 |
| 1477 | 2026-07-10T22:11:03.803Z | Compiling pkcs8 v0.10.2 |
| 1478 | 2026-07-10T22:11:03.907Z | Compiling thiserror-impl v1.0.69 |
| 1479 | 2026-07-10T22:11:03.925Z | Compiling scroll_derive v0.12.1 |
| 1480 | 2026-07-10T22:11:04.044Z | Compiling crypto-common v0.2.2 |
| 1481 | 2026-07-10T22:11:04.092Z | Compiling block-padding v0.4.2 |
| 1482 | 2026-07-10T22:11:04.098Z | Compiling block-buffer v0.12.1 |
| 1483 | 2026-07-10T22:11:04.266Z | Compiling bytes v1.11.1 |
| 1484 | 2026-07-10T22:11:04.312Z | Compiling icu_provider v2.1.1 |
| 1485 | 2026-07-10T22:11:04.326Z | Compiling chrono v0.4.44 |
| 1486 | 2026-07-10T22:11:04.372Z | Compiling ipnet v2.11.0 |
| 1487 | 2026-07-10T22:11:04.389Z | Compiling derive_builder_macro v0.20.2 |
| 1488 | 2026-07-10T22:11:04.475Z | Compiling erased-serde v0.3.31 |
| 1489 | 2026-07-10T22:11:04.622Z | Compiling icu_normalizer v2.1.1 |
| 1490 | 2026-07-10T22:11:04.640Z | Compiling icu_properties v2.1.2 |
| 1491 | 2026-07-10T22:11:04.653Z | Compiling scroll v0.12.0 |
| 1492 | 2026-07-10T22:11:04.749Z | Compiling tokio v1.52.1 |
| 1493 | 2026-07-10T22:11:04.884Z | Compiling http v1.4.2 |
| 1494 | 2026-07-10T22:11:04.900Z | Compiling serde_spanned v0.6.9 |
| 1495 | 2026-07-10T22:11:04.903Z | Compiling serde_urlencoded v0.7.1 |
| 1496 | 2026-07-10T22:11:04.937Z | Compiling toml_datetime v0.6.11 |
| 1497 | 2026-07-10T22:11:04.975Z | Compiling serde_tokenstream v0.2.3 |
| 1498 | 2026-07-10T22:11:05.062Z | Compiling md-5 v0.10.6 |
| 1499 | 2026-07-10T22:11:05.178Z | Compiling signature v2.2.0 |
| 1500 | 2026-07-10T22:11:05.194Z | Compiling darling_macro v0.21.3 |
| 1501 | 2026-07-10T22:11:05.209Z | Compiling rustls-native-certs v0.8.3 |
| 1502 | 2026-07-10T22:11:05.227Z | Compiling thiserror v1.0.69 |
| 1503 | 2026-07-10T22:11:05.241Z | Compiling bstr v1.12.1 |
| 1504 | 2026-07-10T22:11:05.310Z | Compiling zerocopy-derive v0.7.35 |
| 1505 | 2026-07-10T22:11:05.396Z | Compiling pin-project-internal v1.1.11 |
| 1506 | 2026-07-10T22:11:05.424Z | Compiling async-trait v0.1.89 |
| 1507 | 2026-07-10T22:11:05.596Z | Compiling idna_adapter v1.2.1 |
| 1508 | 2026-07-10T22:11:05.647Z | Compiling ppv-lite86 v0.2.21 |
| 1509 | 2026-07-10T22:11:05.754Z | Compiling idna v1.1.0 |
| 1510 | 2026-07-10T22:11:05.786Z | Compiling http-body v1.0.1 |
| 1511 | 2026-07-10T22:11:05.849Z | Compiling vergen-lib v9.1.0 |
| 1512 | 2026-07-10T22:11:05.875Z | Compiling num-integer v0.1.46 |
| 1513 | 2026-07-10T22:11:05.886Z | Compiling hash32 v0.2.1 |
| 1514 | 2026-07-10T22:11:05.953Z | Compiling rand_chacha v0.9.0 |
| 1515 | 2026-07-10T22:11:05.973Z | Compiling http-body-util v0.1.3 |
| 1516 | 2026-07-10T22:11:05.994Z | Compiling rand_chacha v0.3.1 |
| 1517 | 2026-07-10T22:11:06.067Z | Compiling url v2.5.8 |
| 1518 | 2026-07-10T22:11:06.095Z | Compiling memoffset v0.9.1 |
| 1519 | 2026-07-10T22:11:06.141Z | Compiling encoding_rs v0.8.35 |
| 1520 | 2026-07-10T22:11:06.216Z | Compiling rand v0.9.2 |
| 1521 | 2026-07-10T22:11:06.240Z | Compiling num-bigint-dig v0.8.6 |
| 1522 | 2026-07-10T22:11:06.319Z | Compiling ref-cast v1.0.25 |
| 1523 | 2026-07-10T22:11:06.349Z | Compiling psl-types v2.0.11 |
| 1524 | 2026-07-10T22:11:06.442Z | Compiling dof v0.4.0 |
| 1525 | 2026-07-10T22:11:06.466Z | Compiling rustix v0.38.44 |
| 1526 | 2026-07-10T22:11:06.481Z | Compiling fallible-iterator v0.2.0 |
| 1527 | 2026-07-10T22:11:06.530Z | Compiling smoltcp v0.9.1 |
| 1528 | 2026-07-10T22:11:06.569Z | Compiling zlib-rs v0.6.2 |
| 1529 | 2026-07-10T22:11:06.666Z | Compiling mime v0.3.17 |
| 1530 | 2026-07-10T22:11:06.680Z | Compiling litrs v1.0.0 |
| 1531 | 2026-07-10T22:11:06.805Z | Compiling proptest v1.10.0 |
| 1532 | 2026-07-10T22:11:06.847Z | Compiling cfg_aliases v0.2.1 |
| 1533 | 2026-07-10T22:11:06.920Z | Compiling postgres-protocol v0.6.10 |
| 1534 | 2026-07-10T22:11:06.936Z | Compiling nix v0.31.2 |
| 1535 | 2026-07-10T22:11:06.951Z | Compiling pin-project v1.1.11 |
| 1536 | 2026-07-10T22:11:06.996Z | Compiling publicsuffix v2.3.0 |
| 1537 | 2026-07-10T22:11:07.064Z | Compiling zerocopy v0.7.35 |
| 1538 | 2026-07-10T22:11:07.090Z | Compiling rand v0.8.6 |
| 1539 | 2026-07-10T22:11:07.131Z | Compiling num-iter v0.1.45 |
| 1540 | 2026-07-10T22:11:07.214Z | Compiling document-features v0.2.12 |
| 1541 | 2026-07-10T22:11:07.349Z | Compiling darling v0.21.3 |
| 1542 | 2026-07-10T22:11:07.428Z | Compiling ipnetwork v0.21.1 |
| 1543 | 2026-07-10T22:11:07.442Z | Compiling derive_builder v0.20.2 |
| 1544 | 2026-07-10T22:11:07.578Z | Compiling goblin v0.8.2 |
| 1545 | 2026-07-10T22:11:07.650Z | Compiling futures-executor v0.3.32 |
| 1546 | 2026-07-10T22:11:07.665Z | Compiling oxnet v0.1.6 |
| 1547 | 2026-07-10T22:11:07.707Z | Compiling hubpack_derive v0.1.1 |
| 1548 | 2026-07-10T22:11:07.771Z | Compiling hex v0.4.3 |
| 1549 | 2026-07-10T22:11:07.791Z | Compiling inout v0.2.2 |
| 1550 | 2026-07-10T22:11:07.937Z | Compiling regex v1.12.3 |
| 1551 | 2026-07-10T22:11:07.967Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1552 | 2026-07-10T22:11:07.983Z | Compiling strum_macros v0.27.2 |
| 1553 | 2026-07-10T22:11:07.998Z | Compiling daft-derive v0.1.7 |
| 1554 | 2026-07-10T22:11:08.014Z | Compiling snafu-derive v0.8.9 |
| 1555 | 2026-07-10T22:11:08.028Z | Compiling ref-cast-impl v1.0.25 |
| 1556 | 2026-07-10T22:11:08.198Z | Compiling phf_shared v0.13.1 |
| 1557 | 2026-07-10T22:11:08.314Z | Compiling terminal_size v0.4.3 |
| 1558 | 2026-07-10T22:11:08.376Z | Compiling lazy_static v1.5.0 |
| 1559 | 2026-07-10T22:11:08.408Z | Compiling cargo-platform v0.3.2 |
| 1560 | 2026-07-10T22:11:08.430Z | Compiling anstyle-parse v0.2.7 |
| 1561 | 2026-07-10T22:11:08.452Z | Compiling vergen v9.1.0 |
| 1562 | 2026-07-10T22:11:08.470Z | Compiling ff v0.13.1 |
| 1563 | 2026-07-10T22:11:08.485Z | Compiling fs-err v3.3.0 |
| 1564 | 2026-07-10T22:11:08.611Z | Compiling ahash v0.8.12 |
| 1565 | 2026-07-10T22:11:08.625Z | Compiling winnow v0.5.40 |
| 1566 | 2026-07-10T22:11:08.628Z | Compiling bumpalo v3.20.2 |
| 1567 | 2026-07-10T22:11:08.655Z | Compiling tokio-util v0.7.18 |
| 1568 | 2026-07-10T22:11:08.674Z | Compiling tower v0.5.3 |
| 1569 | 2026-07-10T22:11:08.687Z | Compiling tokio-native-tls v0.3.1 |
| 1570 | 2026-07-10T22:11:08.704Z | Compiling base16ct v0.2.0 |
| 1571 | 2026-07-10T22:11:08.721Z | Compiling libbz2-rs-sys v0.2.2 |
| 1572 | 2026-07-10T22:11:08.776Z | Compiling managed v0.8.0 |
| 1573 | 2026-07-10T22:11:08.862Z | Compiling foldhash v0.1.5 |
| 1574 | 2026-07-10T22:11:08.876Z | Compiling unicode-segmentation v1.12.0 |
| 1575 | 2026-07-10T22:11:08.890Z | Compiling foldhash v0.2.0 |
| 1576 | 2026-07-10T22:11:08.911Z | Compiling object v0.37.3 |
| 1577 | 2026-07-10T22:11:09.005Z | Compiling same-file v1.0.6 |
| 1578 | 2026-07-10T22:11:09.044Z | Compiling bitflags v1.3.2 |
| 1579 | 2026-07-10T22:11:09.125Z | Compiling tower-http v0.6.8 |
| 1580 | 2026-07-10T22:11:09.139Z | Compiling newtype-uuid v1.3.2 |
| 1581 | 2026-07-10T22:11:09.170Z | Compiling bzip2 v0.6.1 |
| 1582 | 2026-07-10T22:11:09.185Z | Compiling walkdir v2.5.0 |
| 1583 | 2026-07-10T22:11:09.280Z | Compiling hashbrown v0.16.1 |
| 1584 | 2026-07-10T22:11:09.392Z | Compiling h2 v0.4.15 |
| 1585 | 2026-07-10T22:11:09.415Z | Compiling daft v0.1.7 |
| 1586 | 2026-07-10T22:11:09.491Z | Compiling flate2 v1.1.9 |
| 1587 | 2026-07-10T22:11:09.505Z | Compiling hashbrown v0.15.5 |
| 1588 | 2026-07-10T22:11:09.597Z | Compiling zopfli v0.8.3 |
| 1589 | 2026-07-10T22:11:09.708Z | Compiling sec1 v0.7.3 |
| 1590 | 2026-07-10T22:11:09.835Z | Compiling dof v0.3.0 |
| 1591 | 2026-07-10T22:11:09.883Z | Compiling clap_builder v4.6.0 |
| 1592 | 2026-07-10T22:11:09.898Z | Compiling toml_edit v0.19.15 |
| 1593 | 2026-07-10T22:11:09.967Z | Compiling snafu v0.8.9 |
| 1594 | 2026-07-10T22:11:10.014Z | Compiling strum v0.27.2 |
| 1595 | 2026-07-10T22:11:10.067Z | Compiling cargo_metadata v0.23.1 |
| 1596 | 2026-07-10T22:11:10.080Z | Compiling group v0.13.0 |
| 1597 | 2026-07-10T22:11:10.096Z | Compiling anstream v0.6.21 |
| 1598 | 2026-07-10T22:11:10.157Z | Compiling phf v0.13.1 |
| 1599 | 2026-07-10T22:11:10.275Z | Compiling signal-hook-mio v0.2.5 |
| 1600 | 2026-07-10T22:11:10.289Z | Compiling hubpack v0.1.2 |
| 1601 | 2026-07-10T22:11:10.396Z | Compiling cookie_store v0.22.1 |
| 1602 | 2026-07-10T22:11:10.460Z | Compiling usdt-attr-macro v0.6.0 |
| 1603 | 2026-07-10T22:11:10.474Z | Compiling usdt-macro v0.6.0 |
| 1604 | 2026-07-10T22:11:10.542Z | Compiling cipher v0.5.2 |
| 1605 | 2026-07-10T22:11:10.616Z | Compiling bzip2 v0.4.4 |
| 1606 | 2026-07-10T22:11:10.630Z | Compiling futures v0.3.32 |
| 1607 | 2026-07-10T22:11:10.721Z | Compiling serde_with_macros v3.17.0 |
| 1608 | 2026-07-10T22:11:10.762Z | Compiling zstd v0.13.3 |
| 1609 | 2026-07-10T22:11:10.861Z | Compiling postgres-types v0.2.12 |
| 1610 | 2026-07-10T22:11:11.039Z | Compiling globset v0.4.18 |
| 1611 | 2026-07-10T22:11:11.085Z | Compiling dtrace-parser v0.2.0 |
| 1612 | 2026-07-10T22:11:11.113Z | Compiling ed25519 v2.2.3 |
| 1613 | 2026-07-10T22:11:11.287Z | Compiling serde_plain v1.0.2 |
| 1614 | 2026-07-10T22:11:11.340Z | Compiling olpc-cjson v0.1.4 |
| 1615 | 2026-07-10T22:11:11.447Z | Compiling serde-big-array v0.5.1 |
| 1616 | 2026-07-10T22:11:11.508Z | Compiling pkcs1 v0.7.5 |
| 1617 | 2026-07-10T22:11:11.521Z | Compiling hkdf v0.12.4 |
| 1618 | 2026-07-10T22:11:11.524Z | Compiling crypto-bigint v0.5.5 |
| 1619 | 2026-07-10T22:11:11.607Z | Compiling async-recursion v1.1.1 |
| 1620 | 2026-07-10T22:11:11.713Z | Compiling enum-as-inner v0.6.1 |
| 1621 | 2026-07-10T22:11:11.747Z | Compiling strum_macros v0.26.4 |
| 1622 | 2026-07-10T22:11:11.866Z | Compiling clap_derive v4.6.1 |
| 1623 | 2026-07-10T22:11:11.919Z | Compiling serde_repr v0.1.20 |
| 1624 | 2026-07-10T22:11:11.934Z | Compiling phf_shared v0.11.3 |
| 1625 | 2026-07-10T22:11:12.047Z | Compiling float-cmp v0.10.0 |
| 1626 | 2026-07-10T22:11:12.116Z | Compiling pem v3.0.6 |
| 1627 | 2026-07-10T22:11:12.136Z | Compiling thread-id v4.2.2 |
| 1628 | 2026-07-10T22:11:12.220Z | Compiling memmap2 v0.9.10 |
| 1629 | 2026-07-10T22:11:12.235Z | Compiling env_filter v1.0.0 |
| 1630 | 2026-07-10T22:11:12.260Z | Compiling normalize-line-endings v0.3.0 |
| 1631 | 2026-07-10T22:11:12.306Z | Compiling predicates-core v1.0.10 |
| 1632 | 2026-07-10T22:11:12.370Z | Compiling cpufeatures v0.3.0 |
| 1633 | 2026-07-10T22:11:12.457Z | Compiling static_assertions v1.1.0 |
| 1634 | 2026-07-10T22:11:12.472Z | Compiling precomputed-hash v0.1.1 |
| 1635 | 2026-07-10T22:11:12.475Z | Compiling winnow v1.0.3 |
| 1636 | 2026-07-10T22:11:12.510Z | Compiling fixedbitset v0.4.2 |
| 1637 | 2026-07-10T22:11:12.525Z | Compiling fixedbitset v0.5.7 |
| 1638 | 2026-07-10T22:11:12.544Z | Compiling whoami v2.1.0 |
| 1639 | 2026-07-10T22:11:12.568Z | Compiling keccak v0.1.6 |
| 1640 | 2026-07-10T22:11:12.586Z | Compiling hyper v1.10.1 |
| 1641 | 2026-07-10T22:11:12.614Z | Compiling typed-path v0.9.3 |
| 1642 | 2026-07-10T22:11:12.753Z | Compiling either v1.15.0 |
| 1643 | 2026-07-10T22:11:12.858Z | Compiling difflib v0.4.0 |
| 1644 | 2026-07-10T22:11:12.873Z | Compiling jiff v0.2.21 |
| 1645 | 2026-07-10T22:11:12.994Z | Compiling new_debug_unreachable v1.0.6 |
| 1646 | 2026-07-10T22:11:13.026Z | Compiling const-oid v0.10.2 |
| 1647 | 2026-07-10T22:11:13.026Z | Compiling data-encoding v2.10.0 |
| 1648 | 2026-07-10T22:11:13.033Z | Compiling string_cache v0.8.9 |
| 1649 | 2026-07-10T22:11:13.043Z | Compiling itertools v0.13.0 |
| 1650 | 2026-07-10T22:11:13.201Z | Compiling digest v0.11.3 |
| 1651 | 2026-07-10T22:11:13.269Z | Compiling predicates v3.1.4 |
| 1652 | 2026-07-10T22:11:13.312Z | Compiling hickory-proto v0.25.2 |
| 1653 | 2026-07-10T22:11:13.441Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1654 | 2026-07-10T22:11:13.455Z | Compiling tokio-postgres v0.7.16 |
| 1655 | 2026-07-10T22:11:13.573Z | Compiling strum v0.26.3 |
| 1656 | 2026-07-10T22:11:13.646Z | Compiling petgraph v0.8.3 |
| 1657 | 2026-07-10T22:11:13.697Z | Compiling sha3 v0.10.8 |
| 1658 | 2026-07-10T22:11:13.713Z | Compiling hyper-util v0.1.20 |
| 1659 | 2026-07-10T22:11:13.728Z | Compiling petgraph v0.6.5 |
| 1660 | 2026-07-10T22:11:13.751Z | Compiling clap v4.6.1 |
| 1661 | 2026-07-10T22:11:13.841Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1662 | 2026-07-10T22:11:13.856Z | Compiling elliptic-curve v0.13.8 |
| 1663 | 2026-07-10T22:11:13.935Z | Compiling toml_edit v0.22.27 |
| 1664 | 2026-07-10T22:11:14.099Z | Compiling chacha20 v0.10.0 |
| 1665 | 2026-07-10T22:11:14.169Z | Compiling env_logger v0.11.9 |
| 1666 | 2026-07-10T22:11:14.240Z | Compiling usdt v0.6.0 |
| 1667 | 2026-07-10T22:11:14.290Z | Compiling usdt-impl v0.5.0 |
| 1668 | 2026-07-10T22:11:14.310Z | Compiling serde_with v3.17.0 |
| 1669 | 2026-07-10T22:11:14.486Z | Compiling crossterm v0.28.1 |
| 1670 | 2026-07-10T22:11:14.531Z | Compiling rsa v0.9.10 |
| 1671 | 2026-07-10T22:11:14.545Z | Compiling ed25519-dalek v2.2.0 |
| 1672 | 2026-07-10T22:11:14.922Z | Compiling toml v0.7.8 |
| 1673 | 2026-07-10T22:11:15.244Z | Compiling hyper-tls v0.6.0 |
| 1674 | 2026-07-10T22:11:15.496Z | Compiling reqwest v0.12.28 |
| 1675 | 2026-07-10T22:11:15.533Z | Compiling zip v4.6.1 |
| 1676 | 2026-07-10T22:11:15.676Z | Compiling zip v0.6.6 |
| 1677 | 2026-07-10T22:11:15.710Z | Compiling iddqd v0.4.2 |
| 1678 | 2026-07-10T22:11:15.873Z | Compiling tokio-stream v0.1.18 |
| 1679 | 2026-07-10T22:11:16.120Z | Compiling similar v2.7.0 |
| 1680 | 2026-07-10T22:11:16.214Z | Compiling heck v0.4.1 |
| 1681 | 2026-07-10T22:11:16.293Z | Compiling buf-list v1.1.2 |
| 1682 | 2026-07-10T22:11:16.359Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1683 | 2026-07-10T22:11:16.461Z | Compiling openapiv3 v2.2.0 |
| 1684 | 2026-07-10T22:11:16.529Z | Compiling x509-cert v0.2.5 |
| 1685 | 2026-07-10T22:11:16.589Z | Compiling crossbeam-epoch v0.9.18 |
| 1686 | 2026-07-10T22:11:16.679Z | Compiling lalrpop-util v0.19.12 |
| 1687 | 2026-07-10T22:11:16.740Z | Compiling peg-runtime v0.8.5 |
| 1688 | 2026-07-10T22:11:16.797Z | Compiling thread_local v1.1.9 |
| 1689 | 2026-07-10T22:11:16.891Z | Compiling slog-async v2.8.0 |
| 1690 | 2026-07-10T22:11:16.941Z | Compiling crossbeam-channel v0.5.15 |
| 1691 | 2026-07-10T22:11:17.031Z | Compiling filetime v0.2.27 |
| 1692 | 2026-07-10T22:11:17.045Z | Compiling is-terminal v0.4.17 |
| 1693 | 2026-07-10T22:11:17.048Z | Compiling xattr v1.6.1 |
| 1694 | 2026-07-10T22:11:17.077Z | Compiling term v1.2.1 |
| 1695 | 2026-07-10T22:11:17.161Z | Compiling take_mut v0.2.2 |
| 1696 | 2026-07-10T22:11:17.175Z | Compiling camino-tempfile v1.4.1 |
| 1697 | 2026-07-10T22:11:17.231Z | Compiling tar v0.4.45 |
| 1698 | 2026-07-10T22:11:17.418Z | Compiling slog-term v2.9.2 |
| 1699 | 2026-07-10T22:11:34.941Z | Compiling rustls-webpki v0.103.13 |
| 1700 | 2026-07-10T22:11:37.622Z | Compiling tokio-rustls v0.26.4 |
| 1701 | 2026-07-10T22:11:37.623Z | Compiling rustls-platform-verifier v0.6.2 |
| 1702 | 2026-07-10T22:11:37.627Z | Compiling tough v0.22.0 |
| 1703 | 2026-07-10T22:11:37.841Z | Compiling hyper-rustls v0.27.7 |
| 1704 | 2026-07-10T22:11:38.054Z | Compiling reqwest v0.13.2 |
| 1705 | 2026-07-10T22:11:40.127Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1706 | 2026-07-10T22:11:40.376Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1707 | 2026-07-10T22:11:43.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.02s |
| 1708 | 2026-07-10T22:11:43.347Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1709 | 2026-07-10T22:11:43.400Z | Jul 10 22:11:42.483 INFO Starting download, target: Cockroach |
| 1710 | 2026-07-10T22:11:43.400Z | Jul 10 22:11:42.484 INFO Starting download, target: Console |
| 1711 | 2026-07-10T22:11:43.400Z | Jul 10 22:11:42.484 INFO Starting download, target: Clickhouse |
| 1712 | 2026-07-10T22:11:43.400Z | Jul 10 22:11:42.484 INFO Starting download, target: DendriteStub |
| 1713 | 2026-07-10T22:11:43.400Z | Jul 10 22:11:42.484 INFO Starting download, target: MaghemiteMgd |
| 1714 | 2026-07-10T22:11:43.404Z | Jul 10 22:11:42.484 INFO Starting download, target: MaghemiteDdmd |
| 1715 | 2026-07-10T22:11:43.404Z | Jul 10 22:11:42.484 INFO Starting download, target: TransceiverControl |
| 1716 | 2026-07-10T22:11:43.404Z | Jul 10 22:11:42.484 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1717 | 2026-07-10T22:11:43.404Z | Jul 10 22:11:42.484 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1718 | 2026-07-10T22:11:43.404Z | Jul 10 22:11:42.484 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1719 | 2026-07-10T22:11:43.404Z | Jul 10 22:11:42.484 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1720 | 2026-07-10T22:11:43.404Z | Jul 10 22:11:42.484 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1721 | 2026-07-10T22:11:43.404Z | Jul 10 22:11:42.484 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1722 | 2026-07-10T22:11:43.404Z | Jul 10 22:11:42.484 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1723 | 2026-07-10T22:11:43.752Z | Jul 10 22:11:42.829 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1724 | 2026-07-10T22:11:43.969Z | Jul 10 22:11:43.036 INFO Download complete, target: TransceiverControl |
| 1725 | 2026-07-10T22:11:45.154Z | Jul 10 22:11:44.233 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1726 | 2026-07-10T22:11:45.213Z | Jul 10 22:11:44.285 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1727 | 2026-07-10T22:11:45.222Z | Jul 10 22:11:44.291 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1728 | 2026-07-10T22:11:45.466Z | Jul 10 22:11:44.547 INFO Download complete, target: Console |
| 1729 | 2026-07-10T22:11:45.473Z | Jul 10 22:11:44.548 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1730 | 2026-07-10T22:11:45.969Z | Jul 10 22:11:45.053 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1731 | 2026-07-10T22:11:45.969Z | Jul 10 22:11:45.053 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1732 | 2026-07-10T22:11:46.738Z | Jul 10 22:11:45.820 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1733 | 2026-07-10T22:11:47.024Z | Jul 10 22:11:46.107 INFO Download complete, target: MaghemiteDdmd |
| 1734 | 2026-07-10T22:11:47.790Z | Jul 10 22:11:46.873 INFO Download complete, target: DendriteStub |
| 1735 | 2026-07-10T22:11:47.970Z | Jul 10 22:11:47.053 INFO Download complete, target: MaghemiteMgd |
| 1736 | 2026-07-10T22:11:50.585Z | Jul 10 22:11:49.668 INFO Checking that binary works, target: Cockroach |
| 1737 | 2026-07-10T22:11:50.705Z | Jul 10 22:11:49.787 INFO Download complete, target: Cockroach |
| 1738 | 2026-07-10T22:11:53.359Z | Jul 10 22:11:52.442 INFO Checking that binary works, target: Clickhouse |
| 1739 | 2026-07-10T22:11:53.441Z | Jul 10 22:11:52.524 INFO Download complete, target: Clickhouse |
| 1740 | 2026-07-10T22:11:53.452Z | All prerequisites installed successfully |
| 1741 | 2026-07-10T22:11:53.457Z | |
| 1742 | 2026-07-10T22:11:53.457Z | real 1:45.383896439 |
| 1743 | 2026-07-10T22:11:53.457Z | user 6:36.516173180 |
| 1744 | 2026-07-10T22:11:53.457Z | sys 1:39.772933255 |
| 1745 | 2026-07-10T22:11:53.457Z | trap 0.259887308 |
| 1746 | 2026-07-10T22:11:53.457Z | tflt 0.757747572 |
| 1747 | 2026-07-10T22:11:53.457Z | dflt 1.628479888 |
| 1748 | 2026-07-10T22:11:53.457Z | kflt 0.023414442 |
| 1749 | 2026-07-10T22:11:53.458Z | lock 23:47.220203997 |
| 1750 | 2026-07-10T22:11:53.458Z | slp 18:12.880329447 |
| 1751 | 2026-07-10T22:11:53.458Z | lat 24.279748728 |
| 1752 | 2026-07-10T22:11:53.458Z | stop 2:41.930599336 |
| 1753 | 2026-07-10T22:11:53.465Z | + ptime -m cargo xtask download softnpu |
| 1754 | 2026-07-10T22:11:53.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1755 | 2026-07-10T22:11:53.914Z | Running `target/debug/xtask download softnpu` |
| 1756 | 2026-07-10T22:11:54.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1757 | 2026-07-10T22:11:54.696Z | Running `target/debug/xtask-downloader softnpu` |
| 1758 | 2026-07-10T22:11:54.733Z | Jul 10 22:11:53.813 INFO Starting download, target: Softnpu |
| 1759 | 2026-07-10T22:11:54.755Z | Jul 10 22:11:53.814 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1760 | 2026-07-10T22:11:55.399Z | Jul 10 22:11:54.482 INFO Download complete, target: Softnpu |
| 1761 | 2026-07-10T22:11:55.405Z | |
| 1762 | 2026-07-10T22:11:55.413Z | real 1.947299566 |
| 1763 | 2026-07-10T22:11:55.413Z | user 1.267715618 |
| 1764 | 2026-07-10T22:11:55.413Z | sys 0.588324019 |
| 1765 | 2026-07-10T22:11:55.413Z | trap 0.000649162 |
| 1766 | 2026-07-10T22:11:55.413Z | tflt 0.000246549 |
| 1767 | 2026-07-10T22:11:55.413Z | dflt 0.000419547 |
| 1768 | 2026-07-10T22:11:55.413Z | kflt 0.000020479 |
| 1769 | 2026-07-10T22:11:55.413Z | lock 12.229606891 |
| 1770 | 2026-07-10T22:11:55.413Z | slp 0.518577973 |
| 1771 | 2026-07-10T22:11:55.413Z | lat 0.083322689 |
| 1772 | 2026-07-10T22:11:55.414Z | stop 0.000182879 |
| 1773 | 2026-07-10T22:11:55.415Z | + export CARGO_INCREMENTAL=0 |
| 1774 | 2026-07-10T22:11:55.415Z | + CARGO_INCREMENTAL=0 |
| 1775 | 2026-07-10T22:11:55.415Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1776 | 2026-07-10T22:11:56.252Z | Compiling proc-macro2 v1.0.106 |
| 1777 | 2026-07-10T22:11:56.252Z | Compiling quote v1.0.45 |
| 1778 | 2026-07-10T22:11:56.252Z | Compiling unicode-ident v1.0.24 |
| 1779 | 2026-07-10T22:11:56.256Z | Compiling libc v0.2.185 |
| 1780 | 2026-07-10T22:11:56.256Z | Compiling serde_core v1.0.228 |
| 1781 | 2026-07-10T22:11:56.256Z | Compiling serde v1.0.228 |
| 1782 | 2026-07-10T22:11:56.257Z | Compiling cfg-if v1.0.4 |
| 1783 | 2026-07-10T22:11:56.257Z | Compiling version_check v0.9.5 |
| 1784 | 2026-07-10T22:11:56.257Z | Compiling find-msvc-tools v0.1.9 |
| 1785 | 2026-07-10T22:11:56.395Z | Compiling shlex v1.3.0 |
| 1786 | 2026-07-10T22:11:56.399Z | Compiling zmij v1.0.21 |
| 1787 | 2026-07-10T22:11:56.399Z | Compiling memchr v2.8.0 |
| 1788 | 2026-07-10T22:11:56.399Z | Compiling serde_json v1.0.150 |
| 1789 | 2026-07-10T22:11:56.399Z | Compiling autocfg v1.5.0 |
| 1790 | 2026-07-10T22:11:56.569Z | Compiling portable-atomic v1.13.1 |
| 1791 | 2026-07-10T22:11:56.639Z | Compiling zerocopy v0.8.40 |
| 1792 | 2026-07-10T22:11:56.680Z | Compiling getrandom v0.4.1 |
| 1793 | 2026-07-10T22:11:56.772Z | Compiling libm v0.2.16 |
| 1794 | 2026-07-10T22:11:56.793Z | Compiling parking_lot_core v0.9.12 |
| 1795 | 2026-07-10T22:11:56.808Z | Compiling icu_normalizer_data v2.1.1 |
| 1796 | 2026-07-10T22:11:56.811Z | Compiling smallvec v1.15.1 |
| 1797 | 2026-07-10T22:11:56.863Z | Compiling icu_properties_data v2.1.2 |
| 1798 | 2026-07-10T22:11:56.909Z | Compiling num-traits v0.2.19 |
| 1799 | 2026-07-10T22:11:56.924Z | Compiling generic-array v0.14.7 |
| 1800 | 2026-07-10T22:11:56.968Z | Compiling itoa v1.0.17 |
| 1801 | 2026-07-10T22:11:57.073Z | Compiling log v0.4.29 |
| 1802 | 2026-07-10T22:11:57.115Z | Compiling subtle v2.6.1 |
| 1803 | 2026-07-10T22:11:57.118Z | Compiling pkg-config v0.3.32 |
| 1804 | 2026-07-10T22:11:57.130Z | Compiling stable_deref_trait v1.2.1 |
| 1805 | 2026-07-10T22:11:57.237Z | Compiling typenum v1.20.1 |
| 1806 | 2026-07-10T22:11:57.263Z | Compiling scopeguard v1.2.0 |
| 1807 | 2026-07-10T22:11:57.307Z | Compiling rand_core v0.10.0 |
| 1808 | 2026-07-10T22:11:57.338Z | Compiling fnv v1.0.7 |
| 1809 | 2026-07-10T22:11:57.389Z | Compiling lock_api v0.4.14 |
| 1810 | 2026-07-10T22:11:57.420Z | Compiling getrandom v0.3.4 |
| 1811 | 2026-07-10T22:11:57.450Z | Compiling pin-project-lite v0.2.17 |
| 1812 | 2026-07-10T22:11:57.487Z | Compiling jobserver v0.1.34 |
| 1813 | 2026-07-10T22:11:57.491Z | Compiling errno v0.3.14 |
| 1814 | 2026-07-10T22:11:57.518Z | Compiling thiserror v2.0.18 |
| 1815 | 2026-07-10T22:11:57.614Z | Compiling equivalent v1.0.2 |
| 1816 | 2026-07-10T22:11:57.614Z | Compiling percent-encoding v2.3.2 |
| 1817 | 2026-07-10T22:11:57.652Z | Compiling litemap v0.8.1 |
| 1818 | 2026-07-10T22:11:57.684Z | Compiling writeable v0.6.2 |
| 1819 | 2026-07-10T22:11:57.687Z | Compiling getrandom v0.2.17 |
| 1820 | 2026-07-10T22:11:57.728Z | Compiling cc v1.2.56 |
| 1821 | 2026-07-10T22:11:57.794Z | Compiling syn v2.0.117 |
| 1822 | 2026-07-10T22:11:57.847Z | Compiling rustversion v1.0.22 |
| 1823 | 2026-07-10T22:11:57.881Z | Compiling rand_core v0.6.4 |
| 1824 | 2026-07-10T22:11:57.943Z | Compiling dunce v1.0.5 |
| 1825 | 2026-07-10T22:11:57.973Z | Compiling fs_extra v1.3.0 |
| 1826 | 2026-07-10T22:11:57.987Z | Compiling critical-section v1.2.0 |
| 1827 | 2026-07-10T22:11:57.990Z | Compiling rustix v1.1.3 |
| 1828 | 2026-07-10T22:11:57.990Z | Compiling schemars v0.8.22 |
| 1829 | 2026-07-10T22:11:58.145Z | Compiling hashbrown v0.17.0 |
| 1830 | 2026-07-10T22:11:58.240Z | Compiling signal-hook-registry v1.4.8 |
| 1831 | 2026-07-10T22:11:58.324Z | Compiling utf8_iter v1.0.4 |
| 1832 | 2026-07-10T22:11:58.340Z | Compiling heck v0.5.0 |
| 1833 | 2026-07-10T22:11:58.343Z | Compiling form_urlencoded v1.2.2 |
| 1834 | 2026-07-10T22:11:58.395Z | Compiling once_cell v1.21.3 |
| 1835 | 2026-07-10T22:11:58.519Z | Compiling cmake v0.1.57 |
| 1836 | 2026-07-10T22:11:58.647Z | Compiling parking_lot v0.12.5 |
| 1837 | 2026-07-10T22:11:58.688Z | Compiling semver v1.0.28 |
| 1838 | 2026-07-10T22:11:58.702Z | Compiling indexmap v2.14.0 |
| 1839 | 2026-07-10T22:11:58.722Z | Compiling socket2 v0.6.3 |
| 1840 | 2026-07-10T22:11:58.736Z | Compiling mio v1.2.0 |
| 1841 | 2026-07-10T22:11:58.818Z | Compiling aws-lc-rs v1.16.3 |
| 1842 | 2026-07-10T22:11:58.859Z | Compiling bitflags v2.11.0 |
| 1843 | 2026-07-10T22:11:58.898Z | Compiling futures-core v0.3.32 |
| 1844 | 2026-07-10T22:11:59.036Z | Compiling aws-lc-sys v0.40.0 |
| 1845 | 2026-07-10T22:11:59.093Z | Compiling strsim v0.11.1 |
| 1846 | 2026-07-10T22:11:59.114Z | Compiling httparse v1.10.1 |
| 1847 | 2026-07-10T22:11:59.366Z | Compiling thiserror v1.0.69 |
| 1848 | 2026-07-10T22:11:59.381Z | Compiling ucd-trie v0.1.7 |
| 1849 | 2026-07-10T22:11:59.421Z | Compiling byteorder v1.5.0 |
| 1850 | 2026-07-10T22:11:59.478Z | Compiling regex-syntax v0.8.10 |
| 1851 | 2026-07-10T22:11:59.493Z | Compiling syn v1.0.109 |
| 1852 | 2026-07-10T22:11:59.552Z | Compiling pest v2.8.6 |
| 1853 | 2026-07-10T22:11:59.568Z | Compiling iana-time-zone v0.1.65 |
| 1854 | 2026-07-10T22:11:59.581Z | Compiling ident_case v1.0.1 |
| 1855 | 2026-07-10T22:11:59.597Z | Compiling vcpkg v0.2.15 |
| 1856 | 2026-07-10T22:11:59.597Z | Compiling const-oid v0.9.6 |
| 1857 | 2026-07-10T22:11:59.892Z | Compiling uuid v1.23.4 |
| 1858 | 2026-07-10T22:11:59.968Z | Compiling rustc_version v0.4.1 |
| 1859 | 2026-07-10T22:12:00.042Z | Compiling rustls v0.23.41 |
| 1860 | 2026-07-10T22:12:00.118Z | Compiling futures-sink v0.3.32 |
| 1861 | 2026-07-10T22:12:00.178Z | Compiling openssl-sys v0.9.115 |
| 1862 | 2026-07-10T22:12:00.247Z | Compiling futures-channel v0.3.32 |
| 1863 | 2026-07-10T22:12:00.328Z | Compiling aho-corasick v1.1.4 |
| 1864 | 2026-07-10T22:12:00.370Z | Compiling futures-task v0.3.32 |
| 1865 | 2026-07-10T22:12:00.385Z | Compiling futures-io v0.3.32 |
| 1866 | 2026-07-10T22:12:00.451Z | Compiling slab v0.4.12 |
| 1867 | 2026-07-10T22:12:00.573Z | Compiling dyn-clone v1.0.20 |
| 1868 | 2026-07-10T22:12:00.679Z | Compiling synstructure v0.13.2 |
| 1869 | 2026-07-10T22:12:00.693Z | Compiling serde_derive_internals v0.29.1 |
| 1870 | 2026-07-10T22:12:00.697Z | Compiling pest_meta v2.8.6 |
| 1871 | 2026-07-10T22:12:00.723Z | Compiling crc32fast v1.5.0 |
| 1872 | 2026-07-10T22:12:00.736Z | Compiling time-core v0.1.8 |
| 1873 | 2026-07-10T22:12:00.740Z | Compiling plain v0.2.3 |
| 1874 | 2026-07-10T22:12:00.767Z | Compiling num-conv v0.2.0 |
| 1875 | 2026-07-10T22:12:00.906Z | Compiling crossbeam-utils v0.8.21 |
| 1876 | 2026-07-10T22:12:00.924Z | Compiling time-macros v0.2.27 |
| 1877 | 2026-07-10T22:12:01.009Z | Compiling base64 v0.22.1 |
| 1878 | 2026-07-10T22:12:01.093Z | Compiling pretty-hex v0.4.1 |
| 1879 | 2026-07-10T22:12:01.195Z | Compiling regex-automata v0.4.14 |
| 1880 | 2026-07-10T22:12:01.209Z | Compiling openssl v0.10.79 |
| 1881 | 2026-07-10T22:12:01.227Z | Compiling darling_core v0.21.3 |
| 1882 | 2026-07-10T22:12:01.260Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1883 | 2026-07-10T22:12:01.424Z | Compiling pest_generator v2.8.6 |
| 1884 | 2026-07-10T22:12:01.480Z | Compiling native-tls v0.2.18 |
| 1885 | 2026-07-10T22:12:01.495Z | Compiling anyhow v1.0.102 |
| 1886 | 2026-07-10T22:12:01.512Z | Compiling rand_core v0.9.5 |
| 1887 | 2026-07-10T22:12:01.619Z | Compiling slog v2.8.2 |
| 1888 | 2026-07-10T22:12:01.659Z | Compiling tracing-core v0.1.36 |
| 1889 | 2026-07-10T22:12:01.784Z | Compiling cookie v0.18.1 |
| 1890 | 2026-07-10T22:12:01.831Z | Compiling base64ct v1.8.3 |
| 1891 | 2026-07-10T22:12:01.861Z | Compiling camino v1.2.2 |
| 1892 | 2026-07-10T22:12:01.897Z | Compiling serde_derive v1.0.228 |
| 1893 | 2026-07-10T22:12:01.924Z | Compiling zeroize_derive v1.4.3 |
| 1894 | 2026-07-10T22:12:01.957Z | Compiling zerofrom-derive v0.1.6 |
| 1895 | 2026-07-10T22:12:01.971Z | Compiling yoke-derive v0.8.1 |
| 1896 | 2026-07-10T22:12:01.986Z | Compiling zerovec-derive v0.11.2 |
| 1897 | 2026-07-10T22:12:02.013Z | Compiling displaydoc v0.2.5 |
| 1898 | 2026-07-10T22:12:02.060Z | Compiling zerocopy-derive v0.8.40 |
| 1899 | 2026-07-10T22:12:02.130Z | Compiling tokio-macros v2.7.0 |
| 1900 | 2026-07-10T22:12:02.183Z | Compiling futures-macro v0.3.32 |
| 1901 | 2026-07-10T22:12:02.291Z | Compiling thiserror-impl v2.0.18 |
| 1902 | 2026-07-10T22:12:02.543Z | Compiling zeroize v1.8.2 |
| 1903 | 2026-07-10T22:12:02.716Z | Compiling schemars_derive v0.8.22 |
| 1904 | 2026-07-10T22:12:02.808Z | Compiling tracing-attributes v0.1.31 |
| 1905 | 2026-07-10T22:12:02.910Z | Compiling der_derive v0.7.3 |
| 1906 | 2026-07-10T22:12:02.950Z | Compiling thiserror-impl v1.0.69 |
| 1907 | 2026-07-10T22:12:03.040Z | Compiling pest_derive v2.8.6 |
| 1908 | 2026-07-10T22:12:03.077Z | Compiling zerofrom v0.1.6 |
| 1909 | 2026-07-10T22:12:03.222Z | Compiling yoke v0.8.1 |
| 1910 | 2026-07-10T22:12:03.399Z | Compiling zerovec v0.11.5 |
| 1911 | 2026-07-10T22:12:03.415Z | Compiling zerotrie v0.2.3 |
| 1912 | 2026-07-10T22:12:03.491Z | Compiling crypto-common v0.1.7 |
| 1913 | 2026-07-10T22:12:03.506Z | Compiling futures-util v0.3.32 |
| 1914 | 2026-07-10T22:12:03.863Z | Compiling block-buffer v0.10.4 |
| 1915 | 2026-07-10T22:12:03.949Z | Compiling tinystr v0.8.2 |
| 1916 | 2026-07-10T22:12:03.989Z | Compiling potential_utf v0.1.4 |
| 1917 | 2026-07-10T22:12:04.013Z | Compiling digest v0.10.7 |
| 1918 | 2026-07-10T22:12:04.024Z | Compiling scroll_derive v0.12.1 |
| 1919 | 2026-07-10T22:12:04.141Z | Compiling icu_collections v2.1.1 |
| 1920 | 2026-07-10T22:12:04.205Z | Compiling icu_locale_core v2.1.1 |
| 1921 | 2026-07-10T22:12:04.255Z | Compiling scroll_derive v0.13.1 |
| 1922 | 2026-07-10T22:12:04.312Z | Compiling openssl-macros v0.1.1 |
| 1923 | 2026-07-10T22:12:04.662Z | Compiling regex v1.12.3 |
| 1924 | 2026-07-10T22:12:04.706Z | Compiling darling_macro v0.21.3 |
| 1925 | 2026-07-10T22:12:04.739Z | Compiling zerocopy-derive v0.7.35 |
| 1926 | 2026-07-10T22:12:04.897Z | Compiling tracing v0.1.44 |
| 1927 | 2026-07-10T22:12:04.939Z | Compiling icu_provider v2.1.1 |
| 1928 | 2026-07-10T22:12:05.051Z | Compiling bytes v1.11.1 |
| 1929 | 2026-07-10T22:12:05.136Z | Compiling chrono v0.4.44 |
| 1930 | 2026-07-10T22:12:05.170Z | Compiling serde_tokenstream v0.2.3 |
| 1931 | 2026-07-10T22:12:05.225Z | Compiling icu_normalizer v2.1.1 |
| 1932 | 2026-07-10T22:12:05.328Z | Compiling icu_properties v2.1.2 |
| 1933 | 2026-07-10T22:12:05.368Z | Compiling darling v0.21.3 |
| 1934 | 2026-07-10T22:12:05.547Z | Compiling pem-rfc7468 v0.7.0 |
| 1935 | 2026-07-10T22:12:05.670Z | Compiling tokio v1.52.1 |
| 1936 | 2026-07-10T22:12:05.837Z | Compiling http v1.4.2 |
| 1937 | 2026-07-10T22:12:06.434Z | Compiling idna_adapter v1.2.1 |
| 1938 | 2026-07-10T22:12:06.539Z | Compiling ppv-lite86 v0.2.21 |
| 1939 | 2026-07-10T22:12:06.567Z | Compiling idna v1.1.0 |
| 1940 | 2026-07-10T22:12:06.927Z | Compiling flagset v0.4.7 |
| 1941 | 2026-07-10T22:12:06.990Z | Compiling url v2.5.8 |
| 1942 | 2026-07-10T22:12:07.059Z | Compiling der v0.7.10 |
| 1943 | 2026-07-10T22:12:07.095Z | Compiling rand_chacha v0.9.0 |
| 1944 | 2026-07-10T22:12:07.240Z | Compiling http-body v1.0.1 |
| 1945 | 2026-07-10T22:12:07.247Z | Compiling rustls-pki-types v1.14.0 |
| 1946 | 2026-07-10T22:12:07.490Z | Compiling usdt-impl v0.5.0 |
| 1947 | 2026-07-10T22:12:07.664Z | Compiling tinyvec_macros v0.1.1 |
| 1948 | 2026-07-10T22:12:07.700Z | Compiling cmov v0.5.4 |
| 1949 | 2026-07-10T22:12:07.701Z | Compiling fastrand v2.3.0 |
| 1950 | 2026-07-10T22:12:07.750Z | Compiling ref-cast v1.0.25 |
| 1951 | 2026-07-10T22:12:07.905Z | Compiling openssl-probe v0.2.1 |
| 1952 | 2026-07-10T22:12:07.997Z | Compiling either v1.15.0 |
| 1953 | 2026-07-10T22:12:08.030Z | Compiling usdt-impl v0.6.0 |
| 1954 | 2026-07-10T22:12:08.093Z | Compiling paste v1.0.15 |
| 1955 | 2026-07-10T22:12:08.146Z | Compiling ctutils v0.4.2 |
| 1956 | 2026-07-10T22:12:08.162Z | Compiling spki v0.7.3 |
| 1957 | 2026-07-10T22:12:08.184Z | Compiling tinyvec v1.10.0 |
| 1958 | 2026-07-10T22:12:08.332Z | Compiling rand v0.9.2 |
| 1959 | 2026-07-10T22:12:08.395Z | Compiling toml_datetime v0.6.11 |
| 1960 | 2026-07-10T22:12:08.395Z | Compiling serde_spanned v0.6.9 |
| 1961 | 2026-07-10T22:12:08.444Z | Compiling scroll v0.13.0 |
| 1962 | 2026-07-10T22:12:08.548Z | Compiling scroll v0.12.0 |
| 1963 | 2026-07-10T22:12:08.557Z | Compiling async-trait v0.1.89 |
| 1964 | 2026-07-10T22:12:08.584Z | Compiling heapless v0.7.17 |
| 1965 | 2026-07-10T22:12:08.669Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1966 | 2026-07-10T22:12:08.678Z | Compiling winnow v0.7.14 |
| 1967 | 2026-07-10T22:12:08.694Z | Compiling zstd-safe v7.2.4 |
| 1968 | 2026-07-10T22:12:08.703Z | Compiling winnow v1.0.3 |
| 1969 | 2026-07-10T22:12:08.728Z | Compiling rustix v0.38.44 |
| 1970 | 2026-07-10T22:12:08.828Z | Compiling untrusted v0.7.1 |
| 1971 | 2026-07-10T22:12:08.848Z | Compiling tower-service v0.3.3 |
| 1972 | 2026-07-10T22:12:08.900Z | Compiling signal-hook v0.3.18 |
| 1973 | 2026-07-10T22:12:08.927Z | Compiling atomic-waker v1.1.2 |
| 1974 | 2026-07-10T22:12:08.958Z | Compiling litrs v1.0.0 |
| 1975 | 2026-07-10T22:12:09.064Z | Compiling cpufeatures v0.2.17 |
| 1976 | 2026-07-10T22:12:09.067Z | Compiling tower-layer v0.3.3 |
| 1977 | 2026-07-10T22:12:09.116Z | Compiling try-lock v0.2.5 |
| 1978 | 2026-07-10T22:12:09.138Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1979 | 2026-07-10T22:12:09.154Z | Compiling goblin v0.8.2 |
| 1980 | 2026-07-10T22:12:09.243Z | Compiling want v0.3.1 |
| 1981 | 2026-07-10T22:12:09.281Z | Compiling goblin v0.10.5 |
| 1982 | 2026-07-10T22:12:09.434Z | Compiling hybrid-array v0.4.13 |
| 1983 | 2026-07-10T22:12:09.449Z | Compiling document-features v0.2.12 |
| 1984 | 2026-07-10T22:12:09.491Z | Compiling zerocopy v0.7.35 |
| 1985 | 2026-07-10T22:12:09.674Z | Compiling tokio-util v0.7.18 |
| 1986 | 2026-07-10T22:12:09.722Z | Compiling ipnet v2.11.0 |
| 1987 | 2026-07-10T22:12:09.906Z | Compiling ref-cast-impl v1.0.25 |
| 1988 | 2026-07-10T22:12:10.056Z | Compiling darling_core v0.20.11 |
| 1989 | 2026-07-10T22:12:10.178Z | Compiling curve25519-dalek v4.1.3 |
| 1990 | 2026-07-10T22:12:10.215Z | Compiling memoffset v0.9.1 |
| 1991 | 2026-07-10T22:12:10.267Z | Compiling powerfmt v0.2.0 |
| 1992 | 2026-07-10T22:12:10.414Z | Compiling h2 v0.4.15 |
| 1993 | 2026-07-10T22:12:10.479Z | Compiling untrusted v0.9.0 |
| 1994 | 2026-07-10T22:12:10.649Z | Compiling utf8parse v0.2.2 |
| 1995 | 2026-07-10T22:12:10.666Z | Compiling httpdate v1.0.3 |
| 1996 | 2026-07-10T22:12:10.711Z | Compiling foreign-types-shared v0.1.1 |
| 1997 | 2026-07-10T22:12:10.774Z | Compiling winnow v0.5.40 |
| 1998 | 2026-07-10T22:12:10.817Z | Compiling foreign-types v0.3.2 |
| 1999 | 2026-07-10T22:12:10.933Z | Compiling deranged v0.5.8 |
| 2000 | 2026-07-10T22:12:11.016Z | Compiling tempfile v3.25.0 |
| 2001 | 2026-07-10T22:12:11.355Z | Compiling unicode-normalization v0.1.25 |
| 2002 | 2026-07-10T22:12:11.700Z | Compiling dof v0.3.0 |
| 2003 | 2026-07-10T22:12:11.765Z | Compiling dtrace-parser v0.2.0 |
| 2004 | 2026-07-10T22:12:11.836Z | Compiling pkcs8 v0.10.2 |
| 2005 | 2026-07-10T22:12:12.058Z | Compiling darling_macro v0.20.11 |
| 2006 | 2026-07-10T22:12:12.074Z | Compiling dof v0.4.0 |
| 2007 | 2026-07-10T22:12:12.089Z | Compiling toml_edit v0.19.15 |
| 2008 | 2026-07-10T22:12:12.355Z | Compiling dtrace-parser v0.3.0 |
| 2009 | 2026-07-10T22:12:12.379Z | Compiling pin-project-internal v1.1.11 |
| 2010 | 2026-07-10T22:12:12.561Z | Compiling daft-derive v0.1.7 |
| 2011 | 2026-07-10T22:12:12.708Z | Compiling spin v0.9.8 |
| 2012 | 2026-07-10T22:12:12.891Z | Compiling thread-id v4.2.2 |
| 2013 | 2026-07-10T22:12:12.938Z | Compiling thread-id v5.1.0 |
| 2014 | 2026-07-10T22:12:12.952Z | Compiling smoltcp v0.9.1 |
| 2015 | 2026-07-10T22:12:13.039Z | Compiling num-bigint-dig v0.8.6 |
| 2016 | 2026-07-10T22:12:13.246Z | Compiling num_threads v0.1.7 |
| 2017 | 2026-07-10T22:12:13.279Z | Compiling anstyle v1.0.14 |
| 2018 | 2026-07-10T22:12:13.294Z | Compiling cfg_aliases v0.2.1 |
| 2019 | 2026-07-10T22:12:13.357Z | Compiling time v0.3.47 |
| 2020 | 2026-07-10T22:12:13.383Z | Compiling nix v0.31.2 |
| 2021 | 2026-07-10T22:12:13.519Z | Compiling darling v0.20.11 |
| 2022 | 2026-07-10T22:12:13.615Z | Compiling hyper v1.10.1 |
| 2023 | 2026-07-10T22:12:13.755Z | Compiling sha2 v0.10.9 |
| 2024 | 2026-07-10T22:12:13.843Z | Compiling ipnetwork v0.21.1 |
| 2025 | 2026-07-10T22:12:13.880Z | Compiling hmac v0.12.1 |
| 2026 | 2026-07-10T22:12:14.040Z | Compiling strum_macros v0.26.4 |
| 2027 | 2026-07-10T22:12:14.142Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2028 | 2026-07-10T22:12:14.363Z | Compiling sync_wrapper v1.0.2 |
| 2029 | 2026-07-10T22:12:14.383Z | Compiling wait-timeout v0.2.1 |
| 2030 | 2026-07-10T22:12:14.699Z | Compiling anstyle-query v1.1.5 |
| 2031 | 2026-07-10T22:12:14.784Z | Compiling hyper-util v0.1.20 |
| 2032 | 2026-07-10T22:12:14.799Z | Compiling colorchoice v1.0.4 |
| 2033 | 2026-07-10T22:12:14.825Z | Compiling simd-adler32 v0.3.8 |
| 2034 | 2026-07-10T22:12:14.901Z | Compiling quick-error v1.2.3 |
| 2035 | 2026-07-10T22:12:14.931Z | Compiling siphasher v1.0.2 |
| 2036 | 2026-07-10T22:12:15.129Z | Compiling is_terminal_polyfill v1.70.2 |
| 2037 | 2026-07-10T22:12:15.182Z | Compiling bit-vec v0.8.0 |
| 2038 | 2026-07-10T22:12:15.212Z | Compiling rusty-fork v0.3.1 |
| 2039 | 2026-07-10T22:12:15.403Z | Compiling bit-set v0.8.0 |
| 2040 | 2026-07-10T22:12:15.577Z | Compiling tower v0.5.3 |
| 2041 | 2026-07-10T22:12:15.927Z | Compiling derive_builder_core v0.20.2 |
| 2042 | 2026-07-10T22:12:16.196Z | Compiling http-body-util v0.1.3 |
| 2043 | 2026-07-10T22:12:16.288Z | Compiling hubpack_derive v0.1.1 |
| 2044 | 2026-07-10T22:12:16.313Z | Compiling snafu-derive v0.8.9 |
| 2045 | 2026-07-10T22:12:16.416Z | Compiling strum_macros v0.27.2 |
| 2046 | 2026-07-10T22:12:16.450Z | Compiling rand_xorshift v0.4.0 |
| 2047 | 2026-07-10T22:12:16.546Z | Compiling ahash v0.8.12 |
| 2048 | 2026-07-10T22:12:16.572Z | Compiling fs-err v3.3.0 |
| 2049 | 2026-07-10T22:12:16.665Z | Compiling ryu v1.0.23 |
| 2050 | 2026-07-10T22:12:16.715Z | Compiling iri-string v0.7.10 |
| 2051 | 2026-07-10T22:12:16.773Z | Compiling unicode-bidi v0.3.18 |
| 2052 | 2026-07-10T22:12:16.794Z | Compiling adler2 v2.0.1 |
| 2053 | 2026-07-10T22:12:16.818Z | Compiling allocator-api2 v0.2.21 |
| 2054 | 2026-07-10T22:12:16.846Z | Compiling object v0.37.3 |
| 2055 | 2026-07-10T22:12:16.933Z | Compiling unicode-properties v0.1.4 |
| 2056 | 2026-07-10T22:12:17.161Z | Compiling unicode-segmentation v1.12.0 |
| 2057 | 2026-07-10T22:12:17.224Z | Compiling unarray v0.1.4 |
| 2058 | 2026-07-10T22:12:17.302Z | Compiling stringprep v0.1.5 |
| 2059 | 2026-07-10T22:12:17.347Z | Compiling proptest v1.10.0 |
| 2060 | 2026-07-10T22:12:17.547Z | Compiling miniz_oxide v0.8.9 |
| 2061 | 2026-07-10T22:12:17.674Z | Compiling serde_urlencoded v0.7.1 |
| 2062 | 2026-07-10T22:12:17.712Z | Compiling derive_builder_macro v0.20.2 |
| 2063 | 2026-07-10T22:12:17.929Z | Compiling tower-http v0.6.8 |
| 2064 | 2026-07-10T22:12:17.999Z | Compiling tokio-native-tls v0.3.1 |
| 2065 | 2026-07-10T22:12:18.089Z | Compiling usdt-macro v0.6.0 |
| 2066 | 2026-07-10T22:12:18.105Z | Compiling usdt-attr-macro v0.6.0 |
| 2067 | 2026-07-10T22:12:18.195Z | Compiling anstyle-parse v1.0.0 |
| 2068 | 2026-07-10T22:12:18.210Z | Compiling crypto-common v0.2.2 |
| 2069 | 2026-07-10T22:12:18.224Z | Compiling block-buffer v0.12.1 |
| 2070 | 2026-07-10T22:12:18.367Z | Compiling block-padding v0.4.2 |
| 2071 | 2026-07-10T22:12:18.623Z | Compiling rustls-native-certs v0.8.3 |
| 2072 | 2026-07-10T22:12:18.638Z | Compiling rand_chacha v0.3.1 |
| 2073 | 2026-07-10T22:12:18.786Z | Compiling erased-serde v0.3.31 |
| 2074 | 2026-07-10T22:12:18.797Z | Compiling md-5 v0.10.6 |
| 2075 | 2026-07-10T22:12:18.846Z | Compiling signature v2.2.0 |
| 2076 | 2026-07-10T22:12:18.866Z | Compiling bstr v1.12.1 |
| 2077 | 2026-07-10T22:12:18.948Z | Compiling num-integer v0.1.46 |
| 2078 | 2026-07-10T22:12:18.953Z | Compiling hash32 v0.2.1 |
| 2079 | 2026-07-10T22:12:19.009Z | Compiling vergen-lib v9.1.0 |
| 2080 | 2026-07-10T22:12:19.146Z | Compiling encoding_rs v0.8.35 |
| 2081 | 2026-07-10T22:12:19.178Z | Compiling mime v0.3.17 |
| 2082 | 2026-07-10T22:12:19.192Z | Compiling psl-types v2.0.11 |
| 2083 | 2026-07-10T22:12:19.265Z | Compiling fallible-iterator v0.2.0 |
| 2084 | 2026-07-10T22:12:19.280Z | Compiling zlib-rs v0.6.2 |
| 2085 | 2026-07-10T22:12:19.311Z | Compiling cpufeatures v0.3.0 |
| 2086 | 2026-07-10T22:12:19.399Z | Compiling newtype-uuid v1.3.2 |
| 2087 | 2026-07-10T22:12:19.564Z | Compiling postgres-protocol v0.6.10 |
| 2088 | 2026-07-10T22:12:19.598Z | Compiling publicsuffix v2.3.0 |
| 2089 | 2026-07-10T22:12:19.740Z | Compiling num-iter v0.1.45 |
| 2090 | 2026-07-10T22:12:20.070Z | Compiling rand v0.8.6 |
| 2091 | 2026-07-10T22:12:20.258Z | Compiling inout v0.2.2 |
| 2092 | 2026-07-10T22:12:20.276Z | Compiling oxnet v0.1.6 |
| 2093 | 2026-07-10T22:12:20.289Z | Compiling anstream v1.0.0 |
| 2094 | 2026-07-10T22:12:20.318Z | Compiling derive_builder v0.20.2 |
| 2095 | 2026-07-10T22:12:20.392Z | Compiling hyper-tls v0.6.0 |
| 2096 | 2026-07-10T22:12:20.463Z | Compiling heck v0.4.1 |
| 2097 | 2026-07-10T22:12:20.533Z | Compiling phf_shared v0.13.1 |
| 2098 | 2026-07-10T22:12:20.593Z | Compiling pin-project v1.1.11 |
| 2099 | 2026-07-10T22:12:20.669Z | Compiling lazy_static v1.5.0 |
| 2100 | 2026-07-10T22:12:20.701Z | Compiling anstyle-parse v0.2.7 |
| 2101 | 2026-07-10T22:12:20.820Z | Compiling terminal_size v0.4.3 |
| 2102 | 2026-07-10T22:12:20.837Z | Compiling futures-executor v0.3.32 |
| 2103 | 2026-07-10T22:12:20.842Z | Compiling serde_with_macros v3.17.0 |
| 2104 | 2026-07-10T22:12:20.865Z | Compiling hex v0.4.3 |
| 2105 | 2026-07-10T22:12:20.921Z | Compiling async-recursion v1.1.1 |
| 2106 | 2026-07-10T22:12:20.972Z | Compiling serde_repr v0.1.20 |
| 2107 | 2026-07-10T22:12:20.989Z | Compiling clap_derive v4.6.1 |
| 2108 | 2026-07-10T22:12:21.010Z | Compiling enum-as-inner v0.6.1 |
| 2109 | 2026-07-10T22:12:21.170Z | Compiling ff v0.13.1 |
| 2110 | 2026-07-10T22:12:21.193Z | Compiling vergen v9.1.0 |
| 2111 | 2026-07-10T22:12:21.282Z | Compiling cargo-platform v0.3.2 |
| 2112 | 2026-07-10T22:12:21.328Z | Compiling flate2 v1.1.9 |
| 2113 | 2026-07-10T22:12:21.425Z | Compiling managed v0.8.0 |
| 2114 | 2026-07-10T22:12:21.533Z | Compiling clap_lex v1.0.0 |
| 2115 | 2026-07-10T22:12:21.593Z | Compiling libbz2-rs-sys v0.2.2 |
| 2116 | 2026-07-10T22:12:21.705Z | Compiling same-file v1.0.6 |
| 2117 | 2026-07-10T22:12:21.764Z | Compiling bitflags v1.3.2 |
| 2118 | 2026-07-10T22:12:21.812Z | Compiling bumpalo v3.20.2 |
| 2119 | 2026-07-10T22:12:21.873Z | Compiling foldhash v0.1.5 |
| 2120 | 2026-07-10T22:12:21.887Z | Compiling base16ct v0.2.0 |
| 2121 | 2026-07-10T22:12:21.926Z | Compiling foldhash v0.2.0 |
| 2122 | 2026-07-10T22:12:22.050Z | Compiling bzip2 v0.6.1 |
| 2123 | 2026-07-10T22:12:22.066Z | Compiling sec1 v0.7.3 |
| 2124 | 2026-07-10T22:12:22.082Z | Compiling hashbrown v0.16.1 |
| 2125 | 2026-07-10T22:12:22.098Z | Compiling zopfli v0.8.3 |
| 2126 | 2026-07-10T22:12:22.196Z | Compiling hashbrown v0.15.5 |
| 2127 | 2026-07-10T22:12:22.264Z | Compiling walkdir v2.5.0 |
| 2128 | 2026-07-10T22:12:22.347Z | Compiling clap_builder v4.6.0 |
| 2129 | 2026-07-10T22:12:22.600Z | Compiling cargo_metadata v0.23.1 |
| 2130 | 2026-07-10T22:12:22.678Z | Compiling group v0.13.0 |
| 2131 | 2026-07-10T22:12:22.707Z | Compiling futures v0.3.32 |
| 2132 | 2026-07-10T22:12:22.751Z | Compiling zstd v0.13.3 |
| 2133 | 2026-07-10T22:12:22.802Z | Compiling anstream v0.6.21 |
| 2134 | 2026-07-10T22:12:23.205Z | Compiling phf v0.13.1 |
| 2135 | 2026-07-10T22:12:23.307Z | Compiling snafu v0.8.9 |
| 2136 | 2026-07-10T22:12:23.380Z | Compiling reqwest v0.12.28 |
| 2137 | 2026-07-10T22:12:23.527Z | Compiling daft v0.1.7 |
| 2138 | 2026-07-10T22:12:23.657Z | Compiling signal-hook-mio v0.2.5 |
| 2139 | 2026-07-10T22:12:23.827Z | Compiling cipher v0.5.2 |
| 2140 | 2026-07-10T22:12:23.911Z | Compiling cookie_store v0.22.1 |
| 2141 | 2026-07-10T22:12:24.014Z | Compiling postgres-types v0.2.12 |
| 2142 | 2026-07-10T22:12:24.092Z | Compiling bzip2 v0.4.4 |
| 2143 | 2026-07-10T22:12:24.110Z | Compiling globset v0.4.18 |
| 2144 | 2026-07-10T22:12:24.135Z | Compiling ed25519 v2.2.3 |
| 2145 | 2026-07-10T22:12:24.160Z | Compiling strum v0.27.2 |
| 2146 | 2026-07-10T22:12:24.389Z | Compiling hubpack v0.1.2 |
| 2147 | 2026-07-10T22:12:24.441Z | Compiling phf_shared v0.11.3 |
| 2148 | 2026-07-10T22:12:24.477Z | Compiling hkdf v0.12.4 |
| 2149 | 2026-07-10T22:12:24.549Z | Compiling crossbeam-epoch v0.9.18 |
| 2150 | 2026-07-10T22:12:24.592Z | Compiling pkcs1 v0.7.5 |
| 2151 | 2026-07-10T22:12:24.617Z | Compiling olpc-cjson v0.1.4 |
| 2152 | 2026-07-10T22:12:24.792Z | Compiling pem v3.0.6 |
| 2153 | 2026-07-10T22:12:24.848Z | Compiling serde-big-array v0.5.1 |
| 2154 | 2026-07-10T22:12:24.913Z | Compiling serde_plain v1.0.2 |
| 2155 | 2026-07-10T22:12:25.013Z | Compiling crypto-bigint v0.5.5 |
| 2156 | 2026-07-10T22:12:25.139Z | Compiling float-cmp v0.10.0 |
| 2157 | 2026-07-10T22:12:25.155Z | Compiling memmap2 v0.9.10 |
| 2158 | 2026-07-10T22:12:25.172Z | Compiling env_filter v1.0.0 |
| 2159 | 2026-07-10T22:12:25.175Z | Compiling difflib v0.4.0 |
| 2160 | 2026-07-10T22:12:25.256Z | Compiling precomputed-hash v0.1.1 |
| 2161 | 2026-07-10T22:12:25.305Z | Compiling typed-path v0.9.3 |
| 2162 | 2026-07-10T22:12:25.364Z | Compiling data-encoding v2.10.0 |
| 2163 | 2026-07-10T22:12:25.386Z | Compiling static_assertions v1.1.0 |
| 2164 | 2026-07-10T22:12:25.404Z | Compiling whoami v2.1.0 |
| 2165 | 2026-07-10T22:12:25.448Z | Compiling keccak v0.1.6 |
| 2166 | 2026-07-10T22:12:25.463Z | Compiling predicates-core v1.0.10 |
| 2167 | 2026-07-10T22:12:25.477Z | Compiling toml_write v0.1.2 |
| 2168 | 2026-07-10T22:12:25.639Z | Compiling jiff v0.2.21 |
| 2169 | 2026-07-10T22:12:25.819Z | Compiling fixedbitset v0.5.7 |
| 2170 | 2026-07-10T22:12:25.892Z | Compiling new_debug_unreachable v1.0.6 |
| 2171 | 2026-07-10T22:12:25.908Z | Compiling fixedbitset v0.4.2 |
| 2172 | 2026-07-10T22:12:25.935Z | Compiling normalize-line-endings v0.3.0 |
| 2173 | 2026-07-10T22:12:25.974Z | Compiling const-oid v0.10.2 |
| 2174 | 2026-07-10T22:12:25.989Z | Compiling string_cache v0.8.9 |
| 2175 | 2026-07-10T22:12:25.992Z | Compiling elliptic-curve v0.13.8 |
| 2176 | 2026-07-10T22:12:26.031Z | Compiling petgraph v0.8.3 |
| 2177 | 2026-07-10T22:12:26.048Z | Compiling predicates v3.1.4 |
| 2178 | 2026-07-10T22:12:26.107Z | Compiling petgraph v0.6.5 |
| 2179 | 2026-07-10T22:12:26.107Z | Compiling chacha20 v0.10.0 |
| 2180 | 2026-07-10T22:12:26.136Z | Compiling digest v0.11.3 |
| 2181 | 2026-07-10T22:12:26.217Z | Compiling hickory-proto v0.25.2 |
| 2182 | 2026-07-10T22:12:26.359Z | Compiling toml_edit v0.22.27 |
| 2183 | 2026-07-10T22:12:26.376Z | Compiling tokio-postgres v0.7.16 |
| 2184 | 2026-07-10T22:12:26.399Z | Compiling sha3 v0.10.8 |
| 2185 | 2026-07-10T22:12:26.415Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2186 | 2026-07-10T22:12:26.433Z | Compiling env_logger v0.11.9 |
| 2187 | 2026-07-10T22:12:26.454Z | Compiling usdt v0.6.0 |
| 2188 | 2026-07-10T22:12:27.074Z | Compiling rsa v0.9.10 |
| 2189 | 2026-07-10T22:12:28.100Z | Compiling ed25519-dalek v2.2.0 |
| 2190 | 2026-07-10T22:12:28.162Z | Compiling zip v0.6.6 |
| 2191 | 2026-07-10T22:12:28.406Z | Compiling zip v4.6.1 |
| 2192 | 2026-07-10T22:12:28.698Z | Compiling clap v4.6.1 |
| 2193 | 2026-07-10T22:12:28.713Z | Compiling crossterm v0.28.1 |
| 2194 | 2026-07-10T22:12:28.796Z | Compiling iddqd v0.4.2 |
| 2195 | 2026-07-10T22:12:29.145Z | Compiling serde_with v3.17.0 |
| 2196 | 2026-07-10T22:12:29.178Z | Compiling similar v2.7.0 |
| 2197 | 2026-07-10T22:12:29.214Z | Compiling strum v0.26.3 |
| 2198 | 2026-07-10T22:12:29.312Z | Compiling toml v0.7.8 |
| 2199 | 2026-07-10T22:12:29.366Z | Compiling tokio-stream v0.1.18 |
| 2200 | 2026-07-10T22:12:29.382Z | Compiling buf-list v1.1.2 |
| 2201 | 2026-07-10T22:12:29.658Z | Compiling x509-cert v0.2.5 |
| 2202 | 2026-07-10T22:12:29.863Z | Compiling itertools v0.13.0 |
| 2203 | 2026-07-10T22:12:29.939Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2204 | 2026-07-10T22:12:30.035Z | Compiling openapiv3 v2.2.0 |
| 2205 | 2026-07-10T22:12:30.636Z | Compiling peg-runtime v0.8.5 |
| 2206 | 2026-07-10T22:12:30.729Z | Compiling lalrpop-util v0.19.12 |
| 2207 | 2026-07-10T22:12:46.892Z | Compiling rustls-webpki v0.103.13 |
| 2208 | 2026-07-10T22:12:48.012Z | Compiling macaddr v1.0.1 |
| 2209 | 2026-07-10T22:12:48.051Z | Compiling structmeta-derive v0.3.0 |
| 2210 | 2026-07-10T22:12:48.131Z | Compiling rayon-core v1.13.0 |
| 2211 | 2026-07-10T22:12:48.318Z | Compiling crucible-workspace-hack v0.1.0 |
| 2212 | 2026-07-10T22:12:48.334Z | Compiling itertools v0.14.0 |
| 2213 | 2026-07-10T22:12:48.386Z | Compiling secrecy v0.10.3 |
| 2214 | 2026-07-10T22:12:48.446Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2215 | 2026-07-10T22:12:48.522Z | Compiling heapless v0.8.0 |
| 2216 | 2026-07-10T22:12:48.559Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2217 | 2026-07-10T22:12:48.670Z | Compiling crossbeam-deque v0.8.6 |
| 2218 | 2026-07-10T22:12:48.711Z | Compiling inout v0.1.4 |
| 2219 | 2026-07-10T22:12:48.740Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2220 | 2026-07-10T22:12:48.804Z | Compiling hash32 v0.3.1 |
| 2221 | 2026-07-10T22:12:48.876Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2222 | 2026-07-10T22:12:48.890Z | Compiling multer v3.1.0 |
| 2223 | 2026-07-10T22:12:48.916Z | Compiling thread_local v1.1.9 |
| 2224 | 2026-07-10T22:12:49.022Z | Compiling slog-async v2.8.0 |
| 2225 | 2026-07-10T22:12:49.027Z | Compiling compression-core v0.4.31 |
| 2226 | 2026-07-10T22:12:49.046Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2227 | 2026-07-10T22:12:49.065Z | Compiling structmeta v0.3.0 |
| 2228 | 2026-07-10T22:12:49.147Z | Compiling match_cfg v0.1.0 |
| 2229 | 2026-07-10T22:12:49.232Z | Compiling smoltcp v0.11.0 |
| 2230 | 2026-07-10T22:12:49.248Z | Compiling unicode-width v0.2.0 |
| 2231 | 2026-07-10T22:12:49.321Z | Compiling proc-macro-crate v3.4.0 |
| 2232 | 2026-07-10T22:12:49.324Z | Compiling derive-ex v0.1.8 |
| 2233 | 2026-07-10T22:12:49.366Z | Compiling hostname v0.3.1 |
| 2234 | 2026-07-10T22:12:49.406Z | Compiling compression-codecs v0.4.37 |
| 2235 | 2026-07-10T22:12:49.623Z | Compiling ingot-macros v0.1.1 |
| 2236 | 2026-07-10T22:12:49.636Z | Compiling cipher v0.4.4 |
| 2237 | 2026-07-10T22:12:49.676Z | Compiling atomicwrites v0.4.4 |
| 2238 | 2026-07-10T22:12:49.777Z | Compiling slog-json v2.6.1 |
| 2239 | 2026-07-10T22:12:49.796Z | Compiling crossbeam-channel v0.5.15 |
| 2240 | 2026-07-10T22:12:49.911Z | Compiling half v2.7.1 |
| 2241 | 2026-07-10T22:12:49.973Z | Compiling newtype-uuid-macros v0.1.0 |
| 2242 | 2026-07-10T22:12:50.047Z | Compiling cobs v0.3.0 |
| 2243 | 2026-07-10T22:12:50.123Z | Compiling universal-hash v0.5.1 |
| 2244 | 2026-07-10T22:12:50.287Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2245 | 2026-07-10T22:12:50.303Z | Compiling tokio-rustls v0.26.4 |
| 2246 | 2026-07-10T22:12:50.340Z | Compiling rustls-platform-verifier v0.6.2 |
| 2247 | 2026-07-10T22:12:50.387Z | Compiling tough v0.22.0 |
| 2248 | 2026-07-10T22:12:50.493Z | Compiling async-stream-impl v0.3.6 |
| 2249 | 2026-07-10T22:12:50.556Z | Compiling hyper-rustls v0.27.7 |
| 2250 | 2026-07-10T22:12:50.590Z | Compiling serde_spanned v1.1.1 |
| 2251 | 2026-07-10T22:12:50.733Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2252 | 2026-07-10T22:12:50.762Z | Compiling is-terminal v0.4.17 |
| 2253 | 2026-07-10T22:12:50.882Z | Compiling reqwest v0.13.2 |
| 2254 | 2026-07-10T22:12:50.899Z | Compiling dropshot v0.17.1 |
| 2255 | 2026-07-10T22:12:50.902Z | Compiling proc-macro-error-attr v1.0.4 |
| 2256 | 2026-07-10T22:12:51.075Z | Compiling take_mut v0.2.2 |
| 2257 | 2026-07-10T22:12:51.139Z | Compiling convert_case v0.4.0 |
| 2258 | 2026-07-10T22:12:51.155Z | Compiling ciborium-io v0.2.2 |
| 2259 | 2026-07-10T22:12:51.170Z | Compiling term v1.2.1 |
| 2260 | 2026-07-10T22:12:51.173Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2261 | 2026-07-10T22:12:51.212Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2262 | 2026-07-10T22:12:51.273Z | Compiling opaque-debug v0.3.1 |
| 2263 | 2026-07-10T22:12:51.332Z | Compiling thiserror-no-std v2.0.2 |
| 2264 | 2026-07-10T22:12:51.361Z | Compiling poly1305 v0.8.0 |
| 2265 | 2026-07-10T22:12:51.432Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2266 | 2026-07-10T22:12:51.447Z | Compiling ciborium-ll v0.2.2 |
| 2267 | 2026-07-10T22:12:51.464Z | Compiling derive_more v0.99.20 |
| 2268 | 2026-07-10T22:12:51.491Z | Compiling slog-term v2.9.2 |
| 2269 | 2026-07-10T22:12:51.854Z | Compiling async-stream v0.3.6 |
| 2270 | 2026-07-10T22:12:51.895Z | Compiling test-strategy v0.4.5 |
| 2271 | 2026-07-10T22:12:51.911Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2272 | 2026-07-10T22:12:52.011Z | Compiling postcard v1.1.3 |
| 2273 | 2026-07-10T22:12:52.232Z | Compiling ingot-types v0.1.2 |
| 2274 | 2026-07-10T22:12:52.405Z | Compiling slog-bunyan v2.5.0 |
| 2275 | 2026-07-10T22:12:52.604Z | Compiling chacha20 v0.9.1 |
| 2276 | 2026-07-10T22:12:52.704Z | Compiling ingot v0.1.1 |
| 2277 | 2026-07-10T22:12:52.749Z | Compiling num_enum_derive v0.7.6 |
| 2278 | 2026-07-10T22:12:52.918Z | Compiling async-compression v0.4.41 |
| 2279 | 2026-07-10T22:12:52.962Z | Compiling parse-display-derive v0.10.0 |
| 2280 | 2026-07-10T22:12:53.205Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2281 | 2026-07-10T22:12:53.393Z | Compiling sha1 v0.11.0 |
| 2282 | 2026-07-10T22:12:53.644Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2283 | 2026-07-10T22:12:53.698Z | Compiling proc-macro-crate v1.3.1 |
| 2284 | 2026-07-10T22:12:53.713Z | Compiling waitgroup v0.1.2 |
| 2285 | 2026-07-10T22:12:53.890Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2286 | 2026-07-10T22:12:53.905Z | Compiling password-hash v0.5.0 |
| 2287 | 2026-07-10T22:12:53.957Z | Compiling backon v1.6.0 |
| 2288 | 2026-07-10T22:12:53.973Z | Compiling rustls-pemfile v2.2.0 |
| 2289 | 2026-07-10T22:12:53.988Z | Compiling dropshot_endpoint v0.17.1 |
| 2290 | 2026-07-10T22:12:54.060Z | Compiling blake2 v0.10.6 |
| 2291 | 2026-07-10T22:12:54.096Z | Compiling aead v0.5.2 |
| 2292 | 2026-07-10T22:12:54.126Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2293 | 2026-07-10T22:12:54.241Z | Compiling foreign-types-macros v0.2.3 |
| 2294 | 2026-07-10T22:12:54.268Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2295 | 2026-07-10T22:12:54.292Z | Compiling serde_path_to_error v0.1.20 |
| 2296 | 2026-07-10T22:12:54.310Z | Compiling hostname v0.4.2 |
| 2297 | 2026-07-10T22:12:54.496Z | Compiling proc-macro-error v1.0.4 |
| 2298 | 2026-07-10T22:12:54.513Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2299 | 2026-07-10T22:12:54.531Z | Compiling instant v0.1.13 |
| 2300 | 2026-07-10T22:12:54.611Z | Compiling debug-ignore v1.0.5 |
| 2301 | 2026-07-10T22:12:54.678Z | Compiling foreign-types-shared v0.3.1 |
| 2302 | 2026-07-10T22:12:54.733Z | Compiling backoff v0.4.0 |
| 2303 | 2026-07-10T22:12:54.749Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2304 | 2026-07-10T22:12:54.784Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2305 | 2026-07-10T22:12:54.815Z | Compiling parse-display v0.10.0 |
| 2306 | 2026-07-10T22:12:54.841Z | Compiling argon2 v0.5.3 |
| 2307 | 2026-07-10T22:12:54.857Z | Compiling foreign-types v0.5.0 |
| 2308 | 2026-07-10T22:12:54.872Z | Compiling chacha20poly1305 v0.10.1 |
| 2309 | 2026-07-10T22:12:54.909Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2310 | 2026-07-10T22:12:54.957Z | Compiling num_enum_derive v0.5.11 |
| 2311 | 2026-07-10T22:12:54.981Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2312 | 2026-07-10T22:12:55.004Z | Compiling num_enum v0.7.6 |
| 2313 | 2026-07-10T22:12:55.045Z | Compiling ciborium v0.2.2 |
| 2314 | 2026-07-10T22:12:55.259Z | Compiling vsss-rs v3.3.4 |
| 2315 | 2026-07-10T22:12:55.289Z | Compiling tabwriter v1.4.1 |
| 2316 | 2026-07-10T22:12:55.368Z | Compiling regress v0.10.5 |
| 2317 | 2026-07-10T22:12:55.467Z | Compiling byte-wrapper v0.1.0 |
| 2318 | 2026-07-10T22:12:55.595Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2319 | 2026-07-10T22:12:55.634Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2320 | 2026-07-10T22:12:55.693Z | Compiling cstr-argument v0.1.2 |
| 2321 | 2026-07-10T22:12:55.696Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2322 | 2026-07-10T22:12:55.902Z | Compiling humantime v2.3.0 |
| 2323 | 2026-07-10T22:12:55.918Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2324 | 2026-07-10T22:12:55.949Z | Compiling num_enum v0.5.11 |
| 2325 | 2026-07-10T22:12:55.952Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2326 | 2026-07-10T22:12:55.992Z | Compiling rayon v1.11.0 |
| 2327 | 2026-07-10T22:12:56.062Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2328 | 2026-07-10T22:12:56.122Z | Compiling rand v0.10.1 |
| 2329 | 2026-07-10T22:12:56.210Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2330 | 2026-07-10T22:12:56.225Z | Compiling libefi-sys v0.1.0 |
| 2331 | 2026-07-10T22:12:56.228Z | Compiling colored v3.1.1 |
| 2332 | 2026-07-10T22:12:56.357Z | Compiling indent_write v2.2.0 |
| 2333 | 2026-07-10T22:12:56.360Z | Compiling zone_cfg_derive v0.3.1 |
| 2334 | 2026-07-10T22:12:56.387Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2335 | 2026-07-10T22:12:56.482Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2336 | 2026-07-10T22:12:56.512Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2337 | 2026-07-10T22:12:56.542Z | Compiling camino-tempfile v1.4.1 |
| 2338 | 2026-07-10T22:12:56.560Z | Compiling itertools v0.12.1 |
| 2339 | 2026-07-10T22:12:56.603Z | Compiling usdt-macro v0.5.0 |
| 2340 | 2026-07-10T22:12:56.761Z | Compiling usdt-attr-macro v0.5.0 |
| 2341 | 2026-07-10T22:12:56.933Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2342 | 2026-07-10T22:12:56.933Z | Compiling num-derive v0.4.2 |
| 2343 | 2026-07-10T22:12:56.970Z | Compiling bitfield-struct v0.6.2 |
| 2344 | 2026-07-10T22:12:56.989Z | Compiling blake3 v1.8.5 |
| 2345 | 2026-07-10T22:12:56.996Z | Compiling memmap v0.7.0 |
| 2346 | 2026-07-10T22:12:57.022Z | Compiling sigpipe v0.1.3 |
| 2347 | 2026-07-10T22:12:57.041Z | Compiling swrite v0.1.0 |
| 2348 | 2026-07-10T22:12:57.057Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2349 | 2026-07-10T22:12:57.126Z | Compiling glob v0.3.3 |
| 2350 | 2026-07-10T22:12:57.162Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2351 | 2026-07-10T22:12:57.335Z | Compiling smf v0.2.3 |
| 2352 | 2026-07-10T22:12:57.467Z | Compiling filetime v0.2.27 |
| 2353 | 2026-07-10T22:12:57.520Z | Compiling arrayvec v0.7.6 |
| 2354 | 2026-07-10T22:12:57.546Z | Compiling usdt v0.5.0 |
| 2355 | 2026-07-10T22:12:57.617Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2356 | 2026-07-10T22:12:57.693Z | Compiling arrayref v0.3.9 |
| 2357 | 2026-07-10T22:12:57.773Z | Compiling xattr v1.6.1 |
| 2358 | 2026-07-10T22:12:57.792Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2359 | 2026-07-10T22:12:57.804Z | Compiling constant_time_eq v0.4.2 |
| 2360 | 2026-07-10T22:12:57.876Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2361 | 2026-07-10T22:12:57.891Z | Compiling zone v0.3.1 |
| 2362 | 2026-07-10T22:12:57.894Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2363 | 2026-07-10T22:12:57.941Z | Compiling whoami v1.6.1 |
| 2364 | 2026-07-10T22:12:58.022Z | Compiling tar v0.4.45 |
| 2365 | 2026-07-10T22:12:58.026Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2366 | 2026-07-10T22:12:58.055Z | Compiling tokio-dtrace v0.1.1 |
| 2367 | 2026-07-10T22:12:58.183Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2368 | 2026-07-10T22:12:58.202Z | Compiling console v0.16.2 |
| 2369 | 2026-07-10T22:12:58.408Z | Compiling gethostname v0.5.0 |
| 2370 | 2026-07-10T22:12:58.441Z | Compiling unit-prefix v0.5.2 |
| 2371 | 2026-07-10T22:12:58.494Z | Compiling topological-sort v0.2.2 |
| 2372 | 2026-07-10T22:12:58.557Z | Compiling oxide-tokio-rt v0.1.4 |
| 2373 | 2026-07-10T22:12:58.583Z | Compiling toml v0.8.23 |
| 2374 | 2026-07-10T22:12:58.620Z | Compiling indicatif v0.18.4 |
| 2375 | 2026-07-10T22:12:58.698Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2376 | 2026-07-10T22:12:58.717Z | Compiling shell-words v1.1.1 |
| 2377 | 2026-07-10T22:13:08.059Z | Compiling progenitor-client v0.14.0 |
| 2378 | 2026-07-10T22:13:08.060Z | Compiling omicron-zone-package v0.12.3 |
| 2379 | 2026-07-10T22:13:08.300Z | Compiling progenitor-extras v0.2.0 |
| 2380 | 2026-07-10T22:13:08.644Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2381 | 2026-07-10T22:13:08.678Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2382 | 2026-07-10T22:13:08.738Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2383 | 2026-07-10T22:13:08.782Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2384 | 2026-07-10T22:13:08.782Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2385 | 2026-07-10T22:13:08.846Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2386 | 2026-07-10T22:13:09.132Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2387 | 2026-07-10T22:13:09.177Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2388 | 2026-07-10T22:13:09.433Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2389 | 2026-07-10T22:13:13.382Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2390 | 2026-07-10T22:13:21.290Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2391 | 2026-07-10T22:13:24.429Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2392 | 2026-07-10T22:13:25.458Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2393 | 2026-07-10T22:13:34.814Z | Finished `release` profile [optimized] target(s) in 1m 39s |
| 2394 | 2026-07-10T22:13:34.962Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2395 | 2026-07-10T22:13:35.021Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2396 | 2026-07-10T22:13:35.027Z | Created new build target 'test' and set it as active |
| 2397 | 2026-07-10T22:13:35.027Z | |
| 2398 | 2026-07-10T22:13:35.027Z | real 1:39.612503771 |
| 2399 | 2026-07-10T22:13:35.027Z | user 16:22.819850201 |
| 2400 | 2026-07-10T22:13:35.027Z | sys 2:35.281695179 |
| 2401 | 2026-07-10T22:13:35.028Z | trap 0.468628666 |
| 2402 | 2026-07-10T22:13:35.028Z | tflt 2.488689711 |
| 2403 | 2026-07-10T22:13:35.028Z | dflt 4.083496070 |
| 2404 | 2026-07-10T22:13:35.029Z | kflt 0.000729945 |
| 2405 | 2026-07-10T22:13:35.029Z | lock 51:33.117934953 |
| 2406 | 2026-07-10T22:13:35.029Z | slp 42:14.920288299 |
| 2407 | 2026-07-10T22:13:35.029Z | lat 40.608227991 |
| 2408 | 2026-07-10T22:13:35.029Z | stop 5:08.022373419 |
| 2409 | 2026-07-10T22:13:35.029Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2410 | 2026-07-10T22:13:35.855Z | Finished `release` profile [optimized] target(s) in 0.81s |
| 2411 | 2026-07-10T22:13:35.921Z | Running `target/release/omicron-package -t test package` |
| 2412 | 2026-07-10T22:13:35.972Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2413 | 2026-07-10T22:13:37.344Z | Compiling heck v0.5.0 |
| 2414 | 2026-07-10T22:13:37.344Z | Compiling regress v0.11.1 |
| 2415 | 2026-07-10T22:13:37.534Z | Compiling unsafe-libyaml v0.2.11 |
| 2416 | 2026-07-10T22:13:37.586Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2417 | 2026-07-10T22:13:37.618Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2418 | 2026-07-10T22:13:37.622Z | Compiling unicode-width v0.1.14 |
| 2419 | 2026-07-10T22:13:37.657Z | Compiling atomicwrites v0.4.4 |
| 2420 | 2026-07-10T22:13:37.677Z | Compiling derive-where v1.6.0 |
| 2421 | 2026-07-10T22:13:37.681Z | Compiling bytecount v0.6.9 |
| 2422 | 2026-07-10T22:13:37.699Z | Compiling is-terminal v0.4.17 |
| 2423 | 2026-07-10T22:13:37.741Z | Compiling prettyplease v0.2.37 |
| 2424 | 2026-07-10T22:13:37.744Z | Compiling console v0.15.11 |
| 2425 | 2026-07-10T22:13:37.744Z | Compiling newline-converter v0.3.0 |
| 2426 | 2026-07-10T22:13:37.744Z | Compiling slog-dtrace v0.3.0 |
| 2427 | 2026-07-10T22:13:37.781Z | Compiling resolv-conf v0.7.6 |
| 2428 | 2026-07-10T22:13:37.849Z | Compiling owo-colors v4.3.0 |
| 2429 | 2026-07-10T22:13:37.863Z | Compiling cancel-safe-futures v0.1.5 |
| 2430 | 2026-07-10T22:13:37.874Z | Compiling num-rational v0.4.2 |
| 2431 | 2026-07-10T22:13:37.910Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2432 | 2026-07-10T22:13:37.987Z | Compiling libsw-core v0.3.2 |
| 2433 | 2026-07-10T22:13:37.987Z | Compiling num-complex v0.4.6 |
| 2434 | 2026-07-10T22:13:38.064Z | Compiling thread_local v1.1.9 |
| 2435 | 2026-07-10T22:13:38.104Z | Compiling serde_yaml v0.9.34+deprecated |
| 2436 | 2026-07-10T22:13:38.179Z | Compiling expectorate v1.2.0 |
| 2437 | 2026-07-10T22:13:38.220Z | Compiling compression-core v0.4.31 |
| 2438 | 2026-07-10T22:13:38.248Z | Compiling match_cfg v0.1.0 |
| 2439 | 2026-07-10T22:13:38.335Z | Compiling hostname v0.3.1 |
| 2440 | 2026-07-10T22:13:38.403Z | Compiling num v0.4.3 |
| 2441 | 2026-07-10T22:13:38.423Z | Compiling compression-codecs v0.4.37 |
| 2442 | 2026-07-10T22:13:38.445Z | Compiling libsw v3.5.0 |
| 2443 | 2026-07-10T22:13:38.473Z | Compiling multer v3.1.0 |
| 2444 | 2026-07-10T22:13:38.491Z | Compiling slog-async v2.8.0 |
| 2445 | 2026-07-10T22:13:38.513Z | Compiling crossbeam-channel v0.5.15 |
| 2446 | 2026-07-10T22:13:38.537Z | Compiling slog-json v2.6.1 |
| 2447 | 2026-07-10T22:13:38.555Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2448 | 2026-07-10T22:13:38.666Z | Compiling serde_spanned v1.1.1 |
| 2449 | 2026-07-10T22:13:38.686Z | Compiling float-ord v0.3.2 |
| 2450 | 2026-07-10T22:13:38.726Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2451 | 2026-07-10T22:13:38.764Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2452 | 2026-07-10T22:13:38.818Z | Compiling linear-map v1.2.0 |
| 2453 | 2026-07-10T22:13:38.842Z | Compiling term v1.2.1 |
| 2454 | 2026-07-10T22:13:38.875Z | Compiling linked-hash-map v0.5.6 |
| 2455 | 2026-07-10T22:13:38.878Z | Compiling take_mut v0.2.2 |
| 2456 | 2026-07-10T22:13:38.920Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2457 | 2026-07-10T22:13:38.923Z | Compiling slog-bunyan v2.5.0 |
| 2458 | 2026-07-10T22:13:38.943Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2459 | 2026-07-10T22:13:38.988Z | Compiling async-compression v0.4.41 |
| 2460 | 2026-07-10T22:13:39.036Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2461 | 2026-07-10T22:13:39.077Z | Compiling typify-impl v0.6.2 |
| 2462 | 2026-07-10T22:13:39.123Z | Compiling lru-cache v0.1.2 |
| 2463 | 2026-07-10T22:13:39.193Z | Compiling slog-term v2.9.2 |
| 2464 | 2026-07-10T22:13:39.299Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2465 | 2026-07-10T22:13:39.399Z | Compiling dropshot v0.17.1 |
| 2466 | 2026-07-10T22:13:39.420Z | Compiling async-stream v0.3.6 |
| 2467 | 2026-07-10T22:13:39.454Z | Compiling sha1 v0.11.0 |
| 2468 | 2026-07-10T22:13:39.455Z | Compiling progenitor-client v0.14.0 |
| 2469 | 2026-07-10T22:13:39.497Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2470 | 2026-07-10T22:13:39.497Z | Compiling waitgroup v0.1.2 |
| 2471 | 2026-07-10T22:13:39.612Z | Compiling rustls-pemfile v2.2.0 |
| 2472 | 2026-07-10T22:13:39.633Z | Compiling backon v1.6.0 |
| 2473 | 2026-07-10T22:13:39.680Z | Compiling serde_path_to_error v0.1.20 |
| 2474 | 2026-07-10T22:13:39.705Z | Compiling hostname v0.4.2 |
| 2475 | 2026-07-10T22:13:39.725Z | Compiling instant v0.1.13 |
| 2476 | 2026-07-10T22:13:39.761Z | Compiling debug-ignore v1.0.5 |
| 2477 | 2026-07-10T22:13:39.787Z | Compiling minimal-lexical v0.2.1 |
| 2478 | 2026-07-10T22:13:39.832Z | Compiling progenitor-extras v0.2.0 |
| 2479 | 2026-07-10T22:13:39.865Z | Compiling backoff v0.4.0 |
| 2480 | 2026-07-10T22:13:39.865Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2481 | 2026-07-10T22:13:39.904Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2482 | 2026-07-10T22:13:39.907Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2483 | 2026-07-10T22:13:40.051Z | Compiling nom v7.1.3 |
| 2484 | 2026-07-10T22:13:40.098Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2485 | 2026-07-10T22:13:40.118Z | Compiling parse-display v0.10.0 |
| 2486 | 2026-07-10T22:13:40.144Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2487 | 2026-07-10T22:13:40.165Z | Compiling hickory-proto v0.24.4 |
| 2488 | 2026-07-10T22:13:40.407Z | Compiling regress v0.10.5 |
| 2489 | 2026-07-10T22:13:40.733Z | Compiling macaddr v1.0.1 |
| 2490 | 2026-07-10T22:13:40.769Z | Compiling unicode-xid v0.2.6 |
| 2491 | 2026-07-10T22:13:40.865Z | Compiling humantime v2.3.0 |
| 2492 | 2026-07-10T22:13:40.984Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2493 | 2026-07-10T22:13:41.171Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2494 | 2026-07-10T22:13:41.192Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2495 | 2026-07-10T22:13:41.468Z | Compiling convert_case v0.10.0 |
| 2496 | 2026-07-10T22:13:41.506Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2497 | 2026-07-10T22:13:41.774Z | Compiling derive_more-impl v2.1.1 |
| 2498 | 2026-07-10T22:13:42.017Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2499 | 2026-07-10T22:13:42.159Z | Compiling toml v0.8.23 |
| 2500 | 2026-07-10T22:13:42.371Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2501 | 2026-07-10T22:13:42.466Z | Compiling papergrid v0.11.0 |
| 2502 | 2026-07-10T22:13:42.536Z | Compiling tabled_derive v0.7.0 |
| 2503 | 2026-07-10T22:13:42.578Z | Compiling derive_more v2.1.1 |
| 2504 | 2026-07-10T22:13:42.598Z | Compiling typify-macro v0.6.2 |
| 2505 | 2026-07-10T22:13:42.690Z | Compiling hickory-resolver v0.24.4 |
| 2506 | 2026-07-10T22:13:42.751Z | Compiling termtree v0.5.1 |
| 2507 | 2026-07-10T22:13:42.776Z | Compiling crossterm v0.29.0 |
| 2508 | 2026-07-10T22:13:42.945Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2509 | 2026-07-10T22:13:43.179Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2510 | 2026-07-10T22:13:43.462Z | Compiling tabled v0.15.0 |
| 2511 | 2026-07-10T22:13:43.633Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2512 | 2026-07-10T22:13:44.117Z | Compiling typify v0.6.2 |
| 2513 | 2026-07-10T22:13:44.413Z | Compiling progenitor-impl v0.14.0 |
| 2514 | 2026-07-10T22:13:44.873Z | Compiling qorb v0.4.1 |
| 2515 | 2026-07-10T22:13:45.742Z | Compiling phf_shared v0.12.1 |
| 2516 | 2026-07-10T22:13:45.991Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2517 | 2026-07-10T22:13:46.538Z | Compiling vte v0.14.1 |
| 2518 | 2026-07-10T22:13:46.561Z | Compiling progenitor-macro v0.14.0 |
| 2519 | 2026-07-10T22:13:46.631Z | Compiling csv-core v0.1.13 |
| 2520 | 2026-07-10T22:13:46.788Z | Compiling chrono-tz v0.10.4 |
| 2521 | 2026-07-10T22:13:47.092Z | Compiling highway v1.3.0 |
| 2522 | 2026-07-10T22:13:47.754Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2523 | 2026-07-10T22:13:47.826Z | Compiling csv v1.4.0 |
| 2524 | 2026-07-10T22:13:48.035Z | Compiling strip-ansi-escapes v0.2.1 |
| 2525 | 2026-07-10T22:13:48.107Z | Compiling phf v0.12.1 |
| 2526 | 2026-07-10T22:13:48.131Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2527 | 2026-07-10T22:13:48.244Z | Compiling const_format_proc_macros v0.2.34 |
| 2528 | 2026-07-10T22:13:48.317Z | Compiling fd-lock v4.0.4 |
| 2529 | 2026-07-10T22:13:48.489Z | Compiling peg-macros v0.8.5 |
| 2530 | 2026-07-10T22:13:48.591Z | Compiling nu-ansi-term v0.50.3 |
| 2531 | 2026-07-10T22:13:48.631Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2532 | 2026-07-10T22:13:49.017Z | Compiling const_format v0.2.35 |
| 2533 | 2026-07-10T22:13:49.146Z | Compiling reedline v0.40.0 |
| 2534 | 2026-07-10T22:13:49.556Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2535 | 2026-07-10T22:13:49.787Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2536 | 2026-07-10T22:13:50.364Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2537 | 2026-07-10T22:13:50.563Z | Compiling progenitor v0.14.0 |
| 2538 | 2026-07-10T22:13:50.751Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2539 | 2026-07-10T22:13:50.773Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2540 | 2026-07-10T22:13:50.860Z | Compiling peg v0.8.5 |
| 2541 | 2026-07-10T22:13:50.968Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2542 | 2026-07-10T22:13:51.093Z | Compiling bcs v0.1.6 |
| 2543 | 2026-07-10T22:13:51.406Z | Compiling nom v8.0.0 |
| 2544 | 2026-07-10T22:13:51.526Z | Compiling semver v0.1.20 |
| 2545 | 2026-07-10T22:13:51.817Z | Compiling rustc_version v0.1.7 |
| 2546 | 2026-07-10T22:13:52.049Z | Compiling newtype_derive v0.1.6 |
| 2547 | 2026-07-10T22:13:52.318Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2548 | 2026-07-10T22:13:52.581Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2549 | 2026-07-10T22:13:52.924Z | Compiling unicode-linebreak v0.1.5 |
| 2550 | 2026-07-10T22:13:53.009Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2551 | 2026-07-10T22:13:53.258Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2552 | 2026-07-10T22:13:53.294Z | Compiling smawk v0.3.2 |
| 2553 | 2026-07-10T22:13:53.353Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2554 | 2026-07-10T22:13:53.486Z | Compiling textwrap v0.16.2 |
| 2555 | 2026-07-10T22:13:53.615Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2556 | 2026-07-10T22:13:53.756Z | Compiling steno v0.4.1 |
| 2557 | 2026-07-10T22:13:53.788Z | Compiling base64 v0.21.7 |
| 2558 | 2026-07-10T22:13:54.433Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2559 | 2026-07-10T22:13:54.618Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2560 | 2026-07-10T22:13:54.659Z | Compiling sha1 v0.10.6 |
| 2561 | 2026-07-10T22:13:55.107Z | Compiling utf-8 v0.7.6 |
| 2562 | 2026-07-10T22:13:55.128Z | Compiling tagptr v0.2.0 |
| 2563 | 2026-07-10T22:13:55.207Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2564 | 2026-07-10T22:13:55.327Z | Compiling moka v0.12.13 |
| 2565 | 2026-07-10T22:13:55.349Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2566 | 2026-07-10T22:13:55.354Z | Compiling tungstenite v0.21.0 |
| 2567 | 2026-07-10T22:13:55.478Z | Compiling display-error-chain v0.2.2 |
| 2568 | 2026-07-10T22:13:55.631Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2569 | 2026-07-10T22:13:55.654Z | Compiling radium v0.7.0 |
| 2570 | 2026-07-10T22:13:55.706Z | Compiling tap v1.0.1 |
| 2571 | 2026-07-10T22:13:55.857Z | Compiling maybe-uninit v2.0.0 |
| 2572 | 2026-07-10T22:13:55.993Z | Compiling tokio-tungstenite v0.21.0 |
| 2573 | 2026-07-10T22:13:56.377Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2574 | 2026-07-10T22:13:56.483Z | Compiling hickory-resolver v0.25.2 |
| 2575 | 2026-07-10T22:13:56.513Z | Compiling wyz v0.5.1 |
| 2576 | 2026-07-10T22:13:56.640Z | Compiling vergen-lib v0.1.6 |
| 2577 | 2026-07-10T22:13:56.775Z | Compiling zerocopy-derive v0.6.6 |
| 2578 | 2026-07-10T22:13:56.882Z | Compiling diesel_derives v2.3.7 |
| 2579 | 2026-07-10T22:13:57.121Z | Compiling funty v2.0.0 |
| 2580 | 2026-07-10T22:13:57.475Z | Compiling crc-catalog v2.4.0 |
| 2581 | 2026-07-10T22:13:57.611Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2582 | 2026-07-10T22:13:57.650Z | Compiling packed_struct v0.10.1 |
| 2583 | 2026-07-10T22:13:57.966Z | Compiling zerocopy v0.6.6 |
| 2584 | 2026-07-10T22:13:58.072Z | Compiling crc v3.4.0 |
| 2585 | 2026-07-10T22:13:58.294Z | Compiling bitvec v1.0.1 |
| 2586 | 2026-07-10T22:13:58.518Z | Compiling scheduled-thread-pool v0.2.7 |
| 2587 | 2026-07-10T22:13:58.608Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2588 | 2026-07-10T22:13:59.105Z | Compiling dsl_auto_type v0.2.0 |
| 2589 | 2026-07-10T22:13:59.264Z | Compiling packed_struct_codegen v0.10.1 |
| 2590 | 2026-07-10T22:13:59.527Z | Compiling vergen-gitcl v1.0.8 |
| 2591 | 2026-07-10T22:13:59.667Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2592 | 2026-07-10T22:13:59.696Z | Compiling bitfield-macros v0.19.4 |
| 2593 | 2026-07-10T22:13:59.812Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2594 | 2026-07-10T22:13:59.965Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2595 | 2026-07-10T22:14:00.157Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2596 | 2026-07-10T22:14:00.252Z | Compiling dirs-sys-next v0.1.2 |
| 2597 | 2026-07-10T22:14:00.295Z | Compiling indexmap v1.9.3 |
| 2598 | 2026-07-10T22:14:00.348Z | Compiling nodrop v0.1.14 |
| 2599 | 2026-07-10T22:14:00.427Z | Compiling crunchy v0.2.4 |
| 2600 | 2026-07-10T22:14:00.525Z | Compiling maplit v1.0.2 |
| 2601 | 2026-07-10T22:14:00.536Z | Compiling glob v0.3.3 |
| 2602 | 2026-07-10T22:14:00.587Z | Compiling array-init v0.0.4 |
| 2603 | 2026-07-10T22:14:00.606Z | Compiling bitfield v0.19.4 |
| 2604 | 2026-07-10T22:14:00.769Z | Compiling dirs-next v2.0.0 |
| 2605 | 2026-07-10T22:14:00.882Z | Compiling clang-sys v1.8.1 |
| 2606 | 2026-07-10T22:14:00.955Z | Compiling proc-macro-error2 v2.0.1 |
| 2607 | 2026-07-10T22:14:01.270Z | Compiling r2d2 v0.8.10 |
| 2608 | 2026-07-10T22:14:01.291Z | Compiling smallvec v0.6.14 |
| 2609 | 2026-07-10T22:14:01.555Z | Compiling num-derive v0.3.3 |
| 2610 | 2026-07-10T22:14:01.559Z | Compiling tiny-keccak v2.0.2 |
| 2611 | 2026-07-10T22:14:01.647Z | Compiling hashbrown v0.12.3 |
| 2612 | 2026-07-10T22:14:01.821Z | Compiling downcast-rs v2.0.2 |
| 2613 | 2026-07-10T22:14:02.009Z | Compiling serde-hex v0.1.0 |
| 2614 | 2026-07-10T22:14:02.241Z | Compiling tabled_derive v0.11.0 |
| 2615 | 2026-07-10T22:14:02.294Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2616 | 2026-07-10T22:14:02.476Z | Compiling libscf-sys v1.1.0 |
| 2617 | 2026-07-10T22:14:02.517Z | Compiling term v0.7.0 |
| 2618 | 2026-07-10T22:14:02.651Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2619 | 2026-07-10T22:14:02.672Z | Compiling ron v0.8.1 |
| 2620 | 2026-07-10T22:14:02.701Z | Compiling papergrid v0.17.0 |
| 2621 | 2026-07-10T22:14:02.809Z | Compiling testing_table v0.3.0 |
| 2622 | 2026-07-10T22:14:02.887Z | Compiling hashbrown v0.13.2 |
| 2623 | 2026-07-10T22:14:03.020Z | Compiling bit-vec v0.6.3 |
| 2624 | 2026-07-10T22:14:03.236Z | Compiling crc-any v2.5.0 |
| 2625 | 2026-07-10T22:14:03.262Z | Compiling bit-set v0.5.3 |
| 2626 | 2026-07-10T22:14:03.296Z | Compiling ascii-canvas v3.0.0 |
| 2627 | 2026-07-10T22:14:03.442Z | Compiling object v0.30.4 |
| 2628 | 2026-07-10T22:14:03.499Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2629 | 2026-07-10T22:14:03.652Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2630 | 2026-07-10T22:14:03.784Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2631 | 2026-07-10T22:14:04.156Z | Compiling tabled v0.20.0 |
| 2632 | 2026-07-10T22:14:04.160Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2633 | 2026-07-10T22:14:04.392Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2634 | 2026-07-10T22:14:04.703Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2635 | 2026-07-10T22:14:05.051Z | Compiling progenitor-impl v0.13.0 |
| 2636 | 2026-07-10T22:14:05.347Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2637 | 2026-07-10T22:14:05.441Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2638 | 2026-07-10T22:14:05.459Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2639 | 2026-07-10T22:14:05.614Z | Compiling itertools v0.10.5 |
| 2640 | 2026-07-10T22:14:05.647Z | Compiling ena v0.14.4 |
| 2641 | 2026-07-10T22:14:05.673Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2642 | 2026-07-10T22:14:05.733Z | Compiling diesel v2.3.7 |
| 2643 | 2026-07-10T22:14:05.895Z | Compiling libloading v0.8.9 |
| 2644 | 2026-07-10T22:14:06.061Z | Compiling regex-syntax v0.6.29 |
| 2645 | 2026-07-10T22:14:06.133Z | Compiling path-slash v0.1.5 |
| 2646 | 2026-07-10T22:14:06.330Z | Compiling diff v0.1.13 |
| 2647 | 2026-07-10T22:14:06.586Z | Compiling xshell-macros v0.2.7 |
| 2648 | 2026-07-10T22:14:06.772Z | Compiling unicase v2.9.0 |
| 2649 | 2026-07-10T22:14:06.914Z | Compiling bindgen v0.71.1 |
| 2650 | 2026-07-10T22:14:06.994Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2651 | 2026-07-10T22:14:07.069Z | Compiling xshell v0.2.7 |
| 2652 | 2026-07-10T22:14:07.217Z | Compiling progenitor-macro v0.13.0 |
| 2653 | 2026-07-10T22:14:07.263Z | Compiling lalrpop v0.19.12 |
| 2654 | 2026-07-10T22:14:07.803Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2655 | 2026-07-10T22:14:08.416Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2656 | 2026-07-10T22:14:09.392Z | Compiling cexpr v0.6.0 |
| 2657 | 2026-07-10T22:14:10.026Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2658 | 2026-07-10T22:14:10.258Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2659 | 2026-07-10T22:14:10.713Z | Compiling progenitor-client v0.13.0 |
| 2660 | 2026-07-10T22:14:11.164Z | Compiling rustc-hash v2.1.1 |
| 2661 | 2026-07-10T22:14:11.238Z | Compiling progenitor v0.13.0 |
| 2662 | 2026-07-10T22:14:11.341Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2663 | 2026-07-10T22:14:12.082Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2664 | 2026-07-10T22:14:12.261Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2665 | 2026-07-10T22:14:12.544Z | Compiling headers-core v0.3.0 |
| 2666 | 2026-07-10T22:14:12.600Z | Compiling libxml v0.3.3 |
| 2667 | 2026-07-10T22:14:12.700Z | Compiling crc8 v0.1.1 |
| 2668 | 2026-07-10T22:14:12.721Z | Compiling headers v0.4.1 |
| 2669 | 2026-07-10T22:14:12.832Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2670 | 2026-07-10T22:14:12.853Z | Compiling strum_macros v0.24.3 |
| 2671 | 2026-07-10T22:14:12.920Z | Compiling indoc v1.0.9 |
| 2672 | 2026-07-10T22:14:13.107Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2673 | 2026-07-10T22:14:13.277Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2674 | 2026-07-10T22:14:13.370Z | Compiling git-stub v1.0.0 |
| 2675 | 2026-07-10T22:14:13.520Z | Compiling derive_builder v0.20.2 |
| 2676 | 2026-07-10T22:14:13.637Z | Compiling oso-derive v0.27.3 |
| 2677 | 2026-07-10T22:14:13.688Z | Compiling quick-xml v0.37.5 |
| 2678 | 2026-07-10T22:14:13.861Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2679 | 2026-07-10T22:14:14.095Z | Compiling openssl-probe v0.1.6 |
| 2680 | 2026-07-10T22:14:14.169Z | Compiling git-stub-vcs v0.1.0 |
| 2681 | 2026-07-10T22:14:14.393Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2682 | 2026-07-10T22:14:14.418Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2683 | 2026-07-10T22:14:14.529Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2684 | 2026-07-10T22:14:14.635Z | Compiling polar-core v0.27.3 |
| 2685 | 2026-07-10T22:14:14.769Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2686 | 2026-07-10T22:14:14.870Z | Compiling bb8 v0.8.6 |
| 2687 | 2026-07-10T22:14:15.132Z | Compiling trait-variant v0.1.2 |
| 2688 | 2026-07-10T22:14:15.162Z | Compiling half v1.8.3 |
| 2689 | 2026-07-10T22:14:15.286Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2690 | 2026-07-10T22:14:15.525Z | Compiling serde_cbor v0.11.2 |
| 2691 | 2026-07-10T22:14:15.646Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2692 | 2026-07-10T22:14:15.704Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2693 | 2026-07-10T22:14:15.934Z | Compiling samael v0.0.19 |
| 2694 | 2026-07-10T22:14:16.228Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2695 | 2026-07-10T22:14:16.416Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2696 | 2026-07-10T22:14:16.521Z | Compiling nonempty v0.12.0 |
| 2697 | 2026-07-10T22:14:16.673Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2698 | 2026-07-10T22:14:16.747Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2699 | 2026-07-10T22:14:16.769Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2700 | 2026-07-10T22:14:16.955Z | Compiling fxhash v0.2.1 |
| 2701 | 2026-07-10T22:14:17.141Z | Compiling libz-sys v1.1.24 |
| 2702 | 2026-07-10T22:14:17.394Z | Compiling salty v0.3.0 |
| 2703 | 2026-07-10T22:14:17.715Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2704 | 2026-07-10T22:14:17.847Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2705 | 2026-07-10T22:14:17.944Z | Compiling kstat-rs v0.2.4 |
| 2706 | 2026-07-10T22:14:18.126Z | Compiling arc-swap v1.8.2 |
| 2707 | 2026-07-10T22:14:18.418Z | Compiling fs-err v2.11.0 |
| 2708 | 2026-07-10T22:14:18.732Z | Compiling mime_guess v2.0.5 |
| 2709 | 2026-07-10T22:14:18.763Z | Compiling slog-scope v4.4.1 |
| 2710 | 2026-07-10T22:14:18.813Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2711 | 2026-07-10T22:14:19.236Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2712 | 2026-07-10T22:14:19.341Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2713 | 2026-07-10T22:14:19.825Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2714 | 2026-07-10T22:14:19.972Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2715 | 2026-07-10T22:14:20.393Z | Compiling rfc6979 v0.4.0 |
| 2716 | 2026-07-10T22:14:20.502Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2717 | 2026-07-10T22:14:20.581Z | Compiling nanorand v0.7.0 |
| 2718 | 2026-07-10T22:14:20.950Z | Compiling darling_core v0.23.0 |
| 2719 | 2026-07-10T22:14:20.975Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2720 | 2026-07-10T22:14:21.152Z | Compiling parking_lot_core v0.8.6 |
| 2721 | 2026-07-10T22:14:21.492Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2722 | 2026-07-10T22:14:21.790Z | Compiling flume v0.11.1 |
| 2723 | 2026-07-10T22:14:22.198Z | Compiling ecdsa v0.16.9 |
| 2724 | 2026-07-10T22:14:22.440Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2725 | 2026-07-10T22:14:22.894Z | Compiling slog-stdlog v4.1.1 |
| 2726 | 2026-07-10T22:14:23.353Z | Compiling async-bb8-diesel v0.2.1 |
| 2727 | 2026-07-10T22:14:23.406Z | Compiling diesel-dtrace v0.5.0 |
| 2728 | 2026-07-10T22:14:23.460Z | Compiling darling_macro v0.23.0 |
| 2729 | 2026-07-10T22:14:23.733Z | Compiling oso v0.27.3 |
| 2730 | 2026-07-10T22:14:23.842Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2731 | 2026-07-10T22:14:23.937Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2732 | 2026-07-10T22:14:23.989Z | Compiling primeorder v0.13.6 |
| 2733 | 2026-07-10T22:14:24.326Z | Compiling atty v0.2.14 |
| 2734 | 2026-07-10T22:14:24.487Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2735 | 2026-07-10T22:14:24.733Z | Compiling strsim v0.10.0 |
| 2736 | 2026-07-10T22:14:25.046Z | Compiling parse-size v1.1.0 |
| 2737 | 2026-07-10T22:14:25.219Z | Compiling http-range v0.1.5 |
| 2738 | 2026-07-10T22:14:25.268Z | Compiling instability v0.3.11 |
| 2739 | 2026-07-10T22:14:25.554Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2740 | 2026-07-10T22:14:25.558Z | Compiling darling_core v0.13.4 |
| 2741 | 2026-07-10T22:14:26.640Z | Compiling p384 v0.13.1 |
| 2742 | 2026-07-10T22:14:27.198Z | Compiling darling v0.23.0 |
| 2743 | 2026-07-10T22:14:27.309Z | Compiling slog-envlogger v2.2.0 |
| 2744 | 2026-07-10T22:14:28.484Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2745 | 2026-07-10T22:14:28.771Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2746 | 2026-07-10T22:14:29.274Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2747 | 2026-07-10T22:14:30.616Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2748 | 2026-07-10T22:14:31.270Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2749 | 2026-07-10T22:14:31.355Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2750 | 2026-07-10T22:14:31.378Z | Compiling ignore v0.4.25 |
| 2751 | 2026-07-10T22:14:31.491Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2752 | 2026-07-10T22:14:32.523Z | Compiling castaway v0.2.4 |
| 2753 | 2026-07-10T22:14:32.682Z | Compiling vergen-git2 v9.1.0 |
| 2754 | 2026-07-10T22:14:32.926Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2755 | 2026-07-10T22:14:32.949Z | Compiling indoc v2.0.7 |
| 2756 | 2026-07-10T22:14:33.111Z | Compiling compact_str v0.8.1 |
| 2757 | 2026-07-10T22:14:33.296Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2758 | 2026-07-10T22:14:34.172Z | Compiling globwalk v0.9.1 |
| 2759 | 2026-07-10T22:14:34.276Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2760 | 2026-07-10T22:14:34.446Z | Compiling parking_lot v0.11.2 |
| 2761 | 2026-07-10T22:14:34.789Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2762 | 2026-07-10T22:14:34.824Z | Compiling hyper-staticfile v0.10.1 |
| 2763 | 2026-07-10T22:14:34.941Z | Compiling darling_macro v0.13.4 |
| 2764 | 2026-07-10T22:14:35.481Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2765 | 2026-07-10T22:14:35.673Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2766 | 2026-07-10T22:14:35.695Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2767 | 2026-07-10T22:14:36.007Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2768 | 2026-07-10T22:14:36.104Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2769 | 2026-07-10T22:14:36.169Z | Compiling predicates-tree v1.0.13 |
| 2770 | 2026-07-10T22:14:36.324Z | Compiling unicode-truncate v1.1.0 |
| 2771 | 2026-07-10T22:14:36.471Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2772 | 2026-07-10T22:14:36.534Z | Compiling lru v0.12.5 |
| 2773 | 2026-07-10T22:14:36.616Z | Compiling rand_seeder v0.4.0 |
| 2774 | 2026-07-10T22:14:36.655Z | Compiling prefix-trie v0.7.0 |
| 2775 | 2026-07-10T22:14:36.712Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2776 | 2026-07-10T22:14:36.781Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2777 | 2026-07-10T22:14:36.890Z | Compiling corncobs v0.1.4 |
| 2778 | 2026-07-10T22:14:36.998Z | Compiling cassowary v0.3.0 |
| 2779 | 2026-07-10T22:14:37.041Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2780 | 2026-07-10T22:14:37.140Z | Compiling hickory-server v0.25.2 |
| 2781 | 2026-07-10T22:14:37.185Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2782 | 2026-07-10T22:14:37.218Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2783 | 2026-07-10T22:14:37.315Z | Compiling ratatui v0.29.0 |
| 2784 | 2026-07-10T22:14:37.466Z | Compiling camino-tempfile-ext v0.3.3 |
| 2785 | 2026-07-10T22:14:37.625Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2786 | 2026-07-10T22:14:37.900Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2787 | 2026-07-10T22:14:37.987Z | Compiling darling v0.13.4 |
| 2788 | 2026-07-10T22:14:38.090Z | Compiling sled v0.34.7 |
| 2789 | 2026-07-10T22:14:38.571Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2790 | 2026-07-10T22:14:38.643Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2791 | 2026-07-10T22:14:39.159Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2792 | 2026-07-10T22:14:40.586Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2793 | 2026-07-10T22:14:41.675Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2794 | 2026-07-10T22:14:41.747Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2795 | 2026-07-10T22:14:41.771Z | Compiling secrecy v0.8.0 |
| 2796 | 2026-07-10T22:14:41.914Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2797 | 2026-07-10T22:14:42.180Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2798 | 2026-07-10T22:14:42.206Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2799 | 2026-07-10T22:14:42.681Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2800 | 2026-07-10T22:14:42.752Z | Compiling serde_with_macros v1.5.2 |
| 2801 | 2026-07-10T22:14:43.578Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2802 | 2026-07-10T22:14:44.470Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2803 | 2026-07-10T22:14:44.563Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2804 | 2026-07-10T22:14:44.703Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2805 | 2026-07-10T22:14:44.946Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2806 | 2026-07-10T22:14:45.238Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2807 | 2026-07-10T22:14:45.424Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2808 | 2026-07-10T22:14:45.653Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2809 | 2026-07-10T22:14:45.675Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2810 | 2026-07-10T22:14:45.898Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2811 | 2026-07-10T22:14:45.923Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2812 | 2026-07-10T22:14:46.101Z | Compiling void v1.0.2 |
| 2813 | 2026-07-10T22:14:46.230Z | Compiling lzss v0.8.2 |
| 2814 | 2026-07-10T22:14:46.545Z | Compiling illumos-nvpair v0.3.0 |
| 2815 | 2026-07-10T22:14:46.889Z | Compiling git2 v0.20.4 |
| 2816 | 2026-07-10T22:14:47.048Z | Compiling serde_with v1.14.0 |
| 2817 | 2026-07-10T22:14:47.288Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2818 | 2026-07-10T22:14:47.615Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2819 | 2026-07-10T22:14:48.061Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2820 | 2026-07-10T22:14:48.273Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2821 | 2026-07-10T22:14:48.745Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2822 | 2026-07-10T22:14:49.647Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2823 | 2026-07-10T22:14:49.923Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2824 | 2026-07-10T22:14:50.377Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2825 | 2026-07-10T22:14:50.756Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2826 | 2026-07-10T22:14:51.002Z | Compiling tungstenite v0.23.0 |
| 2827 | 2026-07-10T22:14:51.421Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2828 | 2026-07-10T22:14:51.700Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2829 | 2026-07-10T22:14:53.342Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2830 | 2026-07-10T22:14:53.382Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2831 | 2026-07-10T22:14:53.452Z | Compiling nix v0.27.1 |
| 2832 | 2026-07-10T22:14:53.589Z | Compiling twox-hash v2.1.2 |
| 2833 | 2026-07-10T22:14:53.630Z | Compiling serde_bytes v0.11.19 |
| 2834 | 2026-07-10T22:14:53.866Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2835 | 2026-07-10T22:14:53.932Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2836 | 2026-07-10T22:14:54.094Z | Compiling tokio-tungstenite v0.23.1 |
| 2837 | 2026-07-10T22:14:54.485Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2838 | 2026-07-10T22:14:54.580Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2839 | 2026-07-10T22:14:54.602Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2840 | 2026-07-10T22:14:54.698Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2841 | 2026-07-10T22:14:56.062Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2842 | 2026-07-10T22:14:56.698Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2843 | 2026-07-10T22:14:58.367Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2844 | 2026-07-10T22:14:58.560Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2845 | 2026-07-10T22:14:58.769Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2846 | 2026-07-10T22:14:58.848Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2847 | 2026-07-10T22:14:59.265Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2848 | 2026-07-10T22:14:59.596Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2849 | 2026-07-10T22:14:59.717Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2850 | 2026-07-10T22:15:00.048Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2851 | 2026-07-10T22:15:00.526Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2852 | 2026-07-10T22:15:00.970Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2853 | 2026-07-10T22:15:01.424Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2854 | 2026-07-10T22:15:02.720Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2855 | 2026-07-10T22:15:03.218Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2856 | 2026-07-10T22:15:05.265Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2857 | 2026-07-10T22:15:05.356Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2858 | 2026-07-10T22:15:05.892Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2859 | 2026-07-10T22:15:06.008Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2860 | 2026-07-10T22:15:06.231Z | Compiling fatfs v0.3.6 |
| 2861 | 2026-07-10T22:15:06.267Z | Compiling signal-hook-tokio v0.3.1 |
| 2862 | 2026-07-10T22:15:06.459Z | Compiling yasna v0.5.2 |
| 2863 | 2026-07-10T22:15:06.581Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2864 | 2026-07-10T22:15:06.857Z | Compiling assert_matches v1.5.0 |
| 2865 | 2026-07-10T22:15:06.879Z | Compiling seq-macro v0.3.6 |
| 2866 | 2026-07-10T22:15:06.969Z | Compiling is_ci v1.2.0 |
| 2867 | 2026-07-10T22:15:07.179Z | Compiling supports-color v3.0.2 |
| 2868 | 2026-07-10T22:15:07.409Z | Compiling rcgen v0.12.1 |
| 2869 | 2026-07-10T22:15:07.458Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2870 | 2026-07-10T22:15:07.983Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2871 | 2026-07-10T22:15:08.648Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2872 | 2026-07-10T22:15:10.448Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2873 | 2026-07-10T22:15:10.707Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2874 | 2026-07-10T22:15:10.957Z | Compiling subprocess v0.2.15 |
| 2875 | 2026-07-10T22:15:11.896Z | Compiling rtoolbox v0.0.3 |
| 2876 | 2026-07-10T22:15:12.087Z | Compiling rpassword v7.4.0 |
| 2877 | 2026-07-10T22:15:12.142Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2878 | 2026-07-10T22:15:12.268Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2879 | 2026-07-10T22:15:12.535Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2880 | 2026-07-10T22:15:13.197Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2881 | 2026-07-10T22:15:13.364Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2882 | 2026-07-10T22:15:14.313Z | Compiling tui-tree-widget v0.23.1 |
| 2883 | 2026-07-10T22:15:14.623Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2884 | 2026-07-10T22:15:15.854Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2885 | 2026-07-10T22:15:16.181Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2886 | 2026-07-10T22:15:16.419Z | Compiling uzers v0.12.2 |
| 2887 | 2026-07-10T22:15:16.677Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2888 | 2026-07-10T22:15:17.523Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2889 | 2026-07-10T22:15:18.400Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2890 | 2026-07-10T22:15:18.533Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2891 | 2026-07-10T22:15:20.916Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2892 | 2026-07-10T22:15:21.508Z | Compiling support-bundle-viewer v0.1.2 |
| 2893 | 2026-07-10T22:15:23.078Z | Compiling multimap v0.10.1 |
| 2894 | 2026-07-10T22:15:37.184Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2895 | 2026-07-10T22:15:37.984Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2896 | 2026-07-10T22:15:44.692Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2897 | 2026-07-10T22:15:44.788Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2898 | 2026-07-10T22:15:44.926Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2899 | 2026-07-10T22:22:04.466Z | Finished `release` profile [optimized] target(s) in 8m 28s |
| 2900 | 2026-07-10T22:23:20.684Z | |
| 2901 | 2026-07-10T22:23:20.688Z | real 9:45.632029809 |
| 2902 | 2026-07-10T22:23:20.688Z | user 1:18:20.134057217 |
| 2903 | 2026-07-10T22:23:20.688Z | sys 3:28.255351161 |
| 2904 | 2026-07-10T22:23:20.688Z | trap 1.781698566 |
| 2905 | 2026-07-10T22:23:20.688Z | tflt 2.362113048 |
| 2906 | 2026-07-10T22:23:20.688Z | dflt 18.878471899 |
| 2907 | 2026-07-10T22:23:20.688Z | kflt 0.007255815 |
| 2908 | 2026-07-10T22:23:20.688Z | lock 6:59:40.024529723 |
| 2909 | 2026-07-10T22:23:20.688Z | slp 2:12:50.831213765 |
| 2910 | 2026-07-10T22:23:20.688Z | lat 2:17.893123574 |
| 2911 | 2026-07-10T22:23:20.688Z | stop 5:02.735144349 |
| 2912 | 2026-07-10T22:23:20.692Z | + mapfile -t packages |
| 2913 | 2026-07-10T22:23:20.692Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2914 | 2026-07-10T22:23:21.578Z | Finished `release` profile [optimized] target(s) in 0.88s |
| 2915 | 2026-07-10T22:23:21.658Z | Running `target/release/omicron-package -t test list-outputs` |
| 2916 | 2026-07-10T22:23:21.715Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2917 | 2026-07-10T22:23:21.719Z | + ptime -m cargo build --locked --release -p xtask |
| 2918 | 2026-07-10T22:23:22.180Z | Compiling libc v0.2.185 |
| 2919 | 2026-07-10T22:23:22.180Z | Compiling serde_core v1.0.228 |
| 2920 | 2026-07-10T22:23:22.180Z | Compiling serde v1.0.228 |
| 2921 | 2026-07-10T22:23:22.184Z | Compiling rustix v1.1.3 |
| 2922 | 2026-07-10T22:23:22.184Z | Compiling serde_json v1.0.150 |
| 2923 | 2026-07-10T22:23:22.184Z | Compiling bitflags v2.11.0 |
| 2924 | 2026-07-10T22:23:22.339Z | Compiling usdt-impl v0.5.0 |
| 2925 | 2026-07-10T22:23:22.343Z | Compiling syn v2.0.117 |
| 2926 | 2026-07-10T22:23:22.360Z | Compiling syn v1.0.109 |
| 2927 | 2026-07-10T22:23:22.373Z | Compiling getrandom v0.4.1 |
| 2928 | 2026-07-10T22:23:22.376Z | Compiling log v0.4.29 |
| 2929 | 2026-07-10T22:23:22.393Z | Compiling indexmap v2.14.0 |
| 2930 | 2026-07-10T22:23:22.409Z | Compiling fs-err v3.3.0 |
| 2931 | 2026-07-10T22:23:22.632Z | Compiling anyhow v1.0.102 |
| 2932 | 2026-07-10T22:23:22.632Z | Compiling once_cell v1.21.3 |
| 2933 | 2026-07-10T22:23:22.679Z | Compiling heck v0.4.1 |
| 2934 | 2026-07-10T22:23:23.072Z | Compiling errno v0.3.14 |
| 2935 | 2026-07-10T22:23:23.076Z | Compiling thread-id v4.2.2 |
| 2936 | 2026-07-10T22:23:23.076Z | Compiling memmap v0.7.0 |
| 2937 | 2026-07-10T22:23:23.819Z | Compiling proc-macro-error v1.0.4 |
| 2938 | 2026-07-10T22:23:24.054Z | Compiling terminal_size v0.4.3 |
| 2939 | 2026-07-10T22:23:24.054Z | Compiling tempfile v3.25.0 |
| 2940 | 2026-07-10T22:23:24.076Z | Compiling tabled_derive v0.7.0 |
| 2941 | 2026-07-10T22:23:24.156Z | Compiling clap_builder v4.6.0 |
| 2942 | 2026-07-10T22:23:24.156Z | Compiling textwrap v0.16.2 |
| 2943 | 2026-07-10T22:23:24.498Z | Compiling pest_generator v2.8.6 |
| 2944 | 2026-07-10T22:23:24.524Z | Compiling camino v1.2.2 |
| 2945 | 2026-07-10T22:23:24.553Z | Compiling semver v1.0.28 |
| 2946 | 2026-07-10T22:23:24.563Z | Compiling cargo-platform v0.3.2 |
| 2947 | 2026-07-10T22:23:24.772Z | Compiling tabled v0.15.0 |
| 2948 | 2026-07-10T22:23:24.821Z | Compiling camino-tempfile v1.4.1 |
| 2949 | 2026-07-10T22:23:25.052Z | Compiling serde_derive v1.0.228 |
| 2950 | 2026-07-10T22:23:25.052Z | Compiling thiserror-impl v1.0.69 |
| 2951 | 2026-07-10T22:23:25.056Z | Compiling zerocopy-derive v0.7.35 |
| 2952 | 2026-07-10T22:23:25.056Z | Compiling pest_derive v2.8.6 |
| 2953 | 2026-07-10T22:23:25.056Z | Compiling scroll_derive v0.12.1 |
| 2954 | 2026-07-10T22:23:25.064Z | Compiling thiserror-impl v2.0.18 |
| 2955 | 2026-07-10T22:23:25.075Z | Compiling clap_derive v4.6.1 |
| 2956 | 2026-07-10T22:23:25.800Z | Compiling scroll v0.12.0 |
| 2957 | 2026-07-10T22:23:25.906Z | Compiling zerocopy v0.7.35 |
| 2958 | 2026-07-10T22:23:26.057Z | Compiling goblin v0.8.2 |
| 2959 | 2026-07-10T22:23:26.069Z | Compiling thiserror v1.0.69 |
| 2960 | 2026-07-10T22:23:26.193Z | Compiling dtrace-parser v0.2.0 |
| 2961 | 2026-07-10T22:23:26.261Z | Compiling thiserror v2.0.18 |
| 2962 | 2026-07-10T22:23:26.645Z | Compiling clap v4.6.1 |
| 2963 | 2026-07-10T22:23:28.172Z | Compiling dof v0.3.0 |
| 2964 | 2026-07-10T22:23:28.214Z | Compiling toml_datetime v0.6.11 |
| 2965 | 2026-07-10T22:23:28.231Z | Compiling serde_spanned v0.6.9 |
| 2966 | 2026-07-10T22:23:28.286Z | Compiling serde_tokenstream v0.2.3 |
| 2967 | 2026-07-10T22:23:28.375Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2968 | 2026-07-10T22:23:28.422Z | Compiling toml_edit v0.22.27 |
| 2969 | 2026-07-10T22:23:28.477Z | Compiling macaddr v1.0.1 |
| 2970 | 2026-07-10T22:23:28.530Z | Compiling cargo_metadata v0.23.1 |
| 2971 | 2026-07-10T22:23:28.931Z | Compiling usdt-macro v0.5.0 |
| 2972 | 2026-07-10T22:23:28.932Z | Compiling usdt-attr-macro v0.5.0 |
| 2973 | 2026-07-10T22:23:29.578Z | Compiling usdt v0.5.0 |
| 2974 | 2026-07-10T22:23:29.950Z | Compiling toml v0.8.23 |
| 2975 | 2026-07-10T22:23:30.387Z | Compiling cargo_toml v0.21.0 |
| 2976 | 2026-07-10T22:23:34.836Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2977 | 2026-07-10T22:23:38.067Z | Finished `release` profile [optimized] target(s) in 16.33s |
| 2978 | 2026-07-10T22:23:38.170Z | |
| 2979 | 2026-07-10T22:23:38.170Z | real 16.417716307 |
| 2980 | 2026-07-10T22:23:38.170Z | user 2:05.153316121 |
| 2981 | 2026-07-10T22:23:38.171Z | sys 13.970302661 |
| 2982 | 2026-07-10T22:23:38.171Z | trap 0.059690844 |
| 2983 | 2026-07-10T22:23:38.171Z | tflt 0.517319066 |
| 2984 | 2026-07-10T22:23:38.171Z | dflt 1.578373378 |
| 2985 | 2026-07-10T22:23:38.171Z | kflt 0.000054325 |
| 2986 | 2026-07-10T22:23:38.174Z | lock 4:25.312760776 |
| 2987 | 2026-07-10T22:23:38.174Z | slp 2:41.382990840 |
| 2988 | 2026-07-10T22:23:38.174Z | lat 4.180190451 |
| 2989 | 2026-07-10T22:23:38.174Z | stop 14.852231219 |
| 2990 | 2026-07-10T22:23:38.174Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2991 | 2026-07-10T22:23:38.177Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2992 | 2026-07-10T22:23:38.177Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2993 | 2026-07-10T22:23:38.177Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2994 | 2026-07-10T22:23:38.177Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2995 | 2026-07-10T22:23:39.077Z | Compiling progenitor-client v0.14.0 |
| 2996 | 2026-07-10T22:23:39.077Z | Compiling newtype-uuid-macros v0.1.0 |
| 2997 | 2026-07-10T22:23:39.077Z | Compiling match_cfg v0.1.0 |
| 2998 | 2026-07-10T22:23:39.077Z | Compiling slog-json v2.6.1 |
| 2999 | 2026-07-10T22:23:39.077Z | Compiling structmeta-derive v0.3.0 |
| 3000 | 2026-07-10T22:23:39.081Z | Compiling sha1 v0.11.0 |
| 3001 | 2026-07-10T22:23:39.081Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3002 | 2026-07-10T22:23:39.081Z | Compiling multer v3.1.0 |
| 3003 | 2026-07-10T22:23:39.081Z | Compiling debug-ignore v1.0.5 |
| 3004 | 2026-07-10T22:23:39.081Z | Compiling compression-core v0.4.31 |
| 3005 | 2026-07-10T22:23:39.224Z | Compiling atomicwrites v0.4.4 |
| 3006 | 2026-07-10T22:23:39.227Z | Compiling itertools v0.14.0 |
| 3007 | 2026-07-10T22:23:39.227Z | Compiling async-stream-impl v0.3.6 |
| 3008 | 2026-07-10T22:23:39.227Z | Compiling serde_spanned v1.1.1 |
| 3009 | 2026-07-10T22:23:39.257Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3010 | 2026-07-10T22:23:39.260Z | Compiling dropshot v0.17.1 |
| 3011 | 2026-07-10T22:23:39.466Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3012 | 2026-07-10T22:23:39.515Z | Compiling waitgroup v0.1.2 |
| 3013 | 2026-07-10T22:23:39.551Z | Compiling hostname v0.3.1 |
| 3014 | 2026-07-10T22:23:39.554Z | Compiling compression-codecs v0.4.37 |
| 3015 | 2026-07-10T22:23:39.589Z | Compiling rustls-pemfile v2.2.0 |
| 3016 | 2026-07-10T22:23:39.593Z | Compiling dropshot_endpoint v0.17.1 |
| 3017 | 2026-07-10T22:23:39.593Z | Compiling serde_path_to_error v0.1.20 |
| 3018 | 2026-07-10T22:23:39.657Z | Compiling slog-bunyan v2.5.0 |
| 3019 | 2026-07-10T22:23:39.660Z | Compiling hostname v0.4.2 |
| 3020 | 2026-07-10T22:23:39.661Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3021 | 2026-07-10T22:23:39.709Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3022 | 2026-07-10T22:23:39.712Z | Compiling macaddr v1.0.1 |
| 3023 | 2026-07-10T22:23:39.766Z | Compiling async-compression v0.4.41 |
| 3024 | 2026-07-10T22:23:39.825Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3025 | 2026-07-10T22:23:39.825Z | Compiling instant v0.1.13 |
| 3026 | 2026-07-10T22:23:39.882Z | Compiling regress v0.10.5 |
| 3027 | 2026-07-10T22:23:39.885Z | Compiling backon v1.6.0 |
| 3028 | 2026-07-10T22:23:39.885Z | Compiling humantime v2.3.0 |
| 3029 | 2026-07-10T22:23:39.944Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3030 | 2026-07-10T22:23:39.976Z | Compiling backoff v0.4.0 |
| 3031 | 2026-07-10T22:23:39.993Z | Compiling regress v0.11.1 |
| 3032 | 2026-07-10T22:23:39.997Z | Compiling half v2.7.1 |
| 3033 | 2026-07-10T22:23:40.028Z | Compiling async-stream v0.3.6 |
| 3034 | 2026-07-10T22:23:40.124Z | Compiling progenitor-extras v0.2.0 |
| 3035 | 2026-07-10T22:23:40.127Z | Compiling crucible-workspace-hack v0.1.0 |
| 3036 | 2026-07-10T22:23:40.200Z | Compiling ciborium-io v0.2.2 |
| 3037 | 2026-07-10T22:23:40.220Z | Compiling convert_case v0.4.0 |
| 3038 | 2026-07-10T22:23:40.238Z | Compiling secrecy v0.10.3 |
| 3039 | 2026-07-10T22:23:40.281Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3040 | 2026-07-10T22:23:40.291Z | Compiling unsafe-libyaml v0.2.11 |
| 3041 | 2026-07-10T22:23:40.321Z | Compiling ciborium-ll v0.2.2 |
| 3042 | 2026-07-10T22:23:40.344Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3043 | 2026-07-10T22:23:40.365Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3044 | 2026-07-10T22:23:40.405Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3045 | 2026-07-10T22:23:40.424Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3046 | 2026-07-10T22:23:40.442Z | Compiling inout v0.1.4 |
| 3047 | 2026-07-10T22:23:40.478Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3048 | 2026-07-10T22:23:40.516Z | Compiling ciborium v0.2.2 |
| 3049 | 2026-07-10T22:23:40.555Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3050 | 2026-07-10T22:23:40.580Z | Compiling structmeta v0.3.0 |
| 3051 | 2026-07-10T22:23:40.596Z | Compiling cipher v0.4.4 |
| 3052 | 2026-07-10T22:23:40.624Z | Compiling derive_more v0.99.20 |
| 3053 | 2026-07-10T22:23:40.647Z | Compiling universal-hash v0.5.1 |
| 3054 | 2026-07-10T22:23:40.684Z | Compiling opaque-debug v0.3.1 |
| 3055 | 2026-07-10T22:23:40.732Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3056 | 2026-07-10T22:23:40.780Z | Compiling poly1305 v0.8.0 |
| 3057 | 2026-07-10T22:23:40.801Z | Compiling byte-wrapper v0.1.0 |
| 3058 | 2026-07-10T22:23:40.816Z | Compiling chacha20 v0.9.1 |
| 3059 | 2026-07-10T22:23:40.831Z | Compiling derive-ex v0.1.8 |
| 3060 | 2026-07-10T22:23:40.871Z | Compiling parse-display-derive v0.10.0 |
| 3061 | 2026-07-10T22:23:41.038Z | Compiling serde_yaml v0.9.34+deprecated |
| 3062 | 2026-07-10T22:23:41.059Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3063 | 2026-07-10T22:23:41.076Z | Compiling blake2 v0.10.6 |
| 3064 | 2026-07-10T22:23:41.092Z | Compiling aead v0.5.2 |
| 3065 | 2026-07-10T22:23:41.114Z | Compiling password-hash v0.5.0 |
| 3066 | 2026-07-10T22:23:41.178Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3067 | 2026-07-10T22:23:41.256Z | Compiling chacha20poly1305 v0.10.1 |
| 3068 | 2026-07-10T22:23:41.331Z | Compiling indent_write v2.2.0 |
| 3069 | 2026-07-10T22:23:41.430Z | Compiling argon2 v0.5.3 |
| 3070 | 2026-07-10T22:23:41.451Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3071 | 2026-07-10T22:23:41.490Z | Compiling heapless v0.8.0 |
| 3072 | 2026-07-10T22:23:41.546Z | Compiling ingot-macros v0.1.1 |
| 3073 | 2026-07-10T22:23:41.562Z | Compiling tabwriter v1.4.1 |
| 3074 | 2026-07-10T22:23:41.658Z | Compiling typify-impl v0.6.2 |
| 3075 | 2026-07-10T22:23:41.725Z | Compiling thiserror-no-std v2.0.2 |
| 3076 | 2026-07-10T22:23:41.819Z | Compiling vsss-rs v3.3.4 |
| 3077 | 2026-07-10T22:23:41.833Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3078 | 2026-07-10T22:23:42.030Z | Compiling proc-macro-crate v3.4.0 |
| 3079 | 2026-07-10T22:23:42.146Z | Compiling hash32 v0.3.1 |
| 3080 | 2026-07-10T22:23:42.327Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3081 | 2026-07-10T22:23:42.557Z | Compiling smoltcp v0.11.0 |
| 3082 | 2026-07-10T22:23:42.594Z | Compiling test-strategy v0.4.5 |
| 3083 | 2026-07-10T22:23:42.631Z | Compiling num_enum_derive v0.7.6 |
| 3084 | 2026-07-10T22:23:42.635Z | Compiling cobs v0.3.0 |
| 3085 | 2026-07-10T22:23:42.670Z | Compiling parse-display v0.10.0 |
| 3086 | 2026-07-10T22:23:42.670Z | Compiling colored v3.1.1 |
| 3087 | 2026-07-10T22:23:42.871Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3088 | 2026-07-10T22:23:42.971Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3089 | 2026-07-10T22:23:43.010Z | Compiling postcard v1.1.3 |
| 3090 | 2026-07-10T22:23:43.054Z | Compiling proc-macro-error v1.0.4 |
| 3091 | 2026-07-10T22:23:43.085Z | Compiling proc-macro-crate v1.3.1 |
| 3092 | 2026-07-10T22:23:43.119Z | Compiling rand v0.10.1 |
| 3093 | 2026-07-10T22:23:43.232Z | Compiling foreign-types-macros v0.2.3 |
| 3094 | 2026-07-10T22:23:43.252Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3095 | 2026-07-10T22:23:43.279Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3096 | 2026-07-10T22:23:43.297Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3097 | 2026-07-10T22:23:43.413Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3098 | 2026-07-10T22:23:43.444Z | Compiling foreign-types-shared v0.3.1 |
| 3099 | 2026-07-10T22:23:43.463Z | Compiling rayon-core v1.13.0 |
| 3100 | 2026-07-10T22:23:43.582Z | Compiling num_enum_derive v0.5.11 |
| 3101 | 2026-07-10T22:23:43.646Z | Compiling crossbeam-deque v0.8.6 |
| 3102 | 2026-07-10T22:23:43.706Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3103 | 2026-07-10T22:23:43.726Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3104 | 2026-07-10T22:23:43.743Z | Compiling cstr-argument v0.1.2 |
| 3105 | 2026-07-10T22:23:43.767Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3106 | 2026-07-10T22:23:43.781Z | Compiling num_enum v0.7.6 |
| 3107 | 2026-07-10T22:23:43.917Z | Compiling foreign-types v0.5.0 |
| 3108 | 2026-07-10T22:23:43.938Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3109 | 2026-07-10T22:23:43.951Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3110 | 2026-07-10T22:23:44.024Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3111 | 2026-07-10T22:23:44.036Z | Compiling zone_cfg_derive v0.3.1 |
| 3112 | 2026-07-10T22:23:44.126Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3113 | 2026-07-10T22:23:44.171Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3114 | 2026-07-10T22:23:44.214Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3115 | 2026-07-10T22:23:44.237Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3116 | 2026-07-10T22:23:44.253Z | Compiling itertools v0.12.1 |
| 3117 | 2026-07-10T22:23:44.272Z | Compiling num-derive v0.4.2 |
| 3118 | 2026-07-10T22:23:44.303Z | Compiling rayon v1.11.0 |
| 3119 | 2026-07-10T22:23:44.385Z | Compiling sigpipe v0.1.3 |
| 3120 | 2026-07-10T22:23:44.400Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3121 | 2026-07-10T22:23:44.467Z | Compiling glob v0.3.3 |
| 3122 | 2026-07-10T22:23:44.501Z | Compiling cpubits v0.1.1 |
| 3123 | 2026-07-10T22:23:44.514Z | Compiling ingot-types v0.1.2 |
| 3124 | 2026-07-10T22:23:44.584Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3125 | 2026-07-10T22:23:44.601Z | Compiling smf v0.2.3 |
| 3126 | 2026-07-10T22:23:44.660Z | Compiling whoami v1.6.1 |
| 3127 | 2026-07-10T22:23:44.695Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3128 | 2026-07-10T22:23:44.747Z | Compiling num_enum v0.5.11 |
| 3129 | 2026-07-10T22:23:44.817Z | Compiling usdt-attr-macro v0.5.0 |
| 3130 | 2026-07-10T22:23:44.843Z | Compiling usdt-macro v0.5.0 |
| 3131 | 2026-07-10T22:23:44.859Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3132 | 2026-07-10T22:23:44.889Z | Compiling ingot v0.1.1 |
| 3133 | 2026-07-10T22:23:44.910Z | Compiling gethostname v0.5.0 |
| 3134 | 2026-07-10T22:23:44.964Z | Compiling num-rational v0.4.2 |
| 3135 | 2026-07-10T22:23:44.981Z | Compiling pem-rfc7468 v1.0.0 |
| 3136 | 2026-07-10T22:23:45.162Z | Compiling num-complex v0.4.6 |
| 3137 | 2026-07-10T22:23:45.198Z | Compiling memmap v0.7.0 |
| 3138 | 2026-07-10T22:23:45.293Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3139 | 2026-07-10T22:23:45.328Z | Compiling derive-where v1.6.0 |
| 3140 | 2026-07-10T22:23:45.345Z | Compiling float-ord v0.3.2 |
| 3141 | 2026-07-10T22:23:45.414Z | Compiling toml v0.8.23 |
| 3142 | 2026-07-10T22:23:45.490Z | Compiling zone v0.3.1 |
| 3143 | 2026-07-10T22:23:45.544Z | Compiling num v0.4.3 |
| 3144 | 2026-07-10T22:23:45.588Z | Compiling hmac v0.13.0 |
| 3145 | 2026-07-10T22:23:45.606Z | Compiling universal-hash v0.6.1 |
| 3146 | 2026-07-10T22:23:45.642Z | Compiling resolv-conf v0.7.6 |
| 3147 | 2026-07-10T22:23:45.675Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3148 | 2026-07-10T22:23:45.695Z | Compiling usdt v0.5.0 |
| 3149 | 2026-07-10T22:23:45.712Z | Compiling owo-colors v4.3.0 |
| 3150 | 2026-07-10T22:23:45.761Z | Compiling cancel-safe-futures v0.1.5 |
| 3151 | 2026-07-10T22:23:45.795Z | Compiling polyval v0.7.1 |
| 3152 | 2026-07-10T22:23:45.837Z | Compiling der v0.8.0 |
| 3153 | 2026-07-10T22:23:45.953Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3154 | 2026-07-10T22:23:45.992Z | Compiling libsw-core v0.3.2 |
| 3155 | 2026-07-10T22:23:46.014Z | Compiling prettyplease v0.2.37 |
| 3156 | 2026-07-10T22:23:46.057Z | Compiling ghash v0.6.0 |
| 3157 | 2026-07-10T22:23:46.089Z | Compiling pbkdf2 v0.13.0 |
| 3158 | 2026-07-10T22:23:46.144Z | Compiling libsw v3.5.0 |
| 3159 | 2026-07-10T22:23:46.200Z | Compiling aes v0.9.1 |
| 3160 | 2026-07-10T22:23:46.217Z | Compiling console v0.15.11 |
| 3161 | 2026-07-10T22:23:46.235Z | Compiling hickory-proto v0.24.4 |
| 3162 | 2026-07-10T22:23:46.254Z | Compiling newline-converter v0.3.0 |
| 3163 | 2026-07-10T22:23:46.293Z | Compiling typify-macro v0.6.2 |
| 3164 | 2026-07-10T22:23:46.315Z | Compiling ctr v0.10.1 |
| 3165 | 2026-07-10T22:23:46.352Z | Compiling aead v0.6.1 |
| 3166 | 2026-07-10T22:23:46.389Z | Compiling sha2 v0.11.0 |
| 3167 | 2026-07-10T22:23:46.407Z | Compiling linked-hash-map v0.5.6 |
| 3168 | 2026-07-10T22:23:46.543Z | Compiling libefi-sys v0.1.0 |
| 3169 | 2026-07-10T22:23:46.560Z | Compiling linear-map v1.2.0 |
| 3170 | 2026-07-10T22:23:46.579Z | Compiling expectorate v1.2.0 |
| 3171 | 2026-07-10T22:23:46.629Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3172 | 2026-07-10T22:23:46.718Z | Compiling aes-gcm v0.11.0 |
| 3173 | 2026-07-10T22:23:46.767Z | Compiling spki v0.8.0 |
| 3174 | 2026-07-10T22:23:46.785Z | Compiling lru-cache v0.1.2 |
| 3175 | 2026-07-10T22:23:46.824Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3176 | 2026-07-10T22:23:46.840Z | Compiling crypto-bigint v0.7.5 |
| 3177 | 2026-07-10T22:23:46.935Z | Compiling git-stub v1.0.0 |
| 3178 | 2026-07-10T22:23:46.951Z | Compiling cbc v0.2.1 |
| 3179 | 2026-07-10T22:23:46.954Z | Compiling salsa20 v0.11.0 |
| 3180 | 2026-07-10T22:23:47.015Z | Compiling bitfield-struct v0.6.2 |
| 3181 | 2026-07-10T22:23:47.142Z | Compiling nom v8.0.0 |
| 3182 | 2026-07-10T22:23:47.160Z | Compiling semver v0.1.20 |
| 3183 | 2026-07-10T22:23:47.160Z | Compiling scrypt v0.12.0 |
| 3184 | 2026-07-10T22:23:47.196Z | Compiling git-stub-vcs v0.1.0 |
| 3185 | 2026-07-10T22:23:47.322Z | Compiling tokio-dtrace v0.1.1 |
| 3186 | 2026-07-10T22:23:47.442Z | Compiling rustc_version v0.1.7 |
| 3187 | 2026-07-10T22:23:47.479Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3188 | 2026-07-10T22:23:47.496Z | Compiling slog-dtrace v0.3.0 |
| 3189 | 2026-07-10T22:23:47.623Z | Compiling minimal-lexical v0.2.1 |
| 3190 | 2026-07-10T22:23:47.708Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3191 | 2026-07-10T22:23:47.734Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3192 | 2026-07-10T22:23:47.804Z | Compiling newtype_derive v0.1.6 |
| 3193 | 2026-07-10T22:23:47.821Z | Compiling oxide-tokio-rt v0.1.4 |
| 3194 | 2026-07-10T22:23:47.860Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3195 | 2026-07-10T22:23:47.860Z | Compiling pkcs5 v0.8.1 |
| 3196 | 2026-07-10T22:23:47.908Z | Compiling nom v7.1.3 |
| 3197 | 2026-07-10T22:23:48.030Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3198 | 2026-07-10T22:23:48.047Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3199 | 2026-07-10T22:23:48.067Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3200 | 2026-07-10T22:23:48.083Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3201 | 2026-07-10T22:23:48.107Z | Compiling phf_shared v0.12.1 |
| 3202 | 2026-07-10T22:23:48.143Z | Compiling typify v0.6.2 |
| 3203 | 2026-07-10T22:23:48.158Z | Compiling csv-core v0.1.13 |
| 3204 | 2026-07-10T22:23:48.273Z | Compiling progenitor-impl v0.14.0 |
| 3205 | 2026-07-10T22:23:48.290Z | Compiling unicode-xid v0.2.6 |
| 3206 | 2026-07-10T22:23:48.305Z | Compiling chrono-tz v0.10.4 |
| 3207 | 2026-07-10T22:23:48.439Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3208 | 2026-07-10T22:23:48.460Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3209 | 2026-07-10T22:23:48.479Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3210 | 2026-07-10T22:23:48.509Z | Compiling hickory-resolver v0.24.4 |
| 3211 | 2026-07-10T22:23:48.535Z | Compiling xshell-macros v0.2.7 |
| 3212 | 2026-07-10T22:23:48.597Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3213 | 2026-07-10T22:23:48.693Z | Compiling highway v1.3.0 |
| 3214 | 2026-07-10T22:23:48.762Z | Compiling const_format_proc_macros v0.2.34 |
| 3215 | 2026-07-10T22:23:48.973Z | Compiling xshell v0.2.7 |
| 3216 | 2026-07-10T22:23:49.088Z | Compiling csv v1.4.0 |
| 3217 | 2026-07-10T22:23:49.328Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3218 | 2026-07-10T22:23:49.445Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3219 | 2026-07-10T22:23:49.471Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3220 | 2026-07-10T22:23:49.532Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3221 | 2026-07-10T22:23:49.558Z | Compiling qorb v0.4.1 |
| 3222 | 2026-07-10T22:23:49.577Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3223 | 2026-07-10T22:23:49.673Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3224 | 2026-07-10T22:23:49.690Z | Compiling phf v0.12.1 |
| 3225 | 2026-07-10T22:23:49.871Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3226 | 2026-07-10T22:23:50.052Z | Compiling pkcs8 v0.11.0 |
| 3227 | 2026-07-10T22:23:50.148Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3228 | 2026-07-10T22:23:50.341Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3229 | 2026-07-10T22:23:50.398Z | Compiling const_format v0.2.35 |
| 3230 | 2026-07-10T22:23:50.465Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3231 | 2026-07-10T22:23:50.482Z | Compiling tabled_derive v0.7.0 |
| 3232 | 2026-07-10T22:23:50.516Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3233 | 2026-07-10T22:23:50.650Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3234 | 2026-07-10T22:23:50.757Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3235 | 2026-07-10T22:23:50.774Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3236 | 2026-07-10T22:23:50.792Z | Compiling bcs v0.1.6 |
| 3237 | 2026-07-10T22:23:51.064Z | Compiling progenitor-macro v0.14.0 |
| 3238 | 2026-07-10T22:23:51.147Z | Compiling ff v0.14.0 |
| 3239 | 2026-07-10T22:23:51.320Z | Compiling salty v0.3.0 |
| 3240 | 2026-07-10T22:23:51.338Z | Compiling termtree v0.5.1 |
| 3241 | 2026-07-10T22:23:51.478Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3242 | 2026-07-10T22:23:51.511Z | Compiling tagptr v0.2.0 |
| 3243 | 2026-07-10T22:23:51.527Z | Compiling tabled v0.15.0 |
| 3244 | 2026-07-10T22:23:51.635Z | Compiling textwrap v0.16.2 |
| 3245 | 2026-07-10T22:23:51.654Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3246 | 2026-07-10T22:23:51.693Z | Compiling moka v0.12.13 |
| 3247 | 2026-07-10T22:23:51.721Z | Compiling steno v0.4.1 |
| 3248 | 2026-07-10T22:23:51.744Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3249 | 2026-07-10T22:23:51.770Z | Compiling sha1 v0.10.6 |
| 3250 | 2026-07-10T22:23:51.902Z | Compiling signature v3.0.0 |
| 3251 | 2026-07-10T22:23:51.921Z | Compiling base16ct v1.0.0 |
| 3252 | 2026-07-10T22:23:52.026Z | Compiling radium v0.7.0 |
| 3253 | 2026-07-10T22:23:52.126Z | Compiling base64 v0.21.7 |
| 3254 | 2026-07-10T22:23:52.145Z | Compiling sec1 v0.8.1 |
| 3255 | 2026-07-10T22:23:52.148Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3256 | 2026-07-10T22:23:52.207Z | Compiling group v0.14.0 |
| 3257 | 2026-07-10T22:23:52.361Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3258 | 2026-07-10T22:23:52.417Z | Compiling hickory-resolver v0.25.2 |
| 3259 | 2026-07-10T22:23:52.485Z | Compiling hkdf v0.13.0 |
| 3260 | 2026-07-10T22:23:52.485Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3261 | 2026-07-10T22:23:52.521Z | Compiling rfc6979 v0.4.0 |
| 3262 | 2026-07-10T22:23:52.521Z | Compiling tap v1.0.1 |
| 3263 | 2026-07-10T22:23:52.577Z | Compiling maybe-uninit v2.0.0 |
| 3264 | 2026-07-10T22:23:52.655Z | Compiling ecdsa v0.16.9 |
| 3265 | 2026-07-10T22:23:52.687Z | Compiling elliptic-curve v0.14.0-rc.33 |
| 3266 | 2026-07-10T22:23:52.703Z | Compiling wyz v0.5.1 |
| 3267 | 2026-07-10T22:23:52.931Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3268 | 2026-07-10T22:23:52.977Z | Compiling primeorder v0.13.6 |
| 3269 | 2026-07-10T22:23:53.078Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3270 | 2026-07-10T22:23:53.134Z | Compiling utf-8 v0.7.6 |
| 3271 | 2026-07-10T22:23:53.271Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3272 | 2026-07-10T22:23:53.291Z | Compiling packed_struct v0.10.1 |
| 3273 | 2026-07-10T22:23:53.384Z | Compiling funty v2.0.0 |
| 3274 | 2026-07-10T22:23:53.429Z | Compiling parking_lot_core v0.8.6 |
| 3275 | 2026-07-10T22:23:53.549Z | Compiling tungstenite v0.21.0 |
| 3276 | 2026-07-10T22:23:53.574Z | Compiling proc-macro-error2 v2.0.1 |
| 3277 | 2026-07-10T22:23:53.664Z | Compiling p384 v0.13.1 |
| 3278 | 2026-07-10T22:23:53.765Z | Compiling bitvec v1.0.1 |
| 3279 | 2026-07-10T22:23:53.945Z | Compiling rfc6979 v0.5.0 |
| 3280 | 2026-07-10T22:23:54.009Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3281 | 2026-07-10T22:23:54.024Z | Compiling packed_struct_codegen v0.10.1 |
| 3282 | 2026-07-10T22:23:54.125Z | Compiling num-derive v0.3.3 |
| 3283 | 2026-07-10T22:23:54.266Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3284 | 2026-07-10T22:23:54.310Z | Compiling bitfield-macros v0.19.4 |
| 3285 | 2026-07-10T22:23:54.359Z | Compiling zerocopy-derive v0.6.6 |
| 3286 | 2026-07-10T22:23:54.389Z | Compiling indexmap v1.9.3 |
| 3287 | 2026-07-10T22:23:54.410Z | Compiling crc-catalog v2.4.0 |
| 3288 | 2026-07-10T22:23:54.447Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3289 | 2026-07-10T22:23:54.534Z | Compiling nodrop v0.1.14 |
| 3290 | 2026-07-10T22:23:54.652Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3291 | 2026-07-10T22:23:54.707Z | Compiling array-init v0.0.4 |
| 3292 | 2026-07-10T22:23:54.724Z | Compiling crc v3.4.0 |
| 3293 | 2026-07-10T22:23:54.812Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3294 | 2026-07-10T22:23:54.923Z | Compiling tokio-tungstenite v0.21.0 |
| 3295 | 2026-07-10T22:23:54.964Z | Compiling ecdsa v0.17.0-rc.18 |
| 3296 | 2026-07-10T22:23:55.094Z | Compiling smallvec v0.6.14 |
| 3297 | 2026-07-10T22:23:55.120Z | Compiling tabled_derive v0.11.0 |
| 3298 | 2026-07-10T22:23:55.145Z | Compiling libscf-sys v1.1.0 |
| 3299 | 2026-07-10T22:23:55.162Z | Compiling bitfield v0.19.4 |
| 3300 | 2026-07-10T22:23:55.181Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3301 | 2026-07-10T22:23:55.302Z | Compiling zerocopy v0.6.6 |
| 3302 | 2026-07-10T22:23:55.321Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3303 | 2026-07-10T22:23:55.324Z | Compiling primeorder v0.14.0-rc.10 |
| 3304 | 2026-07-10T22:23:55.353Z | Compiling primefield v0.14.0 |
| 3305 | 2026-07-10T22:23:55.461Z | Compiling progenitor-impl v0.13.0 |
| 3306 | 2026-07-10T22:23:55.491Z | Compiling papergrid v0.17.0 |
| 3307 | 2026-07-10T22:23:55.522Z | Compiling testing_table v0.3.0 |
| 3308 | 2026-07-10T22:23:55.573Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3309 | 2026-07-10T22:23:55.605Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3310 | 2026-07-10T22:23:55.666Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 3311 | 2026-07-10T22:23:55.691Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3312 | 2026-07-10T22:23:55.708Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3313 | 2026-07-10T22:23:55.767Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3314 | 2026-07-10T22:23:55.879Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3315 | 2026-07-10T22:23:55.945Z | Compiling corncobs v0.1.4 |
| 3316 | 2026-07-10T22:23:56.017Z | Compiling unicase v2.9.0 |
| 3317 | 2026-07-10T22:23:56.063Z | Compiling hashbrown v0.12.3 |
| 3318 | 2026-07-10T22:23:56.137Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3319 | 2026-07-10T22:23:56.155Z | Compiling progenitor v0.14.0 |
| 3320 | 2026-07-10T22:23:56.210Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3321 | 2026-07-10T22:23:56.227Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3322 | 2026-07-10T22:23:56.258Z | Compiling mime_guess v2.0.5 |
| 3323 | 2026-07-10T22:23:56.276Z | Compiling parking_lot v0.11.2 |
| 3324 | 2026-07-10T22:23:56.344Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3325 | 2026-07-10T22:23:56.360Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3326 | 2026-07-10T22:23:56.581Z | Compiling tabled v0.20.0 |
| 3327 | 2026-07-10T22:23:56.581Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3328 | 2026-07-10T22:23:56.617Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3329 | 2026-07-10T22:23:56.636Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3330 | 2026-07-10T22:23:56.677Z | Compiling serde-hex v0.1.0 |
| 3331 | 2026-07-10T22:23:56.869Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3332 | 2026-07-10T22:23:56.952Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3333 | 2026-07-10T22:23:56.977Z | Compiling ron v0.8.1 |
| 3334 | 2026-07-10T22:23:57.116Z | Compiling ssh-encoding v0.3.0-rc.9 |
| 3335 | 2026-07-10T22:23:57.215Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3336 | 2026-07-10T22:23:57.235Z | Compiling hashbrown v0.13.2 |
| 3337 | 2026-07-10T22:23:57.259Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3338 | 2026-07-10T22:23:57.366Z | Compiling progenitor-client v0.13.0 |
| 3339 | 2026-07-10T22:23:57.479Z | Compiling prefix-trie v0.7.0 |
| 3340 | 2026-07-10T22:23:57.702Z | Compiling fxhash v0.2.1 |
| 3341 | 2026-07-10T22:23:57.719Z | Compiling secrecy v0.8.0 |
| 3342 | 2026-07-10T22:23:57.758Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3343 | 2026-07-10T22:23:57.873Z | Compiling crc-any v2.5.0 |
| 3344 | 2026-07-10T22:23:57.904Z | Compiling hickory-server v0.25.2 |
| 3345 | 2026-07-10T22:23:57.957Z | Compiling sled v0.34.7 |
| 3346 | 2026-07-10T22:23:58.062Z | Compiling object v0.30.4 |
| 3347 | 2026-07-10T22:23:58.133Z | Compiling progenitor-macro v0.13.0 |
| 3348 | 2026-07-10T22:23:58.149Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3349 | 2026-07-10T22:23:58.555Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3350 | 2026-07-10T22:23:58.714Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3351 | 2026-07-10T22:23:59.073Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3352 | 2026-07-10T22:23:59.076Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3353 | 2026-07-10T22:23:59.145Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3354 | 2026-07-10T22:23:59.395Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3355 | 2026-07-10T22:23:59.626Z | Compiling ed25519 v3.0.0 |
| 3356 | 2026-07-10T22:23:59.746Z | Compiling crypto-primes v0.7.2 |
| 3357 | 2026-07-10T22:23:59.895Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3358 | 2026-07-10T22:24:00.040Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3359 | 2026-07-10T22:24:00.745Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3360 | 2026-07-10T22:24:00.771Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3361 | 2026-07-10T22:24:00.790Z | Compiling poly1305 v0.9.0 |
| 3362 | 2026-07-10T22:24:00.813Z | Compiling blowfish v0.10.0 |
| 3363 | 2026-07-10T22:24:01.087Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3364 | 2026-07-10T22:24:01.111Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3365 | 2026-07-10T22:24:01.149Z | Compiling blake2 v0.11.0-rc.6 |
| 3366 | 2026-07-10T22:24:01.183Z | Compiling keccak v0.2.0 |
| 3367 | 2026-07-10T22:24:01.202Z | Compiling path-slash v0.1.5 |
| 3368 | 2026-07-10T22:24:01.374Z | Compiling fiat-crypto v0.3.0 |
| 3369 | 2026-07-10T22:24:01.393Z | Compiling crc8 v0.1.1 |
| 3370 | 2026-07-10T22:24:01.412Z | Compiling http-range v0.1.5 |
| 3371 | 2026-07-10T22:24:01.467Z | Compiling half v1.8.3 |
| 3372 | 2026-07-10T22:24:01.507Z | Compiling argon2 v0.6.0-rc.8 |
| 3373 | 2026-07-10T22:24:01.537Z | Compiling sha3 v0.11.0 |
| 3374 | 2026-07-10T22:24:01.582Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3375 | 2026-07-10T22:24:01.633Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3376 | 2026-07-10T22:24:01.676Z | Compiling serde_cbor v0.11.2 |
| 3377 | 2026-07-10T22:24:01.780Z | Compiling ssh-cipher v0.3.0-rc.9 |
| 3378 | 2026-07-10T22:24:01.795Z | Compiling rsa v0.10.0-rc.18 |
| 3379 | 2026-07-10T22:24:02.008Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3380 | 2026-07-10T22:24:02.116Z | Compiling ed25519-dalek v3.0.0-rc.0 |
| 3381 | 2026-07-10T22:24:02.306Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3382 | 2026-07-10T22:24:02.348Z | Compiling illumos-nvpair v0.3.0 |
| 3383 | 2026-07-10T22:24:02.625Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3384 | 2026-07-10T22:24:02.639Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3385 | 2026-07-10T22:24:02.802Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3386 | 2026-07-10T22:24:02.837Z | Compiling p256 v0.14.0-rc.10 |
| 3387 | 2026-07-10T22:24:02.957Z | Compiling p521 v0.14.0-rc.10 |
| 3388 | 2026-07-10T22:24:02.992Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3389 | 2026-07-10T22:24:03.044Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3390 | 2026-07-10T22:24:03.061Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3391 | 2026-07-10T22:24:03.131Z | Compiling yasna v0.5.2 |
| 3392 | 2026-07-10T22:24:03.168Z | Compiling kstat-rs v0.2.4 |
| 3393 | 2026-07-10T22:24:03.231Z | Compiling progenitor v0.13.0 |
| 3394 | 2026-07-10T22:24:03.249Z | Compiling headers-core v0.3.0 |
| 3395 | 2026-07-10T22:24:03.427Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3396 | 2026-07-10T22:24:03.444Z | Compiling kem v0.3.0 |
| 3397 | 2026-07-10T22:24:03.532Z | Compiling module-lattice v0.2.3 |
| 3398 | 2026-07-10T22:24:03.551Z | Compiling nanorand v0.7.0 |
| 3399 | 2026-07-10T22:24:03.572Z | Compiling atty v0.2.14 |
| 3400 | 2026-07-10T22:24:03.596Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3401 | 2026-07-10T22:24:03.704Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3402 | 2026-07-10T22:24:03.814Z | Compiling flume v0.11.1 |
| 3403 | 2026-07-10T22:24:03.848Z | Compiling ml-kem v0.3.2 |
| 3404 | 2026-07-10T22:24:03.866Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3405 | 2026-07-10T22:24:03.882Z | Compiling rcgen v0.12.1 |
| 3406 | 2026-07-10T22:24:04.052Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3407 | 2026-07-10T22:24:04.101Z | Compiling headers v0.4.1 |
| 3408 | 2026-07-10T22:24:04.158Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3409 | 2026-07-10T22:24:04.498Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3410 | 2026-07-10T22:24:04.658Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3411 | 2026-07-10T22:24:04.832Z | Compiling hyper-staticfile v0.10.1 |
| 3412 | 2026-07-10T22:24:04.851Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3413 | 2026-07-10T22:24:04.894Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3414 | 2026-07-10T22:24:04.922Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3415 | 2026-07-10T22:24:05.158Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3416 | 2026-07-10T22:24:05.246Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3417 | 2026-07-10T22:24:05.360Z | Compiling russh-cryptovec v0.61.0 |
| 3418 | 2026-07-10T22:24:05.543Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3419 | 2026-07-10T22:24:05.613Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3420 | 2026-07-10T22:24:05.649Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3421 | 2026-07-10T22:24:05.668Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3422 | 2026-07-10T22:24:05.754Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3423 | 2026-07-10T22:24:05.878Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3424 | 2026-07-10T22:24:05.898Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3425 | 2026-07-10T22:24:06.016Z | Compiling num-bigint v0.4.6 |
| 3426 | 2026-07-10T22:24:06.406Z | Compiling generic-array v1.4.3 |
| 3427 | 2026-07-10T22:24:06.425Z | Compiling russh-util v0.52.0 |
| 3428 | 2026-07-10T22:24:06.541Z | Compiling enum_dispatch v0.3.13 |
| 3429 | 2026-07-10T22:24:06.606Z | Compiling delegate v0.13.5 |
| 3430 | 2026-07-10T22:24:06.624Z | Compiling subprocess v0.2.15 |
| 3431 | 2026-07-10T22:24:06.627Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3432 | 2026-07-10T22:24:06.893Z | Compiling p384 v0.14.0-rc.10 |
| 3433 | 2026-07-10T22:24:06.917Z | Compiling md5 v0.8.0 |
| 3434 | 2026-07-10T22:24:07.117Z | Compiling display-error-chain v0.2.2 |
| 3435 | 2026-07-10T22:24:07.135Z | Compiling hex-literal v1.1.0 |
| 3436 | 2026-07-10T22:24:07.189Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3437 | 2026-07-10T22:24:07.235Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3438 | 2026-07-10T22:24:07.259Z | Compiling colored v2.2.0 |
| 3439 | 2026-07-10T22:24:07.277Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3440 | 2026-07-10T22:24:07.295Z | Compiling socket2 v0.5.10 |
| 3441 | 2026-07-10T22:24:07.401Z | Compiling internet-checksum v0.2.1 |
| 3442 | 2026-07-10T22:24:08.559Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3443 | 2026-07-10T22:24:08.992Z | Compiling ssh-key v0.7.0-rc.10 |
| 3444 | 2026-07-10T22:24:09.262Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3445 | 2026-07-10T22:24:09.736Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3446 | 2026-07-10T22:24:10.263Z | Compiling russh v0.61.2 |
| 3447 | 2026-07-10T22:24:10.420Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3448 | 2026-07-10T22:24:11.011Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3449 | 2026-07-10T22:24:19.389Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3450 | 2026-07-10T22:24:19.389Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3451 | 2026-07-10T22:24:19.392Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3452 | 2026-07-10T22:24:19.392Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3453 | 2026-07-10T22:24:21.126Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3454 | 2026-07-10T22:24:21.171Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3455 | 2026-07-10T22:24:25.152Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3456 | 2026-07-10T22:25:04.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 3457 | 2026-07-10T22:25:04.875Z | |
| 3458 | 2026-07-10T22:25:04.875Z | real 1:26.639278166 |
| 3459 | 2026-07-10T22:25:04.875Z | user 8:41.847165689 |
| 3460 | 2026-07-10T22:25:04.875Z | sys 1:43.105383228 |
| 3461 | 2026-07-10T22:25:04.875Z | trap 0.269559141 |
| 3462 | 2026-07-10T22:25:04.875Z | tflt 0.420546376 |
| 3463 | 2026-07-10T22:25:04.875Z | dflt 1.522521424 |
| 3464 | 2026-07-10T22:25:04.875Z | kflt 0.000348785 |
| 3465 | 2026-07-10T22:25:04.878Z | lock 30:53.259103946 |
| 3466 | 2026-07-10T22:25:04.878Z | slp 19:54.511924316 |
| 3467 | 2026-07-10T22:25:04.878Z | lat 43.181834374 |
| 3468 | 2026-07-10T22:25:04.878Z | stop 3:03.236162894 |
| 3469 | 2026-07-10T22:25:04.878Z | + mkdir tests |
| 3470 | 2026-07-10T22:25:04.881Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3471 | 2026-07-10T22:25:04.881Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3472 | 2026-07-10T22:25:04.903Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7642b2d57d595135 tests/ |
| 3473 | 2026-07-10T22:25:04.933Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ca561ce3ba29e3d2 tests/ |
| 3474 | 2026-07-10T22:25:04.962Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-de50baf115444d57 tests/ |
| 3475 | 2026-07-10T22:25:04.992Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f893b9f61afabf44 tests/ |
| 3476 | 2026-07-10T22:25:05.361Z | + 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) |
| 3477 | 2026-07-10T22:25:05.364Z | + 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-ca561ce3ba29e3d2 tests/commtest-de50baf115444d57 tests/dhcp_server-7642b2d57d595135 tests/end_to_end_tests-f893b9f61afabf44 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 |
| 3478 | 2026-07-10T22:26:25.472Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3479 | 2026-07-10T22:26:25.472Z | a .github/buildomat/ci-env.sh 1K |
| 3480 | 2026-07-10T22:26:25.472Z | a out/target/test 1K |
| 3481 | 2026-07-10T22:26:25.472Z | a out/npuzone/npuzone 27402K |
| 3482 | 2026-07-10T22:26:25.472Z | a package-manifest.toml 35K |
| 3483 | 2026-07-10T22:26:25.472Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3484 | 2026-07-10T22:26:25.472Z | a target/release/omicron-package 40725K |
| 3485 | 2026-07-10T22:26:25.472Z | a target/release/xtask 10468K |
| 3486 | 2026-07-10T22:26:25.472Z | a target/debug/bootstrap 349418K |
| 3487 | 2026-07-10T22:26:25.472Z | a tests/bootstrap-ca561ce3ba29e3d2 31974K |
| 3488 | 2026-07-10T22:26:25.472Z | a tests/commtest-de50baf115444d57 32169K |
| 3489 | 2026-07-10T22:26:25.472Z | a tests/dhcp_server-7642b2d57d595135 31974K |
| 3490 | 2026-07-10T22:26:25.472Z | a tests/end_to_end_tests-f893b9f61afabf44 399297K |
| 3491 | 2026-07-10T22:26:25.472Z | a tools/opte_version 1K |
| 3492 | 2026-07-10T22:26:25.473Z | a tools/opte_version_override 2K |
| 3493 | 2026-07-10T22:26:25.473Z | a out/clickhouse.tar.gz 310727K |
| 3494 | 2026-07-10T22:26:25.473Z | a out/clickhouse_keeper.tar.gz 297197K |
| 3495 | 2026-07-10T22:26:25.473Z | a out/clickhouse_server.tar.gz 310724K |
| 3496 | 2026-07-10T22:26:25.473Z | a out/cockroachdb.tar.gz 161737K |
| 3497 | 2026-07-10T22:26:25.473Z | a out/crucible-pantry-zone.tar.gz 39110K |
| 3498 | 2026-07-10T22:26:25.473Z | a out/crucible-utils.tar 18900K |
| 3499 | 2026-07-10T22:26:25.473Z | a out/crucible-zone.tar.gz 53806K |
| 3500 | 2026-07-10T22:26:25.473Z | a out/external-dns.tar.gz 46794K |
| 3501 | 2026-07-10T22:26:25.473Z | a out/internal-dns.tar.gz 46794K |
| 3502 | 2026-07-10T22:26:25.473Z | a out/mg-ddm-gz.tar 97917K |
| 3503 | 2026-07-10T22:26:25.473Z | a out/nexus.tar.gz 273941K |
| 3504 | 2026-07-10T22:26:25.473Z | a out/ntp.tar.gz 29911K |
| 3505 | 2026-07-10T22:26:25.474Z | a out/omicron-gateway-softnpu.tar.gz 27554K |
| 3506 | 2026-07-10T22:26:25.474Z | a out/omicron-sled-agent.tar 197618K |
| 3507 | 2026-07-10T22:26:25.474Z | a out/overlay.tar.gz 3K |
| 3508 | 2026-07-10T22:26:25.474Z | a out/oximeter.tar.gz 62136K |
| 3509 | 2026-07-10T22:26:25.474Z | a out/oxlog.tar 3808K |
| 3510 | 2026-07-10T22:26:25.474Z | a out/probe.tar.gz 3037K |
| 3511 | 2026-07-10T22:26:25.474Z | a out/propolis-server.tar.gz 34372K |
| 3512 | 2026-07-10T22:26:25.474Z | a out/pumpkind-gz.tar 26647K |
| 3513 | 2026-07-10T22:26:25.474Z | a out/switch-softnpu.tar.gz 447715K |
| 3514 | 2026-07-10T22:26:25.477Z | |
| 3515 | 2026-07-10T22:26:25.477Z | real 1:20.107387859 |
| 3516 | 2026-07-10T22:26:25.478Z | user 1:17.415688543 |
| 3517 | 2026-07-10T22:26:25.478Z | sys 4.464797783 |
| 3518 | 2026-07-10T22:26:25.478Z | trap 0.006407048 |
| 3519 | 2026-07-10T22:26:25.478Z | tflt 0.000000000 |
| 3520 | 2026-07-10T22:26:25.478Z | dflt 0.000000000 |
| 3521 | 2026-07-10T22:26:25.478Z | kflt 0.000000000 |
| 3522 | 2026-07-10T22:26:25.478Z | lock 0.000000000 |
| 3523 | 2026-07-10T22:26:25.478Z | slp 1:17.324109844 |
| 3524 | 2026-07-10T22:26:25.478Z | lat 0.999789018 |
| 3525 | 2026-07-10T22:26:25.478Z | stop 0.000190578 |
| 3526 | 2026-07-10T22:26:25.478Z | process exited: duration 977455 ms, exit code 0 |
| |
| 3527 | 2026-07-10T22:26:25.492Z | found 1 output files |
| 3528 | 2026-07-10T22:26:25.492Z | uploading: /work/package.tar.gz (2484941692 bytes) |
| 3529 | 2026-07-10T22:26:53.706Z | uploaded: /work/package.tar.gz |