|
|
|
| 1 | 2026-07-14T00:08:39.598Z | job assigned to worker 01KXEZ6ZBDV7ENVF9FRZRMYGCT [factory aws, i-00353f70aa7e208bf] (queued for 58 s) |
| |
| 2 | 2026-07-14T00:08:46.957Z | starting task 0: "setup" |
| 3 | 2026-07-14T00:08:46.961Z | ++ uname -s |
| 4 | 2026-07-14T00:08:46.964Z | + kern=SunOS |
| 5 | 2026-07-14T00:08:46.964Z | + build_user=build |
| 6 | 2026-07-14T00:08:46.964Z | + build_uid=12345 |
| 7 | 2026-07-14T00:08:46.964Z | + work_dir=/work |
| 8 | 2026-07-14T00:08:46.964Z | + input_dir=/input |
| 9 | 2026-07-14T00:08:46.964Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-14T00:08:46.964Z | + case "$kern" in |
| 11 | 2026-07-14T00:08:46.964Z | + groupadd -g 12345 build |
| 12 | 2026-07-14T00:08:46.967Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-14T00:08:48.974Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-14T00:08:49.059Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-14T00:08:49.062Z | + home_fs=zfs |
| 16 | 2026-07-14T00:08:49.062Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-14T00:08:49.063Z | + mkdir -p /home/build |
| 18 | 2026-07-14T00:08:49.063Z | + chown build:build /home/build /work |
| 19 | 2026-07-14T00:08:51.064Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-14T00:08:51.067Z | process exited: duration 4112 ms, exit code 0 |
| |
| 21 | 2026-07-14T00:08:51.072Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-14T00:08:51.079Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-14T00:08:51.079Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-14T00:08:51.079Z | * rust toolchain profile = "default" |
| 25 | 2026-07-14T00:08:51.079Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-14T00:08:51.079Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-14T00:08:51.079Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-14T00:08:51.082Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-14T00:08:51.082Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-14T00:08:51.143Z | info: downloading installer |
| 31 | 2026-07-14T00:08:52.613Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-14T00:08:52.613Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-14T00:08:52.613Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-14T00:08:52.613Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-14T00:08:52.624Z | info: profile set to default |
| 36 | 2026-07-14T00:08:52.624Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-14T00:08:52.627Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-14T00:08:52.774Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-14T00:08:52.776Z | info: downloading 6 components |
| 40 | 2026-07-14T00:09:07.735Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-14T00:09:07.735Z | |
| 42 | 2026-07-14T00:09:07.768Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-14T00:09:07.768Z | |
| 44 | 2026-07-14T00:09:07.768Z | |
| 45 | 2026-07-14T00:09:07.768Z | Rust is installed now. Great! |
| 46 | 2026-07-14T00:09:07.768Z | |
| 47 | 2026-07-14T00:09:07.768Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-14T00:09:07.768Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-14T00:09:07.768Z | |
| 50 | 2026-07-14T00:09:07.768Z | To configure your current shell, you need to source |
| 51 | 2026-07-14T00:09:07.768Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-14T00:09:07.768Z | |
| 53 | 2026-07-14T00:09:07.768Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-14T00:09:07.768Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-14T00:09:07.768Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-14T00:09:07.768Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-14T00:09:07.768Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-14T00:09:07.768Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-14T00:09:07.768Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-14T00:09:07.772Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-14T00:09:07.772Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-14T00:09:07.864Z | + rustup --version |
| 63 | 2026-07-14T00:09:07.870Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-14T00:09:07.873Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-14T00:09:07.893Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-14T00:09:07.896Z | + cargo --version |
| 67 | 2026-07-14T00:09:07.903Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-14T00:09:07.906Z | + rustc --version |
| 69 | 2026-07-14T00:09:07.926Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-14T00:09:07.930Z | process exited: duration 16856 ms, exit code 0 |
| |
| 71 | 2026-07-14T00:09:07.936Z | starting task 2: "authentication" |
| 72 | 2026-07-14T00:09:07.954Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-07-14T00:09:07.960Z | starting task 3: "clone repository" |
| 74 | 2026-07-14T00:09:07.964Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-14T00:09:07.967Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-14T00:09:08.019Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-14T00:09:19.109Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-14T00:09:19.110Z | + git fetch origin ed790642f49527709b8a9130748a67a8f8225080 |
| 79 | 2026-07-14T00:09:19.389Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-14T00:09:19.389Z | * branch ed790642f49527709b8a9130748a67a8f8225080 -> FETCH_HEAD |
| 81 | 2026-07-14T00:09:19.402Z | + [[ -n sunshowers/spr/3n-wicketd-commission-types-reject-unknown-fields-in-userspecifiedportconfig ]] |
| 82 | 2026-07-14T00:09:19.405Z | ++ git branch --show-current |
| 83 | 2026-07-14T00:09:19.407Z | + current=main |
| 84 | 2026-07-14T00:09:19.407Z | + [[ main != sunshowers/spr/3n-wicketd-commission-types-reject-unknown-fields-in-userspecifiedportconfig ]] |
| 85 | 2026-07-14T00:09:19.407Z | + git branch -f sunshowers/spr/3n-wicketd-commission-types-reject-unknown-fields-in-userspecifiedportconfig ed790642f49527709b8a9130748a67a8f8225080 |
| 86 | 2026-07-14T00:09:19.410Z | + git checkout -f sunshowers/spr/3n-wicketd-commission-types-reject-unknown-fields-in-userspecifiedportconfig |
| 87 | 2026-07-14T00:09:19.654Z | Switched to branch 'sunshowers/spr/3n-wicketd-commission-types-reject-unknown-fields-in-userspecifiedportconfig' |
| 88 | 2026-07-14T00:09:19.657Z | + git reset --hard ed790642f49527709b8a9130748a67a8f8225080 |
| 89 | 2026-07-14T00:09:19.671Z | HEAD is now at ed790642f minor tweaks |
| 90 | 2026-07-14T00:09:19.674Z | process exited: duration 11712 ms, exit code 0 |
| |
| 91 | 2026-07-14T00:09:19.679Z | starting task 4: "build" |
| 92 | 2026-07-14T00:09:19.685Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-07-14T00:09:19.685Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-07-14T00:09:19.685Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-07-14T00:09:19.688Z | +++ uname -s |
| 96 | 2026-07-14T00:09:19.688Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-07-14T00:09:19.688Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-07-14T00:09:19.691Z | + cargo --version |
| 99 | 2026-07-14T00:09:19.698Z | cargo 1.96.1 (356927216 2026-06-26) |
| 100 | 2026-07-14T00:09:19.701Z | + rustc --version |
| 101 | 2026-07-14T00:09:19.721Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 102 | 2026-07-14T00:09:19.724Z | + WORK=/work |
| 103 | 2026-07-14T00:09:19.724Z | + pfexec mkdir -p /work |
| 104 | 2026-07-14T00:09:19.727Z | + pfexec chown build /work |
| 105 | 2026-07-14T00:09:19.729Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-07-14T00:09:22.161Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-07-14T00:09:22.307Z | Startup: Caching catalogs ... Done |
| 108 | 2026-07-14T00:09:22.847Z | Planning: Solver setup ... Done (0.482s) |
| 109 | 2026-07-14T00:09:22.874Z | Planning: Running solver ... Done (0.028s) |
| 110 | 2026-07-14T00:09:22.886Z | Planning: Finding local manifests ... Done (0.002s) |
| 111 | 2026-07-14T00:09:22.898Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-07-14T00:09:22.913Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-07-14T00:09:22.928Z | Planning: Package planning ... Done (0.014s) |
| 114 | 2026-07-14T00:09:22.931Z | Planning: Merging actions ... Done (0.002s) |
| 115 | 2026-07-14T00:09:23.101Z | Planning: Checking for conflicting actions ... Done (0.172s) |
| 116 | 2026-07-14T00:09:23.104Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-07-14T00:09:25.230Z | Planning: Evaluating mediators ... Done (2.128s) |
| 118 | 2026-07-14T00:09:25.233Z | Planning: Planning completed in 2.90 seconds |
| 119 | 2026-07-14T00:09:25.240Z | Packages to install: 2 |
| 120 | 2026-07-14T00:09:25.240Z | Estimated space available: 156.06 GB |
| 121 | 2026-07-14T00:09:25.240Z | Estimated space to be consumed: 32.66 MB |
| 122 | 2026-07-14T00:09:25.240Z | Create boot environment: No |
| 123 | 2026-07-14T00:09:25.240Z | Create backup boot environment: No |
| 124 | 2026-07-14T00:09:25.240Z | Rebuild boot archive: No |
| 125 | 2026-07-14T00:09:25.240Z | |
| 126 | 2026-07-14T00:09:25.243Z | Changed packages: |
| 127 | 2026-07-14T00:09:25.243Z | helios |
| 128 | 2026-07-14T00:09:25.243Z | developer/build-essential |
| 129 | 2026-07-14T00:09:25.243Z | None -> 11-3.0 |
| 130 | 2026-07-14T00:09:25.243Z | library/libxmlsec1 |
| 131 | 2026-07-14T00:09:25.243Z | None -> 1.2.35-3.0 |
| 132 | 2026-07-14T00:09:25.329Z | |
| 133 | 2026-07-14T00:09:25.329Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-07-14T00:09:25.818Z | Download: Completed 1.28 MB in 0.49 seconds (2.6M/s) |
| 135 | 2026-07-14T00:09:25.901Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-07-14T00:09:25.939Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-07-14T00:09:25.952Z | Finalize: Updating package state database ... Done (0.013s) |
| 138 | 2026-07-14T00:09:25.952Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-07-14T00:09:25.983Z | Finalize: Updating image state ... Done (0.031s) |
| 140 | 2026-07-14T00:09:29.077Z | Finalize: Creating fast lookup database ... Done (3.068s) |
| 141 | 2026-07-14T00:09:29.181Z | Finalize: Reading search index ... Done (0.041s) |
| 142 | 2026-07-14T00:09:29.184Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-07-14T00:09:29.272Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-07-14T00:09:29.589Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-07-14T00:09:29.694Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-07-14T00:09:29.698Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-07-14T00:09:29.852Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-07-14T00:09:29.855Z | Planning: Planning completed in 0.26 seconds |
| 149 | 2026-07-14T00:09:29.917Z | Mediators to change: 2 |
| 150 | 2026-07-14T00:09:29.917Z | Create boot environment: No |
| 151 | 2026-07-14T00:09:29.917Z | Create backup boot environment: No |
| 152 | 2026-07-14T00:09:29.922Z | Finalize: Updating package state database ... Done |
| 153 | 2026-07-14T00:09:29.922Z | Finalize: Updating package cache ... Done |
| 154 | 2026-07-14T00:09:29.937Z | Finalize: Updating image state ... Done |
| 155 | 2026-07-14T00:09:31.880Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-07-14T00:09:31.942Z | Finalize: Reading search index ... Done |
| 157 | 2026-07-14T00:09:31.944Z | Finalize: Updating search index ... Done |
| 158 | 2026-07-14T00:09:32.016Z | Finalize: Updating package cache ... Done |
| 159 | 2026-07-14T00:09:32.299Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-07-14T00:09:32.404Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-07-14T00:09:32.406Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-07-14T00:09:32.561Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-07-14T00:09:32.564Z | Planning: Planning completed in 0.26 seconds |
| 164 | 2026-07-14T00:09:32.584Z | Mediators to change: 1 |
| 165 | 2026-07-14T00:09:32.584Z | Create boot environment: No |
| 166 | 2026-07-14T00:09:32.584Z | Create backup boot environment: No |
| 167 | 2026-07-14T00:09:32.630Z | Finalize: Updating package state database ... Done |
| 168 | 2026-07-14T00:09:32.630Z | Finalize: Updating package cache ... Done |
| 169 | 2026-07-14T00:09:32.650Z | Finalize: Updating image state ... Done |
| 170 | 2026-07-14T00:09:34.580Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-07-14T00:09:34.646Z | Finalize: Reading search index ... Done |
| 172 | 2026-07-14T00:09:34.649Z | Finalize: Updating search index ... Done |
| 173 | 2026-07-14T00:09:34.729Z | Finalize: Updating package cache ... Done |
| 174 | 2026-07-14T00:09:35.039Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-07-14T00:09:35.039Z | apache system 2.4 system |
| 176 | 2026-07-14T00:09:35.039Z | clang system 15 system |
| 177 | 2026-07-14T00:09:35.039Z | csh system system illumos |
| 178 | 2026-07-14T00:09:35.039Z | ctags system system illumos |
| 179 | 2026-07-14T00:09:35.039Z | file vendor vendor darwinsys |
| 180 | 2026-07-14T00:09:35.039Z | file system system illumos |
| 181 | 2026-07-14T00:09:35.039Z | gcc vendor 14 vendor |
| 182 | 2026-07-14T00:09:35.039Z | gcc system 13 system |
| 183 | 2026-07-14T00:09:35.039Z | gcc system 10 system |
| 184 | 2026-07-14T00:09:35.039Z | go system 1.25 system |
| 185 | 2026-07-14T00:09:35.039Z | llvm system 15 system |
| 186 | 2026-07-14T00:09:35.039Z | mariadb system 11.4 system |
| 187 | 2026-07-14T00:09:35.039Z | mta vendor vendor dma |
| 188 | 2026-07-14T00:09:35.039Z | openjdk system 17 system |
| 189 | 2026-07-14T00:09:35.039Z | openjdk system 11 system |
| 190 | 2026-07-14T00:09:35.039Z | openssl vendor 3 vendor |
| 191 | 2026-07-14T00:09:35.039Z | perl system 5.40 system |
| 192 | 2026-07-14T00:09:35.039Z | postgresql system 18 system |
| 193 | 2026-07-14T00:09:35.039Z | postgresql system 17 system |
| 194 | 2026-07-14T00:09:35.039Z | python vendor 3 vendor |
| 195 | 2026-07-14T00:09:35.039Z | python system 2 system |
| 196 | 2026-07-14T00:09:35.039Z | python3 vendor 3.13 vendor |
| 197 | 2026-07-14T00:09:35.039Z | ruby system 3.4 system |
| 198 | 2026-07-14T00:09:35.039Z | ruby system 3.0 system |
| 199 | 2026-07-14T00:09:35.039Z | words vendor vendor american-english |
| 200 | 2026-07-14T00:09:35.039Z | words system system australian-english |
| 201 | 2026-07-14T00:09:35.039Z | words system system british-english |
| 202 | 2026-07-14T00:09:35.039Z | words system system canadian-english |
| 203 | 2026-07-14T00:09:35.039Z | words system system french |
| 204 | 2026-07-14T00:09:35.039Z | words system system italian |
| 205 | 2026-07-14T00:09:35.039Z | words system system ngerman |
| 206 | 2026-07-14T00:09:35.040Z | words system system ogerman |
| 207 | 2026-07-14T00:09:35.040Z | words system system spanish |
| 208 | 2026-07-14T00:09:35.287Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-07-14T00:09:35.287Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-07-14T00:09:35.600Z | FMRI IFO |
| 211 | 2026-07-14T00:09:35.600Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-07-14T00:09:35.600Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-07-14T00:09:35.600Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-07-14T00:09:35.600Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-07-14T00:09:35.600Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-07-14T00:09:35.600Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-07-14T00:09:35.600Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-07-14T00:09:35.600Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-07-14T00:09:35.600Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-07-14T00:09:35.862Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-07-14T00:09:36.124Z | Updating crates.io index |
| 222 | 2026-07-14T00:09:36.127Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-07-14T00:09:36.353Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-07-14T00:09:36.652Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 225 | 2026-07-14T00:09:37.580Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 226 | 2026-07-14T00:09:38.034Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 227 | 2026-07-14T00:09:39.578Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 228 | 2026-07-14T00:09:40.326Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 229 | 2026-07-14T00:09:40.617Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 230 | 2026-07-14T00:09:40.930Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 231 | 2026-07-14T00:09:41.987Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 232 | 2026-07-14T00:09:42.211Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 233 | 2026-07-14T00:09:42.504Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 234 | 2026-07-14T00:09:42.794Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 235 | 2026-07-14T00:09:43.199Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 236 | 2026-07-14T00:09:43.703Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 237 | 2026-07-14T00:09:44.097Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 238 | 2026-07-14T00:09:44.329Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 239 | 2026-07-14T00:09:44.565Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 240 | 2026-07-14T00:09:44.867Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 241 | 2026-07-14T00:09:45.159Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 242 | 2026-07-14T00:09:45.362Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 243 | 2026-07-14T00:09:45.617Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 244 | 2026-07-14T00:09:45.939Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 245 | 2026-07-14T00:09:46.289Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 246 | 2026-07-14T00:09:46.526Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 247 | 2026-07-14T00:09:46.901Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 248 | 2026-07-14T00:09:47.333Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 249 | 2026-07-14T00:09:47.612Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 250 | 2026-07-14T00:09:47.846Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 251 | 2026-07-14T00:09:48.051Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 252 | 2026-07-14T00:09:48.380Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 253 | 2026-07-14T00:09:48.731Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 254 | 2026-07-14T00:09:48.948Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 255 | 2026-07-14T00:09:49.192Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 256 | 2026-07-14T00:09:49.440Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 257 | 2026-07-14T00:09:49.703Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 258 | 2026-07-14T00:09:50.134Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 259 | 2026-07-14T00:09:50.402Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 260 | 2026-07-14T00:09:50.693Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 261 | 2026-07-14T00:09:50.958Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 262 | 2026-07-14T00:09:53.588Z | Downloading crates ... |
| 263 | 2026-07-14T00:09:53.637Z | Downloaded block-buffer v0.10.4 |
| 264 | 2026-07-14T00:09:53.639Z | Downloaded autocfg v1.5.0 |
| 265 | 2026-07-14T00:09:53.642Z | Downloaded anstream v1.0.0 |
| 266 | 2026-07-14T00:09:53.645Z | Downloaded cargo-platform v0.3.2 |
| 267 | 2026-07-14T00:09:53.650Z | Downloaded zmij v1.0.21 |
| 268 | 2026-07-14T00:09:53.656Z | Downloaded tabled_derive v0.7.0 |
| 269 | 2026-07-14T00:09:53.656Z | Downloaded errno v0.3.14 |
| 270 | 2026-07-14T00:09:53.656Z | Downloaded generic-array v0.14.7 |
| 271 | 2026-07-14T00:09:53.660Z | Downloaded cargo_metadata v0.23.1 |
| 272 | 2026-07-14T00:09:53.663Z | Downloaded anstyle-query v1.1.5 |
| 273 | 2026-07-14T00:09:53.665Z | Downloaded zerocopy v0.7.35 |
| 274 | 2026-07-14T00:09:53.671Z | Downloaded heck v0.5.0 |
| 275 | 2026-07-14T00:09:53.674Z | Downloaded is_terminal_polyfill v1.70.2 |
| 276 | 2026-07-14T00:09:53.674Z | Downloaded zerocopy-derive v0.7.35 |
| 277 | 2026-07-14T00:09:53.677Z | Downloaded cfg-if v1.0.4 |
| 278 | 2026-07-14T00:09:53.677Z | Downloaded memmap v0.7.0 |
| 279 | 2026-07-14T00:09:53.680Z | Downloaded colorchoice v1.0.4 |
| 280 | 2026-07-14T00:09:53.680Z | Downloaded fnv v1.0.7 |
| 281 | 2026-07-14T00:09:53.680Z | Downloaded digest v0.10.7 |
| 282 | 2026-07-14T00:09:53.680Z | Downloaded clap_lex v1.0.0 |
| 283 | 2026-07-14T00:09:53.683Z | Downloaded byteorder v1.5.0 |
| 284 | 2026-07-14T00:09:53.689Z | Downloaded camino v1.2.2 |
| 285 | 2026-07-14T00:09:53.693Z | Downloaded anstyle v1.0.14 |
| 286 | 2026-07-14T00:09:53.693Z | Downloaded camino-tempfile v1.4.1 |
| 287 | 2026-07-14T00:09:53.693Z | Downloaded equivalent v1.0.2 |
| 288 | 2026-07-14T00:09:53.696Z | Downloaded smawk v0.3.2 |
| 289 | 2026-07-14T00:09:53.696Z | Downloaded cpufeatures v0.2.17 |
| 290 | 2026-07-14T00:09:53.703Z | Downloaded textwrap v0.16.2 |
| 291 | 2026-07-14T00:09:53.706Z | Downloaded cargo_toml v0.21.0 |
| 292 | 2026-07-14T00:09:53.712Z | Downloaded heck v0.4.1 |
| 293 | 2026-07-14T00:09:53.715Z | Downloaded scroll_derive v0.12.1 |
| 294 | 2026-07-14T00:09:53.715Z | Downloaded plain v0.2.3 |
| 295 | 2026-07-14T00:09:53.715Z | Downloaded itoa v1.0.17 |
| 296 | 2026-07-14T00:09:53.717Z | Downloaded crypto-common v0.1.7 |
| 297 | 2026-07-14T00:09:53.720Z | Downloaded fastrand v2.3.0 |
| 298 | 2026-07-14T00:09:53.720Z | Downloaded dtrace-parser v0.2.0 |
| 299 | 2026-07-14T00:09:53.721Z | Downloaded toml_write v0.1.2 |
| 300 | 2026-07-14T00:09:53.724Z | Downloaded proc-macro-error-attr v1.0.4 |
| 301 | 2026-07-14T00:09:53.727Z | Downloaded usdt-macro v0.5.0 |
| 302 | 2026-07-14T00:09:53.734Z | Downloaded version_check v0.9.5 |
| 303 | 2026-07-14T00:09:53.738Z | Downloaded usdt-attr-macro v0.5.0 |
| 304 | 2026-07-14T00:09:53.740Z | Downloaded utf8parse v0.2.2 |
| 305 | 2026-07-14T00:09:53.740Z | Downloaded macaddr v1.0.1 |
| 306 | 2026-07-14T00:09:53.744Z | Downloaded thread-id v4.2.2 |
| 307 | 2026-07-14T00:09:53.747Z | Downloaded usdt v0.5.0 |
| 308 | 2026-07-14T00:09:53.747Z | Downloaded unicode-linebreak v0.1.5 |
| 309 | 2026-07-14T00:09:53.747Z | Downloaded toml_datetime v0.6.11 |
| 310 | 2026-07-14T00:09:53.747Z | Downloaded terminal_size v0.4.3 |
| 311 | 2026-07-14T00:09:53.749Z | Downloaded serde_spanned v0.6.9 |
| 312 | 2026-07-14T00:09:53.752Z | Downloaded dof v0.3.0 |
| 313 | 2026-07-14T00:09:53.756Z | Downloaded bytecount v0.6.9 |
| 314 | 2026-07-14T00:09:53.756Z | Downloaded anstyle-parse v1.0.0 |
| 315 | 2026-07-14T00:09:53.759Z | Downloaded thiserror v2.0.18 |
| 316 | 2026-07-14T00:09:53.759Z | Downloaded clap_derive v4.6.1 |
| 317 | 2026-07-14T00:09:53.762Z | Downloaded swrite v0.1.0 |
| 318 | 2026-07-14T00:09:53.768Z | Downloaded anyhow v1.0.102 |
| 319 | 2026-07-14T00:09:53.772Z | Downloaded proc-macro-error v1.0.4 |
| 320 | 2026-07-14T00:09:53.775Z | Downloaded pretty-hex v0.4.1 |
| 321 | 2026-07-14T00:09:53.778Z | Downloaded sha2 v0.10.9 |
| 322 | 2026-07-14T00:09:53.778Z | Downloaded fs-err v3.3.0 |
| 323 | 2026-07-14T00:09:53.781Z | Downloaded usdt-impl v0.5.0 |
| 324 | 2026-07-14T00:09:53.785Z | Downloaded thiserror v1.0.69 |
| 325 | 2026-07-14T00:09:53.785Z | Downloaded thiserror-impl v1.0.69 |
| 326 | 2026-07-14T00:09:53.785Z | Downloaded strsim v0.11.1 |
| 327 | 2026-07-14T00:09:53.791Z | Downloaded serde_tokenstream v0.2.3 |
| 328 | 2026-07-14T00:09:53.795Z | Downloaded log v0.4.29 |
| 329 | 2026-07-14T00:09:53.798Z | Downloaded thiserror-impl v2.0.18 |
| 330 | 2026-07-14T00:09:53.802Z | Downloaded scroll v0.12.0 |
| 331 | 2026-07-14T00:09:53.805Z | Downloaded getrandom v0.4.1 |
| 332 | 2026-07-14T00:09:53.808Z | Downloaded semver v1.0.28 |
| 333 | 2026-07-14T00:09:53.808Z | Downloaded papergrid v0.11.0 |
| 334 | 2026-07-14T00:09:53.815Z | Downloaded ucd-trie v0.1.7 |
| 335 | 2026-07-14T00:09:53.817Z | Downloaded toml v0.8.23 |
| 336 | 2026-07-14T00:09:53.820Z | Downloaded pest_generator v2.8.6 |
| 337 | 2026-07-14T00:09:53.823Z | Downloaded quote v1.0.45 |
| 338 | 2026-07-14T00:09:53.830Z | Downloaded pest_meta v2.8.6 |
| 339 | 2026-07-14T00:09:53.833Z | Downloaded once_cell v1.21.3 |
| 340 | 2026-07-14T00:09:53.839Z | Downloaded bitflags v2.11.0 |
| 341 | 2026-07-14T00:09:53.842Z | Downloaded unicode-ident v1.0.24 |
| 342 | 2026-07-14T00:09:53.845Z | Downloaded serde_derive v1.0.228 |
| 343 | 2026-07-14T00:09:53.845Z | Downloaded pest_derive v2.8.6 |
| 344 | 2026-07-14T00:09:53.848Z | Downloaded tempfile v3.25.0 |
| 345 | 2026-07-14T00:09:53.851Z | Downloaded toml_edit v0.22.27 |
| 346 | 2026-07-14T00:09:53.853Z | Downloaded serde_core v1.0.228 |
| 347 | 2026-07-14T00:09:53.853Z | Downloaded clap_builder v4.6.0 |
| 348 | 2026-07-14T00:09:53.856Z | Downloaded proc-macro2 v1.0.106 |
| 349 | 2026-07-14T00:09:53.859Z | Downloaded hashbrown v0.17.0 |
| 350 | 2026-07-14T00:09:53.864Z | Downloaded clap v4.6.1 |
| 351 | 2026-07-14T00:09:53.872Z | Downloaded serde v1.0.228 |
| 352 | 2026-07-14T00:09:53.887Z | Downloaded memchr v2.8.0 |
| 353 | 2026-07-14T00:09:53.893Z | Downloaded indexmap v2.14.0 |
| 354 | 2026-07-14T00:09:53.897Z | Downloaded pest v2.8.6 |
| 355 | 2026-07-14T00:09:53.905Z | Downloaded typenum v1.20.1 |
| 356 | 2026-07-14T00:09:53.919Z | Downloaded serde_json v1.0.150 |
| 357 | 2026-07-14T00:09:53.935Z | Downloaded winnow v0.7.14 |
| 358 | 2026-07-14T00:09:53.939Z | Downloaded goblin v0.8.2 |
| 359 | 2026-07-14T00:09:53.953Z | Downloaded tabled v0.15.0 |
| 360 | 2026-07-14T00:09:53.971Z | Downloaded syn v1.0.109 |
| 361 | 2026-07-14T00:09:53.977Z | Downloaded unicode-width v0.2.0 |
| 362 | 2026-07-14T00:09:53.980Z | Downloaded unicode-width v0.1.14 |
| 363 | 2026-07-14T00:09:53.984Z | Downloaded rustix v1.1.3 |
| 364 | 2026-07-14T00:09:53.994Z | Downloaded syn v2.0.117 |
| 365 | 2026-07-14T00:09:54.014Z | Downloaded libc v0.2.185 |
| 366 | 2026-07-14T00:09:54.076Z | Compiling proc-macro2 v1.0.106 |
| 367 | 2026-07-14T00:09:54.076Z | Compiling quote v1.0.45 |
| 368 | 2026-07-14T00:09:54.076Z | Compiling unicode-ident v1.0.24 |
| 369 | 2026-07-14T00:09:54.079Z | Compiling serde_core v1.0.228 |
| 370 | 2026-07-14T00:09:54.079Z | Compiling libc v0.2.185 |
| 371 | 2026-07-14T00:09:54.079Z | Compiling version_check v0.9.5 |
| 372 | 2026-07-14T00:09:54.079Z | Compiling memchr v2.8.0 |
| 373 | 2026-07-14T00:09:54.079Z | Compiling serde v1.0.228 |
| 374 | 2026-07-14T00:09:54.080Z | Compiling zmij v1.0.21 |
| 375 | 2026-07-14T00:09:54.080Z | Compiling ucd-trie v0.1.7 |
| 376 | 2026-07-14T00:09:54.080Z | Compiling itoa v1.0.17 |
| 377 | 2026-07-14T00:09:54.080Z | Compiling thiserror v1.0.69 |
| 378 | 2026-07-14T00:09:54.080Z | Compiling byteorder v1.5.0 |
| 379 | 2026-07-14T00:09:54.257Z | Compiling rustix v1.1.3 |
| 380 | 2026-07-14T00:09:54.437Z | Compiling bitflags v2.11.0 |
| 381 | 2026-07-14T00:09:54.584Z | Compiling serde_json v1.0.150 |
| 382 | 2026-07-14T00:09:54.768Z | Compiling syn v1.0.109 |
| 383 | 2026-07-14T00:09:54.823Z | Compiling pest v2.8.6 |
| 384 | 2026-07-14T00:09:54.840Z | Compiling camino v1.2.2 |
| 385 | 2026-07-14T00:09:54.843Z | Compiling equivalent v1.0.2 |
| 386 | 2026-07-14T00:09:54.877Z | Compiling usdt-impl v0.5.0 |
| 387 | 2026-07-14T00:09:54.979Z | Compiling proc-macro-error-attr v1.0.4 |
| 388 | 2026-07-14T00:09:54.982Z | Compiling proc-macro-error v1.0.4 |
| 389 | 2026-07-14T00:09:55.076Z | Compiling utf8parse v0.2.2 |
| 390 | 2026-07-14T00:09:55.093Z | Compiling plain v0.2.3 |
| 391 | 2026-07-14T00:09:55.096Z | Compiling log v0.4.29 |
| 392 | 2026-07-14T00:09:55.126Z | Compiling getrandom v0.4.1 |
| 393 | 2026-07-14T00:09:55.239Z | Compiling hashbrown v0.17.0 |
| 394 | 2026-07-14T00:09:55.256Z | Compiling anstyle-parse v1.0.0 |
| 395 | 2026-07-14T00:09:55.258Z | Compiling colorchoice v1.0.4 |
| 396 | 2026-07-14T00:09:55.328Z | Compiling errno v0.3.14 |
| 397 | 2026-07-14T00:09:55.346Z | Compiling thread-id v4.2.2 |
| 398 | 2026-07-14T00:09:55.411Z | Compiling toml_write v0.1.2 |
| 399 | 2026-07-14T00:09:55.415Z | Compiling winnow v0.7.14 |
| 400 | 2026-07-14T00:09:55.450Z | Compiling pretty-hex v0.4.1 |
| 401 | 2026-07-14T00:09:55.453Z | Compiling anstyle-query v1.1.5 |
| 402 | 2026-07-14T00:09:55.453Z | Compiling cfg-if v1.0.4 |
| 403 | 2026-07-14T00:09:55.524Z | Compiling is_terminal_polyfill v1.70.2 |
| 404 | 2026-07-14T00:09:55.527Z | Compiling autocfg v1.5.0 |
| 405 | 2026-07-14T00:09:55.527Z | Compiling thiserror v2.0.18 |
| 406 | 2026-07-14T00:09:55.582Z | Compiling anstyle v1.0.14 |
| 407 | 2026-07-14T00:09:55.633Z | Compiling heck v0.5.0 |
| 408 | 2026-07-14T00:09:55.666Z | Compiling unicode-width v0.1.14 |
| 409 | 2026-07-14T00:09:55.683Z | Compiling bytecount v0.6.9 |
| 410 | 2026-07-14T00:09:55.756Z | Compiling indexmap v2.14.0 |
| 411 | 2026-07-14T00:09:55.817Z | Compiling syn v2.0.117 |
| 412 | 2026-07-14T00:09:55.864Z | Compiling anstream v1.0.0 |
| 413 | 2026-07-14T00:09:55.864Z | Compiling clap_lex v1.0.0 |
| 414 | 2026-07-14T00:09:55.898Z | Compiling pest_meta v2.8.6 |
| 415 | 2026-07-14T00:09:55.937Z | Compiling anyhow v1.0.102 |
| 416 | 2026-07-14T00:09:55.971Z | Compiling fnv v1.0.7 |
| 417 | 2026-07-14T00:09:55.989Z | Compiling fs-err v3.3.0 |
| 418 | 2026-07-14T00:09:56.096Z | Compiling fastrand v2.3.0 |
| 419 | 2026-07-14T00:09:56.135Z | Compiling once_cell v1.21.3 |
| 420 | 2026-07-14T00:09:56.153Z | Compiling heck v0.4.1 |
| 421 | 2026-07-14T00:09:56.174Z | Compiling strsim v0.11.1 |
| 422 | 2026-07-14T00:09:56.194Z | Compiling papergrid v0.11.0 |
| 423 | 2026-07-14T00:09:56.342Z | Compiling memmap v0.7.0 |
| 424 | 2026-07-14T00:09:56.369Z | Compiling terminal_size v0.4.3 |
| 425 | 2026-07-14T00:09:56.387Z | Compiling tempfile v3.25.0 |
| 426 | 2026-07-14T00:09:56.387Z | Compiling unicode-width v0.2.0 |
| 427 | 2026-07-14T00:09:56.425Z | Compiling smawk v0.3.2 |
| 428 | 2026-07-14T00:09:56.441Z | Compiling unicode-linebreak v0.1.5 |
| 429 | 2026-07-14T00:09:56.552Z | Compiling cargo-platform v0.3.2 |
| 430 | 2026-07-14T00:09:56.587Z | Compiling semver v1.0.28 |
| 431 | 2026-07-14T00:09:56.587Z | Compiling clap_builder v4.6.0 |
| 432 | 2026-07-14T00:09:56.716Z | Compiling textwrap v0.16.2 |
| 433 | 2026-07-14T00:09:56.734Z | Compiling swrite v0.1.0 |
| 434 | 2026-07-14T00:09:56.891Z | Compiling camino-tempfile v1.4.1 |
| 435 | 2026-07-14T00:09:57.316Z | Compiling tabled_derive v0.7.0 |
| 436 | 2026-07-14T00:09:57.947Z | Compiling pest_generator v2.8.6 |
| 437 | 2026-07-14T00:09:57.964Z | Compiling tabled v0.15.0 |
| 438 | 2026-07-14T00:09:58.447Z | Compiling serde_derive v1.0.228 |
| 439 | 2026-07-14T00:09:58.447Z | Compiling thiserror-impl v1.0.69 |
| 440 | 2026-07-14T00:09:58.450Z | Compiling zerocopy-derive v0.7.35 |
| 441 | 2026-07-14T00:09:58.450Z | Compiling scroll_derive v0.12.1 |
| 442 | 2026-07-14T00:09:58.450Z | Compiling thiserror-impl v2.0.18 |
| 443 | 2026-07-14T00:09:58.450Z | Compiling clap_derive v4.6.1 |
| 444 | 2026-07-14T00:09:58.550Z | Compiling pest_derive v2.8.6 |
| 445 | 2026-07-14T00:09:59.065Z | Compiling scroll v0.12.0 |
| 446 | 2026-07-14T00:09:59.205Z | Compiling zerocopy v0.7.35 |
| 447 | 2026-07-14T00:09:59.277Z | Compiling goblin v0.8.2 |
| 448 | 2026-07-14T00:09:59.491Z | Compiling dtrace-parser v0.2.0 |
| 449 | 2026-07-14T00:09:59.833Z | Compiling clap v4.6.1 |
| 450 | 2026-07-14T00:10:00.873Z | Compiling serde_spanned v0.6.9 |
| 451 | 2026-07-14T00:10:00.873Z | Compiling toml_datetime v0.6.11 |
| 452 | 2026-07-14T00:10:00.873Z | Compiling macaddr v1.0.1 |
| 453 | 2026-07-14T00:10:00.881Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 454 | 2026-07-14T00:10:00.881Z | Compiling cargo_metadata v0.23.1 |
| 455 | 2026-07-14T00:10:00.884Z | Compiling dof v0.3.0 |
| 456 | 2026-07-14T00:10:00.884Z | Compiling serde_tokenstream v0.2.3 |
| 457 | 2026-07-14T00:10:01.036Z | Compiling toml_edit v0.22.27 |
| 458 | 2026-07-14T00:10:01.629Z | Compiling usdt-attr-macro v0.5.0 |
| 459 | 2026-07-14T00:10:01.629Z | Compiling usdt-macro v0.5.0 |
| 460 | 2026-07-14T00:10:02.237Z | Compiling usdt v0.5.0 |
| 461 | 2026-07-14T00:10:02.330Z | Compiling toml v0.8.23 |
| 462 | 2026-07-14T00:10:02.649Z | Compiling cargo_toml v0.21.0 |
| 463 | 2026-07-14T00:10:03.946Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 464 | 2026-07-14T00:10:05.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.26s |
| 465 | 2026-07-14T00:10:06.173Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 466 | 2026-07-14T00:10:06.662Z | Downloading crates ... |
| 467 | 2026-07-14T00:10:06.754Z | Downloaded backoff v0.4.0 |
| 468 | 2026-07-14T00:10:06.756Z | Downloaded bit-vec v0.8.0 |
| 469 | 2026-07-14T00:10:06.759Z | Downloaded bcs v0.1.6 |
| 470 | 2026-07-14T00:10:06.759Z | Downloaded adler2 v2.0.1 |
| 471 | 2026-07-14T00:10:06.762Z | Downloaded base16ct v0.2.0 |
| 472 | 2026-07-14T00:10:06.762Z | Downloaded ar_archive_writer v0.5.1 |
| 473 | 2026-07-14T00:10:06.765Z | Downloaded aead v0.5.2 |
| 474 | 2026-07-14T00:10:06.769Z | Downloaded bzip2 v0.4.4 |
| 475 | 2026-07-14T00:10:06.772Z | Downloaded async-bb8-diesel v0.2.1 |
| 476 | 2026-07-14T00:10:06.774Z | Downloaded bit-set v0.8.0 |
| 477 | 2026-07-14T00:10:06.778Z | Downloaded crucible-workspace-hack v0.1.0 |
| 478 | 2026-07-14T00:10:06.781Z | Downloaded cookie_store v0.22.1 |
| 479 | 2026-07-14T00:10:06.783Z | Downloaded darling_core v0.23.0 |
| 480 | 2026-07-14T00:10:06.786Z | Downloaded atty v0.2.14 |
| 481 | 2026-07-14T00:10:06.786Z | Downloaded bitfield-struct v0.6.2 |
| 482 | 2026-07-14T00:10:06.789Z | Downloaded arrayvec v0.7.6 |
| 483 | 2026-07-14T00:10:06.789Z | Downloaded dirs-sys-next v0.1.2 |
| 484 | 2026-07-14T00:10:06.789Z | Downloaded bitfield-macros v0.19.4 |
| 485 | 2026-07-14T00:10:06.792Z | Downloaded crc8 v0.1.1 |
| 486 | 2026-07-14T00:10:06.795Z | Downloaded assert_matches v1.5.0 |
| 487 | 2026-07-14T00:10:06.799Z | Downloaded crc v3.4.0 |
| 488 | 2026-07-14T00:10:06.802Z | Downloaded darling_macro v0.20.11 |
| 489 | 2026-07-14T00:10:06.802Z | Downloaded crc-catalog v2.4.0 |
| 490 | 2026-07-14T00:10:06.802Z | Downloaded blake2 v0.10.6 |
| 491 | 2026-07-14T00:10:06.805Z | Downloaded der_derive v0.7.3 |
| 492 | 2026-07-14T00:10:06.805Z | Downloaded async-recursion v1.1.1 |
| 493 | 2026-07-14T00:10:06.810Z | Downloaded bitflags v1.3.2 |
| 494 | 2026-07-14T00:10:06.814Z | Downloaded delegate v0.13.5 |
| 495 | 2026-07-14T00:10:06.814Z | Downloaded endian-type v0.1.2 |
| 496 | 2026-07-14T00:10:06.817Z | Downloaded base16ct v1.0.0 |
| 497 | 2026-07-14T00:10:06.817Z | Downloaded cookie v0.18.1 |
| 498 | 2026-07-14T00:10:06.817Z | Downloaded convert_case v0.10.0 |
| 499 | 2026-07-14T00:10:06.821Z | Downloaded crossbeam-deque v0.8.6 |
| 500 | 2026-07-14T00:10:06.821Z | Downloaded darling_macro v0.23.0 |
| 501 | 2026-07-14T00:10:06.821Z | Downloaded debug-ignore v1.0.5 |
| 502 | 2026-07-14T00:10:06.824Z | Downloaded bit-set v0.5.3 |
| 503 | 2026-07-14T00:10:06.824Z | Downloaded atomicwrites v0.4.4 |
| 504 | 2026-07-14T00:10:06.824Z | Downloaded bb8 v0.8.6 |
| 505 | 2026-07-14T00:10:06.824Z | Downloaded ascii-canvas v3.0.0 |
| 506 | 2026-07-14T00:10:06.824Z | Downloaded cpubits v0.1.1 |
| 507 | 2026-07-14T00:10:06.828Z | Downloaded async-stream v0.3.6 |
| 508 | 2026-07-14T00:10:06.828Z | Downloaded defmt v0.3.100 |
| 509 | 2026-07-14T00:10:06.831Z | Downloaded darling_macro v0.21.3 |
| 510 | 2026-07-14T00:10:06.831Z | Downloaded csv-core v0.1.13 |
| 511 | 2026-07-14T00:10:06.831Z | Downloaded cpufeatures v0.3.0 |
| 512 | 2026-07-14T00:10:06.831Z | Downloaded arrayref v0.3.9 |
| 513 | 2026-07-14T00:10:06.834Z | Downloaded crossbeam-epoch v0.9.18 |
| 514 | 2026-07-14T00:10:06.836Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 515 | 2026-07-14T00:10:06.836Z | Downloaded atomic-waker v1.1.2 |
| 516 | 2026-07-14T00:10:06.836Z | Downloaded argon2 v0.5.3 |
| 517 | 2026-07-14T00:10:06.840Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 518 | 2026-07-14T00:10:06.840Z | Downloaded defmt-parser v1.0.0 |
| 519 | 2026-07-14T00:10:06.840Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 520 | 2026-07-14T00:10:06.842Z | Downloaded darling v0.23.0 |
| 521 | 2026-07-14T00:10:06.845Z | Downloaded cstr-argument v0.1.2 |
| 522 | 2026-07-14T00:10:06.845Z | Downloaded cobs v0.3.0 |
| 523 | 2026-07-14T00:10:06.845Z | Downloaded darling v0.13.4 |
| 524 | 2026-07-14T00:10:06.848Z | Downloaded critical-section v1.2.0 |
| 525 | 2026-07-14T00:10:06.848Z | Downloaded array-init v0.0.4 |
| 526 | 2026-07-14T00:10:06.851Z | Downloaded crunchy v0.2.4 |
| 527 | 2026-07-14T00:10:06.851Z | Downloaded ciborium-io v0.2.2 |
| 528 | 2026-07-14T00:10:06.851Z | Downloaded cfg_aliases v0.2.1 |
| 529 | 2026-07-14T00:10:06.854Z | Downloaded dirs-next v2.0.0 |
| 530 | 2026-07-14T00:10:06.854Z | Downloaded embedded-io v0.4.0 |
| 531 | 2026-07-14T00:10:06.854Z | Downloaded derive_builder_macro v0.20.2 |
| 532 | 2026-07-14T00:10:06.857Z | Downloaded compression-core v0.4.31 |
| 533 | 2026-07-14T00:10:06.857Z | Downloaded block-buffer v0.12.1 |
| 534 | 2026-07-14T00:10:06.857Z | Downloaded dof v0.4.0 |
| 535 | 2026-07-14T00:10:06.860Z | Downloaded ciborium-ll v0.2.2 |
| 536 | 2026-07-14T00:10:06.860Z | Downloaded dunce v1.0.5 |
| 537 | 2026-07-14T00:10:06.860Z | Downloaded castaway v0.2.4 |
| 538 | 2026-07-14T00:10:06.862Z | Downloaded async-stream-impl v0.3.6 |
| 539 | 2026-07-14T00:10:06.863Z | Downloaded convert_case v0.4.0 |
| 540 | 2026-07-14T00:10:06.868Z | Downloaded fixedbitset v0.4.2 |
| 541 | 2026-07-14T00:10:06.871Z | Downloaded dtrace-parser v0.3.0 |
| 542 | 2026-07-14T00:10:06.871Z | Downloaded block-padding v0.4.2 |
| 543 | 2026-07-14T00:10:06.873Z | Downloaded darling_macro v0.13.4 |
| 544 | 2026-07-14T00:10:06.873Z | Downloaded dsl_auto_type v0.2.0 |
| 545 | 2026-07-14T00:10:06.876Z | Downloaded cfg_aliases v0.1.1 |
| 546 | 2026-07-14T00:10:06.876Z | Downloaded crc32fast v1.5.0 |
| 547 | 2026-07-14T00:10:06.876Z | Downloaded env_filter v1.0.0 |
| 548 | 2026-07-14T00:10:06.879Z | Downloaded defmt v1.0.1 |
| 549 | 2026-07-14T00:10:06.882Z | Downloaded crc-any v2.5.0 |
| 550 | 2026-07-14T00:10:06.882Z | Downloaded byte-wrapper v0.1.0 |
| 551 | 2026-07-14T00:10:06.884Z | Downloaded bit-vec v0.6.3 |
| 552 | 2026-07-14T00:10:06.885Z | Downloaded enum-as-inner v0.6.1 |
| 553 | 2026-07-14T00:10:06.891Z | Downloaded display-error-chain v0.2.2 |
| 554 | 2026-07-14T00:10:06.891Z | Downloaded dyn-clone v1.0.20 |
| 555 | 2026-07-14T00:10:06.894Z | Downloaded downcast-rs v2.0.2 |
| 556 | 2026-07-14T00:10:06.894Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 557 | 2026-07-14T00:10:06.894Z | Downloaded document-features v0.2.12 |
| 558 | 2026-07-14T00:10:06.897Z | Downloaded embedded-io v0.6.1 |
| 559 | 2026-07-14T00:10:06.898Z | Downloaded daft-derive v0.1.7 |
| 560 | 2026-07-14T00:10:06.900Z | Downloaded corncobs v0.1.4 |
| 561 | 2026-07-14T00:10:06.900Z | Downloaded buf-list v1.1.2 |
| 562 | 2026-07-14T00:10:06.903Z | Downloaded float-ord v0.3.2 |
| 563 | 2026-07-14T00:10:06.903Z | Downloaded float-cmp v0.10.0 |
| 564 | 2026-07-14T00:10:06.906Z | Downloaded ahash v0.8.12 |
| 565 | 2026-07-14T00:10:06.906Z | Downloaded foreign-types-shared v0.1.1 |
| 566 | 2026-07-14T00:10:06.909Z | Downloaded foreign-types-macros v0.2.3 |
| 567 | 2026-07-14T00:10:06.909Z | Downloaded anstyle-parse v0.2.7 |
| 568 | 2026-07-14T00:10:06.912Z | Downloaded ctutils v0.4.2 |
| 569 | 2026-07-14T00:10:06.912Z | Downloaded crypto-common v0.2.2 |
| 570 | 2026-07-14T00:10:06.914Z | Downloaded foreign-types-shared v0.3.1 |
| 571 | 2026-07-14T00:10:06.914Z | Downloaded foreign-types v0.5.0 |
| 572 | 2026-07-14T00:10:06.917Z | Downloaded funty v2.0.0 |
| 573 | 2026-07-14T00:10:06.917Z | Downloaded futures-sink v0.3.32 |
| 574 | 2026-07-14T00:10:06.917Z | Downloaded futures-core v0.3.32 |
| 575 | 2026-07-14T00:10:06.920Z | Downloaded difflib v0.4.0 |
| 576 | 2026-07-14T00:10:06.920Z | Downloaded foreign-types v0.3.2 |
| 577 | 2026-07-14T00:10:06.920Z | Downloaded derive-ex v0.1.8 |
| 578 | 2026-07-14T00:10:06.924Z | Downloaded either v1.15.0 |
| 579 | 2026-07-14T00:10:06.924Z | Downloaded ed25519 v2.2.3 |
| 580 | 2026-07-14T00:10:06.924Z | Downloaded cmov v0.5.4 |
| 581 | 2026-07-14T00:10:06.927Z | Downloaded data-encoding v2.10.0 |
| 582 | 2026-07-14T00:10:06.927Z | Downloaded chacha20 v0.9.1 |
| 583 | 2026-07-14T00:10:06.927Z | Downloaded digest v0.11.3 |
| 584 | 2026-07-14T00:10:06.929Z | Downloaded fxhash v0.2.1 |
| 585 | 2026-07-14T00:10:06.929Z | Downloaded derive_more v0.99.20 |
| 586 | 2026-07-14T00:10:06.932Z | Downloaded derive_builder_core v0.20.2 |
| 587 | 2026-07-14T00:10:06.935Z | Downloaded ed25519 v3.0.0 |
| 588 | 2026-07-14T00:10:06.935Z | Downloaded daft v0.1.7 |
| 589 | 2026-07-14T00:10:06.938Z | Downloaded cipher v0.4.4 |
| 590 | 2026-07-14T00:10:06.938Z | Downloaded compression-codecs v0.4.37 |
| 591 | 2026-07-14T00:10:06.941Z | Downloaded darling v0.21.3 |
| 592 | 2026-07-14T00:10:06.944Z | Downloaded constant_time_eq v0.4.2 |
| 593 | 2026-07-14T00:10:06.944Z | Downloaded git-stub v1.0.0 |
| 594 | 2026-07-14T00:10:06.947Z | Downloaded gethostname v0.5.0 |
| 595 | 2026-07-14T00:10:06.947Z | Downloaded globwalk v0.9.1 |
| 596 | 2026-07-14T00:10:06.947Z | Downloaded ctr v0.10.1 |
| 597 | 2026-07-14T00:10:06.949Z | Downloaded ghash v0.6.0 |
| 598 | 2026-07-14T00:10:06.949Z | Downloaded futures-io v0.3.32 |
| 599 | 2026-07-14T00:10:06.952Z | Downloaded allocator-api2 v0.2.21 |
| 600 | 2026-07-14T00:10:06.952Z | Downloaded blowfish v0.10.0 |
| 601 | 2026-07-14T00:10:06.954Z | Downloaded defmt-macros v1.0.1 |
| 602 | 2026-07-14T00:10:06.961Z | Downloaded headers-core v0.3.0 |
| 603 | 2026-07-14T00:10:06.961Z | Downloaded hash32 v0.2.1 |
| 604 | 2026-07-14T00:10:06.962Z | Downloaded const_format_proc_macros v0.2.34 |
| 605 | 2026-07-14T00:10:06.962Z | Downloaded base64ct v1.8.3 |
| 606 | 2026-07-14T00:10:06.962Z | Downloaded hex-literal v1.1.0 |
| 607 | 2026-07-14T00:10:06.962Z | Downloaded fs-err v2.11.0 |
| 608 | 2026-07-14T00:10:06.965Z | Downloaded ecdsa v0.16.9 |
| 609 | 2026-07-14T00:10:06.965Z | Downloaded hash32 v0.3.1 |
| 610 | 2026-07-14T00:10:06.965Z | Downloaded form_urlencoded v1.2.2 |
| 611 | 2026-07-14T00:10:06.967Z | Downloaded fd-lock v4.0.4 |
| 612 | 2026-07-14T00:10:06.967Z | Downloaded foldhash v0.1.5 |
| 613 | 2026-07-14T00:10:06.967Z | Downloaded fallible-iterator v0.2.0 |
| 614 | 2026-07-14T00:10:06.970Z | Downloaded base64 v0.22.1 |
| 615 | 2026-07-14T00:10:06.973Z | Downloaded erased-serde v0.3.31 |
| 616 | 2026-07-14T00:10:06.973Z | Downloaded darling v0.20.11 |
| 617 | 2026-07-14T00:10:06.976Z | Downloaded fixedbitset v0.5.7 |
| 618 | 2026-07-14T00:10:06.979Z | Downloaded filetime v0.2.27 |
| 619 | 2026-07-14T00:10:06.979Z | Downloaded ff v0.13.1 |
| 620 | 2026-07-14T00:10:06.983Z | Downloaded fs_extra v1.3.0 |
| 621 | 2026-07-14T00:10:06.983Z | Downloaded hex v0.4.3 |
| 622 | 2026-07-14T00:10:06.983Z | Downloaded diesel-dtrace v0.5.0 |
| 623 | 2026-07-14T00:10:06.986Z | Downloaded foldhash v0.2.0 |
| 624 | 2026-07-14T00:10:06.986Z | Downloaded hostname v0.3.1 |
| 625 | 2026-07-14T00:10:06.986Z | Downloaded home v0.5.12 |
| 626 | 2026-07-14T00:10:06.986Z | Downloaded derive_builder v0.20.2 |
| 627 | 2026-07-14T00:10:06.989Z | Downloaded hostname v0.4.2 |
| 628 | 2026-07-14T00:10:06.991Z | Downloaded colored v3.1.1 |
| 629 | 2026-07-14T00:10:06.994Z | Downloaded colored v2.2.0 |
| 630 | 2026-07-14T00:10:06.994Z | Downloaded futures-task v0.3.32 |
| 631 | 2026-07-14T00:10:06.997Z | Downloaded diff v0.1.13 |
| 632 | 2026-07-14T00:10:06.997Z | Downloaded bzip2 v0.6.1 |
| 633 | 2026-07-14T00:10:07.001Z | Downloaded http-range v0.1.5 |
| 634 | 2026-07-14T00:10:07.001Z | Downloaded http-body v1.0.1 |
| 635 | 2026-07-14T00:10:07.001Z | Downloaded hubpack v0.1.2 |
| 636 | 2026-07-14T00:10:07.004Z | Downloaded console v0.15.11 |
| 637 | 2026-07-14T00:10:07.004Z | Downloaded ciborium v0.2.2 |
| 638 | 2026-07-14T00:10:07.004Z | Downloaded ena v0.14.4 |
| 639 | 2026-07-14T00:10:07.007Z | Downloaded hubpack_derive v0.1.1 |
| 640 | 2026-07-14T00:10:07.007Z | Downloaded group v0.13.0 |
| 641 | 2026-07-14T00:10:07.007Z | Downloaded globset v0.4.18 |
| 642 | 2026-07-14T00:10:07.010Z | Downloaded git-stub-vcs v0.1.0 |
| 643 | 2026-07-14T00:10:07.010Z | Downloaded des v0.9.0 |
| 644 | 2026-07-14T00:10:07.013Z | Downloaded glob v0.3.3 |
| 645 | 2026-07-14T00:10:07.013Z | Downloaded const-oid v0.9.6 |
| 646 | 2026-07-14T00:10:07.016Z | Downloaded hyper-tls v0.6.0 |
| 647 | 2026-07-14T00:10:07.016Z | Downloaded clang-sys v1.8.1 |
| 648 | 2026-07-14T00:10:07.016Z | Downloaded cbc v0.2.1 |
| 649 | 2026-07-14T00:10:07.018Z | Downloaded blake2 v0.11.0-rc.6 |
| 650 | 2026-07-14T00:10:07.018Z | Downloaded idna_adapter v1.2.1 |
| 651 | 2026-07-14T00:10:07.021Z | Downloaded indent_write v2.2.0 |
| 652 | 2026-07-14T00:10:07.022Z | Downloaded base64 v0.21.7 |
| 653 | 2026-07-14T00:10:07.024Z | Downloaded find-msvc-tools v0.1.9 |
| 654 | 2026-07-14T00:10:07.024Z | Downloaded ident_case v1.0.1 |
| 655 | 2026-07-14T00:10:07.024Z | Downloaded enum_dispatch v0.3.13 |
| 656 | 2026-07-14T00:10:07.027Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 657 | 2026-07-14T00:10:07.027Z | Downloaded illumos-nvpair v0.3.0 |
| 658 | 2026-07-14T00:10:07.030Z | Downloaded group v0.14.0 |
| 659 | 2026-07-14T00:10:07.030Z | Downloaded instant v0.1.13 |
| 660 | 2026-07-14T00:10:07.030Z | Downloaded anstream v0.6.21 |
| 661 | 2026-07-14T00:10:07.032Z | Downloaded flagset v0.4.7 |
| 662 | 2026-07-14T00:10:07.035Z | Downloaded indoc v1.0.9 |
| 663 | 2026-07-14T00:10:07.035Z | Downloaded darling_core v0.13.4 |
| 664 | 2026-07-14T00:10:07.038Z | Downloaded chacha20 v0.10.0 |
| 665 | 2026-07-14T00:10:07.041Z | Downloaded inout v0.2.2 |
| 666 | 2026-07-14T00:10:07.041Z | Downloaded fatfs v0.3.6 |
| 667 | 2026-07-14T00:10:07.044Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 668 | 2026-07-14T00:10:07.044Z | Downloaded is_ci v1.2.0 |
| 669 | 2026-07-14T00:10:07.047Z | Downloaded internet-checksum v0.2.1 |
| 670 | 2026-07-14T00:10:07.047Z | Downloaded keccak v0.1.6 |
| 671 | 2026-07-14T00:10:07.047Z | Downloaded lazy_static v1.5.0 |
| 672 | 2026-07-14T00:10:07.050Z | Downloaded is-terminal v0.4.17 |
| 673 | 2026-07-14T00:10:07.050Z | Downloaded inout v0.1.4 |
| 674 | 2026-07-14T00:10:07.050Z | Downloaded ecdsa v0.17.0-rc.18 |
| 675 | 2026-07-14T00:10:07.052Z | Downloaded cancel-safe-futures v0.1.5 |
| 676 | 2026-07-14T00:10:07.055Z | Downloaded lalrpop-util v0.19.12 |
| 677 | 2026-07-14T00:10:07.055Z | Downloaded humantime v2.3.0 |
| 678 | 2026-07-14T00:10:07.055Z | Downloaded http-body-util v0.1.3 |
| 679 | 2026-07-14T00:10:07.058Z | Downloaded dropshot_endpoint v0.17.1 |
| 680 | 2026-07-14T00:10:07.058Z | Downloaded getrandom v0.2.17 |
| 681 | 2026-07-14T00:10:07.061Z | Downloaded libscf-sys v1.1.0 |
| 682 | 2026-07-14T00:10:07.061Z | Downloaded kstat-rs v0.2.4 |
| 683 | 2026-07-14T00:10:07.064Z | Downloaded kem v0.3.0 |
| 684 | 2026-07-14T00:10:07.064Z | Downloaded httpdate v1.0.3 |
| 685 | 2026-07-14T00:10:07.064Z | Downloaded console v0.16.2 |
| 686 | 2026-07-14T00:10:07.068Z | Downloaded cipher v0.5.2 |
| 687 | 2026-07-14T00:10:07.068Z | Downloaded elliptic-curve v0.13.8 |
| 688 | 2026-07-14T00:10:07.071Z | Downloaded async-trait v0.1.89 |
| 689 | 2026-07-14T00:10:07.074Z | Downloaded hyper-staticfile v0.10.1 |
| 690 | 2026-07-14T00:10:07.074Z | Downloaded managed v0.8.0 |
| 691 | 2026-07-14T00:10:07.074Z | Downloaded linked-hash-map v0.5.6 |
| 692 | 2026-07-14T00:10:07.077Z | Downloaded async-compression v0.4.41 |
| 693 | 2026-07-14T00:10:07.080Z | Downloaded lru v0.12.5 |
| 694 | 2026-07-14T00:10:07.080Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 695 | 2026-07-14T00:10:07.083Z | Downloaded instability v0.3.11 |
| 696 | 2026-07-14T00:10:07.083Z | Downloaded drift v0.2.0 |
| 697 | 2026-07-14T00:10:07.088Z | Downloaded maplit v1.0.2 |
| 698 | 2026-07-14T00:10:07.093Z | Downloaded lzss v0.8.2 |
| 699 | 2026-07-14T00:10:07.093Z | Downloaded lru-slab v0.1.2 |
| 700 | 2026-07-14T00:10:07.093Z | Downloaded lru-cache v0.1.2 |
| 701 | 2026-07-14T00:10:07.096Z | Downloaded new_debug_unreachable v1.0.6 |
| 702 | 2026-07-14T00:10:07.096Z | Downloaded mime v0.3.17 |
| 703 | 2026-07-14T00:10:07.096Z | Downloaded memoffset v0.9.1 |
| 704 | 2026-07-14T00:10:07.096Z | Downloaded multimap v0.10.1 |
| 705 | 2026-07-14T00:10:07.096Z | Downloaded md5 v0.8.0 |
| 706 | 2026-07-14T00:10:07.096Z | Downloaded md-5 v0.10.6 |
| 707 | 2026-07-14T00:10:07.099Z | Downloaded maybe-uninit v2.0.0 |
| 708 | 2026-07-14T00:10:07.099Z | Downloaded nibble_vec v0.1.0 |
| 709 | 2026-07-14T00:10:07.099Z | Downloaded ingot-types v0.1.2 |
| 710 | 2026-07-14T00:10:07.102Z | Downloaded match_cfg v0.1.0 |
| 711 | 2026-07-14T00:10:07.102Z | Downloaded indoc v2.0.7 |
| 712 | 2026-07-14T00:10:07.105Z | Downloaded hmac v0.13.0 |
| 713 | 2026-07-14T00:10:07.105Z | Downloaded highway v1.3.0 |
| 714 | 2026-07-14T00:10:07.108Z | Downloaded ingot v0.1.1 |
| 715 | 2026-07-14T00:10:07.108Z | Downloaded darling_core v0.20.11 |
| 716 | 2026-07-14T00:10:07.110Z | Downloaded jobserver v0.1.34 |
| 717 | 2026-07-14T00:10:07.113Z | Downloaded ipnet v2.11.0 |
| 718 | 2026-07-14T00:10:07.113Z | Downloaded newtype_derive v0.1.6 |
| 719 | 2026-07-14T00:10:07.113Z | Downloaded newtype-uuid-macros v0.1.0 |
| 720 | 2026-07-14T00:10:07.115Z | Downloaded newline-converter v0.3.0 |
| 721 | 2026-07-14T00:10:07.115Z | Downloaded libefi-sys v0.1.0 |
| 722 | 2026-07-14T00:10:07.115Z | Downloaded ipnetwork v0.21.1 |
| 723 | 2026-07-14T00:10:07.118Z | Downloaded derive-where v1.6.0 |
| 724 | 2026-07-14T00:10:07.121Z | Downloaded hybrid-array v0.4.13 |
| 725 | 2026-07-14T00:10:07.121Z | Downloaded httparse v1.10.1 |
| 726 | 2026-07-14T00:10:07.124Z | Downloaded const_format v0.2.35 |
| 727 | 2026-07-14T00:10:07.126Z | Downloaded num-iter v0.1.45 |
| 728 | 2026-07-14T00:10:07.126Z | Downloaded num-conv v0.2.0 |
| 729 | 2026-07-14T00:10:07.127Z | Downloaded nodrop v0.1.14 |
| 730 | 2026-07-14T00:10:07.129Z | Downloaded num v0.4.3 |
| 731 | 2026-07-14T00:10:07.129Z | Downloaded normalize-line-endings v0.3.0 |
| 732 | 2026-07-14T00:10:07.129Z | Downloaded nonempty v0.12.0 |
| 733 | 2026-07-14T00:10:07.132Z | Downloaded keccak v0.2.0 |
| 734 | 2026-07-14T00:10:07.132Z | Downloaded iana-time-zone v0.1.65 |
| 735 | 2026-07-14T00:10:07.135Z | Downloaded getrandom v0.3.4 |
| 736 | 2026-07-14T00:10:07.137Z | Downloaded arc-swap v1.8.2 |
| 737 | 2026-07-14T00:10:07.137Z | Downloaded bytes v1.11.1 |
| 738 | 2026-07-14T00:10:07.140Z | Downloaded libsw v3.5.0 |
| 739 | 2026-07-14T00:10:07.143Z | Downloaded half v2.7.1 |
| 740 | 2026-07-14T00:10:07.143Z | Downloaded half v1.8.3 |
| 741 | 2026-07-14T00:10:07.146Z | Downloaded hyper-rustls v0.27.7 |
| 742 | 2026-07-14T00:10:07.146Z | Downloaded num_threads v0.1.7 |
| 743 | 2026-07-14T00:10:07.149Z | Downloaded olpc-cjson v0.1.4 |
| 744 | 2026-07-14T00:10:07.149Z | Downloaded num-derive v0.4.2 |
| 745 | 2026-07-14T00:10:07.149Z | Downloaded num-derive v0.3.3 |
| 746 | 2026-07-14T00:10:07.153Z | Downloaded libsw-core v0.3.2 |
| 747 | 2026-07-14T00:10:07.153Z | Downloaded oso-derive v0.27.3 |
| 748 | 2026-07-14T00:10:07.156Z | Downloaded opaque-debug v0.3.1 |
| 749 | 2026-07-14T00:10:07.156Z | Downloaded num_enum_derive v0.5.11 |
| 750 | 2026-07-14T00:10:07.156Z | Downloaded lock_api v0.4.14 |
| 751 | 2026-07-14T00:10:07.156Z | Downloaded hmac v0.12.1 |
| 752 | 2026-07-14T00:10:07.156Z | Downloaded diesel_derives v2.3.7 |
| 753 | 2026-07-14T00:10:07.160Z | Downloaded openssl-probe v0.2.1 |
| 754 | 2026-07-14T00:10:07.163Z | Downloaded crypto-bigint v0.5.5 |
| 755 | 2026-07-14T00:10:07.165Z | Downloaded ed25519-dalek v2.2.0 |
| 756 | 2026-07-14T00:10:07.170Z | Downloaded crossbeam-channel v0.5.15 |
| 757 | 2026-07-14T00:10:07.173Z | Downloaded openssl-probe v0.1.6 |
| 758 | 2026-07-14T00:10:07.173Z | Downloaded flume v0.11.1 |
| 759 | 2026-07-14T00:10:07.173Z | Downloaded packed_struct_codegen v0.10.1 |
| 760 | 2026-07-14T00:10:07.176Z | Downloaded openssl-macros v0.1.1 |
| 761 | 2026-07-14T00:10:07.176Z | Downloaded multer v3.1.0 |
| 762 | 2026-07-14T00:10:07.178Z | Downloaded module-lattice v0.2.3 |
| 763 | 2026-07-14T00:10:07.178Z | Downloaded ingot-macros v0.1.1 |
| 764 | 2026-07-14T00:10:07.178Z | Downloaded nu-ansi-term v0.50.3 |
| 765 | 2026-07-14T00:10:07.181Z | Downloaded newtype-uuid v1.3.2 |
| 766 | 2026-07-14T00:10:07.181Z | Downloaded native-tls v0.2.18 |
| 767 | 2026-07-14T00:10:07.184Z | Downloaded nanorand v0.7.0 |
| 768 | 2026-07-14T00:10:07.184Z | Downloaded futures v0.3.32 |
| 769 | 2026-07-14T00:10:07.187Z | Downloaded path-slash v0.1.5 |
| 770 | 2026-07-14T00:10:07.190Z | Downloaded num-integer v0.1.46 |
| 771 | 2026-07-14T00:10:07.190Z | Downloaded bumpalo v3.20.2 |
| 772 | 2026-07-14T00:10:07.193Z | Downloaded num-complex v0.4.6 |
| 773 | 2026-07-14T00:10:07.193Z | Downloaded linear-map v1.2.0 |
| 774 | 2026-07-14T00:10:07.193Z | Downloaded derive_more v2.1.1 |
| 775 | 2026-07-14T00:10:07.199Z | Downloaded phf_shared v0.11.3 |
| 776 | 2026-07-14T00:10:07.202Z | Downloaded parse-size v1.1.0 |
| 777 | 2026-07-14T00:10:07.202Z | Downloaded num_enum_derive v0.7.6 |
| 778 | 2026-07-14T00:10:07.203Z | Downloaded num_enum v0.7.6 |
| 779 | 2026-07-14T00:10:07.206Z | Downloaded ignore v0.4.25 |
| 780 | 2026-07-14T00:10:07.209Z | Downloaded parse-display v0.10.0 |
| 781 | 2026-07-14T00:10:07.209Z | Downloaded num_enum v0.5.11 |
| 782 | 2026-07-14T00:10:07.212Z | Downloaded password-hash v0.6.1 |
| 783 | 2026-07-14T00:10:07.212Z | Downloaded oxide-tokio-rt v0.1.4 |
| 784 | 2026-07-14T00:10:07.215Z | Downloaded percent-encoding v2.3.2 |
| 785 | 2026-07-14T00:10:07.215Z | Downloaded num-rational v0.4.2 |
| 786 | 2026-07-14T00:10:07.215Z | Downloaded peg-runtime v0.8.5 |
| 787 | 2026-07-14T00:10:07.215Z | Downloaded libloading v0.8.9 |
| 788 | 2026-07-14T00:10:07.219Z | Downloaded indexmap v1.9.3 |
| 789 | 2026-07-14T00:10:07.221Z | Downloaded derive_more-impl v2.1.1 |
| 790 | 2026-07-14T00:10:07.225Z | Downloaded icu_provider v2.1.1 |
| 791 | 2026-07-14T00:10:07.225Z | Downloaded litrs v1.0.0 |
| 792 | 2026-07-14T00:10:07.228Z | Downloaded packed_struct v0.10.1 |
| 793 | 2026-07-14T00:10:07.228Z | Downloaded flate2 v1.1.9 |
| 794 | 2026-07-14T00:10:07.231Z | Downloaded mime_guess v2.0.5 |
| 795 | 2026-07-14T00:10:07.231Z | Downloaded chacha20poly1305 v0.10.1 |
| 796 | 2026-07-14T00:10:07.234Z | Downloaded cc v1.2.56 |
| 797 | 2026-07-14T00:10:07.236Z | Downloaded darling_core v0.21.3 |
| 798 | 2026-07-14T00:10:07.239Z | Downloaded predicates-core v1.0.10 |
| 799 | 2026-07-14T00:10:07.239Z | Downloaded phf_shared v0.13.1 |
| 800 | 2026-07-14T00:10:07.239Z | Downloaded phf_shared v0.12.1 |
| 801 | 2026-07-14T00:10:07.253Z | Downloaded potential_utf v0.1.4 |
| 802 | 2026-07-14T00:10:07.256Z | Downloaded oxnet v0.1.6 |
| 803 | 2026-07-14T00:10:07.256Z | Downloaded paste v1.0.15 |
| 804 | 2026-07-14T00:10:07.258Z | Downloaded ml-kem v0.3.2 |
| 805 | 2026-07-14T00:10:07.261Z | Downloaded memmap2 v0.9.10 |
| 806 | 2026-07-14T00:10:07.261Z | Downloaded libbz2-rs-sys v0.2.2 |
| 807 | 2026-07-14T00:10:07.264Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 808 | 2026-07-14T00:10:07.264Z | Downloaded precomputed-hash v0.1.1 |
| 809 | 2026-07-14T00:10:07.264Z | Downloaded proc-macro-crate v3.4.0 |
| 810 | 2026-07-14T00:10:07.268Z | Downloaded proc-macro-crate v1.3.1 |
| 811 | 2026-07-14T00:10:07.268Z | Downloaded pem-rfc7468 v1.0.0 |
| 812 | 2026-07-14T00:10:07.268Z | Downloaded icu_normalizer_data v2.1.1 |
| 813 | 2026-07-14T00:10:07.272Z | Downloaded progenitor-macro v0.13.0 |
| 814 | 2026-07-14T00:10:07.272Z | Downloaded progenitor-client v0.14.0 |
| 815 | 2026-07-14T00:10:07.272Z | Downloaded parking_lot_core v0.8.6 |
| 816 | 2026-07-14T00:10:07.272Z | Downloaded heapless v0.8.0 |
| 817 | 2026-07-14T00:10:07.301Z | Downloaded predicates-tree v1.0.13 |
| 818 | 2026-07-14T00:10:07.302Z | Downloaded hickory-resolver v0.24.4 |
| 819 | 2026-07-14T00:10:07.302Z | Downloaded headers v0.4.1 |
| 820 | 2026-07-14T00:10:07.302Z | Downloaded psl-types v2.0.11 |
| 821 | 2026-07-14T00:10:07.302Z | Downloaded phc v0.6.1 |
| 822 | 2026-07-14T00:10:07.302Z | Downloaded owo-colors v4.3.0 |
| 823 | 2026-07-14T00:10:07.302Z | Downloaded icu_locale_core v2.1.1 |
| 824 | 2026-07-14T00:10:07.302Z | Downloaded radium v0.7.0 |
| 825 | 2026-07-14T00:10:07.302Z | Downloaded pin-project-internal v1.1.11 |
| 826 | 2026-07-14T00:10:07.302Z | Downloaded quick-error v1.2.3 |
| 827 | 2026-07-14T00:10:07.302Z | Downloaded pem v3.0.6 |
| 828 | 2026-07-14T00:10:07.302Z | Downloaded peg v0.8.5 |
| 829 | 2026-07-14T00:10:07.302Z | Downloaded icu_properties v2.1.2 |
| 830 | 2026-07-14T00:10:07.302Z | Downloaded crossterm v0.28.1 |
| 831 | 2026-07-14T00:10:07.302Z | Downloaded litemap v0.8.1 |
| 832 | 2026-07-14T00:10:07.305Z | Downloaded powerfmt v0.2.0 |
| 833 | 2026-07-14T00:10:07.305Z | Downloaded port-file v0.1.0 |
| 834 | 2026-07-14T00:10:07.305Z | Downloaded polyval v0.7.1 |
| 835 | 2026-07-14T00:10:07.305Z | Downloaded poly1305 v0.8.0 |
| 836 | 2026-07-14T00:10:07.308Z | Downloaded rand_xorshift v0.4.0 |
| 837 | 2026-07-14T00:10:07.308Z | Downloaded der v0.8.0 |
| 838 | 2026-07-14T00:10:07.311Z | Downloaded parking_lot_core v0.9.12 |
| 839 | 2026-07-14T00:10:07.314Z | Downloaded parking_lot v0.12.5 |
| 840 | 2026-07-14T00:10:07.317Z | Downloaded rand_chacha v0.3.1 |
| 841 | 2026-07-14T00:10:07.317Z | Downloaded expectorate v1.2.0 |
| 842 | 2026-07-14T00:10:07.318Z | Downloaded heapless v0.7.17 |
| 843 | 2026-07-14T00:10:07.320Z | Downloaded hickory-resolver v0.25.2 |
| 844 | 2026-07-14T00:10:07.323Z | Downloaded ref-cast v1.0.25 |
| 845 | 2026-07-14T00:10:07.326Z | Downloaded recursive v0.1.1 |
| 846 | 2026-07-14T00:10:07.326Z | Downloaded pem-rfc7468 v0.7.0 |
| 847 | 2026-07-14T00:10:07.326Z | Downloaded pkcs8 v0.10.2 |
| 848 | 2026-07-14T00:10:07.329Z | Downloaded primefield v0.14.0 |
| 849 | 2026-07-14T00:10:07.329Z | Downloaded progenitor-macro v0.14.0 |
| 850 | 2026-07-14T00:10:07.332Z | Downloaded progenitor-client v0.13.0 |
| 851 | 2026-07-14T00:10:07.332Z | Downloaded ppv-lite86 v0.2.21 |
| 852 | 2026-07-14T00:10:07.332Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 853 | 2026-07-14T00:10:07.335Z | Downloaded num-traits v0.2.19 |
| 854 | 2026-07-14T00:10:07.335Z | Downloaded ref-cast-impl v1.0.25 |
| 855 | 2026-07-14T00:10:07.335Z | Downloaded progenitor-extras v0.2.0 |
| 856 | 2026-07-14T00:10:07.337Z | Downloaded hashbrown v0.12.3 |
| 857 | 2026-07-14T00:10:07.340Z | Downloaded predicates v3.1.4 |
| 858 | 2026-07-14T00:10:07.340Z | Downloaded miniz_oxide v0.8.9 |
| 859 | 2026-07-14T00:10:07.342Z | Downloaded psm v0.1.30 |
| 860 | 2026-07-14T00:10:07.345Z | Downloaded progenitor v0.14.0 |
| 861 | 2026-07-14T00:10:07.345Z | Downloaded proc-macro-error2 v2.0.1 |
| 862 | 2026-07-14T00:10:07.348Z | Downloaded primeorder v0.14.0-rc.10 |
| 863 | 2026-07-14T00:10:07.348Z | Downloaded rfc6979 v0.5.0 |
| 864 | 2026-07-14T00:10:07.352Z | Downloaded primeorder v0.13.6 |
| 865 | 2026-07-14T00:10:07.352Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 866 | 2026-07-14T00:10:07.357Z | Downloaded pkcs1 v0.7.5 |
| 867 | 2026-07-14T00:10:07.357Z | Downloaded pin-project-lite v0.2.17 |
| 868 | 2026-07-14T00:10:07.361Z | Downloaded poly1305 v0.9.0 |
| 869 | 2026-07-14T00:10:07.361Z | Downloaded peg-macros v0.8.5 |
| 870 | 2026-07-14T00:10:07.361Z | Downloaded r2d2 v0.8.10 |
| 871 | 2026-07-14T00:10:07.364Z | Downloaded rfc6979 v0.4.0 |
| 872 | 2026-07-14T00:10:07.364Z | Downloaded postgres-types v0.2.12 |
| 873 | 2026-07-14T00:10:07.364Z | Downloaded rustc-hash v2.1.1 |
| 874 | 2026-07-14T00:10:07.364Z | Downloaded rustc_version v0.4.1 |
| 875 | 2026-07-14T00:10:07.367Z | Downloaded rand_chacha v0.9.0 |
| 876 | 2026-07-14T00:10:07.367Z | Downloaded jiff-static v0.2.21 |
| 877 | 2026-07-14T00:10:07.370Z | Downloaded rand_seeder v0.4.0 |
| 878 | 2026-07-14T00:10:07.370Z | Downloaded papergrid v0.17.0 |
| 879 | 2026-07-14T00:10:07.373Z | Downloaded parking_lot v0.11.2 |
| 880 | 2026-07-14T00:10:07.375Z | Downloaded pkcs8 v0.11.0 |
| 881 | 2026-07-14T00:10:07.378Z | Downloaded rustc_version v0.1.7 |
| 882 | 2026-07-14T00:10:07.378Z | Downloaded pkg-config v0.3.32 |
| 883 | 2026-07-14T00:10:07.378Z | Downloaded same-file v1.0.6 |
| 884 | 2026-07-14T00:10:07.381Z | Downloaded oso v0.27.3 |
| 885 | 2026-07-14T00:10:07.381Z | Downloaded omicron-zone-package v0.12.3 |
| 886 | 2026-07-14T00:10:07.385Z | Downloaded rand_core v0.10.0 |
| 887 | 2026-07-14T00:10:07.388Z | Downloaded rand_core v0.6.4 |
| 888 | 2026-07-14T00:10:07.388Z | Downloaded icu_collections v2.1.1 |
| 889 | 2026-07-14T00:10:07.391Z | Downloaded postgres-protocol v0.6.10 |
| 890 | 2026-07-14T00:10:07.391Z | Downloaded scopeguard v1.2.0 |
| 891 | 2026-07-14T00:10:07.393Z | Downloaded russh-util v0.52.0 |
| 892 | 2026-07-14T00:10:07.393Z | Downloaded russh-cryptovec v0.61.0 |
| 893 | 2026-07-14T00:10:07.393Z | Downloaded rtoolbox v0.0.3 |
| 894 | 2026-07-14T00:10:07.393Z | Downloaded phf v0.13.1 |
| 895 | 2026-07-14T00:10:07.396Z | Downloaded hickory-server v0.25.2 |
| 896 | 2026-07-14T00:10:07.399Z | Downloaded phf v0.12.1 |
| 897 | 2026-07-14T00:10:07.399Z | Downloaded indicatif v0.18.4 |
| 898 | 2026-07-14T00:10:07.402Z | Downloaded der v0.7.10 |
| 899 | 2026-07-14T00:10:07.405Z | Downloaded scheduled-thread-pool v0.2.7 |
| 900 | 2026-07-14T00:10:07.405Z | Downloaded postcard v1.1.3 |
| 901 | 2026-07-14T00:10:07.408Z | Downloaded pin-project v1.1.11 |
| 902 | 2026-07-14T00:10:07.412Z | Downloaded semver v0.1.20 |
| 903 | 2026-07-14T00:10:07.415Z | Downloaded scroll_derive v0.13.1 |
| 904 | 2026-07-14T00:10:07.415Z | Downloaded serde-big-array v0.5.1 |
| 905 | 2026-07-14T00:10:07.418Z | Downloaded secrecy v0.10.3 |
| 906 | 2026-07-14T00:10:07.418Z | Downloaded secrecy v0.8.0 |
| 907 | 2026-07-14T00:10:07.418Z | Downloaded pkcs5 v0.8.1 |
| 908 | 2026-07-14T00:10:07.422Z | Downloaded quinn-udp v0.5.14 |
| 909 | 2026-07-14T00:10:07.422Z | Downloaded dropshot-api-manager v0.7.2 |
| 910 | 2026-07-14T00:10:07.425Z | Downloaded serde_spanned v1.1.1 |
| 911 | 2026-07-14T00:10:07.428Z | Downloaded serde_repr v0.1.20 |
| 912 | 2026-07-14T00:10:07.428Z | Downloaded rand_core v0.9.5 |
| 913 | 2026-07-14T00:10:07.430Z | Downloaded rustls-native-certs v0.8.3 |
| 914 | 2026-07-14T00:10:07.430Z | Downloaded serde_plain v1.0.2 |
| 915 | 2026-07-14T00:10:07.433Z | Downloaded sapling-renderdag v0.1.0 |
| 916 | 2026-07-14T00:10:07.433Z | Downloaded progenitor v0.13.0 |
| 917 | 2026-07-14T00:10:07.436Z | Downloaded http v1.4.2 |
| 918 | 2026-07-14T00:10:07.436Z | Downloaded serde_bytes v0.11.19 |
| 919 | 2026-07-14T00:10:07.439Z | Downloaded resolv-conf v0.7.6 |
| 920 | 2026-07-14T00:10:07.439Z | Downloaded sha1 v0.11.0 |
| 921 | 2026-07-14T00:10:07.442Z | Downloaded shell-words v1.1.1 |
| 922 | 2026-07-14T00:10:07.442Z | Downloaded aes-gcm v0.11.0 |
| 923 | 2026-07-14T00:10:07.444Z | Downloaded aho-corasick v1.1.4 |
| 924 | 2026-07-14T00:10:07.447Z | Downloaded minimal-lexical v0.2.1 |
| 925 | 2026-07-14T00:10:07.451Z | Downloaded progenitor-impl v0.14.0 |
| 926 | 2026-07-14T00:10:07.452Z | Downloaded pbkdf2 v0.13.0 |
| 927 | 2026-07-14T00:10:07.452Z | Downloaded password-hash v0.5.0 |
| 928 | 2026-07-14T00:10:07.454Z | Downloaded serde_urlencoded v0.7.1 |
| 929 | 2026-07-14T00:10:07.454Z | Downloaded hyper-util v0.1.20 |
| 930 | 2026-07-14T00:10:07.457Z | Downloaded signature v3.0.0 |
| 931 | 2026-07-14T00:10:07.460Z | Downloaded signature v2.2.0 |
| 932 | 2026-07-14T00:10:07.460Z | Downloaded signal-hook-tokio v0.3.1 |
| 933 | 2026-07-14T00:10:07.462Z | Downloaded signal-hook-mio v0.2.5 |
| 934 | 2026-07-14T00:10:07.462Z | Downloaded slog-bunyan v2.5.0 |
| 935 | 2026-07-14T00:10:07.462Z | Downloaded p256 v0.14.0-rc.10 |
| 936 | 2026-07-14T00:10:07.465Z | Downloaded sha1 v0.10.6 |
| 937 | 2026-07-14T00:10:07.468Z | Downloaded parse-display-derive v0.10.0 |
| 938 | 2026-07-14T00:10:07.468Z | Downloaded icu_normalizer v2.1.1 |
| 939 | 2026-07-14T00:10:07.470Z | Downloaded rustls-pemfile v2.2.0 |
| 940 | 2026-07-14T00:10:07.470Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 941 | 2026-07-14T00:10:07.473Z | Downloaded const-oid v0.10.2 |
| 942 | 2026-07-14T00:10:07.476Z | Downloaded generic-array v1.4.3 |
| 943 | 2026-07-14T00:10:07.476Z | Downloaded sigpipe v0.1.3 |
| 944 | 2026-07-14T00:10:07.479Z | Downloaded compact_str v0.8.1 |
| 945 | 2026-07-14T00:10:07.479Z | Downloaded scroll v0.13.0 |
| 946 | 2026-07-14T00:10:07.482Z | Downloaded serde-hex v0.1.0 |
| 947 | 2026-07-14T00:10:07.482Z | Downloaded schemars_derive v0.8.22 |
| 948 | 2026-07-14T00:10:07.484Z | Downloaded slog-envlogger v2.2.0 |
| 949 | 2026-07-14T00:10:07.485Z | Downloaded seq-macro v0.3.6 |
| 950 | 2026-07-14T00:10:07.485Z | Downloaded scrypt v0.12.0 |
| 951 | 2026-07-14T00:10:07.487Z | Downloaded rusty-fork v0.3.1 |
| 952 | 2026-07-14T00:10:07.487Z | Downloaded futures-channel v0.3.32 |
| 953 | 2026-07-14T00:10:07.490Z | Downloaded sec1 v0.8.1 |
| 954 | 2026-07-14T00:10:07.490Z | Downloaded prefix-trie v0.7.0 |
| 955 | 2026-07-14T00:10:07.493Z | Downloaded aes v0.9.1 |
| 956 | 2026-07-14T00:10:07.496Z | Downloaded futures-executor v0.3.32 |
| 957 | 2026-07-14T00:10:07.496Z | Downloaded serde_with_macros v1.5.2 |
| 958 | 2026-07-14T00:10:07.496Z | Downloaded rustls-pki-types v1.14.0 |
| 959 | 2026-07-14T00:10:07.499Z | Downloaded env_logger v0.11.9 |
| 960 | 2026-07-14T00:10:07.501Z | Downloaded ff v0.14.0 |
| 961 | 2026-07-14T00:10:07.501Z | Downloaded sec1 v0.7.3 |
| 962 | 2026-07-14T00:10:07.504Z | Downloaded crypto-bigint v0.7.5 |
| 963 | 2026-07-14T00:10:07.510Z | Downloaded stable_deref_trait v1.2.1 |
| 964 | 2026-07-14T00:10:07.513Z | Downloaded sqlparser_derive v0.5.0 |
| 965 | 2026-07-14T00:10:07.513Z | Downloaded prettyplease v0.2.37 |
| 966 | 2026-07-14T00:10:07.516Z | Downloaded shlex v1.3.0 |
| 967 | 2026-07-14T00:10:07.516Z | Downloaded serde_path_to_error v0.1.20 |
| 968 | 2026-07-14T00:10:07.519Z | Downloaded progenitor-impl v0.13.0 |
| 969 | 2026-07-14T00:10:07.519Z | Downloaded displaydoc v0.2.5 |
| 970 | 2026-07-14T00:10:07.521Z | Downloaded mio v1.2.0 |
| 971 | 2026-07-14T00:10:07.524Z | Downloaded slog-async v2.8.0 |
| 972 | 2026-07-14T00:10:07.527Z | Downloaded simd-adler32 v0.3.8 |
| 973 | 2026-07-14T00:10:07.527Z | Downloaded openssl-sys v0.9.115 |
| 974 | 2026-07-14T00:10:07.529Z | Downloaded strum v0.27.2 |
| 975 | 2026-07-14T00:10:07.529Z | Downloaded strum v0.26.3 |
| 976 | 2026-07-14T00:10:07.532Z | Downloaded structmeta-derive v0.3.0 |
| 977 | 2026-07-14T00:10:07.532Z | Downloaded structmeta v0.3.0 |
| 978 | 2026-07-14T00:10:07.532Z | Downloaded strsim v0.10.0 |
| 979 | 2026-07-14T00:10:07.535Z | Downloaded strip-ansi-escapes v0.2.1 |
| 980 | 2026-07-14T00:10:07.535Z | Downloaded signal-hook-registry v1.4.8 |
| 981 | 2026-07-14T00:10:07.535Z | Downloaded hashbrown v0.16.1 |
| 982 | 2026-07-14T00:10:07.538Z | Downloaded slog-term v2.9.2 |
| 983 | 2026-07-14T00:10:07.541Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 984 | 2026-07-14T00:10:07.544Z | Downloaded ron v0.8.1 |
| 985 | 2026-07-14T00:10:07.547Z | Downloaded itertools v0.10.5 |
| 986 | 2026-07-14T00:10:07.550Z | Downloaded slog-scope v4.4.1 |
| 987 | 2026-07-14T00:10:07.553Z | Downloaded slog-dtrace v0.3.0 |
| 988 | 2026-07-14T00:10:07.553Z | Downloaded subtle v2.6.1 |
| 989 | 2026-07-14T00:10:07.553Z | Downloaded slab v0.4.12 |
| 990 | 2026-07-14T00:10:07.556Z | Downloaded siphasher v1.0.2 |
| 991 | 2026-07-14T00:10:07.556Z | Downloaded rustversion v1.0.22 |
| 992 | 2026-07-14T00:10:07.560Z | Downloaded smallvec v0.6.14 |
| 993 | 2026-07-14T00:10:07.561Z | Downloaded rcgen v0.12.1 |
| 994 | 2026-07-14T00:10:07.564Z | Downloaded pretty_assertions v1.4.1 |
| 995 | 2026-07-14T00:10:07.564Z | Downloaded crossterm v0.29.0 |
| 996 | 2026-07-14T00:10:07.568Z | Downloaded tap v1.0.1 |
| 997 | 2026-07-14T00:10:07.568Z | Downloaded take_mut v0.2.2 |
| 998 | 2026-07-14T00:10:07.568Z | Downloaded smf v0.2.3 |
| 999 | 2026-07-14T00:10:07.570Z | Downloaded slog-json v2.6.1 |
| 1000 | 2026-07-14T00:10:07.570Z | Downloaded sync_wrapper v1.0.2 |
| 1001 | 2026-07-14T00:10:07.571Z | Downloaded supports-color v3.0.2 |
| 1002 | 2026-07-14T00:10:07.571Z | Downloaded tagptr v0.2.0 |
| 1003 | 2026-07-14T00:10:07.573Z | Downloaded sync-ptr v0.1.4 |
| 1004 | 2026-07-14T00:10:07.573Z | Downloaded serde_with_macros v3.17.0 |
| 1005 | 2026-07-14T00:10:07.576Z | Downloaded testing_table v0.3.0 |
| 1006 | 2026-07-14T00:10:07.576Z | Downloaded termtree v0.5.1 |
| 1007 | 2026-07-14T00:10:07.576Z | Downloaded spki v0.7.3 |
| 1008 | 2026-07-14T00:10:07.579Z | Downloaded thread-id v5.1.0 |
| 1009 | 2026-07-14T00:10:07.579Z | Downloaded sha2 v0.11.0 |
| 1010 | 2026-07-14T00:10:07.582Z | Downloaded string_cache v0.8.9 |
| 1011 | 2026-07-14T00:10:07.582Z | Downloaded stacker v0.1.23 |
| 1012 | 2026-07-14T00:10:07.585Z | Downloaded tabwriter v1.4.1 |
| 1013 | 2026-07-14T00:10:07.585Z | Downloaded tabled_derive v0.11.0 |
| 1014 | 2026-07-14T00:10:07.585Z | Downloaded serde_derive_internals v0.29.1 |
| 1015 | 2026-07-14T00:10:07.587Z | Downloaded serde_cbor v0.11.2 |
| 1016 | 2026-07-14T00:10:07.588Z | Downloaded strum_macros v0.24.3 |
| 1017 | 2026-07-14T00:10:07.590Z | Downloaded stringprep v0.1.5 |
| 1018 | 2026-07-14T00:10:07.590Z | Downloaded time-core v0.1.8 |
| 1019 | 2026-07-14T00:10:07.593Z | Downloaded schemars v0.8.22 |
| 1020 | 2026-07-14T00:10:07.597Z | Downloaded slog-stdlog v4.1.1 |
| 1021 | 2026-07-14T00:10:07.601Z | Downloaded nom v7.1.3 |
| 1022 | 2026-07-14T00:10:07.604Z | Downloaded serdect v0.4.3 |
| 1023 | 2026-07-14T00:10:07.604Z | Downloaded spki v0.8.0 |
| 1024 | 2026-07-14T00:10:07.604Z | Downloaded hashbrown v0.13.2 |
| 1025 | 2026-07-14T00:10:07.607Z | Downloaded static_assertions v1.1.0 |
| 1026 | 2026-07-14T00:10:07.610Z | Downloaded tinyvec_macros v0.1.1 |
| 1027 | 2026-07-14T00:10:07.610Z | Downloaded support-bundle-viewer v0.1.2 |
| 1028 | 2026-07-14T00:10:07.610Z | Downloaded hashbrown v0.15.5 |
| 1029 | 2026-07-14T00:10:07.613Z | Downloaded p521 v0.14.0-rc.10 |
| 1030 | 2026-07-14T00:10:07.616Z | Downloaded smallvec v1.15.1 |
| 1031 | 2026-07-14T00:10:07.618Z | Downloaded rayon-core v1.13.0 |
| 1032 | 2026-07-14T00:10:07.621Z | Downloaded synstructure v0.13.2 |
| 1033 | 2026-07-14T00:10:07.621Z | Downloaded strum_macros v0.26.4 |
| 1034 | 2026-07-14T00:10:07.624Z | Downloaded snafu-derive v0.8.9 |
| 1035 | 2026-07-14T00:10:07.624Z | Downloaded itertools v0.13.0 |
| 1036 | 2026-07-14T00:10:07.627Z | Downloaded strum_macros v0.27.2 |
| 1037 | 2026-07-14T00:10:07.630Z | Downloaded salsa20 v0.11.0 |
| 1038 | 2026-07-14T00:10:07.632Z | Downloaded ryu v1.0.23 |
| 1039 | 2026-07-14T00:10:07.632Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1040 | 2026-07-14T00:10:07.635Z | Downloaded spin v0.9.8 |
| 1041 | 2026-07-14T00:10:07.635Z | Downloaded tokio-test v0.4.5 |
| 1042 | 2026-07-14T00:10:07.638Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1043 | 2026-07-14T00:10:07.638Z | Downloaded num-bigint v0.4.6 |
| 1044 | 2026-07-14T00:10:07.641Z | Downloaded hyper v1.10.1 |
| 1045 | 2026-07-14T00:10:07.645Z | Downloaded p384 v0.14.0-rc.10 |
| 1046 | 2026-07-14T00:10:07.648Z | Downloaded futures-util v0.3.32 |
| 1047 | 2026-07-14T00:10:07.654Z | Downloaded topological-sort v0.2.2 |
| 1048 | 2026-07-14T00:10:07.657Z | Downloaded trait-variant v0.1.2 |
| 1049 | 2026-07-14T00:10:07.657Z | Downloaded time-macros v0.2.27 |
| 1050 | 2026-07-14T00:10:07.659Z | Downloaded try-lock v0.2.5 |
| 1051 | 2026-07-14T00:10:07.659Z | Downloaded libxml v0.3.3 |
| 1052 | 2026-07-14T00:10:07.664Z | Downloaded thread_local v1.1.9 |
| 1053 | 2026-07-14T00:10:07.667Z | Downloaded tinystr v0.8.2 |
| 1054 | 2026-07-14T00:10:07.667Z | Downloaded rand v0.8.6 |
| 1055 | 2026-07-14T00:10:07.667Z | Downloaded tower-service v0.3.3 |
| 1056 | 2026-07-14T00:10:07.669Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1057 | 2026-07-14T00:10:07.669Z | Downloaded signal-hook v0.3.18 |
| 1058 | 2026-07-14T00:10:07.672Z | Downloaded slog v2.8.2 |
| 1059 | 2026-07-14T00:10:07.675Z | Downloaded unarray v0.1.4 |
| 1060 | 2026-07-14T00:10:07.675Z | Downloaded thiserror-no-std v2.0.2 |
| 1061 | 2026-07-14T00:10:07.678Z | Downloaded tiny-keccak v2.0.2 |
| 1062 | 2026-07-14T00:10:07.681Z | Downloaded unicode-truncate v1.1.0 |
| 1063 | 2026-07-14T00:10:07.681Z | Downloaded tls_codec v0.4.2 |
| 1064 | 2026-07-14T00:10:07.684Z | Downloaded itertools v0.12.1 |
| 1065 | 2026-07-14T00:10:07.686Z | Downloaded tokio-native-tls v0.3.1 |
| 1066 | 2026-07-14T00:10:07.690Z | Downloaded tokio-dtrace v0.1.1 |
| 1067 | 2026-07-14T00:10:07.690Z | Downloaded iri-string v0.7.10 |
| 1068 | 2026-07-14T00:10:07.693Z | Downloaded unicode-xid v0.2.6 |
| 1069 | 2026-07-14T00:10:07.696Z | Downloaded untrusted v0.9.0 |
| 1070 | 2026-07-14T00:10:07.696Z | Downloaded untrusted v0.7.1 |
| 1071 | 2026-07-14T00:10:07.696Z | Downloaded unit-prefix v0.5.2 |
| 1072 | 2026-07-14T00:10:07.700Z | Downloaded universal-hash v0.6.1 |
| 1073 | 2026-07-14T00:10:07.700Z | Downloaded universal-hash v0.5.1 |
| 1074 | 2026-07-14T00:10:07.700Z | Downloaded typify-macro v0.6.2 |
| 1075 | 2026-07-14T00:10:07.700Z | Downloaded socket2 v0.5.10 |
| 1076 | 2026-07-14T00:10:07.706Z | Downloaded tls_codec_derive v0.4.2 |
| 1077 | 2026-07-14T00:10:07.706Z | Downloaded tower-layer v0.3.3 |
| 1078 | 2026-07-14T00:10:07.706Z | Downloaded termios v0.3.3 |
| 1079 | 2026-07-14T00:10:07.706Z | Downloaded similar v2.7.0 |
| 1080 | 2026-07-14T00:10:07.709Z | Downloaded tokio-macros v2.7.0 |
| 1081 | 2026-07-14T00:10:07.709Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1082 | 2026-07-14T00:10:07.709Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1083 | 2026-07-14T00:10:07.712Z | Downloaded utf8_iter v1.0.4 |
| 1084 | 2026-07-14T00:10:07.712Z | Downloaded usdt-attr-macro v0.6.0 |
| 1085 | 2026-07-14T00:10:07.712Z | Downloaded usdt v0.6.0 |
| 1086 | 2026-07-14T00:10:07.712Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1087 | 2026-07-14T00:10:07.715Z | Downloaded utf-8 v0.7.6 |
| 1088 | 2026-07-14T00:10:07.715Z | Downloaded samael v0.0.19 |
| 1089 | 2026-07-14T00:10:07.717Z | Downloaded usdt-macro v0.6.0 |
| 1090 | 2026-07-14T00:10:07.722Z | Downloaded crypto-primes v0.7.2 |
| 1091 | 2026-07-14T00:10:07.724Z | Downloaded num-bigint-dig v0.8.6 |
| 1092 | 2026-07-14T00:10:07.724Z | Downloaded icu_properties_data v2.1.2 |
| 1093 | 2026-07-14T00:10:07.730Z | Downloaded term v1.2.1 |
| 1094 | 2026-07-14T00:10:07.733Z | Downloaded term v0.7.0 |
| 1095 | 2026-07-14T00:10:07.736Z | Downloaded wait-timeout v0.2.1 |
| 1096 | 2026-07-14T00:10:07.736Z | Downloaded waitgroup v0.1.2 |
| 1097 | 2026-07-14T00:10:07.736Z | Downloaded void v1.0.2 |
| 1098 | 2026-07-14T00:10:07.736Z | Downloaded bitvec v1.0.1 |
| 1099 | 2026-07-14T00:10:07.745Z | Downloaded rsa v0.9.10 |
| 1100 | 2026-07-14T00:10:07.748Z | Downloaded want v0.3.1 |
| 1101 | 2026-07-14T00:10:07.751Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1102 | 2026-07-14T00:10:07.754Z | Downloaded subprocess v0.2.15 |
| 1103 | 2026-07-14T00:10:07.754Z | Downloaded tui-tree-widget v0.23.1 |
| 1104 | 2026-07-14T00:10:07.757Z | Downloaded idna v1.1.0 |
| 1105 | 2026-07-14T00:10:07.759Z | Downloaded qorb v0.4.1 |
| 1106 | 2026-07-14T00:10:07.759Z | Downloaded rustls-webpki v0.103.13 |
| 1107 | 2026-07-14T00:10:07.763Z | Downloaded h2 v0.4.15 |
| 1108 | 2026-07-14T00:10:07.765Z | Downloaded zerofrom v0.1.6 |
| 1109 | 2026-07-14T00:10:07.768Z | Downloaded yoke-derive v0.8.1 |
| 1110 | 2026-07-14T00:10:07.768Z | Downloaded nom v8.0.0 |
| 1111 | 2026-07-14T00:10:07.771Z | Downloaded unicase v2.9.0 |
| 1112 | 2026-07-14T00:10:07.774Z | Downloaded tokio-rustls v0.26.4 |
| 1113 | 2026-07-14T00:10:07.777Z | Downloaded xshell-macros v0.2.7 |
| 1114 | 2026-07-14T00:10:07.777Z | Downloaded usdt-impl v0.6.0 |
| 1115 | 2026-07-14T00:10:07.777Z | Downloaded tokio-tungstenite v0.21.0 |
| 1116 | 2026-07-14T00:10:07.781Z | Downloaded xattr v1.6.1 |
| 1117 | 2026-07-14T00:10:07.781Z | Downloaded snafu v0.8.9 |
| 1118 | 2026-07-14T00:10:07.784Z | Downloaded zerofrom-derive v0.1.6 |
| 1119 | 2026-07-14T00:10:07.786Z | Downloaded vergen-lib v9.1.0 |
| 1120 | 2026-07-14T00:10:07.786Z | Downloaded socket2 v0.6.3 |
| 1121 | 2026-07-14T00:10:07.787Z | Downloaded schemars v1.2.1 |
| 1122 | 2026-07-14T00:10:07.797Z | Downloaded zeroize_derive v1.4.3 |
| 1123 | 2026-07-14T00:10:07.800Z | Downloaded libm v0.2.16 |
| 1124 | 2026-07-14T00:10:07.804Z | Downloaded vsss-rs v3.3.4 |
| 1125 | 2026-07-14T00:10:07.807Z | Downloaded vergen-lib v0.1.6 |
| 1126 | 2026-07-14T00:10:07.811Z | Downloaded zone_cfg_derive v0.3.1 |
| 1127 | 2026-07-14T00:10:07.811Z | Downloaded zone v0.3.1 |
| 1128 | 2026-07-14T00:10:07.811Z | Downloaded vergen-git2 v9.1.0 |
| 1129 | 2026-07-14T00:10:07.811Z | Downloaded hkdf v0.12.4 |
| 1130 | 2026-07-14T00:10:07.814Z | Downloaded tracing-attributes v0.1.31 |
| 1131 | 2026-07-14T00:10:07.814Z | Downloaded itertools v0.14.0 |
| 1132 | 2026-07-14T00:10:07.818Z | Downloaded whoami v2.1.0 |
| 1133 | 2026-07-14T00:10:07.821Z | Downloaded rand v0.10.1 |
| 1134 | 2026-07-14T00:10:07.824Z | Downloaded wyz v0.5.1 |
| 1135 | 2026-07-14T00:10:07.826Z | Downloaded twox-hash v2.1.2 |
| 1136 | 2026-07-14T00:10:07.826Z | Downloaded blake3 v1.8.5 |
| 1137 | 2026-07-14T00:10:07.831Z | Downloaded writeable v0.6.2 |
| 1138 | 2026-07-14T00:10:07.834Z | Downloaded zeroize v1.8.2 |
| 1139 | 2026-07-14T00:10:07.834Z | Downloaded yoke v0.8.1 |
| 1140 | 2026-07-14T00:10:07.836Z | Downloaded unicode-properties v0.1.4 |
| 1141 | 2026-07-14T00:10:07.836Z | Downloaded zerovec-derive v0.11.2 |
| 1142 | 2026-07-14T00:10:07.839Z | Downloaded aws-lc-rs v1.16.3 |
| 1143 | 2026-07-14T00:10:07.844Z | Downloaded toml v0.7.8 |
| 1144 | 2026-07-14T00:10:07.846Z | Downloaded vergen v9.1.0 |
| 1145 | 2026-07-14T00:10:07.849Z | Downloaded walkdir v2.5.0 |
| 1146 | 2026-07-14T00:10:07.849Z | Downloaded zstd v0.13.3 |
| 1147 | 2026-07-14T00:10:07.852Z | Downloaded tracing-core v0.1.36 |
| 1148 | 2026-07-14T00:10:07.854Z | Downloaded whoami v1.6.1 |
| 1149 | 2026-07-14T00:10:07.858Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1150 | 2026-07-14T00:10:07.861Z | Downloaded test-strategy v0.4.5 |
| 1151 | 2026-07-14T00:10:07.861Z | Downloaded zstd-safe v7.2.4 |
| 1152 | 2026-07-14T00:10:07.863Z | Downloaded steno v0.4.1 |
| 1153 | 2026-07-14T00:10:07.866Z | Downloaded typify v0.6.2 |
| 1154 | 2026-07-14T00:10:07.869Z | Downloaded unsafe-libyaml v0.2.11 |
| 1155 | 2026-07-14T00:10:07.871Z | Downloaded hkdf v0.13.0 |
| 1156 | 2026-07-14T00:10:07.874Z | Downloaded tar v0.4.45 |
| 1157 | 2026-07-14T00:10:07.874Z | Downloaded serde_with v1.14.0 |
| 1158 | 2026-07-14T00:10:07.877Z | Downloaded zerocopy v0.6.6 |
| 1159 | 2026-07-14T00:10:07.881Z | Downloaded tungstenite v0.23.0 |
| 1160 | 2026-07-14T00:10:07.883Z | Downloaded tungstenite v0.21.0 |
| 1161 | 2026-07-14T00:10:07.883Z | Downloaded yasna v0.5.2 |
| 1162 | 2026-07-14T00:10:07.886Z | Downloaded tokio-stream v0.1.18 |
| 1163 | 2026-07-14T00:10:07.889Z | Downloaded rsa v0.10.0-rc.18 |
| 1164 | 2026-07-14T00:10:07.892Z | Downloaded tinyvec v1.10.0 |
| 1165 | 2026-07-14T00:10:07.896Z | Downloaded xshell v0.2.7 |
| 1166 | 2026-07-14T00:10:07.896Z | Downloaded vergen-gitcl v1.0.8 |
| 1167 | 2026-07-14T00:10:07.899Z | Downloaded uzers v0.12.2 |
| 1168 | 2026-07-14T00:10:07.899Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1169 | 2026-07-14T00:10:07.903Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1170 | 2026-07-14T00:10:07.903Z | Downloaded tokio-tungstenite v0.23.1 |
| 1171 | 2026-07-14T00:10:07.907Z | Downloaded schemars v0.9.0 |
| 1172 | 2026-07-14T00:10:07.911Z | Downloaded rustyline v14.0.0 |
| 1173 | 2026-07-14T00:10:07.914Z | Downloaded tokio-postgres v0.7.16 |
| 1174 | 2026-07-14T00:10:07.918Z | Downloaded vte v0.14.1 |
| 1175 | 2026-07-14T00:10:07.921Z | Downloaded iddqd v0.4.2 |
| 1176 | 2026-07-14T00:10:07.926Z | Downloaded rpassword v7.4.0 |
| 1177 | 2026-07-14T00:10:07.929Z | Downloaded git2 v0.20.4 |
| 1178 | 2026-07-14T00:10:07.934Z | Downloaded unicode-bidi v0.3.18 |
| 1179 | 2026-07-14T00:10:07.936Z | Downloaded bindgen v0.71.1 |
| 1180 | 2026-07-14T00:10:07.940Z | Downloaded chrono v0.4.45 |
| 1181 | 2026-07-14T00:10:07.945Z | Downloaded toml_edit v0.19.15 |
| 1182 | 2026-07-14T00:10:07.956Z | Downloaded zerotrie v0.2.3 |
| 1183 | 2026-07-14T00:10:07.958Z | Downloaded zopfli v0.8.3 |
| 1184 | 2026-07-14T00:10:07.961Z | Downloaded uuid v1.23.4 |
| 1185 | 2026-07-14T00:10:07.964Z | Downloaded regex v1.12.3 |
| 1186 | 2026-07-14T00:10:07.968Z | Downloaded p384 v0.13.1 |
| 1187 | 2026-07-14T00:10:07.971Z | Downloaded reedline v0.40.0 |
| 1188 | 2026-07-14T00:10:07.974Z | Downloaded reqwest v0.13.2 |
| 1189 | 2026-07-14T00:10:07.978Z | Downloaded portable-atomic v1.13.1 |
| 1190 | 2026-07-14T00:10:07.983Z | Downloaded yansi v1.0.1 |
| 1191 | 2026-07-14T00:10:07.986Z | Downloaded lalrpop v0.19.12 |
| 1192 | 2026-07-14T00:10:07.992Z | Downloaded zip v0.6.6 |
| 1193 | 2026-07-14T00:10:07.995Z | Downloaded goblin v0.10.5 |
| 1194 | 2026-07-14T00:10:08.001Z | Downloaded reqwest v0.12.28 |
| 1195 | 2026-07-14T00:10:08.005Z | Downloaded unicode_categories v0.1.1 |
| 1196 | 2026-07-14T00:10:08.008Z | Downloaded rand v0.9.2 |
| 1197 | 2026-07-14T00:10:08.010Z | Downloaded moka v0.12.13 |
| 1198 | 2026-07-14T00:10:08.014Z | Downloaded url v2.5.8 |
| 1199 | 2026-07-14T00:10:08.017Z | Downloaded salty v0.3.0 |
| 1200 | 2026-07-14T00:10:08.021Z | Downloaded rayon v1.11.0 |
| 1201 | 2026-07-14T00:10:08.027Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1202 | 2026-07-14T00:10:08.031Z | Downloaded curve25519-dalek v4.1.3 |
| 1203 | 2026-07-14T00:10:08.037Z | Downloaded quinn v0.11.9 |
| 1204 | 2026-07-14T00:10:08.040Z | Downloaded quick-xml v0.37.5 |
| 1205 | 2026-07-14T00:10:08.043Z | Downloaded x509-cert v0.2.5 |
| 1206 | 2026-07-14T00:10:08.047Z | Downloaded publicsuffix v2.3.0 |
| 1207 | 2026-07-14T00:10:08.050Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1208 | 2026-07-14T00:10:08.053Z | Downloaded sqlformat v0.3.5 |
| 1209 | 2026-07-14T00:10:08.054Z | Downloaded deranged v0.5.8 |
| 1210 | 2026-07-14T00:10:08.054Z | Downloaded backon v1.6.0 |
| 1211 | 2026-07-14T00:10:08.056Z | Downloaded aead v0.6.1 |
| 1212 | 2026-07-14T00:10:08.056Z | Downloaded tower v0.5.3 |
| 1213 | 2026-07-14T00:10:08.062Z | Downloaded tower-http v0.6.8 |
| 1214 | 2026-07-14T00:10:08.067Z | Downloaded argon2 v0.6.0-rc.8 |
| 1215 | 2026-07-14T00:10:08.070Z | Downloaded bitfield v0.19.4 |
| 1216 | 2026-07-14T00:10:08.070Z | Downloaded cmake v0.1.57 |
| 1217 | 2026-07-14T00:10:08.072Z | Downloaded cexpr v0.6.0 |
| 1218 | 2026-07-14T00:10:08.072Z | Downloaded zerovec v0.11.5 |
| 1219 | 2026-07-14T00:10:08.075Z | Downloaded typed-path v0.9.3 |
| 1220 | 2026-07-14T00:10:08.079Z | Downloaded zerocopy-derive v0.8.40 |
| 1221 | 2026-07-14T00:10:08.084Z | Downloaded unicode-segmentation v1.12.0 |
| 1222 | 2026-07-14T00:10:08.087Z | Downloaded unicode-normalization v0.1.25 |
| 1223 | 2026-07-14T00:10:08.090Z | Downloaded tough v0.22.0 |
| 1224 | 2026-07-14T00:10:08.097Z | Downloaded tokio-util v0.7.18 |
| 1225 | 2026-07-14T00:10:08.100Z | Downloaded petname v2.0.2 |
| 1226 | 2026-07-14T00:10:08.103Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1227 | 2026-07-14T00:10:08.109Z | Downloaded nix v0.27.1 |
| 1228 | 2026-07-14T00:10:08.116Z | Downloaded zip v4.6.1 |
| 1229 | 2026-07-14T00:10:08.119Z | Downloaded bstr v1.12.1 |
| 1230 | 2026-07-14T00:10:08.124Z | Downloaded quinn-proto v0.11.13 |
| 1231 | 2026-07-14T00:10:08.129Z | Downloaded serde_with v3.17.0 |
| 1232 | 2026-07-14T00:10:08.138Z | Downloaded polar-core v0.27.3 |
| 1233 | 2026-07-14T00:10:08.143Z | Downloaded proptest v1.10.0 |
| 1234 | 2026-07-14T00:10:08.149Z | Downloaded winnow v0.5.40 |
| 1235 | 2026-07-14T00:10:08.155Z | Downloaded radix_trie v0.2.1 |
| 1236 | 2026-07-14T00:10:08.158Z | Downloaded object v0.30.4 |
| 1237 | 2026-07-14T00:10:08.166Z | Downloaded cassowary v0.3.0 |
| 1238 | 2026-07-14T00:10:08.171Z | Downloaded camino-tempfile-ext v0.3.3 |
| 1239 | 2026-07-14T00:10:08.171Z | Downloaded futures-macro v0.3.32 |
| 1240 | 2026-07-14T00:10:08.171Z | Downloaded crossbeam-utils v0.8.21 |
| 1241 | 2026-07-14T00:10:08.171Z | Downloaded russh v0.61.2 |
| 1242 | 2026-07-14T00:10:08.179Z | Downloaded dropshot v0.17.1 |
| 1243 | 2026-07-14T00:10:08.191Z | Downloaded winnow v1.0.3 |
| 1244 | 2026-07-14T00:10:08.196Z | Downloaded winnow v0.6.26 |
| 1245 | 2026-07-14T00:10:08.202Z | Downloaded smoltcp v0.9.1 |
| 1246 | 2026-07-14T00:10:08.208Z | Downloaded hickory-proto v0.24.4 |
| 1247 | 2026-07-14T00:10:08.217Z | Downloaded vcpkg v0.2.15 |
| 1248 | 2026-07-14T00:10:08.240Z | Downloaded regex-syntax v0.6.29 |
| 1249 | 2026-07-14T00:10:08.244Z | Downloaded object v0.37.3 |
| 1250 | 2026-07-14T00:10:08.252Z | Downloaded zlib-rs v0.6.2 |
| 1251 | 2026-07-14T00:10:08.255Z | Downloaded nix v0.31.2 |
| 1252 | 2026-07-14T00:10:08.262Z | Downloaded openssl v0.10.79 |
| 1253 | 2026-07-14T00:10:08.268Z | Downloaded hickory-proto v0.25.2 |
| 1254 | 2026-07-14T00:10:08.277Z | Downloaded zerocopy v0.8.40 |
| 1255 | 2026-07-14T00:10:08.282Z | Downloaded smoltcp v0.11.0 |
| 1256 | 2026-07-14T00:10:08.290Z | Downloaded regress v0.10.5 |
| 1257 | 2026-07-14T00:10:08.295Z | Downloaded regex-syntax v0.8.10 |
| 1258 | 2026-07-14T00:10:08.300Z | Downloaded openapiv3 v2.2.0 |
| 1259 | 2026-07-14T00:10:08.306Z | Downloaded rustix v0.38.44 |
| 1260 | 2026-07-14T00:10:08.336Z | Downloaded rustls v0.23.41 |
| 1261 | 2026-07-14T00:10:08.341Z | Downloaded regress v0.11.1 |
| 1262 | 2026-07-14T00:10:08.341Z | Downloaded diesel v2.3.7 |
| 1263 | 2026-07-14T00:10:08.345Z | Downloaded nix v0.28.0 |
| 1264 | 2026-07-14T00:10:08.351Z | Downloaded time v0.3.47 |
| 1265 | 2026-07-14T00:10:08.358Z | Downloaded tabled v0.20.0 |
| 1266 | 2026-07-14T00:10:08.368Z | Downloaded fiat-crypto v0.3.0 |
| 1267 | 2026-07-14T00:10:08.375Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1268 | 2026-07-14T00:10:08.384Z | Downloaded typify-impl v0.6.2 |
| 1269 | 2026-07-14T00:10:08.409Z | Downloaded zerocopy-derive v0.6.6 |
| 1270 | 2026-07-14T00:10:08.418Z | Downloaded sled v0.34.7 |
| 1271 | 2026-07-14T00:10:08.424Z | Downloaded sqlparser v0.61.0 |
| 1272 | 2026-07-14T00:10:08.431Z | Downloaded chrono-tz v0.10.4 |
| 1273 | 2026-07-14T00:10:08.442Z | Downloaded ratatui v0.29.0 |
| 1274 | 2026-07-14T00:10:08.453Z | Downloaded tracing v0.1.44 |
| 1275 | 2026-07-14T00:10:08.465Z | Downloaded sha3 v0.11.0 |
| 1276 | 2026-07-14T00:10:08.468Z | Downloaded jiff v0.2.21 |
| 1277 | 2026-07-14T00:10:08.486Z | Downloaded libz-sys v1.1.24 |
| 1278 | 2026-07-14T00:10:08.498Z | Downloaded regex-automata v0.4.14 |
| 1279 | 2026-07-14T00:10:08.514Z | Downloaded petgraph v0.6.5 |
| 1280 | 2026-07-14T00:10:08.553Z | Downloaded encoding_rs v0.8.35 |
| 1281 | 2026-07-14T00:10:08.566Z | Downloaded petgraph v0.8.3 |
| 1282 | 2026-07-14T00:10:08.594Z | Downloaded csv v1.4.0 |
| 1283 | 2026-07-14T00:10:08.607Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1284 | 2026-07-14T00:10:08.617Z | Downloaded sha3 v0.10.8 |
| 1285 | 2026-07-14T00:10:08.628Z | Downloaded tokio v1.52.1 |
| 1286 | 2026-07-14T00:10:08.704Z | Downloaded ring v0.17.14 |
| 1287 | 2026-07-14T00:10:08.731Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1288 | 2026-07-14T00:10:09.106Z | Downloaded aws-lc-sys v0.40.0 |
| 1289 | 2026-07-14T00:10:09.360Z | Compiling libc v0.2.185 |
| 1290 | 2026-07-14T00:10:09.360Z | Compiling serde_core v1.0.228 |
| 1291 | 2026-07-14T00:10:09.360Z | Compiling serde v1.0.228 |
| 1292 | 2026-07-14T00:10:09.364Z | Compiling log v0.4.29 |
| 1293 | 2026-07-14T00:10:09.364Z | Compiling smallvec v1.15.1 |
| 1294 | 2026-07-14T00:10:09.364Z | Compiling find-msvc-tools v0.1.9 |
| 1295 | 2026-07-14T00:10:09.364Z | Compiling shlex v1.3.0 |
| 1296 | 2026-07-14T00:10:09.364Z | Compiling subtle v2.6.1 |
| 1297 | 2026-07-14T00:10:09.364Z | Compiling scopeguard v1.2.0 |
| 1298 | 2026-07-14T00:10:09.506Z | Compiling stable_deref_trait v1.2.1 |
| 1299 | 2026-07-14T00:10:09.509Z | Compiling typenum v1.20.1 |
| 1300 | 2026-07-14T00:10:09.519Z | Compiling serde_json v1.0.150 |
| 1301 | 2026-07-14T00:10:09.598Z | Compiling zerocopy v0.8.40 |
| 1302 | 2026-07-14T00:10:09.625Z | Compiling syn v2.0.117 |
| 1303 | 2026-07-14T00:10:09.641Z | Compiling portable-atomic v1.13.1 |
| 1304 | 2026-07-14T00:10:09.654Z | Compiling parking_lot_core v0.9.12 |
| 1305 | 2026-07-14T00:10:09.680Z | Compiling lock_api v0.4.14 |
| 1306 | 2026-07-14T00:10:09.766Z | Compiling pin-project-lite v0.2.17 |
| 1307 | 2026-07-14T00:10:09.770Z | Compiling pkg-config v0.3.32 |
| 1308 | 2026-07-14T00:10:09.793Z | Compiling critical-section v1.2.0 |
| 1309 | 2026-07-14T00:10:09.824Z | Compiling getrandom v0.4.1 |
| 1310 | 2026-07-14T00:10:09.852Z | Compiling futures-core v0.3.32 |
| 1311 | 2026-07-14T00:10:09.870Z | Compiling libm v0.2.16 |
| 1312 | 2026-07-14T00:10:09.905Z | Compiling num-traits v0.2.19 |
| 1313 | 2026-07-14T00:10:09.922Z | Compiling generic-array v0.14.7 |
| 1314 | 2026-07-14T00:10:09.972Z | Compiling rand_core v0.10.0 |
| 1315 | 2026-07-14T00:10:10.004Z | Compiling const-oid v0.9.6 |
| 1316 | 2026-07-14T00:10:10.018Z | Compiling litemap v0.8.1 |
| 1317 | 2026-07-14T00:10:10.021Z | Compiling percent-encoding v2.3.2 |
| 1318 | 2026-07-14T00:10:10.059Z | Compiling writeable v0.6.2 |
| 1319 | 2026-07-14T00:10:10.184Z | Compiling icu_normalizer_data v2.1.1 |
| 1320 | 2026-07-14T00:10:10.208Z | Compiling icu_properties_data v2.1.2 |
| 1321 | 2026-07-14T00:10:10.272Z | Compiling futures-sink v0.3.32 |
| 1322 | 2026-07-14T00:10:10.288Z | Compiling slab v0.4.12 |
| 1323 | 2026-07-14T00:10:10.291Z | Compiling futures-task v0.3.32 |
| 1324 | 2026-07-14T00:10:10.329Z | Compiling futures-io v0.3.32 |
| 1325 | 2026-07-14T00:10:10.372Z | Compiling futures-channel v0.3.32 |
| 1326 | 2026-07-14T00:10:10.375Z | Compiling utf8_iter v1.0.4 |
| 1327 | 2026-07-14T00:10:10.400Z | Compiling getrandom v0.3.4 |
| 1328 | 2026-07-14T00:10:10.417Z | Compiling rustversion v1.0.22 |
| 1329 | 2026-07-14T00:10:10.508Z | Compiling form_urlencoded v1.2.2 |
| 1330 | 2026-07-14T00:10:10.511Z | Compiling fs_extra v1.3.0 |
| 1331 | 2026-07-14T00:10:10.536Z | Compiling ident_case v1.0.1 |
| 1332 | 2026-07-14T00:10:10.552Z | Compiling jobserver v0.1.34 |
| 1333 | 2026-07-14T00:10:10.566Z | Compiling errno v0.3.14 |
| 1334 | 2026-07-14T00:10:10.579Z | Compiling getrandom v0.2.17 |
| 1335 | 2026-07-14T00:10:10.643Z | Compiling mio v1.2.0 |
| 1336 | 2026-07-14T00:10:10.682Z | Compiling socket2 v0.6.3 |
| 1337 | 2026-07-14T00:10:10.709Z | Compiling signal-hook-registry v1.4.8 |
| 1338 | 2026-07-14T00:10:10.739Z | Compiling rand_core v0.6.4 |
| 1339 | 2026-07-14T00:10:10.826Z | Compiling cc v1.2.56 |
| 1340 | 2026-07-14T00:10:10.841Z | Compiling parking_lot v0.12.5 |
| 1341 | 2026-07-14T00:10:10.843Z | Compiling dunce v1.0.5 |
| 1342 | 2026-07-14T00:10:10.910Z | Compiling once_cell v1.21.3 |
| 1343 | 2026-07-14T00:10:10.948Z | Compiling rustix v1.1.3 |
| 1344 | 2026-07-14T00:10:10.964Z | Compiling regex-syntax v0.8.10 |
| 1345 | 2026-07-14T00:10:10.980Z | Compiling iana-time-zone v0.1.65 |
| 1346 | 2026-07-14T00:10:10.996Z | Compiling base64ct v1.8.3 |
| 1347 | 2026-07-14T00:10:11.011Z | Compiling vcpkg v0.2.15 |
| 1348 | 2026-07-14T00:10:11.043Z | Compiling base64 v0.22.1 |
| 1349 | 2026-07-14T00:10:11.162Z | Compiling tracing-core v0.1.36 |
| 1350 | 2026-07-14T00:10:11.165Z | Compiling aws-lc-rs v1.16.3 |
| 1351 | 2026-07-14T00:10:11.207Z | Compiling flagset v0.4.7 |
| 1352 | 2026-07-14T00:10:11.249Z | Compiling pem-rfc7468 v0.7.0 |
| 1353 | 2026-07-14T00:10:11.312Z | Compiling openssl-probe v0.2.1 |
| 1354 | 2026-07-14T00:10:11.360Z | Compiling rand_core v0.9.5 |
| 1355 | 2026-07-14T00:10:11.392Z | Compiling tinyvec_macros v0.1.1 |
| 1356 | 2026-07-14T00:10:11.438Z | Compiling cmov v0.5.4 |
| 1357 | 2026-07-14T00:10:11.479Z | Compiling httparse v1.10.1 |
| 1358 | 2026-07-14T00:10:11.514Z | Compiling tinyvec v1.10.0 |
| 1359 | 2026-07-14T00:10:11.517Z | Compiling aho-corasick v1.1.4 |
| 1360 | 2026-07-14T00:10:11.517Z | Compiling atomic-waker v1.1.2 |
| 1361 | 2026-07-14T00:10:11.577Z | Compiling cmake v0.1.57 |
| 1362 | 2026-07-14T00:10:11.581Z | Compiling dyn-clone v1.0.20 |
| 1363 | 2026-07-14T00:10:11.607Z | Compiling schemars v0.8.22 |
| 1364 | 2026-07-14T00:10:11.660Z | Compiling ctutils v0.4.2 |
| 1365 | 2026-07-14T00:10:11.674Z | Compiling try-lock v0.2.5 |
| 1366 | 2026-07-14T00:10:11.687Z | Compiling tower-service v0.3.3 |
| 1367 | 2026-07-14T00:10:11.783Z | Compiling bitflags v2.11.0 |
| 1368 | 2026-07-14T00:10:11.811Z | Compiling semver v1.0.28 |
| 1369 | 2026-07-14T00:10:11.815Z | Compiling indexmap v2.14.0 |
| 1370 | 2026-07-14T00:10:11.815Z | Compiling uuid v1.23.4 |
| 1371 | 2026-07-14T00:10:11.857Z | Compiling tower-layer v0.3.3 |
| 1372 | 2026-07-14T00:10:11.877Z | Compiling untrusted v0.7.1 |
| 1373 | 2026-07-14T00:10:11.935Z | Compiling want v0.3.1 |
| 1374 | 2026-07-14T00:10:11.950Z | Compiling untrusted v0.9.0 |
| 1375 | 2026-07-14T00:10:11.981Z | Compiling openssl v0.10.79 |
| 1376 | 2026-07-14T00:10:12.041Z | Compiling cpufeatures v0.2.17 |
| 1377 | 2026-07-14T00:10:12.045Z | Compiling foreign-types-shared v0.1.1 |
| 1378 | 2026-07-14T00:10:12.071Z | Compiling rustc_version v0.4.1 |
| 1379 | 2026-07-14T00:10:12.087Z | Compiling rustls v0.23.41 |
| 1380 | 2026-07-14T00:10:12.130Z | Compiling httpdate v1.0.3 |
| 1381 | 2026-07-14T00:10:12.131Z | Compiling foreign-types v0.3.2 |
| 1382 | 2026-07-14T00:10:12.159Z | Compiling unicode-normalization v0.1.25 |
| 1383 | 2026-07-14T00:10:12.178Z | Compiling spin v0.9.8 |
| 1384 | 2026-07-14T00:10:12.227Z | Compiling num-conv v0.2.0 |
| 1385 | 2026-07-14T00:10:12.266Z | Compiling time-core v0.1.8 |
| 1386 | 2026-07-14T00:10:12.286Z | Compiling crc32fast v1.5.0 |
| 1387 | 2026-07-14T00:10:12.300Z | Compiling native-tls v0.2.18 |
| 1388 | 2026-07-14T00:10:12.374Z | Compiling powerfmt v0.2.0 |
| 1389 | 2026-07-14T00:10:12.396Z | Compiling wait-timeout v0.2.1 |
| 1390 | 2026-07-14T00:10:12.412Z | Compiling sync_wrapper v1.0.2 |
| 1391 | 2026-07-14T00:10:12.431Z | Compiling simd-adler32 v0.3.8 |
| 1392 | 2026-07-14T00:10:12.434Z | Compiling time-macros v0.2.27 |
| 1393 | 2026-07-14T00:10:12.469Z | Compiling aws-lc-sys v0.40.0 |
| 1394 | 2026-07-14T00:10:12.518Z | Compiling openssl-sys v0.9.115 |
| 1395 | 2026-07-14T00:10:12.538Z | Compiling regex-automata v0.4.14 |
| 1396 | 2026-07-14T00:10:12.554Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1397 | 2026-07-14T00:10:12.601Z | Compiling synstructure v0.13.2 |
| 1398 | 2026-07-14T00:10:12.617Z | Compiling serde_derive_internals v0.29.1 |
| 1399 | 2026-07-14T00:10:12.621Z | Compiling pest_generator v2.8.6 |
| 1400 | 2026-07-14T00:10:12.660Z | Compiling darling_core v0.20.11 |
| 1401 | 2026-07-14T00:10:12.712Z | Compiling deranged v0.5.8 |
| 1402 | 2026-07-14T00:10:12.753Z | Compiling syn v1.0.109 |
| 1403 | 2026-07-14T00:10:12.986Z | Compiling tempfile v3.25.0 |
| 1404 | 2026-07-14T00:10:13.123Z | Compiling num_threads v0.1.7 |
| 1405 | 2026-07-14T00:10:13.239Z | Compiling siphasher v1.0.2 |
| 1406 | 2026-07-14T00:10:13.301Z | Compiling quick-error v1.2.3 |
| 1407 | 2026-07-14T00:10:13.320Z | Compiling crossbeam-utils v0.8.21 |
| 1408 | 2026-07-14T00:10:13.367Z | Compiling bit-vec v0.8.0 |
| 1409 | 2026-07-14T00:10:13.398Z | Compiling usdt-impl v0.6.0 |
| 1410 | 2026-07-14T00:10:13.458Z | Compiling rusty-fork v0.3.1 |
| 1411 | 2026-07-14T00:10:13.473Z | Compiling darling_core v0.21.3 |
| 1412 | 2026-07-14T00:10:13.476Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1413 | 2026-07-14T00:10:13.592Z | Compiling bit-set v0.8.0 |
| 1414 | 2026-07-14T00:10:13.629Z | Compiling heapless v0.7.17 |
| 1415 | 2026-07-14T00:10:13.667Z | Compiling time v0.3.47 |
| 1416 | 2026-07-14T00:10:13.683Z | Compiling slog v2.8.2 |
| 1417 | 2026-07-14T00:10:13.713Z | Compiling rand_xorshift v0.4.0 |
| 1418 | 2026-07-14T00:10:13.731Z | Compiling thread-id v5.1.0 |
| 1419 | 2026-07-14T00:10:13.747Z | Compiling cookie v0.18.1 |
| 1420 | 2026-07-14T00:10:13.762Z | Compiling zstd-safe v7.2.4 |
| 1421 | 2026-07-14T00:10:13.779Z | Compiling anyhow v1.0.102 |
| 1422 | 2026-07-14T00:10:13.804Z | Compiling unicode-properties v0.1.4 |
| 1423 | 2026-07-14T00:10:13.827Z | Compiling iri-string v0.7.10 |
| 1424 | 2026-07-14T00:10:13.841Z | Compiling signal-hook v0.3.18 |
| 1425 | 2026-07-14T00:10:13.902Z | Compiling unicode-bidi v0.3.18 |
| 1426 | 2026-07-14T00:10:13.920Z | Compiling allocator-api2 v0.2.21 |
| 1427 | 2026-07-14T00:10:13.923Z | Compiling adler2 v2.0.1 |
| 1428 | 2026-07-14T00:10:13.978Z | Compiling paste v1.0.15 |
| 1429 | 2026-07-14T00:10:14.006Z | Compiling ryu v1.0.23 |
| 1430 | 2026-07-14T00:10:14.034Z | Compiling unarray v0.1.4 |
| 1431 | 2026-07-14T00:10:14.075Z | Compiling miniz_oxide v0.8.9 |
| 1432 | 2026-07-14T00:10:14.216Z | Compiling camino v1.2.2 |
| 1433 | 2026-07-14T00:10:14.264Z | Compiling stringprep v0.1.5 |
| 1434 | 2026-07-14T00:10:14.368Z | Compiling curve25519-dalek v4.1.3 |
| 1435 | 2026-07-14T00:10:14.382Z | Compiling serde_derive v1.0.228 |
| 1436 | 2026-07-14T00:10:14.456Z | Compiling zeroize_derive v1.4.3 |
| 1437 | 2026-07-14T00:10:14.610Z | Compiling zerofrom-derive v0.1.6 |
| 1438 | 2026-07-14T00:10:14.688Z | Compiling yoke-derive v0.8.1 |
| 1439 | 2026-07-14T00:10:14.734Z | Compiling zerocopy-derive v0.8.40 |
| 1440 | 2026-07-14T00:10:14.734Z | Compiling zerovec-derive v0.11.2 |
| 1441 | 2026-07-14T00:10:14.804Z | Compiling displaydoc v0.2.5 |
| 1442 | 2026-07-14T00:10:14.938Z | Compiling tokio-macros v2.7.0 |
| 1443 | 2026-07-14T00:10:15.085Z | Compiling futures-macro v0.3.32 |
| 1444 | 2026-07-14T00:10:15.209Z | Compiling zeroize v1.8.2 |
| 1445 | 2026-07-14T00:10:15.337Z | Compiling thiserror-impl v2.0.18 |
| 1446 | 2026-07-14T00:10:15.453Z | Compiling der_derive v0.7.3 |
| 1447 | 2026-07-14T00:10:15.598Z | Compiling tracing-attributes v0.1.31 |
| 1448 | 2026-07-14T00:10:15.718Z | Compiling rustls-pki-types v1.14.0 |
| 1449 | 2026-07-14T00:10:15.938Z | Compiling hybrid-array v0.4.13 |
| 1450 | 2026-07-14T00:10:15.953Z | Compiling scroll_derive v0.13.1 |
| 1451 | 2026-07-14T00:10:15.967Z | Compiling futures-util v0.3.32 |
| 1452 | 2026-07-14T00:10:16.034Z | Compiling block-buffer v0.10.4 |
| 1453 | 2026-07-14T00:10:16.121Z | Compiling crypto-common v0.1.7 |
| 1454 | 2026-07-14T00:10:16.135Z | Compiling zerofrom v0.1.6 |
| 1455 | 2026-07-14T00:10:16.192Z | Compiling schemars_derive v0.8.22 |
| 1456 | 2026-07-14T00:10:16.232Z | Compiling pest_derive v2.8.6 |
| 1457 | 2026-07-14T00:10:16.280Z | Compiling yoke v0.8.1 |
| 1458 | 2026-07-14T00:10:16.293Z | Compiling digest v0.10.7 |
| 1459 | 2026-07-14T00:10:16.481Z | Compiling zerovec v0.11.5 |
| 1460 | 2026-07-14T00:10:16.495Z | Compiling zerotrie v0.2.3 |
| 1461 | 2026-07-14T00:10:16.568Z | Compiling der v0.7.10 |
| 1462 | 2026-07-14T00:10:16.724Z | Compiling darling_macro v0.20.11 |
| 1463 | 2026-07-14T00:10:16.760Z | Compiling thiserror v2.0.18 |
| 1464 | 2026-07-14T00:10:16.776Z | Compiling openssl-macros v0.1.1 |
| 1465 | 2026-07-14T00:10:16.823Z | Compiling hmac v0.12.1 |
| 1466 | 2026-07-14T00:10:16.826Z | Compiling sha2 v0.10.9 |
| 1467 | 2026-07-14T00:10:16.852Z | Compiling scroll v0.13.0 |
| 1468 | 2026-07-14T00:10:16.885Z | Compiling dtrace-parser v0.3.0 |
| 1469 | 2026-07-14T00:10:17.006Z | Compiling tinystr v0.8.2 |
| 1470 | 2026-07-14T00:10:17.021Z | Compiling potential_utf v0.1.4 |
| 1471 | 2026-07-14T00:10:17.035Z | Compiling tracing v0.1.44 |
| 1472 | 2026-07-14T00:10:17.144Z | Compiling goblin v0.10.5 |
| 1473 | 2026-07-14T00:10:17.214Z | Compiling icu_locale_core v2.1.1 |
| 1474 | 2026-07-14T00:10:17.237Z | Compiling icu_collections v2.1.1 |
| 1475 | 2026-07-14T00:10:17.283Z | Compiling darling v0.20.11 |
| 1476 | 2026-07-14T00:10:17.333Z | Compiling thiserror-impl v1.0.69 |
| 1477 | 2026-07-14T00:10:17.380Z | Compiling derive_builder_core v0.20.2 |
| 1478 | 2026-07-14T00:10:17.530Z | Compiling spki v0.7.3 |
| 1479 | 2026-07-14T00:10:17.675Z | Compiling scroll_derive v0.12.1 |
| 1480 | 2026-07-14T00:10:17.750Z | Compiling pkcs8 v0.10.2 |
| 1481 | 2026-07-14T00:10:17.765Z | Compiling block-buffer v0.12.1 |
| 1482 | 2026-07-14T00:10:17.825Z | Compiling crypto-common v0.2.2 |
| 1483 | 2026-07-14T00:10:17.985Z | Compiling bytes v1.11.1 |
| 1484 | 2026-07-14T00:10:18.003Z | Compiling icu_provider v2.1.1 |
| 1485 | 2026-07-14T00:10:18.025Z | Compiling chrono v0.4.45 |
| 1486 | 2026-07-14T00:10:18.121Z | Compiling ipnet v2.11.0 |
| 1487 | 2026-07-14T00:10:18.279Z | Compiling icu_normalizer v2.1.1 |
| 1488 | 2026-07-14T00:10:18.297Z | Compiling icu_properties v2.1.2 |
| 1489 | 2026-07-14T00:10:18.313Z | Compiling derive_builder_macro v0.20.2 |
| 1490 | 2026-07-14T00:10:18.328Z | Compiling erased-serde v0.3.31 |
| 1491 | 2026-07-14T00:10:18.345Z | Compiling serde_spanned v0.6.9 |
| 1492 | 2026-07-14T00:10:18.401Z | Compiling scroll v0.12.0 |
| 1493 | 2026-07-14T00:10:18.507Z | Compiling tokio v1.52.1 |
| 1494 | 2026-07-14T00:10:18.623Z | Compiling http v1.4.2 |
| 1495 | 2026-07-14T00:10:18.644Z | Compiling serde_urlencoded v0.7.1 |
| 1496 | 2026-07-14T00:10:18.662Z | Compiling thiserror v1.0.69 |
| 1497 | 2026-07-14T00:10:18.683Z | Compiling serde_tokenstream v0.2.3 |
| 1498 | 2026-07-14T00:10:18.774Z | Compiling toml_datetime v0.6.11 |
| 1499 | 2026-07-14T00:10:18.829Z | Compiling block-padding v0.4.2 |
| 1500 | 2026-07-14T00:10:18.843Z | Compiling md-5 v0.10.6 |
| 1501 | 2026-07-14T00:10:18.856Z | Compiling signature v2.2.0 |
| 1502 | 2026-07-14T00:10:18.897Z | Compiling darling_macro v0.21.3 |
| 1503 | 2026-07-14T00:10:19.005Z | Compiling rustls-native-certs v0.8.3 |
| 1504 | 2026-07-14T00:10:19.008Z | Compiling bstr v1.12.1 |
| 1505 | 2026-07-14T00:10:19.034Z | Compiling async-trait v0.1.89 |
| 1506 | 2026-07-14T00:10:19.049Z | Compiling zerocopy-derive v0.7.35 |
| 1507 | 2026-07-14T00:10:19.064Z | Compiling pin-project-internal v1.1.11 |
| 1508 | 2026-07-14T00:10:19.347Z | Compiling idna_adapter v1.2.1 |
| 1509 | 2026-07-14T00:10:19.357Z | Compiling ppv-lite86 v0.2.21 |
| 1510 | 2026-07-14T00:10:19.448Z | Compiling http-body v1.0.1 |
| 1511 | 2026-07-14T00:10:19.469Z | Compiling idna v1.1.0 |
| 1512 | 2026-07-14T00:10:19.484Z | Compiling num-integer v0.1.46 |
| 1513 | 2026-07-14T00:10:19.558Z | Compiling vergen-lib v9.1.0 |
| 1514 | 2026-07-14T00:10:19.585Z | Compiling http-body-util v0.1.3 |
| 1515 | 2026-07-14T00:10:19.618Z | Compiling hash32 v0.2.1 |
| 1516 | 2026-07-14T00:10:19.698Z | Compiling rand_chacha v0.9.0 |
| 1517 | 2026-07-14T00:10:19.757Z | Compiling rand_chacha v0.3.1 |
| 1518 | 2026-07-14T00:10:19.835Z | Compiling url v2.5.8 |
| 1519 | 2026-07-14T00:10:19.889Z | Compiling memoffset v0.9.1 |
| 1520 | 2026-07-14T00:10:19.903Z | Compiling encoding_rs v0.8.35 |
| 1521 | 2026-07-14T00:10:19.918Z | Compiling zlib-rs v0.6.2 |
| 1522 | 2026-07-14T00:10:19.921Z | Compiling cfg_aliases v0.2.1 |
| 1523 | 2026-07-14T00:10:20.020Z | Compiling rand v0.9.2 |
| 1524 | 2026-07-14T00:10:20.033Z | Compiling dof v0.4.0 |
| 1525 | 2026-07-14T00:10:20.128Z | Compiling mime v0.3.17 |
| 1526 | 2026-07-14T00:10:20.151Z | Compiling smoltcp v0.9.1 |
| 1527 | 2026-07-14T00:10:20.222Z | Compiling psl-types v2.0.11 |
| 1528 | 2026-07-14T00:10:20.310Z | Compiling fallible-iterator v0.2.0 |
| 1529 | 2026-07-14T00:10:20.335Z | Compiling rustix v0.38.44 |
| 1530 | 2026-07-14T00:10:20.408Z | Compiling ref-cast v1.0.25 |
| 1531 | 2026-07-14T00:10:20.457Z | Compiling num-bigint-dig v0.8.6 |
| 1532 | 2026-07-14T00:10:20.524Z | Compiling litrs v1.0.0 |
| 1533 | 2026-07-14T00:10:20.596Z | Compiling proptest v1.10.0 |
| 1534 | 2026-07-14T00:10:20.634Z | Compiling postgres-protocol v0.6.10 |
| 1535 | 2026-07-14T00:10:20.680Z | Compiling publicsuffix v2.3.0 |
| 1536 | 2026-07-14T00:10:20.829Z | Compiling pin-project v1.1.11 |
| 1537 | 2026-07-14T00:10:20.857Z | Compiling zerocopy v0.7.35 |
| 1538 | 2026-07-14T00:10:20.887Z | Compiling nix v0.31.2 |
| 1539 | 2026-07-14T00:10:20.955Z | Compiling rand v0.8.6 |
| 1540 | 2026-07-14T00:10:21.055Z | Compiling num-iter v0.1.45 |
| 1541 | 2026-07-14T00:10:21.069Z | Compiling document-features v0.2.12 |
| 1542 | 2026-07-14T00:10:21.194Z | Compiling ipnetwork v0.21.1 |
| 1543 | 2026-07-14T00:10:21.219Z | Compiling darling v0.21.3 |
| 1544 | 2026-07-14T00:10:21.243Z | Compiling inout v0.2.2 |
| 1545 | 2026-07-14T00:10:21.303Z | Compiling derive_builder v0.20.2 |
| 1546 | 2026-07-14T00:10:21.369Z | Compiling goblin v0.8.2 |
| 1547 | 2026-07-14T00:10:21.439Z | Compiling oxnet v0.1.6 |
| 1548 | 2026-07-14T00:10:21.457Z | Compiling hubpack_derive v0.1.1 |
| 1549 | 2026-07-14T00:10:21.472Z | Compiling futures-executor v0.3.32 |
| 1550 | 2026-07-14T00:10:21.474Z | Compiling hex v0.4.3 |
| 1551 | 2026-07-14T00:10:21.619Z | Compiling regex v1.12.3 |
| 1552 | 2026-07-14T00:10:21.692Z | Compiling daft-derive v0.1.7 |
| 1553 | 2026-07-14T00:10:21.721Z | Compiling strum_macros v0.27.2 |
| 1554 | 2026-07-14T00:10:21.734Z | Compiling ref-cast-impl v1.0.25 |
| 1555 | 2026-07-14T00:10:21.738Z | Compiling snafu-derive v0.8.9 |
| 1556 | 2026-07-14T00:10:21.762Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1557 | 2026-07-14T00:10:21.954Z | Compiling phf_shared v0.13.1 |
| 1558 | 2026-07-14T00:10:22.064Z | Compiling terminal_size v0.4.3 |
| 1559 | 2026-07-14T00:10:22.083Z | Compiling lazy_static v1.5.0 |
| 1560 | 2026-07-14T00:10:22.152Z | Compiling anstyle-parse v0.2.7 |
| 1561 | 2026-07-14T00:10:22.195Z | Compiling cargo-platform v0.3.2 |
| 1562 | 2026-07-14T00:10:22.214Z | Compiling vergen v9.1.0 |
| 1563 | 2026-07-14T00:10:22.229Z | Compiling ff v0.13.1 |
| 1564 | 2026-07-14T00:10:22.229Z | Compiling fs-err v3.3.0 |
| 1565 | 2026-07-14T00:10:22.331Z | Compiling ahash v0.8.12 |
| 1566 | 2026-07-14T00:10:22.356Z | Compiling foldhash v0.2.0 |
| 1567 | 2026-07-14T00:10:22.379Z | Compiling tokio-util v0.7.18 |
| 1568 | 2026-07-14T00:10:22.395Z | Compiling tower v0.5.3 |
| 1569 | 2026-07-14T00:10:22.437Z | Compiling tokio-native-tls v0.3.1 |
| 1570 | 2026-07-14T00:10:22.473Z | Compiling libbz2-rs-sys v0.2.2 |
| 1571 | 2026-07-14T00:10:22.489Z | Compiling winnow v0.5.40 |
| 1572 | 2026-07-14T00:10:22.489Z | Compiling bitflags v1.3.2 |
| 1573 | 2026-07-14T00:10:22.518Z | Compiling base16ct v0.2.0 |
| 1574 | 2026-07-14T00:10:22.578Z | Compiling object v0.37.3 |
| 1575 | 2026-07-14T00:10:22.594Z | Compiling foldhash v0.1.5 |
| 1576 | 2026-07-14T00:10:22.609Z | Compiling managed v0.8.0 |
| 1577 | 2026-07-14T00:10:22.629Z | Compiling bumpalo v3.20.2 |
| 1578 | 2026-07-14T00:10:22.711Z | Compiling unicode-segmentation v1.12.0 |
| 1579 | 2026-07-14T00:10:22.783Z | Compiling same-file v1.0.6 |
| 1580 | 2026-07-14T00:10:22.838Z | Compiling tower-http v0.6.8 |
| 1581 | 2026-07-14T00:10:22.882Z | Compiling flate2 v1.1.9 |
| 1582 | 2026-07-14T00:10:22.907Z | Compiling walkdir v2.5.0 |
| 1583 | 2026-07-14T00:10:22.921Z | Compiling bzip2 v0.6.1 |
| 1584 | 2026-07-14T00:10:23.016Z | Compiling newtype-uuid v1.3.2 |
| 1585 | 2026-07-14T00:10:23.109Z | Compiling h2 v0.4.15 |
| 1586 | 2026-07-14T00:10:23.149Z | Compiling zopfli v0.8.3 |
| 1587 | 2026-07-14T00:10:23.236Z | Compiling daft v0.1.7 |
| 1588 | 2026-07-14T00:10:23.252Z | Compiling hashbrown v0.15.5 |
| 1589 | 2026-07-14T00:10:23.265Z | Compiling sec1 v0.7.3 |
| 1590 | 2026-07-14T00:10:23.366Z | Compiling hashbrown v0.16.1 |
| 1591 | 2026-07-14T00:10:23.449Z | Compiling clap_builder v4.6.0 |
| 1592 | 2026-07-14T00:10:23.583Z | Compiling dof v0.3.0 |
| 1593 | 2026-07-14T00:10:23.660Z | Compiling cargo_metadata v0.23.1 |
| 1594 | 2026-07-14T00:10:23.686Z | Compiling snafu v0.8.9 |
| 1595 | 2026-07-14T00:10:23.737Z | Compiling strum v0.27.2 |
| 1596 | 2026-07-14T00:10:23.816Z | Compiling toml_edit v0.19.15 |
| 1597 | 2026-07-14T00:10:23.831Z | Compiling group v0.13.0 |
| 1598 | 2026-07-14T00:10:23.946Z | Compiling anstream v0.6.21 |
| 1599 | 2026-07-14T00:10:23.980Z | Compiling phf v0.13.1 |
| 1600 | 2026-07-14T00:10:24.010Z | Compiling signal-hook-mio v0.2.5 |
| 1601 | 2026-07-14T00:10:24.063Z | Compiling hubpack v0.1.2 |
| 1602 | 2026-07-14T00:10:24.146Z | Compiling cookie_store v0.22.1 |
| 1603 | 2026-07-14T00:10:24.170Z | Compiling futures v0.3.32 |
| 1604 | 2026-07-14T00:10:24.266Z | Compiling bzip2 v0.4.4 |
| 1605 | 2026-07-14T00:10:24.282Z | Compiling usdt-macro v0.6.0 |
| 1606 | 2026-07-14T00:10:24.302Z | Compiling usdt-attr-macro v0.6.0 |
| 1607 | 2026-07-14T00:10:24.332Z | Compiling cipher v0.5.2 |
| 1608 | 2026-07-14T00:10:24.352Z | Compiling serde_with_macros v3.17.0 |
| 1609 | 2026-07-14T00:10:24.433Z | Compiling postgres-types v0.2.12 |
| 1610 | 2026-07-14T00:10:24.493Z | Compiling zstd v0.13.3 |
| 1611 | 2026-07-14T00:10:24.833Z | Compiling globset v0.4.18 |
| 1612 | 2026-07-14T00:10:24.849Z | Compiling ed25519 v2.2.3 |
| 1613 | 2026-07-14T00:10:24.865Z | Compiling dtrace-parser v0.2.0 |
| 1614 | 2026-07-14T00:10:25.072Z | Compiling serde_plain v1.0.2 |
| 1615 | 2026-07-14T00:10:25.088Z | Compiling serde-big-array v0.5.1 |
| 1616 | 2026-07-14T00:10:25.133Z | Compiling olpc-cjson v0.1.4 |
| 1617 | 2026-07-14T00:10:25.211Z | Compiling pkcs1 v0.7.5 |
| 1618 | 2026-07-14T00:10:25.253Z | Compiling hkdf v0.12.4 |
| 1619 | 2026-07-14T00:10:25.293Z | Compiling crypto-bigint v0.5.5 |
| 1620 | 2026-07-14T00:10:25.315Z | Compiling async-recursion v1.1.1 |
| 1621 | 2026-07-14T00:10:25.444Z | Compiling clap_derive v4.6.1 |
| 1622 | 2026-07-14T00:10:25.556Z | Compiling serde_repr v0.1.20 |
| 1623 | 2026-07-14T00:10:25.573Z | Compiling enum-as-inner v0.6.1 |
| 1624 | 2026-07-14T00:10:25.628Z | Compiling strum_macros v0.26.4 |
| 1625 | 2026-07-14T00:10:25.662Z | Compiling phf_shared v0.11.3 |
| 1626 | 2026-07-14T00:10:25.796Z | Compiling float-cmp v0.10.0 |
| 1627 | 2026-07-14T00:10:25.866Z | Compiling pem v3.0.6 |
| 1628 | 2026-07-14T00:10:25.930Z | Compiling memmap2 v0.9.10 |
| 1629 | 2026-07-14T00:10:25.960Z | Compiling thread-id v4.2.2 |
| 1630 | 2026-07-14T00:10:26.012Z | Compiling env_filter v1.0.0 |
| 1631 | 2026-07-14T00:10:26.061Z | Compiling difflib v0.4.0 |
| 1632 | 2026-07-14T00:10:26.129Z | Compiling normalize-line-endings v0.3.0 |
| 1633 | 2026-07-14T00:10:26.155Z | Compiling new_debug_unreachable v1.0.6 |
| 1634 | 2026-07-14T00:10:26.169Z | Compiling either v1.15.0 |
| 1635 | 2026-07-14T00:10:26.225Z | Compiling static_assertions v1.1.0 |
| 1636 | 2026-07-14T00:10:26.240Z | Compiling precomputed-hash v0.1.1 |
| 1637 | 2026-07-14T00:10:26.245Z | Compiling const-oid v0.10.2 |
| 1638 | 2026-07-14T00:10:26.310Z | Compiling hyper v1.10.1 |
| 1639 | 2026-07-14T00:10:26.342Z | Compiling keccak v0.1.6 |
| 1640 | 2026-07-14T00:10:26.345Z | Compiling cpufeatures v0.3.0 |
| 1641 | 2026-07-14T00:10:26.404Z | Compiling data-encoding v2.10.0 |
| 1642 | 2026-07-14T00:10:26.432Z | Compiling fixedbitset v0.4.2 |
| 1643 | 2026-07-14T00:10:26.454Z | Compiling jiff v0.2.21 |
| 1644 | 2026-07-14T00:10:26.482Z | Compiling fixedbitset v0.5.7 |
| 1645 | 2026-07-14T00:10:26.542Z | Compiling winnow v1.0.3 |
| 1646 | 2026-07-14T00:10:26.546Z | Compiling whoami v2.1.0 |
| 1647 | 2026-07-14T00:10:26.664Z | Compiling predicates-core v1.0.10 |
| 1648 | 2026-07-14T00:10:26.686Z | Compiling typed-path v0.9.3 |
| 1649 | 2026-07-14T00:10:26.813Z | Compiling predicates v3.1.4 |
| 1650 | 2026-07-14T00:10:26.864Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1651 | 2026-07-14T00:10:26.939Z | Compiling tokio-postgres v0.7.16 |
| 1652 | 2026-07-14T00:10:26.973Z | Compiling hickory-proto v0.25.2 |
| 1653 | 2026-07-14T00:10:27.121Z | Compiling petgraph v0.8.3 |
| 1654 | 2026-07-14T00:10:27.141Z | Compiling petgraph v0.6.5 |
| 1655 | 2026-07-14T00:10:27.308Z | Compiling clap v4.6.1 |
| 1656 | 2026-07-14T00:10:27.341Z | Compiling sha3 v0.10.8 |
| 1657 | 2026-07-14T00:10:27.404Z | Compiling toml_edit v0.22.27 |
| 1658 | 2026-07-14T00:10:27.456Z | Compiling hyper-util v0.1.20 |
| 1659 | 2026-07-14T00:10:27.470Z | Compiling strum v0.26.3 |
| 1660 | 2026-07-14T00:10:27.486Z | Compiling chacha20 v0.10.0 |
| 1661 | 2026-07-14T00:10:27.521Z | Compiling digest v0.11.3 |
| 1662 | 2026-07-14T00:10:27.621Z | Compiling itertools v0.13.0 |
| 1663 | 2026-07-14T00:10:27.770Z | Compiling string_cache v0.8.9 |
| 1664 | 2026-07-14T00:10:27.808Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1665 | 2026-07-14T00:10:27.876Z | Compiling elliptic-curve v0.13.8 |
| 1666 | 2026-07-14T00:10:27.933Z | Compiling env_logger v0.11.9 |
| 1667 | 2026-07-14T00:10:27.979Z | Compiling usdt v0.6.0 |
| 1668 | 2026-07-14T00:10:28.023Z | Compiling usdt-impl v0.5.0 |
| 1669 | 2026-07-14T00:10:28.271Z | Compiling crossterm v0.28.1 |
| 1670 | 2026-07-14T00:10:28.297Z | Compiling serde_with v3.17.0 |
| 1671 | 2026-07-14T00:10:28.297Z | Compiling rsa v0.9.10 |
| 1672 | 2026-07-14T00:10:28.643Z | Compiling toml v0.7.8 |
| 1673 | 2026-07-14T00:10:28.667Z | Compiling ed25519-dalek v2.2.0 |
| 1674 | 2026-07-14T00:10:28.877Z | Compiling hyper-tls v0.6.0 |
| 1675 | 2026-07-14T00:10:29.091Z | Compiling reqwest v0.12.28 |
| 1676 | 2026-07-14T00:10:29.134Z | Compiling zip v4.6.1 |
| 1677 | 2026-07-14T00:10:29.260Z | Compiling zip v0.6.6 |
| 1678 | 2026-07-14T00:10:29.332Z | Compiling iddqd v0.4.2 |
| 1679 | 2026-07-14T00:10:29.690Z | Compiling tokio-stream v0.1.18 |
| 1680 | 2026-07-14T00:10:29.928Z | Compiling similar v2.7.0 |
| 1681 | 2026-07-14T00:10:30.064Z | Compiling heck v0.4.1 |
| 1682 | 2026-07-14T00:10:30.088Z | Compiling buf-list v1.1.2 |
| 1683 | 2026-07-14T00:10:30.159Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1684 | 2026-07-14T00:10:30.178Z | Compiling openapiv3 v2.2.0 |
| 1685 | 2026-07-14T00:10:30.203Z | Compiling x509-cert v0.2.5 |
| 1686 | 2026-07-14T00:10:30.317Z | Compiling crossbeam-epoch v0.9.18 |
| 1687 | 2026-07-14T00:10:30.386Z | Compiling lalrpop-util v0.19.12 |
| 1688 | 2026-07-14T00:10:30.478Z | Compiling peg-runtime v0.8.5 |
| 1689 | 2026-07-14T00:10:30.599Z | Compiling thread_local v1.1.9 |
| 1690 | 2026-07-14T00:10:30.682Z | Compiling slog-async v2.8.0 |
| 1691 | 2026-07-14T00:10:30.704Z | Compiling crossbeam-channel v0.5.15 |
| 1692 | 2026-07-14T00:10:30.708Z | Compiling is-terminal v0.4.17 |
| 1693 | 2026-07-14T00:10:30.732Z | Compiling filetime v0.2.27 |
| 1694 | 2026-07-14T00:10:30.788Z | Compiling term v1.2.1 |
| 1695 | 2026-07-14T00:10:30.835Z | Compiling take_mut v0.2.2 |
| 1696 | 2026-07-14T00:10:30.837Z | Compiling xattr v1.6.1 |
| 1697 | 2026-07-14T00:10:30.879Z | Compiling camino-tempfile v1.4.1 |
| 1698 | 2026-07-14T00:10:30.980Z | Compiling tar v0.4.45 |
| 1699 | 2026-07-14T00:10:31.102Z | Compiling slog-term v2.9.2 |
| 1700 | 2026-07-14T00:10:48.753Z | Compiling rustls-webpki v0.103.13 |
| 1701 | 2026-07-14T00:10:51.448Z | Compiling tokio-rustls v0.26.4 |
| 1702 | 2026-07-14T00:10:51.448Z | Compiling rustls-platform-verifier v0.6.2 |
| 1703 | 2026-07-14T00:10:51.451Z | Compiling tough v0.22.0 |
| 1704 | 2026-07-14T00:10:51.648Z | Compiling hyper-rustls v0.27.7 |
| 1705 | 2026-07-14T00:10:51.836Z | Compiling reqwest v0.13.2 |
| 1706 | 2026-07-14T00:10:54.010Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1707 | 2026-07-14T00:10:54.263Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1708 | 2026-07-14T00:10:57.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.83s |
| 1709 | 2026-07-14T00:10:57.212Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1710 | 2026-07-14T00:10:57.267Z | Jul 14 00:10:56.770 INFO Starting download, target: Clickhouse |
| 1711 | 2026-07-14T00:10:57.267Z | Jul 14 00:10:56.771 INFO Starting download, target: Console |
| 1712 | 2026-07-14T00:10:57.267Z | Jul 14 00:10:56.771 INFO Starting download, target: Cockroach |
| 1713 | 2026-07-14T00:10:57.271Z | Jul 14 00:10:56.771 INFO Starting download, target: DendriteStub |
| 1714 | 2026-07-14T00:10:57.271Z | Jul 14 00:10:56.771 INFO Starting download, target: MaghemiteMgd |
| 1715 | 2026-07-14T00:10:57.271Z | Jul 14 00:10:56.771 INFO Starting download, target: MaghemiteDdmd |
| 1716 | 2026-07-14T00:10:57.271Z | Jul 14 00:10:56.771 INFO Starting download, target: TransceiverControl |
| 1717 | 2026-07-14T00:10:57.271Z | Jul 14 00:10:56.771 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1718 | 2026-07-14T00:10:57.272Z | Jul 14 00:10:56.771 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1719 | 2026-07-14T00:10:57.272Z | Jul 14 00:10:56.771 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1720 | 2026-07-14T00:10:57.272Z | Jul 14 00:10:56.771 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1721 | 2026-07-14T00:10:57.272Z | Jul 14 00:10:56.771 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1722 | 2026-07-14T00:10:57.272Z | Jul 14 00:10:56.771 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1723 | 2026-07-14T00:10:57.272Z | Jul 14 00:10:56.771 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1724 | 2026-07-14T00:10:57.851Z | Jul 14 00:10:57.353 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1725 | 2026-07-14T00:10:58.067Z | Jul 14 00:10:57.560 INFO Download complete, target: TransceiverControl |
| 1726 | 2026-07-14T00:10:59.154Z | Jul 14 00:10:58.656 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1727 | 2026-07-14T00:10:59.348Z | Jul 14 00:10:58.831 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1728 | 2026-07-14T00:10:59.372Z | Jul 14 00:10:58.844 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1729 | 2026-07-14T00:10:59.615Z | Jul 14 00:10:59.103 INFO Download complete, target: Console |
| 1730 | 2026-07-14T00:10:59.741Z | Jul 14 00:10:59.240 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1731 | 2026-07-14T00:10:59.869Z | Jul 14 00:10:59.367 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1732 | 2026-07-14T00:11:01.148Z | Jul 14 00:11:00.650 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1733 | 2026-07-14T00:11:01.148Z | Jul 14 00:11:00.650 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1734 | 2026-07-14T00:11:01.327Z | Jul 14 00:11:00.820 INFO Download complete, target: MaghemiteDdmd |
| 1735 | 2026-07-14T00:11:02.480Z | Jul 14 00:11:01.984 INFO Download complete, target: MaghemiteMgd |
| 1736 | 2026-07-14T00:11:02.518Z | Jul 14 00:11:02.022 INFO Download complete, target: DendriteStub |
| 1737 | 2026-07-14T00:11:05.769Z | Jul 14 00:11:05.273 INFO Checking that binary works, target: Cockroach |
| 1738 | 2026-07-14T00:11:05.856Z | Jul 14 00:11:05.360 INFO Checking that binary works, target: Clickhouse |
| 1739 | 2026-07-14T00:11:05.888Z | Jul 14 00:11:05.392 INFO Download complete, target: Cockroach |
| 1740 | 2026-07-14T00:11:05.944Z | Jul 14 00:11:05.448 INFO Download complete, target: Clickhouse |
| 1741 | 2026-07-14T00:11:05.950Z | All prerequisites installed successfully |
| 1742 | 2026-07-14T00:11:05.953Z | |
| 1743 | 2026-07-14T00:11:05.953Z | real 1:46.219161784 |
| 1744 | 2026-07-14T00:11:05.953Z | user 6:36.213059853 |
| 1745 | 2026-07-14T00:11:05.953Z | sys 1:40.791240184 |
| 1746 | 2026-07-14T00:11:05.953Z | trap 0.266793935 |
| 1747 | 2026-07-14T00:11:05.953Z | tflt 0.793335631 |
| 1748 | 2026-07-14T00:11:05.953Z | dflt 1.639680231 |
| 1749 | 2026-07-14T00:11:05.953Z | kflt 0.049999005 |
| 1750 | 2026-07-14T00:11:05.953Z | lock 23:18.948543321 |
| 1751 | 2026-07-14T00:11:05.953Z | slp 18:19.364676796 |
| 1752 | 2026-07-14T00:11:05.953Z | lat 24.139623098 |
| 1753 | 2026-07-14T00:11:05.953Z | stop 2:44.454962211 |
| 1754 | 2026-07-14T00:11:05.953Z | + ptime -m cargo xtask download softnpu |
| 1755 | 2026-07-14T00:11:06.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1756 | 2026-07-14T00:11:06.417Z | Running `target/debug/xtask download softnpu` |
| 1757 | 2026-07-14T00:11:07.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 1758 | 2026-07-14T00:11:07.216Z | Running `target/debug/xtask-downloader softnpu` |
| 1759 | 2026-07-14T00:11:07.259Z | Jul 14 00:11:06.762 INFO Starting download, target: Softnpu |
| 1760 | 2026-07-14T00:11:07.263Z | Jul 14 00:11:06.762 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1761 | 2026-07-14T00:11:07.812Z | Jul 14 00:11:07.315 INFO Download complete, target: Softnpu |
| 1762 | 2026-07-14T00:11:07.816Z | |
| 1763 | 2026-07-14T00:11:07.816Z | real 1.858120960 |
| 1764 | 2026-07-14T00:11:07.816Z | user 1.280073448 |
| 1765 | 2026-07-14T00:11:07.816Z | sys 0.590237877 |
| 1766 | 2026-07-14T00:11:07.816Z | trap 0.000653880 |
| 1767 | 2026-07-14T00:11:07.816Z | tflt 0.000163800 |
| 1768 | 2026-07-14T00:11:07.816Z | dflt 0.000397320 |
| 1769 | 2026-07-14T00:11:07.816Z | kflt 0.000000000 |
| 1770 | 2026-07-14T00:11:07.816Z | lock 9.917441588 |
| 1771 | 2026-07-14T00:11:07.816Z | slp 0.416795470 |
| 1772 | 2026-07-14T00:11:07.816Z | lat 0.083143928 |
| 1773 | 2026-07-14T00:11:07.816Z | stop 0.000217640 |
| 1774 | 2026-07-14T00:11:07.827Z | + export CARGO_INCREMENTAL=0 |
| 1775 | 2026-07-14T00:11:07.827Z | + CARGO_INCREMENTAL=0 |
| 1776 | 2026-07-14T00:11:07.827Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1777 | 2026-07-14T00:11:08.679Z | Compiling proc-macro2 v1.0.106 |
| 1778 | 2026-07-14T00:11:08.679Z | Compiling quote v1.0.45 |
| 1779 | 2026-07-14T00:11:08.679Z | Compiling unicode-ident v1.0.24 |
| 1780 | 2026-07-14T00:11:08.679Z | Compiling libc v0.2.185 |
| 1781 | 2026-07-14T00:11:08.683Z | Compiling serde_core v1.0.228 |
| 1782 | 2026-07-14T00:11:08.683Z | Compiling serde v1.0.228 |
| 1783 | 2026-07-14T00:11:08.683Z | Compiling cfg-if v1.0.4 |
| 1784 | 2026-07-14T00:11:08.683Z | Compiling version_check v0.9.5 |
| 1785 | 2026-07-14T00:11:08.683Z | Compiling find-msvc-tools v0.1.9 |
| 1786 | 2026-07-14T00:11:08.915Z | Compiling shlex v1.3.0 |
| 1787 | 2026-07-14T00:11:08.918Z | Compiling zmij v1.0.21 |
| 1788 | 2026-07-14T00:11:08.918Z | Compiling memchr v2.8.0 |
| 1789 | 2026-07-14T00:11:08.918Z | Compiling serde_json v1.0.150 |
| 1790 | 2026-07-14T00:11:08.918Z | Compiling autocfg v1.5.0 |
| 1791 | 2026-07-14T00:11:09.002Z | Compiling portable-atomic v1.13.1 |
| 1792 | 2026-07-14T00:11:09.018Z | Compiling zerocopy v0.8.40 |
| 1793 | 2026-07-14T00:11:09.018Z | Compiling getrandom v0.4.1 |
| 1794 | 2026-07-14T00:11:09.070Z | Compiling libm v0.2.16 |
| 1795 | 2026-07-14T00:11:09.070Z | Compiling parking_lot_core v0.9.12 |
| 1796 | 2026-07-14T00:11:09.238Z | Compiling smallvec v1.15.1 |
| 1797 | 2026-07-14T00:11:09.298Z | Compiling num-traits v0.2.19 |
| 1798 | 2026-07-14T00:11:09.318Z | Compiling icu_normalizer_data v2.1.1 |
| 1799 | 2026-07-14T00:11:09.351Z | Compiling icu_properties_data v2.1.2 |
| 1800 | 2026-07-14T00:11:09.399Z | Compiling generic-array v0.14.7 |
| 1801 | 2026-07-14T00:11:09.428Z | Compiling itoa v1.0.17 |
| 1802 | 2026-07-14T00:11:09.431Z | Compiling log v0.4.29 |
| 1803 | 2026-07-14T00:11:09.517Z | Compiling subtle v2.6.1 |
| 1804 | 2026-07-14T00:11:09.517Z | Compiling pkg-config v0.3.32 |
| 1805 | 2026-07-14T00:11:09.548Z | Compiling stable_deref_trait v1.2.1 |
| 1806 | 2026-07-14T00:11:09.598Z | Compiling typenum v1.20.1 |
| 1807 | 2026-07-14T00:11:09.679Z | Compiling scopeguard v1.2.0 |
| 1808 | 2026-07-14T00:11:09.694Z | Compiling fnv v1.0.7 |
| 1809 | 2026-07-14T00:11:09.721Z | Compiling rand_core v0.10.0 |
| 1810 | 2026-07-14T00:11:09.784Z | Compiling lock_api v0.4.14 |
| 1811 | 2026-07-14T00:11:09.803Z | Compiling thiserror v2.0.18 |
| 1812 | 2026-07-14T00:11:09.832Z | Compiling pin-project-lite v0.2.17 |
| 1813 | 2026-07-14T00:11:09.885Z | Compiling getrandom v0.3.4 |
| 1814 | 2026-07-14T00:11:09.908Z | Compiling jobserver v0.1.34 |
| 1815 | 2026-07-14T00:11:09.922Z | Compiling errno v0.3.14 |
| 1816 | 2026-07-14T00:11:10.052Z | Compiling litemap v0.8.1 |
| 1817 | 2026-07-14T00:11:10.067Z | Compiling equivalent v1.0.2 |
| 1818 | 2026-07-14T00:11:10.070Z | Compiling percent-encoding v2.3.2 |
| 1819 | 2026-07-14T00:11:10.098Z | Compiling writeable v0.6.2 |
| 1820 | 2026-07-14T00:11:10.101Z | Compiling getrandom v0.2.17 |
| 1821 | 2026-07-14T00:11:10.147Z | Compiling syn v2.0.117 |
| 1822 | 2026-07-14T00:11:10.164Z | Compiling cc v1.2.56 |
| 1823 | 2026-07-14T00:11:10.228Z | Compiling rustversion v1.0.22 |
| 1824 | 2026-07-14T00:11:10.290Z | Compiling rand_core v0.6.4 |
| 1825 | 2026-07-14T00:11:10.320Z | Compiling fs_extra v1.3.0 |
| 1826 | 2026-07-14T00:11:10.357Z | Compiling rustix v1.1.3 |
| 1827 | 2026-07-14T00:11:10.372Z | Compiling dunce v1.0.5 |
| 1828 | 2026-07-14T00:11:10.375Z | Compiling schemars v0.8.22 |
| 1829 | 2026-07-14T00:11:10.375Z | Compiling critical-section v1.2.0 |
| 1830 | 2026-07-14T00:11:10.566Z | Compiling hashbrown v0.17.0 |
| 1831 | 2026-07-14T00:11:10.629Z | Compiling signal-hook-registry v1.4.8 |
| 1832 | 2026-07-14T00:11:10.772Z | Compiling once_cell v1.21.3 |
| 1833 | 2026-07-14T00:11:10.790Z | Compiling heck v0.5.0 |
| 1834 | 2026-07-14T00:11:10.801Z | Compiling utf8_iter v1.0.4 |
| 1835 | 2026-07-14T00:11:10.817Z | Compiling form_urlencoded v1.2.2 |
| 1836 | 2026-07-14T00:11:11.011Z | Compiling semver v1.0.28 |
| 1837 | 2026-07-14T00:11:11.040Z | Compiling cmake v0.1.57 |
| 1838 | 2026-07-14T00:11:11.125Z | Compiling bitflags v2.11.0 |
| 1839 | 2026-07-14T00:11:11.129Z | Compiling indexmap v2.14.0 |
| 1840 | 2026-07-14T00:11:11.159Z | Compiling parking_lot v0.12.5 |
| 1841 | 2026-07-14T00:11:11.187Z | Compiling mio v1.2.0 |
| 1842 | 2026-07-14T00:11:11.273Z | Compiling socket2 v0.6.3 |
| 1843 | 2026-07-14T00:11:11.297Z | Compiling futures-core v0.3.32 |
| 1844 | 2026-07-14T00:11:11.328Z | Compiling aws-lc-rs v1.16.3 |
| 1845 | 2026-07-14T00:11:11.443Z | Compiling httparse v1.10.1 |
| 1846 | 2026-07-14T00:11:11.482Z | Compiling strsim v0.11.1 |
| 1847 | 2026-07-14T00:11:11.497Z | Compiling aws-lc-sys v0.40.0 |
| 1848 | 2026-07-14T00:11:11.795Z | Compiling thiserror v1.0.69 |
| 1849 | 2026-07-14T00:11:11.799Z | Compiling ucd-trie v0.1.7 |
| 1850 | 2026-07-14T00:11:11.843Z | Compiling byteorder v1.5.0 |
| 1851 | 2026-07-14T00:11:11.891Z | Compiling ident_case v1.0.1 |
| 1852 | 2026-07-14T00:11:11.909Z | Compiling regex-syntax v0.8.10 |
| 1853 | 2026-07-14T00:11:11.926Z | Compiling const-oid v0.9.6 |
| 1854 | 2026-07-14T00:11:11.929Z | Compiling syn v1.0.109 |
| 1855 | 2026-07-14T00:11:11.996Z | Compiling pest v2.8.6 |
| 1856 | 2026-07-14T00:11:12.033Z | Compiling vcpkg v0.2.15 |
| 1857 | 2026-07-14T00:11:12.050Z | Compiling iana-time-zone v0.1.65 |
| 1858 | 2026-07-14T00:11:12.343Z | Compiling uuid v1.23.4 |
| 1859 | 2026-07-14T00:11:12.413Z | Compiling rustc_version v0.4.1 |
| 1860 | 2026-07-14T00:11:12.478Z | Compiling rustls v0.23.41 |
| 1861 | 2026-07-14T00:11:12.513Z | Compiling futures-sink v0.3.32 |
| 1862 | 2026-07-14T00:11:12.607Z | Compiling openssl-sys v0.9.115 |
| 1863 | 2026-07-14T00:11:12.634Z | Compiling futures-channel v0.3.32 |
| 1864 | 2026-07-14T00:11:12.755Z | Compiling aho-corasick v1.1.4 |
| 1865 | 2026-07-14T00:11:12.755Z | Compiling futures-task v0.3.32 |
| 1866 | 2026-07-14T00:11:12.757Z | Compiling futures-io v0.3.32 |
| 1867 | 2026-07-14T00:11:12.978Z | Compiling synstructure v0.13.2 |
| 1868 | 2026-07-14T00:11:12.993Z | Compiling serde_derive_internals v0.29.1 |
| 1869 | 2026-07-14T00:11:13.025Z | Compiling slab v0.4.12 |
| 1870 | 2026-07-14T00:11:13.094Z | Compiling pest_meta v2.8.6 |
| 1871 | 2026-07-14T00:11:13.139Z | Compiling num-conv v0.2.0 |
| 1872 | 2026-07-14T00:11:13.215Z | Compiling dyn-clone v1.0.20 |
| 1873 | 2026-07-14T00:11:13.255Z | Compiling crc32fast v1.5.0 |
| 1874 | 2026-07-14T00:11:13.271Z | Compiling time-core v0.1.8 |
| 1875 | 2026-07-14T00:11:13.286Z | Compiling plain v0.2.3 |
| 1876 | 2026-07-14T00:11:13.382Z | Compiling base64 v0.22.1 |
| 1877 | 2026-07-14T00:11:13.413Z | Compiling crossbeam-utils v0.8.21 |
| 1878 | 2026-07-14T00:11:13.444Z | Compiling time-macros v0.2.27 |
| 1879 | 2026-07-14T00:11:13.589Z | Compiling openssl v0.10.79 |
| 1880 | 2026-07-14T00:11:13.606Z | Compiling regex-automata v0.4.14 |
| 1881 | 2026-07-14T00:11:13.622Z | Compiling pretty-hex v0.4.1 |
| 1882 | 2026-07-14T00:11:13.726Z | Compiling pest_generator v2.8.6 |
| 1883 | 2026-07-14T00:11:13.785Z | Compiling darling_core v0.21.3 |
| 1884 | 2026-07-14T00:11:13.799Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1885 | 2026-07-14T00:11:13.868Z | Compiling anyhow v1.0.102 |
| 1886 | 2026-07-14T00:11:13.883Z | Compiling native-tls v0.2.18 |
| 1887 | 2026-07-14T00:11:13.905Z | Compiling rand_core v0.9.5 |
| 1888 | 2026-07-14T00:11:14.041Z | Compiling slog v2.8.2 |
| 1889 | 2026-07-14T00:11:14.131Z | Compiling tracing-core v0.1.36 |
| 1890 | 2026-07-14T00:11:14.261Z | Compiling cookie v0.18.1 |
| 1891 | 2026-07-14T00:11:14.277Z | Compiling serde_derive v1.0.228 |
| 1892 | 2026-07-14T00:11:14.295Z | Compiling zeroize_derive v1.4.3 |
| 1893 | 2026-07-14T00:11:14.299Z | Compiling zerofrom-derive v0.1.6 |
| 1894 | 2026-07-14T00:11:14.386Z | Compiling yoke-derive v0.8.1 |
| 1895 | 2026-07-14T00:11:14.402Z | Compiling zerovec-derive v0.11.2 |
| 1896 | 2026-07-14T00:11:14.405Z | Compiling displaydoc v0.2.5 |
| 1897 | 2026-07-14T00:11:14.463Z | Compiling zerocopy-derive v0.8.40 |
| 1898 | 2026-07-14T00:11:14.478Z | Compiling tokio-macros v2.7.0 |
| 1899 | 2026-07-14T00:11:14.497Z | Compiling futures-macro v0.3.32 |
| 1900 | 2026-07-14T00:11:14.603Z | Compiling thiserror-impl v2.0.18 |
| 1901 | 2026-07-14T00:11:14.930Z | Compiling zeroize v1.8.2 |
| 1902 | 2026-07-14T00:11:15.198Z | Compiling schemars_derive v0.8.22 |
| 1903 | 2026-07-14T00:11:15.201Z | Compiling tracing-attributes v0.1.31 |
| 1904 | 2026-07-14T00:11:15.315Z | Compiling der_derive v0.7.3 |
| 1905 | 2026-07-14T00:11:15.352Z | Compiling thiserror-impl v1.0.69 |
| 1906 | 2026-07-14T00:11:15.465Z | Compiling zerofrom v0.1.6 |
| 1907 | 2026-07-14T00:11:15.609Z | Compiling yoke v0.8.1 |
| 1908 | 2026-07-14T00:11:15.768Z | Compiling crypto-common v0.1.7 |
| 1909 | 2026-07-14T00:11:15.771Z | Compiling pest_derive v2.8.6 |
| 1910 | 2026-07-14T00:11:15.798Z | Compiling zerovec v0.11.5 |
| 1911 | 2026-07-14T00:11:15.822Z | Compiling zerotrie v0.2.3 |
| 1912 | 2026-07-14T00:11:15.944Z | Compiling futures-util v0.3.32 |
| 1913 | 2026-07-14T00:11:16.270Z | Compiling block-buffer v0.10.4 |
| 1914 | 2026-07-14T00:11:16.362Z | Compiling tinystr v0.8.2 |
| 1915 | 2026-07-14T00:11:16.395Z | Compiling potential_utf v0.1.4 |
| 1916 | 2026-07-14T00:11:16.442Z | Compiling digest v0.10.7 |
| 1917 | 2026-07-14T00:11:16.473Z | Compiling scroll_derive v0.13.1 |
| 1918 | 2026-07-14T00:11:16.489Z | Compiling scroll_derive v0.12.1 |
| 1919 | 2026-07-14T00:11:16.599Z | Compiling icu_locale_core v2.1.1 |
| 1920 | 2026-07-14T00:11:16.601Z | Compiling icu_collections v2.1.1 |
| 1921 | 2026-07-14T00:11:16.691Z | Compiling openssl-macros v0.1.1 |
| 1922 | 2026-07-14T00:11:17.088Z | Compiling darling_macro v0.21.3 |
| 1923 | 2026-07-14T00:11:17.104Z | Compiling regex v1.12.3 |
| 1924 | 2026-07-14T00:11:17.162Z | Compiling zerocopy-derive v0.7.35 |
| 1925 | 2026-07-14T00:11:17.256Z | Compiling icu_provider v2.1.1 |
| 1926 | 2026-07-14T00:11:17.271Z | Compiling base64ct v1.8.3 |
| 1927 | 2026-07-14T00:11:17.432Z | Compiling bytes v1.11.1 |
| 1928 | 2026-07-14T00:11:17.512Z | Compiling chrono v0.4.45 |
| 1929 | 2026-07-14T00:11:17.514Z | Compiling icu_normalizer v2.1.1 |
| 1930 | 2026-07-14T00:11:17.562Z | Compiling icu_properties v2.1.2 |
| 1931 | 2026-07-14T00:11:17.577Z | Compiling serde_tokenstream v0.2.3 |
| 1932 | 2026-07-14T00:11:17.599Z | Compiling camino v1.2.2 |
| 1933 | 2026-07-14T00:11:17.926Z | Compiling tokio v1.52.1 |
| 1934 | 2026-07-14T00:11:18.060Z | Compiling http v1.4.2 |
| 1935 | 2026-07-14T00:11:18.376Z | Compiling darling v0.21.3 |
| 1936 | 2026-07-14T00:11:18.514Z | Compiling idna_adapter v1.2.1 |
| 1937 | 2026-07-14T00:11:18.631Z | Compiling idna v1.1.0 |
| 1938 | 2026-07-14T00:11:18.672Z | Compiling pem-rfc7468 v0.7.0 |
| 1939 | 2026-07-14T00:11:18.915Z | Compiling ppv-lite86 v0.2.21 |
| 1940 | 2026-07-14T00:11:18.953Z | Compiling url v2.5.8 |
| 1941 | 2026-07-14T00:11:18.968Z | Compiling tracing v0.1.44 |
| 1942 | 2026-07-14T00:11:19.412Z | Compiling flagset v0.4.7 |
| 1943 | 2026-07-14T00:11:19.561Z | Compiling der v0.7.10 |
| 1944 | 2026-07-14T00:11:19.671Z | Compiling rand_chacha v0.9.0 |
| 1945 | 2026-07-14T00:11:19.687Z | Compiling http-body v1.0.1 |
| 1946 | 2026-07-14T00:11:19.705Z | Compiling rustls-pki-types v1.14.0 |
| 1947 | 2026-07-14T00:11:19.975Z | Compiling usdt-impl v0.5.0 |
| 1948 | 2026-07-14T00:11:20.110Z | Compiling usdt-impl v0.6.0 |
| 1949 | 2026-07-14T00:11:20.141Z | Compiling tinyvec_macros v0.1.1 |
| 1950 | 2026-07-14T00:11:20.156Z | Compiling openssl-probe v0.2.1 |
| 1951 | 2026-07-14T00:11:20.213Z | Compiling fastrand v2.3.0 |
| 1952 | 2026-07-14T00:11:20.246Z | Compiling cmov v0.5.4 |
| 1953 | 2026-07-14T00:11:20.367Z | Compiling ref-cast v1.0.25 |
| 1954 | 2026-07-14T00:11:20.557Z | Compiling either v1.15.0 |
| 1955 | 2026-07-14T00:11:20.680Z | Compiling paste v1.0.15 |
| 1956 | 2026-07-14T00:11:20.696Z | Compiling ctutils v0.4.2 |
| 1957 | 2026-07-14T00:11:20.727Z | Compiling spki v0.7.3 |
| 1958 | 2026-07-14T00:11:20.732Z | Compiling tinyvec v1.10.0 |
| 1959 | 2026-07-14T00:11:20.963Z | Compiling rand v0.9.2 |
| 1960 | 2026-07-14T00:11:21.027Z | Compiling serde_spanned v0.6.9 |
| 1961 | 2026-07-14T00:11:21.044Z | Compiling toml_datetime v0.6.11 |
| 1962 | 2026-07-14T00:11:21.061Z | Compiling scroll v0.13.0 |
| 1963 | 2026-07-14T00:11:21.075Z | Compiling scroll v0.12.0 |
| 1964 | 2026-07-14T00:11:21.105Z | Compiling async-trait v0.1.89 |
| 1965 | 2026-07-14T00:11:21.148Z | Compiling heapless v0.7.17 |
| 1966 | 2026-07-14T00:11:21.235Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1967 | 2026-07-14T00:11:21.251Z | Compiling rustix v0.38.44 |
| 1968 | 2026-07-14T00:11:21.267Z | Compiling winnow v1.0.3 |
| 1969 | 2026-07-14T00:11:21.304Z | Compiling cpufeatures v0.2.17 |
| 1970 | 2026-07-14T00:11:21.347Z | Compiling atomic-waker v1.1.2 |
| 1971 | 2026-07-14T00:11:21.396Z | Compiling try-lock v0.2.5 |
| 1972 | 2026-07-14T00:11:21.435Z | Compiling tower-service v0.3.3 |
| 1973 | 2026-07-14T00:11:21.565Z | Compiling litrs v1.0.0 |
| 1974 | 2026-07-14T00:11:21.571Z | Compiling untrusted v0.7.1 |
| 1975 | 2026-07-14T00:11:21.571Z | Compiling tower-layer v0.3.3 |
| 1976 | 2026-07-14T00:11:21.571Z | Compiling zstd-safe v7.2.4 |
| 1977 | 2026-07-14T00:11:21.580Z | Compiling winnow v0.7.14 |
| 1978 | 2026-07-14T00:11:21.608Z | Compiling signal-hook v0.3.18 |
| 1979 | 2026-07-14T00:11:21.624Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1980 | 2026-07-14T00:11:21.643Z | Compiling want v0.3.1 |
| 1981 | 2026-07-14T00:11:21.674Z | Compiling goblin v0.8.2 |
| 1982 | 2026-07-14T00:11:21.735Z | Compiling tokio-util v0.7.18 |
| 1983 | 2026-07-14T00:11:21.811Z | Compiling goblin v0.10.5 |
| 1984 | 2026-07-14T00:11:21.987Z | Compiling document-features v0.2.12 |
| 1985 | 2026-07-14T00:11:22.006Z | Compiling hybrid-array v0.4.13 |
| 1986 | 2026-07-14T00:11:22.202Z | Compiling zerocopy v0.7.35 |
| 1987 | 2026-07-14T00:11:22.370Z | Compiling ipnet v2.11.0 |
| 1988 | 2026-07-14T00:11:22.543Z | Compiling h2 v0.4.15 |
| 1989 | 2026-07-14T00:11:22.697Z | Compiling ref-cast-impl v1.0.25 |
| 1990 | 2026-07-14T00:11:22.766Z | Compiling darling_core v0.20.11 |
| 1991 | 2026-07-14T00:11:22.822Z | Compiling curve25519-dalek v4.1.3 |
| 1992 | 2026-07-14T00:11:22.861Z | Compiling memoffset v0.9.1 |
| 1993 | 2026-07-14T00:11:22.921Z | Compiling winnow v0.5.40 |
| 1994 | 2026-07-14T00:11:23.053Z | Compiling powerfmt v0.2.0 |
| 1995 | 2026-07-14T00:11:23.071Z | Compiling foreign-types-shared v0.1.1 |
| 1996 | 2026-07-14T00:11:23.128Z | Compiling utf8parse v0.2.2 |
| 1997 | 2026-07-14T00:11:23.353Z | Compiling httpdate v1.0.3 |
| 1998 | 2026-07-14T00:11:23.499Z | Compiling untrusted v0.9.0 |
| 1999 | 2026-07-14T00:11:23.569Z | Compiling deranged v0.5.8 |
| 2000 | 2026-07-14T00:11:23.595Z | Compiling foreign-types v0.3.2 |
| 2001 | 2026-07-14T00:11:23.640Z | Compiling tempfile v3.25.0 |
| 2002 | 2026-07-14T00:11:23.989Z | Compiling dof v0.3.0 |
| 2003 | 2026-07-14T00:11:24.241Z | Compiling unicode-normalization v0.1.25 |
| 2004 | 2026-07-14T00:11:24.342Z | Compiling toml_edit v0.19.15 |
| 2005 | 2026-07-14T00:11:24.407Z | Compiling dtrace-parser v0.2.0 |
| 2006 | 2026-07-14T00:11:24.514Z | Compiling pkcs8 v0.10.2 |
| 2007 | 2026-07-14T00:11:24.607Z | Compiling dof v0.4.0 |
| 2008 | 2026-07-14T00:11:24.802Z | Compiling darling_macro v0.20.11 |
| 2009 | 2026-07-14T00:11:24.926Z | Compiling dtrace-parser v0.3.0 |
| 2010 | 2026-07-14T00:11:25.016Z | Compiling pin-project-internal v1.1.11 |
| 2011 | 2026-07-14T00:11:25.265Z | Compiling daft-derive v0.1.7 |
| 2012 | 2026-07-14T00:11:25.354Z | Compiling spin v0.9.8 |
| 2013 | 2026-07-14T00:11:25.436Z | Compiling thread-id v5.1.0 |
| 2014 | 2026-07-14T00:11:25.532Z | Compiling thread-id v4.2.2 |
| 2015 | 2026-07-14T00:11:25.609Z | Compiling cfg_aliases v0.2.1 |
| 2016 | 2026-07-14T00:11:25.612Z | Compiling anstyle v1.0.14 |
| 2017 | 2026-07-14T00:11:25.645Z | Compiling num-bigint-dig v0.8.6 |
| 2018 | 2026-07-14T00:11:25.659Z | Compiling num_threads v0.1.7 |
| 2019 | 2026-07-14T00:11:25.755Z | Compiling hyper v1.10.1 |
| 2020 | 2026-07-14T00:11:25.776Z | Compiling smoltcp v0.9.1 |
| 2021 | 2026-07-14T00:11:26.025Z | Compiling nix v0.31.2 |
| 2022 | 2026-07-14T00:11:26.035Z | Compiling time v0.3.47 |
| 2023 | 2026-07-14T00:11:26.123Z | Compiling darling v0.20.11 |
| 2024 | 2026-07-14T00:11:26.385Z | Compiling sha2 v0.10.9 |
| 2025 | 2026-07-14T00:11:26.456Z | Compiling ipnetwork v0.21.1 |
| 2026 | 2026-07-14T00:11:26.592Z | Compiling hmac v0.12.1 |
| 2027 | 2026-07-14T00:11:26.607Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2028 | 2026-07-14T00:11:26.635Z | Compiling strum_macros v0.26.4 |
| 2029 | 2026-07-14T00:11:26.821Z | Compiling sync_wrapper v1.0.2 |
| 2030 | 2026-07-14T00:11:26.836Z | Compiling wait-timeout v0.2.1 |
| 2031 | 2026-07-14T00:11:26.952Z | Compiling hyper-util v0.1.20 |
| 2032 | 2026-07-14T00:11:27.082Z | Compiling simd-adler32 v0.3.8 |
| 2033 | 2026-07-14T00:11:27.235Z | Compiling is_terminal_polyfill v1.70.2 |
| 2034 | 2026-07-14T00:11:27.251Z | Compiling bit-vec v0.8.0 |
| 2035 | 2026-07-14T00:11:27.355Z | Compiling anstyle-query v1.1.5 |
| 2036 | 2026-07-14T00:11:27.358Z | Compiling siphasher v1.0.2 |
| 2037 | 2026-07-14T00:11:27.478Z | Compiling colorchoice v1.0.4 |
| 2038 | 2026-07-14T00:11:27.495Z | Compiling quick-error v1.2.3 |
| 2039 | 2026-07-14T00:11:27.609Z | Compiling rusty-fork v0.3.1 |
| 2040 | 2026-07-14T00:11:27.625Z | Compiling bit-set v0.8.0 |
| 2041 | 2026-07-14T00:11:27.909Z | Compiling tower v0.5.3 |
| 2042 | 2026-07-14T00:11:28.352Z | Compiling derive_builder_core v0.20.2 |
| 2043 | 2026-07-14T00:11:28.380Z | Compiling http-body-util v0.1.3 |
| 2044 | 2026-07-14T00:11:28.638Z | Compiling hubpack_derive v0.1.1 |
| 2045 | 2026-07-14T00:11:28.666Z | Compiling snafu-derive v0.8.9 |
| 2046 | 2026-07-14T00:11:28.726Z | Compiling strum_macros v0.27.2 |
| 2047 | 2026-07-14T00:11:28.840Z | Compiling rand_xorshift v0.4.0 |
| 2048 | 2026-07-14T00:11:29.008Z | Compiling fs-err v3.3.0 |
| 2049 | 2026-07-14T00:11:29.052Z | Compiling ahash v0.8.12 |
| 2050 | 2026-07-14T00:11:29.084Z | Compiling object v0.37.3 |
| 2051 | 2026-07-14T00:11:29.137Z | Compiling unicode-bidi v0.3.18 |
| 2052 | 2026-07-14T00:11:29.171Z | Compiling adler2 v2.0.1 |
| 2053 | 2026-07-14T00:11:29.245Z | Compiling allocator-api2 v0.2.21 |
| 2054 | 2026-07-14T00:11:29.308Z | Compiling iri-string v0.7.10 |
| 2055 | 2026-07-14T00:11:29.409Z | Compiling unicode-segmentation v1.12.0 |
| 2056 | 2026-07-14T00:11:29.498Z | Compiling ryu v1.0.23 |
| 2057 | 2026-07-14T00:11:29.597Z | Compiling unicode-properties v0.1.4 |
| 2058 | 2026-07-14T00:11:29.630Z | Compiling unarray v0.1.4 |
| 2059 | 2026-07-14T00:11:29.685Z | Compiling serde_urlencoded v0.7.1 |
| 2060 | 2026-07-14T00:11:29.762Z | Compiling proptest v1.10.0 |
| 2061 | 2026-07-14T00:11:29.777Z | Compiling stringprep v0.1.5 |
| 2062 | 2026-07-14T00:11:29.946Z | Compiling miniz_oxide v0.8.9 |
| 2063 | 2026-07-14T00:11:30.074Z | Compiling derive_builder_macro v0.20.2 |
| 2064 | 2026-07-14T00:11:30.297Z | Compiling tokio-native-tls v0.3.1 |
| 2065 | 2026-07-14T00:11:30.339Z | Compiling usdt-attr-macro v0.6.0 |
| 2066 | 2026-07-14T00:11:30.499Z | Compiling tower-http v0.6.8 |
| 2067 | 2026-07-14T00:11:30.556Z | Compiling usdt-macro v0.6.0 |
| 2068 | 2026-07-14T00:11:30.566Z | Compiling anstyle-parse v1.0.0 |
| 2069 | 2026-07-14T00:11:30.582Z | Compiling block-padding v0.4.2 |
| 2070 | 2026-07-14T00:11:30.701Z | Compiling crypto-common v0.2.2 |
| 2071 | 2026-07-14T00:11:30.747Z | Compiling block-buffer v0.12.1 |
| 2072 | 2026-07-14T00:11:31.036Z | Compiling rustls-native-certs v0.8.3 |
| 2073 | 2026-07-14T00:11:31.122Z | Compiling rand_chacha v0.3.1 |
| 2074 | 2026-07-14T00:11:31.193Z | Compiling erased-serde v0.3.31 |
| 2075 | 2026-07-14T00:11:31.247Z | Compiling signature v2.2.0 |
| 2076 | 2026-07-14T00:11:31.277Z | Compiling md-5 v0.10.6 |
| 2077 | 2026-07-14T00:11:31.295Z | Compiling bstr v1.12.1 |
| 2078 | 2026-07-14T00:11:31.414Z | Compiling num-integer v0.1.46 |
| 2079 | 2026-07-14T00:11:31.445Z | Compiling hash32 v0.2.1 |
| 2080 | 2026-07-14T00:11:31.504Z | Compiling vergen-lib v9.1.0 |
| 2081 | 2026-07-14T00:11:31.607Z | Compiling encoding_rs v0.8.35 |
| 2082 | 2026-07-14T00:11:31.669Z | Compiling psl-types v2.0.11 |
| 2083 | 2026-07-14T00:11:31.712Z | Compiling cpufeatures v0.3.0 |
| 2084 | 2026-07-14T00:11:31.734Z | Compiling zlib-rs v0.6.2 |
| 2085 | 2026-07-14T00:11:31.749Z | Compiling mime v0.3.17 |
| 2086 | 2026-07-14T00:11:31.763Z | Compiling fallible-iterator v0.2.0 |
| 2087 | 2026-07-14T00:11:31.897Z | Compiling publicsuffix v2.3.0 |
| 2088 | 2026-07-14T00:11:32.050Z | Compiling postgres-protocol v0.6.10 |
| 2089 | 2026-07-14T00:11:32.085Z | Compiling newtype-uuid v1.3.2 |
| 2090 | 2026-07-14T00:11:32.216Z | Compiling num-iter v0.1.45 |
| 2091 | 2026-07-14T00:11:32.405Z | Compiling rand v0.8.6 |
| 2092 | 2026-07-14T00:11:32.715Z | Compiling oxnet v0.1.6 |
| 2093 | 2026-07-14T00:11:32.792Z | Compiling inout v0.2.2 |
| 2094 | 2026-07-14T00:11:32.811Z | Compiling anstream v1.0.0 |
| 2095 | 2026-07-14T00:11:32.826Z | Compiling derive_builder v0.20.2 |
| 2096 | 2026-07-14T00:11:32.885Z | Compiling hyper-tls v0.6.0 |
| 2097 | 2026-07-14T00:11:32.950Z | Compiling heck v0.4.1 |
| 2098 | 2026-07-14T00:11:32.967Z | Compiling phf_shared v0.13.1 |
| 2099 | 2026-07-14T00:11:33.063Z | Compiling pin-project v1.1.11 |
| 2100 | 2026-07-14T00:11:33.123Z | Compiling lazy_static v1.5.0 |
| 2101 | 2026-07-14T00:11:33.127Z | Compiling anstyle-parse v0.2.7 |
| 2102 | 2026-07-14T00:11:33.241Z | Compiling terminal_size v0.4.3 |
| 2103 | 2026-07-14T00:11:33.256Z | Compiling serde_with_macros v3.17.0 |
| 2104 | 2026-07-14T00:11:33.288Z | Compiling futures-executor v0.3.32 |
| 2105 | 2026-07-14T00:11:33.303Z | Compiling hex v0.4.3 |
| 2106 | 2026-07-14T00:11:33.350Z | Compiling enum-as-inner v0.6.1 |
| 2107 | 2026-07-14T00:11:33.367Z | Compiling clap_derive v4.6.1 |
| 2108 | 2026-07-14T00:11:33.411Z | Compiling async-recursion v1.1.1 |
| 2109 | 2026-07-14T00:11:33.588Z | Compiling serde_repr v0.1.20 |
| 2110 | 2026-07-14T00:11:33.663Z | Compiling ff v0.13.1 |
| 2111 | 2026-07-14T00:11:33.677Z | Compiling vergen v9.1.0 |
| 2112 | 2026-07-14T00:11:33.802Z | Compiling flate2 v1.1.9 |
| 2113 | 2026-07-14T00:11:33.823Z | Compiling cargo-platform v0.3.2 |
| 2114 | 2026-07-14T00:11:33.911Z | Compiling bitflags v1.3.2 |
| 2115 | 2026-07-14T00:11:33.927Z | Compiling foldhash v0.2.0 |
| 2116 | 2026-07-14T00:11:34.031Z | Compiling foldhash v0.1.5 |
| 2117 | 2026-07-14T00:11:34.061Z | Compiling base16ct v0.2.0 |
| 2118 | 2026-07-14T00:11:34.163Z | Compiling managed v0.8.0 |
| 2119 | 2026-07-14T00:11:34.209Z | Compiling clap_lex v1.0.0 |
| 2120 | 2026-07-14T00:11:34.225Z | Compiling bumpalo v3.20.2 |
| 2121 | 2026-07-14T00:11:34.351Z | Compiling same-file v1.0.6 |
| 2122 | 2026-07-14T00:11:34.404Z | Compiling libbz2-rs-sys v0.2.2 |
| 2123 | 2026-07-14T00:11:34.444Z | Compiling zopfli v0.8.3 |
| 2124 | 2026-07-14T00:11:34.449Z | Compiling clap_builder v4.6.0 |
| 2125 | 2026-07-14T00:11:34.471Z | Compiling walkdir v2.5.0 |
| 2126 | 2026-07-14T00:11:34.691Z | Compiling sec1 v0.7.3 |
| 2127 | 2026-07-14T00:11:34.767Z | Compiling hashbrown v0.15.5 |
| 2128 | 2026-07-14T00:11:34.993Z | Compiling bzip2 v0.6.1 |
| 2129 | 2026-07-14T00:11:35.010Z | Compiling hashbrown v0.16.1 |
| 2130 | 2026-07-14T00:11:35.063Z | Compiling cargo_metadata v0.23.1 |
| 2131 | 2026-07-14T00:11:35.207Z | Compiling group v0.13.0 |
| 2132 | 2026-07-14T00:11:35.360Z | Compiling zstd v0.13.3 |
| 2133 | 2026-07-14T00:11:35.376Z | Compiling futures v0.3.32 |
| 2134 | 2026-07-14T00:11:35.619Z | Compiling anstream v0.6.21 |
| 2135 | 2026-07-14T00:11:35.771Z | Compiling phf v0.13.1 |
| 2136 | 2026-07-14T00:11:35.927Z | Compiling snafu v0.8.9 |
| 2137 | 2026-07-14T00:11:35.950Z | Compiling reqwest v0.12.28 |
| 2138 | 2026-07-14T00:11:36.025Z | Compiling daft v0.1.7 |
| 2139 | 2026-07-14T00:11:36.324Z | Compiling cipher v0.5.2 |
| 2140 | 2026-07-14T00:11:36.458Z | Compiling signal-hook-mio v0.2.5 |
| 2141 | 2026-07-14T00:11:36.599Z | Compiling cookie_store v0.22.1 |
| 2142 | 2026-07-14T00:11:36.615Z | Compiling postgres-types v0.2.12 |
| 2143 | 2026-07-14T00:11:36.618Z | Compiling bzip2 v0.4.4 |
| 2144 | 2026-07-14T00:11:36.618Z | Compiling globset v0.4.18 |
| 2145 | 2026-07-14T00:11:36.775Z | Compiling ed25519 v2.2.3 |
| 2146 | 2026-07-14T00:11:36.791Z | Compiling strum v0.27.2 |
| 2147 | 2026-07-14T00:11:36.898Z | Compiling hubpack v0.1.2 |
| 2148 | 2026-07-14T00:11:36.940Z | Compiling phf_shared v0.11.3 |
| 2149 | 2026-07-14T00:11:36.994Z | Compiling hkdf v0.12.4 |
| 2150 | 2026-07-14T00:11:37.024Z | Compiling crossbeam-epoch v0.9.18 |
| 2151 | 2026-07-14T00:11:37.146Z | Compiling pkcs1 v0.7.5 |
| 2152 | 2026-07-14T00:11:37.164Z | Compiling olpc-cjson v0.1.4 |
| 2153 | 2026-07-14T00:11:37.344Z | Compiling pem v3.0.6 |
| 2154 | 2026-07-14T00:11:37.406Z | Compiling serde-big-array v0.5.1 |
| 2155 | 2026-07-14T00:11:37.435Z | Compiling serde_plain v1.0.2 |
| 2156 | 2026-07-14T00:11:37.544Z | Compiling crypto-bigint v0.5.5 |
| 2157 | 2026-07-14T00:11:37.637Z | Compiling float-cmp v0.10.0 |
| 2158 | 2026-07-14T00:11:37.652Z | Compiling memmap2 v0.9.10 |
| 2159 | 2026-07-14T00:11:37.667Z | Compiling env_filter v1.0.0 |
| 2160 | 2026-07-14T00:11:37.762Z | Compiling fixedbitset v0.5.7 |
| 2161 | 2026-07-14T00:11:37.801Z | Compiling keccak v0.1.6 |
| 2162 | 2026-07-14T00:11:37.848Z | Compiling predicates-core v1.0.10 |
| 2163 | 2026-07-14T00:11:37.886Z | Compiling new_debug_unreachable v1.0.6 |
| 2164 | 2026-07-14T00:11:37.921Z | Compiling jiff v0.2.21 |
| 2165 | 2026-07-14T00:11:37.947Z | Compiling const-oid v0.10.2 |
| 2166 | 2026-07-14T00:11:37.974Z | Compiling fixedbitset v0.4.2 |
| 2167 | 2026-07-14T00:11:37.990Z | Compiling normalize-line-endings v0.3.0 |
| 2168 | 2026-07-14T00:11:38.032Z | Compiling data-encoding v2.10.0 |
| 2169 | 2026-07-14T00:11:38.060Z | Compiling difflib v0.4.0 |
| 2170 | 2026-07-14T00:11:38.101Z | Compiling whoami v2.1.0 |
| 2171 | 2026-07-14T00:11:38.284Z | Compiling static_assertions v1.1.0 |
| 2172 | 2026-07-14T00:11:38.372Z | Compiling precomputed-hash v0.1.1 |
| 2173 | 2026-07-14T00:11:38.393Z | Compiling toml_write v0.1.2 |
| 2174 | 2026-07-14T00:11:38.408Z | Compiling typed-path v0.9.3 |
| 2175 | 2026-07-14T00:11:38.447Z | Compiling string_cache v0.8.9 |
| 2176 | 2026-07-14T00:11:38.499Z | Compiling elliptic-curve v0.13.8 |
| 2177 | 2026-07-14T00:11:38.502Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2178 | 2026-07-14T00:11:38.533Z | Compiling hickory-proto v0.25.2 |
| 2179 | 2026-07-14T00:11:38.595Z | Compiling toml_edit v0.22.27 |
| 2180 | 2026-07-14T00:11:38.627Z | Compiling tokio-postgres v0.7.16 |
| 2181 | 2026-07-14T00:11:38.670Z | Compiling predicates v3.1.4 |
| 2182 | 2026-07-14T00:11:38.686Z | Compiling chacha20 v0.10.0 |
| 2183 | 2026-07-14T00:11:38.703Z | Compiling petgraph v0.6.5 |
| 2184 | 2026-07-14T00:11:38.718Z | Compiling digest v0.11.3 |
| 2185 | 2026-07-14T00:11:38.868Z | Compiling petgraph v0.8.3 |
| 2186 | 2026-07-14T00:11:38.956Z | Compiling sha3 v0.10.8 |
| 2187 | 2026-07-14T00:11:39.000Z | Compiling env_logger v0.11.9 |
| 2188 | 2026-07-14T00:11:39.241Z | Compiling usdt v0.6.0 |
| 2189 | 2026-07-14T00:11:39.579Z | Compiling rsa v0.9.10 |
| 2190 | 2026-07-14T00:11:40.705Z | Compiling zip v4.6.1 |
| 2191 | 2026-07-14T00:11:40.803Z | Compiling ed25519-dalek v2.2.0 |
| 2192 | 2026-07-14T00:11:40.953Z | Compiling zip v0.6.6 |
| 2193 | 2026-07-14T00:11:41.035Z | Compiling crossterm v0.28.1 |
| 2194 | 2026-07-14T00:11:41.337Z | Compiling iddqd v0.4.2 |
| 2195 | 2026-07-14T00:11:41.426Z | Compiling clap v4.6.1 |
| 2196 | 2026-07-14T00:11:41.522Z | Compiling serde_with v3.17.0 |
| 2197 | 2026-07-14T00:11:41.625Z | Compiling similar v2.7.0 |
| 2198 | 2026-07-14T00:11:41.683Z | Compiling strum v0.26.3 |
| 2199 | 2026-07-14T00:11:41.833Z | Compiling toml v0.7.8 |
| 2200 | 2026-07-14T00:11:41.833Z | Compiling tokio-stream v0.1.18 |
| 2201 | 2026-07-14T00:11:41.860Z | Compiling buf-list v1.1.2 |
| 2202 | 2026-07-14T00:11:42.122Z | Compiling x509-cert v0.2.5 |
| 2203 | 2026-07-14T00:11:42.203Z | Compiling itertools v0.13.0 |
| 2204 | 2026-07-14T00:11:42.363Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2205 | 2026-07-14T00:11:42.792Z | Compiling openapiv3 v2.2.0 |
| 2206 | 2026-07-14T00:11:43.005Z | Compiling lalrpop-util v0.19.12 |
| 2207 | 2026-07-14T00:11:43.262Z | Compiling peg-runtime v0.8.5 |
| 2208 | 2026-07-14T00:11:59.507Z | Compiling rustls-webpki v0.103.13 |
| 2209 | 2026-07-14T00:12:00.641Z | Compiling macaddr v1.0.1 |
| 2210 | 2026-07-14T00:12:00.693Z | Compiling structmeta-derive v0.3.0 |
| 2211 | 2026-07-14T00:12:00.713Z | Compiling rayon-core v1.13.0 |
| 2212 | 2026-07-14T00:12:00.934Z | Compiling crucible-workspace-hack v0.1.0 |
| 2213 | 2026-07-14T00:12:00.976Z | Compiling itertools v0.14.0 |
| 2214 | 2026-07-14T00:12:01.028Z | Compiling secrecy v0.10.3 |
| 2215 | 2026-07-14T00:12:01.044Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2216 | 2026-07-14T00:12:01.186Z | Compiling heapless v0.8.0 |
| 2217 | 2026-07-14T00:12:01.218Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2218 | 2026-07-14T00:12:01.353Z | Compiling crossbeam-deque v0.8.6 |
| 2219 | 2026-07-14T00:12:01.469Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2220 | 2026-07-14T00:12:01.493Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2221 | 2026-07-14T00:12:01.508Z | Compiling inout v0.1.4 |
| 2222 | 2026-07-14T00:12:01.539Z | Compiling hash32 v0.3.1 |
| 2223 | 2026-07-14T00:12:01.556Z | Compiling multer v3.1.0 |
| 2224 | 2026-07-14T00:12:01.592Z | Compiling thread_local v1.1.9 |
| 2225 | 2026-07-14T00:12:01.663Z | Compiling slog-async v2.8.0 |
| 2226 | 2026-07-14T00:12:01.688Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2227 | 2026-07-14T00:12:01.711Z | Compiling unicode-width v0.2.0 |
| 2228 | 2026-07-14T00:12:01.728Z | Compiling structmeta v0.3.0 |
| 2229 | 2026-07-14T00:12:01.744Z | Compiling smoltcp v0.11.0 |
| 2230 | 2026-07-14T00:12:01.790Z | Compiling match_cfg v0.1.0 |
| 2231 | 2026-07-14T00:12:01.881Z | Compiling compression-core v0.4.31 |
| 2232 | 2026-07-14T00:12:01.961Z | Compiling derive-ex v0.1.8 |
| 2233 | 2026-07-14T00:12:01.975Z | Compiling hostname v0.3.1 |
| 2234 | 2026-07-14T00:12:02.043Z | Compiling proc-macro-crate v3.4.0 |
| 2235 | 2026-07-14T00:12:02.058Z | Compiling compression-codecs v0.4.37 |
| 2236 | 2026-07-14T00:12:02.076Z | Compiling cipher v0.4.4 |
| 2237 | 2026-07-14T00:12:02.161Z | Compiling atomicwrites v0.4.4 |
| 2238 | 2026-07-14T00:12:02.241Z | Compiling ingot-macros v0.1.1 |
| 2239 | 2026-07-14T00:12:02.368Z | Compiling slog-json v2.6.1 |
| 2240 | 2026-07-14T00:12:02.399Z | Compiling crossbeam-channel v0.5.15 |
| 2241 | 2026-07-14T00:12:02.435Z | Compiling half v2.7.1 |
| 2242 | 2026-07-14T00:12:02.452Z | Compiling newtype-uuid-macros v0.1.0 |
| 2243 | 2026-07-14T00:12:02.491Z | Compiling cobs v0.3.0 |
| 2244 | 2026-07-14T00:12:02.603Z | Compiling universal-hash v0.5.1 |
| 2245 | 2026-07-14T00:12:02.643Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2246 | 2026-07-14T00:12:02.764Z | Compiling async-stream-impl v0.3.6 |
| 2247 | 2026-07-14T00:12:02.783Z | Compiling serde_spanned v1.1.1 |
| 2248 | 2026-07-14T00:12:02.802Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2249 | 2026-07-14T00:12:02.951Z | Compiling is-terminal v0.4.17 |
| 2250 | 2026-07-14T00:12:03.072Z | Compiling tokio-rustls v0.26.4 |
| 2251 | 2026-07-14T00:12:03.105Z | Compiling rustls-platform-verifier v0.6.2 |
| 2252 | 2026-07-14T00:12:03.217Z | Compiling tough v0.22.0 |
| 2253 | 2026-07-14T00:12:03.244Z | Compiling dropshot v0.17.1 |
| 2254 | 2026-07-14T00:12:03.326Z | Compiling hyper-rustls v0.27.7 |
| 2255 | 2026-07-14T00:12:03.354Z | Compiling proc-macro-error-attr v1.0.4 |
| 2256 | 2026-07-14T00:12:03.371Z | Compiling take_mut v0.2.2 |
| 2257 | 2026-07-14T00:12:03.484Z | Compiling convert_case v0.4.0 |
| 2258 | 2026-07-14T00:12:03.504Z | Compiling term v1.2.1 |
| 2259 | 2026-07-14T00:12:03.528Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2260 | 2026-07-14T00:12:03.613Z | Compiling reqwest v0.13.2 |
| 2261 | 2026-07-14T00:12:03.682Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2262 | 2026-07-14T00:12:03.700Z | Compiling ciborium-io v0.2.2 |
| 2263 | 2026-07-14T00:12:03.733Z | Compiling opaque-debug v0.3.1 |
| 2264 | 2026-07-14T00:12:03.814Z | Compiling poly1305 v0.8.0 |
| 2265 | 2026-07-14T00:12:03.818Z | Compiling derive_more v0.99.20 |
| 2266 | 2026-07-14T00:12:03.844Z | Compiling slog-term v2.9.2 |
| 2267 | 2026-07-14T00:12:03.848Z | Compiling ciborium-ll v0.2.2 |
| 2268 | 2026-07-14T00:12:03.929Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2269 | 2026-07-14T00:12:04.154Z | Compiling thiserror-no-std v2.0.2 |
| 2270 | 2026-07-14T00:12:04.269Z | Compiling test-strategy v0.4.5 |
| 2271 | 2026-07-14T00:12:04.466Z | Compiling async-stream v0.3.6 |
| 2272 | 2026-07-14T00:12:04.482Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2273 | 2026-07-14T00:12:04.651Z | Compiling postcard v1.1.3 |
| 2274 | 2026-07-14T00:12:04.683Z | Compiling slog-bunyan v2.5.0 |
| 2275 | 2026-07-14T00:12:04.901Z | Compiling ingot-types v0.1.2 |
| 2276 | 2026-07-14T00:12:05.056Z | Compiling num_enum_derive v0.7.6 |
| 2277 | 2026-07-14T00:12:05.123Z | Compiling chacha20 v0.9.1 |
| 2278 | 2026-07-14T00:12:05.318Z | Compiling ingot v0.1.1 |
| 2279 | 2026-07-14T00:12:05.379Z | Compiling async-compression v0.4.41 |
| 2280 | 2026-07-14T00:12:05.542Z | Compiling parse-display-derive v0.10.0 |
| 2281 | 2026-07-14T00:12:05.596Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2282 | 2026-07-14T00:12:05.856Z | Compiling sha1 v0.11.0 |
| 2283 | 2026-07-14T00:12:06.018Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2284 | 2026-07-14T00:12:06.039Z | Compiling proc-macro-crate v1.3.1 |
| 2285 | 2026-07-14T00:12:06.276Z | Compiling waitgroup v0.1.2 |
| 2286 | 2026-07-14T00:12:06.302Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2287 | 2026-07-14T00:12:06.306Z | Compiling password-hash v0.5.0 |
| 2288 | 2026-07-14T00:12:06.399Z | Compiling backon v1.6.0 |
| 2289 | 2026-07-14T00:12:06.449Z | Compiling rustls-pemfile v2.2.0 |
| 2290 | 2026-07-14T00:12:06.606Z | Compiling dropshot_endpoint v0.17.1 |
| 2291 | 2026-07-14T00:12:06.650Z | Compiling blake2 v0.10.6 |
| 2292 | 2026-07-14T00:12:06.666Z | Compiling aead v0.5.2 |
| 2293 | 2026-07-14T00:12:06.751Z | Compiling foreign-types-macros v0.2.3 |
| 2294 | 2026-07-14T00:12:06.820Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2295 | 2026-07-14T00:12:06.878Z | Compiling serde_path_to_error v0.1.20 |
| 2296 | 2026-07-14T00:12:06.929Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2297 | 2026-07-14T00:12:07.031Z | Compiling hostname v0.4.2 |
| 2298 | 2026-07-14T00:12:07.200Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2299 | 2026-07-14T00:12:07.233Z | Compiling proc-macro-error v1.0.4 |
| 2300 | 2026-07-14T00:12:07.282Z | Compiling instant v0.1.13 |
| 2301 | 2026-07-14T00:12:07.310Z | Compiling foreign-types-shared v0.3.1 |
| 2302 | 2026-07-14T00:12:07.329Z | Compiling debug-ignore v1.0.5 |
| 2303 | 2026-07-14T00:12:07.352Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2304 | 2026-07-14T00:12:07.382Z | Compiling backoff v0.4.0 |
| 2305 | 2026-07-14T00:12:07.436Z | Compiling foreign-types v0.5.0 |
| 2306 | 2026-07-14T00:12:07.436Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2307 | 2026-07-14T00:12:07.440Z | Compiling parse-display v0.10.0 |
| 2308 | 2026-07-14T00:12:07.479Z | Compiling argon2 v0.5.3 |
| 2309 | 2026-07-14T00:12:07.483Z | Compiling chacha20poly1305 v0.10.1 |
| 2310 | 2026-07-14T00:12:07.531Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2311 | 2026-07-14T00:12:07.548Z | Compiling num_enum_derive v0.5.11 |
| 2312 | 2026-07-14T00:12:07.581Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2313 | 2026-07-14T00:12:07.629Z | Compiling num_enum v0.7.6 |
| 2314 | 2026-07-14T00:12:07.645Z | Compiling vsss-rs v3.3.4 |
| 2315 | 2026-07-14T00:12:07.705Z | Compiling ciborium v0.2.2 |
| 2316 | 2026-07-14T00:12:07.908Z | Compiling tabwriter v1.4.1 |
| 2317 | 2026-07-14T00:12:07.930Z | Compiling regress v0.10.5 |
| 2318 | 2026-07-14T00:12:08.080Z | Compiling byte-wrapper v0.1.0 |
| 2319 | 2026-07-14T00:12:08.116Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2320 | 2026-07-14T00:12:08.217Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2321 | 2026-07-14T00:12:08.298Z | Compiling cstr-argument v0.1.2 |
| 2322 | 2026-07-14T00:12:08.335Z | Compiling humantime v2.3.0 |
| 2323 | 2026-07-14T00:12:08.497Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2324 | 2026-07-14T00:12:08.529Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2325 | 2026-07-14T00:12:08.550Z | Compiling num_enum v0.5.11 |
| 2326 | 2026-07-14T00:12:08.582Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2327 | 2026-07-14T00:12:08.625Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2328 | 2026-07-14T00:12:08.696Z | Compiling rayon v1.11.0 |
| 2329 | 2026-07-14T00:12:08.770Z | Compiling rand v0.10.1 |
| 2330 | 2026-07-14T00:12:08.803Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2331 | 2026-07-14T00:12:08.803Z | Compiling colored v3.1.1 |
| 2332 | 2026-07-14T00:12:08.838Z | Compiling indent_write v2.2.0 |
| 2333 | 2026-07-14T00:12:08.867Z | Compiling libefi-sys v0.1.0 |
| 2334 | 2026-07-14T00:12:08.984Z | Compiling zone_cfg_derive v0.3.1 |
| 2335 | 2026-07-14T00:12:09.015Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2336 | 2026-07-14T00:12:09.030Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2337 | 2026-07-14T00:12:09.132Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2338 | 2026-07-14T00:12:09.154Z | Compiling camino-tempfile v1.4.1 |
| 2339 | 2026-07-14T00:12:09.180Z | Compiling itertools v0.12.1 |
| 2340 | 2026-07-14T00:12:09.196Z | Compiling usdt-macro v0.5.0 |
| 2341 | 2026-07-14T00:12:09.212Z | Compiling usdt-attr-macro v0.5.0 |
| 2342 | 2026-07-14T00:12:09.264Z | Compiling bitfield-struct v0.6.2 |
| 2343 | 2026-07-14T00:12:09.543Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2344 | 2026-07-14T00:12:09.597Z | Compiling num-derive v0.4.2 |
| 2345 | 2026-07-14T00:12:09.613Z | Compiling blake3 v1.8.5 |
| 2346 | 2026-07-14T00:12:09.630Z | Compiling memmap v0.7.0 |
| 2347 | 2026-07-14T00:12:09.648Z | Compiling sigpipe v0.1.3 |
| 2348 | 2026-07-14T00:12:09.680Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2349 | 2026-07-14T00:12:09.697Z | Compiling swrite v0.1.0 |
| 2350 | 2026-07-14T00:12:09.767Z | Compiling glob v0.3.3 |
| 2351 | 2026-07-14T00:12:09.882Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2352 | 2026-07-14T00:12:09.942Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2353 | 2026-07-14T00:12:09.958Z | Compiling smf v0.2.3 |
| 2354 | 2026-07-14T00:12:10.008Z | Compiling usdt v0.5.0 |
| 2355 | 2026-07-14T00:12:10.175Z | Compiling filetime v0.2.27 |
| 2356 | 2026-07-14T00:12:10.195Z | Compiling whoami v1.6.1 |
| 2357 | 2026-07-14T00:12:10.276Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2358 | 2026-07-14T00:12:10.373Z | Compiling xattr v1.6.1 |
| 2359 | 2026-07-14T00:12:10.388Z | Compiling constant_time_eq v0.4.2 |
| 2360 | 2026-07-14T00:12:10.405Z | Compiling arrayref v0.3.9 |
| 2361 | 2026-07-14T00:12:10.493Z | Compiling zone v0.3.1 |
| 2362 | 2026-07-14T00:12:10.532Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2363 | 2026-07-14T00:12:10.548Z | Compiling arrayvec v0.7.6 |
| 2364 | 2026-07-14T00:12:10.590Z | Compiling tar v0.4.45 |
| 2365 | 2026-07-14T00:12:10.606Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2366 | 2026-07-14T00:12:10.641Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2367 | 2026-07-14T00:12:10.656Z | Compiling tokio-dtrace v0.1.1 |
| 2368 | 2026-07-14T00:12:10.660Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2369 | 2026-07-14T00:12:10.713Z | Compiling console v0.16.2 |
| 2370 | 2026-07-14T00:12:10.915Z | Compiling gethostname v0.5.0 |
| 2371 | 2026-07-14T00:12:11.015Z | Compiling topological-sort v0.2.2 |
| 2372 | 2026-07-14T00:12:11.067Z | Compiling unit-prefix v0.5.2 |
| 2373 | 2026-07-14T00:12:11.132Z | Compiling oxide-tokio-rt v0.1.4 |
| 2374 | 2026-07-14T00:12:11.203Z | Compiling indicatif v0.18.4 |
| 2375 | 2026-07-14T00:12:11.240Z | Compiling toml v0.8.23 |
| 2376 | 2026-07-14T00:12:11.311Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2377 | 2026-07-14T00:12:11.333Z | Compiling shell-words v1.1.1 |
| 2378 | 2026-07-14T00:12:20.549Z | Compiling progenitor-client v0.14.0 |
| 2379 | 2026-07-14T00:12:20.549Z | Compiling omicron-zone-package v0.12.3 |
| 2380 | 2026-07-14T00:12:20.789Z | Compiling progenitor-extras v0.2.0 |
| 2381 | 2026-07-14T00:12:21.152Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2382 | 2026-07-14T00:12:21.182Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2383 | 2026-07-14T00:12:21.274Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2384 | 2026-07-14T00:12:21.330Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2385 | 2026-07-14T00:12:21.345Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2386 | 2026-07-14T00:12:21.348Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2387 | 2026-07-14T00:12:21.478Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2388 | 2026-07-14T00:12:21.665Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2389 | 2026-07-14T00:12:22.562Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2390 | 2026-07-14T00:12:26.374Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2391 | 2026-07-14T00:12:34.309Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2392 | 2026-07-14T00:12:37.451Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2393 | 2026-07-14T00:12:38.485Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2394 | 2026-07-14T00:12:47.893Z | Finished `release` profile [optimized] target(s) in 1m 40s |
| 2395 | 2026-07-14T00:12:48.037Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2396 | 2026-07-14T00:12:48.097Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2397 | 2026-07-14T00:12:48.100Z | Created new build target 'test' and set it as active |
| 2398 | 2026-07-14T00:12:48.100Z | |
| 2399 | 2026-07-14T00:12:48.100Z | real 1:40.279884764 |
| 2400 | 2026-07-14T00:12:48.100Z | user 16:22.633808510 |
| 2401 | 2026-07-14T00:12:48.100Z | sys 2:36.492293709 |
| 2402 | 2026-07-14T00:12:48.101Z | trap 0.456127331 |
| 2403 | 2026-07-14T00:12:48.101Z | tflt 2.465615379 |
| 2404 | 2026-07-14T00:12:48.101Z | dflt 4.083792701 |
| 2405 | 2026-07-14T00:12:48.101Z | kflt 0.000535020 |
| 2406 | 2026-07-14T00:12:48.101Z | lock 51:35.143614942 |
| 2407 | 2026-07-14T00:12:48.101Z | slp 42:09.355151414 |
| 2408 | 2026-07-14T00:12:48.101Z | lat 44.870516684 |
| 2409 | 2026-07-14T00:12:48.101Z | stop 5:14.105794497 |
| 2410 | 2026-07-14T00:12:48.101Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2411 | 2026-07-14T00:12:48.926Z | Finished `release` profile [optimized] target(s) in 0.81s |
| 2412 | 2026-07-14T00:12:48.992Z | Running `target/release/omicron-package -t test package` |
| 2413 | 2026-07-14T00:12:49.050Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2414 | 2026-07-14T00:12:50.399Z | Compiling heck v0.5.0 |
| 2415 | 2026-07-14T00:12:50.399Z | Compiling regress v0.11.1 |
| 2416 | 2026-07-14T00:12:50.636Z | Compiling unsafe-libyaml v0.2.11 |
| 2417 | 2026-07-14T00:12:50.655Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2418 | 2026-07-14T00:12:50.683Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2419 | 2026-07-14T00:12:50.687Z | Compiling unicode-width v0.1.14 |
| 2420 | 2026-07-14T00:12:50.725Z | Compiling derive-where v1.6.0 |
| 2421 | 2026-07-14T00:12:50.725Z | Compiling bytecount v0.6.9 |
| 2422 | 2026-07-14T00:12:50.728Z | Compiling atomicwrites v0.4.4 |
| 2423 | 2026-07-14T00:12:50.728Z | Compiling is-terminal v0.4.17 |
| 2424 | 2026-07-14T00:12:50.747Z | Compiling prettyplease v0.2.37 |
| 2425 | 2026-07-14T00:12:50.825Z | Compiling console v0.15.11 |
| 2426 | 2026-07-14T00:12:50.829Z | Compiling newline-converter v0.3.0 |
| 2427 | 2026-07-14T00:12:50.829Z | Compiling slog-dtrace v0.3.0 |
| 2428 | 2026-07-14T00:12:50.888Z | Compiling owo-colors v4.3.0 |
| 2429 | 2026-07-14T00:12:50.910Z | Compiling resolv-conf v0.7.6 |
| 2430 | 2026-07-14T00:12:50.934Z | Compiling cancel-safe-futures v0.1.5 |
| 2431 | 2026-07-14T00:12:50.953Z | Compiling num-rational v0.4.2 |
| 2432 | 2026-07-14T00:12:50.981Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2433 | 2026-07-14T00:12:51.028Z | Compiling libsw-core v0.3.2 |
| 2434 | 2026-07-14T00:12:51.049Z | Compiling num-complex v0.4.6 |
| 2435 | 2026-07-14T00:12:51.115Z | Compiling thread_local v1.1.9 |
| 2436 | 2026-07-14T00:12:51.155Z | Compiling serde_yaml v0.9.34+deprecated |
| 2437 | 2026-07-14T00:12:51.226Z | Compiling expectorate v1.2.0 |
| 2438 | 2026-07-14T00:12:51.268Z | Compiling match_cfg v0.1.0 |
| 2439 | 2026-07-14T00:12:51.311Z | Compiling compression-core v0.4.31 |
| 2440 | 2026-07-14T00:12:51.365Z | Compiling hostname v0.3.1 |
| 2441 | 2026-07-14T00:12:51.464Z | Compiling compression-codecs v0.4.37 |
| 2442 | 2026-07-14T00:12:51.485Z | Compiling num v0.4.3 |
| 2443 | 2026-07-14T00:12:51.521Z | Compiling libsw v3.5.0 |
| 2444 | 2026-07-14T00:12:51.542Z | Compiling slog-async v2.8.0 |
| 2445 | 2026-07-14T00:12:51.545Z | Compiling multer v3.1.0 |
| 2446 | 2026-07-14T00:12:51.584Z | Compiling crossbeam-channel v0.5.15 |
| 2447 | 2026-07-14T00:12:51.622Z | Compiling slog-json v2.6.1 |
| 2448 | 2026-07-14T00:12:51.652Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2449 | 2026-07-14T00:12:51.715Z | Compiling serde_spanned v1.1.1 |
| 2450 | 2026-07-14T00:12:51.743Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2451 | 2026-07-14T00:12:51.772Z | Compiling take_mut v0.2.2 |
| 2452 | 2026-07-14T00:12:51.853Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2453 | 2026-07-14T00:12:51.886Z | Compiling float-ord v0.3.2 |
| 2454 | 2026-07-14T00:12:51.906Z | Compiling linear-map v1.2.0 |
| 2455 | 2026-07-14T00:12:51.930Z | Compiling term v1.2.1 |
| 2456 | 2026-07-14T00:12:51.953Z | Compiling linked-hash-map v0.5.6 |
| 2457 | 2026-07-14T00:12:51.974Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2458 | 2026-07-14T00:12:52.020Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2459 | 2026-07-14T00:12:52.022Z | Compiling slog-bunyan v2.5.0 |
| 2460 | 2026-07-14T00:12:52.083Z | Compiling async-compression v0.4.41 |
| 2461 | 2026-07-14T00:12:52.150Z | Compiling typify-impl v0.6.2 |
| 2462 | 2026-07-14T00:12:52.186Z | Compiling lru-cache v0.1.2 |
| 2463 | 2026-07-14T00:12:52.207Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2464 | 2026-07-14T00:12:52.256Z | Compiling slog-term v2.9.2 |
| 2465 | 2026-07-14T00:12:52.401Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2466 | 2026-07-14T00:12:52.421Z | Compiling async-stream v0.3.6 |
| 2467 | 2026-07-14T00:12:52.449Z | Compiling dropshot v0.17.1 |
| 2468 | 2026-07-14T00:12:52.474Z | Compiling sha1 v0.11.0 |
| 2469 | 2026-07-14T00:12:52.492Z | Compiling progenitor-client v0.14.0 |
| 2470 | 2026-07-14T00:12:52.517Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2471 | 2026-07-14T00:12:52.556Z | Compiling waitgroup v0.1.2 |
| 2472 | 2026-07-14T00:12:52.630Z | Compiling rustls-pemfile v2.2.0 |
| 2473 | 2026-07-14T00:12:52.673Z | Compiling backon v1.6.0 |
| 2474 | 2026-07-14T00:12:52.716Z | Compiling serde_path_to_error v0.1.20 |
| 2475 | 2026-07-14T00:12:52.735Z | Compiling hostname v0.4.2 |
| 2476 | 2026-07-14T00:12:52.758Z | Compiling instant v0.1.13 |
| 2477 | 2026-07-14T00:12:52.780Z | Compiling debug-ignore v1.0.5 |
| 2478 | 2026-07-14T00:12:52.816Z | Compiling minimal-lexical v0.2.1 |
| 2479 | 2026-07-14T00:12:52.844Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2480 | 2026-07-14T00:12:52.898Z | Compiling backoff v0.4.0 |
| 2481 | 2026-07-14T00:12:52.918Z | Compiling progenitor-extras v0.2.0 |
| 2482 | 2026-07-14T00:12:52.920Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2483 | 2026-07-14T00:12:52.959Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2484 | 2026-07-14T00:12:53.086Z | Compiling nom v7.1.3 |
| 2485 | 2026-07-14T00:12:53.131Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2486 | 2026-07-14T00:12:53.131Z | Compiling parse-display v0.10.0 |
| 2487 | 2026-07-14T00:12:53.173Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2488 | 2026-07-14T00:12:53.196Z | Compiling hickory-proto v0.24.4 |
| 2489 | 2026-07-14T00:12:53.391Z | Compiling regress v0.10.5 |
| 2490 | 2026-07-14T00:12:53.790Z | Compiling macaddr v1.0.1 |
| 2491 | 2026-07-14T00:12:53.848Z | Compiling unicode-xid v0.2.6 |
| 2492 | 2026-07-14T00:12:53.890Z | Compiling humantime v2.3.0 |
| 2493 | 2026-07-14T00:12:54.040Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2494 | 2026-07-14T00:12:54.175Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2495 | 2026-07-14T00:12:54.249Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2496 | 2026-07-14T00:12:54.480Z | Compiling convert_case v0.10.0 |
| 2497 | 2026-07-14T00:12:54.504Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2498 | 2026-07-14T00:12:54.773Z | Compiling derive_more-impl v2.1.1 |
| 2499 | 2026-07-14T00:12:55.081Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2500 | 2026-07-14T00:12:55.336Z | Compiling toml v0.8.23 |
| 2501 | 2026-07-14T00:12:55.407Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2502 | 2026-07-14T00:12:55.447Z | Compiling papergrid v0.11.0 |
| 2503 | 2026-07-14T00:12:55.573Z | Compiling derive_more v2.1.1 |
| 2504 | 2026-07-14T00:12:55.595Z | Compiling tabled_derive v0.7.0 |
| 2505 | 2026-07-14T00:12:55.630Z | Compiling typify-macro v0.6.2 |
| 2506 | 2026-07-14T00:12:55.687Z | Compiling termtree v0.5.1 |
| 2507 | 2026-07-14T00:12:55.794Z | Compiling hickory-resolver v0.24.4 |
| 2508 | 2026-07-14T00:12:55.882Z | Compiling crossterm v0.29.0 |
| 2509 | 2026-07-14T00:12:55.931Z | Compiling phf_shared v0.12.1 |
| 2510 | 2026-07-14T00:12:56.203Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2511 | 2026-07-14T00:12:56.534Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2512 | 2026-07-14T00:12:56.639Z | Compiling tabled v0.15.0 |
| 2513 | 2026-07-14T00:12:56.761Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2514 | 2026-07-14T00:12:57.193Z | Compiling typify v0.6.2 |
| 2515 | 2026-07-14T00:12:57.501Z | Compiling progenitor-impl v0.14.0 |
| 2516 | 2026-07-14T00:12:57.879Z | Compiling qorb v0.4.1 |
| 2517 | 2026-07-14T00:12:58.862Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2518 | 2026-07-14T00:12:59.411Z | Compiling vte v0.14.1 |
| 2519 | 2026-07-14T00:12:59.653Z | Compiling csv-core v0.1.13 |
| 2520 | 2026-07-14T00:12:59.723Z | Compiling progenitor-macro v0.14.0 |
| 2521 | 2026-07-14T00:12:59.763Z | Compiling chrono-tz v0.10.4 |
| 2522 | 2026-07-14T00:13:00.091Z | Compiling highway v1.3.0 |
| 2523 | 2026-07-14T00:13:00.618Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2524 | 2026-07-14T00:13:00.846Z | Compiling csv v1.4.0 |
| 2525 | 2026-07-14T00:13:01.109Z | Compiling strip-ansi-escapes v0.2.1 |
| 2526 | 2026-07-14T00:13:01.152Z | Compiling phf v0.12.1 |
| 2527 | 2026-07-14T00:13:01.894Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2528 | 2026-07-14T00:13:01.894Z | Compiling const_format_proc_macros v0.2.34 |
| 2529 | 2026-07-14T00:13:01.894Z | Compiling fd-lock v4.0.4 |
| 2530 | 2026-07-14T00:13:01.894Z | Compiling peg-macros v0.8.5 |
| 2531 | 2026-07-14T00:13:01.894Z | Compiling nu-ansi-term v0.50.3 |
| 2532 | 2026-07-14T00:13:01.894Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2533 | 2026-07-14T00:13:02.156Z | Compiling const_format v0.2.35 |
| 2534 | 2026-07-14T00:13:02.226Z | Compiling reedline v0.40.0 |
| 2535 | 2026-07-14T00:13:02.634Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2536 | 2026-07-14T00:13:02.806Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2537 | 2026-07-14T00:13:03.326Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2538 | 2026-07-14T00:13:03.756Z | Compiling progenitor v0.14.0 |
| 2539 | 2026-07-14T00:13:03.862Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2540 | 2026-07-14T00:13:03.865Z | Compiling peg v0.8.5 |
| 2541 | 2026-07-14T00:13:03.938Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2542 | 2026-07-14T00:13:03.989Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2543 | 2026-07-14T00:13:04.247Z | Compiling bcs v0.1.6 |
| 2544 | 2026-07-14T00:13:04.628Z | Compiling nom v8.0.0 |
| 2545 | 2026-07-14T00:13:04.692Z | Compiling semver v0.1.20 |
| 2546 | 2026-07-14T00:13:04.991Z | Compiling rustc_version v0.1.7 |
| 2547 | 2026-07-14T00:13:05.261Z | Compiling newtype_derive v0.1.6 |
| 2548 | 2026-07-14T00:13:05.498Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2549 | 2026-07-14T00:13:05.753Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2550 | 2026-07-14T00:13:06.001Z | Compiling unicode-linebreak v0.1.5 |
| 2551 | 2026-07-14T00:13:06.371Z | Compiling smawk v0.3.2 |
| 2552 | 2026-07-14T00:13:06.447Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2553 | 2026-07-14T00:13:06.467Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2554 | 2026-07-14T00:13:06.571Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2555 | 2026-07-14T00:13:06.656Z | Compiling textwrap v0.16.2 |
| 2556 | 2026-07-14T00:13:06.762Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2557 | 2026-07-14T00:13:06.855Z | Compiling steno v0.4.1 |
| 2558 | 2026-07-14T00:13:07.181Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2559 | 2026-07-14T00:13:07.417Z | Compiling base64 v0.21.7 |
| 2560 | 2026-07-14T00:13:07.617Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2561 | 2026-07-14T00:13:07.972Z | Compiling sha1 v0.10.6 |
| 2562 | 2026-07-14T00:13:08.212Z | Compiling utf-8 v0.7.6 |
| 2563 | 2026-07-14T00:13:08.259Z | Compiling tagptr v0.2.0 |
| 2564 | 2026-07-14T00:13:08.328Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2565 | 2026-07-14T00:13:08.408Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2566 | 2026-07-14T00:13:08.458Z | Compiling moka v0.12.13 |
| 2567 | 2026-07-14T00:13:08.516Z | Compiling tungstenite v0.21.0 |
| 2568 | 2026-07-14T00:13:08.621Z | Compiling display-error-chain v0.2.2 |
| 2569 | 2026-07-14T00:13:08.752Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2570 | 2026-07-14T00:13:08.807Z | Compiling radium v0.7.0 |
| 2571 | 2026-07-14T00:13:08.841Z | Compiling maybe-uninit v2.0.0 |
| 2572 | 2026-07-14T00:13:09.148Z | Compiling tokio-tungstenite v0.21.0 |
| 2573 | 2026-07-14T00:13:09.169Z | Compiling tap v1.0.1 |
| 2574 | 2026-07-14T00:13:09.319Z | Compiling wyz v0.5.1 |
| 2575 | 2026-07-14T00:13:09.573Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2576 | 2026-07-14T00:13:09.666Z | Compiling hickory-resolver v0.25.2 |
| 2577 | 2026-07-14T00:13:09.790Z | Compiling vergen-lib v0.1.6 |
| 2578 | 2026-07-14T00:13:10.029Z | Compiling zerocopy-derive v0.6.6 |
| 2579 | 2026-07-14T00:13:10.051Z | Compiling crc-catalog v2.4.0 |
| 2580 | 2026-07-14T00:13:10.181Z | Compiling diesel_derives v2.3.7 |
| 2581 | 2026-07-14T00:13:10.417Z | Compiling packed_struct v0.10.1 |
| 2582 | 2026-07-14T00:13:10.677Z | Compiling funty v2.0.0 |
| 2583 | 2026-07-14T00:13:10.741Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2584 | 2026-07-14T00:13:10.889Z | Compiling zerocopy v0.6.6 |
| 2585 | 2026-07-14T00:13:11.276Z | Compiling bitvec v1.0.1 |
| 2586 | 2026-07-14T00:13:11.630Z | Compiling crc v3.4.0 |
| 2587 | 2026-07-14T00:13:11.855Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2588 | 2026-07-14T00:13:11.916Z | Compiling scheduled-thread-pool v0.2.7 |
| 2589 | 2026-07-14T00:13:11.964Z | Compiling dsl_auto_type v0.2.0 |
| 2590 | 2026-07-14T00:13:12.496Z | Compiling packed_struct_codegen v0.10.1 |
| 2591 | 2026-07-14T00:13:12.498Z | Compiling vergen-gitcl v1.0.8 |
| 2592 | 2026-07-14T00:13:12.541Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2593 | 2026-07-14T00:13:12.562Z | Compiling bitfield-macros v0.19.4 |
| 2594 | 2026-07-14T00:13:12.763Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2595 | 2026-07-14T00:13:12.786Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2596 | 2026-07-14T00:13:12.902Z | Compiling dirs-sys-next v0.1.2 |
| 2597 | 2026-07-14T00:13:13.159Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2598 | 2026-07-14T00:13:13.216Z | Compiling indexmap v1.9.3 |
| 2599 | 2026-07-14T00:13:13.287Z | Compiling crunchy v0.2.4 |
| 2600 | 2026-07-14T00:13:13.476Z | Compiling nodrop v0.1.14 |
| 2601 | 2026-07-14T00:13:13.501Z | Compiling maplit v1.0.2 |
| 2602 | 2026-07-14T00:13:13.609Z | Compiling glob v0.3.3 |
| 2603 | 2026-07-14T00:13:13.612Z | Compiling proc-macro-error2 v2.0.1 |
| 2604 | 2026-07-14T00:13:13.653Z | Compiling array-init v0.0.4 |
| 2605 | 2026-07-14T00:13:13.977Z | Compiling clang-sys v1.8.1 |
| 2606 | 2026-07-14T00:13:14.007Z | Compiling bitfield v0.19.4 |
| 2607 | 2026-07-14T00:13:14.053Z | Compiling dirs-next v2.0.0 |
| 2608 | 2026-07-14T00:13:14.372Z | Compiling r2d2 v0.8.10 |
| 2609 | 2026-07-14T00:13:14.402Z | Compiling smallvec v0.6.14 |
| 2610 | 2026-07-14T00:13:14.675Z | Compiling num-derive v0.3.3 |
| 2611 | 2026-07-14T00:13:14.710Z | Compiling downcast-rs v2.0.2 |
| 2612 | 2026-07-14T00:13:14.792Z | Compiling tiny-keccak v2.0.2 |
| 2613 | 2026-07-14T00:13:14.845Z | Compiling hashbrown v0.12.3 |
| 2614 | 2026-07-14T00:13:15.065Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2615 | 2026-07-14T00:13:15.270Z | Compiling serde-hex v0.1.0 |
| 2616 | 2026-07-14T00:13:15.448Z | Compiling term v0.7.0 |
| 2617 | 2026-07-14T00:13:15.476Z | Compiling tabled_derive v0.11.0 |
| 2618 | 2026-07-14T00:13:15.588Z | Compiling libscf-sys v1.1.0 |
| 2619 | 2026-07-14T00:13:15.711Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2620 | 2026-07-14T00:13:15.760Z | Compiling ron v0.8.1 |
| 2621 | 2026-07-14T00:13:15.924Z | Compiling papergrid v0.17.0 |
| 2622 | 2026-07-14T00:13:15.953Z | Compiling testing_table v0.3.0 |
| 2623 | 2026-07-14T00:13:15.956Z | Compiling hashbrown v0.13.2 |
| 2624 | 2026-07-14T00:13:16.077Z | Compiling crc-any v2.5.0 |
| 2625 | 2026-07-14T00:13:16.410Z | Compiling bit-vec v0.6.3 |
| 2626 | 2026-07-14T00:13:16.505Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2627 | 2026-07-14T00:13:16.534Z | Compiling object v0.30.4 |
| 2628 | 2026-07-14T00:13:16.599Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2629 | 2026-07-14T00:13:16.652Z | Compiling bit-set v0.5.3 |
| 2630 | 2026-07-14T00:13:16.842Z | Compiling ascii-canvas v3.0.0 |
| 2631 | 2026-07-14T00:13:17.104Z | Compiling tabled v0.20.0 |
| 2632 | 2026-07-14T00:13:17.176Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2633 | 2026-07-14T00:13:17.617Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2634 | 2026-07-14T00:13:17.891Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2635 | 2026-07-14T00:13:18.139Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2636 | 2026-07-14T00:13:18.196Z | Compiling progenitor-impl v0.13.0 |
| 2637 | 2026-07-14T00:13:18.217Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2638 | 2026-07-14T00:13:18.548Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2639 | 2026-07-14T00:13:18.576Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2640 | 2026-07-14T00:13:18.761Z | Compiling itertools v0.10.5 |
| 2641 | 2026-07-14T00:13:18.763Z | Compiling ena v0.14.4 |
| 2642 | 2026-07-14T00:13:18.907Z | Compiling diesel v2.3.7 |
| 2643 | 2026-07-14T00:13:19.032Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2644 | 2026-07-14T00:13:19.210Z | Compiling libloading v0.8.9 |
| 2645 | 2026-07-14T00:13:19.286Z | Compiling regex-syntax v0.6.29 |
| 2646 | 2026-07-14T00:13:19.451Z | Compiling xshell-macros v0.2.7 |
| 2647 | 2026-07-14T00:13:19.863Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2648 | 2026-07-14T00:13:19.888Z | Compiling path-slash v0.1.5 |
| 2649 | 2026-07-14T00:13:20.028Z | Compiling bindgen v0.71.1 |
| 2650 | 2026-07-14T00:13:20.086Z | Compiling diff v0.1.13 |
| 2651 | 2026-07-14T00:13:20.335Z | Compiling unicase v2.9.0 |
| 2652 | 2026-07-14T00:13:20.387Z | Compiling progenitor-macro v0.13.0 |
| 2653 | 2026-07-14T00:13:20.416Z | Compiling xshell v0.2.7 |
| 2654 | 2026-07-14T00:13:20.632Z | Compiling lalrpop v0.19.12 |
| 2655 | 2026-07-14T00:13:21.177Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2656 | 2026-07-14T00:13:21.730Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2657 | 2026-07-14T00:13:22.165Z | Compiling cexpr v0.6.0 |
| 2658 | 2026-07-14T00:13:22.825Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2659 | 2026-07-14T00:13:23.074Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2660 | 2026-07-14T00:13:23.542Z | Compiling progenitor-client v0.13.0 |
| 2661 | 2026-07-14T00:13:24.088Z | Compiling rustc-hash v2.1.1 |
| 2662 | 2026-07-14T00:13:24.348Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2663 | 2026-07-14T00:13:24.470Z | Compiling progenitor v0.13.0 |
| 2664 | 2026-07-14T00:13:25.308Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2665 | 2026-07-14T00:13:25.518Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2666 | 2026-07-14T00:13:25.539Z | Compiling headers-core v0.3.0 |
| 2667 | 2026-07-14T00:13:25.689Z | Compiling libxml v0.3.3 |
| 2668 | 2026-07-14T00:13:25.710Z | Compiling crc8 v0.1.1 |
| 2669 | 2026-07-14T00:13:25.764Z | Compiling headers v0.4.1 |
| 2670 | 2026-07-14T00:13:25.852Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2671 | 2026-07-14T00:13:25.894Z | Compiling strum_macros v0.24.3 |
| 2672 | 2026-07-14T00:13:25.989Z | Compiling indoc v1.0.9 |
| 2673 | 2026-07-14T00:13:26.122Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2674 | 2026-07-14T00:13:26.460Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2675 | 2026-07-14T00:13:26.518Z | Compiling derive_builder v0.20.2 |
| 2676 | 2026-07-14T00:13:26.696Z | Compiling oso-derive v0.27.3 |
| 2677 | 2026-07-14T00:13:26.719Z | Compiling quick-xml v0.37.5 |
| 2678 | 2026-07-14T00:13:27.136Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2679 | 2026-07-14T00:13:27.159Z | Compiling openssl-probe v0.1.6 |
| 2680 | 2026-07-14T00:13:27.250Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2681 | 2026-07-14T00:13:27.394Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2682 | 2026-07-14T00:13:27.449Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2683 | 2026-07-14T00:13:27.688Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2684 | 2026-07-14T00:13:27.866Z | Compiling bb8 v0.8.6 |
| 2685 | 2026-07-14T00:13:27.989Z | Compiling polar-core v0.27.3 |
| 2686 | 2026-07-14T00:13:28.011Z | Compiling trait-variant v0.1.2 |
| 2687 | 2026-07-14T00:13:28.240Z | Compiling half v1.8.3 |
| 2688 | 2026-07-14T00:13:28.431Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2689 | 2026-07-14T00:13:28.567Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2690 | 2026-07-14T00:13:28.720Z | Compiling serde_cbor v0.11.2 |
| 2691 | 2026-07-14T00:13:28.878Z | Compiling samael v0.0.19 |
| 2692 | 2026-07-14T00:13:28.932Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2693 | 2026-07-14T00:13:29.473Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2694 | 2026-07-14T00:13:29.565Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2695 | 2026-07-14T00:13:29.723Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2696 | 2026-07-14T00:13:29.785Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2697 | 2026-07-14T00:13:29.861Z | Compiling nonempty v0.12.0 |
| 2698 | 2026-07-14T00:13:30.085Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2699 | 2026-07-14T00:13:30.112Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2700 | 2026-07-14T00:13:30.369Z | Compiling fxhash v0.2.1 |
| 2701 | 2026-07-14T00:13:30.472Z | Compiling libz-sys v1.1.24 |
| 2702 | 2026-07-14T00:13:30.538Z | Compiling salty v0.3.0 |
| 2703 | 2026-07-14T00:13:30.971Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2704 | 2026-07-14T00:13:31.180Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2705 | 2026-07-14T00:13:31.483Z | Compiling kstat-rs v0.2.4 |
| 2706 | 2026-07-14T00:13:31.944Z | Compiling arc-swap v1.8.2 |
| 2707 | 2026-07-14T00:13:31.966Z | Compiling fs-err v2.11.0 |
| 2708 | 2026-07-14T00:13:32.265Z | Compiling slog-scope v4.4.1 |
| 2709 | 2026-07-14T00:13:32.321Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2710 | 2026-07-14T00:13:32.396Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2711 | 2026-07-14T00:13:32.453Z | Compiling mime_guess v2.0.5 |
| 2712 | 2026-07-14T00:13:33.019Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2713 | 2026-07-14T00:13:33.217Z | Compiling rfc6979 v0.4.0 |
| 2714 | 2026-07-14T00:13:33.410Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2715 | 2026-07-14T00:13:33.431Z | Compiling nanorand v0.7.0 |
| 2716 | 2026-07-14T00:13:33.816Z | Compiling darling_core v0.23.0 |
| 2717 | 2026-07-14T00:13:33.838Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2718 | 2026-07-14T00:13:34.285Z | Compiling parking_lot_core v0.8.6 |
| 2719 | 2026-07-14T00:13:34.573Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2720 | 2026-07-14T00:13:34.625Z | Compiling flume v0.11.1 |
| 2721 | 2026-07-14T00:13:35.025Z | Compiling ecdsa v0.16.9 |
| 2722 | 2026-07-14T00:13:35.668Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2723 | 2026-07-14T00:13:35.981Z | Compiling darling_macro v0.23.0 |
| 2724 | 2026-07-14T00:13:36.076Z | Compiling slog-stdlog v4.1.1 |
| 2725 | 2026-07-14T00:13:36.408Z | Compiling diesel-dtrace v0.5.0 |
| 2726 | 2026-07-14T00:13:36.513Z | Compiling async-bb8-diesel v0.2.1 |
| 2727 | 2026-07-14T00:13:36.893Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2728 | 2026-07-14T00:13:36.977Z | Compiling oso v0.27.3 |
| 2729 | 2026-07-14T00:13:36.999Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2730 | 2026-07-14T00:13:37.031Z | Compiling primeorder v0.13.6 |
| 2731 | 2026-07-14T00:13:37.414Z | Compiling git-stub v1.0.0 |
| 2732 | 2026-07-14T00:13:37.686Z | Compiling atty v0.2.14 |
| 2733 | 2026-07-14T00:13:37.844Z | Compiling http-range v0.1.5 |
| 2734 | 2026-07-14T00:13:38.187Z | Compiling instability v0.3.11 |
| 2735 | 2026-07-14T00:13:38.209Z | Compiling parse-size v1.1.0 |
| 2736 | 2026-07-14T00:13:38.427Z | Compiling strsim v0.10.0 |
| 2737 | 2026-07-14T00:13:38.457Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2738 | 2026-07-14T00:13:38.746Z | Compiling darling_core v0.13.4 |
| 2739 | 2026-07-14T00:13:38.797Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2740 | 2026-07-14T00:13:39.685Z | Compiling git-stub-vcs v0.1.0 |
| 2741 | 2026-07-14T00:13:40.049Z | Compiling p384 v0.13.1 |
| 2742 | 2026-07-14T00:13:40.412Z | Compiling darling v0.23.0 |
| 2743 | 2026-07-14T00:13:40.546Z | Compiling slog-envlogger v2.2.0 |
| 2744 | 2026-07-14T00:13:41.712Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2745 | 2026-07-14T00:13:42.187Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2746 | 2026-07-14T00:13:42.437Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2747 | 2026-07-14T00:13:43.426Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2748 | 2026-07-14T00:13:43.806Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2749 | 2026-07-14T00:13:43.961Z | Compiling ignore v0.4.25 |
| 2750 | 2026-07-14T00:13:44.275Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2751 | 2026-07-14T00:13:44.571Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2752 | 2026-07-14T00:13:45.720Z | Compiling vergen-git2 v9.1.0 |
| 2753 | 2026-07-14T00:13:45.810Z | Compiling castaway v0.2.4 |
| 2754 | 2026-07-14T00:13:45.972Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2755 | 2026-07-14T00:13:45.996Z | Compiling indoc v2.0.7 |
| 2756 | 2026-07-14T00:13:46.215Z | Compiling compact_str v0.8.1 |
| 2757 | 2026-07-14T00:13:46.322Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2758 | 2026-07-14T00:13:47.023Z | Compiling globwalk v0.9.1 |
| 2759 | 2026-07-14T00:13:47.181Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2760 | 2026-07-14T00:13:47.281Z | Compiling parking_lot v0.11.2 |
| 2761 | 2026-07-14T00:13:47.358Z | Compiling hyper-staticfile v0.10.1 |
| 2762 | 2026-07-14T00:13:47.689Z | Compiling darling_macro v0.13.4 |
| 2763 | 2026-07-14T00:13:47.826Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2764 | 2026-07-14T00:13:48.239Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2765 | 2026-07-14T00:13:48.303Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2766 | 2026-07-14T00:13:48.517Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2767 | 2026-07-14T00:13:48.562Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2768 | 2026-07-14T00:13:48.819Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2769 | 2026-07-14T00:13:48.880Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2770 | 2026-07-14T00:13:48.903Z | Compiling predicates-tree v1.0.13 |
| 2771 | 2026-07-14T00:13:49.327Z | Compiling unicode-truncate v1.1.0 |
| 2772 | 2026-07-14T00:13:49.413Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2773 | 2026-07-14T00:13:49.546Z | Compiling lru v0.12.5 |
| 2774 | 2026-07-14T00:13:49.672Z | Compiling rand_seeder v0.4.0 |
| 2775 | 2026-07-14T00:13:49.710Z | Compiling prefix-trie v0.7.0 |
| 2776 | 2026-07-14T00:13:49.775Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2777 | 2026-07-14T00:13:49.923Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2778 | 2026-07-14T00:13:50.089Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2779 | 2026-07-14T00:13:50.192Z | Compiling cassowary v0.3.0 |
| 2780 | 2026-07-14T00:13:50.213Z | Compiling corncobs v0.1.4 |
| 2781 | 2026-07-14T00:13:50.269Z | Compiling hickory-server v0.25.2 |
| 2782 | 2026-07-14T00:13:50.367Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2783 | 2026-07-14T00:13:50.467Z | Compiling ratatui v0.29.0 |
| 2784 | 2026-07-14T00:13:50.512Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2785 | 2026-07-14T00:13:50.736Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2786 | 2026-07-14T00:13:50.763Z | Compiling camino-tempfile-ext v0.3.3 |
| 2787 | 2026-07-14T00:13:50.999Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2788 | 2026-07-14T00:13:51.129Z | Compiling darling v0.13.4 |
| 2789 | 2026-07-14T00:13:51.247Z | Compiling sled v0.34.7 |
| 2790 | 2026-07-14T00:13:51.374Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2791 | 2026-07-14T00:13:51.761Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2792 | 2026-07-14T00:13:52.627Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2793 | 2026-07-14T00:13:52.798Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2794 | 2026-07-14T00:13:54.193Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2795 | 2026-07-14T00:13:54.850Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2796 | 2026-07-14T00:13:54.954Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2797 | 2026-07-14T00:13:55.108Z | Compiling secrecy v0.8.0 |
| 2798 | 2026-07-14T00:13:55.194Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2799 | 2026-07-14T00:13:55.392Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2800 | 2026-07-14T00:13:55.470Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2801 | 2026-07-14T00:13:56.092Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2802 | 2026-07-14T00:13:56.130Z | Compiling serde_with_macros v1.5.2 |
| 2803 | 2026-07-14T00:13:57.294Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2804 | 2026-07-14T00:13:57.738Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2805 | 2026-07-14T00:13:57.880Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2806 | 2026-07-14T00:13:58.650Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2807 | 2026-07-14T00:13:58.754Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2808 | 2026-07-14T00:13:58.899Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2809 | 2026-07-14T00:13:58.997Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2810 | 2026-07-14T00:13:59.140Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2811 | 2026-07-14T00:13:59.245Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2812 | 2026-07-14T00:13:59.379Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2813 | 2026-07-14T00:13:59.510Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2814 | 2026-07-14T00:13:59.762Z | Compiling git2 v0.20.4 |
| 2815 | 2026-07-14T00:13:59.786Z | Compiling void v1.0.2 |
| 2816 | 2026-07-14T00:13:59.944Z | Compiling lzss v0.8.2 |
| 2817 | 2026-07-14T00:14:00.159Z | Compiling illumos-nvpair v0.3.0 |
| 2818 | 2026-07-14T00:14:00.586Z | Compiling serde_with v1.14.0 |
| 2819 | 2026-07-14T00:14:00.680Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2820 | 2026-07-14T00:14:01.075Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2821 | 2026-07-14T00:14:01.440Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2822 | 2026-07-14T00:14:01.755Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2823 | 2026-07-14T00:14:02.781Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2824 | 2026-07-14T00:14:02.783Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2825 | 2026-07-14T00:14:02.904Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2826 | 2026-07-14T00:14:03.153Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2827 | 2026-07-14T00:14:03.213Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2828 | 2026-07-14T00:14:03.542Z | Compiling tungstenite v0.23.0 |
| 2829 | 2026-07-14T00:14:04.745Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2830 | 2026-07-14T00:14:04.982Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2831 | 2026-07-14T00:14:05.904Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2832 | 2026-07-14T00:14:06.153Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2833 | 2026-07-14T00:14:06.192Z | Compiling nix v0.27.1 |
| 2834 | 2026-07-14T00:14:06.389Z | Compiling twox-hash v2.1.2 |
| 2835 | 2026-07-14T00:14:06.783Z | Compiling serde_bytes v0.11.19 |
| 2836 | 2026-07-14T00:14:06.963Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2837 | 2026-07-14T00:14:07.094Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2838 | 2026-07-14T00:14:07.117Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2839 | 2026-07-14T00:14:07.358Z | Compiling tokio-tungstenite v0.23.1 |
| 2840 | 2026-07-14T00:14:07.572Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2841 | 2026-07-14T00:14:07.731Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2842 | 2026-07-14T00:14:07.885Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2843 | 2026-07-14T00:14:09.277Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2844 | 2026-07-14T00:14:09.916Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2845 | 2026-07-14T00:14:11.756Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2846 | 2026-07-14T00:14:11.781Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2847 | 2026-07-14T00:14:12.171Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2848 | 2026-07-14T00:14:12.515Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2849 | 2026-07-14T00:14:12.708Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2850 | 2026-07-14T00:14:12.810Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2851 | 2026-07-14T00:14:12.839Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2852 | 2026-07-14T00:14:13.398Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2853 | 2026-07-14T00:14:13.589Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2854 | 2026-07-14T00:14:14.337Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2855 | 2026-07-14T00:14:14.543Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2856 | 2026-07-14T00:14:16.088Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2857 | 2026-07-14T00:14:16.709Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2858 | 2026-07-14T00:14:17.120Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2859 | 2026-07-14T00:14:17.941Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2860 | 2026-07-14T00:14:19.344Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2861 | 2026-07-14T00:14:19.804Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2862 | 2026-07-14T00:14:20.053Z | Compiling fatfs v0.3.6 |
| 2863 | 2026-07-14T00:14:20.106Z | Compiling signal-hook-tokio v0.3.1 |
| 2864 | 2026-07-14T00:14:20.300Z | Compiling yasna v0.5.2 |
| 2865 | 2026-07-14T00:14:20.327Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2866 | 2026-07-14T00:14:20.363Z | Compiling assert_matches v1.5.0 |
| 2867 | 2026-07-14T00:14:20.385Z | Compiling is_ci v1.2.0 |
| 2868 | 2026-07-14T00:14:20.486Z | Compiling seq-macro v0.3.6 |
| 2869 | 2026-07-14T00:14:20.614Z | Compiling supports-color v3.0.2 |
| 2870 | 2026-07-14T00:14:20.893Z | Compiling rcgen v0.12.1 |
| 2871 | 2026-07-14T00:14:21.030Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2872 | 2026-07-14T00:14:21.302Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2873 | 2026-07-14T00:14:21.943Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2874 | 2026-07-14T00:14:22.614Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2875 | 2026-07-14T00:14:22.875Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2876 | 2026-07-14T00:14:23.132Z | Compiling port-file v0.1.0 |
| 2877 | 2026-07-14T00:14:23.471Z | Compiling subprocess v0.2.15 |
| 2878 | 2026-07-14T00:14:24.198Z | Compiling rtoolbox v0.0.3 |
| 2879 | 2026-07-14T00:14:24.486Z | Compiling rpassword v7.4.0 |
| 2880 | 2026-07-14T00:14:24.786Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2881 | 2026-07-14T00:14:25.371Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2882 | 2026-07-14T00:14:25.737Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2883 | 2026-07-14T00:14:25.784Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2884 | 2026-07-14T00:14:25.926Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2885 | 2026-07-14T00:14:27.864Z | Compiling tui-tree-widget v0.23.1 |
| 2886 | 2026-07-14T00:14:28.164Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2887 | 2026-07-14T00:14:28.198Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2888 | 2026-07-14T00:14:29.067Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2889 | 2026-07-14T00:14:29.313Z | Compiling uzers v0.12.2 |
| 2890 | 2026-07-14T00:14:29.959Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2891 | 2026-07-14T00:14:30.131Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2892 | 2026-07-14T00:14:30.779Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2893 | 2026-07-14T00:14:31.133Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2894 | 2026-07-14T00:14:34.186Z | Compiling support-bundle-viewer v0.1.2 |
| 2895 | 2026-07-14T00:14:34.712Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2896 | 2026-07-14T00:14:36.077Z | Compiling multimap v0.10.1 |
| 2897 | 2026-07-14T00:14:47.101Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2898 | 2026-07-14T00:14:56.010Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2899 | 2026-07-14T00:14:58.111Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2900 | 2026-07-14T00:14:58.341Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2901 | 2026-07-14T00:14:58.624Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2902 | 2026-07-14T00:24:25.117Z | Finished `release` profile [optimized] target(s) in 11m 35s |
| 2903 | 2026-07-14T00:25:30.708Z | |
| 2904 | 2026-07-14T00:25:30.708Z | real 12:42.584851155 |
| 2905 | 2026-07-14T00:25:30.708Z | user 1:21:40.304071144 |
| 2906 | 2026-07-14T00:25:30.712Z | sys 3:33.668089858 |
| 2907 | 2026-07-14T00:25:30.712Z | trap 1.758483382 |
| 2908 | 2026-07-14T00:25:30.712Z | tflt 2.674916817 |
| 2909 | 2026-07-14T00:25:30.712Z | dflt 18.264628397 |
| 2910 | 2026-07-14T00:25:30.712Z | kflt 0.049738225 |
| 2911 | 2026-07-14T00:25:30.712Z | lock 8:57:05.325749482 |
| 2912 | 2026-07-14T00:25:30.712Z | slp 2:23:59.921022216 |
| 2913 | 2026-07-14T00:25:30.712Z | lat 2:20.030850557 |
| 2914 | 2026-07-14T00:25:30.712Z | stop 5:07.676796397 |
| 2915 | 2026-07-14T00:25:30.712Z | + mapfile -t packages |
| 2916 | 2026-07-14T00:25:30.712Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2917 | 2026-07-14T00:25:31.611Z | Finished `release` profile [optimized] target(s) in 0.89s |
| 2918 | 2026-07-14T00:25:31.685Z | Running `target/release/omicron-package -t test list-outputs` |
| 2919 | 2026-07-14T00:25:31.742Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2920 | 2026-07-14T00:25:31.745Z | + ptime -m cargo build --locked --release -p xtask |
| 2921 | 2026-07-14T00:25:32.247Z | Compiling libc v0.2.185 |
| 2922 | 2026-07-14T00:25:32.247Z | Compiling serde_core v1.0.228 |
| 2923 | 2026-07-14T00:25:32.250Z | Compiling serde v1.0.228 |
| 2924 | 2026-07-14T00:25:32.251Z | Compiling rustix v1.1.3 |
| 2925 | 2026-07-14T00:25:32.251Z | Compiling bitflags v2.11.0 |
| 2926 | 2026-07-14T00:25:32.251Z | Compiling serde_json v1.0.150 |
| 2927 | 2026-07-14T00:25:32.373Z | Compiling usdt-impl v0.5.0 |
| 2928 | 2026-07-14T00:25:32.404Z | Compiling syn v2.0.117 |
| 2929 | 2026-07-14T00:25:32.404Z | Compiling syn v1.0.109 |
| 2930 | 2026-07-14T00:25:32.430Z | Compiling getrandom v0.4.1 |
| 2931 | 2026-07-14T00:25:32.430Z | Compiling log v0.4.29 |
| 2932 | 2026-07-14T00:25:32.430Z | Compiling indexmap v2.14.0 |
| 2933 | 2026-07-14T00:25:32.469Z | Compiling fs-err v3.3.0 |
| 2934 | 2026-07-14T00:25:32.609Z | Compiling once_cell v1.21.3 |
| 2935 | 2026-07-14T00:25:32.675Z | Compiling heck v0.4.1 |
| 2936 | 2026-07-14T00:25:32.700Z | Compiling anyhow v1.0.102 |
| 2937 | 2026-07-14T00:25:33.084Z | Compiling thread-id v4.2.2 |
| 2938 | 2026-07-14T00:25:33.094Z | Compiling errno v0.3.14 |
| 2939 | 2026-07-14T00:25:33.098Z | Compiling memmap v0.7.0 |
| 2940 | 2026-07-14T00:25:33.851Z | Compiling proc-macro-error v1.0.4 |
| 2941 | 2026-07-14T00:25:34.194Z | Compiling terminal_size v0.4.3 |
| 2942 | 2026-07-14T00:25:34.194Z | Compiling tempfile v3.25.0 |
| 2943 | 2026-07-14T00:25:34.206Z | Compiling tabled_derive v0.7.0 |
| 2944 | 2026-07-14T00:25:34.206Z | Compiling clap_builder v4.6.0 |
| 2945 | 2026-07-14T00:25:34.206Z | Compiling textwrap v0.16.2 |
| 2946 | 2026-07-14T00:25:34.528Z | Compiling pest_generator v2.8.6 |
| 2947 | 2026-07-14T00:25:34.585Z | Compiling camino v1.2.2 |
| 2948 | 2026-07-14T00:25:34.595Z | Compiling cargo-platform v0.3.2 |
| 2949 | 2026-07-14T00:25:34.607Z | Compiling semver v1.0.28 |
| 2950 | 2026-07-14T00:25:34.800Z | Compiling tabled v0.15.0 |
| 2951 | 2026-07-14T00:25:34.909Z | Compiling camino-tempfile v1.4.1 |
| 2952 | 2026-07-14T00:25:34.997Z | Compiling serde_derive v1.0.228 |
| 2953 | 2026-07-14T00:25:34.997Z | Compiling thiserror-impl v1.0.69 |
| 2954 | 2026-07-14T00:25:35.000Z | Compiling zerocopy-derive v0.7.35 |
| 2955 | 2026-07-14T00:25:35.000Z | Compiling scroll_derive v0.12.1 |
| 2956 | 2026-07-14T00:25:35.008Z | Compiling thiserror-impl v2.0.18 |
| 2957 | 2026-07-14T00:25:35.052Z | Compiling clap_derive v4.6.1 |
| 2958 | 2026-07-14T00:25:35.065Z | Compiling pest_derive v2.8.6 |
| 2959 | 2026-07-14T00:25:35.663Z | Compiling scroll v0.12.0 |
| 2960 | 2026-07-14T00:25:35.888Z | Compiling zerocopy v0.7.35 |
| 2961 | 2026-07-14T00:25:35.921Z | Compiling goblin v0.8.2 |
| 2962 | 2026-07-14T00:25:36.161Z | Compiling thiserror v1.0.69 |
| 2963 | 2026-07-14T00:25:36.227Z | Compiling thiserror v2.0.18 |
| 2964 | 2026-07-14T00:25:36.251Z | Compiling dtrace-parser v0.2.0 |
| 2965 | 2026-07-14T00:25:36.498Z | Compiling clap v4.6.1 |
| 2966 | 2026-07-14T00:25:38.243Z | Compiling dof v0.3.0 |
| 2967 | 2026-07-14T00:25:38.256Z | Compiling serde_tokenstream v0.2.3 |
| 2968 | 2026-07-14T00:25:38.256Z | Compiling serde_spanned v0.6.9 |
| 2969 | 2026-07-14T00:25:38.256Z | Compiling toml_datetime v0.6.11 |
| 2970 | 2026-07-14T00:25:38.268Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2971 | 2026-07-14T00:25:38.387Z | Compiling cargo_metadata v0.23.1 |
| 2972 | 2026-07-14T00:25:38.516Z | Compiling toml_edit v0.22.27 |
| 2973 | 2026-07-14T00:25:38.540Z | Compiling macaddr v1.0.1 |
| 2974 | 2026-07-14T00:25:38.917Z | Compiling usdt-attr-macro v0.5.0 |
| 2975 | 2026-07-14T00:25:38.918Z | Compiling usdt-macro v0.5.0 |
| 2976 | 2026-07-14T00:25:39.608Z | Compiling usdt v0.5.0 |
| 2977 | 2026-07-14T00:25:40.068Z | Compiling toml v0.8.23 |
| 2978 | 2026-07-14T00:25:40.496Z | Compiling cargo_toml v0.21.0 |
| 2979 | 2026-07-14T00:25:44.927Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2980 | 2026-07-14T00:25:48.142Z | Finished `release` profile [optimized] target(s) in 16.38s |
| 2981 | 2026-07-14T00:25:48.240Z | |
| 2982 | 2026-07-14T00:25:48.240Z | real 16.460002827 |
| 2983 | 2026-07-14T00:25:48.240Z | user 2:05.291534430 |
| 2984 | 2026-07-14T00:25:48.240Z | sys 14.197500004 |
| 2985 | 2026-07-14T00:25:48.243Z | trap 0.066990405 |
| 2986 | 2026-07-14T00:25:48.243Z | tflt 0.419860657 |
| 2987 | 2026-07-14T00:25:48.243Z | dflt 1.471537948 |
| 2988 | 2026-07-14T00:25:48.243Z | kflt 0.000036330 |
| 2989 | 2026-07-14T00:25:48.243Z | lock 4:27.653076666 |
| 2990 | 2026-07-14T00:25:48.243Z | slp 2:44.377637740 |
| 2991 | 2026-07-14T00:25:48.243Z | lat 4.007862352 |
| 2992 | 2026-07-14T00:25:48.243Z | stop 15.180863556 |
| 2993 | 2026-07-14T00:25:48.243Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2994 | 2026-07-14T00:25:48.243Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2995 | 2026-07-14T00:25:48.244Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2996 | 2026-07-14T00:25:48.244Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2997 | 2026-07-14T00:25:48.244Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2998 | 2026-07-14T00:25:49.149Z | Compiling progenitor-client v0.14.0 |
| 2999 | 2026-07-14T00:25:49.149Z | Compiling newtype-uuid-macros v0.1.0 |
| 3000 | 2026-07-14T00:25:49.149Z | Compiling match_cfg v0.1.0 |
| 3001 | 2026-07-14T00:25:49.152Z | Compiling slog-json v2.6.1 |
| 3002 | 2026-07-14T00:25:49.152Z | Compiling structmeta-derive v0.3.0 |
| 3003 | 2026-07-14T00:25:49.153Z | Compiling sha1 v0.11.0 |
| 3004 | 2026-07-14T00:25:49.153Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3005 | 2026-07-14T00:25:49.327Z | Compiling multer v3.1.0 |
| 3006 | 2026-07-14T00:25:49.330Z | Compiling debug-ignore v1.0.5 |
| 3007 | 2026-07-14T00:25:49.330Z | Compiling compression-core v0.4.31 |
| 3008 | 2026-07-14T00:25:49.330Z | Compiling itertools v0.14.0 |
| 3009 | 2026-07-14T00:25:49.330Z | Compiling async-stream-impl v0.3.6 |
| 3010 | 2026-07-14T00:25:49.330Z | Compiling serde_spanned v1.1.1 |
| 3011 | 2026-07-14T00:25:49.330Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3012 | 2026-07-14T00:25:49.346Z | Compiling dropshot v0.17.1 |
| 3013 | 2026-07-14T00:25:49.351Z | Compiling hostname v0.3.1 |
| 3014 | 2026-07-14T00:25:49.358Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3015 | 2026-07-14T00:25:49.555Z | Compiling slog-bunyan v2.5.0 |
| 3016 | 2026-07-14T00:25:49.559Z | Compiling compression-codecs v0.4.37 |
| 3017 | 2026-07-14T00:25:49.607Z | Compiling waitgroup v0.1.2 |
| 3018 | 2026-07-14T00:25:49.607Z | Compiling rustls-pemfile v2.2.0 |
| 3019 | 2026-07-14T00:25:49.611Z | Compiling dropshot_endpoint v0.17.1 |
| 3020 | 2026-07-14T00:25:49.645Z | Compiling hostname v0.4.2 |
| 3021 | 2026-07-14T00:25:49.691Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3022 | 2026-07-14T00:25:49.741Z | Compiling serde_path_to_error v0.1.20 |
| 3023 | 2026-07-14T00:25:50.253Z | Compiling atomicwrites v0.4.4 |
| 3024 | 2026-07-14T00:25:50.269Z | Compiling async-compression v0.4.41 |
| 3025 | 2026-07-14T00:25:50.269Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3026 | 2026-07-14T00:25:50.269Z | Compiling macaddr v1.0.1 |
| 3027 | 2026-07-14T00:25:50.269Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3028 | 2026-07-14T00:25:50.269Z | Compiling instant v0.1.13 |
| 3029 | 2026-07-14T00:25:50.269Z | Compiling regress v0.10.5 |
| 3030 | 2026-07-14T00:25:50.269Z | Compiling backon v1.6.0 |
| 3031 | 2026-07-14T00:25:50.269Z | Compiling backoff v0.4.0 |
| 3032 | 2026-07-14T00:25:50.269Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3033 | 2026-07-14T00:25:50.269Z | Compiling humantime v2.3.0 |
| 3034 | 2026-07-14T00:25:50.269Z | Compiling half v2.7.1 |
| 3035 | 2026-07-14T00:25:50.269Z | Compiling ciborium-io v0.2.2 |
| 3036 | 2026-07-14T00:25:50.269Z | Compiling async-stream v0.3.6 |
| 3037 | 2026-07-14T00:25:50.269Z | Compiling progenitor-extras v0.2.0 |
| 3038 | 2026-07-14T00:25:50.269Z | Compiling crucible-workspace-hack v0.1.0 |
| 3039 | 2026-07-14T00:25:50.269Z | Compiling regress v0.11.1 |
| 3040 | 2026-07-14T00:25:50.269Z | Compiling convert_case v0.4.0 |
| 3041 | 2026-07-14T00:25:50.334Z | Compiling secrecy v0.10.3 |
| 3042 | 2026-07-14T00:25:50.346Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3043 | 2026-07-14T00:25:50.363Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3044 | 2026-07-14T00:25:50.367Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3045 | 2026-07-14T00:25:50.409Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3046 | 2026-07-14T00:25:50.442Z | Compiling ciborium-ll v0.2.2 |
| 3047 | 2026-07-14T00:25:50.459Z | Compiling inout v0.1.4 |
| 3048 | 2026-07-14T00:25:50.499Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3049 | 2026-07-14T00:25:50.518Z | Compiling structmeta v0.3.0 |
| 3050 | 2026-07-14T00:25:50.520Z | Compiling unsafe-libyaml v0.2.11 |
| 3051 | 2026-07-14T00:25:50.550Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3052 | 2026-07-14T00:25:50.570Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3053 | 2026-07-14T00:25:50.650Z | Compiling ciborium v0.2.2 |
| 3054 | 2026-07-14T00:25:50.667Z | Compiling derive_more v0.99.20 |
| 3055 | 2026-07-14T00:25:50.682Z | Compiling cipher v0.4.4 |
| 3056 | 2026-07-14T00:25:50.719Z | Compiling universal-hash v0.5.1 |
| 3057 | 2026-07-14T00:25:50.738Z | Compiling opaque-debug v0.3.1 |
| 3058 | 2026-07-14T00:25:50.760Z | Compiling derive-ex v0.1.8 |
| 3059 | 2026-07-14T00:25:50.775Z | Compiling parse-display-derive v0.10.0 |
| 3060 | 2026-07-14T00:25:50.794Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3061 | 2026-07-14T00:25:50.827Z | Compiling byte-wrapper v0.1.0 |
| 3062 | 2026-07-14T00:25:50.878Z | Compiling poly1305 v0.8.0 |
| 3063 | 2026-07-14T00:25:50.965Z | Compiling chacha20 v0.9.1 |
| 3064 | 2026-07-14T00:25:51.040Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3065 | 2026-07-14T00:25:51.092Z | Compiling serde_yaml v0.9.34+deprecated |
| 3066 | 2026-07-14T00:25:51.195Z | Compiling blake2 v0.10.6 |
| 3067 | 2026-07-14T00:25:51.250Z | Compiling aead v0.5.2 |
| 3068 | 2026-07-14T00:25:51.268Z | Compiling password-hash v0.5.0 |
| 3069 | 2026-07-14T00:25:51.271Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3070 | 2026-07-14T00:25:51.307Z | Compiling indent_write v2.2.0 |
| 3071 | 2026-07-14T00:25:51.472Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3072 | 2026-07-14T00:25:51.489Z | Compiling chacha20poly1305 v0.10.1 |
| 3073 | 2026-07-14T00:25:51.555Z | Compiling argon2 v0.5.3 |
| 3074 | 2026-07-14T00:25:51.671Z | Compiling heapless v0.8.0 |
| 3075 | 2026-07-14T00:25:51.687Z | Compiling ingot-macros v0.1.1 |
| 3076 | 2026-07-14T00:25:51.705Z | Compiling tabwriter v1.4.1 |
| 3077 | 2026-07-14T00:25:51.782Z | Compiling hash32 v0.3.1 |
| 3078 | 2026-07-14T00:25:51.856Z | Compiling thiserror-no-std v2.0.2 |
| 3079 | 2026-07-14T00:25:51.969Z | Compiling typify-impl v0.6.2 |
| 3080 | 2026-07-14T00:25:51.972Z | Compiling vsss-rs v3.3.4 |
| 3081 | 2026-07-14T00:25:51.972Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3082 | 2026-07-14T00:25:52.020Z | Compiling proc-macro-crate v3.4.0 |
| 3083 | 2026-07-14T00:25:52.479Z | Compiling smoltcp v0.11.0 |
| 3084 | 2026-07-14T00:25:52.533Z | Compiling test-strategy v0.4.5 |
| 3085 | 2026-07-14T00:25:52.553Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3086 | 2026-07-14T00:25:52.571Z | Compiling parse-display v0.10.0 |
| 3087 | 2026-07-14T00:25:52.597Z | Compiling num_enum_derive v0.7.6 |
| 3088 | 2026-07-14T00:25:52.759Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3089 | 2026-07-14T00:25:52.848Z | Compiling cobs v0.3.0 |
| 3090 | 2026-07-14T00:25:52.892Z | Compiling colored v3.1.1 |
| 3091 | 2026-07-14T00:25:52.911Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3092 | 2026-07-14T00:25:52.928Z | Compiling proc-macro-error v1.0.4 |
| 3093 | 2026-07-14T00:25:53.091Z | Compiling postcard v1.1.3 |
| 3094 | 2026-07-14T00:25:53.178Z | Compiling rand v0.10.1 |
| 3095 | 2026-07-14T00:25:53.197Z | Compiling proc-macro-crate v1.3.1 |
| 3096 | 2026-07-14T00:25:53.222Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3097 | 2026-07-14T00:25:53.270Z | Compiling foreign-types-macros v0.2.3 |
| 3098 | 2026-07-14T00:25:53.270Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3099 | 2026-07-14T00:25:53.321Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3100 | 2026-07-14T00:25:53.469Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3101 | 2026-07-14T00:25:53.532Z | Compiling rayon-core v1.13.0 |
| 3102 | 2026-07-14T00:25:53.548Z | Compiling foreign-types-shared v0.3.1 |
| 3103 | 2026-07-14T00:25:53.653Z | Compiling num_enum_derive v0.5.11 |
| 3104 | 2026-07-14T00:25:53.664Z | Compiling crossbeam-deque v0.8.6 |
| 3105 | 2026-07-14T00:25:53.684Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3106 | 2026-07-14T00:25:53.742Z | Compiling num_enum v0.7.6 |
| 3107 | 2026-07-14T00:25:53.762Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3108 | 2026-07-14T00:25:53.778Z | Compiling cstr-argument v0.1.2 |
| 3109 | 2026-07-14T00:25:53.825Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3110 | 2026-07-14T00:25:53.895Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3111 | 2026-07-14T00:25:53.942Z | Compiling foreign-types v0.5.0 |
| 3112 | 2026-07-14T00:25:53.979Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3113 | 2026-07-14T00:25:54.042Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3114 | 2026-07-14T00:25:54.089Z | Compiling zone_cfg_derive v0.3.1 |
| 3115 | 2026-07-14T00:25:54.126Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3116 | 2026-07-14T00:25:54.130Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3117 | 2026-07-14T00:25:54.160Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3118 | 2026-07-14T00:25:54.176Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3119 | 2026-07-14T00:25:54.278Z | Compiling itertools v0.12.1 |
| 3120 | 2026-07-14T00:25:54.331Z | Compiling rayon v1.11.0 |
| 3121 | 2026-07-14T00:25:54.336Z | Compiling num-derive v0.4.2 |
| 3122 | 2026-07-14T00:25:54.435Z | Compiling sigpipe v0.1.3 |
| 3123 | 2026-07-14T00:25:54.451Z | Compiling cpubits v0.1.1 |
| 3124 | 2026-07-14T00:25:54.491Z | Compiling glob v0.3.3 |
| 3125 | 2026-07-14T00:25:54.550Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3126 | 2026-07-14T00:25:54.565Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3127 | 2026-07-14T00:25:54.657Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3128 | 2026-07-14T00:25:54.726Z | Compiling ingot-types v0.1.2 |
| 3129 | 2026-07-14T00:25:54.765Z | Compiling num_enum v0.5.11 |
| 3130 | 2026-07-14T00:25:54.779Z | Compiling smf v0.2.3 |
| 3131 | 2026-07-14T00:25:54.824Z | Compiling whoami v1.6.1 |
| 3132 | 2026-07-14T00:25:54.843Z | Compiling usdt-attr-macro v0.5.0 |
| 3133 | 2026-07-14T00:25:54.860Z | Compiling usdt-macro v0.5.0 |
| 3134 | 2026-07-14T00:25:54.913Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3135 | 2026-07-14T00:25:54.931Z | Compiling gethostname v0.5.0 |
| 3136 | 2026-07-14T00:25:54.936Z | Compiling num-rational v0.4.2 |
| 3137 | 2026-07-14T00:25:55.103Z | Compiling pem-rfc7468 v1.0.0 |
| 3138 | 2026-07-14T00:25:55.176Z | Compiling ingot v0.1.1 |
| 3139 | 2026-07-14T00:25:55.261Z | Compiling num-complex v0.4.6 |
| 3140 | 2026-07-14T00:25:55.342Z | Compiling memmap v0.7.0 |
| 3141 | 2026-07-14T00:25:55.435Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3142 | 2026-07-14T00:25:55.457Z | Compiling derive-where v1.6.0 |
| 3143 | 2026-07-14T00:25:55.480Z | Compiling zone v0.3.1 |
| 3144 | 2026-07-14T00:25:55.551Z | Compiling float-ord v0.3.2 |
| 3145 | 2026-07-14T00:25:55.569Z | Compiling toml v0.8.23 |
| 3146 | 2026-07-14T00:25:55.603Z | Compiling hmac v0.13.0 |
| 3147 | 2026-07-14T00:25:55.688Z | Compiling num v0.4.3 |
| 3148 | 2026-07-14T00:25:55.707Z | Compiling universal-hash v0.6.1 |
| 3149 | 2026-07-14T00:25:55.712Z | Compiling resolv-conf v0.7.6 |
| 3150 | 2026-07-14T00:25:55.739Z | Compiling usdt v0.5.0 |
| 3151 | 2026-07-14T00:25:55.784Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3152 | 2026-07-14T00:25:55.817Z | Compiling cancel-safe-futures v0.1.5 |
| 3153 | 2026-07-14T00:25:55.837Z | Compiling owo-colors v4.3.0 |
| 3154 | 2026-07-14T00:25:55.874Z | Compiling polyval v0.7.1 |
| 3155 | 2026-07-14T00:25:55.938Z | Compiling der v0.8.0 |
| 3156 | 2026-07-14T00:25:55.957Z | Compiling libsw-core v0.3.2 |
| 3157 | 2026-07-14T00:25:56.039Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3158 | 2026-07-14T00:25:56.102Z | Compiling prettyplease v0.2.37 |
| 3159 | 2026-07-14T00:25:56.148Z | Compiling libsw v3.5.0 |
| 3160 | 2026-07-14T00:25:56.165Z | Compiling ghash v0.6.0 |
| 3161 | 2026-07-14T00:25:56.184Z | Compiling pbkdf2 v0.13.0 |
| 3162 | 2026-07-14T00:25:56.208Z | Compiling aes v0.9.1 |
| 3163 | 2026-07-14T00:25:56.249Z | Compiling console v0.15.11 |
| 3164 | 2026-07-14T00:25:56.334Z | Compiling hickory-proto v0.24.4 |
| 3165 | 2026-07-14T00:25:56.352Z | Compiling newline-converter v0.3.0 |
| 3166 | 2026-07-14T00:25:56.371Z | Compiling ctr v0.10.1 |
| 3167 | 2026-07-14T00:25:56.409Z | Compiling aead v0.6.1 |
| 3168 | 2026-07-14T00:25:56.472Z | Compiling sha2 v0.11.0 |
| 3169 | 2026-07-14T00:25:56.501Z | Compiling linked-hash-map v0.5.6 |
| 3170 | 2026-07-14T00:25:56.579Z | Compiling typify-macro v0.6.2 |
| 3171 | 2026-07-14T00:25:56.600Z | Compiling libefi-sys v0.1.0 |
| 3172 | 2026-07-14T00:25:56.626Z | Compiling linear-map v1.2.0 |
| 3173 | 2026-07-14T00:25:56.649Z | Compiling aes-gcm v0.11.0 |
| 3174 | 2026-07-14T00:25:56.725Z | Compiling lru-cache v0.1.2 |
| 3175 | 2026-07-14T00:25:56.839Z | Compiling expectorate v1.2.0 |
| 3176 | 2026-07-14T00:25:56.881Z | Compiling spki v0.8.0 |
| 3177 | 2026-07-14T00:25:56.912Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3178 | 2026-07-14T00:25:56.939Z | Compiling crypto-bigint v0.7.5 |
| 3179 | 2026-07-14T00:25:56.939Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3180 | 2026-07-14T00:25:57.033Z | Compiling cbc v0.2.1 |
| 3181 | 2026-07-14T00:25:57.052Z | Compiling salsa20 v0.11.0 |
| 3182 | 2026-07-14T00:25:57.118Z | Compiling bitfield-struct v0.6.2 |
| 3183 | 2026-07-14T00:25:57.154Z | Compiling nom v8.0.0 |
| 3184 | 2026-07-14T00:25:57.214Z | Compiling semver v0.1.20 |
| 3185 | 2026-07-14T00:25:57.235Z | Compiling scrypt v0.12.0 |
| 3186 | 2026-07-14T00:25:57.270Z | Compiling tokio-dtrace v0.1.1 |
| 3187 | 2026-07-14T00:25:57.342Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3188 | 2026-07-14T00:25:57.474Z | Compiling rustc_version v0.1.7 |
| 3189 | 2026-07-14T00:25:57.540Z | Compiling slog-dtrace v0.3.0 |
| 3190 | 2026-07-14T00:25:57.558Z | Compiling minimal-lexical v0.2.1 |
| 3191 | 2026-07-14T00:25:57.580Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3192 | 2026-07-14T00:25:57.679Z | Compiling oxide-tokio-rt v0.1.4 |
| 3193 | 2026-07-14T00:25:57.695Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3194 | 2026-07-14T00:25:57.743Z | Compiling newtype_derive v0.1.6 |
| 3195 | 2026-07-14T00:25:57.849Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3196 | 2026-07-14T00:25:57.865Z | Compiling nom v7.1.3 |
| 3197 | 2026-07-14T00:25:57.935Z | Compiling pkcs5 v0.8.1 |
| 3198 | 2026-07-14T00:25:57.992Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3199 | 2026-07-14T00:25:58.012Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3200 | 2026-07-14T00:25:58.085Z | Compiling phf_shared v0.12.1 |
| 3201 | 2026-07-14T00:25:58.089Z | Compiling csv-core v0.1.13 |
| 3202 | 2026-07-14T00:25:58.168Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3203 | 2026-07-14T00:25:58.294Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3204 | 2026-07-14T00:25:58.346Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3205 | 2026-07-14T00:25:58.363Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3206 | 2026-07-14T00:25:58.393Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3207 | 2026-07-14T00:25:58.434Z | Compiling typify v0.6.2 |
| 3208 | 2026-07-14T00:25:58.501Z | Compiling hickory-resolver v0.24.4 |
| 3209 | 2026-07-14T00:25:58.579Z | Compiling progenitor-impl v0.14.0 |
| 3210 | 2026-07-14T00:25:58.610Z | Compiling unicode-xid v0.2.6 |
| 3211 | 2026-07-14T00:25:58.625Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3212 | 2026-07-14T00:25:58.636Z | Compiling highway v1.3.0 |
| 3213 | 2026-07-14T00:25:58.712Z | Compiling chrono-tz v0.10.4 |
| 3214 | 2026-07-14T00:25:58.756Z | Compiling xshell-macros v0.2.7 |
| 3215 | 2026-07-14T00:25:59.024Z | Compiling const_format_proc_macros v0.2.34 |
| 3216 | 2026-07-14T00:25:59.037Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3217 | 2026-07-14T00:25:59.201Z | Compiling xshell v0.2.7 |
| 3218 | 2026-07-14T00:25:59.275Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3219 | 2026-07-14T00:25:59.323Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3220 | 2026-07-14T00:25:59.511Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3221 | 2026-07-14T00:25:59.607Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3222 | 2026-07-14T00:25:59.738Z | Compiling qorb v0.4.1 |
| 3223 | 2026-07-14T00:25:59.795Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3224 | 2026-07-14T00:25:59.870Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3225 | 2026-07-14T00:25:59.934Z | Compiling csv v1.4.0 |
| 3226 | 2026-07-14T00:26:00.021Z | Compiling pkcs8 v0.11.0 |
| 3227 | 2026-07-14T00:26:00.039Z | Compiling phf v0.12.1 |
| 3228 | 2026-07-14T00:26:00.156Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3229 | 2026-07-14T00:26:00.227Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3230 | 2026-07-14T00:26:00.440Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3231 | 2026-07-14T00:26:00.507Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3232 | 2026-07-14T00:26:00.525Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3233 | 2026-07-14T00:26:00.624Z | Compiling const_format v0.2.35 |
| 3234 | 2026-07-14T00:26:00.677Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3235 | 2026-07-14T00:26:00.776Z | Compiling tabled_derive v0.7.0 |
| 3236 | 2026-07-14T00:26:00.794Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3237 | 2026-07-14T00:26:00.971Z | Compiling bcs v0.1.6 |
| 3238 | 2026-07-14T00:26:01.299Z | Compiling ff v0.14.0 |
| 3239 | 2026-07-14T00:26:01.335Z | Compiling salty v0.3.0 |
| 3240 | 2026-07-14T00:26:01.354Z | Compiling termtree v0.5.1 |
| 3241 | 2026-07-14T00:26:01.356Z | Compiling progenitor-macro v0.14.0 |
| 3242 | 2026-07-14T00:26:01.476Z | Compiling tagptr v0.2.0 |
| 3243 | 2026-07-14T00:26:01.561Z | Compiling textwrap v0.16.2 |
| 3244 | 2026-07-14T00:26:01.660Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3245 | 2026-07-14T00:26:01.677Z | Compiling moka v0.12.13 |
| 3246 | 2026-07-14T00:26:01.735Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3247 | 2026-07-14T00:26:01.825Z | Compiling tabled v0.15.0 |
| 3248 | 2026-07-14T00:26:01.842Z | Compiling steno v0.4.1 |
| 3249 | 2026-07-14T00:26:01.920Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3250 | 2026-07-14T00:26:01.943Z | Compiling sha1 v0.10.6 |
| 3251 | 2026-07-14T00:26:01.983Z | Compiling signature v3.0.0 |
| 3252 | 2026-07-14T00:26:02.020Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3253 | 2026-07-14T00:26:02.072Z | Compiling base64 v0.21.7 |
| 3254 | 2026-07-14T00:26:02.089Z | Compiling base16ct v1.0.0 |
| 3255 | 2026-07-14T00:26:02.200Z | Compiling radium v0.7.0 |
| 3256 | 2026-07-14T00:26:02.238Z | Compiling sec1 v0.8.1 |
| 3257 | 2026-07-14T00:26:02.310Z | Compiling group v0.14.0 |
| 3258 | 2026-07-14T00:26:02.449Z | Compiling hickory-resolver v0.25.2 |
| 3259 | 2026-07-14T00:26:02.514Z | Compiling hkdf v0.13.0 |
| 3260 | 2026-07-14T00:26:02.529Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3261 | 2026-07-14T00:26:02.557Z | Compiling rfc6979 v0.4.0 |
| 3262 | 2026-07-14T00:26:02.583Z | Compiling maybe-uninit v2.0.0 |
| 3263 | 2026-07-14T00:26:02.610Z | Compiling tap v1.0.1 |
| 3264 | 2026-07-14T00:26:02.655Z | Compiling elliptic-curve v0.14.0-rc.33 |
| 3265 | 2026-07-14T00:26:02.711Z | Compiling wyz v0.5.1 |
| 3266 | 2026-07-14T00:26:02.714Z | Compiling ecdsa v0.16.9 |
| 3267 | 2026-07-14T00:26:03.016Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3268 | 2026-07-14T00:26:03.020Z | Compiling primeorder v0.13.6 |
| 3269 | 2026-07-14T00:26:03.020Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3270 | 2026-07-14T00:26:03.181Z | Compiling utf-8 v0.7.6 |
| 3271 | 2026-07-14T00:26:03.317Z | Compiling funty v2.0.0 |
| 3272 | 2026-07-14T00:26:03.321Z | Compiling packed_struct v0.10.1 |
| 3273 | 2026-07-14T00:26:03.389Z | Compiling parking_lot_core v0.8.6 |
| 3274 | 2026-07-14T00:26:03.431Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3275 | 2026-07-14T00:26:03.498Z | Compiling proc-macro-error2 v2.0.1 |
| 3276 | 2026-07-14T00:26:03.674Z | Compiling bitvec v1.0.1 |
| 3277 | 2026-07-14T00:26:03.705Z | Compiling tungstenite v0.21.0 |
| 3278 | 2026-07-14T00:26:03.737Z | Compiling p384 v0.13.1 |
| 3279 | 2026-07-14T00:26:03.949Z | Compiling rfc6979 v0.5.0 |
| 3280 | 2026-07-14T00:26:03.965Z | Compiling git-stub v1.0.0 |
| 3281 | 2026-07-14T00:26:04.126Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3282 | 2026-07-14T00:26:04.266Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3283 | 2026-07-14T00:26:04.271Z | Compiling num-derive v0.3.3 |
| 3284 | 2026-07-14T00:26:04.360Z | Compiling packed_struct_codegen v0.10.1 |
| 3285 | 2026-07-14T00:26:04.398Z | Compiling zerocopy-derive v0.6.6 |
| 3286 | 2026-07-14T00:26:04.430Z | Compiling bitfield-macros v0.19.4 |
| 3287 | 2026-07-14T00:26:04.611Z | Compiling indexmap v1.9.3 |
| 3288 | 2026-07-14T00:26:04.611Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3289 | 2026-07-14T00:26:04.661Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3290 | 2026-07-14T00:26:04.687Z | Compiling nodrop v0.1.14 |
| 3291 | 2026-07-14T00:26:04.706Z | Compiling crc-catalog v2.4.0 |
| 3292 | 2026-07-14T00:26:04.816Z | Compiling crc v3.4.0 |
| 3293 | 2026-07-14T00:26:04.834Z | Compiling array-init v0.0.4 |
| 3294 | 2026-07-14T00:26:04.969Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3295 | 2026-07-14T00:26:05.000Z | Compiling tokio-tungstenite v0.21.0 |
| 3296 | 2026-07-14T00:26:05.063Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3297 | 2026-07-14T00:26:05.083Z | Compiling git-stub-vcs v0.1.0 |
| 3298 | 2026-07-14T00:26:05.205Z | Compiling ecdsa v0.17.0-rc.18 |
| 3299 | 2026-07-14T00:26:05.223Z | Compiling smallvec v0.6.14 |
| 3300 | 2026-07-14T00:26:05.241Z | Compiling bitfield v0.19.4 |
| 3301 | 2026-07-14T00:26:05.278Z | Compiling tabled_derive v0.11.0 |
| 3302 | 2026-07-14T00:26:05.348Z | Compiling libscf-sys v1.1.0 |
| 3303 | 2026-07-14T00:26:05.383Z | Compiling zerocopy v0.6.6 |
| 3304 | 2026-07-14T00:26:05.479Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3305 | 2026-07-14T00:26:05.491Z | Compiling primeorder v0.14.0-rc.10 |
| 3306 | 2026-07-14T00:26:05.528Z | Compiling primefield v0.14.0 |
| 3307 | 2026-07-14T00:26:05.598Z | Compiling progenitor-impl v0.13.0 |
| 3308 | 2026-07-14T00:26:05.664Z | Compiling papergrid v0.17.0 |
| 3309 | 2026-07-14T00:26:05.671Z | Compiling testing_table v0.3.0 |
| 3310 | 2026-07-14T00:26:05.737Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3311 | 2026-07-14T00:26:05.753Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3312 | 2026-07-14T00:26:05.805Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 3313 | 2026-07-14T00:26:05.848Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3314 | 2026-07-14T00:26:05.872Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3315 | 2026-07-14T00:26:05.915Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3316 | 2026-07-14T00:26:06.062Z | Compiling unicase v2.9.0 |
| 3317 | 2026-07-14T00:26:06.125Z | Compiling corncobs v0.1.4 |
| 3318 | 2026-07-14T00:26:06.163Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3319 | 2026-07-14T00:26:06.205Z | Compiling hashbrown v0.12.3 |
| 3320 | 2026-07-14T00:26:06.277Z | Compiling mime_guess v2.0.5 |
| 3321 | 2026-07-14T00:26:06.301Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3322 | 2026-07-14T00:26:06.366Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3323 | 2026-07-14T00:26:06.399Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3324 | 2026-07-14T00:26:06.443Z | Compiling parking_lot v0.11.2 |
| 3325 | 2026-07-14T00:26:06.542Z | Compiling progenitor v0.14.0 |
| 3326 | 2026-07-14T00:26:06.559Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3327 | 2026-07-14T00:26:06.618Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3328 | 2026-07-14T00:26:06.722Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3329 | 2026-07-14T00:26:06.739Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3330 | 2026-07-14T00:26:06.739Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3331 | 2026-07-14T00:26:06.775Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3332 | 2026-07-14T00:26:06.792Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3333 | 2026-07-14T00:26:06.902Z | Compiling tabled v0.20.0 |
| 3334 | 2026-07-14T00:26:06.939Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3335 | 2026-07-14T00:26:06.948Z | Compiling serde-hex v0.1.0 |
| 3336 | 2026-07-14T00:26:07.205Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3337 | 2026-07-14T00:26:07.255Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3338 | 2026-07-14T00:26:07.275Z | Compiling ron v0.8.1 |
| 3339 | 2026-07-14T00:26:07.374Z | Compiling ssh-encoding v0.3.0-rc.9 |
| 3340 | 2026-07-14T00:26:07.410Z | Compiling hashbrown v0.13.2 |
| 3341 | 2026-07-14T00:26:07.452Z | Compiling progenitor-client v0.13.0 |
| 3342 | 2026-07-14T00:26:07.529Z | Compiling prefix-trie v0.7.0 |
| 3343 | 2026-07-14T00:26:07.746Z | Compiling fxhash v0.2.1 |
| 3344 | 2026-07-14T00:26:07.800Z | Compiling secrecy v0.8.0 |
| 3345 | 2026-07-14T00:26:07.919Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3346 | 2026-07-14T00:26:07.936Z | Compiling crc-any v2.5.0 |
| 3347 | 2026-07-14T00:26:08.019Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3348 | 2026-07-14T00:26:08.164Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3349 | 2026-07-14T00:26:08.203Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3350 | 2026-07-14T00:26:08.237Z | Compiling progenitor-macro v0.13.0 |
| 3351 | 2026-07-14T00:26:08.289Z | Compiling sled v0.34.7 |
| 3352 | 2026-07-14T00:26:08.311Z | Compiling hickory-server v0.25.2 |
| 3353 | 2026-07-14T00:26:08.976Z | Compiling object v0.30.4 |
| 3354 | 2026-07-14T00:26:09.090Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3355 | 2026-07-14T00:26:09.177Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3356 | 2026-07-14T00:26:09.339Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3357 | 2026-07-14T00:26:09.426Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3358 | 2026-07-14T00:26:09.672Z | Compiling ed25519 v3.0.0 |
| 3359 | 2026-07-14T00:26:10.028Z | Compiling crypto-primes v0.7.2 |
| 3360 | 2026-07-14T00:26:10.052Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3361 | 2026-07-14T00:26:10.280Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3362 | 2026-07-14T00:26:10.609Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3363 | 2026-07-14T00:26:10.665Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3364 | 2026-07-14T00:26:10.810Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3365 | 2026-07-14T00:26:10.829Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3366 | 2026-07-14T00:26:11.123Z | Compiling poly1305 v0.9.0 |
| 3367 | 2026-07-14T00:26:11.152Z | Compiling blowfish v0.10.0 |
| 3368 | 2026-07-14T00:26:11.262Z | Compiling blake2 v0.11.0-rc.6 |
| 3369 | 2026-07-14T00:26:11.364Z | Compiling keccak v0.2.0 |
| 3370 | 2026-07-14T00:26:11.384Z | Compiling fiat-crypto v0.3.0 |
| 3371 | 2026-07-14T00:26:11.426Z | Compiling half v1.8.3 |
| 3372 | 2026-07-14T00:26:11.553Z | Compiling crc8 v0.1.1 |
| 3373 | 2026-07-14T00:26:11.574Z | Compiling path-slash v0.1.5 |
| 3374 | 2026-07-14T00:26:11.765Z | Compiling http-range v0.1.5 |
| 3375 | 2026-07-14T00:26:11.770Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3376 | 2026-07-14T00:26:11.770Z | Compiling serde_cbor v0.11.2 |
| 3377 | 2026-07-14T00:26:11.824Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3378 | 2026-07-14T00:26:11.886Z | Compiling argon2 v0.6.0-rc.8 |
| 3379 | 2026-07-14T00:26:11.908Z | Compiling sha3 v0.11.0 |
| 3380 | 2026-07-14T00:26:11.946Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3381 | 2026-07-14T00:26:11.958Z | Compiling ssh-cipher v0.3.0-rc.9 |
| 3382 | 2026-07-14T00:26:12.017Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3383 | 2026-07-14T00:26:12.080Z | Compiling rsa v0.10.0-rc.18 |
| 3384 | 2026-07-14T00:26:12.278Z | Compiling ed25519-dalek v3.0.0-rc.0 |
| 3385 | 2026-07-14T00:26:12.386Z | Compiling illumos-nvpair v0.3.0 |
| 3386 | 2026-07-14T00:26:12.632Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3387 | 2026-07-14T00:26:12.677Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3388 | 2026-07-14T00:26:17.126Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3389 | 2026-07-14T00:26:17.137Z | Compiling p256 v0.14.0-rc.10 |
| 3390 | 2026-07-14T00:26:17.138Z | Compiling p521 v0.14.0-rc.10 |
| 3391 | 2026-07-14T00:26:17.138Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3392 | 2026-07-14T00:26:17.138Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3393 | 2026-07-14T00:26:17.138Z | Compiling yasna v0.5.2 |
| 3394 | 2026-07-14T00:26:17.138Z | Compiling kstat-rs v0.2.4 |
| 3395 | 2026-07-14T00:26:17.138Z | Compiling headers-core v0.3.0 |
| 3396 | 2026-07-14T00:26:17.138Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3397 | 2026-07-14T00:26:17.138Z | Compiling progenitor v0.13.0 |
| 3398 | 2026-07-14T00:26:17.138Z | Compiling kem v0.3.0 |
| 3399 | 2026-07-14T00:26:17.138Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3400 | 2026-07-14T00:26:17.138Z | Compiling module-lattice v0.2.3 |
| 3401 | 2026-07-14T00:26:17.138Z | Compiling nanorand v0.7.0 |
| 3402 | 2026-07-14T00:26:17.138Z | Compiling atty v0.2.14 |
| 3403 | 2026-07-14T00:26:17.138Z | Compiling rcgen v0.12.1 |
| 3404 | 2026-07-14T00:26:17.138Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3405 | 2026-07-14T00:26:17.138Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3406 | 2026-07-14T00:26:17.138Z | Compiling ml-kem v0.3.2 |
| 3407 | 2026-07-14T00:26:17.138Z | Compiling flume v0.11.1 |
| 3408 | 2026-07-14T00:26:17.138Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3409 | 2026-07-14T00:26:17.138Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3410 | 2026-07-14T00:26:17.138Z | Compiling headers v0.4.1 |
| 3411 | 2026-07-14T00:26:17.138Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3412 | 2026-07-14T00:26:17.138Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3413 | 2026-07-14T00:26:17.138Z | Compiling hyper-staticfile v0.10.1 |
| 3414 | 2026-07-14T00:26:17.138Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3415 | 2026-07-14T00:26:17.138Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3416 | 2026-07-14T00:26:17.139Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3417 | 2026-07-14T00:26:17.139Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3418 | 2026-07-14T00:26:17.139Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3419 | 2026-07-14T00:26:17.139Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3420 | 2026-07-14T00:26:17.139Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3421 | 2026-07-14T00:26:17.139Z | Compiling russh-cryptovec v0.61.0 |
| 3422 | 2026-07-14T00:26:17.139Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3423 | 2026-07-14T00:26:17.139Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3424 | 2026-07-14T00:26:17.139Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3425 | 2026-07-14T00:26:17.139Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3426 | 2026-07-14T00:26:17.139Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3427 | 2026-07-14T00:26:17.139Z | Compiling port-file v0.1.0 |
| 3428 | 2026-07-14T00:26:17.139Z | Compiling num-bigint v0.4.6 |
| 3429 | 2026-07-14T00:26:17.139Z | Compiling generic-array v1.4.3 |
| 3430 | 2026-07-14T00:26:17.139Z | Compiling russh-util v0.52.0 |
| 3431 | 2026-07-14T00:26:17.139Z | Compiling enum_dispatch v0.3.13 |
| 3432 | 2026-07-14T00:26:17.139Z | Compiling delegate v0.13.5 |
| 3433 | 2026-07-14T00:26:17.139Z | Compiling subprocess v0.2.15 |
| 3434 | 2026-07-14T00:26:17.139Z | Compiling p384 v0.14.0-rc.10 |
| 3435 | 2026-07-14T00:26:17.139Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3436 | 2026-07-14T00:26:17.222Z | Compiling hex-literal v1.1.0 |
| 3437 | 2026-07-14T00:26:17.222Z | Compiling md5 v0.8.0 |
| 3438 | 2026-07-14T00:26:17.222Z | Compiling display-error-chain v0.2.2 |
| 3439 | 2026-07-14T00:26:17.260Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3440 | 2026-07-14T00:26:17.325Z | Compiling colored v2.2.0 |
| 3441 | 2026-07-14T00:26:17.386Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3442 | 2026-07-14T00:26:17.425Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3443 | 2026-07-14T00:26:17.454Z | Compiling socket2 v0.5.10 |
| 3444 | 2026-07-14T00:26:17.527Z | Compiling internet-checksum v0.2.1 |
| 3445 | 2026-07-14T00:26:18.305Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3446 | 2026-07-14T00:26:19.039Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3447 | 2026-07-14T00:26:19.062Z | Compiling ssh-key v0.7.0-rc.10 |
| 3448 | 2026-07-14T00:26:19.516Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3449 | 2026-07-14T00:26:20.237Z | Compiling russh v0.61.2 |
| 3450 | 2026-07-14T00:26:20.607Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3451 | 2026-07-14T00:26:21.863Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3452 | 2026-07-14T00:26:30.084Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3453 | 2026-07-14T00:26:30.084Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3454 | 2026-07-14T00:26:30.088Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3455 | 2026-07-14T00:26:30.088Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3456 | 2026-07-14T00:26:31.816Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3457 | 2026-07-14T00:26:31.861Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3458 | 2026-07-14T00:26:35.764Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3459 | 2026-07-14T00:27:14.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 3460 | 2026-07-14T00:27:14.996Z | |
| 3461 | 2026-07-14T00:27:14.999Z | real 1:26.691297670 |
| 3462 | 2026-07-14T00:27:15.000Z | user 8:41.378723204 |
| 3463 | 2026-07-14T00:27:15.000Z | sys 1:44.537398224 |
| 3464 | 2026-07-14T00:27:15.000Z | trap 0.262366574 |
| 3465 | 2026-07-14T00:27:15.000Z | tflt 0.424802628 |
| 3466 | 2026-07-14T00:27:15.000Z | dflt 1.589521903 |
| 3467 | 2026-07-14T00:27:15.000Z | kflt 0.000224600 |
| 3468 | 2026-07-14T00:27:15.000Z | lock 30:50.700774184 |
| 3469 | 2026-07-14T00:27:15.000Z | slp 19:57.413053118 |
| 3470 | 2026-07-14T00:27:15.000Z | lat 40.798646715 |
| 3471 | 2026-07-14T00:27:15.000Z | stop 3:01.778302471 |
| 3472 | 2026-07-14T00:27:15.000Z | + mkdir tests |
| 3473 | 2026-07-14T00:27:15.003Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3474 | 2026-07-14T00:27:15.003Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3475 | 2026-07-14T00:27:15.115Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a5e41a8bb35dd220 tests/ |
| 3476 | 2026-07-14T00:27:15.137Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-85e9f69d5c6b606c tests/ |
| 3477 | 2026-07-14T00:27:15.158Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-8716ca3985bbde44 tests/ |
| 3478 | 2026-07-14T00:27:15.178Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-100b0946bc11abae tests/ |
| 3479 | 2026-07-14T00:27:15.420Z | + 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) |
| 3480 | 2026-07-14T00:27:15.423Z | + 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-85e9f69d5c6b606c tests/commtest-8716ca3985bbde44 tests/dhcp_server-a5e41a8bb35dd220 tests/end_to_end_tests-100b0946bc11abae 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 |
| 3481 | 2026-07-14T00:28:35.216Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3482 | 2026-07-14T00:28:35.216Z | a .github/buildomat/ci-env.sh 1K |
| 3483 | 2026-07-14T00:28:35.216Z | a out/target/test 1K |
| 3484 | 2026-07-14T00:28:35.216Z | a out/npuzone/npuzone 27402K |
| 3485 | 2026-07-14T00:28:35.216Z | a package-manifest.toml 35K |
| 3486 | 2026-07-14T00:28:35.216Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3487 | 2026-07-14T00:28:35.216Z | a target/release/omicron-package 39870K |
| 3488 | 2026-07-14T00:28:35.216Z | a target/release/xtask 10468K |
| 3489 | 2026-07-14T00:28:35.216Z | a target/debug/bootstrap 348729K |
| 3490 | 2026-07-14T00:28:35.216Z | a tests/bootstrap-85e9f69d5c6b606c 31974K |
| 3491 | 2026-07-14T00:28:35.216Z | a tests/commtest-8716ca3985bbde44 32169K |
| 3492 | 2026-07-14T00:28:35.216Z | a tests/dhcp_server-a5e41a8bb35dd220 31974K |
| 3493 | 2026-07-14T00:28:35.216Z | a tests/end_to_end_tests-100b0946bc11abae 399330K |
| 3494 | 2026-07-14T00:28:35.217Z | a tools/opte_version 1K |
| 3495 | 2026-07-14T00:28:35.217Z | a tools/opte_version_override 2K |
| 3496 | 2026-07-14T00:28:35.217Z | a out/clickhouse.tar.gz 310266K |
| 3497 | 2026-07-14T00:28:35.217Z | a out/clickhouse_keeper.tar.gz 296735K |
| 3498 | 2026-07-14T00:28:35.217Z | a out/clickhouse_server.tar.gz 310263K |
| 3499 | 2026-07-14T00:28:35.217Z | a out/cockroachdb.tar.gz 161280K |
| 3500 | 2026-07-14T00:28:35.217Z | a out/crucible-pantry-zone.tar.gz 38664K |
| 3501 | 2026-07-14T00:28:35.217Z | a out/crucible-utils.tar 18900K |
| 3502 | 2026-07-14T00:28:35.217Z | a out/crucible-zone.tar.gz 53359K |
| 3503 | 2026-07-14T00:28:35.217Z | a out/external-dns.tar.gz 46258K |
| 3504 | 2026-07-14T00:28:35.218Z | a out/internal-dns.tar.gz 46258K |
| 3505 | 2026-07-14T00:28:35.218Z | a out/mg-ddm-gz.tar 102717K |
| 3506 | 2026-07-14T00:28:35.218Z | a out/nexus.tar.gz 273004K |
| 3507 | 2026-07-14T00:28:35.218Z | a out/ntp.tar.gz 29462K |
| 3508 | 2026-07-14T00:28:35.218Z | a out/omicron-gateway-softnpu.tar.gz 26763K |
| 3509 | 2026-07-14T00:28:35.218Z | a out/omicron-sled-agent.tar 191940K |
| 3510 | 2026-07-14T00:28:35.218Z | a out/overlay.tar.gz 4K |
| 3511 | 2026-07-14T00:28:35.218Z | a out/oximeter.tar.gz 59784K |
| 3512 | 2026-07-14T00:28:35.218Z | a out/oxlog.tar 3808K |
| 3513 | 2026-07-14T00:28:35.218Z | a out/probe.tar.gz 3037K |
| 3514 | 2026-07-14T00:28:35.218Z | a out/propolis-server.tar.gz 34372K |
| 3515 | 2026-07-14T00:28:35.218Z | a out/pumpkind-gz.tar 26647K |
| 3516 | 2026-07-14T00:28:35.218Z | a out/switch-softnpu.tar.gz 449521K |
| 3517 | 2026-07-14T00:28:35.222Z | |
| 3518 | 2026-07-14T00:28:35.222Z | real 1:19.793780136 |
| 3519 | 2026-07-14T00:28:35.222Z | user 1:17.151682632 |
| 3520 | 2026-07-14T00:28:35.222Z | sys 4.371954686 |
| 3521 | 2026-07-14T00:28:35.222Z | trap 0.005225393 |
| 3522 | 2026-07-14T00:28:35.222Z | tflt 0.000000000 |
| 3523 | 2026-07-14T00:28:35.222Z | dflt 0.000000000 |
| 3524 | 2026-07-14T00:28:35.222Z | kflt 0.000000000 |
| 3525 | 2026-07-14T00:28:35.222Z | lock 0.000000000 |
| 3526 | 2026-07-14T00:28:35.222Z | slp 1:17.090047125 |
| 3527 | 2026-07-14T00:28:35.222Z | lat 0.964504146 |
| 3528 | 2026-07-14T00:28:35.222Z | stop 0.000248390 |
| 3529 | 2026-07-14T00:28:35.222Z | process exited: duration 1155535 ms, exit code 0 |
| |
| 3530 | 2026-07-14T00:28:35.236Z | found 1 output files |
| 3531 | 2026-07-14T00:28:35.236Z | uploading: /work/package.tar.gz (2477667792 bytes) |
| 3532 | 2026-07-14T00:29:06.440Z | uploaded: /work/package.tar.gz |