|
|
|
| 1 | 2026-08-13T20:56:29.049Z | job assigned to worker 01KZYEHDNDJBG4GW6DKQ2MP1HN [factory aws, i-03c671b9d7c1bbdfe] (queued for 59 s) |
| |
| 2 | 2026-08-13T20:56:36.218Z | starting task 0: "setup" |
| 3 | 2026-08-13T20:56:36.223Z | ++ uname -s |
| 4 | 2026-08-13T20:56:36.226Z | + kern=SunOS |
| 5 | 2026-08-13T20:56:36.226Z | + build_user=build |
| 6 | 2026-08-13T20:56:36.226Z | + build_uid=12345 |
| 7 | 2026-08-13T20:56:36.226Z | + work_dir=/work |
| 8 | 2026-08-13T20:56:36.226Z | + input_dir=/input |
| 9 | 2026-08-13T20:56:36.226Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-13T20:56:36.226Z | + case "$kern" in |
| 11 | 2026-08-13T20:56:36.227Z | + groupadd -g 12345 build |
| 12 | 2026-08-13T20:56:36.230Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-13T20:56:38.234Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-13T20:56:38.340Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-13T20:56:38.343Z | + home_fs=zfs |
| 16 | 2026-08-13T20:56:38.343Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-13T20:56:38.343Z | + mkdir -p /home/build |
| 18 | 2026-08-13T20:56:38.343Z | + chown build:build /home/build /work |
| 19 | 2026-08-13T20:56:40.345Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-13T20:56:40.349Z | process exited: duration 4133 ms, exit code 0 |
| |
| 21 | 2026-08-13T20:56:40.357Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-13T20:56:40.362Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-13T20:56:40.362Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-13T20:56:40.362Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-08-13T20:56:40.362Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-13T20:56:40.362Z | * rust toolchain channel = "1.97.1" |
| 27 | 2026-08-13T20:56:40.362Z | * rust toolchain profile = "default" |
| 28 | 2026-08-13T20:56:40.366Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-13T20:56:40.366Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-13T20:56:40.474Z | info: downloading installer |
| 31 | 2026-08-13T20:56:41.812Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-13T20:56:41.813Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-13T20:56:41.813Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-13T20:56:41.813Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-13T20:56:41.824Z | info: profile set to default |
| 36 | 2026-08-13T20:56:41.825Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-13T20:56:41.828Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-13T20:56:41.952Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-13T20:56:41.955Z | info: downloading 6 components |
| 40 | 2026-08-13T20:56:56.662Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-13T20:56:56.662Z | |
| 42 | 2026-08-13T20:56:56.692Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-13T20:56:56.692Z | |
| 44 | 2026-08-13T20:56:56.692Z | |
| 45 | 2026-08-13T20:56:56.692Z | Rust is installed now. Great! |
| 46 | 2026-08-13T20:56:56.692Z | |
| 47 | 2026-08-13T20:56:56.692Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-13T20:56:56.692Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-13T20:56:56.692Z | |
| 50 | 2026-08-13T20:56:56.698Z | To configure your current shell, you need to source |
| 51 | 2026-08-13T20:56:56.698Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-13T20:56:56.698Z | |
| 53 | 2026-08-13T20:56:56.698Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-13T20:56:56.698Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-13T20:56:56.698Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-13T20:56:56.698Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-13T20:56:56.698Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-13T20:56:56.698Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-13T20:56:56.698Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-13T20:56:56.698Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-13T20:56:56.698Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-13T20:56:56.791Z | + rustup --version |
| 63 | 2026-08-13T20:56:56.797Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-13T20:56:56.801Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-13T20:56:56.818Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-13T20:56:56.822Z | + cargo --version |
| 67 | 2026-08-13T20:56:56.830Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-13T20:56:56.833Z | + rustc --version |
| 69 | 2026-08-13T20:56:56.851Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-13T20:56:56.854Z | process exited: duration 16496 ms, exit code 0 |
| |
| 71 | 2026-08-13T20:56:56.861Z | starting task 2: "authentication" |
| 72 | 2026-08-13T20:56:56.880Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-08-13T20:56:56.887Z | starting task 3: "clone repository" |
| 74 | 2026-08-13T20:56:56.891Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-13T20:56:56.895Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-13T20:56:56.928Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-13T20:57:08.308Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-13T20:57:08.308Z | + git fetch origin 493fa38890711e27da2aeb04d09b1d74ace910e5 |
| 79 | 2026-08-13T20:57:08.612Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-13T20:57:08.612Z | * branch 493fa38890711e27da2aeb04d09b1d74ace910e5 -> FETCH_HEAD |
| 81 | 2026-08-13T20:57:08.624Z | + [[ -n fix-11032 ]] |
| 82 | 2026-08-13T20:57:08.628Z | ++ git branch --show-current |
| 83 | 2026-08-13T20:57:08.628Z | + current=main |
| 84 | 2026-08-13T20:57:08.628Z | + [[ main != fix-11032 ]] |
| 85 | 2026-08-13T20:57:08.628Z | + git branch -f fix-11032 493fa38890711e27da2aeb04d09b1d74ace910e5 |
| 86 | 2026-08-13T20:57:08.632Z | + git checkout -f fix-11032 |
| 87 | 2026-08-13T20:57:08.883Z | Switched to branch 'fix-11032' |
| 88 | 2026-08-13T20:57:08.889Z | + git reset --hard 493fa38890711e27da2aeb04d09b1d74ace910e5 |
| 89 | 2026-08-13T20:57:08.939Z | HEAD is now at 493fa3889 Fix sled-agent client allocation |
| 90 | 2026-08-13T20:57:08.942Z | process exited: duration 12053 ms, exit code 0 |
| |
| 91 | 2026-08-13T20:57:08.949Z | starting task 4: "build" |
| 92 | 2026-08-13T20:57:08.954Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-13T20:57:08.954Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-13T20:57:08.954Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-13T20:57:08.958Z | +++ uname -s |
| 96 | 2026-08-13T20:57:08.958Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-13T20:57:08.958Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-13T20:57:08.961Z | + cargo --version |
| 99 | 2026-08-13T20:57:08.969Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-13T20:57:08.972Z | + rustc --version |
| 101 | 2026-08-13T20:57:08.992Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-13T20:57:08.995Z | + WORK=/work |
| 103 | 2026-08-13T20:57:08.995Z | + pfexec mkdir -p /work |
| 104 | 2026-08-13T20:57:08.998Z | + pfexec chown build /work |
| 105 | 2026-08-13T20:57:09.002Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-08-13T20:57:10.920Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-08-13T20:57:11.231Z | Startup: Caching catalogs ... Done |
| 108 | 2026-08-13T20:57:12.965Z | Planning: Solver setup ... Done (1.629s) |
| 109 | 2026-08-13T20:57:13.018Z | Planning: Running solver ... Done (0.053s) |
| 110 | 2026-08-13T20:57:13.056Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-08-13T20:57:13.068Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-08-13T20:57:13.086Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-08-13T20:57:13.100Z | Planning: Package planning ... Done (0.014s) |
| 114 | 2026-08-13T20:57:13.103Z | Planning: Merging actions ... Done (0.001s) |
| 115 | 2026-08-13T20:57:13.269Z | Planning: Checking for conflicting actions ... Done (0.162s) |
| 116 | 2026-08-13T20:57:13.273Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-08-13T20:57:14.115Z | Planning: Evaluating mediators ... Done (0.851s) |
| 118 | 2026-08-13T20:57:14.119Z | Planning: Planning completed in 2.85 seconds |
| 119 | 2026-08-13T20:57:14.125Z | Packages to install: 2 |
| 120 | 2026-08-13T20:57:14.125Z | Estimated space available: 156.02 GB |
| 121 | 2026-08-13T20:57:14.129Z | Estimated space to be consumed: 67.95 MB |
| 122 | 2026-08-13T20:57:14.129Z | Create boot environment: No |
| 123 | 2026-08-13T20:57:14.129Z | Create backup boot environment: No |
| 124 | 2026-08-13T20:57:14.129Z | Rebuild boot archive: No |
| 125 | 2026-08-13T20:57:14.129Z | |
| 126 | 2026-08-13T20:57:14.129Z | Changed packages: |
| 127 | 2026-08-13T20:57:14.129Z | helios |
| 128 | 2026-08-13T20:57:14.130Z | developer/build-essential |
| 129 | 2026-08-13T20:57:14.130Z | None -> 11-3.0 |
| 130 | 2026-08-13T20:57:14.130Z | library/libxmlsec1 |
| 131 | 2026-08-13T20:57:14.130Z | None -> 1.2.35-3.0 |
| 132 | 2026-08-13T20:57:14.150Z | |
| 133 | 2026-08-13T20:57:14.150Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-08-13T20:57:14.219Z | Download: Completed 1.28 MB in 0.07 seconds (18.6M/s) |
| 135 | 2026-08-13T20:57:14.317Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-08-13T20:57:14.355Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-08-13T20:57:14.385Z | Finalize: Updating package state database ... Done (0.030s) |
| 138 | 2026-08-13T20:57:14.385Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-08-13T20:57:14.459Z | Finalize: Updating image state ... Done (0.074s) |
| 140 | 2026-08-13T20:57:17.076Z | Finalize: Creating fast lookup database ... Done (2.572s) |
| 141 | 2026-08-13T20:57:17.145Z | Finalize: Reading search index ... Done (0.012s) |
| 142 | 2026-08-13T20:57:17.149Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-08-13T20:57:17.265Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-08-13T20:57:17.619Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-08-13T20:57:17.722Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-08-13T20:57:17.728Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-08-13T20:57:17.880Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-08-13T20:57:17.884Z | Planning: Planning completed in 0.26 seconds |
| 149 | 2026-08-13T20:57:17.906Z | Mediators to change: 2 |
| 150 | 2026-08-13T20:57:17.906Z | Create boot environment: No |
| 151 | 2026-08-13T20:57:17.906Z | Create backup boot environment: No |
| 152 | 2026-08-13T20:57:17.956Z | Finalize: Updating package state database ... Done |
| 153 | 2026-08-13T20:57:17.956Z | Finalize: Updating package cache ... Done |
| 154 | 2026-08-13T20:57:18.008Z | Finalize: Updating image state ... Done |
| 155 | 2026-08-13T20:57:19.943Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-08-13T20:57:20.002Z | Finalize: Reading search index ... Done |
| 157 | 2026-08-13T20:57:20.006Z | Finalize: Updating search index ... Done |
| 158 | 2026-08-13T20:57:20.077Z | Finalize: Updating package cache ... Done |
| 159 | 2026-08-13T20:57:20.357Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-08-13T20:57:20.462Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-08-13T20:57:20.465Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-08-13T20:57:20.619Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-08-13T20:57:20.623Z | Planning: Planning completed in 0.26 seconds |
| 164 | 2026-08-13T20:57:20.642Z | Mediators to change: 1 |
| 165 | 2026-08-13T20:57:20.642Z | Create boot environment: No |
| 166 | 2026-08-13T20:57:20.642Z | Create backup boot environment: No |
| 167 | 2026-08-13T20:57:20.686Z | Finalize: Updating package state database ... Done |
| 168 | 2026-08-13T20:57:20.686Z | Finalize: Updating package cache ... Done |
| 169 | 2026-08-13T20:57:20.733Z | Finalize: Updating image state ... Done |
| 170 | 2026-08-13T20:57:22.673Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-08-13T20:57:22.735Z | Finalize: Reading search index ... Done |
| 172 | 2026-08-13T20:57:22.738Z | Finalize: Updating search index ... Done |
| 173 | 2026-08-13T20:57:22.804Z | Finalize: Updating package cache ... Done |
| 174 | 2026-08-13T20:57:23.112Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-08-13T20:57:23.112Z | apache system 2.4 system |
| 176 | 2026-08-13T20:57:23.112Z | clang system 15 system |
| 177 | 2026-08-13T20:57:23.112Z | csh system system illumos |
| 178 | 2026-08-13T20:57:23.112Z | ctags system system illumos |
| 179 | 2026-08-13T20:57:23.112Z | file vendor vendor darwinsys |
| 180 | 2026-08-13T20:57:23.112Z | file system system illumos |
| 181 | 2026-08-13T20:57:23.112Z | gcc vendor 14 vendor |
| 182 | 2026-08-13T20:57:23.112Z | gcc system 13 system |
| 183 | 2026-08-13T20:57:23.112Z | gcc system 10 system |
| 184 | 2026-08-13T20:57:23.112Z | go system 1.25 system |
| 185 | 2026-08-13T20:57:23.112Z | llvm system 15 system |
| 186 | 2026-08-13T20:57:23.112Z | mariadb system 11.4 system |
| 187 | 2026-08-13T20:57:23.112Z | mta vendor vendor dma |
| 188 | 2026-08-13T20:57:23.112Z | openjdk system 17 system |
| 189 | 2026-08-13T20:57:23.112Z | openjdk system 11 system |
| 190 | 2026-08-13T20:57:23.113Z | openssl vendor 3 vendor |
| 191 | 2026-08-13T20:57:23.113Z | perl system 5.40 system |
| 192 | 2026-08-13T20:57:23.113Z | postgresql system 18 system |
| 193 | 2026-08-13T20:57:23.113Z | postgresql system 17 system |
| 194 | 2026-08-13T20:57:23.113Z | python vendor 3 vendor |
| 195 | 2026-08-13T20:57:23.113Z | python system 2 system |
| 196 | 2026-08-13T20:57:23.113Z | python3 vendor 3.13 vendor |
| 197 | 2026-08-13T20:57:23.113Z | ruby system 3.4 system |
| 198 | 2026-08-13T20:57:23.113Z | ruby system 3.0 system |
| 199 | 2026-08-13T20:57:23.113Z | words vendor vendor american-english |
| 200 | 2026-08-13T20:57:23.113Z | words system system australian-english |
| 201 | 2026-08-13T20:57:23.113Z | words system system british-english |
| 202 | 2026-08-13T20:57:23.113Z | words system system canadian-english |
| 203 | 2026-08-13T20:57:23.113Z | words system system french |
| 204 | 2026-08-13T20:57:23.113Z | words system system italian |
| 205 | 2026-08-13T20:57:23.113Z | words system system ngerman |
| 206 | 2026-08-13T20:57:23.113Z | words system system ogerman |
| 207 | 2026-08-13T20:57:23.113Z | words system system spanish |
| 208 | 2026-08-13T20:57:23.365Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-08-13T20:57:23.365Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-08-13T20:57:23.799Z | FMRI IFO |
| 211 | 2026-08-13T20:57:23.799Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-08-13T20:57:23.799Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-08-13T20:57:23.799Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-08-13T20:57:23.799Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-08-13T20:57:23.799Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-08-13T20:57:23.799Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-08-13T20:57:23.799Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-08-13T20:57:23.799Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-08-13T20:57:23.799Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-08-13T20:57:24.112Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-08-13T20:57:24.468Z | Updating crates.io index |
| 222 | 2026-08-13T20:57:24.472Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-08-13T20:57:24.760Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-08-13T20:57:25.358Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 225 | 2026-08-13T20:57:26.319Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 226 | 2026-08-13T20:57:26.997Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 227 | 2026-08-13T20:57:28.650Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 228 | 2026-08-13T20:57:29.524Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 229 | 2026-08-13T20:57:29.812Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 230 | 2026-08-13T20:57:30.197Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 231 | 2026-08-13T20:57:31.396Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 232 | 2026-08-13T20:57:31.668Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 233 | 2026-08-13T20:57:33.071Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-08-13T20:57:33.384Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 235 | 2026-08-13T20:57:33.675Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 236 | 2026-08-13T20:57:33.987Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 237 | 2026-08-13T20:57:34.288Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 238 | 2026-08-13T20:57:34.573Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 239 | 2026-08-13T20:57:34.901Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 240 | 2026-08-13T20:57:35.353Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 241 | 2026-08-13T20:57:35.829Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-08-13T20:57:36.225Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 243 | 2026-08-13T20:57:36.731Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 244 | 2026-08-13T20:57:37.069Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 245 | 2026-08-13T20:57:37.643Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 246 | 2026-08-13T20:57:38.014Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 247 | 2026-08-13T20:57:38.292Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 248 | 2026-08-13T20:57:38.694Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 249 | 2026-08-13T20:57:38.990Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 250 | 2026-08-13T20:57:39.463Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 251 | 2026-08-13T20:57:40.511Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 252 | 2026-08-13T20:57:40.818Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 253 | 2026-08-13T20:57:41.195Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 254 | 2026-08-13T20:57:41.610Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 255 | 2026-08-13T20:57:42.254Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 256 | 2026-08-13T20:57:42.522Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-08-13T20:57:42.823Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 258 | 2026-08-13T20:57:43.282Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 259 | 2026-08-13T20:57:43.599Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 260 | 2026-08-13T20:57:44.185Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 261 | 2026-08-13T20:57:44.482Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 262 | 2026-08-13T20:57:44.789Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 263 | 2026-08-13T20:57:45.097Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 264 | 2026-08-13T20:57:45.350Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 265 | 2026-08-13T20:57:48.180Z | Downloading crates ... |
| 266 | 2026-08-13T20:57:48.226Z | Downloaded crypto-common v0.1.7 |
| 267 | 2026-08-13T20:57:48.229Z | Downloaded clap_lex v1.0.0 |
| 268 | 2026-08-13T20:57:48.234Z | Downloaded itoa v1.0.17 |
| 269 | 2026-08-13T20:57:48.237Z | Downloaded heck v0.5.0 |
| 270 | 2026-08-13T20:57:48.237Z | Downloaded anstyle-query v1.1.5 |
| 271 | 2026-08-13T20:57:48.240Z | Downloaded serde_spanned v0.6.9 |
| 272 | 2026-08-13T20:57:48.240Z | Downloaded proc-macro-error-attr v1.0.4 |
| 273 | 2026-08-13T20:57:48.244Z | Downloaded fs-err v3.3.0 |
| 274 | 2026-08-13T20:57:48.247Z | Downloaded fnv v1.0.7 |
| 275 | 2026-08-13T20:57:48.251Z | Downloaded cpufeatures v0.2.17 |
| 276 | 2026-08-13T20:57:48.251Z | Downloaded errno v0.3.14 |
| 277 | 2026-08-13T20:57:48.251Z | Downloaded is_terminal_polyfill v1.70.2 |
| 278 | 2026-08-13T20:57:48.255Z | Downloaded zerocopy v0.7.35 |
| 279 | 2026-08-13T20:57:48.265Z | Downloaded heck v0.4.1 |
| 280 | 2026-08-13T20:57:48.270Z | Downloaded once_cell v1.21.3 |
| 281 | 2026-08-13T20:57:48.270Z | Downloaded zmij v1.0.21 |
| 282 | 2026-08-13T20:57:48.270Z | Downloaded zerocopy-derive v0.7.35 |
| 283 | 2026-08-13T20:57:48.270Z | Downloaded autocfg v1.5.0 |
| 284 | 2026-08-13T20:57:48.270Z | Downloaded thiserror v2.0.18 |
| 285 | 2026-08-13T20:57:48.274Z | Downloaded block-buffer v0.10.4 |
| 286 | 2026-08-13T20:57:48.274Z | Downloaded cargo_metadata v0.23.1 |
| 287 | 2026-08-13T20:57:48.274Z | Downloaded anstyle-parse v1.0.0 |
| 288 | 2026-08-13T20:57:48.274Z | Downloaded bytecount v0.6.9 |
| 289 | 2026-08-13T20:57:48.277Z | Downloaded dtrace-parser v0.2.0 |
| 290 | 2026-08-13T20:57:48.277Z | Downloaded fastrand v2.3.0 |
| 291 | 2026-08-13T20:57:48.277Z | Downloaded macaddr v1.0.1 |
| 292 | 2026-08-13T20:57:48.277Z | Downloaded clap v4.6.1 |
| 293 | 2026-08-13T20:57:48.303Z | Downloaded clap_derive v4.6.1 |
| 294 | 2026-08-13T20:57:48.309Z | Downloaded equivalent v1.0.2 |
| 295 | 2026-08-13T20:57:48.309Z | Downloaded bitflags v2.11.0 |
| 296 | 2026-08-13T20:57:48.309Z | Downloaded digest v0.10.7 |
| 297 | 2026-08-13T20:57:48.309Z | Downloaded colorchoice v1.0.4 |
| 298 | 2026-08-13T20:57:48.309Z | Downloaded cfg-if v1.0.4 |
| 299 | 2026-08-13T20:57:48.309Z | Downloaded dof v0.3.0 |
| 300 | 2026-08-13T20:57:48.309Z | Downloaded textwrap v0.16.2 |
| 301 | 2026-08-13T20:57:48.309Z | Downloaded anstream v1.0.0 |
| 302 | 2026-08-13T20:57:48.309Z | Downloaded camino v1.2.2 |
| 303 | 2026-08-13T20:57:48.309Z | Downloaded toml_datetime v0.6.11 |
| 304 | 2026-08-13T20:57:48.309Z | Downloaded smawk v0.3.2 |
| 305 | 2026-08-13T20:57:48.315Z | Downloaded utf8parse v0.2.2 |
| 306 | 2026-08-13T20:57:48.315Z | Downloaded memmap v0.7.0 |
| 307 | 2026-08-13T20:57:48.315Z | Downloaded version_check v0.9.5 |
| 308 | 2026-08-13T20:57:48.315Z | Downloaded cargo-platform v0.3.2 |
| 309 | 2026-08-13T20:57:48.315Z | Downloaded terminal_size v0.4.3 |
| 310 | 2026-08-13T20:57:48.322Z | Downloaded scroll_derive v0.12.1 |
| 311 | 2026-08-13T20:57:48.322Z | Downloaded plain v0.2.3 |
| 312 | 2026-08-13T20:57:48.322Z | Downloaded thread-id v4.2.2 |
| 313 | 2026-08-13T20:57:48.328Z | Downloaded strsim v0.11.1 |
| 314 | 2026-08-13T20:57:48.328Z | Downloaded usdt-attr-macro v0.5.0 |
| 315 | 2026-08-13T20:57:48.328Z | Downloaded swrite v0.1.0 |
| 316 | 2026-08-13T20:57:48.335Z | Downloaded usdt-macro v0.5.0 |
| 317 | 2026-08-13T20:57:48.335Z | Downloaded tabled_derive v0.7.0 |
| 318 | 2026-08-13T20:57:48.335Z | Downloaded pretty-hex v0.4.1 |
| 319 | 2026-08-13T20:57:48.335Z | Downloaded pest_generator v2.8.6 |
| 320 | 2026-08-13T20:57:48.339Z | Downloaded generic-array v0.14.7 |
| 321 | 2026-08-13T20:57:48.339Z | Downloaded camino-tempfile v1.4.1 |
| 322 | 2026-08-13T20:57:48.342Z | Downloaded cargo_toml v0.21.0 |
| 323 | 2026-08-13T20:57:48.347Z | Downloaded sha2 v0.10.9 |
| 324 | 2026-08-13T20:57:48.350Z | Downloaded thiserror-impl v2.0.18 |
| 325 | 2026-08-13T20:57:48.350Z | Downloaded thiserror v1.0.69 |
| 326 | 2026-08-13T20:57:48.353Z | Downloaded anstyle v1.0.14 |
| 327 | 2026-08-13T20:57:48.357Z | Downloaded quote v1.0.45 |
| 328 | 2026-08-13T20:57:48.361Z | Downloaded thiserror-impl v1.0.69 |
| 329 | 2026-08-13T20:57:48.361Z | Downloaded toml_write v0.1.2 |
| 330 | 2026-08-13T20:57:48.361Z | Downloaded byteorder v1.5.0 |
| 331 | 2026-08-13T20:57:48.361Z | Downloaded scroll v0.12.0 |
| 332 | 2026-08-13T20:57:48.365Z | Downloaded usdt v0.5.0 |
| 333 | 2026-08-13T20:57:48.365Z | Downloaded serde_tokenstream v0.2.3 |
| 334 | 2026-08-13T20:57:48.365Z | Downloaded usdt-impl v0.5.0 |
| 335 | 2026-08-13T20:57:48.374Z | Downloaded anyhow v1.0.102 |
| 336 | 2026-08-13T20:57:48.378Z | Downloaded pest_derive v2.8.6 |
| 337 | 2026-08-13T20:57:48.378Z | Downloaded ucd-trie v0.1.7 |
| 338 | 2026-08-13T20:57:48.387Z | Downloaded unicode-linebreak v0.1.5 |
| 339 | 2026-08-13T20:57:48.390Z | Downloaded toml v0.8.23 |
| 340 | 2026-08-13T20:57:48.395Z | Downloaded semver v1.0.28 |
| 341 | 2026-08-13T20:57:48.399Z | Downloaded pest_meta v2.8.6 |
| 342 | 2026-08-13T20:57:48.403Z | Downloaded proc-macro-error v1.0.4 |
| 343 | 2026-08-13T20:57:48.406Z | Downloaded memchr v2.8.0 |
| 344 | 2026-08-13T20:57:48.406Z | Downloaded log v0.4.29 |
| 345 | 2026-08-13T20:57:48.413Z | Downloaded getrandom v0.4.1 |
| 346 | 2026-08-13T20:57:48.416Z | Downloaded proc-macro2 v1.0.106 |
| 347 | 2026-08-13T20:57:48.422Z | Downloaded serde_derive v1.0.228 |
| 348 | 2026-08-13T20:57:48.426Z | Downloaded unicode-ident v1.0.24 |
| 349 | 2026-08-13T20:57:48.435Z | Downloaded toml_edit v0.22.27 |
| 350 | 2026-08-13T20:57:48.439Z | Downloaded papergrid v0.11.0 |
| 351 | 2026-08-13T20:57:48.443Z | Downloaded tempfile v3.25.0 |
| 352 | 2026-08-13T20:57:48.449Z | Downloaded serde_core v1.0.228 |
| 353 | 2026-08-13T20:57:48.455Z | Downloaded serde v1.0.228 |
| 354 | 2026-08-13T20:57:48.463Z | Downloaded pest v2.8.6 |
| 355 | 2026-08-13T20:57:48.470Z | Downloaded typenum v1.20.1 |
| 356 | 2026-08-13T20:57:48.482Z | Downloaded hashbrown v0.17.0 |
| 357 | 2026-08-13T20:57:48.492Z | Downloaded indexmap v2.14.0 |
| 358 | 2026-08-13T20:57:48.495Z | Downloaded clap_builder v4.6.0 |
| 359 | 2026-08-13T20:57:48.505Z | Downloaded goblin v0.8.2 |
| 360 | 2026-08-13T20:57:48.511Z | Downloaded serde_json v1.0.151 |
| 361 | 2026-08-13T20:57:48.534Z | Downloaded winnow v0.7.14 |
| 362 | 2026-08-13T20:57:48.544Z | Downloaded tabled v0.15.0 |
| 363 | 2026-08-13T20:57:48.561Z | Downloaded syn v1.0.109 |
| 364 | 2026-08-13T20:57:48.565Z | Downloaded syn v2.0.117 |
| 365 | 2026-08-13T20:57:48.574Z | Downloaded unicode-width v0.1.14 |
| 366 | 2026-08-13T20:57:48.581Z | Downloaded unicode-width v0.2.0 |
| 367 | 2026-08-13T20:57:48.584Z | Downloaded rustix v1.1.3 |
| 368 | 2026-08-13T20:57:48.611Z | Downloaded libc v0.2.185 |
| 369 | 2026-08-13T20:57:48.673Z | Compiling proc-macro2 v1.0.106 |
| 370 | 2026-08-13T20:57:48.673Z | Compiling unicode-ident v1.0.24 |
| 371 | 2026-08-13T20:57:48.676Z | Compiling quote v1.0.45 |
| 372 | 2026-08-13T20:57:48.676Z | Compiling serde_core v1.0.228 |
| 373 | 2026-08-13T20:57:48.676Z | Compiling libc v0.2.185 |
| 374 | 2026-08-13T20:57:48.676Z | Compiling version_check v0.9.5 |
| 375 | 2026-08-13T20:57:48.857Z | Compiling memchr v2.8.0 |
| 376 | 2026-08-13T20:57:48.861Z | Compiling serde v1.0.228 |
| 377 | 2026-08-13T20:57:48.861Z | Compiling zmij v1.0.21 |
| 378 | 2026-08-13T20:57:48.861Z | Compiling thiserror v1.0.69 |
| 379 | 2026-08-13T20:57:48.861Z | Compiling ucd-trie v0.1.7 |
| 380 | 2026-08-13T20:57:48.861Z | Compiling itoa v1.0.17 |
| 381 | 2026-08-13T20:57:48.870Z | Compiling byteorder v1.5.0 |
| 382 | 2026-08-13T20:57:48.876Z | Compiling rustix v1.1.3 |
| 383 | 2026-08-13T20:57:49.079Z | Compiling serde_json v1.0.151 |
| 384 | 2026-08-13T20:57:49.209Z | Compiling bitflags v2.11.0 |
| 385 | 2026-08-13T20:57:49.291Z | Compiling pest v2.8.6 |
| 386 | 2026-08-13T20:57:49.366Z | Compiling usdt-impl v0.5.0 |
| 387 | 2026-08-13T20:57:49.370Z | Compiling proc-macro-error-attr v1.0.4 |
| 388 | 2026-08-13T20:57:49.420Z | Compiling camino v1.2.2 |
| 389 | 2026-08-13T20:57:49.549Z | Compiling syn v1.0.109 |
| 390 | 2026-08-13T20:57:49.552Z | Compiling proc-macro-error v1.0.4 |
| 391 | 2026-08-13T20:57:49.608Z | Compiling log v0.4.29 |
| 392 | 2026-08-13T20:57:49.624Z | Compiling plain v0.2.3 |
| 393 | 2026-08-13T20:57:49.627Z | Compiling getrandom v0.4.1 |
| 394 | 2026-08-13T20:57:49.738Z | Compiling equivalent v1.0.2 |
| 395 | 2026-08-13T20:57:49.753Z | Compiling hashbrown v0.17.0 |
| 396 | 2026-08-13T20:57:49.824Z | Compiling utf8parse v0.2.2 |
| 397 | 2026-08-13T20:57:49.827Z | Compiling thiserror v2.0.18 |
| 398 | 2026-08-13T20:57:49.899Z | Compiling toml_write v0.1.2 |
| 399 | 2026-08-13T20:57:49.903Z | Compiling pretty-hex v0.4.1 |
| 400 | 2026-08-13T20:57:49.950Z | Compiling anstyle-parse v1.0.0 |
| 401 | 2026-08-13T20:57:49.971Z | Compiling errno v0.3.14 |
| 402 | 2026-08-13T20:57:49.989Z | Compiling thread-id v4.2.2 |
| 403 | 2026-08-13T20:57:50.023Z | Compiling colorchoice v1.0.4 |
| 404 | 2026-08-13T20:57:50.035Z | Compiling winnow v0.7.14 |
| 405 | 2026-08-13T20:57:50.062Z | Compiling anstyle v1.0.14 |
| 406 | 2026-08-13T20:57:50.119Z | Compiling anstyle-query v1.1.5 |
| 407 | 2026-08-13T20:57:50.138Z | Compiling is_terminal_polyfill v1.70.2 |
| 408 | 2026-08-13T20:57:50.178Z | Compiling autocfg v1.5.0 |
| 409 | 2026-08-13T20:57:50.182Z | Compiling cfg-if v1.0.4 |
| 410 | 2026-08-13T20:57:50.236Z | Compiling strsim v0.11.1 |
| 411 | 2026-08-13T20:57:50.293Z | Compiling anstream v1.0.0 |
| 412 | 2026-08-13T20:57:50.337Z | Compiling syn v2.0.117 |
| 413 | 2026-08-13T20:57:50.341Z | Compiling indexmap v2.14.0 |
| 414 | 2026-08-13T20:57:50.347Z | Compiling pest_meta v2.8.6 |
| 415 | 2026-08-13T20:57:50.404Z | Compiling unicode-width v0.1.14 |
| 416 | 2026-08-13T20:57:50.504Z | Compiling heck v0.5.0 |
| 417 | 2026-08-13T20:57:50.586Z | Compiling once_cell v1.21.3 |
| 418 | 2026-08-13T20:57:50.603Z | Compiling clap_lex v1.0.0 |
| 419 | 2026-08-13T20:57:50.621Z | Compiling fnv v1.0.7 |
| 420 | 2026-08-13T20:57:50.640Z | Compiling bytecount v0.6.9 |
| 421 | 2026-08-13T20:57:50.659Z | Compiling fs-err v3.3.0 |
| 422 | 2026-08-13T20:57:50.702Z | Compiling anyhow v1.0.102 |
| 423 | 2026-08-13T20:57:50.742Z | Compiling heck v0.4.1 |
| 424 | 2026-08-13T20:57:50.760Z | Compiling fastrand v2.3.0 |
| 425 | 2026-08-13T20:57:50.797Z | Compiling papergrid v0.11.0 |
| 426 | 2026-08-13T20:57:50.829Z | Compiling memmap v0.7.0 |
| 427 | 2026-08-13T20:57:50.850Z | Compiling unicode-linebreak v0.1.5 |
| 428 | 2026-08-13T20:57:50.868Z | Compiling unicode-width v0.2.0 |
| 429 | 2026-08-13T20:57:50.977Z | Compiling smawk v0.3.2 |
| 430 | 2026-08-13T20:57:51.002Z | Compiling terminal_size v0.4.3 |
| 431 | 2026-08-13T20:57:51.019Z | Compiling tempfile v3.25.0 |
| 432 | 2026-08-13T20:57:51.073Z | Compiling swrite v0.1.0 |
| 433 | 2026-08-13T20:57:51.115Z | Compiling clap_builder v4.6.0 |
| 434 | 2026-08-13T20:57:51.134Z | Compiling textwrap v0.16.2 |
| 435 | 2026-08-13T20:57:51.510Z | Compiling semver v1.0.28 |
| 436 | 2026-08-13T20:57:51.559Z | Compiling cargo-platform v0.3.2 |
| 437 | 2026-08-13T20:57:51.801Z | Compiling camino-tempfile v1.4.1 |
| 438 | 2026-08-13T20:57:51.819Z | Compiling tabled_derive v0.7.0 |
| 439 | 2026-08-13T20:57:52.498Z | Compiling pest_generator v2.8.6 |
| 440 | 2026-08-13T20:57:52.557Z | Compiling tabled v0.15.0 |
| 441 | 2026-08-13T20:57:53.060Z | Compiling serde_derive v1.0.228 |
| 442 | 2026-08-13T20:57:53.154Z | Compiling thiserror-impl v1.0.69 |
| 443 | 2026-08-13T20:57:53.154Z | Compiling zerocopy-derive v0.7.35 |
| 444 | 2026-08-13T20:57:53.154Z | Compiling scroll_derive v0.12.1 |
| 445 | 2026-08-13T20:57:53.155Z | Compiling thiserror-impl v2.0.18 |
| 446 | 2026-08-13T20:57:53.155Z | Compiling clap_derive v4.6.1 |
| 447 | 2026-08-13T20:57:53.282Z | Compiling pest_derive v2.8.6 |
| 448 | 2026-08-13T20:57:53.750Z | Compiling scroll v0.12.0 |
| 449 | 2026-08-13T20:57:53.842Z | Compiling zerocopy v0.7.35 |
| 450 | 2026-08-13T20:57:53.933Z | Compiling goblin v0.8.2 |
| 451 | 2026-08-13T20:57:54.089Z | Compiling dtrace-parser v0.2.0 |
| 452 | 2026-08-13T20:57:54.461Z | Compiling clap v4.6.1 |
| 453 | 2026-08-13T20:57:55.490Z | Compiling serde_spanned v0.6.9 |
| 454 | 2026-08-13T20:57:55.490Z | Compiling toml_datetime v0.6.11 |
| 455 | 2026-08-13T20:57:55.535Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 456 | 2026-08-13T20:57:55.535Z | Compiling macaddr v1.0.1 |
| 457 | 2026-08-13T20:57:55.535Z | Compiling cargo_metadata v0.23.1 |
| 458 | 2026-08-13T20:57:55.535Z | Compiling dof v0.3.0 |
| 459 | 2026-08-13T20:57:55.535Z | Compiling serde_tokenstream v0.2.3 |
| 460 | 2026-08-13T20:57:55.804Z | Compiling toml_edit v0.22.27 |
| 461 | 2026-08-13T20:57:56.227Z | Compiling usdt-macro v0.5.0 |
| 462 | 2026-08-13T20:57:56.231Z | Compiling usdt-attr-macro v0.5.0 |
| 463 | 2026-08-13T20:57:56.847Z | Compiling usdt v0.5.0 |
| 464 | 2026-08-13T20:57:57.005Z | Compiling toml v0.8.23 |
| 465 | 2026-08-13T20:57:57.359Z | Compiling cargo_toml v0.21.0 |
| 466 | 2026-08-13T20:57:58.610Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 467 | 2026-08-13T20:58:00.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.73s |
| 468 | 2026-08-13T20:58:00.892Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 469 | 2026-08-13T20:58:01.402Z | Downloading crates ... |
| 470 | 2026-08-13T20:58:01.457Z | Downloaded adler2 v2.0.1 |
| 471 | 2026-08-13T20:58:01.468Z | Downloaded async-bb8-diesel v0.2.1 |
| 472 | 2026-08-13T20:58:01.471Z | Downloaded anstyle-parse v0.2.7 |
| 473 | 2026-08-13T20:58:01.474Z | Downloaded bitfield-macros v0.19.4 |
| 474 | 2026-08-13T20:58:01.474Z | Downloaded argon2 v0.5.3 |
| 475 | 2026-08-13T20:58:01.478Z | Downloaded base16ct v0.2.0 |
| 476 | 2026-08-13T20:58:01.478Z | Downloaded arrayref v0.3.9 |
| 477 | 2026-08-13T20:58:01.482Z | Downloaded fixedbitset v0.4.2 |
| 478 | 2026-08-13T20:58:01.482Z | Downloaded ff v0.14.0 |
| 479 | 2026-08-13T20:58:01.482Z | Downloaded ascii-canvas v3.0.0 |
| 480 | 2026-08-13T20:58:01.485Z | Downloaded form_urlencoded v1.2.2 |
| 481 | 2026-08-13T20:58:01.485Z | Downloaded futures-io v0.3.32 |
| 482 | 2026-08-13T20:58:01.490Z | Downloaded aead v0.6.1 |
| 483 | 2026-08-13T20:58:01.490Z | Downloaded bit-set v0.8.0 |
| 484 | 2026-08-13T20:58:01.490Z | Downloaded convert_case v0.4.0 |
| 485 | 2026-08-13T20:58:01.490Z | Downloaded foreign-types-macros v0.2.3 |
| 486 | 2026-08-13T20:58:01.490Z | Downloaded assert_matches v1.5.0 |
| 487 | 2026-08-13T20:58:01.493Z | Downloaded atomic-waker v1.1.2 |
| 488 | 2026-08-13T20:58:01.493Z | Downloaded fatfs v0.3.6 |
| 489 | 2026-08-13T20:58:01.493Z | Downloaded getrandom v0.3.4 |
| 490 | 2026-08-13T20:58:01.497Z | Downloaded async-stream-impl v0.3.6 |
| 491 | 2026-08-13T20:58:01.497Z | Downloaded async-recursion v1.1.1 |
| 492 | 2026-08-13T20:58:01.500Z | Downloaded env_filter v1.0.0 |
| 493 | 2026-08-13T20:58:01.500Z | Downloaded headers-core v0.3.0 |
| 494 | 2026-08-13T20:58:01.500Z | Downloaded aead v0.5.2 |
| 495 | 2026-08-13T20:58:01.500Z | Downloaded bit-set v0.5.3 |
| 496 | 2026-08-13T20:58:01.500Z | Downloaded fixedbitset v0.5.7 |
| 497 | 2026-08-13T20:58:01.503Z | Downloaded foreign-types v0.5.0 |
| 498 | 2026-08-13T20:58:01.503Z | Downloaded atty v0.2.14 |
| 499 | 2026-08-13T20:58:01.503Z | Downloaded erased-serde v0.3.31 |
| 500 | 2026-08-13T20:58:01.503Z | Downloaded futures-executor v0.3.32 |
| 501 | 2026-08-13T20:58:01.507Z | Downloaded humantime v2.3.0 |
| 502 | 2026-08-13T20:58:01.507Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 503 | 2026-08-13T20:58:01.510Z | Downloaded array-init v0.0.4 |
| 504 | 2026-08-13T20:58:01.510Z | Downloaded ghash v0.6.0 |
| 505 | 2026-08-13T20:58:01.514Z | Downloaded funty v2.0.0 |
| 506 | 2026-08-13T20:58:01.514Z | Downloaded foreign-types-shared v0.3.1 |
| 507 | 2026-08-13T20:58:01.514Z | Downloaded gethostname v0.5.0 |
| 508 | 2026-08-13T20:58:01.517Z | Downloaded filetime v0.2.27 |
| 509 | 2026-08-13T20:58:01.517Z | Downloaded git-stub-vcs v0.1.0 |
| 510 | 2026-08-13T20:58:01.517Z | Downloaded arrayvec v0.7.6 |
| 511 | 2026-08-13T20:58:01.520Z | Downloaded futures-macro v0.3.32 |
| 512 | 2026-08-13T20:58:01.523Z | Downloaded float-cmp v0.10.0 |
| 513 | 2026-08-13T20:58:01.523Z | Downloaded bb8 v0.8.6 |
| 514 | 2026-08-13T20:58:01.528Z | Downloaded icu_collections v2.1.1 |
| 515 | 2026-08-13T20:58:01.531Z | Downloaded globset v0.4.18 |
| 516 | 2026-08-13T20:58:01.531Z | Downloaded atomicwrites v0.4.4 |
| 517 | 2026-08-13T20:58:01.531Z | Downloaded ff v0.13.1 |
| 518 | 2026-08-13T20:58:01.531Z | Downloaded fxhash v0.2.1 |
| 519 | 2026-08-13T20:58:01.531Z | Downloaded foreign-types v0.3.2 |
| 520 | 2026-08-13T20:58:01.531Z | Downloaded block-buffer v0.12.1 |
| 521 | 2026-08-13T20:58:01.535Z | Downloaded foreign-types-shared v0.1.1 |
| 522 | 2026-08-13T20:58:01.538Z | Downloaded futures-task v0.3.32 |
| 523 | 2026-08-13T20:58:01.538Z | Downloaded hex v0.4.3 |
| 524 | 2026-08-13T20:58:01.538Z | Downloaded httpdate v1.0.3 |
| 525 | 2026-08-13T20:58:01.538Z | Downloaded bitfield-struct v0.6.2 |
| 526 | 2026-08-13T20:58:01.542Z | Downloaded getrandom v0.2.17 |
| 527 | 2026-08-13T20:58:01.542Z | Downloaded block-padding v0.4.2 |
| 528 | 2026-08-13T20:58:01.542Z | Downloaded ciborium-ll v0.2.2 |
| 529 | 2026-08-13T20:58:01.545Z | Downloaded fd-lock v4.0.4 |
| 530 | 2026-08-13T20:58:01.545Z | Downloaded float-ord v0.3.2 |
| 531 | 2026-08-13T20:58:01.551Z | Downloaded futures-sink v0.3.32 |
| 532 | 2026-08-13T20:58:01.551Z | Downloaded castaway v0.2.4 |
| 533 | 2026-08-13T20:58:01.557Z | Downloaded futures-core v0.3.32 |
| 534 | 2026-08-13T20:58:01.561Z | Downloaded fallible-iterator v0.2.0 |
| 535 | 2026-08-13T20:58:01.561Z | Downloaded find-msvc-tools v0.1.9 |
| 536 | 2026-08-13T20:58:01.564Z | Downloaded hash32 v0.3.1 |
| 537 | 2026-08-13T20:58:01.567Z | Downloaded git-stub v1.0.0 |
| 538 | 2026-08-13T20:58:01.567Z | Downloaded hostname v0.4.2 |
| 539 | 2026-08-13T20:58:01.567Z | Downloaded cfg_aliases v0.1.1 |
| 540 | 2026-08-13T20:58:01.572Z | Downloaded hex-literal v1.1.0 |
| 541 | 2026-08-13T20:58:01.581Z | Downloaded bit-vec v0.6.3 |
| 542 | 2026-08-13T20:58:01.581Z | Downloaded bitfield v0.19.4 |
| 543 | 2026-08-13T20:58:01.581Z | Downloaded hubpack_derive v0.1.1 |
| 544 | 2026-08-13T20:58:01.581Z | Downloaded anstream v0.6.21 |
| 545 | 2026-08-13T20:58:01.584Z | Downloaded bitflags v1.3.2 |
| 546 | 2026-08-13T20:58:01.584Z | Downloaded buf-list v1.1.2 |
| 547 | 2026-08-13T20:58:01.584Z | Downloaded home v0.5.12 |
| 548 | 2026-08-13T20:58:01.585Z | Downloaded async-stream v0.3.6 |
| 549 | 2026-08-13T20:58:01.585Z | Downloaded http-body v1.0.1 |
| 550 | 2026-08-13T20:58:01.585Z | Downloaded http-range v0.1.5 |
| 551 | 2026-08-13T20:58:01.588Z | Downloaded hubpack v0.1.2 |
| 552 | 2026-08-13T20:58:01.588Z | Downloaded openssl-probe v0.2.1 |
| 553 | 2026-08-13T20:58:01.588Z | Downloaded cfg_aliases v0.2.1 |
| 554 | 2026-08-13T20:58:01.588Z | Downloaded ciborium-io v0.2.2 |
| 555 | 2026-08-13T20:58:01.591Z | Downloaded globwalk v0.9.1 |
| 556 | 2026-08-13T20:58:01.591Z | Downloaded hostname v0.3.1 |
| 557 | 2026-08-13T20:58:01.591Z | Downloaded compression-core v0.4.31 |
| 558 | 2026-08-13T20:58:01.597Z | Downloaded cobs v0.3.0 |
| 559 | 2026-08-13T20:58:01.600Z | Downloaded hash32 v0.2.1 |
| 560 | 2026-08-13T20:58:01.603Z | Downloaded hyper-tls v0.6.0 |
| 561 | 2026-08-13T20:58:01.606Z | Downloaded path-slash v0.1.5 |
| 562 | 2026-08-13T20:58:01.606Z | Downloaded phf_shared v0.13.1 |
| 563 | 2026-08-13T20:58:01.610Z | Downloaded progenitor-macro v0.14.0 |
| 564 | 2026-08-13T20:58:01.614Z | Downloaded foldhash v0.1.5 |
| 565 | 2026-08-13T20:58:01.614Z | Downloaded foldhash v0.2.0 |
| 566 | 2026-08-13T20:58:01.614Z | Downloaded fs-err v2.11.0 |
| 567 | 2026-08-13T20:58:01.618Z | Downloaded num v0.4.3 |
| 568 | 2026-08-13T20:58:01.618Z | Downloaded generic-array v1.4.3 |
| 569 | 2026-08-13T20:58:01.618Z | Downloaded num_enum_derive v0.5.11 |
| 570 | 2026-08-13T20:58:01.622Z | Downloaded predicates-tree v1.0.13 |
| 571 | 2026-08-13T20:58:01.622Z | Downloaded predicates-core v1.0.10 |
| 572 | 2026-08-13T20:58:01.625Z | Downloaded parse-display v0.10.0 |
| 573 | 2026-08-13T20:58:01.625Z | Downloaded http-body-util v0.1.3 |
| 574 | 2026-08-13T20:58:01.625Z | Downloaded env_logger v0.11.9 |
| 575 | 2026-08-13T20:58:01.628Z | Downloaded futures v0.3.32 |
| 576 | 2026-08-13T20:58:01.632Z | Downloaded radium v0.7.0 |
| 577 | 2026-08-13T20:58:01.632Z | Downloaded psl-types v2.0.11 |
| 578 | 2026-08-13T20:58:01.632Z | Downloaded rand_xorshift v0.4.0 |
| 579 | 2026-08-13T20:58:01.632Z | Downloaded base16ct v1.0.0 |
| 580 | 2026-08-13T20:58:01.632Z | Downloaded rfc6979 v0.4.0 |
| 581 | 2026-08-13T20:58:01.635Z | Downloaded base64ct v1.8.3 |
| 582 | 2026-08-13T20:58:01.635Z | Downloaded constant_time_eq v0.4.2 |
| 583 | 2026-08-13T20:58:01.639Z | Downloaded bit-vec v0.8.0 |
| 584 | 2026-08-13T20:58:01.639Z | Downloaded same-file v1.0.6 |
| 585 | 2026-08-13T20:58:01.639Z | Downloaded cbc v0.2.1 |
| 586 | 2026-08-13T20:58:01.639Z | Downloaded sapling-renderdag v0.1.0 |
| 587 | 2026-08-13T20:58:01.639Z | Downloaded cexpr v0.6.0 |
| 588 | 2026-08-13T20:58:01.642Z | Downloaded chacha20 v0.9.1 |
| 589 | 2026-08-13T20:58:01.642Z | Downloaded serde-big-array v0.5.1 |
| 590 | 2026-08-13T20:58:01.642Z | Downloaded bcs v0.1.6 |
| 591 | 2026-08-13T20:58:01.642Z | Downloaded bs58 v0.5.1 |
| 592 | 2026-08-13T20:58:01.646Z | Downloaded semver v0.1.20 |
| 593 | 2026-08-13T20:58:01.646Z | Downloaded seq-macro v0.3.6 |
| 594 | 2026-08-13T20:58:01.646Z | Downloaded siphasher v1.0.2 |
| 595 | 2026-08-13T20:58:01.646Z | Downloaded sigpipe v0.1.3 |
| 596 | 2026-08-13T20:58:01.651Z | Downloaded backoff v0.4.0 |
| 597 | 2026-08-13T20:58:01.654Z | Downloaded blowfish v0.10.0 |
| 598 | 2026-08-13T20:58:01.654Z | Downloaded cipher v0.5.2 |
| 599 | 2026-08-13T20:58:01.654Z | Downloaded flagset v0.4.7 |
| 600 | 2026-08-13T20:58:01.654Z | Downloaded glob v0.3.3 |
| 601 | 2026-08-13T20:58:01.654Z | Downloaded group v0.13.0 |
| 602 | 2026-08-13T20:58:01.655Z | Downloaded owo-colors v4.3.0 |
| 603 | 2026-08-13T20:58:01.660Z | Downloaded rustc_version v0.1.7 |
| 604 | 2026-08-13T20:58:01.660Z | Downloaded group v0.14.0 |
| 605 | 2026-08-13T20:58:01.660Z | Downloaded ahash v0.8.12 |
| 606 | 2026-08-13T20:58:01.663Z | Downloaded argon2 v0.6.0-rc.8 |
| 607 | 2026-08-13T20:58:01.663Z | Downloaded async-trait v0.1.89 |
| 608 | 2026-08-13T20:58:01.667Z | Downloaded const_format_proc_macros v0.2.34 |
| 609 | 2026-08-13T20:58:01.667Z | Downloaded backon v1.6.0 |
| 610 | 2026-08-13T20:58:01.671Z | Downloaded hyper-staticfile v0.10.1 |
| 611 | 2026-08-13T20:58:01.675Z | Downloaded compression-codecs v0.4.37 |
| 612 | 2026-08-13T20:58:01.680Z | Downloaded highway v1.3.0 |
| 613 | 2026-08-13T20:58:01.683Z | Downloaded paste v1.0.15 |
| 614 | 2026-08-13T20:58:01.687Z | Downloaded port-file v0.1.0 |
| 615 | 2026-08-13T20:58:01.687Z | Downloaded cipher v0.4.4 |
| 616 | 2026-08-13T20:58:01.688Z | Downloaded cmov v0.5.4 |
| 617 | 2026-08-13T20:58:01.691Z | Downloaded camino-tempfile-ext v0.3.3 |
| 618 | 2026-08-13T20:58:01.691Z | Downloaded allocator-api2 v0.2.21 |
| 619 | 2026-08-13T20:58:01.695Z | Downloaded polyval v0.7.1 |
| 620 | 2026-08-13T20:58:01.695Z | Downloaded strum v0.26.3 |
| 621 | 2026-08-13T20:58:01.700Z | Downloaded strip-ansi-escapes v0.2.1 |
| 622 | 2026-08-13T20:58:01.700Z | Downloaded tagptr v0.2.0 |
| 623 | 2026-08-13T20:58:01.700Z | Downloaded take_mut v0.2.2 |
| 624 | 2026-08-13T20:58:01.700Z | Downloaded num-conv v0.2.0 |
| 625 | 2026-08-13T20:58:01.700Z | Downloaded num-rational v0.4.2 |
| 626 | 2026-08-13T20:58:01.700Z | Downloaded num_enum v0.7.6 |
| 627 | 2026-08-13T20:58:01.703Z | Downloaded byte-wrapper v0.1.0 |
| 628 | 2026-08-13T20:58:01.703Z | Downloaded oxnet v0.1.6 |
| 629 | 2026-08-13T20:58:01.703Z | Downloaded progenitor v0.13.0 |
| 630 | 2026-08-13T20:58:01.708Z | Downloaded rpassword v7.5.4 |
| 631 | 2026-08-13T20:58:01.711Z | Downloaded progenitor-extras v0.2.0 |
| 632 | 2026-08-13T20:58:01.711Z | Downloaded testing_table v0.3.0 |
| 633 | 2026-08-13T20:58:01.711Z | Downloaded serde-hex v0.1.0 |
| 634 | 2026-08-13T20:58:01.711Z | Downloaded slab v0.4.12 |
| 635 | 2026-08-13T20:58:01.715Z | Downloaded try-lock v0.2.5 |
| 636 | 2026-08-13T20:58:01.718Z | Downloaded console v0.16.2 |
| 637 | 2026-08-13T20:58:01.718Z | Downloaded bzip2 v0.4.4 |
| 638 | 2026-08-13T20:58:01.721Z | Downloaded cancel-safe-futures v0.1.5 |
| 639 | 2026-08-13T20:58:01.721Z | Downloaded colored v2.2.0 |
| 640 | 2026-08-13T20:58:01.725Z | Downloaded unit-prefix v0.5.2 |
| 641 | 2026-08-13T20:58:01.725Z | Downloaded cmake v0.1.57 |
| 642 | 2026-08-13T20:58:01.725Z | Downloaded usdt-macro v0.6.0 |
| 643 | 2026-08-13T20:58:01.725Z | Downloaded usdt v0.6.0 |
| 644 | 2026-08-13T20:58:01.725Z | Downloaded want v0.3.1 |
| 645 | 2026-08-13T20:58:01.728Z | Downloaded const-oid v0.9.6 |
| 646 | 2026-08-13T20:58:01.728Z | Downloaded blake2 v0.11.0-rc.6 |
| 647 | 2026-08-13T20:58:01.731Z | Downloaded cassowary v0.3.0 |
| 648 | 2026-08-13T20:58:01.731Z | Downloaded futures-channel v0.3.32 |
| 649 | 2026-08-13T20:58:01.731Z | Downloaded sec1 v0.7.3 |
| 650 | 2026-08-13T20:58:01.735Z | Downloaded fs_extra v1.3.0 |
| 651 | 2026-08-13T20:58:01.735Z | Downloaded xshell-macros v0.2.7 |
| 652 | 2026-08-13T20:58:01.735Z | Downloaded yoke-derive v0.8.1 |
| 653 | 2026-08-13T20:58:01.738Z | Downloaded half v1.8.3 |
| 654 | 2026-08-13T20:58:01.743Z | Downloaded blake2 v0.10.6 |
| 655 | 2026-08-13T20:58:01.746Z | Downloaded hmac v0.12.1 |
| 656 | 2026-08-13T20:58:01.746Z | Downloaded httparse v1.10.1 |
| 657 | 2026-08-13T20:58:01.749Z | Downloaded ciborium v0.2.2 |
| 658 | 2026-08-13T20:58:01.754Z | Downloaded chacha20 v0.10.0 |
| 659 | 2026-08-13T20:58:01.754Z | Downloaded snafu-derive v0.8.9 |
| 660 | 2026-08-13T20:58:01.757Z | Downloaded signal-hook-registry v1.4.8 |
| 661 | 2026-08-13T20:58:01.757Z | Downloaded slog-scope v4.4.1 |
| 662 | 2026-08-13T20:58:01.757Z | Downloaded zone_cfg_derive v0.3.1 |
| 663 | 2026-08-13T20:58:01.757Z | Downloaded crc8 v0.1.1 |
| 664 | 2026-08-13T20:58:01.757Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 665 | 2026-08-13T20:58:01.761Z | Downloaded defmt v0.3.100 |
| 666 | 2026-08-13T20:58:01.761Z | Downloaded colored v3.1.1 |
| 667 | 2026-08-13T20:58:01.761Z | Downloaded ssh-encoding v0.3.0 |
| 668 | 2026-08-13T20:58:01.766Z | Downloaded difflib v0.4.0 |
| 669 | 2026-08-13T20:58:01.770Z | Downloaded rand_core v0.9.5 |
| 670 | 2026-08-13T20:58:01.774Z | Downloaded sqlformat v0.3.5 |
| 671 | 2026-08-13T20:58:01.774Z | Downloaded tls_codec v0.4.2 |
| 672 | 2026-08-13T20:58:01.778Z | Downloaded debug-ignore v1.0.5 |
| 673 | 2026-08-13T20:58:01.778Z | Downloaded dirs-sys-next v0.1.2 |
| 674 | 2026-08-13T20:58:01.778Z | Downloaded ident_case v1.0.1 |
| 675 | 2026-08-13T20:58:01.778Z | Downloaded parking_lot_core v0.9.12 |
| 676 | 2026-08-13T20:58:01.781Z | Downloaded dtrace-parser v0.3.0 |
| 677 | 2026-08-13T20:58:01.781Z | Downloaded dunce v1.0.5 |
| 678 | 2026-08-13T20:58:01.781Z | Downloaded embedded-io v0.4.0 |
| 679 | 2026-08-13T20:58:01.785Z | Downloaded pkcs8 v0.11.0 |
| 680 | 2026-08-13T20:58:01.785Z | Downloaded poly1305 v0.9.0 |
| 681 | 2026-08-13T20:58:01.788Z | Downloaded tiny-keccak v2.0.2 |
| 682 | 2026-08-13T20:58:01.789Z | Downloaded internet-checksum v0.2.1 |
| 683 | 2026-08-13T20:58:01.789Z | Downloaded thread_local v1.1.9 |
| 684 | 2026-08-13T20:58:01.789Z | Downloaded tokio-dtrace v0.1.1 |
| 685 | 2026-08-13T20:58:01.792Z | Downloaded enum-as-inner v0.6.1 |
| 686 | 2026-08-13T20:58:01.792Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 687 | 2026-08-13T20:58:01.792Z | Downloaded inout v0.2.2 |
| 688 | 2026-08-13T20:58:01.792Z | Downloaded is-terminal v0.4.17 |
| 689 | 2026-08-13T20:58:01.792Z | Downloaded sha2 v0.11.0 |
| 690 | 2026-08-13T20:58:01.795Z | Downloaded tls_codec_derive v0.4.2 |
| 691 | 2026-08-13T20:58:01.795Z | Downloaded console v0.15.11 |
| 692 | 2026-08-13T20:58:01.799Z | Downloaded jiff-static v0.2.34 |
| 693 | 2026-08-13T20:58:01.799Z | Downloaded scroll v0.13.0 |
| 694 | 2026-08-13T20:58:01.799Z | Downloaded lzss v0.8.2 |
| 695 | 2026-08-13T20:58:01.805Z | Downloaded wyz v0.5.1 |
| 696 | 2026-08-13T20:58:01.808Z | Downloaded lalrpop-util v0.19.12 |
| 697 | 2026-08-13T20:58:01.808Z | Downloaded md-5 v0.10.6 |
| 698 | 2026-08-13T20:58:01.808Z | Downloaded md5 v0.8.0 |
| 699 | 2026-08-13T20:58:01.812Z | Downloaded half v2.7.1 |
| 700 | 2026-08-13T20:58:01.812Z | Downloaded multimap v0.10.1 |
| 701 | 2026-08-13T20:58:01.815Z | Downloaded bzip2 v0.6.1 |
| 702 | 2026-08-13T20:58:01.815Z | Downloaded const-oid v0.10.2 |
| 703 | 2026-08-13T20:58:01.815Z | Downloaded arc-swap v1.8.2 |
| 704 | 2026-08-13T20:58:01.820Z | Downloaded hmac v0.13.0 |
| 705 | 2026-08-13T20:58:01.820Z | Downloaded hybrid-array v0.4.13 |
| 706 | 2026-08-13T20:58:01.824Z | Downloaded hyper-rustls v0.27.7 |
| 707 | 2026-08-13T20:58:01.824Z | Downloaded pin-project v1.1.11 |
| 708 | 2026-08-13T20:58:01.828Z | Downloaded base64 v0.22.1 |
| 709 | 2026-08-13T20:58:01.831Z | Downloaded iana-time-zone v0.1.65 |
| 710 | 2026-08-13T20:58:01.834Z | Downloaded clang-sys v1.8.1 |
| 711 | 2026-08-13T20:58:01.834Z | Downloaded smallvec v1.15.1 |
| 712 | 2026-08-13T20:58:01.837Z | Downloaded zeroize_derive v1.5.0 |
| 713 | 2026-08-13T20:58:01.837Z | Downloaded papergrid v0.17.0 |
| 714 | 2026-08-13T20:58:01.841Z | Downloaded zstd-safe v7.2.4 |
| 715 | 2026-08-13T20:58:01.841Z | Downloaded olpc-cjson v0.1.4 |
| 716 | 2026-08-13T20:58:01.841Z | Downloaded openssl-macros v0.1.1 |
| 717 | 2026-08-13T20:58:01.841Z | Downloaded oso-derive v0.27.3 |
| 718 | 2026-08-13T20:58:01.847Z | Downloaded display-error-chain v0.2.2 |
| 719 | 2026-08-13T20:58:01.850Z | Downloaded diesel-dtrace v0.5.0 |
| 720 | 2026-08-13T20:58:01.850Z | Downloaded prefix-trie v0.7.0 |
| 721 | 2026-08-13T20:58:01.853Z | Downloaded defmt v1.0.1 |
| 722 | 2026-08-13T20:58:01.853Z | Downloaded derive_builder_core v0.20.2 |
| 723 | 2026-08-13T20:58:01.856Z | Downloaded dyn-clone v1.0.20 |
| 724 | 2026-08-13T20:58:01.856Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 725 | 2026-08-13T20:58:01.856Z | Downloaded potential_utf v0.1.4 |
| 726 | 2026-08-13T20:58:01.856Z | Downloaded progenitor-client v0.14.0 |
| 727 | 2026-08-13T20:58:01.856Z | Downloaded async-compression v0.4.41 |
| 728 | 2026-08-13T20:58:01.860Z | Downloaded rand_chacha v0.3.1 |
| 729 | 2026-08-13T20:58:01.863Z | Downloaded recursive v0.1.1 |
| 730 | 2026-08-13T20:58:01.863Z | Downloaded oxide-update-engine-types v0.1.2 |
| 731 | 2026-08-13T20:58:01.863Z | Downloaded heapless v0.8.0 |
| 732 | 2026-08-13T20:58:01.867Z | Downloaded strum_macros v0.27.2 |
| 733 | 2026-08-13T20:58:01.867Z | Downloaded displaydoc v0.2.5 |
| 734 | 2026-08-13T20:58:01.870Z | Downloaded precomputed-hash v0.1.1 |
| 735 | 2026-08-13T20:58:01.870Z | Downloaded rand_pcg v0.10.2 |
| 736 | 2026-08-13T20:58:01.870Z | Downloaded tracing-attributes v0.1.31 |
| 737 | 2026-08-13T20:58:01.870Z | Downloaded bytes v1.11.1 |
| 738 | 2026-08-13T20:58:01.874Z | Downloaded serde_spanned v1.1.1 |
| 739 | 2026-08-13T20:58:01.877Z | Downloaded chacha20poly1305 v0.10.1 |
| 740 | 2026-08-13T20:58:01.877Z | Downloaded const_format v0.2.35 |
| 741 | 2026-08-13T20:58:01.881Z | Downloaded sqlparser_derive v0.5.0 |
| 742 | 2026-08-13T20:58:01.885Z | Downloaded strum v0.27.2 |
| 743 | 2026-08-13T20:58:01.885Z | Downloaded maybe-uninit v2.0.0 |
| 744 | 2026-08-13T20:58:01.888Z | Downloaded multer v3.1.0 |
| 745 | 2026-08-13T20:58:01.888Z | Downloaded num-integer v0.1.46 |
| 746 | 2026-08-13T20:58:01.888Z | Downloaded vergen v9.1.0 |
| 747 | 2026-08-13T20:58:01.888Z | Downloaded russh-util v0.52.0 |
| 748 | 2026-08-13T20:58:01.888Z | Downloaded icu_locale_core v2.1.1 |
| 749 | 2026-08-13T20:58:01.892Z | Downloaded flume v0.11.1 |
| 750 | 2026-08-13T20:58:01.895Z | Downloaded nanorand v0.7.0 |
| 751 | 2026-08-13T20:58:01.898Z | Downloaded headers v0.4.1 |
| 752 | 2026-08-13T20:58:01.901Z | Downloaded libsw v3.5.0 |
| 753 | 2026-08-13T20:58:01.901Z | Downloaded serde_yaml v0.9.34+deprecated |
| 754 | 2026-08-13T20:58:01.905Z | Downloaded linear-map v1.2.0 |
| 755 | 2026-08-13T20:58:01.905Z | Downloaded rustc-hash v2.1.1 |
| 756 | 2026-08-13T20:58:01.908Z | Downloaded tabled_derive v0.11.0 |
| 757 | 2026-08-13T20:58:01.911Z | Downloaded num_enum_derive v0.7.6 |
| 758 | 2026-08-13T20:58:01.911Z | Downloaded base64 v0.21.7 |
| 759 | 2026-08-13T20:58:01.911Z | Downloaded darling v0.20.11 |
| 760 | 2026-08-13T20:58:01.915Z | Downloaded packed_struct v0.10.1 |
| 761 | 2026-08-13T20:58:01.918Z | Downloaded flate2 v1.1.9 |
| 762 | 2026-08-13T20:58:01.918Z | Downloaded hickory-resolver v0.24.4 |
| 763 | 2026-08-13T20:58:01.923Z | Downloaded ar_archive_writer v0.5.1 |
| 764 | 2026-08-13T20:58:01.926Z | Downloaded ctr v0.10.1 |
| 765 | 2026-08-13T20:58:01.927Z | Downloaded tower-layer v0.3.3 |
| 766 | 2026-08-13T20:58:01.927Z | Downloaded tower-service v0.3.3 |
| 767 | 2026-08-13T20:58:01.927Z | Downloaded crossbeam-utils v0.8.21 |
| 768 | 2026-08-13T20:58:01.927Z | Downloaded expectorate v1.2.0 |
| 769 | 2026-08-13T20:58:01.930Z | Downloaded pkg-config v0.3.32 |
| 770 | 2026-08-13T20:58:01.930Z | Downloaded parse-display-derive v0.10.0 |
| 771 | 2026-08-13T20:58:01.930Z | Downloaded phf v0.13.1 |
| 772 | 2026-08-13T20:58:01.930Z | Downloaded sha1 v0.11.0 |
| 773 | 2026-08-13T20:58:01.933Z | Downloaded derive_builder v0.20.2 |
| 774 | 2026-08-13T20:58:01.933Z | Downloaded pin-project-lite v0.2.17 |
| 775 | 2026-08-13T20:58:01.937Z | Downloaded pkcs8 v0.10.2 |
| 776 | 2026-08-13T20:58:01.940Z | Downloaded structmeta-derive v0.3.0 |
| 777 | 2026-08-13T20:58:01.940Z | Downloaded cstr-argument v0.1.2 |
| 778 | 2026-08-13T20:58:01.940Z | Downloaded subprocess v0.2.15 |
| 779 | 2026-08-13T20:58:01.944Z | Downloaded primeorder v0.13.6 |
| 780 | 2026-08-13T20:58:01.944Z | Downloaded hyper v1.10.1 |
| 781 | 2026-08-13T20:58:01.947Z | Downloaded rayon-core v1.13.0 |
| 782 | 2026-08-13T20:58:01.952Z | Downloaded tinyvec_macros v0.1.1 |
| 783 | 2026-08-13T20:58:01.952Z | Downloaded thread-id v5.1.0 |
| 784 | 2026-08-13T20:58:01.952Z | Downloaded typify v0.6.2 |
| 785 | 2026-08-13T20:58:01.955Z | Downloaded ryu v1.0.23 |
| 786 | 2026-08-13T20:58:01.955Z | Downloaded serde_with_macros v1.5.2 |
| 787 | 2026-08-13T20:58:01.955Z | Downloaded bumpalo v3.20.2 |
| 788 | 2026-08-13T20:58:01.958Z | Downloaded compact_str v0.8.1 |
| 789 | 2026-08-13T20:58:01.965Z | Downloaded vte v0.14.1 |
| 790 | 2026-08-13T20:58:01.968Z | Downloaded resolv-conf v0.7.6 |
| 791 | 2026-08-13T20:58:01.968Z | Downloaded darling_macro v0.13.4 |
| 792 | 2026-08-13T20:58:01.972Z | Downloaded synstructure v0.13.2 |
| 793 | 2026-08-13T20:58:01.972Z | Downloaded wait-timeout v0.2.1 |
| 794 | 2026-08-13T20:58:01.972Z | Downloaded waitgroup v0.1.2 |
| 795 | 2026-08-13T20:58:01.972Z | Downloaded litrs v1.0.0 |
| 796 | 2026-08-13T20:58:01.972Z | Downloaded crc-catalog v2.4.0 |
| 797 | 2026-08-13T20:58:01.975Z | Downloaded heapless v0.7.17 |
| 798 | 2026-08-13T20:58:01.975Z | Downloaded cc v1.2.56 |
| 799 | 2026-08-13T20:58:01.981Z | Downloaded crc-any v2.5.0 |
| 800 | 2026-08-13T20:58:01.981Z | Downloaded hickory-resolver v0.25.2 |
| 801 | 2026-08-13T20:58:01.981Z | Downloaded rusty-fork v0.3.1 |
| 802 | 2026-08-13T20:58:01.984Z | Downloaded rustversion v1.0.22 |
| 803 | 2026-08-13T20:58:01.984Z | Downloaded dof v0.4.0 |
| 804 | 2026-08-13T20:58:01.987Z | Downloaded pem v3.0.6 |
| 805 | 2026-08-13T20:58:01.991Z | Downloaded tokio-tungstenite v0.21.0 |
| 806 | 2026-08-13T20:58:01.991Z | Downloaded tokio-tungstenite v0.23.1 |
| 807 | 2026-08-13T20:58:01.994Z | Downloaded indoc v1.0.9 |
| 808 | 2026-08-13T20:58:01.994Z | Downloaded parking_lot v0.12.5 |
| 809 | 2026-08-13T20:58:01.997Z | Downloaded parking_lot_core v0.8.6 |
| 810 | 2026-08-13T20:58:01.997Z | Downloaded maplit v1.0.2 |
| 811 | 2026-08-13T20:58:01.997Z | Downloaded mime v0.3.17 |
| 812 | 2026-08-13T20:58:01.997Z | Downloaded slog-term v2.9.2 |
| 813 | 2026-08-13T20:58:02.001Z | Downloaded lazy_static v1.5.0 |
| 814 | 2026-08-13T20:58:02.005Z | Downloaded icu_properties v2.1.2 |
| 815 | 2026-08-13T20:58:02.008Z | Downloaded indexmap v1.9.3 |
| 816 | 2026-08-13T20:58:02.008Z | Downloaded yoke v0.8.1 |
| 817 | 2026-08-13T20:58:02.011Z | Downloaded newtype-uuid-macros v0.1.0 |
| 818 | 2026-08-13T20:58:02.011Z | Downloaded newtype_derive v0.1.6 |
| 819 | 2026-08-13T20:58:02.011Z | Downloaded num-derive v0.4.2 |
| 820 | 2026-08-13T20:58:02.014Z | Downloaded num_threads v0.1.7 |
| 821 | 2026-08-13T20:58:02.014Z | Downloaded is_ci v1.2.0 |
| 822 | 2026-08-13T20:58:02.014Z | Downloaded rcgen v0.12.1 |
| 823 | 2026-08-13T20:58:02.017Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 824 | 2026-08-13T20:58:02.017Z | Downloaded corncobs v0.1.4 |
| 825 | 2026-08-13T20:58:02.017Z | Downloaded crossbeam-deque v0.8.6 |
| 826 | 2026-08-13T20:58:02.024Z | Downloaded unicase v2.9.0 |
| 827 | 2026-08-13T20:58:02.027Z | Downloaded serde_derive_internals v0.29.1 |
| 828 | 2026-08-13T20:58:02.031Z | Downloaded downcast-rs v2.0.2 |
| 829 | 2026-08-13T20:58:02.031Z | Downloaded vergen-lib v0.1.6 |
| 830 | 2026-08-13T20:58:02.031Z | Downloaded libscf-sys v1.2.0 |
| 831 | 2026-08-13T20:58:02.031Z | Downloaded proc-macro-crate v1.3.1 |
| 832 | 2026-08-13T20:58:02.034Z | Downloaded new_debug_unreachable v1.0.6 |
| 833 | 2026-08-13T20:58:02.034Z | Downloaded normalize-line-endings v0.3.0 |
| 834 | 2026-08-13T20:58:02.034Z | Downloaded opaque-debug v0.3.1 |
| 835 | 2026-08-13T20:58:02.037Z | Downloaded peg-runtime v0.8.5 |
| 836 | 2026-08-13T20:58:02.041Z | Downloaded snafu v0.8.9 |
| 837 | 2026-08-13T20:58:02.046Z | Downloaded zstd v0.13.3 |
| 838 | 2026-08-13T20:58:02.049Z | Downloaded hashbrown v0.13.2 |
| 839 | 2026-08-13T20:58:02.054Z | Downloaded http v1.4.2 |
| 840 | 2026-08-13T20:58:02.054Z | Downloaded packed_struct_codegen v0.10.1 |
| 841 | 2026-08-13T20:58:02.057Z | Downloaded darling v0.13.4 |
| 842 | 2026-08-13T20:58:02.057Z | Downloaded zerotrie v0.2.3 |
| 843 | 2026-08-13T20:58:02.060Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 844 | 2026-08-13T20:58:02.060Z | Downloaded signal-hook-mio v0.2.5 |
| 845 | 2026-08-13T20:58:02.064Z | Downloaded delegate v0.13.5 |
| 846 | 2026-08-13T20:58:02.064Z | Downloaded ed25519 v2.2.3 |
| 847 | 2026-08-13T20:58:02.064Z | Downloaded derive-ex v0.1.8 |
| 848 | 2026-08-13T20:58:02.064Z | Downloaded digest v0.11.3 |
| 849 | 2026-08-13T20:58:02.067Z | Downloaded ecdsa v0.16.9 |
| 850 | 2026-08-13T20:58:02.067Z | Downloaded deranged v0.5.8 |
| 851 | 2026-08-13T20:58:02.070Z | Downloaded hashbrown v0.12.3 |
| 852 | 2026-08-13T20:58:02.074Z | Downloaded enum_dispatch v0.3.13 |
| 853 | 2026-08-13T20:58:02.074Z | Downloaded keccak v0.2.0 |
| 854 | 2026-08-13T20:58:02.077Z | Downloaded darling_core v0.20.11 |
| 855 | 2026-08-13T20:58:02.080Z | Downloaded illumos-nvpair v0.3.0 |
| 856 | 2026-08-13T20:58:02.080Z | Downloaded static_assertions v1.1.0 |
| 857 | 2026-08-13T20:58:02.083Z | Downloaded sha1 v0.10.6 |
| 858 | 2026-08-13T20:58:02.083Z | Downloaded progenitor-impl v0.13.0 |
| 859 | 2026-08-13T20:58:02.087Z | Downloaded libsw-core v0.3.2 |
| 860 | 2026-08-13T20:58:02.090Z | Downloaded unicode-truncate v1.1.0 |
| 861 | 2026-08-13T20:58:02.094Z | Downloaded ingot-types v0.2.0 |
| 862 | 2026-08-13T20:58:02.097Z | Downloaded subtle v2.6.1 |
| 863 | 2026-08-13T20:58:02.100Z | Downloaded crypto-common v0.2.2 |
| 864 | 2026-08-13T20:58:02.100Z | Downloaded phc v0.6.1 |
| 865 | 2026-08-13T20:58:02.103Z | Downloaded indicatif v0.18.4 |
| 866 | 2026-08-13T20:58:02.103Z | Downloaded rustls-webpki v0.103.13 |
| 867 | 2026-08-13T20:58:02.114Z | Downloaded primeorder v0.14.0 |
| 868 | 2026-08-13T20:58:02.118Z | Downloaded universal-hash v0.6.1 |
| 869 | 2026-08-13T20:58:02.118Z | Downloaded void v1.0.2 |
| 870 | 2026-08-13T20:58:02.122Z | Downloaded aes v0.9.1 |
| 871 | 2026-08-13T20:58:02.127Z | Downloaded defmt-parser v1.0.0 |
| 872 | 2026-08-13T20:58:02.127Z | Downloaded dsl_auto_type v0.2.0 |
| 873 | 2026-08-13T20:58:02.130Z | Downloaded unicode_categories v0.1.1 |
| 874 | 2026-08-13T20:58:02.130Z | Downloaded zerocopy-derive v0.8.40 |
| 875 | 2026-08-13T20:58:02.134Z | Downloaded hickory-server v0.25.2 |
| 876 | 2026-08-13T20:58:02.137Z | Downloaded hyper-util v0.1.20 |
| 877 | 2026-08-13T20:58:02.145Z | Downloaded pin-project-internal v1.1.11 |
| 878 | 2026-08-13T20:58:02.145Z | Downloaded postgres-protocol v0.6.10 |
| 879 | 2026-08-13T20:58:02.150Z | Downloaded digest-io v0.1.0 |
| 880 | 2026-08-13T20:58:02.150Z | Downloaded serde_path_to_error v0.1.20 |
| 881 | 2026-08-13T20:58:02.150Z | Downloaded endian-type v0.1.2 |
| 882 | 2026-08-13T20:58:02.150Z | Downloaded psm v0.1.30 |
| 883 | 2026-08-13T20:58:02.150Z | Downloaded crc v3.4.0 |
| 884 | 2026-08-13T20:58:02.150Z | Downloaded lru-slab v0.1.2 |
| 885 | 2026-08-13T20:58:02.150Z | Downloaded derive_builder_macro v0.20.2 |
| 886 | 2026-08-13T20:58:02.150Z | Downloaded simd-adler32 v0.3.8 |
| 887 | 2026-08-13T20:58:02.154Z | Downloaded p256 v0.14.0 |
| 888 | 2026-08-13T20:58:02.154Z | Downloaded aes-gcm v0.11.0 |
| 889 | 2026-08-13T20:58:02.158Z | Downloaded stringprep v0.1.5 |
| 890 | 2026-08-13T20:58:02.158Z | Downloaded darling_core v0.21.3 |
| 891 | 2026-08-13T20:58:02.161Z | Downloaded slog v2.8.2 |
| 892 | 2026-08-13T20:58:02.161Z | Downloaded ingot-macros v0.2.0 |
| 893 | 2026-08-13T20:58:02.161Z | Downloaded twox-hash v2.1.2 |
| 894 | 2026-08-13T20:58:02.165Z | Downloaded uuid v1.23.4 |
| 895 | 2026-08-13T20:58:02.165Z | Downloaded darling_macro v0.21.3 |
| 896 | 2026-08-13T20:58:02.165Z | Downloaded embedded-io v0.6.1 |
| 897 | 2026-08-13T20:58:02.168Z | Downloaded yasna v0.5.2 |
| 898 | 2026-08-13T20:58:02.168Z | Downloaded tinyvec v1.10.0 |
| 899 | 2026-08-13T20:58:02.168Z | Downloaded uzers v0.12.2 |
| 900 | 2026-08-13T20:58:02.171Z | Downloaded progenitor-macro v0.13.0 |
| 901 | 2026-08-13T20:58:02.171Z | Downloaded test-strategy v0.4.5 |
| 902 | 2026-08-13T20:58:02.174Z | Downloaded smallvec v0.6.14 |
| 903 | 2026-08-13T20:58:02.175Z | Downloaded string_cache v0.8.9 |
| 904 | 2026-08-13T20:58:02.175Z | Downloaded support-bundle-viewer v0.1.2 |
| 905 | 2026-08-13T20:58:02.178Z | Downloaded memoffset v0.9.1 |
| 906 | 2026-08-13T20:58:02.182Z | Downloaded toml_edit v0.19.15 |
| 907 | 2026-08-13T20:58:02.193Z | Downloaded unicode-properties v0.1.4 |
| 908 | 2026-08-13T20:58:02.196Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 909 | 2026-08-13T20:58:02.196Z | Downloaded unicode-bidi v0.3.18 |
| 910 | 2026-08-13T20:58:02.196Z | Downloaded rand v0.10.1 |
| 911 | 2026-08-13T20:58:02.200Z | Downloaded whoami v2.1.0 |
| 912 | 2026-08-13T20:58:02.205Z | Downloaded serde_repr v0.1.20 |
| 913 | 2026-08-13T20:58:02.208Z | Downloaded signal-hook-tokio v0.3.1 |
| 914 | 2026-08-13T20:58:02.214Z | Downloaded schemars v0.9.0 |
| 915 | 2026-08-13T20:58:02.219Z | Downloaded pbkdf2 v0.13.0 |
| 916 | 2026-08-13T20:58:02.222Z | Downloaded scuffle v0.1.0 |
| 917 | 2026-08-13T20:58:02.225Z | Downloaded derive-where v1.6.0 |
| 918 | 2026-08-13T20:58:02.225Z | Downloaded indoc v2.0.7 |
| 919 | 2026-08-13T20:58:02.229Z | Downloaded stable_deref_trait v1.2.1 |
| 920 | 2026-08-13T20:58:02.229Z | Downloaded sync_wrapper v1.0.2 |
| 921 | 2026-08-13T20:58:02.229Z | Downloaded phf_shared v0.11.3 |
| 922 | 2026-08-13T20:58:02.234Z | Downloaded nu-ansi-term v0.50.3 |
| 923 | 2026-08-13T20:58:02.238Z | Downloaded trait-variant v0.1.2 |
| 924 | 2026-08-13T20:58:02.238Z | Downloaded typify-macro v0.6.2 |
| 925 | 2026-08-13T20:58:02.238Z | Downloaded ecdsa v0.17.0 |
| 926 | 2026-08-13T20:58:02.242Z | Downloaded scheduled-thread-pool v0.2.7 |
| 927 | 2026-08-13T20:58:02.242Z | Downloaded yansi v1.0.1 |
| 928 | 2026-08-13T20:58:02.242Z | Downloaded zerocopy v0.6.6 |
| 929 | 2026-08-13T20:58:02.242Z | Downloaded scopeguard v1.2.0 |
| 930 | 2026-08-13T20:58:02.245Z | Downloaded tokio-stream v0.1.18 |
| 931 | 2026-08-13T20:58:02.245Z | Downloaded num_enum v0.5.11 |
| 932 | 2026-08-13T20:58:02.248Z | Downloaded secrecy v0.10.3 |
| 933 | 2026-08-13T20:58:02.252Z | Downloaded slog-bunyan v2.5.0 |
| 934 | 2026-08-13T20:58:02.252Z | Downloaded pem-rfc7468 v1.0.0 |
| 935 | 2026-08-13T20:58:02.252Z | Downloaded unarray v0.1.4 |
| 936 | 2026-08-13T20:58:02.252Z | Downloaded utf-8 v0.7.6 |
| 937 | 2026-08-13T20:58:02.255Z | Downloaded darling_macro v0.20.11 |
| 938 | 2026-08-13T20:58:02.255Z | Downloaded oso v0.27.3 |
| 939 | 2026-08-13T20:58:02.279Z | Downloaded spin v0.9.8 |
| 940 | 2026-08-13T20:58:02.279Z | Downloaded term v0.7.0 |
| 941 | 2026-08-13T20:58:02.279Z | Downloaded cookie v0.18.1 |
| 942 | 2026-08-13T20:58:02.279Z | Downloaded rand_core v0.6.4 |
| 943 | 2026-08-13T20:58:02.279Z | Downloaded native-tls v0.2.18 |
| 944 | 2026-08-13T20:58:02.279Z | Downloaded module-lattice v0.2.3 |
| 945 | 2026-08-13T20:58:02.279Z | Downloaded structmeta v0.3.0 |
| 946 | 2026-08-13T20:58:02.279Z | Downloaded rsa v0.9.10 |
| 947 | 2026-08-13T20:58:02.279Z | Downloaded time-core v0.1.8 |
| 948 | 2026-08-13T20:58:02.279Z | Downloaded typed-path v0.9.3 |
| 949 | 2026-08-13T20:58:02.279Z | Downloaded postgres-types v0.2.12 |
| 950 | 2026-08-13T20:58:02.283Z | Downloaded darling_core v0.23.0 |
| 951 | 2026-08-13T20:58:02.283Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 952 | 2026-08-13T20:58:02.283Z | Downloaded managed v0.8.0 |
| 953 | 2026-08-13T20:58:02.283Z | Downloaded xattr v1.6.1 |
| 954 | 2026-08-13T20:58:02.287Z | Downloaded salsa20 v0.11.0 |
| 955 | 2026-08-13T20:58:02.287Z | Downloaded serdect v0.4.3 |
| 956 | 2026-08-13T20:58:02.290Z | Downloaded zerofrom-derive v0.1.6 |
| 957 | 2026-08-13T20:58:02.290Z | Downloaded hashbrown v0.15.5 |
| 958 | 2026-08-13T20:58:02.298Z | Downloaded ingot v0.2.1 |
| 959 | 2026-08-13T20:58:02.302Z | Downloaded spki v0.7.3 |
| 960 | 2026-08-13T20:58:02.302Z | Downloaded diff v0.1.13 |
| 961 | 2026-08-13T20:58:02.305Z | Downloaded schemars v1.2.1 |
| 962 | 2026-08-13T20:58:02.311Z | Downloaded pkcs5 v0.8.1 |
| 963 | 2026-08-13T20:58:02.315Z | Downloaded rustls-platform-verifier v0.6.2 |
| 964 | 2026-08-13T20:58:02.319Z | Downloaded icu_normalizer v2.1.1 |
| 965 | 2026-08-13T20:58:02.322Z | Downloaded jobserver v0.1.34 |
| 966 | 2026-08-13T20:58:02.322Z | Downloaded similar v2.7.0 |
| 967 | 2026-08-13T20:58:02.322Z | Downloaded tinystr v0.8.2 |
| 968 | 2026-08-13T20:58:02.326Z | Downloaded quick-error v1.2.3 |
| 969 | 2026-08-13T20:58:02.326Z | Downloaded crc32fast v1.5.0 |
| 970 | 2026-08-13T20:58:02.326Z | Downloaded poly1305 v0.8.0 |
| 971 | 2026-08-13T20:58:02.330Z | Downloaded r2d2 v0.8.10 |
| 972 | 2026-08-13T20:58:02.330Z | Downloaded rustls-native-certs v0.8.3 |
| 973 | 2026-08-13T20:58:02.330Z | Downloaded futures-util v0.3.32 |
| 974 | 2026-08-13T20:58:02.337Z | Downloaded usdt-impl v0.6.0 |
| 975 | 2026-08-13T20:58:02.340Z | Downloaded progenitor v0.14.0 |
| 976 | 2026-08-13T20:58:02.340Z | Downloaded serde_plain v1.0.2 |
| 977 | 2026-08-13T20:58:02.340Z | Downloaded darling v0.21.3 |
| 978 | 2026-08-13T20:58:02.344Z | Downloaded ena v0.14.4 |
| 979 | 2026-08-13T20:58:02.344Z | Downloaded crossbeam-channel v0.5.15 |
| 980 | 2026-08-13T20:58:02.348Z | Downloaded keccak v0.1.6 |
| 981 | 2026-08-13T20:58:02.348Z | Downloaded nibble_vec v0.1.0 |
| 982 | 2026-08-13T20:58:02.348Z | Downloaded nodrop v0.1.14 |
| 983 | 2026-08-13T20:58:02.352Z | Downloaded quinn v0.11.11 |
| 984 | 2026-08-13T20:58:02.352Z | Downloaded steno v0.4.1 |
| 985 | 2026-08-13T20:58:02.355Z | Downloaded libloading v0.8.9 |
| 986 | 2026-08-13T20:58:02.355Z | Downloaded slog-stdlog v4.1.1 |
| 987 | 2026-08-13T20:58:02.355Z | Downloaded ml-kem v0.3.2 |
| 988 | 2026-08-13T20:58:02.358Z | Downloaded phf_shared v0.12.1 |
| 989 | 2026-08-13T20:58:02.359Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 990 | 2026-08-13T20:58:02.359Z | Downloaded serde_urlencoded v0.7.1 |
| 991 | 2026-08-13T20:58:02.363Z | Downloaded thiserror-no-std v2.0.2 |
| 992 | 2026-08-13T20:58:02.367Z | Downloaded num-bigint v0.4.6 |
| 993 | 2026-08-13T20:58:02.370Z | Downloaded derive_more v0.99.20 |
| 994 | 2026-08-13T20:58:02.374Z | Downloaded dropshot_endpoint v0.17.1 |
| 995 | 2026-08-13T20:58:02.377Z | Downloaded tungstenite v0.21.0 |
| 996 | 2026-08-13T20:58:02.377Z | Downloaded pem-rfc7468 v0.7.0 |
| 997 | 2026-08-13T20:58:02.380Z | Downloaded ssh-key v0.7.0-rc.11 |
| 998 | 2026-08-13T20:58:02.383Z | Downloaded parking_lot v0.11.2 |
| 999 | 2026-08-13T20:58:02.387Z | Downloaded whoami v1.6.1 |
| 1000 | 2026-08-13T20:58:02.387Z | Downloaded term v1.2.1 |
| 1001 | 2026-08-13T20:58:02.390Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 1002 | 2026-08-13T20:58:02.390Z | Downloaded ref-cast v1.0.25 |
| 1003 | 2026-08-13T20:58:02.390Z | Downloaded rustc_version v0.4.1 |
| 1004 | 2026-08-13T20:58:02.390Z | Downloaded instability v0.3.11 |
| 1005 | 2026-08-13T20:58:02.394Z | Downloaded signature v3.0.0 |
| 1006 | 2026-08-13T20:58:02.394Z | Downloaded rand_core v0.10.0 |
| 1007 | 2026-08-13T20:58:02.394Z | Downloaded tracing-core v0.1.36 |
| 1008 | 2026-08-13T20:58:02.399Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1009 | 2026-08-13T20:58:02.399Z | Downloaded linked-hash-map v0.5.6 |
| 1010 | 2026-08-13T20:58:02.399Z | Downloaded newline-converter v0.3.0 |
| 1011 | 2026-08-13T20:58:02.399Z | Downloaded ron v0.8.1 |
| 1012 | 2026-08-13T20:58:02.402Z | Downloaded shell-words v1.1.1 |
| 1013 | 2026-08-13T20:58:02.407Z | Downloaded either v1.15.0 |
| 1014 | 2026-08-13T20:58:02.412Z | Downloaded zeroize v1.9.0 |
| 1015 | 2026-08-13T20:58:02.412Z | Downloaded sync-ptr v0.1.4 |
| 1016 | 2026-08-13T20:58:02.412Z | Downloaded sec1 v0.8.1 |
| 1017 | 2026-08-13T20:58:02.417Z | Downloaded tower-http v0.6.8 |
| 1018 | 2026-08-13T20:58:02.420Z | Downloaded untrusted v0.7.1 |
| 1019 | 2026-08-13T20:58:02.420Z | Downloaded untrusted v0.9.0 |
| 1020 | 2026-08-13T20:58:02.420Z | Downloaded crossterm v0.28.1 |
| 1021 | 2026-08-13T20:58:02.423Z | Downloaded rand v0.8.6 |
| 1022 | 2026-08-13T20:58:02.427Z | Downloaded ipnetwork v0.21.1 |
| 1023 | 2026-08-13T20:58:02.427Z | Downloaded nonempty v0.12.0 |
| 1024 | 2026-08-13T20:58:02.430Z | Downloaded slog-json v2.6.1 |
| 1025 | 2026-08-13T20:58:02.430Z | Downloaded spki v0.8.0 |
| 1026 | 2026-08-13T20:58:02.433Z | Downloaded tokio-macros v2.7.0 |
| 1027 | 2026-08-13T20:58:02.433Z | Downloaded slog-envlogger v2.2.0 |
| 1028 | 2026-08-13T20:58:02.433Z | Downloaded usdt-attr-macro v0.6.0 |
| 1029 | 2026-08-13T20:58:02.437Z | Downloaded kstat-rs v0.2.5 |
| 1030 | 2026-08-13T20:58:02.441Z | Downloaded jiff-core v0.1.0 |
| 1031 | 2026-08-13T20:58:02.444Z | Downloaded oxide-update-engine v0.1.2 |
| 1032 | 2026-08-13T20:58:02.447Z | Downloaded password-hash v0.5.0 |
| 1033 | 2026-08-13T20:58:02.447Z | Downloaded powerfmt v0.2.0 |
| 1034 | 2026-08-13T20:58:02.451Z | Downloaded num-iter v0.1.45 |
| 1035 | 2026-08-13T20:58:02.451Z | Downloaded percent-encoding v2.3.2 |
| 1036 | 2026-08-13T20:58:02.451Z | Downloaded tokio-native-tls v0.3.1 |
| 1037 | 2026-08-13T20:58:02.451Z | Downloaded walkdir v2.5.0 |
| 1038 | 2026-08-13T20:58:02.454Z | Downloaded crunchy v0.2.4 |
| 1039 | 2026-08-13T20:58:02.454Z | Downloaded hashbrown v0.16.1 |
| 1040 | 2026-08-13T20:58:02.457Z | Downloaded zerovec-derive v0.11.2 |
| 1041 | 2026-08-13T20:58:02.457Z | Downloaded h2 v0.4.15 |
| 1042 | 2026-08-13T20:58:02.461Z | Downloaded num-traits v0.2.19 |
| 1043 | 2026-08-13T20:58:02.466Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1044 | 2026-08-13T20:58:02.470Z | Downloaded unsafe-libyaml v0.2.11 |
| 1045 | 2026-08-13T20:58:02.471Z | Downloaded daft v0.1.7 |
| 1046 | 2026-08-13T20:58:02.471Z | Downloaded progenitor-client v0.13.0 |
| 1047 | 2026-08-13T20:58:02.471Z | Downloaded rtoolbox v0.0.3 |
| 1048 | 2026-08-13T20:58:02.474Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1049 | 2026-08-13T20:58:02.474Z | Downloaded lock_api v0.4.14 |
| 1050 | 2026-08-13T20:58:02.474Z | Downloaded cookie_store v0.22.1 |
| 1051 | 2026-08-13T20:58:02.474Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1052 | 2026-08-13T20:58:02.474Z | Downloaded termtree v0.5.1 |
| 1053 | 2026-08-13T20:58:02.477Z | Downloaded unicode-segmentation v1.12.0 |
| 1054 | 2026-08-13T20:58:02.477Z | Downloaded password-hash v0.6.1 |
| 1055 | 2026-08-13T20:58:02.477Z | Downloaded russh-cryptovec v0.62.0 |
| 1056 | 2026-08-13T20:58:02.482Z | Downloaded universal-hash v0.5.1 |
| 1057 | 2026-08-13T20:58:02.482Z | Downloaded proc-macro-error2 v2.0.1 |
| 1058 | 2026-08-13T20:58:02.482Z | Downloaded ssh-cipher v0.3.0 |
| 1059 | 2026-08-13T20:58:02.489Z | Downloaded nom v8.0.0 |
| 1060 | 2026-08-13T20:58:02.492Z | Downloaded rand v0.9.2 |
| 1061 | 2026-08-13T20:58:02.499Z | Downloaded scrypt v0.12.0 |
| 1062 | 2026-08-13T20:58:02.502Z | Downloaded secrecy v0.8.0 |
| 1063 | 2026-08-13T20:58:02.502Z | Downloaded zerofrom v0.1.6 |
| 1064 | 2026-08-13T20:58:02.502Z | Downloaded dirs-next v2.0.0 |
| 1065 | 2026-08-13T20:58:02.502Z | Downloaded document-features v0.2.12 |
| 1066 | 2026-08-13T20:58:02.506Z | Downloaded tokio-test v0.4.5 |
| 1067 | 2026-08-13T20:58:02.506Z | Downloaded cpufeatures v0.3.0 |
| 1068 | 2026-08-13T20:58:02.506Z | Downloaded hkdf v0.12.4 |
| 1069 | 2026-08-13T20:58:02.506Z | Downloaded hkdf v0.13.0 |
| 1070 | 2026-08-13T20:58:02.510Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1071 | 2026-08-13T20:58:02.510Z | Downloaded termios v0.3.3 |
| 1072 | 2026-08-13T20:58:02.513Z | Downloaded litemap v0.8.1 |
| 1073 | 2026-08-13T20:58:02.516Z | Downloaded csv-core v0.1.13 |
| 1074 | 2026-08-13T20:58:02.516Z | Downloaded ed25519 v3.0.0 |
| 1075 | 2026-08-13T20:58:02.516Z | Downloaded vergen-lib v9.1.0 |
| 1076 | 2026-08-13T20:58:02.516Z | Downloaded writeable v0.6.2 |
| 1077 | 2026-08-13T20:58:02.523Z | Downloaded match_cfg v0.1.0 |
| 1078 | 2026-08-13T20:58:02.529Z | Downloaded x509-cert v0.2.5 |
| 1079 | 2026-08-13T20:58:02.533Z | Downloaded newtype-uuid v1.3.2 |
| 1080 | 2026-08-13T20:58:02.536Z | Downloaded openssl-probe v0.1.6 |
| 1081 | 2026-08-13T20:58:02.536Z | Downloaded rfc6979 v0.6.0 |
| 1082 | 2026-08-13T20:58:02.536Z | Downloaded strsim v0.10.0 |
| 1083 | 2026-08-13T20:58:02.540Z | Downloaded tap v1.0.1 |
| 1084 | 2026-08-13T20:58:02.543Z | Downloaded lru-cache v0.1.2 |
| 1085 | 2026-08-13T20:58:02.544Z | Downloaded unicode-xid v0.2.6 |
| 1086 | 2026-08-13T20:58:02.544Z | Downloaded indent_write v2.2.0 |
| 1087 | 2026-08-13T20:58:02.544Z | Downloaded parse-size v1.1.0 |
| 1088 | 2026-08-13T20:58:02.547Z | Downloaded rand_seeder v0.4.0 |
| 1089 | 2026-08-13T20:58:02.550Z | Downloaded schemars v0.8.22 |
| 1090 | 2026-08-13T20:58:02.557Z | Downloaded strum_macros v0.26.4 |
| 1091 | 2026-08-13T20:58:02.563Z | Downloaded aho-corasick v1.1.4 |
| 1092 | 2026-08-13T20:58:02.567Z | Downloaded rustls-pemfile v2.2.0 |
| 1093 | 2026-08-13T20:58:02.570Z | Downloaded socket2 v0.6.3 |
| 1094 | 2026-08-13T20:58:02.570Z | Downloaded zopfli v0.8.3 |
| 1095 | 2026-08-13T20:58:02.573Z | Downloaded smf v0.2.3 |
| 1096 | 2026-08-13T20:58:02.573Z | Downloaded vsss-rs v3.3.4 |
| 1097 | 2026-08-13T20:58:02.573Z | Downloaded critical-section v1.2.0 |
| 1098 | 2026-08-13T20:58:02.577Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1099 | 2026-08-13T20:58:02.577Z | Downloaded rsa v0.10.0-rc.18 |
| 1100 | 2026-08-13T20:58:02.585Z | Downloaded darling_core v0.13.4 |
| 1101 | 2026-08-13T20:58:02.590Z | Downloaded wnaf v0.14.0 |
| 1102 | 2026-08-13T20:58:02.590Z | Downloaded drift v0.2.0 |
| 1103 | 2026-08-13T20:58:02.593Z | Downloaded icu_provider v2.1.1 |
| 1104 | 2026-08-13T20:58:02.593Z | Downloaded serde_with v1.14.0 |
| 1105 | 2026-08-13T20:58:02.597Z | Downloaded ctutils v0.4.2 |
| 1106 | 2026-08-13T20:58:02.597Z | Downloaded data-encoding v2.10.0 |
| 1107 | 2026-08-13T20:58:02.600Z | Downloaded der_derive v0.7.3 |
| 1108 | 2026-08-13T20:58:02.600Z | Downloaded inout v0.1.4 |
| 1109 | 2026-08-13T20:58:02.600Z | Downloaded crossbeam-epoch v0.9.18 |
| 1110 | 2026-08-13T20:58:02.600Z | Downloaded predicates v3.1.4 |
| 1111 | 2026-08-13T20:58:02.604Z | Downloaded proc-macro-crate v3.4.0 |
| 1112 | 2026-08-13T20:58:02.604Z | Downloaded signature v2.2.0 |
| 1113 | 2026-08-13T20:58:02.607Z | Downloaded libefi-sys v0.1.0 |
| 1114 | 2026-08-13T20:58:02.611Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 1115 | 2026-08-13T20:58:02.614Z | Downloaded cpubits v0.1.1 |
| 1116 | 2026-08-13T20:58:02.614Z | Downloaded idna_adapter v1.2.1 |
| 1117 | 2026-08-13T20:58:02.614Z | Downloaded phf v0.12.1 |
| 1118 | 2026-08-13T20:58:02.614Z | Downloaded stacker v0.1.23 |
| 1119 | 2026-08-13T20:58:02.617Z | Downloaded topological-sort v0.2.2 |
| 1120 | 2026-08-13T20:58:02.617Z | Downloaded ref-cast-impl v1.0.25 |
| 1121 | 2026-08-13T20:58:02.621Z | Downloaded idna v1.1.0 |
| 1122 | 2026-08-13T20:58:02.624Z | Downloaded kem v0.3.0 |
| 1123 | 2026-08-13T20:58:02.629Z | Downloaded supports-color v3.0.2 |
| 1124 | 2026-08-13T20:58:02.632Z | Downloaded tabwriter v1.4.1 |
| 1125 | 2026-08-13T20:58:02.632Z | Downloaded progenitor-impl v0.14.0 |
| 1126 | 2026-08-13T20:58:02.636Z | Downloaded slog-async v2.8.0 |
| 1127 | 2026-08-13T20:58:02.636Z | Downloaded itertools v0.13.0 |
| 1128 | 2026-08-13T20:58:02.639Z | Downloaded rustyline v14.0.0 |
| 1129 | 2026-08-13T20:58:02.643Z | Downloaded mio v1.2.0 |
| 1130 | 2026-08-13T20:58:02.648Z | Downloaded tungstenite v0.23.0 |
| 1131 | 2026-08-13T20:58:02.653Z | Downloaded lru v0.12.5 |
| 1132 | 2026-08-13T20:58:02.653Z | Downloaded strum_macros v0.24.3 |
| 1133 | 2026-08-13T20:58:02.657Z | Downloaded ipnet v2.11.0 |
| 1134 | 2026-08-13T20:58:02.657Z | Downloaded mime_guess v2.0.5 |
| 1135 | 2026-08-13T20:58:02.660Z | Downloaded minimal-lexical v0.2.1 |
| 1136 | 2026-08-13T20:58:02.660Z | Downloaded defmt-macros v1.0.1 |
| 1137 | 2026-08-13T20:58:02.664Z | Downloaded serde_bytes v0.11.19 |
| 1138 | 2026-08-13T20:58:02.664Z | Downloaded zone v0.3.1 |
| 1139 | 2026-08-13T20:58:02.664Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 1140 | 2026-08-13T20:58:02.664Z | Downloaded darling_macro v0.23.0 |
| 1141 | 2026-08-13T20:58:02.664Z | Downloaded peg-macros v0.8.5 |
| 1142 | 2026-08-13T20:58:02.667Z | Downloaded sponge-cursor v0.1.0 |
| 1143 | 2026-08-13T20:58:02.670Z | Downloaded zip v0.6.6 |
| 1144 | 2026-08-13T20:58:02.674Z | Downloaded instant v0.1.13 |
| 1145 | 2026-08-13T20:58:02.681Z | Downloaded rayon v1.11.0 |
| 1146 | 2026-08-13T20:58:02.686Z | Downloaded proptest v1.11.0 |
| 1147 | 2026-08-13T20:58:02.691Z | Downloaded shlex v1.3.0 |
| 1148 | 2026-08-13T20:58:02.694Z | Downloaded openssl-sys v0.9.117 |
| 1149 | 2026-08-13T20:58:02.694Z | Downloaded serde_with_macros v3.21.0 |
| 1150 | 2026-08-13T20:58:02.698Z | Downloaded memmap2 v0.9.10 |
| 1151 | 2026-08-13T20:58:02.698Z | Downloaded oxide-update-engine-display v0.1.2 |
| 1152 | 2026-08-13T20:58:02.698Z | Downloaded peg v0.8.5 |
| 1153 | 2026-08-13T20:58:02.701Z | Downloaded signal-hook v0.3.18 |
| 1154 | 2026-08-13T20:58:02.704Z | Downloaded elliptic-curve v0.14.1 |
| 1155 | 2026-08-13T20:58:02.721Z | Downloaded slog-dtrace v0.3.0 |
| 1156 | 2026-08-13T20:58:02.724Z | Downloaded git2 v0.20.4 |
| 1157 | 2026-08-13T20:58:02.728Z | Downloaded prettyplease v0.2.37 |
| 1158 | 2026-08-13T20:58:02.731Z | Downloaded rand_chacha v0.9.0 |
| 1159 | 2026-08-13T20:58:02.731Z | Downloaded time-macros v0.2.27 |
| 1160 | 2026-08-13T20:58:02.731Z | Downloaded scroll_derive v0.13.1 |
| 1161 | 2026-08-13T20:58:02.731Z | Downloaded url v2.5.8 |
| 1162 | 2026-08-13T20:58:02.736Z | Downloaded winnow v0.5.40 |
| 1163 | 2026-08-13T20:58:02.739Z | Downloaded ignore v0.4.25 |
| 1164 | 2026-08-13T20:58:02.739Z | Downloaded pkcs1 v0.7.5 |
| 1165 | 2026-08-13T20:58:02.743Z | Downloaded rustls-pki-types v1.14.0 |
| 1166 | 2026-08-13T20:58:02.743Z | Downloaded primefield v0.14.0 |
| 1167 | 2026-08-13T20:58:02.743Z | Downloaded tui-tree-widget v0.23.1 |
| 1168 | 2026-08-13T20:58:02.746Z | Downloaded zerovec v0.11.5 |
| 1169 | 2026-08-13T20:58:02.750Z | Downloaded serde_cbor v0.11.2 |
| 1170 | 2026-08-13T20:58:02.753Z | Downloaded postcard v1.1.3 |
| 1171 | 2026-08-13T20:58:02.753Z | Downloaded utf8_iter v1.0.4 |
| 1172 | 2026-08-13T20:58:02.770Z | Downloaded blake3 v1.8.5 |
| 1173 | 2026-08-13T20:58:02.779Z | Downloaded crypto-bigint v0.5.5 |
| 1174 | 2026-08-13T20:58:02.783Z | Downloaded derive_more v2.1.1 |
| 1175 | 2026-08-13T20:58:02.789Z | Downloaded regex v1.12.3 |
| 1176 | 2026-08-13T20:58:02.793Z | Downloaded russh v0.62.4 |
| 1177 | 2026-08-13T20:58:02.797Z | Downloaded sha3 v0.12.0 |
| 1178 | 2026-08-13T20:58:02.801Z | Downloaded quinn-udp v0.5.14 |
| 1179 | 2026-08-13T20:58:02.801Z | Downloaded daft-derive v0.1.7 |
| 1180 | 2026-08-13T20:58:02.804Z | Downloaded tower v0.5.3 |
| 1181 | 2026-08-13T20:58:02.807Z | Downloaded vergen-git2 v9.1.0 |
| 1182 | 2026-08-13T20:58:02.807Z | Downloaded omicron-zone-package v0.12.3 |
| 1183 | 2026-08-13T20:58:02.811Z | Downloaded des v0.9.0 |
| 1184 | 2026-08-13T20:58:02.811Z | Downloaded tabled v0.20.0 |
| 1185 | 2026-08-13T20:58:02.821Z | Downloaded vergen-gitcl v1.0.8 |
| 1186 | 2026-08-13T20:58:02.825Z | Downloaded xshell v0.2.7 |
| 1187 | 2026-08-13T20:58:02.825Z | Downloaded convert_case v0.10.0 |
| 1188 | 2026-08-13T20:58:02.825Z | Downloaded toml v0.7.8 |
| 1189 | 2026-08-13T20:58:02.825Z | Downloaded num-complex v0.4.6 |
| 1190 | 2026-08-13T20:58:02.825Z | Downloaded pretty_assertions v1.4.1 |
| 1191 | 2026-08-13T20:58:02.828Z | Downloaded tokio-rustls v0.26.4 |
| 1192 | 2026-08-13T20:58:02.828Z | Downloaded reqwest v0.13.2 |
| 1193 | 2026-08-13T20:58:02.831Z | Downloaded salty v0.3.0 |
| 1194 | 2026-08-13T20:58:02.835Z | Downloaded p384 v0.14.0 |
| 1195 | 2026-08-13T20:58:02.835Z | Downloaded ppv-lite86 v0.2.21 |
| 1196 | 2026-08-13T20:58:02.838Z | Downloaded unicode-normalization v0.1.25 |
| 1197 | 2026-08-13T20:58:02.838Z | Downloaded vcpkg v0.2.15 |
| 1198 | 2026-08-13T20:58:02.859Z | Downloaded samael v0.0.19 |
| 1199 | 2026-08-13T20:58:02.863Z | Downloaded tar v0.4.46 |
| 1200 | 2026-08-13T20:58:02.866Z | Downloaded p521 v0.14.0 |
| 1201 | 2026-08-13T20:58:02.866Z | Downloaded socket2 v0.5.10 |
| 1202 | 2026-08-13T20:58:02.869Z | Downloaded aws-lc-rs v1.16.3 |
| 1203 | 2026-08-13T20:58:02.874Z | Downloaded bindgen v0.71.1 |
| 1204 | 2026-08-13T20:58:02.877Z | Downloaded schemars_derive v0.8.22 |
| 1205 | 2026-08-13T20:58:02.877Z | Downloaded reqwest v0.12.28 |
| 1206 | 2026-08-13T20:58:02.880Z | Downloaded derive_more-impl v2.1.1 |
| 1207 | 2026-08-13T20:58:02.883Z | Downloaded goblin v0.10.5 |
| 1208 | 2026-08-13T20:58:02.887Z | Downloaded icu_normalizer_data v2.1.1 |
| 1209 | 2026-08-13T20:58:02.890Z | Downloaded rawzip v0.4.4 |
| 1210 | 2026-08-13T20:58:02.890Z | Downloaded itertools v0.15.0 |
| 1211 | 2026-08-13T20:58:02.894Z | Downloaded darling v0.23.0 |
| 1212 | 2026-08-13T20:58:02.897Z | Downloaded libxml v0.3.3 |
| 1213 | 2026-08-13T20:58:02.900Z | Downloaded regex-syntax v0.6.29 |
| 1214 | 2026-08-13T20:58:02.904Z | Downloaded elliptic-curve v0.13.8 |
| 1215 | 2026-08-13T20:58:02.908Z | Downloaded miniz_oxide v0.8.9 |
| 1216 | 2026-08-13T20:58:02.912Z | Downloaded diesel_derives v2.3.7 |
| 1217 | 2026-08-13T20:58:02.917Z | Downloaded num-bigint-dig v0.8.6 |
| 1218 | 2026-08-13T20:58:02.924Z | Downloaded nom v7.1.3 |
| 1219 | 2026-08-13T20:58:02.928Z | Downloaded zlib-rs v0.6.2 |
| 1220 | 2026-08-13T20:58:02.931Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1221 | 2026-08-13T20:58:02.940Z | Downloaded quick-xml v0.37.5 |
| 1222 | 2026-08-13T20:58:02.943Z | Downloaded qorb v0.4.1 |
| 1223 | 2026-08-13T20:58:02.947Z | Downloaded iri-string v0.7.10 |
| 1224 | 2026-08-13T20:58:02.953Z | Downloaded chrono v0.4.45 |
| 1225 | 2026-08-13T20:58:02.956Z | Downloaded libm v0.2.16 |
| 1226 | 2026-08-13T20:58:02.959Z | Downloaded quinn-proto v0.11.16 |
| 1227 | 2026-08-13T20:58:02.962Z | Downloaded smoltcp v0.9.1 |
| 1228 | 2026-08-13T20:58:02.967Z | Downloaded bitvec v1.0.1 |
| 1229 | 2026-08-13T20:58:02.991Z | Downloaded publicsuffix v2.3.0 |
| 1230 | 2026-08-13T20:58:03.003Z | Downloaded der v0.7.10 |
| 1231 | 2026-08-13T20:58:03.007Z | Downloaded ed25519-dalek v2.2.0 |
| 1232 | 2026-08-13T20:58:03.016Z | Downloaded tokio-postgres v0.7.16 |
| 1233 | 2026-08-13T20:58:03.023Z | Downloaded moka v0.12.13 |
| 1234 | 2026-08-13T20:58:03.031Z | Downloaded itertools v0.10.5 |
| 1235 | 2026-08-13T20:58:03.035Z | Downloaded object v0.30.4 |
| 1236 | 2026-08-13T20:58:03.041Z | Downloaded tokio-util v0.7.18 |
| 1237 | 2026-08-13T20:58:03.044Z | Downloaded winnow v1.0.3 |
| 1238 | 2026-08-13T20:58:03.050Z | Downloaded icu_properties_data v2.1.2 |
| 1239 | 2026-08-13T20:58:03.055Z | Downloaded rustls v0.23.41 |
| 1240 | 2026-08-13T20:58:03.062Z | Downloaded tough v0.22.0 |
| 1241 | 2026-08-13T20:58:03.068Z | Downloaded zip v4.6.1 |
| 1242 | 2026-08-13T20:58:03.071Z | Downloaded smoltcp v0.11.0 |
| 1243 | 2026-08-13T20:58:03.077Z | Downloaded der v0.8.0 |
| 1244 | 2026-08-13T20:58:03.081Z | Downloaded iddqd v0.4.2 |
| 1245 | 2026-08-13T20:58:03.085Z | Downloaded serde_with v3.21.0 |
| 1246 | 2026-08-13T20:58:03.093Z | Downloaded ed25519-dalek v3.0.0 |
| 1247 | 2026-08-13T20:58:03.096Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1248 | 2026-08-13T20:58:03.100Z | Downloaded reedline v0.40.0 |
| 1249 | 2026-08-13T20:58:03.103Z | Downloaded p384 v0.13.1 |
| 1250 | 2026-08-13T20:58:03.106Z | Downloaded hickory-proto v0.24.4 |
| 1251 | 2026-08-13T20:58:03.114Z | Downloaded petname v2.0.2 |
| 1252 | 2026-08-13T20:58:03.118Z | Downloaded portable-atomic v1.13.1 |
| 1253 | 2026-08-13T20:58:03.122Z | Downloaded dropshot-api-manager v0.7.2 |
| 1254 | 2026-08-13T20:58:03.126Z | Downloaded lalrpop v0.19.12 |
| 1255 | 2026-08-13T20:58:03.135Z | Downloaded curve25519-dalek v4.1.3 |
| 1256 | 2026-08-13T20:58:03.143Z | Downloaded hickory-proto v0.25.2 |
| 1257 | 2026-08-13T20:58:03.153Z | Downloaded crypto-bigint v0.7.5 |
| 1258 | 2026-08-13T20:58:03.160Z | Downloaded zerocopy v0.8.40 |
| 1259 | 2026-08-13T20:58:03.165Z | Downloaded time v0.3.47 |
| 1260 | 2026-08-13T20:58:03.171Z | Downloaded nix v0.27.1 |
| 1261 | 2026-08-13T20:58:03.177Z | Downloaded winnow v0.6.26 |
| 1262 | 2026-08-13T20:58:03.181Z | Downloaded crossterm v0.29.0 |
| 1263 | 2026-08-13T20:58:03.185Z | Downloaded crypto-primes v0.7.2 |
| 1264 | 2026-08-13T20:58:03.188Z | Downloaded regress v0.11.1 |
| 1265 | 2026-08-13T20:58:03.193Z | Downloaded curve25519-dalek v5.0.0 |
| 1266 | 2026-08-13T20:58:03.198Z | Downloaded itertools v0.12.1 |
| 1267 | 2026-08-13T20:58:03.201Z | Downloaded bstr v1.12.1 |
| 1268 | 2026-08-13T20:58:03.206Z | Downloaded itertools v0.14.0 |
| 1269 | 2026-08-13T20:58:03.209Z | Downloaded nix v0.31.2 |
| 1270 | 2026-08-13T20:58:03.215Z | Downloaded openssl v0.10.80 |
| 1271 | 2026-08-13T20:58:03.222Z | Downloaded dropshot v0.17.1 |
| 1272 | 2026-08-13T20:58:03.234Z | Downloaded nix v0.28.0 |
| 1273 | 2026-08-13T20:58:03.238Z | Downloaded openapiv3 v2.2.0 |
| 1274 | 2026-08-13T20:58:03.244Z | Downloaded sqlparser v0.61.0 |
| 1275 | 2026-08-13T20:58:03.249Z | Downloaded polar-core v0.27.3 |
| 1276 | 2026-08-13T20:58:03.266Z | Downloaded regress v0.10.5 |
| 1277 | 2026-08-13T20:58:03.286Z | Downloaded radix_trie v0.2.1 |
| 1278 | 2026-08-13T20:58:03.292Z | Downloaded sha3 v0.11.0 |
| 1279 | 2026-08-13T20:58:03.298Z | Downloaded regex-automata v0.4.14 |
| 1280 | 2026-08-13T20:58:03.307Z | Downloaded zerocopy-derive v0.6.6 |
| 1281 | 2026-08-13T20:58:03.358Z | Downloaded ratatui v0.29.0 |
| 1282 | 2026-08-13T20:58:03.370Z | Downloaded jiff v0.2.34 |
| 1283 | 2026-08-13T20:58:03.379Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1284 | 2026-08-13T20:58:03.393Z | Downloaded sha3 v0.10.8 |
| 1285 | 2026-08-13T20:58:03.400Z | Downloaded tokio v1.52.1 |
| 1286 | 2026-08-13T20:58:03.423Z | Downloaded csv v1.4.0 |
| 1287 | 2026-08-13T20:58:03.434Z | Downloaded libz-sys v1.1.24 |
| 1288 | 2026-08-13T20:58:03.445Z | Downloaded regex-syntax v0.8.10 |
| 1289 | 2026-08-13T20:58:03.458Z | Downloaded sled v0.34.7 |
| 1290 | 2026-08-13T20:58:03.458Z | Downloaded rustix v0.38.44 |
| 1291 | 2026-08-13T20:58:03.466Z | Downloaded object v0.37.3 |
| 1292 | 2026-08-13T20:58:03.514Z | Downloaded tracing v0.1.44 |
| 1293 | 2026-08-13T20:58:03.525Z | Downloaded diesel v2.3.7 |
| 1294 | 2026-08-13T20:58:03.536Z | Downloaded typify-impl v0.6.2 |
| 1295 | 2026-08-13T20:58:03.544Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1296 | 2026-08-13T20:58:03.575Z | Downloaded petgraph v0.6.5 |
| 1297 | 2026-08-13T20:58:03.594Z | Downloaded chrono-tz v0.10.4 |
| 1298 | 2026-08-13T20:58:03.617Z | Downloaded petgraph v0.8.3 |
| 1299 | 2026-08-13T20:58:03.790Z | Downloaded encoding_rs v0.8.35 |
| 1300 | 2026-08-13T20:58:03.866Z | Downloaded ring v0.17.14 |
| 1301 | 2026-08-13T20:58:03.913Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1302 | 2026-08-13T20:58:04.481Z | Downloaded aws-lc-sys v0.40.0 |
| 1303 | 2026-08-13T20:58:04.750Z | Compiling libc v0.2.185 |
| 1304 | 2026-08-13T20:58:04.750Z | Compiling serde_core v1.0.228 |
| 1305 | 2026-08-13T20:58:04.753Z | Compiling serde v1.0.228 |
| 1306 | 2026-08-13T20:58:04.754Z | Compiling log v0.4.29 |
| 1307 | 2026-08-13T20:58:04.754Z | Compiling smallvec v1.15.1 |
| 1308 | 2026-08-13T20:58:04.754Z | Compiling shlex v1.3.0 |
| 1309 | 2026-08-13T20:58:04.754Z | Compiling find-msvc-tools v0.1.9 |
| 1310 | 2026-08-13T20:58:04.754Z | Compiling subtle v2.6.1 |
| 1311 | 2026-08-13T20:58:04.926Z | Compiling scopeguard v1.2.0 |
| 1312 | 2026-08-13T20:58:04.936Z | Compiling stable_deref_trait v1.2.1 |
| 1313 | 2026-08-13T20:58:04.940Z | Compiling typenum v1.20.1 |
| 1314 | 2026-08-13T20:58:04.940Z | Compiling zerocopy v0.8.40 |
| 1315 | 2026-08-13T20:58:04.940Z | Compiling portable-atomic v1.13.1 |
| 1316 | 2026-08-13T20:58:04.973Z | Compiling serde_json v1.0.151 |
| 1317 | 2026-08-13T20:58:05.024Z | Compiling syn v2.0.117 |
| 1318 | 2026-08-13T20:58:05.038Z | Compiling critical-section v1.2.0 |
| 1319 | 2026-08-13T20:58:05.082Z | Compiling libm v0.2.16 |
| 1320 | 2026-08-13T20:58:05.097Z | Compiling num-traits v0.2.19 |
| 1321 | 2026-08-13T20:58:05.110Z | Compiling lock_api v0.4.14 |
| 1322 | 2026-08-13T20:58:05.130Z | Compiling pkg-config v0.3.32 |
| 1323 | 2026-08-13T20:58:05.143Z | Compiling generic-array v0.14.7 |
| 1324 | 2026-08-13T20:58:05.161Z | Compiling getrandom v0.4.1 |
| 1325 | 2026-08-13T20:58:05.185Z | Compiling parking_lot_core v0.9.12 |
| 1326 | 2026-08-13T20:58:05.227Z | Compiling pin-project-lite v0.2.17 |
| 1327 | 2026-08-13T20:58:05.271Z | Compiling const-oid v0.9.6 |
| 1328 | 2026-08-13T20:58:05.350Z | Compiling rand_core v0.10.0 |
| 1329 | 2026-08-13T20:58:05.380Z | Compiling futures-core v0.3.32 |
| 1330 | 2026-08-13T20:58:05.384Z | Compiling writeable v0.6.2 |
| 1331 | 2026-08-13T20:58:05.455Z | Compiling litemap v0.8.1 |
| 1332 | 2026-08-13T20:58:05.484Z | Compiling percent-encoding v2.3.2 |
| 1333 | 2026-08-13T20:58:05.527Z | Compiling icu_normalizer_data v2.1.1 |
| 1334 | 2026-08-13T20:58:05.543Z | Compiling icu_properties_data v2.1.2 |
| 1335 | 2026-08-13T20:58:05.572Z | Compiling getrandom v0.3.4 |
| 1336 | 2026-08-13T20:58:05.579Z | Compiling futures-sink v0.3.32 |
| 1337 | 2026-08-13T20:58:05.618Z | Compiling rustix v1.1.3 |
| 1338 | 2026-08-13T20:58:05.633Z | Compiling futures-io v0.3.32 |
| 1339 | 2026-08-13T20:58:05.659Z | Compiling futures-task v0.3.32 |
| 1340 | 2026-08-13T20:58:05.694Z | Compiling futures-channel v0.3.32 |
| 1341 | 2026-08-13T20:58:05.710Z | Compiling slab v0.4.12 |
| 1342 | 2026-08-13T20:58:05.723Z | Compiling utf8_iter v1.0.4 |
| 1343 | 2026-08-13T20:58:05.759Z | Compiling errno v0.3.14 |
| 1344 | 2026-08-13T20:58:05.773Z | Compiling jobserver v0.1.34 |
| 1345 | 2026-08-13T20:58:05.800Z | Compiling getrandom v0.2.17 |
| 1346 | 2026-08-13T20:58:05.876Z | Compiling signal-hook-registry v1.4.8 |
| 1347 | 2026-08-13T20:58:05.892Z | Compiling mio v1.2.0 |
| 1348 | 2026-08-13T20:58:05.951Z | Compiling once_cell v1.21.3 |
| 1349 | 2026-08-13T20:58:05.987Z | Compiling cc v1.2.56 |
| 1350 | 2026-08-13T20:58:06.007Z | Compiling rand_core v0.6.4 |
| 1351 | 2026-08-13T20:58:06.041Z | Compiling parking_lot v0.12.5 |
| 1352 | 2026-08-13T20:58:06.044Z | Compiling socket2 v0.6.3 |
| 1353 | 2026-08-13T20:58:06.086Z | Compiling form_urlencoded v1.2.2 |
| 1354 | 2026-08-13T20:58:06.102Z | Compiling rustversion v1.0.22 |
| 1355 | 2026-08-13T20:58:06.148Z | Compiling base64ct v1.8.3 |
| 1356 | 2026-08-13T20:58:06.164Z | Compiling iana-time-zone v0.1.65 |
| 1357 | 2026-08-13T20:58:06.183Z | Compiling dunce v1.0.5 |
| 1358 | 2026-08-13T20:58:06.200Z | Compiling fs_extra v1.3.0 |
| 1359 | 2026-08-13T20:58:06.302Z | Compiling flagset v0.4.7 |
| 1360 | 2026-08-13T20:58:06.317Z | Compiling ident_case v1.0.1 |
| 1361 | 2026-08-13T20:58:06.320Z | Compiling regex-syntax v0.8.10 |
| 1362 | 2026-08-13T20:58:06.374Z | Compiling base64 v0.22.1 |
| 1363 | 2026-08-13T20:58:06.396Z | Compiling pem-rfc7468 v0.7.0 |
| 1364 | 2026-08-13T20:58:06.447Z | Compiling syn v1.0.109 |
| 1365 | 2026-08-13T20:58:06.464Z | Compiling vcpkg v0.2.15 |
| 1366 | 2026-08-13T20:58:06.467Z | Compiling tracing-core v0.1.36 |
| 1367 | 2026-08-13T20:58:06.493Z | Compiling rand_core v0.9.5 |
| 1368 | 2026-08-13T20:58:06.521Z | Compiling aws-lc-rs v1.16.3 |
| 1369 | 2026-08-13T20:58:06.521Z | Compiling schemars v0.8.22 |
| 1370 | 2026-08-13T20:58:06.579Z | Compiling cpufeatures v0.2.17 |
| 1371 | 2026-08-13T20:58:06.632Z | Compiling dyn-clone v1.0.20 |
| 1372 | 2026-08-13T20:58:06.666Z | Compiling spin v0.9.8 |
| 1373 | 2026-08-13T20:58:06.718Z | Compiling cmake v0.1.57 |
| 1374 | 2026-08-13T20:58:06.721Z | Compiling cmov v0.5.4 |
| 1375 | 2026-08-13T20:58:06.777Z | Compiling tinyvec_macros v0.1.1 |
| 1376 | 2026-08-13T20:58:06.792Z | Compiling httparse v1.10.1 |
| 1377 | 2026-08-13T20:58:06.820Z | Compiling openssl-probe v0.2.1 |
| 1378 | 2026-08-13T20:58:06.837Z | Compiling crc32fast v1.5.0 |
| 1379 | 2026-08-13T20:58:06.873Z | Compiling tinyvec v1.10.0 |
| 1380 | 2026-08-13T20:58:06.887Z | Compiling aho-corasick v1.1.4 |
| 1381 | 2026-08-13T20:58:06.913Z | Compiling radium v0.7.0 |
| 1382 | 2026-08-13T20:58:06.958Z | Compiling ctutils v0.4.2 |
| 1383 | 2026-08-13T20:58:07.009Z | Compiling atomic-waker v1.1.2 |
| 1384 | 2026-08-13T20:58:07.043Z | Compiling bitflags v2.11.0 |
| 1385 | 2026-08-13T20:58:07.149Z | Compiling semver v1.0.28 |
| 1386 | 2026-08-13T20:58:07.179Z | Compiling indexmap v2.14.0 |
| 1387 | 2026-08-13T20:58:07.202Z | Compiling uuid v1.23.4 |
| 1388 | 2026-08-13T20:58:07.242Z | Compiling untrusted v0.7.1 |
| 1389 | 2026-08-13T20:58:07.261Z | Compiling tower-layer v0.3.3 |
| 1390 | 2026-08-13T20:58:07.288Z | Compiling tower-service v0.3.3 |
| 1391 | 2026-08-13T20:58:07.304Z | Compiling try-lock v0.2.5 |
| 1392 | 2026-08-13T20:58:07.377Z | Compiling rustc_version v0.4.1 |
| 1393 | 2026-08-13T20:58:07.417Z | Compiling want v0.3.1 |
| 1394 | 2026-08-13T20:58:07.438Z | Compiling openssl v0.10.80 |
| 1395 | 2026-08-13T20:58:07.452Z | Compiling httpdate v1.0.3 |
| 1396 | 2026-08-13T20:58:07.486Z | Compiling simd-adler32 v0.3.8 |
| 1397 | 2026-08-13T20:58:07.502Z | Compiling rustls v0.23.41 |
| 1398 | 2026-08-13T20:58:07.598Z | Compiling aws-lc-sys v0.40.0 |
| 1399 | 2026-08-13T20:58:07.612Z | Compiling openssl-sys v0.9.117 |
| 1400 | 2026-08-13T20:58:07.648Z | Compiling foreign-types-shared v0.1.1 |
| 1401 | 2026-08-13T20:58:07.695Z | Compiling tap v1.0.1 |
| 1402 | 2026-08-13T20:58:07.699Z | Compiling maybe-uninit v2.0.0 |
| 1403 | 2026-08-13T20:58:07.725Z | Compiling untrusted v0.9.0 |
| 1404 | 2026-08-13T20:58:07.729Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1405 | 2026-08-13T20:58:07.776Z | Compiling foreign-types v0.3.2 |
| 1406 | 2026-08-13T20:58:07.842Z | Compiling synstructure v0.13.2 |
| 1407 | 2026-08-13T20:58:07.874Z | Compiling serde_derive_internals v0.29.1 |
| 1408 | 2026-08-13T20:58:07.902Z | Compiling pest_generator v2.8.6 |
| 1409 | 2026-08-13T20:58:07.902Z | Compiling regex-automata v0.4.14 |
| 1410 | 2026-08-13T20:58:07.934Z | Compiling darling_core v0.20.11 |
| 1411 | 2026-08-13T20:58:07.959Z | Compiling wyz v0.5.1 |
| 1412 | 2026-08-13T20:58:08.124Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1413 | 2026-08-13T20:58:08.166Z | Compiling tempfile v3.25.0 |
| 1414 | 2026-08-13T20:58:08.171Z | Compiling terminal_size v0.4.3 |
| 1415 | 2026-08-13T20:58:08.354Z | Compiling unicode-normalization v0.1.25 |
| 1416 | 2026-08-13T20:58:08.421Z | Compiling num-integer v0.1.46 |
| 1417 | 2026-08-13T20:58:08.437Z | Compiling wait-timeout v0.2.1 |
| 1418 | 2026-08-13T20:58:08.456Z | Compiling ahash v0.8.12 |
| 1419 | 2026-08-13T20:58:08.573Z | Compiling num-bigint-dig v0.8.6 |
| 1420 | 2026-08-13T20:58:08.591Z | Compiling time-core v0.1.8 |
| 1421 | 2026-08-13T20:58:08.626Z | Compiling funty v2.0.0 |
| 1422 | 2026-08-13T20:58:08.685Z | Compiling adler2 v2.0.1 |
| 1423 | 2026-08-13T20:58:08.700Z | Compiling num-conv v0.2.0 |
| 1424 | 2026-08-13T20:58:08.726Z | Compiling bit-vec v0.8.0 |
| 1425 | 2026-08-13T20:58:08.764Z | Compiling native-tls v0.2.18 |
| 1426 | 2026-08-13T20:58:08.779Z | Compiling quick-error v1.2.3 |
| 1427 | 2026-08-13T20:58:08.795Z | Compiling packed_struct v0.10.1 |
| 1428 | 2026-08-13T20:58:08.809Z | Compiling powerfmt v0.2.0 |
| 1429 | 2026-08-13T20:58:08.838Z | Compiling miniz_oxide v0.8.9 |
| 1430 | 2026-08-13T20:58:08.854Z | Compiling time-macros v0.2.27 |
| 1431 | 2026-08-13T20:58:08.857Z | Compiling clap_builder v4.6.0 |
| 1432 | 2026-08-13T20:58:08.884Z | Compiling rusty-fork v0.3.1 |
| 1433 | 2026-08-13T20:58:08.917Z | Compiling num-iter v0.1.45 |
| 1434 | 2026-08-13T20:58:08.956Z | Compiling deranged v0.5.8 |
| 1435 | 2026-08-13T20:58:08.994Z | Compiling bitvec v1.0.1 |
| 1436 | 2026-08-13T20:58:09.029Z | Compiling bit-set v0.8.0 |
| 1437 | 2026-08-13T20:58:09.177Z | Compiling lazy_static v1.5.0 |
| 1438 | 2026-08-13T20:58:09.211Z | Compiling rand_xorshift v0.4.0 |
| 1439 | 2026-08-13T20:58:09.228Z | Compiling anstyle-parse v0.2.7 |
| 1440 | 2026-08-13T20:58:09.243Z | Compiling sync_wrapper v1.0.2 |
| 1441 | 2026-08-13T20:58:09.285Z | Compiling indexmap v1.9.3 |
| 1442 | 2026-08-13T20:58:09.364Z | Compiling paste v1.0.15 |
| 1443 | 2026-08-13T20:58:09.391Z | Compiling usdt-impl v0.6.0 |
| 1444 | 2026-08-13T20:58:09.428Z | Compiling nodrop v0.1.14 |
| 1445 | 2026-08-13T20:58:09.492Z | Compiling zlib-rs v0.6.2 |
| 1446 | 2026-08-13T20:58:09.508Z | Compiling siphasher v1.0.2 |
| 1447 | 2026-08-13T20:58:09.536Z | Compiling unarray v0.1.4 |
| 1448 | 2026-08-13T20:58:09.596Z | Compiling serde_derive v1.0.228 |
| 1449 | 2026-08-13T20:58:09.629Z | Compiling zeroize_derive v1.5.0 |
| 1450 | 2026-08-13T20:58:09.655Z | Compiling zerocopy-derive v0.8.40 |
| 1451 | 2026-08-13T20:58:09.671Z | Compiling zerofrom-derive v0.1.6 |
| 1452 | 2026-08-13T20:58:09.714Z | Compiling yoke-derive v0.8.1 |
| 1453 | 2026-08-13T20:58:09.974Z | Compiling zerovec-derive v0.11.2 |
| 1454 | 2026-08-13T20:58:09.989Z | Compiling displaydoc v0.2.5 |
| 1455 | 2026-08-13T20:58:10.015Z | Compiling tokio-macros v2.7.0 |
| 1456 | 2026-08-13T20:58:10.305Z | Compiling futures-macro v0.3.32 |
| 1457 | 2026-08-13T20:58:10.322Z | Compiling zeroize v1.9.0 |
| 1458 | 2026-08-13T20:58:10.553Z | Compiling thiserror-impl v2.0.18 |
| 1459 | 2026-08-13T20:58:10.800Z | Compiling der_derive v0.7.3 |
| 1460 | 2026-08-13T20:58:10.826Z | Compiling tracing-attributes v0.1.31 |
| 1461 | 2026-08-13T20:58:10.921Z | Compiling rustls-pki-types v1.14.0 |
| 1462 | 2026-08-13T20:58:10.950Z | Compiling schemars_derive v0.8.22 |
| 1463 | 2026-08-13T20:58:11.152Z | Compiling zerofrom v0.1.6 |
| 1464 | 2026-08-13T20:58:11.173Z | Compiling block-buffer v0.10.4 |
| 1465 | 2026-08-13T20:58:11.191Z | Compiling crypto-common v0.1.7 |
| 1466 | 2026-08-13T20:58:11.196Z | Compiling futures-util v0.3.32 |
| 1467 | 2026-08-13T20:58:11.297Z | Compiling yoke v0.8.1 |
| 1468 | 2026-08-13T20:58:11.359Z | Compiling digest v0.10.7 |
| 1469 | 2026-08-13T20:58:11.373Z | Compiling hybrid-array v0.4.13 |
| 1470 | 2026-08-13T20:58:11.415Z | Compiling scroll_derive v0.13.1 |
| 1471 | 2026-08-13T20:58:11.502Z | Compiling zerovec v0.11.5 |
| 1472 | 2026-08-13T20:58:11.629Z | Compiling zerotrie v0.2.3 |
| 1473 | 2026-08-13T20:58:11.810Z | Compiling der v0.7.10 |
| 1474 | 2026-08-13T20:58:11.948Z | Compiling tinystr v0.8.2 |
| 1475 | 2026-08-13T20:58:11.963Z | Compiling potential_utf v0.1.4 |
| 1476 | 2026-08-13T20:58:12.032Z | Compiling thiserror v2.0.18 |
| 1477 | 2026-08-13T20:58:12.049Z | Compiling sha2 v0.10.9 |
| 1478 | 2026-08-13T20:58:12.161Z | Compiling icu_locale_core v2.1.1 |
| 1479 | 2026-08-13T20:58:12.182Z | Compiling icu_collections v2.1.1 |
| 1480 | 2026-08-13T20:58:12.197Z | Compiling pest_derive v2.8.6 |
| 1481 | 2026-08-13T20:58:12.201Z | Compiling signature v2.2.0 |
| 1482 | 2026-08-13T20:58:12.253Z | Compiling darling_macro v0.20.11 |
| 1483 | 2026-08-13T20:58:12.257Z | Compiling tracing v0.1.44 |
| 1484 | 2026-08-13T20:58:12.284Z | Compiling scroll v0.13.0 |
| 1485 | 2026-08-13T20:58:12.287Z | Compiling openssl-macros v0.1.1 |
| 1486 | 2026-08-13T20:58:12.416Z | Compiling thiserror-impl v1.0.69 |
| 1487 | 2026-08-13T20:58:12.554Z | Compiling goblin v0.10.5 |
| 1488 | 2026-08-13T20:58:12.580Z | Compiling hmac v0.12.1 |
| 1489 | 2026-08-13T20:58:12.701Z | Compiling spki v0.7.3 |
| 1490 | 2026-08-13T20:58:12.706Z | Compiling packed_struct_codegen v0.10.1 |
| 1491 | 2026-08-13T20:58:12.755Z | Compiling bitfield-macros v0.19.4 |
| 1492 | 2026-08-13T20:58:12.803Z | Compiling darling v0.20.11 |
| 1493 | 2026-08-13T20:58:12.849Z | Compiling icu_provider v2.1.1 |
| 1494 | 2026-08-13T20:58:12.927Z | Compiling pkcs8 v0.10.2 |
| 1495 | 2026-08-13T20:58:12.958Z | Compiling zerocopy-derive v0.6.6 |
| 1496 | 2026-08-13T20:58:13.104Z | Compiling icu_properties v2.1.2 |
| 1497 | 2026-08-13T20:58:13.127Z | Compiling icu_normalizer v2.1.1 |
| 1498 | 2026-08-13T20:58:13.169Z | Compiling clap_derive v4.6.1 |
| 1499 | 2026-08-13T20:58:13.205Z | Compiling crossbeam-utils v0.8.21 |
| 1500 | 2026-08-13T20:58:13.319Z | Compiling bytes v1.11.1 |
| 1501 | 2026-08-13T20:58:13.430Z | Compiling chrono v0.4.45 |
| 1502 | 2026-08-13T20:58:13.522Z | Compiling ipnet v2.11.0 |
| 1503 | 2026-08-13T20:58:13.578Z | Compiling hex v0.4.3 |
| 1504 | 2026-08-13T20:58:13.616Z | Compiling toml_datetime v0.6.11 |
| 1505 | 2026-08-13T20:58:13.694Z | Compiling serde_spanned v0.6.9 |
| 1506 | 2026-08-13T20:58:13.789Z | Compiling thiserror v1.0.69 |
| 1507 | 2026-08-13T20:58:13.847Z | Compiling tokio v1.52.1 |
| 1508 | 2026-08-13T20:58:13.862Z | Compiling http v1.4.2 |
| 1509 | 2026-08-13T20:58:13.866Z | Compiling num_threads v0.1.7 |
| 1510 | 2026-08-13T20:58:13.893Z | Compiling crc-catalog v2.4.0 |
| 1511 | 2026-08-13T20:58:13.912Z | Compiling zerocopy v0.6.6 |
| 1512 | 2026-08-13T20:58:13.962Z | Compiling time v0.3.47 |
| 1513 | 2026-08-13T20:58:13.988Z | Compiling idna_adapter v1.2.1 |
| 1514 | 2026-08-13T20:58:14.002Z | Compiling crc v3.4.0 |
| 1515 | 2026-08-13T20:58:14.049Z | Compiling bitfield v0.19.4 |
| 1516 | 2026-08-13T20:58:14.147Z | Compiling ppv-lite86 v0.2.21 |
| 1517 | 2026-08-13T20:58:14.219Z | Compiling idna v1.1.0 |
| 1518 | 2026-08-13T20:58:14.286Z | Compiling pkcs1 v0.7.5 |
| 1519 | 2026-08-13T20:58:14.363Z | Compiling derive_builder_core v0.20.2 |
| 1520 | 2026-08-13T20:58:14.378Z | Compiling dtrace-parser v0.3.0 |
| 1521 | 2026-08-13T20:58:14.495Z | Compiling rand_chacha v0.9.0 |
| 1522 | 2026-08-13T20:58:14.509Z | Compiling url v2.5.8 |
| 1523 | 2026-08-13T20:58:14.699Z | Compiling rand v0.9.2 |
| 1524 | 2026-08-13T20:58:14.788Z | Compiling http-body v1.0.1 |
| 1525 | 2026-08-13T20:58:14.842Z | Compiling rand_chacha v0.3.1 |
| 1526 | 2026-08-13T20:58:14.890Z | Compiling flate2 v1.1.9 |
| 1527 | 2026-08-13T20:58:14.961Z | Compiling http-body-util v0.1.3 |
| 1528 | 2026-08-13T20:58:14.978Z | Compiling clap v4.6.1 |
| 1529 | 2026-08-13T20:58:15.138Z | Compiling rand v0.8.6 |
| 1530 | 2026-08-13T20:58:15.274Z | Compiling proptest v1.11.0 |
| 1531 | 2026-08-13T20:58:15.325Z | Compiling dof v0.4.0 |
| 1532 | 2026-08-13T20:58:15.328Z | Compiling scroll_derive v0.12.1 |
| 1533 | 2026-08-13T20:58:15.355Z | Compiling structmeta-derive v0.3.0 |
| 1534 | 2026-08-13T20:58:15.359Z | Compiling array-init v0.0.4 |
| 1535 | 2026-08-13T20:58:15.505Z | Compiling anstream v0.6.21 |
| 1536 | 2026-08-13T20:58:15.561Z | Compiling smallvec v0.6.14 |
| 1537 | 2026-08-13T20:58:15.576Z | Compiling darling_core v0.23.0 |
| 1538 | 2026-08-13T20:58:15.639Z | Compiling heapless v0.7.17 |
| 1539 | 2026-08-13T20:58:15.727Z | Compiling slog v2.8.2 |
| 1540 | 2026-08-13T20:58:15.830Z | Compiling thread-id v5.1.0 |
| 1541 | 2026-08-13T20:58:15.853Z | Compiling env_filter v1.0.0 |
| 1542 | 2026-08-13T20:58:15.905Z | Compiling ipnetwork v0.21.1 |
| 1543 | 2026-08-13T20:58:15.928Z | Compiling cookie v0.18.1 |
| 1544 | 2026-08-13T20:58:15.941Z | Compiling anyhow v1.0.102 |
| 1545 | 2026-08-13T20:58:15.957Z | Compiling ryu v1.0.23 |
| 1546 | 2026-08-13T20:58:16.041Z | Compiling unicode-properties v0.1.4 |
| 1547 | 2026-08-13T20:58:16.118Z | Compiling base64 v0.21.7 |
| 1548 | 2026-08-13T20:58:16.131Z | Compiling signal-hook v0.3.18 |
| 1549 | 2026-08-13T20:58:16.151Z | Compiling iri-string v0.7.10 |
| 1550 | 2026-08-13T20:58:16.167Z | Compiling zstd-safe v7.2.4 |
| 1551 | 2026-08-13T20:58:16.266Z | Compiling allocator-api2 v0.2.21 |
| 1552 | 2026-08-13T20:58:16.280Z | Compiling winnow v0.5.40 |
| 1553 | 2026-08-13T20:58:16.320Z | Compiling unicode-bidi v0.3.18 |
| 1554 | 2026-08-13T20:58:16.323Z | Compiling hashbrown v0.12.3 |
| 1555 | 2026-08-13T20:58:16.405Z | Compiling ron v0.8.1 |
| 1556 | 2026-08-13T20:58:16.444Z | Compiling oxnet v0.1.6 |
| 1557 | 2026-08-13T20:58:16.474Z | Compiling structmeta v0.3.0 |
| 1558 | 2026-08-13T20:58:16.617Z | Compiling serde_urlencoded v0.7.1 |
| 1559 | 2026-08-13T20:58:16.688Z | Compiling stringprep v0.1.5 |
| 1560 | 2026-08-13T20:58:16.707Z | Compiling scroll v0.12.0 |
| 1561 | 2026-08-13T20:58:16.816Z | Compiling rsa v0.9.10 |
| 1562 | 2026-08-13T20:58:16.882Z | Compiling env_logger v0.11.9 |
| 1563 | 2026-08-13T20:58:16.930Z | Compiling serde-hex v0.1.0 |
| 1564 | 2026-08-13T20:58:16.966Z | Compiling camino v1.2.2 |
| 1565 | 2026-08-13T20:58:16.991Z | Compiling bzip2 v0.4.4 |
| 1566 | 2026-08-13T20:58:17.217Z | Compiling derive_builder_macro v0.20.2 |
| 1567 | 2026-08-13T20:58:17.250Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1568 | 2026-08-13T20:58:17.265Z | Compiling hashbrown v0.13.2 |
| 1569 | 2026-08-13T20:58:17.359Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1570 | 2026-08-13T20:58:17.374Z | Compiling serde_tokenstream v0.2.3 |
| 1571 | 2026-08-13T20:58:17.562Z | Compiling toml_edit v0.19.15 |
| 1572 | 2026-08-13T20:58:17.678Z | Compiling tokio-util v0.7.18 |
| 1573 | 2026-08-13T20:58:17.678Z | Compiling tower v0.5.3 |
| 1574 | 2026-08-13T20:58:17.717Z | Compiling newtype-uuid v1.3.2 |
| 1575 | 2026-08-13T20:58:17.733Z | Compiling tokio-native-tls v0.3.1 |
| 1576 | 2026-08-13T20:58:17.749Z | Compiling erased-serde v0.3.31 |
| 1577 | 2026-08-13T20:58:17.767Z | Compiling x509-cert v0.2.5 |
| 1578 | 2026-08-13T20:58:17.880Z | Compiling block-padding v0.4.2 |
| 1579 | 2026-08-13T20:58:17.970Z | Compiling block-buffer v0.12.1 |
| 1580 | 2026-08-13T20:58:18.069Z | Compiling crypto-common v0.2.2 |
| 1581 | 2026-08-13T20:58:18.100Z | Compiling darling_macro v0.23.0 |
| 1582 | 2026-08-13T20:58:18.125Z | Compiling tower-http v0.6.8 |
| 1583 | 2026-08-13T20:58:18.188Z | Compiling md-5 v0.10.6 |
| 1584 | 2026-08-13T20:58:18.205Z | Compiling rustls-native-certs v0.8.3 |
| 1585 | 2026-08-13T20:58:18.314Z | Compiling bstr v1.12.1 |
| 1586 | 2026-08-13T20:58:18.373Z | Compiling zerocopy-derive v0.7.35 |
| 1587 | 2026-08-13T20:58:18.519Z | Compiling h2 v0.4.15 |
| 1588 | 2026-08-13T20:58:18.553Z | Compiling pin-project-internal v1.1.11 |
| 1589 | 2026-08-13T20:58:18.629Z | Compiling daft-derive v0.1.7 |
| 1590 | 2026-08-13T20:58:18.727Z | Compiling async-trait v0.1.89 |
| 1591 | 2026-08-13T20:58:18.781Z | Compiling curve25519-dalek v4.1.3 |
| 1592 | 2026-08-13T20:58:18.979Z | Compiling vergen-lib v9.1.0 |
| 1593 | 2026-08-13T20:58:19.139Z | Compiling hash32 v0.2.1 |
| 1594 | 2026-08-13T20:58:19.206Z | Compiling memoffset v0.9.1 |
| 1595 | 2026-08-13T20:58:19.314Z | Compiling encoding_rs v0.8.35 |
| 1596 | 2026-08-13T20:58:19.377Z | Compiling psl-types v2.0.11 |
| 1597 | 2026-08-13T20:58:19.425Z | Compiling cfg_aliases v0.2.1 |
| 1598 | 2026-08-13T20:58:19.441Z | Compiling crc-any v2.5.0 |
| 1599 | 2026-08-13T20:58:19.473Z | Compiling fallible-iterator v0.2.0 |
| 1600 | 2026-08-13T20:58:19.512Z | Compiling mime v0.3.17 |
| 1601 | 2026-08-13T20:58:19.527Z | Compiling rustix v0.38.44 |
| 1602 | 2026-08-13T20:58:19.653Z | Compiling smoltcp v0.9.1 |
| 1603 | 2026-08-13T20:58:19.687Z | Compiling ref-cast v1.0.25 |
| 1604 | 2026-08-13T20:58:19.755Z | Compiling litrs v1.0.0 |
| 1605 | 2026-08-13T20:58:19.802Z | Compiling postgres-protocol v0.6.10 |
| 1606 | 2026-08-13T20:58:19.817Z | Compiling pin-project v1.1.11 |
| 1607 | 2026-08-13T20:58:19.834Z | Compiling nix v0.31.2 |
| 1608 | 2026-08-13T20:58:19.859Z | Compiling publicsuffix v2.3.0 |
| 1609 | 2026-08-13T20:58:19.936Z | Compiling daft v0.1.7 |
| 1610 | 2026-08-13T20:58:20.052Z | Compiling zerocopy v0.7.35 |
| 1611 | 2026-08-13T20:58:20.101Z | Compiling toml v0.7.8 |
| 1612 | 2026-08-13T20:58:20.114Z | Compiling darling v0.23.0 |
| 1613 | 2026-08-13T20:58:20.212Z | Compiling inout v0.2.2 |
| 1614 | 2026-08-13T20:58:20.233Z | Compiling derive_builder v0.20.2 |
| 1615 | 2026-08-13T20:58:20.249Z | Compiling object v0.30.4 |
| 1616 | 2026-08-13T20:58:20.309Z | Compiling document-features v0.2.12 |
| 1617 | 2026-08-13T20:58:20.328Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1618 | 2026-08-13T20:58:20.377Z | Compiling zip v0.6.6 |
| 1619 | 2026-08-13T20:58:20.395Z | Compiling goblin v0.8.2 |
| 1620 | 2026-08-13T20:58:20.410Z | Compiling derive-ex v0.1.8 |
| 1621 | 2026-08-13T20:58:20.575Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1622 | 2026-08-13T20:58:20.853Z | Compiling futures-executor v0.3.32 |
| 1623 | 2026-08-13T20:58:20.881Z | Compiling hubpack_derive v0.1.1 |
| 1624 | 2026-08-13T20:58:20.896Z | Compiling regex v1.12.3 |
| 1625 | 2026-08-13T20:58:20.920Z | Compiling phf_shared v0.13.1 |
| 1626 | 2026-08-13T20:58:20.976Z | Compiling ref-cast-impl v1.0.25 |
| 1627 | 2026-08-13T20:58:21.029Z | Compiling strum_macros v0.27.2 |
| 1628 | 2026-08-13T20:58:21.135Z | Compiling snafu-derive v0.8.9 |
| 1629 | 2026-08-13T20:58:21.174Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1630 | 2026-08-13T20:58:21.190Z | Compiling vergen v9.1.0 |
| 1631 | 2026-08-13T20:58:21.350Z | Compiling cargo-platform v0.3.2 |
| 1632 | 2026-08-13T20:58:21.363Z | Compiling ff v0.13.1 |
| 1633 | 2026-08-13T20:58:21.390Z | Compiling fs-err v3.3.0 |
| 1634 | 2026-08-13T20:58:21.420Z | Compiling base16ct v0.2.0 |
| 1635 | 2026-08-13T20:58:21.517Z | Compiling same-file v1.0.6 |
| 1636 | 2026-08-13T20:58:21.569Z | Compiling jiff-core v0.1.0 |
| 1637 | 2026-08-13T20:58:21.607Z | Compiling path-slash v0.1.5 |
| 1638 | 2026-08-13T20:58:21.622Z | Compiling foldhash v0.1.5 |
| 1639 | 2026-08-13T20:58:21.644Z | Compiling foldhash v0.2.0 |
| 1640 | 2026-08-13T20:58:21.699Z | Compiling either v1.15.0 |
| 1641 | 2026-08-13T20:58:21.762Z | Compiling hyper v1.10.1 |
| 1642 | 2026-08-13T20:58:21.814Z | Compiling libbz2-rs-sys v0.2.2 |
| 1643 | 2026-08-13T20:58:21.866Z | Compiling object v0.37.3 |
| 1644 | 2026-08-13T20:58:21.891Z | Compiling bumpalo v3.20.2 |
| 1645 | 2026-08-13T20:58:21.925Z | Compiling unicode-segmentation v1.12.0 |
| 1646 | 2026-08-13T20:58:21.982Z | Compiling managed v0.8.0 |
| 1647 | 2026-08-13T20:58:22.115Z | Compiling bitflags v1.3.2 |
| 1648 | 2026-08-13T20:58:22.177Z | Compiling test-strategy v0.4.5 |
| 1649 | 2026-08-13T20:58:22.222Z | Compiling zopfli v0.8.3 |
| 1650 | 2026-08-13T20:58:22.323Z | Compiling jiff v0.2.34 |
| 1651 | 2026-08-13T20:58:22.524Z | Compiling bzip2 v0.6.1 |
| 1652 | 2026-08-13T20:58:22.640Z | Compiling dof v0.3.0 |
| 1653 | 2026-08-13T20:58:22.753Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1654 | 2026-08-13T20:58:22.823Z | Compiling hashbrown v0.16.1 |
| 1655 | 2026-08-13T20:58:22.924Z | Compiling hyper-util v0.1.20 |
| 1656 | 2026-08-13T20:58:23.059Z | Compiling hashbrown v0.15.5 |
| 1657 | 2026-08-13T20:58:23.078Z | Compiling strum v0.27.2 |
| 1658 | 2026-08-13T20:58:23.141Z | Compiling snafu v0.8.9 |
| 1659 | 2026-08-13T20:58:23.181Z | Compiling walkdir v2.5.0 |
| 1660 | 2026-08-13T20:58:23.440Z | Compiling sec1 v0.7.3 |
| 1661 | 2026-08-13T20:58:23.457Z | Compiling cargo_metadata v0.23.1 |
| 1662 | 2026-08-13T20:58:23.462Z | Compiling group v0.13.0 |
| 1663 | 2026-08-13T20:58:23.507Z | Compiling hubpack v0.1.2 |
| 1664 | 2026-08-13T20:58:23.522Z | Compiling phf v0.13.1 |
| 1665 | 2026-08-13T20:58:23.535Z | Compiling futures v0.3.32 |
| 1666 | 2026-08-13T20:58:23.628Z | Compiling cookie_store v0.22.1 |
| 1667 | 2026-08-13T20:58:23.643Z | Compiling signal-hook-mio v0.2.5 |
| 1668 | 2026-08-13T20:58:23.668Z | Compiling zstd v0.13.3 |
| 1669 | 2026-08-13T20:58:23.736Z | Compiling cipher v0.5.2 |
| 1670 | 2026-08-13T20:58:23.767Z | Compiling serde_with_macros v3.21.0 |
| 1671 | 2026-08-13T20:58:23.783Z | Compiling postgres-types v0.2.12 |
| 1672 | 2026-08-13T20:58:23.908Z | Compiling globset v0.4.18 |
| 1673 | 2026-08-13T20:58:23.953Z | Compiling usdt-macro v0.6.0 |
| 1674 | 2026-08-13T20:58:24.059Z | Compiling usdt-attr-macro v0.6.0 |
| 1675 | 2026-08-13T20:58:24.092Z | Compiling byte-wrapper v0.1.0 |
| 1676 | 2026-08-13T20:58:24.285Z | Compiling dtrace-parser v0.2.0 |
| 1677 | 2026-08-13T20:58:24.318Z | Compiling serde-big-array v0.5.1 |
| 1678 | 2026-08-13T20:58:24.362Z | Compiling hyper-tls v0.6.0 |
| 1679 | 2026-08-13T20:58:24.450Z | Compiling olpc-cjson v0.1.4 |
| 1680 | 2026-08-13T20:58:24.480Z | Compiling serde_plain v1.0.2 |
| 1681 | 2026-08-13T20:58:24.609Z | Compiling reqwest v0.12.28 |
| 1682 | 2026-08-13T20:58:24.625Z | Compiling ed25519 v2.2.3 |
| 1683 | 2026-08-13T20:58:24.638Z | Compiling hkdf v0.12.4 |
| 1684 | 2026-08-13T20:58:24.698Z | Compiling crypto-bigint v0.5.5 |
| 1685 | 2026-08-13T20:58:24.727Z | Compiling phf_shared v0.11.3 |
| 1686 | 2026-08-13T20:58:24.772Z | Compiling async-recursion v1.1.1 |
| 1687 | 2026-08-13T20:58:24.835Z | Compiling strum_macros v0.26.4 |
| 1688 | 2026-08-13T20:58:24.862Z | Compiling serde_repr v0.1.20 |
| 1689 | 2026-08-13T20:58:24.931Z | Compiling enum-as-inner v0.6.1 |
| 1690 | 2026-08-13T20:58:24.945Z | Compiling float-cmp v0.10.0 |
| 1691 | 2026-08-13T20:58:24.969Z | Compiling pem v3.0.6 |
| 1692 | 2026-08-13T20:58:25.029Z | Compiling thread-id v4.2.2 |
| 1693 | 2026-08-13T20:58:25.047Z | Compiling memmap2 v0.9.10 |
| 1694 | 2026-08-13T20:58:25.112Z | Compiling keccak v0.1.6 |
| 1695 | 2026-08-13T20:58:25.130Z | Compiling winnow v1.0.3 |
| 1696 | 2026-08-13T20:58:25.286Z | Compiling difflib v0.4.0 |
| 1697 | 2026-08-13T20:58:25.301Z | Compiling const-oid v0.10.2 |
| 1698 | 2026-08-13T20:58:25.317Z | Compiling fixedbitset v0.4.2 |
| 1699 | 2026-08-13T20:58:25.437Z | Compiling fixedbitset v0.5.7 |
| 1700 | 2026-08-13T20:58:25.456Z | Compiling normalize-line-endings v0.3.0 |
| 1701 | 2026-08-13T20:58:25.474Z | Compiling static_assertions v1.1.0 |
| 1702 | 2026-08-13T20:58:25.508Z | Compiling predicates-core v1.0.10 |
| 1703 | 2026-08-13T20:58:25.534Z | Compiling new_debug_unreachable v1.0.6 |
| 1704 | 2026-08-13T20:58:25.554Z | Compiling precomputed-hash v0.1.1 |
| 1705 | 2026-08-13T20:58:25.558Z | Compiling whoami v2.1.0 |
| 1706 | 2026-08-13T20:58:25.558Z | Compiling typed-path v0.9.3 |
| 1707 | 2026-08-13T20:58:25.594Z | Compiling data-encoding v2.10.0 |
| 1708 | 2026-08-13T20:58:25.616Z | Compiling cpufeatures v0.3.0 |
| 1709 | 2026-08-13T20:58:25.656Z | Compiling string_cache v0.8.9 |
| 1710 | 2026-08-13T20:58:25.695Z | Compiling chacha20 v0.10.0 |
| 1711 | 2026-08-13T20:58:25.709Z | Compiling elliptic-curve v0.13.8 |
| 1712 | 2026-08-13T20:58:25.754Z | Compiling petgraph v0.8.3 |
| 1713 | 2026-08-13T20:58:25.854Z | Compiling tokio-postgres v0.7.16 |
| 1714 | 2026-08-13T20:58:25.868Z | Compiling predicates v3.1.4 |
| 1715 | 2026-08-13T20:58:25.908Z | Compiling hickory-proto v0.25.2 |
| 1716 | 2026-08-13T20:58:25.971Z | Compiling toml_edit v0.22.27 |
| 1717 | 2026-08-13T20:58:25.986Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1718 | 2026-08-13T20:58:26.085Z | Compiling petgraph v0.6.5 |
| 1719 | 2026-08-13T20:58:26.140Z | Compiling digest v0.11.3 |
| 1720 | 2026-08-13T20:58:26.303Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1721 | 2026-08-13T20:58:26.385Z | Compiling sha3 v0.10.8 |
| 1722 | 2026-08-13T20:58:26.403Z | Compiling usdt v0.6.0 |
| 1723 | 2026-08-13T20:58:26.521Z | Compiling usdt-impl v0.5.0 |
| 1724 | 2026-08-13T20:58:26.616Z | Compiling strum v0.26.3 |
| 1725 | 2026-08-13T20:58:26.685Z | Compiling serde_with v3.21.0 |
| 1726 | 2026-08-13T20:58:26.769Z | Compiling ed25519-dalek v2.2.0 |
| 1727 | 2026-08-13T20:58:26.805Z | Compiling crossterm v0.28.1 |
| 1728 | 2026-08-13T20:58:26.838Z | Compiling zip v4.6.1 |
| 1729 | 2026-08-13T20:58:26.959Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1730 | 2026-08-13T20:58:27.285Z | Compiling iddqd v0.4.2 |
| 1731 | 2026-08-13T20:58:27.582Z | Compiling heck v0.4.1 |
| 1732 | 2026-08-13T20:58:27.718Z | Compiling similar v2.7.0 |
| 1733 | 2026-08-13T20:58:27.793Z | Compiling itertools v0.13.0 |
| 1734 | 2026-08-13T20:58:27.863Z | Compiling itertools v0.15.0 |
| 1735 | 2026-08-13T20:58:28.120Z | Compiling tokio-stream v0.1.18 |
| 1736 | 2026-08-13T20:58:28.134Z | Compiling crossbeam-epoch v0.9.18 |
| 1737 | 2026-08-13T20:58:28.404Z | Compiling buf-list v1.1.2 |
| 1738 | 2026-08-13T20:58:28.482Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1739 | 2026-08-13T20:58:28.544Z | Compiling openapiv3 v2.2.0 |
| 1740 | 2026-08-13T20:58:28.561Z | Compiling lalrpop-util v0.19.12 |
| 1741 | 2026-08-13T20:58:28.616Z | Compiling peg-runtime v0.8.5 |
| 1742 | 2026-08-13T20:58:28.639Z | Compiling thread_local v1.1.9 |
| 1743 | 2026-08-13T20:58:28.655Z | Compiling slog-async v2.8.0 |
| 1744 | 2026-08-13T20:58:28.703Z | Compiling crossbeam-channel v0.5.15 |
| 1745 | 2026-08-13T20:58:28.728Z | Compiling filetime v0.2.27 |
| 1746 | 2026-08-13T20:58:28.777Z | Compiling is-terminal v0.4.17 |
| 1747 | 2026-08-13T20:58:28.814Z | Compiling xattr v1.6.1 |
| 1748 | 2026-08-13T20:58:28.879Z | Compiling take_mut v0.2.2 |
| 1749 | 2026-08-13T20:58:28.897Z | Compiling term v1.2.1 |
| 1750 | 2026-08-13T20:58:28.911Z | Compiling camino-tempfile v1.4.1 |
| 1751 | 2026-08-13T20:58:28.997Z | Compiling tar v0.4.46 |
| 1752 | 2026-08-13T20:58:29.188Z | Compiling slog-term v2.9.2 |
| 1753 | 2026-08-13T20:58:46.521Z | Compiling rustls-webpki v0.103.13 |
| 1754 | 2026-08-13T20:58:49.205Z | Compiling tokio-rustls v0.26.4 |
| 1755 | 2026-08-13T20:58:49.205Z | Compiling rustls-platform-verifier v0.6.2 |
| 1756 | 2026-08-13T20:58:49.208Z | Compiling tough v0.22.0 |
| 1757 | 2026-08-13T20:58:49.404Z | Compiling hyper-rustls v0.27.7 |
| 1758 | 2026-08-13T20:58:49.592Z | Compiling reqwest v0.13.2 |
| 1759 | 2026-08-13T20:58:51.763Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1760 | 2026-08-13T20:58:51.992Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1761 | 2026-08-13T20:58:54.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.95s |
| 1762 | 2026-08-13T20:58:55.083Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1763 | 2026-08-13T20:58:55.151Z | Aug 13 20:58:54.544 INFO Starting download, target: Cockroach |
| 1764 | 2026-08-13T20:58:55.151Z | Aug 13 20:58:54.545 INFO Starting download, target: Console |
| 1765 | 2026-08-13T20:58:55.151Z | Aug 13 20:58:54.545 INFO Starting download, target: Clickhouse |
| 1766 | 2026-08-13T20:58:55.151Z | Aug 13 20:58:54.545 INFO Starting download, target: DendriteStub |
| 1767 | 2026-08-13T20:58:55.161Z | Aug 13 20:58:54.545 INFO Starting download, target: MaghemiteMgd |
| 1768 | 2026-08-13T20:58:55.161Z | Aug 13 20:58:54.545 INFO Starting download, target: MaghemiteDdmd |
| 1769 | 2026-08-13T20:58:55.161Z | Aug 13 20:58:54.545 INFO Starting download, target: TransceiverControl |
| 1770 | 2026-08-13T20:58:55.161Z | Aug 13 20:58:54.545 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1771 | 2026-08-13T20:58:55.161Z | Aug 13 20:58:54.545 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1772 | 2026-08-13T20:58:55.161Z | Aug 13 20:58:54.546 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1773 | 2026-08-13T20:58:55.161Z | Aug 13 20:58:54.546 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1774 | 2026-08-13T20:58:55.161Z | Aug 13 20:58:54.546 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1775 | 2026-08-13T20:58:55.161Z | Aug 13 20:58:54.546 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1776 | 2026-08-13T20:58:55.161Z | Aug 13 20:58:54.546 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1777 | 2026-08-13T20:58:56.129Z | Aug 13 20:58:55.544 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1778 | 2026-08-13T20:58:56.376Z | Aug 13 20:58:55.778 INFO Download complete, target: TransceiverControl |
| 1779 | 2026-08-13T20:58:56.921Z | Aug 13 20:58:56.322 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1780 | 2026-08-13T20:58:57.184Z | Aug 13 20:58:56.590 INFO Download complete, target: Console |
| 1781 | 2026-08-13T20:58:57.773Z | Aug 13 20:58:57.106 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1782 | 2026-08-13T20:59:00.342Z | Aug 13 20:58:59.748 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1783 | 2026-08-13T20:59:00.428Z | Aug 13 20:58:59.837 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1784 | 2026-08-13T20:59:00.631Z | Aug 13 20:59:00.014 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1785 | 2026-08-13T20:59:01.990Z | Aug 13 20:59:01.405 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1786 | 2026-08-13T20:59:01.991Z | Aug 13 20:59:01.405 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1787 | 2026-08-13T20:59:02.493Z | Aug 13 20:59:01.870 INFO Download complete, target: MaghemiteDdmd |
| 1788 | 2026-08-13T20:59:03.013Z | Aug 13 20:59:02.442 INFO Download complete, target: DendriteStub |
| 1789 | 2026-08-13T20:59:03.275Z | Aug 13 20:59:02.704 INFO Download complete, target: MaghemiteMgd |
| 1790 | 2026-08-13T20:59:04.722Z | Aug 13 20:59:04.153 INFO Checking that binary works, target: Clickhouse |
| 1791 | 2026-08-13T20:59:04.833Z | Aug 13 20:59:04.249 INFO Download complete, target: Clickhouse |
| 1792 | 2026-08-13T20:59:06.770Z | Aug 13 20:59:06.198 INFO Checking that binary works, target: Cockroach |
| 1793 | 2026-08-13T20:59:06.884Z | Aug 13 20:59:06.320 INFO Download complete, target: Cockroach |
| 1794 | 2026-08-13T20:59:06.893Z | All prerequisites installed successfully |
| 1795 | 2026-08-13T20:59:06.893Z | |
| 1796 | 2026-08-13T20:59:06.893Z | real 1:57.885863482 |
| 1797 | 2026-08-13T20:59:06.893Z | user 7:11.605275658 |
| 1798 | 2026-08-13T20:59:06.893Z | sys 1:44.963169615 |
| 1799 | 2026-08-13T20:59:06.893Z | trap 0.271985713 |
| 1800 | 2026-08-13T20:59:06.894Z | tflt 0.932434879 |
| 1801 | 2026-08-13T20:59:06.894Z | dflt 1.471753622 |
| 1802 | 2026-08-13T20:59:06.894Z | kflt 0.025947008 |
| 1803 | 2026-08-13T20:59:06.894Z | lock 29:09.671526116 |
| 1804 | 2026-08-13T20:59:06.894Z | slp 19:45.251898690 |
| 1805 | 2026-08-13T20:59:06.894Z | lat 27.662438022 |
| 1806 | 2026-08-13T20:59:06.894Z | stop 3:31.221934986 |
| 1807 | 2026-08-13T20:59:06.894Z | + ptime -m cargo xtask download softnpu |
| 1808 | 2026-08-13T20:59:07.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1809 | 2026-08-13T20:59:07.385Z | Running `target/debug/xtask download softnpu` |
| 1810 | 2026-08-13T20:59:08.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 1811 | 2026-08-13T20:59:08.215Z | Running `target/debug/xtask-downloader softnpu` |
| 1812 | 2026-08-13T20:59:08.261Z | Aug 13 20:59:07.691 INFO Starting download, target: Softnpu |
| 1813 | 2026-08-13T20:59:08.273Z | Aug 13 20:59:07.692 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1814 | 2026-08-13T20:59:08.791Z | Aug 13 20:59:08.228 INFO Download complete, target: Softnpu |
| 1815 | 2026-08-13T20:59:08.794Z | |
| 1816 | 2026-08-13T20:59:08.799Z | real 1.899293121 |
| 1817 | 2026-08-13T20:59:08.799Z | user 1.331258616 |
| 1818 | 2026-08-13T20:59:08.799Z | sys 0.620879122 |
| 1819 | 2026-08-13T20:59:08.799Z | trap 0.000657993 |
| 1820 | 2026-08-13T20:59:08.799Z | tflt 0.000188230 |
| 1821 | 2026-08-13T20:59:08.799Z | dflt 0.000371550 |
| 1822 | 2026-08-13T20:59:08.799Z | kflt 0.000000000 |
| 1823 | 2026-08-13T20:59:08.799Z | lock 9.928011518 |
| 1824 | 2026-08-13T20:59:08.799Z | slp 0.389161624 |
| 1825 | 2026-08-13T20:59:08.799Z | lat 0.094676446 |
| 1826 | 2026-08-13T20:59:08.799Z | stop 0.000169108 |
| 1827 | 2026-08-13T20:59:08.799Z | + export CARGO_INCREMENTAL=0 |
| 1828 | 2026-08-13T20:59:08.799Z | + CARGO_INCREMENTAL=0 |
| 1829 | 2026-08-13T20:59:08.799Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1830 | 2026-08-13T20:59:09.715Z | Compiling proc-macro2 v1.0.106 |
| 1831 | 2026-08-13T20:59:09.715Z | Compiling quote v1.0.45 |
| 1832 | 2026-08-13T20:59:09.716Z | Compiling unicode-ident v1.0.24 |
| 1833 | 2026-08-13T20:59:09.716Z | Compiling libc v0.2.185 |
| 1834 | 2026-08-13T20:59:09.716Z | Compiling serde_core v1.0.228 |
| 1835 | 2026-08-13T20:59:09.719Z | Compiling serde v1.0.228 |
| 1836 | 2026-08-13T20:59:09.719Z | Compiling cfg-if v1.0.4 |
| 1837 | 2026-08-13T20:59:09.719Z | Compiling version_check v0.9.5 |
| 1838 | 2026-08-13T20:59:09.862Z | Compiling autocfg v1.5.0 |
| 1839 | 2026-08-13T20:59:09.865Z | Compiling find-msvc-tools v0.1.9 |
| 1840 | 2026-08-13T20:59:09.865Z | Compiling shlex v1.3.0 |
| 1841 | 2026-08-13T20:59:09.865Z | Compiling memchr v2.8.0 |
| 1842 | 2026-08-13T20:59:09.882Z | Compiling zmij v1.0.21 |
| 1843 | 2026-08-13T20:59:09.885Z | Compiling serde_json v1.0.151 |
| 1844 | 2026-08-13T20:59:10.126Z | Compiling portable-atomic v1.13.1 |
| 1845 | 2026-08-13T20:59:10.146Z | Compiling zerocopy v0.8.40 |
| 1846 | 2026-08-13T20:59:10.214Z | Compiling libm v0.2.16 |
| 1847 | 2026-08-13T20:59:10.231Z | Compiling getrandom v0.4.1 |
| 1848 | 2026-08-13T20:59:10.234Z | Compiling parking_lot_core v0.9.12 |
| 1849 | 2026-08-13T20:59:10.247Z | Compiling icu_properties_data v2.1.2 |
| 1850 | 2026-08-13T20:59:10.250Z | Compiling smallvec v1.15.1 |
| 1851 | 2026-08-13T20:59:10.266Z | Compiling icu_normalizer_data v2.1.1 |
| 1852 | 2026-08-13T20:59:10.298Z | Compiling generic-array v0.14.7 |
| 1853 | 2026-08-13T20:59:10.406Z | Compiling num-traits v0.2.19 |
| 1854 | 2026-08-13T20:59:10.539Z | Compiling itoa v1.0.17 |
| 1855 | 2026-08-13T20:59:10.542Z | Compiling log v0.4.29 |
| 1856 | 2026-08-13T20:59:10.588Z | Compiling pkg-config v0.3.32 |
| 1857 | 2026-08-13T20:59:10.591Z | Compiling subtle v2.6.1 |
| 1858 | 2026-08-13T20:59:10.591Z | Compiling typenum v1.20.1 |
| 1859 | 2026-08-13T20:59:10.621Z | Compiling stable_deref_trait v1.2.1 |
| 1860 | 2026-08-13T20:59:10.800Z | Compiling getrandom v0.3.4 |
| 1861 | 2026-08-13T20:59:10.849Z | Compiling scopeguard v1.2.0 |
| 1862 | 2026-08-13T20:59:10.879Z | Compiling thiserror v2.0.18 |
| 1863 | 2026-08-13T20:59:10.940Z | Compiling rustix v1.1.3 |
| 1864 | 2026-08-13T20:59:10.976Z | Compiling lock_api v0.4.14 |
| 1865 | 2026-08-13T20:59:11.012Z | Compiling jobserver v0.1.34 |
| 1866 | 2026-08-13T20:59:11.047Z | Compiling errno v0.3.14 |
| 1867 | 2026-08-13T20:59:11.175Z | Compiling rand_core v0.10.0 |
| 1868 | 2026-08-13T20:59:11.193Z | Compiling getrandom v0.2.17 |
| 1869 | 2026-08-13T20:59:11.227Z | Compiling cc v1.2.56 |
| 1870 | 2026-08-13T20:59:11.246Z | Compiling heck v0.5.0 |
| 1871 | 2026-08-13T20:59:11.280Z | Compiling equivalent v1.0.2 |
| 1872 | 2026-08-13T20:59:11.323Z | Compiling syn v2.0.117 |
| 1873 | 2026-08-13T20:59:11.359Z | Compiling rand_core v0.6.4 |
| 1874 | 2026-08-13T20:59:11.419Z | Compiling critical-section v1.2.0 |
| 1875 | 2026-08-13T20:59:11.422Z | Compiling syn v1.0.109 |
| 1876 | 2026-08-13T20:59:11.467Z | Compiling pin-project-lite v0.2.17 |
| 1877 | 2026-08-13T20:59:11.558Z | Compiling percent-encoding v2.3.2 |
| 1878 | 2026-08-13T20:59:11.570Z | Compiling writeable v0.6.2 |
| 1879 | 2026-08-13T20:59:11.605Z | Compiling litemap v0.8.1 |
| 1880 | 2026-08-13T20:59:11.609Z | Compiling schemars v0.8.22 |
| 1881 | 2026-08-13T20:59:11.650Z | Compiling hashbrown v0.17.0 |
| 1882 | 2026-08-13T20:59:11.777Z | Compiling rustversion v1.0.22 |
| 1883 | 2026-08-13T20:59:11.794Z | Compiling once_cell v1.21.3 |
| 1884 | 2026-08-13T20:59:11.835Z | Compiling fs_extra v1.3.0 |
| 1885 | 2026-08-13T20:59:11.849Z | Compiling dunce v1.0.5 |
| 1886 | 2026-08-13T20:59:11.972Z | Compiling cmake v0.1.57 |
| 1887 | 2026-08-13T20:59:11.988Z | Compiling byteorder v1.5.0 |
| 1888 | 2026-08-13T20:59:12.068Z | Compiling strsim v0.11.1 |
| 1889 | 2026-08-13T20:59:12.086Z | Compiling signal-hook-registry v1.4.8 |
| 1890 | 2026-08-13T20:59:12.186Z | Compiling semver v1.0.28 |
| 1891 | 2026-08-13T20:59:12.247Z | Compiling indexmap v2.14.0 |
| 1892 | 2026-08-13T20:59:12.316Z | Compiling bitflags v2.11.0 |
| 1893 | 2026-08-13T20:59:12.355Z | Compiling utf8_iter v1.0.4 |
| 1894 | 2026-08-13T20:59:12.391Z | Compiling thiserror v1.0.69 |
| 1895 | 2026-08-13T20:59:12.545Z | Compiling parking_lot v0.12.5 |
| 1896 | 2026-08-13T20:59:12.577Z | Compiling form_urlencoded v1.2.2 |
| 1897 | 2026-08-13T20:59:12.581Z | Compiling mio v1.2.0 |
| 1898 | 2026-08-13T20:59:12.581Z | Compiling aws-lc-sys v0.40.0 |
| 1899 | 2026-08-13T20:59:12.646Z | Compiling socket2 v0.6.3 |
| 1900 | 2026-08-13T20:59:12.801Z | Compiling futures-core v0.3.32 |
| 1901 | 2026-08-13T20:59:12.861Z | Compiling aws-lc-rs v1.16.3 |
| 1902 | 2026-08-13T20:59:12.923Z | Compiling const-oid v0.9.6 |
| 1903 | 2026-08-13T20:59:13.021Z | Compiling httparse v1.10.1 |
| 1904 | 2026-08-13T20:59:13.174Z | Compiling crc32fast v1.5.0 |
| 1905 | 2026-08-13T20:59:13.240Z | Compiling ucd-trie v0.1.7 |
| 1906 | 2026-08-13T20:59:13.364Z | Compiling regex-syntax v0.8.10 |
| 1907 | 2026-08-13T20:59:13.400Z | Compiling fnv v1.0.7 |
| 1908 | 2026-08-13T20:59:13.465Z | Compiling pest v2.8.6 |
| 1909 | 2026-08-13T20:59:13.494Z | Compiling vcpkg v0.2.15 |
| 1910 | 2026-08-13T20:59:13.526Z | Compiling iana-time-zone v0.1.65 |
| 1911 | 2026-08-13T20:59:13.544Z | Compiling ident_case v1.0.1 |
| 1912 | 2026-08-13T20:59:13.668Z | Compiling uuid v1.23.4 |
| 1913 | 2026-08-13T20:59:13.778Z | Compiling rustc_version v0.4.1 |
| 1914 | 2026-08-13T20:59:13.819Z | Compiling futures-sink v0.3.32 |
| 1915 | 2026-08-13T20:59:13.915Z | Compiling rustls v0.23.41 |
| 1916 | 2026-08-13T20:59:13.931Z | Compiling futures-channel v0.3.32 |
| 1917 | 2026-08-13T20:59:14.099Z | Compiling openssl-sys v0.9.117 |
| 1918 | 2026-08-13T20:59:14.117Z | Compiling aho-corasick v1.1.4 |
| 1919 | 2026-08-13T20:59:14.132Z | Compiling slab v0.4.12 |
| 1920 | 2026-08-13T20:59:14.149Z | Compiling synstructure v0.13.2 |
| 1921 | 2026-08-13T20:59:14.178Z | Compiling serde_derive_internals v0.29.1 |
| 1922 | 2026-08-13T20:59:14.325Z | Compiling futures-io v0.3.32 |
| 1923 | 2026-08-13T20:59:14.339Z | Compiling futures-task v0.3.32 |
| 1924 | 2026-08-13T20:59:14.531Z | Compiling pest_meta v2.8.6 |
| 1925 | 2026-08-13T20:59:14.547Z | Compiling dyn-clone v1.0.20 |
| 1926 | 2026-08-13T20:59:14.576Z | Compiling time-core v0.1.8 |
| 1927 | 2026-08-13T20:59:14.640Z | Compiling num-conv v0.2.0 |
| 1928 | 2026-08-13T20:59:14.653Z | Compiling plain v0.2.3 |
| 1929 | 2026-08-13T20:59:14.671Z | Compiling radium v0.7.0 |
| 1930 | 2026-08-13T20:59:14.741Z | Compiling crossbeam-utils v0.8.21 |
| 1931 | 2026-08-13T20:59:14.792Z | Compiling base64ct v1.8.3 |
| 1932 | 2026-08-13T20:59:14.792Z | Compiling time-macros v0.2.27 |
| 1933 | 2026-08-13T20:59:14.826Z | Compiling base64 v0.22.1 |
| 1934 | 2026-08-13T20:59:14.939Z | Compiling regex-automata v0.4.14 |
| 1935 | 2026-08-13T20:59:14.958Z | Compiling maybe-uninit v2.0.0 |
| 1936 | 2026-08-13T20:59:14.990Z | Compiling pretty-hex v0.4.1 |
| 1937 | 2026-08-13T20:59:15.040Z | Compiling openssl v0.10.80 |
| 1938 | 2026-08-13T20:59:15.055Z | Compiling pem-rfc7468 v0.7.0 |
| 1939 | 2026-08-13T20:59:15.128Z | Compiling pest_generator v2.8.6 |
| 1940 | 2026-08-13T20:59:15.273Z | Compiling flagset v0.4.7 |
| 1941 | 2026-08-13T20:59:15.292Z | Compiling darling_core v0.23.0 |
| 1942 | 2026-08-13T20:59:15.351Z | Compiling rand_core v0.9.5 |
| 1943 | 2026-08-13T20:59:15.382Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1944 | 2026-08-13T20:59:15.385Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1945 | 2026-08-13T20:59:15.415Z | Compiling serde_derive v1.0.228 |
| 1946 | 2026-08-13T20:59:15.431Z | Compiling zeroize_derive v1.5.0 |
| 1947 | 2026-08-13T20:59:15.449Z | Compiling zerofrom-derive v0.1.6 |
| 1948 | 2026-08-13T20:59:15.452Z | Compiling yoke-derive v0.8.1 |
| 1949 | 2026-08-13T20:59:15.511Z | Compiling zerocopy-derive v0.8.40 |
| 1950 | 2026-08-13T20:59:15.595Z | Compiling zerovec-derive v0.11.2 |
| 1951 | 2026-08-13T20:59:15.722Z | Compiling displaydoc v0.2.5 |
| 1952 | 2026-08-13T20:59:15.757Z | Compiling tokio-macros v2.7.0 |
| 1953 | 2026-08-13T20:59:15.784Z | Compiling futures-macro v0.3.32 |
| 1954 | 2026-08-13T20:59:15.800Z | Compiling thiserror-impl v2.0.18 |
| 1955 | 2026-08-13T20:59:15.814Z | Compiling schemars_derive v0.8.22 |
| 1956 | 2026-08-13T20:59:15.834Z | Compiling der_derive v0.7.3 |
| 1957 | 2026-08-13T20:59:16.052Z | Compiling zeroize v1.9.0 |
| 1958 | 2026-08-13T20:59:16.323Z | Compiling tracing-attributes v0.1.31 |
| 1959 | 2026-08-13T20:59:16.437Z | Compiling thiserror-impl v1.0.69 |
| 1960 | 2026-08-13T20:59:16.488Z | Compiling pest_derive v2.8.6 |
| 1961 | 2026-08-13T20:59:16.590Z | Compiling futures-util v0.3.32 |
| 1962 | 2026-08-13T20:59:16.633Z | Compiling zerofrom v0.1.6 |
| 1963 | 2026-08-13T20:59:16.775Z | Compiling yoke v0.8.1 |
| 1964 | 2026-08-13T20:59:16.982Z | Compiling zerovec v0.11.5 |
| 1965 | 2026-08-13T20:59:17.000Z | Compiling zerotrie v0.2.3 |
| 1966 | 2026-08-13T20:59:17.015Z | Compiling crypto-common v0.1.7 |
| 1967 | 2026-08-13T20:59:17.018Z | Compiling block-buffer v0.10.4 |
| 1968 | 2026-08-13T20:59:17.196Z | Compiling digest v0.10.7 |
| 1969 | 2026-08-13T20:59:17.452Z | Compiling scroll_derive v0.13.1 |
| 1970 | 2026-08-13T20:59:17.474Z | Compiling scroll_derive v0.12.1 |
| 1971 | 2026-08-13T20:59:17.509Z | Compiling der v0.7.10 |
| 1972 | 2026-08-13T20:59:17.512Z | Compiling openssl-macros v0.1.1 |
| 1973 | 2026-08-13T20:59:17.544Z | Compiling tinystr v0.8.2 |
| 1974 | 2026-08-13T20:59:17.547Z | Compiling potential_utf v0.1.4 |
| 1975 | 2026-08-13T20:59:17.547Z | Compiling ahash v0.8.12 |
| 1976 | 2026-08-13T20:59:17.764Z | Compiling icu_locale_core v2.1.1 |
| 1977 | 2026-08-13T20:59:17.781Z | Compiling icu_collections v2.1.1 |
| 1978 | 2026-08-13T20:59:17.817Z | Compiling num-bigint-dig v0.8.6 |
| 1979 | 2026-08-13T20:59:17.948Z | Compiling packed_struct v0.10.1 |
| 1980 | 2026-08-13T20:59:18.032Z | Compiling anyhow v1.0.102 |
| 1981 | 2026-08-13T20:59:18.212Z | Compiling native-tls v0.2.18 |
| 1982 | 2026-08-13T20:59:18.239Z | Compiling darling_macro v0.23.0 |
| 1983 | 2026-08-13T20:59:18.256Z | Compiling regex v1.12.3 |
| 1984 | 2026-08-13T20:59:18.325Z | Compiling zerocopy-derive v0.7.35 |
| 1985 | 2026-08-13T20:59:18.341Z | Compiling spki v0.7.3 |
| 1986 | 2026-08-13T20:59:18.442Z | Compiling icu_provider v2.1.1 |
| 1987 | 2026-08-13T20:59:18.569Z | Compiling bytes v1.11.1 |
| 1988 | 2026-08-13T20:59:18.639Z | Compiling chrono v0.4.45 |
| 1989 | 2026-08-13T20:59:18.655Z | Compiling serde_tokenstream v0.2.3 |
| 1990 | 2026-08-13T20:59:18.677Z | Compiling icu_properties v2.1.2 |
| 1991 | 2026-08-13T20:59:18.706Z | Compiling icu_normalizer v2.1.1 |
| 1992 | 2026-08-13T20:59:19.107Z | Compiling tokio v1.52.1 |
| 1993 | 2026-08-13T20:59:19.128Z | Compiling http v1.4.2 |
| 1994 | 2026-08-13T20:59:19.247Z | Compiling slog v2.8.2 |
| 1995 | 2026-08-13T20:59:19.652Z | Compiling idna_adapter v1.2.1 |
| 1996 | 2026-08-13T20:59:19.696Z | Compiling tracing-core v0.1.36 |
| 1997 | 2026-08-13T20:59:19.714Z | Compiling cookie v0.18.1 |
| 1998 | 2026-08-13T20:59:19.803Z | Compiling ppv-lite86 v0.2.21 |
| 1999 | 2026-08-13T20:59:19.939Z | Compiling idna v1.1.0 |
| 2000 | 2026-08-13T20:59:20.003Z | Compiling camino v1.2.2 |
| 2001 | 2026-08-13T20:59:20.099Z | Compiling utf8parse v0.2.2 |
| 2002 | 2026-08-13T20:59:20.138Z | Compiling cpufeatures v0.2.17 |
| 2003 | 2026-08-13T20:59:20.154Z | Compiling rand_chacha v0.9.0 |
| 2004 | 2026-08-13T20:59:20.171Z | Compiling tracing v0.1.44 |
| 2005 | 2026-08-13T20:59:20.237Z | Compiling url v2.5.8 |
| 2006 | 2026-08-13T20:59:20.329Z | Compiling darling v0.23.0 |
| 2007 | 2026-08-13T20:59:20.346Z | Compiling serde_spanned v0.6.9 |
| 2008 | 2026-08-13T20:59:20.450Z | Compiling toml_datetime v0.6.11 |
| 2009 | 2026-08-13T20:59:20.466Z | Compiling zerocopy-derive v0.6.6 |
| 2010 | 2026-08-13T20:59:20.482Z | Compiling bitfield-macros v0.19.4 |
| 2011 | 2026-08-13T20:59:20.505Z | Compiling clap_derive v4.6.1 |
| 2012 | 2026-08-13T20:59:20.533Z | Compiling packed_struct_codegen v0.10.1 |
| 2013 | 2026-08-13T20:59:20.740Z | Compiling indexmap v1.9.3 |
| 2014 | 2026-08-13T20:59:20.842Z | Compiling anstyle v1.0.14 |
| 2015 | 2026-08-13T20:59:20.956Z | Compiling paste v1.0.15 |
| 2016 | 2026-08-13T20:59:21.078Z | Compiling rand v0.9.2 |
| 2017 | 2026-08-13T20:59:21.125Z | Compiling http-body v1.0.1 |
| 2018 | 2026-08-13T20:59:21.232Z | Compiling pkcs8 v0.10.2 |
| 2019 | 2026-08-13T20:59:21.290Z | Compiling rustls-pki-types v1.14.0 |
| 2020 | 2026-08-13T20:59:21.443Z | Compiling spin v0.9.8 |
| 2021 | 2026-08-13T20:59:21.510Z | Compiling usdt-impl v0.5.0 |
| 2022 | 2026-08-13T20:59:21.673Z | Compiling tinyvec_macros v0.1.1 |
| 2023 | 2026-08-13T20:59:21.690Z | Compiling winnow v0.5.40 |
| 2024 | 2026-08-13T20:59:21.723Z | Compiling fastrand v2.3.0 |
| 2025 | 2026-08-13T20:59:21.726Z | Compiling either v1.15.0 |
| 2026 | 2026-08-13T20:59:21.756Z | Compiling cmov v0.5.4 |
| 2027 | 2026-08-13T20:59:21.967Z | Compiling anstyle-query v1.1.5 |
| 2028 | 2026-08-13T20:59:21.984Z | Compiling openssl-probe v0.2.1 |
| 2029 | 2026-08-13T20:59:21.987Z | Compiling colorchoice v1.0.4 |
| 2030 | 2026-08-13T20:59:22.067Z | Compiling is_terminal_polyfill v1.70.2 |
| 2031 | 2026-08-13T20:59:22.095Z | Compiling ref-cast v1.0.25 |
| 2032 | 2026-08-13T20:59:22.136Z | Compiling usdt-impl v0.6.0 |
| 2033 | 2026-08-13T20:59:22.139Z | Compiling ctutils v0.4.2 |
| 2034 | 2026-08-13T20:59:22.170Z | Compiling tinyvec v1.10.0 |
| 2035 | 2026-08-13T20:59:22.372Z | Compiling sha2 v0.10.9 |
| 2036 | 2026-08-13T20:59:22.408Z | Compiling scroll v0.13.0 |
| 2037 | 2026-08-13T20:59:22.539Z | Compiling scroll v0.12.0 |
| 2038 | 2026-08-13T20:59:22.580Z | Compiling async-trait v0.1.89 |
| 2039 | 2026-08-13T20:59:22.688Z | Compiling heapless v0.7.17 |
| 2040 | 2026-08-13T20:59:22.792Z | Compiling tower-layer v0.3.3 |
| 2041 | 2026-08-13T20:59:22.818Z | Compiling winnow v0.7.14 |
| 2042 | 2026-08-13T20:59:22.872Z | Compiling atomic-waker v1.1.2 |
| 2043 | 2026-08-13T20:59:22.925Z | Compiling tokio-util v0.7.18 |
| 2044 | 2026-08-13T20:59:22.953Z | Compiling try-lock v0.2.5 |
| 2045 | 2026-08-13T20:59:22.971Z | Compiling toml_edit v0.19.15 |
| 2046 | 2026-08-13T20:59:23.022Z | Compiling zstd-safe v7.2.4 |
| 2047 | 2026-08-13T20:59:23.077Z | Compiling rustix v0.38.44 |
| 2048 | 2026-08-13T20:59:23.094Z | Compiling untrusted v0.7.1 |
| 2049 | 2026-08-13T20:59:23.109Z | Compiling signal-hook v0.3.18 |
| 2050 | 2026-08-13T20:59:23.232Z | Compiling winnow v1.0.3 |
| 2051 | 2026-08-13T20:59:23.248Z | Compiling litrs v1.0.0 |
| 2052 | 2026-08-13T20:59:23.305Z | Compiling tower-service v0.3.3 |
| 2053 | 2026-08-13T20:59:23.426Z | Compiling want v0.3.1 |
| 2054 | 2026-08-13T20:59:23.495Z | Compiling tempfile v3.25.0 |
| 2055 | 2026-08-13T20:59:23.595Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2056 | 2026-08-13T20:59:23.612Z | Compiling h2 v0.4.15 |
| 2057 | 2026-08-13T20:59:23.704Z | Compiling document-features v0.2.12 |
| 2058 | 2026-08-13T20:59:23.877Z | Compiling goblin v0.8.2 |
| 2059 | 2026-08-13T20:59:24.156Z | Compiling goblin v0.10.5 |
| 2060 | 2026-08-13T20:59:24.218Z | Compiling hybrid-array v0.4.13 |
| 2061 | 2026-08-13T20:59:24.264Z | Compiling itertools v0.15.0 |
| 2062 | 2026-08-13T20:59:24.282Z | Compiling anstyle-parse v1.0.0 |
| 2063 | 2026-08-13T20:59:24.335Z | Compiling zerocopy v0.7.35 |
| 2064 | 2026-08-13T20:59:24.479Z | Compiling ipnet v2.11.0 |
| 2065 | 2026-08-13T20:59:24.892Z | Compiling structmeta-derive v0.3.0 |
| 2066 | 2026-08-13T20:59:24.929Z | Compiling daft-derive v0.1.7 |
| 2067 | 2026-08-13T20:59:25.012Z | Compiling ref-cast-impl v1.0.25 |
| 2068 | 2026-08-13T20:59:25.029Z | Compiling darling_core v0.20.11 |
| 2069 | 2026-08-13T20:59:25.067Z | Compiling curve25519-dalek v4.1.3 |
| 2070 | 2026-08-13T20:59:25.238Z | Compiling memoffset v0.9.1 |
| 2071 | 2026-08-13T20:59:25.254Z | Compiling powerfmt v0.2.0 |
| 2072 | 2026-08-13T20:59:25.495Z | Compiling httpdate v1.0.3 |
| 2073 | 2026-08-13T20:59:25.531Z | Compiling tap v1.0.1 |
| 2074 | 2026-08-13T20:59:25.601Z | Compiling foreign-types-shared v0.1.1 |
| 2075 | 2026-08-13T20:59:25.619Z | Compiling simd-adler32 v0.3.8 |
| 2076 | 2026-08-13T20:59:25.636Z | Compiling untrusted v0.9.0 |
| 2077 | 2026-08-13T20:59:25.742Z | Compiling foreign-types v0.3.2 |
| 2078 | 2026-08-13T20:59:25.759Z | Compiling wyz v0.5.1 |
| 2079 | 2026-08-13T20:59:25.825Z | Compiling deranged v0.5.8 |
| 2080 | 2026-08-13T20:59:25.884Z | Compiling anstream v1.0.0 |
| 2081 | 2026-08-13T20:59:25.917Z | Compiling structmeta v0.3.0 |
| 2082 | 2026-08-13T20:59:25.988Z | Compiling unicode-normalization v0.1.25 |
| 2083 | 2026-08-13T20:59:26.079Z | Compiling dof v0.3.0 |
| 2084 | 2026-08-13T20:59:26.279Z | Compiling dtrace-parser v0.2.0 |
| 2085 | 2026-08-13T20:59:26.467Z | Compiling rand_chacha v0.3.1 |
| 2086 | 2026-08-13T20:59:26.649Z | Compiling hex v0.4.3 |
| 2087 | 2026-08-13T20:59:26.695Z | Compiling dtrace-parser v0.3.0 |
| 2088 | 2026-08-13T20:59:26.875Z | Compiling hyper v1.10.1 |
| 2089 | 2026-08-13T20:59:26.930Z | Compiling dof v0.4.0 |
| 2090 | 2026-08-13T20:59:26.947Z | Compiling signature v2.2.0 |
| 2091 | 2026-08-13T20:59:26.964Z | Compiling terminal_size v0.4.3 |
| 2092 | 2026-08-13T20:59:26.967Z | Compiling pin-project-internal v1.1.11 |
| 2093 | 2026-08-13T20:59:27.039Z | Compiling darling_macro v0.20.11 |
| 2094 | 2026-08-13T20:59:27.081Z | Compiling num-integer v0.1.46 |
| 2095 | 2026-08-13T20:59:27.136Z | Compiling thread-id v4.2.2 |
| 2096 | 2026-08-13T20:59:27.233Z | Compiling thread-id v5.1.0 |
| 2097 | 2026-08-13T20:59:27.292Z | Compiling wait-timeout v0.2.1 |
| 2098 | 2026-08-13T20:59:27.332Z | Compiling smoltcp v0.9.1 |
| 2099 | 2026-08-13T20:59:27.360Z | Compiling adler2 v2.0.1 |
| 2100 | 2026-08-13T20:59:27.389Z | Compiling bit-vec v0.8.0 |
| 2101 | 2026-08-13T20:59:27.501Z | Compiling cfg_aliases v0.2.1 |
| 2102 | 2026-08-13T20:59:27.534Z | Compiling num_threads v0.1.7 |
| 2103 | 2026-08-13T20:59:27.537Z | Compiling quick-error v1.2.3 |
| 2104 | 2026-08-13T20:59:27.610Z | Compiling funty v2.0.0 |
| 2105 | 2026-08-13T20:59:27.661Z | Compiling clap_lex v1.0.0 |
| 2106 | 2026-08-13T20:59:27.854Z | Compiling time v0.3.47 |
| 2107 | 2026-08-13T20:59:27.892Z | Compiling clap_builder v4.6.0 |
| 2108 | 2026-08-13T20:59:27.947Z | Compiling bitvec v1.0.1 |
| 2109 | 2026-08-13T20:59:27.967Z | Compiling rusty-fork v0.3.1 |
| 2110 | 2026-08-13T20:59:27.984Z | Compiling nix v0.31.2 |
| 2111 | 2026-08-13T20:59:27.987Z | Compiling bit-set v0.8.0 |
| 2112 | 2026-08-13T20:59:28.077Z | Compiling hyper-util v0.1.20 |
| 2113 | 2026-08-13T20:59:28.137Z | Compiling darling v0.20.11 |
| 2114 | 2026-08-13T20:59:28.179Z | Compiling miniz_oxide v0.8.9 |
| 2115 | 2026-08-13T20:59:28.223Z | Compiling num-iter v0.1.45 |
| 2116 | 2026-08-13T20:59:28.358Z | Compiling rand v0.8.6 |
| 2117 | 2026-08-13T20:59:28.542Z | Compiling ipnetwork v0.21.1 |
| 2118 | 2026-08-13T20:59:28.710Z | Compiling lazy_static v1.5.0 |
| 2119 | 2026-08-13T20:59:28.781Z | Compiling anstyle-parse v0.2.7 |
| 2120 | 2026-08-13T20:59:28.923Z | Compiling hmac v0.12.1 |
| 2121 | 2026-08-13T20:59:29.004Z | Compiling rand_xorshift v0.4.0 |
| 2122 | 2026-08-13T20:59:29.081Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2123 | 2026-08-13T20:59:29.109Z | Compiling sync_wrapper v1.0.2 |
| 2124 | 2026-08-13T20:59:29.398Z | Compiling zlib-rs v0.6.2 |
| 2125 | 2026-08-13T20:59:29.467Z | Compiling nodrop v0.1.14 |
| 2126 | 2026-08-13T20:59:29.539Z | Compiling unarray v0.1.4 |
| 2127 | 2026-08-13T20:59:29.690Z | Compiling crc-catalog v2.4.0 |
| 2128 | 2026-08-13T20:59:29.728Z | Compiling siphasher v1.0.2 |
| 2129 | 2026-08-13T20:59:29.797Z | Compiling crc v3.4.0 |
| 2130 | 2026-08-13T20:59:29.954Z | Compiling proptest v1.11.0 |
| 2131 | 2026-08-13T20:59:30.004Z | Compiling array-init v0.0.4 |
| 2132 | 2026-08-13T20:59:30.198Z | Compiling clap v4.6.1 |
| 2133 | 2026-08-13T20:59:30.362Z | Compiling tower v0.5.3 |
| 2134 | 2026-08-13T20:59:30.916Z | Compiling anstream v0.6.21 |
| 2135 | 2026-08-13T20:59:31.175Z | Compiling smallvec v0.6.14 |
| 2136 | 2026-08-13T20:59:31.233Z | Compiling derive_builder_core v0.20.2 |
| 2137 | 2026-08-13T20:59:31.404Z | Compiling pkcs1 v0.7.5 |
| 2138 | 2026-08-13T20:59:31.605Z | Compiling flate2 v1.1.9 |
| 2139 | 2026-08-13T20:59:31.621Z | Compiling zerocopy v0.6.6 |
| 2140 | 2026-08-13T20:59:31.679Z | Compiling http-body-util v0.1.3 |
| 2141 | 2026-08-13T20:59:31.711Z | Compiling bitfield v0.19.4 |
| 2142 | 2026-08-13T20:59:31.791Z | Compiling strum_macros v0.27.2 |
| 2143 | 2026-08-13T20:59:31.948Z | Compiling snafu-derive v0.8.9 |
| 2144 | 2026-08-13T20:59:31.982Z | Compiling strum_macros v0.26.4 |
| 2145 | 2026-08-13T20:59:32.000Z | Compiling hubpack_derive v0.1.1 |
| 2146 | 2026-08-13T20:59:32.024Z | Compiling env_filter v1.0.0 |
| 2147 | 2026-08-13T20:59:32.056Z | Compiling fs-err v3.3.0 |
| 2148 | 2026-08-13T20:59:32.275Z | Compiling hashbrown v0.12.3 |
| 2149 | 2026-08-13T20:59:32.291Z | Compiling base64 v0.21.7 |
| 2150 | 2026-08-13T20:59:32.310Z | Compiling unicode-bidi v0.3.18 |
| 2151 | 2026-08-13T20:59:32.322Z | Compiling ryu v1.0.23 |
| 2152 | 2026-08-13T20:59:32.453Z | Compiling iri-string v0.7.10 |
| 2153 | 2026-08-13T20:59:32.502Z | Compiling unicode-segmentation v1.12.0 |
| 2154 | 2026-08-13T20:59:32.610Z | Compiling unicode-properties v0.1.4 |
| 2155 | 2026-08-13T20:59:32.887Z | Compiling object v0.37.3 |
| 2156 | 2026-08-13T20:59:32.906Z | Compiling allocator-api2 v0.2.21 |
| 2157 | 2026-08-13T20:59:33.021Z | Compiling stringprep v0.1.5 |
| 2158 | 2026-08-13T20:59:33.158Z | Compiling ron v0.8.1 |
| 2159 | 2026-08-13T20:59:33.262Z | Compiling serde_urlencoded v0.7.1 |
| 2160 | 2026-08-13T20:59:33.464Z | Compiling env_logger v0.11.9 |
| 2161 | 2026-08-13T20:59:33.553Z | Compiling derive_builder_macro v0.20.2 |
| 2162 | 2026-08-13T20:59:33.569Z | Compiling newtype-uuid v1.3.2 |
| 2163 | 2026-08-13T20:59:33.610Z | Compiling tower-http v0.6.8 |
| 2164 | 2026-08-13T20:59:33.708Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2165 | 2026-08-13T20:59:33.783Z | Compiling rsa v0.9.10 |
| 2166 | 2026-08-13T20:59:33.802Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2167 | 2026-08-13T20:59:33.818Z | Compiling oxnet v0.1.6 |
| 2168 | 2026-08-13T20:59:33.860Z | Compiling serde-hex v0.1.0 |
| 2169 | 2026-08-13T20:59:33.884Z | Compiling hashbrown v0.13.2 |
| 2170 | 2026-08-13T20:59:34.000Z | Compiling tokio-native-tls v0.3.1 |
| 2171 | 2026-08-13T20:59:34.045Z | Compiling bzip2 v0.4.4 |
| 2172 | 2026-08-13T20:59:34.051Z | Compiling usdt-attr-macro v0.6.0 |
| 2173 | 2026-08-13T20:59:34.073Z | Compiling usdt-macro v0.6.0 |
| 2174 | 2026-08-13T20:59:34.089Z | Compiling derive-ex v0.1.8 |
| 2175 | 2026-08-13T20:59:34.186Z | Compiling block-buffer v0.12.1 |
| 2176 | 2026-08-13T20:59:34.223Z | Compiling crypto-common v0.2.2 |
| 2177 | 2026-08-13T20:59:34.240Z | Compiling block-padding v0.4.2 |
| 2178 | 2026-08-13T20:59:34.461Z | Compiling rustls-native-certs v0.8.3 |
| 2179 | 2026-08-13T20:59:34.605Z | Compiling erased-serde v0.3.31 |
| 2180 | 2026-08-13T20:59:34.714Z | Compiling x509-cert v0.2.5 |
| 2181 | 2026-08-13T20:59:34.823Z | Compiling md-5 v0.10.6 |
| 2182 | 2026-08-13T20:59:34.849Z | Compiling bstr v1.12.1 |
| 2183 | 2026-08-13T20:59:34.991Z | Compiling vergen-lib v9.1.0 |
| 2184 | 2026-08-13T20:59:35.037Z | Compiling hash32 v0.2.1 |
| 2185 | 2026-08-13T20:59:35.122Z | Compiling encoding_rs v0.8.35 |
| 2186 | 2026-08-13T20:59:35.223Z | Compiling mime v0.3.17 |
| 2187 | 2026-08-13T20:59:35.245Z | Compiling psl-types v2.0.11 |
| 2188 | 2026-08-13T20:59:35.383Z | Compiling fallible-iterator v0.2.0 |
| 2189 | 2026-08-13T20:59:35.494Z | Compiling cpufeatures v0.3.0 |
| 2190 | 2026-08-13T20:59:35.512Z | Compiling crc-any v2.5.0 |
| 2191 | 2026-08-13T20:59:35.572Z | Compiling test-strategy v0.4.5 |
| 2192 | 2026-08-13T20:59:35.677Z | Compiling publicsuffix v2.3.0 |
| 2193 | 2026-08-13T20:59:35.744Z | Compiling postgres-protocol v0.6.10 |
| 2194 | 2026-08-13T20:59:36.302Z | Compiling inout v0.2.2 |
| 2195 | 2026-08-13T20:59:36.421Z | Compiling object v0.30.4 |
| 2196 | 2026-08-13T20:59:36.477Z | Compiling zip v0.6.6 |
| 2197 | 2026-08-13T20:59:36.514Z | Compiling hyper-tls v0.6.0 |
| 2198 | 2026-08-13T20:59:36.530Z | Compiling derive_builder v0.20.2 |
| 2199 | 2026-08-13T20:59:36.546Z | Compiling daft v0.1.7 |
| 2200 | 2026-08-13T20:59:36.563Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2201 | 2026-08-13T20:59:36.672Z | Compiling heck v0.4.1 |
| 2202 | 2026-08-13T20:59:36.728Z | Compiling phf_shared v0.13.1 |
| 2203 | 2026-08-13T20:59:36.757Z | Compiling pin-project v1.1.11 |
| 2204 | 2026-08-13T20:59:36.900Z | Compiling toml v0.7.8 |
| 2205 | 2026-08-13T20:59:37.003Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2206 | 2026-08-13T20:59:37.016Z | Compiling serde_with_macros v3.21.0 |
| 2207 | 2026-08-13T20:59:37.019Z | Compiling futures-executor v0.3.32 |
| 2208 | 2026-08-13T20:59:37.094Z | Compiling serde_repr v0.1.20 |
| 2209 | 2026-08-13T20:59:37.226Z | Compiling async-recursion v1.1.1 |
| 2210 | 2026-08-13T20:59:37.266Z | Compiling enum-as-inner v0.6.1 |
| 2211 | 2026-08-13T20:59:37.365Z | Compiling vergen v9.1.0 |
| 2212 | 2026-08-13T20:59:37.463Z | Compiling ff v0.13.1 |
| 2213 | 2026-08-13T20:59:37.479Z | Compiling cargo-platform v0.3.2 |
| 2214 | 2026-08-13T20:59:37.622Z | Compiling base16ct v0.2.0 |
| 2215 | 2026-08-13T20:59:37.769Z | Compiling path-slash v0.1.5 |
| 2216 | 2026-08-13T20:59:37.785Z | Compiling same-file v1.0.6 |
| 2217 | 2026-08-13T20:59:37.803Z | Compiling jiff-core v0.1.0 |
| 2218 | 2026-08-13T20:59:37.920Z | Compiling libbz2-rs-sys v0.2.2 |
| 2219 | 2026-08-13T20:59:37.956Z | Compiling bitflags v1.3.2 |
| 2220 | 2026-08-13T20:59:37.972Z | Compiling bumpalo v3.20.2 |
| 2221 | 2026-08-13T20:59:38.077Z | Compiling managed v0.8.0 |
| 2222 | 2026-08-13T20:59:38.230Z | Compiling foldhash v0.1.5 |
| 2223 | 2026-08-13T20:59:38.305Z | Compiling foldhash v0.2.0 |
| 2224 | 2026-08-13T20:59:38.332Z | Compiling bzip2 v0.6.1 |
| 2225 | 2026-08-13T20:59:38.373Z | Compiling hashbrown v0.15.5 |
| 2226 | 2026-08-13T20:59:38.411Z | Compiling zopfli v0.8.3 |
| 2227 | 2026-08-13T20:59:38.492Z | Compiling hashbrown v0.16.1 |
| 2228 | 2026-08-13T20:59:38.530Z | Compiling jiff v0.2.34 |
| 2229 | 2026-08-13T20:59:38.685Z | Compiling walkdir v2.5.0 |
| 2230 | 2026-08-13T20:59:38.783Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2231 | 2026-08-13T20:59:38.935Z | Compiling sec1 v0.7.3 |
| 2232 | 2026-08-13T20:59:38.977Z | Compiling cargo_metadata v0.23.1 |
| 2233 | 2026-08-13T20:59:39.094Z | Compiling group v0.13.0 |
| 2234 | 2026-08-13T20:59:39.284Z | Compiling futures v0.3.32 |
| 2235 | 2026-08-13T20:59:39.536Z | Compiling phf v0.13.1 |
| 2236 | 2026-08-13T20:59:39.683Z | Compiling snafu v0.8.9 |
| 2237 | 2026-08-13T20:59:39.716Z | Compiling reqwest v0.12.28 |
| 2238 | 2026-08-13T20:59:39.940Z | Compiling signal-hook-mio v0.2.5 |
| 2239 | 2026-08-13T20:59:39.943Z | Compiling cipher v0.5.2 |
| 2240 | 2026-08-13T20:59:40.039Z | Compiling cookie_store v0.22.1 |
| 2241 | 2026-08-13T20:59:40.088Z | Compiling postgres-types v0.2.12 |
| 2242 | 2026-08-13T20:59:40.104Z | Compiling zstd v0.13.3 |
| 2243 | 2026-08-13T20:59:40.186Z | Compiling globset v0.4.18 |
| 2244 | 2026-08-13T20:59:40.246Z | Compiling strum v0.27.2 |
| 2245 | 2026-08-13T20:59:40.321Z | Compiling hubpack v0.1.2 |
| 2246 | 2026-08-13T20:59:40.441Z | Compiling phf_shared v0.11.3 |
| 2247 | 2026-08-13T20:59:40.461Z | Compiling hkdf v0.12.4 |
| 2248 | 2026-08-13T20:59:40.530Z | Compiling crossbeam-epoch v0.9.18 |
| 2249 | 2026-08-13T20:59:40.579Z | Compiling ed25519 v2.2.3 |
| 2250 | 2026-08-13T20:59:40.611Z | Compiling byte-wrapper v0.1.0 |
| 2251 | 2026-08-13T20:59:40.633Z | Compiling olpc-cjson v0.1.4 |
| 2252 | 2026-08-13T20:59:40.885Z | Compiling serde-big-array v0.5.1 |
| 2253 | 2026-08-13T20:59:40.888Z | Compiling serde_plain v1.0.2 |
| 2254 | 2026-08-13T20:59:40.921Z | Compiling pem v3.0.6 |
| 2255 | 2026-08-13T20:59:41.015Z | Compiling crypto-bigint v0.5.5 |
| 2256 | 2026-08-13T20:59:41.148Z | Compiling float-cmp v0.10.0 |
| 2257 | 2026-08-13T20:59:41.179Z | Compiling memmap2 v0.9.10 |
| 2258 | 2026-08-13T20:59:41.226Z | Compiling predicates-core v1.0.10 |
| 2259 | 2026-08-13T20:59:41.250Z | Compiling difflib v0.4.0 |
| 2260 | 2026-08-13T20:59:41.250Z | Compiling new_debug_unreachable v1.0.6 |
| 2261 | 2026-08-13T20:59:41.322Z | Compiling typed-path v0.9.3 |
| 2262 | 2026-08-13T20:59:41.419Z | Compiling data-encoding v2.10.0 |
| 2263 | 2026-08-13T20:59:41.424Z | Compiling whoami v2.1.0 |
| 2264 | 2026-08-13T20:59:41.687Z | Compiling fixedbitset v0.4.2 |
| 2265 | 2026-08-13T20:59:41.704Z | Compiling precomputed-hash v0.1.1 |
| 2266 | 2026-08-13T20:59:41.724Z | Compiling normalize-line-endings v0.3.0 |
| 2267 | 2026-08-13T20:59:41.780Z | Compiling fixedbitset v0.5.7 |
| 2268 | 2026-08-13T20:59:41.796Z | Compiling const-oid v0.10.2 |
| 2269 | 2026-08-13T20:59:41.811Z | Compiling static_assertions v1.1.0 |
| 2270 | 2026-08-13T20:59:41.838Z | Compiling toml_write v0.1.2 |
| 2271 | 2026-08-13T20:59:41.911Z | Compiling keccak v0.1.6 |
| 2272 | 2026-08-13T20:59:41.927Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2273 | 2026-08-13T20:59:41.975Z | Compiling digest v0.11.3 |
| 2274 | 2026-08-13T20:59:42.014Z | Compiling toml_edit v0.22.27 |
| 2275 | 2026-08-13T20:59:42.053Z | Compiling petgraph v0.8.3 |
| 2276 | 2026-08-13T20:59:42.077Z | Compiling sha3 v0.10.8 |
| 2277 | 2026-08-13T20:59:42.134Z | Compiling elliptic-curve v0.13.8 |
| 2278 | 2026-08-13T20:59:42.167Z | Compiling petgraph v0.6.5 |
| 2279 | 2026-08-13T20:59:42.196Z | Compiling predicates v3.1.4 |
| 2280 | 2026-08-13T20:59:42.360Z | Compiling string_cache v0.8.9 |
| 2281 | 2026-08-13T20:59:42.378Z | Compiling hickory-proto v0.25.2 |
| 2282 | 2026-08-13T20:59:42.594Z | Compiling tokio-postgres v0.7.16 |
| 2283 | 2026-08-13T20:59:42.760Z | Compiling chacha20 v0.10.0 |
| 2284 | 2026-08-13T20:59:42.838Z | Compiling usdt v0.6.0 |
| 2285 | 2026-08-13T20:59:43.650Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2286 | 2026-08-13T20:59:43.959Z | Compiling zip v4.6.1 |
| 2287 | 2026-08-13T20:59:43.975Z | Compiling ed25519-dalek v2.2.0 |
| 2288 | 2026-08-13T20:59:44.694Z | Compiling crossterm v0.28.1 |
| 2289 | 2026-08-13T20:59:44.847Z | Compiling iddqd v0.4.2 |
| 2290 | 2026-08-13T20:59:44.947Z | Compiling serde_with v3.21.0 |
| 2291 | 2026-08-13T20:59:45.080Z | Compiling similar v2.7.0 |
| 2292 | 2026-08-13T20:59:45.099Z | Compiling strum v0.26.3 |
| 2293 | 2026-08-13T20:59:45.627Z | Compiling tokio-stream v0.1.18 |
| 2294 | 2026-08-13T20:59:45.834Z | Compiling buf-list v1.1.2 |
| 2295 | 2026-08-13T20:59:45.908Z | Compiling itertools v0.13.0 |
| 2296 | 2026-08-13T20:59:45.912Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2297 | 2026-08-13T20:59:46.115Z | Compiling openapiv3 v2.2.0 |
| 2298 | 2026-08-13T20:59:46.791Z | Compiling peg-runtime v0.8.5 |
| 2299 | 2026-08-13T20:59:47.097Z | Compiling lalrpop-util v0.19.12 |
| 2300 | 2026-08-13T21:00:03.699Z | Compiling rustls-webpki v0.103.13 |
| 2301 | 2026-08-13T21:00:07.255Z | Compiling macaddr v1.0.1 |
| 2302 | 2026-08-13T21:00:07.358Z | Compiling tokio-rustls v0.26.4 |
| 2303 | 2026-08-13T21:00:07.372Z | Compiling rustls-platform-verifier v0.6.2 |
| 2304 | 2026-08-13T21:00:07.410Z | Compiling tough v0.22.0 |
| 2305 | 2026-08-13T21:00:07.469Z | Compiling rayon-core v1.13.0 |
| 2306 | 2026-08-13T21:00:07.607Z | Compiling crucible-workspace-hack v0.1.0 |
| 2307 | 2026-08-13T21:00:07.618Z | Compiling hyper-rustls v0.27.7 |
| 2308 | 2026-08-13T21:00:07.648Z | Compiling secrecy v0.10.3 |
| 2309 | 2026-08-13T21:00:07.700Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2310 | 2026-08-13T21:00:07.788Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2311 | 2026-08-13T21:00:07.804Z | Compiling heapless v0.8.0 |
| 2312 | 2026-08-13T21:00:07.844Z | Compiling reqwest v0.13.2 |
| 2313 | 2026-08-13T21:00:07.931Z | Compiling crossbeam-deque v0.8.6 |
| 2314 | 2026-08-13T21:00:07.985Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2315 | 2026-08-13T21:00:08.041Z | Compiling ingot-macros v0.2.0 |
| 2316 | 2026-08-13T21:00:08.059Z | Compiling inout v0.1.4 |
| 2317 | 2026-08-13T21:00:08.131Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2318 | 2026-08-13T21:00:08.155Z | Compiling hash32 v0.3.1 |
| 2319 | 2026-08-13T21:00:08.178Z | Compiling multer v3.1.0 |
| 2320 | 2026-08-13T21:00:08.242Z | Compiling thread_local v1.1.9 |
| 2321 | 2026-08-13T21:00:08.293Z | Compiling smoltcp v0.11.0 |
| 2322 | 2026-08-13T21:00:08.310Z | Compiling slog-async v2.8.0 |
| 2323 | 2026-08-13T21:00:08.338Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2324 | 2026-08-13T21:00:08.392Z | Compiling match_cfg v0.1.0 |
| 2325 | 2026-08-13T21:00:08.478Z | Compiling unicode-width v0.2.0 |
| 2326 | 2026-08-13T21:00:08.573Z | Compiling compression-core v0.4.31 |
| 2327 | 2026-08-13T21:00:08.623Z | Compiling proc-macro-crate v3.4.0 |
| 2328 | 2026-08-13T21:00:08.657Z | Compiling hostname v0.3.1 |
| 2329 | 2026-08-13T21:00:08.731Z | Compiling compression-codecs v0.4.37 |
| 2330 | 2026-08-13T21:00:08.768Z | Compiling cipher v0.4.4 |
| 2331 | 2026-08-13T21:00:08.874Z | Compiling atomicwrites v0.4.4 |
| 2332 | 2026-08-13T21:00:08.890Z | Compiling slog-json v2.6.1 |
| 2333 | 2026-08-13T21:00:08.905Z | Compiling crossbeam-channel v0.5.15 |
| 2334 | 2026-08-13T21:00:09.042Z | Compiling half v2.7.1 |
| 2335 | 2026-08-13T21:00:09.065Z | Compiling newtype-uuid-macros v0.1.0 |
| 2336 | 2026-08-13T21:00:09.101Z | Compiling cobs v0.3.0 |
| 2337 | 2026-08-13T21:00:09.152Z | Compiling universal-hash v0.5.1 |
| 2338 | 2026-08-13T21:00:09.183Z | Compiling async-stream-impl v0.3.6 |
| 2339 | 2026-08-13T21:00:09.207Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2340 | 2026-08-13T21:00:09.263Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2341 | 2026-08-13T21:00:09.315Z | Compiling serde_spanned v1.1.1 |
| 2342 | 2026-08-13T21:00:09.401Z | Compiling is-terminal v0.4.17 |
| 2343 | 2026-08-13T21:00:09.483Z | Compiling proc-macro-error-attr v1.0.4 |
| 2344 | 2026-08-13T21:00:09.538Z | Compiling dropshot v0.17.1 |
| 2345 | 2026-08-13T21:00:09.564Z | Compiling opaque-debug v0.3.1 |
| 2346 | 2026-08-13T21:00:09.594Z | Compiling ciborium-io v0.2.2 |
| 2347 | 2026-08-13T21:00:09.652Z | Compiling take_mut v0.2.2 |
| 2348 | 2026-08-13T21:00:09.701Z | Compiling term v1.2.1 |
| 2349 | 2026-08-13T21:00:09.725Z | Compiling convert_case v0.4.0 |
| 2350 | 2026-08-13T21:00:09.725Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2351 | 2026-08-13T21:00:09.764Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2352 | 2026-08-13T21:00:09.787Z | Compiling async-stream v0.3.6 |
| 2353 | 2026-08-13T21:00:09.817Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2354 | 2026-08-13T21:00:09.973Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2355 | 2026-08-13T21:00:10.068Z | Compiling derive_more v0.99.20 |
| 2356 | 2026-08-13T21:00:10.091Z | Compiling slog-term v2.9.2 |
| 2357 | 2026-08-13T21:00:10.111Z | Compiling ciborium-ll v0.2.2 |
| 2358 | 2026-08-13T21:00:10.234Z | Compiling thiserror-no-std v2.0.2 |
| 2359 | 2026-08-13T21:00:10.296Z | Compiling poly1305 v0.8.0 |
| 2360 | 2026-08-13T21:00:10.350Z | Compiling postcard v1.1.3 |
| 2361 | 2026-08-13T21:00:10.661Z | Compiling ingot-types v0.2.0 |
| 2362 | 2026-08-13T21:00:10.791Z | Compiling slog-bunyan v2.5.0 |
| 2363 | 2026-08-13T21:00:10.949Z | Compiling num_enum_derive v0.7.6 |
| 2364 | 2026-08-13T21:00:10.975Z | Compiling chacha20 v0.9.1 |
| 2365 | 2026-08-13T21:00:11.004Z | Compiling async-compression v0.4.41 |
| 2366 | 2026-08-13T21:00:11.165Z | Compiling ingot v0.2.1 |
| 2367 | 2026-08-13T21:00:11.182Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2368 | 2026-08-13T21:00:11.257Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2369 | 2026-08-13T21:00:11.375Z | Compiling sha1 v0.11.0 |
| 2370 | 2026-08-13T21:00:11.391Z | Compiling parse-display-derive v0.10.0 |
| 2371 | 2026-08-13T21:00:11.495Z | Compiling proc-macro-crate v1.3.1 |
| 2372 | 2026-08-13T21:00:11.532Z | Compiling waitgroup v0.1.2 |
| 2373 | 2026-08-13T21:00:11.555Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2374 | 2026-08-13T21:00:11.706Z | Compiling backon v1.6.0 |
| 2375 | 2026-08-13T21:00:11.849Z | Compiling rustls-pemfile v2.2.0 |
| 2376 | 2026-08-13T21:00:11.866Z | Compiling dropshot_endpoint v0.17.1 |
| 2377 | 2026-08-13T21:00:11.911Z | Compiling password-hash v0.5.0 |
| 2378 | 2026-08-13T21:00:11.928Z | Compiling blake2 v0.10.6 |
| 2379 | 2026-08-13T21:00:11.997Z | Compiling aead v0.5.2 |
| 2380 | 2026-08-13T21:00:12.161Z | Compiling foreign-types-macros v0.2.3 |
| 2381 | 2026-08-13T21:00:12.212Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2382 | 2026-08-13T21:00:12.229Z | Compiling serde_path_to_error v0.1.20 |
| 2383 | 2026-08-13T21:00:12.287Z | Compiling hostname v0.4.2 |
| 2384 | 2026-08-13T21:00:12.454Z | Compiling proc-macro-error v1.0.4 |
| 2385 | 2026-08-13T21:00:12.469Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2386 | 2026-08-13T21:00:12.609Z | Compiling instant v0.1.13 |
| 2387 | 2026-08-13T21:00:12.634Z | Compiling foreign-types-shared v0.3.1 |
| 2388 | 2026-08-13T21:00:12.673Z | Compiling debug-ignore v1.0.5 |
| 2389 | 2026-08-13T21:00:12.752Z | Compiling backoff v0.4.0 |
| 2390 | 2026-08-13T21:00:12.769Z | Compiling argon2 v0.5.3 |
| 2391 | 2026-08-13T21:00:12.769Z | Compiling foreign-types v0.5.0 |
| 2392 | 2026-08-13T21:00:12.802Z | Compiling chacha20poly1305 v0.10.1 |
| 2393 | 2026-08-13T21:00:12.818Z | Compiling num_enum v0.7.6 |
| 2394 | 2026-08-13T21:00:12.821Z | Compiling num_enum_derive v0.5.11 |
| 2395 | 2026-08-13T21:00:12.874Z | Compiling parse-display v0.10.0 |
| 2396 | 2026-08-13T21:00:12.889Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2397 | 2026-08-13T21:00:12.906Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2398 | 2026-08-13T21:00:12.964Z | Compiling vsss-rs v3.3.4 |
| 2399 | 2026-08-13T21:00:12.980Z | Compiling ciborium v0.2.2 |
| 2400 | 2026-08-13T21:00:13.318Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2401 | 2026-08-13T21:00:13.388Z | Compiling tabwriter v1.4.1 |
| 2402 | 2026-08-13T21:00:13.463Z | Compiling regress v0.10.5 |
| 2403 | 2026-08-13T21:00:13.478Z | Compiling itertools v0.14.0 |
| 2404 | 2026-08-13T21:00:13.536Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2405 | 2026-08-13T21:00:13.691Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2406 | 2026-08-13T21:00:13.736Z | Compiling cstr-argument v0.1.2 |
| 2407 | 2026-08-13T21:00:13.768Z | Compiling humantime v2.3.0 |
| 2408 | 2026-08-13T21:00:13.784Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2409 | 2026-08-13T21:00:13.802Z | Compiling num_enum v0.5.11 |
| 2410 | 2026-08-13T21:00:13.843Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2411 | 2026-08-13T21:00:13.923Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2412 | 2026-08-13T21:00:14.006Z | Compiling rayon v1.11.0 |
| 2413 | 2026-08-13T21:00:14.028Z | Compiling rand v0.10.1 |
| 2414 | 2026-08-13T21:00:14.098Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2415 | 2026-08-13T21:00:14.136Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2416 | 2026-08-13T21:00:14.154Z | Compiling colored v3.1.1 |
| 2417 | 2026-08-13T21:00:14.216Z | Compiling libefi-sys v0.1.0 |
| 2418 | 2026-08-13T21:00:14.232Z | Compiling indent_write v2.2.0 |
| 2419 | 2026-08-13T21:00:14.248Z | Compiling zone_cfg_derive v0.3.1 |
| 2420 | 2026-08-13T21:00:14.376Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2421 | 2026-08-13T21:00:14.412Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2422 | 2026-08-13T21:00:14.467Z | Compiling camino-tempfile v1.4.1 |
| 2423 | 2026-08-13T21:00:14.481Z | Compiling itertools v0.12.1 |
| 2424 | 2026-08-13T21:00:14.496Z | Compiling usdt-macro v0.5.0 |
| 2425 | 2026-08-13T21:00:14.648Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2426 | 2026-08-13T21:00:14.810Z | Compiling usdt-attr-macro v0.5.0 |
| 2427 | 2026-08-13T21:00:14.877Z | Compiling bitfield-struct v0.6.2 |
| 2428 | 2026-08-13T21:00:14.901Z | Compiling num-derive v0.4.2 |
| 2429 | 2026-08-13T21:00:14.930Z | Compiling blake3 v1.8.5 |
| 2430 | 2026-08-13T21:00:15.005Z | Compiling sigpipe v0.1.3 |
| 2431 | 2026-08-13T21:00:15.036Z | Compiling memmap v0.7.0 |
| 2432 | 2026-08-13T21:00:15.052Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2433 | 2026-08-13T21:00:15.104Z | Compiling glob v0.3.3 |
| 2434 | 2026-08-13T21:00:15.121Z | Compiling swrite v0.1.0 |
| 2435 | 2026-08-13T21:00:15.249Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2436 | 2026-08-13T21:00:15.297Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2437 | 2026-08-13T21:00:15.368Z | Compiling smf v0.2.3 |
| 2438 | 2026-08-13T21:00:15.519Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2439 | 2026-08-13T21:00:15.547Z | Compiling filetime v0.2.27 |
| 2440 | 2026-08-13T21:00:15.593Z | Compiling usdt v0.5.0 |
| 2441 | 2026-08-13T21:00:15.610Z | Compiling arrayref v0.3.9 |
| 2442 | 2026-08-13T21:00:15.738Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2443 | 2026-08-13T21:00:15.799Z | Compiling xattr v1.6.1 |
| 2444 | 2026-08-13T21:00:15.816Z | Compiling constant_time_eq v0.4.2 |
| 2445 | 2026-08-13T21:00:15.831Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2446 | 2026-08-13T21:00:15.831Z | Compiling zone v0.3.1 |
| 2447 | 2026-08-13T21:00:15.860Z | Compiling arrayvec v0.7.6 |
| 2448 | 2026-08-13T21:00:15.875Z | Compiling whoami v1.6.1 |
| 2449 | 2026-08-13T21:00:15.994Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2450 | 2026-08-13T21:00:16.018Z | Compiling tar v0.4.46 |
| 2451 | 2026-08-13T21:00:16.034Z | Compiling tokio-dtrace v0.1.1 |
| 2452 | 2026-08-13T21:00:16.053Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2453 | 2026-08-13T21:00:16.220Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2454 | 2026-08-13T21:00:16.286Z | Compiling console v0.16.2 |
| 2455 | 2026-08-13T21:00:16.341Z | Compiling gethostname v0.5.0 |
| 2456 | 2026-08-13T21:00:16.473Z | Compiling topological-sort v0.2.2 |
| 2457 | 2026-08-13T21:00:16.493Z | Compiling unit-prefix v0.5.2 |
| 2458 | 2026-08-13T21:00:16.512Z | Compiling oxide-tokio-rt v0.1.4 |
| 2459 | 2026-08-13T21:00:16.555Z | Compiling toml v0.8.23 |
| 2460 | 2026-08-13T21:00:16.675Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2461 | 2026-08-13T21:00:16.757Z | Compiling indicatif v0.18.4 |
| 2462 | 2026-08-13T21:00:16.882Z | Compiling shell-words v1.1.1 |
| 2463 | 2026-08-13T21:00:26.127Z | Compiling progenitor-client v0.14.0 |
| 2464 | 2026-08-13T21:00:26.127Z | Compiling omicron-zone-package v0.12.3 |
| 2465 | 2026-08-13T21:00:26.378Z | Compiling progenitor-extras v0.2.0 |
| 2466 | 2026-08-13T21:00:26.716Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2467 | 2026-08-13T21:00:26.736Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2468 | 2026-08-13T21:00:26.778Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2469 | 2026-08-13T21:00:26.807Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2470 | 2026-08-13T21:00:26.842Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2471 | 2026-08-13T21:00:26.873Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2472 | 2026-08-13T21:00:27.039Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2473 | 2026-08-13T21:00:27.146Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2474 | 2026-08-13T21:00:27.513Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2475 | 2026-08-13T21:00:31.374Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2476 | 2026-08-13T21:00:39.487Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2477 | 2026-08-13T21:00:42.689Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2478 | 2026-08-13T21:00:43.764Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2479 | 2026-08-13T21:00:53.206Z | Finished `release` profile [optimized] target(s) in 1m 44s |
| 2480 | 2026-08-13T21:00:53.353Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2481 | 2026-08-13T21:00:53.415Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2482 | 2026-08-13T21:00:53.418Z | Created new build target 'test' and set it as active |
| 2483 | 2026-08-13T21:00:53.421Z | |
| 2484 | 2026-08-13T21:00:53.421Z | real 1:44.618135883 |
| 2485 | 2026-08-13T21:00:53.421Z | user 17:22.705627868 |
| 2486 | 2026-08-13T21:00:53.421Z | sys 2:43.326968346 |
| 2487 | 2026-08-13T21:00:53.421Z | trap 0.492820503 |
| 2488 | 2026-08-13T21:00:53.421Z | tflt 2.497001023 |
| 2489 | 2026-08-13T21:00:53.421Z | dflt 4.791260508 |
| 2490 | 2026-08-13T21:00:53.421Z | kflt 0.000688492 |
| 2491 | 2026-08-13T21:00:53.421Z | lock 56:44.960594802 |
| 2492 | 2026-08-13T21:00:53.421Z | slp 44:21.138967731 |
| 2493 | 2026-08-13T21:00:53.421Z | lat 50.788253197 |
| 2494 | 2026-08-13T21:00:53.421Z | stop 6:05.857061786 |
| 2495 | 2026-08-13T21:00:53.421Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2496 | 2026-08-13T21:00:54.310Z | Finished `release` profile [optimized] target(s) in 0.88s |
| 2497 | 2026-08-13T21:00:54.388Z | Running `target/release/omicron-package -t test package` |
| 2498 | 2026-08-13T21:00:54.446Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2499 | 2026-08-13T21:00:55.885Z | Compiling heck v0.5.0 |
| 2500 | 2026-08-13T21:00:55.885Z | Compiling regress v0.11.1 |
| 2501 | 2026-08-13T21:00:56.111Z | Compiling unsafe-libyaml v0.2.11 |
| 2502 | 2026-08-13T21:00:56.147Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2503 | 2026-08-13T21:00:56.172Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2504 | 2026-08-13T21:00:56.194Z | Compiling derive-where v1.6.0 |
| 2505 | 2026-08-13T21:00:56.199Z | Compiling bytecount v0.6.9 |
| 2506 | 2026-08-13T21:00:56.232Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2507 | 2026-08-13T21:00:56.234Z | Compiling atomicwrites v0.4.4 |
| 2508 | 2026-08-13T21:00:56.234Z | Compiling is-terminal v0.4.17 |
| 2509 | 2026-08-13T21:00:56.234Z | Compiling prettyplease v0.2.37 |
| 2510 | 2026-08-13T21:00:56.234Z | Compiling console v0.15.11 |
| 2511 | 2026-08-13T21:00:56.234Z | Compiling newline-converter v0.3.0 |
| 2512 | 2026-08-13T21:00:56.273Z | Compiling slog-dtrace v0.3.0 |
| 2513 | 2026-08-13T21:00:56.355Z | Compiling resolv-conf v0.7.6 |
| 2514 | 2026-08-13T21:00:56.404Z | Compiling num-rational v0.4.2 |
| 2515 | 2026-08-13T21:00:56.424Z | Compiling num-complex v0.4.6 |
| 2516 | 2026-08-13T21:00:56.444Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2517 | 2026-08-13T21:00:56.482Z | Compiling thread_local v1.1.9 |
| 2518 | 2026-08-13T21:00:56.504Z | Compiling cancel-safe-futures v0.1.5 |
| 2519 | 2026-08-13T21:00:56.571Z | Compiling match_cfg v0.1.0 |
| 2520 | 2026-08-13T21:00:56.663Z | Compiling serde_yaml v0.9.34+deprecated |
| 2521 | 2026-08-13T21:00:56.735Z | Compiling expectorate v1.2.0 |
| 2522 | 2026-08-13T21:00:56.757Z | Compiling compression-core v0.4.31 |
| 2523 | 2026-08-13T21:00:56.791Z | Compiling unicode-width v0.1.14 |
| 2524 | 2026-08-13T21:00:56.901Z | Compiling compression-codecs v0.4.37 |
| 2525 | 2026-08-13T21:00:56.932Z | Compiling num v0.4.3 |
| 2526 | 2026-08-13T21:00:56.974Z | Compiling hostname v0.3.1 |
| 2527 | 2026-08-13T21:00:56.977Z | Compiling slog-async v2.8.0 |
| 2528 | 2026-08-13T21:00:57.023Z | Compiling multer v3.1.0 |
| 2529 | 2026-08-13T21:00:57.039Z | Compiling crossbeam-channel v0.5.15 |
| 2530 | 2026-08-13T21:00:57.063Z | Compiling slog-json v2.6.1 |
| 2531 | 2026-08-13T21:00:57.090Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2532 | 2026-08-13T21:00:57.132Z | Compiling serde_spanned v1.1.1 |
| 2533 | 2026-08-13T21:00:57.159Z | Compiling linked-hash-map v0.5.6 |
| 2534 | 2026-08-13T21:00:57.182Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2535 | 2026-08-13T21:00:57.286Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2536 | 2026-08-13T21:00:57.307Z | Compiling term v1.2.1 |
| 2537 | 2026-08-13T21:00:57.328Z | Compiling float-ord v0.3.2 |
| 2538 | 2026-08-13T21:00:57.371Z | Compiling take_mut v0.2.2 |
| 2539 | 2026-08-13T21:00:57.393Z | Compiling oxide-update-engine-types v0.1.2 |
| 2540 | 2026-08-13T21:00:57.415Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2541 | 2026-08-13T21:00:57.418Z | Compiling lru-cache v0.1.2 |
| 2542 | 2026-08-13T21:00:57.418Z | Compiling slog-bunyan v2.5.0 |
| 2543 | 2026-08-13T21:00:57.479Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2544 | 2026-08-13T21:00:57.520Z | Compiling async-compression v0.4.41 |
| 2545 | 2026-08-13T21:00:57.597Z | Compiling slog-term v2.9.2 |
| 2546 | 2026-08-13T21:00:57.620Z | Compiling typify-impl v0.6.2 |
| 2547 | 2026-08-13T21:00:57.906Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2548 | 2026-08-13T21:00:57.924Z | Compiling async-stream v0.3.6 |
| 2549 | 2026-08-13T21:00:57.944Z | Compiling dropshot v0.17.1 |
| 2550 | 2026-08-13T21:00:57.970Z | Compiling sha1 v0.11.0 |
| 2551 | 2026-08-13T21:00:58.013Z | Compiling progenitor-client v0.14.0 |
| 2552 | 2026-08-13T21:00:58.061Z | Compiling waitgroup v0.1.2 |
| 2553 | 2026-08-13T21:00:58.102Z | Compiling rustls-pemfile v2.2.0 |
| 2554 | 2026-08-13T21:00:58.123Z | Compiling backon v1.6.0 |
| 2555 | 2026-08-13T21:00:58.126Z | Compiling serde_path_to_error v0.1.20 |
| 2556 | 2026-08-13T21:00:58.224Z | Compiling hostname v0.4.2 |
| 2557 | 2026-08-13T21:00:58.253Z | Compiling instant v0.1.13 |
| 2558 | 2026-08-13T21:00:58.321Z | Compiling debug-ignore v1.0.5 |
| 2559 | 2026-08-13T21:00:58.354Z | Compiling linear-map v1.2.0 |
| 2560 | 2026-08-13T21:00:58.355Z | Compiling minimal-lexical v0.2.1 |
| 2561 | 2026-08-13T21:00:58.397Z | Compiling backoff v0.4.0 |
| 2562 | 2026-08-13T21:00:58.397Z | Compiling progenitor-extras v0.2.0 |
| 2563 | 2026-08-13T21:00:58.515Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2564 | 2026-08-13T21:00:58.562Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2565 | 2026-08-13T21:00:58.603Z | Compiling oxide-update-engine v0.1.2 |
| 2566 | 2026-08-13T21:00:58.646Z | Compiling nom v7.1.3 |
| 2567 | 2026-08-13T21:00:58.667Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2568 | 2026-08-13T21:00:58.690Z | Compiling parse-display v0.10.0 |
| 2569 | 2026-08-13T21:00:58.794Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2570 | 2026-08-13T21:00:58.818Z | Compiling hickory-proto v0.24.4 |
| 2571 | 2026-08-13T21:00:59.264Z | Compiling regress v0.10.5 |
| 2572 | 2026-08-13T21:00:59.425Z | Compiling itertools v0.14.0 |
| 2573 | 2026-08-13T21:00:59.904Z | Compiling macaddr v1.0.1 |
| 2574 | 2026-08-13T21:00:59.956Z | Compiling humantime v2.3.0 |
| 2575 | 2026-08-13T21:01:00.037Z | Compiling unicode-xid v0.2.6 |
| 2576 | 2026-08-13T21:01:00.204Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2577 | 2026-08-13T21:01:00.260Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2578 | 2026-08-13T21:01:00.382Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2579 | 2026-08-13T21:01:00.439Z | Compiling convert_case v0.10.0 |
| 2580 | 2026-08-13T21:01:00.627Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2581 | 2026-08-13T21:01:00.662Z | Compiling owo-colors v4.3.0 |
| 2582 | 2026-08-13T21:01:00.740Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2583 | 2026-08-13T21:01:00.761Z | Compiling derive_more-impl v2.1.1 |
| 2584 | 2026-08-13T21:01:00.875Z | Compiling toml v0.8.23 |
| 2585 | 2026-08-13T21:01:01.110Z | Compiling typify-macro v0.6.2 |
| 2586 | 2026-08-13T21:01:01.314Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2587 | 2026-08-13T21:01:01.368Z | Compiling hickory-resolver v0.24.4 |
| 2588 | 2026-08-13T21:01:01.480Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2589 | 2026-08-13T21:01:01.501Z | Compiling papergrid v0.11.0 |
| 2590 | 2026-08-13T21:01:01.583Z | Compiling derive_more v2.1.1 |
| 2591 | 2026-08-13T21:01:01.697Z | Compiling tabled_derive v0.7.0 |
| 2592 | 2026-08-13T21:01:02.034Z | Compiling termtree v0.5.1 |
| 2593 | 2026-08-13T21:01:02.057Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2594 | 2026-08-13T21:01:02.239Z | Compiling crossterm v0.29.0 |
| 2595 | 2026-08-13T21:01:02.620Z | Compiling qorb v0.4.1 |
| 2596 | 2026-08-13T21:01:02.651Z | Compiling tabled v0.15.0 |
| 2597 | 2026-08-13T21:01:02.698Z | Compiling typify v0.6.2 |
| 2598 | 2026-08-13T21:01:02.991Z | Compiling progenitor-impl v0.14.0 |
| 2599 | 2026-08-13T21:01:03.787Z | Compiling phf_shared v0.12.1 |
| 2600 | 2026-08-13T21:01:04.043Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2601 | 2026-08-13T21:01:04.588Z | Compiling csv-core v0.1.13 |
| 2602 | 2026-08-13T21:01:05.050Z | Compiling vte v0.14.1 |
| 2603 | 2026-08-13T21:01:05.140Z | Compiling progenitor-macro v0.14.0 |
| 2604 | 2026-08-13T21:01:05.307Z | Compiling chrono-tz v0.10.4 |
| 2605 | 2026-08-13T21:01:05.527Z | Compiling highway v1.3.0 |
| 2606 | 2026-08-13T21:01:06.080Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2607 | 2026-08-13T21:01:06.327Z | Compiling strip-ansi-escapes v0.2.1 |
| 2608 | 2026-08-13T21:01:06.523Z | Compiling csv v1.4.0 |
| 2609 | 2026-08-13T21:01:06.675Z | Compiling phf v0.12.1 |
| 2610 | 2026-08-13T21:01:06.745Z | Compiling const_format_proc_macros v0.2.34 |
| 2611 | 2026-08-13T21:01:06.883Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2612 | 2026-08-13T21:01:06.911Z | Compiling fd-lock v4.0.4 |
| 2613 | 2026-08-13T21:01:07.102Z | Compiling peg-macros v0.8.5 |
| 2614 | 2026-08-13T21:01:07.351Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2615 | 2026-08-13T21:01:07.426Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2616 | 2026-08-13T21:01:07.530Z | Compiling nu-ansi-term v0.50.3 |
| 2617 | 2026-08-13T21:01:07.766Z | Compiling const_format v0.2.35 |
| 2618 | 2026-08-13T21:01:08.069Z | Compiling reedline v0.40.0 |
| 2619 | 2026-08-13T21:01:08.300Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2620 | 2026-08-13T21:01:08.354Z | Compiling peg v0.8.5 |
| 2621 | 2026-08-13T21:01:08.457Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2622 | 2026-08-13T21:01:08.793Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2623 | 2026-08-13T21:01:09.269Z | Compiling progenitor v0.14.0 |
| 2624 | 2026-08-13T21:01:09.457Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2625 | 2026-08-13T21:01:09.659Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2626 | 2026-08-13T21:01:09.747Z | Compiling bcs v0.1.6 |
| 2627 | 2026-08-13T21:01:10.197Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2628 | 2026-08-13T21:01:10.488Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2629 | 2026-08-13T21:01:10.721Z | Compiling nom v8.0.0 |
| 2630 | 2026-08-13T21:01:11.259Z | Compiling semver v0.1.20 |
| 2631 | 2026-08-13T21:01:11.515Z | Compiling rustc_version v0.1.7 |
| 2632 | 2026-08-13T21:01:11.561Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2633 | 2026-08-13T21:01:11.791Z | Compiling newtype_derive v0.1.6 |
| 2634 | 2026-08-13T21:01:11.824Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2635 | 2026-08-13T21:01:12.028Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2636 | 2026-08-13T21:01:12.133Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2637 | 2026-08-13T21:01:12.164Z | Compiling unicode-linebreak v0.1.5 |
| 2638 | 2026-08-13T21:01:12.320Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2639 | 2026-08-13T21:01:12.471Z | Compiling smawk v0.3.2 |
| 2640 | 2026-08-13T21:01:12.635Z | Compiling textwrap v0.16.2 |
| 2641 | 2026-08-13T21:01:12.689Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2642 | 2026-08-13T21:01:12.769Z | Compiling steno v0.4.1 |
| 2643 | 2026-08-13T21:01:13.455Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2644 | 2026-08-13T21:01:14.152Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2645 | 2026-08-13T21:01:14.446Z | Compiling sha1 v0.10.6 |
| 2646 | 2026-08-13T21:01:14.718Z | Compiling utf-8 v0.7.6 |
| 2647 | 2026-08-13T21:01:14.749Z | Compiling tagptr v0.2.0 |
| 2648 | 2026-08-13T21:01:14.902Z | Compiling moka v0.12.13 |
| 2649 | 2026-08-13T21:01:14.937Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2650 | 2026-08-13T21:01:14.958Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2651 | 2026-08-13T21:01:15.033Z | Compiling tungstenite v0.21.0 |
| 2652 | 2026-08-13T21:01:15.230Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2653 | 2026-08-13T21:01:15.262Z | Compiling darling_core v0.21.3 |
| 2654 | 2026-08-13T21:01:15.321Z | Compiling display-error-chain v0.2.2 |
| 2655 | 2026-08-13T21:01:15.497Z | Compiling libscf-sys v1.2.0 |
| 2656 | 2026-08-13T21:01:15.669Z | Compiling tokio-tungstenite v0.21.0 |
| 2657 | 2026-08-13T21:01:16.082Z | Compiling hickory-resolver v0.25.2 |
| 2658 | 2026-08-13T21:01:16.168Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2659 | 2026-08-13T21:01:17.151Z | Compiling vergen-lib v0.1.6 |
| 2660 | 2026-08-13T21:01:17.375Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2661 | 2026-08-13T21:01:17.488Z | Compiling darling_macro v0.21.3 |
| 2662 | 2026-08-13T21:01:17.869Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2663 | 2026-08-13T21:01:17.890Z | Compiling diesel_derives v2.3.7 |
| 2664 | 2026-08-13T21:01:17.998Z | Compiling darling v0.21.3 |
| 2665 | 2026-08-13T21:01:18.129Z | Compiling dsl_auto_type v0.2.0 |
| 2666 | 2026-08-13T21:01:18.274Z | Compiling proc-macro-error2 v2.0.1 |
| 2667 | 2026-08-13T21:01:18.344Z | Compiling scheduled-thread-pool v0.2.7 |
| 2668 | 2026-08-13T21:01:18.366Z | Compiling vergen-gitcl v1.0.8 |
| 2669 | 2026-08-13T21:01:18.370Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2670 | 2026-08-13T21:01:18.468Z | Compiling dirs-sys-next v0.1.2 |
| 2671 | 2026-08-13T21:01:18.593Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2672 | 2026-08-13T21:01:18.597Z | Compiling maplit v1.0.2 |
| 2673 | 2026-08-13T21:01:18.635Z | Compiling glob v0.3.3 |
| 2674 | 2026-08-13T21:01:18.670Z | Compiling crunchy v0.2.4 |
| 2675 | 2026-08-13T21:01:18.737Z | Compiling dirs-next v2.0.0 |
| 2676 | 2026-08-13T21:01:18.912Z | Compiling tabled_derive v0.11.0 |
| 2677 | 2026-08-13T21:01:18.970Z | Compiling r2d2 v0.8.10 |
| 2678 | 2026-08-13T21:01:18.999Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2679 | 2026-08-13T21:01:19.022Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2680 | 2026-08-13T21:01:19.139Z | Compiling clang-sys v1.8.1 |
| 2681 | 2026-08-13T21:01:19.520Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2682 | 2026-08-13T21:01:19.594Z | Compiling papergrid v0.17.0 |
| 2683 | 2026-08-13T21:01:19.958Z | Compiling testing_table v0.3.0 |
| 2684 | 2026-08-13T21:01:20.234Z | Compiling downcast-rs v2.0.2 |
| 2685 | 2026-08-13T21:01:20.234Z | Compiling tiny-keccak v2.0.2 |
| 2686 | 2026-08-13T21:01:20.613Z | Compiling term v0.7.0 |
| 2687 | 2026-08-13T21:01:20.914Z | Compiling tabled v0.20.0 |
| 2688 | 2026-08-13T21:01:21.031Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2689 | 2026-08-13T21:01:21.054Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2690 | 2026-08-13T21:01:21.102Z | Compiling bit-vec v0.6.3 |
| 2691 | 2026-08-13T21:01:21.143Z | Compiling ascii-canvas v3.0.0 |
| 2692 | 2026-08-13T21:01:21.271Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2693 | 2026-08-13T21:01:21.367Z | Compiling bit-set v0.5.3 |
| 2694 | 2026-08-13T21:01:21.425Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2695 | 2026-08-13T21:01:21.556Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2696 | 2026-08-13T21:01:21.650Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2697 | 2026-08-13T21:01:21.814Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2698 | 2026-08-13T21:01:21.878Z | Compiling itertools v0.10.5 |
| 2699 | 2026-08-13T21:01:21.993Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2700 | 2026-08-13T21:01:22.141Z | Compiling ena v0.14.4 |
| 2701 | 2026-08-13T21:01:22.388Z | Compiling libloading v0.8.9 |
| 2702 | 2026-08-13T21:01:22.477Z | Compiling unicase v2.9.0 |
| 2703 | 2026-08-13T21:01:22.612Z | Compiling xshell-macros v0.2.7 |
| 2704 | 2026-08-13T21:01:22.710Z | Compiling bindgen v0.71.1 |
| 2705 | 2026-08-13T21:01:22.732Z | Compiling diff v0.1.13 |
| 2706 | 2026-08-13T21:01:22.780Z | Compiling regex-syntax v0.6.29 |
| 2707 | 2026-08-13T21:01:22.972Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2708 | 2026-08-13T21:01:23.020Z | Compiling xshell v0.2.7 |
| 2709 | 2026-08-13T21:01:23.355Z | Compiling diesel v2.3.7 |
| 2710 | 2026-08-13T21:01:23.779Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2711 | 2026-08-13T21:01:24.253Z | Compiling lalrpop v0.19.12 |
| 2712 | 2026-08-13T21:01:24.672Z | Compiling cexpr v0.6.0 |
| 2713 | 2026-08-13T21:01:24.829Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2714 | 2026-08-13T21:01:25.042Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2715 | 2026-08-13T21:01:25.188Z | Compiling rustc-hash v2.1.1 |
| 2716 | 2026-08-13T21:01:25.300Z | Compiling crc8 v0.1.1 |
| 2717 | 2026-08-13T21:01:25.444Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2718 | 2026-08-13T21:01:25.703Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2719 | 2026-08-13T21:01:25.881Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2720 | 2026-08-13T21:01:25.934Z | Compiling headers-core v0.3.0 |
| 2721 | 2026-08-13T21:01:26.095Z | Compiling libxml v0.3.3 |
| 2722 | 2026-08-13T21:01:26.229Z | Compiling headers v0.4.1 |
| 2723 | 2026-08-13T21:01:26.383Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2724 | 2026-08-13T21:01:26.405Z | Compiling strum_macros v0.24.3 |
| 2725 | 2026-08-13T21:01:26.629Z | Compiling indoc v1.0.9 |
| 2726 | 2026-08-13T21:01:26.960Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2727 | 2026-08-13T21:01:27.057Z | Compiling derive_builder v0.20.2 |
| 2728 | 2026-08-13T21:01:27.185Z | Compiling oso-derive v0.27.3 |
| 2729 | 2026-08-13T21:01:27.228Z | Compiling quick-xml v0.37.5 |
| 2730 | 2026-08-13T21:01:27.624Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2731 | 2026-08-13T21:01:27.691Z | Compiling openssl-probe v0.1.6 |
| 2732 | 2026-08-13T21:01:27.859Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2733 | 2026-08-13T21:01:27.978Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2734 | 2026-08-13T21:01:28.000Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2735 | 2026-08-13T21:01:28.221Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2736 | 2026-08-13T21:01:28.567Z | Compiling bb8 v0.8.6 |
| 2737 | 2026-08-13T21:01:28.587Z | Compiling trait-variant v0.1.2 |
| 2738 | 2026-08-13T21:01:28.613Z | Compiling half v1.8.3 |
| 2739 | 2026-08-13T21:01:28.891Z | Compiling serde_cbor v0.11.2 |
| 2740 | 2026-08-13T21:01:28.969Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2741 | 2026-08-13T21:01:29.009Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2742 | 2026-08-13T21:01:29.076Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2743 | 2026-08-13T21:01:29.162Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2744 | 2026-08-13T21:01:29.269Z | Compiling progenitor-impl v0.13.0 |
| 2745 | 2026-08-13T21:01:29.869Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2746 | 2026-08-13T21:01:29.888Z | Compiling nonempty v0.12.0 |
| 2747 | 2026-08-13T21:01:29.968Z | Compiling samael v0.0.19 |
| 2748 | 2026-08-13T21:01:29.998Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2749 | 2026-08-13T21:01:30.125Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2750 | 2026-08-13T21:01:30.296Z | Compiling progenitor-client v0.13.0 |
| 2751 | 2026-08-13T21:01:30.818Z | Compiling fxhash v0.2.1 |
| 2752 | 2026-08-13T21:01:30.995Z | Compiling libz-sys v1.1.24 |
| 2753 | 2026-08-13T21:01:31.344Z | Compiling salty v0.3.0 |
| 2754 | 2026-08-13T21:01:31.442Z | Compiling progenitor-macro v0.13.0 |
| 2755 | 2026-08-13T21:01:31.515Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2756 | 2026-08-13T21:01:31.644Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2757 | 2026-08-13T21:01:31.734Z | Compiling polar-core v0.27.3 |
| 2758 | 2026-08-13T21:01:31.791Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2759 | 2026-08-13T21:01:31.888Z | Compiling kstat-rs v0.2.5 |
| 2760 | 2026-08-13T21:01:32.578Z | Compiling mime_guess v2.0.5 |
| 2761 | 2026-08-13T21:01:33.149Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2762 | 2026-08-13T21:01:33.907Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2763 | 2026-08-13T21:01:34.883Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2764 | 2026-08-13T21:01:35.045Z | Compiling rfc6979 v0.4.0 |
| 2765 | 2026-08-13T21:01:35.232Z | Compiling nanorand v0.7.0 |
| 2766 | 2026-08-13T21:01:35.318Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2767 | 2026-08-13T21:01:35.555Z | Compiling progenitor v0.13.0 |
| 2768 | 2026-08-13T21:01:35.604Z | Compiling parking_lot_core v0.8.6 |
| 2769 | 2026-08-13T21:01:35.642Z | Compiling flume v0.11.1 |
| 2770 | 2026-08-13T21:01:35.775Z | Compiling ecdsa v0.16.9 |
| 2771 | 2026-08-13T21:01:35.824Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2772 | 2026-08-13T21:01:36.070Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2773 | 2026-08-13T21:01:36.125Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2774 | 2026-08-13T21:01:36.450Z | Compiling primeorder v0.13.6 |
| 2775 | 2026-08-13T21:01:36.779Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2776 | 2026-08-13T21:01:36.815Z | Compiling git-stub v1.0.0 |
| 2777 | 2026-08-13T21:01:37.085Z | Compiling strsim v0.10.0 |
| 2778 | 2026-08-13T21:01:37.317Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2779 | 2026-08-13T21:01:37.388Z | Compiling http-range v0.1.5 |
| 2780 | 2026-08-13T21:01:37.548Z | Compiling instability v0.3.11 |
| 2781 | 2026-08-13T21:01:37.752Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2782 | 2026-08-13T21:01:37.815Z | Compiling darling_core v0.13.4 |
| 2783 | 2026-08-13T21:01:38.836Z | Compiling git-stub-vcs v0.1.0 |
| 2784 | 2026-08-13T21:01:38.999Z | Compiling p384 v0.13.1 |
| 2785 | 2026-08-13T21:01:39.669Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2786 | 2026-08-13T21:01:39.866Z | Compiling ignore v0.4.25 |
| 2787 | 2026-08-13T21:01:40.032Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2788 | 2026-08-13T21:01:40.299Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2789 | 2026-08-13T21:01:41.768Z | Compiling oso v0.27.3 |
| 2790 | 2026-08-13T21:01:43.139Z | Compiling async-bb8-diesel v0.2.1 |
| 2791 | 2026-08-13T21:01:43.598Z | Compiling diesel-dtrace v0.5.0 |
| 2792 | 2026-08-13T21:01:43.928Z | Compiling castaway v0.2.4 |
| 2793 | 2026-08-13T21:01:44.097Z | Compiling vergen-git2 v9.1.0 |
| 2794 | 2026-08-13T21:01:44.287Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2795 | 2026-08-13T21:01:44.349Z | Compiling indoc v2.0.7 |
| 2796 | 2026-08-13T21:01:44.491Z | Compiling compact_str v0.8.1 |
| 2797 | 2026-08-13T21:01:44.586Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2798 | 2026-08-13T21:01:44.751Z | Compiling globwalk v0.9.1 |
| 2799 | 2026-08-13T21:01:45.384Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2800 | 2026-08-13T21:01:45.415Z | Compiling parking_lot v0.11.2 |
| 2801 | 2026-08-13T21:01:45.506Z | Compiling hyper-staticfile v0.10.1 |
| 2802 | 2026-08-13T21:01:45.613Z | Compiling darling_macro v0.13.4 |
| 2803 | 2026-08-13T21:01:45.970Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2804 | 2026-08-13T21:01:46.146Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2805 | 2026-08-13T21:01:46.473Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2806 | 2026-08-13T21:01:46.629Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2807 | 2026-08-13T21:01:46.651Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2808 | 2026-08-13T21:01:46.914Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2809 | 2026-08-13T21:01:47.109Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2810 | 2026-08-13T21:01:47.369Z | Compiling predicates-tree v1.0.13 |
| 2811 | 2026-08-13T21:01:47.789Z | Compiling unicode-truncate v1.1.0 |
| 2812 | 2026-08-13T21:01:47.996Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2813 | 2026-08-13T21:01:48.233Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2814 | 2026-08-13T21:01:48.280Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2815 | 2026-08-13T21:01:48.417Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2816 | 2026-08-13T21:01:48.798Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2817 | 2026-08-13T21:01:48.947Z | Compiling lru v0.12.5 |
| 2818 | 2026-08-13T21:01:49.174Z | Compiling sha2 v0.11.0 |
| 2819 | 2026-08-13T21:01:49.310Z | Compiling digest-io v0.1.0 |
| 2820 | 2026-08-13T21:01:49.489Z | Compiling prefix-trie v0.7.0 |
| 2821 | 2026-08-13T21:01:49.911Z | Compiling rand_seeder v0.4.0 |
| 2822 | 2026-08-13T21:01:49.987Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2823 | 2026-08-13T21:01:50.167Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2824 | 2026-08-13T21:01:50.434Z | Compiling rawzip v0.4.4 |
| 2825 | 2026-08-13T21:01:50.464Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2826 | 2026-08-13T21:01:50.618Z | Compiling cassowary v0.3.0 |
| 2827 | 2026-08-13T21:01:50.780Z | Compiling corncobs v0.1.4 |
| 2828 | 2026-08-13T21:01:51.032Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2829 | 2026-08-13T21:01:51.276Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2830 | 2026-08-13T21:01:51.567Z | Compiling ratatui v0.29.0 |
| 2831 | 2026-08-13T21:01:52.193Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2832 | 2026-08-13T21:01:52.748Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2833 | 2026-08-13T21:01:52.793Z | Compiling hickory-server v0.25.2 |
| 2834 | 2026-08-13T21:01:52.862Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2835 | 2026-08-13T21:01:52.992Z | Compiling camino-tempfile-ext v0.3.3 |
| 2836 | 2026-08-13T21:01:53.571Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2837 | 2026-08-13T21:01:54.862Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2838 | 2026-08-13T21:01:55.591Z | Compiling darling v0.13.4 |
| 2839 | 2026-08-13T21:01:56.353Z | Compiling sled v0.34.7 |
| 2840 | 2026-08-13T21:01:56.605Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2841 | 2026-08-13T21:01:57.409Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2842 | 2026-08-13T21:01:57.802Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2843 | 2026-08-13T21:01:58.079Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2844 | 2026-08-13T21:01:58.194Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2845 | 2026-08-13T21:01:58.195Z | Compiling secrecy v0.8.0 |
| 2846 | 2026-08-13T21:01:58.299Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2847 | 2026-08-13T21:01:58.592Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2848 | 2026-08-13T21:01:58.729Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2849 | 2026-08-13T21:01:59.844Z | Compiling serde_with_macros v1.5.2 |
| 2850 | 2026-08-13T21:01:59.931Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2851 | 2026-08-13T21:02:00.658Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2852 | 2026-08-13T21:02:01.030Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2853 | 2026-08-13T21:02:01.491Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2854 | 2026-08-13T21:02:01.717Z | Compiling git2 v0.20.4 |
| 2855 | 2026-08-13T21:02:01.721Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2856 | 2026-08-13T21:02:01.977Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2857 | 2026-08-13T21:02:02.699Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2858 | 2026-08-13T21:02:02.737Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2859 | 2026-08-13T21:02:02.963Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2860 | 2026-08-13T21:02:02.985Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2861 | 2026-08-13T21:02:03.067Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2862 | 2026-08-13T21:02:03.200Z | Compiling arc-swap v1.8.2 |
| 2863 | 2026-08-13T21:02:03.224Z | Compiling void v1.0.2 |
| 2864 | 2026-08-13T21:02:03.375Z | Compiling lzss v0.8.2 |
| 2865 | 2026-08-13T21:02:03.468Z | Compiling slog-scope v4.4.1 |
| 2866 | 2026-08-13T21:02:03.584Z | Compiling illumos-nvpair v0.3.0 |
| 2867 | 2026-08-13T21:02:03.663Z | Compiling serde_with v1.14.0 |
| 2868 | 2026-08-13T21:02:03.831Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2869 | 2026-08-13T21:02:04.164Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2870 | 2026-08-13T21:02:04.615Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2871 | 2026-08-13T21:02:04.777Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2872 | 2026-08-13T21:02:04.843Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2873 | 2026-08-13T21:02:05.312Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2874 | 2026-08-13T21:02:06.062Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2875 | 2026-08-13T21:02:06.427Z | Compiling scuffle v0.1.0 |
| 2876 | 2026-08-13T21:02:06.745Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2877 | 2026-08-13T21:02:08.520Z | Compiling tungstenite v0.23.0 |
| 2878 | 2026-08-13T21:02:09.695Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2879 | 2026-08-13T21:02:10.247Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2880 | 2026-08-13T21:02:10.812Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2881 | 2026-08-13T21:02:11.046Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2882 | 2026-08-13T21:02:11.274Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2883 | 2026-08-13T21:02:11.516Z | Compiling nix v0.27.1 |
| 2884 | 2026-08-13T21:02:11.538Z | Compiling twox-hash v2.1.2 |
| 2885 | 2026-08-13T21:02:11.590Z | Compiling libsw-core v0.3.2 |
| 2886 | 2026-08-13T21:02:11.670Z | Compiling atty v0.2.14 |
| 2887 | 2026-08-13T21:02:11.817Z | Compiling serde_bytes v0.11.19 |
| 2888 | 2026-08-13T21:02:11.838Z | Compiling libsw v3.5.0 |
| 2889 | 2026-08-13T21:02:12.108Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2890 | 2026-08-13T21:02:12.130Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2891 | 2026-08-13T21:02:12.130Z | Compiling tokio-tungstenite v0.23.1 |
| 2892 | 2026-08-13T21:02:12.133Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2893 | 2026-08-13T21:02:12.291Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2894 | 2026-08-13T21:02:12.539Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 2895 | 2026-08-13T21:02:12.669Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2896 | 2026-08-13T21:02:13.970Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2897 | 2026-08-13T21:02:15.085Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2898 | 2026-08-13T21:02:15.870Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2899 | 2026-08-13T21:02:16.052Z | Compiling slog-stdlog v4.1.1 |
| 2900 | 2026-08-13T21:02:16.254Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2901 | 2026-08-13T21:02:16.456Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2902 | 2026-08-13T21:02:16.469Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2903 | 2026-08-13T21:02:16.512Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2904 | 2026-08-13T21:02:16.901Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2905 | 2026-08-13T21:02:17.139Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2906 | 2026-08-13T21:02:17.883Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2907 | 2026-08-13T21:02:18.836Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2908 | 2026-08-13T21:02:18.858Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2909 | 2026-08-13T21:02:19.403Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2910 | 2026-08-13T21:02:21.539Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2911 | 2026-08-13T21:02:22.558Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2912 | 2026-08-13T21:02:23.208Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2913 | 2026-08-13T21:02:24.061Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2914 | 2026-08-13T21:02:24.353Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2915 | 2026-08-13T21:02:24.590Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2916 | 2026-08-13T21:02:25.494Z | Compiling signal-hook-tokio v0.3.1 |
| 2917 | 2026-08-13T21:02:25.696Z | Compiling fatfs v0.3.6 |
| 2918 | 2026-08-13T21:02:26.884Z | Compiling yasna v0.5.2 |
| 2919 | 2026-08-13T21:02:26.923Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2920 | 2026-08-13T21:02:26.946Z | Compiling seq-macro v0.3.6 |
| 2921 | 2026-08-13T21:02:26.980Z | Compiling assert_matches v1.5.0 |
| 2922 | 2026-08-13T21:02:27.083Z | Compiling is_ci v1.2.0 |
| 2923 | 2026-08-13T21:02:27.293Z | Compiling supports-color v3.0.2 |
| 2924 | 2026-08-13T21:02:27.427Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2925 | 2026-08-13T21:02:27.667Z | Compiling rcgen v0.12.1 |
| 2926 | 2026-08-13T21:02:28.452Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2927 | 2026-08-13T21:02:29.787Z | Compiling slog-envlogger v2.2.0 |
| 2928 | 2026-08-13T21:02:30.656Z | Compiling oxide-update-engine-display v0.1.2 |
| 2929 | 2026-08-13T21:02:30.905Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2930 | 2026-08-13T21:02:30.934Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2931 | 2026-08-13T21:02:31.598Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2932 | 2026-08-13T21:02:31.773Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2933 | 2026-08-13T21:02:31.817Z | Compiling port-file v0.1.0 |
| 2934 | 2026-08-13T21:02:32.008Z | Compiling subprocess v0.2.15 |
| 2935 | 2026-08-13T21:02:32.084Z | Compiling rtoolbox v0.0.3 |
| 2936 | 2026-08-13T21:02:32.238Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2937 | 2026-08-13T21:02:32.364Z | Compiling rpassword v7.5.4 |
| 2938 | 2026-08-13T21:02:32.976Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2939 | 2026-08-13T21:02:34.109Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2940 | 2026-08-13T21:02:34.680Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2941 | 2026-08-13T21:02:34.809Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2942 | 2026-08-13T21:02:36.355Z | Compiling tui-tree-widget v0.23.1 |
| 2943 | 2026-08-13T21:02:36.648Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2944 | 2026-08-13T21:02:37.107Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 2945 | 2026-08-13T21:02:37.729Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2946 | 2026-08-13T21:02:39.114Z | Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 2947 | 2026-08-13T21:02:39.140Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2948 | 2026-08-13T21:02:39.140Z | Compiling uzers v0.12.2 |
| 2949 | 2026-08-13T21:02:40.179Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2950 | 2026-08-13T21:02:40.201Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2951 | 2026-08-13T21:02:41.265Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2952 | 2026-08-13T21:02:42.451Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2953 | 2026-08-13T21:02:42.850Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2954 | 2026-08-13T21:02:43.619Z | Compiling support-bundle-viewer v0.1.2 |
| 2955 | 2026-08-13T21:02:44.993Z | Compiling multimap v0.10.1 |
| 2956 | 2026-08-13T21:02:53.937Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2957 | 2026-08-13T21:02:55.145Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2958 | 2026-08-13T21:03:00.906Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2959 | 2026-08-13T21:03:05.049Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2960 | 2026-08-13T21:03:05.707Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2961 | 2026-08-13T21:10:45.690Z | Finished `release` profile [optimized] target(s) in 9m 51s |
| 2962 | 2026-08-13T21:10:45.695Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 2963 | 2026-08-13T21:10:45.695Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 2964 | 2026-08-13T21:11:37.330Z | |
| 2965 | 2026-08-13T21:11:37.330Z | real 10:43.882881369 |
| 2966 | 2026-08-13T21:11:37.334Z | user 1:21:14.414512662 |
| 2967 | 2026-08-13T21:11:37.334Z | sys 3:40.450339835 |
| 2968 | 2026-08-13T21:11:37.334Z | trap 1.827954941 |
| 2969 | 2026-08-13T21:11:37.334Z | tflt 1.891268311 |
| 2970 | 2026-08-13T21:11:37.334Z | dflt 21.451097395 |
| 2971 | 2026-08-13T21:11:37.334Z | kflt 0.013848536 |
| 2972 | 2026-08-13T21:11:37.334Z | lock 8:12:26.187771660 |
| 2973 | 2026-08-13T21:11:37.334Z | slp 2:19:32.063674408 |
| 2974 | 2026-08-13T21:11:37.334Z | lat 2:31.169394422 |
| 2975 | 2026-08-13T21:11:37.334Z | stop 5:35.185410591 |
| 2976 | 2026-08-13T21:11:37.334Z | + mapfile -t packages |
| 2977 | 2026-08-13T21:11:37.334Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2978 | 2026-08-13T21:11:38.279Z | Finished `release` profile [optimized] target(s) in 0.93s |
| 2979 | 2026-08-13T21:11:38.348Z | Running `target/release/omicron-package -t test list-outputs` |
| 2980 | 2026-08-13T21:11:38.410Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2981 | 2026-08-13T21:11:38.414Z | + ptime -m cargo build --locked --release -p xtask |
| 2982 | 2026-08-13T21:11:38.891Z | Compiling libc v0.2.185 |
| 2983 | 2026-08-13T21:11:38.891Z | Compiling serde_core v1.0.228 |
| 2984 | 2026-08-13T21:11:38.891Z | Compiling serde v1.0.228 |
| 2985 | 2026-08-13T21:11:38.896Z | Compiling rustix v1.1.3 |
| 2986 | 2026-08-13T21:11:38.896Z | Compiling bitflags v2.11.0 |
| 2987 | 2026-08-13T21:11:38.896Z | Compiling serde_json v1.0.151 |
| 2988 | 2026-08-13T21:11:39.055Z | Compiling syn v2.0.117 |
| 2989 | 2026-08-13T21:11:39.058Z | Compiling usdt-impl v0.5.0 |
| 2990 | 2026-08-13T21:11:39.058Z | Compiling syn v1.0.109 |
| 2991 | 2026-08-13T21:11:39.089Z | Compiling log v0.4.29 |
| 2992 | 2026-08-13T21:11:39.089Z | Compiling getrandom v0.4.1 |
| 2993 | 2026-08-13T21:11:39.110Z | Compiling indexmap v2.14.0 |
| 2994 | 2026-08-13T21:11:39.123Z | Compiling fs-err v3.3.0 |
| 2995 | 2026-08-13T21:11:39.313Z | Compiling once_cell v1.21.3 |
| 2996 | 2026-08-13T21:11:39.346Z | Compiling heck v0.4.1 |
| 2997 | 2026-08-13T21:11:39.433Z | Compiling anyhow v1.0.102 |
| 2998 | 2026-08-13T21:11:39.725Z | Compiling errno v0.3.14 |
| 2999 | 2026-08-13T21:11:39.728Z | Compiling thread-id v4.2.2 |
| 3000 | 2026-08-13T21:11:39.728Z | Compiling memmap v0.7.0 |
| 3001 | 2026-08-13T21:11:40.531Z | Compiling proc-macro-error v1.0.4 |
| 3002 | 2026-08-13T21:11:40.700Z | Compiling terminal_size v0.4.3 |
| 3003 | 2026-08-13T21:11:40.700Z | Compiling tempfile v3.25.0 |
| 3004 | 2026-08-13T21:11:40.788Z | Compiling tabled_derive v0.7.0 |
| 3005 | 2026-08-13T21:11:40.799Z | Compiling clap_builder v4.6.0 |
| 3006 | 2026-08-13T21:11:40.802Z | Compiling textwrap v0.16.2 |
| 3007 | 2026-08-13T21:11:41.072Z | Compiling camino v1.2.2 |
| 3008 | 2026-08-13T21:11:41.072Z | Compiling semver v1.0.28 |
| 3009 | 2026-08-13T21:11:41.076Z | Compiling cargo-platform v0.3.2 |
| 3010 | 2026-08-13T21:11:41.211Z | Compiling pest_generator v2.8.6 |
| 3011 | 2026-08-13T21:11:41.413Z | Compiling camino-tempfile v1.4.1 |
| 3012 | 2026-08-13T21:11:41.518Z | Compiling tabled v0.15.0 |
| 3013 | 2026-08-13T21:11:41.706Z | Compiling serde_derive v1.0.228 |
| 3014 | 2026-08-13T21:11:41.709Z | Compiling thiserror-impl v1.0.69 |
| 3015 | 2026-08-13T21:11:41.709Z | Compiling zerocopy-derive v0.7.35 |
| 3016 | 2026-08-13T21:11:41.709Z | Compiling scroll_derive v0.12.1 |
| 3017 | 2026-08-13T21:11:41.709Z | Compiling thiserror-impl v2.0.18 |
| 3018 | 2026-08-13T21:11:41.709Z | Compiling clap_derive v4.6.1 |
| 3019 | 2026-08-13T21:11:41.772Z | Compiling pest_derive v2.8.6 |
| 3020 | 2026-08-13T21:11:42.399Z | Compiling scroll v0.12.0 |
| 3021 | 2026-08-13T21:11:42.553Z | Compiling zerocopy v0.7.35 |
| 3022 | 2026-08-13T21:11:42.659Z | Compiling goblin v0.8.2 |
| 3023 | 2026-08-13T21:11:42.828Z | Compiling thiserror v1.0.69 |
| 3024 | 2026-08-13T21:11:42.945Z | Compiling dtrace-parser v0.2.0 |
| 3025 | 2026-08-13T21:11:43.156Z | Compiling thiserror v2.0.18 |
| 3026 | 2026-08-13T21:11:43.396Z | Compiling clap v4.6.1 |
| 3027 | 2026-08-13T21:11:44.887Z | Compiling dof v0.3.0 |
| 3028 | 2026-08-13T21:11:44.944Z | Compiling toml_datetime v0.6.11 |
| 3029 | 2026-08-13T21:11:44.978Z | Compiling serde_spanned v0.6.9 |
| 3030 | 2026-08-13T21:11:45.051Z | Compiling serde_tokenstream v0.2.3 |
| 3031 | 2026-08-13T21:11:45.176Z | Compiling toml_edit v0.22.27 |
| 3032 | 2026-08-13T21:11:45.189Z | Compiling macaddr v1.0.1 |
| 3033 | 2026-08-13T21:11:45.212Z | Compiling cargo_metadata v0.23.1 |
| 3034 | 2026-08-13T21:11:45.222Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3035 | 2026-08-13T21:11:45.621Z | Compiling usdt-attr-macro v0.5.0 |
| 3036 | 2026-08-13T21:11:45.621Z | Compiling usdt-macro v0.5.0 |
| 3037 | 2026-08-13T21:11:46.289Z | Compiling usdt v0.5.0 |
| 3038 | 2026-08-13T21:11:46.699Z | Compiling toml v0.8.23 |
| 3039 | 2026-08-13T21:11:47.132Z | Compiling cargo_toml v0.21.0 |
| 3040 | 2026-08-13T21:11:51.528Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3041 | 2026-08-13T21:11:54.737Z | Finished `release` profile [optimized] target(s) in 16.31s |
| 3042 | 2026-08-13T21:11:54.841Z | |
| 3043 | 2026-08-13T21:11:54.845Z | real 16.394802303 |
| 3044 | 2026-08-13T21:11:54.845Z | user 2:05.454207836 |
| 3045 | 2026-08-13T21:11:54.845Z | sys 13.661965426 |
| 3046 | 2026-08-13T21:11:54.845Z | trap 0.069148213 |
| 3047 | 2026-08-13T21:11:54.845Z | tflt 0.516151245 |
| 3048 | 2026-08-13T21:11:54.845Z | dflt 1.323614740 |
| 3049 | 2026-08-13T21:11:54.845Z | kflt 0.000020835 |
| 3050 | 2026-08-13T21:11:54.845Z | lock 4:47.155250199 |
| 3051 | 2026-08-13T21:11:54.845Z | slp 2:41.268060255 |
| 3052 | 2026-08-13T21:11:54.845Z | lat 4.758425194 |
| 3053 | 2026-08-13T21:11:54.845Z | stop 17.251925637 |
| 3054 | 2026-08-13T21:11:54.845Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3055 | 2026-08-13T21:11:54.845Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3056 | 2026-08-13T21:11:54.845Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3057 | 2026-08-13T21:11:54.845Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3058 | 2026-08-13T21:11:54.845Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3059 | 2026-08-13T21:11:55.787Z | Compiling match_cfg v0.1.0 |
| 3060 | 2026-08-13T21:11:55.787Z | Compiling progenitor-client v0.14.0 |
| 3061 | 2026-08-13T21:11:55.787Z | Compiling slog-json v2.6.1 |
| 3062 | 2026-08-13T21:11:55.790Z | Compiling newtype-uuid-macros v0.1.0 |
| 3063 | 2026-08-13T21:11:55.790Z | Compiling sha1 v0.11.0 |
| 3064 | 2026-08-13T21:11:55.790Z | Compiling multer v3.1.0 |
| 3065 | 2026-08-13T21:11:55.790Z | Compiling compression-core v0.4.31 |
| 3066 | 2026-08-13T21:11:55.790Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3067 | 2026-08-13T21:11:55.958Z | Compiling debug-ignore v1.0.5 |
| 3068 | 2026-08-13T21:11:55.961Z | Compiling async-stream-impl v0.3.6 |
| 3069 | 2026-08-13T21:11:55.966Z | Compiling serde_spanned v1.1.1 |
| 3070 | 2026-08-13T21:11:55.970Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3071 | 2026-08-13T21:11:55.970Z | Compiling dropshot v0.17.1 |
| 3072 | 2026-08-13T21:11:55.970Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3073 | 2026-08-13T21:11:55.970Z | Compiling waitgroup v0.1.2 |
| 3074 | 2026-08-13T21:11:55.970Z | Compiling rustls-pemfile v2.2.0 |
| 3075 | 2026-08-13T21:11:56.143Z | Compiling compression-codecs v0.4.37 |
| 3076 | 2026-08-13T21:11:56.213Z | Compiling dropshot_endpoint v0.17.1 |
| 3077 | 2026-08-13T21:11:56.230Z | Compiling serde_path_to_error v0.1.20 |
| 3078 | 2026-08-13T21:11:56.249Z | Compiling hostname v0.4.2 |
| 3079 | 2026-08-13T21:11:56.284Z | Compiling atomicwrites v0.4.4 |
| 3080 | 2026-08-13T21:11:56.304Z | Compiling hostname v0.3.1 |
| 3081 | 2026-08-13T21:11:56.337Z | Compiling async-compression v0.4.41 |
| 3082 | 2026-08-13T21:11:56.356Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3083 | 2026-08-13T21:11:56.407Z | Compiling macaddr v1.0.1 |
| 3084 | 2026-08-13T21:11:56.410Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3085 | 2026-08-13T21:11:56.428Z | Compiling instant v0.1.13 |
| 3086 | 2026-08-13T21:11:56.465Z | Compiling slog-bunyan v2.5.0 |
| 3087 | 2026-08-13T21:11:56.469Z | Compiling itertools v0.14.0 |
| 3088 | 2026-08-13T21:11:56.503Z | Compiling regress v0.10.5 |
| 3089 | 2026-08-13T21:11:56.506Z | Compiling parse-display-derive v0.10.0 |
| 3090 | 2026-08-13T21:11:56.506Z | Compiling backon v1.6.0 |
| 3091 | 2026-08-13T21:11:56.573Z | Compiling backoff v0.4.0 |
| 3092 | 2026-08-13T21:11:56.628Z | Compiling humantime v2.3.0 |
| 3093 | 2026-08-13T21:11:56.646Z | Compiling half v2.7.1 |
| 3094 | 2026-08-13T21:11:56.667Z | Compiling crucible-workspace-hack v0.1.0 |
| 3095 | 2026-08-13T21:11:56.695Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3096 | 2026-08-13T21:11:56.712Z | Compiling progenitor-extras v0.2.0 |
| 3097 | 2026-08-13T21:11:56.731Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3098 | 2026-08-13T21:11:56.751Z | Compiling ciborium-io v0.2.2 |
| 3099 | 2026-08-13T21:11:56.780Z | Compiling async-stream v0.3.6 |
| 3100 | 2026-08-13T21:11:56.796Z | Compiling regress v0.11.1 |
| 3101 | 2026-08-13T21:11:56.862Z | Compiling convert_case v0.4.0 |
| 3102 | 2026-08-13T21:11:56.868Z | Compiling secrecy v0.10.3 |
| 3103 | 2026-08-13T21:11:56.886Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3104 | 2026-08-13T21:11:56.919Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3105 | 2026-08-13T21:11:56.939Z | Compiling ciborium-ll v0.2.2 |
| 3106 | 2026-08-13T21:11:56.990Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3107 | 2026-08-13T21:11:56.990Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3108 | 2026-08-13T21:11:57.039Z | Compiling inout v0.1.4 |
| 3109 | 2026-08-13T21:11:57.056Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3110 | 2026-08-13T21:11:57.071Z | Compiling unsafe-libyaml v0.2.11 |
| 3111 | 2026-08-13T21:11:57.149Z | Compiling ciborium v0.2.2 |
| 3112 | 2026-08-13T21:11:57.189Z | Compiling cipher v0.4.4 |
| 3113 | 2026-08-13T21:11:57.214Z | Compiling derive_more v0.99.20 |
| 3114 | 2026-08-13T21:11:57.231Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3115 | 2026-08-13T21:11:57.289Z | Compiling universal-hash v0.5.1 |
| 3116 | 2026-08-13T21:11:57.293Z | Compiling opaque-debug v0.3.1 |
| 3117 | 2026-08-13T21:11:57.340Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3118 | 2026-08-13T21:11:57.390Z | Compiling blake2 v0.10.6 |
| 3119 | 2026-08-13T21:11:57.408Z | Compiling poly1305 v0.8.0 |
| 3120 | 2026-08-13T21:11:57.449Z | Compiling chacha20 v0.9.1 |
| 3121 | 2026-08-13T21:11:57.467Z | Compiling aead v0.5.2 |
| 3122 | 2026-08-13T21:11:57.688Z | Compiling serde_yaml v0.9.34+deprecated |
| 3123 | 2026-08-13T21:11:57.706Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3124 | 2026-08-13T21:11:57.740Z | Compiling password-hash v0.5.0 |
| 3125 | 2026-08-13T21:11:57.758Z | Compiling indent_write v2.2.0 |
| 3126 | 2026-08-13T21:11:57.762Z | Compiling chacha20poly1305 v0.10.1 |
| 3127 | 2026-08-13T21:11:57.804Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3128 | 2026-08-13T21:11:57.850Z | Compiling num-derive v0.4.2 |
| 3129 | 2026-08-13T21:11:57.929Z | Compiling heapless v0.8.0 |
| 3130 | 2026-08-13T21:11:57.955Z | Compiling tabwriter v1.4.1 |
| 3131 | 2026-08-13T21:11:57.973Z | Compiling ingot-macros v0.2.0 |
| 3132 | 2026-08-13T21:11:58.085Z | Compiling argon2 v0.5.3 |
| 3133 | 2026-08-13T21:11:58.164Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3134 | 2026-08-13T21:11:58.204Z | Compiling hash32 v0.3.1 |
| 3135 | 2026-08-13T21:11:58.242Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3136 | 2026-08-13T21:11:58.298Z | Compiling parse-display v0.10.0 |
| 3137 | 2026-08-13T21:11:58.392Z | Compiling typify-impl v0.6.2 |
| 3138 | 2026-08-13T21:11:58.466Z | Compiling smoltcp v0.11.0 |
| 3139 | 2026-08-13T21:11:58.484Z | Compiling thiserror-no-std v2.0.2 |
| 3140 | 2026-08-13T21:11:58.499Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3141 | 2026-08-13T21:11:58.600Z | Compiling vsss-rs v3.3.4 |
| 3142 | 2026-08-13T21:11:58.801Z | Compiling proc-macro-crate v3.4.0 |
| 3143 | 2026-08-13T21:11:58.827Z | Compiling cobs v0.3.0 |
| 3144 | 2026-08-13T21:11:58.867Z | Compiling colored v3.1.1 |
| 3145 | 2026-08-13T21:11:59.052Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3146 | 2026-08-13T21:11:59.190Z | Compiling postcard v1.1.3 |
| 3147 | 2026-08-13T21:11:59.266Z | Compiling proc-macro-error v1.0.4 |
| 3148 | 2026-08-13T21:11:59.285Z | Compiling rand v0.10.1 |
| 3149 | 2026-08-13T21:11:59.319Z | Compiling proc-macro-crate v1.3.1 |
| 3150 | 2026-08-13T21:11:59.336Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3151 | 2026-08-13T21:11:59.398Z | Compiling num_enum_derive v0.7.6 |
| 3152 | 2026-08-13T21:11:59.516Z | Compiling foreign-types-macros v0.2.3 |
| 3153 | 2026-08-13T21:11:59.563Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3154 | 2026-08-13T21:11:59.617Z | Compiling rayon-core v1.13.0 |
| 3155 | 2026-08-13T21:11:59.645Z | Compiling foreign-types-shared v0.3.1 |
| 3156 | 2026-08-13T21:11:59.766Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3157 | 2026-08-13T21:11:59.769Z | Compiling num_enum_derive v0.5.11 |
| 3158 | 2026-08-13T21:11:59.886Z | Compiling crossbeam-deque v0.8.6 |
| 3159 | 2026-08-13T21:11:59.906Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3160 | 2026-08-13T21:11:59.926Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3161 | 2026-08-13T21:11:59.948Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3162 | 2026-08-13T21:12:00.007Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3163 | 2026-08-13T21:12:00.115Z | Compiling cstr-argument v0.1.2 |
| 3164 | 2026-08-13T21:12:00.134Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3165 | 2026-08-13T21:12:00.186Z | Compiling foreign-types v0.5.0 |
| 3166 | 2026-08-13T21:12:00.255Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3167 | 2026-08-13T21:12:00.292Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3168 | 2026-08-13T21:12:00.310Z | Compiling cpubits v0.1.1 |
| 3169 | 2026-08-13T21:12:00.380Z | Compiling zone_cfg_derive v0.3.1 |
| 3170 | 2026-08-13T21:12:00.399Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3171 | 2026-08-13T21:12:00.416Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3172 | 2026-08-13T21:12:00.460Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3173 | 2026-08-13T21:12:00.524Z | Compiling num_enum v0.7.6 |
| 3174 | 2026-08-13T21:12:00.570Z | Compiling rayon v1.11.0 |
| 3175 | 2026-08-13T21:12:00.591Z | Compiling itertools v0.12.1 |
| 3176 | 2026-08-13T21:12:00.591Z | Compiling sigpipe v0.1.3 |
| 3177 | 2026-08-13T21:12:00.638Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3178 | 2026-08-13T21:12:00.673Z | Compiling glob v0.3.3 |
| 3179 | 2026-08-13T21:12:00.692Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3180 | 2026-08-13T21:12:00.726Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3181 | 2026-08-13T21:12:00.747Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3182 | 2026-08-13T21:12:00.882Z | Compiling smf v0.2.3 |
| 3183 | 2026-08-13T21:12:00.908Z | Compiling num_enum v0.5.11 |
| 3184 | 2026-08-13T21:12:00.947Z | Compiling whoami v1.6.1 |
| 3185 | 2026-08-13T21:12:00.967Z | Compiling ingot-types v0.2.0 |
| 3186 | 2026-08-13T21:12:00.984Z | Compiling gethostname v0.5.0 |
| 3187 | 2026-08-13T21:12:01.002Z | Compiling usdt-macro v0.5.0 |
| 3188 | 2026-08-13T21:12:01.056Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3189 | 2026-08-13T21:12:01.085Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3190 | 2026-08-13T21:12:01.104Z | Compiling usdt-attr-macro v0.5.0 |
| 3191 | 2026-08-13T21:12:01.107Z | Compiling num-rational v0.4.2 |
| 3192 | 2026-08-13T21:12:01.141Z | Compiling pem-rfc7468 v1.0.0 |
| 3193 | 2026-08-13T21:12:01.156Z | Compiling num-complex v0.4.6 |
| 3194 | 2026-08-13T21:12:01.263Z | Compiling derive-where v1.6.0 |
| 3195 | 2026-08-13T21:12:01.408Z | Compiling ingot v0.2.1 |
| 3196 | 2026-08-13T21:12:01.440Z | Compiling memmap v0.7.0 |
| 3197 | 2026-08-13T21:12:01.468Z | Compiling float-ord v0.3.2 |
| 3198 | 2026-08-13T21:12:01.576Z | Compiling num v0.4.3 |
| 3199 | 2026-08-13T21:12:01.616Z | Compiling toml v0.8.23 |
| 3200 | 2026-08-13T21:12:01.659Z | Compiling hmac v0.13.0 |
| 3201 | 2026-08-13T21:12:01.677Z | Compiling universal-hash v0.6.1 |
| 3202 | 2026-08-13T21:12:01.710Z | Compiling resolv-conf v0.7.6 |
| 3203 | 2026-08-13T21:12:01.732Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3204 | 2026-08-13T21:12:01.815Z | Compiling zone v0.3.1 |
| 3205 | 2026-08-13T21:12:01.843Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3206 | 2026-08-13T21:12:01.880Z | Compiling cancel-safe-futures v0.1.5 |
| 3207 | 2026-08-13T21:12:01.880Z | Compiling polyval v0.7.1 |
| 3208 | 2026-08-13T21:12:01.971Z | Compiling usdt v0.5.0 |
| 3209 | 2026-08-13T21:12:02.004Z | Compiling der v0.8.0 |
| 3210 | 2026-08-13T21:12:02.087Z | Compiling prettyplease v0.2.37 |
| 3211 | 2026-08-13T21:12:02.174Z | Compiling ghash v0.6.0 |
| 3212 | 2026-08-13T21:12:02.276Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3213 | 2026-08-13T21:12:02.294Z | Compiling pbkdf2 v0.13.0 |
| 3214 | 2026-08-13T21:12:02.395Z | Compiling crypto-bigint v0.7.5 |
| 3215 | 2026-08-13T21:12:02.399Z | Compiling aes v0.9.1 |
| 3216 | 2026-08-13T21:12:02.410Z | Compiling console v0.15.11 |
| 3217 | 2026-08-13T21:12:02.429Z | Compiling hickory-proto v0.24.4 |
| 3218 | 2026-08-13T21:12:02.450Z | Compiling newline-converter v0.3.0 |
| 3219 | 2026-08-13T21:12:02.501Z | Compiling ctr v0.10.1 |
| 3220 | 2026-08-13T21:12:02.524Z | Compiling aead v0.6.1 |
| 3221 | 2026-08-13T21:12:02.600Z | Compiling sha2 v0.11.0 |
| 3222 | 2026-08-13T21:12:02.619Z | Compiling oxide-update-engine-types v0.1.2 |
| 3223 | 2026-08-13T21:12:02.708Z | Compiling linked-hash-map v0.5.6 |
| 3224 | 2026-08-13T21:12:02.734Z | Compiling linear-map v1.2.0 |
| 3225 | 2026-08-13T21:12:02.882Z | Compiling libefi-sys v0.1.0 |
| 3226 | 2026-08-13T21:12:02.922Z | Compiling spki v0.8.0 |
| 3227 | 2026-08-13T21:12:02.949Z | Compiling lru-cache v0.1.2 |
| 3228 | 2026-08-13T21:12:03.013Z | Compiling aes-gcm v0.11.0 |
| 3229 | 2026-08-13T21:12:03.030Z | Compiling typify-macro v0.6.2 |
| 3230 | 2026-08-13T21:12:03.101Z | Compiling expectorate v1.2.0 |
| 3231 | 2026-08-13T21:12:03.144Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3232 | 2026-08-13T21:12:03.297Z | Compiling salsa20 v0.11.0 |
| 3233 | 2026-08-13T21:12:03.333Z | Compiling bitfield-struct v0.6.2 |
| 3234 | 2026-08-13T21:12:03.337Z | Compiling nom v8.0.0 |
| 3235 | 2026-08-13T21:12:03.405Z | Compiling semver v0.1.20 |
| 3236 | 2026-08-13T21:12:03.480Z | Compiling scrypt v0.12.0 |
| 3237 | 2026-08-13T21:12:03.740Z | Compiling oxide-update-engine v0.1.2 |
| 3238 | 2026-08-13T21:12:03.760Z | Compiling rustc_version v0.1.7 |
| 3239 | 2026-08-13T21:12:03.802Z | Compiling tokio-dtrace v0.1.1 |
| 3240 | 2026-08-13T21:12:03.820Z | Compiling cbc v0.2.1 |
| 3241 | 2026-08-13T21:12:03.966Z | Compiling slog-dtrace v0.3.0 |
| 3242 | 2026-08-13T21:12:04.007Z | Compiling minimal-lexical v0.2.1 |
| 3243 | 2026-08-13T21:12:04.027Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3244 | 2026-08-13T21:12:04.106Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3245 | 2026-08-13T21:12:04.131Z | Compiling newtype_derive v0.1.6 |
| 3246 | 2026-08-13T21:12:04.149Z | Compiling oxide-tokio-rt v0.1.4 |
| 3247 | 2026-08-13T21:12:04.254Z | Compiling nom v7.1.3 |
| 3248 | 2026-08-13T21:12:04.279Z | Compiling pkcs5 v0.8.1 |
| 3249 | 2026-08-13T21:12:04.300Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3250 | 2026-08-13T21:12:04.333Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3251 | 2026-08-13T21:12:04.359Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3252 | 2026-08-13T21:12:04.423Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3253 | 2026-08-13T21:12:04.423Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3254 | 2026-08-13T21:12:04.458Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3255 | 2026-08-13T21:12:04.480Z | Compiling phf_shared v0.12.1 |
| 3256 | 2026-08-13T21:12:04.540Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3257 | 2026-08-13T21:12:04.573Z | Compiling csv-core v0.1.13 |
| 3258 | 2026-08-13T21:12:04.592Z | Compiling chrono-tz v0.10.4 |
| 3259 | 2026-08-13T21:12:04.689Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3260 | 2026-08-13T21:12:04.788Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3261 | 2026-08-13T21:12:04.820Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3262 | 2026-08-13T21:12:04.846Z | Compiling hickory-resolver v0.24.4 |
| 3263 | 2026-08-13T21:12:04.872Z | Compiling unicode-xid v0.2.6 |
| 3264 | 2026-08-13T21:12:04.902Z | Compiling highway v1.3.0 |
| 3265 | 2026-08-13T21:12:04.928Z | Compiling typify v0.6.2 |
| 3266 | 2026-08-13T21:12:05.032Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3267 | 2026-08-13T21:12:05.052Z | Compiling progenitor-impl v0.14.0 |
| 3268 | 2026-08-13T21:12:05.072Z | Compiling xshell-macros v0.2.7 |
| 3269 | 2026-08-13T21:12:05.075Z | Compiling const_format_proc_macros v0.2.34 |
| 3270 | 2026-08-13T21:12:05.153Z | Compiling csv v1.4.0 |
| 3271 | 2026-08-13T21:12:05.317Z | Compiling phf v0.12.1 |
| 3272 | 2026-08-13T21:12:05.507Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3273 | 2026-08-13T21:12:05.524Z | Compiling xshell v0.2.7 |
| 3274 | 2026-08-13T21:12:05.683Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3275 | 2026-08-13T21:12:05.713Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3276 | 2026-08-13T21:12:05.731Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3277 | 2026-08-13T21:12:05.806Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3278 | 2026-08-13T21:12:05.836Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3279 | 2026-08-13T21:12:05.857Z | Compiling pkcs8 v0.11.0 |
| 3280 | 2026-08-13T21:12:05.972Z | Compiling qorb v0.4.1 |
| 3281 | 2026-08-13T21:12:06.248Z | Compiling ff v0.14.0 |
| 3282 | 2026-08-13T21:12:06.264Z | Compiling owo-colors v4.3.0 |
| 3283 | 2026-08-13T21:12:06.386Z | Compiling const_format v0.2.35 |
| 3284 | 2026-08-13T21:12:06.410Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3285 | 2026-08-13T21:12:06.503Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3286 | 2026-08-13T21:12:06.616Z | Compiling tabled_derive v0.7.0 |
| 3287 | 2026-08-13T21:12:06.677Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3288 | 2026-08-13T21:12:06.699Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3289 | 2026-08-13T21:12:06.737Z | Compiling bcs v0.1.6 |
| 3290 | 2026-08-13T21:12:07.038Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3291 | 2026-08-13T21:12:07.083Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3292 | 2026-08-13T21:12:07.150Z | Compiling termtree v0.5.1 |
| 3293 | 2026-08-13T21:12:07.263Z | Compiling salty v0.3.0 |
| 3294 | 2026-08-13T21:12:07.330Z | Compiling tagptr v0.2.0 |
| 3295 | 2026-08-13T21:12:07.511Z | Compiling moka v0.12.13 |
| 3296 | 2026-08-13T21:12:07.566Z | Compiling textwrap v0.16.2 |
| 3297 | 2026-08-13T21:12:07.637Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3298 | 2026-08-13T21:12:07.653Z | Compiling tabled v0.15.0 |
| 3299 | 2026-08-13T21:12:07.726Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3300 | 2026-08-13T21:12:07.752Z | Compiling progenitor-macro v0.14.0 |
| 3301 | 2026-08-13T21:12:07.934Z | Compiling steno v0.4.1 |
| 3302 | 2026-08-13T21:12:07.971Z | Compiling group v0.14.0 |
| 3303 | 2026-08-13T21:12:07.999Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3304 | 2026-08-13T21:12:08.070Z | Compiling sha1 v0.10.6 |
| 3305 | 2026-08-13T21:12:08.172Z | Compiling signature v3.0.0 |
| 3306 | 2026-08-13T21:12:08.203Z | Compiling base16ct v1.0.0 |
| 3307 | 2026-08-13T21:12:08.339Z | Compiling hickory-resolver v0.25.2 |
| 3308 | 2026-08-13T21:12:08.441Z | Compiling sec1 v0.8.1 |
| 3309 | 2026-08-13T21:12:08.458Z | Compiling hkdf v0.13.0 |
| 3310 | 2026-08-13T21:12:08.486Z | Compiling libscf-sys v1.2.0 |
| 3311 | 2026-08-13T21:12:08.608Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3312 | 2026-08-13T21:12:08.627Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3313 | 2026-08-13T21:12:08.665Z | Compiling rfc6979 v0.4.0 |
| 3314 | 2026-08-13T21:12:08.682Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3315 | 2026-08-13T21:12:08.783Z | Compiling ecdsa v0.16.9 |
| 3316 | 2026-08-13T21:12:08.817Z | Compiling elliptic-curve v0.14.1 |
| 3317 | 2026-08-13T21:12:08.835Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3318 | 2026-08-13T21:12:08.896Z | Compiling primeorder v0.13.6 |
| 3319 | 2026-08-13T21:12:09.139Z | Compiling proc-macro-error2 v2.0.1 |
| 3320 | 2026-08-13T21:12:09.195Z | Compiling parking_lot_core v0.8.6 |
| 3321 | 2026-08-13T21:12:09.214Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3322 | 2026-08-13T21:12:09.232Z | Compiling utf-8 v0.7.6 |
| 3323 | 2026-08-13T21:12:09.411Z | Compiling tungstenite v0.21.0 |
| 3324 | 2026-08-13T21:12:09.446Z | Compiling p384 v0.13.1 |
| 3325 | 2026-08-13T21:12:09.487Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3326 | 2026-08-13T21:12:09.522Z | Compiling tabled_derive v0.11.0 |
| 3327 | 2026-08-13T21:12:09.543Z | Compiling wnaf v0.14.0 |
| 3328 | 2026-08-13T21:12:09.761Z | Compiling primefield v0.14.0 |
| 3329 | 2026-08-13T21:12:09.874Z | Compiling rfc6979 v0.6.0 |
| 3330 | 2026-08-13T21:12:10.034Z | Compiling papergrid v0.17.0 |
| 3331 | 2026-08-13T21:12:10.034Z | Compiling testing_table v0.3.0 |
| 3332 | 2026-08-13T21:12:10.070Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3333 | 2026-08-13T21:12:10.074Z | Compiling git-stub v1.0.0 |
| 3334 | 2026-08-13T21:12:10.228Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3335 | 2026-08-13T21:12:10.269Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3336 | 2026-08-13T21:12:10.294Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3337 | 2026-08-13T21:12:10.387Z | Compiling git-stub-vcs v0.1.0 |
| 3338 | 2026-08-13T21:12:10.451Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3339 | 2026-08-13T21:12:10.536Z | Compiling ecdsa v0.17.0 |
| 3340 | 2026-08-13T21:12:10.554Z | Compiling primeorder v0.14.0 |
| 3341 | 2026-08-13T21:12:10.573Z | Compiling tokio-tungstenite v0.21.0 |
| 3342 | 2026-08-13T21:12:10.765Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3343 | 2026-08-13T21:12:10.783Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3344 | 2026-08-13T21:12:10.842Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3345 | 2026-08-13T21:12:10.927Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3346 | 2026-08-13T21:12:10.930Z | Compiling curve25519-dalek v5.0.0 |
| 3347 | 2026-08-13T21:12:10.978Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3348 | 2026-08-13T21:12:10.996Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3349 | 2026-08-13T21:12:11.045Z | Compiling tabled v0.20.0 |
| 3350 | 2026-08-13T21:12:11.092Z | Compiling corncobs v0.1.4 |
| 3351 | 2026-08-13T21:12:11.144Z | Compiling unicase v2.9.0 |
| 3352 | 2026-08-13T21:12:11.225Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3353 | 2026-08-13T21:12:11.295Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3354 | 2026-08-13T21:12:11.346Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3355 | 2026-08-13T21:12:11.385Z | Compiling mime_guess v2.0.5 |
| 3356 | 2026-08-13T21:12:11.389Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3357 | 2026-08-13T21:12:11.467Z | Compiling parking_lot v0.11.2 |
| 3358 | 2026-08-13T21:12:11.484Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3359 | 2026-08-13T21:12:11.727Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3360 | 2026-08-13T21:12:11.770Z | Compiling progenitor-impl v0.13.0 |
| 3361 | 2026-08-13T21:12:11.788Z | Compiling ssh-encoding v0.3.0 |
| 3362 | 2026-08-13T21:12:11.792Z | Compiling prefix-trie v0.7.0 |
| 3363 | 2026-08-13T21:12:11.904Z | Compiling fxhash v0.2.1 |
| 3364 | 2026-08-13T21:12:11.921Z | Compiling secrecy v0.8.0 |
| 3365 | 2026-08-13T21:12:11.995Z | Compiling keccak v0.2.0 |
| 3366 | 2026-08-13T21:12:12.030Z | Compiling crc8 v0.1.1 |
| 3367 | 2026-08-13T21:12:12.080Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3368 | 2026-08-13T21:12:12.169Z | Compiling hickory-server v0.25.2 |
| 3369 | 2026-08-13T21:12:12.210Z | Compiling sled v0.34.7 |
| 3370 | 2026-08-13T21:12:12.333Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3371 | 2026-08-13T21:12:12.430Z | Compiling ed25519 v3.0.0 |
| 3372 | 2026-08-13T21:12:12.448Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3373 | 2026-08-13T21:12:12.477Z | Compiling crypto-primes v0.7.2 |
| 3374 | 2026-08-13T21:12:12.526Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3375 | 2026-08-13T21:12:13.031Z | Compiling progenitor v0.14.0 |
| 3376 | 2026-08-13T21:12:13.206Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3377 | 2026-08-13T21:12:13.272Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3378 | 2026-08-13T21:12:13.272Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3379 | 2026-08-13T21:12:13.333Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3380 | 2026-08-13T21:12:13.544Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3381 | 2026-08-13T21:12:13.562Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3382 | 2026-08-13T21:12:13.602Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3383 | 2026-08-13T21:12:13.692Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3384 | 2026-08-13T21:12:13.832Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3385 | 2026-08-13T21:12:14.032Z | Compiling poly1305 v0.9.0 |
| 3386 | 2026-08-13T21:12:14.102Z | Compiling progenitor-client v0.13.0 |
| 3387 | 2026-08-13T21:12:14.146Z | Compiling blowfish v0.10.0 |
| 3388 | 2026-08-13T21:12:14.255Z | Compiling blake2 v0.11.0-rc.6 |
| 3389 | 2026-08-13T21:12:14.425Z | Compiling http-range v0.1.5 |
| 3390 | 2026-08-13T21:12:14.443Z | Compiling half v1.8.3 |
| 3391 | 2026-08-13T21:12:14.472Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3392 | 2026-08-13T21:12:14.495Z | Compiling progenitor-macro v0.13.0 |
| 3393 | 2026-08-13T21:12:14.498Z | Compiling ssh-cipher v0.3.0 |
| 3394 | 2026-08-13T21:12:14.655Z | Compiling serde_cbor v0.11.2 |
| 3395 | 2026-08-13T21:12:14.808Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3396 | 2026-08-13T21:12:14.826Z | Compiling argon2 v0.6.0-rc.8 |
| 3397 | 2026-08-13T21:12:14.880Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3398 | 2026-08-13T21:12:15.141Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3399 | 2026-08-13T21:12:15.626Z | Compiling rsa v0.10.0-rc.18 |
| 3400 | 2026-08-13T21:12:15.759Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3401 | 2026-08-13T21:12:15.951Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3402 | 2026-08-13T21:12:16.001Z | Compiling ed25519-dalek v3.0.0 |
| 3403 | 2026-08-13T21:12:16.021Z | Compiling illumos-nvpair v0.3.0 |
| 3404 | 2026-08-13T21:12:16.314Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3405 | 2026-08-13T21:12:16.331Z | Compiling sha3 v0.11.0 |
| 3406 | 2026-08-13T21:12:16.552Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3407 | 2026-08-13T21:12:16.605Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3408 | 2026-08-13T21:12:16.634Z | Compiling p384 v0.14.0 |
| 3409 | 2026-08-13T21:12:16.769Z | Compiling p521 v0.14.0 |
| 3410 | 2026-08-13T21:12:16.800Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3411 | 2026-08-13T21:12:16.883Z | Compiling p256 v0.14.0 |
| 3412 | 2026-08-13T21:12:17.238Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3413 | 2026-08-13T21:12:17.292Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3414 | 2026-08-13T21:12:17.703Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3415 | 2026-08-13T21:12:17.788Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3416 | 2026-08-13T21:12:17.892Z | Compiling scuffle v0.1.0 |
| 3417 | 2026-08-13T21:12:18.017Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3418 | 2026-08-13T21:12:18.294Z | Compiling yasna v0.5.2 |
| 3419 | 2026-08-13T21:12:18.354Z | Compiling kstat-rs v0.2.5 |
| 3420 | 2026-08-13T21:12:18.371Z | Compiling headers-core v0.3.0 |
| 3421 | 2026-08-13T21:12:18.531Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3422 | 2026-08-13T21:12:18.692Z | Compiling kem v0.3.0 |
| 3423 | 2026-08-13T21:12:18.853Z | Compiling module-lattice v0.2.3 |
| 3424 | 2026-08-13T21:12:18.890Z | Compiling nanorand v0.7.0 |
| 3425 | 2026-08-13T21:12:18.910Z | Compiling sponge-cursor v0.1.0 |
| 3426 | 2026-08-13T21:12:18.930Z | Compiling rcgen v0.12.1 |
| 3427 | 2026-08-13T21:12:19.019Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3428 | 2026-08-13T21:12:19.036Z | Compiling headers v0.4.1 |
| 3429 | 2026-08-13T21:12:19.079Z | Compiling sha3 v0.12.0 |
| 3430 | 2026-08-13T21:12:19.143Z | Compiling flume v0.11.1 |
| 3431 | 2026-08-13T21:12:19.181Z | Compiling ml-kem v0.3.2 |
| 3432 | 2026-08-13T21:12:19.215Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3433 | 2026-08-13T21:12:19.902Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3434 | 2026-08-13T21:12:19.912Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3435 | 2026-08-13T21:12:19.912Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3436 | 2026-08-13T21:12:19.912Z | Compiling progenitor v0.13.0 |
| 3437 | 2026-08-13T21:12:19.912Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3438 | 2026-08-13T21:12:19.912Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3439 | 2026-08-13T21:12:19.912Z | Compiling hyper-staticfile v0.10.1 |
| 3440 | 2026-08-13T21:12:19.912Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3441 | 2026-08-13T21:12:19.912Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3442 | 2026-08-13T21:12:19.912Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3443 | 2026-08-13T21:12:23.093Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3444 | 2026-08-13T21:12:23.130Z | Compiling ssh-key v0.7.0-rc.11 |
| 3445 | 2026-08-13T21:12:23.130Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3446 | 2026-08-13T21:12:23.130Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3447 | 2026-08-13T21:12:23.130Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3448 | 2026-08-13T21:12:23.130Z | Compiling russh-cryptovec v0.62.0 |
| 3449 | 2026-08-13T21:12:23.130Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3450 | 2026-08-13T21:12:23.130Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3451 | 2026-08-13T21:12:23.130Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3452 | 2026-08-13T21:12:23.130Z | Compiling port-file v0.1.0 |
| 3453 | 2026-08-13T21:12:23.130Z | Compiling num-bigint v0.4.6 |
| 3454 | 2026-08-13T21:12:23.130Z | Compiling generic-array v1.4.3 |
| 3455 | 2026-08-13T21:12:23.130Z | Compiling russh-util v0.52.0 |
| 3456 | 2026-08-13T21:12:23.130Z | Compiling enum_dispatch v0.3.13 |
| 3457 | 2026-08-13T21:12:23.130Z | Compiling delegate v0.13.5 |
| 3458 | 2026-08-13T21:12:23.130Z | Compiling subprocess v0.2.15 |
| 3459 | 2026-08-13T21:12:23.130Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3460 | 2026-08-13T21:12:23.131Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3461 | 2026-08-13T21:12:23.131Z | Compiling hex-literal v1.1.0 |
| 3462 | 2026-08-13T21:12:23.156Z | Compiling md5 v0.8.0 |
| 3463 | 2026-08-13T21:12:23.156Z | Compiling display-error-chain v0.2.2 |
| 3464 | 2026-08-13T21:12:23.156Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3465 | 2026-08-13T21:12:23.156Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3466 | 2026-08-13T21:12:23.156Z | Compiling colored v2.2.0 |
| 3467 | 2026-08-13T21:12:23.156Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3468 | 2026-08-13T21:12:23.156Z | Compiling socket2 v0.5.10 |
| 3469 | 2026-08-13T21:12:23.156Z | Compiling internet-checksum v0.2.1 |
| 3470 | 2026-08-13T21:12:23.156Z | Compiling russh v0.62.4 |
| 3471 | 2026-08-13T21:12:23.156Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3472 | 2026-08-13T21:12:23.156Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3473 | 2026-08-13T21:12:23.156Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3474 | 2026-08-13T21:12:25.707Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3475 | 2026-08-13T21:12:25.747Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3476 | 2026-08-13T21:12:26.242Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3477 | 2026-08-13T21:12:27.841Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3478 | 2026-08-13T21:12:36.680Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3479 | 2026-08-13T21:12:36.680Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3480 | 2026-08-13T21:12:36.680Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3481 | 2026-08-13T21:12:36.680Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3482 | 2026-08-13T21:12:38.441Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3483 | 2026-08-13T21:12:38.521Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3484 | 2026-08-13T21:12:42.662Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3485 | 2026-08-13T21:13:23.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s |
| 3486 | 2026-08-13T21:13:23.025Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3487 | 2026-08-13T21:13:23.025Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3488 | 2026-08-13T21:13:23.244Z | |
| 3489 | 2026-08-13T21:13:23.244Z | real 1:28.337841186 |
| 3490 | 2026-08-13T21:13:23.244Z | user 8:25.924238442 |
| 3491 | 2026-08-13T21:13:23.244Z | sys 1:41.494097476 |
| 3492 | 2026-08-13T21:13:23.247Z | trap 0.254726802 |
| 3493 | 2026-08-13T21:13:23.247Z | tflt 0.282959469 |
| 3494 | 2026-08-13T21:13:23.247Z | dflt 1.798249032 |
| 3495 | 2026-08-13T21:13:23.247Z | kflt 0.012369370 |
| 3496 | 2026-08-13T21:13:23.247Z | lock 31:20.634610223 |
| 3497 | 2026-08-13T21:13:23.247Z | slp 19:09.043511032 |
| 3498 | 2026-08-13T21:13:23.247Z | lat 39.820887160 |
| 3499 | 2026-08-13T21:13:23.247Z | stop 3:04.899476824 |
| 3500 | 2026-08-13T21:13:23.247Z | + mkdir tests |
| 3501 | 2026-08-13T21:13:23.251Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3502 | 2026-08-13T21:13:23.251Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3503 | 2026-08-13T21:13:23.272Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-8844e04221aa0c16 tests/ |
| 3504 | 2026-08-13T21:13:23.295Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e373d1ebd0871a49 tests/ |
| 3505 | 2026-08-13T21:13:23.317Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-d77f29bc5cf68dd1 tests/ |
| 3506 | 2026-08-13T21:13:23.339Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-172143b73284ee59 tests/ |
| 3507 | 2026-08-13T21:13:23.647Z | + 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) |
| 3508 | 2026-08-13T21:13:23.650Z | + 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-e373d1ebd0871a49 tests/commtest-d77f29bc5cf68dd1 tests/dhcp_server-8844e04221aa0c16 tests/end_to_end_tests-172143b73284ee59 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 |
| 3509 | 2026-08-13T21:14:52.894Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3510 | 2026-08-13T21:14:52.894Z | a .github/buildomat/ci-env.sh 1K |
| 3511 | 2026-08-13T21:14:52.894Z | a out/target/test 1K |
| 3512 | 2026-08-13T21:14:52.894Z | a out/npuzone/npuzone 27402K |
| 3513 | 2026-08-13T21:14:52.894Z | a package-manifest.toml 35K |
| 3514 | 2026-08-13T21:14:52.894Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3515 | 2026-08-13T21:14:52.894Z | a target/release/omicron-package 48082K |
| 3516 | 2026-08-13T21:14:52.894Z | a target/release/xtask 11722K |
| 3517 | 2026-08-13T21:14:52.894Z | a target/debug/bootstrap 435438K |
| 3518 | 2026-08-13T21:14:52.894Z | a tests/bootstrap-e373d1ebd0871a49 34516K |
| 3519 | 2026-08-13T21:14:52.894Z | a tests/commtest-d77f29bc5cf68dd1 34517K |
| 3520 | 2026-08-13T21:14:52.894Z | a tests/dhcp_server-8844e04221aa0c16 34516K |
| 3521 | 2026-08-13T21:14:52.894Z | a tests/end_to_end_tests-172143b73284ee59 498439K |
| 3522 | 2026-08-13T21:14:52.894Z | a tools/opte_version 1K |
| 3523 | 2026-08-13T21:14:52.894Z | a tools/opte_version_override 2K |
| 3524 | 2026-08-13T21:14:52.894Z | a out/clickhouse.tar.gz 327619K |
| 3525 | 2026-08-13T21:14:52.894Z | a out/clickhouse_keeper.tar.gz 311612K |
| 3526 | 2026-08-13T21:14:52.894Z | a out/clickhouse_server.tar.gz 327615K |
| 3527 | 2026-08-13T21:14:52.894Z | a out/cockroachdb.tar.gz 168973K |
| 3528 | 2026-08-13T21:14:52.894Z | a out/crucible-pantry-zone.tar.gz 41282K |
| 3529 | 2026-08-13T21:14:52.894Z | a out/crucible-utils.tar 18900K |
| 3530 | 2026-08-13T21:14:52.894Z | a out/crucible-zone.tar.gz 56094K |
| 3531 | 2026-08-13T21:14:52.894Z | a out/external-dns.tar.gz 54273K |
| 3532 | 2026-08-13T21:14:52.894Z | a out/internal-dns.tar.gz 54273K |
| 3533 | 2026-08-13T21:14:52.894Z | a out/mg-ddm-gz.tar 100917K |
| 3534 | 2026-08-13T21:14:52.894Z | a out/nexus.tar.gz 354878K |
| 3535 | 2026-08-13T21:14:52.894Z | a out/ntp.tar.gz 34635K |
| 3536 | 2026-08-13T21:14:52.894Z | a out/omicron-gateway-softnpu.tar.gz 29208K |
| 3537 | 2026-08-13T21:14:52.894Z | a out/omicron-sled-agent.tar 242357K |
| 3538 | 2026-08-13T21:14:52.895Z | a out/overlay.tar.gz 4K |
| 3539 | 2026-08-13T21:14:52.895Z | a out/oximeter.tar.gz 71192K |
| 3540 | 2026-08-13T21:14:52.895Z | a out/oxlog.tar 4066K |
| 3541 | 2026-08-13T21:14:52.895Z | a out/probe.tar.gz 3037K |
| 3542 | 2026-08-13T21:14:52.895Z | a out/propolis-server.tar.gz 34642K |
| 3543 | 2026-08-13T21:14:52.895Z | a out/pumpkind-gz.tar 26647K |
| 3544 | 2026-08-13T21:14:52.895Z | a out/switch-softnpu.tar.gz 499096K |
| 3545 | 2026-08-13T21:14:52.898Z | |
| 3546 | 2026-08-13T21:14:52.898Z | real 1:29.243560554 |
| 3547 | 2026-08-13T21:14:52.898Z | user 1:26.307145752 |
| 3548 | 2026-08-13T21:14:52.898Z | sys 4.882844380 |
| 3549 | 2026-08-13T21:14:52.898Z | trap 0.006340676 |
| 3550 | 2026-08-13T21:14:52.898Z | tflt 0.000000000 |
| 3551 | 2026-08-13T21:14:52.898Z | dflt 0.000000000 |
| 3552 | 2026-08-13T21:14:52.899Z | kflt 0.000000000 |
| 3553 | 2026-08-13T21:14:52.899Z | lock 0.000000000 |
| 3554 | 2026-08-13T21:14:52.899Z | slp 1:26.220007346 |
| 3555 | 2026-08-13T21:14:52.899Z | lat 1.065920434 |
| 3556 | 2026-08-13T21:14:52.899Z | stop 0.000324888 |
| 3557 | 2026-08-13T21:14:52.899Z | process exited: duration 1063938 ms, exit code 0 |
| |
| 3558 | 2026-08-13T21:14:52.912Z | found 1 output files |
| 3559 | 2026-08-13T21:14:52.912Z | uploading: /work/package.tar.gz (2760297923 bytes) |
| 3560 | 2026-08-13T21:15:25.959Z | uploaded: /work/package.tar.gz |