|
|
|
| 1 | 2026-08-19T00:46:37.985Z | job assigned to worker 01M0BQPPR1788F9WRYT6XJKHTR [factory aws, i-07eecd1b307ecad65] (queued for 49 s) |
| |
| 2 | 2026-08-19T00:46:45.565Z | starting task 0: "setup" |
| 3 | 2026-08-19T00:46:45.569Z | ++ uname -s |
| 4 | 2026-08-19T00:46:45.572Z | + kern=SunOS |
| 5 | 2026-08-19T00:46:45.572Z | + build_user=build |
| 6 | 2026-08-19T00:46:45.574Z | + build_uid=12345 |
| 7 | 2026-08-19T00:46:45.574Z | + work_dir=/work |
| 8 | 2026-08-19T00:46:45.574Z | + input_dir=/input |
| 9 | 2026-08-19T00:46:45.574Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-19T00:46:45.574Z | + case "$kern" in |
| 11 | 2026-08-19T00:46:45.574Z | + groupadd -g 12345 build |
| 12 | 2026-08-19T00:46:45.577Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-19T00:46:47.618Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-19T00:46:47.697Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-19T00:46:47.701Z | + home_fs=zfs |
| 16 | 2026-08-19T00:46:47.701Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-19T00:46:47.702Z | + mkdir -p /home/build |
| 18 | 2026-08-19T00:46:47.702Z | + chown build:build /home/build /work |
| 19 | 2026-08-19T00:46:49.703Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-19T00:46:49.706Z | process exited: duration 4143 ms, exit code 0 |
| |
| 21 | 2026-08-19T00:46:49.712Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-19T00:46:49.717Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-19T00:46:49.717Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-19T00:46:49.717Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-19T00:46:49.717Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-19T00:46:49.717Z | * rust toolchain profile = "default" |
| 27 | 2026-08-19T00:46:49.717Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-19T00:46:49.720Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-19T00:46:49.720Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-19T00:46:49.827Z | info: downloading installer |
| 31 | 2026-08-19T00:46:51.289Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-19T00:46:51.289Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-19T00:46:51.289Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-19T00:46:51.289Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-19T00:46:51.301Z | info: profile set to default |
| 36 | 2026-08-19T00:46:51.301Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-19T00:46:51.304Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-19T00:46:51.458Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-19T00:46:51.461Z | info: downloading 6 components |
| 40 | 2026-08-19T00:47:06.748Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-19T00:47:06.748Z | |
| 42 | 2026-08-19T00:47:06.774Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-19T00:47:06.774Z | |
| 44 | 2026-08-19T00:47:06.774Z | |
| 45 | 2026-08-19T00:47:06.774Z | Rust is installed now. Great! |
| 46 | 2026-08-19T00:47:06.774Z | |
| 47 | 2026-08-19T00:47:06.774Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-19T00:47:06.774Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-19T00:47:06.774Z | |
| 50 | 2026-08-19T00:47:06.774Z | To configure your current shell, you need to source |
| 51 | 2026-08-19T00:47:06.774Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-19T00:47:06.774Z | |
| 53 | 2026-08-19T00:47:06.775Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-19T00:47:06.775Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-19T00:47:06.775Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-19T00:47:06.775Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-19T00:47:06.775Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-19T00:47:06.775Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-19T00:47:06.775Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-19T00:47:06.778Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-19T00:47:06.778Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-19T00:47:06.866Z | + rustup --version |
| 63 | 2026-08-19T00:47:06.872Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-19T00:47:06.872Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-19T00:47:06.894Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-19T00:47:06.897Z | + cargo --version |
| 67 | 2026-08-19T00:47:06.905Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-19T00:47:06.908Z | + rustc --version |
| 69 | 2026-08-19T00:47:06.928Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-19T00:47:06.931Z | process exited: duration 17218 ms, exit code 0 |
| |
| 71 | 2026-08-19T00:47:06.937Z | starting task 2: "authentication" |
| 72 | 2026-08-19T00:47:06.958Z | process exited: duration 20 ms, exit code 0 |
| |
| 73 | 2026-08-19T00:47:06.964Z | starting task 3: "clone repository" |
| 74 | 2026-08-19T00:47:06.969Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-19T00:47:06.971Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-19T00:47:07.002Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-19T00:47:18.710Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-19T00:47:18.710Z | + git fetch origin 2b9c2a0263e9d705dcde4bd473bff3c4005c7336 |
| 79 | 2026-08-19T00:47:19.029Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-19T00:47:19.029Z | * branch 2b9c2a0263e9d705dcde4bd473bff3c4005c7336 -> FETCH_HEAD |
| 81 | 2026-08-19T00:47:19.043Z | + [[ -n sunshowers/spr/38n-wicketd-commission-types-make-privatekeypem-a-zeroizing-1 ]] |
| 82 | 2026-08-19T00:47:19.046Z | ++ git branch --show-current |
| 83 | 2026-08-19T00:47:19.047Z | + current=main |
| 84 | 2026-08-19T00:47:19.047Z | + [[ main != sunshowers/spr/38n-wicketd-commission-types-make-privatekeypem-a-zeroizing-1 ]] |
| 85 | 2026-08-19T00:47:19.047Z | + git branch -f sunshowers/spr/38n-wicketd-commission-types-make-privatekeypem-a-zeroizing-1 2b9c2a0263e9d705dcde4bd473bff3c4005c7336 |
| 86 | 2026-08-19T00:47:19.050Z | + git checkout -f sunshowers/spr/38n-wicketd-commission-types-make-privatekeypem-a-zeroizing-1 |
| 87 | 2026-08-19T00:47:19.251Z | Switched to branch 'sunshowers/spr/38n-wicketd-commission-types-make-privatekeypem-a-zeroizing-1' |
| 88 | 2026-08-19T00:47:19.254Z | + git reset --hard 2b9c2a0263e9d705dcde4bd473bff3c4005c7336 |
| 89 | 2026-08-19T00:47:19.445Z | HEAD is now at 2b9c2a026 rebase on main |
| 90 | 2026-08-19T00:47:19.449Z | process exited: duration 12482 ms, exit code 0 |
| |
| 91 | 2026-08-19T00:47:19.458Z | starting task 4: "build" |
| 92 | 2026-08-19T00:47:19.463Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-19T00:47:19.463Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-19T00:47:19.463Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-19T00:47:19.463Z | +++ uname -s |
| 96 | 2026-08-19T00:47:19.466Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-19T00:47:19.466Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-19T00:47:19.466Z | + cargo --version |
| 99 | 2026-08-19T00:47:19.475Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-19T00:47:19.478Z | + rustc --version |
| 101 | 2026-08-19T00:47:19.498Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-19T00:47:19.501Z | + WORK=/work |
| 103 | 2026-08-19T00:47:19.501Z | + pfexec mkdir -p /work |
| 104 | 2026-08-19T00:47:19.504Z | + pfexec chown build /work |
| 105 | 2026-08-19T00:47:19.508Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-08-19T00:47:21.457Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-08-19T00:47:21.774Z | Startup: Caching catalogs ... Done |
| 108 | 2026-08-19T00:47:23.563Z | Planning: Solver setup ... Done (1.686s) |
| 109 | 2026-08-19T00:47:23.617Z | Planning: Running solver ... Done (0.055s) |
| 110 | 2026-08-19T00:47:23.656Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-08-19T00:47:23.667Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-08-19T00:47:23.683Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-08-19T00:47:23.697Z | Planning: Package planning ... Done (0.013s) |
| 114 | 2026-08-19T00:47:23.700Z | Planning: Merging actions ... Done (0.001s) |
| 115 | 2026-08-19T00:47:23.861Z | Planning: Checking for conflicting actions ... Done (0.163s) |
| 116 | 2026-08-19T00:47:23.864Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-08-19T00:47:24.739Z | Planning: Evaluating mediators ... Done (0.877s) |
| 118 | 2026-08-19T00:47:24.742Z | Planning: Planning completed in 2.93 seconds |
| 119 | 2026-08-19T00:47:24.749Z | Packages to install: 2 |
| 120 | 2026-08-19T00:47:24.749Z | Estimated space available: 156.01 GB |
| 121 | 2026-08-19T00:47:24.749Z | Estimated space to be consumed: 69.36 MB |
| 122 | 2026-08-19T00:47:24.749Z | Create boot environment: No |
| 123 | 2026-08-19T00:47:24.749Z | Create backup boot environment: No |
| 124 | 2026-08-19T00:47:24.752Z | Rebuild boot archive: No |
| 125 | 2026-08-19T00:47:24.752Z | |
| 126 | 2026-08-19T00:47:24.752Z | Changed packages: |
| 127 | 2026-08-19T00:47:24.752Z | helios |
| 128 | 2026-08-19T00:47:24.752Z | developer/build-essential |
| 129 | 2026-08-19T00:47:24.752Z | None -> 11-3.0 |
| 130 | 2026-08-19T00:47:24.752Z | library/libxmlsec1 |
| 131 | 2026-08-19T00:47:24.752Z | None -> 1.2.35-3.0 |
| 132 | 2026-08-19T00:47:24.775Z | |
| 133 | 2026-08-19T00:47:24.775Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-08-19T00:47:24.844Z | Download: Completed 1.28 MB in 0.07 seconds (18.8M/s) |
| 135 | 2026-08-19T00:47:24.928Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-08-19T00:47:24.966Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-08-19T00:47:24.996Z | Finalize: Updating package state database ... Done (0.030s) |
| 138 | 2026-08-19T00:47:24.996Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-08-19T00:47:25.072Z | Finalize: Updating image state ... Done (0.076s) |
| 140 | 2026-08-19T00:47:27.737Z | Finalize: Creating fast lookup database ... Done (2.621s) |
| 141 | 2026-08-19T00:47:27.806Z | Finalize: Reading search index ... Done (0.012s) |
| 142 | 2026-08-19T00:47:27.809Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-08-19T00:47:27.874Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-08-19T00:47:28.242Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-08-19T00:47:28.348Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-08-19T00:47:28.351Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-08-19T00:47:28.508Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-08-19T00:47:28.511Z | Planning: Planning completed in 0.27 seconds |
| 149 | 2026-08-19T00:47:28.531Z | Mediators to change: 2 |
| 150 | 2026-08-19T00:47:28.531Z | Create boot environment: No |
| 151 | 2026-08-19T00:47:28.531Z | Create backup boot environment: No |
| 152 | 2026-08-19T00:47:28.597Z | Finalize: Updating package state database ... Done |
| 153 | 2026-08-19T00:47:28.597Z | Finalize: Updating package cache ... Done |
| 154 | 2026-08-19T00:47:28.645Z | Finalize: Updating image state ... Done |
| 155 | 2026-08-19T00:47:30.598Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-08-19T00:47:30.659Z | Finalize: Reading search index ... Done |
| 157 | 2026-08-19T00:47:30.665Z | Finalize: Updating search index ... Done |
| 158 | 2026-08-19T00:47:30.761Z | Finalize: Updating package cache ... Done |
| 159 | 2026-08-19T00:47:31.043Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-08-19T00:47:31.147Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-08-19T00:47:31.150Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-08-19T00:47:31.308Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-08-19T00:47:31.312Z | Planning: Planning completed in 0.27 seconds |
| 164 | 2026-08-19T00:47:31.334Z | Mediators to change: 1 |
| 165 | 2026-08-19T00:47:31.334Z | Create boot environment: No |
| 166 | 2026-08-19T00:47:31.334Z | Create backup boot environment: No |
| 167 | 2026-08-19T00:47:31.402Z | Finalize: Updating package state database ... Done |
| 168 | 2026-08-19T00:47:31.402Z | Finalize: Updating package cache ... Done |
| 169 | 2026-08-19T00:47:31.440Z | Finalize: Updating image state ... Done |
| 170 | 2026-08-19T00:47:33.395Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-08-19T00:47:33.458Z | Finalize: Reading search index ... Done |
| 172 | 2026-08-19T00:47:33.461Z | Finalize: Updating search index ... Done |
| 173 | 2026-08-19T00:47:33.596Z | Finalize: Updating package cache ... Done |
| 174 | 2026-08-19T00:47:33.904Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-08-19T00:47:33.905Z | apache system 2.4 system |
| 176 | 2026-08-19T00:47:33.905Z | clang system 15 system |
| 177 | 2026-08-19T00:47:33.905Z | csh system system illumos |
| 178 | 2026-08-19T00:47:33.905Z | ctags system system illumos |
| 179 | 2026-08-19T00:47:33.905Z | file vendor vendor darwinsys |
| 180 | 2026-08-19T00:47:33.905Z | file system system illumos |
| 181 | 2026-08-19T00:47:33.905Z | gcc vendor 14 vendor |
| 182 | 2026-08-19T00:47:33.905Z | gcc system 13 system |
| 183 | 2026-08-19T00:47:33.905Z | gcc system 10 system |
| 184 | 2026-08-19T00:47:33.905Z | go system 1.25 system |
| 185 | 2026-08-19T00:47:33.905Z | llvm system 15 system |
| 186 | 2026-08-19T00:47:33.905Z | mariadb system 11.4 system |
| 187 | 2026-08-19T00:47:33.905Z | mta vendor vendor dma |
| 188 | 2026-08-19T00:47:33.905Z | openjdk system 17 system |
| 189 | 2026-08-19T00:47:33.905Z | openjdk system 11 system |
| 190 | 2026-08-19T00:47:33.905Z | openssl vendor 3 vendor |
| 191 | 2026-08-19T00:47:33.906Z | perl system 5.40 system |
| 192 | 2026-08-19T00:47:33.906Z | postgresql system 18 system |
| 193 | 2026-08-19T00:47:33.906Z | postgresql system 17 system |
| 194 | 2026-08-19T00:47:33.906Z | python vendor 3 vendor |
| 195 | 2026-08-19T00:47:33.906Z | python system 2 system |
| 196 | 2026-08-19T00:47:33.906Z | python3 vendor 3.13 vendor |
| 197 | 2026-08-19T00:47:33.906Z | ruby system 3.4 system |
| 198 | 2026-08-19T00:47:33.906Z | ruby system 3.0 system |
| 199 | 2026-08-19T00:47:33.906Z | words vendor vendor american-english |
| 200 | 2026-08-19T00:47:33.906Z | words system system australian-english |
| 201 | 2026-08-19T00:47:33.907Z | words system system british-english |
| 202 | 2026-08-19T00:47:33.907Z | words system system canadian-english |
| 203 | 2026-08-19T00:47:33.907Z | words system system french |
| 204 | 2026-08-19T00:47:33.907Z | words system system italian |
| 205 | 2026-08-19T00:47:33.907Z | words system system ngerman |
| 206 | 2026-08-19T00:47:33.907Z | words system system ogerman |
| 207 | 2026-08-19T00:47:33.907Z | words system system spanish |
| 208 | 2026-08-19T00:47:34.158Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-08-19T00:47:34.158Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-08-19T00:47:34.606Z | FMRI IFO |
| 211 | 2026-08-19T00:47:34.606Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-08-19T00:47:34.606Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-08-19T00:47:34.606Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-08-19T00:47:34.606Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-08-19T00:47:34.606Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-08-19T00:47:34.606Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-08-19T00:47:34.606Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-08-19T00:47:34.606Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-08-19T00:47:34.606Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-08-19T00:47:34.920Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-08-19T00:47:35.454Z | Updating crates.io index |
| 222 | 2026-08-19T00:47:35.456Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-08-19T00:47:35.715Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-08-19T00:47:36.099Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 225 | 2026-08-19T00:47:37.106Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 226 | 2026-08-19T00:47:37.680Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 227 | 2026-08-19T00:47:39.675Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 228 | 2026-08-19T00:47:40.578Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 229 | 2026-08-19T00:47:40.873Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 230 | 2026-08-19T00:47:41.220Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 231 | 2026-08-19T00:47:42.896Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 232 | 2026-08-19T00:47:43.167Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 233 | 2026-08-19T00:47:43.695Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-08-19T00:47:43.952Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 235 | 2026-08-19T00:47:44.202Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 236 | 2026-08-19T00:47:44.459Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 237 | 2026-08-19T00:47:44.743Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 238 | 2026-08-19T00:47:44.999Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 239 | 2026-08-19T00:47:45.295Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 240 | 2026-08-19T00:47:45.819Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 241 | 2026-08-19T00:47:46.219Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 242 | 2026-08-19T00:47:46.592Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 243 | 2026-08-19T00:47:46.876Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 244 | 2026-08-19T00:47:47.422Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 245 | 2026-08-19T00:47:47.747Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 246 | 2026-08-19T00:47:48.018Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 247 | 2026-08-19T00:47:48.464Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 248 | 2026-08-19T00:47:48.755Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 249 | 2026-08-19T00:47:49.074Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 250 | 2026-08-19T00:47:49.430Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 251 | 2026-08-19T00:47:49.680Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 252 | 2026-08-19T00:47:49.997Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 253 | 2026-08-19T00:47:50.423Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 254 | 2026-08-19T00:47:51.126Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 255 | 2026-08-19T00:47:51.402Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 256 | 2026-08-19T00:47:51.688Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 257 | 2026-08-19T00:47:51.977Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 258 | 2026-08-19T00:47:52.315Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 259 | 2026-08-19T00:47:52.573Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 260 | 2026-08-19T00:47:52.853Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 261 | 2026-08-19T00:47:53.146Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 262 | 2026-08-19T00:47:53.428Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 263 | 2026-08-19T00:47:53.673Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 264 | 2026-08-19T00:47:56.178Z | Downloading crates ... |
| 265 | 2026-08-19T00:47:56.231Z | Downloaded clap_derive v4.6.1 |
| 266 | 2026-08-19T00:47:56.236Z | Downloaded thiserror-impl v2.0.18 |
| 267 | 2026-08-19T00:47:56.239Z | Downloaded fs-err v3.3.0 |
| 268 | 2026-08-19T00:47:56.243Z | Downloaded camino v1.2.5 |
| 269 | 2026-08-19T00:47:56.246Z | Downloaded byteorder v1.5.0 |
| 270 | 2026-08-19T00:47:56.246Z | Downloaded fastrand v2.3.0 |
| 271 | 2026-08-19T00:47:56.250Z | Downloaded clap v4.6.1 |
| 272 | 2026-08-19T00:47:56.253Z | Downloaded zmij v1.0.21 |
| 273 | 2026-08-19T00:47:56.253Z | Downloaded anstyle-query v1.1.5 |
| 274 | 2026-08-19T00:47:56.258Z | Downloaded zerocopy-derive v0.7.35 |
| 275 | 2026-08-19T00:47:56.261Z | Downloaded heck v0.5.0 |
| 276 | 2026-08-19T00:47:56.261Z | Downloaded zerocopy v0.7.35 |
| 277 | 2026-08-19T00:47:56.269Z | Downloaded anstyle-parse v1.0.0 |
| 278 | 2026-08-19T00:47:56.272Z | Downloaded cargo_toml v0.21.0 |
| 279 | 2026-08-19T00:47:56.272Z | Downloaded autocfg v1.5.0 |
| 280 | 2026-08-19T00:47:56.275Z | Downloaded dof v0.3.0 |
| 281 | 2026-08-19T00:47:56.278Z | Downloaded clap_lex v1.0.0 |
| 282 | 2026-08-19T00:47:56.281Z | Downloaded equivalent v1.0.2 |
| 283 | 2026-08-19T00:47:56.281Z | Downloaded is_terminal_polyfill v1.70.2 |
| 284 | 2026-08-19T00:47:56.281Z | Downloaded macaddr v1.0.1 |
| 285 | 2026-08-19T00:47:56.284Z | Downloaded cpufeatures v0.2.17 |
| 286 | 2026-08-19T00:47:56.284Z | Downloaded serde_spanned v0.6.9 |
| 287 | 2026-08-19T00:47:56.284Z | Downloaded anstream v1.0.0 |
| 288 | 2026-08-19T00:47:56.287Z | Downloaded memchr v2.8.0 |
| 289 | 2026-08-19T00:47:56.290Z | Downloaded cfg-if v1.0.4 |
| 290 | 2026-08-19T00:47:56.293Z | Downloaded dtrace-parser v0.2.0 |
| 291 | 2026-08-19T00:47:56.295Z | Downloaded camino-tempfile v1.4.1 |
| 292 | 2026-08-19T00:47:56.298Z | Downloaded cargo_metadata v0.23.1 |
| 293 | 2026-08-19T00:47:56.301Z | Downloaded toml_datetime v0.6.11 |
| 294 | 2026-08-19T00:47:56.304Z | Downloaded anstyle v1.0.14 |
| 295 | 2026-08-19T00:47:56.310Z | Downloaded memmap v0.7.0 |
| 296 | 2026-08-19T00:47:56.313Z | Downloaded smawk v0.3.2 |
| 297 | 2026-08-19T00:47:56.313Z | Downloaded colorchoice v1.0.4 |
| 298 | 2026-08-19T00:47:56.313Z | Downloaded itoa v1.0.17 |
| 299 | 2026-08-19T00:47:56.314Z | Downloaded unicode-linebreak v0.1.5 |
| 300 | 2026-08-19T00:47:56.317Z | Downloaded swrite v0.1.0 |
| 301 | 2026-08-19T00:47:56.317Z | Downloaded usdt-macro v0.5.0 |
| 302 | 2026-08-19T00:47:56.317Z | Downloaded cargo-platform v0.3.2 |
| 303 | 2026-08-19T00:47:56.317Z | Downloaded crypto-common v0.1.7 |
| 304 | 2026-08-19T00:47:56.321Z | Downloaded thread-id v4.2.2 |
| 305 | 2026-08-19T00:47:56.324Z | Downloaded heck v0.4.1 |
| 306 | 2026-08-19T00:47:56.330Z | Downloaded scroll_derive v0.12.1 |
| 307 | 2026-08-19T00:47:56.334Z | Downloaded tabled_derive v0.7.0 |
| 308 | 2026-08-19T00:47:56.334Z | Downloaded proc-macro-error-attr v1.0.4 |
| 309 | 2026-08-19T00:47:56.334Z | Downloaded strsim v0.11.1 |
| 310 | 2026-08-19T00:47:56.337Z | Downloaded terminal_size v0.4.3 |
| 311 | 2026-08-19T00:47:56.340Z | Downloaded toml_write v0.1.2 |
| 312 | 2026-08-19T00:47:56.340Z | Downloaded pretty-hex v0.4.1 |
| 313 | 2026-08-19T00:47:56.343Z | Downloaded usdt-attr-macro v0.5.0 |
| 314 | 2026-08-19T00:47:56.348Z | Downloaded log v0.4.33 |
| 315 | 2026-08-19T00:47:56.351Z | Downloaded anyhow v1.0.104 |
| 316 | 2026-08-19T00:47:56.354Z | Downloaded errno v0.3.14 |
| 317 | 2026-08-19T00:47:56.354Z | Downloaded generic-array v0.14.7 |
| 318 | 2026-08-19T00:47:56.357Z | Downloaded fnv v1.0.7 |
| 319 | 2026-08-19T00:47:56.361Z | Downloaded utf8parse v0.2.2 |
| 320 | 2026-08-19T00:47:56.365Z | Downloaded digest v0.10.7 |
| 321 | 2026-08-19T00:47:56.367Z | Downloaded pest_derive v2.8.6 |
| 322 | 2026-08-19T00:47:56.367Z | Downloaded bitflags v2.11.0 |
| 323 | 2026-08-19T00:47:56.370Z | Downloaded usdt v0.5.0 |
| 324 | 2026-08-19T00:47:56.373Z | Downloaded plain v0.2.3 |
| 325 | 2026-08-19T00:47:56.373Z | Downloaded block-buffer v0.10.4 |
| 326 | 2026-08-19T00:47:56.376Z | Downloaded thiserror v2.0.18 |
| 327 | 2026-08-19T00:47:56.379Z | Downloaded quote v1.0.45 |
| 328 | 2026-08-19T00:47:56.380Z | Downloaded thiserror v1.0.69 |
| 329 | 2026-08-19T00:47:56.383Z | Downloaded thiserror-impl v1.0.69 |
| 330 | 2026-08-19T00:47:56.383Z | Downloaded serde_tokenstream v0.2.3 |
| 331 | 2026-08-19T00:47:56.383Z | Downloaded usdt-impl v0.5.0 |
| 332 | 2026-08-19T00:47:56.386Z | Downloaded sha2 v0.10.9 |
| 333 | 2026-08-19T00:47:56.395Z | Downloaded once_cell v1.21.3 |
| 334 | 2026-08-19T00:47:56.399Z | Downloaded pest_generator v2.8.6 |
| 335 | 2026-08-19T00:47:56.399Z | Downloaded bytecount v0.6.9 |
| 336 | 2026-08-19T00:47:56.402Z | Downloaded getrandom v0.3.4 |
| 337 | 2026-08-19T00:47:56.402Z | Downloaded scroll v0.12.0 |
| 338 | 2026-08-19T00:47:56.402Z | Downloaded proc-macro-error v1.0.4 |
| 339 | 2026-08-19T00:47:56.411Z | Downloaded toml v0.8.23 |
| 340 | 2026-08-19T00:47:56.413Z | Downloaded version_check v0.9.5 |
| 341 | 2026-08-19T00:47:56.423Z | Downloaded ucd-trie v0.1.7 |
| 342 | 2026-08-19T00:47:56.430Z | Downloaded semver v1.0.28 |
| 343 | 2026-08-19T00:47:56.437Z | Downloaded serde_core v1.0.228 |
| 344 | 2026-08-19T00:47:56.441Z | Downloaded textwrap v0.16.2 |
| 345 | 2026-08-19T00:47:56.444Z | Downloaded pest_meta v2.8.6 |
| 346 | 2026-08-19T00:47:56.448Z | Downloaded tempfile v3.27.0 |
| 347 | 2026-08-19T00:47:56.451Z | Downloaded unicode-ident v1.0.24 |
| 348 | 2026-08-19T00:47:56.454Z | Downloaded papergrid v0.11.0 |
| 349 | 2026-08-19T00:47:56.459Z | Downloaded serde_derive v1.0.228 |
| 350 | 2026-08-19T00:47:56.470Z | Downloaded proc-macro2 v1.0.106 |
| 351 | 2026-08-19T00:47:56.474Z | Downloaded toml_edit v0.22.27 |
| 352 | 2026-08-19T00:47:56.477Z | Downloaded serde v1.0.228 |
| 353 | 2026-08-19T00:47:56.494Z | Downloaded pest v2.8.6 |
| 354 | 2026-08-19T00:47:56.497Z | Downloaded typenum v1.20.1 |
| 355 | 2026-08-19T00:47:56.516Z | Downloaded hashbrown v0.17.0 |
| 356 | 2026-08-19T00:47:56.523Z | Downloaded clap_builder v4.6.0 |
| 357 | 2026-08-19T00:47:56.530Z | Downloaded goblin v0.8.2 |
| 358 | 2026-08-19T00:47:56.534Z | Downloaded indexmap v2.14.0 |
| 359 | 2026-08-19T00:47:56.540Z | Downloaded serde_json v1.0.151 |
| 360 | 2026-08-19T00:47:56.561Z | Downloaded winnow v0.7.14 |
| 361 | 2026-08-19T00:47:56.575Z | Downloaded tabled v0.15.0 |
| 362 | 2026-08-19T00:47:56.583Z | Downloaded syn v1.0.109 |
| 363 | 2026-08-19T00:47:56.588Z | Downloaded unicode-width v0.1.14 |
| 364 | 2026-08-19T00:47:56.593Z | Downloaded unicode-width v0.2.0 |
| 365 | 2026-08-19T00:47:56.597Z | Downloaded syn v2.0.117 |
| 366 | 2026-08-19T00:47:56.613Z | Downloaded rustix v1.1.4 |
| 367 | 2026-08-19T00:47:56.633Z | Downloaded libc v0.2.185 |
| 368 | 2026-08-19T00:47:56.697Z | Compiling proc-macro2 v1.0.106 |
| 369 | 2026-08-19T00:47:56.697Z | Compiling quote v1.0.45 |
| 370 | 2026-08-19T00:47:56.697Z | Compiling unicode-ident v1.0.24 |
| 371 | 2026-08-19T00:47:56.700Z | Compiling serde_core v1.0.228 |
| 372 | 2026-08-19T00:47:56.700Z | Compiling libc v0.2.185 |
| 373 | 2026-08-19T00:47:56.700Z | Compiling version_check v0.9.5 |
| 374 | 2026-08-19T00:47:56.700Z | Compiling memchr v2.8.0 |
| 375 | 2026-08-19T00:47:56.700Z | Compiling serde v1.0.228 |
| 376 | 2026-08-19T00:47:56.877Z | Compiling zmij v1.0.21 |
| 377 | 2026-08-19T00:47:56.880Z | Compiling thiserror v1.0.69 |
| 378 | 2026-08-19T00:47:56.880Z | Compiling itoa v1.0.17 |
| 379 | 2026-08-19T00:47:56.880Z | Compiling ucd-trie v0.1.7 |
| 380 | 2026-08-19T00:47:56.880Z | Compiling byteorder v1.5.0 |
| 381 | 2026-08-19T00:47:56.880Z | Compiling rustix v1.1.4 |
| 382 | 2026-08-19T00:47:57.117Z | Compiling bitflags v2.11.0 |
| 383 | 2026-08-19T00:47:57.179Z | Compiling serde_json v1.0.151 |
| 384 | 2026-08-19T00:47:57.366Z | Compiling pest v2.8.6 |
| 385 | 2026-08-19T00:47:57.404Z | Compiling camino v1.2.5 |
| 386 | 2026-08-19T00:47:57.460Z | Compiling syn v1.0.109 |
| 387 | 2026-08-19T00:47:57.463Z | Compiling log v0.4.33 |
| 388 | 2026-08-19T00:47:57.463Z | Compiling usdt-impl v0.5.0 |
| 389 | 2026-08-19T00:47:57.495Z | Compiling proc-macro-error-attr v1.0.4 |
| 390 | 2026-08-19T00:47:57.566Z | Compiling proc-macro-error v1.0.4 |
| 391 | 2026-08-19T00:47:57.616Z | Compiling hashbrown v0.17.0 |
| 392 | 2026-08-19T00:47:57.645Z | Compiling getrandom v0.3.4 |
| 393 | 2026-08-19T00:47:57.692Z | Compiling plain v0.2.3 |
| 394 | 2026-08-19T00:47:57.710Z | Compiling utf8parse v0.2.2 |
| 395 | 2026-08-19T00:47:57.755Z | Compiling errno v0.3.14 |
| 396 | 2026-08-19T00:47:57.802Z | Compiling thread-id v4.2.2 |
| 397 | 2026-08-19T00:47:57.895Z | Compiling equivalent v1.0.2 |
| 398 | 2026-08-19T00:47:57.900Z | Compiling anstyle-parse v1.0.0 |
| 399 | 2026-08-19T00:47:57.900Z | Compiling thiserror v2.0.18 |
| 400 | 2026-08-19T00:47:57.917Z | Compiling is_terminal_polyfill v1.70.2 |
| 401 | 2026-08-19T00:47:57.950Z | Compiling autocfg v1.5.0 |
| 402 | 2026-08-19T00:47:58.013Z | Compiling anstyle-query v1.1.5 |
| 403 | 2026-08-19T00:47:58.016Z | Compiling winnow v0.7.14 |
| 404 | 2026-08-19T00:47:58.019Z | Compiling toml_write v0.1.2 |
| 405 | 2026-08-19T00:47:58.087Z | Compiling colorchoice v1.0.4 |
| 406 | 2026-08-19T00:47:58.110Z | Compiling cfg-if v1.0.4 |
| 407 | 2026-08-19T00:47:58.156Z | Compiling anstyle v1.0.14 |
| 408 | 2026-08-19T00:47:58.201Z | Compiling indexmap v2.14.0 |
| 409 | 2026-08-19T00:47:58.221Z | Compiling pretty-hex v0.4.1 |
| 410 | 2026-08-19T00:47:58.270Z | Compiling syn v2.0.117 |
| 411 | 2026-08-19T00:47:58.360Z | Compiling anstream v1.0.0 |
| 412 | 2026-08-19T00:47:58.376Z | Compiling anyhow v1.0.104 |
| 413 | 2026-08-19T00:47:58.379Z | Compiling bytecount v0.6.9 |
| 414 | 2026-08-19T00:47:58.429Z | Compiling pest_meta v2.8.6 |
| 415 | 2026-08-19T00:47:58.461Z | Compiling fs-err v3.3.0 |
| 416 | 2026-08-19T00:47:58.552Z | Compiling strsim v0.11.1 |
| 417 | 2026-08-19T00:47:58.577Z | Compiling fnv v1.0.7 |
| 418 | 2026-08-19T00:47:58.656Z | Compiling heck v0.4.1 |
| 419 | 2026-08-19T00:47:58.680Z | Compiling clap_lex v1.0.0 |
| 420 | 2026-08-19T00:47:58.698Z | Compiling once_cell v1.21.3 |
| 421 | 2026-08-19T00:47:58.715Z | Compiling fastrand v2.3.0 |
| 422 | 2026-08-19T00:47:58.718Z | Compiling unicode-width v0.1.14 |
| 423 | 2026-08-19T00:47:58.771Z | Compiling heck v0.5.0 |
| 424 | 2026-08-19T00:47:58.879Z | Compiling terminal_size v0.4.3 |
| 425 | 2026-08-19T00:47:58.933Z | Compiling tempfile v3.27.0 |
| 426 | 2026-08-19T00:47:58.951Z | Compiling memmap v0.7.0 |
| 427 | 2026-08-19T00:47:58.951Z | Compiling unicode-width v0.2.0 |
| 428 | 2026-08-19T00:47:59.020Z | Compiling clap_builder v4.6.0 |
| 429 | 2026-08-19T00:47:59.038Z | Compiling papergrid v0.11.0 |
| 430 | 2026-08-19T00:47:59.043Z | Compiling unicode-linebreak v0.1.5 |
| 431 | 2026-08-19T00:47:59.043Z | Compiling smawk v0.3.2 |
| 432 | 2026-08-19T00:47:59.148Z | Compiling swrite v0.1.0 |
| 433 | 2026-08-19T00:47:59.250Z | Compiling textwrap v0.16.2 |
| 434 | 2026-08-19T00:47:59.325Z | Compiling semver v1.0.28 |
| 435 | 2026-08-19T00:47:59.378Z | Compiling cargo-platform v0.3.2 |
| 436 | 2026-08-19T00:47:59.635Z | Compiling camino-tempfile v1.4.1 |
| 437 | 2026-08-19T00:47:59.869Z | Compiling tabled_derive v0.7.0 |
| 438 | 2026-08-19T00:48:00.508Z | Compiling pest_generator v2.8.6 |
| 439 | 2026-08-19T00:48:00.597Z | Compiling tabled v0.15.0 |
| 440 | 2026-08-19T00:48:01.007Z | Compiling serde_derive v1.0.228 |
| 441 | 2026-08-19T00:48:01.007Z | Compiling thiserror-impl v1.0.69 |
| 442 | 2026-08-19T00:48:01.011Z | Compiling zerocopy-derive v0.7.35 |
| 443 | 2026-08-19T00:48:01.011Z | Compiling scroll_derive v0.12.1 |
| 444 | 2026-08-19T00:48:01.011Z | Compiling thiserror-impl v2.0.18 |
| 445 | 2026-08-19T00:48:01.011Z | Compiling clap_derive v4.6.1 |
| 446 | 2026-08-19T00:48:01.069Z | Compiling pest_derive v2.8.6 |
| 447 | 2026-08-19T00:48:01.620Z | Compiling scroll v0.12.0 |
| 448 | 2026-08-19T00:48:01.749Z | Compiling zerocopy v0.7.35 |
| 449 | 2026-08-19T00:48:01.831Z | Compiling goblin v0.8.2 |
| 450 | 2026-08-19T00:48:02.010Z | Compiling dtrace-parser v0.2.0 |
| 451 | 2026-08-19T00:48:02.340Z | Compiling clap v4.6.1 |
| 452 | 2026-08-19T00:48:03.394Z | Compiling serde_spanned v0.6.9 |
| 453 | 2026-08-19T00:48:03.394Z | Compiling toml_datetime v0.6.11 |
| 454 | 2026-08-19T00:48:03.394Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 455 | 2026-08-19T00:48:03.397Z | Compiling macaddr v1.0.1 |
| 456 | 2026-08-19T00:48:03.397Z | Compiling cargo_metadata v0.23.1 |
| 457 | 2026-08-19T00:48:03.410Z | Compiling dof v0.3.0 |
| 458 | 2026-08-19T00:48:03.414Z | Compiling serde_tokenstream v0.2.3 |
| 459 | 2026-08-19T00:48:03.606Z | Compiling toml_edit v0.22.27 |
| 460 | 2026-08-19T00:48:04.113Z | Compiling usdt-macro v0.5.0 |
| 461 | 2026-08-19T00:48:04.117Z | Compiling usdt-attr-macro v0.5.0 |
| 462 | 2026-08-19T00:48:04.736Z | Compiling usdt v0.5.0 |
| 463 | 2026-08-19T00:48:04.891Z | Compiling toml v0.8.23 |
| 464 | 2026-08-19T00:48:05.202Z | Compiling cargo_toml v0.21.0 |
| 465 | 2026-08-19T00:48:06.482Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 466 | 2026-08-19T00:48:08.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.79s |
| 467 | 2026-08-19T00:48:08.761Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 468 | 2026-08-19T00:48:09.273Z | Downloading crates ... |
| 469 | 2026-08-19T00:48:09.338Z | Downloaded backtrace v0.3.76 |
| 470 | 2026-08-19T00:48:09.345Z | Downloaded env_filter v2.0.0 |
| 471 | 2026-08-19T00:48:09.353Z | Downloaded aead v0.5.2 |
| 472 | 2026-08-19T00:48:09.357Z | Downloaded base16ct v0.2.0 |
| 473 | 2026-08-19T00:48:09.357Z | Downloaded fatfs v0.3.6 |
| 474 | 2026-08-19T00:48:09.357Z | Downloaded fs-err v2.11.0 |
| 475 | 2026-08-19T00:48:09.360Z | Downloaded atomicwrites v0.4.4 |
| 476 | 2026-08-19T00:48:09.360Z | Downloaded atty v0.2.14 |
| 477 | 2026-08-19T00:48:09.365Z | Downloaded anstyle-parse v0.2.7 |
| 478 | 2026-08-19T00:48:09.369Z | Downloaded bit-set v0.8.0 |
| 479 | 2026-08-19T00:48:09.372Z | Downloaded adler2 v2.0.1 |
| 480 | 2026-08-19T00:48:09.374Z | Downloaded array-init v0.0.4 |
| 481 | 2026-08-19T00:48:09.377Z | Downloaded atomic-waker v1.1.2 |
| 482 | 2026-08-19T00:48:09.380Z | Downloaded const-oid v0.10.2 |
| 483 | 2026-08-19T00:48:09.380Z | Downloaded futures-channel v0.3.32 |
| 484 | 2026-08-19T00:48:09.383Z | Downloaded embedded-io v0.4.0 |
| 485 | 2026-08-19T00:48:09.383Z | Downloaded foreign-types-shared v0.1.1 |
| 486 | 2026-08-19T00:48:09.383Z | Downloaded enum-as-inner v0.6.1 |
| 487 | 2026-08-19T00:48:09.383Z | Downloaded async-recursion v1.1.1 |
| 488 | 2026-08-19T00:48:09.386Z | Downloaded backtrace-ext v0.2.1 |
| 489 | 2026-08-19T00:48:09.386Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 490 | 2026-08-19T00:48:09.386Z | Downloaded bitfield-struct v0.6.2 |
| 491 | 2026-08-19T00:48:09.386Z | Downloaded ff v0.13.1 |
| 492 | 2026-08-19T00:48:09.389Z | Downloaded arrayvec v0.7.6 |
| 493 | 2026-08-19T00:48:09.389Z | Downloaded ahash v0.8.12 |
| 494 | 2026-08-19T00:48:09.389Z | Downloaded bit-vec v0.6.3 |
| 495 | 2026-08-19T00:48:09.392Z | Downloaded clang-sys v1.8.1 |
| 496 | 2026-08-19T00:48:09.395Z | Downloaded futures-util v0.3.32 |
| 497 | 2026-08-19T00:48:09.401Z | Downloaded ascii-canvas v3.0.0 |
| 498 | 2026-08-19T00:48:09.404Z | Downloaded fixedbitset v0.5.7 |
| 499 | 2026-08-19T00:48:09.404Z | Downloaded async-stream v0.3.6 |
| 500 | 2026-08-19T00:48:09.404Z | Downloaded aead v0.6.1 |
| 501 | 2026-08-19T00:48:09.407Z | Downloaded base64ct v1.8.3 |
| 502 | 2026-08-19T00:48:09.407Z | Downloaded expectorate v1.2.0 |
| 503 | 2026-08-19T00:48:09.410Z | Downloaded elliptic-curve v0.14.1 |
| 504 | 2026-08-19T00:48:09.412Z | Downloaded endian-type v0.1.2 |
| 505 | 2026-08-19T00:48:09.412Z | Downloaded fallible-iterator v0.2.0 |
| 506 | 2026-08-19T00:48:09.412Z | Downloaded arrayref v0.3.9 |
| 507 | 2026-08-19T00:48:09.412Z | Downloaded block-buffer v0.12.1 |
| 508 | 2026-08-19T00:48:09.417Z | Downloaded base16ct v1.0.0 |
| 509 | 2026-08-19T00:48:09.417Z | Downloaded bitfield-macros v0.19.4 |
| 510 | 2026-08-19T00:48:09.418Z | Downloaded generic-array v1.4.3 |
| 511 | 2026-08-19T00:48:09.418Z | Downloaded assert_matches v1.5.0 |
| 512 | 2026-08-19T00:48:09.421Z | Downloaded futures-io v0.3.32 |
| 513 | 2026-08-19T00:48:09.424Z | Downloaded async-trait v0.1.89 |
| 514 | 2026-08-19T00:48:09.424Z | Downloaded bit-vec v0.8.0 |
| 515 | 2026-08-19T00:48:09.427Z | Downloaded cobs v0.3.0 |
| 516 | 2026-08-19T00:48:09.427Z | Downloaded foreign-types v0.3.2 |
| 517 | 2026-08-19T00:48:09.427Z | Downloaded foreign-types-macros v0.2.3 |
| 518 | 2026-08-19T00:48:09.430Z | Downloaded ghash v0.6.0 |
| 519 | 2026-08-19T00:48:09.430Z | Downloaded home v0.5.12 |
| 520 | 2026-08-19T00:48:09.433Z | Downloaded hash32 v0.2.1 |
| 521 | 2026-08-19T00:48:09.433Z | Downloaded hash32 v0.3.1 |
| 522 | 2026-08-19T00:48:09.433Z | Downloaded embedded-io v0.6.1 |
| 523 | 2026-08-19T00:48:09.436Z | Downloaded http-body v1.0.1 |
| 524 | 2026-08-19T00:48:09.436Z | Downloaded bb8 v0.8.6 |
| 525 | 2026-08-19T00:48:09.439Z | Downloaded fd-lock v4.0.4 |
| 526 | 2026-08-19T00:48:09.439Z | Downloaded form_urlencoded v1.2.2 |
| 527 | 2026-08-19T00:48:09.439Z | Downloaded foreign-types v0.5.0 |
| 528 | 2026-08-19T00:48:09.443Z | Downloaded fixedbitset v0.4.2 |
| 529 | 2026-08-19T00:48:09.443Z | Downloaded http-range v0.1.5 |
| 530 | 2026-08-19T00:48:09.446Z | Downloaded foreign-types-shared v0.3.1 |
| 531 | 2026-08-19T00:48:09.446Z | Downloaded futures-sink v0.3.32 |
| 532 | 2026-08-19T00:48:09.446Z | Downloaded async-stream-impl v0.3.6 |
| 533 | 2026-08-19T00:48:09.450Z | Downloaded float-cmp v0.10.0 |
| 534 | 2026-08-19T00:48:09.453Z | Downloaded foldhash v0.2.0 |
| 535 | 2026-08-19T00:48:09.457Z | Downloaded block-padding v0.4.2 |
| 536 | 2026-08-19T00:48:09.460Z | Downloaded castaway v0.2.4 |
| 537 | 2026-08-19T00:48:09.460Z | Downloaded blake2 v0.10.6 |
| 538 | 2026-08-19T00:48:09.460Z | Downloaded hex v0.4.3 |
| 539 | 2026-08-19T00:48:09.464Z | Downloaded futures-core v0.3.32 |
| 540 | 2026-08-19T00:48:09.466Z | Downloaded hostname v0.4.2 |
| 541 | 2026-08-19T00:48:09.466Z | Downloaded futures-macro v0.3.32 |
| 542 | 2026-08-19T00:48:09.469Z | Downloaded compression-core v0.4.31 |
| 543 | 2026-08-19T00:48:09.472Z | Downloaded ciborium-io v0.2.2 |
| 544 | 2026-08-19T00:48:09.477Z | Downloaded ciborium-ll v0.2.2 |
| 545 | 2026-08-19T00:48:09.480Z | Downloaded fxhash v0.2.1 |
| 546 | 2026-08-19T00:48:09.480Z | Downloaded cfg_aliases v0.1.1 |
| 547 | 2026-08-19T00:48:09.480Z | Downloaded float-ord v0.3.2 |
| 548 | 2026-08-19T00:48:09.480Z | Downloaded hubpack_derive v0.1.1 |
| 549 | 2026-08-19T00:48:09.483Z | Downloaded funty v2.0.0 |
| 550 | 2026-08-19T00:48:09.483Z | Downloaded gethostname v0.5.0 |
| 551 | 2026-08-19T00:48:09.486Z | Downloaded git-stub v1.0.0 |
| 552 | 2026-08-19T00:48:09.486Z | Downloaded httpdate v1.0.3 |
| 553 | 2026-08-19T00:48:09.489Z | Downloaded backon v1.6.0 |
| 554 | 2026-08-19T00:48:09.492Z | Downloaded addr2line v0.25.1 |
| 555 | 2026-08-19T00:48:09.492Z | Downloaded cfg_aliases v0.2.1 |
| 556 | 2026-08-19T00:48:09.495Z | Downloaded globwalk v0.9.1 |
| 557 | 2026-08-19T00:48:09.495Z | Downloaded nibble_vec v0.1.0 |
| 558 | 2026-08-19T00:48:09.495Z | Downloaded headers-core v0.3.0 |
| 559 | 2026-08-19T00:48:09.498Z | Downloaded hostname v0.3.1 |
| 560 | 2026-08-19T00:48:09.498Z | Downloaded hubpack v0.1.2 |
| 561 | 2026-08-19T00:48:09.502Z | Downloaded backoff v0.4.0 |
| 562 | 2026-08-19T00:48:09.504Z | Downloaded bytes v1.11.1 |
| 563 | 2026-08-19T00:48:09.507Z | Downloaded aes-gcm v0.11.0 |
| 564 | 2026-08-19T00:48:09.507Z | Downloaded parse-display v0.10.0 |
| 565 | 2026-08-19T00:48:09.507Z | Downloaded nodrop v0.1.14 |
| 566 | 2026-08-19T00:48:09.510Z | Downloaded newline-converter v0.3.0 |
| 567 | 2026-08-19T00:48:09.512Z | Downloaded bit-set v0.5.3 |
| 568 | 2026-08-19T00:48:09.515Z | Downloaded foldhash v0.1.5 |
| 569 | 2026-08-19T00:48:09.515Z | Downloaded ff v0.14.0 |
| 570 | 2026-08-19T00:48:09.515Z | Downloaded filetime v0.2.27 |
| 571 | 2026-08-19T00:48:09.518Z | Downloaded futures-executor v0.3.32 |
| 572 | 2026-08-19T00:48:09.518Z | Downloaded env_logger v0.11.11 |
| 573 | 2026-08-19T00:48:09.522Z | Downloaded bitfield v0.19.4 |
| 574 | 2026-08-19T00:48:09.525Z | Downloaded blowfish v0.10.0 |
| 575 | 2026-08-19T00:48:09.528Z | Downloaded cbc v0.2.1 |
| 576 | 2026-08-19T00:48:09.531Z | Downloaded sapling-renderdag v0.1.0 |
| 577 | 2026-08-19T00:48:09.533Z | Downloaded quick-error v1.2.3 |
| 578 | 2026-08-19T00:48:09.537Z | Downloaded cexpr v0.6.0 |
| 579 | 2026-08-19T00:48:09.537Z | Downloaded opaque-debug v0.3.1 |
| 580 | 2026-08-19T00:48:09.537Z | Downloaded serde_repr v0.1.20 |
| 581 | 2026-08-19T00:48:09.537Z | Downloaded precomputed-hash v0.1.1 |
| 582 | 2026-08-19T00:48:09.540Z | Downloaded secrecy v0.8.0 |
| 583 | 2026-08-19T00:48:09.541Z | Downloaded sigpipe v0.1.3 |
| 584 | 2026-08-19T00:48:09.544Z | Downloaded slog-envlogger v2.2.0 |
| 585 | 2026-08-19T00:48:09.544Z | Downloaded percent-encoding v2.3.2 |
| 586 | 2026-08-19T00:48:09.547Z | Downloaded enum_dispatch v0.3.13 |
| 587 | 2026-08-19T00:48:09.547Z | Downloaded git-stub-vcs v0.1.0 |
| 588 | 2026-08-19T00:48:09.550Z | Downloaded futures-task v0.3.32 |
| 589 | 2026-08-19T00:48:09.552Z | Downloaded ena v0.14.4 |
| 590 | 2026-08-19T00:48:09.555Z | Downloaded erased-serde v0.3.31 |
| 591 | 2026-08-19T00:48:09.555Z | Downloaded group v0.13.0 |
| 592 | 2026-08-19T00:48:09.558Z | Downloaded bzip2 v0.6.1 |
| 593 | 2026-08-19T00:48:09.562Z | Downloaded argon2 v0.6.0-rc.8 |
| 594 | 2026-08-19T00:48:09.562Z | Downloaded group v0.14.0 |
| 595 | 2026-08-19T00:48:09.562Z | Downloaded anstream v0.6.21 |
| 596 | 2026-08-19T00:48:09.565Z | Downloaded buf-list v1.1.2 |
| 597 | 2026-08-19T00:48:09.565Z | Downloaded hex-literal v1.1.0 |
| 598 | 2026-08-19T00:48:09.565Z | Downloaded find-msvc-tools v0.1.9 |
| 599 | 2026-08-19T00:48:09.568Z | Downloaded flagset v0.4.7 |
| 600 | 2026-08-19T00:48:09.568Z | Downloaded highway v1.3.0 |
| 601 | 2026-08-19T00:48:09.571Z | Downloaded rand_pcg v0.10.2 |
| 602 | 2026-08-19T00:48:09.571Z | Downloaded cipher v0.4.4 |
| 603 | 2026-08-19T00:48:09.571Z | Downloaded argon2 v0.5.3 |
| 604 | 2026-08-19T00:48:09.574Z | Downloaded globset v0.4.18 |
| 605 | 2026-08-19T00:48:09.577Z | Downloaded bs58 v0.5.1 |
| 606 | 2026-08-19T00:48:09.577Z | Downloaded cmake v0.1.57 |
| 607 | 2026-08-19T00:48:09.577Z | Downloaded num-complex v0.4.6 |
| 608 | 2026-08-19T00:48:09.580Z | Downloaded cassowary v0.3.0 |
| 609 | 2026-08-19T00:48:09.583Z | Downloaded signal-hook-tokio v0.3.1 |
| 610 | 2026-08-19T00:48:09.583Z | Downloaded byte-wrapper v0.1.0 |
| 611 | 2026-08-19T00:48:09.586Z | Downloaded camino-tempfile-ext v0.3.3 |
| 612 | 2026-08-19T00:48:09.589Z | Downloaded compression-codecs v0.4.37 |
| 613 | 2026-08-19T00:48:09.589Z | Downloaded glob v0.3.3 |
| 614 | 2026-08-19T00:48:09.592Z | Downloaded rtoolbox v0.0.3 |
| 615 | 2026-08-19T00:48:09.592Z | Downloaded rustc_version v0.4.1 |
| 616 | 2026-08-19T00:48:09.595Z | Downloaded strip-ansi-escapes v0.2.1 |
| 617 | 2026-08-19T00:48:09.598Z | Downloaded strum v0.27.2 |
| 618 | 2026-08-19T00:48:09.601Z | Downloaded supports-hyperlinks v3.2.0 |
| 619 | 2026-08-19T00:48:09.601Z | Downloaded take_mut v0.2.2 |
| 620 | 2026-08-19T00:48:09.601Z | Downloaded bcs v0.1.6 |
| 621 | 2026-08-19T00:48:09.604Z | Downloaded packed_struct v0.10.1 |
| 622 | 2026-08-19T00:48:09.604Z | Downloaded paste v1.0.15 |
| 623 | 2026-08-19T00:48:09.608Z | Downloaded peg-macros v0.8.5 |
| 624 | 2026-08-19T00:48:09.608Z | Downloaded num_enum v0.5.11 |
| 625 | 2026-08-19T00:48:09.611Z | Downloaded async-bb8-diesel v0.2.1 |
| 626 | 2026-08-19T00:48:09.611Z | Downloaded bzip2 v0.4.4 |
| 627 | 2026-08-19T00:48:09.611Z | Downloaded colored v2.2.0 |
| 628 | 2026-08-19T00:48:09.614Z | Downloaded colored v3.1.1 |
| 629 | 2026-08-19T00:48:09.614Z | Downloaded chacha20 v0.9.1 |
| 630 | 2026-08-19T00:48:09.614Z | Downloaded console v0.15.11 |
| 631 | 2026-08-19T00:48:09.617Z | Downloaded bitflags v1.3.2 |
| 632 | 2026-08-19T00:48:09.619Z | Downloaded cancel-safe-futures v0.1.5 |
| 633 | 2026-08-19T00:48:09.620Z | Downloaded chacha20 v0.10.0 |
| 634 | 2026-08-19T00:48:09.622Z | Downloaded cmov v0.5.4 |
| 635 | 2026-08-19T00:48:09.622Z | Downloaded console v0.16.2 |
| 636 | 2026-08-19T00:48:09.623Z | Downloaded rustls-pemfile v2.2.0 |
| 637 | 2026-08-19T00:48:09.625Z | Downloaded scroll v0.13.0 |
| 638 | 2026-08-19T00:48:09.625Z | Downloaded sec1 v0.8.1 |
| 639 | 2026-08-19T00:48:09.625Z | Downloaded topological-sort v0.2.2 |
| 640 | 2026-08-19T00:48:09.625Z | Downloaded num_enum_derive v0.7.6 |
| 641 | 2026-08-19T00:48:09.628Z | Downloaded oxide-update-engine v0.1.2 |
| 642 | 2026-08-19T00:48:09.628Z | Downloaded pem-rfc7468 v0.7.0 |
| 643 | 2026-08-19T00:48:09.628Z | Downloaded pem-rfc7468 v1.0.0 |
| 644 | 2026-08-19T00:48:09.631Z | Downloaded wait-timeout v0.2.1 |
| 645 | 2026-08-19T00:48:09.631Z | Downloaded waitgroup v0.1.2 |
| 646 | 2026-08-19T00:48:09.631Z | Downloaded port-file v0.1.0 |
| 647 | 2026-08-19T00:48:09.633Z | Downloaded primefield v0.14.0 |
| 648 | 2026-08-19T00:48:09.633Z | Downloaded allocator-api2 v0.2.21 |
| 649 | 2026-08-19T00:48:09.636Z | Downloaded half v1.8.3 |
| 650 | 2026-08-19T00:48:09.637Z | Downloaded httparse v1.10.1 |
| 651 | 2026-08-19T00:48:09.639Z | Downloaded http-body-util v0.1.3 |
| 652 | 2026-08-19T00:48:09.642Z | Downloaded progenitor-client v0.13.0 |
| 653 | 2026-08-19T00:48:09.642Z | Downloaded unarray v0.1.4 |
| 654 | 2026-08-19T00:48:09.645Z | Downloaded unicode-truncate v1.1.0 |
| 655 | 2026-08-19T00:48:09.645Z | Downloaded utf-8 v0.7.6 |
| 656 | 2026-08-19T00:48:09.648Z | Downloaded getrandom v0.2.17 |
| 657 | 2026-08-19T00:48:09.648Z | Downloaded hmac v0.12.1 |
| 658 | 2026-08-19T00:48:09.650Z | Downloaded slog-dtrace v0.3.0 |
| 659 | 2026-08-19T00:48:09.651Z | Downloaded ciborium v0.2.2 |
| 660 | 2026-08-19T00:48:09.654Z | Downloaded blake2 v0.11.0-rc.6 |
| 661 | 2026-08-19T00:48:09.654Z | Downloaded zeroize_derive v1.5.0 |
| 662 | 2026-08-19T00:48:09.654Z | Downloaded convert_case v0.4.0 |
| 663 | 2026-08-19T00:48:09.656Z | Downloaded getrandom v0.4.3 |
| 664 | 2026-08-19T00:48:09.657Z | Downloaded fs_extra v1.3.0 |
| 665 | 2026-08-19T00:48:09.662Z | Downloaded async-compression v0.4.41 |
| 666 | 2026-08-19T00:48:09.666Z | Downloaded xshell-macros v0.2.7 |
| 667 | 2026-08-19T00:48:09.668Z | Downloaded rand_seeder v0.4.0 |
| 668 | 2026-08-19T00:48:09.668Z | Downloaded synstructure v0.13.2 |
| 669 | 2026-08-19T00:48:09.668Z | Downloaded termios v0.3.3 |
| 670 | 2026-08-19T00:48:09.671Z | Downloaded smf v0.2.3 |
| 671 | 2026-08-19T00:48:09.671Z | Downloaded snafu-derive v0.8.9 |
| 672 | 2026-08-19T00:48:09.674Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 673 | 2026-08-19T00:48:09.674Z | Downloaded cstr-argument v0.1.2 |
| 674 | 2026-08-19T00:48:09.677Z | Downloaded crunchy v0.2.4 |
| 675 | 2026-08-19T00:48:09.677Z | Downloaded zone_cfg_derive v0.3.1 |
| 676 | 2026-08-19T00:48:09.677Z | Downloaded document-features v0.2.12 |
| 677 | 2026-08-19T00:48:09.680Z | Downloaded difflib v0.4.0 |
| 678 | 2026-08-19T00:48:09.683Z | Downloaded const-oid v0.9.6 |
| 679 | 2026-08-19T00:48:09.683Z | Downloaded primeorder v0.13.6 |
| 680 | 2026-08-19T00:48:09.685Z | Downloaded quinn-udp v0.5.14 |
| 681 | 2026-08-19T00:48:09.685Z | Downloaded resolv-conf v0.7.6 |
| 682 | 2026-08-19T00:48:09.686Z | Downloaded thread_local v1.1.9 |
| 683 | 2026-08-19T00:48:09.688Z | Downloaded salsa20 v0.11.0 |
| 684 | 2026-08-19T00:48:09.691Z | Downloaded serdect v0.4.3 |
| 685 | 2026-08-19T00:48:09.694Z | Downloaded tls_codec_derive v0.4.2 |
| 686 | 2026-08-19T00:48:09.694Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 687 | 2026-08-19T00:48:09.694Z | Downloaded tui-tree-widget v0.23.1 |
| 688 | 2026-08-19T00:48:09.697Z | Downloaded vergen-lib v0.1.6 |
| 689 | 2026-08-19T00:48:09.700Z | Downloaded debug-ignore v1.0.5 |
| 690 | 2026-08-19T00:48:09.702Z | Downloaded instability v0.3.11 |
| 691 | 2026-08-19T00:48:09.705Z | Downloaded dirs-sys-next v0.1.2 |
| 692 | 2026-08-19T00:48:09.705Z | Downloaded display-error-chain v0.2.2 |
| 693 | 2026-08-19T00:48:09.723Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 694 | 2026-08-19T00:48:09.726Z | Downloaded libscf-sys v1.2.0 |
| 695 | 2026-08-19T00:48:09.729Z | Downloaded parking_lot v0.12.5 |
| 696 | 2026-08-19T00:48:09.729Z | Downloaded base64 v0.22.1 |
| 697 | 2026-08-19T00:48:09.732Z | Downloaded is_ci v1.2.0 |
| 698 | 2026-08-19T00:48:09.732Z | Downloaded cipher v0.5.2 |
| 699 | 2026-08-19T00:48:09.735Z | Downloaded hmac v0.13.0 |
| 700 | 2026-08-19T00:48:09.735Z | Downloaded unicase v2.9.0 |
| 701 | 2026-08-19T00:48:09.738Z | Downloaded half v2.7.1 |
| 702 | 2026-08-19T00:48:09.738Z | Downloaded headers v0.4.1 |
| 703 | 2026-08-19T00:48:09.741Z | Downloaded jiff-static v0.2.34 |
| 704 | 2026-08-19T00:48:09.741Z | Downloaded kem v0.3.0 |
| 705 | 2026-08-19T00:48:09.741Z | Downloaded olpc-cjson v0.1.4 |
| 706 | 2026-08-19T00:48:09.741Z | Downloaded lru-slab v0.1.2 |
| 707 | 2026-08-19T00:48:09.744Z | Downloaded maplit v1.0.2 |
| 708 | 2026-08-19T00:48:09.746Z | Downloaded newtype-uuid-macros v0.1.0 |
| 709 | 2026-08-19T00:48:09.746Z | Downloaded phf_shared v0.12.1 |
| 710 | 2026-08-19T00:48:09.746Z | Downloaded serde_cbor v0.11.2 |
| 711 | 2026-08-19T00:48:09.749Z | Downloaded critical-section v1.2.0 |
| 712 | 2026-08-19T00:48:09.749Z | Downloaded term v1.2.1 |
| 713 | 2026-08-19T00:48:09.749Z | Downloaded time-macros v0.2.27 |
| 714 | 2026-08-19T00:48:09.753Z | Downloaded pkcs5 v0.8.1 |
| 715 | 2026-08-19T00:48:09.756Z | Downloaded potential_utf v0.1.4 |
| 716 | 2026-08-19T00:48:09.759Z | Downloaded predicates-core v1.0.10 |
| 717 | 2026-08-19T00:48:09.759Z | Downloaded corncobs v0.1.4 |
| 718 | 2026-08-19T00:48:09.759Z | Downloaded multimap v0.10.1 |
| 719 | 2026-08-19T00:48:09.759Z | Downloaded der_derive v0.7.3 |
| 720 | 2026-08-19T00:48:09.762Z | Downloaded diesel-dtrace v0.5.0 |
| 721 | 2026-08-19T00:48:09.762Z | Downloaded displaydoc v0.2.5 |
| 722 | 2026-08-19T00:48:09.762Z | Downloaded prefix-trie v0.7.0 |
| 723 | 2026-08-19T00:48:09.764Z | Downloaded rustls-pki-types v1.14.0 |
| 724 | 2026-08-19T00:48:09.764Z | Downloaded match_cfg v0.1.0 |
| 725 | 2026-08-19T00:48:09.767Z | Downloaded newtype_derive v0.1.6 |
| 726 | 2026-08-19T00:48:09.767Z | Downloaded managed v0.8.0 |
| 727 | 2026-08-19T00:48:09.767Z | Downloaded num-conv v0.2.0 |
| 728 | 2026-08-19T00:48:09.767Z | Downloaded lzss v0.8.2 |
| 729 | 2026-08-19T00:48:09.768Z | Downloaded num-derive v0.4.2 |
| 730 | 2026-08-19T00:48:09.770Z | Downloaded parse-size v1.1.0 |
| 731 | 2026-08-19T00:48:09.770Z | Downloaded tracing-attributes v0.1.31 |
| 732 | 2026-08-19T00:48:09.773Z | Downloaded arc-swap v1.8.2 |
| 733 | 2026-08-19T00:48:09.777Z | Downloaded radium v0.7.0 |
| 734 | 2026-08-19T00:48:09.779Z | Downloaded chacha20poly1305 v0.10.1 |
| 735 | 2026-08-19T00:48:09.780Z | Downloaded compact_str v0.8.1 |
| 736 | 2026-08-19T00:48:09.780Z | Downloaded omicron-zone-package v0.12.3 |
| 737 | 2026-08-19T00:48:09.782Z | Downloaded progenitor-impl v0.14.0 |
| 738 | 2026-08-19T00:48:09.782Z | Downloaded seq-macro v0.3.6 |
| 739 | 2026-08-19T00:48:09.791Z | Downloaded defmt-macros v1.0.1 |
| 740 | 2026-08-19T00:48:09.794Z | Downloaded derive_builder_core v0.20.2 |
| 741 | 2026-08-19T00:48:09.794Z | Downloaded flume v0.11.1 |
| 742 | 2026-08-19T00:48:09.797Z | Downloaded heapless v0.8.0 |
| 743 | 2026-08-19T00:48:09.799Z | Downloaded futures v0.3.32 |
| 744 | 2026-08-19T00:48:09.802Z | Downloaded progenitor-macro v0.13.0 |
| 745 | 2026-08-19T00:48:09.802Z | Downloaded progenitor-macro v0.14.0 |
| 746 | 2026-08-19T00:48:09.802Z | Downloaded ref-cast v1.0.25 |
| 747 | 2026-08-19T00:48:09.805Z | Downloaded tokio-stream v0.1.18 |
| 748 | 2026-08-19T00:48:09.807Z | Downloaded progenitor-impl v0.13.0 |
| 749 | 2026-08-19T00:48:09.810Z | Downloaded ar_archive_writer v0.5.1 |
| 750 | 2026-08-19T00:48:09.810Z | Downloaded base64 v0.21.7 |
| 751 | 2026-08-19T00:48:09.813Z | Downloaded signature v2.2.0 |
| 752 | 2026-08-19T00:48:09.816Z | Downloaded indoc v1.0.9 |
| 753 | 2026-08-19T00:48:09.819Z | Downloaded siphasher v1.0.2 |
| 754 | 2026-08-19T00:48:09.823Z | Downloaded chumsky v0.9.3 |
| 755 | 2026-08-19T00:48:09.826Z | Downloaded strsim v0.10.0 |
| 756 | 2026-08-19T00:48:09.829Z | Downloaded rcgen v0.12.1 |
| 757 | 2026-08-19T00:48:09.833Z | Downloaded ipnet v2.12.0 |
| 758 | 2026-08-19T00:48:09.836Z | Downloaded strum v0.26.3 |
| 759 | 2026-08-19T00:48:09.836Z | Downloaded darling v0.20.11 |
| 760 | 2026-08-19T00:48:09.839Z | Downloaded phc v0.6.1 |
| 761 | 2026-08-19T00:48:09.842Z | Downloaded semver v0.1.20 |
| 762 | 2026-08-19T00:48:09.842Z | Downloaded shell-words v1.1.1 |
| 763 | 2026-08-19T00:48:09.842Z | Downloaded slog-bunyan v2.5.0 |
| 764 | 2026-08-19T00:48:09.842Z | Downloaded oxnet v0.1.6 |
| 765 | 2026-08-19T00:48:09.845Z | Downloaded sha1 v0.11.0 |
| 766 | 2026-08-19T00:48:09.845Z | Downloaded thread-id v5.1.0 |
| 767 | 2026-08-19T00:48:09.845Z | Downloaded primeorder v0.14.0 |
| 768 | 2026-08-19T00:48:09.845Z | Downloaded tap v1.0.1 |
| 769 | 2026-08-19T00:48:09.848Z | Downloaded spin v0.9.8 |
| 770 | 2026-08-19T00:48:09.848Z | Downloaded tls_codec v0.4.2 |
| 771 | 2026-08-19T00:48:09.848Z | Downloaded tungstenite v0.21.0 |
| 772 | 2026-08-19T00:48:09.851Z | Downloaded subprocess v0.2.15 |
| 773 | 2026-08-19T00:48:09.855Z | Downloaded unsafe-libyaml v0.2.11 |
| 774 | 2026-08-19T00:48:09.855Z | Downloaded knus-derive v3.4.0 |
| 775 | 2026-08-19T00:48:09.858Z | Downloaded packed_struct_codegen v0.10.1 |
| 776 | 2026-08-19T00:48:09.859Z | Downloaded multer v3.1.0 |
| 777 | 2026-08-19T00:48:09.859Z | Downloaded password-hash v0.5.0 |
| 778 | 2026-08-19T00:48:09.859Z | Downloaded pin-project-lite v0.2.17 |
| 779 | 2026-08-19T00:48:09.862Z | Downloaded rand_xorshift v0.4.0 |
| 780 | 2026-08-19T00:48:09.862Z | Downloaded rustc-demangle v0.1.27 |
| 781 | 2026-08-19T00:48:09.865Z | Downloaded proc-macro-error2 v2.0.1 |
| 782 | 2026-08-19T00:48:09.868Z | Downloaded typify-macro v0.6.2 |
| 783 | 2026-08-19T00:48:09.868Z | Downloaded universal-hash v0.5.1 |
| 784 | 2026-08-19T00:48:09.868Z | Downloaded unit-prefix v0.5.2 |
| 785 | 2026-08-19T00:48:09.868Z | Downloaded oso v0.27.3 |
| 786 | 2026-08-19T00:48:09.871Z | Downloaded cpubits v0.1.1 |
| 787 | 2026-08-19T00:48:09.874Z | Downloaded cpufeatures v0.3.0 |
| 788 | 2026-08-19T00:48:09.874Z | Downloaded derive_builder v0.20.2 |
| 789 | 2026-08-19T00:48:09.877Z | Downloaded toml v0.7.8 |
| 790 | 2026-08-19T00:48:09.880Z | Downloaded pkg-config v0.3.32 |
| 791 | 2026-08-19T00:48:09.880Z | Downloaded progenitor-extras v0.2.0 |
| 792 | 2026-08-19T00:48:09.880Z | Downloaded recursive v0.1.1 |
| 793 | 2026-08-19T00:48:09.884Z | Downloaded serde_with_macros v1.5.2 |
| 794 | 2026-08-19T00:48:09.887Z | Downloaded heapless v0.7.17 |
| 795 | 2026-08-19T00:48:09.890Z | Downloaded hybrid-array v0.4.13 |
| 796 | 2026-08-19T00:48:09.893Z | Downloaded spki v0.8.0 |
| 797 | 2026-08-19T00:48:09.893Z | Downloaded libsw v3.5.0 |
| 798 | 2026-08-19T00:48:09.896Z | Downloaded utf8_iter v1.0.4 |
| 799 | 2026-08-19T00:48:09.899Z | Downloaded zerofrom-derive v0.1.6 |
| 800 | 2026-08-19T00:48:09.899Z | Downloaded crucible-workspace-hack v0.1.0 |
| 801 | 2026-08-19T00:48:09.899Z | Downloaded crypto-common v0.2.2 |
| 802 | 2026-08-19T00:48:09.899Z | Downloaded darling_macro v0.20.11 |
| 803 | 2026-08-19T00:48:09.899Z | Downloaded hashbrown v0.13.2 |
| 804 | 2026-08-19T00:48:09.902Z | Downloaded downcast-rs v2.0.2 |
| 805 | 2026-08-19T00:48:09.902Z | Downloaded litrs v1.0.0 |
| 806 | 2026-08-19T00:48:09.905Z | Downloaded aes v0.9.1 |
| 807 | 2026-08-19T00:48:09.909Z | Downloaded darling_macro v0.13.4 |
| 808 | 2026-08-19T00:48:09.909Z | Downloaded owo-colors v4.3.0 |
| 809 | 2026-08-19T00:48:09.940Z | Downloaded stacker v0.1.23 |
| 810 | 2026-08-19T00:48:09.940Z | Downloaded strum_macros v0.24.3 |
| 811 | 2026-08-19T00:48:09.940Z | Downloaded crossbeam-utils v0.8.21 |
| 812 | 2026-08-19T00:48:09.940Z | Downloaded secrecy v0.10.3 |
| 813 | 2026-08-19T00:48:09.940Z | Downloaded strum_macros v0.26.4 |
| 814 | 2026-08-19T00:48:09.940Z | Downloaded inout v0.2.2 |
| 815 | 2026-08-19T00:48:09.941Z | Downloaded indent_write v2.2.0 |
| 816 | 2026-08-19T00:48:09.941Z | Downloaded lalrpop-util v0.19.12 |
| 817 | 2026-08-19T00:48:09.941Z | Downloaded rayon-core v1.13.0 |
| 818 | 2026-08-19T00:48:09.941Z | Downloaded rand v0.8.6 |
| 819 | 2026-08-19T00:48:09.941Z | Downloaded schemars v1.2.1 |
| 820 | 2026-08-19T00:48:09.941Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 821 | 2026-08-19T00:48:09.944Z | Downloaded zopfli v0.8.3 |
| 822 | 2026-08-19T00:48:09.945Z | Downloaded vte v0.14.1 |
| 823 | 2026-08-19T00:48:09.945Z | Downloaded tinystr v0.8.2 |
| 824 | 2026-08-19T00:48:09.945Z | Downloaded md5 v0.8.0 |
| 825 | 2026-08-19T00:48:09.945Z | Downloaded vsss-rs v3.3.4 |
| 826 | 2026-08-19T00:48:09.947Z | Downloaded bumpalo v3.20.2 |
| 827 | 2026-08-19T00:48:09.947Z | Downloaded zerovec-derive v0.11.2 |
| 828 | 2026-08-19T00:48:09.948Z | Downloaded num v0.4.3 |
| 829 | 2026-08-19T00:48:09.950Z | Downloaded ecdsa v0.17.0 |
| 830 | 2026-08-19T00:48:09.950Z | Downloaded p256 v0.14.0 |
| 831 | 2026-08-19T00:48:09.953Z | Downloaded pkcs8 v0.11.0 |
| 832 | 2026-08-19T00:48:09.953Z | Downloaded peg-runtime v0.8.5 |
| 833 | 2026-08-19T00:48:09.956Z | Downloaded predicates-tree v1.0.13 |
| 834 | 2026-08-19T00:48:09.956Z | Downloaded proc-macro-crate v3.4.0 |
| 835 | 2026-08-19T00:48:09.956Z | Downloaded mime v0.3.17 |
| 836 | 2026-08-19T00:48:09.956Z | Downloaded openssl-probe v0.1.6 |
| 837 | 2026-08-19T00:48:09.959Z | Downloaded hickory-resolver v0.25.2 |
| 838 | 2026-08-19T00:48:09.962Z | Downloaded openssl-probe v0.2.1 |
| 839 | 2026-08-19T00:48:09.962Z | Downloaded zstd v0.13.3 |
| 840 | 2026-08-19T00:48:09.962Z | Downloaded path-slash v0.1.5 |
| 841 | 2026-08-19T00:48:09.966Z | Downloaded hkdf v0.12.4 |
| 842 | 2026-08-19T00:48:09.966Z | Downloaded flate2 v1.1.9 |
| 843 | 2026-08-19T00:48:09.969Z | Downloaded hickory-resolver v0.24.4 |
| 844 | 2026-08-19T00:48:09.969Z | Downloaded hashbrown v0.12.3 |
| 845 | 2026-08-19T00:48:09.972Z | Downloaded hickory-server v0.25.2 |
| 846 | 2026-08-19T00:48:09.974Z | Downloaded slog-term v2.9.2 |
| 847 | 2026-08-19T00:48:09.977Z | Downloaded smallvec v0.6.14 |
| 848 | 2026-08-19T00:48:09.977Z | Downloaded whoami v2.1.0 |
| 849 | 2026-08-19T00:48:09.977Z | Downloaded zip v0.6.6 |
| 850 | 2026-08-19T00:48:09.980Z | Downloaded ed25519 v3.0.0 |
| 851 | 2026-08-19T00:48:09.983Z | Downloaded deranged v0.5.8 |
| 852 | 2026-08-19T00:48:09.983Z | Downloaded progenitor-client v0.14.0 |
| 853 | 2026-08-19T00:48:09.983Z | Downloaded rfc6979 v0.4.0 |
| 854 | 2026-08-19T00:48:09.983Z | Downloaded crc-any v2.5.0 |
| 855 | 2026-08-19T00:48:09.986Z | Downloaded darling_core v0.21.3 |
| 856 | 2026-08-19T00:48:09.989Z | Downloaded cc v1.2.56 |
| 857 | 2026-08-19T00:48:09.991Z | Downloaded scroll_derive v0.13.1 |
| 858 | 2026-08-19T00:48:09.991Z | Downloaded serde_plain v1.0.2 |
| 859 | 2026-08-19T00:48:09.994Z | Downloaded derive-ex v0.1.8 |
| 860 | 2026-08-19T00:48:09.994Z | Downloaded rand v0.9.2 |
| 861 | 2026-08-19T00:48:09.997Z | Downloaded tabwriter v1.4.1 |
| 862 | 2026-08-19T00:48:09.997Z | Downloaded tinyvec_macros v0.1.1 |
| 863 | 2026-08-19T00:48:09.997Z | Downloaded ipnetwork v0.21.1 |
| 864 | 2026-08-19T00:48:10.000Z | Downloaded icu_normalizer v2.1.1 |
| 865 | 2026-08-19T00:48:10.004Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 866 | 2026-08-19T00:48:10.004Z | Downloaded serde-big-array v0.5.1 |
| 867 | 2026-08-19T00:48:10.004Z | Downloaded signal-hook-mio v0.2.5 |
| 868 | 2026-08-19T00:48:10.007Z | Downloaded stable_deref_trait v1.2.1 |
| 869 | 2026-08-19T00:48:10.007Z | Downloaded native-tls v0.2.18 |
| 870 | 2026-08-19T00:48:10.012Z | Downloaded libsw-core v0.3.2 |
| 871 | 2026-08-19T00:48:10.014Z | Downloaded zstd-safe v7.2.4 |
| 872 | 2026-08-19T00:48:10.017Z | Downloaded usdt-attr-macro v0.6.0 |
| 873 | 2026-08-19T00:48:10.017Z | Downloaded void v1.0.2 |
| 874 | 2026-08-19T00:48:10.020Z | Downloaded tokio-rustls v0.26.4 |
| 875 | 2026-08-19T00:48:10.023Z | Downloaded xattr v1.6.1 |
| 876 | 2026-08-19T00:48:10.026Z | Downloaded r2d2 v0.8.10 |
| 877 | 2026-08-19T00:48:10.029Z | Downloaded universal-hash v0.6.1 |
| 878 | 2026-08-19T00:48:10.029Z | Downloaded miette-derive v7.6.0 |
| 879 | 2026-08-19T00:48:10.031Z | Downloaded http v1.4.2 |
| 880 | 2026-08-19T00:48:10.034Z | Downloaded mime_guess v2.0.5 |
| 881 | 2026-08-19T00:48:10.037Z | Downloaded zone v0.3.1 |
| 882 | 2026-08-19T00:48:10.037Z | Downloaded pbkdf2 v0.13.0 |
| 883 | 2026-08-19T00:48:10.037Z | Downloaded tokio-test v0.4.5 |
| 884 | 2026-08-19T00:48:10.040Z | Downloaded crc v3.4.0 |
| 885 | 2026-08-19T00:48:10.044Z | Downloaded smallvec v1.15.1 |
| 886 | 2026-08-19T00:48:10.051Z | Downloaded steno v0.4.1 |
| 887 | 2026-08-19T00:48:10.054Z | Downloaded darling_core v0.20.11 |
| 888 | 2026-08-19T00:48:10.057Z | Downloaded indicatif v0.18.4 |
| 889 | 2026-08-19T00:48:10.060Z | Downloaded serde_path_to_error v0.1.20 |
| 890 | 2026-08-19T00:48:10.060Z | Downloaded slab v0.4.12 |
| 891 | 2026-08-19T00:48:10.063Z | Downloaded jobserver v0.1.34 |
| 892 | 2026-08-19T00:48:10.064Z | Downloaded humantime v2.3.0 |
| 893 | 2026-08-19T00:48:10.064Z | Downloaded hyper-tls v0.6.0 |
| 894 | 2026-08-19T00:48:10.067Z | Downloaded instant v0.1.13 |
| 895 | 2026-08-19T00:48:10.067Z | Downloaded rustls-native-certs v0.8.3 |
| 896 | 2026-08-19T00:48:10.070Z | Downloaded defmt v0.3.100 |
| 897 | 2026-08-19T00:48:10.070Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 898 | 2026-08-19T00:48:10.073Z | Downloaded memoffset v0.9.1 |
| 899 | 2026-08-19T00:48:10.082Z | Downloaded dyn-clone v1.0.20 |
| 900 | 2026-08-19T00:48:10.085Z | Downloaded idna_adapter v1.2.1 |
| 901 | 2026-08-19T00:48:10.088Z | Downloaded schemars v0.9.0 |
| 902 | 2026-08-19T00:48:10.092Z | Downloaded zerocopy v0.6.6 |
| 903 | 2026-08-19T00:48:10.095Z | Downloaded lru-cache v0.1.2 |
| 904 | 2026-08-19T00:48:10.095Z | Downloaded tinyvec v1.10.0 |
| 905 | 2026-08-19T00:48:10.098Z | Downloaded ssh-encoding v0.3.0 |
| 906 | 2026-08-19T00:48:10.098Z | Downloaded yansi v1.0.1 |
| 907 | 2026-08-19T00:48:10.098Z | Downloaded walkdir v2.5.0 |
| 908 | 2026-08-19T00:48:10.101Z | Downloaded cookie_store v0.22.1 |
| 909 | 2026-08-19T00:48:10.101Z | Downloaded parking_lot_core v0.9.12 |
| 910 | 2026-08-19T00:48:10.103Z | Downloaded poly1305 v0.9.0 |
| 911 | 2026-08-19T00:48:10.104Z | Downloaded knus v3.4.0 |
| 912 | 2026-08-19T00:48:10.106Z | Downloaded papergrid v0.18.0 |
| 913 | 2026-08-19T00:48:10.109Z | Downloaded ssh-cipher v0.3.0 |
| 914 | 2026-08-19T00:48:10.109Z | Downloaded twox-hash v2.1.2 |
| 915 | 2026-08-19T00:48:10.109Z | Downloaded nom v7.1.3 |
| 916 | 2026-08-19T00:48:10.117Z | Downloaded postgres-types v0.2.12 |
| 917 | 2026-08-19T00:48:10.120Z | Downloaded password-hash v0.6.1 |
| 918 | 2026-08-19T00:48:10.123Z | Downloaded tokio-tungstenite v0.23.1 |
| 919 | 2026-08-19T00:48:10.123Z | Downloaded hashbrown v0.15.5 |
| 920 | 2026-08-19T00:48:10.126Z | Downloaded num-bigint-dig v0.8.6 |
| 921 | 2026-08-19T00:48:10.128Z | Downloaded hashbrown v0.14.5 |
| 922 | 2026-08-19T00:48:10.131Z | Downloaded rfc6979 v0.6.0 |
| 923 | 2026-08-19T00:48:10.131Z | Downloaded daft-derive v0.1.7 |
| 924 | 2026-08-19T00:48:10.134Z | Downloaded darling v0.13.4 |
| 925 | 2026-08-19T00:48:10.134Z | Downloaded rustc_version v0.1.7 |
| 926 | 2026-08-19T00:48:10.134Z | Downloaded serde_bytes v0.11.19 |
| 927 | 2026-08-19T00:48:10.137Z | Downloaded icu_locale_core v2.1.1 |
| 928 | 2026-08-19T00:48:10.140Z | Downloaded rustc-hash v2.1.1 |
| 929 | 2026-08-19T00:48:10.140Z | Downloaded sha2 v0.11.0 |
| 930 | 2026-08-19T00:48:10.140Z | Downloaded supports-unicode v3.0.0 |
| 931 | 2026-08-19T00:48:10.143Z | Downloaded tar v0.4.46 |
| 932 | 2026-08-19T00:48:10.143Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 933 | 2026-08-19T00:48:10.146Z | Downloaded peg v0.8.5 |
| 934 | 2026-08-19T00:48:10.149Z | Downloaded linked-hash-map v0.5.6 |
| 935 | 2026-08-19T00:48:10.149Z | Downloaded uuid v1.23.4 |
| 936 | 2026-08-19T00:48:10.149Z | Downloaded structmeta-derive v0.3.0 |
| 937 | 2026-08-19T00:48:10.152Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 938 | 2026-08-19T00:48:10.152Z | Downloaded num_enum v0.7.6 |
| 939 | 2026-08-19T00:48:10.157Z | Downloaded csv-core v0.1.13 |
| 940 | 2026-08-19T00:48:10.157Z | Downloaded sha1 v0.10.6 |
| 941 | 2026-08-19T00:48:10.159Z | Downloaded schemars v0.8.22 |
| 942 | 2026-08-19T00:48:10.164Z | Downloaded tagptr v0.2.0 |
| 943 | 2026-08-19T00:48:10.167Z | Downloaded url v2.5.8 |
| 944 | 2026-08-19T00:48:10.167Z | Downloaded xshell v0.2.7 |
| 945 | 2026-08-19T00:48:10.170Z | Downloaded unicode-xid v0.2.6 |
| 946 | 2026-08-19T00:48:10.170Z | Downloaded drift v0.2.0 |
| 947 | 2026-08-19T00:48:10.173Z | Downloaded dirs-next v2.0.0 |
| 948 | 2026-08-19T00:48:10.176Z | Downloaded icu_properties v2.1.2 |
| 949 | 2026-08-19T00:48:10.177Z | Downloaded crc-catalog v2.4.0 |
| 950 | 2026-08-19T00:48:10.180Z | Downloaded oxide-tokio-rt v0.1.4 |
| 951 | 2026-08-19T00:48:10.183Z | Downloaded oxide-update-engine-display v0.1.2 |
| 952 | 2026-08-19T00:48:10.183Z | Downloaded phf v0.12.1 |
| 953 | 2026-08-19T00:48:10.183Z | Downloaded progenitor v0.13.0 |
| 954 | 2026-08-19T00:48:10.183Z | Downloaded psm v0.1.30 |
| 955 | 2026-08-19T00:48:10.596Z | Downloaded rsa v0.10.0-rc.18 |
| 956 | 2026-08-19T00:48:10.596Z | Downloaded darling_core v0.23.0 |
| 957 | 2026-08-19T00:48:10.596Z | Downloaded darling_macro v0.23.0 |
| 958 | 2026-08-19T00:48:10.596Z | Downloaded rand_core v0.9.5 |
| 959 | 2026-08-19T00:48:10.596Z | Downloaded ryu v1.0.23 |
| 960 | 2026-08-19T00:48:10.596Z | Downloaded slog-stdlog v4.1.1 |
| 961 | 2026-08-19T00:48:10.596Z | Downloaded defmt v1.0.1 |
| 962 | 2026-08-19T00:48:10.596Z | Downloaded usdt v0.6.0 |
| 963 | 2026-08-19T00:48:10.596Z | Downloaded similar v2.7.0 |
| 964 | 2026-08-19T00:48:10.596Z | Downloaded tokio-tungstenite v0.21.0 |
| 965 | 2026-08-19T00:48:10.596Z | Downloaded maybe-uninit v2.0.0 |
| 966 | 2026-08-19T00:48:10.597Z | Downloaded md-5 v0.10.6 |
| 967 | 2026-08-19T00:48:10.597Z | Downloaded static_assertions v1.1.0 |
| 968 | 2026-08-19T00:48:10.597Z | Downloaded strum_macros v0.27.2 |
| 969 | 2026-08-19T00:48:10.597Z | Downloaded digest-io v0.1.0 |
| 970 | 2026-08-19T00:48:10.597Z | Downloaded ml-kem v0.3.2 |
| 971 | 2026-08-19T00:48:10.597Z | Downloaded keccak v0.1.6 |
| 972 | 2026-08-19T00:48:10.597Z | Downloaded vergen v9.1.0 |
| 973 | 2026-08-19T00:48:10.597Z | Downloaded ed25519-dalek v3.0.0 |
| 974 | 2026-08-19T00:48:10.597Z | Downloaded whoami v1.6.1 |
| 975 | 2026-08-19T00:48:10.597Z | Downloaded scopeguard v1.2.0 |
| 976 | 2026-08-19T00:48:10.597Z | Downloaded sec1 v0.7.3 |
| 977 | 2026-08-19T00:48:10.597Z | Downloaded serde-hex v0.1.0 |
| 978 | 2026-08-19T00:48:10.597Z | Downloaded spki v0.7.3 |
| 979 | 2026-08-19T00:48:10.597Z | Downloaded num-iter v0.1.45 |
| 980 | 2026-08-19T00:48:10.597Z | Downloaded hashbrown v0.16.1 |
| 981 | 2026-08-19T00:48:10.597Z | Downloaded rustls-webpki v0.103.13 |
| 982 | 2026-08-19T00:48:10.597Z | Downloaded rand_core v0.10.0 |
| 983 | 2026-08-19T00:48:10.597Z | Downloaded ecdsa v0.16.9 |
| 984 | 2026-08-19T00:48:10.597Z | Downloaded derive_more v0.99.20 |
| 985 | 2026-08-19T00:48:10.597Z | Downloaded ssh-key v0.7.0-rc.11 |
| 986 | 2026-08-19T00:48:10.597Z | Downloaded ref-cast-impl v1.0.25 |
| 987 | 2026-08-19T00:48:10.597Z | Downloaded socket2 v0.6.3 |
| 988 | 2026-08-19T00:48:10.598Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 989 | 2026-08-19T00:48:10.598Z | Downloaded indoc v2.0.7 |
| 990 | 2026-08-19T00:48:10.598Z | Downloaded nanorand v0.7.0 |
| 991 | 2026-08-19T00:48:10.598Z | Downloaded num-bigint v0.4.6 |
| 992 | 2026-08-19T00:48:10.598Z | Downloaded dof v0.4.0 |
| 993 | 2026-08-19T00:48:10.598Z | Downloaded test-strategy v0.4.5 |
| 994 | 2026-08-19T00:48:10.598Z | Downloaded zerocopy-derive v0.8.55 |
| 995 | 2026-08-19T00:48:10.598Z | Downloaded const_format_proc_macros v0.2.34 |
| 996 | 2026-08-19T00:48:10.598Z | Downloaded serde_urlencoded v0.7.1 |
| 997 | 2026-08-19T00:48:10.598Z | Downloaded time-core v0.1.8 |
| 998 | 2026-08-19T00:48:10.598Z | Downloaded num-traits v0.2.19 |
| 999 | 2026-08-19T00:48:10.598Z | Downloaded p384 v0.14.0 |
| 1000 | 2026-08-19T00:48:10.598Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 1001 | 2026-08-19T00:48:10.598Z | Downloaded zerofrom v0.1.6 |
| 1002 | 2026-08-19T00:48:10.598Z | Downloaded aho-corasick v1.1.4 |
| 1003 | 2026-08-19T00:48:10.598Z | Downloaded rand_core v0.6.4 |
| 1004 | 2026-08-19T00:48:10.598Z | Downloaded schemars_derive v0.8.22 |
| 1005 | 2026-08-19T00:48:10.598Z | Downloaded shlex v1.3.0 |
| 1006 | 2026-08-19T00:48:10.598Z | Downloaded libefi-sys v0.1.0 |
| 1007 | 2026-08-19T00:48:10.598Z | Downloaded hkdf v0.13.0 |
| 1008 | 2026-08-19T00:48:10.598Z | Downloaded crc32fast v1.5.0 |
| 1009 | 2026-08-19T00:48:10.598Z | Downloaded pin-project v1.1.11 |
| 1010 | 2026-08-19T00:48:10.598Z | Downloaded slog-scope v4.4.1 |
| 1011 | 2026-08-19T00:48:10.598Z | Downloaded oso-derive v0.27.3 |
| 1012 | 2026-08-19T00:48:10.598Z | Downloaded phf_shared v0.11.3 |
| 1013 | 2026-08-19T00:48:10.598Z | Downloaded phf_shared v0.13.1 |
| 1014 | 2026-08-19T00:48:10.598Z | Downloaded proc-macro-crate v1.3.1 |
| 1015 | 2026-08-19T00:48:10.598Z | Downloaded h2 v0.4.15 |
| 1016 | 2026-08-19T00:48:10.598Z | Downloaded rpassword v7.5.4 |
| 1017 | 2026-08-19T00:48:10.598Z | Downloaded slog-json v2.6.1 |
| 1018 | 2026-08-19T00:48:10.599Z | Downloaded try-lock v0.2.5 |
| 1019 | 2026-08-19T00:48:10.599Z | Downloaded inout v0.1.4 |
| 1020 | 2026-08-19T00:48:10.599Z | Downloaded dropshot_endpoint v0.17.1 |
| 1021 | 2026-08-19T00:48:10.599Z | Downloaded tokio-native-tls v0.3.1 |
| 1022 | 2026-08-19T00:48:10.599Z | Downloaded vergen-lib v9.1.0 |
| 1023 | 2026-08-19T00:48:10.599Z | Downloaded tracing-core v0.1.36 |
| 1024 | 2026-08-19T00:48:10.599Z | Downloaded icu_provider v2.1.1 |
| 1025 | 2026-08-19T00:48:10.599Z | Downloaded ignore v0.4.25 |
| 1026 | 2026-08-19T00:48:10.599Z | Downloaded untrusted v0.9.0 |
| 1027 | 2026-08-19T00:48:10.599Z | Downloaded progenitor v0.14.0 |
| 1028 | 2026-08-19T00:48:10.599Z | Downloaded pin-project-internal v1.1.11 |
| 1029 | 2026-08-19T00:48:10.599Z | Downloaded ppv-lite86 v0.2.21 |
| 1030 | 2026-08-19T00:48:10.599Z | Downloaded russh-util v0.52.0 |
| 1031 | 2026-08-19T00:48:10.599Z | Downloaded slog-async v2.8.0 |
| 1032 | 2026-08-19T00:48:10.599Z | Downloaded sponge-cursor v0.1.0 |
| 1033 | 2026-08-19T00:48:10.599Z | Downloaded usdt-impl v0.6.0 |
| 1034 | 2026-08-19T00:48:10.599Z | Downloaded darling v0.21.3 |
| 1035 | 2026-08-19T00:48:10.599Z | Downloaded want v0.3.1 |
| 1036 | 2026-08-19T00:48:10.599Z | Downloaded digest v0.11.3 |
| 1037 | 2026-08-19T00:48:10.599Z | Downloaded hyper-rustls v0.27.7 |
| 1038 | 2026-08-19T00:48:10.599Z | Downloaded postcard v1.1.3 |
| 1039 | 2026-08-19T00:48:10.600Z | Downloaded term v0.7.0 |
| 1040 | 2026-08-19T00:48:10.600Z | Downloaded sqlparser_derive v0.5.0 |
| 1041 | 2026-08-19T00:48:10.600Z | Downloaded termtree v0.5.1 |
| 1042 | 2026-08-19T00:48:10.600Z | Downloaded ctutils v0.4.2 |
| 1043 | 2026-08-19T00:48:10.600Z | Downloaded daft v0.1.7 |
| 1044 | 2026-08-19T00:48:10.601Z | Downloaded tokio-util v0.7.18 |
| 1045 | 2026-08-19T00:48:10.601Z | Downloaded rsa v0.9.10 |
| 1046 | 2026-08-19T00:48:10.601Z | Downloaded normalize-line-endings v0.3.0 |
| 1047 | 2026-08-19T00:48:10.602Z | Downloaded parse-display-derive v0.10.0 |
| 1048 | 2026-08-19T00:48:10.602Z | Downloaded indexmap v1.9.3 |
| 1049 | 2026-08-19T00:48:10.602Z | Downloaded new_debug_unreachable v1.0.6 |
| 1050 | 2026-08-19T00:48:10.602Z | Downloaded kstat-rs v0.2.5 |
| 1051 | 2026-08-19T00:48:10.602Z | Downloaded num-rational v0.4.2 |
| 1052 | 2026-08-19T00:48:10.602Z | Downloaded rand_chacha v0.9.0 |
| 1053 | 2026-08-19T00:48:10.602Z | Downloaded reqwest v0.13.2 |
| 1054 | 2026-08-19T00:48:10.602Z | Downloaded tokio-dtrace v0.1.1 |
| 1055 | 2026-08-19T00:48:10.605Z | Downloaded structmeta v0.3.0 |
| 1056 | 2026-08-19T00:48:10.605Z | Downloaded typify v0.6.2 |
| 1057 | 2026-08-19T00:48:10.605Z | Downloaded subtle v2.6.1 |
| 1058 | 2026-08-19T00:48:10.605Z | Downloaded simd-adler32 v0.3.8 |
| 1059 | 2026-08-19T00:48:10.605Z | Downloaded num_threads v0.1.7 |
| 1060 | 2026-08-19T00:48:10.605Z | Downloaded iana-time-zone v0.1.65 |
| 1061 | 2026-08-19T00:48:10.605Z | Downloaded idna v1.1.0 |
| 1062 | 2026-08-19T00:48:10.605Z | Downloaded psl-types v2.0.11 |
| 1063 | 2026-08-19T00:48:10.605Z | Downloaded polyval v0.7.1 |
| 1064 | 2026-08-19T00:48:10.605Z | Downloaded tokio-postgres v0.7.16 |
| 1065 | 2026-08-19T00:48:10.605Z | Downloaded sqlformat v0.3.5 |
| 1066 | 2026-08-19T00:48:10.606Z | Downloaded tower v0.5.3 |
| 1067 | 2026-08-19T00:48:10.606Z | Downloaded itertools v0.14.0 |
| 1068 | 2026-08-19T00:48:10.606Z | Downloaded zerotrie v0.2.3 |
| 1069 | 2026-08-19T00:48:10.606Z | Downloaded diff v0.1.13 |
| 1070 | 2026-08-19T00:48:10.607Z | Downloaded des v0.9.0 |
| 1071 | 2026-08-19T00:48:10.607Z | Downloaded litemap v0.8.1 |
| 1072 | 2026-08-19T00:48:10.607Z | Downloaded pretty_assertions v1.4.1 |
| 1073 | 2026-08-19T00:48:10.607Z | Downloaded unicode-segmentation v1.12.0 |
| 1074 | 2026-08-19T00:48:10.607Z | Downloaded supports-color v3.0.2 |
| 1075 | 2026-08-19T00:48:10.607Z | Downloaded vergen-gitcl v1.0.8 |
| 1076 | 2026-08-19T00:48:10.607Z | Downloaded writeable v0.6.2 |
| 1077 | 2026-08-19T00:48:10.607Z | Downloaded wnaf v0.14.0 |
| 1078 | 2026-08-19T00:48:10.607Z | Downloaded openssl-macros v0.1.1 |
| 1079 | 2026-08-19T00:48:10.607Z | Downloaded derive_builder_macro v0.20.2 |
| 1080 | 2026-08-19T00:48:10.607Z | Downloaded internet-checksum v0.2.1 |
| 1081 | 2026-08-19T00:48:10.607Z | Downloaded publicsuffix v2.3.0 |
| 1082 | 2026-08-19T00:48:10.607Z | Downloaded crossbeam-channel v0.5.15 |
| 1083 | 2026-08-19T00:48:10.607Z | Downloaded signal-hook v0.3.18 |
| 1084 | 2026-08-19T00:48:10.607Z | Downloaded convert_case v0.10.0 |
| 1085 | 2026-08-19T00:48:10.607Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1086 | 2026-08-19T00:48:10.608Z | Downloaded delegate v0.13.5 |
| 1087 | 2026-08-19T00:48:10.608Z | Downloaded ingot v0.2.1 |
| 1088 | 2026-08-19T00:48:10.608Z | Downloaded num_enum_derive v0.5.11 |
| 1089 | 2026-08-19T00:48:10.608Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 1090 | 2026-08-19T00:48:10.608Z | Downloaded hyper-util v0.1.20 |
| 1091 | 2026-08-19T00:48:10.608Z | Downloaded serde_with_macros v3.21.0 |
| 1092 | 2026-08-19T00:48:10.608Z | Downloaded ed25519-dalek v2.2.0 |
| 1093 | 2026-08-19T00:48:10.608Z | Downloaded same-file v1.0.6 |
| 1094 | 2026-08-19T00:48:10.608Z | Downloaded diesel_derives v2.3.7 |
| 1095 | 2026-08-19T00:48:10.608Z | Downloaded postgres-protocol v0.6.10 |
| 1096 | 2026-08-19T00:48:10.608Z | Downloaded rand_chacha v0.3.1 |
| 1097 | 2026-08-19T00:48:10.608Z | Downloaded scrypt v0.12.0 |
| 1098 | 2026-08-19T00:48:10.608Z | Downloaded oxide-update-engine-types v0.1.2 |
| 1099 | 2026-08-19T00:48:10.608Z | Downloaded tower-service v0.3.3 |
| 1100 | 2026-08-19T00:48:10.608Z | Downloaded ident_case v1.0.1 |
| 1101 | 2026-08-19T00:48:10.608Z | Downloaded lazy_static v1.5.0 |
| 1102 | 2026-08-19T00:48:10.608Z | Downloaded support-bundle-viewer v0.1.2 |
| 1103 | 2026-08-19T00:48:10.608Z | Downloaded winnow v1.0.3 |
| 1104 | 2026-08-19T00:48:10.608Z | Downloaded jiff-core v0.1.0 |
| 1105 | 2026-08-19T00:48:10.608Z | Downloaded phf v0.13.1 |
| 1106 | 2026-08-19T00:48:10.608Z | Downloaded reqwest v0.12.28 |
| 1107 | 2026-08-19T00:48:10.608Z | Downloaded unicode-properties v0.1.4 |
| 1108 | 2026-08-19T00:48:10.608Z | Downloaded sync_wrapper v1.0.2 |
| 1109 | 2026-08-19T00:48:10.609Z | Downloaded usdt-macro v0.6.0 |
| 1110 | 2026-08-19T00:48:10.609Z | Downloaded crc8 v0.1.1 |
| 1111 | 2026-08-19T00:48:10.609Z | Downloaded dunce v1.0.5 |
| 1112 | 2026-08-19T00:48:10.609Z | Downloaded untrusted v0.7.1 |
| 1113 | 2026-08-19T00:48:10.609Z | Downloaded portable-atomic v1.13.1 |
| 1114 | 2026-08-19T00:48:10.609Z | Downloaded vergen-git2 v9.1.0 |
| 1115 | 2026-08-19T00:48:10.609Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1116 | 2026-08-19T00:48:10.609Z | Downloaded uzers v0.12.2 |
| 1117 | 2026-08-19T00:48:10.609Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1118 | 2026-08-19T00:48:10.609Z | Downloaded ron v0.8.1 |
| 1119 | 2026-08-19T00:48:10.609Z | Downloaded crossbeam-deque v0.8.6 |
| 1120 | 2026-08-19T00:48:10.609Z | Downloaded ingot-types v0.2.0 |
| 1121 | 2026-08-19T00:48:10.609Z | Downloaded der v0.7.10 |
| 1122 | 2026-08-19T00:48:10.609Z | Downloaded serde_with v3.21.0 |
| 1123 | 2026-08-19T00:48:10.609Z | Downloaded sync-ptr v0.1.4 |
| 1124 | 2026-08-19T00:48:10.609Z | Downloaded illumos-nvpair v0.3.0 |
| 1125 | 2026-08-19T00:48:10.609Z | Downloaded dtrace-parser v0.3.0 |
| 1126 | 2026-08-19T00:48:10.609Z | Downloaded linear-map v1.2.0 |
| 1127 | 2026-08-19T00:48:10.609Z | Downloaded hyper-staticfile v0.10.1 |
| 1128 | 2026-08-19T00:48:10.609Z | Downloaded tokio-macros v2.7.0 |
| 1129 | 2026-08-19T00:48:10.609Z | Downloaded icu_normalizer_data v2.1.1 |
| 1130 | 2026-08-19T00:48:10.609Z | Downloaded newtype-uuid v1.3.2 |
| 1131 | 2026-08-19T00:48:10.609Z | Downloaded trait-variant v0.1.2 |
| 1132 | 2026-08-19T00:48:10.609Z | Downloaded powerfmt v0.2.0 |
| 1133 | 2026-08-19T00:48:10.609Z | Downloaded crypto-primes v0.7.2 |
| 1134 | 2026-08-19T00:48:10.609Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1135 | 2026-08-19T00:48:10.613Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1136 | 2026-08-19T00:48:10.613Z | Downloaded ingot-macros v0.2.0 |
| 1137 | 2026-08-19T00:48:10.613Z | Downloaded num-integer v0.1.46 |
| 1138 | 2026-08-19T00:48:10.613Z | Downloaded lock_api v0.4.14 |
| 1139 | 2026-08-19T00:48:10.613Z | Downloaded predicates v3.1.4 |
| 1140 | 2026-08-19T00:48:10.613Z | Downloaded defmt-parser v1.0.0 |
| 1141 | 2026-08-19T00:48:10.613Z | Downloaded nonempty v0.12.0 |
| 1142 | 2026-08-19T00:48:10.616Z | Downloaded yoke-derive v0.8.1 |
| 1143 | 2026-08-19T00:48:10.616Z | Downloaded cookie v0.18.1 |
| 1144 | 2026-08-19T00:48:10.616Z | Downloaded signal-hook-registry v1.4.8 |
| 1145 | 2026-08-19T00:48:10.624Z | Downloaded x509-cert v0.2.5 |
| 1146 | 2026-08-19T00:48:10.627Z | Downloaded typed-path v0.9.3 |
| 1147 | 2026-08-19T00:48:10.631Z | Downloaded unicode-normalization v0.1.25 |
| 1148 | 2026-08-19T00:48:10.633Z | Downloaded miniz_oxide v0.8.9 |
| 1149 | 2026-08-19T00:48:10.636Z | Downloaded mio v1.2.0 |
| 1150 | 2026-08-19T00:48:10.639Z | Downloaded tough v0.22.0 |
| 1151 | 2026-08-19T00:48:10.642Z | Downloaded libxml v0.3.3 |
| 1152 | 2026-08-19T00:48:10.645Z | Downloaded tower-layer v0.3.3 |
| 1153 | 2026-08-19T00:48:10.647Z | Downloaded constant_time_eq v0.4.2 |
| 1154 | 2026-08-19T00:48:10.647Z | Downloaded serde_spanned v1.1.1 |
| 1155 | 2026-08-19T00:48:10.647Z | Downloaded darling_core v0.13.4 |
| 1156 | 2026-08-19T00:48:10.650Z | Downloaded derive_more v2.1.1 |
| 1157 | 2026-08-19T00:48:10.655Z | Downloaded testing_table v0.3.0 |
| 1158 | 2026-08-19T00:48:10.658Z | Downloaded git2 v0.20.4 |
| 1159 | 2026-08-19T00:48:10.661Z | Downloaded samael v0.0.19 |
| 1160 | 2026-08-19T00:48:10.664Z | Downloaded prettyplease v0.2.37 |
| 1161 | 2026-08-19T00:48:10.666Z | Downloaded keccak v0.2.0 |
| 1162 | 2026-08-19T00:48:10.669Z | Downloaded pkcs8 v0.10.2 |
| 1163 | 2026-08-19T00:48:10.669Z | Downloaded yoke v0.8.1 |
| 1164 | 2026-08-19T00:48:10.669Z | Downloaded dsl_auto_type v0.2.0 |
| 1165 | 2026-08-19T00:48:10.672Z | Downloaded signature v3.0.0 |
| 1166 | 2026-08-19T00:48:10.672Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1167 | 2026-08-19T00:48:10.672Z | Downloaded lru v0.12.5 |
| 1168 | 2026-08-19T00:48:10.672Z | Downloaded serde_derive_internals v0.29.1 |
| 1169 | 2026-08-19T00:48:10.672Z | Downloaded stringprep v0.1.5 |
| 1170 | 2026-08-19T00:48:10.678Z | Downloaded hyper v1.10.1 |
| 1171 | 2026-08-19T00:48:10.678Z | Downloaded toml_edit v0.19.15 |
| 1172 | 2026-08-19T00:48:10.685Z | Downloaded tungstenite v0.23.0 |
| 1173 | 2026-08-19T00:48:10.688Z | Downloaded slog v2.8.2 |
| 1174 | 2026-08-19T00:48:10.690Z | Downloaded string_cache v0.8.9 |
| 1175 | 2026-08-19T00:48:10.691Z | Downloaded data-encoding v2.10.0 |
| 1176 | 2026-08-19T00:48:10.691Z | Downloaded module-lattice v0.2.3 |
| 1177 | 2026-08-19T00:48:10.693Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1178 | 2026-08-19T00:48:10.693Z | Downloaded elliptic-curve v0.13.8 |
| 1179 | 2026-08-19T00:48:10.697Z | Downloaded icu_collections v2.1.1 |
| 1180 | 2026-08-19T00:48:10.699Z | Downloaded darling_macro v0.21.3 |
| 1181 | 2026-08-19T00:48:10.702Z | Downloaded darling v0.23.0 |
| 1182 | 2026-08-19T00:48:10.705Z | Downloaded derive-where v1.6.0 |
| 1183 | 2026-08-19T00:48:10.708Z | Downloaded reedline v0.40.0 |
| 1184 | 2026-08-19T00:48:10.710Z | Downloaded nu-ansi-term v0.50.3 |
| 1185 | 2026-08-19T00:48:10.713Z | Downloaded parking_lot v0.11.2 |
| 1186 | 2026-08-19T00:48:10.717Z | Downloaded thiserror-no-std v2.0.2 |
| 1187 | 2026-08-19T00:48:10.720Z | Downloaded either v1.15.0 |
| 1188 | 2026-08-19T00:48:10.720Z | Downloaded is-terminal v0.4.17 |
| 1189 | 2026-08-19T00:48:10.723Z | Downloaded crossbeam-epoch v0.9.18 |
| 1190 | 2026-08-19T00:48:10.723Z | Downloaded russh-cryptovec v0.62.0 |
| 1191 | 2026-08-19T00:48:10.723Z | Downloaded rustversion v1.0.22 |
| 1192 | 2026-08-19T00:48:10.726Z | Downloaded wyz v0.5.1 |
| 1193 | 2026-08-19T00:48:10.729Z | Downloaded pem v3.0.6 |
| 1194 | 2026-08-19T00:48:10.729Z | Downloaded scuffle v0.1.0 |
| 1195 | 2026-08-19T00:48:10.731Z | Downloaded crossterm v0.29.0 |
| 1196 | 2026-08-19T00:48:10.734Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1197 | 2026-08-19T00:48:10.734Z | Downloaded rusty-fork v0.3.1 |
| 1198 | 2026-08-19T00:48:10.737Z | Downloaded tiny-keccak v2.0.2 |
| 1199 | 2026-08-19T00:48:10.737Z | Downloaded aws-lc-rs v1.16.3 |
| 1200 | 2026-08-19T00:48:10.742Z | Downloaded unicode_categories v0.1.1 |
| 1201 | 2026-08-19T00:48:10.744Z | Downloaded blake3 v1.8.5 |
| 1202 | 2026-08-19T00:48:10.747Z | Downloaded nom v8.0.0 |
| 1203 | 2026-08-19T00:48:10.750Z | Downloaded ctr v0.10.1 |
| 1204 | 2026-08-19T00:48:10.753Z | Downloaded rand v0.10.1 |
| 1205 | 2026-08-19T00:48:10.755Z | Downloaded parking_lot_core v0.8.6 |
| 1206 | 2026-08-19T00:48:10.755Z | Downloaded poly1305 v0.8.0 |
| 1207 | 2026-08-19T00:48:10.758Z | Downloaded winnow v0.5.40 |
| 1208 | 2026-08-19T00:48:10.761Z | Downloaded winnow v0.6.26 |
| 1209 | 2026-08-19T00:48:10.766Z | Downloaded minimal-lexical v0.2.1 |
| 1210 | 2026-08-19T00:48:10.769Z | Downloaded memmap2 v0.9.10 |
| 1211 | 2026-08-19T00:48:10.772Z | Downloaded libloading v0.8.9 |
| 1212 | 2026-08-19T00:48:10.775Z | Downloaded icu_properties_data v2.1.2 |
| 1213 | 2026-08-19T00:48:10.783Z | Downloaded der v0.8.0 |
| 1214 | 2026-08-19T00:48:10.793Z | Downloaded goblin v0.10.5 |
| 1215 | 2026-08-19T00:48:10.797Z | Downloaded snafu v0.8.9 |
| 1216 | 2026-08-19T00:48:10.803Z | Downloaded pkcs1 v0.7.5 |
| 1217 | 2026-08-19T00:48:10.816Z | Downloaded socket2 v0.5.10 |
| 1218 | 2026-08-19T00:48:10.824Z | Downloaded crypto-bigint v0.5.5 |
| 1219 | 2026-08-19T00:48:10.828Z | Downloaded itertools v0.10.5 |
| 1220 | 2026-08-19T00:48:10.832Z | Downloaded salty v0.3.0 |
| 1221 | 2026-08-19T00:48:10.836Z | Downloaded yasna v0.5.2 |
| 1222 | 2026-08-19T00:48:10.842Z | Downloaded zeroize v1.9.0 |
| 1223 | 2026-08-19T00:48:10.842Z | Downloaded ed25519 v2.2.3 |
| 1224 | 2026-08-19T00:48:10.842Z | Downloaded miette v7.6.0 |
| 1225 | 2026-08-19T00:48:10.845Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1226 | 2026-08-19T00:48:10.848Z | Downloaded gimli v0.32.3 |
| 1227 | 2026-08-19T00:48:10.851Z | Downloaded chrono v0.4.45 |
| 1228 | 2026-08-19T00:48:10.855Z | Downloaded const_format v0.2.35 |
| 1229 | 2026-08-19T00:48:10.867Z | Downloaded bitvec v1.0.1 |
| 1230 | 2026-08-19T00:48:10.876Z | Downloaded radix_trie v0.2.1 |
| 1231 | 2026-08-19T00:48:10.880Z | Downloaded itertools v0.13.0 |
| 1232 | 2026-08-19T00:48:10.886Z | Downloaded qorb v0.4.1 |
| 1233 | 2026-08-19T00:48:10.889Z | Downloaded tower-http v0.6.8 |
| 1234 | 2026-08-19T00:48:10.893Z | Downloaded unicode-bidi v0.3.18 |
| 1235 | 2026-08-19T00:48:10.905Z | Downloaded iri-string v0.7.10 |
| 1236 | 2026-08-19T00:48:10.909Z | Downloaded rustyline v14.0.0 |
| 1237 | 2026-08-19T00:48:10.913Z | Downloaded openssl-sys v0.9.117 |
| 1238 | 2026-08-19T00:48:10.915Z | Downloaded bindgen v0.71.1 |
| 1239 | 2026-08-19T00:48:10.919Z | Downloaded crossterm v0.28.1 |
| 1240 | 2026-08-19T00:48:10.923Z | Downloaded quinn v0.11.11 |
| 1241 | 2026-08-19T00:48:10.928Z | Downloaded regex v1.12.3 |
| 1242 | 2026-08-19T00:48:10.931Z | Downloaded zip v4.6.1 |
| 1243 | 2026-08-19T00:48:10.934Z | Downloaded vcpkg v0.2.15 |
| 1244 | 2026-08-19T00:48:10.958Z | Downloaded libm v0.2.16 |
| 1245 | 2026-08-19T00:48:10.963Z | Downloaded p521 v0.14.0 |
| 1246 | 2026-08-19T00:48:10.967Z | Downloaded polar-core v0.27.3 |
| 1247 | 2026-08-19T00:48:10.970Z | Downloaded time v0.3.47 |
| 1248 | 2026-08-19T00:48:10.976Z | Downloaded itertools v0.15.0 |
| 1249 | 2026-08-19T00:48:10.982Z | Downloaded object v0.30.4 |
| 1250 | 2026-08-19T00:48:10.987Z | Downloaded quinn-proto v0.11.16 |
| 1251 | 2026-08-19T00:48:10.992Z | Downloaded serde_with v1.14.0 |
| 1252 | 2026-08-19T00:48:10.995Z | Downloaded proptest v1.11.0 |
| 1253 | 2026-08-19T00:48:10.999Z | Downloaded derive_more-impl v2.1.1 |
| 1254 | 2026-08-19T00:48:11.002Z | Downloaded sha3 v0.12.0 |
| 1255 | 2026-08-19T00:48:11.005Z | Downloaded zerovec v0.11.5 |
| 1256 | 2026-08-19T00:48:11.012Z | Downloaded russh v0.62.4 |
| 1257 | 2026-08-19T00:48:11.033Z | Downloaded dropshot-api-manager v0.8.0 |
| 1258 | 2026-08-19T00:48:11.036Z | Downloaded curve25519-dalek v4.1.3 |
| 1259 | 2026-08-19T00:48:11.041Z | Downloaded hickory-proto v0.24.4 |
| 1260 | 2026-08-19T00:48:11.049Z | Downloaded zlib-rs v0.6.2 |
| 1261 | 2026-08-19T00:48:11.052Z | Downloaded p384 v0.13.1 |
| 1262 | 2026-08-19T00:48:11.055Z | Downloaded regex-syntax v0.8.10 |
| 1263 | 2026-08-19T00:48:11.072Z | Downloaded moka v0.12.13 |
| 1264 | 2026-08-19T00:48:11.077Z | Downloaded rayon v1.11.0 |
| 1265 | 2026-08-19T00:48:11.082Z | Downloaded itertools v0.12.1 |
| 1266 | 2026-08-19T00:48:11.086Z | Downloaded regress v0.10.5 |
| 1267 | 2026-08-19T00:48:11.091Z | Downloaded rawzip v0.4.4 |
| 1268 | 2026-08-19T00:48:11.094Z | Downloaded hickory-proto v0.25.2 |
| 1269 | 2026-08-19T00:48:11.102Z | Downloaded nix v0.28.0 |
| 1270 | 2026-08-19T00:48:11.109Z | Downloaded lalrpop v0.19.12 |
| 1271 | 2026-08-19T00:48:11.115Z | Downloaded bstr v1.12.1 |
| 1272 | 2026-08-19T00:48:11.119Z | Downloaded regress v0.11.1 |
| 1273 | 2026-08-19T00:48:11.126Z | Downloaded openssl v0.10.80 |
| 1274 | 2026-08-19T00:48:11.130Z | Downloaded openapiv3 v2.2.0 |
| 1275 | 2026-08-19T00:48:11.137Z | Downloaded smoltcp v0.9.1 |
| 1276 | 2026-08-19T00:48:11.142Z | Downloaded zerocopy v0.8.55 |
| 1277 | 2026-08-19T00:48:11.154Z | Downloaded petname v2.0.2 |
| 1278 | 2026-08-19T00:48:11.157Z | Downloaded curve25519-dalek v5.0.0 |
| 1279 | 2026-08-19T00:48:11.173Z | Downloaded iddqd v0.4.2 |
| 1280 | 2026-08-19T00:48:11.178Z | Downloaded sqlparser v0.61.0 |
| 1281 | 2026-08-19T00:48:11.185Z | Downloaded regex-syntax v0.6.29 |
| 1282 | 2026-08-19T00:48:11.188Z | Downloaded nix v0.31.2 |
| 1283 | 2026-08-19T00:48:11.199Z | Downloaded quick-xml v0.37.5 |
| 1284 | 2026-08-19T00:48:11.221Z | Downloaded smoltcp v0.11.0 |
| 1285 | 2026-08-19T00:48:11.228Z | Downloaded tabled v0.21.0 |
| 1286 | 2026-08-19T00:48:11.241Z | Downloaded sha3 v0.11.0 |
| 1287 | 2026-08-19T00:48:11.248Z | Downloaded dropshot v0.17.1 |
| 1288 | 2026-08-19T00:48:11.261Z | Downloaded rustls v0.23.41 |
| 1289 | 2026-08-19T00:48:11.269Z | Downloaded zerocopy-derive v0.6.6 |
| 1290 | 2026-08-19T00:48:11.291Z | Downloaded rustix v0.38.44 |
| 1291 | 2026-08-19T00:48:11.301Z | Downloaded tracing v0.1.44 |
| 1292 | 2026-08-19T00:48:11.313Z | Downloaded typify-impl v0.6.2 |
| 1293 | 2026-08-19T00:48:11.321Z | Downloaded object v0.37.3 |
| 1294 | 2026-08-19T00:48:11.328Z | Downloaded nix v0.27.1 |
| 1295 | 2026-08-19T00:48:11.335Z | Downloaded sled v0.34.7 |
| 1296 | 2026-08-19T00:48:11.339Z | Downloaded crypto-bigint v0.7.5 |
| 1297 | 2026-08-19T00:48:11.348Z | Downloaded diesel v2.3.7 |
| 1298 | 2026-08-19T00:48:11.361Z | Downloaded jiff v0.2.34 |
| 1299 | 2026-08-19T00:48:11.408Z | Downloaded sha3 v0.10.8 |
| 1300 | 2026-08-19T00:48:11.411Z | Downloaded ratatui v0.29.0 |
| 1301 | 2026-08-19T00:48:11.422Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1302 | 2026-08-19T00:48:11.432Z | Downloaded tokio v1.52.1 |
| 1303 | 2026-08-19T00:48:11.454Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1304 | 2026-08-19T00:48:11.462Z | Downloaded csv v1.4.0 |
| 1305 | 2026-08-19T00:48:11.474Z | Downloaded encoding_rs v0.8.35 |
| 1306 | 2026-08-19T00:48:11.521Z | Downloaded petgraph v0.6.5 |
| 1307 | 2026-08-19T00:48:11.527Z | Downloaded chrono-tz v0.10.4 |
| 1308 | 2026-08-19T00:48:11.527Z | Downloaded ring v0.17.14 |
| 1309 | 2026-08-19T00:48:11.532Z | Downloaded regex-automata v0.4.14 |
| 1310 | 2026-08-19T00:48:11.571Z | Downloaded petgraph v0.8.3 |
| 1311 | 2026-08-19T00:48:11.591Z | Downloaded libz-sys v1.1.24 |
| 1312 | 2026-08-19T00:48:11.740Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1313 | 2026-08-19T00:48:12.317Z | Downloaded aws-lc-sys v0.40.0 |
| 1314 | 2026-08-19T00:48:12.579Z | Compiling serde_core v1.0.228 |
| 1315 | 2026-08-19T00:48:12.579Z | Compiling libc v0.2.185 |
| 1316 | 2026-08-19T00:48:12.579Z | Compiling serde v1.0.228 |
| 1317 | 2026-08-19T00:48:12.582Z | Compiling log v0.4.33 |
| 1318 | 2026-08-19T00:48:12.582Z | Compiling smallvec v1.15.1 |
| 1319 | 2026-08-19T00:48:12.582Z | Compiling shlex v1.3.0 |
| 1320 | 2026-08-19T00:48:12.582Z | Compiling find-msvc-tools v0.1.9 |
| 1321 | 2026-08-19T00:48:12.582Z | Compiling subtle v2.6.1 |
| 1322 | 2026-08-19T00:48:12.583Z | Compiling scopeguard v1.2.0 |
| 1323 | 2026-08-19T00:48:12.583Z | Compiling typenum v1.20.1 |
| 1324 | 2026-08-19T00:48:12.724Z | Compiling stable_deref_trait v1.2.1 |
| 1325 | 2026-08-19T00:48:12.726Z | Compiling zerocopy v0.8.55 |
| 1326 | 2026-08-19T00:48:12.726Z | Compiling portable-atomic v1.13.1 |
| 1327 | 2026-08-19T00:48:12.763Z | Compiling serde_json v1.0.151 |
| 1328 | 2026-08-19T00:48:12.789Z | Compiling syn v2.0.117 |
| 1329 | 2026-08-19T00:48:12.802Z | Compiling critical-section v1.2.0 |
| 1330 | 2026-08-19T00:48:12.908Z | Compiling lock_api v0.4.14 |
| 1331 | 2026-08-19T00:48:12.908Z | Compiling libm v0.2.16 |
| 1332 | 2026-08-19T00:48:12.937Z | Compiling num-traits v0.2.19 |
| 1333 | 2026-08-19T00:48:12.940Z | Compiling pkg-config v0.3.32 |
| 1334 | 2026-08-19T00:48:12.969Z | Compiling generic-array v0.14.7 |
| 1335 | 2026-08-19T00:48:13.018Z | Compiling const-oid v0.9.6 |
| 1336 | 2026-08-19T00:48:13.046Z | Compiling parking_lot_core v0.9.12 |
| 1337 | 2026-08-19T00:48:13.115Z | Compiling pin-project-lite v0.2.17 |
| 1338 | 2026-08-19T00:48:13.131Z | Compiling getrandom v0.3.4 |
| 1339 | 2026-08-19T00:48:13.160Z | Compiling litemap v0.8.1 |
| 1340 | 2026-08-19T00:48:13.192Z | Compiling futures-core v0.3.32 |
| 1341 | 2026-08-19T00:48:13.254Z | Compiling writeable v0.6.2 |
| 1342 | 2026-08-19T00:48:13.280Z | Compiling percent-encoding v2.3.2 |
| 1343 | 2026-08-19T00:48:13.294Z | Compiling icu_properties_data v2.1.2 |
| 1344 | 2026-08-19T00:48:13.351Z | Compiling icu_normalizer_data v2.1.1 |
| 1345 | 2026-08-19T00:48:13.366Z | Compiling getrandom v0.4.3 |
| 1346 | 2026-08-19T00:48:13.370Z | Compiling rustix v1.1.4 |
| 1347 | 2026-08-19T00:48:13.370Z | Compiling futures-sink v0.3.32 |
| 1348 | 2026-08-19T00:48:13.476Z | Compiling rand_core v0.10.0 |
| 1349 | 2026-08-19T00:48:13.544Z | Compiling futures-channel v0.3.32 |
| 1350 | 2026-08-19T00:48:13.547Z | Compiling slab v0.4.12 |
| 1351 | 2026-08-19T00:48:13.596Z | Compiling futures-task v0.3.32 |
| 1352 | 2026-08-19T00:48:13.696Z | Compiling futures-io v0.3.32 |
| 1353 | 2026-08-19T00:48:13.768Z | Compiling errno v0.3.14 |
| 1354 | 2026-08-19T00:48:13.793Z | Compiling jobserver v0.1.34 |
| 1355 | 2026-08-19T00:48:13.810Z | Compiling getrandom v0.2.17 |
| 1356 | 2026-08-19T00:48:13.813Z | Compiling mio v1.2.0 |
| 1357 | 2026-08-19T00:48:13.855Z | Compiling socket2 v0.6.3 |
| 1358 | 2026-08-19T00:48:13.873Z | Compiling utf8_iter v1.0.4 |
| 1359 | 2026-08-19T00:48:13.919Z | Compiling once_cell v1.21.3 |
| 1360 | 2026-08-19T00:48:13.919Z | Compiling signal-hook-registry v1.4.8 |
| 1361 | 2026-08-19T00:48:13.975Z | Compiling rand_core v0.6.4 |
| 1362 | 2026-08-19T00:48:14.020Z | Compiling cc v1.2.56 |
| 1363 | 2026-08-19T00:48:14.061Z | Compiling parking_lot v0.12.5 |
| 1364 | 2026-08-19T00:48:14.065Z | Compiling form_urlencoded v1.2.2 |
| 1365 | 2026-08-19T00:48:14.118Z | Compiling rustversion v1.0.22 |
| 1366 | 2026-08-19T00:48:14.132Z | Compiling base64ct v1.8.3 |
| 1367 | 2026-08-19T00:48:14.175Z | Compiling iana-time-zone v0.1.65 |
| 1368 | 2026-08-19T00:48:14.195Z | Compiling flagset v0.4.7 |
| 1369 | 2026-08-19T00:48:14.232Z | Compiling regex-syntax v0.8.10 |
| 1370 | 2026-08-19T00:48:14.247Z | Compiling fs_extra v1.3.0 |
| 1371 | 2026-08-19T00:48:14.274Z | Compiling dunce v1.0.5 |
| 1372 | 2026-08-19T00:48:14.291Z | Compiling ident_case v1.0.1 |
| 1373 | 2026-08-19T00:48:14.295Z | Compiling rand_core v0.9.5 |
| 1374 | 2026-08-19T00:48:14.327Z | Compiling base64 v0.22.1 |
| 1375 | 2026-08-19T00:48:14.342Z | Compiling vcpkg v0.2.15 |
| 1376 | 2026-08-19T00:48:14.388Z | Compiling pem-rfc7468 v0.7.0 |
| 1377 | 2026-08-19T00:48:14.403Z | Compiling syn v1.0.109 |
| 1378 | 2026-08-19T00:48:14.433Z | Compiling tracing-core v0.1.36 |
| 1379 | 2026-08-19T00:48:14.450Z | Compiling aws-lc-rs v1.16.3 |
| 1380 | 2026-08-19T00:48:14.476Z | Compiling dyn-clone v1.0.20 |
| 1381 | 2026-08-19T00:48:14.512Z | Compiling schemars v0.8.22 |
| 1382 | 2026-08-19T00:48:14.541Z | Compiling cpufeatures v0.2.17 |
| 1383 | 2026-08-19T00:48:14.611Z | Compiling simd-adler32 v0.3.8 |
| 1384 | 2026-08-19T00:48:14.627Z | Compiling spin v0.9.8 |
| 1385 | 2026-08-19T00:48:14.640Z | Compiling openssl-probe v0.2.1 |
| 1386 | 2026-08-19T00:48:14.681Z | Compiling adler2 v2.0.1 |
| 1387 | 2026-08-19T00:48:14.719Z | Compiling httparse v1.10.1 |
| 1388 | 2026-08-19T00:48:14.767Z | Compiling cmov v0.5.4 |
| 1389 | 2026-08-19T00:48:14.786Z | Compiling crc32fast v1.5.0 |
| 1390 | 2026-08-19T00:48:14.831Z | Compiling cmake v0.1.57 |
| 1391 | 2026-08-19T00:48:14.845Z | Compiling tinyvec_macros v0.1.1 |
| 1392 | 2026-08-19T00:48:14.848Z | Compiling miniz_oxide v0.8.9 |
| 1393 | 2026-08-19T00:48:14.876Z | Compiling aho-corasick v1.1.4 |
| 1394 | 2026-08-19T00:48:14.893Z | Compiling try-lock v0.2.5 |
| 1395 | 2026-08-19T00:48:14.930Z | Compiling tinyvec v1.10.0 |
| 1396 | 2026-08-19T00:48:14.997Z | Compiling bitflags v2.11.0 |
| 1397 | 2026-08-19T00:48:15.027Z | Compiling semver v1.0.28 |
| 1398 | 2026-08-19T00:48:15.085Z | Compiling indexmap v2.14.0 |
| 1399 | 2026-08-19T00:48:15.089Z | Compiling uuid v1.23.4 |
| 1400 | 2026-08-19T00:48:15.167Z | Compiling ctutils v0.4.2 |
| 1401 | 2026-08-19T00:48:15.186Z | Compiling atomic-waker v1.1.2 |
| 1402 | 2026-08-19T00:48:15.267Z | Compiling rustc_version v0.4.1 |
| 1403 | 2026-08-19T00:48:15.281Z | Compiling radium v0.7.0 |
| 1404 | 2026-08-19T00:48:15.305Z | Compiling untrusted v0.7.1 |
| 1405 | 2026-08-19T00:48:15.327Z | Compiling tower-service v0.3.3 |
| 1406 | 2026-08-19T00:48:15.381Z | Compiling tower-layer v0.3.3 |
| 1407 | 2026-08-19T00:48:15.455Z | Compiling want v0.3.1 |
| 1408 | 2026-08-19T00:48:15.527Z | Compiling tap v1.0.1 |
| 1409 | 2026-08-19T00:48:15.590Z | Compiling untrusted v0.9.0 |
| 1410 | 2026-08-19T00:48:15.610Z | Compiling httpdate v1.0.3 |
| 1411 | 2026-08-19T00:48:15.625Z | Compiling maybe-uninit v2.0.0 |
| 1412 | 2026-08-19T00:48:15.659Z | Compiling foreign-types-shared v0.1.1 |
| 1413 | 2026-08-19T00:48:15.663Z | Compiling openssl v0.10.80 |
| 1414 | 2026-08-19T00:48:15.663Z | Compiling rustls v0.23.41 |
| 1415 | 2026-08-19T00:48:15.706Z | Compiling aws-lc-sys v0.40.0 |
| 1416 | 2026-08-19T00:48:15.732Z | Compiling synstructure v0.13.2 |
| 1417 | 2026-08-19T00:48:15.754Z | Compiling serde_derive_internals v0.29.1 |
| 1418 | 2026-08-19T00:48:15.770Z | Compiling openssl-sys v0.9.117 |
| 1419 | 2026-08-19T00:48:15.789Z | Compiling pest_generator v2.8.6 |
| 1420 | 2026-08-19T00:48:15.830Z | Compiling regex-automata v0.4.14 |
| 1421 | 2026-08-19T00:48:15.870Z | Compiling darling_core v0.20.11 |
| 1422 | 2026-08-19T00:48:15.887Z | Compiling foreign-types v0.3.2 |
| 1423 | 2026-08-19T00:48:15.935Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1424 | 2026-08-19T00:48:15.964Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1425 | 2026-08-19T00:48:15.979Z | Compiling wyz v0.5.1 |
| 1426 | 2026-08-19T00:48:16.188Z | Compiling terminal_size v0.4.3 |
| 1427 | 2026-08-19T00:48:16.241Z | Compiling tempfile v3.27.0 |
| 1428 | 2026-08-19T00:48:16.352Z | Compiling unicode-normalization v0.1.25 |
| 1429 | 2026-08-19T00:48:16.379Z | Compiling num-integer v0.1.46 |
| 1430 | 2026-08-19T00:48:16.394Z | Compiling wait-timeout v0.2.1 |
| 1431 | 2026-08-19T00:48:16.432Z | Compiling ahash v0.8.12 |
| 1432 | 2026-08-19T00:48:16.476Z | Compiling time-core v0.1.8 |
| 1433 | 2026-08-19T00:48:16.529Z | Compiling funty v2.0.0 |
| 1434 | 2026-08-19T00:48:16.653Z | Compiling native-tls v0.2.18 |
| 1435 | 2026-08-19T00:48:16.670Z | Compiling num-bigint-dig v0.8.6 |
| 1436 | 2026-08-19T00:48:16.673Z | Compiling bit-vec v0.8.0 |
| 1437 | 2026-08-19T00:48:16.685Z | Compiling packed_struct v0.10.1 |
| 1438 | 2026-08-19T00:48:16.713Z | Compiling quick-error v1.2.3 |
| 1439 | 2026-08-19T00:48:16.713Z | Compiling num-conv v0.2.0 |
| 1440 | 2026-08-19T00:48:16.745Z | Compiling powerfmt v0.2.0 |
| 1441 | 2026-08-19T00:48:16.745Z | Compiling clap_builder v4.6.0 |
| 1442 | 2026-08-19T00:48:16.842Z | Compiling rusty-fork v0.3.1 |
| 1443 | 2026-08-19T00:48:16.878Z | Compiling time-macros v0.2.27 |
| 1444 | 2026-08-19T00:48:16.923Z | Compiling deranged v0.5.8 |
| 1445 | 2026-08-19T00:48:16.939Z | Compiling bit-set v0.8.0 |
| 1446 | 2026-08-19T00:48:16.942Z | Compiling bitvec v1.0.1 |
| 1447 | 2026-08-19T00:48:16.967Z | Compiling num-iter v0.1.45 |
| 1448 | 2026-08-19T00:48:17.115Z | Compiling lazy_static v1.5.0 |
| 1449 | 2026-08-19T00:48:17.118Z | Compiling rand_xorshift v0.4.0 |
| 1450 | 2026-08-19T00:48:17.141Z | Compiling sync_wrapper v1.0.2 |
| 1451 | 2026-08-19T00:48:17.144Z | Compiling indexmap v1.9.3 |
| 1452 | 2026-08-19T00:48:17.181Z | Compiling paste v1.0.15 |
| 1453 | 2026-08-19T00:48:17.226Z | Compiling zlib-rs v0.6.2 |
| 1454 | 2026-08-19T00:48:17.263Z | Compiling siphasher v1.0.2 |
| 1455 | 2026-08-19T00:48:17.289Z | Compiling crossbeam-utils v0.8.21 |
| 1456 | 2026-08-19T00:48:17.360Z | Compiling object v0.37.3 |
| 1457 | 2026-08-19T00:48:17.471Z | Compiling nodrop v0.1.14 |
| 1458 | 2026-08-19T00:48:17.486Z | Compiling crc-catalog v2.4.0 |
| 1459 | 2026-08-19T00:48:17.505Z | Compiling serde_derive v1.0.228 |
| 1460 | 2026-08-19T00:48:17.577Z | Compiling zeroize_derive v1.5.0 |
| 1461 | 2026-08-19T00:48:17.593Z | Compiling zerocopy-derive v0.8.55 |
| 1462 | 2026-08-19T00:48:17.609Z | Compiling zerofrom-derive v0.1.6 |
| 1463 | 2026-08-19T00:48:17.654Z | Compiling yoke-derive v0.8.1 |
| 1464 | 2026-08-19T00:48:17.957Z | Compiling zerovec-derive v0.11.2 |
| 1465 | 2026-08-19T00:48:17.983Z | Compiling displaydoc v0.2.5 |
| 1466 | 2026-08-19T00:48:18.013Z | Compiling tokio-macros v2.7.0 |
| 1467 | 2026-08-19T00:48:18.270Z | Compiling futures-macro v0.3.32 |
| 1468 | 2026-08-19T00:48:18.287Z | Compiling der_derive v0.7.3 |
| 1469 | 2026-08-19T00:48:18.448Z | Compiling thiserror-impl v2.0.18 |
| 1470 | 2026-08-19T00:48:18.786Z | Compiling tracing-attributes v0.1.31 |
| 1471 | 2026-08-19T00:48:18.818Z | Compiling schemars_derive v0.8.22 |
| 1472 | 2026-08-19T00:48:18.874Z | Compiling scroll_derive v0.13.1 |
| 1473 | 2026-08-19T00:48:18.955Z | Compiling pest_derive v2.8.6 |
| 1474 | 2026-08-19T00:48:19.121Z | Compiling zerofrom v0.1.6 |
| 1475 | 2026-08-19T00:48:19.188Z | Compiling darling_macro v0.20.11 |
| 1476 | 2026-08-19T00:48:19.215Z | Compiling futures-util v0.3.32 |
| 1477 | 2026-08-19T00:48:19.263Z | Compiling yoke v0.8.1 |
| 1478 | 2026-08-19T00:48:19.368Z | Compiling thiserror-impl v1.0.69 |
| 1479 | 2026-08-19T00:48:19.439Z | Compiling zerovec v0.11.5 |
| 1480 | 2026-08-19T00:48:19.462Z | Compiling zerotrie v0.2.3 |
| 1481 | 2026-08-19T00:48:19.704Z | Compiling openssl-macros v0.1.1 |
| 1482 | 2026-08-19T00:48:19.719Z | Compiling scroll v0.13.0 |
| 1483 | 2026-08-19T00:48:19.787Z | Compiling darling v0.20.11 |
| 1484 | 2026-08-19T00:48:19.860Z | Compiling thiserror v2.0.18 |
| 1485 | 2026-08-19T00:48:19.884Z | Compiling packed_struct_codegen v0.10.1 |
| 1486 | 2026-08-19T00:48:19.898Z | Compiling bitfield-macros v0.19.4 |
| 1487 | 2026-08-19T00:48:19.978Z | Compiling tinystr v0.8.2 |
| 1488 | 2026-08-19T00:48:19.993Z | Compiling potential_utf v0.1.4 |
| 1489 | 2026-08-19T00:48:20.016Z | Compiling goblin v0.10.5 |
| 1490 | 2026-08-19T00:48:20.120Z | Compiling clap_derive v4.6.1 |
| 1491 | 2026-08-19T00:48:20.134Z | Compiling icu_collections v2.1.1 |
| 1492 | 2026-08-19T00:48:20.150Z | Compiling icu_locale_core v2.1.1 |
| 1493 | 2026-08-19T00:48:20.165Z | Compiling tracing v0.1.44 |
| 1494 | 2026-08-19T00:48:20.205Z | Compiling zerocopy-derive v0.6.6 |
| 1495 | 2026-08-19T00:48:20.464Z | Compiling usdt-impl v0.6.0 |
| 1496 | 2026-08-19T00:48:20.531Z | Compiling unarray v0.1.4 |
| 1497 | 2026-08-19T00:48:20.634Z | Compiling num_threads v0.1.7 |
| 1498 | 2026-08-19T00:48:20.655Z | Compiling flate2 v1.1.9 |
| 1499 | 2026-08-19T00:48:20.672Z | Compiling bitfield v0.19.4 |
| 1500 | 2026-08-19T00:48:20.705Z | Compiling thiserror v1.0.69 |
| 1501 | 2026-08-19T00:48:20.723Z | Compiling time v0.3.47 |
| 1502 | 2026-08-19T00:48:20.753Z | Compiling dtrace-parser v0.3.0 |
| 1503 | 2026-08-19T00:48:20.822Z | Compiling icu_provider v2.1.1 |
| 1504 | 2026-08-19T00:48:20.994Z | Compiling derive_builder_core v0.20.2 |
| 1505 | 2026-08-19T00:48:21.083Z | Compiling zeroize v1.9.0 |
| 1506 | 2026-08-19T00:48:21.086Z | Compiling bytes v1.11.1 |
| 1507 | 2026-08-19T00:48:21.098Z | Compiling icu_normalizer v2.1.1 |
| 1508 | 2026-08-19T00:48:21.136Z | Compiling icu_properties v2.1.2 |
| 1509 | 2026-08-19T00:48:21.152Z | Compiling chrono v0.4.45 |
| 1510 | 2026-08-19T00:48:21.157Z | Compiling ipnet v2.12.0 |
| 1511 | 2026-08-19T00:48:21.510Z | Compiling der v0.7.10 |
| 1512 | 2026-08-19T00:48:21.587Z | Compiling tokio v1.52.1 |
| 1513 | 2026-08-19T00:48:21.662Z | Compiling http v1.4.2 |
| 1514 | 2026-08-19T00:48:21.678Z | Compiling rustls-pki-types v1.14.0 |
| 1515 | 2026-08-19T00:48:21.719Z | Compiling hybrid-array v0.4.13 |
| 1516 | 2026-08-19T00:48:21.848Z | Compiling block-buffer v0.10.4 |
| 1517 | 2026-08-19T00:48:21.888Z | Compiling crypto-common v0.1.7 |
| 1518 | 2026-08-19T00:48:21.948Z | Compiling hex v0.4.3 |
| 1519 | 2026-08-19T00:48:22.033Z | Compiling digest v0.10.7 |
| 1520 | 2026-08-19T00:48:22.054Z | Compiling idna_adapter v1.2.1 |
| 1521 | 2026-08-19T00:48:22.140Z | Compiling ppv-lite86 v0.2.21 |
| 1522 | 2026-08-19T00:48:22.208Z | Compiling idna v1.1.0 |
| 1523 | 2026-08-19T00:48:22.242Z | Compiling sha2 v0.10.9 |
| 1524 | 2026-08-19T00:48:22.253Z | Compiling signature v2.2.0 |
| 1525 | 2026-08-19T00:48:22.306Z | Compiling http-body v1.0.1 |
| 1526 | 2026-08-19T00:48:22.333Z | Compiling spki v0.7.3 |
| 1527 | 2026-08-19T00:48:22.348Z | Compiling hmac v0.12.1 |
| 1528 | 2026-08-19T00:48:22.462Z | Compiling rand_chacha v0.9.0 |
| 1529 | 2026-08-19T00:48:22.477Z | Compiling rand_chacha v0.3.1 |
| 1530 | 2026-08-19T00:48:22.493Z | Compiling url v2.5.8 |
| 1531 | 2026-08-19T00:48:22.515Z | Compiling pkcs8 v0.10.2 |
| 1532 | 2026-08-19T00:48:22.530Z | Compiling serde_spanned v0.6.9 |
| 1533 | 2026-08-19T00:48:22.546Z | Compiling toml_datetime v0.6.11 |
| 1534 | 2026-08-19T00:48:22.561Z | Compiling http-body-util v0.1.3 |
| 1535 | 2026-08-19T00:48:22.685Z | Compiling rand v0.9.2 |
| 1536 | 2026-08-19T00:48:22.701Z | Compiling rand v0.8.6 |
| 1537 | 2026-08-19T00:48:22.792Z | Compiling dof v0.4.0 |
| 1538 | 2026-08-19T00:48:22.814Z | Compiling pkcs1 v0.7.5 |
| 1539 | 2026-08-19T00:48:22.868Z | Compiling clap v4.6.1 |
| 1540 | 2026-08-19T00:48:22.907Z | Compiling zerocopy v0.6.6 |
| 1541 | 2026-08-19T00:48:23.220Z | Compiling crc v3.4.0 |
| 1542 | 2026-08-19T00:48:23.235Z | Compiling array-init v0.0.4 |
| 1543 | 2026-08-19T00:48:23.238Z | Compiling structmeta-derive v0.3.0 |
| 1544 | 2026-08-19T00:48:23.266Z | Compiling proptest v1.11.0 |
| 1545 | 2026-08-19T00:48:23.269Z | Compiling scroll_derive v0.12.1 |
| 1546 | 2026-08-19T00:48:23.568Z | Compiling smallvec v0.6.14 |
| 1547 | 2026-08-19T00:48:23.572Z | Compiling darling_core v0.23.0 |
| 1548 | 2026-08-19T00:48:23.596Z | Compiling heapless v0.7.17 |
| 1549 | 2026-08-19T00:48:23.609Z | Compiling slog v2.8.2 |
| 1550 | 2026-08-19T00:48:23.637Z | Compiling thread-id v5.1.0 |
| 1551 | 2026-08-19T00:48:23.731Z | Compiling env_filter v2.0.0 |
| 1552 | 2026-08-19T00:48:23.790Z | Compiling cookie v0.18.1 |
| 1553 | 2026-08-19T00:48:23.818Z | Compiling zstd-safe v7.2.4 |
| 1554 | 2026-08-19T00:48:23.857Z | Compiling ipnetwork v0.21.1 |
| 1555 | 2026-08-19T00:48:23.999Z | Compiling iri-string v0.7.10 |
| 1556 | 2026-08-19T00:48:24.027Z | Compiling anyhow v1.0.104 |
| 1557 | 2026-08-19T00:48:24.043Z | Compiling base64 v0.21.7 |
| 1558 | 2026-08-19T00:48:24.046Z | Compiling unicode-properties v0.1.4 |
| 1559 | 2026-08-19T00:48:24.071Z | Compiling hashbrown v0.12.3 |
| 1560 | 2026-08-19T00:48:24.074Z | Compiling allocator-api2 v0.2.21 |
| 1561 | 2026-08-19T00:48:24.268Z | Compiling unicode-bidi v0.3.18 |
| 1562 | 2026-08-19T00:48:24.284Z | Compiling signal-hook v0.3.18 |
| 1563 | 2026-08-19T00:48:24.329Z | Compiling gimli v0.32.3 |
| 1564 | 2026-08-19T00:48:24.349Z | Compiling ryu v1.0.23 |
| 1565 | 2026-08-19T00:48:24.367Z | Compiling winnow v0.5.40 |
| 1566 | 2026-08-19T00:48:24.399Z | Compiling rsa v0.9.10 |
| 1567 | 2026-08-19T00:48:24.416Z | Compiling structmeta v0.3.0 |
| 1568 | 2026-08-19T00:48:24.432Z | Compiling ron v0.8.1 |
| 1569 | 2026-08-19T00:48:24.499Z | Compiling serde_urlencoded v0.7.1 |
| 1570 | 2026-08-19T00:48:24.574Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1571 | 2026-08-19T00:48:24.613Z | Compiling stringprep v0.1.5 |
| 1572 | 2026-08-19T00:48:24.649Z | Compiling oxnet v0.1.6 |
| 1573 | 2026-08-19T00:48:24.838Z | Compiling scroll v0.12.0 |
| 1574 | 2026-08-19T00:48:24.927Z | Compiling env_logger v0.11.11 |
| 1575 | 2026-08-19T00:48:25.021Z | Compiling serde-hex v0.1.0 |
| 1576 | 2026-08-19T00:48:25.119Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1577 | 2026-08-19T00:48:25.388Z | Compiling hashbrown v0.13.2 |
| 1578 | 2026-08-19T00:48:25.548Z | Compiling tokio-util v0.7.18 |
| 1579 | 2026-08-19T00:48:25.639Z | Compiling tower v0.5.3 |
| 1580 | 2026-08-19T00:48:25.678Z | Compiling toml_edit v0.19.15 |
| 1581 | 2026-08-19T00:48:25.846Z | Compiling newtype-uuid v1.3.2 |
| 1582 | 2026-08-19T00:48:25.862Z | Compiling tokio-native-tls v0.3.1 |
| 1583 | 2026-08-19T00:48:25.906Z | Compiling x509-cert v0.2.5 |
| 1584 | 2026-08-19T00:48:26.052Z | Compiling tower-http v0.6.8 |
| 1585 | 2026-08-19T00:48:26.143Z | Compiling addr2line v0.25.1 |
| 1586 | 2026-08-19T00:48:26.159Z | Compiling darling_macro v0.23.0 |
| 1587 | 2026-08-19T00:48:26.199Z | Compiling block-buffer v0.12.1 |
| 1588 | 2026-08-19T00:48:26.301Z | Compiling h2 v0.4.15 |
| 1589 | 2026-08-19T00:48:26.414Z | Compiling crypto-common v0.2.2 |
| 1590 | 2026-08-19T00:48:26.477Z | Compiling block-padding v0.4.2 |
| 1591 | 2026-08-19T00:48:26.477Z | Compiling md-5 v0.10.6 |
| 1592 | 2026-08-19T00:48:26.617Z | Compiling rustls-native-certs v0.8.3 |
| 1593 | 2026-08-19T00:48:26.670Z | Compiling derive_builder_macro v0.20.2 |
| 1594 | 2026-08-19T00:48:26.684Z | Compiling bzip2 v0.4.4 |
| 1595 | 2026-08-19T00:48:26.700Z | Compiling serde_tokenstream v0.2.3 |
| 1596 | 2026-08-19T00:48:26.786Z | Compiling erased-serde v0.3.31 |
| 1597 | 2026-08-19T00:48:26.910Z | Compiling camino v1.2.5 |
| 1598 | 2026-08-19T00:48:26.927Z | Compiling bstr v1.12.1 |
| 1599 | 2026-08-19T00:48:27.037Z | Compiling pin-project-internal v1.1.11 |
| 1600 | 2026-08-19T00:48:27.162Z | Compiling daft-derive v0.1.7 |
| 1601 | 2026-08-19T00:48:27.296Z | Compiling zerocopy-derive v0.7.35 |
| 1602 | 2026-08-19T00:48:27.320Z | Compiling async-trait v0.1.89 |
| 1603 | 2026-08-19T00:48:27.371Z | Compiling curve25519-dalek v4.1.3 |
| 1604 | 2026-08-19T00:48:27.491Z | Compiling vergen-lib v9.1.0 |
| 1605 | 2026-08-19T00:48:27.529Z | Compiling hash32 v0.2.1 |
| 1606 | 2026-08-19T00:48:27.588Z | Compiling memoffset v0.9.1 |
| 1607 | 2026-08-19T00:48:27.692Z | Compiling encoding_rs v0.8.35 |
| 1608 | 2026-08-19T00:48:27.725Z | Compiling ref-cast v1.0.25 |
| 1609 | 2026-08-19T00:48:27.739Z | Compiling rustix v0.38.44 |
| 1610 | 2026-08-19T00:48:27.809Z | Compiling mime v0.3.17 |
| 1611 | 2026-08-19T00:48:27.922Z | Compiling litrs v1.0.0 |
| 1612 | 2026-08-19T00:48:28.054Z | Compiling crc-any v2.5.0 |
| 1613 | 2026-08-19T00:48:28.073Z | Compiling smoltcp v0.9.1 |
| 1614 | 2026-08-19T00:48:28.103Z | Compiling owo-colors v4.3.0 |
| 1615 | 2026-08-19T00:48:28.136Z | Compiling rustc-demangle v0.1.27 |
| 1616 | 2026-08-19T00:48:28.157Z | Compiling cfg_aliases v0.2.1 |
| 1617 | 2026-08-19T00:48:28.180Z | Compiling fallible-iterator v0.2.0 |
| 1618 | 2026-08-19T00:48:28.217Z | Compiling psl-types v2.0.11 |
| 1619 | 2026-08-19T00:48:28.244Z | Compiling nix v0.31.2 |
| 1620 | 2026-08-19T00:48:28.299Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1621 | 2026-08-19T00:48:28.334Z | Compiling publicsuffix v2.3.0 |
| 1622 | 2026-08-19T00:48:28.355Z | Compiling zerocopy v0.7.35 |
| 1623 | 2026-08-19T00:48:28.384Z | Compiling backtrace v0.3.76 |
| 1624 | 2026-08-19T00:48:28.463Z | Compiling document-features v0.2.12 |
| 1625 | 2026-08-19T00:48:28.477Z | Compiling postgres-protocol v0.6.10 |
| 1626 | 2026-08-19T00:48:28.502Z | Compiling pin-project v1.1.11 |
| 1627 | 2026-08-19T00:48:28.592Z | Compiling daft v0.1.7 |
| 1628 | 2026-08-19T00:48:28.744Z | Compiling derive_builder v0.20.2 |
| 1629 | 2026-08-19T00:48:28.758Z | Compiling toml v0.7.8 |
| 1630 | 2026-08-19T00:48:28.838Z | Compiling zip v0.6.6 |
| 1631 | 2026-08-19T00:48:28.888Z | Compiling darling v0.23.0 |
| 1632 | 2026-08-19T00:48:28.903Z | Compiling inout v0.2.2 |
| 1633 | 2026-08-19T00:48:28.980Z | Compiling object v0.30.4 |
| 1634 | 2026-08-19T00:48:28.995Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1635 | 2026-08-19T00:48:29.060Z | Compiling goblin v0.8.2 |
| 1636 | 2026-08-19T00:48:29.126Z | Compiling derive-ex v0.1.8 |
| 1637 | 2026-08-19T00:48:29.305Z | Compiling futures-executor v0.3.32 |
| 1638 | 2026-08-19T00:48:29.339Z | Compiling hubpack_derive v0.1.1 |
| 1639 | 2026-08-19T00:48:29.339Z | Compiling regex v1.12.3 |
| 1640 | 2026-08-19T00:48:29.375Z | Compiling strum_macros v0.27.2 |
| 1641 | 2026-08-19T00:48:29.441Z | Compiling ref-cast-impl v1.0.25 |
| 1642 | 2026-08-19T00:48:29.545Z | Compiling hyper v1.10.1 |
| 1643 | 2026-08-19T00:48:29.586Z | Compiling snafu-derive v0.8.9 |
| 1644 | 2026-08-19T00:48:29.605Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1645 | 2026-08-19T00:48:29.621Z | Compiling phf_shared v0.13.1 |
| 1646 | 2026-08-19T00:48:29.633Z | Compiling vergen v9.1.0 |
| 1647 | 2026-08-19T00:48:29.806Z | Compiling cargo-platform v0.3.2 |
| 1648 | 2026-08-19T00:48:29.830Z | Compiling ff v0.13.1 |
| 1649 | 2026-08-19T00:48:29.833Z | Compiling fs-err v3.3.0 |
| 1650 | 2026-08-19T00:48:29.881Z | Compiling bumpalo v3.20.2 |
| 1651 | 2026-08-19T00:48:29.994Z | Compiling same-file v1.0.6 |
| 1652 | 2026-08-19T00:48:30.023Z | Compiling base16ct v0.2.0 |
| 1653 | 2026-08-19T00:48:30.055Z | Compiling foldhash v0.1.5 |
| 1654 | 2026-08-19T00:48:30.103Z | Compiling libbz2-rs-sys v0.2.2 |
| 1655 | 2026-08-19T00:48:30.156Z | Compiling is_ci v1.2.0 |
| 1656 | 2026-08-19T00:48:30.181Z | Compiling path-slash v0.1.5 |
| 1657 | 2026-08-19T00:48:30.215Z | Compiling unicode-segmentation v1.12.0 |
| 1658 | 2026-08-19T00:48:30.248Z | Compiling foldhash v0.2.0 |
| 1659 | 2026-08-19T00:48:30.296Z | Compiling either v1.15.0 |
| 1660 | 2026-08-19T00:48:30.312Z | Compiling bitflags v1.3.2 |
| 1661 | 2026-08-19T00:48:30.330Z | Compiling jiff-core v0.1.0 |
| 1662 | 2026-08-19T00:48:30.396Z | Compiling managed v0.8.0 |
| 1663 | 2026-08-19T00:48:30.493Z | Compiling hashbrown v0.16.1 |
| 1664 | 2026-08-19T00:48:30.537Z | Compiling bzip2 v0.6.1 |
| 1665 | 2026-08-19T00:48:30.643Z | Compiling supports-color v3.0.2 |
| 1666 | 2026-08-19T00:48:30.758Z | Compiling hyper-util v0.1.20 |
| 1667 | 2026-08-19T00:48:30.805Z | Compiling hashbrown v0.15.5 |
| 1668 | 2026-08-19T00:48:30.829Z | Compiling sec1 v0.7.3 |
| 1669 | 2026-08-19T00:48:30.854Z | Compiling test-strategy v0.4.5 |
| 1670 | 2026-08-19T00:48:31.106Z | Compiling jiff v0.2.34 |
| 1671 | 2026-08-19T00:48:31.132Z | Compiling walkdir v2.5.0 |
| 1672 | 2026-08-19T00:48:31.189Z | Compiling zopfli v0.8.3 |
| 1673 | 2026-08-19T00:48:31.374Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1674 | 2026-08-19T00:48:31.430Z | Compiling strum v0.27.2 |
| 1675 | 2026-08-19T00:48:31.446Z | Compiling dof v0.3.0 |
| 1676 | 2026-08-19T00:48:31.476Z | Compiling textwrap v0.16.2 |
| 1677 | 2026-08-19T00:48:31.559Z | Compiling snafu v0.8.9 |
| 1678 | 2026-08-19T00:48:31.579Z | Compiling cargo_metadata v0.23.1 |
| 1679 | 2026-08-19T00:48:31.699Z | Compiling group v0.13.0 |
| 1680 | 2026-08-19T00:48:31.876Z | Compiling phf v0.13.1 |
| 1681 | 2026-08-19T00:48:31.914Z | Compiling hubpack v0.1.2 |
| 1682 | 2026-08-19T00:48:31.934Z | Compiling signal-hook-mio v0.2.5 |
| 1683 | 2026-08-19T00:48:31.950Z | Compiling futures v0.3.32 |
| 1684 | 2026-08-19T00:48:32.047Z | Compiling cookie_store v0.22.1 |
| 1685 | 2026-08-19T00:48:32.062Z | Compiling zstd v0.13.3 |
| 1686 | 2026-08-19T00:48:32.075Z | Compiling cipher v0.5.2 |
| 1687 | 2026-08-19T00:48:32.149Z | Compiling serde_with_macros v3.21.0 |
| 1688 | 2026-08-19T00:48:32.177Z | Compiling hyper-tls v0.6.0 |
| 1689 | 2026-08-19T00:48:32.340Z | Compiling backtrace-ext v0.2.1 |
| 1690 | 2026-08-19T00:48:32.356Z | Compiling postgres-types v0.2.12 |
| 1691 | 2026-08-19T00:48:32.398Z | Compiling reqwest v0.12.28 |
| 1692 | 2026-08-19T00:48:32.533Z | Compiling globset v0.4.18 |
| 1693 | 2026-08-19T00:48:32.549Z | Compiling usdt-attr-macro v0.6.0 |
| 1694 | 2026-08-19T00:48:32.578Z | Compiling usdt-macro v0.6.0 |
| 1695 | 2026-08-19T00:48:32.715Z | Compiling byte-wrapper v0.1.0 |
| 1696 | 2026-08-19T00:48:32.829Z | Compiling ed25519 v2.2.3 |
| 1697 | 2026-08-19T00:48:32.922Z | Compiling hkdf v0.12.4 |
| 1698 | 2026-08-19T00:48:32.968Z | Compiling crypto-bigint v0.5.5 |
| 1699 | 2026-08-19T00:48:33.069Z | Compiling olpc-cjson v0.1.4 |
| 1700 | 2026-08-19T00:48:33.117Z | Compiling serde_plain v1.0.2 |
| 1701 | 2026-08-19T00:48:33.212Z | Compiling serde-big-array v0.5.1 |
| 1702 | 2026-08-19T00:48:33.235Z | Compiling dtrace-parser v0.2.0 |
| 1703 | 2026-08-19T00:48:33.251Z | Compiling miette-derive v7.6.0 |
| 1704 | 2026-08-19T00:48:33.313Z | Compiling async-recursion v1.1.1 |
| 1705 | 2026-08-19T00:48:33.336Z | Compiling serde_repr v0.1.20 |
| 1706 | 2026-08-19T00:48:33.374Z | Compiling strum_macros v0.26.4 |
| 1707 | 2026-08-19T00:48:33.399Z | Compiling enum-as-inner v0.6.1 |
| 1708 | 2026-08-19T00:48:33.413Z | Compiling phf_shared v0.11.3 |
| 1709 | 2026-08-19T00:48:33.488Z | Compiling float-cmp v0.10.0 |
| 1710 | 2026-08-19T00:48:33.603Z | Compiling pem v3.0.6 |
| 1711 | 2026-08-19T00:48:33.618Z | Compiling memmap2 v0.9.10 |
| 1712 | 2026-08-19T00:48:33.698Z | Compiling thread-id v4.2.2 |
| 1713 | 2026-08-19T00:48:33.789Z | Compiling static_assertions v1.1.0 |
| 1714 | 2026-08-19T00:48:33.804Z | Compiling predicates-core v1.0.10 |
| 1715 | 2026-08-19T00:48:33.852Z | Compiling difflib v0.4.0 |
| 1716 | 2026-08-19T00:48:33.879Z | Compiling data-encoding v2.10.0 |
| 1717 | 2026-08-19T00:48:33.934Z | Compiling precomputed-hash v0.1.1 |
| 1718 | 2026-08-19T00:48:33.951Z | Compiling supports-unicode v3.0.0 |
| 1719 | 2026-08-19T00:48:33.967Z | Compiling winnow v1.0.3 |
| 1720 | 2026-08-19T00:48:34.005Z | Compiling whoami v2.1.0 |
| 1721 | 2026-08-19T00:48:34.021Z | Compiling new_debug_unreachable v1.0.6 |
| 1722 | 2026-08-19T00:48:34.037Z | Compiling fixedbitset v0.4.2 |
| 1723 | 2026-08-19T00:48:34.054Z | Compiling const-oid v0.10.2 |
| 1724 | 2026-08-19T00:48:34.108Z | Compiling typed-path v0.9.3 |
| 1725 | 2026-08-19T00:48:34.123Z | Compiling keccak v0.1.6 |
| 1726 | 2026-08-19T00:48:34.273Z | Compiling normalize-line-endings v0.3.0 |
| 1727 | 2026-08-19T00:48:34.289Z | Compiling cpufeatures v0.3.0 |
| 1728 | 2026-08-19T00:48:34.383Z | Compiling fixedbitset v0.5.7 |
| 1729 | 2026-08-19T00:48:34.399Z | Compiling supports-hyperlinks v3.2.0 |
| 1730 | 2026-08-19T00:48:34.413Z | Compiling predicates v3.1.4 |
| 1731 | 2026-08-19T00:48:34.429Z | Compiling chacha20 v0.10.0 |
| 1732 | 2026-08-19T00:48:34.443Z | Compiling sha3 v0.10.8 |
| 1733 | 2026-08-19T00:48:34.499Z | Compiling tokio-postgres v0.7.16 |
| 1734 | 2026-08-19T00:48:34.573Z | Compiling miette v7.6.0 |
| 1735 | 2026-08-19T00:48:34.601Z | Compiling petgraph v0.8.3 |
| 1736 | 2026-08-19T00:48:34.720Z | Compiling digest v0.11.3 |
| 1737 | 2026-08-19T00:48:34.743Z | Compiling petgraph v0.6.5 |
| 1738 | 2026-08-19T00:48:34.839Z | Compiling hickory-proto v0.25.2 |
| 1739 | 2026-08-19T00:48:34.885Z | Compiling string_cache v0.8.9 |
| 1740 | 2026-08-19T00:48:34.925Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1741 | 2026-08-19T00:48:34.976Z | Compiling toml_edit v0.22.27 |
| 1742 | 2026-08-19T00:48:35.081Z | Compiling elliptic-curve v0.13.8 |
| 1743 | 2026-08-19T00:48:35.097Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1744 | 2026-08-19T00:48:35.144Z | Compiling usdt v0.6.0 |
| 1745 | 2026-08-19T00:48:35.196Z | Compiling usdt-impl v0.5.0 |
| 1746 | 2026-08-19T00:48:35.226Z | Compiling strum v0.26.3 |
| 1747 | 2026-08-19T00:48:35.374Z | Compiling serde_with v3.21.0 |
| 1748 | 2026-08-19T00:48:35.378Z | Compiling zip v4.6.1 |
| 1749 | 2026-08-19T00:48:35.435Z | Compiling crossterm v0.28.1 |
| 1750 | 2026-08-19T00:48:35.507Z | Compiling ed25519-dalek v2.2.0 |
| 1751 | 2026-08-19T00:48:35.587Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1752 | 2026-08-19T00:48:36.051Z | Compiling iddqd v0.4.2 |
| 1753 | 2026-08-19T00:48:36.236Z | Compiling heck v0.4.1 |
| 1754 | 2026-08-19T00:48:36.281Z | Compiling similar v2.7.0 |
| 1755 | 2026-08-19T00:48:36.343Z | Compiling itertools v0.13.0 |
| 1756 | 2026-08-19T00:48:36.474Z | Compiling itertools v0.15.0 |
| 1757 | 2026-08-19T00:48:36.591Z | Compiling tokio-stream v0.1.18 |
| 1758 | 2026-08-19T00:48:36.626Z | Compiling crossbeam-epoch v0.9.18 |
| 1759 | 2026-08-19T00:48:36.720Z | Compiling buf-list v1.1.2 |
| 1760 | 2026-08-19T00:48:36.775Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1761 | 2026-08-19T00:48:36.972Z | Compiling openapiv3 v2.2.0 |
| 1762 | 2026-08-19T00:48:37.009Z | Compiling lalrpop-util v0.19.12 |
| 1763 | 2026-08-19T00:48:37.070Z | Compiling peg-runtime v0.8.5 |
| 1764 | 2026-08-19T00:48:37.091Z | Compiling thread_local v1.1.9 |
| 1765 | 2026-08-19T00:48:37.106Z | Compiling slog-async v2.8.0 |
| 1766 | 2026-08-19T00:48:37.141Z | Compiling crossbeam-channel v0.5.15 |
| 1767 | 2026-08-19T00:48:37.198Z | Compiling is-terminal v0.4.17 |
| 1768 | 2026-08-19T00:48:37.221Z | Compiling filetime v0.2.27 |
| 1769 | 2026-08-19T00:48:37.309Z | Compiling take_mut v0.2.2 |
| 1770 | 2026-08-19T00:48:37.340Z | Compiling term v1.2.1 |
| 1771 | 2026-08-19T00:48:37.365Z | Compiling xattr v1.6.1 |
| 1772 | 2026-08-19T00:48:37.380Z | Compiling camino-tempfile v1.4.1 |
| 1773 | 2026-08-19T00:48:37.522Z | Compiling tar v0.4.46 |
| 1774 | 2026-08-19T00:48:37.614Z | Compiling slog-term v2.9.2 |
| 1775 | 2026-08-19T00:48:54.836Z | Compiling rustls-webpki v0.103.13 |
| 1776 | 2026-08-19T00:48:57.520Z | Compiling tokio-rustls v0.26.4 |
| 1777 | 2026-08-19T00:48:57.520Z | Compiling rustls-platform-verifier v0.6.2 |
| 1778 | 2026-08-19T00:48:57.520Z | Compiling tough v0.22.0 |
| 1779 | 2026-08-19T00:48:57.722Z | Compiling hyper-rustls v0.27.7 |
| 1780 | 2026-08-19T00:48:57.909Z | Compiling reqwest v0.13.2 |
| 1781 | 2026-08-19T00:49:00.065Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1782 | 2026-08-19T00:49:00.300Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1783 | 2026-08-19T00:49:03.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.38s |
| 1784 | 2026-08-19T00:49:03.355Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1785 | 2026-08-19T00:49:03.413Z | Aug 19 00:49:02.877 INFO Starting download, target: Clickhouse |
| 1786 | 2026-08-19T00:49:03.413Z | Aug 19 00:49:02.878 INFO Starting download, target: Cockroach |
| 1787 | 2026-08-19T00:49:03.413Z | Aug 19 00:49:02.878 INFO Starting download, target: Console |
| 1788 | 2026-08-19T00:49:03.413Z | Aug 19 00:49:02.878 INFO Starting download, target: DendriteStub |
| 1789 | 2026-08-19T00:49:03.413Z | Aug 19 00:49:02.878 INFO Starting download, target: MaghemiteMgd |
| 1790 | 2026-08-19T00:49:03.413Z | Aug 19 00:49:02.878 INFO Starting download, target: MaghemiteDdmd |
| 1791 | 2026-08-19T00:49:03.417Z | Aug 19 00:49:02.878 INFO Starting download, target: TransceiverControl |
| 1792 | 2026-08-19T00:49:03.417Z | Aug 19 00:49:02.878 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1793 | 2026-08-19T00:49:03.417Z | Aug 19 00:49:02.878 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1794 | 2026-08-19T00:49:03.417Z | Aug 19 00:49:02.878 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1795 | 2026-08-19T00:49:03.417Z | Aug 19 00:49:02.878 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1796 | 2026-08-19T00:49:03.417Z | Aug 19 00:49:02.878 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1797 | 2026-08-19T00:49:03.417Z | Aug 19 00:49:02.878 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1798 | 2026-08-19T00:49:03.417Z | Aug 19 00:49:02.878 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1799 | 2026-08-19T00:49:05.442Z | Aug 19 00:49:04.907 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1800 | 2026-08-19T00:49:05.743Z | Aug 19 00:49:05.182 INFO Download complete, target: Console |
| 1801 | 2026-08-19T00:49:05.969Z | Aug 19 00:49:05.418 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1802 | 2026-08-19T00:49:06.057Z | Aug 19 00:49:05.510 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1803 | 2026-08-19T00:49:06.273Z | Aug 19 00:49:05.735 INFO Download complete, target: TransceiverControl |
| 1804 | 2026-08-19T00:49:07.686Z | Aug 19 00:49:07.146 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1805 | 2026-08-19T00:49:07.923Z | Aug 19 00:49:07.386 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1806 | 2026-08-19T00:49:08.206Z | Aug 19 00:49:07.666 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1807 | 2026-08-19T00:49:08.866Z | Aug 19 00:49:08.329 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1808 | 2026-08-19T00:49:08.866Z | Aug 19 00:49:08.330 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1809 | 2026-08-19T00:49:10.047Z | Aug 19 00:49:09.512 INFO Download complete, target: MaghemiteDdmd |
| 1810 | 2026-08-19T00:49:10.315Z | Aug 19 00:49:09.780 INFO Download complete, target: DendriteStub |
| 1811 | 2026-08-19T00:49:10.877Z | Aug 19 00:49:10.341 INFO Download complete, target: MaghemiteMgd |
| 1812 | 2026-08-19T00:49:12.910Z | Aug 19 00:49:12.374 INFO Checking that binary works, target: Clickhouse |
| 1813 | 2026-08-19T00:49:12.998Z | Aug 19 00:49:12.462 INFO Download complete, target: Clickhouse |
| 1814 | 2026-08-19T00:49:13.618Z | Aug 19 00:49:13.083 INFO Checking that binary works, target: Cockroach |
| 1815 | 2026-08-19T00:49:13.738Z | Aug 19 00:49:13.202 INFO Download complete, target: Cockroach |
| 1816 | 2026-08-19T00:49:13.743Z | All prerequisites installed successfully |
| 1817 | 2026-08-19T00:49:13.746Z | |
| 1818 | 2026-08-19T00:49:13.746Z | real 1:54.233240313 |
| 1819 | 2026-08-19T00:49:13.746Z | user 7:18.661369160 |
| 1820 | 2026-08-19T00:49:13.746Z | sys 1:44.600810637 |
| 1821 | 2026-08-19T00:49:13.747Z | trap 0.307064701 |
| 1822 | 2026-08-19T00:49:13.747Z | tflt 0.762464997 |
| 1823 | 2026-08-19T00:49:13.747Z | dflt 1.687117251 |
| 1824 | 2026-08-19T00:49:13.747Z | kflt 0.025546386 |
| 1825 | 2026-08-19T00:49:13.747Z | lock 28:49.855895245 |
| 1826 | 2026-08-19T00:49:13.747Z | slp 19:59.682461954 |
| 1827 | 2026-08-19T00:49:13.747Z | lat 29.523850401 |
| 1828 | 2026-08-19T00:49:13.747Z | stop 3:34.604213195 |
| 1829 | 2026-08-19T00:49:13.747Z | + ptime -m cargo xtask download softnpu |
| 1830 | 2026-08-19T00:49:14.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1831 | 2026-08-19T00:49:14.229Z | Running `target/debug/xtask download softnpu` |
| 1832 | 2026-08-19T00:49:15.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1833 | 2026-08-19T00:49:15.069Z | Running `target/debug/xtask-downloader softnpu` |
| 1834 | 2026-08-19T00:49:15.111Z | Aug 19 00:49:14.575 INFO Starting download, target: Softnpu |
| 1835 | 2026-08-19T00:49:15.115Z | Aug 19 00:49:14.576 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1836 | 2026-08-19T00:49:17.264Z | Aug 19 00:49:16.723 INFO Download complete, target: Softnpu |
| 1837 | 2026-08-19T00:49:17.298Z | |
| 1838 | 2026-08-19T00:49:17.298Z | real 3.512081955 |
| 1839 | 2026-08-19T00:49:17.298Z | user 1.328879274 |
| 1840 | 2026-08-19T00:49:17.298Z | sys 0.615208878 |
| 1841 | 2026-08-19T00:49:17.299Z | trap 0.000596140 |
| 1842 | 2026-08-19T00:49:17.299Z | tflt 0.000091400 |
| 1843 | 2026-08-19T00:49:17.299Z | dflt 0.000336050 |
| 1844 | 2026-08-19T00:49:17.299Z | kflt 0.000000000 |
| 1845 | 2026-08-19T00:49:17.299Z | lock 39.993496535 |
| 1846 | 2026-08-19T00:49:17.299Z | slp 2.010341730 |
| 1847 | 2026-08-19T00:49:17.299Z | lat 0.084718388 |
| 1848 | 2026-08-19T00:49:17.299Z | stop 0.000191110 |
| 1849 | 2026-08-19T00:49:17.299Z | + export CARGO_INCREMENTAL=0 |
| 1850 | 2026-08-19T00:49:17.299Z | + CARGO_INCREMENTAL=0 |
| 1851 | 2026-08-19T00:49:17.299Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1852 | 2026-08-19T00:49:18.195Z | Compiling proc-macro2 v1.0.106 |
| 1853 | 2026-08-19T00:49:18.195Z | Compiling quote v1.0.45 |
| 1854 | 2026-08-19T00:49:18.195Z | Compiling unicode-ident v1.0.24 |
| 1855 | 2026-08-19T00:49:18.196Z | Compiling serde_core v1.0.228 |
| 1856 | 2026-08-19T00:49:18.209Z | Compiling libc v0.2.185 |
| 1857 | 2026-08-19T00:49:18.209Z | Compiling serde v1.0.228 |
| 1858 | 2026-08-19T00:49:18.209Z | Compiling cfg-if v1.0.4 |
| 1859 | 2026-08-19T00:49:18.209Z | Compiling version_check v0.9.5 |
| 1860 | 2026-08-19T00:49:18.209Z | Compiling autocfg v1.5.0 |
| 1861 | 2026-08-19T00:49:18.209Z | Compiling shlex v1.3.0 |
| 1862 | 2026-08-19T00:49:18.209Z | Compiling find-msvc-tools v0.1.9 |
| 1863 | 2026-08-19T00:49:18.209Z | Compiling memchr v2.8.0 |
| 1864 | 2026-08-19T00:49:18.209Z | Compiling zmij v1.0.21 |
| 1865 | 2026-08-19T00:49:18.347Z | Compiling serde_json v1.0.151 |
| 1866 | 2026-08-19T00:49:18.453Z | Compiling portable-atomic v1.13.1 |
| 1867 | 2026-08-19T00:49:18.485Z | Compiling zerocopy v0.8.55 |
| 1868 | 2026-08-19T00:49:18.516Z | Compiling libm v0.2.16 |
| 1869 | 2026-08-19T00:49:18.651Z | Compiling parking_lot_core v0.9.12 |
| 1870 | 2026-08-19T00:49:18.836Z | Compiling num-traits v0.2.19 |
| 1871 | 2026-08-19T00:49:18.853Z | Compiling generic-array v0.14.7 |
| 1872 | 2026-08-19T00:49:18.885Z | Compiling smallvec v1.15.1 |
| 1873 | 2026-08-19T00:49:18.897Z | Compiling icu_normalizer_data v2.1.1 |
| 1874 | 2026-08-19T00:49:18.930Z | Compiling icu_properties_data v2.1.2 |
| 1875 | 2026-08-19T00:49:18.970Z | Compiling itoa v1.0.17 |
| 1876 | 2026-08-19T00:49:19.009Z | Compiling getrandom v0.4.3 |
| 1877 | 2026-08-19T00:49:19.020Z | Compiling log v0.4.33 |
| 1878 | 2026-08-19T00:49:19.050Z | Compiling getrandom v0.3.4 |
| 1879 | 2026-08-19T00:49:19.076Z | Compiling subtle v2.6.1 |
| 1880 | 2026-08-19T00:49:19.105Z | Compiling pkg-config v0.3.32 |
| 1881 | 2026-08-19T00:49:19.175Z | Compiling typenum v1.20.1 |
| 1882 | 2026-08-19T00:49:19.241Z | Compiling stable_deref_trait v1.2.1 |
| 1883 | 2026-08-19T00:49:19.258Z | Compiling jobserver v0.1.34 |
| 1884 | 2026-08-19T00:49:19.261Z | Compiling errno v0.3.14 |
| 1885 | 2026-08-19T00:49:19.287Z | Compiling rustix v1.1.4 |
| 1886 | 2026-08-19T00:49:19.351Z | Compiling scopeguard v1.2.0 |
| 1887 | 2026-08-19T00:49:19.403Z | Compiling thiserror v2.0.18 |
| 1888 | 2026-08-19T00:49:19.472Z | Compiling cc v1.2.56 |
| 1889 | 2026-08-19T00:49:19.488Z | Compiling lock_api v0.4.14 |
| 1890 | 2026-08-19T00:49:19.495Z | Compiling getrandom v0.2.17 |
| 1891 | 2026-08-19T00:49:19.599Z | Compiling heck v0.5.0 |
| 1892 | 2026-08-19T00:49:19.626Z | Compiling equivalent v1.0.2 |
| 1893 | 2026-08-19T00:49:19.662Z | Compiling rand_core v0.6.4 |
| 1894 | 2026-08-19T00:49:19.746Z | Compiling critical-section v1.2.0 |
| 1895 | 2026-08-19T00:49:19.801Z | Compiling syn v2.0.117 |
| 1896 | 2026-08-19T00:49:19.811Z | Compiling syn v1.0.109 |
| 1897 | 2026-08-19T00:49:19.811Z | Compiling pin-project-lite v0.2.17 |
| 1898 | 2026-08-19T00:49:19.908Z | Compiling percent-encoding v2.3.2 |
| 1899 | 2026-08-19T00:49:19.939Z | Compiling litemap v0.8.1 |
| 1900 | 2026-08-19T00:49:19.967Z | Compiling writeable v0.6.2 |
| 1901 | 2026-08-19T00:49:19.967Z | Compiling schemars v0.8.22 |
| 1902 | 2026-08-19T00:49:19.995Z | Compiling hashbrown v0.17.0 |
| 1903 | 2026-08-19T00:49:20.070Z | Compiling fs_extra v1.3.0 |
| 1904 | 2026-08-19T00:49:20.109Z | Compiling dunce v1.0.5 |
| 1905 | 2026-08-19T00:49:20.159Z | Compiling rustversion v1.0.22 |
| 1906 | 2026-08-19T00:49:20.205Z | Compiling cmake v0.1.57 |
| 1907 | 2026-08-19T00:49:20.220Z | Compiling once_cell v1.21.3 |
| 1908 | 2026-08-19T00:49:20.277Z | Compiling byteorder v1.5.0 |
| 1909 | 2026-08-19T00:49:20.432Z | Compiling strsim v0.11.1 |
| 1910 | 2026-08-19T00:49:20.453Z | Compiling rand_core v0.10.0 |
| 1911 | 2026-08-19T00:49:20.560Z | Compiling semver v1.0.28 |
| 1912 | 2026-08-19T00:49:20.584Z | Compiling bitflags v2.11.0 |
| 1913 | 2026-08-19T00:49:20.584Z | Compiling indexmap v2.14.0 |
| 1914 | 2026-08-19T00:49:20.774Z | Compiling aws-lc-sys v0.40.0 |
| 1915 | 2026-08-19T00:49:20.825Z | Compiling signal-hook-registry v1.4.8 |
| 1916 | 2026-08-19T00:49:20.857Z | Compiling thiserror v1.0.69 |
| 1917 | 2026-08-19T00:49:20.880Z | Compiling utf8_iter v1.0.4 |
| 1918 | 2026-08-19T00:49:20.927Z | Compiling parking_lot v0.12.5 |
| 1919 | 2026-08-19T00:49:21.023Z | Compiling form_urlencoded v1.2.2 |
| 1920 | 2026-08-19T00:49:21.067Z | Compiling socket2 v0.6.3 |
| 1921 | 2026-08-19T00:49:21.083Z | Compiling mio v1.2.0 |
| 1922 | 2026-08-19T00:49:21.217Z | Compiling const-oid v0.9.6 |
| 1923 | 2026-08-19T00:49:21.262Z | Compiling futures-core v0.3.32 |
| 1924 | 2026-08-19T00:49:21.268Z | Compiling aws-lc-rs v1.16.3 |
| 1925 | 2026-08-19T00:49:21.392Z | Compiling httparse v1.10.1 |
| 1926 | 2026-08-19T00:49:21.507Z | Compiling ucd-trie v0.1.7 |
| 1927 | 2026-08-19T00:49:21.566Z | Compiling fnv v1.0.7 |
| 1928 | 2026-08-19T00:49:21.704Z | Compiling crc32fast v1.5.0 |
| 1929 | 2026-08-19T00:49:21.724Z | Compiling regex-syntax v0.8.10 |
| 1930 | 2026-08-19T00:49:21.757Z | Compiling pest v2.8.6 |
| 1931 | 2026-08-19T00:49:21.837Z | Compiling ident_case v1.0.1 |
| 1932 | 2026-08-19T00:49:21.843Z | Compiling vcpkg v0.2.15 |
| 1933 | 2026-08-19T00:49:21.867Z | Compiling iana-time-zone v0.1.65 |
| 1934 | 2026-08-19T00:49:21.981Z | Compiling uuid v1.23.4 |
| 1935 | 2026-08-19T00:49:22.157Z | Compiling rustc_version v0.4.1 |
| 1936 | 2026-08-19T00:49:22.199Z | Compiling futures-sink v0.3.32 |
| 1937 | 2026-08-19T00:49:22.239Z | Compiling rustls v0.23.41 |
| 1938 | 2026-08-19T00:49:22.355Z | Compiling futures-channel v0.3.32 |
| 1939 | 2026-08-19T00:49:22.471Z | Compiling openssl-sys v0.9.117 |
| 1940 | 2026-08-19T00:49:22.533Z | Compiling aho-corasick v1.1.4 |
| 1941 | 2026-08-19T00:49:22.612Z | Compiling synstructure v0.13.2 |
| 1942 | 2026-08-19T00:49:22.646Z | Compiling serde_derive_internals v0.29.1 |
| 1943 | 2026-08-19T00:49:22.669Z | Compiling slab v0.4.12 |
| 1944 | 2026-08-19T00:49:22.672Z | Compiling futures-io v0.3.32 |
| 1945 | 2026-08-19T00:49:22.700Z | Compiling futures-task v0.3.32 |
| 1946 | 2026-08-19T00:49:22.887Z | Compiling pest_meta v2.8.6 |
| 1947 | 2026-08-19T00:49:23.014Z | Compiling dyn-clone v1.0.20 |
| 1948 | 2026-08-19T00:49:23.078Z | Compiling time-core v0.1.8 |
| 1949 | 2026-08-19T00:49:23.094Z | Compiling radium v0.7.0 |
| 1950 | 2026-08-19T00:49:23.125Z | Compiling plain v0.2.3 |
| 1951 | 2026-08-19T00:49:23.140Z | Compiling num-conv v0.2.0 |
| 1952 | 2026-08-19T00:49:23.194Z | Compiling crossbeam-utils v0.8.21 |
| 1953 | 2026-08-19T00:49:23.252Z | Compiling pretty-hex v0.4.1 |
| 1954 | 2026-08-19T00:49:23.256Z | Compiling openssl v0.10.80 |
| 1955 | 2026-08-19T00:49:23.283Z | Compiling time-macros v0.2.27 |
| 1956 | 2026-08-19T00:49:23.370Z | Compiling maybe-uninit v2.0.0 |
| 1957 | 2026-08-19T00:49:23.404Z | Compiling regex-automata v0.4.14 |
| 1958 | 2026-08-19T00:49:23.421Z | Compiling base64 v0.22.1 |
| 1959 | 2026-08-19T00:49:23.424Z | Compiling base64ct v1.8.3 |
| 1960 | 2026-08-19T00:49:23.487Z | Compiling pest_generator v2.8.6 |
| 1961 | 2026-08-19T00:49:23.573Z | Compiling flagset v0.4.7 |
| 1962 | 2026-08-19T00:49:23.640Z | Compiling darling_core v0.23.0 |
| 1963 | 2026-08-19T00:49:23.721Z | Compiling pem-rfc7468 v0.7.0 |
| 1964 | 2026-08-19T00:49:23.739Z | Compiling rand_core v0.9.5 |
| 1965 | 2026-08-19T00:49:23.746Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1966 | 2026-08-19T00:49:23.790Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1967 | 2026-08-19T00:49:23.807Z | Compiling serde_derive v1.0.228 |
| 1968 | 2026-08-19T00:49:23.839Z | Compiling zeroize_derive v1.5.0 |
| 1969 | 2026-08-19T00:49:23.954Z | Compiling zerofrom-derive v0.1.6 |
| 1970 | 2026-08-19T00:49:23.971Z | Compiling yoke-derive v0.8.1 |
| 1971 | 2026-08-19T00:49:23.974Z | Compiling zerocopy-derive v0.8.55 |
| 1972 | 2026-08-19T00:49:24.004Z | Compiling zerovec-derive v0.11.2 |
| 1973 | 2026-08-19T00:49:24.020Z | Compiling displaydoc v0.2.5 |
| 1974 | 2026-08-19T00:49:24.059Z | Compiling tokio-macros v2.7.0 |
| 1975 | 2026-08-19T00:49:24.077Z | Compiling futures-macro v0.3.32 |
| 1976 | 2026-08-19T00:49:24.118Z | Compiling thiserror-impl v2.0.18 |
| 1977 | 2026-08-19T00:49:24.168Z | Compiling schemars_derive v0.8.22 |
| 1978 | 2026-08-19T00:49:24.185Z | Compiling der_derive v0.7.3 |
| 1979 | 2026-08-19T00:49:24.244Z | Compiling tracing-attributes v0.1.31 |
| 1980 | 2026-08-19T00:49:24.458Z | Compiling thiserror-impl v1.0.69 |
| 1981 | 2026-08-19T00:49:24.709Z | Compiling pest_derive v2.8.6 |
| 1982 | 2026-08-19T00:49:24.741Z | Compiling scroll_derive v0.13.1 |
| 1983 | 2026-08-19T00:49:24.856Z | Compiling futures-util v0.3.32 |
| 1984 | 2026-08-19T00:49:25.045Z | Compiling scroll_derive v0.12.1 |
| 1985 | 2026-08-19T00:49:25.112Z | Compiling openssl-macros v0.1.1 |
| 1986 | 2026-08-19T00:49:25.129Z | Compiling zerofrom v0.1.6 |
| 1987 | 2026-08-19T00:49:25.186Z | Compiling ahash v0.8.12 |
| 1988 | 2026-08-19T00:49:25.279Z | Compiling yoke v0.8.1 |
| 1989 | 2026-08-19T00:49:25.434Z | Compiling num-bigint-dig v0.8.6 |
| 1990 | 2026-08-19T00:49:25.452Z | Compiling packed_struct v0.10.1 |
| 1991 | 2026-08-19T00:49:25.466Z | Compiling zerovec v0.11.5 |
| 1992 | 2026-08-19T00:49:25.519Z | Compiling zerotrie v0.2.3 |
| 1993 | 2026-08-19T00:49:25.572Z | Compiling anyhow v1.0.104 |
| 1994 | 2026-08-19T00:49:25.653Z | Compiling native-tls v0.2.18 |
| 1995 | 2026-08-19T00:49:25.728Z | Compiling regex v1.12.3 |
| 1996 | 2026-08-19T00:49:25.779Z | Compiling darling_macro v0.23.0 |
| 1997 | 2026-08-19T00:49:25.849Z | Compiling zerocopy-derive v0.7.35 |
| 1998 | 2026-08-19T00:49:25.976Z | Compiling tinystr v0.8.2 |
| 1999 | 2026-08-19T00:49:25.994Z | Compiling potential_utf v0.1.4 |
| 2000 | 2026-08-19T00:49:26.126Z | Compiling icu_collections v2.1.1 |
| 2001 | 2026-08-19T00:49:26.155Z | Compiling icu_locale_core v2.1.1 |
| 2002 | 2026-08-19T00:49:26.190Z | Compiling slog v2.8.2 |
| 2003 | 2026-08-19T00:49:26.326Z | Compiling tracing-core v0.1.36 |
| 2004 | 2026-08-19T00:49:26.370Z | Compiling cookie v0.18.1 |
| 2005 | 2026-08-19T00:49:26.406Z | Compiling camino v1.2.5 |
| 2006 | 2026-08-19T00:49:26.579Z | Compiling cpufeatures v0.2.17 |
| 2007 | 2026-08-19T00:49:26.661Z | Compiling darling v0.23.0 |
| 2008 | 2026-08-19T00:49:26.711Z | Compiling tracing v0.1.44 |
| 2009 | 2026-08-19T00:49:26.771Z | Compiling icu_provider v2.1.1 |
| 2010 | 2026-08-19T00:49:26.880Z | Compiling zerocopy-derive v0.6.6 |
| 2011 | 2026-08-19T00:49:26.897Z | Compiling clap_derive v4.6.1 |
| 2012 | 2026-08-19T00:49:26.973Z | Compiling zeroize v1.9.0 |
| 2013 | 2026-08-19T00:49:27.038Z | Compiling bytes v1.11.1 |
| 2014 | 2026-08-19T00:49:27.107Z | Compiling chrono v0.4.45 |
| 2015 | 2026-08-19T00:49:27.244Z | Compiling icu_properties v2.1.2 |
| 2016 | 2026-08-19T00:49:27.374Z | Compiling icu_normalizer v2.1.1 |
| 2017 | 2026-08-19T00:49:27.681Z | Compiling tokio v1.52.1 |
| 2018 | 2026-08-19T00:49:27.771Z | Compiling crypto-common v0.1.7 |
| 2019 | 2026-08-19T00:49:27.820Z | Compiling block-buffer v0.10.4 |
| 2020 | 2026-08-19T00:49:27.996Z | Compiling serde_tokenstream v0.2.3 |
| 2021 | 2026-08-19T00:49:28.023Z | Compiling der v0.7.10 |
| 2022 | 2026-08-19T00:49:28.092Z | Compiling digest v0.10.7 |
| 2023 | 2026-08-19T00:49:28.143Z | Compiling idna_adapter v1.2.1 |
| 2024 | 2026-08-19T00:49:28.307Z | Compiling ppv-lite86 v0.2.21 |
| 2025 | 2026-08-19T00:49:28.319Z | Compiling idna v1.1.0 |
| 2026 | 2026-08-19T00:49:28.573Z | Compiling http v1.4.2 |
| 2027 | 2026-08-19T00:49:28.650Z | Compiling url v2.5.8 |
| 2028 | 2026-08-19T00:49:28.700Z | Compiling rand_chacha v0.9.0 |
| 2029 | 2026-08-19T00:49:28.721Z | Compiling toml_datetime v0.6.11 |
| 2030 | 2026-08-19T00:49:28.858Z | Compiling serde_spanned v0.6.9 |
| 2031 | 2026-08-19T00:49:28.906Z | Compiling spki v0.7.3 |
| 2032 | 2026-08-19T00:49:29.023Z | Compiling bitfield-macros v0.19.4 |
| 2033 | 2026-08-19T00:49:29.034Z | Compiling packed_struct_codegen v0.10.1 |
| 2034 | 2026-08-19T00:49:29.121Z | Compiling indexmap v1.9.3 |
| 2035 | 2026-08-19T00:49:29.159Z | Compiling simd-adler32 v0.3.8 |
| 2036 | 2026-08-19T00:49:29.336Z | Compiling paste v1.0.15 |
| 2037 | 2026-08-19T00:49:29.416Z | Compiling object v0.37.3 |
| 2038 | 2026-08-19T00:49:29.610Z | Compiling http-body v1.0.1 |
| 2039 | 2026-08-19T00:49:29.643Z | Compiling pkcs8 v0.10.2 |
| 2040 | 2026-08-19T00:49:29.682Z | Compiling rand v0.9.2 |
| 2041 | 2026-08-19T00:49:29.698Z | Compiling rustls-pki-types v1.14.0 |
| 2042 | 2026-08-19T00:49:29.889Z | Compiling spin v0.9.8 |
| 2043 | 2026-08-19T00:49:29.907Z | Compiling usdt-impl v0.5.0 |
| 2044 | 2026-08-19T00:49:30.010Z | Compiling utf8parse v0.2.2 |
| 2045 | 2026-08-19T00:49:30.113Z | Compiling cmov v0.5.4 |
| 2046 | 2026-08-19T00:49:30.124Z | Compiling openssl-probe v0.2.1 |
| 2047 | 2026-08-19T00:49:30.141Z | Compiling ref-cast v1.0.25 |
| 2048 | 2026-08-19T00:49:30.302Z | Compiling fastrand v2.3.0 |
| 2049 | 2026-08-19T00:49:30.356Z | Compiling tinyvec_macros v0.1.1 |
| 2050 | 2026-08-19T00:49:30.422Z | Compiling usdt-impl v0.6.0 |
| 2051 | 2026-08-19T00:49:30.439Z | Compiling anstyle v1.0.14 |
| 2052 | 2026-08-19T00:49:30.457Z | Compiling adler2 v2.0.1 |
| 2053 | 2026-08-19T00:49:30.524Z | Compiling winnow v0.5.40 |
| 2054 | 2026-08-19T00:49:30.619Z | Compiling either v1.15.0 |
| 2055 | 2026-08-19T00:49:30.625Z | Compiling miniz_oxide v0.8.9 |
| 2056 | 2026-08-19T00:49:30.630Z | Compiling tinyvec v1.10.0 |
| 2057 | 2026-08-19T00:49:30.653Z | Compiling ctutils v0.4.2 |
| 2058 | 2026-08-19T00:49:30.683Z | Compiling anstyle-parse v1.0.0 |
| 2059 | 2026-08-19T00:49:30.870Z | Compiling sha2 v0.10.9 |
| 2060 | 2026-08-19T00:49:30.935Z | Compiling scroll v0.12.0 |
| 2061 | 2026-08-19T00:49:30.990Z | Compiling scroll v0.13.0 |
| 2062 | 2026-08-19T00:49:31.081Z | Compiling terminal_size v0.4.3 |
| 2063 | 2026-08-19T00:49:31.149Z | Compiling async-trait v0.1.89 |
| 2064 | 2026-08-19T00:49:31.219Z | Compiling heapless v0.7.17 |
| 2065 | 2026-08-19T00:49:31.314Z | Compiling atomic-waker v1.1.2 |
| 2066 | 2026-08-19T00:49:31.336Z | Compiling signal-hook v0.3.18 |
| 2067 | 2026-08-19T00:49:31.386Z | Compiling anstyle-query v1.1.5 |
| 2068 | 2026-08-19T00:49:31.454Z | Compiling tokio-util v0.7.18 |
| 2069 | 2026-08-19T00:49:31.478Z | Compiling winnow v0.7.14 |
| 2070 | 2026-08-19T00:49:31.511Z | Compiling untrusted v0.7.1 |
| 2071 | 2026-08-19T00:49:31.528Z | Compiling is_terminal_polyfill v1.70.2 |
| 2072 | 2026-08-19T00:49:31.541Z | Compiling winnow v1.0.3 |
| 2073 | 2026-08-19T00:49:31.612Z | Compiling colorchoice v1.0.4 |
| 2074 | 2026-08-19T00:49:31.635Z | Compiling tower-layer v0.3.3 |
| 2075 | 2026-08-19T00:49:31.651Z | Compiling litrs v1.0.0 |
| 2076 | 2026-08-19T00:49:31.815Z | Compiling toml_edit v0.19.15 |
| 2077 | 2026-08-19T00:49:31.944Z | Compiling rustix v0.38.44 |
| 2078 | 2026-08-19T00:49:32.025Z | Compiling try-lock v0.2.5 |
| 2079 | 2026-08-19T00:49:32.079Z | Compiling zstd-safe v7.2.4 |
| 2080 | 2026-08-19T00:49:32.114Z | Compiling tower-service v0.3.3 |
| 2081 | 2026-08-19T00:49:32.152Z | Compiling h2 v0.4.15 |
| 2082 | 2026-08-19T00:49:32.224Z | Compiling want v0.3.1 |
| 2083 | 2026-08-19T00:49:32.277Z | Compiling document-features v0.2.12 |
| 2084 | 2026-08-19T00:49:32.424Z | Compiling anstream v1.0.0 |
| 2085 | 2026-08-19T00:49:32.466Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2086 | 2026-08-19T00:49:32.590Z | Compiling tempfile v3.27.0 |
| 2087 | 2026-08-19T00:49:32.962Z | Compiling goblin v0.10.5 |
| 2088 | 2026-08-19T00:49:33.038Z | Compiling goblin v0.8.2 |
| 2089 | 2026-08-19T00:49:33.054Z | Compiling hybrid-array v0.4.13 |
| 2090 | 2026-08-19T00:49:33.162Z | Compiling itertools v0.15.0 |
| 2091 | 2026-08-19T00:49:33.305Z | Compiling ipnet v2.12.0 |
| 2092 | 2026-08-19T00:49:33.414Z | Compiling zerocopy v0.7.35 |
| 2093 | 2026-08-19T00:49:33.675Z | Compiling ref-cast-impl v1.0.25 |
| 2094 | 2026-08-19T00:49:33.743Z | Compiling structmeta-derive v0.3.0 |
| 2095 | 2026-08-19T00:49:33.765Z | Compiling daft-derive v0.1.7 |
| 2096 | 2026-08-19T00:49:33.906Z | Compiling darling_core v0.20.11 |
| 2097 | 2026-08-19T00:49:33.943Z | Compiling curve25519-dalek v4.1.3 |
| 2098 | 2026-08-19T00:49:34.028Z | Compiling memoffset v0.9.1 |
| 2099 | 2026-08-19T00:49:34.210Z | Compiling foreign-types-shared v0.1.1 |
| 2100 | 2026-08-19T00:49:34.246Z | Compiling httpdate v1.0.3 |
| 2101 | 2026-08-19T00:49:34.310Z | Compiling powerfmt v0.2.0 |
| 2102 | 2026-08-19T00:49:34.360Z | Compiling tap v1.0.1 |
| 2103 | 2026-08-19T00:49:34.456Z | Compiling untrusted v0.9.0 |
| 2104 | 2026-08-19T00:49:34.473Z | Compiling deranged v0.5.8 |
| 2105 | 2026-08-19T00:49:34.488Z | Compiling wyz v0.5.1 |
| 2106 | 2026-08-19T00:49:34.505Z | Compiling foreign-types v0.3.2 |
| 2107 | 2026-08-19T00:49:34.716Z | Compiling unicode-normalization v0.1.25 |
| 2108 | 2026-08-19T00:49:34.734Z | Compiling structmeta v0.3.0 |
| 2109 | 2026-08-19T00:49:34.948Z | Compiling rand_chacha v0.3.1 |
| 2110 | 2026-08-19T00:49:34.952Z | Compiling signature v2.2.0 |
| 2111 | 2026-08-19T00:49:35.118Z | Compiling hex v0.4.3 |
| 2112 | 2026-08-19T00:49:35.253Z | Compiling dtrace-parser v0.2.0 |
| 2113 | 2026-08-19T00:49:35.312Z | Compiling dof v0.3.0 |
| 2114 | 2026-08-19T00:49:35.375Z | Compiling hyper v1.10.1 |
| 2115 | 2026-08-19T00:49:35.421Z | Compiling dtrace-parser v0.3.0 |
| 2116 | 2026-08-19T00:49:35.633Z | Compiling pin-project-internal v1.1.11 |
| 2117 | 2026-08-19T00:49:35.709Z | Compiling dof v0.4.0 |
| 2118 | 2026-08-19T00:49:35.855Z | Compiling darling_macro v0.20.11 |
| 2119 | 2026-08-19T00:49:35.878Z | Compiling num-integer v0.1.46 |
| 2120 | 2026-08-19T00:49:36.013Z | Compiling thread-id v5.1.0 |
| 2121 | 2026-08-19T00:49:36.051Z | Compiling thread-id v4.2.2 |
| 2122 | 2026-08-19T00:49:36.208Z | Compiling wait-timeout v0.2.1 |
| 2123 | 2026-08-19T00:49:36.215Z | Compiling smoltcp v0.9.1 |
| 2124 | 2026-08-19T00:49:36.216Z | Compiling funty v2.0.0 |
| 2125 | 2026-08-19T00:49:36.355Z | Compiling quick-error v1.2.3 |
| 2126 | 2026-08-19T00:49:36.383Z | Compiling num_threads v0.1.7 |
| 2127 | 2026-08-19T00:49:36.447Z | Compiling cfg_aliases v0.2.1 |
| 2128 | 2026-08-19T00:49:36.485Z | Compiling owo-colors v4.3.0 |
| 2129 | 2026-08-19T00:49:36.502Z | Compiling clap_lex v1.0.0 |
| 2130 | 2026-08-19T00:49:36.537Z | Compiling bit-vec v0.8.0 |
| 2131 | 2026-08-19T00:49:36.539Z | Compiling nix v0.31.2 |
| 2132 | 2026-08-19T00:49:36.619Z | Compiling bitvec v1.0.1 |
| 2133 | 2026-08-19T00:49:36.641Z | Compiling time v0.3.47 |
| 2134 | 2026-08-19T00:49:36.666Z | Compiling hyper-util v0.1.20 |
| 2135 | 2026-08-19T00:49:36.690Z | Compiling clap_builder v4.6.0 |
| 2136 | 2026-08-19T00:49:36.707Z | Compiling rusty-fork v0.3.1 |
| 2137 | 2026-08-19T00:49:36.739Z | Compiling bit-set v0.8.0 |
| 2138 | 2026-08-19T00:49:36.781Z | Compiling darling v0.20.11 |
| 2139 | 2026-08-19T00:49:36.837Z | Compiling num-iter v0.1.45 |
| 2140 | 2026-08-19T00:49:36.974Z | Compiling rand v0.8.6 |
| 2141 | 2026-08-19T00:49:37.254Z | Compiling ipnetwork v0.21.1 |
| 2142 | 2026-08-19T00:49:37.293Z | Compiling lazy_static v1.5.0 |
| 2143 | 2026-08-19T00:49:37.364Z | Compiling hmac v0.12.1 |
| 2144 | 2026-08-19T00:49:37.605Z | Compiling rand_xorshift v0.4.0 |
| 2145 | 2026-08-19T00:49:37.629Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2146 | 2026-08-19T00:49:37.736Z | Compiling sync_wrapper v1.0.2 |
| 2147 | 2026-08-19T00:49:37.786Z | Compiling crc-catalog v2.4.0 |
| 2148 | 2026-08-19T00:49:37.895Z | Compiling zlib-rs v0.6.2 |
| 2149 | 2026-08-19T00:49:38.105Z | Compiling nodrop v0.1.14 |
| 2150 | 2026-08-19T00:49:38.140Z | Compiling siphasher v1.0.2 |
| 2151 | 2026-08-19T00:49:38.284Z | Compiling unarray v0.1.4 |
| 2152 | 2026-08-19T00:49:38.411Z | Compiling proptest v1.11.0 |
| 2153 | 2026-08-19T00:49:38.457Z | Compiling array-init v0.0.4 |
| 2154 | 2026-08-19T00:49:38.472Z | Compiling clap v4.6.1 |
| 2155 | 2026-08-19T00:49:38.810Z | Compiling crc v3.4.0 |
| 2156 | 2026-08-19T00:49:39.016Z | Compiling tower v0.5.3 |
| 2157 | 2026-08-19T00:49:39.521Z | Compiling smallvec v0.6.14 |
| 2158 | 2026-08-19T00:49:39.728Z | Compiling derive_builder_core v0.20.2 |
| 2159 | 2026-08-19T00:49:39.762Z | Compiling pkcs1 v0.7.5 |
| 2160 | 2026-08-19T00:49:39.833Z | Compiling http-body-util v0.1.3 |
| 2161 | 2026-08-19T00:49:40.078Z | Compiling flate2 v1.1.9 |
| 2162 | 2026-08-19T00:49:40.094Z | Compiling bitfield v0.19.4 |
| 2163 | 2026-08-19T00:49:40.176Z | Compiling zerocopy v0.6.6 |
| 2164 | 2026-08-19T00:49:40.193Z | Compiling strum_macros v0.26.4 |
| 2165 | 2026-08-19T00:49:40.215Z | Compiling snafu-derive v0.8.9 |
| 2166 | 2026-08-19T00:49:40.337Z | Compiling strum_macros v0.27.2 |
| 2167 | 2026-08-19T00:49:40.374Z | Compiling hubpack_derive v0.1.1 |
| 2168 | 2026-08-19T00:49:40.448Z | Compiling env_filter v2.0.0 |
| 2169 | 2026-08-19T00:49:40.494Z | Compiling fs-err v3.3.0 |
| 2170 | 2026-08-19T00:49:40.653Z | Compiling gimli v0.32.3 |
| 2171 | 2026-08-19T00:49:40.724Z | Compiling unicode-properties v0.1.4 |
| 2172 | 2026-08-19T00:49:40.829Z | Compiling base64 v0.21.7 |
| 2173 | 2026-08-19T00:49:40.843Z | Compiling ryu v1.0.23 |
| 2174 | 2026-08-19T00:49:40.954Z | Compiling unicode-segmentation v1.12.0 |
| 2175 | 2026-08-19T00:49:41.025Z | Compiling unicode-bidi v0.3.18 |
| 2176 | 2026-08-19T00:49:41.144Z | Compiling allocator-api2 v0.2.21 |
| 2177 | 2026-08-19T00:49:41.254Z | Compiling iri-string v0.7.10 |
| 2178 | 2026-08-19T00:49:41.453Z | Compiling hashbrown v0.12.3 |
| 2179 | 2026-08-19T00:49:41.504Z | Compiling stringprep v0.1.5 |
| 2180 | 2026-08-19T00:49:41.626Z | Compiling ron v0.8.1 |
| 2181 | 2026-08-19T00:49:41.748Z | Compiling serde_urlencoded v0.7.1 |
| 2182 | 2026-08-19T00:49:42.010Z | Compiling env_logger v0.11.11 |
| 2183 | 2026-08-19T00:49:42.107Z | Compiling derive_builder_macro v0.20.2 |
| 2184 | 2026-08-19T00:49:42.165Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2185 | 2026-08-19T00:49:42.274Z | Compiling newtype-uuid v1.3.2 |
| 2186 | 2026-08-19T00:49:42.351Z | Compiling addr2line v0.25.1 |
| 2187 | 2026-08-19T00:49:42.386Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2188 | 2026-08-19T00:49:42.505Z | Compiling tower-http v0.6.8 |
| 2189 | 2026-08-19T00:49:42.543Z | Compiling rsa v0.9.10 |
| 2190 | 2026-08-19T00:49:42.560Z | Compiling oxnet v0.1.6 |
| 2191 | 2026-08-19T00:49:42.627Z | Compiling serde-hex v0.1.0 |
| 2192 | 2026-08-19T00:49:42.644Z | Compiling hashbrown v0.13.2 |
| 2193 | 2026-08-19T00:49:42.647Z | Compiling tokio-native-tls v0.3.1 |
| 2194 | 2026-08-19T00:49:42.691Z | Compiling bzip2 v0.4.4 |
| 2195 | 2026-08-19T00:49:42.849Z | Compiling usdt-attr-macro v0.6.0 |
| 2196 | 2026-08-19T00:49:42.912Z | Compiling usdt-macro v0.6.0 |
| 2197 | 2026-08-19T00:49:42.930Z | Compiling derive-ex v0.1.8 |
| 2198 | 2026-08-19T00:49:42.946Z | Compiling block-buffer v0.12.1 |
| 2199 | 2026-08-19T00:49:42.979Z | Compiling block-padding v0.4.2 |
| 2200 | 2026-08-19T00:49:43.151Z | Compiling crypto-common v0.2.2 |
| 2201 | 2026-08-19T00:49:43.324Z | Compiling rustls-native-certs v0.8.3 |
| 2202 | 2026-08-19T00:49:43.393Z | Compiling x509-cert v0.2.5 |
| 2203 | 2026-08-19T00:49:43.584Z | Compiling md-5 v0.10.6 |
| 2204 | 2026-08-19T00:49:43.602Z | Compiling erased-serde v0.3.31 |
| 2205 | 2026-08-19T00:49:43.794Z | Compiling bstr v1.12.1 |
| 2206 | 2026-08-19T00:49:44.007Z | Compiling vergen-lib v9.1.0 |
| 2207 | 2026-08-19T00:49:44.061Z | Compiling hash32 v0.2.1 |
| 2208 | 2026-08-19T00:49:44.122Z | Compiling encoding_rs v0.8.35 |
| 2209 | 2026-08-19T00:49:44.205Z | Compiling cpufeatures v0.3.0 |
| 2210 | 2026-08-19T00:49:44.267Z | Compiling mime v0.3.17 |
| 2211 | 2026-08-19T00:49:44.296Z | Compiling crc-any v2.5.0 |
| 2212 | 2026-08-19T00:49:44.361Z | Compiling psl-types v2.0.11 |
| 2213 | 2026-08-19T00:49:44.395Z | Compiling unicode-width v0.2.0 |
| 2214 | 2026-08-19T00:49:44.528Z | Compiling rustc-demangle v0.1.27 |
| 2215 | 2026-08-19T00:49:44.560Z | Compiling fallible-iterator v0.2.0 |
| 2216 | 2026-08-19T00:49:44.629Z | Compiling publicsuffix v2.3.0 |
| 2217 | 2026-08-19T00:49:44.763Z | Compiling test-strategy v0.4.5 |
| 2218 | 2026-08-19T00:49:44.872Z | Compiling postgres-protocol v0.6.10 |
| 2219 | 2026-08-19T00:49:45.015Z | Compiling backtrace v0.3.76 |
| 2220 | 2026-08-19T00:49:45.372Z | Compiling inout v0.2.2 |
| 2221 | 2026-08-19T00:49:45.429Z | Compiling object v0.30.4 |
| 2222 | 2026-08-19T00:49:45.452Z | Compiling zip v0.6.6 |
| 2223 | 2026-08-19T00:49:45.515Z | Compiling daft v0.1.7 |
| 2224 | 2026-08-19T00:49:45.551Z | Compiling hyper-tls v0.6.0 |
| 2225 | 2026-08-19T00:49:45.569Z | Compiling derive_builder v0.20.2 |
| 2226 | 2026-08-19T00:49:45.616Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2227 | 2026-08-19T00:49:45.712Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2228 | 2026-08-19T00:49:45.785Z | Compiling heck v0.4.1 |
| 2229 | 2026-08-19T00:49:45.810Z | Compiling phf_shared v0.13.1 |
| 2230 | 2026-08-19T00:49:45.942Z | Compiling pin-project v1.1.11 |
| 2231 | 2026-08-19T00:49:46.005Z | Compiling toml v0.7.8 |
| 2232 | 2026-08-19T00:49:46.060Z | Compiling futures-executor v0.3.32 |
| 2233 | 2026-08-19T00:49:46.137Z | Compiling serde_with_macros v3.21.0 |
| 2234 | 2026-08-19T00:49:46.174Z | Compiling miette-derive v7.6.0 |
| 2235 | 2026-08-19T00:49:46.298Z | Compiling serde_repr v0.1.20 |
| 2236 | 2026-08-19T00:49:46.338Z | Compiling enum-as-inner v0.6.1 |
| 2237 | 2026-08-19T00:49:46.389Z | Compiling async-recursion v1.1.1 |
| 2238 | 2026-08-19T00:49:46.543Z | Compiling ff v0.13.1 |
| 2239 | 2026-08-19T00:49:46.557Z | Compiling vergen v9.1.0 |
| 2240 | 2026-08-19T00:49:46.560Z | Compiling cargo-platform v0.3.2 |
| 2241 | 2026-08-19T00:49:46.849Z | Compiling managed v0.8.0 |
| 2242 | 2026-08-19T00:49:46.867Z | Compiling foldhash v0.2.0 |
| 2243 | 2026-08-19T00:49:47.007Z | Compiling smawk v0.3.2 |
| 2244 | 2026-08-19T00:49:47.023Z | Compiling jiff-core v0.1.0 |
| 2245 | 2026-08-19T00:49:47.100Z | Compiling base16ct v0.2.0 |
| 2246 | 2026-08-19T00:49:47.154Z | Compiling same-file v1.0.6 |
| 2247 | 2026-08-19T00:49:47.214Z | Compiling unicode-linebreak v0.1.5 |
| 2248 | 2026-08-19T00:49:47.254Z | Compiling is_ci v1.2.0 |
| 2249 | 2026-08-19T00:49:47.307Z | Compiling bitflags v1.3.2 |
| 2250 | 2026-08-19T00:49:47.440Z | Compiling path-slash v0.1.5 |
| 2251 | 2026-08-19T00:49:47.440Z | Compiling libbz2-rs-sys v0.2.2 |
| 2252 | 2026-08-19T00:49:47.441Z | Compiling bumpalo v3.20.2 |
| 2253 | 2026-08-19T00:49:47.456Z | Compiling foldhash v0.1.5 |
| 2254 | 2026-08-19T00:49:47.496Z | Compiling textwrap v0.16.2 |
| 2255 | 2026-08-19T00:49:47.530Z | Compiling supports-color v3.0.2 |
| 2256 | 2026-08-19T00:49:47.620Z | Compiling zopfli v0.8.3 |
| 2257 | 2026-08-19T00:49:47.677Z | Compiling hashbrown v0.15.5 |
| 2258 | 2026-08-19T00:49:47.710Z | Compiling walkdir v2.5.0 |
| 2259 | 2026-08-19T00:49:47.799Z | Compiling jiff v0.2.34 |
| 2260 | 2026-08-19T00:49:47.902Z | Compiling bzip2 v0.6.1 |
| 2261 | 2026-08-19T00:49:47.986Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2262 | 2026-08-19T00:49:48.017Z | Compiling sec1 v0.7.3 |
| 2263 | 2026-08-19T00:49:48.167Z | Compiling hashbrown v0.16.1 |
| 2264 | 2026-08-19T00:49:48.314Z | Compiling cargo_metadata v0.23.1 |
| 2265 | 2026-08-19T00:49:48.333Z | Compiling group v0.13.0 |
| 2266 | 2026-08-19T00:49:48.546Z | Compiling futures v0.3.32 |
| 2267 | 2026-08-19T00:49:48.791Z | Compiling snafu v0.8.9 |
| 2268 | 2026-08-19T00:49:48.867Z | Compiling phf v0.13.1 |
| 2269 | 2026-08-19T00:49:49.041Z | Compiling reqwest v0.12.28 |
| 2270 | 2026-08-19T00:49:49.159Z | Compiling signal-hook-mio v0.2.5 |
| 2271 | 2026-08-19T00:49:49.201Z | Compiling cipher v0.5.2 |
| 2272 | 2026-08-19T00:49:49.222Z | Compiling backtrace-ext v0.2.1 |
| 2273 | 2026-08-19T00:49:49.293Z | Compiling cookie_store v0.22.1 |
| 2274 | 2026-08-19T00:49:49.360Z | Compiling postgres-types v0.2.12 |
| 2275 | 2026-08-19T00:49:49.364Z | Compiling zstd v0.13.3 |
| 2276 | 2026-08-19T00:49:49.397Z | Compiling globset v0.4.18 |
| 2277 | 2026-08-19T00:49:49.459Z | Compiling strum v0.27.2 |
| 2278 | 2026-08-19T00:49:49.545Z | Compiling hubpack v0.1.2 |
| 2279 | 2026-08-19T00:49:49.657Z | Compiling phf_shared v0.11.3 |
| 2280 | 2026-08-19T00:49:49.720Z | Compiling hkdf v0.12.4 |
| 2281 | 2026-08-19T00:49:49.783Z | Compiling crossbeam-epoch v0.9.18 |
| 2282 | 2026-08-19T00:49:49.818Z | Compiling byte-wrapper v0.1.0 |
| 2283 | 2026-08-19T00:49:49.852Z | Compiling olpc-cjson v0.1.4 |
| 2284 | 2026-08-19T00:49:49.882Z | Compiling ed25519 v2.2.3 |
| 2285 | 2026-08-19T00:49:50.091Z | Compiling crypto-bigint v0.5.5 |
| 2286 | 2026-08-19T00:49:50.140Z | Compiling serde-big-array v0.5.1 |
| 2287 | 2026-08-19T00:49:50.140Z | Compiling serde_plain v1.0.2 |
| 2288 | 2026-08-19T00:49:50.253Z | Compiling pem v3.0.6 |
| 2289 | 2026-08-19T00:49:50.301Z | Compiling float-cmp v0.10.0 |
| 2290 | 2026-08-19T00:49:50.342Z | Compiling memmap2 v0.9.10 |
| 2291 | 2026-08-19T00:49:50.359Z | Compiling new_debug_unreachable v1.0.6 |
| 2292 | 2026-08-19T00:49:50.445Z | Compiling difflib v0.4.0 |
| 2293 | 2026-08-19T00:49:50.545Z | Compiling toml_write v0.1.2 |
| 2294 | 2026-08-19T00:49:50.571Z | Compiling fixedbitset v0.4.2 |
| 2295 | 2026-08-19T00:49:50.590Z | Compiling predicates-core v1.0.10 |
| 2296 | 2026-08-19T00:49:50.606Z | Compiling precomputed-hash v0.1.1 |
| 2297 | 2026-08-19T00:49:50.667Z | Compiling whoami v2.1.0 |
| 2298 | 2026-08-19T00:49:50.709Z | Compiling static_assertions v1.1.0 |
| 2299 | 2026-08-19T00:49:50.758Z | Compiling const-oid v0.10.2 |
| 2300 | 2026-08-19T00:49:50.771Z | Compiling supports-hyperlinks v3.2.0 |
| 2301 | 2026-08-19T00:49:50.794Z | Compiling keccak v0.1.6 |
| 2302 | 2026-08-19T00:49:50.825Z | Compiling normalize-line-endings v0.3.0 |
| 2303 | 2026-08-19T00:49:50.933Z | Compiling data-encoding v2.10.0 |
| 2304 | 2026-08-19T00:49:50.934Z | Compiling typed-path v0.9.3 |
| 2305 | 2026-08-19T00:49:50.968Z | Compiling supports-unicode v3.0.0 |
| 2306 | 2026-08-19T00:49:51.001Z | Compiling unicode-width v0.1.14 |
| 2307 | 2026-08-19T00:49:51.018Z | Compiling fixedbitset v0.5.7 |
| 2308 | 2026-08-19T00:49:51.126Z | Compiling chacha20 v0.10.0 |
| 2309 | 2026-08-19T00:49:51.188Z | Compiling elliptic-curve v0.13.8 |
| 2310 | 2026-08-19T00:49:51.224Z | Compiling petgraph v0.8.3 |
| 2311 | 2026-08-19T00:49:51.254Z | Compiling miette v7.6.0 |
| 2312 | 2026-08-19T00:49:51.309Z | Compiling hickory-proto v0.25.2 |
| 2313 | 2026-08-19T00:49:51.388Z | Compiling sha3 v0.10.8 |
| 2314 | 2026-08-19T00:49:51.439Z | Compiling digest v0.11.3 |
| 2315 | 2026-08-19T00:49:51.469Z | Compiling predicates v3.1.4 |
| 2316 | 2026-08-19T00:49:51.571Z | Compiling tokio-postgres v0.7.16 |
| 2317 | 2026-08-19T00:49:51.673Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2318 | 2026-08-19T00:49:51.871Z | Compiling petgraph v0.6.5 |
| 2319 | 2026-08-19T00:49:52.022Z | Compiling toml_edit v0.22.27 |
| 2320 | 2026-08-19T00:49:52.038Z | Compiling string_cache v0.8.9 |
| 2321 | 2026-08-19T00:49:52.309Z | Compiling usdt v0.6.0 |
| 2322 | 2026-08-19T00:49:53.252Z | Compiling ed25519-dalek v2.2.0 |
| 2323 | 2026-08-19T00:49:53.358Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2324 | 2026-08-19T00:49:53.374Z | Compiling zip v4.6.1 |
| 2325 | 2026-08-19T00:49:54.033Z | Compiling crossterm v0.28.1 |
| 2326 | 2026-08-19T00:49:54.363Z | Compiling iddqd v0.4.2 |
| 2327 | 2026-08-19T00:49:54.472Z | Compiling serde_with v3.21.0 |
| 2328 | 2026-08-19T00:49:54.472Z | Compiling similar v2.7.0 |
| 2329 | 2026-08-19T00:49:54.574Z | Compiling strum v0.26.3 |
| 2330 | 2026-08-19T00:49:54.725Z | Compiling tokio-stream v0.1.18 |
| 2331 | 2026-08-19T00:49:54.789Z | Compiling buf-list v1.1.2 |
| 2332 | 2026-08-19T00:49:55.082Z | Compiling itertools v0.13.0 |
| 2333 | 2026-08-19T00:49:55.221Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2334 | 2026-08-19T00:49:55.224Z | Compiling openapiv3 v2.2.0 |
| 2335 | 2026-08-19T00:49:55.624Z | Compiling peg-runtime v0.8.5 |
| 2336 | 2026-08-19T00:49:55.881Z | Compiling lalrpop-util v0.19.12 |
| 2337 | 2026-08-19T00:50:11.002Z | Compiling rustls-webpki v0.103.13 |
| 2338 | 2026-08-19T00:50:14.799Z | Compiling tokio-rustls v0.26.4 |
| 2339 | 2026-08-19T00:50:14.868Z | Compiling rustls-platform-verifier v0.6.2 |
| 2340 | 2026-08-19T00:50:14.966Z | Compiling tough v0.22.0 |
| 2341 | 2026-08-19T00:50:15.082Z | Compiling hyper-rustls v0.27.7 |
| 2342 | 2026-08-19T00:50:15.394Z | Compiling reqwest v0.13.2 |
| 2343 | 2026-08-19T00:50:18.265Z | Compiling macaddr v1.0.1 |
| 2344 | 2026-08-19T00:50:18.266Z | Compiling rayon-core v1.13.0 |
| 2345 | 2026-08-19T00:50:18.295Z | Compiling crucible-workspace-hack v0.1.0 |
| 2346 | 2026-08-19T00:50:18.299Z | Compiling secrecy v0.10.3 |
| 2347 | 2026-08-19T00:50:18.341Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2348 | 2026-08-19T00:50:18.549Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2349 | 2026-08-19T00:50:18.565Z | Compiling heapless v0.8.0 |
| 2350 | 2026-08-19T00:50:18.569Z | Compiling crossbeam-deque v0.8.6 |
| 2351 | 2026-08-19T00:50:18.611Z | Compiling ingot-macros v0.2.0 |
| 2352 | 2026-08-19T00:50:18.652Z | Compiling inout v0.1.4 |
| 2353 | 2026-08-19T00:50:18.670Z | Compiling hash32 v0.3.1 |
| 2354 | 2026-08-19T00:50:18.688Z | Compiling multer v3.1.0 |
| 2355 | 2026-08-19T00:50:18.706Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2356 | 2026-08-19T00:50:18.792Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2357 | 2026-08-19T00:50:18.831Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2358 | 2026-08-19T00:50:18.846Z | Compiling thread_local v1.1.9 |
| 2359 | 2026-08-19T00:50:18.866Z | Compiling match_cfg v0.1.0 |
| 2360 | 2026-08-19T00:50:18.901Z | Compiling compression-core v0.4.31 |
| 2361 | 2026-08-19T00:50:18.917Z | Compiling smoltcp v0.11.0 |
| 2362 | 2026-08-19T00:50:18.937Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2363 | 2026-08-19T00:50:18.956Z | Compiling slog-async v2.8.0 |
| 2364 | 2026-08-19T00:50:18.971Z | Compiling hostname v0.3.1 |
| 2365 | 2026-08-19T00:50:19.073Z | Compiling compression-codecs v0.4.37 |
| 2366 | 2026-08-19T00:50:19.106Z | Compiling cipher v0.4.4 |
| 2367 | 2026-08-19T00:50:19.188Z | Compiling atomicwrites v0.4.4 |
| 2368 | 2026-08-19T00:50:19.207Z | Compiling slog-json v2.6.1 |
| 2369 | 2026-08-19T00:50:19.275Z | Compiling crossbeam-channel v0.5.15 |
| 2370 | 2026-08-19T00:50:19.290Z | Compiling half v2.7.1 |
| 2371 | 2026-08-19T00:50:19.383Z | Compiling proc-macro-crate v3.4.0 |
| 2372 | 2026-08-19T00:50:19.460Z | Compiling newtype-uuid-macros v0.1.0 |
| 2373 | 2026-08-19T00:50:19.488Z | Compiling universal-hash v0.5.1 |
| 2374 | 2026-08-19T00:50:19.502Z | Compiling cobs v0.3.0 |
| 2375 | 2026-08-19T00:50:19.606Z | Compiling async-stream-impl v0.3.6 |
| 2376 | 2026-08-19T00:50:19.655Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2377 | 2026-08-19T00:50:19.672Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2378 | 2026-08-19T00:50:19.690Z | Compiling serde_spanned v1.1.1 |
| 2379 | 2026-08-19T00:50:19.723Z | Compiling is-terminal v0.4.17 |
| 2380 | 2026-08-19T00:50:19.807Z | Compiling dropshot v0.17.1 |
| 2381 | 2026-08-19T00:50:19.823Z | Compiling proc-macro-error-attr v1.0.4 |
| 2382 | 2026-08-19T00:50:19.841Z | Compiling term v1.2.1 |
| 2383 | 2026-08-19T00:50:19.858Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2384 | 2026-08-19T00:50:19.968Z | Compiling take_mut v0.2.2 |
| 2385 | 2026-08-19T00:50:20.023Z | Compiling opaque-debug v0.3.1 |
| 2386 | 2026-08-19T00:50:20.040Z | Compiling convert_case v0.4.0 |
| 2387 | 2026-08-19T00:50:20.108Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2388 | 2026-08-19T00:50:20.180Z | Compiling ciborium-io v0.2.2 |
| 2389 | 2026-08-19T00:50:20.180Z | Compiling poly1305 v0.8.0 |
| 2390 | 2026-08-19T00:50:20.180Z | Compiling slog-term v2.9.2 |
| 2391 | 2026-08-19T00:50:20.200Z | Compiling async-stream v0.3.6 |
| 2392 | 2026-08-19T00:50:20.215Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2393 | 2026-08-19T00:50:20.244Z | Compiling ciborium-ll v0.2.2 |
| 2394 | 2026-08-19T00:50:20.340Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2395 | 2026-08-19T00:50:20.356Z | Compiling derive_more v0.99.20 |
| 2396 | 2026-08-19T00:50:20.646Z | Compiling num_enum_derive v0.7.6 |
| 2397 | 2026-08-19T00:50:20.650Z | Compiling postcard v1.1.3 |
| 2398 | 2026-08-19T00:50:20.679Z | Compiling thiserror-no-std v2.0.2 |
| 2399 | 2026-08-19T00:50:20.784Z | Compiling slog-bunyan v2.5.0 |
| 2400 | 2026-08-19T00:50:20.799Z | Compiling chacha20 v0.9.1 |
| 2401 | 2026-08-19T00:50:20.989Z | Compiling async-compression v0.4.41 |
| 2402 | 2026-08-19T00:50:21.082Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2403 | 2026-08-19T00:50:21.158Z | Compiling sha1 v0.11.0 |
| 2404 | 2026-08-19T00:50:21.237Z | Compiling ingot-types v0.2.0 |
| 2405 | 2026-08-19T00:50:21.423Z | Compiling parse-display-derive v0.10.0 |
| 2406 | 2026-08-19T00:50:21.472Z | Compiling proc-macro-crate v1.3.1 |
| 2407 | 2026-08-19T00:50:21.597Z | Compiling waitgroup v0.1.2 |
| 2408 | 2026-08-19T00:50:21.613Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2409 | 2026-08-19T00:50:21.628Z | Compiling backon v1.6.0 |
| 2410 | 2026-08-19T00:50:21.642Z | Compiling rustls-pemfile v2.2.0 |
| 2411 | 2026-08-19T00:50:21.723Z | Compiling ingot v0.2.1 |
| 2412 | 2026-08-19T00:50:21.775Z | Compiling blake2 v0.10.6 |
| 2413 | 2026-08-19T00:50:21.825Z | Compiling dropshot_endpoint v0.17.1 |
| 2414 | 2026-08-19T00:50:21.890Z | Compiling aead v0.5.2 |
| 2415 | 2026-08-19T00:50:21.940Z | Compiling password-hash v0.5.0 |
| 2416 | 2026-08-19T00:50:22.106Z | Compiling foreign-types-macros v0.2.3 |
| 2417 | 2026-08-19T00:50:22.197Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2418 | 2026-08-19T00:50:22.303Z | Compiling serde_path_to_error v0.1.20 |
| 2419 | 2026-08-19T00:50:22.430Z | Compiling hostname v0.4.2 |
| 2420 | 2026-08-19T00:50:22.570Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2421 | 2026-08-19T00:50:22.610Z | Compiling proc-macro-error v1.0.4 |
| 2422 | 2026-08-19T00:50:22.626Z | Compiling instant v0.1.13 |
| 2423 | 2026-08-19T00:50:22.695Z | Compiling debug-ignore v1.0.5 |
| 2424 | 2026-08-19T00:50:22.745Z | Compiling foreign-types-shared v0.3.1 |
| 2425 | 2026-08-19T00:50:22.761Z | Compiling backoff v0.4.0 |
| 2426 | 2026-08-19T00:50:22.779Z | Compiling argon2 v0.5.3 |
| 2427 | 2026-08-19T00:50:22.827Z | Compiling chacha20poly1305 v0.10.1 |
| 2428 | 2026-08-19T00:50:22.858Z | Compiling foreign-types v0.5.0 |
| 2429 | 2026-08-19T00:50:22.875Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2430 | 2026-08-19T00:50:22.920Z | Compiling parse-display v0.10.0 |
| 2431 | 2026-08-19T00:50:22.939Z | Compiling num_enum_derive v0.5.11 |
| 2432 | 2026-08-19T00:50:22.956Z | Compiling num_enum v0.7.6 |
| 2433 | 2026-08-19T00:50:22.973Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2434 | 2026-08-19T00:50:22.998Z | Compiling vsss-rs v3.3.4 |
| 2435 | 2026-08-19T00:50:23.103Z | Compiling ciborium v0.2.2 |
| 2436 | 2026-08-19T00:50:23.403Z | Compiling regress v0.10.5 |
| 2437 | 2026-08-19T00:50:23.418Z | Compiling itertools v0.14.0 |
| 2438 | 2026-08-19T00:50:23.437Z | Compiling tabwriter v1.4.1 |
| 2439 | 2026-08-19T00:50:23.451Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2440 | 2026-08-19T00:50:23.751Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2441 | 2026-08-19T00:50:23.785Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2442 | 2026-08-19T00:50:23.822Z | Compiling cstr-argument v0.1.2 |
| 2443 | 2026-08-19T00:50:23.912Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2444 | 2026-08-19T00:50:23.916Z | Compiling humantime v2.3.0 |
| 2445 | 2026-08-19T00:50:24.013Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2446 | 2026-08-19T00:50:24.031Z | Compiling num_enum v0.5.11 |
| 2447 | 2026-08-19T00:50:24.049Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2448 | 2026-08-19T00:50:24.164Z | Compiling rayon v1.11.0 |
| 2449 | 2026-08-19T00:50:24.186Z | Compiling rand v0.10.1 |
| 2450 | 2026-08-19T00:50:24.224Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2451 | 2026-08-19T00:50:24.320Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2452 | 2026-08-19T00:50:24.337Z | Compiling libefi-sys v0.1.0 |
| 2453 | 2026-08-19T00:50:24.366Z | Compiling indent_write v2.2.0 |
| 2454 | 2026-08-19T00:50:24.388Z | Compiling colored v3.1.1 |
| 2455 | 2026-08-19T00:50:24.420Z | Compiling zone_cfg_derive v0.3.1 |
| 2456 | 2026-08-19T00:50:24.437Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2457 | 2026-08-19T00:50:24.455Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2458 | 2026-08-19T00:50:24.513Z | Compiling camino-tempfile v1.4.1 |
| 2459 | 2026-08-19T00:50:24.558Z | Compiling itertools v0.12.1 |
| 2460 | 2026-08-19T00:50:24.577Z | Compiling usdt-macro v0.5.0 |
| 2461 | 2026-08-19T00:50:24.684Z | Compiling usdt-attr-macro v0.5.0 |
| 2462 | 2026-08-19T00:50:24.700Z | Compiling num-derive v0.4.2 |
| 2463 | 2026-08-19T00:50:24.969Z | Compiling bitfield-struct v0.6.2 |
| 2464 | 2026-08-19T00:50:24.985Z | Compiling blake3 v1.8.5 |
| 2465 | 2026-08-19T00:50:25.003Z | Compiling memmap v0.7.0 |
| 2466 | 2026-08-19T00:50:25.021Z | Compiling sigpipe v0.1.3 |
| 2467 | 2026-08-19T00:50:25.051Z | Compiling glob v0.3.3 |
| 2468 | 2026-08-19T00:50:25.151Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2469 | 2026-08-19T00:50:25.258Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2470 | 2026-08-19T00:50:25.275Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2471 | 2026-08-19T00:50:25.301Z | Compiling swrite v0.1.0 |
| 2472 | 2026-08-19T00:50:25.460Z | Compiling usdt v0.5.0 |
| 2473 | 2026-08-19T00:50:25.476Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2474 | 2026-08-19T00:50:25.600Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2475 | 2026-08-19T00:50:25.618Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2476 | 2026-08-19T00:50:25.697Z | Compiling smf v0.2.3 |
| 2477 | 2026-08-19T00:50:25.733Z | Compiling filetime v0.2.27 |
| 2478 | 2026-08-19T00:50:25.785Z | Compiling constant_time_eq v0.4.2 |
| 2479 | 2026-08-19T00:50:25.866Z | Compiling zone v0.3.1 |
| 2480 | 2026-08-19T00:50:25.927Z | Compiling arrayref v0.3.9 |
| 2481 | 2026-08-19T00:50:25.948Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2482 | 2026-08-19T00:50:25.965Z | Compiling whoami v1.6.1 |
| 2483 | 2026-08-19T00:50:25.982Z | Compiling xattr v1.6.1 |
| 2484 | 2026-08-19T00:50:25.999Z | Compiling arrayvec v0.7.6 |
| 2485 | 2026-08-19T00:50:26.017Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2486 | 2026-08-19T00:50:26.033Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2487 | 2026-08-19T00:50:26.050Z | Compiling tokio-dtrace v0.1.1 |
| 2488 | 2026-08-19T00:50:26.099Z | Compiling gethostname v0.5.0 |
| 2489 | 2026-08-19T00:50:26.247Z | Compiling tar v0.4.46 |
| 2490 | 2026-08-19T00:50:26.272Z | Compiling console v0.16.2 |
| 2491 | 2026-08-19T00:50:26.304Z | Compiling topological-sort v0.2.2 |
| 2492 | 2026-08-19T00:50:26.320Z | Compiling unit-prefix v0.5.2 |
| 2493 | 2026-08-19T00:50:26.389Z | Compiling oxide-tokio-rt v0.1.4 |
| 2494 | 2026-08-19T00:50:26.430Z | Compiling toml v0.8.23 |
| 2495 | 2026-08-19T00:50:26.486Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2496 | 2026-08-19T00:50:26.712Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2497 | 2026-08-19T00:50:26.817Z | Compiling indicatif v0.18.4 |
| 2498 | 2026-08-19T00:50:26.837Z | Compiling shell-words v1.1.1 |
| 2499 | 2026-08-19T00:50:36.061Z | Compiling progenitor-client v0.14.0 |
| 2500 | 2026-08-19T00:50:36.061Z | Compiling omicron-zone-package v0.12.3 |
| 2501 | 2026-08-19T00:50:36.309Z | Compiling progenitor-extras v0.2.0 |
| 2502 | 2026-08-19T00:50:36.586Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2503 | 2026-08-19T00:50:36.610Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2504 | 2026-08-19T00:50:36.731Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2505 | 2026-08-19T00:50:36.761Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2506 | 2026-08-19T00:50:36.777Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2507 | 2026-08-19T00:50:36.838Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2508 | 2026-08-19T00:50:36.914Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2509 | 2026-08-19T00:50:37.052Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2510 | 2026-08-19T00:50:38.003Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2511 | 2026-08-19T00:50:41.705Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2512 | 2026-08-19T00:50:50.070Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2513 | 2026-08-19T00:50:53.349Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2514 | 2026-08-19T00:50:54.410Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2515 | 2026-08-19T00:51:03.809Z | Finished `release` profile [optimized] target(s) in 1m 46s |
| 2516 | 2026-08-19T00:51:03.961Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2517 | 2026-08-19T00:51:04.025Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2518 | 2026-08-19T00:51:04.028Z | Created new build target 'test' and set it as active |
| 2519 | 2026-08-19T00:51:04.028Z | |
| 2520 | 2026-08-19T00:51:04.028Z | real 1:46.760584845 |
| 2521 | 2026-08-19T00:51:04.028Z | user 17:45.104800655 |
| 2522 | 2026-08-19T00:51:04.028Z | sys 2:46.641080352 |
| 2523 | 2026-08-19T00:51:04.028Z | trap 0.497773941 |
| 2524 | 2026-08-19T00:51:04.030Z | tflt 2.389582690 |
| 2525 | 2026-08-19T00:51:04.030Z | dflt 4.878977740 |
| 2526 | 2026-08-19T00:51:04.030Z | kflt 0.000518760 |
| 2527 | 2026-08-19T00:51:04.030Z | lock 58:00.575474041 |
| 2528 | 2026-08-19T00:51:04.030Z | slp 45:12.531303731 |
| 2529 | 2026-08-19T00:51:04.030Z | lat 49.723851443 |
| 2530 | 2026-08-19T00:51:04.030Z | stop 6:19.820970091 |
| 2531 | 2026-08-19T00:51:04.034Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2532 | 2026-08-19T00:51:04.941Z | Finished `release` profile [optimized] target(s) in 0.90s |
| 2533 | 2026-08-19T00:51:05.010Z | Running `target/release/omicron-package -t test package` |
| 2534 | 2026-08-19T00:51:05.066Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2535 | 2026-08-19T00:51:06.543Z | Compiling heck v0.5.0 |
| 2536 | 2026-08-19T00:51:06.543Z | Compiling regress v0.11.1 |
| 2537 | 2026-08-19T00:51:06.767Z | Compiling unsafe-libyaml v0.2.11 |
| 2538 | 2026-08-19T00:51:06.804Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2539 | 2026-08-19T00:51:06.833Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2540 | 2026-08-19T00:51:06.833Z | Compiling derive-where v1.6.0 |
| 2541 | 2026-08-19T00:51:06.836Z | Compiling bytecount v0.6.9 |
| 2542 | 2026-08-19T00:51:06.894Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2543 | 2026-08-19T00:51:06.896Z | Compiling atomicwrites v0.4.4 |
| 2544 | 2026-08-19T00:51:06.899Z | Compiling is-terminal v0.4.17 |
| 2545 | 2026-08-19T00:51:06.899Z | Compiling prettyplease v0.2.37 |
| 2546 | 2026-08-19T00:51:06.899Z | Compiling newline-converter v0.3.0 |
| 2547 | 2026-08-19T00:51:06.913Z | Compiling console v0.15.11 |
| 2548 | 2026-08-19T00:51:06.953Z | Compiling slog-dtrace v0.3.0 |
| 2549 | 2026-08-19T00:51:06.957Z | Compiling resolv-conf v0.7.6 |
| 2550 | 2026-08-19T00:51:07.058Z | Compiling cancel-safe-futures v0.1.5 |
| 2551 | 2026-08-19T00:51:07.080Z | Compiling num-rational v0.4.2 |
| 2552 | 2026-08-19T00:51:07.083Z | Compiling num-complex v0.4.6 |
| 2553 | 2026-08-19T00:51:07.134Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2554 | 2026-08-19T00:51:07.177Z | Compiling thread_local v1.1.9 |
| 2555 | 2026-08-19T00:51:07.203Z | Compiling compression-core v0.4.31 |
| 2556 | 2026-08-19T00:51:07.315Z | Compiling serde_yaml v0.9.34+deprecated |
| 2557 | 2026-08-19T00:51:07.389Z | Compiling expectorate v1.2.0 |
| 2558 | 2026-08-19T00:51:07.446Z | Compiling match_cfg v0.1.0 |
| 2559 | 2026-08-19T00:51:07.543Z | Compiling hostname v0.3.1 |
| 2560 | 2026-08-19T00:51:07.581Z | Compiling num v0.4.3 |
| 2561 | 2026-08-19T00:51:07.603Z | Compiling compression-codecs v0.4.37 |
| 2562 | 2026-08-19T00:51:07.624Z | Compiling slog-async v2.8.0 |
| 2563 | 2026-08-19T00:51:07.646Z | Compiling multer v3.1.0 |
| 2564 | 2026-08-19T00:51:07.684Z | Compiling crossbeam-channel v0.5.15 |
| 2565 | 2026-08-19T00:51:07.707Z | Compiling slog-json v2.6.1 |
| 2566 | 2026-08-19T00:51:07.710Z | Compiling serde_spanned v1.1.1 |
| 2567 | 2026-08-19T00:51:07.747Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2568 | 2026-08-19T00:51:07.879Z | Compiling linked-hash-map v0.5.6 |
| 2569 | 2026-08-19T00:51:07.900Z | Compiling take_mut v0.2.2 |
| 2570 | 2026-08-19T00:51:07.928Z | Compiling float-ord v0.3.2 |
| 2571 | 2026-08-19T00:51:07.949Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2572 | 2026-08-19T00:51:08.028Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2573 | 2026-08-19T00:51:08.052Z | Compiling term v1.2.1 |
| 2574 | 2026-08-19T00:51:08.052Z | Compiling linear-map v1.2.0 |
| 2575 | 2026-08-19T00:51:08.093Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2576 | 2026-08-19T00:51:08.097Z | Compiling oxide-update-engine-types v0.1.2 |
| 2577 | 2026-08-19T00:51:08.163Z | Compiling lru-cache v0.1.2 |
| 2578 | 2026-08-19T00:51:08.166Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2579 | 2026-08-19T00:51:08.207Z | Compiling slog-bunyan v2.5.0 |
| 2580 | 2026-08-19T00:51:08.232Z | Compiling async-compression v0.4.41 |
| 2581 | 2026-08-19T00:51:08.287Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2582 | 2026-08-19T00:51:08.308Z | Compiling typify-impl v0.6.2 |
| 2583 | 2026-08-19T00:51:08.376Z | Compiling slog-term v2.9.2 |
| 2584 | 2026-08-19T00:51:08.572Z | Compiling dropshot v0.17.1 |
| 2585 | 2026-08-19T00:51:08.591Z | Compiling async-stream v0.3.6 |
| 2586 | 2026-08-19T00:51:08.614Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2587 | 2026-08-19T00:51:08.639Z | Compiling progenitor-client v0.14.0 |
| 2588 | 2026-08-19T00:51:08.758Z | Compiling sha1 v0.11.0 |
| 2589 | 2026-08-19T00:51:08.784Z | Compiling waitgroup v0.1.2 |
| 2590 | 2026-08-19T00:51:08.805Z | Compiling rustls-pemfile v2.2.0 |
| 2591 | 2026-08-19T00:51:08.831Z | Compiling backon v1.6.0 |
| 2592 | 2026-08-19T00:51:08.889Z | Compiling serde_path_to_error v0.1.20 |
| 2593 | 2026-08-19T00:51:08.942Z | Compiling hostname v0.4.2 |
| 2594 | 2026-08-19T00:51:08.964Z | Compiling instant v0.1.13 |
| 2595 | 2026-08-19T00:51:09.033Z | Compiling debug-ignore v1.0.5 |
| 2596 | 2026-08-19T00:51:09.060Z | Compiling minimal-lexical v0.2.1 |
| 2597 | 2026-08-19T00:51:09.080Z | Compiling backoff v0.4.0 |
| 2598 | 2026-08-19T00:51:09.104Z | Compiling progenitor-extras v0.2.0 |
| 2599 | 2026-08-19T00:51:09.108Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2600 | 2026-08-19T00:51:09.171Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2601 | 2026-08-19T00:51:09.318Z | Compiling nom v7.1.3 |
| 2602 | 2026-08-19T00:51:09.340Z | Compiling oxide-update-engine v0.1.2 |
| 2603 | 2026-08-19T00:51:09.360Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2604 | 2026-08-19T00:51:09.388Z | Compiling parse-display v0.10.0 |
| 2605 | 2026-08-19T00:51:09.413Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2606 | 2026-08-19T00:51:09.434Z | Compiling hickory-proto v0.24.4 |
| 2607 | 2026-08-19T00:51:09.940Z | Compiling regress v0.10.5 |
| 2608 | 2026-08-19T00:51:10.097Z | Compiling itertools v0.14.0 |
| 2609 | 2026-08-19T00:51:10.634Z | Compiling macaddr v1.0.1 |
| 2610 | 2026-08-19T00:51:10.654Z | Compiling unicode-xid v0.2.6 |
| 2611 | 2026-08-19T00:51:10.722Z | Compiling humantime v2.3.0 |
| 2612 | 2026-08-19T00:51:10.888Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2613 | 2026-08-19T00:51:10.987Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2614 | 2026-08-19T00:51:11.052Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2615 | 2026-08-19T00:51:11.228Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2616 | 2026-08-19T00:51:11.287Z | Compiling convert_case v0.10.0 |
| 2617 | 2026-08-19T00:51:11.331Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2618 | 2026-08-19T00:51:11.429Z | Compiling toml v0.8.23 |
| 2619 | 2026-08-19T00:51:11.496Z | Compiling papergrid v0.11.0 |
| 2620 | 2026-08-19T00:51:11.575Z | Compiling derive_more-impl v2.1.1 |
| 2621 | 2026-08-19T00:51:11.777Z | Compiling typify-macro v0.6.2 |
| 2622 | 2026-08-19T00:51:11.944Z | Compiling tabled_derive v0.7.0 |
| 2623 | 2026-08-19T00:51:12.009Z | Compiling hickory-resolver v0.24.4 |
| 2624 | 2026-08-19T00:51:12.032Z | Compiling termtree v0.5.1 |
| 2625 | 2026-08-19T00:51:12.230Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2626 | 2026-08-19T00:51:12.358Z | Compiling derive_more v2.1.1 |
| 2627 | 2026-08-19T00:51:12.496Z | Compiling crossterm v0.29.0 |
| 2628 | 2026-08-19T00:51:12.733Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2629 | 2026-08-19T00:51:12.852Z | Compiling tabled v0.15.0 |
| 2630 | 2026-08-19T00:51:13.248Z | Compiling qorb v0.4.1 |
| 2631 | 2026-08-19T00:51:13.382Z | Compiling typify v0.6.2 |
| 2632 | 2026-08-19T00:51:13.666Z | Compiling progenitor-impl v0.14.0 |
| 2633 | 2026-08-19T00:51:14.448Z | Compiling phf_shared v0.12.1 |
| 2634 | 2026-08-19T00:51:14.703Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2635 | 2026-08-19T00:51:15.227Z | Compiling csv-core v0.1.13 |
| 2636 | 2026-08-19T00:51:15.329Z | Compiling vte v0.14.1 |
| 2637 | 2026-08-19T00:51:15.614Z | Compiling chrono-tz v0.10.4 |
| 2638 | 2026-08-19T00:51:15.795Z | Compiling progenitor-macro v0.14.0 |
| 2639 | 2026-08-19T00:51:15.829Z | Compiling highway v1.3.0 |
| 2640 | 2026-08-19T00:51:16.615Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2641 | 2026-08-19T00:51:16.742Z | Compiling strip-ansi-escapes v0.2.1 |
| 2642 | 2026-08-19T00:51:16.789Z | Compiling csv v1.4.0 |
| 2643 | 2026-08-19T00:51:17.291Z | Compiling phf v0.12.1 |
| 2644 | 2026-08-19T00:51:17.316Z | Compiling const_format_proc_macros v0.2.34 |
| 2645 | 2026-08-19T00:51:17.347Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2646 | 2026-08-19T00:51:17.724Z | Compiling fd-lock v4.0.4 |
| 2647 | 2026-08-19T00:51:17.746Z | Compiling peg-macros v0.8.5 |
| 2648 | 2026-08-19T00:51:17.844Z | Compiling nu-ansi-term v0.50.3 |
| 2649 | 2026-08-19T00:51:18.100Z | Compiling const_format v0.2.35 |
| 2650 | 2026-08-19T00:51:18.258Z | Compiling reedline v0.40.0 |
| 2651 | 2026-08-19T00:51:18.334Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2652 | 2026-08-19T00:51:18.386Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2653 | 2026-08-19T00:51:18.999Z | Compiling peg v0.8.5 |
| 2654 | 2026-08-19T00:51:19.104Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2655 | 2026-08-19T00:51:19.126Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2656 | 2026-08-19T00:51:19.889Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2657 | 2026-08-19T00:51:20.004Z | Compiling progenitor v0.14.0 |
| 2658 | 2026-08-19T00:51:20.199Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2659 | 2026-08-19T00:51:20.313Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2660 | 2026-08-19T00:51:20.334Z | Compiling bcs v0.1.6 |
| 2661 | 2026-08-19T00:51:20.765Z | Compiling nom v8.0.0 |
| 2662 | 2026-08-19T00:51:20.887Z | Compiling semver v0.1.20 |
| 2663 | 2026-08-19T00:51:21.183Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2664 | 2026-08-19T00:51:21.474Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2665 | 2026-08-19T00:51:21.864Z | Compiling rustc_version v0.1.7 |
| 2666 | 2026-08-19T00:51:22.103Z | Compiling newtype_derive v0.1.6 |
| 2667 | 2026-08-19T00:51:22.329Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2668 | 2026-08-19T00:51:22.362Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2669 | 2026-08-19T00:51:22.621Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2670 | 2026-08-19T00:51:22.625Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2671 | 2026-08-19T00:51:22.698Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2672 | 2026-08-19T00:51:22.719Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2673 | 2026-08-19T00:51:23.335Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2674 | 2026-08-19T00:51:23.512Z | Compiling steno v0.4.1 |
| 2675 | 2026-08-19T00:51:23.560Z | Compiling dropshot-api-manager-types v0.8.0 |
| 2676 | 2026-08-19T00:51:24.193Z | Compiling sha1 v0.10.6 |
| 2677 | 2026-08-19T00:51:24.653Z | Compiling utf-8 v0.7.6 |
| 2678 | 2026-08-19T00:51:24.721Z | Compiling tagptr v0.2.0 |
| 2679 | 2026-08-19T00:51:24.894Z | Compiling moka v0.12.13 |
| 2680 | 2026-08-19T00:51:24.916Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2681 | 2026-08-19T00:51:25.090Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2682 | 2026-08-19T00:51:25.296Z | Compiling tungstenite v0.21.0 |
| 2683 | 2026-08-19T00:51:25.531Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2684 | 2026-08-19T00:51:25.980Z | Compiling tokio-tungstenite v0.21.0 |
| 2685 | 2026-08-19T00:51:26.170Z | Compiling hickory-resolver v0.25.2 |
| 2686 | 2026-08-19T00:51:26.379Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2687 | 2026-08-19T00:51:27.450Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2688 | 2026-08-19T00:51:28.170Z | Compiling darling_core v0.21.3 |
| 2689 | 2026-08-19T00:51:28.649Z | Compiling display-error-chain v0.2.2 |
| 2690 | 2026-08-19T00:51:28.826Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2691 | 2026-08-19T00:51:28.969Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2692 | 2026-08-19T00:51:28.995Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2693 | 2026-08-19T00:51:29.160Z | Compiling libscf-sys v1.2.0 |
| 2694 | 2026-08-19T00:51:29.331Z | Compiling vergen-lib v0.1.6 |
| 2695 | 2026-08-19T00:51:29.449Z | Compiling diesel_derives v2.3.7 |
| 2696 | 2026-08-19T00:51:29.699Z | Compiling scheduled-thread-pool v0.2.7 |
| 2697 | 2026-08-19T00:51:29.768Z | Compiling vergen-gitcl v1.0.8 |
| 2698 | 2026-08-19T00:51:29.886Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2699 | 2026-08-19T00:51:29.994Z | Compiling dirs-sys-next v0.1.2 |
| 2700 | 2026-08-19T00:51:30.127Z | Compiling maplit v1.0.2 |
| 2701 | 2026-08-19T00:51:30.247Z | Compiling crunchy v0.2.4 |
| 2702 | 2026-08-19T00:51:30.269Z | Compiling glob v0.3.3 |
| 2703 | 2026-08-19T00:51:30.272Z | Compiling dirs-next v2.0.0 |
| 2704 | 2026-08-19T00:51:30.333Z | Compiling darling_macro v0.21.3 |
| 2705 | 2026-08-19T00:51:30.473Z | Compiling r2d2 v0.8.10 |
| 2706 | 2026-08-19T00:51:30.632Z | Compiling clang-sys v1.8.1 |
| 2707 | 2026-08-19T00:51:30.766Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2708 | 2026-08-19T00:51:30.850Z | Compiling darling v0.21.3 |
| 2709 | 2026-08-19T00:51:30.899Z | Compiling papergrid v0.18.0 |
| 2710 | 2026-08-19T00:51:30.964Z | Compiling dsl_auto_type v0.2.0 |
| 2711 | 2026-08-19T00:51:31.019Z | Compiling xshell-macros v0.2.7 |
| 2712 | 2026-08-19T00:51:31.063Z | Compiling downcast-rs v2.0.2 |
| 2713 | 2026-08-19T00:51:31.203Z | Compiling tiny-keccak v2.0.2 |
| 2714 | 2026-08-19T00:51:31.427Z | Compiling xshell v0.2.7 |
| 2715 | 2026-08-19T00:51:31.451Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2716 | 2026-08-19T00:51:31.605Z | Compiling term v0.7.0 |
| 2717 | 2026-08-19T00:51:31.828Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2718 | 2026-08-19T00:51:31.948Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2719 | 2026-08-19T00:51:32.101Z | Compiling tabled v0.21.0 |
| 2720 | 2026-08-19T00:51:32.325Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2721 | 2026-08-19T00:51:32.511Z | Compiling bit-vec v0.6.3 |
| 2722 | 2026-08-19T00:51:32.633Z | Compiling ascii-canvas v3.0.0 |
| 2723 | 2026-08-19T00:51:32.688Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2724 | 2026-08-19T00:51:32.757Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2725 | 2026-08-19T00:51:32.888Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2726 | 2026-08-19T00:51:32.910Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2727 | 2026-08-19T00:51:33.230Z | Compiling bit-set v0.5.3 |
| 2728 | 2026-08-19T00:51:33.414Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2729 | 2026-08-19T00:51:33.637Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2730 | 2026-08-19T00:51:33.930Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2731 | 2026-08-19T00:51:34.070Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2732 | 2026-08-19T00:51:34.150Z | Compiling itertools v0.10.5 |
| 2733 | 2026-08-19T00:51:34.287Z | Compiling ena v0.14.4 |
| 2734 | 2026-08-19T00:51:34.539Z | Compiling libloading v0.8.9 |
| 2735 | 2026-08-19T00:51:34.768Z | Compiling unicase v2.9.0 |
| 2736 | 2026-08-19T00:51:34.878Z | Compiling diff v0.1.13 |
| 2737 | 2026-08-19T00:51:34.920Z | Compiling regex-syntax v0.6.29 |
| 2738 | 2026-08-19T00:51:34.944Z | Compiling bindgen v0.71.1 |
| 2739 | 2026-08-19T00:51:35.286Z | Compiling cexpr v0.6.0 |
| 2740 | 2026-08-19T00:51:35.469Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2741 | 2026-08-19T00:51:35.686Z | Compiling crc8 v0.1.1 |
| 2742 | 2026-08-19T00:51:35.718Z | Compiling rustc-hash v2.1.1 |
| 2743 | 2026-08-19T00:51:35.880Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2744 | 2026-08-19T00:51:35.918Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2745 | 2026-08-19T00:51:36.120Z | Compiling headers-core v0.3.0 |
| 2746 | 2026-08-19T00:51:36.192Z | Compiling diesel v2.3.7 |
| 2747 | 2026-08-19T00:51:36.271Z | Compiling lalrpop v0.19.12 |
| 2748 | 2026-08-19T00:51:36.449Z | Compiling libxml v0.3.3 |
| 2749 | 2026-08-19T00:51:36.473Z | Compiling headers v0.4.1 |
| 2750 | 2026-08-19T00:51:36.859Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2751 | 2026-08-19T00:51:37.088Z | Compiling strum_macros v0.24.3 |
| 2752 | 2026-08-19T00:51:37.111Z | Compiling indoc v1.0.9 |
| 2753 | 2026-08-19T00:51:37.551Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2754 | 2026-08-19T00:51:37.643Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2755 | 2026-08-19T00:51:37.769Z | Compiling derive_builder v0.20.2 |
| 2756 | 2026-08-19T00:51:37.937Z | Compiling quick-xml v0.37.5 |
| 2757 | 2026-08-19T00:51:38.040Z | Compiling oso-derive v0.27.3 |
| 2758 | 2026-08-19T00:51:38.093Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2759 | 2026-08-19T00:51:38.345Z | Compiling openssl-probe v0.1.6 |
| 2760 | 2026-08-19T00:51:38.587Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2761 | 2026-08-19T00:51:38.628Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2762 | 2026-08-19T00:51:38.650Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2763 | 2026-08-19T00:51:39.032Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2764 | 2026-08-19T00:51:39.299Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2765 | 2026-08-19T00:51:39.364Z | Compiling bb8 v0.8.6 |
| 2766 | 2026-08-19T00:51:39.417Z | Compiling trait-variant v0.1.2 |
| 2767 | 2026-08-19T00:51:39.523Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2768 | 2026-08-19T00:51:39.745Z | Compiling half v1.8.3 |
| 2769 | 2026-08-19T00:51:39.878Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2770 | 2026-08-19T00:51:39.948Z | Compiling proc-macro-error2 v2.0.1 |
| 2771 | 2026-08-19T00:51:39.971Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2772 | 2026-08-19T00:51:39.993Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2773 | 2026-08-19T00:51:40.142Z | Compiling serde_cbor v0.11.2 |
| 2774 | 2026-08-19T00:51:40.216Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2775 | 2026-08-19T00:51:40.266Z | Compiling hashbrown v0.14.5 |
| 2776 | 2026-08-19T00:51:40.480Z | Compiling rfc6979 v0.4.0 |
| 2777 | 2026-08-19T00:51:40.607Z | Compiling salty v0.3.0 |
| 2778 | 2026-08-19T00:51:40.674Z | Compiling ecdsa v0.16.9 |
| 2779 | 2026-08-19T00:51:40.864Z | Compiling chumsky v0.9.3 |
| 2780 | 2026-08-19T00:51:40.947Z | Compiling knus-derive v3.4.0 |
| 2781 | 2026-08-19T00:51:41.190Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2782 | 2026-08-19T00:51:41.213Z | Compiling progenitor-impl v0.13.0 |
| 2783 | 2026-08-19T00:51:41.312Z | Compiling samael v0.0.19 |
| 2784 | 2026-08-19T00:51:41.428Z | Compiling primeorder v0.13.6 |
| 2785 | 2026-08-19T00:51:41.719Z | Compiling nonempty v0.12.0 |
| 2786 | 2026-08-19T00:51:41.961Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2787 | 2026-08-19T00:51:42.123Z | Compiling p384 v0.13.1 |
| 2788 | 2026-08-19T00:51:42.306Z | Compiling knus v3.4.0 |
| 2789 | 2026-08-19T00:51:43.195Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2790 | 2026-08-19T00:51:43.417Z | Compiling progenitor-macro v0.13.0 |
| 2791 | 2026-08-19T00:51:43.658Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2792 | 2026-08-19T00:51:43.835Z | Compiling polar-core v0.27.3 |
| 2793 | 2026-08-19T00:51:44.493Z | Compiling progenitor-client v0.13.0 |
| 2794 | 2026-08-19T00:51:44.949Z | Compiling fxhash v0.2.1 |
| 2795 | 2026-08-19T00:51:45.117Z | Compiling libz-sys v1.1.24 |
| 2796 | 2026-08-19T00:51:45.275Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2797 | 2026-08-19T00:51:45.336Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 2798 | 2026-08-19T00:51:45.612Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2799 | 2026-08-19T00:51:45.635Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2800 | 2026-08-19T00:51:46.031Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2801 | 2026-08-19T00:51:46.091Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2802 | 2026-08-19T00:51:46.511Z | Compiling kstat-rs v0.2.5 |
| 2803 | 2026-08-19T00:51:47.210Z | Compiling mime_guess v2.0.5 |
| 2804 | 2026-08-19T00:51:47.425Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2805 | 2026-08-19T00:51:47.593Z | Compiling progenitor v0.13.0 |
| 2806 | 2026-08-19T00:51:48.113Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2807 | 2026-08-19T00:51:49.180Z | Compiling nanorand v0.7.0 |
| 2808 | 2026-08-19T00:51:49.208Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2809 | 2026-08-19T00:51:49.292Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2810 | 2026-08-19T00:51:49.547Z | Compiling parking_lot_core v0.8.6 |
| 2811 | 2026-08-19T00:51:49.857Z | Compiling flume v0.11.1 |
| 2812 | 2026-08-19T00:51:49.936Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2813 | 2026-08-19T00:51:50.298Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2814 | 2026-08-19T00:51:50.460Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2815 | 2026-08-19T00:51:51.007Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2816 | 2026-08-19T00:51:51.172Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2817 | 2026-08-19T00:51:51.192Z | Compiling git-stub v1.0.0 |
| 2818 | 2026-08-19T00:51:51.464Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 2819 | 2026-08-19T00:51:51.645Z | Compiling instability v0.3.11 |
| 2820 | 2026-08-19T00:51:51.709Z | Compiling strsim v0.10.0 |
| 2821 | 2026-08-19T00:51:51.863Z | Compiling corncobs v0.1.4 |
| 2822 | 2026-08-19T00:51:52.012Z | Compiling http-range v0.1.5 |
| 2823 | 2026-08-19T00:51:52.117Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2824 | 2026-08-19T00:51:52.198Z | Compiling darling_core v0.13.4 |
| 2825 | 2026-08-19T00:51:52.417Z | Compiling git-stub-vcs v0.1.0 |
| 2826 | 2026-08-19T00:51:53.143Z | Compiling oso v0.27.3 |
| 2827 | 2026-08-19T00:51:53.845Z | Compiling diesel-dtrace v0.5.0 |
| 2828 | 2026-08-19T00:51:54.179Z | Compiling async-bb8-diesel v0.2.1 |
| 2829 | 2026-08-19T00:51:54.631Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2830 | 2026-08-19T00:51:55.972Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2831 | 2026-08-19T00:51:57.140Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2832 | 2026-08-19T00:51:57.168Z | Compiling ignore v0.4.25 |
| 2833 | 2026-08-19T00:51:58.527Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2834 | 2026-08-19T00:51:58.605Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2835 | 2026-08-19T00:51:58.860Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2836 | 2026-08-19T00:51:59.173Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2837 | 2026-08-19T00:51:59.440Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2838 | 2026-08-19T00:51:59.603Z | Compiling anstyle-parse v0.2.7 |
| 2839 | 2026-08-19T00:51:59.741Z | Compiling secrecy v0.8.0 |
| 2840 | 2026-08-19T00:51:59.865Z | Compiling vergen-git2 v9.1.0 |
| 2841 | 2026-08-19T00:51:59.934Z | Compiling castaway v0.2.4 |
| 2842 | 2026-08-19T00:52:00.082Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2843 | 2026-08-19T00:52:00.105Z | Compiling indoc v2.0.7 |
| 2844 | 2026-08-19T00:52:00.384Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2845 | 2026-08-19T00:52:00.629Z | Compiling compact_str v0.8.1 |
| 2846 | 2026-08-19T00:52:00.847Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2847 | 2026-08-19T00:52:01.712Z | Compiling anstream v0.6.21 |
| 2848 | 2026-08-19T00:52:02.076Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2849 | 2026-08-19T00:52:02.255Z | Compiling globwalk v0.9.1 |
| 2850 | 2026-08-19T00:52:02.716Z | Compiling parking_lot v0.11.2 |
| 2851 | 2026-08-19T00:52:02.906Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2852 | 2026-08-19T00:52:03.017Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2853 | 2026-08-19T00:52:03.596Z | Compiling darling_macro v0.13.4 |
| 2854 | 2026-08-19T00:52:03.624Z | Compiling hyper-staticfile v0.10.1 |
| 2855 | 2026-08-19T00:52:03.937Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2856 | 2026-08-19T00:52:04.122Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2857 | 2026-08-19T00:52:04.426Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2858 | 2026-08-19T00:52:04.559Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2859 | 2026-08-19T00:52:04.583Z | Compiling predicates-tree v1.0.13 |
| 2860 | 2026-08-19T00:52:04.757Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2861 | 2026-08-19T00:52:04.784Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2862 | 2026-08-19T00:52:04.979Z | Compiling unicode-truncate v1.1.0 |
| 2863 | 2026-08-19T00:52:05.004Z | Compiling digest-io v0.1.0 |
| 2864 | 2026-08-19T00:52:05.186Z | Compiling sha2 v0.11.0 |
| 2865 | 2026-08-19T00:52:05.210Z | Compiling lru v0.12.5 |
| 2866 | 2026-08-19T00:52:05.297Z | Compiling prefix-trie v0.7.0 |
| 2867 | 2026-08-19T00:52:05.431Z | Compiling rand_seeder v0.4.0 |
| 2868 | 2026-08-19T00:52:05.680Z | Compiling cassowary v0.3.0 |
| 2869 | 2026-08-19T00:52:05.789Z | Compiling rawzip v0.4.4 |
| 2870 | 2026-08-19T00:52:06.257Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2871 | 2026-08-19T00:52:06.507Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2872 | 2026-08-19T00:52:06.560Z | Compiling ratatui v0.29.0 |
| 2873 | 2026-08-19T00:52:06.583Z | Compiling hickory-server v0.25.2 |
| 2874 | 2026-08-19T00:52:06.640Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2875 | 2026-08-19T00:52:06.793Z | Compiling camino-tempfile-ext v0.3.3 |
| 2876 | 2026-08-19T00:52:06.867Z | Compiling darling v0.13.4 |
| 2877 | 2026-08-19T00:52:06.897Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2878 | 2026-08-19T00:52:06.983Z | Compiling sled v0.34.7 |
| 2879 | 2026-08-19T00:52:07.400Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2880 | 2026-08-19T00:52:07.584Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2881 | 2026-08-19T00:52:09.668Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2882 | 2026-08-19T00:52:10.118Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2883 | 2026-08-19T00:52:10.339Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2884 | 2026-08-19T00:52:11.588Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2885 | 2026-08-19T00:52:12.724Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 2886 | 2026-08-19T00:52:13.438Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2887 | 2026-08-19T00:52:13.474Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2888 | 2026-08-19T00:52:14.096Z | Compiling serde_with_macros v1.5.2 |
| 2889 | 2026-08-19T00:52:14.947Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2890 | 2026-08-19T00:52:15.120Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2891 | 2026-08-19T00:52:15.346Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2892 | 2026-08-19T00:52:15.463Z | Compiling git2 v0.20.4 |
| 2893 | 2026-08-19T00:52:15.533Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2894 | 2026-08-19T00:52:15.589Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2895 | 2026-08-19T00:52:15.766Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2896 | 2026-08-19T00:52:15.814Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2897 | 2026-08-19T00:52:15.836Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2898 | 2026-08-19T00:52:15.859Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2899 | 2026-08-19T00:52:15.989Z | Compiling arc-swap v1.8.2 |
| 2900 | 2026-08-19T00:52:16.071Z | Compiling void v1.0.2 |
| 2901 | 2026-08-19T00:52:16.193Z | Compiling lzss v0.8.2 |
| 2902 | 2026-08-19T00:52:16.286Z | Compiling slog-scope v4.4.1 |
| 2903 | 2026-08-19T00:52:16.408Z | Compiling illumos-nvpair v0.3.0 |
| 2904 | 2026-08-19T00:52:16.436Z | Compiling serde_with v1.14.0 |
| 2905 | 2026-08-19T00:52:16.697Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2906 | 2026-08-19T00:52:16.904Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2907 | 2026-08-19T00:52:17.675Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2908 | 2026-08-19T00:52:18.294Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2909 | 2026-08-19T00:52:18.439Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2910 | 2026-08-19T00:52:18.537Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2911 | 2026-08-19T00:52:18.847Z | Compiling scuffle v0.1.0 |
| 2912 | 2026-08-19T00:52:19.035Z | Compiling tungstenite v0.23.0 |
| 2913 | 2026-08-19T00:52:19.097Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2914 | 2026-08-19T00:52:20.840Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2915 | 2026-08-19T00:52:20.933Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2916 | 2026-08-19T00:52:21.057Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2917 | 2026-08-19T00:52:21.295Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2918 | 2026-08-19T00:52:21.321Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2919 | 2026-08-19T00:52:21.448Z | Compiling nix v0.27.1 |
| 2920 | 2026-08-19T00:52:21.528Z | Compiling twox-hash v2.1.2 |
| 2921 | 2026-08-19T00:52:21.569Z | Compiling libsw-core v0.3.2 |
| 2922 | 2026-08-19T00:52:21.792Z | Compiling atty v0.2.14 |
| 2923 | 2026-08-19T00:52:21.955Z | Compiling serde_bytes v0.11.19 |
| 2924 | 2026-08-19T00:52:22.034Z | Compiling libsw v3.5.0 |
| 2925 | 2026-08-19T00:52:22.256Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2926 | 2026-08-19T00:52:22.362Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2927 | 2026-08-19T00:52:22.621Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2928 | 2026-08-19T00:52:22.988Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2929 | 2026-08-19T00:52:23.846Z | Compiling tokio-tungstenite v0.23.1 |
| 2930 | 2026-08-19T00:52:24.192Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 2931 | 2026-08-19T00:52:24.238Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2932 | 2026-08-19T00:52:24.565Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2933 | 2026-08-19T00:52:24.603Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2934 | 2026-08-19T00:52:25.926Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2935 | 2026-08-19T00:52:26.575Z | Compiling slog-stdlog v4.1.1 |
| 2936 | 2026-08-19T00:52:26.637Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2937 | 2026-08-19T00:52:26.983Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 2938 | 2026-08-19T00:52:27.425Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2939 | 2026-08-19T00:52:27.941Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2940 | 2026-08-19T00:52:29.026Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2941 | 2026-08-19T00:52:29.436Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2942 | 2026-08-19T00:52:29.913Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2943 | 2026-08-19T00:52:31.578Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2944 | 2026-08-19T00:52:32.210Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2945 | 2026-08-19T00:52:32.588Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2946 | 2026-08-19T00:52:32.808Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2947 | 2026-08-19T00:52:33.300Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2948 | 2026-08-19T00:52:33.369Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2949 | 2026-08-19T00:52:36.336Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2950 | 2026-08-19T00:52:36.562Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2951 | 2026-08-19T00:52:37.127Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2952 | 2026-08-19T00:52:37.316Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2953 | 2026-08-19T00:52:37.539Z | Compiling signal-hook-tokio v0.3.1 |
| 2954 | 2026-08-19T00:52:37.733Z | Compiling fatfs v0.3.6 |
| 2955 | 2026-08-19T00:52:37.995Z | Compiling yasna v0.5.2 |
| 2956 | 2026-08-19T00:52:38.566Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2957 | 2026-08-19T00:52:39.020Z | Compiling seq-macro v0.3.6 |
| 2958 | 2026-08-19T00:52:39.524Z | Compiling assert_matches v1.5.0 |
| 2959 | 2026-08-19T00:52:39.552Z | Compiling rcgen v0.12.1 |
| 2960 | 2026-08-19T00:52:39.638Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2961 | 2026-08-19T00:52:40.314Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2962 | 2026-08-19T00:52:41.083Z | Compiling slog-envlogger v2.2.0 |
| 2963 | 2026-08-19T00:52:42.154Z | Compiling oxide-update-engine-display v0.1.2 |
| 2964 | 2026-08-19T00:52:42.221Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2965 | 2026-08-19T00:52:42.341Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2966 | 2026-08-19T00:52:42.455Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2967 | 2026-08-19T00:52:42.689Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2968 | 2026-08-19T00:52:42.938Z | Compiling port-file v0.1.0 |
| 2969 | 2026-08-19T00:52:43.122Z | Compiling rtoolbox v0.0.3 |
| 2970 | 2026-08-19T00:52:43.317Z | Compiling subprocess v0.2.15 |
| 2971 | 2026-08-19T00:52:43.406Z | Compiling rpassword v7.5.4 |
| 2972 | 2026-08-19T00:52:44.016Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2973 | 2026-08-19T00:52:44.103Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2974 | 2026-08-19T00:52:45.705Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2975 | 2026-08-19T00:52:46.006Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2976 | 2026-08-19T00:52:46.149Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2977 | 2026-08-19T00:52:47.966Z | Compiling tui-tree-widget v0.23.1 |
| 2978 | 2026-08-19T00:52:48.281Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2979 | 2026-08-19T00:52:48.442Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 2980 | 2026-08-19T00:52:49.387Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2981 | 2026-08-19T00:52:51.849Z | Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 2982 | 2026-08-19T00:52:51.912Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2983 | 2026-08-19T00:52:52.137Z | Compiling uzers v0.12.2 |
| 2984 | 2026-08-19T00:52:52.479Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2985 | 2026-08-19T00:52:53.298Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2986 | 2026-08-19T00:52:53.513Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2987 | 2026-08-19T00:52:53.925Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2988 | 2026-08-19T00:52:54.821Z | Compiling support-bundle-viewer v0.1.2 |
| 2989 | 2026-08-19T00:52:55.808Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2990 | 2026-08-19T00:52:56.681Z | Compiling multimap v0.10.1 |
| 2991 | 2026-08-19T00:53:05.614Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2992 | 2026-08-19T00:53:08.968Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2993 | 2026-08-19T00:53:12.406Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2994 | 2026-08-19T00:53:16.745Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2995 | 2026-08-19T00:53:17.832Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2996 | 2026-08-19T01:05:59.940Z | Finished `release` profile [optimized] target(s) in 14m 54s |
| 2997 | 2026-08-19T01:05:59.943Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 2998 | 2026-08-19T01:05:59.943Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 2999 | 2026-08-19T01:06:52.093Z | |
| 3000 | 2026-08-19T01:06:52.093Z | real 15:48.030280879 |
| 3001 | 2026-08-19T01:06:52.093Z | user 1:26:33.528208058 |
| 3002 | 2026-08-19T01:06:52.093Z | sys 3:45.066964258 |
| 3003 | 2026-08-19T01:06:52.097Z | trap 1.856259825 |
| 3004 | 2026-08-19T01:06:52.097Z | tflt 1.574025667 |
| 3005 | 2026-08-19T01:06:52.097Z | dflt 20.426777933 |
| 3006 | 2026-08-19T01:06:52.097Z | kflt 0.005634321 |
| 3007 | 2026-08-19T01:06:52.098Z | lock 11:24:24.016202978 |
| 3008 | 2026-08-19T01:06:52.098Z | slp 2:39:35.703738643 |
| 3009 | 2026-08-19T01:06:52.098Z | lat 2:43.727720043 |
| 3010 | 2026-08-19T01:06:52.098Z | stop 5:41.092122192 |
| 3011 | 2026-08-19T01:06:52.098Z | + mapfile -t packages |
| 3012 | 2026-08-19T01:06:52.098Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 3013 | 2026-08-19T01:06:53.055Z | Finished `release` profile [optimized] target(s) in 0.95s |
| 3014 | 2026-08-19T01:06:53.131Z | Running `target/release/omicron-package -t test list-outputs` |
| 3015 | 2026-08-19T01:06:53.186Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3016 | 2026-08-19T01:06:53.189Z | + ptime -m cargo build --locked --release -p xtask |
| 3017 | 2026-08-19T01:06:53.672Z | Compiling libc v0.2.185 |
| 3018 | 2026-08-19T01:06:53.672Z | Compiling serde_core v1.0.228 |
| 3019 | 2026-08-19T01:06:53.672Z | Compiling serde v1.0.228 |
| 3020 | 2026-08-19T01:06:53.675Z | Compiling rustix v1.1.4 |
| 3021 | 2026-08-19T01:06:53.675Z | Compiling bitflags v2.11.0 |
| 3022 | 2026-08-19T01:06:53.791Z | Compiling serde_json v1.0.151 |
| 3023 | 2026-08-19T01:06:53.825Z | Compiling usdt-impl v0.5.0 |
| 3024 | 2026-08-19T01:06:53.829Z | Compiling syn v2.0.117 |
| 3025 | 2026-08-19T01:06:53.847Z | Compiling syn v1.0.109 |
| 3026 | 2026-08-19T01:06:53.857Z | Compiling getrandom v0.3.4 |
| 3027 | 2026-08-19T01:06:53.866Z | Compiling log v0.4.33 |
| 3028 | 2026-08-19T01:06:53.869Z | Compiling indexmap v2.14.0 |
| 3029 | 2026-08-19T01:06:53.890Z | Compiling fs-err v3.3.0 |
| 3030 | 2026-08-19T01:06:54.100Z | Compiling once_cell v1.21.3 |
| 3031 | 2026-08-19T01:06:54.126Z | Compiling heck v0.4.1 |
| 3032 | 2026-08-19T01:06:54.136Z | Compiling anyhow v1.0.104 |
| 3033 | 2026-08-19T01:06:54.524Z | Compiling errno v0.3.14 |
| 3034 | 2026-08-19T01:06:54.527Z | Compiling thread-id v4.2.2 |
| 3035 | 2026-08-19T01:06:54.528Z | Compiling memmap v0.7.0 |
| 3036 | 2026-08-19T01:06:55.286Z | Compiling proc-macro-error v1.0.4 |
| 3037 | 2026-08-19T01:06:55.486Z | Compiling terminal_size v0.4.3 |
| 3038 | 2026-08-19T01:06:55.486Z | Compiling tempfile v3.27.0 |
| 3039 | 2026-08-19T01:06:55.547Z | Compiling tabled_derive v0.7.0 |
| 3040 | 2026-08-19T01:06:55.582Z | Compiling clap_builder v4.6.0 |
| 3041 | 2026-08-19T01:06:55.586Z | Compiling textwrap v0.16.2 |
| 3042 | 2026-08-19T01:06:55.928Z | Compiling camino v1.2.5 |
| 3043 | 2026-08-19T01:06:55.937Z | Compiling cargo-platform v0.3.2 |
| 3044 | 2026-08-19T01:06:55.958Z | Compiling semver v1.0.28 |
| 3045 | 2026-08-19T01:06:55.998Z | Compiling pest_generator v2.8.6 |
| 3046 | 2026-08-19T01:06:56.234Z | Compiling camino-tempfile v1.4.1 |
| 3047 | 2026-08-19T01:06:56.262Z | Compiling tabled v0.15.0 |
| 3048 | 2026-08-19T01:06:56.502Z | Compiling serde_derive v1.0.228 |
| 3049 | 2026-08-19T01:06:56.505Z | Compiling thiserror-impl v1.0.69 |
| 3050 | 2026-08-19T01:06:56.505Z | Compiling zerocopy-derive v0.7.35 |
| 3051 | 2026-08-19T01:06:56.505Z | Compiling scroll_derive v0.12.1 |
| 3052 | 2026-08-19T01:06:56.505Z | Compiling thiserror-impl v2.0.18 |
| 3053 | 2026-08-19T01:06:56.507Z | Compiling clap_derive v4.6.1 |
| 3054 | 2026-08-19T01:06:56.585Z | Compiling pest_derive v2.8.6 |
| 3055 | 2026-08-19T01:06:57.201Z | Compiling scroll v0.12.0 |
| 3056 | 2026-08-19T01:06:57.385Z | Compiling zerocopy v0.7.35 |
| 3057 | 2026-08-19T01:06:57.503Z | Compiling goblin v0.8.2 |
| 3058 | 2026-08-19T01:06:57.665Z | Compiling thiserror v1.0.69 |
| 3059 | 2026-08-19T01:06:57.784Z | Compiling dtrace-parser v0.2.0 |
| 3060 | 2026-08-19T01:06:57.967Z | Compiling thiserror v2.0.18 |
| 3061 | 2026-08-19T01:06:57.981Z | Compiling clap v4.6.1 |
| 3062 | 2026-08-19T01:06:59.682Z | Compiling dof v0.3.0 |
| 3063 | 2026-08-19T01:06:59.723Z | Compiling toml_datetime v0.6.11 |
| 3064 | 2026-08-19T01:06:59.763Z | Compiling serde_spanned v0.6.9 |
| 3065 | 2026-08-19T01:06:59.789Z | Compiling serde_tokenstream v0.2.3 |
| 3066 | 2026-08-19T01:06:59.952Z | Compiling toml_edit v0.22.27 |
| 3067 | 2026-08-19T01:06:59.970Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3068 | 2026-08-19T01:06:59.991Z | Compiling cargo_metadata v0.23.1 |
| 3069 | 2026-08-19T01:07:00.013Z | Compiling macaddr v1.0.1 |
| 3070 | 2026-08-19T01:07:00.403Z | Compiling usdt-macro v0.5.0 |
| 3071 | 2026-08-19T01:07:00.407Z | Compiling usdt-attr-macro v0.5.0 |
| 3072 | 2026-08-19T01:07:01.052Z | Compiling usdt v0.5.0 |
| 3073 | 2026-08-19T01:07:01.474Z | Compiling toml v0.8.23 |
| 3074 | 2026-08-19T01:07:01.911Z | Compiling cargo_toml v0.21.0 |
| 3075 | 2026-08-19T01:07:06.337Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3076 | 2026-08-19T01:07:09.545Z | Finished `release` profile [optimized] target(s) in 16.34s |
| 3077 | 2026-08-19T01:07:09.646Z | |
| 3078 | 2026-08-19T01:07:09.650Z | real 16.425994575 |
| 3079 | 2026-08-19T01:07:09.650Z | user 2:05.424743684 |
| 3080 | 2026-08-19T01:07:09.650Z | sys 13.522217339 |
| 3081 | 2026-08-19T01:07:09.650Z | trap 0.064019855 |
| 3082 | 2026-08-19T01:07:09.650Z | tflt 0.466662203 |
| 3083 | 2026-08-19T01:07:09.650Z | dflt 1.404300001 |
| 3084 | 2026-08-19T01:07:09.650Z | kflt 0.002480021 |
| 3085 | 2026-08-19T01:07:09.650Z | lock 4:46.450658941 |
| 3086 | 2026-08-19T01:07:09.650Z | slp 2:42.011580641 |
| 3087 | 2026-08-19T01:07:09.650Z | lat 3.565620925 |
| 3088 | 2026-08-19T01:07:09.650Z | stop 14.941573582 |
| 3089 | 2026-08-19T01:07:09.650Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3090 | 2026-08-19T01:07:09.650Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3091 | 2026-08-19T01:07:09.650Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3092 | 2026-08-19T01:07:09.650Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3093 | 2026-08-19T01:07:09.650Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3094 | 2026-08-19T01:07:10.612Z | Compiling match_cfg v0.1.0 |
| 3095 | 2026-08-19T01:07:10.612Z | Compiling progenitor-client v0.14.0 |
| 3096 | 2026-08-19T01:07:10.616Z | Compiling slog-json v2.6.1 |
| 3097 | 2026-08-19T01:07:10.616Z | Compiling newtype-uuid-macros v0.1.0 |
| 3098 | 2026-08-19T01:07:10.616Z | Compiling sha1 v0.11.0 |
| 3099 | 2026-08-19T01:07:10.616Z | Compiling multer v3.1.0 |
| 3100 | 2026-08-19T01:07:10.616Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3101 | 2026-08-19T01:07:10.775Z | Compiling debug-ignore v1.0.5 |
| 3102 | 2026-08-19T01:07:10.789Z | Compiling compression-core v0.4.31 |
| 3103 | 2026-08-19T01:07:10.793Z | Compiling async-stream-impl v0.3.6 |
| 3104 | 2026-08-19T01:07:10.793Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3105 | 2026-08-19T01:07:10.793Z | Compiling serde_spanned v1.1.1 |
| 3106 | 2026-08-19T01:07:10.805Z | Compiling dropshot v0.17.1 |
| 3107 | 2026-08-19T01:07:10.808Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3108 | 2026-08-19T01:07:10.851Z | Compiling waitgroup v0.1.2 |
| 3109 | 2026-08-19T01:07:10.869Z | Compiling rustls-pemfile v2.2.0 |
| 3110 | 2026-08-19T01:07:10.999Z | Compiling compression-codecs v0.4.37 |
| 3111 | 2026-08-19T01:07:11.037Z | Compiling hostname v0.3.1 |
| 3112 | 2026-08-19T01:07:11.037Z | Compiling dropshot_endpoint v0.17.1 |
| 3113 | 2026-08-19T01:07:11.069Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3114 | 2026-08-19T01:07:11.073Z | Compiling serde_path_to_error v0.1.20 |
| 3115 | 2026-08-19T01:07:11.073Z | Compiling hostname v0.4.2 |
| 3116 | 2026-08-19T01:07:11.073Z | Compiling atomicwrites v0.4.4 |
| 3117 | 2026-08-19T01:07:11.073Z | Compiling macaddr v1.0.1 |
| 3118 | 2026-08-19T01:07:11.170Z | Compiling slog-bunyan v2.5.0 |
| 3119 | 2026-08-19T01:07:11.204Z | Compiling async-compression v0.4.41 |
| 3120 | 2026-08-19T01:07:11.253Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3121 | 2026-08-19T01:07:11.257Z | Compiling instant v0.1.13 |
| 3122 | 2026-08-19T01:07:11.302Z | Compiling regress v0.10.5 |
| 3123 | 2026-08-19T01:07:11.320Z | Compiling parse-display-derive v0.10.0 |
| 3124 | 2026-08-19T01:07:11.371Z | Compiling backon v1.6.0 |
| 3125 | 2026-08-19T01:07:11.375Z | Compiling backoff v0.4.0 |
| 3126 | 2026-08-19T01:07:11.375Z | Compiling itertools v0.14.0 |
| 3127 | 2026-08-19T01:07:11.420Z | Compiling async-stream v0.3.6 |
| 3128 | 2026-08-19T01:07:11.441Z | Compiling humantime v2.3.0 |
| 3129 | 2026-08-19T01:07:11.446Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3130 | 2026-08-19T01:07:11.509Z | Compiling half v2.7.1 |
| 3131 | 2026-08-19T01:07:11.585Z | Compiling progenitor-extras v0.2.0 |
| 3132 | 2026-08-19T01:07:11.602Z | Compiling crucible-workspace-hack v0.1.0 |
| 3133 | 2026-08-19T01:07:11.619Z | Compiling ciborium-io v0.2.2 |
| 3134 | 2026-08-19T01:07:11.619Z | Compiling regress v0.11.1 |
| 3135 | 2026-08-19T01:07:11.637Z | Compiling convert_case v0.4.0 |
| 3136 | 2026-08-19T01:07:11.668Z | Compiling secrecy v0.10.3 |
| 3137 | 2026-08-19T01:07:11.731Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3138 | 2026-08-19T01:07:11.749Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3139 | 2026-08-19T01:07:11.752Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3140 | 2026-08-19T01:07:11.797Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3141 | 2026-08-19T01:07:11.836Z | Compiling ciborium-ll v0.2.2 |
| 3142 | 2026-08-19T01:07:11.854Z | Compiling inout v0.1.4 |
| 3143 | 2026-08-19T01:07:11.873Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3144 | 2026-08-19T01:07:11.915Z | Compiling unsafe-libyaml v0.2.11 |
| 3145 | 2026-08-19T01:07:11.915Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3146 | 2026-08-19T01:07:11.977Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3147 | 2026-08-19T01:07:12.039Z | Compiling derive_more v0.99.20 |
| 3148 | 2026-08-19T01:07:12.039Z | Compiling ciborium v0.2.2 |
| 3149 | 2026-08-19T01:07:12.079Z | Compiling cipher v0.4.4 |
| 3150 | 2026-08-19T01:07:12.096Z | Compiling universal-hash v0.5.1 |
| 3151 | 2026-08-19T01:07:12.114Z | Compiling opaque-debug v0.3.1 |
| 3152 | 2026-08-19T01:07:12.156Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3153 | 2026-08-19T01:07:12.204Z | Compiling blake2 v0.10.6 |
| 3154 | 2026-08-19T01:07:12.256Z | Compiling poly1305 v0.8.0 |
| 3155 | 2026-08-19T01:07:12.363Z | Compiling chacha20 v0.9.1 |
| 3156 | 2026-08-19T01:07:12.400Z | Compiling aead v0.5.2 |
| 3157 | 2026-08-19T01:07:12.475Z | Compiling serde_yaml v0.9.34+deprecated |
| 3158 | 2026-08-19T01:07:12.655Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3159 | 2026-08-19T01:07:12.673Z | Compiling password-hash v0.5.0 |
| 3160 | 2026-08-19T01:07:12.677Z | Compiling indent_write v2.2.0 |
| 3161 | 2026-08-19T01:07:12.677Z | Compiling chacha20poly1305 v0.10.1 |
| 3162 | 2026-08-19T01:07:12.723Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3163 | 2026-08-19T01:07:12.727Z | Compiling num-derive v0.4.2 |
| 3164 | 2026-08-19T01:07:12.808Z | Compiling heapless v0.8.0 |
| 3165 | 2026-08-19T01:07:12.858Z | Compiling ingot-macros v0.2.0 |
| 3166 | 2026-08-19T01:07:12.889Z | Compiling tabwriter v1.4.1 |
| 3167 | 2026-08-19T01:07:13.008Z | Compiling argon2 v0.5.3 |
| 3168 | 2026-08-19T01:07:13.027Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3169 | 2026-08-19T01:07:13.114Z | Compiling parse-display v0.10.0 |
| 3170 | 2026-08-19T01:07:13.131Z | Compiling hash32 v0.3.1 |
| 3171 | 2026-08-19T01:07:13.168Z | Compiling smoltcp v0.11.0 |
| 3172 | 2026-08-19T01:07:13.187Z | Compiling thiserror-no-std v2.0.2 |
| 3173 | 2026-08-19T01:07:13.315Z | Compiling typify-impl v0.6.2 |
| 3174 | 2026-08-19T01:07:13.333Z | Compiling vsss-rs v3.3.4 |
| 3175 | 2026-08-19T01:07:13.348Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3176 | 2026-08-19T01:07:13.442Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3177 | 2026-08-19T01:07:13.595Z | Compiling proc-macro-crate v3.4.0 |
| 3178 | 2026-08-19T01:07:13.727Z | Compiling cobs v0.3.0 |
| 3179 | 2026-08-19T01:07:13.749Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3180 | 2026-08-19T01:07:13.955Z | Compiling colored v3.1.1 |
| 3181 | 2026-08-19T01:07:13.996Z | Compiling postcard v1.1.3 |
| 3182 | 2026-08-19T01:07:13.999Z | Compiling proc-macro-error v1.0.4 |
| 3183 | 2026-08-19T01:07:14.115Z | Compiling rand v0.10.1 |
| 3184 | 2026-08-19T01:07:14.163Z | Compiling num_enum_derive v0.7.6 |
| 3185 | 2026-08-19T01:07:14.217Z | Compiling proc-macro-crate v1.3.1 |
| 3186 | 2026-08-19T01:07:14.318Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3187 | 2026-08-19T01:07:14.345Z | Compiling foreign-types-macros v0.2.3 |
| 3188 | 2026-08-19T01:07:14.361Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3189 | 2026-08-19T01:07:14.377Z | Compiling foreign-types-shared v0.3.1 |
| 3190 | 2026-08-19T01:07:14.498Z | Compiling rayon-core v1.13.0 |
| 3191 | 2026-08-19T01:07:14.637Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3192 | 2026-08-19T01:07:14.674Z | Compiling num_enum_derive v0.5.11 |
| 3193 | 2026-08-19T01:07:14.677Z | Compiling crossbeam-deque v0.8.6 |
| 3194 | 2026-08-19T01:07:14.740Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3195 | 2026-08-19T01:07:14.756Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3196 | 2026-08-19T01:07:14.781Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3197 | 2026-08-19T01:07:14.799Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3198 | 2026-08-19T01:07:14.902Z | Compiling cstr-argument v0.1.2 |
| 3199 | 2026-08-19T01:07:14.920Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3200 | 2026-08-19T01:07:14.999Z | Compiling foreign-types v0.5.0 |
| 3201 | 2026-08-19T01:07:15.015Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3202 | 2026-08-19T01:07:15.086Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3203 | 2026-08-19T01:07:15.102Z | Compiling zone_cfg_derive v0.3.1 |
| 3204 | 2026-08-19T01:07:15.166Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3205 | 2026-08-19T01:07:15.280Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3206 | 2026-08-19T01:07:15.297Z | Compiling num_enum v0.7.6 |
| 3207 | 2026-08-19T01:07:15.314Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3208 | 2026-08-19T01:07:15.347Z | Compiling itertools v0.12.1 |
| 3209 | 2026-08-19T01:07:15.365Z | Compiling rayon v1.11.0 |
| 3210 | 2026-08-19T01:07:15.411Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3211 | 2026-08-19T01:07:15.428Z | Compiling sigpipe v0.1.3 |
| 3212 | 2026-08-19T01:07:15.446Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3213 | 2026-08-19T01:07:15.544Z | Compiling glob v0.3.3 |
| 3214 | 2026-08-19T01:07:15.561Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3215 | 2026-08-19T01:07:15.652Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3216 | 2026-08-19T01:07:15.673Z | Compiling smf v0.2.3 |
| 3217 | 2026-08-19T01:07:15.717Z | Compiling whoami v1.6.1 |
| 3218 | 2026-08-19T01:07:15.792Z | Compiling num_enum v0.5.11 |
| 3219 | 2026-08-19T01:07:15.810Z | Compiling ingot-types v0.2.0 |
| 3220 | 2026-08-19T01:07:15.827Z | Compiling cpubits v0.1.1 |
| 3221 | 2026-08-19T01:07:15.830Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3222 | 2026-08-19T01:07:15.875Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3223 | 2026-08-19T01:07:15.895Z | Compiling gethostname v0.5.0 |
| 3224 | 2026-08-19T01:07:15.932Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3225 | 2026-08-19T01:07:15.949Z | Compiling derive-where v1.6.0 |
| 3226 | 2026-08-19T01:07:15.967Z | Compiling usdt-attr-macro v0.5.0 |
| 3227 | 2026-08-19T01:07:16.008Z | Compiling usdt-macro v0.5.0 |
| 3228 | 2026-08-19T01:07:16.037Z | Compiling num-rational v0.4.2 |
| 3229 | 2026-08-19T01:07:16.053Z | Compiling num-complex v0.4.6 |
| 3230 | 2026-08-19T01:07:16.072Z | Compiling memmap v0.7.0 |
| 3231 | 2026-08-19T01:07:16.221Z | Compiling ingot v0.2.1 |
| 3232 | 2026-08-19T01:07:16.270Z | Compiling toml v0.8.23 |
| 3233 | 2026-08-19T01:07:16.290Z | Compiling pem-rfc7468 v1.0.0 |
| 3234 | 2026-08-19T01:07:16.469Z | Compiling num v0.4.3 |
| 3235 | 2026-08-19T01:07:16.540Z | Compiling zone v0.3.1 |
| 3236 | 2026-08-19T01:07:16.569Z | Compiling float-ord v0.3.2 |
| 3237 | 2026-08-19T01:07:16.623Z | Compiling resolv-conf v0.7.6 |
| 3238 | 2026-08-19T01:07:16.639Z | Compiling cancel-safe-futures v0.1.5 |
| 3239 | 2026-08-19T01:07:16.657Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3240 | 2026-08-19T01:07:16.716Z | Compiling hmac v0.13.0 |
| 3241 | 2026-08-19T01:07:16.851Z | Compiling universal-hash v0.6.1 |
| 3242 | 2026-08-19T01:07:16.868Z | Compiling usdt v0.5.0 |
| 3243 | 2026-08-19T01:07:16.952Z | Compiling sha1 v0.10.6 |
| 3244 | 2026-08-19T01:07:16.969Z | Compiling linear-map v1.2.0 |
| 3245 | 2026-08-19T01:07:17.015Z | Compiling libefi-sys v0.1.0 |
| 3246 | 2026-08-19T01:07:17.031Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3247 | 2026-08-19T01:07:17.176Z | Compiling prettyplease v0.2.37 |
| 3248 | 2026-08-19T01:07:17.192Z | Compiling polyval v0.7.1 |
| 3249 | 2026-08-19T01:07:17.209Z | Compiling der v0.8.0 |
| 3250 | 2026-08-19T01:07:17.230Z | Compiling hickory-proto v0.24.4 |
| 3251 | 2026-08-19T01:07:17.233Z | Compiling newline-converter v0.3.0 |
| 3252 | 2026-08-19T01:07:17.280Z | Compiling console v0.15.11 |
| 3253 | 2026-08-19T01:07:17.283Z | Compiling bitfield-struct v0.6.2 |
| 3254 | 2026-08-19T01:07:17.317Z | Compiling linked-hash-map v0.5.6 |
| 3255 | 2026-08-19T01:07:17.337Z | Compiling oxide-update-engine-types v0.1.2 |
| 3256 | 2026-08-19T01:07:17.389Z | Compiling ghash v0.6.0 |
| 3257 | 2026-08-19T01:07:17.536Z | Compiling lru-cache v0.1.2 |
| 3258 | 2026-08-19T01:07:17.604Z | Compiling pbkdf2 v0.13.0 |
| 3259 | 2026-08-19T01:07:17.672Z | Compiling crypto-bigint v0.7.5 |
| 3260 | 2026-08-19T01:07:17.690Z | Compiling expectorate v1.2.0 |
| 3261 | 2026-08-19T01:07:17.707Z | Compiling aes v0.9.1 |
| 3262 | 2026-08-19T01:07:17.760Z | Compiling ctr v0.10.1 |
| 3263 | 2026-08-19T01:07:17.882Z | Compiling aead v0.6.1 |
| 3264 | 2026-08-19T01:07:17.969Z | Compiling sha2 v0.11.0 |
| 3265 | 2026-08-19T01:07:17.998Z | Compiling nom v8.0.0 |
| 3266 | 2026-08-19T01:07:18.015Z | Compiling typify-macro v0.6.2 |
| 3267 | 2026-08-19T01:07:18.055Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3268 | 2026-08-19T01:07:18.083Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3269 | 2026-08-19T01:07:18.271Z | Compiling semver v0.1.20 |
| 3270 | 2026-08-19T01:07:18.411Z | Compiling oxide-update-engine v0.1.2 |
| 3271 | 2026-08-19T01:07:18.584Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3272 | 2026-08-19T01:07:18.603Z | Compiling rustc_version v0.1.7 |
| 3273 | 2026-08-19T01:07:18.619Z | Compiling spki v0.8.0 |
| 3274 | 2026-08-19T01:07:18.636Z | Compiling aes-gcm v0.11.0 |
| 3275 | 2026-08-19T01:07:18.684Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3276 | 2026-08-19T01:07:18.701Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3277 | 2026-08-19T01:07:18.853Z | Compiling tokio-dtrace v0.1.1 |
| 3278 | 2026-08-19T01:07:18.870Z | Compiling dropshot-api-manager-types v0.8.0 |
| 3279 | 2026-08-19T01:07:18.873Z | Compiling salsa20 v0.11.0 |
| 3280 | 2026-08-19T01:07:18.873Z | Compiling slog-dtrace v0.3.0 |
| 3281 | 2026-08-19T01:07:18.933Z | Compiling xshell-macros v0.2.7 |
| 3282 | 2026-08-19T01:07:19.051Z | Compiling minimal-lexical v0.2.1 |
| 3283 | 2026-08-19T01:07:19.076Z | Compiling oxide-tokio-rt v0.1.4 |
| 3284 | 2026-08-19T01:07:19.106Z | Compiling scrypt v0.12.0 |
| 3285 | 2026-08-19T01:07:19.157Z | Compiling newtype_derive v0.1.6 |
| 3286 | 2026-08-19T01:07:19.188Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3287 | 2026-08-19T01:07:19.218Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3288 | 2026-08-19T01:07:19.236Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3289 | 2026-08-19T01:07:19.340Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3290 | 2026-08-19T01:07:19.358Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3291 | 2026-08-19T01:07:19.386Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3292 | 2026-08-19T01:07:19.415Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3293 | 2026-08-19T01:07:19.433Z | Compiling hickory-resolver v0.24.4 |
| 3294 | 2026-08-19T01:07:19.453Z | Compiling xshell v0.2.7 |
| 3295 | 2026-08-19T01:07:19.472Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3296 | 2026-08-19T01:07:19.795Z | Compiling nom v7.1.3 |
| 3297 | 2026-08-19T01:07:19.841Z | Compiling phf_shared v0.12.1 |
| 3298 | 2026-08-19T01:07:19.863Z | Compiling rfc6979 v0.4.0 |
| 3299 | 2026-08-19T01:07:19.893Z | Compiling typify v0.6.2 |
| 3300 | 2026-08-19T01:07:19.997Z | Compiling progenitor-impl v0.14.0 |
| 3301 | 2026-08-19T01:07:20.027Z | Compiling cbc v0.2.1 |
| 3302 | 2026-08-19T01:07:20.027Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3303 | 2026-08-19T01:07:20.062Z | Compiling csv-core v0.1.13 |
| 3304 | 2026-08-19T01:07:20.066Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3305 | 2026-08-19T01:07:20.164Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3306 | 2026-08-19T01:07:20.222Z | Compiling unicode-xid v0.2.6 |
| 3307 | 2026-08-19T01:07:20.370Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3308 | 2026-08-19T01:07:20.387Z | Compiling highway v1.3.0 |
| 3309 | 2026-08-19T01:07:20.404Z | Compiling chrono-tz v0.10.4 |
| 3310 | 2026-08-19T01:07:20.427Z | Compiling const_format_proc_macros v0.2.34 |
| 3311 | 2026-08-19T01:07:20.497Z | Compiling qorb v0.4.1 |
| 3312 | 2026-08-19T01:07:20.540Z | Compiling proc-macro-error2 v2.0.1 |
| 3313 | 2026-08-19T01:07:20.613Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3314 | 2026-08-19T01:07:20.788Z | Compiling csv v1.4.0 |
| 3315 | 2026-08-19T01:07:20.806Z | Compiling pkcs5 v0.8.1 |
| 3316 | 2026-08-19T01:07:20.905Z | Compiling phf v0.12.1 |
| 3317 | 2026-08-19T01:07:20.926Z | Compiling ecdsa v0.16.9 |
| 3318 | 2026-08-19T01:07:21.149Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3319 | 2026-08-19T01:07:21.206Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3320 | 2026-08-19T01:07:21.270Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3321 | 2026-08-19T01:07:21.364Z | Compiling primeorder v0.13.6 |
| 3322 | 2026-08-19T01:07:21.382Z | Compiling hashbrown v0.14.5 |
| 3323 | 2026-08-19T01:07:21.386Z | Compiling salty v0.3.0 |
| 3324 | 2026-08-19T01:07:21.608Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3325 | 2026-08-19T01:07:21.633Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3326 | 2026-08-19T01:07:21.666Z | Compiling p384 v0.13.1 |
| 3327 | 2026-08-19T01:07:21.701Z | Compiling const_format v0.2.35 |
| 3328 | 2026-08-19T01:07:21.721Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3329 | 2026-08-19T01:07:21.775Z | Compiling pkcs8 v0.11.0 |
| 3330 | 2026-08-19T01:07:21.990Z | Compiling chumsky v0.9.3 |
| 3331 | 2026-08-19T01:07:22.054Z | Compiling knus-derive v3.4.0 |
| 3332 | 2026-08-19T01:07:22.193Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3333 | 2026-08-19T01:07:22.259Z | Compiling tabled_derive v0.7.0 |
| 3334 | 2026-08-19T01:07:22.357Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3335 | 2026-08-19T01:07:22.583Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3336 | 2026-08-19T01:07:22.602Z | Compiling bcs v0.1.6 |
| 3337 | 2026-08-19T01:07:22.641Z | Compiling ff v0.14.0 |
| 3338 | 2026-08-19T01:07:22.699Z | Compiling progenitor-macro v0.14.0 |
| 3339 | 2026-08-19T01:07:22.819Z | Compiling termtree v0.5.1 |
| 3340 | 2026-08-19T01:07:22.970Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3341 | 2026-08-19T01:07:23.006Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3342 | 2026-08-19T01:07:23.201Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3343 | 2026-08-19T01:07:23.233Z | Compiling steno v0.4.1 |
| 3344 | 2026-08-19T01:07:23.332Z | Compiling tabled v0.15.0 |
| 3345 | 2026-08-19T01:07:23.348Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3346 | 2026-08-19T01:07:23.403Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3347 | 2026-08-19T01:07:23.453Z | Compiling tagptr v0.2.0 |
| 3348 | 2026-08-19T01:07:23.549Z | Compiling group v0.14.0 |
| 3349 | 2026-08-19T01:07:23.586Z | Compiling knus v3.4.0 |
| 3350 | 2026-08-19T01:07:23.646Z | Compiling moka v0.12.13 |
| 3351 | 2026-08-19T01:07:23.668Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3352 | 2026-08-19T01:07:23.752Z | Compiling signature v3.0.0 |
| 3353 | 2026-08-19T01:07:23.774Z | Compiling base16ct v1.0.0 |
| 3354 | 2026-08-19T01:07:23.980Z | Compiling sec1 v0.8.1 |
| 3355 | 2026-08-19T01:07:23.996Z | Compiling hkdf v0.13.0 |
| 3356 | 2026-08-19T01:07:24.025Z | Compiling libscf-sys v1.2.0 |
| 3357 | 2026-08-19T01:07:24.091Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3358 | 2026-08-19T01:07:24.194Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3359 | 2026-08-19T01:07:24.197Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3360 | 2026-08-19T01:07:24.329Z | Compiling elliptic-curve v0.14.1 |
| 3361 | 2026-08-19T01:07:24.354Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 3362 | 2026-08-19T01:07:24.442Z | Compiling hickory-resolver v0.25.2 |
| 3363 | 2026-08-19T01:07:24.485Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3364 | 2026-08-19T01:07:24.554Z | Compiling parking_lot_core v0.8.6 |
| 3365 | 2026-08-19T01:07:24.761Z | Compiling corncobs v0.1.4 |
| 3366 | 2026-08-19T01:07:24.835Z | Compiling utf-8 v0.7.6 |
| 3367 | 2026-08-19T01:07:24.903Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3368 | 2026-08-19T01:07:24.961Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3369 | 2026-08-19T01:07:25.118Z | Compiling tungstenite v0.21.0 |
| 3370 | 2026-08-19T01:07:25.229Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3371 | 2026-08-19T01:07:25.256Z | Compiling wnaf v0.14.0 |
| 3372 | 2026-08-19T01:07:25.367Z | Compiling primefield v0.14.0 |
| 3373 | 2026-08-19T01:07:25.414Z | Compiling rfc6979 v0.6.0 |
| 3374 | 2026-08-19T01:07:25.431Z | Compiling papergrid v0.18.0 |
| 3375 | 2026-08-19T01:07:25.478Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3376 | 2026-08-19T01:07:25.596Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3377 | 2026-08-19T01:07:25.631Z | Compiling git-stub v1.0.0 |
| 3378 | 2026-08-19T01:07:25.794Z | Compiling secrecy v0.8.0 |
| 3379 | 2026-08-19T01:07:25.840Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3380 | 2026-08-19T01:07:25.924Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3381 | 2026-08-19T01:07:25.969Z | Compiling git-stub-vcs v0.1.0 |
| 3382 | 2026-08-19T01:07:25.997Z | Compiling tokio-tungstenite v0.21.0 |
| 3383 | 2026-08-19T01:07:26.133Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3384 | 2026-08-19T01:07:26.176Z | Compiling primeorder v0.14.0 |
| 3385 | 2026-08-19T01:07:26.359Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3386 | 2026-08-19T01:07:26.377Z | Compiling ecdsa v0.17.0 |
| 3387 | 2026-08-19T01:07:26.394Z | Compiling tabled v0.21.0 |
| 3388 | 2026-08-19T01:07:26.512Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3389 | 2026-08-19T01:07:26.578Z | Compiling curve25519-dalek v5.0.0 |
| 3390 | 2026-08-19T01:07:26.615Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3391 | 2026-08-19T01:07:26.714Z | Compiling unicase v2.9.0 |
| 3392 | 2026-08-19T01:07:26.746Z | Compiling parking_lot v0.11.2 |
| 3393 | 2026-08-19T01:07:26.763Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3394 | 2026-08-19T01:07:26.859Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3395 | 2026-08-19T01:07:26.876Z | Compiling ssh-encoding v0.3.0 |
| 3396 | 2026-08-19T01:07:26.949Z | Compiling mime_guess v2.0.5 |
| 3397 | 2026-08-19T01:07:27.028Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3398 | 2026-08-19T01:07:27.074Z | Compiling progenitor-impl v0.13.0 |
| 3399 | 2026-08-19T01:07:27.108Z | Compiling prefix-trie v0.7.0 |
| 3400 | 2026-08-19T01:07:27.155Z | Compiling fxhash v0.2.1 |
| 3401 | 2026-08-19T01:07:27.173Z | Compiling keccak v0.2.0 |
| 3402 | 2026-08-19T01:07:27.248Z | Compiling crc8 v0.1.1 |
| 3403 | 2026-08-19T01:07:27.325Z | Compiling sled v0.34.7 |
| 3404 | 2026-08-19T01:07:27.400Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3405 | 2026-08-19T01:07:27.581Z | Compiling hickory-server v0.25.2 |
| 3406 | 2026-08-19T01:07:27.615Z | Compiling ed25519 v3.0.0 |
| 3407 | 2026-08-19T01:07:27.662Z | Compiling crypto-primes v0.7.2 |
| 3408 | 2026-08-19T01:07:27.868Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3409 | 2026-08-19T01:07:27.957Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3410 | 2026-08-19T01:07:28.069Z | Compiling progenitor v0.14.0 |
| 3411 | 2026-08-19T01:07:28.262Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3412 | 2026-08-19T01:07:28.385Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3413 | 2026-08-19T01:07:28.692Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3414 | 2026-08-19T01:07:28.733Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3415 | 2026-08-19T01:07:28.766Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3416 | 2026-08-19T01:07:28.784Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3417 | 2026-08-19T01:07:29.004Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3418 | 2026-08-19T01:07:29.199Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3419 | 2026-08-19T01:07:29.286Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3420 | 2026-08-19T01:07:29.317Z | Compiling poly1305 v0.9.0 |
| 3421 | 2026-08-19T01:07:29.537Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3422 | 2026-08-19T01:07:29.556Z | Compiling progenitor-client v0.13.0 |
| 3423 | 2026-08-19T01:07:29.556Z | Compiling blowfish v0.10.0 |
| 3424 | 2026-08-19T01:07:29.861Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3425 | 2026-08-19T01:07:29.923Z | Compiling progenitor-macro v0.13.0 |
| 3426 | 2026-08-19T01:07:29.983Z | Compiling blake2 v0.11.0-rc.6 |
| 3427 | 2026-08-19T01:07:30.107Z | Compiling half v1.8.3 |
| 3428 | 2026-08-19T01:07:30.158Z | Compiling http-range v0.1.5 |
| 3429 | 2026-08-19T01:07:30.378Z | Compiling serde_cbor v0.11.2 |
| 3430 | 2026-08-19T01:07:30.414Z | Compiling argon2 v0.6.0-rc.8 |
| 3431 | 2026-08-19T01:07:30.606Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3432 | 2026-08-19T01:07:30.800Z | Compiling ssh-cipher v0.3.0 |
| 3433 | 2026-08-19T01:07:30.997Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3434 | 2026-08-19T01:07:31.018Z | Compiling rsa v0.10.0-rc.18 |
| 3435 | 2026-08-19T01:07:31.122Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3436 | 2026-08-19T01:07:31.413Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3437 | 2026-08-19T01:07:31.435Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3438 | 2026-08-19T01:07:31.495Z | Compiling ed25519-dalek v3.0.0 |
| 3439 | 2026-08-19T01:07:31.531Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3440 | 2026-08-19T01:07:32.041Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3441 | 2026-08-19T01:07:32.146Z | Compiling illumos-nvpair v0.3.0 |
| 3442 | 2026-08-19T01:07:32.166Z | Compiling sha3 v0.11.0 |
| 3443 | 2026-08-19T01:07:32.184Z | Compiling p256 v0.14.0 |
| 3444 | 2026-08-19T01:07:32.242Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3445 | 2026-08-19T01:07:32.438Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3446 | 2026-08-19T01:07:32.459Z | Compiling p384 v0.14.0 |
| 3447 | 2026-08-19T01:07:32.712Z | Compiling p521 v0.14.0 |
| 3448 | 2026-08-19T01:07:32.787Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3449 | 2026-08-19T01:07:32.857Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3450 | 2026-08-19T01:07:33.000Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3451 | 2026-08-19T01:07:33.019Z | Compiling scuffle v0.1.0 |
| 3452 | 2026-08-19T01:07:33.378Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3453 | 2026-08-19T01:07:33.501Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3454 | 2026-08-19T01:07:33.572Z | Compiling yasna v0.5.2 |
| 3455 | 2026-08-19T01:07:33.882Z | Compiling kstat-rs v0.2.5 |
| 3456 | 2026-08-19T01:07:33.994Z | Compiling headers-core v0.3.0 |
| 3457 | 2026-08-19T01:07:34.012Z | Compiling kem v0.3.0 |
| 3458 | 2026-08-19T01:07:34.151Z | Compiling module-lattice v0.2.3 |
| 3459 | 2026-08-19T01:07:34.175Z | Compiling nanorand v0.7.0 |
| 3460 | 2026-08-19T01:07:34.216Z | Compiling sponge-cursor v0.1.0 |
| 3461 | 2026-08-19T01:07:34.237Z | Compiling headers v0.4.1 |
| 3462 | 2026-08-19T01:07:34.255Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3463 | 2026-08-19T01:07:34.287Z | Compiling rcgen v0.12.1 |
| 3464 | 2026-08-19T01:07:34.383Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3465 | 2026-08-19T01:07:34.434Z | Compiling flume v0.11.1 |
| 3466 | 2026-08-19T01:07:34.493Z | Compiling ml-kem v0.3.2 |
| 3467 | 2026-08-19T01:07:34.517Z | Compiling sha3 v0.12.0 |
| 3468 | 2026-08-19T01:07:34.783Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3469 | 2026-08-19T01:07:34.906Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3470 | 2026-08-19T01:07:34.967Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3471 | 2026-08-19T01:07:35.027Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3472 | 2026-08-19T01:07:35.057Z | Compiling progenitor v0.13.0 |
| 3473 | 2026-08-19T01:07:35.097Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3474 | 2026-08-19T01:07:35.117Z | Compiling hyper-staticfile v0.10.1 |
| 3475 | 2026-08-19T01:07:35.187Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3476 | 2026-08-19T01:07:35.239Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3477 | 2026-08-19T01:07:35.303Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3478 | 2026-08-19T01:07:35.456Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3479 | 2026-08-19T01:07:35.474Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3480 | 2026-08-19T01:07:35.557Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3481 | 2026-08-19T01:07:35.650Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3482 | 2026-08-19T01:07:35.707Z | Compiling russh-cryptovec v0.62.0 |
| 3483 | 2026-08-19T01:07:35.778Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3484 | 2026-08-19T01:07:35.799Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3485 | 2026-08-19T01:07:35.799Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3486 | 2026-08-19T01:07:35.834Z | Compiling ssh-key v0.7.0-rc.11 |
| 3487 | 2026-08-19T01:07:35.958Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3488 | 2026-08-19T01:07:35.975Z | Compiling port-file v0.1.0 |
| 3489 | 2026-08-19T01:07:35.994Z | Compiling num-bigint v0.4.6 |
| 3490 | 2026-08-19T01:07:36.014Z | Compiling generic-array v1.4.3 |
| 3491 | 2026-08-19T01:07:36.174Z | Compiling russh-util v0.52.0 |
| 3492 | 2026-08-19T01:07:36.240Z | Compiling enum_dispatch v0.3.13 |
| 3493 | 2026-08-19T01:07:36.257Z | Compiling delegate v0.13.5 |
| 3494 | 2026-08-19T01:07:36.355Z | Compiling subprocess v0.2.15 |
| 3495 | 2026-08-19T01:07:36.475Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3496 | 2026-08-19T01:07:36.519Z | Compiling hex-literal v1.1.0 |
| 3497 | 2026-08-19T01:07:36.597Z | Compiling display-error-chain v0.2.2 |
| 3498 | 2026-08-19T01:07:36.655Z | Compiling md5 v0.8.0 |
| 3499 | 2026-08-19T01:07:36.790Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3500 | 2026-08-19T01:07:36.923Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3501 | 2026-08-19T01:07:36.956Z | Compiling colored v2.2.0 |
| 3502 | 2026-08-19T01:07:37.138Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3503 | 2026-08-19T01:07:37.156Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3504 | 2026-08-19T01:07:37.256Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3505 | 2026-08-19T01:07:37.273Z | Compiling russh v0.62.4 |
| 3506 | 2026-08-19T01:07:37.333Z | Compiling socket2 v0.5.10 |
| 3507 | 2026-08-19T01:07:37.546Z | Compiling internet-checksum v0.2.1 |
| 3508 | 2026-08-19T01:07:38.184Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3509 | 2026-08-19T01:07:39.977Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3510 | 2026-08-19T01:07:40.695Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3511 | 2026-08-19T01:07:41.235Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3512 | 2026-08-19T01:07:42.648Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3513 | 2026-08-19T01:07:43.283Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3514 | 2026-08-19T01:07:52.389Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3515 | 2026-08-19T01:07:52.389Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3516 | 2026-08-19T01:07:52.389Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3517 | 2026-08-19T01:07:52.393Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3518 | 2026-08-19T01:07:52.393Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3519 | 2026-08-19T01:07:54.181Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3520 | 2026-08-19T01:07:54.370Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3521 | 2026-08-19T01:07:58.485Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3522 | 2026-08-19T01:08:39.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
| 3523 | 2026-08-19T01:08:39.349Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3524 | 2026-08-19T01:08:39.349Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3525 | 2026-08-19T01:08:39.576Z | |
| 3526 | 2026-08-19T01:08:39.576Z | real 1:29.861003819 |
| 3527 | 2026-08-19T01:08:39.576Z | user 8:38.159552885 |
| 3528 | 2026-08-19T01:08:39.576Z | sys 1:44.050092118 |
| 3529 | 2026-08-19T01:08:39.579Z | trap 0.252076226 |
| 3530 | 2026-08-19T01:08:39.579Z | tflt 0.338771580 |
| 3531 | 2026-08-19T01:08:39.579Z | dflt 1.907933922 |
| 3532 | 2026-08-19T01:08:39.579Z | kflt 0.000318320 |
| 3533 | 2026-08-19T01:08:39.579Z | lock 32:05.831946245 |
| 3534 | 2026-08-19T01:08:39.579Z | slp 19:41.478130262 |
| 3535 | 2026-08-19T01:08:39.579Z | lat 41.109827751 |
| 3536 | 2026-08-19T01:08:39.579Z | stop 3:02.588156484 |
| 3537 | 2026-08-19T01:08:39.579Z | + mkdir tests |
| 3538 | 2026-08-19T01:08:39.582Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3539 | 2026-08-19T01:08:39.582Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3540 | 2026-08-19T01:08:39.604Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-cd0a670b0b070735 tests/ |
| 3541 | 2026-08-19T01:08:39.635Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a751262b70ed4362 tests/ |
| 3542 | 2026-08-19T01:08:39.665Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-da6bbe32ffc33edb tests/ |
| 3543 | 2026-08-19T01:08:39.697Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-51271dc8acf685e6 tests/ |
| 3544 | 2026-08-19T01:08:40.051Z | + 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) |
| 3545 | 2026-08-19T01:08:40.054Z | + 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-a751262b70ed4362 tests/commtest-da6bbe32ffc33edb tests/dhcp_server-cd0a670b0b070735 tests/end_to_end_tests-51271dc8acf685e6 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 |
| 3546 | 2026-08-19T01:10:09.793Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3547 | 2026-08-19T01:10:09.793Z | a .github/buildomat/ci-env.sh 1K |
| 3548 | 2026-08-19T01:10:09.793Z | a out/target/test 1K |
| 3549 | 2026-08-19T01:10:09.793Z | a out/npuzone/npuzone 27402K |
| 3550 | 2026-08-19T01:10:09.793Z | a package-manifest.toml 35K |
| 3551 | 2026-08-19T01:10:09.793Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3552 | 2026-08-19T01:10:09.793Z | a target/release/omicron-package 48103K |
| 3553 | 2026-08-19T01:10:09.793Z | a target/release/xtask 11727K |
| 3554 | 2026-08-19T01:10:09.793Z | a target/debug/bootstrap 435961K |
| 3555 | 2026-08-19T01:10:09.793Z | a tests/bootstrap-a751262b70ed4362 34430K |
| 3556 | 2026-08-19T01:10:09.793Z | a tests/commtest-da6bbe32ffc33edb 34431K |
| 3557 | 2026-08-19T01:10:09.793Z | a tests/dhcp_server-cd0a670b0b070735 34431K |
| 3558 | 2026-08-19T01:10:09.793Z | a tests/end_to_end_tests-51271dc8acf685e6 499477K |
| 3559 | 2026-08-19T01:10:09.794Z | a tools/opte_version 1K |
| 3560 | 2026-08-19T01:10:09.794Z | a tools/opte_version_override 2K |
| 3561 | 2026-08-19T01:10:09.794Z | a out/clickhouse.tar.gz 329992K |
| 3562 | 2026-08-19T01:10:09.794Z | a out/clickhouse_keeper.tar.gz 313998K |
| 3563 | 2026-08-19T01:10:09.794Z | a out/clickhouse_server.tar.gz 329989K |
| 3564 | 2026-08-19T01:10:09.794Z | a out/cockroachdb.tar.gz 169490K |
| 3565 | 2026-08-19T01:10:09.794Z | a out/crucible-pantry-zone.tar.gz 41282K |
| 3566 | 2026-08-19T01:10:09.794Z | a out/crucible-utils.tar 18900K |
| 3567 | 2026-08-19T01:10:09.794Z | a out/crucible-zone.tar.gz 56094K |
| 3568 | 2026-08-19T01:10:09.795Z | a out/external-dns.tar.gz 54203K |
| 3569 | 2026-08-19T01:10:09.795Z | a out/internal-dns.tar.gz 54202K |
| 3570 | 2026-08-19T01:10:09.795Z | a out/mg-ddm-gz.tar 100917K |
| 3571 | 2026-08-19T01:10:09.795Z | a out/nexus.tar.gz 356561K |
| 3572 | 2026-08-19T01:10:09.795Z | a out/ntp.tar.gz 34630K |
| 3573 | 2026-08-19T01:10:09.795Z | a out/omicron-gateway-softnpu.tar.gz 29910K |
| 3574 | 2026-08-19T01:10:09.795Z | a out/omicron-sled-agent.tar 243895K |
| 3575 | 2026-08-19T01:10:09.795Z | a out/overlay.tar.gz 4K |
| 3576 | 2026-08-19T01:10:09.795Z | a out/oximeter.tar.gz 72276K |
| 3577 | 2026-08-19T01:10:09.795Z | a out/oxlog.tar 4071K |
| 3578 | 2026-08-19T01:10:09.795Z | a out/probe.tar.gz 3037K |
| 3579 | 2026-08-19T01:10:09.795Z | a out/propolis-server.tar.gz 34642K |
| 3580 | 2026-08-19T01:10:09.795Z | a out/pumpkind-gz.tar 26647K |
| 3581 | 2026-08-19T01:10:09.795Z | a out/switch-softnpu.tar.gz 502463K |
| 3582 | 2026-08-19T01:10:09.798Z | |
| 3583 | 2026-08-19T01:10:09.798Z | real 1:29.737937692 |
| 3584 | 2026-08-19T01:10:09.798Z | user 1:26.784194275 |
| 3585 | 2026-08-19T01:10:09.798Z | sys 4.984181587 |
| 3586 | 2026-08-19T01:10:09.798Z | trap 0.006354804 |
| 3587 | 2026-08-19T01:10:09.798Z | tflt 0.000000000 |
| 3588 | 2026-08-19T01:10:09.798Z | dflt 0.000000000 |
| 3589 | 2026-08-19T01:10:09.799Z | kflt 0.000000000 |
| 3590 | 2026-08-19T01:10:09.799Z | lock 0.000000000 |
| 3591 | 2026-08-19T01:10:09.799Z | slp 1:26.643503168 |
| 3592 | 2026-08-19T01:10:09.799Z | lat 1.053400123 |
| 3593 | 2026-08-19T01:10:09.799Z | stop 0.000169370 |
| 3594 | 2026-08-19T01:10:09.799Z | process exited: duration 1370327 ms, exit code 0 |
| |
| 3595 | 2026-08-19T01:10:09.812Z | found 1 output files |
| 3596 | 2026-08-19T01:10:09.813Z | uploading: /work/package.tar.gz (2775090272 bytes) |
| 3597 | 2026-08-19T01:10:43.902Z | uploaded: /work/package.tar.gz |